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/batch.py b/tooling/planet-gen/batch.py index 9d7ebd3c7..cb7d60db6 100644 --- a/tooling/planet-gen/batch.py +++ b/tooling/planet-gen/batch.py @@ -96,7 +96,7 @@ def _read_frontmatter(md_path: Path) -> dict: # Validation (dry-run) # ───────────────────────────────────────────────────────────────────────────── -REQUIRED_FIELDS = ["id", "planet_class", "seed", "star", "orbit", "physical", "terrain"] +REQUIRED_FIELDS = ["id", "planet_class", "seed", "star", "orbit", "physical"] REQUIRED_STAR = ["type", "luminosity_solar"] REQUIRED_ORBIT = ["distance_au", "period_days", "axial_tilt_deg"] REQUIRED_PHYSICAL = ["gravity_g", "atmosphere"] @@ -130,25 +130,28 @@ def _validate_body_def(bd: dict, body_dir: Path) -> list: if f not in phys: errors.append(f"{bid}: missing physical.{f}") - terrain = bd.get("terrain", {}) - for f in REQUIRED_TERRAIN: - if f not in terrain: - errors.append(f"{bid}: missing terrain.{f}") - - lf = terrain.get("land_fraction") - if lf is not None and (lf < 0 or lf > 1): - errors.append(f"{bid}: terrain.land_fraction = {lf} — must be [0, 1]") - seed = bd.get("seed") if seed is None or not isinstance(seed, int): errors.append(f"{bid}: seed must be an integer, got {seed!r}") pclass = bd.get("planet_class", "") valid_classes = {"temperate", "oceanic", "forest", "arid", "frozen", - "volcanic", "barren", "gas_giant", "gas_giant_ringed"} + "volcanic", "barren", "gas_giant", "gas_giant_ringed", + "cold_arid", "hot_arid", "tropical", "boreal", + "temperate_terminator"} if pclass not in valid_classes: errors.append(f"{bid}: planet_class '{pclass}' not in {valid_classes}") + is_gas = pclass in ("gas_giant", "gas_giant_ringed") + terrain = bd.get("terrain", {}) + if not is_gas: + for f in REQUIRED_TERRAIN: + if f not in terrain: + errors.append(f"{bid}: missing terrain.{f}") + lf = terrain.get("land_fraction") + if lf is not None and (lf < 0 or lf > 1): + errors.append(f"{bid}: terrain.land_fraction = {lf} — must be [0, 1]") + return errors @@ -186,18 +189,14 @@ def _scaffold_system(system_dir: Path, overrides: dict) -> list: # Generate # ───────────────────────────────────────────────────────────────────────────── -def _atomic_save_img(img, target: Path): - """Write image to .tmp, then rename. Prevents corrupt files on crash.""" - tmp = target.with_name(target.name + ".tmp") - img.save(str(tmp), format="PNG") - tmp.rename(target) +def _save_img(img, target: Path): + """Write image directly — resume logic handles incomplete outputs.""" + img.save(str(target), format="PNG") -def _atomic_save(data, target: Path, save_fn): - """Write data to .tmp, then rename. Prevents corrupt files on crash.""" - tmp = target.with_name(target.name + ".tmp") - save_fn(data, str(tmp)) - tmp.rename(target) +def _save(data, target: Path, save_fn): + """Write data directly — resume logic handles incomplete outputs.""" + save_fn(data, str(target)) def _is_complete(body_dir: Path, is_gas: bool) -> bool: @@ -242,21 +241,15 @@ def _generate_body_from_dir(body_dir: Path, hmap_w: int, hmap_h: int, # Heightmap — atomic write if not is_gas: - import render_heightmap as rh - rh.OUT_W = hmap_w - rh.OUT_H = hmap_h - rh.UI_SCALE = hmap_w / 1024 - rh.RENDER_MODE = "cartographic" - rh.BIOME_RGB = rh._build_biome_rgb("cartographic") - rh.OCEAN_DEEP, rh.OCEAN_MID, rh.OCEAN_SHALLOW = rh._ocean_arrays("cartographic") - - hmap_img = render_heightmap(bd, terrain, chrome=False) - _atomic_save_img(hmap_img, body_dir / "heightmap.png") + hmap_img = render_heightmap(bd, terrain, + out_w=hmap_w, out_h=hmap_h, + chrome=False) + _save_img(hmap_img, body_dir / "heightmap.png") # Globe — atomic write from planet_renderer import render_globe globe_img = render_globe(bd, terrain, size=globe_size) - _atomic_save_img(globe_img, body_dir / "globe.png") + _save_img(globe_img, body_dir / "globe.png") # Terrain data — atomic write if not is_gas: @@ -266,17 +259,12 @@ def _generate_body_from_dir(body_dir: Path, hmap_w: int, hmap_h: int, if key in terrain: save_dict[key] = terrain[key] save_dict["sea_level"] = np.array([terrain["sea_level"]]) - # npz: numpy appends .npz to the path, so write directly - # (atomic rename doesn't work cleanly with numpy's extension handling) - npz_path = body_dir / "terrain.npz" - npz_tmp = body_dir / "terrain_tmp" - np.savez_compressed(str(npz_tmp), **save_dict) - Path(str(npz_tmp) + ".npz").rename(npz_path) + np.savez_compressed(str(body_dir / "terrain.npz"), **save_dict) - # Markers — atomic write + # Markers from generate import _build_markers markers = _build_markers(bd, terrain) - _atomic_save(markers, body_dir / "markers.json", + _save(markers, body_dir / "markers.json", lambda m, p: Path(p).write_text(json.dumps(m, indent=2))) elapsed = time.time() - t0 @@ -303,7 +291,7 @@ def main(): help="Validate body definitions without generating") parser.add_argument("--verify-determinism", type=int, metavar="N", default=0, help="Run N random bodies twice and verify identical output") - parser.add_argument("--heightmap-size", default="4096x2048") + parser.add_argument("--heightmap-size", default="1024x512") parser.add_argument("--globe-size", type=int, default=512) args = parser.parse_args() diff --git a/tooling/planet-gen/biomes.toml b/tooling/planet-gen/biomes.toml index 9b085a08d..b63b4c0ac 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 @@ -258,13 +265,17 @@ M = [1.00, 0.88, 0.78] # ───────────────────────────────────────────────────────────────────── [atmosphere_colors] -temperate = [0.45, 0.65, 1.00] -oceanic = [0.40, 0.60, 1.00] -forest = [0.42, 0.68, 0.80] -arid = [0.90, 0.72, 0.50] -martian = [0.82, 0.58, 0.40] -frozen = [0.75, 0.88, 1.00] -volcanic = [0.55, 0.40, 0.30] +temperate = [0.45, 0.65, 1.00] +temperate_terminator = [0.48, 0.62, 0.95] +oceanic = [0.40, 0.60, 1.00] +forest = [0.42, 0.68, 0.80] +arid = [0.90, 0.72, 0.50] +cold_arid = [0.82, 0.58, 0.40] +hot_arid = [0.92, 0.68, 0.42] +tropical = [0.48, 0.72, 0.85] +boreal = [0.50, 0.68, 0.95] +frozen = [0.75, 0.88, 1.00] +volcanic = [0.55, 0.40, 0.30] # ───────────────────────────────────────────────────────────────────── # Gas giant band palettes (globe renderer) diff --git a/tooling/planet-gen/body_definition_parser.py b/tooling/planet-gen/body_definition_parser.py index 5cc6ca161..bdee957f1 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,60 +99,110 @@ 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 # Tidal locking check overrides this for short-period bodies CLASS_TILT = { - "temperate": (10, 35), - "oceanic": (5, 25), - "forest": (10, 40), - "arid": (5, 30), - "frozen": (15, 60), # high tilt → seasonal extremes → frozen - "volcanic": (2, 20), - "barren": (0, 45), + "temperate": (10, 35), + "temperate_terminator": (0, 5), # tidally locked by definition + "oceanic": (5, 25), + "forest": (10, 40), + "arid": (5, 30), + "cold_arid": (10, 40), + "hot_arid": (2, 15), + "tropical": (5, 15), + "boreal": (20, 50), + "frozen": (15, 60), # high tilt → seasonal extremes → frozen + "volcanic": (2, 20), + "barren": (0, 45), } # planet_class → geothermal flux CLASS_GEOTHERMAL = { - "volcanic": "extreme", - "temperate": "low", - "oceanic": "low", - "forest": "low", - "arid": "low", - "frozen": "low", - "barren": "low", + "volcanic": "extreme", + "temperate": "low", + "temperate_terminator": "low", + "oceanic": "low", + "forest": "low", + "arid": "low", + "cold_arid": "low", + "hot_arid": "low", + "tropical": "low", + "boreal": "low", + "frozen": "low", + "barren": "low", } # planet_class → polar ice latitude (fraction of 0–1, where 1 = poles) # Lower = ice caps extend further toward equator CLASS_POLAR_ICE = { - "temperate": (0.72, 0.85), - "oceanic": (0.80, 0.92), - "forest": (0.75, 0.88), - "arid": (0.90, 0.99), - "frozen": (0.10, 0.40), - "volcanic": (0.95, 1.00), - "barren": (0.92, 1.00), + "temperate": (0.72, 0.85), + "temperate_terminator": (0.75, 0.90), + "oceanic": (0.80, 0.92), + "forest": (0.75, 0.88), + "arid": (0.90, 0.99), + "cold_arid": (0.50, 0.70), + "hot_arid": (0.95, 1.00), + "tropical": (0.88, 0.96), + "boreal": (0.45, 0.65), + "frozen": (0.10, 0.40), + "volcanic": (0.95, 1.00), + "barren": (0.92, 1.00), } # planet_class → oblateness range CLASS_OBLATENESS = { - "temperate": (0.001, 0.005), - "oceanic": (0.001, 0.004), - "forest": (0.001, 0.005), - "arid": (0.001, 0.004), - "frozen": (0.001, 0.003), - "volcanic": (0.002, 0.008), - "barren": (0.000, 0.003), + "temperate": (0.001, 0.005), + "temperate_terminator": (0.001, 0.004), + "oceanic": (0.001, 0.004), + "forest": (0.001, 0.005), + "arid": (0.001, 0.004), + "cold_arid": (0.001, 0.004), + "hot_arid": (0.001, 0.004), + "tropical": (0.001, 0.005), + "boreal": (0.001, 0.004), + "frozen": (0.001, 0.003), + "volcanic": (0.002, 0.008), + "barren": (0.000, 0.003), } # Gas giant band palettes available @@ -152,13 +210,18 @@ from biome_config import GAS_PALETTE_SELECTION as GAS_PALETTES # planet_class → cloud coverage base range CLASS_CLOUD = { - "temperate": (0.35, 0.55), - "oceanic": (0.55, 0.75), - "forest": (0.40, 0.60), - "arid": (0.05, 0.20), - "frozen": (0.20, 0.45), - "volcanic": (0.60, 0.85), - "barren": (0.00, 0.05), + "temperate": (0.35, 0.55), + "temperate_terminator": (0.30, 0.50), + "oceanic": (0.55, 0.75), + "forest": (0.40, 0.60), + "arid": (0.05, 0.20), + "cold_arid": (0.10, 0.25), + "hot_arid": (0.02, 0.10), + "tropical": (0.60, 0.80), + "boreal": (0.55, 0.75), + "frozen": (0.20, 0.45), + "volcanic": (0.60, 0.85), + "barren": (0.00, 0.05), } # Atmosphere classes that allow clouds @@ -181,6 +244,7 @@ RING_COLOURS = { "saturnian": [0.88, 0.78, 0.55], # warm golden "icy": [0.85, 0.90, 0.95], # pale ice "sulfuric": [0.75, 0.70, 0.30], # sulphur-tinted + "infernal": [0.60, 0.25, 0.15], # dark ember } # --------------------------------------------------------------------------- @@ -414,7 +478,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) @@ -447,13 +513,18 @@ def _build_body_def( # ── Atmosphere colour — from star type + planet class ───────────────── atmo_colors = { - "temperate": [0.45, 0.65, 1.00], - "oceanic": [0.40, 0.60, 1.00], - "forest": [0.42, 0.68, 0.80], - "arid": [0.90, 0.72, 0.50], - "frozen": [0.75, 0.88, 1.00], - "volcanic": [0.55, 0.40, 0.30], - "barren": None, + "temperate": [0.45, 0.65, 1.00], + "temperate_terminator": [0.45, 0.65, 1.00], + "oceanic": [0.40, 0.60, 1.00], + "forest": [0.42, 0.68, 0.80], + "arid": [0.90, 0.72, 0.50], + "cold_arid": [0.82, 0.58, 0.40], + "hot_arid": [0.90, 0.72, 0.50], + "tropical": [0.42, 0.68, 0.80], + "boreal": [0.45, 0.65, 1.00], + "frozen": [0.75, 0.88, 1.00], + "volcanic": [0.55, 0.40, 0.30], + "barren": None, } atmo_color = atmo_colors.get(planet_class) if atmo_density == "none": @@ -483,8 +554,11 @@ def _build_body_def( # ── Tectonics ───────────────────────────────────────────────────────── tectonic_map = { "volcanic": "extreme", "temperate": "active", + "temperate_terminator": "active", "oceanic": "active", "forest": "active", - "arid": "low", "frozen": "low", "barren": "none", + "arid": "low", "cold_arid": "low", + "hot_arid": "low", "tropical": "active", + "boreal": "active", "frozen": "low", "barren": "none", } tectonics = tectonic_map.get(planet_class, "low") tectonics = ov.get("tectonics", tectonics) @@ -508,13 +582,18 @@ def _build_body_def( # ── Substrate ───────────────────────────────────────────────────────── substrate_map = { - "volcanic": "sulfuric", - "arid": "silicate", - "frozen": "ice", - "barren": "silicate", - "temperate":"silicate", - "oceanic": "silicate", - "forest": "silicate", + "volcanic": "sulfuric", + "arid": "silicate", + "cold_arid": "silicate", + "hot_arid": "silicate", + "tropical": "silicate", + "boreal": "silicate", + "frozen": "ice", + "barren": "silicate", + "temperate": "silicate", + "temperate_terminator": "silicate", + "oceanic": "silicate", + "forest": "silicate", } substrate = substrate_map.get(planet_class, "silicate") if hydro == "subsurface" and planet_class == "frozen": @@ -655,8 +734,9 @@ def _build_body_def( "render": render_cfg, } - # Gas giant extras + # Gas giants: drop meaningless terrain fields if gas_giant_cfg: + body_def.pop("terrain", None) body_def["gas_giant"] = gas_giant_cfg if rings_cfg: body_def["rings"] = rings_cfg @@ -736,6 +816,7 @@ def parse_system( log.info(f" {bid:20s} {body_def['planet_class']:20s} " f"scale={body_def['body_scale']:6s} " f"seed={body_def['seed']}") + _check_habitability(body_def) # Write output files if out_dir: @@ -746,7 +827,6 @@ def parse_system( json.dump(bd, f, indent=2) log.info(f"Wrote {len(body_defs)} body definitions → {out_dir}/") - _check_habitability(body_def) return body_defs diff --git a/tooling/planet-gen/generate.py b/tooling/planet-gen/generate.py index a618143ef..9605b55ef 100644 --- a/tooling/planet-gen/generate.py +++ b/tooling/planet-gen/generate.py @@ -151,21 +151,17 @@ def _generate_body(body_def: dict, hmap_w: int, hmap_h: int, # ── 2. Render heightmap ────────────────────────────────────────────── t_hmap = t_sim if not is_gas: - import render_heightmap as rh - rh.OUT_W = hmap_w - rh.OUT_H = hmap_h - rh.UI_SCALE = hmap_w / 1024 - rh.RENDER_MODE = render_mode - rh.BIOME_RGB = rh._build_biome_rgb(render_mode) - rh.OCEAN_DEEP, rh.OCEAN_MID, rh.OCEAN_SHALLOW = rh._ocean_arrays(render_mode) - # Clean heightmap (no title/legend) - hmap_img = render_heightmap(body_def, terrain, chrome=False) + hmap_img = render_heightmap(body_def, terrain, + out_w=hmap_w, out_h=hmap_h, + render_mode=render_mode, chrome=False) hmap_img.save(os.path.join(body_dir, "heightmap.png")) # Chrome version for review (optional — saved to /tmp, not shipped) if chrome: - hmap_chrome = render_heightmap(body_def, terrain, chrome=True) + hmap_chrome = render_heightmap(body_def, terrain, + out_w=hmap_w, out_h=hmap_h, + render_mode=render_mode, chrome=True) chrome_path = f"/tmp/{body_id}_heightmap_chrome.png" hmap_chrome.save(chrome_path) print(f" chrome: {chrome_path}") @@ -223,7 +219,7 @@ def main(): help="Root output directory (bodies get subdirs)") # Rendering - parser.add_argument("--heightmap-size", default="4096x2048", + parser.add_argument("--heightmap-size", default="1024x512", help="Heightmap output resolution (WxH)") parser.add_argument("--globe-size", type=int, default=512, help="Globe output resolution (square, locked at 512)") diff --git a/tooling/planet-gen/render_heightmap.py b/tooling/planet-gen/render_heightmap.py index 8b60933b2..642b67a83 100644 --- a/tooling/planet-gen/render_heightmap.py +++ b/tooling/planet-gen/render_heightmap.py @@ -1,7 +1,7 @@ """ render_heightmap.py ------------------- -Renders a 4096×2048 annotated equirectangular heightmap PNG from a terrain dict. +Renders an annotated equirectangular heightmap PNG from a terrain dict. This is the PRIMARY output of the planet generator pipeline. The globe render is a separate downstream step that reads the same terrain dict. @@ -52,9 +52,9 @@ from biome_config import ( # Output resolution # --------------------------------------------------------------------------- -OUT_W = 4096 -OUT_H = 2048 -UI_SCALE = OUT_W / 1024 # 4.0 — all pixel sizes scale with this +OUT_W = 1024 +OUT_H = 512 +UI_SCALE = OUT_W / 1024 # 1.0 at default 1024 — all pixel sizes scale with this # --------------------------------------------------------------------------- # Biome colour palette @@ -282,7 +282,7 @@ def _render_title(img: Image.Image, body_def: dict) -> Image.Image: name = body_def.get("name") or body_def.get("id", "Unknown") bid = body_def.get("id", "") - pclass = body_def.get("planet_class", "").replace("_ringed", "") + pclass = body_def.get("planet_class", "").replace("_", " ") star = body_def.get("star", {}) orbit = body_def.get("orbit", {}) phys = body_def.get("physical", {}) @@ -327,9 +327,9 @@ def _biome_legend_items(terrain: dict) -> list: LABELS = { 0: "ocean deep", 1: "ocean", 2: "coastal water", - 3: "coast", 5: "rainforest", 6: "trop. forest", + 3: "coast", 5: "trop. rainforest", 6: "trop. forest", 7: "savanna", 8: "grassland", 9: "forest", - 10: "rainforest", 11: "boreal", 12: "shrubland", + 10: "temp. rainforest", 11: "boreal", 12: "shrubland", 13: "temperate desert", 14: "desert", 15: "hot desert", 16: "tundra", 17: "ice / snow", 18: "mountain rock", 19: "lava field", 20: "chemosyn. mat", 21: "thermophilic", @@ -365,14 +365,24 @@ def _render_legend(img: Image.Image, terrain: dict) -> Image.Image: leg_y = OUT_H - int(34 * UI_SCALE) font = _load_font(int(10 * UI_SCALE)) gap = int(6 * UI_SCALE) - step = int(108 * UI_SCALE) + # Scale step to fit all items within image width + max_items = len(items) + max_step = (OUT_W - 2 * pad_x) // max(max_items, 1) + step = min(int(108 * UI_SCALE), max_step) + + # Max label width = step minus swatch minus gaps + max_label_px = step - sw - gap - int(4 * UI_SCALE) lx = pad_x for label, rgb in items: - if lx + step > OUT_W - pad_x: - break draw.rectangle([(lx, leg_y), (lx + sw, leg_y + sh)], fill=rgb) - draw.text((lx + sw + gap, leg_y), label, + # Truncate label to fit allocated space + display = label + while display and draw.textlength(display, font=font) > max_label_px: + display = display[:-1] + if display != label and display: + display = display[:-1] + "…" + draw.text((lx + sw + gap, leg_y), display, fill=(185, 192, 205), font=font) lx += step @@ -390,13 +400,13 @@ def render_heightmap(body_def: dict, render_mode: str = "cartographic", chrome: bool = True) -> Image.Image: """ - Render a 4096×2048 annotated equirectangular heightmap PNG. + Render an annotated equirectangular heightmap PNG. Parameters ---------- body_def : dict — body definition from body_definition_parser terrain : dict — terrain dict from planet_simulation.simulate() - out_w, out_h — output resolution (default 4096×2048) + out_w, out_h — output resolution (default 1024×512) Returns ------- @@ -452,15 +462,15 @@ if __name__ == "__main__": import sys, json, time if len(sys.argv) < 2: - print("Usage: python3 render_heightmap.py body_def.json [--small]") + print("Usage: python3 render_heightmap.py body_def.json [--large]") sys.exit(1) with open(sys.argv[1]) as f: bd = json.load(f) - # --small flag renders at 1024×512 for fast iteration - small = "--small" in sys.argv - w, h = (1024, 512) if small else (OUT_W, OUT_H) + # --large flag renders at 4096×2048 for high-res review + large = "--large" in sys.argv + w, h = (4096, 2048) if large else (OUT_W, OUT_H) from planet_simulation import simulate diff --git a/tooling/planet-gen/scaffold_bodies.py b/tooling/planet-gen/scaffold_bodies.py index a2ed15434..7de8f2e4f 100644 --- a/tooling/planet-gen/scaffold_bodies.py +++ b/tooling/planet-gen/scaffold_bodies.py @@ -61,7 +61,7 @@ def _body_prose(bd: dict, system_dir: Path) -> str: """Generate markdown content below the frontmatter.""" name = bd.get("name") or bd.get("id") bid = bd["id"] - pclass = bd.get("planet_class", "unknown").replace("_ringed", "") + pclass = bd.get("planet_class", "unknown") btype = bd.get("body_type", "planet") wiki = bd.get("wiki", {}) phys = bd.get("physical", {}) @@ -76,11 +76,11 @@ def _body_prose(bd: dict, system_dir: Path) -> str: # Type line if btype == "moon": - lines.append(f"{pclass.title()} moon.") + lines.append(f"{pclass.replace('_', ' ').title()} moon.") elif pclass in ("gas_giant", "gas_giant_ringed"): lines.append(f"Gas giant.") else: - lines.append(f"{pclass.title()} {btype}.") + lines.append(f"{pclass.replace('_', ' ').title()} {btype}.") lines.append("") # System link @@ -92,7 +92,7 @@ def _body_prose(bd: dict, system_dir: Path) -> str: lines.append("") lines.append(f"![Globe](globe.png)") lines.append("") - if pclass not in ("gas_giant",): + if pclass not in ("gas_giant", "gas_giant_ringed"): lines.append(f"![Heightmap](heightmap.png)") lines.append("") @@ -104,7 +104,7 @@ def _body_prose(bd: dict, system_dir: Path) -> str: lines.append("| | |") lines.append("|---|---|") lines.append(f"| **Type** | {btype} |") - lines.append(f"| **Class** | {pclass} |") + lines.append(f"| **Class** | {pclass.replace('_', ' ')} |") if phys.get("gravity_g") and not is_gas: lines.append(f"| **Gravity** | {phys['gravity_g']}g |") if phys.get("atmosphere") and phys["atmosphere"] != "none": 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/bodies/GJ1b/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1b/globe.png new file mode 100644 index 000000000..bd938ac0c Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1b/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1b/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1b/heightmap.png new file mode 100644 index 000000000..466cfdac9 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1b/index.md b/wiki/star-systems/GJ-1/bodies/GJ1b/index.md new file mode 100644 index 000000000..4f26bd858 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 720981954 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.33 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.978 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1b + +Barren planet. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.33g | +| **Land** | 95% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1b/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1b/markers.json new file mode 100644 index 000000000..58531fab5 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1b/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 94 + ], + "peak": [ + 4, + 112 + ], + "area_cells": 9906 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 270 + ], + "peak": [ + 6, + 274 + ], + "area_cells": 88 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 405 + ], + "peak": [ + 16, + 461 + ], + "area_cells": 9451 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 227 + ], + "peak": [ + 4, + 227 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 387 + ], + "peak": [ + 35, + 391 + ], + "area_cells": 115 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 269 + ], + "peak": [ + 44, + 269 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 54, + 508 + ], + "peak": [ + 54, + 509 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 71, + 346 + ], + "peak": [ + 72, + 346 + ], + "area_cells": 126 + }, + { + "id": "range_15", + "name": null, + "center": [ + 83, + 489 + ], + "peak": [ + 77, + 491 + ], + "area_cells": 160 + }, + { + "id": "range_16", + "name": null, + "center": [ + 89, + 417 + ], + "peak": [ + 92, + 422 + ], + "area_cells": 374 + }, + { + "id": "range_18", + "name": null, + "center": [ + 95, + 175 + ], + "peak": [ + 93, + 177 + ], + "area_cells": 88 + }, + { + "id": "range_19", + "name": null, + "center": [ + 107, + 445 + ], + "peak": [ + 107, + 446 + ], + "area_cells": 84 + }, + { + "id": "range_20", + "name": null, + "center": [ + 106, + 291 + ], + "peak": [ + 106, + 291 + ], + "area_cells": 37 + }, + { + "id": "range_21", + "name": null, + "center": [ + 115, + 367 + ], + "peak": [ + 113, + 365 + ], + "area_cells": 263 + }, + { + "id": "range_22", + "name": null, + "center": [ + 113, + 307 + ], + "peak": [ + 113, + 307 + ], + "area_cells": 62 + }, + { + "id": "range_24", + "name": null, + "center": [ + 122, + 386 + ], + "peak": [ + 123, + 385 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 131, + 410 + ], + "peak": [ + 133, + 410 + ], + "area_cells": 56 + }, + { + "id": "range_26", + "name": null, + "center": [ + 146, + 344 + ], + "peak": [ + 147, + 346 + ], + "area_cells": 78 + }, + { + "id": "range_29", + "name": null, + "center": [ + 161, + 346 + ], + "peak": [ + 162, + 347 + ], + "area_cells": 35 + }, + { + "id": "range_30", + "name": null, + "center": [ + 222, + 181 + ], + "peak": [ + 225, + 182 + ], + "area_cells": 100 + }, + { + "id": "range_31", + "name": null, + "center": [ + 222, + 166 + ], + "peak": [ + 223, + 166 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1/bodies/GJ1c/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1c/globe.png new file mode 100644 index 000000000..73f475839 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1c/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1c/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1c/heightmap.png new file mode 100644 index 000000000..cd329694a Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1c/index.md b/wiki/star-systems/GJ-1/bodies/GJ1c/index.md new file mode 100644 index 000000000..a845a8e8c --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1c +name: Feldmark +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 1958370898 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 2.1 +physical: + gravity_g: 0.82 + oblateness: 0.0022 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.583 + polar_ice_lat: 0.888 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.467 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Feldmark + +Temperate Terminator planet. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 58% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 12M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1c/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1c/markers.json new file mode 100644 index 000000000..d2dfafec6 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1c/markers.json @@ -0,0 +1,810 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 109, + 293 + ], + [ + 108, + 294 + ], + [ + 107, + 295 + ], + [ + 108, + 296 + ], + [ + 109, + 297 + ], + [ + 110, + 297 + ], + [ + 111, + 298 + ], + [ + 112, + 299 + ], + [ + 113, + 300 + ], + [ + 114, + 301 + ], + [ + 115, + 302 + ], + [ + 116, + 303 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 113, + 491 + ], + [ + 112, + 490 + ], + [ + 111, + 489 + ], + [ + 110, + 488 + ], + [ + 109, + 487 + ], + [ + 109, + 486 + ], + [ + 108, + 485 + ], + [ + 108, + 484 + ], + [ + 107, + 484 + ], + [ + 106, + 484 + ], + [ + 107, + 483 + ], + [ + 108, + 482 + ], + [ + 107, + 481 + ], + [ + 108, + 480 + ], + [ + 107, + 480 + ], + [ + 108, + 479 + ], + [ + 109, + 479 + ], + [ + 110, + 478 + ], + [ + 110, + 479 + ], + [ + 109, + 478 + ], + [ + 109, + 477 + ], + [ + 109, + 476 + ], + [ + 108, + 476 + ], + [ + 109, + 475 + ], + [ + 108, + 475 + ], + [ + 107, + 475 + ], + [ + 106, + 476 + ], + [ + 107, + 476 + ], + [ + 106, + 475 + ], + [ + 105, + 474 + ], + [ + 106, + 473 + ], + [ + 105, + 472 + ], + [ + 106, + 471 + ], + [ + 105, + 470 + ], + [ + 105, + 469 + ], + [ + 104, + 468 + ], + [ + 104, + 467 + ], + [ + 103, + 467 + ], + [ + 103, + 468 + ], + [ + 104, + 469 + ], + [ + 105, + 468 + ], + [ + 105, + 467 + ], + [ + 104, + 466 + ], + [ + 103, + 465 + ], + [ + 103, + 464 + ], + [ + 102, + 464 + ], + [ + 103, + 463 + ], + [ + 102, + 463 + ], + [ + 103, + 462 + ], + [ + 102, + 462 + ], + [ + 103, + 461 + ], + [ + 102, + 460 + ], + [ + 103, + 460 + ], + [ + 104, + 461 + ], + [ + 105, + 461 + ], + [ + 104, + 460 + ], + [ + 103, + 459 + ], + [ + 104, + 459 + ], + [ + 103, + 458 + ], + [ + 102, + 457 + ], + [ + 101, + 456 + ], + [ + 100, + 457 + ], + [ + 101, + 457 + ], + [ + 102, + 458 + ], + [ + 101, + 458 + ], + [ + 102, + 459 + ], + [ + 101, + 459 + ], + [ + 101, + 460 + ], + [ + 102, + 461 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 142, + 22 + ], + [ + 141, + 23 + ], + [ + 140, + 23 + ], + [ + 139, + 23 + ], + [ + 140, + 22 + ], + [ + 139, + 21 + ], + [ + 138, + 20 + ], + [ + 139, + 19 + ], + [ + 138, + 18 + ], + [ + 137, + 17 + ], + [ + 136, + 17 + ], + [ + 137, + 16 + ], + [ + 137, + 15 + ], + [ + 136, + 14 + ], + [ + 136, + 13 + ], + [ + 137, + 13 + ], + [ + 137, + 12 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 112, + 429 + ], + [ + 113, + 430 + ], + [ + 114, + 431 + ], + [ + 115, + 432 + ], + [ + 116, + 433 + ], + [ + 116, + 432 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 231, + 129 + ], + [ + 230, + 128 + ], + [ + 229, + 128 + ], + [ + 228, + 129 + ], + [ + 227, + 129 + ], + [ + 226, + 128 + ], + [ + 225, + 128 + ], + [ + 224, + 129 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 123, + 64 + ], + [ + 122, + 65 + ], + [ + 121, + 64 + ], + [ + 120, + 63 + ], + [ + 119, + 63 + ], + [ + 118, + 64 + ], + [ + 118, + 63 + ], + [ + 117, + 62 + ], + [ + 117, + 61 + ], + [ + 117, + 60 + ], + [ + 116, + 60 + ], + [ + 116, + 59 + ], + [ + 115, + 58 + ], + [ + 116, + 57 + ], + [ + 117, + 56 + ], + [ + 117, + 55 + ], + [ + 118, + 54 + ], + [ + 118, + 53 + ], + [ + 117, + 53 + ], + [ + 116, + 52 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 107, + 215 + ], + [ + 106, + 216 + ], + [ + 105, + 217 + ], + [ + 104, + 218 + ], + [ + 103, + 219 + ], + [ + 102, + 218 + ], + [ + 102, + 219 + ], + [ + 101, + 218 + ], + [ + 101, + 217 + ], + [ + 100, + 216 + ], + [ + 99, + 215 + ], + [ + 100, + 214 + ], + [ + 100, + 213 + ], + [ + 99, + 213 + ], + [ + 99, + 212 + ], + [ + 98, + 211 + ], + [ + 97, + 210 + ], + [ + 98, + 209 + ], + [ + 98, + 208 + ], + [ + 98, + 207 + ], + [ + 98, + 206 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 253, + 390 + ], + [ + 252, + 391 + ], + [ + 251, + 392 + ], + [ + 250, + 392 + ], + [ + 249, + 391 + ], + [ + 248, + 390 + ], + [ + 247, + 389 + ], + [ + 246, + 388 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 69, + 237 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 174, + 218 + ], + "area_fraction": 0.3439 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 98, + 395 + ], + "area_fraction": 0.018 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 196, + 489 + ], + "area_fraction": 0.0327 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 248, + 169 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 83 + ], + "peak": [ + 14, + 86 + ], + "area_cells": 2487 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 330 + ], + "peak": [ + 15, + 329 + ], + "area_cells": 96 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 441 + ], + "peak": [ + 14, + 449 + ], + "area_cells": 197 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 459 + ], + "peak": [ + 65, + 456 + ], + "area_cells": 550 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1/bodies/GJ1d/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1d/globe.png new file mode 100644 index 000000000..428d23bdc Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1d/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1d/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1d/heightmap.png new file mode 100644 index 000000000..a6d548b78 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1d/index.md b/wiki/star-systems/GJ-1/bodies/GJ1d/index.md new file mode 100644 index 000000000..4cd7c9199 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1994117487 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: 0.48 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.249 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.241 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1d + +Frozen planet. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1d/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1d/markers.json new file mode 100644 index 000000000..d0940c62f --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1d/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 38, + 230 + ], + [ + 39, + 229 + ], + [ + 40, + 229 + ], + [ + 40, + 230 + ], + [ + 40, + 231 + ], + [ + 41, + 232 + ], + [ + 42, + 233 + ], + [ + 43, + 234 + ], + [ + 44, + 233 + ], + [ + 45, + 234 + ], + [ + 46, + 235 + ], + [ + 47, + 236 + ], + [ + 47, + 237 + ], + [ + 46, + 238 + ], + [ + 47, + 238 + ], + [ + 48, + 238 + ], + [ + 47, + 239 + ], + [ + 48, + 239 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 41, + 46 + ], + [ + 42, + 47 + ], + [ + 41, + 48 + ], + [ + 40, + 49 + ], + [ + 39, + 50 + ], + [ + 38, + 51 + ], + [ + 37, + 52 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 50, + 386 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 81, + 14 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 85, + 485 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 92, + 360 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 119, + 56 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 127, + 299 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 151, + 458 + ], + "peak": [ + 153, + 459 + ], + "area_cells": 273 + }, + { + "id": "range_2", + "name": null, + "center": [ + 173, + 110 + ], + "peak": [ + 180, + 173 + ], + "area_cells": 4226 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1/bodies/GJ1e-m1/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/globe.png new file mode 100644 index 000000000..4b99c6f36 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1e-m1/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/heightmap.png new file mode 100644 index 000000000..7b1911b1b Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1e-m1/index.md b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/index.md new file mode 100644 index 000000000..9e22c1d5c --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1e-m1 +name: Klause +body_type: moon +planet_class: cold_arid +body_scale: moon +seed: 2482265540 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 26.3 +physical: + gravity_g: 0.14 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.59 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: true + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Klause + +Cold Arid moon. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | cold arid | +| **Gravity** | 0.14g | +| **Atmosphere** | thin | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 97% | +| **Orbit** | 5 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1e-m1/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/markers.json new file mode 100644 index 000000000..cb1dc063b --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1e-m1/markers.json @@ -0,0 +1,1140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 141, + 112 + ], + [ + 140, + 111 + ], + [ + 139, + 111 + ], + [ + 138, + 112 + ], + [ + 137, + 113 + ], + [ + 136, + 114 + ], + [ + 136, + 115 + ], + [ + 136, + 116 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 52, + 222 + ], + [ + 53, + 221 + ], + [ + 53, + 220 + ], + [ + 54, + 219 + ], + [ + 54, + 218 + ], + [ + 53, + 217 + ], + [ + 52, + 216 + ], + [ + 51, + 216 + ], + [ + 51, + 215 + ], + [ + 50, + 214 + ], + [ + 50, + 213 + ], + [ + 51, + 212 + ], + [ + 50, + 211 + ], + [ + 49, + 210 + ], + [ + 48, + 209 + ], + [ + 47, + 208 + ], + [ + 47, + 207 + ], + [ + 46, + 208 + ], + [ + 45, + 207 + ], + [ + 44, + 208 + ], + [ + 43, + 207 + ], + [ + 42, + 207 + ], + [ + 41, + 207 + ], + [ + 40, + 208 + ], + [ + 39, + 209 + ], + [ + 38, + 209 + ], + [ + 37, + 210 + ], + [ + 36, + 210 + ], + [ + 35, + 211 + ], + [ + 34, + 212 + ], + [ + 35, + 213 + ], + [ + 36, + 214 + ], + [ + 35, + 215 + ], + [ + 34, + 214 + ], + [ + 34, + 215 + ], + [ + 33, + 214 + ], + [ + 33, + 213 + ], + [ + 32, + 213 + ], + [ + 32, + 214 + ], + [ + 31, + 215 + ], + [ + 30, + 215 + ], + [ + 29, + 214 + ], + [ + 28, + 214 + ], + [ + 27, + 215 + ], + [ + 26, + 214 + ], + [ + 25, + 213 + ], + [ + 24, + 213 + ], + [ + 23, + 214 + ], + [ + 22, + 214 + ], + [ + 22, + 215 + ], + [ + 21, + 216 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 152, + 150 + ], + [ + 153, + 150 + ], + [ + 154, + 150 + ], + [ + 155, + 151 + ], + [ + 156, + 152 + ], + [ + 157, + 153 + ], + [ + 158, + 154 + ], + [ + 159, + 155 + ], + [ + 160, + 155 + ], + [ + 161, + 156 + ], + [ + 162, + 155 + ], + [ + 163, + 155 + ], + [ + 164, + 156 + ], + [ + 165, + 155 + ], + [ + 164, + 155 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 154 + ], + [ + 1, + 153 + ], + [ + 2, + 153 + ], + [ + 2, + 154 + ], + [ + 3, + 154 + ], + [ + 4, + 154 + ], + [ + 5, + 153 + ], + [ + 6, + 152 + ], + [ + 7, + 152 + ], + [ + 8, + 153 + ], + [ + 9, + 153 + ], + [ + 8, + 152 + ], + [ + 9, + 151 + ], + [ + 8, + 150 + ], + [ + 9, + 149 + ], + [ + 10, + 148 + ], + [ + 9, + 148 + ], + [ + 9, + 147 + ], + [ + 10, + 146 + ], + [ + 11, + 145 + ], + [ + 11, + 146 + ], + [ + 12, + 146 + ], + [ + 12, + 145 + ], + [ + 13, + 144 + ], + [ + 14, + 143 + ], + [ + 14, + 142 + ], + [ + 15, + 141 + ], + [ + 16, + 141 + ], + [ + 16, + 140 + ], + [ + 17, + 140 + ], + [ + 17, + 141 + ], + [ + 17, + 142 + ], + [ + 16, + 142 + ], + [ + 16, + 143 + ], + [ + 15, + 142 + ], + [ + 14, + 141 + ], + [ + 13, + 141 + ], + [ + 12, + 141 + ], + [ + 13, + 140 + ], + [ + 12, + 140 + ], + [ + 13, + 139 + ], + [ + 14, + 138 + ], + [ + 15, + 138 + ], + [ + 16, + 138 + ], + [ + 16, + 137 + ], + [ + 15, + 136 + ], + [ + 16, + 135 + ], + [ + 17, + 136 + ], + [ + 16, + 136 + ], + [ + 17, + 135 + ], + [ + 16, + 134 + ], + [ + 17, + 134 + ], + [ + 16, + 133 + ], + [ + 15, + 132 + ], + [ + 14, + 131 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 172, + 226 + ], + [ + 173, + 225 + ], + [ + 174, + 224 + ], + [ + 175, + 223 + ], + [ + 176, + 222 + ], + [ + 177, + 221 + ], + [ + 178, + 220 + ], + [ + 179, + 219 + ], + [ + 180, + 218 + ], + [ + 181, + 217 + ], + [ + 182, + 216 + ], + [ + 182, + 215 + ], + [ + 182, + 214 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 79, + 327 + ], + [ + 78, + 326 + ], + [ + 77, + 325 + ], + [ + 76, + 324 + ], + [ + 75, + 323 + ], + [ + 75, + 322 + ], + [ + 74, + 321 + ], + [ + 73, + 320 + ], + [ + 72, + 319 + ], + [ + 71, + 318 + ], + [ + 70, + 317 + ], + [ + 69, + 316 + ], + [ + 70, + 315 + ], + [ + 70, + 314 + ], + [ + 70, + 313 + ], + [ + 69, + 312 + ], + [ + 68, + 311 + ], + [ + 69, + 310 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 21, + 23 + ], + [ + 22, + 22 + ], + [ + 23, + 21 + ], + [ + 24, + 20 + ], + [ + 25, + 19 + ], + [ + 25, + 18 + ], + [ + 25, + 17 + ], + [ + 26, + 17 + ], + [ + 26, + 16 + ], + [ + 27, + 16 + ], + [ + 28, + 17 + ], + [ + 27, + 18 + ], + [ + 27, + 17 + ], + [ + 28, + 16 + ], + [ + 27, + 15 + ], + [ + 28, + 14 + ], + [ + 27, + 14 + ], + [ + 26, + 15 + ], + [ + 25, + 16 + ], + [ + 24, + 16 + ], + [ + 24, + 15 + ], + [ + 23, + 14 + ], + [ + 24, + 14 + ], + [ + 25, + 13 + ], + [ + 26, + 14 + ], + [ + 25, + 14 + ], + [ + 25, + 15 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 66, + 488 + ], + [ + 67, + 489 + ], + [ + 68, + 490 + ], + [ + 69, + 491 + ], + [ + 70, + 490 + ], + [ + 71, + 489 + ], + [ + 72, + 490 + ], + [ + 73, + 489 + ], + [ + 73, + 488 + ], + [ + 73, + 487 + ], + [ + 72, + 488 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 94, + 0 + ], + [ + 93, + 511 + ], + [ + 92, + 511 + ], + [ + 91, + 511 + ], + [ + 90, + 511 + ], + [ + 89, + 511 + ], + [ + 88, + 511 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 0, + 240 + ], + [ + 1, + 239 + ], + [ + 2, + 238 + ], + [ + 3, + 239 + ], + [ + 4, + 240 + ], + [ + 5, + 239 + ], + [ + 6, + 239 + ], + [ + 7, + 238 + ], + [ + 8, + 238 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 112, + 116 + ], + [ + 111, + 117 + ], + [ + 110, + 118 + ], + [ + 109, + 119 + ], + [ + 108, + 120 + ], + [ + 107, + 121 + ], + [ + 106, + 122 + ], + [ + 105, + 123 + ], + [ + 104, + 124 + ], + [ + 103, + 125 + ], + [ + 103, + 126 + ], + [ + 102, + 127 + ], + [ + 103, + 128 + ], + [ + 102, + 129 + ], + [ + 103, + 130 + ], + [ + 103, + 131 + ], + [ + 104, + 132 + ], + [ + 103, + 133 + ], + [ + 103, + 134 + ], + [ + 104, + 135 + ], + [ + 104, + 136 + ], + [ + 104, + 137 + ], + [ + 105, + 138 + ], + [ + 105, + 139 + ], + [ + 106, + 138 + ], + [ + 106, + 139 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 88 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 8, + 458 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 123, + 181 + ], + "peak": [ + 123, + 181 + ], + "area_cells": 40 + }, + { + "id": "range_2", + "name": null, + "center": [ + 131, + 9 + ], + "peak": [ + 131, + 10 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 138, + 152 + ], + "peak": [ + 138, + 152 + ], + "area_cells": 47 + }, + { + "id": "range_4", + "name": null, + "center": [ + 206, + 247 + ], + "peak": [ + 197, + 341 + ], + "area_cells": 22225 + }, + { + "id": "range_6", + "name": null, + "center": [ + 171, + 382 + ], + "peak": [ + 173, + 384 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 222, + 297 + ], + "peak": [ + 222, + 298 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1/bodies/GJ1e/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1e/globe.png new file mode 100644 index 000000000..e851affd7 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1e/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1e/index.md b/wiki/star-systems/GJ-1/bodies/GJ1e/index.md new file mode 100644 index 000000000..a37be22ba --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 986431426 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.157 + period_days: 680.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: null + oblateness: 0.0696 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.118 +--- + +# GJ1e + +Gas giant. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1f/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1f/globe.png new file mode 100644 index 000000000..dc86bd11e Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1f/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1f/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1f/heightmap.png new file mode 100644 index 000000000..a8aaae4fb Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1f/index.md b/wiki/star-systems/GJ-1/bodies/GJ1f/index.md new file mode 100644 index 000000000..7b537ac45 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4052785333 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 22.1 +physical: + gravity_g: 0.37 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.31 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1f + +Frozen planet. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1f/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1f/markers.json new file mode 100644 index 000000000..20dc247a0 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1f/markers.json @@ -0,0 +1,250 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 29 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 42, + 318 + ], + "area_fraction": 0.2381 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 113, + 253 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 123, + 319 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 33 + ], + "peak": [ + 87, + 36 + ], + "area_cells": 126 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 178 + ], + "peak": [ + 114, + 185 + ], + "area_cells": 304 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 70 + ], + "peak": [ + 115, + 68 + ], + "area_cells": 81 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 19 + ], + "peak": [ + 119, + 20 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 122, + 152 + ], + "peak": [ + 122, + 155 + ], + "area_cells": 107 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 56 + ], + "peak": [ + 148, + 52 + ], + "area_cells": 91 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 173 + ], + "peak": [ + 165, + 193 + ], + "area_cells": 1366 + }, + { + "id": "range_10", + "name": null, + "center": [ + 157, + 268 + ], + "peak": [ + 157, + 269 + ], + "area_cells": 82 + }, + { + "id": "range_11", + "name": null, + "center": [ + 166, + 228 + ], + "peak": [ + 168, + 229 + ], + "area_cells": 67 + }, + { + "id": "range_12", + "name": null, + "center": [ + 165, + 249 + ], + "peak": [ + 167, + 248 + ], + "area_cells": 117 + }, + { + "id": "range_13", + "name": null, + "center": [ + 180, + 91 + ], + "peak": [ + 183, + 95 + ], + "area_cells": 225 + }, + { + "id": "range_14", + "name": null, + "center": [ + 194, + 451 + ], + "peak": [ + 203, + 467 + ], + "area_cells": 1478 + }, + { + "id": "range_16", + "name": null, + "center": [ + 198, + 285 + ], + "peak": [ + 194, + 282 + ], + "area_cells": 554 + }, + { + "id": "range_23", + "name": null, + "center": [ + 226, + 414 + ], + "peak": [ + 226, + 418 + ], + "area_cells": 553 + }, + { + "id": "range_24", + "name": null, + "center": [ + 217, + 390 + ], + "peak": [ + 220, + 394 + ], + "area_cells": 211 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1/bodies/GJ1g/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1g/globe.png new file mode 100644 index 000000000..41e6a5b5f Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1g/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1g/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1g/heightmap.png new file mode 100644 index 000000000..3eb9c98b6 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1g/index.md b/wiki/star-systems/GJ-1/bodies/GJ1g/index.md new file mode 100644 index 000000000..163ca0448 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3766536576 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.14 + period_days: 4600.0 + axial_tilt_deg: 46.3 +physical: + gravity_g: 0.28 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.814 + polar_ice_lat: 0.066 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1g + +Frozen planet. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1g/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1g/markers.json new file mode 100644 index 000000000..c9dbaee8d --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1g/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 174 + ], + "area_fraction": 0.0961 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 22, + 423 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 112, + 109 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 238, + 399 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 9 + ], + "peak": [ + 80, + 10 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 499 + ], + "peak": [ + 100, + 500 + ], + "area_cells": 115 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 402 + ], + "peak": [ + 110, + 406 + ], + "area_cells": 1050 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 339 + ], + "peak": [ + 150, + 333 + ], + "area_cells": 826 + }, + { + "id": "range_6", + "name": null, + "center": [ + 149, + 76 + ], + "peak": [ + 150, + 78 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 219, + 65 + ], + "peak": [ + 221, + 70 + ], + "area_cells": 8524 + }, + { + "id": "range_8", + "name": null, + "center": [ + 206, + 486 + ], + "peak": [ + 208, + 472 + ], + "area_cells": 3320 + }, + { + "id": "range_9", + "name": null, + "center": [ + 203, + 442 + ], + "peak": [ + 203, + 442 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 232, + 456 + ], + "peak": [ + 232, + 457 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 247, + 300 + ], + "peak": [ + 244, + 298 + ], + "area_cells": 1112 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1/bodies/GJ1h/globe.png b/wiki/star-systems/GJ-1/bodies/GJ1h/globe.png new file mode 100644 index 000000000..a7619faa1 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1h/globe.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1h/heightmap.png b/wiki/star-systems/GJ-1/bodies/GJ1h/heightmap.png new file mode 100644 index 000000000..d29e45050 Binary files /dev/null and b/wiki/star-systems/GJ-1/bodies/GJ1h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1/bodies/GJ1h/index.md b/wiki/star-systems/GJ-1/bodies/GJ1h/index.md new file mode 100644 index 000000000..2f9637386 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 807228331 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 7.039 + period_days: 10200.0 + axial_tilt_deg: 57.5 +physical: + gravity_g: 0.11 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.797 + polar_ice_lat: 0.079 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.23 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1h + +Frozen planet. + +**System:** [GJ-1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 10200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1/bodies/GJ1h/markers.json b/wiki/star-systems/GJ-1/bodies/GJ1h/markers.json new file mode 100644 index 000000000..bac9e40b5 --- /dev/null +++ b/wiki/star-systems/GJ-1/bodies/GJ1h/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 127, + 473 + ], + "area_fraction": 0.0254 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 115, + 45 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 131, + 12 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_25", + "name": null, + "kind": "ocean", + "center": [ + 188, + 228 + ], + "area_fraction": 0.1256 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 243, + 162 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 247, + 479 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 34 + ], + "peak": [ + 0, + 28 + ], + "area_cells": 1334 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 415 + ], + "peak": [ + 0, + 434 + ], + "area_cells": 161 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 451 + ], + "peak": [ + 0, + 441 + ], + "area_cells": 134 + }, + { + "id": "range_5", + "name": null, + "center": [ + 26, + 475 + ], + "peak": [ + 26, + 472 + ], + "area_cells": 1610 + }, + { + "id": "range_6", + "name": null, + "center": [ + 4, + 491 + ], + "peak": [ + 6, + 491 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 321 + ], + "peak": [ + 81, + 312 + ], + "area_cells": 7505 + }, + { + "id": "range_9", + "name": null, + "center": [ + 20, + 284 + ], + "peak": [ + 22, + 280 + ], + "area_cells": 101 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 70 + ], + "peak": [ + 65, + 69 + ], + "area_cells": 192 + }, + { + "id": "range_12", + "name": null, + "center": [ + 80, + 148 + ], + "peak": [ + 81, + 156 + ], + "area_cells": 227 + }, + { + "id": "range_13", + "name": null, + "center": [ + 79, + 122 + ], + "peak": [ + 79, + 121 + ], + "area_cells": 55 + }, + { + "id": "range_15", + "name": null, + "center": [ + 115, + 103 + ], + "peak": [ + 116, + 99 + ], + "area_cells": 170 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1002b/globe.png b/wiki/star-systems/GJ-1002/bodies/GJ1002b/globe.png new file mode 100644 index 000000000..14c12d085 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002b/globe.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002b/heightmap.png b/wiki/star-systems/GJ-1002/bodies/GJ1002b/heightmap.png new file mode 100644 index 000000000..13363241d Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002b/index.md b/wiki/star-systems/GJ-1002/bodies/GJ1002b/index.md new file mode 100644 index 000000000..28520c92b --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002b/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1002b +name: Caparica +body_type: planet +planet_class: oceanic +body_scale: planet +seed: 2561527421 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.88 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.4 + - 0.6 + - 1.0 +terrain: + land_fraction: 0.564 + polar_ice_lat: 0.797 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.553 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Caparica + +Oceanic planet. + +**System:** [GJ-1002](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | oceanic | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 35M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002b/markers.json b/wiki/star-systems/GJ-1002/bodies/GJ1002b/markers.json new file mode 100644 index 000000000..5fe9ffd82 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002b/markers.json @@ -0,0 +1,460 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 135, + 41 + ], + [ + 136, + 42 + ], + [ + 137, + 43 + ], + [ + 138, + 44 + ], + [ + 139, + 45 + ], + [ + 140, + 46 + ], + [ + 141, + 47 + ], + [ + 141, + 48 + ], + [ + 142, + 49 + ], + [ + 143, + 50 + ], + [ + 142, + 51 + ], + [ + 143, + 52 + ], + [ + 144, + 53 + ], + [ + 145, + 54 + ], + [ + 146, + 55 + ], + [ + 147, + 56 + ], + [ + 148, + 57 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 139, + 0 + ], + [ + 140, + 511 + ], + [ + 141, + 511 + ], + [ + 142, + 511 + ], + [ + 143, + 511 + ], + [ + 144, + 510 + ], + [ + 145, + 509 + ], + [ + 146, + 508 + ], + [ + 147, + 508 + ], + [ + 148, + 508 + ], + [ + 149, + 508 + ], + [ + 150, + 509 + ], + [ + 151, + 508 + ], + [ + 152, + 509 + ], + [ + 153, + 509 + ], + [ + 154, + 510 + ], + [ + 155, + 510 + ], + [ + 156, + 510 + ], + [ + 157, + 509 + ], + [ + 158, + 509 + ], + [ + 159, + 508 + ], + [ + 160, + 508 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 147, + 340 + ], + [ + 147, + 339 + ], + [ + 146, + 338 + ], + [ + 146, + 337 + ], + [ + 145, + 336 + ], + [ + 144, + 335 + ], + [ + 144, + 334 + ], + [ + 143, + 333 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 129, + 275 + ], + [ + 130, + 275 + ], + [ + 131, + 276 + ], + [ + 132, + 276 + ], + [ + 133, + 276 + ], + [ + 134, + 277 + ], + [ + 133, + 278 + ], + [ + 134, + 279 + ], + [ + 134, + 280 + ], + [ + 134, + 281 + ], + [ + 133, + 282 + ], + [ + 134, + 283 + ], + [ + 135, + 284 + ], + [ + 134, + 284 + ], + [ + 135, + 285 + ], + [ + 134, + 286 + ], + [ + 134, + 285 + ], + [ + 135, + 286 + ], + [ + 134, + 287 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 218, + 107 + ], + [ + 217, + 108 + ], + [ + 216, + 107 + ], + [ + 215, + 106 + ], + [ + 214, + 105 + ], + [ + 213, + 106 + ], + [ + 212, + 106 + ], + [ + 211, + 107 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 12, + 361 + ], + "area_fraction": 0.0215 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 124, + 409 + ], + "area_fraction": 0.1926 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 157, + 124 + ], + "area_fraction": 0.2044 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 236, + 23 + ], + "area_fraction": 0.0148 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 116 + ], + "peak": [ + 17, + 132 + ], + "area_cells": 1997 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 468 + ], + "peak": [ + 26, + 468 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 212 + ], + "peak": [ + 88, + 201 + ], + "area_cells": 243 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 1 + ], + "peak": [ + 139, + 0 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 228, + 340 + ], + "peak": [ + 229, + 345 + ], + "area_cells": 47 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 315 + ], + "peak": [ + 235, + 314 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002c/globe.png b/wiki/star-systems/GJ-1002/bodies/GJ1002c/globe.png new file mode 100644 index 000000000..b9799f051 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002c/globe.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002c/heightmap.png b/wiki/star-systems/GJ-1002/bodies/GJ1002c/heightmap.png new file mode 100644 index 000000000..8e62de57c Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002c/index.md b/wiki/star-systems/GJ-1002/bodies/GJ1002c/index.md new file mode 100644 index 000000000..cb8ae6332 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1002c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 796579258 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.198 + period_days: 48.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.44 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.064 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1002c + +Frozen planet. + +**System:** [GJ-1002](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002c/markers.json b/wiki/star-systems/GJ-1002/bodies/GJ1002c/markers.json new file mode 100644 index 000000000..90be7262e --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002c/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 211, + 266 + ], + [ + 210, + 265 + ], + [ + 209, + 265 + ], + [ + 208, + 264 + ], + [ + 207, + 264 + ], + [ + 206, + 264 + ], + [ + 207, + 263 + ], + [ + 208, + 263 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 239, + 68 + ], + [ + 240, + 67 + ], + [ + 239, + 66 + ], + [ + 238, + 65 + ], + [ + 239, + 65 + ], + [ + 240, + 66 + ], + [ + 241, + 66 + ], + [ + 242, + 67 + ], + [ + 243, + 67 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 82, + 11 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 216, + 294 + ], + "area_fraction": 0.0461 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 306 + ], + "peak": [ + 83, + 308 + ], + "area_cells": 67 + }, + { + "id": "range_2", + "name": null, + "center": [ + 126, + 370 + ], + "peak": [ + 132, + 393 + ], + "area_cells": 9856 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 206 + ], + "peak": [ + 133, + 220 + ], + "area_cells": 1320 + }, + { + "id": "range_4", + "name": null, + "center": [ + 139, + 54 + ], + "peak": [ + 146, + 53 + ], + "area_cells": 728 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002d/globe.png b/wiki/star-systems/GJ-1002/bodies/GJ1002d/globe.png new file mode 100644 index 000000000..04db3f6c0 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002d/globe.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002d/heightmap.png b/wiki/star-systems/GJ-1002/bodies/GJ1002d/heightmap.png new file mode 100644 index 000000000..dbeffb068 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002d/index.md b/wiki/star-systems/GJ-1002/bodies/GJ1002d/index.md new file mode 100644 index 000000000..e0a915ac9 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1002d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 129257392 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 29.2 +physical: + gravity_g: 0.34 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.785 + polar_ice_lat: 0.287 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1002d + +Frozen planet. + +**System:** [GJ-1002](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002d/markers.json b/wiki/star-systems/GJ-1002/bodies/GJ1002d/markers.json new file mode 100644 index 000000000..ca4134afe --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002d/markers.json @@ -0,0 +1,206 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 28 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 90, + 114 + ], + "area_fraction": 0.0771 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 45, + 365 + ], + "area_fraction": 0.0237 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 96, + 13 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 109, + 470 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 96, + 497 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 186, + 88 + ], + "area_fraction": 0.014 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 197, + 174 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 202, + 134 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 242, + 202 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 177 + ], + "peak": [ + 0, + 177 + ], + "area_cells": 54 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 235 + ], + "peak": [ + 0, + 236 + ], + "area_cells": 105 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 365 + ], + "peak": [ + 0, + 366 + ], + "area_cells": 47 + }, + { + "id": "range_4", + "name": null, + "center": [ + 40, + 241 + ], + "peak": [ + 37, + 232 + ], + "area_cells": 2060 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 416 + ], + "peak": [ + 126, + 448 + ], + "area_cells": 765 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 205 + ], + "peak": [ + 156, + 208 + ], + "area_cells": 84 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 181 + ], + "peak": [ + 163, + 181 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002e/globe.png b/wiki/star-systems/GJ-1002/bodies/GJ1002e/globe.png new file mode 100644 index 000000000..c9a172a92 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002e/globe.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002e/heightmap.png b/wiki/star-systems/GJ-1002/bodies/GJ1002e/heightmap.png new file mode 100644 index 000000000..62f65363c Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002e/index.md b/wiki/star-systems/GJ-1002/bodies/GJ1002e/index.md new file mode 100644 index 000000000..4dc729171 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1002e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3940418441 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.785 + period_days: 380.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.1 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.709 + polar_ice_lat: 0.057 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.294 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1002e + +Frozen planet. + +**System:** [GJ-1002](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002e/markers.json b/wiki/star-systems/GJ-1002/bodies/GJ1002e/markers.json new file mode 100644 index 000000000..aa2959682 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002e/markers.json @@ -0,0 +1,322 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 40, + 276 + ], + "area_fraction": 0.0623 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 86, + 50 + ], + "area_fraction": 0.063 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 75, + 439 + ], + "area_fraction": 0.0701 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 114, + 273 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 104, + 163 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 220, + 76 + ], + "area_fraction": 0.0317 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 17 + ], + "peak": [ + 10, + 1 + ], + "area_cells": 755 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 80 + ], + "peak": [ + 15, + 82 + ], + "area_cells": 290 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 435 + ], + "peak": [ + 9, + 413 + ], + "area_cells": 2820 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 352 + ], + "peak": [ + 10, + 353 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 93 + ], + "peak": [ + 33, + 92 + ], + "area_cells": 46 + }, + { + "id": "range_10", + "name": null, + "center": [ + 61, + 397 + ], + "peak": [ + 61, + 398 + ], + "area_cells": 45 + }, + { + "id": "range_11", + "name": null, + "center": [ + 74, + 226 + ], + "peak": [ + 74, + 226 + ], + "area_cells": 48 + }, + { + "id": "range_12", + "name": null, + "center": [ + 82, + 112 + ], + "peak": [ + 82, + 122 + ], + "area_cells": 220 + }, + { + "id": "range_13", + "name": null, + "center": [ + 85, + 189 + ], + "peak": [ + 85, + 185 + ], + "area_cells": 191 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 255 + ], + "peak": [ + 92, + 250 + ], + "area_cells": 95 + }, + { + "id": "range_16", + "name": null, + "center": [ + 149, + 373 + ], + "peak": [ + 139, + 415 + ], + "area_cells": 2411 + }, + { + "id": "range_17", + "name": null, + "center": [ + 139, + 467 + ], + "peak": [ + 141, + 476 + ], + "area_cells": 496 + }, + { + "id": "range_18", + "name": null, + "center": [ + 151, + 154 + ], + "peak": [ + 154, + 159 + ], + "area_cells": 459 + }, + { + "id": "range_20", + "name": null, + "center": [ + 163, + 256 + ], + "peak": [ + 169, + 287 + ], + "area_cells": 1998 + }, + { + "id": "range_21", + "name": null, + "center": [ + 193, + 381 + ], + "peak": [ + 192, + 403 + ], + "area_cells": 329 + }, + { + "id": "range_22", + "name": null, + "center": [ + 203, + 278 + ], + "peak": [ + 203, + 278 + ], + "area_cells": 25 + }, + { + "id": "range_23", + "name": null, + "center": [ + 204, + 421 + ], + "peak": [ + 205, + 420 + ], + "area_cells": 34 + }, + { + "id": "range_24", + "name": null, + "center": [ + 235, + 154 + ], + "peak": [ + 234, + 154 + ], + "area_cells": 32 + }, + { + "id": "range_25", + "name": null, + "center": [ + 250, + 164 + ], + "peak": [ + 251, + 164 + ], + "area_cells": 153 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002f/globe.png b/wiki/star-systems/GJ-1002/bodies/GJ1002f/globe.png new file mode 100644 index 000000000..55ef45518 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002f/globe.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002f/heightmap.png b/wiki/star-systems/GJ-1002/bodies/GJ1002f/heightmap.png new file mode 100644 index 000000000..067857796 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002f/index.md b/wiki/star-systems/GJ-1002/bodies/GJ1002f/index.md new file mode 100644 index 000000000..d84a830c2 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1002f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1540784120 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.416 + period_days: 920.0 + axial_tilt_deg: 21.2 +physical: + gravity_g: 0.08 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.863 + polar_ice_lat: 0.328 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.244 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1002f + +Frozen planet. + +**System:** [GJ-1002](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 920 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002f/markers.json b/wiki/star-systems/GJ-1002/bodies/GJ1002f/markers.json new file mode 100644 index 000000000..5a28bc323 --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002f/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 230, + 196 + ], + "area_fraction": 0.1276 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 211, + 492 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 373 + ], + "peak": [ + 35, + 369 + ], + "area_cells": 367 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 97 + ], + "peak": [ + 49, + 55 + ], + "area_cells": 13248 + }, + { + "id": "range_4", + "name": null, + "center": [ + 75, + 505 + ], + "peak": [ + 79, + 511 + ], + "area_cells": 197 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 202 + ], + "peak": [ + 91, + 203 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 247 + ], + "peak": [ + 97, + 265 + ], + "area_cells": 810 + }, + { + "id": "range_9", + "name": null, + "center": [ + 97, + 492 + ], + "peak": [ + 98, + 493 + ], + "area_cells": 169 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 359 + ], + "peak": [ + 125, + 374 + ], + "area_cells": 6367 + }, + { + "id": "range_12", + "name": null, + "center": [ + 144, + 263 + ], + "peak": [ + 142, + 264 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 159, + 50 + ], + "peak": [ + 157, + 50 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002g/globe.png b/wiki/star-systems/GJ-1002/bodies/GJ1002g/globe.png new file mode 100644 index 000000000..d253b38c8 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002g/globe.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002g/heightmap.png b/wiki/star-systems/GJ-1002/bodies/GJ1002g/heightmap.png new file mode 100644 index 000000000..87a562036 Binary files /dev/null and b/wiki/star-systems/GJ-1002/bodies/GJ1002g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002g/index.md b/wiki/star-systems/GJ-1002/bodies/GJ1002g/index.md new file mode 100644 index 000000000..7eb232ecd --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1002g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 671818560 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.532 + period_days: 2200.0 + axial_tilt_deg: 39.2 +physical: + gravity_g: 0.06 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.802 + polar_ice_lat: 0.134 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1002g + +Frozen planet. + +**System:** [GJ-1002](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1002/bodies/GJ1002g/markers.json b/wiki/star-systems/GJ-1002/bodies/GJ1002g/markers.json new file mode 100644 index 000000000..a8319a23f --- /dev/null +++ b/wiki/star-systems/GJ-1002/bodies/GJ1002g/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 227, + 373 + ], + "area_fraction": 0.1308 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 229, + 15 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 233, + 98 + ], + "area_fraction": 0.0344 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 246 + ], + "peak": [ + 0, + 159 + ], + "area_cells": 26578 + }, + { + "id": "range_7", + "name": null, + "center": [ + 97, + 456 + ], + "peak": [ + 97, + 457 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1005Ab/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/globe.png new file mode 100644 index 000000000..e026d25ce Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/heightmap.png new file mode 100644 index 000000000..3ace5dabb Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/index.md new file mode 100644 index 000000000..f9388082a --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1005Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1499705065 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.31 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.946 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1005Ab + +Barren planet. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.31g | +| **Land** | 94% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/markers.json new file mode 100644 index 000000000..ec0eb2a60 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ab/markers.json @@ -0,0 +1,282 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 162, + 236 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 175, + 269 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 221 + ], + "peak": [ + 13, + 222 + ], + "area_cells": 86 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 185 + ], + "peak": [ + 11, + 187 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 247 + ], + "peak": [ + 13, + 245 + ], + "area_cells": 45 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 210 + ], + "peak": [ + 61, + 213 + ], + "area_cells": 609 + }, + { + "id": "range_8", + "name": null, + "center": [ + 43, + 24 + ], + "peak": [ + 45, + 25 + ], + "area_cells": 44 + }, + { + "id": "range_11", + "name": null, + "center": [ + 88, + 117 + ], + "peak": [ + 107, + 144 + ], + "area_cells": 5599 + }, + { + "id": "range_12", + "name": null, + "center": [ + 62, + 201 + ], + "peak": [ + 61, + 201 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 497 + ], + "peak": [ + 67, + 498 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 69, + 395 + ], + "peak": [ + 70, + 395 + ], + "area_cells": 54 + }, + { + "id": "range_17", + "name": null, + "center": [ + 79, + 7 + ], + "peak": [ + 81, + 6 + ], + "area_cells": 151 + }, + { + "id": "range_18", + "name": null, + "center": [ + 79, + 272 + ], + "peak": [ + 78, + 271 + ], + "area_cells": 182 + }, + { + "id": "range_21", + "name": null, + "center": [ + 88, + 306 + ], + "peak": [ + 88, + 309 + ], + "area_cells": 151 + }, + { + "id": "range_23", + "name": null, + "center": [ + 89, + 39 + ], + "peak": [ + 91, + 41 + ], + "area_cells": 65 + }, + { + "id": "range_24", + "name": null, + "center": [ + 89, + 441 + ], + "peak": [ + 89, + 442 + ], + "area_cells": 25 + }, + { + "id": "range_27", + "name": null, + "center": [ + 109, + 14 + ], + "peak": [ + 110, + 16 + ], + "area_cells": 63 + }, + { + "id": "range_28", + "name": null, + "center": [ + 113, + 251 + ], + "peak": [ + 113, + 251 + ], + "area_cells": 67 + }, + { + "id": "range_29", + "name": null, + "center": [ + 115, + 201 + ], + "peak": [ + 116, + 201 + ], + "area_cells": 20 + }, + { + "id": "range_30", + "name": null, + "center": [ + 133, + 97 + ], + "peak": [ + 133, + 98 + ], + "area_cells": 79 + }, + { + "id": "range_31", + "name": null, + "center": [ + 143, + 78 + ], + "peak": [ + 140, + 66 + ], + "area_cells": 238 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/globe.png new file mode 100644 index 000000000..b0f6876f4 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/heightmap.png new file mode 100644 index 000000000..5d1a1876d Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/index.md new file mode 100644 index 000000000..beb9caaa3 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1005Ac +name: Port Desrochers +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 3388810551 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.099 + period_days: 17.0 + axial_tilt_deg: 4.9 +physical: + gravity_g: 0.82 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.548 + polar_ice_lat: 0.756 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Port Desrochers + +Temperate Terminator planet. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 55% | +| **Year** | 17 days | +| **Inhabited** | yes | +| **Population** | 320K | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/markers.json new file mode 100644 index 000000000..0006e4dd6 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ac/markers.json @@ -0,0 +1,499 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 25, + 116 + ], + [ + 26, + 115 + ], + [ + 27, + 116 + ], + [ + 28, + 116 + ], + [ + 29, + 116 + ], + [ + 30, + 117 + ], + [ + 31, + 117 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 27, + 336 + ], + [ + 28, + 337 + ], + [ + 29, + 337 + ], + [ + 30, + 338 + ], + [ + 31, + 339 + ], + [ + 32, + 340 + ], + [ + 33, + 340 + ], + [ + 34, + 341 + ], + [ + 35, + 342 + ], + [ + 36, + 342 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 133, + 114 + ], + [ + 134, + 115 + ], + [ + 134, + 116 + ], + [ + 135, + 117 + ], + [ + 136, + 118 + ], + [ + 136, + 119 + ], + [ + 135, + 120 + ], + [ + 134, + 121 + ], + [ + 133, + 122 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 173, + 463 + ], + [ + 172, + 464 + ], + [ + 171, + 464 + ], + [ + 170, + 465 + ], + [ + 169, + 465 + ], + [ + 168, + 466 + ], + [ + 167, + 467 + ], + [ + 166, + 467 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 184, + 405 + ], + [ + 183, + 406 + ], + [ + 182, + 406 + ], + [ + 181, + 407 + ], + [ + 180, + 406 + ], + [ + 179, + 405 + ], + [ + 178, + 404 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 29, + 247 + ], + [ + 30, + 248 + ], + [ + 31, + 249 + ], + [ + 32, + 250 + ], + [ + 33, + 251 + ], + [ + 34, + 250 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 28, + 96 + ], + [ + 27, + 95 + ], + [ + 26, + 94 + ], + [ + 25, + 93 + ], + [ + 24, + 92 + ], + [ + 23, + 91 + ], + [ + 22, + 90 + ], + [ + 21, + 89 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 43, + 270 + ], + [ + 44, + 271 + ], + [ + 45, + 272 + ], + [ + 46, + 273 + ], + [ + 47, + 274 + ], + [ + 48, + 275 + ], + [ + 49, + 274 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 111 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 219 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 14, + 304 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 34, + 384 + ], + "area_fraction": 0.0283 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 119, + 187 + ], + "area_fraction": 0.2216 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 107, + 447 + ], + "area_fraction": 0.104 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 215, + 46 + ], + "area_fraction": 0.0512 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 40 + ], + "peak": [ + 25, + 53 + ], + "area_cells": 1177 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 215 + ], + "peak": [ + 48, + 215 + ], + "area_cells": 32 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 173 + ], + "peak": [ + 60, + 167 + ], + "area_cells": 503 + }, + { + "id": "range_4", + "name": null, + "center": [ + 160, + 107 + ], + "peak": [ + 160, + 108 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 207, + 214 + ], + "peak": [ + 191, + 222 + ], + "area_cells": 2207 + }, + { + "id": "range_6", + "name": null, + "center": [ + 212, + 147 + ], + "peak": [ + 211, + 150 + ], + "area_cells": 1060 + }, + { + "id": "range_7", + "name": null, + "center": [ + 223, + 285 + ], + "peak": [ + 222, + 285 + ], + "area_cells": 328 + }, + { + "id": "range_8", + "name": null, + "center": [ + 220, + 398 + ], + "peak": [ + 221, + 391 + ], + "area_cells": 515 + }, + { + "id": "range_9", + "name": null, + "center": [ + 231, + 314 + ], + "peak": [ + 231, + 317 + ], + "area_cells": 87 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/globe.png new file mode 100644 index 000000000..0f007f2c4 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/heightmap.png new file mode 100644 index 000000000..7e7747fc5 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/index.md new file mode 100644 index 000000000..82613cf23 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1005Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4118398650 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.344 + period_days: 110.0 + axial_tilt_deg: 58.5 +physical: + gravity_g: 0.44 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.952 + polar_ice_lat: 0.077 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.374 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1005Ad + +Frozen planet. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 110 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/markers.json new file mode 100644 index 000000000..5bef3facf --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ad/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 138, + 454 + ], + [ + 137, + 453 + ], + [ + 136, + 452 + ], + [ + 135, + 451 + ], + [ + 134, + 450 + ], + [ + 133, + 449 + ], + [ + 132, + 449 + ], + [ + 131, + 448 + ], + [ + 130, + 448 + ] + ] + } + ], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 232, + 207 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 308 + ], + "peak": [ + 115, + 285 + ], + "area_cells": 2964 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 185 + ], + "peak": [ + 95, + 182 + ], + "area_cells": 383 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/globe.png new file mode 100644 index 000000000..625bf98c0 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/heightmap.png new file mode 100644 index 000000000..405a6ef82 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/index.md new file mode 100644 index 000000000..a19e482b6 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1005Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2695727712 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.21 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1005Ae-m1 + +Frozen moon. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 94% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/markers.json new file mode 100644 index 000000000..fdeb58869 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae-m1/markers.json @@ -0,0 +1,331 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 129 + ], + "area_fraction": 0.0316 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 338 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 31, + 240 + ], + "area_fraction": 0.0142 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 274 + ], + "peak": [ + 101, + 246 + ], + "area_cells": 5332 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 391 + ], + "peak": [ + 64, + 392 + ], + "area_cells": 107 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 368 + ], + "peak": [ + 67, + 369 + ], + "area_cells": 49 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 346 + ], + "peak": [ + 67, + 345 + ], + "area_cells": 64 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 413 + ], + "peak": [ + 69, + 410 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 165 + ], + "peak": [ + 85, + 160 + ], + "area_cells": 230 + }, + { + "id": "range_10", + "name": null, + "center": [ + 109, + 192 + ], + "peak": [ + 108, + 197 + ], + "area_cells": 245 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 34 + ], + "peak": [ + 132, + 34 + ], + "area_cells": 56 + }, + { + "id": "range_14", + "name": null, + "center": [ + 136, + 70 + ], + "peak": [ + 142, + 68 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 86 + ], + "peak": [ + 132, + 87 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 415 + ], + "peak": [ + 133, + 418 + ], + "area_cells": 76 + }, + { + "id": "range_17", + "name": null, + "center": [ + 139, + 8 + ], + "peak": [ + 138, + 9 + ], + "area_cells": 110 + }, + { + "id": "range_18", + "name": null, + "center": [ + 144, + 472 + ], + "peak": [ + 138, + 484 + ], + "area_cells": 229 + }, + { + "id": "range_19", + "name": null, + "center": [ + 145, + 507 + ], + "peak": [ + 147, + 507 + ], + "area_cells": 55 + }, + { + "id": "range_20", + "name": null, + "center": [ + 154, + 232 + ], + "peak": [ + 155, + 235 + ], + "area_cells": 161 + }, + { + "id": "range_23", + "name": null, + "center": [ + 217, + 229 + ], + "peak": [ + 255, + 152 + ], + "area_cells": 14137 + }, + { + "id": "range_24", + "name": null, + "center": [ + 161, + 36 + ], + "peak": [ + 160, + 39 + ], + "area_cells": 108 + }, + { + "id": "range_25", + "name": null, + "center": [ + 167, + 142 + ], + "peak": [ + 170, + 142 + ], + "area_cells": 40 + }, + { + "id": "range_28", + "name": null, + "center": [ + 188, + 350 + ], + "peak": [ + 188, + 350 + ], + "area_cells": 36 + }, + { + "id": "range_30", + "name": null, + "center": [ + 211, + 130 + ], + "peak": [ + 208, + 130 + ], + "area_cells": 77 + }, + { + "id": "range_31", + "name": null, + "center": [ + 217, + 340 + ], + "peak": [ + 219, + 341 + ], + "area_cells": 54 + }, + { + "id": "range_35", + "name": null, + "center": [ + 243, + 460 + ], + "peak": [ + 241, + 454 + ], + "area_cells": 153 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae/globe.png new file mode 100644 index 000000000..7b97b100e Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae/index.md new file mode 100644 index 000000000..93af8d1d5 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1005Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1181321539 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.917 + period_days: 480.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: null + oblateness: 0.0748 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.088 +--- + +# GJ1005Ae + +Gas giant. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/globe.png new file mode 100644 index 000000000..290cdaad5 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/heightmap.png new file mode 100644 index 000000000..37a7e43a3 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/index.md new file mode 100644 index 000000000..412856548 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1005Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3656238430 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 34.3 +physical: + gravity_g: 0.36 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.08 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.43 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1005Af + +Frozen planet. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/markers.json new file mode 100644 index 000000000..164cb00c0 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Af/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "ocean", + "center": [ + 182, + 188 + ], + "area_fraction": 0.1181 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 170, + 385 + ], + "area_fraction": 0.0385 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 162, + 463 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 109 + ], + "peak": [ + 0, + 55 + ], + "area_cells": 8963 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 408 + ], + "peak": [ + 30, + 504 + ], + "area_cells": 8252 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 161 + ], + "peak": [ + 59, + 161 + ], + "area_cells": 201 + }, + { + "id": "range_5", + "name": null, + "center": [ + 54, + 234 + ], + "peak": [ + 54, + 236 + ], + "area_cells": 81 + }, + { + "id": "range_9", + "name": null, + "center": [ + 88, + 333 + ], + "peak": [ + 92, + 335 + ], + "area_cells": 69 + }, + { + "id": "range_11", + "name": null, + "center": [ + 95, + 370 + ], + "peak": [ + 96, + 370 + ], + "area_cells": 57 + }, + { + "id": "range_12", + "name": null, + "center": [ + 106, + 328 + ], + "peak": [ + 106, + 340 + ], + "area_cells": 255 + }, + { + "id": "range_13", + "name": null, + "center": [ + 217, + 365 + ], + "peak": [ + 219, + 375 + ], + "area_cells": 276 + }, + { + "id": "range_14", + "name": null, + "center": [ + 225, + 480 + ], + "peak": [ + 222, + 483 + ], + "area_cells": 99 + }, + { + "id": "range_18", + "name": null, + "center": [ + 236, + 4 + ], + "peak": [ + 236, + 6 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/globe.png new file mode 100644 index 000000000..903824bd6 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/heightmap.png new file mode 100644 index 000000000..23fdacaa6 Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/index.md new file mode 100644 index 000000000..fd1bb5bea --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1005Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1240850548 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.644 + period_days: 3800.0 + axial_tilt_deg: 38.0 +physical: + gravity_g: 0.27 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.827 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1005Ag + +Frozen planet. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/markers.json new file mode 100644 index 000000000..13894a3dd --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ag/markers.json @@ -0,0 +1,284 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 37 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 9, + 438 + ], + "area_fraction": 0.01 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 44, + 349 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 59, + 500 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 149, + 162 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 159, + 319 + ], + "area_fraction": 0.009 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 221, + 124 + ], + "area_fraction": 0.027 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 205, + 435 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 225, + 196 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 236, + 478 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 116, + 71 + ], + "peak": [ + 141, + 46 + ], + "area_cells": 9572 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 292 + ], + "peak": [ + 73, + 286 + ], + "area_cells": 209 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 461 + ], + "peak": [ + 108, + 488 + ], + "area_cells": 2090 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 243 + ], + "peak": [ + 84, + 243 + ], + "area_cells": 56 + }, + { + "id": "range_6", + "name": null, + "center": [ + 92, + 264 + ], + "peak": [ + 92, + 264 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 110, + 6 + ], + "peak": [ + 110, + 8 + ], + "area_cells": 120 + }, + { + "id": "range_10", + "name": null, + "center": [ + 126, + 226 + ], + "peak": [ + 129, + 214 + ], + "area_cells": 531 + }, + { + "id": "range_11", + "name": null, + "center": [ + 142, + 372 + ], + "peak": [ + 141, + 373 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 465 + ], + "peak": [ + 154, + 511 + ], + "area_cells": 1697 + }, + { + "id": "range_13", + "name": null, + "center": [ + 174, + 247 + ], + "peak": [ + 181, + 258 + ], + "area_cells": 637 + }, + { + "id": "range_14", + "name": null, + "center": [ + 198, + 335 + ], + "peak": [ + 206, + 363 + ], + "area_cells": 1924 + }, + { + "id": "range_15", + "name": null, + "center": [ + 207, + 279 + ], + "peak": [ + 208, + 279 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 359 + ], + "peak": [ + 228, + 360 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/globe.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/globe.png new file mode 100644 index 000000000..b1ed5a5cd Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/globe.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/heightmap.png b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/heightmap.png new file mode 100644 index 000000000..c17f93c6c Binary files /dev/null and b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/index.md b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/index.md new file mode 100644 index 000000000..59cc83b04 --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1005Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3970744367 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.184 + period_days: 8400.0 + axial_tilt_deg: 50.9 +physical: + gravity_g: 0.12 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.06 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.447 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1005Ah + +Frozen planet. + +**System:** [GJ-1005A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 8400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/markers.json b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/markers.json new file mode 100644 index 000000000..ca5c4f87a --- /dev/null +++ b/wiki/star-systems/GJ-1005A/bodies/GJ1005Ah/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 168 + ], + "area_fraction": 0.1239 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 461 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 50, + 33 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 99, + 134 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 314 + ], + "peak": [ + 57, + 321 + ], + "area_cells": 210 + }, + { + "id": "range_2", + "name": null, + "center": [ + 164, + 458 + ], + "peak": [ + 225, + 450 + ], + "area_cells": 15326 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 347 + ], + "peak": [ + 83, + 344 + ], + "area_cells": 120 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 13 + ], + "peak": [ + 107, + 6 + ], + "area_cells": 586 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 118 + ], + "peak": [ + 144, + 121 + ], + "area_cells": 809 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 20 + ], + "peak": [ + 136, + 21 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 183, + 80 + ], + "peak": [ + 219, + 0 + ], + "area_cells": 8345 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 46 + ], + "peak": [ + 138, + 45 + ], + "area_cells": 166 + }, + { + "id": "range_9", + "name": null, + "center": [ + 143, + 304 + ], + "peak": [ + 143, + 305 + ], + "area_cells": 64 + }, + { + "id": "range_10", + "name": null, + "center": [ + 242, + 109 + ], + "peak": [ + 251, + 120 + ], + "area_cells": 1961 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ103b/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103b/globe.png new file mode 100644 index 000000000..358602784 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103b/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103b/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103b/heightmap.png new file mode 100644 index 000000000..b96e46b14 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103b/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103b/index.md b/wiki/star-systems/GJ-103/bodies/GJ103b/index.md new file mode 100644 index 000000000..f1eefec11 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ103b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3497966899 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.36 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.848 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ103b + +Barren planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 91% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103b/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103b/markers.json new file mode 100644 index 000000000..58c3906f4 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103b/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 117, + 396 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 148, + 345 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 150, + 385 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_75", + "name": null, + "kind": "lake", + "center": [ + 241, + 491 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_76", + "name": null, + "kind": "lake", + "center": [ + 240, + 16 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 31, + 385 + ], + "peak": [ + 39, + 384 + ], + "area_cells": 147 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 50 + ], + "peak": [ + 32, + 50 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 28 + ], + "peak": [ + 60, + 27 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 59, + 358 + ], + "peak": [ + 56, + 358 + ], + "area_cells": 42 + }, + { + "id": "range_10", + "name": null, + "center": [ + 122, + 99 + ], + "peak": [ + 122, + 98 + ], + "area_cells": 540 + }, + { + "id": "range_11", + "name": null, + "center": [ + 131, + 150 + ], + "peak": [ + 131, + 152 + ], + "area_cells": 499 + }, + { + "id": "range_12", + "name": null, + "center": [ + 120, + 192 + ], + "peak": [ + 119, + 192 + ], + "area_cells": 137 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 242 + ], + "peak": [ + 128, + 241 + ], + "area_cells": 229 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 50 + ], + "peak": [ + 127, + 50 + ], + "area_cells": 45 + }, + { + "id": "range_16", + "name": null, + "center": [ + 149, + 125 + ], + "peak": [ + 148, + 126 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-103/bodies/GJ103c/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103c/globe.png new file mode 100644 index 000000000..20a0e002f Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103c/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103c/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103c/heightmap.png new file mode 100644 index 000000000..a363d1ca2 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103c/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103c/index.md b/wiki/star-systems/GJ-103/bodies/GJ103c/index.md new file mode 100644 index 000000000..5bfc467c8 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ103c +name: Vlieland +body_type: planet +planet_class: oceanic +body_scale: planet +seed: 1653355844 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.507 + period_days: 148.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.86 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.4 + - 0.6 + - 1.0 +terrain: + land_fraction: 0.415 + polar_ice_lat: 0.857 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.692 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Vlieland + +Oceanic planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | oceanic | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 148 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103c/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103c/markers.json new file mode 100644 index 000000000..9818f59e3 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103c/markers.json @@ -0,0 +1,342 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 244, + 45 + ], + [ + 245, + 46 + ], + [ + 246, + 47 + ], + [ + 247, + 47 + ], + [ + 248, + 48 + ], + [ + 248, + 49 + ], + [ + 249, + 49 + ], + [ + 250, + 50 + ], + [ + 249, + 51 + ], + [ + 248, + 52 + ], + [ + 247, + 53 + ], + [ + 247, + 54 + ], + [ + 246, + 55 + ], + [ + 247, + 56 + ], + [ + 246, + 57 + ], + [ + 246, + 58 + ], + [ + 245, + 59 + ], + [ + 244, + 59 + ], + [ + 244, + 60 + ], + [ + 243, + 61 + ], + [ + 242, + 62 + ], + [ + 242, + 63 + ], + [ + 241, + 63 + ], + [ + 240, + 64 + ], + [ + 239, + 65 + ], + [ + 238, + 66 + ], + [ + 237, + 67 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 227, + 510 + ], + [ + 226, + 509 + ], + [ + 225, + 508 + ], + [ + 224, + 507 + ], + [ + 223, + 506 + ], + [ + 222, + 505 + ], + [ + 221, + 504 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 105, + 243 + ], + [ + 106, + 242 + ], + [ + 107, + 241 + ], + [ + 108, + 240 + ], + [ + 109, + 239 + ], + [ + 110, + 238 + ], + [ + 111, + 237 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 195, + 233 + ], + [ + 194, + 232 + ], + [ + 193, + 231 + ], + [ + 192, + 230 + ], + [ + 191, + 229 + ], + [ + 190, + 228 + ], + [ + 191, + 227 + ], + [ + 190, + 226 + ], + [ + 189, + 225 + ], + [ + 188, + 224 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 248, + 0 + ], + [ + 248, + 1 + ], + [ + 248, + 2 + ], + [ + 248, + 3 + ], + [ + 247, + 4 + ], + [ + 246, + 4 + ], + [ + 245, + 4 + ], + [ + 244, + 4 + ], + [ + 243, + 4 + ], + [ + 242, + 4 + ], + [ + 241, + 5 + ], + [ + 240, + 5 + ], + [ + 239, + 4 + ], + [ + 238, + 5 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 150, + 254 + ], + "area_fraction": 0.5813 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 250 + ], + "peak": [ + 28, + 265 + ], + "area_cells": 5033 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 74 + ], + "peak": [ + 34, + 71 + ], + "area_cells": 772 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-103/bodies/GJ103d/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103d/globe.png new file mode 100644 index 000000000..f39d1e8fb Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103d/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103d/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103d/heightmap.png new file mode 100644 index 000000000..8f4e643b4 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103d/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103d/index.md b/wiki/star-systems/GJ-103/bodies/GJ103d/index.md new file mode 100644 index 000000000..2d55ed28e --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ103d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1361686688 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.08 + period_days: 460.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.5 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.293 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.256 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ103d + +Frozen planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 460 days | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103d/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103d/markers.json new file mode 100644 index 000000000..740c89c36 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103d/markers.json @@ -0,0 +1,227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 171, + 381 + ], + [ + 172, + 380 + ], + [ + 173, + 379 + ], + [ + 174, + 378 + ], + [ + 174, + 377 + ], + [ + 174, + 376 + ], + [ + 174, + 375 + ], + [ + 173, + 374 + ], + [ + 173, + 373 + ], + [ + 174, + 372 + ], + [ + 173, + 371 + ], + [ + 172, + 371 + ], + [ + 173, + 370 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 147, + 255 + ], + [ + 147, + 256 + ], + [ + 148, + 257 + ], + [ + 149, + 258 + ], + [ + 150, + 259 + ], + [ + 151, + 260 + ], + [ + 152, + 261 + ], + [ + 153, + 262 + ], + [ + 154, + 263 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 166, + 271 + ], + "area_fraction": 0.0177 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 197, + 215 + ], + "area_fraction": 0.0235 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 86 + ], + "peak": [ + 98, + 142 + ], + "area_cells": 4393 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 394 + ], + "peak": [ + 60, + 394 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 418 + ], + "peak": [ + 75, + 384 + ], + "area_cells": 1156 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 506 + ], + "peak": [ + 70, + 511 + ], + "area_cells": 109 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 506 + ], + "peak": [ + 83, + 509 + ], + "area_cells": 70 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 3 + ], + "peak": [ + 126, + 4 + ], + "area_cells": 127 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 509 + ], + "peak": [ + 126, + 511 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-103/bodies/GJ103e/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103e/globe.png new file mode 100644 index 000000000..c43b591c0 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103e/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103e/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103e/heightmap.png new file mode 100644 index 000000000..841be294b Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103e/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103e/index.md b/wiki/star-systems/GJ-103/bodies/GJ103e/index.md new file mode 100644 index 000000000..b92674b6a --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ103e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2221542292 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.16 + period_days: 1300.0 + axial_tilt_deg: 46.7 +physical: + gravity_g: 0.38 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.138 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ103e + +Frozen planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103e/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103e/markers.json new file mode 100644 index 000000000..9f1ff5d2b --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103e/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 86, + 344 + ], + "area_fraction": 0.122 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 202, + 128 + ], + "area_fraction": 0.0844 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 206, + 360 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 223, + 262 + ], + "area_fraction": 0.0182 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 150 + ], + "peak": [ + 14, + 192 + ], + "area_cells": 6859 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 415 + ], + "peak": [ + 0, + 458 + ], + "area_cells": 439 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 79 + ], + "peak": [ + 80, + 80 + ], + "area_cells": 61 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 51 + ], + "peak": [ + 80, + 34 + ], + "area_cells": 434 + }, + { + "id": "range_6", + "name": null, + "center": [ + 104, + 96 + ], + "peak": [ + 100, + 110 + ], + "area_cells": 461 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-103/bodies/GJ103f/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103f/globe.png new file mode 100644 index 000000000..da2282ed1 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103f/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103f/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103f/heightmap.png new file mode 100644 index 000000000..e01449080 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103f/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103f/index.md b/wiki/star-systems/GJ-103/bodies/GJ103f/index.md new file mode 100644 index 000000000..fe9f763f7 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ103f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2190813833 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.259 + period_days: 3600.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.28 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.849 + polar_ice_lat: 0.218 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ103f + +Frozen planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103f/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103f/markers.json new file mode 100644 index 000000000..fca4c5c11 --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103f/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 19, + 437 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_26", + "name": null, + "kind": "ocean", + "center": [ + 223, + 363 + ], + "area_fraction": 0.1003 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 246, + 121 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 82 + ], + "peak": [ + 69, + 59 + ], + "area_cells": 9773 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 241 + ], + "peak": [ + 60, + 242 + ], + "area_cells": 59 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 231 + ], + "peak": [ + 61, + 232 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 207 + ], + "peak": [ + 94, + 220 + ], + "area_cells": 1664 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 459 + ], + "peak": [ + 111, + 465 + ], + "area_cells": 4010 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-103/bodies/GJ103g/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103g/globe.png new file mode 100644 index 000000000..417b598c5 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103g/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103g/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103g/heightmap.png new file mode 100644 index 000000000..75df09f68 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103g/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103g/index.md b/wiki/star-systems/GJ-103/bodies/GJ103g/index.md new file mode 100644 index 000000000..84d152bbc --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ103g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 837588742 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.611 + period_days: 8600.0 + axial_tilt_deg: 40.3 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ103g + +Frozen planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103g/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103g/markers.json new file mode 100644 index 000000000..e0506c0de --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103g/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 50 + ], + "area_fraction": 0.039 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 41, + 256 + ], + "area_fraction": 0.0447 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 30, + 460 + ], + "area_fraction": 0.0452 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 102, + 321 + ], + "peak": [ + 104, + 323 + ], + "area_cells": 61 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 293 + ], + "peak": [ + 101, + 292 + ], + "area_cells": 48 + }, + { + "id": "range_5", + "name": null, + "center": [ + 196, + 233 + ], + "peak": [ + 200, + 190 + ], + "area_cells": 50241 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 331 + ], + "peak": [ + 126, + 331 + ], + "area_cells": 285 + }, + { + "id": "range_9", + "name": null, + "center": [ + 187, + 385 + ], + "peak": [ + 186, + 385 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-103/bodies/GJ103h/globe.png b/wiki/star-systems/GJ-103/bodies/GJ103h/globe.png new file mode 100644 index 000000000..86294907b Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103h/globe.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103h/heightmap.png b/wiki/star-systems/GJ-103/bodies/GJ103h/heightmap.png new file mode 100644 index 000000000..1c7de75b4 Binary files /dev/null and b/wiki/star-systems/GJ-103/bodies/GJ103h/heightmap.png differ diff --git a/wiki/star-systems/GJ-103/bodies/GJ103h/index.md b/wiki/star-systems/GJ-103/bodies/GJ103h/index.md new file mode 100644 index 000000000..735c56dbd --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ103h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3331720722 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 41.5 +physical: + gravity_g: 0.07 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.898 + polar_ice_lat: 0.248 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ103h + +Frozen planet. + +**System:** [GJ-103](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-103/bodies/GJ103h/markers.json b/wiki/star-systems/GJ-103/bodies/GJ103h/markers.json new file mode 100644 index 000000000..1f4fc9d4b --- /dev/null +++ b/wiki/star-systems/GJ-103/bodies/GJ103h/markers.json @@ -0,0 +1,425 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 14 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 21, + 386 + ], + "area_fraction": 0.0794 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 202 + ], + "peak": [ + 12, + 203 + ], + "area_cells": 37 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 207 + ], + "peak": [ + 15, + 207 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 91 + ], + "peak": [ + 14, + 88 + ], + "area_cells": 137 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 32 + ], + "peak": [ + 55, + 42 + ], + "area_cells": 1511 + }, + { + "id": "range_6", + "name": null, + "center": [ + 36, + 188 + ], + "peak": [ + 41, + 188 + ], + "area_cells": 277 + }, + { + "id": "range_8", + "name": null, + "center": [ + 79, + 134 + ], + "peak": [ + 88, + 108 + ], + "area_cells": 3372 + }, + { + "id": "range_9", + "name": null, + "center": [ + 58, + 505 + ], + "peak": [ + 59, + 511 + ], + "area_cells": 104 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 94 + ], + "peak": [ + 67, + 95 + ], + "area_cells": 78 + }, + { + "id": "range_11", + "name": null, + "center": [ + 72, + 219 + ], + "peak": [ + 69, + 220 + ], + "area_cells": 156 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 492 + ], + "peak": [ + 82, + 490 + ], + "area_cells": 568 + }, + { + "id": "range_14", + "name": null, + "center": [ + 83, + 403 + ], + "peak": [ + 80, + 402 + ], + "area_cells": 229 + }, + { + "id": "range_16", + "name": null, + "center": [ + 82, + 372 + ], + "peak": [ + 83, + 370 + ], + "area_cells": 77 + }, + { + "id": "range_17", + "name": null, + "center": [ + 103, + 334 + ], + "peak": [ + 109, + 346 + ], + "area_cells": 572 + }, + { + "id": "range_18", + "name": null, + "center": [ + 92, + 360 + ], + "peak": [ + 91, + 357 + ], + "area_cells": 130 + }, + { + "id": "range_19", + "name": null, + "center": [ + 113, + 16 + ], + "peak": [ + 113, + 18 + ], + "area_cells": 901 + }, + { + "id": "range_20", + "name": null, + "center": [ + 97, + 282 + ], + "peak": [ + 98, + 282 + ], + "area_cells": 127 + }, + { + "id": "range_21", + "name": null, + "center": [ + 115, + 69 + ], + "peak": [ + 118, + 71 + ], + "area_cells": 307 + }, + { + "id": "range_22", + "name": null, + "center": [ + 117, + 503 + ], + "peak": [ + 119, + 511 + ], + "area_cells": 316 + }, + { + "id": "range_24", + "name": null, + "center": [ + 125, + 473 + ], + "peak": [ + 126, + 473 + ], + "area_cells": 285 + }, + { + "id": "range_25", + "name": null, + "center": [ + 136, + 317 + ], + "peak": [ + 140, + 313 + ], + "area_cells": 515 + }, + { + "id": "range_26", + "name": null, + "center": [ + 152, + 146 + ], + "peak": [ + 171, + 152 + ], + "area_cells": 3138 + }, + { + "id": "range_27", + "name": null, + "center": [ + 144, + 401 + ], + "peak": [ + 157, + 405 + ], + "area_cells": 1232 + }, + { + "id": "range_28", + "name": null, + "center": [ + 160, + 451 + ], + "peak": [ + 159, + 446 + ], + "area_cells": 214 + }, + { + "id": "range_29", + "name": null, + "center": [ + 161, + 221 + ], + "peak": [ + 162, + 222 + ], + "area_cells": 20 + }, + { + "id": "range_30", + "name": null, + "center": [ + 170, + 264 + ], + "peak": [ + 170, + 275 + ], + "area_cells": 429 + }, + { + "id": "range_31", + "name": null, + "center": [ + 171, + 410 + ], + "peak": [ + 171, + 410 + ], + "area_cells": 30 + }, + { + "id": "range_32", + "name": null, + "center": [ + 188, + 372 + ], + "peak": [ + 187, + 373 + ], + "area_cells": 81 + }, + { + "id": "range_33", + "name": null, + "center": [ + 203, + 368 + ], + "peak": [ + 205, + 369 + ], + "area_cells": 80 + }, + { + "id": "range_34", + "name": null, + "center": [ + 239, + 15 + ], + "peak": [ + 227, + 13 + ], + "area_cells": 1085 + }, + { + "id": "range_35", + "name": null, + "center": [ + 238, + 501 + ], + "peak": [ + 255, + 510 + ], + "area_cells": 600 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ105Ab/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/globe.png new file mode 100644 index 000000000..c63077bfc Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ab/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/heightmap.png new file mode 100644 index 000000000..502bb7bb0 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ab/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/index.md new file mode 100644 index 000000000..70d625bde --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ105Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1941926802 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.151 + period_days: 24.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.42 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.962 + polar_ice_lat: 0.884 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ab + +Barren planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 96% | +| **Year** | 24 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ab/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/markers.json new file mode 100644 index 000000000..f14e1563c --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ab/markers.json @@ -0,0 +1,506 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 5, + 231 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 135 + ], + "peak": [ + 61, + 138 + ], + "area_cells": 2997 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 161 + ], + "peak": [ + 28, + 162 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 2 + ], + "peak": [ + 59, + 1 + ], + "area_cells": 79 + }, + { + "id": "range_6", + "name": null, + "center": [ + 58, + 460 + ], + "peak": [ + 57, + 460 + ], + "area_cells": 51 + }, + { + "id": "range_8", + "name": null, + "center": [ + 62, + 78 + ], + "peak": [ + 64, + 79 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 21 + ], + "peak": [ + 74, + 20 + ], + "area_cells": 216 + }, + { + "id": "range_17", + "name": null, + "center": [ + 88, + 350 + ], + "peak": [ + 92, + 341 + ], + "area_cells": 714 + }, + { + "id": "range_23", + "name": null, + "center": [ + 91, + 189 + ], + "peak": [ + 91, + 191 + ], + "area_cells": 148 + }, + { + "id": "range_26", + "name": null, + "center": [ + 102, + 51 + ], + "peak": [ + 102, + 53 + ], + "area_cells": 331 + }, + { + "id": "range_28", + "name": null, + "center": [ + 99, + 79 + ], + "peak": [ + 99, + 80 + ], + "area_cells": 56 + }, + { + "id": "range_30", + "name": null, + "center": [ + 103, + 416 + ], + "peak": [ + 102, + 413 + ], + "area_cells": 52 + }, + { + "id": "range_32", + "name": null, + "center": [ + 138, + 373 + ], + "peak": [ + 129, + 361 + ], + "area_cells": 1651 + }, + { + "id": "range_33", + "name": null, + "center": [ + 115, + 98 + ], + "peak": [ + 115, + 98 + ], + "area_cells": 37 + }, + { + "id": "range_34", + "name": null, + "center": [ + 123, + 26 + ], + "peak": [ + 120, + 22 + ], + "area_cells": 301 + }, + { + "id": "range_36", + "name": null, + "center": [ + 125, + 421 + ], + "peak": [ + 127, + 422 + ], + "area_cells": 79 + }, + { + "id": "range_37", + "name": null, + "center": [ + 131, + 505 + ], + "peak": [ + 130, + 504 + ], + "area_cells": 61 + }, + { + "id": "range_38", + "name": null, + "center": [ + 135, + 159 + ], + "peak": [ + 135, + 160 + ], + "area_cells": 27 + }, + { + "id": "range_40", + "name": null, + "center": [ + 137, + 433 + ], + "peak": [ + 138, + 433 + ], + "area_cells": 39 + }, + { + "id": "range_41", + "name": null, + "center": [ + 141, + 94 + ], + "peak": [ + 142, + 94 + ], + "area_cells": 87 + }, + { + "id": "range_43", + "name": null, + "center": [ + 148, + 57 + ], + "peak": [ + 151, + 58 + ], + "area_cells": 117 + }, + { + "id": "range_44", + "name": null, + "center": [ + 141, + 44 + ], + "peak": [ + 142, + 43 + ], + "area_cells": 22 + }, + { + "id": "range_45", + "name": null, + "center": [ + 207, + 171 + ], + "peak": [ + 208, + 166 + ], + "area_cells": 2245 + }, + { + "id": "range_47", + "name": null, + "center": [ + 156, + 37 + ], + "peak": [ + 157, + 37 + ], + "area_cells": 88 + }, + { + "id": "range_48", + "name": null, + "center": [ + 165, + 508 + ], + "peak": [ + 168, + 511 + ], + "area_cells": 58 + }, + { + "id": "range_49", + "name": null, + "center": [ + 170, + 15 + ], + "peak": [ + 173, + 15 + ], + "area_cells": 305 + }, + { + "id": "range_50", + "name": null, + "center": [ + 174, + 211 + ], + "peak": [ + 173, + 211 + ], + "area_cells": 77 + }, + { + "id": "range_51", + "name": null, + "center": [ + 179, + 240 + ], + "peak": [ + 185, + 241 + ], + "area_cells": 288 + }, + { + "id": "range_52", + "name": null, + "center": [ + 206, + 251 + ], + "peak": [ + 205, + 278 + ], + "area_cells": 1123 + }, + { + "id": "range_54", + "name": null, + "center": [ + 230, + 461 + ], + "peak": [ + 242, + 461 + ], + "area_cells": 1245 + }, + { + "id": "range_55", + "name": null, + "center": [ + 198, + 4 + ], + "peak": [ + 194, + 0 + ], + "area_cells": 137 + }, + { + "id": "range_58", + "name": null, + "center": [ + 198, + 505 + ], + "peak": [ + 194, + 511 + ], + "area_cells": 149 + }, + { + "id": "range_59", + "name": null, + "center": [ + 213, + 305 + ], + "peak": [ + 209, + 306 + ], + "area_cells": 254 + }, + { + "id": "range_61", + "name": null, + "center": [ + 238, + 68 + ], + "peak": [ + 236, + 110 + ], + "area_cells": 2220 + }, + { + "id": "range_62", + "name": null, + "center": [ + 240, + 7 + ], + "peak": [ + 238, + 9 + ], + "area_cells": 210 + }, + { + "id": "range_63", + "name": null, + "center": [ + 240, + 502 + ], + "peak": [ + 238, + 498 + ], + "area_cells": 222 + }, + { + "id": "range_64", + "name": null, + "center": [ + 236, + 121 + ], + "peak": [ + 236, + 120 + ], + "area_cells": 76 + }, + { + "id": "range_65", + "name": null, + "center": [ + 240, + 488 + ], + "peak": [ + 239, + 488 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ac/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/globe.png new file mode 100644 index 000000000..df6be5639 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ac/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/heightmap.png new file mode 100644 index 000000000..3b70b2b00 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ac/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/index.md new file mode 100644 index 000000000..5d8b2a947 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ105Ac +name: Nová Tržnice +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1472953831 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.552 + period_days: 168.0 + axial_tilt_deg: 12.5 +physical: + gravity_g: 0.91 + oblateness: 0.0016 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.502 + polar_ice_lat: 0.745 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.484 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Nová Tržnice + +Temperate planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 168 days | +| **Inhabited** | yes | +| **Population** | 2M | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics_manufacturing | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ac/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/markers.json new file mode 100644 index 000000000..37c36d62c --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ac/markers.json @@ -0,0 +1,788 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 126, + 272 + ], + [ + 125, + 271 + ], + [ + 124, + 270 + ], + [ + 123, + 269 + ], + [ + 124, + 269 + ], + [ + 124, + 268 + ], + [ + 124, + 267 + ], + [ + 124, + 266 + ], + [ + 125, + 265 + ], + [ + 125, + 264 + ], + [ + 126, + 263 + ], + [ + 126, + 262 + ], + [ + 127, + 261 + ], + [ + 127, + 260 + ], + [ + 127, + 259 + ], + [ + 128, + 258 + ], + [ + 129, + 257 + ], + [ + 130, + 256 + ], + [ + 131, + 255 + ], + [ + 132, + 254 + ], + [ + 132, + 253 + ], + [ + 133, + 252 + ], + [ + 133, + 251 + ], + [ + 133, + 250 + ], + [ + 133, + 249 + ], + [ + 133, + 248 + ], + [ + 133, + 247 + ], + [ + 134, + 246 + ], + [ + 134, + 245 + ], + [ + 134, + 244 + ], + [ + 134, + 243 + ], + [ + 135, + 242 + ], + [ + 136, + 241 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 17, + 466 + ], + [ + 16, + 465 + ], + [ + 15, + 464 + ], + [ + 14, + 463 + ], + [ + 13, + 464 + ], + [ + 12, + 464 + ], + [ + 11, + 465 + ], + [ + 12, + 465 + ], + [ + 11, + 464 + ], + [ + 10, + 465 + ], + [ + 9, + 465 + ], + [ + 8, + 466 + ], + [ + 7, + 467 + ], + [ + 6, + 467 + ], + [ + 5, + 468 + ], + [ + 4, + 469 + ], + [ + 3, + 470 + ], + [ + 2, + 471 + ], + [ + 1, + 472 + ], + [ + 0, + 473 + ], + [ + 1, + 474 + ], + [ + 0, + 475 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 102, + 472 + ], + [ + 101, + 473 + ], + [ + 100, + 472 + ], + [ + 99, + 472 + ], + [ + 98, + 471 + ], + [ + 97, + 470 + ], + [ + 96, + 469 + ], + [ + 95, + 468 + ], + [ + 94, + 467 + ], + [ + 93, + 467 + ], + [ + 92, + 467 + ], + [ + 91, + 466 + ], + [ + 90, + 466 + ], + [ + 89, + 466 + ], + [ + 88, + 466 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 193, + 84 + ], + [ + 194, + 83 + ], + [ + 195, + 82 + ], + [ + 196, + 81 + ], + [ + 197, + 81 + ], + [ + 198, + 80 + ], + [ + 199, + 80 + ], + [ + 200, + 81 + ], + [ + 201, + 82 + ], + [ + 201, + 83 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 10, + 461 + ], + [ + 10, + 460 + ], + [ + 9, + 460 + ], + [ + 8, + 460 + ], + [ + 7, + 461 + ], + [ + 6, + 462 + ], + [ + 5, + 463 + ], + [ + 4, + 464 + ], + [ + 3, + 465 + ], + [ + 2, + 466 + ], + [ + 2, + 467 + ], + [ + 1, + 468 + ], + [ + 0, + 469 + ], + [ + 1, + 470 + ], + [ + 0, + 471 + ], + [ + 1, + 472 + ], + [ + 0, + 472 + ], + [ + 0, + 473 + ], + [ + 0, + 474 + ], + [ + 0, + 475 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 112, + 19 + ], + [ + 111, + 19 + ], + [ + 110, + 20 + ], + [ + 109, + 20 + ], + [ + 108, + 21 + ], + [ + 107, + 20 + ], + [ + 106, + 21 + ], + [ + 105, + 22 + ], + [ + 104, + 23 + ], + [ + 103, + 24 + ], + [ + 102, + 23 + ], + [ + 102, + 24 + ], + [ + 101, + 25 + ], + [ + 100, + 26 + ], + [ + 99, + 26 + ], + [ + 98, + 27 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 100, + 5 + ], + [ + 101, + 4 + ], + [ + 102, + 3 + ], + [ + 103, + 3 + ], + [ + 103, + 2 + ], + [ + 104, + 3 + ], + [ + 105, + 4 + ], + [ + 106, + 5 + ], + [ + 105, + 5 + ], + [ + 106, + 6 + ], + [ + 107, + 6 + ], + [ + 108, + 5 + ], + [ + 108, + 4 + ], + [ + 109, + 3 + ], + [ + 110, + 2 + ], + [ + 111, + 1 + ], + [ + 112, + 1 + ], + [ + 113, + 1 + ], + [ + 114, + 0 + ], + [ + 115, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 32 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 51, + 467 + ], + "area_fraction": 0.0518 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 196, + 251 + ], + "area_fraction": 0.4064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 139 + ], + "peak": [ + 29, + 137 + ], + "area_cells": 684 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 316 + ], + "peak": [ + 33, + 321 + ], + "area_cells": 305 + }, + { + "id": "range_3", + "name": null, + "center": [ + 39, + 30 + ], + "peak": [ + 40, + 28 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 288 + ], + "peak": [ + 55, + 291 + ], + "area_cells": 80 + }, + { + "id": "range_8", + "name": null, + "center": [ + 62, + 241 + ], + "peak": [ + 62, + 240 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 73, + 193 + ], + "peak": [ + 74, + 195 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 102, + 345 + ], + "peak": [ + 89, + 324 + ], + "area_cells": 1106 + }, + { + "id": "range_11", + "name": null, + "center": [ + 114, + 256 + ], + "peak": [ + 126, + 272 + ], + "area_cells": 1330 + }, + { + "id": "range_12", + "name": null, + "center": [ + 119, + 144 + ], + "peak": [ + 117, + 140 + ], + "area_cells": 684 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 324 + ], + "peak": [ + 127, + 324 + ], + "area_cells": 65 + }, + { + "id": "range_14", + "name": null, + "center": [ + 136, + 75 + ], + "peak": [ + 137, + 75 + ], + "area_cells": 178 + }, + { + "id": "range_15", + "name": null, + "center": [ + 142, + 186 + ], + "peak": [ + 143, + 189 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ad/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/globe.png new file mode 100644 index 000000000..5bbb8c9b2 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ad/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/heightmap.png new file mode 100644 index 000000000..761824b94 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ad/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/index.md new file mode 100644 index 000000000..f6ab77c8a --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ105Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4004541801 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.318 + period_days: 620.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.58 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.439 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ad + +Cold Arid planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 620 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ad/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/markers.json new file mode 100644 index 000000000..a5b1576cf --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ad/markers.json @@ -0,0 +1,958 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 223, + 472 + ], + [ + 223, + 473 + ], + [ + 224, + 472 + ], + [ + 225, + 472 + ], + [ + 225, + 471 + ], + [ + 226, + 470 + ], + [ + 227, + 470 + ], + [ + 228, + 470 + ], + [ + 229, + 471 + ], + [ + 230, + 470 + ], + [ + 231, + 469 + ], + [ + 232, + 468 + ], + [ + 233, + 467 + ], + [ + 234, + 466 + ], + [ + 233, + 465 + ], + [ + 233, + 466 + ], + [ + 232, + 465 + ], + [ + 233, + 464 + ], + [ + 234, + 464 + ], + [ + 235, + 463 + ], + [ + 235, + 462 + ], + [ + 236, + 461 + ], + [ + 237, + 460 + ], + [ + 237, + 459 + ], + [ + 236, + 458 + ], + [ + 236, + 457 + ], + [ + 236, + 456 + ], + [ + 236, + 455 + ], + [ + 236, + 454 + ], + [ + 237, + 453 + ], + [ + 236, + 453 + ], + [ + 237, + 452 + ], + [ + 238, + 451 + ], + [ + 237, + 450 + ], + [ + 236, + 450 + ], + [ + 236, + 451 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 147, + 26 + ], + [ + 148, + 27 + ], + [ + 149, + 27 + ], + [ + 150, + 26 + ], + [ + 151, + 25 + ], + [ + 152, + 24 + ], + [ + 153, + 23 + ], + [ + 154, + 22 + ], + [ + 155, + 21 + ], + [ + 156, + 21 + ], + [ + 157, + 21 + ], + [ + 158, + 21 + ], + [ + 159, + 21 + ], + [ + 160, + 20 + ], + [ + 159, + 19 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 183, + 360 + ], + [ + 183, + 361 + ], + [ + 182, + 362 + ], + [ + 182, + 363 + ], + [ + 181, + 364 + ], + [ + 180, + 365 + ], + [ + 180, + 366 + ], + [ + 180, + 367 + ], + [ + 179, + 367 + ], + [ + 179, + 366 + ], + [ + 179, + 365 + ], + [ + 179, + 364 + ], + [ + 180, + 364 + ], + [ + 181, + 365 + ], + [ + 181, + 366 + ], + [ + 182, + 367 + ], + [ + 183, + 367 + ], + [ + 184, + 368 + ], + [ + 185, + 369 + ], + [ + 186, + 370 + ], + [ + 187, + 371 + ], + [ + 188, + 372 + ], + [ + 188, + 373 + ], + [ + 187, + 374 + ], + [ + 187, + 375 + ], + [ + 188, + 376 + ], + [ + 189, + 377 + ], + [ + 188, + 378 + ], + [ + 189, + 378 + ], + [ + 189, + 379 + ], + [ + 189, + 380 + ], + [ + 190, + 381 + ], + [ + 190, + 382 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 158, + 283 + ], + [ + 157, + 282 + ], + [ + 156, + 281 + ], + [ + 155, + 280 + ], + [ + 154, + 281 + ], + [ + 153, + 282 + ], + [ + 152, + 283 + ], + [ + 151, + 284 + ], + [ + 150, + 285 + ], + [ + 149, + 284 + ], + [ + 149, + 285 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 219, + 0 + ], + [ + 218, + 511 + ], + [ + 217, + 511 + ], + [ + 216, + 510 + ], + [ + 215, + 511 + ], + [ + 214, + 511 + ], + [ + 213, + 511 + ], + [ + 212, + 511 + ], + [ + 211, + 511 + ], + [ + 210, + 511 + ], + [ + 209, + 511 + ], + [ + 208, + 511 + ], + [ + 207, + 511 + ], + [ + 206, + 511 + ], + [ + 205, + 511 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 170, + 280 + ], + [ + 171, + 279 + ], + [ + 172, + 278 + ], + [ + 173, + 277 + ], + [ + 172, + 276 + ], + [ + 171, + 275 + ], + [ + 170, + 274 + ], + [ + 170, + 273 + ], + [ + 169, + 272 + ], + [ + 168, + 271 + ], + [ + 167, + 270 + ], + [ + 166, + 270 + ], + [ + 165, + 269 + ], + [ + 164, + 269 + ], + [ + 163, + 269 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 178, + 381 + ], + [ + 177, + 381 + ], + [ + 176, + 382 + ], + [ + 175, + 383 + ], + [ + 174, + 382 + ], + [ + 173, + 383 + ], + [ + 172, + 383 + ], + [ + 171, + 384 + ], + [ + 170, + 385 + ], + [ + 169, + 386 + ], + [ + 168, + 385 + ], + [ + 167, + 385 + ], + [ + 166, + 385 + ], + [ + 165, + 386 + ], + [ + 164, + 387 + ], + [ + 163, + 388 + ], + [ + 162, + 387 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 139, + 507 + ], + [ + 138, + 508 + ], + [ + 137, + 507 + ], + [ + 136, + 506 + ], + [ + 135, + 505 + ], + [ + 134, + 504 + ], + [ + 133, + 503 + ], + [ + 132, + 502 + ], + [ + 131, + 502 + ], + [ + 130, + 502 + ], + [ + 129, + 502 + ], + [ + 129, + 503 + ], + [ + 128, + 502 + ], + [ + 128, + 503 + ], + [ + 128, + 504 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 249, + 155 + ], + [ + 249, + 156 + ], + [ + 248, + 157 + ], + [ + 247, + 157 + ], + [ + 246, + 157 + ], + [ + 245, + 157 + ], + [ + 244, + 157 + ], + [ + 243, + 157 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 172, + 374 + ], + [ + 171, + 373 + ], + [ + 170, + 372 + ], + [ + 169, + 371 + ], + [ + 168, + 370 + ], + [ + 167, + 369 + ], + [ + 166, + 368 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 239, + 383 + ], + [ + 238, + 382 + ], + [ + 237, + 382 + ], + [ + 236, + 382 + ], + [ + 236, + 381 + ], + [ + 236, + 380 + ], + [ + 235, + 379 + ], + [ + 234, + 378 + ], + [ + 234, + 377 + ], + [ + 234, + 376 + ], + [ + 235, + 375 + ], + [ + 234, + 374 + ], + [ + 234, + 373 + ], + [ + 235, + 372 + ], + [ + 235, + 373 + ], + [ + 236, + 374 + ], + [ + 235, + 374 + ], + [ + 236, + 375 + ], + [ + 235, + 376 + ], + [ + 235, + 377 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 191, + 66 + ], + "area_fraction": 0.0368 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 187, + 440 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 241, + 97 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 299 + ], + "peak": [ + 72, + 300 + ], + "area_cells": 92 + }, + { + "id": "range_2", + "name": null, + "center": [ + 104, + 21 + ], + "peak": [ + 113, + 19 + ], + "area_cells": 1312 + }, + { + "id": "range_4", + "name": null, + "center": [ + 114, + 498 + ], + "peak": [ + 115, + 511 + ], + "area_cells": 377 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 472 + ], + "peak": [ + 123, + 470 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 181 + ], + "peak": [ + 142, + 180 + ], + "area_cells": 810 + }, + { + "id": "range_8", + "name": null, + "center": [ + 210, + 317 + ], + "peak": [ + 202, + 308 + ], + "area_cells": 977 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/globe.png new file mode 100644 index 000000000..e763485ee Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/heightmap.png new file mode 100644 index 000000000..a53939aee Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/index.md new file mode 100644 index 000000000..57ecb3561 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ105Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3172413328 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 57.4 +physical: + gravity_g: 0.12 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ae-m1 + +Frozen moon. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/markers.json new file mode 100644 index 000000000..db8ac37ef --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m1/markers.json @@ -0,0 +1,315 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 55 + ], + "area_fraction": 0.0215 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 28, + 146 + ], + "area_fraction": 0.0294 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 16, + 215 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 56, + 286 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 49 + ], + "peak": [ + 123, + 74 + ], + "area_cells": 2624 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 379 + ], + "peak": [ + 93, + 369 + ], + "area_cells": 334 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 138 + ], + "peak": [ + 87, + 137 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 166, + 224 + ], + "peak": [ + 168, + 306 + ], + "area_cells": 21763 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 440 + ], + "peak": [ + 119, + 439 + ], + "area_cells": 101 + }, + { + "id": "range_8", + "name": null, + "center": [ + 129, + 492 + ], + "peak": [ + 129, + 499 + ], + "area_cells": 891 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 350 + ], + "peak": [ + 117, + 352 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 131, + 361 + ], + "peak": [ + 130, + 361 + ], + "area_cells": 109 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 91 + ], + "peak": [ + 146, + 91 + ], + "area_cells": 30 + }, + { + "id": "range_14", + "name": null, + "center": [ + 159, + 479 + ], + "peak": [ + 160, + 478 + ], + "area_cells": 89 + }, + { + "id": "range_15", + "name": null, + "center": [ + 189, + 492 + ], + "peak": [ + 195, + 506 + ], + "area_cells": 615 + }, + { + "id": "range_16", + "name": null, + "center": [ + 194, + 1 + ], + "peak": [ + 194, + 0 + ], + "area_cells": 20 + }, + { + "id": "range_17", + "name": null, + "center": [ + 210, + 159 + ], + "peak": [ + 210, + 159 + ], + "area_cells": 25 + }, + { + "id": "range_18", + "name": null, + "center": [ + 217, + 500 + ], + "peak": [ + 218, + 499 + ], + "area_cells": 172 + }, + { + "id": "range_21", + "name": null, + "center": [ + 228, + 64 + ], + "peak": [ + 229, + 67 + ], + "area_cells": 53 + }, + { + "id": "range_27", + "name": null, + "center": [ + 245, + 175 + ], + "peak": [ + 243, + 175 + ], + "area_cells": 281 + }, + { + "id": "range_29", + "name": null, + "center": [ + 250, + 134 + ], + "peak": [ + 251, + 140 + ], + "area_cells": 213 + }, + { + "id": "range_30", + "name": null, + "center": [ + 251, + 333 + ], + "peak": [ + 254, + 335 + ], + "area_cells": 132 + }, + { + "id": "range_31", + "name": null, + "center": [ + 253, + 457 + ], + "peak": [ + 255, + 452 + ], + "area_cells": 124 + }, + { + "id": "range_32", + "name": null, + "center": [ + 253, + 437 + ], + "peak": [ + 255, + 441 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/globe.png new file mode 100644 index 000000000..1bd54d00c Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/heightmap.png new file mode 100644 index 000000000..897b53f7a Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/index.md new file mode 100644 index 000000000..153361bf0 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ105Ae-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3472263065 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.08 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.855 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ae-m2 + +Barren moon. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/markers.json new file mode 100644 index 000000000..59323dafe --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ae-m2/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 47, + 259 + ], + "peak": [ + 46, + 262 + ], + "area_cells": 281 + }, + { + "id": "range_7", + "name": null, + "center": [ + 59, + 208 + ], + "peak": [ + 57, + 210 + ], + "area_cells": 166 + }, + { + "id": "range_10", + "name": null, + "center": [ + 53, + 119 + ], + "peak": [ + 53, + 120 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 67, + 20 + ], + "peak": [ + 68, + 23 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 101, + 160 + ], + "peak": [ + 99, + 160 + ], + "area_cells": 86 + }, + { + "id": "range_17", + "name": null, + "center": [ + 183, + 475 + ], + "peak": [ + 221, + 480 + ], + "area_cells": 3143 + }, + { + "id": "range_18", + "name": null, + "center": [ + 122, + 129 + ], + "peak": [ + 128, + 136 + ], + "area_cells": 303 + }, + { + "id": "range_19", + "name": null, + "center": [ + 123, + 471 + ], + "peak": [ + 124, + 471 + ], + "area_cells": 145 + }, + { + "id": "range_20", + "name": null, + "center": [ + 173, + 90 + ], + "peak": [ + 177, + 19 + ], + "area_cells": 4143 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 412 + ], + "peak": [ + 163, + 410 + ], + "area_cells": 410 + }, + { + "id": "range_25", + "name": null, + "center": [ + 185, + 184 + ], + "peak": [ + 180, + 193 + ], + "area_cells": 245 + }, + { + "id": "range_29", + "name": null, + "center": [ + 219, + 417 + ], + "peak": [ + 217, + 398 + ], + "area_cells": 938 + }, + { + "id": "range_31", + "name": null, + "center": [ + 200, + 203 + ], + "peak": [ + 209, + 203 + ], + "area_cells": 185 + }, + { + "id": "range_35", + "name": null, + "center": [ + 210, + 126 + ], + "peak": [ + 213, + 128 + ], + "area_cells": 512 + }, + { + "id": "range_38", + "name": null, + "center": [ + 213, + 267 + ], + "peak": [ + 213, + 267 + ], + "area_cells": 60 + }, + { + "id": "range_45", + "name": null, + "center": [ + 218, + 453 + ], + "peak": [ + 215, + 454 + ], + "area_cells": 20 + }, + { + "id": "range_48", + "name": null, + "center": [ + 228, + 388 + ], + "peak": [ + 228, + 388 + ], + "area_cells": 22 + }, + { + "id": "range_51", + "name": null, + "center": [ + 251, + 92 + ], + "peak": [ + 254, + 92 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ae/globe.png new file mode 100644 index 000000000..f19975fcc Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ae/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ae/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ae/index.md new file mode 100644 index 000000000..e6a5ec0da --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ105Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 248292526 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 9.6 +physical: + gravity_g: null + oblateness: 0.0686 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.199 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.081 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.25 + opacity_base: 0.55 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ105Ae + +Gas giant. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Af/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Af/globe.png new file mode 100644 index 000000000..e21d94fa5 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Af/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Af/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Af/heightmap.png new file mode 100644 index 000000000..29b3bb787 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Af/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Af/index.md new file mode 100644 index 000000000..7782c77e2 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ105Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 536279845 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.442 + period_days: 5200.0 + axial_tilt_deg: 21.0 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.804 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Af + +Frozen planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Af/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Af/markers.json new file mode 100644 index 000000000..6ba4f7222 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Af/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 213, + 295 + ], + "area_fraction": 0.1095 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 166, + 431 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 202, + 14 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 186, + 499 + ], + "area_fraction": 0.007 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 207, + 109 + ], + "area_fraction": 0.0411 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 219 + ], + "peak": [ + 26, + 220 + ], + "area_cells": 8431 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 471 + ], + "peak": [ + 19, + 510 + ], + "area_cells": 2116 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 41 + ], + "peak": [ + 39, + 62 + ], + "area_cells": 5273 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 473 + ], + "peak": [ + 118, + 464 + ], + "area_cells": 4685 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 346 + ], + "peak": [ + 62, + 338 + ], + "area_cells": 716 + }, + { + "id": "range_7", + "name": null, + "center": [ + 64, + 302 + ], + "peak": [ + 63, + 302 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 411 + ], + "peak": [ + 79, + 412 + ], + "area_cells": 373 + }, + { + "id": "range_9", + "name": null, + "center": [ + 103, + 351 + ], + "peak": [ + 98, + 381 + ], + "area_cells": 826 + }, + { + "id": "range_10", + "name": null, + "center": [ + 99, + 233 + ], + "peak": [ + 100, + 232 + ], + "area_cells": 130 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 409 + ], + "peak": [ + 108, + 409 + ], + "area_cells": 129 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 164 + ], + "peak": [ + 124, + 163 + ], + "area_cells": 80 + }, + { + "id": "range_14", + "name": null, + "center": [ + 125, + 13 + ], + "peak": [ + 125, + 12 + ], + "area_cells": 83 + }, + { + "id": "range_15", + "name": null, + "center": [ + 124, + 190 + ], + "peak": [ + 126, + 190 + ], + "area_cells": 37 + }, + { + "id": "range_16", + "name": null, + "center": [ + 143, + 94 + ], + "peak": [ + 133, + 108 + ], + "area_cells": 675 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ag/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/globe.png new file mode 100644 index 000000000..f20cbd640 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ag/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/heightmap.png new file mode 100644 index 000000000..2612098f0 Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ag/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/index.md new file mode 100644 index 000000000..8291ab152 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ105Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1698785707 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.238 + period_days: 11500.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.37 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.412 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ag + +Frozen planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 11500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ag/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/markers.json new file mode 100644 index 000000000..dfa53f0cb --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ag/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 79 + ], + "area_fraction": 0.0266 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 59, + 384 + ], + "area_fraction": 0.0622 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 85, + 327 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 120, + 501 + ], + "peak": [ + 123, + 498 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 228 + ], + "peak": [ + 127, + 228 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 162, + 185 + ], + "peak": [ + 166, + 195 + ], + "area_cells": 1788 + }, + { + "id": "range_5", + "name": null, + "center": [ + 201, + 109 + ], + "peak": [ + 227, + 101 + ], + "area_cells": 13206 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 263 + ], + "peak": [ + 146, + 260 + ], + "area_cells": 615 + }, + { + "id": "range_7", + "name": null, + "center": [ + 206, + 383 + ], + "peak": [ + 233, + 384 + ], + "area_cells": 5046 + }, + { + "id": "range_8", + "name": null, + "center": [ + 189, + 474 + ], + "peak": [ + 189, + 492 + ], + "area_cells": 2404 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 509 + ], + "peak": [ + 212, + 511 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 222, + 344 + ], + "peak": [ + 223, + 344 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ah/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/globe.png new file mode 100644 index 000000000..19e650b7d Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ah/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/heightmap.png new file mode 100644 index 000000000..2685c1acd Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ah/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/index.md new file mode 100644 index 000000000..3dd9dc0b4 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ105Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2477183849 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 57.2 +physical: + gravity_g: 0.28 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.803 + polar_ice_lat: 0.154 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ah + +Frozen planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ah/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/markers.json new file mode 100644 index 000000000..dd3c7262e --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ah/markers.json @@ -0,0 +1,250 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 16, + 274 + ], + "area_fraction": 0.1034 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 176, + 56 + ], + "area_fraction": 0.0463 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 161, + 499 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 186, + 362 + ], + "area_fraction": 0.0193 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 5 + ], + "peak": [ + 45, + 2 + ], + "area_cells": 139 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 509 + ], + "peak": [ + 45, + 511 + ], + "area_cells": 50 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 483 + ], + "peak": [ + 99, + 469 + ], + "area_cells": 2308 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 93 + ], + "peak": [ + 57, + 93 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 353 + ], + "peak": [ + 69, + 341 + ], + "area_cells": 292 + }, + { + "id": "range_6", + "name": null, + "center": [ + 88, + 286 + ], + "peak": [ + 79, + 304 + ], + "area_cells": 1565 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 9 + ], + "peak": [ + 97, + 0 + ], + "area_cells": 681 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 186 + ], + "peak": [ + 83, + 188 + ], + "area_cells": 330 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 56 + ], + "peak": [ + 99, + 61 + ], + "area_cells": 469 + }, + { + "id": "range_12", + "name": null, + "center": [ + 142, + 96 + ], + "peak": [ + 141, + 99 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 150, + 249 + ], + "peak": [ + 152, + 250 + ], + "area_cells": 184 + }, + { + "id": "range_15", + "name": null, + "center": [ + 162, + 234 + ], + "peak": [ + 166, + 239 + ], + "area_cells": 238 + }, + { + "id": "range_16", + "name": null, + "center": [ + 192, + 275 + ], + "peak": [ + 184, + 263 + ], + "area_cells": 1732 + }, + { + "id": "range_18", + "name": null, + "center": [ + 218, + 173 + ], + "peak": [ + 220, + 175 + ], + "area_cells": 144 + }, + { + "id": "range_19", + "name": null, + "center": [ + 220, + 192 + ], + "peak": [ + 219, + 193 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ai/globe.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/globe.png new file mode 100644 index 000000000..a9ac35c6d Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/globe.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ai/heightmap.png b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/heightmap.png new file mode 100644 index 000000000..f903bee3b Binary files /dev/null and b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ai/index.md b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/index.md new file mode 100644 index 000000000..f502fa3ed --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ105Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3857504988 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 48.8 +physical: + gravity_g: 0.13 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.736 + polar_ice_lat: 0.236 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.32 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ105Ai + +Frozen planet. + +**System:** [GJ-105A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-105A/bodies/GJ105Ai/markers.json b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/markers.json new file mode 100644 index 000000000..1115767e2 --- /dev/null +++ b/wiki/star-systems/GJ-105A/bodies/GJ105Ai/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 109, + 462 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 193, + 50 + ], + "area_fraction": 0.0919 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 199, + 466 + ], + "area_fraction": 0.0766 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 145, + 327 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 217, + 252 + ], + "area_fraction": 0.0418 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 27 + ], + "peak": [ + 11, + 16 + ], + "area_cells": 1245 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 194 + ], + "peak": [ + 0, + 186 + ], + "area_cells": 1052 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 368 + ], + "peak": [ + 8, + 499 + ], + "area_cells": 9360 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 112 + ], + "peak": [ + 50, + 143 + ], + "area_cells": 1258 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 166 + ], + "peak": [ + 56, + 167 + ], + "area_cells": 118 + }, + { + "id": "range_8", + "name": null, + "center": [ + 65, + 180 + ], + "peak": [ + 67, + 179 + ], + "area_cells": 336 + }, + { + "id": "range_10", + "name": null, + "center": [ + 103, + 112 + ], + "peak": [ + 87, + 107 + ], + "area_cells": 2628 + }, + { + "id": "range_11", + "name": null, + "center": [ + 73, + 416 + ], + "peak": [ + 73, + 414 + ], + "area_cells": 63 + }, + { + "id": "range_12", + "name": null, + "center": [ + 103, + 219 + ], + "peak": [ + 87, + 219 + ], + "area_cells": 526 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1061b/globe.png b/wiki/star-systems/GJ-1061/bodies/GJ1061b/globe.png new file mode 100644 index 000000000..d6b3d2761 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061b/globe.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061b/heightmap.png b/wiki/star-systems/GJ-1061/bodies/GJ1061b/heightmap.png new file mode 100644 index 000000000..9f66e1c6b Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061b/index.md b/wiki/star-systems/GJ-1061/bodies/GJ1061b/index.md new file mode 100644 index 000000000..fd0caa612 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1061b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 260812004 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 3.1 +physical: + gravity_g: 0.36 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1061b + +Barren planet. + +**System:** [GJ-1061](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 90% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061b/markers.json b/wiki/star-systems/GJ-1061/bodies/GJ1061b/markers.json new file mode 100644 index 000000000..27f6319d8 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061b/markers.json @@ -0,0 +1,331 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 28, + 149 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 6, + 240 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 190, + 250 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 63, + 224 + ], + "peak": [ + 58, + 224 + ], + "area_cells": 536 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 256 + ], + "peak": [ + 78, + 243 + ], + "area_cells": 610 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 404 + ], + "peak": [ + 77, + 404 + ], + "area_cells": 38 + }, + { + "id": "range_12", + "name": null, + "center": [ + 94, + 211 + ], + "peak": [ + 96, + 213 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 121 + ], + "peak": [ + 107, + 120 + ], + "area_cells": 70 + }, + { + "id": "range_14", + "name": null, + "center": [ + 113, + 84 + ], + "peak": [ + 108, + 88 + ], + "area_cells": 197 + }, + { + "id": "range_15", + "name": null, + "center": [ + 127, + 430 + ], + "peak": [ + 137, + 473 + ], + "area_cells": 2455 + }, + { + "id": "range_17", + "name": null, + "center": [ + 116, + 172 + ], + "peak": [ + 118, + 171 + ], + "area_cells": 101 + }, + { + "id": "range_19", + "name": null, + "center": [ + 132, + 6 + ], + "peak": [ + 143, + 0 + ], + "area_cells": 349 + }, + { + "id": "range_20", + "name": null, + "center": [ + 174, + 47 + ], + "peak": [ + 175, + 56 + ], + "area_cells": 2994 + }, + { + "id": "range_21", + "name": null, + "center": [ + 151, + 500 + ], + "peak": [ + 149, + 499 + ], + "area_cells": 542 + }, + { + "id": "range_22", + "name": null, + "center": [ + 148, + 322 + ], + "peak": [ + 149, + 322 + ], + "area_cells": 113 + }, + { + "id": "range_24", + "name": null, + "center": [ + 147, + 106 + ], + "peak": [ + 147, + 107 + ], + "area_cells": 47 + }, + { + "id": "range_27", + "name": null, + "center": [ + 160, + 2 + ], + "peak": [ + 159, + 6 + ], + "area_cells": 43 + }, + { + "id": "range_29", + "name": null, + "center": [ + 185, + 505 + ], + "peak": [ + 191, + 509 + ], + "area_cells": 237 + }, + { + "id": "range_30", + "name": null, + "center": [ + 189, + 428 + ], + "peak": [ + 188, + 425 + ], + "area_cells": 230 + }, + { + "id": "range_31", + "name": null, + "center": [ + 187, + 459 + ], + "peak": [ + 188, + 455 + ], + "area_cells": 238 + }, + { + "id": "range_33", + "name": null, + "center": [ + 192, + 1 + ], + "peak": [ + 192, + 0 + ], + "area_cells": 38 + }, + { + "id": "range_35", + "name": null, + "center": [ + 223, + 119 + ], + "peak": [ + 227, + 127 + ], + "area_cells": 616 + }, + { + "id": "range_36", + "name": null, + "center": [ + 208, + 409 + ], + "peak": [ + 210, + 408 + ], + "area_cells": 72 + }, + { + "id": "range_38", + "name": null, + "center": [ + 212, + 468 + ], + "peak": [ + 214, + 468 + ], + "area_cells": 48 + }, + { + "id": "range_44", + "name": null, + "center": [ + 239, + 506 + ], + "peak": [ + 239, + 507 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061c/globe.png b/wiki/star-systems/GJ-1061/bodies/GJ1061c/globe.png new file mode 100644 index 000000000..6932a3459 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061c/globe.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061c/heightmap.png b/wiki/star-systems/GJ-1061/bodies/GJ1061c/heightmap.png new file mode 100644 index 000000000..76e588896 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061c/index.md b/wiki/star-systems/GJ-1061/bodies/GJ1061c/index.md new file mode 100644 index 000000000..1b9c5e458 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1061c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1477996738 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.103 + period_days: 18.0 + axial_tilt_deg: 4.9 +physical: + gravity_g: 0.72 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.545 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.129 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1061c + +Cold Arid planet. + +**System:** [GJ-1061](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061c/markers.json b/wiki/star-systems/GJ-1061/bodies/GJ1061c/markers.json new file mode 100644 index 000000000..6b1dd5e2f --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061c/markers.json @@ -0,0 +1,933 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 117, + 93 + ], + [ + 118, + 92 + ], + [ + 118, + 91 + ], + [ + 119, + 90 + ], + [ + 118, + 89 + ], + [ + 118, + 88 + ], + [ + 118, + 87 + ], + [ + 119, + 86 + ], + [ + 119, + 85 + ], + [ + 119, + 84 + ], + [ + 120, + 83 + ], + [ + 120, + 82 + ], + [ + 120, + 81 + ], + [ + 119, + 80 + ], + [ + 120, + 79 + ], + [ + 119, + 78 + ], + [ + 120, + 78 + ], + [ + 120, + 77 + ], + [ + 119, + 76 + ], + [ + 118, + 75 + ], + [ + 117, + 74 + ], + [ + 116, + 73 + ], + [ + 115, + 72 + ], + [ + 114, + 71 + ], + [ + 113, + 70 + ], + [ + 112, + 69 + ], + [ + 111, + 69 + ], + [ + 110, + 70 + ], + [ + 109, + 71 + ], + [ + 108, + 72 + ], + [ + 107, + 72 + ], + [ + 106, + 73 + ], + [ + 106, + 74 + ], + [ + 105, + 74 + ], + [ + 105, + 73 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 149, + 135 + ], + [ + 148, + 136 + ], + [ + 147, + 135 + ], + [ + 146, + 136 + ], + [ + 145, + 136 + ], + [ + 146, + 135 + ], + [ + 145, + 135 + ], + [ + 146, + 134 + ], + [ + 145, + 133 + ], + [ + 145, + 132 + ], + [ + 146, + 132 + ], + [ + 145, + 131 + ], + [ + 145, + 130 + ], + [ + 145, + 129 + ], + [ + 144, + 129 + ], + [ + 143, + 130 + ], + [ + 143, + 131 + ], + [ + 142, + 130 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 212, + 310 + ], + [ + 212, + 311 + ], + [ + 211, + 312 + ], + [ + 210, + 311 + ], + [ + 210, + 312 + ], + [ + 209, + 312 + ], + [ + 209, + 313 + ], + [ + 209, + 314 + ], + [ + 210, + 315 + ], + [ + 211, + 315 + ], + [ + 210, + 316 + ], + [ + 210, + 317 + ], + [ + 211, + 318 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 170, + 378 + ], + [ + 171, + 379 + ], + [ + 172, + 380 + ], + [ + 173, + 380 + ], + [ + 174, + 379 + ], + [ + 175, + 379 + ], + [ + 176, + 378 + ], + [ + 177, + 377 + ], + [ + 178, + 377 + ], + [ + 179, + 376 + ], + [ + 180, + 375 + ], + [ + 181, + 374 + ], + [ + 182, + 373 + ], + [ + 183, + 372 + ], + [ + 184, + 371 + ], + [ + 185, + 370 + ], + [ + 186, + 369 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 20, + 378 + ], + [ + 19, + 377 + ], + [ + 18, + 376 + ], + [ + 17, + 375 + ], + [ + 16, + 375 + ], + [ + 15, + 375 + ], + [ + 14, + 374 + ], + [ + 13, + 375 + ], + [ + 12, + 374 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 172, + 147 + ], + [ + 171, + 146 + ], + [ + 170, + 145 + ], + [ + 169, + 144 + ], + [ + 168, + 143 + ], + [ + 167, + 142 + ], + [ + 166, + 141 + ], + [ + 165, + 140 + ], + [ + 164, + 139 + ], + [ + 163, + 138 + ], + [ + 162, + 137 + ], + [ + 161, + 136 + ], + [ + 162, + 135 + ], + [ + 162, + 134 + ], + [ + 161, + 133 + ], + [ + 160, + 133 + ], + [ + 160, + 132 + ], + [ + 161, + 131 + ], + [ + 160, + 130 + ], + [ + 159, + 130 + ], + [ + 158, + 130 + ], + [ + 157, + 129 + ], + [ + 158, + 128 + ], + [ + 158, + 127 + ], + [ + 157, + 127 + ], + [ + 158, + 126 + ], + [ + 158, + 125 + ], + [ + 158, + 124 + ], + [ + 157, + 124 + ], + [ + 157, + 123 + ], + [ + 158, + 123 + ], + [ + 157, + 122 + ], + [ + 156, + 122 + ], + [ + 157, + 121 + ], + [ + 156, + 121 + ], + [ + 156, + 120 + ], + [ + 157, + 120 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 161, + 50 + ], + [ + 160, + 50 + ], + [ + 159, + 50 + ], + [ + 158, + 49 + ], + [ + 157, + 48 + ], + [ + 156, + 49 + ], + [ + 155, + 48 + ], + [ + 154, + 47 + ], + [ + 153, + 47 + ], + [ + 153, + 48 + ], + [ + 152, + 48 + ], + [ + 151, + 48 + ], + [ + 151, + 47 + ], + [ + 152, + 47 + ], + [ + 152, + 46 + ], + [ + 151, + 45 + ], + [ + 150, + 46 + ], + [ + 150, + 45 + ], + [ + 151, + 44 + ], + [ + 152, + 45 + ], + [ + 151, + 46 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 150, + 337 + ], + [ + 151, + 336 + ], + [ + 152, + 337 + ], + [ + 153, + 338 + ], + [ + 154, + 339 + ], + [ + 155, + 338 + ], + [ + 156, + 338 + ], + [ + 157, + 337 + ], + [ + 158, + 336 + ], + [ + 159, + 336 + ], + [ + 158, + 335 + ], + [ + 159, + 334 + ], + [ + 158, + 333 + ], + [ + 157, + 332 + ], + [ + 158, + 332 + ], + [ + 157, + 333 + ], + [ + 158, + 334 + ], + [ + 159, + 335 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 228, + 456 + ], + [ + 227, + 457 + ], + [ + 226, + 457 + ], + [ + 225, + 457 + ], + [ + 224, + 458 + ], + [ + 223, + 458 + ], + [ + 222, + 457 + ], + [ + 221, + 457 + ], + [ + 220, + 457 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 217, + 147 + ], + [ + 218, + 148 + ], + [ + 219, + 149 + ], + [ + 219, + 150 + ], + [ + 220, + 151 + ], + [ + 221, + 151 + ], + [ + 222, + 151 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 76 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 235, + 321 + ], + "area_fraction": 0.0426 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 203, + 422 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 261 + ], + "peak": [ + 73, + 301 + ], + "area_cells": 8659 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 143 + ], + "peak": [ + 75, + 158 + ], + "area_cells": 1093 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 60 + ], + "peak": [ + 68, + 56 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 72, + 108 + ], + "peak": [ + 72, + 108 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 100 + ], + "peak": [ + 119, + 128 + ], + "area_cells": 1670 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 425 + ], + "peak": [ + 102, + 408 + ], + "area_cells": 1849 + }, + { + "id": "range_10", + "name": null, + "center": [ + 197, + 182 + ], + "peak": [ + 196, + 184 + ], + "area_cells": 174 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061d/globe.png b/wiki/star-systems/GJ-1061/bodies/GJ1061d/globe.png new file mode 100644 index 000000000..6137aee75 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061d/globe.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061d/heightmap.png b/wiki/star-systems/GJ-1061/bodies/GJ1061d/heightmap.png new file mode 100644 index 000000000..67d303db3 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061d/index.md b/wiki/star-systems/GJ-1061/bodies/GJ1061d/index.md new file mode 100644 index 000000000..249beaff0 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1061d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1812614327 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.249 + period_days: 68.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: 0.42 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.921 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1061d + +Frozen planet. + +**System:** [GJ-1061](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 92% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061d/markers.json b/wiki/star-systems/GJ-1061/bodies/GJ1061d/markers.json new file mode 100644 index 000000000..24adc0971 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061d/markers.json @@ -0,0 +1,282 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 40, + 198 + ], + "area_fraction": 0.0448 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 134, + 133 + ], + "area_fraction": 0.0226 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 61, + 293 + ], + "peak": [ + 60, + 300 + ], + "area_cells": 126 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 426 + ], + "peak": [ + 74, + 420 + ], + "area_cells": 249 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 476 + ], + "peak": [ + 77, + 475 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 271 + ], + "peak": [ + 80, + 273 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 265 + ], + "peak": [ + 151, + 286 + ], + "area_cells": 5302 + }, + { + "id": "range_9", + "name": null, + "center": [ + 159, + 382 + ], + "peak": [ + 151, + 373 + ], + "area_cells": 1277 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 464 + ], + "peak": [ + 145, + 464 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 178, + 487 + ], + "peak": [ + 178, + 489 + ], + "area_cells": 1224 + }, + { + "id": "range_12", + "name": null, + "center": [ + 156, + 434 + ], + "peak": [ + 157, + 433 + ], + "area_cells": 106 + }, + { + "id": "range_13", + "name": null, + "center": [ + 188, + 11 + ], + "peak": [ + 182, + 14 + ], + "area_cells": 1070 + }, + { + "id": "range_14", + "name": null, + "center": [ + 195, + 163 + ], + "peak": [ + 187, + 165 + ], + "area_cells": 236 + }, + { + "id": "range_15", + "name": null, + "center": [ + 182, + 446 + ], + "peak": [ + 183, + 446 + ], + "area_cells": 75 + }, + { + "id": "range_16", + "name": null, + "center": [ + 199, + 118 + ], + "peak": [ + 203, + 104 + ], + "area_cells": 1077 + }, + { + "id": "range_17", + "name": null, + "center": [ + 200, + 237 + ], + "peak": [ + 197, + 212 + ], + "area_cells": 1019 + }, + { + "id": "range_19", + "name": null, + "center": [ + 191, + 355 + ], + "peak": [ + 192, + 355 + ], + "area_cells": 35 + }, + { + "id": "range_21", + "name": null, + "center": [ + 197, + 364 + ], + "peak": [ + 198, + 364 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 202, + 64 + ], + "peak": [ + 202, + 63 + ], + "area_cells": 26 + }, + { + "id": "range_25", + "name": null, + "center": [ + 235, + 31 + ], + "peak": [ + 238, + 30 + ], + "area_cells": 90 + }, + { + "id": "range_26", + "name": null, + "center": [ + 232, + 40 + ], + "peak": [ + 234, + 39 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061e/globe.png b/wiki/star-systems/GJ-1061/bodies/GJ1061e/globe.png new file mode 100644 index 000000000..5a418565a Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061e/globe.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061e/heightmap.png b/wiki/star-systems/GJ-1061/bodies/GJ1061e/heightmap.png new file mode 100644 index 000000000..b79687a31 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061e/index.md b/wiki/star-systems/GJ-1061/bodies/GJ1061e/index.md new file mode 100644 index 000000000..a4e6de961 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1061e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4015126609 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.529 + period_days: 210.0 + axial_tilt_deg: 27.3 +physical: + gravity_g: 0.32 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.732 + polar_ice_lat: 0.104 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1061e + +Frozen planet. + +**System:** [GJ-1061](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 210 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061e/markers.json b/wiki/star-systems/GJ-1061/bodies/GJ1061e/markers.json new file mode 100644 index 000000000..de96b6a56 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061e/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 40, + 77 + ], + "area_fraction": 0.1025 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 96, + 372 + ], + "area_fraction": 0.1411 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 167, + 500 + ], + "peak": [ + 166, + 510 + ], + "area_cells": 208 + }, + { + "id": "range_2", + "name": null, + "center": [ + 167, + 0 + ], + "peak": [ + 166, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 219, + 267 + ], + "peak": [ + 193, + 339 + ], + "area_cells": 31401 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061f/globe.png b/wiki/star-systems/GJ-1061/bodies/GJ1061f/globe.png new file mode 100644 index 000000000..80a497ee4 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061f/globe.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061f/heightmap.png b/wiki/star-systems/GJ-1061/bodies/GJ1061f/heightmap.png new file mode 100644 index 000000000..f8d905be5 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061f/index.md b/wiki/star-systems/GJ-1061/bodies/GJ1061f/index.md new file mode 100644 index 000000000..ddeaf1ec4 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1061f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3617375715 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.088 + period_days: 620.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.1 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.869 + polar_ice_lat: 0.294 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1061f + +Frozen planet. + +**System:** [GJ-1061](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 620 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061f/markers.json b/wiki/star-systems/GJ-1061/bodies/GJ1061f/markers.json new file mode 100644 index 000000000..12c3a66e2 --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061f/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 148, + 369 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 212, + 428 + ], + "area_fraction": 0.0744 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 207, + 275 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 243 + ], + "peak": [ + 45, + 292 + ], + "area_cells": 28892 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 486 + ], + "peak": [ + 24, + 481 + ], + "area_cells": 2232 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 33 + ], + "peak": [ + 74, + 33 + ], + "area_cells": 311 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 60 + ], + "peak": [ + 95, + 58 + ], + "area_cells": 221 + }, + { + "id": "range_11", + "name": null, + "center": [ + 113, + 180 + ], + "peak": [ + 119, + 176 + ], + "area_cells": 374 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061g/globe.png b/wiki/star-systems/GJ-1061/bodies/GJ1061g/globe.png new file mode 100644 index 000000000..ec800e730 Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061g/globe.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061g/heightmap.png b/wiki/star-systems/GJ-1061/bodies/GJ1061g/heightmap.png new file mode 100644 index 000000000..b59e2697e Binary files /dev/null and b/wiki/star-systems/GJ-1061/bodies/GJ1061g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061g/index.md b/wiki/star-systems/GJ-1061/bodies/GJ1061g/index.md new file mode 100644 index 000000000..dda7fd0ae --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1061g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3300760224 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 58.2 +physical: + gravity_g: 0.07 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.894 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1061g + +Frozen planet. + +**System:** [GJ-1061](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1061/bodies/GJ1061g/markers.json b/wiki/star-systems/GJ-1061/bodies/GJ1061g/markers.json new file mode 100644 index 000000000..0b0ef3cda --- /dev/null +++ b/wiki/star-systems/GJ-1061/bodies/GJ1061g/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 117 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 69, + 487 + ], + "area_fraction": 0.025 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 76, + 19 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 90, + 345 + ], + "area_fraction": 0.0206 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 210, + 374 + ], + "peak": [ + 161, + 325 + ], + "area_cells": 18361 + }, + { + "id": "range_2", + "name": null, + "center": [ + 220, + 69 + ], + "peak": [ + 210, + 32 + ], + "area_cells": 9926 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1073b/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073b/globe.png new file mode 100644 index 000000000..80e25b609 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073b/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073b/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073b/heightmap.png new file mode 100644 index 000000000..6e26ddc06 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073b/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073b/index.md new file mode 100644 index 000000000..e51828f35 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1073b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1361894949 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.124 + period_days: 16.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.36 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.851 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073b + +Barren planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 97% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073b/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073b/markers.json new file mode 100644 index 000000000..939740583 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073b/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 80 + ], + "peak": [ + 18, + 1 + ], + "area_cells": 10122 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 70 + ], + "peak": [ + 2, + 70 + ], + "area_cells": 23 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 318 + ], + "peak": [ + 14, + 315 + ], + "area_cells": 644 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 466 + ], + "peak": [ + 61, + 440 + ], + "area_cells": 9397 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 350 + ], + "peak": [ + 32, + 351 + ], + "area_cells": 48 + }, + { + "id": "range_14", + "name": null, + "center": [ + 51, + 316 + ], + "peak": [ + 51, + 317 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 75, + 406 + ], + "peak": [ + 67, + 406 + ], + "area_cells": 270 + }, + { + "id": "range_17", + "name": null, + "center": [ + 97, + 204 + ], + "peak": [ + 97, + 205 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 108, + 158 + ], + "peak": [ + 107, + 159 + ], + "area_cells": 174 + }, + { + "id": "range_22", + "name": null, + "center": [ + 112, + 381 + ], + "peak": [ + 112, + 377 + ], + "area_cells": 70 + }, + { + "id": "range_28", + "name": null, + "center": [ + 127, + 179 + ], + "peak": [ + 129, + 181 + ], + "area_cells": 127 + }, + { + "id": "range_29", + "name": null, + "center": [ + 146, + 127 + ], + "peak": [ + 164, + 130 + ], + "area_cells": 339 + }, + { + "id": "range_30", + "name": null, + "center": [ + 140, + 425 + ], + "peak": [ + 135, + 425 + ], + "area_cells": 322 + }, + { + "id": "range_32", + "name": null, + "center": [ + 139, + 20 + ], + "peak": [ + 139, + 19 + ], + "area_cells": 123 + }, + { + "id": "range_33", + "name": null, + "center": [ + 137, + 90 + ], + "peak": [ + 138, + 88 + ], + "area_cells": 33 + }, + { + "id": "range_37", + "name": null, + "center": [ + 168, + 6 + ], + "peak": [ + 174, + 0 + ], + "area_cells": 104 + }, + { + "id": "range_38", + "name": null, + "center": [ + 167, + 328 + ], + "peak": [ + 166, + 327 + ], + "area_cells": 45 + }, + { + "id": "range_39", + "name": null, + "center": [ + 166, + 408 + ], + "peak": [ + 167, + 407 + ], + "area_cells": 45 + }, + { + "id": "range_40", + "name": null, + "center": [ + 173, + 395 + ], + "peak": [ + 174, + 396 + ], + "area_cells": 30 + }, + { + "id": "range_42", + "name": null, + "center": [ + 181, + 300 + ], + "peak": [ + 182, + 300 + ], + "area_cells": 34 + }, + { + "id": "range_43", + "name": null, + "center": [ + 210, + 35 + ], + "peak": [ + 213, + 50 + ], + "area_cells": 1013 + }, + { + "id": "range_44", + "name": null, + "center": [ + 192, + 392 + ], + "peak": [ + 196, + 392 + ], + "area_cells": 70 + }, + { + "id": "range_45", + "name": null, + "center": [ + 190, + 88 + ], + "peak": [ + 190, + 88 + ], + "area_cells": 26 + }, + { + "id": "range_47", + "name": null, + "center": [ + 197, + 508 + ], + "peak": [ + 198, + 510 + ], + "area_cells": 32 + }, + { + "id": "range_49", + "name": null, + "center": [ + 216, + 504 + ], + "peak": [ + 216, + 506 + ], + "area_cells": 22 + }, + { + "id": "range_50", + "name": null, + "center": [ + 241, + 126 + ], + "peak": [ + 244, + 119 + ], + "area_cells": 252 + }, + { + "id": "range_54", + "name": null, + "center": [ + 238, + 90 + ], + "peak": [ + 239, + 86 + ], + "area_cells": 126 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073c/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073c/globe.png new file mode 100644 index 000000000..bc3a45fa2 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073c/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073c/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073c/heightmap.png new file mode 100644 index 000000000..b473f524b Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073c/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073c/index.md new file mode 100644 index 000000000..b2841577f --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1073c +name: Mabuhay +body_type: planet +planet_class: temperate +body_scale: planet +seed: 183840197 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.528 + period_days: 140.0 + axial_tilt_deg: 12.8 +physical: + gravity_g: 0.84 + oblateness: 0.0042 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.471 + polar_ice_lat: 0.706 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.417 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mabuhay + +Temperate planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 32K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073c/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073c/markers.json new file mode 100644 index 000000000..af2bdb0bc --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073c/markers.json @@ -0,0 +1,518 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 183, + 39 + ], + [ + 182, + 38 + ], + [ + 181, + 37 + ], + [ + 180, + 36 + ], + [ + 179, + 35 + ], + [ + 178, + 34 + ], + [ + 177, + 33 + ], + [ + 176, + 32 + ], + [ + 175, + 31 + ], + [ + 175, + 32 + ], + [ + 174, + 33 + ], + [ + 174, + 32 + ], + [ + 173, + 32 + ], + [ + 174, + 31 + ], + [ + 173, + 31 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 126, + 221 + ], + [ + 127, + 222 + ], + [ + 128, + 223 + ], + [ + 129, + 224 + ], + [ + 130, + 225 + ], + [ + 130, + 226 + ], + [ + 131, + 227 + ], + [ + 132, + 228 + ], + [ + 131, + 229 + ], + [ + 132, + 230 + ], + [ + 133, + 231 + ], + [ + 134, + 232 + ], + [ + 133, + 233 + ], + [ + 134, + 234 + ], + [ + 134, + 235 + ], + [ + 134, + 236 + ], + [ + 135, + 237 + ], + [ + 135, + 238 + ], + [ + 135, + 239 + ], + [ + 135, + 240 + ], + [ + 136, + 241 + ], + [ + 136, + 242 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 115, + 266 + ], + [ + 116, + 265 + ], + [ + 117, + 264 + ], + [ + 118, + 264 + ], + [ + 119, + 264 + ], + [ + 120, + 265 + ], + [ + 121, + 265 + ], + [ + 122, + 266 + ], + [ + 123, + 267 + ], + [ + 124, + 268 + ], + [ + 125, + 269 + ], + [ + 124, + 270 + ], + [ + 124, + 271 + ], + [ + 125, + 272 + ], + [ + 125, + 273 + ], + [ + 126, + 274 + ], + [ + 127, + 275 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 124, + 472 + ], + [ + 125, + 471 + ], + [ + 126, + 470 + ], + [ + 127, + 469 + ], + [ + 126, + 469 + ], + [ + 125, + 468 + ], + [ + 124, + 467 + ], + [ + 123, + 466 + ], + [ + 122, + 465 + ], + [ + 121, + 464 + ], + [ + 120, + 463 + ], + [ + 120, + 462 + ], + [ + 119, + 461 + ], + [ + 119, + 460 + ], + [ + 118, + 459 + ], + [ + 118, + 458 + ], + [ + 117, + 458 + ], + [ + 118, + 457 + ], + [ + 118, + 456 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 229 + ], + [ + 115, + 229 + ], + [ + 116, + 228 + ], + [ + 117, + 227 + ], + [ + 117, + 226 + ], + [ + 118, + 225 + ], + [ + 118, + 224 + ], + [ + 118, + 223 + ], + [ + 119, + 222 + ], + [ + 119, + 221 + ], + [ + 119, + 220 + ], + [ + 118, + 219 + ], + [ + 119, + 218 + ], + [ + 119, + 217 + ], + [ + 119, + 216 + ], + [ + 119, + 215 + ], + [ + 118, + 215 + ], + [ + 118, + 216 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 149, + 376 + ], + "area_fraction": 0.2915 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 153, + 88 + ], + "area_fraction": 0.2259 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 144, + 485 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 28 + ], + "peak": [ + 20, + 25 + ], + "area_cells": 558 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 323 + ], + "peak": [ + 23, + 331 + ], + "area_cells": 131 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 443 + ], + "peak": [ + 37, + 452 + ], + "area_cells": 2456 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 164 + ], + "peak": [ + 71, + 169 + ], + "area_cells": 69 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 216 + ], + "peak": [ + 85, + 212 + ], + "area_cells": 766 + }, + { + "id": "range_6", + "name": null, + "center": [ + 220, + 177 + ], + "peak": [ + 222, + 187 + ], + "area_cells": 813 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073d/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073d/globe.png new file mode 100644 index 000000000..9388f0740 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073d/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073d/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073d/heightmap.png new file mode 100644 index 000000000..68a956bbf Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073d/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073d/index.md new file mode 100644 index 000000000..fedd092e9 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1073d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1486536780 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.2 + period_days: 480.0 + axial_tilt_deg: 33.1 +physical: + gravity_g: 0.52 + oblateness: 0.0031 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.426 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.191 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073d + +Cold Arid planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073d/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073d/markers.json new file mode 100644 index 000000000..560129d70 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073d/markers.json @@ -0,0 +1,826 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 31, + 348 + ], + [ + 32, + 347 + ], + [ + 33, + 346 + ], + [ + 34, + 345 + ], + [ + 35, + 345 + ], + [ + 36, + 344 + ], + [ + 37, + 343 + ], + [ + 38, + 343 + ], + [ + 37, + 344 + ], + [ + 38, + 345 + ], + [ + 38, + 344 + ], + [ + 39, + 345 + ], + [ + 40, + 344 + ], + [ + 41, + 345 + ], + [ + 42, + 345 + ], + [ + 43, + 345 + ], + [ + 42, + 346 + ], + [ + 43, + 346 + ], + [ + 44, + 346 + ], + [ + 45, + 346 + ], + [ + 45, + 347 + ], + [ + 46, + 346 + ], + [ + 46, + 347 + ], + [ + 47, + 347 + ], + [ + 48, + 346 + ], + [ + 47, + 346 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 92, + 42 + ], + [ + 93, + 41 + ], + [ + 94, + 40 + ], + [ + 95, + 41 + ], + [ + 96, + 41 + ], + [ + 97, + 41 + ], + [ + 97, + 42 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 81 + ], + [ + 131, + 82 + ], + [ + 132, + 83 + ], + [ + 133, + 84 + ], + [ + 134, + 85 + ], + [ + 135, + 86 + ], + [ + 136, + 87 + ], + [ + 136, + 88 + ], + [ + 136, + 89 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 12, + 71 + ], + [ + 11, + 70 + ], + [ + 10, + 69 + ], + [ + 9, + 68 + ], + [ + 8, + 67 + ], + [ + 8, + 66 + ], + [ + 7, + 65 + ], + [ + 6, + 64 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 0 + ], + [ + 1, + 511 + ], + [ + 2, + 511 + ], + [ + 3, + 511 + ], + [ + 4, + 0 + ], + [ + 5, + 1 + ], + [ + 4, + 2 + ], + [ + 4, + 3 + ], + [ + 5, + 3 + ], + [ + 6, + 4 + ], + [ + 7, + 5 + ], + [ + 8, + 6 + ], + [ + 7, + 7 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 113, + 289 + ], + [ + 114, + 289 + ], + [ + 114, + 288 + ], + [ + 115, + 287 + ], + [ + 116, + 286 + ], + [ + 117, + 287 + ], + [ + 118, + 286 + ], + [ + 119, + 286 + ], + [ + 119, + 285 + ], + [ + 120, + 284 + ], + [ + 121, + 283 + ], + [ + 121, + 282 + ], + [ + 121, + 281 + ], + [ + 122, + 280 + ], + [ + 123, + 279 + ], + [ + 123, + 278 + ], + [ + 122, + 277 + ], + [ + 123, + 276 + ], + [ + 123, + 275 + ], + [ + 123, + 274 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 111, + 272 + ], + [ + 112, + 271 + ], + [ + 113, + 270 + ], + [ + 114, + 269 + ], + [ + 115, + 268 + ], + [ + 116, + 267 + ], + [ + 117, + 266 + ], + [ + 116, + 266 + ], + [ + 116, + 265 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 49, + 244 + ], + [ + 49, + 245 + ], + [ + 50, + 245 + ], + [ + 51, + 244 + ], + [ + 52, + 243 + ], + [ + 53, + 244 + ], + [ + 54, + 244 + ], + [ + 55, + 244 + ], + [ + 56, + 245 + ], + [ + 57, + 244 + ], + [ + 58, + 243 + ], + [ + 59, + 244 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 119, + 255 + ], + [ + 120, + 254 + ], + [ + 119, + 253 + ], + [ + 118, + 252 + ], + [ + 117, + 251 + ], + [ + 116, + 250 + ], + [ + 115, + 249 + ], + [ + 114, + 248 + ], + [ + 113, + 248 + ], + [ + 112, + 247 + ], + [ + 111, + 246 + ], + [ + 110, + 245 + ], + [ + 109, + 244 + ], + [ + 108, + 244 + ], + [ + 107, + 243 + ], + [ + 106, + 243 + ], + [ + 105, + 243 + ], + [ + 104, + 243 + ], + [ + 103, + 243 + ], + [ + 102, + 242 + ], + [ + 101, + 241 + ], + [ + 100, + 242 + ], + [ + 99, + 241 + ], + [ + 98, + 242 + ], + [ + 97, + 243 + ], + [ + 96, + 244 + ], + [ + 95, + 244 + ], + [ + 94, + 245 + ], + [ + 93, + 244 + ], + [ + 92, + 245 + ], + [ + 91, + 246 + ], + [ + 90, + 246 + ], + [ + 89, + 245 + ], + [ + 88, + 246 + ], + [ + 87, + 246 + ], + [ + 86, + 245 + ], + [ + 87, + 245 + ], + [ + 86, + 246 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 0, + 113 + ], + [ + 1, + 114 + ], + [ + 2, + 114 + ], + [ + 2, + 115 + ], + [ + 3, + 114 + ], + [ + 4, + 113 + ], + [ + 4, + 114 + ], + [ + 5, + 115 + ], + [ + 6, + 115 + ], + [ + 6, + 116 + ], + [ + 7, + 116 + ], + [ + 7, + 117 + ], + [ + 6, + 117 + ], + [ + 6, + 118 + ], + [ + 5, + 119 + ], + [ + 5, + 118 + ], + [ + 6, + 119 + ], + [ + 7, + 118 + ], + [ + 8, + 119 + ], + [ + 7, + 119 + ], + [ + 7, + 120 + ], + [ + 6, + 121 + ], + [ + 6, + 122 + ], + [ + 5, + 122 + ], + [ + 6, + 123 + ], + [ + 5, + 123 + ], + [ + 5, + 124 + ], + [ + 6, + 125 + ], + [ + 6, + 124 + ], + [ + 7, + 124 + ], + [ + 8, + 123 + ], + [ + 9, + 124 + ], + [ + 9, + 125 + ], + [ + 8, + 124 + ], + [ + 7, + 123 + ], + [ + 7, + 122 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 242 + ], + "peak": [ + 171, + 314 + ], + "area_cells": 35309 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 509 + ], + "peak": [ + 119, + 509 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 201, + 188 + ], + "peak": [ + 202, + 189 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/globe.png new file mode 100644 index 000000000..efc231891 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/heightmap.png new file mode 100644 index 000000000..34629a94b Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/index.md new file mode 100644 index 000000000..16541863b --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1073e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1415511351 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 59.4 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073e-m1 + +Frozen moon. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 92% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/markers.json new file mode 100644 index 000000000..46e4d5f2c --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073e-m1/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 21, + 242 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 16, + 428 + ], + "area_fraction": 0.028 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 23, + 125 + ], + "area_fraction": 0.0122 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 122 + ], + "peak": [ + 94, + 121 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 406 + ], + "peak": [ + 95, + 407 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 473 + ], + "peak": [ + 104, + 471 + ], + "area_cells": 103 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 420 + ], + "peak": [ + 112, + 420 + ], + "area_cells": 61 + }, + { + "id": "range_5", + "name": null, + "center": [ + 113, + 392 + ], + "peak": [ + 113, + 392 + ], + "area_cells": 67 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 479 + ], + "peak": [ + 128, + 479 + ], + "area_cells": 211 + }, + { + "id": "range_8", + "name": null, + "center": [ + 216, + 441 + ], + "peak": [ + 242, + 427 + ], + "area_cells": 8343 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 323 + ], + "peak": [ + 177, + 329 + ], + "area_cells": 920 + }, + { + "id": "range_12", + "name": null, + "center": [ + 185, + 354 + ], + "peak": [ + 187, + 354 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 287 + ], + "peak": [ + 216, + 288 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 240, + 220 + ], + "peak": [ + 244, + 204 + ], + "area_cells": 2847 + }, + { + "id": "range_15", + "name": null, + "center": [ + 249, + 5 + ], + "peak": [ + 248, + 0 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073e/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073e/globe.png new file mode 100644 index 000000000..cdd1a3871 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073e/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073e/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073e/index.md new file mode 100644 index 000000000..dfa92c40d --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1073e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 284761055 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.564 + period_days: 1500.0 + axial_tilt_deg: 34.2 +physical: + gravity_g: null + oblateness: 0.0553 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.142 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.117 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.38 + opacity_base: 0.72 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ1073e + +Gas giant. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073f/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073f/globe.png new file mode 100644 index 000000000..14b7e861c Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073f/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073f/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073f/heightmap.png new file mode 100644 index 000000000..a91cfae71 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073f/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073f/index.md new file mode 100644 index 000000000..7fd9ac872 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1073f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1604278824 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.932 + period_days: 4000.0 + axial_tilt_deg: 34.3 +physical: + gravity_g: 0.4 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.813 + polar_ice_lat: 0.228 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.422 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073f + +Frozen planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 4000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073f/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073f/markers.json new file mode 100644 index 000000000..b31f82b99 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073f/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 72, + 254 + ], + "area_fraction": 0.0913 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 40, + 180 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 69, + 433 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 65, + 382 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 76, + 75 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 96, + 368 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 110 + ], + "peak": [ + 144, + 113 + ], + "area_cells": 430 + }, + { + "id": "range_2", + "name": null, + "center": [ + 137, + 150 + ], + "peak": [ + 138, + 151 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 200, + 247 + ], + "peak": [ + 201, + 261 + ], + "area_cells": 3819 + }, + { + "id": "range_5", + "name": null, + "center": [ + 209, + 384 + ], + "peak": [ + 207, + 383 + ], + "area_cells": 59 + }, + { + "id": "range_7", + "name": null, + "center": [ + 253, + 93 + ], + "peak": [ + 255, + 92 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073g/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073g/globe.png new file mode 100644 index 000000000..40d1cbabe Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073g/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073g/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073g/heightmap.png new file mode 100644 index 000000000..cd6015d36 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073g/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073g/index.md new file mode 100644 index 000000000..94f59dc1f --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1073g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3947945373 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.593 + period_days: 9200.0 + axial_tilt_deg: 34.5 +physical: + gravity_g: 0.31 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.851 + polar_ice_lat: 0.278 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073g + +Frozen planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.31g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073g/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073g/markers.json new file mode 100644 index 000000000..30a17f214 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073g/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 82, + 193 + ], + "area_fraction": 0.1037 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 47, + 475 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 152, + 295 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 77 + ], + "peak": [ + 33, + 91 + ], + "area_cells": 4234 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 167 + ], + "peak": [ + 0, + 168 + ], + "area_cells": 232 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 258 + ], + "peak": [ + 1, + 265 + ], + "area_cells": 438 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 335 + ], + "peak": [ + 0, + 334 + ], + "area_cells": 495 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 424 + ], + "peak": [ + 6, + 424 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 371 + ], + "peak": [ + 40, + 366 + ], + "area_cells": 685 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 307 + ], + "peak": [ + 82, + 308 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 136, + 352 + ], + "peak": [ + 137, + 355 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 406 + ], + "peak": [ + 154, + 408 + ], + "area_cells": 1233 + }, + { + "id": "range_13", + "name": null, + "center": [ + 167, + 184 + ], + "peak": [ + 168, + 183 + ], + "area_cells": 735 + }, + { + "id": "range_14", + "name": null, + "center": [ + 193, + 134 + ], + "peak": [ + 186, + 152 + ], + "area_cells": 2419 + }, + { + "id": "range_15", + "name": null, + "center": [ + 167, + 379 + ], + "peak": [ + 169, + 380 + ], + "area_cells": 63 + }, + { + "id": "range_16", + "name": null, + "center": [ + 188, + 213 + ], + "peak": [ + 190, + 216 + ], + "area_cells": 90 + }, + { + "id": "range_18", + "name": null, + "center": [ + 219, + 193 + ], + "peak": [ + 220, + 192 + ], + "area_cells": 53 + }, + { + "id": "range_19", + "name": null, + "center": [ + 247, + 497 + ], + "peak": [ + 247, + 501 + ], + "area_cells": 414 + }, + { + "id": "range_20", + "name": null, + "center": [ + 250, + 58 + ], + "peak": [ + 255, + 87 + ], + "area_cells": 1106 + }, + { + "id": "range_21", + "name": null, + "center": [ + 248, + 375 + ], + "peak": [ + 248, + 372 + ], + "area_cells": 68 + }, + { + "id": "range_22", + "name": null, + "center": [ + 252, + 207 + ], + "peak": [ + 255, + 211 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073h/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073h/globe.png new file mode 100644 index 000000000..92390be2e Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073h/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073h/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073h/heightmap.png new file mode 100644 index 000000000..2d7469e00 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073h/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073h/index.md new file mode 100644 index 000000000..6f86dc234 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1073h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3897343476 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.935 + period_days: 19000.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.24 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.149 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073h + +Frozen planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 19000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073h/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073h/markers.json new file mode 100644 index 000000000..97e0f4fb7 --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 53, + 174 + ], + "area_fraction": 0.05 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 62, + 39 + ], + "area_fraction": 0.0381 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 80, + 474 + ], + "area_fraction": 0.0523 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 52 + ], + "peak": [ + 0, + 37 + ], + "area_cells": 977 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 107 + ], + "peak": [ + 0, + 102 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 445 + ], + "peak": [ + 5, + 473 + ], + "area_cells": 2552 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 335 + ], + "peak": [ + 30, + 334 + ], + "area_cells": 99 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 77 + ], + "peak": [ + 106, + 77 + ], + "area_cells": 47 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 243 + ], + "peak": [ + 247, + 270 + ], + "area_cells": 16078 + }, + { + "id": "range_11", + "name": null, + "center": [ + 198, + 454 + ], + "peak": [ + 206, + 461 + ], + "area_cells": 2038 + }, + { + "id": "range_12", + "name": null, + "center": [ + 246, + 17 + ], + "peak": [ + 246, + 18 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073i/globe.png b/wiki/star-systems/GJ-1073/bodies/GJ1073i/globe.png new file mode 100644 index 000000000..774b80e32 Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073i/globe.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073i/heightmap.png b/wiki/star-systems/GJ-1073/bodies/GJ1073i/heightmap.png new file mode 100644 index 000000000..ddc7d7b0d Binary files /dev/null and b/wiki/star-systems/GJ-1073/bodies/GJ1073i/heightmap.png differ diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073i/index.md b/wiki/star-systems/GJ-1073/bodies/GJ1073i/index.md new file mode 100644 index 000000000..cc5b4114c --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1073i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1874675613 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 22.121 + period_days: 38000.0 + axial_tilt_deg: 32.2 +physical: + gravity_g: 0.11 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.785 + polar_ice_lat: 0.088 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1073i + +Frozen planet. + +**System:** [GJ-1073](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1073/bodies/GJ1073i/markers.json b/wiki/star-systems/GJ-1073/bodies/GJ1073i/markers.json new file mode 100644 index 000000000..5aaf640dd --- /dev/null +++ b/wiki/star-systems/GJ-1073/bodies/GJ1073i/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 42, + 107 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 113, + 439 + ], + "area_fraction": 0.0672 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 92, + 25 + ], + "area_fraction": 0.0359 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 143, + 55 + ], + "area_fraction": 0.009 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 161, + 140 + ], + "area_fraction": 0.0366 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 192, + 484 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 119 + ], + "peak": [ + 0, + 129 + ], + "area_cells": 277 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 383 + ], + "peak": [ + 46, + 385 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 202, + 386 + ], + "peak": [ + 200, + 382 + ], + "area_cells": 173 + }, + { + "id": "range_5", + "name": null, + "center": [ + 211, + 86 + ], + "peak": [ + 207, + 66 + ], + "area_cells": 855 + }, + { + "id": "range_6", + "name": null, + "center": [ + 235, + 292 + ], + "peak": [ + 233, + 274 + ], + "area_cells": 3804 + }, + { + "id": "range_9", + "name": null, + "center": [ + 229, + 187 + ], + "peak": [ + 231, + 188 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 231, + 196 + ], + "peak": [ + 232, + 192 + ], + "area_cells": 39 + }, + { + "id": "range_15", + "name": null, + "center": [ + 240, + 434 + ], + "peak": [ + 241, + 431 + ], + "area_cells": 140 + }, + { + "id": "range_17", + "name": null, + "center": [ + 243, + 154 + ], + "peak": [ + 242, + 158 + ], + "area_cells": 273 + }, + { + "id": "range_18", + "name": null, + "center": [ + 247, + 195 + ], + "peak": [ + 248, + 196 + ], + "area_cells": 240 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 121 + ], + "peak": [ + 255, + 121 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1075b/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075b/globe.png new file mode 100644 index 000000000..75d32018c Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075b/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075b/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075b/heightmap.png new file mode 100644 index 000000000..6118ca806 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075b/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075b/index.md new file mode 100644 index 000000000..4e32a21f7 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1075b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3446749846 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.35 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.853 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075b + +Barren planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 91% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075b/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075b/markers.json new file mode 100644 index 000000000..c3689f039 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075b/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 111, + 123 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 137, + 88 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 25, + 371 + ], + "peak": [ + 26, + 346 + ], + "area_cells": 3531 + }, + { + "id": "range_10", + "name": null, + "center": [ + 49, + 34 + ], + "peak": [ + 48, + 30 + ], + "area_cells": 120 + }, + { + "id": "range_12", + "name": null, + "center": [ + 57, + 13 + ], + "peak": [ + 58, + 14 + ], + "area_cells": 30 + }, + { + "id": "range_14", + "name": null, + "center": [ + 64, + 299 + ], + "peak": [ + 65, + 300 + ], + "area_cells": 38 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 352 + ], + "peak": [ + 65, + 355 + ], + "area_cells": 23 + }, + { + "id": "range_16", + "name": null, + "center": [ + 79, + 315 + ], + "peak": [ + 88, + 307 + ], + "area_cells": 300 + }, + { + "id": "range_18", + "name": null, + "center": [ + 75, + 219 + ], + "peak": [ + 75, + 220 + ], + "area_cells": 22 + }, + { + "id": "range_19", + "name": null, + "center": [ + 81, + 339 + ], + "peak": [ + 81, + 339 + ], + "area_cells": 30 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 334 + ], + "peak": [ + 103, + 335 + ], + "area_cells": 62 + }, + { + "id": "range_23", + "name": null, + "center": [ + 103, + 29 + ], + "peak": [ + 99, + 37 + ], + "area_cells": 102 + }, + { + "id": "range_25", + "name": null, + "center": [ + 165, + 278 + ], + "peak": [ + 166, + 279 + ], + "area_cells": 63 + }, + { + "id": "range_26", + "name": null, + "center": [ + 194, + 245 + ], + "peak": [ + 196, + 254 + ], + "area_cells": 982 + }, + { + "id": "range_27", + "name": null, + "center": [ + 193, + 287 + ], + "peak": [ + 196, + 284 + ], + "area_cells": 188 + }, + { + "id": "range_28", + "name": null, + "center": [ + 191, + 147 + ], + "peak": [ + 192, + 148 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075c/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075c/globe.png new file mode 100644 index 000000000..dda9f4815 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075c/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075c/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075c/heightmap.png new file mode 100644 index 000000000..4b1efcc2c Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075c/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075c/index.md new file mode 100644 index 000000000..c9f01926e --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1075c +name: Espinho +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2393241722 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.229 + period_days: 45.0 + axial_tilt_deg: 31.1 +physical: + gravity_g: 0.88 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.395 + polar_ice_lat: 0.629 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.519 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Espinho + +Temperate planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 40% | +| **Year** | 45 days | +| **Inhabited** | yes | +| **Population** | 74K | +| **Economy** | research | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075c/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075c/markers.json new file mode 100644 index 000000000..eaebe9822 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075c/markers.json @@ -0,0 +1,463 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 6, + 296 + ], + [ + 7, + 297 + ], + [ + 7, + 298 + ], + [ + 8, + 299 + ], + [ + 9, + 300 + ], + [ + 10, + 301 + ], + [ + 11, + 301 + ], + [ + 12, + 302 + ], + [ + 13, + 302 + ], + [ + 14, + 301 + ], + [ + 15, + 301 + ], + [ + 16, + 301 + ], + [ + 17, + 301 + ], + [ + 18, + 302 + ], + [ + 19, + 302 + ], + [ + 20, + 302 + ], + [ + 21, + 303 + ], + [ + 22, + 304 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 158 + ], + [ + 105, + 157 + ], + [ + 104, + 156 + ], + [ + 103, + 156 + ], + [ + 102, + 157 + ], + [ + 101, + 158 + ], + [ + 100, + 157 + ], + [ + 99, + 156 + ], + [ + 98, + 155 + ], + [ + 97, + 154 + ], + [ + 96, + 153 + ], + [ + 95, + 152 + ], + [ + 95, + 151 + ], + [ + 94, + 150 + ], + [ + 95, + 149 + ], + [ + 95, + 148 + ], + [ + 95, + 147 + ], + [ + 94, + 148 + ], + [ + 94, + 147 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 163, + 250 + ], + [ + 164, + 249 + ], + [ + 165, + 248 + ], + [ + 166, + 249 + ], + [ + 165, + 250 + ], + [ + 166, + 251 + ], + [ + 166, + 252 + ], + [ + 166, + 253 + ], + [ + 167, + 254 + ], + [ + 167, + 255 + ], + [ + 168, + 256 + ], + [ + 167, + 256 + ], + [ + 166, + 257 + ], + [ + 165, + 257 + ], + [ + 166, + 256 + ], + [ + 167, + 257 + ], + [ + 168, + 258 + ], + [ + 167, + 258 + ], + [ + 166, + 258 + ], + [ + 165, + 259 + ], + [ + 165, + 258 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 25, + 448 + ], + [ + 26, + 448 + ], + [ + 27, + 449 + ], + [ + 28, + 450 + ], + [ + 29, + 451 + ], + [ + 30, + 452 + ], + [ + 31, + 453 + ], + [ + 32, + 454 + ], + [ + 33, + 454 + ], + [ + 34, + 453 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 219, + 265 + ], + [ + 218, + 266 + ], + [ + 217, + 267 + ], + [ + 216, + 268 + ], + [ + 215, + 269 + ], + [ + 214, + 269 + ], + [ + 213, + 269 + ], + [ + 212, + 270 + ], + [ + 211, + 269 + ], + [ + 211, + 268 + ], + [ + 210, + 269 + ], + [ + 210, + 270 + ], + [ + 211, + 271 + ], + [ + 211, + 272 + ], + [ + 210, + 272 + ], + [ + 210, + 271 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 183, + 438 + ], + [ + 182, + 437 + ], + [ + 181, + 436 + ], + [ + 180, + 435 + ], + [ + 179, + 434 + ], + [ + 179, + 433 + ], + [ + 178, + 433 + ], + [ + 179, + 432 + ], + [ + 178, + 431 + ], + [ + 177, + 430 + ], + [ + 177, + 429 + ], + [ + 176, + 428 + ], + [ + 175, + 427 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 148, + 265 + ], + "area_fraction": 0.5995 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 213 + ], + "peak": [ + 89, + 252 + ], + "area_cells": 4217 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/globe.png new file mode 100644 index 000000000..9c7242e80 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/heightmap.png new file mode 100644 index 000000000..0beed7066 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/index.md new file mode 100644 index 000000000..0575b6479 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1075d-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 523353315 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.11 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075d-m1 + +Frozen moon. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 90% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/markers.json new file mode 100644 index 000000000..15e4d0ee9 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075d-m1/markers.json @@ -0,0 +1,227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 111, + 89 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 141, + 425 + ], + "area_fraction": 0.0288 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 215, + 64 + ], + "area_fraction": 0.0274 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 151 + ], + "peak": [ + 7, + 151 + ], + "area_cells": 113 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 260 + ], + "peak": [ + 13, + 243 + ], + "area_cells": 750 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 373 + ], + "peak": [ + 23, + 345 + ], + "area_cells": 6887 + }, + { + "id": "range_7", + "name": null, + "center": [ + 15, + 114 + ], + "peak": [ + 13, + 115 + ], + "area_cells": 58 + }, + { + "id": "range_8", + "name": null, + "center": [ + 10, + 122 + ], + "peak": [ + 9, + 120 + ], + "area_cells": 65 + }, + { + "id": "range_11", + "name": null, + "center": [ + 22, + 183 + ], + "peak": [ + 25, + 177 + ], + "area_cells": 172 + }, + { + "id": "range_12", + "name": null, + "center": [ + 13, + 144 + ], + "peak": [ + 14, + 145 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 28, + 168 + ], + "peak": [ + 29, + 170 + ], + "area_cells": 69 + }, + { + "id": "range_15", + "name": null, + "center": [ + 36, + 461 + ], + "peak": [ + 37, + 459 + ], + "area_cells": 163 + }, + { + "id": "range_21", + "name": null, + "center": [ + 76, + 463 + ], + "peak": [ + 77, + 463 + ], + "area_cells": 87 + }, + { + "id": "range_22", + "name": null, + "center": [ + 77, + 322 + ], + "peak": [ + 77, + 323 + ], + "area_cells": 68 + }, + { + "id": "range_24", + "name": null, + "center": [ + 105, + 177 + ], + "peak": [ + 106, + 155 + ], + "area_cells": 2105 + }, + { + "id": "range_25", + "name": null, + "center": [ + 118, + 261 + ], + "peak": [ + 109, + 254 + ], + "area_cells": 739 + }, + { + "id": "range_31", + "name": null, + "center": [ + 163, + 250 + ], + "peak": [ + 172, + 264 + ], + "area_cells": 1429 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075d/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075d/globe.png new file mode 100644 index 000000000..a8622b0fb Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075d/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075d/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075d/index.md new file mode 100644 index 000000000..1b9c68c34 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075d/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1075d +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3086073660 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.318 + period_days: 620.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: null + oblateness: 0.0583 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.298 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.111 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.6 + opacity_base: 0.5 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ1075d + +Gas giant. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 620 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075e/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075e/globe.png new file mode 100644 index 000000000..6bf79c97e Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075e/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075e/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075e/heightmap.png new file mode 100644 index 000000000..207119b51 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075e/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075e/index.md new file mode 100644 index 000000000..eacf37860 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075e/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1075e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3046255504 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.562 + period_days: 1680.0 + axial_tilt_deg: 34.8 +physical: + gravity_g: 0.44 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075e + +Frozen planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 99% | +| **Year** | 1680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075e/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075e/markers.json new file mode 100644 index 000000000..e4d9b79c4 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075e/markers.json @@ -0,0 +1,298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 213, + 140 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 205 + ], + "peak": [ + 0, + 230 + ], + "area_cells": 1543 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 63 + ], + "peak": [ + 44, + 116 + ], + "area_cells": 1449 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 414 + ], + "peak": [ + 66, + 409 + ], + "area_cells": 2161 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 313 + ], + "peak": [ + 45, + 319 + ], + "area_cells": 362 + }, + { + "id": "range_10", + "name": null, + "center": [ + 58, + 167 + ], + "peak": [ + 58, + 167 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 68, + 504 + ], + "peak": [ + 69, + 504 + ], + "area_cells": 24 + }, + { + "id": "range_16", + "name": null, + "center": [ + 75, + 279 + ], + "peak": [ + 76, + 279 + ], + "area_cells": 30 + }, + { + "id": "range_17", + "name": null, + "center": [ + 84, + 161 + ], + "peak": [ + 84, + 161 + ], + "area_cells": 56 + }, + { + "id": "range_18", + "name": null, + "center": [ + 89, + 426 + ], + "peak": [ + 91, + 426 + ], + "area_cells": 149 + }, + { + "id": "range_19", + "name": null, + "center": [ + 101, + 124 + ], + "peak": [ + 102, + 119 + ], + "area_cells": 78 + }, + { + "id": "range_20", + "name": null, + "center": [ + 113, + 274 + ], + "peak": [ + 116, + 282 + ], + "area_cells": 1096 + }, + { + "id": "range_21", + "name": null, + "center": [ + 119, + 471 + ], + "peak": [ + 112, + 446 + ], + "area_cells": 1607 + }, + { + "id": "range_22", + "name": null, + "center": [ + 147, + 43 + ], + "peak": [ + 148, + 34 + ], + "area_cells": 5193 + }, + { + "id": "range_23", + "name": null, + "center": [ + 159, + 216 + ], + "peak": [ + 156, + 157 + ], + "area_cells": 8131 + }, + { + "id": "range_25", + "name": null, + "center": [ + 122, + 102 + ], + "peak": [ + 124, + 106 + ], + "area_cells": 135 + }, + { + "id": "range_28", + "name": null, + "center": [ + 135, + 468 + ], + "peak": [ + 135, + 468 + ], + "area_cells": 24 + }, + { + "id": "range_30", + "name": null, + "center": [ + 186, + 467 + ], + "peak": [ + 184, + 482 + ], + "area_cells": 2932 + }, + { + "id": "range_31", + "name": null, + "center": [ + 182, + 371 + ], + "peak": [ + 178, + 369 + ], + "area_cells": 299 + }, + { + "id": "range_36", + "name": null, + "center": [ + 201, + 215 + ], + "peak": [ + 205, + 215 + ], + "area_cells": 23 + }, + { + "id": "range_37", + "name": null, + "center": [ + 204, + 388 + ], + "peak": [ + 203, + 388 + ], + "area_cells": 61 + }, + { + "id": "range_39", + "name": null, + "center": [ + 237, + 221 + ], + "peak": [ + 240, + 236 + ], + "area_cells": 742 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075f/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075f/globe.png new file mode 100644 index 000000000..da2833b2b Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075f/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075f/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075f/heightmap.png new file mode 100644 index 000000000..ddc7a17a6 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075f/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075f/index.md new file mode 100644 index 000000000..ae346f59d --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1075f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3232481834 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.855 + period_days: 3100.0 + axial_tilt_deg: 50.3 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.192 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075f + +Frozen planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 96% | +| **Year** | 3100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075f/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075f/markers.json new file mode 100644 index 000000000..531677508 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075f/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 209, + 127 + ], + "area_fraction": 0.0174 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 58 + ], + "peak": [ + 79, + 45 + ], + "area_cells": 5298 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 243 + ], + "peak": [ + 32, + 243 + ], + "area_cells": 50 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 325 + ], + "peak": [ + 72, + 338 + ], + "area_cells": 4681 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 497 + ], + "peak": [ + 34, + 502 + ], + "area_cells": 69 + }, + { + "id": "range_10", + "name": null, + "center": [ + 92, + 465 + ], + "peak": [ + 100, + 460 + ], + "area_cells": 3387 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 209 + ], + "peak": [ + 67, + 210 + ], + "area_cells": 49 + }, + { + "id": "range_16", + "name": null, + "center": [ + 83, + 242 + ], + "peak": [ + 83, + 243 + ], + "area_cells": 25 + }, + { + "id": "range_17", + "name": null, + "center": [ + 86, + 263 + ], + "peak": [ + 87, + 263 + ], + "area_cells": 90 + }, + { + "id": "range_18", + "name": null, + "center": [ + 110, + 216 + ], + "peak": [ + 116, + 213 + ], + "area_cells": 661 + }, + { + "id": "range_19", + "name": null, + "center": [ + 102, + 172 + ], + "peak": [ + 103, + 173 + ], + "area_cells": 37 + }, + { + "id": "range_20", + "name": null, + "center": [ + 106, + 324 + ], + "peak": [ + 108, + 325 + ], + "area_cells": 58 + }, + { + "id": "range_26", + "name": null, + "center": [ + 141, + 190 + ], + "peak": [ + 142, + 192 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075g/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075g/globe.png new file mode 100644 index 000000000..13f8ad617 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075g/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075g/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075g/heightmap.png new file mode 100644 index 000000000..1bc033d09 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075g/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075g/index.md new file mode 100644 index 000000000..db3ec23b0 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1075g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1001650176 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.581 + period_days: 5400.0 + axial_tilt_deg: 16.6 +physical: + gravity_g: 0.34 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.311 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075g + +Frozen planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Land** | 98% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075g/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075g/markers.json new file mode 100644 index 000000000..34603a14f --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075g/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 68 + ], + "peak": [ + 28, + 47 + ], + "area_cells": 6655 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 422 + ], + "peak": [ + 0, + 360 + ], + "area_cells": 4750 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 291 + ], + "peak": [ + 13, + 291 + ], + "area_cells": 1176 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 360 + ], + "peak": [ + 64, + 359 + ], + "area_cells": 210 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 243 + ], + "peak": [ + 62, + 236 + ], + "area_cells": 1961 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 322 + ], + "peak": [ + 69, + 323 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 86, + 369 + ], + "peak": [ + 87, + 370 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075h/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075h/globe.png new file mode 100644 index 000000000..71ca22fac Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075h/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075h/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075h/heightmap.png new file mode 100644 index 000000000..5d5c387d0 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075h/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075h/index.md new file mode 100644 index 000000000..1a0cce667 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1075h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2006004453 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 43.9 +physical: + gravity_g: 0.27 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075h + +Frozen planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Land** | 98% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075h/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075h/markers.json new file mode 100644 index 000000000..49ed6474a --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075h/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 5, + 358 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 31 + ], + "peak": [ + 43, + 31 + ], + "area_cells": 37 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 366 + ], + "peak": [ + 133, + 323 + ], + "area_cells": 25608 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 17 + ], + "peak": [ + 64, + 17 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 72 + ], + "peak": [ + 103, + 56 + ], + "area_cells": 8049 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 193 + ], + "peak": [ + 135, + 193 + ], + "area_cells": 100 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075i/globe.png b/wiki/star-systems/GJ-1075/bodies/GJ1075i/globe.png new file mode 100644 index 000000000..c927d4de5 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075i/globe.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075i/heightmap.png b/wiki/star-systems/GJ-1075/bodies/GJ1075i/heightmap.png new file mode 100644 index 000000000..55b07ceb6 Binary files /dev/null and b/wiki/star-systems/GJ-1075/bodies/GJ1075i/heightmap.png differ diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075i/index.md b/wiki/star-systems/GJ-1075/bodies/GJ1075i/index.md new file mode 100644 index 000000000..d0e609db4 --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1075i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 882965706 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.513 + period_days: 16000.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.15 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.804 + polar_ice_lat: 0.115 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.298 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1075i + +Frozen planet. + +**System:** [GJ-1075](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.15g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1075/bodies/GJ1075i/markers.json b/wiki/star-systems/GJ-1075/bodies/GJ1075i/markers.json new file mode 100644 index 000000000..c3bf72aeb --- /dev/null +++ b/wiki/star-systems/GJ-1075/bodies/GJ1075i/markers.json @@ -0,0 +1,173 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 137, + 375 + ], + "area_fraction": 0.0306 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 120, + 176 + ], + "area_fraction": 0.005 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 139, + 39 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 169, + 79 + ], + "area_fraction": 0.0216 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 189, + 8 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 203, + 476 + ], + "area_fraction": 0.0233 + }, + { + "id": "water_46", + "name": null, + "kind": "sea", + "center": [ + 232, + 347 + ], + "area_fraction": 0.0608 + }, + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 250, + 39 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 233 + ], + "peak": [ + 1, + 118 + ], + "area_cells": 20275 + }, + { + "id": "range_4", + "name": null, + "center": [ + 43, + 28 + ], + "peak": [ + 45, + 33 + ], + "area_cells": 109 + }, + { + "id": "range_5", + "name": null, + "center": [ + 46, + 459 + ], + "peak": [ + 47, + 458 + ], + "area_cells": 108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 59, + 497 + ], + "peak": [ + 50, + 494 + ], + "area_cells": 251 + }, + { + "id": "range_7", + "name": null, + "center": [ + 54, + 343 + ], + "peak": [ + 54, + 344 + ], + "area_cells": 37 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 194 + ], + "peak": [ + 69, + 194 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ107Ab/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/globe.png new file mode 100644 index 000000000..4266842cc Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ab/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/heightmap.png new file mode 100644 index 000000000..27974598e Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ab/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/index.md new file mode 100644 index 000000000..541bfe050 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ107Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1947189782 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.195 + period_days: 28.0 + axial_tilt_deg: 2.5 +physical: + gravity_g: 0.34 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.99 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Ab + +Barren planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 94% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ab/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/markers.json new file mode 100644 index 000000000..210b8945f --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ab/markers.json @@ -0,0 +1,233 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 173, + 127 + ], + "area_fraction": 0.0136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 35 + ], + "peak": [ + 19, + 0 + ], + "area_cells": 4318 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 409 + ], + "peak": [ + 13, + 500 + ], + "area_cells": 11201 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 93 + ], + "peak": [ + 6, + 93 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 59, + 225 + ], + "peak": [ + 64, + 231 + ], + "area_cells": 382 + }, + { + "id": "range_14", + "name": null, + "center": [ + 69, + 105 + ], + "peak": [ + 69, + 107 + ], + "area_cells": 78 + }, + { + "id": "range_15", + "name": null, + "center": [ + 88, + 164 + ], + "peak": [ + 92, + 157 + ], + "area_cells": 95 + }, + { + "id": "range_17", + "name": null, + "center": [ + 91, + 195 + ], + "peak": [ + 94, + 199 + ], + "area_cells": 87 + }, + { + "id": "range_18", + "name": null, + "center": [ + 103, + 499 + ], + "peak": [ + 102, + 509 + ], + "area_cells": 173 + }, + { + "id": "range_20", + "name": null, + "center": [ + 119, + 7 + ], + "peak": [ + 124, + 0 + ], + "area_cells": 105 + }, + { + "id": "range_21", + "name": null, + "center": [ + 123, + 476 + ], + "peak": [ + 124, + 476 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 127, + 509 + ], + "peak": [ + 127, + 510 + ], + "area_cells": 43 + }, + { + "id": "range_24", + "name": null, + "center": [ + 128, + 262 + ], + "peak": [ + 128, + 263 + ], + "area_cells": 147 + }, + { + "id": "range_26", + "name": null, + "center": [ + 138, + 473 + ], + "peak": [ + 140, + 472 + ], + "area_cells": 120 + }, + { + "id": "range_28", + "name": null, + "center": [ + 232, + 500 + ], + "peak": [ + 232, + 501 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 245, + 8 + ], + "peak": [ + 254, + 8 + ], + "area_cells": 38 + }, + { + "id": "range_30", + "name": null, + "center": [ + 248, + 509 + ], + "peak": [ + 254, + 510 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ac/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/globe.png new file mode 100644 index 000000000..035c1066c Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ac/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/heightmap.png new file mode 100644 index 000000000..0e575a069 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ac/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/index.md new file mode 100644 index 000000000..1a395f036 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ107Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 643351434 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.47 + period_days: 105.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.62 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.923 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Ac + +Barren planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.62g | +| **Land** | 98% | +| **Year** | 105 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ac/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/markers.json new file mode 100644 index 000000000..d06728871 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ac/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 60, + 214 + ], + "peak": [ + 18, + 280 + ], + "area_cells": 12521 + }, + { + "id": "range_3", + "name": null, + "center": [ + 24, + 397 + ], + "peak": [ + 37, + 419 + ], + "area_cells": 4261 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 316 + ], + "peak": [ + 17, + 315 + ], + "area_cells": 136 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 223 + ], + "peak": [ + 27, + 223 + ], + "area_cells": 38 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 57 + ], + "peak": [ + 58, + 59 + ], + "area_cells": 345 + }, + { + "id": "range_14", + "name": null, + "center": [ + 49, + 327 + ], + "peak": [ + 50, + 327 + ], + "area_cells": 43 + }, + { + "id": "range_15", + "name": null, + "center": [ + 57, + 32 + ], + "peak": [ + 66, + 29 + ], + "area_cells": 177 + }, + { + "id": "range_18", + "name": null, + "center": [ + 69, + 360 + ], + "peak": [ + 68, + 362 + ], + "area_cells": 206 + }, + { + "id": "range_19", + "name": null, + "center": [ + 78, + 327 + ], + "peak": [ + 81, + 326 + ], + "area_cells": 154 + }, + { + "id": "range_20", + "name": null, + "center": [ + 74, + 419 + ], + "peak": [ + 74, + 419 + ], + "area_cells": 92 + }, + { + "id": "range_21", + "name": null, + "center": [ + 73, + 382 + ], + "peak": [ + 74, + 383 + ], + "area_cells": 25 + }, + { + "id": "range_22", + "name": null, + "center": [ + 87, + 43 + ], + "peak": [ + 89, + 44 + ], + "area_cells": 109 + }, + { + "id": "range_24", + "name": null, + "center": [ + 87, + 466 + ], + "peak": [ + 87, + 466 + ], + "area_cells": 47 + }, + { + "id": "range_25", + "name": null, + "center": [ + 96, + 218 + ], + "peak": [ + 100, + 217 + ], + "area_cells": 76 + }, + { + "id": "range_30", + "name": null, + "center": [ + 103, + 331 + ], + "peak": [ + 104, + 331 + ], + "area_cells": 42 + }, + { + "id": "range_31", + "name": null, + "center": [ + 107, + 27 + ], + "peak": [ + 105, + 28 + ], + "area_cells": 39 + }, + { + "id": "range_32", + "name": null, + "center": [ + 112, + 351 + ], + "peak": [ + 109, + 349 + ], + "area_cells": 285 + }, + { + "id": "range_33", + "name": null, + "center": [ + 110, + 445 + ], + "peak": [ + 111, + 445 + ], + "area_cells": 42 + }, + { + "id": "range_36", + "name": null, + "center": [ + 122, + 486 + ], + "peak": [ + 122, + 487 + ], + "area_cells": 269 + }, + { + "id": "range_37", + "name": null, + "center": [ + 127, + 67 + ], + "peak": [ + 130, + 68 + ], + "area_cells": 304 + }, + { + "id": "range_40", + "name": null, + "center": [ + 117, + 6 + ], + "peak": [ + 117, + 6 + ], + "area_cells": 39 + }, + { + "id": "range_41", + "name": null, + "center": [ + 143, + 101 + ], + "peak": [ + 158, + 95 + ], + "area_cells": 1014 + }, + { + "id": "range_42", + "name": null, + "center": [ + 143, + 204 + ], + "peak": [ + 149, + 214 + ], + "area_cells": 804 + }, + { + "id": "range_43", + "name": null, + "center": [ + 129, + 456 + ], + "peak": [ + 130, + 456 + ], + "area_cells": 161 + }, + { + "id": "range_49", + "name": null, + "center": [ + 147, + 1 + ], + "peak": [ + 148, + 0 + ], + "area_cells": 34 + }, + { + "id": "range_50", + "name": null, + "center": [ + 157, + 497 + ], + "peak": [ + 151, + 502 + ], + "area_cells": 424 + }, + { + "id": "range_51", + "name": null, + "center": [ + 158, + 60 + ], + "peak": [ + 158, + 60 + ], + "area_cells": 121 + }, + { + "id": "range_52", + "name": null, + "center": [ + 159, + 129 + ], + "peak": [ + 160, + 129 + ], + "area_cells": 79 + }, + { + "id": "range_54", + "name": null, + "center": [ + 161, + 342 + ], + "peak": [ + 163, + 343 + ], + "area_cells": 33 + }, + { + "id": "range_55", + "name": null, + "center": [ + 165, + 395 + ], + "peak": [ + 168, + 393 + ], + "area_cells": 103 + }, + { + "id": "range_56", + "name": null, + "center": [ + 169, + 252 + ], + "peak": [ + 169, + 250 + ], + "area_cells": 194 + }, + { + "id": "range_57", + "name": null, + "center": [ + 170, + 111 + ], + "peak": [ + 170, + 113 + ], + "area_cells": 128 + }, + { + "id": "range_63", + "name": null, + "center": [ + 175, + 303 + ], + "peak": [ + 175, + 303 + ], + "area_cells": 21 + }, + { + "id": "range_66", + "name": null, + "center": [ + 183, + 182 + ], + "peak": [ + 182, + 183 + ], + "area_cells": 52 + }, + { + "id": "range_68", + "name": null, + "center": [ + 184, + 388 + ], + "peak": [ + 185, + 389 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ad/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/globe.png new file mode 100644 index 000000000..9adad8c20 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ad/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/heightmap.png new file mode 100644 index 000000000..ae43be078 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ad/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/index.md new file mode 100644 index 000000000..21e5f95e2 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ107Ad +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3785634713 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.988 + period_days: 320.0 + axial_tilt_deg: 14.6 +physical: + gravity_g: 0.78 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.938 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.06 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Ad + +Hot Arid planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ad/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/markers.json new file mode 100644 index 000000000..45438cafc --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ad/markers.json @@ -0,0 +1,881 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 216, + 69 + ], + [ + 217, + 70 + ], + [ + 218, + 71 + ], + [ + 219, + 72 + ], + [ + 220, + 73 + ], + [ + 221, + 74 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 164, + 375 + ], + [ + 164, + 376 + ], + [ + 164, + 377 + ], + [ + 164, + 378 + ], + [ + 164, + 379 + ], + [ + 164, + 380 + ], + [ + 163, + 381 + ], + [ + 163, + 382 + ], + [ + 164, + 381 + ], + [ + 164, + 382 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 0 + ], + [ + 254, + 0 + ], + [ + 253, + 0 + ], + [ + 252, + 0 + ], + [ + 251, + 0 + ], + [ + 250, + 511 + ], + [ + 249, + 510 + ], + [ + 248, + 509 + ], + [ + 247, + 508 + ], + [ + 248, + 508 + ], + [ + 249, + 507 + ], + [ + 248, + 506 + ], + [ + 248, + 505 + ], + [ + 249, + 504 + ], + [ + 248, + 504 + ], + [ + 247, + 504 + ], + [ + 246, + 504 + ], + [ + 247, + 505 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 104, + 39 + ], + [ + 103, + 40 + ], + [ + 102, + 41 + ], + [ + 101, + 40 + ], + [ + 101, + 41 + ], + [ + 100, + 40 + ], + [ + 99, + 39 + ], + [ + 98, + 40 + ], + [ + 97, + 40 + ], + [ + 96, + 39 + ], + [ + 95, + 40 + ], + [ + 94, + 40 + ], + [ + 93, + 39 + ], + [ + 92, + 38 + ], + [ + 91, + 38 + ], + [ + 90, + 37 + ], + [ + 89, + 36 + ], + [ + 90, + 35 + ], + [ + 90, + 34 + ], + [ + 89, + 33 + ], + [ + 89, + 32 + ], + [ + 90, + 32 + ], + [ + 91, + 31 + ], + [ + 90, + 30 + ], + [ + 90, + 31 + ], + [ + 89, + 30 + ], + [ + 88, + 29 + ], + [ + 89, + 29 + ], + [ + 90, + 28 + ], + [ + 89, + 27 + ], + [ + 88, + 26 + ], + [ + 88, + 25 + ], + [ + 88, + 24 + ], + [ + 87, + 23 + ], + [ + 86, + 23 + ], + [ + 85, + 22 + ], + [ + 86, + 22 + ], + [ + 85, + 23 + ], + [ + 84, + 22 + ], + [ + 83, + 21 + ], + [ + 82, + 22 + ], + [ + 82, + 23 + ], + [ + 81, + 22 + ], + [ + 80, + 22 + ], + [ + 80, + 21 + ], + [ + 79, + 21 + ], + [ + 79, + 22 + ], + [ + 79, + 23 + ], + [ + 80, + 23 + ], + [ + 81, + 23 + ], + [ + 82, + 24 + ], + [ + 83, + 25 + ], + [ + 84, + 24 + ], + [ + 83, + 24 + ], + [ + 84, + 23 + ], + [ + 85, + 24 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 247, + 179 + ], + [ + 246, + 180 + ], + [ + 245, + 181 + ], + [ + 244, + 181 + ], + [ + 243, + 181 + ], + [ + 242, + 181 + ], + [ + 241, + 180 + ], + [ + 240, + 179 + ], + [ + 239, + 179 + ], + [ + 238, + 179 + ], + [ + 237, + 178 + ], + [ + 238, + 177 + ], + [ + 237, + 177 + ], + [ + 238, + 176 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 96, + 8 + ], + [ + 97, + 8 + ], + [ + 98, + 9 + ], + [ + 99, + 10 + ], + [ + 100, + 11 + ], + [ + 101, + 12 + ], + [ + 102, + 11 + ], + [ + 103, + 12 + ], + [ + 104, + 11 + ], + [ + 103, + 10 + ], + [ + 104, + 9 + ], + [ + 105, + 8 + ], + [ + 105, + 7 + ], + [ + 104, + 6 + ], + [ + 103, + 6 + ], + [ + 102, + 5 + ], + [ + 101, + 5 + ], + [ + 102, + 4 + ], + [ + 103, + 5 + ], + [ + 104, + 5 + ], + [ + 105, + 4 + ], + [ + 106, + 3 + ], + [ + 107, + 2 + ], + [ + 108, + 3 + ], + [ + 109, + 2 + ], + [ + 110, + 1 + ], + [ + 110, + 0 + ], + [ + 111, + 0 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 216, + 187 + ], + [ + 217, + 188 + ], + [ + 216, + 189 + ], + [ + 215, + 190 + ], + [ + 214, + 191 + ], + [ + 213, + 192 + ], + [ + 213, + 193 + ], + [ + 212, + 194 + ], + [ + 213, + 195 + ], + [ + 212, + 196 + ], + [ + 213, + 196 + ], + [ + 212, + 195 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 149, + 0 + ], + [ + 150, + 0 + ], + [ + 149, + 1 + ], + [ + 150, + 2 + ], + [ + 151, + 3 + ], + [ + 150, + 4 + ], + [ + 150, + 5 + ], + [ + 151, + 6 + ], + [ + 150, + 6 + ], + [ + 149, + 7 + ], + [ + 150, + 8 + ], + [ + 151, + 9 + ], + [ + 152, + 10 + ], + [ + 152, + 11 + ], + [ + 153, + 11 + ], + [ + 154, + 10 + ], + [ + 154, + 11 + ], + [ + 153, + 10 + ], + [ + 154, + 9 + ], + [ + 153, + 9 + ], + [ + 152, + 9 + ], + [ + 151, + 10 + ], + [ + 151, + 11 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 135, + 279 + ], + [ + 134, + 280 + ], + [ + 133, + 281 + ], + [ + 132, + 282 + ], + [ + 133, + 283 + ], + [ + 134, + 284 + ], + [ + 135, + 283 + ], + [ + 136, + 283 + ], + [ + 137, + 283 + ], + [ + 138, + 284 + ], + [ + 139, + 284 + ], + [ + 140, + 285 + ], + [ + 139, + 286 + ], + [ + 140, + 286 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 206, + 354 + ], + [ + 205, + 355 + ], + [ + 204, + 356 + ], + [ + 203, + 357 + ], + [ + 202, + 358 + ], + [ + 201, + 358 + ], + [ + 200, + 359 + ], + [ + 199, + 360 + ], + [ + 198, + 361 + ], + [ + 197, + 361 + ], + [ + 196, + 362 + ], + [ + 195, + 362 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 181, + 113 + ], + "area_fraction": 0.0495 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 236, + 398 + ], + "area_fraction": 0.0136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 266 + ], + "peak": [ + 8, + 101 + ], + "area_cells": 29957 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ae/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/globe.png new file mode 100644 index 000000000..d5d326bce Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ae/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/heightmap.png new file mode 100644 index 000000000..3c02f271e Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ae/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/index.md new file mode 100644 index 000000000..c15a1097f --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/index.md @@ -0,0 +1,74 @@ +--- +id: GJ107Ae +name: Tình Yên +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2395087504 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.536 + period_days: 620.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.92 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.466 + polar_ice_lat: 0.751 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.509 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Tình Yên + +Temperate planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 620 days | +| **Inhabited** | yes | +| **Population** | 180K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | specialty_agriculture | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ae/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/markers.json new file mode 100644 index 000000000..bd7d88912 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ae/markers.json @@ -0,0 +1,502 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 41, + 134 + ], + [ + 42, + 135 + ], + [ + 43, + 136 + ], + [ + 44, + 137 + ], + [ + 45, + 138 + ], + [ + 46, + 138 + ], + [ + 47, + 138 + ], + [ + 48, + 138 + ], + [ + 49, + 137 + ], + [ + 50, + 137 + ], + [ + 51, + 136 + ], + [ + 52, + 135 + ], + [ + 53, + 135 + ], + [ + 54, + 136 + ], + [ + 55, + 136 + ], + [ + 56, + 135 + ], + [ + 57, + 136 + ], + [ + 58, + 137 + ], + [ + 59, + 136 + ], + [ + 60, + 135 + ], + [ + 61, + 134 + ], + [ + 62, + 133 + ], + [ + 63, + 133 + ], + [ + 64, + 132 + ], + [ + 65, + 132 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 73, + 511 + ], + [ + 73, + 510 + ], + [ + 74, + 509 + ], + [ + 74, + 508 + ], + [ + 75, + 507 + ], + [ + 76, + 506 + ], + [ + 77, + 505 + ], + [ + 77, + 504 + ], + [ + 78, + 503 + ], + [ + 79, + 502 + ], + [ + 80, + 501 + ], + [ + 79, + 500 + ], + [ + 80, + 499 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 157, + 153 + ], + [ + 157, + 154 + ], + [ + 156, + 155 + ], + [ + 155, + 154 + ], + [ + 154, + 155 + ], + [ + 153, + 156 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 132, + 389 + ], + [ + 133, + 390 + ], + [ + 134, + 391 + ], + [ + 135, + 392 + ], + [ + 136, + 393 + ], + [ + 137, + 394 + ], + [ + 138, + 395 + ], + [ + 138, + 396 + ], + [ + 138, + 397 + ], + [ + 138, + 398 + ], + [ + 138, + 399 + ], + [ + 138, + 400 + ], + [ + 138, + 401 + ], + [ + 138, + 402 + ], + [ + 138, + 403 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 87, + 345 + ], + [ + 86, + 346 + ], + [ + 85, + 347 + ], + [ + 84, + 348 + ], + [ + 83, + 349 + ], + [ + 82, + 350 + ], + [ + 81, + 351 + ], + [ + 80, + 352 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 139, + 379 + ], + [ + 140, + 378 + ], + [ + 141, + 377 + ], + [ + 142, + 376 + ], + [ + 143, + 375 + ], + [ + 142, + 374 + ], + [ + 141, + 373 + ], + [ + 141, + 372 + ], + [ + 140, + 371 + ], + [ + 139, + 370 + ], + [ + 139, + 369 + ], + [ + 139, + 368 + ], + [ + 138, + 367 + ], + [ + 139, + 366 + ], + [ + 138, + 365 + ], + [ + 138, + 366 + ], + [ + 139, + 365 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 95, + 253 + ], + "area_fraction": 0.5317 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 276 + ], + "peak": [ + 32, + 277 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 257 + ], + "peak": [ + 55, + 261 + ], + "area_cells": 123 + }, + { + "id": "range_3", + "name": null, + "center": [ + 140, + 381 + ], + "peak": [ + 139, + 379 + ], + "area_cells": 106 + }, + { + "id": "range_4", + "name": null, + "center": [ + 201, + 431 + ], + "peak": [ + 165, + 373 + ], + "area_cells": 4950 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 403 + ], + "peak": [ + 157, + 405 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 165, + 71 + ], + "peak": [ + 163, + 70 + ], + "area_cells": 182 + }, + { + "id": "range_7", + "name": null, + "center": [ + 227, + 34 + ], + "peak": [ + 224, + 0 + ], + "area_cells": 1286 + }, + { + "id": "range_8", + "name": null, + "center": [ + 225, + 375 + ], + "peak": [ + 215, + 361 + ], + "area_cells": 848 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/globe.png new file mode 100644 index 000000000..cec78d4e3 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/heightmap.png new file mode 100644 index 000000000..064406871 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/index.md new file mode 100644 index 000000000..66448ba5e --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ107Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 650625343 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.07 + period_days: 6.0 + axial_tilt_deg: 17.0 +physical: + gravity_g: 0.09 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.09 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.373 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Af-m1 + +Frozen moon. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/markers.json new file mode 100644 index 000000000..d68a36e33 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Af-m1/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 229, + 369 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 213, + 16 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 50 + ], + "peak": [ + 49, + 27 + ], + "area_cells": 4041 + }, + { + "id": "range_2", + "name": null, + "center": [ + 74, + 156 + ], + "peak": [ + 67, + 157 + ], + "area_cells": 7162 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 272 + ], + "peak": [ + 24, + 268 + ], + "area_cells": 1591 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 302 + ], + "peak": [ + 12, + 302 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 12, + 504 + ], + "peak": [ + 15, + 511 + ], + "area_cells": 315 + }, + { + "id": "range_9", + "name": null, + "center": [ + 59, + 507 + ], + "peak": [ + 59, + 507 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 74, + 333 + ], + "peak": [ + 72, + 335 + ], + "area_cells": 49 + }, + { + "id": "range_15", + "name": null, + "center": [ + 81, + 44 + ], + "peak": [ + 84, + 60 + ], + "area_cells": 135 + }, + { + "id": "range_17", + "name": null, + "center": [ + 93, + 391 + ], + "peak": [ + 99, + 387 + ], + "area_cells": 156 + }, + { + "id": "range_18", + "name": null, + "center": [ + 109, + 472 + ], + "peak": [ + 115, + 511 + ], + "area_cells": 1351 + }, + { + "id": "range_19", + "name": null, + "center": [ + 114, + 11 + ], + "peak": [ + 115, + 0 + ], + "area_cells": 513 + }, + { + "id": "range_23", + "name": null, + "center": [ + 120, + 383 + ], + "peak": [ + 122, + 377 + ], + "area_cells": 157 + }, + { + "id": "range_24", + "name": null, + "center": [ + 150, + 216 + ], + "peak": [ + 149, + 209 + ], + "area_cells": 358 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Af/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Af/globe.png new file mode 100644 index 000000000..b67b6dbb5 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Af/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Af/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Af/index.md new file mode 100644 index 000000000..0a61e2441 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ107Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1691791336 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 3.787 + period_days: 2400.0 + axial_tilt_deg: 12.0 +physical: + gravity_g: null + oblateness: 0.0834 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.074 +--- + +# GJ107Af + +Gas giant. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ag/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/globe.png new file mode 100644 index 000000000..1fa19923e Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ag/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/heightmap.png new file mode 100644 index 000000000..33faddfb9 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ag/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/index.md new file mode 100644 index 000000000..577437606 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ107Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 419721973 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 6.819 + period_days: 5800.0 + axial_tilt_deg: 50.4 +physical: + gravity_g: 0.44 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.858 + polar_ice_lat: 0.057 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Ag + +Frozen planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ag/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/markers.json new file mode 100644 index 000000000..83302f115 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ag/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 187, + 413 + ], + "area_fraction": 0.0523 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 205, + 104 + ], + "area_fraction": 0.0355 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 204, + 270 + ], + "area_fraction": 0.0164 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 323 + ], + "peak": [ + 89, + 266 + ], + "area_cells": 22048 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 414 + ], + "peak": [ + 20, + 419 + ], + "area_cells": 899 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 6 + ], + "peak": [ + 58, + 0 + ], + "area_cells": 135 + }, + { + "id": "range_9", + "name": null, + "center": [ + 73, + 359 + ], + "peak": [ + 74, + 360 + ], + "area_cells": 47 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 390 + ], + "peak": [ + 115, + 396 + ], + "area_cells": 517 + }, + { + "id": "range_16", + "name": null, + "center": [ + 248, + 231 + ], + "peak": [ + 247, + 229 + ], + "area_cells": 59 + }, + { + "id": "range_17", + "name": null, + "center": [ + 250, + 210 + ], + "peak": [ + 255, + 205 + ], + "area_cells": 210 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ah/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/globe.png new file mode 100644 index 000000000..266d295d6 Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ah/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/heightmap.png new file mode 100644 index 000000000..440a6272d Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ah/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/index.md new file mode 100644 index 000000000..1360457fd --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ107Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 472010776 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 11.679 + period_days: 13000.0 + axial_tilt_deg: 52.6 +physical: + gravity_g: 0.32 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.801 + polar_ice_lat: 0.201 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.234 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Ah + +Frozen planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 13000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ah/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/markers.json new file mode 100644 index 000000000..0d83538a2 --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ah/markers.json @@ -0,0 +1,186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 10 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 21, + 192 + ], + "area_fraction": 0.0209 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 15, + 489 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 42, + 359 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 123, + 355 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 157, + 415 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 216, + 466 + ], + "area_fraction": 0.0522 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 224, + 64 + ], + "area_fraction": 0.0608 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 51, + 49 + ], + "peak": [ + 51, + 50 + ], + "area_cells": 44 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 262 + ], + "peak": [ + 60, + 262 + ], + "area_cells": 177 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 74 + ], + "peak": [ + 86, + 79 + ], + "area_cells": 4839 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 228 + ], + "peak": [ + 90, + 231 + ], + "area_cells": 1319 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 492 + ], + "peak": [ + 137, + 498 + ], + "area_cells": 1249 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 7 + ], + "peak": [ + 149, + 0 + ], + "area_cells": 369 + }, + { + "id": "range_11", + "name": null, + "center": [ + 172, + 327 + ], + "peak": [ + 171, + 334 + ], + "area_cells": 1287 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ai/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/globe.png new file mode 100644 index 000000000..0ea36756e Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ai/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/heightmap.png new file mode 100644 index 000000000..1c716b25c Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ai/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/index.md new file mode 100644 index 000000000..74f6591bd --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ107Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3428320278 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 19.478 + period_days: 28000.0 + axial_tilt_deg: 38.0 +physical: + gravity_g: 0.11 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.257 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Ai + +Frozen planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Ai/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/markers.json new file mode 100644 index 000000000..de9f98a9a --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Ai/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 64 + ], + "area_fraction": 0.0522 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 151 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 24, + 319 + ], + "area_fraction": 0.0489 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 14, + 459 + ], + "area_fraction": 0.0259 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 183, + 479 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 176, + 276 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 212, + 443 + ], + "area_fraction": 0.0459 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 195, + 243 + ], + "area_fraction": 0.008 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 221, + 8 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 106, + 426 + ], + "peak": [ + 135, + 438 + ], + "area_cells": 10266 + }, + { + "id": "range_5", + "name": null, + "center": [ + 124, + 188 + ], + "peak": [ + 116, + 180 + ], + "area_cells": 5052 + }, + { + "id": "range_6", + "name": null, + "center": [ + 96, + 105 + ], + "peak": [ + 100, + 106 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 3 + ], + "peak": [ + 100, + 0 + ], + "area_cells": 90 + }, + { + "id": "range_8", + "name": null, + "center": [ + 113, + 83 + ], + "peak": [ + 114, + 81 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Aj/globe.png b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/globe.png new file mode 100644 index 000000000..841b41b4e Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/globe.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Aj/heightmap.png b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/heightmap.png new file mode 100644 index 000000000..e759db6fa Binary files /dev/null and b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Aj/index.md b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/index.md new file mode 100644 index 000000000..5c14df10b --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ107Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1526561304 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 29.429 + period_days: 52000.0 + axial_tilt_deg: 48.9 +physical: + gravity_g: 0.1 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.731 + polar_ice_lat: 0.218 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ107Aj + +Frozen planet. + +**System:** [GJ-107A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-107A/bodies/GJ107Aj/markers.json b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/markers.json new file mode 100644 index 000000000..0e104afbc --- /dev/null +++ b/wiki/star-systems/GJ-107A/bodies/GJ107Aj/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 254 + ], + "area_fraction": 0.231 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 131, + 357 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 195, + 481 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 69, + 448 + ], + "peak": [ + 70, + 445 + ], + "area_cells": 71 + }, + { + "id": "range_2", + "name": null, + "center": [ + 89, + 412 + ], + "peak": [ + 88, + 417 + ], + "area_cells": 151 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 449 + ], + "peak": [ + 118, + 440 + ], + "area_cells": 1314 + }, + { + "id": "range_8", + "name": null, + "center": [ + 216, + 301 + ], + "peak": [ + 217, + 273 + ], + "area_cells": 17615 + }, + { + "id": "range_9", + "name": null, + "center": [ + 149, + 226 + ], + "peak": [ + 151, + 226 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 163, + 133 + ], + "peak": [ + 164, + 138 + ], + "area_cells": 198 + }, + { + "id": "range_13", + "name": null, + "center": [ + 160, + 314 + ], + "peak": [ + 161, + 313 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 123 + ], + "peak": [ + 174, + 124 + ], + "area_cells": 33 + }, + { + "id": "range_15", + "name": null, + "center": [ + 185, + 105 + ], + "peak": [ + 185, + 103 + ], + "area_cells": 33 + }, + { + "id": "range_16", + "name": null, + "center": [ + 190, + 76 + ], + "peak": [ + 190, + 76 + ], + "area_cells": 47 + }, + { + "id": "range_17", + "name": null, + "center": [ + 242, + 15 + ], + "peak": [ + 245, + 10 + ], + "area_cells": 774 + }, + { + "id": "range_18", + "name": null, + "center": [ + 242, + 80 + ], + "peak": [ + 239, + 79 + ], + "area_cells": 310 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ111b/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111b/globe.png new file mode 100644 index 000000000..34b72bdf2 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111b/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111b/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111b/heightmap.png new file mode 100644 index 000000000..5335725b3 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111b/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111b/index.md b/wiki/star-systems/GJ-111/bodies/GJ111b/index.md new file mode 100644 index 000000000..f7b3f0c9a --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ111b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 887423823 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.379 + period_days: 76.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.56 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.82 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111b + +Barren planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.56g | +| **Land** | 90% | +| **Year** | 76 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111b/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111b/markers.json new file mode 100644 index 000000000..b2bd89020 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111b/markers.json @@ -0,0 +1,302 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 58, + 85 + ], + "area_fraction": 0.0289 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 53, + 161 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 77, + 129 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 86, + 200 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 99, + 505 + ], + "peak": [ + 96, + 506 + ], + "area_cells": 91 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 460 + ], + "peak": [ + 100, + 461 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 16 + ], + "peak": [ + 113, + 21 + ], + "area_cells": 244 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 407 + ], + "peak": [ + 113, + 409 + ], + "area_cells": 100 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 342 + ], + "peak": [ + 126, + 335 + ], + "area_cells": 84 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 223 + ], + "peak": [ + 170, + 175 + ], + "area_cells": 3771 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 395 + ], + "peak": [ + 139, + 399 + ], + "area_cells": 107 + }, + { + "id": "range_12", + "name": null, + "center": [ + 124, + 86 + ], + "peak": [ + 124, + 87 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 135, + 503 + ], + "peak": [ + 137, + 504 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 96 + ], + "peak": [ + 134, + 97 + ], + "area_cells": 23 + }, + { + "id": "range_20", + "name": null, + "center": [ + 139, + 457 + ], + "peak": [ + 139, + 457 + ], + "area_cells": 107 + }, + { + "id": "range_23", + "name": null, + "center": [ + 162, + 80 + ], + "peak": [ + 160, + 81 + ], + "area_cells": 837 + }, + { + "id": "range_27", + "name": null, + "center": [ + 185, + 284 + ], + "peak": [ + 186, + 284 + ], + "area_cells": 43 + }, + { + "id": "range_29", + "name": null, + "center": [ + 193, + 357 + ], + "peak": [ + 193, + 353 + ], + "area_cells": 150 + }, + { + "id": "range_31", + "name": null, + "center": [ + 202, + 334 + ], + "peak": [ + 201, + 335 + ], + "area_cells": 72 + }, + { + "id": "range_32", + "name": null, + "center": [ + 203, + 235 + ], + "peak": [ + 203, + 235 + ], + "area_cells": 33 + }, + { + "id": "range_37", + "name": null, + "center": [ + 217, + 254 + ], + "peak": [ + 217, + 257 + ], + "area_cells": 107 + }, + { + "id": "range_45", + "name": null, + "center": [ + 242, + 502 + ], + "peak": [ + 251, + 507 + ], + "area_cells": 222 + }, + { + "id": "range_51", + "name": null, + "center": [ + 249, + 1 + ], + "peak": [ + 251, + 0 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111c/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111c/globe.png new file mode 100644 index 000000000..0acc32c78 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111c/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111c/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111c/heightmap.png new file mode 100644 index 000000000..b60a70c31 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111c/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111c/index.md b/wiki/star-systems/GJ-111/bodies/GJ111c/index.md new file mode 100644 index 000000000..1c450d8c3 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ111c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1651582068 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.925 + period_days: 290.0 + axial_tilt_deg: 10.2 +physical: + gravity_g: 0.78 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.948 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.063 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111c + +Hot Arid planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 290 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111c/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111c/markers.json new file mode 100644 index 000000000..700f61996 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111c/markers.json @@ -0,0 +1,1017 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 184, + 116 + ], + [ + 183, + 117 + ], + [ + 184, + 118 + ], + [ + 184, + 119 + ], + [ + 183, + 120 + ], + [ + 182, + 121 + ], + [ + 183, + 122 + ], + [ + 183, + 123 + ], + [ + 183, + 124 + ], + [ + 182, + 125 + ], + [ + 182, + 126 + ], + [ + 183, + 127 + ], + [ + 183, + 128 + ], + [ + 183, + 129 + ], + [ + 183, + 130 + ], + [ + 183, + 131 + ], + [ + 184, + 132 + ], + [ + 183, + 133 + ], + [ + 182, + 134 + ], + [ + 183, + 135 + ], + [ + 184, + 136 + ], + [ + 184, + 137 + ], + [ + 185, + 138 + ], + [ + 184, + 139 + ], + [ + 185, + 140 + ], + [ + 186, + 141 + ], + [ + 187, + 142 + ], + [ + 188, + 143 + ], + [ + 189, + 144 + ], + [ + 190, + 143 + ], + [ + 191, + 142 + ], + [ + 192, + 141 + ], + [ + 193, + 140 + ], + [ + 194, + 141 + ], + [ + 195, + 140 + ], + [ + 196, + 141 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 0, + 96 + ], + [ + 1, + 97 + ], + [ + 2, + 98 + ], + [ + 2, + 97 + ], + [ + 3, + 98 + ], + [ + 4, + 99 + ], + [ + 3, + 100 + ], + [ + 4, + 101 + ], + [ + 4, + 102 + ], + [ + 3, + 103 + ], + [ + 4, + 104 + ], + [ + 3, + 105 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 196, + 502 + ], + [ + 195, + 503 + ], + [ + 194, + 504 + ], + [ + 193, + 505 + ], + [ + 192, + 506 + ], + [ + 191, + 507 + ], + [ + 190, + 508 + ], + [ + 189, + 509 + ], + [ + 190, + 510 + ], + [ + 189, + 511 + ], + [ + 188, + 0 + ], + [ + 187, + 1 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 177, + 372 + ], + [ + 176, + 371 + ], + [ + 175, + 371 + ], + [ + 174, + 371 + ], + [ + 173, + 372 + ], + [ + 172, + 373 + ], + [ + 171, + 372 + ], + [ + 170, + 371 + ], + [ + 169, + 370 + ], + [ + 168, + 370 + ], + [ + 167, + 370 + ], + [ + 166, + 369 + ], + [ + 165, + 368 + ], + [ + 164, + 367 + ], + [ + 163, + 367 + ], + [ + 162, + 367 + ], + [ + 161, + 368 + ], + [ + 160, + 368 + ], + [ + 160, + 367 + ], + [ + 159, + 368 + ], + [ + 158, + 369 + ], + [ + 159, + 369 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 76, + 43 + ], + [ + 77, + 42 + ], + [ + 78, + 41 + ], + [ + 79, + 42 + ], + [ + 79, + 41 + ], + [ + 80, + 42 + ], + [ + 81, + 41 + ], + [ + 81, + 40 + ], + [ + 80, + 41 + ], + [ + 79, + 40 + ], + [ + 80, + 39 + ], + [ + 80, + 40 + ], + [ + 79, + 39 + ], + [ + 78, + 40 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 233, + 498 + ], + [ + 234, + 497 + ], + [ + 235, + 496 + ], + [ + 235, + 495 + ], + [ + 236, + 494 + ], + [ + 237, + 495 + ], + [ + 238, + 494 + ], + [ + 239, + 495 + ], + [ + 240, + 495 + ], + [ + 241, + 496 + ], + [ + 242, + 497 + ], + [ + 243, + 498 + ], + [ + 244, + 499 + ], + [ + 245, + 498 + ], + [ + 246, + 498 + ], + [ + 245, + 497 + ], + [ + 246, + 497 + ], + [ + 246, + 496 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 177, + 328 + ], + [ + 176, + 327 + ], + [ + 175, + 326 + ], + [ + 174, + 325 + ], + [ + 174, + 324 + ], + [ + 174, + 323 + ], + [ + 173, + 322 + ], + [ + 172, + 321 + ], + [ + 171, + 320 + ], + [ + 172, + 319 + ], + [ + 172, + 318 + ], + [ + 172, + 317 + ], + [ + 173, + 316 + ], + [ + 172, + 315 + ], + [ + 173, + 314 + ], + [ + 174, + 313 + ], + [ + 174, + 312 + ], + [ + 175, + 311 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 223, + 61 + ], + [ + 223, + 60 + ], + [ + 224, + 60 + ], + [ + 224, + 59 + ], + [ + 223, + 58 + ], + [ + 222, + 57 + ], + [ + 221, + 57 + ], + [ + 220, + 58 + ], + [ + 219, + 59 + ], + [ + 218, + 58 + ], + [ + 217, + 59 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 135, + 342 + ], + [ + 134, + 343 + ], + [ + 133, + 344 + ], + [ + 132, + 345 + ], + [ + 131, + 346 + ], + [ + 132, + 347 + ], + [ + 131, + 348 + ], + [ + 130, + 349 + ], + [ + 130, + 350 + ], + [ + 131, + 351 + ], + [ + 131, + 352 + ], + [ + 131, + 353 + ], + [ + 132, + 354 + ], + [ + 131, + 355 + ], + [ + 130, + 355 + ], + [ + 131, + 356 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 212, + 115 + ], + [ + 211, + 114 + ], + [ + 210, + 114 + ], + [ + 209, + 113 + ], + [ + 208, + 112 + ], + [ + 208, + 111 + ], + [ + 208, + 110 + ], + [ + 209, + 109 + ], + [ + 209, + 108 + ], + [ + 210, + 107 + ], + [ + 211, + 106 + ], + [ + 212, + 105 + ], + [ + 213, + 104 + ], + [ + 214, + 103 + ], + [ + 215, + 102 + ], + [ + 216, + 101 + ], + [ + 217, + 100 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 192, + 492 + ], + [ + 192, + 493 + ], + [ + 193, + 494 + ], + [ + 194, + 495 + ], + [ + 194, + 496 + ], + [ + 193, + 497 + ], + [ + 192, + 498 + ], + [ + 191, + 497 + ], + [ + 190, + 498 + ], + [ + 189, + 498 + ], + [ + 188, + 499 + ], + [ + 187, + 498 + ], + [ + 186, + 498 + ], + [ + 185, + 499 + ], + [ + 184, + 498 + ], + [ + 183, + 498 + ], + [ + 182, + 499 + ], + [ + 181, + 498 + ], + [ + 180, + 499 + ], + [ + 180, + 498 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 203, + 210 + ], + "area_fraction": 0.031 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 218, + 44 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 218, + 465 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 238, + 332 + ], + "area_fraction": 0.0224 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 228, + 149 + ], + "area_fraction": 0.005 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 243, + 407 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 152 + ], + "peak": [ + 7, + 152 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 10 + ], + "peak": [ + 12, + 5 + ], + "area_cells": 822 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 345 + ], + "peak": [ + 104, + 276 + ], + "area_cells": 22951 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 118 + ], + "peak": [ + 151, + 109 + ], + "area_cells": 7355 + }, + { + "id": "range_11", + "name": null, + "center": [ + 103, + 191 + ], + "peak": [ + 105, + 191 + ], + "area_cells": 200 + }, + { + "id": "range_12", + "name": null, + "center": [ + 105, + 3 + ], + "peak": [ + 104, + 1 + ], + "area_cells": 97 + }, + { + "id": "range_14", + "name": null, + "center": [ + 143, + 491 + ], + "peak": [ + 130, + 511 + ], + "area_cells": 1603 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111d/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111d/globe.png new file mode 100644 index 000000000..7638bb637 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111d/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111d/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111d/heightmap.png new file mode 100644 index 000000000..ab73a2f95 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111d/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111d/index.md b/wiki/star-systems/GJ-111/bodies/GJ111d/index.md new file mode 100644 index 000000000..6f1868cc9 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ111d +name: Greyton +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2109499640 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.585 + period_days: 650.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.96 + oblateness: 0.0018 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.527 + polar_ice_lat: 0.675 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.47 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Greyton + +Temperate planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 53% | +| **Year** | 650 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111d/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111d/markers.json new file mode 100644 index 000000000..009bf382a --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111d/markers.json @@ -0,0 +1,507 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 133, + 427 + ], + [ + 134, + 428 + ], + [ + 135, + 429 + ], + [ + 136, + 428 + ], + [ + 137, + 428 + ], + [ + 138, + 427 + ], + [ + 139, + 428 + ], + [ + 140, + 429 + ], + [ + 141, + 429 + ], + [ + 142, + 429 + ], + [ + 142, + 430 + ], + [ + 143, + 431 + ], + [ + 143, + 430 + ], + [ + 142, + 431 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 38 + ], + [ + 129, + 37 + ], + [ + 130, + 36 + ], + [ + 131, + 35 + ], + [ + 132, + 34 + ], + [ + 133, + 33 + ], + [ + 134, + 32 + ], + [ + 133, + 31 + ], + [ + 134, + 30 + ], + [ + 133, + 29 + ], + [ + 133, + 28 + ], + [ + 132, + 28 + ], + [ + 132, + 27 + ], + [ + 131, + 27 + ], + [ + 131, + 26 + ], + [ + 131, + 25 + ], + [ + 130, + 25 + ], + [ + 130, + 24 + ], + [ + 129, + 23 + ], + [ + 128, + 23 + ], + [ + 129, + 24 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 112, + 287 + ], + [ + 111, + 288 + ], + [ + 110, + 288 + ], + [ + 109, + 289 + ], + [ + 108, + 290 + ], + [ + 107, + 291 + ], + [ + 106, + 292 + ], + [ + 105, + 292 + ], + [ + 104, + 293 + ], + [ + 103, + 294 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 79, + 511 + ], + [ + 80, + 0 + ], + [ + 81, + 0 + ], + [ + 82, + 0 + ], + [ + 83, + 0 + ], + [ + 84, + 0 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 137, + 316 + ], + [ + 136, + 317 + ], + [ + 135, + 318 + ], + [ + 134, + 319 + ], + [ + 133, + 320 + ], + [ + 132, + 321 + ], + [ + 132, + 322 + ], + [ + 131, + 323 + ], + [ + 130, + 324 + ], + [ + 129, + 325 + ], + [ + 129, + 326 + ], + [ + 129, + 327 + ], + [ + 128, + 328 + ], + [ + 127, + 329 + ], + [ + 126, + 330 + ], + [ + 125, + 331 + ], + [ + 124, + 332 + ], + [ + 123, + 333 + ], + [ + 122, + 334 + ], + [ + 121, + 335 + ], + [ + 120, + 336 + ], + [ + 119, + 337 + ], + [ + 118, + 338 + ], + [ + 117, + 339 + ], + [ + 117, + 340 + ], + [ + 116, + 341 + ], + [ + 116, + 342 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 221, + 83 + ], + [ + 220, + 84 + ], + [ + 219, + 85 + ], + [ + 220, + 86 + ], + [ + 221, + 86 + ], + [ + 222, + 86 + ], + [ + 223, + 87 + ], + [ + 224, + 87 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 59, + 267 + ], + "area_fraction": 0.4302 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 240, + 75 + ], + "area_fraction": 0.0337 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 51 + ], + "peak": [ + 147, + 28 + ], + "area_cells": 4905 + }, + { + "id": "range_2", + "name": null, + "center": [ + 93, + 77 + ], + "peak": [ + 94, + 77 + ], + "area_cells": 91 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 449 + ], + "peak": [ + 113, + 447 + ], + "area_cells": 418 + }, + { + "id": "range_4", + "name": null, + "center": [ + 196, + 366 + ], + "peak": [ + 175, + 299 + ], + "area_cells": 15839 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 230 + ], + "peak": [ + 154, + 228 + ], + "area_cells": 403 + }, + { + "id": "range_7", + "name": null, + "center": [ + 163, + 405 + ], + "peak": [ + 162, + 404 + ], + "area_cells": 267 + }, + { + "id": "range_9", + "name": null, + "center": [ + 200, + 234 + ], + "peak": [ + 201, + 234 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111e/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111e/globe.png new file mode 100644 index 000000000..e7fe8eb6c Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111e/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111e/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111e/heightmap.png new file mode 100644 index 000000000..f26455ae5 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111e/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111e/index.md b/wiki/star-systems/GJ-111/bodies/GJ111e/index.md new file mode 100644 index 000000000..7f66cbbbf --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ111e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1163050050 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.768 + period_days: 1500.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.64 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.43 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.158 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111e + +Cold Arid planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111e/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111e/markers.json new file mode 100644 index 000000000..110c38a63 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111e/markers.json @@ -0,0 +1,1224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 115, + 0 + ], + [ + 114, + 0 + ], + [ + 113, + 0 + ], + [ + 112, + 511 + ], + [ + 111, + 511 + ], + [ + 110, + 511 + ], + [ + 109, + 511 + ], + [ + 110, + 510 + ], + [ + 111, + 509 + ], + [ + 110, + 509 + ], + [ + 109, + 510 + ], + [ + 108, + 510 + ], + [ + 108, + 509 + ], + [ + 107, + 510 + ], + [ + 106, + 509 + ], + [ + 105, + 509 + ], + [ + 104, + 510 + ], + [ + 103, + 510 + ], + [ + 102, + 509 + ], + [ + 101, + 510 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 201 + ], + [ + 127, + 202 + ], + [ + 126, + 203 + ], + [ + 125, + 204 + ], + [ + 124, + 205 + ], + [ + 123, + 206 + ], + [ + 124, + 207 + ], + [ + 123, + 208 + ], + [ + 122, + 208 + ], + [ + 121, + 209 + ], + [ + 120, + 208 + ], + [ + 119, + 209 + ], + [ + 118, + 210 + ], + [ + 117, + 211 + ], + [ + 116, + 212 + ], + [ + 116, + 213 + ], + [ + 115, + 214 + ], + [ + 114, + 215 + ], + [ + 113, + 216 + ], + [ + 112, + 215 + ], + [ + 111, + 216 + ], + [ + 110, + 217 + ], + [ + 110, + 218 + ], + [ + 111, + 219 + ], + [ + 112, + 219 + ], + [ + 111, + 218 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 149, + 131 + ], + [ + 150, + 132 + ], + [ + 151, + 133 + ], + [ + 152, + 134 + ], + [ + 153, + 135 + ], + [ + 154, + 136 + ], + [ + 155, + 137 + ], + [ + 156, + 138 + ], + [ + 157, + 139 + ], + [ + 158, + 140 + ], + [ + 159, + 141 + ], + [ + 159, + 142 + ], + [ + 160, + 143 + ], + [ + 159, + 144 + ], + [ + 160, + 145 + ], + [ + 159, + 145 + ], + [ + 159, + 146 + ], + [ + 159, + 147 + ], + [ + 159, + 148 + ], + [ + 160, + 149 + ], + [ + 160, + 148 + ], + [ + 159, + 149 + ], + [ + 160, + 150 + ], + [ + 161, + 149 + ], + [ + 161, + 148 + ], + [ + 160, + 147 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 49, + 286 + ], + [ + 49, + 287 + ], + [ + 48, + 288 + ], + [ + 48, + 289 + ], + [ + 47, + 290 + ], + [ + 46, + 291 + ], + [ + 45, + 291 + ], + [ + 44, + 290 + ], + [ + 43, + 291 + ], + [ + 42, + 290 + ], + [ + 41, + 290 + ], + [ + 40, + 290 + ], + [ + 39, + 290 + ], + [ + 39, + 291 + ], + [ + 40, + 292 + ], + [ + 39, + 293 + ], + [ + 40, + 293 + ], + [ + 41, + 292 + ], + [ + 40, + 291 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 22, + 288 + ], + [ + 22, + 287 + ], + [ + 22, + 286 + ], + [ + 21, + 285 + ], + [ + 22, + 285 + ], + [ + 21, + 286 + ], + [ + 20, + 286 + ], + [ + 21, + 287 + ], + [ + 20, + 287 + ], + [ + 19, + 288 + ], + [ + 20, + 288 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 123, + 297 + ], + [ + 124, + 297 + ], + [ + 125, + 296 + ], + [ + 126, + 295 + ], + [ + 127, + 294 + ], + [ + 128, + 293 + ], + [ + 129, + 293 + ], + [ + 130, + 292 + ], + [ + 131, + 291 + ], + [ + 132, + 291 + ], + [ + 133, + 290 + ], + [ + 134, + 289 + ], + [ + 135, + 288 + ], + [ + 136, + 288 + ], + [ + 137, + 288 + ], + [ + 138, + 287 + ], + [ + 139, + 286 + ], + [ + 140, + 285 + ], + [ + 139, + 285 + ], + [ + 139, + 284 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 55, + 104 + ], + [ + 54, + 104 + ], + [ + 53, + 103 + ], + [ + 52, + 103 + ], + [ + 51, + 103 + ], + [ + 50, + 102 + ], + [ + 49, + 101 + ], + [ + 48, + 100 + ], + [ + 47, + 99 + ], + [ + 46, + 98 + ], + [ + 45, + 98 + ], + [ + 44, + 97 + ], + [ + 43, + 97 + ], + [ + 42, + 96 + ], + [ + 41, + 96 + ], + [ + 40, + 97 + ], + [ + 41, + 97 + ], + [ + 40, + 96 + ], + [ + 40, + 95 + ], + [ + 39, + 95 + ], + [ + 39, + 94 + ], + [ + 38, + 93 + ], + [ + 39, + 92 + ], + [ + 38, + 91 + ], + [ + 39, + 90 + ], + [ + 38, + 89 + ], + [ + 37, + 88 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 129, + 95 + ], + [ + 130, + 94 + ], + [ + 131, + 93 + ], + [ + 132, + 92 + ], + [ + 133, + 91 + ], + [ + 134, + 90 + ], + [ + 135, + 89 + ], + [ + 136, + 88 + ], + [ + 136, + 87 + ], + [ + 135, + 86 + ], + [ + 136, + 86 + ], + [ + 135, + 85 + ], + [ + 134, + 84 + ], + [ + 135, + 83 + ], + [ + 135, + 82 + ], + [ + 134, + 81 + ], + [ + 134, + 80 + ], + [ + 134, + 79 + ], + [ + 135, + 78 + ], + [ + 134, + 78 + ], + [ + 134, + 77 + ], + [ + 133, + 76 + ], + [ + 132, + 76 + ], + [ + 132, + 75 + ], + [ + 131, + 75 + ], + [ + 130, + 75 + ], + [ + 131, + 74 + ], + [ + 130, + 74 + ], + [ + 129, + 73 + ], + [ + 128, + 72 + ], + [ + 129, + 72 + ], + [ + 130, + 71 + ], + [ + 129, + 70 + ], + [ + 129, + 71 + ], + [ + 130, + 70 + ], + [ + 129, + 69 + ], + [ + 128, + 69 + ], + [ + 128, + 70 + ], + [ + 127, + 70 + ], + [ + 127, + 69 + ], + [ + 128, + 68 + ], + [ + 127, + 67 + ], + [ + 128, + 66 + ], + [ + 129, + 66 + ], + [ + 129, + 65 + ], + [ + 128, + 64 + ], + [ + 127, + 64 + ], + [ + 126, + 64 + ], + [ + 126, + 63 + ], + [ + 125, + 62 + ], + [ + 124, + 61 + ], + [ + 123, + 60 + ], + [ + 122, + 59 + ], + [ + 122, + 60 + ], + [ + 121, + 59 + ], + [ + 120, + 59 + ], + [ + 121, + 58 + ], + [ + 120, + 57 + ], + [ + 120, + 56 + ], + [ + 119, + 55 + ], + [ + 119, + 54 + ], + [ + 120, + 53 + ], + [ + 119, + 53 + ], + [ + 119, + 52 + ], + [ + 118, + 51 + ], + [ + 118, + 50 + ], + [ + 117, + 50 + ], + [ + 117, + 49 + ], + [ + 118, + 48 + ], + [ + 117, + 47 + ], + [ + 116, + 47 + ], + [ + 115, + 46 + ], + [ + 114, + 45 + ], + [ + 114, + 44 + ], + [ + 114, + 43 + ], + [ + 113, + 42 + ], + [ + 113, + 41 + ], + [ + 112, + 40 + ], + [ + 111, + 39 + ], + [ + 110, + 39 + ], + [ + 109, + 38 + ], + [ + 108, + 37 + ], + [ + 107, + 37 + ], + [ + 107, + 36 + ], + [ + 106, + 36 + ], + [ + 106, + 35 + ], + [ + 105, + 35 + ], + [ + 104, + 35 + ], + [ + 104, + 34 + ], + [ + 103, + 34 + ], + [ + 102, + 35 + ], + [ + 101, + 35 + ], + [ + 100, + 36 + ], + [ + 100, + 35 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 1, + 421 + ], + [ + 2, + 422 + ], + [ + 3, + 423 + ], + [ + 4, + 423 + ], + [ + 5, + 423 + ], + [ + 6, + 423 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 136, + 202 + ], + [ + 136, + 201 + ], + [ + 135, + 200 + ], + [ + 135, + 199 + ], + [ + 135, + 198 + ], + [ + 135, + 197 + ], + [ + 134, + 196 + ], + [ + 133, + 195 + ], + [ + 133, + 194 + ], + [ + 133, + 193 + ], + [ + 133, + 192 + ], + [ + 134, + 191 + ], + [ + 133, + 190 + ], + [ + 134, + 189 + ], + [ + 133, + 188 + ], + [ + 133, + 187 + ], + [ + 134, + 186 + ], + [ + 135, + 185 + ], + [ + 134, + 184 + ], + [ + 133, + 183 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 15, + 118 + ], + "area_fraction": 0.0345 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 483 + ], + "area_fraction": 0.0109 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 202, + 61 + ], + "peak": [ + 206, + 0 + ], + "area_cells": 3575 + }, + { + "id": "range_2", + "name": null, + "center": [ + 204, + 493 + ], + "peak": [ + 195, + 494 + ], + "area_cells": 980 + }, + { + "id": "range_3", + "name": null, + "center": [ + 218, + 282 + ], + "peak": [ + 212, + 275 + ], + "area_cells": 1851 + }, + { + "id": "range_4", + "name": null, + "center": [ + 214, + 197 + ], + "peak": [ + 216, + 207 + ], + "area_cells": 192 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m1/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/globe.png new file mode 100644 index 000000000..0c23a0719 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m1/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/heightmap.png new file mode 100644 index 000000000..cb1c5f68e Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m1/index.md b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/index.md new file mode 100644 index 000000000..0795b4213 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ111f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2332980337 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.084 + period_days: 8.0 + axial_tilt_deg: 38.6 +physical: + gravity_g: 0.14 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.119 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111f-m1 + +Frozen moon. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 97% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m1/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/markers.json new file mode 100644 index 000000000..48b09d046 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111f-m1/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 217, + 78 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 243, + 219 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 6, + 240 + ], + "peak": [ + 0, + 232 + ], + "area_cells": 1436 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 306 + ], + "peak": [ + 77, + 301 + ], + "area_cells": 329 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 21 + ], + "peak": [ + 97, + 20 + ], + "area_cells": 71 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 486 + ], + "peak": [ + 105, + 492 + ], + "area_cells": 242 + }, + { + "id": "range_6", + "name": null, + "center": [ + 109, + 282 + ], + "peak": [ + 112, + 276 + ], + "area_cells": 352 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 13 + ], + "peak": [ + 131, + 0 + ], + "area_cells": 106 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 38 + ], + "peak": [ + 135, + 41 + ], + "area_cells": 187 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 275 + ], + "peak": [ + 130, + 274 + ], + "area_cells": 33 + }, + { + "id": "range_12", + "name": null, + "center": [ + 131, + 244 + ], + "peak": [ + 132, + 244 + ], + "area_cells": 66 + }, + { + "id": "range_13", + "name": null, + "center": [ + 131, + 505 + ], + "peak": [ + 131, + 507 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m2/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/globe.png new file mode 100644 index 000000000..612af07e8 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m2/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/heightmap.png new file mode 100644 index 000000000..1177058a5 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m2/index.md b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/index.md new file mode 100644 index 000000000..f0678f38b --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ111f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 927019865 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.14 + period_days: 17.0 + axial_tilt_deg: 2.0 +physical: + gravity_g: 0.08 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.948 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111f-m2 + +Barren moon. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 99% | +| **Orbit** | 17 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f-m2/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/markers.json new file mode 100644 index 000000000..c3f1e9119 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111f-m2/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 394 + ], + "peak": [ + 51, + 396 + ], + "area_cells": 266 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 61 + ], + "peak": [ + 73, + 58 + ], + "area_cells": 70 + }, + { + "id": "range_6", + "name": null, + "center": [ + 156, + 303 + ], + "peak": [ + 134, + 385 + ], + "area_cells": 13400 + }, + { + "id": "range_9", + "name": null, + "center": [ + 116, + 139 + ], + "peak": [ + 143, + 135 + ], + "area_cells": 1102 + }, + { + "id": "range_11", + "name": null, + "center": [ + 90, + 98 + ], + "peak": [ + 91, + 98 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 100, + 311 + ], + "peak": [ + 102, + 311 + ], + "area_cells": 333 + }, + { + "id": "range_15", + "name": null, + "center": [ + 138, + 50 + ], + "peak": [ + 165, + 65 + ], + "area_cells": 3585 + }, + { + "id": "range_16", + "name": null, + "center": [ + 111, + 504 + ], + "peak": [ + 108, + 511 + ], + "area_cells": 294 + }, + { + "id": "range_17", + "name": null, + "center": [ + 108, + 1 + ], + "peak": [ + 109, + 0 + ], + "area_cells": 85 + }, + { + "id": "range_18", + "name": null, + "center": [ + 108, + 429 + ], + "peak": [ + 109, + 430 + ], + "area_cells": 42 + }, + { + "id": "range_19", + "name": null, + "center": [ + 112, + 279 + ], + "peak": [ + 114, + 280 + ], + "area_cells": 53 + }, + { + "id": "range_20", + "name": null, + "center": [ + 135, + 475 + ], + "peak": [ + 129, + 480 + ], + "area_cells": 1282 + }, + { + "id": "range_25", + "name": null, + "center": [ + 161, + 451 + ], + "peak": [ + 158, + 445 + ], + "area_cells": 466 + }, + { + "id": "range_26", + "name": null, + "center": [ + 203, + 420 + ], + "peak": [ + 187, + 421 + ], + "area_cells": 450 + }, + { + "id": "range_27", + "name": null, + "center": [ + 201, + 457 + ], + "peak": [ + 196, + 459 + ], + "area_cells": 114 + }, + { + "id": "range_28", + "name": null, + "center": [ + 200, + 23 + ], + "peak": [ + 202, + 25 + ], + "area_cells": 111 + }, + { + "id": "range_29", + "name": null, + "center": [ + 199, + 159 + ], + "peak": [ + 201, + 159 + ], + "area_cells": 25 + }, + { + "id": "range_31", + "name": null, + "center": [ + 209, + 48 + ], + "peak": [ + 210, + 49 + ], + "area_cells": 84 + }, + { + "id": "range_32", + "name": null, + "center": [ + 208, + 175 + ], + "peak": [ + 209, + 175 + ], + "area_cells": 29 + }, + { + "id": "range_34", + "name": null, + "center": [ + 221, + 344 + ], + "peak": [ + 220, + 344 + ], + "area_cells": 172 + }, + { + "id": "range_35", + "name": null, + "center": [ + 215, + 58 + ], + "peak": [ + 216, + 58 + ], + "area_cells": 38 + }, + { + "id": "range_38", + "name": null, + "center": [ + 220, + 463 + ], + "peak": [ + 221, + 463 + ], + "area_cells": 37 + }, + { + "id": "range_40", + "name": null, + "center": [ + 241, + 452 + ], + "peak": [ + 243, + 452 + ], + "area_cells": 57 + }, + { + "id": "range_42", + "name": null, + "center": [ + 234, + 356 + ], + "peak": [ + 235, + 357 + ], + "area_cells": 51 + }, + { + "id": "range_46", + "name": null, + "center": [ + 249, + 462 + ], + "peak": [ + 253, + 463 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111f/globe.png new file mode 100644 index 000000000..df98c9474 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111f/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111f/index.md b/wiki/star-systems/GJ-111/bodies/GJ111f/index.md new file mode 100644 index 000000000..f914c7683 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ111f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1268834941 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 6.011 + period_days: 4800.0 + axial_tilt_deg: 22.1 +physical: + gravity_g: null + oblateness: 0.0633 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.169 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.113 +rings: + enabled: true + inner_radius_factor: 1.19 + outer_radius_factor: 2.26 + opacity_base: 0.59 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ111f + +Gas giant. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111g/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111g/globe.png new file mode 100644 index 000000000..9b90efaa9 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111g/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111g/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111g/heightmap.png new file mode 100644 index 000000000..be67519b0 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111g/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111g/index.md b/wiki/star-systems/GJ-111/bodies/GJ111g/index.md new file mode 100644 index 000000000..374bb4e50 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ111g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3666295610 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 11.072 + period_days: 12000.0 + axial_tilt_deg: 56.7 +physical: + gravity_g: 0.46 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.094 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111g + +Frozen planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 12000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111g/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111g/markers.json new file mode 100644 index 000000000..0c9021f2e --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111g/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 24, + 259 + ], + "area_fraction": 0.1833 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 486 + ], + "peak": [ + 119, + 502 + ], + "area_cells": 2034 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 385 + ], + "peak": [ + 80, + 387 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 166, + 146 + ], + "peak": [ + 196, + 217 + ], + "area_cells": 10656 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 165 + ], + "peak": [ + 120, + 163 + ], + "area_cells": 210 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 211 + ], + "peak": [ + 129, + 212 + ], + "area_cells": 116 + }, + { + "id": "range_8", + "name": null, + "center": [ + 173, + 416 + ], + "peak": [ + 181, + 430 + ], + "area_cells": 2218 + }, + { + "id": "range_11", + "name": null, + "center": [ + 164, + 496 + ], + "peak": [ + 166, + 494 + ], + "area_cells": 265 + }, + { + "id": "range_13", + "name": null, + "center": [ + 197, + 69 + ], + "peak": [ + 198, + 69 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111h/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111h/globe.png new file mode 100644 index 000000000..db4f0e4cf Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111h/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111h/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111h/heightmap.png new file mode 100644 index 000000000..a9af9cbb5 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111h/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111h/index.md b/wiki/star-systems/GJ-111/bodies/GJ111h/index.md new file mode 100644 index 000000000..aedb97849 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ111h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3020370952 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 19.478 + period_days: 28000.0 + axial_tilt_deg: 33.6 +physical: + gravity_g: 0.36 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.263 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111h + +Frozen planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111h/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111h/markers.json new file mode 100644 index 000000000..568ec2f9e --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111h/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 201, + 70 + ], + "area_fraction": 0.0318 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 240, + 143 + ], + "area_fraction": 0.0251 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 234, + 309 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 242, + 395 + ], + "area_fraction": 0.0137 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 3, + 66 + ], + "peak": [ + 2, + 68 + ], + "area_cells": 94 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 352 + ], + "peak": [ + 0, + 333 + ], + "area_cells": 32377 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 22 + ], + "peak": [ + 100, + 0 + ], + "area_cells": 2423 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 128 + ], + "peak": [ + 119, + 167 + ], + "area_cells": 2643 + }, + { + "id": "range_13", + "name": null, + "center": [ + 92, + 207 + ], + "peak": [ + 93, + 207 + ], + "area_cells": 70 + }, + { + "id": "range_14", + "name": null, + "center": [ + 122, + 227 + ], + "peak": [ + 133, + 220 + ], + "area_cells": 394 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 76 + ], + "peak": [ + 131, + 83 + ], + "area_cells": 114 + }, + { + "id": "range_18", + "name": null, + "center": [ + 163, + 1 + ], + "peak": [ + 163, + 0 + ], + "area_cells": 32 + }, + { + "id": "range_19", + "name": null, + "center": [ + 167, + 324 + ], + "peak": [ + 167, + 322 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111i/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111i/globe.png new file mode 100644 index 000000000..d8ea3ad1c Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111i/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111i/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111i/heightmap.png new file mode 100644 index 000000000..295aed945 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111i/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111i/index.md b/wiki/star-systems/GJ-111/bodies/GJ111i/index.md new file mode 100644 index 000000000..e3ed63b0a --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ111i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2242179350 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 32.374 + period_days: 60000.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.28 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.445 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111i + +Frozen planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 60000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111i/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111i/markers.json new file mode 100644 index 000000000..8c7d04ebf --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111i/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 175, + 224 + ], + "area_fraction": 0.1424 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 100, + 450 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 135, + 38 + ], + "area_fraction": 0.0324 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 122, + 488 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 154, + 300 + ], + "area_fraction": 0.0136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 105 + ], + "peak": [ + 27, + 110 + ], + "area_cells": 1874 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-111/bodies/GJ111j/globe.png b/wiki/star-systems/GJ-111/bodies/GJ111j/globe.png new file mode 100644 index 000000000..9b9f5f8eb Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111j/globe.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111j/heightmap.png b/wiki/star-systems/GJ-111/bodies/GJ111j/heightmap.png new file mode 100644 index 000000000..56b258aa0 Binary files /dev/null and b/wiki/star-systems/GJ-111/bodies/GJ111j/heightmap.png differ diff --git a/wiki/star-systems/GJ-111/bodies/GJ111j/index.md b/wiki/star-systems/GJ-111/bodies/GJ111j/index.md new file mode 100644 index 000000000..59e4d6d69 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ111j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1314829987 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 54.208 + period_days: 130000.0 + axial_tilt_deg: 18.4 +physical: + gravity_g: 0.13 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ111j + +Frozen planet. + +**System:** [GJ-111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 130000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-111/bodies/GJ111j/markers.json b/wiki/star-systems/GJ-111/bodies/GJ111j/markers.json new file mode 100644 index 000000000..2be7da006 --- /dev/null +++ b/wiki/star-systems/GJ-111/bodies/GJ111j/markers.json @@ -0,0 +1,309 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 100, + 363 + ], + "area_fraction": 0.0401 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 136, + 121 + ], + "area_fraction": 0.0143 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 165, + 488 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 194, + 50 + ], + "area_fraction": 0.0391 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 176, + 214 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 204, + 410 + ], + "area_fraction": 0.0562 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 17 + ], + "peak": [ + 1, + 11 + ], + "area_cells": 376 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 142 + ], + "peak": [ + 6, + 129 + ], + "area_cells": 1581 + }, + { + "id": "range_5", + "name": null, + "center": [ + 2, + 262 + ], + "peak": [ + 0, + 256 + ], + "area_cells": 289 + }, + { + "id": "range_6", + "name": null, + "center": [ + 6, + 293 + ], + "peak": [ + 4, + 293 + ], + "area_cells": 58 + }, + { + "id": "range_7", + "name": null, + "center": [ + 9, + 322 + ], + "peak": [ + 0, + 329 + ], + "area_cells": 645 + }, + { + "id": "range_8", + "name": null, + "center": [ + 4, + 399 + ], + "peak": [ + 0, + 398 + ], + "area_cells": 652 + }, + { + "id": "range_10", + "name": null, + "center": [ + 12, + 81 + ], + "peak": [ + 13, + 80 + ], + "area_cells": 252 + }, + { + "id": "range_12", + "name": null, + "center": [ + 31, + 347 + ], + "peak": [ + 30, + 349 + ], + "area_cells": 266 + }, + { + "id": "range_13", + "name": null, + "center": [ + 27, + 196 + ], + "peak": [ + 28, + 197 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 34, + 41 + ], + "peak": [ + 34, + 42 + ], + "area_cells": 27 + }, + { + "id": "range_18", + "name": null, + "center": [ + 78, + 142 + ], + "peak": [ + 93, + 200 + ], + "area_cells": 3774 + }, + { + "id": "range_19", + "name": null, + "center": [ + 39, + 48 + ], + "peak": [ + 39, + 48 + ], + "area_cells": 32 + }, + { + "id": "range_22", + "name": null, + "center": [ + 83, + 231 + ], + "peak": [ + 79, + 230 + ], + "area_cells": 236 + }, + { + "id": "range_25", + "name": null, + "center": [ + 131, + 47 + ], + "peak": [ + 120, + 38 + ], + "area_cells": 662 + }, + { + "id": "range_27", + "name": null, + "center": [ + 136, + 197 + ], + "peak": [ + 136, + 197 + ], + "area_cells": 47 + }, + { + "id": "range_28", + "name": null, + "center": [ + 146, + 378 + ], + "peak": [ + 147, + 379 + ], + "area_cells": 29 + }, + { + "id": "range_29", + "name": null, + "center": [ + 156, + 255 + ], + "peak": [ + 157, + 254 + ], + "area_cells": 223 + }, + { + "id": "range_31", + "name": null, + "center": [ + 188, + 294 + ], + "peak": [ + 190, + 293 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1111b/globe.png b/wiki/star-systems/GJ-1111/bodies/GJ1111b/globe.png new file mode 100644 index 000000000..63dfbf272 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111b/globe.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111b/heightmap.png b/wiki/star-systems/GJ-1111/bodies/GJ1111b/heightmap.png new file mode 100644 index 000000000..84d85a631 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111b/index.md b/wiki/star-systems/GJ-1111/bodies/GJ1111b/index.md new file mode 100644 index 000000000..6551e6371 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111b/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1111b +name: Qina +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2071984682 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 2.6 +physical: + gravity_g: 0.82 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.513 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Qina + +Cold Arid planet. + +**System:** [GJ-1111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Land** | 99% | +| **Year** | 9 days | +| **Inhabited** | yes | +| **Population** | 380K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111b/markers.json b/wiki/star-systems/GJ-1111/bodies/GJ1111b/markers.json new file mode 100644 index 000000000..5c50b35fd --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111b/markers.json @@ -0,0 +1,1103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 197, + 385 + ], + [ + 198, + 384 + ], + [ + 198, + 383 + ], + [ + 199, + 382 + ], + [ + 200, + 381 + ], + [ + 200, + 380 + ], + [ + 200, + 379 + ], + [ + 201, + 378 + ], + [ + 201, + 377 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 125, + 232 + ], + [ + 124, + 233 + ], + [ + 123, + 234 + ], + [ + 122, + 233 + ], + [ + 121, + 233 + ], + [ + 120, + 234 + ], + [ + 119, + 235 + ], + [ + 118, + 236 + ], + [ + 117, + 236 + ], + [ + 116, + 235 + ], + [ + 117, + 235 + ], + [ + 117, + 234 + ], + [ + 116, + 234 + ], + [ + 115, + 235 + ], + [ + 116, + 236 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 118, + 177 + ], + [ + 117, + 176 + ], + [ + 116, + 177 + ], + [ + 115, + 178 + ], + [ + 114, + 178 + ], + [ + 113, + 179 + ], + [ + 113, + 180 + ], + [ + 112, + 180 + ], + [ + 111, + 180 + ], + [ + 110, + 180 + ], + [ + 111, + 181 + ], + [ + 110, + 182 + ], + [ + 111, + 182 + ], + [ + 110, + 183 + ], + [ + 109, + 183 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 111, + 264 + ], + [ + 110, + 265 + ], + [ + 109, + 266 + ], + [ + 108, + 267 + ], + [ + 107, + 268 + ], + [ + 106, + 269 + ], + [ + 105, + 270 + ], + [ + 104, + 271 + ], + [ + 103, + 272 + ], + [ + 104, + 273 + ], + [ + 104, + 274 + ], + [ + 105, + 275 + ], + [ + 106, + 276 + ], + [ + 106, + 277 + ], + [ + 106, + 278 + ], + [ + 105, + 279 + ], + [ + 105, + 280 + ], + [ + 106, + 281 + ], + [ + 105, + 282 + ], + [ + 106, + 283 + ], + [ + 105, + 284 + ], + [ + 105, + 285 + ], + [ + 105, + 286 + ], + [ + 105, + 287 + ], + [ + 106, + 288 + ], + [ + 105, + 289 + ], + [ + 105, + 290 + ], + [ + 104, + 290 + ], + [ + 105, + 291 + ], + [ + 104, + 292 + ], + [ + 104, + 293 + ], + [ + 104, + 294 + ], + [ + 103, + 295 + ], + [ + 104, + 296 + ], + [ + 103, + 297 + ], + [ + 103, + 298 + ], + [ + 104, + 299 + ], + [ + 103, + 300 + ], + [ + 103, + 301 + ], + [ + 103, + 302 + ], + [ + 103, + 303 + ], + [ + 103, + 304 + ], + [ + 103, + 305 + ], + [ + 104, + 306 + ], + [ + 103, + 307 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 242, + 351 + ], + [ + 241, + 352 + ], + [ + 240, + 352 + ], + [ + 239, + 353 + ], + [ + 238, + 354 + ], + [ + 237, + 353 + ], + [ + 236, + 352 + ], + [ + 236, + 351 + ], + [ + 235, + 351 + ], + [ + 234, + 351 + ], + [ + 233, + 350 + ], + [ + 232, + 351 + ], + [ + 231, + 350 + ], + [ + 230, + 349 + ], + [ + 229, + 350 + ], + [ + 229, + 351 + ], + [ + 228, + 351 + ], + [ + 227, + 350 + ], + [ + 226, + 350 + ], + [ + 225, + 351 + ], + [ + 224, + 352 + ], + [ + 223, + 351 + ], + [ + 222, + 352 + ], + [ + 221, + 352 + ], + [ + 220, + 351 + ], + [ + 219, + 352 + ], + [ + 218, + 351 + ], + [ + 217, + 352 + ], + [ + 216, + 352 + ], + [ + 215, + 353 + ], + [ + 214, + 353 + ], + [ + 213, + 354 + ], + [ + 212, + 354 + ], + [ + 211, + 353 + ], + [ + 210, + 352 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 124, + 457 + ], + [ + 125, + 458 + ], + [ + 126, + 459 + ], + [ + 127, + 460 + ], + [ + 128, + 461 + ], + [ + 129, + 462 + ], + [ + 130, + 463 + ], + [ + 131, + 463 + ], + [ + 132, + 463 + ], + [ + 133, + 463 + ], + [ + 134, + 462 + ], + [ + 134, + 461 + ], + [ + 134, + 460 + ], + [ + 134, + 459 + ], + [ + 134, + 458 + ], + [ + 135, + 458 + ], + [ + 135, + 457 + ], + [ + 134, + 456 + ], + [ + 134, + 455 + ], + [ + 135, + 454 + ], + [ + 136, + 453 + ], + [ + 137, + 453 + ], + [ + 136, + 452 + ], + [ + 137, + 451 + ], + [ + 138, + 450 + ], + [ + 138, + 449 + ], + [ + 137, + 449 + ], + [ + 136, + 450 + ], + [ + 137, + 450 + ], + [ + 136, + 451 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 199, + 221 + ], + [ + 199, + 220 + ], + [ + 198, + 220 + ], + [ + 197, + 220 + ], + [ + 196, + 220 + ], + [ + 196, + 219 + ], + [ + 196, + 218 + ], + [ + 195, + 218 + ], + [ + 195, + 217 + ], + [ + 196, + 216 + ], + [ + 196, + 217 + ], + [ + 195, + 216 + ], + [ + 194, + 216 + ], + [ + 194, + 217 + ], + [ + 194, + 218 + ], + [ + 194, + 219 + ], + [ + 193, + 220 + ], + [ + 193, + 219 + ], + [ + 194, + 220 + ], + [ + 194, + 221 + ], + [ + 193, + 222 + ], + [ + 193, + 221 + ], + [ + 192, + 222 + ], + [ + 191, + 222 + ], + [ + 191, + 223 + ], + [ + 191, + 224 + ], + [ + 191, + 225 + ], + [ + 191, + 226 + ], + [ + 190, + 227 + ], + [ + 191, + 228 + ], + [ + 190, + 229 + ], + [ + 189, + 230 + ], + [ + 189, + 231 + ], + [ + 189, + 232 + ], + [ + 189, + 233 + ], + [ + 188, + 234 + ], + [ + 187, + 235 + ], + [ + 187, + 236 + ], + [ + 188, + 235 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 158, + 376 + ], + [ + 157, + 375 + ], + [ + 156, + 374 + ], + [ + 155, + 373 + ], + [ + 154, + 372 + ], + [ + 153, + 372 + ], + [ + 153, + 373 + ], + [ + 152, + 372 + ], + [ + 153, + 371 + ], + [ + 153, + 370 + ], + [ + 154, + 371 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 131, + 313 + ], + [ + 130, + 312 + ], + [ + 129, + 311 + ], + [ + 128, + 310 + ], + [ + 127, + 310 + ], + [ + 126, + 309 + ], + [ + 126, + 310 + ], + [ + 125, + 309 + ], + [ + 124, + 309 + ], + [ + 123, + 308 + ], + [ + 122, + 309 + ], + [ + 122, + 310 + ], + [ + 121, + 310 + ], + [ + 120, + 311 + ], + [ + 119, + 312 + ], + [ + 118, + 311 + ], + [ + 117, + 312 + ], + [ + 116, + 311 + ], + [ + 115, + 310 + ], + [ + 114, + 309 + ], + [ + 113, + 308 + ], + [ + 112, + 307 + ], + [ + 111, + 306 + ], + [ + 110, + 305 + ], + [ + 109, + 304 + ], + [ + 108, + 303 + ], + [ + 107, + 302 + ], + [ + 106, + 303 + ], + [ + 105, + 304 + ], + [ + 104, + 305 + ], + [ + 103, + 305 + ], + [ + 103, + 304 + ], + [ + 104, + 304 + ], + [ + 104, + 303 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 199, + 342 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 7 + ], + "peak": [ + 43, + 5 + ], + "area_cells": 410 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 492 + ], + "peak": [ + 40, + 479 + ], + "area_cells": 643 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 417 + ], + "peak": [ + 48, + 418 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 380 + ], + "peak": [ + 53, + 390 + ], + "area_cells": 541 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 217 + ], + "peak": [ + 112, + 334 + ], + "area_cells": 10397 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 128 + ], + "peak": [ + 71, + 142 + ], + "area_cells": 341 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 505 + ], + "peak": [ + 132, + 511 + ], + "area_cells": 135 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111c/globe.png b/wiki/star-systems/GJ-1111/bodies/GJ1111c/globe.png new file mode 100644 index 000000000..db3b46427 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111c/globe.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111c/heightmap.png b/wiki/star-systems/GJ-1111/bodies/GJ1111c/heightmap.png new file mode 100644 index 000000000..e0c78b8bd Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111c/index.md b/wiki/star-systems/GJ-1111/bodies/GJ1111c/index.md new file mode 100644 index 000000000..ddc1951cd --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1111c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3654685208 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.151 + period_days: 32.0 + axial_tilt_deg: 35.2 +physical: + gravity_g: 0.38 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.181 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1111c + +Frozen planet. + +**System:** [GJ-1111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 92% | +| **Year** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111c/markers.json b/wiki/star-systems/GJ-1111/bodies/GJ1111c/markers.json new file mode 100644 index 000000000..2b850fbc9 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111c/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 172, + 450 + ], + "area_fraction": 0.0353 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 172, + 11 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 182, + 55 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 221, + 85 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 119 + ], + "peak": [ + 21, + 89 + ], + "area_cells": 11488 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 391 + ], + "peak": [ + 0, + 368 + ], + "area_cells": 7283 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 484 + ], + "peak": [ + 13, + 492 + ], + "area_cells": 2936 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 285 + ], + "peak": [ + 52, + 287 + ], + "area_cells": 441 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 265 + ], + "peak": [ + 46, + 265 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 240 + ], + "peak": [ + 48, + 241 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 469 + ], + "peak": [ + 51, + 469 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111d/globe.png b/wiki/star-systems/GJ-1111/bodies/GJ1111d/globe.png new file mode 100644 index 000000000..8ce8a5c1a Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111d/globe.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111d/heightmap.png b/wiki/star-systems/GJ-1111/bodies/GJ1111d/heightmap.png new file mode 100644 index 000000000..9749713be Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111d/index.md b/wiki/star-systems/GJ-1111/bodies/GJ1111d/index.md new file mode 100644 index 000000000..414348179 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1111d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3019210223 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.314 + period_days: 96.0 + axial_tilt_deg: 58.7 +physical: + gravity_g: 0.28 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.352 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1111d + +Frozen planet. + +**System:** [GJ-1111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 96 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111d/markers.json b/wiki/star-systems/GJ-1111/bodies/GJ1111d/markers.json new file mode 100644 index 000000000..0c1eb1aa8 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111d/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 31, + 293 + ], + "area_fraction": 0.1583 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 148, + 303 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 189 + ], + "peak": [ + 77, + 191 + ], + "area_cells": 53 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 240 + ], + "peak": [ + 93, + 243 + ], + "area_cells": 122 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 210 + ], + "peak": [ + 102, + 210 + ], + "area_cells": 189 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 248 + ], + "peak": [ + 109, + 249 + ], + "area_cells": 79 + }, + { + "id": "range_8", + "name": null, + "center": [ + 129, + 206 + ], + "peak": [ + 130, + 218 + ], + "area_cells": 561 + }, + { + "id": "range_9", + "name": null, + "center": [ + 136, + 483 + ], + "peak": [ + 142, + 483 + ], + "area_cells": 187 + }, + { + "id": "range_11", + "name": null, + "center": [ + 146, + 495 + ], + "peak": [ + 147, + 495 + ], + "area_cells": 23 + }, + { + "id": "range_12", + "name": null, + "center": [ + 232, + 101 + ], + "peak": [ + 255, + 53 + ], + "area_cells": 7409 + }, + { + "id": "range_13", + "name": null, + "center": [ + 196, + 267 + ], + "peak": [ + 196, + 268 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 239, + 300 + ], + "peak": [ + 239, + 292 + ], + "area_cells": 2159 + }, + { + "id": "range_18", + "name": null, + "center": [ + 245, + 466 + ], + "peak": [ + 238, + 461 + ], + "area_cells": 1826 + }, + { + "id": "range_20", + "name": null, + "center": [ + 242, + 221 + ], + "peak": [ + 243, + 222 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 244, + 231 + ], + "peak": [ + 244, + 232 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 252, + 411 + ], + "peak": [ + 255, + 415 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111e/globe.png b/wiki/star-systems/GJ-1111/bodies/GJ1111e/globe.png new file mode 100644 index 000000000..a5fd485c5 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111e/globe.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111e/heightmap.png b/wiki/star-systems/GJ-1111/bodies/GJ1111e/heightmap.png new file mode 100644 index 000000000..0b999a645 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111e/index.md b/wiki/star-systems/GJ-1111/bodies/GJ1111e/index.md new file mode 100644 index 000000000..d65a8e796 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1111e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3390069348 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.641 + period_days: 280.0 + axial_tilt_deg: 18.1 +physical: + gravity_g: 0.1 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.388 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1111e + +Frozen planet. + +**System:** [GJ-1111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111e/markers.json b/wiki/star-systems/GJ-1111/bodies/GJ1111e/markers.json new file mode 100644 index 000000000..116f11bbb --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111e/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 180 + ], + "area_fraction": 0.0246 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 21, + 316 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 54, + 304 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 66, + 247 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 70, + 364 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 99, + 204 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 159, + 429 + ], + "peak": [ + 160, + 430 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 200, + 163 + ], + "peak": [ + 208, + 149 + ], + "area_cells": 3918 + }, + { + "id": "range_3", + "name": null, + "center": [ + 231, + 370 + ], + "peak": [ + 254, + 407 + ], + "area_cells": 11343 + }, + { + "id": "range_4", + "name": null, + "center": [ + 174, + 271 + ], + "peak": [ + 176, + 274 + ], + "area_cells": 130 + }, + { + "id": "range_10", + "name": null, + "center": [ + 234, + 35 + ], + "peak": [ + 242, + 18 + ], + "area_cells": 2085 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111f/globe.png b/wiki/star-systems/GJ-1111/bodies/GJ1111f/globe.png new file mode 100644 index 000000000..087819cd5 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111f/globe.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111f/heightmap.png b/wiki/star-systems/GJ-1111/bodies/GJ1111f/heightmap.png new file mode 100644 index 000000000..152683c20 Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111f/index.md b/wiki/star-systems/GJ-1111/bodies/GJ1111f/index.md new file mode 100644 index 000000000..372a32039 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1111f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3042932174 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 28.7 +physical: + gravity_g: 0.07 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.868 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1111f + +Frozen planet. + +**System:** [GJ-1111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111f/markers.json b/wiki/star-systems/GJ-1111/bodies/GJ1111f/markers.json new file mode 100644 index 000000000..c19a17cb0 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111f/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 19, + 11 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 14, + 498 + ], + "area_fraction": 0.006 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 74, + 344 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 181, + 296 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 234, + 266 + ], + "area_fraction": 0.0454 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 232, + 453 + ], + "area_fraction": 0.0265 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 185 + ], + "peak": [ + 45, + 164 + ], + "area_cells": 4063 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 188 + ], + "peak": [ + 25, + 185 + ], + "area_cells": 71 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 201 + ], + "peak": [ + 102, + 201 + ], + "area_cells": 85 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 206 + ], + "peak": [ + 133, + 209 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 423 + ], + "peak": [ + 135, + 423 + ], + "area_cells": 68 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 180 + ], + "peak": [ + 142, + 181 + ], + "area_cells": 88 + }, + { + "id": "range_8", + "name": null, + "center": [ + 147, + 127 + ], + "peak": [ + 147, + 127 + ], + "area_cells": 94 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 415 + ], + "peak": [ + 162, + 416 + ], + "area_cells": 545 + }, + { + "id": "range_10", + "name": null, + "center": [ + 152, + 71 + ], + "peak": [ + 153, + 71 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 180, + 100 + ], + "peak": [ + 182, + 104 + ], + "area_cells": 311 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 179 + ], + "peak": [ + 164, + 180 + ], + "area_cells": 42 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 135 + ], + "peak": [ + 176, + 139 + ], + "area_cells": 190 + }, + { + "id": "range_15", + "name": null, + "center": [ + 188, + 71 + ], + "peak": [ + 186, + 67 + ], + "area_cells": 309 + }, + { + "id": "range_16", + "name": null, + "center": [ + 195, + 29 + ], + "peak": [ + 193, + 32 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 195, + 124 + ], + "peak": [ + 197, + 125 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111g/globe.png b/wiki/star-systems/GJ-1111/bodies/GJ1111g/globe.png new file mode 100644 index 000000000..a20e9862f Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111g/globe.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111g/heightmap.png b/wiki/star-systems/GJ-1111/bodies/GJ1111g/heightmap.png new file mode 100644 index 000000000..fbb59cbdd Binary files /dev/null and b/wiki/star-systems/GJ-1111/bodies/GJ1111g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111g/index.md b/wiki/star-systems/GJ-1111/bodies/GJ1111g/index.md new file mode 100644 index 000000000..10e47e4c0 --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1111g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4119784172 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 21.5 +physical: + gravity_g: 0.05 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.805 + polar_ice_lat: 0.258 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1111g + +Frozen planet. + +**System:** [GJ-1111](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1111/bodies/GJ1111g/markers.json b/wiki/star-systems/GJ-1111/bodies/GJ1111g/markers.json new file mode 100644 index 000000000..f3a9a53dd --- /dev/null +++ b/wiki/star-systems/GJ-1111/bodies/GJ1111g/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 148, + 420 + ], + "area_fraction": 0.1352 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 101, + 498 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 119, + 361 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 165, + 319 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 186, + 9 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 28 + ], + "peak": [ + 0, + 31 + ], + "area_cells": 78 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 163 + ], + "peak": [ + 8, + 237 + ], + "area_cells": 11409 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 465 + ], + "peak": [ + 1, + 466 + ], + "area_cells": 80 + }, + { + "id": "range_5", + "name": null, + "center": [ + 2, + 502 + ], + "peak": [ + 1, + 501 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1116Ab/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/globe.png new file mode 100644 index 000000000..78ef474e6 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/heightmap.png new file mode 100644 index 000000000..8d4434abd Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/index.md new file mode 100644 index 000000000..8eaeccf74 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1116Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3280838163 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.041 + period_days: 3.0 + axial_tilt_deg: 0.1 +physical: + gravity_g: 0.3 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.994 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Ab + +Barren planet. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/markers.json new file mode 100644 index 000000000..8c9cc2865 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ab/markers.json @@ -0,0 +1,521 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 183 + ], + "peak": [ + 0, + 185 + ], + "area_cells": 33 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 196 + ], + "peak": [ + 1, + 195 + ], + "area_cells": 58 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 448 + ], + "peak": [ + 17, + 444 + ], + "area_cells": 50 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 217 + ], + "peak": [ + 31, + 232 + ], + "area_cells": 597 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 244 + ], + "peak": [ + 63, + 239 + ], + "area_cells": 720 + }, + { + "id": "range_12", + "name": null, + "center": [ + 39, + 37 + ], + "peak": [ + 38, + 37 + ], + "area_cells": 64 + }, + { + "id": "range_18", + "name": null, + "center": [ + 46, + 13 + ], + "peak": [ + 45, + 12 + ], + "area_cells": 383 + }, + { + "id": "range_19", + "name": null, + "center": [ + 49, + 191 + ], + "peak": [ + 49, + 193 + ], + "area_cells": 71 + }, + { + "id": "range_20", + "name": null, + "center": [ + 79, + 505 + ], + "peak": [ + 85, + 505 + ], + "area_cells": 500 + }, + { + "id": "range_21", + "name": null, + "center": [ + 61, + 295 + ], + "peak": [ + 65, + 296 + ], + "area_cells": 107 + }, + { + "id": "range_22", + "name": null, + "center": [ + 60, + 51 + ], + "peak": [ + 67, + 50 + ], + "area_cells": 110 + }, + { + "id": "range_23", + "name": null, + "center": [ + 97, + 19 + ], + "peak": [ + 95, + 26 + ], + "area_cells": 738 + }, + { + "id": "range_25", + "name": null, + "center": [ + 87, + 255 + ], + "peak": [ + 89, + 256 + ], + "area_cells": 96 + }, + { + "id": "range_26", + "name": null, + "center": [ + 92, + 285 + ], + "peak": [ + 91, + 285 + ], + "area_cells": 34 + }, + { + "id": "range_27", + "name": null, + "center": [ + 107, + 441 + ], + "peak": [ + 107, + 440 + ], + "area_cells": 182 + }, + { + "id": "range_28", + "name": null, + "center": [ + 106, + 293 + ], + "peak": [ + 107, + 294 + ], + "area_cells": 58 + }, + { + "id": "range_29", + "name": null, + "center": [ + 111, + 491 + ], + "peak": [ + 108, + 479 + ], + "area_cells": 214 + }, + { + "id": "range_31", + "name": null, + "center": [ + 145, + 322 + ], + "peak": [ + 145, + 319 + ], + "area_cells": 801 + }, + { + "id": "range_32", + "name": null, + "center": [ + 125, + 364 + ], + "peak": [ + 122, + 367 + ], + "area_cells": 123 + }, + { + "id": "range_33", + "name": null, + "center": [ + 129, + 485 + ], + "peak": [ + 130, + 486 + ], + "area_cells": 91 + }, + { + "id": "range_37", + "name": null, + "center": [ + 150, + 274 + ], + "peak": [ + 144, + 269 + ], + "area_cells": 380 + }, + { + "id": "range_39", + "name": null, + "center": [ + 144, + 453 + ], + "peak": [ + 145, + 456 + ], + "area_cells": 200 + }, + { + "id": "range_40", + "name": null, + "center": [ + 147, + 423 + ], + "peak": [ + 144, + 423 + ], + "area_cells": 64 + }, + { + "id": "range_42", + "name": null, + "center": [ + 160, + 366 + ], + "peak": [ + 161, + 364 + ], + "area_cells": 200 + }, + { + "id": "range_43", + "name": null, + "center": [ + 159, + 232 + ], + "peak": [ + 159, + 232 + ], + "area_cells": 54 + }, + { + "id": "range_44", + "name": null, + "center": [ + 163, + 466 + ], + "peak": [ + 163, + 466 + ], + "area_cells": 36 + }, + { + "id": "range_45", + "name": null, + "center": [ + 168, + 400 + ], + "peak": [ + 168, + 401 + ], + "area_cells": 20 + }, + { + "id": "range_46", + "name": null, + "center": [ + 175, + 188 + ], + "peak": [ + 180, + 189 + ], + "area_cells": 64 + }, + { + "id": "range_47", + "name": null, + "center": [ + 189, + 226 + ], + "peak": [ + 187, + 232 + ], + "area_cells": 312 + }, + { + "id": "range_49", + "name": null, + "center": [ + 190, + 360 + ], + "peak": [ + 192, + 360 + ], + "area_cells": 131 + }, + { + "id": "range_50", + "name": null, + "center": [ + 186, + 401 + ], + "peak": [ + 186, + 401 + ], + "area_cells": 40 + }, + { + "id": "range_51", + "name": null, + "center": [ + 188, + 428 + ], + "peak": [ + 189, + 429 + ], + "area_cells": 40 + }, + { + "id": "range_53", + "name": null, + "center": [ + 196, + 264 + ], + "peak": [ + 197, + 264 + ], + "area_cells": 154 + }, + { + "id": "range_54", + "name": null, + "center": [ + 193, + 288 + ], + "peak": [ + 195, + 289 + ], + "area_cells": 88 + }, + { + "id": "range_55", + "name": null, + "center": [ + 198, + 175 + ], + "peak": [ + 198, + 179 + ], + "area_cells": 185 + }, + { + "id": "range_58", + "name": null, + "center": [ + 198, + 389 + ], + "peak": [ + 197, + 390 + ], + "area_cells": 20 + }, + { + "id": "range_60", + "name": null, + "center": [ + 204, + 457 + ], + "peak": [ + 205, + 461 + ], + "area_cells": 126 + }, + { + "id": "range_62", + "name": null, + "center": [ + 209, + 227 + ], + "peak": [ + 210, + 228 + ], + "area_cells": 25 + }, + { + "id": "range_66", + "name": null, + "center": [ + 252, + 256 + ], + "peak": [ + 255, + 255 + ], + "area_cells": 183 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/globe.png new file mode 100644 index 000000000..fee651b0f Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/heightmap.png new file mode 100644 index 000000000..b1ab7a7ac Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/index.md new file mode 100644 index 000000000..87adac80f --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1116Ac-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3906721111 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 5.0 +physical: + gravity_g: 0.04 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.923 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Ac-1 + +Barren moon. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 100% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/markers.json new file mode 100644 index 000000000..f0627c7e9 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac-1/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 242 + ], + "peak": [ + 42, + 173 + ], + "area_cells": 30816 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 497 + ], + "peak": [ + 92, + 500 + ], + "area_cells": 519 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 475 + ], + "peak": [ + 48, + 475 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 80, + 28 + ], + "peak": [ + 87, + 32 + ], + "area_cells": 516 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 313 + ], + "peak": [ + 79, + 313 + ], + "area_cells": 62 + }, + { + "id": "range_11", + "name": null, + "center": [ + 81, + 333 + ], + "peak": [ + 80, + 335 + ], + "area_cells": 54 + }, + { + "id": "range_12", + "name": null, + "center": [ + 132, + 419 + ], + "peak": [ + 144, + 423 + ], + "area_cells": 856 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 398 + ], + "peak": [ + 112, + 398 + ], + "area_cells": 32 + }, + { + "id": "range_18", + "name": null, + "center": [ + 139, + 390 + ], + "peak": [ + 142, + 395 + ], + "area_cells": 142 + }, + { + "id": "range_21", + "name": null, + "center": [ + 148, + 477 + ], + "peak": [ + 151, + 477 + ], + "area_cells": 265 + }, + { + "id": "range_22", + "name": null, + "center": [ + 145, + 4 + ], + "peak": [ + 145, + 4 + ], + "area_cells": 30 + }, + { + "id": "range_26", + "name": null, + "center": [ + 229, + 248 + ], + "peak": [ + 243, + 147 + ], + "area_cells": 20734 + }, + { + "id": "range_27", + "name": null, + "center": [ + 163, + 3 + ], + "peak": [ + 170, + 0 + ], + "area_cells": 80 + }, + { + "id": "range_28", + "name": null, + "center": [ + 161, + 236 + ], + "peak": [ + 161, + 237 + ], + "area_cells": 97 + }, + { + "id": "range_29", + "name": null, + "center": [ + 164, + 378 + ], + "peak": [ + 161, + 378 + ], + "area_cells": 108 + }, + { + "id": "range_31", + "name": null, + "center": [ + 167, + 206 + ], + "peak": [ + 167, + 193 + ], + "area_cells": 375 + }, + { + "id": "range_33", + "name": null, + "center": [ + 175, + 497 + ], + "peak": [ + 178, + 494 + ], + "area_cells": 254 + }, + { + "id": "range_34", + "name": null, + "center": [ + 171, + 160 + ], + "peak": [ + 172, + 161 + ], + "area_cells": 33 + }, + { + "id": "range_35", + "name": null, + "center": [ + 182, + 18 + ], + "peak": [ + 183, + 22 + ], + "area_cells": 330 + }, + { + "id": "range_38", + "name": null, + "center": [ + 188, + 385 + ], + "peak": [ + 189, + 386 + ], + "area_cells": 67 + }, + { + "id": "range_42", + "name": null, + "center": [ + 213, + 498 + ], + "peak": [ + 216, + 500 + ], + "area_cells": 260 + }, + { + "id": "range_45", + "name": null, + "center": [ + 241, + 508 + ], + "peak": [ + 240, + 511 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/globe.png new file mode 100644 index 000000000..b2cb4257f Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/heightmap.png new file mode 100644 index 000000000..e2eef82a0 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/index.md new file mode 100644 index 000000000..4eb124614 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1116Ac +name: Mabaso Prime +body_type: planet +planet_class: arid +body_scale: planet +seed: 1347621329 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 26.4 +physical: + gravity_g: 0.85 + oblateness: 0.0032 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.86 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.087 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Mabaso Prime + +Arid planet. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.85g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 97% | +| **Year** | 10 days | +| **Inhabited** | yes | +| **Population** | 700M | +| **Economy** | transit | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/markers.json new file mode 100644 index 000000000..8727fce55 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ac/markers.json @@ -0,0 +1,301 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 20, + 4 + ], + [ + 21, + 3 + ], + [ + 22, + 2 + ], + [ + 23, + 2 + ], + [ + 24, + 1 + ], + [ + 25, + 0 + ], + [ + 26, + 0 + ], + [ + 27, + 0 + ], + [ + 28, + 0 + ], + [ + 29, + 0 + ], + [ + 30, + 0 + ], + [ + 31, + 511 + ], + [ + 31, + 510 + ], + [ + 32, + 509 + ], + [ + 33, + 508 + ], + [ + 33, + 507 + ], + [ + 32, + 508 + ], + [ + 32, + 507 + ], + [ + 32, + 506 + ], + [ + 33, + 505 + ], + [ + 32, + 504 + ], + [ + 32, + 503 + ], + [ + 31, + 502 + ], + [ + 30, + 501 + ], + [ + 31, + 501 + ], + [ + 31, + 500 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 67, + 393 + ], + [ + 66, + 392 + ], + [ + 65, + 391 + ], + [ + 64, + 390 + ], + [ + 63, + 389 + ], + [ + 62, + 388 + ], + [ + 61, + 389 + ], + [ + 60, + 388 + ], + [ + 59, + 388 + ], + [ + 58, + 387 + ], + [ + 57, + 387 + ], + [ + 56, + 388 + ], + [ + 55, + 388 + ], + [ + 54, + 389 + ], + [ + 53, + 390 + ], + [ + 52, + 391 + ], + [ + 51, + 391 + ], + [ + 51, + 392 + ], + [ + 51, + 393 + ], + [ + 51, + 394 + ], + [ + 51, + 395 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 116 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 24, + 390 + ], + "area_fraction": 0.0177 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 147, + 189 + ], + "peak": [ + 143, + 146 + ], + "area_cells": 47120 + }, + { + "id": "range_3", + "name": null, + "center": [ + 115, + 499 + ], + "peak": [ + 118, + 494 + ], + "area_cells": 138 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 477 + ], + "peak": [ + 122, + 479 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 163, + 491 + ], + "peak": [ + 173, + 485 + ], + "area_cells": 2204 + }, + { + "id": "range_6", + "name": null, + "center": [ + 183, + 434 + ], + "peak": [ + 185, + 440 + ], + "area_cells": 634 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/globe.png new file mode 100644 index 000000000..d67df075c Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/heightmap.png new file mode 100644 index 000000000..cf7e7eea0 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/index.md new file mode 100644 index 000000000..c656b3dc4 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1116Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4217699632 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.18 + period_days: 28.0 + axial_tilt_deg: 32.4 +physical: + gravity_g: 0.35 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.248 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.401 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Ad + +Frozen planet. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/markers.json new file mode 100644 index 000000000..f0e86d366 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ad/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 140 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 122, + 375 + ], + "area_fraction": 0.0685 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 103, + 264 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 161, + 487 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 173, + 223 + ], + "area_fraction": 0.0217 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 96, + 157 + ], + "peak": [ + 96, + 159 + ], + "area_cells": 65 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 164 + ], + "peak": [ + 104, + 164 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 488 + ], + "peak": [ + 119, + 511 + ], + "area_cells": 709 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 448 + ], + "peak": [ + 109, + 448 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 9 + ], + "peak": [ + 120, + 1 + ], + "area_cells": 144 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/globe.png new file mode 100644 index 000000000..3cac1ffc0 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/heightmap.png new file mode 100644 index 000000000..56426ca60 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/index.md new file mode 100644 index 000000000..5e5e35180 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3984302020 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.363 + period_days: 80.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: 0.28 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.891 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Ae + +Frozen planet. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/markers.json new file mode 100644 index 000000000..29b10e6c0 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ae/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 63, + 250 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 129, + 496 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 156, + 85 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 203, + 210 + ], + "area_fraction": 0.0343 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 374 + ], + "peak": [ + 63, + 334 + ], + "area_cells": 4879 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 91 + ], + "peak": [ + 46, + 92 + ], + "area_cells": 80 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 110 + ], + "peak": [ + 47, + 111 + ], + "area_cells": 49 + }, + { + "id": "range_5", + "name": null, + "center": [ + 46, + 130 + ], + "peak": [ + 46, + 132 + ], + "area_cells": 72 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 457 + ], + "peak": [ + 82, + 454 + ], + "area_cells": 294 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 428 + ], + "peak": [ + 81, + 429 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 368 + ], + "peak": [ + 184, + 367 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 398 + ], + "peak": [ + 203, + 398 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/globe.png new file mode 100644 index 000000000..79d85eaeb Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/heightmap.png new file mode 100644 index 000000000..4038e62d1 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/index.md new file mode 100644 index 000000000..9156bfb1a --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1116Af-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3045069930 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 41.2 +physical: + gravity_g: 0.06 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.803 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Af-1 + +Barren moon. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/markers.json new file mode 100644 index 000000000..c7d2bc8db --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-1/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 10, + 13 + ], + "peak": [ + 11, + 14 + ], + "area_cells": 30 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 26 + ], + "peak": [ + 17, + 27 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 43 + ], + "peak": [ + 28, + 43 + ], + "area_cells": 40 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 462 + ], + "peak": [ + 67, + 460 + ], + "area_cells": 181 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 404 + ], + "peak": [ + 105, + 436 + ], + "area_cells": 4277 + }, + { + "id": "range_10", + "name": null, + "center": [ + 36, + 477 + ], + "peak": [ + 36, + 477 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 57, + 41 + ], + "peak": [ + 61, + 39 + ], + "area_cells": 106 + }, + { + "id": "range_17", + "name": null, + "center": [ + 64, + 199 + ], + "peak": [ + 57, + 203 + ], + "area_cells": 622 + }, + { + "id": "range_20", + "name": null, + "center": [ + 57, + 111 + ], + "peak": [ + 56, + 112 + ], + "area_cells": 23 + }, + { + "id": "range_22", + "name": null, + "center": [ + 64, + 239 + ], + "peak": [ + 63, + 240 + ], + "area_cells": 69 + }, + { + "id": "range_23", + "name": null, + "center": [ + 66, + 258 + ], + "peak": [ + 68, + 259 + ], + "area_cells": 100 + }, + { + "id": "range_25", + "name": null, + "center": [ + 61, + 282 + ], + "peak": [ + 62, + 283 + ], + "area_cells": 20 + }, + { + "id": "range_26", + "name": null, + "center": [ + 65, + 30 + ], + "peak": [ + 67, + 31 + ], + "area_cells": 60 + }, + { + "id": "range_27", + "name": null, + "center": [ + 71, + 103 + ], + "peak": [ + 73, + 102 + ], + "area_cells": 64 + }, + { + "id": "range_28", + "name": null, + "center": [ + 73, + 165 + ], + "peak": [ + 72, + 167 + ], + "area_cells": 51 + }, + { + "id": "range_29", + "name": null, + "center": [ + 85, + 30 + ], + "peak": [ + 87, + 31 + ], + "area_cells": 63 + }, + { + "id": "range_30", + "name": null, + "center": [ + 83, + 234 + ], + "peak": [ + 84, + 234 + ], + "area_cells": 34 + }, + { + "id": "range_31", + "name": null, + "center": [ + 97, + 165 + ], + "peak": [ + 97, + 167 + ], + "area_cells": 79 + }, + { + "id": "range_32", + "name": null, + "center": [ + 111, + 52 + ], + "peak": [ + 105, + 57 + ], + "area_cells": 610 + }, + { + "id": "range_33", + "name": null, + "center": [ + 99, + 207 + ], + "peak": [ + 100, + 208 + ], + "area_cells": 25 + }, + { + "id": "range_34", + "name": null, + "center": [ + 165, + 357 + ], + "peak": [ + 172, + 374 + ], + "area_cells": 1318 + }, + { + "id": "range_35", + "name": null, + "center": [ + 148, + 426 + ], + "peak": [ + 148, + 426 + ], + "area_cells": 206 + }, + { + "id": "range_36", + "name": null, + "center": [ + 151, + 87 + ], + "peak": [ + 152, + 87 + ], + "area_cells": 131 + }, + { + "id": "range_41", + "name": null, + "center": [ + 164, + 115 + ], + "peak": [ + 163, + 116 + ], + "area_cells": 64 + }, + { + "id": "range_42", + "name": null, + "center": [ + 169, + 419 + ], + "peak": [ + 169, + 421 + ], + "area_cells": 120 + }, + { + "id": "range_46", + "name": null, + "center": [ + 207, + 116 + ], + "peak": [ + 209, + 115 + ], + "area_cells": 109 + }, + { + "id": "range_48", + "name": null, + "center": [ + 213, + 253 + ], + "peak": [ + 213, + 253 + ], + "area_cells": 21 + }, + { + "id": "range_49", + "name": null, + "center": [ + 219, + 397 + ], + "peak": [ + 219, + 397 + ], + "area_cells": 38 + }, + { + "id": "range_50", + "name": null, + "center": [ + 223, + 264 + ], + "peak": [ + 222, + 264 + ], + "area_cells": 23 + }, + { + "id": "range_57", + "name": null, + "center": [ + 248, + 263 + ], + "peak": [ + 248, + 265 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/globe.png new file mode 100644 index 000000000..603a48ff5 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/heightmap.png new file mode 100644 index 000000000..9312cc979 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/index.md new file mode 100644 index 000000000..c3c909d23 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Af-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 140311263 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 33.9 +physical: + gravity_g: 0.04 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.86 + polar_ice_lat: 0.276 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.306 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Af-2 + +Frozen moon. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/markers.json new file mode 100644 index 000000000..0a918d90e --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af-2/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 444 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 124, + 157 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 182, + 165 + ], + "area_fraction": 0.0723 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 169, + 445 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 224, + 262 + ], + "area_fraction": 0.0121 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 284 + ], + "peak": [ + 0, + 285 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 332 + ], + "peak": [ + 13, + 323 + ], + "area_cells": 698 + }, + { + "id": "range_3", + "name": null, + "center": [ + 64, + 477 + ], + "peak": [ + 90, + 485 + ], + "area_cells": 4262 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 12 + ], + "peak": [ + 47, + 0 + ], + "area_cells": 616 + }, + { + "id": "range_6", + "name": null, + "center": [ + 49, + 137 + ], + "peak": [ + 51, + 149 + ], + "area_cells": 545 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 21 + ], + "peak": [ + 103, + 31 + ], + "area_cells": 1240 + }, + { + "id": "range_9", + "name": null, + "center": [ + 82, + 91 + ], + "peak": [ + 82, + 92 + ], + "area_cells": 225 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 266 + ], + "peak": [ + 108, + 269 + ], + "area_cells": 606 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 99 + ], + "peak": [ + 115, + 81 + ], + "area_cells": 913 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 309 + ], + "peak": [ + 109, + 309 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 115, + 429 + ], + "peak": [ + 114, + 440 + ], + "area_cells": 392 + }, + { + "id": "range_15", + "name": null, + "center": [ + 121, + 505 + ], + "peak": [ + 122, + 505 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 165, + 354 + ], + "peak": [ + 181, + 352 + ], + "area_cells": 2631 + }, + { + "id": "range_17", + "name": null, + "center": [ + 138, + 469 + ], + "peak": [ + 136, + 469 + ], + "area_cells": 361 + }, + { + "id": "range_19", + "name": null, + "center": [ + 152, + 311 + ], + "peak": [ + 153, + 310 + ], + "area_cells": 45 + }, + { + "id": "range_20", + "name": null, + "center": [ + 194, + 441 + ], + "peak": [ + 195, + 444 + ], + "area_cells": 43 + }, + { + "id": "range_21", + "name": null, + "center": [ + 196, + 460 + ], + "peak": [ + 197, + 461 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 209, + 379 + ], + "peak": [ + 209, + 379 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 222, + 391 + ], + "peak": [ + 222, + 402 + ], + "area_cells": 464 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af/globe.png new file mode 100644 index 000000000..586493241 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Af/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af/index.md new file mode 100644 index 000000000..d027c083f --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1116Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3088497457 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.233 + period_days: 500.0 + axial_tilt_deg: 8.1 +physical: + gravity_g: null + oblateness: 0.0564 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.132 +--- + +# GJ1116Af + +Gas giant. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/globe.png new file mode 100644 index 000000000..df4d27d75 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/heightmap.png new file mode 100644 index 000000000..814db8484 Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/index.md new file mode 100644 index 000000000..368f27422 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2705768523 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.896 + period_days: 1800.0 + axial_tilt_deg: 53.5 +physical: + gravity_g: 0.22 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.898 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.291 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Ag + +Frozen planet. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/markers.json new file mode 100644 index 000000000..3adb98ee3 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ag/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 209, + 197 + ], + "area_fraction": 0.0897 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 285 + ], + "peak": [ + 60, + 219 + ], + "area_cells": 13660 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 90 + ], + "peak": [ + 62, + 87 + ], + "area_cells": 100 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 22 + ], + "peak": [ + 64, + 22 + ], + "area_cells": 51 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 136 + ], + "peak": [ + 80, + 137 + ], + "area_cells": 592 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 343 + ], + "peak": [ + 104, + 347 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/globe.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/globe.png new file mode 100644 index 000000000..34f5702ab Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/globe.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/heightmap.png b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/heightmap.png new file mode 100644 index 000000000..89f9db49f Binary files /dev/null and b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/index.md b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/index.md new file mode 100644 index 000000000..e75f252ec --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2694616377 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.334 + period_days: 4500.0 + axial_tilt_deg: 51.5 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.715 + polar_ice_lat: 0.182 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.336 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Ah + +Frozen planet. + +**System:** [GJ-1116A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/markers.json b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/markers.json new file mode 100644 index 000000000..1ea70be05 --- /dev/null +++ b/wiki/star-systems/GJ-1116A/bodies/GJ1116Ah/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 135 + ], + "area_fraction": 0.0958 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 412 + ], + "area_fraction": 0.0385 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 37, + 240 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 110, + 194 + ], + "area_fraction": 0.0286 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 165, + 90 + ], + "area_fraction": 0.0646 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 142, + 469 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 174, + 480 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 72, + 287 + ], + "peak": [ + 72, + 286 + ], + "area_cells": 210 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 474 + ], + "peak": [ + 78, + 483 + ], + "area_cells": 1788 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 10 + ], + "peak": [ + 79, + 2 + ], + "area_cells": 415 + }, + { + "id": "range_18", + "name": null, + "center": [ + 148, + 274 + ], + "peak": [ + 151, + 269 + ], + "area_cells": 1456 + }, + { + "id": "range_19", + "name": null, + "center": [ + 142, + 349 + ], + "peak": [ + 143, + 349 + ], + "area_cells": 409 + }, + { + "id": "range_20", + "name": null, + "center": [ + 138, + 400 + ], + "peak": [ + 140, + 401 + ], + "area_cells": 31 + }, + { + "id": "range_21", + "name": null, + "center": [ + 202, + 383 + ], + "peak": [ + 198, + 349 + ], + "area_cells": 9504 + }, + { + "id": "range_23", + "name": null, + "center": [ + 222, + 250 + ], + "peak": [ + 223, + 251 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1116Bb/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/globe.png new file mode 100644 index 000000000..4ac18eae8 Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/heightmap.png new file mode 100644 index 000000000..5d93445ca Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/index.md new file mode 100644 index 000000000..dd0600d3e --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1116Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 148806460 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 34.6 +physical: + gravity_g: 0.32 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.834 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Bb + +Barren planet. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 93% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/markers.json new file mode 100644 index 000000000..c58fe58bb --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bb/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 13, + 321 + ], + "area_fraction": 0.0366 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 54, + 258 + ], + "peak": [ + 54, + 258 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 160, + 196 + ], + "peak": [ + 175, + 141 + ], + "area_cells": 16293 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 268 + ], + "peak": [ + 79, + 268 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 220 + ], + "peak": [ + 91, + 220 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 333 + ], + "peak": [ + 105, + 334 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 220 + ], + "peak": [ + 113, + 221 + ], + "area_cells": 100 + }, + { + "id": "range_14", + "name": null, + "center": [ + 124, + 421 + ], + "peak": [ + 128, + 425 + ], + "area_cells": 345 + }, + { + "id": "range_15", + "name": null, + "center": [ + 126, + 54 + ], + "peak": [ + 126, + 55 + ], + "area_cells": 61 + }, + { + "id": "range_17", + "name": null, + "center": [ + 211, + 417 + ], + "peak": [ + 211, + 487 + ], + "area_cells": 7383 + }, + { + "id": "range_18", + "name": null, + "center": [ + 159, + 33 + ], + "peak": [ + 158, + 33 + ], + "area_cells": 53 + }, + { + "id": "range_19", + "name": null, + "center": [ + 162, + 341 + ], + "peak": [ + 162, + 342 + ], + "area_cells": 48 + }, + { + "id": "range_21", + "name": null, + "center": [ + 166, + 6 + ], + "peak": [ + 165, + 1 + ], + "area_cells": 75 + }, + { + "id": "range_22", + "name": null, + "center": [ + 167, + 508 + ], + "peak": [ + 166, + 511 + ], + "area_cells": 36 + }, + { + "id": "range_24", + "name": null, + "center": [ + 177, + 451 + ], + "peak": [ + 175, + 457 + ], + "area_cells": 44 + }, + { + "id": "range_28", + "name": null, + "center": [ + 197, + 321 + ], + "peak": [ + 198, + 322 + ], + "area_cells": 106 + }, + { + "id": "range_30", + "name": null, + "center": [ + 224, + 25 + ], + "peak": [ + 226, + 28 + ], + "area_cells": 1322 + }, + { + "id": "range_36", + "name": null, + "center": [ + 224, + 242 + ], + "peak": [ + 223, + 242 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/globe.png new file mode 100644 index 000000000..2cdf7a1c8 Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/heightmap.png new file mode 100644 index 000000000..09a4581bd Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/index.md new file mode 100644 index 000000000..258229214 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1116Bc +name: Rynek +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 1248282066 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.248 + period_days: 45.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.86 + oblateness: 0.0035 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.472 + polar_ice_lat: 0.849 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rynek + +Temperate Terminator planet. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 45 days | +| **Inhabited** | yes | +| **Population** | 22M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/markers.json new file mode 100644 index 000000000..3eb3ab0d9 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bc/markers.json @@ -0,0 +1,545 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 93, + 299 + ], + [ + 92, + 298 + ], + [ + 91, + 297 + ], + [ + 90, + 296 + ], + [ + 89, + 296 + ], + [ + 89, + 295 + ], + [ + 88, + 294 + ], + [ + 89, + 293 + ], + [ + 88, + 293 + ], + [ + 87, + 293 + ], + [ + 87, + 294 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 230 + ], + [ + 128, + 231 + ], + [ + 129, + 231 + ], + [ + 130, + 231 + ], + [ + 129, + 232 + ], + [ + 130, + 233 + ], + [ + 131, + 234 + ], + [ + 132, + 235 + ], + [ + 133, + 236 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 89, + 153 + ], + [ + 89, + 152 + ], + [ + 90, + 151 + ], + [ + 90, + 150 + ], + [ + 91, + 149 + ], + [ + 92, + 148 + ], + [ + 93, + 147 + ], + [ + 94, + 146 + ], + [ + 94, + 145 + ], + [ + 95, + 144 + ], + [ + 95, + 143 + ], + [ + 94, + 142 + ], + [ + 93, + 141 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 112, + 235 + ], + [ + 113, + 236 + ], + [ + 113, + 237 + ], + [ + 114, + 236 + ], + [ + 115, + 235 + ], + [ + 116, + 234 + ], + [ + 117, + 233 + ], + [ + 118, + 232 + ], + [ + 119, + 231 + ], + [ + 120, + 230 + ], + [ + 120, + 229 + ], + [ + 120, + 228 + ], + [ + 121, + 227 + ], + [ + 122, + 226 + ], + [ + 123, + 225 + ], + [ + 124, + 224 + ], + [ + 125, + 223 + ], + [ + 126, + 223 + ], + [ + 127, + 222 + ], + [ + 128, + 221 + ], + [ + 128, + 220 + ], + [ + 127, + 221 + ], + [ + 128, + 222 + ], + [ + 129, + 221 + ], + [ + 130, + 221 + ], + [ + 129, + 220 + ], + [ + 128, + 219 + ], + [ + 127, + 220 + ], + [ + 126, + 221 + ], + [ + 126, + 222 + ], + [ + 127, + 223 + ], + [ + 128, + 223 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 46, + 409 + ], + [ + 45, + 409 + ], + [ + 44, + 410 + ], + [ + 43, + 410 + ], + [ + 42, + 409 + ], + [ + 41, + 409 + ], + [ + 40, + 408 + ], + [ + 41, + 408 + ], + [ + 41, + 407 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 224, + 502 + ], + [ + 225, + 503 + ], + [ + 226, + 504 + ], + [ + 227, + 505 + ], + [ + 227, + 506 + ], + [ + 227, + 507 + ], + [ + 227, + 508 + ], + [ + 227, + 509 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 141, + 323 + ], + [ + 141, + 322 + ], + [ + 140, + 321 + ], + [ + 139, + 320 + ], + [ + 138, + 319 + ], + [ + 137, + 318 + ], + [ + 136, + 317 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 45, + 254 + ], + "area_fraction": 0.1702 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 163, + 415 + ], + "area_fraction": 0.2671 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 115, + 54 + ], + "area_fraction": 0.0782 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 203, + 177 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 474 + ], + "peak": [ + 28, + 464 + ], + "area_cells": 1402 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 22 + ], + "peak": [ + 27, + 0 + ], + "area_cells": 577 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 324 + ], + "peak": [ + 39, + 315 + ], + "area_cells": 431 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 367 + ], + "peak": [ + 66, + 365 + ], + "area_cells": 260 + }, + { + "id": "range_5", + "name": null, + "center": [ + 175, + 235 + ], + "peak": [ + 176, + 205 + ], + "area_cells": 1582 + }, + { + "id": "range_6", + "name": null, + "center": [ + 190, + 85 + ], + "peak": [ + 192, + 103 + ], + "area_cells": 460 + }, + { + "id": "range_8", + "name": null, + "center": [ + 242, + 185 + ], + "peak": [ + 240, + 183 + ], + "area_cells": 335 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/globe.png new file mode 100644 index 000000000..b88a1552f Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/heightmap.png new file mode 100644 index 000000000..ce28bf266 Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/index.md new file mode 100644 index 000000000..3e82370c5 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1116Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3310861858 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.713 + period_days: 220.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.26 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Bd + +Frozen planet. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/markers.json new file mode 100644 index 000000000..ab38b3a08 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bd/markers.json @@ -0,0 +1,158 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 58, + 40 + ], + [ + 59, + 39 + ], + [ + 60, + 40 + ], + [ + 61, + 40 + ], + [ + 62, + 41 + ], + [ + 63, + 41 + ], + [ + 64, + 42 + ], + [ + 65, + 41 + ], + [ + 66, + 42 + ], + [ + 67, + 43 + ], + [ + 68, + 44 + ], + [ + 69, + 45 + ], + [ + 70, + 46 + ], + [ + 71, + 47 + ], + [ + 72, + 48 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 92, + 47 + ], + [ + 91, + 46 + ], + [ + 90, + 45 + ], + [ + 89, + 44 + ], + [ + 88, + 43 + ], + [ + 87, + 42 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 97, + 351 + ], + "area_fraction": 0.0391 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 81, + 95 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 29 + ], + "peak": [ + 160, + 33 + ], + "area_cells": 484 + }, + { + "id": "range_2", + "name": null, + "center": [ + 188, + 485 + ], + "peak": [ + 186, + 499 + ], + "area_cells": 495 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/globe.png new file mode 100644 index 000000000..99af53e6a Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/heightmap.png new file mode 100644 index 000000000..40c91f841 Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/index.md new file mode 100644 index 000000000..386db6f80 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1116Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 691558239 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 45.7 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.407 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Be-m1 + +Frozen moon. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 90% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/markers.json new file mode 100644 index 000000000..409ea5706 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m1/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 128, + 364 + ], + "area_fraction": 0.006 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 121, + 317 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 181, + 408 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 229, + 158 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 222, + 480 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 465 + ], + "peak": [ + 46, + 471 + ], + "area_cells": 5126 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 134 + ], + "peak": [ + 47, + 17 + ], + "area_cells": 9953 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 275 + ], + "peak": [ + 61, + 290 + ], + "area_cells": 307 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 144 + ], + "peak": [ + 92, + 141 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 225 + ], + "peak": [ + 135, + 225 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/globe.png new file mode 100644 index 000000000..5ebeb2d3c Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/heightmap.png new file mode 100644 index 000000000..41810c1a7 Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/index.md new file mode 100644 index 000000000..c2c7cdbf1 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1116Be-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 110938306 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.097 + period_days: 11.0 + axial_tilt_deg: 29.7 +physical: + gravity_g: 0.08 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.88 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Be-m2 + +Barren moon. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/markers.json new file mode 100644 index 000000000..f276c7264 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be-m2/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 385 + ], + "peak": [ + 12, + 388 + ], + "area_cells": 734 + }, + { + "id": "range_2", + "name": null, + "center": [ + 74, + 183 + ], + "peak": [ + 115, + 92 + ], + "area_cells": 12953 + }, + { + "id": "range_12", + "name": null, + "center": [ + 39, + 410 + ], + "peak": [ + 45, + 397 + ], + "area_cells": 392 + }, + { + "id": "range_13", + "name": null, + "center": [ + 40, + 501 + ], + "peak": [ + 43, + 500 + ], + "area_cells": 108 + }, + { + "id": "range_15", + "name": null, + "center": [ + 78, + 52 + ], + "peak": [ + 96, + 62 + ], + "area_cells": 1513 + }, + { + "id": "range_16", + "name": null, + "center": [ + 44, + 447 + ], + "peak": [ + 46, + 447 + ], + "area_cells": 70 + }, + { + "id": "range_17", + "name": null, + "center": [ + 47, + 19 + ], + "peak": [ + 52, + 22 + ], + "area_cells": 155 + }, + { + "id": "range_18", + "name": null, + "center": [ + 113, + 374 + ], + "peak": [ + 114, + 345 + ], + "area_cells": 5467 + }, + { + "id": "range_23", + "name": null, + "center": [ + 47, + 464 + ], + "peak": [ + 49, + 464 + ], + "area_cells": 65 + }, + { + "id": "range_27", + "name": null, + "center": [ + 75, + 378 + ], + "peak": [ + 75, + 378 + ], + "area_cells": 123 + }, + { + "id": "range_28", + "name": null, + "center": [ + 74, + 507 + ], + "peak": [ + 77, + 511 + ], + "area_cells": 73 + }, + { + "id": "range_29", + "name": null, + "center": [ + 85, + 7 + ], + "peak": [ + 91, + 8 + ], + "area_cells": 252 + }, + { + "id": "range_34", + "name": null, + "center": [ + 113, + 490 + ], + "peak": [ + 112, + 494 + ], + "area_cells": 108 + }, + { + "id": "range_36", + "name": null, + "center": [ + 125, + 52 + ], + "peak": [ + 125, + 52 + ], + "area_cells": 86 + }, + { + "id": "range_37", + "name": null, + "center": [ + 123, + 11 + ], + "peak": [ + 123, + 12 + ], + "area_cells": 37 + }, + { + "id": "range_41", + "name": null, + "center": [ + 133, + 67 + ], + "peak": [ + 131, + 71 + ], + "area_cells": 182 + }, + { + "id": "range_42", + "name": null, + "center": [ + 192, + 268 + ], + "peak": [ + 178, + 250 + ], + "area_cells": 2700 + }, + { + "id": "range_43", + "name": null, + "center": [ + 143, + 480 + ], + "peak": [ + 143, + 481 + ], + "area_cells": 57 + }, + { + "id": "range_44", + "name": null, + "center": [ + 155, + 199 + ], + "peak": [ + 156, + 200 + ], + "area_cells": 41 + }, + { + "id": "range_46", + "name": null, + "center": [ + 164, + 348 + ], + "peak": [ + 166, + 348 + ], + "area_cells": 22 + }, + { + "id": "range_47", + "name": null, + "center": [ + 214, + 364 + ], + "peak": [ + 214, + 365 + ], + "area_cells": 101 + }, + { + "id": "range_48", + "name": null, + "center": [ + 233, + 421 + ], + "peak": [ + 221, + 432 + ], + "area_cells": 303 + }, + { + "id": "range_49", + "name": null, + "center": [ + 228, + 437 + ], + "peak": [ + 227, + 438 + ], + "area_cells": 32 + }, + { + "id": "range_51", + "name": null, + "center": [ + 247, + 348 + ], + "peak": [ + 245, + 345 + ], + "area_cells": 99 + }, + { + "id": "range_53", + "name": null, + "center": [ + 248, + 388 + ], + "peak": [ + 252, + 388 + ], + "area_cells": 125 + }, + { + "id": "range_54", + "name": null, + "center": [ + 248, + 361 + ], + "peak": [ + 250, + 361 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be/globe.png new file mode 100644 index 000000000..b4216bc0e Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Be/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be/index.md new file mode 100644 index 000000000..006e0d0e1 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1116Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1044633242 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.513 + period_days: 680.0 + axial_tilt_deg: 18.0 +physical: + gravity_g: null + oblateness: 0.0806 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.109 +--- + +# GJ1116Be + +Gas giant. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/globe.png new file mode 100644 index 000000000..ec7cc3c1f Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/heightmap.png new file mode 100644 index 000000000..2409378ce Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/index.md new file mode 100644 index 000000000..d669ad245 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1095849089 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.896 + period_days: 1800.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.37 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.803 + polar_ice_lat: 0.21 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.431 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Bf + +Frozen planet. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/markers.json new file mode 100644 index 000000000..03d9959b9 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bf/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 23, + 146 + ], + "area_fraction": 0.1128 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 24, + 461 + ], + "area_fraction": 0.0393 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 142, + 120 + ], + "area_fraction": 0.0223 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 189 + ], + "peak": [ + 81, + 189 + ], + "area_cells": 40 + }, + { + "id": "range_2", + "name": null, + "center": [ + 82, + 229 + ], + "peak": [ + 83, + 231 + ], + "area_cells": 169 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 430 + ], + "peak": [ + 105, + 383 + ], + "area_cells": 3017 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 288 + ], + "peak": [ + 88, + 290 + ], + "area_cells": 578 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 336 + ], + "peak": [ + 89, + 337 + ], + "area_cells": 147 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 22 + ], + "peak": [ + 92, + 0 + ], + "area_cells": 861 + }, + { + "id": "range_12", + "name": null, + "center": [ + 179, + 299 + ], + "peak": [ + 149, + 345 + ], + "area_cells": 7041 + }, + { + "id": "range_13", + "name": null, + "center": [ + 218, + 32 + ], + "peak": [ + 208, + 22 + ], + "area_cells": 2985 + }, + { + "id": "range_14", + "name": null, + "center": [ + 199, + 371 + ], + "peak": [ + 198, + 372 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 202, + 441 + ], + "peak": [ + 201, + 441 + ], + "area_cells": 31 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 123 + ], + "peak": [ + 210, + 156 + ], + "area_cells": 2216 + }, + { + "id": "range_17", + "name": null, + "center": [ + 208, + 509 + ], + "peak": [ + 209, + 510 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 211, + 465 + ], + "peak": [ + 210, + 466 + ], + "area_cells": 52 + }, + { + "id": "range_23", + "name": null, + "center": [ + 245, + 318 + ], + "peak": [ + 255, + 319 + ], + "area_cells": 289 + }, + { + "id": "range_24", + "name": null, + "center": [ + 240, + 479 + ], + "peak": [ + 244, + 480 + ], + "area_cells": 1871 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/globe.png new file mode 100644 index 000000000..131446fdd Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/heightmap.png new file mode 100644 index 000000000..f87063fac Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/index.md new file mode 100644 index 000000000..3707db627 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1467938313 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.413 + period_days: 4600.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.28 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.863 + polar_ice_lat: 0.182 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Bg + +Frozen planet. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/markers.json new file mode 100644 index 000000000..720fa7120 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bg/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 18, + 232 + ], + "area_fraction": 0.1085 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 43, + 52 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 51, + 443 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 263 + ], + "peak": [ + 77, + 264 + ], + "area_cells": 22 + }, + { + "id": "range_2", + "name": null, + "center": [ + 104, + 267 + ], + "peak": [ + 103, + 268 + ], + "area_cells": 883 + }, + { + "id": "range_6", + "name": null, + "center": [ + 102, + 143 + ], + "peak": [ + 104, + 144 + ], + "area_cells": 57 + }, + { + "id": "range_12", + "name": null, + "center": [ + 136, + 82 + ], + "peak": [ + 136, + 83 + ], + "area_cells": 121 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 65 + ], + "peak": [ + 132, + 65 + ], + "area_cells": 92 + }, + { + "id": "range_18", + "name": null, + "center": [ + 198, + 242 + ], + "peak": [ + 204, + 173 + ], + "area_cells": 18189 + }, + { + "id": "range_20", + "name": null, + "center": [ + 143, + 20 + ], + "peak": [ + 144, + 21 + ], + "area_cells": 38 + }, + { + "id": "range_22", + "name": null, + "center": [ + 148, + 43 + ], + "peak": [ + 148, + 43 + ], + "area_cells": 25 + }, + { + "id": "range_23", + "name": null, + "center": [ + 166, + 4 + ], + "peak": [ + 167, + 4 + ], + "area_cells": 82 + }, + { + "id": "range_24", + "name": null, + "center": [ + 165, + 308 + ], + "peak": [ + 166, + 310 + ], + "area_cells": 29 + }, + { + "id": "range_25", + "name": null, + "center": [ + 168, + 113 + ], + "peak": [ + 169, + 114 + ], + "area_cells": 23 + }, + { + "id": "range_26", + "name": null, + "center": [ + 168, + 508 + ], + "peak": [ + 170, + 511 + ], + "area_cells": 40 + }, + { + "id": "range_27", + "name": null, + "center": [ + 184, + 3 + ], + "peak": [ + 185, + 4 + ], + "area_cells": 61 + }, + { + "id": "range_28", + "name": null, + "center": [ + 187, + 503 + ], + "peak": [ + 188, + 504 + ], + "area_cells": 65 + }, + { + "id": "range_29", + "name": null, + "center": [ + 204, + 419 + ], + "peak": [ + 206, + 415 + ], + "area_cells": 288 + }, + { + "id": "range_30", + "name": null, + "center": [ + 199, + 22 + ], + "peak": [ + 198, + 20 + ], + "area_cells": 74 + }, + { + "id": "range_31", + "name": null, + "center": [ + 206, + 102 + ], + "peak": [ + 207, + 102 + ], + "area_cells": 114 + }, + { + "id": "range_32", + "name": null, + "center": [ + 223, + 360 + ], + "peak": [ + 224, + 363 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/globe.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/globe.png new file mode 100644 index 000000000..366880a7b Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/globe.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/heightmap.png b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/heightmap.png new file mode 100644 index 000000000..c21dbbc39 Binary files /dev/null and b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/index.md b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/index.md new file mode 100644 index 000000000..86a88997a --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1116Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1247938866 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.205 + period_days: 10200.0 + axial_tilt_deg: 47.8 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1116Bh + +Frozen planet. + +**System:** [GJ-1116B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 10200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/markers.json b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/markers.json new file mode 100644 index 000000000..26d577a34 --- /dev/null +++ b/wiki/star-systems/GJ-1116B/bodies/GJ1116Bh/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 206 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 31, + 447 + ], + "area_fraction": 0.0394 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 133, + 214 + ], + "area_fraction": 0.0187 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 305 + ], + "peak": [ + 39, + 301 + ], + "area_cells": 662 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 276 + ], + "peak": [ + 34, + 276 + ], + "area_cells": 81 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 66 + ], + "peak": [ + 43, + 66 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 24 + ], + "peak": [ + 72, + 5 + ], + "area_cells": 810 + }, + { + "id": "range_8", + "name": null, + "center": [ + 74, + 502 + ], + "peak": [ + 72, + 511 + ], + "area_cells": 221 + }, + { + "id": "range_9", + "name": null, + "center": [ + 89, + 389 + ], + "peak": [ + 89, + 385 + ], + "area_cells": 216 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 69 + ], + "peak": [ + 95, + 62 + ], + "area_cells": 2077 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 4 + ], + "peak": [ + 117, + 5 + ], + "area_cells": 60 + }, + { + "id": "range_13", + "name": null, + "center": [ + 122, + 473 + ], + "peak": [ + 123, + 473 + ], + "area_cells": 32 + }, + { + "id": "range_15", + "name": null, + "center": [ + 143, + 118 + ], + "peak": [ + 143, + 118 + ], + "area_cells": 109 + }, + { + "id": "range_16", + "name": null, + "center": [ + 169, + 296 + ], + "peak": [ + 166, + 300 + ], + "area_cells": 1447 + }, + { + "id": "range_17", + "name": null, + "center": [ + 211, + 48 + ], + "peak": [ + 226, + 43 + ], + "area_cells": 8336 + }, + { + "id": "range_19", + "name": null, + "center": [ + 220, + 244 + ], + "peak": [ + 199, + 194 + ], + "area_cells": 3532 + }, + { + "id": "range_20", + "name": null, + "center": [ + 191, + 507 + ], + "peak": [ + 189, + 511 + ], + "area_cells": 59 + }, + { + "id": "range_22", + "name": null, + "center": [ + 203, + 321 + ], + "peak": [ + 201, + 321 + ], + "area_cells": 245 + }, + { + "id": "range_24", + "name": null, + "center": [ + 219, + 298 + ], + "peak": [ + 216, + 305 + ], + "area_cells": 365 + }, + { + "id": "range_25", + "name": null, + "center": [ + 239, + 485 + ], + "peak": [ + 244, + 511 + ], + "area_cells": 1745 + }, + { + "id": "range_27", + "name": null, + "center": [ + 238, + 433 + ], + "peak": [ + 230, + 439 + ], + "area_cells": 227 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1125b/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125b/globe.png new file mode 100644 index 000000000..c97d269ed Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125b/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125b/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125b/heightmap.png new file mode 100644 index 000000000..6844c0fda Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125b/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125b/index.md new file mode 100644 index 000000000..975d1ae99 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1125b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2588944187 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 4.0 +physical: + gravity_g: 0.34 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.956 + polar_ice_lat: 0.933 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125b + +Barren planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 96% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125b/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125b/markers.json new file mode 100644 index 000000000..05d04bad2 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125b/markers.json @@ -0,0 +1,545 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 118, + 390 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 116 + ], + "peak": [ + 66, + 121 + ], + "area_cells": 7190 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 352 + ], + "peak": [ + 7, + 361 + ], + "area_cells": 2618 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 420 + ], + "peak": [ + 0, + 407 + ], + "area_cells": 643 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 465 + ], + "peak": [ + 32, + 464 + ], + "area_cells": 123 + }, + { + "id": "range_8", + "name": null, + "center": [ + 30, + 481 + ], + "peak": [ + 31, + 482 + ], + "area_cells": 57 + }, + { + "id": "range_9", + "name": null, + "center": [ + 32, + 24 + ], + "peak": [ + 33, + 26 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 46, + 346 + ], + "peak": [ + 47, + 346 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 58, + 405 + ], + "peak": [ + 59, + 406 + ], + "area_cells": 29 + }, + { + "id": "range_16", + "name": null, + "center": [ + 79, + 443 + ], + "peak": [ + 83, + 446 + ], + "area_cells": 261 + }, + { + "id": "range_17", + "name": null, + "center": [ + 72, + 4 + ], + "peak": [ + 71, + 4 + ], + "area_cells": 106 + }, + { + "id": "range_18", + "name": null, + "center": [ + 78, + 504 + ], + "peak": [ + 78, + 505 + ], + "area_cells": 217 + }, + { + "id": "range_20", + "name": null, + "center": [ + 80, + 289 + ], + "peak": [ + 80, + 289 + ], + "area_cells": 168 + }, + { + "id": "range_21", + "name": null, + "center": [ + 80, + 395 + ], + "peak": [ + 80, + 395 + ], + "area_cells": 64 + }, + { + "id": "range_23", + "name": null, + "center": [ + 95, + 26 + ], + "peak": [ + 82, + 27 + ], + "area_cells": 228 + }, + { + "id": "range_25", + "name": null, + "center": [ + 86, + 256 + ], + "peak": [ + 85, + 257 + ], + "area_cells": 137 + }, + { + "id": "range_26", + "name": null, + "center": [ + 112, + 413 + ], + "peak": [ + 118, + 415 + ], + "area_cells": 173 + }, + { + "id": "range_27", + "name": null, + "center": [ + 102, + 83 + ], + "peak": [ + 103, + 83 + ], + "area_cells": 66 + }, + { + "id": "range_28", + "name": null, + "center": [ + 108, + 228 + ], + "peak": [ + 109, + 227 + ], + "area_cells": 159 + }, + { + "id": "range_30", + "name": null, + "center": [ + 140, + 62 + ], + "peak": [ + 117, + 107 + ], + "area_cells": 1484 + }, + { + "id": "range_36", + "name": null, + "center": [ + 128, + 154 + ], + "peak": [ + 126, + 155 + ], + "area_cells": 107 + }, + { + "id": "range_37", + "name": null, + "center": [ + 128, + 273 + ], + "peak": [ + 128, + 274 + ], + "area_cells": 20 + }, + { + "id": "range_38", + "name": null, + "center": [ + 161, + 111 + ], + "peak": [ + 165, + 110 + ], + "area_cells": 536 + }, + { + "id": "range_39", + "name": null, + "center": [ + 144, + 247 + ], + "peak": [ + 144, + 248 + ], + "area_cells": 122 + }, + { + "id": "range_45", + "name": null, + "center": [ + 159, + 167 + ], + "peak": [ + 160, + 168 + ], + "area_cells": 71 + }, + { + "id": "range_46", + "name": null, + "center": [ + 182, + 258 + ], + "peak": [ + 182, + 259 + ], + "area_cells": 131 + }, + { + "id": "range_50", + "name": null, + "center": [ + 185, + 240 + ], + "peak": [ + 185, + 241 + ], + "area_cells": 27 + }, + { + "id": "range_51", + "name": null, + "center": [ + 185, + 504 + ], + "peak": [ + 184, + 505 + ], + "area_cells": 21 + }, + { + "id": "range_55", + "name": null, + "center": [ + 196, + 436 + ], + "peak": [ + 195, + 436 + ], + "area_cells": 119 + }, + { + "id": "range_56", + "name": null, + "center": [ + 200, + 418 + ], + "peak": [ + 199, + 418 + ], + "area_cells": 25 + }, + { + "id": "range_57", + "name": null, + "center": [ + 234, + 491 + ], + "peak": [ + 217, + 503 + ], + "area_cells": 1157 + }, + { + "id": "range_61", + "name": null, + "center": [ + 211, + 265 + ], + "peak": [ + 212, + 265 + ], + "area_cells": 31 + }, + { + "id": "range_62", + "name": null, + "center": [ + 211, + 60 + ], + "peak": [ + 214, + 60 + ], + "area_cells": 44 + }, + { + "id": "range_63", + "name": null, + "center": [ + 238, + 121 + ], + "peak": [ + 225, + 107 + ], + "area_cells": 860 + }, + { + "id": "range_67", + "name": null, + "center": [ + 233, + 161 + ], + "peak": [ + 218, + 173 + ], + "area_cells": 370 + }, + { + "id": "range_69", + "name": null, + "center": [ + 215, + 417 + ], + "peak": [ + 214, + 418 + ], + "area_cells": 54 + }, + { + "id": "range_70", + "name": null, + "center": [ + 240, + 28 + ], + "peak": [ + 244, + 62 + ], + "area_cells": 1697 + }, + { + "id": "range_71", + "name": null, + "center": [ + 227, + 241 + ], + "peak": [ + 225, + 242 + ], + "area_cells": 29 + }, + { + "id": "range_72", + "name": null, + "center": [ + 237, + 430 + ], + "peak": [ + 241, + 430 + ], + "area_cells": 190 + }, + { + "id": "range_77", + "name": null, + "center": [ + 248, + 255 + ], + "peak": [ + 250, + 255 + ], + "area_cells": 91 + }, + { + "id": "range_79", + "name": null, + "center": [ + 248, + 463 + ], + "peak": [ + 252, + 463 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125c/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125c/globe.png new file mode 100644 index 000000000..54047931d Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125c/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125c/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125c/heightmap.png new file mode 100644 index 000000000..665e2be43 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125c/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125c/index.md new file mode 100644 index 000000000..ea89070d2 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1125c +name: Hwaseong +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 1557557945 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 3.0 +physical: + gravity_g: 1.3 + oblateness: 0.0039 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.475 + polar_ice_lat: 0.835 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.365 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Hwaseong + +Temperate Terminator planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 1.3g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 48% | +| **Year** | 18 days | +| **Inhabited** | yes | +| **Population** | 140K | +| **Economy** | research | +| **Settlement** | urban_concentrated | +| **Industry** | biotech_ceramics | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125c/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125c/markers.json new file mode 100644 index 000000000..11698135c --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125c/markers.json @@ -0,0 +1,540 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 185, + 173 + ], + [ + 186, + 172 + ], + [ + 187, + 171 + ], + [ + 188, + 170 + ], + [ + 189, + 170 + ], + [ + 190, + 170 + ], + [ + 190, + 171 + ], + [ + 191, + 170 + ], + [ + 190, + 169 + ], + [ + 191, + 168 + ], + [ + 191, + 167 + ], + [ + 191, + 166 + ], + [ + 192, + 165 + ], + [ + 192, + 164 + ], + [ + 192, + 163 + ], + [ + 192, + 162 + ], + [ + 192, + 161 + ], + [ + 193, + 160 + ], + [ + 194, + 159 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 0 + ], + [ + 254, + 511 + ], + [ + 253, + 0 + ], + [ + 252, + 0 + ], + [ + 252, + 511 + ], + [ + 251, + 510 + ], + [ + 250, + 510 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 127, + 510 + ], + [ + 126, + 510 + ], + [ + 126, + 511 + ], + [ + 125, + 510 + ], + [ + 124, + 511 + ], + [ + 124, + 0 + ], + [ + 124, + 1 + ], + [ + 123, + 0 + ], + [ + 123, + 1 + ], + [ + 122, + 2 + ], + [ + 121, + 1 + ], + [ + 120, + 2 + ], + [ + 119, + 3 + ], + [ + 118, + 3 + ], + [ + 118, + 4 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 247, + 372 + ], + [ + 247, + 373 + ], + [ + 246, + 374 + ], + [ + 245, + 375 + ], + [ + 244, + 376 + ], + [ + 243, + 377 + ], + [ + 242, + 378 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 198, + 53 + ], + [ + 199, + 52 + ], + [ + 200, + 51 + ], + [ + 199, + 50 + ], + [ + 200, + 50 + ], + [ + 200, + 49 + ], + [ + 201, + 50 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 235, + 494 + ], + [ + 234, + 493 + ], + [ + 235, + 492 + ], + [ + 236, + 491 + ], + [ + 236, + 490 + ], + [ + 237, + 489 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 95, + 403 + ], + [ + 96, + 404 + ], + [ + 97, + 405 + ], + [ + 98, + 405 + ], + [ + 99, + 404 + ], + [ + 100, + 404 + ], + [ + 101, + 403 + ], + [ + 102, + 402 + ], + [ + 103, + 401 + ], + [ + 104, + 400 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 503 + ], + [ + 254, + 503 + ], + [ + 253, + 503 + ], + [ + 253, + 504 + ], + [ + 252, + 504 + ], + [ + 251, + 503 + ], + [ + 250, + 504 + ], + [ + 249, + 505 + ], + [ + 248, + 506 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 202, + 442 + ], + [ + 201, + 443 + ], + [ + 200, + 443 + ], + [ + 199, + 442 + ], + [ + 198, + 442 + ], + [ + 197, + 441 + ], + [ + 196, + 440 + ], + [ + 195, + 439 + ], + [ + 195, + 438 + ], + [ + 194, + 437 + ], + [ + 193, + 437 + ], + [ + 192, + 436 + ], + [ + 191, + 435 + ], + [ + 190, + 434 + ], + [ + 189, + 433 + ], + [ + 188, + 433 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 243, + 441 + ], + [ + 242, + 441 + ], + [ + 241, + 441 + ], + [ + 240, + 440 + ], + [ + 239, + 439 + ], + [ + 238, + 438 + ], + [ + 238, + 437 + ], + [ + 238, + 436 + ], + [ + 237, + 435 + ], + [ + 236, + 435 + ], + [ + 235, + 434 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 170, + 244 + ], + "area_fraction": 0.524 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 281 + ], + "peak": [ + 55, + 434 + ], + "area_cells": 21340 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 42 + ], + "peak": [ + 69, + 47 + ], + "area_cells": 91 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125d/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125d/globe.png new file mode 100644 index 000000000..0d1541680 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125d/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125d/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125d/heightmap.png new file mode 100644 index 000000000..9c6c85842 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125d/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125d/index.md new file mode 100644 index 000000000..f5ffbc7eb --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1125d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2154648905 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.441 + period_days: 120.0 + axial_tilt_deg: 48.1 +physical: + gravity_g: 0.46 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.114 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.203 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125d + +Frozen planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125d/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125d/markers.json new file mode 100644 index 000000000..9d5010802 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125d/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 159, + 261 + ], + [ + 160, + 260 + ], + [ + 161, + 259 + ], + [ + 162, + 259 + ], + [ + 163, + 259 + ], + [ + 164, + 258 + ], + [ + 165, + 257 + ], + [ + 166, + 256 + ], + [ + 166, + 255 + ], + [ + 166, + 254 + ], + [ + 165, + 253 + ], + [ + 166, + 252 + ], + [ + 166, + 251 + ], + [ + 165, + 251 + ], + [ + 165, + 250 + ], + [ + 164, + 250 + ], + [ + 164, + 251 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 1, + 18 + ], + [ + 0, + 19 + ], + [ + 1, + 20 + ], + [ + 1, + 21 + ], + [ + 2, + 20 + ], + [ + 2, + 19 + ], + [ + 3, + 20 + ], + [ + 4, + 21 + ], + [ + 5, + 20 + ], + [ + 6, + 19 + ], + [ + 7, + 19 + ], + [ + 8, + 18 + ], + [ + 8, + 17 + ], + [ + 9, + 17 + ], + [ + 10, + 17 + ], + [ + 11, + 17 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 188 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 25 + ], + "peak": [ + 122, + 11 + ], + "area_cells": 1726 + }, + { + "id": "range_2", + "name": null, + "center": [ + 98, + 417 + ], + "peak": [ + 98, + 419 + ], + "area_cells": 95 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 494 + ], + "peak": [ + 122, + 510 + ], + "area_cells": 781 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 447 + ], + "peak": [ + 118, + 448 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 107 + ], + "peak": [ + 155, + 145 + ], + "area_cells": 4226 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 454 + ], + "peak": [ + 134, + 454 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 161, + 416 + ], + "peak": [ + 160, + 414 + ], + "area_cells": 130 + }, + { + "id": "range_8", + "name": null, + "center": [ + 165, + 446 + ], + "peak": [ + 167, + 442 + ], + "area_cells": 173 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/globe.png new file mode 100644 index 000000000..fcb78c99e Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/heightmap.png new file mode 100644 index 000000000..cb695dad5 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/index.md new file mode 100644 index 000000000..e9384042d --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1125e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3076485664 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 57.8 +physical: + gravity_g: 0.1 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.281 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125e-m1 + +Frozen moon. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/markers.json new file mode 100644 index 000000000..217741a63 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125e-m1/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 73, + 167 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 71, + 249 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 102, + 408 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 12, + 342 + ], + "peak": [ + 1, + 328 + ], + "area_cells": 568 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 41 + ], + "peak": [ + 19, + 53 + ], + "area_cells": 1408 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 479 + ], + "peak": [ + 51, + 479 + ], + "area_cells": 1627 + }, + { + "id": "range_9", + "name": null, + "center": [ + 53, + 339 + ], + "peak": [ + 55, + 343 + ], + "area_cells": 163 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 310 + ], + "peak": [ + 53, + 311 + ], + "area_cells": 99 + }, + { + "id": "range_11", + "name": null, + "center": [ + 66, + 502 + ], + "peak": [ + 66, + 506 + ], + "area_cells": 61 + }, + { + "id": "range_12", + "name": null, + "center": [ + 191, + 396 + ], + "peak": [ + 174, + 387 + ], + "area_cells": 9872 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 222 + ], + "peak": [ + 177, + 201 + ], + "area_cells": 2098 + }, + { + "id": "range_15", + "name": null, + "center": [ + 167, + 332 + ], + "peak": [ + 168, + 331 + ], + "area_cells": 265 + }, + { + "id": "range_17", + "name": null, + "center": [ + 219, + 194 + ], + "peak": [ + 220, + 186 + ], + "area_cells": 214 + }, + { + "id": "range_19", + "name": null, + "center": [ + 248, + 3 + ], + "peak": [ + 251, + 4 + ], + "area_cells": 90 + }, + { + "id": "range_20", + "name": null, + "center": [ + 246, + 507 + ], + "peak": [ + 246, + 505 + ], + "area_cells": 53 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 487 + ], + "peak": [ + 252, + 488 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125e/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125e/globe.png new file mode 100644 index 000000000..de1c16e08 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125e/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125e/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125e/index.md new file mode 100644 index 000000000..76be17f65 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1125e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2489300832 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: null + oblateness: 0.0738 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.144 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.094 +--- + +# GJ1125e + +Gas giant. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125f/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125f/globe.png new file mode 100644 index 000000000..05fbddcaf Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125f/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125f/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125f/heightmap.png new file mode 100644 index 000000000..265ecaa46 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125f/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125f/index.md new file mode 100644 index 000000000..a041bd253 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1125f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3108086378 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.36 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.054 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.292 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125f + +Frozen planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125f/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125f/markers.json new file mode 100644 index 000000000..1d7542e3b --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125f/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 238 + ], + "area_fraction": 0.2213 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 66, + 278 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 128, + 351 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 141, + 418 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 146 + ], + "peak": [ + 110, + 142 + ], + "area_cells": 2303 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 428 + ], + "peak": [ + 84, + 429 + ], + "area_cells": 42 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 373 + ], + "peak": [ + 89, + 373 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 477 + ], + "peak": [ + 88, + 479 + ], + "area_cells": 58 + }, + { + "id": "range_6", + "name": null, + "center": [ + 138, + 477 + ], + "peak": [ + 136, + 474 + ], + "area_cells": 201 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 15 + ], + "peak": [ + 143, + 12 + ], + "area_cells": 211 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 338 + ], + "peak": [ + 165, + 336 + ], + "area_cells": 70 + }, + { + "id": "range_10", + "name": null, + "center": [ + 178, + 468 + ], + "peak": [ + 181, + 471 + ], + "area_cells": 85 + }, + { + "id": "range_11", + "name": null, + "center": [ + 189, + 31 + ], + "peak": [ + 184, + 20 + ], + "area_cells": 1005 + }, + { + "id": "range_12", + "name": null, + "center": [ + 187, + 504 + ], + "peak": [ + 186, + 507 + ], + "area_cells": 67 + }, + { + "id": "range_18", + "name": null, + "center": [ + 220, + 350 + ], + "peak": [ + 213, + 349 + ], + "area_cells": 96 + }, + { + "id": "range_19", + "name": null, + "center": [ + 230, + 366 + ], + "peak": [ + 236, + 364 + ], + "area_cells": 163 + }, + { + "id": "range_20", + "name": null, + "center": [ + 226, + 42 + ], + "peak": [ + 226, + 39 + ], + "area_cells": 54 + }, + { + "id": "range_21", + "name": null, + "center": [ + 240, + 474 + ], + "peak": [ + 233, + 487 + ], + "area_cells": 1032 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125g/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125g/globe.png new file mode 100644 index 000000000..5337b522c Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125g/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125g/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125g/heightmap.png new file mode 100644 index 000000000..f17e69a39 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125g/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125g/index.md new file mode 100644 index 000000000..e758167c3 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1125g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1343574041 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.259 + period_days: 3600.0 + axial_tilt_deg: 28.9 +physical: + gravity_g: 0.27 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.732 + polar_ice_lat: 0.222 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.323 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125g + +Frozen planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125g/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125g/markers.json new file mode 100644 index 000000000..0b2f6bbba --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125g/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 153 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 68, + 193 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_21", + "name": null, + "kind": "ocean", + "center": [ + 217, + 244 + ], + "area_fraction": 0.2356 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 473 + ], + "peak": [ + 43, + 472 + ], + "area_cells": 57 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 398 + ], + "peak": [ + 95, + 407 + ], + "area_cells": 11854 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 108 + ], + "peak": [ + 83, + 86 + ], + "area_cells": 9470 + }, + { + "id": "range_9", + "name": null, + "center": [ + 129, + 45 + ], + "peak": [ + 128, + 46 + ], + "area_cells": 52 + }, + { + "id": "range_10", + "name": null, + "center": [ + 130, + 258 + ], + "peak": [ + 131, + 258 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 135, + 242 + ], + "peak": [ + 134, + 244 + ], + "area_cells": 167 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 426 + ], + "peak": [ + 160, + 426 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125h/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125h/globe.png new file mode 100644 index 000000000..cc8e28bda Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125h/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125h/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125h/heightmap.png new file mode 100644 index 000000000..582706e57 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125h/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125h/index.md new file mode 100644 index 000000000..a777a8af4 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1125h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2645993715 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.373 + period_days: 8200.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.745 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125h + +Frozen planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 8200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125h/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125h/markers.json new file mode 100644 index 000000000..63753544d --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 62, + 331 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_43", + "name": null, + "kind": "ocean", + "center": [ + 207, + 127 + ], + "area_fraction": 0.1538 + }, + { + "id": "water_53", + "name": null, + "kind": "sea", + "center": [ + 234, + 414 + ], + "area_fraction": 0.0561 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 100 + ], + "peak": [ + 7, + 100 + ], + "area_cells": 4188 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 219 + ], + "peak": [ + 59, + 219 + ], + "area_cells": 78 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 388 + ], + "peak": [ + 93, + 388 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 97, + 478 + ], + "peak": [ + 99, + 482 + ], + "area_cells": 151 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 446 + ], + "peak": [ + 129, + 454 + ], + "area_cells": 2404 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 500 + ], + "peak": [ + 101, + 502 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 133, + 376 + ], + "peak": [ + 130, + 373 + ], + "area_cells": 180 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 414 + ], + "peak": [ + 182, + 415 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125i/globe.png b/wiki/star-systems/GJ-1125/bodies/GJ1125i/globe.png new file mode 100644 index 000000000..92962a6ff Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125i/globe.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125i/heightmap.png b/wiki/star-systems/GJ-1125/bodies/GJ1125i/heightmap.png new file mode 100644 index 000000000..13247da57 Binary files /dev/null and b/wiki/star-systems/GJ-1125/bodies/GJ1125i/heightmap.png differ diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125i/index.md b/wiki/star-systems/GJ-1125/bodies/GJ1125i/index.md new file mode 100644 index 000000000..ff28ab48c --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1125i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2548397298 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.704 + period_days: 16400.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.718 + polar_ice_lat: 0.149 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1125i + +Frozen planet. + +**System:** [GJ-1125](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 16400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1125/bodies/GJ1125i/markers.json b/wiki/star-systems/GJ-1125/bodies/GJ1125i/markers.json new file mode 100644 index 000000000..16a167270 --- /dev/null +++ b/wiki/star-systems/GJ-1125/bodies/GJ1125i/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 38, + 152 + ], + "area_fraction": 0.177 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 39, + 413 + ], + "area_fraction": 0.0965 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 170, + 163 + ], + "peak": [ + 173, + 287 + ], + "area_cells": 25233 + }, + { + "id": "range_2", + "name": null, + "center": [ + 104, + 455 + ], + "peak": [ + 103, + 454 + ], + "area_cells": 128 + }, + { + "id": "range_3", + "name": null, + "center": [ + 163, + 459 + ], + "peak": [ + 123, + 489 + ], + "area_cells": 5637 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 380 + ], + "peak": [ + 130, + 372 + ], + "area_cells": 344 + }, + { + "id": "range_12", + "name": null, + "center": [ + 191, + 349 + ], + "peak": [ + 191, + 350 + ], + "area_cells": 83 + }, + { + "id": "range_13", + "name": null, + "center": [ + 227, + 278 + ], + "peak": [ + 230, + 289 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1128b/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128b/globe.png new file mode 100644 index 000000000..3cd741df5 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128b/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128b/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128b/heightmap.png new file mode 100644 index 000000000..c2b4a2b6b Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128b/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128b/index.md new file mode 100644 index 000000000..42d452a5f --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1128b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1369314863 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 38.6 +physical: + gravity_g: 0.31 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.84 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128b + +Barren planet. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.31g | +| **Land** | 97% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128b/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128b/markers.json new file mode 100644 index 000000000..a618bd663 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128b/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 58 + ], + "peak": [ + 28, + 49 + ], + "area_cells": 7545 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 323 + ], + "peak": [ + 11, + 322 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 331 + ], + "peak": [ + 0, + 332 + ], + "area_cells": 121 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 342 + ], + "peak": [ + 15, + 341 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 2, + 360 + ], + "peak": [ + 0, + 354 + ], + "area_cells": 143 + }, + { + "id": "range_7", + "name": null, + "center": [ + 12, + 382 + ], + "peak": [ + 14, + 380 + ], + "area_cells": 82 + }, + { + "id": "range_8", + "name": null, + "center": [ + 2, + 390 + ], + "peak": [ + 0, + 390 + ], + "area_cells": 67 + }, + { + "id": "range_9", + "name": null, + "center": [ + 3, + 404 + ], + "peak": [ + 0, + 403 + ], + "area_cells": 51 + }, + { + "id": "range_10", + "name": null, + "center": [ + 13, + 414 + ], + "peak": [ + 12, + 416 + ], + "area_cells": 69 + }, + { + "id": "range_11", + "name": null, + "center": [ + 8, + 428 + ], + "peak": [ + 17, + 439 + ], + "area_cells": 277 + }, + { + "id": "range_12", + "name": null, + "center": [ + 35, + 480 + ], + "peak": [ + 58, + 483 + ], + "area_cells": 4144 + }, + { + "id": "range_16", + "name": null, + "center": [ + 116, + 361 + ], + "peak": [ + 106, + 321 + ], + "area_cells": 6597 + }, + { + "id": "range_18", + "name": null, + "center": [ + 40, + 374 + ], + "peak": [ + 36, + 375 + ], + "area_cells": 462 + }, + { + "id": "range_21", + "name": null, + "center": [ + 69, + 160 + ], + "peak": [ + 70, + 161 + ], + "area_cells": 105 + }, + { + "id": "range_23", + "name": null, + "center": [ + 81, + 461 + ], + "peak": [ + 82, + 462 + ], + "area_cells": 29 + }, + { + "id": "range_28", + "name": null, + "center": [ + 91, + 445 + ], + "peak": [ + 92, + 446 + ], + "area_cells": 21 + }, + { + "id": "range_33", + "name": null, + "center": [ + 155, + 3 + ], + "peak": [ + 155, + 0 + ], + "area_cells": 70 + }, + { + "id": "range_34", + "name": null, + "center": [ + 158, + 32 + ], + "peak": [ + 159, + 32 + ], + "area_cells": 134 + }, + { + "id": "range_36", + "name": null, + "center": [ + 156, + 183 + ], + "peak": [ + 156, + 183 + ], + "area_cells": 29 + }, + { + "id": "range_37", + "name": null, + "center": [ + 168, + 103 + ], + "peak": [ + 168, + 103 + ], + "area_cells": 86 + }, + { + "id": "range_38", + "name": null, + "center": [ + 174, + 153 + ], + "peak": [ + 175, + 153 + ], + "area_cells": 98 + }, + { + "id": "range_39", + "name": null, + "center": [ + 184, + 203 + ], + "peak": [ + 190, + 204 + ], + "area_cells": 53 + }, + { + "id": "range_41", + "name": null, + "center": [ + 188, + 365 + ], + "peak": [ + 190, + 364 + ], + "area_cells": 110 + }, + { + "id": "range_43", + "name": null, + "center": [ + 189, + 431 + ], + "peak": [ + 189, + 432 + ], + "area_cells": 37 + }, + { + "id": "range_45", + "name": null, + "center": [ + 207, + 51 + ], + "peak": [ + 198, + 53 + ], + "area_cells": 174 + }, + { + "id": "range_46", + "name": null, + "center": [ + 202, + 351 + ], + "peak": [ + 201, + 350 + ], + "area_cells": 39 + }, + { + "id": "range_47", + "name": null, + "center": [ + 209, + 298 + ], + "peak": [ + 214, + 297 + ], + "area_cells": 49 + }, + { + "id": "range_49", + "name": null, + "center": [ + 203, + 189 + ], + "peak": [ + 204, + 188 + ], + "area_cells": 71 + }, + { + "id": "range_50", + "name": null, + "center": [ + 218, + 314 + ], + "peak": [ + 222, + 314 + ], + "area_cells": 119 + }, + { + "id": "range_54", + "name": null, + "center": [ + 227, + 70 + ], + "peak": [ + 230, + 68 + ], + "area_cells": 137 + }, + { + "id": "range_56", + "name": null, + "center": [ + 244, + 249 + ], + "peak": [ + 244, + 247 + ], + "area_cells": 524 + }, + { + "id": "range_57", + "name": null, + "center": [ + 233, + 326 + ], + "peak": [ + 235, + 327 + ], + "area_cells": 35 + }, + { + "id": "range_61", + "name": null, + "center": [ + 244, + 225 + ], + "peak": [ + 240, + 224 + ], + "area_cells": 39 + }, + { + "id": "range_62", + "name": null, + "center": [ + 245, + 112 + ], + "peak": [ + 244, + 107 + ], + "area_cells": 160 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128c/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128c/globe.png new file mode 100644 index 000000000..aa05f5b66 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128c/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128c/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128c/heightmap.png new file mode 100644 index 000000000..3e4d84307 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128c/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128c/index.md new file mode 100644 index 000000000..94b982538 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1128c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3397433606 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.124 + period_days: 16.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.58 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.587 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128c + +Cold Arid planet. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128c/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128c/markers.json new file mode 100644 index 000000000..d3e9e7555 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128c/markers.json @@ -0,0 +1,889 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 19, + 118 + ], + [ + 18, + 118 + ], + [ + 18, + 117 + ], + [ + 17, + 118 + ], + [ + 16, + 119 + ], + [ + 15, + 120 + ], + [ + 14, + 121 + ], + [ + 15, + 122 + ], + [ + 16, + 123 + ], + [ + 15, + 124 + ], + [ + 16, + 124 + ], + [ + 17, + 125 + ], + [ + 18, + 126 + ], + [ + 19, + 127 + ], + [ + 20, + 128 + ], + [ + 21, + 128 + ], + [ + 22, + 129 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 130, + 390 + ], + [ + 131, + 391 + ], + [ + 132, + 392 + ], + [ + 132, + 393 + ], + [ + 132, + 394 + ], + [ + 132, + 395 + ], + [ + 132, + 396 + ], + [ + 132, + 397 + ], + [ + 133, + 398 + ], + [ + 133, + 399 + ], + [ + 134, + 400 + ], + [ + 133, + 401 + ], + [ + 133, + 402 + ], + [ + 133, + 403 + ], + [ + 132, + 404 + ], + [ + 132, + 405 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 97, + 190 + ], + [ + 98, + 190 + ], + [ + 99, + 189 + ], + [ + 100, + 188 + ], + [ + 101, + 187 + ], + [ + 102, + 186 + ], + [ + 103, + 185 + ], + [ + 104, + 185 + ], + [ + 105, + 186 + ], + [ + 106, + 187 + ], + [ + 107, + 188 + ], + [ + 107, + 187 + ], + [ + 107, + 186 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 234, + 43 + ], + [ + 235, + 44 + ], + [ + 236, + 44 + ], + [ + 237, + 45 + ], + [ + 238, + 45 + ], + [ + 239, + 45 + ], + [ + 240, + 45 + ], + [ + 241, + 44 + ], + [ + 242, + 44 + ], + [ + 243, + 45 + ], + [ + 244, + 45 + ], + [ + 245, + 45 + ], + [ + 246, + 45 + ], + [ + 247, + 46 + ], + [ + 248, + 45 + ], + [ + 249, + 46 + ], + [ + 250, + 46 + ], + [ + 251, + 45 + ], + [ + 252, + 44 + ], + [ + 253, + 44 + ], + [ + 254, + 45 + ], + [ + 255, + 46 + ], + [ + 255, + 45 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 66, + 264 + ], + [ + 67, + 263 + ], + [ + 68, + 262 + ], + [ + 69, + 261 + ], + [ + 70, + 260 + ], + [ + 71, + 259 + ], + [ + 72, + 258 + ], + [ + 73, + 257 + ], + [ + 74, + 256 + ], + [ + 74, + 255 + ], + [ + 74, + 254 + ], + [ + 73, + 253 + ], + [ + 72, + 252 + ], + [ + 73, + 251 + ], + [ + 72, + 250 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 132, + 306 + ], + [ + 133, + 307 + ], + [ + 134, + 308 + ], + [ + 135, + 309 + ], + [ + 136, + 308 + ], + [ + 137, + 307 + ], + [ + 138, + 306 + ], + [ + 139, + 305 + ], + [ + 140, + 306 + ], + [ + 141, + 307 + ], + [ + 142, + 307 + ], + [ + 143, + 306 + ], + [ + 144, + 306 + ], + [ + 145, + 307 + ], + [ + 146, + 307 + ], + [ + 147, + 307 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 70, + 235 + ], + [ + 71, + 234 + ], + [ + 72, + 233 + ], + [ + 73, + 232 + ], + [ + 74, + 231 + ], + [ + 75, + 230 + ], + [ + 76, + 229 + ], + [ + 75, + 228 + ], + [ + 75, + 227 + ], + [ + 74, + 226 + ], + [ + 73, + 225 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 226, + 334 + ], + [ + 225, + 335 + ], + [ + 224, + 336 + ], + [ + 225, + 337 + ], + [ + 226, + 338 + ], + [ + 225, + 338 + ], + [ + 224, + 338 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 29, + 251 + ], + [ + 28, + 250 + ], + [ + 27, + 251 + ], + [ + 26, + 251 + ], + [ + 25, + 251 + ], + [ + 24, + 251 + ], + [ + 23, + 251 + ], + [ + 22, + 250 + ], + [ + 21, + 251 + ], + [ + 21, + 252 + ], + [ + 20, + 253 + ], + [ + 21, + 253 + ], + [ + 21, + 254 + ], + [ + 20, + 254 + ], + [ + 20, + 255 + ], + [ + 19, + 256 + ], + [ + 20, + 257 + ], + [ + 19, + 258 + ], + [ + 20, + 259 + ], + [ + 21, + 259 + ], + [ + 21, + 260 + ], + [ + 21, + 261 + ], + [ + 20, + 261 + ], + [ + 20, + 260 + ], + [ + 19, + 260 + ], + [ + 19, + 261 + ], + [ + 18, + 261 + ], + [ + 17, + 261 + ], + [ + 17, + 260 + ], + [ + 16, + 259 + ], + [ + 16, + 260 + ], + [ + 17, + 259 + ], + [ + 18, + 260 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 234, + 285 + ], + [ + 235, + 284 + ], + [ + 236, + 283 + ], + [ + 237, + 284 + ], + [ + 238, + 285 + ], + [ + 239, + 284 + ], + [ + 240, + 284 + ], + [ + 241, + 285 + ], + [ + 242, + 286 + ], + [ + 243, + 285 + ], + [ + 243, + 284 + ], + [ + 244, + 284 + ], + [ + 245, + 283 + ], + [ + 246, + 282 + ], + [ + 247, + 281 + ], + [ + 247, + 280 + ], + [ + 248, + 279 + ], + [ + 249, + 278 + ], + [ + 250, + 277 + ], + [ + 251, + 278 + ], + [ + 252, + 278 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 58, + 329 + ], + [ + 58, + 328 + ], + [ + 59, + 327 + ], + [ + 58, + 326 + ], + [ + 57, + 325 + ], + [ + 56, + 324 + ], + [ + 56, + 323 + ], + [ + 55, + 322 + ], + [ + 56, + 321 + ], + [ + 57, + 321 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 21, + 432 + ], + "area_fraction": 0.0284 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 27, + 59 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 37, + 170 + ], + "area_fraction": 0.016 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 40, + 268 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 144, + 468 + ], + "peak": [ + 141, + 478 + ], + "area_cells": 8196 + }, + { + "id": "range_2", + "name": null, + "center": [ + 145, + 100 + ], + "peak": [ + 146, + 14 + ], + "area_cells": 19340 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 358 + ], + "peak": [ + 136, + 361 + ], + "area_cells": 763 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/globe.png new file mode 100644 index 000000000..5bae8246f Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/heightmap.png new file mode 100644 index 000000000..b89ec8272 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/index.md new file mode 100644 index 000000000..db4b6c854 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1128d-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 126578786 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 27.6 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.238 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128d-m1 + +Frozen moon. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 96% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/markers.json new file mode 100644 index 000000000..3b7aa19ea --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m1/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 11, + 221 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 219, + 26 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 73 + ], + "peak": [ + 62, + 77 + ], + "area_cells": 342 + }, + { + "id": "range_2", + "name": null, + "center": [ + 74, + 104 + ], + "peak": [ + 75, + 105 + ], + "area_cells": 390 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 206 + ], + "peak": [ + 81, + 200 + ], + "area_cells": 2548 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 334 + ], + "peak": [ + 111, + 371 + ], + "area_cells": 6097 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 451 + ], + "peak": [ + 83, + 449 + ], + "area_cells": 197 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 69 + ], + "peak": [ + 137, + 41 + ], + "area_cells": 2061 + }, + { + "id": "range_8", + "name": null, + "center": [ + 148, + 412 + ], + "peak": [ + 145, + 406 + ], + "area_cells": 834 + }, + { + "id": "range_9", + "name": null, + "center": [ + 149, + 129 + ], + "peak": [ + 149, + 132 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 359 + ], + "peak": [ + 156, + 359 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 193, + 250 + ], + "peak": [ + 194, + 250 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/globe.png new file mode 100644 index 000000000..7e038c782 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/heightmap.png new file mode 100644 index 000000000..d191b56aa Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/index.md new file mode 100644 index 000000000..525908f93 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1128d-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2868460222 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: 0.08 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.924 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128d-m2 + +Barren moon. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 96% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/markers.json new file mode 100644 index 000000000..d50657fee --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128d-m2/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 13 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 173 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 501 + ], + "peak": [ + 0, + 508 + ], + "area_cells": 162 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 492 + ], + "peak": [ + 73, + 508 + ], + "area_cells": 1072 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 389 + ], + "peak": [ + 48, + 393 + ], + "area_cells": 257 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 241 + ], + "peak": [ + 32, + 243 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 33, + 434 + ], + "peak": [ + 38, + 435 + ], + "area_cells": 42 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 370 + ], + "peak": [ + 64, + 372 + ], + "area_cells": 366 + }, + { + "id": "range_10", + "name": null, + "center": [ + 30, + 278 + ], + "peak": [ + 29, + 278 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 66, + 274 + ], + "peak": [ + 92, + 265 + ], + "area_cells": 2631 + }, + { + "id": "range_12", + "name": null, + "center": [ + 51, + 344 + ], + "peak": [ + 53, + 343 + ], + "area_cells": 255 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 27 + ], + "peak": [ + 75, + 20 + ], + "area_cells": 1325 + }, + { + "id": "range_14", + "name": null, + "center": [ + 40, + 115 + ], + "peak": [ + 41, + 116 + ], + "area_cells": 37 + }, + { + "id": "range_15", + "name": null, + "center": [ + 43, + 411 + ], + "peak": [ + 43, + 412 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 45, + 233 + ], + "peak": [ + 44, + 233 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 49, + 83 + ], + "peak": [ + 52, + 83 + ], + "area_cells": 52 + }, + { + "id": "range_19", + "name": null, + "center": [ + 48, + 130 + ], + "peak": [ + 49, + 131 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 62, + 427 + ], + "peak": [ + 62, + 429 + ], + "area_cells": 120 + }, + { + "id": "range_27", + "name": null, + "center": [ + 64, + 83 + ], + "peak": [ + 65, + 83 + ], + "area_cells": 26 + }, + { + "id": "range_30", + "name": null, + "center": [ + 74, + 362 + ], + "peak": [ + 74, + 362 + ], + "area_cells": 29 + }, + { + "id": "range_33", + "name": null, + "center": [ + 121, + 13 + ], + "peak": [ + 121, + 16 + ], + "area_cells": 282 + }, + { + "id": "range_36", + "name": null, + "center": [ + 143, + 498 + ], + "peak": [ + 159, + 501 + ], + "area_cells": 966 + }, + { + "id": "range_37", + "name": null, + "center": [ + 135, + 289 + ], + "peak": [ + 135, + 289 + ], + "area_cells": 76 + }, + { + "id": "range_38", + "name": null, + "center": [ + 146, + 30 + ], + "peak": [ + 147, + 30 + ], + "area_cells": 148 + }, + { + "id": "range_39", + "name": null, + "center": [ + 147, + 447 + ], + "peak": [ + 148, + 447 + ], + "area_cells": 85 + }, + { + "id": "range_40", + "name": null, + "center": [ + 183, + 19 + ], + "peak": [ + 186, + 20 + ], + "area_cells": 116 + }, + { + "id": "range_42", + "name": null, + "center": [ + 251, + 488 + ], + "peak": [ + 255, + 489 + ], + "area_cells": 27 + }, + { + "id": "range_43", + "name": null, + "center": [ + 252, + 499 + ], + "peak": [ + 255, + 499 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128d/globe.png new file mode 100644 index 000000000..eccdd08f3 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128d/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128d/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128d/index.md new file mode 100644 index 000000000..8b4f3aed8 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128d/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1128d +name: DP-Juno +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1847114741 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.713 + period_days: 220.0 + axial_tilt_deg: 14.8 +physical: + gravity_g: null + oblateness: 0.0561 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.076 +--- + +# DP-Juno + +Gas giant. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128e/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128e/globe.png new file mode 100644 index 000000000..c910e0adf Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128e/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128e/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128e/heightmap.png new file mode 100644 index 000000000..13e0d2392 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128e/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128e/index.md new file mode 100644 index 000000000..5ae202e16 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1128e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3133246866 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.601 + period_days: 740.0 + axial_tilt_deg: 30.4 +physical: + gravity_g: 0.38 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.826 + polar_ice_lat: 0.092 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128e + +Frozen planet. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 740 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128e/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128e/markers.json new file mode 100644 index 000000000..1340d056f --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128e/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 103 + ], + "area_fraction": 0.0753 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 244 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 21, + 452 + ], + "area_fraction": 0.0365 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 244, + 390 + ], + "area_fraction": 0.0312 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 485 + ], + "peak": [ + 75, + 487 + ], + "area_cells": 167 + }, + { + "id": "range_2", + "name": null, + "center": [ + 80, + 192 + ], + "peak": [ + 89, + 185 + ], + "area_cells": 202 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 3 + ], + "peak": [ + 97, + 2 + ], + "area_cells": 152 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 509 + ], + "peak": [ + 81, + 511 + ], + "area_cells": 68 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 133 + ], + "peak": [ + 121, + 180 + ], + "area_cells": 9664 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 351 + ], + "peak": [ + 111, + 369 + ], + "area_cells": 243 + }, + { + "id": "range_7", + "name": null, + "center": [ + 110, + 299 + ], + "peak": [ + 111, + 302 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 422 + ], + "peak": [ + 122, + 414 + ], + "area_cells": 517 + }, + { + "id": "range_9", + "name": null, + "center": [ + 139, + 350 + ], + "peak": [ + 140, + 351 + ], + "area_cells": 42 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 368 + ], + "peak": [ + 149, + 370 + ], + "area_cells": 208 + }, + { + "id": "range_14", + "name": null, + "center": [ + 174, + 473 + ], + "peak": [ + 179, + 478 + ], + "area_cells": 574 + }, + { + "id": "range_17", + "name": null, + "center": [ + 184, + 430 + ], + "peak": [ + 183, + 430 + ], + "area_cells": 107 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128f/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128f/globe.png new file mode 100644 index 000000000..39de01aaf Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128f/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128f/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128f/heightmap.png new file mode 100644 index 000000000..684ee10c8 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128f/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128f/index.md new file mode 100644 index 000000000..e6cf1cdc3 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1128f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4193408759 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.209 + period_days: 2100.0 + axial_tilt_deg: 53.0 +physical: + gravity_g: 0.29 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.083 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.367 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128f + +Frozen planet. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 2100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128f/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128f/markers.json new file mode 100644 index 000000000..87fe48585 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128f/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 27 + ], + "area_fraction": 0.0217 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 41, + 92 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 38, + 382 + ], + "area_fraction": 0.101 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 33, + 150 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 98, + 177 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 23 + ], + "peak": [ + 129, + 10 + ], + "area_cells": 2579 + }, + { + "id": "range_2", + "name": null, + "center": [ + 205, + 339 + ], + "peak": [ + 193, + 337 + ], + "area_cells": 27628 + }, + { + "id": "range_5", + "name": null, + "center": [ + 222, + 109 + ], + "peak": [ + 222, + 111 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128g/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128g/globe.png new file mode 100644 index 000000000..4a47699e1 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128g/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128g/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128g/heightmap.png new file mode 100644 index 000000000..442fdbd10 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128g/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128g/index.md new file mode 100644 index 000000000..de16a2e65 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1128g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1912894308 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.874 + period_days: 5200.0 + axial_tilt_deg: 44.0 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.883 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.291 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128g + +Frozen planet. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128g/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128g/markers.json new file mode 100644 index 000000000..e17e83153 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128g/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 36 + ], + "area_fraction": 0.0237 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 331 + ], + "area_fraction": 0.0826 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 153, + 269 + ], + "peak": [ + 165, + 199 + ], + "area_cells": 26228 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 466 + ], + "peak": [ + 135, + 467 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128h/globe.png b/wiki/star-systems/GJ-1128/bodies/GJ1128h/globe.png new file mode 100644 index 000000000..4706c5628 Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128h/globe.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128h/heightmap.png b/wiki/star-systems/GJ-1128/bodies/GJ1128h/heightmap.png new file mode 100644 index 000000000..df326390b Binary files /dev/null and b/wiki/star-systems/GJ-1128/bodies/GJ1128h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128h/index.md b/wiki/star-systems/GJ-1128/bodies/GJ1128h/index.md new file mode 100644 index 000000000..9edd4cc8c --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1128h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 224376557 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.325 + period_days: 10400.0 + axial_tilt_deg: 41.6 +physical: + gravity_g: 0.1 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.781 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.283 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1128h + +Frozen planet. + +**System:** [GJ-1128](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 10400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1128/bodies/GJ1128h/markers.json b/wiki/star-systems/GJ-1128/bodies/GJ1128h/markers.json new file mode 100644 index 000000000..c9efdd385 --- /dev/null +++ b/wiki/star-systems/GJ-1128/bodies/GJ1128h/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 194 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 400 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 41, + 465 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 108, + 491 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 206, + 57 + ], + "area_fraction": 0.0904 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 196, + 485 + ], + "area_fraction": 0.0345 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 227, + 205 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 126, + 148 + ], + "peak": [ + 144, + 163 + ], + "area_cells": 5149 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 418 + ], + "peak": [ + 72, + 420 + ], + "area_cells": 110 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 352 + ], + "peak": [ + 94, + 355 + ], + "area_cells": 201 + }, + { + "id": "range_7", + "name": null, + "center": [ + 107, + 276 + ], + "peak": [ + 96, + 276 + ], + "area_cells": 1958 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 78 + ], + "peak": [ + 96, + 76 + ], + "area_cells": 461 + }, + { + "id": "range_13", + "name": null, + "center": [ + 105, + 344 + ], + "peak": [ + 104, + 345 + ], + "area_cells": 144 + }, + { + "id": "range_14", + "name": null, + "center": [ + 116, + 415 + ], + "peak": [ + 118, + 405 + ], + "area_cells": 487 + }, + { + "id": "range_17", + "name": null, + "center": [ + 137, + 369 + ], + "peak": [ + 138, + 359 + ], + "area_cells": 956 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1156b/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156b/globe.png new file mode 100644 index 000000000..1c584428b Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156b/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156b/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156b/heightmap.png new file mode 100644 index 000000000..6475e9b39 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156b/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156b/index.md new file mode 100644 index 000000000..86ac3f95f --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1156b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 138120881 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.26 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.987 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + 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 +--- + +# GJ1156b + +Barren planet. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.26g | +| **Land** | 97% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156b/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156b/markers.json new file mode 100644 index 000000000..87b84e5a3 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156b/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 244 + ], + "peak": [ + 42, + 377 + ], + "area_cells": 36789 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 290 + ], + "peak": [ + 100, + 293 + ], + "area_cells": 361 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 171 + ], + "peak": [ + 92, + 172 + ], + "area_cells": 166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 98, + 505 + ], + "peak": [ + 100, + 504 + ], + "area_cells": 150 + }, + { + "id": "range_12", + "name": null, + "center": [ + 135, + 174 + ], + "peak": [ + 136, + 175 + ], + "area_cells": 242 + }, + { + "id": "range_13", + "name": null, + "center": [ + 136, + 20 + ], + "peak": [ + 137, + 21 + ], + "area_cells": 58 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 205 + ], + "peak": [ + 138, + 198 + ], + "area_cells": 130 + }, + { + "id": "range_16", + "name": null, + "center": [ + 146, + 259 + ], + "peak": [ + 142, + 257 + ], + "area_cells": 342 + }, + { + "id": "range_17", + "name": null, + "center": [ + 141, + 357 + ], + "peak": [ + 141, + 353 + ], + "area_cells": 68 + }, + { + "id": "range_18", + "name": null, + "center": [ + 147, + 293 + ], + "peak": [ + 150, + 297 + ], + "area_cells": 111 + }, + { + "id": "range_23", + "name": null, + "center": [ + 188, + 291 + ], + "peak": [ + 189, + 292 + ], + "area_cells": 87 + }, + { + "id": "range_25", + "name": null, + "center": [ + 190, + 191 + ], + "peak": [ + 191, + 189 + ], + "area_cells": 129 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156c/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156c/globe.png new file mode 100644 index 000000000..00db18ee4 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156c/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156c/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156c/heightmap.png new file mode 100644 index 000000000..96c5108b1 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156c/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156c/index.md new file mode 100644 index 000000000..042aa8cd2 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1156c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2962060519 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.293 + period_days: 65.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.55 + oblateness: 0.0013 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.885 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156c + +Barren planet. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 65 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156c/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156c/markers.json new file mode 100644 index 000000000..29199f371 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156c/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 74 + ], + "peak": [ + 65, + 0 + ], + "area_cells": 11898 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 254 + ], + "peak": [ + 4, + 270 + ], + "area_cells": 507 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 475 + ], + "peak": [ + 65, + 511 + ], + "area_cells": 7080 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 364 + ], + "peak": [ + 35, + 358 + ], + "area_cells": 548 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 385 + ], + "peak": [ + 54, + 384 + ], + "area_cells": 317 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 392 + ], + "peak": [ + 80, + 391 + ], + "area_cells": 69 + }, + { + "id": "range_7", + "name": null, + "center": [ + 104, + 379 + ], + "peak": [ + 97, + 337 + ], + "area_cells": 3395 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 374 + ], + "peak": [ + 150, + 372 + ], + "area_cells": 460 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 342 + ], + "peak": [ + 154, + 342 + ], + "area_cells": 69 + }, + { + "id": "range_11", + "name": null, + "center": [ + 239, + 299 + ], + "peak": [ + 255, + 442 + ], + "area_cells": 11138 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/globe.png new file mode 100644 index 000000000..961925f44 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/heightmap.png new file mode 100644 index 000000000..73d631a2e Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/index.md new file mode 100644 index 000000000..457b14a8e --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1156d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1757995662 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.06 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.841 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156d-1 + +Barren moon. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 100% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/markers.json new file mode 100644 index 000000000..9e5293f36 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156d-1/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 6 + ], + "peak": [ + 16, + 5 + ], + "area_cells": 50 + }, + { + "id": "range_3", + "name": null, + "center": [ + 183, + 250 + ], + "peak": [ + 131, + 269 + ], + "area_cells": 52285 + }, + { + "id": "range_9", + "name": null, + "center": [ + 24, + 275 + ], + "peak": [ + 22, + 274 + ], + "area_cells": 31 + }, + { + "id": "range_10", + "name": null, + "center": [ + 25, + 320 + ], + "peak": [ + 25, + 321 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 52, + 384 + ], + "peak": [ + 55, + 374 + ], + "area_cells": 544 + }, + { + "id": "range_13", + "name": null, + "center": [ + 44, + 109 + ], + "peak": [ + 45, + 109 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 58, + 310 + ], + "peak": [ + 56, + 309 + ], + "area_cells": 298 + }, + { + "id": "range_17", + "name": null, + "center": [ + 83, + 113 + ], + "peak": [ + 95, + 101 + ], + "area_cells": 1323 + }, + { + "id": "range_18", + "name": null, + "center": [ + 67, + 18 + ], + "peak": [ + 72, + 15 + ], + "area_cells": 261 + }, + { + "id": "range_21", + "name": null, + "center": [ + 66, + 52 + ], + "peak": [ + 66, + 52 + ], + "area_cells": 125 + }, + { + "id": "range_22", + "name": null, + "center": [ + 65, + 192 + ], + "peak": [ + 65, + 192 + ], + "area_cells": 37 + }, + { + "id": "range_23", + "name": null, + "center": [ + 68, + 445 + ], + "peak": [ + 68, + 442 + ], + "area_cells": 88 + }, + { + "id": "range_24", + "name": null, + "center": [ + 69, + 67 + ], + "peak": [ + 69, + 68 + ], + "area_cells": 42 + }, + { + "id": "range_25", + "name": null, + "center": [ + 81, + 410 + ], + "peak": [ + 83, + 410 + ], + "area_cells": 318 + }, + { + "id": "range_26", + "name": null, + "center": [ + 89, + 496 + ], + "peak": [ + 88, + 496 + ], + "area_cells": 64 + }, + { + "id": "range_30", + "name": null, + "center": [ + 102, + 30 + ], + "peak": [ + 103, + 36 + ], + "area_cells": 67 + }, + { + "id": "range_31", + "name": null, + "center": [ + 106, + 460 + ], + "peak": [ + 109, + 460 + ], + "area_cells": 176 + }, + { + "id": "range_34", + "name": null, + "center": [ + 140, + 471 + ], + "peak": [ + 139, + 485 + ], + "area_cells": 394 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156d/globe.png new file mode 100644 index 000000000..8d0906677 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156d/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156d/heightmap.png new file mode 100644 index 000000000..d0c675aeb Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156d/index.md new file mode 100644 index 000000000..150361154 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1156d +name: Euripos +body_type: planet +planet_class: temperate +body_scale: planet +seed: 876420550 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.681 + period_days: 230.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.9 + oblateness: 0.0038 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.43 + polar_ice_lat: 0.742 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.451 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Euripos + +Temperate planet. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 43% | +| **Year** | 230 days | +| **Inhabited** | yes | +| **Population** | 1.2B | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156d/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156d/markers.json new file mode 100644 index 000000000..9dad3e23e --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156d/markers.json @@ -0,0 +1,364 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 175, + 39 + ], + [ + 174, + 40 + ], + [ + 175, + 41 + ], + [ + 175, + 42 + ], + [ + 174, + 43 + ], + [ + 175, + 44 + ], + [ + 175, + 45 + ], + [ + 174, + 46 + ], + [ + 174, + 47 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 75, + 511 + ], + [ + 76, + 510 + ], + [ + 77, + 509 + ], + [ + 78, + 508 + ], + [ + 79, + 507 + ], + [ + 78, + 506 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 3, + 129 + ], + [ + 4, + 130 + ], + [ + 3, + 130 + ], + [ + 2, + 131 + ], + [ + 2, + 132 + ], + [ + 1, + 133 + ], + [ + 0, + 133 + ], + [ + 1, + 134 + ], + [ + 2, + 134 + ], + [ + 2, + 133 + ], + [ + 3, + 134 + ], + [ + 4, + 135 + ], + [ + 4, + 136 + ], + [ + 3, + 137 + ], + [ + 2, + 137 + ], + [ + 1, + 136 + ], + [ + 2, + 136 + ], + [ + 3, + 136 + ], + [ + 3, + 135 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 228, + 150 + ], + [ + 229, + 149 + ], + [ + 230, + 148 + ], + [ + 231, + 148 + ], + [ + 232, + 147 + ], + [ + 233, + 146 + ], + [ + 234, + 145 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 37, + 272 + ], + "area_fraction": 0.262 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 124, + 158 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 213, + 261 + ], + "area_fraction": 0.2946 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 86, + 65 + ], + "peak": [ + 76, + 45 + ], + "area_cells": 343 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 221 + ], + "peak": [ + 87, + 222 + ], + "area_cells": 274 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 350 + ], + "peak": [ + 119, + 305 + ], + "area_cells": 6368 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 119 + ], + "peak": [ + 119, + 113 + ], + "area_cells": 375 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 32 + ], + "peak": [ + 128, + 32 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 136, + 506 + ], + "peak": [ + 136, + 511 + ], + "area_cells": 76 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 21 + ], + "peak": [ + 147, + 23 + ], + "area_cells": 397 + }, + { + "id": "range_8", + "name": null, + "center": [ + 186, + 117 + ], + "peak": [ + 192, + 107 + ], + "area_cells": 1212 + }, + { + "id": "range_9", + "name": null, + "center": [ + 183, + 397 + ], + "peak": [ + 182, + 398 + ], + "area_cells": 80 + }, + { + "id": "range_10", + "name": null, + "center": [ + 208, + 97 + ], + "peak": [ + 209, + 101 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156e/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156e/globe.png new file mode 100644 index 000000000..162ac0181 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156e/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156e/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156e/heightmap.png new file mode 100644 index 000000000..c2be3d401 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156e/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156e/index.md new file mode 100644 index 000000000..d3f1f520f --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1156e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4219270019 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.065 + period_days: 450.0 + axial_tilt_deg: 15.9 +physical: + gravity_g: 0.48 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.57 + polar_ice_lat: 0.882 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.08 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156e + +Arid planet. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Hydrosphere** | rivers | +| **Land** | 57% | +| **Year** | 450 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156e/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156e/markers.json new file mode 100644 index 000000000..5e629d1db --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156e/markers.json @@ -0,0 +1,327 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 108, + 248 + ], + [ + 109, + 249 + ], + [ + 110, + 250 + ], + [ + 111, + 251 + ], + [ + 110, + 252 + ], + [ + 110, + 253 + ], + [ + 111, + 254 + ], + [ + 112, + 255 + ], + [ + 112, + 256 + ], + [ + 113, + 257 + ], + [ + 114, + 258 + ], + [ + 114, + 257 + ], + [ + 114, + 256 + ], + [ + 113, + 256 + ], + [ + 113, + 255 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 50, + 260 + ], + "area_fraction": 0.3383 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 114, + 133 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 160, + 175 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 241, + 374 + ], + "area_fraction": 0.047 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 252, + 102 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 84, + 458 + ], + "peak": [ + 78, + 446 + ], + "area_cells": 729 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 143 + ], + "peak": [ + 80, + 144 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 139, + 69 + ], + "peak": [ + 144, + 76 + ], + "area_cells": 4932 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 441 + ], + "peak": [ + 97, + 441 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 447 + ], + "peak": [ + 135, + 450 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 154, + 308 + ], + "peak": [ + 153, + 310 + ], + "area_cells": 159 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 434 + ], + "peak": [ + 162, + 436 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 274 + ], + "peak": [ + 200, + 223 + ], + "area_cells": 4776 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 461 + ], + "peak": [ + 206, + 442 + ], + "area_cells": 2566 + }, + { + "id": "range_13", + "name": null, + "center": [ + 181, + 79 + ], + "peak": [ + 180, + 80 + ], + "area_cells": 46 + }, + { + "id": "range_14", + "name": null, + "center": [ + 196, + 110 + ], + "peak": [ + 200, + 107 + ], + "area_cells": 296 + }, + { + "id": "range_17", + "name": null, + "center": [ + 193, + 361 + ], + "peak": [ + 194, + 362 + ], + "area_cells": 26 + }, + { + "id": "range_18", + "name": null, + "center": [ + 216, + 377 + ], + "peak": [ + 218, + 367 + ], + "area_cells": 255 + }, + { + "id": "range_21", + "name": null, + "center": [ + 224, + 352 + ], + "peak": [ + 224, + 353 + ], + "area_cells": 66 + }, + { + "id": "range_22", + "name": null, + "center": [ + 235, + 99 + ], + "peak": [ + 239, + 104 + ], + "area_cells": 244 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156f/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156f/globe.png new file mode 100644 index 000000000..675b83439 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156f/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156f/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156f/heightmap.png new file mode 100644 index 000000000..88b744432 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156f/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156f/index.md new file mode 100644 index 000000000..6b4511c43 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156f/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1156f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1513177579 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.563 + period_days: 800.0 + axial_tilt_deg: 49.7 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.781 + polar_ice_lat: 0.23 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156f + +Frozen planet. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156f/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156f/markers.json new file mode 100644 index 000000000..5f675adf7 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156f/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 179, + 238 + ], + "area_fraction": 0.0933 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 196, + 43 + ], + "area_fraction": 0.0626 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 209, + 482 + ], + "area_fraction": 0.0401 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 241, + 211 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 76 + ], + "peak": [ + 66, + 77 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 81, + 252 + ], + "peak": [ + 86, + 235 + ], + "area_cells": 2181 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 101 + ], + "peak": [ + 71, + 102 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 182 + ], + "peak": [ + 97, + 179 + ], + "area_cells": 225 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 392 + ], + "peak": [ + 127, + 391 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 137, + 382 + ], + "peak": [ + 136, + 381 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156g/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156g/globe.png new file mode 100644 index 000000000..86573537c Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156g/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156g/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156g/heightmap.png new file mode 100644 index 000000000..3f5dc8985 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156g/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156g/index.md new file mode 100644 index 000000000..65ebea28e --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1156g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3174737006 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.16 + period_days: 1300.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.32 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.408 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156g + +Frozen planet. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 100% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156g/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156g/markers.json new file mode 100644 index 000000000..d2409d845 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156g/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 260 + ], + "peak": [ + 0, + 53 + ], + "area_cells": 18614 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 308 + ], + "peak": [ + 56, + 306 + ], + "area_cells": 116 + }, + { + "id": "range_9", + "name": null, + "center": [ + 68, + 1 + ], + "peak": [ + 69, + 0 + ], + "area_cells": 27 + }, + { + "id": "range_10", + "name": null, + "center": [ + 75, + 498 + ], + "peak": [ + 79, + 495 + ], + "area_cells": 177 + }, + { + "id": "range_14", + "name": null, + "center": [ + 128, + 357 + ], + "peak": [ + 126, + 354 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 167, + 3 + ], + "peak": [ + 167, + 5 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/globe.png new file mode 100644 index 000000000..b5fcb6788 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/heightmap.png new file mode 100644 index 000000000..3712fd23c Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/index.md new file mode 100644 index 000000000..c94c64a31 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1156h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4021916864 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 2.7 +physical: + gravity_g: 0.08 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.966 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156h-1 + +Barren moon. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/markers.json new file mode 100644 index 000000000..e753f6090 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156h-1/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 165 + ], + "peak": [ + 11, + 170 + ], + "area_cells": 214 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 128 + ], + "peak": [ + 39, + 128 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 55, + 167 + ], + "peak": [ + 55, + 167 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 89, + 208 + ], + "peak": [ + 106, + 219 + ], + "area_cells": 1065 + }, + { + "id": "range_12", + "name": null, + "center": [ + 86, + 268 + ], + "peak": [ + 106, + 267 + ], + "area_cells": 1581 + }, + { + "id": "range_13", + "name": null, + "center": [ + 97, + 76 + ], + "peak": [ + 93, + 50 + ], + "area_cells": 1487 + }, + { + "id": "range_18", + "name": null, + "center": [ + 86, + 485 + ], + "peak": [ + 86, + 484 + ], + "area_cells": 96 + }, + { + "id": "range_19", + "name": null, + "center": [ + 139, + 23 + ], + "peak": [ + 179, + 3 + ], + "area_cells": 3148 + }, + { + "id": "range_22", + "name": null, + "center": [ + 96, + 509 + ], + "peak": [ + 96, + 511 + ], + "area_cells": 59 + }, + { + "id": "range_24", + "name": null, + "center": [ + 108, + 322 + ], + "peak": [ + 108, + 322 + ], + "area_cells": 44 + }, + { + "id": "range_25", + "name": null, + "center": [ + 132, + 154 + ], + "peak": [ + 140, + 134 + ], + "area_cells": 1417 + }, + { + "id": "range_26", + "name": null, + "center": [ + 149, + 380 + ], + "peak": [ + 135, + 369 + ], + "area_cells": 5407 + }, + { + "id": "range_27", + "name": null, + "center": [ + 161, + 492 + ], + "peak": [ + 180, + 511 + ], + "area_cells": 1708 + }, + { + "id": "range_34", + "name": null, + "center": [ + 228, + 163 + ], + "peak": [ + 251, + 85 + ], + "area_cells": 13012 + }, + { + "id": "range_37", + "name": null, + "center": [ + 196, + 89 + ], + "peak": [ + 198, + 90 + ], + "area_cells": 54 + }, + { + "id": "range_45", + "name": null, + "center": [ + 221, + 336 + ], + "peak": [ + 218, + 332 + ], + "area_cells": 181 + }, + { + "id": "range_48", + "name": null, + "center": [ + 225, + 355 + ], + "peak": [ + 226, + 354 + ], + "area_cells": 27 + }, + { + "id": "range_52", + "name": null, + "center": [ + 251, + 501 + ], + "peak": [ + 255, + 501 + ], + "area_cells": 136 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/globe.png new file mode 100644 index 000000000..681ca7862 Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/heightmap.png b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/heightmap.png new file mode 100644 index 000000000..e84f038ce Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/index.md new file mode 100644 index 000000000..6e2b8cb4a --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1156h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1503727869 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 33.7 +physical: + gravity_g: 0.05 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.848 + polar_ice_lat: 0.231 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.279 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1156h-2 + +Frozen moon. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/markers.json b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/markers.json new file mode 100644 index 000000000..79c20b34e --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156h-2/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 24, + 260 + ], + "area_fraction": 0.1347 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 11 + ], + "peak": [ + 55, + 7 + ], + "area_cells": 251 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 467 + ], + "peak": [ + 83, + 468 + ], + "area_cells": 76 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 427 + ], + "peak": [ + 88, + 432 + ], + "area_cells": 344 + }, + { + "id": "range_7", + "name": null, + "center": [ + 86, + 497 + ], + "peak": [ + 88, + 499 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 204, + 198 + ], + "peak": [ + 199, + 80 + ], + "area_cells": 25482 + }, + { + "id": "range_9", + "name": null, + "center": [ + 149, + 474 + ], + "peak": [ + 152, + 462 + ], + "area_cells": 365 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 3 + ], + "peak": [ + 169, + 3 + ], + "area_cells": 47 + }, + { + "id": "range_14", + "name": null, + "center": [ + 174, + 480 + ], + "peak": [ + 175, + 481 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 197, + 477 + ], + "peak": [ + 197, + 474 + ], + "area_cells": 517 + }, + { + "id": "range_16", + "name": null, + "center": [ + 189, + 510 + ], + "peak": [ + 188, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_17", + "name": null, + "center": [ + 198, + 439 + ], + "peak": [ + 199, + 443 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h/globe.png b/wiki/star-systems/GJ-1156/bodies/GJ1156h/globe.png new file mode 100644 index 000000000..fa1e5137f Binary files /dev/null and b/wiki/star-systems/GJ-1156/bodies/GJ1156h/globe.png differ diff --git a/wiki/star-systems/GJ-1156/bodies/GJ1156h/index.md b/wiki/star-systems/GJ-1156/bodies/GJ1156h/index.md new file mode 100644 index 000000000..135948950 --- /dev/null +++ b/wiki/star-systems/GJ-1156/bodies/GJ1156h/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1156h +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 608539079 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.428 + period_days: 2600.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: null + oblateness: 0.0641 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.062 +--- + +# GJ1156h + +Gas giant. + +**System:** [GJ-1156](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + 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/bodies/GJ117b/globe.png b/wiki/star-systems/GJ-117/bodies/GJ117b/globe.png new file mode 100644 index 000000000..207e3aef1 Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117b/globe.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117b/heightmap.png b/wiki/star-systems/GJ-117/bodies/GJ117b/heightmap.png new file mode 100644 index 000000000..a8262a971 Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117b/heightmap.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117b/index.md b/wiki/star-systems/GJ-117/bodies/GJ117b/index.md new file mode 100644 index 000000000..5abedb52d --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ117b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4226665557 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.36 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.974 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ117b + +Barren planet. + +**System:** [GJ-117](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 98% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-117/bodies/GJ117b/markers.json b/wiki/star-systems/GJ-117/bodies/GJ117b/markers.json new file mode 100644 index 000000000..c9e3c930e --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117b/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 380 + ], + "peak": [ + 91, + 380 + ], + "area_cells": 67 + }, + { + "id": "range_3", + "name": null, + "center": [ + 170, + 326 + ], + "peak": [ + 170, + 389 + ], + "area_cells": 12975 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 197 + ], + "peak": [ + 125, + 197 + ], + "area_cells": 156 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 172 + ], + "peak": [ + 135, + 172 + ], + "area_cells": 73 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 133 + ], + "peak": [ + 149, + 133 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 163, + 176 + ], + "peak": [ + 163, + 177 + ], + "area_cells": 54 + }, + { + "id": "range_9", + "name": null, + "center": [ + 170, + 145 + ], + "peak": [ + 171, + 146 + ], + "area_cells": 40 + }, + { + "id": "range_12", + "name": null, + "center": [ + 190, + 44 + ], + "peak": [ + 188, + 46 + ], + "area_cells": 80 + }, + { + "id": "range_13", + "name": null, + "center": [ + 194, + 94 + ], + "peak": [ + 195, + 95 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-117/bodies/GJ117c/globe.png b/wiki/star-systems/GJ-117/bodies/GJ117c/globe.png new file mode 100644 index 000000000..7668a535a Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117c/globe.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117c/heightmap.png b/wiki/star-systems/GJ-117/bodies/GJ117c/heightmap.png new file mode 100644 index 000000000..e1c7c213c Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117c/heightmap.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117c/index.md b/wiki/star-systems/GJ-117/bodies/GJ117c/index.md new file mode 100644 index 000000000..dd440c891 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ117c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3738002818 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.219 + period_days: 56.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.82 + oblateness: 0.0034 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.516 + polar_ice_lat: 0.787 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ117c + +Temperate planet. + +**System:** [GJ-117](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 52% | +| **Year** | 56 days | + +## Description + + diff --git a/wiki/star-systems/GJ-117/bodies/GJ117c/markers.json b/wiki/star-systems/GJ-117/bodies/GJ117c/markers.json new file mode 100644 index 000000000..fce3487e7 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117c/markers.json @@ -0,0 +1,684 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 182, + 458 + ], + [ + 181, + 459 + ], + [ + 180, + 460 + ], + [ + 179, + 460 + ], + [ + 178, + 461 + ], + [ + 179, + 462 + ], + [ + 179, + 463 + ], + [ + 178, + 464 + ], + [ + 179, + 465 + ], + [ + 178, + 466 + ], + [ + 178, + 467 + ], + [ + 178, + 468 + ], + [ + 178, + 469 + ], + [ + 177, + 469 + ], + [ + 178, + 470 + ], + [ + 177, + 471 + ], + [ + 176, + 471 + ], + [ + 175, + 472 + ], + [ + 176, + 473 + ], + [ + 175, + 474 + ], + [ + 174, + 475 + ], + [ + 175, + 475 + ], + [ + 176, + 476 + ], + [ + 177, + 477 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 190, + 78 + ], + [ + 191, + 77 + ], + [ + 192, + 78 + ], + [ + 193, + 78 + ], + [ + 194, + 78 + ], + [ + 195, + 77 + ], + [ + 196, + 76 + ], + [ + 197, + 75 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 34, + 176 + ], + [ + 33, + 175 + ], + [ + 32, + 176 + ], + [ + 31, + 177 + ], + [ + 30, + 177 + ], + [ + 29, + 177 + ], + [ + 28, + 178 + ], + [ + 27, + 179 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 143, + 501 + ], + [ + 142, + 502 + ], + [ + 141, + 503 + ], + [ + 140, + 504 + ], + [ + 139, + 503 + ], + [ + 138, + 503 + ], + [ + 137, + 502 + ], + [ + 136, + 501 + ], + [ + 135, + 501 + ], + [ + 134, + 501 + ], + [ + 133, + 500 + ], + [ + 132, + 500 + ], + [ + 131, + 501 + ], + [ + 130, + 501 + ], + [ + 129, + 500 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 1, + 228 + ], + [ + 1, + 227 + ], + [ + 2, + 226 + ], + [ + 3, + 225 + ], + [ + 4, + 224 + ], + [ + 5, + 223 + ], + [ + 6, + 222 + ], + [ + 7, + 221 + ], + [ + 8, + 220 + ], + [ + 9, + 220 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 19, + 266 + ], + [ + 20, + 267 + ], + [ + 21, + 268 + ], + [ + 22, + 269 + ], + [ + 23, + 270 + ], + [ + 24, + 269 + ], + [ + 25, + 270 + ], + [ + 26, + 270 + ], + [ + 26, + 271 + ], + [ + 25, + 271 + ], + [ + 24, + 271 + ], + [ + 25, + 272 + ], + [ + 26, + 272 + ], + [ + 27, + 271 + ], + [ + 27, + 270 + ], + [ + 28, + 269 + ], + [ + 28, + 270 + ], + [ + 28, + 271 + ], + [ + 27, + 272 + ], + [ + 28, + 272 + ], + [ + 27, + 273 + ], + [ + 28, + 274 + ], + [ + 28, + 273 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 132, + 364 + ], + [ + 133, + 363 + ], + [ + 134, + 362 + ], + [ + 135, + 361 + ], + [ + 136, + 361 + ], + [ + 137, + 360 + ], + [ + 138, + 359 + ], + [ + 139, + 359 + ], + [ + 140, + 358 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 178, + 255 + ], + [ + 179, + 254 + ], + [ + 180, + 253 + ], + [ + 181, + 252 + ], + [ + 182, + 251 + ], + [ + 183, + 250 + ], + [ + 184, + 249 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 57, + 210 + ], + [ + 56, + 209 + ], + [ + 55, + 208 + ], + [ + 54, + 207 + ], + [ + 53, + 206 + ], + [ + 52, + 205 + ], + [ + 51, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 55, + 68 + ], + "area_fraction": 0.0978 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 82, + 447 + ], + "area_fraction": 0.1023 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 56, + 165 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 220, + 259 + ], + "area_fraction": 0.2686 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 281 + ], + "peak": [ + 91, + 277 + ], + "area_cells": 4040 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 127 + ], + "peak": [ + 109, + 162 + ], + "area_cells": 3154 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 368 + ], + "peak": [ + 132, + 364 + ], + "area_cells": 121 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 236 + ], + "peak": [ + 143, + 236 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 20 + ], + "peak": [ + 145, + 18 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 301 + ], + "peak": [ + 163, + 310 + ], + "area_cells": 1045 + }, + { + "id": "range_10", + "name": null, + "center": [ + 153, + 90 + ], + "peak": [ + 154, + 91 + ], + "area_cells": 152 + }, + { + "id": "range_11", + "name": null, + "center": [ + 167, + 33 + ], + "peak": [ + 166, + 35 + ], + "area_cells": 564 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 75 + ], + "peak": [ + 167, + 72 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 171, + 384 + ], + "peak": [ + 172, + 384 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-117/bodies/GJ117d/globe.png b/wiki/star-systems/GJ-117/bodies/GJ117d/globe.png new file mode 100644 index 000000000..72b140a25 Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117d/globe.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117d/heightmap.png b/wiki/star-systems/GJ-117/bodies/GJ117d/heightmap.png new file mode 100644 index 000000000..29581ab6f Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117d/heightmap.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117d/index.md b/wiki/star-systems/GJ-117/bodies/GJ117d/index.md new file mode 100644 index 000000000..723fab978 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ117d +name: Doi Kaeo +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2512990208 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.495 + period_days: 190.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: 0.48 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.162 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.262 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Doi Kaeo + +Frozen planet. + +**System:** [GJ-117](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 190 days | + +## Description + + diff --git a/wiki/star-systems/GJ-117/bodies/GJ117d/markers.json b/wiki/star-systems/GJ-117/bodies/GJ117d/markers.json new file mode 100644 index 000000000..226349f3d --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117d/markers.json @@ -0,0 +1,263 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 246, + 124 + ], + [ + 247, + 123 + ], + [ + 248, + 122 + ], + [ + 249, + 122 + ], + [ + 250, + 123 + ], + [ + 250, + 124 + ], + [ + 251, + 125 + ], + [ + 252, + 125 + ], + [ + 253, + 126 + ], + [ + 254, + 127 + ], + [ + 254, + 128 + ], + [ + 253, + 128 + ], + [ + 253, + 129 + ], + [ + 253, + 130 + ], + [ + 254, + 131 + ], + [ + 254, + 130 + ], + [ + 255, + 131 + ], + [ + 255, + 132 + ], + [ + 254, + 133 + ], + [ + 253, + 133 + ], + [ + 253, + 134 + ], + [ + 254, + 135 + ], + [ + 254, + 134 + ], + [ + 255, + 133 + ], + [ + 255, + 134 + ], + [ + 255, + 135 + ], + [ + 254, + 136 + ], + [ + 255, + 136 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 247, + 56 + ], + [ + 247, + 55 + ], + [ + 248, + 54 + ], + [ + 249, + 55 + ], + [ + 250, + 54 + ], + [ + 251, + 55 + ], + [ + 252, + 54 + ], + [ + 253, + 53 + ], + [ + 254, + 52 + ], + [ + 255, + 51 + ], + [ + 255, + 50 + ], + [ + 254, + 51 + ], + [ + 253, + 51 + ], + [ + 253, + 50 + ], + [ + 254, + 49 + ], + [ + 253, + 49 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 34, + 137 + ], + "area_fraction": 0.0569 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 17, + 420 + ], + "area_fraction": 0.0389 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 145, + 434 + ], + "peak": [ + 148, + 470 + ], + "area_cells": 9223 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 38 + ], + "peak": [ + 148, + 5 + ], + "area_cells": 4253 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 243 + ], + "peak": [ + 156, + 253 + ], + "area_cells": 890 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-117/bodies/GJ117e/globe.png b/wiki/star-systems/GJ-117/bodies/GJ117e/globe.png new file mode 100644 index 000000000..ac2ddef26 Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117e/globe.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117e/heightmap.png b/wiki/star-systems/GJ-117/bodies/GJ117e/heightmap.png new file mode 100644 index 000000000..90c933bac Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117e/heightmap.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117e/index.md b/wiki/star-systems/GJ-117/bodies/GJ117e/index.md new file mode 100644 index 000000000..c2178ecad --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ117e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3738354364 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.017 + period_days: 560.0 + axial_tilt_deg: 51.3 +physical: + gravity_g: 0.38 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.857 + polar_ice_lat: 0.081 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.322 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ117e + +Frozen planet. + +**System:** [GJ-117](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-117/bodies/GJ117e/markers.json b/wiki/star-systems/GJ-117/bodies/GJ117e/markers.json new file mode 100644 index 000000000..ef2299459 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117e/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 35, + 14 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 27, + 407 + ], + "area_fraction": 0.0923 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 30, + 218 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 130 + ], + "peak": [ + 86, + 133 + ], + "area_cells": 3536 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 66 + ], + "peak": [ + 67, + 67 + ], + "area_cells": 83 + }, + { + "id": "range_3", + "name": null, + "center": [ + 66, + 85 + ], + "peak": [ + 66, + 84 + ], + "area_cells": 125 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 256 + ], + "peak": [ + 89, + 250 + ], + "area_cells": 1051 + }, + { + "id": "range_9", + "name": null, + "center": [ + 100, + 52 + ], + "peak": [ + 99, + 52 + ], + "area_cells": 53 + }, + { + "id": "range_10", + "name": null, + "center": [ + 106, + 490 + ], + "peak": [ + 107, + 492 + ], + "area_cells": 56 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 461 + ], + "peak": [ + 114, + 460 + ], + "area_cells": 240 + }, + { + "id": "range_12", + "name": null, + "center": [ + 119, + 432 + ], + "peak": [ + 122, + 428 + ], + "area_cells": 181 + }, + { + "id": "range_15", + "name": null, + "center": [ + 120, + 165 + ], + "peak": [ + 121, + 165 + ], + "area_cells": 51 + }, + { + "id": "range_23", + "name": null, + "center": [ + 148, + 407 + ], + "peak": [ + 146, + 407 + ], + "area_cells": 70 + }, + { + "id": "range_24", + "name": null, + "center": [ + 200, + 440 + ], + "peak": [ + 205, + 464 + ], + "area_cells": 6693 + }, + { + "id": "range_27", + "name": null, + "center": [ + 228, + 364 + ], + "peak": [ + 230, + 379 + ], + "area_cells": 519 + }, + { + "id": "range_28", + "name": null, + "center": [ + 222, + 99 + ], + "peak": [ + 223, + 115 + ], + "area_cells": 391 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-117/bodies/GJ117f/globe.png b/wiki/star-systems/GJ-117/bodies/GJ117f/globe.png new file mode 100644 index 000000000..307ab64e1 Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117f/globe.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117f/heightmap.png b/wiki/star-systems/GJ-117/bodies/GJ117f/heightmap.png new file mode 100644 index 000000000..7ab33a63c Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117f/heightmap.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117f/index.md b/wiki/star-systems/GJ-117/bodies/GJ117f/index.md new file mode 100644 index 000000000..d6bb6e4d0 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ117f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1882382117 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.11 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.153 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.352 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ117f + +Frozen planet. + +**System:** [GJ-117](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-117/bodies/GJ117f/markers.json b/wiki/star-systems/GJ-117/bodies/GJ117f/markers.json new file mode 100644 index 000000000..4da8bee5b --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117f/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 20, + 67 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 207, + 407 + ], + "area_fraction": 0.1055 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 159, + 255 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 229, + 34 + ], + "area_fraction": 0.026 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 213, + 218 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 233 + ], + "peak": [ + 33, + 254 + ], + "area_cells": 828 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 202 + ], + "peak": [ + 63, + 209 + ], + "area_cells": 1242 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 394 + ], + "peak": [ + 58, + 410 + ], + "area_cells": 1341 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 506 + ], + "peak": [ + 63, + 507 + ], + "area_cells": 228 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 48 + ], + "peak": [ + 73, + 27 + ], + "area_cells": 2599 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 140 + ], + "peak": [ + 63, + 141 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 113 + ], + "peak": [ + 65, + 112 + ], + "area_cells": 65 + }, + { + "id": "range_11", + "name": null, + "center": [ + 78, + 501 + ], + "peak": [ + 79, + 501 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 93, + 326 + ], + "peak": [ + 89, + 325 + ], + "area_cells": 282 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-117/bodies/GJ117g/globe.png b/wiki/star-systems/GJ-117/bodies/GJ117g/globe.png new file mode 100644 index 000000000..fd8b6e2eb Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117g/globe.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117g/heightmap.png b/wiki/star-systems/GJ-117/bodies/GJ117g/heightmap.png new file mode 100644 index 000000000..2f254369d Binary files /dev/null and b/wiki/star-systems/GJ-117/bodies/GJ117g/heightmap.png differ diff --git a/wiki/star-systems/GJ-117/bodies/GJ117g/index.md b/wiki/star-systems/GJ-117/bodies/GJ117g/index.md new file mode 100644 index 000000000..39271fc23 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ117g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 22538614 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.08 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.893 + polar_ice_lat: 0.275 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.388 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ117g + +Frozen planet. + +**System:** [GJ-117](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-117/bodies/GJ117g/markers.json b/wiki/star-systems/GJ-117/bodies/GJ117g/markers.json new file mode 100644 index 000000000..c5cd256f7 --- /dev/null +++ b/wiki/star-systems/GJ-117/bodies/GJ117g/markers.json @@ -0,0 +1,325 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 78, + 246 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 146, + 401 + ], + "area_fraction": 0.0347 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 98, + 327 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 110, + 173 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 161, + 228 + ], + "area_fraction": 0.0115 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 5, + 267 + ], + "peak": [ + 2, + 298 + ], + "area_cells": 873 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 400 + ], + "peak": [ + 66, + 348 + ], + "area_cells": 7410 + }, + { + "id": "range_5", + "name": null, + "center": [ + 38, + 318 + ], + "peak": [ + 32, + 318 + ], + "area_cells": 155 + }, + { + "id": "range_6", + "name": null, + "center": [ + 46, + 27 + ], + "peak": [ + 49, + 26 + ], + "area_cells": 247 + }, + { + "id": "range_7", + "name": null, + "center": [ + 38, + 295 + ], + "peak": [ + 38, + 295 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 63, + 475 + ], + "peak": [ + 52, + 472 + ], + "area_cells": 1334 + }, + { + "id": "range_12", + "name": null, + "center": [ + 55, + 1 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 70, + 34 + ], + "peak": [ + 66, + 27 + ], + "area_cells": 661 + }, + { + "id": "range_16", + "name": null, + "center": [ + 97, + 72 + ], + "peak": [ + 96, + 67 + ], + "area_cells": 674 + }, + { + "id": "range_17", + "name": null, + "center": [ + 101, + 398 + ], + "peak": [ + 103, + 402 + ], + "area_cells": 269 + }, + { + "id": "range_18", + "name": null, + "center": [ + 118, + 348 + ], + "peak": [ + 113, + 359 + ], + "area_cells": 261 + }, + { + "id": "range_19", + "name": null, + "center": [ + 122, + 497 + ], + "peak": [ + 123, + 497 + ], + "area_cells": 388 + }, + { + "id": "range_20", + "name": null, + "center": [ + 124, + 9 + ], + "peak": [ + 126, + 0 + ], + "area_cells": 301 + }, + { + "id": "range_21", + "name": null, + "center": [ + 135, + 280 + ], + "peak": [ + 139, + 282 + ], + "area_cells": 339 + }, + { + "id": "range_22", + "name": null, + "center": [ + 131, + 310 + ], + "peak": [ + 132, + 309 + ], + "area_cells": 123 + }, + { + "id": "range_26", + "name": null, + "center": [ + 220, + 243 + ], + "peak": [ + 221, + 242 + ], + "area_cells": 60 + }, + { + "id": "range_27", + "name": null, + "center": [ + 232, + 102 + ], + "peak": [ + 232, + 103 + ], + "area_cells": 61 + }, + { + "id": "range_28", + "name": null, + "center": [ + 247, + 158 + ], + "peak": [ + 247, + 184 + ], + "area_cells": 1137 + }, + { + "id": "range_29", + "name": null, + "center": [ + 245, + 223 + ], + "peak": [ + 247, + 221 + ], + "area_cells": 475 + }, + { + "id": "range_30", + "name": null, + "center": [ + 249, + 25 + ], + "peak": [ + 248, + 18 + ], + "area_cells": 256 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1230Ab/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/globe.png new file mode 100644 index 000000000..2ecf0928b Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/heightmap.png new file mode 100644 index 000000000..2f0860fca Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/index.md new file mode 100644 index 000000000..1c7991554 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1230Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1156143773 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.35 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.945 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ab + +Barren planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 100% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/markers.json new file mode 100644 index 000000000..40099a8ab --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ab/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 99 + ], + "peak": [ + 80, + 132 + ], + "area_cells": 6955 + }, + { + "id": "range_2", + "name": null, + "center": [ + 105, + 299 + ], + "peak": [ + 130, + 254 + ], + "area_cells": 14250 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 426 + ], + "peak": [ + 27, + 427 + ], + "area_cells": 41 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 478 + ], + "peak": [ + 62, + 477 + ], + "area_cells": 1004 + }, + { + "id": "range_12", + "name": null, + "center": [ + 31, + 509 + ], + "peak": [ + 28, + 509 + ], + "area_cells": 29 + }, + { + "id": "range_15", + "name": null, + "center": [ + 36, + 382 + ], + "peak": [ + 31, + 384 + ], + "area_cells": 38 + }, + { + "id": "range_17", + "name": null, + "center": [ + 33, + 217 + ], + "peak": [ + 32, + 218 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 42, + 252 + ], + "peak": [ + 42, + 253 + ], + "area_cells": 45 + }, + { + "id": "range_21", + "name": null, + "center": [ + 54, + 446 + ], + "peak": [ + 58, + 450 + ], + "area_cells": 365 + }, + { + "id": "range_22", + "name": null, + "center": [ + 44, + 239 + ], + "peak": [ + 44, + 240 + ], + "area_cells": 35 + }, + { + "id": "range_26", + "name": null, + "center": [ + 53, + 321 + ], + "peak": [ + 54, + 321 + ], + "area_cells": 45 + }, + { + "id": "range_35", + "name": null, + "center": [ + 104, + 453 + ], + "peak": [ + 105, + 458 + ], + "area_cells": 333 + }, + { + "id": "range_40", + "name": null, + "center": [ + 124, + 61 + ], + "peak": [ + 128, + 69 + ], + "area_cells": 503 + }, + { + "id": "range_45", + "name": null, + "center": [ + 153, + 24 + ], + "peak": [ + 155, + 25 + ], + "area_cells": 103 + }, + { + "id": "range_46", + "name": null, + "center": [ + 170, + 490 + ], + "peak": [ + 169, + 494 + ], + "area_cells": 202 + }, + { + "id": "range_47", + "name": null, + "center": [ + 158, + 344 + ], + "peak": [ + 158, + 345 + ], + "area_cells": 32 + }, + { + "id": "range_49", + "name": null, + "center": [ + 167, + 44 + ], + "peak": [ + 168, + 44 + ], + "area_cells": 137 + }, + { + "id": "range_52", + "name": null, + "center": [ + 182, + 6 + ], + "peak": [ + 185, + 5 + ], + "area_cells": 275 + }, + { + "id": "range_54", + "name": null, + "center": [ + 186, + 272 + ], + "peak": [ + 185, + 272 + ], + "area_cells": 68 + }, + { + "id": "range_56", + "name": null, + "center": [ + 196, + 61 + ], + "peak": [ + 196, + 62 + ], + "area_cells": 22 + }, + { + "id": "range_57", + "name": null, + "center": [ + 196, + 151 + ], + "peak": [ + 197, + 151 + ], + "area_cells": 22 + }, + { + "id": "range_59", + "name": null, + "center": [ + 209, + 56 + ], + "peak": [ + 212, + 55 + ], + "area_cells": 34 + }, + { + "id": "range_60", + "name": null, + "center": [ + 210, + 74 + ], + "peak": [ + 209, + 74 + ], + "area_cells": 91 + }, + { + "id": "range_61", + "name": null, + "center": [ + 216, + 117 + ], + "peak": [ + 214, + 118 + ], + "area_cells": 115 + }, + { + "id": "range_62", + "name": null, + "center": [ + 213, + 100 + ], + "peak": [ + 217, + 100 + ], + "area_cells": 177 + }, + { + "id": "range_65", + "name": null, + "center": [ + 238, + 80 + ], + "peak": [ + 238, + 81 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/globe.png new file mode 100644 index 000000000..d79d15f47 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/heightmap.png new file mode 100644 index 000000000..c75ea65f5 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/index.md new file mode 100644 index 000000000..caffe9ad5 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1230Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2715401119 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.197 + period_days: 32.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: 0.45 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.893 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ac + +Barren planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.45g | +| **Land** | 99% | +| **Year** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/markers.json new file mode 100644 index 000000000..9652789d2 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ac/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 64, + 23 + ], + "peak": [ + 75, + 21 + ], + "area_cells": 1897 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 489 + ], + "peak": [ + 70, + 485 + ], + "area_cells": 1639 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 249 + ], + "peak": [ + 48, + 250 + ], + "area_cells": 101 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 234 + ], + "peak": [ + 66, + 235 + ], + "area_cells": 397 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 447 + ], + "peak": [ + 59, + 447 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 260 + ], + "peak": [ + 72, + 253 + ], + "area_cells": 188 + }, + { + "id": "range_13", + "name": null, + "center": [ + 69, + 169 + ], + "peak": [ + 66, + 170 + ], + "area_cells": 55 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 74 + ], + "peak": [ + 67, + 76 + ], + "area_cells": 22 + }, + { + "id": "range_18", + "name": null, + "center": [ + 87, + 174 + ], + "peak": [ + 88, + 174 + ], + "area_cells": 113 + }, + { + "id": "range_21", + "name": null, + "center": [ + 120, + 397 + ], + "peak": [ + 144, + 406 + ], + "area_cells": 2045 + }, + { + "id": "range_22", + "name": null, + "center": [ + 95, + 122 + ], + "peak": [ + 95, + 123 + ], + "area_cells": 47 + }, + { + "id": "range_24", + "name": null, + "center": [ + 110, + 505 + ], + "peak": [ + 113, + 509 + ], + "area_cells": 189 + }, + { + "id": "range_25", + "name": null, + "center": [ + 112, + 2 + ], + "peak": [ + 112, + 0 + ], + "area_cells": 80 + }, + { + "id": "range_27", + "name": null, + "center": [ + 113, + 152 + ], + "peak": [ + 114, + 150 + ], + "area_cells": 136 + }, + { + "id": "range_28", + "name": null, + "center": [ + 115, + 33 + ], + "peak": [ + 117, + 31 + ], + "area_cells": 100 + }, + { + "id": "range_30", + "name": null, + "center": [ + 120, + 339 + ], + "peak": [ + 120, + 338 + ], + "area_cells": 150 + }, + { + "id": "range_31", + "name": null, + "center": [ + 143, + 78 + ], + "peak": [ + 142, + 79 + ], + "area_cells": 71 + }, + { + "id": "range_32", + "name": null, + "center": [ + 145, + 453 + ], + "peak": [ + 150, + 453 + ], + "area_cells": 54 + }, + { + "id": "range_33", + "name": null, + "center": [ + 150, + 109 + ], + "peak": [ + 148, + 110 + ], + "area_cells": 56 + }, + { + "id": "range_34", + "name": null, + "center": [ + 154, + 75 + ], + "peak": [ + 156, + 76 + ], + "area_cells": 27 + }, + { + "id": "range_35", + "name": null, + "center": [ + 169, + 424 + ], + "peak": [ + 169, + 425 + ], + "area_cells": 20 + }, + { + "id": "range_36", + "name": null, + "center": [ + 180, + 395 + ], + "peak": [ + 182, + 397 + ], + "area_cells": 43 + }, + { + "id": "range_41", + "name": null, + "center": [ + 202, + 415 + ], + "peak": [ + 201, + 416 + ], + "area_cells": 25 + }, + { + "id": "range_43", + "name": null, + "center": [ + 225, + 62 + ], + "peak": [ + 223, + 63 + ], + "area_cells": 58 + }, + { + "id": "range_44", + "name": null, + "center": [ + 234, + 423 + ], + "peak": [ + 240, + 424 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/globe.png new file mode 100644 index 000000000..a9e08476f Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/heightmap.png new file mode 100644 index 000000000..2379e7b72 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/index.md new file mode 100644 index 000000000..cedee3818 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1230Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2476334600 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.078 + period_days: 8.0 + axial_tilt_deg: 5.6 +physical: + gravity_g: 0.04 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.977 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ad-1 + +Barren moon. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/markers.json new file mode 100644 index 000000000..19abd8703 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad-1/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 96, + 14 + ], + "peak": [ + 109, + 9 + ], + "area_cells": 1424 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 353 + ], + "peak": [ + 75, + 353 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 509 + ], + "peak": [ + 127, + 511 + ], + "area_cells": 231 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 388 + ], + "peak": [ + 107, + 385 + ], + "area_cells": 1165 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 52 + ], + "peak": [ + 112, + 55 + ], + "area_cells": 471 + }, + { + "id": "range_8", + "name": null, + "center": [ + 108, + 231 + ], + "peak": [ + 103, + 225 + ], + "area_cells": 182 + }, + { + "id": "range_9", + "name": null, + "center": [ + 134, + 247 + ], + "peak": [ + 134, + 239 + ], + "area_cells": 1187 + }, + { + "id": "range_10", + "name": null, + "center": [ + 109, + 333 + ], + "peak": [ + 107, + 333 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 128, + 478 + ], + "peak": [ + 134, + 484 + ], + "area_cells": 271 + }, + { + "id": "range_12", + "name": null, + "center": [ + 118, + 186 + ], + "peak": [ + 119, + 186 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 124, + 274 + ], + "peak": [ + 117, + 270 + ], + "area_cells": 92 + }, + { + "id": "range_15", + "name": null, + "center": [ + 123, + 126 + ], + "peak": [ + 122, + 130 + ], + "area_cells": 206 + }, + { + "id": "range_17", + "name": null, + "center": [ + 127, + 310 + ], + "peak": [ + 128, + 307 + ], + "area_cells": 112 + }, + { + "id": "range_18", + "name": null, + "center": [ + 131, + 188 + ], + "peak": [ + 132, + 189 + ], + "area_cells": 54 + }, + { + "id": "range_19", + "name": null, + "center": [ + 142, + 92 + ], + "peak": [ + 138, + 95 + ], + "area_cells": 203 + }, + { + "id": "range_20", + "name": null, + "center": [ + 139, + 57 + ], + "peak": [ + 139, + 58 + ], + "area_cells": 92 + }, + { + "id": "range_21", + "name": null, + "center": [ + 136, + 109 + ], + "peak": [ + 136, + 110 + ], + "area_cells": 32 + }, + { + "id": "range_23", + "name": null, + "center": [ + 145, + 334 + ], + "peak": [ + 146, + 335 + ], + "area_cells": 40 + }, + { + "id": "range_25", + "name": null, + "center": [ + 147, + 25 + ], + "peak": [ + 146, + 25 + ], + "area_cells": 24 + }, + { + "id": "range_27", + "name": null, + "center": [ + 153, + 406 + ], + "peak": [ + 157, + 401 + ], + "area_cells": 58 + }, + { + "id": "range_30", + "name": null, + "center": [ + 168, + 437 + ], + "peak": [ + 167, + 436 + ], + "area_cells": 153 + }, + { + "id": "range_33", + "name": null, + "center": [ + 171, + 133 + ], + "peak": [ + 174, + 133 + ], + "area_cells": 264 + }, + { + "id": "range_36", + "name": null, + "center": [ + 184, + 290 + ], + "peak": [ + 181, + 295 + ], + "area_cells": 136 + }, + { + "id": "range_37", + "name": null, + "center": [ + 186, + 411 + ], + "peak": [ + 186, + 412 + ], + "area_cells": 37 + }, + { + "id": "range_41", + "name": null, + "center": [ + 205, + 388 + ], + "peak": [ + 207, + 389 + ], + "area_cells": 112 + }, + { + "id": "range_42", + "name": null, + "center": [ + 209, + 339 + ], + "peak": [ + 209, + 337 + ], + "area_cells": 94 + }, + { + "id": "range_43", + "name": null, + "center": [ + 209, + 367 + ], + "peak": [ + 210, + 367 + ], + "area_cells": 119 + }, + { + "id": "range_44", + "name": null, + "center": [ + 216, + 403 + ], + "peak": [ + 214, + 403 + ], + "area_cells": 148 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/globe.png new file mode 100644 index 000000000..c4eed51ab Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/heightmap.png new file mode 100644 index 000000000..52c0e2718 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/index.md new file mode 100644 index 000000000..0ccc9098c --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1230Ad +name: Talvela +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3308709591 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.407 + period_days: 95.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.82 + oblateness: 0.0022 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.733 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.403 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Talvela + +Temperate planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 98% | +| **Year** | 95 days | +| **Inhabited** | yes | +| **Population** | 8M | +| **Economy** | transit | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/markers.json new file mode 100644 index 000000000..3f164596e --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ad/markers.json @@ -0,0 +1,1105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 240, + 39 + ], + [ + 239, + 38 + ], + [ + 239, + 39 + ], + [ + 239, + 40 + ], + [ + 238, + 39 + ], + [ + 237, + 39 + ], + [ + 238, + 40 + ], + [ + 237, + 41 + ], + [ + 236, + 42 + ], + [ + 237, + 42 + ], + [ + 238, + 43 + ], + [ + 239, + 44 + ], + [ + 238, + 44 + ], + [ + 237, + 45 + ], + [ + 236, + 45 + ], + [ + 235, + 46 + ], + [ + 236, + 47 + ], + [ + 237, + 48 + ], + [ + 238, + 49 + ], + [ + 239, + 49 + ], + [ + 238, + 48 + ], + [ + 237, + 49 + ], + [ + 238, + 50 + ], + [ + 239, + 50 + ], + [ + 238, + 51 + ], + [ + 238, + 52 + ], + [ + 237, + 53 + ], + [ + 236, + 53 + ], + [ + 236, + 54 + ], + [ + 237, + 55 + ], + [ + 237, + 56 + ], + [ + 237, + 57 + ], + [ + 237, + 58 + ], + [ + 236, + 58 + ], + [ + 235, + 57 + ], + [ + 236, + 57 + ], + [ + 235, + 56 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 221, + 158 + ], + [ + 220, + 157 + ], + [ + 219, + 156 + ], + [ + 218, + 155 + ], + [ + 217, + 154 + ], + [ + 216, + 153 + ], + [ + 215, + 153 + ], + [ + 214, + 152 + ], + [ + 213, + 151 + ], + [ + 213, + 150 + ], + [ + 214, + 150 + ], + [ + 214, + 149 + ], + [ + 214, + 148 + ], + [ + 214, + 147 + ], + [ + 214, + 146 + ], + [ + 214, + 145 + ], + [ + 213, + 144 + ], + [ + 214, + 143 + ], + [ + 215, + 142 + ], + [ + 214, + 141 + ], + [ + 214, + 140 + ], + [ + 214, + 139 + ], + [ + 214, + 138 + ], + [ + 214, + 137 + ], + [ + 214, + 136 + ], + [ + 213, + 135 + ], + [ + 213, + 134 + ], + [ + 213, + 133 + ], + [ + 214, + 132 + ], + [ + 214, + 131 + ], + [ + 213, + 130 + ], + [ + 212, + 129 + ], + [ + 211, + 128 + ], + [ + 212, + 128 + ], + [ + 211, + 127 + ], + [ + 211, + 126 + ], + [ + 212, + 126 + ], + [ + 212, + 127 + ], + [ + 213, + 128 + ], + [ + 213, + 127 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 208, + 65 + ], + [ + 209, + 66 + ], + [ + 210, + 67 + ], + [ + 211, + 68 + ], + [ + 212, + 68 + ], + [ + 213, + 69 + ], + [ + 213, + 70 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 126, + 53 + ], + [ + 125, + 53 + ], + [ + 125, + 54 + ], + [ + 125, + 55 + ], + [ + 124, + 56 + ], + [ + 123, + 57 + ], + [ + 123, + 58 + ], + [ + 122, + 59 + ], + [ + 121, + 60 + ], + [ + 120, + 61 + ], + [ + 119, + 62 + ], + [ + 120, + 63 + ], + [ + 120, + 64 + ], + [ + 120, + 65 + ], + [ + 119, + 66 + ], + [ + 120, + 67 + ], + [ + 119, + 68 + ], + [ + 120, + 68 + ], + [ + 120, + 69 + ], + [ + 121, + 70 + ], + [ + 120, + 71 + ], + [ + 121, + 71 + ], + [ + 120, + 72 + ], + [ + 121, + 72 + ], + [ + 121, + 73 + ], + [ + 121, + 74 + ], + [ + 120, + 75 + ], + [ + 120, + 74 + ], + [ + 121, + 75 + ], + [ + 122, + 75 + ], + [ + 121, + 76 + ], + [ + 122, + 76 + ], + [ + 123, + 77 + ], + [ + 123, + 76 + ], + [ + 124, + 77 + ], + [ + 124, + 78 + ], + [ + 125, + 79 + ], + [ + 126, + 80 + ], + [ + 125, + 81 + ], + [ + 125, + 80 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 151, + 511 + ], + [ + 150, + 510 + ], + [ + 149, + 510 + ], + [ + 149, + 511 + ], + [ + 148, + 510 + ], + [ + 147, + 511 + ], + [ + 147, + 510 + ], + [ + 147, + 509 + ], + [ + 147, + 508 + ], + [ + 146, + 509 + ], + [ + 145, + 510 + ], + [ + 145, + 511 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 210, + 0 + ], + [ + 211, + 1 + ], + [ + 211, + 2 + ], + [ + 212, + 1 + ], + [ + 213, + 2 + ], + [ + 214, + 3 + ], + [ + 215, + 4 + ], + [ + 216, + 4 + ], + [ + 217, + 3 + ], + [ + 218, + 2 + ], + [ + 218, + 1 + ], + [ + 219, + 0 + ], + [ + 220, + 1 + ], + [ + 221, + 0 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 182, + 129 + ], + [ + 181, + 128 + ], + [ + 180, + 127 + ], + [ + 179, + 126 + ], + [ + 178, + 125 + ], + [ + 177, + 125 + ], + [ + 176, + 126 + ], + [ + 175, + 126 + ], + [ + 175, + 125 + ], + [ + 175, + 124 + ], + [ + 176, + 125 + ], + [ + 176, + 124 + ], + [ + 176, + 123 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 14 + ], + [ + 254, + 13 + ], + [ + 255, + 13 + ], + [ + 254, + 12 + ], + [ + 253, + 13 + ], + [ + 253, + 12 + ], + [ + 252, + 13 + ], + [ + 251, + 12 + ], + [ + 250, + 13 + ], + [ + 249, + 12 + ], + [ + 248, + 11 + ], + [ + 247, + 11 + ], + [ + 246, + 11 + ], + [ + 246, + 12 + ], + [ + 246, + 13 + ], + [ + 246, + 14 + ], + [ + 247, + 15 + ], + [ + 246, + 15 + ], + [ + 246, + 16 + ], + [ + 245, + 16 + ], + [ + 245, + 15 + ], + [ + 244, + 16 + ], + [ + 244, + 17 + ], + [ + 243, + 17 + ], + [ + 244, + 18 + ], + [ + 244, + 19 + ], + [ + 245, + 18 + ], + [ + 246, + 18 + ], + [ + 247, + 18 + ], + [ + 247, + 17 + ], + [ + 247, + 16 + ], + [ + 246, + 17 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 123, + 0 + ], + [ + 123, + 511 + ], + [ + 122, + 511 + ], + [ + 121, + 511 + ], + [ + 120, + 510 + ], + [ + 120, + 511 + ], + [ + 119, + 511 + ], + [ + 119, + 510 + ], + [ + 119, + 509 + ], + [ + 120, + 509 + ], + [ + 121, + 510 + ], + [ + 122, + 510 + ], + [ + 123, + 510 + ], + [ + 124, + 511 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 248, + 209 + ], + [ + 247, + 209 + ], + [ + 246, + 209 + ], + [ + 245, + 208 + ], + [ + 245, + 207 + ], + [ + 244, + 208 + ], + [ + 245, + 209 + ], + [ + 244, + 209 + ], + [ + 243, + 209 + ], + [ + 242, + 209 + ], + [ + 241, + 210 + ], + [ + 241, + 211 + ], + [ + 240, + 212 + ], + [ + 240, + 213 + ], + [ + 240, + 214 + ], + [ + 240, + 215 + ], + [ + 239, + 216 + ], + [ + 238, + 216 + ], + [ + 239, + 215 + ], + [ + 238, + 214 + ], + [ + 237, + 214 + ], + [ + 238, + 213 + ], + [ + 239, + 212 + ], + [ + 240, + 211 + ], + [ + 240, + 210 + ], + [ + 239, + 211 + ], + [ + 238, + 210 + ], + [ + 238, + 211 + ], + [ + 237, + 212 + ], + [ + 237, + 213 + ], + [ + 236, + 213 + ], + [ + 236, + 212 + ], + [ + 237, + 211 + ], + [ + 238, + 212 + ], + [ + 239, + 213 + ], + [ + 239, + 214 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 207, + 197 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 285 + ], + "peak": [ + 34, + 348 + ], + "area_cells": 24952 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 491 + ], + "peak": [ + 34, + 484 + ], + "area_cells": 242 + }, + { + "id": "range_6", + "name": null, + "center": [ + 154, + 284 + ], + "peak": [ + 155, + 284 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/globe.png new file mode 100644 index 000000000..cdfe8613c Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/heightmap.png new file mode 100644 index 000000000..c0c5586db Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/index.md new file mode 100644 index 000000000..3cc118207 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1230Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2769189218 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.691 + period_days: 210.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.869 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.106 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ae + +Arid planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 210 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/markers.json new file mode 100644 index 000000000..4c7d20583 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ae/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 38 + ], + "peak": [ + 47, + 55 + ], + "area_cells": 3322 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 132 + ], + "peak": [ + 0, + 131 + ], + "area_cells": 77 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 293 + ], + "peak": [ + 0, + 296 + ], + "area_cells": 15949 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 485 + ], + "peak": [ + 0, + 471 + ], + "area_cells": 1648 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 429 + ], + "peak": [ + 8, + 429 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 194 + ], + "peak": [ + 46, + 193 + ], + "area_cells": 165 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 418 + ], + "peak": [ + 51, + 418 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 69, + 181 + ], + "peak": [ + 71, + 182 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 121, + 26 + ], + "peak": [ + 121, + 28 + ], + "area_cells": 149 + }, + { + "id": "range_13", + "name": null, + "center": [ + 122, + 373 + ], + "peak": [ + 123, + 372 + ], + "area_cells": 72 + }, + { + "id": "range_14", + "name": null, + "center": [ + 149, + 266 + ], + "peak": [ + 161, + 271 + ], + "area_cells": 1939 + }, + { + "id": "range_16", + "name": null, + "center": [ + 126, + 456 + ], + "peak": [ + 127, + 457 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 205, + 64 + ], + "peak": [ + 225, + 45 + ], + "area_cells": 2532 + }, + { + "id": "range_19", + "name": null, + "center": [ + 204, + 479 + ], + "peak": [ + 199, + 466 + ], + "area_cells": 1517 + }, + { + "id": "range_21", + "name": null, + "center": [ + 199, + 1 + ], + "peak": [ + 201, + 0 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/globe.png new file mode 100644 index 000000000..944617d18 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/heightmap.png new file mode 100644 index 000000000..f14d14f37 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/index.md new file mode 100644 index 000000000..1ac445c13 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1230Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4096384017 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.132 + period_days: 440.0 + axial_tilt_deg: 53.8 +physical: + gravity_g: 0.35 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.737 + polar_ice_lat: 0.188 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Af + +Frozen planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/markers.json new file mode 100644 index 000000000..21d82fd84 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Af/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 253 + ], + "area_fraction": 0.2553 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 140, + 239 + ], + "peak": [ + 136, + 180 + ], + "area_cells": 12593 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 212 + ], + "peak": [ + 111, + 216 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 55 + ], + "peak": [ + 117, + 54 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 16 + ], + "peak": [ + 131, + 15 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 149, + 45 + ], + "peak": [ + 144, + 66 + ], + "area_cells": 1155 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 490 + ], + "peak": [ + 142, + 489 + ], + "area_cells": 97 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 85 + ], + "peak": [ + 149, + 86 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/globe.png new file mode 100644 index 000000000..dd0140254 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/heightmap.png new file mode 100644 index 000000000..b4c04db4c Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/index.md new file mode 100644 index 000000000..bc474d7fe --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1230Ag-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 995690282 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.06 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.842 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ag-1 + +Barren moon. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/markers.json new file mode 100644 index 000000000..a7e3afa9f --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-1/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 3, + 457 + ], + "peak": [ + 0, + 459 + ], + "area_cells": 269 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 373 + ], + "peak": [ + 28, + 371 + ], + "area_cells": 159 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 439 + ], + "peak": [ + 9, + 440 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 14, + 479 + ], + "peak": [ + 22, + 475 + ], + "area_cells": 81 + }, + { + "id": "range_7", + "name": null, + "center": [ + 26, + 359 + ], + "peak": [ + 34, + 360 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 15, + 419 + ], + "peak": [ + 15, + 420 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 16, + 155 + ], + "peak": [ + 15, + 157 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 17, + 409 + ], + "peak": [ + 18, + 411 + ], + "area_cells": 41 + }, + { + "id": "range_19", + "name": null, + "center": [ + 38, + 130 + ], + "peak": [ + 26, + 127 + ], + "area_cells": 125 + }, + { + "id": "range_29", + "name": null, + "center": [ + 54, + 445 + ], + "peak": [ + 55, + 446 + ], + "area_cells": 159 + }, + { + "id": "range_30", + "name": null, + "center": [ + 51, + 152 + ], + "peak": [ + 52, + 153 + ], + "area_cells": 26 + }, + { + "id": "range_35", + "name": null, + "center": [ + 124, + 406 + ], + "peak": [ + 105, + 450 + ], + "area_cells": 9494 + }, + { + "id": "range_36", + "name": null, + "center": [ + 67, + 477 + ], + "peak": [ + 68, + 479 + ], + "area_cells": 235 + }, + { + "id": "range_37", + "name": null, + "center": [ + 69, + 82 + ], + "peak": [ + 72, + 84 + ], + "area_cells": 107 + }, + { + "id": "range_39", + "name": null, + "center": [ + 77, + 190 + ], + "peak": [ + 77, + 191 + ], + "area_cells": 82 + }, + { + "id": "range_40", + "name": null, + "center": [ + 81, + 46 + ], + "peak": [ + 81, + 46 + ], + "area_cells": 73 + }, + { + "id": "range_42", + "name": null, + "center": [ + 126, + 274 + ], + "peak": [ + 112, + 253 + ], + "area_cells": 2184 + }, + { + "id": "range_43", + "name": null, + "center": [ + 134, + 117 + ], + "peak": [ + 128, + 189 + ], + "area_cells": 5796 + }, + { + "id": "range_44", + "name": null, + "center": [ + 115, + 113 + ], + "peak": [ + 114, + 114 + ], + "area_cells": 71 + }, + { + "id": "range_46", + "name": null, + "center": [ + 141, + 339 + ], + "peak": [ + 139, + 341 + ], + "area_cells": 221 + }, + { + "id": "range_51", + "name": null, + "center": [ + 156, + 237 + ], + "peak": [ + 157, + 237 + ], + "area_cells": 37 + }, + { + "id": "range_55", + "name": null, + "center": [ + 163, + 209 + ], + "peak": [ + 162, + 211 + ], + "area_cells": 27 + }, + { + "id": "range_59", + "name": null, + "center": [ + 192, + 311 + ], + "peak": [ + 183, + 313 + ], + "area_cells": 719 + }, + { + "id": "range_60", + "name": null, + "center": [ + 173, + 73 + ], + "peak": [ + 176, + 74 + ], + "area_cells": 24 + }, + { + "id": "range_61", + "name": null, + "center": [ + 191, + 96 + ], + "peak": [ + 199, + 82 + ], + "area_cells": 518 + }, + { + "id": "range_65", + "name": null, + "center": [ + 180, + 343 + ], + "peak": [ + 180, + 343 + ], + "area_cells": 22 + }, + { + "id": "range_67", + "name": null, + "center": [ + 188, + 226 + ], + "peak": [ + 189, + 227 + ], + "area_cells": 36 + }, + { + "id": "range_68", + "name": null, + "center": [ + 191, + 278 + ], + "peak": [ + 188, + 279 + ], + "area_cells": 64 + }, + { + "id": "range_69", + "name": null, + "center": [ + 207, + 238 + ], + "peak": [ + 206, + 239 + ], + "area_cells": 32 + }, + { + "id": "range_70", + "name": null, + "center": [ + 211, + 256 + ], + "peak": [ + 209, + 255 + ], + "area_cells": 79 + }, + { + "id": "range_71", + "name": null, + "center": [ + 214, + 150 + ], + "peak": [ + 215, + 151 + ], + "area_cells": 41 + }, + { + "id": "range_72", + "name": null, + "center": [ + 217, + 281 + ], + "peak": [ + 218, + 282 + ], + "area_cells": 29 + }, + { + "id": "range_76", + "name": null, + "center": [ + 228, + 296 + ], + "peak": [ + 229, + 296 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/globe.png new file mode 100644 index 000000000..23d0d67dd Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/heightmap.png new file mode 100644 index 000000000..41515e01b Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/index.md new file mode 100644 index 000000000..13eb703b7 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1230Ag-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 428999077 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.04 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.875 + polar_ice_lat: 0.242 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ag-2 + +Frozen moon. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/markers.json new file mode 100644 index 000000000..5fde9b60b --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag-2/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 65 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 201, + 428 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 233, + 324 + ], + "area_fraction": 0.0563 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 235, + 89 + ], + "area_fraction": 0.0182 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 288 + ], + "peak": [ + 41, + 289 + ], + "area_cells": 124 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 266 + ], + "peak": [ + 51, + 267 + ], + "area_cells": 111 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 63 + ], + "peak": [ + 72, + 37 + ], + "area_cells": 8367 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 422 + ], + "peak": [ + 67, + 423 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 194 + ], + "peak": [ + 82, + 205 + ], + "area_cells": 788 + }, + { + "id": "range_7", + "name": null, + "center": [ + 100, + 164 + ], + "peak": [ + 101, + 164 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 280 + ], + "peak": [ + 106, + 282 + ], + "area_cells": 143 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 493 + ], + "peak": [ + 129, + 493 + ], + "area_cells": 1060 + }, + { + "id": "range_11", + "name": null, + "center": [ + 132, + 414 + ], + "peak": [ + 129, + 418 + ], + "area_cells": 432 + }, + { + "id": "range_13", + "name": null, + "center": [ + 197, + 77 + ], + "peak": [ + 197, + 78 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 204, + 172 + ], + "peak": [ + 203, + 173 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag/globe.png new file mode 100644 index 000000000..8583c5752 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag/index.md new file mode 100644 index 000000000..03d628adc --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ag/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1230Ag +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 470609007 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.507 + period_days: 1450.0 + axial_tilt_deg: 7.5 +physical: + gravity_g: null + oblateness: 0.0759 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.112 +rings: + enabled: true + inner_radius_factor: 1.14 + outer_radius_factor: 2.21 + opacity_base: 0.57 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ1230Ag + +Gas giant. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1450 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/globe.png new file mode 100644 index 000000000..bfe40d62f Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/heightmap.png new file mode 100644 index 000000000..8e0890d89 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/index.md new file mode 100644 index 000000000..7a0376ebb --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1230Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2396961112 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.425 + period_days: 3400.0 + axial_tilt_deg: 21.2 +physical: + gravity_g: 0.28 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.245 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.335 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ah + +Frozen planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/markers.json new file mode 100644 index 000000000..ecaa0a901 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ah/markers.json @@ -0,0 +1,127 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 63, + 167 + ], + "area_fraction": 0.064 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 132, + 195 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 180, + 59 + ], + "area_fraction": 0.031 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 175, + 129 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 186, + 167 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 190, + 212 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 372 + ], + "peak": [ + 173, + 351 + ], + "area_cells": 14540 + }, + { + "id": "range_4", + "name": null, + "center": [ + 132, + 19 + ], + "peak": [ + 134, + 16 + ], + "area_cells": 53 + }, + { + "id": "range_9", + "name": null, + "center": [ + 241, + 322 + ], + "peak": [ + 242, + 323 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 248, + 342 + ], + "peak": [ + 249, + 340 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/globe.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/globe.png new file mode 100644 index 000000000..8da845c1c Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/globe.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/heightmap.png b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/heightmap.png new file mode 100644 index 000000000..1a5941f49 Binary files /dev/null and b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/index.md b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/index.md new file mode 100644 index 000000000..cac52fd12 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1230Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 424236412 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.886 + period_days: 6600.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.22 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.751 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.445 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1230Ai + +Frozen planet. + +**System:** [GJ-1230A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 6600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/markers.json b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/markers.json new file mode 100644 index 000000000..649b83d24 --- /dev/null +++ b/wiki/star-systems/GJ-1230A/bodies/GJ1230Ai/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 62, + 206 + ], + "area_fraction": 0.1137 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 97, + 452 + ], + "area_fraction": 0.0809 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 77, + 17 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 213, + 179 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 21, + 356 + ], + "peak": [ + 16, + 367 + ], + "area_cells": 1702 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 398 + ], + "peak": [ + 58, + 398 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 183, + 444 + ], + "peak": [ + 184, + 445 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 220, + 385 + ], + "peak": [ + 228, + 383 + ], + "area_cells": 1663 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1232b/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232b/globe.png new file mode 100644 index 000000000..e8a5a3e52 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232b/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232b/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232b/heightmap.png new file mode 100644 index 000000000..156b1d4cf Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232b/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232b/index.md new file mode 100644 index 000000000..32c0e8694 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1232b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3972932424 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 10.8 +physical: + gravity_g: 0.34 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1232b + +Barren planet. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 96% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232b/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232b/markers.json new file mode 100644 index 000000000..de89e0f35 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 106 + ], + "peak": [ + 62, + 107 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 45 + ], + "peak": [ + 72, + 41 + ], + "area_cells": 89 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 54 + ], + "peak": [ + 104, + 56 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 163 + ], + "peak": [ + 117, + 161 + ], + "area_cells": 116 + }, + { + "id": "range_8", + "name": null, + "center": [ + 119, + 328 + ], + "peak": [ + 120, + 329 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 141, + 190 + ], + "peak": [ + 141, + 193 + ], + "area_cells": 760 + }, + { + "id": "range_11", + "name": null, + "center": [ + 125, + 368 + ], + "peak": [ + 122, + 368 + ], + "area_cells": 52 + }, + { + "id": "range_13", + "name": null, + "center": [ + 189, + 98 + ], + "peak": [ + 144, + 139 + ], + "area_cells": 5729 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 333 + ], + "peak": [ + 142, + 330 + ], + "area_cells": 327 + }, + { + "id": "range_15", + "name": null, + "center": [ + 194, + 396 + ], + "peak": [ + 185, + 325 + ], + "area_cells": 4939 + }, + { + "id": "range_20", + "name": null, + "center": [ + 192, + 226 + ], + "peak": [ + 193, + 227 + ], + "area_cells": 28 + }, + { + "id": "range_21", + "name": null, + "center": [ + 222, + 281 + ], + "peak": [ + 246, + 279 + ], + "area_cells": 661 + }, + { + "id": "range_24", + "name": null, + "center": [ + 207, + 427 + ], + "peak": [ + 207, + 427 + ], + "area_cells": 29 + }, + { + "id": "range_32", + "name": null, + "center": [ + 222, + 201 + ], + "peak": [ + 222, + 201 + ], + "area_cells": 35 + }, + { + "id": "range_37", + "name": null, + "center": [ + 231, + 233 + ], + "peak": [ + 230, + 234 + ], + "area_cells": 22 + }, + { + "id": "range_39", + "name": null, + "center": [ + 240, + 227 + ], + "peak": [ + 240, + 227 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232c/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232c/globe.png new file mode 100644 index 000000000..e3976da89 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232c/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232c/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232c/heightmap.png new file mode 100644 index 000000000..c69147a6c Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232c/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232c/index.md new file mode 100644 index 000000000..e30e9ffa4 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1232c +name: Gammla +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 4252572104 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.339 + period_days: 72.0 + axial_tilt_deg: 1.9 +physical: + gravity_g: 0.88 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.532 + polar_ice_lat: 0.792 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Gammla + +Temperate Terminator planet. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 53% | +| **Year** | 72 days | +| **Inhabited** | yes | +| **Population** | 52M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232c/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232c/markers.json new file mode 100644 index 000000000..bbdeaaf4c --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232c/markers.json @@ -0,0 +1,648 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 57 + ], + [ + 121, + 56 + ], + [ + 122, + 55 + ], + [ + 123, + 54 + ], + [ + 124, + 54 + ], + [ + 125, + 55 + ], + [ + 126, + 55 + ], + [ + 127, + 55 + ], + [ + 128, + 56 + ], + [ + 129, + 56 + ], + [ + 130, + 57 + ], + [ + 131, + 57 + ], + [ + 132, + 58 + ], + [ + 133, + 59 + ], + [ + 134, + 60 + ], + [ + 135, + 61 + ], + [ + 136, + 62 + ], + [ + 137, + 63 + ], + [ + 138, + 64 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 4, + 376 + ], + [ + 5, + 375 + ], + [ + 6, + 374 + ], + [ + 7, + 374 + ], + [ + 8, + 373 + ], + [ + 9, + 372 + ], + [ + 10, + 371 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 120, + 399 + ], + [ + 121, + 400 + ], + [ + 122, + 401 + ], + [ + 123, + 402 + ], + [ + 124, + 403 + ], + [ + 124, + 404 + ], + [ + 123, + 405 + ], + [ + 123, + 406 + ], + [ + 124, + 407 + ], + [ + 123, + 408 + ], + [ + 124, + 409 + ], + [ + 123, + 410 + ], + [ + 123, + 411 + ], + [ + 122, + 411 + ], + [ + 121, + 412 + ], + [ + 121, + 413 + ], + [ + 122, + 414 + ], + [ + 122, + 413 + ], + [ + 121, + 414 + ], + [ + 120, + 415 + ], + [ + 120, + 416 + ], + [ + 119, + 417 + ], + [ + 120, + 417 + ], + [ + 119, + 418 + ], + [ + 120, + 419 + ], + [ + 119, + 420 + ], + [ + 118, + 420 + ], + [ + 119, + 421 + ], + [ + 118, + 422 + ], + [ + 117, + 423 + ], + [ + 117, + 424 + ], + [ + 117, + 425 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 136, + 502 + ], + [ + 135, + 501 + ], + [ + 134, + 501 + ], + [ + 133, + 501 + ], + [ + 132, + 500 + ], + [ + 131, + 501 + ], + [ + 130, + 500 + ], + [ + 129, + 501 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 141, + 278 + ], + [ + 140, + 279 + ], + [ + 139, + 280 + ], + [ + 138, + 280 + ], + [ + 137, + 280 + ], + [ + 136, + 279 + ], + [ + 135, + 278 + ], + [ + 134, + 278 + ], + [ + 133, + 279 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 193, + 489 + ], + [ + 192, + 488 + ], + [ + 191, + 487 + ], + [ + 190, + 486 + ], + [ + 189, + 485 + ], + [ + 188, + 484 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 172, + 146 + ], + [ + 171, + 145 + ], + [ + 170, + 144 + ], + [ + 169, + 143 + ], + [ + 168, + 144 + ], + [ + 167, + 144 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 126 + ], + "area_fraction": 0.0337 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 312 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 78, + 68 + ], + "area_fraction": 0.0224 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 89, + 261 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 205, + 227 + ], + "area_fraction": 0.3634 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 146, + 339 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 307 + ], + "peak": [ + 35, + 301 + ], + "area_cells": 468 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 430 + ], + "peak": [ + 61, + 453 + ], + "area_cells": 1323 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 326 + ], + "peak": [ + 29, + 324 + ], + "area_cells": 39 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 83 + ], + "peak": [ + 36, + 82 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 99, + 145 + ], + "peak": [ + 103, + 140 + ], + "area_cells": 5051 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 91 + ], + "peak": [ + 55, + 88 + ], + "area_cells": 98 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 383 + ], + "peak": [ + 94, + 390 + ], + "area_cells": 1259 + }, + { + "id": "range_8", + "name": null, + "center": [ + 94, + 5 + ], + "peak": [ + 97, + 1 + ], + "area_cells": 248 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 476 + ], + "peak": [ + 110, + 482 + ], + "area_cells": 1646 + }, + { + "id": "range_10", + "name": null, + "center": [ + 111, + 310 + ], + "peak": [ + 122, + 315 + ], + "area_cells": 524 + }, + { + "id": "range_11", + "name": null, + "center": [ + 99, + 350 + ], + "peak": [ + 99, + 351 + ], + "area_cells": 147 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 125 + ], + "peak": [ + 126, + 128 + ], + "area_cells": 61 + }, + { + "id": "range_21", + "name": null, + "center": [ + 167, + 364 + ], + "peak": [ + 157, + 362 + ], + "area_cells": 1312 + }, + { + "id": "range_22", + "name": null, + "center": [ + 159, + 469 + ], + "peak": [ + 159, + 470 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232d/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232d/globe.png new file mode 100644 index 000000000..3611cfe76 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232d/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232d/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232d/heightmap.png new file mode 100644 index 000000000..76ea34186 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232d/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232d/index.md new file mode 100644 index 000000000..6d13a4aa8 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1232d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 257031824 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.877 + period_days: 300.0 + axial_tilt_deg: 45.0 +physical: + gravity_g: 0.48 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.952 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1232d + +Frozen planet. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232d/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232d/markers.json new file mode 100644 index 000000000..9d5bcd818 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232d/markers.json @@ -0,0 +1,291 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 115, + 382 + ], + [ + 116, + 383 + ], + [ + 116, + 384 + ], + [ + 117, + 385 + ], + [ + 118, + 386 + ], + [ + 119, + 387 + ], + [ + 120, + 388 + ], + [ + 121, + 387 + ], + [ + 122, + 387 + ], + [ + 123, + 387 + ], + [ + 124, + 388 + ], + [ + 125, + 389 + ], + [ + 126, + 390 + ], + [ + 127, + 391 + ], + [ + 128, + 392 + ], + [ + 129, + 393 + ], + [ + 130, + 394 + ], + [ + 131, + 394 + ], + [ + 132, + 395 + ], + [ + 133, + 396 + ], + [ + 132, + 396 + ], + [ + 133, + 395 + ], + [ + 132, + 394 + ], + [ + 132, + 393 + ], + [ + 131, + 393 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 121, + 144 + ], + [ + 122, + 143 + ], + [ + 123, + 142 + ], + [ + 124, + 141 + ], + [ + 125, + 141 + ], + [ + 126, + 140 + ], + [ + 127, + 139 + ], + [ + 128, + 138 + ], + [ + 129, + 138 + ], + [ + 130, + 137 + ], + [ + 130, + 136 + ], + [ + 129, + 136 + ], + [ + 128, + 136 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 168 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 96, + 60 + ], + "area_fraction": 0.0247 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 169 + ], + "peak": [ + 91, + 170 + ], + "area_cells": 169 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 200 + ], + "peak": [ + 94, + 201 + ], + "area_cells": 33 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 237 + ], + "peak": [ + 98, + 240 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 169, + 483 + ], + "peak": [ + 158, + 472 + ], + "area_cells": 1254 + }, + { + "id": "range_6", + "name": null, + "center": [ + 161, + 209 + ], + "peak": [ + 163, + 210 + ], + "area_cells": 135 + }, + { + "id": "range_7", + "name": null, + "center": [ + 160, + 50 + ], + "peak": [ + 161, + 52 + ], + "area_cells": 73 + }, + { + "id": "range_8", + "name": null, + "center": [ + 177, + 24 + ], + "peak": [ + 178, + 27 + ], + "area_cells": 791 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/globe.png new file mode 100644 index 000000000..9db5a633b Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/heightmap.png new file mode 100644 index 000000000..496947629 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/index.md new file mode 100644 index 000000000..24bc53246 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1232e-m1 +name: Malmvik +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3842070831 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 53.9 +physical: + gravity_g: 0.12 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.161 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Malmvik + +Frozen moon. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 97% | +| **Orbit** | 6 days | +| **Inhabited** | yes | +| **Population** | 420 | +| **Economy** | mining | +| **Settlement** | underground_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/markers.json new file mode 100644 index 000000000..475af692b --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232e-m1/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 32, + 380 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 248, + 423 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 69, + 76 + ], + "peak": [ + 50, + 91 + ], + "area_cells": 10906 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 172 + ], + "peak": [ + 4, + 157 + ], + "area_cells": 638 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 11 + ], + "peak": [ + 8, + 10 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 23, + 184 + ], + "peak": [ + 25, + 185 + ], + "area_cells": 83 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 488 + ], + "peak": [ + 58, + 481 + ], + "area_cells": 1131 + }, + { + "id": "range_9", + "name": null, + "center": [ + 100, + 395 + ], + "peak": [ + 100, + 337 + ], + "area_cells": 6752 + }, + { + "id": "range_11", + "name": null, + "center": [ + 104, + 507 + ], + "peak": [ + 103, + 511 + ], + "area_cells": 69 + }, + { + "id": "range_12", + "name": null, + "center": [ + 106, + 287 + ], + "peak": [ + 106, + 286 + ], + "area_cells": 45 + }, + { + "id": "range_15", + "name": null, + "center": [ + 141, + 257 + ], + "peak": [ + 144, + 281 + ], + "area_cells": 971 + }, + { + "id": "range_16", + "name": null, + "center": [ + 184, + 37 + ], + "peak": [ + 185, + 34 + ], + "area_cells": 563 + }, + { + "id": "range_18", + "name": null, + "center": [ + 191, + 81 + ], + "peak": [ + 191, + 83 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232e/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232e/globe.png new file mode 100644 index 000000000..763eb12ae Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232e/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232e/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232e/index.md new file mode 100644 index 000000000..7ab12e340 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1232e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3341597460 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.878 + period_days: 940.0 + axial_tilt_deg: 34.1 +physical: + gravity_g: null + oblateness: 0.0838 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.212 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.086 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.74 + opacity_base: 0.46 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ1232e + +Gas giant. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 940 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232f/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232f/globe.png new file mode 100644 index 000000000..4e838b974 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232f/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232f/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232f/heightmap.png new file mode 100644 index 000000000..b55a37300 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232f/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232f/index.md new file mode 100644 index 000000000..416e0b698 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1232f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 162230403 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.7 + period_days: 2600.0 + axial_tilt_deg: 53.4 +physical: + gravity_g: 0.38 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.845 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1232f + +Frozen planet. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232f/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232f/markers.json new file mode 100644 index 000000000..8e5c8f76c --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232f/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 82, + 187 + ], + "area_fraction": 0.0243 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 230, + 135 + ], + "area_fraction": 0.0812 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 210, + 391 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 243, + 325 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 290 + ], + "peak": [ + 6, + 288 + ], + "area_cells": 168 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 61 + ], + "peak": [ + 91, + 70 + ], + "area_cells": 7854 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 385 + ], + "peak": [ + 92, + 423 + ], + "area_cells": 9589 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 275 + ], + "peak": [ + 73, + 268 + ], + "area_cells": 439 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 263 + ], + "peak": [ + 119, + 263 + ], + "area_cells": 276 + }, + { + "id": "range_6", + "name": null, + "center": [ + 141, + 490 + ], + "peak": [ + 146, + 504 + ], + "area_cells": 1074 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 310 + ], + "peak": [ + 127, + 312 + ], + "area_cells": 43 + }, + { + "id": "range_8", + "name": null, + "center": [ + 134, + 229 + ], + "peak": [ + 134, + 229 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 141, + 441 + ], + "peak": [ + 143, + 441 + ], + "area_cells": 135 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 247 + ], + "peak": [ + 152, + 246 + ], + "area_cells": 206 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 34 + ], + "peak": [ + 162, + 44 + ], + "area_cells": 1242 + }, + { + "id": "range_13", + "name": null, + "center": [ + 154, + 351 + ], + "peak": [ + 154, + 351 + ], + "area_cells": 134 + }, + { + "id": "range_16", + "name": null, + "center": [ + 181, + 80 + ], + "peak": [ + 186, + 83 + ], + "area_cells": 994 + }, + { + "id": "range_17", + "name": null, + "center": [ + 170, + 499 + ], + "peak": [ + 171, + 495 + ], + "area_cells": 199 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232g/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232g/globe.png new file mode 100644 index 000000000..5f41da8da Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232g/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232g/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232g/heightmap.png new file mode 100644 index 000000000..4a9085a89 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232g/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232g/index.md new file mode 100644 index 000000000..8accbc23a --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1232g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4161377301 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.746 + period_days: 6400.0 + axial_tilt_deg: 53.3 +physical: + gravity_g: 0.29 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.826 + polar_ice_lat: 0.06 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1232g + +Frozen planet. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232g/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232g/markers.json new file mode 100644 index 000000000..ae3b9a82f --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232g/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 33, + 72 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 19, + 174 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 29, + 303 + ], + "area_fraction": 0.0728 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 42, + 394 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 42, + 134 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 43, + 446 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 83, + 252 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 113, + 91 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 100, + 13 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 327 + ], + "peak": [ + 112, + 328 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 125, + 339 + ], + "peak": [ + 127, + 340 + ], + "area_cells": 87 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 227 + ], + "peak": [ + 126, + 223 + ], + "area_cells": 91 + }, + { + "id": "range_6", + "name": null, + "center": [ + 214, + 307 + ], + "peak": [ + 198, + 349 + ], + "area_cells": 23657 + }, + { + "id": "range_8", + "name": null, + "center": [ + 223, + 20 + ], + "peak": [ + 244, + 0 + ], + "area_cells": 1601 + }, + { + "id": "range_9", + "name": null, + "center": [ + 249, + 254 + ], + "peak": [ + 251, + 253 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232h/globe.png b/wiki/star-systems/GJ-1232/bodies/GJ1232h/globe.png new file mode 100644 index 000000000..ce1c14d42 Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232h/globe.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232h/heightmap.png b/wiki/star-systems/GJ-1232/bodies/GJ1232h/heightmap.png new file mode 100644 index 000000000..ad8bb81fc Binary files /dev/null and b/wiki/star-systems/GJ-1232/bodies/GJ1232h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232h/index.md b/wiki/star-systems/GJ-1232/bodies/GJ1232h/index.md new file mode 100644 index 000000000..b6d68ccb4 --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1232h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 91690276 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.476 + period_days: 14200.0 + axial_tilt_deg: 56.6 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.857 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1232h + +Frozen planet. + +**System:** [GJ-1232](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 14200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1232/bodies/GJ1232h/markers.json b/wiki/star-systems/GJ-1232/bodies/GJ1232h/markers.json new file mode 100644 index 000000000..af810ce4a --- /dev/null +++ b/wiki/star-systems/GJ-1232/bodies/GJ1232h/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 161, + 436 + ], + "area_fraction": 0.0623 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 115, + 405 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 188, + 270 + ], + "area_fraction": 0.0262 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 191, + 379 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 224, + 415 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 254 + ], + "peak": [ + 1, + 220 + ], + "area_cells": 15104 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 22 + ], + "peak": [ + 43, + 23 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 56 + ], + "peak": [ + 75, + 40 + ], + "area_cells": 905 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 54 + ], + "peak": [ + 112, + 57 + ], + "area_cells": 130 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 136 + ], + "peak": [ + 125, + 139 + ], + "area_cells": 126 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 94 + ], + "peak": [ + 127, + 95 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1235b/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235b/globe.png new file mode 100644 index 000000000..3e75501bb Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235b/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235b/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235b/heightmap.png new file mode 100644 index 000000000..365950666 Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235b/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235b/index.md new file mode 100644 index 000000000..eb491d173 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1235b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1172708561 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1235b + +Barren planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 97% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235b/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235b/markers.json new file mode 100644 index 000000000..4a7c33b7d --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235b/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 288 + ], + "peak": [ + 54, + 287 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 267 + ], + "peak": [ + 75, + 267 + ], + "area_cells": 75 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 204 + ], + "peak": [ + 76, + 203 + ], + "area_cells": 187 + }, + { + "id": "range_5", + "name": null, + "center": [ + 180, + 141 + ], + "peak": [ + 142, + 73 + ], + "area_cells": 28646 + }, + { + "id": "range_6", + "name": null, + "center": [ + 88, + 55 + ], + "peak": [ + 88, + 55 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 177, + 442 + ], + "peak": [ + 162, + 432 + ], + "area_cells": 7168 + }, + { + "id": "range_11", + "name": null, + "center": [ + 119, + 399 + ], + "peak": [ + 119, + 401 + ], + "area_cells": 103 + }, + { + "id": "range_15", + "name": null, + "center": [ + 146, + 389 + ], + "peak": [ + 143, + 401 + ], + "area_cells": 290 + }, + { + "id": "range_16", + "name": null, + "center": [ + 161, + 338 + ], + "peak": [ + 166, + 338 + ], + "area_cells": 152 + }, + { + "id": "range_17", + "name": null, + "center": [ + 166, + 359 + ], + "peak": [ + 168, + 358 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 184, + 328 + ], + "peak": [ + 182, + 329 + ], + "area_cells": 152 + }, + { + "id": "range_19", + "name": null, + "center": [ + 211, + 338 + ], + "peak": [ + 210, + 339 + ], + "area_cells": 25 + }, + { + "id": "range_20", + "name": null, + "center": [ + 207, + 190 + ], + "peak": [ + 207, + 191 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 229, + 329 + ], + "peak": [ + 217, + 329 + ], + "area_cells": 213 + }, + { + "id": "range_24", + "name": null, + "center": [ + 226, + 502 + ], + "peak": [ + 228, + 504 + ], + "area_cells": 52 + }, + { + "id": "range_27", + "name": null, + "center": [ + 238, + 342 + ], + "peak": [ + 232, + 342 + ], + "area_cells": 97 + }, + { + "id": "range_29", + "name": null, + "center": [ + 239, + 162 + ], + "peak": [ + 240, + 165 + ], + "area_cells": 43 + }, + { + "id": "range_34", + "name": null, + "center": [ + 252, + 341 + ], + "peak": [ + 255, + 341 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235c/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235c/globe.png new file mode 100644 index 000000000..70719ad5f Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235c/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235c/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235c/heightmap.png new file mode 100644 index 000000000..e3376ca8a Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235c/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235c/index.md new file mode 100644 index 000000000..dd0617e85 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1235c +name: Wetzlar +body_type: planet +planet_class: temperate +body_scale: planet +seed: 643960759 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.86 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.392 + polar_ice_lat: 0.736 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.531 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Wetzlar + +Temperate planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 39% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 28K | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235c/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235c/markers.json new file mode 100644 index 000000000..eb11a6725 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235c/markers.json @@ -0,0 +1,539 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 188, + 217 + ], + [ + 187, + 218 + ], + [ + 186, + 219 + ], + [ + 186, + 220 + ], + [ + 185, + 221 + ], + [ + 184, + 222 + ], + [ + 183, + 222 + ], + [ + 182, + 222 + ], + [ + 181, + 222 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 155, + 213 + ], + [ + 154, + 214 + ], + [ + 153, + 213 + ], + [ + 152, + 212 + ], + [ + 151, + 212 + ], + [ + 150, + 213 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 153, + 408 + ], + [ + 154, + 407 + ], + [ + 154, + 406 + ], + [ + 155, + 406 + ], + [ + 156, + 406 + ], + [ + 157, + 406 + ], + [ + 158, + 407 + ], + [ + 159, + 407 + ], + [ + 160, + 408 + ], + [ + 161, + 409 + ], + [ + 162, + 408 + ], + [ + 163, + 409 + ], + [ + 164, + 410 + ], + [ + 165, + 411 + ], + [ + 165, + 412 + ], + [ + 166, + 412 + ], + [ + 166, + 413 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 66, + 5 + ], + [ + 65, + 4 + ], + [ + 64, + 4 + ], + [ + 63, + 3 + ], + [ + 62, + 2 + ], + [ + 61, + 2 + ], + [ + 60, + 3 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 100, + 62 + ], + [ + 101, + 61 + ], + [ + 102, + 62 + ], + [ + 103, + 61 + ], + [ + 104, + 60 + ], + [ + 105, + 59 + ], + [ + 105, + 58 + ], + [ + 105, + 57 + ], + [ + 105, + 56 + ], + [ + 105, + 55 + ], + [ + 104, + 54 + ], + [ + 104, + 53 + ], + [ + 104, + 52 + ], + [ + 104, + 51 + ], + [ + 104, + 50 + ], + [ + 103, + 49 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 126, + 112 + ], + [ + 125, + 113 + ], + [ + 124, + 112 + ], + [ + 123, + 111 + ], + [ + 122, + 110 + ], + [ + 121, + 109 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 84, + 134 + ], + [ + 85, + 133 + ], + [ + 86, + 132 + ], + [ + 87, + 131 + ], + [ + 88, + 131 + ], + [ + 89, + 131 + ], + [ + 90, + 131 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 243, + 156 + ], + [ + 244, + 155 + ], + [ + 245, + 156 + ], + [ + 246, + 156 + ], + [ + 247, + 156 + ], + [ + 248, + 157 + ], + [ + 249, + 158 + ], + [ + 250, + 158 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 171, + 499 + ], + [ + 170, + 498 + ], + [ + 169, + 498 + ], + [ + 168, + 498 + ], + [ + 167, + 497 + ], + [ + 166, + 496 + ], + [ + 165, + 496 + ], + [ + 164, + 495 + ], + [ + 163, + 494 + ], + [ + 162, + 493 + ], + [ + 162, + 492 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 97, + 221 + ], + "area_fraction": 0.5495 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 173, + 468 + ], + "area_fraction": 0.0461 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 222, + 232 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 96, + 462 + ], + "peak": [ + 100, + 447 + ], + "area_cells": 839 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 9 + ], + "peak": [ + 101, + 7 + ], + "area_cells": 124 + }, + { + "id": "range_3", + "name": null, + "center": [ + 188, + 369 + ], + "peak": [ + 191, + 370 + ], + "area_cells": 145 + }, + { + "id": "range_4", + "name": null, + "center": [ + 216, + 401 + ], + "peak": [ + 216, + 401 + ], + "area_cells": 326 + }, + { + "id": "range_5", + "name": null, + "center": [ + 215, + 463 + ], + "peak": [ + 215, + 466 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 220, + 148 + ], + "peak": [ + 222, + 150 + ], + "area_cells": 167 + }, + { + "id": "range_7", + "name": null, + "center": [ + 232, + 431 + ], + "peak": [ + 232, + 426 + ], + "area_cells": 91 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235d/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235d/globe.png new file mode 100644 index 000000000..74d69989d Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235d/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235d/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235d/heightmap.png new file mode 100644 index 000000000..0f9684ba6 Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235d/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235d/index.md new file mode 100644 index 000000000..9f72412d8 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1235d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3347405860 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.52 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1235d + +Frozen planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235d/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235d/markers.json new file mode 100644 index 000000000..4a4f66612 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235d/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 81, + 135 + ], + [ + 82, + 135 + ], + [ + 83, + 135 + ], + [ + 84, + 136 + ], + [ + 85, + 137 + ], + [ + 86, + 138 + ], + [ + 87, + 139 + ], + [ + 87, + 140 + ], + [ + 86, + 141 + ], + [ + 87, + 142 + ], + [ + 86, + 142 + ], + [ + 87, + 143 + ], + [ + 86, + 144 + ], + [ + 86, + 145 + ], + [ + 86, + 146 + ], + [ + 87, + 146 + ], + [ + 87, + 145 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 82, + 240 + ], + [ + 81, + 239 + ], + [ + 80, + 238 + ], + [ + 79, + 237 + ], + [ + 78, + 236 + ], + [ + 77, + 235 + ], + [ + 76, + 234 + ], + [ + 75, + 234 + ], + [ + 74, + 234 + ], + [ + 73, + 234 + ], + [ + 72, + 235 + ], + [ + 71, + 236 + ], + [ + 70, + 237 + ], + [ + 69, + 238 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 32, + 268 + ], + "area_fraction": 0.0519 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 19, + 479 + ], + "area_fraction": 0.0199 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 174, + 187 + ], + "peak": [ + 161, + 210 + ], + "area_cells": 1904 + }, + { + "id": "range_2", + "name": null, + "center": [ + 160, + 366 + ], + "peak": [ + 161, + 367 + ], + "area_cells": 136 + }, + { + "id": "range_3", + "name": null, + "center": [ + 163, + 434 + ], + "peak": [ + 163, + 441 + ], + "area_cells": 493 + }, + { + "id": "range_4", + "name": null, + "center": [ + 167, + 73 + ], + "peak": [ + 161, + 81 + ], + "area_cells": 417 + }, + { + "id": "range_5", + "name": null, + "center": [ + 179, + 119 + ], + "peak": [ + 173, + 117 + ], + "area_cells": 405 + }, + { + "id": "range_6", + "name": null, + "center": [ + 172, + 333 + ], + "peak": [ + 171, + 325 + ], + "area_cells": 387 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 400 + ], + "peak": [ + 179, + 412 + ], + "area_cells": 290 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 462 + ], + "peak": [ + 189, + 460 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235e/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235e/globe.png new file mode 100644 index 000000000..d43867e68 Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235e/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235e/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235e/heightmap.png new file mode 100644 index 000000000..8aa5020fd Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235e/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235e/index.md new file mode 100644 index 000000000..0206d6089 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1235e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1859205941 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 19.0 +physical: + gravity_g: 0.4 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.887 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1235e + +Frozen planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235e/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235e/markers.json new file mode 100644 index 000000000..8f3a2bfa3 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235e/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 48, + 262 + ], + "area_fraction": 0.0696 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 65, + 127 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 122, + 356 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 476 + ], + "peak": [ + 131, + 481 + ], + "area_cells": 2432 + }, + { + "id": "range_2", + "name": null, + "center": [ + 165, + 76 + ], + "peak": [ + 156, + 51 + ], + "area_cells": 5513 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 277 + ], + "peak": [ + 155, + 295 + ], + "area_cells": 1060 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 386 + ], + "peak": [ + 141, + 386 + ], + "area_cells": 339 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 423 + ], + "peak": [ + 144, + 424 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 171, + 415 + ], + "peak": [ + 167, + 415 + ], + "area_cells": 82 + }, + { + "id": "range_8", + "name": null, + "center": [ + 221, + 428 + ], + "peak": [ + 217, + 511 + ], + "area_cells": 6149 + }, + { + "id": "range_9", + "name": null, + "center": [ + 223, + 31 + ], + "peak": [ + 222, + 20 + ], + "area_cells": 3668 + }, + { + "id": "range_10", + "name": null, + "center": [ + 200, + 349 + ], + "peak": [ + 203, + 351 + ], + "area_cells": 124 + }, + { + "id": "range_12", + "name": null, + "center": [ + 219, + 114 + ], + "peak": [ + 217, + 114 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235f/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235f/globe.png new file mode 100644 index 000000000..72621a17f Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235f/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235f/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235f/heightmap.png new file mode 100644 index 000000000..f11b572af Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235f/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235f/index.md new file mode 100644 index 000000000..5d7ad3d83 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1235f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 5427050 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.937 + period_days: 3200.0 + axial_tilt_deg: 52.5 +physical: + gravity_g: 0.3 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.893 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.381 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1235f + +Frozen planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235f/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235f/markers.json new file mode 100644 index 000000000..5aa5c5698 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235f/markers.json @@ -0,0 +1,58 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 158, + 221 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 225, + 274 + ], + "area_fraction": 0.0722 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 215, + 148 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 239 + ], + "peak": [ + 7, + 102 + ], + "area_cells": 51507 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235g/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235g/globe.png new file mode 100644 index 000000000..6209c7e3a Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235g/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235g/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235g/heightmap.png new file mode 100644 index 000000000..06039d035 Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235g/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235g/index.md new file mode 100644 index 000000000..b69fb7d24 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1235g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2809450675 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.493 + period_days: 8400.0 + axial_tilt_deg: 45.6 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.887 + polar_ice_lat: 0.188 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1235g + +Frozen planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 8400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235g/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235g/markers.json new file mode 100644 index 000000000..7ac63762c --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235g/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 218, + 390 + ], + "area_fraction": 0.0804 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 238, + 91 + ], + "area_fraction": 0.0224 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 254 + ], + "peak": [ + 94, + 131 + ], + "area_cells": 18767 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 373 + ], + "peak": [ + 160, + 372 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235h/globe.png b/wiki/star-systems/GJ-1235/bodies/GJ1235h/globe.png new file mode 100644 index 000000000..260e0a267 Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235h/globe.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235h/heightmap.png b/wiki/star-systems/GJ-1235/bodies/GJ1235h/heightmap.png new file mode 100644 index 000000000..89a33eff2 Binary files /dev/null and b/wiki/star-systems/GJ-1235/bodies/GJ1235h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235h/index.md b/wiki/star-systems/GJ-1235/bodies/GJ1235h/index.md new file mode 100644 index 000000000..60499946c --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1235h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3071157270 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 58.0 +physical: + gravity_g: 0.07 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.117 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1235h + +Frozen planet. + +**System:** [GJ-1235](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1235/bodies/GJ1235h/markers.json b/wiki/star-systems/GJ-1235/bodies/GJ1235h/markers.json new file mode 100644 index 000000000..0df5a02b9 --- /dev/null +++ b/wiki/star-systems/GJ-1235/bodies/GJ1235h/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 78, + 440 + ], + "area_fraction": 0.0706 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 201, + 209 + ], + "area_fraction": 0.137 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 363 + ], + "peak": [ + 16, + 356 + ], + "area_cells": 446 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 90 + ], + "peak": [ + 68, + 97 + ], + "area_cells": 191 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 169 + ], + "peak": [ + 65, + 161 + ], + "area_cells": 102 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 281 + ], + "peak": [ + 96, + 292 + ], + "area_cells": 3815 + }, + { + "id": "range_9", + "name": null, + "center": [ + 126, + 499 + ], + "peak": [ + 127, + 493 + ], + "area_cells": 230 + }, + { + "id": "range_10", + "name": null, + "center": [ + 127, + 1 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 226 + ], + "peak": [ + 133, + 224 + ], + "area_cells": 760 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 327 + ], + "peak": [ + 157, + 328 + ], + "area_cells": 88 + }, + { + "id": "range_14", + "name": null, + "center": [ + 183, + 330 + ], + "peak": [ + 187, + 331 + ], + "area_cells": 1861 + }, + { + "id": "range_16", + "name": null, + "center": [ + 205, + 226 + ], + "peak": [ + 205, + 226 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ124b/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124b/globe.png new file mode 100644 index 000000000..94403110f Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124b/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124b/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124b/heightmap.png new file mode 100644 index 000000000..9e2a39409 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124b/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124b/index.md b/wiki/star-systems/GJ-124/bodies/GJ124b/index.md new file mode 100644 index 000000000..c0093a58e --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ124b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1728497714 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.154 + period_days: 22.0 + axial_tilt_deg: 41.4 +physical: + gravity_g: 0.32 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.85 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124b + +Barren planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 97% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124b/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124b/markers.json new file mode 100644 index 000000000..37cef0da6 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124b/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 56 + ], + "peak": [ + 1, + 58 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 74 + ], + "peak": [ + 14, + 81 + ], + "area_cells": 240 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 316 + ], + "peak": [ + 4, + 315 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 139 + ], + "peak": [ + 50, + 145 + ], + "area_cells": 2559 + }, + { + "id": "range_8", + "name": null, + "center": [ + 47, + 83 + ], + "peak": [ + 54, + 81 + ], + "area_cells": 432 + }, + { + "id": "range_11", + "name": null, + "center": [ + 32, + 194 + ], + "peak": [ + 30, + 194 + ], + "area_cells": 67 + }, + { + "id": "range_13", + "name": null, + "center": [ + 34, + 0 + ], + "peak": [ + 37, + 0 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 34, + 16 + ], + "peak": [ + 34, + 16 + ], + "area_cells": 25 + }, + { + "id": "range_17", + "name": null, + "center": [ + 49, + 507 + ], + "peak": [ + 48, + 509 + ], + "area_cells": 84 + }, + { + "id": "range_18", + "name": null, + "center": [ + 60, + 426 + ], + "peak": [ + 57, + 428 + ], + "area_cells": 237 + }, + { + "id": "range_19", + "name": null, + "center": [ + 65, + 453 + ], + "peak": [ + 66, + 453 + ], + "area_cells": 42 + }, + { + "id": "range_20", + "name": null, + "center": [ + 72, + 188 + ], + "peak": [ + 74, + 187 + ], + "area_cells": 169 + }, + { + "id": "range_21", + "name": null, + "center": [ + 70, + 410 + ], + "peak": [ + 72, + 410 + ], + "area_cells": 157 + }, + { + "id": "range_26", + "name": null, + "center": [ + 88, + 469 + ], + "peak": [ + 80, + 467 + ], + "area_cells": 358 + }, + { + "id": "range_27", + "name": null, + "center": [ + 155, + 250 + ], + "peak": [ + 146, + 230 + ], + "area_cells": 6441 + }, + { + "id": "range_28", + "name": null, + "center": [ + 93, + 86 + ], + "peak": [ + 94, + 86 + ], + "area_cells": 50 + }, + { + "id": "range_29", + "name": null, + "center": [ + 100, + 428 + ], + "peak": [ + 101, + 429 + ], + "area_cells": 285 + }, + { + "id": "range_30", + "name": null, + "center": [ + 138, + 442 + ], + "peak": [ + 138, + 443 + ], + "area_cells": 75 + }, + { + "id": "range_31", + "name": null, + "center": [ + 146, + 141 + ], + "peak": [ + 147, + 141 + ], + "area_cells": 28 + }, + { + "id": "range_32", + "name": null, + "center": [ + 154, + 490 + ], + "peak": [ + 153, + 489 + ], + "area_cells": 42 + }, + { + "id": "range_33", + "name": null, + "center": [ + 165, + 156 + ], + "peak": [ + 166, + 159 + ], + "area_cells": 254 + }, + { + "id": "range_34", + "name": null, + "center": [ + 157, + 292 + ], + "peak": [ + 157, + 292 + ], + "area_cells": 43 + }, + { + "id": "range_35", + "name": null, + "center": [ + 163, + 359 + ], + "peak": [ + 164, + 359 + ], + "area_cells": 126 + }, + { + "id": "range_36", + "name": null, + "center": [ + 184, + 47 + ], + "peak": [ + 182, + 39 + ], + "area_cells": 1022 + }, + { + "id": "range_37", + "name": null, + "center": [ + 168, + 114 + ], + "peak": [ + 171, + 119 + ], + "area_cells": 72 + }, + { + "id": "range_38", + "name": null, + "center": [ + 174, + 133 + ], + "peak": [ + 175, + 135 + ], + "area_cells": 124 + }, + { + "id": "range_39", + "name": null, + "center": [ + 182, + 461 + ], + "peak": [ + 191, + 451 + ], + "area_cells": 841 + }, + { + "id": "range_40", + "name": null, + "center": [ + 185, + 185 + ], + "peak": [ + 183, + 190 + ], + "area_cells": 370 + }, + { + "id": "range_41", + "name": null, + "center": [ + 193, + 492 + ], + "peak": [ + 181, + 499 + ], + "area_cells": 370 + }, + { + "id": "range_44", + "name": null, + "center": [ + 185, + 336 + ], + "peak": [ + 180, + 335 + ], + "area_cells": 118 + }, + { + "id": "range_45", + "name": null, + "center": [ + 199, + 7 + ], + "peak": [ + 199, + 1 + ], + "area_cells": 253 + }, + { + "id": "range_47", + "name": null, + "center": [ + 201, + 507 + ], + "peak": [ + 197, + 510 + ], + "area_cells": 112 + }, + { + "id": "range_48", + "name": null, + "center": [ + 206, + 422 + ], + "peak": [ + 206, + 422 + ], + "area_cells": 76 + }, + { + "id": "range_49", + "name": null, + "center": [ + 208, + 430 + ], + "peak": [ + 206, + 431 + ], + "area_cells": 41 + }, + { + "id": "range_52", + "name": null, + "center": [ + 224, + 500 + ], + "peak": [ + 228, + 500 + ], + "area_cells": 99 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124c/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124c/globe.png new file mode 100644 index 000000000..ee5511f91 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124c/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124c/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124c/heightmap.png new file mode 100644 index 000000000..8224a774b Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124c/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124c/index.md b/wiki/star-systems/GJ-124/bodies/GJ124c/index.md new file mode 100644 index 000000000..6bde88821 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ124c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 341028476 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.363 + period_days: 80.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.58 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.947 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124c + +Barren planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Land** | 92% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124c/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124c/markers.json new file mode 100644 index 000000000..3767bd0ea --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124c/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 163, + 376 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 170, + 178 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 73, + 76 + ], + "peak": [ + 76, + 76 + ], + "area_cells": 72 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 140 + ], + "peak": [ + 109, + 141 + ], + "area_cells": 738 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 105 + ], + "peak": [ + 88, + 106 + ], + "area_cells": 142 + }, + { + "id": "range_6", + "name": null, + "center": [ + 90, + 62 + ], + "peak": [ + 99, + 61 + ], + "area_cells": 75 + }, + { + "id": "range_8", + "name": null, + "center": [ + 136, + 277 + ], + "peak": [ + 154, + 274 + ], + "area_cells": 840 + }, + { + "id": "range_11", + "name": null, + "center": [ + 124, + 163 + ], + "peak": [ + 124, + 165 + ], + "area_cells": 50 + }, + { + "id": "range_12", + "name": null, + "center": [ + 132, + 227 + ], + "peak": [ + 133, + 228 + ], + "area_cells": 148 + }, + { + "id": "range_13", + "name": null, + "center": [ + 136, + 104 + ], + "peak": [ + 137, + 105 + ], + "area_cells": 130 + }, + { + "id": "range_14", + "name": null, + "center": [ + 139, + 318 + ], + "peak": [ + 139, + 318 + ], + "area_cells": 123 + }, + { + "id": "range_15", + "name": null, + "center": [ + 174, + 229 + ], + "peak": [ + 174, + 231 + ], + "area_cells": 131 + }, + { + "id": "range_18", + "name": null, + "center": [ + 177, + 304 + ], + "peak": [ + 177, + 304 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124d/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124d/globe.png new file mode 100644 index 000000000..a68969b0a Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124d/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124d/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124d/heightmap.png new file mode 100644 index 000000000..2fb766593 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124d/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124d/index.md b/wiki/star-systems/GJ-124/bodies/GJ124d/index.md new file mode 100644 index 000000000..b92cf8e25 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ124d +name: Hạ Long Prime +body_type: planet +planet_class: oceanic +body_scale: planet +seed: 628190856 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.166 + period_days: 460.0 + axial_tilt_deg: 22.2 +physical: + gravity_g: 0.94 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.4 + - 0.6 + - 1.0 +terrain: + land_fraction: 0.444 + polar_ice_lat: 0.8 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.573 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Hạ Long Prime + +Oceanic planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | oceanic | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Year** | 460 days | +| **Inhabited** | yes | +| **Population** | 380K | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | aquaculture_export | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124d/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124d/markers.json new file mode 100644 index 000000000..54038e1b6 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124d/markers.json @@ -0,0 +1,692 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 103, + 81 + ], + [ + 104, + 80 + ], + [ + 104, + 79 + ], + [ + 105, + 78 + ], + [ + 106, + 77 + ], + [ + 107, + 78 + ], + [ + 108, + 79 + ], + [ + 109, + 80 + ], + [ + 110, + 80 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 222, + 471 + ], + [ + 222, + 470 + ], + [ + 223, + 469 + ], + [ + 222, + 468 + ], + [ + 221, + 467 + ], + [ + 220, + 466 + ], + [ + 221, + 465 + ], + [ + 220, + 464 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 334 + ], + [ + 254, + 335 + ], + [ + 253, + 336 + ], + [ + 252, + 337 + ], + [ + 251, + 337 + ], + [ + 251, + 338 + ], + [ + 251, + 339 + ], + [ + 250, + 340 + ], + [ + 249, + 339 + ], + [ + 248, + 338 + ], + [ + 247, + 339 + ], + [ + 248, + 339 + ], + [ + 249, + 340 + ], + [ + 248, + 340 + ], + [ + 248, + 341 + ], + [ + 248, + 342 + ], + [ + 249, + 343 + ], + [ + 250, + 343 + ], + [ + 249, + 342 + ], + [ + 250, + 341 + ], + [ + 250, + 342 + ], + [ + 249, + 341 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 511 + ], + [ + 254, + 510 + ], + [ + 253, + 509 + ], + [ + 252, + 510 + ], + [ + 251, + 509 + ], + [ + 250, + 508 + ], + [ + 251, + 508 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 198, + 423 + ], + [ + 199, + 424 + ], + [ + 200, + 425 + ], + [ + 201, + 426 + ], + [ + 202, + 427 + ], + [ + 203, + 428 + ], + [ + 204, + 429 + ], + [ + 205, + 430 + ], + [ + 206, + 431 + ], + [ + 207, + 432 + ], + [ + 208, + 433 + ], + [ + 209, + 434 + ], + [ + 210, + 434 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 239, + 490 + ], + [ + 240, + 490 + ], + [ + 241, + 490 + ], + [ + 242, + 490 + ], + [ + 243, + 491 + ], + [ + 244, + 490 + ], + [ + 244, + 489 + ], + [ + 245, + 490 + ], + [ + 245, + 491 + ], + [ + 246, + 492 + ], + [ + 246, + 493 + ], + [ + 247, + 494 + ], + [ + 246, + 495 + ], + [ + 246, + 496 + ], + [ + 246, + 497 + ], + [ + 247, + 498 + ], + [ + 247, + 499 + ], + [ + 248, + 498 + ], + [ + 248, + 499 + ], + [ + 249, + 500 + ], + [ + 249, + 501 + ], + [ + 249, + 502 + ], + [ + 250, + 503 + ], + [ + 249, + 504 + ], + [ + 250, + 505 + ], + [ + 250, + 506 + ], + [ + 249, + 506 + ], + [ + 250, + 507 + ], + [ + 250, + 508 + ], + [ + 251, + 507 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 246, + 511 + ], + [ + 245, + 0 + ], + [ + 244, + 0 + ], + [ + 243, + 1 + ], + [ + 242, + 2 + ], + [ + 241, + 3 + ], + [ + 240, + 4 + ], + [ + 239, + 5 + ], + [ + 238, + 6 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 245, + 347 + ], + [ + 246, + 347 + ], + [ + 247, + 347 + ], + [ + 248, + 348 + ], + [ + 249, + 348 + ], + [ + 250, + 349 + ], + [ + 251, + 350 + ], + [ + 251, + 349 + ], + [ + 250, + 350 + ], + [ + 251, + 351 + ], + [ + 251, + 352 + ], + [ + 251, + 353 + ], + [ + 252, + 354 + ], + [ + 252, + 353 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 251, + 209 + ], + [ + 252, + 209 + ], + [ + 253, + 209 + ], + [ + 254, + 208 + ], + [ + 254, + 207 + ], + [ + 255, + 207 + ], + [ + 255, + 208 + ], + [ + 255, + 209 + ], + [ + 255, + 210 + ], + [ + 254, + 209 + ], + [ + 254, + 210 + ], + [ + 253, + 211 + ], + [ + 254, + 211 + ], + [ + 255, + 212 + ], + [ + 255, + 211 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 168, + 247 + ], + "area_fraction": 0.5559 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 469 + ], + "peak": [ + 22, + 428 + ], + "area_cells": 1887 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 308 + ], + "peak": [ + 72, + 347 + ], + "area_cells": 5553 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 25 + ], + "peak": [ + 25, + 13 + ], + "area_cells": 877 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 149 + ], + "peak": [ + 38, + 163 + ], + "area_cells": 285 + }, + { + "id": "range_5", + "name": null, + "center": [ + 23, + 372 + ], + "peak": [ + 25, + 377 + ], + "area_cells": 80 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 184 + ], + "peak": [ + 44, + 182 + ], + "area_cells": 100 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 7 + ], + "peak": [ + 67, + 5 + ], + "area_cells": 300 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 67 + ], + "peak": [ + 68, + 67 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124e/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124e/globe.png new file mode 100644 index 000000000..9f5e0e3f2 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124e/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124e/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124e/heightmap.png new file mode 100644 index 000000000..f974d5915 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124e/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124e/index.md b/wiki/star-systems/GJ-124/bodies/GJ124e/index.md new file mode 100644 index 000000000..c6e312d74 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ124e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2487555951 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.572 + period_days: 720.0 + axial_tilt_deg: 16.8 +physical: + gravity_g: 0.56 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.569 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.114 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124e + +Cold Arid planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124e/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124e/markers.json new file mode 100644 index 000000000..18b0919f6 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124e/markers.json @@ -0,0 +1,580 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 210, + 406 + ], + [ + 209, + 407 + ], + [ + 208, + 407 + ], + [ + 207, + 408 + ], + [ + 207, + 409 + ], + [ + 208, + 410 + ], + [ + 207, + 411 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 166, + 4 + ], + [ + 167, + 3 + ], + [ + 168, + 2 + ], + [ + 168, + 1 + ], + [ + 169, + 0 + ], + [ + 170, + 511 + ], + [ + 169, + 510 + ], + [ + 170, + 509 + ], + [ + 171, + 508 + ], + [ + 171, + 507 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 175, + 474 + ], + [ + 176, + 475 + ], + [ + 177, + 476 + ], + [ + 178, + 477 + ], + [ + 179, + 478 + ], + [ + 180, + 478 + ], + [ + 181, + 479 + ], + [ + 182, + 478 + ], + [ + 183, + 479 + ], + [ + 184, + 479 + ], + [ + 184, + 480 + ], + [ + 185, + 480 + ], + [ + 186, + 481 + ], + [ + 187, + 480 + ], + [ + 188, + 479 + ], + [ + 189, + 480 + ], + [ + 190, + 481 + ], + [ + 191, + 482 + ], + [ + 192, + 481 + ], + [ + 193, + 480 + ], + [ + 194, + 481 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 182, + 1 + ], + [ + 182, + 0 + ], + [ + 182, + 511 + ], + [ + 182, + 510 + ], + [ + 182, + 509 + ], + [ + 181, + 508 + ], + [ + 180, + 507 + ], + [ + 179, + 506 + ], + [ + 178, + 505 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 225, + 499 + ], + [ + 226, + 500 + ], + [ + 227, + 500 + ], + [ + 227, + 499 + ], + [ + 228, + 498 + ], + [ + 229, + 497 + ], + [ + 230, + 496 + ], + [ + 231, + 497 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 510 + ], + [ + 254, + 511 + ], + [ + 253, + 0 + ], + [ + 252, + 1 + ], + [ + 251, + 0 + ], + [ + 251, + 1 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 147, + 438 + ], + [ + 148, + 437 + ], + [ + 149, + 438 + ], + [ + 150, + 437 + ], + [ + 151, + 438 + ], + [ + 152, + 437 + ], + [ + 153, + 436 + ], + [ + 154, + 436 + ], + [ + 155, + 436 + ], + [ + 156, + 436 + ], + [ + 157, + 435 + ], + [ + 158, + 434 + ], + [ + 159, + 433 + ], + [ + 159, + 432 + ], + [ + 159, + 431 + ], + [ + 160, + 432 + ], + [ + 161, + 431 + ], + [ + 162, + 431 + ], + [ + 162, + 430 + ], + [ + 163, + 430 + ], + [ + 164, + 430 + ], + [ + 165, + 429 + ], + [ + 166, + 428 + ], + [ + 167, + 428 + ], + [ + 168, + 428 + ], + [ + 169, + 427 + ], + [ + 169, + 428 + ], + [ + 170, + 429 + ], + [ + 171, + 428 + ], + [ + 170, + 427 + ], + [ + 170, + 426 + ], + [ + 169, + 426 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 131, + 153 + ], + [ + 132, + 153 + ], + [ + 133, + 152 + ], + [ + 134, + 151 + ], + [ + 135, + 150 + ], + [ + 136, + 149 + ], + [ + 137, + 148 + ], + [ + 138, + 148 + ], + [ + 139, + 147 + ], + [ + 140, + 148 + ], + [ + 141, + 148 + ], + [ + 142, + 149 + ], + [ + 143, + 150 + ], + [ + 144, + 151 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 136, + 162 + ], + [ + 135, + 163 + ], + [ + 134, + 164 + ], + [ + 133, + 164 + ], + [ + 132, + 165 + ], + [ + 131, + 164 + ], + [ + 130, + 165 + ], + [ + 129, + 164 + ], + [ + 128, + 165 + ] + ] + } + ], + "oceans": [ + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 229, + 70 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 232, + 323 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 125 + ], + "peak": [ + 22, + 123 + ], + "area_cells": 95 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 336 + ], + "peak": [ + 35, + 337 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m1/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/globe.png new file mode 100644 index 000000000..2b3205aff Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m1/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/heightmap.png new file mode 100644 index 000000000..f58b6c2a9 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m1/index.md b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/index.md new file mode 100644 index 000000000..3dffafd1a --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ124f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2842986037 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.1 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.203 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.244 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124f-m1 + +Frozen moon. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m1/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/markers.json new file mode 100644 index 000000000..dda2c58c7 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124f-m1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 336 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 24, + 295 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 159 + ], + "peak": [ + 85, + 182 + ], + "area_cells": 19645 + }, + { + "id": "range_2", + "name": null, + "center": [ + 97, + 59 + ], + "peak": [ + 99, + 55 + ], + "area_cells": 127 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 470 + ], + "peak": [ + 104, + 472 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 140, + 452 + ], + "peak": [ + 142, + 423 + ], + "area_cells": 3546 + }, + { + "id": "range_9", + "name": null, + "center": [ + 163, + 394 + ], + "peak": [ + 163, + 393 + ], + "area_cells": 148 + }, + { + "id": "range_11", + "name": null, + "center": [ + 195, + 410 + ], + "peak": [ + 194, + 413 + ], + "area_cells": 86 + }, + { + "id": "range_12", + "name": null, + "center": [ + 205, + 449 + ], + "peak": [ + 202, + 448 + ], + "area_cells": 213 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m2/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/globe.png new file mode 100644 index 000000000..76686ee8a Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m2/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/heightmap.png new file mode 100644 index 000000000..df579c669 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m2/index.md b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/index.md new file mode 100644 index 000000000..06dff22e2 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ124f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 909109535 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 8.4 +physical: + gravity_g: 0.07 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.958 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124f-m2 + +Barren moon. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 93% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f-m2/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/markers.json new file mode 100644 index 000000000..2dd3d2667 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124f-m2/markers.json @@ -0,0 +1,490 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 68, + 383 + ], + "area_fraction": 0.0243 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 101, + 338 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 171 + ], + "peak": [ + 1, + 181 + ], + "area_cells": 195 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 192 + ], + "peak": [ + 0, + 193 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 320 + ], + "peak": [ + 10, + 320 + ], + "area_cells": 52 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 329 + ], + "peak": [ + 1, + 327 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 29, + 80 + ], + "peak": [ + 29, + 85 + ], + "area_cells": 394 + }, + { + "id": "range_8", + "name": null, + "center": [ + 14, + 440 + ], + "peak": [ + 14, + 439 + ], + "area_cells": 226 + }, + { + "id": "range_9", + "name": null, + "center": [ + 44, + 132 + ], + "peak": [ + 80, + 138 + ], + "area_cells": 1043 + }, + { + "id": "range_10", + "name": null, + "center": [ + 31, + 37 + ], + "peak": [ + 36, + 37 + ], + "area_cells": 50 + }, + { + "id": "range_11", + "name": null, + "center": [ + 33, + 51 + ], + "peak": [ + 33, + 52 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 51, + 150 + ], + "peak": [ + 55, + 150 + ], + "area_cells": 267 + }, + { + "id": "range_13", + "name": null, + "center": [ + 49, + 197 + ], + "peak": [ + 49, + 198 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 77, + 177 + ], + "peak": [ + 80, + 175 + ], + "area_cells": 364 + }, + { + "id": "range_16", + "name": null, + "center": [ + 85, + 502 + ], + "peak": [ + 85, + 503 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 100, + 16 + ], + "peak": [ + 107, + 25 + ], + "area_cells": 138 + }, + { + "id": "range_20", + "name": null, + "center": [ + 123, + 487 + ], + "peak": [ + 120, + 486 + ], + "area_cells": 725 + }, + { + "id": "range_21", + "name": null, + "center": [ + 114, + 422 + ], + "peak": [ + 114, + 423 + ], + "area_cells": 54 + }, + { + "id": "range_22", + "name": null, + "center": [ + 118, + 1 + ], + "peak": [ + 118, + 0 + ], + "area_cells": 21 + }, + { + "id": "range_24", + "name": null, + "center": [ + 122, + 169 + ], + "peak": [ + 123, + 168 + ], + "area_cells": 89 + }, + { + "id": "range_25", + "name": null, + "center": [ + 124, + 448 + ], + "peak": [ + 124, + 448 + ], + "area_cells": 45 + }, + { + "id": "range_26", + "name": null, + "center": [ + 123, + 188 + ], + "peak": [ + 125, + 190 + ], + "area_cells": 54 + }, + { + "id": "range_27", + "name": null, + "center": [ + 132, + 6 + ], + "peak": [ + 131, + 8 + ], + "area_cells": 146 + }, + { + "id": "range_28", + "name": null, + "center": [ + 134, + 328 + ], + "peak": [ + 134, + 329 + ], + "area_cells": 36 + }, + { + "id": "range_29", + "name": null, + "center": [ + 140, + 425 + ], + "peak": [ + 140, + 427 + ], + "area_cells": 57 + }, + { + "id": "range_30", + "name": null, + "center": [ + 143, + 267 + ], + "peak": [ + 143, + 268 + ], + "area_cells": 129 + }, + { + "id": "range_31", + "name": null, + "center": [ + 142, + 203 + ], + "peak": [ + 143, + 204 + ], + "area_cells": 29 + }, + { + "id": "range_33", + "name": null, + "center": [ + 168, + 162 + ], + "peak": [ + 171, + 158 + ], + "area_cells": 1019 + }, + { + "id": "range_34", + "name": null, + "center": [ + 191, + 263 + ], + "peak": [ + 189, + 276 + ], + "area_cells": 3173 + }, + { + "id": "range_35", + "name": null, + "center": [ + 152, + 507 + ], + "peak": [ + 152, + 507 + ], + "area_cells": 83 + }, + { + "id": "range_36", + "name": null, + "center": [ + 155, + 1 + ], + "peak": [ + 156, + 0 + ], + "area_cells": 33 + }, + { + "id": "range_37", + "name": null, + "center": [ + 155, + 403 + ], + "peak": [ + 155, + 406 + ], + "area_cells": 70 + }, + { + "id": "range_38", + "name": null, + "center": [ + 175, + 412 + ], + "peak": [ + 175, + 413 + ], + "area_cells": 66 + }, + { + "id": "range_40", + "name": null, + "center": [ + 212, + 388 + ], + "peak": [ + 214, + 387 + ], + "area_cells": 94 + }, + { + "id": "range_42", + "name": null, + "center": [ + 219, + 405 + ], + "peak": [ + 225, + 410 + ], + "area_cells": 216 + }, + { + "id": "range_43", + "name": null, + "center": [ + 222, + 347 + ], + "peak": [ + 217, + 347 + ], + "area_cells": 74 + }, + { + "id": "range_44", + "name": null, + "center": [ + 244, + 337 + ], + "peak": [ + 244, + 337 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124f/globe.png new file mode 100644 index 000000000..71896f158 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124f/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124f/index.md b/wiki/star-systems/GJ-124/bodies/GJ124f/index.md new file mode 100644 index 000000000..f4d7697af --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ124f +name: HL-Tienlong +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1859162269 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.31 + period_days: 2200.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: null + oblateness: 0.0693 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.186 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.13 +rings: + enabled: true + inner_radius_factor: 1.12 + outer_radius_factor: 2.31 + opacity_base: 0.57 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# HL-Tienlong + +Gas giant. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124g/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124g/globe.png new file mode 100644 index 000000000..2f78e922a Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124g/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124g/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124g/heightmap.png new file mode 100644 index 000000000..0f3b685d7 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124g/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124g/index.md b/wiki/star-systems/GJ-124/bodies/GJ124g/index.md new file mode 100644 index 000000000..6c8079022 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ124g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 516020694 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.024 + period_days: 5400.0 + axial_tilt_deg: 51.4 +physical: + gravity_g: 0.4 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.768 + polar_ice_lat: 0.195 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.263 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124g + +Frozen planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124g/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124g/markers.json new file mode 100644 index 000000000..4f688e1ff --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124g/markers.json @@ -0,0 +1,263 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 38, + 285 + ], + "area_fraction": 0.1503 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 83, + 480 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 106, + 21 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 243, + 255 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 138, + 213 + ], + "peak": [ + 136, + 212 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 164, + 165 + ], + "peak": [ + 173, + 168 + ], + "area_cells": 3178 + }, + { + "id": "range_3", + "name": null, + "center": [ + 143, + 439 + ], + "peak": [ + 144, + 440 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 50 + ], + "peak": [ + 163, + 48 + ], + "area_cells": 176 + }, + { + "id": "range_6", + "name": null, + "center": [ + 169, + 411 + ], + "peak": [ + 165, + 409 + ], + "area_cells": 374 + }, + { + "id": "range_7", + "name": null, + "center": [ + 171, + 108 + ], + "peak": [ + 171, + 106 + ], + "area_cells": 213 + }, + { + "id": "range_8", + "name": null, + "center": [ + 207, + 472 + ], + "peak": [ + 190, + 473 + ], + "area_cells": 5174 + }, + { + "id": "range_9", + "name": null, + "center": [ + 184, + 7 + ], + "peak": [ + 174, + 10 + ], + "area_cells": 437 + }, + { + "id": "range_11", + "name": null, + "center": [ + 194, + 320 + ], + "peak": [ + 196, + 298 + ], + "area_cells": 1809 + }, + { + "id": "range_12", + "name": null, + "center": [ + 180, + 432 + ], + "peak": [ + 181, + 432 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 187, + 26 + ], + "peak": [ + 190, + 27 + ], + "area_cells": 97 + }, + { + "id": "range_14", + "name": null, + "center": [ + 195, + 105 + ], + "peak": [ + 192, + 105 + ], + "area_cells": 131 + }, + { + "id": "range_15", + "name": null, + "center": [ + 200, + 396 + ], + "peak": [ + 200, + 396 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 245, + 12 + ], + "peak": [ + 242, + 8 + ], + "area_cells": 382 + }, + { + "id": "range_17", + "name": null, + "center": [ + 231, + 12 + ], + "peak": [ + 232, + 10 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 252, + 443 + ], + "peak": [ + 254, + 445 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124h/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124h/globe.png new file mode 100644 index 000000000..916419d81 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124h/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124h/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124h/heightmap.png new file mode 100644 index 000000000..22add046b Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124h/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124h/index.md b/wiki/star-systems/GJ-124/bodies/GJ124h/index.md new file mode 100644 index 000000000..7a5be914a --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ124h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 803915663 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 10.258 + period_days: 12000.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.3 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124h + +Frozen planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 12000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124h/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124h/markers.json new file mode 100644 index 000000000..3d94d52b9 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124h/markers.json @@ -0,0 +1,293 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 77, + 110 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 200, + 159 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 198, + 465 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 238, + 191 + ], + "area_fraction": 0.0245 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 247, + 371 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 244, + 483 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 248, + 25 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 166 + ], + "peak": [ + 3, + 155 + ], + "area_cells": 755 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 409 + ], + "peak": [ + 0, + 329 + ], + "area_cells": 9379 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 205 + ], + "peak": [ + 30, + 200 + ], + "area_cells": 229 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 319 + ], + "peak": [ + 64, + 326 + ], + "area_cells": 793 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 247 + ], + "peak": [ + 56, + 247 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 271 + ], + "peak": [ + 58, + 270 + ], + "area_cells": 72 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 40 + ], + "peak": [ + 61, + 44 + ], + "area_cells": 1196 + }, + { + "id": "range_12", + "name": null, + "center": [ + 113, + 91 + ], + "peak": [ + 114, + 95 + ], + "area_cells": 80 + }, + { + "id": "range_13", + "name": null, + "center": [ + 117, + 73 + ], + "peak": [ + 118, + 74 + ], + "area_cells": 80 + }, + { + "id": "range_14", + "name": null, + "center": [ + 117, + 347 + ], + "peak": [ + 118, + 339 + ], + "area_cells": 203 + }, + { + "id": "range_15", + "name": null, + "center": [ + 128, + 486 + ], + "peak": [ + 127, + 485 + ], + "area_cells": 828 + }, + { + "id": "range_16", + "name": null, + "center": [ + 125, + 11 + ], + "peak": [ + 129, + 0 + ], + "area_cells": 187 + }, + { + "id": "range_17", + "name": null, + "center": [ + 160, + 125 + ], + "peak": [ + 162, + 103 + ], + "area_cells": 5539 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 430 + ], + "peak": [ + 154, + 446 + ], + "area_cells": 805 + }, + { + "id": "range_19", + "name": null, + "center": [ + 140, + 61 + ], + "peak": [ + 140, + 61 + ], + "area_cells": 52 + }, + { + "id": "range_22", + "name": null, + "center": [ + 166, + 186 + ], + "peak": [ + 167, + 185 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124i/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124i/globe.png new file mode 100644 index 000000000..575c8f57c Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124i/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124i/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124i/heightmap.png new file mode 100644 index 000000000..cbdc8c186 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124i/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124i/index.md b/wiki/star-systems/GJ-124/bodies/GJ124i/index.md new file mode 100644 index 000000000..413a3f538 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ124i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3248551903 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 17.176 + period_days: 26000.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: 0.12 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.865 + polar_ice_lat: 0.186 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.291 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124i + +Frozen planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124i/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124i/markers.json new file mode 100644 index 000000000..61975e82a --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124i/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 11, + 239 + ], + "area_fraction": 0.0209 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 61, + 361 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 116, + 201 + ], + "area_fraction": 0.0509 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 106, + 43 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 171, + 382 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 416 + ], + "peak": [ + 101, + 377 + ], + "area_cells": 2266 + }, + { + "id": "range_2", + "name": null, + "center": [ + 120, + 331 + ], + "peak": [ + 130, + 343 + ], + "area_cells": 786 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 129 + ], + "peak": [ + 109, + 130 + ], + "area_cells": 87 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 129 + ], + "peak": [ + 217, + 152 + ], + "area_cells": 10859 + }, + { + "id": "range_7", + "name": null, + "center": [ + 213, + 382 + ], + "peak": [ + 217, + 380 + ], + "area_cells": 598 + }, + { + "id": "range_8", + "name": null, + "center": [ + 209, + 463 + ], + "peak": [ + 209, + 463 + ], + "area_cells": 36 + }, + { + "id": "range_9", + "name": null, + "center": [ + 209, + 429 + ], + "peak": [ + 210, + 429 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 218, + 494 + ], + "peak": [ + 217, + 499 + ], + "area_cells": 406 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-124/bodies/GJ124j/globe.png b/wiki/star-systems/GJ-124/bodies/GJ124j/globe.png new file mode 100644 index 000000000..07f3a76e0 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124j/globe.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124j/heightmap.png b/wiki/star-systems/GJ-124/bodies/GJ124j/heightmap.png new file mode 100644 index 000000000..12793d5b3 Binary files /dev/null and b/wiki/star-systems/GJ-124/bodies/GJ124j/heightmap.png differ diff --git a/wiki/star-systems/GJ-124/bodies/GJ124j/index.md b/wiki/star-systems/GJ-124/bodies/GJ124j/index.md new file mode 100644 index 000000000..5ea32e164 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ124j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2724914696 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 25.848 + period_days: 48000.0 + axial_tilt_deg: 39.5 +physical: + gravity_g: 0.1 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.825 + polar_ice_lat: 0.182 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ124j + +Frozen planet. + +**System:** [GJ-124](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-124/bodies/GJ124j/markers.json b/wiki/star-systems/GJ-124/bodies/GJ124j/markers.json new file mode 100644 index 000000000..a9e0742e5 --- /dev/null +++ b/wiki/star-systems/GJ-124/bodies/GJ124j/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 134, + 132 + ], + "area_fraction": 0.03 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 162, + 392 + ], + "area_fraction": 0.0701 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 147, + 39 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 245, + 362 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 244, + 51 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 222 + ], + "peak": [ + 30, + 153 + ], + "area_cells": 8505 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 26 + ], + "peak": [ + 63, + 32 + ], + "area_cells": 2976 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 469 + ], + "peak": [ + 70, + 505 + ], + "area_cells": 4984 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 76 + ], + "peak": [ + 79, + 74 + ], + "area_cells": 153 + }, + { + "id": "range_7", + "name": null, + "center": [ + 209, + 177 + ], + "peak": [ + 209, + 172 + ], + "area_cells": 451 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1245Ab/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/globe.png new file mode 100644 index 000000000..cf54c7844 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/heightmap.png new file mode 100644 index 000000000..0e5150510 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/index.md new file mode 100644 index 000000000..ae0ac2bd7 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1245Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2599297885 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 0.4 +physical: + gravity_g: 0.25 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.977 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Ab + +Barren planet. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.25g | +| **Land** | 99% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/markers.json new file mode 100644 index 000000000..b06bdc97a --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ab/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 346 + ], + "peak": [ + 2, + 345 + ], + "area_cells": 157 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 381 + ], + "peak": [ + 5, + 361 + ], + "area_cells": 922 + }, + { + "id": "range_7", + "name": null, + "center": [ + 34, + 120 + ], + "peak": [ + 37, + 125 + ], + "area_cells": 120 + }, + { + "id": "range_8", + "name": null, + "center": [ + 38, + 143 + ], + "peak": [ + 37, + 143 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 200 + ], + "peak": [ + 55, + 198 + ], + "area_cells": 106 + }, + { + "id": "range_10", + "name": null, + "center": [ + 54, + 236 + ], + "peak": [ + 48, + 240 + ], + "area_cells": 74 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 404 + ], + "peak": [ + 99, + 475 + ], + "area_cells": 6195 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 174 + ], + "peak": [ + 58, + 174 + ], + "area_cells": 69 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 291 + ], + "peak": [ + 64, + 290 + ], + "area_cells": 76 + }, + { + "id": "range_14", + "name": null, + "center": [ + 173, + 146 + ], + "peak": [ + 209, + 123 + ], + "area_cells": 24255 + }, + { + "id": "range_16", + "name": null, + "center": [ + 68, + 392 + ], + "peak": [ + 67, + 385 + ], + "area_cells": 192 + }, + { + "id": "range_18", + "name": null, + "center": [ + 100, + 5 + ], + "peak": [ + 98, + 0 + ], + "area_cells": 385 + }, + { + "id": "range_19", + "name": null, + "center": [ + 95, + 40 + ], + "peak": [ + 103, + 44 + ], + "area_cells": 610 + }, + { + "id": "range_25", + "name": null, + "center": [ + 124, + 304 + ], + "peak": [ + 126, + 304 + ], + "area_cells": 41 + }, + { + "id": "range_26", + "name": null, + "center": [ + 137, + 397 + ], + "peak": [ + 138, + 398 + ], + "area_cells": 55 + }, + { + "id": "range_27", + "name": null, + "center": [ + 143, + 311 + ], + "peak": [ + 143, + 312 + ], + "area_cells": 28 + }, + { + "id": "range_28", + "name": null, + "center": [ + 153, + 423 + ], + "peak": [ + 154, + 424 + ], + "area_cells": 45 + }, + { + "id": "range_29", + "name": null, + "center": [ + 168, + 325 + ], + "peak": [ + 168, + 325 + ], + "area_cells": 203 + }, + { + "id": "range_31", + "name": null, + "center": [ + 232, + 382 + ], + "peak": [ + 251, + 492 + ], + "area_cells": 10074 + }, + { + "id": "range_34", + "name": null, + "center": [ + 207, + 343 + ], + "peak": [ + 209, + 352 + ], + "area_cells": 334 + }, + { + "id": "range_37", + "name": null, + "center": [ + 210, + 225 + ], + "peak": [ + 208, + 225 + ], + "area_cells": 80 + }, + { + "id": "range_40", + "name": null, + "center": [ + 237, + 209 + ], + "peak": [ + 231, + 209 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/globe.png new file mode 100644 index 000000000..9554b4129 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/heightmap.png new file mode 100644 index 000000000..6148c8341 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/index.md new file mode 100644 index 000000000..cd6ddd8ee --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1245Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 19508377 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 4.6 +physical: + gravity_g: 0.38 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.911 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Ac + +Barren planet. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 97% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/markers.json new file mode 100644 index 000000000..0ac182965 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ac/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 349 + ], + "peak": [ + 7, + 352 + ], + "area_cells": 1214 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 324 + ], + "peak": [ + 16, + 325 + ], + "area_cells": 63 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 367 + ], + "peak": [ + 22, + 367 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 62 + ], + "peak": [ + 91, + 61 + ], + "area_cells": 2829 + }, + { + "id": "range_9", + "name": null, + "center": [ + 51, + 378 + ], + "peak": [ + 56, + 378 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 68, + 317 + ], + "peak": [ + 70, + 319 + ], + "area_cells": 126 + }, + { + "id": "range_13", + "name": null, + "center": [ + 77, + 6 + ], + "peak": [ + 82, + 8 + ], + "area_cells": 31 + }, + { + "id": "range_15", + "name": null, + "center": [ + 76, + 270 + ], + "peak": [ + 79, + 272 + ], + "area_cells": 63 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 384 + ], + "peak": [ + 131, + 373 + ], + "area_cells": 665 + }, + { + "id": "range_20", + "name": null, + "center": [ + 124, + 349 + ], + "peak": [ + 124, + 351 + ], + "area_cells": 126 + }, + { + "id": "range_21", + "name": null, + "center": [ + 127, + 423 + ], + "peak": [ + 127, + 421 + ], + "area_cells": 105 + }, + { + "id": "range_22", + "name": null, + "center": [ + 128, + 241 + ], + "peak": [ + 127, + 239 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 144, + 459 + ], + "peak": [ + 140, + 462 + ], + "area_cells": 58 + }, + { + "id": "range_26", + "name": null, + "center": [ + 193, + 491 + ], + "peak": [ + 211, + 507 + ], + "area_cells": 2983 + }, + { + "id": "range_27", + "name": null, + "center": [ + 201, + 34 + ], + "peak": [ + 217, + 1 + ], + "area_cells": 4176 + }, + { + "id": "range_31", + "name": null, + "center": [ + 172, + 211 + ], + "peak": [ + 174, + 211 + ], + "area_cells": 55 + }, + { + "id": "range_35", + "name": null, + "center": [ + 200, + 114 + ], + "peak": [ + 213, + 127 + ], + "area_cells": 416 + }, + { + "id": "range_41", + "name": null, + "center": [ + 243, + 249 + ], + "peak": [ + 243, + 265 + ], + "area_cells": 2272 + }, + { + "id": "range_42", + "name": null, + "center": [ + 228, + 186 + ], + "peak": [ + 228, + 189 + ], + "area_cells": 89 + }, + { + "id": "range_44", + "name": null, + "center": [ + 232, + 317 + ], + "peak": [ + 233, + 317 + ], + "area_cells": 42 + }, + { + "id": "range_47", + "name": null, + "center": [ + 240, + 328 + ], + "peak": [ + 242, + 328 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/globe.png new file mode 100644 index 000000000..22706a587 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/heightmap.png new file mode 100644 index 000000000..6b6f43ec8 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/index.md new file mode 100644 index 000000000..017550516 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Ad +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2937354701 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.118 + period_days: 22.0 + axial_tilt_deg: 8.2 +physical: + gravity_g: 0.42 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.914 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Ad + +Barren planet. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/markers.json new file mode 100644 index 000000000..d702e1490 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ad/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 11 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 1234 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 485 + ], + "peak": [ + 34, + 471 + ], + "area_cells": 2547 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 452 + ], + "peak": [ + 36, + 452 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 258 + ], + "peak": [ + 83, + 245 + ], + "area_cells": 3866 + }, + { + "id": "range_8", + "name": null, + "center": [ + 47, + 450 + ], + "peak": [ + 48, + 448 + ], + "area_cells": 119 + }, + { + "id": "range_9", + "name": null, + "center": [ + 59, + 428 + ], + "peak": [ + 45, + 431 + ], + "area_cells": 116 + }, + { + "id": "range_11", + "name": null, + "center": [ + 163, + 154 + ], + "peak": [ + 190, + 127 + ], + "area_cells": 5419 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 387 + ], + "peak": [ + 138, + 374 + ], + "area_cells": 16404 + }, + { + "id": "range_14", + "name": null, + "center": [ + 167, + 17 + ], + "peak": [ + 157, + 7 + ], + "area_cells": 1340 + }, + { + "id": "range_15", + "name": null, + "center": [ + 159, + 75 + ], + "peak": [ + 160, + 80 + ], + "area_cells": 155 + }, + { + "id": "range_21", + "name": null, + "center": [ + 212, + 216 + ], + "peak": [ + 212, + 217 + ], + "area_cells": 129 + }, + { + "id": "range_23", + "name": null, + "center": [ + 210, + 307 + ], + "peak": [ + 212, + 306 + ], + "area_cells": 63 + }, + { + "id": "range_25", + "name": null, + "center": [ + 212, + 200 + ], + "peak": [ + 210, + 200 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/globe.png new file mode 100644 index 000000000..fc88b852d Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/heightmap.png new file mode 100644 index 000000000..3687c514c Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/index.md new file mode 100644 index 000000000..5c6ed9950 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1245Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 575599613 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.216 + period_days: 55.0 + axial_tilt_deg: 16.8 +physical: + gravity_g: 0.3 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.736 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Ae + +Frozen planet. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/markers.json new file mode 100644 index 000000000..a994923de --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ae/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 109, + 443 + ], + "area_fraction": 0.0376 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 137, + 87 + ], + "area_fraction": 0.0206 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 212, + 258 + ], + "area_fraction": 0.1944 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 300 + ], + "peak": [ + 100, + 315 + ], + "area_cells": 1190 + }, + { + "id": "range_2", + "name": null, + "center": [ + 82, + 225 + ], + "peak": [ + 86, + 235 + ], + "area_cells": 204 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/globe.png new file mode 100644 index 000000000..5fc41c472 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/heightmap.png new file mode 100644 index 000000000..070707599 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/index.md new file mode 100644 index 000000000..1a512f12c --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1245Af-1 +name: Ugwu +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3470966138 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.09 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.731 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Ugwu + +Frozen moon. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Orbit** | 6 days | +| **Inhabited** | yes | +| **Population** | 600 | +| **Economy** | extraction | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/markers.json new file mode 100644 index 000000000..eabcfebbe --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-1/markers.json @@ -0,0 +1,325 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 25, + 235 + ], + "area_fraction": 0.187 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 213, + 189 + ], + "area_fraction": 0.0163 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 204, + 290 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 224, + 30 + ], + "area_fraction": 0.018 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 235, + 482 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 109, + 371 + ], + "peak": [ + 101, + 360 + ], + "area_cells": 7526 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 249 + ], + "peak": [ + 76, + 250 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 86, + 106 + ], + "peak": [ + 87, + 104 + ], + "area_cells": 133 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 205 + ], + "peak": [ + 84, + 205 + ], + "area_cells": 105 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 163 + ], + "peak": [ + 85, + 164 + ], + "area_cells": 118 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 87 + ], + "peak": [ + 85, + 81 + ], + "area_cells": 108 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 241 + ], + "peak": [ + 99, + 233 + ], + "area_cells": 219 + }, + { + "id": "range_9", + "name": null, + "center": [ + 106, + 264 + ], + "peak": [ + 109, + 263 + ], + "area_cells": 215 + }, + { + "id": "range_11", + "name": null, + "center": [ + 103, + 124 + ], + "peak": [ + 104, + 129 + ], + "area_cells": 152 + }, + { + "id": "range_12", + "name": null, + "center": [ + 110, + 497 + ], + "peak": [ + 111, + 494 + ], + "area_cells": 267 + }, + { + "id": "range_15", + "name": null, + "center": [ + 120, + 168 + ], + "peak": [ + 125, + 179 + ], + "area_cells": 627 + }, + { + "id": "range_16", + "name": null, + "center": [ + 120, + 205 + ], + "peak": [ + 124, + 204 + ], + "area_cells": 239 + }, + { + "id": "range_17", + "name": null, + "center": [ + 142, + 33 + ], + "peak": [ + 156, + 38 + ], + "area_cells": 1295 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 509 + ], + "peak": [ + 127, + 511 + ], + "area_cells": 43 + }, + { + "id": "range_19", + "name": null, + "center": [ + 148, + 504 + ], + "peak": [ + 151, + 504 + ], + "area_cells": 313 + }, + { + "id": "range_20", + "name": null, + "center": [ + 140, + 381 + ], + "peak": [ + 140, + 381 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 158, + 5 + ], + "peak": [ + 156, + 7 + ], + "area_cells": 235 + }, + { + "id": "range_26", + "name": null, + "center": [ + 154, + 75 + ], + "peak": [ + 154, + 76 + ], + "area_cells": 35 + }, + { + "id": "range_27", + "name": null, + "center": [ + 165, + 309 + ], + "peak": [ + 164, + 307 + ], + "area_cells": 239 + }, + { + "id": "range_28", + "name": null, + "center": [ + 162, + 485 + ], + "peak": [ + 163, + 485 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/globe.png new file mode 100644 index 000000000..90bd51774 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/heightmap.png new file mode 100644 index 000000000..b3ab96b48 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/index.md new file mode 100644 index 000000000..0c2f4926b --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Af-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 412834792 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.05 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.081 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Af-2 + +Frozen moon. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/markers.json new file mode 100644 index 000000000..694ea5a73 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-2/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 34, + 424 + ], + "area_fraction": 0.0729 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 98, + 99 + ], + "area_fraction": 0.0318 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 166, + 102 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 311 + ], + "peak": [ + 78, + 314 + ], + "area_cells": 1771 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 239 + ], + "peak": [ + 88, + 242 + ], + "area_cells": 96 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 276 + ], + "peak": [ + 97, + 280 + ], + "area_cells": 101 + }, + { + "id": "range_5", + "name": null, + "center": [ + 137, + 20 + ], + "peak": [ + 138, + 20 + ], + "area_cells": 58 + }, + { + "id": "range_6", + "name": null, + "center": [ + 151, + 491 + ], + "peak": [ + 151, + 493 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 155, + 24 + ], + "peak": [ + 155, + 23 + ], + "area_cells": 33 + }, + { + "id": "range_8", + "name": null, + "center": [ + 221, + 383 + ], + "peak": [ + 225, + 393 + ], + "area_cells": 2059 + }, + { + "id": "range_9", + "name": null, + "center": [ + 220, + 115 + ], + "peak": [ + 216, + 115 + ], + "area_cells": 72 + }, + { + "id": "range_10", + "name": null, + "center": [ + 224, + 131 + ], + "peak": [ + 221, + 132 + ], + "area_cells": 108 + }, + { + "id": "range_11", + "name": null, + "center": [ + 229, + 146 + ], + "peak": [ + 229, + 146 + ], + "area_cells": 153 + }, + { + "id": "range_12", + "name": null, + "center": [ + 245, + 294 + ], + "peak": [ + 241, + 296 + ], + "area_cells": 865 + }, + { + "id": "range_13", + "name": null, + "center": [ + 252, + 439 + ], + "peak": [ + 253, + 438 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/globe.png new file mode 100644 index 000000000..0674974e7 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/heightmap.png new file mode 100644 index 000000000..248457c9e Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/index.md new file mode 100644 index 000000000..d501f83c2 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Af-3 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2246696807 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.138 + period_days: 28.0 + axial_tilt_deg: 58.1 +physical: + gravity_g: 0.03 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.754 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.366 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Af-3 + +Frozen moon. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Orbit** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/markers.json new file mode 100644 index 000000000..aa26e210f --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af-3/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 12, + 116 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 123, + 198 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 164, + 428 + ], + "area_fraction": 0.0767 + }, + { + "id": "water_26", + "name": null, + "kind": "ocean", + "center": [ + 180, + 91 + ], + "area_fraction": 0.114 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 194, + 260 + ], + "area_fraction": 0.0122 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 75, + 378 + ], + "peak": [ + 86, + 495 + ], + "area_cells": 8752 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 105 + ], + "peak": [ + 87, + 173 + ], + "area_cells": 2730 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 9 + ], + "peak": [ + 65, + 0 + ], + "area_cells": 260 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 173 + ], + "peak": [ + 63, + 173 + ], + "area_cells": 53 + }, + { + "id": "range_7", + "name": null, + "center": [ + 100, + 334 + ], + "peak": [ + 102, + 333 + ], + "area_cells": 187 + }, + { + "id": "range_8", + "name": null, + "center": [ + 110, + 37 + ], + "peak": [ + 110, + 13 + ], + "area_cells": 927 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 492 + ], + "peak": [ + 130, + 494 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 190, + 343 + ], + "peak": [ + 188, + 340 + ], + "area_cells": 178 + }, + { + "id": "range_13", + "name": null, + "center": [ + 199, + 411 + ], + "peak": [ + 199, + 409 + ], + "area_cells": 72 + }, + { + "id": "range_14", + "name": null, + "center": [ + 234, + 293 + ], + "peak": [ + 236, + 284 + ], + "area_cells": 2400 + }, + { + "id": "range_15", + "name": null, + "center": [ + 216, + 475 + ], + "peak": [ + 217, + 476 + ], + "area_cells": 29 + }, + { + "id": "range_16", + "name": null, + "center": [ + 228, + 131 + ], + "peak": [ + 229, + 128 + ], + "area_cells": 270 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af/globe.png new file mode 100644 index 000000000..c0f6a590c Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Af/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af/index.md new file mode 100644 index 000000000..bee05715e --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ1245Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2715737956 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: null + oblateness: 0.0851 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.397 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.134 +--- + +# GJ1245Af + +Gas giant. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/globe.png new file mode 100644 index 000000000..7af8bd959 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/heightmap.png new file mode 100644 index 000000000..3aab69e06 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/index.md new file mode 100644 index 000000000..807418e28 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3783657981 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.497 + period_days: 1000.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.22 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.828 + polar_ice_lat: 0.134 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Ag + +Frozen planet. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 1000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/markers.json new file mode 100644 index 000000000..8e86582c6 --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ag/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 205, + 315 + ], + "area_fraction": 0.1381 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 161, + 158 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 238, + 169 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 279 + ], + "peak": [ + 1, + 4 + ], + "area_cells": 25703 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 269 + ], + "peak": [ + 101, + 269 + ], + "area_cells": 41 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 498 + ], + "peak": [ + 133, + 494 + ], + "area_cells": 147 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/globe.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/globe.png new file mode 100644 index 000000000..4f9934159 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/globe.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/heightmap.png b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/heightmap.png new file mode 100644 index 000000000..c705d2222 Binary files /dev/null and b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/index.md b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/index.md new file mode 100644 index 000000000..bc28eb19a --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2580811169 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.973 + period_days: 2800.0 + axial_tilt_deg: 47.7 +physical: + gravity_g: 0.13 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.19 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Ah + +Frozen planet. + +**System:** [GJ-1245A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/markers.json b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/markers.json new file mode 100644 index 000000000..1392b92cb --- /dev/null +++ b/wiki/star-systems/GJ-1245A/bodies/GJ1245Ah/markers.json @@ -0,0 +1,127 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 5, + 119 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 103, + 312 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 197, + 335 + ], + "area_fraction": 0.1796 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 152, + 152 + ], + "area_fraction": 0.0195 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 157, + 382 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 246, + 153 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 434 + ], + "peak": [ + 13, + 417 + ], + "area_cells": 6279 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 43 + ], + "peak": [ + 35, + 71 + ], + "area_cells": 1807 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 130 + ], + "peak": [ + 60, + 127 + ], + "area_cells": 235 + }, + { + "id": "range_10", + "name": null, + "center": [ + 81, + 165 + ], + "peak": [ + 82, + 164 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1245Bb/globe.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/globe.png new file mode 100644 index 000000000..b9e4e03dd Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/globe.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/heightmap.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/heightmap.png new file mode 100644 index 000000000..8ab4c8387 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/index.md b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/index.md new file mode 100644 index 000000000..85dc56223 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/index.md @@ -0,0 +1,71 @@ +--- +id: GJ1245Bb +name: Glimkop +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3758304114 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 45.3 +physical: + gravity_g: 0.62 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Glimkop + +Frozen planet. + +**System:** [GJ-1245B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 6 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/markers.json b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/markers.json new file mode 100644 index 000000000..2da6ec7bf --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bb/markers.json @@ -0,0 +1,227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 144, + 271 + ], + [ + 145, + 272 + ], + [ + 146, + 271 + ], + [ + 147, + 270 + ], + [ + 148, + 269 + ], + [ + 149, + 268 + ], + [ + 150, + 267 + ], + [ + 151, + 266 + ], + [ + 152, + 265 + ], + [ + 152, + 264 + ], + [ + 153, + 263 + ], + [ + 152, + 262 + ], + [ + 152, + 261 + ], + [ + 153, + 260 + ], + [ + 152, + 259 + ], + [ + 151, + 258 + ], + [ + 152, + 257 + ], + [ + 152, + 256 + ], + [ + 152, + 255 + ], + [ + 153, + 254 + ], + [ + 152, + 253 + ], + [ + 153, + 253 + ], + [ + 154, + 252 + ], + [ + 154, + 251 + ], + [ + 154, + 250 + ], + [ + 153, + 249 + ], + [ + 154, + 248 + ], + [ + 153, + 248 + ], + [ + 154, + 247 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 17, + 237 + ], + "area_fraction": 0.0156 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 66, + 363 + ], + "area_fraction": 0.0187 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 135, + 194 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 187, + 478 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 194, + 26 + ], + "area_fraction": 0.021 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 83 + ], + "peak": [ + 106, + 47 + ], + "area_cells": 1784 + }, + { + "id": "range_2", + "name": null, + "center": [ + 120, + 297 + ], + "peak": [ + 113, + 297 + ], + "area_cells": 1917 + }, + { + "id": "range_3", + "name": null, + "center": [ + 139, + 436 + ], + "peak": [ + 138, + 444 + ], + "area_cells": 890 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/globe.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/globe.png new file mode 100644 index 000000000..7b3888e09 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/globe.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/heightmap.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/heightmap.png new file mode 100644 index 000000000..83f89576c Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/index.md b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/index.md new file mode 100644 index 000000000..d91a77b79 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1245Bc +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2005165376 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.34 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Bc + +Frozen planet. + +**System:** [GJ-1245B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Land** | 96% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/markers.json b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/markers.json new file mode 100644 index 000000000..f3d5a0fde --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bc/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 47 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 3, + 244 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 465 + ], + "area_fraction": 0.0141 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 94, + 58 + ], + "peak": [ + 90, + 44 + ], + "area_cells": 3174 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 122 + ], + "peak": [ + 88, + 123 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 121, + 6 + ], + "peak": [ + 122, + 6 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 130 + ], + "peak": [ + 125, + 136 + ], + "area_cells": 158 + }, + { + "id": "range_10", + "name": null, + "center": [ + 141, + 106 + ], + "peak": [ + 143, + 109 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 171, + 214 + ], + "peak": [ + 152, + 231 + ], + "area_cells": 2644 + }, + { + "id": "range_13", + "name": null, + "center": [ + 187, + 338 + ], + "peak": [ + 185, + 355 + ], + "area_cells": 781 + }, + { + "id": "range_15", + "name": null, + "center": [ + 221, + 60 + ], + "peak": [ + 221, + 60 + ], + "area_cells": 4717 + }, + { + "id": "range_17", + "name": null, + "center": [ + 188, + 284 + ], + "peak": [ + 188, + 284 + ], + "area_cells": 23 + }, + { + "id": "range_20", + "name": null, + "center": [ + 241, + 344 + ], + "peak": [ + 239, + 342 + ], + "area_cells": 81 + }, + { + "id": "range_21", + "name": null, + "center": [ + 248, + 324 + ], + "peak": [ + 246, + 336 + ], + "area_cells": 198 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/globe.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/globe.png new file mode 100644 index 000000000..f7fc6ee3a Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/globe.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/heightmap.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/heightmap.png new file mode 100644 index 000000000..1604bb9dc Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/index.md b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/index.md new file mode 100644 index 000000000..748228f65 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3827994910 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.286 + period_days: 56.0 + axial_tilt_deg: 41.9 +physical: + gravity_g: 0.26 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.797 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Bd + +Frozen planet. + +**System:** [GJ-1245B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 56 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/markers.json b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/markers.json new file mode 100644 index 000000000..42e709b7d --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bd/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 174, + 290 + ], + "area_fraction": 0.1297 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 124, + 468 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 154, + 417 + ], + "area_fraction": 0.0257 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 148, + 239 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 179, + 473 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 126 + ], + "peak": [ + 8, + 2 + ], + "area_cells": 12725 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 329 + ], + "peak": [ + 0, + 305 + ], + "area_cells": 447 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 450 + ], + "peak": [ + 42, + 503 + ], + "area_cells": 6664 + }, + { + "id": "range_8", + "name": null, + "center": [ + 220, + 16 + ], + "peak": [ + 213, + 8 + ], + "area_cells": 425 + }, + { + "id": "range_13", + "name": null, + "center": [ + 234, + 110 + ], + "peak": [ + 235, + 110 + ], + "area_cells": 55 + }, + { + "id": "range_15", + "name": null, + "center": [ + 252, + 475 + ], + "peak": [ + 253, + 486 + ], + "area_cells": 112 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/globe.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/globe.png new file mode 100644 index 000000000..0fdad6afd Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/globe.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/heightmap.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/heightmap.png new file mode 100644 index 000000000..e0a640441 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/index.md b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/index.md new file mode 100644 index 000000000..e021f31e4 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Be +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2910666894 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.577 + period_days: 160.0 + axial_tilt_deg: 32.8 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Be + +Frozen planet. + +**System:** [GJ-1245B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/markers.json b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/markers.json new file mode 100644 index 000000000..993187cbb --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Be/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 36, + 288 + ], + "area_fraction": 0.1026 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 17, + 465 + ], + "area_fraction": 0.0163 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 52, + 410 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 447 + ], + "peak": [ + 83, + 448 + ], + "area_cells": 33 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 149 + ], + "peak": [ + 90, + 160 + ], + "area_cells": 613 + }, + { + "id": "range_5", + "name": null, + "center": [ + 124, + 30 + ], + "peak": [ + 125, + 30 + ], + "area_cells": 175 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 82 + ], + "peak": [ + 128, + 83 + ], + "area_cells": 82 + }, + { + "id": "range_9", + "name": null, + "center": [ + 195, + 127 + ], + "peak": [ + 211, + 135 + ], + "area_cells": 14361 + }, + { + "id": "range_12", + "name": null, + "center": [ + 209, + 309 + ], + "peak": [ + 233, + 308 + ], + "area_cells": 3115 + }, + { + "id": "range_13", + "name": null, + "center": [ + 167, + 508 + ], + "peak": [ + 171, + 509 + ], + "area_cells": 127 + }, + { + "id": "range_17", + "name": null, + "center": [ + 171, + 465 + ], + "peak": [ + 174, + 464 + ], + "area_cells": 189 + }, + { + "id": "range_18", + "name": null, + "center": [ + 167, + 424 + ], + "peak": [ + 167, + 425 + ], + "area_cells": 33 + }, + { + "id": "range_19", + "name": null, + "center": [ + 171, + 390 + ], + "peak": [ + 170, + 395 + ], + "area_cells": 89 + }, + { + "id": "range_20", + "name": null, + "center": [ + 176, + 494 + ], + "peak": [ + 174, + 494 + ], + "area_cells": 90 + }, + { + "id": "range_21", + "name": null, + "center": [ + 180, + 2 + ], + "peak": [ + 181, + 3 + ], + "area_cells": 38 + }, + { + "id": "range_23", + "name": null, + "center": [ + 188, + 353 + ], + "peak": [ + 192, + 352 + ], + "area_cells": 198 + }, + { + "id": "range_25", + "name": null, + "center": [ + 201, + 477 + ], + "peak": [ + 205, + 466 + ], + "area_cells": 407 + }, + { + "id": "range_28", + "name": null, + "center": [ + 208, + 439 + ], + "peak": [ + 209, + 440 + ], + "area_cells": 22 + }, + { + "id": "range_29", + "name": null, + "center": [ + 223, + 421 + ], + "peak": [ + 224, + 421 + ], + "area_cells": 86 + }, + { + "id": "range_30", + "name": null, + "center": [ + 231, + 441 + ], + "peak": [ + 232, + 441 + ], + "area_cells": 110 + }, + { + "id": "range_32", + "name": null, + "center": [ + 236, + 457 + ], + "peak": [ + 238, + 460 + ], + "area_cells": 100 + }, + { + "id": "range_33", + "name": null, + "center": [ + 236, + 473 + ], + "peak": [ + 234, + 474 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/globe.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/globe.png new file mode 100644 index 000000000..23c73ad27 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/globe.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/heightmap.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/heightmap.png new file mode 100644 index 000000000..9f78d1288 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/index.md b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/index.md new file mode 100644 index 000000000..298dc3139 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Bf +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1753217706 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.098 + period_days: 420.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.07 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.276 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Bf + +Frozen planet. + +**System:** [GJ-1245B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/markers.json b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/markers.json new file mode 100644 index 000000000..dd062dd48 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bf/markers.json @@ -0,0 +1,179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 322 + ], + "area_fraction": 0.0743 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 54, + 150 + ], + "area_fraction": 0.016 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 57, + 58 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 106, + 279 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 182, + 461 + ], + "area_fraction": 0.0603 + }, + { + "id": "water_47", + "name": null, + "kind": "sea", + "center": [ + 190, + 45 + ], + "area_fraction": 0.0336 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 172, + 183 + ], + "peak": [ + 173, + 166 + ], + "area_cells": 2189 + }, + { + "id": "range_3", + "name": null, + "center": [ + 168, + 328 + ], + "peak": [ + 167, + 330 + ], + "area_cells": 201 + }, + { + "id": "range_4", + "name": null, + "center": [ + 173, + 312 + ], + "peak": [ + 174, + 311 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 184, + 371 + ], + "peak": [ + 190, + 372 + ], + "area_cells": 101 + }, + { + "id": "range_8", + "name": null, + "center": [ + 232, + 218 + ], + "peak": [ + 255, + 211 + ], + "area_cells": 6717 + }, + { + "id": "range_9", + "name": null, + "center": [ + 205, + 351 + ], + "peak": [ + 203, + 346 + ], + "area_cells": 335 + }, + { + "id": "range_10", + "name": null, + "center": [ + 220, + 305 + ], + "peak": [ + 221, + 305 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 247, + 380 + ], + "peak": [ + 253, + 377 + ], + "area_cells": 974 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/globe.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/globe.png new file mode 100644 index 000000000..037302392 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/globe.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/heightmap.png b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/heightmap.png new file mode 100644 index 000000000..fc46a42e2 Binary files /dev/null and b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/index.md b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/index.md new file mode 100644 index 000000000..a82c79c33 --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1245Bg +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1076886050 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.085 + period_days: 1100.0 + axial_tilt_deg: 55.8 +physical: + gravity_g: 0.05 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.79 + polar_ice_lat: 0.151 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1245Bg + +Frozen planet. + +**System:** [GJ-1245B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/markers.json b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/markers.json new file mode 100644 index 000000000..7bc86565a --- /dev/null +++ b/wiki/star-systems/GJ-1245B/bodies/GJ1245Bg/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 379 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 110, + 477 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 208, + 272 + ], + "area_fraction": 0.1159 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 237, + 459 + ], + "area_fraction": 0.0307 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 237, + 15 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 32 + ], + "peak": [ + 15, + 37 + ], + "area_cells": 3658 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 267 + ], + "peak": [ + 0, + 287 + ], + "area_cells": 2790 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 477 + ], + "peak": [ + 31, + 496 + ], + "area_cells": 2431 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 345 + ], + "peak": [ + 45, + 347 + ], + "area_cells": 86 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 391 + ], + "peak": [ + 64, + 389 + ], + "area_cells": 1145 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 108 + ], + "peak": [ + 49, + 116 + ], + "area_cells": 251 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 152 + ], + "peak": [ + 56, + 155 + ], + "area_cells": 152 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 111 + ], + "peak": [ + 78, + 117 + ], + "area_cells": 370 + }, + { + "id": "range_15", + "name": null, + "center": [ + 100, + 79 + ], + "peak": [ + 99, + 69 + ], + "area_cells": 869 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1248b/globe.png b/wiki/star-systems/GJ-1248/bodies/GJ1248b/globe.png new file mode 100644 index 000000000..5569cfd7d Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248b/globe.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248b/heightmap.png b/wiki/star-systems/GJ-1248/bodies/GJ1248b/heightmap.png new file mode 100644 index 000000000..343671ef3 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248b/index.md b/wiki/star-systems/GJ-1248/bodies/GJ1248b/index.md new file mode 100644 index 000000000..393d4de92 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1248b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4224595308 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.078 + period_days: 8.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.34 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.885 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1248b + +Barren planet. + +**System:** [GJ-1248](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 95% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248b/markers.json b/wiki/star-systems/GJ-1248/bodies/GJ1248b/markers.json new file mode 100644 index 000000000..c3a94dac3 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248b/markers.json @@ -0,0 +1,256 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 12, + 110 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 31, + 18 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 151, + 426 + ], + "peak": [ + 127, + 413 + ], + "area_cells": 8602 + }, + { + "id": "range_2", + "name": null, + "center": [ + 93, + 408 + ], + "peak": [ + 93, + 408 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 100, + 110 + ], + "peak": [ + 100, + 110 + ], + "area_cells": 70 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 324 + ], + "peak": [ + 100, + 323 + ], + "area_cells": 48 + }, + { + "id": "range_5", + "name": null, + "center": [ + 161, + 253 + ], + "peak": [ + 134, + 255 + ], + "area_cells": 7647 + }, + { + "id": "range_7", + "name": null, + "center": [ + 134, + 92 + ], + "peak": [ + 109, + 92 + ], + "area_cells": 376 + }, + { + "id": "range_8", + "name": null, + "center": [ + 157, + 27 + ], + "peak": [ + 142, + 13 + ], + "area_cells": 2607 + }, + { + "id": "range_9", + "name": null, + "center": [ + 112, + 128 + ], + "peak": [ + 111, + 128 + ], + "area_cells": 94 + }, + { + "id": "range_10", + "name": null, + "center": [ + 112, + 510 + ], + "peak": [ + 111, + 511 + ], + "area_cells": 25 + }, + { + "id": "range_13", + "name": null, + "center": [ + 141, + 122 + ], + "peak": [ + 142, + 122 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 183, + 154 + ], + "peak": [ + 192, + 173 + ], + "area_cells": 601 + }, + { + "id": "range_16", + "name": null, + "center": [ + 192, + 331 + ], + "peak": [ + 193, + 332 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 193, + 417 + ], + "peak": [ + 195, + 418 + ], + "area_cells": 100 + }, + { + "id": "range_18", + "name": null, + "center": [ + 192, + 340 + ], + "peak": [ + 192, + 341 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 205, + 401 + ], + "peak": [ + 206, + 401 + ], + "area_cells": 105 + }, + { + "id": "range_21", + "name": null, + "center": [ + 223, + 338 + ], + "peak": [ + 223, + 339 + ], + "area_cells": 23 + }, + { + "id": "range_22", + "name": null, + "center": [ + 226, + 267 + ], + "peak": [ + 226, + 267 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248c/globe.png b/wiki/star-systems/GJ-1248/bodies/GJ1248c/globe.png new file mode 100644 index 000000000..1d7702d5d Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248c/globe.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248c/heightmap.png b/wiki/star-systems/GJ-1248/bodies/GJ1248c/heightmap.png new file mode 100644 index 000000000..6ba050473 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248c/index.md b/wiki/star-systems/GJ-1248/bodies/GJ1248c/index.md new file mode 100644 index 000000000..39829ce03 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1248c +name: Torfmoor +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4116241652 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.54 + period_days: 145.0 + axial_tilt_deg: 12.5 +physical: + gravity_g: 0.88 + oblateness: 0.0037 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.593 + polar_ice_lat: 0.795 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.354 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Torfmoor + +Temperate planet. + +**System:** [GJ-1248](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 59% | +| **Year** | 145 days | +| **Inhabited** | yes | +| **Population** | 32K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248c/markers.json b/wiki/star-systems/GJ-1248/bodies/GJ1248c/markers.json new file mode 100644 index 000000000..378629fbf --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248c/markers.json @@ -0,0 +1,623 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 27, + 411 + ], + [ + 28, + 410 + ], + [ + 29, + 409 + ], + [ + 30, + 408 + ], + [ + 31, + 407 + ], + [ + 32, + 406 + ], + [ + 33, + 405 + ], + [ + 34, + 405 + ], + [ + 35, + 404 + ], + [ + 34, + 403 + ], + [ + 33, + 402 + ], + [ + 34, + 401 + ], + [ + 33, + 400 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 20, + 263 + ], + [ + 21, + 262 + ], + [ + 22, + 261 + ], + [ + 23, + 260 + ], + [ + 24, + 259 + ], + [ + 25, + 258 + ], + [ + 26, + 257 + ], + [ + 27, + 258 + ], + [ + 28, + 257 + ], + [ + 29, + 257 + ], + [ + 30, + 256 + ], + [ + 31, + 256 + ], + [ + 32, + 257 + ], + [ + 33, + 256 + ], + [ + 33, + 257 + ], + [ + 32, + 258 + ], + [ + 33, + 258 + ], + [ + 34, + 258 + ], + [ + 35, + 257 + ], + [ + 36, + 257 + ], + [ + 36, + 258 + ], + [ + 35, + 258 + ], + [ + 36, + 259 + ], + [ + 37, + 260 + ], + [ + 37, + 261 + ], + [ + 37, + 262 + ], + [ + 36, + 263 + ], + [ + 35, + 264 + ], + [ + 36, + 264 + ], + [ + 37, + 264 + ], + [ + 37, + 263 + ], + [ + 38, + 262 + ], + [ + 39, + 261 + ], + [ + 38, + 260 + ], + [ + 37, + 259 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 212, + 89 + ], + [ + 213, + 88 + ], + [ + 214, + 87 + ], + [ + 214, + 86 + ], + [ + 214, + 85 + ], + [ + 213, + 84 + ], + [ + 213, + 83 + ], + [ + 212, + 82 + ], + [ + 212, + 81 + ], + [ + 211, + 80 + ], + [ + 210, + 79 + ], + [ + 209, + 78 + ], + [ + 209, + 77 + ], + [ + 208, + 76 + ], + [ + 207, + 75 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 1, + 509 + ], + [ + 2, + 510 + ], + [ + 3, + 509 + ], + [ + 4, + 508 + ], + [ + 5, + 507 + ], + [ + 6, + 506 + ], + [ + 7, + 505 + ], + [ + 8, + 504 + ], + [ + 9, + 503 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 35, + 242 + ], + [ + 34, + 243 + ], + [ + 33, + 244 + ], + [ + 32, + 245 + ], + [ + 31, + 246 + ], + [ + 30, + 247 + ], + [ + 29, + 248 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 105, + 144 + ], + [ + 104, + 144 + ], + [ + 103, + 143 + ], + [ + 102, + 144 + ], + [ + 101, + 143 + ], + [ + 100, + 142 + ], + [ + 99, + 141 + ], + [ + 98, + 140 + ], + [ + 97, + 139 + ], + [ + 97, + 138 + ], + [ + 97, + 137 + ], + [ + 96, + 136 + ], + [ + 96, + 135 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 99 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 205 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 24, + 460 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 40, + 10 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 181, + 183 + ], + "area_fraction": 0.3142 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 107, + 413 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 56 + ], + "peak": [ + 37, + 77 + ], + "area_cells": 901 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 470 + ], + "peak": [ + 65, + 469 + ], + "area_cells": 1471 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 268 + ], + "peak": [ + 111, + 233 + ], + "area_cells": 5611 + }, + { + "id": "range_5", + "name": null, + "center": [ + 65, + 403 + ], + "peak": [ + 65, + 391 + ], + "area_cells": 362 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 170 + ], + "peak": [ + 68, + 172 + ], + "area_cells": 1218 + }, + { + "id": "range_9", + "name": null, + "center": [ + 67, + 9 + ], + "peak": [ + 67, + 2 + ], + "area_cells": 179 + }, + { + "id": "range_11", + "name": null, + "center": [ + 114, + 467 + ], + "peak": [ + 108, + 469 + ], + "area_cells": 1327 + }, + { + "id": "range_13", + "name": null, + "center": [ + 94, + 14 + ], + "peak": [ + 94, + 16 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 168, + 422 + ], + "peak": [ + 169, + 398 + ], + "area_cells": 705 + }, + { + "id": "range_15", + "name": null, + "center": [ + 188, + 363 + ], + "peak": [ + 187, + 367 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 189, + 258 + ], + "peak": [ + 189, + 259 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248d/globe.png b/wiki/star-systems/GJ-1248/bodies/GJ1248d/globe.png new file mode 100644 index 000000000..627a04d24 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248d/globe.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248d/heightmap.png b/wiki/star-systems/GJ-1248/bodies/GJ1248d/heightmap.png new file mode 100644 index 000000000..5f6d5bbbe Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248d/index.md b/wiki/star-systems/GJ-1248/bodies/GJ1248d/index.md new file mode 100644 index 000000000..4a686b9c6 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1248d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2782119214 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.2 + period_days: 480.0 + axial_tilt_deg: 49.2 +physical: + gravity_g: 0.52 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.099 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1248d + +Frozen planet. + +**System:** [GJ-1248](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248d/markers.json b/wiki/star-systems/GJ-1248/bodies/GJ1248d/markers.json new file mode 100644 index 000000000..f3cdedcef --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248d/markers.json @@ -0,0 +1,385 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 43, + 103 + ], + [ + 43, + 104 + ], + [ + 42, + 104 + ], + [ + 41, + 105 + ], + [ + 40, + 106 + ], + [ + 41, + 107 + ], + [ + 42, + 108 + ], + [ + 43, + 109 + ], + [ + 43, + 110 + ], + [ + 44, + 111 + ], + [ + 44, + 112 + ], + [ + 45, + 113 + ], + [ + 44, + 114 + ], + [ + 44, + 115 + ], + [ + 45, + 114 + ], + [ + 45, + 115 + ], + [ + 46, + 115 + ], + [ + 45, + 116 + ], + [ + 44, + 117 + ], + [ + 43, + 117 + ], + [ + 43, + 118 + ], + [ + 44, + 119 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 98, + 451 + ], + [ + 99, + 451 + ], + [ + 100, + 451 + ], + [ + 101, + 452 + ], + [ + 102, + 451 + ], + [ + 103, + 451 + ], + [ + 104, + 451 + ], + [ + 105, + 451 + ], + [ + 106, + 451 + ], + [ + 105, + 450 + ], + [ + 106, + 449 + ], + [ + 106, + 450 + ], + [ + 107, + 450 + ], + [ + 108, + 451 + ], + [ + 109, + 450 + ], + [ + 108, + 449 + ], + [ + 109, + 449 + ], + [ + 108, + 450 + ], + [ + 107, + 449 + ], + [ + 107, + 448 + ], + [ + 108, + 447 + ], + [ + 109, + 447 + ], + [ + 109, + 448 + ], + [ + 110, + 447 + ], + [ + 111, + 448 + ], + [ + 110, + 449 + ], + [ + 111, + 450 + ], + [ + 110, + 451 + ], + [ + 111, + 452 + ], + [ + 111, + 451 + ], + [ + 110, + 452 + ], + [ + 109, + 451 + ], + [ + 109, + 452 + ], + [ + 108, + 453 + ], + [ + 109, + 453 + ], + [ + 110, + 453 + ], + [ + 111, + 453 + ], + [ + 110, + 454 + ], + [ + 109, + 455 + ], + [ + 108, + 454 + ], + [ + 107, + 453 + ], + [ + 106, + 453 + ], + [ + 105, + 452 + ], + [ + 106, + 452 + ], + [ + 107, + 452 + ], + [ + 107, + 451 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 114 + ], + "area_fraction": 0.008 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 250 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 148, + 150 + ], + "peak": [ + 140, + 186 + ], + "area_cells": 6725 + }, + { + "id": "range_2", + "name": null, + "center": [ + 126, + 74 + ], + "peak": [ + 126, + 75 + ], + "area_cells": 174 + }, + { + "id": "range_3", + "name": null, + "center": [ + 128, + 401 + ], + "peak": [ + 128, + 398 + ], + "area_cells": 126 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 476 + ], + "peak": [ + 140, + 476 + ], + "area_cells": 207 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 440 + ], + "peak": [ + 134, + 437 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248e/globe.png b/wiki/star-systems/GJ-1248/bodies/GJ1248e/globe.png new file mode 100644 index 000000000..9b3d42589 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248e/globe.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248e/heightmap.png b/wiki/star-systems/GJ-1248/bodies/GJ1248e/heightmap.png new file mode 100644 index 000000000..41594adb8 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248e/index.md b/wiki/star-systems/GJ-1248/bodies/GJ1248e/index.md new file mode 100644 index 000000000..b03e9b8cf --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1248e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 269967827 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 48.5 +physical: + gravity_g: 0.4 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.741 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.284 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1248e + +Frozen planet. + +**System:** [GJ-1248](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248e/markers.json b/wiki/star-systems/GJ-1248/bodies/GJ1248e/markers.json new file mode 100644 index 000000000..9feccdf0a --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248e/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 147, + 368 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 213, + 101 + ], + "area_fraction": 0.1359 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 222, + 425 + ], + "area_fraction": 0.0883 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 32 + ], + "peak": [ + 11, + 24 + ], + "area_cells": 1812 + }, + { + "id": "range_2", + "name": null, + "center": [ + 34, + 466 + ], + "peak": [ + 24, + 480 + ], + "area_cells": 4651 + }, + { + "id": "range_4", + "name": null, + "center": [ + 41, + 380 + ], + "peak": [ + 36, + 394 + ], + "area_cells": 387 + }, + { + "id": "range_5", + "name": null, + "center": [ + 45, + 193 + ], + "peak": [ + 46, + 194 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 436 + ], + "peak": [ + 68, + 437 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 75, + 5 + ], + "peak": [ + 77, + 0 + ], + "area_cells": 143 + }, + { + "id": "range_11", + "name": null, + "center": [ + 108, + 232 + ], + "peak": [ + 135, + 230 + ], + "area_cells": 2266 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 147 + ], + "peak": [ + 118, + 163 + ], + "area_cells": 945 + }, + { + "id": "range_16", + "name": null, + "center": [ + 103, + 181 + ], + "peak": [ + 103, + 182 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 132, + 1 + ], + "peak": [ + 136, + 0 + ], + "area_cells": 51 + }, + { + "id": "range_20", + "name": null, + "center": [ + 190, + 270 + ], + "peak": [ + 192, + 261 + ], + "area_cells": 302 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248f/globe.png b/wiki/star-systems/GJ-1248/bodies/GJ1248f/globe.png new file mode 100644 index 000000000..269257f11 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248f/globe.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248f/heightmap.png b/wiki/star-systems/GJ-1248/bodies/GJ1248f/heightmap.png new file mode 100644 index 000000000..0bc2cf11a Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248f/index.md b/wiki/star-systems/GJ-1248/bodies/GJ1248f/index.md new file mode 100644 index 000000000..2012bbfbc --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1248f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1029608193 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.597 + period_days: 3600.0 + axial_tilt_deg: 36.0 +physical: + gravity_g: 0.12 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.702 + polar_ice_lat: 0.24 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1248f + +Frozen planet. + +**System:** [GJ-1248](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248f/markers.json b/wiki/star-systems/GJ-1248/bodies/GJ1248f/markers.json new file mode 100644 index 000000000..12f3f9a68 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248f/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 21 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 100, + 255 + ], + "area_fraction": 0.2595 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 234, + 32 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 188 + ], + "peak": [ + 2, + 188 + ], + "area_cells": 132 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 298 + ], + "peak": [ + 0, + 331 + ], + "area_cells": 1177 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 128 + ], + "peak": [ + 18, + 123 + ], + "area_cells": 62 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 28 + ], + "peak": [ + 64, + 20 + ], + "area_cells": 3010 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 498 + ], + "peak": [ + 68, + 499 + ], + "area_cells": 1319 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 409 + ], + "peak": [ + 73, + 408 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 110, + 439 + ], + "peak": [ + 105, + 428 + ], + "area_cells": 573 + }, + { + "id": "range_9", + "name": null, + "center": [ + 149, + 505 + ], + "peak": [ + 148, + 504 + ], + "area_cells": 51 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 10 + ], + "peak": [ + 153, + 14 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 492 + ], + "peak": [ + 165, + 493 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 185, + 478 + ], + "peak": [ + 189, + 486 + ], + "area_cells": 1399 + }, + { + "id": "range_14", + "name": null, + "center": [ + 185, + 440 + ], + "peak": [ + 184, + 443 + ], + "area_cells": 136 + }, + { + "id": "range_15", + "name": null, + "center": [ + 194, + 2 + ], + "peak": [ + 190, + 0 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 224, + 305 + ], + "peak": [ + 230, + 307 + ], + "area_cells": 158 + }, + { + "id": "range_19", + "name": null, + "center": [ + 229, + 293 + ], + "peak": [ + 229, + 295 + ], + "area_cells": 80 + }, + { + "id": "range_22", + "name": null, + "center": [ + 250, + 73 + ], + "peak": [ + 251, + 74 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248g/globe.png b/wiki/star-systems/GJ-1248/bodies/GJ1248g/globe.png new file mode 100644 index 000000000..74a81229f Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248g/globe.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248g/heightmap.png b/wiki/star-systems/GJ-1248/bodies/GJ1248g/heightmap.png new file mode 100644 index 000000000..21c9ea064 Binary files /dev/null and b/wiki/star-systems/GJ-1248/bodies/GJ1248g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248g/index.md b/wiki/star-systems/GJ-1248/bodies/GJ1248g/index.md new file mode 100644 index 000000000..8c2bfd498 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1248g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2789245445 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.697 + period_days: 7800.0 + axial_tilt_deg: 40.9 +physical: + gravity_g: 0.09 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.822 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.306 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1248g + +Frozen planet. + +**System:** [GJ-1248](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 7800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1248/bodies/GJ1248g/markers.json b/wiki/star-systems/GJ-1248/bodies/GJ1248g/markers.json new file mode 100644 index 000000000..f9c5b4f73 --- /dev/null +++ b/wiki/star-systems/GJ-1248/bodies/GJ1248g/markers.json @@ -0,0 +1,134 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 172, + 99 + ], + "area_fraction": 0.0631 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 130, + 384 + ], + "area_fraction": 0.0447 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 137, + 289 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 141, + 190 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 145, + 234 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 153, + 27 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 163, + 458 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 185, + 237 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 293 + ], + "peak": [ + 0, + 257 + ], + "area_cells": 20949 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 76 + ], + "peak": [ + 30, + 70 + ], + "area_cells": 281 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 2 + ], + "peak": [ + 25, + 0 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1267b/globe.png b/wiki/star-systems/GJ-1267/bodies/GJ1267b/globe.png new file mode 100644 index 000000000..f077a87e2 Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267b/globe.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267b/heightmap.png b/wiki/star-systems/GJ-1267/bodies/GJ1267b/heightmap.png new file mode 100644 index 000000000..9c21977e1 Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267b/index.md b/wiki/star-systems/GJ-1267/bodies/GJ1267b/index.md new file mode 100644 index 000000000..031d1f2d7 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1267b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3642435615 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.36 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.937 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1267b + +Barren planet. + +**System:** [GJ-1267](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 96% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267b/markers.json b/wiki/star-systems/GJ-1267/bodies/GJ1267b/markers.json new file mode 100644 index 000000000..a9c4f2414 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267b/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 280 + ], + "peak": [ + 65, + 280 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 278 + ], + "peak": [ + 85, + 278 + ], + "area_cells": 42 + }, + { + "id": "range_4", + "name": null, + "center": [ + 105, + 271 + ], + "peak": [ + 108, + 271 + ], + "area_cells": 204 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 452 + ], + "peak": [ + 117, + 461 + ], + "area_cells": 256 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 16 + ], + "peak": [ + 125, + 17 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 485 + ], + "peak": [ + 131, + 486 + ], + "area_cells": 56 + }, + { + "id": "range_11", + "name": null, + "center": [ + 139, + 180 + ], + "peak": [ + 139, + 181 + ], + "area_cells": 201 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 70 + ], + "peak": [ + 138, + 72 + ], + "area_cells": 93 + }, + { + "id": "range_14", + "name": null, + "center": [ + 162, + 314 + ], + "peak": [ + 147, + 306 + ], + "area_cells": 838 + }, + { + "id": "range_15", + "name": null, + "center": [ + 145, + 383 + ], + "peak": [ + 149, + 390 + ], + "area_cells": 546 + }, + { + "id": "range_16", + "name": null, + "center": [ + 184, + 112 + ], + "peak": [ + 194, + 124 + ], + "area_cells": 5824 + }, + { + "id": "range_17", + "name": null, + "center": [ + 164, + 13 + ], + "peak": [ + 150, + 17 + ], + "area_cells": 377 + }, + { + "id": "range_18", + "name": null, + "center": [ + 171, + 258 + ], + "peak": [ + 158, + 266 + ], + "area_cells": 1021 + }, + { + "id": "range_20", + "name": null, + "center": [ + 178, + 475 + ], + "peak": [ + 167, + 487 + ], + "area_cells": 1665 + }, + { + "id": "range_21", + "name": null, + "center": [ + 150, + 71 + ], + "peak": [ + 151, + 72 + ], + "area_cells": 26 + }, + { + "id": "range_24", + "name": null, + "center": [ + 169, + 396 + ], + "peak": [ + 170, + 396 + ], + "area_cells": 25 + }, + { + "id": "range_25", + "name": null, + "center": [ + 175, + 344 + ], + "peak": [ + 173, + 346 + ], + "area_cells": 205 + }, + { + "id": "range_26", + "name": null, + "center": [ + 188, + 216 + ], + "peak": [ + 180, + 217 + ], + "area_cells": 289 + }, + { + "id": "range_28", + "name": null, + "center": [ + 193, + 287 + ], + "peak": [ + 194, + 287 + ], + "area_cells": 411 + }, + { + "id": "range_30", + "name": null, + "center": [ + 198, + 369 + ], + "peak": [ + 198, + 370 + ], + "area_cells": 40 + }, + { + "id": "range_32", + "name": null, + "center": [ + 206, + 327 + ], + "peak": [ + 206, + 328 + ], + "area_cells": 20 + }, + { + "id": "range_33", + "name": null, + "center": [ + 213, + 243 + ], + "peak": [ + 214, + 243 + ], + "area_cells": 112 + }, + { + "id": "range_35", + "name": null, + "center": [ + 221, + 499 + ], + "peak": [ + 222, + 499 + ], + "area_cells": 47 + }, + { + "id": "range_36", + "name": null, + "center": [ + 222, + 227 + ], + "peak": [ + 223, + 227 + ], + "area_cells": 28 + }, + { + "id": "range_37", + "name": null, + "center": [ + 221, + 235 + ], + "peak": [ + 222, + 236 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267c/globe.png b/wiki/star-systems/GJ-1267/bodies/GJ1267c/globe.png new file mode 100644 index 000000000..4f8ec0456 Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267c/globe.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267c/heightmap.png b/wiki/star-systems/GJ-1267/bodies/GJ1267c/heightmap.png new file mode 100644 index 000000000..793cdaf3a Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267c/index.md b/wiki/star-systems/GJ-1267/bodies/GJ1267c/index.md new file mode 100644 index 000000000..2c3894fdb --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ1267c +name: Monsaraz +body_type: planet +planet_class: temperate +body_scale: planet +seed: 465053168 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.259 + period_days: 72.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.86 + oblateness: 0.0042 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.444 + polar_ice_lat: 0.756 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.542 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Monsaraz + +Temperate planet. + +**System:** [GJ-1267](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Year** | 72 days | +| **Inhabited** | yes | +| **Population** | 10K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267c/markers.json b/wiki/star-systems/GJ-1267/bodies/GJ1267c/markers.json new file mode 100644 index 000000000..cb7e9c64b --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267c/markers.json @@ -0,0 +1,583 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 218, + 392 + ], + [ + 217, + 391 + ], + [ + 216, + 390 + ], + [ + 215, + 389 + ], + [ + 214, + 388 + ], + [ + 213, + 388 + ], + [ + 213, + 389 + ], + [ + 212, + 390 + ], + [ + 211, + 391 + ], + [ + 210, + 391 + ], + [ + 210, + 392 + ], + [ + 209, + 393 + ], + [ + 208, + 394 + ], + [ + 207, + 394 + ], + [ + 207, + 395 + ], + [ + 207, + 396 + ], + [ + 206, + 397 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 161, + 118 + ], + [ + 162, + 117 + ], + [ + 163, + 118 + ], + [ + 164, + 117 + ], + [ + 165, + 117 + ], + [ + 166, + 116 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 123, + 400 + ], + [ + 123, + 399 + ], + [ + 122, + 399 + ], + [ + 121, + 398 + ], + [ + 120, + 399 + ], + [ + 119, + 400 + ], + [ + 118, + 400 + ], + [ + 119, + 401 + ], + [ + 118, + 402 + ], + [ + 117, + 402 + ], + [ + 118, + 403 + ], + [ + 117, + 404 + ], + [ + 118, + 405 + ], + [ + 117, + 405 + ], + [ + 116, + 405 + ], + [ + 116, + 406 + ], + [ + 117, + 407 + ], + [ + 117, + 408 + ], + [ + 116, + 409 + ], + [ + 116, + 408 + ], + [ + 115, + 409 + ], + [ + 116, + 410 + ], + [ + 115, + 410 + ], + [ + 115, + 411 + ], + [ + 114, + 412 + ], + [ + 115, + 413 + ], + [ + 115, + 412 + ], + [ + 114, + 413 + ], + [ + 114, + 414 + ], + [ + 115, + 414 + ], + [ + 115, + 415 + ], + [ + 114, + 415 + ], + [ + 113, + 415 + ], + [ + 113, + 416 + ], + [ + 113, + 417 + ], + [ + 114, + 417 + ], + [ + 113, + 418 + ], + [ + 114, + 418 + ], + [ + 113, + 419 + ], + [ + 113, + 420 + ], + [ + 112, + 420 + ], + [ + 112, + 419 + ], + [ + 112, + 418 + ], + [ + 112, + 417 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 219, + 382 + ], + [ + 220, + 382 + ], + [ + 221, + 381 + ], + [ + 222, + 382 + ], + [ + 223, + 383 + ], + [ + 224, + 382 + ], + [ + 225, + 382 + ], + [ + 226, + 382 + ], + [ + 227, + 381 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 157, + 449 + ], + [ + 156, + 448 + ], + [ + 155, + 447 + ], + [ + 154, + 446 + ], + [ + 153, + 445 + ], + [ + 152, + 445 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 45, + 184 + ], + [ + 44, + 184 + ], + [ + 43, + 185 + ], + [ + 42, + 184 + ], + [ + 41, + 184 + ], + [ + 40, + 184 + ], + [ + 41, + 185 + ], + [ + 41, + 186 + ], + [ + 42, + 185 + ], + [ + 42, + 186 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 240, + 450 + ], + [ + 239, + 449 + ], + [ + 238, + 448 + ], + [ + 237, + 447 + ], + [ + 236, + 446 + ], + [ + 235, + 445 + ], + [ + 234, + 444 + ], + [ + 233, + 443 + ], + [ + 232, + 443 + ], + [ + 231, + 442 + ], + [ + 230, + 442 + ], + [ + 231, + 441 + ], + [ + 230, + 440 + ], + [ + 229, + 440 + ], + [ + 230, + 439 + ], + [ + 230, + 438 + ], + [ + 231, + 439 + ], + [ + 231, + 440 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 154, + 203 + ], + "area_fraction": 0.4697 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 52, + 299 + ], + "area_fraction": 0.0844 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 495 + ], + "peak": [ + 31, + 507 + ], + "area_cells": 344 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 456 + ], + "peak": [ + 31, + 456 + ], + "area_cells": 42 + }, + { + "id": "range_3", + "name": null, + "center": [ + 111, + 360 + ], + "peak": [ + 100, + 348 + ], + "area_cells": 7431 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 199 + ], + "peak": [ + 102, + 200 + ], + "area_cells": 2489 + }, + { + "id": "range_7", + "name": null, + "center": [ + 177, + 301 + ], + "peak": [ + 175, + 305 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267d/globe.png b/wiki/star-systems/GJ-1267/bodies/GJ1267d/globe.png new file mode 100644 index 000000000..2668ed7ca Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267d/globe.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267d/heightmap.png b/wiki/star-systems/GJ-1267/bodies/GJ1267d/heightmap.png new file mode 100644 index 000000000..7fee2227d Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267d/index.md b/wiki/star-systems/GJ-1267/bodies/GJ1267d/index.md new file mode 100644 index 000000000..e53460250 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1267d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3603571254 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.594 + period_days: 250.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.5 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1267d + +Frozen planet. + +**System:** [GJ-1267](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267d/markers.json b/wiki/star-systems/GJ-1267/bodies/GJ1267d/markers.json new file mode 100644 index 000000000..09af028aa --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267d/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 15, + 314 + ], + [ + 15, + 313 + ], + [ + 14, + 313 + ], + [ + 13, + 313 + ], + [ + 12, + 313 + ], + [ + 11, + 313 + ], + [ + 10, + 314 + ], + [ + 10, + 313 + ], + [ + 9, + 314 + ], + [ + 9, + 313 + ], + [ + 8, + 313 + ], + [ + 7, + 313 + ], + [ + 8, + 312 + ], + [ + 7, + 312 + ], + [ + 7, + 311 + ], + [ + 6, + 312 + ], + [ + 5, + 313 + ], + [ + 4, + 313 + ], + [ + 4, + 312 + ], + [ + 3, + 313 + ], + [ + 2, + 312 + ], + [ + 1, + 311 + ], + [ + 1, + 312 + ], + [ + 0, + 312 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 146, + 142 + ], + [ + 147, + 141 + ], + [ + 148, + 140 + ], + [ + 149, + 139 + ], + [ + 150, + 138 + ], + [ + 151, + 137 + ], + [ + 152, + 136 + ], + [ + 153, + 135 + ], + [ + 154, + 134 + ] + ] + } + ], + "oceans": [ + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 199, + 271 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 180 + ], + "peak": [ + 105, + 160 + ], + "area_cells": 2551 + }, + { + "id": "range_2", + "name": null, + "center": [ + 105, + 243 + ], + "peak": [ + 106, + 243 + ], + "area_cells": 85 + }, + { + "id": "range_3", + "name": null, + "center": [ + 134, + 376 + ], + "peak": [ + 118, + 361 + ], + "area_cells": 1022 + }, + { + "id": "range_4", + "name": null, + "center": [ + 129, + 464 + ], + "peak": [ + 121, + 482 + ], + "area_cells": 2283 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 5 + ], + "peak": [ + 138, + 5 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267e/globe.png b/wiki/star-systems/GJ-1267/bodies/GJ1267e/globe.png new file mode 100644 index 000000000..baeba22e0 Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267e/globe.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267e/heightmap.png b/wiki/star-systems/GJ-1267/bodies/GJ1267e/heightmap.png new file mode 100644 index 000000000..28a493ddc Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267e/index.md b/wiki/star-systems/GJ-1267/bodies/GJ1267e/index.md new file mode 100644 index 000000000..a09d22d6b --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1267e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2716312441 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.224 + period_days: 740.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.4 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.87 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1267e + +Frozen planet. + +**System:** [GJ-1267](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 740 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267e/markers.json b/wiki/star-systems/GJ-1267/bodies/GJ1267e/markers.json new file mode 100644 index 000000000..767a73abb --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267e/markers.json @@ -0,0 +1,254 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 112 + ], + "area_fraction": 0.0337 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 417 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 51, + 374 + ], + "area_fraction": 0.0282 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 71, + 431 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 89, + 105 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 120, + 366 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 147, + 410 + ], + "area_fraction": 0.0215 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 247 + ], + "peak": [ + 63, + 238 + ], + "area_cells": 1559 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 208 + ], + "peak": [ + 51, + 211 + ], + "area_cells": 416 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 195 + ], + "peak": [ + 102, + 195 + ], + "area_cells": 116 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 153 + ], + "peak": [ + 131, + 156 + ], + "area_cells": 316 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 182 + ], + "peak": [ + 116, + 184 + ], + "area_cells": 63 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 195 + ], + "peak": [ + 119, + 196 + ], + "area_cells": 36 + }, + { + "id": "range_9", + "name": null, + "center": [ + 119, + 224 + ], + "peak": [ + 119, + 224 + ], + "area_cells": 92 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 271 + ], + "peak": [ + 118, + 271 + ], + "area_cells": 75 + }, + { + "id": "range_11", + "name": null, + "center": [ + 142, + 16 + ], + "peak": [ + 142, + 17 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 153, + 198 + ], + "peak": [ + 153, + 190 + ], + "area_cells": 201 + }, + { + "id": "range_13", + "name": null, + "center": [ + 153, + 149 + ], + "peak": [ + 152, + 148 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 230, + 212 + ], + "peak": [ + 251, + 141 + ], + "area_cells": 18145 + }, + { + "id": "range_17", + "name": null, + "center": [ + 206, + 282 + ], + "peak": [ + 206, + 282 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267f/globe.png b/wiki/star-systems/GJ-1267/bodies/GJ1267f/globe.png new file mode 100644 index 000000000..9ceaf9b5c Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267f/globe.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267f/heightmap.png b/wiki/star-systems/GJ-1267/bodies/GJ1267f/heightmap.png new file mode 100644 index 000000000..ebaf3eb77 Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267f/index.md b/wiki/star-systems/GJ-1267/bodies/GJ1267f/index.md new file mode 100644 index 000000000..61e5d39e1 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1267f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3169117815 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.454 + period_days: 2100.0 + axial_tilt_deg: 48.4 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.196 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.425 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1267f + +Frozen planet. + +**System:** [GJ-1267](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 2100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267f/markers.json b/wiki/star-systems/GJ-1267/bodies/GJ1267f/markers.json new file mode 100644 index 000000000..5a2fba194 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267f/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 98, + 131 + ], + "area_fraction": 0.1579 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 12, + 380 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 79, + 372 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 120, + 452 + ], + "area_fraction": 0.038 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 43, + 336 + ], + "peak": [ + 44, + 336 + ], + "area_cells": 88 + }, + { + "id": "range_6", + "name": null, + "center": [ + 199, + 437 + ], + "peak": [ + 207, + 478 + ], + "area_cells": 2136 + }, + { + "id": "range_7", + "name": null, + "center": [ + 210, + 63 + ], + "peak": [ + 217, + 34 + ], + "area_cells": 3494 + }, + { + "id": "range_8", + "name": null, + "center": [ + 200, + 135 + ], + "peak": [ + 199, + 136 + ], + "area_cells": 27 + }, + { + "id": "range_10", + "name": null, + "center": [ + 235, + 339 + ], + "peak": [ + 242, + 350 + ], + "area_cells": 2723 + }, + { + "id": "range_11", + "name": null, + "center": [ + 226, + 133 + ], + "peak": [ + 228, + 133 + ], + "area_cells": 103 + }, + { + "id": "range_12", + "name": null, + "center": [ + 242, + 264 + ], + "peak": [ + 244, + 267 + ], + "area_cells": 1160 + }, + { + "id": "range_15", + "name": null, + "center": [ + 241, + 417 + ], + "peak": [ + 240, + 401 + ], + "area_cells": 514 + }, + { + "id": "range_17", + "name": null, + "center": [ + 250, + 121 + ], + "peak": [ + 251, + 119 + ], + "area_cells": 308 + }, + { + "id": "range_19", + "name": null, + "center": [ + 239, + 467 + ], + "peak": [ + 239, + 469 + ], + "area_cells": 36 + }, + { + "id": "range_20", + "name": null, + "center": [ + 248, + 385 + ], + "peak": [ + 248, + 383 + ], + "area_cells": 36 + }, + { + "id": "range_21", + "name": null, + "center": [ + 252, + 468 + ], + "peak": [ + 255, + 459 + ], + "area_cells": 190 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267g/globe.png b/wiki/star-systems/GJ-1267/bodies/GJ1267g/globe.png new file mode 100644 index 000000000..bbc249a3f Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267g/globe.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267g/heightmap.png b/wiki/star-systems/GJ-1267/bodies/GJ1267g/heightmap.png new file mode 100644 index 000000000..f3d966bef Binary files /dev/null and b/wiki/star-systems/GJ-1267/bodies/GJ1267g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267g/index.md b/wiki/star-systems/GJ-1267/bodies/GJ1267g/index.md new file mode 100644 index 000000000..2b8f5f8c2 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1267g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 813768810 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.72 + period_days: 5600.0 + axial_tilt_deg: 39.9 +physical: + gravity_g: 0.08 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.87 + polar_ice_lat: 0.196 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1267g + +Frozen planet. + +**System:** [GJ-1267](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1267/bodies/GJ1267g/markers.json b/wiki/star-systems/GJ-1267/bodies/GJ1267g/markers.json new file mode 100644 index 000000000..f701e96c3 --- /dev/null +++ b/wiki/star-systems/GJ-1267/bodies/GJ1267g/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 30, + 161 + ], + "area_fraction": 0.069 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 9, + 330 + ], + "area_fraction": 0.0266 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 226, + 441 + ], + "area_fraction": 0.019 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 47 + ], + "peak": [ + 74, + 62 + ], + "area_cells": 6818 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 330 + ], + "peak": [ + 105, + 303 + ], + "area_cells": 5208 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 261 + ], + "peak": [ + 75, + 261 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 105, + 482 + ], + "peak": [ + 101, + 511 + ], + "area_cells": 1587 + }, + { + "id": "range_8", + "name": null, + "center": [ + 104, + 264 + ], + "peak": [ + 105, + 265 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 116, + 126 + ], + "peak": [ + 123, + 140 + ], + "area_cells": 478 + }, + { + "id": "range_10", + "name": null, + "center": [ + 129, + 184 + ], + "peak": [ + 129, + 184 + ], + "area_cells": 74 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 165 + ], + "peak": [ + 144, + 165 + ], + "area_cells": 158 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 405 + ], + "peak": [ + 155, + 406 + ], + "area_cells": 89 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 451 + ], + "peak": [ + 159, + 453 + ], + "area_cells": 552 + }, + { + "id": "range_14", + "name": null, + "center": [ + 169, + 229 + ], + "peak": [ + 165, + 239 + ], + "area_cells": 560 + }, + { + "id": "range_15", + "name": null, + "center": [ + 168, + 264 + ], + "peak": [ + 166, + 264 + ], + "area_cells": 185 + }, + { + "id": "range_18", + "name": null, + "center": [ + 170, + 493 + ], + "peak": [ + 171, + 485 + ], + "area_cells": 306 + }, + { + "id": "range_21", + "name": null, + "center": [ + 171, + 3 + ], + "peak": [ + 171, + 0 + ], + "area_cells": 58 + }, + { + "id": "range_23", + "name": null, + "center": [ + 181, + 12 + ], + "peak": [ + 180, + 11 + ], + "area_cells": 56 + }, + { + "id": "range_24", + "name": null, + "center": [ + 189, + 268 + ], + "peak": [ + 188, + 269 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ127Ab/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/globe.png new file mode 100644 index 000000000..a805a30e9 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ab/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/heightmap.png new file mode 100644 index 000000000..d5f540a88 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ab/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/index.md new file mode 100644 index 000000000..7ca1cb190 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3637880552 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.255 + period_days: 42.0 + axial_tilt_deg: 36.3 +physical: + gravity_g: 0.48 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.858 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Ab + +Barren planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 90% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ab/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/markers.json new file mode 100644 index 000000000..f4fc65190 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ab/markers.json @@ -0,0 +1,360 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 116, + 124 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 127, + 276 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 129 + ], + "peak": [ + 4, + 128 + ], + "area_cells": 177 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 209 + ], + "peak": [ + 39, + 208 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 235 + ], + "peak": [ + 56, + 235 + ], + "area_cells": 147 + }, + { + "id": "range_6", + "name": null, + "center": [ + 46, + 412 + ], + "peak": [ + 47, + 412 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 66, + 445 + ], + "peak": [ + 67, + 445 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 335 + ], + "peak": [ + 79, + 333 + ], + "area_cells": 227 + }, + { + "id": "range_13", + "name": null, + "center": [ + 101, + 469 + ], + "peak": [ + 102, + 469 + ], + "area_cells": 68 + }, + { + "id": "range_14", + "name": null, + "center": [ + 108, + 370 + ], + "peak": [ + 112, + 370 + ], + "area_cells": 65 + }, + { + "id": "range_15", + "name": null, + "center": [ + 123, + 504 + ], + "peak": [ + 124, + 504 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 159, + 466 + ], + "peak": [ + 152, + 466 + ], + "area_cells": 2425 + }, + { + "id": "range_17", + "name": null, + "center": [ + 137, + 6 + ], + "peak": [ + 140, + 6 + ], + "area_cells": 308 + }, + { + "id": "range_18", + "name": null, + "center": [ + 134, + 345 + ], + "peak": [ + 137, + 345 + ], + "area_cells": 48 + }, + { + "id": "range_20", + "name": null, + "center": [ + 141, + 159 + ], + "peak": [ + 139, + 162 + ], + "area_cells": 109 + }, + { + "id": "range_21", + "name": null, + "center": [ + 165, + 23 + ], + "peak": [ + 176, + 13 + ], + "area_cells": 676 + }, + { + "id": "range_22", + "name": null, + "center": [ + 172, + 385 + ], + "peak": [ + 174, + 405 + ], + "area_cells": 1917 + }, + { + "id": "range_26", + "name": null, + "center": [ + 177, + 319 + ], + "peak": [ + 182, + 326 + ], + "area_cells": 333 + }, + { + "id": "range_27", + "name": null, + "center": [ + 172, + 209 + ], + "peak": [ + 168, + 210 + ], + "area_cells": 118 + }, + { + "id": "range_28", + "name": null, + "center": [ + 173, + 284 + ], + "peak": [ + 172, + 283 + ], + "area_cells": 167 + }, + { + "id": "range_29", + "name": null, + "center": [ + 174, + 258 + ], + "peak": [ + 178, + 263 + ], + "area_cells": 153 + }, + { + "id": "range_32", + "name": null, + "center": [ + 189, + 488 + ], + "peak": [ + 192, + 483 + ], + "area_cells": 449 + }, + { + "id": "range_33", + "name": null, + "center": [ + 196, + 172 + ], + "peak": [ + 197, + 173 + ], + "area_cells": 116 + }, + { + "id": "range_34", + "name": null, + "center": [ + 219, + 161 + ], + "peak": [ + 224, + 160 + ], + "area_cells": 129 + }, + { + "id": "range_37", + "name": null, + "center": [ + 221, + 453 + ], + "peak": [ + 222, + 453 + ], + "area_cells": 33 + }, + { + "id": "range_39", + "name": null, + "center": [ + 224, + 339 + ], + "peak": [ + 225, + 338 + ], + "area_cells": 40 + }, + { + "id": "range_41", + "name": null, + "center": [ + 233, + 181 + ], + "peak": [ + 233, + 182 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ac/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/globe.png new file mode 100644 index 000000000..09a3c46d6 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ac/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/heightmap.png new file mode 100644 index 000000000..48f6be37b Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ac/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/index.md new file mode 100644 index 000000000..c4c252ef0 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ127Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2607641166 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.673 + period_days: 180.0 + axial_tilt_deg: 7.6 +physical: + gravity_g: 0.72 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.954 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.097 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Ac + +Hot Arid planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ac/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/markers.json new file mode 100644 index 000000000..628202e2c --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ac/markers.json @@ -0,0 +1,708 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 6, + 348 + ], + [ + 5, + 349 + ], + [ + 4, + 349 + ], + [ + 3, + 350 + ], + [ + 2, + 349 + ], + [ + 2, + 348 + ], + [ + 1, + 349 + ], + [ + 0, + 349 + ], + [ + 0, + 348 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 227, + 465 + ], + [ + 228, + 465 + ], + [ + 229, + 464 + ], + [ + 230, + 463 + ], + [ + 231, + 462 + ], + [ + 232, + 462 + ], + [ + 231, + 461 + ], + [ + 230, + 460 + ], + [ + 231, + 459 + ], + [ + 231, + 458 + ], + [ + 231, + 457 + ], + [ + 232, + 456 + ], + [ + 232, + 457 + ], + [ + 231, + 456 + ], + [ + 231, + 455 + ], + [ + 232, + 454 + ], + [ + 233, + 453 + ], + [ + 233, + 452 + ], + [ + 234, + 451 + ], + [ + 233, + 450 + ], + [ + 233, + 451 + ], + [ + 232, + 451 + ], + [ + 232, + 450 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 200, + 119 + ], + [ + 201, + 120 + ], + [ + 201, + 121 + ], + [ + 200, + 122 + ], + [ + 199, + 122 + ], + [ + 198, + 121 + ], + [ + 197, + 122 + ], + [ + 198, + 122 + ], + [ + 197, + 121 + ], + [ + 196, + 122 + ], + [ + 196, + 121 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 140, + 293 + ], + [ + 139, + 294 + ], + [ + 138, + 295 + ], + [ + 138, + 296 + ], + [ + 137, + 295 + ], + [ + 137, + 296 + ], + [ + 137, + 297 + ], + [ + 137, + 298 + ], + [ + 138, + 298 + ], + [ + 139, + 299 + ], + [ + 138, + 299 + ], + [ + 138, + 300 + ], + [ + 139, + 300 + ], + [ + 138, + 301 + ], + [ + 139, + 301 + ], + [ + 140, + 302 + ], + [ + 139, + 303 + ], + [ + 139, + 302 + ], + [ + 138, + 302 + ], + [ + 138, + 303 + ], + [ + 139, + 304 + ], + [ + 138, + 304 + ], + [ + 138, + 305 + ], + [ + 138, + 306 + ], + [ + 139, + 307 + ], + [ + 140, + 308 + ], + [ + 139, + 309 + ], + [ + 139, + 310 + ], + [ + 140, + 310 + ], + [ + 141, + 310 + ], + [ + 142, + 309 + ], + [ + 141, + 308 + ], + [ + 140, + 307 + ], + [ + 141, + 307 + ], + [ + 142, + 307 + ], + [ + 143, + 308 + ], + [ + 144, + 307 + ], + [ + 145, + 307 + ], + [ + 146, + 307 + ], + [ + 147, + 308 + ], + [ + 148, + 309 + ], + [ + 149, + 309 + ], + [ + 150, + 310 + ], + [ + 151, + 311 + ], + [ + 152, + 312 + ], + [ + 153, + 311 + ], + [ + 154, + 310 + ], + [ + 155, + 309 + ], + [ + 156, + 308 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 99, + 307 + ], + [ + 98, + 308 + ], + [ + 97, + 309 + ], + [ + 96, + 310 + ], + [ + 95, + 311 + ], + [ + 94, + 311 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 151, + 511 + ], + [ + 150, + 0 + ], + [ + 149, + 1 + ], + [ + 148, + 2 + ], + [ + 147, + 3 + ], + [ + 146, + 4 + ], + [ + 145, + 5 + ], + [ + 144, + 6 + ], + [ + 143, + 7 + ], + [ + 143, + 8 + ], + [ + 142, + 9 + ], + [ + 141, + 10 + ], + [ + 140, + 11 + ], + [ + 139, + 12 + ], + [ + 139, + 13 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 200, + 145 + ], + [ + 201, + 146 + ], + [ + 202, + 147 + ], + [ + 203, + 148 + ], + [ + 204, + 149 + ], + [ + 205, + 150 + ], + [ + 204, + 151 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 91, + 223 + ], + [ + 90, + 222 + ], + [ + 89, + 221 + ], + [ + 88, + 220 + ], + [ + 87, + 219 + ], + [ + 86, + 218 + ], + [ + 87, + 217 + ], + [ + 86, + 216 + ], + [ + 87, + 215 + ], + [ + 87, + 214 + ], + [ + 88, + 213 + ], + [ + 89, + 212 + ], + [ + 90, + 211 + ], + [ + 89, + 210 + ], + [ + 89, + 209 + ], + [ + 88, + 209 + ], + [ + 88, + 210 + ], + [ + 88, + 211 + ], + [ + 89, + 211 + ] + ] + } + ], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 192, + 210 + ], + "area_fraction": 0.0674 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 203 + ], + "peak": [ + 24, + 173 + ], + "area_cells": 7676 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 32 + ], + "peak": [ + 57, + 14 + ], + "area_cells": 844 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 415 + ], + "peak": [ + 98, + 441 + ], + "area_cells": 1832 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 468 + ], + "peak": [ + 87, + 469 + ], + "area_cells": 98 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 433 + ], + "peak": [ + 151, + 434 + ], + "area_cells": 55 + }, + { + "id": "range_9", + "name": null, + "center": [ + 152, + 448 + ], + "peak": [ + 153, + 451 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ad/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/globe.png new file mode 100644 index 000000000..4d5cc294f Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ad/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/heightmap.png new file mode 100644 index 000000000..1bab55308 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ad/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/index.md new file mode 100644 index 000000000..5ef7c0fd7 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ127Ad +name: Harra +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2894804948 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.418 + period_days: 550.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.92 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.587 + polar_ice_lat: 0.694 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Harra + +Temperate planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 59% | +| **Year** | 550 days | +| **Inhabited** | yes | +| **Population** | 500 | +| **Economy** | research | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ad/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/markers.json new file mode 100644 index 000000000..3a677f835 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ad/markers.json @@ -0,0 +1,385 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 238, + 184 + ], + [ + 237, + 185 + ], + [ + 236, + 186 + ], + [ + 235, + 187 + ], + [ + 234, + 188 + ], + [ + 233, + 189 + ], + [ + 232, + 190 + ], + [ + 232, + 191 + ], + [ + 233, + 191 + ], + [ + 232, + 192 + ], + [ + 233, + 193 + ], + [ + 234, + 192 + ], + [ + 235, + 193 + ], + [ + 234, + 194 + ], + [ + 235, + 194 + ], + [ + 234, + 195 + ], + [ + 235, + 195 + ], + [ + 236, + 196 + ], + [ + 236, + 195 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 93, + 38 + ], + [ + 92, + 37 + ], + [ + 91, + 36 + ], + [ + 90, + 36 + ], + [ + 89, + 36 + ], + [ + 89, + 37 + ], + [ + 88, + 38 + ], + [ + 87, + 39 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 198, + 146 + ], + [ + 198, + 147 + ], + [ + 197, + 148 + ], + [ + 196, + 149 + ], + [ + 195, + 149 + ], + [ + 194, + 150 + ], + [ + 193, + 151 + ], + [ + 192, + 152 + ], + [ + 191, + 153 + ], + [ + 190, + 154 + ], + [ + 191, + 155 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 184, + 34 + ], + [ + 183, + 34 + ], + [ + 184, + 35 + ], + [ + 185, + 34 + ], + [ + 186, + 35 + ], + [ + 187, + 36 + ], + [ + 188, + 37 + ], + [ + 189, + 38 + ], + [ + 190, + 39 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 183, + 204 + ], + [ + 184, + 205 + ], + [ + 185, + 206 + ], + [ + 186, + 207 + ], + [ + 187, + 208 + ], + [ + 188, + 209 + ], + [ + 189, + 210 + ], + [ + 190, + 210 + ], + [ + 191, + 211 + ], + [ + 192, + 212 + ], + [ + 193, + 211 + ], + [ + 194, + 211 + ], + [ + 195, + 212 + ], + [ + 196, + 213 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 180, + 85 + ], + "area_fraction": 0.166 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 162, + 360 + ], + "area_fraction": 0.1712 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 232, + 405 + ], + "area_fraction": 0.0748 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 405 + ], + "peak": [ + 34, + 404 + ], + "area_cells": 1182 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 503 + ], + "peak": [ + 18, + 511 + ], + "area_cells": 109 + }, + { + "id": "range_3", + "name": null, + "center": [ + 27, + 31 + ], + "peak": [ + 31, + 18 + ], + "area_cells": 917 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 130 + ], + "peak": [ + 36, + 149 + ], + "area_cells": 731 + }, + { + "id": "range_5", + "name": null, + "center": [ + 35, + 207 + ], + "peak": [ + 39, + 206 + ], + "area_cells": 278 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ae/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/globe.png new file mode 100644 index 000000000..94d86b110 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ae/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/heightmap.png new file mode 100644 index 000000000..3ae2945bb Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ae/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/index.md new file mode 100644 index 000000000..54eb8cb29 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ127Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3298821132 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.516 + period_days: 1300.0 + axial_tilt_deg: 10.6 +physical: + gravity_g: 0.6 + oblateness: 0.004 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.594 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Ae + +Cold Arid planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.6g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ae/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/markers.json new file mode 100644 index 000000000..4eeb34b55 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ae/markers.json @@ -0,0 +1,975 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 160, + 381 + ], + [ + 161, + 382 + ], + [ + 162, + 383 + ], + [ + 163, + 384 + ], + [ + 164, + 385 + ], + [ + 165, + 385 + ], + [ + 166, + 385 + ], + [ + 167, + 385 + ], + [ + 168, + 386 + ], + [ + 168, + 387 + ], + [ + 167, + 388 + ], + [ + 167, + 389 + ], + [ + 166, + 389 + ], + [ + 167, + 390 + ], + [ + 167, + 391 + ], + [ + 167, + 392 + ], + [ + 166, + 393 + ], + [ + 167, + 394 + ], + [ + 167, + 395 + ], + [ + 166, + 396 + ], + [ + 167, + 397 + ], + [ + 168, + 398 + ], + [ + 168, + 399 + ], + [ + 168, + 400 + ], + [ + 169, + 401 + ], + [ + 169, + 402 + ], + [ + 168, + 403 + ], + [ + 169, + 404 + ], + [ + 169, + 405 + ], + [ + 169, + 406 + ], + [ + 169, + 407 + ], + [ + 169, + 408 + ], + [ + 170, + 409 + ], + [ + 170, + 410 + ], + [ + 171, + 411 + ], + [ + 170, + 411 + ], + [ + 169, + 411 + ], + [ + 168, + 412 + ], + [ + 169, + 413 + ], + [ + 169, + 414 + ], + [ + 169, + 415 + ], + [ + 170, + 416 + ], + [ + 169, + 416 + ], + [ + 168, + 417 + ], + [ + 167, + 418 + ], + [ + 167, + 419 + ], + [ + 168, + 419 + ], + [ + 167, + 420 + ], + [ + 168, + 421 + ], + [ + 168, + 420 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 101, + 327 + ], + [ + 100, + 326 + ], + [ + 99, + 325 + ], + [ + 98, + 324 + ], + [ + 97, + 323 + ], + [ + 98, + 322 + ], + [ + 99, + 321 + ], + [ + 98, + 320 + ], + [ + 99, + 319 + ], + [ + 100, + 318 + ], + [ + 101, + 317 + ], + [ + 101, + 316 + ], + [ + 102, + 315 + ], + [ + 101, + 315 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 242, + 353 + ], + [ + 241, + 354 + ], + [ + 240, + 355 + ], + [ + 239, + 354 + ], + [ + 238, + 354 + ], + [ + 237, + 354 + ], + [ + 236, + 354 + ], + [ + 235, + 354 + ], + [ + 234, + 354 + ], + [ + 233, + 354 + ], + [ + 232, + 354 + ], + [ + 231, + 354 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 234, + 320 + ], + [ + 233, + 319 + ], + [ + 232, + 318 + ], + [ + 231, + 318 + ], + [ + 230, + 317 + ], + [ + 229, + 318 + ], + [ + 228, + 318 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 195, + 445 + ], + [ + 194, + 444 + ], + [ + 193, + 443 + ], + [ + 192, + 442 + ], + [ + 191, + 441 + ], + [ + 190, + 440 + ], + [ + 190, + 439 + ], + [ + 191, + 439 + ], + [ + 191, + 440 + ], + [ + 190, + 441 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 230, + 224 + ], + [ + 229, + 223 + ], + [ + 229, + 222 + ], + [ + 228, + 221 + ], + [ + 229, + 221 + ], + [ + 228, + 222 + ], + [ + 227, + 221 + ], + [ + 227, + 220 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 214, + 303 + ], + [ + 215, + 304 + ], + [ + 216, + 305 + ], + [ + 217, + 306 + ], + [ + 218, + 307 + ], + [ + 219, + 308 + ], + [ + 220, + 309 + ], + [ + 221, + 309 + ], + [ + 222, + 310 + ], + [ + 223, + 311 + ], + [ + 224, + 312 + ], + [ + 225, + 313 + ], + [ + 226, + 312 + ], + [ + 227, + 313 + ], + [ + 228, + 312 + ], + [ + 229, + 311 + ], + [ + 230, + 311 + ], + [ + 229, + 310 + ], + [ + 230, + 310 + ], + [ + 231, + 309 + ], + [ + 230, + 309 + ], + [ + 229, + 309 + ], + [ + 228, + 309 + ], + [ + 228, + 310 + ], + [ + 228, + 311 + ], + [ + 229, + 312 + ], + [ + 230, + 312 + ], + [ + 229, + 313 + ], + [ + 228, + 313 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 126, + 229 + ], + [ + 125, + 228 + ], + [ + 124, + 229 + ], + [ + 123, + 228 + ], + [ + 122, + 229 + ], + [ + 121, + 229 + ], + [ + 120, + 229 + ], + [ + 119, + 228 + ], + [ + 118, + 227 + ], + [ + 117, + 226 + ], + [ + 116, + 225 + ], + [ + 116, + 224 + ], + [ + 115, + 223 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 159, + 431 + ], + [ + 160, + 432 + ], + [ + 161, + 432 + ], + [ + 162, + 433 + ], + [ + 163, + 432 + ], + [ + 164, + 432 + ], + [ + 165, + 432 + ], + [ + 166, + 431 + ], + [ + 167, + 430 + ], + [ + 168, + 431 + ], + [ + 167, + 432 + ], + [ + 167, + 433 + ], + [ + 168, + 432 + ], + [ + 169, + 431 + ], + [ + 168, + 430 + ], + [ + 167, + 429 + ], + [ + 167, + 428 + ], + [ + 168, + 429 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 254, + 300 + ], + [ + 253, + 301 + ], + [ + 252, + 302 + ], + [ + 251, + 303 + ], + [ + 250, + 303 + ], + [ + 249, + 303 + ], + [ + 248, + 303 + ], + [ + 247, + 303 + ], + [ + 246, + 303 + ], + [ + 245, + 303 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 128, + 314 + ], + [ + 127, + 315 + ], + [ + 126, + 316 + ], + [ + 125, + 317 + ], + [ + 124, + 318 + ], + [ + 123, + 319 + ], + [ + 122, + 320 + ], + [ + 121, + 321 + ], + [ + 120, + 322 + ], + [ + 119, + 323 + ], + [ + 118, + 323 + ], + [ + 117, + 323 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 216, + 237 + ], + [ + 217, + 238 + ], + [ + 217, + 239 + ], + [ + 218, + 240 + ], + [ + 219, + 241 + ], + [ + 220, + 242 + ], + [ + 221, + 243 + ], + [ + 221, + 244 + ], + [ + 220, + 245 + ], + [ + 219, + 246 + ], + [ + 218, + 247 + ], + [ + 217, + 248 + ], + [ + 216, + 248 + ], + [ + 215, + 249 + ], + [ + 215, + 250 + ], + [ + 215, + 251 + ], + [ + 216, + 252 + ], + [ + 216, + 253 + ], + [ + 217, + 254 + ], + [ + 217, + 255 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 211, + 360 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 201 + ], + "peak": [ + 91, + 192 + ], + "area_cells": 14872 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 386 + ], + "peak": [ + 56, + 357 + ], + "area_cells": 6881 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 41 + ], + "peak": [ + 85, + 42 + ], + "area_cells": 78 + }, + { + "id": "range_7", + "name": null, + "center": [ + 95, + 53 + ], + "peak": [ + 97, + 54 + ], + "area_cells": 56 + }, + { + "id": "range_10", + "name": null, + "center": [ + 150, + 180 + ], + "peak": [ + 153, + 179 + ], + "area_cells": 380 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/globe.png new file mode 100644 index 000000000..d483427bd Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/heightmap.png new file mode 100644 index 000000000..18d9f601c Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/index.md new file mode 100644 index 000000000..6f70517a3 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2157211319 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.07 + period_days: 6.0 + axial_tilt_deg: 48.1 +physical: + gravity_g: 0.1 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Af-m1 + +Frozen moon. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/markers.json new file mode 100644 index 000000000..0a5054587 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m1/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 121 + ], + "area_fraction": 0.006 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 244 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 406 + ], + "peak": [ + 134, + 400 + ], + "area_cells": 8531 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 419 + ], + "peak": [ + 73, + 419 + ], + "area_cells": 135 + }, + { + "id": "range_5", + "name": null, + "center": [ + 101, + 235 + ], + "peak": [ + 101, + 235 + ], + "area_cells": 48 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 316 + ], + "peak": [ + 127, + 316 + ], + "area_cells": 97 + }, + { + "id": "range_7", + "name": null, + "center": [ + 137, + 283 + ], + "peak": [ + 137, + 285 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 223, + 56 + ], + "peak": [ + 239, + 11 + ], + "area_cells": 5469 + }, + { + "id": "range_9", + "name": null, + "center": [ + 139, + 140 + ], + "peak": [ + 139, + 140 + ], + "area_cells": 48 + }, + { + "id": "range_10", + "name": null, + "center": [ + 141, + 181 + ], + "peak": [ + 142, + 182 + ], + "area_cells": 116 + }, + { + "id": "range_11", + "name": null, + "center": [ + 160, + 145 + ], + "peak": [ + 161, + 143 + ], + "area_cells": 203 + }, + { + "id": "range_12", + "name": null, + "center": [ + 152, + 303 + ], + "peak": [ + 153, + 304 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 201, + 345 + ], + "peak": [ + 220, + 321 + ], + "area_cells": 3750 + }, + { + "id": "range_20", + "name": null, + "center": [ + 243, + 457 + ], + "peak": [ + 250, + 397 + ], + "area_cells": 2959 + }, + { + "id": "range_21", + "name": null, + "center": [ + 236, + 187 + ], + "peak": [ + 234, + 187 + ], + "area_cells": 79 + }, + { + "id": "range_22", + "name": null, + "center": [ + 238, + 172 + ], + "peak": [ + 240, + 173 + ], + "area_cells": 35 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 168 + ], + "peak": [ + 255, + 163 + ], + "area_cells": 259 + }, + { + "id": "range_28", + "name": null, + "center": [ + 254, + 293 + ], + "peak": [ + 255, + 293 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/globe.png new file mode 100644 index 000000000..6692a8ce0 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/heightmap.png new file mode 100644 index 000000000..153a65ab9 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/index.md new file mode 100644 index 000000000..7b7c98206 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 906943065 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.128 + period_days: 15.0 + axial_tilt_deg: 10.4 +physical: + gravity_g: 0.06 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.924 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Af-m2 + +Barren moon. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 97% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/markers.json new file mode 100644 index 000000000..4e63d51b3 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Af-m2/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 41 + ], + "peak": [ + 40, + 0 + ], + "area_cells": 3469 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 348 + ], + "peak": [ + 68, + 488 + ], + "area_cells": 17087 + }, + { + "id": "range_11", + "name": null, + "center": [ + 32, + 156 + ], + "peak": [ + 60, + 156 + ], + "area_cells": 324 + }, + { + "id": "range_16", + "name": null, + "center": [ + 38, + 141 + ], + "peak": [ + 45, + 142 + ], + "area_cells": 93 + }, + { + "id": "range_18", + "name": null, + "center": [ + 40, + 42 + ], + "peak": [ + 41, + 43 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 58, + 61 + ], + "peak": [ + 58, + 60 + ], + "area_cells": 515 + }, + { + "id": "range_22", + "name": null, + "center": [ + 76, + 157 + ], + "peak": [ + 76, + 156 + ], + "area_cells": 46 + }, + { + "id": "range_23", + "name": null, + "center": [ + 92, + 89 + ], + "peak": [ + 88, + 94 + ], + "area_cells": 135 + }, + { + "id": "range_24", + "name": null, + "center": [ + 93, + 51 + ], + "peak": [ + 94, + 51 + ], + "area_cells": 69 + }, + { + "id": "range_29", + "name": null, + "center": [ + 120, + 241 + ], + "peak": [ + 124, + 244 + ], + "area_cells": 220 + }, + { + "id": "range_30", + "name": null, + "center": [ + 113, + 78 + ], + "peak": [ + 114, + 79 + ], + "area_cells": 20 + }, + { + "id": "range_32", + "name": null, + "center": [ + 139, + 427 + ], + "peak": [ + 138, + 428 + ], + "area_cells": 80 + }, + { + "id": "range_33", + "name": null, + "center": [ + 170, + 457 + ], + "peak": [ + 192, + 458 + ], + "area_cells": 930 + }, + { + "id": "range_34", + "name": null, + "center": [ + 149, + 224 + ], + "peak": [ + 152, + 222 + ], + "area_cells": 56 + }, + { + "id": "range_35", + "name": null, + "center": [ + 153, + 243 + ], + "peak": [ + 154, + 244 + ], + "area_cells": 103 + }, + { + "id": "range_36", + "name": null, + "center": [ + 158, + 177 + ], + "peak": [ + 156, + 176 + ], + "area_cells": 141 + }, + { + "id": "range_41", + "name": null, + "center": [ + 161, + 87 + ], + "peak": [ + 160, + 88 + ], + "area_cells": 24 + }, + { + "id": "range_42", + "name": null, + "center": [ + 162, + 498 + ], + "peak": [ + 161, + 499 + ], + "area_cells": 29 + }, + { + "id": "range_46", + "name": null, + "center": [ + 190, + 491 + ], + "peak": [ + 188, + 497 + ], + "area_cells": 498 + }, + { + "id": "range_50", + "name": null, + "center": [ + 199, + 3 + ], + "peak": [ + 200, + 1 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Af/globe.png new file mode 100644 index 000000000..3a465d657 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Af/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Af/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Af/index.md new file mode 100644 index 000000000..5c829350e --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ127Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 558198772 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.499 + period_days: 4200.0 + axial_tilt_deg: 9.5 +physical: + gravity_g: null + oblateness: 0.0813 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.162 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.087 +--- + +# GJ127Af + +Gas giant. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ag/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/globe.png new file mode 100644 index 000000000..76be2128f Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ag/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/heightmap.png new file mode 100644 index 000000000..309687377 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ag/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/index.md new file mode 100644 index 000000000..014a33a0b --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ127Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2371123990 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.541 + period_days: 9600.0 + axial_tilt_deg: 39.0 +physical: + gravity_g: 0.42 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.807 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.449 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Ag + +Frozen planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ag/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/markers.json new file mode 100644 index 000000000..eccb95b1d --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ag/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 17, + 77 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 30, + 329 + ], + "area_fraction": 0.1437 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 227, + 230 + ], + "peak": [ + 245, + 61 + ], + "area_cells": 25083 + }, + { + "id": "range_2", + "name": null, + "center": [ + 188, + 366 + ], + "peak": [ + 189, + 366 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ah/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/globe.png new file mode 100644 index 000000000..0d6b0274d Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ah/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/heightmap.png new file mode 100644 index 000000000..80396324a Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ah/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/index.md new file mode 100644 index 000000000..610a95967 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ127Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 500504492 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 16.585 + period_days: 22000.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.34 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.882 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Ah + +Frozen planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ah/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/markers.json new file mode 100644 index 000000000..da41cc22e --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ah/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 367 + ], + "area_fraction": 0.0618 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 236, + 234 + ], + "area_fraction": 0.0281 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 242, + 437 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 141 + ], + "peak": [ + 69, + 138 + ], + "area_cells": 153 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 171 + ], + "peak": [ + 68, + 173 + ], + "area_cells": 100 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 449 + ], + "peak": [ + 131, + 502 + ], + "area_cells": 9019 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 282 + ], + "peak": [ + 75, + 269 + ], + "area_cells": 430 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 64 + ], + "peak": [ + 133, + 38 + ], + "area_cells": 8616 + }, + { + "id": "range_8", + "name": null, + "center": [ + 86, + 379 + ], + "peak": [ + 87, + 380 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 104, + 145 + ], + "peak": [ + 103, + 156 + ], + "area_cells": 1229 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 262 + ], + "peak": [ + 169, + 256 + ], + "area_cells": 3324 + }, + { + "id": "range_13", + "name": null, + "center": [ + 123, + 211 + ], + "peak": [ + 124, + 211 + ], + "area_cells": 27 + }, + { + "id": "range_20", + "name": null, + "center": [ + 183, + 297 + ], + "peak": [ + 184, + 300 + ], + "area_cells": 230 + }, + { + "id": "range_23", + "name": null, + "center": [ + 186, + 221 + ], + "peak": [ + 186, + 224 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ai/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/globe.png new file mode 100644 index 000000000..c60cc0bf8 Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ai/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/heightmap.png new file mode 100644 index 000000000..665eb955b Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ai/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/index.md new file mode 100644 index 000000000..e5b07d7dc --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ127Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 417061493 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 27.899 + period_days: 48000.0 + axial_tilt_deg: 51.4 +physical: + gravity_g: 0.26 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.083 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Ai + +Frozen planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Ai/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/markers.json new file mode 100644 index 000000000..1ce913efb --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Ai/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 23, + 300 + ], + "area_fraction": 0.1244 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 50, + 9 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 395 + ], + "peak": [ + 80, + 394 + ], + "area_cells": 41 + }, + { + "id": "range_2", + "name": null, + "center": [ + 84, + 216 + ], + "peak": [ + 85, + 217 + ], + "area_cells": 23 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 352 + ], + "peak": [ + 90, + 358 + ], + "area_cells": 495 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 106 + ], + "peak": [ + 155, + 172 + ], + "area_cells": 22027 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 272 + ], + "peak": [ + 110, + 274 + ], + "area_cells": 81 + }, + { + "id": "range_6", + "name": null, + "center": [ + 115, + 501 + ], + "peak": [ + 114, + 511 + ], + "area_cells": 157 + }, + { + "id": "range_7", + "name": null, + "center": [ + 199, + 454 + ], + "peak": [ + 195, + 447 + ], + "area_cells": 8429 + }, + { + "id": "range_9", + "name": null, + "center": [ + 183, + 319 + ], + "peak": [ + 185, + 327 + ], + "area_cells": 778 + }, + { + "id": "range_10", + "name": null, + "center": [ + 184, + 273 + ], + "peak": [ + 181, + 273 + ], + "area_cells": 203 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 363 + ], + "peak": [ + 189, + 363 + ], + "area_cells": 79 + }, + { + "id": "range_17", + "name": null, + "center": [ + 197, + 237 + ], + "peak": [ + 198, + 236 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Aj/globe.png b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/globe.png new file mode 100644 index 000000000..967518eef Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/globe.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Aj/heightmap.png b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/heightmap.png new file mode 100644 index 000000000..98e48c54a Binary files /dev/null and b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Aj/index.md b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/index.md new file mode 100644 index 000000000..090ef48f9 --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ127Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 72643874 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 46.715 + period_days: 104000.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.09 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.24 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Aj + +Frozen planet. + +**System:** [GJ-127A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 104000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127A/bodies/GJ127Aj/markers.json b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/markers.json new file mode 100644 index 000000000..240a19f9e --- /dev/null +++ b/wiki/star-systems/GJ-127A/bodies/GJ127Aj/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 30 + ], + "area_fraction": 0.029 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 53, + 313 + ], + "area_fraction": 0.2044 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 155, + 283 + ], + "peak": [ + 158, + 285 + ], + "area_cells": 140 + }, + { + "id": "range_2", + "name": null, + "center": [ + 208, + 191 + ], + "peak": [ + 238, + 220 + ], + "area_cells": 9909 + }, + { + "id": "range_3", + "name": null, + "center": [ + 215, + 34 + ], + "peak": [ + 216, + 3 + ], + "area_cells": 3022 + }, + { + "id": "range_4", + "name": null, + "center": [ + 219, + 434 + ], + "peak": [ + 216, + 509 + ], + "area_cells": 6196 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ127Bb/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/globe.png new file mode 100644 index 000000000..79d6e2f4d Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bb/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/heightmap.png new file mode 100644 index 000000000..2b30be231 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bb/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/index.md new file mode 100644 index 000000000..c85823c71 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2223585210 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.399 + period_days: 92.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.72 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.854 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bb + +Barren planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.72g | +| **Land** | 98% | +| **Year** | 92 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bb/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/markers.json new file mode 100644 index 000000000..f8f6b1120 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bb/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 8, + 382 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 2 + ], + "peak": [ + 49, + 2 + ], + "area_cells": 37 + }, + { + "id": "range_2", + "name": null, + "center": [ + 134, + 62 + ], + "peak": [ + 159, + 47 + ], + "area_cells": 8348 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 446 + ], + "peak": [ + 63, + 451 + ], + "area_cells": 210 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 150 + ], + "peak": [ + 66, + 151 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 73, + 37 + ], + "peak": [ + 71, + 38 + ], + "area_cells": 51 + }, + { + "id": "range_10", + "name": null, + "center": [ + 84, + 261 + ], + "peak": [ + 84, + 263 + ], + "area_cells": 197 + }, + { + "id": "range_11", + "name": null, + "center": [ + 99, + 15 + ], + "peak": [ + 87, + 13 + ], + "area_cells": 325 + }, + { + "id": "range_12", + "name": null, + "center": [ + 93, + 305 + ], + "peak": [ + 93, + 307 + ], + "area_cells": 196 + }, + { + "id": "range_16", + "name": null, + "center": [ + 99, + 477 + ], + "peak": [ + 101, + 479 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 176, + 316 + ], + "peak": [ + 133, + 271 + ], + "area_cells": 30515 + }, + { + "id": "range_18", + "name": null, + "center": [ + 102, + 414 + ], + "peak": [ + 102, + 414 + ], + "area_cells": 65 + }, + { + "id": "range_19", + "name": null, + "center": [ + 108, + 453 + ], + "peak": [ + 108, + 452 + ], + "area_cells": 117 + }, + { + "id": "range_33", + "name": null, + "center": [ + 208, + 51 + ], + "peak": [ + 208, + 51 + ], + "area_cells": 37 + }, + { + "id": "range_42", + "name": null, + "center": [ + 230, + 409 + ], + "peak": [ + 227, + 411 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/globe.png new file mode 100644 index 000000000..496e19f09 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/heightmap.png new file mode 100644 index 000000000..a084e0adf Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/index.md new file mode 100644 index 000000000..4c933fc5d --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bc-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1444076801 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 6.3 +physical: + gravity_g: 0.06 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.94 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bc-1 + +Barren moon. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 96% | +| **Orbit** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/markers.json new file mode 100644 index 000000000..7bf723c2e --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bc-1/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 5 + ], + "peak": [ + 0, + 11 + ], + "area_cells": 213 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 17 + ], + "peak": [ + 8, + 20 + ], + "area_cells": 95 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 150 + ], + "peak": [ + 68, + 154 + ], + "area_cells": 17878 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 475 + ], + "peak": [ + 0, + 459 + ], + "area_cells": 1071 + }, + { + "id": "range_8", + "name": null, + "center": [ + 55, + 381 + ], + "peak": [ + 43, + 372 + ], + "area_cells": 3968 + }, + { + "id": "range_17", + "name": null, + "center": [ + 68, + 486 + ], + "peak": [ + 70, + 481 + ], + "area_cells": 450 + }, + { + "id": "range_18", + "name": null, + "center": [ + 46, + 470 + ], + "peak": [ + 46, + 471 + ], + "area_cells": 40 + }, + { + "id": "range_24", + "name": null, + "center": [ + 84, + 13 + ], + "peak": [ + 87, + 14 + ], + "area_cells": 118 + }, + { + "id": "range_31", + "name": null, + "center": [ + 111, + 23 + ], + "peak": [ + 108, + 24 + ], + "area_cells": 179 + }, + { + "id": "range_32", + "name": null, + "center": [ + 106, + 413 + ], + "peak": [ + 107, + 414 + ], + "area_cells": 21 + }, + { + "id": "range_34", + "name": null, + "center": [ + 125, + 254 + ], + "peak": [ + 127, + 249 + ], + "area_cells": 479 + }, + { + "id": "range_35", + "name": null, + "center": [ + 113, + 453 + ], + "peak": [ + 115, + 452 + ], + "area_cells": 75 + }, + { + "id": "range_37", + "name": null, + "center": [ + 139, + 493 + ], + "peak": [ + 154, + 503 + ], + "area_cells": 514 + }, + { + "id": "range_38", + "name": null, + "center": [ + 117, + 40 + ], + "peak": [ + 118, + 40 + ], + "area_cells": 59 + }, + { + "id": "range_39", + "name": null, + "center": [ + 136, + 91 + ], + "peak": [ + 136, + 92 + ], + "area_cells": 21 + }, + { + "id": "range_40", + "name": null, + "center": [ + 147, + 40 + ], + "peak": [ + 147, + 54 + ], + "area_cells": 523 + }, + { + "id": "range_41", + "name": null, + "center": [ + 147, + 296 + ], + "peak": [ + 147, + 297 + ], + "area_cells": 85 + }, + { + "id": "range_43", + "name": null, + "center": [ + 149, + 76 + ], + "peak": [ + 150, + 77 + ], + "area_cells": 100 + }, + { + "id": "range_44", + "name": null, + "center": [ + 182, + 466 + ], + "peak": [ + 182, + 465 + ], + "area_cells": 113 + }, + { + "id": "range_45", + "name": null, + "center": [ + 192, + 500 + ], + "peak": [ + 192, + 500 + ], + "area_cells": 283 + }, + { + "id": "range_47", + "name": null, + "center": [ + 207, + 467 + ], + "peak": [ + 208, + 466 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/globe.png new file mode 100644 index 000000000..78eebdabb Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/heightmap.png new file mode 100644 index 000000000..4a1cd9e1e Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/index.md new file mode 100644 index 000000000..3583ce5e3 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ127Bc +name: Wiltz +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3813496987 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.916 + period_days: 320.0 + axial_tilt_deg: 21.0 +physical: + gravity_g: 0.94 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.694 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: rivers-lakes +clouds: + enabled: true + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Wiltz + +Temperate planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers-lakes | +| **Land** | 95% | +| **Year** | 320 days | +| **Inhabited** | yes | +| **Population** | 85K | +| **Economy** | mixed-agriculture | +| **Settlement** | distributed-rural | +| **Industry** | west_reach | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bc/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/markers.json new file mode 100644 index 000000000..6def2cb75 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bc/markers.json @@ -0,0 +1,984 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 135, + 152 + ], + [ + 134, + 151 + ], + [ + 133, + 150 + ], + [ + 132, + 150 + ], + [ + 131, + 150 + ], + [ + 130, + 151 + ], + [ + 129, + 150 + ], + [ + 128, + 151 + ], + [ + 127, + 152 + ], + [ + 126, + 153 + ], + [ + 125, + 152 + ], + [ + 124, + 151 + ], + [ + 123, + 150 + ], + [ + 122, + 149 + ], + [ + 121, + 148 + ], + [ + 122, + 148 + ], + [ + 122, + 147 + ], + [ + 122, + 146 + ], + [ + 122, + 145 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 62, + 228 + ], + [ + 63, + 229 + ], + [ + 64, + 230 + ], + [ + 65, + 231 + ], + [ + 66, + 232 + ], + [ + 65, + 233 + ], + [ + 65, + 234 + ], + [ + 65, + 235 + ], + [ + 64, + 235 + ], + [ + 65, + 236 + ], + [ + 65, + 237 + ], + [ + 64, + 237 + ], + [ + 64, + 238 + ], + [ + 63, + 237 + ], + [ + 64, + 236 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 89, + 389 + ], + [ + 90, + 388 + ], + [ + 91, + 387 + ], + [ + 92, + 386 + ], + [ + 93, + 385 + ], + [ + 94, + 384 + ], + [ + 95, + 383 + ], + [ + 96, + 382 + ], + [ + 97, + 381 + ], + [ + 98, + 380 + ], + [ + 99, + 379 + ], + [ + 100, + 378 + ], + [ + 101, + 377 + ], + [ + 102, + 376 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 136, + 363 + ], + [ + 136, + 364 + ], + [ + 135, + 365 + ], + [ + 134, + 366 + ], + [ + 133, + 365 + ], + [ + 132, + 366 + ], + [ + 131, + 367 + ], + [ + 130, + 368 + ], + [ + 129, + 369 + ], + [ + 128, + 370 + ], + [ + 128, + 371 + ], + [ + 129, + 372 + ], + [ + 128, + 373 + ], + [ + 128, + 372 + ], + [ + 129, + 371 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 122, + 119 + ], + [ + 121, + 120 + ], + [ + 120, + 121 + ], + [ + 119, + 122 + ], + [ + 118, + 123 + ], + [ + 117, + 122 + ], + [ + 116, + 121 + ], + [ + 115, + 120 + ], + [ + 114, + 119 + ], + [ + 113, + 118 + ], + [ + 112, + 119 + ], + [ + 111, + 118 + ], + [ + 112, + 118 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 154, + 384 + ], + [ + 153, + 383 + ], + [ + 152, + 382 + ], + [ + 151, + 383 + ], + [ + 150, + 384 + ], + [ + 149, + 385 + ], + [ + 148, + 386 + ], + [ + 147, + 387 + ], + [ + 146, + 388 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 121, + 347 + ], + [ + 120, + 348 + ], + [ + 119, + 349 + ], + [ + 118, + 350 + ], + [ + 117, + 351 + ], + [ + 117, + 352 + ], + [ + 116, + 353 + ], + [ + 115, + 353 + ], + [ + 114, + 353 + ], + [ + 113, + 352 + ], + [ + 112, + 352 + ], + [ + 111, + 353 + ], + [ + 110, + 354 + ], + [ + 109, + 353 + ], + [ + 109, + 354 + ], + [ + 109, + 355 + ], + [ + 108, + 356 + ], + [ + 108, + 357 + ], + [ + 107, + 358 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 66, + 310 + ], + [ + 65, + 311 + ], + [ + 64, + 312 + ], + [ + 63, + 313 + ], + [ + 62, + 314 + ], + [ + 61, + 314 + ], + [ + 60, + 315 + ], + [ + 59, + 316 + ], + [ + 58, + 317 + ], + [ + 57, + 318 + ], + [ + 56, + 317 + ], + [ + 55, + 317 + ], + [ + 54, + 318 + ], + [ + 53, + 319 + ], + [ + 52, + 320 + ], + [ + 53, + 321 + ], + [ + 52, + 321 + ], + [ + 51, + 322 + ], + [ + 51, + 323 + ], + [ + 50, + 324 + ], + [ + 49, + 324 + ], + [ + 48, + 325 + ], + [ + 47, + 326 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 66, + 291 + ], + [ + 65, + 292 + ], + [ + 64, + 292 + ], + [ + 63, + 291 + ], + [ + 62, + 291 + ], + [ + 61, + 290 + ], + [ + 60, + 289 + ], + [ + 59, + 288 + ], + [ + 58, + 289 + ], + [ + 57, + 288 + ], + [ + 56, + 287 + ], + [ + 55, + 286 + ], + [ + 54, + 286 + ], + [ + 53, + 287 + ], + [ + 52, + 286 + ], + [ + 51, + 287 + ], + [ + 50, + 287 + ], + [ + 49, + 287 + ], + [ + 49, + 286 + ], + [ + 50, + 285 + ], + [ + 49, + 285 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 126, + 392 + ], + [ + 125, + 391 + ], + [ + 124, + 390 + ], + [ + 123, + 390 + ], + [ + 122, + 389 + ], + [ + 121, + 388 + ], + [ + 121, + 387 + ], + [ + 120, + 386 + ], + [ + 121, + 385 + ], + [ + 122, + 384 + ], + [ + 121, + 384 + ], + [ + 122, + 383 + ], + [ + 122, + 382 + ], + [ + 123, + 381 + ], + [ + 122, + 380 + ], + [ + 123, + 379 + ], + [ + 124, + 379 + ], + [ + 124, + 378 + ], + [ + 123, + 377 + ], + [ + 124, + 376 + ], + [ + 123, + 376 + ], + [ + 124, + 375 + ], + [ + 125, + 376 + ], + [ + 124, + 377 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 82, + 376 + ], + [ + 81, + 375 + ], + [ + 80, + 374 + ], + [ + 80, + 373 + ], + [ + 79, + 373 + ], + [ + 79, + 372 + ], + [ + 80, + 372 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 67 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 382 + ], + "area_fraction": 0.032 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 26, + 254 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 75, + 28 + ], + "peak": [ + 73, + 17 + ], + "area_cells": 1250 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 509 + ], + "peak": [ + 79, + 511 + ], + "area_cells": 36 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 448 + ], + "peak": [ + 100, + 453 + ], + "area_cells": 1060 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 10 + ], + "peak": [ + 120, + 0 + ], + "area_cells": 239 + }, + { + "id": "range_7", + "name": null, + "center": [ + 186, + 253 + ], + "peak": [ + 185, + 306 + ], + "area_cells": 17870 + }, + { + "id": "range_9", + "name": null, + "center": [ + 167, + 15 + ], + "peak": [ + 166, + 5 + ], + "area_cells": 397 + }, + { + "id": "range_10", + "name": null, + "center": [ + 165, + 135 + ], + "peak": [ + 166, + 135 + ], + "area_cells": 89 + }, + { + "id": "range_11", + "name": null, + "center": [ + 173, + 508 + ], + "peak": [ + 170, + 511 + ], + "area_cells": 97 + }, + { + "id": "range_12", + "name": null, + "center": [ + 187, + 498 + ], + "peak": [ + 196, + 505 + ], + "area_cells": 293 + }, + { + "id": "range_17", + "name": null, + "center": [ + 217, + 343 + ], + "peak": [ + 218, + 344 + ], + "area_cells": 79 + }, + { + "id": "range_18", + "name": null, + "center": [ + 219, + 1 + ], + "peak": [ + 221, + 0 + ], + "area_cells": 40 + }, + { + "id": "range_20", + "name": null, + "center": [ + 234, + 10 + ], + "peak": [ + 234, + 9 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bd/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/globe.png new file mode 100644 index 000000000..7a6bb1a5b Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bd/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/heightmap.png new file mode 100644 index 000000000..fa284a069 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bd/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/index.md new file mode 100644 index 000000000..5213ec2e8 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ127Bd +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3938047281 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.558 + period_days: 710.0 + axial_tilt_deg: 6.3 +physical: + gravity_g: 0.58 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.934 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.055 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bd + +Arid planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 710 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bd/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/markers.json new file mode 100644 index 000000000..3538dc426 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bd/markers.json @@ -0,0 +1,325 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 209 + ], + [ + 0, + 208 + ], + [ + 1, + 207 + ], + [ + 2, + 207 + ], + [ + 3, + 206 + ], + [ + 4, + 207 + ], + [ + 5, + 206 + ], + [ + 6, + 205 + ], + [ + 7, + 206 + ], + [ + 8, + 206 + ], + [ + 9, + 205 + ], + [ + 8, + 205 + ], + [ + 9, + 206 + ], + [ + 9, + 207 + ], + [ + 9, + 208 + ], + [ + 10, + 209 + ], + [ + 9, + 210 + ], + [ + 9, + 211 + ], + [ + 10, + 212 + ], + [ + 10, + 211 + ], + [ + 11, + 212 + ], + [ + 12, + 213 + ], + [ + 13, + 214 + ], + [ + 13, + 215 + ], + [ + 13, + 216 + ], + [ + 12, + 217 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 5, + 31 + ], + [ + 4, + 32 + ], + [ + 3, + 32 + ], + [ + 2, + 32 + ], + [ + 1, + 32 + ], + [ + 1, + 33 + ], + [ + 0, + 33 + ], + [ + 0, + 32 + ], + [ + 0, + 31 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 31, + 22 + ], + "area_fraction": 0.014 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 14, + 94 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 293 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 38, + 492 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 260 + ], + "peak": [ + 81, + 261 + ], + "area_cells": 71 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 238 + ], + "peak": [ + 85, + 237 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 257 + ], + "peak": [ + 94, + 253 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 238 + ], + "peak": [ + 97, + 238 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 253 + ], + "peak": [ + 138, + 175 + ], + "area_cells": 25076 + }, + { + "id": "range_7", + "name": null, + "center": [ + 173, + 346 + ], + "peak": [ + 172, + 348 + ], + "area_cells": 64 + }, + { + "id": "range_12", + "name": null, + "center": [ + 192, + 375 + ], + "peak": [ + 193, + 366 + ], + "area_cells": 710 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 283 + ], + "peak": [ + 192, + 286 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 239, + 197 + ], + "peak": [ + 239, + 199 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/globe.png new file mode 100644 index 000000000..0fcf6ddce Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/heightmap.png new file mode 100644 index 000000000..88df843d8 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/index.md new file mode 100644 index 000000000..91aea9bf5 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Be-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3155039360 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 1.3 +physical: + gravity_g: 0.09 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.933 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Be-1 + +Barren moon. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 98% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/markers.json new file mode 100644 index 000000000..5ff6f5c10 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Be-1/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 7, + 445 + ], + "peak": [ + 6, + 447 + ], + "area_cells": 375 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 498 + ], + "peak": [ + 76, + 504 + ], + "area_cells": 1245 + }, + { + "id": "range_6", + "name": null, + "center": [ + 6, + 119 + ], + "peak": [ + 5, + 117 + ], + "area_cells": 97 + }, + { + "id": "range_7", + "name": null, + "center": [ + 62, + 26 + ], + "peak": [ + 53, + 15 + ], + "area_cells": 2595 + }, + { + "id": "range_8", + "name": null, + "center": [ + 28, + 369 + ], + "peak": [ + 31, + 369 + ], + "area_cells": 93 + }, + { + "id": "range_13", + "name": null, + "center": [ + 30, + 510 + ], + "peak": [ + 22, + 511 + ], + "area_cells": 58 + }, + { + "id": "range_17", + "name": null, + "center": [ + 38, + 262 + ], + "peak": [ + 34, + 266 + ], + "area_cells": 344 + }, + { + "id": "range_18", + "name": null, + "center": [ + 40, + 359 + ], + "peak": [ + 32, + 357 + ], + "area_cells": 47 + }, + { + "id": "range_19", + "name": null, + "center": [ + 37, + 430 + ], + "peak": [ + 45, + 443 + ], + "area_cells": 272 + }, + { + "id": "range_20", + "name": null, + "center": [ + 52, + 190 + ], + "peak": [ + 43, + 204 + ], + "area_cells": 836 + }, + { + "id": "range_24", + "name": null, + "center": [ + 75, + 326 + ], + "peak": [ + 85, + 327 + ], + "area_cells": 946 + }, + { + "id": "range_29", + "name": null, + "center": [ + 69, + 70 + ], + "peak": [ + 70, + 71 + ], + "area_cells": 163 + }, + { + "id": "range_32", + "name": null, + "center": [ + 64, + 387 + ], + "peak": [ + 64, + 387 + ], + "area_cells": 43 + }, + { + "id": "range_34", + "name": null, + "center": [ + 102, + 266 + ], + "peak": [ + 105, + 254 + ], + "area_cells": 1639 + }, + { + "id": "range_35", + "name": null, + "center": [ + 70, + 443 + ], + "peak": [ + 71, + 443 + ], + "area_cells": 20 + }, + { + "id": "range_36", + "name": null, + "center": [ + 77, + 88 + ], + "peak": [ + 76, + 88 + ], + "area_cells": 72 + }, + { + "id": "range_37", + "name": null, + "center": [ + 75, + 353 + ], + "peak": [ + 75, + 354 + ], + "area_cells": 69 + }, + { + "id": "range_38", + "name": null, + "center": [ + 83, + 203 + ], + "peak": [ + 84, + 200 + ], + "area_cells": 268 + }, + { + "id": "range_39", + "name": null, + "center": [ + 76, + 230 + ], + "peak": [ + 77, + 232 + ], + "area_cells": 146 + }, + { + "id": "range_40", + "name": null, + "center": [ + 82, + 435 + ], + "peak": [ + 81, + 438 + ], + "area_cells": 50 + }, + { + "id": "range_41", + "name": null, + "center": [ + 79, + 487 + ], + "peak": [ + 80, + 488 + ], + "area_cells": 20 + }, + { + "id": "range_42", + "name": null, + "center": [ + 105, + 363 + ], + "peak": [ + 114, + 351 + ], + "area_cells": 397 + }, + { + "id": "range_44", + "name": null, + "center": [ + 90, + 388 + ], + "peak": [ + 88, + 386 + ], + "area_cells": 33 + }, + { + "id": "range_45", + "name": null, + "center": [ + 96, + 127 + ], + "peak": [ + 96, + 127 + ], + "area_cells": 64 + }, + { + "id": "range_46", + "name": null, + "center": [ + 101, + 166 + ], + "peak": [ + 101, + 160 + ], + "area_cells": 454 + }, + { + "id": "range_47", + "name": null, + "center": [ + 107, + 93 + ], + "peak": [ + 108, + 94 + ], + "area_cells": 239 + }, + { + "id": "range_49", + "name": null, + "center": [ + 110, + 317 + ], + "peak": [ + 108, + 318 + ], + "area_cells": 89 + }, + { + "id": "range_50", + "name": null, + "center": [ + 110, + 133 + ], + "peak": [ + 110, + 132 + ], + "area_cells": 26 + }, + { + "id": "range_51", + "name": null, + "center": [ + 125, + 61 + ], + "peak": [ + 126, + 62 + ], + "area_cells": 157 + }, + { + "id": "range_55", + "name": null, + "center": [ + 157, + 83 + ], + "peak": [ + 158, + 86 + ], + "area_cells": 179 + }, + { + "id": "range_57", + "name": null, + "center": [ + 250, + 212 + ], + "peak": [ + 253, + 208 + ], + "area_cells": 97 + }, + { + "id": "range_58", + "name": null, + "center": [ + 251, + 277 + ], + "peak": [ + 255, + 278 + ], + "area_cells": 27 + }, + { + "id": "range_59", + "name": null, + "center": [ + 251, + 284 + ], + "peak": [ + 255, + 284 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/globe.png new file mode 100644 index 000000000..abcb797ae Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/heightmap.png new file mode 100644 index 000000000..3757aa81d Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/index.md new file mode 100644 index 000000000..f128964ce --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Be-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1169829436 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.185 + period_days: 29.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.07 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.179 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.359 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Be-2 + +Frozen moon. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Land** | 98% | +| **Orbit** | 29 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/markers.json new file mode 100644 index 000000000..fd7e048d5 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Be-2/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 14, + 388 + ], + "area_fraction": 0.0131 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 52 + ], + "peak": [ + 70, + 52 + ], + "area_cells": 66 + }, + { + "id": "range_2", + "name": null, + "center": [ + 84, + 22 + ], + "peak": [ + 85, + 23 + ], + "area_cells": 57 + }, + { + "id": "range_3", + "name": null, + "center": [ + 89, + 240 + ], + "peak": [ + 90, + 238 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 300 + ], + "peak": [ + 96, + 292 + ], + "area_cells": 83 + }, + { + "id": "range_6", + "name": null, + "center": [ + 160, + 305 + ], + "peak": [ + 199, + 427 + ], + "area_cells": 27255 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 471 + ], + "peak": [ + 122, + 472 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Be/globe.png new file mode 100644 index 000000000..7d0c2d45f Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Be/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Be/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Be/index.md new file mode 100644 index 000000000..edd9199c7 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ127Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2808534711 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.161 + period_days: 3100.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 2.4 + oblateness: 0.0687 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.104 +--- + +# GJ127Be + +Gas giant. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bf/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/globe.png new file mode 100644 index 000000000..41d11540c Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bf/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/heightmap.png new file mode 100644 index 000000000..293ef7caa Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bf/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/index.md new file mode 100644 index 000000000..42cb1a6dc --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2872168292 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.432 + period_days: 7400.0 + axial_tilt_deg: 22.4 +physical: + gravity_g: 0.44 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bf + +Frozen planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 96% | +| **Year** | 7400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bf/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/markers.json new file mode 100644 index 000000000..2404b9a1b --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bf/markers.json @@ -0,0 +1,227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 181, + 210 + ], + "area_fraction": 0.007 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 203, + 135 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 244, + 49 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 159 + ], + "peak": [ + 29, + 221 + ], + "area_cells": 8874 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 336 + ], + "peak": [ + 2, + 356 + ], + "area_cells": 5715 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 477 + ], + "peak": [ + 79, + 495 + ], + "area_cells": 3212 + }, + { + "id": "range_4", + "name": null, + "center": [ + 64, + 22 + ], + "peak": [ + 63, + 18 + ], + "area_cells": 1524 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 89 + ], + "peak": [ + 53, + 90 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 244 + ], + "peak": [ + 88, + 226 + ], + "area_cells": 1050 + }, + { + "id": "range_9", + "name": null, + "center": [ + 98, + 266 + ], + "peak": [ + 99, + 267 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 139, + 44 + ], + "peak": [ + 158, + 29 + ], + "area_cells": 2837 + }, + { + "id": "range_11", + "name": null, + "center": [ + 108, + 206 + ], + "peak": [ + 110, + 208 + ], + "area_cells": 83 + }, + { + "id": "range_14", + "name": null, + "center": [ + 124, + 410 + ], + "peak": [ + 127, + 408 + ], + "area_cells": 202 + }, + { + "id": "range_15", + "name": null, + "center": [ + 152, + 469 + ], + "peak": [ + 173, + 499 + ], + "area_cells": 1666 + }, + { + "id": "range_16", + "name": null, + "center": [ + 128, + 494 + ], + "peak": [ + 129, + 495 + ], + "area_cells": 82 + }, + { + "id": "range_19", + "name": null, + "center": [ + 165, + 44 + ], + "peak": [ + 165, + 45 + ], + "area_cells": 69 + }, + { + "id": "range_20", + "name": null, + "center": [ + 185, + 333 + ], + "peak": [ + 186, + 339 + ], + "area_cells": 172 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bg/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/globe.png new file mode 100644 index 000000000..e2e09bc93 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bg/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/heightmap.png new file mode 100644 index 000000000..32393f8f9 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bg/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/index.md new file mode 100644 index 000000000..f2f077f57 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bg +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 176055517 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.04 + period_days: 17200.0 + axial_tilt_deg: 37.8 +physical: + gravity_g: 0.08 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.244 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bg + +Frozen planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 90% | +| **Year** | 17200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bg/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/markers.json new file mode 100644 index 000000000..bf7293abe --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bg/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 189, + 485 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 187, + 419 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 198, + 11 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 206, + 37 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 223, + 217 + ], + "area_fraction": 0.0255 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 277 + ], + "peak": [ + 10, + 174 + ], + "area_cells": 31381 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 5 + ], + "peak": [ + 86, + 0 + ], + "area_cells": 203 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 488 + ], + "peak": [ + 92, + 488 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bh/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/globe.png new file mode 100644 index 000000000..c5d619edc Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bh/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/heightmap.png new file mode 100644 index 000000000..9354fc37e Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bh/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/index.md new file mode 100644 index 000000000..71aaa0efb --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 44781661 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 20.54 + period_days: 34000.0 + axial_tilt_deg: 59.9 +physical: + gravity_g: 0.05 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.192 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bh + +Frozen planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Land** | 92% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bh/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/markers.json new file mode 100644 index 000000000..c36172089 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bh/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 211, + 481 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 211, + 24 + ], + "area_fraction": 0.0249 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 221, + 382 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 226 + ], + "peak": [ + 80, + 132 + ], + "area_cells": 20716 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 7 + ], + "peak": [ + 36, + 7 + ], + "area_cells": 74 + }, + { + "id": "range_3", + "name": null, + "center": [ + 74, + 29 + ], + "peak": [ + 83, + 24 + ], + "area_cells": 434 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 353 + ], + "peak": [ + 88, + 353 + ], + "area_cells": 82 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 384 + ], + "peak": [ + 109, + 406 + ], + "area_cells": 2509 + }, + { + "id": "range_9", + "name": null, + "center": [ + 127, + 278 + ], + "peak": [ + 127, + 274 + ], + "area_cells": 150 + }, + { + "id": "range_10", + "name": null, + "center": [ + 169, + 308 + ], + "peak": [ + 176, + 297 + ], + "area_cells": 1444 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 435 + ], + "peak": [ + 168, + 436 + ], + "area_cells": 52 + }, + { + "id": "range_13", + "name": null, + "center": [ + 169, + 400 + ], + "peak": [ + 170, + 400 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bi/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/globe.png new file mode 100644 index 000000000..a91e74326 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bi/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/heightmap.png new file mode 100644 index 000000000..db31eecd2 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bi/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/index.md new file mode 100644 index 000000000..ebf6618b9 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 729884955 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 30.657 + period_days: 62000.0 + axial_tilt_deg: 43.2 +physical: + gravity_g: 0.04 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.939 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.265 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bi + +Frozen planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Land** | 94% | +| **Year** | 62000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bi/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/markers.json new file mode 100644 index 000000000..46da477df --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bi/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 133, + 269 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 191, + 265 + ], + "area_fraction": 0.0238 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 23 + ], + "peak": [ + 39, + 0 + ], + "area_cells": 1305 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 94 + ], + "peak": [ + 2, + 99 + ], + "area_cells": 178 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 188 + ], + "peak": [ + 34, + 174 + ], + "area_cells": 1814 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 418 + ], + "peak": [ + 47, + 373 + ], + "area_cells": 13584 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 299 + ], + "peak": [ + 16, + 293 + ], + "area_cells": 71 + }, + { + "id": "range_7", + "name": null, + "center": [ + 23, + 247 + ], + "peak": [ + 22, + 248 + ], + "area_cells": 59 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 234 + ], + "peak": [ + 61, + 205 + ], + "area_cells": 1677 + }, + { + "id": "range_12", + "name": null, + "center": [ + 78, + 170 + ], + "peak": [ + 74, + 172 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bj/globe.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/globe.png new file mode 100644 index 000000000..1888bf1c2 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/globe.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bj/heightmap.png b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/heightmap.png new file mode 100644 index 000000000..9687b0c12 Binary files /dev/null and b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/heightmap.png differ diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bj/index.md b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/index.md new file mode 100644 index 000000000..1137f9c05 --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/index.md @@ -0,0 +1,64 @@ +--- +id: GJ127Bj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2282783663 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 43.558 + period_days: 105000.0 + axial_tilt_deg: 33.2 +physical: + gravity_g: 0.03 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.054 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ127Bj + +Frozen planet. + +**System:** [GJ-127B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Land** | 96% | +| **Year** | 105000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-127B/bodies/GJ127Bj/markers.json b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/markers.json new file mode 100644 index 000000000..e7d6cdb1d --- /dev/null +++ b/wiki/star-systems/GJ-127B/bodies/GJ127Bj/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 92, + 40 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 109, + 393 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 204 + ], + "peak": [ + 42, + 293 + ], + "area_cells": 11760 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 385 + ], + "peak": [ + 13, + 392 + ], + "area_cells": 366 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 405 + ], + "peak": [ + 18, + 399 + ], + "area_cells": 301 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 13 + ], + "peak": [ + 31, + 15 + ], + "area_cells": 112 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 34 + ], + "peak": [ + 23, + 34 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 499 + ], + "peak": [ + 45, + 495 + ], + "area_cells": 206 + }, + { + "id": "range_14", + "name": null, + "center": [ + 154, + 115 + ], + "peak": [ + 150, + 65 + ], + "area_cells": 8168 + }, + { + "id": "range_15", + "name": null, + "center": [ + 150, + 250 + ], + "peak": [ + 150, + 251 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 162, + 264 + ], + "peak": [ + 163, + 269 + ], + "area_cells": 113 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1286b/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286b/globe.png new file mode 100644 index 000000000..8ad971880 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286b/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286b/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286b/heightmap.png new file mode 100644 index 000000000..197ee691a Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286b/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286b/index.md new file mode 100644 index 000000000..b1b93f547 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1286b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1021621614 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 44.6 +physical: + gravity_g: 0.28 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.849 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286b + +Barren planet. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 97% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286b/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286b/markers.json new file mode 100644 index 000000000..7175e52bd --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286b/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 392 + ], + "peak": [ + 65, + 393 + ], + "area_cells": 46 + }, + { + "id": "range_2", + "name": null, + "center": [ + 70, + 314 + ], + "peak": [ + 69, + 314 + ], + "area_cells": 40 + }, + { + "id": "range_4", + "name": null, + "center": [ + 134, + 362 + ], + "peak": [ + 118, + 460 + ], + "area_cells": 8276 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 506 + ], + "peak": [ + 87, + 506 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 94, + 468 + ], + "peak": [ + 98, + 468 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 144, + 119 + ], + "peak": [ + 175, + 75 + ], + "area_cells": 9804 + }, + { + "id": "range_13", + "name": null, + "center": [ + 117, + 3 + ], + "peak": [ + 120, + 2 + ], + "area_cells": 69 + }, + { + "id": "range_14", + "name": null, + "center": [ + 116, + 221 + ], + "peak": [ + 116, + 222 + ], + "area_cells": 37 + }, + { + "id": "range_19", + "name": null, + "center": [ + 155, + 457 + ], + "peak": [ + 155, + 458 + ], + "area_cells": 26 + }, + { + "id": "range_20", + "name": null, + "center": [ + 178, + 379 + ], + "peak": [ + 188, + 391 + ], + "area_cells": 376 + }, + { + "id": "range_24", + "name": null, + "center": [ + 193, + 255 + ], + "peak": [ + 193, + 255 + ], + "area_cells": 91 + }, + { + "id": "range_30", + "name": null, + "center": [ + 199, + 198 + ], + "peak": [ + 198, + 198 + ], + "area_cells": 28 + }, + { + "id": "range_31", + "name": null, + "center": [ + 203, + 184 + ], + "peak": [ + 202, + 182 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286c/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286c/globe.png new file mode 100644 index 000000000..7341f7b8c Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286c/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286c/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286c/heightmap.png new file mode 100644 index 000000000..731917c90 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286c/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286c/index.md new file mode 100644 index 000000000..fd37f808d --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1286c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 291906275 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.308 + period_days: 70.0 + axial_tilt_deg: 40.5 +physical: + gravity_g: 0.58 + oblateness: 0.0019 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.802 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286c + +Barren planet. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Atmosphere** | thick | +| **Land** | 100% | +| **Year** | 70 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286c/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286c/markers.json new file mode 100644 index 000000000..ecfc6b81c --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286c/markers.json @@ -0,0 +1,27 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 170, + 262 + ], + "peak": [ + 184, + 391 + ], + "area_cells": 55015 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/globe.png new file mode 100644 index 000000000..8cedadea5 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/heightmap.png new file mode 100644 index 000000000..dd9c5d60b Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/index.md new file mode 100644 index 000000000..ba65ec5f2 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1286d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3775908490 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 11.2 +physical: + gravity_g: 0.06 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.948 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286d-1 + +Barren moon. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/markers.json new file mode 100644 index 000000000..d299c1894 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286d-1/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 94 + ], + "peak": [ + 37, + 94 + ], + "area_cells": 66 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 247 + ], + "peak": [ + 193, + 165 + ], + "area_cells": 52001 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 415 + ], + "peak": [ + 60, + 417 + ], + "area_cells": 250 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 47 + ], + "peak": [ + 93, + 48 + ], + "area_cells": 63 + }, + { + "id": "range_20", + "name": null, + "center": [ + 233, + 433 + ], + "peak": [ + 234, + 436 + ], + "area_cells": 68 + }, + { + "id": "range_23", + "name": null, + "center": [ + 234, + 383 + ], + "peak": [ + 235, + 390 + ], + "area_cells": 62 + }, + { + "id": "range_24", + "name": null, + "center": [ + 251, + 298 + ], + "peak": [ + 248, + 296 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286d/globe.png new file mode 100644 index 000000000..9f9ad7ac6 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286d/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286d/heightmap.png new file mode 100644 index 000000000..6ac8e165f Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286d/index.md new file mode 100644 index 000000000..9e155da6e --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1286d +name: Enso +body_type: planet +planet_class: temperate +body_scale: planet +seed: 8063092 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.88 + oblateness: 0.0025 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.355 + polar_ice_lat: 0.738 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.524 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Enso + +Temperate planet. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 36% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 500M | +| **Economy** | research | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286d/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286d/markers.json new file mode 100644 index 000000000..53cad1fa5 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286d/markers.json @@ -0,0 +1,480 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 188, + 54 + ], + [ + 189, + 53 + ], + [ + 190, + 52 + ], + [ + 191, + 53 + ], + [ + 192, + 54 + ], + [ + 193, + 54 + ], + [ + 193, + 55 + ], + [ + 193, + 56 + ], + [ + 192, + 57 + ], + [ + 192, + 58 + ], + [ + 193, + 59 + ], + [ + 193, + 60 + ], + [ + 193, + 61 + ], + [ + 193, + 62 + ], + [ + 193, + 63 + ], + [ + 194, + 62 + ], + [ + 194, + 61 + ], + [ + 194, + 60 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 89, + 456 + ], + [ + 90, + 457 + ], + [ + 91, + 458 + ], + [ + 91, + 459 + ], + [ + 91, + 460 + ], + [ + 91, + 461 + ], + [ + 92, + 462 + ], + [ + 93, + 463 + ], + [ + 93, + 464 + ], + [ + 93, + 465 + ], + [ + 94, + 466 + ], + [ + 95, + 467 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 105, + 239 + ], + [ + 106, + 238 + ], + [ + 107, + 237 + ], + [ + 108, + 237 + ], + [ + 109, + 236 + ], + [ + 110, + 236 + ], + [ + 111, + 237 + ], + [ + 112, + 236 + ], + [ + 113, + 235 + ], + [ + 114, + 236 + ], + [ + 115, + 237 + ], + [ + 116, + 238 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 139, + 114 + ], + [ + 138, + 115 + ], + [ + 137, + 116 + ], + [ + 136, + 117 + ], + [ + 135, + 118 + ], + [ + 134, + 119 + ], + [ + 133, + 120 + ], + [ + 133, + 121 + ], + [ + 134, + 122 + ], + [ + 134, + 123 + ], + [ + 133, + 124 + ], + [ + 132, + 125 + ], + [ + 133, + 126 + ], + [ + 134, + 127 + ], + [ + 134, + 128 + ], + [ + 133, + 127 + ], + [ + 133, + 128 + ], + [ + 134, + 129 + ], + [ + 134, + 130 + ], + [ + 135, + 129 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 95, + 455 + ], + [ + 95, + 454 + ], + [ + 94, + 453 + ], + [ + 93, + 452 + ], + [ + 92, + 451 + ], + [ + 91, + 451 + ], + [ + 91, + 450 + ], + [ + 90, + 449 + ], + [ + 89, + 448 + ], + [ + 88, + 447 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 96, + 127 + ], + [ + 97, + 127 + ], + [ + 98, + 128 + ], + [ + 99, + 129 + ], + [ + 100, + 130 + ], + [ + 101, + 131 + ], + [ + 102, + 132 + ], + [ + 102, + 133 + ], + [ + 103, + 134 + ], + [ + 102, + 135 + ], + [ + 102, + 136 + ], + [ + 101, + 137 + ], + [ + 101, + 138 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 94, + 281 + ], + "area_fraction": 0.6407 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 110, + 159 + ], + "peak": [ + 111, + 165 + ], + "area_cells": 511 + }, + { + "id": "range_3", + "name": null, + "center": [ + 140, + 112 + ], + "peak": [ + 139, + 114 + ], + "area_cells": 174 + }, + { + "id": "range_4", + "name": null, + "center": [ + 155, + 134 + ], + "peak": [ + 153, + 135 + ], + "area_cells": 58 + }, + { + "id": "range_5", + "name": null, + "center": [ + 214, + 51 + ], + "peak": [ + 213, + 43 + ], + "area_cells": 1449 + }, + { + "id": "range_6", + "name": null, + "center": [ + 216, + 489 + ], + "peak": [ + 215, + 486 + ], + "area_cells": 498 + }, + { + "id": "range_7", + "name": null, + "center": [ + 217, + 285 + ], + "peak": [ + 218, + 287 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286e/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286e/globe.png new file mode 100644 index 000000000..9c8993500 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286e/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286e/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286e/heightmap.png new file mode 100644 index 000000000..682885ff1 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286e/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286e/index.md new file mode 100644 index 000000000..93bbae172 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1286e +name: Mokurai +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3548610484 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 30.0 +physical: + gravity_g: 0.78 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.646 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mokurai + +Temperate planet. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 74% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 80M | +| **Economy** | research | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286e/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286e/markers.json new file mode 100644 index 000000000..b1ac77698 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286e/markers.json @@ -0,0 +1,1193 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 139, + 63 + ], + [ + 140, + 62 + ], + [ + 141, + 61 + ], + [ + 140, + 60 + ], + [ + 139, + 59 + ], + [ + 138, + 58 + ], + [ + 137, + 57 + ], + [ + 136, + 56 + ], + [ + 135, + 55 + ], + [ + 134, + 55 + ], + [ + 135, + 54 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 57, + 360 + ], + [ + 56, + 360 + ], + [ + 55, + 359 + ], + [ + 54, + 360 + ], + [ + 53, + 360 + ], + [ + 52, + 359 + ], + [ + 51, + 360 + ], + [ + 50, + 361 + ], + [ + 49, + 362 + ], + [ + 48, + 363 + ], + [ + 47, + 364 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 116, + 468 + ], + [ + 117, + 469 + ], + [ + 118, + 470 + ], + [ + 119, + 470 + ], + [ + 120, + 471 + ], + [ + 121, + 472 + ], + [ + 122, + 473 + ], + [ + 123, + 473 + ], + [ + 124, + 473 + ], + [ + 124, + 472 + ], + [ + 125, + 473 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 138, + 460 + ], + [ + 139, + 459 + ], + [ + 140, + 458 + ], + [ + 141, + 457 + ], + [ + 142, + 456 + ], + [ + 142, + 455 + ], + [ + 141, + 454 + ], + [ + 142, + 453 + ], + [ + 142, + 452 + ], + [ + 141, + 451 + ], + [ + 140, + 450 + ], + [ + 139, + 449 + ], + [ + 138, + 448 + ], + [ + 137, + 447 + ], + [ + 138, + 446 + ], + [ + 137, + 446 + ], + [ + 136, + 446 + ], + [ + 135, + 445 + ], + [ + 135, + 446 + ], + [ + 134, + 445 + ], + [ + 134, + 444 + ], + [ + 133, + 443 + ], + [ + 132, + 442 + ], + [ + 133, + 441 + ], + [ + 132, + 441 + ], + [ + 131, + 442 + ], + [ + 132, + 443 + ], + [ + 133, + 442 + ], + [ + 134, + 441 + ], + [ + 134, + 440 + ], + [ + 133, + 440 + ], + [ + 133, + 439 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 144, + 79 + ], + [ + 145, + 78 + ], + [ + 146, + 77 + ], + [ + 147, + 76 + ], + [ + 148, + 75 + ], + [ + 148, + 74 + ], + [ + 147, + 73 + ], + [ + 147, + 72 + ], + [ + 148, + 71 + ], + [ + 148, + 70 + ], + [ + 147, + 71 + ], + [ + 147, + 70 + ], + [ + 148, + 69 + ], + [ + 148, + 68 + ], + [ + 147, + 68 + ], + [ + 148, + 67 + ], + [ + 148, + 66 + ], + [ + 147, + 67 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 128, + 390 + ], + [ + 127, + 391 + ], + [ + 126, + 392 + ], + [ + 125, + 392 + ], + [ + 125, + 391 + ], + [ + 124, + 391 + ], + [ + 124, + 390 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 111, + 156 + ], + [ + 112, + 156 + ], + [ + 112, + 155 + ], + [ + 113, + 154 + ], + [ + 113, + 153 + ], + [ + 114, + 152 + ], + [ + 114, + 153 + ], + [ + 115, + 153 + ], + [ + 116, + 153 + ], + [ + 117, + 152 + ], + [ + 117, + 151 + ], + [ + 118, + 150 + ], + [ + 119, + 150 + ], + [ + 118, + 149 + ], + [ + 118, + 148 + ], + [ + 117, + 147 + ], + [ + 118, + 147 + ], + [ + 117, + 146 + ], + [ + 118, + 145 + ], + [ + 117, + 144 + ], + [ + 116, + 143 + ], + [ + 116, + 142 + ], + [ + 117, + 141 + ], + [ + 118, + 141 + ], + [ + 118, + 140 + ], + [ + 118, + 139 + ], + [ + 118, + 138 + ], + [ + 119, + 137 + ], + [ + 118, + 136 + ], + [ + 118, + 137 + ], + [ + 119, + 136 + ], + [ + 118, + 135 + ], + [ + 119, + 135 + ], + [ + 118, + 134 + ], + [ + 119, + 134 + ], + [ + 118, + 133 + ], + [ + 117, + 134 + ], + [ + 116, + 134 + ], + [ + 115, + 133 + ], + [ + 115, + 132 + ], + [ + 116, + 131 + ], + [ + 116, + 132 + ], + [ + 117, + 132 + ], + [ + 117, + 133 + ], + [ + 116, + 133 + ], + [ + 115, + 134 + ], + [ + 114, + 133 + ], + [ + 113, + 133 + ], + [ + 114, + 132 + ], + [ + 114, + 131 + ], + [ + 115, + 131 + ], + [ + 114, + 130 + ], + [ + 114, + 129 + ], + [ + 113, + 130 + ], + [ + 113, + 131 + ], + [ + 113, + 132 + ], + [ + 112, + 131 + ], + [ + 112, + 132 + ], + [ + 112, + 133 + ], + [ + 111, + 132 + ], + [ + 111, + 133 + ], + [ + 110, + 134 + ], + [ + 109, + 133 + ], + [ + 110, + 132 + ], + [ + 109, + 131 + ], + [ + 110, + 130 + ], + [ + 109, + 129 + ], + [ + 110, + 128 + ], + [ + 109, + 127 + ], + [ + 109, + 128 + ], + [ + 108, + 127 + ], + [ + 109, + 126 + ], + [ + 108, + 125 + ], + [ + 107, + 124 + ], + [ + 108, + 123 + ], + [ + 107, + 122 + ], + [ + 106, + 122 + ], + [ + 105, + 121 + ], + [ + 106, + 121 + ], + [ + 105, + 120 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 36, + 21 + ], + [ + 37, + 22 + ], + [ + 38, + 23 + ], + [ + 39, + 24 + ], + [ + 40, + 24 + ], + [ + 41, + 25 + ], + [ + 42, + 25 + ], + [ + 43, + 26 + ], + [ + 44, + 26 + ], + [ + 45, + 25 + ], + [ + 46, + 25 + ], + [ + 47, + 25 + ], + [ + 48, + 24 + ], + [ + 49, + 23 + ], + [ + 50, + 22 + ], + [ + 51, + 21 + ], + [ + 52, + 22 + ], + [ + 53, + 23 + ], + [ + 54, + 22 + ], + [ + 55, + 22 + ], + [ + 55, + 21 + ], + [ + 55, + 20 + ], + [ + 54, + 20 + ], + [ + 54, + 19 + ], + [ + 53, + 18 + ], + [ + 54, + 17 + ], + [ + 53, + 17 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 59, + 455 + ], + [ + 58, + 454 + ], + [ + 57, + 454 + ], + [ + 56, + 453 + ], + [ + 55, + 453 + ], + [ + 54, + 452 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 93, + 115 + ], + [ + 92, + 116 + ], + [ + 91, + 116 + ], + [ + 90, + 116 + ], + [ + 89, + 117 + ], + [ + 88, + 118 + ], + [ + 87, + 118 + ], + [ + 86, + 119 + ], + [ + 85, + 120 + ], + [ + 84, + 120 + ], + [ + 83, + 121 + ], + [ + 82, + 120 + ], + [ + 81, + 121 + ], + [ + 80, + 121 + ], + [ + 79, + 122 + ], + [ + 78, + 123 + ], + [ + 77, + 124 + ], + [ + 76, + 124 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 66, + 448 + ], + [ + 65, + 449 + ], + [ + 64, + 448 + ], + [ + 63, + 449 + ], + [ + 62, + 448 + ], + [ + 61, + 447 + ], + [ + 60, + 446 + ], + [ + 60, + 445 + ], + [ + 61, + 444 + ], + [ + 61, + 443 + ], + [ + 61, + 442 + ], + [ + 62, + 441 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 275 + ], + "area_fraction": 0.2475 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 309 + ], + "peak": [ + 108, + 290 + ], + "area_cells": 676 + }, + { + "id": "range_2", + "name": null, + "center": [ + 142, + 502 + ], + "peak": [ + 156, + 505 + ], + "area_cells": 851 + }, + { + "id": "range_3", + "name": null, + "center": [ + 145, + 11 + ], + "peak": [ + 130, + 4 + ], + "area_cells": 1353 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 336 + ], + "peak": [ + 124, + 337 + ], + "area_cells": 37 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 80 + ], + "peak": [ + 144, + 79 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 96 + ], + "peak": [ + 198, + 23 + ], + "area_cells": 3089 + }, + { + "id": "range_11", + "name": null, + "center": [ + 171, + 367 + ], + "peak": [ + 173, + 361 + ], + "area_cells": 347 + }, + { + "id": "range_12", + "name": null, + "center": [ + 209, + 456 + ], + "peak": [ + 201, + 506 + ], + "area_cells": 2523 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 269 + ], + "peak": [ + 182, + 288 + ], + "area_cells": 481 + }, + { + "id": "range_14", + "name": null, + "center": [ + 174, + 393 + ], + "peak": [ + 176, + 392 + ], + "area_cells": 31 + }, + { + "id": "range_15", + "name": null, + "center": [ + 181, + 311 + ], + "peak": [ + 182, + 311 + ], + "area_cells": 79 + }, + { + "id": "range_17", + "name": null, + "center": [ + 195, + 306 + ], + "peak": [ + 189, + 317 + ], + "area_cells": 105 + }, + { + "id": "range_19", + "name": null, + "center": [ + 218, + 8 + ], + "peak": [ + 213, + 0 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286f/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286f/globe.png new file mode 100644 index 000000000..8dbdd1a7d Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286f/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286f/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286f/heightmap.png new file mode 100644 index 000000000..33c2a5484 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286f/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286f/index.md new file mode 100644 index 000000000..c8f8c8ac5 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286f/index.md @@ -0,0 +1,68 @@ +--- +id: GJ1286f +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3984250759 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.563 + period_days: 800.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.45 + oblateness: 0.0031 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.893 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.074 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286f + +Arid planet. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286f/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286f/markers.json new file mode 100644 index 000000000..ae786c08d --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286f/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 340 + ], + "peak": [ + 155, + 326 + ], + "area_cells": 1473 + }, + { + "id": "range_3", + "name": null, + "center": [ + 159, + 405 + ], + "peak": [ + 160, + 405 + ], + "area_cells": 193 + }, + { + "id": "range_4", + "name": null, + "center": [ + 210, + 456 + ], + "peak": [ + 200, + 500 + ], + "area_cells": 7282 + }, + { + "id": "range_5", + "name": null, + "center": [ + 220, + 22 + ], + "peak": [ + 200, + 0 + ], + "area_cells": 3025 + }, + { + "id": "range_6", + "name": null, + "center": [ + 234, + 195 + ], + "peak": [ + 252, + 191 + ], + "area_cells": 4278 + }, + { + "id": "range_7", + "name": null, + "center": [ + 221, + 141 + ], + "peak": [ + 219, + 143 + ], + "area_cells": 134 + }, + { + "id": "range_8", + "name": null, + "center": [ + 253, + 113 + ], + "peak": [ + 255, + 114 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286g/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286g/globe.png new file mode 100644 index 000000000..41f1853e2 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286g/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286g/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286g/heightmap.png new file mode 100644 index 000000000..0a003f2ad Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286g/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286g/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286g/index.md new file mode 100644 index 000000000..76a396f03 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1286g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3002314801 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 44.9 +physical: + gravity_g: 0.38 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.151 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286g + +Frozen planet. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286g/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286g/markers.json new file mode 100644 index 000000000..a975177b5 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286g/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 48, + 329 + ], + "area_fraction": 0.1139 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 16, + 497 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 85, + 467 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 82, + 208 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 123, + 122 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 149, + 242 + ], + "peak": [ + 149, + 244 + ], + "area_cells": 392 + }, + { + "id": "range_2", + "name": null, + "center": [ + 168, + 199 + ], + "peak": [ + 168, + 199 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 185, + 151 + ], + "peak": [ + 185, + 151 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 224, + 316 + ], + "peak": [ + 217, + 296 + ], + "area_cells": 19485 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 11 + ], + "peak": [ + 214, + 15 + ], + "area_cells": 849 + }, + { + "id": "range_8", + "name": null, + "center": [ + 231, + 45 + ], + "peak": [ + 233, + 47 + ], + "area_cells": 162 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/globe.png new file mode 100644 index 000000000..83d3ae13b Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/heightmap.png new file mode 100644 index 000000000..5fccc98dd Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/index.md new file mode 100644 index 000000000..3fd426b0c --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1286h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4018241221 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.09 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.996 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286h-1 + +Barren moon. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 100% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/markers.json new file mode 100644 index 000000000..f9a1eed2d --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286h-1/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 58, + 55 + ], + "peak": [ + 38, + 17 + ], + "area_cells": 5623 + }, + { + "id": "range_4", + "name": null, + "center": [ + 165, + 416 + ], + "peak": [ + 156, + 366 + ], + "area_cells": 18325 + }, + { + "id": "range_6", + "name": null, + "center": [ + 35, + 162 + ], + "peak": [ + 34, + 162 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 298 + ], + "peak": [ + 59, + 294 + ], + "area_cells": 751 + }, + { + "id": "range_8", + "name": null, + "center": [ + 67, + 251 + ], + "peak": [ + 63, + 253 + ], + "area_cells": 1534 + }, + { + "id": "range_14", + "name": null, + "center": [ + 80, + 155 + ], + "peak": [ + 82, + 147 + ], + "area_cells": 777 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 126 + ], + "peak": [ + 65, + 131 + ], + "area_cells": 78 + }, + { + "id": "range_16", + "name": null, + "center": [ + 72, + 329 + ], + "peak": [ + 72, + 335 + ], + "area_cells": 81 + }, + { + "id": "range_18", + "name": null, + "center": [ + 94, + 315 + ], + "peak": [ + 99, + 319 + ], + "area_cells": 98 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 334 + ], + "peak": [ + 101, + 334 + ], + "area_cells": 75 + }, + { + "id": "range_23", + "name": null, + "center": [ + 105, + 225 + ], + "peak": [ + 106, + 226 + ], + "area_cells": 45 + }, + { + "id": "range_24", + "name": null, + "center": [ + 108, + 275 + ], + "peak": [ + 110, + 275 + ], + "area_cells": 68 + }, + { + "id": "range_25", + "name": null, + "center": [ + 113, + 241 + ], + "peak": [ + 116, + 244 + ], + "area_cells": 48 + }, + { + "id": "range_29", + "name": null, + "center": [ + 144, + 164 + ], + "peak": [ + 135, + 164 + ], + "area_cells": 173 + }, + { + "id": "range_30", + "name": null, + "center": [ + 136, + 485 + ], + "peak": [ + 136, + 486 + ], + "area_cells": 35 + }, + { + "id": "range_32", + "name": null, + "center": [ + 151, + 245 + ], + "peak": [ + 147, + 244 + ], + "area_cells": 405 + }, + { + "id": "range_33", + "name": null, + "center": [ + 161, + 484 + ], + "peak": [ + 161, + 482 + ], + "area_cells": 281 + }, + { + "id": "range_35", + "name": null, + "center": [ + 160, + 122 + ], + "peak": [ + 164, + 124 + ], + "area_cells": 178 + }, + { + "id": "range_36", + "name": null, + "center": [ + 167, + 9 + ], + "peak": [ + 167, + 8 + ], + "area_cells": 37 + }, + { + "id": "range_37", + "name": null, + "center": [ + 170, + 289 + ], + "peak": [ + 169, + 286 + ], + "area_cells": 192 + }, + { + "id": "range_38", + "name": null, + "center": [ + 181, + 234 + ], + "peak": [ + 182, + 234 + ], + "area_cells": 39 + }, + { + "id": "range_39", + "name": null, + "center": [ + 187, + 260 + ], + "peak": [ + 185, + 265 + ], + "area_cells": 183 + }, + { + "id": "range_42", + "name": null, + "center": [ + 191, + 172 + ], + "peak": [ + 191, + 172 + ], + "area_cells": 22 + }, + { + "id": "range_45", + "name": null, + "center": [ + 207, + 110 + ], + "peak": [ + 206, + 110 + ], + "area_cells": 125 + }, + { + "id": "range_47", + "name": null, + "center": [ + 234, + 124 + ], + "peak": [ + 237, + 121 + ], + "area_cells": 745 + }, + { + "id": "range_49", + "name": null, + "center": [ + 245, + 44 + ], + "peak": [ + 255, + 25 + ], + "area_cells": 1800 + }, + { + "id": "range_50", + "name": null, + "center": [ + 221, + 250 + ], + "peak": [ + 220, + 250 + ], + "area_cells": 154 + }, + { + "id": "range_51", + "name": null, + "center": [ + 217, + 237 + ], + "peak": [ + 217, + 237 + ], + "area_cells": 21 + }, + { + "id": "range_58", + "name": null, + "center": [ + 237, + 218 + ], + "peak": [ + 240, + 218 + ], + "area_cells": 21 + }, + { + "id": "range_59", + "name": null, + "center": [ + 237, + 264 + ], + "peak": [ + 237, + 264 + ], + "area_cells": 46 + }, + { + "id": "range_62", + "name": null, + "center": [ + 247, + 100 + ], + "peak": [ + 255, + 100 + ], + "area_cells": 28 + }, + { + "id": "range_65", + "name": null, + "center": [ + 249, + 308 + ], + "peak": [ + 253, + 309 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/globe.png new file mode 100644 index 000000000..ea70f4ca1 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/heightmap.png b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/heightmap.png new file mode 100644 index 000000000..90f2d9947 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/index.md new file mode 100644 index 000000000..1da1c2218 --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1286h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1972212978 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 33.4 +physical: + gravity_g: 0.06 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.758 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1286h-2 + +Frozen moon. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/markers.json b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/markers.json new file mode 100644 index 000000000..b5befd82d --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286h-2/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 110, + 98 + ], + "area_fraction": 0.012 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 125, + 38 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 184, + 418 + ], + "area_fraction": 0.0395 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 153, + 492 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 172, + 366 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_42", + "name": null, + "kind": "ocean", + "center": [ + 203, + 141 + ], + "area_fraction": 0.109 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 186, + 322 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_51", + "name": null, + "kind": "lake", + "center": [ + 184, + 49 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 180, + 478 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 243 + ], + "peak": [ + 7, + 169 + ], + "area_cells": 16512 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h/globe.png b/wiki/star-systems/GJ-1286/bodies/GJ1286h/globe.png new file mode 100644 index 000000000..56c3613a0 Binary files /dev/null and b/wiki/star-systems/GJ-1286/bodies/GJ1286h/globe.png differ diff --git a/wiki/star-systems/GJ-1286/bodies/GJ1286h/index.md b/wiki/star-systems/GJ-1286/bodies/GJ1286h/index.md new file mode 100644 index 000000000..9e7aa6acf --- /dev/null +++ b/wiki/star-systems/GJ-1286/bodies/GJ1286h/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1286h +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1449681887 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.602 + period_days: 2800.0 + axial_tilt_deg: 14.7 +physical: + gravity_g: null + oblateness: 0.0826 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.293 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.116 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.68 + opacity_base: 0.46 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ1286h + +Gas giant. + +**System:** [GJ-1286](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + 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/bodies/GJ1289b/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289b/globe.png new file mode 100644 index 000000000..29b4b0c71 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289b/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289b/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289b/heightmap.png new file mode 100644 index 000000000..f8e4acbe9 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289b/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289b/index.md new file mode 100644 index 000000000..ba82341f3 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1289b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2284121491 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.32 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.839 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + 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 +--- + +# GJ1289b + +Barren planet. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289b/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289b/markers.json new file mode 100644 index 000000000..39b901520 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289b/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 35 + ], + "peak": [ + 39, + 83 + ], + "area_cells": 2261 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 354 + ], + "peak": [ + 2, + 344 + ], + "area_cells": 77 + }, + { + "id": "range_3", + "name": null, + "center": [ + 64, + 376 + ], + "peak": [ + 54, + 400 + ], + "area_cells": 7058 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 483 + ], + "peak": [ + 3, + 492 + ], + "area_cells": 1751 + }, + { + "id": "range_10", + "name": null, + "center": [ + 32, + 305 + ], + "peak": [ + 17, + 309 + ], + "area_cells": 252 + }, + { + "id": "range_12", + "name": null, + "center": [ + 16, + 289 + ], + "peak": [ + 15, + 290 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 32, + 297 + ], + "peak": [ + 32, + 298 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 28, + 243 + ], + "peak": [ + 28, + 243 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 33, + 253 + ], + "peak": [ + 34, + 254 + ], + "area_cells": 31 + }, + { + "id": "range_24", + "name": null, + "center": [ + 59, + 447 + ], + "peak": [ + 62, + 444 + ], + "area_cells": 194 + }, + { + "id": "range_26", + "name": null, + "center": [ + 106, + 245 + ], + "peak": [ + 122, + 258 + ], + "area_cells": 748 + }, + { + "id": "range_29", + "name": null, + "center": [ + 86, + 322 + ], + "peak": [ + 87, + 322 + ], + "area_cells": 64 + }, + { + "id": "range_30", + "name": null, + "center": [ + 99, + 200 + ], + "peak": [ + 95, + 194 + ], + "area_cells": 234 + }, + { + "id": "range_32", + "name": null, + "center": [ + 104, + 272 + ], + "peak": [ + 105, + 272 + ], + "area_cells": 47 + }, + { + "id": "range_33", + "name": null, + "center": [ + 117, + 312 + ], + "peak": [ + 117, + 313 + ], + "area_cells": 235 + }, + { + "id": "range_34", + "name": null, + "center": [ + 134, + 103 + ], + "peak": [ + 138, + 99 + ], + "area_cells": 1140 + }, + { + "id": "range_35", + "name": null, + "center": [ + 168, + 119 + ], + "peak": [ + 166, + 133 + ], + "area_cells": 513 + }, + { + "id": "range_37", + "name": null, + "center": [ + 174, + 227 + ], + "peak": [ + 175, + 228 + ], + "area_cells": 54 + }, + { + "id": "range_39", + "name": null, + "center": [ + 196, + 261 + ], + "peak": [ + 221, + 254 + ], + "area_cells": 384 + }, + { + "id": "range_42", + "name": null, + "center": [ + 211, + 229 + ], + "peak": [ + 210, + 228 + ], + "area_cells": 132 + }, + { + "id": "range_43", + "name": null, + "center": [ + 210, + 363 + ], + "peak": [ + 216, + 367 + ], + "area_cells": 149 + }, + { + "id": "range_44", + "name": null, + "center": [ + 214, + 405 + ], + "peak": [ + 209, + 399 + ], + "area_cells": 127 + }, + { + "id": "range_45", + "name": null, + "center": [ + 213, + 281 + ], + "peak": [ + 216, + 282 + ], + "area_cells": 58 + }, + { + "id": "range_49", + "name": null, + "center": [ + 216, + 425 + ], + "peak": [ + 214, + 427 + ], + "area_cells": 56 + }, + { + "id": "range_51", + "name": null, + "center": [ + 237, + 135 + ], + "peak": [ + 238, + 136 + ], + "area_cells": 30 + }, + { + "id": "range_53", + "name": null, + "center": [ + 243, + 113 + ], + "peak": [ + 241, + 114 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/globe.png new file mode 100644 index 000000000..85b52d834 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/heightmap.png new file mode 100644 index 000000000..73649ca3d Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/index.md new file mode 100644 index 000000000..a138da962 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1289c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3468299241 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 27.5 +physical: + gravity_g: 0.05 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.832 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289c-1 + +Barren moon. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/markers.json new file mode 100644 index 000000000..ebe6e0db2 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289c-1/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 93 + ], + "peak": [ + 17, + 100 + ], + "area_cells": 4417 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 190 + ], + "peak": [ + 28, + 183 + ], + "area_cells": 392 + }, + { + "id": "range_7", + "name": null, + "center": [ + 6, + 379 + ], + "peak": [ + 5, + 378 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 16, + 458 + ], + "peak": [ + 31, + 436 + ], + "area_cells": 3338 + }, + { + "id": "range_13", + "name": null, + "center": [ + 51, + 238 + ], + "peak": [ + 77, + 241 + ], + "area_cells": 975 + }, + { + "id": "range_14", + "name": null, + "center": [ + 35, + 277 + ], + "peak": [ + 32, + 274 + ], + "area_cells": 93 + }, + { + "id": "range_18", + "name": null, + "center": [ + 32, + 19 + ], + "peak": [ + 31, + 19 + ], + "area_cells": 105 + }, + { + "id": "range_23", + "name": null, + "center": [ + 47, + 34 + ], + "peak": [ + 47, + 34 + ], + "area_cells": 58 + }, + { + "id": "range_28", + "name": null, + "center": [ + 57, + 355 + ], + "peak": [ + 58, + 356 + ], + "area_cells": 29 + }, + { + "id": "range_30", + "name": null, + "center": [ + 66, + 283 + ], + "peak": [ + 66, + 283 + ], + "area_cells": 46 + }, + { + "id": "range_33", + "name": null, + "center": [ + 180, + 110 + ], + "peak": [ + 205, + 91 + ], + "area_cells": 18736 + }, + { + "id": "range_35", + "name": null, + "center": [ + 163, + 382 + ], + "peak": [ + 154, + 439 + ], + "area_cells": 14368 + }, + { + "id": "range_37", + "name": null, + "center": [ + 83, + 295 + ], + "peak": [ + 83, + 297 + ], + "area_cells": 23 + }, + { + "id": "range_38", + "name": null, + "center": [ + 92, + 507 + ], + "peak": [ + 95, + 511 + ], + "area_cells": 135 + }, + { + "id": "range_40", + "name": null, + "center": [ + 94, + 131 + ], + "peak": [ + 98, + 132 + ], + "area_cells": 70 + }, + { + "id": "range_44", + "name": null, + "center": [ + 95, + 441 + ], + "peak": [ + 96, + 438 + ], + "area_cells": 100 + }, + { + "id": "range_46", + "name": null, + "center": [ + 109, + 229 + ], + "peak": [ + 114, + 232 + ], + "area_cells": 169 + }, + { + "id": "range_65", + "name": null, + "center": [ + 201, + 475 + ], + "peak": [ + 201, + 478 + ], + "area_cells": 98 + }, + { + "id": "range_67", + "name": null, + "center": [ + 224, + 233 + ], + "peak": [ + 226, + 233 + ], + "area_cells": 78 + }, + { + "id": "range_69", + "name": null, + "center": [ + 229, + 217 + ], + "peak": [ + 227, + 216 + ], + "area_cells": 142 + }, + { + "id": "range_74", + "name": null, + "center": [ + 246, + 450 + ], + "peak": [ + 251, + 450 + ], + "area_cells": 281 + }, + { + "id": "range_75", + "name": null, + "center": [ + 236, + 287 + ], + "peak": [ + 235, + 285 + ], + "area_cells": 81 + }, + { + "id": "range_76", + "name": null, + "center": [ + 244, + 45 + ], + "peak": [ + 255, + 46 + ], + "area_cells": 26 + }, + { + "id": "range_78", + "name": null, + "center": [ + 244, + 247 + ], + "peak": [ + 250, + 243 + ], + "area_cells": 176 + }, + { + "id": "range_79", + "name": null, + "center": [ + 243, + 423 + ], + "peak": [ + 243, + 423 + ], + "area_cells": 26 + }, + { + "id": "range_81", + "name": null, + "center": [ + 254, + 432 + ], + "peak": [ + 255, + 441 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289c/globe.png new file mode 100644 index 000000000..323bfbb39 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289c/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289c/heightmap.png new file mode 100644 index 000000000..b4bfcafe5 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289c/index.md new file mode 100644 index 000000000..47b9a4c86 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1289c +name: Lacombe +body_type: planet +planet_class: temperate +body_scale: planet +seed: 87182416 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.229 + period_days: 40.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.88 + oblateness: 0.0022 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.757 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.491 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Lacombe + +Temperate planet. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 98% | +| **Year** | 40 days | +| **Inhabited** | yes | +| **Population** | 200M | +| **Economy** | coordination | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289c/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289c/markers.json new file mode 100644 index 000000000..3249c0f07 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289c/markers.json @@ -0,0 +1,808 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 122, + 489 + ], + [ + 123, + 488 + ], + [ + 124, + 487 + ], + [ + 125, + 486 + ], + [ + 126, + 485 + ], + [ + 127, + 484 + ], + [ + 128, + 483 + ], + [ + 129, + 482 + ], + [ + 130, + 481 + ], + [ + 131, + 480 + ], + [ + 132, + 480 + ], + [ + 133, + 479 + ], + [ + 134, + 478 + ], + [ + 135, + 477 + ], + [ + 135, + 476 + ], + [ + 136, + 475 + ], + [ + 135, + 474 + ], + [ + 136, + 473 + ], + [ + 136, + 472 + ], + [ + 137, + 472 + ], + [ + 137, + 471 + ], + [ + 136, + 470 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 228, + 430 + ], + [ + 229, + 431 + ], + [ + 229, + 432 + ], + [ + 230, + 432 + ], + [ + 231, + 432 + ], + [ + 232, + 432 + ], + [ + 233, + 432 + ], + [ + 234, + 432 + ], + [ + 235, + 432 + ], + [ + 236, + 432 + ], + [ + 237, + 432 + ], + [ + 238, + 432 + ], + [ + 239, + 432 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 191 + ], + [ + 255, + 192 + ], + [ + 254, + 192 + ], + [ + 253, + 193 + ], + [ + 252, + 194 + ], + [ + 251, + 195 + ], + [ + 250, + 195 + ], + [ + 249, + 196 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 147, + 192 + ], + [ + 146, + 193 + ], + [ + 145, + 194 + ], + [ + 144, + 194 + ], + [ + 143, + 193 + ], + [ + 142, + 192 + ], + [ + 141, + 191 + ], + [ + 140, + 190 + ], + [ + 141, + 189 + ], + [ + 140, + 188 + ], + [ + 140, + 187 + ], + [ + 140, + 186 + ], + [ + 140, + 185 + ], + [ + 141, + 185 + ], + [ + 141, + 186 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 198, + 192 + ], + [ + 199, + 193 + ], + [ + 200, + 194 + ], + [ + 201, + 195 + ], + [ + 202, + 196 + ], + [ + 203, + 197 + ], + [ + 204, + 198 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 233, + 243 + ], + [ + 232, + 243 + ], + [ + 232, + 242 + ], + [ + 231, + 241 + ], + [ + 230, + 240 + ], + [ + 229, + 239 + ], + [ + 228, + 238 + ], + [ + 227, + 237 + ], + [ + 226, + 236 + ], + [ + 225, + 236 + ], + [ + 226, + 235 + ], + [ + 225, + 234 + ], + [ + 224, + 233 + ], + [ + 223, + 232 + ], + [ + 222, + 231 + ], + [ + 221, + 230 + ], + [ + 220, + 229 + ], + [ + 220, + 228 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 246, + 382 + ], + [ + 245, + 383 + ], + [ + 244, + 384 + ], + [ + 244, + 385 + ], + [ + 243, + 386 + ], + [ + 243, + 387 + ], + [ + 242, + 387 + ], + [ + 243, + 388 + ], + [ + 244, + 389 + ], + [ + 244, + 390 + ], + [ + 245, + 390 + ], + [ + 246, + 391 + ], + [ + 246, + 392 + ], + [ + 247, + 392 + ], + [ + 246, + 393 + ], + [ + 247, + 393 + ], + [ + 247, + 394 + ], + [ + 248, + 394 + ], + [ + 249, + 395 + ], + [ + 249, + 396 + ], + [ + 248, + 397 + ], + [ + 249, + 398 + ], + [ + 250, + 399 + ], + [ + 249, + 400 + ], + [ + 250, + 400 + ], + [ + 249, + 399 + ], + [ + 250, + 398 + ], + [ + 250, + 397 + ], + [ + 251, + 398 + ], + [ + 251, + 399 + ], + [ + 252, + 400 + ], + [ + 253, + 399 + ], + [ + 253, + 400 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 177, + 392 + ], + [ + 176, + 391 + ], + [ + 175, + 390 + ], + [ + 174, + 389 + ], + [ + 173, + 390 + ], + [ + 172, + 391 + ], + [ + 171, + 392 + ], + [ + 170, + 393 + ], + [ + 169, + 394 + ], + [ + 168, + 395 + ], + [ + 169, + 396 + ], + [ + 168, + 397 + ], + [ + 168, + 398 + ], + [ + 167, + 399 + ], + [ + 168, + 400 + ], + [ + 167, + 401 + ], + [ + 166, + 402 + ], + [ + 166, + 403 + ], + [ + 165, + 404 + ], + [ + 166, + 405 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 178, + 421 + ], + [ + 179, + 421 + ], + [ + 180, + 420 + ], + [ + 181, + 419 + ], + [ + 182, + 419 + ], + [ + 183, + 420 + ], + [ + 184, + 421 + ], + [ + 184, + 422 + ], + [ + 185, + 423 + ], + [ + 185, + 424 + ], + [ + 185, + 425 + ], + [ + 186, + 426 + ], + [ + 187, + 427 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 232, + 401 + ], + [ + 231, + 400 + ], + [ + 230, + 399 + ], + [ + 229, + 399 + ], + [ + 228, + 398 + ], + [ + 227, + 397 + ], + [ + 226, + 396 + ], + [ + 225, + 395 + ], + [ + 225, + 396 + ], + [ + 226, + 395 + ], + [ + 226, + 394 + ], + [ + 226, + 393 + ], + [ + 225, + 392 + ], + [ + 226, + 392 + ], + [ + 226, + 391 + ], + [ + 226, + 390 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 211, + 408 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 220, + 205 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 108, + 304 + ], + "peak": [ + 107, + 321 + ], + "area_cells": 14407 + }, + { + "id": "range_5", + "name": null, + "center": [ + 97, + 45 + ], + "peak": [ + 102, + 61 + ], + "area_cells": 4019 + }, + { + "id": "range_7", + "name": null, + "center": [ + 135, + 7 + ], + "peak": [ + 135, + 2 + ], + "area_cells": 117 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 250 + ], + "peak": [ + 183, + 253 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289d/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289d/globe.png new file mode 100644 index 000000000..630fb1a4c Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289d/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289d/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289d/heightmap.png new file mode 100644 index 000000000..0dc19a803 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289d/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289d/index.md new file mode 100644 index 000000000..143c338a6 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ1289d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3165861567 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.393 + period_days: 90.0 + axial_tilt_deg: 28.3 +physical: + gravity_g: 0.4 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.784 + polar_ice_lat: 0.191 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289d + +Frozen planet. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 90 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289d/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289d/markers.json new file mode 100644 index 000000000..c6f656806 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289d/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 39 + ], + "area_fraction": 0.0279 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 323 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 6, + 477 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 48, + 124 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 68, + 390 + ], + "area_fraction": 0.0288 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 119, + 75 + ], + "area_fraction": 0.0263 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 126, + 185 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 199, + 392 + ], + "area_fraction": 0.0668 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 212, + 119 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 477 + ], + "peak": [ + 78, + 476 + ], + "area_cells": 54 + }, + { + "id": "range_2", + "name": null, + "center": [ + 99, + 22 + ], + "peak": [ + 106, + 25 + ], + "area_cells": 1337 + }, + { + "id": "range_3", + "name": null, + "center": [ + 115, + 466 + ], + "peak": [ + 105, + 499 + ], + "area_cells": 2997 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 298 + ], + "peak": [ + 92, + 288 + ], + "area_cells": 1075 + }, + { + "id": "range_5", + "name": null, + "center": [ + 164, + 71 + ], + "peak": [ + 164, + 81 + ], + "area_cells": 1215 + }, + { + "id": "range_6", + "name": null, + "center": [ + 169, + 175 + ], + "peak": [ + 166, + 155 + ], + "area_cells": 1430 + }, + { + "id": "range_7", + "name": null, + "center": [ + 181, + 247 + ], + "peak": [ + 182, + 248 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289e/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289e/globe.png new file mode 100644 index 000000000..fc65c678d Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289e/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289e/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289e/heightmap.png new file mode 100644 index 000000000..49109ce3d Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289e/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289e/index.md new file mode 100644 index 000000000..eb45a4e3a --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1289e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1809593918 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.777 + period_days: 250.0 + axial_tilt_deg: 47.6 +physical: + gravity_g: 0.32 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.853 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.397 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289e + +Frozen planet. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289e/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289e/markers.json new file mode 100644 index 000000000..a2e7aa8a8 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289e/markers.json @@ -0,0 +1,257 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 46, + 143 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 81, + 486 + ], + "area_fraction": 0.0251 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 78, + 13 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 137, + 223 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 175, + 217 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_51", + "name": null, + "kind": "lake", + "center": [ + 217, + 54 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 3, + 224 + ], + "peak": [ + 0, + 252 + ], + "area_cells": 531 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 369 + ], + "peak": [ + 20, + 367 + ], + "area_cells": 271 + }, + { + "id": "range_6", + "name": null, + "center": [ + 133, + 363 + ], + "peak": [ + 132, + 363 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 126 + ], + "peak": [ + 137, + 131 + ], + "area_cells": 117 + }, + { + "id": "range_8", + "name": null, + "center": [ + 162, + 405 + ], + "peak": [ + 162, + 407 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 176, + 368 + ], + "peak": [ + 176, + 367 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 181, + 324 + ], + "peak": [ + 181, + 326 + ], + "area_cells": 126 + }, + { + "id": "range_12", + "name": null, + "center": [ + 176, + 347 + ], + "peak": [ + 177, + 348 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 220, + 407 + ], + "peak": [ + 239, + 392 + ], + "area_cells": 7358 + }, + { + "id": "range_14", + "name": null, + "center": [ + 227, + 319 + ], + "peak": [ + 228, + 315 + ], + "area_cells": 73 + }, + { + "id": "range_16", + "name": null, + "center": [ + 241, + 136 + ], + "peak": [ + 241, + 135 + ], + "area_cells": 26 + }, + { + "id": "range_17", + "name": null, + "center": [ + 245, + 168 + ], + "peak": [ + 248, + 171 + ], + "area_cells": 204 + }, + { + "id": "range_20", + "name": null, + "center": [ + 252, + 1 + ], + "peak": [ + 254, + 0 + ], + "area_cells": 24 + }, + { + "id": "range_21", + "name": null, + "center": [ + 252, + 505 + ], + "peak": [ + 254, + 509 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289f/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289f/globe.png new file mode 100644 index 000000000..2570593fb Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289f/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289f/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289f/heightmap.png new file mode 100644 index 000000000..3f104750f Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289f/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289f/index.md new file mode 100644 index 000000000..423bf8a7a --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1289f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4189781614 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.392 + period_days: 600.0 + axial_tilt_deg: 19.0 +physical: + gravity_g: 0.25 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.823 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.292 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289f + +Frozen planet. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289f/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289f/markers.json new file mode 100644 index 000000000..7eb15b531 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289f/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 167 + ], + "area_fraction": 0.1076 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 107, + 17 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 111, + 469 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 231, + 258 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 319 + ], + "peak": [ + 111, + 304 + ], + "area_cells": 576 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 106 + ], + "peak": [ + 115, + 107 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 161, + 361 + ], + "peak": [ + 182, + 356 + ], + "area_cells": 6026 + }, + { + "id": "range_4", + "name": null, + "center": [ + 175, + 141 + ], + "peak": [ + 173, + 95 + ], + "area_cells": 9457 + }, + { + "id": "range_8", + "name": null, + "center": [ + 144, + 448 + ], + "peak": [ + 145, + 451 + ], + "area_cells": 96 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 264 + ], + "peak": [ + 144, + 264 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 413 + ], + "peak": [ + 149, + 414 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 170, + 491 + ], + "peak": [ + 158, + 490 + ], + "area_cells": 801 + }, + { + "id": "range_15", + "name": null, + "center": [ + 171, + 242 + ], + "peak": [ + 162, + 242 + ], + "area_cells": 285 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 410 + ], + "peak": [ + 159, + 410 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 179, + 1 + ], + "peak": [ + 178, + 0 + ], + "area_cells": 47 + }, + { + "id": "range_20", + "name": null, + "center": [ + 205, + 226 + ], + "peak": [ + 205, + 226 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/globe.png new file mode 100644 index 000000000..b263338dc Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/heightmap.png new file mode 100644 index 000000000..0fc87fc8f Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/index.md new file mode 100644 index 000000000..1cceb92f6 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1289g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1844770889 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 14.7 +physical: + gravity_g: 0.06 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.908 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289g-1 + +Barren moon. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/markers.json new file mode 100644 index 000000000..922e65914 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289g-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 14 + ], + "peak": [ + 2, + 0 + ], + "area_cells": 365 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 111 + ], + "peak": [ + 71, + 87 + ], + "area_cells": 1862 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 409 + ], + "peak": [ + 6, + 392 + ], + "area_cells": 3739 + }, + { + "id": "range_7", + "name": null, + "center": [ + 28, + 222 + ], + "peak": [ + 27, + 223 + ], + "area_cells": 47 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 75 + ], + "peak": [ + 48, + 74 + ], + "area_cells": 156 + }, + { + "id": "range_10", + "name": null, + "center": [ + 37, + 192 + ], + "peak": [ + 36, + 196 + ], + "area_cells": 60 + }, + { + "id": "range_12", + "name": null, + "center": [ + 46, + 217 + ], + "peak": [ + 49, + 217 + ], + "area_cells": 67 + }, + { + "id": "range_15", + "name": null, + "center": [ + 76, + 17 + ], + "peak": [ + 85, + 2 + ], + "area_cells": 1198 + }, + { + "id": "range_17", + "name": null, + "center": [ + 83, + 487 + ], + "peak": [ + 84, + 511 + ], + "area_cells": 1804 + }, + { + "id": "range_24", + "name": null, + "center": [ + 81, + 233 + ], + "peak": [ + 81, + 245 + ], + "area_cells": 264 + }, + { + "id": "range_26", + "name": null, + "center": [ + 85, + 271 + ], + "peak": [ + 93, + 267 + ], + "area_cells": 205 + }, + { + "id": "range_27", + "name": null, + "center": [ + 91, + 64 + ], + "peak": [ + 99, + 65 + ], + "area_cells": 318 + }, + { + "id": "range_28", + "name": null, + "center": [ + 85, + 398 + ], + "peak": [ + 89, + 388 + ], + "area_cells": 145 + }, + { + "id": "range_31", + "name": null, + "center": [ + 92, + 188 + ], + "peak": [ + 94, + 189 + ], + "area_cells": 28 + }, + { + "id": "range_32", + "name": null, + "center": [ + 106, + 447 + ], + "peak": [ + 107, + 447 + ], + "area_cells": 110 + }, + { + "id": "range_33", + "name": null, + "center": [ + 109, + 183 + ], + "peak": [ + 110, + 184 + ], + "area_cells": 76 + }, + { + "id": "range_34", + "name": null, + "center": [ + 108, + 167 + ], + "peak": [ + 109, + 166 + ], + "area_cells": 51 + }, + { + "id": "range_35", + "name": null, + "center": [ + 114, + 277 + ], + "peak": [ + 118, + 281 + ], + "area_cells": 247 + }, + { + "id": "range_36", + "name": null, + "center": [ + 119, + 106 + ], + "peak": [ + 113, + 105 + ], + "area_cells": 77 + }, + { + "id": "range_40", + "name": null, + "center": [ + 131, + 426 + ], + "peak": [ + 133, + 423 + ], + "area_cells": 79 + }, + { + "id": "range_41", + "name": null, + "center": [ + 170, + 148 + ], + "peak": [ + 186, + 142 + ], + "area_cells": 474 + }, + { + "id": "range_42", + "name": null, + "center": [ + 158, + 22 + ], + "peak": [ + 156, + 26 + ], + "area_cells": 61 + }, + { + "id": "range_44", + "name": null, + "center": [ + 157, + 464 + ], + "peak": [ + 160, + 467 + ], + "area_cells": 35 + }, + { + "id": "range_45", + "name": null, + "center": [ + 170, + 489 + ], + "peak": [ + 172, + 490 + ], + "area_cells": 228 + }, + { + "id": "range_48", + "name": null, + "center": [ + 183, + 21 + ], + "peak": [ + 182, + 22 + ], + "area_cells": 97 + }, + { + "id": "range_52", + "name": null, + "center": [ + 193, + 87 + ], + "peak": [ + 192, + 87 + ], + "area_cells": 119 + }, + { + "id": "range_56", + "name": null, + "center": [ + 204, + 449 + ], + "peak": [ + 205, + 450 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/globe.png new file mode 100644 index 000000000..c4dac927b Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/heightmap.png new file mode 100644 index 000000000..e2f9ed015 Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/index.md new file mode 100644 index 000000000..b77dec42d --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1289g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1151449358 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 26.4 +physical: + gravity_g: 0.04 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.107 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289g-2 + +Frozen moon. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/markers.json new file mode 100644 index 000000000..03e62f8c8 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289g-2/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 159, + 254 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 220, + 198 + ], + "area_fraction": 0.1308 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 174, + 208 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 96 + ], + "peak": [ + 10, + 63 + ], + "area_cells": 11615 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 286 + ], + "peak": [ + 1, + 295 + ], + "area_cells": 1932 + }, + { + "id": "range_5", + "name": null, + "center": [ + 16, + 483 + ], + "peak": [ + 26, + 511 + ], + "area_cells": 2012 + }, + { + "id": "range_7", + "name": null, + "center": [ + 5, + 229 + ], + "peak": [ + 6, + 231 + ], + "area_cells": 41 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 328 + ], + "peak": [ + 84, + 328 + ], + "area_cells": 183 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 121 + ], + "peak": [ + 80, + 120 + ], + "area_cells": 50 + }, + { + "id": "range_12", + "name": null, + "center": [ + 90, + 364 + ], + "peak": [ + 91, + 361 + ], + "area_cells": 454 + }, + { + "id": "range_13", + "name": null, + "center": [ + 86, + 282 + ], + "peak": [ + 86, + 283 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289g/globe.png new file mode 100644 index 000000000..640f7960a Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289g/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289g/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289g/index.md new file mode 100644 index 000000000..b5b921e25 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1289g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2485242588 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.677 + period_days: 1600.0 + axial_tilt_deg: 25.2 +physical: + gravity_g: null + oblateness: 0.0615 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.239 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.064 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.53 + opacity_base: 0.46 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ1289g + +Gas giant. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289h/globe.png b/wiki/star-systems/GJ-1289/bodies/GJ1289h/globe.png new file mode 100644 index 000000000..96a7167fc Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289h/globe.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289h/heightmap.png b/wiki/star-systems/GJ-1289/bodies/GJ1289h/heightmap.png new file mode 100644 index 000000000..dafe0d6ef Binary files /dev/null and b/wiki/star-systems/GJ-1289/bodies/GJ1289h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289h/index.md b/wiki/star-systems/GJ-1289/bodies/GJ1289h/index.md new file mode 100644 index 000000000..ea0bf25da --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1289h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3443558518 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.569 + period_days: 4800.0 + axial_tilt_deg: 43.2 +physical: + gravity_g: 0.11 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.749 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1289h + +Frozen planet. + +**System:** [GJ-1289](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1289/bodies/GJ1289h/markers.json b/wiki/star-systems/GJ-1289/bodies/GJ1289h/markers.json new file mode 100644 index 000000000..59d8a9327 --- /dev/null +++ b/wiki/star-systems/GJ-1289/bodies/GJ1289h/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 166 + ], + "area_fraction": 0.15 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 30, + 419 + ], + "area_fraction": 0.0528 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 225, + 31 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 226, + 335 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 44 + ], + "peak": [ + 90, + 45 + ], + "area_cells": 39 + }, + { + "id": "range_2", + "name": null, + "center": [ + 145, + 464 + ], + "peak": [ + 180, + 497 + ], + "area_cells": 4492 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 236 + ], + "peak": [ + 170, + 205 + ], + "area_cells": 11295 + }, + { + "id": "range_5", + "name": null, + "center": [ + 111, + 328 + ], + "peak": [ + 113, + 327 + ], + "area_cells": 223 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 34 + ], + "peak": [ + 167, + 23 + ], + "area_cells": 3152 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ1292b/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292b/globe.png new file mode 100644 index 000000000..770995034 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292b/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292b/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292b/heightmap.png new file mode 100644 index 000000000..4fcbadb70 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292b/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292b/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292b/index.md new file mode 100644 index 000000000..fdbd443b0 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1292b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2123076255 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: 0.3 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.945 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1292b + +Barren planet. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292b/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292b/markers.json new file mode 100644 index 000000000..1381792f5 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292b/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 167 + ], + "peak": [ + 16, + 156 + ], + "area_cells": 448 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 238 + ], + "peak": [ + 68, + 250 + ], + "area_cells": 3367 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 389 + ], + "peak": [ + 28, + 374 + ], + "area_cells": 2542 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 452 + ], + "peak": [ + 5, + 452 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 494 + ], + "peak": [ + 23, + 506 + ], + "area_cells": 523 + }, + { + "id": "range_8", + "name": null, + "center": [ + 32, + 71 + ], + "peak": [ + 35, + 72 + ], + "area_cells": 69 + }, + { + "id": "range_10", + "name": null, + "center": [ + 30, + 149 + ], + "peak": [ + 28, + 150 + ], + "area_cells": 41 + }, + { + "id": "range_16", + "name": null, + "center": [ + 148, + 112 + ], + "peak": [ + 127, + 198 + ], + "area_cells": 15754 + }, + { + "id": "range_20", + "name": null, + "center": [ + 41, + 4 + ], + "peak": [ + 37, + 4 + ], + "area_cells": 46 + }, + { + "id": "range_21", + "name": null, + "center": [ + 39, + 54 + ], + "peak": [ + 39, + 57 + ], + "area_cells": 72 + }, + { + "id": "range_26", + "name": null, + "center": [ + 87, + 210 + ], + "peak": [ + 88, + 210 + ], + "area_cells": 27 + }, + { + "id": "range_28", + "name": null, + "center": [ + 183, + 428 + ], + "peak": [ + 237, + 511 + ], + "area_cells": 12344 + }, + { + "id": "range_32", + "name": null, + "center": [ + 106, + 223 + ], + "peak": [ + 106, + 223 + ], + "area_cells": 71 + }, + { + "id": "range_44", + "name": null, + "center": [ + 162, + 368 + ], + "peak": [ + 161, + 368 + ], + "area_cells": 34 + }, + { + "id": "range_45", + "name": null, + "center": [ + 181, + 367 + ], + "peak": [ + 183, + 367 + ], + "area_cells": 47 + }, + { + "id": "range_47", + "name": null, + "center": [ + 191, + 382 + ], + "peak": [ + 192, + 379 + ], + "area_cells": 86 + }, + { + "id": "range_49", + "name": null, + "center": [ + 237, + 22 + ], + "peak": [ + 237, + 0 + ], + "area_cells": 1681 + }, + { + "id": "range_51", + "name": null, + "center": [ + 213, + 340 + ], + "peak": [ + 213, + 342 + ], + "area_cells": 82 + }, + { + "id": "range_53", + "name": null, + "center": [ + 225, + 206 + ], + "peak": [ + 225, + 205 + ], + "area_cells": 32 + }, + { + "id": "range_54", + "name": null, + "center": [ + 230, + 332 + ], + "peak": [ + 232, + 332 + ], + "area_cells": 20 + }, + { + "id": "range_55", + "name": null, + "center": [ + 245, + 237 + ], + "peak": [ + 255, + 271 + ], + "area_cells": 2176 + }, + { + "id": "range_61", + "name": null, + "center": [ + 251, + 315 + ], + "peak": [ + 254, + 313 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292c/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292c/globe.png new file mode 100644 index 000000000..2b27be7b9 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292c/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292c/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292c/heightmap.png new file mode 100644 index 000000000..de24c0b48 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292c/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292c/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292c/index.md new file mode 100644 index 000000000..17bad0d70 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1292c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3960088628 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.209 + period_days: 35.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.42 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.863 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + 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 +--- + +# GJ1292c + +Barren planet. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 35 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292c/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292c/markers.json new file mode 100644 index 000000000..f34d9b51d --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292c/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 184 + ], + "peak": [ + 73, + 183 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 179, + 238 + ], + "peak": [ + 180, + 511 + ], + "area_cells": 45654 + }, + { + "id": "range_5", + "name": null, + "center": [ + 131, + 21 + ], + "peak": [ + 132, + 15 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292d/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292d/globe.png new file mode 100644 index 000000000..15c0901d2 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292d/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292d/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292d/heightmap.png new file mode 100644 index 000000000..278e74ccd Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292d/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292d/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292d/index.md new file mode 100644 index 000000000..3b8312b13 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ1292d +name: Isiolo +body_type: planet +planet_class: arid +body_scale: planet +seed: 1877358 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.378 + period_days: 85.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.8 + oblateness: 0.0037 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.849 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.105 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Isiolo + +Arid planet. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 98% | +| **Year** | 85 days | +| **Inhabited** | yes | +| **Population** | 50K | +| **Economy** | transit | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292d/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292d/markers.json new file mode 100644 index 000000000..754fde8ef --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292d/markers.json @@ -0,0 +1,588 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 187, + 103 + ], + [ + 186, + 102 + ], + [ + 185, + 101 + ], + [ + 185, + 100 + ], + [ + 186, + 99 + ], + [ + 187, + 98 + ], + [ + 187, + 97 + ], + [ + 188, + 96 + ], + [ + 188, + 95 + ], + [ + 189, + 94 + ], + [ + 190, + 93 + ], + [ + 191, + 92 + ], + [ + 192, + 92 + ], + [ + 193, + 91 + ], + [ + 194, + 90 + ], + [ + 193, + 90 + ], + [ + 194, + 89 + ], + [ + 194, + 88 + ], + [ + 194, + 87 + ], + [ + 193, + 87 + ], + [ + 192, + 86 + ], + [ + 191, + 85 + ], + [ + 192, + 84 + ], + [ + 193, + 83 + ], + [ + 192, + 82 + ], + [ + 192, + 81 + ], + [ + 193, + 80 + ], + [ + 194, + 79 + ], + [ + 195, + 78 + ], + [ + 195, + 77 + ], + [ + 196, + 76 + ], + [ + 196, + 75 + ], + [ + 195, + 75 + ], + [ + 194, + 75 + ], + [ + 193, + 74 + ], + [ + 194, + 73 + ], + [ + 194, + 72 + ], + [ + 193, + 72 + ], + [ + 193, + 71 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 157, + 377 + ], + [ + 158, + 376 + ], + [ + 159, + 376 + ], + [ + 160, + 375 + ], + [ + 161, + 374 + ], + [ + 162, + 373 + ], + [ + 163, + 373 + ], + [ + 164, + 372 + ], + [ + 165, + 371 + ], + [ + 166, + 370 + ], + [ + 167, + 369 + ], + [ + 168, + 368 + ], + [ + 169, + 368 + ], + [ + 170, + 367 + ], + [ + 171, + 366 + ], + [ + 172, + 365 + ], + [ + 173, + 364 + ], + [ + 174, + 363 + ], + [ + 175, + 362 + ], + [ + 175, + 361 + ], + [ + 176, + 360 + ], + [ + 177, + 359 + ], + [ + 176, + 358 + ], + [ + 175, + 357 + ], + [ + 174, + 356 + ], + [ + 174, + 355 + ], + [ + 175, + 354 + ], + [ + 174, + 353 + ], + [ + 173, + 352 + ], + [ + 172, + 351 + ], + [ + 172, + 350 + ], + [ + 171, + 350 + ], + [ + 170, + 350 + ], + [ + 169, + 350 + ], + [ + 170, + 349 + ], + [ + 169, + 349 + ], + [ + 168, + 350 + ], + [ + 168, + 351 + ], + [ + 169, + 351 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 127, + 106 + ], + [ + 128, + 107 + ], + [ + 129, + 108 + ], + [ + 130, + 109 + ], + [ + 131, + 110 + ], + [ + 132, + 111 + ], + [ + 133, + 110 + ], + [ + 134, + 109 + ], + [ + 135, + 108 + ], + [ + 136, + 109 + ], + [ + 137, + 109 + ], + [ + 138, + 110 + ], + [ + 139, + 110 + ], + [ + 140, + 110 + ], + [ + 141, + 110 + ], + [ + 142, + 110 + ], + [ + 143, + 110 + ], + [ + 144, + 111 + ], + [ + 145, + 110 + ], + [ + 146, + 109 + ], + [ + 147, + 109 + ], + [ + 148, + 109 + ], + [ + 148, + 110 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 248, + 393 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 249, + 161 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 449 + ], + "peak": [ + 22, + 432 + ], + "area_cells": 3069 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 91 + ], + "peak": [ + 19, + 93 + ], + "area_cells": 402 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 324 + ], + "peak": [ + 57, + 351 + ], + "area_cells": 22733 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 1 + ], + "peak": [ + 40, + 0 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 89, + 38 + ], + "peak": [ + 103, + 33 + ], + "area_cells": 343 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 9 + ], + "peak": [ + 93, + 10 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 115, + 4 + ], + "peak": [ + 112, + 0 + ], + "area_cells": 281 + }, + { + "id": "range_10", + "name": null, + "center": [ + 151, + 10 + ], + "peak": [ + 152, + 3 + ], + "area_cells": 198 + }, + { + "id": "range_11", + "name": null, + "center": [ + 157, + 377 + ], + "peak": [ + 157, + 377 + ], + "area_cells": 90 + }, + { + "id": "range_12", + "name": null, + "center": [ + 194, + 339 + ], + "peak": [ + 192, + 340 + ], + "area_cells": 164 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292e/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292e/globe.png new file mode 100644 index 000000000..b15654341 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292e/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292e/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292e/heightmap.png new file mode 100644 index 000000000..26f1cc1e1 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292e/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292e/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292e/index.md new file mode 100644 index 000000000..dc01c82aa --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1292e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1589347151 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.669 + period_days: 200.0 + axial_tilt_deg: 44.1 +physical: + gravity_g: 0.35 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.768 + polar_ice_lat: 0.086 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.296 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1292e + +Frozen planet. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292e/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292e/markers.json new file mode 100644 index 000000000..7259c3343 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292e/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 25, + 262 + ], + "area_fraction": 0.1969 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 113, + 35 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 232, + 286 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 92, + 262 + ], + "peak": [ + 91, + 258 + ], + "area_cells": 221 + }, + { + "id": "range_2", + "name": null, + "center": [ + 122, + 336 + ], + "peak": [ + 123, + 332 + ], + "area_cells": 286 + }, + { + "id": "range_3", + "name": null, + "center": [ + 113, + 172 + ], + "peak": [ + 112, + 178 + ], + "area_cells": 56 + }, + { + "id": "range_4", + "name": null, + "center": [ + 114, + 362 + ], + "peak": [ + 114, + 363 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 161 + ], + "peak": [ + 155, + 178 + ], + "area_cells": 2272 + }, + { + "id": "range_9", + "name": null, + "center": [ + 156, + 241 + ], + "peak": [ + 166, + 224 + ], + "area_cells": 1344 + }, + { + "id": "range_11", + "name": null, + "center": [ + 130, + 123 + ], + "peak": [ + 130, + 124 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 160, + 412 + ], + "peak": [ + 156, + 435 + ], + "area_cells": 5042 + }, + { + "id": "range_13", + "name": null, + "center": [ + 146, + 214 + ], + "peak": [ + 147, + 214 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 191, + 506 + ], + "peak": [ + 192, + 506 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 195, + 195 + ], + "peak": [ + 195, + 195 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292f/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292f/globe.png new file mode 100644 index 000000000..518777750 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292f/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292f/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292f/heightmap.png new file mode 100644 index 000000000..4e42b9172 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292f/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292f/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292f/index.md new file mode 100644 index 000000000..946107d73 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1292f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2717095988 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.233 + period_days: 500.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.28 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.865 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1292f + +Frozen planet. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292f/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292f/markers.json new file mode 100644 index 000000000..7805d5345 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292f/markers.json @@ -0,0 +1,176 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 23 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 6, + 81 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 9, + 467 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 94, + 39 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_60", + "name": null, + "kind": "lake", + "center": [ + 151, + 486 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_70", + "name": null, + "kind": "lake", + "center": [ + 177, + 187 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_89", + "name": null, + "kind": "lake", + "center": [ + 213, + 26 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 493 + ], + "peak": [ + 41, + 492 + ], + "area_cells": 110 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 6 + ], + "peak": [ + 49, + 7 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 237, + 333 + ], + "peak": [ + 244, + 302 + ], + "area_cells": 3439 + }, + { + "id": "range_4", + "name": null, + "center": [ + 250, + 453 + ], + "peak": [ + 248, + 463 + ], + "area_cells": 889 + }, + { + "id": "range_5", + "name": null, + "center": [ + 250, + 186 + ], + "peak": [ + 254, + 180 + ], + "area_cells": 326 + }, + { + "id": "range_8", + "name": null, + "center": [ + 252, + 1 + ], + "peak": [ + 254, + 1 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 251, + 12 + ], + "peak": [ + 252, + 12 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/globe.png new file mode 100644 index 000000000..f29c16691 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/heightmap.png new file mode 100644 index 000000000..5a309ff82 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/index.md new file mode 100644 index 000000000..aeca50ee7 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ1292g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4112081678 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.05 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.87 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1292g-1 + +Barren moon. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/markers.json new file mode 100644 index 000000000..34b65537c --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292g-1/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 18 + ], + "peak": [ + 52, + 18 + ], + "area_cells": 130 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 143 + ], + "peak": [ + 44, + 144 + ], + "area_cells": 52 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 279 + ], + "peak": [ + 163, + 494 + ], + "area_cells": 39947 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 39 + ], + "peak": [ + 51, + 39 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 184 + ], + "peak": [ + 56, + 184 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 66, + 273 + ], + "peak": [ + 67, + 274 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 74, + 504 + ], + "peak": [ + 71, + 504 + ], + "area_cells": 185 + }, + { + "id": "range_13", + "name": null, + "center": [ + 90, + 461 + ], + "peak": [ + 89, + 462 + ], + "area_cells": 65 + }, + { + "id": "range_20", + "name": null, + "center": [ + 127, + 1 + ], + "peak": [ + 127, + 1 + ], + "area_cells": 29 + }, + { + "id": "range_21", + "name": null, + "center": [ + 133, + 44 + ], + "peak": [ + 132, + 44 + ], + "area_cells": 33 + }, + { + "id": "range_23", + "name": null, + "center": [ + 173, + 22 + ], + "peak": [ + 145, + 32 + ], + "area_cells": 1819 + }, + { + "id": "range_34", + "name": null, + "center": [ + 193, + 123 + ], + "peak": [ + 193, + 124 + ], + "area_cells": 21 + }, + { + "id": "range_38", + "name": null, + "center": [ + 224, + 391 + ], + "peak": [ + 225, + 392 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/globe.png new file mode 100644 index 000000000..8b571d74a Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/heightmap.png new file mode 100644 index 000000000..d2ebf374c Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/index.md new file mode 100644 index 000000000..75b5b45cd --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1292g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 709768242 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 53.4 +physical: + gravity_g: 0.03 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.841 + polar_ice_lat: 0.072 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1292g-2 + +Frozen moon. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/markers.json new file mode 100644 index 000000000..e6ea461ca --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292g-2/markers.json @@ -0,0 +1,91 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 192, + 43 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 187, + 470 + ], + "area_fraction": 0.0264 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 199, + 159 + ], + "area_fraction": 0.0578 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 210, + 15 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 239, + 236 + ], + "area_fraction": 0.0336 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 230 + ], + "peak": [ + 0, + 77 + ], + "area_cells": 34101 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 241 + ], + "peak": [ + 77, + 241 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292g/globe.png new file mode 100644 index 000000000..0b4a0645f Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292g/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292g/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292g/index.md new file mode 100644 index 000000000..abffdeebb --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ1292g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 598248714 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.564 + period_days: 1500.0 + axial_tilt_deg: 10.1 +physical: + gravity_g: null + oblateness: 0.0648 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.109 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.53 + opacity_base: 0.67 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ1292g + +Gas giant. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292h/globe.png b/wiki/star-systems/GJ-1292/bodies/GJ1292h/globe.png new file mode 100644 index 000000000..4b6b4b745 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292h/globe.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292h/heightmap.png b/wiki/star-systems/GJ-1292/bodies/GJ1292h/heightmap.png new file mode 100644 index 000000000..e8f1fc321 Binary files /dev/null and b/wiki/star-systems/GJ-1292/bodies/GJ1292h/heightmap.png differ diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292h/index.md b/wiki/star-systems/GJ-1292/bodies/GJ1292h/index.md new file mode 100644 index 000000000..5955fe953 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ1292h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1608630514 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.334 + period_days: 4500.0 + axial_tilt_deg: 32.8 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.84 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ1292h + +Frozen planet. + +**System:** [GJ-1292](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-1292/bodies/GJ1292h/markers.json b/wiki/star-systems/GJ-1292/bodies/GJ1292h/markers.json new file mode 100644 index 000000000..1f19a45e3 --- /dev/null +++ b/wiki/star-systems/GJ-1292/bodies/GJ1292h/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 206, + 78 + ], + "area_fraction": 0.1057 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 218, + 467 + ], + "area_fraction": 0.0361 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 68 + ], + "peak": [ + 100, + 105 + ], + "area_cells": 7431 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 495 + ], + "peak": [ + 36, + 509 + ], + "area_cells": 1020 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 253 + ], + "peak": [ + 46, + 251 + ], + "area_cells": 89 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 126 + ], + "peak": [ + 51, + 127 + ], + "area_cells": 108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 61, + 427 + ], + "peak": [ + 59, + 427 + ], + "area_cells": 110 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 234 + ], + "peak": [ + 67, + 235 + ], + "area_cells": 93 + }, + { + "id": "range_8", + "name": null, + "center": [ + 62, + 447 + ], + "peak": [ + 63, + 449 + ], + "area_cells": 73 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 226 + ], + "peak": [ + 63, + 226 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 87, + 299 + ], + "peak": [ + 98, + 318 + ], + "area_cells": 2290 + }, + { + "id": "range_12", + "name": null, + "center": [ + 170, + 198 + ], + "peak": [ + 173, + 213 + ], + "area_cells": 2084 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 141 + ], + "peak": [ + 156, + 141 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 139 + ], + "peak": [ + 163, + 140 + ], + "area_cells": 41 + }, + { + "id": "range_15", + "name": null, + "center": [ + 170, + 281 + ], + "peak": [ + 166, + 283 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ136b/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136b/globe.png new file mode 100644 index 000000000..003eb3865 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136b/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136b/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136b/heightmap.png new file mode 100644 index 000000000..4e208e33d Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136b/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136b/index.md b/wiki/star-systems/GJ-136/bodies/GJ136b/index.md new file mode 100644 index 000000000..3736f4598 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ136b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2535666457 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.273 + period_days: 52.0 + axial_tilt_deg: 17.0 +physical: + gravity_g: 0.52 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.889 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136b + +Barren planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 98% | +| **Year** | 52 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136b/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136b/markers.json new file mode 100644 index 000000000..ff2a74e1a --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136b/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 26 + ], + "peak": [ + 71, + 10 + ], + "area_cells": 4097 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 53 + ], + "peak": [ + 1, + 54 + ], + "area_cells": 124 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 413 + ], + "peak": [ + 25, + 421 + ], + "area_cells": 1477 + }, + { + "id": "range_6", + "name": null, + "center": [ + 49, + 485 + ], + "peak": [ + 47, + 487 + ], + "area_cells": 4202 + }, + { + "id": "range_18", + "name": null, + "center": [ + 46, + 169 + ], + "peak": [ + 43, + 169 + ], + "area_cells": 95 + }, + { + "id": "range_19", + "name": null, + "center": [ + 67, + 123 + ], + "peak": [ + 62, + 147 + ], + "area_cells": 1708 + }, + { + "id": "range_21", + "name": null, + "center": [ + 60, + 184 + ], + "peak": [ + 59, + 188 + ], + "area_cells": 199 + }, + { + "id": "range_24", + "name": null, + "center": [ + 63, + 236 + ], + "peak": [ + 63, + 237 + ], + "area_cells": 22 + }, + { + "id": "range_25", + "name": null, + "center": [ + 73, + 331 + ], + "peak": [ + 73, + 330 + ], + "area_cells": 145 + }, + { + "id": "range_27", + "name": null, + "center": [ + 81, + 356 + ], + "peak": [ + 82, + 358 + ], + "area_cells": 73 + }, + { + "id": "range_28", + "name": null, + "center": [ + 87, + 437 + ], + "peak": [ + 88, + 437 + ], + "area_cells": 66 + }, + { + "id": "range_29", + "name": null, + "center": [ + 108, + 322 + ], + "peak": [ + 91, + 316 + ], + "area_cells": 374 + }, + { + "id": "range_32", + "name": null, + "center": [ + 99, + 421 + ], + "peak": [ + 101, + 418 + ], + "area_cells": 77 + }, + { + "id": "range_34", + "name": null, + "center": [ + 116, + 473 + ], + "peak": [ + 124, + 471 + ], + "area_cells": 142 + }, + { + "id": "range_37", + "name": null, + "center": [ + 119, + 353 + ], + "peak": [ + 121, + 355 + ], + "area_cells": 127 + }, + { + "id": "range_38", + "name": null, + "center": [ + 124, + 414 + ], + "peak": [ + 124, + 413 + ], + "area_cells": 135 + }, + { + "id": "range_39", + "name": null, + "center": [ + 123, + 21 + ], + "peak": [ + 123, + 23 + ], + "area_cells": 23 + }, + { + "id": "range_40", + "name": null, + "center": [ + 123, + 382 + ], + "peak": [ + 124, + 382 + ], + "area_cells": 20 + }, + { + "id": "range_41", + "name": null, + "center": [ + 124, + 121 + ], + "peak": [ + 124, + 120 + ], + "area_cells": 45 + }, + { + "id": "range_42", + "name": null, + "center": [ + 143, + 377 + ], + "peak": [ + 141, + 375 + ], + "area_cells": 88 + }, + { + "id": "range_43", + "name": null, + "center": [ + 144, + 7 + ], + "peak": [ + 145, + 7 + ], + "area_cells": 42 + }, + { + "id": "range_44", + "name": null, + "center": [ + 143, + 206 + ], + "peak": [ + 143, + 206 + ], + "area_cells": 41 + }, + { + "id": "range_45", + "name": null, + "center": [ + 151, + 225 + ], + "peak": [ + 152, + 227 + ], + "area_cells": 77 + }, + { + "id": "range_46", + "name": null, + "center": [ + 158, + 401 + ], + "peak": [ + 156, + 401 + ], + "area_cells": 64 + }, + { + "id": "range_47", + "name": null, + "center": [ + 161, + 359 + ], + "peak": [ + 162, + 359 + ], + "area_cells": 118 + }, + { + "id": "range_52", + "name": null, + "center": [ + 182, + 351 + ], + "peak": [ + 184, + 352 + ], + "area_cells": 180 + }, + { + "id": "range_53", + "name": null, + "center": [ + 176, + 400 + ], + "peak": [ + 178, + 401 + ], + "area_cells": 22 + }, + { + "id": "range_54", + "name": null, + "center": [ + 184, + 389 + ], + "peak": [ + 183, + 393 + ], + "area_cells": 33 + }, + { + "id": "range_55", + "name": null, + "center": [ + 189, + 372 + ], + "peak": [ + 190, + 373 + ], + "area_cells": 56 + }, + { + "id": "range_59", + "name": null, + "center": [ + 247, + 114 + ], + "peak": [ + 254, + 115 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136c/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136c/globe.png new file mode 100644 index 000000000..b1b31d91f Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136c/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136c/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136c/heightmap.png new file mode 100644 index 000000000..aa818b237 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136c/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136c/index.md b/wiki/star-systems/GJ-136/bodies/GJ136c/index.md new file mode 100644 index 000000000..ebdb85c86 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ136c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 39314791 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.589 + period_days: 165.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.76 + oblateness: 0.0031 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.981 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136c + +Hot Arid planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 165 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136c/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136c/markers.json new file mode 100644 index 000000000..fab844c31 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136c/markers.json @@ -0,0 +1,684 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 134, + 457 + ], + [ + 135, + 458 + ], + [ + 136, + 459 + ], + [ + 137, + 460 + ], + [ + 138, + 461 + ], + [ + 139, + 462 + ], + [ + 140, + 463 + ], + [ + 140, + 464 + ], + [ + 140, + 465 + ], + [ + 139, + 466 + ], + [ + 140, + 467 + ], + [ + 139, + 468 + ], + [ + 140, + 469 + ], + [ + 140, + 470 + ], + [ + 140, + 471 + ], + [ + 139, + 472 + ], + [ + 140, + 473 + ], + [ + 140, + 472 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 253, + 357 + ], + [ + 254, + 358 + ], + [ + 255, + 359 + ], + [ + 255, + 360 + ], + [ + 255, + 361 + ], + [ + 255, + 362 + ], + [ + 255, + 363 + ], + [ + 255, + 364 + ], + [ + 255, + 365 + ], + [ + 255, + 366 + ], + [ + 255, + 367 + ], + [ + 254, + 368 + ], + [ + 255, + 369 + ], + [ + 254, + 370 + ], + [ + 255, + 370 + ], + [ + 255, + 371 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 125, + 306 + ], + [ + 124, + 305 + ], + [ + 123, + 304 + ], + [ + 122, + 304 + ], + [ + 121, + 304 + ], + [ + 120, + 305 + ], + [ + 120, + 306 + ], + [ + 120, + 307 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 3, + 467 + ], + [ + 4, + 467 + ], + [ + 5, + 466 + ], + [ + 6, + 466 + ], + [ + 7, + 466 + ], + [ + 8, + 467 + ], + [ + 8, + 466 + ], + [ + 7, + 467 + ], + [ + 8, + 468 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 222, + 472 + ], + [ + 223, + 471 + ], + [ + 224, + 470 + ], + [ + 225, + 469 + ], + [ + 226, + 469 + ], + [ + 226, + 468 + ], + [ + 227, + 468 + ], + [ + 227, + 467 + ], + [ + 226, + 466 + ], + [ + 227, + 465 + ], + [ + 226, + 464 + ], + [ + 225, + 463 + ], + [ + 225, + 462 + ], + [ + 226, + 461 + ], + [ + 226, + 460 + ], + [ + 225, + 459 + ], + [ + 226, + 458 + ], + [ + 227, + 457 + ], + [ + 227, + 456 + ], + [ + 226, + 457 + ], + [ + 225, + 456 + ], + [ + 225, + 457 + ], + [ + 226, + 456 + ], + [ + 226, + 455 + ], + [ + 225, + 454 + ], + [ + 225, + 453 + ], + [ + 225, + 452 + ], + [ + 225, + 451 + ], + [ + 224, + 452 + ], + [ + 224, + 451 + ], + [ + 223, + 450 + ], + [ + 223, + 451 + ], + [ + 224, + 450 + ], + [ + 223, + 449 + ], + [ + 224, + 449 + ], + [ + 225, + 448 + ], + [ + 225, + 447 + ], + [ + 224, + 448 + ], + [ + 223, + 448 + ], + [ + 224, + 447 + ], + [ + 224, + 446 + ], + [ + 223, + 445 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 157, + 422 + ], + [ + 158, + 421 + ], + [ + 159, + 420 + ], + [ + 160, + 419 + ], + [ + 161, + 418 + ], + [ + 162, + 417 + ], + [ + 163, + 417 + ], + [ + 164, + 418 + ], + [ + 165, + 417 + ], + [ + 165, + 418 + ], + [ + 166, + 419 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 2, + 79 + ], + [ + 3, + 79 + ], + [ + 4, + 79 + ], + [ + 5, + 79 + ], + [ + 6, + 78 + ], + [ + 7, + 79 + ], + [ + 7, + 78 + ], + [ + 8, + 78 + ], + [ + 8, + 77 + ], + [ + 7, + 76 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 249, + 245 + ], + [ + 250, + 246 + ], + [ + 250, + 245 + ], + [ + 251, + 245 + ], + [ + 252, + 245 + ], + [ + 253, + 244 + ], + [ + 254, + 243 + ], + [ + 255, + 242 + ], + [ + 255, + 241 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 28, + 178 + ], + [ + 27, + 179 + ], + [ + 26, + 180 + ], + [ + 25, + 181 + ], + [ + 24, + 181 + ], + [ + 23, + 182 + ], + [ + 22, + 183 + ], + [ + 21, + 182 + ], + [ + 20, + 181 + ], + [ + 19, + 180 + ], + [ + 18, + 180 + ], + [ + 17, + 179 + ], + [ + 16, + 179 + ], + [ + 16, + 178 + ], + [ + 15, + 177 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 127 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 196 + ], + "peak": [ + 151, + 297 + ], + "area_cells": 35040 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 477 + ], + "peak": [ + 74, + 485 + ], + "area_cells": 5345 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 295 + ], + "peak": [ + 125, + 306 + ], + "area_cells": 133 + }, + { + "id": "range_4", + "name": null, + "center": [ + 184, + 303 + ], + "peak": [ + 188, + 295 + ], + "area_cells": 351 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136d/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136d/globe.png new file mode 100644 index 000000000..c52922522 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136d/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136d/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136d/heightmap.png new file mode 100644 index 000000000..1c3df2254 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136d/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136d/index.md b/wiki/star-systems/GJ-136/bodies/GJ136d/index.md new file mode 100644 index 000000000..891656d86 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ136d +name: Dài Lộ Primary +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4129782388 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.009 + period_days: 370.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.96 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.422 + polar_ice_lat: 0.669 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.543 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Dài Lộ Primary + +Temperate planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 370 days | +| **Inhabited** | yes | +| **Population** | 280K | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136d/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136d/markers.json new file mode 100644 index 000000000..ee970a9f9 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136d/markers.json @@ -0,0 +1,592 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 133, + 366 + ], + [ + 132, + 365 + ], + [ + 131, + 364 + ], + [ + 130, + 363 + ], + [ + 129, + 362 + ], + [ + 128, + 361 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 149, + 214 + ], + [ + 150, + 213 + ], + [ + 151, + 212 + ], + [ + 152, + 213 + ], + [ + 153, + 212 + ], + [ + 154, + 212 + ], + [ + 155, + 213 + ], + [ + 156, + 212 + ], + [ + 157, + 212 + ], + [ + 158, + 212 + ], + [ + 159, + 211 + ], + [ + 160, + 210 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 175, + 234 + ], + [ + 174, + 235 + ], + [ + 175, + 236 + ], + [ + 176, + 236 + ], + [ + 175, + 237 + ], + [ + 174, + 238 + ], + [ + 173, + 239 + ], + [ + 172, + 240 + ], + [ + 172, + 241 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 117, + 169 + ], + [ + 116, + 168 + ], + [ + 115, + 167 + ], + [ + 114, + 166 + ], + [ + 113, + 166 + ], + [ + 112, + 166 + ], + [ + 111, + 167 + ], + [ + 110, + 168 + ], + [ + 109, + 168 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 255, + 206 + ], + [ + 254, + 207 + ], + [ + 253, + 208 + ], + [ + 252, + 209 + ], + [ + 251, + 210 + ], + [ + 250, + 211 + ], + [ + 250, + 212 + ], + [ + 250, + 213 + ], + [ + 250, + 214 + ], + [ + 249, + 215 + ], + [ + 248, + 216 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 138, + 347 + ], + [ + 137, + 348 + ], + [ + 136, + 349 + ], + [ + 135, + 348 + ], + [ + 134, + 347 + ], + [ + 133, + 346 + ], + [ + 132, + 345 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 151, + 195 + ], + [ + 150, + 194 + ], + [ + 149, + 193 + ], + [ + 148, + 192 + ], + [ + 149, + 191 + ], + [ + 150, + 190 + ], + [ + 151, + 189 + ], + [ + 152, + 188 + ], + [ + 153, + 187 + ], + [ + 154, + 186 + ], + [ + 154, + 185 + ], + [ + 153, + 184 + ], + [ + 153, + 183 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 132, + 486 + ], + [ + 131, + 487 + ], + [ + 130, + 488 + ], + [ + 129, + 489 + ], + [ + 128, + 490 + ], + [ + 128, + 491 + ], + [ + 128, + 492 + ], + [ + 128, + 493 + ], + [ + 127, + 494 + ], + [ + 128, + 495 + ], + [ + 127, + 496 + ], + [ + 127, + 497 + ], + [ + 128, + 498 + ], + [ + 128, + 499 + ], + [ + 127, + 500 + ], + [ + 126, + 501 + ], + [ + 127, + 502 + ], + [ + 126, + 503 + ], + [ + 126, + 504 + ], + [ + 125, + 505 + ], + [ + 126, + 506 + ], + [ + 125, + 507 + ], + [ + 124, + 508 + ], + [ + 123, + 509 + ], + [ + 123, + 510 + ], + [ + 123, + 511 + ], + [ + 123, + 0 + ], + [ + 122, + 1 + ], + [ + 123, + 2 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 127, + 250 + ], + "area_fraction": 0.4976 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 75, + 481 + ], + "area_fraction": 0.0201 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 94, + 180 + ], + "area_fraction": 0.0255 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 237, + 129 + ], + "area_fraction": 0.0267 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 98, + 419 + ], + "peak": [ + 98, + 420 + ], + "area_cells": 29 + }, + { + "id": "range_2", + "name": null, + "center": [ + 118, + 427 + ], + "peak": [ + 115, + 404 + ], + "area_cells": 1344 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 484 + ], + "peak": [ + 132, + 486 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 180, + 35 + ], + "peak": [ + 192, + 2 + ], + "area_cells": 720 + }, + { + "id": "range_5", + "name": null, + "center": [ + 187, + 467 + ], + "peak": [ + 179, + 452 + ], + "area_cells": 2014 + }, + { + "id": "range_6", + "name": null, + "center": [ + 206, + 141 + ], + "peak": [ + 213, + 168 + ], + "area_cells": 221 + }, + { + "id": "range_7", + "name": null, + "center": [ + 215, + 65 + ], + "peak": [ + 215, + 66 + ], + "area_cells": 70 + }, + { + "id": "range_8", + "name": null, + "center": [ + 226, + 174 + ], + "peak": [ + 227, + 175 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136e/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136e/globe.png new file mode 100644 index 000000000..89ddcb45b Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136e/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136e/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136e/heightmap.png new file mode 100644 index 000000000..86f823b1f Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136e/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136e/index.md b/wiki/star-systems/GJ-136/bodies/GJ136e/index.md new file mode 100644 index 000000000..25c57ec51 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ136e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4293811010 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.085 + period_days: 1100.0 + axial_tilt_deg: 30.9 +physical: + gravity_g: 0.62 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.402 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.121 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136e + +Cold Arid planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136e/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136e/markers.json new file mode 100644 index 000000000..260cce036 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136e/markers.json @@ -0,0 +1,967 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 220, + 139 + ], + [ + 221, + 138 + ], + [ + 222, + 137 + ], + [ + 223, + 136 + ], + [ + 224, + 135 + ], + [ + 225, + 134 + ], + [ + 226, + 133 + ], + [ + 225, + 132 + ], + [ + 226, + 131 + ], + [ + 225, + 130 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 228, + 0 + ], + [ + 228, + 1 + ], + [ + 227, + 2 + ], + [ + 227, + 3 + ], + [ + 226, + 4 + ], + [ + 226, + 5 + ], + [ + 226, + 6 + ], + [ + 225, + 7 + ], + [ + 224, + 8 + ], + [ + 224, + 7 + ], + [ + 223, + 7 + ], + [ + 223, + 8 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 250, + 266 + ], + [ + 249, + 267 + ], + [ + 248, + 268 + ], + [ + 247, + 268 + ], + [ + 246, + 267 + ], + [ + 245, + 266 + ], + [ + 244, + 265 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 229, + 26 + ], + [ + 229, + 25 + ], + [ + 229, + 24 + ], + [ + 228, + 24 + ], + [ + 227, + 24 + ], + [ + 226, + 24 + ], + [ + 225, + 24 + ], + [ + 224, + 24 + ], + [ + 223, + 24 + ], + [ + 222, + 24 + ], + [ + 221, + 23 + ], + [ + 220, + 24 + ], + [ + 219, + 24 + ], + [ + 218, + 24 + ], + [ + 218, + 25 + ], + [ + 219, + 25 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 216, + 28 + ], + [ + 215, + 27 + ], + [ + 215, + 26 + ], + [ + 214, + 25 + ], + [ + 214, + 26 + ], + [ + 213, + 25 + ], + [ + 212, + 26 + ], + [ + 211, + 27 + ], + [ + 211, + 28 + ], + [ + 210, + 29 + ], + [ + 209, + 30 + ], + [ + 208, + 31 + ], + [ + 208, + 32 + ], + [ + 209, + 33 + ], + [ + 208, + 34 + ], + [ + 209, + 35 + ], + [ + 210, + 35 + ], + [ + 210, + 36 + ], + [ + 210, + 37 + ], + [ + 211, + 38 + ], + [ + 212, + 39 + ], + [ + 211, + 40 + ], + [ + 211, + 41 + ], + [ + 212, + 42 + ], + [ + 212, + 43 + ], + [ + 212, + 44 + ], + [ + 213, + 44 + ], + [ + 214, + 45 + ], + [ + 215, + 46 + ], + [ + 216, + 47 + ], + [ + 216, + 48 + ], + [ + 215, + 48 + ], + [ + 215, + 49 + ], + [ + 214, + 49 + ], + [ + 214, + 50 + ], + [ + 215, + 51 + ], + [ + 216, + 52 + ], + [ + 215, + 52 + ], + [ + 215, + 53 + ], + [ + 216, + 54 + ], + [ + 217, + 55 + ], + [ + 217, + 56 + ], + [ + 218, + 57 + ], + [ + 218, + 58 + ], + [ + 219, + 58 + ], + [ + 218, + 59 + ], + [ + 217, + 60 + ], + [ + 218, + 61 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 212, + 488 + ], + [ + 211, + 487 + ], + [ + 211, + 486 + ], + [ + 211, + 485 + ], + [ + 212, + 485 + ], + [ + 213, + 484 + ], + [ + 214, + 485 + ], + [ + 215, + 485 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 157, + 511 + ], + [ + 158, + 510 + ], + [ + 159, + 509 + ], + [ + 160, + 508 + ], + [ + 161, + 507 + ], + [ + 162, + 506 + ], + [ + 163, + 507 + ], + [ + 164, + 506 + ], + [ + 165, + 507 + ], + [ + 166, + 506 + ], + [ + 167, + 507 + ], + [ + 168, + 507 + ], + [ + 169, + 508 + ], + [ + 170, + 509 + ], + [ + 171, + 508 + ], + [ + 172, + 507 + ], + [ + 173, + 507 + ], + [ + 174, + 508 + ], + [ + 175, + 507 + ], + [ + 176, + 507 + ], + [ + 177, + 508 + ], + [ + 178, + 509 + ], + [ + 179, + 509 + ], + [ + 180, + 508 + ], + [ + 181, + 508 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 132, + 190 + ], + [ + 133, + 191 + ], + [ + 134, + 192 + ], + [ + 135, + 193 + ], + [ + 136, + 194 + ], + [ + 137, + 195 + ], + [ + 138, + 196 + ], + [ + 139, + 197 + ], + [ + 140, + 198 + ], + [ + 140, + 199 + ], + [ + 141, + 200 + ], + [ + 140, + 201 + ], + [ + 140, + 202 + ], + [ + 140, + 203 + ], + [ + 141, + 204 + ], + [ + 141, + 205 + ], + [ + 140, + 205 + ], + [ + 140, + 206 + ], + [ + 139, + 207 + ], + [ + 138, + 208 + ], + [ + 137, + 209 + ], + [ + 137, + 210 + ], + [ + 136, + 210 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 136, + 432 + ], + [ + 137, + 431 + ], + [ + 137, + 430 + ], + [ + 137, + 429 + ], + [ + 136, + 428 + ], + [ + 136, + 427 + ], + [ + 135, + 426 + ], + [ + 135, + 425 + ], + [ + 134, + 424 + ], + [ + 134, + 423 + ], + [ + 135, + 422 + ], + [ + 135, + 421 + ], + [ + 134, + 421 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 255, + 295 + ], + [ + 254, + 296 + ], + [ + 254, + 295 + ], + [ + 253, + 296 + ], + [ + 252, + 295 + ], + [ + 251, + 294 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 248, + 121 + ], + [ + 247, + 120 + ], + [ + 246, + 119 + ], + [ + 245, + 118 + ], + [ + 244, + 117 + ], + [ + 245, + 117 + ], + [ + 244, + 116 + ], + [ + 244, + 115 + ], + [ + 244, + 114 + ], + [ + 243, + 113 + ], + [ + 244, + 112 + ], + [ + 244, + 113 + ], + [ + 243, + 114 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 222, + 177 + ], + [ + 222, + 176 + ], + [ + 223, + 175 + ], + [ + 224, + 174 + ], + [ + 225, + 173 + ], + [ + 226, + 172 + ], + [ + 227, + 171 + ], + [ + 228, + 170 + ], + [ + 227, + 169 + ], + [ + 228, + 168 + ], + [ + 228, + 167 + ], + [ + 228, + 166 + ], + [ + 227, + 165 + ], + [ + 228, + 164 + ], + [ + 229, + 163 + ], + [ + 229, + 162 + ], + [ + 229, + 161 + ], + [ + 230, + 161 + ], + [ + 231, + 162 + ], + [ + 232, + 162 + ], + [ + 231, + 161 + ], + [ + 232, + 160 + ], + [ + 231, + 159 + ], + [ + 232, + 158 + ], + [ + 233, + 158 + ], + [ + 234, + 157 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 132, + 390 + ], + "peak": [ + 114, + 508 + ], + "area_cells": 24857 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 123 + ], + "peak": [ + 98, + 120 + ], + "area_cells": 4739 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 9 + ], + "peak": [ + 115, + 0 + ], + "area_cells": 1443 + }, + { + "id": "range_6", + "name": null, + "center": [ + 137, + 77 + ], + "peak": [ + 136, + 77 + ], + "area_cells": 148 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m1/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/globe.png new file mode 100644 index 000000000..8b21bbddc Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m1/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/heightmap.png new file mode 100644 index 000000000..147b64312 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m1/index.md b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/index.md new file mode 100644 index 000000000..13c02843e --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ136f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3926165045 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.13 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.297 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136f-m1 + +Frozen moon. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m1/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/markers.json new file mode 100644 index 000000000..ab617693d --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136f-m1/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 70, + 375 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 47, + 138 + ], + "peak": [ + 50, + 136 + ], + "area_cells": 189 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 160 + ], + "peak": [ + 50, + 161 + ], + "area_cells": 71 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 54 + ], + "peak": [ + 52, + 49 + ], + "area_cells": 242 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 175 + ], + "peak": [ + 56, + 174 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 25 + ], + "peak": [ + 60, + 26 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 155 + ], + "peak": [ + 66, + 156 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 146, + 192 + ], + "peak": [ + 145, + 193 + ], + "area_cells": 199 + }, + { + "id": "range_12", + "name": null, + "center": [ + 203, + 59 + ], + "peak": [ + 211, + 78 + ], + "area_cells": 9434 + }, + { + "id": "range_13", + "name": null, + "center": [ + 219, + 355 + ], + "peak": [ + 241, + 446 + ], + "area_cells": 11979 + }, + { + "id": "range_14", + "name": null, + "center": [ + 162, + 294 + ], + "peak": [ + 161, + 295 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 190, + 494 + ], + "peak": [ + 191, + 511 + ], + "area_cells": 493 + }, + { + "id": "range_16", + "name": null, + "center": [ + 202, + 454 + ], + "peak": [ + 202, + 454 + ], + "area_cells": 68 + }, + { + "id": "range_18", + "name": null, + "center": [ + 245, + 202 + ], + "peak": [ + 255, + 203 + ], + "area_cells": 1295 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m2/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/globe.png new file mode 100644 index 000000000..bb1ad24d2 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m2/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/heightmap.png new file mode 100644 index 000000000..ecb399622 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m2/index.md b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/index.md new file mode 100644 index 000000000..d593bf3bc --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ136f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 760226933 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.08 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.909 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136f-m2 + +Barren moon. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f-m2/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/markers.json new file mode 100644 index 000000000..8f3052fd8 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136f-m2/markers.json @@ -0,0 +1,506 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 35, + 455 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 415 + ], + "peak": [ + 6, + 419 + ], + "area_cells": 132 + }, + { + "id": "range_3", + "name": null, + "center": [ + 23, + 245 + ], + "peak": [ + 19, + 251 + ], + "area_cells": 142 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 246 + ], + "peak": [ + 47, + 247 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 61, + 508 + ], + "peak": [ + 59, + 509 + ], + "area_cells": 123 + }, + { + "id": "range_11", + "name": null, + "center": [ + 67, + 281 + ], + "peak": [ + 71, + 285 + ], + "area_cells": 220 + }, + { + "id": "range_12", + "name": null, + "center": [ + 61, + 39 + ], + "peak": [ + 61, + 40 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 408 + ], + "peak": [ + 61, + 409 + ], + "area_cells": 51 + }, + { + "id": "range_14", + "name": null, + "center": [ + 64, + 364 + ], + "peak": [ + 64, + 365 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 77, + 65 + ], + "peak": [ + 78, + 66 + ], + "area_cells": 28 + }, + { + "id": "range_20", + "name": null, + "center": [ + 85, + 28 + ], + "peak": [ + 86, + 28 + ], + "area_cells": 81 + }, + { + "id": "range_23", + "name": null, + "center": [ + 96, + 404 + ], + "peak": [ + 95, + 398 + ], + "area_cells": 195 + }, + { + "id": "range_24", + "name": null, + "center": [ + 92, + 91 + ], + "peak": [ + 93, + 92 + ], + "area_cells": 65 + }, + { + "id": "range_25", + "name": null, + "center": [ + 105, + 328 + ], + "peak": [ + 113, + 314 + ], + "area_cells": 792 + }, + { + "id": "range_26", + "name": null, + "center": [ + 98, + 481 + ], + "peak": [ + 98, + 481 + ], + "area_cells": 45 + }, + { + "id": "range_27", + "name": null, + "center": [ + 99, + 442 + ], + "peak": [ + 99, + 443 + ], + "area_cells": 66 + }, + { + "id": "range_28", + "name": null, + "center": [ + 104, + 54 + ], + "peak": [ + 105, + 55 + ], + "area_cells": 121 + }, + { + "id": "range_29", + "name": null, + "center": [ + 120, + 440 + ], + "peak": [ + 128, + 445 + ], + "area_cells": 420 + }, + { + "id": "range_32", + "name": null, + "center": [ + 143, + 161 + ], + "peak": [ + 157, + 165 + ], + "area_cells": 547 + }, + { + "id": "range_33", + "name": null, + "center": [ + 120, + 285 + ], + "peak": [ + 117, + 290 + ], + "area_cells": 106 + }, + { + "id": "range_34", + "name": null, + "center": [ + 124, + 19 + ], + "peak": [ + 121, + 20 + ], + "area_cells": 89 + }, + { + "id": "range_36", + "name": null, + "center": [ + 126, + 370 + ], + "peak": [ + 126, + 371 + ], + "area_cells": 33 + }, + { + "id": "range_37", + "name": null, + "center": [ + 136, + 481 + ], + "peak": [ + 140, + 483 + ], + "area_cells": 290 + }, + { + "id": "range_38", + "name": null, + "center": [ + 144, + 107 + ], + "peak": [ + 143, + 110 + ], + "area_cells": 374 + }, + { + "id": "range_39", + "name": null, + "center": [ + 141, + 369 + ], + "peak": [ + 141, + 369 + ], + "area_cells": 37 + }, + { + "id": "range_40", + "name": null, + "center": [ + 172, + 21 + ], + "peak": [ + 173, + 14 + ], + "area_cells": 1684 + }, + { + "id": "range_41", + "name": null, + "center": [ + 143, + 77 + ], + "peak": [ + 143, + 77 + ], + "area_cells": 30 + }, + { + "id": "range_42", + "name": null, + "center": [ + 145, + 392 + ], + "peak": [ + 145, + 393 + ], + "area_cells": 104 + }, + { + "id": "range_45", + "name": null, + "center": [ + 166, + 198 + ], + "peak": [ + 170, + 210 + ], + "area_cells": 488 + }, + { + "id": "range_46", + "name": null, + "center": [ + 158, + 332 + ], + "peak": [ + 161, + 330 + ], + "area_cells": 167 + }, + { + "id": "range_47", + "name": null, + "center": [ + 170, + 266 + ], + "peak": [ + 178, + 279 + ], + "area_cells": 386 + }, + { + "id": "range_48", + "name": null, + "center": [ + 178, + 452 + ], + "peak": [ + 182, + 501 + ], + "area_cells": 2915 + }, + { + "id": "range_49", + "name": null, + "center": [ + 170, + 132 + ], + "peak": [ + 170, + 123 + ], + "area_cells": 414 + }, + { + "id": "range_50", + "name": null, + "center": [ + 175, + 310 + ], + "peak": [ + 170, + 311 + ], + "area_cells": 108 + }, + { + "id": "range_51", + "name": null, + "center": [ + 182, + 48 + ], + "peak": [ + 182, + 49 + ], + "area_cells": 50 + }, + { + "id": "range_57", + "name": null, + "center": [ + 216, + 504 + ], + "peak": [ + 217, + 505 + ], + "area_cells": 39 + }, + { + "id": "range_58", + "name": null, + "center": [ + 215, + 392 + ], + "peak": [ + 216, + 392 + ], + "area_cells": 25 + }, + { + "id": "range_61", + "name": null, + "center": [ + 216, + 30 + ], + "peak": [ + 218, + 30 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136f/globe.png new file mode 100644 index 000000000..3dbd3314c Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136f/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136f/index.md b/wiki/star-systems/GJ-136/bodies/GJ136f/index.md new file mode 100644 index 000000000..3302cc162 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ136f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3153171920 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.425 + period_days: 3400.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: null + oblateness: 0.0733 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.178 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.122 +--- + +# GJ136f + +Gas giant. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136g/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136g/globe.png new file mode 100644 index 000000000..c8f5fe4df Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136g/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136g/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136g/heightmap.png new file mode 100644 index 000000000..f6da54aa2 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136g/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136g/index.md b/wiki/star-systems/GJ-136/bodies/GJ136g/index.md new file mode 100644 index 000000000..0c9a91fce --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ136g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 33375240 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.087 + period_days: 8400.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.48 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.752 + polar_ice_lat: 0.29 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136g + +Frozen planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 8400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136g/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136g/markers.json new file mode 100644 index 000000000..e1c2ee399 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136g/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 48, + 178 + ], + "area_fraction": 0.2182 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 74, + 199 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 179, + 102 + ], + "peak": [ + 180, + 102 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 182, + 58 + ], + "peak": [ + 183, + 61 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 196, + 69 + ], + "peak": [ + 199, + 71 + ], + "area_cells": 130 + }, + { + "id": "range_6", + "name": null, + "center": [ + 190, + 96 + ], + "peak": [ + 190, + 96 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 157 + ], + "peak": [ + 253, + 119 + ], + "area_cells": 6050 + }, + { + "id": "range_9", + "name": null, + "center": [ + 199, + 128 + ], + "peak": [ + 198, + 127 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 208, + 255 + ], + "peak": [ + 207, + 249 + ], + "area_cells": 81 + }, + { + "id": "range_14", + "name": null, + "center": [ + 228, + 6 + ], + "peak": [ + 231, + 0 + ], + "area_cells": 203 + }, + { + "id": "range_15", + "name": null, + "center": [ + 233, + 488 + ], + "peak": [ + 234, + 497 + ], + "area_cells": 521 + }, + { + "id": "range_17", + "name": null, + "center": [ + 245, + 389 + ], + "peak": [ + 245, + 389 + ], + "area_cells": 2557 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 506 + ], + "peak": [ + 253, + 511 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136h/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136h/globe.png new file mode 100644 index 000000000..da22563eb Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136h/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136h/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136h/heightmap.png new file mode 100644 index 000000000..fee3aa600 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136h/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136h/index.md b/wiki/star-systems/GJ-136/bodies/GJ136h/index.md new file mode 100644 index 000000000..4b6f5a7d2 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ136h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2691991338 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.442 + period_days: 18000.0 + axial_tilt_deg: 33.7 +physical: + gravity_g: 0.38 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.722 + polar_ice_lat: 0.277 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136h + +Frozen planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136h/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136h/markers.json new file mode 100644 index 000000000..d1d24167a --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136h/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 128, + 170 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 145, + 279 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_30", + "name": null, + "kind": "ocean", + "center": [ + 216, + 202 + ], + "area_fraction": 0.2093 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 175, + 314 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 221, + 493 + ], + "area_fraction": 0.0172 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 90 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 12989 + }, + { + "id": "range_4", + "name": null, + "center": [ + 0, + 504 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 334 + ], + "peak": [ + 30, + 334 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 433 + ], + "peak": [ + 66, + 404 + ], + "area_cells": 11004 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 254 + ], + "peak": [ + 79, + 255 + ], + "area_cells": 348 + }, + { + "id": "range_12", + "name": null, + "center": [ + 90, + 209 + ], + "peak": [ + 92, + 211 + ], + "area_cells": 367 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136i/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136i/globe.png new file mode 100644 index 000000000..e8d8a8083 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136i/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136i/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136i/heightmap.png new file mode 100644 index 000000000..1e440790d Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136i/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136i/index.md b/wiki/star-systems/GJ-136/bodies/GJ136i/index.md new file mode 100644 index 000000000..f2be5992b --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ136i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 492253360 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 21.337 + period_days: 36000.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.29 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.789 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136i + +Frozen planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136i/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136i/markers.json new file mode 100644 index 000000000..ca6877c42 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136i/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 82 + ], + "area_fraction": 0.057 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 22, + 229 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 28, + 292 + ], + "area_fraction": 0.0379 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 32, + 475 + ], + "area_fraction": 0.0232 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 198, + 179 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 223, + 356 + ], + "area_fraction": 0.0509 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 235 + ], + "peak": [ + 89, + 238 + ], + "area_cells": 250 + }, + { + "id": "range_2", + "name": null, + "center": [ + 97, + 270 + ], + "peak": [ + 102, + 267 + ], + "area_cells": 445 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 27 + ], + "peak": [ + 134, + 38 + ], + "area_cells": 2550 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 309 + ], + "peak": [ + 97, + 310 + ], + "area_cells": 114 + }, + { + "id": "range_7", + "name": null, + "center": [ + 100, + 73 + ], + "peak": [ + 102, + 72 + ], + "area_cells": 287 + }, + { + "id": "range_9", + "name": null, + "center": [ + 137, + 494 + ], + "peak": [ + 149, + 504 + ], + "area_cells": 1737 + }, + { + "id": "range_10", + "name": null, + "center": [ + 103, + 334 + ], + "peak": [ + 103, + 334 + ], + "area_cells": 65 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 429 + ], + "peak": [ + 111, + 445 + ], + "area_cells": 1694 + }, + { + "id": "range_12", + "name": null, + "center": [ + 107, + 170 + ], + "peak": [ + 108, + 169 + ], + "area_cells": 76 + }, + { + "id": "range_13", + "name": null, + "center": [ + 111, + 311 + ], + "peak": [ + 112, + 309 + ], + "area_cells": 29 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 242 + ], + "peak": [ + 136, + 225 + ], + "area_cells": 1166 + }, + { + "id": "range_16", + "name": null, + "center": [ + 135, + 390 + ], + "peak": [ + 135, + 391 + ], + "area_cells": 96 + }, + { + "id": "range_18", + "name": null, + "center": [ + 151, + 268 + ], + "peak": [ + 152, + 276 + ], + "area_cells": 144 + }, + { + "id": "range_19", + "name": null, + "center": [ + 153, + 286 + ], + "peak": [ + 154, + 287 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 161, + 270 + ], + "peak": [ + 162, + 269 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-136/bodies/GJ136j/globe.png b/wiki/star-systems/GJ-136/bodies/GJ136j/globe.png new file mode 100644 index 000000000..9bfe7addb Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136j/globe.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136j/heightmap.png b/wiki/star-systems/GJ-136/bodies/GJ136j/heightmap.png new file mode 100644 index 000000000..fcd410259 Binary files /dev/null and b/wiki/star-systems/GJ-136/bodies/GJ136j/heightmap.png differ diff --git a/wiki/star-systems/GJ-136/bodies/GJ136j/index.md b/wiki/star-systems/GJ-136/bodies/GJ136j/index.md new file mode 100644 index 000000000..c5f0a34c8 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ136j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2377323817 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 31.313 + period_days: 64000.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.12 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.806 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.263 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ136j + +Frozen planet. + +**System:** [GJ-136](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 64000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-136/bodies/GJ136j/markers.json b/wiki/star-systems/GJ-136/bodies/GJ136j/markers.json new file mode 100644 index 000000000..3d93bb508 --- /dev/null +++ b/wiki/star-systems/GJ-136/bodies/GJ136j/markers.json @@ -0,0 +1,325 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 22 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 19, + 437 + ], + "area_fraction": 0.044 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 119, + 301 + ], + "area_fraction": 0.0678 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 124, + 472 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 176, + 98 + ], + "area_fraction": 0.0506 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 48, + 148 + ], + "peak": [ + 87, + 139 + ], + "area_cells": 12287 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 330 + ], + "peak": [ + 43, + 325 + ], + "area_cells": 353 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 294 + ], + "peak": [ + 46, + 296 + ], + "area_cells": 143 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 260 + ], + "peak": [ + 38, + 258 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 45 + ], + "peak": [ + 46, + 45 + ], + "area_cells": 99 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 450 + ], + "peak": [ + 74, + 465 + ], + "area_cells": 1785 + }, + { + "id": "range_10", + "name": null, + "center": [ + 63, + 320 + ], + "peak": [ + 64, + 322 + ], + "area_cells": 162 + }, + { + "id": "range_11", + "name": null, + "center": [ + 67, + 7 + ], + "peak": [ + 66, + 0 + ], + "area_cells": 187 + }, + { + "id": "range_12", + "name": null, + "center": [ + 62, + 262 + ], + "peak": [ + 62, + 262 + ], + "area_cells": 26 + }, + { + "id": "range_16", + "name": null, + "center": [ + 95, + 400 + ], + "peak": [ + 95, + 400 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 139, + 444 + ], + "peak": [ + 140, + 445 + ], + "area_cells": 89 + }, + { + "id": "range_18", + "name": null, + "center": [ + 191, + 495 + ], + "peak": [ + 199, + 503 + ], + "area_cells": 989 + }, + { + "id": "range_21", + "name": null, + "center": [ + 208, + 9 + ], + "peak": [ + 210, + 5 + ], + "area_cells": 771 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 460 + ], + "peak": [ + 203, + 458 + ], + "area_cells": 174 + }, + { + "id": "range_24", + "name": null, + "center": [ + 200, + 278 + ], + "peak": [ + 198, + 279 + ], + "area_cells": 169 + }, + { + "id": "range_25", + "name": null, + "center": [ + 193, + 318 + ], + "peak": [ + 193, + 319 + ], + "area_cells": 21 + }, + { + "id": "range_26", + "name": null, + "center": [ + 228, + 294 + ], + "peak": [ + 216, + 308 + ], + "area_cells": 965 + }, + { + "id": "range_27", + "name": null, + "center": [ + 227, + 445 + ], + "peak": [ + 229, + 448 + ], + "area_cells": 495 + }, + { + "id": "range_28", + "name": null, + "center": [ + 235, + 94 + ], + "peak": [ + 235, + 98 + ], + "area_cells": 64 + }, + { + "id": "range_29", + "name": null, + "center": [ + 240, + 51 + ], + "peak": [ + 239, + 59 + ], + "area_cells": 194 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ137b/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137b/globe.png new file mode 100644 index 000000000..0f4bb7d26 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137b/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137b/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137b/heightmap.png new file mode 100644 index 000000000..842266bc5 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137b/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137b/index.md b/wiki/star-systems/GJ-137/bodies/GJ137b/index.md new file mode 100644 index 000000000..567ce1d58 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ137b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1201375145 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.213 + period_days: 36.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.46 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.819 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137b + +Barren planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 94% | +| **Year** | 36 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137b/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137b/markers.json new file mode 100644 index 000000000..c656ffca7 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137b/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 12, + 154 + ], + "area_fraction": 0.0484 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 176, + 255 + ], + "peak": [ + 158, + 25 + ], + "area_cells": 42185 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 190 + ], + "peak": [ + 99, + 190 + ], + "area_cells": 101 + }, + { + "id": "range_6", + "name": null, + "center": [ + 221, + 466 + ], + "peak": [ + 219, + 466 + ], + "area_cells": 102 + }, + { + "id": "range_8", + "name": null, + "center": [ + 218, + 508 + ], + "peak": [ + 221, + 510 + ], + "area_cells": 37 + }, + { + "id": "range_12", + "name": null, + "center": [ + 225, + 277 + ], + "peak": [ + 223, + 277 + ], + "area_cells": 43 + }, + { + "id": "range_13", + "name": null, + "center": [ + 225, + 479 + ], + "peak": [ + 223, + 479 + ], + "area_cells": 33 + }, + { + "id": "range_20", + "name": null, + "center": [ + 250, + 428 + ], + "peak": [ + 254, + 430 + ], + "area_cells": 34 + }, + { + "id": "range_21", + "name": null, + "center": [ + 248, + 441 + ], + "peak": [ + 249, + 441 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137c/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137c/globe.png new file mode 100644 index 000000000..9e9dcfa79 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137c/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137c/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137c/heightmap.png new file mode 100644 index 000000000..8f2cf7700 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137c/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137c/index.md b/wiki/star-systems/GJ-137/bodies/GJ137c/index.md new file mode 100644 index 000000000..2c4eca179 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ137c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 690350643 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.489 + period_days: 125.0 + axial_tilt_deg: 9.1 +physical: + gravity_g: 0.72 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.968 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.055 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137c + +Hot Arid planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 125 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137c/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137c/markers.json new file mode 100644 index 000000000..84f0eb3b8 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137c/markers.json @@ -0,0 +1,1343 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 99 + ], + [ + 119, + 98 + ], + [ + 118, + 97 + ], + [ + 117, + 96 + ], + [ + 116, + 95 + ], + [ + 115, + 94 + ], + [ + 114, + 93 + ], + [ + 113, + 92 + ], + [ + 112, + 91 + ], + [ + 111, + 90 + ], + [ + 110, + 89 + ], + [ + 110, + 88 + ], + [ + 109, + 89 + ], + [ + 109, + 88 + ], + [ + 108, + 87 + ], + [ + 108, + 88 + ], + [ + 107, + 87 + ], + [ + 107, + 86 + ], + [ + 107, + 85 + ], + [ + 108, + 85 + ], + [ + 109, + 85 + ], + [ + 108, + 86 + ], + [ + 109, + 87 + ], + [ + 110, + 86 + ], + [ + 110, + 85 + ], + [ + 110, + 84 + ], + [ + 109, + 83 + ], + [ + 108, + 84 + ], + [ + 108, + 83 + ], + [ + 109, + 84 + ], + [ + 110, + 83 + ], + [ + 110, + 82 + ], + [ + 109, + 81 + ], + [ + 108, + 82 + ], + [ + 107, + 81 + ], + [ + 107, + 80 + ], + [ + 106, + 79 + ], + [ + 107, + 78 + ], + [ + 106, + 77 + ], + [ + 105, + 76 + ], + [ + 104, + 75 + ], + [ + 104, + 74 + ], + [ + 105, + 73 + ], + [ + 106, + 72 + ], + [ + 106, + 71 + ], + [ + 105, + 70 + ], + [ + 104, + 69 + ], + [ + 104, + 68 + ], + [ + 103, + 68 + ], + [ + 103, + 67 + ], + [ + 102, + 66 + ], + [ + 102, + 65 + ], + [ + 102, + 64 + ], + [ + 102, + 63 + ], + [ + 102, + 62 + ], + [ + 102, + 61 + ], + [ + 101, + 60 + ], + [ + 102, + 59 + ], + [ + 103, + 58 + ], + [ + 102, + 57 + ], + [ + 101, + 56 + ], + [ + 101, + 55 + ], + [ + 101, + 54 + ], + [ + 100, + 53 + ], + [ + 100, + 52 + ], + [ + 101, + 52 + ], + [ + 100, + 51 + ], + [ + 100, + 50 + ], + [ + 100, + 49 + ], + [ + 99, + 48 + ], + [ + 98, + 48 + ], + [ + 99, + 47 + ], + [ + 98, + 46 + ], + [ + 97, + 47 + ], + [ + 97, + 48 + ], + [ + 96, + 47 + ], + [ + 97, + 46 + ], + [ + 96, + 46 + ], + [ + 97, + 45 + ], + [ + 97, + 44 + ], + [ + 97, + 43 + ], + [ + 98, + 43 + ], + [ + 99, + 42 + ], + [ + 98, + 41 + ], + [ + 98, + 40 + ], + [ + 98, + 39 + ], + [ + 99, + 39 + ], + [ + 99, + 38 + ], + [ + 98, + 37 + ], + [ + 97, + 37 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 29, + 285 + ], + [ + 28, + 284 + ], + [ + 27, + 283 + ], + [ + 26, + 283 + ], + [ + 25, + 283 + ], + [ + 24, + 283 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 119, + 134 + ], + [ + 118, + 133 + ], + [ + 117, + 133 + ], + [ + 116, + 133 + ], + [ + 115, + 134 + ], + [ + 114, + 134 + ], + [ + 113, + 134 + ], + [ + 112, + 135 + ], + [ + 111, + 134 + ], + [ + 110, + 133 + ], + [ + 109, + 132 + ], + [ + 108, + 133 + ], + [ + 107, + 133 + ], + [ + 106, + 134 + ], + [ + 105, + 134 + ], + [ + 104, + 134 + ], + [ + 103, + 135 + ], + [ + 102, + 135 + ], + [ + 101, + 136 + ], + [ + 100, + 137 + ], + [ + 99, + 137 + ], + [ + 98, + 137 + ], + [ + 97, + 138 + ], + [ + 97, + 137 + ], + [ + 96, + 138 + ], + [ + 95, + 139 + ], + [ + 94, + 140 + ], + [ + 93, + 141 + ], + [ + 93, + 142 + ], + [ + 94, + 142 + ], + [ + 93, + 143 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 4, + 492 + ], + [ + 5, + 492 + ], + [ + 6, + 491 + ], + [ + 7, + 490 + ], + [ + 8, + 489 + ], + [ + 9, + 489 + ], + [ + 10, + 488 + ], + [ + 11, + 487 + ], + [ + 11, + 486 + ], + [ + 11, + 485 + ], + [ + 12, + 484 + ], + [ + 12, + 483 + ], + [ + 13, + 482 + ], + [ + 14, + 482 + ], + [ + 15, + 481 + ], + [ + 15, + 480 + ], + [ + 14, + 479 + ], + [ + 13, + 478 + ], + [ + 12, + 477 + ], + [ + 11, + 476 + ], + [ + 12, + 475 + ], + [ + 13, + 474 + ], + [ + 12, + 473 + ], + [ + 12, + 472 + ], + [ + 13, + 471 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 151, + 153 + ], + [ + 150, + 152 + ], + [ + 149, + 151 + ], + [ + 148, + 150 + ], + [ + 147, + 149 + ], + [ + 147, + 148 + ], + [ + 146, + 147 + ], + [ + 145, + 146 + ], + [ + 144, + 147 + ], + [ + 143, + 148 + ], + [ + 142, + 149 + ], + [ + 141, + 150 + ], + [ + 140, + 149 + ], + [ + 139, + 149 + ], + [ + 138, + 149 + ], + [ + 137, + 148 + ], + [ + 137, + 149 + ], + [ + 136, + 148 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 134, + 166 + ], + [ + 135, + 167 + ], + [ + 136, + 168 + ], + [ + 137, + 169 + ], + [ + 138, + 168 + ], + [ + 139, + 169 + ], + [ + 140, + 168 + ], + [ + 139, + 167 + ], + [ + 140, + 167 + ], + [ + 141, + 166 + ], + [ + 142, + 167 + ], + [ + 143, + 168 + ], + [ + 144, + 169 + ], + [ + 145, + 170 + ], + [ + 146, + 170 + ], + [ + 147, + 171 + ], + [ + 148, + 171 + ], + [ + 149, + 172 + ], + [ + 150, + 173 + ], + [ + 151, + 174 + ], + [ + 152, + 173 + ], + [ + 153, + 173 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 64, + 488 + ], + [ + 63, + 487 + ], + [ + 63, + 486 + ], + [ + 62, + 485 + ], + [ + 62, + 486 + ], + [ + 61, + 487 + ], + [ + 60, + 486 + ], + [ + 59, + 487 + ], + [ + 58, + 487 + ], + [ + 57, + 486 + ], + [ + 56, + 486 + ], + [ + 55, + 486 + ], + [ + 54, + 485 + ], + [ + 53, + 484 + ], + [ + 52, + 485 + ], + [ + 51, + 484 + ], + [ + 50, + 483 + ], + [ + 49, + 482 + ], + [ + 48, + 482 + ], + [ + 47, + 482 + ], + [ + 46, + 482 + ], + [ + 45, + 481 + ], + [ + 44, + 482 + ], + [ + 44, + 481 + ], + [ + 44, + 480 + ], + [ + 43, + 479 + ], + [ + 42, + 478 + ], + [ + 42, + 479 + ], + [ + 41, + 478 + ], + [ + 40, + 478 + ], + [ + 39, + 477 + ], + [ + 38, + 476 + ], + [ + 37, + 477 + ], + [ + 36, + 476 + ], + [ + 36, + 475 + ], + [ + 35, + 474 + ], + [ + 34, + 475 + ], + [ + 34, + 476 + ], + [ + 33, + 477 + ], + [ + 32, + 476 + ], + [ + 31, + 475 + ], + [ + 30, + 476 + ], + [ + 29, + 475 + ], + [ + 28, + 474 + ], + [ + 27, + 473 + ], + [ + 26, + 472 + ], + [ + 25, + 471 + ], + [ + 24, + 470 + ], + [ + 23, + 471 + ], + [ + 22, + 470 + ], + [ + 21, + 469 + ], + [ + 20, + 468 + ], + [ + 19, + 467 + ], + [ + 18, + 466 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 117, + 0 + ], + [ + 116, + 511 + ], + [ + 115, + 510 + ], + [ + 114, + 509 + ], + [ + 113, + 508 + ], + [ + 112, + 507 + ], + [ + 111, + 506 + ], + [ + 110, + 505 + ], + [ + 109, + 504 + ], + [ + 109, + 503 + ], + [ + 108, + 502 + ], + [ + 107, + 501 + ], + [ + 106, + 500 + ], + [ + 105, + 499 + ], + [ + 104, + 498 + ], + [ + 103, + 498 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 16, + 284 + ], + [ + 16, + 285 + ], + [ + 16, + 286 + ], + [ + 15, + 286 + ], + [ + 14, + 287 + ], + [ + 13, + 288 + ], + [ + 12, + 288 + ], + [ + 11, + 288 + ], + [ + 10, + 289 + ], + [ + 9, + 290 + ], + [ + 8, + 291 + ], + [ + 7, + 292 + ], + [ + 6, + 293 + ], + [ + 5, + 294 + ], + [ + 4, + 295 + ], + [ + 3, + 296 + ], + [ + 2, + 297 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 4, + 511 + ], + [ + 5, + 0 + ], + [ + 4, + 1 + ], + [ + 4, + 2 + ], + [ + 3, + 2 + ], + [ + 2, + 2 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 9, + 385 + ], + "area_fraction": 0.0238 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 117, + 133 + ], + "peak": [ + 119, + 134 + ], + "area_cells": 94 + }, + { + "id": "range_2", + "name": null, + "center": [ + 121, + 99 + ], + "peak": [ + 120, + 99 + ], + "area_cells": 74 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 406 + ], + "peak": [ + 120, + 406 + ], + "area_cells": 61 + }, + { + "id": "range_4", + "name": null, + "center": [ + 149, + 64 + ], + "peak": [ + 152, + 65 + ], + "area_cells": 436 + }, + { + "id": "range_6", + "name": null, + "center": [ + 230, + 273 + ], + "peak": [ + 250, + 330 + ], + "area_cells": 17130 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 69 + ], + "peak": [ + 183, + 71 + ], + "area_cells": 115 + }, + { + "id": "range_12", + "name": null, + "center": [ + 189, + 53 + ], + "peak": [ + 191, + 53 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 188, + 280 + ], + "peak": [ + 189, + 280 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 199, + 464 + ], + "peak": [ + 199, + 464 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137d/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137d/globe.png new file mode 100644 index 000000000..f78e979e1 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137d/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137d/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137d/heightmap.png new file mode 100644 index 000000000..5ba849394 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137d/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137d/index.md b/wiki/star-systems/GJ-137/bodies/GJ137d/index.md new file mode 100644 index 000000000..7d57e76ed --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ137d +name: Novaya Zarya +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4049482560 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.896 + period_days: 310.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 0.94 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.46 + polar_ice_lat: 0.679 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.496 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Novaya Zarya + +Temperate planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 310 days | +| **Inhabited** | yes | +| **Population** | 860K | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137d/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137d/markers.json new file mode 100644 index 000000000..a0ef68339 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137d/markers.json @@ -0,0 +1,361 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 30, + 456 + ], + [ + 31, + 455 + ], + [ + 32, + 454 + ], + [ + 33, + 453 + ], + [ + 34, + 452 + ], + [ + 35, + 451 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 317 + ], + [ + 127, + 318 + ], + [ + 126, + 319 + ], + [ + 125, + 320 + ], + [ + 124, + 321 + ], + [ + 123, + 322 + ], + [ + 122, + 323 + ], + [ + 121, + 324 + ], + [ + 120, + 325 + ], + [ + 119, + 326 + ], + [ + 118, + 327 + ], + [ + 117, + 328 + ], + [ + 116, + 328 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 15, + 241 + ], + [ + 16, + 240 + ], + [ + 17, + 239 + ], + [ + 18, + 238 + ], + [ + 19, + 239 + ], + [ + 20, + 240 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 137, + 464 + ], + [ + 138, + 464 + ], + [ + 139, + 463 + ], + [ + 140, + 462 + ], + [ + 141, + 461 + ], + [ + 142, + 460 + ], + [ + 142, + 459 + ], + [ + 142, + 458 + ], + [ + 142, + 457 + ], + [ + 143, + 456 + ], + [ + 142, + 455 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 269 + ], + [ + 1, + 270 + ], + [ + 1, + 271 + ], + [ + 0, + 270 + ], + [ + 1, + 269 + ], + [ + 2, + 268 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 11, + 107 + ], + "area_fraction": 0.0374 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 149, + 266 + ], + "area_fraction": 0.4818 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 474 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 118 + ], + "peak": [ + 39, + 120 + ], + "area_cells": 65 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 156 + ], + "peak": [ + 46, + 160 + ], + "area_cells": 58 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 459 + ], + "peak": [ + 71, + 461 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 238 + ], + "peak": [ + 78, + 238 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 237 + ], + "peak": [ + 119, + 233 + ], + "area_cells": 1490 + }, + { + "id": "range_8", + "name": null, + "center": [ + 98, + 481 + ], + "peak": [ + 98, + 480 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 156, + 363 + ], + "peak": [ + 157, + 363 + ], + "area_cells": 66 + }, + { + "id": "range_10", + "name": null, + "center": [ + 181, + 81 + ], + "peak": [ + 180, + 75 + ], + "area_cells": 1744 + }, + { + "id": "range_11", + "name": null, + "center": [ + 186, + 272 + ], + "peak": [ + 185, + 272 + ], + "area_cells": 250 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137e/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137e/globe.png new file mode 100644 index 000000000..bb5408a39 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137e/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137e/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137e/heightmap.png new file mode 100644 index 000000000..090796e52 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137e/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137e/index.md b/wiki/star-systems/GJ-137/bodies/GJ137e/index.md new file mode 100644 index 000000000..b1fd72d7a --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ137e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2037688647 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.022 + period_days: 1050.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.58 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.564 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.104 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137e + +Cold Arid planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 1050 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137e/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137e/markers.json new file mode 100644 index 000000000..779ac7e73 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137e/markers.json @@ -0,0 +1,803 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 98, + 116 + ], + [ + 99, + 116 + ], + [ + 100, + 117 + ], + [ + 101, + 118 + ], + [ + 102, + 118 + ], + [ + 103, + 119 + ], + [ + 103, + 118 + ], + [ + 104, + 117 + ], + [ + 105, + 116 + ], + [ + 106, + 115 + ], + [ + 107, + 114 + ], + [ + 108, + 113 + ], + [ + 109, + 112 + ], + [ + 110, + 111 + ], + [ + 111, + 111 + ], + [ + 112, + 112 + ], + [ + 113, + 111 + ], + [ + 114, + 110 + ], + [ + 115, + 110 + ], + [ + 116, + 109 + ], + [ + 116, + 110 + ], + [ + 116, + 111 + ], + [ + 117, + 112 + ], + [ + 116, + 112 + ], + [ + 115, + 113 + ], + [ + 115, + 112 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 18, + 177 + ], + [ + 17, + 176 + ], + [ + 16, + 175 + ], + [ + 17, + 174 + ], + [ + 18, + 173 + ], + [ + 19, + 172 + ], + [ + 20, + 172 + ], + [ + 21, + 171 + ], + [ + 21, + 172 + ], + [ + 22, + 172 + ], + [ + 23, + 171 + ], + [ + 22, + 171 + ], + [ + 23, + 172 + ], + [ + 24, + 171 + ], + [ + 23, + 170 + ], + [ + 22, + 170 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 30, + 35 + ], + [ + 29, + 36 + ], + [ + 28, + 36 + ], + [ + 27, + 37 + ], + [ + 26, + 38 + ], + [ + 25, + 38 + ], + [ + 24, + 38 + ], + [ + 23, + 37 + ], + [ + 22, + 36 + ], + [ + 21, + 35 + ], + [ + 22, + 34 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 60, + 167 + ], + [ + 59, + 166 + ], + [ + 58, + 165 + ], + [ + 57, + 165 + ], + [ + 56, + 164 + ], + [ + 55, + 163 + ], + [ + 54, + 163 + ], + [ + 53, + 164 + ], + [ + 52, + 164 + ], + [ + 51, + 164 + ], + [ + 50, + 164 + ], + [ + 49, + 163 + ], + [ + 48, + 162 + ], + [ + 47, + 161 + ], + [ + 46, + 162 + ], + [ + 45, + 163 + ], + [ + 44, + 164 + ], + [ + 44, + 165 + ], + [ + 43, + 166 + ], + [ + 42, + 165 + ], + [ + 41, + 166 + ], + [ + 40, + 166 + ], + [ + 39, + 166 + ], + [ + 38, + 166 + ], + [ + 37, + 165 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 498 + ], + [ + 114, + 497 + ], + [ + 113, + 496 + ], + [ + 113, + 495 + ], + [ + 112, + 495 + ], + [ + 111, + 494 + ], + [ + 111, + 493 + ], + [ + 112, + 492 + ], + [ + 111, + 491 + ], + [ + 112, + 490 + ], + [ + 112, + 489 + ], + [ + 111, + 488 + ], + [ + 111, + 487 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 94, + 214 + ], + [ + 93, + 215 + ], + [ + 92, + 216 + ], + [ + 91, + 217 + ], + [ + 90, + 218 + ], + [ + 89, + 219 + ], + [ + 89, + 220 + ], + [ + 88, + 221 + ], + [ + 87, + 220 + ], + [ + 88, + 220 + ], + [ + 89, + 221 + ], + [ + 88, + 222 + ], + [ + 87, + 222 + ], + [ + 87, + 221 + ], + [ + 86, + 221 + ], + [ + 86, + 220 + ], + [ + 85, + 221 + ], + [ + 86, + 222 + ], + [ + 85, + 223 + ], + [ + 85, + 222 + ], + [ + 86, + 223 + ], + [ + 86, + 224 + ], + [ + 87, + 224 + ], + [ + 86, + 225 + ], + [ + 85, + 224 + ], + [ + 84, + 223 + ], + [ + 84, + 224 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 122, + 434 + ], + [ + 121, + 435 + ], + [ + 120, + 436 + ], + [ + 119, + 437 + ], + [ + 118, + 438 + ], + [ + 117, + 439 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 84, + 467 + ], + [ + 83, + 466 + ], + [ + 82, + 465 + ], + [ + 83, + 464 + ], + [ + 82, + 463 + ], + [ + 81, + 462 + ], + [ + 82, + 461 + ], + [ + 82, + 460 + ], + [ + 83, + 459 + ], + [ + 82, + 458 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 105, + 497 + ], + [ + 106, + 496 + ], + [ + 107, + 495 + ], + [ + 106, + 494 + ], + [ + 105, + 493 + ], + [ + 104, + 492 + ], + [ + 104, + 491 + ], + [ + 103, + 490 + ], + [ + 104, + 489 + ], + [ + 105, + 488 + ], + [ + 106, + 487 + ], + [ + 107, + 486 + ], + [ + 108, + 485 + ], + [ + 109, + 485 + ], + [ + 110, + 485 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 34, + 160 + ], + [ + 34, + 159 + ], + [ + 33, + 158 + ], + [ + 34, + 158 + ], + [ + 33, + 157 + ], + [ + 32, + 157 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 24, + 415 + ], + [ + 25, + 414 + ], + [ + 26, + 413 + ], + [ + 27, + 412 + ], + [ + 28, + 411 + ], + [ + 29, + 410 + ], + [ + 30, + 409 + ], + [ + 31, + 408 + ], + [ + 32, + 407 + ], + [ + 33, + 406 + ], + [ + 34, + 405 + ], + [ + 35, + 404 + ], + [ + 36, + 403 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 84, + 365 + ], + "area_fraction": 0.0597 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 16 + ], + "peak": [ + 71, + 4 + ], + "area_cells": 273 + }, + { + "id": "range_3", + "name": null, + "center": [ + 176, + 100 + ], + "peak": [ + 181, + 101 + ], + "area_cells": 536 + }, + { + "id": "range_4", + "name": null, + "center": [ + 214, + 155 + ], + "peak": [ + 205, + 202 + ], + "area_cells": 4571 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m1/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/globe.png new file mode 100644 index 000000000..87912f380 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m1/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/heightmap.png new file mode 100644 index 000000000..48651a6ba Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m1/index.md b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/index.md new file mode 100644 index 000000000..77aa86629 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ137f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2655938365 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 18.8 +physical: + gravity_g: 0.13 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.134 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137f-m1 + +Frozen moon. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m1/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/markers.json new file mode 100644 index 000000000..63c4e63b1 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137f-m1/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 240, + 456 + ], + "area_fraction": 0.0234 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 244, + 17 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 460 + ], + "peak": [ + 12, + 462 + ], + "area_cells": 437 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 381 + ], + "peak": [ + 53, + 381 + ], + "area_cells": 50 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 416 + ], + "peak": [ + 59, + 439 + ], + "area_cells": 2896 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 357 + ], + "peak": [ + 59, + 358 + ], + "area_cells": 76 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 70 + ], + "peak": [ + 88, + 40 + ], + "area_cells": 8448 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 501 + ], + "peak": [ + 61, + 504 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 500 + ], + "peak": [ + 96, + 496 + ], + "area_cells": 663 + }, + { + "id": "range_9", + "name": null, + "center": [ + 120, + 244 + ], + "peak": [ + 94, + 253 + ], + "area_cells": 8263 + }, + { + "id": "range_16", + "name": null, + "center": [ + 153, + 22 + ], + "peak": [ + 153, + 17 + ], + "area_cells": 231 + }, + { + "id": "range_17", + "name": null, + "center": [ + 150, + 114 + ], + "peak": [ + 150, + 116 + ], + "area_cells": 45 + }, + { + "id": "range_18", + "name": null, + "center": [ + 179, + 7 + ], + "peak": [ + 183, + 6 + ], + "area_cells": 122 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m2/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/globe.png new file mode 100644 index 000000000..218b213fc Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m2/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/heightmap.png new file mode 100644 index 000000000..3e8cd2072 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m2/index.md b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/index.md new file mode 100644 index 000000000..9a4a7ee3f --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ137f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2176113933 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: 0.09 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.923 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137f-m2 + +Barren moon. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 98% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f-m2/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/markers.json new file mode 100644 index 000000000..907b894fc --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137f-m2/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 34, + 218 + ], + "peak": [ + 26, + 217 + ], + "area_cells": 245 + }, + { + "id": "range_6", + "name": null, + "center": [ + 15, + 200 + ], + "peak": [ + 19, + 198 + ], + "area_cells": 68 + }, + { + "id": "range_7", + "name": null, + "center": [ + 33, + 235 + ], + "peak": [ + 34, + 235 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 71, + 254 + ], + "peak": [ + 74, + 254 + ], + "area_cells": 70 + }, + { + "id": "range_12", + "name": null, + "center": [ + 87, + 195 + ], + "peak": [ + 88, + 196 + ], + "area_cells": 87 + }, + { + "id": "range_13", + "name": null, + "center": [ + 87, + 234 + ], + "peak": [ + 87, + 232 + ], + "area_cells": 213 + }, + { + "id": "range_14", + "name": null, + "center": [ + 94, + 381 + ], + "peak": [ + 91, + 387 + ], + "area_cells": 704 + }, + { + "id": "range_15", + "name": null, + "center": [ + 87, + 420 + ], + "peak": [ + 87, + 420 + ], + "area_cells": 28 + }, + { + "id": "range_16", + "name": null, + "center": [ + 157, + 364 + ], + "peak": [ + 144, + 389 + ], + "area_cells": 11921 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 105 + ], + "peak": [ + 123, + 106 + ], + "area_cells": 284 + }, + { + "id": "range_18", + "name": null, + "center": [ + 129, + 154 + ], + "peak": [ + 124, + 157 + ], + "area_cells": 235 + }, + { + "id": "range_20", + "name": null, + "center": [ + 118, + 205 + ], + "peak": [ + 119, + 206 + ], + "area_cells": 51 + }, + { + "id": "range_22", + "name": null, + "center": [ + 137, + 63 + ], + "peak": [ + 142, + 66 + ], + "area_cells": 326 + }, + { + "id": "range_23", + "name": null, + "center": [ + 124, + 294 + ], + "peak": [ + 125, + 294 + ], + "area_cells": 53 + }, + { + "id": "range_24", + "name": null, + "center": [ + 138, + 215 + ], + "peak": [ + 138, + 215 + ], + "area_cells": 34 + }, + { + "id": "range_25", + "name": null, + "center": [ + 151, + 122 + ], + "peak": [ + 154, + 123 + ], + "area_cells": 205 + }, + { + "id": "range_29", + "name": null, + "center": [ + 154, + 156 + ], + "peak": [ + 155, + 157 + ], + "area_cells": 21 + }, + { + "id": "range_38", + "name": null, + "center": [ + 181, + 232 + ], + "peak": [ + 182, + 233 + ], + "area_cells": 38 + }, + { + "id": "range_40", + "name": null, + "center": [ + 188, + 485 + ], + "peak": [ + 189, + 484 + ], + "area_cells": 117 + }, + { + "id": "range_42", + "name": null, + "center": [ + 192, + 435 + ], + "peak": [ + 191, + 433 + ], + "area_cells": 89 + }, + { + "id": "range_44", + "name": null, + "center": [ + 198, + 467 + ], + "peak": [ + 197, + 466 + ], + "area_cells": 99 + }, + { + "id": "range_46", + "name": null, + "center": [ + 208, + 216 + ], + "peak": [ + 216, + 219 + ], + "area_cells": 92 + }, + { + "id": "range_47", + "name": null, + "center": [ + 213, + 365 + ], + "peak": [ + 216, + 366 + ], + "area_cells": 43 + }, + { + "id": "range_54", + "name": null, + "center": [ + 223, + 351 + ], + "peak": [ + 223, + 352 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137f/globe.png new file mode 100644 index 000000000..be6d375fb Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137f/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137f/index.md b/wiki/star-systems/GJ-137/bodies/GJ137f/index.md new file mode 100644 index 000000000..14fea6ff8 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ137f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3753664648 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.161 + period_days: 3100.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: null + oblateness: 0.0653 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.312 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.13 +--- + +# GJ137f + +Gas giant. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137g/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137g/globe.png new file mode 100644 index 000000000..7ec4b4654 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137g/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137g/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137g/heightmap.png new file mode 100644 index 000000000..d8702c36c Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137g/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137g/index.md b/wiki/star-systems/GJ-137/bodies/GJ137g/index.md new file mode 100644 index 000000000..b45a354ee --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ137g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3217679657 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.565 + period_days: 7600.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 0.47 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.738 + polar_ice_lat: 0.196 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137g + +Frozen planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.47g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 7600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137g/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137g/markers.json new file mode 100644 index 000000000..6d828bb48 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137g/markers.json @@ -0,0 +1,375 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 39 + ], + "area_fraction": 0.0229 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 116 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 15, + 474 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 64, + 294 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 128, + 37 + ], + "area_fraction": 0.0687 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 111, + 496 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 144, + 279 + ], + "area_fraction": 0.059 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 163, + 451 + ], + "area_fraction": 0.0359 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 249, + 201 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 249, + 330 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 389 + ], + "peak": [ + 46, + 389 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 397 + ], + "peak": [ + 47, + 397 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 410 + ], + "peak": [ + 50, + 411 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 85, + 414 + ], + "peak": [ + 89, + 413 + ], + "area_cells": 3737 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 351 + ], + "peak": [ + 64, + 351 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 206 + ], + "peak": [ + 81, + 204 + ], + "area_cells": 119 + }, + { + "id": "range_7", + "name": null, + "center": [ + 89, + 176 + ], + "peak": [ + 91, + 176 + ], + "area_cells": 72 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 249 + ], + "peak": [ + 87, + 249 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 271 + ], + "peak": [ + 92, + 274 + ], + "area_cells": 65 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 149 + ], + "peak": [ + 97, + 146 + ], + "area_cells": 432 + }, + { + "id": "range_11", + "name": null, + "center": [ + 169, + 117 + ], + "peak": [ + 168, + 106 + ], + "area_cells": 643 + }, + { + "id": "range_12", + "name": null, + "center": [ + 200, + 112 + ], + "peak": [ + 215, + 86 + ], + "area_cells": 1344 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 344 + ], + "peak": [ + 201, + 347 + ], + "area_cells": 361 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 282 + ], + "peak": [ + 210, + 289 + ], + "area_cells": 285 + }, + { + "id": "range_19", + "name": null, + "center": [ + 224, + 500 + ], + "peak": [ + 225, + 496 + ], + "area_cells": 197 + }, + { + "id": "range_20", + "name": null, + "center": [ + 227, + 303 + ], + "peak": [ + 225, + 300 + ], + "area_cells": 143 + }, + { + "id": "range_22", + "name": null, + "center": [ + 225, + 186 + ], + "peak": [ + 224, + 187 + ], + "area_cells": 43 + }, + { + "id": "range_23", + "name": null, + "center": [ + 227, + 175 + ], + "peak": [ + 227, + 175 + ], + "area_cells": 54 + }, + { + "id": "range_26", + "name": null, + "center": [ + 236, + 30 + ], + "peak": [ + 237, + 37 + ], + "area_cells": 363 + }, + { + "id": "range_27", + "name": null, + "center": [ + 234, + 139 + ], + "peak": [ + 236, + 128 + ], + "area_cells": 241 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137h/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137h/globe.png new file mode 100644 index 000000000..93e281575 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137h/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137h/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137h/heightmap.png new file mode 100644 index 000000000..e8388cf47 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137h/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137h/index.md b/wiki/star-systems/GJ-137/bodies/GJ137h/index.md new file mode 100644 index 000000000..235c6a37c --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ137h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 718298049 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 12.427 + period_days: 16000.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.38 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.787 + polar_ice_lat: 0.339 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137h + +Frozen planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137h/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137h/markers.json new file mode 100644 index 000000000..7c3182581 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137h/markers.json @@ -0,0 +1,206 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 115, + 30 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 124, + 404 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 160, + 168 + ], + "area_fraction": 0.0588 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 159, + 382 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 159, + 456 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 184, + 85 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 227, + 255 + ], + "area_fraction": 0.0312 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 200, + 141 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 216, + 14 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 215, + 498 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 84 + ], + "peak": [ + 0, + 38 + ], + "area_cells": 6411 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 386 + ], + "peak": [ + 52, + 425 + ], + "area_cells": 14279 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 200 + ], + "peak": [ + 14, + 194 + ], + "area_cells": 149 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 218 + ], + "peak": [ + 17, + 215 + ], + "area_cells": 36 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 116 + ], + "peak": [ + 67, + 117 + ], + "area_cells": 483 + }, + { + "id": "range_7", + "name": null, + "center": [ + 54, + 93 + ], + "peak": [ + 54, + 92 + ], + "area_cells": 114 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 255 + ], + "peak": [ + 73, + 257 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137i/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137i/globe.png new file mode 100644 index 000000000..e696a555e Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137i/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137i/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137i/heightmap.png new file mode 100644 index 000000000..8c47e36e1 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137i/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137i/index.md b/wiki/star-systems/GJ-137/bodies/GJ137i/index.md new file mode 100644 index 000000000..aae3673ce --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ137i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2212333393 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 21.7 +physical: + gravity_g: 0.12 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.425 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137i + +Frozen planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137i/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137i/markers.json new file mode 100644 index 000000000..f9468b915 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137i/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 134, + 306 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 201, + 119 + ], + "area_fraction": 0.099 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 185, + 278 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 223, + 393 + ], + "area_fraction": 0.0912 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 30 + ], + "peak": [ + 0, + 18 + ], + "area_cells": 933 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 457 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 2758 + }, + { + "id": "range_3", + "name": null, + "center": [ + 40, + 198 + ], + "peak": [ + 24, + 183 + ], + "area_cells": 2284 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 376 + ], + "peak": [ + 26, + 377 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 306 + ], + "peak": [ + 83, + 326 + ], + "area_cells": 904 + }, + { + "id": "range_10", + "name": null, + "center": [ + 61, + 254 + ], + "peak": [ + 61, + 255 + ], + "area_cells": 33 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 6 + ], + "peak": [ + 60, + 8 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 493 + ], + "peak": [ + 63, + 496 + ], + "area_cells": 39 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 158 + ], + "peak": [ + 68, + 159 + ], + "area_cells": 66 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 437 + ], + "peak": [ + 65, + 434 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 78, + 247 + ], + "peak": [ + 77, + 247 + ], + "area_cells": 28 + }, + { + "id": "range_20", + "name": null, + "center": [ + 77, + 360 + ], + "peak": [ + 76, + 361 + ], + "area_cells": 72 + }, + { + "id": "range_21", + "name": null, + "center": [ + 81, + 204 + ], + "peak": [ + 81, + 204 + ], + "area_cells": 87 + }, + { + "id": "range_22", + "name": null, + "center": [ + 85, + 233 + ], + "peak": [ + 87, + 233 + ], + "area_cells": 78 + }, + { + "id": "range_23", + "name": null, + "center": [ + 85, + 494 + ], + "peak": [ + 84, + 494 + ], + "area_cells": 45 + }, + { + "id": "range_25", + "name": null, + "center": [ + 95, + 507 + ], + "peak": [ + 96, + 508 + ], + "area_cells": 43 + }, + { + "id": "range_26", + "name": null, + "center": [ + 98, + 219 + ], + "peak": [ + 100, + 218 + ], + "area_cells": 128 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-137/bodies/GJ137j/globe.png b/wiki/star-systems/GJ-137/bodies/GJ137j/globe.png new file mode 100644 index 000000000..e4d55d503 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137j/globe.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137j/heightmap.png b/wiki/star-systems/GJ-137/bodies/GJ137j/heightmap.png new file mode 100644 index 000000000..b46431176 Binary files /dev/null and b/wiki/star-systems/GJ-137/bodies/GJ137j/heightmap.png differ diff --git a/wiki/star-systems/GJ-137/bodies/GJ137j/index.md b/wiki/star-systems/GJ-137/bodies/GJ137j/index.md new file mode 100644 index 000000000..4146f7aa2 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ137j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3687376209 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 31.313 + period_days: 64000.0 + axial_tilt_deg: 17.8 +physical: + gravity_g: 0.1 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.325 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.251 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ137j + +Frozen planet. + +**System:** [GJ-137](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 64000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-137/bodies/GJ137j/markers.json b/wiki/star-systems/GJ-137/bodies/GJ137j/markers.json new file mode 100644 index 000000000..58ed6cc75 --- /dev/null +++ b/wiki/star-systems/GJ-137/bodies/GJ137j/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 185, + 379 + ], + "area_fraction": 0.0195 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 190, + 85 + ], + "area_fraction": 0.0253 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 238, + 214 + ], + "area_fraction": 0.041 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 240, + 423 + ], + "area_fraction": 0.0261 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 32 + ], + "peak": [ + 1, + 26 + ], + "area_cells": 913 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 312 + ], + "peak": [ + 2, + 294 + ], + "area_cells": 10350 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 416 + ], + "peak": [ + 1, + 435 + ], + "area_cells": 1239 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 497 + ], + "peak": [ + 0, + 505 + ], + "area_cells": 225 + }, + { + "id": "range_6", + "name": null, + "center": [ + 53, + 118 + ], + "peak": [ + 61, + 125 + ], + "area_cells": 5444 + }, + { + "id": "range_8", + "name": null, + "center": [ + 37, + 196 + ], + "peak": [ + 38, + 197 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 505 + ], + "peak": [ + 63, + 506 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 479 + ], + "peak": [ + 68, + 480 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ138b/globe.png b/wiki/star-systems/GJ-138/bodies/GJ138b/globe.png new file mode 100644 index 000000000..3970402a0 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138b/globe.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138b/heightmap.png b/wiki/star-systems/GJ-138/bodies/GJ138b/heightmap.png new file mode 100644 index 000000000..691a5ba99 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138b/heightmap.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138b/index.md b/wiki/star-systems/GJ-138/bodies/GJ138b/index.md new file mode 100644 index 000000000..d7f6255d1 --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ138b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2362640889 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 4.3 +physical: + gravity_g: 0.36 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.967 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ138b + +Barren planet. + +**System:** [GJ-138](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 92% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-138/bodies/GJ138b/markers.json b/wiki/star-systems/GJ-138/bodies/GJ138b/markers.json new file mode 100644 index 000000000..aa981a97f --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138b/markers.json @@ -0,0 +1,324 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 161, + 132 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 243 + ], + "peak": [ + 41, + 249 + ], + "area_cells": 575 + }, + { + "id": "range_4", + "name": null, + "center": [ + 0, + 299 + ], + "peak": [ + 0, + 292 + ], + "area_cells": 73 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 271 + ], + "peak": [ + 35, + 261 + ], + "area_cells": 511 + }, + { + "id": "range_6", + "name": null, + "center": [ + 36, + 305 + ], + "peak": [ + 37, + 305 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 66, + 234 + ], + "peak": [ + 72, + 236 + ], + "area_cells": 145 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 281 + ], + "peak": [ + 64, + 282 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 69, + 447 + ], + "peak": [ + 66, + 442 + ], + "area_cells": 240 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 209 + ], + "peak": [ + 106, + 210 + ], + "area_cells": 333 + }, + { + "id": "range_16", + "name": null, + "center": [ + 103, + 453 + ], + "peak": [ + 96, + 464 + ], + "area_cells": 604 + }, + { + "id": "range_18", + "name": null, + "center": [ + 88, + 315 + ], + "peak": [ + 88, + 314 + ], + "area_cells": 190 + }, + { + "id": "range_20", + "name": null, + "center": [ + 91, + 288 + ], + "peak": [ + 92, + 288 + ], + "area_cells": 29 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 106 + ], + "peak": [ + 101, + 106 + ], + "area_cells": 50 + }, + { + "id": "range_24", + "name": null, + "center": [ + 110, + 483 + ], + "peak": [ + 111, + 484 + ], + "area_cells": 98 + }, + { + "id": "range_26", + "name": null, + "center": [ + 133, + 132 + ], + "peak": [ + 130, + 132 + ], + "area_cells": 134 + }, + { + "id": "range_27", + "name": null, + "center": [ + 152, + 310 + ], + "peak": [ + 153, + 318 + ], + "area_cells": 378 + }, + { + "id": "range_28", + "name": null, + "center": [ + 156, + 242 + ], + "peak": [ + 154, + 244 + ], + "area_cells": 21 + }, + { + "id": "range_29", + "name": null, + "center": [ + 168, + 275 + ], + "peak": [ + 165, + 277 + ], + "area_cells": 158 + }, + { + "id": "range_30", + "name": null, + "center": [ + 161, + 401 + ], + "peak": [ + 162, + 401 + ], + "area_cells": 64 + }, + { + "id": "range_35", + "name": null, + "center": [ + 183, + 386 + ], + "peak": [ + 184, + 386 + ], + "area_cells": 96 + }, + { + "id": "range_37", + "name": null, + "center": [ + 191, + 412 + ], + "peak": [ + 191, + 411 + ], + "area_cells": 35 + }, + { + "id": "range_38", + "name": null, + "center": [ + 198, + 400 + ], + "peak": [ + 199, + 401 + ], + "area_cells": 47 + }, + { + "id": "range_40", + "name": null, + "center": [ + 207, + 69 + ], + "peak": [ + 206, + 69 + ], + "area_cells": 28 + }, + { + "id": "range_41", + "name": null, + "center": [ + 224, + 45 + ], + "peak": [ + 213, + 51 + ], + "area_cells": 162 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-138/bodies/GJ138c/globe.png b/wiki/star-systems/GJ-138/bodies/GJ138c/globe.png new file mode 100644 index 000000000..0dff7d8c7 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138c/globe.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138c/heightmap.png b/wiki/star-systems/GJ-138/bodies/GJ138c/heightmap.png new file mode 100644 index 000000000..a44617ff0 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138c/heightmap.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138c/index.md b/wiki/star-systems/GJ-138/bodies/GJ138c/index.md new file mode 100644 index 000000000..2df744d94 --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ138c +name: Portel +body_type: planet +planet_class: temperate +body_scale: planet +seed: 451499900 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: 0.86 + oblateness: 0.002 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.615 + polar_ice_lat: 0.734 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.476 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Portel + +Temperate planet. + +**System:** [GJ-138](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 12K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-138/bodies/GJ138c/markers.json b/wiki/star-systems/GJ-138/bodies/GJ138c/markers.json new file mode 100644 index 000000000..9ee40eb9a --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138c/markers.json @@ -0,0 +1,1076 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 116, + 261 + ], + [ + 117, + 260 + ], + [ + 117, + 259 + ], + [ + 118, + 258 + ], + [ + 119, + 257 + ], + [ + 118, + 256 + ], + [ + 117, + 255 + ], + [ + 116, + 254 + ], + [ + 116, + 253 + ], + [ + 116, + 252 + ], + [ + 115, + 251 + ], + [ + 114, + 251 + ], + [ + 115, + 250 + ], + [ + 116, + 249 + ], + [ + 115, + 248 + ], + [ + 116, + 247 + ], + [ + 115, + 246 + ], + [ + 116, + 246 + ], + [ + 117, + 247 + ], + [ + 118, + 246 + ], + [ + 119, + 245 + ], + [ + 118, + 244 + ], + [ + 118, + 243 + ], + [ + 117, + 242 + ], + [ + 117, + 241 + ], + [ + 117, + 240 + ], + [ + 117, + 239 + ], + [ + 118, + 239 + ], + [ + 119, + 238 + ], + [ + 120, + 237 + ], + [ + 121, + 236 + ], + [ + 122, + 235 + ], + [ + 121, + 235 + ], + [ + 120, + 236 + ], + [ + 121, + 237 + ], + [ + 122, + 236 + ], + [ + 123, + 236 + ], + [ + 124, + 235 + ], + [ + 123, + 235 + ], + [ + 123, + 234 + ], + [ + 124, + 233 + ], + [ + 124, + 234 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 254, + 445 + ], + [ + 253, + 446 + ], + [ + 252, + 447 + ], + [ + 251, + 446 + ], + [ + 250, + 445 + ], + [ + 249, + 445 + ], + [ + 248, + 444 + ], + [ + 247, + 444 + ], + [ + 246, + 444 + ], + [ + 245, + 445 + ], + [ + 244, + 446 + ], + [ + 243, + 445 + ], + [ + 243, + 446 + ], + [ + 242, + 445 + ], + [ + 241, + 446 + ], + [ + 240, + 445 + ], + [ + 239, + 444 + ], + [ + 238, + 443 + ], + [ + 238, + 444 + ], + [ + 237, + 444 + ], + [ + 237, + 445 + ], + [ + 238, + 446 + ], + [ + 238, + 445 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 63, + 234 + ], + [ + 62, + 235 + ], + [ + 61, + 235 + ], + [ + 60, + 235 + ], + [ + 60, + 234 + ], + [ + 59, + 233 + ], + [ + 58, + 232 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 56 + ], + [ + 1, + 55 + ], + [ + 2, + 55 + ], + [ + 2, + 56 + ], + [ + 3, + 55 + ], + [ + 4, + 54 + ], + [ + 4, + 53 + ], + [ + 5, + 53 + ], + [ + 5, + 52 + ], + [ + 4, + 51 + ], + [ + 5, + 50 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 141, + 390 + ], + [ + 140, + 389 + ], + [ + 139, + 390 + ], + [ + 138, + 391 + ], + [ + 137, + 392 + ], + [ + 136, + 393 + ], + [ + 135, + 394 + ], + [ + 135, + 395 + ], + [ + 135, + 396 + ], + [ + 135, + 397 + ], + [ + 134, + 398 + ], + [ + 133, + 398 + ], + [ + 132, + 399 + ], + [ + 131, + 400 + ], + [ + 132, + 401 + ], + [ + 132, + 400 + ], + [ + 133, + 400 + ], + [ + 133, + 401 + ], + [ + 133, + 402 + ], + [ + 133, + 403 + ], + [ + 132, + 402 + ], + [ + 131, + 402 + ], + [ + 131, + 401 + ], + [ + 130, + 401 + ], + [ + 130, + 400 + ], + [ + 129, + 401 + ], + [ + 129, + 400 + ], + [ + 128, + 399 + ], + [ + 129, + 399 + ], + [ + 130, + 399 + ], + [ + 131, + 398 + ], + [ + 131, + 399 + ], + [ + 132, + 398 + ], + [ + 132, + 397 + ], + [ + 131, + 396 + ], + [ + 131, + 397 + ], + [ + 130, + 398 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 248, + 37 + ], + [ + 249, + 36 + ], + [ + 250, + 35 + ], + [ + 250, + 34 + ], + [ + 251, + 33 + ], + [ + 252, + 32 + ], + [ + 253, + 31 + ], + [ + 253, + 30 + ], + [ + 254, + 31 + ], + [ + 254, + 30 + ], + [ + 253, + 29 + ], + [ + 253, + 28 + ], + [ + 254, + 27 + ], + [ + 253, + 27 + ], + [ + 254, + 26 + ], + [ + 255, + 26 + ], + [ + 254, + 25 + ], + [ + 255, + 24 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 72, + 370 + ], + [ + 73, + 369 + ], + [ + 74, + 368 + ], + [ + 75, + 367 + ], + [ + 76, + 366 + ], + [ + 77, + 365 + ], + [ + 78, + 365 + ], + [ + 78, + 364 + ], + [ + 79, + 363 + ], + [ + 80, + 362 + ], + [ + 79, + 361 + ], + [ + 80, + 360 + ], + [ + 80, + 359 + ], + [ + 80, + 358 + ], + [ + 80, + 357 + ], + [ + 80, + 356 + ], + [ + 79, + 355 + ], + [ + 78, + 354 + ], + [ + 79, + 353 + ], + [ + 80, + 353 + ], + [ + 80, + 352 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 145, + 488 + ], + [ + 145, + 489 + ], + [ + 145, + 490 + ], + [ + 144, + 490 + ], + [ + 143, + 489 + ], + [ + 142, + 488 + ], + [ + 141, + 489 + ], + [ + 140, + 489 + ], + [ + 139, + 490 + ], + [ + 139, + 489 + ], + [ + 140, + 488 + ], + [ + 139, + 488 + ], + [ + 140, + 487 + ], + [ + 139, + 486 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 157, + 111 + ], + [ + 158, + 110 + ], + [ + 157, + 109 + ], + [ + 158, + 108 + ], + [ + 158, + 107 + ], + [ + 159, + 108 + ], + [ + 160, + 107 + ], + [ + 161, + 106 + ], + [ + 162, + 107 + ], + [ + 163, + 106 + ], + [ + 164, + 105 + ], + [ + 165, + 104 + ], + [ + 166, + 103 + ], + [ + 167, + 103 + ], + [ + 168, + 102 + ], + [ + 169, + 101 + ], + [ + 170, + 100 + ], + [ + 171, + 99 + ], + [ + 172, + 98 + ], + [ + 173, + 97 + ], + [ + 174, + 97 + ], + [ + 174, + 96 + ], + [ + 173, + 95 + ], + [ + 173, + 94 + ], + [ + 173, + 93 + ], + [ + 174, + 92 + ], + [ + 174, + 91 + ], + [ + 173, + 91 + ], + [ + 173, + 92 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 140, + 197 + ], + [ + 141, + 196 + ], + [ + 140, + 195 + ], + [ + 141, + 194 + ], + [ + 140, + 193 + ], + [ + 139, + 192 + ], + [ + 138, + 191 + ], + [ + 138, + 190 + ], + [ + 137, + 189 + ], + [ + 137, + 188 + ], + [ + 137, + 187 + ], + [ + 137, + 186 + ], + [ + 137, + 185 + ], + [ + 137, + 184 + ], + [ + 136, + 183 + ], + [ + 137, + 182 + ], + [ + 138, + 181 + ], + [ + 139, + 180 + ], + [ + 138, + 179 + ], + [ + 138, + 178 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 64, + 296 + ], + [ + 64, + 295 + ], + [ + 64, + 294 + ], + [ + 64, + 293 + ], + [ + 63, + 293 + ], + [ + 62, + 292 + ], + [ + 63, + 291 + ], + [ + 64, + 291 + ], + [ + 64, + 290 + ], + [ + 64, + 289 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 24 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 29, + 280 + ], + "area_fraction": 0.1695 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 187, + 291 + ], + "area_fraction": 0.1954 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 230, + 28 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 108 + ], + "peak": [ + 71, + 116 + ], + "area_cells": 1375 + }, + { + "id": "range_2", + "name": null, + "center": [ + 165, + 43 + ], + "peak": [ + 161, + 52 + ], + "area_cells": 99 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-138/bodies/GJ138d/globe.png b/wiki/star-systems/GJ-138/bodies/GJ138d/globe.png new file mode 100644 index 000000000..8b89ffaed Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138d/globe.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138d/heightmap.png b/wiki/star-systems/GJ-138/bodies/GJ138d/heightmap.png new file mode 100644 index 000000000..5f4ce8ac3 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138d/heightmap.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138d/index.md b/wiki/star-systems/GJ-138/bodies/GJ138d/index.md new file mode 100644 index 000000000..cafb194de --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ138d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3477288685 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 39.3 +physical: + gravity_g: 0.5 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.056 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ138d + +Frozen planet. + +**System:** [GJ-138](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-138/bodies/GJ138d/markers.json b/wiki/star-systems/GJ-138/bodies/GJ138d/markers.json new file mode 100644 index 000000000..8d9733430 --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138d/markers.json @@ -0,0 +1,325 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 21, + 39 + ], + [ + 22, + 38 + ], + [ + 22, + 37 + ], + [ + 23, + 36 + ], + [ + 24, + 35 + ], + [ + 25, + 34 + ], + [ + 25, + 33 + ], + [ + 25, + 32 + ], + [ + 24, + 31 + ], + [ + 24, + 30 + ], + [ + 24, + 29 + ], + [ + 25, + 30 + ], + [ + 26, + 30 + ], + [ + 27, + 29 + ], + [ + 28, + 29 + ], + [ + 27, + 28 + ], + [ + 26, + 28 + ], + [ + 26, + 29 + ], + [ + 27, + 30 + ], + [ + 26, + 31 + ], + [ + 26, + 32 + ], + [ + 26, + 33 + ], + [ + 26, + 34 + ], + [ + 25, + 35 + ], + [ + 26, + 35 + ], + [ + 26, + 36 + ], + [ + 27, + 35 + ], + [ + 27, + 36 + ], + [ + 28, + 37 + ], + [ + 27, + 38 + ], + [ + 28, + 38 + ], + [ + 29, + 38 + ], + [ + 30, + 39 + ], + [ + 31, + 40 + ], + [ + 31, + 41 + ], + [ + 31, + 42 + ], + [ + 32, + 41 + ], + [ + 33, + 41 + ], + [ + 34, + 42 + ], + [ + 35, + 43 + ], + [ + 34, + 43 + ], + [ + 35, + 44 + ], + [ + 35, + 45 + ], + [ + 34, + 46 + ], + [ + 34, + 45 + ], + [ + 35, + 46 + ], + [ + 34, + 47 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 19, + 48 + ], + [ + 19, + 49 + ], + [ + 20, + 49 + ], + [ + 21, + 48 + ], + [ + 22, + 49 + ], + [ + 23, + 48 + ], + [ + 24, + 47 + ], + [ + 25, + 47 + ], + [ + 26, + 46 + ], + [ + 27, + 45 + ], + [ + 28, + 46 + ], + [ + 29, + 47 + ], + [ + 30, + 47 + ], + [ + 31, + 48 + ], + [ + 31, + 49 + ], + [ + 32, + 49 + ], + [ + 33, + 48 + ], + [ + 33, + 47 + ], + [ + 34, + 46 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 108 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 476 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 114, + 297 + ], + "peak": [ + 108, + 310 + ], + "area_cells": 1675 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-138/bodies/GJ138e/globe.png b/wiki/star-systems/GJ-138/bodies/GJ138e/globe.png new file mode 100644 index 000000000..f4aceca27 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138e/globe.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138e/heightmap.png b/wiki/star-systems/GJ-138/bodies/GJ138e/heightmap.png new file mode 100644 index 000000000..f1934e25d Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138e/heightmap.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138e/index.md b/wiki/star-systems/GJ-138/bodies/GJ138e/index.md new file mode 100644 index 000000000..30142c659 --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ138e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2877630319 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 21.2 +physical: + gravity_g: 0.38 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.135 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ138e + +Frozen planet. + +**System:** [GJ-138](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-138/bodies/GJ138e/markers.json b/wiki/star-systems/GJ-138/bodies/GJ138e/markers.json new file mode 100644 index 000000000..850e753ad --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138e/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 112, + 277 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 139, + 210 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_31", + "name": null, + "kind": "ocean", + "center": [ + 188, + 362 + ], + "area_fraction": 0.1389 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 177, + 23 + ], + "area_fraction": 0.0235 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 60 + ], + "peak": [ + 0, + 61 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 359 + ], + "peak": [ + 0, + 361 + ], + "area_cells": 82 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 261 + ], + "peak": [ + 21, + 274 + ], + "area_cells": 810 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 285 + ], + "peak": [ + 18, + 285 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 90 + ], + "peak": [ + 68, + 116 + ], + "area_cells": 2940 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 253 + ], + "peak": [ + 56, + 254 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 128 + ], + "peak": [ + 141, + 128 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-138/bodies/GJ138f/globe.png b/wiki/star-systems/GJ-138/bodies/GJ138f/globe.png new file mode 100644 index 000000000..93c1b65d1 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138f/globe.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138f/heightmap.png b/wiki/star-systems/GJ-138/bodies/GJ138f/heightmap.png new file mode 100644 index 000000000..360350475 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138f/heightmap.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138f/index.md b/wiki/star-systems/GJ-138/bodies/GJ138f/index.md new file mode 100644 index 000000000..bf45cc5eb --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ138f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3286837000 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 33.0 +physical: + gravity_g: 0.11 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.899 + polar_ice_lat: 0.111 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ138f + +Frozen planet. + +**System:** [GJ-138](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-138/bodies/GJ138f/markers.json b/wiki/star-systems/GJ-138/bodies/GJ138f/markers.json new file mode 100644 index 000000000..a67d9e045 --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138f/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 52, + 137 + ], + "area_fraction": 0.0686 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 94, + 46 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 175, + 158 + ], + "peak": [ + 146, + 117 + ], + "area_cells": 6072 + }, + { + "id": "range_4", + "name": null, + "center": [ + 162, + 249 + ], + "peak": [ + 161, + 247 + ], + "area_cells": 60 + }, + { + "id": "range_5", + "name": null, + "center": [ + 200, + 272 + ], + "peak": [ + 203, + 273 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 240, + 279 + ], + "peak": [ + 218, + 266 + ], + "area_cells": 1224 + }, + { + "id": "range_9", + "name": null, + "center": [ + 237, + 169 + ], + "peak": [ + 233, + 168 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-138/bodies/GJ138g/globe.png b/wiki/star-systems/GJ-138/bodies/GJ138g/globe.png new file mode 100644 index 000000000..c0609cf87 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138g/globe.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138g/heightmap.png b/wiki/star-systems/GJ-138/bodies/GJ138g/heightmap.png new file mode 100644 index 000000000..ea4892096 Binary files /dev/null and b/wiki/star-systems/GJ-138/bodies/GJ138g/heightmap.png differ diff --git a/wiki/star-systems/GJ-138/bodies/GJ138g/index.md b/wiki/star-systems/GJ-138/bodies/GJ138g/index.md new file mode 100644 index 000000000..6180e509e --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ138g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 43959846 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.492 + period_days: 5200.0 + axial_tilt_deg: 40.1 +physical: + gravity_g: 0.08 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.221 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ138g + +Frozen planet. + +**System:** [GJ-138](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-138/bodies/GJ138g/markers.json b/wiki/star-systems/GJ-138/bodies/GJ138g/markers.json new file mode 100644 index 000000000..5e8698d9f --- /dev/null +++ b/wiki/star-systems/GJ-138/bodies/GJ138g/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 42, + 70 + ], + "area_fraction": 0.0746 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 50, + 439 + ], + "area_fraction": 0.1004 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 195, + 422 + ], + "peak": [ + 183, + 464 + ], + "area_cells": 11242 + }, + { + "id": "range_3", + "name": null, + "center": [ + 166, + 8 + ], + "peak": [ + 162, + 3 + ], + "area_cells": 338 + }, + { + "id": "range_4", + "name": null, + "center": [ + 221, + 479 + ], + "peak": [ + 222, + 475 + ], + "area_cells": 209 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ139b/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139b/globe.png new file mode 100644 index 000000000..7cf8ee6ce Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139b/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139b/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139b/heightmap.png new file mode 100644 index 000000000..ada6e02c8 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139b/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139b/index.md b/wiki/star-systems/GJ-139/bodies/GJ139b/index.md new file mode 100644 index 000000000..5e159ccf6 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ139b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3770478833 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.167 + period_days: 25.0 + axial_tilt_deg: 44.2 +physical: + gravity_g: 0.3 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.844 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139b + +Barren planet. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139b/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139b/markers.json new file mode 100644 index 000000000..11d6399e0 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139b/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 393 + ], + "peak": [ + 39, + 393 + ], + "area_cells": 47 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 73 + ], + "peak": [ + 46, + 74 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 172 + ], + "peak": [ + 58, + 172 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 104 + ], + "peak": [ + 65, + 106 + ], + "area_cells": 217 + }, + { + "id": "range_6", + "name": null, + "center": [ + 64, + 69 + ], + "peak": [ + 66, + 69 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 153 + ], + "peak": [ + 71, + 160 + ], + "area_cells": 139 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 291 + ], + "peak": [ + 150, + 330 + ], + "area_cells": 9338 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 231 + ], + "peak": [ + 70, + 234 + ], + "area_cells": 110 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 328 + ], + "peak": [ + 81, + 328 + ], + "area_cells": 104 + }, + { + "id": "range_12", + "name": null, + "center": [ + 86, + 246 + ], + "peak": [ + 78, + 243 + ], + "area_cells": 101 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 307 + ], + "peak": [ + 97, + 310 + ], + "area_cells": 339 + }, + { + "id": "range_14", + "name": null, + "center": [ + 97, + 128 + ], + "peak": [ + 106, + 112 + ], + "area_cells": 636 + }, + { + "id": "range_15", + "name": null, + "center": [ + 93, + 275 + ], + "peak": [ + 93, + 277 + ], + "area_cells": 53 + }, + { + "id": "range_17", + "name": null, + "center": [ + 120, + 260 + ], + "peak": [ + 116, + 263 + ], + "area_cells": 387 + }, + { + "id": "range_19", + "name": null, + "center": [ + 171, + 100 + ], + "peak": [ + 157, + 105 + ], + "area_cells": 7289 + }, + { + "id": "range_21", + "name": null, + "center": [ + 161, + 477 + ], + "peak": [ + 209, + 484 + ], + "area_cells": 2757 + }, + { + "id": "range_23", + "name": null, + "center": [ + 125, + 8 + ], + "peak": [ + 126, + 8 + ], + "area_cells": 32 + }, + { + "id": "range_24", + "name": null, + "center": [ + 130, + 200 + ], + "peak": [ + 129, + 201 + ], + "area_cells": 108 + }, + { + "id": "range_25", + "name": null, + "center": [ + 143, + 4 + ], + "peak": [ + 147, + 0 + ], + "area_cells": 116 + }, + { + "id": "range_29", + "name": null, + "center": [ + 202, + 454 + ], + "peak": [ + 210, + 460 + ], + "area_cells": 907 + }, + { + "id": "range_33", + "name": null, + "center": [ + 193, + 2 + ], + "peak": [ + 191, + 0 + ], + "area_cells": 66 + }, + { + "id": "range_34", + "name": null, + "center": [ + 206, + 26 + ], + "peak": [ + 206, + 25 + ], + "area_cells": 125 + }, + { + "id": "range_37", + "name": null, + "center": [ + 219, + 414 + ], + "peak": [ + 221, + 414 + ], + "area_cells": 20 + }, + { + "id": "range_45", + "name": null, + "center": [ + 248, + 26 + ], + "peak": [ + 255, + 29 + ], + "area_cells": 190 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139c/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139c/globe.png new file mode 100644 index 000000000..6d4a730bf Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139c/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139c/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139c/heightmap.png new file mode 100644 index 000000000..30196e81c Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139c/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139c/index.md b/wiki/star-systems/GJ-139/bodies/GJ139c/index.md new file mode 100644 index 000000000..21c45e4ee --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ139c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3080107120 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.393 + period_days: 90.0 + axial_tilt_deg: 7.6 +physical: + gravity_g: 0.62 + oblateness: 0.0025 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.953 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139c + +Barren planet. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.62g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 90 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139c/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139c/markers.json new file mode 100644 index 000000000..c50c40ea4 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139c/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 16 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 1380 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 490 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 1585 + }, + { + "id": "range_3", + "name": null, + "center": [ + 129, + 359 + ], + "peak": [ + 164, + 386 + ], + "area_cells": 30634 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 123 + ], + "peak": [ + 57, + 124 + ], + "area_cells": 1154 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 182 + ], + "peak": [ + 81, + 182 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 166 + ], + "peak": [ + 80, + 169 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 72 + ], + "peak": [ + 101, + 68 + ], + "area_cells": 188 + }, + { + "id": "range_8", + "name": null, + "center": [ + 127, + 145 + ], + "peak": [ + 128, + 141 + ], + "area_cells": 3755 + }, + { + "id": "range_9", + "name": null, + "center": [ + 111, + 74 + ], + "peak": [ + 111, + 75 + ], + "area_cells": 54 + }, + { + "id": "range_10", + "name": null, + "center": [ + 167, + 9 + ], + "peak": [ + 170, + 0 + ], + "area_cells": 626 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 500 + ], + "peak": [ + 177, + 504 + ], + "area_cells": 709 + }, + { + "id": "range_12", + "name": null, + "center": [ + 157, + 167 + ], + "peak": [ + 158, + 168 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 215, + 78 + ], + "peak": [ + 215, + 79 + ], + "area_cells": 31 + }, + { + "id": "range_17", + "name": null, + "center": [ + 242, + 356 + ], + "peak": [ + 243, + 357 + ], + "area_cells": 112 + }, + { + "id": "range_18", + "name": null, + "center": [ + 249, + 9 + ], + "peak": [ + 249, + 0 + ], + "area_cells": 244 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d-1/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139d-1/globe.png new file mode 100644 index 000000000..b6bb17396 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139d-1/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d-1/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139d-1/heightmap.png new file mode 100644 index 000000000..4b1f7b443 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d-1/index.md b/wiki/star-systems/GJ-139/bodies/GJ139d-1/index.md new file mode 100644 index 000000000..59a1f2593 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ139d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4001105300 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 18.4 +physical: + gravity_g: 0.05 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.882 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139d-1 + +Barren moon. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d-1/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139d-1/markers.json new file mode 100644 index 000000000..6ffb56be7 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139d-1/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 491 + ], + "peak": [ + 0, + 489 + ], + "area_cells": 151 + }, + { + "id": "range_6", + "name": null, + "center": [ + 97, + 252 + ], + "peak": [ + 97, + 252 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 385 + ], + "peak": [ + 119, + 390 + ], + "area_cells": 2307 + }, + { + "id": "range_8", + "name": null, + "center": [ + 128, + 135 + ], + "peak": [ + 131, + 139 + ], + "area_cells": 2110 + }, + { + "id": "range_9", + "name": null, + "center": [ + 113, + 90 + ], + "peak": [ + 113, + 90 + ], + "area_cells": 55 + }, + { + "id": "range_10", + "name": null, + "center": [ + 112, + 491 + ], + "peak": [ + 112, + 492 + ], + "area_cells": 55 + }, + { + "id": "range_11", + "name": null, + "center": [ + 118, + 26 + ], + "peak": [ + 119, + 26 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 125, + 217 + ], + "peak": [ + 128, + 219 + ], + "area_cells": 67 + }, + { + "id": "range_15", + "name": null, + "center": [ + 145, + 15 + ], + "peak": [ + 145, + 15 + ], + "area_cells": 127 + }, + { + "id": "range_23", + "name": null, + "center": [ + 163, + 173 + ], + "peak": [ + 160, + 170 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139d/globe.png new file mode 100644 index 000000000..7c8e5cabd Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139d/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139d/heightmap.png new file mode 100644 index 000000000..46354230a Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139d/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d/index.md b/wiki/star-systems/GJ-139/bodies/GJ139d/index.md new file mode 100644 index 000000000..287be9ec5 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ139d +name: Onitsha +body_type: planet +planet_class: arid +body_scale: planet +seed: 3344603387 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.877 + period_days: 300.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.85 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.637 + polar_ice_lat: 0.896 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.139 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Onitsha + +Arid planet. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.85g | +| **Atmosphere** | thin | +| **Hydrosphere** | rivers | +| **Land** | 64% | +| **Year** | 300 days | +| **Inhabited** | yes | +| **Population** | 350M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139d/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139d/markers.json new file mode 100644 index 000000000..76c616afe --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139d/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 138, + 73 + ], + [ + 139, + 74 + ], + [ + 140, + 75 + ], + [ + 141, + 76 + ], + [ + 142, + 77 + ], + [ + 143, + 78 + ], + [ + 144, + 77 + ], + [ + 145, + 77 + ], + [ + 146, + 77 + ], + [ + 147, + 76 + ], + [ + 147, + 77 + ], + [ + 148, + 76 + ], + [ + 148, + 77 + ], + [ + 149, + 77 + ], + [ + 149, + 76 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 116, + 38 + ], + [ + 115, + 37 + ], + [ + 114, + 38 + ], + [ + 113, + 38 + ], + [ + 112, + 37 + ], + [ + 111, + 38 + ], + [ + 110, + 39 + ], + [ + 109, + 40 + ], + [ + 108, + 41 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 182, + 488 + ], + [ + 183, + 487 + ], + [ + 184, + 486 + ], + [ + 185, + 485 + ], + [ + 186, + 484 + ], + [ + 185, + 483 + ], + [ + 186, + 482 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 204, + 254 + ], + "area_fraction": 0.3374 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 156, + 410 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 150, + 482 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 133 + ], + "peak": [ + 77, + 57 + ], + "area_cells": 9831 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 407 + ], + "peak": [ + 14, + 409 + ], + "area_cells": 89 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 448 + ], + "peak": [ + 83, + 503 + ], + "area_cells": 5739 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 279 + ], + "peak": [ + 48, + 278 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 97, + 361 + ], + "peak": [ + 90, + 353 + ], + "area_cells": 1674 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 240 + ], + "peak": [ + 80, + 240 + ], + "area_cells": 52 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 229 + ], + "peak": [ + 94, + 233 + ], + "area_cells": 405 + }, + { + "id": "range_9", + "name": null, + "center": [ + 103, + 189 + ], + "peak": [ + 103, + 190 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139e/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139e/globe.png new file mode 100644 index 000000000..4e6112701 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139e/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139e/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139e/heightmap.png new file mode 100644 index 000000000..6fafcfab1 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139e/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139e/index.md b/wiki/star-systems/GJ-139/bodies/GJ139e/index.md new file mode 100644 index 000000000..3604031c9 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ139e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1309983258 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.266 + period_days: 520.0 + axial_tilt_deg: 21.3 +physical: + gravity_g: 0.5 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.894 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.148 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139e + +Arid planet. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139e/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139e/markers.json new file mode 100644 index 000000000..a108e75b7 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139e/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 254 + ], + "peak": [ + 3, + 511 + ], + "area_cells": 14722 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 232 + ], + "peak": [ + 42, + 249 + ], + "area_cells": 489 + }, + { + "id": "range_4", + "name": null, + "center": [ + 141, + 333 + ], + "peak": [ + 141, + 345 + ], + "area_cells": 69 + }, + { + "id": "range_5", + "name": null, + "center": [ + 222, + 102 + ], + "peak": [ + 224, + 105 + ], + "area_cells": 186 + }, + { + "id": "range_7", + "name": null, + "center": [ + 251, + 133 + ], + "peak": [ + 254, + 132 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139f/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139f/globe.png new file mode 100644 index 000000000..eba69e7c4 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139f/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139f/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139f/heightmap.png new file mode 100644 index 000000000..4736c683c Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139f/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139f/index.md b/wiki/star-systems/GJ-139/bodies/GJ139f/index.md new file mode 100644 index 000000000..388f1218e --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ139f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4127112388 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.756 + period_days: 850.0 + axial_tilt_deg: 32.2 +physical: + gravity_g: 0.42 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.745 + polar_ice_lat: 0.186 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139f + +Frozen planet. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139f/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139f/markers.json new file mode 100644 index 000000000..ed40ae2b0 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139f/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 178, + 437 + ], + "area_fraction": 0.1037 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 111, + 25 + ], + "area_fraction": 0.007 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 152, + 250 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 214, + 40 + ], + "area_fraction": 0.0537 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 226, + 134 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 62 + ], + "peak": [ + 5, + 6 + ], + "area_cells": 3950 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 337 + ], + "peak": [ + 25, + 329 + ], + "area_cells": 11770 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 334 + ], + "peak": [ + 64, + 336 + ], + "area_cells": 108 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 290 + ], + "peak": [ + 72, + 290 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139g/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139g/globe.png new file mode 100644 index 000000000..1bae36782 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139g/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139g/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139g/heightmap.png new file mode 100644 index 000000000..5b59f03e9 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139g/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139g/index.md b/wiki/star-systems/GJ-139/bodies/GJ139g/index.md new file mode 100644 index 000000000..e98a75850 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ139g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 306784383 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 46.4 +physical: + gravity_g: 0.35 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.116 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139g + +Frozen planet. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139g/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139g/markers.json new file mode 100644 index 000000000..8c412493a --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139g/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 260 + ], + "peak": [ + 2, + 201 + ], + "area_cells": 40727 + }, + { + "id": "range_2", + "name": null, + "center": [ + 80, + 2 + ], + "peak": [ + 80, + 0 + ], + "area_cells": 52 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 102 + ], + "peak": [ + 86, + 102 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-1/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139h-1/globe.png new file mode 100644 index 000000000..28fe61662 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139h-1/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-1/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139h-1/heightmap.png new file mode 100644 index 000000000..220deddc4 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-1/index.md b/wiki/star-systems/GJ-139/bodies/GJ139h-1/index.md new file mode 100644 index 000000000..8bce63550 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ139h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2671822137 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 40.0 +physical: + gravity_g: 0.08 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.8 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139h-1 + +Barren moon. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-1/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139h-1/markers.json new file mode 100644 index 000000000..1f3112a70 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139h-1/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 17, + 181 + ], + "peak": [ + 16, + 181 + ], + "area_cells": 37 + }, + { + "id": "range_6", + "name": null, + "center": [ + 96, + 41 + ], + "peak": [ + 124, + 69 + ], + "area_cells": 6334 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 9 + ], + "peak": [ + 39, + 10 + ], + "area_cells": 63 + }, + { + "id": "range_10", + "name": null, + "center": [ + 42, + 504 + ], + "peak": [ + 39, + 504 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 41, + 115 + ], + "peak": [ + 42, + 115 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 87, + 339 + ], + "peak": [ + 92, + 358 + ], + "area_cells": 3846 + }, + { + "id": "range_16", + "name": null, + "center": [ + 70, + 125 + ], + "peak": [ + 71, + 124 + ], + "area_cells": 388 + }, + { + "id": "range_17", + "name": null, + "center": [ + 68, + 420 + ], + "peak": [ + 68, + 421 + ], + "area_cells": 41 + }, + { + "id": "range_18", + "name": null, + "center": [ + 116, + 496 + ], + "peak": [ + 98, + 505 + ], + "area_cells": 1169 + }, + { + "id": "range_20", + "name": null, + "center": [ + 104, + 102 + ], + "peak": [ + 102, + 97 + ], + "area_cells": 233 + }, + { + "id": "range_21", + "name": null, + "center": [ + 108, + 231 + ], + "peak": [ + 110, + 232 + ], + "area_cells": 31 + }, + { + "id": "range_23", + "name": null, + "center": [ + 123, + 252 + ], + "peak": [ + 121, + 252 + ], + "area_cells": 238 + }, + { + "id": "range_26", + "name": null, + "center": [ + 149, + 345 + ], + "peak": [ + 150, + 345 + ], + "area_cells": 103 + }, + { + "id": "range_27", + "name": null, + "center": [ + 156, + 425 + ], + "peak": [ + 157, + 424 + ], + "area_cells": 149 + }, + { + "id": "range_29", + "name": null, + "center": [ + 156, + 377 + ], + "peak": [ + 157, + 382 + ], + "area_cells": 188 + }, + { + "id": "range_30", + "name": null, + "center": [ + 159, + 89 + ], + "peak": [ + 163, + 84 + ], + "area_cells": 200 + }, + { + "id": "range_31", + "name": null, + "center": [ + 157, + 461 + ], + "peak": [ + 156, + 461 + ], + "area_cells": 72 + }, + { + "id": "range_32", + "name": null, + "center": [ + 181, + 373 + ], + "peak": [ + 186, + 369 + ], + "area_cells": 397 + }, + { + "id": "range_33", + "name": null, + "center": [ + 187, + 491 + ], + "peak": [ + 188, + 503 + ], + "area_cells": 731 + }, + { + "id": "range_34", + "name": null, + "center": [ + 184, + 328 + ], + "peak": [ + 186, + 328 + ], + "area_cells": 177 + }, + { + "id": "range_35", + "name": null, + "center": [ + 188, + 423 + ], + "peak": [ + 188, + 424 + ], + "area_cells": 59 + }, + { + "id": "range_38", + "name": null, + "center": [ + 199, + 395 + ], + "peak": [ + 199, + 392 + ], + "area_cells": 158 + }, + { + "id": "range_40", + "name": null, + "center": [ + 250, + 492 + ], + "peak": [ + 255, + 493 + ], + "area_cells": 26 + }, + { + "id": "range_41", + "name": null, + "center": [ + 251, + 501 + ], + "peak": [ + 253, + 501 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-2/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139h-2/globe.png new file mode 100644 index 000000000..fe437dab2 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139h-2/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-2/heightmap.png b/wiki/star-systems/GJ-139/bodies/GJ139h-2/heightmap.png new file mode 100644 index 000000000..701cb3a87 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-2/index.md b/wiki/star-systems/GJ-139/bodies/GJ139h-2/index.md new file mode 100644 index 000000000..8c3189c2a --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ139h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 407572691 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.06 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.714 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.407 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ139h-2 + +Frozen moon. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h-2/markers.json b/wiki/star-systems/GJ-139/bodies/GJ139h-2/markers.json new file mode 100644 index 000000000..b5ddd5b02 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139h-2/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 37, + 121 + ], + "area_fraction": 0.1066 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 44, + 434 + ], + "area_fraction": 0.1099 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 140, + 268 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 158, + 44 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 166, + 477 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 218 + ], + "peak": [ + 70, + 220 + ], + "area_cells": 254 + }, + { + "id": "range_2", + "name": null, + "center": [ + 104, + 127 + ], + "peak": [ + 107, + 149 + ], + "area_cells": 2702 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 263 + ], + "peak": [ + 95, + 266 + ], + "area_cells": 278 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 207 + ], + "peak": [ + 93, + 208 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 339 + ], + "peak": [ + 116, + 339 + ], + "area_cells": 45 + }, + { + "id": "range_9", + "name": null, + "center": [ + 195, + 309 + ], + "peak": [ + 201, + 303 + ], + "area_cells": 940 + }, + { + "id": "range_10", + "name": null, + "center": [ + 231, + 57 + ], + "peak": [ + 210, + 9 + ], + "area_cells": 5295 + }, + { + "id": "range_13", + "name": null, + "center": [ + 228, + 443 + ], + "peak": [ + 220, + 436 + ], + "area_cells": 4124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h/globe.png b/wiki/star-systems/GJ-139/bodies/GJ139h/globe.png new file mode 100644 index 000000000..f61e27169 Binary files /dev/null and b/wiki/star-systems/GJ-139/bodies/GJ139h/globe.png differ diff --git a/wiki/star-systems/GJ-139/bodies/GJ139h/index.md b/wiki/star-systems/GJ-139/bodies/GJ139h/index.md new file mode 100644 index 000000000..e6f80ec75 --- /dev/null +++ b/wiki/star-systems/GJ-139/bodies/GJ139h/index.md @@ -0,0 +1,70 @@ +--- +id: GJ139h +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 369028694 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: null + oblateness: 0.0559 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.102 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.22 + opacity_base: 0.55 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ139h + +Gas giant. + +**System:** [GJ-139](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + 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/bodies/GJ142b/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142b/globe.png new file mode 100644 index 000000000..0572ab139 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142b/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142b/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142b/heightmap.png new file mode 100644 index 000000000..03eabf836 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142b/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142b/index.md b/wiki/star-systems/GJ-142/bodies/GJ142b/index.md new file mode 100644 index 000000000..a62c1c4fb --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ142b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4250351631 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.236 + period_days: 42.0 + axial_tilt_deg: 2.3 +physical: + gravity_g: 0.5 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.944 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142b + +Barren planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.5g | +| **Land** | 95% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142b/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142b/markers.json new file mode 100644 index 000000000..0d388e9ca --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142b/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 196 + ], + "peak": [ + 42, + 197 + ], + "area_cells": 40 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 497 + ], + "peak": [ + 50, + 494 + ], + "area_cells": 139 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 369 + ], + "peak": [ + 48, + 369 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 70 + ], + "peak": [ + 54, + 65 + ], + "area_cells": 106 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 27 + ], + "peak": [ + 64, + 28 + ], + "area_cells": 161 + }, + { + "id": "range_10", + "name": null, + "center": [ + 64, + 385 + ], + "peak": [ + 63, + 387 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 68, + 399 + ], + "peak": [ + 70, + 397 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 75, + 176 + ], + "peak": [ + 75, + 176 + ], + "area_cells": 32 + }, + { + "id": "range_15", + "name": null, + "center": [ + 80, + 108 + ], + "peak": [ + 81, + 108 + ], + "area_cells": 123 + }, + { + "id": "range_17", + "name": null, + "center": [ + 86, + 493 + ], + "peak": [ + 85, + 493 + ], + "area_cells": 184 + }, + { + "id": "range_18", + "name": null, + "center": [ + 100, + 395 + ], + "peak": [ + 98, + 396 + ], + "area_cells": 232 + }, + { + "id": "range_20", + "name": null, + "center": [ + 102, + 177 + ], + "peak": [ + 100, + 198 + ], + "area_cells": 730 + }, + { + "id": "range_21", + "name": null, + "center": [ + 105, + 12 + ], + "peak": [ + 106, + 14 + ], + "area_cells": 354 + }, + { + "id": "range_22", + "name": null, + "center": [ + 94, + 435 + ], + "peak": [ + 94, + 436 + ], + "area_cells": 23 + }, + { + "id": "range_23", + "name": null, + "center": [ + 96, + 48 + ], + "peak": [ + 97, + 48 + ], + "area_cells": 61 + }, + { + "id": "range_24", + "name": null, + "center": [ + 155, + 112 + ], + "peak": [ + 197, + 126 + ], + "area_cells": 6440 + }, + { + "id": "range_27", + "name": null, + "center": [ + 139, + 483 + ], + "peak": [ + 165, + 472 + ], + "area_cells": 1497 + }, + { + "id": "range_30", + "name": null, + "center": [ + 139, + 200 + ], + "peak": [ + 139, + 201 + ], + "area_cells": 59 + }, + { + "id": "range_31", + "name": null, + "center": [ + 153, + 12 + ], + "peak": [ + 150, + 24 + ], + "area_cells": 448 + }, + { + "id": "range_33", + "name": null, + "center": [ + 188, + 358 + ], + "peak": [ + 187, + 342 + ], + "area_cells": 3650 + }, + { + "id": "range_35", + "name": null, + "center": [ + 177, + 198 + ], + "peak": [ + 181, + 202 + ], + "area_cells": 46 + }, + { + "id": "range_37", + "name": null, + "center": [ + 186, + 34 + ], + "peak": [ + 188, + 37 + ], + "area_cells": 270 + }, + { + "id": "range_38", + "name": null, + "center": [ + 184, + 506 + ], + "peak": [ + 184, + 507 + ], + "area_cells": 46 + }, + { + "id": "range_44", + "name": null, + "center": [ + 216, + 15 + ], + "peak": [ + 216, + 15 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142c/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142c/globe.png new file mode 100644 index 000000000..2c49a4b90 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142c/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142c/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142c/heightmap.png new file mode 100644 index 000000000..f032ff167 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142c/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142c/index.md b/wiki/star-systems/GJ-142/bodies/GJ142c/index.md new file mode 100644 index 000000000..7d3492638 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ142c +name: Jena +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2997715922 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 23.9 +physical: + gravity_g: 0.88 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.54 + polar_ice_lat: 0.696 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.459 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Jena + +Temperate planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 54% | +| **Year** | 350 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | research | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142c/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142c/markers.json new file mode 100644 index 000000000..2ebec69fe --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142c/markers.json @@ -0,0 +1,967 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 140, + 127 + ], + [ + 140, + 128 + ], + [ + 139, + 127 + ], + [ + 140, + 126 + ], + [ + 139, + 126 + ], + [ + 138, + 126 + ], + [ + 137, + 127 + ], + [ + 136, + 126 + ], + [ + 135, + 125 + ], + [ + 135, + 126 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 147, + 253 + ], + [ + 147, + 254 + ], + [ + 146, + 254 + ], + [ + 146, + 253 + ], + [ + 145, + 253 + ], + [ + 144, + 252 + ], + [ + 144, + 253 + ], + [ + 145, + 252 + ], + [ + 144, + 251 + ], + [ + 145, + 251 + ], + [ + 146, + 251 + ], + [ + 145, + 250 + ], + [ + 145, + 249 + ], + [ + 145, + 248 + ], + [ + 144, + 247 + ], + [ + 145, + 247 + ], + [ + 146, + 246 + ], + [ + 146, + 245 + ], + [ + 145, + 244 + ], + [ + 144, + 244 + ], + [ + 144, + 243 + ], + [ + 143, + 243 + ], + [ + 143, + 242 + ], + [ + 143, + 241 + ], + [ + 142, + 240 + ], + [ + 141, + 240 + ], + [ + 142, + 239 + ], + [ + 141, + 239 + ], + [ + 141, + 238 + ], + [ + 140, + 237 + ], + [ + 139, + 237 + ], + [ + 138, + 237 + ], + [ + 137, + 236 + ], + [ + 136, + 236 + ], + [ + 135, + 237 + ], + [ + 134, + 238 + ], + [ + 133, + 239 + ], + [ + 132, + 238 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 245, + 220 + ], + [ + 244, + 219 + ], + [ + 243, + 218 + ], + [ + 242, + 217 + ], + [ + 241, + 216 + ], + [ + 240, + 215 + ], + [ + 239, + 214 + ], + [ + 238, + 213 + ], + [ + 237, + 212 + ], + [ + 236, + 211 + ], + [ + 235, + 210 + ], + [ + 234, + 211 + ], + [ + 233, + 211 + ], + [ + 232, + 211 + ], + [ + 232, + 212 + ], + [ + 231, + 212 + ], + [ + 230, + 213 + ], + [ + 230, + 212 + ], + [ + 231, + 213 + ], + [ + 230, + 214 + ], + [ + 229, + 215 + ], + [ + 229, + 214 + ], + [ + 230, + 215 + ], + [ + 231, + 215 + ], + [ + 231, + 216 + ], + [ + 232, + 216 + ], + [ + 232, + 217 + ], + [ + 233, + 217 + ], + [ + 233, + 218 + ], + [ + 232, + 218 + ], + [ + 232, + 219 + ], + [ + 231, + 218 + ], + [ + 231, + 217 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 109, + 121 + ], + [ + 108, + 120 + ], + [ + 107, + 119 + ], + [ + 106, + 118 + ], + [ + 105, + 117 + ], + [ + 104, + 116 + ], + [ + 103, + 115 + ], + [ + 102, + 114 + ], + [ + 101, + 113 + ], + [ + 100, + 112 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 113, + 166 + ], + [ + 114, + 167 + ], + [ + 115, + 168 + ], + [ + 116, + 169 + ], + [ + 117, + 170 + ], + [ + 117, + 171 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 117, + 327 + ], + [ + 118, + 328 + ], + [ + 119, + 329 + ], + [ + 120, + 330 + ], + [ + 121, + 331 + ], + [ + 122, + 332 + ], + [ + 121, + 333 + ], + [ + 120, + 334 + ], + [ + 120, + 335 + ], + [ + 120, + 336 + ], + [ + 119, + 337 + ], + [ + 118, + 338 + ], + [ + 117, + 339 + ], + [ + 116, + 340 + ], + [ + 115, + 341 + ], + [ + 114, + 342 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 237, + 23 + ], + [ + 236, + 24 + ], + [ + 235, + 25 + ], + [ + 234, + 26 + ], + [ + 233, + 25 + ], + [ + 232, + 24 + ], + [ + 231, + 24 + ], + [ + 230, + 24 + ], + [ + 229, + 23 + ], + [ + 228, + 22 + ], + [ + 227, + 22 + ], + [ + 226, + 23 + ], + [ + 225, + 24 + ], + [ + 224, + 24 + ], + [ + 224, + 25 + ], + [ + 223, + 26 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 129, + 91 + ], + [ + 130, + 90 + ], + [ + 131, + 91 + ], + [ + 132, + 90 + ], + [ + 133, + 89 + ], + [ + 134, + 88 + ], + [ + 135, + 89 + ], + [ + 136, + 90 + ], + [ + 137, + 91 + ], + [ + 138, + 92 + ], + [ + 139, + 93 + ], + [ + 140, + 92 + ], + [ + 141, + 93 + ], + [ + 142, + 94 + ], + [ + 142, + 93 + ], + [ + 143, + 93 + ], + [ + 144, + 94 + ], + [ + 145, + 94 + ], + [ + 146, + 93 + ], + [ + 146, + 94 + ], + [ + 147, + 93 + ], + [ + 148, + 93 + ], + [ + 149, + 92 + ], + [ + 150, + 91 + ], + [ + 151, + 90 + ], + [ + 151, + 91 + ], + [ + 152, + 91 + ], + [ + 153, + 91 + ], + [ + 154, + 90 + ], + [ + 154, + 89 + ], + [ + 155, + 89 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 87, + 413 + ], + [ + 88, + 412 + ], + [ + 89, + 411 + ], + [ + 90, + 410 + ], + [ + 91, + 409 + ], + [ + 91, + 408 + ], + [ + 90, + 407 + ], + [ + 89, + 406 + ], + [ + 88, + 405 + ], + [ + 87, + 404 + ], + [ + 86, + 403 + ], + [ + 85, + 402 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 253, + 230 + ], + [ + 252, + 229 + ], + [ + 252, + 228 + ], + [ + 253, + 227 + ], + [ + 254, + 226 + ], + [ + 254, + 225 + ], + [ + 255, + 224 + ], + [ + 255, + 225 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 99, + 325 + ], + [ + 99, + 324 + ], + [ + 100, + 323 + ], + [ + 101, + 322 + ], + [ + 102, + 321 + ], + [ + 102, + 320 + ], + [ + 103, + 319 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 57, + 245 + ], + "area_fraction": 0.4415 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 240, + 261 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 122 + ], + "peak": [ + 109, + 121 + ], + "area_cells": 151 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 398 + ], + "peak": [ + 131, + 385 + ], + "area_cells": 7530 + }, + { + "id": "range_3", + "name": null, + "center": [ + 128, + 98 + ], + "peak": [ + 129, + 91 + ], + "area_cells": 458 + }, + { + "id": "range_4", + "name": null, + "center": [ + 172, + 137 + ], + "peak": [ + 180, + 105 + ], + "area_cells": 1397 + }, + { + "id": "range_5", + "name": null, + "center": [ + 184, + 35 + ], + "peak": [ + 184, + 33 + ], + "area_cells": 89 + }, + { + "id": "range_6", + "name": null, + "center": [ + 196, + 4 + ], + "peak": [ + 198, + 1 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 197, + 504 + ], + "peak": [ + 199, + 509 + ], + "area_cells": 70 + }, + { + "id": "range_9", + "name": null, + "center": [ + 200, + 221 + ], + "peak": [ + 200, + 220 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 234, + 376 + ], + "peak": [ + 233, + 376 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142d/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142d/globe.png new file mode 100644 index 000000000..cacf98a0e Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142d/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142d/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142d/heightmap.png new file mode 100644 index 000000000..bd788cbd8 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142d/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142d/index.md b/wiki/star-systems/GJ-142/bodies/GJ142d/index.md new file mode 100644 index 000000000..35f58ce70 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ142d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3937569169 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.543 + period_days: 700.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 0.68 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.462 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.167 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142d + +Cold Arid planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142d/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142d/markers.json new file mode 100644 index 000000000..ef2f2b234 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142d/markers.json @@ -0,0 +1,883 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 161, + 2 + ], + [ + 160, + 1 + ], + [ + 160, + 0 + ], + [ + 161, + 511 + ], + [ + 162, + 510 + ], + [ + 163, + 509 + ], + [ + 164, + 508 + ], + [ + 165, + 507 + ], + [ + 166, + 507 + ], + [ + 167, + 508 + ], + [ + 168, + 508 + ], + [ + 168, + 509 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 191, + 5 + ], + [ + 192, + 5 + ], + [ + 193, + 5 + ], + [ + 194, + 6 + ], + [ + 195, + 7 + ], + [ + 196, + 8 + ], + [ + 197, + 9 + ], + [ + 198, + 10 + ], + [ + 199, + 11 + ], + [ + 200, + 12 + ], + [ + 201, + 12 + ], + [ + 202, + 13 + ], + [ + 201, + 14 + ], + [ + 201, + 15 + ], + [ + 201, + 16 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 219, + 347 + ], + [ + 218, + 346 + ], + [ + 217, + 345 + ], + [ + 216, + 344 + ], + [ + 215, + 343 + ], + [ + 214, + 342 + ], + [ + 213, + 341 + ], + [ + 212, + 340 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 117, + 341 + ], + [ + 116, + 342 + ], + [ + 115, + 343 + ], + [ + 114, + 344 + ], + [ + 113, + 345 + ], + [ + 112, + 346 + ], + [ + 111, + 347 + ], + [ + 111, + 348 + ], + [ + 110, + 349 + ], + [ + 109, + 350 + ], + [ + 109, + 351 + ], + [ + 109, + 352 + ], + [ + 109, + 353 + ], + [ + 110, + 354 + ], + [ + 111, + 355 + ], + [ + 110, + 356 + ], + [ + 110, + 357 + ], + [ + 110, + 358 + ], + [ + 111, + 359 + ], + [ + 111, + 360 + ], + [ + 110, + 361 + ], + [ + 110, + 362 + ], + [ + 110, + 363 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 117, + 485 + ], + [ + 118, + 486 + ], + [ + 119, + 487 + ], + [ + 120, + 488 + ], + [ + 121, + 489 + ], + [ + 122, + 488 + ], + [ + 122, + 489 + ], + [ + 122, + 490 + ], + [ + 123, + 489 + ], + [ + 124, + 490 + ], + [ + 125, + 490 + ], + [ + 126, + 490 + ], + [ + 126, + 491 + ], + [ + 125, + 491 + ], + [ + 126, + 492 + ], + [ + 127, + 493 + ], + [ + 126, + 493 + ], + [ + 127, + 492 + ], + [ + 127, + 491 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 174, + 68 + ], + [ + 173, + 69 + ], + [ + 173, + 70 + ], + [ + 172, + 71 + ], + [ + 171, + 72 + ], + [ + 171, + 73 + ], + [ + 170, + 74 + ], + [ + 169, + 75 + ], + [ + 168, + 76 + ], + [ + 167, + 77 + ], + [ + 166, + 78 + ], + [ + 165, + 79 + ], + [ + 164, + 80 + ], + [ + 163, + 81 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 292 + ], + [ + 254, + 291 + ], + [ + 253, + 290 + ], + [ + 252, + 289 + ], + [ + 251, + 288 + ], + [ + 250, + 287 + ], + [ + 249, + 288 + ], + [ + 248, + 287 + ], + [ + 247, + 286 + ], + [ + 246, + 285 + ], + [ + 247, + 285 + ], + [ + 246, + 284 + ], + [ + 245, + 285 + ], + [ + 244, + 286 + ], + [ + 243, + 286 + ], + [ + 242, + 287 + ], + [ + 242, + 286 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 159, + 136 + ], + [ + 160, + 135 + ], + [ + 161, + 134 + ], + [ + 162, + 133 + ], + [ + 163, + 132 + ], + [ + 164, + 131 + ], + [ + 165, + 130 + ], + [ + 165, + 129 + ], + [ + 166, + 128 + ], + [ + 166, + 127 + ], + [ + 167, + 128 + ], + [ + 167, + 129 + ], + [ + 168, + 130 + ], + [ + 169, + 129 + ], + [ + 168, + 129 + ], + [ + 168, + 128 + ], + [ + 168, + 127 + ], + [ + 167, + 127 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 156, + 335 + ], + [ + 155, + 336 + ], + [ + 154, + 337 + ], + [ + 153, + 338 + ], + [ + 152, + 339 + ], + [ + 151, + 340 + ], + [ + 150, + 341 + ], + [ + 149, + 342 + ], + [ + 148, + 343 + ], + [ + 147, + 344 + ], + [ + 148, + 345 + ], + [ + 147, + 346 + ], + [ + 146, + 346 + ], + [ + 145, + 347 + ], + [ + 144, + 347 + ], + [ + 144, + 348 + ], + [ + 143, + 349 + ], + [ + 143, + 348 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 223, + 377 + ], + [ + 224, + 378 + ], + [ + 225, + 379 + ], + [ + 226, + 380 + ], + [ + 227, + 381 + ], + [ + 228, + 382 + ], + [ + 227, + 382 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 187, + 466 + ], + [ + 188, + 465 + ], + [ + 189, + 464 + ], + [ + 190, + 463 + ], + [ + 191, + 462 + ], + [ + 192, + 461 + ], + [ + 192, + 460 + ], + [ + 193, + 460 + ], + [ + 194, + 461 + ], + [ + 195, + 460 + ], + [ + 194, + 459 + ], + [ + 195, + 459 + ], + [ + 195, + 458 + ], + [ + 194, + 457 + ], + [ + 195, + 457 + ], + [ + 195, + 456 + ], + [ + 194, + 456 + ], + [ + 195, + 455 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 212, + 0 + ], + [ + 213, + 1 + ], + [ + 214, + 2 + ], + [ + 215, + 3 + ], + [ + 216, + 4 + ], + [ + 217, + 5 + ], + [ + 218, + 6 + ], + [ + 219, + 7 + ], + [ + 220, + 8 + ], + [ + 221, + 9 + ], + [ + 222, + 10 + ], + [ + 223, + 11 + ], + [ + 224, + 12 + ], + [ + 225, + 13 + ], + [ + 226, + 14 + ], + [ + 226, + 15 + ], + [ + 227, + 16 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 72 + ], + "peak": [ + 38, + 74 + ], + "area_cells": 365 + }, + { + "id": "range_2", + "name": null, + "center": [ + 70, + 323 + ], + "peak": [ + 71, + 347 + ], + "area_cells": 12325 + }, + { + "id": "range_4", + "name": null, + "center": [ + 173, + 342 + ], + "peak": [ + 174, + 344 + ], + "area_cells": 145 + }, + { + "id": "range_5", + "name": null, + "center": [ + 189, + 144 + ], + "peak": [ + 181, + 146 + ], + "area_cells": 1171 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142e-m1/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/globe.png new file mode 100644 index 000000000..7dc02b2de Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142e-m1/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/heightmap.png new file mode 100644 index 000000000..144ff80ee Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142e-m1/index.md b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/index.md new file mode 100644 index 000000000..8e58fd65a --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ142e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2294419460 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 42.3 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.05 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.437 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142e-m1 + +Frozen moon. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142e-m1/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/markers.json new file mode 100644 index 000000000..6c62e2372 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142e-m1/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 184 + ], + "area_fraction": 0.0559 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 99, + 210 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 474 + ], + "peak": [ + 47, + 470 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 85, + 465 + ], + "peak": [ + 92, + 464 + ], + "area_cells": 1517 + }, + { + "id": "range_5", + "name": null, + "center": [ + 116, + 359 + ], + "peak": [ + 115, + 360 + ], + "area_cells": 219 + }, + { + "id": "range_6", + "name": null, + "center": [ + 145, + 82 + ], + "peak": [ + 140, + 105 + ], + "area_cells": 931 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 371 + ], + "peak": [ + 142, + 375 + ], + "area_cells": 425 + }, + { + "id": "range_12", + "name": null, + "center": [ + 195, + 257 + ], + "peak": [ + 220, + 261 + ], + "area_cells": 1598 + }, + { + "id": "range_13", + "name": null, + "center": [ + 159, + 439 + ], + "peak": [ + 154, + 445 + ], + "area_cells": 326 + }, + { + "id": "range_14", + "name": null, + "center": [ + 155, + 164 + ], + "peak": [ + 157, + 165 + ], + "area_cells": 64 + }, + { + "id": "range_16", + "name": null, + "center": [ + 178, + 155 + ], + "peak": [ + 182, + 152 + ], + "area_cells": 88 + }, + { + "id": "range_17", + "name": null, + "center": [ + 176, + 383 + ], + "peak": [ + 179, + 383 + ], + "area_cells": 56 + }, + { + "id": "range_19", + "name": null, + "center": [ + 217, + 422 + ], + "peak": [ + 231, + 401 + ], + "area_cells": 3831 + }, + { + "id": "range_20", + "name": null, + "center": [ + 182, + 107 + ], + "peak": [ + 178, + 104 + ], + "area_cells": 151 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 339 + ], + "peak": [ + 196, + 329 + ], + "area_cells": 1621 + }, + { + "id": "range_24", + "name": null, + "center": [ + 239, + 98 + ], + "peak": [ + 251, + 39 + ], + "area_cells": 3338 + }, + { + "id": "range_31", + "name": null, + "center": [ + 220, + 374 + ], + "peak": [ + 222, + 374 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142e/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142e/globe.png new file mode 100644 index 000000000..bdb3ca6b4 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142e/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142e/index.md b/wiki/star-systems/GJ-142/bodies/GJ142e/index.md new file mode 100644 index 000000000..38fb967a8 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ142e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 89561440 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.31 + period_days: 2200.0 + axial_tilt_deg: 18.1 +physical: + gravity_g: null + oblateness: 0.0732 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.13 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.065 +--- + +# GJ142e + +Gas giant. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142f/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142f/globe.png new file mode 100644 index 000000000..4e0fc6394 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142f/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142f/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142f/heightmap.png new file mode 100644 index 000000000..5dee2263e Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142f/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142f/index.md b/wiki/star-systems/GJ-142/bodies/GJ142f/index.md new file mode 100644 index 000000000..8a3683304 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ142f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3159227866 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.172 + period_days: 5600.0 + axial_tilt_deg: 57.8 +physical: + gravity_g: 0.46 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.125 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142f + +Frozen planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142f/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142f/markers.json new file mode 100644 index 000000000..71185b187 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142f/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 100, + 395 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 153, + 160 + ], + "area_fraction": 0.0652 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 145, + 272 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 170, + 339 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 189, + 495 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 231, + 107 + ], + "area_fraction": 0.0744 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 81 + ], + "peak": [ + 41, + 65 + ], + "area_cells": 8785 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 375 + ], + "peak": [ + 11, + 374 + ], + "area_cells": 8894 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 404 + ], + "peak": [ + 51, + 405 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 52 + ], + "peak": [ + 86, + 56 + ], + "area_cells": 160 + }, + { + "id": "range_8", + "name": null, + "center": [ + 98, + 82 + ], + "peak": [ + 103, + 86 + ], + "area_cells": 329 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142g/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142g/globe.png new file mode 100644 index 000000000..3d7ce4084 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142g/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142g/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142g/heightmap.png new file mode 100644 index 000000000..d86323813 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142g/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142g/index.md b/wiki/star-systems/GJ-142/bodies/GJ142g/index.md new file mode 100644 index 000000000..7d7156e2b --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ142g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4126685717 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 10.82 + period_days: 13000.0 + axial_tilt_deg: 54.0 +physical: + gravity_g: 0.36 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.845 + polar_ice_lat: 0.108 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142g + +Frozen planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 13000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142g/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142g/markers.json new file mode 100644 index 000000000..f8668ac60 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142g/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 37, + 36 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 35, + 449 + ], + "area_fraction": 0.061 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 58, + 134 + ], + "area_fraction": 0.02 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 47, + 178 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 105, + 312 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 223, + 266 + ], + "peak": [ + 252, + 193 + ], + "area_cells": 23959 + }, + { + "id": "range_3", + "name": null, + "center": [ + 220, + 10 + ], + "peak": [ + 210, + 14 + ], + "area_cells": 683 + }, + { + "id": "range_4", + "name": null, + "center": [ + 214, + 499 + ], + "peak": [ + 214, + 499 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142h/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142h/globe.png new file mode 100644 index 000000000..71e8b9037 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142h/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142h/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142h/heightmap.png new file mode 100644 index 000000000..ab138f078 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142h/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142h/index.md b/wiki/star-systems/GJ-142/bodies/GJ142h/index.md new file mode 100644 index 000000000..a5e320636 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ142h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2907961119 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 18.046 + period_days: 28000.0 + axial_tilt_deg: 59.1 +physical: + gravity_g: 0.28 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.285 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142h + +Frozen planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142h/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142h/markers.json new file mode 100644 index 000000000..79257acbe --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142h/markers.json @@ -0,0 +1,273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 24, + 119 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 339 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 170, + 75 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 228, + 383 + ], + "area_fraction": 0.0619 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 219, + 144 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 480 + ], + "peak": [ + 26, + 465 + ], + "area_cells": 1242 + }, + { + "id": "range_3", + "name": null, + "center": [ + 80, + 16 + ], + "peak": [ + 97, + 24 + ], + "area_cells": 1765 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 39 + ], + "peak": [ + 42, + 39 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 432 + ], + "peak": [ + 57, + 431 + ], + "area_cells": 34 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 478 + ], + "peak": [ + 67, + 483 + ], + "area_cells": 873 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 502 + ], + "peak": [ + 107, + 501 + ], + "area_cells": 527 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 236 + ], + "peak": [ + 196, + 233 + ], + "area_cells": 13139 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 93 + ], + "peak": [ + 93, + 97 + ], + "area_cells": 629 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 446 + ], + "peak": [ + 90, + 458 + ], + "area_cells": 128 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 426 + ], + "peak": [ + 91, + 426 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 114, + 301 + ], + "peak": [ + 115, + 301 + ], + "area_cells": 27 + }, + { + "id": "range_17", + "name": null, + "center": [ + 124, + 463 + ], + "peak": [ + 124, + 465 + ], + "area_cells": 41 + }, + { + "id": "range_21", + "name": null, + "center": [ + 172, + 245 + ], + "peak": [ + 173, + 246 + ], + "area_cells": 67 + }, + { + "id": "range_24", + "name": null, + "center": [ + 190, + 473 + ], + "peak": [ + 191, + 477 + ], + "area_cells": 303 + }, + { + "id": "range_26", + "name": null, + "center": [ + 207, + 102 + ], + "peak": [ + 208, + 102 + ], + "area_cells": 52 + }, + { + "id": "range_27", + "name": null, + "center": [ + 229, + 54 + ], + "peak": [ + 233, + 57 + ], + "area_cells": 530 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142i/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142i/globe.png new file mode 100644 index 000000000..acab31af4 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142i/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142i/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142i/heightmap.png new file mode 100644 index 000000000..9da879ae7 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142i/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142i/index.md b/wiki/star-systems/GJ-142/bodies/GJ142i/index.md new file mode 100644 index 000000000..750723b43 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ142i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3467899224 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 29.994 + period_days: 60000.0 + axial_tilt_deg: 42.9 +physical: + gravity_g: 0.13 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.794 + polar_ice_lat: 0.077 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142i + +Frozen planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 60000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142i/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142i/markers.json new file mode 100644 index 000000000..006a8b153 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142i/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 160, + 382 + ], + "area_fraction": 0.1178 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 188, + 407 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 224, + 56 + ], + "area_fraction": 0.0329 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 202, + 344 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 238, + 324 + ], + "area_fraction": 0.018 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 230 + ], + "peak": [ + 13, + 480 + ], + "area_cells": 20879 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-142/bodies/GJ142j/globe.png b/wiki/star-systems/GJ-142/bodies/GJ142j/globe.png new file mode 100644 index 000000000..2b12d4bb8 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142j/globe.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142j/heightmap.png b/wiki/star-systems/GJ-142/bodies/GJ142j/heightmap.png new file mode 100644 index 000000000..6a8eb16d2 Binary files /dev/null and b/wiki/star-systems/GJ-142/bodies/GJ142j/heightmap.png differ diff --git a/wiki/star-systems/GJ-142/bodies/GJ142j/index.md b/wiki/star-systems/GJ-142/bodies/GJ142j/index.md new file mode 100644 index 000000000..74a7c7869 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ142j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1266931813 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 47.613 + period_days: 120000.0 + axial_tilt_deg: 47.0 +physical: + gravity_g: 0.09 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.88 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ142j + +Frozen planet. + +**System:** [GJ-142](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 120000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-142/bodies/GJ142j/markers.json b/wiki/star-systems/GJ-142/bodies/GJ142j/markers.json new file mode 100644 index 000000000..ca8484983 --- /dev/null +++ b/wiki/star-systems/GJ-142/bodies/GJ142j/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 24, + 141 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 279 + ], + "area_fraction": 0.0284 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 24, + 460 + ], + "area_fraction": 0.0273 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 219, + 177 + ], + "peak": [ + 209, + 98 + ], + "area_cells": 22196 + }, + { + "id": "range_2", + "name": null, + "center": [ + 165, + 496 + ], + "peak": [ + 166, + 495 + ], + "area_cells": 117 + }, + { + "id": "range_3", + "name": null, + "center": [ + 161, + 298 + ], + "peak": [ + 162, + 299 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 206, + 501 + ], + "peak": [ + 194, + 511 + ], + "area_cells": 927 + }, + { + "id": "range_6", + "name": null, + "center": [ + 200, + 446 + ], + "peak": [ + 202, + 445 + ], + "area_cells": 169 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 434 + ], + "peak": [ + 211, + 435 + ], + "area_cells": 170 + }, + { + "id": "range_13", + "name": null, + "center": [ + 232, + 452 + ], + "peak": [ + 227, + 453 + ], + "area_cells": 80 + }, + { + "id": "range_16", + "name": null, + "center": [ + 249, + 503 + ], + "peak": [ + 251, + 504 + ], + "area_cells": 199 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144b/heightmap.png index a88a3e44e..e323d7337 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144b/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144b/heightmap.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png index 0d20c433e..ee9e48e8d 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144c/heightmap.png 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 index 92470fa01..45fa38dba 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144d-1/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png index f45c767ab..708385e1b 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144d/heightmap.png 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 index 3d9db2e42..f2cb74cc4 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e-1/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png index 69b842fb2..cf2843ed0 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png and b/wiki/star-systems/GJ-144/bodies/GJ144e/globe.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png index e13164e49..bee3da78c 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144e/heightmap.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png b/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png index 38005f8bf..8c71ed8ef 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144f/heightmap.png 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 index 7306a6cd0..989a16bcd 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g-1/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144g-1/heightmap.png 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 index 5ad7945f2..891c6d0ba 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g-2/heightmap.png and b/wiki/star-systems/GJ-144/bodies/GJ144g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png b/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png index 6fb814029..5f48b9547 100644 Binary files a/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png and b/wiki/star-systems/GJ-144/bodies/GJ144g/globe.png differ diff --git a/wiki/star-systems/GJ-144/bodies/GJ144g/index.md b/wiki/star-systems/GJ-144/bodies/GJ144g/index.md index ae908a71b..3bff41964 100644 --- a/wiki/star-systems/GJ-144/bodies/GJ144g/index.md +++ b/wiki/star-systems/GJ-144/bodies/GJ144g/index.md @@ -18,10 +18,6 @@ physical: 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 @@ -45,9 +41,9 @@ rings: outer_radius_factor: 2.43 opacity_base: 0.65 ring_color: - - 0.75 - - 0.7 - 0.6 + - 0.25 + - 0.15 --- # GJ144g @@ -65,7 +61,7 @@ Gas giant. | | | |---|---| | **Type** | gas_giant | -| **Class** | gas_giant | +| **Class** | gas giant ringed | | **Atmosphere** | thick | | **Year** | 2500 days | 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/bodies/GJ146b/globe.png b/wiki/star-systems/GJ-146/bodies/GJ146b/globe.png new file mode 100644 index 000000000..935e5b682 Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146b/globe.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146b/heightmap.png b/wiki/star-systems/GJ-146/bodies/GJ146b/heightmap.png new file mode 100644 index 000000000..edcf341da Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146b/heightmap.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146b/index.md b/wiki/star-systems/GJ-146/bodies/GJ146b/index.md new file mode 100644 index 000000000..37dbf691e --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ146b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 164383794 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 0.3 +physical: + gravity_g: 0.34 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.921 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ146b + +Barren planet. + +**System:** [GJ-146](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 96% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-146/bodies/GJ146b/markers.json b/wiki/star-systems/GJ-146/bodies/GJ146b/markers.json new file mode 100644 index 000000000..22914f933 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146b/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 17, + 331 + ], + "peak": [ + 17, + 331 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 26, + 7 + ], + "peak": [ + 27, + 5 + ], + "area_cells": 224 + }, + { + "id": "range_6", + "name": null, + "center": [ + 31, + 353 + ], + "peak": [ + 31, + 351 + ], + "area_cells": 259 + }, + { + "id": "range_7", + "name": null, + "center": [ + 40, + 501 + ], + "peak": [ + 48, + 503 + ], + "area_cells": 427 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 366 + ], + "peak": [ + 71, + 372 + ], + "area_cells": 1595 + }, + { + "id": "range_9", + "name": null, + "center": [ + 29, + 490 + ], + "peak": [ + 25, + 493 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 412 + ], + "peak": [ + 67, + 413 + ], + "area_cells": 97 + }, + { + "id": "range_14", + "name": null, + "center": [ + 76, + 454 + ], + "peak": [ + 75, + 454 + ], + "area_cells": 77 + }, + { + "id": "range_15", + "name": null, + "center": [ + 87, + 494 + ], + "peak": [ + 93, + 492 + ], + "area_cells": 186 + }, + { + "id": "range_17", + "name": null, + "center": [ + 92, + 154 + ], + "peak": [ + 91, + 154 + ], + "area_cells": 74 + }, + { + "id": "range_19", + "name": null, + "center": [ + 114, + 156 + ], + "peak": [ + 118, + 158 + ], + "area_cells": 186 + }, + { + "id": "range_20", + "name": null, + "center": [ + 103, + 404 + ], + "peak": [ + 104, + 405 + ], + "area_cells": 53 + }, + { + "id": "range_21", + "name": null, + "center": [ + 108, + 471 + ], + "peak": [ + 109, + 471 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 121, + 269 + ], + "peak": [ + 127, + 274 + ], + "area_cells": 284 + }, + { + "id": "range_23", + "name": null, + "center": [ + 119, + 434 + ], + "peak": [ + 116, + 437 + ], + "area_cells": 146 + }, + { + "id": "range_24", + "name": null, + "center": [ + 118, + 457 + ], + "peak": [ + 118, + 457 + ], + "area_cells": 36 + }, + { + "id": "range_25", + "name": null, + "center": [ + 169, + 199 + ], + "peak": [ + 152, + 175 + ], + "area_cells": 2408 + }, + { + "id": "range_29", + "name": null, + "center": [ + 157, + 446 + ], + "peak": [ + 172, + 447 + ], + "area_cells": 1399 + }, + { + "id": "range_31", + "name": null, + "center": [ + 134, + 295 + ], + "peak": [ + 134, + 295 + ], + "area_cells": 32 + }, + { + "id": "range_35", + "name": null, + "center": [ + 140, + 153 + ], + "peak": [ + 140, + 153 + ], + "area_cells": 30 + }, + { + "id": "range_36", + "name": null, + "center": [ + 161, + 270 + ], + "peak": [ + 163, + 284 + ], + "area_cells": 927 + }, + { + "id": "range_37", + "name": null, + "center": [ + 146, + 296 + ], + "peak": [ + 148, + 298 + ], + "area_cells": 40 + }, + { + "id": "range_38", + "name": null, + "center": [ + 147, + 490 + ], + "peak": [ + 148, + 489 + ], + "area_cells": 41 + }, + { + "id": "range_42", + "name": null, + "center": [ + 162, + 98 + ], + "peak": [ + 161, + 101 + ], + "area_cells": 31 + }, + { + "id": "range_49", + "name": null, + "center": [ + 187, + 159 + ], + "peak": [ + 190, + 160 + ], + "area_cells": 26 + }, + { + "id": "range_50", + "name": null, + "center": [ + 193, + 113 + ], + "peak": [ + 192, + 114 + ], + "area_cells": 97 + }, + { + "id": "range_53", + "name": null, + "center": [ + 202, + 437 + ], + "peak": [ + 202, + 437 + ], + "area_cells": 37 + }, + { + "id": "range_55", + "name": null, + "center": [ + 203, + 304 + ], + "peak": [ + 204, + 304 + ], + "area_cells": 29 + }, + { + "id": "range_57", + "name": null, + "center": [ + 213, + 110 + ], + "peak": [ + 212, + 111 + ], + "area_cells": 23 + }, + { + "id": "range_59", + "name": null, + "center": [ + 221, + 456 + ], + "peak": [ + 225, + 451 + ], + "area_cells": 81 + }, + { + "id": "range_60", + "name": null, + "center": [ + 221, + 444 + ], + "peak": [ + 223, + 446 + ], + "area_cells": 47 + }, + { + "id": "range_62", + "name": null, + "center": [ + 226, + 93 + ], + "peak": [ + 227, + 93 + ], + "area_cells": 23 + }, + { + "id": "range_64", + "name": null, + "center": [ + 235, + 302 + ], + "peak": [ + 235, + 302 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-146/bodies/GJ146c/globe.png b/wiki/star-systems/GJ-146/bodies/GJ146c/globe.png new file mode 100644 index 000000000..b3f39082d Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146c/globe.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146c/heightmap.png b/wiki/star-systems/GJ-146/bodies/GJ146c/heightmap.png new file mode 100644 index 000000000..4c7ec2e09 Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146c/heightmap.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146c/index.md b/wiki/star-systems/GJ-146/bodies/GJ146c/index.md new file mode 100644 index 000000000..f0a0083c3 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ146c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2691608327 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.249 + period_days: 68.0 + axial_tilt_deg: 21.2 +physical: + gravity_g: 0.78 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.582 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.198 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ146c + +Cold Arid planet. + +**System:** [GJ-146](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-146/bodies/GJ146c/markers.json b/wiki/star-systems/GJ-146/bodies/GJ146c/markers.json new file mode 100644 index 000000000..fc20402ea --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146c/markers.json @@ -0,0 +1,913 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 90 + ], + [ + 119, + 89 + ], + [ + 118, + 88 + ], + [ + 117, + 87 + ], + [ + 116, + 86 + ], + [ + 115, + 87 + ], + [ + 114, + 86 + ], + [ + 114, + 85 + ], + [ + 113, + 84 + ], + [ + 112, + 83 + ], + [ + 113, + 82 + ], + [ + 114, + 82 + ], + [ + 114, + 81 + ], + [ + 115, + 80 + ], + [ + 115, + 79 + ], + [ + 114, + 78 + ], + [ + 115, + 78 + ], + [ + 116, + 77 + ], + [ + 116, + 76 + ], + [ + 117, + 75 + ], + [ + 118, + 74 + ], + [ + 118, + 73 + ], + [ + 119, + 72 + ], + [ + 118, + 71 + ], + [ + 119, + 70 + ], + [ + 119, + 69 + ], + [ + 118, + 68 + ], + [ + 119, + 67 + ], + [ + 118, + 67 + ], + [ + 118, + 66 + ], + [ + 118, + 65 + ], + [ + 118, + 64 + ], + [ + 118, + 63 + ], + [ + 119, + 64 + ], + [ + 119, + 65 + ], + [ + 119, + 66 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 52, + 505 + ], + [ + 53, + 504 + ], + [ + 54, + 503 + ], + [ + 55, + 502 + ], + [ + 56, + 501 + ], + [ + 57, + 500 + ], + [ + 58, + 499 + ], + [ + 58, + 498 + ], + [ + 58, + 497 + ], + [ + 59, + 497 + ], + [ + 59, + 496 + ], + [ + 58, + 496 + ], + [ + 57, + 496 + ], + [ + 56, + 496 + ], + [ + 55, + 496 + ], + [ + 54, + 496 + ], + [ + 53, + 496 + ], + [ + 52, + 496 + ], + [ + 51, + 496 + ], + [ + 50, + 496 + ], + [ + 49, + 496 + ], + [ + 48, + 496 + ], + [ + 47, + 496 + ], + [ + 46, + 496 + ], + [ + 45, + 496 + ], + [ + 44, + 496 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 4, + 399 + ], + [ + 3, + 398 + ], + [ + 3, + 397 + ], + [ + 2, + 396 + ], + [ + 1, + 396 + ], + [ + 1, + 395 + ], + [ + 0, + 394 + ], + [ + 1, + 393 + ], + [ + 1, + 392 + ], + [ + 2, + 391 + ], + [ + 3, + 391 + ], + [ + 2, + 392 + ], + [ + 3, + 392 + ], + [ + 4, + 392 + ], + [ + 5, + 392 + ], + [ + 6, + 392 + ], + [ + 7, + 392 + ], + [ + 8, + 392 + ], + [ + 9, + 393 + ], + [ + 9, + 392 + ], + [ + 10, + 392 + ], + [ + 11, + 392 + ], + [ + 12, + 391 + ], + [ + 13, + 391 + ], + [ + 14, + 392 + ], + [ + 15, + 392 + ], + [ + 16, + 392 + ], + [ + 17, + 391 + ], + [ + 18, + 391 + ], + [ + 19, + 392 + ], + [ + 20, + 392 + ], + [ + 20, + 391 + ], + [ + 21, + 391 + ], + [ + 22, + 391 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 6, + 334 + ], + [ + 7, + 335 + ], + [ + 7, + 336 + ], + [ + 7, + 337 + ], + [ + 7, + 338 + ], + [ + 7, + 339 + ], + [ + 8, + 339 + ], + [ + 8, + 340 + ], + [ + 7, + 341 + ], + [ + 8, + 342 + ], + [ + 9, + 342 + ], + [ + 8, + 343 + ], + [ + 9, + 344 + ], + [ + 8, + 345 + ], + [ + 7, + 346 + ], + [ + 6, + 346 + ], + [ + 7, + 347 + ], + [ + 6, + 348 + ], + [ + 7, + 349 + ], + [ + 8, + 350 + ], + [ + 9, + 351 + ], + [ + 8, + 352 + ], + [ + 9, + 353 + ], + [ + 9, + 354 + ], + [ + 9, + 355 + ], + [ + 10, + 355 + ], + [ + 9, + 356 + ], + [ + 10, + 357 + ], + [ + 11, + 358 + ], + [ + 12, + 357 + ], + [ + 12, + 358 + ], + [ + 13, + 357 + ], + [ + 14, + 357 + ], + [ + 15, + 358 + ], + [ + 16, + 359 + ], + [ + 17, + 360 + ], + [ + 18, + 360 + ], + [ + 19, + 361 + ], + [ + 20, + 361 + ], + [ + 21, + 362 + ], + [ + 22, + 363 + ], + [ + 23, + 362 + ], + [ + 24, + 363 + ], + [ + 24, + 364 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 18, + 196 + ], + [ + 17, + 195 + ], + [ + 17, + 194 + ], + [ + 16, + 194 + ], + [ + 15, + 194 + ], + [ + 15, + 193 + ], + [ + 16, + 192 + ], + [ + 17, + 192 + ], + [ + 18, + 192 + ], + [ + 18, + 193 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 36, + 88 + ], + [ + 37, + 87 + ], + [ + 37, + 86 + ], + [ + 38, + 85 + ], + [ + 39, + 85 + ], + [ + 39, + 84 + ], + [ + 40, + 84 + ], + [ + 40, + 85 + ], + [ + 41, + 84 + ], + [ + 42, + 85 + ], + [ + 43, + 84 + ], + [ + 42, + 84 + ], + [ + 42, + 83 + ], + [ + 42, + 82 + ], + [ + 42, + 81 + ], + [ + 43, + 80 + ], + [ + 42, + 79 + ], + [ + 43, + 79 + ], + [ + 44, + 78 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 20, + 335 + ], + [ + 21, + 336 + ], + [ + 21, + 337 + ], + [ + 22, + 338 + ], + [ + 22, + 339 + ], + [ + 23, + 340 + ], + [ + 24, + 341 + ], + [ + 25, + 342 + ], + [ + 26, + 343 + ], + [ + 26, + 344 + ], + [ + 27, + 343 + ], + [ + 28, + 344 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 28, + 334 + ], + [ + 28, + 335 + ], + [ + 28, + 336 + ], + [ + 27, + 337 + ], + [ + 28, + 338 + ], + [ + 27, + 339 + ], + [ + 27, + 340 + ], + [ + 26, + 341 + ], + [ + 27, + 342 + ], + [ + 27, + 343 + ], + [ + 28, + 344 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 171, + 286 + ], + [ + 170, + 285 + ], + [ + 169, + 284 + ], + [ + 168, + 284 + ], + [ + 167, + 285 + ], + [ + 166, + 284 + ], + [ + 165, + 285 + ], + [ + 164, + 285 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 81, + 57 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 133, + 272 + ], + "area_fraction": 0.014 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 136, + 46 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 207, + 94 + ], + "peak": [ + 208, + 42 + ], + "area_cells": 5208 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-146/bodies/GJ146d/globe.png b/wiki/star-systems/GJ-146/bodies/GJ146d/globe.png new file mode 100644 index 000000000..fc0e8293e Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146d/globe.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146d/heightmap.png b/wiki/star-systems/GJ-146/bodies/GJ146d/heightmap.png new file mode 100644 index 000000000..4a8317b2c Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146d/heightmap.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146d/index.md b/wiki/star-systems/GJ-146/bodies/GJ146d/index.md new file mode 100644 index 000000000..82d94f6b0 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ146d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 291209253 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.562 + period_days: 230.0 + axial_tilt_deg: 17.6 +physical: + gravity_g: 0.48 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.115 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ146d + +Frozen planet. + +**System:** [GJ-146](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 98% | +| **Year** | 230 days | + +## Description + + diff --git a/wiki/star-systems/GJ-146/bodies/GJ146d/markers.json b/wiki/star-systems/GJ-146/bodies/GJ146d/markers.json new file mode 100644 index 000000000..364339528 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146d/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 14 + ], + "peak": [ + 20, + 14 + ], + "area_cells": 540 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 130 + ], + "peak": [ + 39, + 144 + ], + "area_cells": 1612 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 391 + ], + "peak": [ + 63, + 438 + ], + "area_cells": 13798 + }, + { + "id": "range_15", + "name": null, + "center": [ + 67, + 26 + ], + "peak": [ + 64, + 9 + ], + "area_cells": 1340 + }, + { + "id": "range_16", + "name": null, + "center": [ + 115, + 430 + ], + "peak": [ + 116, + 431 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 481 + ], + "peak": [ + 125, + 482 + ], + "area_cells": 55 + }, + { + "id": "range_21", + "name": null, + "center": [ + 224, + 5 + ], + "peak": [ + 225, + 7 + ], + "area_cells": 80 + }, + { + "id": "range_22", + "name": null, + "center": [ + 221, + 96 + ], + "peak": [ + 222, + 103 + ], + "area_cells": 122 + }, + { + "id": "range_23", + "name": null, + "center": [ + 230, + 509 + ], + "peak": [ + 229, + 511 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-146/bodies/GJ146e/globe.png b/wiki/star-systems/GJ-146/bodies/GJ146e/globe.png new file mode 100644 index 000000000..21d6c0a71 Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146e/globe.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146e/heightmap.png b/wiki/star-systems/GJ-146/bodies/GJ146e/heightmap.png new file mode 100644 index 000000000..75219087f Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146e/heightmap.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146e/index.md b/wiki/star-systems/GJ-146/bodies/GJ146e/index.md new file mode 100644 index 000000000..e61f4b12a --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ146e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2907118570 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.157 + period_days: 680.0 + axial_tilt_deg: 43.1 +physical: + gravity_g: 0.38 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.227 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ146e + +Frozen planet. + +**System:** [GJ-146](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-146/bodies/GJ146e/markers.json b/wiki/star-systems/GJ-146/bodies/GJ146e/markers.json new file mode 100644 index 000000000..bdd6725d3 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146e/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 151, + 381 + ], + "area_fraction": 0.1177 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 97, + 57 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 133, + 457 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 152, + 328 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 161 + ], + "peak": [ + 10, + 87 + ], + "area_cells": 6935 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 435 + ], + "peak": [ + 0, + 440 + ], + "area_cells": 1038 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 499 + ], + "peak": [ + 0, + 492 + ], + "area_cells": 138 + }, + { + "id": "range_5", + "name": null, + "center": [ + 39, + 107 + ], + "peak": [ + 40, + 107 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 176 + ], + "peak": [ + 129, + 180 + ], + "area_cells": 166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 49 + ], + "peak": [ + 141, + 55 + ], + "area_cells": 522 + }, + { + "id": "range_10", + "name": null, + "center": [ + 219, + 162 + ], + "peak": [ + 220, + 176 + ], + "area_cells": 2139 + }, + { + "id": "range_11", + "name": null, + "center": [ + 249, + 57 + ], + "peak": [ + 253, + 60 + ], + "area_cells": 252 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-146/bodies/GJ146f/globe.png b/wiki/star-systems/GJ-146/bodies/GJ146f/globe.png new file mode 100644 index 000000000..c8f83ee4e Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146f/globe.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146f/heightmap.png b/wiki/star-systems/GJ-146/bodies/GJ146f/heightmap.png new file mode 100644 index 000000000..f0cef0c0e Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146f/heightmap.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146f/index.md b/wiki/star-systems/GJ-146/bodies/GJ146f/index.md new file mode 100644 index 000000000..8d1950ef3 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ146f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3458745726 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.296 + period_days: 1900.0 + axial_tilt_deg: 18.0 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.708 + polar_ice_lat: 0.329 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.203 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ146f + +Frozen planet. + +**System:** [GJ-146](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 1900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-146/bodies/GJ146f/markers.json b/wiki/star-systems/GJ-146/bodies/GJ146f/markers.json new file mode 100644 index 000000000..47a8d4ee0 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146f/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 48, + 65 + ], + "area_fraction": 0.0946 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 33, + 222 + ], + "area_fraction": 0.0493 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 42, + 426 + ], + "area_fraction": 0.1043 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 175, + 361 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 117, + 286 + ], + "peak": [ + 119, + 286 + ], + "area_cells": 146 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 167 + ], + "peak": [ + 132, + 169 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 182, + 122 + ], + "peak": [ + 188, + 127 + ], + "area_cells": 2577 + }, + { + "id": "range_5", + "name": null, + "center": [ + 157, + 231 + ], + "peak": [ + 158, + 231 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 176, + 31 + ], + "peak": [ + 171, + 35 + ], + "area_cells": 183 + }, + { + "id": "range_7", + "name": null, + "center": [ + 198, + 38 + ], + "peak": [ + 202, + 39 + ], + "area_cells": 53 + }, + { + "id": "range_9", + "name": null, + "center": [ + 233, + 406 + ], + "peak": [ + 253, + 347 + ], + "area_cells": 3832 + }, + { + "id": "range_13", + "name": null, + "center": [ + 217, + 487 + ], + "peak": [ + 215, + 491 + ], + "area_cells": 213 + }, + { + "id": "range_14", + "name": null, + "center": [ + 224, + 305 + ], + "peak": [ + 221, + 306 + ], + "area_cells": 319 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-146/bodies/GJ146g/globe.png b/wiki/star-systems/GJ-146/bodies/GJ146g/globe.png new file mode 100644 index 000000000..adaaed077 Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146g/globe.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146g/heightmap.png b/wiki/star-systems/GJ-146/bodies/GJ146g/heightmap.png new file mode 100644 index 000000000..1dfd7e4e7 Binary files /dev/null and b/wiki/star-systems/GJ-146/bodies/GJ146g/heightmap.png differ diff --git a/wiki/star-systems/GJ-146/bodies/GJ146g/index.md b/wiki/star-systems/GJ-146/bodies/GJ146g/index.md new file mode 100644 index 000000000..50282ce12 --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ146g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3535946735 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.376 + period_days: 5000.0 + axial_tilt_deg: 48.6 +physical: + gravity_g: 0.07 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.15 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ146g + +Frozen planet. + +**System:** [GJ-146](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-146/bodies/GJ146g/markers.json b/wiki/star-systems/GJ-146/bodies/GJ146g/markers.json new file mode 100644 index 000000000..ef676c1ff --- /dev/null +++ b/wiki/star-systems/GJ-146/bodies/GJ146g/markers.json @@ -0,0 +1,277 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 46 + ], + "area_fraction": 0.0301 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 120 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 37, + 335 + ], + "area_fraction": 0.0489 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 24, + 454 + ], + "area_fraction": 0.0388 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 216, + 340 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 233, + 250 + ], + "area_fraction": 0.0243 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 240, + 312 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 246, + 367 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 152, + 469 + ], + "peak": [ + 180, + 488 + ], + "area_cells": 7009 + }, + { + "id": "range_3", + "name": null, + "center": [ + 164, + 37 + ], + "peak": [ + 179, + 15 + ], + "area_cells": 4922 + }, + { + "id": "range_4", + "name": null, + "center": [ + 109, + 133 + ], + "peak": [ + 108, + 135 + ], + "area_cells": 432 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 235 + ], + "peak": [ + 110, + 225 + ], + "area_cells": 515 + }, + { + "id": "range_7", + "name": null, + "center": [ + 115, + 259 + ], + "peak": [ + 117, + 259 + ], + "area_cells": 127 + }, + { + "id": "range_8", + "name": null, + "center": [ + 121, + 195 + ], + "peak": [ + 121, + 194 + ], + "area_cells": 245 + }, + { + "id": "range_9", + "name": null, + "center": [ + 130, + 287 + ], + "peak": [ + 130, + 290 + ], + "area_cells": 278 + }, + { + "id": "range_12", + "name": null, + "center": [ + 158, + 276 + ], + "peak": [ + 159, + 276 + ], + "area_cells": 164 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 105 + ], + "peak": [ + 165, + 106 + ], + "area_cells": 26 + }, + { + "id": "range_18", + "name": null, + "center": [ + 177, + 294 + ], + "peak": [ + 180, + 294 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 180, + 379 + ], + "peak": [ + 181, + 386 + ], + "area_cells": 90 + }, + { + "id": "range_23", + "name": null, + "center": [ + 194, + 102 + ], + "peak": [ + 195, + 103 + ], + "area_cells": 88 + }, + { + "id": "range_24", + "name": null, + "center": [ + 205, + 406 + ], + "peak": [ + 206, + 406 + ], + "area_cells": 26 + }, + { + "id": "range_26", + "name": null, + "center": [ + 214, + 478 + ], + "peak": [ + 215, + 479 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ147b/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147b/globe.png new file mode 100644 index 000000000..183c86847 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147b/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147b/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147b/heightmap.png new file mode 100644 index 000000000..4fa377aef Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147b/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147b/index.md b/wiki/star-systems/GJ-147/bodies/GJ147b/index.md new file mode 100644 index 000000000..d67920b11 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ147b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 57997591 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.317 + period_days: 58.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: 0.52 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.881 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147b + +Barren planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 98% | +| **Year** | 58 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147b/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147b/markers.json new file mode 100644 index 000000000..e02fd7f1e --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147b/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 70, + 56 + ], + "peak": [ + 60, + 62 + ], + "area_cells": 416 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 103 + ], + "peak": [ + 81, + 110 + ], + "area_cells": 424 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 147 + ], + "peak": [ + 65, + 148 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 509 + ], + "peak": [ + 71, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 73, + 7 + ], + "peak": [ + 73, + 11 + ], + "area_cells": 105 + }, + { + "id": "range_10", + "name": null, + "center": [ + 72, + 277 + ], + "peak": [ + 72, + 278 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 82, + 155 + ], + "peak": [ + 87, + 156 + ], + "area_cells": 174 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 323 + ], + "peak": [ + 96, + 322 + ], + "area_cells": 126 + }, + { + "id": "range_14", + "name": null, + "center": [ + 89, + 275 + ], + "peak": [ + 90, + 276 + ], + "area_cells": 79 + }, + { + "id": "range_15", + "name": null, + "center": [ + 93, + 224 + ], + "peak": [ + 93, + 224 + ], + "area_cells": 190 + }, + { + "id": "range_17", + "name": null, + "center": [ + 96, + 358 + ], + "peak": [ + 99, + 358 + ], + "area_cells": 157 + }, + { + "id": "range_19", + "name": null, + "center": [ + 101, + 59 + ], + "peak": [ + 102, + 60 + ], + "area_cells": 37 + }, + { + "id": "range_20", + "name": null, + "center": [ + 111, + 409 + ], + "peak": [ + 112, + 409 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 124, + 259 + ], + "peak": [ + 119, + 257 + ], + "area_cells": 580 + }, + { + "id": "range_25", + "name": null, + "center": [ + 132, + 397 + ], + "peak": [ + 131, + 399 + ], + "area_cells": 44 + }, + { + "id": "range_26", + "name": null, + "center": [ + 141, + 447 + ], + "peak": [ + 142, + 447 + ], + "area_cells": 62 + }, + { + "id": "range_27", + "name": null, + "center": [ + 152, + 221 + ], + "peak": [ + 153, + 220 + ], + "area_cells": 197 + }, + { + "id": "range_28", + "name": null, + "center": [ + 150, + 430 + ], + "peak": [ + 149, + 433 + ], + "area_cells": 75 + }, + { + "id": "range_30", + "name": null, + "center": [ + 178, + 366 + ], + "peak": [ + 164, + 384 + ], + "area_cells": 968 + }, + { + "id": "range_31", + "name": null, + "center": [ + 163, + 328 + ], + "peak": [ + 165, + 320 + ], + "area_cells": 338 + }, + { + "id": "range_34", + "name": null, + "center": [ + 170, + 489 + ], + "peak": [ + 178, + 500 + ], + "area_cells": 199 + }, + { + "id": "range_35", + "name": null, + "center": [ + 171, + 428 + ], + "peak": [ + 172, + 429 + ], + "area_cells": 53 + }, + { + "id": "range_36", + "name": null, + "center": [ + 171, + 6 + ], + "peak": [ + 170, + 7 + ], + "area_cells": 23 + }, + { + "id": "range_39", + "name": null, + "center": [ + 190, + 50 + ], + "peak": [ + 191, + 40 + ], + "area_cells": 668 + }, + { + "id": "range_41", + "name": null, + "center": [ + 203, + 430 + ], + "peak": [ + 201, + 427 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147c/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147c/globe.png new file mode 100644 index 000000000..3aff6cf8c Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147c/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147c/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147c/heightmap.png new file mode 100644 index 000000000..7e374317a Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147c/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147c/index.md b/wiki/star-systems/GJ-147/bodies/GJ147c/index.md new file mode 100644 index 000000000..8842a89c5 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ147c +name: Almeirim +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4199941131 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.295 + period_days: 480.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.9 + oblateness: 0.0043 + atmosphere: thin + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.468 + polar_ice_lat: 0.715 + tectonics: active +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Almeirim + +Temperate planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 700 | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147c/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147c/markers.json new file mode 100644 index 000000000..968ca3830 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147c/markers.json @@ -0,0 +1,700 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 223, + 170 + ], + [ + 224, + 170 + ], + [ + 225, + 169 + ], + [ + 226, + 168 + ], + [ + 227, + 167 + ], + [ + 228, + 167 + ], + [ + 228, + 166 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 230, + 395 + ], + [ + 229, + 394 + ], + [ + 228, + 393 + ], + [ + 227, + 393 + ], + [ + 226, + 394 + ], + [ + 225, + 394 + ], + [ + 224, + 394 + ], + [ + 223, + 394 + ], + [ + 222, + 395 + ], + [ + 221, + 395 + ], + [ + 220, + 395 + ], + [ + 219, + 396 + ], + [ + 218, + 395 + ], + [ + 217, + 395 + ], + [ + 216, + 396 + ], + [ + 215, + 395 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 182, + 382 + ], + [ + 181, + 383 + ], + [ + 180, + 383 + ], + [ + 179, + 383 + ], + [ + 179, + 384 + ], + [ + 178, + 383 + ], + [ + 178, + 382 + ], + [ + 177, + 382 + ], + [ + 178, + 381 + ], + [ + 178, + 380 + ], + [ + 179, + 379 + ], + [ + 180, + 379 + ], + [ + 179, + 380 + ], + [ + 178, + 379 + ], + [ + 179, + 378 + ], + [ + 179, + 377 + ], + [ + 180, + 377 + ], + [ + 181, + 376 + ], + [ + 181, + 375 + ], + [ + 182, + 376 + ], + [ + 183, + 376 + ], + [ + 184, + 377 + ], + [ + 185, + 378 + ], + [ + 185, + 377 + ], + [ + 185, + 376 + ], + [ + 186, + 375 + ], + [ + 187, + 374 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 176, + 342 + ], + [ + 177, + 343 + ], + [ + 178, + 344 + ], + [ + 179, + 345 + ], + [ + 180, + 346 + ], + [ + 181, + 347 + ], + [ + 182, + 348 + ], + [ + 183, + 349 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 191, + 177 + ], + [ + 192, + 178 + ], + [ + 193, + 179 + ], + [ + 194, + 180 + ], + [ + 195, + 181 + ], + [ + 196, + 182 + ], + [ + 197, + 182 + ], + [ + 198, + 182 + ], + [ + 199, + 182 + ], + [ + 200, + 182 + ], + [ + 201, + 182 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 122, + 5 + ], + [ + 123, + 6 + ], + [ + 124, + 7 + ], + [ + 125, + 8 + ], + [ + 126, + 9 + ], + [ + 127, + 10 + ], + [ + 128, + 9 + ], + [ + 129, + 9 + ], + [ + 130, + 10 + ], + [ + 131, + 10 + ], + [ + 131, + 9 + ], + [ + 132, + 8 + ], + [ + 133, + 9 + ], + [ + 134, + 10 + ], + [ + 134, + 11 + ], + [ + 135, + 12 + ], + [ + 135, + 13 + ], + [ + 134, + 14 + ], + [ + 134, + 15 + ], + [ + 135, + 15 + ], + [ + 135, + 16 + ], + [ + 134, + 17 + ], + [ + 133, + 16 + ], + [ + 134, + 16 + ], + [ + 133, + 15 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 154, + 105 + ], + [ + 154, + 104 + ], + [ + 153, + 103 + ], + [ + 154, + 102 + ], + [ + 155, + 101 + ], + [ + 155, + 100 + ], + [ + 154, + 99 + ], + [ + 153, + 98 + ], + [ + 152, + 97 + ], + [ + 151, + 96 + ], + [ + 150, + 95 + ], + [ + 149, + 94 + ], + [ + 148, + 95 + ], + [ + 147, + 95 + ], + [ + 146, + 94 + ], + [ + 145, + 95 + ], + [ + 144, + 94 + ], + [ + 143, + 93 + ], + [ + 142, + 93 + ], + [ + 141, + 94 + ], + [ + 140, + 93 + ], + [ + 140, + 92 + ], + [ + 139, + 93 + ], + [ + 138, + 92 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 67, + 271 + ], + "area_fraction": 0.4926 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 196, + 380 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 199, + 141 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 220, + 288 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 51 + ], + "peak": [ + 108, + 47 + ], + "area_cells": 1180 + }, + { + "id": "range_6", + "name": null, + "center": [ + 195, + 79 + ], + "peak": [ + 196, + 67 + ], + "area_cells": 3155 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 472 + ], + "peak": [ + 185, + 454 + ], + "area_cells": 794 + }, + { + "id": "range_9", + "name": null, + "center": [ + 175, + 277 + ], + "peak": [ + 175, + 280 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 197, + 220 + ], + "peak": [ + 196, + 219 + ], + "area_cells": 1048 + }, + { + "id": "range_12", + "name": null, + "center": [ + 203, + 326 + ], + "peak": [ + 207, + 313 + ], + "area_cells": 758 + }, + { + "id": "range_15", + "name": null, + "center": [ + 195, + 499 + ], + "peak": [ + 196, + 497 + ], + "area_cells": 74 + }, + { + "id": "range_17", + "name": null, + "center": [ + 227, + 492 + ], + "peak": [ + 227, + 494 + ], + "area_cells": 418 + }, + { + "id": "range_18", + "name": null, + "center": [ + 228, + 2 + ], + "peak": [ + 229, + 0 + ], + "area_cells": 46 + }, + { + "id": "range_19", + "name": null, + "center": [ + 233, + 252 + ], + "peak": [ + 232, + 255 + ], + "area_cells": 262 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147d/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147d/globe.png new file mode 100644 index 000000000..c21dacdc4 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147d/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147d/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147d/heightmap.png new file mode 100644 index 000000000..f606ab1de Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147d/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147d/index.md b/wiki/star-systems/GJ-147/bodies/GJ147d/index.md new file mode 100644 index 000000000..cb60ec450 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ147d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3596602054 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.251 + period_days: 1100.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.66 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.58 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.121 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147d + +Cold Arid planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147d/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147d/markers.json new file mode 100644 index 000000000..94b9cc53c --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147d/markers.json @@ -0,0 +1,979 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 165, + 40 + ], + [ + 166, + 39 + ], + [ + 167, + 39 + ], + [ + 168, + 40 + ], + [ + 169, + 41 + ], + [ + 170, + 41 + ], + [ + 171, + 41 + ], + [ + 172, + 42 + ], + [ + 173, + 43 + ], + [ + 174, + 44 + ], + [ + 175, + 45 + ], + [ + 176, + 44 + ], + [ + 177, + 45 + ], + [ + 178, + 45 + ], + [ + 179, + 46 + ], + [ + 180, + 46 + ], + [ + 181, + 47 + ], + [ + 182, + 47 + ], + [ + 182, + 46 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 242, + 27 + ], + [ + 241, + 26 + ], + [ + 241, + 27 + ], + [ + 241, + 28 + ], + [ + 240, + 29 + ], + [ + 240, + 28 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 151, + 480 + ], + [ + 150, + 481 + ], + [ + 150, + 482 + ], + [ + 151, + 483 + ], + [ + 152, + 484 + ], + [ + 153, + 485 + ], + [ + 152, + 486 + ], + [ + 152, + 487 + ], + [ + 153, + 487 + ], + [ + 153, + 488 + ], + [ + 153, + 489 + ], + [ + 154, + 489 + ], + [ + 155, + 488 + ], + [ + 156, + 488 + ], + [ + 157, + 488 + ], + [ + 156, + 487 + ], + [ + 156, + 486 + ], + [ + 157, + 485 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 219, + 405 + ], + [ + 220, + 405 + ], + [ + 220, + 404 + ], + [ + 221, + 403 + ], + [ + 221, + 402 + ], + [ + 222, + 402 + ], + [ + 223, + 403 + ], + [ + 223, + 404 + ], + [ + 222, + 405 + ], + [ + 223, + 406 + ], + [ + 222, + 406 + ], + [ + 223, + 407 + ], + [ + 222, + 407 + ], + [ + 222, + 408 + ], + [ + 223, + 408 + ], + [ + 224, + 409 + ], + [ + 225, + 410 + ], + [ + 225, + 411 + ], + [ + 225, + 412 + ], + [ + 224, + 411 + ], + [ + 223, + 412 + ], + [ + 222, + 412 + ], + [ + 221, + 412 + ], + [ + 221, + 411 + ], + [ + 222, + 411 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 137, + 173 + ], + [ + 137, + 172 + ], + [ + 137, + 171 + ], + [ + 138, + 171 + ], + [ + 139, + 170 + ], + [ + 140, + 169 + ], + [ + 141, + 168 + ], + [ + 142, + 167 + ], + [ + 143, + 166 + ], + [ + 143, + 165 + ], + [ + 144, + 164 + ], + [ + 144, + 163 + ], + [ + 144, + 162 + ], + [ + 144, + 161 + ], + [ + 144, + 160 + ], + [ + 144, + 159 + ], + [ + 144, + 158 + ], + [ + 145, + 157 + ], + [ + 144, + 157 + ], + [ + 143, + 156 + ], + [ + 143, + 155 + ], + [ + 142, + 155 + ], + [ + 143, + 154 + ], + [ + 144, + 153 + ], + [ + 145, + 152 + ], + [ + 145, + 151 + ], + [ + 146, + 151 + ], + [ + 147, + 152 + ], + [ + 147, + 151 + ], + [ + 147, + 150 + ], + [ + 148, + 150 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 179, + 356 + ], + [ + 179, + 357 + ], + [ + 178, + 358 + ], + [ + 177, + 359 + ], + [ + 176, + 360 + ], + [ + 175, + 360 + ], + [ + 175, + 361 + ], + [ + 176, + 362 + ], + [ + 177, + 361 + ], + [ + 178, + 361 + ], + [ + 179, + 361 + ], + [ + 180, + 362 + ], + [ + 181, + 362 + ], + [ + 182, + 363 + ], + [ + 182, + 364 + ], + [ + 183, + 365 + ], + [ + 184, + 365 + ], + [ + 185, + 366 + ], + [ + 186, + 366 + ], + [ + 186, + 367 + ], + [ + 187, + 367 + ], + [ + 188, + 367 + ], + [ + 189, + 366 + ], + [ + 190, + 366 + ], + [ + 191, + 365 + ], + [ + 192, + 366 + ], + [ + 193, + 365 + ], + [ + 194, + 365 + ], + [ + 195, + 364 + ], + [ + 196, + 365 + ], + [ + 197, + 365 + ], + [ + 198, + 366 + ], + [ + 198, + 367 + ], + [ + 198, + 368 + ], + [ + 199, + 369 + ], + [ + 200, + 370 + ], + [ + 201, + 370 + ], + [ + 202, + 370 + ], + [ + 203, + 371 + ], + [ + 204, + 372 + ], + [ + 205, + 373 + ], + [ + 206, + 374 + ], + [ + 207, + 374 + ], + [ + 208, + 373 + ], + [ + 209, + 372 + ], + [ + 210, + 373 + ], + [ + 211, + 373 + ], + [ + 212, + 372 + ], + [ + 213, + 373 + ], + [ + 214, + 374 + ], + [ + 214, + 373 + ], + [ + 215, + 372 + ], + [ + 216, + 371 + ], + [ + 217, + 372 + ], + [ + 218, + 373 + ], + [ + 219, + 372 + ], + [ + 219, + 371 + ], + [ + 218, + 370 + ], + [ + 219, + 370 + ], + [ + 220, + 369 + ], + [ + 221, + 368 + ], + [ + 220, + 367 + ], + [ + 221, + 367 + ], + [ + 220, + 366 + ], + [ + 219, + 366 + ], + [ + 220, + 365 + ], + [ + 220, + 364 + ], + [ + 221, + 363 + ], + [ + 221, + 362 + ], + [ + 222, + 361 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 164, + 5 + ], + [ + 163, + 4 + ], + [ + 162, + 3 + ], + [ + 161, + 2 + ], + [ + 160, + 1 + ], + [ + 159, + 0 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 214, + 3 + ], + [ + 214, + 4 + ], + [ + 215, + 5 + ], + [ + 216, + 6 + ], + [ + 217, + 6 + ], + [ + 218, + 7 + ], + [ + 217, + 8 + ], + [ + 218, + 8 + ], + [ + 217, + 9 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 219, + 19 + ], + [ + 220, + 18 + ], + [ + 221, + 17 + ], + [ + 222, + 18 + ], + [ + 223, + 17 + ], + [ + 224, + 17 + ], + [ + 225, + 17 + ], + [ + 226, + 17 + ], + [ + 227, + 17 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 219, + 473 + ], + "area_fraction": 0.0381 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 200, + 111 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 412 + ], + "peak": [ + 55, + 452 + ], + "area_cells": 4936 + }, + { + "id": "range_2", + "name": null, + "center": [ + 63, + 82 + ], + "peak": [ + 54, + 117 + ], + "area_cells": 4493 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 258 + ], + "peak": [ + 47, + 255 + ], + "area_cells": 303 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 309 + ], + "peak": [ + 59, + 310 + ], + "area_cells": 88 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 497 + ], + "peak": [ + 60, + 498 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 235 + ], + "peak": [ + 64, + 238 + ], + "area_cells": 40 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 266 + ], + "peak": [ + 70, + 267 + ], + "area_cells": 60 + }, + { + "id": "range_8", + "name": null, + "center": [ + 73, + 313 + ], + "peak": [ + 73, + 313 + ], + "area_cells": 46 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 300 + ], + "peak": [ + 84, + 301 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147e-m1/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/globe.png new file mode 100644 index 000000000..39dfdd422 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147e-m1/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/heightmap.png new file mode 100644 index 000000000..9a3c81507 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147e-m1/index.md b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/index.md new file mode 100644 index 000000000..c4c8e1cec --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ147e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2417513471 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: 0.12 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.334 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147e-m1 + +Frozen moon. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 93% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147e-m1/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/markers.json new file mode 100644 index 000000000..da348a29d --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147e-m1/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 220, + 69 + ], + "area_fraction": 0.0363 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 7 + ], + "peak": [ + 16, + 0 + ], + "area_cells": 334 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 453 + ], + "peak": [ + 0, + 438 + ], + "area_cells": 3429 + }, + { + "id": "range_8", + "name": null, + "center": [ + 79, + 268 + ], + "peak": [ + 61, + 305 + ], + "area_cells": 7088 + }, + { + "id": "range_9", + "name": null, + "center": [ + 61, + 63 + ], + "peak": [ + 72, + 59 + ], + "area_cells": 1523 + }, + { + "id": "range_12", + "name": null, + "center": [ + 89, + 147 + ], + "peak": [ + 89, + 147 + ], + "area_cells": 28 + }, + { + "id": "range_15", + "name": null, + "center": [ + 108, + 318 + ], + "peak": [ + 106, + 325 + ], + "area_cells": 334 + }, + { + "id": "range_17", + "name": null, + "center": [ + 150, + 323 + ], + "peak": [ + 153, + 319 + ], + "area_cells": 164 + }, + { + "id": "range_18", + "name": null, + "center": [ + 153, + 289 + ], + "peak": [ + 154, + 289 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147e/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147e/globe.png new file mode 100644 index 000000000..63fde02a9 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147e/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147e/index.md b/wiki/star-systems/GJ-147/bodies/GJ147e/index.md new file mode 100644 index 000000000..852e19dab --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ147e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1884615541 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 4.962 + period_days: 3600.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: null + oblateness: 0.0779 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.075 +--- + +# GJ147e + +Gas giant. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147f/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147f/globe.png new file mode 100644 index 000000000..e33bd83c8 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147f/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147f/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147f/heightmap.png new file mode 100644 index 000000000..397593576 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147f/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147f/index.md b/wiki/star-systems/GJ-147/bodies/GJ147f/index.md new file mode 100644 index 000000000..12d1d1de2 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ147f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1540533503 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.004 + period_days: 8800.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.44 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.296 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147f + +Frozen planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147f/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147f/markers.json new file mode 100644 index 000000000..2d760f216 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147f/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 175, + 330 + ], + "area_fraction": 0.0844 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 178, + 72 + ], + "area_fraction": 0.0682 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 151, + 255 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 153, + 185 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 195, + 499 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 254 + ], + "peak": [ + 0, + 177 + ], + "area_cells": 10337 + }, + { + "id": "range_2", + "name": null, + "center": [ + 0, + 452 + ], + "peak": [ + 0, + 452 + ], + "area_cells": 32 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 486 + ], + "peak": [ + 8, + 487 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 474 + ], + "peak": [ + 10, + 476 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 17, + 29 + ], + "peak": [ + 18, + 29 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 23, + 44 + ], + "peak": [ + 22, + 44 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 38, + 11 + ], + "peak": [ + 39, + 13 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147g/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147g/globe.png new file mode 100644 index 000000000..d5a0cdf11 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147g/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147g/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147g/heightmap.png new file mode 100644 index 000000000..f16af1287 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147g/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147g/index.md b/wiki/star-systems/GJ-147/bodies/GJ147g/index.md new file mode 100644 index 000000000..07e746afb --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ147g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1121448012 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 15.564 + period_days: 20000.0 + axial_tilt_deg: 44.1 +physical: + gravity_g: 0.39 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.739 + polar_ice_lat: 0.21 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.267 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147g + +Frozen planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.39g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147g/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147g/markers.json new file mode 100644 index 000000000..bacac381d --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147g/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 38, + 251 + ], + "area_fraction": 0.2226 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 114, + 290 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 226, + 254 + ], + "peak": [ + 223, + 444 + ], + "area_cells": 26827 + }, + { + "id": "range_2", + "name": null, + "center": [ + 175, + 87 + ], + "peak": [ + 176, + 88 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147h/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147h/globe.png new file mode 100644 index 000000000..f96b864df Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147h/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147h/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147h/heightmap.png new file mode 100644 index 000000000..a1ebb618c Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147h/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147h/index.md b/wiki/star-systems/GJ-147/bodies/GJ147h/index.md new file mode 100644 index 000000000..db38ead02 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ147h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4085278629 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 26.327 + period_days: 44000.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.25 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.778 + polar_ice_lat: 0.243 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.418 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147h + +Frozen planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 44000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147h/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147h/markers.json new file mode 100644 index 000000000..a52d18a26 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147h/markers.json @@ -0,0 +1,294 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 63 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 6, + 270 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 23, + 471 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 31, + 191 + ], + "area_fraction": 0.0188 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 75, + 149 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 130, + 359 + ], + "area_fraction": 0.0382 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 116, + 472 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 186, + 436 + ], + "area_fraction": 0.0288 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 168, + 273 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 178, + 227 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_62", + "name": null, + "kind": "lake", + "center": [ + 239, + 369 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 351 + ], + "peak": [ + 0, + 358 + ], + "area_cells": 807 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 321 + ], + "peak": [ + 8, + 323 + ], + "area_cells": 26 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 260 + ], + "peak": [ + 46, + 258 + ], + "area_cells": 311 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 389 + ], + "peak": [ + 77, + 394 + ], + "area_cells": 712 + }, + { + "id": "range_7", + "name": null, + "center": [ + 72, + 60 + ], + "peak": [ + 73, + 63 + ], + "area_cells": 122 + }, + { + "id": "range_8", + "name": null, + "center": [ + 76, + 200 + ], + "peak": [ + 77, + 184 + ], + "area_cells": 375 + }, + { + "id": "range_9", + "name": null, + "center": [ + 73, + 89 + ], + "peak": [ + 75, + 82 + ], + "area_cells": 107 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 312 + ], + "peak": [ + 93, + 315 + ], + "area_cells": 144 + }, + { + "id": "range_11", + "name": null, + "center": [ + 184, + 92 + ], + "peak": [ + 254, + 57 + ], + "area_cells": 8356 + }, + { + "id": "range_12", + "name": null, + "center": [ + 132, + 275 + ], + "peak": [ + 127, + 278 + ], + "area_cells": 570 + }, + { + "id": "range_13", + "name": null, + "center": [ + 205, + 212 + ], + "peak": [ + 202, + 211 + ], + "area_cells": 336 + }, + { + "id": "range_15", + "name": null, + "center": [ + 209, + 159 + ], + "peak": [ + 209, + 158 + ], + "area_cells": 66 + }, + { + "id": "range_19", + "name": null, + "center": [ + 222, + 280 + ], + "peak": [ + 223, + 279 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147i/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147i/globe.png new file mode 100644 index 000000000..830c49377 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147i/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147i/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147i/heightmap.png new file mode 100644 index 000000000..65a694564 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147i/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147i/index.md b/wiki/star-systems/GJ-147/bodies/GJ147i/index.md new file mode 100644 index 000000000..366a6c0a2 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ147i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3386464434 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 33.798 + period_days: 64000.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.22 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.713 + polar_ice_lat: 0.223 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.268 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147i + +Frozen planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 64000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147i/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147i/markers.json new file mode 100644 index 000000000..352ed885e --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147i/markers.json @@ -0,0 +1,284 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 90, + 269 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 75, + 453 + ], + "area_fraction": 0.048 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 96, + 25 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 113, + 84 + ], + "area_fraction": 0.01 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 119, + 373 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 125, + 326 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 141, + 141 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 159, + 470 + ], + "area_fraction": 0.026 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 183, + 44 + ], + "area_fraction": 0.0294 + }, + { + "id": "water_44", + "name": null, + "kind": "sea", + "center": [ + 201, + 377 + ], + "area_fraction": 0.047 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 5 + ], + "peak": [ + 2, + 0 + ], + "area_cells": 83 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 175 + ], + "peak": [ + 11, + 177 + ], + "area_cells": 75 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 185 + ], + "peak": [ + 1, + 186 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 14, + 414 + ], + "peak": [ + 6, + 422 + ], + "area_cells": 4021 + }, + { + "id": "range_5", + "name": null, + "center": [ + 22, + 336 + ], + "peak": [ + 18, + 341 + ], + "area_cells": 209 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 128 + ], + "peak": [ + 46, + 110 + ], + "area_cells": 681 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 208 + ], + "peak": [ + 184, + 214 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 201, + 181 + ], + "peak": [ + 202, + 188 + ], + "area_cells": 798 + }, + { + "id": "range_15", + "name": null, + "center": [ + 229, + 189 + ], + "peak": [ + 230, + 202 + ], + "area_cells": 637 + }, + { + "id": "range_16", + "name": null, + "center": [ + 233, + 222 + ], + "peak": [ + 235, + 224 + ], + "area_cells": 66 + }, + { + "id": "range_17", + "name": null, + "center": [ + 247, + 120 + ], + "peak": [ + 247, + 129 + ], + "area_cells": 269 + }, + { + "id": "range_18", + "name": null, + "center": [ + 248, + 156 + ], + "peak": [ + 246, + 142 + ], + "area_cells": 575 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 504 + ], + "peak": [ + 254, + 504 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-147/bodies/GJ147j/globe.png b/wiki/star-systems/GJ-147/bodies/GJ147j/globe.png new file mode 100644 index 000000000..3fdeb9fd7 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147j/globe.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147j/heightmap.png b/wiki/star-systems/GJ-147/bodies/GJ147j/heightmap.png new file mode 100644 index 000000000..4e3f7b234 Binary files /dev/null and b/wiki/star-systems/GJ-147/bodies/GJ147j/heightmap.png differ diff --git a/wiki/star-systems/GJ-147/bodies/GJ147j/index.md b/wiki/star-systems/GJ-147/bodies/GJ147j/index.md new file mode 100644 index 000000000..90dc864f0 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ147j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1883392409 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 44.288 + period_days: 96000.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.767 + polar_ice_lat: 0.334 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.304 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ147j + +Frozen planet. + +**System:** [GJ-147](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 96000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-147/bodies/GJ147j/markers.json b/wiki/star-systems/GJ-147/bodies/GJ147j/markers.json new file mode 100644 index 000000000..299c838a4 --- /dev/null +++ b/wiki/star-systems/GJ-147/bodies/GJ147j/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 38 + ], + "area_fraction": 0.026 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 42, + 367 + ], + "area_fraction": 0.1821 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 115, + 31 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 125 + ], + "peak": [ + 108, + 125 + ], + "area_cells": 29 + }, + { + "id": "range_2", + "name": null, + "center": [ + 200, + 290 + ], + "peak": [ + 186, + 318 + ], + "area_cells": 38620 + }, + { + "id": "range_9", + "name": null, + "center": [ + 211, + 1 + ], + "peak": [ + 213, + 0 + ], + "area_cells": 33 + }, + { + "id": "range_15", + "name": null, + "center": [ + 251, + 59 + ], + "peak": [ + 254, + 60 + ], + "area_cells": 87 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ150b/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150b/globe.png new file mode 100644 index 000000000..a3fb753c1 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150b/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150b/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150b/heightmap.png new file mode 100644 index 000000000..aa14256de Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150b/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150b/index.md b/wiki/star-systems/GJ-150/bodies/GJ150b/index.md new file mode 100644 index 000000000..101601cb2 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ150b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2114049094 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.239 + period_days: 48.0 + axial_tilt_deg: 34.8 +physical: + gravity_g: 0.52 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.866 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150b + +Barren planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 93% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150b/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150b/markers.json new file mode 100644 index 000000000..0a043afde --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150b/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_54", + "name": null, + "kind": "lake", + "center": [ + 245, + 131 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_61", + "name": null, + "kind": "lake", + "center": [ + 248, + 395 + ], + "area_fraction": 0.0158 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 102, + 230 + ], + "peak": [ + 84, + 265 + ], + "area_cells": 5783 + }, + { + "id": "range_5", + "name": null, + "center": [ + 72, + 308 + ], + "peak": [ + 75, + 310 + ], + "area_cells": 78 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 469 + ], + "peak": [ + 107, + 445 + ], + "area_cells": 1274 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 414 + ], + "peak": [ + 92, + 415 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 393 + ], + "peak": [ + 167, + 383 + ], + "area_cells": 2748 + }, + { + "id": "range_13", + "name": null, + "center": [ + 122, + 133 + ], + "peak": [ + 125, + 138 + ], + "area_cells": 108 + }, + { + "id": "range_14", + "name": null, + "center": [ + 130, + 35 + ], + "peak": [ + 122, + 72 + ], + "area_cells": 1143 + }, + { + "id": "range_15", + "name": null, + "center": [ + 125, + 98 + ], + "peak": [ + 121, + 94 + ], + "area_cells": 76 + }, + { + "id": "range_17", + "name": null, + "center": [ + 131, + 316 + ], + "peak": [ + 132, + 316 + ], + "area_cells": 32 + }, + { + "id": "range_18", + "name": null, + "center": [ + 145, + 86 + ], + "peak": [ + 146, + 87 + ], + "area_cells": 163 + }, + { + "id": "range_22", + "name": null, + "center": [ + 162, + 56 + ], + "peak": [ + 160, + 58 + ], + "area_cells": 110 + }, + { + "id": "range_23", + "name": null, + "center": [ + 163, + 71 + ], + "peak": [ + 164, + 73 + ], + "area_cells": 36 + }, + { + "id": "range_24", + "name": null, + "center": [ + 175, + 446 + ], + "peak": [ + 171, + 448 + ], + "area_cells": 100 + }, + { + "id": "range_25", + "name": null, + "center": [ + 180, + 348 + ], + "peak": [ + 182, + 347 + ], + "area_cells": 168 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150c/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150c/globe.png new file mode 100644 index 000000000..b8982730c Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150c/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150c/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150c/heightmap.png new file mode 100644 index 000000000..3260d40fe Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150c/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150c/index.md b/wiki/star-systems/GJ-150/bodies/GJ150c/index.md new file mode 100644 index 000000000..9eb7af851 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ150c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1984232030 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 7.8 +physical: + gravity_g: 0.76 + oblateness: 0.0031 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.931 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.063 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150c + +Hot Arid planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150c/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150c/markers.json new file mode 100644 index 000000000..cd652213e --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150c/markers.json @@ -0,0 +1,999 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 84, + 162 + ], + [ + 84, + 161 + ], + [ + 84, + 160 + ], + [ + 85, + 159 + ], + [ + 84, + 158 + ], + [ + 84, + 157 + ], + [ + 85, + 156 + ], + [ + 85, + 155 + ], + [ + 86, + 154 + ], + [ + 87, + 154 + ], + [ + 88, + 153 + ], + [ + 89, + 152 + ], + [ + 90, + 151 + ], + [ + 90, + 150 + ], + [ + 90, + 149 + ], + [ + 91, + 148 + ], + [ + 92, + 147 + ], + [ + 92, + 146 + ], + [ + 91, + 145 + ], + [ + 90, + 144 + ], + [ + 90, + 143 + ], + [ + 90, + 142 + ], + [ + 89, + 142 + ], + [ + 89, + 141 + ], + [ + 89, + 140 + ], + [ + 90, + 139 + ], + [ + 89, + 139 + ], + [ + 89, + 138 + ], + [ + 90, + 137 + ], + [ + 90, + 136 + ], + [ + 90, + 135 + ], + [ + 89, + 136 + ], + [ + 89, + 137 + ], + [ + 88, + 137 + ], + [ + 88, + 136 + ], + [ + 89, + 135 + ], + [ + 90, + 134 + ], + [ + 91, + 133 + ], + [ + 90, + 133 + ], + [ + 90, + 132 + ], + [ + 91, + 132 + ], + [ + 91, + 131 + ], + [ + 90, + 131 + ], + [ + 89, + 130 + ], + [ + 90, + 130 + ], + [ + 91, + 129 + ], + [ + 90, + 128 + ], + [ + 90, + 127 + ], + [ + 90, + 126 + ], + [ + 90, + 125 + ], + [ + 89, + 124 + ], + [ + 88, + 123 + ], + [ + 87, + 122 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 9, + 180 + ], + [ + 10, + 179 + ], + [ + 11, + 178 + ], + [ + 12, + 177 + ], + [ + 13, + 177 + ], + [ + 14, + 176 + ], + [ + 15, + 175 + ], + [ + 16, + 175 + ], + [ + 17, + 175 + ], + [ + 18, + 175 + ], + [ + 19, + 174 + ], + [ + 20, + 173 + ], + [ + 21, + 173 + ], + [ + 22, + 173 + ], + [ + 23, + 174 + ], + [ + 24, + 174 + ], + [ + 25, + 173 + ], + [ + 26, + 173 + ], + [ + 27, + 172 + ], + [ + 26, + 172 + ], + [ + 27, + 171 + ], + [ + 28, + 170 + ], + [ + 27, + 169 + ], + [ + 27, + 168 + ], + [ + 27, + 167 + ], + [ + 28, + 166 + ], + [ + 28, + 165 + ], + [ + 28, + 164 + ], + [ + 28, + 163 + ], + [ + 28, + 162 + ], + [ + 27, + 161 + ], + [ + 26, + 160 + ], + [ + 27, + 159 + ], + [ + 28, + 159 + ], + [ + 29, + 158 + ], + [ + 30, + 158 + ], + [ + 31, + 157 + ], + [ + 32, + 156 + ], + [ + 33, + 156 + ], + [ + 34, + 155 + ], + [ + 35, + 154 + ], + [ + 35, + 153 + ], + [ + 34, + 152 + ], + [ + 34, + 151 + ], + [ + 33, + 150 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 158, + 399 + ], + [ + 159, + 398 + ], + [ + 159, + 397 + ], + [ + 160, + 396 + ], + [ + 161, + 395 + ], + [ + 162, + 394 + ], + [ + 163, + 393 + ], + [ + 164, + 392 + ], + [ + 164, + 391 + ], + [ + 165, + 390 + ], + [ + 164, + 390 + ], + [ + 165, + 389 + ], + [ + 164, + 388 + ], + [ + 164, + 389 + ], + [ + 165, + 388 + ], + [ + 164, + 387 + ], + [ + 165, + 387 + ], + [ + 166, + 388 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 15, + 193 + ], + [ + 15, + 194 + ], + [ + 14, + 195 + ], + [ + 13, + 194 + ], + [ + 12, + 194 + ], + [ + 11, + 194 + ], + [ + 10, + 194 + ], + [ + 9, + 194 + ], + [ + 8, + 194 + ], + [ + 7, + 194 + ], + [ + 6, + 194 + ], + [ + 5, + 194 + ], + [ + 4, + 194 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 107, + 464 + ], + [ + 108, + 465 + ], + [ + 109, + 466 + ], + [ + 110, + 467 + ], + [ + 111, + 468 + ], + [ + 112, + 469 + ], + [ + 113, + 470 + ], + [ + 114, + 471 + ], + [ + 115, + 472 + ], + [ + 116, + 473 + ], + [ + 117, + 474 + ], + [ + 117, + 475 + ], + [ + 117, + 476 + ], + [ + 117, + 477 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 30, + 72 + ], + [ + 29, + 71 + ], + [ + 28, + 72 + ], + [ + 27, + 73 + ], + [ + 27, + 74 + ], + [ + 26, + 74 + ], + [ + 26, + 73 + ], + [ + 27, + 72 + ], + [ + 28, + 73 + ], + [ + 29, + 74 + ], + [ + 28, + 75 + ], + [ + 29, + 75 + ], + [ + 30, + 74 + ], + [ + 30, + 75 + ], + [ + 31, + 76 + ], + [ + 32, + 77 + ], + [ + 33, + 78 + ], + [ + 34, + 79 + ], + [ + 33, + 79 + ], + [ + 32, + 80 + ], + [ + 31, + 81 + ], + [ + 32, + 82 + ], + [ + 33, + 82 + ], + [ + 33, + 83 + ], + [ + 34, + 84 + ], + [ + 33, + 85 + ], + [ + 32, + 84 + ], + [ + 32, + 85 + ], + [ + 32, + 86 + ], + [ + 31, + 86 + ], + [ + 31, + 87 + ], + [ + 30, + 88 + ], + [ + 29, + 89 + ], + [ + 28, + 90 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 99, + 359 + ], + [ + 100, + 360 + ], + [ + 101, + 361 + ], + [ + 102, + 362 + ], + [ + 103, + 363 + ], + [ + 104, + 364 + ], + [ + 104, + 365 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 133, + 213 + ], + [ + 134, + 214 + ], + [ + 135, + 213 + ], + [ + 136, + 212 + ], + [ + 137, + 211 + ], + [ + 138, + 210 + ], + [ + 139, + 210 + ], + [ + 140, + 210 + ], + [ + 141, + 210 + ], + [ + 142, + 211 + ], + [ + 143, + 211 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 144, + 424 + ], + [ + 143, + 425 + ], + [ + 142, + 426 + ], + [ + 141, + 426 + ], + [ + 140, + 427 + ], + [ + 139, + 427 + ], + [ + 139, + 428 + ], + [ + 138, + 429 + ], + [ + 137, + 430 + ], + [ + 136, + 429 + ], + [ + 135, + 430 + ], + [ + 134, + 431 + ], + [ + 133, + 430 + ], + [ + 132, + 430 + ], + [ + 131, + 431 + ], + [ + 130, + 432 + ], + [ + 129, + 433 + ], + [ + 128, + 434 + ], + [ + 127, + 434 + ], + [ + 127, + 435 + ], + [ + 126, + 436 + ], + [ + 125, + 437 + ], + [ + 126, + 437 + ], + [ + 125, + 438 + ], + [ + 126, + 439 + ], + [ + 125, + 440 + ], + [ + 125, + 439 + ], + [ + 126, + 438 + ], + [ + 127, + 437 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 38, + 414 + ], + "area_fraction": 0.0328 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 30, + 492 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 220, + 244 + ], + "peak": [ + 225, + 12 + ], + "area_cells": 29149 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150d/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150d/globe.png new file mode 100644 index 000000000..1c7c5119c Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150d/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150d/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150d/heightmap.png new file mode 100644 index 000000000..c2210e295 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150d/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150d/index.md b/wiki/star-systems/GJ-150/bodies/GJ150d/index.md new file mode 100644 index 000000000..d868a515b --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ150d +name: Vesper +body_type: planet +planet_class: temperate +body_scale: planet +seed: 264166463 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.589 + period_days: 820.0 + axial_tilt_deg: 34.2 +physical: + gravity_g: 0.94 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.364 + polar_ice_lat: 0.709 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.411 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Vesper + +Temperate planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 820 days | +| **Inhabited** | yes | +| **Population** | 120M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150d/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150d/markers.json new file mode 100644 index 000000000..e6a2bba0e --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150d/markers.json @@ -0,0 +1,912 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 125, + 476 + ], + [ + 124, + 475 + ], + [ + 123, + 476 + ], + [ + 122, + 475 + ], + [ + 121, + 476 + ], + [ + 120, + 477 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 140, + 141 + ], + [ + 139, + 140 + ], + [ + 138, + 140 + ], + [ + 137, + 141 + ], + [ + 136, + 142 + ], + [ + 135, + 143 + ], + [ + 134, + 143 + ], + [ + 134, + 144 + ], + [ + 133, + 145 + ], + [ + 132, + 144 + ], + [ + 131, + 145 + ], + [ + 130, + 146 + ], + [ + 131, + 147 + ], + [ + 130, + 148 + ], + [ + 129, + 147 + ], + [ + 128, + 148 + ], + [ + 128, + 149 + ], + [ + 129, + 150 + ], + [ + 129, + 151 + ], + [ + 130, + 152 + ], + [ + 130, + 153 + ], + [ + 129, + 154 + ], + [ + 130, + 155 + ], + [ + 131, + 154 + ], + [ + 130, + 154 + ], + [ + 129, + 153 + ], + [ + 128, + 152 + ], + [ + 128, + 151 + ], + [ + 128, + 150 + ], + [ + 127, + 150 + ], + [ + 127, + 151 + ], + [ + 127, + 152 + ], + [ + 126, + 152 + ], + [ + 127, + 153 + ], + [ + 128, + 153 + ], + [ + 128, + 154 + ], + [ + 128, + 155 + ], + [ + 129, + 155 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 120, + 46 + ], + [ + 119, + 46 + ], + [ + 118, + 46 + ], + [ + 117, + 47 + ], + [ + 116, + 46 + ], + [ + 116, + 47 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 108, + 299 + ], + [ + 109, + 298 + ], + [ + 110, + 297 + ], + [ + 111, + 296 + ], + [ + 112, + 295 + ], + [ + 113, + 295 + ], + [ + 114, + 294 + ], + [ + 115, + 293 + ], + [ + 116, + 292 + ], + [ + 117, + 292 + ], + [ + 118, + 291 + ], + [ + 118, + 290 + ], + [ + 117, + 291 + ], + [ + 118, + 292 + ], + [ + 119, + 293 + ], + [ + 120, + 294 + ], + [ + 119, + 294 + ], + [ + 119, + 295 + ], + [ + 120, + 296 + ], + [ + 120, + 297 + ], + [ + 121, + 298 + ], + [ + 121, + 299 + ], + [ + 121, + 300 + ], + [ + 121, + 301 + ], + [ + 121, + 302 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 117, + 412 + ], + [ + 118, + 411 + ], + [ + 119, + 410 + ], + [ + 120, + 409 + ], + [ + 121, + 408 + ], + [ + 122, + 407 + ], + [ + 123, + 407 + ], + [ + 124, + 408 + ], + [ + 125, + 407 + ], + [ + 126, + 407 + ], + [ + 127, + 408 + ], + [ + 128, + 409 + ], + [ + 129, + 410 + ], + [ + 130, + 410 + ], + [ + 131, + 411 + ], + [ + 132, + 412 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 136, + 289 + ], + [ + 137, + 288 + ], + [ + 138, + 287 + ], + [ + 139, + 286 + ], + [ + 140, + 286 + ], + [ + 141, + 285 + ], + [ + 142, + 284 + ], + [ + 143, + 283 + ], + [ + 142, + 282 + ], + [ + 143, + 281 + ], + [ + 142, + 280 + ], + [ + 141, + 279 + ], + [ + 141, + 278 + ], + [ + 142, + 278 + ], + [ + 141, + 277 + ], + [ + 140, + 276 + ], + [ + 141, + 276 + ], + [ + 142, + 276 + ], + [ + 141, + 275 + ], + [ + 140, + 274 + ], + [ + 140, + 273 + ], + [ + 140, + 272 + ], + [ + 141, + 271 + ], + [ + 142, + 272 + ], + [ + 142, + 273 + ], + [ + 141, + 272 + ], + [ + 141, + 273 + ], + [ + 141, + 274 + ], + [ + 142, + 274 + ], + [ + 143, + 273 + ], + [ + 144, + 272 + ], + [ + 144, + 271 + ], + [ + 143, + 270 + ], + [ + 142, + 269 + ], + [ + 141, + 269 + ], + [ + 141, + 270 + ], + [ + 142, + 270 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 147, + 13 + ], + [ + 148, + 14 + ], + [ + 149, + 15 + ], + [ + 150, + 16 + ], + [ + 151, + 17 + ], + [ + 152, + 18 + ], + [ + 153, + 19 + ], + [ + 154, + 20 + ], + [ + 154, + 21 + ], + [ + 155, + 22 + ], + [ + 156, + 23 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 125, + 239 + ], + [ + 126, + 238 + ], + [ + 127, + 237 + ], + [ + 128, + 237 + ], + [ + 129, + 237 + ], + [ + 130, + 236 + ], + [ + 131, + 236 + ], + [ + 132, + 236 + ], + [ + 133, + 235 + ], + [ + 134, + 234 + ], + [ + 135, + 233 + ], + [ + 134, + 233 + ], + [ + 133, + 234 + ], + [ + 132, + 233 + ], + [ + 131, + 234 + ], + [ + 132, + 235 + ], + [ + 133, + 236 + ], + [ + 134, + 235 + ], + [ + 134, + 236 + ], + [ + 135, + 236 + ], + [ + 136, + 235 + ], + [ + 137, + 234 + ], + [ + 138, + 235 + ], + [ + 139, + 236 + ], + [ + 140, + 236 + ], + [ + 141, + 236 + ], + [ + 142, + 237 + ], + [ + 143, + 236 + ], + [ + 144, + 236 + ], + [ + 144, + 237 + ], + [ + 143, + 237 + ], + [ + 144, + 238 + ], + [ + 143, + 238 + ], + [ + 143, + 239 + ], + [ + 144, + 239 + ], + [ + 144, + 240 + ], + [ + 144, + 241 + ], + [ + 145, + 240 + ], + [ + 145, + 239 + ], + [ + 145, + 238 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 42, + 133 + ], + [ + 41, + 134 + ], + [ + 40, + 133 + ], + [ + 39, + 134 + ], + [ + 38, + 135 + ], + [ + 37, + 135 + ], + [ + 36, + 136 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 271 + ], + "area_fraction": 0.2197 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 200, + 269 + ], + "area_fraction": 0.4143 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 48 + ], + "peak": [ + 88, + 47 + ], + "area_cells": 2757 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 494 + ], + "peak": [ + 77, + 511 + ], + "area_cells": 175 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 340 + ], + "peak": [ + 76, + 336 + ], + "area_cells": 82 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 354 + ], + "peak": [ + 93, + 358 + ], + "area_cells": 70 + }, + { + "id": "range_7", + "name": null, + "center": [ + 130, + 201 + ], + "peak": [ + 130, + 201 + ], + "area_cells": 72 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 146 + ], + "peak": [ + 167, + 146 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150e/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150e/globe.png new file mode 100644 index 000000000..45ab3459c Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150e/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150e/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150e/heightmap.png new file mode 100644 index 000000000..cb04f85bb Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150e/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150e/index.md b/wiki/star-systems/GJ-150/bodies/GJ150e/index.md new file mode 100644 index 000000000..4e6683bc4 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ150e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3453127285 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 0.62 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.611 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150e + +Cold Arid planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150e/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150e/markers.json new file mode 100644 index 000000000..5d66c8b2d --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150e/markers.json @@ -0,0 +1,1351 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 279 + ], + [ + 131, + 280 + ], + [ + 131, + 281 + ], + [ + 132, + 282 + ], + [ + 131, + 283 + ], + [ + 132, + 284 + ], + [ + 132, + 285 + ], + [ + 131, + 286 + ], + [ + 132, + 287 + ], + [ + 132, + 288 + ], + [ + 132, + 289 + ], + [ + 133, + 289 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 172, + 23 + ], + [ + 172, + 22 + ], + [ + 171, + 21 + ], + [ + 170, + 20 + ], + [ + 169, + 20 + ], + [ + 168, + 21 + ], + [ + 168, + 20 + ], + [ + 168, + 19 + ], + [ + 169, + 19 + ], + [ + 169, + 18 + ], + [ + 169, + 17 + ], + [ + 170, + 18 + ], + [ + 171, + 17 + ], + [ + 170, + 16 + ], + [ + 169, + 16 + ], + [ + 170, + 15 + ], + [ + 169, + 15 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 116, + 29 + ], + [ + 117, + 30 + ], + [ + 118, + 31 + ], + [ + 119, + 32 + ], + [ + 120, + 32 + ], + [ + 121, + 32 + ], + [ + 122, + 31 + ], + [ + 123, + 30 + ], + [ + 124, + 29 + ], + [ + 125, + 28 + ], + [ + 126, + 27 + ], + [ + 127, + 26 + ], + [ + 128, + 25 + ], + [ + 129, + 24 + ], + [ + 130, + 23 + ], + [ + 131, + 22 + ], + [ + 132, + 21 + ], + [ + 133, + 20 + ], + [ + 132, + 19 + ], + [ + 133, + 19 + ], + [ + 134, + 19 + ], + [ + 133, + 18 + ], + [ + 133, + 17 + ], + [ + 132, + 16 + ], + [ + 133, + 15 + ], + [ + 134, + 14 + ], + [ + 135, + 13 + ], + [ + 134, + 12 + ], + [ + 134, + 11 + ], + [ + 133, + 11 + ], + [ + 134, + 10 + ], + [ + 133, + 10 + ], + [ + 134, + 9 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 126, + 235 + ], + [ + 127, + 234 + ], + [ + 128, + 235 + ], + [ + 129, + 236 + ], + [ + 130, + 237 + ], + [ + 131, + 237 + ], + [ + 132, + 238 + ], + [ + 133, + 238 + ], + [ + 134, + 239 + ], + [ + 135, + 240 + ], + [ + 136, + 240 + ], + [ + 137, + 240 + ], + [ + 138, + 240 + ], + [ + 137, + 239 + ], + [ + 138, + 239 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 237, + 467 + ], + [ + 236, + 467 + ], + [ + 235, + 468 + ], + [ + 234, + 467 + ], + [ + 233, + 468 + ], + [ + 232, + 469 + ], + [ + 231, + 470 + ], + [ + 230, + 471 + ], + [ + 229, + 471 + ], + [ + 228, + 472 + ], + [ + 227, + 473 + ], + [ + 226, + 474 + ], + [ + 225, + 475 + ], + [ + 224, + 475 + ], + [ + 223, + 475 + ], + [ + 222, + 476 + ], + [ + 222, + 475 + ], + [ + 221, + 475 + ], + [ + 220, + 476 + ], + [ + 219, + 475 + ], + [ + 218, + 476 + ], + [ + 217, + 475 + ], + [ + 216, + 474 + ], + [ + 215, + 473 + ], + [ + 214, + 474 + ], + [ + 213, + 474 + ], + [ + 212, + 475 + ], + [ + 211, + 476 + ], + [ + 210, + 475 + ], + [ + 209, + 476 + ], + [ + 208, + 475 + ], + [ + 207, + 475 + ], + [ + 206, + 476 + ], + [ + 205, + 477 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 155, + 291 + ], + [ + 155, + 290 + ], + [ + 156, + 289 + ], + [ + 157, + 288 + ], + [ + 158, + 287 + ], + [ + 159, + 287 + ], + [ + 160, + 288 + ], + [ + 161, + 289 + ], + [ + 162, + 290 + ], + [ + 163, + 289 + ], + [ + 164, + 290 + ], + [ + 165, + 289 + ], + [ + 166, + 288 + ], + [ + 167, + 287 + ], + [ + 168, + 286 + ], + [ + 169, + 285 + ], + [ + 170, + 284 + ], + [ + 171, + 283 + ], + [ + 172, + 284 + ], + [ + 173, + 285 + ], + [ + 174, + 286 + ], + [ + 175, + 287 + ], + [ + 176, + 286 + ], + [ + 177, + 286 + ], + [ + 178, + 287 + ], + [ + 179, + 288 + ], + [ + 179, + 289 + ], + [ + 180, + 290 + ], + [ + 179, + 291 + ], + [ + 180, + 292 + ], + [ + 179, + 293 + ], + [ + 180, + 293 + ], + [ + 181, + 294 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 156, + 6 + ], + [ + 157, + 5 + ], + [ + 158, + 4 + ], + [ + 159, + 3 + ], + [ + 160, + 2 + ], + [ + 161, + 1 + ], + [ + 162, + 0 + ], + [ + 163, + 511 + ], + [ + 164, + 511 + ], + [ + 165, + 511 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 168, + 84 + ], + [ + 169, + 85 + ], + [ + 170, + 86 + ], + [ + 171, + 87 + ], + [ + 172, + 87 + ], + [ + 173, + 88 + ], + [ + 174, + 87 + ], + [ + 175, + 87 + ], + [ + 176, + 87 + ], + [ + 177, + 87 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 141, + 47 + ], + [ + 141, + 48 + ], + [ + 141, + 49 + ], + [ + 140, + 50 + ], + [ + 139, + 50 + ], + [ + 138, + 51 + ], + [ + 137, + 52 + ], + [ + 136, + 52 + ], + [ + 135, + 53 + ], + [ + 134, + 53 + ], + [ + 133, + 52 + ], + [ + 132, + 51 + ], + [ + 131, + 50 + ], + [ + 131, + 51 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 126, + 366 + ], + [ + 127, + 365 + ], + [ + 128, + 364 + ], + [ + 129, + 363 + ], + [ + 130, + 363 + ], + [ + 131, + 363 + ], + [ + 132, + 362 + ], + [ + 133, + 361 + ], + [ + 134, + 360 + ], + [ + 135, + 361 + ], + [ + 136, + 361 + ], + [ + 137, + 360 + ], + [ + 138, + 359 + ], + [ + 139, + 358 + ], + [ + 138, + 358 + ], + [ + 139, + 357 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 145, + 4 + ], + [ + 144, + 5 + ], + [ + 143, + 6 + ], + [ + 142, + 7 + ], + [ + 141, + 8 + ], + [ + 140, + 9 + ], + [ + 139, + 9 + ], + [ + 138, + 10 + ], + [ + 137, + 9 + ], + [ + 136, + 10 + ], + [ + 135, + 9 + ], + [ + 134, + 10 + ], + [ + 134, + 9 + ], + [ + 134, + 8 + ], + [ + 133, + 8 + ], + [ + 134, + 7 + ], + [ + 133, + 6 + ], + [ + 133, + 7 + ], + [ + 132, + 7 + ], + [ + 132, + 6 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 112, + 57 + ], + [ + 113, + 58 + ], + [ + 114, + 59 + ], + [ + 115, + 60 + ], + [ + 116, + 60 + ], + [ + 117, + 59 + ], + [ + 118, + 58 + ], + [ + 118, + 57 + ], + [ + 119, + 56 + ], + [ + 120, + 55 + ], + [ + 121, + 54 + ], + [ + 121, + 53 + ], + [ + 120, + 52 + ], + [ + 121, + 52 + ], + [ + 122, + 51 + ], + [ + 123, + 51 + ], + [ + 124, + 51 + ], + [ + 125, + 50 + ], + [ + 126, + 49 + ], + [ + 127, + 48 + ], + [ + 128, + 47 + ], + [ + 129, + 46 + ], + [ + 130, + 46 + ], + [ + 130, + 45 + ], + [ + 129, + 45 + ], + [ + 130, + 44 + ], + [ + 129, + 43 + ], + [ + 130, + 43 + ], + [ + 130, + 42 + ], + [ + 129, + 41 + ], + [ + 130, + 40 + ], + [ + 130, + 41 + ], + [ + 129, + 42 + ], + [ + 128, + 41 + ], + [ + 128, + 40 + ], + [ + 129, + 39 + ], + [ + 128, + 39 + ], + [ + 128, + 38 + ], + [ + 127, + 37 + ], + [ + 128, + 36 + ], + [ + 129, + 35 + ], + [ + 129, + 34 + ], + [ + 129, + 33 + ], + [ + 130, + 32 + ], + [ + 131, + 31 + ], + [ + 131, + 30 + ], + [ + 132, + 29 + ], + [ + 132, + 28 + ], + [ + 132, + 27 + ], + [ + 132, + 26 + ], + [ + 132, + 25 + ], + [ + 133, + 24 + ], + [ + 134, + 23 + ], + [ + 134, + 22 + ], + [ + 134, + 21 + ], + [ + 134, + 20 + ], + [ + 133, + 19 + ], + [ + 134, + 18 + ], + [ + 134, + 17 + ], + [ + 134, + 16 + ], + [ + 133, + 16 + ], + [ + 134, + 15 + ], + [ + 133, + 14 + ], + [ + 133, + 13 + ], + [ + 132, + 12 + ], + [ + 133, + 11 + ], + [ + 133, + 10 + ], + [ + 133, + 9 + ], + [ + 134, + 8 + ], + [ + 133, + 7 + ], + [ + 134, + 6 + ], + [ + 133, + 6 + ], + [ + 134, + 7 + ], + [ + 133, + 8 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 194, + 22 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 194, + 467 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 273 + ], + "peak": [ + 67, + 451 + ], + "area_cells": 31378 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 60 + ], + "peak": [ + 50, + 62 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 3 + ], + "peak": [ + 107, + 0 + ], + "area_cells": 95 + }, + { + "id": "range_5", + "name": null, + "center": [ + 116, + 27 + ], + "peak": [ + 116, + 29 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 308 + ], + "peak": [ + 124, + 308 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 505 + ], + "peak": [ + 143, + 504 + ], + "area_cells": 46 + }, + { + "id": "range_8", + "name": null, + "center": [ + 149, + 200 + ], + "peak": [ + 149, + 203 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m1/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/globe.png new file mode 100644 index 000000000..c45c1c531 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m1/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/heightmap.png new file mode 100644 index 000000000..62df52f69 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m1/index.md b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/index.md new file mode 100644 index 000000000..69a366460 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ150f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2413465185 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 54.5 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150f-m1 + +Frozen moon. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m1/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/markers.json new file mode 100644 index 000000000..66d05423b --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150f-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 96 + ], + "area_fraction": 0.0134 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 116, + 163 + ], + "peak": [ + 103, + 136 + ], + "area_cells": 23233 + }, + { + "id": "range_2", + "name": null, + "center": [ + 108, + 499 + ], + "peak": [ + 106, + 509 + ], + "area_cells": 822 + }, + { + "id": "range_3", + "name": null, + "center": [ + 110, + 349 + ], + "peak": [ + 112, + 349 + ], + "area_cells": 82 + }, + { + "id": "range_4", + "name": null, + "center": [ + 132, + 436 + ], + "peak": [ + 125, + 395 + ], + "area_cells": 1463 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m2/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/globe.png new file mode 100644 index 000000000..bc3faa817 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m2/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/heightmap.png new file mode 100644 index 000000000..e45943dfe Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m2/index.md b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/index.md new file mode 100644 index 000000000..1a061d8f8 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ150f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3551253984 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.08 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.883 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150f-m2 + +Barren moon. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 99% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f-m2/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/markers.json new file mode 100644 index 000000000..143999616 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150f-m2/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 273 + ], + "peak": [ + 37, + 22 + ], + "area_cells": 29725 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 91 + ], + "peak": [ + 120, + 97 + ], + "area_cells": 1440 + }, + { + "id": "range_8", + "name": null, + "center": [ + 98, + 398 + ], + "peak": [ + 99, + 402 + ], + "area_cells": 216 + }, + { + "id": "range_15", + "name": null, + "center": [ + 98, + 428 + ], + "peak": [ + 99, + 428 + ], + "area_cells": 39 + }, + { + "id": "range_17", + "name": null, + "center": [ + 109, + 385 + ], + "peak": [ + 111, + 385 + ], + "area_cells": 37 + }, + { + "id": "range_21", + "name": null, + "center": [ + 126, + 280 + ], + "peak": [ + 128, + 281 + ], + "area_cells": 36 + }, + { + "id": "range_22", + "name": null, + "center": [ + 125, + 130 + ], + "peak": [ + 125, + 130 + ], + "area_cells": 63 + }, + { + "id": "range_23", + "name": null, + "center": [ + 126, + 239 + ], + "peak": [ + 125, + 241 + ], + "area_cells": 33 + }, + { + "id": "range_24", + "name": null, + "center": [ + 146, + 49 + ], + "peak": [ + 147, + 45 + ], + "area_cells": 68 + }, + { + "id": "range_26", + "name": null, + "center": [ + 150, + 11 + ], + "peak": [ + 151, + 10 + ], + "area_cells": 29 + }, + { + "id": "range_30", + "name": null, + "center": [ + 201, + 467 + ], + "peak": [ + 201, + 467 + ], + "area_cells": 21 + }, + { + "id": "range_31", + "name": null, + "center": [ + 227, + 469 + ], + "peak": [ + 229, + 470 + ], + "area_cells": 156 + }, + { + "id": "range_32", + "name": null, + "center": [ + 230, + 487 + ], + "peak": [ + 231, + 485 + ], + "area_cells": 62 + }, + { + "id": "range_35", + "name": null, + "center": [ + 249, + 498 + ], + "peak": [ + 255, + 495 + ], + "area_cells": 351 + }, + { + "id": "range_36", + "name": null, + "center": [ + 249, + 14 + ], + "peak": [ + 253, + 6 + ], + "area_cells": 332 + }, + { + "id": "range_37", + "name": null, + "center": [ + 250, + 45 + ], + "peak": [ + 252, + 48 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150f/globe.png new file mode 100644 index 000000000..6b55dbe1d Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150f/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150f/index.md b/wiki/star-systems/GJ-150/bodies/GJ150f/index.md new file mode 100644 index 000000000..8560a505d --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ150f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 826159530 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: null + oblateness: 0.0524 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.11 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.072 +--- + +# GJ150f + +Gas giant. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150g/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150g/globe.png new file mode 100644 index 000000000..a06471b49 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150g/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150g/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150g/heightmap.png new file mode 100644 index 000000000..1fe4e3340 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150g/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150g/index.md b/wiki/star-systems/GJ-150/bodies/GJ150g/index.md new file mode 100644 index 000000000..6a77207d7 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ150g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 261546403 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.19 + period_days: 9600.0 + axial_tilt_deg: 28.5 +physical: + gravity_g: 0.46 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.099 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.264 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150g + +Frozen planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150g/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150g/markers.json new file mode 100644 index 000000000..58d6dcd1a --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150g/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 76 + ], + "area_fraction": 0.0546 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 41, + 350 + ], + "area_fraction": 0.1491 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 125, + 94 + ], + "peak": [ + 126, + 94 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 126, + 310 + ], + "peak": [ + 127, + 312 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 184, + 115 + ], + "peak": [ + 196, + 204 + ], + "area_cells": 6780 + }, + { + "id": "range_8", + "name": null, + "center": [ + 179, + 332 + ], + "peak": [ + 182, + 347 + ], + "area_cells": 1296 + }, + { + "id": "range_9", + "name": null, + "center": [ + 181, + 269 + ], + "peak": [ + 182, + 271 + ], + "area_cells": 66 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 451 + ], + "peak": [ + 207, + 491 + ], + "area_cells": 7254 + }, + { + "id": "range_11", + "name": null, + "center": [ + 202, + 68 + ], + "peak": [ + 202, + 72 + ], + "area_cells": 45 + }, + { + "id": "range_12", + "name": null, + "center": [ + 242, + 129 + ], + "peak": [ + 251, + 109 + ], + "area_cells": 1270 + }, + { + "id": "range_13", + "name": null, + "center": [ + 245, + 285 + ], + "peak": [ + 242, + 279 + ], + "area_cells": 703 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150h/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150h/globe.png new file mode 100644 index 000000000..00cc33e5c Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150h/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150h/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150h/heightmap.png new file mode 100644 index 000000000..4c6d5f7d5 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150h/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150h/index.md b/wiki/star-systems/GJ-150/bodies/GJ150h/index.md new file mode 100644 index 000000000..16da2c362 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ150h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 317654819 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.801 + period_days: 21000.0 + axial_tilt_deg: 35.9 +physical: + gravity_g: 0.36 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.737 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150h + +Frozen planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 21000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150h/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150h/markers.json new file mode 100644 index 000000000..bdb7136f6 --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150h/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 155, + 118 + ], + "area_fraction": 0.01 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 222, + 275 + ], + "area_fraction": 0.2168 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 178, + 79 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 186, + 13 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 273 + ], + "peak": [ + 8, + 487 + ], + "area_cells": 29741 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 156 + ], + "peak": [ + 69, + 156 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 114, + 286 + ], + "peak": [ + 115, + 286 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-150/bodies/GJ150i/globe.png b/wiki/star-systems/GJ-150/bodies/GJ150i/globe.png new file mode 100644 index 000000000..52ea5f59d Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150i/globe.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150i/heightmap.png b/wiki/star-systems/GJ-150/bodies/GJ150i/heightmap.png new file mode 100644 index 000000000..554169807 Binary files /dev/null and b/wiki/star-systems/GJ-150/bodies/GJ150i/heightmap.png differ diff --git a/wiki/star-systems/GJ-150/bodies/GJ150i/index.md b/wiki/star-systems/GJ-150/bodies/GJ150i/index.md new file mode 100644 index 000000000..9ba7406bb --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ150i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 819042184 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.278 + period_days: 46000.0 + axial_tilt_deg: 44.0 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.714 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ150i + +Frozen planet. + +**System:** [GJ-150](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-150/bodies/GJ150i/markers.json b/wiki/star-systems/GJ-150/bodies/GJ150i/markers.json new file mode 100644 index 000000000..675cbffad --- /dev/null +++ b/wiki/star-systems/GJ-150/bodies/GJ150i/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 264 + ], + "area_fraction": 0.2454 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 110, + 480 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 112, + 27 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 174 + ], + "peak": [ + 82, + 182 + ], + "area_cells": 588 + }, + { + "id": "range_2", + "name": null, + "center": [ + 85, + 137 + ], + "peak": [ + 86, + 138 + ], + "area_cells": 114 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 95 + ], + "peak": [ + 97, + 91 + ], + "area_cells": 206 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 252 + ], + "peak": [ + 128, + 221 + ], + "area_cells": 1532 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 65 + ], + "peak": [ + 142, + 66 + ], + "area_cells": 71 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 427 + ], + "peak": [ + 141, + 428 + ], + "area_cells": 36 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 472 + ], + "peak": [ + 157, + 474 + ], + "area_cells": 325 + }, + { + "id": "range_10", + "name": null, + "center": [ + 161, + 119 + ], + "peak": [ + 162, + 120 + ], + "area_cells": 107 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 147 + ], + "peak": [ + 165, + 148 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 181, + 73 + ], + "peak": [ + 180, + 69 + ], + "area_cells": 471 + }, + { + "id": "range_13", + "name": null, + "center": [ + 192, + 492 + ], + "peak": [ + 198, + 505 + ], + "area_cells": 1481 + }, + { + "id": "range_14", + "name": null, + "center": [ + 197, + 22 + ], + "peak": [ + 207, + 0 + ], + "area_cells": 1861 + }, + { + "id": "range_17", + "name": null, + "center": [ + 188, + 339 + ], + "peak": [ + 189, + 341 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ15Ab/globe.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/globe.png new file mode 100644 index 000000000..baa09b360 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/globe.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ab/heightmap.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/heightmap.png new file mode 100644 index 000000000..39ab36cc8 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ab/index.md b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/index.md new file mode 100644 index 000000000..6a9d3e0ab --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ15Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1543942696 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 4.7 +physical: + gravity_g: 0.22 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.914 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ15Ab + +Barren planet. + +**System:** [GJ-15A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.22g | +| **Land** | 98% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ab/markers.json b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/markers.json new file mode 100644 index 000000000..481d90641 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ab/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 78 + ], + "peak": [ + 39, + 79 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 87, + 64 + ], + "peak": [ + 74, + 78 + ], + "area_cells": 3637 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 113 + ], + "peak": [ + 54, + 112 + ], + "area_cells": 112 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 197 + ], + "peak": [ + 90, + 194 + ], + "area_cells": 456 + }, + { + "id": "range_8", + "name": null, + "center": [ + 89, + 161 + ], + "peak": [ + 85, + 165 + ], + "area_cells": 102 + }, + { + "id": "range_9", + "name": null, + "center": [ + 104, + 476 + ], + "peak": [ + 137, + 481 + ], + "area_cells": 1392 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 283 + ], + "peak": [ + 87, + 284 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 255 + ], + "peak": [ + 101, + 260 + ], + "area_cells": 145 + }, + { + "id": "range_12", + "name": null, + "center": [ + 105, + 1 + ], + "peak": [ + 106, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 104, + 132 + ], + "peak": [ + 106, + 133 + ], + "area_cells": 44 + }, + { + "id": "range_21", + "name": null, + "center": [ + 136, + 116 + ], + "peak": [ + 136, + 116 + ], + "area_cells": 76 + }, + { + "id": "range_22", + "name": null, + "center": [ + 146, + 11 + ], + "peak": [ + 146, + 12 + ], + "area_cells": 41 + }, + { + "id": "range_23", + "name": null, + "center": [ + 152, + 501 + ], + "peak": [ + 152, + 501 + ], + "area_cells": 29 + }, + { + "id": "range_24", + "name": null, + "center": [ + 163, + 8 + ], + "peak": [ + 164, + 8 + ], + "area_cells": 53 + }, + { + "id": "range_25", + "name": null, + "center": [ + 221, + 125 + ], + "peak": [ + 213, + 122 + ], + "area_cells": 2974 + }, + { + "id": "range_28", + "name": null, + "center": [ + 207, + 92 + ], + "peak": [ + 208, + 91 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/globe.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/globe.png new file mode 100644 index 000000000..065b2d5fc Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/globe.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/heightmap.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/heightmap.png new file mode 100644 index 000000000..31fc25afa Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/index.md b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/index.md new file mode 100644 index 000000000..e54cfb3de --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ15Ac-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2031335641 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 4.6 +physical: + gravity_g: 0.05 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.939 + 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 +--- + +# GJ15Ac-1 + +Barren moon. + +**System:** [GJ-15A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 100% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/markers.json b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/markers.json new file mode 100644 index 000000000..4fa4bc368 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ac-1/markers.json @@ -0,0 +1,573 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 127 + ], + "peak": [ + 2, + 124 + ], + "area_cells": 509 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 392 + ], + "peak": [ + 191, + 495 + ], + "area_cells": 18825 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 174 + ], + "peak": [ + 17, + 175 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 23, + 185 + ], + "peak": [ + 22, + 186 + ], + "area_cells": 42 + }, + { + "id": "range_9", + "name": null, + "center": [ + 39, + 202 + ], + "peak": [ + 53, + 207 + ], + "area_cells": 220 + }, + { + "id": "range_14", + "name": null, + "center": [ + 83, + 15 + ], + "peak": [ + 96, + 10 + ], + "area_cells": 1818 + }, + { + "id": "range_16", + "name": null, + "center": [ + 58, + 129 + ], + "peak": [ + 50, + 132 + ], + "area_cells": 317 + }, + { + "id": "range_20", + "name": null, + "center": [ + 48, + 188 + ], + "peak": [ + 48, + 189 + ], + "area_cells": 30 + }, + { + "id": "range_22", + "name": null, + "center": [ + 69, + 62 + ], + "peak": [ + 62, + 55 + ], + "area_cells": 697 + }, + { + "id": "range_23", + "name": null, + "center": [ + 61, + 189 + ], + "peak": [ + 62, + 187 + ], + "area_cells": 57 + }, + { + "id": "range_28", + "name": null, + "center": [ + 92, + 149 + ], + "peak": [ + 89, + 150 + ], + "area_cells": 579 + }, + { + "id": "range_30", + "name": null, + "center": [ + 77, + 239 + ], + "peak": [ + 80, + 241 + ], + "area_cells": 31 + }, + { + "id": "range_31", + "name": null, + "center": [ + 81, + 187 + ], + "peak": [ + 81, + 189 + ], + "area_cells": 60 + }, + { + "id": "range_33", + "name": null, + "center": [ + 91, + 108 + ], + "peak": [ + 88, + 106 + ], + "area_cells": 310 + }, + { + "id": "range_38", + "name": null, + "center": [ + 101, + 59 + ], + "peak": [ + 104, + 52 + ], + "area_cells": 155 + }, + { + "id": "range_41", + "name": null, + "center": [ + 100, + 192 + ], + "peak": [ + 100, + 190 + ], + "area_cells": 23 + }, + { + "id": "range_46", + "name": null, + "center": [ + 123, + 378 + ], + "peak": [ + 127, + 385 + ], + "area_cells": 159 + }, + { + "id": "range_47", + "name": null, + "center": [ + 124, + 77 + ], + "peak": [ + 128, + 78 + ], + "area_cells": 137 + }, + { + "id": "range_49", + "name": null, + "center": [ + 123, + 197 + ], + "peak": [ + 125, + 197 + ], + "area_cells": 39 + }, + { + "id": "range_51", + "name": null, + "center": [ + 142, + 107 + ], + "peak": [ + 141, + 110 + ], + "area_cells": 267 + }, + { + "id": "range_52", + "name": null, + "center": [ + 148, + 328 + ], + "peak": [ + 147, + 330 + ], + "area_cells": 265 + }, + { + "id": "range_53", + "name": null, + "center": [ + 221, + 44 + ], + "peak": [ + 191, + 23 + ], + "area_cells": 4702 + }, + { + "id": "range_54", + "name": null, + "center": [ + 146, + 217 + ], + "peak": [ + 146, + 216 + ], + "area_cells": 24 + }, + { + "id": "range_59", + "name": null, + "center": [ + 161, + 303 + ], + "peak": [ + 165, + 302 + ], + "area_cells": 45 + }, + { + "id": "range_61", + "name": null, + "center": [ + 165, + 203 + ], + "peak": [ + 167, + 205 + ], + "area_cells": 65 + }, + { + "id": "range_62", + "name": null, + "center": [ + 176, + 359 + ], + "peak": [ + 179, + 364 + ], + "area_cells": 253 + }, + { + "id": "range_65", + "name": null, + "center": [ + 185, + 346 + ], + "peak": [ + 185, + 349 + ], + "area_cells": 121 + }, + { + "id": "range_66", + "name": null, + "center": [ + 188, + 226 + ], + "peak": [ + 188, + 226 + ], + "area_cells": 39 + }, + { + "id": "range_67", + "name": null, + "center": [ + 195, + 381 + ], + "peak": [ + 198, + 379 + ], + "area_cells": 86 + }, + { + "id": "range_68", + "name": null, + "center": [ + 231, + 380 + ], + "peak": [ + 224, + 376 + ], + "area_cells": 1168 + }, + { + "id": "range_69", + "name": null, + "center": [ + 197, + 188 + ], + "peak": [ + 198, + 189 + ], + "area_cells": 77 + }, + { + "id": "range_72", + "name": null, + "center": [ + 217, + 254 + ], + "peak": [ + 222, + 250 + ], + "area_cells": 348 + }, + { + "id": "range_74", + "name": null, + "center": [ + 221, + 219 + ], + "peak": [ + 218, + 224 + ], + "area_cells": 159 + }, + { + "id": "range_75", + "name": null, + "center": [ + 218, + 191 + ], + "peak": [ + 219, + 192 + ], + "area_cells": 26 + }, + { + "id": "range_76", + "name": null, + "center": [ + 226, + 204 + ], + "peak": [ + 227, + 201 + ], + "area_cells": 78 + }, + { + "id": "range_79", + "name": null, + "center": [ + 235, + 178 + ], + "peak": [ + 237, + 178 + ], + "area_cells": 160 + }, + { + "id": "range_84", + "name": null, + "center": [ + 245, + 161 + ], + "peak": [ + 255, + 161 + ], + "area_cells": 20 + }, + { + "id": "range_85", + "name": null, + "center": [ + 248, + 437 + ], + "peak": [ + 255, + 438 + ], + "area_cells": 58 + }, + { + "id": "range_88", + "name": null, + "center": [ + 245, + 423 + ], + "peak": [ + 247, + 424 + ], + "area_cells": 27 + }, + { + "id": "range_91", + "name": null, + "center": [ + 250, + 449 + ], + "peak": [ + 251, + 446 + ], + "area_cells": 152 + }, + { + "id": "range_95", + "name": null, + "center": [ + 252, + 145 + ], + "peak": [ + 255, + 147 + ], + "area_cells": 97 + }, + { + "id": "range_96", + "name": null, + "center": [ + 253, + 170 + ], + "peak": [ + 255, + 169 + ], + "area_cells": 50 + }, + { + "id": "range_98", + "name": null, + "center": [ + 254, + 425 + ], + "peak": [ + 255, + 427 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac/globe.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/globe.png new file mode 100644 index 000000000..255529e3c Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/globe.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac/heightmap.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/heightmap.png new file mode 100644 index 000000000..73eb73a65 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac/index.md b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/index.md new file mode 100644 index 000000000..d032665b8 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ15Ac +name: Gongshu +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1845312240 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.441 + period_days: 160.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.82 + oblateness: 0.0034 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.512 + polar_ice_lat: 0.622 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.483 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Gongshu + +Temperate planet. + +**System:** [GJ-15A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 51% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 2.8B | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ac/markers.json b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/markers.json new file mode 100644 index 000000000..45046d69d --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ac/markers.json @@ -0,0 +1,917 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 119, + 487 + ], + [ + 120, + 486 + ], + [ + 121, + 487 + ], + [ + 122, + 487 + ], + [ + 121, + 486 + ], + [ + 122, + 485 + ], + [ + 123, + 485 + ], + [ + 123, + 484 + ], + [ + 123, + 483 + ], + [ + 122, + 482 + ], + [ + 122, + 483 + ], + [ + 123, + 482 + ], + [ + 122, + 481 + ], + [ + 123, + 481 + ], + [ + 122, + 480 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 177, + 90 + ], + [ + 176, + 91 + ], + [ + 175, + 91 + ], + [ + 174, + 92 + ], + [ + 173, + 93 + ], + [ + 172, + 94 + ], + [ + 171, + 95 + ], + [ + 170, + 96 + ], + [ + 169, + 97 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 55, + 407 + ], + [ + 56, + 406 + ], + [ + 57, + 406 + ], + [ + 58, + 406 + ], + [ + 59, + 407 + ], + [ + 60, + 408 + ], + [ + 61, + 409 + ], + [ + 62, + 410 + ], + [ + 63, + 409 + ], + [ + 64, + 408 + ], + [ + 65, + 408 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 283 + ], + [ + 106, + 283 + ], + [ + 105, + 284 + ], + [ + 104, + 285 + ], + [ + 103, + 286 + ], + [ + 102, + 287 + ], + [ + 102, + 288 + ], + [ + 102, + 289 + ], + [ + 102, + 290 + ], + [ + 102, + 291 + ], + [ + 102, + 292 + ], + [ + 101, + 293 + ], + [ + 101, + 294 + ], + [ + 101, + 295 + ], + [ + 100, + 296 + ], + [ + 100, + 295 + ], + [ + 99, + 295 + ], + [ + 98, + 294 + ], + [ + 97, + 293 + ], + [ + 96, + 294 + ], + [ + 95, + 293 + ], + [ + 94, + 293 + ], + [ + 93, + 294 + ], + [ + 92, + 293 + ], + [ + 92, + 294 + ], + [ + 91, + 295 + ], + [ + 90, + 296 + ], + [ + 91, + 297 + ], + [ + 92, + 298 + ], + [ + 91, + 299 + ], + [ + 92, + 299 + ], + [ + 91, + 298 + ], + [ + 90, + 299 + ], + [ + 90, + 300 + ], + [ + 89, + 299 + ], + [ + 89, + 298 + ], + [ + 90, + 297 + ], + [ + 91, + 296 + ], + [ + 90, + 295 + ], + [ + 89, + 296 + ], + [ + 89, + 295 + ], + [ + 90, + 294 + ], + [ + 91, + 293 + ], + [ + 91, + 292 + ], + [ + 90, + 292 + ], + [ + 89, + 292 + ], + [ + 90, + 291 + ], + [ + 90, + 290 + ], + [ + 89, + 289 + ], + [ + 90, + 289 + ], + [ + 89, + 288 + ], + [ + 88, + 288 + ], + [ + 87, + 289 + ], + [ + 88, + 290 + ], + [ + 89, + 291 + ], + [ + 88, + 292 + ], + [ + 87, + 292 + ], + [ + 86, + 292 + ], + [ + 86, + 291 + ], + [ + 87, + 291 + ], + [ + 88, + 291 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 143, + 498 + ], + [ + 142, + 497 + ], + [ + 141, + 496 + ], + [ + 140, + 495 + ], + [ + 139, + 495 + ], + [ + 138, + 494 + ], + [ + 138, + 495 + ], + [ + 137, + 496 + ], + [ + 136, + 496 + ], + [ + 135, + 496 + ], + [ + 134, + 497 + ], + [ + 133, + 496 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 250, + 459 + ], + [ + 250, + 460 + ], + [ + 249, + 460 + ], + [ + 248, + 461 + ], + [ + 248, + 462 + ], + [ + 248, + 463 + ], + [ + 247, + 464 + ], + [ + 246, + 464 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 95, + 329 + ], + [ + 95, + 328 + ], + [ + 95, + 327 + ], + [ + 95, + 326 + ], + [ + 95, + 325 + ], + [ + 96, + 324 + ], + [ + 96, + 323 + ], + [ + 95, + 322 + ], + [ + 95, + 321 + ], + [ + 94, + 320 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 188, + 499 + ], + [ + 189, + 498 + ], + [ + 190, + 497 + ], + [ + 191, + 496 + ], + [ + 191, + 495 + ], + [ + 191, + 494 + ], + [ + 190, + 493 + ], + [ + 190, + 492 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 100, + 20 + ], + [ + 100, + 19 + ], + [ + 101, + 20 + ], + [ + 102, + 21 + ], + [ + 102, + 20 + ], + [ + 102, + 19 + ], + [ + 103, + 19 + ], + [ + 103, + 20 + ], + [ + 104, + 19 + ], + [ + 103, + 18 + ], + [ + 104, + 17 + ], + [ + 105, + 18 + ], + [ + 105, + 19 + ], + [ + 106, + 20 + ], + [ + 107, + 21 + ], + [ + 106, + 22 + ], + [ + 105, + 23 + ], + [ + 106, + 24 + ], + [ + 105, + 25 + ], + [ + 106, + 26 + ], + [ + 105, + 27 + ], + [ + 104, + 27 + ], + [ + 103, + 28 + ], + [ + 103, + 29 + ], + [ + 104, + 29 + ], + [ + 104, + 30 + ], + [ + 105, + 31 + ], + [ + 106, + 30 + ], + [ + 106, + 31 + ], + [ + 106, + 32 + ], + [ + 106, + 33 + ], + [ + 105, + 34 + ], + [ + 106, + 35 + ], + [ + 105, + 35 + ], + [ + 104, + 36 + ], + [ + 104, + 37 + ], + [ + 105, + 38 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 96, + 62 + ], + [ + 95, + 63 + ], + [ + 94, + 64 + ], + [ + 93, + 65 + ], + [ + 92, + 66 + ], + [ + 91, + 65 + ], + [ + 90, + 65 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 120, + 0 + ], + [ + 120, + 511 + ], + [ + 121, + 511 + ], + [ + 122, + 511 + ], + [ + 123, + 511 + ], + [ + 124, + 511 + ], + [ + 125, + 511 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 181, + 251 + ], + "area_fraction": 0.4336 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 91, + 423 + ], + "area_fraction": 0.0327 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 90, + 35 + ], + "area_fraction": 0.0139 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 175 + ], + "peak": [ + 46, + 167 + ], + "area_cells": 2237 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 363 + ], + "peak": [ + 42, + 332 + ], + "area_cells": 3835 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 119 + ], + "peak": [ + 77, + 120 + ], + "area_cells": 85 + }, + { + "id": "range_6", + "name": null, + "center": [ + 143, + 498 + ], + "peak": [ + 143, + 498 + ], + "area_cells": 84 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 7 + ], + "peak": [ + 142, + 5 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ad/globe.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/globe.png new file mode 100644 index 000000000..2f48a9467 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/globe.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ad/heightmap.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/heightmap.png new file mode 100644 index 000000000..f51d3fa43 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ad/index.md b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/index.md new file mode 100644 index 000000000..e713cb4b8 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ15Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4147727036 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 7.9 +physical: + gravity_g: 0.45 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.88 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.079 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ15Ad + +Arid planet. + +**System:** [GJ-15A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ad/markers.json b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/markers.json new file mode 100644 index 000000000..e1c79d691 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ad/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 110 + ], + "peak": [ + 0, + 114 + ], + "area_cells": 57 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 262 + ], + "peak": [ + 98, + 183 + ], + "area_cells": 51724 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 56 + ], + "peak": [ + 128, + 56 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 170, + 370 + ], + "peak": [ + 170, + 370 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ae/globe.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/globe.png new file mode 100644 index 000000000..edee63fd5 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/globe.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ae/heightmap.png b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/heightmap.png new file mode 100644 index 000000000..b1d641cea Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ae/index.md b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/index.md new file mode 100644 index 000000000..9f39145b6 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ15Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3539861288 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.123 + period_days: 650.0 + axial_tilt_deg: 16.1 +physical: + gravity_g: 0.38 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.814 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ15Ae + +Frozen planet. + +**System:** [GJ-15A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Ae/markers.json b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/markers.json new file mode 100644 index 000000000..b0878a80e --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Ae/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 149 + ], + "area_fraction": 0.0877 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 33, + 396 + ], + "area_fraction": 0.0846 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 85, + 231 + ], + "peak": [ + 85, + 232 + ], + "area_cells": 55 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 331 + ], + "peak": [ + 87, + 330 + ], + "area_cells": 469 + }, + { + "id": "range_6", + "name": null, + "center": [ + 92, + 131 + ], + "peak": [ + 97, + 142 + ], + "area_cells": 217 + }, + { + "id": "range_8", + "name": null, + "center": [ + 108, + 391 + ], + "peak": [ + 107, + 392 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 124, + 224 + ], + "peak": [ + 122, + 222 + ], + "area_cells": 386 + }, + { + "id": "range_10", + "name": null, + "center": [ + 137, + 187 + ], + "peak": [ + 136, + 187 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 161, + 186 + ], + "peak": [ + 162, + 187 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 162, + 319 + ], + "peak": [ + 162, + 320 + ], + "area_cells": 55 + }, + { + "id": "range_13", + "name": null, + "center": [ + 172, + 1 + ], + "peak": [ + 174, + 1 + ], + "area_cells": 27 + }, + { + "id": "range_15", + "name": null, + "center": [ + 223, + 491 + ], + "peak": [ + 236, + 509 + ], + "area_cells": 1956 + }, + { + "id": "range_16", + "name": null, + "center": [ + 185, + 75 + ], + "peak": [ + 186, + 77 + ], + "area_cells": 105 + }, + { + "id": "range_18", + "name": null, + "center": [ + 225, + 50 + ], + "peak": [ + 219, + 60 + ], + "area_cells": 5184 + }, + { + "id": "range_19", + "name": null, + "center": [ + 200, + 186 + ], + "peak": [ + 201, + 191 + ], + "area_cells": 268 + }, + { + "id": "range_21", + "name": null, + "center": [ + 197, + 297 + ], + "peak": [ + 199, + 298 + ], + "area_cells": 71 + }, + { + "id": "range_24", + "name": null, + "center": [ + 250, + 150 + ], + "peak": [ + 253, + 160 + ], + "area_cells": 267 + }, + { + "id": "range_26", + "name": null, + "center": [ + 252, + 188 + ], + "peak": [ + 255, + 190 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Af/globe.png b/wiki/star-systems/GJ-15A/bodies/GJ15Af/globe.png new file mode 100644 index 000000000..d41444dbe Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Af/globe.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Af/heightmap.png b/wiki/star-systems/GJ-15A/bodies/GJ15Af/heightmap.png new file mode 100644 index 000000000..69adc5358 Binary files /dev/null and b/wiki/star-systems/GJ-15A/bodies/GJ15Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Af/index.md b/wiki/star-systems/GJ-15A/bodies/GJ15Af/index.md new file mode 100644 index 000000000..11605c6bf --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ15Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4248403346 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 44.7 +physical: + gravity_g: 0.3 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.407 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ15Af + +Frozen planet. + +**System:** [GJ-15A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-15A/bodies/GJ15Af/markers.json b/wiki/star-systems/GJ-15A/bodies/GJ15Af/markers.json new file mode 100644 index 000000000..dc1155ae8 --- /dev/null +++ b/wiki/star-systems/GJ-15A/bodies/GJ15Af/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 303 + ], + "peak": [ + 27, + 291 + ], + "area_cells": 750 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 475 + ], + "peak": [ + 36, + 499 + ], + "area_cells": 2768 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 4 + ], + "peak": [ + 16, + 0 + ], + "area_cells": 357 + }, + { + "id": "range_4", + "name": null, + "center": [ + 17, + 268 + ], + "peak": [ + 15, + 270 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 43, + 25 + ], + "peak": [ + 43, + 32 + ], + "area_cells": 272 + }, + { + "id": "range_6", + "name": null, + "center": [ + 51, + 320 + ], + "peak": [ + 53, + 321 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 107 + ], + "peak": [ + 124, + 0 + ], + "area_cells": 14964 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 34 + ], + "peak": [ + 88, + 35 + ], + "area_cells": 50 + }, + { + "id": "range_9", + "name": null, + "center": [ + 95, + 185 + ], + "peak": [ + 98, + 186 + ], + "area_cells": 97 + }, + { + "id": "range_10", + "name": null, + "center": [ + 135, + 469 + ], + "peak": [ + 124, + 511 + ], + "area_cells": 4677 + }, + { + "id": "range_11", + "name": null, + "center": [ + 117, + 180 + ], + "peak": [ + 116, + 181 + ], + "area_cells": 86 + }, + { + "id": "range_13", + "name": null, + "center": [ + 189, + 380 + ], + "peak": [ + 204, + 375 + ], + "area_cells": 11514 + }, + { + "id": "range_15", + "name": null, + "center": [ + 173, + 20 + ], + "peak": [ + 172, + 22 + ], + "area_cells": 71 + }, + { + "id": "range_16", + "name": null, + "center": [ + 179, + 446 + ], + "peak": [ + 178, + 445 + ], + "area_cells": 81 + }, + { + "id": "range_18", + "name": null, + "center": [ + 207, + 330 + ], + "peak": [ + 209, + 335 + ], + "area_cells": 85 + }, + { + "id": "range_19", + "name": null, + "center": [ + 236, + 292 + ], + "peak": [ + 230, + 298 + ], + "area_cells": 3158 + }, + { + "id": "range_28", + "name": null, + "center": [ + 229, + 442 + ], + "peak": [ + 231, + 446 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 247, + 12 + ], + "peak": [ + 255, + 10 + ], + "area_cells": 482 + }, + { + "id": "range_31", + "name": null, + "center": [ + 243, + 178 + ], + "peak": [ + 242, + 176 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ166Ab/globe.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/globe.png new file mode 100644 index 000000000..b11541abc Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/globe.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ab/heightmap.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/heightmap.png new file mode 100644 index 000000000..a08679360 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ab/index.md b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/index.md new file mode 100644 index 000000000..c1c6725e8 --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ166Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2394089763 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.194 + period_days: 35.0 + axial_tilt_deg: 38.4 +physical: + gravity_g: 0.3 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.847 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ166Ab + +Barren planet. + +**System:** [GJ-166A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 35 days | + +## Description + + diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ab/markers.json b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/markers.json new file mode 100644 index 000000000..ec23d0e0c --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ab/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_7", + "name": null, + "center": [ + 70, + 116 + ], + "peak": [ + 70, + 117 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 103, + 422 + ], + "peak": [ + 103, + 422 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 113, + 432 + ], + "peak": [ + 114, + 433 + ], + "area_cells": 169 + }, + { + "id": "range_10", + "name": null, + "center": [ + 122, + 368 + ], + "peak": [ + 131, + 356 + ], + "area_cells": 720 + }, + { + "id": "range_12", + "name": null, + "center": [ + 140, + 198 + ], + "peak": [ + 139, + 206 + ], + "area_cells": 1071 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 448 + ], + "peak": [ + 128, + 488 + ], + "area_cells": 1537 + }, + { + "id": "range_14", + "name": null, + "center": [ + 121, + 4 + ], + "peak": [ + 122, + 4 + ], + "area_cells": 87 + }, + { + "id": "range_17", + "name": null, + "center": [ + 134, + 224 + ], + "peak": [ + 134, + 226 + ], + "area_cells": 27 + }, + { + "id": "range_20", + "name": null, + "center": [ + 140, + 302 + ], + "peak": [ + 142, + 304 + ], + "area_cells": 25 + }, + { + "id": "range_21", + "name": null, + "center": [ + 164, + 149 + ], + "peak": [ + 164, + 149 + ], + "area_cells": 218 + }, + { + "id": "range_22", + "name": null, + "center": [ + 165, + 294 + ], + "peak": [ + 167, + 294 + ], + "area_cells": 33 + }, + { + "id": "range_23", + "name": null, + "center": [ + 171, + 477 + ], + "peak": [ + 168, + 485 + ], + "area_cells": 261 + }, + { + "id": "range_24", + "name": null, + "center": [ + 184, + 379 + ], + "peak": [ + 172, + 378 + ], + "area_cells": 528 + }, + { + "id": "range_26", + "name": null, + "center": [ + 174, + 45 + ], + "peak": [ + 174, + 46 + ], + "area_cells": 58 + }, + { + "id": "range_28", + "name": null, + "center": [ + 177, + 202 + ], + "peak": [ + 178, + 199 + ], + "area_cells": 50 + }, + { + "id": "range_29", + "name": null, + "center": [ + 236, + 157 + ], + "peak": [ + 255, + 51 + ], + "area_cells": 10253 + }, + { + "id": "range_31", + "name": null, + "center": [ + 230, + 450 + ], + "peak": [ + 255, + 464 + ], + "area_cells": 5591 + }, + { + "id": "range_38", + "name": null, + "center": [ + 215, + 233 + ], + "peak": [ + 214, + 234 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/globe.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/globe.png new file mode 100644 index 000000000..0c76a7d00 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/globe.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/heightmap.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/heightmap.png new file mode 100644 index 000000000..20d3f7af5 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/index.md b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/index.md new file mode 100644 index 000000000..ba2822b4c --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ166Ac-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1837778239 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 0.06 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.868 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ166Ac-1 + +Barren moon. + +**System:** [GJ-166A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 97% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/markers.json b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/markers.json new file mode 100644 index 000000000..f8d7e6e0c --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ac-1/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 101 + ], + "peak": [ + 86, + 65 + ], + "area_cells": 8095 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 362 + ], + "peak": [ + 56, + 439 + ], + "area_cells": 7268 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 437 + ], + "peak": [ + 8, + 436 + ], + "area_cells": 82 + }, + { + "id": "range_7", + "name": null, + "center": [ + 20, + 197 + ], + "peak": [ + 25, + 198 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 33, + 213 + ], + "peak": [ + 39, + 210 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 477 + ], + "peak": [ + 50, + 460 + ], + "area_cells": 1431 + }, + { + "id": "range_11", + "name": null, + "center": [ + 45, + 343 + ], + "peak": [ + 46, + 344 + ], + "area_cells": 42 + }, + { + "id": "range_13", + "name": null, + "center": [ + 59, + 65 + ], + "peak": [ + 59, + 65 + ], + "area_cells": 36 + }, + { + "id": "range_18", + "name": null, + "center": [ + 67, + 202 + ], + "peak": [ + 67, + 204 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 79, + 281 + ], + "peak": [ + 79, + 281 + ], + "area_cells": 255 + }, + { + "id": "range_20", + "name": null, + "center": [ + 90, + 244 + ], + "peak": [ + 94, + 224 + ], + "area_cells": 670 + }, + { + "id": "range_21", + "name": null, + "center": [ + 85, + 201 + ], + "peak": [ + 86, + 201 + ], + "area_cells": 54 + }, + { + "id": "range_24", + "name": null, + "center": [ + 113, + 367 + ], + "peak": [ + 114, + 368 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 122, + 334 + ], + "peak": [ + 121, + 330 + ], + "area_cells": 156 + }, + { + "id": "range_26", + "name": null, + "center": [ + 118, + 44 + ], + "peak": [ + 119, + 45 + ], + "area_cells": 24 + }, + { + "id": "range_27", + "name": null, + "center": [ + 129, + 493 + ], + "peak": [ + 130, + 493 + ], + "area_cells": 25 + }, + { + "id": "range_31", + "name": null, + "center": [ + 142, + 250 + ], + "peak": [ + 143, + 250 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac/globe.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/globe.png new file mode 100644 index 000000000..c747496de Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/globe.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac/heightmap.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/heightmap.png new file mode 100644 index 000000000..893c3d616 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac/index.md b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/index.md new file mode 100644 index 000000000..03f096e6e --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ166Ac +name: Cadwal +body_type: planet +planet_class: temperate +body_scale: planet +seed: 547099878 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.794 + period_days: 290.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.88 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.394 + polar_ice_lat: 0.709 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.53 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Cadwal + +Temperate planet. + +**System:** [GJ-166A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 39% | +| **Year** | 290 days | +| **Inhabited** | yes | +| **Population** | 25M | +| **Economy** | research | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ac/markers.json b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/markers.json new file mode 100644 index 000000000..0b00077aa --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ac/markers.json @@ -0,0 +1,565 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 206 + ], + [ + 121, + 205 + ], + [ + 122, + 204 + ], + [ + 123, + 203 + ], + [ + 124, + 202 + ], + [ + 125, + 201 + ], + [ + 126, + 200 + ], + [ + 127, + 199 + ], + [ + 128, + 198 + ], + [ + 129, + 197 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 118, + 368 + ], + [ + 119, + 367 + ], + [ + 120, + 366 + ], + [ + 121, + 365 + ], + [ + 122, + 364 + ], + [ + 123, + 363 + ], + [ + 124, + 362 + ], + [ + 125, + 361 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 137, + 161 + ], + [ + 136, + 162 + ], + [ + 135, + 163 + ], + [ + 134, + 164 + ], + [ + 133, + 165 + ], + [ + 132, + 166 + ], + [ + 131, + 167 + ], + [ + 130, + 168 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 35, + 151 + ], + [ + 36, + 150 + ], + [ + 37, + 149 + ], + [ + 38, + 148 + ], + [ + 39, + 147 + ], + [ + 40, + 146 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 72, + 230 + ], + [ + 73, + 229 + ], + [ + 74, + 228 + ], + [ + 74, + 227 + ], + [ + 74, + 226 + ], + [ + 74, + 225 + ], + [ + 73, + 224 + ], + [ + 73, + 223 + ], + [ + 72, + 222 + ], + [ + 73, + 222 + ], + [ + 72, + 221 + ], + [ + 72, + 220 + ], + [ + 71, + 219 + ], + [ + 71, + 218 + ], + [ + 72, + 217 + ], + [ + 71, + 216 + ], + [ + 72, + 215 + ], + [ + 73, + 214 + ], + [ + 73, + 213 + ], + [ + 73, + 212 + ], + [ + 74, + 213 + ], + [ + 74, + 212 + ], + [ + 73, + 211 + ], + [ + 74, + 211 + ], + [ + 75, + 212 + ], + [ + 75, + 213 + ], + [ + 74, + 214 + ], + [ + 75, + 215 + ], + [ + 74, + 215 + ], + [ + 75, + 214 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 7, + 306 + ], + [ + 8, + 307 + ], + [ + 9, + 308 + ], + [ + 10, + 309 + ], + [ + 11, + 310 + ], + [ + 12, + 310 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 68, + 258 + ], + "area_fraction": 0.3848 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 225, + 241 + ], + "area_fraction": 0.216 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 334 + ], + "peak": [ + 74, + 329 + ], + "area_cells": 380 + }, + { + "id": "range_4", + "name": null, + "center": [ + 84, + 235 + ], + "peak": [ + 86, + 236 + ], + "area_cells": 54 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 139 + ], + "peak": [ + 91, + 149 + ], + "area_cells": 268 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 273 + ], + "peak": [ + 131, + 275 + ], + "area_cells": 257 + }, + { + "id": "range_8", + "name": null, + "center": [ + 136, + 155 + ], + "peak": [ + 137, + 161 + ], + "area_cells": 167 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 22 + ], + "peak": [ + 142, + 25 + ], + "area_cells": 203 + }, + { + "id": "range_10", + "name": null, + "center": [ + 157, + 424 + ], + "peak": [ + 150, + 428 + ], + "area_cells": 281 + }, + { + "id": "range_11", + "name": null, + "center": [ + 148, + 189 + ], + "peak": [ + 148, + 191 + ], + "area_cells": 64 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 224 + ], + "peak": [ + 156, + 227 + ], + "area_cells": 289 + }, + { + "id": "range_15", + "name": null, + "center": [ + 162, + 167 + ], + "peak": [ + 163, + 169 + ], + "area_cells": 127 + }, + { + "id": "range_16", + "name": null, + "center": [ + 162, + 364 + ], + "peak": [ + 162, + 365 + ], + "area_cells": 42 + }, + { + "id": "range_17", + "name": null, + "center": [ + 168, + 65 + ], + "peak": [ + 166, + 67 + ], + "area_cells": 76 + }, + { + "id": "range_18", + "name": null, + "center": [ + 184, + 113 + ], + "peak": [ + 186, + 101 + ], + "area_cells": 453 + }, + { + "id": "range_19", + "name": null, + "center": [ + 181, + 281 + ], + "peak": [ + 180, + 280 + ], + "area_cells": 60 + }, + { + "id": "range_20", + "name": null, + "center": [ + 188, + 461 + ], + "peak": [ + 188, + 464 + ], + "area_cells": 98 + }, + { + "id": "range_23", + "name": null, + "center": [ + 196, + 342 + ], + "peak": [ + 196, + 339 + ], + "area_cells": 58 + }, + { + "id": "range_25", + "name": null, + "center": [ + 212, + 470 + ], + "peak": [ + 212, + 468 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ad/globe.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/globe.png new file mode 100644 index 000000000..f93abcae2 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/globe.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ad/heightmap.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/heightmap.png new file mode 100644 index 000000000..90c70eb17 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ad/index.md b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/index.md new file mode 100644 index 000000000..d50dcf0c0 --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ166Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4133873261 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 6.4 +physical: + gravity_g: 0.48 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.945 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.154 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ166Ad + +Arid planet. + +**System:** [GJ-166A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ad/markers.json b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/markers.json new file mode 100644 index 000000000..5d66e9200 --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ad/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 226 + ], + "peak": [ + 75, + 349 + ], + "area_cells": 29477 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 416 + ], + "peak": [ + 1, + 419 + ], + "area_cells": 82 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 2 + ], + "peak": [ + 47, + 0 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 507 + ], + "peak": [ + 46, + 511 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 104, + 101 + ], + "peak": [ + 104, + 103 + ], + "area_cells": 95 + }, + { + "id": "range_9", + "name": null, + "center": [ + 235, + 507 + ], + "peak": [ + 234, + 508 + ], + "area_cells": 159 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ae/globe.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/globe.png new file mode 100644 index 000000000..b76f61f8d Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/globe.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ae/heightmap.png b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/heightmap.png new file mode 100644 index 000000000..9f70ed849 Binary files /dev/null and b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ae/index.md b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/index.md new file mode 100644 index 000000000..c71c65076 --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/index.md @@ -0,0 +1,69 @@ +--- +id: GJ166Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2068435597 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 52.9 +physical: + gravity_g: 0.38 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.843 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.4 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ166Ae + +Frozen planet. + +**System:** [GJ-166A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-166A/bodies/GJ166Ae/markers.json b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/markers.json new file mode 100644 index 000000000..e8138c608 --- /dev/null +++ b/wiki/star-systems/GJ-166A/bodies/GJ166Ae/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 50, + 154 + ], + "area_fraction": 0.0997 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 416 + ], + "area_fraction": 0.0525 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 472 + ], + "peak": [ + 107, + 471 + ], + "area_cells": 590 + }, + { + "id": "range_2", + "name": null, + "center": [ + 117, + 292 + ], + "peak": [ + 114, + 283 + ], + "area_cells": 1757 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 63 + ], + "peak": [ + 141, + 69 + ], + "area_cells": 1156 + }, + { + "id": "range_4", + "name": null, + "center": [ + 143, + 474 + ], + "peak": [ + 141, + 472 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 180, + 197 + ], + "peak": [ + 181, + 199 + ], + "area_cells": 90 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ167b/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167b/globe.png new file mode 100644 index 000000000..15e3d9cdf Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167b/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167b/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167b/heightmap.png new file mode 100644 index 000000000..ed208928e Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167b/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167b/index.md b/wiki/star-systems/GJ-167/bodies/GJ167b/index.md new file mode 100644 index 000000000..45795e272 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ167b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 515402922 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.159 + period_days: 26.0 + axial_tilt_deg: 1.5 +physical: + gravity_g: 0.44 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.935 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167b + +Barren planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 94% | +| **Year** | 26 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167b/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167b/markers.json new file mode 100644 index 000000000..cbeb8ee10 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167b/markers.json @@ -0,0 +1,565 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 16 + ], + "area_fraction": 0.005 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 19, + 62 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 10, + 470 + ], + "area_fraction": 0.0137 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 154 + ], + "peak": [ + 46, + 155 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 257 + ], + "peak": [ + 66, + 256 + ], + "area_cells": 283 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 383 + ], + "peak": [ + 71, + 400 + ], + "area_cells": 536 + }, + { + "id": "range_5", + "name": null, + "center": [ + 79, + 134 + ], + "peak": [ + 80, + 131 + ], + "area_cells": 360 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 422 + ], + "peak": [ + 90, + 423 + ], + "area_cells": 270 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 33 + ], + "peak": [ + 81, + 35 + ], + "area_cells": 39 + }, + { + "id": "range_9", + "name": null, + "center": [ + 82, + 231 + ], + "peak": [ + 82, + 231 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 287 + ], + "peak": [ + 96, + 295 + ], + "area_cells": 329 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 328 + ], + "peak": [ + 91, + 329 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 354 + ], + "peak": [ + 93, + 354 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 98, + 44 + ], + "peak": [ + 95, + 48 + ], + "area_cells": 142 + }, + { + "id": "range_16", + "name": null, + "center": [ + 101, + 465 + ], + "peak": [ + 102, + 465 + ], + "area_cells": 158 + }, + { + "id": "range_17", + "name": null, + "center": [ + 188, + 161 + ], + "peak": [ + 220, + 146 + ], + "area_cells": 5101 + }, + { + "id": "range_21", + "name": null, + "center": [ + 130, + 113 + ], + "peak": [ + 127, + 112 + ], + "area_cells": 501 + }, + { + "id": "range_22", + "name": null, + "center": [ + 115, + 240 + ], + "peak": [ + 115, + 242 + ], + "area_cells": 48 + }, + { + "id": "range_24", + "name": null, + "center": [ + 123, + 447 + ], + "peak": [ + 125, + 450 + ], + "area_cells": 211 + }, + { + "id": "range_25", + "name": null, + "center": [ + 119, + 224 + ], + "peak": [ + 119, + 222 + ], + "area_cells": 114 + }, + { + "id": "range_28", + "name": null, + "center": [ + 120, + 207 + ], + "peak": [ + 120, + 208 + ], + "area_cells": 48 + }, + { + "id": "range_29", + "name": null, + "center": [ + 121, + 350 + ], + "peak": [ + 122, + 350 + ], + "area_cells": 34 + }, + { + "id": "range_30", + "name": null, + "center": [ + 124, + 307 + ], + "peak": [ + 123, + 308 + ], + "area_cells": 145 + }, + { + "id": "range_31", + "name": null, + "center": [ + 123, + 429 + ], + "peak": [ + 126, + 427 + ], + "area_cells": 47 + }, + { + "id": "range_32", + "name": null, + "center": [ + 180, + 390 + ], + "peak": [ + 173, + 379 + ], + "area_cells": 2008 + }, + { + "id": "range_33", + "name": null, + "center": [ + 125, + 334 + ], + "peak": [ + 125, + 332 + ], + "area_cells": 39 + }, + { + "id": "range_34", + "name": null, + "center": [ + 169, + 291 + ], + "peak": [ + 157, + 300 + ], + "area_cells": 3897 + }, + { + "id": "range_35", + "name": null, + "center": [ + 141, + 65 + ], + "peak": [ + 144, + 61 + ], + "area_cells": 147 + }, + { + "id": "range_36", + "name": null, + "center": [ + 146, + 132 + ], + "peak": [ + 147, + 132 + ], + "area_cells": 21 + }, + { + "id": "range_37", + "name": null, + "center": [ + 160, + 425 + ], + "peak": [ + 157, + 423 + ], + "area_cells": 388 + }, + { + "id": "range_38", + "name": null, + "center": [ + 159, + 128 + ], + "peak": [ + 161, + 128 + ], + "area_cells": 145 + }, + { + "id": "range_39", + "name": null, + "center": [ + 186, + 25 + ], + "peak": [ + 189, + 28 + ], + "area_cells": 222 + }, + { + "id": "range_41", + "name": null, + "center": [ + 168, + 352 + ], + "peak": [ + 169, + 354 + ], + "area_cells": 159 + }, + { + "id": "range_43", + "name": null, + "center": [ + 197, + 493 + ], + "peak": [ + 197, + 493 + ], + "area_cells": 20 + }, + { + "id": "range_44", + "name": null, + "center": [ + 236, + 463 + ], + "peak": [ + 237, + 482 + ], + "area_cells": 2897 + }, + { + "id": "range_49", + "name": null, + "center": [ + 211, + 78 + ], + "peak": [ + 212, + 78 + ], + "area_cells": 26 + }, + { + "id": "range_50", + "name": null, + "center": [ + 214, + 90 + ], + "peak": [ + 210, + 91 + ], + "area_cells": 24 + }, + { + "id": "range_52", + "name": null, + "center": [ + 235, + 99 + ], + "peak": [ + 247, + 102 + ], + "area_cells": 175 + }, + { + "id": "range_53", + "name": null, + "center": [ + 239, + 85 + ], + "peak": [ + 241, + 84 + ], + "area_cells": 80 + }, + { + "id": "range_55", + "name": null, + "center": [ + 247, + 36 + ], + "peak": [ + 255, + 2 + ], + "area_cells": 1152 + }, + { + "id": "range_57", + "name": null, + "center": [ + 237, + 337 + ], + "peak": [ + 237, + 338 + ], + "area_cells": 48 + }, + { + "id": "range_58", + "name": null, + "center": [ + 241, + 348 + ], + "peak": [ + 241, + 348 + ], + "area_cells": 20 + }, + { + "id": "range_59", + "name": null, + "center": [ + 252, + 201 + ], + "peak": [ + 249, + 203 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167c/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167c/globe.png new file mode 100644 index 000000000..5223f01ad Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167c/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167c/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167c/heightmap.png new file mode 100644 index 000000000..9eb646152 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167c/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167c/index.md b/wiki/star-systems/GJ-167/bodies/GJ167c/index.md new file mode 100644 index 000000000..f1a4ba9cd --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ167c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1223248644 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.599 + period_days: 190.0 + axial_tilt_deg: 12.5 +physical: + gravity_g: 0.72 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.609 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.16 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167c + +Cold Arid planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 190 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167c/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167c/markers.json new file mode 100644 index 000000000..f16b59b7f --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167c/markers.json @@ -0,0 +1,836 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 93, + 106 + ], + [ + 94, + 105 + ], + [ + 95, + 106 + ], + [ + 96, + 107 + ], + [ + 95, + 108 + ], + [ + 94, + 109 + ], + [ + 93, + 110 + ], + [ + 92, + 110 + ], + [ + 91, + 111 + ], + [ + 90, + 111 + ], + [ + 89, + 110 + ], + [ + 88, + 110 + ], + [ + 87, + 111 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 154, + 362 + ], + [ + 155, + 363 + ], + [ + 156, + 363 + ], + [ + 157, + 364 + ], + [ + 158, + 363 + ], + [ + 159, + 362 + ], + [ + 160, + 363 + ], + [ + 161, + 362 + ], + [ + 161, + 361 + ], + [ + 162, + 360 + ], + [ + 163, + 360 + ], + [ + 162, + 361 + ], + [ + 163, + 361 + ], + [ + 164, + 360 + ], + [ + 164, + 361 + ], + [ + 165, + 360 + ], + [ + 166, + 360 + ], + [ + 166, + 359 + ], + [ + 165, + 359 + ], + [ + 165, + 358 + ], + [ + 166, + 357 + ], + [ + 166, + 358 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 97, + 395 + ], + [ + 96, + 396 + ], + [ + 95, + 396 + ], + [ + 94, + 397 + ], + [ + 94, + 398 + ], + [ + 95, + 399 + ], + [ + 95, + 400 + ], + [ + 96, + 401 + ], + [ + 97, + 401 + ], + [ + 98, + 402 + ], + [ + 99, + 403 + ], + [ + 100, + 403 + ], + [ + 101, + 404 + ], + [ + 101, + 405 + ], + [ + 102, + 406 + ], + [ + 101, + 407 + ], + [ + 100, + 408 + ], + [ + 101, + 409 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 10, + 8 + ], + [ + 9, + 9 + ], + [ + 8, + 10 + ], + [ + 7, + 10 + ], + [ + 6, + 11 + ], + [ + 5, + 12 + ], + [ + 4, + 13 + ], + [ + 3, + 13 + ], + [ + 2, + 12 + ], + [ + 1, + 12 + ], + [ + 1, + 13 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 147, + 3 + ], + [ + 146, + 4 + ], + [ + 145, + 3 + ], + [ + 144, + 2 + ], + [ + 143, + 1 + ], + [ + 142, + 1 + ], + [ + 141, + 0 + ], + [ + 140, + 0 + ], + [ + 139, + 1 + ], + [ + 138, + 0 + ], + [ + 137, + 0 + ], + [ + 136, + 1 + ], + [ + 135, + 0 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 173, + 399 + ], + [ + 174, + 398 + ], + [ + 175, + 397 + ], + [ + 176, + 396 + ], + [ + 177, + 395 + ], + [ + 176, + 394 + ], + [ + 176, + 393 + ], + [ + 177, + 392 + ], + [ + 178, + 391 + ], + [ + 177, + 390 + ], + [ + 178, + 389 + ], + [ + 179, + 388 + ], + [ + 180, + 387 + ], + [ + 181, + 388 + ], + [ + 180, + 388 + ], + [ + 181, + 389 + ], + [ + 182, + 389 + ], + [ + 182, + 388 + ], + [ + 181, + 387 + ], + [ + 182, + 386 + ], + [ + 181, + 386 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 69, + 337 + ], + [ + 68, + 336 + ], + [ + 67, + 335 + ], + [ + 66, + 334 + ], + [ + 66, + 333 + ], + [ + 65, + 332 + ], + [ + 66, + 331 + ], + [ + 67, + 330 + ], + [ + 68, + 329 + ], + [ + 69, + 328 + ], + [ + 70, + 327 + ], + [ + 71, + 326 + ], + [ + 72, + 325 + ], + [ + 73, + 325 + ], + [ + 74, + 325 + ], + [ + 75, + 325 + ], + [ + 76, + 324 + ], + [ + 77, + 325 + ], + [ + 78, + 325 + ], + [ + 78, + 324 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 153, + 406 + ], + [ + 154, + 407 + ], + [ + 155, + 408 + ], + [ + 156, + 409 + ], + [ + 157, + 410 + ], + [ + 158, + 410 + ], + [ + 159, + 411 + ], + [ + 160, + 412 + ], + [ + 160, + 413 + ], + [ + 161, + 414 + ], + [ + 162, + 415 + ], + [ + 163, + 416 + ], + [ + 164, + 416 + ], + [ + 164, + 417 + ], + [ + 165, + 418 + ], + [ + 165, + 419 + ], + [ + 164, + 420 + ], + [ + 165, + 421 + ], + [ + 166, + 420 + ], + [ + 167, + 420 + ], + [ + 168, + 420 + ], + [ + 168, + 419 + ], + [ + 169, + 420 + ], + [ + 170, + 420 + ], + [ + 171, + 419 + ], + [ + 171, + 418 + ], + [ + 170, + 418 + ], + [ + 169, + 418 + ], + [ + 169, + 419 + ], + [ + 170, + 419 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 138, + 124 + ], + [ + 137, + 123 + ], + [ + 136, + 122 + ], + [ + 135, + 121 + ], + [ + 134, + 120 + ], + [ + 133, + 119 + ], + [ + 132, + 118 + ], + [ + 131, + 117 + ], + [ + 130, + 116 + ], + [ + 129, + 117 + ], + [ + 128, + 118 + ], + [ + 127, + 119 + ], + [ + 126, + 119 + ], + [ + 125, + 119 + ], + [ + 124, + 119 + ], + [ + 125, + 118 + ], + [ + 124, + 118 + ], + [ + 124, + 117 + ], + [ + 125, + 117 + ] + ] + } + ], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 119, + 377 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 138, + 459 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 353 + ], + "peak": [ + 42, + 354 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 143 + ], + "peak": [ + 51, + 156 + ], + "area_cells": 1016 + }, + { + "id": "range_4", + "name": null, + "center": [ + 86, + 476 + ], + "peak": [ + 86, + 473 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 194, + 145 + ], + "peak": [ + 187, + 76 + ], + "area_cells": 13615 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 197 + ], + "peak": [ + 155, + 198 + ], + "area_cells": 78 + }, + { + "id": "range_9", + "name": null, + "center": [ + 203, + 500 + ], + "peak": [ + 197, + 509 + ], + "area_cells": 747 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167d/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167d/globe.png new file mode 100644 index 000000000..cbb22f698 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167d/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167d/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167d/heightmap.png new file mode 100644 index 000000000..26740bd71 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167d/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167d/index.md b/wiki/star-systems/GJ-167/bodies/GJ167d/index.md new file mode 100644 index 000000000..2060144be --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ167d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1438419797 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.56 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.113 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167d + +Frozen planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167d/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167d/markers.json new file mode 100644 index 000000000..58497a5ae --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167d/markers.json @@ -0,0 +1,251 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 73, + 0 + ], + [ + 72, + 511 + ], + [ + 71, + 510 + ], + [ + 70, + 509 + ], + [ + 69, + 508 + ], + [ + 68, + 507 + ], + [ + 67, + 506 + ], + [ + 66, + 505 + ], + [ + 67, + 504 + ], + [ + 67, + 503 + ], + [ + 66, + 504 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 85, + 182 + ], + [ + 84, + 181 + ], + [ + 83, + 180 + ], + [ + 82, + 179 + ], + [ + 81, + 178 + ], + [ + 80, + 177 + ], + [ + 79, + 177 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 157 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 11, + 491 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 34, + 55 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 55, + 182 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 88, + 290 + ], + "area_fraction": 0.0212 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 248, + 404 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 96 + ], + "peak": [ + 134, + 139 + ], + "area_cells": 9728 + }, + { + "id": "range_2", + "name": null, + "center": [ + 140, + 425 + ], + "peak": [ + 133, + 419 + ], + "area_cells": 1920 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 273 + ], + "peak": [ + 127, + 273 + ], + "area_cells": 63 + }, + { + "id": "range_5", + "name": null, + "center": [ + 158, + 230 + ], + "peak": [ + 149, + 219 + ], + "area_cells": 804 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 309 + ], + "peak": [ + 140, + 304 + ], + "area_cells": 424 + }, + { + "id": "range_8", + "name": null, + "center": [ + 167, + 508 + ], + "peak": [ + 167, + 511 + ], + "area_cells": 60 + }, + { + "id": "range_9", + "name": null, + "center": [ + 176, + 204 + ], + "peak": [ + 176, + 205 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167e-m1/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/globe.png new file mode 100644 index 000000000..c0ac83d75 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167e-m1/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/heightmap.png new file mode 100644 index 000000000..0b3ab2ea4 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167e-m1/index.md b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/index.md new file mode 100644 index 000000000..949177050 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ167e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 139010176 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 34.8 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.345 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167e-m1 + +Frozen moon. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 90% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167e-m1/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/markers.json new file mode 100644 index 000000000..cb8c65b26 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167e-m1/markers.json @@ -0,0 +1,227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 229, + 23 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 231, + 467 + ], + "area_fraction": 0.0345 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 248, + 213 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 140 + ], + "peak": [ + 7, + 137 + ], + "area_cells": 13459 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 345 + ], + "peak": [ + 0, + 345 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 474 + ], + "peak": [ + 13, + 472 + ], + "area_cells": 4431 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 340 + ], + "peak": [ + 13, + 340 + ], + "area_cells": 52 + }, + { + "id": "range_5", + "name": null, + "center": [ + 12, + 354 + ], + "peak": [ + 13, + 355 + ], + "area_cells": 55 + }, + { + "id": "range_6", + "name": null, + "center": [ + 12, + 395 + ], + "peak": [ + 12, + 386 + ], + "area_cells": 182 + }, + { + "id": "range_7", + "name": null, + "center": [ + 18, + 293 + ], + "peak": [ + 18, + 294 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 85, + 108 + ], + "peak": [ + 87, + 108 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 117, + 401 + ], + "peak": [ + 122, + 424 + ], + "area_cells": 1621 + }, + { + "id": "range_17", + "name": null, + "center": [ + 102, + 466 + ], + "peak": [ + 98, + 466 + ], + "area_cells": 325 + }, + { + "id": "range_19", + "name": null, + "center": [ + 116, + 50 + ], + "peak": [ + 117, + 54 + ], + "area_cells": 264 + }, + { + "id": "range_20", + "name": null, + "center": [ + 119, + 264 + ], + "peak": [ + 122, + 258 + ], + "area_cells": 535 + }, + { + "id": "range_21", + "name": null, + "center": [ + 113, + 329 + ], + "peak": [ + 114, + 327 + ], + "area_cells": 21 + }, + { + "id": "range_23", + "name": null, + "center": [ + 137, + 324 + ], + "peak": [ + 143, + 317 + ], + "area_cells": 525 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167e/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167e/globe.png new file mode 100644 index 000000000..71b218feb Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167e/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167e/index.md b/wiki/star-systems/GJ-167/bodies/GJ167e/index.md new file mode 100644 index 000000000..33fd71531 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ167e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4135758615 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 8.3 +physical: + gravity_g: null + oblateness: 0.0806 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.283 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.111 +--- + +# GJ167e + +Gas giant. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167f/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167f/globe.png new file mode 100644 index 000000000..dc040a94c Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167f/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167f/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167f/heightmap.png new file mode 100644 index 000000000..f18ebf5e6 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167f/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167f/index.md b/wiki/star-systems/GJ-167/bodies/GJ167f/index.md new file mode 100644 index 000000000..56624d742 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ167f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2029790802 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.44 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.746 + polar_ice_lat: 0.249 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167f + +Frozen planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167f/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167f/markers.json new file mode 100644 index 000000000..9ade2fe36 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167f/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 148, + 125 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 159, + 386 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_31", + "name": null, + "kind": "ocean", + "center": [ + 210, + 307 + ], + "area_fraction": 0.192 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 158 + ], + "peak": [ + 0, + 244 + ], + "area_cells": 7272 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 397 + ], + "peak": [ + 38, + 391 + ], + "area_cells": 3350 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 456 + ], + "peak": [ + 0, + 466 + ], + "area_cells": 316 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 496 + ], + "peak": [ + 12, + 505 + ], + "area_cells": 671 + }, + { + "id": "range_11", + "name": null, + "center": [ + 52, + 48 + ], + "peak": [ + 53, + 48 + ], + "area_cells": 39 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 24 + ], + "peak": [ + 60, + 26 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167g/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167g/globe.png new file mode 100644 index 000000000..d4f68c43a Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167g/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167g/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167g/heightmap.png new file mode 100644 index 000000000..4e552e11a Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167g/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167g/index.md b/wiki/star-systems/GJ-167/bodies/GJ167g/index.md new file mode 100644 index 000000000..d0df2736e --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ167g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1415202209 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 26.2 +physical: + gravity_g: 0.34 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.169 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.337 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167g + +Frozen planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167g/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167g/markers.json new file mode 100644 index 000000000..ff1d8c0fd --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167g/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 112 + ], + "area_fraction": 0.0405 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 30, + 365 + ], + "area_fraction": 0.0876 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 251 + ], + "peak": [ + 105, + 249 + ], + "area_cells": 35 + }, + { + "id": "range_2", + "name": null, + "center": [ + 163, + 137 + ], + "peak": [ + 179, + 181 + ], + "area_cells": 12596 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 251 + ], + "peak": [ + 119, + 253 + ], + "area_cells": 183 + }, + { + "id": "range_4", + "name": null, + "center": [ + 169, + 489 + ], + "peak": [ + 179, + 482 + ], + "area_cells": 2320 + }, + { + "id": "range_6", + "name": null, + "center": [ + 159, + 388 + ], + "peak": [ + 156, + 390 + ], + "area_cells": 474 + }, + { + "id": "range_7", + "name": null, + "center": [ + 168, + 423 + ], + "peak": [ + 168, + 424 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 230, + 205 + ], + "peak": [ + 231, + 216 + ], + "area_cells": 670 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167h/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167h/globe.png new file mode 100644 index 000000000..4fc403e05 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167h/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167h/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167h/heightmap.png new file mode 100644 index 000000000..00f5a4d10 Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167h/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167h/index.md b/wiki/star-systems/GJ-167/bodies/GJ167h/index.md new file mode 100644 index 000000000..65568c06f --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ167h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 465867745 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167h + +Frozen planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167h/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167h/markers.json new file mode 100644 index 000000000..4ea76a0c9 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 22, + 285 + ], + "area_fraction": 0.113 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 216, + 385 + ], + "area_fraction": 0.0588 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 227, + 133 + ], + "area_fraction": 0.0961 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 127, + 454 + ], + "peak": [ + 112, + 442 + ], + "area_cells": 8118 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 186 + ], + "peak": [ + 137, + 208 + ], + "area_cells": 10037 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 318 + ], + "peak": [ + 90, + 319 + ], + "area_cells": 112 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 342 + ], + "peak": [ + 111, + 345 + ], + "area_cells": 1074 + }, + { + "id": "range_8", + "name": null, + "center": [ + 94, + 494 + ], + "peak": [ + 94, + 495 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 153, + 58 + ], + "peak": [ + 162, + 95 + ], + "area_cells": 3493 + }, + { + "id": "range_13", + "name": null, + "center": [ + 173, + 290 + ], + "peak": [ + 173, + 291 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 190, + 506 + ], + "peak": [ + 191, + 507 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-167/bodies/GJ167i/globe.png b/wiki/star-systems/GJ-167/bodies/GJ167i/globe.png new file mode 100644 index 000000000..e6261b40c Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167i/globe.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167i/heightmap.png b/wiki/star-systems/GJ-167/bodies/GJ167i/heightmap.png new file mode 100644 index 000000000..d49a8c2da Binary files /dev/null and b/wiki/star-systems/GJ-167/bodies/GJ167i/heightmap.png differ diff --git a/wiki/star-systems/GJ-167/bodies/GJ167i/index.md b/wiki/star-systems/GJ-167/bodies/GJ167i/index.md new file mode 100644 index 000000000..ecb7dfc3e --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ167i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2993316349 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.948 + period_days: 48000.0 + axial_tilt_deg: 55.8 +physical: + gravity_g: 0.08 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.762 + polar_ice_lat: 0.068 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.24 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ167i + +Frozen planet. + +**System:** [GJ-167](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-167/bodies/GJ167i/markers.json b/wiki/star-systems/GJ-167/bodies/GJ167i/markers.json new file mode 100644 index 000000000..7d8ae07c6 --- /dev/null +++ b/wiki/star-systems/GJ-167/bodies/GJ167i/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 163, + 318 + ], + "area_fraction": 0.0305 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 213, + 249 + ], + "area_fraction": 0.1683 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 182, + 494 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 207 + ], + "peak": [ + 96, + 199 + ], + "area_cells": 13041 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 247 + ], + "peak": [ + 0, + 247 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 78, + 412 + ], + "peak": [ + 97, + 449 + ], + "area_cells": 2753 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 341 + ], + "peak": [ + 50, + 331 + ], + "area_cells": 227 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 363 + ], + "peak": [ + 93, + 369 + ], + "area_cells": 168 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ169b/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169b/globe.png new file mode 100644 index 000000000..e1785478c Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169b/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169b/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169b/heightmap.png new file mode 100644 index 000000000..23de0496c Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169b/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169b/index.md b/wiki/star-systems/GJ-169/bodies/GJ169b/index.md new file mode 100644 index 000000000..a839157fd --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ169b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3446433021 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 2.5 +physical: + gravity_g: 0.34 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.941 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ169b + +Barren planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 97% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169b/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169b/markers.json new file mode 100644 index 000000000..6a7b6688f --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169b/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 408 + ], + "peak": [ + 43, + 374 + ], + "area_cells": 7831 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 139 + ], + "peak": [ + 60, + 178 + ], + "area_cells": 2161 + }, + { + "id": "range_8", + "name": null, + "center": [ + 15, + 240 + ], + "peak": [ + 15, + 242 + ], + "area_cells": 81 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 207 + ], + "peak": [ + 48, + 209 + ], + "area_cells": 128 + }, + { + "id": "range_13", + "name": null, + "center": [ + 51, + 29 + ], + "peak": [ + 55, + 28 + ], + "area_cells": 65 + }, + { + "id": "range_14", + "name": null, + "center": [ + 79, + 20 + ], + "peak": [ + 86, + 17 + ], + "area_cells": 605 + }, + { + "id": "range_16", + "name": null, + "center": [ + 88, + 309 + ], + "peak": [ + 97, + 319 + ], + "area_cells": 634 + }, + { + "id": "range_17", + "name": null, + "center": [ + 76, + 195 + ], + "peak": [ + 79, + 196 + ], + "area_cells": 74 + }, + { + "id": "range_18", + "name": null, + "center": [ + 94, + 271 + ], + "peak": [ + 94, + 271 + ], + "area_cells": 47 + }, + { + "id": "range_22", + "name": null, + "center": [ + 102, + 24 + ], + "peak": [ + 102, + 25 + ], + "area_cells": 32 + }, + { + "id": "range_26", + "name": null, + "center": [ + 133, + 281 + ], + "peak": [ + 133, + 282 + ], + "area_cells": 35 + }, + { + "id": "range_28", + "name": null, + "center": [ + 197, + 45 + ], + "peak": [ + 198, + 48 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-169/bodies/GJ169c/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169c/globe.png new file mode 100644 index 000000000..af469ce69 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169c/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169c/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169c/heightmap.png new file mode 100644 index 000000000..2c92e00ca Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169c/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169c/index.md b/wiki/star-systems/GJ-169/bodies/GJ169c/index.md new file mode 100644 index 000000000..bcb03afdb --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ169c +name: Elvas +body_type: planet +planet_class: temperate +body_scale: planet +seed: 904329169 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.419 + period_days: 148.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.84 + oblateness: 0.0013 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.549 + polar_ice_lat: 0.694 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.537 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Elvas + +Temperate planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 55% | +| **Year** | 148 days | +| **Inhabited** | yes | +| **Population** | 6K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169c/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169c/markers.json new file mode 100644 index 000000000..5f24cf379 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169c/markers.json @@ -0,0 +1,661 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 136 + ], + [ + 1, + 135 + ], + [ + 1, + 134 + ], + [ + 0, + 135 + ], + [ + 0, + 134 + ], + [ + 1, + 133 + ], + [ + 1, + 132 + ], + [ + 2, + 131 + ], + [ + 3, + 130 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 38, + 393 + ], + [ + 39, + 392 + ], + [ + 40, + 391 + ], + [ + 41, + 390 + ], + [ + 42, + 389 + ], + [ + 43, + 388 + ], + [ + 44, + 387 + ], + [ + 45, + 386 + ], + [ + 46, + 386 + ], + [ + 47, + 386 + ], + [ + 48, + 385 + ], + [ + 48, + 384 + ], + [ + 49, + 383 + ], + [ + 49, + 382 + ], + [ + 50, + 381 + ], + [ + 49, + 381 + ], + [ + 49, + 380 + ], + [ + 50, + 379 + ], + [ + 51, + 379 + ], + [ + 50, + 380 + ], + [ + 51, + 381 + ], + [ + 50, + 382 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 125, + 247 + ], + [ + 124, + 248 + ], + [ + 124, + 249 + ], + [ + 125, + 250 + ], + [ + 124, + 251 + ], + [ + 123, + 251 + ], + [ + 122, + 252 + ], + [ + 121, + 252 + ], + [ + 120, + 253 + ], + [ + 119, + 254 + ], + [ + 119, + 255 + ], + [ + 118, + 256 + ], + [ + 117, + 256 + ], + [ + 116, + 256 + ], + [ + 115, + 257 + ], + [ + 114, + 256 + ], + [ + 113, + 255 + ], + [ + 112, + 254 + ], + [ + 111, + 254 + ], + [ + 110, + 253 + ], + [ + 109, + 254 + ], + [ + 108, + 255 + ], + [ + 107, + 255 + ], + [ + 106, + 254 + ], + [ + 106, + 255 + ], + [ + 105, + 254 + ], + [ + 104, + 254 + ], + [ + 103, + 254 + ], + [ + 102, + 254 + ], + [ + 102, + 255 + ], + [ + 101, + 255 + ], + [ + 100, + 255 + ], + [ + 101, + 254 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 234, + 442 + ], + [ + 235, + 443 + ], + [ + 236, + 444 + ], + [ + 237, + 445 + ], + [ + 238, + 446 + ], + [ + 239, + 447 + ], + [ + 240, + 448 + ], + [ + 241, + 449 + ], + [ + 241, + 450 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 230, + 428 + ], + [ + 229, + 427 + ], + [ + 228, + 426 + ], + [ + 227, + 425 + ], + [ + 226, + 425 + ], + [ + 225, + 426 + ], + [ + 224, + 426 + ], + [ + 223, + 426 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 310 + ], + [ + 254, + 309 + ], + [ + 253, + 310 + ], + [ + 252, + 311 + ], + [ + 251, + 312 + ], + [ + 250, + 313 + ], + [ + 249, + 314 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 43, + 445 + ], + [ + 44, + 444 + ], + [ + 45, + 443 + ], + [ + 46, + 442 + ], + [ + 47, + 441 + ], + [ + 48, + 440 + ], + [ + 49, + 439 + ], + [ + 50, + 438 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 146, + 1 + ], + [ + 145, + 2 + ], + [ + 144, + 3 + ], + [ + 143, + 4 + ], + [ + 142, + 3 + ], + [ + 141, + 4 + ], + [ + 142, + 5 + ], + [ + 143, + 6 + ], + [ + 144, + 7 + ], + [ + 143, + 7 + ], + [ + 142, + 7 + ], + [ + 143, + 8 + ], + [ + 142, + 9 + ], + [ + 143, + 10 + ], + [ + 142, + 11 + ], + [ + 142, + 10 + ], + [ + 141, + 11 + ], + [ + 142, + 12 + ], + [ + 142, + 13 + ], + [ + 143, + 14 + ], + [ + 144, + 15 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 35, + 428 + ], + [ + 36, + 427 + ], + [ + 37, + 427 + ], + [ + 38, + 428 + ], + [ + 39, + 428 + ], + [ + 40, + 428 + ], + [ + 41, + 427 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 13, + 398 + ], + "area_fraction": 0.0242 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 172, + 277 + ], + "area_fraction": 0.4011 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 248, + 483 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 39 + ], + "peak": [ + 43, + 37 + ], + "area_cells": 1395 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 508 + ], + "peak": [ + 27, + 511 + ], + "area_cells": 26 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 191 + ], + "peak": [ + 73, + 198 + ], + "area_cells": 1637 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 141 + ], + "peak": [ + 87, + 130 + ], + "area_cells": 198 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 81 + ], + "peak": [ + 118, + 93 + ], + "area_cells": 559 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-169/bodies/GJ169d/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169d/globe.png new file mode 100644 index 000000000..ad2eccd1e Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169d/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169d/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169d/heightmap.png new file mode 100644 index 000000000..0017a670b Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169d/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169d/index.md b/wiki/star-systems/GJ-169/bodies/GJ169d/index.md new file mode 100644 index 000000000..f3e726602 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ169d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1204137698 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.892 + period_days: 460.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.5 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.187 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ169d + +Frozen planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 460 days | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169d/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169d/markers.json new file mode 100644 index 000000000..90f9f4cd1 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169d/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 254, + 296 + ], + [ + 254, + 295 + ], + [ + 255, + 294 + ], + [ + 255, + 293 + ], + [ + 255, + 292 + ], + [ + 255, + 291 + ], + [ + 255, + 290 + ], + [ + 255, + 289 + ], + [ + 255, + 288 + ], + [ + 255, + 287 + ], + [ + 255, + 286 + ], + [ + 255, + 285 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 14, + 76 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 20, + 483 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 77, + 25 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 83, + 493 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 187 + ], + "peak": [ + 81, + 177 + ], + "area_cells": 1145 + }, + { + "id": "range_3", + "name": null, + "center": [ + 155, + 370 + ], + "peak": [ + 156, + 370 + ], + "area_cells": 84 + }, + { + "id": "range_4", + "name": null, + "center": [ + 158, + 394 + ], + "peak": [ + 162, + 396 + ], + "area_cells": 163 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 434 + ], + "peak": [ + 157, + 432 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 170, + 459 + ], + "peak": [ + 169, + 454 + ], + "area_cells": 770 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-169/bodies/GJ169e/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169e/globe.png new file mode 100644 index 000000000..3834dbd89 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169e/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169e/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169e/heightmap.png new file mode 100644 index 000000000..35d812447 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169e/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169e/index.md b/wiki/star-systems/GJ-169/bodies/GJ169e/index.md new file mode 100644 index 000000000..64df6a931 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ169e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1438994379 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.783 + period_days: 1300.0 + axial_tilt_deg: 17.6 +physical: + gravity_g: 0.38 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.773 + polar_ice_lat: 0.246 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ169e + +Frozen planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169e/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169e/markers.json new file mode 100644 index 000000000..83326459f --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169e/markers.json @@ -0,0 +1,167 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 119, + 76 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 155, + 17 + ], + "area_fraction": 0.014 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 142, + 192 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 144, + 451 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 191, + 401 + ], + "area_fraction": 0.1033 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 170, + 41 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 193, + 92 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 182, + 277 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 212, + 192 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 216, + 238 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 282 + ], + "peak": [ + 9, + 7 + ], + "area_cells": 27327 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 120 + ], + "peak": [ + 66, + 119 + ], + "area_cells": 211 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 460 + ], + "peak": [ + 79, + 458 + ], + "area_cells": 74 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 98 + ], + "peak": [ + 83, + 100 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-169/bodies/GJ169f/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169f/globe.png new file mode 100644 index 000000000..f06d16228 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169f/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169f/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169f/heightmap.png new file mode 100644 index 000000000..eff95c601 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169f/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169f/index.md b/wiki/star-systems/GJ-169/bodies/GJ169f/index.md new file mode 100644 index 000000000..1d1830f82 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ169f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3499445299 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.515 + period_days: 3600.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.28 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.841 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ169f + +Frozen planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169f/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169f/markers.json new file mode 100644 index 000000000..452290db7 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169f/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 37, + 98 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 100, + 380 + ], + "area_fraction": 0.075 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 81, + 457 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 97, + 92 + ], + "area_fraction": 0.0228 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 187, + 161 + ], + "peak": [ + 190, + 114 + ], + "area_cells": 15148 + }, + { + "id": "range_5", + "name": null, + "center": [ + 146, + 146 + ], + "peak": [ + 147, + 146 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 348 + ], + "peak": [ + 183, + 348 + ], + "area_cells": 60 + }, + { + "id": "range_9", + "name": null, + "center": [ + 186, + 361 + ], + "peak": [ + 188, + 361 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 496 + ], + "peak": [ + 192, + 507 + ], + "area_cells": 313 + }, + { + "id": "range_11", + "name": null, + "center": [ + 190, + 464 + ], + "peak": [ + 190, + 464 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-169/bodies/GJ169g/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169g/globe.png new file mode 100644 index 000000000..57f1c713c Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169g/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169g/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169g/heightmap.png new file mode 100644 index 000000000..31d1ed2e9 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169g/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169g/index.md b/wiki/star-systems/GJ-169/bodies/GJ169g/index.md new file mode 100644 index 000000000..2518ad1b7 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ169g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2113483818 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.379 + period_days: 8800.0 + axial_tilt_deg: 25.9 +physical: + gravity_g: 0.11 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.807 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ169g + +Frozen planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169g/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169g/markers.json new file mode 100644 index 000000000..23786a221 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169g/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 24, + 297 + ], + "area_fraction": 0.1525 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 180, + 319 + ], + "area_fraction": 0.005 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 228, + 291 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 162 + ], + "peak": [ + 78, + 164 + ], + "area_cells": 78 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 4 + ], + "peak": [ + 86, + 4 + ], + "area_cells": 83 + }, + { + "id": "range_3", + "name": null, + "center": [ + 86, + 39 + ], + "peak": [ + 89, + 37 + ], + "area_cells": 90 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 443 + ], + "peak": [ + 125, + 431 + ], + "area_cells": 2174 + }, + { + "id": "range_8", + "name": null, + "center": [ + 138, + 158 + ], + "peak": [ + 161, + 204 + ], + "area_cells": 7740 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 447 + ], + "peak": [ + 107, + 450 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 117, + 192 + ], + "peak": [ + 117, + 192 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 142, + 343 + ], + "peak": [ + 136, + 330 + ], + "area_cells": 875 + }, + { + "id": "range_15", + "name": null, + "center": [ + 159, + 434 + ], + "peak": [ + 160, + 434 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-169/bodies/GJ169h/globe.png b/wiki/star-systems/GJ-169/bodies/GJ169h/globe.png new file mode 100644 index 000000000..520387343 Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169h/globe.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169h/heightmap.png b/wiki/star-systems/GJ-169/bodies/GJ169h/heightmap.png new file mode 100644 index 000000000..d09f0ab3f Binary files /dev/null and b/wiki/star-systems/GJ-169/bodies/GJ169h/heightmap.png differ diff --git a/wiki/star-systems/GJ-169/bodies/GJ169h/index.md b/wiki/star-systems/GJ-169/bodies/GJ169h/index.md new file mode 100644 index 000000000..d7e041f63 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ169h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2800373243 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 11.392 + period_days: 21000.0 + axial_tilt_deg: 36.7 +physical: + gravity_g: 0.07 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.848 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ169h + +Frozen planet. + +**System:** [GJ-169](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 21000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-169/bodies/GJ169h/markers.json b/wiki/star-systems/GJ-169/bodies/GJ169h/markers.json new file mode 100644 index 000000000..b9210c348 --- /dev/null +++ b/wiki/star-systems/GJ-169/bodies/GJ169h/markers.json @@ -0,0 +1,101 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 160, + 46 + ], + "area_fraction": 0.044 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 155, + 436 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 197, + 240 + ], + "area_fraction": 0.05 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 196, + 419 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 178, + 353 + ], + "area_fraction": 0.005 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 182, + 163 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 253 + ], + "peak": [ + 33, + 506 + ], + "area_cells": 35734 + }, + { + "id": "range_4", + "name": null, + "center": [ + 109, + 151 + ], + "peak": [ + 110, + 151 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ17b/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17b/globe.png new file mode 100644 index 000000000..b7c9b4104 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17b/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17b/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17b/heightmap.png new file mode 100644 index 000000000..f22dc44a0 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17b/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17b/index.md b/wiki/star-systems/GJ-17/bodies/GJ17b/index.md new file mode 100644 index 000000000..bb7f6d62c --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ17b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 487827673 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.279 + period_days: 48.0 + axial_tilt_deg: 7.9 +physical: + gravity_g: 0.48 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.907 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17b + +Barren planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 90% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17b/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17b/markers.json new file mode 100644 index 000000000..9e664fa0a --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17b/markers.json @@ -0,0 +1,422 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 86, + 380 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 122, + 438 + ], + "area_fraction": 0.006 + }, + { + "id": "water_74", + "name": null, + "kind": "lake", + "center": [ + 231, + 173 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 35 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 4292 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 185 + ], + "peak": [ + 12, + 188 + ], + "area_cells": 158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 193 + ], + "peak": [ + 18, + 194 + ], + "area_cells": 45 + }, + { + "id": "range_5", + "name": null, + "center": [ + 23, + 280 + ], + "peak": [ + 24, + 302 + ], + "area_cells": 7014 + }, + { + "id": "range_7", + "name": null, + "center": [ + 24, + 477 + ], + "peak": [ + 5, + 504 + ], + "area_cells": 3357 + }, + { + "id": "range_14", + "name": null, + "center": [ + 18, + 401 + ], + "peak": [ + 18, + 402 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 23, + 380 + ], + "peak": [ + 20, + 379 + ], + "area_cells": 56 + }, + { + "id": "range_16", + "name": null, + "center": [ + 32, + 387 + ], + "peak": [ + 34, + 388 + ], + "area_cells": 79 + }, + { + "id": "range_20", + "name": null, + "center": [ + 41, + 447 + ], + "peak": [ + 42, + 447 + ], + "area_cells": 27 + }, + { + "id": "range_24", + "name": null, + "center": [ + 63, + 265 + ], + "peak": [ + 64, + 266 + ], + "area_cells": 146 + }, + { + "id": "range_28", + "name": null, + "center": [ + 81, + 287 + ], + "peak": [ + 79, + 287 + ], + "area_cells": 24 + }, + { + "id": "range_30", + "name": null, + "center": [ + 87, + 296 + ], + "peak": [ + 87, + 297 + ], + "area_cells": 66 + }, + { + "id": "range_31", + "name": null, + "center": [ + 91, + 508 + ], + "peak": [ + 90, + 509 + ], + "area_cells": 72 + }, + { + "id": "range_33", + "name": null, + "center": [ + 94, + 249 + ], + "peak": [ + 94, + 249 + ], + "area_cells": 24 + }, + { + "id": "range_34", + "name": null, + "center": [ + 114, + 491 + ], + "peak": [ + 123, + 493 + ], + "area_cells": 249 + }, + { + "id": "range_36", + "name": null, + "center": [ + 112, + 29 + ], + "peak": [ + 114, + 27 + ], + "area_cells": 226 + }, + { + "id": "range_37", + "name": null, + "center": [ + 121, + 297 + ], + "peak": [ + 119, + 299 + ], + "area_cells": 176 + }, + { + "id": "range_38", + "name": null, + "center": [ + 128, + 10 + ], + "peak": [ + 124, + 10 + ], + "area_cells": 228 + }, + { + "id": "range_39", + "name": null, + "center": [ + 123, + 65 + ], + "peak": [ + 125, + 67 + ], + "area_cells": 82 + }, + { + "id": "range_41", + "name": null, + "center": [ + 125, + 138 + ], + "peak": [ + 125, + 139 + ], + "area_cells": 30 + }, + { + "id": "range_42", + "name": null, + "center": [ + 135, + 343 + ], + "peak": [ + 134, + 341 + ], + "area_cells": 390 + }, + { + "id": "range_43", + "name": null, + "center": [ + 132, + 375 + ], + "peak": [ + 132, + 375 + ], + "area_cells": 47 + }, + { + "id": "range_48", + "name": null, + "center": [ + 167, + 317 + ], + "peak": [ + 167, + 318 + ], + "area_cells": 50 + }, + { + "id": "range_50", + "name": null, + "center": [ + 181, + 486 + ], + "peak": [ + 182, + 487 + ], + "area_cells": 34 + }, + { + "id": "range_56", + "name": null, + "center": [ + 236, + 246 + ], + "peak": [ + 231, + 246 + ], + "area_cells": 38 + }, + { + "id": "range_57", + "name": null, + "center": [ + 224, + 276 + ], + "peak": [ + 224, + 277 + ], + "area_cells": 26 + }, + { + "id": "range_58", + "name": null, + "center": [ + 229, + 24 + ], + "peak": [ + 228, + 25 + ], + "area_cells": 166 + }, + { + "id": "range_59", + "name": null, + "center": [ + 229, + 41 + ], + "peak": [ + 231, + 42 + ], + "area_cells": 22 + }, + { + "id": "range_64", + "name": null, + "center": [ + 249, + 255 + ], + "peak": [ + 252, + 254 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17c/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17c/globe.png new file mode 100644 index 000000000..5157b3c53 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17c/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17c/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17c/heightmap.png new file mode 100644 index 000000000..c9093e8f9 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17c/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17c/index.md b/wiki/star-systems/GJ-17/bodies/GJ17c/index.md new file mode 100644 index 000000000..28ef199cb --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ17c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2536809185 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.673 + period_days: 180.0 + axial_tilt_deg: 12.9 +physical: + gravity_g: 0.71 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.916 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.093 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17c + +Hot Arid planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.71g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17c/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17c/markers.json new file mode 100644 index 000000000..46d0504a0 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17c/markers.json @@ -0,0 +1,1059 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 126, + 350 + ], + [ + 127, + 349 + ], + [ + 128, + 350 + ], + [ + 129, + 351 + ], + [ + 130, + 352 + ], + [ + 131, + 353 + ], + [ + 132, + 353 + ], + [ + 133, + 354 + ], + [ + 134, + 355 + ], + [ + 135, + 354 + ], + [ + 135, + 355 + ], + [ + 135, + 356 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 94, + 0 + ], + [ + 93, + 511 + ], + [ + 92, + 510 + ], + [ + 91, + 511 + ], + [ + 90, + 511 + ], + [ + 89, + 511 + ], + [ + 88, + 511 + ], + [ + 87, + 511 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 34, + 251 + ], + [ + 33, + 250 + ], + [ + 32, + 249 + ], + [ + 31, + 248 + ], + [ + 30, + 247 + ], + [ + 29, + 247 + ], + [ + 28, + 247 + ], + [ + 27, + 248 + ], + [ + 26, + 247 + ], + [ + 25, + 247 + ], + [ + 24, + 248 + ], + [ + 23, + 247 + ], + [ + 22, + 247 + ], + [ + 21, + 247 + ], + [ + 20, + 247 + ], + [ + 19, + 247 + ], + [ + 18, + 247 + ], + [ + 17, + 247 + ], + [ + 16, + 247 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 136, + 63 + ], + [ + 135, + 62 + ], + [ + 134, + 61 + ], + [ + 133, + 60 + ], + [ + 132, + 59 + ], + [ + 131, + 58 + ], + [ + 130, + 57 + ], + [ + 129, + 56 + ], + [ + 128, + 55 + ], + [ + 127, + 54 + ], + [ + 126, + 53 + ], + [ + 126, + 52 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 157, + 193 + ], + [ + 157, + 194 + ], + [ + 156, + 195 + ], + [ + 155, + 196 + ], + [ + 154, + 197 + ], + [ + 153, + 198 + ], + [ + 152, + 199 + ], + [ + 151, + 200 + ], + [ + 150, + 201 + ], + [ + 149, + 202 + ], + [ + 148, + 203 + ], + [ + 148, + 204 + ], + [ + 148, + 205 + ], + [ + 147, + 206 + ], + [ + 146, + 207 + ], + [ + 146, + 208 + ], + [ + 146, + 209 + ], + [ + 145, + 210 + ], + [ + 145, + 211 + ], + [ + 145, + 212 + ], + [ + 145, + 213 + ], + [ + 145, + 214 + ], + [ + 144, + 215 + ], + [ + 144, + 216 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 122, + 55 + ], + [ + 121, + 55 + ], + [ + 120, + 56 + ], + [ + 119, + 56 + ], + [ + 118, + 57 + ], + [ + 117, + 58 + ], + [ + 116, + 59 + ], + [ + 115, + 60 + ], + [ + 114, + 61 + ], + [ + 113, + 62 + ], + [ + 113, + 63 + ], + [ + 112, + 64 + ], + [ + 111, + 65 + ], + [ + 110, + 66 + ], + [ + 109, + 67 + ], + [ + 108, + 68 + ], + [ + 107, + 68 + ], + [ + 106, + 69 + ], + [ + 105, + 69 + ], + [ + 104, + 70 + ], + [ + 103, + 70 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 49, + 223 + ], + [ + 50, + 223 + ], + [ + 51, + 222 + ], + [ + 52, + 223 + ], + [ + 53, + 224 + ], + [ + 53, + 223 + ], + [ + 54, + 223 + ], + [ + 55, + 222 + ], + [ + 55, + 221 + ], + [ + 55, + 220 + ], + [ + 54, + 219 + ], + [ + 53, + 219 + ], + [ + 54, + 218 + ], + [ + 53, + 218 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 10, + 411 + ], + [ + 11, + 411 + ], + [ + 12, + 412 + ], + [ + 13, + 413 + ], + [ + 14, + 414 + ], + [ + 15, + 415 + ], + [ + 16, + 416 + ], + [ + 17, + 417 + ], + [ + 18, + 418 + ], + [ + 19, + 418 + ], + [ + 20, + 418 + ], + [ + 21, + 417 + ], + [ + 22, + 418 + ], + [ + 23, + 419 + ], + [ + 24, + 418 + ], + [ + 23, + 417 + ], + [ + 24, + 416 + ], + [ + 24, + 417 + ], + [ + 25, + 418 + ], + [ + 24, + 419 + ], + [ + 24, + 420 + ], + [ + 25, + 421 + ], + [ + 25, + 420 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 54, + 200 + ], + [ + 54, + 199 + ], + [ + 53, + 198 + ], + [ + 52, + 197 + ], + [ + 51, + 196 + ], + [ + 50, + 195 + ], + [ + 49, + 194 + ], + [ + 48, + 193 + ], + [ + 47, + 194 + ], + [ + 46, + 195 + ], + [ + 45, + 196 + ], + [ + 44, + 197 + ], + [ + 43, + 198 + ], + [ + 43, + 199 + ], + [ + 44, + 199 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 169, + 193 + ], + [ + 170, + 192 + ], + [ + 171, + 191 + ], + [ + 172, + 190 + ], + [ + 173, + 189 + ], + [ + 174, + 188 + ], + [ + 175, + 187 + ], + [ + 176, + 186 + ], + [ + 177, + 185 + ], + [ + 178, + 184 + ], + [ + 179, + 183 + ], + [ + 180, + 182 + ], + [ + 181, + 181 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 25, + 410 + ], + [ + 24, + 411 + ], + [ + 23, + 412 + ], + [ + 22, + 413 + ], + [ + 23, + 414 + ], + [ + 22, + 414 + ], + [ + 22, + 415 + ], + [ + 23, + 416 + ], + [ + 23, + 415 + ], + [ + 24, + 416 + ], + [ + 24, + 417 + ], + [ + 24, + 418 + ], + [ + 23, + 418 + ], + [ + 23, + 417 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 43, + 443 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 68, + 267 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 126, + 263 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 301 + ], + "peak": [ + 12, + 294 + ], + "area_cells": 2068 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 51 + ], + "peak": [ + 10, + 51 + ], + "area_cells": 67 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 206 + ], + "peak": [ + 17, + 210 + ], + "area_cells": 250 + }, + { + "id": "range_4", + "name": null, + "center": [ + 30, + 78 + ], + "peak": [ + 30, + 79 + ], + "area_cells": 115 + }, + { + "id": "range_5", + "name": null, + "center": [ + 38, + 53 + ], + "peak": [ + 37, + 54 + ], + "area_cells": 30 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 57 + ], + "peak": [ + 51, + 56 + ], + "area_cells": 46 + }, + { + "id": "range_8", + "name": null, + "center": [ + 54, + 403 + ], + "peak": [ + 54, + 403 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 181, + 412 + ], + "peak": [ + 225, + 396 + ], + "area_cells": 6973 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 102 + ], + "peak": [ + 140, + 112 + ], + "area_cells": 5386 + }, + { + "id": "range_12", + "name": null, + "center": [ + 138, + 505 + ], + "peak": [ + 133, + 508 + ], + "area_cells": 298 + }, + { + "id": "range_13", + "name": null, + "center": [ + 131, + 1 + ], + "peak": [ + 134, + 0 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 313 + ], + "peak": [ + 138, + 315 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 168, + 273 + ], + "peak": [ + 176, + 278 + ], + "area_cells": 1807 + }, + { + "id": "range_17", + "name": null, + "center": [ + 175, + 345 + ], + "peak": [ + 175, + 346 + ], + "area_cells": 41 + }, + { + "id": "range_20", + "name": null, + "center": [ + 209, + 95 + ], + "peak": [ + 209, + 94 + ], + "area_cells": 169 + }, + { + "id": "range_21", + "name": null, + "center": [ + 225, + 77 + ], + "peak": [ + 217, + 78 + ], + "area_cells": 292 + }, + { + "id": "range_22", + "name": null, + "center": [ + 239, + 506 + ], + "peak": [ + 234, + 511 + ], + "area_cells": 212 + }, + { + "id": "range_23", + "name": null, + "center": [ + 236, + 9 + ], + "peak": [ + 234, + 2 + ], + "area_cells": 325 + }, + { + "id": "range_24", + "name": null, + "center": [ + 243, + 121 + ], + "peak": [ + 244, + 123 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17d/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17d/globe.png new file mode 100644 index 000000000..9f3cddf8d Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17d/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17d/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17d/heightmap.png new file mode 100644 index 000000000..694577c24 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17d/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17d/index.md b/wiki/star-systems/GJ-17/bodies/GJ17d/index.md new file mode 100644 index 000000000..ce81486d8 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ17d +name: Binh Trang +body_type: planet +planet_class: temperate +body_scale: planet +seed: 24270221 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.295 + period_days: 480.0 + axial_tilt_deg: 25.2 +physical: + gravity_g: 0.94 + oblateness: 0.0046 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.41 + polar_ice_lat: 0.672 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.453 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Binh Trang + +Temperate planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 41% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 520K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17d/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17d/markers.json new file mode 100644 index 000000000..f012e95fa --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17d/markers.json @@ -0,0 +1,530 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 255, + 357 + ], + [ + 254, + 357 + ], + [ + 253, + 358 + ], + [ + 252, + 357 + ], + [ + 251, + 358 + ], + [ + 250, + 358 + ], + [ + 250, + 357 + ], + [ + 250, + 356 + ], + [ + 251, + 355 + ], + [ + 250, + 354 + ], + [ + 250, + 353 + ], + [ + 251, + 352 + ], + [ + 251, + 351 + ], + [ + 250, + 351 + ], + [ + 249, + 350 + ], + [ + 249, + 349 + ], + [ + 250, + 348 + ], + [ + 251, + 347 + ], + [ + 251, + 346 + ], + [ + 250, + 347 + ], + [ + 250, + 346 + ], + [ + 250, + 345 + ], + [ + 251, + 344 + ], + [ + 250, + 343 + ], + [ + 250, + 344 + ], + [ + 249, + 345 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 253, + 95 + ], + [ + 252, + 96 + ], + [ + 251, + 97 + ], + [ + 250, + 97 + ], + [ + 249, + 97 + ], + [ + 248, + 98 + ], + [ + 247, + 98 + ], + [ + 246, + 98 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 252, + 141 + ], + [ + 251, + 141 + ], + [ + 250, + 142 + ], + [ + 249, + 142 + ], + [ + 248, + 143 + ], + [ + 247, + 144 + ], + [ + 246, + 143 + ], + [ + 245, + 143 + ], + [ + 244, + 142 + ], + [ + 243, + 141 + ], + [ + 242, + 140 + ], + [ + 241, + 140 + ], + [ + 240, + 139 + ], + [ + 239, + 138 + ], + [ + 238, + 137 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 361 + ], + [ + 237, + 360 + ], + [ + 236, + 360 + ], + [ + 235, + 359 + ], + [ + 234, + 358 + ], + [ + 233, + 357 + ], + [ + 232, + 356 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 231, + 101 + ], + [ + 230, + 100 + ], + [ + 229, + 99 + ], + [ + 228, + 98 + ], + [ + 227, + 97 + ], + [ + 226, + 97 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 40, + 350 + ], + [ + 41, + 351 + ], + [ + 42, + 350 + ], + [ + 43, + 349 + ], + [ + 44, + 349 + ], + [ + 44, + 348 + ], + [ + 44, + 347 + ], + [ + 43, + 346 + ], + [ + 44, + 345 + ], + [ + 45, + 344 + ], + [ + 45, + 343 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 226, + 129 + ], + [ + 227, + 130 + ], + [ + 228, + 130 + ], + [ + 229, + 131 + ], + [ + 230, + 132 + ], + [ + 231, + 131 + ], + [ + 232, + 132 + ], + [ + 233, + 133 + ], + [ + 234, + 134 + ], + [ + 235, + 135 + ], + [ + 236, + 136 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 93, + 96 + ], + [ + 94, + 95 + ], + [ + 95, + 94 + ], + [ + 96, + 94 + ], + [ + 97, + 95 + ], + [ + 96, + 96 + ], + [ + 96, + 97 + ], + [ + 96, + 98 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 156, + 272 + ], + "area_fraction": 0.5753 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 50, + 241 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 342 + ], + "peak": [ + 17, + 343 + ], + "area_cells": 50 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 136 + ], + "peak": [ + 49, + 155 + ], + "area_cells": 4913 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 234 + ], + "peak": [ + 34, + 232 + ], + "area_cells": 268 + }, + { + "id": "range_6", + "name": null, + "center": [ + 33, + 378 + ], + "peak": [ + 36, + 379 + ], + "area_cells": 57 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 325 + ], + "peak": [ + 50, + 318 + ], + "area_cells": 299 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 373 + ], + "peak": [ + 95, + 373 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17e/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17e/globe.png new file mode 100644 index 000000000..43b24ac5b Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17e/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17e/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17e/heightmap.png new file mode 100644 index 000000000..87d862aa9 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17e/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17e/index.md b/wiki/star-systems/GJ-17/bodies/GJ17e/index.md new file mode 100644 index 000000000..cfa93ed54 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ17e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 604897664 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.516 + period_days: 1300.0 + axial_tilt_deg: 25.6 +physical: + gravity_g: 0.62 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.415 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.109 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17e + +Cold Arid planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17e/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17e/markers.json new file mode 100644 index 000000000..50142dd9e --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17e/markers.json @@ -0,0 +1,1402 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 242, + 0 + ], + [ + 241, + 511 + ], + [ + 241, + 510 + ], + [ + 240, + 511 + ], + [ + 240, + 510 + ], + [ + 239, + 510 + ], + [ + 238, + 509 + ], + [ + 237, + 509 + ], + [ + 236, + 508 + ], + [ + 236, + 507 + ], + [ + 235, + 506 + ], + [ + 234, + 505 + ], + [ + 233, + 506 + ], + [ + 232, + 506 + ], + [ + 231, + 505 + ], + [ + 230, + 506 + ], + [ + 229, + 505 + ], + [ + 228, + 505 + ], + [ + 227, + 504 + ], + [ + 226, + 503 + ], + [ + 225, + 502 + ], + [ + 224, + 503 + ], + [ + 223, + 502 + ], + [ + 222, + 501 + ], + [ + 221, + 500 + ], + [ + 220, + 499 + ], + [ + 219, + 499 + ], + [ + 219, + 498 + ], + [ + 218, + 499 + ], + [ + 217, + 499 + ], + [ + 216, + 498 + ], + [ + 216, + 499 + ], + [ + 215, + 500 + ], + [ + 215, + 499 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 233, + 318 + ], + [ + 234, + 318 + ], + [ + 235, + 318 + ], + [ + 236, + 319 + ], + [ + 237, + 318 + ], + [ + 238, + 317 + ], + [ + 239, + 316 + ], + [ + 240, + 315 + ], + [ + 240, + 314 + ], + [ + 241, + 313 + ], + [ + 242, + 314 + ], + [ + 243, + 313 + ], + [ + 244, + 312 + ], + [ + 244, + 311 + ], + [ + 245, + 311 + ], + [ + 244, + 310 + ], + [ + 245, + 310 + ], + [ + 246, + 310 + ], + [ + 247, + 310 + ], + [ + 248, + 310 + ], + [ + 249, + 311 + ], + [ + 249, + 310 + ], + [ + 250, + 310 + ], + [ + 250, + 311 + ], + [ + 251, + 311 + ], + [ + 252, + 310 + ], + [ + 253, + 310 + ], + [ + 254, + 310 + ], + [ + 255, + 310 + ], + [ + 255, + 311 + ], + [ + 255, + 312 + ], + [ + 254, + 311 + ], + [ + 253, + 312 + ], + [ + 254, + 312 + ], + [ + 254, + 313 + ], + [ + 255, + 313 + ], + [ + 255, + 314 + ], + [ + 254, + 315 + ], + [ + 255, + 315 + ], + [ + 254, + 316 + ], + [ + 255, + 316 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 250, + 274 + ], + [ + 249, + 275 + ], + [ + 249, + 276 + ], + [ + 248, + 276 + ], + [ + 248, + 277 + ], + [ + 247, + 277 + ], + [ + 246, + 278 + ], + [ + 245, + 279 + ], + [ + 244, + 278 + ], + [ + 243, + 277 + ], + [ + 242, + 277 + ], + [ + 241, + 277 + ], + [ + 240, + 277 + ], + [ + 239, + 277 + ], + [ + 238, + 278 + ], + [ + 237, + 277 + ], + [ + 236, + 277 + ], + [ + 235, + 277 + ], + [ + 234, + 276 + ], + [ + 233, + 275 + ], + [ + 232, + 276 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 183, + 182 + ], + [ + 184, + 183 + ], + [ + 185, + 183 + ], + [ + 186, + 184 + ], + [ + 187, + 185 + ], + [ + 188, + 185 + ], + [ + 189, + 186 + ], + [ + 190, + 187 + ], + [ + 191, + 188 + ], + [ + 192, + 189 + ], + [ + 193, + 190 + ], + [ + 194, + 191 + ], + [ + 195, + 191 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 57, + 342 + ], + [ + 56, + 341 + ], + [ + 55, + 342 + ], + [ + 54, + 341 + ], + [ + 53, + 340 + ], + [ + 52, + 341 + ], + [ + 51, + 340 + ], + [ + 50, + 339 + ], + [ + 49, + 340 + ], + [ + 48, + 341 + ], + [ + 47, + 341 + ], + [ + 46, + 341 + ], + [ + 45, + 341 + ], + [ + 44, + 342 + ], + [ + 43, + 343 + ], + [ + 42, + 343 + ], + [ + 41, + 343 + ], + [ + 40, + 343 + ], + [ + 39, + 343 + ], + [ + 38, + 343 + ], + [ + 37, + 344 + ], + [ + 36, + 344 + ], + [ + 35, + 345 + ], + [ + 34, + 345 + ], + [ + 33, + 346 + ], + [ + 32, + 347 + ], + [ + 31, + 348 + ], + [ + 30, + 348 + ], + [ + 29, + 347 + ], + [ + 29, + 348 + ], + [ + 29, + 349 + ], + [ + 29, + 350 + ], + [ + 28, + 351 + ], + [ + 27, + 352 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 200, + 149 + ], + [ + 199, + 148 + ], + [ + 198, + 147 + ], + [ + 197, + 148 + ], + [ + 196, + 147 + ], + [ + 195, + 148 + ], + [ + 194, + 147 + ], + [ + 193, + 147 + ], + [ + 192, + 146 + ], + [ + 191, + 147 + ], + [ + 190, + 147 + ], + [ + 189, + 148 + ], + [ + 188, + 149 + ], + [ + 187, + 148 + ], + [ + 186, + 147 + ], + [ + 185, + 146 + ], + [ + 184, + 145 + ], + [ + 183, + 144 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 193, + 99 + ], + [ + 192, + 100 + ], + [ + 191, + 101 + ], + [ + 190, + 101 + ], + [ + 189, + 100 + ], + [ + 188, + 100 + ], + [ + 187, + 100 + ], + [ + 186, + 99 + ], + [ + 185, + 99 + ], + [ + 184, + 100 + ], + [ + 183, + 99 + ], + [ + 182, + 99 + ], + [ + 181, + 98 + ], + [ + 180, + 97 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 252, + 139 + ], + [ + 253, + 138 + ], + [ + 254, + 138 + ], + [ + 255, + 137 + ], + [ + 255, + 136 + ], + [ + 255, + 135 + ], + [ + 254, + 134 + ], + [ + 255, + 134 + ], + [ + 255, + 133 + ], + [ + 254, + 132 + ], + [ + 253, + 131 + ], + [ + 254, + 130 + ], + [ + 254, + 129 + ], + [ + 255, + 128 + ], + [ + 255, + 127 + ], + [ + 255, + 126 + ], + [ + 255, + 125 + ], + [ + 255, + 124 + ], + [ + 254, + 124 + ], + [ + 255, + 123 + ], + [ + 254, + 123 + ], + [ + 254, + 122 + ], + [ + 253, + 121 + ], + [ + 252, + 120 + ], + [ + 251, + 120 + ], + [ + 252, + 119 + ], + [ + 251, + 119 + ], + [ + 251, + 118 + ], + [ + 251, + 117 + ], + [ + 250, + 116 + ], + [ + 250, + 117 + ], + [ + 251, + 116 + ], + [ + 251, + 115 + ], + [ + 252, + 114 + ], + [ + 253, + 113 + ], + [ + 254, + 112 + ], + [ + 255, + 111 + ], + [ + 254, + 110 + ], + [ + 255, + 109 + ], + [ + 255, + 108 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 9, + 102 + ], + [ + 8, + 103 + ], + [ + 7, + 102 + ], + [ + 7, + 103 + ], + [ + 6, + 102 + ], + [ + 5, + 101 + ], + [ + 5, + 102 + ], + [ + 4, + 102 + ], + [ + 3, + 102 + ], + [ + 2, + 101 + ], + [ + 1, + 100 + ], + [ + 0, + 100 + ], + [ + 0, + 101 + ], + [ + 0, + 102 + ], + [ + 1, + 103 + ], + [ + 0, + 104 + ], + [ + 1, + 105 + ], + [ + 0, + 105 + ], + [ + 0, + 106 + ], + [ + 1, + 106 + ], + [ + 1, + 107 + ], + [ + 0, + 108 + ], + [ + 0, + 107 + ], + [ + 1, + 108 + ], + [ + 1, + 109 + ], + [ + 0, + 110 + ], + [ + 0, + 111 + ], + [ + 1, + 111 + ], + [ + 0, + 112 + ], + [ + 0, + 113 + ], + [ + 1, + 114 + ], + [ + 2, + 115 + ], + [ + 2, + 116 + ], + [ + 2, + 117 + ], + [ + 1, + 117 + ], + [ + 1, + 116 + ], + [ + 0, + 116 + ], + [ + 1, + 115 + ], + [ + 0, + 115 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 180, + 196 + ], + [ + 179, + 195 + ], + [ + 178, + 194 + ], + [ + 177, + 193 + ], + [ + 176, + 192 + ], + [ + 175, + 191 + ], + [ + 175, + 190 + ], + [ + 174, + 189 + ], + [ + 173, + 188 + ], + [ + 172, + 187 + ], + [ + 171, + 186 + ], + [ + 172, + 185 + ], + [ + 171, + 184 + ], + [ + 172, + 183 + ], + [ + 172, + 182 + ], + [ + 173, + 182 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 0, + 306 + ], + [ + 0, + 305 + ], + [ + 1, + 305 + ], + [ + 2, + 304 + ], + [ + 3, + 304 + ], + [ + 4, + 303 + ], + [ + 5, + 304 + ], + [ + 6, + 304 + ], + [ + 7, + 303 + ], + [ + 8, + 302 + ], + [ + 9, + 302 + ], + [ + 9, + 301 + ], + [ + 8, + 301 + ], + [ + 8, + 300 + ], + [ + 8, + 299 + ], + [ + 7, + 299 + ], + [ + 6, + 298 + ], + [ + 7, + 297 + ], + [ + 8, + 297 + ], + [ + 9, + 296 + ], + [ + 10, + 296 + ], + [ + 10, + 297 + ], + [ + 10, + 298 + ], + [ + 9, + 297 + ], + [ + 9, + 298 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 152, + 145 + ], + [ + 151, + 144 + ], + [ + 150, + 144 + ], + [ + 149, + 143 + ], + [ + 148, + 142 + ], + [ + 147, + 141 + ], + [ + 146, + 140 + ], + [ + 145, + 139 + ], + [ + 144, + 138 + ], + [ + 144, + 137 + ], + [ + 144, + 136 + ], + [ + 145, + 137 + ], + [ + 145, + 138 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 15, + 384 + ], + "area_fraction": 0.0201 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 14, + 484 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 213, + 204 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 166 + ], + "peak": [ + 75, + 43 + ], + "area_cells": 23381 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 474 + ], + "peak": [ + 90, + 500 + ], + "area_cells": 3488 + }, + { + "id": "range_5", + "name": null, + "center": [ + 122, + 442 + ], + "peak": [ + 123, + 443 + ], + "area_cells": 95 + }, + { + "id": "range_6", + "name": null, + "center": [ + 170, + 348 + ], + "peak": [ + 171, + 349 + ], + "area_cells": 197 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m1/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/globe.png new file mode 100644 index 000000000..1693ea7df Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m1/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/heightmap.png new file mode 100644 index 000000000..aae5ac622 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m1/index.md b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/index.md new file mode 100644 index 000000000..296203767 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ17f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 865897768 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 40.6 +physical: + gravity_g: 0.14 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17f-m1 + +Frozen moon. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 99% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m1/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/markers.json new file mode 100644 index 000000000..9df74a1fa --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17f-m1/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 390 + ], + "peak": [ + 77, + 413 + ], + "area_cells": 17874 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 108 + ], + "peak": [ + 84, + 11 + ], + "area_cells": 7935 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 154 + ], + "peak": [ + 59, + 153 + ], + "area_cells": 79 + }, + { + "id": "range_6", + "name": null, + "center": [ + 126, + 336 + ], + "peak": [ + 124, + 337 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 139, + 239 + ], + "peak": [ + 140, + 240 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 146 + ], + "peak": [ + 159, + 147 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m2/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/globe.png new file mode 100644 index 000000000..4ee73e876 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m2/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/heightmap.png new file mode 100644 index 000000000..47283886e Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m2/index.md b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/index.md new file mode 100644 index 000000000..98c851b76 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ17f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1358450422 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.128 + period_days: 15.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.09 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.881 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17f-m2 + +Barren moon. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 90% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f-m2/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/markers.json new file mode 100644 index 000000000..aa8772468 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17f-m2/markers.json @@ -0,0 +1,474 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 63, + 28 + ], + "area_fraction": 0.029 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 66, + 493 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 109, + 464 + ], + "area_fraction": 0.0181 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 43, + 320 + ], + "peak": [ + 42, + 317 + ], + "area_cells": 58 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 176 + ], + "peak": [ + 44, + 176 + ], + "area_cells": 23 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 260 + ], + "peak": [ + 54, + 263 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 54, + 156 + ], + "peak": [ + 55, + 160 + ], + "area_cells": 93 + }, + { + "id": "range_10", + "name": null, + "center": [ + 58, + 173 + ], + "peak": [ + 59, + 174 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 242 + ], + "peak": [ + 63, + 242 + ], + "area_cells": 40 + }, + { + "id": "range_12", + "name": null, + "center": [ + 71, + 288 + ], + "peak": [ + 73, + 291 + ], + "area_cells": 61 + }, + { + "id": "range_13", + "name": null, + "center": [ + 83, + 265 + ], + "peak": [ + 85, + 265 + ], + "area_cells": 114 + }, + { + "id": "range_16", + "name": null, + "center": [ + 90, + 312 + ], + "peak": [ + 92, + 314 + ], + "area_cells": 140 + }, + { + "id": "range_20", + "name": null, + "center": [ + 110, + 121 + ], + "peak": [ + 111, + 121 + ], + "area_cells": 52 + }, + { + "id": "range_22", + "name": null, + "center": [ + 116, + 235 + ], + "peak": [ + 118, + 236 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 124, + 271 + ], + "peak": [ + 124, + 285 + ], + "area_cells": 396 + }, + { + "id": "range_24", + "name": null, + "center": [ + 151, + 111 + ], + "peak": [ + 133, + 130 + ], + "area_cells": 480 + }, + { + "id": "range_25", + "name": null, + "center": [ + 173, + 388 + ], + "peak": [ + 195, + 398 + ], + "area_cells": 3418 + }, + { + "id": "range_27", + "name": null, + "center": [ + 166, + 326 + ], + "peak": [ + 165, + 326 + ], + "area_cells": 139 + }, + { + "id": "range_28", + "name": null, + "center": [ + 188, + 165 + ], + "peak": [ + 195, + 152 + ], + "area_cells": 1143 + }, + { + "id": "range_29", + "name": null, + "center": [ + 174, + 68 + ], + "peak": [ + 172, + 70 + ], + "area_cells": 35 + }, + { + "id": "range_30", + "name": null, + "center": [ + 177, + 97 + ], + "peak": [ + 177, + 97 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 186, + 318 + ], + "peak": [ + 186, + 317 + ], + "area_cells": 121 + }, + { + "id": "range_35", + "name": null, + "center": [ + 194, + 99 + ], + "peak": [ + 194, + 100 + ], + "area_cells": 87 + }, + { + "id": "range_37", + "name": null, + "center": [ + 199, + 201 + ], + "peak": [ + 202, + 202 + ], + "area_cells": 49 + }, + { + "id": "range_38", + "name": null, + "center": [ + 225, + 247 + ], + "peak": [ + 224, + 248 + ], + "area_cells": 335 + }, + { + "id": "range_39", + "name": null, + "center": [ + 207, + 69 + ], + "peak": [ + 207, + 68 + ], + "area_cells": 66 + }, + { + "id": "range_40", + "name": null, + "center": [ + 209, + 415 + ], + "peak": [ + 211, + 417 + ], + "area_cells": 92 + }, + { + "id": "range_41", + "name": null, + "center": [ + 221, + 268 + ], + "peak": [ + 227, + 264 + ], + "area_cells": 135 + }, + { + "id": "range_42", + "name": null, + "center": [ + 214, + 326 + ], + "peak": [ + 215, + 327 + ], + "area_cells": 123 + }, + { + "id": "range_43", + "name": null, + "center": [ + 212, + 89 + ], + "peak": [ + 212, + 91 + ], + "area_cells": 71 + }, + { + "id": "range_45", + "name": null, + "center": [ + 231, + 308 + ], + "peak": [ + 240, + 313 + ], + "area_cells": 224 + }, + { + "id": "range_46", + "name": null, + "center": [ + 241, + 24 + ], + "peak": [ + 255, + 27 + ], + "area_cells": 430 + }, + { + "id": "range_49", + "name": null, + "center": [ + 223, + 173 + ], + "peak": [ + 223, + 173 + ], + "area_cells": 37 + }, + { + "id": "range_50", + "name": null, + "center": [ + 228, + 206 + ], + "peak": [ + 228, + 208 + ], + "area_cells": 69 + }, + { + "id": "range_52", + "name": null, + "center": [ + 245, + 233 + ], + "peak": [ + 249, + 233 + ], + "area_cells": 27 + }, + { + "id": "range_53", + "name": null, + "center": [ + 248, + 48 + ], + "peak": [ + 255, + 47 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17f/globe.png new file mode 100644 index 000000000..89f668458 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17f/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17f/index.md b/wiki/star-systems/GJ-17/bodies/GJ17f/index.md new file mode 100644 index 000000000..18f6fdbff --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ17f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1541916752 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 4.962 + period_days: 3600.0 + axial_tilt_deg: 28.4 +physical: + gravity_g: null + oblateness: 0.073 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.14 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.082 +--- + +# GJ17f + +Gas giant. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17g/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17g/globe.png new file mode 100644 index 000000000..bee4f38cf Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17g/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17g/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17g/heightmap.png new file mode 100644 index 000000000..289f9689e Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17g/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17g/index.md b/wiki/star-systems/GJ-17/bodies/GJ17g/index.md new file mode 100644 index 000000000..7b9a89f5a --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ17g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3122782640 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.275 + period_days: 9200.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.49 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17g + +Frozen planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.49g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17g/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17g/markers.json new file mode 100644 index 000000000..7d52b6fcc --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17g/markers.json @@ -0,0 +1,180 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 96 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 110, + 478 + ], + "area_fraction": 0.0516 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 121, + 24 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 103, + 220 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 120, + 401 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 191, + 225 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_47", + "name": null, + "kind": "sea", + "center": [ + 235, + 134 + ], + "area_fraction": 0.0283 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 243, + 327 + ], + "area_fraction": 0.014 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 246, + 21 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 246, + 457 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 243 + ], + "peak": [ + 10, + 175 + ], + "area_cells": 5054 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 371 + ], + "peak": [ + 0, + 374 + ], + "area_cells": 1506 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 389 + ], + "peak": [ + 56, + 384 + ], + "area_cells": 253 + }, + { + "id": "range_6", + "name": null, + "center": [ + 61, + 330 + ], + "peak": [ + 62, + 332 + ], + "area_cells": 63 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 101 + ], + "peak": [ + 86, + 99 + ], + "area_cells": 184 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17h/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17h/globe.png new file mode 100644 index 000000000..38d842704 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17h/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17h/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17h/heightmap.png new file mode 100644 index 000000000..5fb48654d Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17h/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17h/index.md b/wiki/star-systems/GJ-17/bodies/GJ17h/index.md new file mode 100644 index 000000000..4f1fced42 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ17h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3582743037 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 15.041 + period_days: 19000.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: 0.39 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.878 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.368 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17h + +Frozen planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.39g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 19000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17h/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17h/markers.json new file mode 100644 index 000000000..fd3966b79 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 127, + 377 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 119, + 453 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 141, + 199 + ], + "area_fraction": 0.0808 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 27 + ], + "peak": [ + 47, + 47 + ], + "area_cells": 3323 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 342 + ], + "peak": [ + 19, + 292 + ], + "area_cells": 22406 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 177 + ], + "peak": [ + 55, + 180 + ], + "area_cells": 247 + }, + { + "id": "range_13", + "name": null, + "center": [ + 83, + 500 + ], + "peak": [ + 84, + 501 + ], + "area_cells": 80 + }, + { + "id": "range_14", + "name": null, + "center": [ + 87, + 468 + ], + "peak": [ + 88, + 468 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 218, + 496 + ], + "peak": [ + 221, + 497 + ], + "area_cells": 41 + }, + { + "id": "range_16", + "name": null, + "center": [ + 237, + 212 + ], + "peak": [ + 226, + 208 + ], + "area_cells": 1538 + }, + { + "id": "range_19", + "name": null, + "center": [ + 243, + 309 + ], + "peak": [ + 243, + 309 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17i/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17i/globe.png new file mode 100644 index 000000000..54d5de7b7 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17i/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17i/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17i/heightmap.png new file mode 100644 index 000000000..965b691ef Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17i/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17i/index.md b/wiki/star-systems/GJ-17/bodies/GJ17i/index.md new file mode 100644 index 000000000..35990bdcd --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ17i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1884748512 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 23.876 + period_days: 38000.0 + axial_tilt_deg: 27.6 +physical: + gravity_g: 0.3 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.149 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17i + +Frozen planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17i/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17i/markers.json new file mode 100644 index 000000000..085955fdd --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17i/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 385 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 156, + 112 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 214, + 166 + ], + "area_fraction": 0.1333 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 221, + 432 + ], + "area_fraction": 0.0217 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 26 + ], + "peak": [ + 90, + 9 + ], + "area_cells": 4906 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 224 + ], + "peak": [ + 0, + 200 + ], + "area_cells": 958 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 259 + ], + "peak": [ + 0, + 259 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 377 + ], + "peak": [ + 105, + 330 + ], + "area_cells": 12781 + }, + { + "id": "range_6", + "name": null, + "center": [ + 52, + 353 + ], + "peak": [ + 53, + 354 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 158 + ], + "peak": [ + 72, + 158 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 166 + ], + "peak": [ + 72, + 166 + ], + "area_cells": 48 + }, + { + "id": "range_9", + "name": null, + "center": [ + 117, + 58 + ], + "peak": [ + 118, + 56 + ], + "area_cells": 1962 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 451 + ], + "peak": [ + 129, + 452 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 136, + 404 + ], + "peak": [ + 137, + 411 + ], + "area_cells": 532 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 379 + ], + "peak": [ + 157, + 381 + ], + "area_cells": 43 + }, + { + "id": "range_15", + "name": null, + "center": [ + 157, + 479 + ], + "peak": [ + 158, + 487 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-17/bodies/GJ17j/globe.png b/wiki/star-systems/GJ-17/bodies/GJ17j/globe.png new file mode 100644 index 000000000..a1a00b4fa Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17j/globe.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17j/heightmap.png b/wiki/star-systems/GJ-17/bodies/GJ17j/heightmap.png new file mode 100644 index 000000000..a2a89f684 Binary files /dev/null and b/wiki/star-systems/GJ-17/bodies/GJ17j/heightmap.png differ diff --git a/wiki/star-systems/GJ-17/bodies/GJ17j/index.md b/wiki/star-systems/GJ-17/bodies/GJ17j/index.md new file mode 100644 index 000000000..48589060f --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ17j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3968048942 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 35.192 + period_days: 68000.0 + axial_tilt_deg: 21.9 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.243 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ17j + +Frozen planet. + +**System:** [GJ-17](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 68000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-17/bodies/GJ17j/markers.json b/wiki/star-systems/GJ-17/bodies/GJ17j/markers.json new file mode 100644 index 000000000..b02cf9692 --- /dev/null +++ b/wiki/star-systems/GJ-17/bodies/GJ17j/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 46, + 58 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_16", + "name": null, + "kind": "ocean", + "center": [ + 203, + 179 + ], + "area_fraction": 0.114 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 1, + 32 + ], + "peak": [ + 0, + 31 + ], + "area_cells": 106 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 218 + ], + "peak": [ + 0, + 242 + ], + "area_cells": 722 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 368 + ], + "peak": [ + 10, + 372 + ], + "area_cells": 102 + }, + { + "id": "range_5", + "name": null, + "center": [ + 0, + 474 + ], + "peak": [ + 0, + 472 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 2, + 500 + ], + "peak": [ + 3, + 505 + ], + "area_cells": 81 + }, + { + "id": "range_7", + "name": null, + "center": [ + 12, + 356 + ], + "peak": [ + 12, + 356 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 20, + 329 + ], + "peak": [ + 21, + 325 + ], + "area_cells": 82 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 396 + ], + "peak": [ + 79, + 395 + ], + "area_cells": 8290 + }, + { + "id": "range_11", + "name": null, + "center": [ + 34, + 334 + ], + "peak": [ + 34, + 335 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 56, + 264 + ], + "peak": [ + 59, + 280 + ], + "area_cells": 875 + }, + { + "id": "range_14", + "name": null, + "center": [ + 62, + 167 + ], + "peak": [ + 66, + 173 + ], + "area_cells": 398 + }, + { + "id": "range_16", + "name": null, + "center": [ + 84, + 501 + ], + "peak": [ + 90, + 499 + ], + "area_cells": 304 + }, + { + "id": "range_17", + "name": null, + "center": [ + 88, + 158 + ], + "peak": [ + 97, + 169 + ], + "area_cells": 1220 + }, + { + "id": "range_18", + "name": null, + "center": [ + 142, + 14 + ], + "peak": [ + 142, + 19 + ], + "area_cells": 1976 + }, + { + "id": "range_19", + "name": null, + "center": [ + 110, + 507 + ], + "peak": [ + 110, + 510 + ], + "area_cells": 40 + }, + { + "id": "range_20", + "name": null, + "center": [ + 123, + 192 + ], + "peak": [ + 122, + 191 + ], + "area_cells": 101 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 246 + ], + "peak": [ + 171, + 249 + ], + "area_cells": 1033 + }, + { + "id": "range_22", + "name": null, + "center": [ + 153, + 474 + ], + "peak": [ + 156, + 475 + ], + "area_cells": 131 + }, + { + "id": "range_23", + "name": null, + "center": [ + 172, + 502 + ], + "peak": [ + 169, + 511 + ], + "area_cells": 668 + }, + { + "id": "range_24", + "name": null, + "center": [ + 167, + 280 + ], + "peak": [ + 167, + 280 + ], + "area_cells": 50 + }, + { + "id": "range_25", + "name": null, + "center": [ + 182, + 48 + ], + "peak": [ + 182, + 55 + ], + "area_cells": 1036 + }, + { + "id": "range_26", + "name": null, + "center": [ + 180, + 195 + ], + "peak": [ + 180, + 196 + ], + "area_cells": 52 + }, + { + "id": "range_28", + "name": null, + "center": [ + 215, + 9 + ], + "peak": [ + 218, + 9 + ], + "area_cells": 41 + }, + { + "id": "range_29", + "name": null, + "center": [ + 218, + 63 + ], + "peak": [ + 216, + 59 + ], + "area_cells": 269 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ172b/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172b/globe.png new file mode 100644 index 000000000..09b9eabd2 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172b/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172b/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172b/heightmap.png new file mode 100644 index 000000000..61c0b7d5e Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172b/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172b/index.md b/wiki/star-systems/GJ-172/bodies/GJ172b/index.md new file mode 100644 index 000000000..2c5d8a081 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ172b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2361661704 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 1.5 +physical: + gravity_g: 0.3 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.953 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172b + +Barren planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 93% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172b/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172b/markers.json new file mode 100644 index 000000000..7cf26791b --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172b/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_67", + "name": null, + "kind": "sea", + "center": [ + 236, + 256 + ], + "area_fraction": 0.0209 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 423 + ], + "peak": [ + 112, + 496 + ], + "area_cells": 7999 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 505 + ], + "peak": [ + 0, + 505 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 338 + ], + "peak": [ + 31, + 335 + ], + "area_cells": 155 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 263 + ], + "peak": [ + 39, + 264 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 291 + ], + "peak": [ + 43, + 292 + ], + "area_cells": 46 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 228 + ], + "peak": [ + 45, + 228 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 120 + ], + "peak": [ + 54, + 123 + ], + "area_cells": 122 + }, + { + "id": "range_12", + "name": null, + "center": [ + 63, + 5 + ], + "peak": [ + 61, + 5 + ], + "area_cells": 96 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 101 + ], + "peak": [ + 61, + 103 + ], + "area_cells": 84 + }, + { + "id": "range_15", + "name": null, + "center": [ + 109, + 32 + ], + "peak": [ + 131, + 48 + ], + "area_cells": 2646 + }, + { + "id": "range_16", + "name": null, + "center": [ + 69, + 278 + ], + "peak": [ + 69, + 285 + ], + "area_cells": 97 + }, + { + "id": "range_17", + "name": null, + "center": [ + 75, + 172 + ], + "peak": [ + 79, + 168 + ], + "area_cells": 173 + }, + { + "id": "range_18", + "name": null, + "center": [ + 77, + 145 + ], + "peak": [ + 78, + 144 + ], + "area_cells": 151 + }, + { + "id": "range_20", + "name": null, + "center": [ + 109, + 180 + ], + "peak": [ + 103, + 185 + ], + "area_cells": 468 + }, + { + "id": "range_21", + "name": null, + "center": [ + 97, + 431 + ], + "peak": [ + 96, + 431 + ], + "area_cells": 21 + }, + { + "id": "range_24", + "name": null, + "center": [ + 105, + 339 + ], + "peak": [ + 108, + 341 + ], + "area_cells": 25 + }, + { + "id": "range_25", + "name": null, + "center": [ + 116, + 356 + ], + "peak": [ + 113, + 357 + ], + "area_cells": 112 + }, + { + "id": "range_28", + "name": null, + "center": [ + 140, + 157 + ], + "peak": [ + 140, + 157 + ], + "area_cells": 76 + }, + { + "id": "range_29", + "name": null, + "center": [ + 147, + 235 + ], + "peak": [ + 144, + 236 + ], + "area_cells": 55 + }, + { + "id": "range_30", + "name": null, + "center": [ + 149, + 221 + ], + "peak": [ + 151, + 221 + ], + "area_cells": 41 + }, + { + "id": "range_32", + "name": null, + "center": [ + 177, + 458 + ], + "peak": [ + 177, + 459 + ], + "area_cells": 31 + }, + { + "id": "range_34", + "name": null, + "center": [ + 185, + 70 + ], + "peak": [ + 186, + 70 + ], + "area_cells": 26 + }, + { + "id": "range_35", + "name": null, + "center": [ + 207, + 431 + ], + "peak": [ + 200, + 430 + ], + "area_cells": 236 + }, + { + "id": "range_36", + "name": null, + "center": [ + 215, + 460 + ], + "peak": [ + 221, + 454 + ], + "area_cells": 137 + }, + { + "id": "range_37", + "name": null, + "center": [ + 218, + 407 + ], + "peak": [ + 224, + 412 + ], + "area_cells": 204 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172c/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172c/globe.png new file mode 100644 index 000000000..61f23f464 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172c/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172c/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172c/heightmap.png new file mode 100644 index 000000000..41ab928f5 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172c/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172c/index.md b/wiki/star-systems/GJ-172/bodies/GJ172c/index.md new file mode 100644 index 000000000..022cfc558 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ172c +name: Kaelong +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1492555166 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.512 + period_days: 150.0 + axial_tilt_deg: 14.5 +physical: + gravity_g: 1.08 + oblateness: 0.005 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.487 + polar_ice_lat: 0.681 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kaelong + +Temperate planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 1.08g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 49% | +| **Year** | 150 days | +| **Inhabited** | yes | +| **Population** | 420K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172c/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172c/markers.json new file mode 100644 index 000000000..0bd45928c --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172c/markers.json @@ -0,0 +1,597 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 126, + 20 + ], + [ + 125, + 21 + ], + [ + 124, + 22 + ], + [ + 123, + 23 + ], + [ + 122, + 22 + ], + [ + 121, + 21 + ], + [ + 120, + 20 + ], + [ + 119, + 19 + ], + [ + 118, + 19 + ], + [ + 118, + 18 + ], + [ + 117, + 17 + ], + [ + 117, + 16 + ], + [ + 117, + 15 + ], + [ + 117, + 14 + ], + [ + 118, + 13 + ], + [ + 119, + 12 + ], + [ + 119, + 11 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 143, + 359 + ], + [ + 143, + 360 + ], + [ + 143, + 361 + ], + [ + 142, + 362 + ], + [ + 141, + 363 + ], + [ + 140, + 364 + ], + [ + 139, + 365 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 15, + 154 + ], + [ + 14, + 155 + ], + [ + 14, + 156 + ], + [ + 13, + 157 + ], + [ + 12, + 156 + ], + [ + 12, + 157 + ], + [ + 11, + 156 + ], + [ + 10, + 156 + ], + [ + 10, + 157 + ], + [ + 11, + 157 + ], + [ + 10, + 158 + ], + [ + 11, + 159 + ], + [ + 12, + 159 + ], + [ + 11, + 158 + ], + [ + 12, + 158 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 99, + 151 + ], + [ + 98, + 152 + ], + [ + 97, + 152 + ], + [ + 96, + 151 + ], + [ + 95, + 150 + ], + [ + 94, + 149 + ], + [ + 95, + 148 + ], + [ + 94, + 147 + ], + [ + 94, + 146 + ], + [ + 94, + 145 + ], + [ + 94, + 144 + ], + [ + 93, + 143 + ], + [ + 94, + 142 + ], + [ + 95, + 141 + ], + [ + 94, + 140 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 84, + 133 + ], + [ + 85, + 133 + ], + [ + 86, + 132 + ], + [ + 87, + 131 + ], + [ + 88, + 130 + ], + [ + 89, + 129 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 109, + 85 + ], + [ + 108, + 86 + ], + [ + 107, + 87 + ], + [ + 106, + 88 + ], + [ + 105, + 89 + ], + [ + 104, + 90 + ], + [ + 103, + 91 + ], + [ + 102, + 92 + ], + [ + 101, + 93 + ], + [ + 100, + 94 + ], + [ + 99, + 94 + ], + [ + 98, + 95 + ], + [ + 97, + 96 + ], + [ + 97, + 97 + ], + [ + 96, + 98 + ], + [ + 96, + 99 + ], + [ + 95, + 100 + ], + [ + 95, + 101 + ], + [ + 95, + 102 + ], + [ + 96, + 103 + ], + [ + 97, + 104 + ], + [ + 96, + 105 + ], + [ + 97, + 106 + ], + [ + 97, + 105 + ], + [ + 96, + 106 + ], + [ + 97, + 107 + ], + [ + 97, + 108 + ], + [ + 97, + 109 + ], + [ + 97, + 110 + ], + [ + 96, + 111 + ], + [ + 96, + 112 + ], + [ + 97, + 113 + ], + [ + 96, + 114 + ], + [ + 97, + 115 + ], + [ + 97, + 116 + ], + [ + 97, + 117 + ], + [ + 98, + 118 + ], + [ + 99, + 119 + ], + [ + 98, + 120 + ], + [ + 97, + 121 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 76, + 232 + ], + [ + 77, + 231 + ], + [ + 78, + 230 + ], + [ + 79, + 229 + ], + [ + 80, + 228 + ], + [ + 81, + 227 + ], + [ + 82, + 226 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 84, + 282 + ], + "area_fraction": 0.424 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 239, + 321 + ], + "area_fraction": 0.0726 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 177, + 129 + ], + "peak": [ + 167, + 113 + ], + "area_cells": 4544 + }, + { + "id": "range_2", + "name": null, + "center": [ + 196, + 340 + ], + "peak": [ + 200, + 338 + ], + "area_cells": 261 + }, + { + "id": "range_3", + "name": null, + "center": [ + 202, + 499 + ], + "peak": [ + 210, + 511 + ], + "area_cells": 798 + }, + { + "id": "range_4", + "name": null, + "center": [ + 208, + 17 + ], + "peak": [ + 204, + 10 + ], + "area_cells": 982 + }, + { + "id": "range_5", + "name": null, + "center": [ + 200, + 210 + ], + "peak": [ + 200, + 210 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 219, + 289 + ], + "peak": [ + 220, + 287 + ], + "area_cells": 327 + }, + { + "id": "range_7", + "name": null, + "center": [ + 211, + 475 + ], + "peak": [ + 212, + 474 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172d/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172d/globe.png new file mode 100644 index 000000000..5d31e152d Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172d/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172d/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172d/heightmap.png new file mode 100644 index 000000000..f884a4c2b Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172d/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172d/index.md b/wiki/star-systems/GJ-172/bodies/GJ172d/index.md new file mode 100644 index 000000000..ef7d910dd --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ172d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2227986829 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 36.4 +physical: + gravity_g: 0.52 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.424 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.133 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172d + +Cold Arid planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172d/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172d/markers.json new file mode 100644 index 000000000..b6e793b26 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172d/markers.json @@ -0,0 +1,1035 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 135, + 143 + ], + [ + 136, + 143 + ], + [ + 137, + 143 + ], + [ + 138, + 142 + ], + [ + 139, + 141 + ], + [ + 140, + 142 + ], + [ + 141, + 142 + ], + [ + 142, + 141 + ], + [ + 143, + 142 + ], + [ + 143, + 141 + ], + [ + 142, + 142 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 243, + 367 + ], + [ + 243, + 366 + ], + [ + 244, + 366 + ], + [ + 245, + 365 + ], + [ + 245, + 366 + ], + [ + 246, + 366 + ], + [ + 247, + 365 + ], + [ + 248, + 364 + ], + [ + 249, + 363 + ], + [ + 250, + 362 + ], + [ + 251, + 362 + ], + [ + 250, + 361 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 150, + 263 + ], + [ + 149, + 262 + ], + [ + 148, + 261 + ], + [ + 148, + 260 + ], + [ + 148, + 259 + ], + [ + 149, + 258 + ], + [ + 150, + 257 + ], + [ + 149, + 256 + ], + [ + 150, + 255 + ], + [ + 149, + 254 + ], + [ + 148, + 253 + ], + [ + 147, + 252 + ], + [ + 146, + 252 + ], + [ + 145, + 253 + ], + [ + 144, + 253 + ], + [ + 143, + 253 + ], + [ + 142, + 253 + ], + [ + 141, + 253 + ], + [ + 140, + 253 + ], + [ + 139, + 253 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 153, + 383 + ], + [ + 152, + 382 + ], + [ + 151, + 382 + ], + [ + 150, + 381 + ], + [ + 149, + 380 + ], + [ + 148, + 379 + ], + [ + 147, + 378 + ], + [ + 147, + 379 + ], + [ + 147, + 380 + ], + [ + 146, + 379 + ], + [ + 145, + 380 + ], + [ + 145, + 381 + ], + [ + 146, + 381 + ], + [ + 145, + 382 + ], + [ + 145, + 383 + ], + [ + 146, + 382 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 225, + 299 + ], + [ + 226, + 300 + ], + [ + 227, + 300 + ], + [ + 227, + 301 + ], + [ + 227, + 302 + ], + [ + 228, + 303 + ], + [ + 229, + 303 + ], + [ + 230, + 303 + ], + [ + 231, + 302 + ], + [ + 232, + 301 + ], + [ + 233, + 301 + ], + [ + 234, + 302 + ], + [ + 235, + 301 + ], + [ + 236, + 302 + ], + [ + 237, + 302 + ], + [ + 238, + 303 + ], + [ + 239, + 303 + ], + [ + 239, + 302 + ], + [ + 238, + 302 + ], + [ + 239, + 301 + ], + [ + 240, + 301 + ], + [ + 240, + 302 + ], + [ + 241, + 303 + ], + [ + 242, + 303 + ], + [ + 243, + 302 + ], + [ + 242, + 302 + ], + [ + 242, + 301 + ], + [ + 243, + 300 + ], + [ + 242, + 299 + ], + [ + 241, + 299 + ], + [ + 240, + 299 + ], + [ + 240, + 300 + ], + [ + 239, + 300 + ], + [ + 238, + 299 + ], + [ + 238, + 298 + ], + [ + 239, + 297 + ], + [ + 239, + 298 + ], + [ + 239, + 299 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 193, + 197 + ], + [ + 192, + 196 + ], + [ + 191, + 195 + ], + [ + 190, + 194 + ], + [ + 189, + 193 + ], + [ + 188, + 192 + ], + [ + 187, + 191 + ], + [ + 186, + 191 + ], + [ + 186, + 190 + ], + [ + 186, + 189 + ], + [ + 185, + 190 + ], + [ + 184, + 189 + ], + [ + 183, + 188 + ], + [ + 184, + 187 + ], + [ + 183, + 186 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 239, + 157 + ], + [ + 240, + 158 + ], + [ + 241, + 159 + ], + [ + 242, + 160 + ], + [ + 243, + 159 + ], + [ + 244, + 159 + ], + [ + 245, + 158 + ], + [ + 246, + 159 + ], + [ + 247, + 159 + ], + [ + 248, + 160 + ], + [ + 249, + 161 + ], + [ + 250, + 162 + ], + [ + 251, + 161 + ], + [ + 251, + 160 + ], + [ + 252, + 160 + ], + [ + 253, + 161 + ], + [ + 252, + 161 + ], + [ + 253, + 160 + ], + [ + 254, + 159 + ], + [ + 255, + 159 + ], + [ + 255, + 158 + ], + [ + 255, + 157 + ], + [ + 254, + 156 + ], + [ + 253, + 155 + ], + [ + 254, + 154 + ], + [ + 255, + 154 + ], + [ + 254, + 155 + ], + [ + 253, + 154 + ], + [ + 253, + 153 + ], + [ + 254, + 152 + ], + [ + 255, + 151 + ], + [ + 255, + 150 + ], + [ + 254, + 149 + ], + [ + 254, + 148 + ], + [ + 254, + 147 + ], + [ + 255, + 146 + ], + [ + 255, + 147 + ], + [ + 254, + 146 + ], + [ + 254, + 145 + ], + [ + 255, + 144 + ], + [ + 254, + 144 + ], + [ + 255, + 143 + ], + [ + 254, + 142 + ], + [ + 255, + 142 + ], + [ + 254, + 143 + ], + [ + 253, + 143 + ], + [ + 252, + 144 + ], + [ + 253, + 145 + ], + [ + 252, + 145 + ], + [ + 252, + 146 + ], + [ + 253, + 147 + ], + [ + 252, + 147 + ], + [ + 253, + 146 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 198, + 207 + ], + [ + 197, + 206 + ], + [ + 196, + 205 + ], + [ + 196, + 204 + ], + [ + 197, + 203 + ], + [ + 198, + 202 + ], + [ + 199, + 202 + ], + [ + 200, + 201 + ], + [ + 201, + 200 + ], + [ + 202, + 201 + ], + [ + 203, + 200 + ], + [ + 204, + 199 + ], + [ + 205, + 198 + ], + [ + 206, + 198 + ], + [ + 207, + 198 + ], + [ + 208, + 199 + ], + [ + 209, + 198 + ], + [ + 210, + 199 + ], + [ + 211, + 198 + ], + [ + 212, + 197 + ], + [ + 213, + 197 + ], + [ + 214, + 196 + ], + [ + 215, + 197 + ], + [ + 216, + 198 + ], + [ + 216, + 199 + ], + [ + 215, + 200 + ], + [ + 216, + 200 + ], + [ + 215, + 199 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 194, + 442 + ], + [ + 195, + 443 + ], + [ + 196, + 444 + ], + [ + 197, + 445 + ], + [ + 197, + 446 + ], + [ + 198, + 446 + ], + [ + 199, + 446 + ], + [ + 199, + 445 + ], + [ + 198, + 444 + ], + [ + 198, + 445 + ], + [ + 199, + 444 + ], + [ + 200, + 445 + ], + [ + 201, + 446 + ], + [ + 200, + 446 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 235, + 254 + ], + [ + 234, + 255 + ], + [ + 233, + 256 + ], + [ + 232, + 256 + ], + [ + 231, + 255 + ], + [ + 230, + 255 + ], + [ + 229, + 255 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 70 + ], + "peak": [ + 51, + 17 + ], + "area_cells": 3774 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 484 + ], + "peak": [ + 105, + 482 + ], + "area_cells": 3437 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 22 + ], + "peak": [ + 73, + 21 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 4 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 134 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 38 + ], + "peak": [ + 100, + 34 + ], + "area_cells": 384 + }, + { + "id": "range_7", + "name": null, + "center": [ + 137, + 56 + ], + "peak": [ + 138, + 54 + ], + "area_cells": 541 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 489 + ], + "peak": [ + 151, + 482 + ], + "area_cells": 434 + }, + { + "id": "range_10", + "name": null, + "center": [ + 156, + 9 + ], + "peak": [ + 157, + 9 + ], + "area_cells": 173 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172e-m1/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/globe.png new file mode 100644 index 000000000..7d56dc78c Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172e-m1/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/heightmap.png new file mode 100644 index 000000000..2094ee258 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172e-m1/index.md b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/index.md new file mode 100644 index 000000000..335acc52c --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ172e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3917457042 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.08 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.218 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.322 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172e-m1 + +Frozen moon. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 95% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172e-m1/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/markers.json new file mode 100644 index 000000000..4c32f2b0e --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172e-m1/markers.json @@ -0,0 +1,48 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 111, + 432 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 180, + 469 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 245 + ], + "peak": [ + 10, + 172 + ], + "area_cells": 21407 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172e/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172e/globe.png new file mode 100644 index 000000000..37833de0e Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172e/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172e/index.md b/wiki/star-systems/GJ-172/bodies/GJ172e/index.md new file mode 100644 index 000000000..f79c5d533 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ172e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2539314515 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 6.9 +physical: + gravity_g: null + oblateness: 0.0599 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.282 +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.13 +--- + +# GJ172e + +Gas giant. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172f/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172f/globe.png new file mode 100644 index 000000000..bb16abfca Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172f/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172f/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172f/heightmap.png new file mode 100644 index 000000000..dd84c9012 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172f/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172f/index.md b/wiki/star-systems/GJ-172/bodies/GJ172f/index.md new file mode 100644 index 000000000..6c898d55a --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ172f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 441918579 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.42 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.867 + polar_ice_lat: 0.091 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172f + +Frozen planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172f/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172f/markers.json new file mode 100644 index 000000000..99ea801b5 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172f/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 40, + 67 + ], + "area_fraction": 0.0712 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 19, + 460 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 70, + 187 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 470 + ], + "peak": [ + 99, + 470 + ], + "area_cells": 49 + }, + { + "id": "range_2", + "name": null, + "center": [ + 124, + 146 + ], + "peak": [ + 124, + 147 + ], + "area_cells": 151 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 177 + ], + "peak": [ + 133, + 186 + ], + "area_cells": 516 + }, + { + "id": "range_4", + "name": null, + "center": [ + 174, + 24 + ], + "peak": [ + 178, + 9 + ], + "area_cells": 3538 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 329 + ], + "peak": [ + 236, + 234 + ], + "area_cells": 15488 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 205 + ], + "peak": [ + 159, + 206 + ], + "area_cells": 82 + }, + { + "id": "range_10", + "name": null, + "center": [ + 216, + 152 + ], + "peak": [ + 223, + 153 + ], + "area_cells": 313 + }, + { + "id": "range_11", + "name": null, + "center": [ + 236, + 415 + ], + "peak": [ + 243, + 425 + ], + "area_cells": 1975 + }, + { + "id": "range_14", + "name": null, + "center": [ + 248, + 185 + ], + "peak": [ + 253, + 185 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 239, + 464 + ], + "peak": [ + 241, + 463 + ], + "area_cells": 57 + }, + { + "id": "range_16", + "name": null, + "center": [ + 246, + 385 + ], + "peak": [ + 248, + 386 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172g/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172g/globe.png new file mode 100644 index 000000000..fcf57e83f Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172g/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172g/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172g/heightmap.png new file mode 100644 index 000000000..451bd47ba Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172g/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172g/index.md b/wiki/star-systems/GJ-172/bodies/GJ172g/index.md new file mode 100644 index 000000000..3000a651d --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ172g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2358892281 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 45.7 +physical: + gravity_g: 0.34 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.713 + polar_ice_lat: 0.231 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172g + +Frozen planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172g/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172g/markers.json new file mode 100644 index 000000000..28dfad6d3 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172g/markers.json @@ -0,0 +1,212 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 10, + 73 + ], + "area_fraction": 0.0238 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 324 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 16, + 475 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 118, + 88 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_18", + "name": null, + "kind": "ocean", + "center": [ + 183, + 444 + ], + "area_fraction": 0.1019 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 142, + 226 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 206, + 41 + ], + "area_fraction": 0.0467 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 210, + 209 + ], + "area_fraction": 0.0369 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 136 + ], + "peak": [ + 36, + 137 + ], + "area_cells": 385 + }, + { + "id": "range_2", + "name": null, + "center": [ + 78, + 354 + ], + "peak": [ + 84, + 320 + ], + "area_cells": 8084 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 472 + ], + "peak": [ + 64, + 484 + ], + "area_cells": 1477 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 205 + ], + "peak": [ + 48, + 205 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 5 + ], + "peak": [ + 65, + 8 + ], + "area_cells": 441 + }, + { + "id": "range_7", + "name": null, + "center": [ + 89, + 501 + ], + "peak": [ + 86, + 511 + ], + "area_cells": 145 + }, + { + "id": "range_10", + "name": null, + "center": [ + 99, + 42 + ], + "peak": [ + 100, + 43 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 247, + 229 + ], + "peak": [ + 250, + 212 + ], + "area_cells": 1090 + }, + { + "id": "range_12", + "name": null, + "center": [ + 240, + 385 + ], + "peak": [ + 239, + 385 + ], + "area_cells": 154 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172h/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172h/globe.png new file mode 100644 index 000000000..8a4dce14f Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172h/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172h/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172h/heightmap.png new file mode 100644 index 000000000..746fbebc1 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172h/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172h/index.md b/wiki/star-systems/GJ-172/bodies/GJ172h/index.md new file mode 100644 index 000000000..80ee22300 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ172h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4117918306 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.416 + period_days: 10000.0 + axial_tilt_deg: 49.5 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172h + +Frozen planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172h/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172h/markers.json new file mode 100644 index 000000000..1bb0689bb --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172h/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 208, + 385 + ], + "area_fraction": 0.0716 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 210, + 72 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 231, + 257 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 34, + 295 + ], + "peak": [ + 75, + 237 + ], + "area_cells": 19711 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 3 + ], + "peak": [ + 22, + 0 + ], + "area_cells": 131 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 66 + ], + "peak": [ + 14, + 63 + ], + "area_cells": 137 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 381 + ], + "peak": [ + 107, + 380 + ], + "area_cells": 3083 + }, + { + "id": "range_8", + "name": null, + "center": [ + 89, + 470 + ], + "peak": [ + 87, + 486 + ], + "area_cells": 4393 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 14 + ], + "peak": [ + 76, + 32 + ], + "area_cells": 642 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 162 + ], + "peak": [ + 65, + 164 + ], + "area_cells": 24 + }, + { + "id": "range_16", + "name": null, + "center": [ + 90, + 319 + ], + "peak": [ + 92, + 315 + ], + "area_cells": 212 + }, + { + "id": "range_17", + "name": null, + "center": [ + 107, + 137 + ], + "peak": [ + 107, + 146 + ], + "area_cells": 410 + }, + { + "id": "range_20", + "name": null, + "center": [ + 134, + 139 + ], + "peak": [ + 134, + 138 + ], + "area_cells": 94 + }, + { + "id": "range_23", + "name": null, + "center": [ + 241, + 147 + ], + "peak": [ + 242, + 149 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-172/bodies/GJ172i/globe.png b/wiki/star-systems/GJ-172/bodies/GJ172i/globe.png new file mode 100644 index 000000000..57f60ee35 Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172i/globe.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172i/heightmap.png b/wiki/star-systems/GJ-172/bodies/GJ172i/heightmap.png new file mode 100644 index 000000000..f27224ede Binary files /dev/null and b/wiki/star-systems/GJ-172/bodies/GJ172i/heightmap.png differ diff --git a/wiki/star-systems/GJ-172/bodies/GJ172i/index.md b/wiki/star-systems/GJ-172/bodies/GJ172i/index.md new file mode 100644 index 000000000..be7d4ccc5 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ172i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4173203977 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 50.5 +physical: + gravity_g: 0.1 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.765 + polar_ice_lat: 0.103 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ172i + +Frozen planet. + +**System:** [GJ-172](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-172/bodies/GJ172i/markers.json b/wiki/star-systems/GJ-172/bodies/GJ172i/markers.json new file mode 100644 index 000000000..b01b13c08 --- /dev/null +++ b/wiki/star-systems/GJ-172/bodies/GJ172i/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 46, + 215 + ], + "area_fraction": 0.1857 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 33, + 486 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 76, + 202 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 135, + 91 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 483 + ], + "peak": [ + 129, + 483 + ], + "area_cells": 564 + }, + { + "id": "range_2", + "name": null, + "center": [ + 138, + 391 + ], + "peak": [ + 138, + 389 + ], + "area_cells": 146 + }, + { + "id": "range_4", + "name": null, + "center": [ + 176, + 315 + ], + "peak": [ + 188, + 322 + ], + "area_cells": 2636 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 424 + ], + "peak": [ + 152, + 425 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 181, + 489 + ], + "peak": [ + 189, + 497 + ], + "area_cells": 1684 + }, + { + "id": "range_9", + "name": null, + "center": [ + 181, + 25 + ], + "peak": [ + 176, + 37 + ], + "area_cells": 2167 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ174b/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174b/globe.png new file mode 100644 index 000000000..f5ef3412b Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174b/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174b/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174b/heightmap.png new file mode 100644 index 000000000..8fc0670e3 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174b/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174b/index.md b/wiki/star-systems/GJ-174/bodies/GJ174b/index.md new file mode 100644 index 000000000..c41c1ed23 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ174b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 618758929 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 40.3 +physical: + gravity_g: 0.42 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.816 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174b + +Barren planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 93% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174b/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174b/markers.json new file mode 100644 index 000000000..91917dac6 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174b/markers.json @@ -0,0 +1,344 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 123, + 246 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 134, + 290 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 141, + 200 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 135 + ], + "peak": [ + 91, + 112 + ], + "area_cells": 8118 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 387 + ], + "peak": [ + 6, + 356 + ], + "area_cells": 3395 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 453 + ], + "peak": [ + 0, + 453 + ], + "area_cells": 46 + }, + { + "id": "range_9", + "name": null, + "center": [ + 44, + 258 + ], + "peak": [ + 44, + 258 + ], + "area_cells": 55 + }, + { + "id": "range_10", + "name": null, + "center": [ + 40, + 491 + ], + "peak": [ + 41, + 491 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 112, + 294 + ], + "peak": [ + 111, + 294 + ], + "area_cells": 150 + }, + { + "id": "range_17", + "name": null, + "center": [ + 117, + 74 + ], + "peak": [ + 118, + 75 + ], + "area_cells": 93 + }, + { + "id": "range_19", + "name": null, + "center": [ + 132, + 28 + ], + "peak": [ + 133, + 29 + ], + "area_cells": 33 + }, + { + "id": "range_20", + "name": null, + "center": [ + 147, + 160 + ], + "peak": [ + 154, + 158 + ], + "area_cells": 374 + }, + { + "id": "range_23", + "name": null, + "center": [ + 142, + 453 + ], + "peak": [ + 144, + 450 + ], + "area_cells": 47 + }, + { + "id": "range_25", + "name": null, + "center": [ + 152, + 309 + ], + "peak": [ + 152, + 301 + ], + "area_cells": 167 + }, + { + "id": "range_26", + "name": null, + "center": [ + 157, + 274 + ], + "peak": [ + 161, + 280 + ], + "area_cells": 218 + }, + { + "id": "range_27", + "name": null, + "center": [ + 172, + 138 + ], + "peak": [ + 163, + 136 + ], + "area_cells": 215 + }, + { + "id": "range_31", + "name": null, + "center": [ + 183, + 156 + ], + "peak": [ + 183, + 156 + ], + "area_cells": 34 + }, + { + "id": "range_32", + "name": null, + "center": [ + 186, + 282 + ], + "peak": [ + 187, + 283 + ], + "area_cells": 69 + }, + { + "id": "range_33", + "name": null, + "center": [ + 188, + 1 + ], + "peak": [ + 187, + 0 + ], + "area_cells": 45 + }, + { + "id": "range_34", + "name": null, + "center": [ + 194, + 240 + ], + "peak": [ + 197, + 240 + ], + "area_cells": 234 + }, + { + "id": "range_35", + "name": null, + "center": [ + 191, + 510 + ], + "peak": [ + 187, + 511 + ], + "area_cells": 42 + }, + { + "id": "range_36", + "name": null, + "center": [ + 196, + 492 + ], + "peak": [ + 198, + 491 + ], + "area_cells": 92 + }, + { + "id": "range_37", + "name": null, + "center": [ + 201, + 128 + ], + "peak": [ + 202, + 128 + ], + "area_cells": 47 + }, + { + "id": "range_38", + "name": null, + "center": [ + 203, + 265 + ], + "peak": [ + 204, + 264 + ], + "area_cells": 63 + }, + { + "id": "range_39", + "name": null, + "center": [ + 219, + 491 + ], + "peak": [ + 224, + 489 + ], + "area_cells": 130 + }, + { + "id": "range_40", + "name": null, + "center": [ + 219, + 6 + ], + "peak": [ + 220, + 7 + ], + "area_cells": 102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174c/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174c/globe.png new file mode 100644 index 000000000..a3f5d2f0f Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174c/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174c/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174c/heightmap.png new file mode 100644 index 000000000..32e427837 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174c/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174c/index.md b/wiki/star-systems/GJ-174/bodies/GJ174c/index.md new file mode 100644 index 000000000..614482317 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ174c +name: Clausthal +body_type: planet +planet_class: temperate +body_scale: planet +seed: 810344930 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.9 + oblateness: 0.0018 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.383 + polar_ice_lat: 0.734 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Clausthal + +Temperate planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 38% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 20K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174c/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174c/markers.json new file mode 100644 index 000000000..6a2b6c273 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174c/markers.json @@ -0,0 +1,492 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 86, + 221 + ], + [ + 85, + 222 + ], + [ + 84, + 222 + ], + [ + 83, + 222 + ], + [ + 82, + 221 + ], + [ + 81, + 220 + ], + [ + 80, + 219 + ], + [ + 79, + 218 + ], + [ + 78, + 217 + ], + [ + 78, + 216 + ], + [ + 78, + 215 + ], + [ + 78, + 214 + ], + [ + 79, + 213 + ], + [ + 78, + 212 + ], + [ + 79, + 211 + ], + [ + 78, + 210 + ], + [ + 79, + 209 + ], + [ + 78, + 208 + ], + [ + 79, + 207 + ], + [ + 78, + 206 + ], + [ + 78, + 205 + ], + [ + 79, + 204 + ], + [ + 80, + 203 + ], + [ + 81, + 202 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 202, + 117 + ], + [ + 203, + 118 + ], + [ + 203, + 119 + ], + [ + 204, + 120 + ], + [ + 205, + 119 + ], + [ + 206, + 120 + ], + [ + 207, + 120 + ], + [ + 208, + 119 + ], + [ + 207, + 119 + ], + [ + 207, + 118 + ], + [ + 206, + 117 + ], + [ + 206, + 116 + ], + [ + 207, + 115 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 244, + 484 + ], + [ + 243, + 483 + ], + [ + 242, + 483 + ], + [ + 241, + 482 + ], + [ + 240, + 481 + ], + [ + 239, + 480 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 94, + 480 + ], + [ + 95, + 481 + ], + [ + 96, + 480 + ], + [ + 97, + 479 + ], + [ + 98, + 478 + ], + [ + 99, + 479 + ], + [ + 100, + 478 + ], + [ + 101, + 477 + ], + [ + 102, + 476 + ], + [ + 103, + 476 + ], + [ + 104, + 476 + ], + [ + 105, + 475 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 246, + 0 + ], + [ + 247, + 0 + ], + [ + 248, + 1 + ], + [ + 249, + 0 + ], + [ + 250, + 1 + ], + [ + 251, + 2 + ], + [ + 252, + 2 + ], + [ + 253, + 1 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 209, + 223 + ], + [ + 210, + 222 + ], + [ + 211, + 223 + ], + [ + 212, + 224 + ], + [ + 213, + 225 + ], + [ + 214, + 226 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 246, + 509 + ], + [ + 247, + 510 + ], + [ + 248, + 510 + ], + [ + 249, + 510 + ], + [ + 250, + 509 + ], + [ + 251, + 508 + ], + [ + 252, + 509 + ], + [ + 253, + 509 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 94, + 194 + ], + [ + 93, + 193 + ], + [ + 92, + 193 + ], + [ + 91, + 193 + ], + [ + 90, + 192 + ], + [ + 89, + 192 + ], + [ + 88, + 191 + ], + [ + 87, + 190 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 169, + 254 + ], + "area_fraction": 0.608 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 362 + ], + "peak": [ + 16, + 366 + ], + "area_cells": 411 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 499 + ], + "peak": [ + 47, + 500 + ], + "area_cells": 26 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 70 + ], + "peak": [ + 59, + 43 + ], + "area_cells": 623 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 295 + ], + "peak": [ + 52, + 293 + ], + "area_cells": 89 + }, + { + "id": "range_5", + "name": null, + "center": [ + 57, + 250 + ], + "peak": [ + 57, + 255 + ], + "area_cells": 62 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 18 + ], + "peak": [ + 73, + 18 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174d/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174d/globe.png new file mode 100644 index 000000000..d6977275c Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174d/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174d/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174d/heightmap.png new file mode 100644 index 000000000..73706f119 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174d/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174d/index.md b/wiki/star-systems/GJ-174/bodies/GJ174d/index.md new file mode 100644 index 000000000..5766c1580 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ174d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 455979081 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.56 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.447 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.11 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174d + +Cold Arid planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174d/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174d/markers.json new file mode 100644 index 000000000..f94c5606b --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174d/markers.json @@ -0,0 +1,925 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 238, + 293 + ], + [ + 239, + 294 + ], + [ + 240, + 295 + ], + [ + 239, + 296 + ], + [ + 240, + 296 + ], + [ + 239, + 295 + ], + [ + 238, + 296 + ], + [ + 237, + 295 + ], + [ + 236, + 296 + ], + [ + 235, + 295 + ], + [ + 234, + 295 + ], + [ + 233, + 295 + ], + [ + 233, + 296 + ], + [ + 232, + 295 + ], + [ + 231, + 295 + ], + [ + 232, + 296 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 223, + 412 + ], + [ + 224, + 411 + ], + [ + 225, + 410 + ], + [ + 226, + 409 + ], + [ + 227, + 408 + ], + [ + 228, + 407 + ], + [ + 229, + 406 + ], + [ + 230, + 405 + ], + [ + 230, + 404 + ], + [ + 230, + 403 + ], + [ + 230, + 402 + ], + [ + 231, + 401 + ], + [ + 232, + 400 + ], + [ + 233, + 399 + ], + [ + 233, + 398 + ], + [ + 232, + 397 + ], + [ + 232, + 396 + ], + [ + 233, + 395 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 123, + 445 + ], + [ + 124, + 444 + ], + [ + 125, + 443 + ], + [ + 126, + 442 + ], + [ + 127, + 441 + ], + [ + 127, + 440 + ], + [ + 128, + 440 + ], + [ + 128, + 439 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 159, + 196 + ], + [ + 158, + 197 + ], + [ + 157, + 198 + ], + [ + 156, + 198 + ], + [ + 155, + 197 + ], + [ + 154, + 197 + ], + [ + 153, + 196 + ], + [ + 152, + 196 + ], + [ + 151, + 195 + ], + [ + 150, + 194 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 146, + 68 + ], + [ + 145, + 67 + ], + [ + 144, + 66 + ], + [ + 144, + 65 + ], + [ + 145, + 64 + ], + [ + 146, + 63 + ], + [ + 147, + 62 + ], + [ + 147, + 61 + ], + [ + 147, + 60 + ], + [ + 148, + 59 + ], + [ + 149, + 58 + ], + [ + 149, + 57 + ], + [ + 150, + 56 + ], + [ + 149, + 55 + ], + [ + 149, + 54 + ], + [ + 149, + 53 + ], + [ + 150, + 52 + ], + [ + 151, + 51 + ], + [ + 152, + 50 + ], + [ + 151, + 49 + ], + [ + 151, + 48 + ], + [ + 152, + 48 + ], + [ + 153, + 47 + ], + [ + 152, + 47 + ], + [ + 152, + 46 + ], + [ + 152, + 45 + ], + [ + 153, + 45 + ], + [ + 154, + 44 + ], + [ + 154, + 45 + ], + [ + 155, + 44 + ], + [ + 155, + 43 + ], + [ + 154, + 42 + ], + [ + 155, + 42 + ], + [ + 155, + 41 + ], + [ + 155, + 40 + ], + [ + 156, + 39 + ], + [ + 157, + 38 + ], + [ + 156, + 37 + ], + [ + 157, + 36 + ], + [ + 158, + 35 + ], + [ + 158, + 34 + ], + [ + 158, + 33 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 207, + 499 + ], + [ + 206, + 498 + ], + [ + 205, + 497 + ], + [ + 204, + 496 + ], + [ + 203, + 496 + ], + [ + 202, + 495 + ], + [ + 201, + 495 + ], + [ + 200, + 494 + ], + [ + 199, + 495 + ], + [ + 198, + 495 + ], + [ + 197, + 495 + ], + [ + 196, + 494 + ], + [ + 195, + 494 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 224, + 209 + ], + [ + 224, + 208 + ], + [ + 225, + 207 + ], + [ + 226, + 206 + ], + [ + 227, + 205 + ], + [ + 226, + 204 + ], + [ + 227, + 204 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 219, + 472 + ], + [ + 220, + 473 + ], + [ + 221, + 474 + ], + [ + 222, + 475 + ], + [ + 223, + 476 + ], + [ + 224, + 477 + ], + [ + 225, + 478 + ], + [ + 226, + 478 + ], + [ + 227, + 478 + ], + [ + 228, + 477 + ], + [ + 229, + 477 + ], + [ + 230, + 478 + ], + [ + 231, + 478 + ], + [ + 232, + 478 + ], + [ + 233, + 477 + ], + [ + 234, + 478 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 201, + 181 + ], + [ + 200, + 182 + ], + [ + 199, + 183 + ], + [ + 198, + 183 + ], + [ + 197, + 184 + ], + [ + 196, + 185 + ], + [ + 195, + 186 + ], + [ + 194, + 187 + ], + [ + 193, + 188 + ], + [ + 192, + 189 + ], + [ + 191, + 190 + ], + [ + 190, + 189 + ], + [ + 189, + 190 + ], + [ + 190, + 191 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 222, + 227 + ], + [ + 223, + 228 + ], + [ + 224, + 229 + ], + [ + 225, + 230 + ], + [ + 226, + 231 + ], + [ + 227, + 232 + ], + [ + 228, + 233 + ], + [ + 229, + 232 + ], + [ + 230, + 232 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 249, + 250 + ], + [ + 248, + 249 + ], + [ + 247, + 248 + ], + [ + 246, + 249 + ], + [ + 245, + 248 + ], + [ + 244, + 248 + ], + [ + 243, + 247 + ], + [ + 242, + 246 + ], + [ + 242, + 245 + ], + [ + 241, + 244 + ], + [ + 242, + 244 + ], + [ + 243, + 244 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 102, + 45 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 181, + 114 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 184, + 410 + ], + "area_fraction": 0.0228 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 232, + 361 + ], + "area_fraction": 0.0179 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 79 + ], + "peak": [ + 68, + 46 + ], + "area_cells": 5082 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 500 + ], + "peak": [ + 53, + 511 + ], + "area_cells": 343 + }, + { + "id": "range_3", + "name": null, + "center": [ + 52, + 262 + ], + "peak": [ + 51, + 264 + ], + "area_cells": 96 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 379 + ], + "peak": [ + 83, + 386 + ], + "area_cells": 521 + }, + { + "id": "range_5", + "name": null, + "center": [ + 73, + 227 + ], + "peak": [ + 73, + 227 + ], + "area_cells": 202 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 172 + ], + "peak": [ + 76, + 173 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 119, + 262 + ], + "peak": [ + 130, + 304 + ], + "area_cells": 8664 + }, + { + "id": "range_8", + "name": null, + "center": [ + 112, + 428 + ], + "peak": [ + 112, + 432 + ], + "area_cells": 177 + }, + { + "id": "range_10", + "name": null, + "center": [ + 130, + 360 + ], + "peak": [ + 131, + 361 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 156, + 451 + ], + "peak": [ + 158, + 457 + ], + "area_cells": 685 + }, + { + "id": "range_13", + "name": null, + "center": [ + 143, + 492 + ], + "peak": [ + 143, + 491 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174e-m1/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/globe.png new file mode 100644 index 000000000..41dc4dedc Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174e-m1/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/heightmap.png new file mode 100644 index 000000000..8a23106a0 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174e-m1/index.md b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/index.md new file mode 100644 index 000000000..22671f61a --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ174e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2550867722 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.11 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.291 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174e-m1 + +Frozen moon. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174e-m1/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/markers.json new file mode 100644 index 000000000..b213797f9 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174e-m1/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 46 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 405 + ], + "area_fraction": 0.0558 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 216 + ], + "peak": [ + 60, + 204 + ], + "area_cells": 673 + }, + { + "id": "range_2", + "name": null, + "center": [ + 106, + 428 + ], + "peak": [ + 106, + 429 + ], + "area_cells": 73 + }, + { + "id": "range_4", + "name": null, + "center": [ + 120, + 84 + ], + "peak": [ + 120, + 88 + ], + "area_cells": 449 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 275 + ], + "peak": [ + 119, + 276 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 216 + ], + "peak": [ + 134, + 211 + ], + "area_cells": 140 + }, + { + "id": "range_7", + "name": null, + "center": [ + 136, + 98 + ], + "peak": [ + 133, + 96 + ], + "area_cells": 139 + }, + { + "id": "range_10", + "name": null, + "center": [ + 167, + 330 + ], + "peak": [ + 166, + 328 + ], + "area_cells": 299 + }, + { + "id": "range_11", + "name": null, + "center": [ + 220, + 109 + ], + "peak": [ + 176, + 86 + ], + "area_cells": 15812 + }, + { + "id": "range_12", + "name": null, + "center": [ + 221, + 434 + ], + "peak": [ + 209, + 492 + ], + "area_cells": 8891 + }, + { + "id": "range_13", + "name": null, + "center": [ + 172, + 270 + ], + "peak": [ + 173, + 271 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 182, + 397 + ], + "peak": [ + 180, + 398 + ], + "area_cells": 171 + }, + { + "id": "range_15", + "name": null, + "center": [ + 183, + 336 + ], + "peak": [ + 184, + 336 + ], + "area_cells": 49 + }, + { + "id": "range_16", + "name": null, + "center": [ + 192, + 214 + ], + "peak": [ + 192, + 217 + ], + "area_cells": 39 + }, + { + "id": "range_17", + "name": null, + "center": [ + 208, + 307 + ], + "peak": [ + 209, + 311 + ], + "area_cells": 163 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174e/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174e/globe.png new file mode 100644 index 000000000..4347cd337 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174e/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174e/index.md b/wiki/star-systems/GJ-174/bodies/GJ174e/index.md new file mode 100644 index 000000000..149232b62 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ174e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3663482069 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 6.2 +physical: + gravity_g: null + oblateness: 0.0703 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.165 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.062 +rings: + enabled: true + inner_radius_factor: 1.1 + outer_radius_factor: 2.25 + opacity_base: 0.56 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ174e + +Gas giant. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174f/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174f/globe.png new file mode 100644 index 000000000..a2cd6cef9 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174f/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174f/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174f/heightmap.png new file mode 100644 index 000000000..4aea0d8fe Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174f/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174f/index.md b/wiki/star-systems/GJ-174/bodies/GJ174f/index.md new file mode 100644 index 000000000..91fecc9f2 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ174f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2141019670 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.44 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.73 + polar_ice_lat: 0.278 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174f + +Frozen planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174f/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174f/markers.json new file mode 100644 index 000000000..05ae069be --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174f/markers.json @@ -0,0 +1,263 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 38, + 175 + ], + "area_fraction": 0.0864 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 127, + 269 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 132, + 413 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_28", + "name": null, + "kind": "ocean", + "center": [ + 216, + 220 + ], + "area_fraction": 0.118 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 332 + ], + "peak": [ + 5, + 315 + ], + "area_cells": 1058 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 472 + ], + "peak": [ + 66, + 481 + ], + "area_cells": 2546 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 345 + ], + "peak": [ + 79, + 333 + ], + "area_cells": 1128 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 420 + ], + "peak": [ + 62, + 416 + ], + "area_cells": 131 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 347 + ], + "peak": [ + 62, + 348 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 88 + ], + "peak": [ + 88, + 56 + ], + "area_cells": 6609 + }, + { + "id": "range_12", + "name": null, + "center": [ + 88, + 253 + ], + "peak": [ + 90, + 253 + ], + "area_cells": 114 + }, + { + "id": "range_13", + "name": null, + "center": [ + 94, + 293 + ], + "peak": [ + 96, + 288 + ], + "area_cells": 285 + }, + { + "id": "range_14", + "name": null, + "center": [ + 108, + 337 + ], + "peak": [ + 118, + 330 + ], + "area_cells": 696 + }, + { + "id": "range_15", + "name": null, + "center": [ + 103, + 251 + ], + "peak": [ + 104, + 255 + ], + "area_cells": 138 + }, + { + "id": "range_16", + "name": null, + "center": [ + 105, + 277 + ], + "peak": [ + 105, + 278 + ], + "area_cells": 57 + }, + { + "id": "range_17", + "name": null, + "center": [ + 151, + 335 + ], + "peak": [ + 151, + 336 + ], + "area_cells": 603 + }, + { + "id": "range_19", + "name": null, + "center": [ + 156, + 65 + ], + "peak": [ + 157, + 65 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 176, + 219 + ], + "peak": [ + 176, + 237 + ], + "area_cells": 739 + }, + { + "id": "range_21", + "name": null, + "center": [ + 175, + 290 + ], + "peak": [ + 177, + 280 + ], + "area_cells": 875 + }, + { + "id": "range_22", + "name": null, + "center": [ + 182, + 477 + ], + "peak": [ + 182, + 480 + ], + "area_cells": 309 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174g/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174g/globe.png new file mode 100644 index 000000000..187b1f4d7 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174g/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174g/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174g/heightmap.png new file mode 100644 index 000000000..60b43ec75 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174g/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174g/index.md b/wiki/star-systems/GJ-174/bodies/GJ174g/index.md new file mode 100644 index 000000000..d7c660932 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ174g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 494427996 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.859 + period_days: 10800.0 + axial_tilt_deg: 18.2 +physical: + gravity_g: 0.34 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.226 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.438 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174g + +Frozen planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 10800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174g/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174g/markers.json new file mode 100644 index 000000000..81c8b1093 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174g/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 308 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 59, + 113 + ], + "area_fraction": 0.1001 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 71, + 491 + ], + "area_fraction": 0.0195 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 174, + 389 + ], + "area_fraction": 0.0798 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 448 + ], + "peak": [ + 20, + 449 + ], + "area_cells": 2144 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 268 + ], + "peak": [ + 82, + 269 + ], + "area_cells": 76 + }, + { + "id": "range_6", + "name": null, + "center": [ + 95, + 426 + ], + "peak": [ + 95, + 424 + ], + "area_cells": 44 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 229 + ], + "peak": [ + 118, + 247 + ], + "area_cells": 386 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 286 + ], + "peak": [ + 136, + 279 + ], + "area_cells": 466 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 238 + ], + "peak": [ + 146, + 237 + ], + "area_cells": 292 + }, + { + "id": "range_10", + "name": null, + "center": [ + 161, + 468 + ], + "peak": [ + 175, + 500 + ], + "area_cells": 2524 + }, + { + "id": "range_11", + "name": null, + "center": [ + 166, + 14 + ], + "peak": [ + 172, + 0 + ], + "area_cells": 850 + }, + { + "id": "range_12", + "name": null, + "center": [ + 161, + 58 + ], + "peak": [ + 158, + 62 + ], + "area_cells": 301 + }, + { + "id": "range_14", + "name": null, + "center": [ + 170, + 102 + ], + "peak": [ + 169, + 100 + ], + "area_cells": 246 + }, + { + "id": "range_15", + "name": null, + "center": [ + 165, + 151 + ], + "peak": [ + 165, + 151 + ], + "area_cells": 35 + }, + { + "id": "range_16", + "name": null, + "center": [ + 186, + 73 + ], + "peak": [ + 186, + 73 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 204, + 103 + ], + "peak": [ + 205, + 109 + ], + "area_cells": 594 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174h/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174h/globe.png new file mode 100644 index 000000000..813a35a81 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174h/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174h/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174h/heightmap.png new file mode 100644 index 000000000..efefd3b3d Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174h/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174h/index.md b/wiki/star-systems/GJ-174/bodies/GJ174h/index.md new file mode 100644 index 000000000..eff86d367 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ174h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1468703644 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 56.7 +physical: + gravity_g: 0.12 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.254 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174h + +Frozen planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174h/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174h/markers.json new file mode 100644 index 000000000..283223223 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174h/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 30 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 20, + 262 + ], + "area_fraction": 0.1009 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 246, + 185 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 136, + 150 + ], + "peak": [ + 142, + 132 + ], + "area_cells": 10593 + }, + { + "id": "range_2", + "name": null, + "center": [ + 148, + 411 + ], + "peak": [ + 166, + 424 + ], + "area_cells": 18225 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 120 + ], + "peak": [ + 94, + 119 + ], + "area_cells": 48 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 50 + ], + "peak": [ + 116, + 51 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 12 + ], + "peak": [ + 139, + 0 + ], + "area_cells": 223 + }, + { + "id": "range_22", + "name": null, + "center": [ + 188, + 11 + ], + "peak": [ + 189, + 12 + ], + "area_cells": 348 + }, + { + "id": "range_23", + "name": null, + "center": [ + 182, + 201 + ], + "peak": [ + 182, + 201 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-174/bodies/GJ174i/globe.png b/wiki/star-systems/GJ-174/bodies/GJ174i/globe.png new file mode 100644 index 000000000..d7d87ab95 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174i/globe.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174i/heightmap.png b/wiki/star-systems/GJ-174/bodies/GJ174i/heightmap.png new file mode 100644 index 000000000..1c5edb9b7 Binary files /dev/null and b/wiki/star-systems/GJ-174/bodies/GJ174i/heightmap.png differ diff --git a/wiki/star-systems/GJ-174/bodies/GJ174i/index.md b/wiki/star-systems/GJ-174/bodies/GJ174i/index.md new file mode 100644 index 000000000..8c0c883a8 --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ174i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1629719032 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.261 + period_days: 52000.0 + axial_tilt_deg: 33.9 +physical: + gravity_g: 0.08 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.796 + polar_ice_lat: 0.065 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ174i + +Frozen planet. + +**System:** [GJ-174](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-174/bodies/GJ174i/markers.json b/wiki/star-systems/GJ-174/bodies/GJ174i/markers.json new file mode 100644 index 000000000..b9564cb7e --- /dev/null +++ b/wiki/star-systems/GJ-174/bodies/GJ174i/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 41, + 217 + ], + "area_fraction": 0.1457 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 25, + 495 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 54, + 74 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 106, + 224 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 141, + 467 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 223, + 46 + ], + "peak": [ + 255, + 44 + ], + "area_cells": 4552 + }, + { + "id": "range_2", + "name": null, + "center": [ + 180, + 256 + ], + "peak": [ + 180, + 257 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 224, + 424 + ], + "peak": [ + 248, + 497 + ], + "area_cells": 9375 + }, + { + "id": "range_7", + "name": null, + "center": [ + 243, + 219 + ], + "peak": [ + 243, + 216 + ], + "area_cells": 566 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ177b/globe.png b/wiki/star-systems/GJ-177/bodies/GJ177b/globe.png new file mode 100644 index 000000000..0b64fea2d Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177b/globe.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177b/heightmap.png b/wiki/star-systems/GJ-177/bodies/GJ177b/heightmap.png new file mode 100644 index 000000000..e121f8b0b Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177b/heightmap.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177b/index.md b/wiki/star-systems/GJ-177/bodies/GJ177b/index.md new file mode 100644 index 000000000..511803987 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ177b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 253490692 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 2.3 +physical: + gravity_g: 0.36 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.988 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ177b + +Barren planet. + +**System:** [GJ-177](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 93% | +| **Year** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-177/bodies/GJ177b/markers.json b/wiki/star-systems/GJ-177/bodies/GJ177b/markers.json new file mode 100644 index 000000000..13816d5f2 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177b/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 44, + 367 + ], + "peak": [ + 47, + 368 + ], + "area_cells": 101 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 347 + ], + "peak": [ + 56, + 341 + ], + "area_cells": 175 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 50 + ], + "peak": [ + 65, + 51 + ], + "area_cells": 128 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 494 + ], + "peak": [ + 61, + 494 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 21 + ], + "peak": [ + 72, + 20 + ], + "area_cells": 228 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 461 + ], + "peak": [ + 64, + 461 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 152 + ], + "peak": [ + 68, + 153 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 68, + 191 + ], + "peak": [ + 68, + 191 + ], + "area_cells": 129 + }, + { + "id": "range_13", + "name": null, + "center": [ + 70, + 173 + ], + "peak": [ + 71, + 174 + ], + "area_cells": 108 + }, + { + "id": "range_14", + "name": null, + "center": [ + 78, + 495 + ], + "peak": [ + 78, + 495 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 78, + 425 + ], + "peak": [ + 78, + 426 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 85, + 46 + ], + "peak": [ + 85, + 47 + ], + "area_cells": 67 + }, + { + "id": "range_17", + "name": null, + "center": [ + 91, + 469 + ], + "peak": [ + 93, + 469 + ], + "area_cells": 203 + }, + { + "id": "range_18", + "name": null, + "center": [ + 92, + 425 + ], + "peak": [ + 93, + 425 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 95, + 349 + ], + "peak": [ + 96, + 350 + ], + "area_cells": 42 + }, + { + "id": "range_21", + "name": null, + "center": [ + 100, + 4 + ], + "peak": [ + 101, + 4 + ], + "area_cells": 23 + }, + { + "id": "range_22", + "name": null, + "center": [ + 132, + 191 + ], + "peak": [ + 123, + 205 + ], + "area_cells": 2091 + }, + { + "id": "range_23", + "name": null, + "center": [ + 106, + 433 + ], + "peak": [ + 108, + 433 + ], + "area_cells": 99 + }, + { + "id": "range_25", + "name": null, + "center": [ + 126, + 277 + ], + "peak": [ + 128, + 276 + ], + "area_cells": 188 + }, + { + "id": "range_26", + "name": null, + "center": [ + 124, + 36 + ], + "peak": [ + 125, + 35 + ], + "area_cells": 107 + }, + { + "id": "range_27", + "name": null, + "center": [ + 133, + 62 + ], + "peak": [ + 135, + 61 + ], + "area_cells": 327 + }, + { + "id": "range_28", + "name": null, + "center": [ + 128, + 254 + ], + "peak": [ + 129, + 255 + ], + "area_cells": 29 + }, + { + "id": "range_30", + "name": null, + "center": [ + 140, + 97 + ], + "peak": [ + 142, + 98 + ], + "area_cells": 111 + }, + { + "id": "range_32", + "name": null, + "center": [ + 137, + 503 + ], + "peak": [ + 138, + 503 + ], + "area_cells": 52 + }, + { + "id": "range_33", + "name": null, + "center": [ + 148, + 455 + ], + "peak": [ + 151, + 457 + ], + "area_cells": 74 + }, + { + "id": "range_34", + "name": null, + "center": [ + 148, + 267 + ], + "peak": [ + 148, + 267 + ], + "area_cells": 74 + }, + { + "id": "range_35", + "name": null, + "center": [ + 157, + 251 + ], + "peak": [ + 157, + 251 + ], + "area_cells": 95 + }, + { + "id": "range_36", + "name": null, + "center": [ + 161, + 273 + ], + "peak": [ + 161, + 274 + ], + "area_cells": 69 + }, + { + "id": "range_37", + "name": null, + "center": [ + 158, + 327 + ], + "peak": [ + 159, + 328 + ], + "area_cells": 25 + }, + { + "id": "range_38", + "name": null, + "center": [ + 170, + 373 + ], + "peak": [ + 169, + 374 + ], + "area_cells": 23 + }, + { + "id": "range_41", + "name": null, + "center": [ + 191, + 173 + ], + "peak": [ + 191, + 174 + ], + "area_cells": 26 + }, + { + "id": "range_42", + "name": null, + "center": [ + 213, + 249 + ], + "peak": [ + 214, + 247 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-177/bodies/GJ177c/globe.png b/wiki/star-systems/GJ-177/bodies/GJ177c/globe.png new file mode 100644 index 000000000..d51e1373b Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177c/globe.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177c/heightmap.png b/wiki/star-systems/GJ-177/bodies/GJ177c/heightmap.png new file mode 100644 index 000000000..07eece3b4 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177c/heightmap.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177c/index.md b/wiki/star-systems/GJ-177/bodies/GJ177c/index.md new file mode 100644 index 000000000..cc90be9a1 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ177c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2310961019 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.249 + period_days: 68.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.8 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.503 + polar_ice_lat: 0.568 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.162 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ177c + +Cold Arid planet. + +**System:** [GJ-177](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-177/bodies/GJ177c/markers.json b/wiki/star-systems/GJ-177/bodies/GJ177c/markers.json new file mode 100644 index 000000000..9afc2aa42 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177c/markers.json @@ -0,0 +1,426 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 151, + 471 + ], + [ + 150, + 471 + ], + [ + 149, + 472 + ], + [ + 148, + 471 + ], + [ + 147, + 470 + ], + [ + 146, + 469 + ], + [ + 145, + 469 + ], + [ + 144, + 470 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 2, + 487 + ], + [ + 1, + 486 + ], + [ + 2, + 486 + ], + [ + 1, + 485 + ], + [ + 1, + 484 + ], + [ + 2, + 483 + ], + [ + 1, + 482 + ], + [ + 2, + 481 + ], + [ + 2, + 480 + ], + [ + 1, + 479 + ], + [ + 0, + 478 + ], + [ + 1, + 477 + ], + [ + 0, + 476 + ], + [ + 1, + 475 + ], + [ + 0, + 474 + ], + [ + 1, + 473 + ], + [ + 2, + 472 + ], + [ + 2, + 471 + ], + [ + 3, + 470 + ], + [ + 3, + 471 + ], + [ + 4, + 471 + ], + [ + 4, + 470 + ], + [ + 5, + 470 + ], + [ + 5, + 469 + ], + [ + 6, + 468 + ], + [ + 5, + 468 + ], + [ + 6, + 467 + ], + [ + 6, + 466 + ], + [ + 7, + 465 + ], + [ + 6, + 464 + ], + [ + 6, + 463 + ], + [ + 5, + 462 + ], + [ + 5, + 461 + ], + [ + 5, + 460 + ], + [ + 4, + 459 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 147, + 448 + ], + [ + 146, + 447 + ], + [ + 145, + 448 + ], + [ + 145, + 447 + ], + [ + 146, + 446 + ], + [ + 147, + 445 + ], + [ + 148, + 444 + ], + [ + 147, + 444 + ], + [ + 146, + 444 + ], + [ + 145, + 443 + ], + [ + 146, + 443 + ], + [ + 147, + 442 + ], + [ + 146, + 442 + ], + [ + 147, + 441 + ], + [ + 147, + 440 + ], + [ + 148, + 439 + ], + [ + 148, + 438 + ], + [ + 147, + 437 + ], + [ + 148, + 436 + ], + [ + 148, + 435 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 200, + 114 + ], + [ + 200, + 115 + ], + [ + 201, + 116 + ], + [ + 202, + 117 + ], + [ + 203, + 118 + ], + [ + 204, + 119 + ], + [ + 205, + 120 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 145, + 193 + ], + [ + 144, + 192 + ], + [ + 143, + 191 + ], + [ + 142, + 192 + ], + [ + 141, + 192 + ], + [ + 140, + 192 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 95, + 292 + ], + "area_fraction": 0.3819 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 182, + 58 + ], + "area_fraction": 0.0636 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 132, + 459 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 237, + 155 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 237, + 467 + ], + "area_fraction": 0.0232 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 19 + ], + "peak": [ + 91, + 0 + ], + "area_cells": 782 + }, + { + "id": "range_2", + "name": null, + "center": [ + 93, + 478 + ], + "peak": [ + 98, + 482 + ], + "area_cells": 1651 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-177/bodies/GJ177d/globe.png b/wiki/star-systems/GJ-177/bodies/GJ177d/globe.png new file mode 100644 index 000000000..58d41d1f4 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177d/globe.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177d/heightmap.png b/wiki/star-systems/GJ-177/bodies/GJ177d/heightmap.png new file mode 100644 index 000000000..8af1c3ad9 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177d/heightmap.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177d/index.md b/wiki/star-systems/GJ-177/bodies/GJ177d/index.md new file mode 100644 index 000000000..e3145a8d5 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ177d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3300999721 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.545 + period_days: 220.0 + axial_tilt_deg: 28.9 +physical: + gravity_g: 0.5 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.279 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.41 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ177d + +Frozen planet. + +**System:** [GJ-177](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-177/bodies/GJ177d/markers.json b/wiki/star-systems/GJ-177/bodies/GJ177d/markers.json new file mode 100644 index 000000000..1116df6fe --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177d/markers.json @@ -0,0 +1,212 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 136, + 56 + ], + [ + 135, + 57 + ], + [ + 134, + 58 + ], + [ + 133, + 59 + ], + [ + 132, + 60 + ], + [ + 131, + 61 + ], + [ + 130, + 61 + ], + [ + 130, + 62 + ], + [ + 129, + 63 + ], + [ + 128, + 64 + ], + [ + 129, + 65 + ], + [ + 128, + 66 + ], + [ + 127, + 67 + ], + [ + 127, + 68 + ], + [ + 128, + 69 + ], + [ + 127, + 69 + ], + [ + 127, + 70 + ], + [ + 126, + 71 + ], + [ + 127, + 71 + ], + [ + 127, + 72 + ], + [ + 128, + 71 + ], + [ + 128, + 72 + ], + [ + 129, + 71 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 152, + 361 + ], + [ + 153, + 360 + ], + [ + 152, + 359 + ], + [ + 151, + 358 + ], + [ + 150, + 357 + ], + [ + 149, + 356 + ], + [ + 148, + 355 + ], + [ + 147, + 354 + ], + [ + 146, + 353 + ], + [ + 145, + 352 + ], + [ + 144, + 351 + ], + [ + 143, + 350 + ], + [ + 142, + 349 + ], + [ + 142, + 348 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 96, + 41 + ], + "area_fraction": 0.0158 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 266 + ], + "peak": [ + 66, + 265 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 84, + 287 + ], + "peak": [ + 86, + 287 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-177/bodies/GJ177e/globe.png b/wiki/star-systems/GJ-177/bodies/GJ177e/globe.png new file mode 100644 index 000000000..7588736a8 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177e/globe.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177e/heightmap.png b/wiki/star-systems/GJ-177/bodies/GJ177e/heightmap.png new file mode 100644 index 000000000..f0ff8d585 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177e/heightmap.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177e/index.md b/wiki/star-systems/GJ-177/bodies/GJ177e/index.md new file mode 100644 index 000000000..552a7bd23 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ177e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2094387771 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.135 + period_days: 660.0 + axial_tilt_deg: 24.5 +physical: + gravity_g: 0.4 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ177e + +Frozen planet. + +**System:** [GJ-177](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 660 days | + +## Description + + diff --git a/wiki/star-systems/GJ-177/bodies/GJ177e/markers.json b/wiki/star-systems/GJ-177/bodies/GJ177e/markers.json new file mode 100644 index 000000000..91539d111 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177e/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 216, + 456 + ], + "area_fraction": 0.063 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 176, + 28 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 219, + 16 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 242, + 312 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 193 + ], + "peak": [ + 61, + 257 + ], + "area_cells": 22614 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 446 + ], + "peak": [ + 68, + 505 + ], + "area_cells": 5679 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 390 + ], + "peak": [ + 50, + 391 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 80, + 381 + ], + "peak": [ + 79, + 381 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 328 + ], + "peak": [ + 86, + 328 + ], + "area_cells": 80 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 374 + ], + "peak": [ + 91, + 375 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-177/bodies/GJ177f/globe.png b/wiki/star-systems/GJ-177/bodies/GJ177f/globe.png new file mode 100644 index 000000000..b1f92134b Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177f/globe.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177f/heightmap.png b/wiki/star-systems/GJ-177/bodies/GJ177f/heightmap.png new file mode 100644 index 000000000..8934602e7 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177f/heightmap.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177f/index.md b/wiki/star-systems/GJ-177/bodies/GJ177f/index.md new file mode 100644 index 000000000..d7f3ab44a --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ177f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1435244415 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 44.6 +physical: + gravity_g: 0.11 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.847 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ177f + +Frozen planet. + +**System:** [GJ-177](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-177/bodies/GJ177f/markers.json b/wiki/star-systems/GJ-177/bodies/GJ177f/markers.json new file mode 100644 index 000000000..770f0d751 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177f/markers.json @@ -0,0 +1,179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 28, + 19 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 5, + 183 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 22, + 444 + ], + "area_fraction": 0.0496 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 53, + 228 + ], + "area_fraction": 0.0305 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 61, + 282 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 92, + 87 + ], + "area_fraction": 0.0136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 433 + ], + "peak": [ + 122, + 434 + ], + "area_cells": 209 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 179 + ], + "peak": [ + 186, + 77 + ], + "area_cells": 16333 + }, + { + "id": "range_4", + "name": null, + "center": [ + 160, + 498 + ], + "peak": [ + 159, + 511 + ], + "area_cells": 776 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 422 + ], + "peak": [ + 141, + 423 + ], + "area_cells": 60 + }, + { + "id": "range_7", + "name": null, + "center": [ + 153, + 456 + ], + "peak": [ + 164, + 455 + ], + "area_cells": 290 + }, + { + "id": "range_8", + "name": null, + "center": [ + 194, + 365 + ], + "peak": [ + 191, + 364 + ], + "area_cells": 129 + }, + { + "id": "range_10", + "name": null, + "center": [ + 213, + 10 + ], + "peak": [ + 214, + 7 + ], + "area_cells": 272 + }, + { + "id": "range_13", + "name": null, + "center": [ + 218, + 506 + ], + "peak": [ + 218, + 510 + ], + "area_cells": 99 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-177/bodies/GJ177g/globe.png b/wiki/star-systems/GJ-177/bodies/GJ177g/globe.png new file mode 100644 index 000000000..336f4bd97 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177g/globe.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177g/heightmap.png b/wiki/star-systems/GJ-177/bodies/GJ177g/heightmap.png new file mode 100644 index 000000000..098d1ba02 Binary files /dev/null and b/wiki/star-systems/GJ-177/bodies/GJ177g/heightmap.png differ diff --git a/wiki/star-systems/GJ-177/bodies/GJ177g/index.md b/wiki/star-systems/GJ-177/bodies/GJ177g/index.md new file mode 100644 index 000000000..d08544c77 --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ177g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1584154628 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.259 + period_days: 4800.0 + axial_tilt_deg: 49.4 +physical: + gravity_g: 0.08 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.439 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ177g + +Frozen planet. + +**System:** [GJ-177](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-177/bodies/GJ177g/markers.json b/wiki/star-systems/GJ-177/bodies/GJ177g/markers.json new file mode 100644 index 000000000..f9e6e0a0b --- /dev/null +++ b/wiki/star-systems/GJ-177/bodies/GJ177g/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 68, + 385 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 190, + 301 + ], + "area_fraction": 0.2436 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 153, + 8 + ], + "area_fraction": 0.006 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 242, + 27 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 245, + 381 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 357 + ], + "peak": [ + 1, + 359 + ], + "area_cells": 188 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 130 + ], + "peak": [ + 8, + 131 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 52, + 225 + ], + "peak": [ + 33, + 266 + ], + "area_cells": 2074 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 78 + ], + "peak": [ + 70, + 63 + ], + "area_cells": 5767 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 275 + ], + "peak": [ + 53, + 254 + ], + "area_cells": 749 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 316 + ], + "peak": [ + 55, + 317 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 76, + 495 + ], + "peak": [ + 85, + 511 + ], + "area_cells": 1219 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 291 + ], + "peak": [ + 87, + 292 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 327 + ], + "peak": [ + 100, + 327 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ178b/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178b/globe.png new file mode 100644 index 000000000..11fe6dfca Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178b/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178b/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178b/heightmap.png new file mode 100644 index 000000000..014532a01 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178b/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178b/index.md b/wiki/star-systems/GJ-178/bodies/GJ178b/index.md new file mode 100644 index 000000000..2228c7832 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ178b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3479200996 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.287 + period_days: 50.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.35 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.843 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178b + +Barren planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 100% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178b/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178b/markers.json new file mode 100644 index 000000000..fb8e8a718 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178b/markers.json @@ -0,0 +1,521 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 96 + ], + "peak": [ + 40, + 96 + ], + "area_cells": 96 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 126 + ], + "peak": [ + 0, + 128 + ], + "area_cells": 604 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 163 + ], + "peak": [ + 17, + 163 + ], + "area_cells": 928 + }, + { + "id": "range_4", + "name": null, + "center": [ + 1, + 218 + ], + "peak": [ + 0, + 222 + ], + "area_cells": 110 + }, + { + "id": "range_5", + "name": null, + "center": [ + 1, + 269 + ], + "peak": [ + 0, + 270 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 296 + ], + "peak": [ + 28, + 297 + ], + "area_cells": 88 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 330 + ], + "peak": [ + 111, + 287 + ], + "area_cells": 19546 + }, + { + "id": "range_8", + "name": null, + "center": [ + 26, + 192 + ], + "peak": [ + 33, + 188 + ], + "area_cells": 304 + }, + { + "id": "range_10", + "name": null, + "center": [ + 25, + 287 + ], + "peak": [ + 29, + 288 + ], + "area_cells": 164 + }, + { + "id": "range_16", + "name": null, + "center": [ + 64, + 465 + ], + "peak": [ + 64, + 465 + ], + "area_cells": 52 + }, + { + "id": "range_17", + "name": null, + "center": [ + 62, + 168 + ], + "peak": [ + 63, + 169 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 87, + 232 + ], + "peak": [ + 91, + 246 + ], + "area_cells": 1323 + }, + { + "id": "range_19", + "name": null, + "center": [ + 73, + 174 + ], + "peak": [ + 73, + 175 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 80, + 73 + ], + "peak": [ + 80, + 74 + ], + "area_cells": 81 + }, + { + "id": "range_22", + "name": null, + "center": [ + 83, + 436 + ], + "peak": [ + 84, + 432 + ], + "area_cells": 66 + }, + { + "id": "range_25", + "name": null, + "center": [ + 90, + 447 + ], + "peak": [ + 91, + 448 + ], + "area_cells": 37 + }, + { + "id": "range_31", + "name": null, + "center": [ + 100, + 114 + ], + "peak": [ + 99, + 115 + ], + "area_cells": 144 + }, + { + "id": "range_33", + "name": null, + "center": [ + 130, + 103 + ], + "peak": [ + 115, + 71 + ], + "area_cells": 1135 + }, + { + "id": "range_35", + "name": null, + "center": [ + 116, + 139 + ], + "peak": [ + 115, + 138 + ], + "area_cells": 210 + }, + { + "id": "range_36", + "name": null, + "center": [ + 117, + 35 + ], + "peak": [ + 115, + 36 + ], + "area_cells": 38 + }, + { + "id": "range_37", + "name": null, + "center": [ + 114, + 330 + ], + "peak": [ + 114, + 330 + ], + "area_cells": 29 + }, + { + "id": "range_38", + "name": null, + "center": [ + 116, + 339 + ], + "peak": [ + 116, + 340 + ], + "area_cells": 31 + }, + { + "id": "range_42", + "name": null, + "center": [ + 151, + 36 + ], + "peak": [ + 155, + 37 + ], + "area_cells": 141 + }, + { + "id": "range_43", + "name": null, + "center": [ + 150, + 435 + ], + "peak": [ + 151, + 436 + ], + "area_cells": 95 + }, + { + "id": "range_44", + "name": null, + "center": [ + 156, + 72 + ], + "peak": [ + 154, + 70 + ], + "area_cells": 86 + }, + { + "id": "range_45", + "name": null, + "center": [ + 152, + 489 + ], + "peak": [ + 153, + 490 + ], + "area_cells": 23 + }, + { + "id": "range_47", + "name": null, + "center": [ + 171, + 30 + ], + "peak": [ + 167, + 32 + ], + "area_cells": 90 + }, + { + "id": "range_48", + "name": null, + "center": [ + 170, + 475 + ], + "peak": [ + 173, + 479 + ], + "area_cells": 161 + }, + { + "id": "range_49", + "name": null, + "center": [ + 184, + 77 + ], + "peak": [ + 186, + 77 + ], + "area_cells": 243 + }, + { + "id": "range_50", + "name": null, + "center": [ + 185, + 186 + ], + "peak": [ + 190, + 186 + ], + "area_cells": 75 + }, + { + "id": "range_51", + "name": null, + "center": [ + 186, + 216 + ], + "peak": [ + 189, + 216 + ], + "area_cells": 65 + }, + { + "id": "range_52", + "name": null, + "center": [ + 203, + 5 + ], + "peak": [ + 195, + 0 + ], + "area_cells": 242 + }, + { + "id": "range_53", + "name": null, + "center": [ + 190, + 35 + ], + "peak": [ + 194, + 38 + ], + "area_cells": 38 + }, + { + "id": "range_55", + "name": null, + "center": [ + 195, + 499 + ], + "peak": [ + 195, + 510 + ], + "area_cells": 212 + }, + { + "id": "range_57", + "name": null, + "center": [ + 205, + 410 + ], + "peak": [ + 207, + 411 + ], + "area_cells": 94 + }, + { + "id": "range_60", + "name": null, + "center": [ + 198, + 479 + ], + "peak": [ + 198, + 479 + ], + "area_cells": 35 + }, + { + "id": "range_64", + "name": null, + "center": [ + 219, + 401 + ], + "peak": [ + 220, + 403 + ], + "area_cells": 109 + }, + { + "id": "range_67", + "name": null, + "center": [ + 234, + 326 + ], + "peak": [ + 238, + 322 + ], + "area_cells": 166 + }, + { + "id": "range_69", + "name": null, + "center": [ + 233, + 208 + ], + "peak": [ + 236, + 207 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178c/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178c/globe.png new file mode 100644 index 000000000..20024039c Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178c/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178c/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178c/heightmap.png new file mode 100644 index 000000000..b671da17c Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178c/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178c/index.md b/wiki/star-systems/GJ-178/bodies/GJ178c/index.md new file mode 100644 index 000000000..1887290e1 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ178c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2431765409 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.455 + period_days: 100.0 + axial_tilt_deg: 36.9 +physical: + gravity_g: 0.5 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.801 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178c + +Barren planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178c/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178c/markers.json new file mode 100644 index 000000000..f6d017c61 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178c/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 29 + ], + "peak": [ + 29, + 35 + ], + "area_cells": 2085 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 85 + ], + "peak": [ + 0, + 86 + ], + "area_cells": 237 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 334 + ], + "peak": [ + 31, + 222 + ], + "area_cells": 12088 + }, + { + "id": "range_12", + "name": null, + "center": [ + 74, + 48 + ], + "peak": [ + 75, + 50 + ], + "area_cells": 79 + }, + { + "id": "range_13", + "name": null, + "center": [ + 143, + 35 + ], + "peak": [ + 109, + 23 + ], + "area_cells": 3965 + }, + { + "id": "range_14", + "name": null, + "center": [ + 100, + 507 + ], + "peak": [ + 99, + 510 + ], + "area_cells": 125 + }, + { + "id": "range_16", + "name": null, + "center": [ + 91, + 210 + ], + "peak": [ + 91, + 211 + ], + "area_cells": 40 + }, + { + "id": "range_20", + "name": null, + "center": [ + 104, + 489 + ], + "peak": [ + 103, + 488 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 108, + 295 + ], + "peak": [ + 107, + 296 + ], + "area_cells": 30 + }, + { + "id": "range_22", + "name": null, + "center": [ + 112, + 128 + ], + "peak": [ + 113, + 130 + ], + "area_cells": 69 + }, + { + "id": "range_24", + "name": null, + "center": [ + 181, + 478 + ], + "peak": [ + 165, + 496 + ], + "area_cells": 2713 + }, + { + "id": "range_26", + "name": null, + "center": [ + 124, + 314 + ], + "peak": [ + 125, + 309 + ], + "area_cells": 29 + }, + { + "id": "range_31", + "name": null, + "center": [ + 137, + 79 + ], + "peak": [ + 139, + 81 + ], + "area_cells": 96 + }, + { + "id": "range_33", + "name": null, + "center": [ + 180, + 304 + ], + "peak": [ + 176, + 304 + ], + "area_cells": 126 + }, + { + "id": "range_36", + "name": null, + "center": [ + 207, + 302 + ], + "peak": [ + 208, + 303 + ], + "area_cells": 329 + }, + { + "id": "range_43", + "name": null, + "center": [ + 210, + 278 + ], + "peak": [ + 212, + 280 + ], + "area_cells": 54 + }, + { + "id": "range_45", + "name": null, + "center": [ + 215, + 132 + ], + "peak": [ + 215, + 132 + ], + "area_cells": 23 + }, + { + "id": "range_52", + "name": null, + "center": [ + 250, + 331 + ], + "peak": [ + 255, + 307 + ], + "area_cells": 469 + }, + { + "id": "range_55", + "name": null, + "center": [ + 251, + 54 + ], + "peak": [ + 254, + 50 + ], + "area_cells": 224 + }, + { + "id": "range_56", + "name": null, + "center": [ + 251, + 397 + ], + "peak": [ + 255, + 400 + ], + "area_cells": 273 + }, + { + "id": "range_59", + "name": null, + "center": [ + 253, + 278 + ], + "peak": [ + 254, + 279 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178d/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178d/globe.png new file mode 100644 index 000000000..f88255ade Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178d/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178d/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178d/heightmap.png new file mode 100644 index 000000000..20a123520 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178d/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178d/index.md b/wiki/star-systems/GJ-178/bodies/GJ178d/index.md new file mode 100644 index 000000000..53b65b2ac --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ178d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3181010940 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.722 + period_days: 200.0 + axial_tilt_deg: 5.3 +physical: + gravity_g: 0.55 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.886 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.17 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178d + +Arid planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178d/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178d/markers.json new file mode 100644 index 000000000..08e689ed1 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178d/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 48 + ], + "peak": [ + 2, + 48 + ], + "area_cells": 22 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 68 + ], + "peak": [ + 4, + 59 + ], + "area_cells": 359 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 136 + ], + "peak": [ + 0, + 129 + ], + "area_cells": 159 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 202 + ], + "peak": [ + 5, + 209 + ], + "area_cells": 556 + }, + { + "id": "range_6", + "name": null, + "center": [ + 35, + 99 + ], + "peak": [ + 28, + 95 + ], + "area_cells": 3248 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 335 + ], + "peak": [ + 103, + 278 + ], + "area_cells": 17682 + }, + { + "id": "range_9", + "name": null, + "center": [ + 37, + 502 + ], + "peak": [ + 36, + 495 + ], + "area_cells": 122 + }, + { + "id": "range_10", + "name": null, + "center": [ + 37, + 7 + ], + "peak": [ + 37, + 0 + ], + "area_cells": 155 + }, + { + "id": "range_12", + "name": null, + "center": [ + 61, + 496 + ], + "peak": [ + 63, + 497 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 136, + 32 + ], + "peak": [ + 140, + 33 + ], + "area_cells": 1343 + }, + { + "id": "range_15", + "name": null, + "center": [ + 139, + 505 + ], + "peak": [ + 138, + 511 + ], + "area_cells": 121 + }, + { + "id": "range_18", + "name": null, + "center": [ + 195, + 228 + ], + "peak": [ + 190, + 234 + ], + "area_cells": 244 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e-1/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178e-1/globe.png new file mode 100644 index 000000000..79bf79897 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178e-1/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e-1/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178e-1/heightmap.png new file mode 100644 index 000000000..000317520 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e-1/index.md b/wiki/star-systems/GJ-178/bodies/GJ178e-1/index.md new file mode 100644 index 000000000..ff6bc6948 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ178e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2740440964 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.111 + period_days: 12.0 + axial_tilt_deg: 13.3 +physical: + gravity_g: 0.06 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.885 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178e-1 + +Barren moon. + +**System:** [GJ-178](../../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-178/bodies/GJ178e-1/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178e-1/markers.json new file mode 100644 index 000000000..b4ac4f24b --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178e-1/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 188, + 100 + ], + "peak": [ + 194, + 175 + ], + "area_cells": 19255 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 78 + ], + "peak": [ + 66, + 83 + ], + "area_cells": 591 + }, + { + "id": "range_8", + "name": null, + "center": [ + 51, + 309 + ], + "peak": [ + 50, + 310 + ], + "area_cells": 66 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 21 + ], + "peak": [ + 52, + 22 + ], + "area_cells": 73 + }, + { + "id": "range_10", + "name": null, + "center": [ + 62, + 4 + ], + "peak": [ + 57, + 3 + ], + "area_cells": 248 + }, + { + "id": "range_11", + "name": null, + "center": [ + 52, + 392 + ], + "peak": [ + 51, + 391 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 63, + 430 + ], + "peak": [ + 65, + 433 + ], + "area_cells": 70 + }, + { + "id": "range_15", + "name": null, + "center": [ + 70, + 491 + ], + "peak": [ + 71, + 491 + ], + "area_cells": 66 + }, + { + "id": "range_16", + "name": null, + "center": [ + 187, + 407 + ], + "peak": [ + 156, + 331 + ], + "area_cells": 19611 + }, + { + "id": "range_19", + "name": null, + "center": [ + 88, + 402 + ], + "peak": [ + 89, + 403 + ], + "area_cells": 43 + }, + { + "id": "range_21", + "name": null, + "center": [ + 89, + 510 + ], + "peak": [ + 91, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 108, + 176 + ], + "peak": [ + 102, + 176 + ], + "area_cells": 655 + }, + { + "id": "range_34", + "name": null, + "center": [ + 200, + 342 + ], + "peak": [ + 201, + 346 + ], + "area_cells": 75 + }, + { + "id": "range_41", + "name": null, + "center": [ + 239, + 339 + ], + "peak": [ + 238, + 338 + ], + "area_cells": 46 + }, + { + "id": "range_47", + "name": null, + "center": [ + 253, + 157 + ], + "peak": [ + 255, + 154 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178e/globe.png new file mode 100644 index 000000000..2b05774d9 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178e/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178e/heightmap.png new file mode 100644 index 000000000..76e26f8fa Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178e/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e/index.md b/wiki/star-systems/GJ-178/bodies/GJ178e/index.md new file mode 100644 index 000000000..5d14d1997 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ178e +name: Cinderford +body_type: planet +planet_class: temperate +body_scale: planet +seed: 240141653 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.331 + period_days: 500.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.93 + oblateness: 0.0021 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.677 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.53 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Cinderford + +Temperate planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.93g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 96% | +| **Year** | 500 days | +| **Inhabited** | yes | +| **Population** | 80M | +| **Economy** | transit | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178e/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178e/markers.json new file mode 100644 index 000000000..e9438533b --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178e/markers.json @@ -0,0 +1,1102 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 127, + 132 + ], + [ + 126, + 133 + ], + [ + 125, + 134 + ], + [ + 124, + 133 + ], + [ + 123, + 134 + ], + [ + 122, + 134 + ], + [ + 121, + 135 + ], + [ + 120, + 136 + ], + [ + 119, + 136 + ], + [ + 120, + 137 + ], + [ + 119, + 137 + ], + [ + 119, + 138 + ], + [ + 118, + 137 + ], + [ + 117, + 138 + ], + [ + 118, + 139 + ], + [ + 118, + 140 + ], + [ + 118, + 141 + ], + [ + 117, + 142 + ], + [ + 116, + 143 + ], + [ + 116, + 142 + ], + [ + 117, + 141 + ], + [ + 118, + 142 + ], + [ + 119, + 143 + ], + [ + 118, + 144 + ], + [ + 117, + 143 + ], + [ + 117, + 144 + ], + [ + 116, + 144 + ], + [ + 117, + 145 + ], + [ + 118, + 145 + ], + [ + 119, + 145 + ], + [ + 118, + 146 + ], + [ + 117, + 146 + ], + [ + 117, + 147 + ], + [ + 116, + 146 + ], + [ + 116, + 145 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 172, + 17 + ], + [ + 173, + 16 + ], + [ + 174, + 15 + ], + [ + 175, + 14 + ], + [ + 176, + 13 + ], + [ + 177, + 12 + ], + [ + 177, + 11 + ], + [ + 178, + 11 + ], + [ + 177, + 10 + ], + [ + 176, + 9 + ], + [ + 176, + 8 + ], + [ + 176, + 7 + ], + [ + 175, + 6 + ], + [ + 175, + 5 + ], + [ + 174, + 4 + ], + [ + 173, + 5 + ], + [ + 172, + 4 + ], + [ + 172, + 3 + ], + [ + 172, + 2 + ], + [ + 171, + 1 + ], + [ + 171, + 0 + ], + [ + 170, + 1 + ], + [ + 170, + 0 + ], + [ + 169, + 0 + ], + [ + 168, + 0 + ], + [ + 167, + 0 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 23, + 358 + ], + [ + 22, + 358 + ], + [ + 21, + 359 + ], + [ + 20, + 360 + ], + [ + 19, + 361 + ], + [ + 19, + 362 + ], + [ + 19, + 363 + ], + [ + 19, + 364 + ], + [ + 19, + 365 + ], + [ + 20, + 366 + ], + [ + 20, + 367 + ], + [ + 20, + 368 + ], + [ + 20, + 369 + ], + [ + 19, + 370 + ], + [ + 20, + 371 + ], + [ + 20, + 372 + ], + [ + 19, + 372 + ], + [ + 19, + 373 + ], + [ + 19, + 374 + ], + [ + 19, + 375 + ], + [ + 19, + 376 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 178, + 24 + ], + [ + 177, + 23 + ], + [ + 176, + 23 + ], + [ + 175, + 22 + ], + [ + 174, + 21 + ], + [ + 173, + 22 + ], + [ + 172, + 21 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 109, + 417 + ], + [ + 108, + 416 + ], + [ + 107, + 416 + ], + [ + 106, + 415 + ], + [ + 105, + 414 + ], + [ + 104, + 413 + ], + [ + 103, + 413 + ], + [ + 102, + 412 + ], + [ + 101, + 411 + ], + [ + 100, + 411 + ], + [ + 99, + 410 + ], + [ + 98, + 409 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 73, + 391 + ], + [ + 74, + 390 + ], + [ + 75, + 389 + ], + [ + 76, + 388 + ], + [ + 77, + 387 + ], + [ + 78, + 386 + ], + [ + 79, + 385 + ], + [ + 79, + 384 + ], + [ + 80, + 383 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 82, + 392 + ], + [ + 81, + 391 + ], + [ + 80, + 390 + ], + [ + 79, + 389 + ], + [ + 79, + 388 + ], + [ + 79, + 387 + ], + [ + 79, + 386 + ], + [ + 80, + 385 + ], + [ + 81, + 384 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 140, + 0 + ], + [ + 141, + 511 + ], + [ + 142, + 511 + ], + [ + 143, + 510 + ], + [ + 144, + 509 + ], + [ + 145, + 509 + ], + [ + 146, + 508 + ], + [ + 147, + 507 + ], + [ + 148, + 506 + ], + [ + 149, + 505 + ], + [ + 149, + 506 + ], + [ + 150, + 507 + ], + [ + 150, + 508 + ], + [ + 150, + 509 + ], + [ + 149, + 509 + ], + [ + 150, + 510 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 26, + 311 + ], + [ + 25, + 311 + ], + [ + 24, + 311 + ], + [ + 23, + 310 + ], + [ + 22, + 309 + ], + [ + 21, + 308 + ], + [ + 20, + 308 + ], + [ + 19, + 307 + ], + [ + 18, + 306 + ], + [ + 17, + 305 + ], + [ + 16, + 305 + ], + [ + 15, + 305 + ], + [ + 14, + 306 + ], + [ + 14, + 305 + ], + [ + 13, + 304 + ], + [ + 12, + 305 + ], + [ + 12, + 304 + ], + [ + 12, + 303 + ], + [ + 11, + 304 + ], + [ + 10, + 304 + ], + [ + 11, + 303 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 127, + 470 + ], + [ + 126, + 471 + ], + [ + 125, + 471 + ], + [ + 124, + 471 + ], + [ + 123, + 472 + ], + [ + 122, + 473 + ], + [ + 121, + 473 + ], + [ + 120, + 474 + ], + [ + 119, + 475 + ], + [ + 118, + 476 + ], + [ + 117, + 477 + ], + [ + 116, + 478 + ], + [ + 115, + 479 + ], + [ + 114, + 480 + ], + [ + 113, + 481 + ], + [ + 113, + 482 + ], + [ + 114, + 483 + ], + [ + 113, + 484 + ], + [ + 112, + 485 + ], + [ + 112, + 486 + ], + [ + 111, + 487 + ], + [ + 112, + 488 + ], + [ + 113, + 489 + ], + [ + 112, + 490 + ], + [ + 112, + 491 + ], + [ + 113, + 491 + ], + [ + 113, + 492 + ], + [ + 113, + 493 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 129, + 113 + ], + [ + 130, + 112 + ], + [ + 131, + 111 + ], + [ + 132, + 110 + ], + [ + 133, + 109 + ], + [ + 134, + 108 + ], + [ + 135, + 107 + ], + [ + 136, + 106 + ], + [ + 137, + 105 + ], + [ + 138, + 105 + ], + [ + 139, + 106 + ], + [ + 140, + 106 + ], + [ + 141, + 106 + ], + [ + 142, + 107 + ], + [ + 143, + 108 + ], + [ + 144, + 108 + ], + [ + 145, + 109 + ], + [ + 146, + 109 + ], + [ + 147, + 110 + ], + [ + 148, + 110 + ], + [ + 149, + 111 + ], + [ + 150, + 111 + ], + [ + 151, + 110 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 54, + 407 + ], + "area_fraction": 0.0347 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 40 + ], + "peak": [ + 17, + 56 + ], + "area_cells": 353 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 58 + ], + "peak": [ + 34, + 54 + ], + "area_cells": 265 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 38 + ], + "peak": [ + 36, + 38 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 43, + 211 + ], + "peak": [ + 43, + 210 + ], + "area_cells": 84 + }, + { + "id": "range_5", + "name": null, + "center": [ + 74, + 235 + ], + "peak": [ + 78, + 257 + ], + "area_cells": 1627 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 125 + ], + "peak": [ + 92, + 126 + ], + "area_cells": 76 + }, + { + "id": "range_9", + "name": null, + "center": [ + 123, + 283 + ], + "peak": [ + 115, + 272 + ], + "area_cells": 3924 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 124 + ], + "peak": [ + 111, + 122 + ], + "area_cells": 86 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 79 + ], + "peak": [ + 128, + 74 + ], + "area_cells": 315 + }, + { + "id": "range_14", + "name": null, + "center": [ + 130, + 223 + ], + "peak": [ + 131, + 226 + ], + "area_cells": 72 + }, + { + "id": "range_15", + "name": null, + "center": [ + 184, + 252 + ], + "peak": [ + 194, + 240 + ], + "area_cells": 2788 + }, + { + "id": "range_16", + "name": null, + "center": [ + 177, + 429 + ], + "peak": [ + 182, + 427 + ], + "area_cells": 467 + }, + { + "id": "range_17", + "name": null, + "center": [ + 212, + 126 + ], + "peak": [ + 214, + 130 + ], + "area_cells": 1133 + }, + { + "id": "range_19", + "name": null, + "center": [ + 226, + 72 + ], + "peak": [ + 225, + 72 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178f/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178f/globe.png new file mode 100644 index 000000000..b979d06e6 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178f/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178f/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178f/heightmap.png new file mode 100644 index 000000000..5095db136 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178f/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178f/index.md b/wiki/star-systems/GJ-178/bodies/GJ178f/index.md new file mode 100644 index 000000000..17d1deb22 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178f/index.md @@ -0,0 +1,69 @@ +--- +id: GJ178f +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4015995352 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.969 + period_days: 900.0 + axial_tilt_deg: 10.0 +physical: + gravity_g: 0.42 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.966 + polar_ice_lat: 0.943 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.057 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178f + +Arid planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 97% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178f/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178f/markers.json new file mode 100644 index 000000000..833b23553 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178f/markers.json @@ -0,0 +1,234 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 209, + 84 + ], + [ + 208, + 85 + ], + [ + 207, + 85 + ], + [ + 206, + 86 + ], + [ + 205, + 85 + ], + [ + 204, + 86 + ], + [ + 203, + 86 + ], + [ + 202, + 86 + ], + [ + 201, + 87 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 154, + 67 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 188, + 31 + ], + "area_fraction": 0.0196 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 129 + ], + "peak": [ + 14, + 153 + ], + "area_cells": 3572 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 505 + ], + "peak": [ + 8, + 505 + ], + "area_cells": 257 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 248 + ], + "peak": [ + 12, + 243 + ], + "area_cells": 873 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 66 + ], + "peak": [ + 53, + 61 + ], + "area_cells": 7837 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 445 + ], + "peak": [ + 29, + 437 + ], + "area_cells": 408 + }, + { + "id": "range_6", + "name": null, + "center": [ + 23, + 422 + ], + "peak": [ + 25, + 422 + ], + "area_cells": 60 + }, + { + "id": "range_7", + "name": null, + "center": [ + 39, + 217 + ], + "peak": [ + 45, + 217 + ], + "area_cells": 63 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 421 + ], + "peak": [ + 36, + 423 + ], + "area_cells": 109 + }, + { + "id": "range_12", + "name": null, + "center": [ + 50, + 428 + ], + "peak": [ + 52, + 433 + ], + "area_cells": 111 + }, + { + "id": "range_14", + "name": null, + "center": [ + 56, + 495 + ], + "peak": [ + 56, + 510 + ], + "area_cells": 402 + }, + { + "id": "range_16", + "name": null, + "center": [ + 97, + 5 + ], + "peak": [ + 97, + 3 + ], + "area_cells": 105 + }, + { + "id": "range_17", + "name": null, + "center": [ + 100, + 501 + ], + "peak": [ + 101, + 501 + ], + "area_cells": 119 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178g/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178g/globe.png new file mode 100644 index 000000000..d9892a05d Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178g/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178g/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178g/heightmap.png new file mode 100644 index 000000000..ec4b7bc68 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178g/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178g/index.md b/wiki/star-systems/GJ-178/bodies/GJ178g/index.md new file mode 100644 index 000000000..f896f405c --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ178g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1727300489 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 3.126 + period_days: 1800.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: 0.35 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.775 + polar_ice_lat: 0.249 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.259 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178g + +Frozen planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178g/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178g/markers.json new file mode 100644 index 000000000..d0b512b68 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178g/markers.json @@ -0,0 +1,206 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 44 + ], + "area_fraction": 0.0319 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 37, + 466 + ], + "area_fraction": 0.0477 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 58, + 57 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 109, + 9 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 103, + 288 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 139, + 500 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 160, + 360 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 184, + 282 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_49", + "name": null, + "kind": "sea", + "center": [ + 225, + 414 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_57", + "name": null, + "kind": "lake", + "center": [ + 244, + 273 + ], + "area_fraction": 0.0193 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 337 + ], + "peak": [ + 88, + 347 + ], + "area_cells": 816 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 122 + ], + "peak": [ + 90, + 104 + ], + "area_cells": 366 + }, + { + "id": "range_3", + "name": null, + "center": [ + 109, + 179 + ], + "peak": [ + 103, + 196 + ], + "area_cells": 2344 + }, + { + "id": "range_6", + "name": null, + "center": [ + 164, + 216 + ], + "peak": [ + 165, + 214 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 186, + 28 + ], + "peak": [ + 187, + 30 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 198, + 41 + ], + "peak": [ + 199, + 41 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 244, + 34 + ], + "peak": [ + 245, + 34 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-1/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178h-1/globe.png new file mode 100644 index 000000000..2bcb18e45 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178h-1/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-1/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178h-1/heightmap.png new file mode 100644 index 000000000..674bad07a Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-1/index.md b/wiki/star-systems/GJ-178/bodies/GJ178h-1/index.md new file mode 100644 index 000000000..f90104bfe --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ178h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 748871620 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.062 + period_days: 5.0 + axial_tilt_deg: 8.7 +physical: + gravity_g: 0.07 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.918 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178h-1 + +Barren moon. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-1/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178h-1/markers.json new file mode 100644 index 000000000..8a0e3e651 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178h-1/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 2, + 436 + ], + "peak": [ + 1, + 436 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 465 + ], + "peak": [ + 3, + 465 + ], + "area_cells": 45 + }, + { + "id": "range_10", + "name": null, + "center": [ + 54, + 152 + ], + "peak": [ + 47, + 155 + ], + "area_cells": 71 + }, + { + "id": "range_13", + "name": null, + "center": [ + 78, + 38 + ], + "peak": [ + 78, + 38 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 4 + ], + "peak": [ + 90, + 3 + ], + "area_cells": 165 + }, + { + "id": "range_15", + "name": null, + "center": [ + 141, + 103 + ], + "peak": [ + 150, + 89 + ], + "area_cells": 11396 + }, + { + "id": "range_16", + "name": null, + "center": [ + 92, + 155 + ], + "peak": [ + 87, + 152 + ], + "area_cells": 49 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 424 + ], + "peak": [ + 136, + 383 + ], + "area_cells": 7051 + }, + { + "id": "range_23", + "name": null, + "center": [ + 99, + 303 + ], + "peak": [ + 99, + 303 + ], + "area_cells": 89 + }, + { + "id": "range_25", + "name": null, + "center": [ + 103, + 282 + ], + "peak": [ + 104, + 282 + ], + "area_cells": 73 + }, + { + "id": "range_27", + "name": null, + "center": [ + 114, + 250 + ], + "peak": [ + 113, + 250 + ], + "area_cells": 36 + }, + { + "id": "range_30", + "name": null, + "center": [ + 127, + 331 + ], + "peak": [ + 129, + 330 + ], + "area_cells": 244 + }, + { + "id": "range_31", + "name": null, + "center": [ + 129, + 205 + ], + "peak": [ + 131, + 206 + ], + "area_cells": 112 + }, + { + "id": "range_32", + "name": null, + "center": [ + 131, + 276 + ], + "peak": [ + 131, + 276 + ], + "area_cells": 88 + }, + { + "id": "range_33", + "name": null, + "center": [ + 142, + 294 + ], + "peak": [ + 142, + 296 + ], + "area_cells": 76 + }, + { + "id": "range_34", + "name": null, + "center": [ + 153, + 423 + ], + "peak": [ + 154, + 421 + ], + "area_cells": 36 + }, + { + "id": "range_38", + "name": null, + "center": [ + 183, + 405 + ], + "peak": [ + 184, + 408 + ], + "area_cells": 131 + }, + { + "id": "range_40", + "name": null, + "center": [ + 187, + 481 + ], + "peak": [ + 184, + 481 + ], + "area_cells": 82 + }, + { + "id": "range_43", + "name": null, + "center": [ + 190, + 136 + ], + "peak": [ + 192, + 138 + ], + "area_cells": 69 + }, + { + "id": "range_44", + "name": null, + "center": [ + 198, + 175 + ], + "peak": [ + 197, + 173 + ], + "area_cells": 103 + }, + { + "id": "range_45", + "name": null, + "center": [ + 232, + 32 + ], + "peak": [ + 215, + 56 + ], + "area_cells": 2841 + }, + { + "id": "range_46", + "name": null, + "center": [ + 229, + 455 + ], + "peak": [ + 255, + 497 + ], + "area_cells": 4413 + }, + { + "id": "range_47", + "name": null, + "center": [ + 206, + 351 + ], + "peak": [ + 208, + 350 + ], + "area_cells": 216 + }, + { + "id": "range_49", + "name": null, + "center": [ + 227, + 332 + ], + "peak": [ + 233, + 328 + ], + "area_cells": 110 + }, + { + "id": "range_50", + "name": null, + "center": [ + 219, + 213 + ], + "peak": [ + 218, + 213 + ], + "area_cells": 46 + }, + { + "id": "range_51", + "name": null, + "center": [ + 218, + 179 + ], + "peak": [ + 220, + 181 + ], + "area_cells": 26 + }, + { + "id": "range_52", + "name": null, + "center": [ + 237, + 307 + ], + "peak": [ + 224, + 312 + ], + "area_cells": 182 + }, + { + "id": "range_53", + "name": null, + "center": [ + 226, + 370 + ], + "peak": [ + 229, + 369 + ], + "area_cells": 252 + }, + { + "id": "range_54", + "name": null, + "center": [ + 222, + 191 + ], + "peak": [ + 222, + 190 + ], + "area_cells": 25 + }, + { + "id": "range_59", + "name": null, + "center": [ + 242, + 171 + ], + "peak": [ + 255, + 171 + ], + "area_cells": 46 + }, + { + "id": "range_61", + "name": null, + "center": [ + 244, + 212 + ], + "peak": [ + 255, + 215 + ], + "area_cells": 89 + }, + { + "id": "range_62", + "name": null, + "center": [ + 243, + 224 + ], + "peak": [ + 236, + 225 + ], + "area_cells": 68 + }, + { + "id": "range_64", + "name": null, + "center": [ + 250, + 190 + ], + "peak": [ + 252, + 186 + ], + "area_cells": 283 + }, + { + "id": "range_72", + "name": null, + "center": [ + 254, + 383 + ], + "peak": [ + 255, + 383 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-2/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178h-2/globe.png new file mode 100644 index 000000000..55ed35bdb Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178h-2/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-2/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178h-2/heightmap.png new file mode 100644 index 000000000..599658118 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-2/index.md b/wiki/star-systems/GJ-178/bodies/GJ178h-2/index.md new file mode 100644 index 000000000..a3152c5e1 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ178h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1425255705 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.123 + period_days: 14.0 + axial_tilt_deg: 49.1 +physical: + gravity_g: 0.05 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.075 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.292 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178h-2 + +Frozen moon. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h-2/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178h-2/markers.json new file mode 100644 index 000000000..077003808 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178h-2/markers.json @@ -0,0 +1,293 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 117, + 245 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 146, + 448 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 142, + 144 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 223, + 127 + ], + "area_fraction": 0.0414 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 205, + 322 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 227, + 380 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 228, + 210 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 97 + ], + "peak": [ + 13, + 106 + ], + "area_cells": 5880 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 393 + ], + "peak": [ + 12, + 408 + ], + "area_cells": 2239 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 506 + ], + "peak": [ + 24, + 499 + ], + "area_cells": 140 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 365 + ], + "peak": [ + 36, + 366 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 52, + 74 + ], + "peak": [ + 54, + 74 + ], + "area_cells": 45 + }, + { + "id": "range_7", + "name": null, + "center": [ + 67, + 351 + ], + "peak": [ + 64, + 347 + ], + "area_cells": 117 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 273 + ], + "peak": [ + 93, + 274 + ], + "area_cells": 80 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 308 + ], + "peak": [ + 93, + 309 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 140, + 333 + ], + "peak": [ + 140, + 333 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 323 + ], + "peak": [ + 159, + 318 + ], + "area_cells": 176 + }, + { + "id": "range_15", + "name": null, + "center": [ + 160, + 353 + ], + "peak": [ + 160, + 354 + ], + "area_cells": 72 + }, + { + "id": "range_17", + "name": null, + "center": [ + 169, + 400 + ], + "peak": [ + 169, + 402 + ], + "area_cells": 38 + }, + { + "id": "range_18", + "name": null, + "center": [ + 217, + 491 + ], + "peak": [ + 196, + 501 + ], + "area_cells": 1905 + }, + { + "id": "range_19", + "name": null, + "center": [ + 223, + 12 + ], + "peak": [ + 202, + 13 + ], + "area_cells": 1148 + }, + { + "id": "range_20", + "name": null, + "center": [ + 227, + 25 + ], + "peak": [ + 229, + 24 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 251, + 29 + ], + "peak": [ + 255, + 29 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178h/globe.png new file mode 100644 index 000000000..08b7ef355 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178h/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178h/index.md b/wiki/star-systems/GJ-178/bodies/GJ178h/index.md new file mode 100644 index 000000000..3e93867b0 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178h/index.md @@ -0,0 +1,61 @@ +--- +id: GJ178h +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 202823720 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.323 + period_days: 4000.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: null + oblateness: 0.0863 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.168 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.069 +--- + +# GJ178h + +Gas giant. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178i/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178i/globe.png new file mode 100644 index 000000000..41fdb8445 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178i/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178i/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178i/heightmap.png new file mode 100644 index 000000000..83bd040ed Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178i/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178i/index.md b/wiki/star-systems/GJ-178/bodies/GJ178i/index.md new file mode 100644 index 000000000..d0ea16154 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ178i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1974705407 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 8.867 + period_days: 8600.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.25 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.428 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178i + +Frozen planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178i/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178i/markers.json new file mode 100644 index 000000000..daeb66db5 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178i/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 44, + 132 + ], + "area_fraction": 0.0258 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 36, + 47 + ], + "area_fraction": 0.007 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 69, + 456 + ], + "area_fraction": 0.0159 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 68, + 365 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 178, + 147 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 194, + 262 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 211, + 91 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 202, + 306 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_49", + "name": null, + "kind": "sea", + "center": [ + 244, + 416 + ], + "area_fraction": 0.0235 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 249 + ], + "peak": [ + 104, + 190 + ], + "area_cells": 3588 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-178/bodies/GJ178j/globe.png b/wiki/star-systems/GJ-178/bodies/GJ178j/globe.png new file mode 100644 index 000000000..290326e35 Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178j/globe.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178j/heightmap.png b/wiki/star-systems/GJ-178/bodies/GJ178j/heightmap.png new file mode 100644 index 000000000..8c23672ff Binary files /dev/null and b/wiki/star-systems/GJ-178/bodies/GJ178j/heightmap.png differ diff --git a/wiki/star-systems/GJ-178/bodies/GJ178j/index.md b/wiki/star-systems/GJ-178/bodies/GJ178j/index.md new file mode 100644 index 000000000..5f1322265 --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ178j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4173694574 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 13.413 + period_days: 16000.0 + axial_tilt_deg: 21.6 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ178j + +Frozen planet. + +**System:** [GJ-178](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-178/bodies/GJ178j/markers.json b/wiki/star-systems/GJ-178/bodies/GJ178j/markers.json new file mode 100644 index 000000000..0d90fea0a --- /dev/null +++ b/wiki/star-systems/GJ-178/bodies/GJ178j/markers.json @@ -0,0 +1,334 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 243 + ], + "area_fraction": 0.2656 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 204, + 320 + ], + "area_fraction": 0.0218 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 282 + ], + "peak": [ + 103, + 260 + ], + "area_cells": 1078 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 104 + ], + "peak": [ + 87, + 104 + ], + "area_cells": 52 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 59 + ], + "peak": [ + 94, + 61 + ], + "area_cells": 117 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 396 + ], + "peak": [ + 103, + 401 + ], + "area_cells": 545 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 439 + ], + "peak": [ + 110, + 462 + ], + "area_cells": 2188 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 19 + ], + "peak": [ + 108, + 0 + ], + "area_cells": 425 + }, + { + "id": "range_8", + "name": null, + "center": [ + 103, + 342 + ], + "peak": [ + 102, + 341 + ], + "area_cells": 62 + }, + { + "id": "range_9", + "name": null, + "center": [ + 121, + 501 + ], + "peak": [ + 124, + 502 + ], + "area_cells": 383 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 159 + ], + "peak": [ + 121, + 149 + ], + "area_cells": 1994 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 62 + ], + "peak": [ + 122, + 61 + ], + "area_cells": 477 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 283 + ], + "peak": [ + 126, + 266 + ], + "area_cells": 505 + }, + { + "id": "range_15", + "name": null, + "center": [ + 150, + 488 + ], + "peak": [ + 151, + 488 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 158, + 112 + ], + "peak": [ + 160, + 111 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 159, + 387 + ], + "peak": [ + 159, + 388 + ], + "area_cells": 32 + }, + { + "id": "range_19", + "name": null, + "center": [ + 200, + 29 + ], + "peak": [ + 194, + 35 + ], + "area_cells": 2084 + }, + { + "id": "range_21", + "name": null, + "center": [ + 187, + 375 + ], + "peak": [ + 189, + 377 + ], + "area_cells": 148 + }, + { + "id": "range_22", + "name": null, + "center": [ + 213, + 485 + ], + "peak": [ + 200, + 501 + ], + "area_cells": 1670 + }, + { + "id": "range_23", + "name": null, + "center": [ + 213, + 127 + ], + "peak": [ + 213, + 131 + ], + "area_cells": 1680 + }, + { + "id": "range_25", + "name": null, + "center": [ + 227, + 52 + ], + "peak": [ + 228, + 50 + ], + "area_cells": 164 + }, + { + "id": "range_26", + "name": null, + "center": [ + 224, + 76 + ], + "peak": [ + 225, + 77 + ], + "area_cells": 33 + }, + { + "id": "range_27", + "name": null, + "center": [ + 241, + 298 + ], + "peak": [ + 237, + 302 + ], + "area_cells": 1151 + }, + { + "id": "range_28", + "name": null, + "center": [ + 235, + 367 + ], + "peak": [ + 235, + 367 + ], + "area_cells": 96 + }, + { + "id": "range_29", + "name": null, + "center": [ + 237, + 378 + ], + "peak": [ + 236, + 378 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ183b/globe.png b/wiki/star-systems/GJ-183/bodies/GJ183b/globe.png new file mode 100644 index 000000000..74db4f138 Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183b/globe.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183b/heightmap.png b/wiki/star-systems/GJ-183/bodies/GJ183b/heightmap.png new file mode 100644 index 000000000..a8860879a Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183b/heightmap.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183b/index.md b/wiki/star-systems/GJ-183/bodies/GJ183b/index.md new file mode 100644 index 000000000..58aa6ba47 --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ183b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2634010471 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 4.3 +physical: + gravity_g: 0.3 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.914 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ183b + +Barren planet. + +**System:** [GJ-183](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 91% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-183/bodies/GJ183b/markers.json b/wiki/star-systems/GJ-183/bodies/GJ183b/markers.json new file mode 100644 index 000000000..3b4f7130c --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183b/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 143 + ], + "area_fraction": 0.0425 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 29, + 381 + ], + "area_fraction": 0.0176 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 276 + ], + "peak": [ + 93, + 273 + ], + "area_cells": 212 + }, + { + "id": "range_2", + "name": null, + "center": [ + 174, + 120 + ], + "peak": [ + 187, + 74 + ], + "area_cells": 14692 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 330 + ], + "peak": [ + 108, + 332 + ], + "area_cells": 73 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 384 + ], + "peak": [ + 135, + 388 + ], + "area_cells": 456 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 11 + ], + "peak": [ + 113, + 12 + ], + "area_cells": 91 + }, + { + "id": "range_7", + "name": null, + "center": [ + 184, + 419 + ], + "peak": [ + 177, + 323 + ], + "area_cells": 10093 + }, + { + "id": "range_9", + "name": null, + "center": [ + 120, + 160 + ], + "peak": [ + 120, + 161 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 354 + ], + "peak": [ + 138, + 356 + ], + "area_cells": 51 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 369 + ], + "peak": [ + 159, + 369 + ], + "area_cells": 24 + }, + { + "id": "range_19", + "name": null, + "center": [ + 213, + 320 + ], + "peak": [ + 212, + 322 + ], + "area_cells": 236 + }, + { + "id": "range_20", + "name": null, + "center": [ + 220, + 245 + ], + "peak": [ + 223, + 247 + ], + "area_cells": 51 + }, + { + "id": "range_21", + "name": null, + "center": [ + 222, + 389 + ], + "peak": [ + 222, + 390 + ], + "area_cells": 21 + }, + { + "id": "range_23", + "name": null, + "center": [ + 234, + 142 + ], + "peak": [ + 235, + 142 + ], + "area_cells": 82 + }, + { + "id": "range_25", + "name": null, + "center": [ + 240, + 130 + ], + "peak": [ + 240, + 128 + ], + "area_cells": 117 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-183/bodies/GJ183c/globe.png b/wiki/star-systems/GJ-183/bodies/GJ183c/globe.png new file mode 100644 index 000000000..f7e2afb8c Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183c/globe.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183c/heightmap.png b/wiki/star-systems/GJ-183/bodies/GJ183c/heightmap.png new file mode 100644 index 000000000..b1481d594 Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183c/heightmap.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183c/index.md b/wiki/star-systems/GJ-183/bodies/GJ183c/index.md new file mode 100644 index 000000000..af3fcc74b --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ183c +name: Rietvlei +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2864526997 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.189 + period_days: 45.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.86 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.434 + polar_ice_lat: 0.629 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rietvlei + +Temperate planet. + +**System:** [GJ-183](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 43% | +| **Year** | 45 days | +| **Inhabited** | yes | +| **Population** | 18K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-183/bodies/GJ183c/markers.json b/wiki/star-systems/GJ-183/bodies/GJ183c/markers.json new file mode 100644 index 000000000..7353dd8e6 --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183c/markers.json @@ -0,0 +1,842 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 152, + 139 + ], + [ + 152, + 138 + ], + [ + 153, + 137 + ], + [ + 154, + 136 + ], + [ + 155, + 135 + ], + [ + 156, + 134 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 152, + 76 + ], + [ + 151, + 75 + ], + [ + 150, + 74 + ], + [ + 149, + 73 + ], + [ + 148, + 74 + ], + [ + 147, + 73 + ], + [ + 146, + 73 + ], + [ + 145, + 74 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 152 + ], + [ + 129, + 151 + ], + [ + 130, + 152 + ], + [ + 131, + 152 + ], + [ + 132, + 152 + ], + [ + 133, + 151 + ], + [ + 133, + 150 + ], + [ + 132, + 151 + ], + [ + 133, + 152 + ], + [ + 132, + 153 + ], + [ + 131, + 153 + ], + [ + 131, + 154 + ], + [ + 132, + 155 + ], + [ + 133, + 154 + ], + [ + 133, + 153 + ], + [ + 134, + 154 + ], + [ + 135, + 153 + ], + [ + 136, + 152 + ], + [ + 135, + 151 + ], + [ + 134, + 151 + ], + [ + 135, + 150 + ], + [ + 135, + 149 + ], + [ + 135, + 148 + ], + [ + 136, + 147 + ], + [ + 136, + 146 + ], + [ + 137, + 146 + ], + [ + 138, + 146 + ], + [ + 137, + 145 + ], + [ + 137, + 144 + ], + [ + 136, + 144 + ], + [ + 136, + 145 + ], + [ + 135, + 146 + ], + [ + 134, + 146 + ], + [ + 135, + 145 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 137, + 226 + ], + [ + 138, + 227 + ], + [ + 139, + 227 + ], + [ + 140, + 227 + ], + [ + 141, + 226 + ], + [ + 142, + 226 + ], + [ + 143, + 225 + ], + [ + 144, + 224 + ], + [ + 144, + 223 + ], + [ + 143, + 222 + ], + [ + 143, + 221 + ], + [ + 143, + 220 + ], + [ + 144, + 219 + ], + [ + 145, + 218 + ], + [ + 146, + 217 + ], + [ + 147, + 216 + ], + [ + 148, + 215 + ], + [ + 147, + 214 + ], + [ + 147, + 213 + ], + [ + 147, + 212 + ], + [ + 148, + 212 + ], + [ + 148, + 211 + ], + [ + 148, + 210 + ], + [ + 148, + 209 + ], + [ + 149, + 209 + ], + [ + 148, + 208 + ], + [ + 147, + 207 + ], + [ + 146, + 207 + ], + [ + 145, + 206 + ], + [ + 144, + 205 + ], + [ + 144, + 204 + ], + [ + 143, + 203 + ], + [ + 142, + 202 + ], + [ + 141, + 201 + ], + [ + 140, + 200 + ], + [ + 139, + 200 + ], + [ + 138, + 200 + ], + [ + 137, + 199 + ], + [ + 136, + 198 + ], + [ + 135, + 198 + ], + [ + 134, + 199 + ], + [ + 133, + 199 + ], + [ + 132, + 199 + ], + [ + 131, + 199 + ], + [ + 130, + 199 + ], + [ + 130, + 200 + ], + [ + 129, + 200 + ], + [ + 128, + 201 + ], + [ + 127, + 202 + ], + [ + 126, + 203 + ], + [ + 126, + 204 + ], + [ + 127, + 204 + ], + [ + 128, + 205 + ], + [ + 127, + 206 + ], + [ + 128, + 206 + ], + [ + 127, + 205 + ], + [ + 126, + 205 + ], + [ + 125, + 206 + ], + [ + 125, + 207 + ], + [ + 125, + 208 + ], + [ + 124, + 209 + ], + [ + 124, + 210 + ], + [ + 123, + 209 + ], + [ + 122, + 210 + ], + [ + 121, + 210 + ], + [ + 120, + 211 + ], + [ + 119, + 211 + ], + [ + 120, + 212 + ], + [ + 120, + 213 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 146, + 158 + ], + [ + 147, + 157 + ], + [ + 147, + 156 + ], + [ + 147, + 155 + ], + [ + 148, + 155 + ], + [ + 148, + 154 + ], + [ + 149, + 153 + ], + [ + 150, + 154 + ], + [ + 151, + 154 + ], + [ + 152, + 155 + ], + [ + 153, + 154 + ], + [ + 154, + 153 + ], + [ + 155, + 152 + ], + [ + 156, + 151 + ], + [ + 157, + 150 + ], + [ + 158, + 149 + ], + [ + 157, + 148 + ], + [ + 158, + 147 + ], + [ + 157, + 146 + ], + [ + 158, + 145 + ], + [ + 159, + 145 + ], + [ + 158, + 146 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 140, + 403 + ], + [ + 141, + 404 + ], + [ + 142, + 405 + ], + [ + 143, + 406 + ], + [ + 144, + 405 + ], + [ + 145, + 405 + ], + [ + 146, + 404 + ], + [ + 146, + 403 + ], + [ + 147, + 402 + ], + [ + 147, + 401 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 247, + 278 + ], + [ + 247, + 277 + ], + [ + 246, + 277 + ], + [ + 245, + 276 + ], + [ + 244, + 275 + ], + [ + 243, + 274 + ], + [ + 242, + 273 + ], + [ + 241, + 272 + ], + [ + 240, + 271 + ], + [ + 239, + 270 + ], + [ + 238, + 271 + ], + [ + 237, + 272 + ], + [ + 238, + 272 + ], + [ + 237, + 273 + ], + [ + 236, + 273 + ], + [ + 236, + 274 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 65, + 253 + ], + "area_fraction": 0.5151 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 237, + 105 + ], + "area_fraction": 0.0455 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 189, + 263 + ], + "peak": [ + 190, + 298 + ], + "area_cells": 7673 + }, + { + "id": "range_3", + "name": null, + "center": [ + 139, + 402 + ], + "peak": [ + 140, + 403 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 172, + 450 + ], + "peak": [ + 178, + 455 + ], + "area_cells": 1361 + }, + { + "id": "range_5", + "name": null, + "center": [ + 162, + 8 + ], + "peak": [ + 161, + 0 + ], + "area_cells": 110 + }, + { + "id": "range_6", + "name": null, + "center": [ + 167, + 50 + ], + "peak": [ + 168, + 48 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 175, + 92 + ], + "peak": [ + 174, + 86 + ], + "area_cells": 82 + }, + { + "id": "range_8", + "name": null, + "center": [ + 184, + 140 + ], + "peak": [ + 185, + 145 + ], + "area_cells": 244 + }, + { + "id": "range_10", + "name": null, + "center": [ + 193, + 25 + ], + "peak": [ + 197, + 40 + ], + "area_cells": 192 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-183/bodies/GJ183d/globe.png b/wiki/star-systems/GJ-183/bodies/GJ183d/globe.png new file mode 100644 index 000000000..25bd2ab0f Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183d/globe.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183d/heightmap.png b/wiki/star-systems/GJ-183/bodies/GJ183d/heightmap.png new file mode 100644 index 000000000..5444b4d3b Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183d/heightmap.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183d/index.md b/wiki/star-systems/GJ-183/bodies/GJ183d/index.md new file mode 100644 index 000000000..07d456ee8 --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ183d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2008530856 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 53.2 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.177 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ183d + +Frozen planet. + +**System:** [GJ-183](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-183/bodies/GJ183d/markers.json b/wiki/star-systems/GJ-183/bodies/GJ183d/markers.json new file mode 100644 index 000000000..9e4fb3b53 --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183d/markers.json @@ -0,0 +1,436 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 25, + 398 + ], + [ + 24, + 397 + ], + [ + 23, + 396 + ], + [ + 23, + 395 + ], + [ + 22, + 396 + ], + [ + 22, + 397 + ], + [ + 21, + 398 + ], + [ + 20, + 399 + ], + [ + 19, + 400 + ], + [ + 18, + 401 + ], + [ + 17, + 400 + ], + [ + 16, + 401 + ], + [ + 15, + 400 + ], + [ + 14, + 399 + ], + [ + 14, + 398 + ], + [ + 14, + 397 + ], + [ + 13, + 398 + ], + [ + 13, + 397 + ], + [ + 12, + 396 + ], + [ + 11, + 396 + ], + [ + 11, + 395 + ], + [ + 10, + 394 + ], + [ + 9, + 393 + ], + [ + 10, + 393 + ], + [ + 10, + 392 + ], + [ + 9, + 392 + ], + [ + 8, + 392 + ], + [ + 9, + 391 + ], + [ + 10, + 391 + ], + [ + 9, + 390 + ], + [ + 8, + 391 + ], + [ + 7, + 390 + ], + [ + 7, + 391 + ], + [ + 6, + 390 + ], + [ + 5, + 390 + ], + [ + 4, + 390 + ], + [ + 4, + 389 + ], + [ + 4, + 388 + ], + [ + 3, + 388 + ], + [ + 3, + 387 + ], + [ + 2, + 386 + ], + [ + 2, + 385 + ], + [ + 3, + 385 + ], + [ + 4, + 385 + ], + [ + 3, + 386 + ], + [ + 4, + 387 + ], + [ + 5, + 388 + ], + [ + 5, + 387 + ], + [ + 6, + 388 + ], + [ + 6, + 387 + ], + [ + 7, + 388 + ], + [ + 7, + 387 + ], + [ + 6, + 386 + ], + [ + 5, + 386 + ], + [ + 4, + 386 + ], + [ + 5, + 385 + ], + [ + 4, + 384 + ], + [ + 3, + 384 + ], + [ + 2, + 383 + ], + [ + 2, + 384 + ], + [ + 3, + 383 + ], + [ + 4, + 383 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 0, + 423 + ], + [ + 1, + 422 + ], + [ + 2, + 423 + ], + [ + 3, + 423 + ], + [ + 3, + 422 + ], + [ + 4, + 423 + ], + [ + 4, + 424 + ], + [ + 5, + 424 + ], + [ + 5, + 425 + ], + [ + 5, + 426 + ], + [ + 4, + 427 + ], + [ + 5, + 428 + ], + [ + 5, + 427 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 19 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 19, + 113 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 12, + 496 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 143, + 261 + ], + "peak": [ + 143, + 257 + ], + "area_cells": 10102 + }, + { + "id": "range_2", + "name": null, + "center": [ + 122, + 455 + ], + "peak": [ + 115, + 482 + ], + "area_cells": 4687 + }, + { + "id": "range_3", + "name": null, + "center": [ + 111, + 80 + ], + "peak": [ + 101, + 70 + ], + "area_cells": 1480 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 235 + ], + "peak": [ + 126, + 234 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 62 + ], + "peak": [ + 129, + 62 + ], + "area_cells": 107 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 367 + ], + "peak": [ + 150, + 370 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-183/bodies/GJ183e/globe.png b/wiki/star-systems/GJ-183/bodies/GJ183e/globe.png new file mode 100644 index 000000000..dabeb5d1d Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183e/globe.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183e/heightmap.png b/wiki/star-systems/GJ-183/bodies/GJ183e/heightmap.png new file mode 100644 index 000000000..84d3ac7e5 Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183e/heightmap.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183e/index.md b/wiki/star-systems/GJ-183/bodies/GJ183e/index.md new file mode 100644 index 000000000..d41e50bdc --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ183e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 583169911 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.839 + period_days: 420.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.36 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.819 + polar_ice_lat: 0.126 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ183e + +Frozen planet. + +**System:** [GJ-183](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-183/bodies/GJ183e/markers.json b/wiki/star-systems/GJ-183/bodies/GJ183e/markers.json new file mode 100644 index 000000000..ba163448d --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183e/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 54, + 203 + ], + "area_fraction": 0.1399 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 46 + ], + "peak": [ + 65, + 46 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 61 + ], + "peak": [ + 69, + 63 + ], + "area_cells": 77 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 42 + ], + "peak": [ + 89, + 33 + ], + "area_cells": 1519 + }, + { + "id": "range_7", + "name": null, + "center": [ + 213, + 232 + ], + "peak": [ + 215, + 391 + ], + "area_cells": 13913 + }, + { + "id": "range_8", + "name": null, + "center": [ + 189, + 491 + ], + "peak": [ + 182, + 486 + ], + "area_cells": 1314 + }, + { + "id": "range_11", + "name": null, + "center": [ + 190, + 166 + ], + "peak": [ + 190, + 167 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-183/bodies/GJ183f/globe.png b/wiki/star-systems/GJ-183/bodies/GJ183f/globe.png new file mode 100644 index 000000000..88329ab79 Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183f/globe.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183f/heightmap.png b/wiki/star-systems/GJ-183/bodies/GJ183f/heightmap.png new file mode 100644 index 000000000..a6a2b8989 Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183f/heightmap.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183f/index.md b/wiki/star-systems/GJ-183/bodies/GJ183f/index.md new file mode 100644 index 000000000..92ceb11f2 --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ183f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3027584615 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.859 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.273 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ183f + +Frozen planet. + +**System:** [GJ-183](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-183/bodies/GJ183f/markers.json b/wiki/star-systems/GJ-183/bodies/GJ183f/markers.json new file mode 100644 index 000000000..58396b67b --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183f/markers.json @@ -0,0 +1,302 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 108 + ], + "area_fraction": 0.0648 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 21, + 347 + ], + "area_fraction": 0.038 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 220, + 271 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 235, + 161 + ], + "area_fraction": 0.0194 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 68, + 224 + ], + "peak": [ + 70, + 224 + ], + "area_cells": 117 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 299 + ], + "peak": [ + 77, + 309 + ], + "area_cells": 217 + }, + { + "id": "range_5", + "name": null, + "center": [ + 72, + 257 + ], + "peak": [ + 72, + 252 + ], + "area_cells": 66 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 190 + ], + "peak": [ + 107, + 164 + ], + "area_cells": 5466 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 406 + ], + "peak": [ + 161, + 460 + ], + "area_cells": 10765 + }, + { + "id": "range_8", + "name": null, + "center": [ + 107, + 476 + ], + "peak": [ + 107, + 476 + ], + "area_cells": 65 + }, + { + "id": "range_9", + "name": null, + "center": [ + 151, + 152 + ], + "peak": [ + 141, + 138 + ], + "area_cells": 792 + }, + { + "id": "range_10", + "name": null, + "center": [ + 140, + 226 + ], + "peak": [ + 140, + 226 + ], + "area_cells": 53 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 318 + ], + "peak": [ + 142, + 318 + ], + "area_cells": 37 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 300 + ], + "peak": [ + 145, + 301 + ], + "area_cells": 115 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 245 + ], + "peak": [ + 159, + 244 + ], + "area_cells": 214 + }, + { + "id": "range_15", + "name": null, + "center": [ + 173, + 16 + ], + "peak": [ + 163, + 0 + ], + "area_cells": 884 + }, + { + "id": "range_16", + "name": null, + "center": [ + 178, + 193 + ], + "peak": [ + 180, + 204 + ], + "area_cells": 1036 + }, + { + "id": "range_17", + "name": null, + "center": [ + 167, + 300 + ], + "peak": [ + 165, + 302 + ], + "area_cells": 65 + }, + { + "id": "range_18", + "name": null, + "center": [ + 170, + 54 + ], + "peak": [ + 170, + 55 + ], + "area_cells": 139 + }, + { + "id": "range_21", + "name": null, + "center": [ + 172, + 227 + ], + "peak": [ + 171, + 227 + ], + "area_cells": 61 + }, + { + "id": "range_24", + "name": null, + "center": [ + 195, + 230 + ], + "peak": [ + 195, + 231 + ], + "area_cells": 124 + }, + { + "id": "range_27", + "name": null, + "center": [ + 201, + 350 + ], + "peak": [ + 202, + 350 + ], + "area_cells": 27 + }, + { + "id": "range_30", + "name": null, + "center": [ + 251, + 435 + ], + "peak": [ + 253, + 431 + ], + "area_cells": 218 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-183/bodies/GJ183g/globe.png b/wiki/star-systems/GJ-183/bodies/GJ183g/globe.png new file mode 100644 index 000000000..8533877a2 Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183g/globe.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183g/heightmap.png b/wiki/star-systems/GJ-183/bodies/GJ183g/heightmap.png new file mode 100644 index 000000000..af3e232ba Binary files /dev/null and b/wiki/star-systems/GJ-183/bodies/GJ183g/heightmap.png differ diff --git a/wiki/star-systems/GJ-183/bodies/GJ183g/index.md b/wiki/star-systems/GJ-183/bodies/GJ183g/index.md new file mode 100644 index 000000000..93a5d676d --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ183g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2196136936 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.08 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.097 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ183g + +Frozen planet. + +**System:** [GJ-183](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-183/bodies/GJ183g/markers.json b/wiki/star-systems/GJ-183/bodies/GJ183g/markers.json new file mode 100644 index 000000000..0021a279b --- /dev/null +++ b/wiki/star-systems/GJ-183/bodies/GJ183g/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 33, + 51 + ], + "area_fraction": 0.0462 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 45, + 491 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 54, + 272 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 99, + 330 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 206, + 395 + ], + "area_fraction": 0.0594 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 207, + 87 + ], + "area_fraction": 0.083 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 309 + ], + "peak": [ + 0, + 309 + ], + "area_cells": 137 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 154 + ], + "peak": [ + 6, + 154 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 137 + ], + "peak": [ + 21, + 143 + ], + "area_cells": 124 + }, + { + "id": "range_4", + "name": null, + "center": [ + 140, + 271 + ], + "peak": [ + 145, + 242 + ], + "area_cells": 3079 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 150 + ], + "peak": [ + 123, + 168 + ], + "area_cells": 487 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 64 + ], + "peak": [ + 141, + 66 + ], + "area_cells": 327 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 483 + ], + "peak": [ + 191, + 492 + ], + "area_cells": 1231 + }, + { + "id": "range_9", + "name": null, + "center": [ + 211, + 249 + ], + "peak": [ + 211, + 249 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 244, + 294 + ], + "peak": [ + 254, + 311 + ], + "area_cells": 1337 + }, + { + "id": "range_12", + "name": null, + "center": [ + 241, + 230 + ], + "peak": [ + 241, + 229 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ189b/globe.png b/wiki/star-systems/GJ-189/bodies/GJ189b/globe.png new file mode 100644 index 000000000..187469274 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189b/globe.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189b/heightmap.png b/wiki/star-systems/GJ-189/bodies/GJ189b/heightmap.png new file mode 100644 index 000000000..fea53a34a Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189b/heightmap.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189b/index.md b/wiki/star-systems/GJ-189/bodies/GJ189b/index.md new file mode 100644 index 000000000..2519e3ecd --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ189b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 119266312 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 0.3 +physical: + gravity_g: 0.36 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.969 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ189b + +Barren planet. + +**System:** [GJ-189](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 93% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-189/bodies/GJ189b/markers.json b/wiki/star-systems/GJ-189/bodies/GJ189b/markers.json new file mode 100644 index 000000000..3cd22a04e --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189b/markers.json @@ -0,0 +1,360 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 164, + 120 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 192, + 237 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 95, + 210 + ], + "peak": [ + 131, + 259 + ], + "area_cells": 4117 + }, + { + "id": "range_3", + "name": null, + "center": [ + 40, + 6 + ], + "peak": [ + 42, + 7 + ], + "area_cells": 168 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 120 + ], + "peak": [ + 40, + 124 + ], + "area_cells": 290 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 24 + ], + "peak": [ + 35, + 25 + ], + "area_cells": 71 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 93 + ], + "peak": [ + 76, + 55 + ], + "area_cells": 2536 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 494 + ], + "peak": [ + 37, + 494 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 47, + 37 + ], + "peak": [ + 50, + 42 + ], + "area_cells": 133 + }, + { + "id": "range_11", + "name": null, + "center": [ + 43, + 287 + ], + "peak": [ + 46, + 287 + ], + "area_cells": 46 + }, + { + "id": "range_12", + "name": null, + "center": [ + 66, + 318 + ], + "peak": [ + 66, + 318 + ], + "area_cells": 205 + }, + { + "id": "range_13", + "name": null, + "center": [ + 51, + 216 + ], + "peak": [ + 52, + 216 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 52, + 82 + ], + "peak": [ + 52, + 83 + ], + "area_cells": 37 + }, + { + "id": "range_15", + "name": null, + "center": [ + 66, + 341 + ], + "peak": [ + 68, + 343 + ], + "area_cells": 156 + }, + { + "id": "range_18", + "name": null, + "center": [ + 83, + 367 + ], + "peak": [ + 65, + 367 + ], + "area_cells": 355 + }, + { + "id": "range_21", + "name": null, + "center": [ + 78, + 503 + ], + "peak": [ + 73, + 499 + ], + "area_cells": 177 + }, + { + "id": "range_23", + "name": null, + "center": [ + 102, + 27 + ], + "peak": [ + 117, + 47 + ], + "area_cells": 1524 + }, + { + "id": "range_24", + "name": null, + "center": [ + 75, + 400 + ], + "peak": [ + 76, + 400 + ], + "area_cells": 131 + }, + { + "id": "range_25", + "name": null, + "center": [ + 82, + 289 + ], + "peak": [ + 85, + 278 + ], + "area_cells": 360 + }, + { + "id": "range_27", + "name": null, + "center": [ + 85, + 412 + ], + "peak": [ + 82, + 412 + ], + "area_cells": 83 + }, + { + "id": "range_29", + "name": null, + "center": [ + 103, + 427 + ], + "peak": [ + 110, + 424 + ], + "area_cells": 277 + }, + { + "id": "range_30", + "name": null, + "center": [ + 99, + 350 + ], + "peak": [ + 100, + 351 + ], + "area_cells": 52 + }, + { + "id": "range_33", + "name": null, + "center": [ + 113, + 392 + ], + "peak": [ + 114, + 394 + ], + "area_cells": 324 + }, + { + "id": "range_35", + "name": null, + "center": [ + 112, + 162 + ], + "peak": [ + 113, + 161 + ], + "area_cells": 80 + }, + { + "id": "range_36", + "name": null, + "center": [ + 127, + 496 + ], + "peak": [ + 140, + 508 + ], + "area_cells": 562 + }, + { + "id": "range_39", + "name": null, + "center": [ + 139, + 2 + ], + "peak": [ + 141, + 0 + ], + "area_cells": 59 + }, + { + "id": "range_41", + "name": null, + "center": [ + 211, + 326 + ], + "peak": [ + 212, + 326 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-189/bodies/GJ189c/globe.png b/wiki/star-systems/GJ-189/bodies/GJ189c/globe.png new file mode 100644 index 000000000..f83c643c2 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189c/globe.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189c/heightmap.png b/wiki/star-systems/GJ-189/bodies/GJ189c/heightmap.png new file mode 100644 index 000000000..ba6c95cf3 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189c/heightmap.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189c/index.md b/wiki/star-systems/GJ-189/bodies/GJ189c/index.md new file mode 100644 index 000000000..081b63031 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ189c +name: Goslar +body_type: planet +planet_class: temperate +body_scale: planet +seed: 428011538 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.9 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.584 + polar_ice_lat: 0.757 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Goslar + +Temperate planet. + +**System:** [GJ-189](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 58% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 30K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-189/bodies/GJ189c/markers.json b/wiki/star-systems/GJ-189/bodies/GJ189c/markers.json new file mode 100644 index 000000000..2eeedacbb --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189c/markers.json @@ -0,0 +1,697 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 257 + ], + [ + 1, + 257 + ], + [ + 2, + 258 + ], + [ + 3, + 258 + ], + [ + 4, + 257 + ], + [ + 5, + 256 + ], + [ + 5, + 255 + ], + [ + 6, + 255 + ], + [ + 7, + 254 + ], + [ + 8, + 253 + ], + [ + 9, + 254 + ], + [ + 10, + 253 + ], + [ + 11, + 253 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 0, + 176 + ], + [ + 1, + 177 + ], + [ + 2, + 178 + ], + [ + 3, + 177 + ], + [ + 4, + 178 + ], + [ + 5, + 178 + ], + [ + 6, + 177 + ], + [ + 7, + 177 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 235, + 0 + ], + [ + 234, + 511 + ], + [ + 233, + 0 + ], + [ + 232, + 1 + ], + [ + 231, + 2 + ], + [ + 230, + 2 + ], + [ + 229, + 3 + ], + [ + 228, + 3 + ], + [ + 227, + 4 + ], + [ + 226, + 5 + ], + [ + 227, + 6 + ], + [ + 227, + 7 + ], + [ + 228, + 8 + ], + [ + 227, + 9 + ], + [ + 228, + 10 + ], + [ + 227, + 11 + ], + [ + 228, + 12 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 118, + 327 + ], + [ + 117, + 326 + ], + [ + 116, + 327 + ], + [ + 115, + 328 + ], + [ + 114, + 328 + ], + [ + 113, + 327 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 20, + 1 + ], + [ + 19, + 0 + ], + [ + 18, + 511 + ], + [ + 17, + 0 + ], + [ + 16, + 1 + ], + [ + 15, + 2 + ], + [ + 14, + 2 + ], + [ + 13, + 3 + ], + [ + 13, + 4 + ], + [ + 12, + 5 + ], + [ + 11, + 6 + ], + [ + 10, + 7 + ], + [ + 10, + 8 + ], + [ + 10, + 9 + ], + [ + 9, + 8 + ], + [ + 9, + 9 + ], + [ + 8, + 10 + ], + [ + 8, + 9 + ], + [ + 7, + 10 + ], + [ + 6, + 11 + ], + [ + 5, + 10 + ], + [ + 4, + 10 + ], + [ + 3, + 10 + ], + [ + 2, + 9 + ], + [ + 1, + 9 + ], + [ + 0, + 8 + ], + [ + 0, + 9 + ], + [ + 1, + 10 + ], + [ + 0, + 10 + ], + [ + 0, + 11 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 2, + 134 + ], + [ + 3, + 135 + ], + [ + 4, + 136 + ], + [ + 5, + 135 + ], + [ + 6, + 136 + ], + [ + 7, + 136 + ], + [ + 7, + 137 + ], + [ + 8, + 138 + ], + [ + 7, + 139 + ], + [ + 7, + 140 + ], + [ + 7, + 141 + ], + [ + 8, + 140 + ], + [ + 9, + 141 + ], + [ + 10, + 142 + ], + [ + 10, + 141 + ], + [ + 11, + 141 + ], + [ + 12, + 142 + ], + [ + 13, + 143 + ], + [ + 14, + 143 + ], + [ + 15, + 143 + ], + [ + 15, + 142 + ], + [ + 14, + 142 + ], + [ + 15, + 141 + ], + [ + 14, + 140 + ], + [ + 13, + 139 + ], + [ + 13, + 140 + ], + [ + 13, + 141 + ], + [ + 14, + 141 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 121, + 305 + ], + [ + 120, + 304 + ], + [ + 119, + 303 + ], + [ + 118, + 302 + ], + [ + 117, + 301 + ], + [ + 116, + 300 + ], + [ + 115, + 299 + ], + [ + 114, + 298 + ], + [ + 113, + 298 + ], + [ + 112, + 297 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 226, + 61 + ], + [ + 225, + 60 + ], + [ + 224, + 60 + ], + [ + 223, + 59 + ], + [ + 222, + 58 + ], + [ + 221, + 57 + ], + [ + 220, + 57 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 77, + 250 + ], + "area_fraction": 0.2049 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 48, + 481 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 50, + 24 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 224, + 247 + ], + "area_fraction": 0.1797 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 405 + ], + "peak": [ + 46, + 406 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 486 + ], + "peak": [ + 88, + 486 + ], + "area_cells": 416 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 92 + ], + "peak": [ + 74, + 109 + ], + "area_cells": 442 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 4 + ], + "peak": [ + 100, + 0 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 178, + 46 + ], + "peak": [ + 194, + 0 + ], + "area_cells": 3160 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 466 + ], + "peak": [ + 155, + 464 + ], + "area_cells": 64 + }, + { + "id": "range_7", + "name": null, + "center": [ + 183, + 491 + ], + "peak": [ + 181, + 499 + ], + "area_cells": 1507 + }, + { + "id": "range_8", + "name": null, + "center": [ + 164, + 136 + ], + "peak": [ + 165, + 140 + ], + "area_cells": 89 + }, + { + "id": "range_9", + "name": null, + "center": [ + 183, + 153 + ], + "peak": [ + 190, + 153 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-189/bodies/GJ189d/globe.png b/wiki/star-systems/GJ-189/bodies/GJ189d/globe.png new file mode 100644 index 000000000..89549bc19 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189d/globe.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189d/heightmap.png b/wiki/star-systems/GJ-189/bodies/GJ189d/heightmap.png new file mode 100644 index 000000000..c98493a43 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189d/heightmap.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189d/index.md b/wiki/star-systems/GJ-189/bodies/GJ189d/index.md new file mode 100644 index 000000000..cba65f15d --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ189d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2462482735 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.52 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.909 + polar_ice_lat: 0.312 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.31 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ189d + +Frozen planet. + +**System:** [GJ-189](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-189/bodies/GJ189d/markers.json b/wiki/star-systems/GJ-189/bodies/GJ189d/markers.json new file mode 100644 index 000000000..c2a06d219 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189d/markers.json @@ -0,0 +1,296 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 157, + 90 + ], + [ + 158, + 91 + ], + [ + 159, + 92 + ], + [ + 160, + 93 + ], + [ + 161, + 94 + ], + [ + 162, + 95 + ], + [ + 163, + 96 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 114, + 39 + ], + [ + 115, + 38 + ], + [ + 116, + 37 + ], + [ + 117, + 36 + ], + [ + 118, + 35 + ], + [ + 119, + 34 + ], + [ + 119, + 33 + ], + [ + 120, + 33 + ], + [ + 121, + 32 + ], + [ + 122, + 32 + ], + [ + 123, + 31 + ], + [ + 123, + 30 + ], + [ + 123, + 29 + ], + [ + 123, + 28 + ], + [ + 124, + 27 + ], + [ + 124, + 26 + ], + [ + 125, + 25 + ], + [ + 125, + 24 + ], + [ + 125, + 23 + ], + [ + 125, + 22 + ], + [ + 126, + 21 + ], + [ + 126, + 20 + ], + [ + 126, + 19 + ], + [ + 125, + 18 + ], + [ + 126, + 17 + ], + [ + 126, + 16 + ], + [ + 127, + 16 + ], + [ + 127, + 15 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 28, + 37 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 16, + 97 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 125, + 91 + ], + "area_fraction": 0.022 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 176, + 100 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 213, + 368 + ], + "area_fraction": 0.0162 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 78, + 226 + ], + "peak": [ + 80, + 223 + ], + "area_cells": 2463 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 341 + ], + "peak": [ + 72, + 335 + ], + "area_cells": 646 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 11 + ], + "peak": [ + 80, + 0 + ], + "area_cells": 440 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 495 + ], + "peak": [ + 79, + 499 + ], + "area_cells": 902 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 301 + ], + "peak": [ + 84, + 295 + ], + "area_cells": 200 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 348 + ], + "peak": [ + 99, + 344 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-189/bodies/GJ189e/globe.png b/wiki/star-systems/GJ-189/bodies/GJ189e/globe.png new file mode 100644 index 000000000..483e676bc Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189e/globe.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189e/heightmap.png b/wiki/star-systems/GJ-189/bodies/GJ189e/heightmap.png new file mode 100644 index 000000000..9695efab8 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189e/heightmap.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189e/index.md b/wiki/star-systems/GJ-189/bodies/GJ189e/index.md new file mode 100644 index 000000000..709d91b22 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ189e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1272968862 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 38.9 +physical: + gravity_g: 0.4 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.792 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ189e + +Frozen planet. + +**System:** [GJ-189](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-189/bodies/GJ189e/markers.json b/wiki/star-systems/GJ-189/bodies/GJ189e/markers.json new file mode 100644 index 000000000..cace51466 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189e/markers.json @@ -0,0 +1,283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 101, + 217 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 139, + 457 + ], + "area_fraction": 0.0521 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 198, + 109 + ], + "area_fraction": 0.0835 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 176, + 391 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 205, + 494 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 215, + 423 + ], + "area_fraction": 0.0185 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 83 + ], + "peak": [ + 1, + 81 + ], + "area_cells": 1204 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 299 + ], + "peak": [ + 0, + 299 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 413 + ], + "peak": [ + 0, + 414 + ], + "area_cells": 207 + }, + { + "id": "range_6", + "name": null, + "center": [ + 12, + 188 + ], + "peak": [ + 13, + 189 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 58, + 432 + ], + "peak": [ + 54, + 502 + ], + "area_cells": 6394 + }, + { + "id": "range_15", + "name": null, + "center": [ + 46, + 27 + ], + "peak": [ + 45, + 9 + ], + "area_cells": 1371 + }, + { + "id": "range_16", + "name": null, + "center": [ + 37, + 315 + ], + "peak": [ + 36, + 314 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 47, + 149 + ], + "peak": [ + 50, + 149 + ], + "area_cells": 145 + }, + { + "id": "range_19", + "name": null, + "center": [ + 71, + 302 + ], + "peak": [ + 69, + 304 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 79, + 289 + ], + "peak": [ + 79, + 289 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 91, + 309 + ], + "peak": [ + 88, + 307 + ], + "area_cells": 290 + }, + { + "id": "range_25", + "name": null, + "center": [ + 100, + 36 + ], + "peak": [ + 101, + 37 + ], + "area_cells": 25 + }, + { + "id": "range_26", + "name": null, + "center": [ + 100, + 45 + ], + "peak": [ + 101, + 45 + ], + "area_cells": 23 + }, + { + "id": "range_28", + "name": null, + "center": [ + 147, + 223 + ], + "peak": [ + 149, + 228 + ], + "area_cells": 340 + }, + { + "id": "range_29", + "name": null, + "center": [ + 159, + 201 + ], + "peak": [ + 160, + 201 + ], + "area_cells": 40 + }, + { + "id": "range_30", + "name": null, + "center": [ + 253, + 481 + ], + "peak": [ + 255, + 499 + ], + "area_cells": 259 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-189/bodies/GJ189f/globe.png b/wiki/star-systems/GJ-189/bodies/GJ189f/globe.png new file mode 100644 index 000000000..e644095ff Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189f/globe.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189f/heightmap.png b/wiki/star-systems/GJ-189/bodies/GJ189f/heightmap.png new file mode 100644 index 000000000..9f219bcc1 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189f/heightmap.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189f/index.md b/wiki/star-systems/GJ-189/bodies/GJ189f/index.md new file mode 100644 index 000000000..380c23031 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ189f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 346094764 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.388 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ189f + +Frozen planet. + +**System:** [GJ-189](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-189/bodies/GJ189f/markers.json b/wiki/star-systems/GJ-189/bodies/GJ189f/markers.json new file mode 100644 index 000000000..c6d87e8fc --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189f/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 55, + 116 + ], + "area_fraction": 0.1156 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 52, + 485 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 59, + 389 + ], + "peak": [ + 61, + 391 + ], + "area_cells": 236 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 367 + ], + "peak": [ + 59, + 368 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 154, + 306 + ], + "peak": [ + 158, + 307 + ], + "area_cells": 789 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 32 + ], + "peak": [ + 182, + 21 + ], + "area_cells": 599 + }, + { + "id": "range_9", + "name": null, + "center": [ + 222, + 352 + ], + "peak": [ + 183, + 322 + ], + "area_cells": 16133 + }, + { + "id": "range_11", + "name": null, + "center": [ + 215, + 169 + ], + "peak": [ + 215, + 169 + ], + "area_cells": 76 + }, + { + "id": "range_12", + "name": null, + "center": [ + 217, + 201 + ], + "peak": [ + 217, + 201 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 231, + 146 + ], + "peak": [ + 231, + 151 + ], + "area_cells": 184 + }, + { + "id": "range_15", + "name": null, + "center": [ + 245, + 6 + ], + "peak": [ + 247, + 0 + ], + "area_cells": 226 + }, + { + "id": "range_18", + "name": null, + "center": [ + 249, + 501 + ], + "peak": [ + 248, + 495 + ], + "area_cells": 230 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-189/bodies/GJ189g/globe.png b/wiki/star-systems/GJ-189/bodies/GJ189g/globe.png new file mode 100644 index 000000000..416126e0a Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189g/globe.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189g/heightmap.png b/wiki/star-systems/GJ-189/bodies/GJ189g/heightmap.png new file mode 100644 index 000000000..8453e1e54 Binary files /dev/null and b/wiki/star-systems/GJ-189/bodies/GJ189g/heightmap.png differ diff --git a/wiki/star-systems/GJ-189/bodies/GJ189g/index.md b/wiki/star-systems/GJ-189/bodies/GJ189g/index.md new file mode 100644 index 000000000..09c982077 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ189g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2763397709 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.607 + period_days: 5400.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.08 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.279 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.401 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ189g + +Frozen planet. + +**System:** [GJ-189](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-189/bodies/GJ189g/markers.json b/wiki/star-systems/GJ-189/bodies/GJ189g/markers.json new file mode 100644 index 000000000..dde64d0f6 --- /dev/null +++ b/wiki/star-systems/GJ-189/bodies/GJ189g/markers.json @@ -0,0 +1,137 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 101, + 318 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 105, + 482 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 119, + 435 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 142, + 21 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 193, + 39 + ], + "area_fraction": 0.0193 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 185, + 492 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_54", + "name": null, + "kind": "lake", + "center": [ + 248, + 410 + ], + "area_fraction": 0.0157 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 123 + ], + "peak": [ + 37, + 206 + ], + "area_cells": 8515 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 416 + ], + "peak": [ + 4, + 481 + ], + "area_cells": 1798 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 67 + ], + "peak": [ + 38, + 67 + ], + "area_cells": 45 + }, + { + "id": "range_5", + "name": null, + "center": [ + 60, + 199 + ], + "peak": [ + 61, + 208 + ], + "area_cells": 249 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ19b/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19b/globe.png new file mode 100644 index 000000000..c10ea4e1d Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19b/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19b/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19b/heightmap.png new file mode 100644 index 000000000..5ce69b100 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19b/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19b/index.md b/wiki/star-systems/GJ-19/bodies/GJ19b/index.md new file mode 100644 index 000000000..40fba464f --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ19b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 670872295 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.307 + period_days: 62.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: 0.54 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.844 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19b + +Barren planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 95% | +| **Year** | 62 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19b/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19b/markers.json new file mode 100644 index 000000000..34d79581d --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19b/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 26 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 93 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 298 + ], + "peak": [ + 54, + 298 + ], + "area_cells": 113 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 130 + ], + "peak": [ + 56, + 132 + ], + "area_cells": 211 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 476 + ], + "peak": [ + 55, + 475 + ], + "area_cells": 89 + }, + { + "id": "range_7", + "name": null, + "center": [ + 168, + 368 + ], + "peak": [ + 176, + 232 + ], + "area_cells": 24720 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 62 + ], + "peak": [ + 76, + 62 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 167, + 63 + ], + "peak": [ + 187, + 43 + ], + "area_cells": 6608 + }, + { + "id": "range_12", + "name": null, + "center": [ + 96, + 281 + ], + "peak": [ + 93, + 288 + ], + "area_cells": 577 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 192 + ], + "peak": [ + 105, + 193 + ], + "area_cells": 38 + }, + { + "id": "range_16", + "name": null, + "center": [ + 125, + 294 + ], + "peak": [ + 125, + 294 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19c/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19c/globe.png new file mode 100644 index 000000000..0e6e7e990 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19c/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19c/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19c/heightmap.png new file mode 100644 index 000000000..71ef8de6f Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19c/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19c/index.md b/wiki/star-systems/GJ-19/bodies/GJ19c/index.md new file mode 100644 index 000000000..90bde091f --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ19c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2816273391 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.756 + period_days: 240.0 + axial_tilt_deg: 13.5 +physical: + gravity_g: 0.78 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.931 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.043 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19c + +Hot Arid planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19c/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19c/markers.json new file mode 100644 index 000000000..fcf46f0b2 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19c/markers.json @@ -0,0 +1,1066 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 147, + 308 + ], + [ + 146, + 307 + ], + [ + 145, + 306 + ], + [ + 144, + 305 + ], + [ + 143, + 305 + ], + [ + 142, + 304 + ], + [ + 141, + 303 + ], + [ + 141, + 302 + ], + [ + 140, + 301 + ], + [ + 139, + 300 + ], + [ + 139, + 299 + ], + [ + 139, + 298 + ], + [ + 140, + 298 + ], + [ + 140, + 297 + ], + [ + 139, + 297 + ], + [ + 140, + 296 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 246, + 505 + ], + [ + 245, + 504 + ], + [ + 244, + 503 + ], + [ + 243, + 503 + ], + [ + 242, + 502 + ], + [ + 241, + 502 + ], + [ + 240, + 502 + ], + [ + 239, + 502 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 114, + 122 + ], + [ + 113, + 121 + ], + [ + 112, + 121 + ], + [ + 111, + 122 + ], + [ + 111, + 121 + ], + [ + 110, + 120 + ], + [ + 109, + 119 + ], + [ + 108, + 118 + ], + [ + 107, + 117 + ], + [ + 107, + 116 + ], + [ + 106, + 115 + ], + [ + 105, + 114 + ], + [ + 104, + 113 + ], + [ + 103, + 112 + ], + [ + 102, + 111 + ], + [ + 103, + 110 + ], + [ + 104, + 110 + ], + [ + 105, + 109 + ], + [ + 106, + 108 + ], + [ + 107, + 107 + ], + [ + 106, + 106 + ], + [ + 105, + 105 + ], + [ + 106, + 105 + ], + [ + 107, + 104 + ], + [ + 107, + 103 + ], + [ + 108, + 102 + ], + [ + 107, + 101 + ], + [ + 107, + 100 + ], + [ + 107, + 99 + ], + [ + 108, + 98 + ], + [ + 107, + 98 + ], + [ + 108, + 97 + ], + [ + 107, + 96 + ], + [ + 108, + 96 + ], + [ + 108, + 95 + ], + [ + 108, + 94 + ], + [ + 109, + 93 + ], + [ + 109, + 94 + ], + [ + 110, + 93 + ], + [ + 110, + 92 + ], + [ + 109, + 91 + ], + [ + 110, + 91 + ], + [ + 111, + 92 + ], + [ + 112, + 91 + ], + [ + 111, + 91 + ], + [ + 112, + 92 + ], + [ + 112, + 93 + ], + [ + 111, + 94 + ], + [ + 110, + 95 + ], + [ + 110, + 94 + ], + [ + 109, + 95 + ], + [ + 109, + 96 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 128, + 296 + ], + [ + 129, + 295 + ], + [ + 130, + 294 + ], + [ + 131, + 293 + ], + [ + 132, + 293 + ], + [ + 133, + 294 + ], + [ + 134, + 295 + ], + [ + 135, + 296 + ], + [ + 136, + 297 + ], + [ + 137, + 297 + ], + [ + 138, + 298 + ], + [ + 139, + 297 + ], + [ + 140, + 296 + ], + [ + 140, + 297 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 255, + 233 + ], + [ + 254, + 234 + ], + [ + 253, + 233 + ], + [ + 252, + 234 + ], + [ + 251, + 234 + ], + [ + 251, + 235 + ], + [ + 250, + 236 + ], + [ + 250, + 237 + ], + [ + 249, + 238 + ], + [ + 248, + 239 + ], + [ + 249, + 240 + ], + [ + 249, + 241 + ], + [ + 248, + 242 + ], + [ + 247, + 243 + ], + [ + 246, + 243 + ], + [ + 245, + 244 + ], + [ + 244, + 245 + ], + [ + 243, + 246 + ], + [ + 242, + 247 + ], + [ + 241, + 247 + ], + [ + 241, + 248 + ], + [ + 240, + 249 + ], + [ + 239, + 250 + ], + [ + 238, + 251 + ], + [ + 237, + 250 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 112, + 407 + ], + [ + 113, + 408 + ], + [ + 114, + 409 + ], + [ + 115, + 410 + ], + [ + 116, + 411 + ], + [ + 117, + 412 + ], + [ + 118, + 413 + ], + [ + 119, + 414 + ], + [ + 120, + 415 + ], + [ + 121, + 416 + ], + [ + 120, + 417 + ], + [ + 121, + 418 + ], + [ + 122, + 419 + ], + [ + 123, + 420 + ], + [ + 123, + 421 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 129, + 301 + ], + [ + 130, + 300 + ], + [ + 131, + 299 + ], + [ + 132, + 298 + ], + [ + 133, + 298 + ], + [ + 134, + 298 + ], + [ + 135, + 297 + ], + [ + 136, + 296 + ], + [ + 137, + 296 + ], + [ + 138, + 296 + ], + [ + 139, + 297 + ], + [ + 140, + 296 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 90, + 199 + ], + [ + 91, + 200 + ], + [ + 92, + 201 + ], + [ + 93, + 202 + ], + [ + 94, + 203 + ], + [ + 95, + 204 + ], + [ + 96, + 205 + ], + [ + 97, + 206 + ], + [ + 98, + 207 + ], + [ + 98, + 208 + ], + [ + 97, + 209 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 171, + 474 + ], + [ + 172, + 475 + ], + [ + 173, + 476 + ], + [ + 174, + 477 + ], + [ + 175, + 478 + ], + [ + 176, + 478 + ], + [ + 177, + 477 + ], + [ + 178, + 476 + ], + [ + 179, + 475 + ], + [ + 180, + 474 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 138, + 381 + ], + [ + 139, + 382 + ], + [ + 140, + 383 + ], + [ + 141, + 384 + ], + [ + 142, + 385 + ], + [ + 143, + 386 + ], + [ + 144, + 387 + ], + [ + 145, + 387 + ], + [ + 146, + 386 + ], + [ + 147, + 387 + ], + [ + 148, + 388 + ], + [ + 149, + 388 + ], + [ + 150, + 389 + ], + [ + 151, + 390 + ], + [ + 152, + 391 + ], + [ + 153, + 392 + ], + [ + 152, + 393 + ], + [ + 153, + 394 + ], + [ + 154, + 393 + ], + [ + 154, + 394 + ], + [ + 155, + 394 + ], + [ + 156, + 395 + ], + [ + 157, + 396 + ], + [ + 158, + 396 + ], + [ + 159, + 397 + ], + [ + 160, + 398 + ], + [ + 161, + 398 + ], + [ + 162, + 398 + ], + [ + 163, + 398 + ], + [ + 164, + 399 + ], + [ + 164, + 398 + ], + [ + 165, + 399 + ], + [ + 164, + 400 + ], + [ + 165, + 401 + ], + [ + 166, + 400 + ], + [ + 167, + 400 + ], + [ + 167, + 399 + ], + [ + 166, + 399 + ], + [ + 165, + 398 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 176, + 294 + ], + [ + 175, + 293 + ], + [ + 174, + 294 + ], + [ + 173, + 295 + ], + [ + 172, + 296 + ], + [ + 171, + 297 + ], + [ + 170, + 298 + ], + [ + 169, + 298 + ], + [ + 168, + 299 + ], + [ + 167, + 300 + ], + [ + 166, + 301 + ], + [ + 166, + 300 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 122, + 51 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 184, + 347 + ], + "area_fraction": 0.015 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 203, + 474 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 200, + 11 + ], + "area_fraction": 0.006 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 220, + 224 + ], + "area_fraction": 0.0319 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 274 + ], + "peak": [ + 50, + 196 + ], + "area_cells": 19820 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 29 + ], + "peak": [ + 14, + 0 + ], + "area_cells": 3532 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 71 + ], + "peak": [ + 27, + 72 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 58, + 506 + ], + "peak": [ + 58, + 507 + ], + "area_cells": 247 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 297 + ], + "peak": [ + 51, + 298 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 55, + 492 + ], + "peak": [ + 52, + 491 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19d/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19d/globe.png new file mode 100644 index 000000000..5d77564fd Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19d/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19d/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19d/heightmap.png new file mode 100644 index 000000000..88e50da5a Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19d/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19d/index.md b/wiki/star-systems/GJ-19/bodies/GJ19d/index.md new file mode 100644 index 000000000..8b73c3c31 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ19d +name: Åker +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1485141124 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.616 + period_days: 750.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.96 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.355 + polar_ice_lat: 0.683 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.423 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Åker + +Temperate planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 750 days | +| **Inhabited** | yes | +| **Population** | 85M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19d/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19d/markers.json new file mode 100644 index 000000000..f762bca3a --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19d/markers.json @@ -0,0 +1,674 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 47, + 450 + ], + [ + 48, + 451 + ], + [ + 49, + 452 + ], + [ + 50, + 453 + ], + [ + 51, + 453 + ], + [ + 52, + 454 + ], + [ + 53, + 455 + ], + [ + 54, + 456 + ], + [ + 55, + 457 + ], + [ + 56, + 457 + ], + [ + 57, + 456 + ], + [ + 57, + 455 + ], + [ + 58, + 454 + ], + [ + 59, + 453 + ], + [ + 60, + 452 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 202, + 273 + ], + [ + 202, + 272 + ], + [ + 201, + 271 + ], + [ + 200, + 270 + ], + [ + 199, + 269 + ], + [ + 198, + 269 + ], + [ + 197, + 269 + ], + [ + 196, + 269 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 70, + 165 + ], + [ + 69, + 166 + ], + [ + 68, + 167 + ], + [ + 67, + 168 + ], + [ + 67, + 169 + ], + [ + 68, + 170 + ], + [ + 68, + 171 + ], + [ + 68, + 172 + ], + [ + 67, + 172 + ], + [ + 67, + 173 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 96, + 143 + ], + [ + 97, + 144 + ], + [ + 98, + 144 + ], + [ + 99, + 143 + ], + [ + 100, + 144 + ], + [ + 101, + 145 + ], + [ + 102, + 144 + ], + [ + 103, + 144 + ], + [ + 104, + 144 + ], + [ + 105, + 143 + ], + [ + 106, + 142 + ], + [ + 107, + 143 + ], + [ + 108, + 144 + ], + [ + 108, + 143 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 93, + 378 + ], + [ + 94, + 379 + ], + [ + 95, + 379 + ], + [ + 96, + 380 + ], + [ + 97, + 381 + ], + [ + 98, + 382 + ], + [ + 99, + 383 + ], + [ + 100, + 383 + ], + [ + 101, + 384 + ], + [ + 102, + 384 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 98, + 188 + ], + [ + 99, + 187 + ], + [ + 100, + 186 + ], + [ + 101, + 185 + ], + [ + 102, + 186 + ], + [ + 103, + 187 + ], + [ + 104, + 187 + ], + [ + 105, + 188 + ], + [ + 106, + 188 + ], + [ + 107, + 187 + ], + [ + 108, + 187 + ], + [ + 109, + 187 + ], + [ + 110, + 188 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 45, + 507 + ], + [ + 46, + 508 + ], + [ + 47, + 509 + ], + [ + 48, + 510 + ], + [ + 49, + 511 + ], + [ + 49, + 510 + ], + [ + 50, + 509 + ], + [ + 51, + 508 + ], + [ + 52, + 509 + ], + [ + 52, + 508 + ], + [ + 52, + 507 + ], + [ + 53, + 507 + ], + [ + 52, + 506 + ], + [ + 52, + 505 + ], + [ + 53, + 506 + ], + [ + 54, + 505 + ], + [ + 54, + 506 + ], + [ + 53, + 505 + ], + [ + 53, + 504 + ], + [ + 53, + 503 + ], + [ + 53, + 502 + ], + [ + 52, + 502 + ], + [ + 52, + 501 + ], + [ + 53, + 500 + ], + [ + 52, + 500 + ], + [ + 51, + 499 + ], + [ + 51, + 500 + ], + [ + 50, + 499 + ], + [ + 50, + 498 + ], + [ + 50, + 497 + ], + [ + 51, + 498 + ], + [ + 52, + 497 + ], + [ + 51, + 496 + ], + [ + 51, + 497 + ], + [ + 52, + 496 + ], + [ + 51, + 495 + ], + [ + 50, + 494 + ], + [ + 50, + 495 + ], + [ + 49, + 496 + ], + [ + 48, + 496 + ], + [ + 47, + 497 + ], + [ + 46, + 496 + ], + [ + 45, + 496 + ], + [ + 44, + 496 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 91, + 360 + ], + [ + 92, + 361 + ], + [ + 93, + 362 + ], + [ + 94, + 361 + ], + [ + 95, + 361 + ], + [ + 96, + 361 + ], + [ + 97, + 361 + ], + [ + 98, + 362 + ], + [ + 99, + 363 + ], + [ + 100, + 364 + ], + [ + 101, + 364 + ], + [ + 102, + 364 + ], + [ + 103, + 365 + ], + [ + 104, + 366 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 27, + 492 + ], + "area_fraction": 0.009 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 169, + 256 + ], + "area_fraction": 0.6353 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 402 + ], + "peak": [ + 46, + 407 + ], + "area_cells": 1190 + }, + { + "id": "range_2", + "name": null, + "center": [ + 43, + 210 + ], + "peak": [ + 48, + 206 + ], + "area_cells": 2750 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 117 + ], + "peak": [ + 40, + 128 + ], + "area_cells": 908 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 298 + ], + "peak": [ + 38, + 298 + ], + "area_cells": 151 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 36 + ], + "peak": [ + 41, + 38 + ], + "area_cells": 136 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 164 + ], + "peak": [ + 70, + 165 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19e/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19e/globe.png new file mode 100644 index 000000000..10a5fc50c Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19e/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19e/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19e/heightmap.png new file mode 100644 index 000000000..d1b04c145 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19e/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19e/index.md b/wiki/star-systems/GJ-19/bodies/GJ19e/index.md new file mode 100644 index 000000000..f9611e8e9 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ19e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1503585809 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.896 + period_days: 1800.0 + axial_tilt_deg: 38.2 +physical: + gravity_g: 0.64 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.502 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.121 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19e + +Cold Arid planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19e/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19e/markers.json new file mode 100644 index 000000000..6c614b0cf --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19e/markers.json @@ -0,0 +1,831 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 64, + 94 + ], + [ + 63, + 95 + ], + [ + 62, + 94 + ], + [ + 61, + 94 + ], + [ + 61, + 93 + ], + [ + 61, + 92 + ], + [ + 60, + 91 + ], + [ + 59, + 90 + ], + [ + 58, + 89 + ], + [ + 57, + 89 + ], + [ + 56, + 89 + ], + [ + 55, + 88 + ], + [ + 54, + 87 + ], + [ + 53, + 86 + ], + [ + 52, + 86 + ], + [ + 51, + 86 + ], + [ + 50, + 85 + ], + [ + 49, + 86 + ], + [ + 48, + 86 + ], + [ + 47, + 86 + ], + [ + 47, + 85 + ], + [ + 46, + 85 + ], + [ + 45, + 86 + ], + [ + 44, + 87 + ], + [ + 43, + 86 + ], + [ + 42, + 87 + ], + [ + 41, + 87 + ], + [ + 40, + 87 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 124, + 142 + ], + [ + 123, + 143 + ], + [ + 122, + 144 + ], + [ + 121, + 145 + ], + [ + 120, + 146 + ], + [ + 119, + 147 + ], + [ + 118, + 148 + ], + [ + 118, + 149 + ], + [ + 118, + 150 + ], + [ + 119, + 151 + ], + [ + 119, + 152 + ], + [ + 119, + 153 + ], + [ + 119, + 154 + ], + [ + 119, + 155 + ], + [ + 118, + 154 + ], + [ + 118, + 153 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 75, + 352 + ], + [ + 76, + 351 + ], + [ + 75, + 350 + ], + [ + 75, + 349 + ], + [ + 74, + 350 + ], + [ + 73, + 349 + ], + [ + 73, + 348 + ], + [ + 72, + 349 + ], + [ + 72, + 348 + ], + [ + 71, + 347 + ], + [ + 70, + 347 + ], + [ + 69, + 346 + ], + [ + 69, + 345 + ], + [ + 68, + 344 + ], + [ + 67, + 343 + ], + [ + 66, + 342 + ], + [ + 65, + 341 + ], + [ + 64, + 340 + ], + [ + 63, + 339 + ], + [ + 62, + 338 + ], + [ + 61, + 338 + ], + [ + 60, + 337 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 31, + 266 + ], + [ + 32, + 267 + ], + [ + 33, + 266 + ], + [ + 34, + 267 + ], + [ + 35, + 268 + ], + [ + 36, + 267 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 87, + 301 + ], + [ + 86, + 300 + ], + [ + 85, + 299 + ], + [ + 84, + 298 + ], + [ + 83, + 297 + ], + [ + 82, + 297 + ], + [ + 81, + 298 + ], + [ + 80, + 299 + ], + [ + 79, + 300 + ], + [ + 78, + 301 + ], + [ + 77, + 302 + ], + [ + 76, + 303 + ], + [ + 75, + 304 + ], + [ + 74, + 304 + ], + [ + 73, + 305 + ], + [ + 72, + 306 + ], + [ + 71, + 307 + ], + [ + 70, + 308 + ], + [ + 69, + 309 + ], + [ + 68, + 310 + ], + [ + 67, + 311 + ], + [ + 66, + 312 + ], + [ + 65, + 313 + ], + [ + 64, + 314 + ], + [ + 63, + 315 + ], + [ + 62, + 316 + ], + [ + 61, + 317 + ], + [ + 60, + 318 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 10, + 291 + ], + [ + 9, + 291 + ], + [ + 8, + 290 + ], + [ + 8, + 289 + ], + [ + 8, + 288 + ], + [ + 7, + 287 + ], + [ + 8, + 286 + ], + [ + 7, + 285 + ], + [ + 6, + 285 + ], + [ + 7, + 284 + ], + [ + 7, + 283 + ], + [ + 6, + 282 + ], + [ + 7, + 282 + ], + [ + 8, + 283 + ], + [ + 9, + 284 + ], + [ + 9, + 283 + ], + [ + 8, + 282 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 83, + 89 + ], + [ + 82, + 90 + ], + [ + 81, + 91 + ], + [ + 80, + 92 + ], + [ + 79, + 93 + ], + [ + 78, + 94 + ], + [ + 77, + 95 + ], + [ + 77, + 96 + ], + [ + 76, + 97 + ], + [ + 77, + 98 + ], + [ + 76, + 99 + ], + [ + 77, + 100 + ], + [ + 77, + 101 + ], + [ + 76, + 102 + ], + [ + 77, + 103 + ], + [ + 78, + 104 + ], + [ + 77, + 104 + ], + [ + 78, + 105 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 126, + 78 + ], + [ + 127, + 79 + ], + [ + 128, + 78 + ], + [ + 129, + 77 + ], + [ + 130, + 77 + ], + [ + 131, + 76 + ], + [ + 132, + 76 + ], + [ + 133, + 76 + ], + [ + 134, + 75 + ], + [ + 134, + 74 + ], + [ + 135, + 74 + ], + [ + 134, + 73 + ], + [ + 134, + 72 + ], + [ + 135, + 73 + ], + [ + 135, + 72 + ], + [ + 135, + 71 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 49, + 347 + ], + [ + 50, + 347 + ], + [ + 51, + 346 + ], + [ + 52, + 345 + ], + [ + 53, + 344 + ], + [ + 54, + 343 + ], + [ + 55, + 342 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 39 + ], + "peak": [ + 63, + 39 + ], + "area_cells": 335 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 270 + ], + "peak": [ + 69, + 269 + ], + "area_cells": 307 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 452 + ], + "peak": [ + 90, + 415 + ], + "area_cells": 1890 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 4 + ], + "peak": [ + 71, + 0 + ], + "area_cells": 124 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 299 + ], + "peak": [ + 87, + 301 + ], + "area_cells": 98 + }, + { + "id": "range_8", + "name": null, + "center": [ + 109, + 326 + ], + "peak": [ + 104, + 369 + ], + "area_cells": 1600 + }, + { + "id": "range_9", + "name": null, + "center": [ + 152, + 232 + ], + "peak": [ + 159, + 242 + ], + "area_cells": 4011 + }, + { + "id": "range_10", + "name": null, + "center": [ + 127, + 350 + ], + "peak": [ + 128, + 351 + ], + "area_cells": 67 + }, + { + "id": "range_12", + "name": null, + "center": [ + 158, + 21 + ], + "peak": [ + 153, + 18 + ], + "area_cells": 753 + }, + { + "id": "range_15", + "name": null, + "center": [ + 186, + 147 + ], + "peak": [ + 188, + 153 + ], + "area_cells": 814 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m1/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/globe.png new file mode 100644 index 000000000..c233a092d Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m1/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/heightmap.png new file mode 100644 index 000000000..be4ca7efe Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m1/index.md b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/index.md new file mode 100644 index 000000000..da61ff82b --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ19f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2716464011 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 59.7 +physical: + gravity_g: 0.14 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.264 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19f-m1 + +Frozen moon. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 92% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m1/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/markers.json new file mode 100644 index 000000000..24551c73d --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19f-m1/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 234, + 39 + ], + "area_fraction": 0.0262 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 239, + 468 + ], + "area_fraction": 0.0197 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 268 + ], + "peak": [ + 4, + 250 + ], + "area_cells": 1042 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 238 + ], + "peak": [ + 29, + 240 + ], + "area_cells": 73 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 217 + ], + "peak": [ + 37, + 218 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 304 + ], + "peak": [ + 70, + 332 + ], + "area_cells": 2439 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 160 + ], + "peak": [ + 78, + 157 + ], + "area_cells": 173 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 125 + ], + "peak": [ + 97, + 114 + ], + "area_cells": 246 + }, + { + "id": "range_7", + "name": null, + "center": [ + 139, + 418 + ], + "peak": [ + 130, + 436 + ], + "area_cells": 5051 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 500 + ], + "peak": [ + 141, + 506 + ], + "area_cells": 145 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 328 + ], + "peak": [ + 163, + 323 + ], + "area_cells": 1801 + }, + { + "id": "range_13", + "name": null, + "center": [ + 172, + 128 + ], + "peak": [ + 172, + 130 + ], + "area_cells": 236 + }, + { + "id": "range_14", + "name": null, + "center": [ + 173, + 109 + ], + "peak": [ + 179, + 111 + ], + "area_cells": 117 + }, + { + "id": "range_15", + "name": null, + "center": [ + 203, + 307 + ], + "peak": [ + 203, + 307 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 204, + 372 + ], + "peak": [ + 205, + 373 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 240, + 190 + ], + "peak": [ + 240, + 193 + ], + "area_cells": 106 + }, + { + "id": "range_18", + "name": null, + "center": [ + 252, + 140 + ], + "peak": [ + 255, + 139 + ], + "area_cells": 117 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m2/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/globe.png new file mode 100644 index 000000000..d98f4a7df Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m2/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/heightmap.png new file mode 100644 index 000000000..cedb68555 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m2/index.md b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/index.md new file mode 100644 index 000000000..8fd3b0ae9 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ19f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2117759913 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 2.5 +physical: + gravity_g: 0.09 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.947 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19f-m2 + +Barren moon. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 92% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f-m2/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/markers.json new file mode 100644 index 000000000..51ad5cb01 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19f-m2/markers.json @@ -0,0 +1,299 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 25 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 16, + 161 + ], + "area_fraction": 0.008 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 247 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 12, + 487 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 48, + 134 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 509 + ], + "peak": [ + 91, + 511 + ], + "area_cells": 41 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 1 + ], + "peak": [ + 91, + 0 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 474 + ], + "peak": [ + 111, + 471 + ], + "area_cells": 143 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 18 + ], + "peak": [ + 129, + 2 + ], + "area_cells": 1053 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 44 + ], + "peak": [ + 117, + 43 + ], + "area_cells": 138 + }, + { + "id": "range_6", + "name": null, + "center": [ + 130, + 136 + ], + "peak": [ + 129, + 130 + ], + "area_cells": 284 + }, + { + "id": "range_7", + "name": null, + "center": [ + 132, + 500 + ], + "peak": [ + 131, + 511 + ], + "area_cells": 208 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 63 + ], + "peak": [ + 145, + 64 + ], + "area_cells": 67 + }, + { + "id": "range_10", + "name": null, + "center": [ + 166, + 159 + ], + "peak": [ + 170, + 155 + ], + "area_cells": 656 + }, + { + "id": "range_11", + "name": null, + "center": [ + 174, + 95 + ], + "peak": [ + 163, + 123 + ], + "area_cells": 2662 + }, + { + "id": "range_12", + "name": null, + "center": [ + 149, + 451 + ], + "peak": [ + 151, + 450 + ], + "area_cells": 221 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 396 + ], + "peak": [ + 164, + 395 + ], + "area_cells": 261 + }, + { + "id": "range_17", + "name": null, + "center": [ + 192, + 444 + ], + "peak": [ + 190, + 456 + ], + "area_cells": 1365 + }, + { + "id": "range_19", + "name": null, + "center": [ + 170, + 496 + ], + "peak": [ + 175, + 496 + ], + "area_cells": 68 + }, + { + "id": "range_20", + "name": null, + "center": [ + 165, + 359 + ], + "peak": [ + 166, + 359 + ], + "area_cells": 29 + }, + { + "id": "range_24", + "name": null, + "center": [ + 190, + 393 + ], + "peak": [ + 190, + 393 + ], + "area_cells": 21 + }, + { + "id": "range_35", + "name": null, + "center": [ + 222, + 443 + ], + "peak": [ + 222, + 445 + ], + "area_cells": 47 + }, + { + "id": "range_36", + "name": null, + "center": [ + 222, + 436 + ], + "peak": [ + 225, + 436 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19f/globe.png new file mode 100644 index 000000000..87046def4 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19f/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19f/index.md b/wiki/star-systems/GJ-19/bodies/GJ19f/index.md new file mode 100644 index 000000000..b338fd386 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ19f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 192198509 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.569 + period_days: 4800.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: null + oblateness: 0.0823 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.115 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.088 +--- + +# GJ19f + +Gas giant. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19g/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19g/globe.png new file mode 100644 index 000000000..52f9e7707 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19g/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19g/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19g/heightmap.png new file mode 100644 index 000000000..2c5324b40 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19g/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19g/index.md b/wiki/star-systems/GJ-19/bodies/GJ19g/index.md new file mode 100644 index 000000000..d7650450a --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ19g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1605715695 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 10.258 + period_days: 12000.0 + axial_tilt_deg: 35.8 +physical: + gravity_g: 0.48 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.802 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.266 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19g + +Frozen planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 12000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19g/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19g/markers.json new file mode 100644 index 000000000..90dcd68b8 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19g/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 44, + 24 + ], + "area_fraction": 0.0364 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 34, + 192 + ], + "area_fraction": 0.0712 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 22, + 320 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 36, + 460 + ], + "area_fraction": 0.0566 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 100, + 82 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 222, + 381 + ], + "peak": [ + 201, + 420 + ], + "area_cells": 16103 + }, + { + "id": "range_2", + "name": null, + "center": [ + 202, + 63 + ], + "peak": [ + 197, + 64 + ], + "area_cells": 188 + }, + { + "id": "range_3", + "name": null, + "center": [ + 215, + 10 + ], + "peak": [ + 214, + 0 + ], + "area_cells": 859 + }, + { + "id": "range_5", + "name": null, + "center": [ + 212, + 89 + ], + "peak": [ + 214, + 90 + ], + "area_cells": 96 + }, + { + "id": "range_9", + "name": null, + "center": [ + 222, + 29 + ], + "peak": [ + 224, + 30 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 237, + 81 + ], + "peak": [ + 236, + 83 + ], + "area_cells": 50 + }, + { + "id": "range_11", + "name": null, + "center": [ + 249, + 171 + ], + "peak": [ + 247, + 166 + ], + "area_cells": 194 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19h/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19h/globe.png new file mode 100644 index 000000000..215bee527 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19h/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19h/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19h/heightmap.png new file mode 100644 index 000000000..57777338a Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19h/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19h/index.md b/wiki/star-systems/GJ-19/bodies/GJ19h/index.md new file mode 100644 index 000000000..17e75de1d --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ19h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 694215779 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 17.176 + period_days: 26000.0 + axial_tilt_deg: 45.5 +physical: + gravity_g: 0.38 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19h + +Frozen planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19h/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19h/markers.json new file mode 100644 index 000000000..3ea3d1d27 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19h/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 87 + ], + "area_fraction": 0.023 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 46, + 234 + ], + "area_fraction": 0.055 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 332 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 168, + 306 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 218, + 85 + ], + "area_fraction": 0.0923 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 243, + 493 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 107, + 468 + ], + "peak": [ + 104, + 460 + ], + "area_cells": 5866 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 260 + ], + "peak": [ + 101, + 255 + ], + "area_cells": 512 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 168 + ], + "peak": [ + 102, + 167 + ], + "area_cells": 47 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 60 + ], + "peak": [ + 105, + 61 + ], + "area_cells": 53 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 8 + ], + "peak": [ + 113, + 15 + ], + "area_cells": 767 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 156 + ], + "peak": [ + 133, + 141 + ], + "area_cells": 702 + }, + { + "id": "range_9", + "name": null, + "center": [ + 130, + 197 + ], + "peak": [ + 131, + 198 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 150, + 195 + ], + "peak": [ + 152, + 195 + ], + "area_cells": 188 + }, + { + "id": "range_13", + "name": null, + "center": [ + 162, + 410 + ], + "peak": [ + 162, + 410 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 465 + ], + "peak": [ + 176, + 469 + ], + "area_cells": 239 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19i/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19i/globe.png new file mode 100644 index 000000000..36216df27 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19i/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19i/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19i/heightmap.png new file mode 100644 index 000000000..9b08739ad Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19i/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19i/index.md b/wiki/star-systems/GJ-19/bodies/GJ19i/index.md new file mode 100644 index 000000000..16242348f --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ19i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1824134405 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 27.265 + period_days: 52000.0 + axial_tilt_deg: 43.9 +physical: + gravity_g: 0.29 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.871 + polar_ice_lat: 0.186 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19i + +Frozen planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19i/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19i/markers.json new file mode 100644 index 000000000..c85529216 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19i/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 198, + 404 + ], + "area_fraction": 0.0968 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 280 + ], + "peak": [ + 8, + 15 + ], + "area_cells": 22493 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 150 + ], + "peak": [ + 50, + 150 + ], + "area_cells": 92 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 125 + ], + "peak": [ + 47, + 126 + ], + "area_cells": 66 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 81 + ], + "peak": [ + 67, + 87 + ], + "area_cells": 89 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 74 + ], + "peak": [ + 120, + 55 + ], + "area_cells": 3003 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 238 + ], + "peak": [ + 96, + 233 + ], + "area_cells": 193 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 134 + ], + "peak": [ + 96, + 134 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 116, + 190 + ], + "peak": [ + 124, + 213 + ], + "area_cells": 1610 + }, + { + "id": "range_16", + "name": null, + "center": [ + 119, + 322 + ], + "peak": [ + 119, + 322 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-19/bodies/GJ19j/globe.png b/wiki/star-systems/GJ-19/bodies/GJ19j/globe.png new file mode 100644 index 000000000..2566269cc Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19j/globe.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19j/heightmap.png b/wiki/star-systems/GJ-19/bodies/GJ19j/heightmap.png new file mode 100644 index 000000000..d3fb47253 Binary files /dev/null and b/wiki/star-systems/GJ-19/bodies/GJ19j/heightmap.png differ diff --git a/wiki/star-systems/GJ-19/bodies/GJ19j/index.md b/wiki/star-systems/GJ-19/bodies/GJ19j/index.md new file mode 100644 index 000000000..b563d4315 --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ19j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3525393391 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 41.032 + period_days: 96000.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.703 + polar_ice_lat: 0.282 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ19j + +Frozen planet. + +**System:** [GJ-19](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 96000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-19/bodies/GJ19j/markers.json b/wiki/star-systems/GJ-19/bodies/GJ19j/markers.json new file mode 100644 index 000000000..c1ed590cc --- /dev/null +++ b/wiki/star-systems/GJ-19/bodies/GJ19j/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 262 + ], + "area_fraction": 0.2648 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 247, + 95 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 248, + 324 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 58 + ], + "peak": [ + 106, + 25 + ], + "area_cells": 6763 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 115 + ], + "peak": [ + 94, + 116 + ], + "area_cells": 101 + }, + { + "id": "range_3", + "name": null, + "center": [ + 147, + 367 + ], + "peak": [ + 158, + 272 + ], + "area_cells": 18482 + }, + { + "id": "range_4", + "name": null, + "center": [ + 165, + 170 + ], + "peak": [ + 164, + 170 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 182, + 67 + ], + "peak": [ + 181, + 67 + ], + "area_cells": 77 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 2 + ], + "peak": [ + 190, + 3 + ], + "area_cells": 50 + }, + { + "id": "range_12", + "name": null, + "center": [ + 211, + 166 + ], + "peak": [ + 211, + 157 + ], + "area_cells": 465 + }, + { + "id": "range_13", + "name": null, + "center": [ + 224, + 227 + ], + "peak": [ + 213, + 239 + ], + "area_cells": 477 + }, + { + "id": "range_14", + "name": null, + "center": [ + 209, + 131 + ], + "peak": [ + 210, + 132 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 214, + 203 + ], + "peak": [ + 213, + 206 + ], + "area_cells": 69 + }, + { + "id": "range_16", + "name": null, + "center": [ + 232, + 151 + ], + "peak": [ + 232, + 151 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ191b/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191b/globe.png new file mode 100644 index 000000000..789dfc66d Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191b/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191b/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191b/heightmap.png new file mode 100644 index 000000000..23b69c40f Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191b/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191b/index.md b/wiki/star-systems/GJ-191/bodies/GJ191b/index.md new file mode 100644 index 000000000..47d4237dd --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ191b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3454240196 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 3.7 +physical: + gravity_g: 0.35 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.914 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ191b + +Barren planet. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 97% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191b/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191b/markers.json new file mode 100644 index 000000000..36cb372b2 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191b/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 270 + ], + "peak": [ + 17, + 274 + ], + "area_cells": 487 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 280 + ], + "peak": [ + 20, + 281 + ], + "area_cells": 55 + }, + { + "id": "range_5", + "name": null, + "center": [ + 50, + 17 + ], + "peak": [ + 46, + 7 + ], + "area_cells": 336 + }, + { + "id": "range_6", + "name": null, + "center": [ + 110, + 86 + ], + "peak": [ + 131, + 1 + ], + "area_cells": 11508 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 493 + ], + "peak": [ + 46, + 493 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 179 + ], + "peak": [ + 68, + 180 + ], + "area_cells": 51 + }, + { + "id": "range_15", + "name": null, + "center": [ + 95, + 284 + ], + "peak": [ + 99, + 282 + ], + "area_cells": 75 + }, + { + "id": "range_16", + "name": null, + "center": [ + 104, + 481 + ], + "peak": [ + 98, + 489 + ], + "area_cells": 371 + }, + { + "id": "range_17", + "name": null, + "center": [ + 107, + 400 + ], + "peak": [ + 108, + 391 + ], + "area_cells": 254 + }, + { + "id": "range_19", + "name": null, + "center": [ + 110, + 233 + ], + "peak": [ + 109, + 234 + ], + "area_cells": 58 + }, + { + "id": "range_20", + "name": null, + "center": [ + 112, + 372 + ], + "peak": [ + 112, + 373 + ], + "area_cells": 35 + }, + { + "id": "range_25", + "name": null, + "center": [ + 140, + 492 + ], + "peak": [ + 145, + 485 + ], + "area_cells": 721 + }, + { + "id": "range_27", + "name": null, + "center": [ + 158, + 413 + ], + "peak": [ + 146, + 408 + ], + "area_cells": 4477 + }, + { + "id": "range_28", + "name": null, + "center": [ + 131, + 325 + ], + "peak": [ + 131, + 326 + ], + "area_cells": 20 + }, + { + "id": "range_30", + "name": null, + "center": [ + 169, + 286 + ], + "peak": [ + 155, + 295 + ], + "area_cells": 861 + }, + { + "id": "range_31", + "name": null, + "center": [ + 151, + 230 + ], + "peak": [ + 153, + 239 + ], + "area_cells": 380 + }, + { + "id": "range_32", + "name": null, + "center": [ + 193, + 175 + ], + "peak": [ + 188, + 171 + ], + "area_cells": 346 + }, + { + "id": "range_35", + "name": null, + "center": [ + 183, + 317 + ], + "peak": [ + 183, + 320 + ], + "area_cells": 173 + }, + { + "id": "range_36", + "name": null, + "center": [ + 184, + 103 + ], + "peak": [ + 184, + 105 + ], + "area_cells": 89 + }, + { + "id": "range_37", + "name": null, + "center": [ + 187, + 194 + ], + "peak": [ + 191, + 197 + ], + "area_cells": 40 + }, + { + "id": "range_40", + "name": null, + "center": [ + 193, + 213 + ], + "peak": [ + 194, + 212 + ], + "area_cells": 33 + }, + { + "id": "range_41", + "name": null, + "center": [ + 201, + 303 + ], + "peak": [ + 201, + 303 + ], + "area_cells": 63 + }, + { + "id": "range_42", + "name": null, + "center": [ + 214, + 500 + ], + "peak": [ + 219, + 499 + ], + "area_cells": 33 + }, + { + "id": "range_43", + "name": null, + "center": [ + 218, + 477 + ], + "peak": [ + 221, + 480 + ], + "area_cells": 76 + }, + { + "id": "range_45", + "name": null, + "center": [ + 226, + 34 + ], + "peak": [ + 228, + 34 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-191/bodies/GJ191c/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191c/globe.png new file mode 100644 index 000000000..64324b067 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191c/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191c/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191c/heightmap.png new file mode 100644 index 000000000..0cfd476c5 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191c/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191c/index.md b/wiki/star-systems/GJ-191/bodies/GJ191c/index.md new file mode 100644 index 000000000..3ba20b15f --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ191c +name: Dageraad +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 2075104195 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 2.2 +physical: + gravity_g: 0.84 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.618 + polar_ice_lat: 0.864 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.408 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Dageraad + +Temperate Terminator planet. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 8M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191c/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191c/markers.json new file mode 100644 index 000000000..caaed198b --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191c/markers.json @@ -0,0 +1,553 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 94, + 452 + ], + [ + 93, + 453 + ], + [ + 92, + 454 + ], + [ + 91, + 455 + ], + [ + 90, + 456 + ], + [ + 89, + 456 + ], + [ + 88, + 456 + ], + [ + 87, + 455 + ], + [ + 86, + 455 + ], + [ + 85, + 454 + ], + [ + 84, + 453 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 92, + 91 + ], + [ + 93, + 92 + ], + [ + 94, + 92 + ], + [ + 95, + 92 + ], + [ + 96, + 93 + ], + [ + 97, + 94 + ], + [ + 98, + 94 + ], + [ + 99, + 94 + ], + [ + 100, + 94 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 180, + 78 + ], + [ + 181, + 77 + ], + [ + 182, + 77 + ], + [ + 183, + 76 + ], + [ + 184, + 76 + ], + [ + 185, + 76 + ], + [ + 186, + 76 + ], + [ + 187, + 77 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 240, + 99 + ], + [ + 241, + 100 + ], + [ + 242, + 101 + ], + [ + 243, + 102 + ], + [ + 244, + 103 + ], + [ + 245, + 104 + ], + [ + 246, + 105 + ], + [ + 247, + 106 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 134, + 283 + ], + [ + 133, + 282 + ], + [ + 132, + 281 + ], + [ + 131, + 280 + ], + [ + 132, + 279 + ], + [ + 131, + 278 + ], + [ + 130, + 277 + ], + [ + 131, + 276 + ], + [ + 131, + 275 + ], + [ + 131, + 274 + ], + [ + 130, + 273 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 68, + 64 + ], + [ + 67, + 63 + ], + [ + 66, + 62 + ], + [ + 65, + 63 + ], + [ + 64, + 64 + ], + [ + 63, + 65 + ], + [ + 62, + 66 + ], + [ + 62, + 67 + ], + [ + 62, + 68 + ], + [ + 62, + 69 + ], + [ + 63, + 70 + ], + [ + 62, + 71 + ], + [ + 63, + 72 + ], + [ + 62, + 73 + ], + [ + 63, + 74 + ], + [ + 64, + 75 + ], + [ + 63, + 76 + ], + [ + 64, + 77 + ], + [ + 64, + 78 + ], + [ + 64, + 79 + ], + [ + 63, + 80 + ], + [ + 64, + 81 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 44, + 155 + ], + [ + 43, + 154 + ], + [ + 42, + 153 + ], + [ + 41, + 153 + ], + [ + 40, + 153 + ], + [ + 40, + 154 + ], + [ + 41, + 155 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 438 + ], + [ + 255, + 437 + ], + [ + 254, + 438 + ], + [ + 253, + 439 + ], + [ + 253, + 440 + ], + [ + 252, + 441 + ], + [ + 252, + 442 + ], + [ + 252, + 443 + ], + [ + 252, + 444 + ], + [ + 252, + 445 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 122, + 86 + ], + [ + 121, + 85 + ], + [ + 120, + 84 + ], + [ + 119, + 83 + ], + [ + 118, + 82 + ], + [ + 117, + 83 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 105, + 188 + ], + "area_fraction": 0.2497 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 144, + 458 + ], + "area_fraction": 0.0672 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 236, + 25 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 233, + 431 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 245, + 208 + ], + "area_fraction": 0.0298 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 356 + ], + "peak": [ + 25, + 440 + ], + "area_cells": 5626 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 13 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 301 + }, + { + "id": "range_3", + "name": null, + "center": [ + 56, + 505 + ], + "peak": [ + 55, + 511 + ], + "area_cells": 130 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 239 + ], + "peak": [ + 200, + 239 + ], + "area_cells": 177 + }, + { + "id": "range_7", + "name": null, + "center": [ + 216, + 172 + ], + "peak": [ + 220, + 174 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-191/bodies/GJ191d/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191d/globe.png new file mode 100644 index 000000000..f60e0a18c Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191d/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191d/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191d/heightmap.png new file mode 100644 index 000000000..63f7017e3 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191d/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191d/index.md b/wiki/star-systems/GJ-191/bodies/GJ191d/index.md new file mode 100644 index 000000000..417aa9bb6 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ191d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3713822833 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.641 + period_days: 280.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.48 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ191d + +Frozen planet. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191d/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191d/markers.json new file mode 100644 index 000000000..ffcd80ebd --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191d/markers.json @@ -0,0 +1,299 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 148, + 370 + ], + [ + 149, + 371 + ], + [ + 150, + 370 + ], + [ + 151, + 370 + ], + [ + 151, + 369 + ], + [ + 150, + 368 + ], + [ + 151, + 368 + ], + [ + 152, + 369 + ], + [ + 153, + 368 + ], + [ + 154, + 367 + ], + [ + 153, + 366 + ], + [ + 153, + 365 + ], + [ + 152, + 364 + ], + [ + 153, + 363 + ], + [ + 154, + 362 + ], + [ + 155, + 361 + ], + [ + 154, + 360 + ], + [ + 153, + 360 + ], + [ + 154, + 359 + ], + [ + 154, + 358 + ], + [ + 153, + 359 + ], + [ + 152, + 358 + ], + [ + 152, + 359 + ], + [ + 151, + 358 + ], + [ + 150, + 358 + ], + [ + 150, + 357 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 136, + 444 + ], + [ + 135, + 443 + ], + [ + 134, + 442 + ], + [ + 133, + 441 + ], + [ + 132, + 440 + ], + [ + 131, + 439 + ], + [ + 130, + 438 + ], + [ + 129, + 437 + ], + [ + 128, + 436 + ], + [ + 127, + 435 + ], + [ + 127, + 434 + ], + [ + 126, + 433 + ], + [ + 125, + 432 + ], + [ + 124, + 431 + ], + [ + 123, + 430 + ], + [ + 122, + 429 + ], + [ + 121, + 428 + ], + [ + 120, + 428 + ], + [ + 119, + 429 + ], + [ + 118, + 430 + ], + [ + 117, + 430 + ], + [ + 116, + 430 + ], + [ + 115, + 430 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 77, + 158 + ], + "area_fraction": 0.0204 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 294 + ], + "peak": [ + 109, + 303 + ], + "area_cells": 2409 + }, + { + "id": "range_2", + "name": null, + "center": [ + 132, + 253 + ], + "peak": [ + 130, + 257 + ], + "area_cells": 499 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 503 + ], + "peak": [ + 122, + 504 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 499 + ], + "peak": [ + 132, + 500 + ], + "area_cells": 64 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 445 + ], + "peak": [ + 136, + 444 + ], + "area_cells": 164 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-191/bodies/GJ191e-m1/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/globe.png new file mode 100644 index 000000000..1ef302ad8 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191e-m1/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/heightmap.png new file mode 100644 index 000000000..a7ee8c2b7 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191e-m1/index.md b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/index.md new file mode 100644 index 000000000..30a3d4a75 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ191e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 672535363 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 59.6 +physical: + gravity_g: 0.11 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ191e-m1 + +Frozen moon. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 95% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191e-m1/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/markers.json new file mode 100644 index 000000000..1793254a6 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191e-m1/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 23, + 478 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 70, + 420 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 52, + 493 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 96 + ], + "peak": [ + 56, + 88 + ], + "area_cells": 683 + }, + { + "id": "range_2", + "name": null, + "center": [ + 143, + 25 + ], + "peak": [ + 140, + 13 + ], + "area_cells": 1645 + }, + { + "id": "range_3", + "name": null, + "center": [ + 196, + 232 + ], + "peak": [ + 180, + 285 + ], + "area_cells": 10216 + }, + { + "id": "range_4", + "name": null, + "center": [ + 172, + 448 + ], + "peak": [ + 150, + 475 + ], + "area_cells": 7694 + }, + { + "id": "range_5", + "name": null, + "center": [ + 140, + 78 + ], + "peak": [ + 140, + 79 + ], + "area_cells": 30 + }, + { + "id": "range_7", + "name": null, + "center": [ + 159, + 78 + ], + "peak": [ + 160, + 86 + ], + "area_cells": 383 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 104 + ], + "peak": [ + 160, + 107 + ], + "area_cells": 67 + }, + { + "id": "range_10", + "name": null, + "center": [ + 166, + 139 + ], + "peak": [ + 166, + 143 + ], + "area_cells": 135 + }, + { + "id": "range_11", + "name": null, + "center": [ + 220, + 52 + ], + "peak": [ + 222, + 57 + ], + "area_cells": 4481 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 342 + ], + "peak": [ + 197, + 343 + ], + "area_cells": 223 + }, + { + "id": "range_18", + "name": null, + "center": [ + 229, + 393 + ], + "peak": [ + 234, + 408 + ], + "area_cells": 535 + }, + { + "id": "range_22", + "name": null, + "center": [ + 234, + 429 + ], + "peak": [ + 236, + 428 + ], + "area_cells": 193 + }, + { + "id": "range_26", + "name": null, + "center": [ + 244, + 504 + ], + "peak": [ + 240, + 511 + ], + "area_cells": 224 + }, + { + "id": "range_28", + "name": null, + "center": [ + 252, + 211 + ], + "peak": [ + 255, + 212 + ], + "area_cells": 20 + }, + { + "id": "range_29", + "name": null, + "center": [ + 253, + 226 + ], + "peak": [ + 255, + 219 + ], + "area_cells": 82 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-191/bodies/GJ191e/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191e/globe.png new file mode 100644 index 000000000..1e87a8f23 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191e/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191e/index.md b/wiki/star-systems/GJ-191/bodies/GJ191e/index.md new file mode 100644 index 000000000..1c3b5efea --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ191e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2341216664 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.416 + period_days: 920.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: null + oblateness: 0.0712 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.379 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.08 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.29 + opacity_base: 0.47 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ191e + +Gas giant. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 920 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191f/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191f/globe.png new file mode 100644 index 000000000..a6f249d27 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191f/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191f/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191f/heightmap.png new file mode 100644 index 000000000..0242ae329 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191f/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191f/index.md b/wiki/star-systems/GJ-191/bodies/GJ191f/index.md new file mode 100644 index 000000000..0fd1d909a --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ191f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3807247462 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.683 + period_days: 2400.0 + axial_tilt_deg: 23.6 +physical: + gravity_g: 0.38 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.738 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.259 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ191f + +Frozen planet. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191f/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191f/markers.json new file mode 100644 index 000000000..09ca50481 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191f/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 41, + 210 + ], + "area_fraction": 0.2411 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 72, + 491 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 120, + 187 + ], + "peak": [ + 123, + 187 + ], + "area_cells": 142 + }, + { + "id": "range_3", + "name": null, + "center": [ + 139, + 223 + ], + "peak": [ + 139, + 225 + ], + "area_cells": 73 + }, + { + "id": "range_4", + "name": null, + "center": [ + 138, + 127 + ], + "peak": [ + 140, + 128 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 170, + 454 + ], + "peak": [ + 151, + 426 + ], + "area_cells": 2461 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 269 + ], + "peak": [ + 158, + 269 + ], + "area_cells": 50 + }, + { + "id": "range_9", + "name": null, + "center": [ + 157, + 309 + ], + "peak": [ + 158, + 310 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 163, + 329 + ], + "peak": [ + 163, + 331 + ], + "area_cells": 81 + }, + { + "id": "range_12", + "name": null, + "center": [ + 172, + 393 + ], + "peak": [ + 175, + 394 + ], + "area_cells": 423 + }, + { + "id": "range_13", + "name": null, + "center": [ + 168, + 360 + ], + "peak": [ + 166, + 362 + ], + "area_cells": 168 + }, + { + "id": "range_14", + "name": null, + "center": [ + 167, + 210 + ], + "peak": [ + 166, + 205 + ], + "area_cells": 118 + }, + { + "id": "range_15", + "name": null, + "center": [ + 226, + 113 + ], + "peak": [ + 241, + 150 + ], + "area_cells": 13013 + }, + { + "id": "range_21", + "name": null, + "center": [ + 217, + 242 + ], + "peak": [ + 217, + 241 + ], + "area_cells": 281 + }, + { + "id": "range_22", + "name": null, + "center": [ + 233, + 494 + ], + "peak": [ + 237, + 497 + ], + "area_cells": 1064 + }, + { + "id": "range_24", + "name": null, + "center": [ + 241, + 381 + ], + "peak": [ + 234, + 391 + ], + "area_cells": 2673 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-191/bodies/GJ191g/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191g/globe.png new file mode 100644 index 000000000..61d84b99d Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191g/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191g/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191g/heightmap.png new file mode 100644 index 000000000..ec9e46324 Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191g/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191g/index.md b/wiki/star-systems/GJ-191/bodies/GJ191g/index.md new file mode 100644 index 000000000..78939f358 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ191g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2995439284 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.831 + period_days: 5800.0 + axial_tilt_deg: 50.3 +physical: + gravity_g: 0.29 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.708 + polar_ice_lat: 0.076 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.423 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ191g + +Frozen planet. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191g/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191g/markers.json new file mode 100644 index 000000000..a39c38c18 --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191g/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 41, + 246 + ], + "area_fraction": 0.2827 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 10 + ], + "peak": [ + 92, + 9 + ], + "area_cells": 289 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 37 + ], + "peak": [ + 110, + 36 + ], + "area_cells": 294 + }, + { + "id": "range_4", + "name": null, + "center": [ + 181, + 237 + ], + "peak": [ + 209, + 82 + ], + "area_cells": 30045 + }, + { + "id": "range_6", + "name": null, + "center": [ + 239, + 483 + ], + "peak": [ + 224, + 480 + ], + "area_cells": 1110 + }, + { + "id": "range_8", + "name": null, + "center": [ + 241, + 2 + ], + "peak": [ + 242, + 0 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 250, + 79 + ], + "peak": [ + 250, + 79 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-191/bodies/GJ191h/globe.png b/wiki/star-systems/GJ-191/bodies/GJ191h/globe.png new file mode 100644 index 000000000..17310ca2d Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191h/globe.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191h/heightmap.png b/wiki/star-systems/GJ-191/bodies/GJ191h/heightmap.png new file mode 100644 index 000000000..0289df48a Binary files /dev/null and b/wiki/star-systems/GJ-191/bodies/GJ191h/heightmap.png differ diff --git a/wiki/star-systems/GJ-191/bodies/GJ191h/index.md b/wiki/star-systems/GJ-191/bodies/GJ191h/index.md new file mode 100644 index 000000000..e304fc5ad --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ191h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3670018080 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 8.104 + period_days: 12600.0 + axial_tilt_deg: 53.8 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.87 + polar_ice_lat: 0.065 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.367 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ191h + +Frozen planet. + +**System:** [GJ-191](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 12600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-191/bodies/GJ191h/markers.json b/wiki/star-systems/GJ-191/bodies/GJ191h/markers.json new file mode 100644 index 000000000..ea63a7b1c --- /dev/null +++ b/wiki/star-systems/GJ-191/bodies/GJ191h/markers.json @@ -0,0 +1,280 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 258 + ], + "area_fraction": 0.0264 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 55, + 84 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 105, + 365 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 130, + 443 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 167, + 389 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 220, + 51 + ], + "area_fraction": 0.0312 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 246, + 444 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 59, + 367 + ], + "peak": [ + 60, + 373 + ], + "area_cells": 627 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 442 + ], + "peak": [ + 73, + 443 + ], + "area_cells": 1109 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 278 + ], + "peak": [ + 70, + 277 + ], + "area_cells": 469 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 210 + ], + "peak": [ + 89, + 209 + ], + "area_cells": 262 + }, + { + "id": "range_9", + "name": null, + "center": [ + 143, + 139 + ], + "peak": [ + 152, + 102 + ], + "area_cells": 7171 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 441 + ], + "peak": [ + 116, + 436 + ], + "area_cells": 485 + }, + { + "id": "range_11", + "name": null, + "center": [ + 124, + 395 + ], + "peak": [ + 124, + 396 + ], + "area_cells": 88 + }, + { + "id": "range_12", + "name": null, + "center": [ + 140, + 68 + ], + "peak": [ + 140, + 69 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 161, + 479 + ], + "peak": [ + 162, + 480 + ], + "area_cells": 208 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 458 + ], + "peak": [ + 161, + 457 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 164, + 294 + ], + "peak": [ + 164, + 297 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 192, + 418 + ], + "peak": [ + 186, + 424 + ], + "area_cells": 286 + }, + { + "id": "range_17", + "name": null, + "center": [ + 187, + 295 + ], + "peak": [ + 186, + 297 + ], + "area_cells": 151 + }, + { + "id": "range_18", + "name": null, + "center": [ + 203, + 336 + ], + "peak": [ + 206, + 339 + ], + "area_cells": 133 + }, + { + "id": "range_19", + "name": null, + "center": [ + 211, + 464 + ], + "peak": [ + 212, + 464 + ], + "area_cells": 251 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ194Bb/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/globe.png new file mode 100644 index 000000000..f7149ea75 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bb/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/heightmap.png new file mode 100644 index 000000000..593d36f78 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bb/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/index.md new file mode 100644 index 000000000..dd4cf2486 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ194Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2501792869 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.283 + period_days: 55.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.38 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.839 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bb + +Barren planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bb/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/markers.json new file mode 100644 index 000000000..b85313a65 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bb/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 35 + ], + "peak": [ + 45, + 35 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 427 + ], + "peak": [ + 58, + 426 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 447 + ], + "peak": [ + 71, + 451 + ], + "area_cells": 148 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 273 + ], + "peak": [ + 71, + 273 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 49 + ], + "peak": [ + 78, + 52 + ], + "area_cells": 138 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 149 + ], + "peak": [ + 90, + 145 + ], + "area_cells": 133 + }, + { + "id": "range_9", + "name": null, + "center": [ + 110, + 301 + ], + "peak": [ + 110, + 292 + ], + "area_cells": 2292 + }, + { + "id": "range_11", + "name": null, + "center": [ + 93, + 455 + ], + "peak": [ + 93, + 456 + ], + "area_cells": 223 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 18 + ], + "peak": [ + 90, + 23 + ], + "area_cells": 159 + }, + { + "id": "range_14", + "name": null, + "center": [ + 112, + 92 + ], + "peak": [ + 119, + 106 + ], + "area_cells": 694 + }, + { + "id": "range_15", + "name": null, + "center": [ + 161, + 240 + ], + "peak": [ + 131, + 175 + ], + "area_cells": 6815 + }, + { + "id": "range_16", + "name": null, + "center": [ + 135, + 421 + ], + "peak": [ + 131, + 431 + ], + "area_cells": 1845 + }, + { + "id": "range_17", + "name": null, + "center": [ + 150, + 372 + ], + "peak": [ + 147, + 370 + ], + "area_cells": 267 + }, + { + "id": "range_21", + "name": null, + "center": [ + 154, + 476 + ], + "peak": [ + 154, + 480 + ], + "area_cells": 174 + }, + { + "id": "range_22", + "name": null, + "center": [ + 149, + 63 + ], + "peak": [ + 150, + 63 + ], + "area_cells": 34 + }, + { + "id": "range_27", + "name": null, + "center": [ + 164, + 100 + ], + "peak": [ + 162, + 110 + ], + "area_cells": 808 + }, + { + "id": "range_33", + "name": null, + "center": [ + 168, + 171 + ], + "peak": [ + 166, + 171 + ], + "area_cells": 25 + }, + { + "id": "range_35", + "name": null, + "center": [ + 186, + 96 + ], + "peak": [ + 186, + 96 + ], + "area_cells": 27 + }, + { + "id": "range_37", + "name": null, + "center": [ + 190, + 407 + ], + "peak": [ + 191, + 407 + ], + "area_cells": 36 + }, + { + "id": "range_42", + "name": null, + "center": [ + 251, + 8 + ], + "peak": [ + 251, + 8 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bc/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/globe.png new file mode 100644 index 000000000..9e8087548 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bc/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/heightmap.png new file mode 100644 index 000000000..ebc90f880 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bc/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/index.md new file mode 100644 index 000000000..ec8521ebb --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ194Bc +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 823852079 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.502 + period_days: 130.0 + axial_tilt_deg: 20.4 +physical: + gravity_g: 0.5 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.903 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.183 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bc + +Arid planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bc/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/markers.json new file mode 100644 index 000000000..3bc6c336d --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bc/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 109 + ], + "peak": [ + 2, + 74 + ], + "area_cells": 6738 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 11 + ], + "peak": [ + 46, + 3 + ], + "area_cells": 156 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 27 + ], + "peak": [ + 45, + 26 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 47, + 502 + ], + "peak": [ + 48, + 501 + ], + "area_cells": 160 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 440 + ], + "peak": [ + 61, + 445 + ], + "area_cells": 276 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 106 + ], + "peak": [ + 232, + 160 + ], + "area_cells": 2842 + }, + { + "id": "range_9", + "name": null, + "center": [ + 221, + 395 + ], + "peak": [ + 223, + 409 + ], + "area_cells": 1041 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/globe.png new file mode 100644 index 000000000..b83299bca Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/heightmap.png new file mode 100644 index 000000000..2744dc09d Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/index.md new file mode 100644 index 000000000..3b807efeb --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ194Bd-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3967104399 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 36.0 +physical: + gravity_g: 0.05 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.826 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bd-1 + +Barren moon. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/markers.json new file mode 100644 index 000000000..4b08bca2e --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bd-1/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 53, + 402 + ], + "peak": [ + 33, + 384 + ], + "area_cells": 1487 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 409 + ], + "peak": [ + 12, + 409 + ], + "area_cells": 36 + }, + { + "id": "range_6", + "name": null, + "center": [ + 29, + 403 + ], + "peak": [ + 33, + 413 + ], + "area_cells": 345 + }, + { + "id": "range_7", + "name": null, + "center": [ + 21, + 74 + ], + "peak": [ + 21, + 74 + ], + "area_cells": 32 + }, + { + "id": "range_8", + "name": null, + "center": [ + 69, + 106 + ], + "peak": [ + 49, + 85 + ], + "area_cells": 1963 + }, + { + "id": "range_9", + "name": null, + "center": [ + 51, + 44 + ], + "peak": [ + 53, + 35 + ], + "area_cells": 310 + }, + { + "id": "range_11", + "name": null, + "center": [ + 43, + 25 + ], + "peak": [ + 36, + 23 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 167 + ], + "peak": [ + 60, + 180 + ], + "area_cells": 2028 + }, + { + "id": "range_14", + "name": null, + "center": [ + 65, + 21 + ], + "peak": [ + 54, + 12 + ], + "area_cells": 199 + }, + { + "id": "range_15", + "name": null, + "center": [ + 62, + 468 + ], + "peak": [ + 64, + 472 + ], + "area_cells": 286 + }, + { + "id": "range_17", + "name": null, + "center": [ + 85, + 489 + ], + "peak": [ + 87, + 488 + ], + "area_cells": 112 + }, + { + "id": "range_18", + "name": null, + "center": [ + 104, + 342 + ], + "peak": [ + 125, + 330 + ], + "area_cells": 1195 + }, + { + "id": "range_21", + "name": null, + "center": [ + 91, + 214 + ], + "peak": [ + 91, + 215 + ], + "area_cells": 27 + }, + { + "id": "range_22", + "name": null, + "center": [ + 97, + 438 + ], + "peak": [ + 98, + 439 + ], + "area_cells": 84 + }, + { + "id": "range_24", + "name": null, + "center": [ + 100, + 397 + ], + "peak": [ + 101, + 398 + ], + "area_cells": 23 + }, + { + "id": "range_26", + "name": null, + "center": [ + 101, + 464 + ], + "peak": [ + 102, + 465 + ], + "area_cells": 43 + }, + { + "id": "range_30", + "name": null, + "center": [ + 142, + 196 + ], + "peak": [ + 141, + 196 + ], + "area_cells": 521 + }, + { + "id": "range_31", + "name": null, + "center": [ + 165, + 400 + ], + "peak": [ + 146, + 386 + ], + "area_cells": 1300 + }, + { + "id": "range_32", + "name": null, + "center": [ + 155, + 145 + ], + "peak": [ + 153, + 142 + ], + "area_cells": 342 + }, + { + "id": "range_33", + "name": null, + "center": [ + 163, + 428 + ], + "peak": [ + 163, + 431 + ], + "area_cells": 83 + }, + { + "id": "range_35", + "name": null, + "center": [ + 170, + 324 + ], + "peak": [ + 170, + 325 + ], + "area_cells": 31 + }, + { + "id": "range_36", + "name": null, + "center": [ + 186, + 360 + ], + "peak": [ + 190, + 359 + ], + "area_cells": 106 + }, + { + "id": "range_37", + "name": null, + "center": [ + 195, + 332 + ], + "peak": [ + 196, + 333 + ], + "area_cells": 95 + }, + { + "id": "range_41", + "name": null, + "center": [ + 199, + 110 + ], + "peak": [ + 200, + 111 + ], + "area_cells": 23 + }, + { + "id": "range_43", + "name": null, + "center": [ + 218, + 126 + ], + "peak": [ + 226, + 122 + ], + "area_cells": 332 + }, + { + "id": "range_45", + "name": null, + "center": [ + 237, + 227 + ], + "peak": [ + 255, + 251 + ], + "area_cells": 3330 + }, + { + "id": "range_46", + "name": null, + "center": [ + 219, + 316 + ], + "peak": [ + 206, + 318 + ], + "area_cells": 147 + }, + { + "id": "range_68", + "name": null, + "center": [ + 246, + 159 + ], + "peak": [ + 253, + 160 + ], + "area_cells": 26 + }, + { + "id": "range_69", + "name": null, + "center": [ + 250, + 148 + ], + "peak": [ + 252, + 148 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/globe.png new file mode 100644 index 000000000..e59a48d9c Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/heightmap.png new file mode 100644 index 000000000..910052fc5 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/index.md new file mode 100644 index 000000000..94381856b --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/index.md @@ -0,0 +1,73 @@ +--- +id: GJ194Bd +name: Aberaeron +body_type: planet +planet_class: temperate +body_scale: planet +seed: 565073854 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.877 + period_days: 300.0 + axial_tilt_deg: 23.2 +physical: + gravity_g: 0.88 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.76 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Aberaeron + +Temperate planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 95% | +| **Year** | 300 days | +| **Inhabited** | yes | +| **Population** | 25M | +| **Economy** | transit | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bd/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/markers.json new file mode 100644 index 000000000..d9dc1d73f --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bd/markers.json @@ -0,0 +1,1307 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 187 + ], + [ + 1, + 188 + ], + [ + 2, + 187 + ], + [ + 2, + 188 + ], + [ + 3, + 189 + ], + [ + 3, + 190 + ], + [ + 4, + 190 + ], + [ + 4, + 191 + ], + [ + 5, + 191 + ], + [ + 4, + 192 + ], + [ + 5, + 192 + ], + [ + 6, + 192 + ], + [ + 5, + 193 + ], + [ + 4, + 194 + ], + [ + 3, + 195 + ], + [ + 4, + 196 + ], + [ + 3, + 196 + ], + [ + 3, + 197 + ], + [ + 2, + 197 + ], + [ + 3, + 198 + ], + [ + 4, + 199 + ], + [ + 4, + 200 + ], + [ + 3, + 201 + ], + [ + 4, + 202 + ], + [ + 5, + 203 + ], + [ + 4, + 204 + ], + [ + 3, + 205 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 45, + 213 + ], + [ + 46, + 214 + ], + [ + 47, + 215 + ], + [ + 48, + 215 + ], + [ + 49, + 216 + ], + [ + 50, + 216 + ], + [ + 51, + 217 + ], + [ + 52, + 218 + ], + [ + 51, + 218 + ], + [ + 50, + 217 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 49, + 341 + ], + [ + 49, + 342 + ], + [ + 50, + 343 + ], + [ + 51, + 344 + ], + [ + 52, + 345 + ], + [ + 53, + 346 + ], + [ + 54, + 347 + ], + [ + 55, + 347 + ], + [ + 56, + 348 + ], + [ + 57, + 347 + ], + [ + 58, + 347 + ], + [ + 58, + 346 + ], + [ + 59, + 345 + ], + [ + 60, + 345 + ], + [ + 61, + 344 + ], + [ + 62, + 344 + ], + [ + 61, + 345 + ], + [ + 60, + 344 + ], + [ + 61, + 343 + ], + [ + 62, + 342 + ], + [ + 62, + 341 + ], + [ + 61, + 341 + ], + [ + 61, + 342 + ], + [ + 62, + 343 + ], + [ + 63, + 342 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 52, + 357 + ], + [ + 52, + 358 + ], + [ + 51, + 359 + ], + [ + 51, + 360 + ], + [ + 50, + 361 + ], + [ + 51, + 362 + ], + [ + 50, + 363 + ], + [ + 51, + 364 + ], + [ + 50, + 365 + ], + [ + 49, + 366 + ], + [ + 49, + 367 + ], + [ + 50, + 368 + ], + [ + 50, + 369 + ], + [ + 49, + 370 + ], + [ + 50, + 371 + ], + [ + 49, + 372 + ], + [ + 49, + 371 + ], + [ + 48, + 372 + ], + [ + 49, + 373 + ], + [ + 50, + 373 + ], + [ + 50, + 374 + ], + [ + 50, + 375 + ], + [ + 49, + 376 + ], + [ + 48, + 377 + ], + [ + 49, + 378 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 52, + 242 + ], + [ + 53, + 241 + ], + [ + 54, + 240 + ], + [ + 55, + 239 + ], + [ + 56, + 238 + ], + [ + 57, + 237 + ], + [ + 57, + 236 + ], + [ + 57, + 235 + ], + [ + 57, + 234 + ], + [ + 56, + 233 + ], + [ + 55, + 232 + ], + [ + 55, + 231 + ], + [ + 56, + 232 + ], + [ + 56, + 231 + ], + [ + 55, + 230 + ], + [ + 54, + 231 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 90, + 511 + ], + [ + 89, + 0 + ], + [ + 88, + 511 + ], + [ + 87, + 510 + ], + [ + 86, + 510 + ], + [ + 85, + 509 + ], + [ + 84, + 508 + ], + [ + 83, + 507 + ], + [ + 82, + 506 + ], + [ + 81, + 505 + ], + [ + 80, + 504 + ], + [ + 79, + 503 + ], + [ + 78, + 503 + ], + [ + 77, + 502 + ], + [ + 76, + 501 + ], + [ + 75, + 500 + ], + [ + 74, + 500 + ], + [ + 73, + 501 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 214, + 436 + ], + [ + 213, + 435 + ], + [ + 212, + 434 + ], + [ + 211, + 433 + ], + [ + 210, + 434 + ], + [ + 209, + 435 + ], + [ + 208, + 436 + ], + [ + 207, + 435 + ], + [ + 206, + 436 + ], + [ + 205, + 437 + ], + [ + 204, + 438 + ], + [ + 203, + 438 + ], + [ + 202, + 439 + ], + [ + 201, + 440 + ], + [ + 200, + 441 + ], + [ + 199, + 441 + ], + [ + 198, + 441 + ], + [ + 197, + 442 + ], + [ + 198, + 443 + ], + [ + 197, + 444 + ], + [ + 198, + 444 + ], + [ + 197, + 445 + ], + [ + 197, + 446 + ], + [ + 196, + 447 + ], + [ + 197, + 448 + ], + [ + 196, + 449 + ], + [ + 197, + 450 + ], + [ + 197, + 449 + ], + [ + 198, + 450 + ], + [ + 197, + 451 + ], + [ + 197, + 452 + ], + [ + 196, + 451 + ], + [ + 195, + 451 + ], + [ + 194, + 451 + ], + [ + 194, + 450 + ], + [ + 194, + 449 + ], + [ + 195, + 449 + ], + [ + 196, + 450 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 11, + 275 + ], + [ + 10, + 275 + ], + [ + 9, + 275 + ], + [ + 8, + 275 + ], + [ + 7, + 276 + ], + [ + 6, + 277 + ], + [ + 5, + 278 + ], + [ + 4, + 278 + ], + [ + 3, + 279 + ], + [ + 2, + 280 + ], + [ + 1, + 281 + ], + [ + 1, + 282 + ], + [ + 0, + 283 + ], + [ + 1, + 284 + ], + [ + 1, + 283 + ], + [ + 2, + 284 + ], + [ + 2, + 285 + ], + [ + 1, + 286 + ], + [ + 2, + 286 + ], + [ + 1, + 285 + ], + [ + 0, + 284 + ], + [ + 0, + 285 + ], + [ + 0, + 286 + ], + [ + 0, + 287 + ], + [ + 1, + 288 + ], + [ + 2, + 289 + ], + [ + 2, + 290 + ], + [ + 2, + 291 + ], + [ + 3, + 292 + ], + [ + 2, + 293 + ], + [ + 3, + 294 + ], + [ + 2, + 295 + ], + [ + 3, + 295 + ], + [ + 4, + 296 + ], + [ + 3, + 297 + ], + [ + 2, + 298 + ], + [ + 3, + 298 + ], + [ + 3, + 299 + ], + [ + 3, + 300 + ], + [ + 3, + 301 + ], + [ + 4, + 302 + ], + [ + 3, + 303 + ], + [ + 2, + 304 + ], + [ + 3, + 304 + ], + [ + 4, + 304 + ], + [ + 5, + 304 + ], + [ + 5, + 305 + ], + [ + 6, + 306 + ], + [ + 5, + 307 + ], + [ + 4, + 308 + ], + [ + 5, + 309 + ], + [ + 5, + 310 + ], + [ + 6, + 310 + ], + [ + 5, + 311 + ], + [ + 6, + 312 + ], + [ + 5, + 313 + ], + [ + 6, + 313 + ], + [ + 6, + 314 + ], + [ + 7, + 315 + ], + [ + 8, + 316 + ], + [ + 8, + 317 + ], + [ + 7, + 317 + ], + [ + 8, + 318 + ], + [ + 7, + 319 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 104, + 443 + ], + [ + 103, + 443 + ], + [ + 102, + 442 + ], + [ + 101, + 441 + ], + [ + 100, + 440 + ], + [ + 99, + 439 + ], + [ + 98, + 438 + ], + [ + 97, + 437 + ], + [ + 96, + 436 + ], + [ + 95, + 435 + ], + [ + 94, + 434 + ], + [ + 94, + 433 + ], + [ + 93, + 432 + ], + [ + 93, + 431 + ], + [ + 93, + 430 + ], + [ + 93, + 429 + ], + [ + 92, + 428 + ], + [ + 93, + 427 + ], + [ + 92, + 426 + ], + [ + 93, + 426 + ], + [ + 94, + 425 + ], + [ + 93, + 424 + ], + [ + 94, + 423 + ], + [ + 94, + 422 + ], + [ + 93, + 421 + ], + [ + 93, + 420 + ], + [ + 94, + 420 + ], + [ + 94, + 419 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 243, + 453 + ], + [ + 243, + 452 + ], + [ + 242, + 451 + ], + [ + 241, + 450 + ], + [ + 240, + 450 + ], + [ + 240, + 449 + ], + [ + 239, + 449 + ], + [ + 239, + 448 + ], + [ + 238, + 448 + ], + [ + 238, + 449 + ], + [ + 239, + 450 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 40, + 225 + ], + [ + 41, + 226 + ], + [ + 42, + 227 + ], + [ + 43, + 228 + ], + [ + 44, + 229 + ], + [ + 44, + 230 + ], + [ + 45, + 231 + ], + [ + 46, + 232 + ], + [ + 47, + 232 + ], + [ + 48, + 232 + ], + [ + 49, + 232 + ], + [ + 50, + 232 + ], + [ + 51, + 232 + ], + [ + 52, + 232 + ], + [ + 53, + 231 + ], + [ + 54, + 231 + ], + [ + 55, + 231 + ], + [ + 55, + 232 + ], + [ + 54, + 232 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 395 + ], + "area_fraction": 0.0414 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 129, + 165 + ], + "peak": [ + 138, + 228 + ], + "area_cells": 23030 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 219 + ], + "peak": [ + 64, + 226 + ], + "area_cells": 134 + }, + { + "id": "range_8", + "name": null, + "center": [ + 119, + 474 + ], + "peak": [ + 120, + 511 + ], + "area_cells": 2265 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 371 + ], + "peak": [ + 135, + 367 + ], + "area_cells": 62 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 104 + ], + "peak": [ + 169, + 106 + ], + "area_cells": 89 + }, + { + "id": "range_13", + "name": null, + "center": [ + 175, + 13 + ], + "peak": [ + 178, + 21 + ], + "area_cells": 405 + }, + { + "id": "range_14", + "name": null, + "center": [ + 192, + 485 + ], + "peak": [ + 193, + 484 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Be/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Be/globe.png new file mode 100644 index 000000000..5bd26aade Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Be/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Be/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Be/heightmap.png new file mode 100644 index 000000000..920e07133 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Be/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Be/index.md new file mode 100644 index 000000000..5edba93c6 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Be/index.md @@ -0,0 +1,69 @@ +--- +id: GJ194Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 727415934 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.469 + period_days: 650.0 + axial_tilt_deg: 35.0 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.778 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.299 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Be + +Frozen planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Be/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Be/markers.json new file mode 100644 index 000000000..2f21530af --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Be/markers.json @@ -0,0 +1,68 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 99 + ], + "area_fraction": 0.1012 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 252 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 50, + 455 + ], + "area_fraction": 0.0852 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 242, + 39 + ], + "area_fraction": 0.0113 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 147, + 305 + ], + "peak": [ + 135, + 380 + ], + "area_cells": 4633 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bf/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/globe.png new file mode 100644 index 000000000..41e2c04f4 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bf/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/heightmap.png new file mode 100644 index 000000000..6e4e3fa56 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bf/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/index.md new file mode 100644 index 000000000..836c4b57c --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ194Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 905610317 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 48.6 +physical: + gravity_g: 0.32 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.736 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bf + +Frozen planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bf/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/markers.json new file mode 100644 index 000000000..e7cc88278 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bf/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 71, + 62 + ], + "area_fraction": 0.0865 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 38, + 476 + ], + "area_fraction": 0.035 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 86, + 350 + ], + "area_fraction": 0.0342 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 90, + 276 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 113, + 177 + ], + "area_fraction": 0.024 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 222, + 197 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 130, + 503 + ], + "peak": [ + 132, + 503 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 160, + 430 + ], + "peak": [ + 179, + 504 + ], + "area_cells": 4612 + }, + { + "id": "range_5", + "name": null, + "center": [ + 183, + 44 + ], + "peak": [ + 185, + 36 + ], + "area_cells": 1652 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/globe.png new file mode 100644 index 000000000..2f524c4ef Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/heightmap.png new file mode 100644 index 000000000..54921419f Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/index.md new file mode 100644 index 000000000..a133c795a --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ194Bg-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3552105641 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 14.1 +physical: + gravity_g: 0.06 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.919 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + 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 +--- + +# GJ194Bg-1 + +Barren moon. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/markers.json new file mode 100644 index 000000000..79aedf2bd --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-1/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 261 + ], + "peak": [ + 86, + 427 + ], + "area_cells": 36534 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 343 + ], + "peak": [ + 82, + 344 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 120, + 404 + ], + "peak": [ + 121, + 404 + ], + "area_cells": 165 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 65 + ], + "peak": [ + 135, + 66 + ], + "area_cells": 168 + }, + { + "id": "range_11", + "name": null, + "center": [ + 124, + 221 + ], + "peak": [ + 125, + 222 + ], + "area_cells": 80 + }, + { + "id": "range_12", + "name": null, + "center": [ + 128, + 18 + ], + "peak": [ + 128, + 18 + ], + "area_cells": 48 + }, + { + "id": "range_13", + "name": null, + "center": [ + 129, + 37 + ], + "peak": [ + 130, + 38 + ], + "area_cells": 56 + }, + { + "id": "range_14", + "name": null, + "center": [ + 137, + 177 + ], + "peak": [ + 138, + 170 + ], + "area_cells": 393 + }, + { + "id": "range_16", + "name": null, + "center": [ + 137, + 87 + ], + "peak": [ + 139, + 88 + ], + "area_cells": 41 + }, + { + "id": "range_19", + "name": null, + "center": [ + 156, + 8 + ], + "peak": [ + 156, + 8 + ], + "area_cells": 167 + }, + { + "id": "range_21", + "name": null, + "center": [ + 163, + 325 + ], + "peak": [ + 162, + 324 + ], + "area_cells": 504 + }, + { + "id": "range_23", + "name": null, + "center": [ + 186, + 81 + ], + "peak": [ + 171, + 85 + ], + "area_cells": 872 + }, + { + "id": "range_25", + "name": null, + "center": [ + 170, + 125 + ], + "peak": [ + 168, + 125 + ], + "area_cells": 57 + }, + { + "id": "range_26", + "name": null, + "center": [ + 166, + 196 + ], + "peak": [ + 166, + 197 + ], + "area_cells": 36 + }, + { + "id": "range_27", + "name": null, + "center": [ + 167, + 402 + ], + "peak": [ + 167, + 403 + ], + "area_cells": 62 + }, + { + "id": "range_29", + "name": null, + "center": [ + 170, + 419 + ], + "peak": [ + 170, + 419 + ], + "area_cells": 50 + }, + { + "id": "range_30", + "name": null, + "center": [ + 192, + 171 + ], + "peak": [ + 206, + 175 + ], + "area_cells": 226 + }, + { + "id": "range_34", + "name": null, + "center": [ + 207, + 196 + ], + "peak": [ + 205, + 198 + ], + "area_cells": 86 + }, + { + "id": "range_36", + "name": null, + "center": [ + 207, + 148 + ], + "peak": [ + 207, + 153 + ], + "area_cells": 49 + }, + { + "id": "range_39", + "name": null, + "center": [ + 230, + 73 + ], + "peak": [ + 243, + 81 + ], + "area_cells": 153 + }, + { + "id": "range_40", + "name": null, + "center": [ + 222, + 414 + ], + "peak": [ + 224, + 412 + ], + "area_cells": 149 + }, + { + "id": "range_41", + "name": null, + "center": [ + 241, + 486 + ], + "peak": [ + 238, + 471 + ], + "area_cells": 1286 + }, + { + "id": "range_42", + "name": null, + "center": [ + 245, + 265 + ], + "peak": [ + 233, + 305 + ], + "area_cells": 1247 + }, + { + "id": "range_43", + "name": null, + "center": [ + 227, + 274 + ], + "peak": [ + 228, + 274 + ], + "area_cells": 41 + }, + { + "id": "range_45", + "name": null, + "center": [ + 242, + 19 + ], + "peak": [ + 231, + 39 + ], + "area_cells": 1012 + }, + { + "id": "range_49", + "name": null, + "center": [ + 248, + 197 + ], + "peak": [ + 245, + 198 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/globe.png new file mode 100644 index 000000000..3b344e969 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/heightmap.png new file mode 100644 index 000000000..bdc59c5d8 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/index.md new file mode 100644 index 000000000..c99c9d73c --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ194Bg-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1472533726 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.04 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.251 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bg-2 + +Frozen moon. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/markers.json new file mode 100644 index 000000000..d88458b77 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bg-2/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 26, + 316 + ], + "area_fraction": 0.1592 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 160, + 114 + ], + "peak": [ + 150, + 105 + ], + "area_cells": 13273 + }, + { + "id": "range_2", + "name": null, + "center": [ + 124, + 472 + ], + "peak": [ + 119, + 456 + ], + "area_cells": 3583 + }, + { + "id": "range_3", + "name": null, + "center": [ + 142, + 408 + ], + "peak": [ + 142, + 411 + ], + "area_cells": 101 + }, + { + "id": "range_4", + "name": null, + "center": [ + 155, + 428 + ], + "peak": [ + 155, + 429 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 431 + ], + "peak": [ + 166, + 434 + ], + "area_cells": 70 + }, + { + "id": "range_6", + "name": null, + "center": [ + 177, + 496 + ], + "peak": [ + 174, + 511 + ], + "area_cells": 400 + }, + { + "id": "range_8", + "name": null, + "center": [ + 195, + 473 + ], + "peak": [ + 197, + 473 + ], + "area_cells": 66 + }, + { + "id": "range_9", + "name": null, + "center": [ + 215, + 432 + ], + "peak": [ + 226, + 424 + ], + "area_cells": 764 + }, + { + "id": "range_10", + "name": null, + "center": [ + 239, + 52 + ], + "peak": [ + 239, + 83 + ], + "area_cells": 2622 + }, + { + "id": "range_13", + "name": null, + "center": [ + 229, + 472 + ], + "peak": [ + 229, + 473 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 244, + 181 + ], + "peak": [ + 240, + 180 + ], + "area_cells": 446 + }, + { + "id": "range_16", + "name": null, + "center": [ + 248, + 482 + ], + "peak": [ + 251, + 469 + ], + "area_cells": 784 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bg/globe.png new file mode 100644 index 000000000..971cf1887 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bg/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bg/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bg/index.md new file mode 100644 index 000000000..d1f9bd855 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bg/index.md @@ -0,0 +1,70 @@ +--- +id: GJ194Bg +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3007249171 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.511 + period_days: 3500.0 + axial_tilt_deg: 7.7 +physical: + gravity_g: null + oblateness: 0.0519 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.138 +rings: + enabled: true + inner_radius_factor: 1.24 + outer_radius_factor: 2.27 + opacity_base: 0.56 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ194Bg + +Gas giant. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bh/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/globe.png new file mode 100644 index 000000000..f24d3cc81 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bh/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/heightmap.png new file mode 100644 index 000000000..2ff04f951 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bh/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/index.md new file mode 100644 index 000000000..1032924b9 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ194Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2684582345 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.499 + period_days: 7500.0 + axial_tilt_deg: 38.9 +physical: + gravity_g: 0.25 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.889 + polar_ice_lat: 0.08 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bh + +Frozen planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 7500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bh/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/markers.json new file mode 100644 index 000000000..db952c6f5 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bh/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 85, + 98 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 103, + 53 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 204, + 34 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 206, + 231 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 215, + 119 + ], + "area_fraction": 0.0148 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 235 + ], + "peak": [ + 27, + 234 + ], + "area_cells": 22 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 195 + ], + "peak": [ + 93, + 200 + ], + "area_cells": 1514 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 152 + ], + "peak": [ + 75, + 149 + ], + "area_cells": 171 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 236 + ], + "peak": [ + 81, + 237 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 239, + 439 + ], + "peak": [ + 245, + 425 + ], + "area_cells": 3833 + }, + { + "id": "range_7", + "name": null, + "center": [ + 250, + 34 + ], + "peak": [ + 255, + 22 + ], + "area_cells": 702 + }, + { + "id": "range_9", + "name": null, + "center": [ + 253, + 276 + ], + "peak": [ + 255, + 270 + ], + "area_cells": 104 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bi/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/globe.png new file mode 100644 index 000000000..ba58e0f90 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bi/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/heightmap.png new file mode 100644 index 000000000..b32114dae Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bi/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/index.md new file mode 100644 index 000000000..8a93740d6 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ194Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1730049557 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.368 + period_days: 14000.0 + axial_tilt_deg: 27.5 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.209 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.449 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bi + +Frozen planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bi/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/markers.json new file mode 100644 index 000000000..437513440 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bi/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 248 + ], + "area_fraction": 0.2019 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 60, + 403 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 186, + 333 + ], + "area_fraction": 0.01 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 195, + 247 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 90, + 8 + ], + "peak": [ + 103, + 7 + ], + "area_cells": 766 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 446 + ], + "peak": [ + 137, + 446 + ], + "area_cells": 6644 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 37 + ], + "peak": [ + 77, + 39 + ], + "area_cells": 201 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 428 + ], + "peak": [ + 92, + 429 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 78 + ], + "peak": [ + 203, + 57 + ], + "area_cells": 13170 + }, + { + "id": "range_10", + "name": null, + "center": [ + 137, + 247 + ], + "peak": [ + 142, + 238 + ], + "area_cells": 3501 + }, + { + "id": "range_11", + "name": null, + "center": [ + 176, + 411 + ], + "peak": [ + 176, + 412 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 213, + 489 + ], + "peak": [ + 216, + 474 + ], + "area_cells": 705 + }, + { + "id": "range_13", + "name": null, + "center": [ + 219, + 455 + ], + "peak": [ + 219, + 455 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bj/globe.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/globe.png new file mode 100644 index 000000000..94dc787a2 Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/globe.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bj/heightmap.png b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/heightmap.png new file mode 100644 index 000000000..11632cc7f Binary files /dev/null and b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/heightmap.png differ diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bj/index.md b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/index.md new file mode 100644 index 000000000..4d7499dc5 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ194Bj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 318893081 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 16.733 + period_days: 25000.0 + axial_tilt_deg: 51.3 +physical: + gravity_g: 0.09 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.869 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ194Bj + +Frozen planet. + +**System:** [GJ-194B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 25000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-194B/bodies/GJ194Bj/markers.json b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/markers.json new file mode 100644 index 000000000..53be54f08 --- /dev/null +++ b/wiki/star-systems/GJ-194B/bodies/GJ194Bj/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 17, + 255 + ], + "area_fraction": 0.1225 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 171, + 224 + ], + "peak": [ + 201, + 121 + ], + "area_cells": 32405 + }, + { + "id": "range_2", + "name": null, + "center": [ + 97, + 79 + ], + "peak": [ + 95, + 81 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 371 + ], + "peak": [ + 98, + 373 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 144 + ], + "peak": [ + 119, + 144 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 121, + 58 + ], + "peak": [ + 122, + 58 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 434 + ], + "peak": [ + 196, + 435 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 201, + 472 + ], + "peak": [ + 203, + 470 + ], + "area_cells": 145 + }, + { + "id": "range_14", + "name": null, + "center": [ + 222, + 506 + ], + "peak": [ + 222, + 510 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 224, + 298 + ], + "peak": [ + 223, + 299 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ197b/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197b/globe.png new file mode 100644 index 000000000..12ac2c333 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197b/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197b/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197b/heightmap.png new file mode 100644 index 000000000..f9d951cbd Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197b/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197b/index.md b/wiki/star-systems/GJ-197/bodies/GJ197b/index.md new file mode 100644 index 000000000..4d520f9ad --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 217814849 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.326 + period_days: 68.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.54 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.928 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197b + +Barren planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 94% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197b/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197b/markers.json new file mode 100644 index 000000000..3b2606019 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197b/markers.json @@ -0,0 +1,337 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 394 + ], + "area_fraction": 0.0117 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 147 + ], + "peak": [ + 126, + 158 + ], + "area_cells": 1556 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 84 + ], + "peak": [ + 93, + 72 + ], + "area_cells": 382 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 418 + ], + "peak": [ + 114, + 419 + ], + "area_cells": 124 + }, + { + "id": "range_4", + "name": null, + "center": [ + 149, + 339 + ], + "peak": [ + 162, + 351 + ], + "area_cells": 1704 + }, + { + "id": "range_5", + "name": null, + "center": [ + 123, + 381 + ], + "peak": [ + 122, + 383 + ], + "area_cells": 295 + }, + { + "id": "range_6", + "name": null, + "center": [ + 125, + 430 + ], + "peak": [ + 125, + 432 + ], + "area_cells": 69 + }, + { + "id": "range_7", + "name": null, + "center": [ + 131, + 497 + ], + "peak": [ + 132, + 509 + ], + "area_cells": 310 + }, + { + "id": "range_8", + "name": null, + "center": [ + 136, + 4 + ], + "peak": [ + 137, + 0 + ], + "area_cells": 102 + }, + { + "id": "range_9", + "name": null, + "center": [ + 131, + 100 + ], + "peak": [ + 133, + 99 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 150, + 219 + ], + "peak": [ + 153, + 222 + ], + "area_cells": 143 + }, + { + "id": "range_14", + "name": null, + "center": [ + 157, + 405 + ], + "peak": [ + 159, + 400 + ], + "area_cells": 184 + }, + { + "id": "range_15", + "name": null, + "center": [ + 175, + 234 + ], + "peak": [ + 189, + 231 + ], + "area_cells": 415 + }, + { + "id": "range_16", + "name": null, + "center": [ + 160, + 272 + ], + "peak": [ + 160, + 273 + ], + "area_cells": 80 + }, + { + "id": "range_17", + "name": null, + "center": [ + 158, + 441 + ], + "peak": [ + 158, + 441 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 178, + 25 + ], + "peak": [ + 176, + 23 + ], + "area_cells": 297 + }, + { + "id": "range_21", + "name": null, + "center": [ + 172, + 504 + ], + "peak": [ + 174, + 503 + ], + "area_cells": 84 + }, + { + "id": "range_23", + "name": null, + "center": [ + 175, + 380 + ], + "peak": [ + 178, + 382 + ], + "area_cells": 55 + }, + { + "id": "range_26", + "name": null, + "center": [ + 180, + 465 + ], + "peak": [ + 181, + 466 + ], + "area_cells": 81 + }, + { + "id": "range_27", + "name": null, + "center": [ + 177, + 487 + ], + "peak": [ + 180, + 487 + ], + "area_cells": 117 + }, + { + "id": "range_31", + "name": null, + "center": [ + 199, + 501 + ], + "peak": [ + 205, + 511 + ], + "area_cells": 264 + }, + { + "id": "range_32", + "name": null, + "center": [ + 208, + 5 + ], + "peak": [ + 207, + 1 + ], + "area_cells": 174 + }, + { + "id": "range_36", + "name": null, + "center": [ + 209, + 348 + ], + "peak": [ + 208, + 348 + ], + "area_cells": 56 + }, + { + "id": "range_37", + "name": null, + "center": [ + 225, + 66 + ], + "peak": [ + 230, + 68 + ], + "area_cells": 24 + }, + { + "id": "range_39", + "name": null, + "center": [ + 236, + 83 + ], + "peak": [ + 237, + 82 + ], + "area_cells": 141 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197c/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197c/globe.png new file mode 100644 index 000000000..05d073621 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197c/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197c/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197c/heightmap.png new file mode 100644 index 000000000..771117300 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197c/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197c/index.md b/wiki/star-systems/GJ-197/bodies/GJ197c/index.md new file mode 100644 index 000000000..57acf34ff --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ197c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2164406739 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.624 + period_days: 180.0 + axial_tilt_deg: 8.2 +physical: + gravity_g: 0.89 + oblateness: 0.0039 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.923 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197c + +Hot Arid planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.89g | +| **Atmosphere** | thick | +| **Land** | 96% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197c/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197c/markers.json new file mode 100644 index 000000000..39c1e7d2f --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197c/markers.json @@ -0,0 +1,1259 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 170, + 108 + ], + [ + 169, + 109 + ], + [ + 168, + 110 + ], + [ + 167, + 111 + ], + [ + 166, + 111 + ], + [ + 165, + 112 + ], + [ + 164, + 111 + ], + [ + 163, + 110 + ], + [ + 162, + 111 + ], + [ + 161, + 111 + ], + [ + 160, + 112 + ], + [ + 159, + 112 + ], + [ + 158, + 113 + ], + [ + 157, + 114 + ], + [ + 156, + 115 + ], + [ + 155, + 116 + ], + [ + 155, + 117 + ], + [ + 154, + 116 + ], + [ + 154, + 117 + ], + [ + 155, + 118 + ], + [ + 156, + 117 + ], + [ + 156, + 118 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 205, + 430 + ], + [ + 206, + 429 + ], + [ + 205, + 428 + ], + [ + 206, + 428 + ], + [ + 205, + 429 + ], + [ + 204, + 429 + ], + [ + 203, + 430 + ], + [ + 202, + 431 + ], + [ + 201, + 432 + ], + [ + 200, + 433 + ], + [ + 199, + 434 + ], + [ + 198, + 435 + ], + [ + 197, + 436 + ], + [ + 196, + 437 + ], + [ + 195, + 438 + ], + [ + 194, + 438 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 144, + 85 + ], + [ + 143, + 84 + ], + [ + 142, + 85 + ], + [ + 141, + 86 + ], + [ + 140, + 87 + ], + [ + 139, + 88 + ], + [ + 138, + 88 + ], + [ + 137, + 88 + ], + [ + 136, + 87 + ], + [ + 136, + 88 + ], + [ + 135, + 88 + ], + [ + 135, + 87 + ], + [ + 134, + 88 + ], + [ + 135, + 89 + ], + [ + 136, + 89 + ], + [ + 136, + 90 + ], + [ + 137, + 89 + ], + [ + 137, + 90 + ], + [ + 138, + 90 + ], + [ + 139, + 89 + ], + [ + 138, + 89 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 218, + 488 + ], + [ + 217, + 489 + ], + [ + 216, + 490 + ], + [ + 215, + 491 + ], + [ + 214, + 492 + ], + [ + 213, + 492 + ], + [ + 212, + 493 + ], + [ + 211, + 494 + ], + [ + 210, + 495 + ], + [ + 209, + 496 + ], + [ + 209, + 497 + ], + [ + 208, + 498 + ], + [ + 209, + 499 + ], + [ + 208, + 499 + ], + [ + 207, + 499 + ], + [ + 207, + 500 + ], + [ + 207, + 501 + ], + [ + 206, + 502 + ], + [ + 206, + 503 + ], + [ + 207, + 504 + ], + [ + 207, + 505 + ], + [ + 207, + 506 + ], + [ + 208, + 507 + ], + [ + 209, + 507 + ], + [ + 209, + 506 + ], + [ + 208, + 505 + ], + [ + 208, + 506 + ], + [ + 207, + 507 + ], + [ + 208, + 508 + ], + [ + 207, + 509 + ], + [ + 206, + 510 + ], + [ + 205, + 509 + ], + [ + 205, + 510 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 206, + 418 + ], + [ + 205, + 418 + ], + [ + 204, + 417 + ], + [ + 203, + 416 + ], + [ + 202, + 415 + ], + [ + 201, + 414 + ], + [ + 200, + 414 + ], + [ + 199, + 414 + ], + [ + 198, + 413 + ], + [ + 198, + 412 + ], + [ + 197, + 412 + ], + [ + 196, + 411 + ], + [ + 195, + 410 + ], + [ + 195, + 409 + ], + [ + 194, + 409 + ], + [ + 194, + 408 + ], + [ + 194, + 407 + ], + [ + 195, + 406 + ], + [ + 194, + 406 + ], + [ + 193, + 405 + ], + [ + 192, + 404 + ], + [ + 191, + 405 + ], + [ + 190, + 405 + ], + [ + 190, + 404 + ], + [ + 191, + 403 + ], + [ + 190, + 402 + ], + [ + 191, + 401 + ], + [ + 192, + 400 + ], + [ + 192, + 399 + ], + [ + 191, + 400 + ], + [ + 190, + 400 + ], + [ + 190, + 399 + ], + [ + 189, + 398 + ], + [ + 190, + 398 + ], + [ + 191, + 397 + ], + [ + 190, + 397 + ], + [ + 190, + 396 + ], + [ + 190, + 395 + ], + [ + 190, + 394 + ], + [ + 190, + 393 + ], + [ + 191, + 392 + ], + [ + 190, + 391 + ], + [ + 190, + 392 + ], + [ + 189, + 391 + ], + [ + 189, + 390 + ], + [ + 190, + 389 + ], + [ + 190, + 388 + ], + [ + 189, + 388 + ], + [ + 188, + 388 + ], + [ + 188, + 387 + ], + [ + 188, + 386 + ], + [ + 189, + 385 + ], + [ + 190, + 384 + ], + [ + 190, + 383 + ], + [ + 189, + 383 + ], + [ + 188, + 383 + ], + [ + 189, + 382 + ], + [ + 188, + 381 + ], + [ + 189, + 380 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 204, + 29 + ], + [ + 205, + 28 + ], + [ + 206, + 27 + ], + [ + 207, + 26 + ], + [ + 208, + 25 + ], + [ + 209, + 26 + ], + [ + 210, + 27 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 143, + 156 + ], + [ + 142, + 157 + ], + [ + 141, + 156 + ], + [ + 141, + 155 + ], + [ + 140, + 156 + ], + [ + 139, + 157 + ], + [ + 138, + 158 + ], + [ + 137, + 158 + ], + [ + 136, + 157 + ], + [ + 135, + 156 + ], + [ + 134, + 156 + ], + [ + 135, + 155 + ], + [ + 134, + 155 + ], + [ + 133, + 154 + ], + [ + 132, + 154 + ], + [ + 132, + 153 + ], + [ + 133, + 152 + ], + [ + 132, + 152 + ], + [ + 131, + 152 + ], + [ + 131, + 153 + ], + [ + 131, + 154 + ], + [ + 132, + 155 + ], + [ + 132, + 156 + ], + [ + 133, + 156 + ], + [ + 132, + 157 + ], + [ + 133, + 158 + ], + [ + 134, + 157 + ], + [ + 134, + 158 + ], + [ + 134, + 159 + ], + [ + 133, + 160 + ], + [ + 134, + 161 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 128, + 254 + ], + [ + 129, + 255 + ], + [ + 130, + 256 + ], + [ + 131, + 257 + ], + [ + 132, + 258 + ], + [ + 133, + 259 + ], + [ + 134, + 260 + ], + [ + 135, + 261 + ], + [ + 136, + 262 + ], + [ + 136, + 263 + ], + [ + 136, + 264 + ], + [ + 137, + 265 + ], + [ + 136, + 265 + ], + [ + 137, + 266 + ], + [ + 136, + 266 + ], + [ + 136, + 267 + ], + [ + 137, + 267 + ], + [ + 138, + 268 + ], + [ + 138, + 269 + ], + [ + 137, + 269 + ], + [ + 137, + 268 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 243, + 511 + ], + [ + 242, + 0 + ], + [ + 241, + 0 + ], + [ + 240, + 0 + ], + [ + 239, + 0 + ], + [ + 238, + 0 + ], + [ + 237, + 0 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 102, + 467 + ], + [ + 103, + 468 + ], + [ + 104, + 469 + ], + [ + 105, + 470 + ], + [ + 104, + 471 + ], + [ + 105, + 472 + ], + [ + 104, + 473 + ], + [ + 105, + 474 + ], + [ + 106, + 475 + ], + [ + 107, + 475 + ], + [ + 108, + 475 + ], + [ + 109, + 476 + ], + [ + 110, + 476 + ], + [ + 111, + 475 + ], + [ + 112, + 476 + ], + [ + 113, + 477 + ], + [ + 114, + 478 + ], + [ + 115, + 479 + ], + [ + 116, + 478 + ], + [ + 117, + 479 + ], + [ + 118, + 480 + ], + [ + 119, + 481 + ], + [ + 120, + 482 + ], + [ + 120, + 483 + ], + [ + 121, + 484 + ], + [ + 122, + 485 + ], + [ + 123, + 486 + ], + [ + 124, + 487 + ], + [ + 125, + 488 + ], + [ + 126, + 489 + ], + [ + 126, + 490 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 202, + 453 + ], + [ + 202, + 454 + ], + [ + 203, + 455 + ], + [ + 203, + 456 + ], + [ + 202, + 457 + ], + [ + 202, + 458 + ], + [ + 201, + 459 + ], + [ + 200, + 460 + ], + [ + 199, + 461 + ], + [ + 198, + 462 + ], + [ + 197, + 462 + ], + [ + 196, + 463 + ], + [ + 195, + 464 + ], + [ + 194, + 463 + ], + [ + 193, + 463 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 228, + 0 + ], + [ + 227, + 511 + ], + [ + 226, + 510 + ], + [ + 225, + 511 + ], + [ + 224, + 0 + ], + [ + 223, + 0 + ], + [ + 222, + 0 + ], + [ + 221, + 0 + ], + [ + 220, + 0 + ], + [ + 219, + 0 + ], + [ + 218, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 193, + 49 + ], + "area_fraction": 0.031 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 173 + ], + "peak": [ + 10, + 146 + ], + "area_cells": 2560 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 47 + ], + "peak": [ + 44, + 112 + ], + "area_cells": 5058 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 459 + ], + "peak": [ + 20, + 442 + ], + "area_cells": 4013 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 233 + ], + "peak": [ + 49, + 225 + ], + "area_cells": 777 + }, + { + "id": "range_6", + "name": null, + "center": [ + 235, + 273 + ], + "peak": [ + 243, + 247 + ], + "area_cells": 1864 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197d/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197d/globe.png new file mode 100644 index 000000000..8be4f1e4a Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197d/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197d/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197d/heightmap.png new file mode 100644 index 000000000..c3d2ade1a Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197d/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197d/index.md b/wiki/star-systems/GJ-197/bodies/GJ197d/index.md new file mode 100644 index 000000000..3394e9090 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ197d +name: Puerto Último +body_type: planet +planet_class: tropical +body_scale: planet +seed: 1485220828 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.953 + period_days: 340.0 + axial_tilt_deg: 6.4 +physical: + gravity_g: 0.91 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.42 + - 0.68 + - 0.8 +terrain: + land_fraction: 0.399 + polar_ice_lat: 0.927 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.685 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Puerto Último + +Tropical planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | tropical | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 40% | +| **Year** | 340 days | +| **Inhabited** | yes | +| **Population** | 58K | +| **Economy** | agricultural | +| **Settlement** | rural_dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197d/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197d/markers.json new file mode 100644 index 000000000..7719a006a --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197d/markers.json @@ -0,0 +1,897 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 106, + 25 + ], + [ + 107, + 26 + ], + [ + 108, + 27 + ], + [ + 109, + 28 + ], + [ + 110, + 27 + ], + [ + 111, + 27 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 112, + 319 + ], + [ + 112, + 320 + ], + [ + 111, + 321 + ], + [ + 110, + 320 + ], + [ + 109, + 320 + ], + [ + 108, + 321 + ], + [ + 107, + 321 + ], + [ + 107, + 320 + ], + [ + 107, + 319 + ], + [ + 106, + 318 + ], + [ + 105, + 318 + ], + [ + 104, + 317 + ], + [ + 103, + 316 + ], + [ + 102, + 315 + ], + [ + 101, + 314 + ], + [ + 100, + 313 + ], + [ + 99, + 312 + ], + [ + 98, + 311 + ], + [ + 97, + 311 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 83, + 459 + ], + [ + 82, + 460 + ], + [ + 81, + 461 + ], + [ + 80, + 462 + ], + [ + 80, + 463 + ], + [ + 79, + 464 + ], + [ + 80, + 465 + ], + [ + 79, + 466 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 73, + 326 + ], + [ + 74, + 327 + ], + [ + 75, + 327 + ], + [ + 76, + 328 + ], + [ + 77, + 329 + ], + [ + 78, + 330 + ], + [ + 79, + 331 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 99, + 214 + ], + [ + 100, + 213 + ], + [ + 101, + 212 + ], + [ + 102, + 211 + ], + [ + 103, + 212 + ], + [ + 104, + 212 + ], + [ + 105, + 213 + ], + [ + 105, + 214 + ], + [ + 106, + 214 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 112, + 251 + ], + [ + 113, + 252 + ], + [ + 114, + 253 + ], + [ + 115, + 254 + ], + [ + 116, + 255 + ], + [ + 116, + 256 + ], + [ + 116, + 257 + ], + [ + 116, + 258 + ], + [ + 117, + 259 + ], + [ + 116, + 260 + ], + [ + 116, + 261 + ], + [ + 116, + 262 + ], + [ + 116, + 263 + ], + [ + 115, + 264 + ], + [ + 114, + 265 + ], + [ + 113, + 266 + ], + [ + 112, + 267 + ], + [ + 111, + 268 + ], + [ + 111, + 269 + ], + [ + 112, + 270 + ], + [ + 113, + 271 + ], + [ + 112, + 271 + ], + [ + 113, + 272 + ], + [ + 114, + 271 + ], + [ + 114, + 272 + ], + [ + 114, + 273 + ], + [ + 114, + 274 + ], + [ + 114, + 275 + ], + [ + 115, + 275 + ], + [ + 115, + 276 + ], + [ + 115, + 277 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 2, + 37 + ], + [ + 3, + 36 + ], + [ + 4, + 37 + ], + [ + 5, + 38 + ], + [ + 5, + 39 + ], + [ + 5, + 40 + ], + [ + 6, + 41 + ], + [ + 6, + 42 + ], + [ + 7, + 43 + ], + [ + 6, + 44 + ], + [ + 6, + 45 + ], + [ + 6, + 46 + ], + [ + 7, + 47 + ], + [ + 6, + 48 + ], + [ + 6, + 49 + ], + [ + 6, + 50 + ], + [ + 6, + 51 + ], + [ + 7, + 52 + ], + [ + 7, + 53 + ], + [ + 7, + 54 + ], + [ + 8, + 55 + ], + [ + 8, + 56 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 115, + 149 + ], + [ + 115, + 150 + ], + [ + 115, + 151 + ], + [ + 114, + 150 + ], + [ + 113, + 150 + ], + [ + 112, + 151 + ], + [ + 112, + 150 + ], + [ + 112, + 149 + ], + [ + 111, + 149 + ], + [ + 110, + 150 + ], + [ + 111, + 150 + ], + [ + 110, + 151 + ], + [ + 111, + 151 + ], + [ + 111, + 152 + ], + [ + 111, + 153 + ], + [ + 111, + 154 + ], + [ + 111, + 155 + ], + [ + 110, + 155 + ], + [ + 110, + 156 + ], + [ + 110, + 157 + ], + [ + 111, + 157 + ], + [ + 112, + 156 + ], + [ + 113, + 155 + ], + [ + 114, + 155 + ], + [ + 113, + 156 + ], + [ + 112, + 157 + ], + [ + 111, + 158 + ], + [ + 112, + 159 + ], + [ + 111, + 160 + ], + [ + 112, + 160 + ], + [ + 113, + 161 + ], + [ + 114, + 162 + ], + [ + 115, + 163 + ], + [ + 116, + 164 + ], + [ + 117, + 164 + ], + [ + 118, + 165 + ], + [ + 119, + 166 + ], + [ + 120, + 167 + ], + [ + 121, + 168 + ], + [ + 121, + 167 + ], + [ + 122, + 166 + ], + [ + 123, + 166 + ], + [ + 124, + 165 + ], + [ + 125, + 164 + ], + [ + 126, + 164 + ], + [ + 126, + 163 + ], + [ + 127, + 162 + ], + [ + 128, + 161 + ], + [ + 129, + 160 + ], + [ + 130, + 159 + ], + [ + 131, + 158 + ], + [ + 132, + 157 + ], + [ + 133, + 156 + ], + [ + 134, + 155 + ], + [ + 135, + 156 + ], + [ + 136, + 155 + ], + [ + 137, + 154 + ], + [ + 138, + 153 + ], + [ + 139, + 152 + ], + [ + 140, + 151 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 108, + 283 + ], + [ + 107, + 282 + ], + [ + 106, + 282 + ], + [ + 105, + 283 + ], + [ + 104, + 284 + ], + [ + 103, + 285 + ], + [ + 102, + 286 + ], + [ + 101, + 287 + ], + [ + 100, + 288 + ], + [ + 99, + 288 + ], + [ + 98, + 289 + ], + [ + 97, + 289 + ], + [ + 96, + 290 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 175, + 258 + ], + "area_fraction": 0.5948 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 386 + ], + "peak": [ + 38, + 437 + ], + "area_cells": 3231 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 15 + ], + "peak": [ + 23, + 10 + ], + "area_cells": 176 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 127 + ], + "peak": [ + 32, + 95 + ], + "area_cells": 864 + }, + { + "id": "range_4", + "name": null, + "center": [ + 41, + 307 + ], + "peak": [ + 42, + 308 + ], + "area_cells": 43 + }, + { + "id": "range_5", + "name": null, + "center": [ + 54, + 191 + ], + "peak": [ + 54, + 190 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 78, + 411 + ], + "peak": [ + 80, + 415 + ], + "area_cells": 194 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 185 + ], + "peak": [ + 78, + 192 + ], + "area_cells": 154 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 165 + ], + "peak": [ + 89, + 172 + ], + "area_cells": 272 + }, + { + "id": "range_9", + "name": null, + "center": [ + 98, + 215 + ], + "peak": [ + 99, + 214 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m1/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/globe.png new file mode 100644 index 000000000..8964ce782 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m1/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/heightmap.png new file mode 100644 index 000000000..b0ae25780 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m1/index.md b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/index.md new file mode 100644 index 000000000..03bb20eb7 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3472863399 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 45.2 +physical: + gravity_g: 0.13 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197e-m1 + +Frozen moon. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m1/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/markers.json new file mode 100644 index 000000000..b726121ad --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197e-m1/markers.json @@ -0,0 +1,305 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 9, + 297 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 43, + 467 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 81, + 14 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 170 + ], + "peak": [ + 64, + 104 + ], + "area_cells": 4700 + }, + { + "id": "range_2", + "name": null, + "center": [ + 31, + 48 + ], + "peak": [ + 32, + 49 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 333 + ], + "peak": [ + 62, + 334 + ], + "area_cells": 391 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 380 + ], + "peak": [ + 66, + 380 + ], + "area_cells": 292 + }, + { + "id": "range_5", + "name": null, + "center": [ + 79, + 361 + ], + "peak": [ + 80, + 361 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 410 + ], + "peak": [ + 107, + 415 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 193, + 137 + ], + "peak": [ + 254, + 100 + ], + "area_cells": 15016 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 352 + ], + "peak": [ + 120, + 353 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 127, + 341 + ], + "peak": [ + 126, + 342 + ], + "area_cells": 162 + }, + { + "id": "range_13", + "name": null, + "center": [ + 129, + 422 + ], + "peak": [ + 129, + 418 + ], + "area_cells": 40 + }, + { + "id": "range_14", + "name": null, + "center": [ + 132, + 359 + ], + "peak": [ + 133, + 359 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 153, + 296 + ], + "peak": [ + 152, + 296 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 179, + 407 + ], + "peak": [ + 180, + 423 + ], + "area_cells": 1533 + }, + { + "id": "range_18", + "name": null, + "center": [ + 173, + 347 + ], + "peak": [ + 173, + 348 + ], + "area_cells": 47 + }, + { + "id": "range_19", + "name": null, + "center": [ + 179, + 489 + ], + "peak": [ + 176, + 508 + ], + "area_cells": 371 + }, + { + "id": "range_22", + "name": null, + "center": [ + 204, + 359 + ], + "peak": [ + 206, + 360 + ], + "area_cells": 365 + }, + { + "id": "range_23", + "name": null, + "center": [ + 208, + 292 + ], + "peak": [ + 199, + 293 + ], + "area_cells": 129 + }, + { + "id": "range_26", + "name": null, + "center": [ + 240, + 338 + ], + "peak": [ + 243, + 335 + ], + "area_cells": 1412 + }, + { + "id": "range_27", + "name": null, + "center": [ + 207, + 485 + ], + "peak": [ + 207, + 485 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 249, + 404 + ], + "peak": [ + 245, + 400 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m2/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/globe.png new file mode 100644 index 000000000..39bd89cce Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m2/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/heightmap.png new file mode 100644 index 000000000..c58a1439c Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m2/index.md b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/index.md new file mode 100644 index 000000000..3270e8bc4 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3682011040 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 7.6 +physical: + gravity_g: 0.08 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.967 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197e-m2 + +Barren moon. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 90% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e-m2/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/markers.json new file mode 100644 index 000000000..045f5c9a7 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197e-m2/markers.json @@ -0,0 +1,413 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 86, + 246 + ], + "area_fraction": 0.005 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 123, + 472 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 146, + 137 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 158, + 466 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 181, + 175 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_63", + "name": null, + "kind": "lake", + "center": [ + 199, + 94 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 20 + ], + "peak": [ + 18, + 12 + ], + "area_cells": 1048 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 67 + ], + "peak": [ + 3, + 48 + ], + "area_cells": 448 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 177 + ], + "peak": [ + 2, + 170 + ], + "area_cells": 990 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 270 + ], + "peak": [ + 7, + 340 + ], + "area_cells": 3987 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 421 + ], + "peak": [ + 41, + 424 + ], + "area_cells": 5773 + }, + { + "id": "range_8", + "name": null, + "center": [ + 18, + 149 + ], + "peak": [ + 19, + 150 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 47, + 171 + ], + "peak": [ + 48, + 172 + ], + "area_cells": 27 + }, + { + "id": "range_18", + "name": null, + "center": [ + 61, + 276 + ], + "peak": [ + 65, + 278 + ], + "area_cells": 98 + }, + { + "id": "range_19", + "name": null, + "center": [ + 58, + 109 + ], + "peak": [ + 58, + 110 + ], + "area_cells": 49 + }, + { + "id": "range_23", + "name": null, + "center": [ + 80, + 81 + ], + "peak": [ + 78, + 82 + ], + "area_cells": 245 + }, + { + "id": "range_24", + "name": null, + "center": [ + 72, + 54 + ], + "peak": [ + 74, + 50 + ], + "area_cells": 197 + }, + { + "id": "range_25", + "name": null, + "center": [ + 72, + 384 + ], + "peak": [ + 73, + 384 + ], + "area_cells": 46 + }, + { + "id": "range_27", + "name": null, + "center": [ + 76, + 128 + ], + "peak": [ + 77, + 129 + ], + "area_cells": 99 + }, + { + "id": "range_28", + "name": null, + "center": [ + 107, + 386 + ], + "peak": [ + 101, + 398 + ], + "area_cells": 1239 + }, + { + "id": "range_30", + "name": null, + "center": [ + 106, + 59 + ], + "peak": [ + 106, + 63 + ], + "area_cells": 236 + }, + { + "id": "range_31", + "name": null, + "center": [ + 111, + 249 + ], + "peak": [ + 112, + 256 + ], + "area_cells": 230 + }, + { + "id": "range_32", + "name": null, + "center": [ + 120, + 98 + ], + "peak": [ + 124, + 104 + ], + "area_cells": 403 + }, + { + "id": "range_33", + "name": null, + "center": [ + 119, + 137 + ], + "peak": [ + 122, + 139 + ], + "area_cells": 162 + }, + { + "id": "range_35", + "name": null, + "center": [ + 129, + 290 + ], + "peak": [ + 129, + 289 + ], + "area_cells": 43 + }, + { + "id": "range_36", + "name": null, + "center": [ + 149, + 388 + ], + "peak": [ + 150, + 391 + ], + "area_cells": 211 + }, + { + "id": "range_38", + "name": null, + "center": [ + 151, + 353 + ], + "peak": [ + 152, + 353 + ], + "area_cells": 246 + }, + { + "id": "range_43", + "name": null, + "center": [ + 167, + 323 + ], + "peak": [ + 168, + 323 + ], + "area_cells": 29 + }, + { + "id": "range_44", + "name": null, + "center": [ + 187, + 421 + ], + "peak": [ + 180, + 424 + ], + "area_cells": 87 + }, + { + "id": "range_47", + "name": null, + "center": [ + 196, + 443 + ], + "peak": [ + 197, + 443 + ], + "area_cells": 47 + }, + { + "id": "range_49", + "name": null, + "center": [ + 207, + 328 + ], + "peak": [ + 208, + 328 + ], + "area_cells": 22 + }, + { + "id": "range_54", + "name": null, + "center": [ + 250, + 257 + ], + "peak": [ + 255, + 268 + ], + "area_cells": 490 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197e/globe.png new file mode 100644 index 000000000..cbb00f8f5 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197e/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197e/index.md b/wiki/star-systems/GJ-197/bodies/GJ197e/index.md new file mode 100644 index 000000000..409f4ef44 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ197e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3488937645 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.722 + period_days: 1640.0 + axial_tilt_deg: 11.8 +physical: + gravity_g: null + oblateness: 0.0684 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.348 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.083 +rings: + enabled: true + inner_radius_factor: 1.14 + outer_radius_factor: 2.64 + opacity_base: 0.48 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ197e + +Gas giant. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197f/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197f/globe.png new file mode 100644 index 000000000..a5d390143 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197f/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197f/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197f/heightmap.png new file mode 100644 index 000000000..93afaef41 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197f/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197f/index.md b/wiki/star-systems/GJ-197/bodies/GJ197f/index.md new file mode 100644 index 000000000..e7a143772 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3457433032 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.766 + period_days: 3800.0 + axial_tilt_deg: 21.2 +physical: + gravity_g: 0.62 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.966 + polar_ice_lat: 0.209 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197f + +Frozen planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.62g | +| **Land** | 97% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197f/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197f/markers.json new file mode 100644 index 000000000..86716a83e --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197f/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 106 + ], + "area_fraction": 0.01 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 292 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 199 + ], + "peak": [ + 84, + 199 + ], + "area_cells": 44 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 176 + ], + "peak": [ + 129, + 177 + ], + "area_cells": 51 + }, + { + "id": "range_4", + "name": null, + "center": [ + 162, + 127 + ], + "peak": [ + 171, + 139 + ], + "area_cells": 1329 + }, + { + "id": "range_5", + "name": null, + "center": [ + 208, + 38 + ], + "peak": [ + 195, + 58 + ], + "area_cells": 5783 + }, + { + "id": "range_6", + "name": null, + "center": [ + 172, + 510 + ], + "peak": [ + 174, + 511 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 205, + 470 + ], + "peak": [ + 202, + 507 + ], + "area_cells": 3452 + }, + { + "id": "range_8", + "name": null, + "center": [ + 186, + 226 + ], + "peak": [ + 183, + 231 + ], + "area_cells": 64 + }, + { + "id": "range_9", + "name": null, + "center": [ + 209, + 414 + ], + "peak": [ + 209, + 414 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 221, + 154 + ], + "peak": [ + 221, + 153 + ], + "area_cells": 43 + }, + { + "id": "range_12", + "name": null, + "center": [ + 242, + 138 + ], + "peak": [ + 249, + 173 + ], + "area_cells": 951 + }, + { + "id": "range_13", + "name": null, + "center": [ + 224, + 198 + ], + "peak": [ + 225, + 200 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 240, + 275 + ], + "peak": [ + 241, + 276 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197g/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197g/globe.png new file mode 100644 index 000000000..eb2698149 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197g/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197g/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197g/heightmap.png new file mode 100644 index 000000000..85b59744a Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197g/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197g/index.md b/wiki/star-systems/GJ-197/bodies/GJ197g/index.md new file mode 100644 index 000000000..6264b9f7a --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3902081598 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.297 + period_days: 7200.0 + axial_tilt_deg: 31.1 +physical: + gravity_g: 0.47 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197g + +Frozen planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.47g | +| **Land** | 94% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197g/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197g/markers.json new file mode 100644 index 000000000..f3691c066 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197g/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 217, + 485 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 220, + 32 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 27 + ], + "peak": [ + 6, + 0 + ], + "area_cells": 2813 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 402 + ], + "peak": [ + 17, + 436 + ], + "area_cells": 11666 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 192 + ], + "peak": [ + 23, + 192 + ], + "area_cells": 246 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 275 + ], + "peak": [ + 25, + 275 + ], + "area_cells": 23 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 217 + ], + "peak": [ + 61, + 207 + ], + "area_cells": 696 + }, + { + "id": "range_7", + "name": null, + "center": [ + 33, + 256 + ], + "peak": [ + 33, + 260 + ], + "area_cells": 83 + }, + { + "id": "range_10", + "name": null, + "center": [ + 45, + 167 + ], + "peak": [ + 46, + 165 + ], + "area_cells": 119 + }, + { + "id": "range_11", + "name": null, + "center": [ + 43, + 147 + ], + "peak": [ + 43, + 146 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 49, + 184 + ], + "peak": [ + 49, + 185 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 68, + 39 + ], + "peak": [ + 73, + 33 + ], + "area_cells": 399 + }, + { + "id": "range_15", + "name": null, + "center": [ + 64, + 345 + ], + "peak": [ + 65, + 344 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197h/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197h/globe.png new file mode 100644 index 000000000..4e613f15a Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197h/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197h/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197h/heightmap.png new file mode 100644 index 000000000..4660d43a9 Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197h/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197h/index.md b/wiki/star-systems/GJ-197/bodies/GJ197h/index.md new file mode 100644 index 000000000..4370031b8 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2607487003 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.096 + period_days: 13500.0 + axial_tilt_deg: 45.2 +physical: + gravity_g: 0.38 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197h + +Frozen planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 91% | +| **Year** | 13500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197h/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197h/markers.json new file mode 100644 index 000000000..636abbd74 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197h/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 228, + 55 + ], + "area_fraction": 0.045 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 213, + 493 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 241, + 209 + ], + "area_fraction": 0.02 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 113 + ], + "peak": [ + 68, + 96 + ], + "area_cells": 16426 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 365 + ], + "peak": [ + 0, + 331 + ], + "area_cells": 1893 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 479 + ], + "peak": [ + 50, + 492 + ], + "area_cells": 3579 + }, + { + "id": "range_6", + "name": null, + "center": [ + 32, + 338 + ], + "peak": [ + 32, + 332 + ], + "area_cells": 333 + }, + { + "id": "range_7", + "name": null, + "center": [ + 42, + 314 + ], + "peak": [ + 43, + 314 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 212 + ], + "peak": [ + 94, + 216 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 485 + ], + "peak": [ + 102, + 486 + ], + "area_cells": 96 + }, + { + "id": "range_12", + "name": null, + "center": [ + 111, + 233 + ], + "peak": [ + 112, + 232 + ], + "area_cells": 44 + }, + { + "id": "range_13", + "name": null, + "center": [ + 155, + 12 + ], + "peak": [ + 168, + 23 + ], + "area_cells": 436 + }, + { + "id": "range_14", + "name": null, + "center": [ + 144, + 467 + ], + "peak": [ + 144, + 467 + ], + "area_cells": 150 + }, + { + "id": "range_15", + "name": null, + "center": [ + 153, + 499 + ], + "peak": [ + 153, + 506 + ], + "area_cells": 202 + }, + { + "id": "range_16", + "name": null, + "center": [ + 161, + 413 + ], + "peak": [ + 162, + 414 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197i/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197i/globe.png new file mode 100644 index 000000000..f26cc5e8a Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197i/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197i/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197i/heightmap.png new file mode 100644 index 000000000..bedb7dbfb Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197i/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197i/index.md b/wiki/star-systems/GJ-197/bodies/GJ197i/index.md new file mode 100644 index 000000000..a6de35dd2 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ197i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4053196236 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 15.828 + period_days: 23000.0 + axial_tilt_deg: 18.3 +physical: + gravity_g: 0.26 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.305 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197i + +Frozen planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Land** | 92% | +| **Year** | 23000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197i/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197i/markers.json new file mode 100644 index 000000000..9e1fe7fff --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197i/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 16, + 135 + ], + "area_fraction": 0.041 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 6, + 378 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 362 + ], + "peak": [ + 56, + 363 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 332 + ], + "peak": [ + 87, + 324 + ], + "area_cells": 817 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 496 + ], + "peak": [ + 99, + 497 + ], + "area_cells": 50 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 303 + ], + "peak": [ + 124, + 302 + ], + "area_cells": 46 + }, + { + "id": "range_8", + "name": null, + "center": [ + 137, + 262 + ], + "peak": [ + 136, + 257 + ], + "area_cells": 95 + }, + { + "id": "range_9", + "name": null, + "center": [ + 146, + 190 + ], + "peak": [ + 146, + 187 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 163, + 255 + ], + "peak": [ + 158, + 277 + ], + "area_cells": 335 + }, + { + "id": "range_13", + "name": null, + "center": [ + 234, + 241 + ], + "peak": [ + 255, + 466 + ], + "area_cells": 19595 + }, + { + "id": "range_14", + "name": null, + "center": [ + 184, + 49 + ], + "peak": [ + 185, + 48 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-197/bodies/GJ197j/globe.png b/wiki/star-systems/GJ-197/bodies/GJ197j/globe.png new file mode 100644 index 000000000..94520a10e Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197j/globe.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197j/heightmap.png b/wiki/star-systems/GJ-197/bodies/GJ197j/heightmap.png new file mode 100644 index 000000000..c36e822fc Binary files /dev/null and b/wiki/star-systems/GJ-197/bodies/GJ197j/heightmap.png differ diff --git a/wiki/star-systems/GJ-197/bodies/GJ197j/index.md b/wiki/star-systems/GJ-197/bodies/GJ197j/index.md new file mode 100644 index 000000000..ea3fb5238 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ197j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3118922675 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 22.121 + period_days: 38000.0 + axial_tilt_deg: 51.7 +physical: + gravity_g: 0.13 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.819 + polar_ice_lat: 0.119 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.419 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ197j + +Frozen planet. + +**System:** [GJ-197](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-197/bodies/GJ197j/markers.json b/wiki/star-systems/GJ-197/bodies/GJ197j/markers.json new file mode 100644 index 000000000..4b22b3e11 --- /dev/null +++ b/wiki/star-systems/GJ-197/bodies/GJ197j/markers.json @@ -0,0 +1,251 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 62 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 12, + 480 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 30, + 333 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 60, + 228 + ], + "area_fraction": 0.036 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 90, + 23 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 111, + 263 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 141, + 133 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 189, + 394 + ], + "area_fraction": 0.0157 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 355 + ], + "peak": [ + 107, + 355 + ], + "area_cells": 339 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 377 + ], + "peak": [ + 114, + 378 + ], + "area_cells": 50 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 173 + ], + "peak": [ + 121, + 169 + ], + "area_cells": 313 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 453 + ], + "peak": [ + 124, + 462 + ], + "area_cells": 327 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 490 + ], + "peak": [ + 140, + 492 + ], + "area_cells": 411 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 214 + ], + "peak": [ + 159, + 215 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 172 + ], + "peak": [ + 191, + 187 + ], + "area_cells": 1259 + }, + { + "id": "range_12", + "name": null, + "center": [ + 201, + 328 + ], + "peak": [ + 199, + 333 + ], + "area_cells": 174 + }, + { + "id": "range_13", + "name": null, + "center": [ + 238, + 214 + ], + "peak": [ + 237, + 297 + ], + "area_cells": 5703 + }, + { + "id": "range_15", + "name": null, + "center": [ + 239, + 33 + ], + "peak": [ + 225, + 20 + ], + "area_cells": 2230 + }, + { + "id": "range_16", + "name": null, + "center": [ + 240, + 490 + ], + "peak": [ + 240, + 507 + ], + "area_cells": 886 + }, + { + "id": "range_17", + "name": null, + "center": [ + 236, + 111 + ], + "peak": [ + 237, + 110 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ201b/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201b/globe.png new file mode 100644 index 000000000..ccdf1bb7c Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201b/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201b/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201b/heightmap.png new file mode 100644 index 000000000..97dc46d1d Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201b/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201b/index.md b/wiki/star-systems/GJ-201/bodies/GJ201b/index.md new file mode 100644 index 000000000..cc31d3b83 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ201b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 724968961 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 24.8 +physical: + gravity_g: 0.44 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.854 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201b + +Barren planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 93% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201b/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201b/markers.json new file mode 100644 index 000000000..78b48439d --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201b/markers.json @@ -0,0 +1,467 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_68", + "name": null, + "kind": "lake", + "center": [ + 241, + 410 + ], + "area_fraction": 0.0128 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 54 + ], + "peak": [ + 44, + 56 + ], + "area_cells": 1431 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 84 + ], + "peak": [ + 3, + 87 + ], + "area_cells": 145 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 386 + ], + "peak": [ + 1, + 389 + ], + "area_cells": 41 + }, + { + "id": "range_9", + "name": null, + "center": [ + 11, + 424 + ], + "peak": [ + 0, + 425 + ], + "area_cells": 46 + }, + { + "id": "range_10", + "name": null, + "center": [ + 9, + 433 + ], + "peak": [ + 2, + 433 + ], + "area_cells": 47 + }, + { + "id": "range_11", + "name": null, + "center": [ + 2, + 448 + ], + "peak": [ + 0, + 448 + ], + "area_cells": 150 + }, + { + "id": "range_18", + "name": null, + "center": [ + 14, + 448 + ], + "peak": [ + 13, + 449 + ], + "area_cells": 21 + }, + { + "id": "range_19", + "name": null, + "center": [ + 16, + 488 + ], + "peak": [ + 16, + 488 + ], + "area_cells": 28 + }, + { + "id": "range_20", + "name": null, + "center": [ + 30, + 475 + ], + "peak": [ + 32, + 477 + ], + "area_cells": 343 + }, + { + "id": "range_21", + "name": null, + "center": [ + 22, + 367 + ], + "peak": [ + 22, + 367 + ], + "area_cells": 30 + }, + { + "id": "range_25", + "name": null, + "center": [ + 59, + 495 + ], + "peak": [ + 67, + 484 + ], + "area_cells": 675 + }, + { + "id": "range_27", + "name": null, + "center": [ + 34, + 177 + ], + "peak": [ + 32, + 177 + ], + "area_cells": 32 + }, + { + "id": "range_28", + "name": null, + "center": [ + 59, + 135 + ], + "peak": [ + 64, + 122 + ], + "area_cells": 561 + }, + { + "id": "range_31", + "name": null, + "center": [ + 56, + 189 + ], + "peak": [ + 57, + 184 + ], + "area_cells": 102 + }, + { + "id": "range_32", + "name": null, + "center": [ + 63, + 91 + ], + "peak": [ + 66, + 92 + ], + "area_cells": 138 + }, + { + "id": "range_34", + "name": null, + "center": [ + 70, + 76 + ], + "peak": [ + 71, + 76 + ], + "area_cells": 30 + }, + { + "id": "range_35", + "name": null, + "center": [ + 74, + 465 + ], + "peak": [ + 75, + 465 + ], + "area_cells": 122 + }, + { + "id": "range_36", + "name": null, + "center": [ + 85, + 196 + ], + "peak": [ + 83, + 198 + ], + "area_cells": 259 + }, + { + "id": "range_38", + "name": null, + "center": [ + 81, + 455 + ], + "peak": [ + 84, + 456 + ], + "area_cells": 26 + }, + { + "id": "range_39", + "name": null, + "center": [ + 85, + 107 + ], + "peak": [ + 88, + 110 + ], + "area_cells": 101 + }, + { + "id": "range_40", + "name": null, + "center": [ + 88, + 46 + ], + "peak": [ + 90, + 39 + ], + "area_cells": 174 + }, + { + "id": "range_43", + "name": null, + "center": [ + 100, + 174 + ], + "peak": [ + 105, + 173 + ], + "area_cells": 147 + }, + { + "id": "range_44", + "name": null, + "center": [ + 116, + 402 + ], + "peak": [ + 114, + 397 + ], + "area_cells": 487 + }, + { + "id": "range_51", + "name": null, + "center": [ + 123, + 217 + ], + "peak": [ + 128, + 219 + ], + "area_cells": 469 + }, + { + "id": "range_52", + "name": null, + "center": [ + 105, + 438 + ], + "peak": [ + 105, + 437 + ], + "area_cells": 20 + }, + { + "id": "range_53", + "name": null, + "center": [ + 125, + 351 + ], + "peak": [ + 138, + 336 + ], + "area_cells": 620 + }, + { + "id": "range_54", + "name": null, + "center": [ + 132, + 173 + ], + "peak": [ + 131, + 172 + ], + "area_cells": 150 + }, + { + "id": "range_57", + "name": null, + "center": [ + 144, + 403 + ], + "peak": [ + 144, + 403 + ], + "area_cells": 207 + }, + { + "id": "range_58", + "name": null, + "center": [ + 156, + 45 + ], + "peak": [ + 160, + 45 + ], + "area_cells": 169 + }, + { + "id": "range_59", + "name": null, + "center": [ + 151, + 371 + ], + "peak": [ + 151, + 366 + ], + "area_cells": 252 + }, + { + "id": "range_61", + "name": null, + "center": [ + 153, + 427 + ], + "peak": [ + 153, + 429 + ], + "area_cells": 58 + }, + { + "id": "range_64", + "name": null, + "center": [ + 180, + 183 + ], + "peak": [ + 174, + 188 + ], + "area_cells": 430 + }, + { + "id": "range_66", + "name": null, + "center": [ + 192, + 67 + ], + "peak": [ + 201, + 72 + ], + "area_cells": 138 + }, + { + "id": "range_67", + "name": null, + "center": [ + 213, + 184 + ], + "peak": [ + 212, + 185 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201c/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201c/globe.png new file mode 100644 index 000000000..780634081 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201c/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201c/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201c/heightmap.png new file mode 100644 index 000000000..3b11b7b9b Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201c/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201c/index.md b/wiki/star-systems/GJ-201/bodies/GJ201c/index.md new file mode 100644 index 000000000..777493789 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ201c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 746394024 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 11.5 +physical: + gravity_g: 0.82 + oblateness: 0.0031 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.359 + polar_ice_lat: 0.62 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.108 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ201c + +Cold Arid planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201c/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201c/markers.json new file mode 100644 index 000000000..4d664f15f --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201c/markers.json @@ -0,0 +1,534 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 149, + 5 + ], + [ + 148, + 4 + ], + [ + 147, + 3 + ], + [ + 146, + 2 + ], + [ + 145, + 1 + ], + [ + 144, + 0 + ], + [ + 143, + 511 + ], + [ + 142, + 510 + ], + [ + 141, + 509 + ], + [ + 140, + 508 + ], + [ + 139, + 507 + ], + [ + 138, + 506 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 174, + 430 + ], + [ + 175, + 431 + ], + [ + 176, + 431 + ], + [ + 177, + 430 + ], + [ + 178, + 430 + ], + [ + 179, + 431 + ], + [ + 180, + 431 + ], + [ + 181, + 431 + ], + [ + 182, + 430 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 160, + 0 + ], + [ + 161, + 1 + ], + [ + 162, + 2 + ], + [ + 163, + 3 + ], + [ + 164, + 4 + ], + [ + 165, + 4 + ], + [ + 166, + 3 + ], + [ + 167, + 2 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 31, + 317 + ], + [ + 30, + 316 + ], + [ + 29, + 315 + ], + [ + 28, + 314 + ], + [ + 27, + 314 + ], + [ + 26, + 314 + ], + [ + 25, + 314 + ], + [ + 24, + 314 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 2, + 311 + ], + [ + 3, + 312 + ], + [ + 4, + 313 + ], + [ + 4, + 314 + ], + [ + 5, + 314 + ], + [ + 6, + 314 + ], + [ + 7, + 314 + ], + [ + 8, + 314 + ], + [ + 9, + 314 + ], + [ + 10, + 314 + ], + [ + 11, + 314 + ], + [ + 12, + 314 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 92, + 359 + ], + [ + 93, + 358 + ], + [ + 94, + 357 + ], + [ + 95, + 358 + ], + [ + 96, + 358 + ], + [ + 97, + 359 + ], + [ + 98, + 360 + ], + [ + 99, + 361 + ], + [ + 99, + 362 + ], + [ + 99, + 363 + ], + [ + 100, + 364 + ], + [ + 99, + 365 + ], + [ + 100, + 366 + ], + [ + 100, + 367 + ], + [ + 101, + 368 + ], + [ + 102, + 369 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 7, + 318 + ], + [ + 7, + 317 + ], + [ + 7, + 316 + ], + [ + 7, + 315 + ], + [ + 8, + 314 + ], + [ + 9, + 314 + ], + [ + 10, + 314 + ], + [ + 11, + 314 + ], + [ + 12, + 314 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 19, + 471 + ], + [ + 20, + 472 + ], + [ + 21, + 473 + ], + [ + 22, + 473 + ], + [ + 23, + 474 + ], + [ + 23, + 475 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 155, + 448 + ], + [ + 156, + 449 + ], + [ + 157, + 449 + ], + [ + 158, + 449 + ], + [ + 159, + 450 + ], + [ + 160, + 451 + ], + [ + 161, + 452 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 104, + 344 + ], + [ + 105, + 344 + ], + [ + 106, + 344 + ], + [ + 107, + 345 + ], + [ + 108, + 346 + ], + [ + 109, + 347 + ], + [ + 110, + 348 + ], + [ + 111, + 347 + ], + [ + 112, + 348 + ], + [ + 113, + 347 + ], + [ + 114, + 348 + ], + [ + 115, + 347 + ], + [ + 116, + 346 + ], + [ + 117, + 346 + ], + [ + 118, + 345 + ], + [ + 119, + 344 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 152, + 228 + ], + "area_fraction": 0.6192 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 64, + 475 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 167, + 277 + ], + "peak": [ + 169, + 284 + ], + "area_cells": 244 + }, + { + "id": "range_3", + "name": null, + "center": [ + 176, + 342 + ], + "peak": [ + 177, + 340 + ], + "area_cells": 555 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201d/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201d/globe.png new file mode 100644 index 000000000..94ded1253 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201d/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201d/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201d/heightmap.png new file mode 100644 index 000000000..551186023 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201d/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201d/index.md b/wiki/star-systems/GJ-201/bodies/GJ201d/index.md new file mode 100644 index 000000000..664f36d8f --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ201d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1692785412 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 13.6 +physical: + gravity_g: 0.58 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.638 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.227 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201d + +Cold Arid planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201d/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201d/markers.json new file mode 100644 index 000000000..c8d940d8e --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201d/markers.json @@ -0,0 +1,858 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 98, + 431 + ], + [ + 97, + 432 + ], + [ + 96, + 433 + ], + [ + 95, + 434 + ], + [ + 94, + 435 + ], + [ + 93, + 436 + ], + [ + 92, + 437 + ], + [ + 91, + 437 + ], + [ + 90, + 436 + ], + [ + 89, + 435 + ], + [ + 88, + 436 + ], + [ + 87, + 435 + ], + [ + 86, + 434 + ], + [ + 86, + 433 + ], + [ + 85, + 432 + ], + [ + 85, + 431 + ], + [ + 85, + 430 + ], + [ + 86, + 429 + ], + [ + 85, + 428 + ], + [ + 84, + 427 + ], + [ + 84, + 426 + ], + [ + 84, + 425 + ], + [ + 83, + 424 + ], + [ + 83, + 423 + ], + [ + 82, + 422 + ], + [ + 82, + 421 + ], + [ + 82, + 420 + ], + [ + 83, + 419 + ], + [ + 82, + 418 + ], + [ + 82, + 417 + ], + [ + 81, + 416 + ], + [ + 81, + 415 + ], + [ + 80, + 414 + ], + [ + 79, + 415 + ], + [ + 78, + 416 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 65, + 225 + ], + [ + 65, + 224 + ], + [ + 66, + 223 + ], + [ + 66, + 222 + ], + [ + 66, + 221 + ], + [ + 67, + 221 + ], + [ + 68, + 221 + ], + [ + 69, + 221 + ], + [ + 69, + 222 + ], + [ + 70, + 223 + ], + [ + 70, + 222 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 85, + 259 + ], + [ + 84, + 260 + ], + [ + 83, + 261 + ], + [ + 82, + 262 + ], + [ + 81, + 263 + ], + [ + 80, + 264 + ], + [ + 79, + 265 + ], + [ + 78, + 266 + ], + [ + 77, + 267 + ], + [ + 76, + 268 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 80, + 0 + ], + [ + 79, + 1 + ], + [ + 79, + 2 + ], + [ + 78, + 3 + ], + [ + 78, + 4 + ], + [ + 79, + 4 + ], + [ + 79, + 5 + ], + [ + 80, + 6 + ], + [ + 80, + 7 + ], + [ + 81, + 8 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 146, + 112 + ], + [ + 147, + 111 + ], + [ + 148, + 110 + ], + [ + 149, + 109 + ], + [ + 150, + 108 + ], + [ + 151, + 107 + ], + [ + 151, + 106 + ], + [ + 152, + 105 + ], + [ + 152, + 104 + ], + [ + 152, + 103 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 126, + 416 + ], + [ + 127, + 416 + ], + [ + 128, + 416 + ], + [ + 129, + 415 + ], + [ + 130, + 414 + ], + [ + 131, + 413 + ], + [ + 132, + 412 + ], + [ + 133, + 411 + ], + [ + 133, + 410 + ], + [ + 132, + 409 + ], + [ + 132, + 408 + ], + [ + 133, + 407 + ], + [ + 133, + 408 + ], + [ + 134, + 407 + ], + [ + 133, + 406 + ], + [ + 132, + 406 + ], + [ + 131, + 407 + ], + [ + 131, + 406 + ], + [ + 132, + 405 + ], + [ + 132, + 404 + ], + [ + 131, + 403 + ], + [ + 132, + 402 + ], + [ + 132, + 401 + ], + [ + 131, + 400 + ], + [ + 132, + 399 + ], + [ + 133, + 398 + ], + [ + 132, + 397 + ], + [ + 133, + 396 + ], + [ + 134, + 395 + ], + [ + 135, + 394 + ], + [ + 134, + 393 + ], + [ + 135, + 392 + ], + [ + 134, + 391 + ], + [ + 134, + 390 + ], + [ + 133, + 390 + ], + [ + 133, + 391 + ], + [ + 133, + 392 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 162, + 94 + ], + [ + 163, + 93 + ], + [ + 164, + 92 + ], + [ + 165, + 91 + ], + [ + 166, + 92 + ], + [ + 167, + 91 + ], + [ + 168, + 90 + ], + [ + 168, + 89 + ], + [ + 169, + 90 + ], + [ + 169, + 89 + ], + [ + 170, + 89 + ], + [ + 169, + 88 + ], + [ + 170, + 88 + ], + [ + 170, + 87 + ], + [ + 171, + 88 + ], + [ + 171, + 89 + ], + [ + 170, + 90 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 114, + 511 + ], + [ + 115, + 510 + ], + [ + 114, + 509 + ], + [ + 115, + 508 + ], + [ + 116, + 507 + ], + [ + 115, + 506 + ], + [ + 116, + 505 + ], + [ + 117, + 504 + ], + [ + 118, + 503 + ], + [ + 119, + 502 + ], + [ + 120, + 501 + ], + [ + 121, + 500 + ], + [ + 122, + 499 + ], + [ + 123, + 498 + ], + [ + 124, + 497 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 94, + 291 + ], + [ + 95, + 292 + ], + [ + 96, + 293 + ], + [ + 97, + 294 + ], + [ + 97, + 295 + ], + [ + 96, + 296 + ], + [ + 97, + 297 + ], + [ + 97, + 296 + ], + [ + 96, + 295 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 180, + 110 + ], + [ + 179, + 109 + ], + [ + 179, + 108 + ], + [ + 178, + 107 + ], + [ + 178, + 106 + ], + [ + 178, + 105 + ], + [ + 178, + 104 + ], + [ + 179, + 103 + ], + [ + 179, + 102 + ], + [ + 178, + 101 + ], + [ + 179, + 101 + ], + [ + 178, + 100 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 74, + 78 + ], + [ + 74, + 77 + ], + [ + 75, + 76 + ], + [ + 76, + 75 + ], + [ + 77, + 74 + ], + [ + 78, + 73 + ], + [ + 79, + 72 + ], + [ + 80, + 72 + ], + [ + 81, + 73 + ], + [ + 82, + 72 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 48, + 45 + ], + "area_fraction": 0.0554 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 100, + 120 + ], + "area_fraction": 0.0195 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 211, + 284 + ], + "peak": [ + 203, + 301 + ], + "area_cells": 10248 + }, + { + "id": "range_2", + "name": null, + "center": [ + 220, + 47 + ], + "peak": [ + 217, + 54 + ], + "area_cells": 729 + }, + { + "id": "range_3", + "name": null, + "center": [ + 221, + 12 + ], + "peak": [ + 220, + 9 + ], + "area_cells": 278 + }, + { + "id": "range_4", + "name": null, + "center": [ + 222, + 508 + ], + "peak": [ + 221, + 511 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m1/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/globe.png new file mode 100644 index 000000000..bf78844d7 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m1/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/heightmap.png new file mode 100644 index 000000000..a2e0b265a Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m1/index.md b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/index.md new file mode 100644 index 000000000..3c78afcca --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ201e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3990418787 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.1 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.257 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201e-m1 + +Frozen moon. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 90% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m1/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/markers.json new file mode 100644 index 000000000..781a9620c --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201e-m1/markers.json @@ -0,0 +1,250 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 49, + 196 + ], + "area_fraction": 0.0367 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 160, + 385 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 189, + 484 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 195, + 18 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 379 + ], + "peak": [ + 38, + 378 + ], + "area_cells": 150 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 343 + ], + "peak": [ + 57, + 345 + ], + "area_cells": 235 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 334 + ], + "peak": [ + 82, + 335 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 84, + 363 + ], + "peak": [ + 86, + 362 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 407 + ], + "peak": [ + 83, + 411 + ], + "area_cells": 89 + }, + { + "id": "range_8", + "name": null, + "center": [ + 106, + 315 + ], + "peak": [ + 110, + 315 + ], + "area_cells": 234 + }, + { + "id": "range_10", + "name": null, + "center": [ + 104, + 500 + ], + "peak": [ + 102, + 503 + ], + "area_cells": 201 + }, + { + "id": "range_11", + "name": null, + "center": [ + 98, + 62 + ], + "peak": [ + 99, + 63 + ], + "area_cells": 87 + }, + { + "id": "range_14", + "name": null, + "center": [ + 153, + 253 + ], + "peak": [ + 169, + 199 + ], + "area_cells": 1762 + }, + { + "id": "range_15", + "name": null, + "center": [ + 146, + 495 + ], + "peak": [ + 150, + 495 + ], + "area_cells": 120 + }, + { + "id": "range_16", + "name": null, + "center": [ + 144, + 9 + ], + "peak": [ + 144, + 9 + ], + "area_cells": 47 + }, + { + "id": "range_18", + "name": null, + "center": [ + 201, + 169 + ], + "peak": [ + 202, + 170 + ], + "area_cells": 32 + }, + { + "id": "range_19", + "name": null, + "center": [ + 236, + 104 + ], + "peak": [ + 232, + 67 + ], + "area_cells": 6171 + }, + { + "id": "range_20", + "name": null, + "center": [ + 242, + 201 + ], + "peak": [ + 239, + 201 + ], + "area_cells": 62 + }, + { + "id": "range_21", + "name": null, + "center": [ + 247, + 510 + ], + "peak": [ + 247, + 511 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m2/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/globe.png new file mode 100644 index 000000000..8d652fd80 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m2/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/heightmap.png new file mode 100644 index 000000000..2c9f449c7 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m2/index.md b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/index.md new file mode 100644 index 000000000..666191793 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ201e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3782684232 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 30.7 +physical: + gravity_g: 0.07 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.825 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201e-m2 + +Barren moon. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 96% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e-m2/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/markers.json new file mode 100644 index 000000000..8b0ca5f6f --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201e-m2/markers.json @@ -0,0 +1,324 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 156, + 264 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 149 + ], + "peak": [ + 38, + 107 + ], + "area_cells": 22394 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 417 + ], + "peak": [ + 4, + 417 + ], + "area_cells": 32 + }, + { + "id": "range_8", + "name": null, + "center": [ + 5, + 498 + ], + "peak": [ + 6, + 503 + ], + "area_cells": 230 + }, + { + "id": "range_9", + "name": null, + "center": [ + 11, + 263 + ], + "peak": [ + 8, + 263 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 13, + 1 + ], + "peak": [ + 15, + 0 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 23, + 353 + ], + "peak": [ + 23, + 354 + ], + "area_cells": 42 + }, + { + "id": "range_15", + "name": null, + "center": [ + 32, + 418 + ], + "peak": [ + 34, + 416 + ], + "area_cells": 44 + }, + { + "id": "range_16", + "name": null, + "center": [ + 57, + 477 + ], + "peak": [ + 69, + 474 + ], + "area_cells": 2730 + }, + { + "id": "range_25", + "name": null, + "center": [ + 72, + 212 + ], + "peak": [ + 72, + 212 + ], + "area_cells": 29 + }, + { + "id": "range_30", + "name": null, + "center": [ + 105, + 427 + ], + "peak": [ + 106, + 428 + ], + "area_cells": 74 + }, + { + "id": "range_33", + "name": null, + "center": [ + 122, + 32 + ], + "peak": [ + 120, + 33 + ], + "area_cells": 107 + }, + { + "id": "range_34", + "name": null, + "center": [ + 126, + 475 + ], + "peak": [ + 126, + 475 + ], + "area_cells": 62 + }, + { + "id": "range_35", + "name": null, + "center": [ + 134, + 455 + ], + "peak": [ + 132, + 461 + ], + "area_cells": 183 + }, + { + "id": "range_36", + "name": null, + "center": [ + 171, + 162 + ], + "peak": [ + 172, + 163 + ], + "area_cells": 28 + }, + { + "id": "range_37", + "name": null, + "center": [ + 185, + 281 + ], + "peak": [ + 183, + 283 + ], + "area_cells": 43 + }, + { + "id": "range_42", + "name": null, + "center": [ + 219, + 374 + ], + "peak": [ + 221, + 375 + ], + "area_cells": 23 + }, + { + "id": "range_44", + "name": null, + "center": [ + 227, + 29 + ], + "peak": [ + 235, + 29 + ], + "area_cells": 23 + }, + { + "id": "range_46", + "name": null, + "center": [ + 224, + 58 + ], + "peak": [ + 226, + 59 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 249, + 384 + ], + "peak": [ + 254, + 367 + ], + "area_cells": 493 + }, + { + "id": "range_51", + "name": null, + "center": [ + 248, + 427 + ], + "peak": [ + 250, + 428 + ], + "area_cells": 187 + }, + { + "id": "range_53", + "name": null, + "center": [ + 246, + 141 + ], + "peak": [ + 246, + 142 + ], + "area_cells": 40 + }, + { + "id": "range_56", + "name": null, + "center": [ + 251, + 128 + ], + "peak": [ + 255, + 128 + ], + "area_cells": 31 + }, + { + "id": "range_57", + "name": null, + "center": [ + 251, + 134 + ], + "peak": [ + 253, + 134 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201e/globe.png new file mode 100644 index 000000000..72e3bb580 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201e/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201e/index.md b/wiki/star-systems/GJ-201/bodies/GJ201e/index.md new file mode 100644 index 000000000..896dccfb5 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ201e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 403681339 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.782 + period_days: 1900.0 + axial_tilt_deg: 9.1 +physical: + gravity_g: null + oblateness: 0.0666 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 4 + storm_max_size: 0.065 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.38 + opacity_base: 0.52 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ201e + +Gas giant. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201f/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201f/globe.png new file mode 100644 index 000000000..fa6537bed Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201f/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201f/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201f/heightmap.png new file mode 100644 index 000000000..f476ef067 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201f/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201f/index.md b/wiki/star-systems/GJ-201/bodies/GJ201f/index.md new file mode 100644 index 000000000..84935708c --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ201f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1053867523 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.159 + period_days: 4800.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.44 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.843 + polar_ice_lat: 0.324 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.245 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201f + +Frozen planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201f/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201f/markers.json new file mode 100644 index 000000000..1a44ea1f1 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201f/markers.json @@ -0,0 +1,228 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 29, + 261 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 131, + 266 + ], + "area_fraction": 0.0499 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 108, + 373 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 106, + 76 + ], + "area_fraction": 0.005 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 176, + 199 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 200, + 34 + ], + "area_fraction": 0.0198 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 235, + 146 + ], + "area_fraction": 0.0264 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 45 + ], + "peak": [ + 28, + 51 + ], + "area_cells": 3774 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 484 + ], + "peak": [ + 61, + 490 + ], + "area_cells": 3205 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 179 + ], + "peak": [ + 34, + 175 + ], + "area_cells": 318 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 328 + ], + "peak": [ + 32, + 328 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 36, + 314 + ], + "peak": [ + 35, + 314 + ], + "area_cells": 153 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 116 + ], + "peak": [ + 74, + 95 + ], + "area_cells": 1184 + }, + { + "id": "range_11", + "name": null, + "center": [ + 70, + 297 + ], + "peak": [ + 74, + 297 + ], + "area_cells": 324 + }, + { + "id": "range_12", + "name": null, + "center": [ + 62, + 275 + ], + "peak": [ + 62, + 277 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 78, + 158 + ], + "peak": [ + 78, + 167 + ], + "area_cells": 572 + }, + { + "id": "range_20", + "name": null, + "center": [ + 107, + 439 + ], + "peak": [ + 110, + 441 + ], + "area_cells": 60 + }, + { + "id": "range_22", + "name": null, + "center": [ + 205, + 338 + ], + "peak": [ + 202, + 318 + ], + "area_cells": 5937 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201g/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201g/globe.png new file mode 100644 index 000000000..3b3eb1250 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201g/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201g/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201g/heightmap.png new file mode 100644 index 000000000..5c0c8ca45 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201g/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201g/index.md b/wiki/star-systems/GJ-201/bodies/GJ201g/index.md new file mode 100644 index 000000000..b00c498ee --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ201g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3687410132 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.968 + period_days: 11000.0 + axial_tilt_deg: 17.7 +physical: + gravity_g: 0.34 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.305 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201g + +Frozen planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201g/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201g/markers.json new file mode 100644 index 000000000..27d204eaf --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201g/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 229, + 238 + ], + "area_fraction": 0.061 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 224, + 419 + ], + "area_fraction": 0.0809 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 218, + 19 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 198 + ], + "peak": [ + 93, + 191 + ], + "area_cells": 10032 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 32 + ], + "peak": [ + 42, + 35 + ], + "area_cells": 1236 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 506 + ], + "peak": [ + 49, + 507 + ], + "area_cells": 136 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 489 + ], + "peak": [ + 53, + 490 + ], + "area_cells": 156 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 253 + ], + "peak": [ + 67, + 252 + ], + "area_cells": 137 + }, + { + "id": "range_9", + "name": null, + "center": [ + 95, + 391 + ], + "peak": [ + 112, + 344 + ], + "area_cells": 3699 + }, + { + "id": "range_13", + "name": null, + "center": [ + 97, + 30 + ], + "peak": [ + 97, + 29 + ], + "area_cells": 31 + }, + { + "id": "range_14", + "name": null, + "center": [ + 126, + 477 + ], + "peak": [ + 130, + 483 + ], + "area_cells": 147 + }, + { + "id": "range_16", + "name": null, + "center": [ + 142, + 306 + ], + "peak": [ + 146, + 319 + ], + "area_cells": 448 + }, + { + "id": "range_18", + "name": null, + "center": [ + 136, + 54 + ], + "peak": [ + 137, + 58 + ], + "area_cells": 161 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 493 + ], + "peak": [ + 133, + 494 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 135, + 81 + ], + "peak": [ + 135, + 83 + ], + "area_cells": 37 + }, + { + "id": "range_21", + "name": null, + "center": [ + 145, + 497 + ], + "peak": [ + 145, + 498 + ], + "area_cells": 22 + }, + { + "id": "range_25", + "name": null, + "center": [ + 164, + 491 + ], + "peak": [ + 165, + 492 + ], + "area_cells": 120 + }, + { + "id": "range_28", + "name": null, + "center": [ + 164, + 22 + ], + "peak": [ + 164, + 21 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201h/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201h/globe.png new file mode 100644 index 000000000..ce6e33c67 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201h/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201h/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201h/heightmap.png new file mode 100644 index 000000000..4cf455e23 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201h/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201h/index.md b/wiki/star-systems/GJ-201/bodies/GJ201h/index.md new file mode 100644 index 000000000..4ffb26aa4 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ201h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3985708092 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 43.1 +physical: + gravity_g: 0.12 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.251 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.256 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201h + +Frozen planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201h/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201h/markers.json new file mode 100644 index 000000000..2e0dfa127 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201h/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 196, + 13 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 210, + 438 + ], + "area_fraction": 0.0999 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 180, + 95 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 225, + 109 + ], + "area_fraction": 0.0407 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 397 + ], + "peak": [ + 5, + 400 + ], + "area_cells": 695 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 490 + ], + "peak": [ + 0, + 491 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 434 + ], + "peak": [ + 60, + 461 + ], + "area_cells": 5721 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 4 + ], + "peak": [ + 41, + 1 + ], + "area_cells": 223 + }, + { + "id": "range_7", + "name": null, + "center": [ + 28, + 284 + ], + "peak": [ + 27, + 282 + ], + "area_cells": 197 + }, + { + "id": "range_8", + "name": null, + "center": [ + 85, + 159 + ], + "peak": [ + 144, + 260 + ], + "area_cells": 15433 + }, + { + "id": "range_9", + "name": null, + "center": [ + 34, + 327 + ], + "peak": [ + 34, + 322 + ], + "area_cells": 81 + }, + { + "id": "range_12", + "name": null, + "center": [ + 113, + 438 + ], + "peak": [ + 113, + 439 + ], + "area_cells": 44 + }, + { + "id": "range_16", + "name": null, + "center": [ + 152, + 184 + ], + "peak": [ + 151, + 183 + ], + "area_cells": 68 + }, + { + "id": "range_17", + "name": null, + "center": [ + 165, + 213 + ], + "peak": [ + 166, + 211 + ], + "area_cells": 326 + }, + { + "id": "range_18", + "name": null, + "center": [ + 186, + 240 + ], + "peak": [ + 187, + 238 + ], + "area_cells": 50 + }, + { + "id": "range_19", + "name": null, + "center": [ + 196, + 321 + ], + "peak": [ + 193, + 328 + ], + "area_cells": 230 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-201/bodies/GJ201i/globe.png b/wiki/star-systems/GJ-201/bodies/GJ201i/globe.png new file mode 100644 index 000000000..64beb8e25 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201i/globe.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201i/heightmap.png b/wiki/star-systems/GJ-201/bodies/GJ201i/heightmap.png new file mode 100644 index 000000000..0f2597d68 Binary files /dev/null and b/wiki/star-systems/GJ-201/bodies/GJ201i/heightmap.png differ diff --git a/wiki/star-systems/GJ-201/bodies/GJ201i/index.md b/wiki/star-systems/GJ-201/bodies/GJ201i/index.md new file mode 100644 index 000000000..1b418b19e --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ201i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4204905453 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.904 + period_days: 54000.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.08 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.331 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ201i + +Frozen planet. + +**System:** [GJ-201](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 54000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-201/bodies/GJ201i/markers.json b/wiki/star-systems/GJ-201/bodies/GJ201i/markers.json new file mode 100644 index 000000000..13f14cfa2 --- /dev/null +++ b/wiki/star-systems/GJ-201/bodies/GJ201i/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 138 + ], + "area_fraction": 0.097 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 493 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 391 + ], + "peak": [ + 1, + 389 + ], + "area_cells": 159 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 186 + ], + "peak": [ + 105, + 187 + ], + "area_cells": 462 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 494 + ], + "peak": [ + 79, + 496 + ], + "area_cells": 70 + }, + { + "id": "range_7", + "name": null, + "center": [ + 113, + 61 + ], + "peak": [ + 108, + 29 + ], + "area_cells": 4186 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 491 + ], + "peak": [ + 125, + 502 + ], + "area_cells": 1418 + }, + { + "id": "range_9", + "name": null, + "center": [ + 112, + 257 + ], + "peak": [ + 113, + 256 + ], + "area_cells": 717 + }, + { + "id": "range_10", + "name": null, + "center": [ + 107, + 212 + ], + "peak": [ + 107, + 210 + ], + "area_cells": 84 + }, + { + "id": "range_11", + "name": null, + "center": [ + 113, + 283 + ], + "peak": [ + 113, + 286 + ], + "area_cells": 58 + }, + { + "id": "range_12", + "name": null, + "center": [ + 129, + 229 + ], + "peak": [ + 131, + 228 + ], + "area_cells": 192 + }, + { + "id": "range_16", + "name": null, + "center": [ + 173, + 16 + ], + "peak": [ + 175, + 13 + ], + "area_cells": 594 + }, + { + "id": "range_17", + "name": null, + "center": [ + 162, + 306 + ], + "peak": [ + 163, + 306 + ], + "area_cells": 52 + }, + { + "id": "range_18", + "name": null, + "center": [ + 162, + 405 + ], + "peak": [ + 162, + 406 + ], + "area_cells": 38 + }, + { + "id": "range_19", + "name": null, + "center": [ + 178, + 217 + ], + "peak": [ + 175, + 222 + ], + "area_cells": 259 + }, + { + "id": "range_20", + "name": null, + "center": [ + 191, + 395 + ], + "peak": [ + 180, + 402 + ], + "area_cells": 674 + }, + { + "id": "range_21", + "name": null, + "center": [ + 209, + 279 + ], + "peak": [ + 200, + 293 + ], + "area_cells": 2661 + }, + { + "id": "range_22", + "name": null, + "center": [ + 177, + 508 + ], + "peak": [ + 178, + 511 + ], + "area_cells": 47 + }, + { + "id": "range_25", + "name": null, + "center": [ + 218, + 204 + ], + "peak": [ + 218, + 204 + ], + "area_cells": 42 + }, + { + "id": "range_26", + "name": null, + "center": [ + 244, + 408 + ], + "peak": [ + 255, + 505 + ], + "area_cells": 2551 + }, + { + "id": "range_27", + "name": null, + "center": [ + 252, + 24 + ], + "peak": [ + 255, + 30 + ], + "area_cells": 231 + }, + { + "id": "range_28", + "name": null, + "center": [ + 252, + 200 + ], + "peak": [ + 253, + 202 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ204b/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204b/globe.png new file mode 100644 index 000000000..9f88d2d65 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204b/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204b/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204b/heightmap.png new file mode 100644 index 000000000..27a1ec300 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204b/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204b/index.md b/wiki/star-systems/GJ-204/bodies/GJ204b/index.md new file mode 100644 index 000000000..21193ea50 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ204b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2690117647 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 1.4 +physical: + gravity_g: 0.38 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.973 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ204b + +Barren planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 96% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204b/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204b/markers.json new file mode 100644 index 000000000..0ecbe3c03 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204b/markers.json @@ -0,0 +1,495 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 125 + ], + "peak": [ + 0, + 178 + ], + "area_cells": 2086 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 189 + ], + "peak": [ + 0, + 187 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 389 + ], + "peak": [ + 150, + 388 + ], + "area_cells": 9487 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 19 + ], + "peak": [ + 10, + 19 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 18 + ], + "peak": [ + 58, + 15 + ], + "area_cells": 929 + }, + { + "id": "range_9", + "name": null, + "center": [ + 43, + 180 + ], + "peak": [ + 47, + 181 + ], + "area_cells": 88 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 496 + ], + "peak": [ + 54, + 495 + ], + "area_cells": 632 + }, + { + "id": "range_12", + "name": null, + "center": [ + 41, + 469 + ], + "peak": [ + 48, + 473 + ], + "area_cells": 52 + }, + { + "id": "range_13", + "name": null, + "center": [ + 42, + 110 + ], + "peak": [ + 44, + 113 + ], + "area_cells": 53 + }, + { + "id": "range_15", + "name": null, + "center": [ + 45, + 164 + ], + "peak": [ + 46, + 163 + ], + "area_cells": 49 + }, + { + "id": "range_17", + "name": null, + "center": [ + 48, + 320 + ], + "peak": [ + 48, + 321 + ], + "area_cells": 48 + }, + { + "id": "range_18", + "name": null, + "center": [ + 52, + 341 + ], + "peak": [ + 55, + 342 + ], + "area_cells": 125 + }, + { + "id": "range_20", + "name": null, + "center": [ + 64, + 408 + ], + "peak": [ + 64, + 406 + ], + "area_cells": 403 + }, + { + "id": "range_22", + "name": null, + "center": [ + 67, + 167 + ], + "peak": [ + 66, + 169 + ], + "area_cells": 55 + }, + { + "id": "range_25", + "name": null, + "center": [ + 81, + 90 + ], + "peak": [ + 83, + 91 + ], + "area_cells": 37 + }, + { + "id": "range_29", + "name": null, + "center": [ + 92, + 272 + ], + "peak": [ + 93, + 272 + ], + "area_cells": 32 + }, + { + "id": "range_31", + "name": null, + "center": [ + 127, + 291 + ], + "peak": [ + 132, + 291 + ], + "area_cells": 218 + }, + { + "id": "range_32", + "name": null, + "center": [ + 124, + 315 + ], + "peak": [ + 122, + 315 + ], + "area_cells": 215 + }, + { + "id": "range_33", + "name": null, + "center": [ + 129, + 439 + ], + "peak": [ + 129, + 440 + ], + "area_cells": 61 + }, + { + "id": "range_35", + "name": null, + "center": [ + 148, + 137 + ], + "peak": [ + 158, + 149 + ], + "area_cells": 267 + }, + { + "id": "range_36", + "name": null, + "center": [ + 156, + 58 + ], + "peak": [ + 160, + 60 + ], + "area_cells": 271 + }, + { + "id": "range_39", + "name": null, + "center": [ + 166, + 107 + ], + "peak": [ + 163, + 108 + ], + "area_cells": 347 + }, + { + "id": "range_40", + "name": null, + "center": [ + 163, + 14 + ], + "peak": [ + 161, + 14 + ], + "area_cells": 59 + }, + { + "id": "range_41", + "name": null, + "center": [ + 185, + 154 + ], + "peak": [ + 193, + 155 + ], + "area_cells": 373 + }, + { + "id": "range_43", + "name": null, + "center": [ + 172, + 189 + ], + "peak": [ + 173, + 189 + ], + "area_cells": 31 + }, + { + "id": "range_45", + "name": null, + "center": [ + 175, + 257 + ], + "peak": [ + 175, + 258 + ], + "area_cells": 64 + }, + { + "id": "range_46", + "name": null, + "center": [ + 188, + 82 + ], + "peak": [ + 187, + 78 + ], + "area_cells": 403 + }, + { + "id": "range_47", + "name": null, + "center": [ + 182, + 493 + ], + "peak": [ + 181, + 492 + ], + "area_cells": 102 + }, + { + "id": "range_48", + "name": null, + "center": [ + 185, + 42 + ], + "peak": [ + 185, + 41 + ], + "area_cells": 87 + }, + { + "id": "range_49", + "name": null, + "center": [ + 196, + 119 + ], + "peak": [ + 200, + 118 + ], + "area_cells": 296 + }, + { + "id": "range_51", + "name": null, + "center": [ + 192, + 170 + ], + "peak": [ + 191, + 169 + ], + "area_cells": 54 + }, + { + "id": "range_53", + "name": null, + "center": [ + 201, + 288 + ], + "peak": [ + 198, + 292 + ], + "area_cells": 58 + }, + { + "id": "range_58", + "name": null, + "center": [ + 208, + 139 + ], + "peak": [ + 209, + 138 + ], + "area_cells": 35 + }, + { + "id": "range_59", + "name": null, + "center": [ + 210, + 129 + ], + "peak": [ + 210, + 129 + ], + "area_cells": 28 + }, + { + "id": "range_61", + "name": null, + "center": [ + 218, + 484 + ], + "peak": [ + 221, + 483 + ], + "area_cells": 34 + }, + { + "id": "range_62", + "name": null, + "center": [ + 218, + 260 + ], + "peak": [ + 218, + 261 + ], + "area_cells": 23 + }, + { + "id": "range_63", + "name": null, + "center": [ + 225, + 251 + ], + "peak": [ + 224, + 254 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-204/bodies/GJ204c/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204c/globe.png new file mode 100644 index 000000000..06b5d3e77 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204c/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204c/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204c/heightmap.png new file mode 100644 index 000000000..f43d142a0 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204c/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204c/index.md b/wiki/star-systems/GJ-204/bodies/GJ204c/index.md new file mode 100644 index 000000000..4d01a0ab5 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ204c +name: Mértola +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4033522596 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 19.5 +physical: + gravity_g: 0.88 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.423 + polar_ice_lat: 0.678 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.512 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mértola + +Temperate planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 15K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204c/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204c/markers.json new file mode 100644 index 000000000..7184fbb93 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204c/markers.json @@ -0,0 +1,774 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 195, + 94 + ], + [ + 195, + 93 + ], + [ + 194, + 92 + ], + [ + 194, + 91 + ], + [ + 195, + 90 + ], + [ + 196, + 89 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 113, + 316 + ], + [ + 112, + 317 + ], + [ + 111, + 318 + ], + [ + 110, + 319 + ], + [ + 110, + 320 + ], + [ + 110, + 321 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 428 + ], + [ + 1, + 429 + ], + [ + 2, + 430 + ], + [ + 3, + 431 + ], + [ + 4, + 432 + ], + [ + 5, + 431 + ], + [ + 6, + 430 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 403 + ], + [ + 254, + 403 + ], + [ + 254, + 402 + ], + [ + 253, + 401 + ], + [ + 252, + 401 + ], + [ + 251, + 400 + ], + [ + 250, + 401 + ], + [ + 249, + 401 + ], + [ + 248, + 401 + ], + [ + 247, + 402 + ], + [ + 246, + 401 + ], + [ + 245, + 400 + ], + [ + 244, + 400 + ], + [ + 243, + 400 + ], + [ + 242, + 399 + ], + [ + 241, + 399 + ], + [ + 240, + 399 + ], + [ + 239, + 399 + ], + [ + 238, + 400 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 55, + 429 + ], + [ + 56, + 430 + ], + [ + 57, + 431 + ], + [ + 57, + 430 + ], + [ + 58, + 429 + ], + [ + 58, + 430 + ], + [ + 58, + 431 + ], + [ + 59, + 432 + ], + [ + 59, + 433 + ], + [ + 58, + 433 + ], + [ + 57, + 432 + ], + [ + 58, + 432 + ], + [ + 59, + 431 + ], + [ + 59, + 430 + ], + [ + 59, + 429 + ], + [ + 59, + 428 + ], + [ + 58, + 428 + ], + [ + 57, + 428 + ], + [ + 58, + 427 + ], + [ + 58, + 426 + ], + [ + 57, + 425 + ], + [ + 58, + 424 + ], + [ + 59, + 423 + ], + [ + 59, + 422 + ], + [ + 60, + 421 + ], + [ + 60, + 420 + ], + [ + 60, + 419 + ], + [ + 61, + 418 + ], + [ + 61, + 417 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 236, + 145 + ], + [ + 237, + 144 + ], + [ + 237, + 143 + ], + [ + 237, + 142 + ], + [ + 237, + 141 + ], + [ + 237, + 140 + ], + [ + 237, + 139 + ], + [ + 237, + 138 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 235, + 446 + ], + [ + 236, + 447 + ], + [ + 237, + 447 + ], + [ + 238, + 448 + ], + [ + 239, + 448 + ], + [ + 240, + 449 + ], + [ + 241, + 450 + ], + [ + 242, + 451 + ], + [ + 243, + 452 + ], + [ + 244, + 453 + ], + [ + 245, + 454 + ], + [ + 244, + 454 + ], + [ + 243, + 455 + ], + [ + 243, + 456 + ], + [ + 242, + 456 + ], + [ + 243, + 457 + ], + [ + 242, + 457 + ], + [ + 242, + 458 + ], + [ + 241, + 458 + ], + [ + 240, + 459 + ], + [ + 239, + 460 + ], + [ + 238, + 461 + ], + [ + 237, + 462 + ], + [ + 236, + 463 + ], + [ + 235, + 464 + ], + [ + 234, + 465 + ], + [ + 233, + 466 + ], + [ + 233, + 467 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 67, + 437 + ], + [ + 68, + 438 + ], + [ + 69, + 437 + ], + [ + 70, + 438 + ], + [ + 71, + 439 + ], + [ + 72, + 440 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 67, + 476 + ], + [ + 68, + 476 + ], + [ + 69, + 477 + ], + [ + 70, + 478 + ], + [ + 71, + 479 + ], + [ + 72, + 478 + ], + [ + 73, + 478 + ], + [ + 74, + 478 + ], + [ + 75, + 477 + ], + [ + 76, + 477 + ], + [ + 77, + 478 + ], + [ + 78, + 478 + ], + [ + 79, + 478 + ], + [ + 80, + 477 + ], + [ + 81, + 476 + ], + [ + 82, + 476 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 222, + 131 + ], + [ + 221, + 130 + ], + [ + 220, + 129 + ], + [ + 219, + 128 + ], + [ + 218, + 127 + ], + [ + 217, + 126 + ], + [ + 216, + 125 + ], + [ + 215, + 124 + ], + [ + 214, + 123 + ], + [ + 213, + 123 + ], + [ + 212, + 122 + ], + [ + 211, + 122 + ], + [ + 210, + 122 + ], + [ + 209, + 121 + ], + [ + 208, + 121 + ], + [ + 208, + 122 + ], + [ + 209, + 123 + ], + [ + 210, + 123 + ], + [ + 209, + 122 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 171, + 307 + ], + [ + 170, + 306 + ], + [ + 169, + 305 + ], + [ + 169, + 304 + ], + [ + 168, + 303 + ], + [ + 167, + 302 + ], + [ + 166, + 301 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 140, + 253 + ], + "area_fraction": 0.5695 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 320 + ], + "peak": [ + 26, + 308 + ], + "area_cells": 527 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 96 + ], + "peak": [ + 29, + 95 + ], + "area_cells": 398 + }, + { + "id": "range_3", + "name": null, + "center": [ + 40, + 242 + ], + "peak": [ + 44, + 246 + ], + "area_cells": 301 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 498 + ], + "peak": [ + 50, + 494 + ], + "area_cells": 203 + }, + { + "id": "range_9", + "name": null, + "center": [ + 218, + 32 + ], + "peak": [ + 215, + 20 + ], + "area_cells": 828 + }, + { + "id": "range_10", + "name": null, + "center": [ + 229, + 329 + ], + "peak": [ + 229, + 327 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-204/bodies/GJ204d/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204d/globe.png new file mode 100644 index 000000000..9c2c0c5f6 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204d/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204d/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204d/heightmap.png new file mode 100644 index 000000000..3cfff2e53 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204d/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204d/index.md b/wiki/star-systems/GJ-204/bodies/GJ204d/index.md new file mode 100644 index 000000000..a308b86a2 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ204d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2402220412 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.866 + period_days: 440.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: 0.5 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.255 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.334 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ204d + +Frozen planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204d/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204d/markers.json new file mode 100644 index 000000000..ff511b1ee --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204d/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 155, + 90 + ], + [ + 155, + 89 + ], + [ + 154, + 88 + ], + [ + 153, + 87 + ], + [ + 152, + 86 + ], + [ + 151, + 86 + ], + [ + 150, + 86 + ], + [ + 149, + 86 + ], + [ + 149, + 85 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 214, + 28 + ], + [ + 213, + 29 + ], + [ + 212, + 30 + ], + [ + 212, + 31 + ], + [ + 211, + 32 + ], + [ + 211, + 33 + ], + [ + 210, + 34 + ], + [ + 209, + 35 + ], + [ + 209, + 36 + ], + [ + 208, + 35 + ], + [ + 208, + 36 + ], + [ + 209, + 37 + ], + [ + 210, + 37 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 198, + 208 + ], + "area_fraction": 0.079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 288 + ], + "peak": [ + 68, + 289 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 290 + ], + "peak": [ + 96, + 282 + ], + "area_cells": 1923 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 108 + ], + "peak": [ + 91, + 96 + ], + "area_cells": 2434 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 314 + ], + "peak": [ + 72, + 315 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 365 + ], + "peak": [ + 88, + 364 + ], + "area_cells": 268 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 349 + ], + "peak": [ + 153, + 329 + ], + "area_cells": 1116 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-204/bodies/GJ204e/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204e/globe.png new file mode 100644 index 000000000..58193ff07 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204e/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204e/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204e/heightmap.png new file mode 100644 index 000000000..ee90f8373 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204e/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204e/index.md b/wiki/star-systems/GJ-204/bodies/GJ204e/index.md new file mode 100644 index 000000000..fa2b50d98 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ204e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2315183556 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 53.4 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.738 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ204e + +Frozen planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204e/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204e/markers.json new file mode 100644 index 000000000..0a5e3c851 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204e/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 219, + 266 + ], + "area_fraction": 0.2513 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 61 + ], + "peak": [ + 0, + 61 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 83 + ], + "peak": [ + 20, + 84 + ], + "area_cells": 46 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 134 + ], + "peak": [ + 1, + 130 + ], + "area_cells": 1725 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 265 + ], + "peak": [ + 0, + 265 + ], + "area_cells": 302 + }, + { + "id": "range_5", + "name": null, + "center": [ + 77, + 265 + ], + "peak": [ + 87, + 171 + ], + "area_cells": 45571 + }, + { + "id": "range_8", + "name": null, + "center": [ + 19, + 13 + ], + "peak": [ + 19, + 13 + ], + "area_cells": 42 + }, + { + "id": "range_15", + "name": null, + "center": [ + 127, + 503 + ], + "peak": [ + 128, + 501 + ], + "area_cells": 41 + }, + { + "id": "range_16", + "name": null, + "center": [ + 137, + 426 + ], + "peak": [ + 139, + 425 + ], + "area_cells": 279 + }, + { + "id": "range_17", + "name": null, + "center": [ + 140, + 467 + ], + "peak": [ + 141, + 460 + ], + "area_cells": 194 + }, + { + "id": "range_18", + "name": null, + "center": [ + 143, + 2 + ], + "peak": [ + 144, + 0 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 413 + ], + "peak": [ + 147, + 419 + ], + "area_cells": 92 + }, + { + "id": "range_20", + "name": null, + "center": [ + 149, + 103 + ], + "peak": [ + 150, + 102 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-204/bodies/GJ204f/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204f/globe.png new file mode 100644 index 000000000..ea34efc5b Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204f/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204f/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204f/heightmap.png new file mode 100644 index 000000000..70ac67ba2 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204f/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204f/index.md b/wiki/star-systems/GJ-204/bodies/GJ204f/index.md new file mode 100644 index 000000000..38d367ff1 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ204f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1634184918 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.384 + period_days: 3400.0 + axial_tilt_deg: 59.5 +physical: + gravity_g: 0.3 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.13 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ204f + +Frozen planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204f/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204f/markers.json new file mode 100644 index 000000000..402367d92 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204f/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 45, + 98 + ], + "area_fraction": 0.0804 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 28, + 311 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 16, + 459 + ], + "area_fraction": 0.0275 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 162, + 28 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 473 + ], + "peak": [ + 67, + 472 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 495 + ], + "peak": [ + 70, + 497 + ], + "area_cells": 98 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 12 + ], + "peak": [ + 68, + 16 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 44 + ], + "peak": [ + 82, + 43 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 142, + 269 + ], + "peak": [ + 142, + 270 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 151, + 256 + ], + "peak": [ + 151, + 256 + ], + "area_cells": 45 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 299 + ], + "peak": [ + 156, + 309 + ], + "area_cells": 165 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 401 + ], + "peak": [ + 157, + 402 + ], + "area_cells": 102 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 361 + ], + "peak": [ + 166, + 361 + ], + "area_cells": 105 + }, + { + "id": "range_11", + "name": null, + "center": [ + 193, + 402 + ], + "peak": [ + 193, + 402 + ], + "area_cells": 74 + }, + { + "id": "range_12", + "name": null, + "center": [ + 194, + 383 + ], + "peak": [ + 195, + 387 + ], + "area_cells": 71 + }, + { + "id": "range_13", + "name": null, + "center": [ + 236, + 267 + ], + "peak": [ + 226, + 341 + ], + "area_cells": 15149 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-204/bodies/GJ204g/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204g/globe.png new file mode 100644 index 000000000..14fa5218e Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204g/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204g/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204g/heightmap.png new file mode 100644 index 000000000..8500f391a Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204g/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204g/index.md b/wiki/star-systems/GJ-204/bodies/GJ204g/index.md new file mode 100644 index 000000000..f9a403dbb --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ204g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4087013207 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.184 + period_days: 8400.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.728 + polar_ice_lat: 0.14 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ204g + +Frozen planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 8400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204g/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204g/markers.json new file mode 100644 index 000000000..e9a751531 --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204g/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 55, + 117 + ], + "area_fraction": 0.1493 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 32, + 409 + ], + "area_fraction": 0.103 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 66, + 187 + ], + "area_fraction": 0.006 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 100, + 47 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 412 + ], + "peak": [ + 96, + 412 + ], + "area_cells": 29 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 357 + ], + "peak": [ + 102, + 357 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 403 + ], + "peak": [ + 107, + 403 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 117, + 431 + ], + "peak": [ + 116, + 430 + ], + "area_cells": 95 + }, + { + "id": "range_6", + "name": null, + "center": [ + 201, + 358 + ], + "peak": [ + 255, + 355 + ], + "area_cells": 17015 + }, + { + "id": "range_7", + "name": null, + "center": [ + 202, + 101 + ], + "peak": [ + 187, + 73 + ], + "area_cells": 8645 + }, + { + "id": "range_8", + "name": null, + "center": [ + 157, + 2 + ], + "peak": [ + 161, + 0 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 205, + 508 + ], + "peak": [ + 211, + 511 + ], + "area_cells": 83 + }, + { + "id": "range_13", + "name": null, + "center": [ + 209, + 167 + ], + "peak": [ + 210, + 167 + ], + "area_cells": 32 + }, + { + "id": "range_15", + "name": null, + "center": [ + 226, + 50 + ], + "peak": [ + 230, + 50 + ], + "area_cells": 57 + }, + { + "id": "range_16", + "name": null, + "center": [ + 223, + 31 + ], + "peak": [ + 223, + 30 + ], + "area_cells": 30 + }, + { + "id": "range_17", + "name": null, + "center": [ + 244, + 173 + ], + "peak": [ + 252, + 182 + ], + "area_cells": 573 + }, + { + "id": "range_20", + "name": null, + "center": [ + 250, + 456 + ], + "peak": [ + 252, + 456 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-204/bodies/GJ204h/globe.png b/wiki/star-systems/GJ-204/bodies/GJ204h/globe.png new file mode 100644 index 000000000..9ba79e096 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204h/globe.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204h/heightmap.png b/wiki/star-systems/GJ-204/bodies/GJ204h/heightmap.png new file mode 100644 index 000000000..8fb150871 Binary files /dev/null and b/wiki/star-systems/GJ-204/bodies/GJ204h/heightmap.png differ diff --git a/wiki/star-systems/GJ-204/bodies/GJ204h/index.md b/wiki/star-systems/GJ-204/bodies/GJ204h/index.md new file mode 100644 index 000000000..c4584688e --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ204h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1972053439 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 11.027 + period_days: 20000.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.07 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.828 + polar_ice_lat: 0.252 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ204h + +Frozen planet. + +**System:** [GJ-204](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-204/bodies/GJ204h/markers.json b/wiki/star-systems/GJ-204/bodies/GJ204h/markers.json new file mode 100644 index 000000000..387a365ad --- /dev/null +++ b/wiki/star-systems/GJ-204/bodies/GJ204h/markers.json @@ -0,0 +1,111 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 113, + 315 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 151, + 60 + ], + "area_fraction": 0.0143 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 152, + 416 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 216, + 31 + ], + "area_fraction": 0.0255 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 213, + 454 + ], + "area_fraction": 0.0649 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 189, + 63 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 226, + 370 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 64 + ], + "peak": [ + 4, + 77 + ], + "area_cells": 3082 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 334 + ], + "peak": [ + 18, + 248 + ], + "area_cells": 18504 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ205b/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205b/globe.png new file mode 100644 index 000000000..30da2839b Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205b/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205b/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205b/heightmap.png new file mode 100644 index 000000000..e1c1864db Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205b/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205b/index.md b/wiki/star-systems/GJ-205/bodies/GJ205b/index.md new file mode 100644 index 000000000..6eafee38c --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ205b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 446065723 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 2.5 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.931 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205b + +Barren planet. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 98% | +| **Year** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205b/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205b/markers.json new file mode 100644 index 000000000..2a3a10ec9 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205b/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 338 + ], + "peak": [ + 74, + 356 + ], + "area_cells": 531 + }, + { + "id": "range_3", + "name": null, + "center": [ + 169, + 215 + ], + "peak": [ + 115, + 283 + ], + "area_cells": 10004 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 174 + ], + "peak": [ + 108, + 174 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 136, + 40 + ], + "peak": [ + 136, + 41 + ], + "area_cells": 54 + }, + { + "id": "range_7", + "name": null, + "center": [ + 190, + 56 + ], + "peak": [ + 189, + 45 + ], + "area_cells": 1456 + }, + { + "id": "range_9", + "name": null, + "center": [ + 157, + 371 + ], + "peak": [ + 158, + 371 + ], + "area_cells": 57 + }, + { + "id": "range_10", + "name": null, + "center": [ + 164, + 167 + ], + "peak": [ + 166, + 167 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 17 + ], + "peak": [ + 191, + 16 + ], + "area_cells": 120 + }, + { + "id": "range_12", + "name": null, + "center": [ + 201, + 292 + ], + "peak": [ + 201, + 291 + ], + "area_cells": 109 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 472 + ], + "peak": [ + 201, + 468 + ], + "area_cells": 115 + }, + { + "id": "range_18", + "name": null, + "center": [ + 220, + 439 + ], + "peak": [ + 223, + 438 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 245, + 376 + ], + "peak": [ + 229, + 377 + ], + "area_cells": 887 + }, + { + "id": "range_20", + "name": null, + "center": [ + 226, + 55 + ], + "peak": [ + 226, + 55 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 242, + 272 + ], + "peak": [ + 243, + 273 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205c/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205c/globe.png new file mode 100644 index 000000000..a0108123b Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205c/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205c/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205c/heightmap.png new file mode 100644 index 000000000..2e9381abe Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205c/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205c/index.md b/wiki/star-systems/GJ-205/bodies/GJ205c/index.md new file mode 100644 index 000000000..7895764e4 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ205c +name: Kurashiki +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 325614320 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.312 + period_days: 95.0 + axial_tilt_deg: 4.3 +physical: + gravity_g: 0.79 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.647 + polar_ice_lat: 0.872 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.343 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kurashiki + +Temperate Terminator planet. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.79g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 65% | +| **Year** | 95 days | +| **Inhabited** | yes | +| **Population** | 420K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_finishing | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205c/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205c/markers.json new file mode 100644 index 000000000..3b283a0e5 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205c/markers.json @@ -0,0 +1,1056 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 179, + 244 + ], + [ + 178, + 243 + ], + [ + 177, + 244 + ], + [ + 176, + 245 + ], + [ + 175, + 244 + ], + [ + 174, + 244 + ], + [ + 173, + 243 + ], + [ + 172, + 243 + ], + [ + 171, + 242 + ], + [ + 170, + 241 + ], + [ + 169, + 241 + ], + [ + 168, + 240 + ], + [ + 167, + 240 + ], + [ + 166, + 239 + ], + [ + 165, + 238 + ], + [ + 165, + 237 + ], + [ + 164, + 238 + ], + [ + 164, + 237 + ], + [ + 163, + 238 + ], + [ + 163, + 237 + ], + [ + 162, + 237 + ], + [ + 162, + 238 + ], + [ + 162, + 239 + ], + [ + 161, + 240 + ], + [ + 161, + 241 + ], + [ + 162, + 241 + ], + [ + 161, + 242 + ], + [ + 161, + 243 + ], + [ + 162, + 243 + ], + [ + 163, + 242 + ], + [ + 162, + 242 + ], + [ + 163, + 241 + ], + [ + 162, + 240 + ], + [ + 163, + 239 + ], + [ + 164, + 239 + ], + [ + 163, + 240 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 439 + ], + [ + 128, + 438 + ], + [ + 129, + 437 + ], + [ + 130, + 436 + ], + [ + 131, + 435 + ], + [ + 132, + 434 + ], + [ + 133, + 433 + ], + [ + 134, + 433 + ], + [ + 135, + 432 + ], + [ + 136, + 431 + ], + [ + 137, + 431 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 115, + 377 + ], + [ + 115, + 376 + ], + [ + 116, + 375 + ], + [ + 117, + 374 + ], + [ + 118, + 373 + ], + [ + 119, + 374 + ], + [ + 120, + 373 + ], + [ + 120, + 372 + ], + [ + 120, + 371 + ], + [ + 121, + 371 + ], + [ + 121, + 370 + ], + [ + 122, + 371 + ], + [ + 122, + 370 + ], + [ + 123, + 370 + ], + [ + 124, + 369 + ], + [ + 125, + 369 + ], + [ + 124, + 368 + ], + [ + 125, + 367 + ], + [ + 125, + 368 + ], + [ + 126, + 368 + ], + [ + 127, + 367 + ], + [ + 128, + 367 + ], + [ + 129, + 366 + ], + [ + 130, + 365 + ], + [ + 129, + 365 + ], + [ + 130, + 366 + ], + [ + 129, + 367 + ], + [ + 129, + 368 + ], + [ + 128, + 368 + ], + [ + 127, + 368 + ], + [ + 126, + 367 + ], + [ + 125, + 366 + ], + [ + 124, + 366 + ], + [ + 123, + 367 + ], + [ + 123, + 366 + ], + [ + 122, + 367 + ], + [ + 123, + 368 + ], + [ + 123, + 369 + ], + [ + 122, + 368 + ], + [ + 121, + 367 + ], + [ + 122, + 366 + ], + [ + 121, + 365 + ], + [ + 122, + 365 + ], + [ + 122, + 364 + ], + [ + 122, + 363 + ], + [ + 123, + 364 + ], + [ + 123, + 365 + ], + [ + 124, + 365 + ], + [ + 124, + 364 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 132, + 153 + ], + [ + 131, + 152 + ], + [ + 131, + 151 + ], + [ + 132, + 150 + ], + [ + 133, + 149 + ], + [ + 134, + 148 + ], + [ + 135, + 147 + ], + [ + 136, + 146 + ], + [ + 137, + 145 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 249, + 267 + ], + [ + 249, + 266 + ], + [ + 248, + 266 + ], + [ + 247, + 265 + ], + [ + 246, + 264 + ], + [ + 245, + 263 + ], + [ + 244, + 262 + ], + [ + 243, + 261 + ], + [ + 242, + 262 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 121, + 244 + ], + [ + 122, + 243 + ], + [ + 123, + 242 + ], + [ + 124, + 241 + ], + [ + 125, + 240 + ], + [ + 126, + 239 + ], + [ + 127, + 238 + ], + [ + 128, + 237 + ], + [ + 129, + 236 + ], + [ + 130, + 236 + ], + [ + 131, + 237 + ], + [ + 132, + 237 + ], + [ + 133, + 237 + ], + [ + 134, + 238 + ], + [ + 135, + 237 + ], + [ + 136, + 238 + ], + [ + 137, + 237 + ], + [ + 138, + 236 + ], + [ + 137, + 236 + ], + [ + 138, + 237 + ], + [ + 139, + 237 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 120, + 408 + ], + [ + 119, + 408 + ], + [ + 118, + 407 + ], + [ + 117, + 407 + ], + [ + 116, + 408 + ], + [ + 115, + 409 + ], + [ + 114, + 410 + ], + [ + 113, + 409 + ], + [ + 112, + 408 + ], + [ + 112, + 407 + ], + [ + 113, + 406 + ], + [ + 114, + 405 + ], + [ + 113, + 405 + ], + [ + 112, + 405 + ], + [ + 112, + 404 + ], + [ + 111, + 403 + ], + [ + 112, + 402 + ], + [ + 111, + 401 + ], + [ + 112, + 400 + ], + [ + 112, + 399 + ], + [ + 113, + 398 + ], + [ + 112, + 397 + ], + [ + 112, + 396 + ], + [ + 112, + 395 + ], + [ + 111, + 395 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 133, + 166 + ], + [ + 132, + 165 + ], + [ + 131, + 164 + ], + [ + 130, + 165 + ], + [ + 129, + 164 + ], + [ + 128, + 165 + ], + [ + 127, + 165 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 104, + 86 + ], + [ + 105, + 87 + ], + [ + 106, + 88 + ], + [ + 107, + 89 + ], + [ + 107, + 90 + ], + [ + 107, + 91 + ], + [ + 106, + 92 + ], + [ + 107, + 93 + ], + [ + 106, + 94 + ], + [ + 105, + 95 + ], + [ + 105, + 96 + ], + [ + 106, + 97 + ], + [ + 106, + 98 + ], + [ + 105, + 99 + ], + [ + 106, + 99 + ], + [ + 105, + 100 + ], + [ + 106, + 101 + ], + [ + 105, + 101 + ], + [ + 105, + 102 + ], + [ + 105, + 103 + ], + [ + 105, + 104 + ], + [ + 105, + 105 + ], + [ + 106, + 106 + ], + [ + 105, + 106 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 25, + 403 + ], + [ + 26, + 402 + ], + [ + 27, + 401 + ], + [ + 28, + 400 + ], + [ + 29, + 399 + ], + [ + 30, + 398 + ], + [ + 31, + 398 + ], + [ + 30, + 397 + ], + [ + 31, + 397 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 220, + 128 + ], + [ + 219, + 127 + ], + [ + 218, + 126 + ], + [ + 217, + 127 + ], + [ + 216, + 128 + ], + [ + 215, + 129 + ], + [ + 214, + 130 + ], + [ + 213, + 129 + ], + [ + 212, + 128 + ], + [ + 211, + 127 + ], + [ + 210, + 126 + ], + [ + 209, + 125 + ], + [ + 208, + 124 + ], + [ + 207, + 123 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 139, + 187 + ], + [ + 140, + 188 + ], + [ + 141, + 188 + ], + [ + 142, + 189 + ], + [ + 143, + 190 + ], + [ + 144, + 191 + ], + [ + 145, + 192 + ], + [ + 146, + 192 + ], + [ + 147, + 191 + ], + [ + 148, + 190 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 186, + 77 + ], + "area_fraction": 0.139 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 201, + 385 + ], + "area_fraction": 0.2045 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 182 + ], + "peak": [ + 72, + 220 + ], + "area_cells": 14748 + }, + { + "id": "range_2", + "name": null, + "center": [ + 58, + 481 + ], + "peak": [ + 26, + 510 + ], + "area_cells": 2887 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 14 + ], + "peak": [ + 93, + 17 + ], + "area_cells": 727 + }, + { + "id": "range_4", + "name": null, + "center": [ + 228, + 180 + ], + "peak": [ + 238, + 180 + ], + "area_cells": 965 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205d/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205d/globe.png new file mode 100644 index 000000000..2cb40cc7c Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205d/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205d/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205d/heightmap.png new file mode 100644 index 000000000..91975aa53 Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205d/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205d/index.md b/wiki/star-systems/GJ-205/bodies/GJ205d/index.md new file mode 100644 index 000000000..d79580c10 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ205d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 342139867 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 33.3 +physical: + gravity_g: 0.48 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205d + +Frozen planet. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205d/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205d/markers.json new file mode 100644 index 000000000..8b94b2abc --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205d/markers.json @@ -0,0 +1,180 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 240, + 69 + ], + [ + 241, + 68 + ], + [ + 242, + 67 + ], + [ + 243, + 67 + ], + [ + 244, + 67 + ], + [ + 245, + 67 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 217, + 393 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 210, + 253 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 249, + 298 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 225 + ], + "peak": [ + 96, + 198 + ], + "area_cells": 7650 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 290 + ], + "peak": [ + 100, + 291 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 38 + ], + "peak": [ + 122, + 38 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 96 + ], + "peak": [ + 126, + 96 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 156, + 64 + ], + "peak": [ + 163, + 60 + ], + "area_cells": 1402 + }, + { + "id": "range_7", + "name": null, + "center": [ + 153, + 129 + ], + "peak": [ + 144, + 113 + ], + "area_cells": 1525 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 263 + ], + "peak": [ + 155, + 263 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 164, + 171 + ], + "peak": [ + 164, + 170 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m1/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/globe.png new file mode 100644 index 000000000..fcbffc54f Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m1/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/heightmap.png new file mode 100644 index 000000000..f47abdfbc Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m1/index.md b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/index.md new file mode 100644 index 000000000..484aebb37 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ205e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3024901865 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.12 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.291 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205e-m1 + +Frozen moon. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 94% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m1/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/markers.json new file mode 100644 index 000000000..a5bb8a48d --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205e-m1/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 166, + 121 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 222, + 278 + ], + "area_fraction": 0.0252 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 143 + ], + "peak": [ + 0, + 156 + ], + "area_cells": 4076 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 460 + ], + "peak": [ + 67, + 499 + ], + "area_cells": 3911 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 483 + ], + "peak": [ + 2, + 485 + ], + "area_cells": 209 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 12 + ], + "peak": [ + 65, + 16 + ], + "area_cells": 811 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 374 + ], + "peak": [ + 137, + 352 + ], + "area_cells": 2884 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 81 + ], + "peak": [ + 73, + 81 + ], + "area_cells": 128 + }, + { + "id": "range_11", + "name": null, + "center": [ + 74, + 299 + ], + "peak": [ + 75, + 298 + ], + "area_cells": 54 + }, + { + "id": "range_12", + "name": null, + "center": [ + 93, + 27 + ], + "peak": [ + 87, + 30 + ], + "area_cells": 168 + }, + { + "id": "range_13", + "name": null, + "center": [ + 97, + 108 + ], + "peak": [ + 98, + 102 + ], + "area_cells": 786 + }, + { + "id": "range_15", + "name": null, + "center": [ + 119, + 45 + ], + "peak": [ + 119, + 48 + ], + "area_cells": 1009 + }, + { + "id": "range_21", + "name": null, + "center": [ + 155, + 321 + ], + "peak": [ + 155, + 322 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m2/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/globe.png new file mode 100644 index 000000000..aaec4bbbc Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m2/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/heightmap.png new file mode 100644 index 000000000..689d46103 Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m2/index.md b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/index.md new file mode 100644 index 000000000..ad9d4ec32 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ205e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4155289259 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 6.1 +physical: + gravity_g: 0.08 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.921 + polar_ice_lat: 0.931 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205e-m2 + +Barren moon. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e-m2/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/markers.json new file mode 100644 index 000000000..8737c11af --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205e-m2/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 119 + ], + "area_fraction": 0.012 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 387 + ], + "area_fraction": 0.0192 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 51, + 221 + ], + "area_fraction": 0.0195 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 171, + 209 + ], + "peak": [ + 171, + 237 + ], + "area_cells": 19066 + }, + { + "id": "range_3", + "name": null, + "center": [ + 121, + 217 + ], + "peak": [ + 122, + 217 + ], + "area_cells": 74 + }, + { + "id": "range_7", + "name": null, + "center": [ + 177, + 400 + ], + "peak": [ + 182, + 381 + ], + "area_cells": 2830 + }, + { + "id": "range_8", + "name": null, + "center": [ + 139, + 58 + ], + "peak": [ + 139, + 58 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 189, + 473 + ], + "peak": [ + 186, + 476 + ], + "area_cells": 211 + }, + { + "id": "range_12", + "name": null, + "center": [ + 180, + 47 + ], + "peak": [ + 180, + 48 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 194, + 16 + ], + "peak": [ + 189, + 13 + ], + "area_cells": 330 + }, + { + "id": "range_14", + "name": null, + "center": [ + 190, + 501 + ], + "peak": [ + 194, + 502 + ], + "area_cells": 179 + }, + { + "id": "range_23", + "name": null, + "center": [ + 215, + 501 + ], + "peak": [ + 215, + 503 + ], + "area_cells": 91 + }, + { + "id": "range_24", + "name": null, + "center": [ + 218, + 2 + ], + "peak": [ + 220, + 0 + ], + "area_cells": 65 + }, + { + "id": "range_25", + "name": null, + "center": [ + 215, + 40 + ], + "peak": [ + 218, + 39 + ], + "area_cells": 21 + }, + { + "id": "range_28", + "name": null, + "center": [ + 219, + 510 + ], + "peak": [ + 218, + 511 + ], + "area_cells": 21 + }, + { + "id": "range_29", + "name": null, + "center": [ + 218, + 70 + ], + "peak": [ + 219, + 71 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205e/globe.png new file mode 100644 index 000000000..bc89204b7 Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205e/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205e/index.md b/wiki/star-systems/GJ-205/bodies/GJ205e/index.md new file mode 100644 index 000000000..527b4ac65 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ205e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2772398680 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.041 + period_days: 580.0 + axial_tilt_deg: 6.4 +physical: + gravity_g: null + oblateness: 0.0891 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.195 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.084 +rings: + enabled: true + inner_radius_factor: 1.21 + outer_radius_factor: 2.61 + opacity_base: 0.58 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ205e + +Gas giant. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205f/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205f/globe.png new file mode 100644 index 000000000..da7179a4e Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205f/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205f/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205f/heightmap.png new file mode 100644 index 000000000..99624b17e Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205f/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205f/index.md b/wiki/star-systems/GJ-205/bodies/GJ205f/index.md new file mode 100644 index 000000000..d8bf70c4a --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ205f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3533318738 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.37 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.227 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.289 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205f + +Frozen planet. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205f/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205f/markers.json new file mode 100644 index 000000000..2b41c399b --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205f/markers.json @@ -0,0 +1,263 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 284 + ], + "area_fraction": 0.1867 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 95, + 369 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 102, + 178 + ], + "area_fraction": 0.0187 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 222, + 163 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 147, + 291 + ], + "peak": [ + 177, + 227 + ], + "area_cells": 16148 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 7 + ], + "peak": [ + 68, + 11 + ], + "area_cells": 77 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 508 + ], + "peak": [ + 88, + 508 + ], + "area_cells": 141 + }, + { + "id": "range_7", + "name": null, + "center": [ + 114, + 47 + ], + "peak": [ + 115, + 51 + ], + "area_cells": 309 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 469 + ], + "peak": [ + 128, + 473 + ], + "area_cells": 64 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 479 + ], + "peak": [ + 156, + 459 + ], + "area_cells": 775 + }, + { + "id": "range_13", + "name": null, + "center": [ + 148, + 10 + ], + "peak": [ + 155, + 0 + ], + "area_cells": 306 + }, + { + "id": "range_14", + "name": null, + "center": [ + 169, + 146 + ], + "peak": [ + 169, + 147 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 202, + 15 + ], + "peak": [ + 201, + 24 + ], + "area_cells": 536 + }, + { + "id": "range_16", + "name": null, + "center": [ + 206, + 479 + ], + "peak": [ + 202, + 466 + ], + "area_cells": 1161 + }, + { + "id": "range_17", + "name": null, + "center": [ + 200, + 135 + ], + "peak": [ + 201, + 136 + ], + "area_cells": 102 + }, + { + "id": "range_18", + "name": null, + "center": [ + 207, + 49 + ], + "peak": [ + 209, + 52 + ], + "area_cells": 118 + }, + { + "id": "range_19", + "name": null, + "center": [ + 236, + 74 + ], + "peak": [ + 255, + 63 + ], + "area_cells": 1210 + }, + { + "id": "range_23", + "name": null, + "center": [ + 244, + 498 + ], + "peak": [ + 243, + 491 + ], + "area_cells": 123 + }, + { + "id": "range_24", + "name": null, + "center": [ + 249, + 467 + ], + "peak": [ + 250, + 462 + ], + "area_cells": 120 + }, + { + "id": "range_25", + "name": null, + "center": [ + 249, + 0 + ], + "peak": [ + 247, + 0 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205g/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205g/globe.png new file mode 100644 index 000000000..cd374810f Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205g/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205g/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205g/heightmap.png new file mode 100644 index 000000000..ddd36ae00 Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205g/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205g/index.md b/wiki/star-systems/GJ-205/bodies/GJ205g/index.md new file mode 100644 index 000000000..7bcbd58c4 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ205g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1366149839 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.14 + period_days: 4600.0 + axial_tilt_deg: 45.7 +physical: + gravity_g: 0.28 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.239 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205g + +Frozen planet. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205g/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205g/markers.json new file mode 100644 index 000000000..31cffa40d --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205g/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 213, + 305 + ], + "area_fraction": 0.0638 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 229, + 420 + ], + "area_fraction": 0.028 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 319 + ], + "peak": [ + 88, + 378 + ], + "area_cells": 28498 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 23 + ], + "peak": [ + 65, + 13 + ], + "area_cells": 2864 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 275 + ], + "peak": [ + 38, + 277 + ], + "area_cells": 58 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 303 + ], + "peak": [ + 142, + 302 + ], + "area_cells": 225 + }, + { + "id": "range_9", + "name": null, + "center": [ + 163, + 388 + ], + "peak": [ + 163, + 389 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-205/bodies/GJ205h/globe.png b/wiki/star-systems/GJ-205/bodies/GJ205h/globe.png new file mode 100644 index 000000000..1ff508817 Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205h/globe.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205h/heightmap.png b/wiki/star-systems/GJ-205/bodies/GJ205h/heightmap.png new file mode 100644 index 000000000..27647c7bf Binary files /dev/null and b/wiki/star-systems/GJ-205/bodies/GJ205h/heightmap.png differ diff --git a/wiki/star-systems/GJ-205/bodies/GJ205h/index.md b/wiki/star-systems/GJ-205/bodies/GJ205h/index.md new file mode 100644 index 000000000..972923fcf --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ205h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1981727236 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.571 + period_days: 9200.0 + axial_tilt_deg: 43.8 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.243 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.296 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ205h + +Frozen planet. + +**System:** [GJ-205](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-205/bodies/GJ205h/markers.json b/wiki/star-systems/GJ-205/bodies/GJ205h/markers.json new file mode 100644 index 000000000..7d2d46ce2 --- /dev/null +++ b/wiki/star-systems/GJ-205/bodies/GJ205h/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 58, + 286 + ], + "area_fraction": 0.1548 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 32, + 472 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 68, + 23 + ], + "area_fraction": 0.02 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 201, + 184 + ], + "peak": [ + 199, + 204 + ], + "area_cells": 6543 + }, + { + "id": "range_2", + "name": null, + "center": [ + 171, + 471 + ], + "peak": [ + 176, + 471 + ], + "area_cells": 239 + }, + { + "id": "range_3", + "name": null, + "center": [ + 166, + 60 + ], + "peak": [ + 166, + 61 + ], + "area_cells": 74 + }, + { + "id": "range_4", + "name": null, + "center": [ + 166, + 507 + ], + "peak": [ + 167, + 508 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 213, + 54 + ], + "peak": [ + 214, + 69 + ], + "area_cells": 4523 + }, + { + "id": "range_6", + "name": null, + "center": [ + 202, + 367 + ], + "peak": [ + 198, + 360 + ], + "area_cells": 1261 + }, + { + "id": "range_9", + "name": null, + "center": [ + 190, + 281 + ], + "peak": [ + 192, + 285 + ], + "area_cells": 69 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 296 + ], + "peak": [ + 195, + 295 + ], + "area_cells": 74 + }, + { + "id": "range_11", + "name": null, + "center": [ + 211, + 508 + ], + "peak": [ + 217, + 511 + ], + "area_cells": 70 + }, + { + "id": "range_18", + "name": null, + "center": [ + 233, + 385 + ], + "peak": [ + 233, + 384 + ], + "area_cells": 47 + }, + { + "id": "range_19", + "name": null, + "center": [ + 237, + 345 + ], + "peak": [ + 238, + 344 + ], + "area_cells": 25 + }, + { + "id": "range_20", + "name": null, + "center": [ + 246, + 227 + ], + "peak": [ + 245, + 225 + ], + "area_cells": 105 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ208b/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208b/globe.png new file mode 100644 index 000000000..735c7cfa0 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208b/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208b/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208b/heightmap.png new file mode 100644 index 000000000..d62c71479 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208b/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208b/index.md b/wiki/star-systems/GJ-208/bodies/GJ208b/index.md new file mode 100644 index 000000000..7c11f3864 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ208b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1327257778 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 33.0 +physical: + gravity_g: 0.36 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.816 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208b + +Barren planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 95% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208b/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208b/markers.json new file mode 100644 index 000000000..90cf215a1 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208b/markers.json @@ -0,0 +1,324 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 158, + 125 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 9 + ], + "peak": [ + 0, + 7 + ], + "area_cells": 220 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 30 + ], + "peak": [ + 4, + 35 + ], + "area_cells": 135 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 47 + ], + "peak": [ + 5, + 47 + ], + "area_cells": 60 + }, + { + "id": "range_5", + "name": null, + "center": [ + 1, + 127 + ], + "peak": [ + 0, + 133 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 3, + 425 + ], + "peak": [ + 3, + 425 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 3, + 500 + ], + "peak": [ + 0, + 503 + ], + "area_cells": 204 + }, + { + "id": "range_9", + "name": null, + "center": [ + 33, + 460 + ], + "peak": [ + 32, + 440 + ], + "area_cells": 1118 + }, + { + "id": "range_10", + "name": null, + "center": [ + 22, + 9 + ], + "peak": [ + 22, + 10 + ], + "area_cells": 48 + }, + { + "id": "range_11", + "name": null, + "center": [ + 34, + 251 + ], + "peak": [ + 34, + 256 + ], + "area_cells": 214 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 417 + ], + "peak": [ + 37, + 419 + ], + "area_cells": 609 + }, + { + "id": "range_16", + "name": null, + "center": [ + 49, + 234 + ], + "peak": [ + 51, + 234 + ], + "area_cells": 139 + }, + { + "id": "range_17", + "name": null, + "center": [ + 63, + 350 + ], + "peak": [ + 67, + 349 + ], + "area_cells": 441 + }, + { + "id": "range_18", + "name": null, + "center": [ + 109, + 348 + ], + "peak": [ + 108, + 312 + ], + "area_cells": 3926 + }, + { + "id": "range_19", + "name": null, + "center": [ + 55, + 216 + ], + "peak": [ + 57, + 217 + ], + "area_cells": 123 + }, + { + "id": "range_22", + "name": null, + "center": [ + 79, + 96 + ], + "peak": [ + 80, + 96 + ], + "area_cells": 42 + }, + { + "id": "range_23", + "name": null, + "center": [ + 78, + 250 + ], + "peak": [ + 78, + 251 + ], + "area_cells": 99 + }, + { + "id": "range_24", + "name": null, + "center": [ + 105, + 174 + ], + "peak": [ + 105, + 172 + ], + "area_cells": 421 + }, + { + "id": "range_26", + "name": null, + "center": [ + 91, + 114 + ], + "peak": [ + 92, + 115 + ], + "area_cells": 35 + }, + { + "id": "range_27", + "name": null, + "center": [ + 120, + 215 + ], + "peak": [ + 101, + 224 + ], + "area_cells": 1140 + }, + { + "id": "range_28", + "name": null, + "center": [ + 132, + 9 + ], + "peak": [ + 115, + 5 + ], + "area_cells": 458 + }, + { + "id": "range_29", + "name": null, + "center": [ + 121, + 54 + ], + "peak": [ + 125, + 54 + ], + "area_cells": 114 + }, + { + "id": "range_30", + "name": null, + "center": [ + 117, + 499 + ], + "peak": [ + 117, + 500 + ], + "area_cells": 43 + }, + { + "id": "range_34", + "name": null, + "center": [ + 190, + 269 + ], + "peak": [ + 191, + 269 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208c/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208c/globe.png new file mode 100644 index 000000000..cf89ce675 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208c/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208c/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208c/heightmap.png new file mode 100644 index 000000000..61c733566 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208c/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208c/index.md b/wiki/star-systems/GJ-208/bodies/GJ208c/index.md new file mode 100644 index 000000000..22bad1d7e --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ208c +name: Remanso +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3102443184 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.391 + period_days: 100.0 + axial_tilt_deg: 31.0 +physical: + gravity_g: 0.84 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.432 + polar_ice_lat: 0.698 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Remanso + +Temperate planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 43% | +| **Year** | 100 days | +| **Inhabited** | yes | +| **Population** | 42K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208c/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208c/markers.json new file mode 100644 index 000000000..b970b5b7d --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208c/markers.json @@ -0,0 +1,703 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 155, + 107 + ], + [ + 154, + 108 + ], + [ + 153, + 109 + ], + [ + 154, + 110 + ], + [ + 155, + 111 + ], + [ + 156, + 112 + ], + [ + 156, + 113 + ], + [ + 157, + 114 + ], + [ + 158, + 115 + ], + [ + 157, + 116 + ], + [ + 158, + 116 + ], + [ + 158, + 117 + ], + [ + 157, + 118 + ], + [ + 156, + 119 + ], + [ + 157, + 119 + ], + [ + 156, + 120 + ], + [ + 157, + 120 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 253, + 70 + ], + [ + 254, + 71 + ], + [ + 255, + 70 + ], + [ + 255, + 69 + ], + [ + 255, + 68 + ], + [ + 255, + 67 + ], + [ + 255, + 66 + ], + [ + 254, + 65 + ], + [ + 254, + 64 + ], + [ + 255, + 64 + ], + [ + 255, + 65 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 248, + 96 + ], + [ + 247, + 95 + ], + [ + 246, + 94 + ], + [ + 245, + 93 + ], + [ + 244, + 92 + ], + [ + 243, + 92 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 133, + 49 + ], + [ + 133, + 48 + ], + [ + 134, + 47 + ], + [ + 134, + 46 + ], + [ + 135, + 45 + ], + [ + 136, + 44 + ], + [ + 136, + 43 + ], + [ + 137, + 44 + ], + [ + 138, + 44 + ], + [ + 138, + 43 + ], + [ + 137, + 43 + ], + [ + 136, + 42 + ], + [ + 137, + 41 + ], + [ + 138, + 40 + ], + [ + 139, + 40 + ], + [ + 140, + 40 + ], + [ + 141, + 39 + ], + [ + 142, + 39 + ], + [ + 142, + 38 + ], + [ + 141, + 38 + ], + [ + 142, + 37 + ], + [ + 143, + 37 + ], + [ + 144, + 37 + ], + [ + 145, + 36 + ], + [ + 146, + 35 + ], + [ + 145, + 35 + ], + [ + 144, + 36 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 115, + 392 + ], + [ + 116, + 392 + ], + [ + 117, + 391 + ], + [ + 118, + 391 + ], + [ + 119, + 392 + ], + [ + 120, + 392 + ], + [ + 121, + 393 + ], + [ + 122, + 394 + ], + [ + 123, + 395 + ], + [ + 124, + 394 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 126, + 460 + ], + [ + 125, + 460 + ], + [ + 124, + 459 + ], + [ + 123, + 458 + ], + [ + 122, + 457 + ], + [ + 121, + 456 + ], + [ + 120, + 455 + ], + [ + 119, + 454 + ], + [ + 118, + 453 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 149, + 131 + ], + [ + 150, + 130 + ], + [ + 151, + 129 + ], + [ + 152, + 128 + ], + [ + 153, + 127 + ], + [ + 154, + 126 + ], + [ + 155, + 125 + ], + [ + 155, + 124 + ], + [ + 156, + 123 + ], + [ + 156, + 122 + ], + [ + 157, + 121 + ], + [ + 157, + 120 + ], + [ + 158, + 120 + ], + [ + 157, + 119 + ], + [ + 158, + 119 + ], + [ + 157, + 118 + ], + [ + 158, + 118 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 106, + 387 + ], + [ + 107, + 388 + ], + [ + 108, + 389 + ], + [ + 108, + 390 + ], + [ + 108, + 391 + ], + [ + 107, + 392 + ], + [ + 107, + 393 + ], + [ + 107, + 394 + ], + [ + 107, + 395 + ], + [ + 107, + 396 + ], + [ + 106, + 397 + ], + [ + 106, + 398 + ], + [ + 105, + 399 + ], + [ + 105, + 400 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 242, + 511 + ], + [ + 243, + 0 + ], + [ + 244, + 0 + ], + [ + 245, + 0 + ], + [ + 246, + 1 + ], + [ + 247, + 0 + ], + [ + 248, + 0 + ], + [ + 249, + 0 + ], + [ + 250, + 0 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 144, + 226 + ], + [ + 143, + 227 + ], + [ + 142, + 228 + ], + [ + 141, + 229 + ], + [ + 140, + 230 + ], + [ + 139, + 231 + ], + [ + 138, + 232 + ], + [ + 137, + 233 + ], + [ + 136, + 234 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 62, + 245 + ], + "area_fraction": 0.4829 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 232, + 207 + ], + "area_fraction": 0.0818 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 388 + ], + "peak": [ + 115, + 392 + ], + "area_cells": 323 + }, + { + "id": "range_3", + "name": null, + "center": [ + 123, + 471 + ], + "peak": [ + 126, + 460 + ], + "area_cells": 692 + }, + { + "id": "range_4", + "name": null, + "center": [ + 179, + 137 + ], + "peak": [ + 194, + 31 + ], + "area_cells": 4822 + }, + { + "id": "range_5", + "name": null, + "center": [ + 160, + 445 + ], + "peak": [ + 159, + 437 + ], + "area_cells": 2879 + }, + { + "id": "range_6", + "name": null, + "center": [ + 175, + 315 + ], + "peak": [ + 147, + 329 + ], + "area_cells": 978 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 131 + ], + "peak": [ + 149, + 131 + ], + "area_cells": 65 + }, + { + "id": "range_8", + "name": null, + "center": [ + 173, + 231 + ], + "peak": [ + 174, + 232 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208d/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208d/globe.png new file mode 100644 index 000000000..51c4a35f8 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208d/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208d/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208d/heightmap.png new file mode 100644 index 000000000..729370c91 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208d/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208d/index.md b/wiki/star-systems/GJ-208/bodies/GJ208d/index.md new file mode 100644 index 000000000..f3151b670 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ208d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 280477001 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 23.6 +physical: + gravity_g: 0.52 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.611 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208d + +Cold Arid planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208d/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208d/markers.json new file mode 100644 index 000000000..6769573ea --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208d/markers.json @@ -0,0 +1,1303 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 66, + 278 + ], + [ + 66, + 279 + ], + [ + 65, + 280 + ], + [ + 65, + 281 + ], + [ + 66, + 282 + ], + [ + 65, + 283 + ], + [ + 66, + 284 + ], + [ + 66, + 285 + ], + [ + 67, + 284 + ], + [ + 67, + 283 + ], + [ + 68, + 282 + ], + [ + 69, + 281 + ], + [ + 70, + 281 + ], + [ + 71, + 281 + ], + [ + 72, + 280 + ], + [ + 73, + 280 + ], + [ + 74, + 280 + ], + [ + 75, + 279 + ], + [ + 76, + 279 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 69, + 253 + ], + [ + 69, + 254 + ], + [ + 70, + 255 + ], + [ + 71, + 256 + ], + [ + 72, + 257 + ], + [ + 73, + 257 + ], + [ + 74, + 256 + ], + [ + 75, + 255 + ], + [ + 76, + 254 + ], + [ + 77, + 254 + ], + [ + 78, + 253 + ], + [ + 78, + 252 + ], + [ + 78, + 251 + ], + [ + 77, + 251 + ], + [ + 77, + 250 + ], + [ + 78, + 249 + ], + [ + 78, + 250 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 84, + 195 + ], + [ + 84, + 194 + ], + [ + 85, + 194 + ], + [ + 86, + 194 + ], + [ + 86, + 193 + ], + [ + 87, + 192 + ], + [ + 88, + 191 + ], + [ + 88, + 192 + ], + [ + 87, + 191 + ], + [ + 88, + 190 + ], + [ + 88, + 189 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 38, + 91 + ], + [ + 37, + 90 + ], + [ + 38, + 89 + ], + [ + 37, + 88 + ], + [ + 36, + 89 + ], + [ + 36, + 88 + ], + [ + 35, + 89 + ], + [ + 34, + 88 + ], + [ + 33, + 88 + ], + [ + 32, + 89 + ], + [ + 31, + 90 + ], + [ + 30, + 90 + ], + [ + 29, + 89 + ], + [ + 28, + 88 + ], + [ + 27, + 89 + ], + [ + 26, + 89 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 140, + 312 + ], + [ + 141, + 311 + ], + [ + 142, + 310 + ], + [ + 143, + 309 + ], + [ + 144, + 308 + ], + [ + 145, + 307 + ], + [ + 146, + 306 + ], + [ + 147, + 307 + ], + [ + 148, + 306 + ], + [ + 149, + 306 + ], + [ + 150, + 307 + ], + [ + 151, + 308 + ], + [ + 152, + 309 + ], + [ + 153, + 308 + ], + [ + 154, + 309 + ], + [ + 155, + 310 + ], + [ + 155, + 311 + ], + [ + 156, + 311 + ], + [ + 156, + 310 + ], + [ + 155, + 309 + ], + [ + 156, + 309 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 1, + 149 + ], + [ + 2, + 149 + ], + [ + 3, + 150 + ], + [ + 4, + 151 + ], + [ + 5, + 151 + ], + [ + 6, + 152 + ], + [ + 7, + 152 + ], + [ + 6, + 153 + ], + [ + 5, + 153 + ], + [ + 5, + 154 + ], + [ + 4, + 154 + ], + [ + 3, + 153 + ], + [ + 2, + 154 + ], + [ + 2, + 153 + ], + [ + 2, + 152 + ], + [ + 3, + 151 + ], + [ + 2, + 150 + ], + [ + 1, + 151 + ], + [ + 1, + 152 + ], + [ + 0, + 153 + ], + [ + 1, + 153 + ], + [ + 1, + 154 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 8, + 39 + ], + [ + 9, + 38 + ], + [ + 8, + 37 + ], + [ + 7, + 37 + ], + [ + 6, + 38 + ], + [ + 5, + 39 + ], + [ + 4, + 38 + ], + [ + 3, + 38 + ], + [ + 2, + 39 + ], + [ + 1, + 40 + ], + [ + 0, + 41 + ], + [ + 0, + 42 + ], + [ + 0, + 43 + ], + [ + 0, + 44 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 144, + 160 + ], + [ + 143, + 159 + ], + [ + 142, + 158 + ], + [ + 142, + 159 + ], + [ + 141, + 158 + ], + [ + 140, + 158 + ], + [ + 139, + 159 + ], + [ + 140, + 160 + ], + [ + 141, + 161 + ], + [ + 141, + 160 + ], + [ + 140, + 159 + ], + [ + 141, + 159 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 130, + 254 + ], + [ + 129, + 253 + ], + [ + 128, + 252 + ], + [ + 127, + 251 + ], + [ + 126, + 250 + ], + [ + 125, + 249 + ], + [ + 124, + 248 + ], + [ + 123, + 247 + ], + [ + 122, + 246 + ], + [ + 121, + 246 + ], + [ + 120, + 247 + ], + [ + 119, + 247 + ], + [ + 118, + 248 + ], + [ + 117, + 249 + ], + [ + 116, + 250 + ], + [ + 115, + 251 + ], + [ + 114, + 251 + ], + [ + 113, + 250 + ], + [ + 112, + 249 + ], + [ + 113, + 249 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 73, + 266 + ], + [ + 73, + 265 + ], + [ + 73, + 264 + ], + [ + 72, + 263 + ], + [ + 71, + 262 + ], + [ + 70, + 261 + ], + [ + 69, + 260 + ], + [ + 68, + 259 + ], + [ + 68, + 260 + ], + [ + 67, + 261 + ], + [ + 66, + 261 + ], + [ + 65, + 262 + ], + [ + 64, + 263 + ], + [ + 63, + 264 + ], + [ + 62, + 265 + ], + [ + 61, + 264 + ], + [ + 60, + 265 + ], + [ + 59, + 265 + ], + [ + 58, + 266 + ], + [ + 57, + 267 + ], + [ + 56, + 266 + ], + [ + 55, + 267 + ], + [ + 55, + 266 + ], + [ + 55, + 265 + ], + [ + 54, + 265 + ], + [ + 55, + 264 + ], + [ + 54, + 263 + ], + [ + 54, + 264 + ], + [ + 55, + 263 + ], + [ + 54, + 262 + ], + [ + 53, + 263 + ], + [ + 53, + 264 + ], + [ + 52, + 263 + ], + [ + 51, + 263 + ], + [ + 50, + 263 + ], + [ + 49, + 264 + ], + [ + 48, + 263 + ], + [ + 47, + 263 + ], + [ + 46, + 263 + ], + [ + 45, + 262 + ], + [ + 44, + 261 + ], + [ + 43, + 262 + ], + [ + 42, + 262 + ], + [ + 41, + 262 + ], + [ + 40, + 262 + ], + [ + 39, + 263 + ], + [ + 39, + 264 + ], + [ + 38, + 264 + ], + [ + 38, + 265 + ], + [ + 37, + 266 + ], + [ + 36, + 267 + ], + [ + 35, + 268 + ], + [ + 34, + 269 + ], + [ + 33, + 270 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 86, + 309 + ], + [ + 87, + 308 + ], + [ + 88, + 307 + ], + [ + 89, + 307 + ], + [ + 90, + 306 + ], + [ + 91, + 306 + ], + [ + 92, + 306 + ], + [ + 93, + 306 + ], + [ + 94, + 306 + ], + [ + 95, + 306 + ], + [ + 96, + 305 + ], + [ + 97, + 304 + ], + [ + 98, + 303 + ], + [ + 99, + 302 + ], + [ + 100, + 301 + ], + [ + 101, + 300 + ], + [ + 102, + 299 + ], + [ + 103, + 298 + ], + [ + 103, + 297 + ], + [ + 104, + 296 + ], + [ + 105, + 295 + ], + [ + 106, + 294 + ], + [ + 105, + 293 + ], + [ + 105, + 292 + ], + [ + 105, + 291 + ], + [ + 105, + 290 + ], + [ + 105, + 289 + ], + [ + 105, + 288 + ], + [ + 106, + 287 + ], + [ + 105, + 286 + ], + [ + 105, + 285 + ], + [ + 106, + 284 + ], + [ + 106, + 283 + ], + [ + 105, + 283 + ], + [ + 106, + 282 + ], + [ + 106, + 281 + ], + [ + 105, + 280 + ], + [ + 104, + 279 + ], + [ + 104, + 278 + ], + [ + 104, + 277 + ], + [ + 105, + 278 + ], + [ + 105, + 277 + ], + [ + 104, + 276 + ], + [ + 105, + 275 + ], + [ + 106, + 274 + ], + [ + 107, + 275 + ], + [ + 108, + 275 + ], + [ + 108, + 274 + ], + [ + 109, + 273 + ], + [ + 110, + 272 + ], + [ + 111, + 273 + ], + [ + 112, + 274 + ], + [ + 113, + 274 + ], + [ + 114, + 273 + ], + [ + 114, + 274 + ], + [ + 115, + 275 + ], + [ + 115, + 274 + ], + [ + 116, + 274 + ], + [ + 115, + 273 + ], + [ + 115, + 272 + ], + [ + 116, + 273 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 18, + 259 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 135 + ], + "peak": [ + 45, + 135 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 132 + ], + "peak": [ + 55, + 132 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 158, + 342 + ], + "peak": [ + 166, + 342 + ], + "area_cells": 9964 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 123 + ], + "peak": [ + 66, + 121 + ], + "area_cells": 96 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 448 + ], + "peak": [ + 66, + 447 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 69, + 430 + ], + "peak": [ + 70, + 430 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 9 + ], + "peak": [ + 177, + 9 + ], + "area_cells": 461 + }, + { + "id": "range_11", + "name": null, + "center": [ + 175, + 486 + ], + "peak": [ + 174, + 502 + ], + "area_cells": 764 + }, + { + "id": "range_12", + "name": null, + "center": [ + 204, + 484 + ], + "peak": [ + 204, + 482 + ], + "area_cells": 335 + }, + { + "id": "range_13", + "name": null, + "center": [ + 206, + 6 + ], + "peak": [ + 205, + 0 + ], + "area_cells": 120 + }, + { + "id": "range_14", + "name": null, + "center": [ + 234, + 285 + ], + "peak": [ + 234, + 290 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208e-m1/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/globe.png new file mode 100644 index 000000000..e7f7499bb Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208e-m1/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/heightmap.png new file mode 100644 index 000000000..2bc38f0e0 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208e-m1/index.md b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/index.md new file mode 100644 index 000000000..2ee584924 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ208e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 607038182 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 53.8 +physical: + gravity_g: 0.1 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208e-m1 + +Frozen moon. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 95% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208e-m1/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/markers.json new file mode 100644 index 000000000..52a4e5c06 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208e-m1/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 139 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 5, + 280 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 57 + ], + "peak": [ + 62, + 57 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 239 + ], + "peak": [ + 94, + 240 + ], + "area_cells": 3692 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 457 + ], + "peak": [ + 81, + 447 + ], + "area_cells": 1956 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 37 + ], + "peak": [ + 86, + 38 + ], + "area_cells": 267 + }, + { + "id": "range_11", + "name": null, + "center": [ + 118, + 456 + ], + "peak": [ + 118, + 456 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 144, + 276 + ], + "peak": [ + 144, + 274 + ], + "area_cells": 552 + }, + { + "id": "range_13", + "name": null, + "center": [ + 152, + 478 + ], + "peak": [ + 150, + 476 + ], + "area_cells": 266 + }, + { + "id": "range_14", + "name": null, + "center": [ + 145, + 431 + ], + "peak": [ + 145, + 431 + ], + "area_cells": 67 + }, + { + "id": "range_16", + "name": null, + "center": [ + 147, + 407 + ], + "peak": [ + 149, + 404 + ], + "area_cells": 86 + }, + { + "id": "range_17", + "name": null, + "center": [ + 216, + 474 + ], + "peak": [ + 214, + 506 + ], + "area_cells": 4513 + }, + { + "id": "range_18", + "name": null, + "center": [ + 206, + 64 + ], + "peak": [ + 217, + 61 + ], + "area_cells": 8835 + }, + { + "id": "range_19", + "name": null, + "center": [ + 183, + 278 + ], + "peak": [ + 187, + 275 + ], + "area_cells": 85 + }, + { + "id": "range_20", + "name": null, + "center": [ + 233, + 262 + ], + "peak": [ + 218, + 284 + ], + "area_cells": 6139 + }, + { + "id": "range_21", + "name": null, + "center": [ + 207, + 155 + ], + "peak": [ + 207, + 155 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208e/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208e/globe.png new file mode 100644 index 000000000..b4b9e19b8 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208e/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208e/index.md b/wiki/star-systems/GJ-208/bodies/GJ208e/index.md new file mode 100644 index 000000000..b70bbf466 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ208e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 941175289 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 15.6 +physical: + gravity_g: null + oblateness: 0.0574 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.372 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.121 +--- + +# GJ208e + +Gas giant. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208f/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208f/globe.png new file mode 100644 index 000000000..8827dd3e9 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208f/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208f/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208f/heightmap.png new file mode 100644 index 000000000..8d0769968 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208f/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208f/index.md b/wiki/star-systems/GJ-208/bodies/GJ208f/index.md new file mode 100644 index 000000000..85af63a26 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ208f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1792417852 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.937 + period_days: 3200.0 + axial_tilt_deg: 15.9 +physical: + gravity_g: 0.4 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.119 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.435 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208f + +Frozen planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208f/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208f/markers.json new file mode 100644 index 000000000..5ec59cdaa --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208f/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 360 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 146, + 305 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 222, + 254 + ], + "area_fraction": 0.1452 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 236, + 17 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 237, + 494 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 92, + 71 + ], + "peak": [ + 115, + 28 + ], + "area_cells": 10122 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 417 + ], + "peak": [ + 92, + 392 + ], + "area_cells": 9103 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 488 + ], + "peak": [ + 59, + 482 + ], + "area_cells": 439 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 240 + ], + "peak": [ + 85, + 222 + ], + "area_cells": 1217 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 183 + ], + "peak": [ + 90, + 183 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 117, + 342 + ], + "peak": [ + 116, + 342 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208g/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208g/globe.png new file mode 100644 index 000000000..ae6b7a0b6 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208g/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208g/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208g/heightmap.png new file mode 100644 index 000000000..0be8ebcab Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208g/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208g/index.md b/wiki/star-systems/GJ-208/bodies/GJ208g/index.md new file mode 100644 index 000000000..8155f9b62 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ208g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4075583162 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.885 + period_days: 7400.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.31 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.889 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.321 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208g + +Frozen planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.31g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 7400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208g/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208g/markers.json new file mode 100644 index 000000000..2e91111da --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208g/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 54, + 127 + ], + "area_fraction": 0.0786 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 108, + 395 + ], + "peak": [ + 105, + 392 + ], + "area_cells": 332 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 319 + ], + "peak": [ + 106, + 318 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 377 + ], + "peak": [ + 123, + 380 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 200, + 303 + ], + "peak": [ + 184, + 360 + ], + "area_cells": 14807 + }, + { + "id": "range_7", + "name": null, + "center": [ + 176, + 124 + ], + "peak": [ + 177, + 125 + ], + "area_cells": 55 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 159 + ], + "peak": [ + 182, + 162 + ], + "area_cells": 161 + }, + { + "id": "range_9", + "name": null, + "center": [ + 198, + 164 + ], + "peak": [ + 201, + 166 + ], + "area_cells": 103 + }, + { + "id": "range_12", + "name": null, + "center": [ + 217, + 474 + ], + "peak": [ + 215, + 458 + ], + "area_cells": 248 + }, + { + "id": "range_13", + "name": null, + "center": [ + 250, + 442 + ], + "peak": [ + 252, + 438 + ], + "area_cells": 111 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208h/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208h/globe.png new file mode 100644 index 000000000..af122f5ca Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208h/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208h/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208h/heightmap.png new file mode 100644 index 000000000..60b424a33 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208h/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208h/index.md b/wiki/star-systems/GJ-208/bodies/GJ208h/index.md new file mode 100644 index 000000000..4213a1f53 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ208h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1059554140 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.513 + period_days: 16000.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.23 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.74 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.296 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208h + +Frozen planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.23g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208h/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208h/markers.json new file mode 100644 index 000000000..e7a0b8141 --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208h/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 240 + ], + "area_fraction": 0.2376 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 240, + 179 + ], + "area_fraction": 0.016 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 150 + ], + "peak": [ + 86, + 152 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 269 + ], + "peak": [ + 91, + 269 + ], + "area_cells": 42 + }, + { + "id": "range_3", + "name": null, + "center": [ + 155, + 333 + ], + "peak": [ + 170, + 317 + ], + "area_cells": 9859 + }, + { + "id": "range_5", + "name": null, + "center": [ + 160, + 69 + ], + "peak": [ + 162, + 20 + ], + "area_cells": 8779 + }, + { + "id": "range_6", + "name": null, + "center": [ + 133, + 484 + ], + "peak": [ + 130, + 495 + ], + "area_cells": 437 + }, + { + "id": "range_7", + "name": null, + "center": [ + 150, + 190 + ], + "peak": [ + 149, + 192 + ], + "area_cells": 127 + }, + { + "id": "range_9", + "name": null, + "center": [ + 151, + 216 + ], + "peak": [ + 152, + 214 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 160, + 491 + ], + "peak": [ + 162, + 494 + ], + "area_cells": 546 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 506 + ], + "peak": [ + 192, + 507 + ], + "area_cells": 232 + }, + { + "id": "range_13", + "name": null, + "center": [ + 211, + 4 + ], + "peak": [ + 211, + 3 + ], + "area_cells": 46 + }, + { + "id": "range_14", + "name": null, + "center": [ + 211, + 508 + ], + "peak": [ + 213, + 507 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-208/bodies/GJ208i/globe.png b/wiki/star-systems/GJ-208/bodies/GJ208i/globe.png new file mode 100644 index 000000000..6b8650bc3 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208i/globe.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208i/heightmap.png b/wiki/star-systems/GJ-208/bodies/GJ208i/heightmap.png new file mode 100644 index 000000000..7f87b8da7 Binary files /dev/null and b/wiki/star-systems/GJ-208/bodies/GJ208i/heightmap.png differ diff --git a/wiki/star-systems/GJ-208/bodies/GJ208i/index.md b/wiki/star-systems/GJ-208/bodies/GJ208i/index.md new file mode 100644 index 000000000..2dcaf810b --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ208i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 729684025 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 19.03 + period_days: 34000.0 + axial_tilt_deg: 38.3 +physical: + gravity_g: 0.11 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.128 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.267 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ208i + +Frozen planet. + +**System:** [GJ-208](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-208/bodies/GJ208i/markers.json b/wiki/star-systems/GJ-208/bodies/GJ208i/markers.json new file mode 100644 index 000000000..71fff02bd --- /dev/null +++ b/wiki/star-systems/GJ-208/bodies/GJ208i/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 50 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 65, + 40 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 221, + 435 + ], + "area_fraction": 0.0775 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 227, + 115 + ], + "area_fraction": 0.0944 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 214, + 276 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 124, + 233 + ], + "peak": [ + 106, + 348 + ], + "area_cells": 15685 + }, + { + "id": "range_2", + "name": null, + "center": [ + 100, + 503 + ], + "peak": [ + 102, + 511 + ], + "area_cells": 103 + }, + { + "id": "range_6", + "name": null, + "center": [ + 159, + 323 + ], + "peak": [ + 160, + 324 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 182 + ], + "peak": [ + 157, + 178 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ2097b/globe.png b/wiki/star-systems/GJ-2097/bodies/GJ2097b/globe.png new file mode 100644 index 000000000..71a24d5e7 Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097b/globe.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097b/heightmap.png b/wiki/star-systems/GJ-2097/bodies/GJ2097b/heightmap.png new file mode 100644 index 000000000..1c2d37fba Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097b/heightmap.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097b/index.md b/wiki/star-systems/GJ-2097/bodies/GJ2097b/index.md new file mode 100644 index 000000000..2db9a0da0 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ2097b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2107354536 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 4.8 +physical: + gravity_g: 0.34 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.956 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ2097b + +Barren planet. + +**System:** [GJ-2097](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 95% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097b/markers.json b/wiki/star-systems/GJ-2097/bodies/GJ2097b/markers.json new file mode 100644 index 000000000..7617dde87 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097b/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 107 + ], + "peak": [ + 0, + 107 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 121 + ], + "peak": [ + 15, + 121 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 412 + ], + "peak": [ + 20, + 411 + ], + "area_cells": 93 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 104 + ], + "peak": [ + 32, + 105 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 351 + ], + "peak": [ + 30, + 345 + ], + "area_cells": 381 + }, + { + "id": "range_8", + "name": null, + "center": [ + 29, + 118 + ], + "peak": [ + 28, + 119 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 294 + ], + "peak": [ + 78, + 316 + ], + "area_cells": 2738 + }, + { + "id": "range_10", + "name": null, + "center": [ + 35, + 384 + ], + "peak": [ + 38, + 384 + ], + "area_cells": 520 + }, + { + "id": "range_22", + "name": null, + "center": [ + 53, + 442 + ], + "peak": [ + 53, + 448 + ], + "area_cells": 86 + }, + { + "id": "range_24", + "name": null, + "center": [ + 72, + 418 + ], + "peak": [ + 73, + 428 + ], + "area_cells": 384 + }, + { + "id": "range_28", + "name": null, + "center": [ + 81, + 500 + ], + "peak": [ + 81, + 501 + ], + "area_cells": 32 + }, + { + "id": "range_29", + "name": null, + "center": [ + 90, + 506 + ], + "peak": [ + 91, + 507 + ], + "area_cells": 20 + }, + { + "id": "range_30", + "name": null, + "center": [ + 95, + 54 + ], + "peak": [ + 95, + 54 + ], + "area_cells": 60 + }, + { + "id": "range_32", + "name": null, + "center": [ + 111, + 306 + ], + "peak": [ + 116, + 305 + ], + "area_cells": 156 + }, + { + "id": "range_35", + "name": null, + "center": [ + 158, + 119 + ], + "peak": [ + 193, + 112 + ], + "area_cells": 2606 + }, + { + "id": "range_36", + "name": null, + "center": [ + 117, + 350 + ], + "peak": [ + 119, + 349 + ], + "area_cells": 34 + }, + { + "id": "range_37", + "name": null, + "center": [ + 121, + 331 + ], + "peak": [ + 121, + 332 + ], + "area_cells": 42 + }, + { + "id": "range_38", + "name": null, + "center": [ + 158, + 380 + ], + "peak": [ + 153, + 366 + ], + "area_cells": 1839 + }, + { + "id": "range_39", + "name": null, + "center": [ + 128, + 471 + ], + "peak": [ + 127, + 464 + ], + "area_cells": 287 + }, + { + "id": "range_41", + "name": null, + "center": [ + 133, + 295 + ], + "peak": [ + 132, + 296 + ], + "area_cells": 48 + }, + { + "id": "range_42", + "name": null, + "center": [ + 138, + 187 + ], + "peak": [ + 138, + 188 + ], + "area_cells": 40 + }, + { + "id": "range_44", + "name": null, + "center": [ + 151, + 320 + ], + "peak": [ + 152, + 321 + ], + "area_cells": 225 + }, + { + "id": "range_45", + "name": null, + "center": [ + 155, + 172 + ], + "peak": [ + 157, + 173 + ], + "area_cells": 22 + }, + { + "id": "range_46", + "name": null, + "center": [ + 165, + 203 + ], + "peak": [ + 163, + 203 + ], + "area_cells": 187 + }, + { + "id": "range_47", + "name": null, + "center": [ + 174, + 292 + ], + "peak": [ + 174, + 289 + ], + "area_cells": 185 + }, + { + "id": "range_50", + "name": null, + "center": [ + 170, + 475 + ], + "peak": [ + 167, + 486 + ], + "area_cells": 269 + }, + { + "id": "range_51", + "name": null, + "center": [ + 168, + 274 + ], + "peak": [ + 169, + 274 + ], + "area_cells": 34 + }, + { + "id": "range_53", + "name": null, + "center": [ + 173, + 252 + ], + "peak": [ + 173, + 252 + ], + "area_cells": 29 + }, + { + "id": "range_55", + "name": null, + "center": [ + 185, + 190 + ], + "peak": [ + 184, + 191 + ], + "area_cells": 126 + }, + { + "id": "range_58", + "name": null, + "center": [ + 189, + 275 + ], + "peak": [ + 190, + 275 + ], + "area_cells": 46 + }, + { + "id": "range_59", + "name": null, + "center": [ + 203, + 244 + ], + "peak": [ + 204, + 245 + ], + "area_cells": 115 + }, + { + "id": "range_62", + "name": null, + "center": [ + 209, + 470 + ], + "peak": [ + 208, + 472 + ], + "area_cells": 42 + }, + { + "id": "range_63", + "name": null, + "center": [ + 208, + 222 + ], + "peak": [ + 207, + 223 + ], + "area_cells": 22 + }, + { + "id": "range_64", + "name": null, + "center": [ + 209, + 485 + ], + "peak": [ + 206, + 484 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097c/globe.png b/wiki/star-systems/GJ-2097/bodies/GJ2097c/globe.png new file mode 100644 index 000000000..1c48b8981 Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097c/globe.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097c/heightmap.png b/wiki/star-systems/GJ-2097/bodies/GJ2097c/heightmap.png new file mode 100644 index 000000000..9050b752f Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097c/heightmap.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097c/index.md b/wiki/star-systems/GJ-2097/bodies/GJ2097c/index.md new file mode 100644 index 000000000..e8abd20f5 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ2097c +name: Monção +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2946151983 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.54 + period_days: 145.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.88 + oblateness: 0.0016 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.513 + polar_ice_lat: 0.709 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Monção + +Temperate planet. + +**System:** [GJ-2097](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 51% | +| **Year** | 145 days | +| **Inhabited** | yes | +| **Population** | 40K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097c/markers.json b/wiki/star-systems/GJ-2097/bodies/GJ2097c/markers.json new file mode 100644 index 000000000..8a15b7948 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097c/markers.json @@ -0,0 +1,638 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 219, + 333 + ], + [ + 218, + 334 + ], + [ + 217, + 335 + ], + [ + 216, + 336 + ], + [ + 215, + 337 + ], + [ + 214, + 338 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 12, + 447 + ], + [ + 12, + 446 + ], + [ + 12, + 445 + ], + [ + 13, + 445 + ], + [ + 13, + 446 + ], + [ + 14, + 446 + ], + [ + 15, + 445 + ], + [ + 16, + 444 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 76, + 188 + ], + [ + 75, + 189 + ], + [ + 74, + 190 + ], + [ + 73, + 191 + ], + [ + 72, + 192 + ], + [ + 71, + 193 + ], + [ + 70, + 194 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 204, + 442 + ], + [ + 203, + 441 + ], + [ + 202, + 440 + ], + [ + 201, + 439 + ], + [ + 200, + 438 + ], + [ + 199, + 439 + ], + [ + 199, + 438 + ], + [ + 198, + 439 + ], + [ + 197, + 440 + ], + [ + 198, + 440 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 110, + 160 + ], + [ + 111, + 159 + ], + [ + 112, + 158 + ], + [ + 113, + 157 + ], + [ + 114, + 156 + ], + [ + 115, + 155 + ], + [ + 116, + 154 + ], + [ + 117, + 153 + ], + [ + 118, + 152 + ], + [ + 119, + 152 + ], + [ + 120, + 151 + ], + [ + 119, + 150 + ], + [ + 119, + 149 + ], + [ + 120, + 148 + ], + [ + 120, + 147 + ], + [ + 121, + 146 + ], + [ + 120, + 145 + ], + [ + 120, + 144 + ], + [ + 120, + 143 + ], + [ + 121, + 143 + ], + [ + 120, + 142 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 116, + 355 + ], + [ + 115, + 355 + ], + [ + 114, + 356 + ], + [ + 113, + 357 + ], + [ + 112, + 358 + ], + [ + 111, + 359 + ], + [ + 110, + 360 + ], + [ + 109, + 361 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 203, + 12 + ], + [ + 204, + 13 + ], + [ + 204, + 14 + ], + [ + 203, + 15 + ], + [ + 203, + 16 + ], + [ + 203, + 17 + ], + [ + 203, + 18 + ], + [ + 202, + 19 + ], + [ + 202, + 20 + ], + [ + 203, + 21 + ], + [ + 203, + 22 + ], + [ + 202, + 22 + ], + [ + 203, + 23 + ], + [ + 202, + 24 + ], + [ + 202, + 25 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 131, + 479 + ], + [ + 131, + 480 + ], + [ + 130, + 481 + ], + [ + 129, + 482 + ], + [ + 128, + 482 + ], + [ + 127, + 483 + ], + [ + 126, + 484 + ], + [ + 125, + 485 + ], + [ + 124, + 486 + ], + [ + 123, + 487 + ], + [ + 122, + 488 + ], + [ + 121, + 489 + ], + [ + 120, + 489 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 239, + 511 + ], + [ + 238, + 511 + ], + [ + 239, + 510 + ], + [ + 238, + 509 + ], + [ + 237, + 509 + ], + [ + 236, + 508 + ], + [ + 235, + 509 + ], + [ + 234, + 508 + ], + [ + 233, + 509 + ], + [ + 232, + 510 + ], + [ + 231, + 510 + ], + [ + 230, + 510 + ], + [ + 230, + 511 + ], + [ + 230, + 0 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 12, + 0 + ], + [ + 13, + 0 + ], + [ + 14, + 1 + ], + [ + 15, + 0 + ], + [ + 16, + 1 + ], + [ + 17, + 2 + ], + [ + 18, + 3 + ], + [ + 19, + 4 + ], + [ + 20, + 5 + ], + [ + 21, + 6 + ], + [ + 22, + 7 + ], + [ + 23, + 8 + ], + [ + 24, + 9 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 56, + 254 + ], + "area_fraction": 0.3888 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 148, + 354 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 222, + 399 + ], + "area_fraction": 0.0698 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 197, + 478 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 238, + 141 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 118, + 301 + ], + "peak": [ + 109, + 316 + ], + "area_cells": 1505 + }, + { + "id": "range_2", + "name": null, + "center": [ + 163, + 147 + ], + "peak": [ + 168, + 236 + ], + "area_cells": 11853 + }, + { + "id": "range_3", + "name": null, + "center": [ + 149, + 448 + ], + "peak": [ + 147, + 436 + ], + "area_cells": 2993 + }, + { + "id": "range_5", + "name": null, + "center": [ + 158, + 300 + ], + "peak": [ + 158, + 298 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097d/globe.png b/wiki/star-systems/GJ-2097/bodies/GJ2097d/globe.png new file mode 100644 index 000000000..0fe7f5b87 Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097d/globe.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097d/heightmap.png b/wiki/star-systems/GJ-2097/bodies/GJ2097d/heightmap.png new file mode 100644 index 000000000..e74128304 Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097d/heightmap.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097d/index.md b/wiki/star-systems/GJ-2097/bodies/GJ2097d/index.md new file mode 100644 index 000000000..340332429 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ2097d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1215624343 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.166 + period_days: 460.0 + axial_tilt_deg: 39.5 +physical: + gravity_g: 0.5 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.43 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ2097d + +Frozen planet. + +**System:** [GJ-2097](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 460 days | + +## Description + + diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097d/markers.json b/wiki/star-systems/GJ-2097/bodies/GJ2097d/markers.json new file mode 100644 index 000000000..83a11937b --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097d/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 103, + 172 + ], + [ + 104, + 173 + ], + [ + 105, + 174 + ], + [ + 106, + 175 + ], + [ + 107, + 176 + ], + [ + 108, + 177 + ], + [ + 108, + 178 + ], + [ + 109, + 179 + ], + [ + 110, + 180 + ], + [ + 111, + 181 + ], + [ + 112, + 182 + ], + [ + 113, + 182 + ], + [ + 114, + 183 + ], + [ + 115, + 184 + ], + [ + 115, + 185 + ], + [ + 116, + 184 + ], + [ + 117, + 185 + ], + [ + 116, + 185 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 89, + 479 + ], + "area_fraction": 0.0275 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 88, + 417 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 145, + 231 + ], + "peak": [ + 143, + 225 + ], + "area_cells": 796 + }, + { + "id": "range_2", + "name": null, + "center": [ + 141, + 177 + ], + "peak": [ + 141, + 184 + ], + "area_cells": 306 + }, + { + "id": "range_4", + "name": null, + "center": [ + 156, + 100 + ], + "peak": [ + 157, + 122 + ], + "area_cells": 417 + }, + { + "id": "range_5", + "name": null, + "center": [ + 184, + 93 + ], + "peak": [ + 182, + 99 + ], + "area_cells": 362 + }, + { + "id": "range_6", + "name": null, + "center": [ + 184, + 421 + ], + "peak": [ + 181, + 415 + ], + "area_cells": 169 + }, + { + "id": "range_7", + "name": null, + "center": [ + 185, + 1 + ], + "peak": [ + 183, + 0 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 186, + 501 + ], + "peak": [ + 185, + 498 + ], + "area_cells": 257 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097e/globe.png b/wiki/star-systems/GJ-2097/bodies/GJ2097e/globe.png new file mode 100644 index 000000000..9a8f06135 Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097e/globe.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097e/heightmap.png b/wiki/star-systems/GJ-2097/bodies/GJ2097e/heightmap.png new file mode 100644 index 000000000..5337bbc05 Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097e/heightmap.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097e/index.md b/wiki/star-systems/GJ-2097/bodies/GJ2097e/index.md new file mode 100644 index 000000000..ae8e52382 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ2097e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 954250793 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.331 + period_days: 1300.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.38 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.342 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ2097e + +Frozen planet. + +**System:** [GJ-2097](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097e/markers.json b/wiki/star-systems/GJ-2097/bodies/GJ2097e/markers.json new file mode 100644 index 000000000..3d2ea46d0 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097e/markers.json @@ -0,0 +1,256 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 182, + 26 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 201, + 412 + ], + "area_fraction": 0.0654 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 31 + ], + "peak": [ + 15, + 53 + ], + "area_cells": 1160 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 317 + ], + "peak": [ + 0, + 320 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 497 + ], + "peak": [ + 10, + 499 + ], + "area_cells": 556 + }, + { + "id": "range_5", + "name": null, + "center": [ + 8, + 72 + ], + "peak": [ + 8, + 71 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 14, + 283 + ], + "peak": [ + 12, + 284 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 27, + 342 + ], + "peak": [ + 28, + 343 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 37, + 88 + ], + "peak": [ + 40, + 87 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 41, + 112 + ], + "peak": [ + 42, + 111 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 45, + 187 + ], + "peak": [ + 45, + 187 + ], + "area_cells": 51 + }, + { + "id": "range_20", + "name": null, + "center": [ + 57, + 405 + ], + "peak": [ + 62, + 407 + ], + "area_cells": 126 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 433 + ], + "peak": [ + 76, + 439 + ], + "area_cells": 8448 + }, + { + "id": "range_23", + "name": null, + "center": [ + 114, + 66 + ], + "peak": [ + 90, + 13 + ], + "area_cells": 4446 + }, + { + "id": "range_24", + "name": null, + "center": [ + 90, + 85 + ], + "peak": [ + 88, + 87 + ], + "area_cells": 33 + }, + { + "id": "range_27", + "name": null, + "center": [ + 99, + 314 + ], + "peak": [ + 99, + 314 + ], + "area_cells": 57 + }, + { + "id": "range_28", + "name": null, + "center": [ + 111, + 180 + ], + "peak": [ + 111, + 175 + ], + "area_cells": 100 + }, + { + "id": "range_30", + "name": null, + "center": [ + 210, + 159 + ], + "peak": [ + 207, + 161 + ], + "area_cells": 120 + }, + { + "id": "range_31", + "name": null, + "center": [ + 242, + 168 + ], + "peak": [ + 243, + 171 + ], + "area_cells": 691 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097f/globe.png b/wiki/star-systems/GJ-2097/bodies/GJ2097f/globe.png new file mode 100644 index 000000000..f621b812d Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097f/globe.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097f/heightmap.png b/wiki/star-systems/GJ-2097/bodies/GJ2097f/heightmap.png new file mode 100644 index 000000000..7c2082afa Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097f/heightmap.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097f/index.md b/wiki/star-systems/GJ-2097/bodies/GJ2097f/index.md new file mode 100644 index 000000000..573d8d68a --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ2097f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3232099161 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.597 + period_days: 3600.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.79 + polar_ice_lat: 0.24 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ2097f + +Frozen planet. + +**System:** [GJ-2097](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097f/markers.json b/wiki/star-systems/GJ-2097/bodies/GJ2097f/markers.json new file mode 100644 index 000000000..2feca902a --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097f/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 44, + 126 + ], + "area_fraction": 0.1636 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 23, + 468 + ], + "area_fraction": 0.0286 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 71 + ], + "peak": [ + 140, + 69 + ], + "area_cells": 107 + }, + { + "id": "range_2", + "name": null, + "center": [ + 213, + 153 + ], + "peak": [ + 234, + 190 + ], + "area_cells": 21565 + }, + { + "id": "range_3", + "name": null, + "center": [ + 162, + 313 + ], + "peak": [ + 154, + 292 + ], + "area_cells": 1558 + }, + { + "id": "range_4", + "name": null, + "center": [ + 145, + 88 + ], + "peak": [ + 146, + 87 + ], + "area_cells": 64 + }, + { + "id": "range_5", + "name": null, + "center": [ + 203, + 315 + ], + "peak": [ + 202, + 316 + ], + "area_cells": 75 + }, + { + "id": "range_6", + "name": null, + "center": [ + 230, + 433 + ], + "peak": [ + 240, + 461 + ], + "area_cells": 7501 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097g/globe.png b/wiki/star-systems/GJ-2097/bodies/GJ2097g/globe.png new file mode 100644 index 000000000..dbf2eba5c Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097g/globe.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097g/heightmap.png b/wiki/star-systems/GJ-2097/bodies/GJ2097g/heightmap.png new file mode 100644 index 000000000..f1db556ab Binary files /dev/null and b/wiki/star-systems/GJ-2097/bodies/GJ2097g/heightmap.png differ diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097g/index.md b/wiki/star-systems/GJ-2097/bodies/GJ2097g/index.md new file mode 100644 index 000000000..4d56f8d95 --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ2097g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1309117598 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.342 + period_days: 8800.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.08 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.713 + polar_ice_lat: 0.255 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ2097g + +Frozen planet. + +**System:** [GJ-2097](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-2097/bodies/GJ2097g/markers.json b/wiki/star-systems/GJ-2097/bodies/GJ2097g/markers.json new file mode 100644 index 000000000..2edeba72f --- /dev/null +++ b/wiki/star-systems/GJ-2097/bodies/GJ2097g/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 37 + ], + "area_fraction": 0.0328 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 34, + 324 + ], + "area_fraction": 0.1738 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 110, + 71 + ], + "area_fraction": 0.0408 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 120, + 484 + ], + "area_fraction": 0.017 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 146, + 419 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 266 + ], + "peak": [ + 102, + 266 + ], + "area_cells": 204 + }, + { + "id": "range_2", + "name": null, + "center": [ + 117, + 209 + ], + "peak": [ + 118, + 212 + ], + "area_cells": 346 + }, + { + "id": "range_3", + "name": null, + "center": [ + 219, + 322 + ], + "peak": [ + 249, + 363 + ], + "area_cells": 6975 + }, + { + "id": "range_6", + "name": null, + "center": [ + 230, + 218 + ], + "peak": [ + 199, + 207 + ], + "area_cells": 1789 + }, + { + "id": "range_7", + "name": null, + "center": [ + 231, + 98 + ], + "peak": [ + 217, + 78 + ], + "area_cells": 5940 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ211b/globe.png b/wiki/star-systems/GJ-211/bodies/GJ211b/globe.png new file mode 100644 index 000000000..2118d6b21 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211b/globe.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211b/heightmap.png b/wiki/star-systems/GJ-211/bodies/GJ211b/heightmap.png new file mode 100644 index 000000000..4424b57d6 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211b/heightmap.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211b/index.md b/wiki/star-systems/GJ-211/bodies/GJ211b/index.md new file mode 100644 index 000000000..837c213bb --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ211b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4064107641 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 0.5 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.95 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ211b + +Barren planet. + +**System:** [GJ-211](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 91% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-211/bodies/GJ211b/markers.json b/wiki/star-systems/GJ-211/bodies/GJ211b/markers.json new file mode 100644 index 000000000..cfa3e4e3c --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211b/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 168, + 405 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 252 + ], + "peak": [ + 81, + 223 + ], + "area_cells": 24731 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 501 + ], + "peak": [ + 16, + 508 + ], + "area_cells": 255 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 466 + ], + "peak": [ + 72, + 466 + ], + "area_cells": 119 + }, + { + "id": "range_15", + "name": null, + "center": [ + 75, + 437 + ], + "peak": [ + 80, + 439 + ], + "area_cells": 71 + }, + { + "id": "range_16", + "name": null, + "center": [ + 71, + 493 + ], + "peak": [ + 72, + 494 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 81, + 100 + ], + "peak": [ + 82, + 101 + ], + "area_cells": 145 + }, + { + "id": "range_21", + "name": null, + "center": [ + 89, + 450 + ], + "peak": [ + 90, + 450 + ], + "area_cells": 76 + }, + { + "id": "range_22", + "name": null, + "center": [ + 94, + 429 + ], + "peak": [ + 96, + 429 + ], + "area_cells": 91 + }, + { + "id": "range_24", + "name": null, + "center": [ + 103, + 188 + ], + "peak": [ + 103, + 189 + ], + "area_cells": 133 + }, + { + "id": "range_26", + "name": null, + "center": [ + 114, + 372 + ], + "peak": [ + 113, + 371 + ], + "area_cells": 92 + }, + { + "id": "range_27", + "name": null, + "center": [ + 122, + 39 + ], + "peak": [ + 123, + 41 + ], + "area_cells": 92 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-211/bodies/GJ211c/globe.png b/wiki/star-systems/GJ-211/bodies/GJ211c/globe.png new file mode 100644 index 000000000..baae69f4a Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211c/globe.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211c/heightmap.png b/wiki/star-systems/GJ-211/bodies/GJ211c/heightmap.png new file mode 100644 index 000000000..6bdf23c84 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211c/heightmap.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211c/index.md b/wiki/star-systems/GJ-211/bodies/GJ211c/index.md new file mode 100644 index 000000000..98277ffbf --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ211c +name: Almeida +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1399829191 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 20.6 +physical: + gravity_g: 0.86 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.617 + polar_ice_lat: 0.692 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Almeida + +Temperate planet. + +**System:** [GJ-211](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 10K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-211/bodies/GJ211c/markers.json b/wiki/star-systems/GJ-211/bodies/GJ211c/markers.json new file mode 100644 index 000000000..f2abe86d8 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211c/markers.json @@ -0,0 +1,929 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 189, + 379 + ], + [ + 190, + 378 + ], + [ + 191, + 378 + ], + [ + 192, + 379 + ], + [ + 193, + 380 + ], + [ + 194, + 381 + ], + [ + 195, + 382 + ], + [ + 196, + 383 + ], + [ + 197, + 384 + ], + [ + 198, + 385 + ], + [ + 199, + 386 + ], + [ + 199, + 387 + ], + [ + 200, + 388 + ], + [ + 201, + 389 + ], + [ + 202, + 390 + ], + [ + 203, + 389 + ], + [ + 204, + 389 + ], + [ + 205, + 390 + ], + [ + 205, + 391 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 87, + 59 + ], + [ + 88, + 58 + ], + [ + 89, + 57 + ], + [ + 90, + 56 + ], + [ + 91, + 55 + ], + [ + 92, + 54 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 144, + 70 + ], + [ + 143, + 69 + ], + [ + 142, + 68 + ], + [ + 142, + 69 + ], + [ + 141, + 70 + ], + [ + 140, + 71 + ], + [ + 139, + 70 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 231, + 503 + ], + [ + 231, + 502 + ], + [ + 230, + 501 + ], + [ + 229, + 501 + ], + [ + 228, + 500 + ], + [ + 227, + 501 + ], + [ + 226, + 501 + ], + [ + 225, + 501 + ], + [ + 224, + 501 + ], + [ + 223, + 502 + ], + [ + 222, + 503 + ], + [ + 221, + 502 + ], + [ + 220, + 501 + ], + [ + 219, + 502 + ], + [ + 218, + 503 + ], + [ + 217, + 502 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 228, + 511 + ], + [ + 229, + 510 + ], + [ + 228, + 509 + ], + [ + 228, + 508 + ], + [ + 227, + 508 + ], + [ + 226, + 507 + ], + [ + 225, + 506 + ], + [ + 224, + 505 + ], + [ + 223, + 504 + ], + [ + 222, + 504 + ], + [ + 221, + 504 + ], + [ + 220, + 503 + ], + [ + 219, + 502 + ], + [ + 218, + 502 + ], + [ + 217, + 502 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 137, + 142 + ], + [ + 138, + 141 + ], + [ + 139, + 140 + ], + [ + 140, + 139 + ], + [ + 141, + 138 + ], + [ + 142, + 138 + ], + [ + 143, + 137 + ], + [ + 144, + 136 + ], + [ + 145, + 136 + ], + [ + 146, + 137 + ], + [ + 146, + 138 + ], + [ + 147, + 137 + ], + [ + 148, + 136 + ], + [ + 149, + 136 + ], + [ + 149, + 135 + ], + [ + 150, + 134 + ], + [ + 151, + 133 + ], + [ + 152, + 132 + ], + [ + 152, + 131 + ], + [ + 153, + 131 + ], + [ + 154, + 131 + ], + [ + 155, + 130 + ], + [ + 156, + 130 + ], + [ + 156, + 129 + ], + [ + 157, + 130 + ], + [ + 158, + 129 + ], + [ + 159, + 129 + ], + [ + 160, + 129 + ], + [ + 160, + 130 + ], + [ + 161, + 131 + ], + [ + 162, + 132 + ], + [ + 162, + 133 + ], + [ + 163, + 132 + ], + [ + 163, + 131 + ], + [ + 162, + 130 + ], + [ + 162, + 129 + ], + [ + 161, + 130 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 136, + 330 + ], + [ + 135, + 331 + ], + [ + 134, + 332 + ], + [ + 133, + 332 + ], + [ + 132, + 333 + ], + [ + 131, + 334 + ], + [ + 130, + 334 + ], + [ + 129, + 335 + ], + [ + 128, + 336 + ], + [ + 127, + 336 + ], + [ + 126, + 337 + ], + [ + 125, + 338 + ], + [ + 124, + 338 + ], + [ + 123, + 339 + ], + [ + 122, + 340 + ], + [ + 121, + 341 + ], + [ + 120, + 342 + ], + [ + 119, + 343 + ], + [ + 118, + 342 + ], + [ + 117, + 343 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 130, + 188 + ], + [ + 131, + 189 + ], + [ + 132, + 190 + ], + [ + 133, + 191 + ], + [ + 134, + 192 + ], + [ + 135, + 192 + ], + [ + 136, + 193 + ], + [ + 137, + 192 + ], + [ + 138, + 191 + ], + [ + 139, + 190 + ], + [ + 140, + 189 + ], + [ + 141, + 188 + ], + [ + 142, + 187 + ], + [ + 143, + 186 + ], + [ + 144, + 185 + ], + [ + 145, + 184 + ], + [ + 145, + 183 + ], + [ + 146, + 182 + ], + [ + 147, + 181 + ], + [ + 147, + 180 + ], + [ + 146, + 179 + ], + [ + 147, + 178 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 193, + 424 + ], + [ + 194, + 423 + ], + [ + 195, + 424 + ], + [ + 196, + 425 + ], + [ + 197, + 425 + ], + [ + 198, + 426 + ], + [ + 198, + 427 + ], + [ + 199, + 428 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 152, + 318 + ], + [ + 153, + 317 + ], + [ + 154, + 317 + ], + [ + 155, + 316 + ], + [ + 156, + 317 + ], + [ + 157, + 316 + ], + [ + 158, + 317 + ], + [ + 159, + 317 + ], + [ + 160, + 317 + ], + [ + 161, + 316 + ], + [ + 162, + 315 + ], + [ + 163, + 315 + ], + [ + 164, + 314 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 184, + 330 + ], + [ + 185, + 329 + ], + [ + 186, + 328 + ], + [ + 187, + 329 + ], + [ + 188, + 328 + ], + [ + 188, + 327 + ], + [ + 187, + 328 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 463 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 125, + 42 + ], + "area_fraction": 0.0696 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 106, + 349 + ], + "area_fraction": 0.2834 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 170, + 279 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 246, + 132 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 224 + ], + "peak": [ + 57, + 222 + ], + "area_cells": 118 + }, + { + "id": "range_3", + "name": null, + "center": [ + 148, + 211 + ], + "peak": [ + 148, + 212 + ], + "area_cells": 189 + }, + { + "id": "range_4", + "name": null, + "center": [ + 156, + 170 + ], + "peak": [ + 158, + 171 + ], + "area_cells": 106 + }, + { + "id": "range_6", + "name": null, + "center": [ + 162, + 198 + ], + "peak": [ + 161, + 208 + ], + "area_cells": 105 + }, + { + "id": "range_8", + "name": null, + "center": [ + 210, + 56 + ], + "peak": [ + 215, + 57 + ], + "area_cells": 1286 + }, + { + "id": "range_10", + "name": null, + "center": [ + 205, + 116 + ], + "peak": [ + 207, + 125 + ], + "area_cells": 612 + }, + { + "id": "range_11", + "name": null, + "center": [ + 206, + 295 + ], + "peak": [ + 207, + 293 + ], + "area_cells": 53 + }, + { + "id": "range_12", + "name": null, + "center": [ + 213, + 319 + ], + "peak": [ + 213, + 319 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 214, + 174 + ], + "peak": [ + 215, + 175 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-211/bodies/GJ211d/globe.png b/wiki/star-systems/GJ-211/bodies/GJ211d/globe.png new file mode 100644 index 000000000..85fac544e Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211d/globe.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211d/heightmap.png b/wiki/star-systems/GJ-211/bodies/GJ211d/heightmap.png new file mode 100644 index 000000000..095a685a7 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211d/heightmap.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211d/index.md b/wiki/star-systems/GJ-211/bodies/GJ211d/index.md new file mode 100644 index 000000000..1ec9b3771 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ211d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3740181085 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 42.9 +physical: + gravity_g: 0.5 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.115 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ211d + +Frozen planet. + +**System:** [GJ-211](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-211/bodies/GJ211d/markers.json b/wiki/star-systems/GJ-211/bodies/GJ211d/markers.json new file mode 100644 index 000000000..0fcab8021 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211d/markers.json @@ -0,0 +1,161 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 212, + 283 + ], + [ + 213, + 284 + ], + [ + 213, + 285 + ], + [ + 214, + 286 + ], + [ + 214, + 287 + ], + [ + 215, + 287 + ], + [ + 216, + 288 + ], + [ + 217, + 287 + ], + [ + 218, + 288 + ], + [ + 219, + 289 + ], + [ + 220, + 289 + ], + [ + 221, + 289 + ], + [ + 222, + 289 + ], + [ + 223, + 290 + ], + [ + 224, + 290 + ], + [ + 224, + 289 + ], + [ + 224, + 288 + ], + [ + 225, + 289 + ], + [ + 225, + 290 + ], + [ + 226, + 291 + ], + [ + 227, + 292 + ], + [ + 227, + 293 + ], + [ + 227, + 294 + ], + [ + 226, + 295 + ], + [ + 225, + 294 + ], + [ + 224, + 295 + ], + [ + 224, + 296 + ], + [ + 224, + 297 + ], + [ + 223, + 298 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 210, + 364 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 107 + ], + "peak": [ + 134, + 107 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-211/bodies/GJ211e/globe.png b/wiki/star-systems/GJ-211/bodies/GJ211e/globe.png new file mode 100644 index 000000000..7a957f1d7 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211e/globe.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211e/heightmap.png b/wiki/star-systems/GJ-211/bodies/GJ211e/heightmap.png new file mode 100644 index 000000000..44ab9346d Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211e/heightmap.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211e/index.md b/wiki/star-systems/GJ-211/bodies/GJ211e/index.md new file mode 100644 index 000000000..604762252 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ211e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1770359933 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.18 + period_days: 700.0 + axial_tilt_deg: 53.8 +physical: + gravity_g: 0.4 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.294 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ211e + +Frozen planet. + +**System:** [GJ-211](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-211/bodies/GJ211e/markers.json b/wiki/star-systems/GJ-211/bodies/GJ211e/markers.json new file mode 100644 index 000000000..52fc354db --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211e/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 45, + 391 + ], + "area_fraction": 0.1223 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 236, + 254 + ], + "area_fraction": 0.0471 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 223, + 18 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 232, + 448 + ], + "area_fraction": 0.0191 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 145, + 93 + ], + "peak": [ + 161, + 80 + ], + "area_cells": 12593 + }, + { + "id": "range_3", + "name": null, + "center": [ + 158, + 441 + ], + "peak": [ + 164, + 467 + ], + "area_cells": 5593 + }, + { + "id": "range_6", + "name": null, + "center": [ + 173, + 323 + ], + "peak": [ + 174, + 323 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-211/bodies/GJ211f/globe.png b/wiki/star-systems/GJ-211/bodies/GJ211f/globe.png new file mode 100644 index 000000000..ce7271ec5 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211f/globe.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211f/heightmap.png b/wiki/star-systems/GJ-211/bodies/GJ211f/heightmap.png new file mode 100644 index 000000000..4017b36cb Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211f/heightmap.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211f/index.md b/wiki/star-systems/GJ-211/bodies/GJ211f/index.md new file mode 100644 index 000000000..866ccd322 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ211f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2343787194 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 22.1 +physical: + gravity_g: 0.11 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.742 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ211f + +Frozen planet. + +**System:** [GJ-211](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-211/bodies/GJ211f/markers.json b/wiki/star-systems/GJ-211/bodies/GJ211f/markers.json new file mode 100644 index 000000000..d413452f1 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211f/markers.json @@ -0,0 +1,111 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 62, + 279 + ], + "area_fraction": 0.1653 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 59, + 64 + ], + "area_fraction": 0.0234 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 84, + 484 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 124, + 281 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 159, + 246 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 177, + 298 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 214, + 345 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 166, + 90 + ], + "peak": [ + 172, + 84 + ], + "area_cells": 4652 + }, + { + "id": "range_6", + "name": null, + "center": [ + 197, + 178 + ], + "peak": [ + 198, + 179 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-211/bodies/GJ211g/globe.png b/wiki/star-systems/GJ-211/bodies/GJ211g/globe.png new file mode 100644 index 000000000..6e601912d Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211g/globe.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211g/heightmap.png b/wiki/star-systems/GJ-211/bodies/GJ211g/heightmap.png new file mode 100644 index 000000000..fdc1c4d75 Binary files /dev/null and b/wiki/star-systems/GJ-211/bodies/GJ211g/heightmap.png differ diff --git a/wiki/star-systems/GJ-211/bodies/GJ211g/index.md b/wiki/star-systems/GJ-211/bodies/GJ211g/index.md new file mode 100644 index 000000000..34277d055 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ211g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4080690714 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.607 + period_days: 5400.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.08 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.867 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ211g + +Frozen planet. + +**System:** [GJ-211](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-211/bodies/GJ211g/markers.json b/wiki/star-systems/GJ-211/bodies/GJ211g/markers.json new file mode 100644 index 000000000..00eb46504 --- /dev/null +++ b/wiki/star-systems/GJ-211/bodies/GJ211g/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 226, + 372 + ], + "area_fraction": 0.0206 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 236, + 173 + ], + "area_fraction": 0.0818 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 243, + 464 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 52 + ], + "peak": [ + 55, + 41 + ], + "area_cells": 7282 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 251 + ], + "peak": [ + 17, + 247 + ], + "area_cells": 640 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 331 + ], + "peak": [ + 124, + 251 + ], + "area_cells": 23758 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 312 + ], + "peak": [ + 46, + 313 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 124 + ], + "peak": [ + 66, + 128 + ], + "area_cells": 400 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 61 + ], + "peak": [ + 148, + 65 + ], + "area_cells": 1134 + }, + { + "id": "range_12", + "name": null, + "center": [ + 154, + 436 + ], + "peak": [ + 156, + 441 + ], + "area_cells": 265 + }, + { + "id": "range_13", + "name": null, + "center": [ + 175, + 77 + ], + "peak": [ + 175, + 79 + ], + "area_cells": 51 + }, + { + "id": "range_15", + "name": null, + "center": [ + 194, + 190 + ], + "peak": [ + 194, + 187 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ213b/globe.png b/wiki/star-systems/GJ-213/bodies/GJ213b/globe.png new file mode 100644 index 000000000..17b78bbbe Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213b/globe.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213b/heightmap.png b/wiki/star-systems/GJ-213/bodies/GJ213b/heightmap.png new file mode 100644 index 000000000..63b599bbd Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213b/heightmap.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213b/index.md b/wiki/star-systems/GJ-213/bodies/GJ213b/index.md new file mode 100644 index 000000000..281a45417 --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ213b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1331028679 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 0.4 +physical: + gravity_g: 0.28 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.965 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.043 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ213b + +Barren planet. + +**System:** [GJ-213](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 96% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-213/bodies/GJ213b/markers.json b/wiki/star-systems/GJ-213/bodies/GJ213b/markers.json new file mode 100644 index 000000000..1974d4206 --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213b/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 70, + 327 + ], + "peak": [ + 58, + 375 + ], + "area_cells": 2160 + }, + { + "id": "range_6", + "name": null, + "center": [ + 38, + 333 + ], + "peak": [ + 38, + 334 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 48, + 245 + ], + "peak": [ + 45, + 240 + ], + "area_cells": 98 + }, + { + "id": "range_10", + "name": null, + "center": [ + 53, + 227 + ], + "peak": [ + 54, + 228 + ], + "area_cells": 40 + }, + { + "id": "range_12", + "name": null, + "center": [ + 74, + 183 + ], + "peak": [ + 71, + 182 + ], + "area_cells": 359 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 161 + ], + "peak": [ + 68, + 161 + ], + "area_cells": 55 + }, + { + "id": "range_15", + "name": null, + "center": [ + 72, + 229 + ], + "peak": [ + 71, + 228 + ], + "area_cells": 38 + }, + { + "id": "range_20", + "name": null, + "center": [ + 123, + 176 + ], + "peak": [ + 122, + 179 + ], + "area_cells": 462 + }, + { + "id": "range_21", + "name": null, + "center": [ + 123, + 416 + ], + "peak": [ + 123, + 417 + ], + "area_cells": 44 + }, + { + "id": "range_23", + "name": null, + "center": [ + 131, + 316 + ], + "peak": [ + 132, + 316 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 163, + 444 + ], + "peak": [ + 171, + 445 + ], + "area_cells": 348 + }, + { + "id": "range_25", + "name": null, + "center": [ + 144, + 496 + ], + "peak": [ + 144, + 497 + ], + "area_cells": 20 + }, + { + "id": "range_26", + "name": null, + "center": [ + 147, + 398 + ], + "peak": [ + 147, + 398 + ], + "area_cells": 29 + }, + { + "id": "range_28", + "name": null, + "center": [ + 177, + 231 + ], + "peak": [ + 177, + 232 + ], + "area_cells": 56 + }, + { + "id": "range_29", + "name": null, + "center": [ + 178, + 470 + ], + "peak": [ + 178, + 471 + ], + "area_cells": 50 + }, + { + "id": "range_33", + "name": null, + "center": [ + 200, + 185 + ], + "peak": [ + 200, + 196 + ], + "area_cells": 712 + }, + { + "id": "range_34", + "name": null, + "center": [ + 202, + 81 + ], + "peak": [ + 193, + 89 + ], + "area_cells": 892 + }, + { + "id": "range_35", + "name": null, + "center": [ + 190, + 427 + ], + "peak": [ + 193, + 432 + ], + "area_cells": 101 + }, + { + "id": "range_37", + "name": null, + "center": [ + 191, + 283 + ], + "peak": [ + 192, + 284 + ], + "area_cells": 24 + }, + { + "id": "range_38", + "name": null, + "center": [ + 194, + 266 + ], + "peak": [ + 195, + 265 + ], + "area_cells": 42 + }, + { + "id": "range_44", + "name": null, + "center": [ + 214, + 134 + ], + "peak": [ + 215, + 131 + ], + "area_cells": 69 + }, + { + "id": "range_47", + "name": null, + "center": [ + 242, + 195 + ], + "peak": [ + 231, + 200 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-213/bodies/GJ213c/globe.png b/wiki/star-systems/GJ-213/bodies/GJ213c/globe.png new file mode 100644 index 000000000..ce4e226c1 Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213c/globe.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213c/heightmap.png b/wiki/star-systems/GJ-213/bodies/GJ213c/heightmap.png new file mode 100644 index 000000000..1ceb35b52 Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213c/heightmap.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213c/index.md b/wiki/star-systems/GJ-213/bodies/GJ213c/index.md new file mode 100644 index 000000000..6e9183d6e --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ213c +name: Rooiels +body_type: planet +planet_class: tropical +body_scale: planet +seed: 3973182548 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 4.9 +physical: + gravity_g: 0.82 + oblateness: 0.0031 + atmosphere: standard + atmosphere_color: + - 0.42 + - 0.68 + - 0.8 +terrain: + land_fraction: 0.406 + polar_ice_lat: 0.94 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.764 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rooiels + +Tropical planet. + +**System:** [GJ-213](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | tropical | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 41% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 35K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-213/bodies/GJ213c/markers.json b/wiki/star-systems/GJ-213/bodies/GJ213c/markers.json new file mode 100644 index 000000000..f7ccf1f7d --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213c/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 103, + 334 + ], + [ + 102, + 335 + ], + [ + 101, + 336 + ], + [ + 100, + 337 + ], + [ + 99, + 338 + ], + [ + 99, + 339 + ], + [ + 99, + 340 + ], + [ + 99, + 341 + ], + [ + 100, + 341 + ], + [ + 100, + 342 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 95, + 394 + ], + [ + 94, + 394 + ], + [ + 93, + 394 + ], + [ + 92, + 394 + ], + [ + 91, + 395 + ], + [ + 90, + 396 + ], + [ + 89, + 397 + ], + [ + 88, + 398 + ], + [ + 87, + 399 + ], + [ + 86, + 399 + ], + [ + 86, + 400 + ], + [ + 86, + 401 + ], + [ + 86, + 402 + ], + [ + 87, + 403 + ], + [ + 86, + 403 + ], + [ + 86, + 404 + ], + [ + 87, + 404 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 82, + 134 + ], + [ + 83, + 135 + ], + [ + 84, + 136 + ], + [ + 85, + 137 + ], + [ + 86, + 138 + ], + [ + 87, + 139 + ], + [ + 88, + 140 + ], + [ + 89, + 141 + ], + [ + 90, + 142 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 175, + 256 + ], + "area_fraction": 0.594 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 316 + ], + "peak": [ + 8, + 468 + ], + "area_cells": 11949 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 29 + ], + "peak": [ + 8, + 18 + ], + "area_cells": 304 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 107 + ], + "peak": [ + 12, + 100 + ], + "area_cells": 200 + }, + { + "id": "range_5", + "name": null, + "center": [ + 9, + 147 + ], + "peak": [ + 10, + 147 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-213/bodies/GJ213d/globe.png b/wiki/star-systems/GJ-213/bodies/GJ213d/globe.png new file mode 100644 index 000000000..2416028d5 Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213d/globe.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213d/heightmap.png b/wiki/star-systems/GJ-213/bodies/GJ213d/heightmap.png new file mode 100644 index 000000000..6ccb510fb Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213d/heightmap.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213d/index.md b/wiki/star-systems/GJ-213/bodies/GJ213d/index.md new file mode 100644 index 000000000..f85f081d4 --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ213d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2164555158 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.169 + period_days: 38.0 + axial_tilt_deg: 18.1 +physical: + gravity_g: 0.4 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.339 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ213d + +Frozen planet. + +**System:** [GJ-213](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Land** | 96% | +| **Year** | 38 days | + +## Description + + diff --git a/wiki/star-systems/GJ-213/bodies/GJ213d/markers.json b/wiki/star-systems/GJ-213/bodies/GJ213d/markers.json new file mode 100644 index 000000000..3cc58ae3b --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213d/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 66, + 182 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 185, + 121 + ], + "peak": [ + 185, + 85 + ], + "area_cells": 14865 + }, + { + "id": "range_2", + "name": null, + "center": [ + 148, + 301 + ], + "peak": [ + 137, + 297 + ], + "area_cells": 495 + }, + { + "id": "range_3", + "name": null, + "center": [ + 131, + 260 + ], + "peak": [ + 132, + 263 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 387 + ], + "peak": [ + 163, + 389 + ], + "area_cells": 618 + }, + { + "id": "range_8", + "name": null, + "center": [ + 167, + 358 + ], + "peak": [ + 166, + 358 + ], + "area_cells": 108 + }, + { + "id": "range_10", + "name": null, + "center": [ + 170, + 293 + ], + "peak": [ + 169, + 297 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 177, + 376 + ], + "peak": [ + 178, + 376 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 350 + ], + "peak": [ + 198, + 346 + ], + "area_cells": 237 + }, + { + "id": "range_13", + "name": null, + "center": [ + 198, + 375 + ], + "peak": [ + 198, + 377 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 207, + 395 + ], + "peak": [ + 207, + 395 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 239, + 423 + ], + "peak": [ + 242, + 417 + ], + "area_cells": 383 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-213/bodies/GJ213e/globe.png b/wiki/star-systems/GJ-213/bodies/GJ213e/globe.png new file mode 100644 index 000000000..ec0493f5f Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213e/globe.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213e/heightmap.png b/wiki/star-systems/GJ-213/bodies/GJ213e/heightmap.png new file mode 100644 index 000000000..cda7256b1 Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213e/heightmap.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213e/index.md b/wiki/star-systems/GJ-213/bodies/GJ213e/index.md new file mode 100644 index 000000000..031c4384d --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ213e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2985715003 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.364 + period_days: 120.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.32 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.229 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ213e + +Frozen planet. + +**System:** [GJ-213](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-213/bodies/GJ213e/markers.json b/wiki/star-systems/GJ-213/bodies/GJ213e/markers.json new file mode 100644 index 000000000..87f53a1fa --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213e/markers.json @@ -0,0 +1,256 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 182, + 360 + ], + "area_fraction": 0.0804 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 148, + 147 + ], + "area_fraction": 0.0489 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 118 + ], + "peak": [ + 24, + 152 + ], + "area_cells": 3963 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 413 + ], + "peak": [ + 40, + 419 + ], + "area_cells": 8570 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 503 + ], + "peak": [ + 4, + 504 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 9, + 9 + ], + "peak": [ + 9, + 10 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 27, + 27 + ], + "peak": [ + 30, + 34 + ], + "area_cells": 135 + }, + { + "id": "range_17", + "name": null, + "center": [ + 42, + 149 + ], + "peak": [ + 43, + 150 + ], + "area_cells": 40 + }, + { + "id": "range_20", + "name": null, + "center": [ + 50, + 241 + ], + "peak": [ + 50, + 246 + ], + "area_cells": 122 + }, + { + "id": "range_21", + "name": null, + "center": [ + 55, + 268 + ], + "peak": [ + 57, + 263 + ], + "area_cells": 326 + }, + { + "id": "range_22", + "name": null, + "center": [ + 88, + 53 + ], + "peak": [ + 91, + 17 + ], + "area_cells": 2142 + }, + { + "id": "range_25", + "name": null, + "center": [ + 101, + 184 + ], + "peak": [ + 101, + 211 + ], + "area_cells": 2523 + }, + { + "id": "range_26", + "name": null, + "center": [ + 86, + 345 + ], + "peak": [ + 88, + 350 + ], + "area_cells": 180 + }, + { + "id": "range_27", + "name": null, + "center": [ + 90, + 508 + ], + "peak": [ + 91, + 511 + ], + "area_cells": 58 + }, + { + "id": "range_28", + "name": null, + "center": [ + 94, + 131 + ], + "peak": [ + 93, + 132 + ], + "area_cells": 183 + }, + { + "id": "range_29", + "name": null, + "center": [ + 106, + 302 + ], + "peak": [ + 106, + 305 + ], + "area_cells": 83 + }, + { + "id": "range_30", + "name": null, + "center": [ + 106, + 279 + ], + "peak": [ + 106, + 282 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 115, + 467 + ], + "peak": [ + 114, + 478 + ], + "area_cells": 208 + }, + { + "id": "range_32", + "name": null, + "center": [ + 216, + 232 + ], + "peak": [ + 217, + 231 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-213/bodies/GJ213f/globe.png b/wiki/star-systems/GJ-213/bodies/GJ213f/globe.png new file mode 100644 index 000000000..6ccc003fb Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213f/globe.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213f/heightmap.png b/wiki/star-systems/GJ-213/bodies/GJ213f/heightmap.png new file mode 100644 index 000000000..ec894d555 Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213f/heightmap.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213f/index.md b/wiki/star-systems/GJ-213/bodies/GJ213f/index.md new file mode 100644 index 000000000..53e82ab9a --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ213f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3656512909 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.757 + period_days: 360.0 + axial_tilt_deg: 27.9 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.846 + polar_ice_lat: 0.294 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ213f + +Frozen planet. + +**System:** [GJ-213](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 360 days | + +## Description + + diff --git a/wiki/star-systems/GJ-213/bodies/GJ213f/markers.json b/wiki/star-systems/GJ-213/bodies/GJ213f/markers.json new file mode 100644 index 000000000..d9320ec4c --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213f/markers.json @@ -0,0 +1,234 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 83, + 251 + ], + "area_fraction": 0.0259 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 116, + 172 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 171, + 216 + ], + "area_fraction": 0.0535 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 132, + 82 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 137, + 443 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 2 + ], + "peak": [ + 10, + 0 + ], + "area_cells": 100 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 319 + ], + "peak": [ + 3, + 295 + ], + "area_cells": 402 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 460 + ], + "peak": [ + 0, + 429 + ], + "area_cells": 2730 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 182 + ], + "peak": [ + 47, + 183 + ], + "area_cells": 104 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 87 + ], + "peak": [ + 49, + 87 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 104 + ], + "peak": [ + 58, + 104 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 414 + ], + "peak": [ + 73, + 414 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 217, + 26 + ], + "peak": [ + 222, + 35 + ], + "area_cells": 3325 + }, + { + "id": "range_11", + "name": null, + "center": [ + 186, + 71 + ], + "peak": [ + 186, + 73 + ], + "area_cells": 105 + }, + { + "id": "range_12", + "name": null, + "center": [ + 192, + 433 + ], + "peak": [ + 192, + 434 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 235, + 484 + ], + "peak": [ + 255, + 460 + ], + "area_cells": 2317 + }, + { + "id": "range_15", + "name": null, + "center": [ + 225, + 62 + ], + "peak": [ + 227, + 65 + ], + "area_cells": 60 + }, + { + "id": "range_17", + "name": null, + "center": [ + 242, + 296 + ], + "peak": [ + 237, + 332 + ], + "area_cells": 1441 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-213/bodies/GJ213g/globe.png b/wiki/star-systems/GJ-213/bodies/GJ213g/globe.png new file mode 100644 index 000000000..356367f85 Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213g/globe.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213g/heightmap.png b/wiki/star-systems/GJ-213/bodies/GJ213g/heightmap.png new file mode 100644 index 000000000..9491b74de Binary files /dev/null and b/wiki/star-systems/GJ-213/bodies/GJ213g/heightmap.png differ diff --git a/wiki/star-systems/GJ-213/bodies/GJ213g/index.md b/wiki/star-systems/GJ-213/bodies/GJ213g/index.md new file mode 100644 index 000000000..de3ffe50b --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ213g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1027878322 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.374 + period_days: 880.0 + axial_tilt_deg: 41.9 +physical: + gravity_g: 0.07 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.891 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.422 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ213g + +Frozen planet. + +**System:** [GJ-213](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 880 days | + +## Description + + diff --git a/wiki/star-systems/GJ-213/bodies/GJ213g/markers.json b/wiki/star-systems/GJ-213/bodies/GJ213g/markers.json new file mode 100644 index 000000000..e0881f0aa --- /dev/null +++ b/wiki/star-systems/GJ-213/bodies/GJ213g/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 22 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 28, + 280 + ], + "area_fraction": 0.028 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 124, + 364 + ], + "area_fraction": 0.011 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 225, + 210 + ], + "area_fraction": 0.0275 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 91, + 225 + ], + "peak": [ + 64, + 191 + ], + "area_cells": 7961 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 309 + ], + "peak": [ + 76, + 310 + ], + "area_cells": 41 + }, + { + "id": "range_8", + "name": null, + "center": [ + 154, + 471 + ], + "peak": [ + 128, + 490 + ], + "area_cells": 2769 + }, + { + "id": "range_9", + "name": null, + "center": [ + 124, + 5 + ], + "peak": [ + 124, + 0 + ], + "area_cells": 111 + }, + { + "id": "range_10", + "name": null, + "center": [ + 136, + 22 + ], + "peak": [ + 137, + 23 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 163, + 289 + ], + "peak": [ + 171, + 286 + ], + "area_cells": 402 + }, + { + "id": "range_14", + "name": null, + "center": [ + 160, + 421 + ], + "peak": [ + 160, + 422 + ], + "area_cells": 181 + }, + { + "id": "range_15", + "name": null, + "center": [ + 162, + 259 + ], + "peak": [ + 162, + 259 + ], + "area_cells": 48 + }, + { + "id": "range_17", + "name": null, + "center": [ + 165, + 183 + ], + "peak": [ + 165, + 182 + ], + "area_cells": 20 + }, + { + "id": "range_20", + "name": null, + "center": [ + 198, + 368 + ], + "peak": [ + 204, + 364 + ], + "area_cells": 584 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ216Ab/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/globe.png new file mode 100644 index 000000000..f1445dfb8 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ab/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/heightmap.png new file mode 100644 index 000000000..a28550dc6 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ab/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/index.md new file mode 100644 index 000000000..1ddeb6275 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ216Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2451510475 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.267 + period_days: 45.0 + axial_tilt_deg: 11.7 +physical: + gravity_g: 0.35 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.899 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ab + +Barren planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 45 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ab/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/markers.json new file mode 100644 index 000000000..6ae4ddbe6 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ab/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 21 + ], + "peak": [ + 74, + 22 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 2 + ], + "peak": [ + 89, + 2 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 6 + ], + "peak": [ + 98, + 7 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 105, + 185 + ], + "peak": [ + 105, + 185 + ], + "area_cells": 46 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 63 + ], + "peak": [ + 107, + 63 + ], + "area_cells": 101 + }, + { + "id": "range_6", + "name": null, + "center": [ + 109, + 503 + ], + "peak": [ + 109, + 506 + ], + "area_cells": 83 + }, + { + "id": "range_7", + "name": null, + "center": [ + 177, + 37 + ], + "peak": [ + 158, + 76 + ], + "area_cells": 6061 + }, + { + "id": "range_8", + "name": null, + "center": [ + 184, + 252 + ], + "peak": [ + 151, + 183 + ], + "area_cells": 24380 + }, + { + "id": "range_9", + "name": null, + "center": [ + 126, + 483 + ], + "peak": [ + 127, + 483 + ], + "area_cells": 71 + }, + { + "id": "range_10", + "name": null, + "center": [ + 135, + 119 + ], + "peak": [ + 135, + 121 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 146, + 113 + ], + "peak": [ + 146, + 113 + ], + "area_cells": 52 + }, + { + "id": "range_14", + "name": null, + "center": [ + 200, + 484 + ], + "peak": [ + 212, + 487 + ], + "area_cells": 3511 + }, + { + "id": "range_17", + "name": null, + "center": [ + 178, + 446 + ], + "peak": [ + 178, + 447 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 192, + 455 + ], + "peak": [ + 193, + 456 + ], + "area_cells": 56 + }, + { + "id": "range_21", + "name": null, + "center": [ + 196, + 408 + ], + "peak": [ + 196, + 409 + ], + "area_cells": 42 + }, + { + "id": "range_22", + "name": null, + "center": [ + 198, + 433 + ], + "peak": [ + 199, + 434 + ], + "area_cells": 27 + }, + { + "id": "range_23", + "name": null, + "center": [ + 221, + 402 + ], + "peak": [ + 222, + 402 + ], + "area_cells": 25 + }, + { + "id": "range_24", + "name": null, + "center": [ + 220, + 423 + ], + "peak": [ + 219, + 423 + ], + "area_cells": 44 + }, + { + "id": "range_25", + "name": null, + "center": [ + 242, + 311 + ], + "peak": [ + 238, + 314 + ], + "area_cells": 146 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ac/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/globe.png new file mode 100644 index 000000000..1bd55a181 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ac/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/heightmap.png new file mode 100644 index 000000000..1a3d94dbc Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ac/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/index.md new file mode 100644 index 000000000..0f838010c --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ216Ac +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3434913450 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.44 + period_days: 95.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.5 + oblateness: 0.0033 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.894 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.13 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ac + +Arid planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 95 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ac/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/markers.json new file mode 100644 index 000000000..51957cd06 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ac/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 268 + ], + "peak": [ + 42, + 338 + ], + "area_cells": 7543 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 230 + ], + "peak": [ + 3, + 238 + ], + "area_cells": 115 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 183 + ], + "peak": [ + 8, + 184 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 454 + ], + "peak": [ + 53, + 451 + ], + "area_cells": 79 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 45 + ], + "peak": [ + 114, + 0 + ], + "area_cells": 3090 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 425 + ], + "peak": [ + 87, + 420 + ], + "area_cells": 100 + }, + { + "id": "range_8", + "name": null, + "center": [ + 157, + 475 + ], + "peak": [ + 117, + 506 + ], + "area_cells": 5386 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 162 + ], + "peak": [ + 172, + 147 + ], + "area_cells": 4873 + }, + { + "id": "range_13", + "name": null, + "center": [ + 121, + 259 + ], + "peak": [ + 121, + 259 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 129, + 60 + ], + "peak": [ + 129, + 61 + ], + "area_cells": 142 + }, + { + "id": "range_15", + "name": null, + "center": [ + 130, + 87 + ], + "peak": [ + 129, + 89 + ], + "area_cells": 65 + }, + { + "id": "range_22", + "name": null, + "center": [ + 197, + 7 + ], + "peak": [ + 200, + 11 + ], + "area_cells": 172 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 24 + ], + "peak": [ + 198, + 25 + ], + "area_cells": 48 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ad/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/globe.png new file mode 100644 index 000000000..d0f504e11 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ad/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/heightmap.png new file mode 100644 index 000000000..9b9e94cb0 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ad/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/index.md new file mode 100644 index 000000000..33849cf1e --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/index.md @@ -0,0 +1,69 @@ +--- +id: GJ216Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3497176241 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.722 + period_days: 200.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.55 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.86 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.148 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ad + +Arid planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 99% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ad/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/markers.json new file mode 100644 index 000000000..4987dd757 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ad/markers.json @@ -0,0 +1,351 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 150, + 76 + ], + [ + 151, + 75 + ], + [ + 152, + 74 + ], + [ + 153, + 74 + ], + [ + 154, + 73 + ], + [ + 155, + 72 + ], + [ + 156, + 71 + ], + [ + 157, + 70 + ], + [ + 158, + 69 + ], + [ + 158, + 68 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 153, + 307 + ], + [ + 152, + 308 + ], + [ + 151, + 309 + ], + [ + 150, + 310 + ], + [ + 149, + 311 + ], + [ + 148, + 312 + ], + [ + 147, + 313 + ], + [ + 146, + 313 + ], + [ + 145, + 313 + ], + [ + 144, + 314 + ], + [ + 143, + 313 + ], + [ + 142, + 312 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 120, + 357 + ], + [ + 121, + 356 + ], + [ + 122, + 356 + ], + [ + 123, + 357 + ], + [ + 124, + 357 + ], + [ + 125, + 358 + ], + [ + 126, + 359 + ], + [ + 125, + 360 + ], + [ + 125, + 361 + ], + [ + 126, + 362 + ], + [ + 127, + 362 + ], + [ + 128, + 363 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 219 + ], + "peak": [ + 23, + 214 + ], + "area_cells": 312 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 304 + ], + "peak": [ + 32, + 304 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 40, + 321 + ], + "peak": [ + 41, + 322 + ], + "area_cells": 130 + }, + { + "id": "range_5", + "name": null, + "center": [ + 43, + 505 + ], + "peak": [ + 43, + 506 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 113 + ], + "peak": [ + 56, + 118 + ], + "area_cells": 702 + }, + { + "id": "range_7", + "name": null, + "center": [ + 56, + 85 + ], + "peak": [ + 56, + 85 + ], + "area_cells": 33 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 250 + ], + "peak": [ + 72, + 251 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 206, + 273 + ], + "peak": [ + 201, + 318 + ], + "area_cells": 5928 + }, + { + "id": "range_10", + "name": null, + "center": [ + 177, + 50 + ], + "peak": [ + 172, + 51 + ], + "area_cells": 332 + }, + { + "id": "range_11", + "name": null, + "center": [ + 199, + 468 + ], + "peak": [ + 179, + 478 + ], + "area_cells": 676 + }, + { + "id": "range_12", + "name": null, + "center": [ + 191, + 127 + ], + "peak": [ + 199, + 156 + ], + "area_cells": 1097 + }, + { + "id": "range_14", + "name": null, + "center": [ + 203, + 437 + ], + "peak": [ + 204, + 437 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 235, + 439 + ], + "peak": [ + 237, + 450 + ], + "area_cells": 475 + }, + { + "id": "range_19", + "name": null, + "center": [ + 249, + 112 + ], + "peak": [ + 249, + 113 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/globe.png new file mode 100644 index 000000000..471ace4e0 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/heightmap.png new file mode 100644 index 000000000..fbe1913ce Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/index.md new file mode 100644 index 000000000..1eaf17dac --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ216Ae-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1916804027 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.098 + period_days: 10.0 + axial_tilt_deg: 7.0 +physical: + gravity_g: 0.05 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.9 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ae-1 + +Barren moon. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/markers.json new file mode 100644 index 000000000..14409d1e5 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ae-1/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 109 + ], + "peak": [ + 22, + 46 + ], + "area_cells": 12000 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 279 + ], + "peak": [ + 20, + 281 + ], + "area_cells": 128 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 405 + ], + "peak": [ + 53, + 322 + ], + "area_cells": 15480 + }, + { + "id": "range_5", + "name": null, + "center": [ + 37, + 136 + ], + "peak": [ + 37, + 142 + ], + "area_cells": 75 + }, + { + "id": "range_11", + "name": null, + "center": [ + 58, + 150 + ], + "peak": [ + 55, + 142 + ], + "area_cells": 400 + }, + { + "id": "range_12", + "name": null, + "center": [ + 52, + 238 + ], + "peak": [ + 54, + 238 + ], + "area_cells": 73 + }, + { + "id": "range_17", + "name": null, + "center": [ + 62, + 260 + ], + "peak": [ + 63, + 257 + ], + "area_cells": 40 + }, + { + "id": "range_21", + "name": null, + "center": [ + 75, + 192 + ], + "peak": [ + 75, + 192 + ], + "area_cells": 118 + }, + { + "id": "range_22", + "name": null, + "center": [ + 93, + 260 + ], + "peak": [ + 99, + 254 + ], + "area_cells": 167 + }, + { + "id": "range_23", + "name": null, + "center": [ + 84, + 280 + ], + "peak": [ + 85, + 281 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 91, + 424 + ], + "peak": [ + 91, + 425 + ], + "area_cells": 27 + }, + { + "id": "range_27", + "name": null, + "center": [ + 101, + 301 + ], + "peak": [ + 100, + 300 + ], + "area_cells": 47 + }, + { + "id": "range_29", + "name": null, + "center": [ + 132, + 192 + ], + "peak": [ + 132, + 190 + ], + "area_cells": 45 + }, + { + "id": "range_30", + "name": null, + "center": [ + 138, + 88 + ], + "peak": [ + 139, + 89 + ], + "area_cells": 44 + }, + { + "id": "range_32", + "name": null, + "center": [ + 146, + 258 + ], + "peak": [ + 143, + 257 + ], + "area_cells": 171 + }, + { + "id": "range_33", + "name": null, + "center": [ + 145, + 288 + ], + "peak": [ + 145, + 289 + ], + "area_cells": 109 + }, + { + "id": "range_34", + "name": null, + "center": [ + 145, + 134 + ], + "peak": [ + 145, + 134 + ], + "area_cells": 26 + }, + { + "id": "range_35", + "name": null, + "center": [ + 147, + 456 + ], + "peak": [ + 150, + 460 + ], + "area_cells": 58 + }, + { + "id": "range_37", + "name": null, + "center": [ + 160, + 82 + ], + "peak": [ + 157, + 81 + ], + "area_cells": 140 + }, + { + "id": "range_38", + "name": null, + "center": [ + 157, + 420 + ], + "peak": [ + 156, + 420 + ], + "area_cells": 95 + }, + { + "id": "range_40", + "name": null, + "center": [ + 163, + 273 + ], + "peak": [ + 165, + 273 + ], + "area_cells": 93 + }, + { + "id": "range_42", + "name": null, + "center": [ + 178, + 112 + ], + "peak": [ + 183, + 102 + ], + "area_cells": 589 + }, + { + "id": "range_44", + "name": null, + "center": [ + 172, + 462 + ], + "peak": [ + 171, + 463 + ], + "area_cells": 26 + }, + { + "id": "range_47", + "name": null, + "center": [ + 183, + 223 + ], + "peak": [ + 184, + 222 + ], + "area_cells": 31 + }, + { + "id": "range_48", + "name": null, + "center": [ + 193, + 433 + ], + "peak": [ + 190, + 434 + ], + "area_cells": 243 + }, + { + "id": "range_51", + "name": null, + "center": [ + 204, + 370 + ], + "peak": [ + 206, + 371 + ], + "area_cells": 86 + }, + { + "id": "range_52", + "name": null, + "center": [ + 205, + 396 + ], + "peak": [ + 204, + 396 + ], + "area_cells": 71 + }, + { + "id": "range_55", + "name": null, + "center": [ + 210, + 416 + ], + "peak": [ + 211, + 419 + ], + "area_cells": 144 + }, + { + "id": "range_57", + "name": null, + "center": [ + 223, + 349 + ], + "peak": [ + 226, + 352 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/globe.png new file mode 100644 index 000000000..d324eacbe Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/heightmap.png new file mode 100644 index 000000000..68e06d16c Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/index.md new file mode 100644 index 000000000..5f0970483 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/index.md @@ -0,0 +1,73 @@ +--- +id: GJ216Ae +name: Wairau +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2910562883 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.185 + period_days: 420.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.9 + oblateness: 0.003 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.716 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.457 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Wairau + +Temperate planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 93% | +| **Year** | 420 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | transit | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ae/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/markers.json new file mode 100644 index 000000000..bfb433bd5 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ae/markers.json @@ -0,0 +1,1915 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 114, + 511 + ], + [ + 113, + 0 + ], + [ + 112, + 0 + ], + [ + 111, + 0 + ], + [ + 110, + 0 + ], + [ + 109, + 0 + ], + [ + 108, + 0 + ], + [ + 107, + 0 + ], + [ + 106, + 0 + ], + [ + 105, + 0 + ], + [ + 104, + 0 + ], + [ + 103, + 0 + ], + [ + 102, + 0 + ], + [ + 101, + 0 + ], + [ + 100, + 1 + ], + [ + 99, + 2 + ], + [ + 98, + 2 + ], + [ + 97, + 2 + ], + [ + 96, + 1 + ], + [ + 95, + 0 + ], + [ + 94, + 0 + ], + [ + 93, + 1 + ], + [ + 92, + 1 + ], + [ + 91, + 0 + ], + [ + 90, + 0 + ], + [ + 89, + 0 + ], + [ + 88, + 511 + ], + [ + 87, + 510 + ], + [ + 86, + 510 + ], + [ + 85, + 509 + ], + [ + 85, + 508 + ], + [ + 84, + 509 + ], + [ + 83, + 508 + ], + [ + 84, + 507 + ], + [ + 85, + 507 + ], + [ + 85, + 506 + ], + [ + 85, + 505 + ], + [ + 85, + 504 + ], + [ + 84, + 504 + ], + [ + 83, + 505 + ], + [ + 84, + 505 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 27, + 509 + ], + [ + 26, + 508 + ], + [ + 25, + 507 + ], + [ + 24, + 507 + ], + [ + 23, + 506 + ], + [ + 22, + 505 + ], + [ + 22, + 506 + ], + [ + 21, + 506 + ], + [ + 22, + 507 + ], + [ + 21, + 507 + ], + [ + 20, + 506 + ], + [ + 19, + 506 + ], + [ + 19, + 505 + ], + [ + 18, + 506 + ], + [ + 18, + 505 + ], + [ + 17, + 505 + ], + [ + 16, + 505 + ], + [ + 15, + 506 + ], + [ + 15, + 505 + ], + [ + 14, + 505 + ], + [ + 13, + 505 + ], + [ + 13, + 506 + ], + [ + 12, + 505 + ], + [ + 11, + 505 + ], + [ + 11, + 506 + ], + [ + 10, + 506 + ], + [ + 10, + 505 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 131, + 159 + ], + [ + 132, + 160 + ], + [ + 133, + 159 + ], + [ + 134, + 158 + ], + [ + 135, + 158 + ], + [ + 136, + 157 + ], + [ + 137, + 158 + ], + [ + 137, + 157 + ], + [ + 138, + 156 + ], + [ + 137, + 155 + ], + [ + 136, + 154 + ], + [ + 136, + 153 + ], + [ + 137, + 152 + ], + [ + 138, + 151 + ], + [ + 139, + 150 + ], + [ + 140, + 149 + ], + [ + 141, + 148 + ], + [ + 142, + 147 + ], + [ + 143, + 146 + ], + [ + 144, + 145 + ], + [ + 145, + 144 + ], + [ + 146, + 143 + ], + [ + 147, + 142 + ], + [ + 148, + 141 + ], + [ + 149, + 140 + ], + [ + 150, + 139 + ], + [ + 150, + 138 + ], + [ + 151, + 137 + ], + [ + 152, + 136 + ], + [ + 152, + 135 + ], + [ + 151, + 134 + ], + [ + 150, + 133 + ], + [ + 149, + 132 + ], + [ + 148, + 131 + ], + [ + 147, + 130 + ], + [ + 147, + 129 + ], + [ + 146, + 128 + ], + [ + 145, + 127 + ], + [ + 145, + 126 + ], + [ + 144, + 125 + ], + [ + 143, + 125 + ], + [ + 142, + 125 + ], + [ + 142, + 124 + ], + [ + 143, + 123 + ], + [ + 142, + 123 + ], + [ + 141, + 124 + ], + [ + 141, + 123 + ], + [ + 141, + 122 + ], + [ + 140, + 121 + ], + [ + 141, + 120 + ], + [ + 140, + 120 + ], + [ + 139, + 119 + ], + [ + 139, + 120 + ], + [ + 139, + 121 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 45, + 222 + ], + [ + 45, + 223 + ], + [ + 44, + 223 + ], + [ + 43, + 222 + ], + [ + 43, + 221 + ], + [ + 42, + 220 + ], + [ + 43, + 219 + ], + [ + 42, + 218 + ], + [ + 41, + 219 + ], + [ + 40, + 219 + ], + [ + 40, + 220 + ], + [ + 41, + 221 + ], + [ + 40, + 222 + ], + [ + 40, + 221 + ], + [ + 41, + 220 + ], + [ + 42, + 219 + ], + [ + 43, + 218 + ], + [ + 43, + 217 + ], + [ + 44, + 216 + ], + [ + 44, + 217 + ], + [ + 45, + 216 + ], + [ + 44, + 215 + ], + [ + 44, + 214 + ], + [ + 45, + 214 + ], + [ + 45, + 213 + ], + [ + 44, + 212 + ], + [ + 45, + 212 + ], + [ + 46, + 212 + ], + [ + 46, + 213 + ], + [ + 46, + 214 + ], + [ + 46, + 215 + ], + [ + 47, + 214 + ], + [ + 47, + 213 + ], + [ + 48, + 212 + ], + [ + 47, + 211 + ], + [ + 47, + 210 + ], + [ + 46, + 210 + ], + [ + 46, + 211 + ], + [ + 45, + 210 + ], + [ + 46, + 209 + ], + [ + 47, + 208 + ], + [ + 47, + 207 + ], + [ + 48, + 208 + ], + [ + 49, + 209 + ], + [ + 50, + 208 + ], + [ + 51, + 207 + ], + [ + 52, + 208 + ], + [ + 53, + 209 + ], + [ + 54, + 210 + ], + [ + 54, + 209 + ], + [ + 53, + 208 + ], + [ + 52, + 209 + ], + [ + 51, + 209 + ], + [ + 51, + 208 + ], + [ + 50, + 209 + ], + [ + 49, + 208 + ], + [ + 49, + 207 + ], + [ + 49, + 206 + ], + [ + 48, + 205 + ], + [ + 48, + 204 + ], + [ + 49, + 205 + ], + [ + 49, + 204 + ], + [ + 50, + 205 + ], + [ + 51, + 205 + ], + [ + 52, + 205 + ], + [ + 51, + 206 + ], + [ + 52, + 206 + ], + [ + 53, + 207 + ], + [ + 54, + 206 + ], + [ + 54, + 207 + ], + [ + 53, + 206 + ], + [ + 52, + 207 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 23 + ], + [ + 1, + 22 + ], + [ + 2, + 21 + ], + [ + 3, + 22 + ], + [ + 4, + 23 + ], + [ + 5, + 22 + ], + [ + 6, + 22 + ], + [ + 6, + 23 + ], + [ + 7, + 24 + ], + [ + 8, + 25 + ], + [ + 8, + 26 + ], + [ + 9, + 27 + ], + [ + 10, + 27 + ], + [ + 9, + 28 + ], + [ + 10, + 28 + ], + [ + 11, + 28 + ], + [ + 12, + 29 + ], + [ + 12, + 30 + ], + [ + 13, + 31 + ], + [ + 14, + 32 + ], + [ + 14, + 33 + ], + [ + 13, + 33 + ], + [ + 14, + 34 + ], + [ + 13, + 35 + ], + [ + 12, + 36 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 57, + 34 + ], + [ + 58, + 35 + ], + [ + 59, + 36 + ], + [ + 60, + 37 + ], + [ + 60, + 38 + ], + [ + 61, + 39 + ], + [ + 62, + 39 + ], + [ + 63, + 40 + ], + [ + 62, + 41 + ], + [ + 62, + 42 + ], + [ + 63, + 43 + ], + [ + 62, + 44 + ], + [ + 61, + 44 + ], + [ + 62, + 45 + ], + [ + 63, + 46 + ], + [ + 64, + 46 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 16, + 142 + ], + [ + 16, + 141 + ], + [ + 17, + 141 + ], + [ + 18, + 140 + ], + [ + 19, + 139 + ], + [ + 20, + 138 + ], + [ + 21, + 137 + ], + [ + 22, + 136 + ], + [ + 23, + 136 + ], + [ + 24, + 135 + ], + [ + 25, + 134 + ], + [ + 26, + 133 + ], + [ + 27, + 133 + ], + [ + 28, + 132 + ], + [ + 29, + 131 + ], + [ + 28, + 130 + ], + [ + 28, + 129 + ], + [ + 28, + 128 + ], + [ + 27, + 127 + ], + [ + 28, + 126 + ], + [ + 27, + 126 + ], + [ + 28, + 125 + ], + [ + 28, + 124 + ], + [ + 27, + 123 + ], + [ + 27, + 124 + ], + [ + 27, + 125 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 80, + 497 + ], + [ + 79, + 497 + ], + [ + 78, + 496 + ], + [ + 77, + 496 + ], + [ + 76, + 496 + ], + [ + 75, + 495 + ], + [ + 74, + 495 + ], + [ + 73, + 494 + ], + [ + 72, + 494 + ], + [ + 71, + 493 + ], + [ + 71, + 492 + ], + [ + 72, + 491 + ], + [ + 72, + 490 + ], + [ + 73, + 491 + ], + [ + 73, + 492 + ], + [ + 73, + 493 + ], + [ + 72, + 493 + ], + [ + 71, + 494 + ], + [ + 70, + 493 + ], + [ + 70, + 492 + ], + [ + 69, + 493 + ], + [ + 70, + 494 + ], + [ + 70, + 495 + ], + [ + 69, + 494 + ], + [ + 68, + 495 + ], + [ + 69, + 496 + ], + [ + 70, + 497 + ], + [ + 70, + 496 + ], + [ + 71, + 497 + ], + [ + 71, + 496 + ], + [ + 72, + 497 + ], + [ + 72, + 496 + ], + [ + 73, + 497 + ], + [ + 73, + 496 + ], + [ + 72, + 495 + ], + [ + 73, + 495 + ], + [ + 74, + 494 + ], + [ + 74, + 493 + ], + [ + 75, + 494 + ], + [ + 76, + 493 + ], + [ + 75, + 493 + ], + [ + 75, + 492 + ], + [ + 74, + 491 + ], + [ + 73, + 490 + ], + [ + 73, + 489 + ], + [ + 74, + 489 + ], + [ + 73, + 488 + ], + [ + 74, + 487 + ], + [ + 74, + 486 + ], + [ + 73, + 485 + ], + [ + 74, + 484 + ], + [ + 75, + 484 + ], + [ + 76, + 483 + ], + [ + 76, + 482 + ], + [ + 76, + 481 + ], + [ + 76, + 480 + ], + [ + 76, + 479 + ], + [ + 77, + 479 + ], + [ + 78, + 478 + ], + [ + 77, + 477 + ], + [ + 78, + 476 + ], + [ + 79, + 475 + ], + [ + 80, + 476 + ], + [ + 80, + 475 + ], + [ + 81, + 475 + ], + [ + 81, + 474 + ], + [ + 80, + 474 + ], + [ + 80, + 473 + ], + [ + 79, + 474 + ], + [ + 78, + 473 + ], + [ + 79, + 472 + ], + [ + 80, + 471 + ], + [ + 79, + 471 + ], + [ + 80, + 470 + ], + [ + 79, + 469 + ], + [ + 80, + 469 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 42, + 469 + ], + [ + 41, + 468 + ], + [ + 40, + 467 + ], + [ + 41, + 467 + ], + [ + 42, + 467 + ], + [ + 41, + 466 + ], + [ + 40, + 465 + ], + [ + 41, + 464 + ], + [ + 40, + 463 + ], + [ + 40, + 464 + ], + [ + 39, + 465 + ], + [ + 38, + 465 + ], + [ + 37, + 464 + ], + [ + 36, + 464 + ], + [ + 35, + 464 + ], + [ + 35, + 465 + ], + [ + 34, + 464 + ], + [ + 33, + 465 + ], + [ + 33, + 466 + ], + [ + 33, + 467 + ], + [ + 32, + 467 + ], + [ + 32, + 468 + ], + [ + 31, + 468 + ], + [ + 31, + 467 + ], + [ + 31, + 466 + ], + [ + 32, + 465 + ], + [ + 33, + 464 + ], + [ + 34, + 465 + ], + [ + 34, + 466 + ], + [ + 35, + 466 + ], + [ + 36, + 466 + ], + [ + 37, + 466 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 3, + 240 + ], + [ + 4, + 239 + ], + [ + 5, + 239 + ], + [ + 6, + 238 + ], + [ + 7, + 238 + ], + [ + 8, + 239 + ], + [ + 8, + 238 + ], + [ + 7, + 239 + ], + [ + 6, + 239 + ], + [ + 5, + 240 + ], + [ + 6, + 240 + ], + [ + 6, + 241 + ], + [ + 5, + 241 + ], + [ + 5, + 242 + ], + [ + 5, + 243 + ], + [ + 6, + 243 + ], + [ + 6, + 244 + ], + [ + 7, + 245 + ], + [ + 8, + 246 + ], + [ + 9, + 245 + ], + [ + 8, + 245 + ], + [ + 9, + 246 + ], + [ + 10, + 245 + ], + [ + 11, + 245 + ], + [ + 11, + 244 + ], + [ + 12, + 243 + ], + [ + 13, + 243 + ], + [ + 13, + 244 + ], + [ + 13, + 245 + ], + [ + 14, + 246 + ], + [ + 13, + 247 + ], + [ + 13, + 248 + ], + [ + 14, + 247 + ], + [ + 15, + 247 + ], + [ + 16, + 248 + ], + [ + 15, + 249 + ], + [ + 16, + 249 + ], + [ + 17, + 250 + ], + [ + 16, + 250 + ], + [ + 16, + 251 + ], + [ + 17, + 252 + ], + [ + 18, + 252 + ], + [ + 17, + 253 + ], + [ + 17, + 254 + ], + [ + 16, + 255 + ], + [ + 17, + 256 + ], + [ + 16, + 256 + ], + [ + 15, + 255 + ], + [ + 14, + 254 + ], + [ + 15, + 253 + ], + [ + 15, + 252 + ], + [ + 16, + 253 + ], + [ + 16, + 254 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 67, + 236 + ], + [ + 66, + 237 + ], + [ + 65, + 238 + ], + [ + 64, + 239 + ], + [ + 63, + 238 + ], + [ + 62, + 237 + ], + [ + 61, + 236 + ], + [ + 60, + 236 + ], + [ + 59, + 237 + ], + [ + 58, + 238 + ], + [ + 57, + 239 + ], + [ + 56, + 240 + ], + [ + 55, + 241 + ], + [ + 54, + 242 + ], + [ + 55, + 243 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 43, + 342 + ], + "area_fraction": 0.0564 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 20, + 56 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 117, + 24 + ], + "peak": [ + 120, + 28 + ], + "area_cells": 305 + }, + { + "id": "range_2", + "name": null, + "center": [ + 192, + 387 + ], + "peak": [ + 176, + 392 + ], + "area_cells": 19035 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 238 + ], + "peak": [ + 125, + 240 + ], + "area_cells": 1016 + }, + { + "id": "range_4", + "name": null, + "center": [ + 194, + 57 + ], + "peak": [ + 182, + 74 + ], + "area_cells": 8732 + }, + { + "id": "range_7", + "name": null, + "center": [ + 171, + 198 + ], + "peak": [ + 170, + 201 + ], + "area_cells": 146 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Af/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Af/globe.png new file mode 100644 index 000000000..868de6b83 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Af/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Af/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Af/heightmap.png new file mode 100644 index 000000000..42eb881b6 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Af/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Af/index.md new file mode 100644 index 000000000..13e4edeec --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Af/index.md @@ -0,0 +1,69 @@ +--- +id: GJ216Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2024433355 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.82 + period_days: 800.0 + axial_tilt_deg: 46.1 +physical: + gravity_g: 0.42 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.869 + polar_ice_lat: 0.225 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Af + +Frozen planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Af/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Af/markers.json new file mode 100644 index 000000000..3ddbe2abd --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Af/markers.json @@ -0,0 +1,44 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 283 + ], + "area_fraction": 0.0779 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 95, + 216 + ], + "area_fraction": 0.027 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 130, + 111 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ag/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/globe.png new file mode 100644 index 000000000..7f1ed2e4f Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ag/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/heightmap.png new file mode 100644 index 000000000..46730ddb0 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ag/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/index.md new file mode 100644 index 000000000..941c427d4 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1211686602 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.89 + period_days: 1600.0 + axial_tilt_deg: 48.3 +physical: + gravity_g: 0.35 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.763 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ag + +Frozen planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ag/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/markers.json new file mode 100644 index 000000000..687e6c7a9 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ag/markers.json @@ -0,0 +1,186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 36, + 34 + ], + "area_fraction": 0.0373 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 249 + ], + "area_fraction": 0.0703 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 18, + 479 + ], + "area_fraction": 0.0192 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 162, + 447 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 162, + 13 + ], + "area_fraction": 0.006 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 171, + 60 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 186, + 431 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_49", + "name": null, + "kind": "sea", + "center": [ + 229, + 192 + ], + "area_fraction": 0.0353 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 443 + ], + "peak": [ + 87, + 444 + ], + "area_cells": 34 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 426 + ], + "peak": [ + 87, + 427 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 121, + 323 + ], + "peak": [ + 122, + 304 + ], + "area_cells": 4079 + }, + { + "id": "range_5", + "name": null, + "center": [ + 142, + 131 + ], + "peak": [ + 141, + 133 + ], + "area_cells": 167 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 263 + ], + "peak": [ + 146, + 261 + ], + "area_cells": 100 + }, + { + "id": "range_8", + "name": null, + "center": [ + 177, + 250 + ], + "peak": [ + 179, + 246 + ], + "area_cells": 2235 + }, + { + "id": "range_9", + "name": null, + "center": [ + 211, + 275 + ], + "peak": [ + 212, + 274 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/globe.png new file mode 100644 index 000000000..474d0d404 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/heightmap.png new file mode 100644 index 000000000..999c14300 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/index.md new file mode 100644 index 000000000..61af273b1 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ216Ah-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3335156570 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.062 + period_days: 5.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.07 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.892 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ah-1 + +Barren moon. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/markers.json new file mode 100644 index 000000000..044f56afa --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-1/markers.json @@ -0,0 +1,612 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 3 + ], + "peak": [ + 11, + 3 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 10 + ], + "peak": [ + 1, + 9 + ], + "area_cells": 53 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 33 + ], + "peak": [ + 1, + 44 + ], + "area_cells": 462 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 81 + ], + "peak": [ + 15, + 85 + ], + "area_cells": 140 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 432 + ], + "peak": [ + 3, + 433 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 2, + 442 + ], + "peak": [ + 2, + 443 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 12, + 412 + ], + "peak": [ + 17, + 419 + ], + "area_cells": 286 + }, + { + "id": "range_9", + "name": null, + "center": [ + 6, + 509 + ], + "peak": [ + 7, + 511 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 14, + 119 + ], + "peak": [ + 12, + 120 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 25, + 145 + ], + "peak": [ + 28, + 148 + ], + "area_cells": 71 + }, + { + "id": "range_13", + "name": null, + "center": [ + 40, + 195 + ], + "peak": [ + 37, + 201 + ], + "area_cells": 955 + }, + { + "id": "range_17", + "name": null, + "center": [ + 24, + 94 + ], + "peak": [ + 19, + 92 + ], + "area_cells": 68 + }, + { + "id": "range_22", + "name": null, + "center": [ + 26, + 100 + ], + "peak": [ + 28, + 100 + ], + "area_cells": 27 + }, + { + "id": "range_27", + "name": null, + "center": [ + 45, + 400 + ], + "peak": [ + 50, + 401 + ], + "area_cells": 171 + }, + { + "id": "range_30", + "name": null, + "center": [ + 86, + 405 + ], + "peak": [ + 97, + 410 + ], + "area_cells": 1406 + }, + { + "id": "range_32", + "name": null, + "center": [ + 43, + 347 + ], + "peak": [ + 44, + 347 + ], + "area_cells": 24 + }, + { + "id": "range_34", + "name": null, + "center": [ + 49, + 133 + ], + "peak": [ + 49, + 133 + ], + "area_cells": 48 + }, + { + "id": "range_37", + "name": null, + "center": [ + 82, + 149 + ], + "peak": [ + 78, + 146 + ], + "area_cells": 420 + }, + { + "id": "range_38", + "name": null, + "center": [ + 113, + 46 + ], + "peak": [ + 104, + 0 + ], + "area_cells": 2612 + }, + { + "id": "range_39", + "name": null, + "center": [ + 82, + 359 + ], + "peak": [ + 83, + 358 + ], + "area_cells": 443 + }, + { + "id": "range_41", + "name": null, + "center": [ + 76, + 215 + ], + "peak": [ + 77, + 216 + ], + "area_cells": 42 + }, + { + "id": "range_42", + "name": null, + "center": [ + 96, + 328 + ], + "peak": [ + 107, + 333 + ], + "area_cells": 429 + }, + { + "id": "range_43", + "name": null, + "center": [ + 88, + 118 + ], + "peak": [ + 93, + 121 + ], + "area_cells": 314 + }, + { + "id": "range_45", + "name": null, + "center": [ + 85, + 457 + ], + "peak": [ + 85, + 458 + ], + "area_cells": 44 + }, + { + "id": "range_46", + "name": null, + "center": [ + 101, + 483 + ], + "peak": [ + 102, + 506 + ], + "area_cells": 1025 + }, + { + "id": "range_47", + "name": null, + "center": [ + 92, + 74 + ], + "peak": [ + 94, + 73 + ], + "area_cells": 75 + }, + { + "id": "range_48", + "name": null, + "center": [ + 142, + 15 + ], + "peak": [ + 139, + 10 + ], + "area_cells": 288 + }, + { + "id": "range_50", + "name": null, + "center": [ + 137, + 366 + ], + "peak": [ + 138, + 366 + ], + "area_cells": 54 + }, + { + "id": "range_51", + "name": null, + "center": [ + 138, + 479 + ], + "peak": [ + 138, + 478 + ], + "area_cells": 261 + }, + { + "id": "range_52", + "name": null, + "center": [ + 140, + 133 + ], + "peak": [ + 146, + 135 + ], + "area_cells": 129 + }, + { + "id": "range_54", + "name": null, + "center": [ + 166, + 500 + ], + "peak": [ + 153, + 498 + ], + "area_cells": 388 + }, + { + "id": "range_55", + "name": null, + "center": [ + 162, + 248 + ], + "peak": [ + 163, + 248 + ], + "area_cells": 53 + }, + { + "id": "range_56", + "name": null, + "center": [ + 159, + 179 + ], + "peak": [ + 159, + 182 + ], + "area_cells": 36 + }, + { + "id": "range_57", + "name": null, + "center": [ + 163, + 413 + ], + "peak": [ + 162, + 413 + ], + "area_cells": 33 + }, + { + "id": "range_58", + "name": null, + "center": [ + 184, + 143 + ], + "peak": [ + 174, + 131 + ], + "area_cells": 1027 + }, + { + "id": "range_59", + "name": null, + "center": [ + 174, + 89 + ], + "peak": [ + 177, + 102 + ], + "area_cells": 716 + }, + { + "id": "range_60", + "name": null, + "center": [ + 180, + 265 + ], + "peak": [ + 178, + 266 + ], + "area_cells": 263 + }, + { + "id": "range_62", + "name": null, + "center": [ + 178, + 393 + ], + "peak": [ + 178, + 395 + ], + "area_cells": 136 + }, + { + "id": "range_65", + "name": null, + "center": [ + 184, + 203 + ], + "peak": [ + 183, + 204 + ], + "area_cells": 89 + }, + { + "id": "range_66", + "name": null, + "center": [ + 185, + 466 + ], + "peak": [ + 190, + 468 + ], + "area_cells": 85 + }, + { + "id": "range_67", + "name": null, + "center": [ + 185, + 7 + ], + "peak": [ + 186, + 13 + ], + "area_cells": 103 + }, + { + "id": "range_71", + "name": null, + "center": [ + 197, + 303 + ], + "peak": [ + 195, + 304 + ], + "area_cells": 61 + }, + { + "id": "range_74", + "name": null, + "center": [ + 203, + 281 + ], + "peak": [ + 206, + 283 + ], + "area_cells": 46 + }, + { + "id": "range_75", + "name": null, + "center": [ + 212, + 186 + ], + "peak": [ + 213, + 186 + ], + "area_cells": 31 + }, + { + "id": "range_76", + "name": null, + "center": [ + 220, + 295 + ], + "peak": [ + 222, + 294 + ], + "area_cells": 25 + }, + { + "id": "range_77", + "name": null, + "center": [ + 225, + 153 + ], + "peak": [ + 226, + 153 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/globe.png new file mode 100644 index 000000000..a13a19477 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/heightmap.png new file mode 100644 index 000000000..996aa1aac Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/index.md new file mode 100644 index 000000000..5b4413b0f --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Ah-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2828679870 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.123 + period_days: 14.0 + axial_tilt_deg: 21.3 +physical: + gravity_g: 0.05 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.227 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ah-2 + +Frozen moon. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/markers.json new file mode 100644 index 000000000..36c3f3aee --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ah-2/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 116, + 168 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 206, + 148 + ], + "area_fraction": 0.1136 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 190, + 491 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 219, + 365 + ], + "area_fraction": 0.0133 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 105 + ], + "peak": [ + 41, + 4 + ], + "area_cells": 10194 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 408 + ], + "peak": [ + 64, + 357 + ], + "area_cells": 20170 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 146 + ], + "peak": [ + 86, + 149 + ], + "area_cells": 176 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 3 + ], + "peak": [ + 93, + 1 + ], + "area_cells": 99 + }, + { + "id": "range_5", + "name": null, + "center": [ + 144, + 384 + ], + "peak": [ + 147, + 385 + ], + "area_cells": 303 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 291 + ], + "peak": [ + 156, + 290 + ], + "area_cells": 131 + }, + { + "id": "range_8", + "name": null, + "center": [ + 162, + 442 + ], + "peak": [ + 163, + 443 + ], + "area_cells": 138 + }, + { + "id": "range_9", + "name": null, + "center": [ + 178, + 301 + ], + "peak": [ + 180, + 301 + ], + "area_cells": 84 + }, + { + "id": "range_10", + "name": null, + "center": [ + 182, + 400 + ], + "peak": [ + 182, + 400 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ah/globe.png new file mode 100644 index 000000000..87174c883 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ah/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ah/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ah/index.md new file mode 100644 index 000000000..848bae60f --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ah/index.md @@ -0,0 +1,70 @@ +--- +id: GJ216Ah +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1587700758 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.144 + period_days: 3800.0 + axial_tilt_deg: 34.6 +physical: + gravity_g: null + oblateness: 0.0586 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.119 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.74 + opacity_base: 0.56 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ216Ah + +Gas giant. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ai/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/globe.png new file mode 100644 index 000000000..c53979b6a Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ai/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/heightmap.png new file mode 100644 index 000000000..32116944d Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ai/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/index.md new file mode 100644 index 000000000..6feaa2a30 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3718954461 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 8.449 + period_days: 8000.0 + axial_tilt_deg: 23.9 +physical: + gravity_g: 0.25 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.713 + polar_ice_lat: 0.054 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Ai + +Frozen planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 8000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Ai/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/markers.json new file mode 100644 index 000000000..bed46da9e --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Ai/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 36, + 243 + ], + "area_fraction": 0.2477 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 243, + 464 + ], + "area_fraction": 0.0143 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 241, + 40 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 148, + 65 + ], + "peak": [ + 156, + 62 + ], + "area_cells": 6928 + }, + { + "id": "range_5", + "name": null, + "center": [ + 148, + 446 + ], + "peak": [ + 172, + 433 + ], + "area_cells": 9774 + }, + { + "id": "range_6", + "name": null, + "center": [ + 100, + 501 + ], + "peak": [ + 105, + 505 + ], + "area_cells": 117 + }, + { + "id": "range_8", + "name": null, + "center": [ + 106, + 1 + ], + "peak": [ + 106, + 0 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 112, + 218 + ], + "peak": [ + 113, + 221 + ], + "area_cells": 87 + }, + { + "id": "range_11", + "name": null, + "center": [ + 133, + 176 + ], + "peak": [ + 133, + 174 + ], + "area_cells": 256 + }, + { + "id": "range_13", + "name": null, + "center": [ + 199, + 290 + ], + "peak": [ + 207, + 314 + ], + "area_cells": 5058 + }, + { + "id": "range_16", + "name": null, + "center": [ + 177, + 350 + ], + "peak": [ + 177, + 351 + ], + "area_cells": 92 + }, + { + "id": "range_17", + "name": null, + "center": [ + 186, + 211 + ], + "peak": [ + 187, + 210 + ], + "area_cells": 72 + }, + { + "id": "range_21", + "name": null, + "center": [ + 210, + 44 + ], + "peak": [ + 211, + 44 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 215, + 237 + ], + "peak": [ + 215, + 239 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Aj/globe.png b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/globe.png new file mode 100644 index 000000000..6ecd2aeca Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/globe.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Aj/heightmap.png b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/heightmap.png new file mode 100644 index 000000000..ea6d633f8 Binary files /dev/null and b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Aj/index.md b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/index.md new file mode 100644 index 000000000..e820a2ff5 --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1675751393 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 12.848 + period_days: 15000.0 + axial_tilt_deg: 49.3 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.701 + polar_ice_lat: 0.15 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.254 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Aj + +Frozen planet. + +**System:** [GJ-216A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216A/bodies/GJ216Aj/markers.json b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/markers.json new file mode 100644 index 000000000..47870b09b --- /dev/null +++ b/wiki/star-systems/GJ-216A/bodies/GJ216Aj/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 43, + 221 + ], + "area_fraction": 0.2633 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 117, + 478 + ], + "area_fraction": 0.0241 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 121, + 130 + ], + "peak": [ + 126, + 133 + ], + "area_cells": 108 + }, + { + "id": "range_2", + "name": null, + "center": [ + 117, + 180 + ], + "peak": [ + 118, + 181 + ], + "area_cells": 53 + }, + { + "id": "range_3", + "name": null, + "center": [ + 136, + 415 + ], + "peak": [ + 136, + 420 + ], + "area_cells": 147 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 220 + ], + "peak": [ + 150, + 221 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 213, + 259 + ], + "peak": [ + 245, + 77 + ], + "area_cells": 32613 + }, + { + "id": "range_7", + "name": null, + "center": [ + 199, + 5 + ], + "peak": [ + 197, + 3 + ], + "area_cells": 116 + }, + { + "id": "range_8", + "name": null, + "center": [ + 200, + 504 + ], + "peak": [ + 197, + 511 + ], + "area_cells": 164 + }, + { + "id": "range_9", + "name": null, + "center": [ + 212, + 487 + ], + "peak": [ + 214, + 488 + ], + "area_cells": 87 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ216Bb/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/globe.png new file mode 100644 index 000000000..cd271e4e0 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bb/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/heightmap.png new file mode 100644 index 000000000..80f57ffd9 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bb/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/index.md new file mode 100644 index 000000000..d1437af24 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ216Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2543365660 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.35 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.871 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bb + +Barren planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bb/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/markers.json new file mode 100644 index 000000000..2008bb30c --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bb/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_10", + "name": null, + "center": [ + 13, + 110 + ], + "peak": [ + 15, + 108 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 20, + 396 + ], + "peak": [ + 21, + 396 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 49, + 14 + ], + "peak": [ + 65, + 12 + ], + "area_cells": 579 + }, + { + "id": "range_15", + "name": null, + "center": [ + 25, + 211 + ], + "peak": [ + 24, + 213 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 41, + 196 + ], + "peak": [ + 51, + 202 + ], + "area_cells": 228 + }, + { + "id": "range_18", + "name": null, + "center": [ + 44, + 486 + ], + "peak": [ + 46, + 486 + ], + "area_cells": 63 + }, + { + "id": "range_19", + "name": null, + "center": [ + 52, + 506 + ], + "peak": [ + 50, + 508 + ], + "area_cells": 156 + }, + { + "id": "range_22", + "name": null, + "center": [ + 43, + 177 + ], + "peak": [ + 42, + 177 + ], + "area_cells": 38 + }, + { + "id": "range_23", + "name": null, + "center": [ + 48, + 298 + ], + "peak": [ + 48, + 298 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 67, + 303 + ], + "peak": [ + 66, + 303 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 81, + 270 + ], + "peak": [ + 80, + 270 + ], + "area_cells": 224 + }, + { + "id": "range_26", + "name": null, + "center": [ + 120, + 246 + ], + "peak": [ + 138, + 285 + ], + "area_cells": 4997 + }, + { + "id": "range_27", + "name": null, + "center": [ + 92, + 464 + ], + "peak": [ + 89, + 475 + ], + "area_cells": 504 + }, + { + "id": "range_30", + "name": null, + "center": [ + 99, + 315 + ], + "peak": [ + 101, + 315 + ], + "area_cells": 43 + }, + { + "id": "range_32", + "name": null, + "center": [ + 110, + 505 + ], + "peak": [ + 115, + 507 + ], + "area_cells": 168 + }, + { + "id": "range_33", + "name": null, + "center": [ + 111, + 136 + ], + "peak": [ + 113, + 136 + ], + "area_cells": 78 + }, + { + "id": "range_34", + "name": null, + "center": [ + 112, + 355 + ], + "peak": [ + 113, + 355 + ], + "area_cells": 25 + }, + { + "id": "range_35", + "name": null, + "center": [ + 126, + 75 + ], + "peak": [ + 134, + 80 + ], + "area_cells": 346 + }, + { + "id": "range_36", + "name": null, + "center": [ + 120, + 445 + ], + "peak": [ + 120, + 444 + ], + "area_cells": 115 + }, + { + "id": "range_37", + "name": null, + "center": [ + 119, + 148 + ], + "peak": [ + 119, + 146 + ], + "area_cells": 20 + }, + { + "id": "range_38", + "name": null, + "center": [ + 123, + 127 + ], + "peak": [ + 123, + 127 + ], + "area_cells": 41 + }, + { + "id": "range_39", + "name": null, + "center": [ + 130, + 507 + ], + "peak": [ + 129, + 511 + ], + "area_cells": 91 + }, + { + "id": "range_41", + "name": null, + "center": [ + 141, + 478 + ], + "peak": [ + 145, + 484 + ], + "area_cells": 416 + }, + { + "id": "range_42", + "name": null, + "center": [ + 144, + 168 + ], + "peak": [ + 144, + 167 + ], + "area_cells": 53 + }, + { + "id": "range_43", + "name": null, + "center": [ + 182, + 371 + ], + "peak": [ + 205, + 375 + ], + "area_cells": 2028 + }, + { + "id": "range_44", + "name": null, + "center": [ + 153, + 457 + ], + "peak": [ + 158, + 459 + ], + "area_cells": 150 + }, + { + "id": "range_49", + "name": null, + "center": [ + 163, + 159 + ], + "peak": [ + 164, + 160 + ], + "area_cells": 156 + }, + { + "id": "range_50", + "name": null, + "center": [ + 157, + 198 + ], + "peak": [ + 158, + 199 + ], + "area_cells": 33 + }, + { + "id": "range_51", + "name": null, + "center": [ + 183, + 259 + ], + "peak": [ + 184, + 259 + ], + "area_cells": 32 + }, + { + "id": "range_53", + "name": null, + "center": [ + 199, + 74 + ], + "peak": [ + 199, + 75 + ], + "area_cells": 62 + }, + { + "id": "range_56", + "name": null, + "center": [ + 218, + 339 + ], + "peak": [ + 217, + 339 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bc/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/globe.png new file mode 100644 index 000000000..9b2bceb1d Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bc/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/heightmap.png new file mode 100644 index 000000000..80c1aef95 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bc/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/index.md new file mode 100644 index 000000000..6072dc5a3 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ216Bc +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3206817331 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.262 + period_days: 55.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.48 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.853 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.06 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bc + +Arid planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bc/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/markers.json new file mode 100644 index 000000000..33ee54f04 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bc/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 119 + ], + "peak": [ + 22, + 175 + ], + "area_cells": 13853 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 405 + ], + "peak": [ + 6, + 457 + ], + "area_cells": 1379 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 503 + ], + "peak": [ + 15, + 508 + ], + "area_cells": 486 + }, + { + "id": "range_5", + "name": null, + "center": [ + 21, + 332 + ], + "peak": [ + 22, + 335 + ], + "area_cells": 193 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 403 + ], + "peak": [ + 57, + 402 + ], + "area_cells": 1650 + }, + { + "id": "range_10", + "name": null, + "center": [ + 143, + 41 + ], + "peak": [ + 152, + 0 + ], + "area_cells": 3750 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 493 + ], + "peak": [ + 106, + 489 + ], + "area_cells": 159 + }, + { + "id": "range_12", + "name": null, + "center": [ + 106, + 465 + ], + "peak": [ + 107, + 463 + ], + "area_cells": 44 + }, + { + "id": "range_13", + "name": null, + "center": [ + 118, + 426 + ], + "peak": [ + 118, + 424 + ], + "area_cells": 371 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 94 + ], + "peak": [ + 120, + 95 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 159, + 401 + ], + "peak": [ + 176, + 429 + ], + "area_cells": 10250 + }, + { + "id": "range_17", + "name": null, + "center": [ + 130, + 99 + ], + "peak": [ + 130, + 98 + ], + "area_cells": 76 + }, + { + "id": "range_18", + "name": null, + "center": [ + 138, + 217 + ], + "peak": [ + 141, + 220 + ], + "area_cells": 430 + }, + { + "id": "range_22", + "name": null, + "center": [ + 185, + 23 + ], + "peak": [ + 185, + 28 + ], + "area_cells": 191 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 306 + ], + "peak": [ + 200, + 300 + ], + "area_cells": 215 + }, + { + "id": "range_24", + "name": null, + "center": [ + 235, + 442 + ], + "peak": [ + 248, + 387 + ], + "area_cells": 5751 + }, + { + "id": "range_25", + "name": null, + "center": [ + 241, + 34 + ], + "peak": [ + 255, + 5 + ], + "area_cells": 1714 + }, + { + "id": "range_28", + "name": null, + "center": [ + 244, + 308 + ], + "peak": [ + 255, + 320 + ], + "area_cells": 1162 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/globe.png new file mode 100644 index 000000000..471d46435 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/heightmap.png new file mode 100644 index 000000000..a687d5b53 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/index.md new file mode 100644 index 000000000..f741c5011 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ216Bd-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2411904562 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.05 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.934 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bd-1 + +Barren moon. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/markers.json new file mode 100644 index 000000000..23a13e0a1 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bd-1/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 48, + 122 + ], + "peak": [ + 49, + 125 + ], + "area_cells": 189 + }, + { + "id": "range_6", + "name": null, + "center": [ + 49, + 365 + ], + "peak": [ + 49, + 367 + ], + "area_cells": 30 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 382 + ], + "peak": [ + 66, + 384 + ], + "area_cells": 252 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 348 + ], + "peak": [ + 62, + 347 + ], + "area_cells": 84 + }, + { + "id": "range_9", + "name": null, + "center": [ + 72, + 181 + ], + "peak": [ + 70, + 181 + ], + "area_cells": 162 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 170 + ], + "peak": [ + 94, + 161 + ], + "area_cells": 1590 + }, + { + "id": "range_12", + "name": null, + "center": [ + 157, + 88 + ], + "peak": [ + 183, + 64 + ], + "area_cells": 9611 + }, + { + "id": "range_13", + "name": null, + "center": [ + 81, + 0 + ], + "peak": [ + 81, + 0 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 86, + 346 + ], + "peak": [ + 87, + 346 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 225 + ], + "peak": [ + 155, + 211 + ], + "area_cells": 2274 + }, + { + "id": "range_20", + "name": null, + "center": [ + 120, + 142 + ], + "peak": [ + 118, + 140 + ], + "area_cells": 237 + }, + { + "id": "range_22", + "name": null, + "center": [ + 154, + 504 + ], + "peak": [ + 130, + 507 + ], + "area_cells": 866 + }, + { + "id": "range_23", + "name": null, + "center": [ + 129, + 1 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 75 + }, + { + "id": "range_25", + "name": null, + "center": [ + 134, + 279 + ], + "peak": [ + 134, + 280 + ], + "area_cells": 74 + }, + { + "id": "range_26", + "name": null, + "center": [ + 133, + 181 + ], + "peak": [ + 131, + 181 + ], + "area_cells": 22 + }, + { + "id": "range_28", + "name": null, + "center": [ + 162, + 279 + ], + "peak": [ + 165, + 265 + ], + "area_cells": 716 + }, + { + "id": "range_29", + "name": null, + "center": [ + 153, + 470 + ], + "peak": [ + 156, + 472 + ], + "area_cells": 351 + }, + { + "id": "range_30", + "name": null, + "center": [ + 150, + 312 + ], + "peak": [ + 149, + 311 + ], + "area_cells": 40 + }, + { + "id": "range_32", + "name": null, + "center": [ + 155, + 330 + ], + "peak": [ + 155, + 330 + ], + "area_cells": 46 + }, + { + "id": "range_33", + "name": null, + "center": [ + 162, + 448 + ], + "peak": [ + 165, + 449 + ], + "area_cells": 83 + }, + { + "id": "range_34", + "name": null, + "center": [ + 185, + 325 + ], + "peak": [ + 182, + 327 + ], + "area_cells": 704 + }, + { + "id": "range_35", + "name": null, + "center": [ + 172, + 400 + ], + "peak": [ + 171, + 402 + ], + "area_cells": 64 + }, + { + "id": "range_36", + "name": null, + "center": [ + 190, + 471 + ], + "peak": [ + 196, + 476 + ], + "area_cells": 697 + }, + { + "id": "range_37", + "name": null, + "center": [ + 179, + 370 + ], + "peak": [ + 178, + 365 + ], + "area_cells": 167 + }, + { + "id": "range_39", + "name": null, + "center": [ + 180, + 389 + ], + "peak": [ + 183, + 389 + ], + "area_cells": 22 + }, + { + "id": "range_44", + "name": null, + "center": [ + 194, + 441 + ], + "peak": [ + 195, + 441 + ], + "area_cells": 55 + }, + { + "id": "range_45", + "name": null, + "center": [ + 202, + 0 + ], + "peak": [ + 203, + 0 + ], + "area_cells": 37 + }, + { + "id": "range_46", + "name": null, + "center": [ + 200, + 423 + ], + "peak": [ + 200, + 423 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/globe.png new file mode 100644 index 000000000..30141a7f9 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/heightmap.png new file mode 100644 index 000000000..619b89298 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/index.md new file mode 100644 index 000000000..ae1b15bfe --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/index.md @@ -0,0 +1,73 @@ +--- +id: GJ216Bd +name: Doublet +body_type: planet +planet_class: temperate +body_scale: planet +seed: 649492200 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.465 + period_days: 130.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.88 + oblateness: 0.0031 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.686 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.536 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Doublet + +Temperate planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 98% | +| **Year** | 130 days | +| **Inhabited** | yes | +| **Population** | 40M | +| **Economy** | research | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bd/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/markers.json new file mode 100644 index 000000000..337b8967e --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bd/markers.json @@ -0,0 +1,1334 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 111, + 109 + ], + [ + 112, + 110 + ], + [ + 113, + 111 + ], + [ + 114, + 112 + ], + [ + 115, + 113 + ], + [ + 116, + 112 + ], + [ + 115, + 112 + ], + [ + 116, + 113 + ], + [ + 115, + 114 + ], + [ + 116, + 114 + ], + [ + 116, + 115 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 33, + 382 + ], + [ + 33, + 381 + ], + [ + 32, + 380 + ], + [ + 32, + 379 + ], + [ + 31, + 378 + ], + [ + 30, + 377 + ], + [ + 29, + 376 + ], + [ + 28, + 375 + ], + [ + 27, + 374 + ], + [ + 28, + 373 + ], + [ + 28, + 372 + ], + [ + 29, + 371 + ], + [ + 29, + 370 + ], + [ + 28, + 369 + ], + [ + 28, + 368 + ], + [ + 27, + 369 + ], + [ + 26, + 369 + ], + [ + 27, + 370 + ], + [ + 28, + 371 + ], + [ + 27, + 371 + ], + [ + 27, + 372 + ], + [ + 26, + 371 + ], + [ + 26, + 370 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 80, + 455 + ], + [ + 79, + 454 + ], + [ + 78, + 453 + ], + [ + 77, + 452 + ], + [ + 76, + 451 + ], + [ + 75, + 450 + ], + [ + 74, + 449 + ], + [ + 73, + 448 + ], + [ + 72, + 447 + ], + [ + 71, + 446 + ], + [ + 70, + 445 + ], + [ + 69, + 444 + ], + [ + 68, + 444 + ], + [ + 67, + 445 + ], + [ + 66, + 444 + ], + [ + 65, + 443 + ], + [ + 64, + 444 + ], + [ + 63, + 443 + ], + [ + 62, + 443 + ], + [ + 61, + 442 + ], + [ + 60, + 443 + ], + [ + 59, + 443 + ], + [ + 58, + 442 + ], + [ + 57, + 442 + ], + [ + 56, + 442 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 48, + 511 + ], + [ + 49, + 0 + ], + [ + 49, + 1 + ], + [ + 50, + 2 + ], + [ + 50, + 3 + ], + [ + 50, + 4 + ], + [ + 49, + 4 + ], + [ + 50, + 5 + ], + [ + 50, + 6 + ], + [ + 49, + 6 + ], + [ + 48, + 7 + ], + [ + 47, + 7 + ], + [ + 47, + 6 + ], + [ + 48, + 6 + ], + [ + 47, + 5 + ], + [ + 48, + 5 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 116, + 418 + ], + [ + 117, + 419 + ], + [ + 118, + 420 + ], + [ + 118, + 421 + ], + [ + 117, + 422 + ], + [ + 116, + 423 + ], + [ + 115, + 424 + ], + [ + 114, + 425 + ], + [ + 113, + 426 + ], + [ + 112, + 426 + ], + [ + 111, + 427 + ], + [ + 110, + 428 + ], + [ + 109, + 427 + ], + [ + 108, + 428 + ], + [ + 107, + 428 + ], + [ + 106, + 427 + ], + [ + 105, + 426 + ], + [ + 104, + 427 + ], + [ + 104, + 428 + ], + [ + 103, + 429 + ], + [ + 104, + 429 + ], + [ + 103, + 430 + ], + [ + 103, + 431 + ], + [ + 102, + 432 + ], + [ + 103, + 432 + ], + [ + 102, + 433 + ], + [ + 101, + 434 + ], + [ + 100, + 435 + ], + [ + 101, + 435 + ], + [ + 100, + 436 + ], + [ + 100, + 437 + ], + [ + 101, + 438 + ], + [ + 100, + 439 + ], + [ + 100, + 440 + ], + [ + 100, + 441 + ], + [ + 99, + 441 + ], + [ + 99, + 442 + ], + [ + 99, + 443 + ], + [ + 100, + 444 + ], + [ + 99, + 445 + ], + [ + 98, + 446 + ], + [ + 97, + 447 + ], + [ + 97, + 448 + ], + [ + 96, + 449 + ], + [ + 96, + 450 + ], + [ + 95, + 450 + ], + [ + 96, + 451 + ], + [ + 97, + 452 + ], + [ + 96, + 452 + ], + [ + 95, + 453 + ], + [ + 95, + 454 + ], + [ + 94, + 454 + ], + [ + 94, + 455 + ], + [ + 94, + 456 + ], + [ + 95, + 457 + ], + [ + 94, + 457 + ], + [ + 94, + 458 + ], + [ + 93, + 458 + ], + [ + 94, + 459 + ], + [ + 93, + 460 + ], + [ + 92, + 461 + ], + [ + 93, + 461 + ], + [ + 94, + 462 + ], + [ + 93, + 463 + ], + [ + 93, + 464 + ], + [ + 93, + 465 + ], + [ + 93, + 466 + ], + [ + 92, + 466 + ], + [ + 93, + 467 + ], + [ + 92, + 468 + ], + [ + 93, + 469 + ], + [ + 92, + 470 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 54, + 253 + ], + [ + 53, + 252 + ], + [ + 52, + 251 + ], + [ + 51, + 250 + ], + [ + 50, + 249 + ], + [ + 49, + 248 + ], + [ + 48, + 247 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 83, + 379 + ], + [ + 82, + 380 + ], + [ + 81, + 381 + ], + [ + 80, + 382 + ], + [ + 79, + 383 + ], + [ + 78, + 383 + ], + [ + 77, + 384 + ], + [ + 76, + 383 + ], + [ + 75, + 382 + ], + [ + 74, + 382 + ], + [ + 73, + 383 + ], + [ + 72, + 383 + ], + [ + 71, + 382 + ], + [ + 70, + 381 + ], + [ + 69, + 380 + ], + [ + 69, + 379 + ], + [ + 68, + 378 + ], + [ + 67, + 378 + ], + [ + 66, + 377 + ], + [ + 65, + 376 + ], + [ + 64, + 375 + ], + [ + 63, + 374 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 91, + 250 + ], + [ + 92, + 249 + ], + [ + 93, + 248 + ], + [ + 94, + 247 + ], + [ + 95, + 246 + ], + [ + 96, + 245 + ], + [ + 97, + 244 + ], + [ + 98, + 243 + ], + [ + 99, + 242 + ], + [ + 100, + 241 + ], + [ + 99, + 240 + ], + [ + 100, + 239 + ], + [ + 100, + 238 + ], + [ + 99, + 237 + ], + [ + 98, + 236 + ], + [ + 97, + 235 + ], + [ + 96, + 234 + ], + [ + 95, + 233 + ], + [ + 95, + 232 + ], + [ + 94, + 231 + ], + [ + 93, + 230 + ], + [ + 92, + 229 + ], + [ + 92, + 230 + ], + [ + 91, + 230 + ], + [ + 90, + 230 + ], + [ + 91, + 229 + ], + [ + 90, + 228 + ], + [ + 91, + 227 + ], + [ + 92, + 227 + ], + [ + 91, + 228 + ], + [ + 90, + 229 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 15, + 493 + ], + [ + 14, + 494 + ], + [ + 13, + 495 + ], + [ + 12, + 494 + ], + [ + 11, + 493 + ], + [ + 10, + 492 + ], + [ + 9, + 492 + ], + [ + 8, + 491 + ], + [ + 7, + 491 + ], + [ + 6, + 490 + ], + [ + 5, + 489 + ], + [ + 4, + 488 + ], + [ + 3, + 488 + ], + [ + 2, + 487 + ], + [ + 1, + 486 + ], + [ + 0, + 485 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 108, + 280 + ], + [ + 107, + 281 + ], + [ + 106, + 280 + ], + [ + 105, + 280 + ], + [ + 104, + 281 + ], + [ + 103, + 280 + ], + [ + 102, + 279 + ], + [ + 102, + 278 + ], + [ + 101, + 277 + ], + [ + 101, + 276 + ], + [ + 101, + 275 + ], + [ + 101, + 274 + ], + [ + 101, + 273 + ], + [ + 101, + 272 + ], + [ + 100, + 271 + ], + [ + 100, + 270 + ], + [ + 100, + 269 + ], + [ + 99, + 268 + ], + [ + 99, + 267 + ], + [ + 99, + 266 + ], + [ + 99, + 265 + ], + [ + 99, + 264 + ], + [ + 98, + 263 + ], + [ + 98, + 262 + ], + [ + 99, + 263 + ], + [ + 98, + 264 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 28, + 177 + ], + [ + 29, + 178 + ], + [ + 30, + 178 + ], + [ + 31, + 177 + ], + [ + 32, + 176 + ], + [ + 33, + 175 + ], + [ + 34, + 176 + ], + [ + 35, + 177 + ], + [ + 36, + 176 + ], + [ + 37, + 175 + ], + [ + 36, + 174 + ], + [ + 36, + 175 + ], + [ + 37, + 176 + ], + [ + 37, + 177 + ], + [ + 37, + 178 + ], + [ + 38, + 177 + ], + [ + 38, + 178 + ], + [ + 37, + 179 + ], + [ + 36, + 178 + ], + [ + 36, + 177 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 34, + 511 + ], + [ + 35, + 510 + ], + [ + 36, + 509 + ], + [ + 37, + 508 + ], + [ + 37, + 507 + ], + [ + 38, + 506 + ], + [ + 37, + 505 + ], + [ + 38, + 504 + ], + [ + 38, + 503 + ], + [ + 39, + 502 + ], + [ + 38, + 501 + ], + [ + 38, + 500 + ], + [ + 39, + 499 + ], + [ + 39, + 498 + ], + [ + 38, + 498 + ], + [ + 38, + 497 + ], + [ + 39, + 497 + ], + [ + 39, + 496 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 43, + 455 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 82, + 46 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 133 + ], + "peak": [ + 170, + 80 + ], + "area_cells": 18084 + }, + { + "id": "range_2", + "name": null, + "center": [ + 100, + 288 + ], + "peak": [ + 101, + 285 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 139, + 406 + ], + "peak": [ + 140, + 405 + ], + "area_cells": 434 + }, + { + "id": "range_4", + "name": null, + "center": [ + 192, + 458 + ], + "peak": [ + 156, + 488 + ], + "area_cells": 6808 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 250 + ], + "peak": [ + 180, + 314 + ], + "area_cells": 3453 + }, + { + "id": "range_6", + "name": null, + "center": [ + 212, + 354 + ], + "peak": [ + 213, + 356 + ], + "area_cells": 242 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Be/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Be/globe.png new file mode 100644 index 000000000..b6e8625d8 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Be/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Be/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Be/heightmap.png new file mode 100644 index 000000000..e8d13c392 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Be/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Be/index.md new file mode 100644 index 000000000..a706b154d --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Be/index.md @@ -0,0 +1,68 @@ +--- +id: GJ216Be +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1923769805 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 19.9 +physical: + gravity_g: 0.42 + oblateness: 0.004 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.921 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.063 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Be + +Arid planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Be/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Be/markers.json new file mode 100644 index 000000000..59593ef7e --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Be/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 319 + ], + "peak": [ + 10, + 320 + ], + "area_cells": 182 + }, + { + "id": "range_2", + "name": null, + "center": [ + 80, + 234 + ], + "peak": [ + 33, + 133 + ], + "area_cells": 25387 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 77 + ], + "peak": [ + 63, + 76 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 268 + ], + "peak": [ + 114, + 269 + ], + "area_cells": 96 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bf/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/globe.png new file mode 100644 index 000000000..87f6c9f4d Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bf/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/heightmap.png new file mode 100644 index 000000000..a7278f032 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bf/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/index.md new file mode 100644 index 000000000..c81407d0d --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2415901812 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 50.7 +physical: + gravity_g: 0.35 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.825 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bf + +Frozen planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bf/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/markers.json new file mode 100644 index 000000000..ee41b3cae --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bf/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 444 + ], + "area_fraction": 0.0323 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 131, + 345 + ], + "area_fraction": 0.0946 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 98, + 467 + ], + "area_fraction": 0.0119 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 66 + ], + "peak": [ + 29, + 66 + ], + "area_cells": 803 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 327 + ], + "peak": [ + 0, + 323 + ], + "area_cells": 985 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 365 + ], + "peak": [ + 61, + 386 + ], + "area_cells": 1314 + }, + { + "id": "range_6", + "name": null, + "center": [ + 49, + 145 + ], + "peak": [ + 44, + 141 + ], + "area_cells": 178 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 198 + ], + "peak": [ + 62, + 197 + ], + "area_cells": 91 + }, + { + "id": "range_8", + "name": null, + "center": [ + 65, + 103 + ], + "peak": [ + 66, + 106 + ], + "area_cells": 347 + }, + { + "id": "range_9", + "name": null, + "center": [ + 66, + 272 + ], + "peak": [ + 62, + 273 + ], + "area_cells": 92 + }, + { + "id": "range_10", + "name": null, + "center": [ + 65, + 70 + ], + "peak": [ + 66, + 71 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 68, + 181 + ], + "peak": [ + 69, + 182 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 73, + 24 + ], + "peak": [ + 74, + 25 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 178, + 438 + ], + "peak": [ + 179, + 440 + ], + "area_cells": 28 + }, + { + "id": "range_15", + "name": null, + "center": [ + 186, + 497 + ], + "peak": [ + 187, + 501 + ], + "area_cells": 116 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 134 + ], + "peak": [ + 255, + 156 + ], + "area_cells": 16547 + }, + { + "id": "range_17", + "name": null, + "center": [ + 189, + 404 + ], + "peak": [ + 187, + 403 + ], + "area_cells": 171 + }, + { + "id": "range_18", + "name": null, + "center": [ + 223, + 442 + ], + "peak": [ + 229, + 463 + ], + "area_cells": 5752 + }, + { + "id": "range_19", + "name": null, + "center": [ + 211, + 331 + ], + "peak": [ + 212, + 332 + ], + "area_cells": 87 + }, + { + "id": "range_20", + "name": null, + "center": [ + 210, + 343 + ], + "peak": [ + 211, + 343 + ], + "area_cells": 50 + }, + { + "id": "range_21", + "name": null, + "center": [ + 238, + 345 + ], + "peak": [ + 238, + 348 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bg/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/globe.png new file mode 100644 index 000000000..e2988a496 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bg/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/heightmap.png new file mode 100644 index 000000000..b9912dc06 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bg/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/index.md new file mode 100644 index 000000000..a5229cc46 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 990795743 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 53.8 +physical: + gravity_g: 0.28 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.762 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bg + +Frozen planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bg/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/markers.json new file mode 100644 index 000000000..8b5592c8f --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bg/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 123 + ], + "area_fraction": 0.0525 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 50, + 363 + ], + "area_fraction": 0.1527 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 40, + 11 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 60, + 125 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 191, + 43 + ], + "peak": [ + 198, + 43 + ], + "area_cells": 5953 + }, + { + "id": "range_4", + "name": null, + "center": [ + 179, + 388 + ], + "peak": [ + 193, + 404 + ], + "area_cells": 14563 + }, + { + "id": "range_5", + "name": null, + "center": [ + 159, + 67 + ], + "peak": [ + 157, + 67 + ], + "area_cells": 141 + }, + { + "id": "range_7", + "name": null, + "center": [ + 167, + 135 + ], + "peak": [ + 166, + 131 + ], + "area_cells": 778 + }, + { + "id": "range_8", + "name": null, + "center": [ + 159, + 94 + ], + "peak": [ + 160, + 95 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/globe.png new file mode 100644 index 000000000..6a86eda69 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/heightmap.png new file mode 100644 index 000000000..24bc3018c Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/index.md new file mode 100644 index 000000000..e94ba601b --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ216Bh-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 960250927 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 14.5 +physical: + gravity_g: 0.06 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.919 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bh-1 + +Barren moon. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/markers.json new file mode 100644 index 000000000..6971f82f3 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-1/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 18 + ], + "peak": [ + 12, + 40 + ], + "area_cells": 679 + }, + { + "id": "range_3", + "name": null, + "center": [ + 24, + 127 + ], + "peak": [ + 30, + 153 + ], + "area_cells": 4577 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 403 + ], + "peak": [ + 78, + 398 + ], + "area_cells": 13221 + }, + { + "id": "range_13", + "name": null, + "center": [ + 54, + 185 + ], + "peak": [ + 55, + 185 + ], + "area_cells": 47 + }, + { + "id": "range_17", + "name": null, + "center": [ + 56, + 507 + ], + "peak": [ + 57, + 507 + ], + "area_cells": 48 + }, + { + "id": "range_19", + "name": null, + "center": [ + 69, + 20 + ], + "peak": [ + 75, + 21 + ], + "area_cells": 109 + }, + { + "id": "range_21", + "name": null, + "center": [ + 68, + 480 + ], + "peak": [ + 69, + 481 + ], + "area_cells": 34 + }, + { + "id": "range_22", + "name": null, + "center": [ + 89, + 39 + ], + "peak": [ + 91, + 40 + ], + "area_cells": 139 + }, + { + "id": "range_23", + "name": null, + "center": [ + 140, + 115 + ], + "peak": [ + 108, + 157 + ], + "area_cells": 5080 + }, + { + "id": "range_24", + "name": null, + "center": [ + 85, + 508 + ], + "peak": [ + 87, + 511 + ], + "area_cells": 52 + }, + { + "id": "range_25", + "name": null, + "center": [ + 88, + 6 + ], + "peak": [ + 88, + 2 + ], + "area_cells": 138 + }, + { + "id": "range_34", + "name": null, + "center": [ + 112, + 216 + ], + "peak": [ + 113, + 216 + ], + "area_cells": 59 + }, + { + "id": "range_35", + "name": null, + "center": [ + 131, + 242 + ], + "peak": [ + 117, + 241 + ], + "area_cells": 482 + }, + { + "id": "range_36", + "name": null, + "center": [ + 115, + 195 + ], + "peak": [ + 115, + 195 + ], + "area_cells": 168 + }, + { + "id": "range_37", + "name": null, + "center": [ + 123, + 20 + ], + "peak": [ + 122, + 22 + ], + "area_cells": 145 + }, + { + "id": "range_38", + "name": null, + "center": [ + 123, + 368 + ], + "peak": [ + 123, + 367 + ], + "area_cells": 72 + }, + { + "id": "range_41", + "name": null, + "center": [ + 130, + 406 + ], + "peak": [ + 130, + 407 + ], + "area_cells": 107 + }, + { + "id": "range_44", + "name": null, + "center": [ + 137, + 328 + ], + "peak": [ + 136, + 327 + ], + "area_cells": 94 + }, + { + "id": "range_45", + "name": null, + "center": [ + 210, + 402 + ], + "peak": [ + 226, + 382 + ], + "area_cells": 8398 + }, + { + "id": "range_46", + "name": null, + "center": [ + 149, + 190 + ], + "peak": [ + 147, + 190 + ], + "area_cells": 415 + }, + { + "id": "range_55", + "name": null, + "center": [ + 173, + 486 + ], + "peak": [ + 173, + 487 + ], + "area_cells": 66 + }, + { + "id": "range_57", + "name": null, + "center": [ + 181, + 74 + ], + "peak": [ + 184, + 74 + ], + "area_cells": 189 + }, + { + "id": "range_58", + "name": null, + "center": [ + 226, + 273 + ], + "peak": [ + 193, + 302 + ], + "area_cells": 2653 + }, + { + "id": "range_62", + "name": null, + "center": [ + 194, + 259 + ], + "peak": [ + 197, + 266 + ], + "area_cells": 215 + }, + { + "id": "range_63", + "name": null, + "center": [ + 196, + 277 + ], + "peak": [ + 198, + 277 + ], + "area_cells": 33 + }, + { + "id": "range_66", + "name": null, + "center": [ + 210, + 130 + ], + "peak": [ + 211, + 129 + ], + "area_cells": 61 + }, + { + "id": "range_74", + "name": null, + "center": [ + 240, + 210 + ], + "peak": [ + 232, + 217 + ], + "area_cells": 328 + }, + { + "id": "range_78", + "name": null, + "center": [ + 224, + 256 + ], + "peak": [ + 225, + 256 + ], + "area_cells": 36 + }, + { + "id": "range_80", + "name": null, + "center": [ + 244, + 29 + ], + "peak": [ + 245, + 2 + ], + "area_cells": 1270 + }, + { + "id": "range_81", + "name": null, + "center": [ + 248, + 191 + ], + "peak": [ + 255, + 193 + ], + "area_cells": 199 + }, + { + "id": "range_82", + "name": null, + "center": [ + 240, + 96 + ], + "peak": [ + 237, + 95 + ], + "area_cells": 54 + }, + { + "id": "range_85", + "name": null, + "center": [ + 252, + 74 + ], + "peak": [ + 255, + 74 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/globe.png new file mode 100644 index 000000000..81d2f9524 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/heightmap.png new file mode 100644 index 000000000..8b531a4f1 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/index.md new file mode 100644 index 000000000..b71ae06c8 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Bh-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1207784301 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.04 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.781 + polar_ice_lat: 0.29 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.259 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bh-2 + +Frozen moon. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/markers.json new file mode 100644 index 000000000..9b36bfba0 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bh-2/markers.json @@ -0,0 +1,238 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 48 + ], + "area_fraction": 0.0266 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 20, + 316 + ], + "area_fraction": 0.1066 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 114, + 194 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 141, + 175 + ], + "area_fraction": 0.006 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 146, + 406 + ], + "area_fraction": 0.006 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 163, + 330 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 181, + 221 + ], + "area_fraction": 0.0156 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 249, + 414 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 80, + 425 + ], + "peak": [ + 76, + 426 + ], + "area_cells": 149 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 461 + ], + "peak": [ + 86, + 461 + ], + "area_cells": 195 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 267 + ], + "peak": [ + 95, + 268 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 354 + ], + "peak": [ + 141, + 355 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 164, + 58 + ], + "peak": [ + 155, + 77 + ], + "area_cells": 2069 + }, + { + "id": "range_11", + "name": null, + "center": [ + 196, + 496 + ], + "peak": [ + 190, + 494 + ], + "area_cells": 1440 + }, + { + "id": "range_13", + "name": null, + "center": [ + 186, + 459 + ], + "peak": [ + 184, + 467 + ], + "area_cells": 200 + }, + { + "id": "range_15", + "name": null, + "center": [ + 193, + 277 + ], + "peak": [ + 193, + 278 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 263 + ], + "peak": [ + 212, + 253 + ], + "area_cells": 2446 + }, + { + "id": "range_17", + "name": null, + "center": [ + 227, + 83 + ], + "peak": [ + 233, + 162 + ], + "area_cells": 3099 + }, + { + "id": "range_18", + "name": null, + "center": [ + 218, + 479 + ], + "peak": [ + 219, + 479 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bh/globe.png new file mode 100644 index 000000000..b3d3879ae Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bh/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bh/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bh/index.md new file mode 100644 index 000000000..cf1e3a130 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bh/index.md @@ -0,0 +1,61 @@ +--- +id: GJ216Bh +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3480474789 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.937 + period_days: 3200.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: null + oblateness: 0.0642 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.109 +--- + +# GJ216Bh + +Gas giant. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bi/globe.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/globe.png new file mode 100644 index 000000000..bc153c7df Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/globe.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bi/heightmap.png b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/heightmap.png new file mode 100644 index 000000000..7f65b4057 Binary files /dev/null and b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bi/index.md b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/index.md new file mode 100644 index 000000000..1c612204d --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ216Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4053426054 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.947 + period_days: 7500.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.25 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ216Bi + +Frozen planet. + +**System:** [GJ-216B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 7500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-216B/bodies/GJ216Bi/markers.json b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/markers.json new file mode 100644 index 000000000..655567ff1 --- /dev/null +++ b/wiki/star-systems/GJ-216B/bodies/GJ216Bi/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 29 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 98, + 253 + ], + "area_fraction": 0.1003 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 106, + 58 + ], + "area_fraction": 0.0192 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 120, + 13 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 397 + ], + "peak": [ + 46, + 387 + ], + "area_cells": 1369 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 89 + ], + "peak": [ + 61, + 91 + ], + "area_cells": 88 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 404 + ], + "peak": [ + 97, + 405 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 105, + 436 + ], + "peak": [ + 106, + 437 + ], + "area_cells": 138 + }, + { + "id": "range_6", + "name": null, + "center": [ + 173, + 424 + ], + "peak": [ + 204, + 426 + ], + "area_cells": 3600 + }, + { + "id": "range_7", + "name": null, + "center": [ + 207, + 258 + ], + "peak": [ + 215, + 244 + ], + "area_cells": 6652 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 324 + ], + "peak": [ + 159, + 325 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ222Ab/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/globe.png new file mode 100644 index 000000000..2b7baa6cc Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ab/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/heightmap.png new file mode 100644 index 000000000..8502553d4 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ab/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/index.md new file mode 100644 index 000000000..68d2c2b74 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ222Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1294905159 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.258 + period_days: 48.0 + axial_tilt_deg: 24.2 +physical: + gravity_g: 0.52 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.867 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ab + +Barren planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 96% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ab/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/markers.json new file mode 100644 index 000000000..9d0c4b00f --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ab/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 95, + 225 + ], + "peak": [ + 96, + 226 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 125 + ], + "peak": [ + 104, + 132 + ], + "area_cells": 172 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 200 + ], + "peak": [ + 150, + 319 + ], + "area_cells": 21014 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 450 + ], + "peak": [ + 123, + 445 + ], + "area_cells": 251 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 470 + ], + "peak": [ + 161, + 489 + ], + "area_cells": 4107 + }, + { + "id": "range_8", + "name": null, + "center": [ + 123, + 500 + ], + "peak": [ + 123, + 501 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 129, + 241 + ], + "peak": [ + 128, + 241 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 186, + 416 + ], + "peak": [ + 194, + 417 + ], + "area_cells": 157 + }, + { + "id": "range_15", + "name": null, + "center": [ + 211, + 134 + ], + "peak": [ + 208, + 134 + ], + "area_cells": 65 + }, + { + "id": "range_16", + "name": null, + "center": [ + 214, + 3 + ], + "peak": [ + 214, + 0 + ], + "area_cells": 143 + }, + { + "id": "range_18", + "name": null, + "center": [ + 211, + 121 + ], + "peak": [ + 211, + 121 + ], + "area_cells": 73 + }, + { + "id": "range_20", + "name": null, + "center": [ + 217, + 109 + ], + "peak": [ + 219, + 112 + ], + "area_cells": 52 + }, + { + "id": "range_21", + "name": null, + "center": [ + 221, + 16 + ], + "peak": [ + 223, + 16 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ac/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/globe.png new file mode 100644 index 000000000..25fed1dbf Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ac/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/heightmap.png new file mode 100644 index 000000000..d5becdb9a Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ac/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/index.md new file mode 100644 index 000000000..bfa46ac4c --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/index.md @@ -0,0 +1,69 @@ +--- +id: GJ222Ac +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3787326914 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 31.0 +physical: + gravity_g: 0.92 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.452 + polar_ice_lat: 0.65 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.508 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ222Ac + +Temperate planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ac/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/markers.json new file mode 100644 index 000000000..37cdee57a --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ac/markers.json @@ -0,0 +1,803 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 94, + 8 + ], + [ + 93, + 7 + ], + [ + 92, + 7 + ], + [ + 92, + 6 + ], + [ + 91, + 5 + ], + [ + 91, + 4 + ], + [ + 90, + 3 + ], + [ + 90, + 2 + ], + [ + 91, + 2 + ], + [ + 92, + 2 + ], + [ + 92, + 1 + ], + [ + 91, + 0 + ], + [ + 91, + 511 + ], + [ + 92, + 510 + ], + [ + 92, + 509 + ], + [ + 93, + 509 + ], + [ + 94, + 510 + ], + [ + 95, + 510 + ], + [ + 96, + 509 + ], + [ + 96, + 508 + ], + [ + 95, + 507 + ], + [ + 96, + 507 + ], + [ + 95, + 506 + ], + [ + 96, + 506 + ], + [ + 97, + 506 + ], + [ + 97, + 505 + ], + [ + 96, + 504 + ], + [ + 97, + 503 + ], + [ + 97, + 502 + ], + [ + 96, + 501 + ], + [ + 96, + 500 + ], + [ + 95, + 499 + ], + [ + 96, + 499 + ], + [ + 96, + 498 + ], + [ + 97, + 499 + ], + [ + 97, + 498 + ], + [ + 96, + 497 + ], + [ + 95, + 496 + ], + [ + 94, + 496 + ], + [ + 95, + 495 + ], + [ + 96, + 495 + ], + [ + 95, + 494 + ], + [ + 96, + 494 + ], + [ + 96, + 493 + ], + [ + 95, + 493 + ], + [ + 95, + 492 + ], + [ + 94, + 492 + ], + [ + 94, + 491 + ], + [ + 94, + 490 + ], + [ + 93, + 491 + ], + [ + 93, + 490 + ], + [ + 94, + 489 + ], + [ + 95, + 489 + ], + [ + 95, + 488 + ], + [ + 96, + 489 + ], + [ + 96, + 490 + ], + [ + 97, + 489 + ], + [ + 98, + 488 + ], + [ + 98, + 489 + ], + [ + 97, + 488 + ], + [ + 98, + 487 + ], + [ + 99, + 488 + ], + [ + 100, + 489 + ], + [ + 99, + 489 + ], + [ + 98, + 490 + ], + [ + 98, + 491 + ], + [ + 99, + 490 + ], + [ + 100, + 490 + ], + [ + 101, + 491 + ], + [ + 100, + 491 + ], + [ + 101, + 492 + ], + [ + 102, + 492 + ], + [ + 103, + 491 + ], + [ + 104, + 491 + ], + [ + 105, + 490 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 112, + 90 + ], + [ + 111, + 89 + ], + [ + 110, + 88 + ], + [ + 109, + 88 + ], + [ + 108, + 87 + ], + [ + 107, + 88 + ], + [ + 108, + 89 + ], + [ + 108, + 88 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 207, + 80 + ], + [ + 208, + 79 + ], + [ + 207, + 78 + ], + [ + 207, + 79 + ], + [ + 208, + 78 + ], + [ + 207, + 77 + ], + [ + 208, + 77 + ], + [ + 209, + 77 + ], + [ + 210, + 76 + ], + [ + 209, + 76 + ], + [ + 208, + 75 + ], + [ + 207, + 76 + ], + [ + 206, + 77 + ], + [ + 205, + 77 + ], + [ + 204, + 78 + ], + [ + 203, + 79 + ], + [ + 202, + 80 + ], + [ + 201, + 81 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 131 + ], + [ + 106, + 132 + ], + [ + 105, + 133 + ], + [ + 104, + 134 + ], + [ + 103, + 134 + ], + [ + 102, + 135 + ], + [ + 101, + 136 + ], + [ + 100, + 136 + ], + [ + 99, + 137 + ], + [ + 98, + 137 + ], + [ + 97, + 138 + ], + [ + 96, + 137 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 153, + 111 + ], + [ + 154, + 110 + ], + [ + 155, + 109 + ], + [ + 156, + 110 + ], + [ + 157, + 111 + ], + [ + 158, + 111 + ], + [ + 159, + 111 + ], + [ + 160, + 111 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 210, + 46 + ], + [ + 209, + 45 + ], + [ + 208, + 44 + ], + [ + 207, + 43 + ], + [ + 206, + 42 + ], + [ + 205, + 41 + ], + [ + 204, + 40 + ], + [ + 203, + 40 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 369 + ], + [ + 254, + 368 + ], + [ + 253, + 368 + ], + [ + 252, + 368 + ], + [ + 252, + 367 + ], + [ + 253, + 367 + ], + [ + 253, + 366 + ], + [ + 252, + 366 + ], + [ + 251, + 366 + ], + [ + 250, + 365 + ], + [ + 249, + 366 + ], + [ + 248, + 365 + ], + [ + 247, + 365 + ], + [ + 246, + 364 + ], + [ + 245, + 365 + ], + [ + 244, + 366 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 111, + 97 + ], + [ + 110, + 96 + ], + [ + 109, + 95 + ], + [ + 108, + 94 + ], + [ + 107, + 95 + ], + [ + 106, + 96 + ], + [ + 107, + 96 + ], + [ + 106, + 97 + ], + [ + 106, + 98 + ], + [ + 106, + 99 + ], + [ + 105, + 100 + ], + [ + 105, + 101 + ], + [ + 104, + 102 + ], + [ + 103, + 103 + ], + [ + 104, + 103 + ], + [ + 103, + 104 + ], + [ + 102, + 105 + ], + [ + 101, + 105 + ], + [ + 102, + 104 + ], + [ + 101, + 104 + ], + [ + 100, + 104 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 179, + 268 + ], + "area_fraction": 0.5468 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 51 + ], + "peak": [ + 29, + 31 + ], + "area_cells": 2649 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 482 + ], + "peak": [ + 49, + 478 + ], + "area_cells": 1054 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 243 + ], + "peak": [ + 44, + 237 + ], + "area_cells": 77 + }, + { + "id": "range_4", + "name": null, + "center": [ + 43, + 508 + ], + "peak": [ + 44, + 511 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 275 + ], + "peak": [ + 53, + 278 + ], + "area_cells": 153 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ad/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/globe.png new file mode 100644 index 000000000..63101c9c2 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ad/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/heightmap.png new file mode 100644 index 000000000..ba8392065 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ad/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/index.md new file mode 100644 index 000000000..fdb6bc777 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ222Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4069359404 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.572 + period_days: 720.0 + axial_tilt_deg: 13.5 +physical: + gravity_g: 0.68 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.564 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.134 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ad + +Cold Arid planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ad/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/markers.json new file mode 100644 index 000000000..4f1355c7f --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ad/markers.json @@ -0,0 +1,1215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 238, + 296 + ], + [ + 237, + 297 + ], + [ + 236, + 298 + ], + [ + 236, + 299 + ], + [ + 235, + 299 + ], + [ + 234, + 299 + ], + [ + 233, + 298 + ], + [ + 233, + 299 + ], + [ + 232, + 299 + ], + [ + 231, + 300 + ], + [ + 230, + 299 + ], + [ + 229, + 299 + ], + [ + 228, + 299 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 253, + 91 + ], + [ + 252, + 90 + ], + [ + 251, + 89 + ], + [ + 250, + 90 + ], + [ + 249, + 90 + ], + [ + 248, + 89 + ], + [ + 247, + 88 + ], + [ + 246, + 88 + ], + [ + 245, + 87 + ], + [ + 244, + 87 + ], + [ + 243, + 86 + ], + [ + 242, + 85 + ], + [ + 241, + 85 + ], + [ + 240, + 84 + ], + [ + 239, + 83 + ], + [ + 239, + 82 + ], + [ + 238, + 81 + ], + [ + 238, + 80 + ], + [ + 237, + 79 + ], + [ + 237, + 78 + ], + [ + 236, + 79 + ], + [ + 236, + 78 + ], + [ + 237, + 77 + ], + [ + 236, + 76 + ], + [ + 237, + 75 + ], + [ + 238, + 74 + ], + [ + 237, + 74 + ], + [ + 236, + 75 + ], + [ + 236, + 74 + ], + [ + 235, + 74 + ], + [ + 236, + 73 + ], + [ + 237, + 72 + ], + [ + 238, + 71 + ], + [ + 237, + 71 + ], + [ + 236, + 72 + ], + [ + 235, + 72 + ], + [ + 235, + 71 + ], + [ + 236, + 70 + ], + [ + 237, + 69 + ], + [ + 238, + 69 + ], + [ + 237, + 68 + ], + [ + 236, + 67 + ], + [ + 236, + 66 + ], + [ + 236, + 65 + ], + [ + 235, + 65 + ], + [ + 234, + 66 + ], + [ + 233, + 66 + ], + [ + 234, + 65 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 287 + ], + [ + 254, + 288 + ], + [ + 253, + 288 + ], + [ + 252, + 288 + ], + [ + 251, + 288 + ], + [ + 250, + 288 + ], + [ + 249, + 288 + ], + [ + 248, + 288 + ], + [ + 247, + 288 + ], + [ + 246, + 288 + ], + [ + 245, + 288 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 253, + 97 + ], + [ + 252, + 98 + ], + [ + 251, + 97 + ], + [ + 251, + 98 + ], + [ + 250, + 97 + ], + [ + 249, + 98 + ], + [ + 248, + 98 + ], + [ + 247, + 98 + ], + [ + 246, + 98 + ], + [ + 245, + 98 + ], + [ + 244, + 99 + ], + [ + 243, + 99 + ], + [ + 242, + 100 + ], + [ + 243, + 101 + ], + [ + 242, + 102 + ], + [ + 242, + 103 + ], + [ + 241, + 104 + ], + [ + 242, + 105 + ], + [ + 241, + 105 + ], + [ + 240, + 106 + ], + [ + 240, + 107 + ], + [ + 239, + 108 + ], + [ + 239, + 107 + ], + [ + 239, + 106 + ], + [ + 238, + 105 + ], + [ + 237, + 106 + ], + [ + 236, + 106 + ], + [ + 235, + 107 + ], + [ + 234, + 106 + ], + [ + 233, + 107 + ], + [ + 232, + 108 + ], + [ + 231, + 109 + ], + [ + 230, + 110 + ], + [ + 230, + 111 + ], + [ + 229, + 112 + ], + [ + 230, + 112 + ], + [ + 231, + 111 + ], + [ + 231, + 110 + ], + [ + 232, + 111 + ], + [ + 232, + 110 + ], + [ + 233, + 111 + ], + [ + 232, + 112 + ], + [ + 231, + 113 + ], + [ + 231, + 114 + ], + [ + 230, + 114 + ], + [ + 230, + 113 + ], + [ + 229, + 113 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 160, + 107 + ], + [ + 161, + 107 + ], + [ + 162, + 106 + ], + [ + 163, + 105 + ], + [ + 164, + 104 + ], + [ + 165, + 103 + ], + [ + 166, + 102 + ], + [ + 167, + 102 + ], + [ + 168, + 102 + ], + [ + 169, + 103 + ], + [ + 170, + 104 + ], + [ + 171, + 103 + ], + [ + 172, + 104 + ], + [ + 172, + 105 + ], + [ + 172, + 106 + ], + [ + 173, + 107 + ], + [ + 173, + 108 + ], + [ + 174, + 108 + ], + [ + 173, + 109 + ], + [ + 174, + 109 + ], + [ + 175, + 110 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 207, + 359 + ], + [ + 208, + 360 + ], + [ + 209, + 359 + ], + [ + 210, + 359 + ], + [ + 211, + 359 + ], + [ + 212, + 359 + ], + [ + 213, + 359 + ], + [ + 214, + 359 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 187, + 22 + ], + [ + 188, + 21 + ], + [ + 189, + 22 + ], + [ + 190, + 23 + ], + [ + 191, + 24 + ], + [ + 192, + 25 + ], + [ + 193, + 26 + ], + [ + 194, + 26 + ], + [ + 195, + 26 + ], + [ + 196, + 27 + ], + [ + 197, + 27 + ], + [ + 198, + 26 + ], + [ + 199, + 25 + ], + [ + 200, + 25 + ], + [ + 201, + 24 + ], + [ + 202, + 25 + ], + [ + 203, + 25 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 236, + 2 + ], + [ + 237, + 3 + ], + [ + 237, + 4 + ], + [ + 238, + 5 + ], + [ + 239, + 6 + ], + [ + 240, + 7 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 134, + 492 + ], + [ + 133, + 491 + ], + [ + 133, + 490 + ], + [ + 132, + 489 + ], + [ + 132, + 488 + ], + [ + 132, + 487 + ], + [ + 132, + 486 + ], + [ + 132, + 485 + ], + [ + 132, + 484 + ], + [ + 131, + 483 + ], + [ + 132, + 482 + ], + [ + 132, + 481 + ], + [ + 132, + 480 + ], + [ + 132, + 479 + ], + [ + 131, + 478 + ], + [ + 130, + 477 + ], + [ + 129, + 476 + ], + [ + 129, + 475 + ], + [ + 128, + 474 + ], + [ + 128, + 473 + ], + [ + 129, + 472 + ], + [ + 128, + 471 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 255, + 262 + ], + [ + 254, + 261 + ], + [ + 254, + 260 + ], + [ + 255, + 259 + ], + [ + 254, + 259 + ], + [ + 253, + 259 + ], + [ + 252, + 259 + ], + [ + 251, + 259 + ], + [ + 250, + 259 + ], + [ + 249, + 259 + ], + [ + 248, + 259 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 123, + 176 + ], + [ + 124, + 177 + ], + [ + 125, + 178 + ], + [ + 125, + 179 + ], + [ + 126, + 180 + ], + [ + 126, + 181 + ], + [ + 125, + 182 + ], + [ + 125, + 183 + ], + [ + 124, + 184 + ], + [ + 124, + 185 + ], + [ + 123, + 186 + ], + [ + 122, + 187 + ], + [ + 122, + 188 + ], + [ + 123, + 189 + ], + [ + 124, + 190 + ], + [ + 125, + 191 + ], + [ + 126, + 192 + ], + [ + 127, + 193 + ], + [ + 128, + 194 + ], + [ + 129, + 195 + ], + [ + 130, + 196 + ], + [ + 131, + 196 + ], + [ + 132, + 197 + ], + [ + 133, + 197 + ], + [ + 134, + 197 + ], + [ + 135, + 196 + ], + [ + 136, + 195 + ], + [ + 137, + 195 + ], + [ + 138, + 194 + ], + [ + 137, + 194 + ], + [ + 138, + 193 + ], + [ + 137, + 193 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 213, + 252 + ], + "area_fraction": 0.024 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 231, + 449 + ], + "area_fraction": 0.021 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 258 + ], + "peak": [ + 21, + 262 + ], + "area_cells": 323 + }, + { + "id": "range_2", + "name": null, + "center": [ + 80, + 56 + ], + "peak": [ + 59, + 17 + ], + "area_cells": 6436 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 504 + ], + "peak": [ + 54, + 511 + ], + "area_cells": 288 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 439 + ], + "peak": [ + 79, + 446 + ], + "area_cells": 246 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 307 + ], + "peak": [ + 76, + 307 + ], + "area_cells": 95 + }, + { + "id": "range_7", + "name": null, + "center": [ + 100, + 489 + ], + "peak": [ + 97, + 506 + ], + "area_cells": 787 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 151 + ], + "peak": [ + 98, + 157 + ], + "area_cells": 153 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 432 + ], + "peak": [ + 92, + 432 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 98, + 304 + ], + "peak": [ + 98, + 304 + ], + "area_cells": 163 + }, + { + "id": "range_12", + "name": null, + "center": [ + 111, + 156 + ], + "peak": [ + 111, + 156 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 116, + 8 + ], + "peak": [ + 115, + 8 + ], + "area_cells": 27 + }, + { + "id": "range_15", + "name": null, + "center": [ + 125, + 176 + ], + "peak": [ + 123, + 176 + ], + "area_cells": 98 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 143 + ], + "peak": [ + 132, + 147 + ], + "area_cells": 220 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/globe.png new file mode 100644 index 000000000..ac4a6cef8 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/heightmap.png new file mode 100644 index 000000000..c7ae069a0 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/index.md new file mode 100644 index 000000000..2c9780180 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ222Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1912054113 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.14 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ae-m1 + +Frozen moon. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 92% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/markers.json new file mode 100644 index 000000000..794e7e8d6 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m1/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 185, + 432 + ], + "area_fraction": 0.0298 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 205, + 44 + ], + "area_fraction": 0.0139 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 169 + ], + "peak": [ + 0, + 183 + ], + "area_cells": 9931 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 432 + ], + "peak": [ + 50, + 453 + ], + "area_cells": 919 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 1 + ], + "peak": [ + 42, + 1 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 40, + 493 + ], + "peak": [ + 41, + 493 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 48, + 466 + ], + "peak": [ + 50, + 468 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 58, + 335 + ], + "peak": [ + 64, + 338 + ], + "area_cells": 64 + }, + { + "id": "range_12", + "name": null, + "center": [ + 57, + 296 + ], + "peak": [ + 58, + 297 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 314 + ], + "peak": [ + 61, + 315 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/globe.png new file mode 100644 index 000000000..1eb4e269c Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/heightmap.png new file mode 100644 index 000000000..079001d34 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/index.md new file mode 100644 index 000000000..e8712d22f --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ222Ae-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3462796334 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.08 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.954 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ae-m2 + +Barren moon. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 90% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/markers.json new file mode 100644 index 000000000..86b565f52 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ae-m2/markers.json @@ -0,0 +1,374 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 124, + 275 + ], + "area_fraction": 0.008 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 156, + 357 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 150, + 68 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 142, + 122 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 170, + 432 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 168, + 287 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 109 + ], + "peak": [ + 53, + 107 + ], + "area_cells": 12288 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 198 + ], + "peak": [ + 2, + 199 + ], + "area_cells": 42 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 215 + ], + "peak": [ + 14, + 209 + ], + "area_cells": 676 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 480 + ], + "peak": [ + 66, + 511 + ], + "area_cells": 3142 + }, + { + "id": "range_7", + "name": null, + "center": [ + 8, + 377 + ], + "peak": [ + 8, + 377 + ], + "area_cells": 32 + }, + { + "id": "range_8", + "name": null, + "center": [ + 36, + 329 + ], + "peak": [ + 41, + 327 + ], + "area_cells": 215 + }, + { + "id": "range_11", + "name": null, + "center": [ + 39, + 309 + ], + "peak": [ + 43, + 310 + ], + "area_cells": 117 + }, + { + "id": "range_12", + "name": null, + "center": [ + 35, + 350 + ], + "peak": [ + 38, + 350 + ], + "area_cells": 55 + }, + { + "id": "range_20", + "name": null, + "center": [ + 65, + 275 + ], + "peak": [ + 71, + 277 + ], + "area_cells": 121 + }, + { + "id": "range_22", + "name": null, + "center": [ + 65, + 28 + ], + "peak": [ + 66, + 27 + ], + "area_cells": 41 + }, + { + "id": "range_23", + "name": null, + "center": [ + 73, + 422 + ], + "peak": [ + 73, + 422 + ], + "area_cells": 122 + }, + { + "id": "range_24", + "name": null, + "center": [ + 85, + 462 + ], + "peak": [ + 81, + 459 + ], + "area_cells": 702 + }, + { + "id": "range_25", + "name": null, + "center": [ + 96, + 230 + ], + "peak": [ + 98, + 231 + ], + "area_cells": 93 + }, + { + "id": "range_26", + "name": null, + "center": [ + 97, + 277 + ], + "peak": [ + 96, + 278 + ], + "area_cells": 248 + }, + { + "id": "range_33", + "name": null, + "center": [ + 132, + 342 + ], + "peak": [ + 134, + 342 + ], + "area_cells": 49 + }, + { + "id": "range_36", + "name": null, + "center": [ + 240, + 465 + ], + "peak": [ + 236, + 465 + ], + "area_cells": 137 + }, + { + "id": "range_38", + "name": null, + "center": [ + 248, + 409 + ], + "peak": [ + 253, + 409 + ], + "area_cells": 1230 + }, + { + "id": "range_39", + "name": null, + "center": [ + 249, + 356 + ], + "peak": [ + 254, + 363 + ], + "area_cells": 121 + }, + { + "id": "range_41", + "name": null, + "center": [ + 250, + 61 + ], + "peak": [ + 253, + 62 + ], + "area_cells": 21 + }, + { + "id": "range_43", + "name": null, + "center": [ + 251, + 259 + ], + "peak": [ + 254, + 259 + ], + "area_cells": 32 + }, + { + "id": "range_44", + "name": null, + "center": [ + 251, + 509 + ], + "peak": [ + 253, + 510 + ], + "area_cells": 38 + }, + { + "id": "range_45", + "name": null, + "center": [ + 251, + 240 + ], + "peak": [ + 254, + 244 + ], + "area_cells": 53 + }, + { + "id": "range_50", + "name": null, + "center": [ + 253, + 498 + ], + "peak": [ + 255, + 503 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ae/globe.png new file mode 100644 index 000000000..e1ff2faa1 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ae/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ae/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ae/index.md new file mode 100644 index 000000000..eb3f6bfa1 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ222Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1998001418 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 6.2 +physical: + gravity_g: null + oblateness: 0.0612 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 4 + storm_max_size: 0.12 +--- + +# GJ222Ae + +Gas giant. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Af/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Af/globe.png new file mode 100644 index 000000000..18dfb2c1d Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Af/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Af/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Af/heightmap.png new file mode 100644 index 000000000..acad9d169 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Af/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Af/index.md new file mode 100644 index 000000000..feec5297e --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ222Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1889534484 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.605 + period_days: 6200.0 + axial_tilt_deg: 29.8 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.849 + polar_ice_lat: 0.252 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Af + +Frozen planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Af/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Af/markers.json new file mode 100644 index 000000000..480ec2204 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Af/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 91 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 69, + 266 + ], + "area_fraction": 0.0861 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 89, + 14 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 86, + 496 + ], + "area_fraction": 0.0123 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 116, + 407 + ], + "peak": [ + 118, + 402 + ], + "area_cells": 527 + }, + { + "id": "range_2", + "name": null, + "center": [ + 125, + 121 + ], + "peak": [ + 124, + 122 + ], + "area_cells": 121 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 369 + ], + "peak": [ + 138, + 367 + ], + "area_cells": 178 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 420 + ], + "peak": [ + 151, + 442 + ], + "area_cells": 2028 + }, + { + "id": "range_6", + "name": null, + "center": [ + 150, + 155 + ], + "peak": [ + 146, + 144 + ], + "area_cells": 410 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 41 + ], + "peak": [ + 150, + 29 + ], + "area_cells": 1421 + }, + { + "id": "range_8", + "name": null, + "center": [ + 149, + 307 + ], + "peak": [ + 151, + 311 + ], + "area_cells": 111 + }, + { + "id": "range_9", + "name": null, + "center": [ + 180, + 180 + ], + "peak": [ + 184, + 206 + ], + "area_cells": 2280 + }, + { + "id": "range_11", + "name": null, + "center": [ + 176, + 31 + ], + "peak": [ + 176, + 31 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ag/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/globe.png new file mode 100644 index 000000000..a7409031b Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ag/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/heightmap.png new file mode 100644 index 000000000..cc32439c8 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ag/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/index.md new file mode 100644 index 000000000..96c62cb5b --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ222Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3874544994 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.368 + period_days: 14000.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.36 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.803 + polar_ice_lat: 0.278 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ag + +Frozen planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ag/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/markers.json new file mode 100644 index 000000000..f45a7aae3 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ag/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 23 + ], + "area_fraction": 0.007 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 44, + 438 + ], + "area_fraction": 0.0807 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 78, + 50 + ], + "area_fraction": 0.0641 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 71, + 114 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 158, + 342 + ], + "peak": [ + 158, + 342 + ], + "area_cells": 61 + }, + { + "id": "range_3", + "name": null, + "center": [ + 218, + 288 + ], + "peak": [ + 229, + 75 + ], + "area_cells": 21450 + }, + { + "id": "range_4", + "name": null, + "center": [ + 190, + 239 + ], + "peak": [ + 190, + 234 + ], + "area_cells": 142 + }, + { + "id": "range_6", + "name": null, + "center": [ + 227, + 0 + ], + "peak": [ + 226, + 0 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ah/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/globe.png new file mode 100644 index 000000000..1acf6b1f4 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ah/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/heightmap.png new file mode 100644 index 000000000..bd4ec5586 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ah/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/index.md new file mode 100644 index 000000000..418f987ee --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ222Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3296067260 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 18.895 + period_days: 30000.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.28 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.798 + polar_ice_lat: 0.156 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.395 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ah + +Frozen planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 30000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ah/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/markers.json new file mode 100644 index 000000000..b3ac07631 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ah/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 26, + 212 + ], + "area_fraction": 0.1788 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 65, + 326 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 121 + ], + "peak": [ + 100, + 119 + ], + "area_cells": 132 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 417 + ], + "peak": [ + 115, + 417 + ], + "area_cells": 23 + }, + { + "id": "range_3", + "name": null, + "center": [ + 124, + 128 + ], + "peak": [ + 126, + 129 + ], + "area_cells": 126 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 241 + ], + "peak": [ + 122, + 241 + ], + "area_cells": 108 + }, + { + "id": "range_5", + "name": null, + "center": [ + 194, + 248 + ], + "peak": [ + 182, + 448 + ], + "area_cells": 32427 + }, + { + "id": "range_11", + "name": null, + "center": [ + 242, + 384 + ], + "peak": [ + 241, + 385 + ], + "area_cells": 125 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ai/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/globe.png new file mode 100644 index 000000000..f05cfed69 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ai/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/heightmap.png new file mode 100644 index 000000000..6dee31159 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ai/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/index.md new file mode 100644 index 000000000..5fc0488c9 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ222Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2746337765 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 30.657 + period_days: 62000.0 + axial_tilt_deg: 45.4 +physical: + gravity_g: 0.22 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Ai + +Frozen planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 62000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Ai/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/markers.json new file mode 100644 index 000000000..c7752f118 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Ai/markers.json @@ -0,0 +1,68 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 94, + 174 + ], + "area_fraction": 0.0391 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 63, + 43 + ], + "area_fraction": 0.047 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 81, + 454 + ], + "area_fraction": 0.0569 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 131, + 79 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 236, + 280 + ], + "peak": [ + 225, + 216 + ], + "area_cells": 17633 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Aj/globe.png b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/globe.png new file mode 100644 index 000000000..eb93eb7ec Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/globe.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Aj/heightmap.png b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/heightmap.png new file mode 100644 index 000000000..855a3dde5 Binary files /dev/null and b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Aj/index.md b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/index.md new file mode 100644 index 000000000..7b4470ec2 --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ222Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3969395747 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 47.613 + period_days: 120000.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: 0.12 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.201 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ222Aj + +Frozen planet. + +**System:** [GJ-222A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 120000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-222A/bodies/GJ222Aj/markers.json b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/markers.json new file mode 100644 index 000000000..a6fb6e03d --- /dev/null +++ b/wiki/star-systems/GJ-222A/bodies/GJ222Aj/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 48 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 20, + 352 + ], + "area_fraction": 0.0997 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 152, + 128 + ], + "peak": [ + 104, + 160 + ], + "area_cells": 35033 + }, + { + "id": "range_2", + "name": null, + "center": [ + 161, + 439 + ], + "peak": [ + 171, + 477 + ], + "area_cells": 19985 + }, + { + "id": "range_8", + "name": null, + "center": [ + 173, + 318 + ], + "peak": [ + 174, + 320 + ], + "area_cells": 41 + }, + { + "id": "range_9", + "name": null, + "center": [ + 218, + 251 + ], + "peak": [ + 209, + 248 + ], + "area_cells": 232 + }, + { + "id": "range_10", + "name": null, + "center": [ + 217, + 361 + ], + "peak": [ + 217, + 362 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 234 + ], + "peak": [ + 231, + 234 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ229b/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229b/globe.png new file mode 100644 index 000000000..bddbab0fa Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229b/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229b/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229b/heightmap.png new file mode 100644 index 000000000..8ed30ab0b Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229b/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229b/index.md b/wiki/star-systems/GJ-229/bodies/GJ229b/index.md new file mode 100644 index 000000000..f2f2d0372 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ229b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3594019156 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 0.7 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ229b + +Barren planet. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 98% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229b/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229b/markers.json new file mode 100644 index 000000000..f53b79818 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229b/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 7, + 270 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 12, + 33 + ], + "peak": [ + 25, + 31 + ], + "area_cells": 149 + }, + { + "id": "range_4", + "name": null, + "center": [ + 1, + 390 + ], + "peak": [ + 2, + 389 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 46 + ], + "peak": [ + 11, + 47 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 18, + 488 + ], + "peak": [ + 16, + 487 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 29, + 2 + ], + "peak": [ + 28, + 0 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 37, + 87 + ], + "peak": [ + 36, + 88 + ], + "area_cells": 143 + }, + { + "id": "range_14", + "name": null, + "center": [ + 28, + 507 + ], + "peak": [ + 28, + 511 + ], + "area_cells": 43 + }, + { + "id": "range_18", + "name": null, + "center": [ + 41, + 43 + ], + "peak": [ + 41, + 44 + ], + "area_cells": 42 + }, + { + "id": "range_19", + "name": null, + "center": [ + 42, + 127 + ], + "peak": [ + 43, + 129 + ], + "area_cells": 58 + }, + { + "id": "range_20", + "name": null, + "center": [ + 143, + 102 + ], + "peak": [ + 174, + 77 + ], + "area_cells": 4297 + }, + { + "id": "range_23", + "name": null, + "center": [ + 46, + 36 + ], + "peak": [ + 47, + 36 + ], + "area_cells": 28 + }, + { + "id": "range_24", + "name": null, + "center": [ + 47, + 111 + ], + "peak": [ + 47, + 112 + ], + "area_cells": 55 + }, + { + "id": "range_26", + "name": null, + "center": [ + 55, + 138 + ], + "peak": [ + 56, + 144 + ], + "area_cells": 106 + }, + { + "id": "range_30", + "name": null, + "center": [ + 67, + 72 + ], + "peak": [ + 67, + 72 + ], + "area_cells": 68 + }, + { + "id": "range_34", + "name": null, + "center": [ + 87, + 447 + ], + "peak": [ + 89, + 452 + ], + "area_cells": 90 + }, + { + "id": "range_35", + "name": null, + "center": [ + 150, + 478 + ], + "peak": [ + 123, + 478 + ], + "area_cells": 3003 + }, + { + "id": "range_36", + "name": null, + "center": [ + 114, + 506 + ], + "peak": [ + 114, + 511 + ], + "area_cells": 100 + }, + { + "id": "range_37", + "name": null, + "center": [ + 168, + 20 + ], + "peak": [ + 155, + 9 + ], + "area_cells": 2385 + }, + { + "id": "range_43", + "name": null, + "center": [ + 182, + 279 + ], + "peak": [ + 168, + 346 + ], + "area_cells": 6511 + }, + { + "id": "range_44", + "name": null, + "center": [ + 129, + 191 + ], + "peak": [ + 131, + 192 + ], + "area_cells": 154 + }, + { + "id": "range_46", + "name": null, + "center": [ + 146, + 152 + ], + "peak": [ + 142, + 147 + ], + "area_cells": 92 + }, + { + "id": "range_48", + "name": null, + "center": [ + 181, + 399 + ], + "peak": [ + 183, + 398 + ], + "area_cells": 687 + }, + { + "id": "range_50", + "name": null, + "center": [ + 197, + 453 + ], + "peak": [ + 201, + 466 + ], + "area_cells": 658 + }, + { + "id": "range_54", + "name": null, + "center": [ + 204, + 389 + ], + "peak": [ + 205, + 389 + ], + "area_cells": 20 + }, + { + "id": "range_60", + "name": null, + "center": [ + 229, + 442 + ], + "peak": [ + 233, + 442 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-229/bodies/GJ229c/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229c/globe.png new file mode 100644 index 000000000..ce23dcb59 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229c/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229c/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229c/heightmap.png new file mode 100644 index 000000000..03b2859d2 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229c/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229c/index.md b/wiki/star-systems/GJ-229/bodies/GJ229c/index.md new file mode 100644 index 000000000..1c5526d50 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ229c +name: Lepola +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 125657425 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.289 + period_days: 85.0 + axial_tilt_deg: 1.6 +physical: + gravity_g: 0.8 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.581 + polar_ice_lat: 0.85 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Lepola + +Temperate Terminator planet. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 58% | +| **Year** | 85 days | +| **Inhabited** | yes | +| **Population** | 3M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229c/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229c/markers.json new file mode 100644 index 000000000..40abd1cc0 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229c/markers.json @@ -0,0 +1,896 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 78, + 79 + ], + [ + 79, + 79 + ], + [ + 80, + 79 + ], + [ + 81, + 80 + ], + [ + 82, + 80 + ], + [ + 83, + 79 + ], + [ + 84, + 78 + ], + [ + 85, + 78 + ], + [ + 86, + 79 + ], + [ + 87, + 80 + ], + [ + 87, + 81 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 93, + 320 + ], + [ + 92, + 319 + ], + [ + 91, + 318 + ], + [ + 90, + 318 + ], + [ + 89, + 317 + ], + [ + 88, + 316 + ], + [ + 89, + 316 + ], + [ + 89, + 315 + ], + [ + 89, + 314 + ], + [ + 88, + 313 + ], + [ + 88, + 312 + ], + [ + 88, + 311 + ], + [ + 88, + 310 + ], + [ + 89, + 310 + ], + [ + 90, + 309 + ], + [ + 89, + 308 + ], + [ + 88, + 308 + ], + [ + 88, + 309 + ], + [ + 89, + 309 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 108, + 482 + ], + [ + 107, + 483 + ], + [ + 106, + 484 + ], + [ + 105, + 485 + ], + [ + 104, + 486 + ], + [ + 103, + 487 + ], + [ + 102, + 488 + ], + [ + 101, + 489 + ], + [ + 101, + 490 + ], + [ + 100, + 491 + ], + [ + 100, + 492 + ], + [ + 99, + 493 + ], + [ + 100, + 494 + ], + [ + 100, + 495 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 128, + 435 + ], + [ + 129, + 435 + ], + [ + 129, + 434 + ], + [ + 130, + 434 + ], + [ + 130, + 433 + ], + [ + 131, + 432 + ], + [ + 131, + 433 + ], + [ + 130, + 432 + ], + [ + 130, + 431 + ], + [ + 129, + 430 + ], + [ + 128, + 431 + ], + [ + 127, + 430 + ], + [ + 126, + 430 + ], + [ + 125, + 429 + ], + [ + 125, + 430 + ], + [ + 124, + 431 + ], + [ + 123, + 432 + ], + [ + 122, + 432 + ], + [ + 121, + 433 + ], + [ + 120, + 434 + ], + [ + 119, + 435 + ], + [ + 118, + 436 + ], + [ + 117, + 435 + ], + [ + 118, + 434 + ], + [ + 117, + 433 + ], + [ + 116, + 434 + ], + [ + 115, + 435 + ], + [ + 116, + 435 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 170, + 105 + ], + [ + 169, + 106 + ], + [ + 168, + 106 + ], + [ + 167, + 107 + ], + [ + 166, + 107 + ], + [ + 165, + 107 + ], + [ + 164, + 108 + ], + [ + 163, + 109 + ], + [ + 162, + 110 + ], + [ + 161, + 111 + ], + [ + 160, + 112 + ], + [ + 160, + 113 + ], + [ + 160, + 114 + ], + [ + 161, + 115 + ], + [ + 160, + 116 + ], + [ + 161, + 116 + ], + [ + 160, + 117 + ], + [ + 159, + 116 + ], + [ + 158, + 115 + ], + [ + 157, + 114 + ], + [ + 158, + 114 + ], + [ + 159, + 113 + ], + [ + 158, + 112 + ], + [ + 159, + 111 + ], + [ + 159, + 112 + ], + [ + 158, + 113 + ], + [ + 159, + 114 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 132, + 493 + ], + [ + 133, + 493 + ], + [ + 134, + 493 + ], + [ + 134, + 494 + ], + [ + 135, + 493 + ], + [ + 135, + 492 + ], + [ + 136, + 491 + ], + [ + 136, + 490 + ], + [ + 136, + 489 + ], + [ + 136, + 488 + ], + [ + 137, + 487 + ], + [ + 136, + 487 + ], + [ + 137, + 488 + ], + [ + 137, + 489 + ], + [ + 137, + 490 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 124, + 402 + ], + [ + 125, + 403 + ], + [ + 126, + 404 + ], + [ + 127, + 405 + ], + [ + 128, + 406 + ], + [ + 128, + 407 + ], + [ + 127, + 408 + ], + [ + 126, + 409 + ], + [ + 126, + 410 + ], + [ + 125, + 411 + ], + [ + 126, + 412 + ], + [ + 125, + 413 + ], + [ + 124, + 414 + ], + [ + 124, + 415 + ], + [ + 124, + 416 + ], + [ + 124, + 417 + ], + [ + 123, + 418 + ], + [ + 122, + 419 + ], + [ + 123, + 419 + ], + [ + 124, + 420 + ], + [ + 123, + 421 + ], + [ + 123, + 422 + ], + [ + 123, + 423 + ], + [ + 122, + 422 + ], + [ + 122, + 423 + ], + [ + 122, + 424 + ], + [ + 121, + 424 + ], + [ + 120, + 425 + ], + [ + 120, + 426 + ], + [ + 119, + 427 + ], + [ + 119, + 428 + ], + [ + 119, + 429 + ], + [ + 118, + 430 + ], + [ + 118, + 431 + ], + [ + 118, + 432 + ], + [ + 117, + 433 + ], + [ + 116, + 434 + ], + [ + 115, + 435 + ], + [ + 115, + 436 + ], + [ + 116, + 436 + ], + [ + 116, + 437 + ], + [ + 117, + 436 + ], + [ + 118, + 435 + ], + [ + 117, + 435 + ], + [ + 117, + 434 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 153, + 481 + ], + [ + 154, + 482 + ], + [ + 155, + 483 + ], + [ + 156, + 484 + ], + [ + 157, + 484 + ], + [ + 158, + 483 + ], + [ + 159, + 482 + ], + [ + 160, + 481 + ], + [ + 161, + 480 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 202, + 48 + ], + [ + 203, + 47 + ], + [ + 204, + 46 + ], + [ + 205, + 45 + ], + [ + 206, + 44 + ], + [ + 207, + 44 + ], + [ + 208, + 43 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 140, + 20 + ], + [ + 141, + 19 + ], + [ + 142, + 18 + ], + [ + 143, + 19 + ], + [ + 144, + 18 + ], + [ + 145, + 17 + ], + [ + 146, + 17 + ], + [ + 147, + 16 + ], + [ + 148, + 16 + ], + [ + 149, + 15 + ], + [ + 150, + 16 + ], + [ + 151, + 17 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 171, + 168 + ], + "area_fraction": 0.3447 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 213, + 462 + ], + "area_fraction": 0.0659 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 18 + ], + "peak": [ + 51, + 23 + ], + "area_cells": 1946 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 368 + ], + "peak": [ + 33, + 388 + ], + "area_cells": 7866 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 327 + ], + "peak": [ + 67, + 329 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 151, + 391 + ], + "peak": [ + 142, + 392 + ], + "area_cells": 671 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-229/bodies/GJ229d/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229d/globe.png new file mode 100644 index 000000000..aacf8d519 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229d/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229d/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229d/heightmap.png new file mode 100644 index 000000000..b284c1c80 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229d/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229d/index.md b/wiki/star-systems/GJ-229/bodies/GJ229d/index.md new file mode 100644 index 000000000..ee81fe510 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ229d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1466738979 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.729 + period_days: 340.0 + axial_tilt_deg: 56.5 +physical: + gravity_g: 0.48 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.344 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ229d + +Frozen planet. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 340 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229d/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229d/markers.json new file mode 100644 index 000000000..b9f2c5762 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229d/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 30, + 496 + ], + [ + 29, + 495 + ], + [ + 28, + 494 + ], + [ + 27, + 493 + ], + [ + 26, + 492 + ], + [ + 25, + 491 + ], + [ + 24, + 492 + ], + [ + 23, + 492 + ], + [ + 23, + 491 + ], + [ + 23, + 490 + ], + [ + 22, + 490 + ], + [ + 21, + 490 + ], + [ + 21, + 491 + ], + [ + 20, + 492 + ], + [ + 19, + 491 + ], + [ + 18, + 490 + ], + [ + 19, + 489 + ], + [ + 20, + 488 + ], + [ + 21, + 489 + ], + [ + 20, + 490 + ], + [ + 19, + 490 + ], + [ + 20, + 489 + ], + [ + 21, + 488 + ], + [ + 21, + 487 + ], + [ + 20, + 487 + ], + [ + 19, + 487 + ], + [ + 18, + 487 + ], + [ + 19, + 488 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 224, + 100 + ], + [ + 224, + 99 + ], + [ + 224, + 98 + ], + [ + 225, + 97 + ], + [ + 226, + 97 + ], + [ + 227, + 96 + ], + [ + 228, + 95 + ], + [ + 229, + 96 + ], + [ + 230, + 95 + ], + [ + 231, + 95 + ], + [ + 232, + 94 + ], + [ + 233, + 93 + ], + [ + 234, + 92 + ], + [ + 235, + 92 + ], + [ + 236, + 93 + ], + [ + 237, + 92 + ], + [ + 238, + 93 + ], + [ + 239, + 93 + ], + [ + 240, + 92 + ], + [ + 241, + 92 + ], + [ + 242, + 92 + ], + [ + 243, + 91 + ], + [ + 244, + 92 + ], + [ + 245, + 92 + ], + [ + 246, + 92 + ], + [ + 247, + 91 + ], + [ + 246, + 90 + ], + [ + 246, + 89 + ], + [ + 247, + 88 + ], + [ + 248, + 87 + ], + [ + 249, + 86 + ], + [ + 250, + 85 + ], + [ + 251, + 84 + ], + [ + 252, + 84 + ], + [ + 253, + 84 + ], + [ + 254, + 83 + ], + [ + 255, + 82 + ] + ] + } + ], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 241, + 480 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 246, + 32 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 121, + 176 + ], + "peak": [ + 128, + 150 + ], + "area_cells": 11558 + }, + { + "id": "range_2", + "name": null, + "center": [ + 129, + 470 + ], + "peak": [ + 138, + 503 + ], + "area_cells": 3183 + }, + { + "id": "range_4", + "name": null, + "center": [ + 162, + 399 + ], + "peak": [ + 161, + 406 + ], + "area_cells": 167 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-229/bodies/GJ229e-m1/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/globe.png new file mode 100644 index 000000000..2c1d5176c Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229e-m1/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/heightmap.png new file mode 100644 index 000000000..b6bf9c4c1 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229e-m1/index.md b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/index.md new file mode 100644 index 000000000..2c1847324 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ229e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3264585453 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.11 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.242 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.2 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ229e-m1 + +Frozen moon. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229e-m1/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/markers.json new file mode 100644 index 000000000..f2290ad81 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229e-m1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 91, + 21 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 103, + 479 + ], + "area_fraction": 0.0177 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 57, + 372 + ], + "peak": [ + 57, + 370 + ], + "area_cells": 48 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 245 + ], + "peak": [ + 64, + 243 + ], + "area_cells": 165 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 204 + ], + "peak": [ + 65, + 206 + ], + "area_cells": 515 + }, + { + "id": "range_7", + "name": null, + "center": [ + 216, + 247 + ], + "peak": [ + 181, + 247 + ], + "area_cells": 7623 + }, + { + "id": "range_9", + "name": null, + "center": [ + 225, + 474 + ], + "peak": [ + 221, + 497 + ], + "area_cells": 3468 + }, + { + "id": "range_10", + "name": null, + "center": [ + 226, + 22 + ], + "peak": [ + 213, + 12 + ], + "area_cells": 1888 + }, + { + "id": "range_11", + "name": null, + "center": [ + 223, + 146 + ], + "peak": [ + 224, + 158 + ], + "area_cells": 739 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-229/bodies/GJ229e/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229e/globe.png new file mode 100644 index 000000000..5961eb2e7 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229e/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229e/index.md b/wiki/star-systems/GJ-229/bodies/GJ229e/index.md new file mode 100644 index 000000000..deecaff41 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ229e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3348982834 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 28.3 +physical: + gravity_g: null + oblateness: 0.0845 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.181 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 2 + storm_max_size: 0.121 +rings: + enabled: true + inner_radius_factor: 1.11 + outer_radius_factor: 2.7 + opacity_base: 0.7 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ229e + +Gas giant. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229f/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229f/globe.png new file mode 100644 index 000000000..6f4d80614 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229f/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229f/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229f/heightmap.png new file mode 100644 index 000000000..a169be68e Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229f/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229f/index.md b/wiki/star-systems/GJ-229/bodies/GJ229f/index.md new file mode 100644 index 000000000..f5d182280 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ229f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2248484299 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.973 + period_days: 2800.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: 0.38 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.333 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ229f + +Frozen planet. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229f/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229f/markers.json new file mode 100644 index 000000000..9985b291b --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229f/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 33, + 85 + ], + "area_fraction": 0.0506 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 24, + 266 + ], + "area_fraction": 0.0545 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 38, + 481 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 106, + 153 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 213, + 296 + ], + "peak": [ + 195, + 295 + ], + "area_cells": 14554 + }, + { + "id": "range_3", + "name": null, + "center": [ + 223, + 37 + ], + "peak": [ + 205, + 24 + ], + "area_cells": 3903 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 149 + ], + "peak": [ + 198, + 149 + ], + "area_cells": 56 + }, + { + "id": "range_6", + "name": null, + "center": [ + 217, + 491 + ], + "peak": [ + 212, + 511 + ], + "area_cells": 1129 + }, + { + "id": "range_7", + "name": null, + "center": [ + 246, + 428 + ], + "peak": [ + 252, + 423 + ], + "area_cells": 197 + }, + { + "id": "range_10", + "name": null, + "center": [ + 251, + 382 + ], + "peak": [ + 255, + 381 + ], + "area_cells": 274 + }, + { + "id": "range_14", + "name": null, + "center": [ + 252, + 509 + ], + "peak": [ + 253, + 511 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 253, + 445 + ], + "peak": [ + 255, + 444 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-229/bodies/GJ229g/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229g/globe.png new file mode 100644 index 000000000..57f708869 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229g/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229g/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229g/heightmap.png new file mode 100644 index 000000000..edc2064e8 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229g/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229g/index.md b/wiki/star-systems/GJ-229/bodies/GJ229g/index.md new file mode 100644 index 000000000..4f8d5ee9e --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ229g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1344445609 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.372 + period_days: 6800.0 + axial_tilt_deg: 19.5 +physical: + gravity_g: 0.29 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.792 + polar_ice_lat: 0.214 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.343 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ229g + +Frozen planet. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229g/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229g/markers.json new file mode 100644 index 000000000..a3eed9314 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229g/markers.json @@ -0,0 +1,368 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 59, + 377 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 119, + 179 + ], + "area_fraction": 0.0576 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 144, + 472 + ], + "area_fraction": 0.0223 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 145, + 25 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 170, + 83 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 202, + 293 + ], + "area_fraction": 0.0739 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 206, + 485 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 243, + 43 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 35 + ], + "peak": [ + 0, + 43 + ], + "area_cells": 144 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 189 + ], + "peak": [ + 47, + 133 + ], + "area_cells": 12687 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 467 + ], + "peak": [ + 8, + 423 + ], + "area_cells": 3091 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 11 + ], + "peak": [ + 32, + 15 + ], + "area_cells": 896 + }, + { + "id": "range_7", + "name": null, + "center": [ + 28, + 38 + ], + "peak": [ + 29, + 40 + ], + "area_cells": 103 + }, + { + "id": "range_9", + "name": null, + "center": [ + 48, + 40 + ], + "peak": [ + 48, + 40 + ], + "area_cells": 112 + }, + { + "id": "range_10", + "name": null, + "center": [ + 81, + 486 + ], + "peak": [ + 89, + 486 + ], + "area_cells": 363 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 405 + ], + "peak": [ + 75, + 406 + ], + "area_cells": 178 + }, + { + "id": "range_12", + "name": null, + "center": [ + 96, + 346 + ], + "peak": [ + 93, + 358 + ], + "area_cells": 1095 + }, + { + "id": "range_15", + "name": null, + "center": [ + 135, + 122 + ], + "peak": [ + 135, + 124 + ], + "area_cells": 27 + }, + { + "id": "range_16", + "name": null, + "center": [ + 143, + 70 + ], + "peak": [ + 143, + 72 + ], + "area_cells": 119 + }, + { + "id": "range_17", + "name": null, + "center": [ + 164, + 176 + ], + "peak": [ + 157, + 184 + ], + "area_cells": 524 + }, + { + "id": "range_18", + "name": null, + "center": [ + 163, + 130 + ], + "peak": [ + 163, + 130 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 180, + 424 + ], + "peak": [ + 181, + 427 + ], + "area_cells": 216 + }, + { + "id": "range_21", + "name": null, + "center": [ + 193, + 151 + ], + "peak": [ + 197, + 159 + ], + "area_cells": 566 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 431 + ], + "peak": [ + 202, + 429 + ], + "area_cells": 185 + }, + { + "id": "range_24", + "name": null, + "center": [ + 210, + 30 + ], + "peak": [ + 211, + 33 + ], + "area_cells": 72 + }, + { + "id": "range_25", + "name": null, + "center": [ + 240, + 431 + ], + "peak": [ + 255, + 468 + ], + "area_cells": 2665 + }, + { + "id": "range_26", + "name": null, + "center": [ + 220, + 149 + ], + "peak": [ + 223, + 142 + ], + "area_cells": 416 + }, + { + "id": "range_27", + "name": null, + "center": [ + 241, + 503 + ], + "peak": [ + 250, + 502 + ], + "area_cells": 471 + }, + { + "id": "range_28", + "name": null, + "center": [ + 240, + 3 + ], + "peak": [ + 243, + 0 + ], + "area_cells": 214 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-229/bodies/GJ229h/globe.png b/wiki/star-systems/GJ-229/bodies/GJ229h/globe.png new file mode 100644 index 000000000..a9fedfbe3 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229h/globe.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229h/heightmap.png b/wiki/star-systems/GJ-229/bodies/GJ229h/heightmap.png new file mode 100644 index 000000000..629c5ba74 Binary files /dev/null and b/wiki/star-systems/GJ-229/bodies/GJ229h/heightmap.png differ diff --git a/wiki/star-systems/GJ-229/bodies/GJ229h/index.md b/wiki/star-systems/GJ-229/bodies/GJ229h/index.md new file mode 100644 index 000000000..a1ecfa726 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ229h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3178380662 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 8.94 + period_days: 14600.0 + axial_tilt_deg: 57.1 +physical: + gravity_g: 0.11 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.854 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.359 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ229h + +Frozen planet. + +**System:** [GJ-229](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 14600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-229/bodies/GJ229h/markers.json b/wiki/star-systems/GJ-229/bodies/GJ229h/markers.json new file mode 100644 index 000000000..2ca3278c2 --- /dev/null +++ b/wiki/star-systems/GJ-229/bodies/GJ229h/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 26 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 4, + 166 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 30, + 400 + ], + "area_fraction": 0.093 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 28, + 224 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 249, + 125 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 216 + ], + "peak": [ + 69, + 212 + ], + "area_cells": 655 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 171 + ], + "peak": [ + 65, + 166 + ], + "area_cells": 313 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 266 + ], + "peak": [ + 72, + 266 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 255 + ], + "peak": [ + 78, + 257 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 86, + 314 + ], + "peak": [ + 83, + 316 + ], + "area_cells": 189 + }, + { + "id": "range_7", + "name": null, + "center": [ + 147, + 440 + ], + "peak": [ + 156, + 466 + ], + "area_cells": 10059 + }, + { + "id": "range_8", + "name": null, + "center": [ + 138, + 296 + ], + "peak": [ + 138, + 287 + ], + "area_cells": 2210 + }, + { + "id": "range_10", + "name": null, + "center": [ + 127, + 33 + ], + "peak": [ + 137, + 0 + ], + "area_cells": 1119 + }, + { + "id": "range_12", + "name": null, + "center": [ + 140, + 363 + ], + "peak": [ + 142, + 360 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 166, + 164 + ], + "peak": [ + 164, + 167 + ], + "area_cells": 644 + }, + { + "id": "range_14", + "name": null, + "center": [ + 186, + 89 + ], + "peak": [ + 187, + 91 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 193, + 219 + ], + "peak": [ + 192, + 209 + ], + "area_cells": 550 + }, + { + "id": "range_18", + "name": null, + "center": [ + 200, + 96 + ], + "peak": [ + 201, + 96 + ], + "area_cells": 41 + }, + { + "id": "range_19", + "name": null, + "center": [ + 216, + 249 + ], + "peak": [ + 217, + 251 + ], + "area_cells": 199 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ231b/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231b/globe.png new file mode 100644 index 000000000..0a40b8d85 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231b/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231b/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231b/heightmap.png new file mode 100644 index 000000000..2d686bf38 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231b/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231b/index.md b/wiki/star-systems/GJ-231/bodies/GJ231b/index.md new file mode 100644 index 000000000..20e09daa9 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ231b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1220342209 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.236 + period_days: 42.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.48 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.909 + polar_ice_lat: 0.875 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231b + +Barren planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 91% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231b/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231b/markers.json new file mode 100644 index 000000000..afa5eebfd --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231b/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 137, + 264 + ], + "area_fraction": 0.031 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 24, + 239 + ], + "peak": [ + 43, + 127 + ], + "area_cells": 18152 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 483 + ], + "peak": [ + 82, + 449 + ], + "area_cells": 2431 + }, + { + "id": "range_8", + "name": null, + "center": [ + 82, + 15 + ], + "peak": [ + 115, + 2 + ], + "area_cells": 1938 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 255 + ], + "peak": [ + 51, + 255 + ], + "area_cells": 34 + }, + { + "id": "range_10", + "name": null, + "center": [ + 62, + 193 + ], + "peak": [ + 66, + 189 + ], + "area_cells": 228 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 288 + ], + "peak": [ + 59, + 287 + ], + "area_cells": 73 + }, + { + "id": "range_14", + "name": null, + "center": [ + 62, + 309 + ], + "peak": [ + 63, + 309 + ], + "area_cells": 56 + }, + { + "id": "range_15", + "name": null, + "center": [ + 81, + 409 + ], + "peak": [ + 81, + 409 + ], + "area_cells": 67 + }, + { + "id": "range_17", + "name": null, + "center": [ + 97, + 94 + ], + "peak": [ + 96, + 88 + ], + "area_cells": 294 + }, + { + "id": "range_18", + "name": null, + "center": [ + 100, + 69 + ], + "peak": [ + 99, + 69 + ], + "area_cells": 105 + }, + { + "id": "range_19", + "name": null, + "center": [ + 119, + 508 + ], + "peak": [ + 118, + 511 + ], + "area_cells": 118 + }, + { + "id": "range_22", + "name": null, + "center": [ + 121, + 475 + ], + "peak": [ + 122, + 475 + ], + "area_cells": 34 + }, + { + "id": "range_23", + "name": null, + "center": [ + 126, + 113 + ], + "peak": [ + 128, + 113 + ], + "area_cells": 31 + }, + { + "id": "range_25", + "name": null, + "center": [ + 163, + 388 + ], + "peak": [ + 165, + 388 + ], + "area_cells": 42 + }, + { + "id": "range_27", + "name": null, + "center": [ + 204, + 70 + ], + "peak": [ + 215, + 74 + ], + "area_cells": 135 + }, + { + "id": "range_28", + "name": null, + "center": [ + 211, + 457 + ], + "peak": [ + 211, + 456 + ], + "area_cells": 58 + }, + { + "id": "range_29", + "name": null, + "center": [ + 216, + 476 + ], + "peak": [ + 217, + 475 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231c/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231c/globe.png new file mode 100644 index 000000000..c4dea2b67 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231c/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231c/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231c/heightmap.png new file mode 100644 index 000000000..a1efbe86f Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231c/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231c/index.md b/wiki/star-systems/GJ-231/bodies/GJ231c/index.md new file mode 100644 index 000000000..6b427d64a --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ231c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1781635734 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.528 + period_days: 140.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: 0.72 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.934 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.093 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231c + +Hot Arid planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231c/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231c/markers.json new file mode 100644 index 000000000..24faa614c --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231c/markers.json @@ -0,0 +1,1288 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 219, + 225 + ], + [ + 219, + 226 + ], + [ + 218, + 227 + ], + [ + 217, + 228 + ], + [ + 216, + 229 + ], + [ + 215, + 230 + ], + [ + 216, + 231 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 129, + 446 + ], + [ + 130, + 447 + ], + [ + 131, + 447 + ], + [ + 132, + 448 + ], + [ + 133, + 449 + ], + [ + 134, + 450 + ], + [ + 135, + 451 + ], + [ + 134, + 452 + ], + [ + 133, + 452 + ], + [ + 134, + 453 + ], + [ + 133, + 453 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 238, + 105 + ], + [ + 237, + 104 + ], + [ + 238, + 103 + ], + [ + 238, + 102 + ], + [ + 239, + 101 + ], + [ + 240, + 100 + ], + [ + 241, + 99 + ], + [ + 242, + 98 + ], + [ + 243, + 98 + ], + [ + 244, + 97 + ], + [ + 245, + 96 + ], + [ + 246, + 97 + ], + [ + 247, + 96 + ], + [ + 248, + 95 + ], + [ + 249, + 94 + ], + [ + 250, + 93 + ], + [ + 251, + 92 + ], + [ + 252, + 91 + ], + [ + 253, + 90 + ], + [ + 254, + 89 + ], + [ + 253, + 88 + ], + [ + 253, + 87 + ], + [ + 252, + 86 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 97, + 341 + ], + [ + 98, + 340 + ], + [ + 99, + 340 + ], + [ + 100, + 341 + ], + [ + 101, + 342 + ], + [ + 102, + 342 + ], + [ + 103, + 343 + ], + [ + 104, + 342 + ], + [ + 103, + 341 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 130, + 499 + ], + [ + 131, + 500 + ], + [ + 132, + 499 + ], + [ + 133, + 500 + ], + [ + 132, + 501 + ], + [ + 133, + 502 + ], + [ + 134, + 502 + ], + [ + 134, + 501 + ], + [ + 134, + 500 + ], + [ + 135, + 501 + ], + [ + 135, + 500 + ], + [ + 136, + 500 + ], + [ + 137, + 499 + ], + [ + 137, + 498 + ], + [ + 138, + 497 + ], + [ + 139, + 497 + ], + [ + 140, + 496 + ], + [ + 140, + 495 + ], + [ + 141, + 495 + ], + [ + 142, + 495 + ], + [ + 141, + 494 + ], + [ + 142, + 494 + ], + [ + 141, + 493 + ], + [ + 141, + 492 + ], + [ + 142, + 491 + ], + [ + 143, + 491 + ], + [ + 142, + 490 + ], + [ + 143, + 489 + ], + [ + 144, + 488 + ], + [ + 145, + 488 + ], + [ + 144, + 487 + ], + [ + 145, + 486 + ], + [ + 145, + 485 + ], + [ + 144, + 484 + ], + [ + 145, + 483 + ], + [ + 144, + 482 + ], + [ + 144, + 481 + ], + [ + 143, + 481 + ], + [ + 143, + 480 + ], + [ + 144, + 479 + ], + [ + 144, + 480 + ], + [ + 145, + 481 + ], + [ + 146, + 481 + ], + [ + 147, + 481 + ], + [ + 148, + 482 + ], + [ + 147, + 482 + ], + [ + 148, + 481 + ], + [ + 149, + 480 + ], + [ + 148, + 479 + ], + [ + 148, + 478 + ], + [ + 149, + 478 + ], + [ + 149, + 477 + ], + [ + 150, + 478 + ], + [ + 150, + 477 + ], + [ + 150, + 476 + ], + [ + 150, + 475 + ], + [ + 150, + 474 + ], + [ + 151, + 473 + ], + [ + 152, + 472 + ], + [ + 153, + 471 + ], + [ + 154, + 470 + ], + [ + 155, + 470 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 251, + 0 + ], + [ + 250, + 511 + ], + [ + 249, + 510 + ], + [ + 248, + 509 + ], + [ + 247, + 508 + ], + [ + 246, + 507 + ], + [ + 245, + 506 + ], + [ + 244, + 507 + ], + [ + 243, + 507 + ], + [ + 243, + 508 + ], + [ + 242, + 507 + ], + [ + 241, + 507 + ], + [ + 240, + 508 + ], + [ + 239, + 508 + ], + [ + 239, + 509 + ], + [ + 240, + 510 + ], + [ + 240, + 509 + ], + [ + 239, + 510 + ], + [ + 238, + 510 + ], + [ + 237, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 147, + 137 + ], + [ + 147, + 138 + ], + [ + 146, + 139 + ], + [ + 146, + 140 + ], + [ + 145, + 141 + ], + [ + 145, + 142 + ], + [ + 144, + 143 + ], + [ + 144, + 144 + ], + [ + 143, + 145 + ], + [ + 144, + 146 + ], + [ + 143, + 146 + ], + [ + 143, + 147 + ], + [ + 143, + 148 + ], + [ + 143, + 149 + ], + [ + 142, + 148 + ], + [ + 142, + 149 + ], + [ + 143, + 150 + ], + [ + 142, + 151 + ], + [ + 141, + 150 + ], + [ + 141, + 149 + ], + [ + 142, + 150 + ], + [ + 141, + 151 + ], + [ + 141, + 152 + ], + [ + 142, + 152 + ], + [ + 143, + 153 + ], + [ + 144, + 154 + ], + [ + 145, + 155 + ], + [ + 146, + 156 + ], + [ + 147, + 157 + ], + [ + 148, + 158 + ], + [ + 149, + 158 + ], + [ + 150, + 159 + ], + [ + 151, + 159 + ], + [ + 152, + 160 + ], + [ + 153, + 161 + ], + [ + 153, + 162 + ], + [ + 154, + 161 + ], + [ + 155, + 162 + ], + [ + 156, + 163 + ], + [ + 157, + 162 + ], + [ + 158, + 162 + ], + [ + 159, + 162 + ], + [ + 159, + 161 + ], + [ + 160, + 162 + ], + [ + 159, + 163 + ], + [ + 160, + 163 + ], + [ + 160, + 164 + ], + [ + 161, + 165 + ], + [ + 160, + 166 + ], + [ + 160, + 165 + ], + [ + 159, + 164 + ], + [ + 158, + 164 + ], + [ + 159, + 165 + ], + [ + 159, + 166 + ], + [ + 158, + 165 + ], + [ + 157, + 166 + ], + [ + 156, + 167 + ], + [ + 157, + 168 + ], + [ + 157, + 169 + ], + [ + 158, + 170 + ], + [ + 157, + 170 + ], + [ + 157, + 171 + ], + [ + 157, + 172 + ], + [ + 157, + 173 + ], + [ + 156, + 173 + ], + [ + 155, + 174 + ], + [ + 154, + 175 + ], + [ + 155, + 175 + ], + [ + 154, + 176 + ], + [ + 154, + 177 + ], + [ + 153, + 178 + ], + [ + 153, + 177 + ], + [ + 152, + 177 + ], + [ + 152, + 178 + ], + [ + 153, + 179 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 193, + 138 + ], + [ + 192, + 138 + ], + [ + 191, + 139 + ], + [ + 190, + 139 + ], + [ + 189, + 140 + ], + [ + 188, + 140 + ], + [ + 187, + 141 + ], + [ + 186, + 142 + ], + [ + 185, + 142 + ], + [ + 184, + 142 + ], + [ + 183, + 143 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 95, + 373 + ], + [ + 94, + 372 + ], + [ + 93, + 371 + ], + [ + 92, + 370 + ], + [ + 91, + 369 + ], + [ + 90, + 368 + ], + [ + 89, + 367 + ], + [ + 90, + 366 + ], + [ + 90, + 365 + ], + [ + 90, + 364 + ], + [ + 90, + 363 + ], + [ + 90, + 362 + ], + [ + 89, + 362 + ], + [ + 90, + 361 + ], + [ + 89, + 361 + ], + [ + 90, + 360 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 126, + 116 + ], + [ + 125, + 117 + ], + [ + 124, + 118 + ], + [ + 125, + 119 + ], + [ + 124, + 120 + ], + [ + 125, + 121 + ], + [ + 126, + 122 + ], + [ + 127, + 123 + ], + [ + 128, + 124 + ], + [ + 129, + 125 + ], + [ + 130, + 126 + ], + [ + 131, + 127 + ], + [ + 131, + 128 + ], + [ + 130, + 129 + ], + [ + 131, + 130 + ], + [ + 130, + 131 + ], + [ + 129, + 132 + ], + [ + 130, + 133 + ], + [ + 130, + 134 + ], + [ + 130, + 135 + ], + [ + 130, + 136 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 124, + 239 + ], + [ + 123, + 238 + ], + [ + 122, + 237 + ], + [ + 121, + 236 + ], + [ + 120, + 237 + ], + [ + 119, + 238 + ], + [ + 118, + 239 + ], + [ + 119, + 240 + ], + [ + 118, + 241 + ], + [ + 118, + 242 + ], + [ + 119, + 243 + ], + [ + 118, + 244 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 113, + 485 + ], + [ + 114, + 486 + ], + [ + 115, + 487 + ], + [ + 116, + 488 + ], + [ + 117, + 489 + ], + [ + 118, + 489 + ], + [ + 119, + 490 + ], + [ + 120, + 491 + ], + [ + 121, + 491 + ], + [ + 122, + 491 + ] + ] + } + ], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 182, + 315 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 191, + 401 + ], + "area_fraction": 0.0212 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 217, + 35 + ], + "area_fraction": 0.0242 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 213, + 497 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 441 + ], + "peak": [ + 11, + 407 + ], + "area_cells": 5857 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 13 + ], + "peak": [ + 37, + 10 + ], + "area_cells": 981 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 249 + ], + "peak": [ + 17, + 251 + ], + "area_cells": 1765 + }, + { + "id": "range_5", + "name": null, + "center": [ + 50, + 47 + ], + "peak": [ + 47, + 46 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231d/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231d/globe.png new file mode 100644 index 000000000..48028241f Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231d/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231d/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231d/heightmap.png new file mode 100644 index 000000000..5cd240c99 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231d/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231d/index.md b/wiki/star-systems/GJ-231/bodies/GJ231d/index.md new file mode 100644 index 000000000..3100816b1 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ231d +name: Britta's Landing +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2357110276 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.896 + period_days: 310.0 + axial_tilt_deg: 26.3 +physical: + gravity_g: 0.92 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.56 + polar_ice_lat: 0.733 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.487 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Britta's Landing + +Temperate planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 310 days | +| **Inhabited** | yes | +| **Population** | 35M | +| **Economy** | research | +| **Settlement** | urban_concentrated | +| **Industry** | research_export | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231d/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231d/markers.json new file mode 100644 index 000000000..b49484cce --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231d/markers.json @@ -0,0 +1,994 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 134, + 297 + ], + [ + 134, + 298 + ], + [ + 135, + 297 + ], + [ + 136, + 296 + ], + [ + 137, + 295 + ], + [ + 138, + 294 + ], + [ + 139, + 293 + ], + [ + 140, + 292 + ], + [ + 141, + 293 + ], + [ + 142, + 294 + ], + [ + 143, + 295 + ], + [ + 144, + 294 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 235, + 396 + ], + [ + 234, + 396 + ], + [ + 233, + 396 + ], + [ + 232, + 395 + ], + [ + 231, + 394 + ], + [ + 230, + 395 + ], + [ + 229, + 394 + ], + [ + 229, + 393 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 238, + 137 + ], + [ + 238, + 138 + ], + [ + 237, + 137 + ], + [ + 236, + 138 + ], + [ + 235, + 138 + ], + [ + 234, + 139 + ], + [ + 233, + 140 + ], + [ + 232, + 140 + ], + [ + 231, + 141 + ], + [ + 230, + 142 + ], + [ + 229, + 142 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 129, + 109 + ], + [ + 130, + 110 + ], + [ + 131, + 111 + ], + [ + 132, + 111 + ], + [ + 133, + 112 + ], + [ + 134, + 111 + ], + [ + 135, + 111 + ], + [ + 136, + 110 + ], + [ + 137, + 111 + ], + [ + 137, + 112 + ], + [ + 136, + 113 + ], + [ + 135, + 113 + ], + [ + 136, + 114 + ], + [ + 136, + 115 + ], + [ + 137, + 114 + ], + [ + 138, + 113 + ], + [ + 137, + 113 + ], + [ + 136, + 112 + ], + [ + 136, + 111 + ], + [ + 137, + 110 + ], + [ + 138, + 111 + ], + [ + 138, + 112 + ], + [ + 139, + 112 + ], + [ + 139, + 113 + ], + [ + 139, + 114 + ], + [ + 138, + 114 + ], + [ + 137, + 115 + ], + [ + 137, + 116 + ], + [ + 136, + 116 + ], + [ + 135, + 116 + ], + [ + 136, + 117 + ], + [ + 136, + 118 + ], + [ + 136, + 119 + ], + [ + 135, + 118 + ], + [ + 135, + 117 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 134, + 289 + ], + [ + 135, + 288 + ], + [ + 136, + 287 + ], + [ + 137, + 286 + ], + [ + 138, + 285 + ], + [ + 139, + 284 + ], + [ + 140, + 283 + ], + [ + 141, + 282 + ], + [ + 142, + 281 + ], + [ + 143, + 280 + ], + [ + 144, + 280 + ], + [ + 145, + 279 + ], + [ + 146, + 280 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 120, + 106 + ], + [ + 121, + 106 + ], + [ + 122, + 106 + ], + [ + 123, + 105 + ], + [ + 124, + 105 + ], + [ + 125, + 104 + ], + [ + 126, + 103 + ], + [ + 126, + 102 + ], + [ + 125, + 102 + ], + [ + 126, + 101 + ], + [ + 127, + 100 + ], + [ + 126, + 100 + ], + [ + 126, + 99 + ], + [ + 127, + 98 + ], + [ + 126, + 97 + ], + [ + 126, + 96 + ], + [ + 126, + 95 + ], + [ + 125, + 95 + ], + [ + 126, + 94 + ], + [ + 126, + 93 + ], + [ + 125, + 93 + ], + [ + 126, + 92 + ], + [ + 126, + 91 + ], + [ + 125, + 91 + ], + [ + 125, + 90 + ], + [ + 124, + 91 + ], + [ + 125, + 92 + ], + [ + 124, + 92 + ], + [ + 123, + 91 + ], + [ + 124, + 90 + ], + [ + 124, + 89 + ], + [ + 124, + 88 + ], + [ + 123, + 87 + ], + [ + 124, + 87 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 1, + 375 + ], + [ + 0, + 374 + ], + [ + 1, + 374 + ], + [ + 0, + 373 + ], + [ + 1, + 372 + ], + [ + 2, + 373 + ], + [ + 3, + 372 + ], + [ + 4, + 371 + ], + [ + 4, + 370 + ], + [ + 5, + 369 + ], + [ + 6, + 369 + ], + [ + 7, + 369 + ], + [ + 8, + 368 + ], + [ + 8, + 367 + ], + [ + 9, + 366 + ], + [ + 10, + 365 + ], + [ + 9, + 364 + ], + [ + 9, + 363 + ], + [ + 8, + 362 + ], + [ + 8, + 361 + ], + [ + 7, + 360 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 111, + 115 + ], + [ + 112, + 115 + ], + [ + 113, + 116 + ], + [ + 114, + 117 + ], + [ + 115, + 117 + ], + [ + 116, + 118 + ], + [ + 116, + 119 + ], + [ + 117, + 119 + ], + [ + 116, + 120 + ], + [ + 116, + 121 + ], + [ + 116, + 122 + ], + [ + 117, + 121 + ], + [ + 118, + 122 + ], + [ + 119, + 123 + ], + [ + 120, + 124 + ], + [ + 121, + 125 + ], + [ + 122, + 126 + ], + [ + 121, + 126 + ], + [ + 122, + 125 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 127, + 372 + ], + [ + 126, + 372 + ], + [ + 125, + 373 + ], + [ + 124, + 374 + ], + [ + 123, + 374 + ], + [ + 124, + 375 + ], + [ + 124, + 376 + ], + [ + 123, + 377 + ], + [ + 124, + 378 + ], + [ + 125, + 379 + ], + [ + 124, + 380 + ], + [ + 124, + 379 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 146, + 325 + ], + [ + 145, + 325 + ], + [ + 144, + 326 + ], + [ + 143, + 327 + ], + [ + 142, + 327 + ], + [ + 141, + 328 + ], + [ + 140, + 328 + ], + [ + 139, + 329 + ], + [ + 138, + 329 + ], + [ + 138, + 328 + ], + [ + 137, + 329 + ], + [ + 138, + 330 + ], + [ + 139, + 330 + ], + [ + 140, + 329 + ], + [ + 140, + 330 + ], + [ + 140, + 331 + ], + [ + 139, + 331 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 231, + 222 + ], + [ + 230, + 222 + ], + [ + 229, + 221 + ], + [ + 228, + 220 + ], + [ + 227, + 220 + ], + [ + 226, + 221 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 5, + 326 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 82, + 119 + ], + "area_fraction": 0.1019 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 199, + 283 + ], + "area_fraction": 0.3289 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 443 + ], + "peak": [ + 30, + 440 + ], + "area_cells": 1232 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 30 + ], + "peak": [ + 36, + 19 + ], + "area_cells": 721 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 44 + ], + "peak": [ + 19, + 45 + ], + "area_cells": 158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 225 + ], + "peak": [ + 22, + 222 + ], + "area_cells": 68 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 315 + ], + "peak": [ + 54, + 317 + ], + "area_cells": 467 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 283 + ], + "peak": [ + 54, + 288 + ], + "area_cells": 105 + }, + { + "id": "range_8", + "name": null, + "center": [ + 76, + 471 + ], + "peak": [ + 77, + 472 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 107, + 313 + ], + "peak": [ + 106, + 313 + ], + "area_cells": 45 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 452 + ], + "peak": [ + 154, + 452 + ], + "area_cells": 32 + }, + { + "id": "range_11", + "name": null, + "center": [ + 196, + 55 + ], + "peak": [ + 197, + 55 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231e/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231e/globe.png new file mode 100644 index 000000000..c8436522f Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231e/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231e/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231e/heightmap.png new file mode 100644 index 000000000..0009dd759 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231e/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231e/index.md b/wiki/star-systems/GJ-231/bodies/GJ231e/index.md new file mode 100644 index 000000000..e952ba932 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ231e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 117671586 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.851 + period_days: 920.0 + axial_tilt_deg: 13.9 +physical: + gravity_g: 0.58 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.915 + polar_ice_lat: 0.583 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.163 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231e + +Cold Arid planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 920 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231e/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231e/markers.json new file mode 100644 index 000000000..67c34e5cf --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231e/markers.json @@ -0,0 +1,1209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 69, + 365 + ], + [ + 69, + 364 + ], + [ + 68, + 363 + ], + [ + 67, + 362 + ], + [ + 66, + 361 + ], + [ + 65, + 360 + ], + [ + 64, + 359 + ], + [ + 63, + 358 + ], + [ + 64, + 357 + ], + [ + 63, + 356 + ], + [ + 64, + 356 + ], + [ + 64, + 355 + ], + [ + 65, + 354 + ], + [ + 65, + 353 + ], + [ + 65, + 352 + ], + [ + 66, + 351 + ], + [ + 65, + 350 + ], + [ + 65, + 349 + ], + [ + 65, + 348 + ], + [ + 66, + 347 + ], + [ + 67, + 346 + ], + [ + 68, + 345 + ], + [ + 69, + 344 + ], + [ + 70, + 343 + ], + [ + 69, + 342 + ], + [ + 68, + 343 + ], + [ + 67, + 342 + ], + [ + 66, + 341 + ], + [ + 66, + 340 + ], + [ + 66, + 339 + ], + [ + 65, + 339 + ], + [ + 64, + 338 + ], + [ + 64, + 339 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 185, + 458 + ], + [ + 184, + 457 + ], + [ + 183, + 456 + ], + [ + 182, + 455 + ], + [ + 181, + 454 + ], + [ + 180, + 453 + ], + [ + 179, + 453 + ], + [ + 178, + 454 + ], + [ + 177, + 454 + ], + [ + 176, + 453 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 97, + 78 + ], + [ + 98, + 79 + ], + [ + 99, + 80 + ], + [ + 100, + 81 + ], + [ + 101, + 82 + ], + [ + 102, + 83 + ], + [ + 102, + 84 + ], + [ + 101, + 85 + ], + [ + 100, + 86 + ], + [ + 100, + 87 + ], + [ + 99, + 88 + ], + [ + 99, + 89 + ], + [ + 99, + 90 + ], + [ + 98, + 91 + ], + [ + 99, + 92 + ], + [ + 99, + 93 + ], + [ + 98, + 92 + ], + [ + 98, + 93 + ], + [ + 99, + 94 + ], + [ + 98, + 95 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 151, + 161 + ], + [ + 152, + 162 + ], + [ + 153, + 163 + ], + [ + 154, + 164 + ], + [ + 155, + 165 + ], + [ + 156, + 166 + ], + [ + 156, + 167 + ], + [ + 157, + 168 + ], + [ + 158, + 169 + ], + [ + 159, + 170 + ], + [ + 160, + 171 + ], + [ + 160, + 172 + ], + [ + 159, + 173 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 235, + 505 + ], + [ + 234, + 505 + ], + [ + 235, + 506 + ], + [ + 234, + 506 + ], + [ + 233, + 507 + ], + [ + 232, + 507 + ], + [ + 231, + 507 + ], + [ + 230, + 506 + ], + [ + 229, + 507 + ], + [ + 228, + 507 + ], + [ + 228, + 506 + ], + [ + 229, + 505 + ], + [ + 230, + 504 + ], + [ + 230, + 503 + ], + [ + 229, + 502 + ], + [ + 230, + 501 + ], + [ + 229, + 500 + ], + [ + 229, + 499 + ], + [ + 230, + 498 + ], + [ + 229, + 497 + ], + [ + 230, + 496 + ], + [ + 230, + 497 + ], + [ + 229, + 496 + ], + [ + 229, + 495 + ], + [ + 229, + 494 + ], + [ + 228, + 494 + ], + [ + 227, + 494 + ], + [ + 227, + 493 + ], + [ + 226, + 492 + ], + [ + 227, + 491 + ], + [ + 226, + 490 + ], + [ + 227, + 489 + ], + [ + 227, + 488 + ], + [ + 226, + 488 + ], + [ + 227, + 487 + ], + [ + 228, + 486 + ], + [ + 227, + 486 + ], + [ + 226, + 485 + ], + [ + 225, + 485 + ], + [ + 224, + 486 + ], + [ + 224, + 485 + ], + [ + 224, + 484 + ], + [ + 225, + 483 + ], + [ + 225, + 484 + ], + [ + 224, + 483 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 121, + 30 + ], + [ + 120, + 29 + ], + [ + 119, + 28 + ], + [ + 118, + 27 + ], + [ + 117, + 26 + ], + [ + 116, + 25 + ], + [ + 115, + 24 + ], + [ + 114, + 23 + ], + [ + 113, + 22 + ], + [ + 112, + 21 + ], + [ + 111, + 20 + ], + [ + 110, + 19 + ], + [ + 109, + 18 + ], + [ + 108, + 17 + ], + [ + 107, + 16 + ], + [ + 106, + 15 + ], + [ + 105, + 14 + ], + [ + 104, + 13 + ], + [ + 103, + 14 + ], + [ + 104, + 14 + ], + [ + 103, + 13 + ], + [ + 102, + 12 + ], + [ + 101, + 11 + ], + [ + 100, + 11 + ], + [ + 101, + 12 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 117, + 332 + ], + [ + 117, + 333 + ], + [ + 118, + 332 + ], + [ + 119, + 331 + ], + [ + 120, + 330 + ], + [ + 121, + 329 + ], + [ + 122, + 328 + ], + [ + 123, + 329 + ], + [ + 124, + 330 + ], + [ + 125, + 331 + ], + [ + 126, + 332 + ], + [ + 127, + 331 + ], + [ + 128, + 332 + ], + [ + 129, + 333 + ], + [ + 130, + 332 + ], + [ + 131, + 331 + ], + [ + 132, + 332 + ], + [ + 133, + 332 + ], + [ + 134, + 332 + ], + [ + 134, + 333 + ], + [ + 135, + 333 + ], + [ + 136, + 333 + ], + [ + 135, + 334 + ], + [ + 135, + 335 + ], + [ + 136, + 335 + ], + [ + 137, + 335 + ], + [ + 138, + 336 + ], + [ + 139, + 336 + ], + [ + 140, + 335 + ], + [ + 141, + 335 + ], + [ + 142, + 336 + ], + [ + 143, + 335 + ], + [ + 144, + 335 + ], + [ + 145, + 335 + ], + [ + 146, + 336 + ], + [ + 147, + 337 + ], + [ + 148, + 338 + ], + [ + 147, + 338 + ], + [ + 147, + 339 + ], + [ + 146, + 339 + ], + [ + 147, + 340 + ], + [ + 148, + 339 + ], + [ + 148, + 340 + ], + [ + 149, + 341 + ], + [ + 150, + 342 + ], + [ + 149, + 342 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 150, + 298 + ], + [ + 149, + 297 + ], + [ + 148, + 296 + ], + [ + 147, + 295 + ], + [ + 146, + 294 + ], + [ + 145, + 295 + ], + [ + 144, + 294 + ], + [ + 143, + 293 + ], + [ + 142, + 294 + ], + [ + 141, + 293 + ], + [ + 140, + 292 + ], + [ + 139, + 291 + ], + [ + 138, + 290 + ], + [ + 137, + 289 + ], + [ + 136, + 288 + ], + [ + 135, + 287 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 64, + 297 + ], + [ + 63, + 296 + ], + [ + 62, + 295 + ], + [ + 61, + 294 + ], + [ + 60, + 293 + ], + [ + 59, + 292 + ], + [ + 58, + 291 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 130, + 20 + ], + [ + 129, + 19 + ], + [ + 129, + 18 + ], + [ + 128, + 17 + ], + [ + 128, + 16 + ], + [ + 128, + 15 + ], + [ + 127, + 14 + ], + [ + 126, + 13 + ], + [ + 125, + 12 + ], + [ + 125, + 11 + ], + [ + 126, + 10 + ], + [ + 127, + 9 + ], + [ + 127, + 8 + ], + [ + 127, + 7 + ], + [ + 126, + 6 + ], + [ + 127, + 5 + ], + [ + 126, + 4 + ], + [ + 126, + 3 + ], + [ + 127, + 2 + ], + [ + 127, + 1 + ], + [ + 126, + 2 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 101, + 272 + ], + [ + 100, + 273 + ], + [ + 99, + 274 + ], + [ + 98, + 275 + ], + [ + 97, + 276 + ], + [ + 96, + 277 + ], + [ + 95, + 278 + ], + [ + 94, + 279 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 205 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 402 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 72, + 223 + ], + "area_fraction": 0.0156 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 159, + 187 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 181, + 485 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 197, + 15 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 437 + ], + "peak": [ + 53, + 438 + ], + "area_cells": 58 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 472 + ], + "peak": [ + 65, + 467 + ], + "area_cells": 283 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 446 + ], + "peak": [ + 127, + 470 + ], + "area_cells": 4569 + }, + { + "id": "range_4", + "name": null, + "center": [ + 139, + 52 + ], + "peak": [ + 141, + 52 + ], + "area_cells": 253 + }, + { + "id": "range_6", + "name": null, + "center": [ + 146, + 476 + ], + "peak": [ + 146, + 482 + ], + "area_cells": 164 + }, + { + "id": "range_7", + "name": null, + "center": [ + 221, + 139 + ], + "peak": [ + 214, + 123 + ], + "area_cells": 1694 + }, + { + "id": "range_8", + "name": null, + "center": [ + 205, + 291 + ], + "peak": [ + 207, + 284 + ], + "area_cells": 708 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m1/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/globe.png new file mode 100644 index 000000000..d1dbe48d8 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m1/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/heightmap.png new file mode 100644 index 000000000..263722461 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m1/index.md b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/index.md new file mode 100644 index 000000000..43a3d6053 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ231f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1476665029 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.13 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231f-m1 + +Frozen moon. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m1/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/markers.json new file mode 100644 index 000000000..67ca4a466 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231f-m1/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 156, + 400 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 197, + 479 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 244, + 461 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 166 + ], + "peak": [ + 43, + 230 + ], + "area_cells": 25020 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 354 + ], + "peak": [ + 1, + 354 + ], + "area_cells": 1081 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 431 + ], + "peak": [ + 72, + 402 + ], + "area_cells": 4204 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 249 + ], + "peak": [ + 159, + 253 + ], + "area_cells": 513 + }, + { + "id": "range_7", + "name": null, + "center": [ + 251, + 413 + ], + "peak": [ + 255, + 411 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m2/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/globe.png new file mode 100644 index 000000000..5608e7702 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m2/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/heightmap.png new file mode 100644 index 000000000..77124a2a3 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m2/index.md b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/index.md new file mode 100644 index 000000000..8e325fa6e --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ231f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 272295013 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 36.1 +physical: + gravity_g: 0.08 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.827 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231f-m2 + +Barren moon. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f-m2/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/markers.json new file mode 100644 index 000000000..43ac25cfe --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231f-m2/markers.json @@ -0,0 +1,402 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 8, + 399 + ], + "area_fraction": 0.0158 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 140 + ], + "peak": [ + 58, + 132 + ], + "area_cells": 528 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 183 + ], + "peak": [ + 107, + 283 + ], + "area_cells": 10330 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 330 + ], + "peak": [ + 66, + 323 + ], + "area_cells": 298 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 174 + ], + "peak": [ + 71, + 175 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 456 + ], + "peak": [ + 76, + 456 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 430 + ], + "peak": [ + 116, + 447 + ], + "area_cells": 1450 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 359 + ], + "peak": [ + 80, + 360 + ], + "area_cells": 144 + }, + { + "id": "range_11", + "name": null, + "center": [ + 94, + 59 + ], + "peak": [ + 96, + 60 + ], + "area_cells": 130 + }, + { + "id": "range_13", + "name": null, + "center": [ + 101, + 353 + ], + "peak": [ + 103, + 354 + ], + "area_cells": 54 + }, + { + "id": "range_14", + "name": null, + "center": [ + 102, + 4 + ], + "peak": [ + 102, + 4 + ], + "area_cells": 35 + }, + { + "id": "range_22", + "name": null, + "center": [ + 120, + 6 + ], + "peak": [ + 122, + 6 + ], + "area_cells": 38 + }, + { + "id": "range_23", + "name": null, + "center": [ + 124, + 495 + ], + "peak": [ + 120, + 494 + ], + "area_cells": 91 + }, + { + "id": "range_24", + "name": null, + "center": [ + 119, + 104 + ], + "peak": [ + 120, + 103 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 168, + 392 + ], + "peak": [ + 160, + 415 + ], + "area_cells": 2799 + }, + { + "id": "range_29", + "name": null, + "center": [ + 131, + 14 + ], + "peak": [ + 131, + 16 + ], + "area_cells": 49 + }, + { + "id": "range_39", + "name": null, + "center": [ + 191, + 32 + ], + "peak": [ + 194, + 33 + ], + "area_cells": 188 + }, + { + "id": "range_40", + "name": null, + "center": [ + 194, + 343 + ], + "peak": [ + 193, + 350 + ], + "area_cells": 394 + }, + { + "id": "range_43", + "name": null, + "center": [ + 207, + 505 + ], + "peak": [ + 206, + 505 + ], + "area_cells": 29 + }, + { + "id": "range_44", + "name": null, + "center": [ + 215, + 45 + ], + "peak": [ + 216, + 46 + ], + "area_cells": 92 + }, + { + "id": "range_48", + "name": null, + "center": [ + 213, + 372 + ], + "peak": [ + 212, + 373 + ], + "area_cells": 32 + }, + { + "id": "range_49", + "name": null, + "center": [ + 224, + 324 + ], + "peak": [ + 226, + 325 + ], + "area_cells": 98 + }, + { + "id": "range_50", + "name": null, + "center": [ + 234, + 491 + ], + "peak": [ + 236, + 492 + ], + "area_cells": 97 + }, + { + "id": "range_51", + "name": null, + "center": [ + 236, + 160 + ], + "peak": [ + 237, + 161 + ], + "area_cells": 176 + }, + { + "id": "range_56", + "name": null, + "center": [ + 245, + 12 + ], + "peak": [ + 252, + 5 + ], + "area_cells": 412 + }, + { + "id": "range_57", + "name": null, + "center": [ + 237, + 32 + ], + "peak": [ + 239, + 32 + ], + "area_cells": 129 + }, + { + "id": "range_58", + "name": null, + "center": [ + 233, + 128 + ], + "peak": [ + 234, + 128 + ], + "area_cells": 43 + }, + { + "id": "range_60", + "name": null, + "center": [ + 245, + 503 + ], + "peak": [ + 250, + 510 + ], + "area_cells": 333 + }, + { + "id": "range_62", + "name": null, + "center": [ + 246, + 481 + ], + "peak": [ + 246, + 481 + ], + "area_cells": 26 + }, + { + "id": "range_67", + "name": null, + "center": [ + 249, + 251 + ], + "peak": [ + 255, + 256 + ], + "area_cells": 671 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231f/globe.png new file mode 100644 index 000000000..edf9cb485 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231f/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231f/index.md b/wiki/star-systems/GJ-231/bodies/GJ231f/index.md new file mode 100644 index 000000000..711c7bb45 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ231f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1157618244 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.888 + period_days: 2800.0 + axial_tilt_deg: 34.8 +physical: + gravity_g: null + oblateness: 0.0733 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.373 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.103 +rings: + enabled: true + inner_radius_factor: 1.24 + outer_radius_factor: 2.32 + opacity_base: 0.51 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ231f + +Gas giant. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231g/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231g/globe.png new file mode 100644 index 000000000..d8ed51c2f Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231g/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231g/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231g/heightmap.png new file mode 100644 index 000000000..34d16e41b Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231g/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231g/index.md b/wiki/star-systems/GJ-231/bodies/GJ231g/index.md new file mode 100644 index 000000000..95b945c19 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ231g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2852158416 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.297 + period_days: 7200.0 + axial_tilt_deg: 21.5 +physical: + gravity_g: 0.46 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231g + +Frozen planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231g/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231g/markers.json new file mode 100644 index 000000000..2b92875b3 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231g/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 145, + 167 + ], + "area_fraction": 0.0245 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 155, + 106 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 157, + 469 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 226, + 109 + ], + "area_fraction": 0.0648 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 59 + ], + "peak": [ + 8, + 30 + ], + "area_cells": 7520 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 262 + ], + "peak": [ + 35, + 259 + ], + "area_cells": 18181 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 446 + ], + "peak": [ + 20, + 426 + ], + "area_cells": 5434 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 128 + ], + "peak": [ + 48, + 128 + ], + "area_cells": 43 + }, + { + "id": "range_11", + "name": null, + "center": [ + 89, + 489 + ], + "peak": [ + 89, + 490 + ], + "area_cells": 23 + }, + { + "id": "range_14", + "name": null, + "center": [ + 103, + 440 + ], + "peak": [ + 105, + 441 + ], + "area_cells": 92 + }, + { + "id": "range_15", + "name": null, + "center": [ + 109, + 418 + ], + "peak": [ + 114, + 417 + ], + "area_cells": 300 + }, + { + "id": "range_16", + "name": null, + "center": [ + 122, + 389 + ], + "peak": [ + 123, + 389 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 126, + 368 + ], + "peak": [ + 125, + 363 + ], + "area_cells": 154 + }, + { + "id": "range_18", + "name": null, + "center": [ + 165, + 501 + ], + "peak": [ + 168, + 501 + ], + "area_cells": 160 + }, + { + "id": "range_19", + "name": null, + "center": [ + 163, + 357 + ], + "peak": [ + 163, + 357 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231h/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231h/globe.png new file mode 100644 index 000000000..dd89d6e75 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231h/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231h/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231h/heightmap.png new file mode 100644 index 000000000..1d5b3aeda Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231h/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231h/index.md b/wiki/star-systems/GJ-231/bodies/GJ231h/index.md new file mode 100644 index 000000000..2651696c9 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ231h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 155875460 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 12.323 + period_days: 15800.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.36 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.887 + polar_ice_lat: 0.255 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231h + +Frozen planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 15800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231h/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231h/markers.json new file mode 100644 index 000000000..5071d2dbc --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231h/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 24 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 17, + 354 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 193, + 180 + ], + "area_fraction": 0.058 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 187, + 27 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 212, + 436 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 195 + ], + "peak": [ + 12, + 193 + ], + "area_cells": 39 + }, + { + "id": "range_2", + "name": null, + "center": [ + 85, + 180 + ], + "peak": [ + 107, + 107 + ], + "area_cells": 12348 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 428 + ], + "peak": [ + 100, + 414 + ], + "area_cells": 8689 + }, + { + "id": "range_6", + "name": null, + "center": [ + 60, + 150 + ], + "peak": [ + 61, + 150 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 114, + 330 + ], + "peak": [ + 116, + 331 + ], + "area_cells": 195 + }, + { + "id": "range_9", + "name": null, + "center": [ + 117, + 212 + ], + "peak": [ + 118, + 214 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231i/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231i/globe.png new file mode 100644 index 000000000..ac6590f8a Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231i/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231i/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231i/heightmap.png new file mode 100644 index 000000000..99a565e63 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231i/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231i/index.md b/wiki/star-systems/GJ-231/bodies/GJ231i/index.md new file mode 100644 index 000000000..c9e1a9031 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ231i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2157898003 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 20.54 + period_days: 34000.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.12 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.797 + polar_ice_lat: 0.114 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.449 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231i + +Frozen planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231i/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231i/markers.json new file mode 100644 index 000000000..85542e46b --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231i/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 106, + 395 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_16", + "name": null, + "kind": "ocean", + "center": [ + 184, + 347 + ], + "area_fraction": 0.1366 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 184, + 97 + ], + "area_fraction": 0.0173 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 18 + ], + "peak": [ + 0, + 13 + ], + "area_cells": 109 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 112 + ], + "peak": [ + 2, + 108 + ], + "area_cells": 660 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 172 + ], + "peak": [ + 0, + 173 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 19, + 379 + ], + "peak": [ + 24, + 391 + ], + "area_cells": 6979 + }, + { + "id": "range_8", + "name": null, + "center": [ + 32, + 300 + ], + "peak": [ + 32, + 297 + ], + "area_cells": 148 + }, + { + "id": "range_9", + "name": null, + "center": [ + 49, + 292 + ], + "peak": [ + 51, + 292 + ], + "area_cells": 59 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 507 + ], + "peak": [ + 67, + 509 + ], + "area_cells": 42 + }, + { + "id": "range_11", + "name": null, + "center": [ + 93, + 3 + ], + "peak": [ + 94, + 3 + ], + "area_cells": 53 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 495 + ], + "peak": [ + 111, + 495 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-231/bodies/GJ231j/globe.png b/wiki/star-systems/GJ-231/bodies/GJ231j/globe.png new file mode 100644 index 000000000..6508e608f Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231j/globe.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231j/heightmap.png b/wiki/star-systems/GJ-231/bodies/GJ231j/heightmap.png new file mode 100644 index 000000000..350128778 Binary files /dev/null and b/wiki/star-systems/GJ-231/bodies/GJ231j/heightmap.png differ diff --git a/wiki/star-systems/GJ-231/bodies/GJ231j/index.md b/wiki/star-systems/GJ-231/bodies/GJ231j/index.md new file mode 100644 index 000000000..6ded65214 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ231j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2092688452 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 30.657 + period_days: 62000.0 + axial_tilt_deg: 20.3 +physical: + gravity_g: 0.1 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.835 + polar_ice_lat: 0.177 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.292 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ231j + +Frozen planet. + +**System:** [GJ-231](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 62000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-231/bodies/GJ231j/markers.json b/wiki/star-systems/GJ-231/bodies/GJ231j/markers.json new file mode 100644 index 000000000..c822e5c33 --- /dev/null +++ b/wiki/star-systems/GJ-231/bodies/GJ231j/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 161, + 413 + ], + "area_fraction": 0.0989 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 128, + 23 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 148, + 386 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 93 + ], + "peak": [ + 28, + 23 + ], + "area_cells": 9460 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 353 + ], + "peak": [ + 0, + 350 + ], + "area_cells": 81 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 389 + ], + "peak": [ + 11, + 398 + ], + "area_cells": 352 + }, + { + "id": "range_7", + "name": null, + "center": [ + 0, + 441 + ], + "peak": [ + 0, + 451 + ], + "area_cells": 51 + }, + { + "id": "range_8", + "name": null, + "center": [ + 17, + 493 + ], + "peak": [ + 3, + 510 + ], + "area_cells": 1358 + }, + { + "id": "range_12", + "name": null, + "center": [ + 253, + 66 + ], + "peak": [ + 255, + 67 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ234Ab/globe.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/globe.png new file mode 100644 index 000000000..e93c81363 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/globe.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ab/heightmap.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/heightmap.png new file mode 100644 index 000000000..6913df309 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ab/index.md b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/index.md new file mode 100644 index 000000000..e0487a540 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ234Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2325323511 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 1.2 +physical: + gravity_g: 0.32 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.961 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ234Ab + +Barren planet. + +**System:** [GJ-234A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 93% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ab/markers.json b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/markers.json new file mode 100644 index 000000000..b5cfa39e9 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ab/markers.json @@ -0,0 +1,581 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 74, + 389 + ], + "area_fraction": 0.006 + }, + { + "id": "water_69", + "name": null, + "kind": "lake", + "center": [ + 229, + 278 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 126 + ], + "peak": [ + 0, + 125 + ], + "area_cells": 655 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 269 + ], + "peak": [ + 7, + 248 + ], + "area_cells": 2162 + }, + { + "id": "range_6", + "name": null, + "center": [ + 20, + 73 + ], + "peak": [ + 20, + 73 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 23, + 223 + ], + "peak": [ + 23, + 227 + ], + "area_cells": 100 + }, + { + "id": "range_11", + "name": null, + "center": [ + 29, + 60 + ], + "peak": [ + 30, + 60 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 31, + 476 + ], + "peak": [ + 28, + 474 + ], + "area_cells": 69 + }, + { + "id": "range_16", + "name": null, + "center": [ + 28, + 196 + ], + "peak": [ + 28, + 197 + ], + "area_cells": 35 + }, + { + "id": "range_20", + "name": null, + "center": [ + 37, + 449 + ], + "peak": [ + 36, + 449 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 52, + 496 + ], + "peak": [ + 50, + 488 + ], + "area_cells": 610 + }, + { + "id": "range_24", + "name": null, + "center": [ + 73, + 14 + ], + "peak": [ + 83, + 13 + ], + "area_cells": 693 + }, + { + "id": "range_26", + "name": null, + "center": [ + 48, + 204 + ], + "peak": [ + 48, + 204 + ], + "area_cells": 50 + }, + { + "id": "range_27", + "name": null, + "center": [ + 66, + 183 + ], + "peak": [ + 71, + 183 + ], + "area_cells": 391 + }, + { + "id": "range_29", + "name": null, + "center": [ + 96, + 484 + ], + "peak": [ + 81, + 472 + ], + "area_cells": 690 + }, + { + "id": "range_30", + "name": null, + "center": [ + 77, + 221 + ], + "peak": [ + 77, + 222 + ], + "area_cells": 31 + }, + { + "id": "range_31", + "name": null, + "center": [ + 81, + 67 + ], + "peak": [ + 82, + 71 + ], + "area_cells": 78 + }, + { + "id": "range_32", + "name": null, + "center": [ + 85, + 161 + ], + "peak": [ + 84, + 164 + ], + "area_cells": 106 + }, + { + "id": "range_33", + "name": null, + "center": [ + 82, + 228 + ], + "peak": [ + 82, + 229 + ], + "area_cells": 24 + }, + { + "id": "range_34", + "name": null, + "center": [ + 85, + 320 + ], + "peak": [ + 86, + 322 + ], + "area_cells": 24 + }, + { + "id": "range_35", + "name": null, + "center": [ + 106, + 38 + ], + "peak": [ + 94, + 48 + ], + "area_cells": 470 + }, + { + "id": "range_36", + "name": null, + "center": [ + 91, + 361 + ], + "peak": [ + 90, + 361 + ], + "area_cells": 48 + }, + { + "id": "range_37", + "name": null, + "center": [ + 112, + 193 + ], + "peak": [ + 130, + 184 + ], + "area_cells": 552 + }, + { + "id": "range_38", + "name": null, + "center": [ + 95, + 399 + ], + "peak": [ + 96, + 399 + ], + "area_cells": 20 + }, + { + "id": "range_40", + "name": null, + "center": [ + 102, + 138 + ], + "peak": [ + 101, + 138 + ], + "area_cells": 22 + }, + { + "id": "range_41", + "name": null, + "center": [ + 101, + 384 + ], + "peak": [ + 101, + 385 + ], + "area_cells": 31 + }, + { + "id": "range_43", + "name": null, + "center": [ + 141, + 332 + ], + "peak": [ + 114, + 315 + ], + "area_cells": 990 + }, + { + "id": "range_44", + "name": null, + "center": [ + 113, + 135 + ], + "peak": [ + 113, + 134 + ], + "area_cells": 45 + }, + { + "id": "range_45", + "name": null, + "center": [ + 121, + 80 + ], + "peak": [ + 123, + 80 + ], + "area_cells": 80 + }, + { + "id": "range_46", + "name": null, + "center": [ + 123, + 58 + ], + "peak": [ + 124, + 59 + ], + "area_cells": 127 + }, + { + "id": "range_47", + "name": null, + "center": [ + 124, + 243 + ], + "peak": [ + 124, + 244 + ], + "area_cells": 32 + }, + { + "id": "range_48", + "name": null, + "center": [ + 123, + 367 + ], + "peak": [ + 124, + 371 + ], + "area_cells": 34 + }, + { + "id": "range_49", + "name": null, + "center": [ + 143, + 151 + ], + "peak": [ + 160, + 152 + ], + "area_cells": 623 + }, + { + "id": "range_50", + "name": null, + "center": [ + 148, + 105 + ], + "peak": [ + 161, + 108 + ], + "area_cells": 682 + }, + { + "id": "range_51", + "name": null, + "center": [ + 130, + 506 + ], + "peak": [ + 130, + 505 + ], + "area_cells": 20 + }, + { + "id": "range_55", + "name": null, + "center": [ + 139, + 372 + ], + "peak": [ + 140, + 372 + ], + "area_cells": 24 + }, + { + "id": "range_56", + "name": null, + "center": [ + 146, + 405 + ], + "peak": [ + 143, + 407 + ], + "area_cells": 123 + }, + { + "id": "range_58", + "name": null, + "center": [ + 156, + 165 + ], + "peak": [ + 157, + 164 + ], + "area_cells": 32 + }, + { + "id": "range_59", + "name": null, + "center": [ + 183, + 385 + ], + "peak": [ + 186, + 385 + ], + "area_cells": 442 + }, + { + "id": "range_60", + "name": null, + "center": [ + 177, + 184 + ], + "peak": [ + 183, + 196 + ], + "area_cells": 342 + }, + { + "id": "range_63", + "name": null, + "center": [ + 184, + 118 + ], + "peak": [ + 187, + 110 + ], + "area_cells": 309 + }, + { + "id": "range_66", + "name": null, + "center": [ + 186, + 160 + ], + "peak": [ + 188, + 162 + ], + "area_cells": 36 + }, + { + "id": "range_69", + "name": null, + "center": [ + 221, + 107 + ], + "peak": [ + 222, + 106 + ], + "area_cells": 211 + }, + { + "id": "range_70", + "name": null, + "center": [ + 229, + 129 + ], + "peak": [ + 228, + 130 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ac/globe.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/globe.png new file mode 100644 index 000000000..bdc7ec34a Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/globe.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ac/heightmap.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/heightmap.png new file mode 100644 index 000000000..4427b230e Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ac/index.md b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/index.md new file mode 100644 index 000000000..0448d64fd --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/index.md @@ -0,0 +1,72 @@ +--- +id: GJ234Ac +name: Sobreiro +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 19796584 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.103 + period_days: 18.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.78 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.506 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.142 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Sobreiro + +Cold Arid planet. + +**System:** [GJ-234A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 18 days | +| **Inhabited** | yes | +| **Population** | 12K | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ac/markers.json b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/markers.json new file mode 100644 index 000000000..4ee55e0a1 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ac/markers.json @@ -0,0 +1,787 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 54, + 317 + ], + [ + 55, + 317 + ], + [ + 56, + 316 + ], + [ + 57, + 315 + ], + [ + 58, + 316 + ], + [ + 59, + 317 + ], + [ + 60, + 318 + ], + [ + 61, + 319 + ], + [ + 62, + 320 + ], + [ + 63, + 321 + ], + [ + 64, + 322 + ], + [ + 65, + 321 + ], + [ + 66, + 321 + ], + [ + 67, + 321 + ], + [ + 68, + 321 + ], + [ + 68, + 320 + ], + [ + 69, + 320 + ], + [ + 70, + 319 + ], + [ + 71, + 319 + ], + [ + 70, + 320 + ], + [ + 69, + 319 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 46, + 330 + ], + [ + 45, + 331 + ], + [ + 44, + 331 + ], + [ + 43, + 330 + ], + [ + 42, + 330 + ], + [ + 41, + 329 + ], + [ + 40, + 329 + ], + [ + 39, + 328 + ], + [ + 39, + 329 + ], + [ + 40, + 328 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 111, + 432 + ], + [ + 110, + 431 + ], + [ + 109, + 430 + ], + [ + 108, + 429 + ], + [ + 107, + 428 + ], + [ + 106, + 427 + ], + [ + 105, + 426 + ], + [ + 105, + 425 + ], + [ + 104, + 425 + ], + [ + 103, + 424 + ], + [ + 102, + 424 + ], + [ + 101, + 424 + ], + [ + 100, + 425 + ], + [ + 99, + 424 + ], + [ + 98, + 424 + ], + [ + 97, + 423 + ], + [ + 96, + 424 + ], + [ + 95, + 425 + ], + [ + 94, + 426 + ], + [ + 93, + 426 + ], + [ + 93, + 425 + ], + [ + 92, + 424 + ], + [ + 92, + 425 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 41, + 169 + ], + [ + 42, + 170 + ], + [ + 43, + 171 + ], + [ + 44, + 172 + ], + [ + 45, + 172 + ], + [ + 46, + 173 + ], + [ + 47, + 173 + ], + [ + 48, + 174 + ], + [ + 48, + 173 + ], + [ + 49, + 172 + ], + [ + 50, + 171 + ], + [ + 51, + 170 + ], + [ + 52, + 170 + ], + [ + 53, + 169 + ], + [ + 54, + 168 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 116, + 17 + ], + [ + 115, + 17 + ], + [ + 114, + 16 + ], + [ + 113, + 15 + ], + [ + 112, + 16 + ], + [ + 111, + 15 + ], + [ + 110, + 16 + ], + [ + 109, + 15 + ], + [ + 108, + 16 + ], + [ + 107, + 17 + ], + [ + 106, + 18 + ], + [ + 105, + 17 + ], + [ + 104, + 17 + ], + [ + 103, + 16 + ], + [ + 102, + 15 + ], + [ + 101, + 14 + ], + [ + 100, + 13 + ], + [ + 99, + 13 + ], + [ + 98, + 13 + ], + [ + 97, + 13 + ], + [ + 96, + 14 + ], + [ + 95, + 13 + ], + [ + 94, + 13 + ], + [ + 93, + 13 + ], + [ + 92, + 12 + ], + [ + 91, + 13 + ], + [ + 90, + 12 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 32, + 511 + ], + [ + 32, + 0 + ], + [ + 31, + 0 + ], + [ + 30, + 1 + ], + [ + 30, + 0 + ], + [ + 29, + 1 + ], + [ + 28, + 1 + ], + [ + 29, + 2 + ], + [ + 30, + 2 + ], + [ + 31, + 1 + ], + [ + 32, + 1 + ], + [ + 33, + 0 + ], + [ + 33, + 1 + ], + [ + 34, + 0 + ], + [ + 35, + 1 + ], + [ + 34, + 2 + ], + [ + 33, + 2 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 81, + 130 + ], + [ + 80, + 129 + ], + [ + 79, + 128 + ], + [ + 80, + 127 + ], + [ + 81, + 126 + ], + [ + 80, + 125 + ], + [ + 81, + 125 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 18, + 281 + ], + [ + 18, + 280 + ], + [ + 18, + 279 + ], + [ + 17, + 280 + ], + [ + 16, + 279 + ], + [ + 15, + 278 + ], + [ + 14, + 279 + ], + [ + 15, + 279 + ], + [ + 14, + 278 + ], + [ + 13, + 279 + ], + [ + 13, + 280 + ], + [ + 12, + 281 + ], + [ + 13, + 281 + ], + [ + 14, + 281 + ], + [ + 14, + 280 + ], + [ + 15, + 280 + ], + [ + 16, + 281 + ], + [ + 15, + 282 + ], + [ + 16, + 283 + ], + [ + 15, + 284 + ], + [ + 15, + 285 + ], + [ + 14, + 284 + ], + [ + 14, + 283 + ], + [ + 13, + 282 + ], + [ + 12, + 282 + ], + [ + 11, + 281 + ], + [ + 11, + 282 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 76, + 120 + ], + [ + 77, + 121 + ], + [ + 78, + 122 + ], + [ + 79, + 123 + ], + [ + 80, + 124 + ], + [ + 81, + 125 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 93, + 380 + ], + [ + 92, + 381 + ], + [ + 91, + 382 + ], + [ + 90, + 383 + ], + [ + 89, + 384 + ], + [ + 89, + 385 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 24, + 457 + ], + "area_fraction": 0.0233 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 76 + ], + "peak": [ + 120, + 77 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 177, + 278 + ], + "peak": [ + 161, + 439 + ], + "area_cells": 30558 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 187 + ], + "peak": [ + 126, + 187 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 130, + 217 + ], + "peak": [ + 130, + 219 + ], + "area_cells": 204 + }, + { + "id": "range_8", + "name": null, + "center": [ + 195, + 466 + ], + "peak": [ + 194, + 470 + ], + "area_cells": 253 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ad/globe.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/globe.png new file mode 100644 index 000000000..456bdf20f Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/globe.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ad/heightmap.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/heightmap.png new file mode 100644 index 000000000..b52882d83 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ad/index.md b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/index.md new file mode 100644 index 000000000..bdaab0260 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/index.md @@ -0,0 +1,64 @@ +--- +id: GJ234Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 663407808 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.239 + period_days: 64.0 + axial_tilt_deg: 50.4 +physical: + gravity_g: 0.42 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.08 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.299 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ234Ad + +Frozen planet. + +**System:** [GJ-234A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 96% | +| **Year** | 64 days | + +## Description + + diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ad/markers.json b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/markers.json new file mode 100644 index 000000000..b57d74100 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ad/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 187, + 417 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 211, + 384 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 197, + 350 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 126 + ], + "peak": [ + 67, + 61 + ], + "area_cells": 23342 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 430 + ], + "peak": [ + 38, + 505 + ], + "area_cells": 11077 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 277 + ], + "peak": [ + 11, + 277 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 271 + ], + "peak": [ + 16, + 272 + ], + "area_cells": 48 + }, + { + "id": "range_6", + "name": null, + "center": [ + 20, + 289 + ], + "peak": [ + 19, + 289 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 18, + 246 + ], + "peak": [ + 18, + 248 + ], + "area_cells": 328 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 279 + ], + "peak": [ + 46, + 281 + ], + "area_cells": 121 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 309 + ], + "peak": [ + 53, + 310 + ], + "area_cells": 138 + }, + { + "id": "range_10", + "name": null, + "center": [ + 112, + 38 + ], + "peak": [ + 112, + 39 + ], + "area_cells": 53 + }, + { + "id": "range_11", + "name": null, + "center": [ + 117, + 298 + ], + "peak": [ + 116, + 299 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ae/globe.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/globe.png new file mode 100644 index 000000000..92a198a60 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/globe.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ae/heightmap.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/heightmap.png new file mode 100644 index 000000000..a69dec524 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ae/index.md b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/index.md new file mode 100644 index 000000000..ee56170e8 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ234Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 290425350 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.512 + period_days: 200.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.32 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.126 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.323 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ234Ae + +Frozen planet. + +**System:** [GJ-234A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ae/markers.json b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/markers.json new file mode 100644 index 000000000..adf6ed411 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ae/markers.json @@ -0,0 +1,271 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 30 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 26, + 322 + ], + "area_fraction": 0.0793 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 19, + 494 + ], + "area_fraction": 0.008 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 41, + 84 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 57, + 404 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 105, + 22 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 118, + 252 + ], + "area_fraction": 0.024 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 115, + 491 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 176, + 486 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 189, + 13 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 167 + ], + "peak": [ + 103, + 169 + ], + "area_cells": 255 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 359 + ], + "peak": [ + 136, + 405 + ], + "area_cells": 4232 + }, + { + "id": "range_4", + "name": null, + "center": [ + 154, + 120 + ], + "peak": [ + 153, + 155 + ], + "area_cells": 4303 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 181 + ], + "peak": [ + 127, + 184 + ], + "area_cells": 165 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 453 + ], + "peak": [ + 124, + 453 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 137, + 34 + ], + "peak": [ + 138, + 34 + ], + "area_cells": 78 + }, + { + "id": "range_8", + "name": null, + "center": [ + 140, + 47 + ], + "peak": [ + 143, + 49 + ], + "area_cells": 118 + }, + { + "id": "range_11", + "name": null, + "center": [ + 157, + 409 + ], + "peak": [ + 158, + 410 + ], + "area_cells": 25 + }, + { + "id": "range_14", + "name": null, + "center": [ + 189, + 353 + ], + "peak": [ + 187, + 351 + ], + "area_cells": 168 + }, + { + "id": "range_15", + "name": null, + "center": [ + 233, + 315 + ], + "peak": [ + 228, + 292 + ], + "area_cells": 9144 + }, + { + "id": "range_17", + "name": null, + "center": [ + 244, + 26 + ], + "peak": [ + 243, + 7 + ], + "area_cells": 1230 + }, + { + "id": "range_18", + "name": null, + "center": [ + 247, + 506 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Af/globe.png b/wiki/star-systems/GJ-234A/bodies/GJ234Af/globe.png new file mode 100644 index 000000000..5c24cd37d Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Af/globe.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Af/heightmap.png b/wiki/star-systems/GJ-234A/bodies/GJ234Af/heightmap.png new file mode 100644 index 000000000..a3cd17c85 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Af/index.md b/wiki/star-systems/GJ-234A/bodies/GJ234Af/index.md new file mode 100644 index 000000000..4c2faa971 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ234Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3587984876 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.041 + period_days: 580.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.1 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.775 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.294 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ234Af + +Frozen planet. + +**System:** [GJ-234A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Af/markers.json b/wiki/star-systems/GJ-234A/bodies/GJ234Af/markers.json new file mode 100644 index 000000000..7d5d284d7 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Af/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 204, + 468 + ], + "area_fraction": 0.0597 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 173, + 391 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 221, + 144 + ], + "area_fraction": 0.1429 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 212, + 358 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 66 + ], + "peak": [ + 0, + 67 + ], + "area_cells": 89 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 140 + ], + "peak": [ + 37, + 179 + ], + "area_cells": 27266 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 460 + ], + "peak": [ + 103, + 448 + ], + "area_cells": 9174 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ag/globe.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/globe.png new file mode 100644 index 000000000..e8fb6bdd1 Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/globe.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ag/heightmap.png b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/heightmap.png new file mode 100644 index 000000000..129de99ac Binary files /dev/null and b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ag/index.md b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/index.md new file mode 100644 index 000000000..ae915bf41 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ234Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2535717183 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.873 + period_days: 1400.0 + axial_tilt_deg: 43.9 +physical: + gravity_g: 0.07 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.746 + polar_ice_lat: 0.252 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.427 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ234Ag + +Frozen planet. + +**System:** [GJ-234A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-234A/bodies/GJ234Ag/markers.json b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/markers.json new file mode 100644 index 000000000..5b264a713 --- /dev/null +++ b/wiki/star-systems/GJ-234A/bodies/GJ234Ag/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 79, + 198 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 202, + 250 + ], + "area_fraction": 0.2108 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 148, + 30 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 277 + ], + "peak": [ + 0, + 289 + ], + "area_cells": 356 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 379 + ], + "peak": [ + 29, + 429 + ], + "area_cells": 3684 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 433 + ], + "peak": [ + 53, + 431 + ], + "area_cells": 75 + }, + { + "id": "range_8", + "name": null, + "center": [ + 65, + 330 + ], + "peak": [ + 60, + 333 + ], + "area_cells": 618 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 364 + ], + "peak": [ + 82, + 365 + ], + "area_cells": 58 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 336 + ], + "peak": [ + 90, + 336 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 384 + ], + "peak": [ + 103, + 385 + ], + "area_cells": 671 + }, + { + "id": "range_13", + "name": null, + "center": [ + 126, + 309 + ], + "peak": [ + 121, + 294 + ], + "area_cells": 1315 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 355 + ], + "peak": [ + 156, + 356 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ244Ab/globe.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/globe.png new file mode 100644 index 000000000..16cfbb73c Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/globe.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ab/heightmap.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/heightmap.png new file mode 100644 index 000000000..67aa0762b Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ab/index.md b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/index.md new file mode 100644 index 000000000..ef1b441a3 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ244Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 380506830 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.3 + period_days: 45.0 + axial_tilt_deg: 11.7 +physical: + gravity_g: 0.25 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.921 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ244Ab + +Barren planet. + +**System:** [GJ-244A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.25g | +| **Land** | 100% | +| **Year** | 45 days | + +## Description + + diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ab/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/markers.json new file mode 100644 index 000000000..602ebc288 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ab/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 128 + ], + "peak": [ + 6, + 128 + ], + "area_cells": 137 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 362 + ], + "peak": [ + 36, + 371 + ], + "area_cells": 2015 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 201 + ], + "peak": [ + 137, + 252 + ], + "area_cells": 12641 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 6 + ], + "peak": [ + 29, + 6 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 39, + 60 + ], + "peak": [ + 43, + 60 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 39, + 319 + ], + "peak": [ + 40, + 319 + ], + "area_cells": 42 + }, + { + "id": "range_15", + "name": null, + "center": [ + 84, + 30 + ], + "peak": [ + 70, + 27 + ], + "area_cells": 762 + }, + { + "id": "range_16", + "name": null, + "center": [ + 83, + 502 + ], + "peak": [ + 71, + 508 + ], + "area_cells": 902 + }, + { + "id": "range_18", + "name": null, + "center": [ + 58, + 475 + ], + "peak": [ + 62, + 471 + ], + "area_cells": 93 + }, + { + "id": "range_19", + "name": null, + "center": [ + 62, + 491 + ], + "peak": [ + 63, + 491 + ], + "area_cells": 45 + }, + { + "id": "range_20", + "name": null, + "center": [ + 78, + 358 + ], + "peak": [ + 77, + 363 + ], + "area_cells": 464 + }, + { + "id": "range_21", + "name": null, + "center": [ + 73, + 1 + ], + "peak": [ + 76, + 0 + ], + "area_cells": 98 + }, + { + "id": "range_22", + "name": null, + "center": [ + 66, + 48 + ], + "peak": [ + 67, + 47 + ], + "area_cells": 35 + }, + { + "id": "range_23", + "name": null, + "center": [ + 67, + 316 + ], + "peak": [ + 69, + 316 + ], + "area_cells": 24 + }, + { + "id": "range_25", + "name": null, + "center": [ + 79, + 234 + ], + "peak": [ + 78, + 234 + ], + "area_cells": 49 + }, + { + "id": "range_29", + "name": null, + "center": [ + 95, + 60 + ], + "peak": [ + 92, + 57 + ], + "area_cells": 227 + }, + { + "id": "range_31", + "name": null, + "center": [ + 100, + 1 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 55 + }, + { + "id": "range_35", + "name": null, + "center": [ + 191, + 447 + ], + "peak": [ + 176, + 440 + ], + "area_cells": 8524 + }, + { + "id": "range_38", + "name": null, + "center": [ + 133, + 461 + ], + "peak": [ + 132, + 460 + ], + "area_cells": 47 + }, + { + "id": "range_39", + "name": null, + "center": [ + 141, + 17 + ], + "peak": [ + 144, + 22 + ], + "area_cells": 180 + }, + { + "id": "range_40", + "name": null, + "center": [ + 142, + 44 + ], + "peak": [ + 142, + 45 + ], + "area_cells": 85 + }, + { + "id": "range_41", + "name": null, + "center": [ + 144, + 140 + ], + "peak": [ + 143, + 141 + ], + "area_cells": 191 + }, + { + "id": "range_42", + "name": null, + "center": [ + 151, + 88 + ], + "peak": [ + 144, + 72 + ], + "area_cells": 466 + }, + { + "id": "range_47", + "name": null, + "center": [ + 179, + 143 + ], + "peak": [ + 186, + 148 + ], + "area_cells": 814 + }, + { + "id": "range_49", + "name": null, + "center": [ + 205, + 192 + ], + "peak": [ + 226, + 195 + ], + "area_cells": 1336 + }, + { + "id": "range_50", + "name": null, + "center": [ + 192, + 62 + ], + "peak": [ + 198, + 73 + ], + "area_cells": 856 + }, + { + "id": "range_51", + "name": null, + "center": [ + 222, + 16 + ], + "peak": [ + 231, + 8 + ], + "area_cells": 1843 + }, + { + "id": "range_52", + "name": null, + "center": [ + 207, + 330 + ], + "peak": [ + 221, + 331 + ], + "area_cells": 593 + }, + { + "id": "range_53", + "name": null, + "center": [ + 181, + 338 + ], + "peak": [ + 181, + 339 + ], + "area_cells": 26 + }, + { + "id": "range_59", + "name": null, + "center": [ + 231, + 220 + ], + "peak": [ + 219, + 222 + ], + "area_cells": 175 + }, + { + "id": "range_62", + "name": null, + "center": [ + 229, + 73 + ], + "peak": [ + 228, + 73 + ], + "area_cells": 21 + }, + { + "id": "range_65", + "name": null, + "center": [ + 231, + 383 + ], + "peak": [ + 229, + 383 + ], + "area_cells": 25 + }, + { + "id": "range_73", + "name": null, + "center": [ + 249, + 266 + ], + "peak": [ + 250, + 266 + ], + "area_cells": 22 + }, + { + "id": "range_74", + "name": null, + "center": [ + 252, + 206 + ], + "peak": [ + 255, + 207 + ], + "area_cells": 28 + }, + { + "id": "range_75", + "name": null, + "center": [ + 253, + 291 + ], + "peak": [ + 255, + 289 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ac/globe.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/globe.png new file mode 100644 index 000000000..c5236fa45 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/globe.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ac/heightmap.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/heightmap.png new file mode 100644 index 000000000..f8000a725 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ac/index.md b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/index.md new file mode 100644 index 000000000..b28770215 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ244Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2496235647 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 1.109 + period_days: 320.0 + axial_tilt_deg: 11.7 +physical: + gravity_g: 0.7 + oblateness: 0.0008 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.939 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ244Ac + +Barren planet. + +**System:** [GJ-244A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.7g | +| **Atmosphere** | thick | +| **Land** | 99% | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ac/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/markers.json new file mode 100644 index 000000000..39e0cb176 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ac/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 91 + ], + "peak": [ + 0, + 33 + ], + "area_cells": 6293 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 405 + ], + "peak": [ + 0, + 499 + ], + "area_cells": 8422 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 410 + ], + "peak": [ + 63, + 411 + ], + "area_cells": 38 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 481 + ], + "peak": [ + 103, + 463 + ], + "area_cells": 1249 + }, + { + "id": "range_6", + "name": null, + "center": [ + 104, + 13 + ], + "peak": [ + 107, + 0 + ], + "area_cells": 611 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 59 + ], + "peak": [ + 135, + 74 + ], + "area_cells": 1831 + }, + { + "id": "range_8", + "name": null, + "center": [ + 119, + 149 + ], + "peak": [ + 116, + 150 + ], + "area_cells": 190 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 175 + ], + "peak": [ + 153, + 174 + ], + "area_cells": 238 + }, + { + "id": "range_10", + "name": null, + "center": [ + 170, + 440 + ], + "peak": [ + 170, + 444 + ], + "area_cells": 2412 + }, + { + "id": "range_12", + "name": null, + "center": [ + 190, + 25 + ], + "peak": [ + 194, + 28 + ], + "area_cells": 1174 + }, + { + "id": "range_14", + "name": null, + "center": [ + 192, + 501 + ], + "peak": [ + 191, + 498 + ], + "area_cells": 577 + }, + { + "id": "range_16", + "name": null, + "center": [ + 214, + 130 + ], + "peak": [ + 211, + 129 + ], + "area_cells": 46 + }, + { + "id": "range_17", + "name": null, + "center": [ + 251, + 255 + ], + "peak": [ + 254, + 258 + ], + "area_cells": 217 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/globe.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/globe.png new file mode 100644 index 000000000..277065088 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/globe.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/heightmap.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/heightmap.png new file mode 100644 index 000000000..2d5ba45b8 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/index.md b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/index.md new file mode 100644 index 000000000..7bef7df01 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ244Ad +name: Edict +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3336157745 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 3.509 + period_days: 1800.0 + axial_tilt_deg: 59.8 +physical: + gravity_g: 1.1 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Edict + +Frozen planet. + +**System:** [GJ-244A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 1.1g | +| **Atmosphere** | standard | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1800 days | +| **Inhabited** | yes | +| **Population** | 400M | +| **Economy** | service_mixed | +| **Settlement** | cave | + +## Description + + diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json new file mode 100644 index 000000000..72e9030af --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ad/markers.json @@ -0,0 +1,173 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 24 + ], + "area_fraction": 0.008 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 28, + 358 + ], + "area_fraction": 0.0504 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 54, + 150 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 192, + 198 + ], + "area_fraction": 0.1016 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 201, + 110 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 220, + 32 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 207, + 493 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 218, + 367 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 459 + ], + "peak": [ + 110, + 473 + ], + "area_cells": 4962 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 8 + ], + "peak": [ + 128, + 4 + ], + "area_cells": 406 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 166 + ], + "peak": [ + 106, + 154 + ], + "area_cells": 509 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 17 + ], + "peak": [ + 112, + 17 + ], + "area_cells": 92 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 125 + ], + "peak": [ + 115, + 126 + ], + "area_cells": 126 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 22 + ], + "peak": [ + 125, + 24 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/globe.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/globe.png new file mode 100644 index 000000000..df6f80917 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/globe.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/heightmap.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/heightmap.png new file mode 100644 index 000000000..6ed398b94 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/index.md b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/index.md new file mode 100644 index 000000000..7be3a3aa3 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/index.md @@ -0,0 +1,65 @@ +--- +id: GJ244Ae-1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 134602528 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.049 + period_days: 3.0 + axial_tilt_deg: 47.4 +physical: + gravity_g: 0.1 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ244Ae-1 + +Frozen moon. + +**System:** [GJ-244A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Orbit** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/markers.json new file mode 100644 index 000000000..8c7f9bff1 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-1/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 201, + 414 + ], + "area_fraction": 0.1198 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 176, + 64 + ], + "area_fraction": 0.009 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 217, + 238 + ], + "area_fraction": 0.0454 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 207, + 116 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 227, + 31 + ], + "area_fraction": 0.0208 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 250 + ], + "peak": [ + 12, + 426 + ], + "area_cells": 39864 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/globe.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/globe.png new file mode 100644 index 000000000..2a2301dbd Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/globe.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/heightmap.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/heightmap.png new file mode 100644 index 000000000..e23c2bb73 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/index.md b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/index.md new file mode 100644 index 000000000..fa7321544 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ244Ae-2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3826960378 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.095 + period_days: 8.0 + axial_tilt_deg: 41.2 +physical: + gravity_g: 0.07 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.814 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ244Ae-2 + +Barren moon. + +**System:** [GJ-244A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/markers.json b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/markers.json new file mode 100644 index 000000000..3a80781cf --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ae-2/markers.json @@ -0,0 +1,638 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 90 + ], + "peak": [ + 24, + 112 + ], + "area_cells": 4632 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 362 + ], + "peak": [ + 68, + 337 + ], + "area_cells": 5712 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 490 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 418 + }, + { + "id": "range_6", + "name": null, + "center": [ + 12, + 455 + ], + "peak": [ + 17, + 449 + ], + "area_cells": 193 + }, + { + "id": "range_7", + "name": null, + "center": [ + 16, + 249 + ], + "peak": [ + 19, + 250 + ], + "area_cells": 32 + }, + { + "id": "range_8", + "name": null, + "center": [ + 14, + 280 + ], + "peak": [ + 13, + 282 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 21, + 291 + ], + "peak": [ + 20, + 292 + ], + "area_cells": 247 + }, + { + "id": "range_11", + "name": null, + "center": [ + 43, + 182 + ], + "peak": [ + 32, + 175 + ], + "area_cells": 742 + }, + { + "id": "range_17", + "name": null, + "center": [ + 39, + 494 + ], + "peak": [ + 42, + 497 + ], + "area_cells": 72 + }, + { + "id": "range_18", + "name": null, + "center": [ + 75, + 232 + ], + "peak": [ + 99, + 237 + ], + "area_cells": 1456 + }, + { + "id": "range_19", + "name": null, + "center": [ + 46, + 444 + ], + "peak": [ + 45, + 444 + ], + "area_cells": 28 + }, + { + "id": "range_23", + "name": null, + "center": [ + 53, + 134 + ], + "peak": [ + 54, + 134 + ], + "area_cells": 99 + }, + { + "id": "range_25", + "name": null, + "center": [ + 57, + 473 + ], + "peak": [ + 62, + 471 + ], + "area_cells": 87 + }, + { + "id": "range_27", + "name": null, + "center": [ + 50, + 152 + ], + "peak": [ + 51, + 152 + ], + "area_cells": 25 + }, + { + "id": "range_28", + "name": null, + "center": [ + 55, + 289 + ], + "peak": [ + 58, + 293 + ], + "area_cells": 47 + }, + { + "id": "range_29", + "name": null, + "center": [ + 63, + 454 + ], + "peak": [ + 64, + 452 + ], + "area_cells": 234 + }, + { + "id": "range_30", + "name": null, + "center": [ + 62, + 111 + ], + "peak": [ + 63, + 111 + ], + "area_cells": 67 + }, + { + "id": "range_35", + "name": null, + "center": [ + 84, + 4 + ], + "peak": [ + 86, + 0 + ], + "area_cells": 69 + }, + { + "id": "range_36", + "name": null, + "center": [ + 91, + 495 + ], + "peak": [ + 93, + 502 + ], + "area_cells": 555 + }, + { + "id": "range_38", + "name": null, + "center": [ + 97, + 459 + ], + "peak": [ + 100, + 462 + ], + "area_cells": 221 + }, + { + "id": "range_40", + "name": null, + "center": [ + 117, + 46 + ], + "peak": [ + 135, + 2 + ], + "area_cells": 2035 + }, + { + "id": "range_41", + "name": null, + "center": [ + 99, + 123 + ], + "peak": [ + 99, + 132 + ], + "area_cells": 165 + }, + { + "id": "range_42", + "name": null, + "center": [ + 105, + 428 + ], + "peak": [ + 105, + 428 + ], + "area_cells": 45 + }, + { + "id": "range_44", + "name": null, + "center": [ + 114, + 241 + ], + "peak": [ + 113, + 242 + ], + "area_cells": 65 + }, + { + "id": "range_45", + "name": null, + "center": [ + 137, + 488 + ], + "peak": [ + 134, + 511 + ], + "area_cells": 887 + }, + { + "id": "range_46", + "name": null, + "center": [ + 128, + 207 + ], + "peak": [ + 128, + 204 + ], + "area_cells": 144 + }, + { + "id": "range_47", + "name": null, + "center": [ + 129, + 160 + ], + "peak": [ + 129, + 160 + ], + "area_cells": 177 + }, + { + "id": "range_48", + "name": null, + "center": [ + 134, + 229 + ], + "peak": [ + 132, + 229 + ], + "area_cells": 163 + }, + { + "id": "range_49", + "name": null, + "center": [ + 145, + 111 + ], + "peak": [ + 147, + 116 + ], + "area_cells": 688 + }, + { + "id": "range_50", + "name": null, + "center": [ + 135, + 436 + ], + "peak": [ + 136, + 437 + ], + "area_cells": 51 + }, + { + "id": "range_51", + "name": null, + "center": [ + 151, + 59 + ], + "peak": [ + 152, + 59 + ], + "area_cells": 186 + }, + { + "id": "range_52", + "name": null, + "center": [ + 143, + 254 + ], + "peak": [ + 144, + 254 + ], + "area_cells": 27 + }, + { + "id": "range_54", + "name": null, + "center": [ + 165, + 448 + ], + "peak": [ + 155, + 450 + ], + "area_cells": 179 + }, + { + "id": "range_55", + "name": null, + "center": [ + 158, + 227 + ], + "peak": [ + 159, + 228 + ], + "area_cells": 31 + }, + { + "id": "range_56", + "name": null, + "center": [ + 160, + 507 + ], + "peak": [ + 160, + 507 + ], + "area_cells": 21 + }, + { + "id": "range_58", + "name": null, + "center": [ + 178, + 406 + ], + "peak": [ + 185, + 412 + ], + "area_cells": 203 + }, + { + "id": "range_60", + "name": null, + "center": [ + 170, + 104 + ], + "peak": [ + 171, + 105 + ], + "area_cells": 33 + }, + { + "id": "range_61", + "name": null, + "center": [ + 176, + 383 + ], + "peak": [ + 179, + 385 + ], + "area_cells": 204 + }, + { + "id": "range_62", + "name": null, + "center": [ + 180, + 90 + ], + "peak": [ + 181, + 90 + ], + "area_cells": 146 + }, + { + "id": "range_64", + "name": null, + "center": [ + 196, + 140 + ], + "peak": [ + 190, + 125 + ], + "area_cells": 1049 + }, + { + "id": "range_65", + "name": null, + "center": [ + 177, + 299 + ], + "peak": [ + 178, + 299 + ], + "area_cells": 40 + }, + { + "id": "range_69", + "name": null, + "center": [ + 235, + 320 + ], + "peak": [ + 207, + 382 + ], + "area_cells": 7673 + }, + { + "id": "range_71", + "name": null, + "center": [ + 196, + 110 + ], + "peak": [ + 195, + 110 + ], + "area_cells": 36 + }, + { + "id": "range_72", + "name": null, + "center": [ + 194, + 196 + ], + "peak": [ + 195, + 197 + ], + "area_cells": 28 + }, + { + "id": "range_74", + "name": null, + "center": [ + 196, + 293 + ], + "peak": [ + 197, + 294 + ], + "area_cells": 22 + }, + { + "id": "range_78", + "name": null, + "center": [ + 212, + 335 + ], + "peak": [ + 212, + 335 + ], + "area_cells": 20 + }, + { + "id": "range_80", + "name": null, + "center": [ + 244, + 493 + ], + "peak": [ + 245, + 495 + ], + "area_cells": 37 + }, + { + "id": "range_81", + "name": null, + "center": [ + 251, + 53 + ], + "peak": [ + 255, + 52 + ], + "area_cells": 544 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae/globe.png b/wiki/star-systems/GJ-244A/bodies/GJ244Ae/globe.png new file mode 100644 index 000000000..6c3e620d6 Binary files /dev/null and b/wiki/star-systems/GJ-244A/bodies/GJ244Ae/globe.png differ diff --git a/wiki/star-systems/GJ-244A/bodies/GJ244Ae/index.md b/wiki/star-systems/GJ-244A/bodies/GJ244Ae/index.md new file mode 100644 index 000000000..a8c7a1d18 --- /dev/null +++ b/wiki/star-systems/GJ-244A/bodies/GJ244Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ244Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2421376629 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 6.463 + period_days: 4500.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: null + oblateness: 0.0695 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.163 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.112 +--- + +# GJ244Ae + +Gas giant. + +**System:** [GJ-244A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4500 days | + +## Description + + 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/bodies/GJ250Ab/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/globe.png new file mode 100644 index 000000000..3e309c6b7 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ab/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/heightmap.png new file mode 100644 index 000000000..aeb95581f Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ab/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/index.md new file mode 100644 index 000000000..734747aed --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ250Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4219128597 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 2.3 +physical: + gravity_g: 0.35 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.967 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ab + +Barren planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ab/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/markers.json new file mode 100644 index 000000000..c3a33f3a9 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ab/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 220 + ], + "peak": [ + 102, + 215 + ], + "area_cells": 1420 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 254 + ], + "peak": [ + 51, + 252 + ], + "area_cells": 125 + }, + { + "id": "range_3", + "name": null, + "center": [ + 66, + 162 + ], + "peak": [ + 67, + 163 + ], + "area_cells": 60 + }, + { + "id": "range_4", + "name": null, + "center": [ + 141, + 386 + ], + "peak": [ + 171, + 385 + ], + "area_cells": 6109 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 172 + ], + "peak": [ + 85, + 172 + ], + "area_cells": 72 + }, + { + "id": "range_9", + "name": null, + "center": [ + 94, + 98 + ], + "peak": [ + 93, + 98 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 113, + 154 + ], + "peak": [ + 111, + 154 + ], + "area_cells": 611 + }, + { + "id": "range_15", + "name": null, + "center": [ + 114, + 258 + ], + "peak": [ + 114, + 259 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 131, + 243 + ], + "peak": [ + 125, + 244 + ], + "area_cells": 357 + }, + { + "id": "range_23", + "name": null, + "center": [ + 140, + 77 + ], + "peak": [ + 140, + 77 + ], + "area_cells": 75 + }, + { + "id": "range_24", + "name": null, + "center": [ + 182, + 127 + ], + "peak": [ + 194, + 139 + ], + "area_cells": 3133 + }, + { + "id": "range_25", + "name": null, + "center": [ + 155, + 187 + ], + "peak": [ + 157, + 188 + ], + "area_cells": 33 + }, + { + "id": "range_26", + "name": null, + "center": [ + 160, + 233 + ], + "peak": [ + 160, + 236 + ], + "area_cells": 174 + }, + { + "id": "range_28", + "name": null, + "center": [ + 193, + 177 + ], + "peak": [ + 198, + 175 + ], + "area_cells": 471 + }, + { + "id": "range_32", + "name": null, + "center": [ + 189, + 478 + ], + "peak": [ + 190, + 478 + ], + "area_cells": 126 + }, + { + "id": "range_35", + "name": null, + "center": [ + 206, + 418 + ], + "peak": [ + 206, + 419 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ac/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/globe.png new file mode 100644 index 000000000..03105c65a Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ac/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/heightmap.png new file mode 100644 index 000000000..8e9582ed5 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ac/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/index.md new file mode 100644 index 000000000..458a2d27d --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ250Ac +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4070224049 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.262 + period_days: 55.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.48 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.837 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.154 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ac + +Arid planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ac/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/markers.json new file mode 100644 index 000000000..76b0aa92d --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ac/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 153, + 357 + ], + "peak": [ + 160, + 361 + ], + "area_cells": 503 + }, + { + "id": "range_2", + "name": null, + "center": [ + 226, + 335 + ], + "peak": [ + 245, + 389 + ], + "area_cells": 18240 + }, + { + "id": "range_3", + "name": null, + "center": [ + 229, + 29 + ], + "peak": [ + 226, + 6 + ], + "area_cells": 2487 + }, + { + "id": "range_5", + "name": null, + "center": [ + 206, + 97 + ], + "peak": [ + 207, + 100 + ], + "area_cells": 102 + }, + { + "id": "range_6", + "name": null, + "center": [ + 213, + 338 + ], + "peak": [ + 219, + 331 + ], + "area_cells": 127 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/globe.png new file mode 100644 index 000000000..328ac7707 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/heightmap.png new file mode 100644 index 000000000..c253e9a2a Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/index.md new file mode 100644 index 000000000..ee4359a14 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ250Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1258534323 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.05 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.981 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ad-1 + +Barren moon. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/markers.json new file mode 100644 index 000000000..0ed39de80 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ad-1/markers.json @@ -0,0 +1,521 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 95 + ], + "peak": [ + 69, + 127 + ], + "area_cells": 5238 + }, + { + "id": "range_3", + "name": null, + "center": [ + 24, + 397 + ], + "peak": [ + 34, + 330 + ], + "area_cells": 7350 + }, + { + "id": "range_12", + "name": null, + "center": [ + 32, + 169 + ], + "peak": [ + 33, + 170 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 40, + 201 + ], + "peak": [ + 43, + 200 + ], + "area_cells": 89 + }, + { + "id": "range_18", + "name": null, + "center": [ + 65, + 403 + ], + "peak": [ + 62, + 399 + ], + "area_cells": 402 + }, + { + "id": "range_21", + "name": null, + "center": [ + 63, + 460 + ], + "peak": [ + 65, + 459 + ], + "area_cells": 112 + }, + { + "id": "range_22", + "name": null, + "center": [ + 64, + 433 + ], + "peak": [ + 59, + 435 + ], + "area_cells": 57 + }, + { + "id": "range_23", + "name": null, + "center": [ + 70, + 499 + ], + "peak": [ + 81, + 511 + ], + "area_cells": 416 + }, + { + "id": "range_25", + "name": null, + "center": [ + 68, + 327 + ], + "peak": [ + 69, + 328 + ], + "area_cells": 44 + }, + { + "id": "range_26", + "name": null, + "center": [ + 83, + 3 + ], + "peak": [ + 81, + 0 + ], + "area_cells": 123 + }, + { + "id": "range_27", + "name": null, + "center": [ + 81, + 101 + ], + "peak": [ + 81, + 101 + ], + "area_cells": 65 + }, + { + "id": "range_28", + "name": null, + "center": [ + 87, + 472 + ], + "peak": [ + 91, + 477 + ], + "area_cells": 143 + }, + { + "id": "range_29", + "name": null, + "center": [ + 93, + 381 + ], + "peak": [ + 93, + 382 + ], + "area_cells": 35 + }, + { + "id": "range_32", + "name": null, + "center": [ + 122, + 201 + ], + "peak": [ + 119, + 203 + ], + "area_cells": 536 + }, + { + "id": "range_33", + "name": null, + "center": [ + 106, + 11 + ], + "peak": [ + 105, + 12 + ], + "area_cells": 20 + }, + { + "id": "range_34", + "name": null, + "center": [ + 107, + 413 + ], + "peak": [ + 109, + 414 + ], + "area_cells": 67 + }, + { + "id": "range_36", + "name": null, + "center": [ + 117, + 392 + ], + "peak": [ + 122, + 390 + ], + "area_cells": 107 + }, + { + "id": "range_37", + "name": null, + "center": [ + 117, + 246 + ], + "peak": [ + 114, + 247 + ], + "area_cells": 129 + }, + { + "id": "range_38", + "name": null, + "center": [ + 125, + 277 + ], + "peak": [ + 129, + 283 + ], + "area_cells": 201 + }, + { + "id": "range_39", + "name": null, + "center": [ + 118, + 1 + ], + "peak": [ + 117, + 0 + ], + "area_cells": 48 + }, + { + "id": "range_40", + "name": null, + "center": [ + 134, + 131 + ], + "peak": [ + 138, + 138 + ], + "area_cells": 193 + }, + { + "id": "range_41", + "name": null, + "center": [ + 121, + 502 + ], + "peak": [ + 121, + 506 + ], + "area_cells": 230 + }, + { + "id": "range_42", + "name": null, + "center": [ + 191, + 397 + ], + "peak": [ + 175, + 328 + ], + "area_cells": 9969 + }, + { + "id": "range_45", + "name": null, + "center": [ + 141, + 409 + ], + "peak": [ + 141, + 416 + ], + "area_cells": 406 + }, + { + "id": "range_47", + "name": null, + "center": [ + 144, + 237 + ], + "peak": [ + 141, + 236 + ], + "area_cells": 152 + }, + { + "id": "range_49", + "name": null, + "center": [ + 190, + 33 + ], + "peak": [ + 198, + 52 + ], + "area_cells": 4439 + }, + { + "id": "range_52", + "name": null, + "center": [ + 157, + 162 + ], + "peak": [ + 158, + 165 + ], + "area_cells": 29 + }, + { + "id": "range_55", + "name": null, + "center": [ + 214, + 150 + ], + "peak": [ + 235, + 160 + ], + "area_cells": 1795 + }, + { + "id": "range_58", + "name": null, + "center": [ + 173, + 434 + ], + "peak": [ + 172, + 434 + ], + "area_cells": 49 + }, + { + "id": "range_61", + "name": null, + "center": [ + 175, + 193 + ], + "peak": [ + 175, + 194 + ], + "area_cells": 37 + }, + { + "id": "range_68", + "name": null, + "center": [ + 192, + 245 + ], + "peak": [ + 196, + 244 + ], + "area_cells": 24 + }, + { + "id": "range_71", + "name": null, + "center": [ + 229, + 92 + ], + "peak": [ + 215, + 92 + ], + "area_cells": 672 + }, + { + "id": "range_72", + "name": null, + "center": [ + 212, + 192 + ], + "peak": [ + 205, + 194 + ], + "area_cells": 87 + }, + { + "id": "range_77", + "name": null, + "center": [ + 241, + 196 + ], + "peak": [ + 238, + 189 + ], + "area_cells": 254 + }, + { + "id": "range_78", + "name": null, + "center": [ + 228, + 250 + ], + "peak": [ + 225, + 246 + ], + "area_cells": 150 + }, + { + "id": "range_81", + "name": null, + "center": [ + 231, + 266 + ], + "peak": [ + 228, + 267 + ], + "area_cells": 33 + }, + { + "id": "range_85", + "name": null, + "center": [ + 251, + 242 + ], + "peak": [ + 254, + 239 + ], + "area_cells": 61 + }, + { + "id": "range_90", + "name": null, + "center": [ + 253, + 221 + ], + "peak": [ + 255, + 223 + ], + "area_cells": 117 + }, + { + "id": "range_93", + "name": null, + "center": [ + 254, + 162 + ], + "peak": [ + 255, + 161 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/globe.png new file mode 100644 index 000000000..63d45a3ac Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/heightmap.png new file mode 100644 index 000000000..3a5123904 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/index.md new file mode 100644 index 000000000..666b0c4a0 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ250Ad +name: Heaviside +body_type: planet +planet_class: temperate +body_scale: planet +seed: 574470797 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.465 + period_days: 130.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.88 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.947 + polar_ice_lat: 0.698 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.55 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Heaviside + +Temperate planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 95% | +| **Year** | 130 days | +| **Inhabited** | yes | +| **Population** | 60M | +| **Economy** | transit | +| **Settlement** | urban | +| **Industry** | gate_corp | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ad/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/markers.json new file mode 100644 index 000000000..836a57e28 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ad/markers.json @@ -0,0 +1,911 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 144, + 76 + ], + [ + 143, + 77 + ], + [ + 142, + 78 + ], + [ + 141, + 79 + ], + [ + 140, + 80 + ], + [ + 139, + 81 + ], + [ + 138, + 82 + ], + [ + 137, + 82 + ], + [ + 136, + 82 + ], + [ + 135, + 83 + ], + [ + 134, + 82 + ], + [ + 133, + 81 + ], + [ + 132, + 80 + ], + [ + 131, + 79 + ], + [ + 130, + 78 + ], + [ + 129, + 77 + ], + [ + 129, + 76 + ], + [ + 128, + 75 + ], + [ + 127, + 74 + ], + [ + 126, + 73 + ], + [ + 127, + 72 + ], + [ + 127, + 71 + ], + [ + 126, + 70 + ], + [ + 127, + 69 + ], + [ + 127, + 68 + ], + [ + 127, + 67 + ], + [ + 127, + 66 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 109, + 108 + ], + [ + 108, + 109 + ], + [ + 109, + 110 + ], + [ + 108, + 111 + ], + [ + 109, + 112 + ], + [ + 108, + 113 + ], + [ + 107, + 114 + ], + [ + 106, + 115 + ], + [ + 105, + 116 + ], + [ + 104, + 117 + ], + [ + 104, + 118 + ], + [ + 103, + 119 + ], + [ + 104, + 120 + ], + [ + 103, + 121 + ], + [ + 104, + 122 + ], + [ + 104, + 123 + ], + [ + 103, + 124 + ], + [ + 103, + 125 + ], + [ + 104, + 124 + ], + [ + 103, + 123 + ], + [ + 103, + 122 + ], + [ + 102, + 123 + ], + [ + 102, + 124 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 134, + 9 + ], + [ + 135, + 8 + ], + [ + 136, + 7 + ], + [ + 137, + 6 + ], + [ + 138, + 6 + ], + [ + 139, + 5 + ], + [ + 140, + 5 + ], + [ + 140, + 4 + ], + [ + 140, + 3 + ], + [ + 139, + 2 + ], + [ + 139, + 1 + ], + [ + 138, + 0 + ], + [ + 137, + 511 + ], + [ + 138, + 511 + ], + [ + 139, + 511 + ], + [ + 140, + 511 + ], + [ + 140, + 510 + ], + [ + 140, + 509 + ], + [ + 139, + 510 + ], + [ + 138, + 510 + ], + [ + 138, + 509 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 137, + 394 + ], + [ + 138, + 394 + ], + [ + 139, + 395 + ], + [ + 140, + 395 + ], + [ + 141, + 394 + ], + [ + 142, + 393 + ], + [ + 143, + 393 + ], + [ + 144, + 394 + ], + [ + 144, + 395 + ], + [ + 143, + 394 + ], + [ + 144, + 393 + ], + [ + 145, + 392 + ], + [ + 144, + 391 + ], + [ + 143, + 391 + ], + [ + 142, + 390 + ], + [ + 141, + 389 + ], + [ + 142, + 388 + ], + [ + 143, + 387 + ], + [ + 142, + 386 + ], + [ + 141, + 385 + ], + [ + 140, + 384 + ], + [ + 140, + 383 + ], + [ + 139, + 382 + ], + [ + 140, + 381 + ], + [ + 139, + 380 + ], + [ + 139, + 379 + ], + [ + 139, + 378 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 37, + 58 + ], + [ + 36, + 57 + ], + [ + 35, + 57 + ], + [ + 34, + 57 + ], + [ + 33, + 58 + ], + [ + 32, + 59 + ], + [ + 31, + 60 + ], + [ + 32, + 61 + ], + [ + 31, + 62 + ], + [ + 32, + 62 + ], + [ + 32, + 63 + ], + [ + 31, + 64 + ], + [ + 31, + 65 + ], + [ + 32, + 66 + ], + [ + 32, + 67 + ], + [ + 31, + 68 + ], + [ + 30, + 69 + ], + [ + 31, + 70 + ], + [ + 31, + 71 + ], + [ + 32, + 71 + ], + [ + 31, + 72 + ], + [ + 32, + 72 + ], + [ + 33, + 71 + ], + [ + 32, + 70 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 28, + 394 + ], + [ + 29, + 394 + ], + [ + 30, + 395 + ], + [ + 31, + 395 + ], + [ + 32, + 394 + ], + [ + 33, + 393 + ], + [ + 34, + 392 + ], + [ + 35, + 391 + ], + [ + 36, + 390 + ], + [ + 37, + 389 + ], + [ + 38, + 388 + ], + [ + 38, + 387 + ], + [ + 37, + 386 + ], + [ + 38, + 386 + ], + [ + 37, + 387 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 56, + 120 + ], + [ + 57, + 120 + ], + [ + 58, + 119 + ], + [ + 59, + 118 + ], + [ + 60, + 119 + ], + [ + 61, + 118 + ], + [ + 62, + 118 + ], + [ + 63, + 118 + ], + [ + 64, + 119 + ], + [ + 65, + 120 + ], + [ + 66, + 121 + ], + [ + 67, + 121 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 100, + 54 + ], + [ + 99, + 53 + ], + [ + 98, + 53 + ], + [ + 97, + 54 + ], + [ + 96, + 55 + ], + [ + 95, + 56 + ], + [ + 94, + 57 + ], + [ + 93, + 58 + ], + [ + 92, + 59 + ], + [ + 91, + 60 + ], + [ + 90, + 60 + ], + [ + 89, + 61 + ], + [ + 88, + 62 + ], + [ + 87, + 63 + ], + [ + 86, + 64 + ], + [ + 85, + 65 + ], + [ + 84, + 65 + ], + [ + 84, + 66 + ], + [ + 85, + 66 + ], + [ + 86, + 66 + ], + [ + 85, + 67 + ], + [ + 84, + 67 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 49, + 88 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 80, + 328 + ], + "area_fraction": 0.0451 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 145, + 214 + ], + "peak": [ + 169, + 254 + ], + "area_cells": 7332 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 184 + ], + "peak": [ + 72, + 183 + ], + "area_cells": 145 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 2 + ], + "peak": [ + 91, + 0 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 492 + ], + "peak": [ + 88, + 485 + ], + "area_cells": 362 + }, + { + "id": "range_5", + "name": null, + "center": [ + 101, + 174 + ], + "peak": [ + 102, + 177 + ], + "area_cells": 132 + }, + { + "id": "range_6", + "name": null, + "center": [ + 115, + 466 + ], + "peak": [ + 116, + 467 + ], + "area_cells": 90 + }, + { + "id": "range_7", + "name": null, + "center": [ + 146, + 79 + ], + "peak": [ + 144, + 76 + ], + "area_cells": 61 + }, + { + "id": "range_8", + "name": null, + "center": [ + 199, + 35 + ], + "peak": [ + 206, + 21 + ], + "area_cells": 1097 + }, + { + "id": "range_9", + "name": null, + "center": [ + 205, + 128 + ], + "peak": [ + 195, + 117 + ], + "area_cells": 3331 + }, + { + "id": "range_10", + "name": null, + "center": [ + 219, + 497 + ], + "peak": [ + 215, + 511 + ], + "area_cells": 236 + }, + { + "id": "range_13", + "name": null, + "center": [ + 245, + 234 + ], + "peak": [ + 245, + 234 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ae/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/globe.png new file mode 100644 index 000000000..fd2cdb108 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ae/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/heightmap.png new file mode 100644 index 000000000..564d6b5b8 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ae/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/index.md new file mode 100644 index 000000000..1d5abc9da --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ250Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2153028346 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 24.2 +physical: + gravity_g: 0.4 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.898 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.121 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ae + +Arid planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ae/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/markers.json new file mode 100644 index 000000000..049eac270 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ae/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 280 + ], + "peak": [ + 86, + 281 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 189, + 370 + ], + "peak": [ + 201, + 324 + ], + "area_cells": 15101 + }, + { + "id": "range_3", + "name": null, + "center": [ + 141, + 185 + ], + "peak": [ + 141, + 186 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 156, + 154 + ], + "peak": [ + 157, + 156 + ], + "area_cells": 604 + }, + { + "id": "range_6", + "name": null, + "center": [ + 172, + 19 + ], + "peak": [ + 175, + 12 + ], + "area_cells": 223 + }, + { + "id": "range_7", + "name": null, + "center": [ + 195, + 210 + ], + "peak": [ + 197, + 209 + ], + "area_cells": 58 + }, + { + "id": "range_8", + "name": null, + "center": [ + 203, + 245 + ], + "peak": [ + 202, + 245 + ], + "area_cells": 37 + }, + { + "id": "range_9", + "name": null, + "center": [ + 209, + 206 + ], + "peak": [ + 207, + 209 + ], + "area_cells": 58 + }, + { + "id": "range_10", + "name": null, + "center": [ + 211, + 274 + ], + "peak": [ + 214, + 274 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Af/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Af/globe.png new file mode 100644 index 000000000..a387594af Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Af/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Af/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Af/heightmap.png new file mode 100644 index 000000000..8efa873c2 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Af/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Af/index.md new file mode 100644 index 000000000..8f5da6512 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ250Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 168655073 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: 0.32 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.403 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Af + +Frozen planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Af/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Af/markers.json new file mode 100644 index 000000000..07b525daf --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Af/markers.json @@ -0,0 +1,160 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 393 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 119, + 301 + ], + "area_fraction": 0.1488 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 93, + 474 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 131, + 47 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 156, + 16 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 151, + 145 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_46", + "name": null, + "kind": "sea", + "center": [ + 231, + 69 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 243, + 303 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 18 + ], + "peak": [ + 0, + 13 + ], + "area_cells": 1139 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 122 + ], + "peak": [ + 74, + 152 + ], + "area_cells": 8027 + }, + { + "id": "range_3", + "name": null, + "center": [ + 24, + 468 + ], + "peak": [ + 16, + 483 + ], + "area_cells": 3271 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 51 + ], + "peak": [ + 56, + 51 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 242, + 194 + ], + "peak": [ + 245, + 194 + ], + "area_cells": 186 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/globe.png new file mode 100644 index 000000000..9afeacf63 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/heightmap.png new file mode 100644 index 000000000..fdd40ad94 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/index.md new file mode 100644 index 000000000..c043c03ad --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ250Ag-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2451990467 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 14.6 +physical: + gravity_g: 0.06 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.919 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ag-1 + +Barren moon. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/markers.json new file mode 100644 index 000000000..f06605d1c --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-1/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 28, + 447 + ], + "peak": [ + 30, + 447 + ], + "area_cells": 106 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 281 + ], + "peak": [ + 25, + 281 + ], + "area_cells": 52 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 433 + ], + "peak": [ + 28, + 433 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 35, + 252 + ], + "peak": [ + 38, + 253 + ], + "area_cells": 52 + }, + { + "id": "range_7", + "name": null, + "center": [ + 30, + 268 + ], + "peak": [ + 29, + 269 + ], + "area_cells": 36 + }, + { + "id": "range_8", + "name": null, + "center": [ + 31, + 426 + ], + "peak": [ + 31, + 427 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 284 + ], + "peak": [ + 76, + 278 + ], + "area_cells": 359 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 508 + ], + "peak": [ + 95, + 511 + ], + "area_cells": 37 + }, + { + "id": "range_14", + "name": null, + "center": [ + 110, + 8 + ], + "peak": [ + 98, + 1 + ], + "area_cells": 211 + }, + { + "id": "range_15", + "name": null, + "center": [ + 102, + 419 + ], + "peak": [ + 102, + 420 + ], + "area_cells": 27 + }, + { + "id": "range_16", + "name": null, + "center": [ + 102, + 248 + ], + "peak": [ + 102, + 248 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 107, + 49 + ], + "peak": [ + 106, + 49 + ], + "area_cells": 122 + }, + { + "id": "range_20", + "name": null, + "center": [ + 133, + 284 + ], + "peak": [ + 122, + 286 + ], + "area_cells": 984 + }, + { + "id": "range_23", + "name": null, + "center": [ + 123, + 442 + ], + "peak": [ + 127, + 441 + ], + "area_cells": 105 + }, + { + "id": "range_24", + "name": null, + "center": [ + 140, + 70 + ], + "peak": [ + 130, + 65 + ], + "area_cells": 727 + }, + { + "id": "range_27", + "name": null, + "center": [ + 119, + 320 + ], + "peak": [ + 119, + 320 + ], + "area_cells": 27 + }, + { + "id": "range_28", + "name": null, + "center": [ + 126, + 397 + ], + "peak": [ + 127, + 397 + ], + "area_cells": 76 + }, + { + "id": "range_29", + "name": null, + "center": [ + 142, + 229 + ], + "peak": [ + 148, + 229 + ], + "area_cells": 545 + }, + { + "id": "range_30", + "name": null, + "center": [ + 132, + 162 + ], + "peak": [ + 129, + 161 + ], + "area_cells": 22 + }, + { + "id": "range_31", + "name": null, + "center": [ + 134, + 325 + ], + "peak": [ + 133, + 327 + ], + "area_cells": 49 + }, + { + "id": "range_32", + "name": null, + "center": [ + 157, + 432 + ], + "peak": [ + 145, + 480 + ], + "area_cells": 2017 + }, + { + "id": "range_33", + "name": null, + "center": [ + 154, + 24 + ], + "peak": [ + 162, + 28 + ], + "area_cells": 472 + }, + { + "id": "range_34", + "name": null, + "center": [ + 139, + 503 + ], + "peak": [ + 140, + 503 + ], + "area_cells": 121 + }, + { + "id": "range_36", + "name": null, + "center": [ + 197, + 138 + ], + "peak": [ + 150, + 141 + ], + "area_cells": 6632 + }, + { + "id": "range_38", + "name": null, + "center": [ + 202, + 78 + ], + "peak": [ + 197, + 89 + ], + "area_cells": 610 + }, + { + "id": "range_40", + "name": null, + "center": [ + 179, + 317 + ], + "peak": [ + 180, + 312 + ], + "area_cells": 121 + }, + { + "id": "range_43", + "name": null, + "center": [ + 203, + 44 + ], + "peak": [ + 202, + 45 + ], + "area_cells": 20 + }, + { + "id": "range_46", + "name": null, + "center": [ + 208, + 428 + ], + "peak": [ + 209, + 429 + ], + "area_cells": 58 + }, + { + "id": "range_51", + "name": null, + "center": [ + 238, + 39 + ], + "peak": [ + 239, + 40 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/globe.png new file mode 100644 index 000000000..4f3937978 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/heightmap.png new file mode 100644 index 000000000..18c9d8beb Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/index.md new file mode 100644 index 000000000..884c96dbb --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ250Ag-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1799031750 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 38.2 +physical: + gravity_g: 0.04 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.874 + polar_ice_lat: 0.062 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ag-2 + +Frozen moon. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/markers.json new file mode 100644 index 000000000..492d326c4 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ag-2/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 125 + ], + "area_fraction": 0.0599 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 5, + 338 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 23, + 444 + ], + "area_fraction": 0.0343 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 383 + ], + "peak": [ + 94, + 383 + ], + "area_cells": 78 + }, + { + "id": "range_8", + "name": null, + "center": [ + 217, + 280 + ], + "peak": [ + 248, + 313 + ], + "area_cells": 10007 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 105 + ], + "peak": [ + 175, + 103 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 213, + 52 + ], + "peak": [ + 226, + 37 + ], + "area_cells": 4095 + }, + { + "id": "range_12", + "name": null, + "center": [ + 212, + 484 + ], + "peak": [ + 216, + 485 + ], + "area_cells": 1990 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ag/globe.png new file mode 100644 index 000000000..e2c5dc30e Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ag/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ag/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ag/index.md new file mode 100644 index 000000000..d692b5560 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ag/index.md @@ -0,0 +1,70 @@ +--- +id: GJ250Ag +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 4129193720 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 14.9 +physical: + gravity_g: null + oblateness: 0.0583 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.125 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.091 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.53 + opacity_base: 0.6 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ250Ag + +Gas giant. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ah/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/globe.png new file mode 100644 index 000000000..e787a84db Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ah/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/heightmap.png new file mode 100644 index 000000000..4dd3443f2 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ah/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/index.md new file mode 100644 index 000000000..b4a486184 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ250Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3860550800 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.942 + period_days: 4500.0 + axial_tilt_deg: 54.3 +physical: + gravity_g: 0.22 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.835 + polar_ice_lat: 0.147 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ah + +Frozen planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ah/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/markers.json new file mode 100644 index 000000000..4705d8ae3 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ah/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 33 + ], + "area_fraction": 0.021 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 22, + 319 + ], + "area_fraction": 0.1119 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 59, + 418 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 94, + 254 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 130, + 58 + ], + "peak": [ + 128, + 59 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 132, + 387 + ], + "peak": [ + 133, + 387 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 143, + 67 + ], + "peak": [ + 143, + 67 + ], + "area_cells": 83 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 220 + ], + "peak": [ + 148, + 220 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 213, + 267 + ], + "peak": [ + 206, + 293 + ], + "area_cells": 40106 + }, + { + "id": "range_11", + "name": null, + "center": [ + 161, + 114 + ], + "peak": [ + 162, + 114 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ai/globe.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/globe.png new file mode 100644 index 000000000..fb46e18e0 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/globe.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ai/heightmap.png b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/heightmap.png new file mode 100644 index 000000000..b2362e318 Binary files /dev/null and b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ai/index.md b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/index.md new file mode 100644 index 000000000..765573a2a --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ250Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1727473179 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.552 + period_days: 8500.0 + axial_tilt_deg: 51.1 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.76 + polar_ice_lat: 0.056 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ250Ai + +Frozen planet. + +**System:** [GJ-250A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 8500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-250A/bodies/GJ250Ai/markers.json b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/markers.json new file mode 100644 index 000000000..9692ee4a8 --- /dev/null +++ b/wiki/star-systems/GJ-250A/bodies/GJ250Ai/markers.json @@ -0,0 +1,345 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 98 + ], + "area_fraction": 0.0698 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 298 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 37, + 461 + ], + "area_fraction": 0.0509 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 50, + 241 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 105, + 422 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 219, + 221 + ], + "area_fraction": 0.0702 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 181, + 243 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 353 + ], + "peak": [ + 62, + 341 + ], + "area_cells": 428 + }, + { + "id": "range_2", + "name": null, + "center": [ + 63, + 81 + ], + "peak": [ + 60, + 70 + ], + "area_cells": 113 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 134 + ], + "peak": [ + 76, + 136 + ], + "area_cells": 259 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 76 + ], + "peak": [ + 76, + 75 + ], + "area_cells": 324 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 279 + ], + "peak": [ + 103, + 306 + ], + "area_cells": 3071 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 483 + ], + "peak": [ + 119, + 511 + ], + "area_cells": 2246 + }, + { + "id": "range_9", + "name": null, + "center": [ + 107, + 39 + ], + "peak": [ + 114, + 1 + ], + "area_cells": 2671 + }, + { + "id": "range_13", + "name": null, + "center": [ + 104, + 201 + ], + "peak": [ + 102, + 200 + ], + "area_cells": 116 + }, + { + "id": "range_14", + "name": null, + "center": [ + 125, + 373 + ], + "peak": [ + 131, + 398 + ], + "area_cells": 1232 + }, + { + "id": "range_15", + "name": null, + "center": [ + 130, + 199 + ], + "peak": [ + 138, + 201 + ], + "area_cells": 576 + }, + { + "id": "range_16", + "name": null, + "center": [ + 119, + 152 + ], + "peak": [ + 120, + 152 + ], + "area_cells": 48 + }, + { + "id": "range_18", + "name": null, + "center": [ + 140, + 33 + ], + "peak": [ + 139, + 33 + ], + "area_cells": 91 + }, + { + "id": "range_19", + "name": null, + "center": [ + 140, + 56 + ], + "peak": [ + 141, + 58 + ], + "area_cells": 40 + }, + { + "id": "range_20", + "name": null, + "center": [ + 158, + 493 + ], + "peak": [ + 164, + 496 + ], + "area_cells": 878 + }, + { + "id": "range_21", + "name": null, + "center": [ + 193, + 41 + ], + "peak": [ + 193, + 10 + ], + "area_cells": 5222 + }, + { + "id": "range_22", + "name": null, + "center": [ + 163, + 98 + ], + "peak": [ + 163, + 100 + ], + "area_cells": 43 + }, + { + "id": "range_24", + "name": null, + "center": [ + 191, + 463 + ], + "peak": [ + 202, + 471 + ], + "area_cells": 612 + }, + { + "id": "range_25", + "name": null, + "center": [ + 176, + 406 + ], + "peak": [ + 176, + 417 + ], + "area_cells": 258 + }, + { + "id": "range_27", + "name": null, + "center": [ + 218, + 442 + ], + "peak": [ + 217, + 444 + ], + "area_cells": 111 + }, + { + "id": "range_28", + "name": null, + "center": [ + 249, + 454 + ], + "peak": [ + 254, + 464 + ], + "area_cells": 322 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ251b/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251b/globe.png new file mode 100644 index 000000000..5d8adf3f0 Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251b/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251b/heightmap.png b/wiki/star-systems/GJ-251/bodies/GJ251b/heightmap.png new file mode 100644 index 000000000..e162f51c5 Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251b/heightmap.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251b/index.md b/wiki/star-systems/GJ-251/bodies/GJ251b/index.md new file mode 100644 index 000000000..6cc252295 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ251b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3984389104 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 34.2 +physical: + gravity_g: 0.28 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.83 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ251b + +Barren planet. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-251/bodies/GJ251b/markers.json b/wiki/star-systems/GJ-251/bodies/GJ251b/markers.json new file mode 100644 index 000000000..cdea69815 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251b/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 41 + ], + "peak": [ + 144, + 3 + ], + "area_cells": 6828 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 325 + ], + "peak": [ + 8, + 317 + ], + "area_cells": 1261 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 366 + ], + "peak": [ + 1, + 366 + ], + "area_cells": 55 + }, + { + "id": "range_5", + "name": null, + "center": [ + 8, + 394 + ], + "peak": [ + 16, + 400 + ], + "area_cells": 648 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 421 + ], + "peak": [ + 14, + 421 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 16, + 478 + ], + "peak": [ + 15, + 511 + ], + "area_cells": 2392 + }, + { + "id": "range_10", + "name": null, + "center": [ + 45, + 209 + ], + "peak": [ + 53, + 223 + ], + "area_cells": 2011 + }, + { + "id": "range_15", + "name": null, + "center": [ + 22, + 187 + ], + "peak": [ + 25, + 187 + ], + "area_cells": 24 + }, + { + "id": "range_16", + "name": null, + "center": [ + 55, + 439 + ], + "peak": [ + 59, + 442 + ], + "area_cells": 815 + }, + { + "id": "range_20", + "name": null, + "center": [ + 34, + 358 + ], + "peak": [ + 35, + 358 + ], + "area_cells": 27 + }, + { + "id": "range_27", + "name": null, + "center": [ + 42, + 473 + ], + "peak": [ + 41, + 473 + ], + "area_cells": 37 + }, + { + "id": "range_28", + "name": null, + "center": [ + 54, + 405 + ], + "peak": [ + 54, + 407 + ], + "area_cells": 75 + }, + { + "id": "range_35", + "name": null, + "center": [ + 61, + 156 + ], + "peak": [ + 55, + 159 + ], + "area_cells": 198 + }, + { + "id": "range_38", + "name": null, + "center": [ + 59, + 127 + ], + "peak": [ + 58, + 132 + ], + "area_cells": 58 + }, + { + "id": "range_42", + "name": null, + "center": [ + 73, + 174 + ], + "peak": [ + 72, + 173 + ], + "area_cells": 133 + }, + { + "id": "range_43", + "name": null, + "center": [ + 141, + 492 + ], + "peak": [ + 153, + 496 + ], + "area_cells": 3295 + }, + { + "id": "range_45", + "name": null, + "center": [ + 81, + 221 + ], + "peak": [ + 82, + 222 + ], + "area_cells": 24 + }, + { + "id": "range_46", + "name": null, + "center": [ + 109, + 81 + ], + "peak": [ + 117, + 76 + ], + "area_cells": 592 + }, + { + "id": "range_49", + "name": null, + "center": [ + 123, + 246 + ], + "peak": [ + 113, + 255 + ], + "area_cells": 1752 + }, + { + "id": "range_51", + "name": null, + "center": [ + 122, + 123 + ], + "peak": [ + 128, + 127 + ], + "area_cells": 343 + }, + { + "id": "range_52", + "name": null, + "center": [ + 107, + 430 + ], + "peak": [ + 108, + 431 + ], + "area_cells": 24 + }, + { + "id": "range_53", + "name": null, + "center": [ + 135, + 428 + ], + "peak": [ + 135, + 429 + ], + "area_cells": 29 + }, + { + "id": "range_54", + "name": null, + "center": [ + 140, + 64 + ], + "peak": [ + 140, + 65 + ], + "area_cells": 28 + }, + { + "id": "range_57", + "name": null, + "center": [ + 161, + 104 + ], + "peak": [ + 161, + 102 + ], + "area_cells": 500 + }, + { + "id": "range_60", + "name": null, + "center": [ + 166, + 424 + ], + "peak": [ + 164, + 425 + ], + "area_cells": 61 + }, + { + "id": "range_63", + "name": null, + "center": [ + 209, + 25 + ], + "peak": [ + 203, + 29 + ], + "area_cells": 1254 + }, + { + "id": "range_64", + "name": null, + "center": [ + 195, + 463 + ], + "peak": [ + 189, + 459 + ], + "area_cells": 145 + }, + { + "id": "range_66", + "name": null, + "center": [ + 207, + 485 + ], + "peak": [ + 209, + 486 + ], + "area_cells": 38 + }, + { + "id": "range_67", + "name": null, + "center": [ + 234, + 35 + ], + "peak": [ + 236, + 35 + ], + "area_cells": 39 + }, + { + "id": "range_68", + "name": null, + "center": [ + 233, + 28 + ], + "peak": [ + 235, + 29 + ], + "area_cells": 50 + }, + { + "id": "range_69", + "name": null, + "center": [ + 244, + 1 + ], + "peak": [ + 246, + 1 + ], + "area_cells": 68 + }, + { + "id": "range_73", + "name": null, + "center": [ + 251, + 136 + ], + "peak": [ + 255, + 128 + ], + "area_cells": 255 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c-1/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251c-1/globe.png new file mode 100644 index 000000000..66508ecaf Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251c-1/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c-1/heightmap.png b/wiki/star-systems/GJ-251/bodies/GJ251c-1/heightmap.png new file mode 100644 index 000000000..093cfcede Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c-1/index.md b/wiki/star-systems/GJ-251/bodies/GJ251c-1/index.md new file mode 100644 index 000000000..d3ac7d80b --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ251c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 972225390 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 13.3 +physical: + gravity_g: 0.05 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.932 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ251c-1 + +Barren moon. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c-1/markers.json b/wiki/star-systems/GJ-251/bodies/GJ251c-1/markers.json new file mode 100644 index 000000000..67cc80995 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251c-1/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 171 + ], + "peak": [ + 54, + 176 + ], + "area_cells": 85 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 190 + ], + "peak": [ + 66, + 192 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 56, + 219 + ], + "peak": [ + 56, + 219 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 72, + 253 + ], + "peak": [ + 73, + 251 + ], + "area_cells": 137 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 215 + ], + "peak": [ + 83, + 215 + ], + "area_cells": 62 + }, + { + "id": "range_7", + "name": null, + "center": [ + 88, + 246 + ], + "peak": [ + 87, + 247 + ], + "area_cells": 55 + }, + { + "id": "range_8", + "name": null, + "center": [ + 91, + 367 + ], + "peak": [ + 91, + 367 + ], + "area_cells": 74 + }, + { + "id": "range_9", + "name": null, + "center": [ + 113, + 274 + ], + "peak": [ + 109, + 279 + ], + "area_cells": 897 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 304 + ], + "peak": [ + 103, + 305 + ], + "area_cells": 67 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 144 + ], + "peak": [ + 117, + 144 + ], + "area_cells": 60 + }, + { + "id": "range_12", + "name": null, + "center": [ + 167, + 342 + ], + "peak": [ + 158, + 256 + ], + "area_cells": 7227 + }, + { + "id": "range_13", + "name": null, + "center": [ + 118, + 185 + ], + "peak": [ + 119, + 185 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 231 + ], + "peak": [ + 120, + 231 + ], + "area_cells": 63 + }, + { + "id": "range_15", + "name": null, + "center": [ + 183, + 146 + ], + "peak": [ + 209, + 152 + ], + "area_cells": 3352 + }, + { + "id": "range_16", + "name": null, + "center": [ + 152, + 304 + ], + "peak": [ + 154, + 304 + ], + "area_cells": 50 + }, + { + "id": "range_18", + "name": null, + "center": [ + 171, + 54 + ], + "peak": [ + 171, + 53 + ], + "area_cells": 85 + }, + { + "id": "range_21", + "name": null, + "center": [ + 186, + 43 + ], + "peak": [ + 186, + 43 + ], + "area_cells": 23 + }, + { + "id": "range_22", + "name": null, + "center": [ + 196, + 77 + ], + "peak": [ + 193, + 83 + ], + "area_cells": 205 + }, + { + "id": "range_23", + "name": null, + "center": [ + 203, + 286 + ], + "peak": [ + 204, + 286 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 213, + 336 + ], + "peak": [ + 216, + 336 + ], + "area_cells": 21 + }, + { + "id": "range_26", + "name": null, + "center": [ + 236, + 238 + ], + "peak": [ + 237, + 239 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251c/globe.png new file mode 100644 index 000000000..49a618f2d Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251c/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c/heightmap.png b/wiki/star-systems/GJ-251/bodies/GJ251c/heightmap.png new file mode 100644 index 000000000..40852afad Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251c/heightmap.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c/index.md b/wiki/star-systems/GJ-251/bodies/GJ251c/index.md new file mode 100644 index 000000000..1e561c270 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ251c +name: Ruhr +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1625079908 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.661 + period_days: 220.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: 0.85 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.55 + polar_ice_lat: 0.744 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Ruhr + +Temperate planet. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.85g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 55% | +| **Year** | 220 days | +| **Inhabited** | yes | +| **Population** | 5.0B | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | Gate_Corp | + +## Description + + diff --git a/wiki/star-systems/GJ-251/bodies/GJ251c/markers.json b/wiki/star-systems/GJ-251/bodies/GJ251c/markers.json new file mode 100644 index 000000000..31ff175bf --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251c/markers.json @@ -0,0 +1,489 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 222, + 481 + ], + [ + 223, + 480 + ], + [ + 224, + 479 + ], + [ + 225, + 478 + ], + [ + 226, + 477 + ], + [ + 227, + 476 + ], + [ + 228, + 475 + ], + [ + 229, + 474 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 224, + 66 + ], + [ + 225, + 66 + ], + [ + 226, + 65 + ], + [ + 227, + 66 + ], + [ + 228, + 66 + ], + [ + 229, + 65 + ], + [ + 230, + 65 + ], + [ + 231, + 64 + ], + [ + 232, + 64 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 96, + 380 + ], + [ + 97, + 380 + ], + [ + 98, + 381 + ], + [ + 99, + 380 + ], + [ + 100, + 381 + ], + [ + 101, + 380 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 234, + 278 + ], + [ + 235, + 278 + ], + [ + 235, + 277 + ], + [ + 236, + 276 + ], + [ + 237, + 275 + ], + [ + 238, + 274 + ], + [ + 239, + 273 + ], + [ + 240, + 272 + ], + [ + 241, + 271 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 3, + 425 + ], + [ + 4, + 425 + ], + [ + 3, + 426 + ], + [ + 2, + 426 + ], + [ + 1, + 427 + ], + [ + 0, + 428 + ], + [ + 1, + 429 + ], + [ + 2, + 430 + ], + [ + 3, + 431 + ], + [ + 4, + 432 + ], + [ + 5, + 433 + ], + [ + 6, + 434 + ], + [ + 7, + 435 + ], + [ + 8, + 434 + ], + [ + 9, + 434 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 129, + 389 + ], + [ + 128, + 388 + ], + [ + 127, + 387 + ], + [ + 126, + 386 + ], + [ + 125, + 385 + ], + [ + 124, + 384 + ], + [ + 123, + 383 + ], + [ + 122, + 382 + ], + [ + 121, + 381 + ], + [ + 121, + 380 + ], + [ + 120, + 379 + ], + [ + 120, + 378 + ], + [ + 119, + 377 + ], + [ + 120, + 376 + ], + [ + 119, + 375 + ], + [ + 119, + 374 + ], + [ + 120, + 373 + ], + [ + 120, + 372 + ], + [ + 120, + 371 + ], + [ + 120, + 370 + ], + [ + 120, + 369 + ], + [ + 120, + 368 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 39, + 344 + ], + [ + 38, + 345 + ], + [ + 37, + 345 + ], + [ + 36, + 346 + ], + [ + 35, + 347 + ], + [ + 34, + 348 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 51, + 242 + ], + "area_fraction": 0.3731 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 235, + 136 + ], + "area_fraction": 0.0337 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 242, + 36 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 246, + 358 + ], + "area_fraction": 0.0196 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 165, + 359 + ], + "peak": [ + 162, + 370 + ], + "area_cells": 22647 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 39 + ], + "peak": [ + 120, + 41 + ], + "area_cells": 32 + }, + { + "id": "range_3", + "name": null, + "center": [ + 158, + 48 + ], + "peak": [ + 140, + 1 + ], + "area_cells": 2732 + }, + { + "id": "range_4", + "name": null, + "center": [ + 186, + 170 + ], + "peak": [ + 186, + 168 + ], + "area_cells": 161 + }, + { + "id": "range_5", + "name": null, + "center": [ + 187, + 503 + ], + "peak": [ + 191, + 511 + ], + "area_cells": 214 + }, + { + "id": "range_6", + "name": null, + "center": [ + 190, + 5 + ], + "peak": [ + 190, + 2 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 226, + 235 + ], + "peak": [ + 225, + 235 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-251/bodies/GJ251d/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251d/globe.png new file mode 100644 index 000000000..53b245d5f Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251d/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251d/heightmap.png b/wiki/star-systems/GJ-251/bodies/GJ251d/heightmap.png new file mode 100644 index 000000000..07400394d Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251d/heightmap.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251d/index.md b/wiki/star-systems/GJ-251/bodies/GJ251d/index.md new file mode 100644 index 000000000..d626c2f60 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ251d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3976023352 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.217 + period_days: 550.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.4 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.909 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.15 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ251d + +Arid planet. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 550 days | + +## Description + + diff --git a/wiki/star-systems/GJ-251/bodies/GJ251d/markers.json b/wiki/star-systems/GJ-251/bodies/GJ251d/markers.json new file mode 100644 index 000000000..c5f8ac6c5 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251d/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 15 + ], + "peak": [ + 18, + 0 + ], + "area_cells": 883 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 243 + ], + "peak": [ + 0, + 245 + ], + "area_cells": 298 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 463 + ], + "peak": [ + 17, + 454 + ], + "area_cells": 3301 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 221 + ], + "peak": [ + 33, + 212 + ], + "area_cells": 1153 + }, + { + "id": "range_5", + "name": null, + "center": [ + 18, + 307 + ], + "peak": [ + 18, + 306 + ], + "area_cells": 51 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 271 + ], + "peak": [ + 44, + 271 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 57, + 320 + ], + "peak": [ + 58, + 321 + ], + "area_cells": 65 + }, + { + "id": "range_10", + "name": null, + "center": [ + 99, + 131 + ], + "peak": [ + 102, + 117 + ], + "area_cells": 8396 + }, + { + "id": "range_12", + "name": null, + "center": [ + 86, + 303 + ], + "peak": [ + 86, + 304 + ], + "area_cells": 76 + }, + { + "id": "range_16", + "name": null, + "center": [ + 109, + 12 + ], + "peak": [ + 106, + 1 + ], + "area_cells": 262 + }, + { + "id": "range_20", + "name": null, + "center": [ + 137, + 420 + ], + "peak": [ + 139, + 426 + ], + "area_cells": 180 + }, + { + "id": "range_21", + "name": null, + "center": [ + 204, + 267 + ], + "peak": [ + 213, + 258 + ], + "area_cells": 658 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-1/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251e-1/globe.png new file mode 100644 index 000000000..462c0b4cd Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251e-1/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-1/heightmap.png b/wiki/star-systems/GJ-251/bodies/GJ251e-1/heightmap.png new file mode 100644 index 000000000..ffe56275e Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-1/index.md b/wiki/star-systems/GJ-251/bodies/GJ251e-1/index.md new file mode 100644 index 000000000..90373df16 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ251e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2679216118 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.08 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.881 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ251e-1 + +Barren moon. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 100% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-1/markers.json b/wiki/star-systems/GJ-251/bodies/GJ251e-1/markers.json new file mode 100644 index 000000000..cdc6e227e --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251e-1/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 31, + 65 + ], + "peak": [ + 31, + 65 + ], + "area_cells": 42 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 340 + ], + "peak": [ + 42, + 340 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 92, + 315 + ], + "peak": [ + 71, + 315 + ], + "area_cells": 941 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 181 + ], + "peak": [ + 64, + 182 + ], + "area_cells": 172 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 251 + ], + "peak": [ + 178, + 503 + ], + "area_cells": 43717 + }, + { + "id": "range_13", + "name": null, + "center": [ + 67, + 370 + ], + "peak": [ + 68, + 372 + ], + "area_cells": 70 + }, + { + "id": "range_17", + "name": null, + "center": [ + 88, + 116 + ], + "peak": [ + 89, + 116 + ], + "area_cells": 25 + }, + { + "id": "range_19", + "name": null, + "center": [ + 116, + 36 + ], + "peak": [ + 117, + 36 + ], + "area_cells": 159 + }, + { + "id": "range_21", + "name": null, + "center": [ + 129, + 2 + ], + "peak": [ + 122, + 0 + ], + "area_cells": 197 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-2/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251e-2/globe.png new file mode 100644 index 000000000..8d7b4bf6e Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251e-2/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-2/heightmap.png b/wiki/star-systems/GJ-251/bodies/GJ251e-2/heightmap.png new file mode 100644 index 000000000..a74d46341 Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251e-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-2/index.md b/wiki/star-systems/GJ-251/bodies/GJ251e-2/index.md new file mode 100644 index 000000000..0489dee2e --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251e-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ251e-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3174224300 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.06 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.848 + polar_ice_lat: 0.253 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.401 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ251e-2 + +Frozen moon. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e-2/markers.json b/wiki/star-systems/GJ-251/bodies/GJ251e-2/markers.json new file mode 100644 index 000000000..3c768993c --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251e-2/markers.json @@ -0,0 +1,303 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 43 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 30, + 157 + ], + "area_fraction": 0.0274 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 7, + 466 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 101, + 189 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 215, + 42 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 230, + 393 + ], + "area_fraction": 0.009 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 237, + 472 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_46", + "name": null, + "kind": "sea", + "center": [ + 241, + 191 + ], + "area_fraction": 0.0203 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 319 + ], + "peak": [ + 64, + 356 + ], + "area_cells": 7105 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 62 + ], + "peak": [ + 66, + 63 + ], + "area_cells": 69 + }, + { + "id": "range_3", + "name": null, + "center": [ + 78, + 235 + ], + "peak": [ + 80, + 233 + ], + "area_cells": 95 + }, + { + "id": "range_4", + "name": null, + "center": [ + 105, + 104 + ], + "peak": [ + 108, + 137 + ], + "area_cells": 2830 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 14 + ], + "peak": [ + 96, + 18 + ], + "area_cells": 147 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 503 + ], + "peak": [ + 101, + 504 + ], + "area_cells": 92 + }, + { + "id": "range_7", + "name": null, + "center": [ + 105, + 455 + ], + "peak": [ + 104, + 456 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 103, + 391 + ], + "peak": [ + 103, + 391 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 107, + 31 + ], + "peak": [ + 108, + 32 + ], + "area_cells": 74 + }, + { + "id": "range_11", + "name": null, + "center": [ + 154, + 327 + ], + "peak": [ + 171, + 437 + ], + "area_cells": 10140 + }, + { + "id": "range_12", + "name": null, + "center": [ + 139, + 117 + ], + "peak": [ + 140, + 117 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 144, + 335 + ], + "peak": [ + 145, + 336 + ], + "area_cells": 32 + }, + { + "id": "range_16", + "name": null, + "center": [ + 165, + 132 + ], + "peak": [ + 167, + 132 + ], + "area_cells": 317 + }, + { + "id": "range_17", + "name": null, + "center": [ + 175, + 502 + ], + "peak": [ + 177, + 504 + ], + "area_cells": 60 + }, + { + "id": "range_18", + "name": null, + "center": [ + 185, + 428 + ], + "peak": [ + 184, + 429 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 207, + 504 + ], + "peak": [ + 211, + 504 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e/globe.png b/wiki/star-systems/GJ-251/bodies/GJ251e/globe.png new file mode 100644 index 000000000..17b865b30 Binary files /dev/null and b/wiki/star-systems/GJ-251/bodies/GJ251e/globe.png differ diff --git a/wiki/star-systems/GJ-251/bodies/GJ251e/index.md b/wiki/star-systems/GJ-251/bodies/GJ251e/index.md new file mode 100644 index 000000000..2624349b7 --- /dev/null +++ b/wiki/star-systems/GJ-251/bodies/GJ251e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ251e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3376282011 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: null + oblateness: 0.0657 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.096 +rings: + enabled: true + inner_radius_factor: 1.14 + outer_radius_factor: 2.73 + opacity_base: 0.52 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ251e + +Gas giant. + +**System:** [GJ-251](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + 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/bodies/GJ268b/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268b/globe.png new file mode 100644 index 000000000..aba2076ed Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268b/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268b/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268b/heightmap.png new file mode 100644 index 000000000..7394a9a6d Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268b/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268b/index.md b/wiki/star-systems/GJ-268/bodies/GJ268b/index.md new file mode 100644 index 000000000..3d9bb9bd9 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ268b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 121957959 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.28 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.948 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268b + +Barren planet. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 96% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268b/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268b/markers.json new file mode 100644 index 000000000..6d0d6b5f0 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268b/markers.json @@ -0,0 +1,311 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 31, + 252 + ], + "area_fraction": 0.0167 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 65, + 152 + ], + "peak": [ + 63, + 149 + ], + "area_cells": 114 + }, + { + "id": "range_5", + "name": null, + "center": [ + 73, + 14 + ], + "peak": [ + 72, + 23 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 454 + ], + "peak": [ + 74, + 454 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 153, + 47 + ], + "peak": [ + 134, + 88 + ], + "area_cells": 5092 + }, + { + "id": "range_8", + "name": null, + "center": [ + 149, + 463 + ], + "peak": [ + 167, + 481 + ], + "area_cells": 4997 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 92 + ], + "peak": [ + 111, + 91 + ], + "area_cells": 170 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 496 + ], + "peak": [ + 96, + 497 + ], + "area_cells": 60 + }, + { + "id": "range_11", + "name": null, + "center": [ + 99, + 220 + ], + "peak": [ + 99, + 220 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 194 + ], + "peak": [ + 112, + 194 + ], + "area_cells": 320 + }, + { + "id": "range_14", + "name": null, + "center": [ + 114, + 323 + ], + "peak": [ + 115, + 321 + ], + "area_cells": 118 + }, + { + "id": "range_16", + "name": null, + "center": [ + 117, + 156 + ], + "peak": [ + 117, + 157 + ], + "area_cells": 99 + }, + { + "id": "range_17", + "name": null, + "center": [ + 123, + 111 + ], + "peak": [ + 123, + 116 + ], + "area_cells": 140 + }, + { + "id": "range_21", + "name": null, + "center": [ + 147, + 168 + ], + "peak": [ + 149, + 168 + ], + "area_cells": 343 + }, + { + "id": "range_22", + "name": null, + "center": [ + 148, + 223 + ], + "peak": [ + 148, + 225 + ], + "area_cells": 37 + }, + { + "id": "range_23", + "name": null, + "center": [ + 168, + 150 + ], + "peak": [ + 172, + 160 + ], + "area_cells": 1006 + }, + { + "id": "range_24", + "name": null, + "center": [ + 174, + 385 + ], + "peak": [ + 174, + 385 + ], + "area_cells": 34 + }, + { + "id": "range_25", + "name": null, + "center": [ + 193, + 406 + ], + "peak": [ + 187, + 398 + ], + "area_cells": 262 + }, + { + "id": "range_26", + "name": null, + "center": [ + 194, + 196 + ], + "peak": [ + 196, + 197 + ], + "area_cells": 91 + }, + { + "id": "range_28", + "name": null, + "center": [ + 206, + 295 + ], + "peak": [ + 209, + 295 + ], + "area_cells": 55 + }, + { + "id": "range_29", + "name": null, + "center": [ + 212, + 173 + ], + "peak": [ + 205, + 168 + ], + "area_cells": 256 + }, + { + "id": "range_31", + "name": null, + "center": [ + 211, + 436 + ], + "peak": [ + 212, + 439 + ], + "area_cells": 110 + }, + { + "id": "range_34", + "name": null, + "center": [ + 220, + 327 + ], + "peak": [ + 220, + 328 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-268/bodies/GJ268c/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268c/globe.png new file mode 100644 index 000000000..69f2b95a2 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268c/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268c/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268c/heightmap.png new file mode 100644 index 000000000..1eb927a80 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268c/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268c/index.md b/wiki/star-systems/GJ-268/bodies/GJ268c/index.md new file mode 100644 index 000000000..3c749274a --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ268c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3483252839 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 3.7 +physical: + gravity_g: 0.54 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.947 + polar_ice_lat: 0.97 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.09 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268c + +Hot Arid planet. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268c/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268c/markers.json new file mode 100644 index 000000000..1c7d0f022 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268c/markers.json @@ -0,0 +1,1214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 205, + 242 + ], + [ + 204, + 241 + ], + [ + 203, + 240 + ], + [ + 202, + 239 + ], + [ + 201, + 238 + ], + [ + 200, + 237 + ], + [ + 199, + 236 + ], + [ + 198, + 235 + ], + [ + 198, + 234 + ], + [ + 197, + 233 + ], + [ + 196, + 232 + ], + [ + 197, + 231 + ], + [ + 198, + 230 + ], + [ + 197, + 229 + ], + [ + 198, + 228 + ], + [ + 198, + 227 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 115, + 494 + ], + [ + 116, + 493 + ], + [ + 117, + 492 + ], + [ + 118, + 492 + ], + [ + 119, + 492 + ], + [ + 119, + 491 + ], + [ + 119, + 490 + ], + [ + 118, + 489 + ], + [ + 119, + 488 + ], + [ + 118, + 487 + ], + [ + 119, + 486 + ], + [ + 119, + 485 + ], + [ + 119, + 484 + ], + [ + 119, + 483 + ], + [ + 120, + 483 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 399 + ], + [ + 131, + 398 + ], + [ + 132, + 397 + ], + [ + 133, + 396 + ], + [ + 134, + 395 + ], + [ + 135, + 396 + ], + [ + 136, + 397 + ], + [ + 136, + 398 + ], + [ + 137, + 399 + ], + [ + 138, + 400 + ], + [ + 138, + 401 + ], + [ + 138, + 402 + ], + [ + 137, + 403 + ], + [ + 137, + 404 + ], + [ + 137, + 405 + ], + [ + 137, + 406 + ], + [ + 138, + 407 + ], + [ + 137, + 408 + ], + [ + 137, + 409 + ], + [ + 138, + 410 + ], + [ + 139, + 411 + ], + [ + 140, + 412 + ], + [ + 139, + 413 + ], + [ + 140, + 414 + ], + [ + 140, + 415 + ], + [ + 141, + 416 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 95, + 250 + ], + [ + 95, + 249 + ], + [ + 95, + 248 + ], + [ + 94, + 247 + ], + [ + 93, + 246 + ], + [ + 92, + 245 + ], + [ + 91, + 244 + ], + [ + 90, + 243 + ], + [ + 89, + 242 + ], + [ + 88, + 242 + ], + [ + 87, + 242 + ], + [ + 86, + 242 + ], + [ + 85, + 243 + ], + [ + 84, + 243 + ], + [ + 83, + 244 + ], + [ + 82, + 244 + ], + [ + 83, + 243 + ], + [ + 82, + 242 + ], + [ + 81, + 243 + ], + [ + 82, + 243 + ], + [ + 83, + 242 + ], + [ + 82, + 241 + ], + [ + 81, + 240 + ], + [ + 81, + 241 + ], + [ + 81, + 242 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 125, + 40 + ], + [ + 126, + 39 + ], + [ + 127, + 38 + ], + [ + 128, + 38 + ], + [ + 129, + 37 + ], + [ + 130, + 37 + ], + [ + 131, + 37 + ], + [ + 132, + 38 + ], + [ + 133, + 39 + ], + [ + 134, + 40 + ], + [ + 135, + 41 + ], + [ + 136, + 42 + ], + [ + 137, + 43 + ], + [ + 138, + 44 + ], + [ + 139, + 45 + ], + [ + 138, + 46 + ], + [ + 138, + 47 + ], + [ + 139, + 46 + ], + [ + 139, + 47 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 112, + 466 + ], + [ + 113, + 467 + ], + [ + 114, + 468 + ], + [ + 115, + 469 + ], + [ + 116, + 470 + ], + [ + 117, + 469 + ], + [ + 118, + 469 + ], + [ + 119, + 468 + ], + [ + 120, + 468 + ], + [ + 121, + 469 + ], + [ + 122, + 470 + ], + [ + 122, + 469 + ], + [ + 121, + 470 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 198, + 142 + ], + [ + 199, + 142 + ], + [ + 200, + 141 + ], + [ + 201, + 141 + ], + [ + 202, + 140 + ], + [ + 203, + 139 + ], + [ + 204, + 138 + ], + [ + 205, + 137 + ], + [ + 206, + 136 + ], + [ + 205, + 136 + ], + [ + 206, + 135 + ], + [ + 206, + 134 + ], + [ + 205, + 133 + ], + [ + 206, + 132 + ], + [ + 206, + 131 + ], + [ + 206, + 130 + ], + [ + 206, + 129 + ], + [ + 206, + 128 + ], + [ + 206, + 127 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 164, + 58 + ], + [ + 165, + 59 + ], + [ + 166, + 59 + ], + [ + 167, + 58 + ], + [ + 168, + 57 + ], + [ + 169, + 56 + ], + [ + 170, + 55 + ], + [ + 170, + 54 + ], + [ + 170, + 53 + ], + [ + 170, + 52 + ], + [ + 170, + 51 + ], + [ + 169, + 52 + ], + [ + 169, + 51 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 111, + 130 + ], + [ + 110, + 129 + ], + [ + 109, + 130 + ], + [ + 108, + 131 + ], + [ + 108, + 132 + ], + [ + 108, + 133 + ], + [ + 107, + 134 + ], + [ + 106, + 135 + ], + [ + 105, + 136 + ], + [ + 104, + 137 + ], + [ + 105, + 138 + ], + [ + 106, + 138 + ], + [ + 105, + 139 + ], + [ + 105, + 140 + ], + [ + 105, + 141 + ], + [ + 106, + 141 + ], + [ + 106, + 140 + ], + [ + 106, + 139 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 142, + 395 + ], + [ + 143, + 394 + ], + [ + 144, + 395 + ], + [ + 145, + 395 + ], + [ + 145, + 396 + ], + [ + 146, + 396 + ], + [ + 145, + 397 + ], + [ + 146, + 398 + ], + [ + 145, + 399 + ], + [ + 146, + 400 + ], + [ + 145, + 401 + ], + [ + 144, + 402 + ], + [ + 144, + 403 + ], + [ + 145, + 404 + ], + [ + 146, + 405 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 119, + 127 + ], + [ + 118, + 126 + ], + [ + 117, + 125 + ], + [ + 116, + 124 + ], + [ + 115, + 123 + ], + [ + 114, + 122 + ], + [ + 115, + 121 + ], + [ + 114, + 120 + ], + [ + 113, + 119 + ], + [ + 113, + 118 + ], + [ + 114, + 117 + ], + [ + 113, + 116 + ], + [ + 113, + 115 + ], + [ + 113, + 114 + ], + [ + 112, + 113 + ], + [ + 112, + 112 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 197, + 160 + ], + [ + 198, + 161 + ], + [ + 199, + 162 + ], + [ + 200, + 163 + ], + [ + 201, + 163 + ], + [ + 202, + 162 + ], + [ + 203, + 163 + ], + [ + 203, + 164 + ], + [ + 202, + 164 + ], + [ + 202, + 163 + ], + [ + 203, + 162 + ], + [ + 204, + 161 + ], + [ + 204, + 162 + ], + [ + 205, + 162 + ], + [ + 205, + 161 + ], + [ + 206, + 162 + ], + [ + 206, + 163 + ], + [ + 207, + 162 + ], + [ + 207, + 163 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 178, + 324 + ], + "area_fraction": 0.0396 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 8 + ], + "peak": [ + 4, + 0 + ], + "area_cells": 461 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 488 + ], + "peak": [ + 4, + 498 + ], + "area_cells": 1188 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 265 + ], + "peak": [ + 4, + 263 + ], + "area_cells": 159 + }, + { + "id": "range_4", + "name": null, + "center": [ + 15, + 325 + ], + "peak": [ + 33, + 341 + ], + "area_cells": 605 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 286 + ], + "peak": [ + 31, + 282 + ], + "area_cells": 84 + }, + { + "id": "range_9", + "name": null, + "center": [ + 37, + 27 + ], + "peak": [ + 37, + 27 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 87, + 79 + ], + "peak": [ + 63, + 92 + ], + "area_cells": 3007 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 463 + ], + "peak": [ + 72, + 462 + ], + "area_cells": 131 + }, + { + "id": "range_14", + "name": null, + "center": [ + 74, + 381 + ], + "peak": [ + 75, + 381 + ], + "area_cells": 55 + }, + { + "id": "range_15", + "name": null, + "center": [ + 73, + 313 + ], + "peak": [ + 74, + 314 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 77, + 334 + ], + "peak": [ + 78, + 336 + ], + "area_cells": 243 + }, + { + "id": "range_17", + "name": null, + "center": [ + 77, + 39 + ], + "peak": [ + 79, + 35 + ], + "area_cells": 100 + }, + { + "id": "range_18", + "name": null, + "center": [ + 97, + 472 + ], + "peak": [ + 97, + 475 + ], + "area_cells": 153 + }, + { + "id": "range_19", + "name": null, + "center": [ + 118, + 341 + ], + "peak": [ + 119, + 341 + ], + "area_cells": 21 + }, + { + "id": "range_20", + "name": null, + "center": [ + 135, + 488 + ], + "peak": [ + 137, + 482 + ], + "area_cells": 382 + }, + { + "id": "range_22", + "name": null, + "center": [ + 152, + 19 + ], + "peak": [ + 152, + 19 + ], + "area_cells": 85 + }, + { + "id": "range_23", + "name": null, + "center": [ + 219, + 427 + ], + "peak": [ + 187, + 464 + ], + "area_cells": 11274 + }, + { + "id": "range_24", + "name": null, + "center": [ + 196, + 64 + ], + "peak": [ + 189, + 72 + ], + "area_cells": 966 + }, + { + "id": "range_25", + "name": null, + "center": [ + 195, + 9 + ], + "peak": [ + 193, + 4 + ], + "area_cells": 202 + }, + { + "id": "range_26", + "name": null, + "center": [ + 240, + 138 + ], + "peak": [ + 240, + 127 + ], + "area_cells": 6698 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-268/bodies/GJ268d/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268d/globe.png new file mode 100644 index 000000000..b62c241a2 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268d/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268d/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268d/heightmap.png new file mode 100644 index 000000000..d5ee2c2d9 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268d/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268d/index.md b/wiki/star-systems/GJ-268/bodies/GJ268d/index.md new file mode 100644 index 000000000..86853f0bb --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ268d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2621532994 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.273 + period_days: 78.0 + axial_tilt_deg: 38.0 +physical: + gravity_g: 0.42 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.29 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268d + +Frozen planet. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 99% | +| **Year** | 78 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268d/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268d/markers.json new file mode 100644 index 000000000..f955dae6c --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268d/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 113, + 122 + ], + "peak": [ + 114, + 121 + ], + "area_cells": 139 + }, + { + "id": "range_2", + "name": null, + "center": [ + 116, + 18 + ], + "peak": [ + 117, + 17 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 176, + 442 + ], + "peak": [ + 233, + 473 + ], + "area_cells": 8067 + }, + { + "id": "range_4", + "name": null, + "center": [ + 198, + 156 + ], + "peak": [ + 219, + 146 + ], + "area_cells": 25391 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 55 + ], + "peak": [ + 129, + 63 + ], + "area_cells": 81 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 241 + ], + "peak": [ + 139, + 244 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 177, + 111 + ], + "peak": [ + 171, + 116 + ], + "area_cells": 339 + }, + { + "id": "range_13", + "name": null, + "center": [ + 200, + 429 + ], + "peak": [ + 200, + 430 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-268/bodies/GJ268e-m1/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/globe.png new file mode 100644 index 000000000..3a821dd29 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268e-m1/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/heightmap.png new file mode 100644 index 000000000..8a45dc5b3 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268e-m1/index.md b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/index.md new file mode 100644 index 000000000..e83f8744a --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ268e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1159117980 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 50.0 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.23 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268e-m1 + +Frozen moon. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 94% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268e-m1/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/markers.json new file mode 100644 index 000000000..d13141bb0 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268e-m1/markers.json @@ -0,0 +1,51 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 13, + 174 + ], + "area_fraction": 0.0522 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 130, + 503 + ], + "peak": [ + 134, + 510 + ], + "area_cells": 168 + }, + { + "id": "range_2", + "name": null, + "center": [ + 216, + 267 + ], + "peak": [ + 226, + 363 + ], + "area_cells": 34156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-268/bodies/GJ268e/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268e/globe.png new file mode 100644 index 000000000..2b70e373c Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268e/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268e/index.md b/wiki/star-systems/GJ-268/bodies/GJ268e/index.md new file mode 100644 index 000000000..70d726a10 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ268e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1835696076 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.7 + period_days: 320.0 + axial_tilt_deg: 26.5 +physical: + gravity_g: null + oblateness: 0.061 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.273 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.105 +--- + +# GJ268e + +Gas giant. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268f/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268f/globe.png new file mode 100644 index 000000000..fec05a74d Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268f/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268f/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268f/heightmap.png new file mode 100644 index 000000000..110ee4a90 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268f/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268f/index.md b/wiki/star-systems/GJ-268/bodies/GJ268f/index.md new file mode 100644 index 000000000..30690dc11 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ268f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2774898888 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.477 + period_days: 980.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 0.33 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.74 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268f + +Frozen planet. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 980 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268f/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268f/markers.json new file mode 100644 index 000000000..26b0212b1 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268f/markers.json @@ -0,0 +1,273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "ocean", + "center": [ + 148, + 322 + ], + "area_fraction": 0.1664 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 162, + 12 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 188, + 395 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 232, + 43 + ], + "area_fraction": 0.0234 + }, + { + "id": "water_47", + "name": null, + "kind": "sea", + "center": [ + 241, + 413 + ], + "area_fraction": 0.0217 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 107 + ], + "peak": [ + 4, + 107 + ], + "area_cells": 98 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 255 + ], + "peak": [ + 3, + 257 + ], + "area_cells": 1501 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 348 + ], + "peak": [ + 0, + 364 + ], + "area_cells": 1214 + }, + { + "id": "range_8", + "name": null, + "center": [ + 22, + 305 + ], + "peak": [ + 22, + 308 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 328 + ], + "peak": [ + 56, + 329 + ], + "area_cells": 961 + }, + { + "id": "range_10", + "name": null, + "center": [ + 23, + 310 + ], + "peak": [ + 24, + 311 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 59, + 62 + ], + "peak": [ + 65, + 53 + ], + "area_cells": 490 + }, + { + "id": "range_15", + "name": null, + "center": [ + 51, + 223 + ], + "peak": [ + 53, + 224 + ], + "area_cells": 109 + }, + { + "id": "range_16", + "name": null, + "center": [ + 56, + 419 + ], + "peak": [ + 53, + 429 + ], + "area_cells": 253 + }, + { + "id": "range_17", + "name": null, + "center": [ + 70, + 129 + ], + "peak": [ + 68, + 132 + ], + "area_cells": 383 + }, + { + "id": "range_18", + "name": null, + "center": [ + 71, + 173 + ], + "peak": [ + 68, + 181 + ], + "area_cells": 243 + }, + { + "id": "range_19", + "name": null, + "center": [ + 79, + 222 + ], + "peak": [ + 79, + 223 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 206, + 283 + ], + "peak": [ + 207, + 284 + ], + "area_cells": 34 + }, + { + "id": "range_22", + "name": null, + "center": [ + 209, + 271 + ], + "peak": [ + 209, + 272 + ], + "area_cells": 40 + }, + { + "id": "range_23", + "name": null, + "center": [ + 209, + 493 + ], + "peak": [ + 210, + 492 + ], + "area_cells": 30 + }, + { + "id": "range_29", + "name": null, + "center": [ + 233, + 120 + ], + "peak": [ + 232, + 122 + ], + "area_cells": 563 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-268/bodies/GJ268g/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268g/globe.png new file mode 100644 index 000000000..e8bfc4139 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268g/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268g/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268g/heightmap.png new file mode 100644 index 000000000..6ba2f95bf Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268g/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268g/index.md b/wiki/star-systems/GJ-268/bodies/GJ268g/index.md new file mode 100644 index 000000000..5538f9a2d --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ268g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4060667268 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.973 + period_days: 2800.0 + axial_tilt_deg: 55.6 +physical: + gravity_g: 0.11 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.858 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268g + +Frozen planet. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268g/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268g/markers.json new file mode 100644 index 000000000..b9639bc82 --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268g/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 138, + 120 + ], + "area_fraction": 0.1029 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 153, + 467 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 8 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 119 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 165 + ], + "peak": [ + 2, + 240 + ], + "area_cells": 10021 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 478 + ], + "peak": [ + 7, + 481 + ], + "area_cells": 1391 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 474 + ], + "peak": [ + 209, + 485 + ], + "area_cells": 334 + }, + { + "id": "range_10", + "name": null, + "center": [ + 228, + 147 + ], + "peak": [ + 227, + 147 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 238, + 122 + ], + "peak": [ + 234, + 128 + ], + "area_cells": 260 + }, + { + "id": "range_12", + "name": null, + "center": [ + 244, + 145 + ], + "peak": [ + 243, + 146 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-268/bodies/GJ268h/globe.png b/wiki/star-systems/GJ-268/bodies/GJ268h/globe.png new file mode 100644 index 000000000..02d377a31 Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268h/globe.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268h/heightmap.png b/wiki/star-systems/GJ-268/bodies/GJ268h/heightmap.png new file mode 100644 index 000000000..7d3e21aef Binary files /dev/null and b/wiki/star-systems/GJ-268/bodies/GJ268h/heightmap.png differ diff --git a/wiki/star-systems/GJ-268/bodies/GJ268h/index.md b/wiki/star-systems/GJ-268/bodies/GJ268h/index.md new file mode 100644 index 000000000..739e88cce --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ268h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4124174685 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.72 + period_days: 5600.0 + axial_tilt_deg: 46.2 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.767 + polar_ice_lat: 0.107 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ268h + +Frozen planet. + +**System:** [GJ-268](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-268/bodies/GJ268h/markers.json b/wiki/star-systems/GJ-268/bodies/GJ268h/markers.json new file mode 100644 index 000000000..e3d77dcae --- /dev/null +++ b/wiki/star-systems/GJ-268/bodies/GJ268h/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 260 + ], + "area_fraction": 0.2265 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 136, + 107 + ], + "peak": [ + 138, + 47 + ], + "area_cells": 15811 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 431 + ], + "peak": [ + 88, + 420 + ], + "area_cells": 669 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 378 + ], + "peak": [ + 108, + 372 + ], + "area_cells": 135 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 444 + ], + "peak": [ + 134, + 403 + ], + "area_cells": 2483 + }, + { + "id": "range_10", + "name": null, + "center": [ + 135, + 209 + ], + "peak": [ + 144, + 199 + ], + "area_cells": 684 + }, + { + "id": "range_15", + "name": null, + "center": [ + 175, + 284 + ], + "peak": [ + 162, + 258 + ], + "area_cells": 10754 + }, + { + "id": "range_17", + "name": null, + "center": [ + 158, + 473 + ], + "peak": [ + 161, + 472 + ], + "area_cells": 133 + }, + { + "id": "range_20", + "name": null, + "center": [ + 213, + 55 + ], + "peak": [ + 218, + 63 + ], + "area_cells": 173 + }, + { + "id": "range_21", + "name": null, + "center": [ + 222, + 466 + ], + "peak": [ + 223, + 468 + ], + "area_cells": 696 + }, + { + "id": "range_22", + "name": null, + "center": [ + 220, + 192 + ], + "peak": [ + 221, + 192 + ], + "area_cells": 55 + }, + { + "id": "range_26", + "name": null, + "center": [ + 250, + 57 + ], + "peak": [ + 251, + 59 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ27b/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27b/globe.png new file mode 100644 index 000000000..1458d1d54 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27b/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27b/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27b/heightmap.png new file mode 100644 index 000000000..a547efc6b Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27b/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27b/index.md b/wiki/star-systems/GJ-27/bodies/GJ27b/index.md new file mode 100644 index 000000000..d31ffe9aa --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3600819557 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.246 + period_days: 50.0 + axial_tilt_deg: 17.5 +physical: + gravity_g: 0.48 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.93 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27b + +Barren planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 99% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27b/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27b/markers.json new file mode 100644 index 000000000..49ed14190 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27b/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 46, + 291 + ], + "peak": [ + 81, + 373 + ], + "area_cells": 11768 + }, + { + "id": "range_7", + "name": null, + "center": [ + 34, + 24 + ], + "peak": [ + 33, + 24 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 53, + 79 + ], + "peak": [ + 51, + 70 + ], + "area_cells": 428 + }, + { + "id": "range_19", + "name": null, + "center": [ + 50, + 47 + ], + "peak": [ + 51, + 47 + ], + "area_cells": 20 + }, + { + "id": "range_20", + "name": null, + "center": [ + 53, + 134 + ], + "peak": [ + 53, + 133 + ], + "area_cells": 42 + }, + { + "id": "range_22", + "name": null, + "center": [ + 70, + 169 + ], + "peak": [ + 81, + 163 + ], + "area_cells": 476 + }, + { + "id": "range_29", + "name": null, + "center": [ + 66, + 496 + ], + "peak": [ + 67, + 496 + ], + "area_cells": 64 + }, + { + "id": "range_36", + "name": null, + "center": [ + 106, + 476 + ], + "peak": [ + 110, + 478 + ], + "area_cells": 311 + }, + { + "id": "range_38", + "name": null, + "center": [ + 104, + 270 + ], + "peak": [ + 107, + 272 + ], + "area_cells": 115 + }, + { + "id": "range_39", + "name": null, + "center": [ + 106, + 6 + ], + "peak": [ + 111, + 8 + ], + "area_cells": 209 + }, + { + "id": "range_40", + "name": null, + "center": [ + 102, + 509 + ], + "peak": [ + 102, + 511 + ], + "area_cells": 21 + }, + { + "id": "range_41", + "name": null, + "center": [ + 128, + 353 + ], + "peak": [ + 138, + 367 + ], + "area_cells": 503 + }, + { + "id": "range_44", + "name": null, + "center": [ + 118, + 157 + ], + "peak": [ + 119, + 157 + ], + "area_cells": 40 + }, + { + "id": "range_45", + "name": null, + "center": [ + 135, + 259 + ], + "peak": [ + 133, + 261 + ], + "area_cells": 448 + }, + { + "id": "range_47", + "name": null, + "center": [ + 159, + 455 + ], + "peak": [ + 145, + 446 + ], + "area_cells": 1192 + }, + { + "id": "range_49", + "name": null, + "center": [ + 181, + 135 + ], + "peak": [ + 161, + 182 + ], + "area_cells": 4432 + }, + { + "id": "range_50", + "name": null, + "center": [ + 145, + 498 + ], + "peak": [ + 146, + 499 + ], + "area_cells": 201 + }, + { + "id": "range_51", + "name": null, + "center": [ + 166, + 396 + ], + "peak": [ + 176, + 398 + ], + "area_cells": 495 + }, + { + "id": "range_53", + "name": null, + "center": [ + 159, + 344 + ], + "peak": [ + 159, + 344 + ], + "area_cells": 96 + }, + { + "id": "range_54", + "name": null, + "center": [ + 181, + 350 + ], + "peak": [ + 184, + 350 + ], + "area_cells": 85 + }, + { + "id": "range_57", + "name": null, + "center": [ + 188, + 202 + ], + "peak": [ + 189, + 203 + ], + "area_cells": 72 + }, + { + "id": "range_60", + "name": null, + "center": [ + 191, + 385 + ], + "peak": [ + 191, + 386 + ], + "area_cells": 32 + }, + { + "id": "range_61", + "name": null, + "center": [ + 200, + 368 + ], + "peak": [ + 201, + 367 + ], + "area_cells": 101 + }, + { + "id": "range_62", + "name": null, + "center": [ + 197, + 265 + ], + "peak": [ + 198, + 265 + ], + "area_cells": 41 + }, + { + "id": "range_63", + "name": null, + "center": [ + 212, + 191 + ], + "peak": [ + 211, + 192 + ], + "area_cells": 133 + }, + { + "id": "range_64", + "name": null, + "center": [ + 209, + 267 + ], + "peak": [ + 212, + 266 + ], + "area_cells": 26 + }, + { + "id": "range_66", + "name": null, + "center": [ + 221, + 471 + ], + "peak": [ + 220, + 472 + ], + "area_cells": 50 + }, + { + "id": "range_67", + "name": null, + "center": [ + 221, + 84 + ], + "peak": [ + 224, + 82 + ], + "area_cells": 77 + }, + { + "id": "range_69", + "name": null, + "center": [ + 244, + 249 + ], + "peak": [ + 243, + 250 + ], + "area_cells": 825 + }, + { + "id": "range_71", + "name": null, + "center": [ + 243, + 286 + ], + "peak": [ + 255, + 286 + ], + "area_cells": 25 + }, + { + "id": "range_72", + "name": null, + "center": [ + 245, + 368 + ], + "peak": [ + 247, + 370 + ], + "area_cells": 182 + }, + { + "id": "range_74", + "name": null, + "center": [ + 243, + 279 + ], + "peak": [ + 255, + 279 + ], + "area_cells": 25 + }, + { + "id": "range_75", + "name": null, + "center": [ + 237, + 206 + ], + "peak": [ + 237, + 208 + ], + "area_cells": 31 + }, + { + "id": "range_80", + "name": null, + "center": [ + 251, + 304 + ], + "peak": [ + 252, + 304 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27c/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27c/globe.png new file mode 100644 index 000000000..60e37fb52 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27c/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27c/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27c/heightmap.png new file mode 100644 index 000000000..d1f5447ee Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27c/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27c/index.md b/wiki/star-systems/GJ-27/bodies/GJ27c/index.md new file mode 100644 index 000000000..2824d61c8 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ27c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 931296458 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.545 + period_days: 165.0 + axial_tilt_deg: 9.3 +physical: + gravity_g: 0.78 + oblateness: 0.0016 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.965 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.088 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27c + +Hot Arid planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thick | +| **Land** | 90% | +| **Year** | 165 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27c/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27c/markers.json new file mode 100644 index 000000000..b5dcf2eab --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27c/markers.json @@ -0,0 +1,1201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 116, + 147 + ], + [ + 115, + 146 + ], + [ + 116, + 145 + ], + [ + 116, + 144 + ], + [ + 115, + 143 + ], + [ + 114, + 142 + ], + [ + 113, + 141 + ], + [ + 112, + 140 + ], + [ + 111, + 139 + ], + [ + 110, + 138 + ], + [ + 109, + 138 + ], + [ + 109, + 137 + ], + [ + 108, + 137 + ], + [ + 107, + 136 + ], + [ + 106, + 135 + ], + [ + 107, + 135 + ], + [ + 108, + 134 + ], + [ + 109, + 134 + ], + [ + 108, + 135 + ], + [ + 109, + 136 + ], + [ + 109, + 135 + ], + [ + 108, + 136 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 378 + ], + [ + 126, + 379 + ], + [ + 125, + 378 + ], + [ + 124, + 378 + ], + [ + 125, + 379 + ], + [ + 124, + 379 + ], + [ + 123, + 378 + ], + [ + 122, + 379 + ], + [ + 121, + 380 + ], + [ + 120, + 381 + ], + [ + 119, + 382 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 95, + 307 + ], + [ + 94, + 308 + ], + [ + 93, + 309 + ], + [ + 93, + 310 + ], + [ + 92, + 311 + ], + [ + 92, + 312 + ], + [ + 91, + 312 + ], + [ + 90, + 313 + ], + [ + 89, + 313 + ], + [ + 88, + 312 + ], + [ + 87, + 312 + ], + [ + 86, + 312 + ], + [ + 85, + 311 + ], + [ + 84, + 311 + ], + [ + 83, + 311 + ], + [ + 82, + 310 + ], + [ + 81, + 309 + ], + [ + 80, + 309 + ], + [ + 79, + 309 + ], + [ + 78, + 310 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 132, + 34 + ], + [ + 133, + 33 + ], + [ + 133, + 32 + ], + [ + 134, + 32 + ], + [ + 135, + 31 + ], + [ + 136, + 31 + ], + [ + 136, + 30 + ], + [ + 135, + 29 + ], + [ + 136, + 29 + ], + [ + 137, + 30 + ], + [ + 138, + 29 + ], + [ + 138, + 28 + ], + [ + 137, + 29 + ], + [ + 138, + 30 + ], + [ + 137, + 31 + ], + [ + 137, + 32 + ], + [ + 138, + 32 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 139, + 95 + ], + [ + 138, + 94 + ], + [ + 137, + 94 + ], + [ + 136, + 94 + ], + [ + 135, + 93 + ], + [ + 134, + 92 + ], + [ + 133, + 93 + ], + [ + 132, + 92 + ], + [ + 133, + 91 + ], + [ + 132, + 91 + ], + [ + 133, + 92 + ], + [ + 134, + 91 + ], + [ + 135, + 90 + ], + [ + 134, + 89 + ], + [ + 133, + 90 + ], + [ + 133, + 89 + ], + [ + 134, + 88 + ], + [ + 134, + 87 + ], + [ + 135, + 88 + ], + [ + 135, + 87 + ], + [ + 135, + 86 + ], + [ + 136, + 86 + ], + [ + 135, + 85 + ], + [ + 135, + 84 + ], + [ + 136, + 84 + ], + [ + 137, + 84 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 132, + 503 + ], + [ + 131, + 504 + ], + [ + 130, + 505 + ], + [ + 129, + 506 + ], + [ + 128, + 507 + ], + [ + 127, + 508 + ], + [ + 126, + 508 + ], + [ + 125, + 509 + ], + [ + 124, + 510 + ], + [ + 124, + 511 + ], + [ + 123, + 511 + ], + [ + 122, + 511 + ], + [ + 123, + 510 + ], + [ + 122, + 510 + ], + [ + 123, + 509 + ], + [ + 122, + 509 + ], + [ + 121, + 510 + ], + [ + 121, + 509 + ], + [ + 121, + 508 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 152, + 179 + ], + [ + 153, + 179 + ], + [ + 154, + 178 + ], + [ + 155, + 178 + ], + [ + 156, + 177 + ], + [ + 157, + 177 + ], + [ + 158, + 176 + ], + [ + 158, + 175 + ], + [ + 159, + 174 + ], + [ + 159, + 173 + ], + [ + 160, + 172 + ], + [ + 161, + 171 + ], + [ + 162, + 171 + ], + [ + 163, + 170 + ], + [ + 163, + 169 + ], + [ + 163, + 168 + ], + [ + 163, + 167 + ], + [ + 164, + 166 + ], + [ + 163, + 166 + ], + [ + 162, + 165 + ], + [ + 161, + 164 + ], + [ + 160, + 163 + ], + [ + 159, + 162 + ], + [ + 158, + 161 + ], + [ + 157, + 160 + ], + [ + 156, + 159 + ], + [ + 155, + 158 + ], + [ + 154, + 157 + ], + [ + 153, + 156 + ], + [ + 152, + 155 + ], + [ + 152, + 154 + ], + [ + 151, + 153 + ], + [ + 150, + 153 + ], + [ + 149, + 152 + ], + [ + 148, + 151 + ], + [ + 149, + 150 + ], + [ + 150, + 150 + ], + [ + 150, + 149 + ], + [ + 149, + 148 + ], + [ + 149, + 149 + ], + [ + 148, + 150 + ], + [ + 148, + 149 + ], + [ + 147, + 148 + ], + [ + 146, + 148 + ], + [ + 145, + 148 + ], + [ + 146, + 147 + ], + [ + 145, + 146 + ], + [ + 145, + 145 + ], + [ + 144, + 145 + ], + [ + 143, + 146 + ], + [ + 142, + 146 + ], + [ + 141, + 146 + ], + [ + 141, + 145 + ], + [ + 141, + 144 + ], + [ + 140, + 144 + ], + [ + 139, + 144 + ], + [ + 138, + 144 + ], + [ + 137, + 144 + ], + [ + 136, + 143 + ], + [ + 135, + 142 + ], + [ + 135, + 143 + ], + [ + 134, + 142 + ], + [ + 135, + 141 + ], + [ + 134, + 140 + ], + [ + 135, + 140 + ], + [ + 134, + 141 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 78, + 233 + ], + [ + 79, + 234 + ], + [ + 80, + 235 + ], + [ + 81, + 236 + ], + [ + 82, + 237 + ], + [ + 83, + 238 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 104, + 19 + ], + [ + 105, + 20 + ], + [ + 106, + 19 + ], + [ + 107, + 20 + ], + [ + 108, + 20 + ], + [ + 109, + 21 + ], + [ + 110, + 20 + ], + [ + 111, + 20 + ], + [ + 112, + 20 + ], + [ + 112, + 21 + ], + [ + 113, + 22 + ], + [ + 113, + 23 + ], + [ + 114, + 23 + ], + [ + 115, + 24 + ], + [ + 115, + 25 + ], + [ + 116, + 24 + ], + [ + 116, + 25 + ], + [ + 117, + 24 + ], + [ + 117, + 23 + ], + [ + 118, + 22 + ], + [ + 118, + 21 + ], + [ + 117, + 22 + ], + [ + 116, + 22 + ], + [ + 117, + 21 + ], + [ + 118, + 20 + ], + [ + 119, + 19 + ], + [ + 118, + 18 + ], + [ + 117, + 17 + ], + [ + 118, + 17 + ], + [ + 119, + 18 + ], + [ + 119, + 17 + ], + [ + 119, + 16 + ], + [ + 120, + 15 + ], + [ + 120, + 14 + ], + [ + 121, + 13 + ], + [ + 122, + 12 + ], + [ + 122, + 11 + ], + [ + 121, + 10 + ], + [ + 122, + 9 + ], + [ + 123, + 8 + ], + [ + 123, + 7 + ], + [ + 123, + 6 + ], + [ + 124, + 5 + ], + [ + 123, + 5 + ], + [ + 122, + 4 + ], + [ + 123, + 3 + ], + [ + 124, + 4 + ], + [ + 124, + 3 + ], + [ + 123, + 2 + ], + [ + 122, + 1 + ], + [ + 121, + 0 + ], + [ + 121, + 511 + ], + [ + 122, + 511 + ], + [ + 123, + 510 + ], + [ + 122, + 510 + ], + [ + 122, + 509 + ], + [ + 123, + 509 + ], + [ + 124, + 509 + ], + [ + 124, + 510 + ], + [ + 123, + 511 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 86, + 470 + ], + [ + 85, + 469 + ], + [ + 84, + 468 + ], + [ + 83, + 467 + ], + [ + 82, + 468 + ], + [ + 81, + 468 + ], + [ + 80, + 468 + ], + [ + 81, + 467 + ], + [ + 82, + 466 + ], + [ + 82, + 465 + ], + [ + 83, + 464 + ], + [ + 82, + 464 + ], + [ + 83, + 463 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 105, + 388 + ], + "area_fraction": 0.0429 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 112, + 252 + ], + "area_fraction": 0.0486 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 94 + ], + "peak": [ + 44, + 99 + ], + "area_cells": 8912 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 433 + ], + "peak": [ + 5, + 468 + ], + "area_cells": 5022 + }, + { + "id": "range_3", + "name": null, + "center": [ + 230, + 194 + ], + "peak": [ + 230, + 259 + ], + "area_cells": 11790 + }, + { + "id": "range_4", + "name": null, + "center": [ + 213, + 476 + ], + "peak": [ + 220, + 494 + ], + "area_cells": 1495 + }, + { + "id": "range_5", + "name": null, + "center": [ + 224, + 391 + ], + "peak": [ + 224, + 391 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27d/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27d/globe.png new file mode 100644 index 000000000..2d703fc40 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27d/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27d/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27d/heightmap.png new file mode 100644 index 000000000..d943827b9 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27d/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27d/index.md b/wiki/star-systems/GJ-27/bodies/GJ27d/index.md new file mode 100644 index 000000000..f17e61429 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ27d +name: Okahandja +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3258601730 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 17.7 +physical: + gravity_g: 0.88 + oblateness: 0.0016 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.365 + polar_ice_lat: 0.756 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Okahandja + +Temperate planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 380 days | +| **Inhabited** | yes | +| **Population** | 290K | +| **Economy** | agricultural | +| **Settlement** | town_network | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27d/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27d/markers.json new file mode 100644 index 000000000..698bd006b --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27d/markers.json @@ -0,0 +1,694 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 97, + 119 + ], + [ + 98, + 118 + ], + [ + 99, + 117 + ], + [ + 100, + 116 + ], + [ + 101, + 115 + ], + [ + 102, + 114 + ], + [ + 103, + 113 + ], + [ + 104, + 112 + ], + [ + 105, + 111 + ], + [ + 106, + 110 + ], + [ + 107, + 109 + ], + [ + 107, + 110 + ], + [ + 108, + 109 + ], + [ + 107, + 108 + ], + [ + 106, + 108 + ], + [ + 106, + 109 + ], + [ + 105, + 109 + ], + [ + 105, + 108 + ], + [ + 105, + 107 + ], + [ + 105, + 106 + ], + [ + 104, + 106 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 76, + 0 + ], + [ + 75, + 511 + ], + [ + 74, + 510 + ], + [ + 73, + 509 + ], + [ + 72, + 508 + ], + [ + 71, + 507 + ], + [ + 70, + 507 + ], + [ + 69, + 506 + ], + [ + 68, + 505 + ], + [ + 67, + 504 + ], + [ + 66, + 503 + ], + [ + 66, + 502 + ], + [ + 65, + 501 + ], + [ + 64, + 500 + ], + [ + 64, + 499 + ], + [ + 65, + 498 + ], + [ + 66, + 497 + ], + [ + 66, + 496 + ], + [ + 66, + 495 + ], + [ + 65, + 495 + ], + [ + 64, + 494 + ], + [ + 65, + 493 + ], + [ + 66, + 493 + ], + [ + 66, + 492 + ], + [ + 66, + 491 + ], + [ + 66, + 490 + ], + [ + 65, + 490 + ], + [ + 66, + 489 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 62, + 458 + ], + [ + 63, + 458 + ], + [ + 64, + 457 + ], + [ + 65, + 456 + ], + [ + 66, + 457 + ], + [ + 67, + 457 + ], + [ + 68, + 457 + ], + [ + 69, + 458 + ], + [ + 68, + 458 + ], + [ + 69, + 459 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 200, + 490 + ], + [ + 201, + 491 + ], + [ + 202, + 492 + ], + [ + 203, + 493 + ], + [ + 204, + 494 + ], + [ + 205, + 495 + ], + [ + 206, + 496 + ], + [ + 207, + 497 + ], + [ + 208, + 498 + ], + [ + 209, + 497 + ], + [ + 210, + 498 + ], + [ + 211, + 499 + ], + [ + 212, + 500 + ], + [ + 213, + 500 + ], + [ + 213, + 499 + ], + [ + 214, + 499 + ], + [ + 214, + 498 + ], + [ + 215, + 498 + ], + [ + 216, + 497 + ], + [ + 215, + 497 + ], + [ + 214, + 497 + ], + [ + 215, + 496 + ], + [ + 216, + 495 + ], + [ + 216, + 494 + ], + [ + 216, + 493 + ], + [ + 217, + 492 + ], + [ + 217, + 491 + ], + [ + 216, + 492 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 78, + 469 + ], + [ + 77, + 470 + ], + [ + 76, + 471 + ], + [ + 75, + 471 + ], + [ + 74, + 471 + ], + [ + 73, + 470 + ], + [ + 72, + 469 + ], + [ + 73, + 468 + ], + [ + 72, + 467 + ], + [ + 72, + 466 + ], + [ + 71, + 466 + ], + [ + 71, + 465 + ], + [ + 71, + 464 + ], + [ + 71, + 463 + ], + [ + 71, + 462 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 30, + 234 + ], + [ + 29, + 235 + ], + [ + 28, + 235 + ], + [ + 27, + 234 + ], + [ + 26, + 235 + ], + [ + 25, + 235 + ], + [ + 25, + 236 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 70, + 451 + ], + [ + 69, + 452 + ], + [ + 68, + 453 + ], + [ + 67, + 454 + ], + [ + 67, + 455 + ], + [ + 68, + 456 + ], + [ + 68, + 457 + ], + [ + 68, + 458 + ], + [ + 69, + 459 + ], + [ + 70, + 459 + ], + [ + 70, + 460 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 92, + 218 + ], + [ + 93, + 219 + ], + [ + 94, + 220 + ], + [ + 95, + 221 + ], + [ + 96, + 222 + ], + [ + 97, + 223 + ], + [ + 98, + 224 + ], + [ + 99, + 225 + ], + [ + 99, + 226 + ], + [ + 100, + 227 + ], + [ + 101, + 228 + ], + [ + 100, + 229 + ], + [ + 100, + 230 + ], + [ + 99, + 231 + ], + [ + 100, + 232 + ], + [ + 101, + 233 + ], + [ + 100, + 234 + ], + [ + 101, + 235 + ], + [ + 100, + 236 + ], + [ + 101, + 237 + ], + [ + 101, + 238 + ], + [ + 102, + 239 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 168, + 266 + ], + "area_fraction": 0.6284 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 346 + ], + "peak": [ + 26, + 356 + ], + "area_cells": 377 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 80 + ], + "peak": [ + 39, + 62 + ], + "area_cells": 4324 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 263 + ], + "peak": [ + 66, + 259 + ], + "area_cells": 636 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 510 + ], + "peak": [ + 36, + 510 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m1/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/globe.png new file mode 100644 index 000000000..feaff04da Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m1/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/heightmap.png new file mode 100644 index 000000000..65ab819d9 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m1/index.md b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/index.md new file mode 100644 index 000000000..919ac625d --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2389294541 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 49.2 +physical: + gravity_g: 0.14 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27e-m1 + +Frozen moon. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m1/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/markers.json new file mode 100644 index 000000000..ea5fa6ff9 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27e-m1/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 197, + 444 + ], + "area_fraction": 0.0323 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 200, + 155 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 77, + 220 + ], + "peak": [ + 76, + 191 + ], + "area_cells": 4558 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 473 + ], + "peak": [ + 84, + 507 + ], + "area_cells": 5087 + }, + { + "id": "range_7", + "name": null, + "center": [ + 107, + 47 + ], + "peak": [ + 69, + 9 + ], + "area_cells": 4751 + }, + { + "id": "range_8", + "name": null, + "center": [ + 91, + 285 + ], + "peak": [ + 93, + 286 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 62 + ], + "peak": [ + 92, + 63 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 309 + ], + "peak": [ + 119, + 305 + ], + "area_cells": 507 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 404 + ], + "peak": [ + 112, + 405 + ], + "area_cells": 274 + }, + { + "id": "range_12", + "name": null, + "center": [ + 126, + 355 + ], + "peak": [ + 121, + 359 + ], + "area_cells": 243 + }, + { + "id": "range_16", + "name": null, + "center": [ + 146, + 469 + ], + "peak": [ + 145, + 465 + ], + "area_cells": 129 + }, + { + "id": "range_18", + "name": null, + "center": [ + 244, + 316 + ], + "peak": [ + 240, + 315 + ], + "area_cells": 624 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m2/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/globe.png new file mode 100644 index 000000000..edac9797a Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m2/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/heightmap.png new file mode 100644 index 000000000..f122cf524 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m2/index.md b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/index.md new file mode 100644 index 000000000..9f45fda0a --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1973115191 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: 0.1 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.943 + polar_ice_lat: 0.903 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27e-m2 + +Barren moon. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 94% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e-m2/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/markers.json new file mode 100644 index 000000000..21ae5ca8b --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27e-m2/markers.json @@ -0,0 +1,412 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 23 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 16, + 480 + ], + "area_fraction": 0.017 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 1 + ], + "peak": [ + 79, + 0 + ], + "area_cells": 26 + }, + { + "id": "range_2", + "name": null, + "center": [ + 85, + 500 + ], + "peak": [ + 79, + 510 + ], + "area_cells": 153 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 449 + ], + "peak": [ + 95, + 441 + ], + "area_cells": 349 + }, + { + "id": "range_5", + "name": null, + "center": [ + 148, + 33 + ], + "peak": [ + 130, + 50 + ], + "area_cells": 3355 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 194 + ], + "peak": [ + 104, + 195 + ], + "area_cells": 41 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 504 + ], + "peak": [ + 119, + 507 + ], + "area_cells": 283 + }, + { + "id": "range_8", + "name": null, + "center": [ + 110, + 227 + ], + "peak": [ + 111, + 230 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 74 + ], + "peak": [ + 118, + 77 + ], + "area_cells": 89 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 216 + ], + "peak": [ + 128, + 220 + ], + "area_cells": 51 + }, + { + "id": "range_13", + "name": null, + "center": [ + 126, + 399 + ], + "peak": [ + 126, + 401 + ], + "area_cells": 86 + }, + { + "id": "range_14", + "name": null, + "center": [ + 129, + 487 + ], + "peak": [ + 128, + 488 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 145, + 220 + ], + "peak": [ + 138, + 214 + ], + "area_cells": 139 + }, + { + "id": "range_17", + "name": null, + "center": [ + 146, + 422 + ], + "peak": [ + 145, + 420 + ], + "area_cells": 197 + }, + { + "id": "range_18", + "name": null, + "center": [ + 182, + 412 + ], + "peak": [ + 180, + 394 + ], + "area_cells": 2509 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 506 + ], + "peak": [ + 148, + 511 + ], + "area_cells": 156 + }, + { + "id": "range_20", + "name": null, + "center": [ + 142, + 334 + ], + "peak": [ + 143, + 335 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 149, + 80 + ], + "peak": [ + 150, + 80 + ], + "area_cells": 145 + }, + { + "id": "range_26", + "name": null, + "center": [ + 183, + 342 + ], + "peak": [ + 179, + 338 + ], + "area_cells": 244 + }, + { + "id": "range_28", + "name": null, + "center": [ + 191, + 487 + ], + "peak": [ + 182, + 484 + ], + "area_cells": 139 + }, + { + "id": "range_31", + "name": null, + "center": [ + 198, + 16 + ], + "peak": [ + 201, + 24 + ], + "area_cells": 270 + }, + { + "id": "range_32", + "name": null, + "center": [ + 186, + 368 + ], + "peak": [ + 187, + 370 + ], + "area_cells": 21 + }, + { + "id": "range_33", + "name": null, + "center": [ + 199, + 371 + ], + "peak": [ + 200, + 370 + ], + "area_cells": 36 + }, + { + "id": "range_35", + "name": null, + "center": [ + 218, + 276 + ], + "peak": [ + 214, + 277 + ], + "area_cells": 85 + }, + { + "id": "range_36", + "name": null, + "center": [ + 211, + 427 + ], + "peak": [ + 210, + 427 + ], + "area_cells": 31 + }, + { + "id": "range_38", + "name": null, + "center": [ + 224, + 236 + ], + "peak": [ + 223, + 239 + ], + "area_cells": 104 + }, + { + "id": "range_42", + "name": null, + "center": [ + 225, + 299 + ], + "peak": [ + 222, + 301 + ], + "area_cells": 50 + }, + { + "id": "range_45", + "name": null, + "center": [ + 233, + 285 + ], + "peak": [ + 234, + 286 + ], + "area_cells": 34 + }, + { + "id": "range_47", + "name": null, + "center": [ + 243, + 198 + ], + "peak": [ + 239, + 198 + ], + "area_cells": 25 + }, + { + "id": "range_49", + "name": null, + "center": [ + 245, + 192 + ], + "peak": [ + 238, + 193 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27e/globe.png new file mode 100644 index 000000000..65c95c3c8 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27e/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27e/index.md b/wiki/star-systems/GJ-27/bodies/GJ27e/index.md new file mode 100644 index 000000000..5a35a616b --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ27e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2780441713 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.703 + period_days: 1820.0 + axial_tilt_deg: 11.6 +physical: + gravity_g: null + oblateness: 0.0872 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.109 +rings: + enabled: true + inner_radius_factor: 1.21 + outer_radius_factor: 2.3 + opacity_base: 0.65 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ27e + +Gas giant. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1820 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27f/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27f/globe.png new file mode 100644 index 000000000..f84b234ea Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27f/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27f/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27f/heightmap.png new file mode 100644 index 000000000..2abe2e17a Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27f/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27f/index.md b/wiki/star-systems/GJ-27/bodies/GJ27f/index.md new file mode 100644 index 000000000..ed7bded4a --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2930212922 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 50.4 +physical: + gravity_g: 0.58 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.221 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.299 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27f + +Frozen planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.58g | +| **Land** | 96% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27f/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27f/markers.json new file mode 100644 index 000000000..7db478a12 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27f/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 140 + ], + "area_fraction": 0.0205 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 32, + 368 + ], + "peak": [ + 51, + 344 + ], + "area_cells": 6267 + }, + { + "id": "range_3", + "name": null, + "center": [ + 78, + 49 + ], + "peak": [ + 83, + 52 + ], + "area_cells": 446 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 200 + ], + "peak": [ + 76, + 200 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 484 + ], + "peak": [ + 94, + 484 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 500 + ], + "peak": [ + 150, + 501 + ], + "area_cells": 723 + }, + { + "id": "range_9", + "name": null, + "center": [ + 147, + 3 + ], + "peak": [ + 148, + 0 + ], + "area_cells": 188 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 491 + ], + "peak": [ + 183, + 491 + ], + "area_cells": 42 + }, + { + "id": "range_12", + "name": null, + "center": [ + 203, + 218 + ], + "peak": [ + 204, + 222 + ], + "area_cells": 178 + }, + { + "id": "range_13", + "name": null, + "center": [ + 220, + 176 + ], + "peak": [ + 221, + 175 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27g/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27g/globe.png new file mode 100644 index 000000000..42bb15891 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27g/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27g/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27g/heightmap.png new file mode 100644 index 000000000..c946d3d45 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27g/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27g/index.md b/wiki/star-systems/GJ-27/bodies/GJ27g/index.md new file mode 100644 index 000000000..a0c547bf6 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1545888242 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.131 + period_days: 7800.0 + axial_tilt_deg: 47.1 +physical: + gravity_g: 0.44 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.135 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27g + +Frozen planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 96% | +| **Year** | 7800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27g/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27g/markers.json new file mode 100644 index 000000000..ff4acaa48 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27g/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 12 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 12, + 466 + ], + "area_fraction": 0.0182 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 125, + 270 + ], + "peak": [ + 111, + 254 + ], + "area_cells": 28658 + }, + { + "id": "range_8", + "name": null, + "center": [ + 169, + 316 + ], + "peak": [ + 169, + 322 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27h/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27h/globe.png new file mode 100644 index 000000000..6b1faef23 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27h/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27h/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27h/heightmap.png new file mode 100644 index 000000000..f31ad1d66 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27h/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27h/index.md b/wiki/star-systems/GJ-27/bodies/GJ27h/index.md new file mode 100644 index 000000000..5021f52f1 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3585259742 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.682 + period_days: 14300.0 + axial_tilt_deg: 37.6 +physical: + gravity_g: 0.34 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.218 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27h + +Frozen planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Land** | 99% | +| **Year** | 14300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27h/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27h/markers.json new file mode 100644 index 000000000..82e11207b --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27h/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 87, + 37 + ], + "peak": [ + 88, + 37 + ], + "area_cells": 60 + }, + { + "id": "range_3", + "name": null, + "center": [ + 129, + 337 + ], + "peak": [ + 152, + 419 + ], + "area_cells": 19750 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 43 + ], + "peak": [ + 133, + 8 + ], + "area_cells": 3643 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 87 + ], + "peak": [ + 123, + 87 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 106 + ], + "peak": [ + 148, + 100 + ], + "area_cells": 174 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 212 + ], + "peak": [ + 171, + 213 + ], + "area_cells": 25 + }, + { + "id": "range_13", + "name": null, + "center": [ + 181, + 135 + ], + "peak": [ + 183, + 134 + ], + "area_cells": 259 + }, + { + "id": "range_14", + "name": null, + "center": [ + 176, + 161 + ], + "peak": [ + 176, + 161 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 251, + 70 + ], + "peak": [ + 255, + 60 + ], + "area_cells": 122 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 107 + ], + "peak": [ + 255, + 108 + ], + "area_cells": 46 + }, + { + "id": "range_20", + "name": null, + "center": [ + 253, + 51 + ], + "peak": [ + 255, + 52 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-27/bodies/GJ27i/globe.png b/wiki/star-systems/GJ-27/bodies/GJ27i/globe.png new file mode 100644 index 000000000..640a22cbe Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27i/globe.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27i/heightmap.png b/wiki/star-systems/GJ-27/bodies/GJ27i/heightmap.png new file mode 100644 index 000000000..75e48cb71 Binary files /dev/null and b/wiki/star-systems/GJ-27/bodies/GJ27i/heightmap.png differ diff --git a/wiki/star-systems/GJ-27/bodies/GJ27i/index.md b/wiki/star-systems/GJ-27/bodies/GJ27i/index.md new file mode 100644 index 000000000..70f9fcbf2 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ27i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2863080671 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.832 + period_days: 25800.0 + axial_tilt_deg: 42.3 +physical: + gravity_g: 0.25 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ27i + +Frozen planet. + +**System:** [GJ-27](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Land** | 96% | +| **Year** | 25800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-27/bodies/GJ27i/markers.json b/wiki/star-systems/GJ-27/bodies/GJ27i/markers.json new file mode 100644 index 000000000..49ed00680 --- /dev/null +++ b/wiki/star-systems/GJ-27/bodies/GJ27i/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 205, + 271 + ], + "area_fraction": 0.0246 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 273 + ], + "peak": [ + 1, + 271 + ], + "area_cells": 51 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 369 + ], + "peak": [ + 12, + 371 + ], + "area_cells": 286 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 108 + ], + "peak": [ + 11, + 108 + ], + "area_cells": 30 + }, + { + "id": "range_7", + "name": null, + "center": [ + 16, + 301 + ], + "peak": [ + 15, + 304 + ], + "area_cells": 150 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 140 + ], + "peak": [ + 59, + 109 + ], + "area_cells": 15650 + }, + { + "id": "range_13", + "name": null, + "center": [ + 56, + 290 + ], + "peak": [ + 56, + 289 + ], + "area_cells": 39 + }, + { + "id": "range_17", + "name": null, + "center": [ + 113, + 342 + ], + "peak": [ + 107, + 366 + ], + "area_cells": 1281 + }, + { + "id": "range_19", + "name": null, + "center": [ + 161, + 494 + ], + "peak": [ + 162, + 503 + ], + "area_cells": 316 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ273b/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273b/globe.png new file mode 100644 index 000000000..a18c55a61 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273b/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273b/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273b/heightmap.png new file mode 100644 index 000000000..25e29c4f5 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273b/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273b/index.md b/wiki/star-systems/GJ-273/bodies/GJ273b/index.md new file mode 100644 index 000000000..9ef306199 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ273b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1205755124 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.024 + period_days: 2.0 + axial_tilt_deg: 2.4 +physical: + gravity_g: 0.3 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.915 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273b + +Barren planet. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 2 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273b/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273b/markers.json new file mode 100644 index 000000000..4a813044f --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273b/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 81, + 337 + ], + "peak": [ + 72, + 337 + ], + "area_cells": 1157 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 396 + ], + "peak": [ + 77, + 405 + ], + "area_cells": 343 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 213 + ], + "peak": [ + 50, + 213 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 296 + ], + "peak": [ + 93, + 294 + ], + "area_cells": 1109 + }, + { + "id": "range_10", + "name": null, + "center": [ + 91, + 153 + ], + "peak": [ + 87, + 124 + ], + "area_cells": 2696 + }, + { + "id": "range_11", + "name": null, + "center": [ + 65, + 219 + ], + "peak": [ + 60, + 219 + ], + "area_cells": 91 + }, + { + "id": "range_14", + "name": null, + "center": [ + 69, + 275 + ], + "peak": [ + 65, + 276 + ], + "area_cells": 38 + }, + { + "id": "range_15", + "name": null, + "center": [ + 77, + 444 + ], + "peak": [ + 72, + 443 + ], + "area_cells": 104 + }, + { + "id": "range_20", + "name": null, + "center": [ + 83, + 85 + ], + "peak": [ + 77, + 84 + ], + "area_cells": 162 + }, + { + "id": "range_25", + "name": null, + "center": [ + 99, + 431 + ], + "peak": [ + 99, + 432 + ], + "area_cells": 155 + }, + { + "id": "range_27", + "name": null, + "center": [ + 126, + 484 + ], + "peak": [ + 142, + 488 + ], + "area_cells": 1014 + }, + { + "id": "range_28", + "name": null, + "center": [ + 119, + 27 + ], + "peak": [ + 114, + 30 + ], + "area_cells": 268 + }, + { + "id": "range_29", + "name": null, + "center": [ + 124, + 252 + ], + "peak": [ + 115, + 247 + ], + "area_cells": 394 + }, + { + "id": "range_31", + "name": null, + "center": [ + 118, + 220 + ], + "peak": [ + 121, + 221 + ], + "area_cells": 33 + }, + { + "id": "range_33", + "name": null, + "center": [ + 125, + 441 + ], + "peak": [ + 125, + 441 + ], + "area_cells": 37 + }, + { + "id": "range_34", + "name": null, + "center": [ + 132, + 440 + ], + "peak": [ + 133, + 440 + ], + "area_cells": 45 + }, + { + "id": "range_37", + "name": null, + "center": [ + 185, + 120 + ], + "peak": [ + 186, + 120 + ], + "area_cells": 842 + }, + { + "id": "range_38", + "name": null, + "center": [ + 158, + 9 + ], + "peak": [ + 160, + 11 + ], + "area_cells": 204 + }, + { + "id": "range_39", + "name": null, + "center": [ + 165, + 384 + ], + "peak": [ + 163, + 385 + ], + "area_cells": 244 + }, + { + "id": "range_40", + "name": null, + "center": [ + 162, + 452 + ], + "peak": [ + 158, + 454 + ], + "area_cells": 319 + }, + { + "id": "range_42", + "name": null, + "center": [ + 171, + 410 + ], + "peak": [ + 164, + 412 + ], + "area_cells": 228 + }, + { + "id": "range_43", + "name": null, + "center": [ + 159, + 51 + ], + "peak": [ + 160, + 51 + ], + "area_cells": 22 + }, + { + "id": "range_44", + "name": null, + "center": [ + 164, + 29 + ], + "peak": [ + 164, + 29 + ], + "area_cells": 50 + }, + { + "id": "range_45", + "name": null, + "center": [ + 168, + 365 + ], + "peak": [ + 165, + 367 + ], + "area_cells": 69 + }, + { + "id": "range_46", + "name": null, + "center": [ + 175, + 147 + ], + "peak": [ + 175, + 149 + ], + "area_cells": 186 + }, + { + "id": "range_47", + "name": null, + "center": [ + 167, + 344 + ], + "peak": [ + 168, + 344 + ], + "area_cells": 40 + }, + { + "id": "range_48", + "name": null, + "center": [ + 179, + 88 + ], + "peak": [ + 182, + 94 + ], + "area_cells": 165 + }, + { + "id": "range_50", + "name": null, + "center": [ + 184, + 483 + ], + "peak": [ + 185, + 483 + ], + "area_cells": 162 + }, + { + "id": "range_51", + "name": null, + "center": [ + 183, + 354 + ], + "peak": [ + 180, + 355 + ], + "area_cells": 107 + }, + { + "id": "range_52", + "name": null, + "center": [ + 185, + 62 + ], + "peak": [ + 186, + 63 + ], + "area_cells": 53 + }, + { + "id": "range_54", + "name": null, + "center": [ + 203, + 40 + ], + "peak": [ + 204, + 40 + ], + "area_cells": 69 + }, + { + "id": "range_56", + "name": null, + "center": [ + 210, + 7 + ], + "peak": [ + 211, + 8 + ], + "area_cells": 27 + }, + { + "id": "range_58", + "name": null, + "center": [ + 218, + 465 + ], + "peak": [ + 219, + 470 + ], + "area_cells": 148 + }, + { + "id": "range_59", + "name": null, + "center": [ + 215, + 478 + ], + "peak": [ + 215, + 478 + ], + "area_cells": 26 + }, + { + "id": "range_61", + "name": null, + "center": [ + 252, + 183 + ], + "peak": [ + 253, + 187 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c-1/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273c-1/globe.png new file mode 100644 index 000000000..a9adfa140 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273c-1/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c-1/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273c-1/heightmap.png new file mode 100644 index 000000000..80da13361 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c-1/index.md b/wiki/star-systems/GJ-273/bodies/GJ273c-1/index.md new file mode 100644 index 000000000..9b8fe2b46 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ273c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2343922213 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.05 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.924 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273c-1 + +Barren moon. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c-1/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273c-1/markers.json new file mode 100644 index 000000000..14546e8cf --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273c-1/markers.json @@ -0,0 +1,508 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 21, + 106 + ], + "peak": [ + 20, + 108 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 78 + ], + "peak": [ + 47, + 78 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 103 + ], + "peak": [ + 56, + 104 + ], + "area_cells": 132 + }, + { + "id": "range_8", + "name": null, + "center": [ + 67, + 121 + ], + "peak": [ + 66, + 124 + ], + "area_cells": 278 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 84 + ], + "peak": [ + 76, + 86 + ], + "area_cells": 140 + }, + { + "id": "range_12", + "name": null, + "center": [ + 80, + 419 + ], + "peak": [ + 77, + 415 + ], + "area_cells": 123 + }, + { + "id": "range_13", + "name": null, + "center": [ + 78, + 400 + ], + "peak": [ + 79, + 401 + ], + "area_cells": 66 + }, + { + "id": "range_15", + "name": null, + "center": [ + 85, + 45 + ], + "peak": [ + 85, + 46 + ], + "area_cells": 58 + }, + { + "id": "range_16", + "name": null, + "center": [ + 93, + 108 + ], + "peak": [ + 93, + 109 + ], + "area_cells": 126 + }, + { + "id": "range_17", + "name": null, + "center": [ + 91, + 94 + ], + "peak": [ + 91, + 94 + ], + "area_cells": 45 + }, + { + "id": "range_18", + "name": null, + "center": [ + 131, + 460 + ], + "peak": [ + 130, + 424 + ], + "area_cells": 3795 + }, + { + "id": "range_19", + "name": null, + "center": [ + 143, + 373 + ], + "peak": [ + 150, + 367 + ], + "area_cells": 1132 + }, + { + "id": "range_20", + "name": null, + "center": [ + 127, + 32 + ], + "peak": [ + 124, + 22 + ], + "area_cells": 2225 + }, + { + "id": "range_21", + "name": null, + "center": [ + 106, + 205 + ], + "peak": [ + 106, + 205 + ], + "area_cells": 125 + }, + { + "id": "range_23", + "name": null, + "center": [ + 115, + 147 + ], + "peak": [ + 122, + 144 + ], + "area_cells": 203 + }, + { + "id": "range_24", + "name": null, + "center": [ + 132, + 318 + ], + "peak": [ + 127, + 322 + ], + "area_cells": 616 + }, + { + "id": "range_25", + "name": null, + "center": [ + 113, + 89 + ], + "peak": [ + 113, + 90 + ], + "area_cells": 47 + }, + { + "id": "range_26", + "name": null, + "center": [ + 116, + 247 + ], + "peak": [ + 116, + 247 + ], + "area_cells": 29 + }, + { + "id": "range_29", + "name": null, + "center": [ + 168, + 251 + ], + "peak": [ + 167, + 220 + ], + "area_cells": 3391 + }, + { + "id": "range_30", + "name": null, + "center": [ + 131, + 111 + ], + "peak": [ + 132, + 111 + ], + "area_cells": 28 + }, + { + "id": "range_33", + "name": null, + "center": [ + 150, + 185 + ], + "peak": [ + 150, + 186 + ], + "area_cells": 89 + }, + { + "id": "range_34", + "name": null, + "center": [ + 165, + 449 + ], + "peak": [ + 176, + 450 + ], + "area_cells": 322 + }, + { + "id": "range_36", + "name": null, + "center": [ + 186, + 71 + ], + "peak": [ + 190, + 80 + ], + "area_cells": 727 + }, + { + "id": "range_37", + "name": null, + "center": [ + 164, + 117 + ], + "peak": [ + 164, + 121 + ], + "area_cells": 175 + }, + { + "id": "range_39", + "name": null, + "center": [ + 166, + 332 + ], + "peak": [ + 168, + 334 + ], + "area_cells": 128 + }, + { + "id": "range_41", + "name": null, + "center": [ + 188, + 316 + ], + "peak": [ + 187, + 315 + ], + "area_cells": 152 + }, + { + "id": "range_42", + "name": null, + "center": [ + 207, + 335 + ], + "peak": [ + 201, + 333 + ], + "area_cells": 352 + }, + { + "id": "range_43", + "name": null, + "center": [ + 186, + 138 + ], + "peak": [ + 189, + 136 + ], + "area_cells": 89 + }, + { + "id": "range_44", + "name": null, + "center": [ + 192, + 465 + ], + "peak": [ + 192, + 466 + ], + "area_cells": 68 + }, + { + "id": "range_47", + "name": null, + "center": [ + 197, + 452 + ], + "peak": [ + 198, + 452 + ], + "area_cells": 43 + }, + { + "id": "range_48", + "name": null, + "center": [ + 207, + 95 + ], + "peak": [ + 210, + 96 + ], + "area_cells": 43 + }, + { + "id": "range_49", + "name": null, + "center": [ + 207, + 104 + ], + "peak": [ + 208, + 104 + ], + "area_cells": 59 + }, + { + "id": "range_52", + "name": null, + "center": [ + 208, + 288 + ], + "peak": [ + 208, + 289 + ], + "area_cells": 65 + }, + { + "id": "range_54", + "name": null, + "center": [ + 233, + 15 + ], + "peak": [ + 230, + 11 + ], + "area_cells": 138 + }, + { + "id": "range_56", + "name": null, + "center": [ + 241, + 262 + ], + "peak": [ + 247, + 247 + ], + "area_cells": 1552 + }, + { + "id": "range_57", + "name": null, + "center": [ + 233, + 315 + ], + "peak": [ + 237, + 314 + ], + "area_cells": 31 + }, + { + "id": "range_59", + "name": null, + "center": [ + 236, + 346 + ], + "peak": [ + 235, + 347 + ], + "area_cells": 23 + }, + { + "id": "range_70", + "name": null, + "center": [ + 251, + 220 + ], + "peak": [ + 254, + 220 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273c/globe.png new file mode 100644 index 000000000..2fd74df52 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273c/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273c/heightmap.png new file mode 100644 index 000000000..36a4f8226 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273c/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c/index.md b/wiki/star-systems/GJ-273/bodies/GJ273c/index.md new file mode 100644 index 000000000..ce2427115 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ273c +name: Bunbury +body_type: planet +planet_class: temperate +body_scale: planet +seed: 201825844 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 2.2 +physical: + gravity_g: 0.88 + oblateness: 0.0045 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.746 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.49 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Bunbury + +Temperate planet. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 92% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 800M | +| **Economy** | coordination | +| **Settlement** | urban | +| **Industry** | gate_corp | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273c/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273c/markers.json new file mode 100644 index 000000000..0d29415e3 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273c/markers.json @@ -0,0 +1,1064 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 134, + 3 + ], + [ + 135, + 2 + ], + [ + 135, + 1 + ], + [ + 134, + 0 + ], + [ + 133, + 511 + ], + [ + 132, + 510 + ], + [ + 131, + 510 + ], + [ + 130, + 510 + ], + [ + 131, + 509 + ], + [ + 130, + 508 + ], + [ + 129, + 507 + ], + [ + 128, + 506 + ], + [ + 127, + 506 + ], + [ + 126, + 505 + ], + [ + 125, + 506 + ], + [ + 124, + 506 + ], + [ + 123, + 505 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 131, + 253 + ], + [ + 132, + 254 + ], + [ + 133, + 255 + ], + [ + 133, + 256 + ], + [ + 133, + 257 + ], + [ + 133, + 258 + ], + [ + 133, + 259 + ], + [ + 133, + 260 + ], + [ + 133, + 261 + ], + [ + 132, + 262 + ], + [ + 133, + 263 + ], + [ + 134, + 264 + ], + [ + 133, + 265 + ], + [ + 134, + 266 + ], + [ + 135, + 267 + ], + [ + 135, + 268 + ], + [ + 135, + 269 + ], + [ + 135, + 270 + ], + [ + 135, + 271 + ], + [ + 136, + 272 + ], + [ + 136, + 273 + ], + [ + 135, + 273 + ], + [ + 136, + 274 + ], + [ + 135, + 274 + ], + [ + 135, + 275 + ], + [ + 134, + 275 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 82, + 166 + ], + [ + 83, + 167 + ], + [ + 84, + 166 + ], + [ + 85, + 165 + ], + [ + 86, + 164 + ], + [ + 87, + 163 + ], + [ + 88, + 162 + ], + [ + 89, + 161 + ], + [ + 90, + 160 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 148, + 314 + ], + [ + 149, + 313 + ], + [ + 149, + 312 + ], + [ + 150, + 311 + ], + [ + 151, + 310 + ], + [ + 152, + 309 + ], + [ + 153, + 309 + ], + [ + 153, + 308 + ], + [ + 152, + 308 + ], + [ + 153, + 307 + ], + [ + 152, + 307 + ], + [ + 151, + 307 + ], + [ + 152, + 306 + ], + [ + 153, + 306 + ], + [ + 154, + 307 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 67, + 259 + ], + [ + 68, + 260 + ], + [ + 69, + 260 + ], + [ + 70, + 260 + ], + [ + 71, + 259 + ], + [ + 72, + 260 + ], + [ + 73, + 261 + ], + [ + 74, + 261 + ], + [ + 75, + 262 + ], + [ + 76, + 263 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 254, + 456 + ], + [ + 253, + 456 + ], + [ + 252, + 456 + ], + [ + 251, + 455 + ], + [ + 251, + 454 + ], + [ + 250, + 453 + ], + [ + 249, + 452 + ], + [ + 248, + 451 + ], + [ + 249, + 450 + ], + [ + 249, + 449 + ], + [ + 248, + 448 + ], + [ + 248, + 447 + ], + [ + 249, + 447 + ], + [ + 250, + 446 + ], + [ + 250, + 445 + ], + [ + 249, + 446 + ], + [ + 248, + 445 + ], + [ + 247, + 445 + ], + [ + 246, + 445 + ], + [ + 247, + 444 + ], + [ + 248, + 443 + ], + [ + 249, + 442 + ], + [ + 250, + 441 + ], + [ + 251, + 440 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 96, + 106 + ], + [ + 97, + 107 + ], + [ + 98, + 107 + ], + [ + 99, + 106 + ], + [ + 100, + 107 + ], + [ + 101, + 107 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 248, + 395 + ], + [ + 249, + 394 + ], + [ + 250, + 393 + ], + [ + 251, + 392 + ], + [ + 252, + 391 + ], + [ + 253, + 390 + ], + [ + 253, + 389 + ], + [ + 254, + 389 + ], + [ + 253, + 388 + ], + [ + 252, + 388 + ], + [ + 252, + 387 + ], + [ + 252, + 386 + ], + [ + 253, + 385 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 122, + 168 + ], + [ + 123, + 168 + ], + [ + 124, + 167 + ], + [ + 125, + 167 + ], + [ + 126, + 167 + ], + [ + 127, + 166 + ], + [ + 128, + 167 + ], + [ + 129, + 167 + ], + [ + 130, + 168 + ], + [ + 131, + 169 + ], + [ + 132, + 168 + ], + [ + 133, + 168 + ], + [ + 132, + 167 + ], + [ + 133, + 167 + ], + [ + 132, + 166 + ], + [ + 133, + 165 + ], + [ + 133, + 164 + ], + [ + 134, + 164 + ], + [ + 134, + 165 + ], + [ + 134, + 166 + ], + [ + 135, + 165 + ], + [ + 135, + 166 + ], + [ + 134, + 167 + ], + [ + 133, + 166 + ], + [ + 132, + 165 + ], + [ + 132, + 164 + ], + [ + 133, + 163 + ], + [ + 133, + 162 + ], + [ + 134, + 163 + ], + [ + 134, + 162 + ], + [ + 135, + 161 + ], + [ + 134, + 161 + ], + [ + 135, + 162 + ], + [ + 136, + 162 + ], + [ + 136, + 163 + ], + [ + 135, + 163 + ], + [ + 136, + 164 + ], + [ + 135, + 164 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 134, + 323 + ], + [ + 133, + 322 + ], + [ + 132, + 321 + ], + [ + 131, + 321 + ], + [ + 130, + 320 + ], + [ + 129, + 319 + ], + [ + 128, + 319 + ], + [ + 127, + 319 + ], + [ + 126, + 319 + ], + [ + 125, + 319 + ], + [ + 124, + 320 + ], + [ + 123, + 320 + ], + [ + 122, + 321 + ], + [ + 121, + 321 + ], + [ + 120, + 322 + ], + [ + 119, + 322 + ], + [ + 118, + 323 + ], + [ + 118, + 324 + ], + [ + 119, + 323 + ], + [ + 120, + 323 + ], + [ + 121, + 324 + ], + [ + 120, + 325 + ], + [ + 120, + 326 + ], + [ + 121, + 327 + ], + [ + 121, + 326 + ], + [ + 122, + 326 + ], + [ + 121, + 325 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 82, + 110 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 99, + 270 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 106, + 60 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 112, + 478 + ], + "area_fraction": 0.0192 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 413 + ], + "peak": [ + 22, + 411 + ], + "area_cells": 57 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 178 + ], + "peak": [ + 31, + 187 + ], + "area_cells": 721 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 391 + ], + "peak": [ + 27, + 390 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 324 + ], + "peak": [ + 34, + 318 + ], + "area_cells": 332 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 448 + ], + "peak": [ + 47, + 445 + ], + "area_cells": 239 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 478 + ], + "peak": [ + 46, + 480 + ], + "area_cells": 323 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 353 + ], + "peak": [ + 52, + 346 + ], + "area_cells": 105 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 414 + ], + "peak": [ + 157, + 410 + ], + "area_cells": 648 + }, + { + "id": "range_9", + "name": null, + "center": [ + 141, + 253 + ], + "peak": [ + 143, + 253 + ], + "area_cells": 45 + }, + { + "id": "range_10", + "name": null, + "center": [ + 155, + 268 + ], + "peak": [ + 154, + 246 + ], + "area_cells": 574 + }, + { + "id": "range_11", + "name": null, + "center": [ + 190, + 158 + ], + "peak": [ + 186, + 121 + ], + "area_cells": 3446 + }, + { + "id": "range_13", + "name": null, + "center": [ + 170, + 252 + ], + "peak": [ + 171, + 257 + ], + "area_cells": 102 + }, + { + "id": "range_14", + "name": null, + "center": [ + 182, + 408 + ], + "peak": [ + 181, + 405 + ], + "area_cells": 79 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 133 + ], + "peak": [ + 223, + 150 + ], + "area_cells": 1284 + }, + { + "id": "range_17", + "name": null, + "center": [ + 225, + 292 + ], + "peak": [ + 225, + 295 + ], + "area_cells": 254 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 480 + ], + "peak": [ + 221, + 476 + ], + "area_cells": 139 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273d/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273d/globe.png new file mode 100644 index 000000000..8688f0d00 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273d/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273d/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273d/heightmap.png new file mode 100644 index 000000000..3efd13884 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273d/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273d/index.md b/wiki/star-systems/GJ-273/bodies/GJ273d/index.md new file mode 100644 index 000000000..181120738 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ273d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3408471970 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.16 + period_days: 35.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.4 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.868 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.095 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273d + +Arid planet. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 35 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273d/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273d/markers.json new file mode 100644 index 000000000..2df80f0f0 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273d/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 159 + ], + "peak": [ + 73, + 258 + ], + "area_cells": 24171 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 425 + ], + "peak": [ + 0, + 426 + ], + "area_cells": 31 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 446 + ], + "peak": [ + 4, + 448 + ], + "area_cells": 137 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 490 + ], + "peak": [ + 57, + 496 + ], + "area_cells": 2637 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 395 + ], + "peak": [ + 42, + 387 + ], + "area_cells": 360 + }, + { + "id": "range_11", + "name": null, + "center": [ + 72, + 380 + ], + "peak": [ + 75, + 377 + ], + "area_cells": 46 + }, + { + "id": "range_14", + "name": null, + "center": [ + 87, + 370 + ], + "peak": [ + 87, + 371 + ], + "area_cells": 37 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 330 + ], + "peak": [ + 222, + 327 + ], + "area_cells": 370 + }, + { + "id": "range_17", + "name": null, + "center": [ + 241, + 426 + ], + "peak": [ + 255, + 384 + ], + "area_cells": 3440 + }, + { + "id": "range_21", + "name": null, + "center": [ + 252, + 268 + ], + "peak": [ + 253, + 271 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273e/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273e/globe.png new file mode 100644 index 000000000..157a3bbcc Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273e/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273e/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273e/heightmap.png new file mode 100644 index 000000000..9389f892d Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273e/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273e/index.md b/wiki/star-systems/GJ-273/bodies/GJ273e/index.md new file mode 100644 index 000000000..ca2e60978 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ273e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3455944472 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.322 + period_days: 100.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.32 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.858 + polar_ice_lat: 0.053 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273e + +Frozen planet. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273e/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273e/markers.json new file mode 100644 index 000000000..0635580ad --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273e/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 61, + 433 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 102, + 134 + ], + "area_fraction": 0.0477 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 96, + 493 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 153, + 429 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 153, + 209 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 206, + 371 + ], + "area_fraction": 0.0265 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 282 + ], + "peak": [ + 75, + 282 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 105, + 288 + ], + "peak": [ + 105, + 286 + ], + "area_cells": 129 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 367 + ], + "peak": [ + 108, + 366 + ], + "area_cells": 94 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 356 + ], + "peak": [ + 122, + 357 + ], + "area_cells": 118 + }, + { + "id": "range_7", + "name": null, + "center": [ + 139, + 296 + ], + "peak": [ + 135, + 296 + ], + "area_cells": 60 + }, + { + "id": "range_8", + "name": null, + "center": [ + 139, + 363 + ], + "peak": [ + 140, + 363 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273f/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273f/globe.png new file mode 100644 index 000000000..0b3ba312e Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273f/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273f/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273f/heightmap.png new file mode 100644 index 000000000..ecff9eb7f Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273f/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273f/index.md b/wiki/star-systems/GJ-273/bodies/GJ273f/index.md new file mode 100644 index 000000000..9eac46276 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ273f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2429530142 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.648 + period_days: 285.0 + axial_tilt_deg: 21.7 +physical: + gravity_g: 0.28 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.799 + polar_ice_lat: 0.257 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273f + +Frozen planet. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 285 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273f/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273f/markers.json new file mode 100644 index 000000000..2e89388cd --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273f/markers.json @@ -0,0 +1,254 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 43, + 30 + ], + "area_fraction": 0.0434 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 18, + 300 + ], + "area_fraction": 0.046 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 30, + 480 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 97, + 76 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 99, + 152 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 125, + 475 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 171, + 266 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 401 + ], + "peak": [ + 140, + 424 + ], + "area_cells": 7346 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 250 + ], + "peak": [ + 80, + 251 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 301 + ], + "peak": [ + 82, + 303 + ], + "area_cells": 222 + }, + { + "id": "range_4", + "name": null, + "center": [ + 84, + 232 + ], + "peak": [ + 85, + 232 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 452 + ], + "peak": [ + 109, + 450 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 167 + ], + "peak": [ + 126, + 165 + ], + "area_cells": 103 + }, + { + "id": "range_8", + "name": null, + "center": [ + 140, + 196 + ], + "peak": [ + 140, + 200 + ], + "area_cells": 325 + }, + { + "id": "range_10", + "name": null, + "center": [ + 140, + 142 + ], + "peak": [ + 140, + 142 + ], + "area_cells": 85 + }, + { + "id": "range_11", + "name": null, + "center": [ + 151, + 132 + ], + "peak": [ + 147, + 125 + ], + "area_cells": 274 + }, + { + "id": "range_13", + "name": null, + "center": [ + 188, + 497 + ], + "peak": [ + 188, + 502 + ], + "area_cells": 146 + }, + { + "id": "range_15", + "name": null, + "center": [ + 219, + 500 + ], + "peak": [ + 221, + 510 + ], + "area_cells": 241 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 305 + ], + "peak": [ + 234, + 317 + ], + "area_cells": 1276 + }, + { + "id": "range_17", + "name": null, + "center": [ + 251, + 426 + ], + "peak": [ + 255, + 426 + ], + "area_cells": 190 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-1/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273g-1/globe.png new file mode 100644 index 000000000..7c1176156 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273g-1/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-1/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273g-1/heightmap.png new file mode 100644 index 000000000..eef8c92c9 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-1/index.md b/wiki/star-systems/GJ-273/bodies/GJ273g-1/index.md new file mode 100644 index 000000000..b9028f731 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ273g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 967030748 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 18.4 +physical: + gravity_g: 0.06 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.884 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273g-1 + +Barren moon. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-1/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273g-1/markers.json new file mode 100644 index 000000000..618b5d218 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273g-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 125 + ], + "peak": [ + 13, + 126 + ], + "area_cells": 1431 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 344 + ], + "peak": [ + 123, + 277 + ], + "area_cells": 41552 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 474 + ], + "peak": [ + 53, + 474 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 63, + 313 + ], + "peak": [ + 62, + 318 + ], + "area_cells": 43 + }, + { + "id": "range_19", + "name": null, + "center": [ + 191, + 98 + ], + "peak": [ + 219, + 197 + ], + "area_cells": 16530 + }, + { + "id": "range_26", + "name": null, + "center": [ + 166, + 457 + ], + "peak": [ + 166, + 458 + ], + "area_cells": 213 + }, + { + "id": "range_28", + "name": null, + "center": [ + 173, + 209 + ], + "peak": [ + 173, + 210 + ], + "area_cells": 88 + }, + { + "id": "range_32", + "name": null, + "center": [ + 226, + 499 + ], + "peak": [ + 239, + 504 + ], + "area_cells": 951 + }, + { + "id": "range_34", + "name": null, + "center": [ + 216, + 476 + ], + "peak": [ + 220, + 478 + ], + "area_cells": 35 + }, + { + "id": "range_36", + "name": null, + "center": [ + 218, + 231 + ], + "peak": [ + 216, + 231 + ], + "area_cells": 20 + }, + { + "id": "range_37", + "name": null, + "center": [ + 235, + 258 + ], + "peak": [ + 237, + 256 + ], + "area_cells": 46 + }, + { + "id": "range_38", + "name": null, + "center": [ + 244, + 479 + ], + "peak": [ + 255, + 478 + ], + "area_cells": 61 + }, + { + "id": "range_39", + "name": null, + "center": [ + 246, + 468 + ], + "peak": [ + 254, + 469 + ], + "area_cells": 36 + }, + { + "id": "range_41", + "name": null, + "center": [ + 250, + 447 + ], + "peak": [ + 252, + 448 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-2/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273g-2/globe.png new file mode 100644 index 000000000..0df0d83ad Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273g-2/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-2/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273g-2/heightmap.png new file mode 100644 index 000000000..2aad1e3e2 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-2/index.md b/wiki/star-systems/GJ-273/bodies/GJ273g-2/index.md new file mode 100644 index 000000000..531d1ba24 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ273g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4120431050 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.04 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.195 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273g-2 + +Frozen moon. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g-2/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273g-2/markers.json new file mode 100644 index 000000000..1d3879833 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273g-2/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 192, + 365 + ], + "area_fraction": 0.1359 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 213, + 336 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 251 + ], + "peak": [ + 2, + 455 + ], + "area_cells": 21985 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 246 + ], + "peak": [ + 56, + 246 + ], + "area_cells": 197 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273g/globe.png new file mode 100644 index 000000000..6ae36aee2 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273g/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273g/index.md b/wiki/star-systems/GJ-273/bodies/GJ273g/index.md new file mode 100644 index 000000000..b816ecb87 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ273g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 681766115 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 20.4 +physical: + gravity_g: null + oblateness: 0.0831 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.241 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.135 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.5 + opacity_base: 0.67 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ273g + +Gas giant. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273h/globe.png b/wiki/star-systems/GJ-273/bodies/GJ273h/globe.png new file mode 100644 index 000000000..d070732a8 Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273h/globe.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273h/heightmap.png b/wiki/star-systems/GJ-273/bodies/GJ273h/heightmap.png new file mode 100644 index 000000000..68bfd8afc Binary files /dev/null and b/wiki/star-systems/GJ-273/bodies/GJ273h/heightmap.png differ diff --git a/wiki/star-systems/GJ-273/bodies/GJ273h/index.md b/wiki/star-systems/GJ-273/bodies/GJ273h/index.md new file mode 100644 index 000000000..fdbcef8f4 --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ273h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3032513267 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 51.9 +physical: + gravity_g: 0.2 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.751 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ273h + +Frozen planet. + +**System:** [GJ-273](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-273/bodies/GJ273h/markers.json b/wiki/star-systems/GJ-273/bodies/GJ273h/markers.json new file mode 100644 index 000000000..09dfb5f2d --- /dev/null +++ b/wiki/star-systems/GJ-273/bodies/GJ273h/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 72, + 97 + ], + "area_fraction": 0.0788 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 46, + 325 + ], + "area_fraction": 0.0284 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 60, + 425 + ], + "area_fraction": 0.1133 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 175, + 471 + ], + "peak": [ + 177, + 473 + ], + "area_cells": 60 + }, + { + "id": "range_2", + "name": null, + "center": [ + 219, + 458 + ], + "peak": [ + 208, + 448 + ], + "area_cells": 4513 + }, + { + "id": "range_3", + "name": null, + "center": [ + 214, + 17 + ], + "peak": [ + 210, + 1 + ], + "area_cells": 1337 + }, + { + "id": "range_4", + "name": null, + "center": [ + 217, + 290 + ], + "peak": [ + 215, + 296 + ], + "area_cells": 1084 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ280Ab/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/globe.png new file mode 100644 index 000000000..e06b4dd71 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ab/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/heightmap.png new file mode 100644 index 000000000..eb4e6fb7f Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ab/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/index.md new file mode 100644 index 000000000..add223a1f --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ280Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 709656768 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.287 + period_days: 50.0 + axial_tilt_deg: 2.9 +physical: + gravity_g: 0.32 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.956 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ280Ab + +Barren planet. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ab/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/markers.json new file mode 100644 index 000000000..4378a5688 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ab/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 259 + ], + "peak": [ + 24, + 205 + ], + "area_cells": 33413 + }, + { + "id": "range_6", + "name": null, + "center": [ + 100, + 430 + ], + "peak": [ + 100, + 430 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 117, + 21 + ], + "peak": [ + 116, + 23 + ], + "area_cells": 186 + }, + { + "id": "range_9", + "name": null, + "center": [ + 126, + 502 + ], + "peak": [ + 123, + 500 + ], + "area_cells": 327 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 495 + ], + "peak": [ + 146, + 494 + ], + "area_cells": 82 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 10 + ], + "peak": [ + 165, + 13 + ], + "area_cells": 334 + }, + { + "id": "range_13", + "name": null, + "center": [ + 159, + 508 + ], + "peak": [ + 159, + 511 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ac/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/globe.png new file mode 100644 index 000000000..7dbf33c5b Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ac/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/heightmap.png new file mode 100644 index 000000000..7e031b235 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ac/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/index.md new file mode 100644 index 000000000..896639ce3 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ280Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1566570832 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.673 + period_days: 180.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.65 + oblateness: 0.001 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.886 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ280Ac + +Barren planet. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.65g | +| **Atmosphere** | thick | +| **Land** | 99% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ac/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/markers.json new file mode 100644 index 000000000..e2025ba0d --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ac/markers.json @@ -0,0 +1,27 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 180, + 249 + ], + "peak": [ + 194, + 415 + ], + "area_cells": 56330 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/globe.png new file mode 100644 index 000000000..7d8631bc0 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/heightmap.png new file mode 100644 index 000000000..d224c4a5f Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/index.md new file mode 100644 index 000000000..87d6867be --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ280Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3715281227 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.134 + period_days: 16.0 + axial_tilt_deg: 13.2 +physical: + gravity_g: 0.07 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.947 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ280Ad-1 + +Barren moon. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 100% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/markers.json new file mode 100644 index 000000000..7074f45a5 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ad-1/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 80, + 354 + ], + "peak": [ + 71, + 360 + ], + "area_cells": 2397 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 374 + ], + "peak": [ + 43, + 375 + ], + "area_cells": 56 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 211 + ], + "peak": [ + 44, + 212 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 74, + 427 + ], + "peak": [ + 79, + 419 + ], + "area_cells": 618 + }, + { + "id": "range_9", + "name": null, + "center": [ + 58, + 166 + ], + "peak": [ + 58, + 167 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 70, + 184 + ], + "peak": [ + 71, + 185 + ], + "area_cells": 129 + }, + { + "id": "range_15", + "name": null, + "center": [ + 76, + 200 + ], + "peak": [ + 77, + 201 + ], + "area_cells": 71 + }, + { + "id": "range_22", + "name": null, + "center": [ + 93, + 5 + ], + "peak": [ + 94, + 6 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 101, + 112 + ], + "peak": [ + 101, + 100 + ], + "area_cells": 250 + }, + { + "id": "range_25", + "name": null, + "center": [ + 115, + 65 + ], + "peak": [ + 113, + 67 + ], + "area_cells": 191 + }, + { + "id": "range_26", + "name": null, + "center": [ + 115, + 288 + ], + "peak": [ + 113, + 284 + ], + "area_cells": 105 + }, + { + "id": "range_29", + "name": null, + "center": [ + 124, + 397 + ], + "peak": [ + 125, + 398 + ], + "area_cells": 47 + }, + { + "id": "range_33", + "name": null, + "center": [ + 125, + 470 + ], + "peak": [ + 126, + 471 + ], + "area_cells": 28 + }, + { + "id": "range_36", + "name": null, + "center": [ + 161, + 70 + ], + "peak": [ + 162, + 43 + ], + "area_cells": 3305 + }, + { + "id": "range_37", + "name": null, + "center": [ + 133, + 288 + ], + "peak": [ + 137, + 287 + ], + "area_cells": 44 + }, + { + "id": "range_38", + "name": null, + "center": [ + 131, + 487 + ], + "peak": [ + 131, + 487 + ], + "area_cells": 52 + }, + { + "id": "range_39", + "name": null, + "center": [ + 151, + 184 + ], + "peak": [ + 161, + 180 + ], + "area_cells": 577 + }, + { + "id": "range_40", + "name": null, + "center": [ + 136, + 223 + ], + "peak": [ + 134, + 220 + ], + "area_cells": 161 + }, + { + "id": "range_41", + "name": null, + "center": [ + 140, + 448 + ], + "peak": [ + 144, + 448 + ], + "area_cells": 162 + }, + { + "id": "range_42", + "name": null, + "center": [ + 147, + 406 + ], + "peak": [ + 145, + 406 + ], + "area_cells": 60 + }, + { + "id": "range_43", + "name": null, + "center": [ + 159, + 146 + ], + "peak": [ + 153, + 145 + ], + "area_cells": 155 + }, + { + "id": "range_45", + "name": null, + "center": [ + 150, + 310 + ], + "peak": [ + 151, + 310 + ], + "area_cells": 286 + }, + { + "id": "range_47", + "name": null, + "center": [ + 157, + 497 + ], + "peak": [ + 165, + 492 + ], + "area_cells": 169 + }, + { + "id": "range_50", + "name": null, + "center": [ + 159, + 253 + ], + "peak": [ + 159, + 255 + ], + "area_cells": 65 + }, + { + "id": "range_51", + "name": null, + "center": [ + 186, + 14 + ], + "peak": [ + 190, + 18 + ], + "area_cells": 715 + }, + { + "id": "range_52", + "name": null, + "center": [ + 171, + 429 + ], + "peak": [ + 173, + 430 + ], + "area_cells": 124 + }, + { + "id": "range_53", + "name": null, + "center": [ + 182, + 314 + ], + "peak": [ + 186, + 314 + ], + "area_cells": 51 + }, + { + "id": "range_54", + "name": null, + "center": [ + 184, + 472 + ], + "peak": [ + 185, + 470 + ], + "area_cells": 231 + }, + { + "id": "range_55", + "name": null, + "center": [ + 180, + 292 + ], + "peak": [ + 180, + 289 + ], + "area_cells": 118 + }, + { + "id": "range_56", + "name": null, + "center": [ + 195, + 174 + ], + "peak": [ + 185, + 169 + ], + "area_cells": 351 + }, + { + "id": "range_57", + "name": null, + "center": [ + 188, + 214 + ], + "peak": [ + 189, + 215 + ], + "area_cells": 162 + }, + { + "id": "range_58", + "name": null, + "center": [ + 187, + 123 + ], + "peak": [ + 188, + 124 + ], + "area_cells": 32 + }, + { + "id": "range_59", + "name": null, + "center": [ + 188, + 507 + ], + "peak": [ + 188, + 507 + ], + "area_cells": 31 + }, + { + "id": "range_60", + "name": null, + "center": [ + 200, + 149 + ], + "peak": [ + 199, + 148 + ], + "area_cells": 59 + }, + { + "id": "range_62", + "name": null, + "center": [ + 210, + 43 + ], + "peak": [ + 213, + 45 + ], + "area_cells": 159 + }, + { + "id": "range_63", + "name": null, + "center": [ + 203, + 344 + ], + "peak": [ + 203, + 344 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/globe.png new file mode 100644 index 000000000..dc4a0547c Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/heightmap.png new file mode 100644 index 000000000..2ffe5ca6a Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/index.md new file mode 100644 index 000000000..b6a65b03d --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ280Ad +name: Estrade +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1916983822 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.24 + period_days: 450.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.93 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.499 + polar_ice_lat: 0.768 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.418 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Estrade + +Temperate planet. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.93g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 50% | +| **Year** | 450 days | +| **Inhabited** | yes | +| **Population** | 1.8B | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json new file mode 100644 index 000000000..e2117083f --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ad/markers.json @@ -0,0 +1,607 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 139, + 34 + ], + [ + 140, + 35 + ], + [ + 141, + 36 + ], + [ + 142, + 35 + ], + [ + 143, + 36 + ], + [ + 144, + 37 + ], + [ + 144, + 38 + ], + [ + 144, + 39 + ], + [ + 144, + 40 + ], + [ + 145, + 41 + ], + [ + 145, + 40 + ], + [ + 146, + 41 + ], + [ + 146, + 42 + ], + [ + 146, + 43 + ], + [ + 145, + 44 + ], + [ + 144, + 44 + ], + [ + 143, + 45 + ], + [ + 142, + 46 + ], + [ + 141, + 47 + ], + [ + 141, + 48 + ], + [ + 141, + 49 + ], + [ + 141, + 50 + ], + [ + 141, + 51 + ], + [ + 141, + 52 + ], + [ + 142, + 53 + ], + [ + 142, + 54 + ], + [ + 142, + 55 + ], + [ + 142, + 56 + ], + [ + 143, + 57 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 9, + 35 + ], + [ + 8, + 36 + ], + [ + 8, + 37 + ], + [ + 7, + 38 + ], + [ + 6, + 37 + ], + [ + 5, + 37 + ], + [ + 5, + 36 + ], + [ + 4, + 36 + ], + [ + 3, + 36 + ], + [ + 3, + 35 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 115, + 506 + ], + [ + 114, + 507 + ], + [ + 113, + 508 + ], + [ + 112, + 509 + ], + [ + 111, + 509 + ], + [ + 110, + 510 + ], + [ + 109, + 511 + ], + [ + 108, + 511 + ], + [ + 107, + 511 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 138, + 0 + ], + [ + 139, + 511 + ], + [ + 140, + 510 + ], + [ + 141, + 509 + ], + [ + 142, + 508 + ], + [ + 143, + 507 + ], + [ + 144, + 506 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 27, + 63 + ], + [ + 26, + 62 + ], + [ + 26, + 61 + ], + [ + 25, + 62 + ], + [ + 24, + 62 + ], + [ + 23, + 63 + ], + [ + 22, + 64 + ], + [ + 21, + 63 + ], + [ + 20, + 64 + ], + [ + 19, + 64 + ], + [ + 18, + 63 + ], + [ + 17, + 64 + ], + [ + 17, + 63 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 116, + 0 + ], + [ + 117, + 511 + ], + [ + 118, + 511 + ], + [ + 119, + 511 + ], + [ + 120, + 511 + ], + [ + 121, + 511 + ], + [ + 122, + 511 + ], + [ + 123, + 511 + ], + [ + 124, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 85, + 0 + ], + [ + 86, + 511 + ], + [ + 87, + 511 + ], + [ + 88, + 511 + ], + [ + 89, + 510 + ], + [ + 90, + 509 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 136, + 110 + ], + [ + 135, + 110 + ], + [ + 134, + 111 + ], + [ + 133, + 112 + ], + [ + 132, + 113 + ], + [ + 131, + 114 + ], + [ + 130, + 114 + ], + [ + 129, + 113 + ], + [ + 128, + 112 + ], + [ + 127, + 111 + ], + [ + 126, + 110 + ], + [ + 125, + 109 + ], + [ + 124, + 108 + ], + [ + 123, + 107 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 92, + 101 + ], + [ + 93, + 101 + ], + [ + 94, + 101 + ], + [ + 95, + 101 + ], + [ + 96, + 101 + ], + [ + 97, + 100 + ], + [ + 98, + 99 + ], + [ + 99, + 98 + ], + [ + 100, + 97 + ], + [ + 101, + 98 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 128, + 133 + ], + [ + 127, + 134 + ], + [ + 126, + 135 + ], + [ + 125, + 136 + ], + [ + 124, + 137 + ], + [ + 123, + 138 + ], + [ + 122, + 139 + ], + [ + 121, + 140 + ], + [ + 122, + 141 + ], + [ + 123, + 142 + ], + [ + 123, + 143 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 23, + 12 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 78, + 295 + ], + "area_fraction": 0.4897 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 180, + 448 + ], + "peak": [ + 181, + 448 + ], + "area_cells": 66 + }, + { + "id": "range_4", + "name": null, + "center": [ + 202, + 57 + ], + "peak": [ + 210, + 53 + ], + "area_cells": 2848 + }, + { + "id": "range_5", + "name": null, + "center": [ + 212, + 387 + ], + "peak": [ + 225, + 414 + ], + "area_cells": 5988 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ae/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/globe.png new file mode 100644 index 000000000..cba66e6a4 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ae/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/heightmap.png new file mode 100644 index 000000000..268a5fe5e Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ae/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/index.md new file mode 100644 index 000000000..85f9244ae --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ280Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3338967113 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.969 + period_days: 900.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.42 + oblateness: 0.0033 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.875 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.09 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ280Ae + +Arid planet. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Ae/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/markers.json new file mode 100644 index 000000000..8fce60f81 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Ae/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 9 + ], + "peak": [ + 44, + 0 + ], + "area_cells": 426 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 504 + ], + "peak": [ + 54, + 511 + ], + "area_cells": 433 + }, + { + "id": "range_6", + "name": null, + "center": [ + 60, + 143 + ], + "peak": [ + 61, + 144 + ], + "area_cells": 179 + }, + { + "id": "range_7", + "name": null, + "center": [ + 78, + 429 + ], + "peak": [ + 77, + 427 + ], + "area_cells": 275 + }, + { + "id": "range_10", + "name": null, + "center": [ + 99, + 112 + ], + "peak": [ + 102, + 113 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 175, + 261 + ], + "peak": [ + 202, + 193 + ], + "area_cells": 30009 + }, + { + "id": "range_17", + "name": null, + "center": [ + 148, + 2 + ], + "peak": [ + 149, + 3 + ], + "area_cells": 84 + }, + { + "id": "range_20", + "name": null, + "center": [ + 165, + 494 + ], + "peak": [ + 165, + 494 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/globe.png new file mode 100644 index 000000000..4513b48b8 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/heightmap.png new file mode 100644 index 000000000..a3f3ff617 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/index.md new file mode 100644 index 000000000..8d5f51290 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/index.md @@ -0,0 +1,65 @@ +--- +id: GJ280Af-1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3938621259 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.062 + period_days: 5.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.09 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.217 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ280Af-1 + +Frozen moon. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/markers.json new file mode 100644 index 000000000..37da989d5 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Af-1/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 93, + 115 + ], + "area_fraction": 0.0422 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 91, + 184 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 108, + 369 + ], + "area_fraction": 0.0688 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 151, + 374 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 190, + 304 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 179 + ], + "peak": [ + 15, + 186 + ], + "area_cells": 3742 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 435 + ], + "peak": [ + 29, + 416 + ], + "area_cells": 330 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 391 + ], + "peak": [ + 36, + 391 + ], + "area_cells": 70 + }, + { + "id": "range_5", + "name": null, + "center": [ + 236, + 141 + ], + "peak": [ + 239, + 201 + ], + "area_cells": 8788 + }, + { + "id": "range_6", + "name": null, + "center": [ + 236, + 447 + ], + "peak": [ + 246, + 490 + ], + "area_cells": 4156 + }, + { + "id": "range_10", + "name": null, + "center": [ + 252, + 281 + ], + "peak": [ + 254, + 282 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/globe.png new file mode 100644 index 000000000..c66f53705 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/heightmap.png b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/heightmap.png new file mode 100644 index 000000000..8d4c969b3 Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/index.md new file mode 100644 index 000000000..a4484a2d5 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ280Af-2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3570192150 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.104 + period_days: 11.0 + axial_tilt_deg: 21.4 +physical: + gravity_g: 0.06 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.904 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ280Af-2 + +Barren moon. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/markers.json b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/markers.json new file mode 100644 index 000000000..1364a1156 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Af-2/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 86, + 5 + ], + "peak": [ + 86, + 4 + ], + "area_cells": 169 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 420 + ], + "peak": [ + 83, + 421 + ], + "area_cells": 68 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 444 + ], + "peak": [ + 101, + 441 + ], + "area_cells": 235 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 385 + ], + "peak": [ + 97, + 378 + ], + "area_cells": 215 + }, + { + "id": "range_6", + "name": null, + "center": [ + 99, + 469 + ], + "peak": [ + 101, + 470 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 110, + 19 + ], + "peak": [ + 111, + 18 + ], + "area_cells": 203 + }, + { + "id": "range_9", + "name": null, + "center": [ + 108, + 256 + ], + "peak": [ + 109, + 258 + ], + "area_cells": 60 + }, + { + "id": "range_11", + "name": null, + "center": [ + 114, + 488 + ], + "peak": [ + 115, + 488 + ], + "area_cells": 67 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 395 + ], + "peak": [ + 121, + 395 + ], + "area_cells": 120 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 75 + ], + "peak": [ + 125, + 75 + ], + "area_cells": 134 + }, + { + "id": "range_14", + "name": null, + "center": [ + 123, + 175 + ], + "peak": [ + 123, + 176 + ], + "area_cells": 39 + }, + { + "id": "range_18", + "name": null, + "center": [ + 167, + 203 + ], + "peak": [ + 180, + 210 + ], + "area_cells": 488 + }, + { + "id": "range_19", + "name": null, + "center": [ + 140, + 32 + ], + "peak": [ + 142, + 34 + ], + "area_cells": 53 + }, + { + "id": "range_20", + "name": null, + "center": [ + 143, + 63 + ], + "peak": [ + 144, + 64 + ], + "area_cells": 81 + }, + { + "id": "range_23", + "name": null, + "center": [ + 158, + 168 + ], + "peak": [ + 158, + 172 + ], + "area_cells": 206 + }, + { + "id": "range_24", + "name": null, + "center": [ + 155, + 82 + ], + "peak": [ + 156, + 83 + ], + "area_cells": 46 + }, + { + "id": "range_26", + "name": null, + "center": [ + 157, + 485 + ], + "peak": [ + 157, + 485 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 160, + 151 + ], + "peak": [ + 161, + 151 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 169, + 297 + ], + "peak": [ + 166, + 290 + ], + "area_cells": 193 + }, + { + "id": "range_29", + "name": null, + "center": [ + 169, + 461 + ], + "peak": [ + 171, + 461 + ], + "area_cells": 99 + }, + { + "id": "range_31", + "name": null, + "center": [ + 206, + 23 + ], + "peak": [ + 226, + 16 + ], + "area_cells": 1521 + }, + { + "id": "range_32", + "name": null, + "center": [ + 170, + 417 + ], + "peak": [ + 170, + 418 + ], + "area_cells": 106 + }, + { + "id": "range_34", + "name": null, + "center": [ + 174, + 506 + ], + "peak": [ + 175, + 506 + ], + "area_cells": 64 + }, + { + "id": "range_35", + "name": null, + "center": [ + 184, + 437 + ], + "peak": [ + 185, + 437 + ], + "area_cells": 73 + }, + { + "id": "range_37", + "name": null, + "center": [ + 188, + 232 + ], + "peak": [ + 188, + 233 + ], + "area_cells": 66 + }, + { + "id": "range_38", + "name": null, + "center": [ + 211, + 275 + ], + "peak": [ + 211, + 270 + ], + "area_cells": 360 + }, + { + "id": "range_40", + "name": null, + "center": [ + 209, + 431 + ], + "peak": [ + 213, + 426 + ], + "area_cells": 179 + }, + { + "id": "range_43", + "name": null, + "center": [ + 215, + 455 + ], + "peak": [ + 212, + 463 + ], + "area_cells": 218 + }, + { + "id": "range_44", + "name": null, + "center": [ + 226, + 500 + ], + "peak": [ + 219, + 504 + ], + "area_cells": 120 + }, + { + "id": "range_45", + "name": null, + "center": [ + 226, + 510 + ], + "peak": [ + 225, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_48", + "name": null, + "center": [ + 236, + 247 + ], + "peak": [ + 237, + 248 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af/globe.png b/wiki/star-systems/GJ-280A/bodies/GJ280Af/globe.png new file mode 100644 index 000000000..8747fab7a Binary files /dev/null and b/wiki/star-systems/GJ-280A/bodies/GJ280Af/globe.png differ diff --git a/wiki/star-systems/GJ-280A/bodies/GJ280Af/index.md b/wiki/star-systems/GJ-280A/bodies/GJ280Af/index.md new file mode 100644 index 000000000..97d0b93c5 --- /dev/null +++ b/wiki/star-systems/GJ-280A/bodies/GJ280Af/index.md @@ -0,0 +1,70 @@ +--- +id: GJ280Af +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1427928773 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 4.587 + period_days: 3200.0 + axial_tilt_deg: 23.8 +physical: + gravity_g: null + oblateness: 0.0774 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.073 +rings: + enabled: true + inner_radius_factor: 1.12 + outer_radius_factor: 2.55 + opacity_base: 0.56 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ280Af + +Gas giant. + +**System:** [GJ-280A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + 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/bodies/GJ282Ab/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/globe.png new file mode 100644 index 000000000..7443f2d9b Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ab/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/heightmap.png new file mode 100644 index 000000000..20d80e32e Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ab/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/index.md new file mode 100644 index 000000000..f386a9ffd --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 804450688 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.253 + period_days: 52.0 + axial_tilt_deg: 6.5 +physical: + gravity_g: 0.62 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.95 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ab + +Barren planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.62g | +| **Land** | 98% | +| **Year** | 52 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ab/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/markers.json new file mode 100644 index 000000000..132454095 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ab/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 270 + ], + "peak": [ + 85, + 142 + ], + "area_cells": 31463 + }, + { + "id": "range_10", + "name": null, + "center": [ + 29, + 45 + ], + "peak": [ + 39, + 46 + ], + "area_cells": 68 + }, + { + "id": "range_13", + "name": null, + "center": [ + 30, + 205 + ], + "peak": [ + 27, + 203 + ], + "area_cells": 68 + }, + { + "id": "range_20", + "name": null, + "center": [ + 97, + 507 + ], + "peak": [ + 97, + 507 + ], + "area_cells": 78 + }, + { + "id": "range_26", + "name": null, + "center": [ + 111, + 459 + ], + "peak": [ + 110, + 463 + ], + "area_cells": 120 + }, + { + "id": "range_30", + "name": null, + "center": [ + 172, + 463 + ], + "peak": [ + 172, + 460 + ], + "area_cells": 100 + }, + { + "id": "range_31", + "name": null, + "center": [ + 177, + 20 + ], + "peak": [ + 176, + 23 + ], + "area_cells": 128 + }, + { + "id": "range_32", + "name": null, + "center": [ + 184, + 78 + ], + "peak": [ + 187, + 80 + ], + "area_cells": 105 + }, + { + "id": "range_35", + "name": null, + "center": [ + 199, + 403 + ], + "peak": [ + 200, + 403 + ], + "area_cells": 34 + }, + { + "id": "range_36", + "name": null, + "center": [ + 208, + 435 + ], + "peak": [ + 210, + 436 + ], + "area_cells": 99 + }, + { + "id": "range_38", + "name": null, + "center": [ + 202, + 238 + ], + "peak": [ + 203, + 238 + ], + "area_cells": 21 + }, + { + "id": "range_40", + "name": null, + "center": [ + 215, + 18 + ], + "peak": [ + 219, + 18 + ], + "area_cells": 64 + }, + { + "id": "range_46", + "name": null, + "center": [ + 247, + 117 + ], + "peak": [ + 247, + 113 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/globe.png new file mode 100644 index 000000000..e5012c65b Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/heightmap.png new file mode 100644 index 000000000..0a9954902 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/index.md new file mode 100644 index 000000000..9590619e1 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ac-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1955764383 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.147 + period_days: 23.0 + axial_tilt_deg: 8.0 +physical: + gravity_g: 0.08 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.941 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ac-1 + +Barren moon. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 23 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/markers.json new file mode 100644 index 000000000..12d76fca5 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ac-1/markers.json @@ -0,0 +1,612 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 34 + ], + "peak": [ + 36, + 37 + ], + "area_cells": 2326 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 481 + ], + "peak": [ + 14, + 468 + ], + "area_cells": 1757 + }, + { + "id": "range_7", + "name": null, + "center": [ + 24, + 102 + ], + "peak": [ + 41, + 89 + ], + "area_cells": 354 + }, + { + "id": "range_9", + "name": null, + "center": [ + 25, + 86 + ], + "peak": [ + 22, + 85 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 31, + 224 + ], + "peak": [ + 29, + 223 + ], + "area_cells": 76 + }, + { + "id": "range_16", + "name": null, + "center": [ + 37, + 318 + ], + "peak": [ + 35, + 323 + ], + "area_cells": 451 + }, + { + "id": "range_17", + "name": null, + "center": [ + 34, + 149 + ], + "peak": [ + 32, + 149 + ], + "area_cells": 26 + }, + { + "id": "range_18", + "name": null, + "center": [ + 32, + 166 + ], + "peak": [ + 32, + 167 + ], + "area_cells": 49 + }, + { + "id": "range_22", + "name": null, + "center": [ + 36, + 380 + ], + "peak": [ + 36, + 380 + ], + "area_cells": 22 + }, + { + "id": "range_23", + "name": null, + "center": [ + 36, + 278 + ], + "peak": [ + 36, + 279 + ], + "area_cells": 38 + }, + { + "id": "range_24", + "name": null, + "center": [ + 76, + 244 + ], + "peak": [ + 56, + 265 + ], + "area_cells": 2575 + }, + { + "id": "range_27", + "name": null, + "center": [ + 67, + 178 + ], + "peak": [ + 65, + 178 + ], + "area_cells": 25 + }, + { + "id": "range_28", + "name": null, + "center": [ + 67, + 110 + ], + "peak": [ + 68, + 110 + ], + "area_cells": 35 + }, + { + "id": "range_29", + "name": null, + "center": [ + 89, + 325 + ], + "peak": [ + 92, + 324 + ], + "area_cells": 331 + }, + { + "id": "range_30", + "name": null, + "center": [ + 76, + 398 + ], + "peak": [ + 76, + 399 + ], + "area_cells": 59 + }, + { + "id": "range_31", + "name": null, + "center": [ + 81, + 27 + ], + "peak": [ + 80, + 27 + ], + "area_cells": 241 + }, + { + "id": "range_34", + "name": null, + "center": [ + 86, + 500 + ], + "peak": [ + 89, + 499 + ], + "area_cells": 92 + }, + { + "id": "range_35", + "name": null, + "center": [ + 86, + 296 + ], + "peak": [ + 85, + 299 + ], + "area_cells": 82 + }, + { + "id": "range_36", + "name": null, + "center": [ + 88, + 367 + ], + "peak": [ + 88, + 366 + ], + "area_cells": 86 + }, + { + "id": "range_38", + "name": null, + "center": [ + 100, + 193 + ], + "peak": [ + 100, + 194 + ], + "area_cells": 181 + }, + { + "id": "range_39", + "name": null, + "center": [ + 97, + 66 + ], + "peak": [ + 101, + 65 + ], + "area_cells": 39 + }, + { + "id": "range_41", + "name": null, + "center": [ + 108, + 41 + ], + "peak": [ + 112, + 38 + ], + "area_cells": 331 + }, + { + "id": "range_42", + "name": null, + "center": [ + 115, + 284 + ], + "peak": [ + 107, + 281 + ], + "area_cells": 160 + }, + { + "id": "range_44", + "name": null, + "center": [ + 131, + 199 + ], + "peak": [ + 137, + 201 + ], + "area_cells": 228 + }, + { + "id": "range_45", + "name": null, + "center": [ + 125, + 505 + ], + "peak": [ + 124, + 506 + ], + "area_cells": 128 + }, + { + "id": "range_46", + "name": null, + "center": [ + 126, + 478 + ], + "peak": [ + 126, + 478 + ], + "area_cells": 27 + }, + { + "id": "range_48", + "name": null, + "center": [ + 129, + 169 + ], + "peak": [ + 130, + 170 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 140, + 41 + ], + "peak": [ + 138, + 43 + ], + "area_cells": 153 + }, + { + "id": "range_50", + "name": null, + "center": [ + 136, + 446 + ], + "peak": [ + 136, + 447 + ], + "area_cells": 31 + }, + { + "id": "range_51", + "name": null, + "center": [ + 148, + 119 + ], + "peak": [ + 146, + 120 + ], + "area_cells": 296 + }, + { + "id": "range_52", + "name": null, + "center": [ + 142, + 255 + ], + "peak": [ + 144, + 258 + ], + "area_cells": 229 + }, + { + "id": "range_53", + "name": null, + "center": [ + 145, + 501 + ], + "peak": [ + 145, + 501 + ], + "area_cells": 33 + }, + { + "id": "range_54", + "name": null, + "center": [ + 155, + 154 + ], + "peak": [ + 158, + 149 + ], + "area_cells": 212 + }, + { + "id": "range_55", + "name": null, + "center": [ + 156, + 245 + ], + "peak": [ + 157, + 245 + ], + "area_cells": 32 + }, + { + "id": "range_56", + "name": null, + "center": [ + 158, + 94 + ], + "peak": [ + 157, + 94 + ], + "area_cells": 51 + }, + { + "id": "range_58", + "name": null, + "center": [ + 171, + 127 + ], + "peak": [ + 173, + 128 + ], + "area_cells": 113 + }, + { + "id": "range_59", + "name": null, + "center": [ + 172, + 143 + ], + "peak": [ + 172, + 144 + ], + "area_cells": 31 + }, + { + "id": "range_61", + "name": null, + "center": [ + 188, + 7 + ], + "peak": [ + 189, + 5 + ], + "area_cells": 89 + }, + { + "id": "range_65", + "name": null, + "center": [ + 220, + 338 + ], + "peak": [ + 219, + 339 + ], + "area_cells": 30 + }, + { + "id": "range_66", + "name": null, + "center": [ + 235, + 5 + ], + "peak": [ + 242, + 8 + ], + "area_cells": 100 + }, + { + "id": "range_67", + "name": null, + "center": [ + 239, + 336 + ], + "peak": [ + 235, + 336 + ], + "area_cells": 55 + }, + { + "id": "range_68", + "name": null, + "center": [ + 238, + 19 + ], + "peak": [ + 238, + 20 + ], + "area_cells": 30 + }, + { + "id": "range_69", + "name": null, + "center": [ + 242, + 105 + ], + "peak": [ + 242, + 106 + ], + "area_cells": 87 + }, + { + "id": "range_70", + "name": null, + "center": [ + 244, + 397 + ], + "peak": [ + 246, + 397 + ], + "area_cells": 25 + }, + { + "id": "range_71", + "name": null, + "center": [ + 248, + 373 + ], + "peak": [ + 255, + 350 + ], + "area_cells": 560 + }, + { + "id": "range_73", + "name": null, + "center": [ + 251, + 130 + ], + "peak": [ + 255, + 137 + ], + "area_cells": 342 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/globe.png new file mode 100644 index 000000000..1aa255194 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/heightmap.png new file mode 100644 index 000000000..295db3a28 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/index.md new file mode 100644 index 000000000..be8f4528c --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ282Ac +name: Dieulefit +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4142691388 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.97 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.943 + polar_ice_lat: 0.676 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean-coastal +clouds: + enabled: true + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Dieulefit + +Temperate planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.97g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean-coastal | +| **Land** | 94% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 120K | +| **Economy** | agricultural | +| **Settlement** | distributed-rural | +| **Industry** | west_reach | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ac/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/markers.json new file mode 100644 index 000000000..b8981a1d1 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ac/markers.json @@ -0,0 +1,1033 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 115, + 371 + ], + [ + 115, + 372 + ], + [ + 114, + 371 + ], + [ + 113, + 372 + ], + [ + 112, + 371 + ], + [ + 111, + 372 + ], + [ + 110, + 373 + ], + [ + 109, + 373 + ], + [ + 108, + 372 + ], + [ + 107, + 373 + ], + [ + 106, + 374 + ], + [ + 105, + 375 + ], + [ + 104, + 375 + ], + [ + 104, + 374 + ], + [ + 103, + 373 + ], + [ + 104, + 372 + ], + [ + 104, + 373 + ], + [ + 103, + 372 + ], + [ + 103, + 371 + ], + [ + 102, + 372 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 152, + 481 + ], + [ + 153, + 481 + ], + [ + 154, + 480 + ], + [ + 155, + 479 + ], + [ + 156, + 478 + ], + [ + 155, + 477 + ], + [ + 155, + 476 + ], + [ + 155, + 475 + ], + [ + 154, + 474 + ], + [ + 153, + 473 + ], + [ + 153, + 472 + ], + [ + 153, + 471 + ], + [ + 152, + 470 + ], + [ + 151, + 469 + ], + [ + 150, + 468 + ], + [ + 149, + 467 + ], + [ + 148, + 466 + ], + [ + 148, + 465 + ], + [ + 147, + 464 + ], + [ + 147, + 463 + ], + [ + 147, + 462 + ], + [ + 147, + 461 + ], + [ + 146, + 460 + ], + [ + 147, + 459 + ], + [ + 147, + 460 + ], + [ + 146, + 461 + ], + [ + 146, + 462 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 135, + 417 + ], + [ + 136, + 416 + ], + [ + 137, + 417 + ], + [ + 138, + 418 + ], + [ + 139, + 419 + ], + [ + 139, + 420 + ], + [ + 140, + 420 + ], + [ + 139, + 421 + ], + [ + 140, + 422 + ], + [ + 139, + 423 + ], + [ + 139, + 424 + ], + [ + 139, + 425 + ], + [ + 139, + 426 + ], + [ + 139, + 427 + ], + [ + 138, + 426 + ], + [ + 138, + 425 + ], + [ + 138, + 424 + ], + [ + 138, + 423 + ], + [ + 139, + 422 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 132, + 0 + ], + [ + 131, + 511 + ], + [ + 130, + 510 + ], + [ + 129, + 510 + ], + [ + 128, + 510 + ], + [ + 127, + 511 + ], + [ + 126, + 510 + ], + [ + 125, + 509 + ], + [ + 124, + 508 + ], + [ + 123, + 508 + ], + [ + 122, + 508 + ], + [ + 121, + 507 + ], + [ + 120, + 506 + ], + [ + 121, + 505 + ], + [ + 120, + 504 + ], + [ + 119, + 503 + ], + [ + 118, + 502 + ], + [ + 118, + 501 + ], + [ + 117, + 500 + ], + [ + 118, + 499 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 93, + 342 + ], + [ + 92, + 342 + ], + [ + 91, + 341 + ], + [ + 90, + 340 + ], + [ + 89, + 339 + ], + [ + 89, + 338 + ], + [ + 89, + 337 + ], + [ + 89, + 336 + ], + [ + 88, + 335 + ], + [ + 88, + 334 + ], + [ + 87, + 333 + ], + [ + 87, + 332 + ], + [ + 87, + 331 + ], + [ + 88, + 331 + ], + [ + 88, + 330 + ], + [ + 89, + 329 + ], + [ + 90, + 328 + ], + [ + 91, + 327 + ], + [ + 92, + 326 + ], + [ + 93, + 325 + ], + [ + 92, + 324 + ], + [ + 92, + 323 + ], + [ + 93, + 322 + ], + [ + 93, + 321 + ], + [ + 93, + 320 + ], + [ + 92, + 319 + ], + [ + 92, + 318 + ], + [ + 93, + 317 + ], + [ + 92, + 316 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 137, + 207 + ], + [ + 138, + 208 + ], + [ + 139, + 209 + ], + [ + 140, + 210 + ], + [ + 141, + 210 + ], + [ + 142, + 211 + ], + [ + 143, + 211 + ], + [ + 144, + 212 + ], + [ + 145, + 213 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 62, + 397 + ], + [ + 63, + 397 + ], + [ + 64, + 397 + ], + [ + 65, + 397 + ], + [ + 66, + 397 + ], + [ + 67, + 398 + ], + [ + 68, + 397 + ], + [ + 69, + 396 + ], + [ + 70, + 395 + ], + [ + 71, + 395 + ], + [ + 72, + 395 + ], + [ + 73, + 396 + ], + [ + 74, + 396 + ], + [ + 75, + 397 + ], + [ + 76, + 398 + ], + [ + 77, + 399 + ], + [ + 78, + 400 + ], + [ + 79, + 399 + ], + [ + 80, + 398 + ], + [ + 81, + 399 + ], + [ + 82, + 398 + ], + [ + 83, + 398 + ], + [ + 83, + 399 + ], + [ + 84, + 398 + ], + [ + 84, + 397 + ], + [ + 85, + 396 + ], + [ + 86, + 396 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 49, + 243 + ], + [ + 48, + 243 + ], + [ + 47, + 243 + ], + [ + 46, + 244 + ], + [ + 45, + 245 + ], + [ + 44, + 246 + ], + [ + 43, + 247 + ], + [ + 42, + 247 + ], + [ + 41, + 248 + ], + [ + 40, + 249 + ], + [ + 39, + 249 + ], + [ + 38, + 248 + ], + [ + 37, + 249 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 74, + 290 + ], + [ + 74, + 289 + ], + [ + 75, + 288 + ], + [ + 76, + 287 + ], + [ + 77, + 286 + ], + [ + 78, + 285 + ], + [ + 79, + 284 + ], + [ + 80, + 283 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 18, + 208 + ], + [ + 19, + 209 + ], + [ + 20, + 210 + ], + [ + 19, + 210 + ], + [ + 18, + 211 + ], + [ + 19, + 212 + ], + [ + 20, + 213 + ], + [ + 21, + 214 + ], + [ + 21, + 215 + ], + [ + 20, + 216 + ], + [ + 21, + 217 + ], + [ + 20, + 218 + ], + [ + 20, + 219 + ], + [ + 20, + 220 + ], + [ + 19, + 220 + ], + [ + 19, + 221 + ], + [ + 18, + 222 + ], + [ + 18, + 223 + ], + [ + 17, + 224 + ], + [ + 18, + 225 + ], + [ + 19, + 226 + ], + [ + 18, + 227 + ], + [ + 18, + 228 + ], + [ + 19, + 229 + ], + [ + 19, + 230 + ], + [ + 20, + 231 + ], + [ + 20, + 232 + ], + [ + 19, + 233 + ], + [ + 18, + 234 + ], + [ + 19, + 234 + ], + [ + 20, + 234 + ], + [ + 21, + 235 + ], + [ + 22, + 236 + ], + [ + 23, + 236 + ], + [ + 24, + 237 + ], + [ + 24, + 238 + ], + [ + 23, + 239 + ], + [ + 23, + 240 + ], + [ + 23, + 241 + ], + [ + 24, + 241 + ], + [ + 25, + 242 + ], + [ + 25, + 241 + ], + [ + 26, + 242 + ], + [ + 27, + 243 + ], + [ + 28, + 244 + ], + [ + 29, + 244 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 87, + 259 + ], + "area_fraction": 0.018 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 102, + 449 + ], + "area_fraction": 0.032 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 46, + 493 + ], + "peak": [ + 47, + 494 + ], + "area_cells": 57 + }, + { + "id": "range_3", + "name": null, + "center": [ + 214, + 397 + ], + "peak": [ + 214, + 449 + ], + "area_cells": 6585 + }, + { + "id": "range_4", + "name": null, + "center": [ + 215, + 187 + ], + "peak": [ + 213, + 152 + ], + "area_cells": 2315 + }, + { + "id": "range_5", + "name": null, + "center": [ + 220, + 29 + ], + "peak": [ + 222, + 37 + ], + "area_cells": 2763 + }, + { + "id": "range_6", + "name": null, + "center": [ + 226, + 88 + ], + "peak": [ + 224, + 91 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ad/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/globe.png new file mode 100644 index 000000000..14a56d047 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ad/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/heightmap.png new file mode 100644 index 000000000..f125ca0fa Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ad/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/index.md new file mode 100644 index 000000000..78751733d --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ282Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2744162268 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.157 + period_days: 510.0 + axial_tilt_deg: 10.9 +physical: + gravity_g: 0.55 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.921 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.11 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ad + +Arid planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 510 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ad/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/markers.json new file mode 100644 index 000000000..2b12e1891 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ad/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 110, + 340 + ], + [ + 109, + 339 + ], + [ + 108, + 339 + ], + [ + 107, + 339 + ], + [ + 106, + 340 + ], + [ + 105, + 341 + ], + [ + 104, + 342 + ], + [ + 103, + 343 + ], + [ + 102, + 343 + ], + [ + 101, + 344 + ], + [ + 100, + 343 + ], + [ + 99, + 344 + ], + [ + 98, + 345 + ], + [ + 97, + 346 + ], + [ + 96, + 345 + ], + [ + 95, + 344 + ], + [ + 94, + 343 + ], + [ + 93, + 342 + ], + [ + 92, + 342 + ], + [ + 91, + 343 + ], + [ + 90, + 342 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 120, + 187 + ], + [ + 119, + 186 + ], + [ + 118, + 185 + ], + [ + 117, + 184 + ], + [ + 116, + 183 + ], + [ + 115, + 182 + ], + [ + 114, + 181 + ], + [ + 113, + 180 + ], + [ + 113, + 179 + ], + [ + 113, + 178 + ], + [ + 113, + 177 + ], + [ + 113, + 176 + ], + [ + 113, + 175 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 96, + 171 + ], + [ + 97, + 170 + ], + [ + 98, + 170 + ], + [ + 99, + 171 + ], + [ + 100, + 172 + ], + [ + 101, + 171 + ], + [ + 102, + 172 + ], + [ + 103, + 173 + ], + [ + 104, + 173 + ], + [ + 105, + 172 + ], + [ + 106, + 173 + ], + [ + 107, + 173 + ], + [ + 108, + 172 + ], + [ + 109, + 171 + ], + [ + 110, + 172 + ], + [ + 111, + 173 + ], + [ + 112, + 172 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 64, + 71 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 349 + ], + "peak": [ + 37, + 330 + ], + "area_cells": 1563 + }, + { + "id": "range_2", + "name": null, + "center": [ + 31, + 240 + ], + "peak": [ + 32, + 241 + ], + "area_cells": 209 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 430 + ], + "peak": [ + 33, + 421 + ], + "area_cells": 111 + }, + { + "id": "range_4", + "name": null, + "center": [ + 196, + 139 + ], + "peak": [ + 208, + 111 + ], + "area_cells": 5832 + }, + { + "id": "range_5", + "name": null, + "center": [ + 160, + 23 + ], + "peak": [ + 163, + 26 + ], + "area_cells": 231 + }, + { + "id": "range_7", + "name": null, + "center": [ + 172, + 36 + ], + "peak": [ + 173, + 37 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 191, + 382 + ], + "peak": [ + 193, + 383 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/globe.png new file mode 100644 index 000000000..3620264be Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/heightmap.png new file mode 100644 index 000000000..4f949d187 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/index.md new file mode 100644 index 000000000..7fe1f76f5 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ae-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2953132537 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.09 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.932 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ae-1 + +Barren moon. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 92% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/markers.json new file mode 100644 index 000000000..21ccb3a31 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-1/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 53, + 389 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 144, + 20 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 139 + ], + "peak": [ + 82, + 157 + ], + "area_cells": 1920 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 175 + ], + "peak": [ + 36, + 175 + ], + "area_cells": 40 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 262 + ], + "peak": [ + 58, + 262 + ], + "area_cells": 80 + }, + { + "id": "range_7", + "name": null, + "center": [ + 75, + 39 + ], + "peak": [ + 74, + 38 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 260 + ], + "peak": [ + 85, + 267 + ], + "area_cells": 263 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 188 + ], + "peak": [ + 112, + 188 + ], + "area_cells": 131 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 224 + ], + "peak": [ + 120, + 226 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 143 + ], + "peak": [ + 146, + 138 + ], + "area_cells": 316 + }, + { + "id": "range_12", + "name": null, + "center": [ + 142, + 261 + ], + "peak": [ + 148, + 262 + ], + "area_cells": 73 + }, + { + "id": "range_13", + "name": null, + "center": [ + 154, + 216 + ], + "peak": [ + 154, + 216 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 160, + 249 + ], + "peak": [ + 160, + 250 + ], + "area_cells": 35 + }, + { + "id": "range_15", + "name": null, + "center": [ + 162, + 272 + ], + "peak": [ + 163, + 272 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/globe.png new file mode 100644 index 000000000..d62b5b701 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/heightmap.png new file mode 100644 index 000000000..711c6fe5c Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/index.md new file mode 100644 index 000000000..c4c161a1e --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ae-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3728457059 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.171 + period_days: 29.0 + axial_tilt_deg: 52.6 +physical: + gravity_g: 0.07 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.359 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ae-2 + +Frozen moon. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Land** | 94% | +| **Orbit** | 29 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/markers.json new file mode 100644 index 000000000..9a4201c37 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ae-2/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 243, + 358 + ], + "area_fraction": 0.0512 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 153 + ], + "peak": [ + 99, + 156 + ], + "area_cells": 23361 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 453 + ], + "peak": [ + 62, + 442 + ], + "area_cells": 12399 + }, + { + "id": "range_10", + "name": null, + "center": [ + 140, + 188 + ], + "peak": [ + 141, + 188 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 153, + 167 + ], + "peak": [ + 154, + 165 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 190, + 179 + ], + "peak": [ + 191, + 180 + ], + "area_cells": 34 + }, + { + "id": "range_14", + "name": null, + "center": [ + 202, + 317 + ], + "peak": [ + 202, + 317 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ae/globe.png new file mode 100644 index 000000000..2d81f4164 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ae/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ae/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ae/index.md new file mode 100644 index 000000000..ea847fce3 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ282Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3386259388 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: 2.3 + oblateness: 0.0611 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.104 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.066 +rings: + enabled: true + inner_radius_factor: 1.13 + outer_radius_factor: 2.6 + opacity_base: 0.6 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ282Ae + +Gas giant. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Af/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Af/globe.png new file mode 100644 index 000000000..eb2a6500d Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Af/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Af/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Af/heightmap.png new file mode 100644 index 000000000..4ec328afe Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Af/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Af/index.md new file mode 100644 index 000000000..b2b1bf274 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 389307448 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.853 + period_days: 5800.0 + axial_tilt_deg: 52.0 +physical: + gravity_g: 0.44 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Af + +Frozen planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 95% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Af/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Af/markers.json new file mode 100644 index 000000000..23c8a75a3 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Af/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 24 + ], + "area_fraction": 0.007 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 24, + 446 + ], + "area_fraction": 0.012 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 237, + 319 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 241, + 207 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 45, + 267 + ], + "peak": [ + 45, + 268 + ], + "area_cells": 93 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 165 + ], + "peak": [ + 52, + 166 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 347 + ], + "peak": [ + 127, + 256 + ], + "area_cells": 17418 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 103 + ], + "peak": [ + 70, + 103 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 52 + ], + "peak": [ + 123, + 34 + ], + "area_cells": 5974 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 340 + ], + "peak": [ + 168, + 341 + ], + "area_cells": 51 + }, + { + "id": "range_13", + "name": null, + "center": [ + 175, + 236 + ], + "peak": [ + 181, + 236 + ], + "area_cells": 62 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 422 + ], + "peak": [ + 173, + 422 + ], + "area_cells": 39 + }, + { + "id": "range_15", + "name": null, + "center": [ + 199, + 202 + ], + "peak": [ + 200, + 204 + ], + "area_cells": 93 + }, + { + "id": "range_16", + "name": null, + "center": [ + 203, + 366 + ], + "peak": [ + 204, + 367 + ], + "area_cells": 26 + }, + { + "id": "range_17", + "name": null, + "center": [ + 223, + 0 + ], + "peak": [ + 226, + 1 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 510 + ], + "peak": [ + 223, + 511 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 225, + 501 + ], + "peak": [ + 229, + 501 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ag/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/globe.png new file mode 100644 index 000000000..79b2b375e Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ag/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/heightmap.png new file mode 100644 index 000000000..cf0ebf6c9 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ag/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/index.md new file mode 100644 index 000000000..c3669a98d --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3075234164 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.28 + period_days: 13500.0 + axial_tilt_deg: 43.3 +physical: + gravity_g: 0.07 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.179 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.29 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ag + +Frozen planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Land** | 93% | +| **Year** | 13500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ag/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/markers.json new file mode 100644 index 000000000..8529bbccb --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ag/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 37 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 453 + ], + "area_fraction": 0.0144 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 408 + ], + "peak": [ + 99, + 415 + ], + "area_cells": 564 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 63 + ], + "peak": [ + 105, + 51 + ], + "area_cells": 519 + }, + { + "id": "range_3", + "name": null, + "center": [ + 115, + 38 + ], + "peak": [ + 115, + 40 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 26 + ], + "peak": [ + 116, + 26 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 130, + 60 + ], + "peak": [ + 131, + 59 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 109 + ], + "peak": [ + 132, + 108 + ], + "area_cells": 105 + }, + { + "id": "range_9", + "name": null, + "center": [ + 173, + 241 + ], + "peak": [ + 178, + 239 + ], + "area_cells": 1391 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 377 + ], + "peak": [ + 144, + 377 + ], + "area_cells": 114 + }, + { + "id": "range_12", + "name": null, + "center": [ + 186, + 295 + ], + "peak": [ + 187, + 296 + ], + "area_cells": 136 + }, + { + "id": "range_13", + "name": null, + "center": [ + 231, + 385 + ], + "peak": [ + 222, + 403 + ], + "area_cells": 9038 + }, + { + "id": "range_14", + "name": null, + "center": [ + 229, + 95 + ], + "peak": [ + 240, + 37 + ], + "area_cells": 5063 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ah/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/globe.png new file mode 100644 index 000000000..6e03a2a35 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ah/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/heightmap.png new file mode 100644 index 000000000..196e6bd12 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ah/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/index.md new file mode 100644 index 000000000..30dac9157 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 698754915 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 17.506 + period_days: 30000.0 + axial_tilt_deg: 47.0 +physical: + gravity_g: 0.05 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.153 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.312 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ah + +Frozen planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Land** | 92% | +| **Year** | 30000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ah/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/markers.json new file mode 100644 index 000000000..98284e175 --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ah/markers.json @@ -0,0 +1,321 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 252 + ], + "area_fraction": 0.0644 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 241, + 166 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 388 + ], + "peak": [ + 75, + 417 + ], + "area_cells": 5670 + }, + { + "id": "range_2", + "name": null, + "center": [ + 64, + 151 + ], + "peak": [ + 66, + 152 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 94 + ], + "peak": [ + 68, + 91 + ], + "area_cells": 406 + }, + { + "id": "range_4", + "name": null, + "center": [ + 84, + 205 + ], + "peak": [ + 75, + 194 + ], + "area_cells": 638 + }, + { + "id": "range_8", + "name": null, + "center": [ + 86, + 65 + ], + "peak": [ + 84, + 69 + ], + "area_cells": 364 + }, + { + "id": "range_10", + "name": null, + "center": [ + 92, + 23 + ], + "peak": [ + 95, + 32 + ], + "area_cells": 301 + }, + { + "id": "range_11", + "name": null, + "center": [ + 95, + 496 + ], + "peak": [ + 94, + 494 + ], + "area_cells": 229 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 227 + ], + "peak": [ + 119, + 231 + ], + "area_cells": 225 + }, + { + "id": "range_13", + "name": null, + "center": [ + 124, + 254 + ], + "peak": [ + 123, + 255 + ], + "area_cells": 63 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 76 + ], + "peak": [ + 126, + 77 + ], + "area_cells": 70 + }, + { + "id": "range_15", + "name": null, + "center": [ + 147, + 258 + ], + "peak": [ + 147, + 246 + ], + "area_cells": 1553 + }, + { + "id": "range_17", + "name": null, + "center": [ + 165, + 79 + ], + "peak": [ + 165, + 80 + ], + "area_cells": 218 + }, + { + "id": "range_18", + "name": null, + "center": [ + 162, + 436 + ], + "peak": [ + 160, + 435 + ], + "area_cells": 115 + }, + { + "id": "range_19", + "name": null, + "center": [ + 214, + 39 + ], + "peak": [ + 202, + 63 + ], + "area_cells": 2410 + }, + { + "id": "range_20", + "name": null, + "center": [ + 203, + 486 + ], + "peak": [ + 216, + 463 + ], + "area_cells": 1262 + }, + { + "id": "range_28", + "name": null, + "center": [ + 228, + 421 + ], + "peak": [ + 220, + 443 + ], + "area_cells": 291 + }, + { + "id": "range_30", + "name": null, + "center": [ + 232, + 507 + ], + "peak": [ + 231, + 507 + ], + "area_cells": 31 + }, + { + "id": "range_31", + "name": null, + "center": [ + 235, + 499 + ], + "peak": [ + 230, + 500 + ], + "area_cells": 26 + }, + { + "id": "range_33", + "name": null, + "center": [ + 235, + 364 + ], + "peak": [ + 235, + 365 + ], + "area_cells": 25 + }, + { + "id": "range_34", + "name": null, + "center": [ + 244, + 391 + ], + "peak": [ + 241, + 391 + ], + "area_cells": 23 + }, + { + "id": "range_35", + "name": null, + "center": [ + 247, + 380 + ], + "peak": [ + 253, + 384 + ], + "area_cells": 143 + }, + { + "id": "range_38", + "name": null, + "center": [ + 251, + 28 + ], + "peak": [ + 254, + 31 + ], + "area_cells": 143 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ai/globe.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/globe.png new file mode 100644 index 000000000..4177eadb2 Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/globe.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ai/heightmap.png b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/heightmap.png new file mode 100644 index 000000000..caca9610d Binary files /dev/null and b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ai/index.md b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/index.md new file mode 100644 index 000000000..04a58d7aa --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1679070796 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 26.855 + period_days: 57000.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.04 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.322 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Ai + +Frozen planet. + +**System:** [GJ-282A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Land** | 99% | +| **Year** | 57000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282A/bodies/GJ282Ai/markers.json b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/markers.json new file mode 100644 index 000000000..5ebc293bf --- /dev/null +++ b/wiki/star-systems/GJ-282A/bodies/GJ282Ai/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 5 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 314 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 76 + ], + "peak": [ + 0, + 80 + ], + "area_cells": 55 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 342 + ], + "peak": [ + 0, + 437 + ], + "area_cells": 16768 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 135 + ], + "peak": [ + 53, + 136 + ], + "area_cells": 1398 + }, + { + "id": "range_5", + "name": null, + "center": [ + 37, + 178 + ], + "peak": [ + 38, + 177 + ], + "area_cells": 78 + }, + { + "id": "range_6", + "name": null, + "center": [ + 173, + 55 + ], + "peak": [ + 184, + 61 + ], + "area_cells": 398 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ282Bb/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/globe.png new file mode 100644 index 000000000..9698e3a4b Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bb/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/heightmap.png new file mode 100644 index 000000000..330d817be Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bb/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/index.md new file mode 100644 index 000000000..1c4ddf3ea --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1880303589 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.4 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.867 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Bb + +Barren planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 96% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bb/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/markers.json new file mode 100644 index 000000000..922b92cff --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bb/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 150, + 156 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 82 + ], + "peak": [ + 35, + 7 + ], + "area_cells": 5225 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 461 + ], + "peak": [ + 5, + 462 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 219 + ], + "peak": [ + 10, + 220 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 213 + ], + "peak": [ + 16, + 213 + ], + "area_cells": 32 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 389 + ], + "peak": [ + 58, + 500 + ], + "area_cells": 6946 + }, + { + "id": "range_16", + "name": null, + "center": [ + 40, + 448 + ], + "peak": [ + 39, + 449 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 70, + 213 + ], + "peak": [ + 89, + 185 + ], + "area_cells": 1944 + }, + { + "id": "range_19", + "name": null, + "center": [ + 46, + 294 + ], + "peak": [ + 46, + 293 + ], + "area_cells": 70 + }, + { + "id": "range_23", + "name": null, + "center": [ + 72, + 270 + ], + "peak": [ + 65, + 268 + ], + "area_cells": 313 + }, + { + "id": "range_24", + "name": null, + "center": [ + 70, + 122 + ], + "peak": [ + 72, + 122 + ], + "area_cells": 93 + }, + { + "id": "range_26", + "name": null, + "center": [ + 90, + 19 + ], + "peak": [ + 91, + 19 + ], + "area_cells": 76 + }, + { + "id": "range_28", + "name": null, + "center": [ + 102, + 233 + ], + "peak": [ + 103, + 229 + ], + "area_cells": 89 + }, + { + "id": "range_29", + "name": null, + "center": [ + 113, + 376 + ], + "peak": [ + 113, + 375 + ], + "area_cells": 81 + }, + { + "id": "range_31", + "name": null, + "center": [ + 153, + 302 + ], + "peak": [ + 158, + 297 + ], + "area_cells": 763 + }, + { + "id": "range_32", + "name": null, + "center": [ + 133, + 373 + ], + "peak": [ + 133, + 373 + ], + "area_cells": 29 + }, + { + "id": "range_34", + "name": null, + "center": [ + 164, + 356 + ], + "peak": [ + 158, + 355 + ], + "area_cells": 232 + }, + { + "id": "range_35", + "name": null, + "center": [ + 167, + 404 + ], + "peak": [ + 180, + 398 + ], + "area_cells": 239 + }, + { + "id": "range_40", + "name": null, + "center": [ + 184, + 328 + ], + "peak": [ + 185, + 328 + ], + "area_cells": 40 + }, + { + "id": "range_41", + "name": null, + "center": [ + 184, + 349 + ], + "peak": [ + 185, + 349 + ], + "area_cells": 34 + }, + { + "id": "range_44", + "name": null, + "center": [ + 188, + 509 + ], + "peak": [ + 189, + 511 + ], + "area_cells": 27 + }, + { + "id": "range_45", + "name": null, + "center": [ + 198, + 12 + ], + "peak": [ + 198, + 21 + ], + "area_cells": 370 + }, + { + "id": "range_47", + "name": null, + "center": [ + 200, + 50 + ], + "peak": [ + 200, + 51 + ], + "area_cells": 51 + }, + { + "id": "range_48", + "name": null, + "center": [ + 214, + 284 + ], + "peak": [ + 219, + 276 + ], + "area_cells": 247 + }, + { + "id": "range_49", + "name": null, + "center": [ + 226, + 254 + ], + "peak": [ + 217, + 243 + ], + "area_cells": 451 + }, + { + "id": "range_53", + "name": null, + "center": [ + 251, + 284 + ], + "peak": [ + 255, + 283 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bc/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/globe.png new file mode 100644 index 000000000..99134236e Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bc/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/heightmap.png new file mode 100644 index 000000000..2afdc4147 Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bc/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/index.md new file mode 100644 index 000000000..b2efc7e4f --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ282Bc +name: Belver +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 104231767 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.82 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.608 + polar_ice_lat: 0.459 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.155 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Belver + +Cold Arid planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 61% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 800 | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bc/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/markers.json new file mode 100644 index 000000000..f83a948a2 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bc/markers.json @@ -0,0 +1,568 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 216, + 152 + ], + [ + 215, + 151 + ], + [ + 214, + 150 + ], + [ + 213, + 149 + ], + [ + 212, + 148 + ], + [ + 212, + 147 + ], + [ + 213, + 146 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 195, + 85 + ], + [ + 196, + 86 + ], + [ + 197, + 87 + ], + [ + 198, + 88 + ], + [ + 199, + 89 + ], + [ + 200, + 90 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 76, + 68 + ], + [ + 75, + 67 + ], + [ + 74, + 66 + ], + [ + 73, + 67 + ], + [ + 73, + 66 + ], + [ + 72, + 67 + ], + [ + 72, + 68 + ], + [ + 71, + 69 + ], + [ + 71, + 70 + ], + [ + 71, + 71 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 251, + 184 + ], + [ + 252, + 185 + ], + [ + 252, + 186 + ], + [ + 253, + 187 + ], + [ + 254, + 188 + ], + [ + 255, + 188 + ], + [ + 255, + 189 + ], + [ + 254, + 190 + ], + [ + 255, + 191 + ], + [ + 255, + 190 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 152, + 261 + ], + [ + 153, + 260 + ], + [ + 154, + 259 + ], + [ + 155, + 258 + ], + [ + 156, + 257 + ], + [ + 157, + 256 + ], + [ + 158, + 255 + ], + [ + 159, + 254 + ], + [ + 158, + 253 + ], + [ + 159, + 252 + ], + [ + 158, + 251 + ], + [ + 158, + 250 + ], + [ + 158, + 249 + ], + [ + 159, + 248 + ], + [ + 158, + 247 + ], + [ + 159, + 246 + ], + [ + 158, + 246 + ], + [ + 159, + 245 + ], + [ + 159, + 244 + ], + [ + 160, + 243 + ], + [ + 159, + 243 + ], + [ + 160, + 244 + ], + [ + 160, + 245 + ], + [ + 161, + 244 + ], + [ + 161, + 243 + ], + [ + 160, + 242 + ], + [ + 161, + 241 + ], + [ + 161, + 242 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 33, + 74 + ], + [ + 34, + 75 + ], + [ + 33, + 75 + ], + [ + 32, + 76 + ], + [ + 31, + 75 + ], + [ + 30, + 74 + ], + [ + 29, + 74 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 210, + 107 + ], + [ + 210, + 106 + ], + [ + 210, + 105 + ], + [ + 209, + 104 + ], + [ + 208, + 103 + ], + [ + 207, + 102 + ], + [ + 206, + 101 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 143, + 511 + ], + [ + 142, + 0 + ], + [ + 141, + 1 + ], + [ + 140, + 1 + ], + [ + 139, + 1 + ], + [ + 138, + 2 + ], + [ + 137, + 3 + ], + [ + 137, + 4 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 47, + 132 + ], + [ + 46, + 131 + ], + [ + 45, + 130 + ], + [ + 44, + 129 + ], + [ + 43, + 128 + ], + [ + 42, + 127 + ], + [ + 41, + 126 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 27 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 44, + 169 + ], + "area_fraction": 0.0565 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 79, + 326 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_25", + "name": null, + "kind": "ocean", + "center": [ + 189, + 375 + ], + "area_fraction": 0.2247 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 178, + 145 + ], + "area_fraction": 0.0216 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 228, + 52 + ], + "area_fraction": 0.0451 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 327 + ], + "peak": [ + 48, + 316 + ], + "area_cells": 606 + }, + { + "id": "range_2", + "name": null, + "center": [ + 105, + 80 + ], + "peak": [ + 126, + 57 + ], + "area_cells": 3995 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 257 + ], + "peak": [ + 122, + 251 + ], + "area_cells": 1480 + }, + { + "id": "range_4", + "name": null, + "center": [ + 114, + 187 + ], + "peak": [ + 106, + 200 + ], + "area_cells": 797 + }, + { + "id": "range_5", + "name": null, + "center": [ + 113, + 374 + ], + "peak": [ + 105, + 379 + ], + "area_cells": 273 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 28 + ], + "peak": [ + 178, + 19 + ], + "area_cells": 844 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bd/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/globe.png new file mode 100644 index 000000000..17ada4e56 Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bd/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/heightmap.png new file mode 100644 index 000000000..dc1c7569a Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bd/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/index.md new file mode 100644 index 000000000..37ebc8144 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/index.md @@ -0,0 +1,64 @@ +--- +id: GJ282Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 156892625 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 25.6 +physical: + gravity_g: 0.5 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.935 + polar_ice_lat: 0.162 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Bd + +Frozen planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 94% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bd/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/markers.json new file mode 100644 index 000000000..26b2ce802 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bd/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 18, + 91 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 21, + 308 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 15, + 385 + ], + "area_fraction": 0.0116 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 172, + 34 + ], + "peak": [ + 165, + 19 + ], + "area_cells": 7560 + }, + { + "id": "range_4", + "name": null, + "center": [ + 163, + 371 + ], + "peak": [ + 162, + 350 + ], + "area_cells": 14842 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 90 + ], + "peak": [ + 113, + 91 + ], + "area_cells": 58 + }, + { + "id": "range_6", + "name": null, + "center": [ + 121, + 179 + ], + "peak": [ + 126, + 181 + ], + "area_cells": 333 + }, + { + "id": "range_8", + "name": null, + "center": [ + 128, + 421 + ], + "peak": [ + 128, + 422 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 167 + ], + "peak": [ + 171, + 175 + ], + "area_cells": 394 + }, + { + "id": "range_10", + "name": null, + "center": [ + 183, + 123 + ], + "peak": [ + 183, + 126 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 240, + 429 + ], + "peak": [ + 237, + 422 + ], + "area_cells": 1891 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Be/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Be/globe.png new file mode 100644 index 000000000..26915ecfd Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Be/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Be/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Be/heightmap.png new file mode 100644 index 000000000..6ea8b11a2 Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Be/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Be/index.md new file mode 100644 index 000000000..a4073fd90 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Be/index.md @@ -0,0 +1,65 @@ +--- +id: GJ282Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 960639197 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.4 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.831 + polar_ice_lat: 0.289 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.322 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Be + +Frozen planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Be/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Be/markers.json new file mode 100644 index 000000000..56daed7e2 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Be/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 115, + 26 + ], + "area_fraction": 0.0185 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 134, + 100 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 209, + 38 + ], + "area_fraction": 0.0357 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 217, + 398 + ], + "area_fraction": 0.0498 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 206, + 220 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 218, + 178 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 264 + ], + "peak": [ + 18, + 349 + ], + "area_cells": 18872 + }, + { + "id": "range_3", + "name": null, + "center": [ + 66, + 226 + ], + "peak": [ + 67, + 227 + ], + "area_cells": 76 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 274 + ], + "peak": [ + 65, + 275 + ], + "area_cells": 128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 208 + ], + "peak": [ + 65, + 204 + ], + "area_cells": 104 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 250 + ], + "peak": [ + 73, + 253 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 69, + 299 + ], + "peak": [ + 69, + 298 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bf/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/globe.png new file mode 100644 index 000000000..8a572c98a Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bf/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/heightmap.png new file mode 100644 index 000000000..8675ec558 Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bf/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/index.md new file mode 100644 index 000000000..26f8828f3 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ282Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4198001817 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.1 + period_days: 3400.0 + axial_tilt_deg: 24.2 +physical: + gravity_g: 0.3 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.719 + polar_ice_lat: 0.07 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Bf + +Frozen planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bf/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/markers.json new file mode 100644 index 000000000..8c3c442c9 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bf/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 95, + 285 + ], + "area_fraction": 0.245 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 223, + 72 + ], + "area_fraction": 0.0142 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 147 + ], + "peak": [ + 24, + 147 + ], + "area_cells": 193 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 326 + ], + "peak": [ + 25, + 328 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 263 + ], + "peak": [ + 43, + 253 + ], + "area_cells": 2912 + }, + { + "id": "range_9", + "name": null, + "center": [ + 179, + 157 + ], + "peak": [ + 179, + 131 + ], + "area_cells": 1950 + }, + { + "id": "range_12", + "name": null, + "center": [ + 215, + 462 + ], + "peak": [ + 189, + 464 + ], + "area_cells": 1987 + }, + { + "id": "range_13", + "name": null, + "center": [ + 192, + 369 + ], + "peak": [ + 191, + 374 + ], + "area_cells": 127 + }, + { + "id": "range_15", + "name": null, + "center": [ + 224, + 157 + ], + "peak": [ + 224, + 151 + ], + "area_cells": 297 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bg/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/globe.png new file mode 100644 index 000000000..ca6ac377c Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bg/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/heightmap.png new file mode 100644 index 000000000..65f983075 Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bg/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/index.md new file mode 100644 index 000000000..7a1f5ea4f --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ282Bg +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3436946915 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.729 + period_days: 8800.0 + axial_tilt_deg: 57.4 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.702 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.268 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Bg + +Frozen planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bg/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/markers.json new file mode 100644 index 000000000..d5a138880 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bg/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 41, + 281 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 128, + 23 + ], + "area_fraction": 0.0234 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 207, + 335 + ], + "area_fraction": 0.2315 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 154, + 203 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 158, + 145 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 0, + 61 + ], + "peak": [ + 0, + 61 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 414 + ], + "peak": [ + 42, + 464 + ], + "area_cells": 10447 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 11 + ], + "peak": [ + 48, + 0 + ], + "area_cells": 419 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 85 + ], + "peak": [ + 69, + 75 + ], + "area_cells": 2246 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 242 + ], + "peak": [ + 72, + 243 + ], + "area_cells": 46 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 192 + ], + "peak": [ + 88, + 201 + ], + "area_cells": 276 + }, + { + "id": "range_13", + "name": null, + "center": [ + 100, + 203 + ], + "peak": [ + 99, + 204 + ], + "area_cells": 102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bh/globe.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/globe.png new file mode 100644 index 000000000..438ac76fd Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/globe.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bh/heightmap.png b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/heightmap.png new file mode 100644 index 000000000..93fcd9ffd Binary files /dev/null and b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bh/index.md b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/index.md new file mode 100644 index 000000000..18ae2e035 --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ282Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3762539815 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 37.5 +physical: + gravity_g: 0.08 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.838 + polar_ice_lat: 0.127 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.449 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ282Bh + +Frozen planet. + +**System:** [GJ-282B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-282B/bodies/GJ282Bh/markers.json b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/markers.json new file mode 100644 index 000000000..0c504ab4f --- /dev/null +++ b/wiki/star-systems/GJ-282B/bodies/GJ282Bh/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 29, + 68 + ], + "area_fraction": 0.0506 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 231 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 12, + 393 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 45, + 486 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 62, + 116 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 100, + 431 + ], + "area_fraction": 0.006 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 117, + 362 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 171, + 89 + ], + "peak": [ + 171, + 89 + ], + "area_cells": 96 + }, + { + "id": "range_3", + "name": null, + "center": [ + 192, + 156 + ], + "peak": [ + 193, + 156 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 244, + 183 + ], + "peak": [ + 246, + 185 + ], + "area_cells": 786 + }, + { + "id": "range_5", + "name": null, + "center": [ + 244, + 23 + ], + "peak": [ + 249, + 20 + ], + "area_cells": 725 + }, + { + "id": "range_7", + "name": null, + "center": [ + 242, + 94 + ], + "peak": [ + 248, + 84 + ], + "area_cells": 1560 + }, + { + "id": "range_8", + "name": null, + "center": [ + 251, + 505 + ], + "peak": [ + 254, + 510 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ285b/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285b/globe.png new file mode 100644 index 000000000..1473cd3aa Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285b/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285b/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285b/heightmap.png new file mode 100644 index 000000000..052a353dd Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285b/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285b/index.md b/wiki/star-systems/GJ-285/bodies/GJ285b/index.md new file mode 100644 index 000000000..d622bc5d6 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ285b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 626361086 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 2.0 +physical: + gravity_g: 0.28 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.949 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285b + +Barren planet. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 100% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285b/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285b/markers.json new file mode 100644 index 000000000..8f383f4af --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 26 + ], + "peak": [ + 55, + 25 + ], + "area_cells": 87 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 501 + ], + "peak": [ + 79, + 511 + ], + "area_cells": 193 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 236 + ], + "peak": [ + 84, + 234 + ], + "area_cells": 645 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 270 + ], + "peak": [ + 99, + 275 + ], + "area_cells": 407 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 8 + ], + "peak": [ + 80, + 6 + ], + "area_cells": 168 + }, + { + "id": "range_8", + "name": null, + "center": [ + 162, + 276 + ], + "peak": [ + 154, + 138 + ], + "area_cells": 27966 + }, + { + "id": "range_9", + "name": null, + "center": [ + 95, + 191 + ], + "peak": [ + 94, + 191 + ], + "area_cells": 237 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 300 + ], + "peak": [ + 89, + 298 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 134, + 271 + ], + "peak": [ + 134, + 270 + ], + "area_cells": 32 + }, + { + "id": "range_18", + "name": null, + "center": [ + 185, + 490 + ], + "peak": [ + 191, + 488 + ], + "area_cells": 60 + }, + { + "id": "range_19", + "name": null, + "center": [ + 184, + 506 + ], + "peak": [ + 183, + 506 + ], + "area_cells": 63 + }, + { + "id": "range_20", + "name": null, + "center": [ + 186, + 72 + ], + "peak": [ + 187, + 72 + ], + "area_cells": 49 + }, + { + "id": "range_21", + "name": null, + "center": [ + 209, + 85 + ], + "peak": [ + 207, + 84 + ], + "area_cells": 193 + }, + { + "id": "range_22", + "name": null, + "center": [ + 212, + 254 + ], + "peak": [ + 211, + 255 + ], + "area_cells": 28 + }, + { + "id": "range_25", + "name": null, + "center": [ + 230, + 390 + ], + "peak": [ + 231, + 391 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 243, + 418 + ], + "peak": [ + 241, + 419 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285c/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285c/globe.png new file mode 100644 index 000000000..7f4b9c8af Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285c/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285c/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285c/heightmap.png new file mode 100644 index 000000000..0d052b22f Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285c/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285c/index.md b/wiki/star-systems/GJ-285/bodies/GJ285c/index.md new file mode 100644 index 000000000..29c2907ec --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ285c +name: Fries +body_type: planet +planet_class: arid +body_scale: planet +seed: 3179743589 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 2.7 +physical: + gravity_g: 0.78 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.897 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.196 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Fries + +Arid planet. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 99% | +| **Year** | 9 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285c/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285c/markers.json new file mode 100644 index 000000000..ff2422d11 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285c/markers.json @@ -0,0 +1,315 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 118, + 200 + ], + [ + 117, + 201 + ], + [ + 116, + 200 + ], + [ + 115, + 199 + ], + [ + 114, + 198 + ], + [ + 113, + 198 + ], + [ + 112, + 198 + ], + [ + 112, + 197 + ], + [ + 111, + 196 + ], + [ + 110, + 195 + ], + [ + 111, + 194 + ], + [ + 110, + 193 + ], + [ + 109, + 192 + ], + [ + 109, + 191 + ], + [ + 110, + 190 + ], + [ + 110, + 189 + ], + [ + 111, + 188 + ], + [ + 110, + 187 + ], + [ + 110, + 186 + ], + [ + 109, + 185 + ], + [ + 109, + 186 + ], + [ + 109, + 187 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 65, + 146 + ], + [ + 64, + 146 + ], + [ + 63, + 146 + ], + [ + 62, + 147 + ], + [ + 61, + 146 + ], + [ + 60, + 145 + ], + [ + 59, + 145 + ], + [ + 58, + 144 + ], + [ + 57, + 144 + ], + [ + 56, + 143 + ], + [ + 55, + 143 + ], + [ + 54, + 144 + ], + [ + 54, + 145 + ], + [ + 54, + 146 + ], + [ + 53, + 146 + ], + [ + 54, + 147 + ], + [ + 53, + 148 + ], + [ + 53, + 147 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 96, + 70 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 464 + ], + "peak": [ + 24, + 509 + ], + "area_cells": 2952 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 196 + ], + "peak": [ + 13, + 263 + ], + "area_cells": 1517 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 11 + ], + "peak": [ + 25, + 0 + ], + "area_cells": 635 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 285 + ], + "peak": [ + 13, + 275 + ], + "area_cells": 190 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 359 + ], + "peak": [ + 13, + 365 + ], + "area_cells": 261 + }, + { + "id": "range_9", + "name": null, + "center": [ + 180, + 432 + ], + "peak": [ + 194, + 432 + ], + "area_cells": 6047 + }, + { + "id": "range_10", + "name": null, + "center": [ + 224, + 258 + ], + "peak": [ + 223, + 261 + ], + "area_cells": 2246 + }, + { + "id": "range_12", + "name": null, + "center": [ + 232, + 186 + ], + "peak": [ + 232, + 186 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 236, + 484 + ], + "peak": [ + 236, + 484 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285d/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285d/globe.png new file mode 100644 index 000000000..fb9b53eed Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285d/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285d/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285d/heightmap.png new file mode 100644 index 000000000..15e4c2d4a Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285d/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285d/index.md b/wiki/star-systems/GJ-285/bodies/GJ285d/index.md new file mode 100644 index 000000000..b8ee1f5d7 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ285d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2277502144 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.128 + period_days: 25.0 + axial_tilt_deg: 36.5 +physical: + gravity_g: 0.35 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.786 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285d + +Frozen planet. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285d/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285d/markers.json new file mode 100644 index 000000000..880566636 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285d/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 65, + 292 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 104, + 202 + ], + "area_fraction": 0.0907 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 103, + 416 + ], + "area_fraction": 0.0538 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 108, + 26 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 192, + 397 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 193, + 472 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 193, + 16 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 364 + ], + "peak": [ + 133, + 352 + ], + "area_cells": 638 + }, + { + "id": "range_2", + "name": null, + "center": [ + 146, + 35 + ], + "peak": [ + 141, + 25 + ], + "area_cells": 746 + }, + { + "id": "range_4", + "name": null, + "center": [ + 139, + 202 + ], + "peak": [ + 139, + 205 + ], + "area_cells": 68 + }, + { + "id": "range_5", + "name": null, + "center": [ + 139, + 98 + ], + "peak": [ + 139, + 99 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 150, + 428 + ], + "peak": [ + 149, + 427 + ], + "area_cells": 696 + }, + { + "id": "range_8", + "name": null, + "center": [ + 150, + 359 + ], + "peak": [ + 149, + 356 + ], + "area_cells": 54 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 72 + ], + "peak": [ + 161, + 73 + ], + "area_cells": 46 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 302 + ], + "peak": [ + 175, + 306 + ], + "area_cells": 191 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285e/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285e/globe.png new file mode 100644 index 000000000..689e22aef Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285e/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285e/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285e/heightmap.png new file mode 100644 index 000000000..0d2e726fa Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285e/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285e/index.md b/wiki/star-systems/GJ-285/bodies/GJ285e/index.md new file mode 100644 index 000000000..815e34cdb --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ285e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3497152134 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 45.3 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.889 + polar_ice_lat: 0.087 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285e + +Frozen planet. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 70 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285e/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285e/markers.json new file mode 100644 index 000000000..0c842f3bb --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285e/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 108 + ], + "area_fraction": 0.065 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 280 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 398 + ], + "peak": [ + 55, + 393 + ], + "area_cells": 133 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 416 + ], + "peak": [ + 46, + 422 + ], + "area_cells": 100 + }, + { + "id": "range_3", + "name": null, + "center": [ + 74, + 310 + ], + "peak": [ + 77, + 308 + ], + "area_cells": 413 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 339 + ], + "peak": [ + 67, + 339 + ], + "area_cells": 51 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 466 + ], + "peak": [ + 99, + 501 + ], + "area_cells": 2576 + }, + { + "id": "range_7", + "name": null, + "center": [ + 88, + 265 + ], + "peak": [ + 87, + 266 + ], + "area_cells": 350 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 40 + ], + "peak": [ + 93, + 28 + ], + "area_cells": 1171 + }, + { + "id": "range_10", + "name": null, + "center": [ + 91, + 393 + ], + "peak": [ + 91, + 392 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 110, + 341 + ], + "peak": [ + 119, + 343 + ], + "area_cells": 667 + }, + { + "id": "range_12", + "name": null, + "center": [ + 119, + 280 + ], + "peak": [ + 125, + 281 + ], + "area_cells": 126 + }, + { + "id": "range_13", + "name": null, + "center": [ + 121, + 386 + ], + "peak": [ + 122, + 390 + ], + "area_cells": 162 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 44 + ], + "peak": [ + 171, + 40 + ], + "area_cells": 93 + }, + { + "id": "range_15", + "name": null, + "center": [ + 186, + 509 + ], + "peak": [ + 186, + 511 + ], + "area_cells": 31 + }, + { + "id": "range_16", + "name": null, + "center": [ + 186, + 1 + ], + "peak": [ + 186, + 0 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 192, + 474 + ], + "peak": [ + 192, + 474 + ], + "area_cells": 62 + }, + { + "id": "range_19", + "name": null, + "center": [ + 195, + 427 + ], + "peak": [ + 200, + 428 + ], + "area_cells": 133 + }, + { + "id": "range_20", + "name": null, + "center": [ + 220, + 8 + ], + "peak": [ + 216, + 0 + ], + "area_cells": 368 + }, + { + "id": "range_21", + "name": null, + "center": [ + 203, + 25 + ], + "peak": [ + 205, + 30 + ], + "area_cells": 166 + }, + { + "id": "range_22", + "name": null, + "center": [ + 220, + 504 + ], + "peak": [ + 218, + 506 + ], + "area_cells": 312 + }, + { + "id": "range_23", + "name": null, + "center": [ + 240, + 307 + ], + "peak": [ + 238, + 220 + ], + "area_cells": 7730 + }, + { + "id": "range_24", + "name": null, + "center": [ + 237, + 56 + ], + "peak": [ + 237, + 54 + ], + "area_cells": 308 + }, + { + "id": "range_27", + "name": null, + "center": [ + 247, + 506 + ], + "peak": [ + 242, + 505 + ], + "area_cells": 150 + }, + { + "id": "range_30", + "name": null, + "center": [ + 253, + 471 + ], + "peak": [ + 255, + 467 + ], + "area_cells": 103 + }, + { + "id": "range_31", + "name": null, + "center": [ + 252, + 91 + ], + "peak": [ + 252, + 93 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-1/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285f-1/globe.png new file mode 100644 index 000000000..341723f53 Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285f-1/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-1/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285f-1/heightmap.png new file mode 100644 index 000000000..6ff39a265 Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-1/index.md b/wiki/star-systems/GJ-285/bodies/GJ285f-1/index.md new file mode 100644 index 000000000..093c014e1 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ285f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4199323652 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.05 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.859 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285f-1 + +Barren moon. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-1/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285f-1/markers.json new file mode 100644 index 000000000..e74ccd388 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285f-1/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_6", + "name": null, + "center": [ + 15, + 41 + ], + "peak": [ + 9, + 39 + ], + "area_cells": 283 + }, + { + "id": "range_8", + "name": null, + "center": [ + 85, + 443 + ], + "peak": [ + 60, + 438 + ], + "area_cells": 1192 + }, + { + "id": "range_9", + "name": null, + "center": [ + 31, + 431 + ], + "peak": [ + 31, + 431 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 48, + 461 + ], + "peak": [ + 54, + 462 + ], + "area_cells": 332 + }, + { + "id": "range_11", + "name": null, + "center": [ + 55, + 44 + ], + "peak": [ + 53, + 43 + ], + "area_cells": 106 + }, + { + "id": "range_12", + "name": null, + "center": [ + 53, + 89 + ], + "peak": [ + 54, + 89 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 175, + 232 + ], + "peak": [ + 176, + 188 + ], + "area_cells": 21988 + }, + { + "id": "range_14", + "name": null, + "center": [ + 57, + 137 + ], + "peak": [ + 57, + 137 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 63, + 118 + ], + "peak": [ + 63, + 119 + ], + "area_cells": 57 + }, + { + "id": "range_16", + "name": null, + "center": [ + 75, + 328 + ], + "peak": [ + 75, + 329 + ], + "area_cells": 82 + }, + { + "id": "range_17", + "name": null, + "center": [ + 85, + 361 + ], + "peak": [ + 85, + 362 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 126, + 371 + ], + "peak": [ + 116, + 337 + ], + "area_cells": 1767 + }, + { + "id": "range_25", + "name": null, + "center": [ + 146, + 281 + ], + "peak": [ + 147, + 290 + ], + "area_cells": 199 + }, + { + "id": "range_34", + "name": null, + "center": [ + 203, + 462 + ], + "peak": [ + 204, + 463 + ], + "area_cells": 117 + }, + { + "id": "range_38", + "name": null, + "center": [ + 235, + 9 + ], + "peak": [ + 221, + 13 + ], + "area_cells": 477 + }, + { + "id": "range_40", + "name": null, + "center": [ + 223, + 481 + ], + "peak": [ + 218, + 481 + ], + "area_cells": 121 + }, + { + "id": "range_41", + "name": null, + "center": [ + 231, + 31 + ], + "peak": [ + 238, + 26 + ], + "area_cells": 322 + }, + { + "id": "range_46", + "name": null, + "center": [ + 226, + 64 + ], + "peak": [ + 233, + 72 + ], + "area_cells": 160 + }, + { + "id": "range_50", + "name": null, + "center": [ + 234, + 474 + ], + "peak": [ + 227, + 475 + ], + "area_cells": 25 + }, + { + "id": "range_58", + "name": null, + "center": [ + 247, + 504 + ], + "peak": [ + 250, + 511 + ], + "area_cells": 228 + }, + { + "id": "range_59", + "name": null, + "center": [ + 250, + 307 + ], + "peak": [ + 255, + 308 + ], + "area_cells": 66 + }, + { + "id": "range_64", + "name": null, + "center": [ + 254, + 284 + ], + "peak": [ + 255, + 284 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-2/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285f-2/globe.png new file mode 100644 index 000000000..6cbd0ca7d Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285f-2/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-2/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285f-2/heightmap.png new file mode 100644 index 000000000..e177ad9b8 Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-2/index.md b/wiki/star-systems/GJ-285/bodies/GJ285f-2/index.md new file mode 100644 index 000000000..c2c4fbc9a --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ285f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4068083192 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 48.7 +physical: + gravity_g: 0.03 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.073 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.293 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285f-2 + +Frozen moon. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f-2/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285f-2/markers.json new file mode 100644 index 000000000..0cb720b33 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285f-2/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 49, + 59 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 100, + 276 + ], + "area_fraction": 0.0821 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 137, + 36 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 134, + 484 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 16, + 389 + ], + "peak": [ + 34, + 425 + ], + "area_cells": 1046 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 440 + ], + "peak": [ + 1, + 456 + ], + "area_cells": 655 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 466 + ], + "peak": [ + 4, + 465 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 51, + 106 + ], + "peak": [ + 52, + 106 + ], + "area_cells": 84 + }, + { + "id": "range_13", + "name": null, + "center": [ + 112, + 68 + ], + "peak": [ + 113, + 69 + ], + "area_cells": 186 + }, + { + "id": "range_14", + "name": null, + "center": [ + 120, + 93 + ], + "peak": [ + 120, + 93 + ], + "area_cells": 54 + }, + { + "id": "range_16", + "name": null, + "center": [ + 224, + 163 + ], + "peak": [ + 220, + 130 + ], + "area_cells": 13006 + }, + { + "id": "range_17", + "name": null, + "center": [ + 170, + 502 + ], + "peak": [ + 168, + 503 + ], + "area_cells": 118 + }, + { + "id": "range_18", + "name": null, + "center": [ + 170, + 96 + ], + "peak": [ + 170, + 98 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 199, + 405 + ], + "peak": [ + 178, + 403 + ], + "area_cells": 1944 + }, + { + "id": "range_21", + "name": null, + "center": [ + 184, + 276 + ], + "peak": [ + 186, + 277 + ], + "area_cells": 52 + }, + { + "id": "range_23", + "name": null, + "center": [ + 193, + 45 + ], + "peak": [ + 194, + 45 + ], + "area_cells": 35 + }, + { + "id": "range_24", + "name": null, + "center": [ + 202, + 283 + ], + "peak": [ + 203, + 284 + ], + "area_cells": 44 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 347 + ], + "peak": [ + 255, + 334 + ], + "area_cells": 1586 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285f/globe.png new file mode 100644 index 000000000..1990cfeaf Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285f/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285f/index.md b/wiki/star-systems/GJ-285/bodies/GJ285f/index.md new file mode 100644 index 000000000..67bf7716d --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ285f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1097970473 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 5.1 +physical: + gravity_g: null + oblateness: 0.0846 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.129 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.137 +--- + +# GJ285f + +Gas giant. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285g/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285g/globe.png new file mode 100644 index 000000000..5f83e23a8 Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285g/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285g/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285g/heightmap.png new file mode 100644 index 000000000..825ba7e2a Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285g/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285g/index.md b/wiki/star-systems/GJ-285/bodies/GJ285g/index.md new file mode 100644 index 000000000..c02481c09 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ285g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3256912060 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.873 + period_days: 1400.0 + axial_tilt_deg: 50.6 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.895 + polar_ice_lat: 0.223 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285g + +Frozen planet. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285g/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285g/markers.json new file mode 100644 index 000000000..e03550d24 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285g/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 77 + ], + "area_fraction": 0.0531 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 14, + 443 + ], + "area_fraction": 0.0338 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 30, + 269 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 164, + 252 + ], + "peak": [ + 117, + 341 + ], + "area_cells": 42965 + }, + { + "id": "range_2", + "name": null, + "center": [ + 81, + 22 + ], + "peak": [ + 82, + 25 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 12 + ], + "peak": [ + 83, + 12 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 160 + ], + "peak": [ + 95, + 159 + ], + "area_cells": 486 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 3 + ], + "peak": [ + 107, + 4 + ], + "area_cells": 72 + }, + { + "id": "range_11", + "name": null, + "center": [ + 202, + 383 + ], + "peak": [ + 202, + 384 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 228, + 370 + ], + "peak": [ + 233, + 358 + ], + "area_cells": 1242 + }, + { + "id": "range_14", + "name": null, + "center": [ + 236, + 333 + ], + "peak": [ + 235, + 334 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-285/bodies/GJ285h/globe.png b/wiki/star-systems/GJ-285/bodies/GJ285h/globe.png new file mode 100644 index 000000000..11020ee44 Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285h/globe.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285h/heightmap.png b/wiki/star-systems/GJ-285/bodies/GJ285h/heightmap.png new file mode 100644 index 000000000..63dcd3877 Binary files /dev/null and b/wiki/star-systems/GJ-285/bodies/GJ285h/heightmap.png differ diff --git a/wiki/star-systems/GJ-285/bodies/GJ285h/index.md b/wiki/star-systems/GJ-285/bodies/GJ285h/index.md new file mode 100644 index 000000000..65645ee90 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ285h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3896695275 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.09 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.889 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.294 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ285h + +Frozen planet. + +**System:** [GJ-285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-285/bodies/GJ285h/markers.json b/wiki/star-systems/GJ-285/bodies/GJ285h/markers.json new file mode 100644 index 000000000..2b8b944d8 --- /dev/null +++ b/wiki/star-systems/GJ-285/bodies/GJ285h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 227, + 326 + ], + "area_fraction": 0.0708 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 224, + 126 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 244, + 482 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 152 + ], + "peak": [ + 101, + 24 + ], + "area_cells": 22846 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 379 + ], + "peak": [ + 0, + 380 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 461 + ], + "peak": [ + 46, + 505 + ], + "area_cells": 4092 + }, + { + "id": "range_6", + "name": null, + "center": [ + 37, + 11 + ], + "peak": [ + 52, + 5 + ], + "area_cells": 938 + }, + { + "id": "range_10", + "name": null, + "center": [ + 43, + 349 + ], + "peak": [ + 46, + 342 + ], + "area_cells": 321 + }, + { + "id": "range_11", + "name": null, + "center": [ + 42, + 298 + ], + "peak": [ + 44, + 297 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 67, + 47 + ], + "peak": [ + 67, + 47 + ], + "area_cells": 47 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 473 + ], + "peak": [ + 95, + 494 + ], + "area_cells": 6152 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ286b/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286b/globe.png new file mode 100644 index 000000000..cb77aab73 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286b/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286b/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286b/heightmap.png new file mode 100644 index 000000000..a9cf2b688 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286b/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286b/index.md b/wiki/star-systems/GJ-286/bodies/GJ286b/index.md new file mode 100644 index 000000000..a5207fa95 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ286b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 842231344 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.236 + period_days: 42.0 + axial_tilt_deg: 17.7 +physical: + gravity_g: 0.48 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.911 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286b + +Barren planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 95% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286b/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286b/markers.json new file mode 100644 index 000000000..4abba7e16 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286b/markers.json @@ -0,0 +1,581 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 163, + 101 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 162, + 310 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 22, + 155 + ], + "peak": [ + 7, + 155 + ], + "area_cells": 146 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 257 + ], + "peak": [ + 10, + 310 + ], + "area_cells": 5884 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 406 + ], + "peak": [ + 3, + 417 + ], + "area_cells": 457 + }, + { + "id": "range_5", + "name": null, + "center": [ + 65, + 455 + ], + "peak": [ + 54, + 422 + ], + "area_cells": 2569 + }, + { + "id": "range_7", + "name": null, + "center": [ + 19, + 144 + ], + "peak": [ + 27, + 144 + ], + "area_cells": 47 + }, + { + "id": "range_10", + "name": null, + "center": [ + 34, + 83 + ], + "peak": [ + 39, + 90 + ], + "area_cells": 257 + }, + { + "id": "range_13", + "name": null, + "center": [ + 42, + 484 + ], + "peak": [ + 44, + 485 + ], + "area_cells": 35 + }, + { + "id": "range_15", + "name": null, + "center": [ + 43, + 388 + ], + "peak": [ + 47, + 389 + ], + "area_cells": 22 + }, + { + "id": "range_17", + "name": null, + "center": [ + 48, + 104 + ], + "peak": [ + 49, + 104 + ], + "area_cells": 79 + }, + { + "id": "range_19", + "name": null, + "center": [ + 52, + 313 + ], + "peak": [ + 54, + 313 + ], + "area_cells": 27 + }, + { + "id": "range_20", + "name": null, + "center": [ + 51, + 507 + ], + "peak": [ + 50, + 511 + ], + "area_cells": 20 + }, + { + "id": "range_22", + "name": null, + "center": [ + 58, + 355 + ], + "peak": [ + 59, + 353 + ], + "area_cells": 46 + }, + { + "id": "range_23", + "name": null, + "center": [ + 79, + 6 + ], + "peak": [ + 83, + 10 + ], + "area_cells": 168 + }, + { + "id": "range_24", + "name": null, + "center": [ + 74, + 82 + ], + "peak": [ + 74, + 94 + ], + "area_cells": 340 + }, + { + "id": "range_26", + "name": null, + "center": [ + 99, + 196 + ], + "peak": [ + 110, + 203 + ], + "area_cells": 1816 + }, + { + "id": "range_27", + "name": null, + "center": [ + 87, + 394 + ], + "peak": [ + 92, + 398 + ], + "area_cells": 284 + }, + { + "id": "range_28", + "name": null, + "center": [ + 96, + 274 + ], + "peak": [ + 89, + 272 + ], + "area_cells": 605 + }, + { + "id": "range_30", + "name": null, + "center": [ + 105, + 333 + ], + "peak": [ + 101, + 331 + ], + "area_cells": 135 + }, + { + "id": "range_31", + "name": null, + "center": [ + 105, + 362 + ], + "peak": [ + 106, + 362 + ], + "area_cells": 130 + }, + { + "id": "range_32", + "name": null, + "center": [ + 122, + 306 + ], + "peak": [ + 128, + 305 + ], + "area_cells": 344 + }, + { + "id": "range_36", + "name": null, + "center": [ + 121, + 241 + ], + "peak": [ + 120, + 243 + ], + "area_cells": 100 + }, + { + "id": "range_39", + "name": null, + "center": [ + 127, + 275 + ], + "peak": [ + 127, + 275 + ], + "area_cells": 61 + }, + { + "id": "range_40", + "name": null, + "center": [ + 131, + 180 + ], + "peak": [ + 131, + 185 + ], + "area_cells": 253 + }, + { + "id": "range_41", + "name": null, + "center": [ + 130, + 393 + ], + "peak": [ + 131, + 393 + ], + "area_cells": 47 + }, + { + "id": "range_44", + "name": null, + "center": [ + 138, + 124 + ], + "peak": [ + 140, + 122 + ], + "area_cells": 38 + }, + { + "id": "range_45", + "name": null, + "center": [ + 141, + 424 + ], + "peak": [ + 141, + 426 + ], + "area_cells": 162 + }, + { + "id": "range_47", + "name": null, + "center": [ + 142, + 327 + ], + "peak": [ + 143, + 328 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 151, + 165 + ], + "peak": [ + 152, + 166 + ], + "area_cells": 48 + }, + { + "id": "range_50", + "name": null, + "center": [ + 163, + 380 + ], + "peak": [ + 158, + 387 + ], + "area_cells": 194 + }, + { + "id": "range_51", + "name": null, + "center": [ + 154, + 203 + ], + "peak": [ + 156, + 203 + ], + "area_cells": 89 + }, + { + "id": "range_52", + "name": null, + "center": [ + 156, + 508 + ], + "peak": [ + 156, + 509 + ], + "area_cells": 24 + }, + { + "id": "range_53", + "name": null, + "center": [ + 161, + 335 + ], + "peak": [ + 162, + 336 + ], + "area_cells": 64 + }, + { + "id": "range_55", + "name": null, + "center": [ + 170, + 413 + ], + "peak": [ + 170, + 411 + ], + "area_cells": 376 + }, + { + "id": "range_56", + "name": null, + "center": [ + 182, + 500 + ], + "peak": [ + 186, + 497 + ], + "area_cells": 256 + }, + { + "id": "range_57", + "name": null, + "center": [ + 180, + 386 + ], + "peak": [ + 181, + 387 + ], + "area_cells": 41 + }, + { + "id": "range_59", + "name": null, + "center": [ + 188, + 7 + ], + "peak": [ + 188, + 8 + ], + "area_cells": 206 + }, + { + "id": "range_60", + "name": null, + "center": [ + 185, + 50 + ], + "peak": [ + 185, + 50 + ], + "area_cells": 55 + }, + { + "id": "range_68", + "name": null, + "center": [ + 218, + 495 + ], + "peak": [ + 216, + 495 + ], + "area_cells": 131 + }, + { + "id": "range_71", + "name": null, + "center": [ + 230, + 507 + ], + "peak": [ + 230, + 510 + ], + "area_cells": 167 + }, + { + "id": "range_72", + "name": null, + "center": [ + 229, + 10 + ], + "peak": [ + 226, + 9 + ], + "area_cells": 379 + }, + { + "id": "range_73", + "name": null, + "center": [ + 229, + 68 + ], + "peak": [ + 230, + 68 + ], + "area_cells": 40 + }, + { + "id": "range_76", + "name": null, + "center": [ + 253, + 328 + ], + "peak": [ + 255, + 317 + ], + "area_cells": 132 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286c/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286c/globe.png new file mode 100644 index 000000000..53cb56c39 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286c/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286c/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286c/heightmap.png new file mode 100644 index 000000000..a5285f078 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286c/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286c/index.md b/wiki/star-systems/GJ-286/bodies/GJ286c/index.md new file mode 100644 index 000000000..34c5d1092 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ286c +name: Arnsberg +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1635283025 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.916 + period_days: 320.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.9 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.457 + polar_ice_lat: 0.733 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.507 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Arnsberg + +Temperate planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 320 days | +| **Inhabited** | yes | +| **Population** | 15K | +| **Economy** | commercial | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286c/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286c/markers.json new file mode 100644 index 000000000..49b968d5d --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286c/markers.json @@ -0,0 +1,667 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 317 + ], + [ + 0, + 318 + ], + [ + 1, + 319 + ], + [ + 2, + 320 + ], + [ + 3, + 321 + ], + [ + 4, + 322 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 108, + 282 + ], + [ + 109, + 283 + ], + [ + 110, + 284 + ], + [ + 111, + 283 + ], + [ + 112, + 282 + ], + [ + 113, + 281 + ], + [ + 114, + 280 + ], + [ + 115, + 279 + ], + [ + 116, + 278 + ], + [ + 117, + 277 + ], + [ + 118, + 276 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 117, + 211 + ], + [ + 116, + 210 + ], + [ + 115, + 209 + ], + [ + 114, + 208 + ], + [ + 113, + 207 + ], + [ + 112, + 206 + ], + [ + 111, + 205 + ], + [ + 111, + 204 + ], + [ + 110, + 203 + ], + [ + 111, + 202 + ], + [ + 112, + 201 + ], + [ + 113, + 200 + ], + [ + 114, + 199 + ], + [ + 115, + 198 + ], + [ + 116, + 197 + ], + [ + 117, + 196 + ], + [ + 118, + 195 + ], + [ + 119, + 194 + ], + [ + 120, + 193 + ], + [ + 121, + 192 + ], + [ + 121, + 191 + ], + [ + 122, + 191 + ], + [ + 121, + 190 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 142, + 424 + ], + [ + 143, + 423 + ], + [ + 144, + 423 + ], + [ + 145, + 422 + ], + [ + 145, + 421 + ], + [ + 145, + 420 + ], + [ + 146, + 419 + ], + [ + 146, + 418 + ], + [ + 146, + 417 + ], + [ + 147, + 416 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 200, + 278 + ], + [ + 201, + 277 + ], + [ + 202, + 277 + ], + [ + 203, + 278 + ], + [ + 202, + 279 + ], + [ + 203, + 280 + ], + [ + 204, + 281 + ], + [ + 204, + 282 + ], + [ + 204, + 283 + ], + [ + 203, + 284 + ], + [ + 204, + 285 + ], + [ + 205, + 285 + ], + [ + 205, + 286 + ], + [ + 204, + 287 + ], + [ + 205, + 288 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 107, + 406 + ], + [ + 108, + 407 + ], + [ + 109, + 408 + ], + [ + 109, + 409 + ], + [ + 108, + 410 + ], + [ + 109, + 411 + ], + [ + 110, + 411 + ], + [ + 111, + 412 + ], + [ + 112, + 413 + ], + [ + 113, + 414 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 15, + 481 + ], + [ + 16, + 482 + ], + [ + 17, + 483 + ], + [ + 18, + 482 + ], + [ + 19, + 481 + ], + [ + 20, + 482 + ], + [ + 21, + 483 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 103, + 410 + ], + [ + 102, + 409 + ], + [ + 101, + 408 + ], + [ + 100, + 408 + ], + [ + 100, + 409 + ], + [ + 99, + 410 + ], + [ + 98, + 411 + ], + [ + 97, + 412 + ], + [ + 96, + 413 + ], + [ + 95, + 414 + ], + [ + 94, + 415 + ], + [ + 95, + 416 + ], + [ + 94, + 417 + ], + [ + 93, + 418 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 192, + 203 + ], + [ + 192, + 202 + ], + [ + 192, + 201 + ], + [ + 193, + 200 + ], + [ + 193, + 199 + ], + [ + 193, + 198 + ], + [ + 194, + 197 + ], + [ + 194, + 196 + ], + [ + 194, + 195 + ], + [ + 194, + 194 + ], + [ + 194, + 193 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 28, + 180 + ], + [ + 29, + 180 + ], + [ + 30, + 179 + ], + [ + 30, + 178 + ], + [ + 31, + 178 + ], + [ + 32, + 177 + ], + [ + 32, + 176 + ], + [ + 33, + 176 + ], + [ + 33, + 175 + ], + [ + 33, + 174 + ], + [ + 33, + 173 + ], + [ + 33, + 172 + ], + [ + 33, + 171 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 23, + 282 + ], + "area_fraction": 0.1659 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 163, + 255 + ], + "area_fraction": 0.3764 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 190 + ], + "peak": [ + 48, + 173 + ], + "area_cells": 335 + }, + { + "id": "range_2", + "name": null, + "center": [ + 78, + 141 + ], + "peak": [ + 87, + 124 + ], + "area_cells": 5035 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 148 + ], + "peak": [ + 51, + 153 + ], + "area_cells": 83 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 350 + ], + "peak": [ + 69, + 347 + ], + "area_cells": 257 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 400 + ], + "peak": [ + 69, + 400 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 478 + ], + "peak": [ + 76, + 468 + ], + "area_cells": 546 + }, + { + "id": "range_8", + "name": null, + "center": [ + 230, + 98 + ], + "peak": [ + 230, + 98 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286d/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286d/globe.png new file mode 100644 index 000000000..897ed36e1 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286d/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286d/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286d/heightmap.png new file mode 100644 index 000000000..98197bdf2 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286d/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286d/index.md b/wiki/star-systems/GJ-286/bodies/GJ286d/index.md new file mode 100644 index 000000000..af5a4acc0 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ286d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 979541201 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.572 + period_days: 720.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.66 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.599 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286d + +Cold Arid planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286d/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286d/markers.json new file mode 100644 index 000000000..096b8f224 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286d/markers.json @@ -0,0 +1,818 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 198, + 265 + ], + [ + 199, + 266 + ], + [ + 200, + 266 + ], + [ + 201, + 267 + ], + [ + 202, + 268 + ], + [ + 202, + 269 + ], + [ + 203, + 270 + ], + [ + 202, + 271 + ], + [ + 203, + 271 + ], + [ + 202, + 272 + ], + [ + 201, + 271 + ], + [ + 202, + 270 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 199, + 290 + ], + [ + 198, + 289 + ], + [ + 197, + 289 + ], + [ + 196, + 290 + ], + [ + 195, + 290 + ], + [ + 194, + 290 + ], + [ + 193, + 290 + ], + [ + 192, + 289 + ], + [ + 191, + 290 + ], + [ + 191, + 291 + ], + [ + 190, + 290 + ], + [ + 189, + 291 + ], + [ + 188, + 292 + ], + [ + 187, + 292 + ], + [ + 188, + 291 + ], + [ + 189, + 290 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 196, + 479 + ], + [ + 195, + 478 + ], + [ + 194, + 479 + ], + [ + 193, + 478 + ], + [ + 192, + 477 + ], + [ + 191, + 476 + ], + [ + 190, + 476 + ], + [ + 189, + 475 + ], + [ + 188, + 474 + ], + [ + 187, + 473 + ], + [ + 186, + 473 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 168, + 56 + ], + [ + 169, + 55 + ], + [ + 170, + 54 + ], + [ + 171, + 53 + ], + [ + 170, + 53 + ], + [ + 169, + 52 + ], + [ + 170, + 52 + ], + [ + 170, + 51 + ], + [ + 169, + 50 + ], + [ + 169, + 51 + ], + [ + 168, + 51 + ], + [ + 168, + 50 + ], + [ + 169, + 49 + ], + [ + 170, + 49 + ], + [ + 170, + 50 + ], + [ + 171, + 49 + ], + [ + 171, + 50 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 165, + 69 + ], + [ + 166, + 70 + ], + [ + 167, + 71 + ], + [ + 168, + 72 + ], + [ + 169, + 73 + ], + [ + 170, + 74 + ], + [ + 171, + 75 + ], + [ + 170, + 76 + ], + [ + 169, + 76 + ], + [ + 170, + 75 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 126, + 242 + ], + [ + 125, + 243 + ], + [ + 125, + 244 + ], + [ + 125, + 245 + ], + [ + 125, + 246 + ], + [ + 125, + 247 + ], + [ + 124, + 248 + ], + [ + 123, + 249 + ], + [ + 122, + 250 + ], + [ + 123, + 251 + ], + [ + 122, + 252 + ], + [ + 123, + 253 + ], + [ + 122, + 254 + ], + [ + 123, + 255 + ], + [ + 124, + 256 + ], + [ + 125, + 257 + ], + [ + 126, + 258 + ], + [ + 127, + 259 + ], + [ + 128, + 260 + ], + [ + 129, + 261 + ], + [ + 129, + 260 + ], + [ + 130, + 261 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 224, + 264 + ], + [ + 225, + 265 + ], + [ + 226, + 265 + ], + [ + 226, + 266 + ], + [ + 227, + 266 + ], + [ + 226, + 267 + ], + [ + 227, + 267 + ], + [ + 226, + 268 + ], + [ + 227, + 268 + ], + [ + 228, + 268 + ], + [ + 229, + 267 + ], + [ + 230, + 266 + ], + [ + 231, + 265 + ], + [ + 232, + 265 + ], + [ + 233, + 266 + ], + [ + 234, + 265 + ], + [ + 235, + 264 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 181, + 23 + ], + [ + 182, + 22 + ], + [ + 183, + 21 + ], + [ + 184, + 20 + ], + [ + 185, + 19 + ], + [ + 186, + 20 + ], + [ + 187, + 21 + ], + [ + 188, + 20 + ], + [ + 188, + 19 + ], + [ + 187, + 19 + ], + [ + 187, + 18 + ], + [ + 188, + 18 + ], + [ + 188, + 17 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 111, + 416 + ], + [ + 110, + 415 + ], + [ + 110, + 414 + ], + [ + 109, + 413 + ], + [ + 108, + 412 + ], + [ + 107, + 411 + ], + [ + 108, + 410 + ], + [ + 107, + 409 + ], + [ + 107, + 408 + ], + [ + 108, + 407 + ], + [ + 108, + 406 + ], + [ + 108, + 405 + ], + [ + 109, + 404 + ], + [ + 109, + 403 + ], + [ + 108, + 402 + ], + [ + 109, + 401 + ], + [ + 110, + 401 + ], + [ + 111, + 402 + ], + [ + 112, + 401 + ], + [ + 111, + 401 + ], + [ + 112, + 400 + ], + [ + 111, + 399 + ], + [ + 111, + 400 + ], + [ + 110, + 400 + ], + [ + 109, + 399 + ], + [ + 109, + 400 + ], + [ + 110, + 399 + ], + [ + 110, + 398 + ], + [ + 111, + 398 + ], + [ + 112, + 397 + ], + [ + 112, + 396 + ], + [ + 111, + 397 + ], + [ + 112, + 398 + ], + [ + 113, + 398 + ], + [ + 114, + 397 + ], + [ + 115, + 396 + ], + [ + 116, + 397 + ], + [ + 117, + 397 + ], + [ + 118, + 398 + ], + [ + 119, + 398 + ], + [ + 120, + 399 + ], + [ + 121, + 399 + ], + [ + 122, + 400 + ], + [ + 123, + 401 + ], + [ + 122, + 402 + ], + [ + 121, + 401 + ], + [ + 120, + 401 + ], + [ + 119, + 401 + ], + [ + 120, + 402 + ], + [ + 121, + 403 + ], + [ + 122, + 403 + ], + [ + 123, + 404 + ], + [ + 124, + 404 + ], + [ + 125, + 404 + ], + [ + 125, + 403 + ], + [ + 126, + 403 + ], + [ + 127, + 403 + ], + [ + 127, + 402 + ], + [ + 126, + 402 + ], + [ + 125, + 402 + ] + ] + } + ], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 178, + 459 + ], + "area_fraction": 0.0142 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 491 + ], + "peak": [ + 19, + 489 + ], + "area_cells": 187 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 142 + ], + "peak": [ + 70, + 63 + ], + "area_cells": 10243 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286e-m1/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/globe.png new file mode 100644 index 000000000..0b69ae57f Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286e-m1/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/heightmap.png new file mode 100644 index 000000000..e0781127a Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286e-m1/index.md b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/index.md new file mode 100644 index 000000000..54b51df65 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ286e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3173151765 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.12 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.355 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286e-m1 + +Frozen moon. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286e-m1/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/markers.json new file mode 100644 index 000000000..306ae56f7 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286e-m1/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 39, + 107 + ], + "area_fraction": 0.0409 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 14, + 263 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 232, + 286 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 221, + 487 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 118, + 396 + ], + "peak": [ + 123, + 381 + ], + "area_cells": 14309 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 0 + ], + "peak": [ + 96, + 0 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 19 + ], + "peak": [ + 102, + 18 + ], + "area_cells": 76 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 2 + ], + "peak": [ + 108, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_6", + "name": null, + "center": [ + 132, + 209 + ], + "peak": [ + 133, + 210 + ], + "area_cells": 30 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 280 + ], + "peak": [ + 150, + 281 + ], + "area_cells": 152 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 297 + ], + "peak": [ + 147, + 296 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 156, + 9 + ], + "peak": [ + 161, + 0 + ], + "area_cells": 398 + }, + { + "id": "range_10", + "name": null, + "center": [ + 164, + 163 + ], + "peak": [ + 171, + 157 + ], + "area_cells": 195 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286e/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286e/globe.png new file mode 100644 index 000000000..43067ea79 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286e/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286e/index.md b/wiki/star-systems/GJ-286/bodies/GJ286e/index.md new file mode 100644 index 000000000..ade5098e8 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ286e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2365684052 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.31 + period_days: 2200.0 + axial_tilt_deg: 34.1 +physical: + gravity_g: null + oblateness: 0.0813 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.132 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.124 +--- + +# GJ286e + +Gas giant. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286f/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286f/globe.png new file mode 100644 index 000000000..b93e7ff62 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286f/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286f/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286f/heightmap.png new file mode 100644 index 000000000..80d6818eb Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286f/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286f/index.md b/wiki/star-systems/GJ-286/bodies/GJ286f/index.md new file mode 100644 index 000000000..83d62865b --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ286f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3173528576 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.172 + period_days: 5600.0 + axial_tilt_deg: 41.1 +physical: + gravity_g: 0.44 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.734 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286f + +Frozen planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286f/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286f/markers.json new file mode 100644 index 000000000..7dffc6930 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286f/markers.json @@ -0,0 +1,335 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 44, + 260 + ], + "area_fraction": 0.1216 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 82, + 472 + ], + "area_fraction": 0.0399 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 50, + 430 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 115, + 56 + ], + "area_fraction": 0.0606 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 240, + 176 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 245, + 256 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 55 + ], + "peak": [ + 53, + 55 + ], + "area_cells": 34 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 67 + ], + "peak": [ + 62, + 67 + ], + "area_cells": 99 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 109 + ], + "peak": [ + 66, + 111 + ], + "area_cells": 253 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 425 + ], + "peak": [ + 84, + 425 + ], + "area_cells": 195 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 390 + ], + "peak": [ + 89, + 394 + ], + "area_cells": 141 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 307 + ], + "peak": [ + 120, + 277 + ], + "area_cells": 1112 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 180 + ], + "peak": [ + 127, + 181 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 128, + 252 + ], + "peak": [ + 130, + 252 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 149, + 503 + ], + "peak": [ + 151, + 504 + ], + "area_cells": 162 + }, + { + "id": "range_11", + "name": null, + "center": [ + 144, + 231 + ], + "peak": [ + 144, + 231 + ], + "area_cells": 23 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 201 + ], + "peak": [ + 172, + 205 + ], + "area_cells": 848 + }, + { + "id": "range_13", + "name": null, + "center": [ + 166, + 454 + ], + "peak": [ + 169, + 451 + ], + "area_cells": 406 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 158 + ], + "peak": [ + 156, + 157 + ], + "area_cells": 39 + }, + { + "id": "range_15", + "name": null, + "center": [ + 209, + 418 + ], + "peak": [ + 177, + 411 + ], + "area_cells": 6185 + }, + { + "id": "range_16", + "name": null, + "center": [ + 180, + 159 + ], + "peak": [ + 180, + 171 + ], + "area_cells": 766 + }, + { + "id": "range_17", + "name": null, + "center": [ + 185, + 260 + ], + "peak": [ + 183, + 265 + ], + "area_cells": 599 + }, + { + "id": "range_18", + "name": null, + "center": [ + 172, + 305 + ], + "peak": [ + 173, + 306 + ], + "area_cells": 49 + }, + { + "id": "range_19", + "name": null, + "center": [ + 177, + 63 + ], + "peak": [ + 177, + 63 + ], + "area_cells": 55 + }, + { + "id": "range_20", + "name": null, + "center": [ + 188, + 8 + ], + "peak": [ + 188, + 7 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 201, + 230 + ], + "peak": [ + 202, + 235 + ], + "area_cells": 160 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286g/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286g/globe.png new file mode 100644 index 000000000..4ee69b2ce Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286g/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286g/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286g/heightmap.png new file mode 100644 index 000000000..1601d14b9 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286g/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286g/index.md b/wiki/star-systems/GJ-286/bodies/GJ286g/index.md new file mode 100644 index 000000000..013d2d353 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ286g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3750375385 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 10.82 + period_days: 13000.0 + axial_tilt_deg: 49.5 +physical: + gravity_g: 0.36 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.111 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286g + +Frozen planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 13000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286g/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286g/markers.json new file mode 100644 index 000000000..6180481bc --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286g/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 184, + 180 + ], + "area_fraction": 0.1043 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 206, + 385 + ], + "area_fraction": 0.1065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 257 + ], + "peak": [ + 54, + 464 + ], + "area_cells": 25934 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 187 + ], + "peak": [ + 59, + 191 + ], + "area_cells": 173 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286h/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286h/globe.png new file mode 100644 index 000000000..8c4a9ce72 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286h/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286h/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286h/heightmap.png new file mode 100644 index 000000000..bbe8129f6 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286h/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286h/index.md b/wiki/star-systems/GJ-286/bodies/GJ286h/index.md new file mode 100644 index 000000000..896dda73f --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ286h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 324870012 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 18.046 + period_days: 28000.0 + axial_tilt_deg: 47.5 +physical: + gravity_g: 0.28 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.767 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.273 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286h + +Frozen planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286h/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286h/markers.json new file mode 100644 index 000000000..58e28075c --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286h/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 40 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 179, + 34 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 224, + 243 + ], + "area_fraction": 0.2154 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 321 + ], + "peak": [ + 78, + 352 + ], + "area_cells": 14293 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 202 + ], + "peak": [ + 38, + 202 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 183 + ], + "peak": [ + 51, + 183 + ], + "area_cells": 332 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 90 + ], + "peak": [ + 49, + 91 + ], + "area_cells": 23 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 131 + ], + "peak": [ + 73, + 129 + ], + "area_cells": 1376 + }, + { + "id": "range_11", + "name": null, + "center": [ + 114, + 466 + ], + "peak": [ + 116, + 466 + ], + "area_cells": 100 + }, + { + "id": "range_12", + "name": null, + "center": [ + 129, + 111 + ], + "peak": [ + 129, + 112 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 140, + 89 + ], + "peak": [ + 141, + 89 + ], + "area_cells": 157 + }, + { + "id": "range_14", + "name": null, + "center": [ + 145, + 47 + ], + "peak": [ + 145, + 49 + ], + "area_cells": 300 + }, + { + "id": "range_15", + "name": null, + "center": [ + 142, + 184 + ], + "peak": [ + 142, + 189 + ], + "area_cells": 112 + }, + { + "id": "range_16", + "name": null, + "center": [ + 150, + 204 + ], + "peak": [ + 152, + 204 + ], + "area_cells": 262 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286i/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286i/globe.png new file mode 100644 index 000000000..a5d02cf52 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286i/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286i/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286i/heightmap.png new file mode 100644 index 000000000..5de87b343 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286i/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286i/index.md b/wiki/star-systems/GJ-286/bodies/GJ286i/index.md new file mode 100644 index 000000000..a43ee2d03 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ286i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1731880327 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 29.324 + period_days: 58000.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.22 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.282 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.303 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286i + +Frozen planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286i/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286i/markers.json new file mode 100644 index 000000000..df3a220e6 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286i/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 33, + 254 + ], + "area_fraction": 0.2298 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 64, + 66 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 125, + 446 + ], + "peak": [ + 125, + 447 + ], + "area_cells": 66 + }, + { + "id": "range_2", + "name": null, + "center": [ + 151, + 132 + ], + "peak": [ + 153, + 146 + ], + "area_cells": 2472 + }, + { + "id": "range_3", + "name": null, + "center": [ + 137, + 411 + ], + "peak": [ + 133, + 410 + ], + "area_cells": 73 + }, + { + "id": "range_5", + "name": null, + "center": [ + 186, + 434 + ], + "peak": [ + 198, + 472 + ], + "area_cells": 8853 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 181 + ], + "peak": [ + 162, + 180 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 191, + 14 + ], + "peak": [ + 192, + 15 + ], + "area_cells": 1269 + }, + { + "id": "range_9", + "name": null, + "center": [ + 176, + 340 + ], + "peak": [ + 178, + 341 + ], + "area_cells": 141 + }, + { + "id": "range_12", + "name": null, + "center": [ + 193, + 49 + ], + "peak": [ + 192, + 49 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 200, + 111 + ], + "peak": [ + 200, + 112 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-286/bodies/GJ286j/globe.png b/wiki/star-systems/GJ-286/bodies/GJ286j/globe.png new file mode 100644 index 000000000..65326bbfd Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286j/globe.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286j/heightmap.png b/wiki/star-systems/GJ-286/bodies/GJ286j/heightmap.png new file mode 100644 index 000000000..c1cecb429 Binary files /dev/null and b/wiki/star-systems/GJ-286/bodies/GJ286j/heightmap.png differ diff --git a/wiki/star-systems/GJ-286/bodies/GJ286j/index.md b/wiki/star-systems/GJ-286/bodies/GJ286j/index.md new file mode 100644 index 000000000..1a8ed1db4 --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ286j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1541410665 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 47.613 + period_days: 120000.0 + axial_tilt_deg: 44.5 +physical: + gravity_g: 0.13 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ286j + +Frozen planet. + +**System:** [GJ-286](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 120000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-286/bodies/GJ286j/markers.json b/wiki/star-systems/GJ-286/bodies/GJ286j/markers.json new file mode 100644 index 000000000..880362b0f --- /dev/null +++ b/wiki/star-systems/GJ-286/bodies/GJ286j/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 235 + ], + "area_fraction": 0.1933 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 493 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 89, + 445 + ], + "area_fraction": 0.005 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 244, + 418 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 56, + 38 + ], + "peak": [ + 56, + 38 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 38 + ], + "peak": [ + 67, + 39 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 252 + ], + "peak": [ + 67, + 252 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 148, + 121 + ], + "peak": [ + 185, + 113 + ], + "area_cells": 21419 + }, + { + "id": "range_6", + "name": null, + "center": [ + 78, + 7 + ], + "peak": [ + 77, + 9 + ], + "area_cells": 93 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 279 + ], + "peak": [ + 82, + 283 + ], + "area_cells": 216 + }, + { + "id": "range_8", + "name": null, + "center": [ + 144, + 418 + ], + "peak": [ + 171, + 436 + ], + "area_cells": 6460 + }, + { + "id": "range_10", + "name": null, + "center": [ + 137, + 277 + ], + "peak": [ + 138, + 279 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 169, + 197 + ], + "peak": [ + 169, + 193 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ299b/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299b/globe.png new file mode 100644 index 000000000..386e0ba76 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299b/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299b/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299b/heightmap.png new file mode 100644 index 000000000..5f435d6b2 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299b/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299b/index.md b/wiki/star-systems/GJ-299/bodies/GJ299b/index.md new file mode 100644 index 000000000..0e81657a2 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ299b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2859279216 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 2.8 +physical: + gravity_g: 0.36 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.916 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ299b + +Barren planet. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 96% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299b/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299b/markers.json new file mode 100644 index 000000000..920f90685 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299b/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 141 + ], + "peak": [ + 51, + 176 + ], + "area_cells": 8810 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 163 + ], + "peak": [ + 0, + 163 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 416 + ], + "peak": [ + 19, + 475 + ], + "area_cells": 8156 + }, + { + "id": "range_5", + "name": null, + "center": [ + 42, + 265 + ], + "peak": [ + 47, + 263 + ], + "area_cells": 227 + }, + { + "id": "range_10", + "name": null, + "center": [ + 50, + 37 + ], + "peak": [ + 52, + 41 + ], + "area_cells": 58 + }, + { + "id": "range_13", + "name": null, + "center": [ + 55, + 497 + ], + "peak": [ + 55, + 497 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 62, + 314 + ], + "peak": [ + 62, + 312 + ], + "area_cells": 80 + }, + { + "id": "range_18", + "name": null, + "center": [ + 68, + 168 + ], + "peak": [ + 69, + 168 + ], + "area_cells": 53 + }, + { + "id": "range_19", + "name": null, + "center": [ + 71, + 61 + ], + "peak": [ + 75, + 59 + ], + "area_cells": 109 + }, + { + "id": "range_21", + "name": null, + "center": [ + 68, + 505 + ], + "peak": [ + 69, + 506 + ], + "area_cells": 29 + }, + { + "id": "range_25", + "name": null, + "center": [ + 86, + 488 + ], + "peak": [ + 89, + 490 + ], + "area_cells": 298 + }, + { + "id": "range_27", + "name": null, + "center": [ + 93, + 444 + ], + "peak": [ + 100, + 440 + ], + "area_cells": 188 + }, + { + "id": "range_30", + "name": null, + "center": [ + 98, + 297 + ], + "peak": [ + 99, + 297 + ], + "area_cells": 153 + }, + { + "id": "range_31", + "name": null, + "center": [ + 98, + 366 + ], + "peak": [ + 98, + 366 + ], + "area_cells": 135 + }, + { + "id": "range_32", + "name": null, + "center": [ + 103, + 415 + ], + "peak": [ + 107, + 417 + ], + "area_cells": 289 + }, + { + "id": "range_33", + "name": null, + "center": [ + 123, + 326 + ], + "peak": [ + 138, + 308 + ], + "area_cells": 640 + }, + { + "id": "range_35", + "name": null, + "center": [ + 120, + 192 + ], + "peak": [ + 121, + 193 + ], + "area_cells": 20 + }, + { + "id": "range_36", + "name": null, + "center": [ + 135, + 122 + ], + "peak": [ + 127, + 132 + ], + "area_cells": 449 + }, + { + "id": "range_38", + "name": null, + "center": [ + 152, + 92 + ], + "peak": [ + 153, + 93 + ], + "area_cells": 92 + }, + { + "id": "range_41", + "name": null, + "center": [ + 180, + 96 + ], + "peak": [ + 181, + 96 + ], + "area_cells": 106 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-299/bodies/GJ299c/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299c/globe.png new file mode 100644 index 000000000..a76a83e30 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299c/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299c/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299c/heightmap.png new file mode 100644 index 000000000..e65f439f8 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299c/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299c/index.md b/wiki/star-systems/GJ-299/bodies/GJ299c/index.md new file mode 100644 index 000000000..a66b106b8 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ299c +name: Várzea +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3378960728 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.125 + period_days: 24.0 + axial_tilt_deg: 11.8 +physical: + gravity_g: 0.79 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.619 + polar_ice_lat: 0.734 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Várzea + +Temperate planet. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.79g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 24 days | +| **Inhabited** | yes | +| **Population** | 3M | +| **Economy** | agricultural | +| **Settlement** | river_towns | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299c/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299c/markers.json new file mode 100644 index 000000000..63a7b5b67 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299c/markers.json @@ -0,0 +1,545 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 194, + 277 + ], + [ + 195, + 278 + ], + [ + 196, + 279 + ], + [ + 197, + 280 + ], + [ + 198, + 281 + ], + [ + 199, + 280 + ], + [ + 200, + 281 + ], + [ + 200, + 282 + ], + [ + 199, + 281 + ], + [ + 199, + 282 + ], + [ + 200, + 283 + ], + [ + 199, + 283 + ], + [ + 199, + 284 + ], + [ + 198, + 283 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 55, + 483 + ], + [ + 54, + 483 + ], + [ + 53, + 482 + ], + [ + 52, + 481 + ], + [ + 51, + 480 + ], + [ + 50, + 479 + ], + [ + 49, + 478 + ], + [ + 48, + 477 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 306 + ], + [ + 138, + 307 + ], + [ + 137, + 308 + ], + [ + 136, + 309 + ], + [ + 135, + 310 + ], + [ + 134, + 311 + ], + [ + 134, + 312 + ], + [ + 134, + 313 + ], + [ + 134, + 314 + ], + [ + 134, + 315 + ], + [ + 134, + 316 + ], + [ + 133, + 317 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 125, + 348 + ], + [ + 124, + 349 + ], + [ + 123, + 350 + ], + [ + 122, + 351 + ], + [ + 121, + 352 + ], + [ + 121, + 353 + ], + [ + 121, + 354 + ], + [ + 120, + 355 + ], + [ + 121, + 356 + ], + [ + 120, + 357 + ], + [ + 121, + 358 + ], + [ + 120, + 359 + ], + [ + 119, + 360 + ], + [ + 118, + 361 + ], + [ + 118, + 362 + ], + [ + 117, + 363 + ], + [ + 117, + 364 + ], + [ + 118, + 365 + ], + [ + 119, + 366 + ], + [ + 118, + 367 + ], + [ + 118, + 368 + ], + [ + 118, + 369 + ], + [ + 118, + 370 + ], + [ + 118, + 371 + ], + [ + 117, + 372 + ], + [ + 117, + 373 + ], + [ + 118, + 374 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 62, + 36 + ], + [ + 61, + 36 + ], + [ + 60, + 35 + ], + [ + 59, + 34 + ], + [ + 58, + 35 + ], + [ + 57, + 34 + ], + [ + 56, + 34 + ], + [ + 55, + 33 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 87, + 148 + ], + "area_fraction": 0.2773 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 456 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 47, + 27 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 106, + 431 + ], + "area_fraction": 0.01 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 144, + 483 + ], + "area_fraction": 0.007 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 238, + 300 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 242, + 468 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 245, + 15 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 296 + ], + "peak": [ + 59, + 240 + ], + "area_cells": 5343 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 463 + ], + "peak": [ + 64, + 466 + ], + "area_cells": 167 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 483 + ], + "peak": [ + 88, + 484 + ], + "area_cells": 60 + }, + { + "id": "range_4", + "name": null, + "center": [ + 135, + 139 + ], + "peak": [ + 134, + 140 + ], + "area_cells": 91 + }, + { + "id": "range_5", + "name": null, + "center": [ + 146, + 219 + ], + "peak": [ + 147, + 219 + ], + "area_cells": 156 + }, + { + "id": "range_6", + "name": null, + "center": [ + 161, + 219 + ], + "peak": [ + 161, + 218 + ], + "area_cells": 232 + }, + { + "id": "range_8", + "name": null, + "center": [ + 185, + 426 + ], + "peak": [ + 189, + 437 + ], + "area_cells": 1671 + }, + { + "id": "range_9", + "name": null, + "center": [ + 178, + 350 + ], + "peak": [ + 174, + 360 + ], + "area_cells": 885 + }, + { + "id": "range_10", + "name": null, + "center": [ + 181, + 102 + ], + "peak": [ + 182, + 86 + ], + "area_cells": 304 + }, + { + "id": "range_11", + "name": null, + "center": [ + 195, + 119 + ], + "peak": [ + 195, + 120 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 217, + 47 + ], + "peak": [ + 216, + 37 + ], + "area_cells": 963 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-299/bodies/GJ299d/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299d/globe.png new file mode 100644 index 000000000..ed4dfb5ca Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299d/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299d/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299d/heightmap.png new file mode 100644 index 000000000..c939fb1cb Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299d/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299d/index.md b/wiki/star-systems/GJ-299/bodies/GJ299d/index.md new file mode 100644 index 000000000..1fe2f84f6 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ299d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3362077467 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: 0.47 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.909 + polar_ice_lat: 0.532 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ299d + +Cold Arid planet. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.47g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299d/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299d/markers.json new file mode 100644 index 000000000..cf6fb1883 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299d/markers.json @@ -0,0 +1,1150 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 104, + 496 + ], + [ + 105, + 495 + ], + [ + 106, + 494 + ], + [ + 107, + 493 + ], + [ + 108, + 492 + ], + [ + 109, + 492 + ], + [ + 110, + 491 + ], + [ + 110, + 490 + ], + [ + 110, + 489 + ], + [ + 109, + 488 + ], + [ + 109, + 487 + ], + [ + 108, + 486 + ], + [ + 107, + 485 + ], + [ + 107, + 486 + ], + [ + 106, + 487 + ], + [ + 107, + 487 + ], + [ + 106, + 486 + ], + [ + 106, + 485 + ], + [ + 107, + 484 + ], + [ + 106, + 484 + ], + [ + 105, + 483 + ], + [ + 104, + 482 + ], + [ + 105, + 482 + ], + [ + 104, + 481 + ], + [ + 103, + 481 + ], + [ + 102, + 480 + ], + [ + 101, + 480 + ], + [ + 100, + 479 + ], + [ + 99, + 478 + ], + [ + 99, + 477 + ], + [ + 100, + 476 + ], + [ + 99, + 475 + ], + [ + 100, + 475 + ], + [ + 99, + 474 + ], + [ + 99, + 473 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 97, + 154 + ], + [ + 98, + 153 + ], + [ + 99, + 153 + ], + [ + 100, + 153 + ], + [ + 101, + 152 + ], + [ + 102, + 151 + ], + [ + 101, + 150 + ], + [ + 101, + 149 + ], + [ + 102, + 148 + ], + [ + 103, + 147 + ], + [ + 104, + 146 + ], + [ + 103, + 145 + ], + [ + 103, + 144 + ], + [ + 102, + 143 + ], + [ + 102, + 142 + ], + [ + 101, + 141 + ], + [ + 102, + 140 + ], + [ + 101, + 139 + ], + [ + 101, + 138 + ], + [ + 102, + 137 + ], + [ + 102, + 136 + ], + [ + 102, + 135 + ], + [ + 101, + 135 + ], + [ + 102, + 134 + ], + [ + 101, + 134 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 101, + 0 + ], + [ + 101, + 511 + ], + [ + 100, + 510 + ], + [ + 99, + 511 + ], + [ + 98, + 510 + ], + [ + 98, + 511 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 127, + 321 + ], + [ + 126, + 320 + ], + [ + 125, + 319 + ], + [ + 124, + 318 + ], + [ + 123, + 317 + ], + [ + 122, + 316 + ], + [ + 121, + 315 + ], + [ + 120, + 314 + ], + [ + 121, + 313 + ], + [ + 120, + 312 + ], + [ + 121, + 311 + ], + [ + 121, + 310 + ], + [ + 121, + 309 + ], + [ + 121, + 308 + ], + [ + 121, + 307 + ], + [ + 122, + 306 + ], + [ + 122, + 305 + ], + [ + 122, + 304 + ], + [ + 123, + 303 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 61, + 176 + ], + [ + 62, + 177 + ], + [ + 63, + 178 + ], + [ + 63, + 179 + ], + [ + 63, + 180 + ], + [ + 62, + 181 + ], + [ + 63, + 182 + ], + [ + 62, + 183 + ], + [ + 63, + 184 + ], + [ + 63, + 183 + ], + [ + 62, + 184 + ], + [ + 61, + 185 + ], + [ + 61, + 186 + ], + [ + 60, + 187 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 76, + 59 + ], + [ + 75, + 58 + ], + [ + 75, + 57 + ], + [ + 76, + 56 + ], + [ + 75, + 55 + ], + [ + 74, + 54 + ], + [ + 73, + 53 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 44, + 411 + ], + [ + 43, + 410 + ], + [ + 42, + 409 + ], + [ + 41, + 408 + ], + [ + 40, + 407 + ], + [ + 39, + 406 + ], + [ + 38, + 405 + ], + [ + 37, + 404 + ], + [ + 37, + 403 + ], + [ + 36, + 402 + ], + [ + 35, + 401 + ], + [ + 34, + 400 + ], + [ + 33, + 399 + ], + [ + 32, + 399 + ], + [ + 31, + 399 + ], + [ + 32, + 398 + ], + [ + 31, + 397 + ], + [ + 30, + 398 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 25, + 271 + ], + [ + 24, + 270 + ], + [ + 23, + 269 + ], + [ + 22, + 268 + ], + [ + 21, + 267 + ], + [ + 20, + 268 + ], + [ + 19, + 268 + ], + [ + 18, + 267 + ], + [ + 17, + 267 + ], + [ + 16, + 266 + ], + [ + 15, + 266 + ], + [ + 14, + 267 + ], + [ + 13, + 267 + ], + [ + 12, + 266 + ], + [ + 11, + 267 + ], + [ + 10, + 266 + ], + [ + 9, + 266 + ], + [ + 9, + 265 + ], + [ + 10, + 264 + ], + [ + 9, + 263 + ], + [ + 8, + 263 + ], + [ + 7, + 262 + ], + [ + 6, + 261 + ], + [ + 5, + 261 + ], + [ + 4, + 262 + ], + [ + 4, + 261 + ], + [ + 3, + 261 + ], + [ + 3, + 260 + ], + [ + 2, + 261 + ], + [ + 3, + 262 + ], + [ + 4, + 263 + ], + [ + 5, + 263 + ], + [ + 4, + 264 + ], + [ + 5, + 265 + ], + [ + 4, + 266 + ], + [ + 4, + 267 + ], + [ + 3, + 266 + ], + [ + 3, + 265 + ], + [ + 4, + 265 + ], + [ + 5, + 264 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 79, + 234 + ], + [ + 80, + 235 + ], + [ + 81, + 234 + ], + [ + 82, + 234 + ], + [ + 83, + 233 + ], + [ + 84, + 234 + ], + [ + 85, + 234 + ], + [ + 86, + 235 + ], + [ + 87, + 235 + ], + [ + 88, + 235 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 10, + 56 + ], + [ + 9, + 57 + ], + [ + 8, + 57 + ], + [ + 7, + 58 + ], + [ + 6, + 58 + ], + [ + 5, + 57 + ], + [ + 4, + 56 + ], + [ + 3, + 55 + ], + [ + 2, + 54 + ], + [ + 3, + 53 + ], + [ + 2, + 52 + ], + [ + 3, + 52 + ], + [ + 2, + 51 + ], + [ + 2, + 50 + ], + [ + 1, + 49 + ], + [ + 1, + 50 + ], + [ + 2, + 49 + ], + [ + 3, + 49 + ], + [ + 3, + 48 + ], + [ + 4, + 48 + ], + [ + 3, + 47 + ], + [ + 4, + 46 + ], + [ + 4, + 45 + ], + [ + 4, + 44 + ], + [ + 3, + 45 + ], + [ + 2, + 44 + ], + [ + 2, + 43 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 59, + 196 + ], + [ + 60, + 197 + ], + [ + 61, + 198 + ], + [ + 62, + 199 + ], + [ + 61, + 200 + ], + [ + 60, + 201 + ], + [ + 60, + 202 + ], + [ + 61, + 203 + ], + [ + 60, + 204 + ], + [ + 60, + 203 + ], + [ + 61, + 202 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 53, + 53 + ], + [ + 54, + 52 + ], + [ + 55, + 51 + ], + [ + 56, + 50 + ], + [ + 57, + 49 + ], + [ + 58, + 48 + ], + [ + 59, + 47 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 20 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 26, + 155 + ], + "area_fraction": 0.0449 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 22, + 495 + ], + "area_fraction": 0.0119 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 107, + 390 + ], + "peak": [ + 104, + 381 + ], + "area_cells": 719 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 356 + ], + "peak": [ + 114, + 360 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 162, + 10 + ], + "peak": [ + 162, + 9 + ], + "area_cells": 204 + }, + { + "id": "range_7", + "name": null, + "center": [ + 207, + 29 + ], + "peak": [ + 207, + 0 + ], + "area_cells": 1486 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 156 + ], + "peak": [ + 183, + 157 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 212, + 213 + ], + "peak": [ + 193, + 190 + ], + "area_cells": 1719 + }, + { + "id": "range_10", + "name": null, + "center": [ + 214, + 495 + ], + "peak": [ + 207, + 511 + ], + "area_cells": 981 + }, + { + "id": "range_11", + "name": null, + "center": [ + 200, + 252 + ], + "peak": [ + 201, + 256 + ], + "area_cells": 23 + }, + { + "id": "range_12", + "name": null, + "center": [ + 210, + 283 + ], + "peak": [ + 209, + 277 + ], + "area_cells": 396 + }, + { + "id": "range_13", + "name": null, + "center": [ + 222, + 310 + ], + "peak": [ + 225, + 320 + ], + "area_cells": 285 + }, + { + "id": "range_14", + "name": null, + "center": [ + 226, + 71 + ], + "peak": [ + 226, + 73 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 237, + 56 + ], + "peak": [ + 238, + 56 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-299/bodies/GJ299e-m1/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/globe.png new file mode 100644 index 000000000..70c90ff03 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299e-m1/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/heightmap.png new file mode 100644 index 000000000..56457b6fc Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299e-m1/index.md b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/index.md new file mode 100644 index 000000000..4e4512538 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ299e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 969901294 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 59.8 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.956 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ299e-m1 + +Frozen moon. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299e-m1/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/markers.json new file mode 100644 index 000000000..8949ed161 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299e-m1/markers.json @@ -0,0 +1,51 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 182, + 461 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 98 + ], + "peak": [ + 5, + 22 + ], + "area_cells": 9099 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 383 + ], + "peak": [ + 6, + 318 + ], + "area_cells": 10657 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-299/bodies/GJ299e/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299e/globe.png new file mode 100644 index 000000000..4309afb65 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299e/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299e/index.md b/wiki/star-systems/GJ-299/bodies/GJ299e/index.md new file mode 100644 index 000000000..085e47386 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ299e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1030947657 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.135 + period_days: 660.0 + axial_tilt_deg: 10.2 +physical: + gravity_g: null + oblateness: 0.0573 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.24 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.092 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.56 + opacity_base: 0.57 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ299e + +Gas giant. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 660 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299f/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299f/globe.png new file mode 100644 index 000000000..1af980203 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299f/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299f/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299f/heightmap.png new file mode 100644 index 000000000..c881edd6a Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299f/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299f/index.md b/wiki/star-systems/GJ-299/bodies/GJ299f/index.md new file mode 100644 index 000000000..7bedfa792 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ299f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2091206714 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.532 + period_days: 2200.0 + axial_tilt_deg: 36.9 +physical: + gravity_g: 0.43 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.227 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ299f + +Frozen planet. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Land** | 94% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299f/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299f/markers.json new file mode 100644 index 000000000..74e4c5933 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299f/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 232, + 54 + ], + "area_fraction": 0.0385 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 30 + ], + "peak": [ + 16, + 9 + ], + "area_cells": 3102 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 447 + ], + "peak": [ + 89, + 508 + ], + "area_cells": 7429 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 72 + ], + "peak": [ + 56, + 76 + ], + "area_cells": 323 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 142 + ], + "peak": [ + 83, + 143 + ], + "area_cells": 15746 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 349 + ], + "peak": [ + 103, + 348 + ], + "area_cells": 127 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 285 + ], + "peak": [ + 149, + 286 + ], + "area_cells": 41 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 354 + ], + "peak": [ + 154, + 354 + ], + "area_cells": 137 + }, + { + "id": "range_9", + "name": null, + "center": [ + 157, + 203 + ], + "peak": [ + 158, + 203 + ], + "area_cells": 53 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 182 + ], + "peak": [ + 159, + 181 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 173, + 129 + ], + "peak": [ + 173, + 130 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 181, + 208 + ], + "peak": [ + 177, + 206 + ], + "area_cells": 181 + }, + { + "id": "range_15", + "name": null, + "center": [ + 186, + 237 + ], + "peak": [ + 189, + 239 + ], + "area_cells": 156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-299/bodies/GJ299g/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299g/globe.png new file mode 100644 index 000000000..a6a6a36c8 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299g/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299g/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299g/heightmap.png new file mode 100644 index 000000000..81e6bdd19 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299g/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299g/index.md b/wiki/star-systems/GJ-299/bodies/GJ299g/index.md new file mode 100644 index 000000000..792eb62d8 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ299g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4053571973 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 24.8 +physical: + gravity_g: 0.33 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ299g + +Frozen planet. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Land** | 91% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299g/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299g/markers.json new file mode 100644 index 000000000..7cec01d57 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299g/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 153 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 19, + 217 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 17, + 412 + ], + "area_fraction": 0.0252 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 439 + ], + "peak": [ + 79, + 422 + ], + "area_cells": 5058 + }, + { + "id": "range_2", + "name": null, + "center": [ + 78, + 254 + ], + "peak": [ + 81, + 255 + ], + "area_cells": 158 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 12 + ], + "peak": [ + 74, + 13 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 197 + ], + "peak": [ + 91, + 213 + ], + "area_cells": 1438 + }, + { + "id": "range_7", + "name": null, + "center": [ + 108, + 14 + ], + "peak": [ + 113, + 17 + ], + "area_cells": 191 + }, + { + "id": "range_8", + "name": null, + "center": [ + 106, + 141 + ], + "peak": [ + 107, + 140 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 61 + ], + "peak": [ + 117, + 58 + ], + "area_cells": 83 + }, + { + "id": "range_10", + "name": null, + "center": [ + 169, + 174 + ], + "peak": [ + 167, + 143 + ], + "area_cells": 11931 + }, + { + "id": "range_15", + "name": null, + "center": [ + 146, + 425 + ], + "peak": [ + 147, + 425 + ], + "area_cells": 158 + }, + { + "id": "range_16", + "name": null, + "center": [ + 151, + 495 + ], + "peak": [ + 156, + 486 + ], + "area_cells": 312 + }, + { + "id": "range_17", + "name": null, + "center": [ + 150, + 2 + ], + "peak": [ + 152, + 0 + ], + "area_cells": 42 + }, + { + "id": "range_18", + "name": null, + "center": [ + 155, + 388 + ], + "peak": [ + 155, + 389 + ], + "area_cells": 96 + }, + { + "id": "range_19", + "name": null, + "center": [ + 157, + 467 + ], + "peak": [ + 158, + 467 + ], + "area_cells": 98 + }, + { + "id": "range_20", + "name": null, + "center": [ + 167, + 231 + ], + "peak": [ + 168, + 232 + ], + "area_cells": 34 + }, + { + "id": "range_30", + "name": null, + "center": [ + 233, + 454 + ], + "peak": [ + 228, + 460 + ], + "area_cells": 618 + }, + { + "id": "range_31", + "name": null, + "center": [ + 239, + 476 + ], + "peak": [ + 236, + 477 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-299/bodies/GJ299h/globe.png b/wiki/star-systems/GJ-299/bodies/GJ299h/globe.png new file mode 100644 index 000000000..12a76957d Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299h/globe.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299h/heightmap.png b/wiki/star-systems/GJ-299/bodies/GJ299h/heightmap.png new file mode 100644 index 000000000..183b36557 Binary files /dev/null and b/wiki/star-systems/GJ-299/bodies/GJ299h/heightmap.png differ diff --git a/wiki/star-systems/GJ-299/bodies/GJ299h/index.md b/wiki/star-systems/GJ-299/bodies/GJ299h/index.md new file mode 100644 index 000000000..2e3669b20 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ299h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2493471223 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.886 + period_days: 7800.0 + axial_tilt_deg: 48.3 +physical: + gravity_g: 0.24 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.064 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ299h + +Frozen planet. + +**System:** [GJ-299](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Land** | 91% | +| **Year** | 7800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-299/bodies/GJ299h/markers.json b/wiki/star-systems/GJ-299/bodies/GJ299h/markers.json new file mode 100644 index 000000000..ccfac73d6 --- /dev/null +++ b/wiki/star-systems/GJ-299/bodies/GJ299h/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 40, + 101 + ], + "area_fraction": 0.0715 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 197, + 397 + ], + "peak": [ + 209, + 373 + ], + "area_cells": 24633 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 225 + ], + "peak": [ + 115, + 224 + ], + "area_cells": 517 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 182 + ], + "peak": [ + 104, + 183 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 123, + 495 + ], + "peak": [ + 124, + 496 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 130, + 169 + ], + "peak": [ + 134, + 177 + ], + "area_cells": 146 + }, + { + "id": "range_7", + "name": null, + "center": [ + 147, + 208 + ], + "peak": [ + 148, + 204 + ], + "area_cells": 317 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 230 + ], + "peak": [ + 151, + 231 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 258 + ], + "peak": [ + 160, + 259 + ], + "area_cells": 42 + }, + { + "id": "range_10", + "name": null, + "center": [ + 166, + 282 + ], + "peak": [ + 168, + 282 + ], + "area_cells": 100 + }, + { + "id": "range_11", + "name": null, + "center": [ + 218, + 22 + ], + "peak": [ + 196, + 0 + ], + "area_cells": 2794 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 204 + ], + "peak": [ + 197, + 204 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ300b/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300b/globe.png new file mode 100644 index 000000000..cc5e39777 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300b/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300b/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300b/heightmap.png new file mode 100644 index 000000000..72f50b051 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300b/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300b/index.md b/wiki/star-systems/GJ-300/bodies/GJ300b/index.md new file mode 100644 index 000000000..4894937de --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ300b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3392554695 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 2.6 +physical: + gravity_g: 0.28 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.968 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ300b + +Barren planet. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300b/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300b/markers.json new file mode 100644 index 000000000..a47cb7371 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300b/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 256 + ], + "peak": [ + 5, + 260 + ], + "area_cells": 298 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 325 + ], + "peak": [ + 23, + 326 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 362 + ], + "peak": [ + 79, + 372 + ], + "area_cells": 8294 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 450 + ], + "peak": [ + 43, + 466 + ], + "area_cells": 485 + }, + { + "id": "range_9", + "name": null, + "center": [ + 79, + 470 + ], + "peak": [ + 81, + 471 + ], + "area_cells": 430 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 12 + ], + "peak": [ + 92, + 11 + ], + "area_cells": 99 + }, + { + "id": "range_16", + "name": null, + "center": [ + 114, + 343 + ], + "peak": [ + 111, + 343 + ], + "area_cells": 91 + }, + { + "id": "range_17", + "name": null, + "center": [ + 111, + 252 + ], + "peak": [ + 112, + 252 + ], + "area_cells": 21 + }, + { + "id": "range_18", + "name": null, + "center": [ + 117, + 303 + ], + "peak": [ + 117, + 303 + ], + "area_cells": 114 + }, + { + "id": "range_19", + "name": null, + "center": [ + 118, + 499 + ], + "peak": [ + 118, + 499 + ], + "area_cells": 26 + }, + { + "id": "range_20", + "name": null, + "center": [ + 203, + 257 + ], + "peak": [ + 189, + 369 + ], + "area_cells": 22222 + }, + { + "id": "range_21", + "name": null, + "center": [ + 193, + 2 + ], + "peak": [ + 192, + 0 + ], + "area_cells": 143 + }, + { + "id": "range_22", + "name": null, + "center": [ + 195, + 460 + ], + "peak": [ + 195, + 460 + ], + "area_cells": 1280 + }, + { + "id": "range_27", + "name": null, + "center": [ + 228, + 253 + ], + "peak": [ + 229, + 255 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300c/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300c/globe.png new file mode 100644 index 000000000..922b95d6e Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300c/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300c/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300c/heightmap.png new file mode 100644 index 000000000..4113565d5 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300c/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300c/index.md b/wiki/star-systems/GJ-300/bodies/GJ300c/index.md new file mode 100644 index 000000000..e2b846caf --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ300c +name: Helmsdale +body_type: planet +planet_class: arid +body_scale: planet +seed: 1605256231 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 0.3 +physical: + gravity_g: 0.82 + oblateness: 0.0031 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.914 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.155 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Helmsdale + +Arid planet. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 98% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300c/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300c/markers.json new file mode 100644 index 000000000..991048bbf --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300c/markers.json @@ -0,0 +1,459 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 160 + ], + [ + 131, + 160 + ], + [ + 132, + 159 + ], + [ + 133, + 158 + ], + [ + 134, + 157 + ], + [ + 135, + 156 + ], + [ + 136, + 155 + ], + [ + 137, + 154 + ], + [ + 137, + 153 + ], + [ + 138, + 152 + ], + [ + 137, + 151 + ], + [ + 137, + 150 + ], + [ + 136, + 149 + ], + [ + 136, + 148 + ], + [ + 135, + 147 + ], + [ + 135, + 146 + ], + [ + 136, + 145 + ], + [ + 137, + 145 + ], + [ + 138, + 144 + ], + [ + 137, + 143 + ], + [ + 136, + 142 + ], + [ + 137, + 141 + ], + [ + 137, + 140 + ], + [ + 136, + 139 + ], + [ + 136, + 138 + ], + [ + 136, + 137 + ], + [ + 136, + 136 + ], + [ + 137, + 135 + ], + [ + 137, + 134 + ], + [ + 138, + 133 + ], + [ + 139, + 132 + ], + [ + 140, + 131 + ], + [ + 141, + 130 + ], + [ + 142, + 129 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 118, + 500 + ], + [ + 119, + 499 + ], + [ + 120, + 498 + ], + [ + 121, + 497 + ], + [ + 122, + 496 + ], + [ + 123, + 495 + ], + [ + 124, + 494 + ], + [ + 125, + 493 + ], + [ + 126, + 492 + ], + [ + 127, + 492 + ], + [ + 127, + 491 + ], + [ + 128, + 490 + ], + [ + 129, + 490 + ], + [ + 130, + 489 + ], + [ + 130, + 490 + ], + [ + 129, + 489 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 108, + 95 + ], + "area_fraction": 0.018 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 379 + ], + "peak": [ + 11, + 227 + ], + "area_cells": 15300 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 18 + ], + "peak": [ + 10, + 8 + ], + "area_cells": 184 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 136 + ], + "peak": [ + 30, + 136 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 124 + ], + "peak": [ + 39, + 104 + ], + "area_cells": 1850 + }, + { + "id": "range_6", + "name": null, + "center": [ + 53, + 221 + ], + "peak": [ + 50, + 225 + ], + "area_cells": 222 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 239 + ], + "peak": [ + 51, + 240 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 66 + ], + "peak": [ + 142, + 69 + ], + "area_cells": 78 + }, + { + "id": "range_9", + "name": null, + "center": [ + 154, + 232 + ], + "peak": [ + 155, + 223 + ], + "area_cells": 571 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 326 + ], + "peak": [ + 183, + 326 + ], + "area_cells": 2794 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 34 + ], + "peak": [ + 165, + 38 + ], + "area_cells": 82 + }, + { + "id": "range_13", + "name": null, + "center": [ + 188, + 27 + ], + "peak": [ + 203, + 33 + ], + "area_cells": 891 + }, + { + "id": "range_15", + "name": null, + "center": [ + 196, + 2 + ], + "peak": [ + 198, + 0 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 199, + 366 + ], + "peak": [ + 199, + 371 + ], + "area_cells": 64 + }, + { + "id": "range_17", + "name": null, + "center": [ + 205, + 340 + ], + "peak": [ + 206, + 339 + ], + "area_cells": 68 + }, + { + "id": "range_19", + "name": null, + "center": [ + 215, + 85 + ], + "peak": [ + 216, + 72 + ], + "area_cells": 510 + }, + { + "id": "range_20", + "name": null, + "center": [ + 227, + 309 + ], + "peak": [ + 221, + 328 + ], + "area_cells": 3943 + }, + { + "id": "range_21", + "name": null, + "center": [ + 240, + 120 + ], + "peak": [ + 244, + 137 + ], + "area_cells": 1340 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300d/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300d/globe.png new file mode 100644 index 000000000..1dda7e1f8 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300d/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300d/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300d/heightmap.png new file mode 100644 index 000000000..cffbb0d74 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300d/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300d/index.md b/wiki/star-systems/GJ-300/bodies/GJ300d/index.md new file mode 100644 index 000000000..3003e0eeb --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ300d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1464947639 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.144 + period_days: 30.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.35 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.275 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ300d + +Frozen planet. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300d/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300d/markers.json new file mode 100644 index 000000000..da6326e82 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300d/markers.json @@ -0,0 +1,134 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 120, + 241 + ], + "area_fraction": 0.01 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 149, + 493 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 183, + 89 + ], + "area_fraction": 0.1324 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 153, + 150 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 173, + 266 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 180, + 223 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 182, + 369 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 214, + 383 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 106 + ], + "peak": [ + 87, + 94 + ], + "area_cells": 1081 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 340 + ], + "peak": [ + 92, + 349 + ], + "area_cells": 4899 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 181 + ], + "peak": [ + 72, + 181 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300e/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300e/globe.png new file mode 100644 index 000000000..7927f19be Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300e/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300e/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300e/heightmap.png new file mode 100644 index 000000000..db529e231 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300e/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300e/index.md b/wiki/star-systems/GJ-300/bodies/GJ300e/index.md new file mode 100644 index 000000000..2bbdd3c06 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ300e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2778464298 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.289 + period_days: 85.0 + axial_tilt_deg: 34.8 +physical: + gravity_g: 0.28 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.281 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.241 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ300e + +Frozen planet. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 85 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300e/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300e/markers.json new file mode 100644 index 000000000..bb84ff6cd --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300e/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 16, + 265 + ], + "area_fraction": 0.1194 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 66, + 150 + ], + "peak": [ + 67, + 151 + ], + "area_cells": 216 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 62 + ], + "peak": [ + 69, + 63 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 39 + ], + "peak": [ + 83, + 40 + ], + "area_cells": 218 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 437 + ], + "peak": [ + 85, + 438 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 87, + 394 + ], + "peak": [ + 89, + 391 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 463 + ], + "peak": [ + 89, + 469 + ], + "area_cells": 340 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 163 + ], + "peak": [ + 104, + 160 + ], + "area_cells": 379 + }, + { + "id": "range_14", + "name": null, + "center": [ + 107, + 22 + ], + "peak": [ + 110, + 26 + ], + "area_cells": 433 + }, + { + "id": "range_15", + "name": null, + "center": [ + 103, + 411 + ], + "peak": [ + 104, + 413 + ], + "area_cells": 70 + }, + { + "id": "range_16", + "name": null, + "center": [ + 164, + 289 + ], + "peak": [ + 164, + 289 + ], + "area_cells": 38 + }, + { + "id": "range_17", + "name": null, + "center": [ + 229, + 163 + ], + "peak": [ + 231, + 78 + ], + "area_cells": 11158 + }, + { + "id": "range_20", + "name": null, + "center": [ + 205, + 415 + ], + "peak": [ + 202, + 508 + ], + "area_cells": 5589 + }, + { + "id": "range_21", + "name": null, + "center": [ + 200, + 283 + ], + "peak": [ + 200, + 284 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 254, + 507 + ], + "peak": [ + 255, + 510 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-1/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300f-1/globe.png new file mode 100644 index 000000000..f82b03819 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300f-1/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-1/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300f-1/heightmap.png new file mode 100644 index 000000000..ba0e92431 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-1/index.md b/wiki/star-systems/GJ-300/bodies/GJ300f-1/index.md new file mode 100644 index 000000000..d162324f4 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ300f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 700458517 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 8.3 +physical: + gravity_g: 0.05 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.917 + tectonics: none +environment: + geothermal_flux: moderate + 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 +--- + +# GJ300f-1 + +Barren moon. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-1/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300f-1/markers.json new file mode 100644 index 000000000..6701f5cfc --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300f-1/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 79, + 334 + ], + "peak": [ + 81, + 336 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 353 + ], + "peak": [ + 112, + 362 + ], + "area_cells": 445 + }, + { + "id": "range_6", + "name": null, + "center": [ + 114, + 180 + ], + "peak": [ + 114, + 181 + ], + "area_cells": 103 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 395 + ], + "peak": [ + 125, + 401 + ], + "area_cells": 621 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 452 + ], + "peak": [ + 126, + 453 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 160, + 419 + ], + "peak": [ + 165, + 403 + ], + "area_cells": 917 + }, + { + "id": "range_14", + "name": null, + "center": [ + 171, + 44 + ], + "peak": [ + 163, + 36 + ], + "area_cells": 2244 + }, + { + "id": "range_18", + "name": null, + "center": [ + 154, + 99 + ], + "peak": [ + 157, + 99 + ], + "area_cells": 25 + }, + { + "id": "range_20", + "name": null, + "center": [ + 180, + 291 + ], + "peak": [ + 183, + 290 + ], + "area_cells": 627 + }, + { + "id": "range_21", + "name": null, + "center": [ + 164, + 185 + ], + "peak": [ + 161, + 188 + ], + "area_cells": 327 + }, + { + "id": "range_22", + "name": null, + "center": [ + 200, + 248 + ], + "peak": [ + 189, + 225 + ], + "area_cells": 2835 + }, + { + "id": "range_23", + "name": null, + "center": [ + 158, + 117 + ], + "peak": [ + 159, + 118 + ], + "area_cells": 24 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 361 + ], + "peak": [ + 168, + 356 + ], + "area_cells": 234 + }, + { + "id": "range_25", + "name": null, + "center": [ + 168, + 510 + ], + "peak": [ + 168, + 511 + ], + "area_cells": 20 + }, + { + "id": "range_26", + "name": null, + "center": [ + 186, + 442 + ], + "peak": [ + 182, + 440 + ], + "area_cells": 357 + }, + { + "id": "range_27", + "name": null, + "center": [ + 175, + 324 + ], + "peak": [ + 175, + 322 + ], + "area_cells": 108 + }, + { + "id": "range_29", + "name": null, + "center": [ + 180, + 393 + ], + "peak": [ + 181, + 393 + ], + "area_cells": 21 + }, + { + "id": "range_31", + "name": null, + "center": [ + 204, + 75 + ], + "peak": [ + 208, + 61 + ], + "area_cells": 1521 + }, + { + "id": "range_32", + "name": null, + "center": [ + 198, + 462 + ], + "peak": [ + 202, + 463 + ], + "area_cells": 185 + }, + { + "id": "range_33", + "name": null, + "center": [ + 201, + 496 + ], + "peak": [ + 200, + 490 + ], + "area_cells": 167 + }, + { + "id": "range_34", + "name": null, + "center": [ + 196, + 354 + ], + "peak": [ + 197, + 355 + ], + "area_cells": 30 + }, + { + "id": "range_35", + "name": null, + "center": [ + 198, + 161 + ], + "peak": [ + 199, + 161 + ], + "area_cells": 39 + }, + { + "id": "range_36", + "name": null, + "center": [ + 201, + 338 + ], + "peak": [ + 202, + 338 + ], + "area_cells": 26 + }, + { + "id": "range_47", + "name": null, + "center": [ + 248, + 272 + ], + "peak": [ + 252, + 273 + ], + "area_cells": 34 + }, + { + "id": "range_48", + "name": null, + "center": [ + 251, + 256 + ], + "peak": [ + 252, + 256 + ], + "area_cells": 140 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-2/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300f-2/globe.png new file mode 100644 index 000000000..2b2dea87b Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300f-2/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-2/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300f-2/heightmap.png new file mode 100644 index 000000000..f8f337f89 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-2/index.md b/wiki/star-systems/GJ-300/bodies/GJ300f-2/index.md new file mode 100644 index 000000000..5781fe4ca --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ300f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4272022328 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 54.3 +physical: + gravity_g: 0.03 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.889 + polar_ice_lat: 0.131 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ300f-2 + +Frozen moon. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f-2/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300f-2/markers.json new file mode 100644 index 000000000..346e2d47d --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300f-2/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 35 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 113 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 20, + 252 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 20, + 389 + ], + "area_fraction": 0.0354 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 88, + 110 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 135, + 377 + ], + "peak": [ + 160, + 379 + ], + "area_cells": 9923 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 313 + ], + "peak": [ + 76, + 299 + ], + "area_cells": 354 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 196 + ], + "peak": [ + 125, + 199 + ], + "area_cells": 239 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 168 + ], + "peak": [ + 115, + 168 + ], + "area_cells": 68 + }, + { + "id": "range_6", + "name": null, + "center": [ + 220, + 440 + ], + "peak": [ + 199, + 469 + ], + "area_cells": 5341 + }, + { + "id": "range_7", + "name": null, + "center": [ + 216, + 366 + ], + "peak": [ + 220, + 362 + ], + "area_cells": 211 + }, + { + "id": "range_9", + "name": null, + "center": [ + 223, + 341 + ], + "peak": [ + 225, + 340 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 224, + 348 + ], + "peak": [ + 224, + 349 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 249, + 22 + ], + "peak": [ + 243, + 8 + ], + "area_cells": 629 + }, + { + "id": "range_12", + "name": null, + "center": [ + 246, + 509 + ], + "peak": [ + 246, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 251, + 225 + ], + "peak": [ + 253, + 219 + ], + "area_cells": 225 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300f/globe.png new file mode 100644 index 000000000..9bf1bc334 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300f/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300f/index.md b/wiki/star-systems/GJ-300/bodies/GJ300f/index.md new file mode 100644 index 000000000..7bd98f2f3 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ300f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 142627124 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: null + oblateness: 0.0632 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.116 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.77 + opacity_base: 0.47 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ300f + +Gas giant. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300g/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300g/globe.png new file mode 100644 index 000000000..1f9ab64bb Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300g/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300g/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300g/heightmap.png new file mode 100644 index 000000000..57a2d9581 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300g/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300g/index.md b/wiki/star-systems/GJ-300/bodies/GJ300g/index.md new file mode 100644 index 000000000..03df1972c --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ300g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1990656511 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 43.0 +physical: + gravity_g: 0.11 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.705 + polar_ice_lat: 0.243 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ300g + +Frozen planet. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300g/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300g/markers.json new file mode 100644 index 000000000..193ff7207 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300g/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 40, + 51 + ], + "area_fraction": 0.0652 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 48, + 336 + ], + "area_fraction": 0.2222 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 191, + 345 + ], + "peak": [ + 216, + 430 + ], + "area_cells": 29638 + }, + { + "id": "range_4", + "name": null, + "center": [ + 149, + 99 + ], + "peak": [ + 142, + 127 + ], + "area_cells": 1811 + }, + { + "id": "range_5", + "name": null, + "center": [ + 171, + 24 + ], + "peak": [ + 148, + 10 + ], + "area_cells": 3727 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 208 + ], + "peak": [ + 142, + 208 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-300/bodies/GJ300h/globe.png b/wiki/star-systems/GJ-300/bodies/GJ300h/globe.png new file mode 100644 index 000000000..1464d1a3b Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300h/globe.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300h/heightmap.png b/wiki/star-systems/GJ-300/bodies/GJ300h/heightmap.png new file mode 100644 index 000000000..04943ad58 Binary files /dev/null and b/wiki/star-systems/GJ-300/bodies/GJ300h/heightmap.png differ diff --git a/wiki/star-systems/GJ-300/bodies/GJ300h/index.md b/wiki/star-systems/GJ-300/bodies/GJ300h/index.md new file mode 100644 index 000000000..0aa6d1113 --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ300h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2648964622 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.45 + period_days: 3500.0 + axial_tilt_deg: 41.2 +physical: + gravity_g: 0.09 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.875 + polar_ice_lat: 0.06 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ300h + +Frozen planet. + +**System:** [GJ-300](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-300/bodies/GJ300h/markers.json b/wiki/star-systems/GJ-300/bodies/GJ300h/markers.json new file mode 100644 index 000000000..526bf2e9c --- /dev/null +++ b/wiki/star-systems/GJ-300/bodies/GJ300h/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 14 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 14, + 129 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 33, + 456 + ], + "area_fraction": 0.0478 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 48, + 238 + ], + "area_fraction": 0.0404 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 149, + 227 + ], + "peak": [ + 146, + 81 + ], + "area_cells": 30565 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 430 + ], + "peak": [ + 101, + 430 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 272 + ], + "peak": [ + 111, + 272 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 129, + 318 + ], + "peak": [ + 128, + 319 + ], + "area_cells": 153 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ302b/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302b/globe.png new file mode 100644 index 000000000..9d3959eea Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302b/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302b/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302b/heightmap.png new file mode 100644 index 000000000..757f30af2 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302b/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302b/index.md b/wiki/star-systems/GJ-302/bodies/GJ302b/index.md new file mode 100644 index 000000000..2952f1aec --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ302b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1723828018 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.44 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.945 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302b + +Barren planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 92% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302b/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302b/markers.json new file mode 100644 index 000000000..71be1008b --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302b/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 51 + ], + "area_fraction": 0.025 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 11, + 410 + ], + "area_fraction": 0.038 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 154, + 28 + ], + "peak": [ + 127, + 36 + ], + "area_cells": 3599 + }, + { + "id": "range_2", + "name": null, + "center": [ + 160, + 457 + ], + "peak": [ + 150, + 450 + ], + "area_cells": 6934 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 457 + ], + "peak": [ + 108, + 459 + ], + "area_cells": 261 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 344 + ], + "peak": [ + 142, + 343 + ], + "area_cells": 1107 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 117 + ], + "peak": [ + 111, + 118 + ], + "area_cells": 43 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 369 + ], + "peak": [ + 128, + 371 + ], + "area_cells": 134 + }, + { + "id": "range_7", + "name": null, + "center": [ + 135, + 85 + ], + "peak": [ + 134, + 85 + ], + "area_cells": 97 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 267 + ], + "peak": [ + 175, + 233 + ], + "area_cells": 1875 + }, + { + "id": "range_9", + "name": null, + "center": [ + 173, + 183 + ], + "peak": [ + 179, + 201 + ], + "area_cells": 1320 + }, + { + "id": "range_16", + "name": null, + "center": [ + 188, + 317 + ], + "peak": [ + 186, + 319 + ], + "area_cells": 518 + }, + { + "id": "range_19", + "name": null, + "center": [ + 202, + 435 + ], + "peak": [ + 202, + 432 + ], + "area_cells": 143 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302c/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302c/globe.png new file mode 100644 index 000000000..e5c08b098 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302c/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302c/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302c/heightmap.png new file mode 100644 index 000000000..c4ab3aafd Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302c/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302c/index.md b/wiki/star-systems/GJ-302/bodies/GJ302c/index.md new file mode 100644 index 000000000..ed4700a5a --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ302c +name: Brücke +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3951480926 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.94 + oblateness: 0.0034 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.498 + polar_ice_lat: 0.765 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.548 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Brücke + +Temperate planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 42K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302c/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302c/markers.json new file mode 100644 index 000000000..15d38b135 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302c/markers.json @@ -0,0 +1,462 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 129, + 304 + ], + [ + 128, + 303 + ], + [ + 127, + 302 + ], + [ + 126, + 303 + ], + [ + 125, + 303 + ], + [ + 124, + 303 + ], + [ + 124, + 304 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 244, + 75 + ], + [ + 245, + 76 + ], + [ + 246, + 77 + ], + [ + 247, + 78 + ], + [ + 248, + 79 + ], + [ + 249, + 80 + ], + [ + 250, + 81 + ], + [ + 251, + 82 + ], + [ + 252, + 83 + ], + [ + 253, + 84 + ], + [ + 254, + 84 + ], + [ + 255, + 85 + ], + [ + 255, + 86 + ], + [ + 255, + 87 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 87, + 162 + ], + [ + 86, + 162 + ], + [ + 85, + 163 + ], + [ + 84, + 164 + ], + [ + 83, + 165 + ], + [ + 82, + 166 + ], + [ + 81, + 166 + ], + [ + 80, + 166 + ], + [ + 79, + 167 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 83, + 177 + ], + [ + 82, + 178 + ], + [ + 83, + 179 + ], + [ + 82, + 180 + ], + [ + 81, + 181 + ], + [ + 80, + 182 + ], + [ + 80, + 183 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 15, + 58 + ], + [ + 16, + 58 + ], + [ + 17, + 57 + ], + [ + 18, + 56 + ], + [ + 19, + 55 + ], + [ + 20, + 55 + ], + [ + 21, + 54 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 72, + 58 + ], + [ + 73, + 59 + ], + [ + 74, + 59 + ], + [ + 75, + 60 + ], + [ + 76, + 61 + ], + [ + 77, + 62 + ], + [ + 78, + 63 + ], + [ + 79, + 64 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 22 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 108, + 254 + ], + "area_fraction": 0.4846 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 432 + ], + "peak": [ + 31, + 436 + ], + "area_cells": 1603 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 369 + ], + "peak": [ + 18, + 369 + ], + "area_cells": 47 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 238 + ], + "peak": [ + 103, + 241 + ], + "area_cells": 691 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 359 + ], + "peak": [ + 104, + 340 + ], + "area_cells": 880 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 192 + ], + "peak": [ + 144, + 191 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 165, + 317 + ], + "peak": [ + 168, + 316 + ], + "area_cells": 446 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 226 + ], + "peak": [ + 172, + 227 + ], + "area_cells": 908 + }, + { + "id": "range_10", + "name": null, + "center": [ + 177, + 290 + ], + "peak": [ + 178, + 293 + ], + "area_cells": 94 + }, + { + "id": "range_11", + "name": null, + "center": [ + 207, + 334 + ], + "peak": [ + 216, + 328 + ], + "area_cells": 1134 + }, + { + "id": "range_12", + "name": null, + "center": [ + 210, + 243 + ], + "peak": [ + 209, + 237 + ], + "area_cells": 64 + }, + { + "id": "range_13", + "name": null, + "center": [ + 218, + 484 + ], + "peak": [ + 217, + 476 + ], + "area_cells": 407 + }, + { + "id": "range_14", + "name": null, + "center": [ + 223, + 370 + ], + "peak": [ + 225, + 364 + ], + "area_cells": 758 + }, + { + "id": "range_15", + "name": null, + "center": [ + 224, + 24 + ], + "peak": [ + 225, + 10 + ], + "area_cells": 860 + }, + { + "id": "range_16", + "name": null, + "center": [ + 231, + 234 + ], + "peak": [ + 226, + 246 + ], + "area_cells": 452 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302d/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302d/globe.png new file mode 100644 index 000000000..01d055096 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302d/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302d/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302d/heightmap.png new file mode 100644 index 000000000..21e47a9bc Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302d/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302d/index.md b/wiki/star-systems/GJ-302/bodies/GJ302d/index.md new file mode 100644 index 000000000..72ab2e4bf --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ302d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4078767835 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.58 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.442 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.164 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302d + +Cold Arid planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302d/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302d/markers.json new file mode 100644 index 000000000..e5d35ad78 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302d/markers.json @@ -0,0 +1,934 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 156, + 96 + ], + [ + 155, + 96 + ], + [ + 154, + 96 + ], + [ + 153, + 96 + ], + [ + 152, + 97 + ], + [ + 151, + 96 + ], + [ + 150, + 97 + ], + [ + 150, + 98 + ], + [ + 149, + 99 + ], + [ + 149, + 100 + ], + [ + 149, + 101 + ], + [ + 148, + 101 + ], + [ + 149, + 102 + ], + [ + 148, + 103 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 92, + 37 + ], + [ + 91, + 38 + ], + [ + 90, + 39 + ], + [ + 89, + 40 + ], + [ + 88, + 41 + ], + [ + 87, + 41 + ], + [ + 86, + 41 + ], + [ + 86, + 42 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 120, + 82 + ], + [ + 119, + 83 + ], + [ + 118, + 84 + ], + [ + 117, + 85 + ], + [ + 116, + 86 + ], + [ + 115, + 87 + ], + [ + 114, + 88 + ], + [ + 113, + 89 + ], + [ + 112, + 88 + ], + [ + 111, + 89 + ], + [ + 111, + 88 + ], + [ + 111, + 87 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 237, + 127 + ], + [ + 238, + 126 + ], + [ + 239, + 125 + ], + [ + 240, + 124 + ], + [ + 241, + 123 + ], + [ + 242, + 122 + ], + [ + 243, + 121 + ], + [ + 244, + 121 + ], + [ + 245, + 120 + ], + [ + 246, + 119 + ], + [ + 247, + 118 + ], + [ + 248, + 118 + ], + [ + 249, + 119 + ], + [ + 250, + 120 + ], + [ + 251, + 121 + ], + [ + 252, + 120 + ], + [ + 253, + 120 + ], + [ + 254, + 121 + ], + [ + 255, + 122 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 146, + 87 + ], + [ + 145, + 86 + ], + [ + 144, + 85 + ], + [ + 143, + 84 + ], + [ + 142, + 83 + ], + [ + 141, + 82 + ], + [ + 141, + 81 + ], + [ + 142, + 80 + ], + [ + 141, + 80 + ], + [ + 142, + 79 + ], + [ + 143, + 78 + ], + [ + 144, + 77 + ], + [ + 145, + 76 + ], + [ + 145, + 75 + ], + [ + 146, + 74 + ], + [ + 146, + 73 + ], + [ + 146, + 72 + ], + [ + 145, + 71 + ], + [ + 145, + 70 + ], + [ + 144, + 69 + ], + [ + 143, + 68 + ], + [ + 143, + 67 + ], + [ + 142, + 66 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 35, + 331 + ], + [ + 36, + 332 + ], + [ + 37, + 333 + ], + [ + 38, + 334 + ], + [ + 39, + 335 + ], + [ + 40, + 336 + ], + [ + 41, + 337 + ], + [ + 42, + 338 + ], + [ + 43, + 339 + ], + [ + 44, + 340 + ], + [ + 45, + 339 + ], + [ + 46, + 339 + ], + [ + 47, + 340 + ], + [ + 48, + 339 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 37, + 236 + ], + [ + 38, + 235 + ], + [ + 39, + 234 + ], + [ + 40, + 233 + ], + [ + 41, + 232 + ], + [ + 40, + 231 + ], + [ + 39, + 230 + ], + [ + 39, + 229 + ], + [ + 38, + 228 + ], + [ + 38, + 227 + ], + [ + 37, + 228 + ], + [ + 37, + 227 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 36, + 401 + ], + [ + 35, + 401 + ], + [ + 36, + 402 + ], + [ + 35, + 403 + ], + [ + 34, + 403 + ], + [ + 33, + 404 + ], + [ + 32, + 405 + ], + [ + 31, + 406 + ], + [ + 30, + 405 + ], + [ + 29, + 406 + ], + [ + 28, + 406 + ], + [ + 27, + 405 + ], + [ + 26, + 405 + ], + [ + 25, + 404 + ], + [ + 24, + 403 + ], + [ + 23, + 402 + ], + [ + 22, + 401 + ], + [ + 21, + 400 + ], + [ + 20, + 400 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 133, + 511 + ], + [ + 132, + 0 + ], + [ + 131, + 0 + ], + [ + 130, + 1 + ], + [ + 129, + 2 + ], + [ + 128, + 3 + ], + [ + 127, + 4 + ], + [ + 127, + 5 + ], + [ + 127, + 6 + ], + [ + 126, + 7 + ], + [ + 127, + 8 + ], + [ + 126, + 9 + ], + [ + 126, + 10 + ], + [ + 126, + 11 + ], + [ + 126, + 12 + ], + [ + 125, + 13 + ], + [ + 126, + 13 + ], + [ + 126, + 14 + ], + [ + 126, + 15 + ], + [ + 125, + 16 + ], + [ + 125, + 17 + ], + [ + 125, + 18 + ], + [ + 126, + 19 + ], + [ + 125, + 19 + ], + [ + 124, + 20 + ], + [ + 125, + 21 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 255, + 411 + ], + [ + 254, + 412 + ], + [ + 253, + 413 + ], + [ + 252, + 413 + ], + [ + 251, + 413 + ], + [ + 250, + 414 + ], + [ + 249, + 414 + ], + [ + 248, + 415 + ], + [ + 247, + 416 + ], + [ + 246, + 416 + ], + [ + 245, + 415 + ], + [ + 244, + 416 + ], + [ + 243, + 416 + ], + [ + 242, + 416 + ], + [ + 242, + 415 + ], + [ + 242, + 414 + ], + [ + 241, + 414 + ], + [ + 242, + 413 + ], + [ + 243, + 414 + ], + [ + 244, + 414 + ], + [ + 244, + 413 + ], + [ + 243, + 413 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 253, + 403 + ], + [ + 254, + 404 + ], + [ + 253, + 405 + ], + [ + 252, + 406 + ], + [ + 251, + 407 + ], + [ + 250, + 407 + ], + [ + 249, + 407 + ], + [ + 248, + 407 + ], + [ + 247, + 407 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 47, + 374 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 149, + 240 + ], + "peak": [ + 108, + 343 + ], + "area_cells": 10149 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 200 + ], + "peak": [ + 115, + 202 + ], + "area_cells": 450 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 255 + ], + "peak": [ + 114, + 253 + ], + "area_cells": 567 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 127 + ], + "peak": [ + 106, + 126 + ], + "area_cells": 65 + }, + { + "id": "range_6", + "name": null, + "center": [ + 143, + 405 + ], + "peak": [ + 150, + 384 + ], + "area_cells": 3254 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 152 + ], + "peak": [ + 124, + 153 + ], + "area_cells": 575 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 166 + ], + "peak": [ + 135, + 167 + ], + "area_cells": 42 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 340 + ], + "peak": [ + 168, + 341 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 186, + 6 + ], + "peak": [ + 186, + 2 + ], + "area_cells": 104 + }, + { + "id": "range_14", + "name": null, + "center": [ + 195, + 460 + ], + "peak": [ + 193, + 459 + ], + "area_cells": 1107 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302e-m1/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/globe.png new file mode 100644 index 000000000..0b9cdcc42 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302e-m1/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/heightmap.png new file mode 100644 index 000000000..bbd79c653 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302e-m1/index.md b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/index.md new file mode 100644 index 000000000..458349674 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ302e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 121541722 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 36.5 +physical: + gravity_g: 0.1 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.195 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.437 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302e-m1 + +Frozen moon. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 92% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302e-m1/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/markers.json new file mode 100644 index 000000000..91462f8db --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302e-m1/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 18 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 16, + 463 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 69, + 256 + ], + "area_fraction": 0.0153 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 216, + 347 + ], + "peak": [ + 191, + 277 + ], + "area_cells": 16842 + }, + { + "id": "range_4", + "name": null, + "center": [ + 225, + 149 + ], + "peak": [ + 226, + 149 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 249, + 153 + ], + "peak": [ + 255, + 162 + ], + "area_cells": 250 + }, + { + "id": "range_8", + "name": null, + "center": [ + 250, + 177 + ], + "peak": [ + 255, + 177 + ], + "area_cells": 235 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302e/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302e/globe.png new file mode 100644 index 000000000..0502ffb68 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302e/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302e/index.md b/wiki/star-systems/GJ-302/bodies/GJ302e/index.md new file mode 100644 index 000000000..d10c90850 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ302e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1215915606 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 13.4 +physical: + gravity_g: null + oblateness: 0.0831 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 3 + storm_max_size: 0.128 +rings: + enabled: true + inner_radius_factor: 1.19 + outer_radius_factor: 2.66 + opacity_base: 0.66 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ302e + +Gas giant. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302f/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302f/globe.png new file mode 100644 index 000000000..c2247d752 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302f/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302f/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302f/heightmap.png new file mode 100644 index 000000000..9a00d5a13 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302f/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302f/index.md b/wiki/star-systems/GJ-302/bodies/GJ302f/index.md new file mode 100644 index 000000000..8a14a7683 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ302f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 55724866 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.853 + period_days: 5800.0 + axial_tilt_deg: 45.4 +physical: + gravity_g: 0.42 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.772 + polar_ice_lat: 0.192 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.44 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302f + +Frozen planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302f/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302f/markers.json new file mode 100644 index 000000000..6dc48eb1f --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302f/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 65, + 13 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 130, + 439 + ], + "area_fraction": 0.076 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 145, + 25 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 143, + 155 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 228, + 311 + ], + "area_fraction": 0.0765 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 135 + ], + "peak": [ + 14, + 89 + ], + "area_cells": 8626 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 285 + ], + "peak": [ + 1, + 287 + ], + "area_cells": 101 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 249 + ], + "peak": [ + 70, + 249 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 113, + 315 + ], + "peak": [ + 122, + 296 + ], + "area_cells": 2417 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302g/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302g/globe.png new file mode 100644 index 000000000..bdfedca38 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302g/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302g/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302g/heightmap.png new file mode 100644 index 000000000..a998c166d Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302g/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302g/index.md b/wiki/star-systems/GJ-302/bodies/GJ302g/index.md new file mode 100644 index 000000000..3c1eb5213 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ302g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1667315836 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.025 + period_days: 13000.0 + axial_tilt_deg: 50.9 +physical: + gravity_g: 0.32 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.838 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302g + +Frozen planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 13000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302g/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302g/markers.json new file mode 100644 index 000000000..90986728b --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302g/markers.json @@ -0,0 +1,289 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 188 + ], + "area_fraction": 0.0865 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 453 + ], + "area_fraction": 0.014 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 95, + 234 + ], + "area_fraction": 0.0288 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 106, + 243 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 425 + ], + "peak": [ + 42, + 426 + ], + "area_cells": 69 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 424 + ], + "peak": [ + 69, + 444 + ], + "area_cells": 2173 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 344 + ], + "peak": [ + 61, + 344 + ], + "area_cells": 101 + }, + { + "id": "range_4", + "name": null, + "center": [ + 60, + 3 + ], + "peak": [ + 60, + 0 + ], + "area_cells": 34 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 41 + ], + "peak": [ + 91, + 54 + ], + "area_cells": 1150 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 4 + ], + "peak": [ + 83, + 0 + ], + "area_cells": 84 + }, + { + "id": "range_8", + "name": null, + "center": [ + 83, + 499 + ], + "peak": [ + 87, + 500 + ], + "area_cells": 335 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 466 + ], + "peak": [ + 76, + 466 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 94 + ], + "peak": [ + 101, + 95 + ], + "area_cells": 84 + }, + { + "id": "range_13", + "name": null, + "center": [ + 104, + 477 + ], + "peak": [ + 105, + 477 + ], + "area_cells": 56 + }, + { + "id": "range_14", + "name": null, + "center": [ + 117, + 487 + ], + "peak": [ + 114, + 486 + ], + "area_cells": 70 + }, + { + "id": "range_15", + "name": null, + "center": [ + 123, + 47 + ], + "peak": [ + 123, + 50 + ], + "area_cells": 37 + }, + { + "id": "range_17", + "name": null, + "center": [ + 137, + 437 + ], + "peak": [ + 143, + 436 + ], + "area_cells": 301 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 480 + ], + "peak": [ + 153, + 482 + ], + "area_cells": 235 + }, + { + "id": "range_19", + "name": null, + "center": [ + 160, + 75 + ], + "peak": [ + 160, + 76 + ], + "area_cells": 141 + }, + { + "id": "range_20", + "name": null, + "center": [ + 174, + 31 + ], + "peak": [ + 174, + 30 + ], + "area_cells": 71 + }, + { + "id": "range_21", + "name": null, + "center": [ + 181, + 118 + ], + "peak": [ + 181, + 118 + ], + "area_cells": 77 + }, + { + "id": "range_22", + "name": null, + "center": [ + 192, + 331 + ], + "peak": [ + 198, + 331 + ], + "area_cells": 833 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302h/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302h/globe.png new file mode 100644 index 000000000..a1d8d6a29 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302h/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302h/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302h/heightmap.png new file mode 100644 index 000000000..a39828e65 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302h/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302h/index.md b/wiki/star-systems/GJ-302/bodies/GJ302h/index.md new file mode 100644 index 000000000..2f4ada29d --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ302h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3536174511 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 49.1 +physical: + gravity_g: 0.26 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.76 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302h + +Frozen planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302h/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302h/markers.json new file mode 100644 index 000000000..e95bba27c --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302h/markers.json @@ -0,0 +1,251 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 86 + ], + "area_fraction": 0.0417 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 27, + 362 + ], + "area_fraction": 0.1034 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 85, + 95 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 89, + 475 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 114, + 35 + ], + "area_fraction": 0.0148 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 129, + 462 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 137, + 502 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 184, + 495 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 140, + 226 + ], + "peak": [ + 143, + 248 + ], + "area_cells": 8410 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 331 + ], + "peak": [ + 95, + 328 + ], + "area_cells": 443 + }, + { + "id": "range_4", + "name": null, + "center": [ + 114, + 302 + ], + "peak": [ + 115, + 303 + ], + "area_cells": 29 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 305 + ], + "peak": [ + 147, + 305 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 159, + 448 + ], + "peak": [ + 160, + 453 + ], + "area_cells": 330 + }, + { + "id": "range_8", + "name": null, + "center": [ + 184, + 90 + ], + "peak": [ + 185, + 87 + ], + "area_cells": 386 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 389 + ], + "peak": [ + 223, + 387 + ], + "area_cells": 4058 + }, + { + "id": "range_12", + "name": null, + "center": [ + 195, + 317 + ], + "peak": [ + 198, + 315 + ], + "area_cells": 472 + }, + { + "id": "range_13", + "name": null, + "center": [ + 196, + 155 + ], + "peak": [ + 200, + 154 + ], + "area_cells": 58 + }, + { + "id": "range_18", + "name": null, + "center": [ + 202, + 65 + ], + "peak": [ + 202, + 65 + ], + "area_cells": 73 + }, + { + "id": "range_20", + "name": null, + "center": [ + 219, + 321 + ], + "peak": [ + 219, + 320 + ], + "area_cells": 29 + }, + { + "id": "range_21", + "name": null, + "center": [ + 245, + 246 + ], + "peak": [ + 253, + 243 + ], + "area_cells": 2081 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-302/bodies/GJ302i/globe.png b/wiki/star-systems/GJ-302/bodies/GJ302i/globe.png new file mode 100644 index 000000000..0b3f8f234 Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302i/globe.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302i/heightmap.png b/wiki/star-systems/GJ-302/bodies/GJ302i/heightmap.png new file mode 100644 index 000000000..db14929bc Binary files /dev/null and b/wiki/star-systems/GJ-302/bodies/GJ302i/heightmap.png differ diff --git a/wiki/star-systems/GJ-302/bodies/GJ302i/index.md b/wiki/star-systems/GJ-302/bodies/GJ302i/index.md new file mode 100644 index 000000000..bb1290914 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ302i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1015364223 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.261 + period_days: 52000.0 + axial_tilt_deg: 52.6 +physical: + gravity_g: 0.13 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.445 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ302i + +Frozen planet. + +**System:** [GJ-302](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-302/bodies/GJ302i/markers.json b/wiki/star-systems/GJ-302/bodies/GJ302i/markers.json new file mode 100644 index 000000000..de0216d74 --- /dev/null +++ b/wiki/star-systems/GJ-302/bodies/GJ302i/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 190, + 177 + ], + "area_fraction": 0.1667 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 229, + 463 + ], + "area_fraction": 0.0175 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 57 + ], + "peak": [ + 0, + 95 + ], + "area_cells": 3058 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 249 + ], + "peak": [ + 22, + 280 + ], + "area_cells": 9579 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 395 + ], + "peak": [ + 1, + 394 + ], + "area_cells": 191 + }, + { + "id": "range_6", + "name": null, + "center": [ + 6, + 427 + ], + "peak": [ + 2, + 428 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 4, + 438 + ], + "peak": [ + 1, + 438 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 473 + ], + "peak": [ + 26, + 501 + ], + "area_cells": 2976 + }, + { + "id": "range_12", + "name": null, + "center": [ + 36, + 420 + ], + "peak": [ + 43, + 422 + ], + "area_cells": 87 + }, + { + "id": "range_13", + "name": null, + "center": [ + 66, + 178 + ], + "peak": [ + 66, + 180 + ], + "area_cells": 142 + }, + { + "id": "range_15", + "name": null, + "center": [ + 79, + 396 + ], + "peak": [ + 77, + 395 + ], + "area_cells": 101 + }, + { + "id": "range_17", + "name": null, + "center": [ + 78, + 466 + ], + "peak": [ + 78, + 466 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ309b/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309b/globe.png new file mode 100644 index 000000000..cbad2b759 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309b/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309b/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309b/heightmap.png new file mode 100644 index 000000000..7e6e95d5c Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309b/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309b/index.md b/wiki/star-systems/GJ-309/bodies/GJ309b/index.md new file mode 100644 index 000000000..f01ea481b --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ309b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3095482509 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 43.6 +physical: + gravity_g: 0.44 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.793 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309b + +Barren planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 90% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309b/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309b/markers.json new file mode 100644 index 000000000..956dd2458 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309b/markers.json @@ -0,0 +1,331 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 16, + 160 + ], + "area_fraction": 0.0224 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 25, + 368 + ], + "area_fraction": 0.0288 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 7, + 483 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 109, + 472 + ], + "peak": [ + 80, + 507 + ], + "area_cells": 3588 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 8 + ], + "peak": [ + 108, + 13 + ], + "area_cells": 689 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 392 + ], + "peak": [ + 74, + 395 + ], + "area_cells": 67 + }, + { + "id": "range_7", + "name": null, + "center": [ + 84, + 49 + ], + "peak": [ + 87, + 54 + ], + "area_cells": 124 + }, + { + "id": "range_8", + "name": null, + "center": [ + 85, + 286 + ], + "peak": [ + 83, + 283 + ], + "area_cells": 48 + }, + { + "id": "range_9", + "name": null, + "center": [ + 95, + 406 + ], + "peak": [ + 98, + 404 + ], + "area_cells": 292 + }, + { + "id": "range_12", + "name": null, + "center": [ + 131, + 403 + ], + "peak": [ + 126, + 417 + ], + "area_cells": 1441 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 211 + ], + "peak": [ + 127, + 212 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 160, + 372 + ], + "peak": [ + 162, + 375 + ], + "area_cells": 318 + }, + { + "id": "range_18", + "name": null, + "center": [ + 157, + 321 + ], + "peak": [ + 157, + 322 + ], + "area_cells": 408 + }, + { + "id": "range_19", + "name": null, + "center": [ + 153, + 240 + ], + "peak": [ + 155, + 241 + ], + "area_cells": 109 + }, + { + "id": "range_21", + "name": null, + "center": [ + 183, + 142 + ], + "peak": [ + 184, + 142 + ], + "area_cells": 5214 + }, + { + "id": "range_22", + "name": null, + "center": [ + 167, + 439 + ], + "peak": [ + 164, + 436 + ], + "area_cells": 190 + }, + { + "id": "range_23", + "name": null, + "center": [ + 174, + 24 + ], + "peak": [ + 176, + 28 + ], + "area_cells": 229 + }, + { + "id": "range_24", + "name": null, + "center": [ + 182, + 495 + ], + "peak": [ + 181, + 493 + ], + "area_cells": 662 + }, + { + "id": "range_25", + "name": null, + "center": [ + 172, + 291 + ], + "peak": [ + 173, + 292 + ], + "area_cells": 99 + }, + { + "id": "range_27", + "name": null, + "center": [ + 177, + 355 + ], + "peak": [ + 179, + 355 + ], + "area_cells": 103 + }, + { + "id": "range_28", + "name": null, + "center": [ + 186, + 5 + ], + "peak": [ + 195, + 0 + ], + "area_cells": 264 + }, + { + "id": "range_31", + "name": null, + "center": [ + 186, + 317 + ], + "peak": [ + 186, + 318 + ], + "area_cells": 41 + }, + { + "id": "range_32", + "name": null, + "center": [ + 201, + 461 + ], + "peak": [ + 201, + 462 + ], + "area_cells": 80 + }, + { + "id": "range_36", + "name": null, + "center": [ + 221, + 242 + ], + "peak": [ + 222, + 242 + ], + "area_cells": 24 + }, + { + "id": "range_38", + "name": null, + "center": [ + 229, + 62 + ], + "peak": [ + 230, + 64 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309c/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309c/globe.png new file mode 100644 index 000000000..e0ab16ce0 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309c/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309c/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309c/heightmap.png new file mode 100644 index 000000000..05325c0cc Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309c/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309c/index.md b/wiki/star-systems/GJ-309/bodies/GJ309c/index.md new file mode 100644 index 000000000..63fc5300e --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ309c +name: Freystadt +body_type: planet +planet_class: temperate +body_scale: planet +seed: 731740746 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 32.2 +physical: + gravity_g: 0.9 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.485 + polar_ice_lat: 0.677 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Freystadt + +Temperate planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 48% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 2K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309c/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309c/markers.json new file mode 100644 index 000000000..9ff13b26f --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309c/markers.json @@ -0,0 +1,609 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 55, + 504 + ], + [ + 54, + 505 + ], + [ + 53, + 505 + ], + [ + 52, + 504 + ], + [ + 51, + 505 + ], + [ + 50, + 506 + ], + [ + 50, + 507 + ], + [ + 49, + 507 + ], + [ + 48, + 508 + ], + [ + 48, + 509 + ], + [ + 49, + 508 + ], + [ + 49, + 509 + ], + [ + 49, + 510 + ], + [ + 50, + 511 + ], + [ + 49, + 511 + ], + [ + 48, + 511 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 253, + 95 + ], + [ + 254, + 96 + ], + [ + 255, + 97 + ], + [ + 255, + 96 + ], + [ + 255, + 95 + ], + [ + 254, + 94 + ], + [ + 254, + 93 + ], + [ + 253, + 92 + ], + [ + 252, + 91 + ], + [ + 251, + 90 + ], + [ + 250, + 89 + ], + [ + 250, + 88 + ], + [ + 249, + 87 + ], + [ + 250, + 86 + ], + [ + 250, + 85 + ], + [ + 250, + 84 + ], + [ + 249, + 83 + ], + [ + 250, + 82 + ], + [ + 251, + 81 + ], + [ + 250, + 80 + ], + [ + 250, + 79 + ], + [ + 251, + 78 + ], + [ + 250, + 77 + ], + [ + 251, + 77 + ], + [ + 250, + 76 + ], + [ + 250, + 75 + ], + [ + 251, + 74 + ], + [ + 250, + 74 + ], + [ + 249, + 73 + ], + [ + 248, + 72 + ], + [ + 247, + 71 + ], + [ + 246, + 70 + ], + [ + 245, + 69 + ], + [ + 244, + 68 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 129, + 0 + ], + [ + 130, + 511 + ], + [ + 131, + 510 + ], + [ + 132, + 510 + ], + [ + 133, + 511 + ], + [ + 134, + 510 + ], + [ + 135, + 509 + ], + [ + 136, + 508 + ], + [ + 137, + 507 + ], + [ + 138, + 506 + ], + [ + 139, + 505 + ], + [ + 140, + 504 + ], + [ + 141, + 503 + ], + [ + 142, + 502 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 251, + 206 + ], + [ + 250, + 207 + ], + [ + 249, + 208 + ], + [ + 248, + 209 + ], + [ + 247, + 210 + ], + [ + 246, + 211 + ], + [ + 245, + 212 + ], + [ + 244, + 213 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 115, + 114 + ], + [ + 114, + 115 + ], + [ + 113, + 116 + ], + [ + 112, + 116 + ], + [ + 111, + 117 + ], + [ + 110, + 118 + ], + [ + 109, + 119 + ], + [ + 108, + 120 + ], + [ + 108, + 121 + ], + [ + 107, + 120 + ], + [ + 106, + 120 + ], + [ + 105, + 121 + ], + [ + 105, + 122 + ], + [ + 104, + 122 + ], + [ + 104, + 123 + ], + [ + 105, + 123 + ], + [ + 104, + 124 + ], + [ + 103, + 123 + ], + [ + 103, + 124 + ], + [ + 102, + 125 + ], + [ + 102, + 126 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 184, + 400 + ], + [ + 185, + 400 + ], + [ + 185, + 401 + ], + [ + 186, + 402 + ], + [ + 186, + 403 + ], + [ + 187, + 402 + ], + [ + 187, + 401 + ], + [ + 187, + 400 + ], + [ + 188, + 401 + ], + [ + 188, + 402 + ], + [ + 189, + 401 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 46 + ], + "area_fraction": 0.0315 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 49, + 221 + ], + "area_fraction": 0.1311 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 29, + 461 + ], + "area_fraction": 0.0454 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 196, + 169 + ], + "area_fraction": 0.2539 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 215, + 475 + ], + "area_fraction": 0.0474 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 360 + ], + "peak": [ + 48, + 364 + ], + "area_cells": 169 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 376 + ], + "peak": [ + 100, + 348 + ], + "area_cells": 9562 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 503 + ], + "peak": [ + 105, + 510 + ], + "area_cells": 454 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 17 + ], + "peak": [ + 119, + 32 + ], + "area_cells": 668 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 171 + ], + "peak": [ + 132, + 163 + ], + "area_cells": 171 + }, + { + "id": "range_7", + "name": null, + "center": [ + 134, + 452 + ], + "peak": [ + 135, + 449 + ], + "area_cells": 327 + }, + { + "id": "range_8", + "name": null, + "center": [ + 179, + 262 + ], + "peak": [ + 180, + 259 + ], + "area_cells": 87 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309d/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309d/globe.png new file mode 100644 index 000000000..64732c201 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309d/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309d/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309d/heightmap.png new file mode 100644 index 000000000..2838eca6f Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309d/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309d/index.md b/wiki/star-systems/GJ-309/bodies/GJ309d/index.md new file mode 100644 index 000000000..e033590b2 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ309d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3714940563 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.58 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.512 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.175 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309d + +Cold Arid planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309d/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309d/markers.json new file mode 100644 index 000000000..87dea1879 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309d/markers.json @@ -0,0 +1,1125 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 169, + 23 + ], + [ + 170, + 24 + ], + [ + 171, + 25 + ], + [ + 172, + 24 + ], + [ + 173, + 24 + ], + [ + 174, + 24 + ], + [ + 175, + 23 + ], + [ + 176, + 23 + ], + [ + 175, + 22 + ], + [ + 176, + 21 + ], + [ + 177, + 21 + ], + [ + 177, + 20 + ], + [ + 178, + 19 + ], + [ + 179, + 18 + ], + [ + 180, + 18 + ], + [ + 181, + 18 + ], + [ + 182, + 17 + ], + [ + 183, + 16 + ], + [ + 183, + 17 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 35, + 368 + ], + [ + 35, + 367 + ], + [ + 35, + 366 + ], + [ + 36, + 367 + ], + [ + 37, + 366 + ], + [ + 38, + 367 + ], + [ + 39, + 367 + ], + [ + 40, + 366 + ], + [ + 39, + 366 + ], + [ + 40, + 365 + ], + [ + 41, + 365 + ], + [ + 41, + 364 + ], + [ + 40, + 363 + ], + [ + 41, + 363 + ], + [ + 40, + 364 + ], + [ + 39, + 363 + ], + [ + 39, + 362 + ], + [ + 40, + 362 + ], + [ + 41, + 361 + ], + [ + 40, + 360 + ], + [ + 41, + 360 + ], + [ + 41, + 359 + ], + [ + 41, + 358 + ], + [ + 40, + 359 + ], + [ + 40, + 358 + ], + [ + 41, + 357 + ], + [ + 41, + 356 + ], + [ + 40, + 355 + ], + [ + 41, + 354 + ], + [ + 40, + 353 + ], + [ + 40, + 354 + ], + [ + 41, + 353 + ], + [ + 41, + 352 + ], + [ + 40, + 352 + ], + [ + 41, + 351 + ], + [ + 41, + 350 + ], + [ + 40, + 350 + ], + [ + 40, + 351 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 141, + 426 + ], + [ + 140, + 427 + ], + [ + 139, + 427 + ], + [ + 138, + 428 + ], + [ + 137, + 429 + ], + [ + 136, + 429 + ], + [ + 135, + 429 + ], + [ + 134, + 430 + ], + [ + 134, + 431 + ], + [ + 133, + 432 + ], + [ + 134, + 433 + ], + [ + 134, + 432 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 139, + 33 + ], + [ + 138, + 34 + ], + [ + 137, + 34 + ], + [ + 136, + 33 + ], + [ + 135, + 32 + ], + [ + 134, + 31 + ], + [ + 133, + 31 + ], + [ + 133, + 30 + ], + [ + 132, + 29 + ], + [ + 132, + 28 + ], + [ + 132, + 27 + ], + [ + 131, + 27 + ], + [ + 132, + 26 + ], + [ + 132, + 25 + ], + [ + 131, + 24 + ], + [ + 131, + 23 + ], + [ + 132, + 22 + ], + [ + 131, + 21 + ], + [ + 131, + 20 + ], + [ + 132, + 19 + ], + [ + 132, + 18 + ], + [ + 131, + 17 + ], + [ + 131, + 16 + ], + [ + 132, + 15 + ], + [ + 131, + 15 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 108, + 103 + ], + [ + 108, + 104 + ], + [ + 107, + 105 + ], + [ + 106, + 106 + ], + [ + 105, + 107 + ], + [ + 105, + 108 + ], + [ + 106, + 109 + ], + [ + 106, + 110 + ], + [ + 107, + 110 + ], + [ + 106, + 111 + ], + [ + 105, + 112 + ], + [ + 106, + 113 + ], + [ + 107, + 114 + ], + [ + 108, + 115 + ], + [ + 107, + 116 + ], + [ + 108, + 117 + ], + [ + 108, + 118 + ], + [ + 108, + 119 + ], + [ + 107, + 118 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 19, + 386 + ], + [ + 20, + 385 + ], + [ + 21, + 384 + ], + [ + 22, + 384 + ], + [ + 23, + 384 + ], + [ + 24, + 384 + ], + [ + 25, + 384 + ], + [ + 26, + 384 + ], + [ + 27, + 385 + ], + [ + 28, + 386 + ], + [ + 27, + 387 + ], + [ + 28, + 388 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 106, + 74 + ], + [ + 107, + 75 + ], + [ + 108, + 76 + ], + [ + 109, + 77 + ], + [ + 110, + 78 + ], + [ + 111, + 78 + ], + [ + 112, + 77 + ], + [ + 113, + 76 + ], + [ + 114, + 75 + ], + [ + 115, + 75 + ], + [ + 116, + 74 + ], + [ + 117, + 74 + ], + [ + 118, + 73 + ], + [ + 119, + 72 + ], + [ + 120, + 71 + ], + [ + 121, + 71 + ], + [ + 122, + 70 + ], + [ + 123, + 69 + ], + [ + 124, + 68 + ], + [ + 125, + 67 + ], + [ + 126, + 66 + ], + [ + 127, + 65 + ], + [ + 127, + 64 + ], + [ + 128, + 64 + ], + [ + 128, + 65 + ], + [ + 128, + 66 + ], + [ + 129, + 66 + ], + [ + 129, + 65 + ], + [ + 129, + 64 + ], + [ + 128, + 63 + ], + [ + 127, + 63 + ], + [ + 126, + 62 + ], + [ + 126, + 63 + ], + [ + 126, + 64 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 110, + 39 + ], + [ + 111, + 38 + ], + [ + 112, + 37 + ], + [ + 113, + 37 + ], + [ + 114, + 37 + ], + [ + 115, + 36 + ], + [ + 116, + 35 + ], + [ + 117, + 34 + ], + [ + 118, + 35 + ], + [ + 119, + 34 + ], + [ + 120, + 34 + ], + [ + 121, + 35 + ], + [ + 121, + 36 + ], + [ + 122, + 37 + ], + [ + 122, + 38 + ], + [ + 123, + 38 + ], + [ + 124, + 39 + ], + [ + 123, + 39 + ], + [ + 122, + 39 + ], + [ + 121, + 38 + ], + [ + 121, + 37 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 179, + 369 + ], + [ + 180, + 370 + ], + [ + 181, + 371 + ], + [ + 182, + 371 + ], + [ + 183, + 372 + ], + [ + 184, + 373 + ], + [ + 185, + 373 + ], + [ + 186, + 373 + ], + [ + 187, + 374 + ], + [ + 188, + 375 + ], + [ + 189, + 376 + ], + [ + 190, + 377 + ], + [ + 191, + 377 + ], + [ + 192, + 377 + ], + [ + 193, + 378 + ], + [ + 194, + 378 + ], + [ + 195, + 379 + ], + [ + 196, + 380 + ], + [ + 197, + 381 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 160, + 40 + ], + [ + 161, + 41 + ], + [ + 162, + 41 + ], + [ + 163, + 41 + ], + [ + 164, + 40 + ], + [ + 165, + 39 + ], + [ + 166, + 38 + ], + [ + 167, + 37 + ], + [ + 168, + 38 + ], + [ + 168, + 37 + ], + [ + 169, + 36 + ], + [ + 170, + 35 + ], + [ + 171, + 34 + ], + [ + 172, + 35 + ], + [ + 173, + 36 + ], + [ + 174, + 35 + ], + [ + 175, + 35 + ], + [ + 176, + 36 + ], + [ + 176, + 37 + ], + [ + 177, + 36 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 223, + 427 + ], + "area_fraction": 0.0526 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 239, + 56 + ], + "area_fraction": 0.0281 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 246, + 202 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 20 + ], + "peak": [ + 28, + 21 + ], + "area_cells": 74 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 439 + ], + "peak": [ + 64, + 434 + ], + "area_cells": 8127 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 265 + ], + "peak": [ + 81, + 229 + ], + "area_cells": 5279 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 79 + ], + "peak": [ + 70, + 80 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 135 + ], + "peak": [ + 81, + 146 + ], + "area_cells": 644 + }, + { + "id": "range_8", + "name": null, + "center": [ + 78, + 46 + ], + "peak": [ + 79, + 46 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 156 + ], + "peak": [ + 109, + 157 + ], + "area_cells": 39 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 216 + ], + "peak": [ + 119, + 196 + ], + "area_cells": 875 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 156 + ], + "peak": [ + 139, + 166 + ], + "area_cells": 1089 + }, + { + "id": "range_16", + "name": null, + "center": [ + 141, + 361 + ], + "peak": [ + 141, + 365 + ], + "area_cells": 131 + }, + { + "id": "range_17", + "name": null, + "center": [ + 188, + 258 + ], + "peak": [ + 189, + 257 + ], + "area_cells": 1961 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309e-m1/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/globe.png new file mode 100644 index 000000000..52e185751 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309e-m1/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/heightmap.png new file mode 100644 index 000000000..a15d9a046 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309e-m1/index.md b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/index.md new file mode 100644 index 000000000..623962e2a --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ309e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 359451471 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 58.1 +physical: + gravity_g: 0.11 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309e-m1 + +Frozen moon. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 99% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309e-m1/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/markers.json new file mode 100644 index 000000000..238285881 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309e-m1/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 224, + 370 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 466 + ], + "peak": [ + 6, + 473 + ], + "area_cells": 198 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 486 + ], + "peak": [ + 12, + 506 + ], + "area_cells": 285 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 1 + ], + "peak": [ + 13, + 0 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 18, + 385 + ], + "peak": [ + 17, + 386 + ], + "area_cells": 155 + }, + { + "id": "range_9", + "name": null, + "center": [ + 30, + 291 + ], + "peak": [ + 32, + 292 + ], + "area_cells": 152 + }, + { + "id": "range_10", + "name": null, + "center": [ + 37, + 248 + ], + "peak": [ + 38, + 249 + ], + "area_cells": 45 + }, + { + "id": "range_11", + "name": null, + "center": [ + 56, + 417 + ], + "peak": [ + 51, + 447 + ], + "area_cells": 1490 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 204 + ], + "peak": [ + 57, + 205 + ], + "area_cells": 205 + }, + { + "id": "range_13", + "name": null, + "center": [ + 105, + 88 + ], + "peak": [ + 99, + 58 + ], + "area_cells": 5864 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 263 + ], + "peak": [ + 117, + 270 + ], + "area_cells": 2968 + }, + { + "id": "range_16", + "name": null, + "center": [ + 98, + 298 + ], + "peak": [ + 97, + 300 + ], + "area_cells": 94 + }, + { + "id": "range_17", + "name": null, + "center": [ + 137, + 223 + ], + "peak": [ + 139, + 222 + ], + "area_cells": 161 + }, + { + "id": "range_18", + "name": null, + "center": [ + 145, + 347 + ], + "peak": [ + 145, + 348 + ], + "area_cells": 26 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 373 + ], + "peak": [ + 157, + 373 + ], + "area_cells": 56 + }, + { + "id": "range_22", + "name": null, + "center": [ + 159, + 210 + ], + "peak": [ + 159, + 211 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309e/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309e/globe.png new file mode 100644 index 000000000..6d95f132a Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309e/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309e/index.md b/wiki/star-systems/GJ-309/bodies/GJ309e/index.md new file mode 100644 index 000000000..706c32009 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ309e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2513023535 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: null + oblateness: 0.0724 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.089 +rings: + enabled: true + inner_radius_factor: 1.13 + outer_radius_factor: 2.46 + opacity_base: 0.52 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ309e + +Gas giant. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309f/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309f/globe.png new file mode 100644 index 000000000..357cc3a28 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309f/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309f/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309f/heightmap.png new file mode 100644 index 000000000..d4eedede2 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309f/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309f/index.md b/wiki/star-systems/GJ-309/bodies/GJ309f/index.md new file mode 100644 index 000000000..53ca95ef9 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ309f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2673561258 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.581 + period_days: 5400.0 + axial_tilt_deg: 41.4 +physical: + gravity_g: 0.44 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.138 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309f + +Frozen planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309f/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309f/markers.json new file mode 100644 index 000000000..0bfd449a9 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309f/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 17 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 122 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 13, + 246 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 24, + 452 + ], + "area_fraction": 0.0427 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 221, + 385 + ], + "area_fraction": 0.0188 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 236, + 279 + ], + "area_fraction": 0.0228 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 47 + ], + "peak": [ + 85, + 7 + ], + "area_cells": 7294 + }, + { + "id": "range_2", + "name": null, + "center": [ + 129, + 463 + ], + "peak": [ + 142, + 511 + ], + "area_cells": 7409 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 251 + ], + "peak": [ + 91, + 254 + ], + "area_cells": 780 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 200 + ], + "peak": [ + 89, + 203 + ], + "area_cells": 500 + }, + { + "id": "range_5", + "name": null, + "center": [ + 88, + 285 + ], + "peak": [ + 89, + 286 + ], + "area_cells": 32 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 411 + ], + "peak": [ + 111, + 401 + ], + "area_cells": 202 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 140 + ], + "peak": [ + 112, + 143 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309g/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309g/globe.png new file mode 100644 index 000000000..02ac24e53 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309g/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309g/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309g/heightmap.png new file mode 100644 index 000000000..c90173b10 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309g/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309g/index.md b/wiki/star-systems/GJ-309/bodies/GJ309g/index.md new file mode 100644 index 000000000..aa1148c6f --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ309g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2096880194 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.714 + period_days: 12400.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.34 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.81 + polar_ice_lat: 0.313 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.384 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309g + +Frozen planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 12400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309g/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309g/markers.json new file mode 100644 index 000000000..490687f38 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309g/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 187, + 115 + ], + "area_fraction": 0.0801 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 184, + 371 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 221, + 320 + ], + "area_fraction": 0.0589 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 226 + ], + "peak": [ + 26, + 42 + ], + "area_cells": 22336 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 504 + ], + "peak": [ + 62, + 505 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 435 + ], + "peak": [ + 73, + 434 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309h/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309h/globe.png new file mode 100644 index 000000000..ff5f1780a Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309h/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309h/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309h/heightmap.png new file mode 100644 index 000000000..4105d3556 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309h/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309h/index.md b/wiki/star-systems/GJ-309/bodies/GJ309h/index.md new file mode 100644 index 000000000..665295161 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ309h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 885846061 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 21.5 +physical: + gravity_g: 0.26 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.738 + polar_ice_lat: 0.217 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.296 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309h + +Frozen planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309h/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309h/markers.json new file mode 100644 index 000000000..92eac7384 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309h/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 43, + 165 + ], + "area_fraction": 0.2009 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 64, + 290 + ], + "area_fraction": 0.006 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 84, + 282 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 127, + 12 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 159, + 170 + ], + "peak": [ + 166, + 167 + ], + "area_cells": 275 + }, + { + "id": "range_2", + "name": null, + "center": [ + 149, + 204 + ], + "peak": [ + 153, + 205 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 151, + 128 + ], + "peak": [ + 152, + 127 + ], + "area_cells": 68 + }, + { + "id": "range_5", + "name": null, + "center": [ + 173, + 215 + ], + "peak": [ + 172, + 216 + ], + "area_cells": 156 + }, + { + "id": "range_7", + "name": null, + "center": [ + 199, + 178 + ], + "peak": [ + 199, + 182 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 221, + 109 + ], + "peak": [ + 218, + 101 + ], + "area_cells": 1616 + }, + { + "id": "range_9", + "name": null, + "center": [ + 233, + 349 + ], + "peak": [ + 254, + 349 + ], + "area_cells": 3513 + }, + { + "id": "range_10", + "name": null, + "center": [ + 234, + 486 + ], + "peak": [ + 228, + 475 + ], + "area_cells": 788 + }, + { + "id": "range_13", + "name": null, + "center": [ + 251, + 46 + ], + "peak": [ + 252, + 51 + ], + "area_cells": 227 + }, + { + "id": "range_14", + "name": null, + "center": [ + 252, + 461 + ], + "peak": [ + 251, + 464 + ], + "area_cells": 68 + }, + { + "id": "range_15", + "name": null, + "center": [ + 253, + 297 + ], + "peak": [ + 255, + 295 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-309/bodies/GJ309i/globe.png b/wiki/star-systems/GJ-309/bodies/GJ309i/globe.png new file mode 100644 index 000000000..610a7fa89 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309i/globe.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309i/heightmap.png b/wiki/star-systems/GJ-309/bodies/GJ309i/heightmap.png new file mode 100644 index 000000000..5e8d08cc8 Binary files /dev/null and b/wiki/star-systems/GJ-309/bodies/GJ309i/heightmap.png differ diff --git a/wiki/star-systems/GJ-309/bodies/GJ309i/index.md b/wiki/star-systems/GJ-309/bodies/GJ309i/index.md new file mode 100644 index 000000000..68e240e52 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ309i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1791387449 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.904 + period_days: 54000.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.12 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.752 + polar_ice_lat: 0.18 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ309i + +Frozen planet. + +**System:** [GJ-309](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 54000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-309/bodies/GJ309i/markers.json b/wiki/star-systems/GJ-309/bodies/GJ309i/markers.json new file mode 100644 index 000000000..c8352ce23 --- /dev/null +++ b/wiki/star-systems/GJ-309/bodies/GJ309i/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 78, + 85 + ], + "area_fraction": 0.0805 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 49, + 487 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_28", + "name": null, + "kind": "ocean", + "center": [ + 209, + 238 + ], + "area_fraction": 0.1291 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 244, + 62 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 2, + 89 + ], + "peak": [ + 3, + 90 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 329 + ], + "peak": [ + 46, + 333 + ], + "area_cells": 155 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 396 + ], + "peak": [ + 62, + 372 + ], + "area_cells": 2278 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 236 + ], + "peak": [ + 80, + 253 + ], + "area_cells": 481 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 337 + ], + "peak": [ + 76, + 334 + ], + "area_cells": 130 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 451 + ], + "peak": [ + 108, + 448 + ], + "area_cells": 217 + }, + { + "id": "range_9", + "name": null, + "center": [ + 177, + 467 + ], + "peak": [ + 185, + 496 + ], + "area_cells": 2252 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 22 + ], + "peak": [ + 154, + 30 + ], + "area_cells": 1386 + }, + { + "id": "range_11", + "name": null, + "center": [ + 152, + 507 + ], + "peak": [ + 151, + 511 + ], + "area_cells": 117 + }, + { + "id": "range_12", + "name": null, + "center": [ + 220, + 470 + ], + "peak": [ + 222, + 470 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 243, + 414 + ], + "peak": [ + 239, + 416 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3135b/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135b/globe.png new file mode 100644 index 000000000..ce21c6fc6 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135b/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135b/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135b/heightmap.png new file mode 100644 index 000000000..01ae712b3 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135b/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135b/index.md new file mode 100644 index 000000000..e8e859be2 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3135b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3778478946 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.159 + period_days: 26.0 + axial_tilt_deg: 20.7 +physical: + gravity_g: 0.42 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.911 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135b + +Barren planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 94% | +| **Year** | 26 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135b/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135b/markers.json new file mode 100644 index 000000000..e25ce3a27 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135b/markers.json @@ -0,0 +1,425 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 103, + 305 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 125, + 224 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 375 + ], + "peak": [ + 19, + 374 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 382 + ], + "peak": [ + 56, + 392 + ], + "area_cells": 823 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 438 + ], + "peak": [ + 53, + 451 + ], + "area_cells": 1120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 36, + 429 + ], + "peak": [ + 36, + 430 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 41, + 258 + ], + "peak": [ + 41, + 258 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 66 + ], + "peak": [ + 51, + 69 + ], + "area_cells": 57 + }, + { + "id": "range_11", + "name": null, + "center": [ + 60, + 346 + ], + "peak": [ + 64, + 339 + ], + "area_cells": 248 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 275 + ], + "peak": [ + 61, + 276 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 57, + 486 + ], + "peak": [ + 58, + 486 + ], + "area_cells": 28 + }, + { + "id": "range_16", + "name": null, + "center": [ + 94, + 150 + ], + "peak": [ + 109, + 149 + ], + "area_cells": 846 + }, + { + "id": "range_19", + "name": null, + "center": [ + 75, + 272 + ], + "peak": [ + 76, + 273 + ], + "area_cells": 63 + }, + { + "id": "range_20", + "name": null, + "center": [ + 82, + 119 + ], + "peak": [ + 82, + 119 + ], + "area_cells": 41 + }, + { + "id": "range_23", + "name": null, + "center": [ + 89, + 204 + ], + "peak": [ + 89, + 205 + ], + "area_cells": 78 + }, + { + "id": "range_26", + "name": null, + "center": [ + 120, + 107 + ], + "peak": [ + 110, + 106 + ], + "area_cells": 921 + }, + { + "id": "range_30", + "name": null, + "center": [ + 99, + 221 + ], + "peak": [ + 100, + 222 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 106, + 180 + ], + "peak": [ + 103, + 182 + ], + "area_cells": 70 + }, + { + "id": "range_33", + "name": null, + "center": [ + 143, + 67 + ], + "peak": [ + 141, + 67 + ], + "area_cells": 198 + }, + { + "id": "range_34", + "name": null, + "center": [ + 135, + 168 + ], + "peak": [ + 136, + 170 + ], + "area_cells": 53 + }, + { + "id": "range_35", + "name": null, + "center": [ + 138, + 198 + ], + "peak": [ + 139, + 199 + ], + "area_cells": 45 + }, + { + "id": "range_36", + "name": null, + "center": [ + 149, + 153 + ], + "peak": [ + 150, + 157 + ], + "area_cells": 232 + }, + { + "id": "range_37", + "name": null, + "center": [ + 159, + 421 + ], + "peak": [ + 158, + 417 + ], + "area_cells": 154 + }, + { + "id": "range_39", + "name": null, + "center": [ + 186, + 373 + ], + "peak": [ + 183, + 399 + ], + "area_cells": 1564 + }, + { + "id": "range_40", + "name": null, + "center": [ + 181, + 417 + ], + "peak": [ + 179, + 417 + ], + "area_cells": 51 + }, + { + "id": "range_42", + "name": null, + "center": [ + 189, + 212 + ], + "peak": [ + 191, + 213 + ], + "area_cells": 40 + }, + { + "id": "range_43", + "name": null, + "center": [ + 191, + 233 + ], + "peak": [ + 188, + 235 + ], + "area_cells": 79 + }, + { + "id": "range_44", + "name": null, + "center": [ + 190, + 301 + ], + "peak": [ + 190, + 302 + ], + "area_cells": 58 + }, + { + "id": "range_45", + "name": null, + "center": [ + 198, + 320 + ], + "peak": [ + 193, + 319 + ], + "area_cells": 178 + }, + { + "id": "range_47", + "name": null, + "center": [ + 193, + 358 + ], + "peak": [ + 191, + 357 + ], + "area_cells": 32 + }, + { + "id": "range_49", + "name": null, + "center": [ + 200, + 270 + ], + "peak": [ + 202, + 271 + ], + "area_cells": 31 + }, + { + "id": "range_52", + "name": null, + "center": [ + 207, + 252 + ], + "peak": [ + 209, + 253 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135c/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135c/globe.png new file mode 100644 index 000000000..05d01ed6c Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135c/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135c/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135c/heightmap.png new file mode 100644 index 000000000..a8f17e844 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135c/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135c/index.md new file mode 100644 index 000000000..fc38219b6 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3135c +name: Whitfield Crossing +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4183833993 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: 0.84 + oblateness: 0.0034 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.42 + polar_ice_lat: 0.648 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.548 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Whitfield Crossing + +Temperate planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 72K | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135c/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135c/markers.json new file mode 100644 index 000000000..4a036d4bf --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135c/markers.json @@ -0,0 +1,561 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 36, + 405 + ], + [ + 35, + 405 + ], + [ + 34, + 406 + ], + [ + 33, + 407 + ], + [ + 32, + 408 + ], + [ + 31, + 408 + ], + [ + 31, + 409 + ], + [ + 31, + 410 + ], + [ + 32, + 411 + ], + [ + 32, + 412 + ], + [ + 32, + 413 + ], + [ + 32, + 414 + ], + [ + 33, + 414 + ], + [ + 33, + 415 + ], + [ + 33, + 416 + ], + [ + 33, + 417 + ], + [ + 33, + 418 + ], + [ + 34, + 419 + ], + [ + 35, + 420 + ], + [ + 36, + 421 + ], + [ + 36, + 422 + ], + [ + 37, + 423 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 175, + 510 + ], + [ + 174, + 511 + ], + [ + 175, + 0 + ], + [ + 176, + 0 + ], + [ + 177, + 1 + ], + [ + 178, + 1 + ], + [ + 179, + 0 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 67, + 324 + ], + [ + 66, + 324 + ], + [ + 65, + 325 + ], + [ + 64, + 324 + ], + [ + 63, + 325 + ], + [ + 62, + 326 + ], + [ + 61, + 326 + ], + [ + 60, + 326 + ], + [ + 59, + 327 + ], + [ + 58, + 326 + ], + [ + 57, + 326 + ], + [ + 56, + 325 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 158, + 0 + ], + [ + 157, + 511 + ], + [ + 156, + 511 + ], + [ + 155, + 511 + ], + [ + 154, + 511 + ], + [ + 153, + 511 + ], + [ + 152, + 511 + ], + [ + 151, + 511 + ], + [ + 150, + 511 + ], + [ + 149, + 511 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 93, + 177 + ], + [ + 92, + 176 + ], + [ + 91, + 176 + ], + [ + 90, + 177 + ], + [ + 89, + 177 + ], + [ + 88, + 176 + ], + [ + 87, + 176 + ], + [ + 86, + 175 + ], + [ + 85, + 175 + ], + [ + 84, + 176 + ], + [ + 84, + 177 + ], + [ + 85, + 176 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 98, + 7 + ], + [ + 97, + 6 + ], + [ + 96, + 5 + ], + [ + 95, + 4 + ], + [ + 94, + 4 + ], + [ + 93, + 3 + ], + [ + 92, + 3 + ], + [ + 91, + 2 + ], + [ + 91, + 1 + ], + [ + 91, + 0 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 468 + ], + [ + 254, + 467 + ], + [ + 253, + 466 + ], + [ + 252, + 467 + ], + [ + 251, + 466 + ], + [ + 250, + 467 + ], + [ + 250, + 466 + ], + [ + 249, + 465 + ], + [ + 249, + 464 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 4, + 181 + ], + [ + 5, + 182 + ], + [ + 6, + 183 + ], + [ + 7, + 184 + ], + [ + 8, + 183 + ], + [ + 9, + 182 + ], + [ + 10, + 181 + ], + [ + 11, + 180 + ], + [ + 12, + 179 + ], + [ + 13, + 178 + ], + [ + 14, + 177 + ], + [ + 15, + 176 + ], + [ + 16, + 175 + ], + [ + 17, + 174 + ], + [ + 18, + 173 + ], + [ + 19, + 172 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 93 + ], + "area_fraction": 0.0347 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 164, + 242 + ], + "area_fraction": 0.5012 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 44, + 381 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 234, + 480 + ], + "area_fraction": 0.0187 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 490 + ], + "peak": [ + 45, + 491 + ], + "area_cells": 284 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 138 + ], + "peak": [ + 52, + 139 + ], + "area_cells": 69 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 89 + ], + "peak": [ + 60, + 84 + ], + "area_cells": 234 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 494 + ], + "peak": [ + 69, + 506 + ], + "area_cells": 303 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 402 + ], + "peak": [ + 69, + 405 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135d/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135d/globe.png new file mode 100644 index 000000000..eb33d3672 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135d/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135d/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135d/heightmap.png new file mode 100644 index 000000000..a624e82f8 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135d/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135d/index.md new file mode 100644 index 000000000..5c789976f --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3135d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2877993228 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.589 + period_days: 820.0 + axial_tilt_deg: 38.7 +physical: + gravity_g: 0.54 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.481 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.136 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135d + +Cold Arid planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 820 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135d/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135d/markers.json new file mode 100644 index 000000000..e5ba7a33e --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135d/markers.json @@ -0,0 +1,1454 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 134, + 86 + ], + [ + 133, + 85 + ], + [ + 132, + 86 + ], + [ + 131, + 85 + ], + [ + 130, + 85 + ], + [ + 129, + 85 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 142, + 424 + ], + [ + 142, + 425 + ], + [ + 141, + 426 + ], + [ + 140, + 427 + ], + [ + 139, + 428 + ], + [ + 138, + 429 + ], + [ + 137, + 430 + ], + [ + 136, + 431 + ], + [ + 135, + 432 + ], + [ + 134, + 433 + ], + [ + 134, + 434 + ], + [ + 135, + 435 + ], + [ + 135, + 436 + ], + [ + 135, + 437 + ], + [ + 134, + 438 + ], + [ + 133, + 439 + ], + [ + 132, + 440 + ], + [ + 132, + 441 + ], + [ + 131, + 442 + ], + [ + 131, + 443 + ], + [ + 131, + 444 + ], + [ + 132, + 445 + ], + [ + 131, + 446 + ], + [ + 132, + 447 + ], + [ + 132, + 448 + ], + [ + 131, + 449 + ], + [ + 131, + 450 + ], + [ + 132, + 451 + ], + [ + 131, + 451 + ], + [ + 132, + 452 + ], + [ + 133, + 451 + ], + [ + 133, + 452 + ], + [ + 133, + 453 + ], + [ + 133, + 454 + ], + [ + 134, + 453 + ], + [ + 135, + 454 + ], + [ + 136, + 453 + ], + [ + 137, + 452 + ], + [ + 138, + 453 + ], + [ + 139, + 452 + ], + [ + 138, + 452 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 4, + 488 + ], + [ + 4, + 489 + ], + [ + 5, + 490 + ], + [ + 4, + 490 + ], + [ + 3, + 491 + ], + [ + 3, + 490 + ], + [ + 2, + 491 + ], + [ + 2, + 492 + ], + [ + 1, + 493 + ], + [ + 0, + 494 + ], + [ + 0, + 495 + ], + [ + 1, + 496 + ], + [ + 0, + 497 + ], + [ + 1, + 498 + ], + [ + 2, + 499 + ], + [ + 3, + 500 + ], + [ + 2, + 501 + ], + [ + 2, + 502 + ], + [ + 1, + 503 + ], + [ + 2, + 504 + ], + [ + 3, + 505 + ], + [ + 2, + 506 + ], + [ + 1, + 505 + ], + [ + 0, + 505 + ], + [ + 1, + 506 + ], + [ + 2, + 507 + ], + [ + 1, + 507 + ], + [ + 0, + 507 + ], + [ + 0, + 508 + ], + [ + 1, + 508 + ], + [ + 2, + 509 + ], + [ + 3, + 509 + ], + [ + 4, + 509 + ], + [ + 3, + 508 + ], + [ + 4, + 507 + ], + [ + 4, + 506 + ], + [ + 3, + 507 + ], + [ + 3, + 506 + ], + [ + 2, + 505 + ], + [ + 1, + 504 + ], + [ + 0, + 504 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 128, + 494 + ], + [ + 129, + 493 + ], + [ + 130, + 492 + ], + [ + 131, + 491 + ], + [ + 131, + 490 + ], + [ + 130, + 489 + ], + [ + 131, + 488 + ], + [ + 131, + 489 + ], + [ + 132, + 490 + ], + [ + 132, + 489 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 140, + 124 + ], + [ + 141, + 125 + ], + [ + 142, + 126 + ], + [ + 143, + 127 + ], + [ + 144, + 128 + ], + [ + 145, + 129 + ], + [ + 145, + 130 + ], + [ + 144, + 131 + ], + [ + 144, + 132 + ], + [ + 145, + 132 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 108, + 277 + ], + [ + 107, + 277 + ], + [ + 106, + 278 + ], + [ + 105, + 277 + ], + [ + 104, + 276 + ], + [ + 103, + 275 + ], + [ + 102, + 275 + ], + [ + 101, + 276 + ], + [ + 100, + 277 + ], + [ + 100, + 278 + ], + [ + 99, + 279 + ], + [ + 98, + 278 + ], + [ + 99, + 277 + ], + [ + 98, + 277 + ], + [ + 99, + 276 + ], + [ + 98, + 275 + ], + [ + 97, + 276 + ], + [ + 97, + 275 + ], + [ + 96, + 274 + ], + [ + 97, + 273 + ], + [ + 98, + 273 + ], + [ + 98, + 272 + ], + [ + 98, + 271 + ], + [ + 97, + 270 + ], + [ + 96, + 269 + ], + [ + 95, + 268 + ], + [ + 94, + 267 + ], + [ + 93, + 266 + ], + [ + 94, + 265 + ], + [ + 94, + 264 + ], + [ + 94, + 263 + ], + [ + 93, + 262 + ], + [ + 93, + 261 + ], + [ + 93, + 260 + ], + [ + 94, + 259 + ], + [ + 95, + 258 + ], + [ + 96, + 257 + ], + [ + 95, + 257 + ], + [ + 95, + 256 + ], + [ + 94, + 256 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 135, + 52 + ], + [ + 134, + 53 + ], + [ + 133, + 54 + ], + [ + 132, + 55 + ], + [ + 131, + 56 + ], + [ + 130, + 57 + ], + [ + 129, + 58 + ], + [ + 128, + 59 + ], + [ + 127, + 58 + ], + [ + 127, + 59 + ], + [ + 126, + 59 + ], + [ + 125, + 59 + ], + [ + 125, + 60 + ], + [ + 126, + 61 + ], + [ + 126, + 62 + ], + [ + 126, + 63 + ], + [ + 126, + 64 + ], + [ + 125, + 65 + ], + [ + 125, + 64 + ], + [ + 124, + 65 + ], + [ + 124, + 66 + ], + [ + 124, + 67 + ], + [ + 125, + 67 + ], + [ + 125, + 66 + ], + [ + 126, + 67 + ], + [ + 126, + 68 + ], + [ + 125, + 69 + ], + [ + 126, + 70 + ], + [ + 126, + 71 + ], + [ + 127, + 72 + ], + [ + 126, + 73 + ], + [ + 127, + 74 + ], + [ + 127, + 75 + ], + [ + 127, + 76 + ], + [ + 127, + 77 + ], + [ + 127, + 78 + ], + [ + 126, + 78 + ], + [ + 125, + 78 + ], + [ + 125, + 79 + ], + [ + 124, + 78 + ], + [ + 124, + 79 + ], + [ + 124, + 80 + ], + [ + 123, + 80 + ], + [ + 122, + 79 + ], + [ + 121, + 80 + ], + [ + 121, + 81 + ], + [ + 121, + 82 + ], + [ + 120, + 82 + ], + [ + 121, + 83 + ], + [ + 120, + 84 + ], + [ + 121, + 84 + ], + [ + 122, + 85 + ], + [ + 122, + 84 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 46, + 201 + ], + [ + 45, + 202 + ], + [ + 46, + 203 + ], + [ + 46, + 204 + ], + [ + 46, + 205 + ], + [ + 46, + 206 + ], + [ + 47, + 207 + ], + [ + 48, + 208 + ], + [ + 47, + 208 + ], + [ + 46, + 208 + ], + [ + 45, + 208 + ], + [ + 44, + 209 + ], + [ + 45, + 210 + ], + [ + 46, + 211 + ], + [ + 47, + 212 + ], + [ + 48, + 212 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 92, + 149 + ], + [ + 93, + 150 + ], + [ + 94, + 151 + ], + [ + 95, + 152 + ], + [ + 96, + 153 + ], + [ + 97, + 154 + ], + [ + 97, + 155 + ], + [ + 98, + 155 + ], + [ + 98, + 154 + ], + [ + 98, + 153 + ], + [ + 99, + 152 + ], + [ + 100, + 152 + ], + [ + 100, + 151 + ], + [ + 101, + 150 + ], + [ + 101, + 149 + ], + [ + 102, + 148 + ], + [ + 103, + 147 + ], + [ + 103, + 146 + ], + [ + 104, + 146 + ], + [ + 103, + 145 + ], + [ + 104, + 145 + ], + [ + 103, + 144 + ], + [ + 102, + 144 + ], + [ + 102, + 143 + ], + [ + 103, + 143 + ], + [ + 104, + 143 + ], + [ + 104, + 142 + ], + [ + 105, + 142 + ], + [ + 106, + 142 + ], + [ + 107, + 141 + ], + [ + 107, + 140 + ], + [ + 106, + 139 + ], + [ + 106, + 138 + ], + [ + 106, + 137 + ], + [ + 105, + 137 + ], + [ + 106, + 136 + ], + [ + 106, + 135 + ], + [ + 105, + 134 + ], + [ + 104, + 133 + ], + [ + 103, + 132 + ], + [ + 104, + 131 + ], + [ + 105, + 130 + ], + [ + 106, + 129 + ], + [ + 106, + 128 + ], + [ + 107, + 127 + ], + [ + 106, + 126 + ], + [ + 105, + 126 + ], + [ + 106, + 125 + ], + [ + 106, + 124 + ], + [ + 106, + 123 + ], + [ + 105, + 122 + ], + [ + 106, + 121 + ], + [ + 105, + 121 + ], + [ + 105, + 120 + ], + [ + 104, + 119 + ], + [ + 105, + 119 + ], + [ + 104, + 118 + ], + [ + 103, + 119 + ], + [ + 103, + 120 + ], + [ + 104, + 120 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 142, + 240 + ], + [ + 143, + 241 + ], + [ + 144, + 242 + ], + [ + 145, + 243 + ], + [ + 146, + 243 + ], + [ + 147, + 243 + ], + [ + 148, + 244 + ], + [ + 149, + 244 + ], + [ + 150, + 243 + ], + [ + 151, + 242 + ], + [ + 151, + 243 + ], + [ + 150, + 242 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 33, + 491 + ], + [ + 33, + 490 + ], + [ + 32, + 489 + ], + [ + 31, + 488 + ], + [ + 31, + 487 + ], + [ + 31, + 486 + ], + [ + 31, + 485 + ], + [ + 30, + 484 + ], + [ + 29, + 483 + ], + [ + 28, + 483 + ], + [ + 27, + 483 + ], + [ + 26, + 482 + ], + [ + 25, + 481 + ], + [ + 26, + 480 + ], + [ + 27, + 479 + ], + [ + 28, + 478 + ], + [ + 27, + 477 + ], + [ + 27, + 478 + ], + [ + 28, + 477 + ], + [ + 29, + 478 + ], + [ + 30, + 477 + ], + [ + 30, + 476 + ], + [ + 30, + 475 + ], + [ + 31, + 474 + ], + [ + 32, + 474 + ], + [ + 33, + 473 + ], + [ + 34, + 473 + ], + [ + 35, + 474 + ], + [ + 35, + 473 + ], + [ + 36, + 473 + ], + [ + 37, + 472 + ], + [ + 38, + 472 + ], + [ + 39, + 472 + ], + [ + 38, + 471 + ], + [ + 39, + 471 + ], + [ + 39, + 470 + ], + [ + 40, + 469 + ], + [ + 41, + 468 + ], + [ + 42, + 468 + ], + [ + 43, + 467 + ], + [ + 42, + 467 + ], + [ + 43, + 466 + ], + [ + 42, + 465 + ], + [ + 42, + 464 + ], + [ + 43, + 465 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 17, + 338 + ], + "area_fraction": 0.0347 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 197, + 433 + ], + "peak": [ + 189, + 463 + ], + "area_cells": 7383 + }, + { + "id": "range_2", + "name": null, + "center": [ + 206, + 157 + ], + "peak": [ + 191, + 105 + ], + "area_cells": 13819 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/globe.png new file mode 100644 index 000000000..c584d43a5 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/heightmap.png new file mode 100644 index 000000000..0d16373d6 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/index.md new file mode 100644 index 000000000..dfa845614 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3135e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3544612925 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 42.5 +physical: + gravity_g: 0.1 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.908 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.236 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135e-m1 + +Frozen moon. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/markers.json new file mode 100644 index 000000000..a4a44c80f --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135e-m1/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 111 + ], + "area_fraction": 0.0396 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 34, + 440 + ], + "area_fraction": 0.008 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 46, + 365 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 247, + 490 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 247, + 30 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 305 + ], + "peak": [ + 112, + 315 + ], + "area_cells": 18668 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 95 + ], + "peak": [ + 90, + 99 + ], + "area_cells": 113 + }, + { + "id": "range_3", + "name": null, + "center": [ + 109, + 111 + ], + "peak": [ + 108, + 108 + ], + "area_cells": 79 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 2 + ], + "peak": [ + 131, + 0 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 139, + 44 + ], + "peak": [ + 139, + 45 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 144, + 243 + ], + "peak": [ + 145, + 246 + ], + "area_cells": 56 + }, + { + "id": "range_16", + "name": null, + "center": [ + 172, + 64 + ], + "peak": [ + 172, + 64 + ], + "area_cells": 59 + }, + { + "id": "range_17", + "name": null, + "center": [ + 183, + 252 + ], + "peak": [ + 184, + 251 + ], + "area_cells": 173 + }, + { + "id": "range_18", + "name": null, + "center": [ + 180, + 77 + ], + "peak": [ + 181, + 78 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135e/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135e/globe.png new file mode 100644 index 000000000..7016e31ca Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135e/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135e/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135e/index.md new file mode 100644 index 000000000..82865e904 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3135e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1253498242 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 29.7 +physical: + gravity_g: null + oblateness: 0.0783 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.149 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.136 +rings: + enabled: true + inner_radius_factor: 1.13 + outer_radius_factor: 2.8 + opacity_base: 0.69 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ3135e + +Gas giant. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135f/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135f/globe.png new file mode 100644 index 000000000..56db5d358 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135f/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135f/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135f/heightmap.png new file mode 100644 index 000000000..96cf2cc5d Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135f/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135f/index.md new file mode 100644 index 000000000..45780b7a9 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3135f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3612031890 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.119 + period_days: 6200.0 + axial_tilt_deg: 40.9 +physical: + gravity_g: 0.43 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.73 + polar_ice_lat: 0.127 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135f + +Frozen planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135f/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135f/markers.json new file mode 100644 index 000000000..003b43e8a --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135f/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 88, + 252 + ], + "area_fraction": 0.1393 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 109, + 90 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 169, + 70 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 227, + 400 + ], + "area_fraction": 0.0808 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 238, + 11 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 38 + ], + "peak": [ + 0, + 18 + ], + "area_cells": 898 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 376 + ], + "peak": [ + 5, + 352 + ], + "area_cells": 1376 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 488 + ], + "peak": [ + 0, + 493 + ], + "area_cells": 540 + }, + { + "id": "range_6", + "name": null, + "center": [ + 53, + 78 + ], + "peak": [ + 52, + 78 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 492 + ], + "peak": [ + 77, + 492 + ], + "area_cells": 45 + }, + { + "id": "range_9", + "name": null, + "center": [ + 79, + 18 + ], + "peak": [ + 81, + 18 + ], + "area_cells": 84 + }, + { + "id": "range_13", + "name": null, + "center": [ + 134, + 16 + ], + "peak": [ + 137, + 15 + ], + "area_cells": 591 + }, + { + "id": "range_14", + "name": null, + "center": [ + 164, + 464 + ], + "peak": [ + 173, + 490 + ], + "area_cells": 4938 + }, + { + "id": "range_16", + "name": null, + "center": [ + 167, + 224 + ], + "peak": [ + 145, + 209 + ], + "area_cells": 4798 + }, + { + "id": "range_18", + "name": null, + "center": [ + 138, + 146 + ], + "peak": [ + 139, + 145 + ], + "area_cells": 187 + }, + { + "id": "range_21", + "name": null, + "center": [ + 187, + 5 + ], + "peak": [ + 180, + 3 + ], + "area_cells": 392 + }, + { + "id": "range_22", + "name": null, + "center": [ + 195, + 20 + ], + "peak": [ + 192, + 21 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135g/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135g/globe.png new file mode 100644 index 000000000..6e72b8fd3 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135g/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135g/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135g/heightmap.png new file mode 100644 index 000000000..3c99dc820 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135g/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135g/index.md new file mode 100644 index 000000000..8a65c8cd9 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3135g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 638726910 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.432 + period_days: 13800.0 + axial_tilt_deg: 35.4 +physical: + gravity_g: 0.34 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.882 + polar_ice_lat: 0.129 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.439 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135g + +Frozen planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 13800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135g/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135g/markers.json new file mode 100644 index 000000000..a7e653866 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135g/markers.json @@ -0,0 +1,322 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 109, + 187 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 121, + 233 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 138, + 35 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 136, + 488 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 173, + 331 + ], + "area_fraction": 0.0312 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 222, + 42 + ], + "area_fraction": 0.0188 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 47 + ], + "peak": [ + 16, + 39 + ], + "area_cells": 2664 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 357 + ], + "peak": [ + 17, + 372 + ], + "area_cells": 2540 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 464 + ], + "peak": [ + 0, + 449 + ], + "area_cells": 2010 + }, + { + "id": "range_6", + "name": null, + "center": [ + 51, + 112 + ], + "peak": [ + 51, + 111 + ], + "area_cells": 76 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 250 + ], + "peak": [ + 67, + 243 + ], + "area_cells": 401 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 456 + ], + "peak": [ + 78, + 452 + ], + "area_cells": 350 + }, + { + "id": "range_10", + "name": null, + "center": [ + 77, + 186 + ], + "peak": [ + 77, + 189 + ], + "area_cells": 119 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 114 + ], + "peak": [ + 91, + 118 + ], + "area_cells": 74 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 121 + ], + "peak": [ + 131, + 111 + ], + "area_cells": 655 + }, + { + "id": "range_14", + "name": null, + "center": [ + 139, + 161 + ], + "peak": [ + 140, + 163 + ], + "area_cells": 109 + }, + { + "id": "range_15", + "name": null, + "center": [ + 166, + 207 + ], + "peak": [ + 166, + 210 + ], + "area_cells": 279 + }, + { + "id": "range_17", + "name": null, + "center": [ + 171, + 456 + ], + "peak": [ + 174, + 466 + ], + "area_cells": 850 + }, + { + "id": "range_19", + "name": null, + "center": [ + 179, + 503 + ], + "peak": [ + 182, + 503 + ], + "area_cells": 252 + }, + { + "id": "range_20", + "name": null, + "center": [ + 176, + 17 + ], + "peak": [ + 176, + 14 + ], + "area_cells": 370 + }, + { + "id": "range_22", + "name": null, + "center": [ + 186, + 57 + ], + "peak": [ + 191, + 59 + ], + "area_cells": 307 + }, + { + "id": "range_24", + "name": null, + "center": [ + 185, + 101 + ], + "peak": [ + 186, + 103 + ], + "area_cells": 221 + }, + { + "id": "range_26", + "name": null, + "center": [ + 195, + 409 + ], + "peak": [ + 196, + 409 + ], + "area_cells": 63 + }, + { + "id": "range_27", + "name": null, + "center": [ + 213, + 163 + ], + "peak": [ + 214, + 168 + ], + "area_cells": 109 + }, + { + "id": "range_31", + "name": null, + "center": [ + 248, + 112 + ], + "peak": [ + 251, + 113 + ], + "area_cells": 203 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135h/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135h/globe.png new file mode 100644 index 000000000..6823153bd Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135h/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135h/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135h/heightmap.png new file mode 100644 index 000000000..725fe3b8b Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135h/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135h/index.md new file mode 100644 index 000000000..06978d8c5 --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3135h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4147035381 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.751 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.445 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135h + +Frozen planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135h/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135h/markers.json new file mode 100644 index 000000000..d092b4a8b --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135h/markers.json @@ -0,0 +1,342 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 41, + 167 + ], + "area_fraction": 0.0528 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 371 + ], + "area_fraction": 0.0867 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 155, + 350 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 127, + 453 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 196, + 267 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 204, + 178 + ], + "area_fraction": 0.0177 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 213, + 481 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 229, + 129 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 76 + ], + "peak": [ + 0, + 75 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 78, + 39 + ], + "peak": [ + 78, + 30 + ], + "area_cells": 3640 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 484 + ], + "peak": [ + 80, + 485 + ], + "area_cells": 2054 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 260 + ], + "peak": [ + 73, + 276 + ], + "area_cells": 1365 + }, + { + "id": "range_7", + "name": null, + "center": [ + 88, + 344 + ], + "peak": [ + 82, + 339 + ], + "area_cells": 570 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 297 + ], + "peak": [ + 101, + 298 + ], + "area_cells": 146 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 245 + ], + "peak": [ + 106, + 243 + ], + "area_cells": 295 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 125 + ], + "peak": [ + 145, + 151 + ], + "area_cells": 3398 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 326 + ], + "peak": [ + 115, + 337 + ], + "area_cells": 185 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 12 + ], + "peak": [ + 130, + 16 + ], + "area_cells": 121 + }, + { + "id": "range_15", + "name": null, + "center": [ + 144, + 199 + ], + "peak": [ + 146, + 198 + ], + "area_cells": 242 + }, + { + "id": "range_16", + "name": null, + "center": [ + 148, + 14 + ], + "peak": [ + 154, + 6 + ], + "area_cells": 517 + }, + { + "id": "range_17", + "name": null, + "center": [ + 147, + 477 + ], + "peak": [ + 149, + 475 + ], + "area_cells": 112 + }, + { + "id": "range_19", + "name": null, + "center": [ + 153, + 504 + ], + "peak": [ + 154, + 511 + ], + "area_cells": 144 + }, + { + "id": "range_20", + "name": null, + "center": [ + 150, + 454 + ], + "peak": [ + 150, + 455 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 154, + 248 + ], + "peak": [ + 155, + 248 + ], + "area_cells": 39 + }, + { + "id": "range_22", + "name": null, + "center": [ + 167, + 449 + ], + "peak": [ + 167, + 447 + ], + "area_cells": 848 + }, + { + "id": "range_23", + "name": null, + "center": [ + 174, + 148 + ], + "peak": [ + 174, + 145 + ], + "area_cells": 337 + }, + { + "id": "range_25", + "name": null, + "center": [ + 182, + 220 + ], + "peak": [ + 182, + 224 + ], + "area_cells": 225 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135i/globe.png b/wiki/star-systems/GJ-3135/bodies/GJ3135i/globe.png new file mode 100644 index 000000000..1c8688b57 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135i/globe.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135i/heightmap.png b/wiki/star-systems/GJ-3135/bodies/GJ3135i/heightmap.png new file mode 100644 index 000000000..6af4edf54 Binary files /dev/null and b/wiki/star-systems/GJ-3135/bodies/GJ3135i/heightmap.png differ diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135i/index.md b/wiki/star-systems/GJ-3135/bodies/GJ3135i/index.md new file mode 100644 index 000000000..4e5075e2f --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3135i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4204363813 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 26.54 + period_days: 56000.0 + axial_tilt_deg: 55.3 +physical: + gravity_g: 0.1 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.825 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3135i + +Frozen planet. + +**System:** [GJ-3135](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3135/bodies/GJ3135i/markers.json b/wiki/star-systems/GJ-3135/bodies/GJ3135i/markers.json new file mode 100644 index 000000000..d04d63d5d --- /dev/null +++ b/wiki/star-systems/GJ-3135/bodies/GJ3135i/markers.json @@ -0,0 +1,283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 126 + ], + "area_fraction": 0.0206 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 32, + 403 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 43, + 54 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 148, + 353 + ], + "area_fraction": 0.0598 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 141, + 78 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 236, + 417 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 241 + ], + "peak": [ + 1, + 245 + ], + "area_cells": 3703 + }, + { + "id": "range_2", + "name": null, + "center": [ + 106, + 8 + ], + "peak": [ + 101, + 6 + ], + "area_cells": 374 + }, + { + "id": "range_3", + "name": null, + "center": [ + 109, + 484 + ], + "peak": [ + 112, + 501 + ], + "area_cells": 1066 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 33 + ], + "peak": [ + 107, + 35 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 209, + 22 + ], + "peak": [ + 229, + 39 + ], + "area_cells": 1434 + }, + { + "id": "range_6", + "name": null, + "center": [ + 203, + 502 + ], + "peak": [ + 201, + 503 + ], + "area_cells": 461 + }, + { + "id": "range_7", + "name": null, + "center": [ + 191, + 183 + ], + "peak": [ + 189, + 187 + ], + "area_cells": 248 + }, + { + "id": "range_10", + "name": null, + "center": [ + 197, + 160 + ], + "peak": [ + 198, + 161 + ], + "area_cells": 55 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 171 + ], + "peak": [ + 198, + 171 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 255 + ], + "peak": [ + 197, + 256 + ], + "area_cells": 25 + }, + { + "id": "range_13", + "name": null, + "center": [ + 201, + 247 + ], + "peak": [ + 204, + 248 + ], + "area_cells": 49 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 114 + ], + "peak": [ + 209, + 121 + ], + "area_cells": 361 + }, + { + "id": "range_15", + "name": null, + "center": [ + 205, + 135 + ], + "peak": [ + 206, + 136 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 223, + 74 + ], + "peak": [ + 215, + 73 + ], + "area_cells": 802 + }, + { + "id": "range_17", + "name": null, + "center": [ + 236, + 146 + ], + "peak": [ + 238, + 153 + ], + "area_cells": 216 + }, + { + "id": "range_18", + "name": null, + "center": [ + 237, + 163 + ], + "peak": [ + 235, + 163 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ320b/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320b/globe.png new file mode 100644 index 000000000..87a13b0a5 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320b/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320b/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320b/heightmap.png new file mode 100644 index 000000000..3a0ec728f Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320b/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320b/index.md b/wiki/star-systems/GJ-320/bodies/GJ320b/index.md new file mode 100644 index 000000000..e65769729 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ320b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1483729760 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.42 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.947 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320b + +Barren planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 95% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320b/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320b/markers.json new file mode 100644 index 000000000..a923e9778 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320b/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 247 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 5, + 472 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 66, + 297 + ], + "peak": [ + 68, + 309 + ], + "area_cells": 196 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 466 + ], + "peak": [ + 106, + 488 + ], + "area_cells": 5379 + }, + { + "id": "range_5", + "name": null, + "center": [ + 139, + 157 + ], + "peak": [ + 127, + 13 + ], + "area_cells": 20681 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 400 + ], + "peak": [ + 88, + 401 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 122, + 386 + ], + "peak": [ + 121, + 386 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 48 + ], + "peak": [ + 175, + 49 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 184, + 264 + ], + "peak": [ + 184, + 264 + ], + "area_cells": 45 + }, + { + "id": "range_16", + "name": null, + "center": [ + 197, + 83 + ], + "peak": [ + 198, + 83 + ], + "area_cells": 90 + }, + { + "id": "range_18", + "name": null, + "center": [ + 207, + 179 + ], + "peak": [ + 210, + 180 + ], + "area_cells": 45 + }, + { + "id": "range_19", + "name": null, + "center": [ + 215, + 346 + ], + "peak": [ + 214, + 351 + ], + "area_cells": 184 + }, + { + "id": "range_20", + "name": null, + "center": [ + 208, + 299 + ], + "peak": [ + 209, + 299 + ], + "area_cells": 91 + }, + { + "id": "range_22", + "name": null, + "center": [ + 240, + 74 + ], + "peak": [ + 239, + 77 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320c/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320c/globe.png new file mode 100644 index 000000000..8553e221f Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320c/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320c/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320c/heightmap.png new file mode 100644 index 000000000..d3e3536e2 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320c/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320c/index.md b/wiki/star-systems/GJ-320/bodies/GJ320c/index.md new file mode 100644 index 000000000..048e45dc5 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ320c +name: Wend +body_type: planet +planet_class: temperate +body_scale: planet +seed: 664903970 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.9 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.615 + polar_ice_lat: 0.693 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.431 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Wend + +Temperate planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 65M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320c/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320c/markers.json new file mode 100644 index 000000000..107b94b89 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320c/markers.json @@ -0,0 +1,463 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 194, + 403 + ], + [ + 195, + 402 + ], + [ + 196, + 401 + ], + [ + 197, + 402 + ], + [ + 198, + 403 + ], + [ + 199, + 404 + ], + [ + 200, + 405 + ], + [ + 200, + 406 + ], + [ + 201, + 407 + ], + [ + 200, + 407 + ], + [ + 201, + 408 + ], + [ + 200, + 408 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 143, + 395 + ], + [ + 142, + 395 + ], + [ + 141, + 396 + ], + [ + 140, + 397 + ], + [ + 139, + 398 + ], + [ + 138, + 399 + ], + [ + 137, + 400 + ], + [ + 136, + 401 + ], + [ + 135, + 402 + ], + [ + 134, + 403 + ], + [ + 133, + 404 + ], + [ + 132, + 404 + ], + [ + 131, + 403 + ], + [ + 130, + 404 + ], + [ + 129, + 405 + ], + [ + 128, + 406 + ], + [ + 127, + 407 + ], + [ + 126, + 407 + ], + [ + 125, + 408 + ], + [ + 124, + 408 + ], + [ + 123, + 408 + ], + [ + 123, + 409 + ], + [ + 124, + 410 + ], + [ + 123, + 410 + ], + [ + 122, + 409 + ], + [ + 122, + 410 + ], + [ + 121, + 410 + ], + [ + 121, + 411 + ], + [ + 122, + 411 + ], + [ + 121, + 412 + ], + [ + 122, + 413 + ], + [ + 121, + 414 + ], + [ + 122, + 414 + ], + [ + 121, + 415 + ], + [ + 120, + 416 + ], + [ + 120, + 417 + ], + [ + 120, + 418 + ], + [ + 120, + 419 + ], + [ + 121, + 419 + ], + [ + 122, + 418 + ], + [ + 122, + 417 + ], + [ + 121, + 416 + ], + [ + 122, + 416 + ], + [ + 121, + 417 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 117, + 61 + ], + [ + 118, + 62 + ], + [ + 119, + 63 + ], + [ + 120, + 64 + ], + [ + 120, + 65 + ], + [ + 119, + 66 + ], + [ + 119, + 67 + ], + [ + 120, + 68 + ], + [ + 119, + 69 + ], + [ + 119, + 70 + ], + [ + 120, + 70 + ], + [ + 119, + 71 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 40, + 56 + ], + "area_fraction": 0.0678 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 123, + 301 + ], + "area_fraction": 0.251 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 30, + 477 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 200, + 128 + ], + "area_fraction": 0.034 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 179 + ], + "peak": [ + 44, + 199 + ], + "area_cells": 2781 + }, + { + "id": "range_2", + "name": null, + "center": [ + 54, + 427 + ], + "peak": [ + 68, + 424 + ], + "area_cells": 1535 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 107 + ], + "peak": [ + 118, + 99 + ], + "area_cells": 4615 + }, + { + "id": "range_6", + "name": null, + "center": [ + 64, + 148 + ], + "peak": [ + 64, + 149 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 489 + ], + "peak": [ + 150, + 508 + ], + "area_cells": 2457 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 443 + ], + "peak": [ + 94, + 442 + ], + "area_cells": 91 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 25 + ], + "peak": [ + 180, + 49 + ], + "area_cells": 2415 + }, + { + "id": "range_10", + "name": null, + "center": [ + 205, + 503 + ], + "peak": [ + 211, + 511 + ], + "area_cells": 224 + }, + { + "id": "range_11", + "name": null, + "center": [ + 209, + 3 + ], + "peak": [ + 210, + 1 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320d/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320d/globe.png new file mode 100644 index 000000000..bd9fc6826 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320d/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320d/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320d/heightmap.png new file mode 100644 index 000000000..712ecffed Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320d/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320d/index.md b/wiki/star-systems/GJ-320/bodies/GJ320d/index.md new file mode 100644 index 000000000..2b7a53a93 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ320d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3933297611 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.347 + period_days: 640.0 + axial_tilt_deg: 38.7 +physical: + gravity_g: 0.56 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.438 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320d + +Cold Arid planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320d/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320d/markers.json new file mode 100644 index 000000000..2fd4cefae --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320d/markers.json @@ -0,0 +1,1104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 35, + 11 + ], + [ + 34, + 12 + ], + [ + 33, + 13 + ], + [ + 32, + 14 + ], + [ + 31, + 14 + ], + [ + 31, + 15 + ], + [ + 32, + 16 + ], + [ + 33, + 17 + ], + [ + 34, + 18 + ], + [ + 34, + 19 + ], + [ + 35, + 20 + ], + [ + 35, + 19 + ], + [ + 36, + 20 + ], + [ + 36, + 19 + ], + [ + 37, + 19 + ], + [ + 38, + 20 + ], + [ + 39, + 20 + ], + [ + 39, + 19 + ], + [ + 38, + 19 + ], + [ + 37, + 20 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 84, + 425 + ], + [ + 83, + 426 + ], + [ + 82, + 425 + ], + [ + 81, + 424 + ], + [ + 80, + 423 + ], + [ + 79, + 422 + ], + [ + 78, + 421 + ], + [ + 77, + 420 + ], + [ + 76, + 419 + ], + [ + 77, + 418 + ], + [ + 77, + 417 + ], + [ + 78, + 416 + ], + [ + 79, + 415 + ], + [ + 79, + 414 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 59, + 209 + ], + [ + 58, + 208 + ], + [ + 58, + 207 + ], + [ + 57, + 206 + ], + [ + 57, + 205 + ], + [ + 58, + 204 + ], + [ + 58, + 203 + ], + [ + 59, + 202 + ], + [ + 59, + 201 + ], + [ + 60, + 200 + ], + [ + 61, + 199 + ], + [ + 62, + 198 + ], + [ + 62, + 197 + ], + [ + 63, + 196 + ], + [ + 62, + 195 + ], + [ + 62, + 194 + ], + [ + 63, + 195 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 98, + 10 + ], + [ + 97, + 11 + ], + [ + 96, + 12 + ], + [ + 95, + 13 + ], + [ + 94, + 13 + ], + [ + 93, + 14 + ], + [ + 92, + 15 + ], + [ + 91, + 16 + ], + [ + 90, + 17 + ], + [ + 89, + 18 + ], + [ + 88, + 19 + ], + [ + 87, + 20 + ], + [ + 86, + 21 + ], + [ + 85, + 22 + ], + [ + 84, + 23 + ], + [ + 83, + 24 + ], + [ + 82, + 23 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 17, + 157 + ], + [ + 16, + 158 + ], + [ + 15, + 159 + ], + [ + 14, + 160 + ], + [ + 13, + 161 + ], + [ + 12, + 162 + ], + [ + 11, + 162 + ], + [ + 12, + 163 + ], + [ + 12, + 164 + ], + [ + 12, + 165 + ], + [ + 12, + 166 + ], + [ + 11, + 167 + ], + [ + 11, + 166 + ], + [ + 12, + 167 + ], + [ + 13, + 168 + ], + [ + 13, + 167 + ], + [ + 12, + 168 + ], + [ + 11, + 169 + ], + [ + 10, + 169 + ], + [ + 9, + 170 + ], + [ + 9, + 169 + ], + [ + 8, + 170 + ], + [ + 9, + 171 + ], + [ + 10, + 171 + ], + [ + 11, + 172 + ], + [ + 11, + 171 + ], + [ + 10, + 170 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 72, + 388 + ], + [ + 71, + 387 + ], + [ + 70, + 386 + ], + [ + 70, + 385 + ], + [ + 71, + 384 + ], + [ + 71, + 383 + ], + [ + 70, + 384 + ], + [ + 69, + 384 + ], + [ + 68, + 383 + ], + [ + 67, + 384 + ], + [ + 66, + 383 + ], + [ + 65, + 384 + ], + [ + 64, + 385 + ], + [ + 63, + 384 + ], + [ + 62, + 384 + ], + [ + 61, + 383 + ], + [ + 60, + 382 + ], + [ + 59, + 381 + ], + [ + 58, + 380 + ], + [ + 57, + 379 + ], + [ + 56, + 378 + ], + [ + 56, + 377 + ], + [ + 55, + 377 + ], + [ + 55, + 376 + ], + [ + 56, + 376 + ], + [ + 56, + 375 + ], + [ + 55, + 374 + ], + [ + 54, + 374 + ], + [ + 53, + 375 + ], + [ + 54, + 375 + ], + [ + 53, + 376 + ], + [ + 54, + 376 + ], + [ + 55, + 375 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 47, + 111 + ], + [ + 46, + 111 + ], + [ + 45, + 112 + ], + [ + 46, + 112 + ], + [ + 47, + 112 + ], + [ + 48, + 112 + ], + [ + 49, + 111 + ], + [ + 50, + 111 + ], + [ + 51, + 112 + ], + [ + 51, + 111 + ], + [ + 52, + 112 + ], + [ + 53, + 111 + ], + [ + 54, + 111 + ], + [ + 55, + 112 + ], + [ + 56, + 112 + ], + [ + 57, + 113 + ], + [ + 58, + 113 + ], + [ + 59, + 113 + ], + [ + 60, + 114 + ], + [ + 61, + 115 + ], + [ + 62, + 116 + ], + [ + 63, + 116 + ], + [ + 64, + 117 + ], + [ + 64, + 116 + ], + [ + 65, + 117 + ], + [ + 66, + 118 + ], + [ + 65, + 118 + ], + [ + 65, + 119 + ], + [ + 65, + 120 + ], + [ + 64, + 121 + ], + [ + 63, + 122 + ], + [ + 64, + 122 + ], + [ + 63, + 123 + ], + [ + 62, + 123 + ], + [ + 62, + 124 + ], + [ + 63, + 125 + ], + [ + 63, + 126 + ], + [ + 63, + 127 + ], + [ + 63, + 128 + ], + [ + 63, + 129 + ], + [ + 63, + 130 + ], + [ + 62, + 131 + ], + [ + 62, + 130 + ], + [ + 61, + 130 + ], + [ + 62, + 129 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 49, + 14 + ], + [ + 49, + 15 + ], + [ + 50, + 16 + ], + [ + 51, + 17 + ], + [ + 52, + 18 + ], + [ + 53, + 19 + ], + [ + 54, + 20 + ], + [ + 55, + 20 + ], + [ + 56, + 21 + ], + [ + 57, + 21 + ], + [ + 58, + 20 + ], + [ + 59, + 19 + ], + [ + 60, + 20 + ], + [ + 61, + 21 + ], + [ + 62, + 22 + ], + [ + 63, + 23 + ], + [ + 64, + 23 + ], + [ + 65, + 24 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 103, + 0 + ], + [ + 104, + 1 + ], + [ + 104, + 2 + ], + [ + 105, + 3 + ], + [ + 104, + 4 + ], + [ + 105, + 5 + ], + [ + 105, + 6 + ], + [ + 104, + 7 + ], + [ + 105, + 8 + ], + [ + 105, + 7 + ], + [ + 104, + 6 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 1, + 226 + ], + [ + 2, + 227 + ], + [ + 3, + 227 + ], + [ + 4, + 227 + ], + [ + 5, + 227 + ], + [ + 6, + 227 + ], + [ + 7, + 227 + ], + [ + 8, + 227 + ], + [ + 9, + 227 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 54, + 182 + ], + [ + 53, + 183 + ], + [ + 52, + 184 + ], + [ + 51, + 184 + ], + [ + 50, + 183 + ], + [ + 50, + 184 + ], + [ + 51, + 183 + ], + [ + 50, + 182 + ], + [ + 49, + 182 + ], + [ + 49, + 181 + ], + [ + 48, + 181 + ], + [ + 49, + 180 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 100, + 18 + ], + [ + 99, + 18 + ], + [ + 98, + 19 + ], + [ + 97, + 19 + ], + [ + 96, + 20 + ], + [ + 95, + 19 + ], + [ + 95, + 18 + ], + [ + 94, + 18 + ], + [ + 94, + 19 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 80, + 172 + ], + "area_fraction": 0.0152 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 270 + ], + "peak": [ + 66, + 276 + ], + "area_cells": 94 + }, + { + "id": "range_2", + "name": null, + "center": [ + 103, + 378 + ], + "peak": [ + 96, + 383 + ], + "area_cells": 1024 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 441 + ], + "peak": [ + 121, + 443 + ], + "area_cells": 63 + }, + { + "id": "range_5", + "name": null, + "center": [ + 177, + 284 + ], + "peak": [ + 179, + 436 + ], + "area_cells": 22332 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 8 + ], + "peak": [ + 143, + 12 + ], + "area_cells": 178 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 34 + ], + "peak": [ + 197, + 43 + ], + "area_cells": 804 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320e-m1/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/globe.png new file mode 100644 index 000000000..d852ada60 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320e-m1/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/heightmap.png new file mode 100644 index 000000000..5f2c86baf Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320e-m1/index.md b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/index.md new file mode 100644 index 000000000..26624a0c9 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ320e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1919097874 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.12 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.246 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.335 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320e-m1 + +Frozen moon. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320e-m1/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/markers.json new file mode 100644 index 000000000..e748cf19f --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320e-m1/markers.json @@ -0,0 +1,91 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 160, + 114 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 178, + 76 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 187, + 23 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 226, + 383 + ], + "area_fraction": 0.0364 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 246, + 106 + ], + "area_fraction": 0.018 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 249 + ], + "peak": [ + 61, + 155 + ], + "area_cells": 24325 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 129 + ], + "peak": [ + 96, + 129 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320e/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320e/globe.png new file mode 100644 index 000000000..6997b476b Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320e/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320e/index.md b/wiki/star-systems/GJ-320/bodies/GJ320e/index.md new file mode 100644 index 000000000..12616da7e --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ320e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2575718932 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.878 + period_days: 2000.0 + axial_tilt_deg: 21.0 +physical: + gravity_g: null + oblateness: 0.0772 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.355 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.13 +rings: + enabled: true + inner_radius_factor: 1.2 + outer_radius_factor: 2.31 + opacity_base: 0.64 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ320e + +Gas giant. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320f/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320f/globe.png new file mode 100644 index 000000000..25c688811 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320f/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320f/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320f/heightmap.png new file mode 100644 index 000000000..7a722d125 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320f/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320f/index.md b/wiki/star-systems/GJ-320/bodies/GJ320f/index.md new file mode 100644 index 000000000..d4fd202be --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ320f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1616171334 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.442 + period_days: 5200.0 + axial_tilt_deg: 38.0 +physical: + gravity_g: 0.44 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.702 + polar_ice_lat: 0.227 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.304 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320f + +Frozen planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320f/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320f/markers.json new file mode 100644 index 000000000..d3d3f4dae --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320f/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 73, + 235 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 174, + 435 + ], + "area_fraction": 0.1723 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 208, + 64 + ], + "area_fraction": 0.0728 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 156, + 230 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 163, + 187 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 49 + ], + "peak": [ + 12, + 86 + ], + "area_cells": 3199 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 290 + ], + "peak": [ + 0, + 380 + ], + "area_cells": 11119 + }, + { + "id": "range_7", + "name": null, + "center": [ + 30, + 498 + ], + "peak": [ + 35, + 499 + ], + "area_cells": 302 + }, + { + "id": "range_9", + "name": null, + "center": [ + 27, + 279 + ], + "peak": [ + 28, + 276 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 50, + 387 + ], + "peak": [ + 52, + 391 + ], + "area_cells": 455 + }, + { + "id": "range_14", + "name": null, + "center": [ + 59, + 99 + ], + "peak": [ + 59, + 100 + ], + "area_cells": 31 + }, + { + "id": "range_16", + "name": null, + "center": [ + 68, + 116 + ], + "peak": [ + 70, + 117 + ], + "area_cells": 70 + }, + { + "id": "range_24", + "name": null, + "center": [ + 192, + 297 + ], + "peak": [ + 192, + 301 + ], + "area_cells": 134 + }, + { + "id": "range_25", + "name": null, + "center": [ + 203, + 272 + ], + "peak": [ + 202, + 272 + ], + "area_cells": 63 + }, + { + "id": "range_26", + "name": null, + "center": [ + 205, + 259 + ], + "peak": [ + 206, + 257 + ], + "area_cells": 121 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320g/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320g/globe.png new file mode 100644 index 000000000..71ffd063e Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320g/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320g/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320g/heightmap.png new file mode 100644 index 000000000..8955ad35b Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320g/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320g/index.md b/wiki/star-systems/GJ-320/bodies/GJ320g/index.md new file mode 100644 index 000000000..7cc3f0e17 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ320g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3662749979 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.398 + period_days: 11800.0 + axial_tilt_deg: 57.2 +physical: + gravity_g: 0.35 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.869 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320g + +Frozen planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 11800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320g/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320g/markers.json new file mode 100644 index 000000000..79660b34b --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320g/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 36 + ], + "area_fraction": 0.0205 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 19, + 337 + ], + "area_fraction": 0.1001 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 254 + ], + "peak": [ + 91, + 255 + ], + "area_cells": 22 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 270 + ], + "peak": [ + 95, + 271 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 100 + ], + "peak": [ + 108, + 100 + ], + "area_cells": 203 + }, + { + "id": "range_5", + "name": null, + "center": [ + 169, + 261 + ], + "peak": [ + 209, + 170 + ], + "area_cells": 26222 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 423 + ], + "peak": [ + 137, + 425 + ], + "area_cells": 137 + }, + { + "id": "range_7", + "name": null, + "center": [ + 138, + 471 + ], + "peak": [ + 137, + 472 + ], + "area_cells": 269 + }, + { + "id": "range_12", + "name": null, + "center": [ + 214, + 238 + ], + "peak": [ + 215, + 237 + ], + "area_cells": 47 + }, + { + "id": "range_15", + "name": null, + "center": [ + 231, + 115 + ], + "peak": [ + 231, + 116 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320h/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320h/globe.png new file mode 100644 index 000000000..29656b334 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320h/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320h/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320h/heightmap.png new file mode 100644 index 000000000..2ba754278 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320h/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320h/index.md b/wiki/star-systems/GJ-320/bodies/GJ320h/index.md new file mode 100644 index 000000000..65252e3f5 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ320h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 224049814 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 51.6 +physical: + gravity_g: 0.27 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.894 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.374 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320h + +Frozen planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320h/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320h/markers.json new file mode 100644 index 000000000..74d17fa51 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320h/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 33, + 144 + ], + "area_fraction": 0.0648 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 22, + 406 + ], + "area_fraction": 0.0321 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 386 + ], + "peak": [ + 106, + 389 + ], + "area_cells": 500 + }, + { + "id": "range_2", + "name": null, + "center": [ + 125, + 473 + ], + "peak": [ + 120, + 473 + ], + "area_cells": 2547 + }, + { + "id": "range_3", + "name": null, + "center": [ + 99, + 491 + ], + "peak": [ + 101, + 492 + ], + "area_cells": 66 + }, + { + "id": "range_4", + "name": null, + "center": [ + 207, + 122 + ], + "peak": [ + 243, + 68 + ], + "area_cells": 20172 + }, + { + "id": "range_7", + "name": null, + "center": [ + 179, + 331 + ], + "peak": [ + 179, + 333 + ], + "area_cells": 98 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 509 + ], + "peak": [ + 184, + 511 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 181, + 304 + ], + "peak": [ + 182, + 305 + ], + "area_cells": 140 + }, + { + "id": "range_11", + "name": null, + "center": [ + 226, + 420 + ], + "peak": [ + 255, + 362 + ], + "area_cells": 9412 + }, + { + "id": "range_12", + "name": null, + "center": [ + 195, + 337 + ], + "peak": [ + 195, + 337 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 255 + ], + "peak": [ + 214, + 257 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 217, + 333 + ], + "peak": [ + 218, + 331 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-320/bodies/GJ320i/globe.png b/wiki/star-systems/GJ-320/bodies/GJ320i/globe.png new file mode 100644 index 000000000..bd2ca8581 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320i/globe.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320i/heightmap.png b/wiki/star-systems/GJ-320/bodies/GJ320i/heightmap.png new file mode 100644 index 000000000..15b33c0c5 Binary files /dev/null and b/wiki/star-systems/GJ-320/bodies/GJ320i/heightmap.png differ diff --git a/wiki/star-systems/GJ-320/bodies/GJ320i/index.md b/wiki/star-systems/GJ-320/bodies/GJ320i/index.md new file mode 100644 index 000000000..3cb011985 --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ320i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3999255642 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.948 + period_days: 48000.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.742 + polar_ice_lat: 0.289 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.364 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ320i + +Frozen planet. + +**System:** [GJ-320](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-320/bodies/GJ320i/markers.json b/wiki/star-systems/GJ-320/bodies/GJ320i/markers.json new file mode 100644 index 000000000..542659b0b --- /dev/null +++ b/wiki/star-systems/GJ-320/bodies/GJ320i/markers.json @@ -0,0 +1,241 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 33 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 12, + 226 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 19, + 432 + ], + "area_fraction": 0.0487 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 226, + 76 + ], + "area_fraction": 0.0646 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 188, + 108 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 216, + 414 + ], + "area_fraction": 0.0427 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 228, + 301 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 99 + ], + "peak": [ + 63, + 104 + ], + "area_cells": 52 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 399 + ], + "peak": [ + 82, + 400 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 196 + ], + "peak": [ + 180, + 217 + ], + "area_cells": 14429 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 18 + ], + "peak": [ + 125, + 21 + ], + "area_cells": 432 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 483 + ], + "peak": [ + 126, + 489 + ], + "area_cells": 361 + }, + { + "id": "range_9", + "name": null, + "center": [ + 142, + 342 + ], + "peak": [ + 140, + 341 + ], + "area_cells": 223 + }, + { + "id": "range_10", + "name": null, + "center": [ + 142, + 383 + ], + "peak": [ + 143, + 383 + ], + "area_cells": 184 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 491 + ], + "peak": [ + 153, + 486 + ], + "area_cells": 222 + }, + { + "id": "range_13", + "name": null, + "center": [ + 173, + 356 + ], + "peak": [ + 171, + 368 + ], + "area_cells": 310 + }, + { + "id": "range_14", + "name": null, + "center": [ + 184, + 133 + ], + "peak": [ + 182, + 133 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 189, + 325 + ], + "peak": [ + 189, + 323 + ], + "area_cells": 132 + }, + { + "id": "range_16", + "name": null, + "center": [ + 213, + 179 + ], + "peak": [ + 214, + 177 + ], + "area_cells": 309 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ324Ab/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/globe.png new file mode 100644 index 000000000..2e423449d Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ab/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/heightmap.png new file mode 100644 index 000000000..0c3bd4349 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ab/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/index.md new file mode 100644 index 000000000..ab782f2cd --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ324Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 865722936 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 38.5 +physical: + gravity_g: 0.44 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.796 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Ab + +Barren planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 94% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ab/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/markers.json new file mode 100644 index 000000000..7ca4e3efb --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ab/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 168, + 202 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 178, + 265 + ], + "area_fraction": 0.0122 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 5 + ], + "peak": [ + 4, + 0 + ], + "area_cells": 293 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 20 + ], + "peak": [ + 0, + 20 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 32 + ], + "peak": [ + 16, + 37 + ], + "area_cells": 173 + }, + { + "id": "range_5", + "name": null, + "center": [ + 21, + 216 + ], + "peak": [ + 18, + 214 + ], + "area_cells": 471 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 345 + ], + "peak": [ + 82, + 370 + ], + "area_cells": 8628 + }, + { + "id": "range_7", + "name": null, + "center": [ + 12, + 498 + ], + "peak": [ + 13, + 496 + ], + "area_cells": 638 + }, + { + "id": "range_8", + "name": null, + "center": [ + 22, + 50 + ], + "peak": [ + 26, + 54 + ], + "area_cells": 192 + }, + { + "id": "range_9", + "name": null, + "center": [ + 16, + 90 + ], + "peak": [ + 17, + 91 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 21, + 80 + ], + "peak": [ + 20, + 81 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 25, + 63 + ], + "peak": [ + 25, + 63 + ], + "area_cells": 28 + }, + { + "id": "range_16", + "name": null, + "center": [ + 64, + 119 + ], + "peak": [ + 64, + 120 + ], + "area_cells": 2340 + }, + { + "id": "range_19", + "name": null, + "center": [ + 27, + 164 + ], + "peak": [ + 29, + 165 + ], + "area_cells": 23 + }, + { + "id": "range_22", + "name": null, + "center": [ + 31, + 127 + ], + "peak": [ + 30, + 126 + ], + "area_cells": 36 + }, + { + "id": "range_32", + "name": null, + "center": [ + 66, + 221 + ], + "peak": [ + 65, + 223 + ], + "area_cells": 71 + }, + { + "id": "range_33", + "name": null, + "center": [ + 70, + 279 + ], + "peak": [ + 70, + 280 + ], + "area_cells": 27 + }, + { + "id": "range_35", + "name": null, + "center": [ + 98, + 253 + ], + "peak": [ + 100, + 253 + ], + "area_cells": 157 + }, + { + "id": "range_36", + "name": null, + "center": [ + 105, + 493 + ], + "peak": [ + 98, + 490 + ], + "area_cells": 197 + }, + { + "id": "range_38", + "name": null, + "center": [ + 106, + 225 + ], + "peak": [ + 106, + 226 + ], + "area_cells": 50 + }, + { + "id": "range_39", + "name": null, + "center": [ + 106, + 12 + ], + "peak": [ + 106, + 13 + ], + "area_cells": 47 + }, + { + "id": "range_44", + "name": null, + "center": [ + 229, + 384 + ], + "peak": [ + 222, + 385 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ac/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/globe.png new file mode 100644 index 000000000..8b2aa4f37 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ac/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/heightmap.png new file mode 100644 index 000000000..588e62c8c Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ac/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/index.md new file mode 100644 index 000000000..a9ee074bd --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/index.md @@ -0,0 +1,69 @@ +--- +id: GJ324Ac +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2380347605 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 19.8 +physical: + gravity_g: 0.82 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.428 + polar_ice_lat: 0.695 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.548 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ324Ac + +Temperate planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 43% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ac/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/markers.json new file mode 100644 index 000000000..25fb3af0a --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ac/markers.json @@ -0,0 +1,705 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 186, + 164 + ], + [ + 187, + 164 + ], + [ + 188, + 164 + ], + [ + 189, + 165 + ], + [ + 190, + 165 + ], + [ + 191, + 165 + ], + [ + 192, + 165 + ], + [ + 193, + 166 + ], + [ + 194, + 165 + ], + [ + 195, + 166 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 244, + 115 + ], + [ + 245, + 114 + ], + [ + 246, + 113 + ], + [ + 247, + 112 + ], + [ + 248, + 111 + ], + [ + 249, + 110 + ], + [ + 250, + 109 + ], + [ + 251, + 108 + ], + [ + 252, + 109 + ], + [ + 253, + 109 + ], + [ + 254, + 108 + ], + [ + 255, + 108 + ], + [ + 255, + 107 + ], + [ + 254, + 106 + ], + [ + 255, + 106 + ], + [ + 255, + 105 + ], + [ + 254, + 105 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 136, + 239 + ], + [ + 137, + 239 + ], + [ + 138, + 240 + ], + [ + 139, + 241 + ], + [ + 140, + 241 + ], + [ + 141, + 242 + ], + [ + 142, + 242 + ], + [ + 143, + 242 + ], + [ + 144, + 241 + ], + [ + 144, + 242 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 121, + 121 + ], + [ + 120, + 122 + ], + [ + 119, + 122 + ], + [ + 118, + 123 + ], + [ + 117, + 122 + ], + [ + 116, + 121 + ], + [ + 115, + 120 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 148, + 463 + ], + [ + 147, + 462 + ], + [ + 146, + 461 + ], + [ + 145, + 460 + ], + [ + 144, + 459 + ], + [ + 144, + 458 + ], + [ + 144, + 457 + ], + [ + 145, + 456 + ], + [ + 146, + 455 + ], + [ + 147, + 454 + ], + [ + 148, + 453 + ], + [ + 149, + 452 + ], + [ + 149, + 451 + ], + [ + 148, + 450 + ], + [ + 149, + 449 + ], + [ + 148, + 448 + ], + [ + 148, + 447 + ], + [ + 149, + 446 + ], + [ + 148, + 445 + ], + [ + 148, + 444 + ], + [ + 148, + 443 + ], + [ + 147, + 442 + ], + [ + 147, + 441 + ], + [ + 146, + 440 + ], + [ + 147, + 439 + ], + [ + 146, + 438 + ], + [ + 146, + 437 + ], + [ + 146, + 436 + ], + [ + 147, + 435 + ], + [ + 148, + 434 + ], + [ + 149, + 434 + ], + [ + 148, + 433 + ], + [ + 148, + 432 + ], + [ + 148, + 431 + ], + [ + 149, + 431 + ], + [ + 148, + 430 + ], + [ + 149, + 429 + ], + [ + 149, + 428 + ], + [ + 150, + 427 + ], + [ + 151, + 426 + ], + [ + 151, + 425 + ], + [ + 152, + 424 + ], + [ + 151, + 423 + ], + [ + 150, + 422 + ], + [ + 151, + 421 + ], + [ + 150, + 420 + ], + [ + 151, + 420 + ], + [ + 152, + 419 + ], + [ + 151, + 418 + ], + [ + 151, + 417 + ], + [ + 150, + 418 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 129, + 36 + ], + [ + 128, + 37 + ], + [ + 129, + 38 + ], + [ + 129, + 39 + ], + [ + 129, + 40 + ], + [ + 130, + 41 + ], + [ + 129, + 42 + ], + [ + 130, + 43 + ], + [ + 130, + 44 + ], + [ + 131, + 45 + ], + [ + 131, + 46 + ], + [ + 131, + 47 + ], + [ + 130, + 46 + ], + [ + 130, + 45 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 249, + 136 + ], + [ + 250, + 136 + ], + [ + 250, + 135 + ], + [ + 251, + 134 + ], + [ + 250, + 134 + ], + [ + 249, + 134 + ], + [ + 248, + 133 + ], + [ + 247, + 132 + ], + [ + 246, + 132 + ], + [ + 245, + 133 + ], + [ + 244, + 134 + ], + [ + 243, + 135 + ], + [ + 242, + 136 + ], + [ + 241, + 136 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 251, + 441 + ], + [ + 252, + 440 + ], + [ + 253, + 439 + ], + [ + 254, + 438 + ], + [ + 255, + 437 + ], + [ + 255, + 436 + ], + [ + 255, + 435 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 64, + 256 + ], + "area_fraction": 0.5042 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 194, + 75 + ], + "area_fraction": 0.0444 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 218, + 174 + ], + "area_fraction": 0.0177 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 181, + 280 + ], + "peak": [ + 210, + 277 + ], + "area_cells": 6333 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 473 + ], + "peak": [ + 175, + 473 + ], + "area_cells": 1026 + }, + { + "id": "range_3", + "name": null, + "center": [ + 151, + 494 + ], + "peak": [ + 150, + 485 + ], + "area_cells": 158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 168, + 7 + ], + "peak": [ + 174, + 5 + ], + "area_cells": 323 + }, + { + "id": "range_7", + "name": null, + "center": [ + 205, + 367 + ], + "peak": [ + 206, + 359 + ], + "area_cells": 177 + }, + { + "id": "range_8", + "name": null, + "center": [ + 208, + 10 + ], + "peak": [ + 210, + 6 + ], + "area_cells": 170 + }, + { + "id": "range_9", + "name": null, + "center": [ + 214, + 119 + ], + "peak": [ + 213, + 127 + ], + "area_cells": 775 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ad/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/globe.png new file mode 100644 index 000000000..364212402 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ad/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/heightmap.png new file mode 100644 index 000000000..979df3660 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ad/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/index.md new file mode 100644 index 000000000..f116b717d --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ324Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 809849439 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 35.8 +physical: + gravity_g: 0.58 + oblateness: 0.0033 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.542 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.153 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Ad + +Cold Arid planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ad/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/markers.json new file mode 100644 index 000000000..c7ae94677 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ad/markers.json @@ -0,0 +1,653 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 198, + 396 + ], + [ + 197, + 395 + ], + [ + 196, + 394 + ], + [ + 195, + 393 + ], + [ + 194, + 392 + ], + [ + 195, + 391 + ], + [ + 196, + 390 + ], + [ + 197, + 389 + ], + [ + 196, + 388 + ], + [ + 197, + 388 + ], + [ + 197, + 387 + ], + [ + 197, + 386 + ], + [ + 198, + 387 + ], + [ + 199, + 386 + ], + [ + 200, + 387 + ], + [ + 201, + 386 + ], + [ + 202, + 385 + ], + [ + 203, + 385 + ], + [ + 204, + 384 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 199, + 369 + ], + [ + 200, + 368 + ], + [ + 201, + 367 + ], + [ + 201, + 366 + ], + [ + 201, + 365 + ], + [ + 200, + 364 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 157, + 427 + ], + [ + 156, + 428 + ], + [ + 155, + 429 + ], + [ + 154, + 430 + ], + [ + 155, + 430 + ], + [ + 155, + 431 + ], + [ + 154, + 432 + ], + [ + 154, + 433 + ], + [ + 154, + 434 + ], + [ + 154, + 435 + ], + [ + 154, + 436 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 232, + 23 + ], + [ + 233, + 24 + ], + [ + 234, + 24 + ], + [ + 235, + 23 + ], + [ + 236, + 23 + ], + [ + 237, + 22 + ], + [ + 237, + 23 + ], + [ + 236, + 22 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 162, + 258 + ], + [ + 163, + 259 + ], + [ + 163, + 260 + ], + [ + 164, + 261 + ], + [ + 165, + 261 + ], + [ + 166, + 261 + ], + [ + 166, + 262 + ], + [ + 167, + 261 + ], + [ + 168, + 261 + ], + [ + 169, + 262 + ], + [ + 170, + 263 + ], + [ + 170, + 264 + ], + [ + 171, + 264 + ], + [ + 172, + 265 + ], + [ + 171, + 266 + ], + [ + 170, + 265 + ], + [ + 170, + 266 + ], + [ + 171, + 265 + ], + [ + 172, + 266 + ], + [ + 171, + 267 + ], + [ + 172, + 267 + ], + [ + 173, + 266 + ], + [ + 173, + 265 + ], + [ + 173, + 264 + ], + [ + 172, + 263 + ], + [ + 172, + 264 + ], + [ + 173, + 263 + ], + [ + 173, + 262 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 193, + 165 + ], + [ + 194, + 164 + ], + [ + 194, + 163 + ], + [ + 195, + 162 + ], + [ + 195, + 161 + ], + [ + 196, + 162 + ], + [ + 197, + 161 + ], + [ + 198, + 162 + ], + [ + 199, + 162 + ], + [ + 199, + 163 + ], + [ + 198, + 164 + ], + [ + 199, + 164 + ], + [ + 200, + 165 + ], + [ + 201, + 164 + ], + [ + 201, + 165 + ], + [ + 202, + 166 + ], + [ + 203, + 167 + ], + [ + 204, + 167 + ], + [ + 205, + 167 + ], + [ + 206, + 168 + ], + [ + 206, + 169 + ], + [ + 206, + 170 + ], + [ + 206, + 171 + ], + [ + 207, + 171 + ], + [ + 208, + 171 + ], + [ + 208, + 172 + ], + [ + 209, + 173 + ], + [ + 210, + 172 + ], + [ + 210, + 173 + ], + [ + 211, + 174 + ], + [ + 212, + 174 + ], + [ + 213, + 174 + ], + [ + 213, + 173 + ], + [ + 212, + 172 + ], + [ + 213, + 172 + ], + [ + 214, + 173 + ], + [ + 215, + 174 + ], + [ + 216, + 174 + ], + [ + 215, + 175 + ], + [ + 214, + 175 + ], + [ + 214, + 174 + ], + [ + 213, + 175 + ], + [ + 214, + 176 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 215, + 188 + ], + [ + 214, + 189 + ], + [ + 213, + 190 + ], + [ + 212, + 191 + ], + [ + 211, + 192 + ], + [ + 210, + 193 + ], + [ + 209, + 194 + ], + [ + 208, + 194 + ], + [ + 207, + 194 + ], + [ + 206, + 194 + ], + [ + 205, + 194 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 216, + 261 + ], + [ + 215, + 262 + ], + [ + 214, + 263 + ], + [ + 213, + 263 + ], + [ + 212, + 262 + ], + [ + 211, + 262 + ], + [ + 210, + 262 + ], + [ + 209, + 262 + ], + [ + 208, + 262 + ], + [ + 207, + 263 + ], + [ + 206, + 262 + ], + [ + 205, + 262 + ], + [ + 204, + 262 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 219, + 347 + ], + "area_fraction": 0.0639 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 188, + 490 + ], + "area_fraction": 0.0121 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 262 + ], + "peak": [ + 72, + 446 + ], + "area_cells": 36795 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/globe.png new file mode 100644 index 000000000..45e3aad0d Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/heightmap.png new file mode 100644 index 000000000..cfb8bf5ca Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/index.md new file mode 100644 index 000000000..5b80a0724 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ324Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4153373126 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 43.0 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.927 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Ae-m1 + +Frozen moon. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/markers.json new file mode 100644 index 000000000..fa926d16e --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ae-m1/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 116, + 382 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 126, + 52 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 122 + ], + "peak": [ + 28, + 7 + ], + "area_cells": 10504 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 335 + ], + "peak": [ + 1, + 349 + ], + "area_cells": 2803 + }, + { + "id": "range_3", + "name": null, + "center": [ + 23, + 480 + ], + "peak": [ + 28, + 500 + ], + "area_cells": 3136 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 359 + ], + "peak": [ + 50, + 361 + ], + "area_cells": 148 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 148 + ], + "peak": [ + 47, + 148 + ], + "area_cells": 50 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 187 + ], + "peak": [ + 64, + 191 + ], + "area_cells": 132 + }, + { + "id": "range_11", + "name": null, + "center": [ + 154, + 129 + ], + "peak": [ + 154, + 130 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 234, + 62 + ], + "peak": [ + 224, + 72 + ], + "area_cells": 2857 + }, + { + "id": "range_14", + "name": null, + "center": [ + 245, + 486 + ], + "peak": [ + 252, + 480 + ], + "area_cells": 1040 + }, + { + "id": "range_15", + "name": null, + "center": [ + 238, + 158 + ], + "peak": [ + 239, + 159 + ], + "area_cells": 24 + }, + { + "id": "range_19", + "name": null, + "center": [ + 248, + 139 + ], + "peak": [ + 247, + 140 + ], + "area_cells": 26 + }, + { + "id": "range_22", + "name": null, + "center": [ + 254, + 98 + ], + "peak": [ + 255, + 98 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ae/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ae/globe.png new file mode 100644 index 000000000..9973c32ab Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ae/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ae/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ae/index.md new file mode 100644 index 000000000..8de342a42 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ324Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1641617806 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 10.6 +physical: + gravity_g: null + oblateness: 0.0616 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.112 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.121 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.63 + opacity_base: 0.5 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ324Ae + +Gas giant. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Af/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Af/globe.png new file mode 100644 index 000000000..25c8879ea Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Af/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Af/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Af/heightmap.png new file mode 100644 index 000000000..747f08884 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Af/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Af/index.md new file mode 100644 index 000000000..85fee2733 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ324Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2303689392 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.718 + period_days: 5600.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.44 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.146 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.411 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Af + +Frozen planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Af/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Af/markers.json new file mode 100644 index 000000000..e21b73591 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Af/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 47, + 355 + ], + "area_fraction": 0.1164 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 46, + 245 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 93, + 158 + ], + "area_fraction": 0.0249 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 114, + 85 + ], + "area_fraction": 0.0226 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 92, + 496 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 128, + 227 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 128, + 303 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 211, + 450 + ], + "peak": [ + 199, + 435 + ], + "area_cells": 7686 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 88 + ], + "peak": [ + 172, + 89 + ], + "area_cells": 30 + }, + { + "id": "range_3", + "name": null, + "center": [ + 212, + 54 + ], + "peak": [ + 239, + 13 + ], + "area_cells": 5939 + }, + { + "id": "range_4", + "name": null, + "center": [ + 208, + 316 + ], + "peak": [ + 210, + 310 + ], + "area_cells": 177 + }, + { + "id": "range_5", + "name": null, + "center": [ + 204, + 293 + ], + "peak": [ + 204, + 294 + ], + "area_cells": 48 + }, + { + "id": "range_10", + "name": null, + "center": [ + 237, + 172 + ], + "peak": [ + 238, + 173 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ag/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/globe.png new file mode 100644 index 000000000..83624d6d8 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ag/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/heightmap.png new file mode 100644 index 000000000..bc20f8ed7 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ag/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/index.md new file mode 100644 index 000000000..1673965c0 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ324Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3354123412 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.922 + period_days: 12800.0 + axial_tilt_deg: 30.5 +physical: + gravity_g: 0.34 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.737 + polar_ice_lat: 0.099 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.348 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Ag + +Frozen planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 12800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ag/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/markers.json new file mode 100644 index 000000000..a43f5d1e1 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ag/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 4, + 174 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 107, + 236 + ], + "area_fraction": 0.0433 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 90, + 335 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 106, + 487 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 164, + 338 + ], + "area_fraction": 0.0714 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 149, + 463 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 189, + 33 + ], + "area_fraction": 0.0303 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 194, + 159 + ], + "area_fraction": 0.0249 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 240, + 125 + ], + "area_fraction": 0.016 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 95 + ], + "peak": [ + 41, + 112 + ], + "area_cells": 8145 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 446 + ], + "peak": [ + 1, + 446 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 463 + ], + "peak": [ + 3, + 453 + ], + "area_cells": 128 + }, + { + "id": "range_6", + "name": null, + "center": [ + 20, + 321 + ], + "peak": [ + 20, + 322 + ], + "area_cells": 315 + }, + { + "id": "range_7", + "name": null, + "center": [ + 20, + 264 + ], + "peak": [ + 21, + 263 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 21, + 437 + ], + "peak": [ + 21, + 440 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 35, + 481 + ], + "peak": [ + 42, + 458 + ], + "area_cells": 1212 + }, + { + "id": "range_13", + "name": null, + "center": [ + 25, + 287 + ], + "peak": [ + 27, + 287 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 47, + 312 + ], + "peak": [ + 47, + 312 + ], + "area_cells": 168 + }, + { + "id": "range_15", + "name": null, + "center": [ + 56, + 289 + ], + "peak": [ + 49, + 287 + ], + "area_cells": 179 + }, + { + "id": "range_17", + "name": null, + "center": [ + 222, + 330 + ], + "peak": [ + 222, + 330 + ], + "area_cells": 1713 + }, + { + "id": "range_18", + "name": null, + "center": [ + 230, + 222 + ], + "peak": [ + 232, + 237 + ], + "area_cells": 321 + }, + { + "id": "range_20", + "name": null, + "center": [ + 234, + 251 + ], + "peak": [ + 235, + 250 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ah/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/globe.png new file mode 100644 index 000000000..d844a599b Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ah/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/heightmap.png new file mode 100644 index 000000000..574c46d08 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ah/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/index.md new file mode 100644 index 000000000..80a6c3ae6 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ324Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3816781109 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 50.4 +physical: + gravity_g: 0.26 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.807 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.442 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Ah + +Frozen planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ah/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/markers.json new file mode 100644 index 000000000..1f563cd55 --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ah/markers.json @@ -0,0 +1,173 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 35, + 301 + ], + "area_fraction": 0.0435 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 123, + 213 + ], + "area_fraction": 0.009 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 170, + 347 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 189, + 299 + ], + "area_fraction": 0.0214 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 220, + 54 + ], + "area_fraction": 0.0441 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 205, + 439 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 241, + 139 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 248, + 340 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 146 + ], + "peak": [ + 33, + 146 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 501 + ], + "peak": [ + 68, + 503 + ], + "area_cells": 807 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 44 + ], + "peak": [ + 88, + 26 + ], + "area_cells": 4038 + }, + { + "id": "range_4", + "name": null, + "center": [ + 85, + 398 + ], + "peak": [ + 84, + 402 + ], + "area_cells": 1757 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 463 + ], + "peak": [ + 73, + 462 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 90, + 304 + ], + "peak": [ + 95, + 303 + ], + "area_cells": 501 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ai/globe.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/globe.png new file mode 100644 index 000000000..fa6dd9cf8 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/globe.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ai/heightmap.png b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/heightmap.png new file mode 100644 index 000000000..c1a441f23 Binary files /dev/null and b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ai/index.md b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/index.md new file mode 100644 index 000000000..80a2ec9eb --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ324Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 792331533 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 27.168 + period_days: 58000.0 + axial_tilt_deg: 47.3 +physical: + gravity_g: 0.12 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.881 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.423 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ324Ai + +Frozen planet. + +**System:** [GJ-324A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-324A/bodies/GJ324Ai/markers.json b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/markers.json new file mode 100644 index 000000000..b6a70a6fc --- /dev/null +++ b/wiki/star-systems/GJ-324A/bodies/GJ324Ai/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 169, + 137 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 219, + 300 + ], + "area_fraction": 0.0862 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 42 + ], + "peak": [ + 0, + 40 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 415 + ], + "peak": [ + 39, + 403 + ], + "area_cells": 7807 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 30 + ], + "peak": [ + 46, + 36 + ], + "area_cells": 1962 + }, + { + "id": "range_5", + "name": null, + "center": [ + 50, + 5 + ], + "peak": [ + 52, + 4 + ], + "area_cells": 184 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 495 + ], + "peak": [ + 53, + 511 + ], + "area_cells": 385 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 149 + ], + "peak": [ + 52, + 159 + ], + "area_cells": 192 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 305 + ], + "peak": [ + 53, + 306 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 72, + 89 + ], + "peak": [ + 72, + 92 + ], + "area_cells": 244 + }, + { + "id": "range_16", + "name": null, + "center": [ + 82, + 287 + ], + "peak": [ + 84, + 289 + ], + "area_cells": 44 + }, + { + "id": "range_17", + "name": null, + "center": [ + 112, + 152 + ], + "peak": [ + 120, + 138 + ], + "area_cells": 1080 + }, + { + "id": "range_18", + "name": null, + "center": [ + 100, + 286 + ], + "peak": [ + 100, + 287 + ], + "area_cells": 32 + }, + { + "id": "range_20", + "name": null, + "center": [ + 106, + 108 + ], + "peak": [ + 107, + 105 + ], + "area_cells": 171 + }, + { + "id": "range_21", + "name": null, + "center": [ + 132, + 336 + ], + "peak": [ + 114, + 342 + ], + "area_cells": 1052 + }, + { + "id": "range_26", + "name": null, + "center": [ + 151, + 374 + ], + "peak": [ + 154, + 376 + ], + "area_cells": 374 + }, + { + "id": "range_28", + "name": null, + "center": [ + 150, + 415 + ], + "peak": [ + 150, + 415 + ], + "area_cells": 153 + }, + { + "id": "range_30", + "name": null, + "center": [ + 171, + 468 + ], + "peak": [ + 175, + 478 + ], + "area_cells": 589 + }, + { + "id": "range_31", + "name": null, + "center": [ + 194, + 436 + ], + "peak": [ + 194, + 437 + ], + "area_cells": 54 + }, + { + "id": "range_32", + "name": null, + "center": [ + 210, + 417 + ], + "peak": [ + 212, + 413 + ], + "area_cells": 240 + }, + { + "id": "range_33", + "name": null, + "center": [ + 229, + 79 + ], + "peak": [ + 234, + 65 + ], + "area_cells": 2769 + }, + { + "id": "range_34", + "name": null, + "center": [ + 211, + 443 + ], + "peak": [ + 212, + 445 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3250b/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250b/globe.png new file mode 100644 index 000000000..bd929cffc Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250b/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250b/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250b/heightmap.png new file mode 100644 index 000000000..4e653bad7 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250b/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250b/index.md new file mode 100644 index 000000000..888de6dbc --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3250b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1182802494 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 5.1 +physical: + gravity_g: 0.31 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.971 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3250b + +Barren planet. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.31g | +| **Land** | 92% | +| **Year** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250b/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250b/markers.json new file mode 100644 index 000000000..971531408 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250b/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 65, + 327 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 72, + 290 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_69", + "name": null, + "kind": "lake", + "center": [ + 247, + 436 + ], + "area_fraction": 0.005 + }, + { + "id": "water_70", + "name": null, + "kind": "lake", + "center": [ + 248, + 374 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 13, + 255 + ], + "peak": [ + 12, + 253 + ], + "area_cells": 105 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 471 + ], + "peak": [ + 40, + 473 + ], + "area_cells": 259 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 144 + ], + "peak": [ + 87, + 149 + ], + "area_cells": 150 + }, + { + "id": "range_12", + "name": null, + "center": [ + 104, + 178 + ], + "peak": [ + 106, + 178 + ], + "area_cells": 80 + }, + { + "id": "range_13", + "name": null, + "center": [ + 103, + 270 + ], + "peak": [ + 105, + 270 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 104, + 343 + ], + "peak": [ + 104, + 343 + ], + "area_cells": 31 + }, + { + "id": "range_15", + "name": null, + "center": [ + 165, + 355 + ], + "peak": [ + 173, + 334 + ], + "area_cells": 6931 + }, + { + "id": "range_17", + "name": null, + "center": [ + 169, + 54 + ], + "peak": [ + 186, + 23 + ], + "area_cells": 4617 + }, + { + "id": "range_18", + "name": null, + "center": [ + 162, + 254 + ], + "peak": [ + 168, + 256 + ], + "area_cells": 1574 + }, + { + "id": "range_19", + "name": null, + "center": [ + 130, + 107 + ], + "peak": [ + 125, + 103 + ], + "area_cells": 321 + }, + { + "id": "range_21", + "name": null, + "center": [ + 147, + 215 + ], + "peak": [ + 139, + 221 + ], + "area_cells": 962 + }, + { + "id": "range_22", + "name": null, + "center": [ + 129, + 161 + ], + "peak": [ + 129, + 161 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 137, + 136 + ], + "peak": [ + 134, + 139 + ], + "area_cells": 81 + }, + { + "id": "range_26", + "name": null, + "center": [ + 147, + 168 + ], + "peak": [ + 145, + 166 + ], + "area_cells": 370 + }, + { + "id": "range_28", + "name": null, + "center": [ + 186, + 494 + ], + "peak": [ + 192, + 511 + ], + "area_cells": 842 + }, + { + "id": "range_29", + "name": null, + "center": [ + 182, + 147 + ], + "peak": [ + 179, + 151 + ], + "area_cells": 515 + }, + { + "id": "range_38", + "name": null, + "center": [ + 213, + 59 + ], + "peak": [ + 219, + 62 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250c/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250c/globe.png new file mode 100644 index 000000000..dcd90a31a Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250c/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250c/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250c/heightmap.png new file mode 100644 index 000000000..83f239a70 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250c/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250c/index.md new file mode 100644 index 000000000..75fa08e9a --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3250c +name: Rionegro +body_type: planet +planet_class: temperate +body_scale: planet +seed: 764544138 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.149 + period_days: 21.0 + axial_tilt_deg: 27.4 +physical: + gravity_g: 0.71 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.54 + polar_ice_lat: 0.744 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.509 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rionegro + +Temperate planet. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.71g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 54% | +| **Year** | 21 days | +| **Inhabited** | yes | +| **Population** | 32K | +| **Economy** | agricultural | +| **Settlement** | compact_town | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250c/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250c/markers.json new file mode 100644 index 000000000..b7f3c867c --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250c/markers.json @@ -0,0 +1,549 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 106, + 467 + ], + [ + 105, + 466 + ], + [ + 104, + 465 + ], + [ + 103, + 464 + ], + [ + 102, + 463 + ], + [ + 101, + 462 + ], + [ + 100, + 461 + ], + [ + 99, + 460 + ], + [ + 98, + 459 + ], + [ + 97, + 458 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 26, + 87 + ], + [ + 25, + 86 + ], + [ + 24, + 85 + ], + [ + 23, + 84 + ], + [ + 22, + 83 + ], + [ + 21, + 82 + ], + [ + 20, + 81 + ], + [ + 19, + 81 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 247, + 159 + ], + [ + 246, + 158 + ], + [ + 245, + 158 + ], + [ + 244, + 158 + ], + [ + 243, + 158 + ], + [ + 242, + 159 + ], + [ + 241, + 160 + ], + [ + 240, + 161 + ], + [ + 239, + 161 + ], + [ + 238, + 160 + ], + [ + 237, + 159 + ], + [ + 236, + 159 + ], + [ + 235, + 160 + ], + [ + 234, + 160 + ], + [ + 233, + 161 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 249, + 318 + ], + [ + 249, + 319 + ], + [ + 248, + 320 + ], + [ + 247, + 321 + ], + [ + 246, + 322 + ], + [ + 245, + 323 + ], + [ + 244, + 324 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 173, + 311 + ], + [ + 174, + 310 + ], + [ + 175, + 310 + ], + [ + 176, + 310 + ], + [ + 177, + 311 + ], + [ + 178, + 312 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 118, + 372 + ], + [ + 119, + 371 + ], + [ + 120, + 370 + ], + [ + 121, + 369 + ], + [ + 122, + 369 + ], + [ + 123, + 370 + ], + [ + 122, + 371 + ], + [ + 123, + 371 + ], + [ + 124, + 371 + ], + [ + 124, + 372 + ], + [ + 125, + 372 + ], + [ + 126, + 373 + ], + [ + 125, + 373 + ], + [ + 126, + 374 + ], + [ + 125, + 374 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 33, + 155 + ], + [ + 34, + 156 + ], + [ + 35, + 156 + ], + [ + 35, + 155 + ], + [ + 36, + 154 + ], + [ + 37, + 155 + ], + [ + 38, + 155 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 183, + 201 + ], + [ + 182, + 200 + ], + [ + 181, + 199 + ], + [ + 180, + 198 + ], + [ + 179, + 197 + ], + [ + 178, + 196 + ], + [ + 177, + 195 + ], + [ + 176, + 194 + ], + [ + 175, + 193 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 53, + 117 + ], + "area_fraction": 0.0648 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 27, + 281 + ], + "area_fraction": 0.0497 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 123, + 422 + ], + "area_fraction": 0.1976 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 128, + 62 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 154, + 288 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 195, + 126 + ], + "area_fraction": 0.108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 309 + ], + "peak": [ + 85, + 278 + ], + "area_cells": 559 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 235 + ], + "peak": [ + 92, + 235 + ], + "area_cells": 69 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 267 + ], + "peak": [ + 106, + 268 + ], + "area_cells": 76 + }, + { + "id": "range_7", + "name": null, + "center": [ + 136, + 333 + ], + "peak": [ + 131, + 353 + ], + "area_cells": 2035 + }, + { + "id": "range_8", + "name": null, + "center": [ + 137, + 148 + ], + "peak": [ + 134, + 145 + ], + "area_cells": 1104 + }, + { + "id": "range_9", + "name": null, + "center": [ + 146, + 91 + ], + "peak": [ + 147, + 93 + ], + "area_cells": 73 + }, + { + "id": "range_10", + "name": null, + "center": [ + 163, + 451 + ], + "peak": [ + 164, + 448 + ], + "area_cells": 131 + }, + { + "id": "range_12", + "name": null, + "center": [ + 207, + 478 + ], + "peak": [ + 185, + 491 + ], + "area_cells": 1296 + }, + { + "id": "range_13", + "name": null, + "center": [ + 186, + 262 + ], + "peak": [ + 185, + 253 + ], + "area_cells": 325 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250d/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250d/globe.png new file mode 100644 index 000000000..25b52ddc0 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250d/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250d/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250d/heightmap.png new file mode 100644 index 000000000..fa9add2e9 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250d/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250d/index.md new file mode 100644 index 000000000..3cdd05328 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3250d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4107375383 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.528 + period_days: 140.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.47 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.526 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.182 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3250d + +Cold Arid planet. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.47g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250d/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250d/markers.json new file mode 100644 index 000000000..ecfe9bcdf --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250d/markers.json @@ -0,0 +1,1394 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 60, + 469 + ], + [ + 59, + 468 + ], + [ + 58, + 467 + ], + [ + 57, + 466 + ], + [ + 56, + 465 + ], + [ + 55, + 464 + ], + [ + 54, + 463 + ], + [ + 53, + 462 + ], + [ + 52, + 461 + ], + [ + 51, + 460 + ], + [ + 50, + 459 + ], + [ + 49, + 458 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 189, + 410 + ], + [ + 188, + 409 + ], + [ + 189, + 408 + ], + [ + 190, + 407 + ], + [ + 191, + 406 + ], + [ + 192, + 405 + ], + [ + 193, + 405 + ], + [ + 193, + 404 + ], + [ + 194, + 404 + ], + [ + 195, + 403 + ], + [ + 196, + 402 + ], + [ + 197, + 401 + ], + [ + 198, + 400 + ], + [ + 199, + 400 + ], + [ + 200, + 400 + ], + [ + 201, + 400 + ], + [ + 202, + 399 + ], + [ + 203, + 398 + ], + [ + 204, + 398 + ], + [ + 203, + 399 + ], + [ + 202, + 398 + ], + [ + 201, + 397 + ], + [ + 202, + 397 + ], + [ + 203, + 397 + ], + [ + 204, + 397 + ], + [ + 203, + 396 + ], + [ + 203, + 395 + ], + [ + 203, + 394 + ], + [ + 203, + 393 + ], + [ + 204, + 392 + ], + [ + 204, + 391 + ], + [ + 204, + 390 + ], + [ + 204, + 389 + ], + [ + 203, + 388 + ], + [ + 203, + 389 + ], + [ + 202, + 388 + ], + [ + 202, + 387 + ], + [ + 202, + 386 + ], + [ + 202, + 385 + ], + [ + 203, + 385 + ], + [ + 204, + 385 + ], + [ + 203, + 386 + ], + [ + 204, + 387 + ], + [ + 204, + 388 + ], + [ + 203, + 387 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 137 + ], + [ + 129, + 136 + ], + [ + 128, + 135 + ], + [ + 127, + 134 + ], + [ + 127, + 133 + ], + [ + 126, + 133 + ], + [ + 125, + 133 + ], + [ + 124, + 134 + ], + [ + 123, + 134 + ], + [ + 122, + 133 + ], + [ + 121, + 133 + ], + [ + 120, + 132 + ], + [ + 119, + 132 + ], + [ + 118, + 133 + ], + [ + 117, + 133 + ], + [ + 116, + 132 + ], + [ + 115, + 133 + ], + [ + 114, + 133 + ], + [ + 113, + 134 + ], + [ + 112, + 133 + ], + [ + 112, + 132 + ], + [ + 111, + 133 + ], + [ + 111, + 132 + ], + [ + 110, + 132 + ], + [ + 111, + 131 + ], + [ + 110, + 131 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 34, + 451 + ], + [ + 33, + 450 + ], + [ + 32, + 449 + ], + [ + 31, + 448 + ], + [ + 30, + 447 + ], + [ + 29, + 446 + ], + [ + 28, + 445 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 235, + 103 + ], + [ + 236, + 102 + ], + [ + 236, + 101 + ], + [ + 237, + 100 + ], + [ + 237, + 99 + ], + [ + 238, + 98 + ], + [ + 239, + 97 + ], + [ + 238, + 96 + ], + [ + 237, + 95 + ], + [ + 236, + 95 + ], + [ + 237, + 94 + ], + [ + 238, + 95 + ], + [ + 238, + 94 + ], + [ + 239, + 94 + ], + [ + 240, + 95 + ], + [ + 240, + 94 + ], + [ + 241, + 95 + ], + [ + 240, + 96 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 119, + 126 + ], + [ + 118, + 125 + ], + [ + 117, + 124 + ], + [ + 116, + 123 + ], + [ + 115, + 122 + ], + [ + 114, + 121 + ], + [ + 113, + 120 + ], + [ + 113, + 119 + ], + [ + 114, + 118 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 102, + 151 + ], + [ + 101, + 152 + ], + [ + 100, + 152 + ], + [ + 100, + 153 + ], + [ + 100, + 154 + ], + [ + 100, + 155 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 29, + 15 + ], + [ + 30, + 14 + ], + [ + 31, + 13 + ], + [ + 32, + 12 + ], + [ + 33, + 11 + ], + [ + 34, + 12 + ], + [ + 35, + 11 + ], + [ + 36, + 10 + ], + [ + 37, + 11 + ], + [ + 38, + 10 + ], + [ + 39, + 9 + ], + [ + 39, + 10 + ], + [ + 40, + 11 + ], + [ + 40, + 12 + ], + [ + 41, + 13 + ], + [ + 42, + 13 + ], + [ + 42, + 14 + ], + [ + 43, + 14 + ], + [ + 42, + 15 + ], + [ + 43, + 15 + ], + [ + 43, + 16 + ], + [ + 42, + 17 + ], + [ + 43, + 18 + ], + [ + 42, + 18 + ], + [ + 42, + 19 + ], + [ + 43, + 20 + ], + [ + 43, + 19 + ], + [ + 44, + 19 + ], + [ + 45, + 19 + ], + [ + 45, + 18 + ], + [ + 46, + 19 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 174, + 178 + ], + [ + 175, + 177 + ], + [ + 176, + 176 + ], + [ + 177, + 176 + ], + [ + 178, + 175 + ], + [ + 179, + 174 + ], + [ + 180, + 174 + ], + [ + 181, + 175 + ], + [ + 182, + 176 + ], + [ + 183, + 176 + ], + [ + 184, + 177 + ], + [ + 184, + 176 + ], + [ + 185, + 175 + ], + [ + 185, + 174 + ], + [ + 184, + 173 + ], + [ + 185, + 173 + ], + [ + 185, + 172 + ], + [ + 184, + 171 + ], + [ + 184, + 170 + ], + [ + 185, + 171 + ], + [ + 185, + 170 + ], + [ + 185, + 169 + ], + [ + 185, + 168 + ], + [ + 184, + 169 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 64, + 63 + ], + [ + 65, + 63 + ], + [ + 66, + 62 + ], + [ + 67, + 61 + ], + [ + 68, + 60 + ], + [ + 69, + 59 + ], + [ + 70, + 58 + ], + [ + 69, + 57 + ], + [ + 69, + 56 + ], + [ + 70, + 55 + ], + [ + 70, + 54 + ], + [ + 69, + 53 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 122, + 367 + ], + [ + 123, + 368 + ], + [ + 124, + 369 + ], + [ + 125, + 370 + ], + [ + 126, + 371 + ], + [ + 127, + 372 + ], + [ + 128, + 373 + ], + [ + 128, + 374 + ], + [ + 129, + 375 + ], + [ + 129, + 376 + ], + [ + 128, + 377 + ], + [ + 128, + 378 + ], + [ + 128, + 379 + ], + [ + 128, + 380 + ], + [ + 128, + 381 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 138, + 333 + ], + [ + 139, + 332 + ], + [ + 140, + 331 + ], + [ + 141, + 330 + ], + [ + 142, + 329 + ], + [ + 143, + 329 + ], + [ + 144, + 329 + ], + [ + 145, + 330 + ], + [ + 146, + 329 + ], + [ + 147, + 328 + ], + [ + 148, + 328 + ], + [ + 149, + 328 + ], + [ + 150, + 329 + ], + [ + 151, + 330 + ], + [ + 152, + 331 + ], + [ + 151, + 331 + ], + [ + 152, + 332 + ], + [ + 153, + 331 + ], + [ + 153, + 330 + ], + [ + 153, + 329 + ], + [ + 154, + 329 + ], + [ + 154, + 330 + ], + [ + 155, + 331 + ], + [ + 155, + 332 + ], + [ + 156, + 332 + ], + [ + 155, + 333 + ], + [ + 156, + 333 + ], + [ + 157, + 332 + ], + [ + 158, + 331 + ], + [ + 157, + 330 + ], + [ + 156, + 331 + ], + [ + 157, + 331 + ], + [ + 156, + 330 + ], + [ + 155, + 330 + ], + [ + 156, + 329 + ], + [ + 155, + 328 + ], + [ + 154, + 327 + ], + [ + 153, + 328 + ], + [ + 154, + 328 + ], + [ + 153, + 327 + ], + [ + 153, + 326 + ], + [ + 154, + 326 + ], + [ + 154, + 325 + ], + [ + 155, + 324 + ], + [ + 155, + 325 + ], + [ + 155, + 326 + ], + [ + 155, + 327 + ], + [ + 156, + 328 + ], + [ + 155, + 329 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 20, + 152 + ], + "area_fraction": 0.0478 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 17, + 425 + ], + "area_fraction": 0.0193 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 145, + 239 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 366 + ], + "peak": [ + 63, + 366 + ], + "area_cells": 219 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 198 + ], + "peak": [ + 82, + 210 + ], + "area_cells": 3056 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 283 + ], + "peak": [ + 66, + 283 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 314 + ], + "peak": [ + 75, + 315 + ], + "area_cells": 49 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 398 + ], + "peak": [ + 87, + 400 + ], + "area_cells": 355 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 497 + ], + "peak": [ + 93, + 497 + ], + "area_cells": 250 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 460 + ], + "peak": [ + 92, + 458 + ], + "area_cells": 223 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 7 + ], + "peak": [ + 95, + 7 + ], + "area_cells": 91 + }, + { + "id": "range_9", + "name": null, + "center": [ + 120, + 73 + ], + "peak": [ + 126, + 74 + ], + "area_cells": 1535 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 293 + ], + "peak": [ + 97, + 291 + ], + "area_cells": 150 + }, + { + "id": "range_11", + "name": null, + "center": [ + 116, + 213 + ], + "peak": [ + 118, + 218 + ], + "area_cells": 311 + }, + { + "id": "range_13", + "name": null, + "center": [ + 140, + 439 + ], + "peak": [ + 138, + 465 + ], + "area_cells": 1487 + }, + { + "id": "range_14", + "name": null, + "center": [ + 148, + 6 + ], + "peak": [ + 147, + 0 + ], + "area_cells": 120 + }, + { + "id": "range_15", + "name": null, + "center": [ + 146, + 507 + ], + "peak": [ + 147, + 511 + ], + "area_cells": 63 + }, + { + "id": "range_16", + "name": null, + "center": [ + 148, + 32 + ], + "peak": [ + 149, + 35 + ], + "area_cells": 78 + }, + { + "id": "range_17", + "name": null, + "center": [ + 191, + 293 + ], + "peak": [ + 201, + 330 + ], + "area_cells": 2576 + }, + { + "id": "range_20", + "name": null, + "center": [ + 205, + 257 + ], + "peak": [ + 202, + 270 + ], + "area_cells": 364 + }, + { + "id": "range_22", + "name": null, + "center": [ + 213, + 151 + ], + "peak": [ + 214, + 151 + ], + "area_cells": 59 + }, + { + "id": "range_24", + "name": null, + "center": [ + 232, + 273 + ], + "peak": [ + 227, + 272 + ], + "area_cells": 582 + }, + { + "id": "range_25", + "name": null, + "center": [ + 233, + 367 + ], + "peak": [ + 231, + 362 + ], + "area_cells": 317 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/globe.png new file mode 100644 index 000000000..2e03e8cc7 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/heightmap.png new file mode 100644 index 000000000..4b80399a1 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/index.md new file mode 100644 index 000000000..7107dbf98 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3250e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3978704311 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 54.7 +physical: + gravity_g: 0.1 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.294 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3250e-m1 + +Frozen moon. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/markers.json new file mode 100644 index 000000000..dd39607fa --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250e-m1/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 126, + 483 + ], + "area_fraction": 0.044 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 117, + 11 + ], + "area_fraction": 0.0134 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 103 + ], + "peak": [ + 154, + 98 + ], + "area_cells": 13159 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 270 + ], + "peak": [ + 0, + 270 + ], + "area_cells": 39 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 415 + ], + "peak": [ + 0, + 484 + ], + "area_cells": 7720 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 251 + ], + "peak": [ + 21, + 252 + ], + "area_cells": 129 + }, + { + "id": "range_7", + "name": null, + "center": [ + 24, + 296 + ], + "peak": [ + 25, + 302 + ], + "area_cells": 183 + }, + { + "id": "range_9", + "name": null, + "center": [ + 40, + 274 + ], + "peak": [ + 44, + 283 + ], + "area_cells": 276 + }, + { + "id": "range_12", + "name": null, + "center": [ + 74, + 254 + ], + "peak": [ + 77, + 257 + ], + "area_cells": 43 + }, + { + "id": "range_15", + "name": null, + "center": [ + 110, + 213 + ], + "peak": [ + 111, + 213 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 145, + 65 + ], + "peak": [ + 145, + 65 + ], + "area_cells": 75 + }, + { + "id": "range_18", + "name": null, + "center": [ + 204, + 504 + ], + "peak": [ + 205, + 504 + ], + "area_cells": 35 + }, + { + "id": "range_20", + "name": null, + "center": [ + 252, + 328 + ], + "peak": [ + 254, + 330 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250e/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250e/globe.png new file mode 100644 index 000000000..ebfc3bfe0 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250e/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250e/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250e/index.md new file mode 100644 index 000000000..b7ddc1c9a --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ3250e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3943563589 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.423 + period_days: 620.0 + axial_tilt_deg: 22.4 +physical: + gravity_g: null + oblateness: 0.0606 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.282 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.085 +--- + +# GJ3250e + +Gas giant. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 620 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250f/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250f/globe.png new file mode 100644 index 000000000..3fbf5b8fc Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250f/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250f/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250f/heightmap.png new file mode 100644 index 000000000..a3f96892c Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250f/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250f/index.md new file mode 100644 index 000000000..5a452c339 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3250f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 91734589 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 39.6 +physical: + gravity_g: 0.39 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3250f + +Frozen planet. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.39g | +| **Land** | 98% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250f/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250f/markers.json new file mode 100644 index 000000000..8d34f676d --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250f/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 80, + 184 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 190, + 79 + ], + "peak": [ + 201, + 114 + ], + "area_cells": 3981 + }, + { + "id": "range_4", + "name": null, + "center": [ + 152, + 180 + ], + "peak": [ + 153, + 178 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 210, + 367 + ], + "peak": [ + 219, + 378 + ], + "area_cells": 8705 + }, + { + "id": "range_7", + "name": null, + "center": [ + 163, + 223 + ], + "peak": [ + 164, + 223 + ], + "area_cells": 110 + }, + { + "id": "range_9", + "name": null, + "center": [ + 197, + 198 + ], + "peak": [ + 185, + 196 + ], + "area_cells": 587 + }, + { + "id": "range_10", + "name": null, + "center": [ + 194, + 235 + ], + "peak": [ + 196, + 236 + ], + "area_cells": 204 + }, + { + "id": "range_11", + "name": null, + "center": [ + 195, + 306 + ], + "peak": [ + 192, + 311 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250g/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250g/globe.png new file mode 100644 index 000000000..3964e7d6f Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250g/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250g/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250g/heightmap.png new file mode 100644 index 000000000..d0e5b7e49 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250g/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250g/index.md new file mode 100644 index 000000000..24a2b2271 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3250g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2103249786 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.413 + period_days: 4600.0 + axial_tilt_deg: 53.8 +physical: + gravity_g: 0.29 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.169 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3250g + +Frozen planet. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Land** | 95% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250g/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250g/markers.json new file mode 100644 index 000000000..2feb88a84 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250g/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 35, + 187 + ], + "area_fraction": 0.0336 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 209, + 215 + ], + "peak": [ + 196, + 356 + ], + "area_cells": 28637 + }, + { + "id": "range_2", + "name": null, + "center": [ + 154, + 199 + ], + "peak": [ + 154, + 199 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 161, + 156 + ], + "peak": [ + 161, + 156 + ], + "area_cells": 104 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 283 + ], + "peak": [ + 159, + 283 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 204, + 497 + ], + "peak": [ + 206, + 506 + ], + "area_cells": 1399 + }, + { + "id": "range_11", + "name": null, + "center": [ + 245, + 366 + ], + "peak": [ + 248, + 367 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250h/globe.png b/wiki/star-systems/GJ-3250/bodies/GJ3250h/globe.png new file mode 100644 index 000000000..638ab87e6 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250h/globe.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250h/heightmap.png b/wiki/star-systems/GJ-3250/bodies/GJ3250h/heightmap.png new file mode 100644 index 000000000..5a0e12d72 Binary files /dev/null and b/wiki/star-systems/GJ-3250/bodies/GJ3250h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250h/index.md b/wiki/star-systems/GJ-3250/bodies/GJ3250h/index.md new file mode 100644 index 000000000..9cfa15337 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3250h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2046636670 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.215 + period_days: 8600.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.21 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.228 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3250h + +Frozen planet. + +**System:** [GJ-3250](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 93% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3250/bodies/GJ3250h/markers.json b/wiki/star-systems/GJ-3250/bodies/GJ3250h/markers.json new file mode 100644 index 000000000..35507e719 --- /dev/null +++ b/wiki/star-systems/GJ-3250/bodies/GJ3250h/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 18 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 494 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 219, + 466 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 219, + 15 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 227, + 253 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 266 + ], + "peak": [ + 22, + 291 + ], + "area_cells": 2426 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 247 + ], + "peak": [ + 57, + 248 + ], + "area_cells": 247 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 388 + ], + "peak": [ + 62, + 384 + ], + "area_cells": 293 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 208 + ], + "peak": [ + 114, + 182 + ], + "area_cells": 4245 + }, + { + "id": "range_9", + "name": null, + "center": [ + 84, + 302 + ], + "peak": [ + 85, + 303 + ], + "area_cells": 159 + }, + { + "id": "range_11", + "name": null, + "center": [ + 90, + 130 + ], + "peak": [ + 89, + 131 + ], + "area_cells": 172 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 76 + ], + "peak": [ + 91, + 77 + ], + "area_cells": 90 + }, + { + "id": "range_13", + "name": null, + "center": [ + 131, + 457 + ], + "peak": [ + 128, + 472 + ], + "area_cells": 2714 + }, + { + "id": "range_15", + "name": null, + "center": [ + 115, + 321 + ], + "peak": [ + 119, + 327 + ], + "area_cells": 151 + }, + { + "id": "range_16", + "name": null, + "center": [ + 157, + 292 + ], + "peak": [ + 161, + 291 + ], + "area_cells": 120 + }, + { + "id": "range_17", + "name": null, + "center": [ + 151, + 356 + ], + "peak": [ + 151, + 357 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 168, + 322 + ], + "peak": [ + 172, + 322 + ], + "area_cells": 301 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ325Ab/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/globe.png new file mode 100644 index 000000000..b2c91b215 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ab/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/heightmap.png new file mode 100644 index 000000000..ee49e2195 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ab/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/index.md new file mode 100644 index 000000000..61737b6c5 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1877461302 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 2.4 +physical: + gravity_g: 0.31 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.931 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Ab + +Barren planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.31g | +| **Land** | 99% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ab/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/markers.json new file mode 100644 index 000000000..e0ae687e2 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ab/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 238 + ], + "peak": [ + 0, + 70 + ], + "area_cells": 24359 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 181 + ], + "peak": [ + 103, + 183 + ], + "area_cells": 234 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 222 + ], + "peak": [ + 99, + 219 + ], + "area_cells": 98 + }, + { + "id": "range_7", + "name": null, + "center": [ + 113, + 126 + ], + "peak": [ + 113, + 128 + ], + "area_cells": 339 + }, + { + "id": "range_9", + "name": null, + "center": [ + 115, + 183 + ], + "peak": [ + 115, + 184 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 220 + ], + "peak": [ + 132, + 212 + ], + "area_cells": 199 + }, + { + "id": "range_11", + "name": null, + "center": [ + 175, + 56 + ], + "peak": [ + 190, + 75 + ], + "area_cells": 1421 + }, + { + "id": "range_12", + "name": null, + "center": [ + 140, + 103 + ], + "peak": [ + 144, + 104 + ], + "area_cells": 117 + }, + { + "id": "range_13", + "name": null, + "center": [ + 157, + 122 + ], + "peak": [ + 158, + 122 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 162, + 431 + ], + "peak": [ + 163, + 432 + ], + "area_cells": 34 + }, + { + "id": "range_18", + "name": null, + "center": [ + 179, + 236 + ], + "peak": [ + 180, + 235 + ], + "area_cells": 86 + }, + { + "id": "range_19", + "name": null, + "center": [ + 185, + 455 + ], + "peak": [ + 190, + 456 + ], + "area_cells": 52 + }, + { + "id": "range_20", + "name": null, + "center": [ + 180, + 486 + ], + "peak": [ + 183, + 486 + ], + "area_cells": 22 + }, + { + "id": "range_22", + "name": null, + "center": [ + 189, + 504 + ], + "peak": [ + 190, + 503 + ], + "area_cells": 120 + }, + { + "id": "range_23", + "name": null, + "center": [ + 212, + 4 + ], + "peak": [ + 222, + 6 + ], + "area_cells": 166 + }, + { + "id": "range_25", + "name": null, + "center": [ + 224, + 499 + ], + "peak": [ + 208, + 495 + ], + "area_cells": 161 + }, + { + "id": "range_26", + "name": null, + "center": [ + 226, + 364 + ], + "peak": [ + 224, + 365 + ], + "area_cells": 104 + }, + { + "id": "range_29", + "name": null, + "center": [ + 246, + 382 + ], + "peak": [ + 254, + 383 + ], + "area_cells": 137 + }, + { + "id": "range_30", + "name": null, + "center": [ + 244, + 353 + ], + "peak": [ + 244, + 358 + ], + "area_cells": 165 + }, + { + "id": "range_31", + "name": null, + "center": [ + 250, + 406 + ], + "peak": [ + 255, + 405 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ac/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/globe.png new file mode 100644 index 000000000..46943239c Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ac/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/heightmap.png new file mode 100644 index 000000000..2bc1adc8f Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ac/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/index.md new file mode 100644 index 000000000..c4770b6dc --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ325Ac +name: Purnima +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 3685589244 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 2.0 +physical: + gravity_g: 0.88 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.467 + polar_ice_lat: 0.841 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Purnima + +Temperate Terminator planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 95K | +| **Economy** | manufacturing | +| **Settlement** | dispersed | +| **Industry** | mineral_extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ac/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/markers.json new file mode 100644 index 000000000..6f46df516 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ac/markers.json @@ -0,0 +1,823 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 149, + 499 + ], + [ + 148, + 500 + ], + [ + 148, + 501 + ], + [ + 147, + 502 + ], + [ + 146, + 503 + ], + [ + 145, + 504 + ], + [ + 144, + 503 + ], + [ + 143, + 502 + ], + [ + 142, + 502 + ], + [ + 141, + 501 + ], + [ + 140, + 501 + ], + [ + 139, + 500 + ], + [ + 138, + 500 + ], + [ + 137, + 501 + ], + [ + 136, + 500 + ], + [ + 135, + 500 + ], + [ + 134, + 500 + ], + [ + 133, + 499 + ], + [ + 132, + 498 + ], + [ + 131, + 497 + ], + [ + 130, + 496 + ], + [ + 129, + 495 + ], + [ + 128, + 494 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 139, + 392 + ], + [ + 138, + 393 + ], + [ + 137, + 392 + ], + [ + 136, + 391 + ], + [ + 135, + 390 + ], + [ + 134, + 391 + ], + [ + 133, + 392 + ], + [ + 132, + 393 + ], + [ + 131, + 394 + ], + [ + 131, + 395 + ], + [ + 130, + 394 + ], + [ + 129, + 393 + ], + [ + 129, + 392 + ], + [ + 128, + 393 + ], + [ + 127, + 393 + ], + [ + 126, + 392 + ], + [ + 125, + 391 + ], + [ + 124, + 391 + ], + [ + 123, + 392 + ], + [ + 122, + 392 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 153, + 441 + ], + [ + 152, + 440 + ], + [ + 151, + 439 + ], + [ + 150, + 439 + ], + [ + 149, + 438 + ], + [ + 148, + 437 + ], + [ + 148, + 436 + ], + [ + 148, + 435 + ], + [ + 149, + 434 + ], + [ + 148, + 433 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 235, + 41 + ], + [ + 236, + 42 + ], + [ + 237, + 43 + ], + [ + 238, + 44 + ], + [ + 239, + 45 + ], + [ + 240, + 46 + ], + [ + 241, + 47 + ], + [ + 242, + 48 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 205, + 458 + ], + [ + 204, + 457 + ], + [ + 203, + 458 + ], + [ + 202, + 459 + ], + [ + 201, + 459 + ], + [ + 200, + 458 + ], + [ + 199, + 457 + ], + [ + 198, + 456 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 252, + 67 + ], + [ + 253, + 66 + ], + [ + 254, + 65 + ], + [ + 255, + 64 + ], + [ + 255, + 63 + ], + [ + 255, + 62 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 124, + 344 + ], + [ + 123, + 343 + ], + [ + 122, + 342 + ], + [ + 121, + 341 + ], + [ + 122, + 340 + ], + [ + 121, + 339 + ], + [ + 120, + 338 + ], + [ + 120, + 337 + ], + [ + 120, + 336 + ], + [ + 119, + 335 + ], + [ + 118, + 334 + ], + [ + 117, + 333 + ], + [ + 116, + 332 + ], + [ + 115, + 331 + ], + [ + 114, + 330 + ], + [ + 113, + 329 + ], + [ + 112, + 328 + ], + [ + 111, + 327 + ], + [ + 110, + 326 + ], + [ + 109, + 325 + ], + [ + 109, + 324 + ], + [ + 108, + 325 + ], + [ + 107, + 324 + ], + [ + 106, + 323 + ], + [ + 107, + 323 + ], + [ + 107, + 322 + ], + [ + 106, + 321 + ], + [ + 105, + 321 + ], + [ + 106, + 320 + ], + [ + 106, + 319 + ], + [ + 106, + 318 + ], + [ + 105, + 317 + ], + [ + 105, + 316 + ], + [ + 106, + 315 + ], + [ + 106, + 314 + ], + [ + 106, + 313 + ], + [ + 106, + 312 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 179, + 507 + ], + [ + 178, + 508 + ], + [ + 179, + 509 + ], + [ + 178, + 510 + ], + [ + 177, + 511 + ], + [ + 176, + 511 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 120, + 266 + ], + [ + 121, + 267 + ], + [ + 122, + 268 + ], + [ + 123, + 268 + ], + [ + 123, + 269 + ], + [ + 124, + 268 + ], + [ + 125, + 269 + ], + [ + 126, + 270 + ], + [ + 127, + 271 + ], + [ + 126, + 272 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 105, + 237 + ], + [ + 104, + 237 + ], + [ + 103, + 237 + ], + [ + 102, + 238 + ], + [ + 101, + 237 + ], + [ + 100, + 237 + ], + [ + 99, + 236 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 151, + 118 + ], + [ + 151, + 117 + ], + [ + 150, + 118 + ], + [ + 149, + 119 + ], + [ + 148, + 118 + ], + [ + 147, + 119 + ], + [ + 146, + 119 + ], + [ + 145, + 119 + ], + [ + 144, + 118 + ], + [ + 143, + 118 + ], + [ + 142, + 117 + ], + [ + 141, + 118 + ], + [ + 140, + 117 + ], + [ + 139, + 117 + ], + [ + 138, + 117 + ], + [ + 137, + 118 + ], + [ + 136, + 119 + ], + [ + 135, + 119 + ], + [ + 134, + 119 + ], + [ + 133, + 120 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 69, + 262 + ], + "area_fraction": 0.5128 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 140, + 293 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 208, + 124 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 123, + 348 + ], + "peak": [ + 124, + 344 + ], + "area_cells": 237 + }, + { + "id": "range_2", + "name": null, + "center": [ + 152, + 258 + ], + "peak": [ + 151, + 264 + ], + "area_cells": 634 + }, + { + "id": "range_3", + "name": null, + "center": [ + 198, + 40 + ], + "peak": [ + 217, + 38 + ], + "area_cells": 1844 + }, + { + "id": "range_5", + "name": null, + "center": [ + 173, + 329 + ], + "peak": [ + 179, + 338 + ], + "area_cells": 947 + }, + { + "id": "range_8", + "name": null, + "center": [ + 197, + 293 + ], + "peak": [ + 198, + 304 + ], + "area_cells": 607 + }, + { + "id": "range_9", + "name": null, + "center": [ + 221, + 356 + ], + "peak": [ + 226, + 354 + ], + "area_cells": 1187 + }, + { + "id": "range_10", + "name": null, + "center": [ + 201, + 231 + ], + "peak": [ + 201, + 226 + ], + "area_cells": 373 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ad/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/globe.png new file mode 100644 index 000000000..09744220b Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ad/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/heightmap.png new file mode 100644 index 000000000..a7d9ab7f6 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ad/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/index.md new file mode 100644 index 000000000..06f490c1a --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ325Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 346916565 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.54 + oblateness: 0.0033 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.469 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.114 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Ad + +Cold Arid planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ad/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/markers.json new file mode 100644 index 000000000..4dae43821 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ad/markers.json @@ -0,0 +1,1081 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 117, + 413 + ], + [ + 117, + 414 + ], + [ + 116, + 415 + ], + [ + 115, + 416 + ], + [ + 114, + 417 + ], + [ + 113, + 418 + ], + [ + 112, + 419 + ], + [ + 111, + 420 + ], + [ + 110, + 421 + ], + [ + 109, + 422 + ], + [ + 108, + 423 + ], + [ + 108, + 424 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 206, + 464 + ], + [ + 207, + 465 + ], + [ + 208, + 465 + ], + [ + 209, + 466 + ], + [ + 210, + 467 + ], + [ + 211, + 468 + ], + [ + 211, + 469 + ], + [ + 212, + 470 + ], + [ + 213, + 469 + ], + [ + 212, + 468 + ], + [ + 213, + 467 + ], + [ + 214, + 468 + ], + [ + 215, + 468 + ], + [ + 216, + 467 + ], + [ + 217, + 468 + ], + [ + 217, + 467 + ], + [ + 218, + 467 + ], + [ + 218, + 468 + ], + [ + 217, + 469 + ], + [ + 218, + 469 + ], + [ + 218, + 470 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 87, + 499 + ], + [ + 88, + 500 + ], + [ + 89, + 501 + ], + [ + 89, + 502 + ], + [ + 89, + 503 + ], + [ + 90, + 504 + ], + [ + 91, + 504 + ], + [ + 92, + 503 + ], + [ + 93, + 503 + ], + [ + 93, + 504 + ], + [ + 93, + 505 + ], + [ + 92, + 504 + ], + [ + 92, + 505 + ], + [ + 91, + 505 + ], + [ + 92, + 506 + ], + [ + 93, + 506 + ], + [ + 92, + 507 + ], + [ + 93, + 508 + ], + [ + 94, + 507 + ], + [ + 93, + 507 + ], + [ + 94, + 506 + ], + [ + 95, + 505 + ], + [ + 94, + 505 + ], + [ + 95, + 504 + ], + [ + 94, + 504 + ], + [ + 94, + 503 + ], + [ + 95, + 503 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 158, + 404 + ], + [ + 157, + 403 + ], + [ + 156, + 402 + ], + [ + 155, + 401 + ], + [ + 154, + 400 + ], + [ + 153, + 399 + ], + [ + 152, + 398 + ], + [ + 151, + 397 + ], + [ + 150, + 396 + ], + [ + 149, + 395 + ], + [ + 148, + 394 + ], + [ + 147, + 393 + ], + [ + 146, + 392 + ], + [ + 145, + 391 + ], + [ + 144, + 390 + ], + [ + 143, + 389 + ], + [ + 142, + 388 + ], + [ + 141, + 387 + ], + [ + 142, + 386 + ], + [ + 141, + 386 + ], + [ + 141, + 385 + ], + [ + 140, + 384 + ], + [ + 141, + 384 + ], + [ + 142, + 383 + ], + [ + 142, + 382 + ], + [ + 141, + 382 + ], + [ + 141, + 381 + ], + [ + 140, + 381 + ], + [ + 139, + 380 + ], + [ + 138, + 379 + ], + [ + 137, + 379 + ], + [ + 136, + 378 + ], + [ + 137, + 377 + ], + [ + 136, + 377 + ], + [ + 137, + 376 + ], + [ + 136, + 375 + ], + [ + 135, + 375 + ], + [ + 136, + 374 + ], + [ + 136, + 373 + ], + [ + 137, + 372 + ], + [ + 136, + 372 + ], + [ + 137, + 373 + ], + [ + 138, + 373 + ], + [ + 137, + 374 + ], + [ + 138, + 375 + ], + [ + 137, + 375 + ], + [ + 136, + 376 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 160, + 199 + ], + [ + 161, + 199 + ], + [ + 162, + 198 + ], + [ + 163, + 198 + ], + [ + 164, + 199 + ], + [ + 164, + 200 + ], + [ + 165, + 199 + ], + [ + 166, + 200 + ], + [ + 167, + 199 + ], + [ + 167, + 200 + ], + [ + 168, + 199 + ], + [ + 168, + 198 + ], + [ + 167, + 198 + ], + [ + 166, + 199 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 144, + 176 + ], + [ + 145, + 175 + ], + [ + 146, + 174 + ], + [ + 147, + 174 + ], + [ + 148, + 175 + ], + [ + 149, + 174 + ], + [ + 150, + 175 + ], + [ + 151, + 176 + ], + [ + 152, + 177 + ], + [ + 152, + 178 + ], + [ + 153, + 178 + ], + [ + 154, + 179 + ], + [ + 153, + 179 + ], + [ + 153, + 180 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 212, + 452 + ], + [ + 213, + 451 + ], + [ + 214, + 451 + ], + [ + 215, + 451 + ], + [ + 216, + 452 + ], + [ + 217, + 451 + ], + [ + 218, + 451 + ], + [ + 219, + 451 + ], + [ + 220, + 451 + ], + [ + 221, + 452 + ], + [ + 222, + 451 + ], + [ + 223, + 451 + ], + [ + 223, + 452 + ], + [ + 224, + 451 + ], + [ + 225, + 451 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 62, + 177 + ], + [ + 61, + 176 + ], + [ + 60, + 175 + ], + [ + 59, + 174 + ], + [ + 59, + 173 + ], + [ + 58, + 172 + ], + [ + 57, + 171 + ], + [ + 56, + 170 + ], + [ + 56, + 169 + ], + [ + 56, + 168 + ], + [ + 55, + 167 + ], + [ + 55, + 166 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 122, + 280 + ], + [ + 123, + 280 + ], + [ + 124, + 279 + ], + [ + 125, + 278 + ], + [ + 126, + 277 + ], + [ + 127, + 276 + ], + [ + 127, + 275 + ], + [ + 128, + 274 + ], + [ + 129, + 273 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 126, + 31 + ], + [ + 127, + 31 + ], + [ + 128, + 30 + ], + [ + 129, + 29 + ], + [ + 130, + 28 + ], + [ + 131, + 27 + ], + [ + 132, + 26 + ], + [ + 133, + 27 + ], + [ + 133, + 26 + ], + [ + 134, + 26 + ], + [ + 135, + 27 + ], + [ + 136, + 26 + ], + [ + 137, + 26 + ], + [ + 138, + 26 + ], + [ + 139, + 27 + ], + [ + 140, + 28 + ], + [ + 141, + 29 + ], + [ + 142, + 29 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 130, + 439 + ], + [ + 129, + 438 + ], + [ + 128, + 437 + ], + [ + 127, + 436 + ], + [ + 126, + 435 + ], + [ + 125, + 434 + ], + [ + 124, + 433 + ], + [ + 123, + 432 + ], + [ + 122, + 431 + ], + [ + 121, + 430 + ], + [ + 120, + 429 + ], + [ + 119, + 428 + ], + [ + 118, + 428 + ], + [ + 117, + 427 + ], + [ + 116, + 426 + ], + [ + 115, + 426 + ], + [ + 114, + 425 + ], + [ + 113, + 426 + ], + [ + 112, + 426 + ], + [ + 111, + 425 + ], + [ + 110, + 425 + ], + [ + 109, + 424 + ], + [ + 108, + 424 + ], + [ + 108, + 425 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 113, + 204 + ], + "area_fraction": 0.0588 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 98, + 298 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 114, + 344 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 44 + ], + "peak": [ + 32, + 19 + ], + "area_cells": 1421 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 509 + ], + "peak": [ + 26, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 218 + ], + "peak": [ + 30, + 223 + ], + "area_cells": 281 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 245 + ], + "peak": [ + 29, + 246 + ], + "area_cells": 44 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 394 + ], + "peak": [ + 62, + 393 + ], + "area_cells": 606 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 353 + ], + "peak": [ + 59, + 361 + ], + "area_cells": 696 + }, + { + "id": "range_7", + "name": null, + "center": [ + 56, + 152 + ], + "peak": [ + 56, + 152 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 131, + 437 + ], + "peak": [ + 130, + 439 + ], + "area_cells": 160 + }, + { + "id": "range_10", + "name": null, + "center": [ + 190, + 56 + ], + "peak": [ + 189, + 55 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/globe.png new file mode 100644 index 000000000..240e54697 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/heightmap.png new file mode 100644 index 000000000..a048b1e8a Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/index.md new file mode 100644 index 000000000..190c7097e --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 220232128 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 47.0 +physical: + gravity_g: 0.09 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.909 + polar_ice_lat: 0.086 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Ae-m1 + +Frozen moon. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 91% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/markers.json new file mode 100644 index 000000000..0011de7ed --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ae-m1/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 184, + 33 + ], + "area_fraction": 0.018 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 208, + 180 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 221, + 373 + ], + "area_fraction": 0.0214 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 2, + 494 + ], + "peak": [ + 0, + 507 + ], + "area_cells": 139 + }, + { + "id": "range_6", + "name": null, + "center": [ + 22, + 116 + ], + "peak": [ + 22, + 117 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 89 + ], + "peak": [ + 28, + 89 + ], + "area_cells": 103 + }, + { + "id": "range_8", + "name": null, + "center": [ + 27, + 108 + ], + "peak": [ + 29, + 109 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 240 + ], + "peak": [ + 55, + 210 + ], + "area_cells": 3296 + }, + { + "id": "range_13", + "name": null, + "center": [ + 33, + 55 + ], + "peak": [ + 34, + 54 + ], + "area_cells": 25 + }, + { + "id": "range_14", + "name": null, + "center": [ + 33, + 301 + ], + "peak": [ + 34, + 302 + ], + "area_cells": 29 + }, + { + "id": "range_23", + "name": null, + "center": [ + 65, + 62 + ], + "peak": [ + 66, + 50 + ], + "area_cells": 1364 + }, + { + "id": "range_24", + "name": null, + "center": [ + 57, + 366 + ], + "peak": [ + 57, + 366 + ], + "area_cells": 28 + }, + { + "id": "range_25", + "name": null, + "center": [ + 59, + 376 + ], + "peak": [ + 60, + 377 + ], + "area_cells": 37 + }, + { + "id": "range_29", + "name": null, + "center": [ + 109, + 41 + ], + "peak": [ + 120, + 57 + ], + "area_cells": 865 + }, + { + "id": "range_30", + "name": null, + "center": [ + 100, + 84 + ], + "peak": [ + 101, + 84 + ], + "area_cells": 99 + }, + { + "id": "range_31", + "name": null, + "center": [ + 107, + 347 + ], + "peak": [ + 107, + 347 + ], + "area_cells": 67 + }, + { + "id": "range_32", + "name": null, + "center": [ + 116, + 10 + ], + "peak": [ + 118, + 10 + ], + "area_cells": 30 + }, + { + "id": "range_33", + "name": null, + "center": [ + 121, + 330 + ], + "peak": [ + 124, + 334 + ], + "area_cells": 139 + }, + { + "id": "range_34", + "name": null, + "center": [ + 125, + 142 + ], + "peak": [ + 125, + 144 + ], + "area_cells": 46 + }, + { + "id": "range_36", + "name": null, + "center": [ + 157, + 96 + ], + "peak": [ + 158, + 96 + ], + "area_cells": 38 + }, + { + "id": "range_37", + "name": null, + "center": [ + 170, + 129 + ], + "peak": [ + 170, + 130 + ], + "area_cells": 87 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ae/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ae/globe.png new file mode 100644 index 000000000..50bccd57a Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ae/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ae/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ae/index.md new file mode 100644 index 000000000..016f19ac1 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ325Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2215718188 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 19.8 +physical: + gravity_g: null + oblateness: 0.0544 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.337 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 2 + storm_max_size: 0.116 +--- + +# GJ325Ae + +Gas giant. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Af/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Af/globe.png new file mode 100644 index 000000000..47a97a634 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Af/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Af/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Af/heightmap.png new file mode 100644 index 000000000..2752df67d Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Af/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Af/index.md new file mode 100644 index 000000000..a20858df0 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ325Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3179411100 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.1 + period_days: 3400.0 + axial_tilt_deg: 16.6 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.771 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Af + +Frozen planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Af/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Af/markers.json new file mode 100644 index 000000000..78020fc07 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Af/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 56, + 397 + ], + "area_fraction": 0.0357 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 48, + 270 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 80, + 80 + ], + "area_fraction": 0.0764 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 75, + 482 + ], + "area_fraction": 0.0281 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 149, + 233 + ], + "area_fraction": 0.0593 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 1 + ], + "peak": [ + 6, + 3 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 507 + ], + "peak": [ + 6, + 506 + ], + "area_cells": 51 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 189 + ], + "peak": [ + 58, + 190 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 188 + ], + "peak": [ + 84, + 188 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 99 + ], + "peak": [ + 151, + 94 + ], + "area_cells": 1176 + }, + { + "id": "range_11", + "name": null, + "center": [ + 174, + 28 + ], + "peak": [ + 177, + 0 + ], + "area_cells": 3732 + }, + { + "id": "range_12", + "name": null, + "center": [ + 144, + 348 + ], + "peak": [ + 143, + 348 + ], + "area_cells": 64 + }, + { + "id": "range_13", + "name": null, + "center": [ + 180, + 431 + ], + "peak": [ + 172, + 364 + ], + "area_cells": 7583 + }, + { + "id": "range_14", + "name": null, + "center": [ + 205, + 340 + ], + "peak": [ + 207, + 340 + ], + "area_cells": 120 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ag/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/globe.png new file mode 100644 index 000000000..fe08d2548 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ag/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/heightmap.png new file mode 100644 index 000000000..4fc8dc506 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ag/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/index.md new file mode 100644 index 000000000..94a3f3c44 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ325Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2346112960 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.373 + period_days: 8200.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.28 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Ag + +Frozen planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 8200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ag/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/markers.json new file mode 100644 index 000000000..58abcc1a9 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ag/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 23, + 147 + ], + "area_fraction": 0.0317 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 46, + 380 + ], + "area_fraction": 0.0605 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 71, + 489 + ], + "area_fraction": 0.0349 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 87, + 30 + ], + "area_fraction": 0.0313 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 49, + 454 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 60, + 135 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 137, + 388 + ], + "area_fraction": 0.032 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 119 + ], + "peak": [ + 102, + 119 + ], + "area_cells": 82 + }, + { + "id": "range_2", + "name": null, + "center": [ + 115, + 144 + ], + "peak": [ + 116, + 144 + ], + "area_cells": 33 + }, + { + "id": "range_3", + "name": null, + "center": [ + 184, + 98 + ], + "peak": [ + 191, + 22 + ], + "area_cells": 15628 + }, + { + "id": "range_5", + "name": null, + "center": [ + 156, + 300 + ], + "peak": [ + 164, + 302 + ], + "area_cells": 287 + }, + { + "id": "range_6", + "name": null, + "center": [ + 174, + 501 + ], + "peak": [ + 177, + 511 + ], + "area_cells": 297 + }, + { + "id": "range_8", + "name": null, + "center": [ + 229, + 281 + ], + "peak": [ + 226, + 280 + ], + "area_cells": 389 + }, + { + "id": "range_9", + "name": null, + "center": [ + 228, + 246 + ], + "peak": [ + 226, + 239 + ], + "area_cells": 368 + }, + { + "id": "range_11", + "name": null, + "center": [ + 229, + 150 + ], + "peak": [ + 228, + 150 + ], + "area_cells": 81 + }, + { + "id": "range_12", + "name": null, + "center": [ + 236, + 314 + ], + "peak": [ + 241, + 310 + ], + "area_cells": 417 + }, + { + "id": "range_13", + "name": null, + "center": [ + 233, + 161 + ], + "peak": [ + 236, + 162 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ah/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/globe.png new file mode 100644 index 000000000..f6ffbeedc Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ah/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/heightmap.png new file mode 100644 index 000000000..adadcd5ac Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ah/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/index.md new file mode 100644 index 000000000..917a883ef --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ325Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 773885569 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.454 + period_days: 18000.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.899 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Ah + +Frozen planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ah/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/markers.json new file mode 100644 index 000000000..d298e5d54 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ah/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 226, + 35 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 228, + 453 + ], + "area_fraction": 0.0502 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 155 + ], + "peak": [ + 0, + 352 + ], + "area_cells": 13579 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 443 + ], + "peak": [ + 0, + 442 + ], + "area_cells": 176 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 499 + ], + "peak": [ + 13, + 510 + ], + "area_cells": 1081 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 432 + ], + "peak": [ + 73, + 438 + ], + "area_cells": 1712 + }, + { + "id": "range_7", + "name": null, + "center": [ + 45, + 445 + ], + "peak": [ + 46, + 445 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 90, + 302 + ], + "peak": [ + 90, + 303 + ], + "area_cells": 109 + }, + { + "id": "range_15", + "name": null, + "center": [ + 92, + 286 + ], + "peak": [ + 90, + 284 + ], + "area_cells": 79 + }, + { + "id": "range_16", + "name": null, + "center": [ + 114, + 496 + ], + "peak": [ + 101, + 511 + ], + "area_cells": 496 + }, + { + "id": "range_20", + "name": null, + "center": [ + 153, + 73 + ], + "peak": [ + 151, + 70 + ], + "area_cells": 1200 + }, + { + "id": "range_21", + "name": null, + "center": [ + 122, + 442 + ], + "peak": [ + 122, + 442 + ], + "area_cells": 35 + }, + { + "id": "range_22", + "name": null, + "center": [ + 150, + 120 + ], + "peak": [ + 160, + 119 + ], + "area_cells": 464 + }, + { + "id": "range_24", + "name": null, + "center": [ + 170, + 236 + ], + "peak": [ + 169, + 238 + ], + "area_cells": 24 + }, + { + "id": "range_26", + "name": null, + "center": [ + 178, + 280 + ], + "peak": [ + 179, + 270 + ], + "area_cells": 218 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ai/globe.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/globe.png new file mode 100644 index 000000000..83571e6c4 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/globe.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ai/heightmap.png b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/heightmap.png new file mode 100644 index 000000000..052abe324 Binary files /dev/null and b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ai/index.md b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/index.md new file mode 100644 index 000000000..a2c2f667a --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ325Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 6843841 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 20.494 + period_days: 38000.0 + axial_tilt_deg: 58.8 +physical: + gravity_g: 0.1 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.787 + polar_ice_lat: 0.2 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Ai + +Frozen planet. + +**System:** [GJ-325A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325A/bodies/GJ325Ai/markers.json b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/markers.json new file mode 100644 index 000000000..7ebdd1f41 --- /dev/null +++ b/wiki/star-systems/GJ-325A/bodies/GJ325Ai/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 57, + 218 + ], + "area_fraction": 0.1301 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 123, + 342 + ], + "area_fraction": 0.0245 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 125, + 41 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 150, + 9 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 174, + 303 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_54", + "name": null, + "kind": "lake", + "center": [ + 248, + 258 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 362 + ], + "peak": [ + 1, + 364 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 466 + ], + "peak": [ + 29, + 466 + ], + "area_cells": 76 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 483 + ], + "peak": [ + 29, + 484 + ], + "area_cells": 142 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 493 + ], + "peak": [ + 0, + 489 + ], + "area_cells": 54 + }, + { + "id": "range_7", + "name": null, + "center": [ + 28, + 31 + ], + "peak": [ + 16, + 46 + ], + "area_cells": 1199 + }, + { + "id": "range_8", + "name": null, + "center": [ + 40, + 495 + ], + "peak": [ + 27, + 497 + ], + "area_cells": 398 + }, + { + "id": "range_9", + "name": null, + "center": [ + 20, + 358 + ], + "peak": [ + 21, + 359 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 52, + 365 + ], + "peak": [ + 53, + 365 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 67, + 23 + ], + "peak": [ + 67, + 23 + ], + "area_cells": 77 + }, + { + "id": "range_14", + "name": null, + "center": [ + 77, + 359 + ], + "peak": [ + 77, + 360 + ], + "area_cells": 68 + }, + { + "id": "range_16", + "name": null, + "center": [ + 99, + 102 + ], + "peak": [ + 109, + 112 + ], + "area_cells": 2050 + }, + { + "id": "range_17", + "name": null, + "center": [ + 90, + 390 + ], + "peak": [ + 88, + 389 + ], + "area_cells": 200 + }, + { + "id": "range_19", + "name": null, + "center": [ + 246, + 480 + ], + "peak": [ + 251, + 471 + ], + "area_cells": 926 + }, + { + "id": "range_20", + "name": null, + "center": [ + 247, + 437 + ], + "peak": [ + 247, + 438 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 252, + 13 + ], + "peak": [ + 255, + 3 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ325Bb/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/globe.png new file mode 100644 index 000000000..8233e7cb2 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bb/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/heightmap.png new file mode 100644 index 000000000..2999b5f81 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bb/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/index.md new file mode 100644 index 000000000..5e9802df9 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3147735108 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.205 + period_days: 38.0 + axial_tilt_deg: 35.1 +physical: + gravity_g: 0.41 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.873 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bb + +Barren planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.41g | +| **Land** | 94% | +| **Year** | 38 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bb/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/markers.json new file mode 100644 index 000000000..6afdfb246 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bb/markers.json @@ -0,0 +1,568 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 123, + 161 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 119, + 435 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 19 + ], + "peak": [ + 15, + 0 + ], + "area_cells": 1828 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 211 + ], + "peak": [ + 7, + 217 + ], + "area_cells": 270 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 257 + ], + "peak": [ + 35, + 249 + ], + "area_cells": 1009 + }, + { + "id": "range_5", + "name": null, + "center": [ + 18, + 417 + ], + "peak": [ + 4, + 418 + ], + "area_cells": 7263 + }, + { + "id": "range_7", + "name": null, + "center": [ + 5, + 104 + ], + "peak": [ + 8, + 107 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 18, + 165 + ], + "peak": [ + 19, + 166 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 38, + 104 + ], + "peak": [ + 41, + 108 + ], + "area_cells": 132 + }, + { + "id": "range_12", + "name": null, + "center": [ + 26, + 176 + ], + "peak": [ + 28, + 176 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 51, + 170 + ], + "peak": [ + 49, + 171 + ], + "area_cells": 352 + }, + { + "id": "range_15", + "name": null, + "center": [ + 49, + 75 + ], + "peak": [ + 53, + 67 + ], + "area_cells": 152 + }, + { + "id": "range_16", + "name": null, + "center": [ + 63, + 381 + ], + "peak": [ + 82, + 368 + ], + "area_cells": 824 + }, + { + "id": "range_17", + "name": null, + "center": [ + 61, + 194 + ], + "peak": [ + 61, + 195 + ], + "area_cells": 30 + }, + { + "id": "range_18", + "name": null, + "center": [ + 64, + 490 + ], + "peak": [ + 65, + 491 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 111, + 409 + ], + "peak": [ + 100, + 409 + ], + "area_cells": 766 + }, + { + "id": "range_23", + "name": null, + "center": [ + 87, + 260 + ], + "peak": [ + 83, + 257 + ], + "area_cells": 60 + }, + { + "id": "range_25", + "name": null, + "center": [ + 96, + 36 + ], + "peak": [ + 96, + 36 + ], + "area_cells": 28 + }, + { + "id": "range_26", + "name": null, + "center": [ + 95, + 84 + ], + "peak": [ + 97, + 81 + ], + "area_cells": 68 + }, + { + "id": "range_30", + "name": null, + "center": [ + 101, + 469 + ], + "peak": [ + 102, + 469 + ], + "area_cells": 33 + }, + { + "id": "range_33", + "name": null, + "center": [ + 103, + 181 + ], + "peak": [ + 103, + 182 + ], + "area_cells": 33 + }, + { + "id": "range_34", + "name": null, + "center": [ + 116, + 365 + ], + "peak": [ + 115, + 364 + ], + "area_cells": 266 + }, + { + "id": "range_36", + "name": null, + "center": [ + 122, + 51 + ], + "peak": [ + 144, + 31 + ], + "area_cells": 584 + }, + { + "id": "range_38", + "name": null, + "center": [ + 120, + 329 + ], + "peak": [ + 117, + 332 + ], + "area_cells": 131 + }, + { + "id": "range_41", + "name": null, + "center": [ + 121, + 10 + ], + "peak": [ + 122, + 11 + ], + "area_cells": 45 + }, + { + "id": "range_43", + "name": null, + "center": [ + 123, + 121 + ], + "peak": [ + 123, + 122 + ], + "area_cells": 34 + }, + { + "id": "range_44", + "name": null, + "center": [ + 155, + 228 + ], + "peak": [ + 159, + 233 + ], + "area_cells": 664 + }, + { + "id": "range_45", + "name": null, + "center": [ + 145, + 443 + ], + "peak": [ + 145, + 448 + ], + "area_cells": 478 + }, + { + "id": "range_46", + "name": null, + "center": [ + 131, + 313 + ], + "peak": [ + 132, + 314 + ], + "area_cells": 71 + }, + { + "id": "range_48", + "name": null, + "center": [ + 156, + 76 + ], + "peak": [ + 168, + 61 + ], + "area_cells": 613 + }, + { + "id": "range_49", + "name": null, + "center": [ + 141, + 269 + ], + "peak": [ + 139, + 272 + ], + "area_cells": 217 + }, + { + "id": "range_50", + "name": null, + "center": [ + 147, + 352 + ], + "peak": [ + 147, + 353 + ], + "area_cells": 62 + }, + { + "id": "range_52", + "name": null, + "center": [ + 160, + 304 + ], + "peak": [ + 161, + 302 + ], + "area_cells": 401 + }, + { + "id": "range_53", + "name": null, + "center": [ + 164, + 134 + ], + "peak": [ + 165, + 135 + ], + "area_cells": 31 + }, + { + "id": "range_54", + "name": null, + "center": [ + 179, + 253 + ], + "peak": [ + 182, + 256 + ], + "area_cells": 250 + }, + { + "id": "range_56", + "name": null, + "center": [ + 176, + 465 + ], + "peak": [ + 176, + 465 + ], + "area_cells": 82 + }, + { + "id": "range_57", + "name": null, + "center": [ + 181, + 438 + ], + "peak": [ + 178, + 438 + ], + "area_cells": 95 + }, + { + "id": "range_60", + "name": null, + "center": [ + 179, + 116 + ], + "peak": [ + 179, + 117 + ], + "area_cells": 20 + }, + { + "id": "range_62", + "name": null, + "center": [ + 199, + 280 + ], + "peak": [ + 197, + 281 + ], + "area_cells": 87 + }, + { + "id": "range_63", + "name": null, + "center": [ + 210, + 468 + ], + "peak": [ + 215, + 461 + ], + "area_cells": 233 + }, + { + "id": "range_64", + "name": null, + "center": [ + 202, + 236 + ], + "peak": [ + 202, + 236 + ], + "area_cells": 31 + }, + { + "id": "range_66", + "name": null, + "center": [ + 215, + 445 + ], + "peak": [ + 220, + 451 + ], + "area_cells": 145 + }, + { + "id": "range_67", + "name": null, + "center": [ + 213, + 122 + ], + "peak": [ + 209, + 120 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bc/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/globe.png new file mode 100644 index 000000000..9b48c91cb Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bc/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/heightmap.png new file mode 100644 index 000000000..83411fcd6 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bc/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/index.md new file mode 100644 index 000000000..bfea0f3c8 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ325Bc +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3150484461 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.599 + period_days: 190.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.68 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.463 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.122 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bc + +Cold Arid planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 190 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bc/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/markers.json new file mode 100644 index 000000000..24c06023c --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bc/markers.json @@ -0,0 +1,933 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 214, + 442 + ], + [ + 215, + 443 + ], + [ + 215, + 444 + ], + [ + 216, + 445 + ], + [ + 217, + 444 + ], + [ + 218, + 444 + ], + [ + 219, + 445 + ], + [ + 220, + 444 + ], + [ + 221, + 443 + ], + [ + 222, + 443 + ], + [ + 223, + 444 + ], + [ + 224, + 443 + ], + [ + 225, + 443 + ], + [ + 226, + 443 + ], + [ + 227, + 444 + ], + [ + 228, + 443 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 39, + 500 + ], + [ + 40, + 501 + ], + [ + 41, + 502 + ], + [ + 42, + 503 + ], + [ + 43, + 503 + ], + [ + 44, + 503 + ], + [ + 45, + 504 + ], + [ + 46, + 504 + ], + [ + 47, + 503 + ], + [ + 48, + 504 + ], + [ + 49, + 504 + ], + [ + 50, + 504 + ], + [ + 51, + 503 + ], + [ + 52, + 502 + ], + [ + 53, + 502 + ], + [ + 54, + 503 + ], + [ + 55, + 502 + ], + [ + 56, + 501 + ], + [ + 57, + 501 + ], + [ + 58, + 501 + ], + [ + 58, + 502 + ], + [ + 57, + 502 + ], + [ + 57, + 503 + ], + [ + 58, + 504 + ], + [ + 59, + 503 + ], + [ + 59, + 504 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 197, + 72 + ], + [ + 198, + 71 + ], + [ + 199, + 70 + ], + [ + 200, + 69 + ], + [ + 201, + 68 + ], + [ + 201, + 67 + ], + [ + 200, + 66 + ], + [ + 201, + 65 + ], + [ + 202, + 65 + ], + [ + 203, + 65 + ], + [ + 204, + 64 + ], + [ + 205, + 63 + ], + [ + 205, + 62 + ], + [ + 204, + 61 + ], + [ + 204, + 60 + ], + [ + 204, + 59 + ], + [ + 204, + 58 + ], + [ + 204, + 57 + ], + [ + 205, + 58 + ], + [ + 206, + 57 + ], + [ + 205, + 57 + ], + [ + 206, + 56 + ], + [ + 205, + 56 + ], + [ + 205, + 55 + ], + [ + 206, + 54 + ], + [ + 206, + 53 + ], + [ + 207, + 52 + ], + [ + 207, + 51 + ], + [ + 206, + 50 + ], + [ + 205, + 51 + ], + [ + 204, + 50 + ], + [ + 205, + 49 + ], + [ + 205, + 48 + ], + [ + 204, + 47 + ], + [ + 205, + 46 + ], + [ + 206, + 46 + ], + [ + 207, + 46 + ], + [ + 208, + 45 + ], + [ + 209, + 44 + ], + [ + 210, + 43 + ], + [ + 211, + 43 + ], + [ + 212, + 43 + ], + [ + 213, + 42 + ], + [ + 214, + 41 + ], + [ + 213, + 40 + ], + [ + 214, + 39 + ], + [ + 213, + 39 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 92, + 113 + ], + [ + 93, + 114 + ], + [ + 94, + 115 + ], + [ + 95, + 116 + ], + [ + 96, + 115 + ], + [ + 97, + 114 + ], + [ + 98, + 113 + ], + [ + 99, + 114 + ], + [ + 100, + 113 + ], + [ + 101, + 113 + ], + [ + 102, + 113 + ], + [ + 103, + 113 + ], + [ + 104, + 112 + ], + [ + 104, + 113 + ], + [ + 103, + 112 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 255, + 6 + ], + [ + 254, + 7 + ], + [ + 253, + 8 + ], + [ + 252, + 8 + ], + [ + 251, + 9 + ], + [ + 250, + 10 + ], + [ + 250, + 11 + ], + [ + 251, + 10 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 127, + 196 + ], + [ + 128, + 195 + ], + [ + 129, + 194 + ], + [ + 130, + 193 + ], + [ + 131, + 192 + ], + [ + 132, + 192 + ], + [ + 133, + 191 + ], + [ + 134, + 191 + ], + [ + 135, + 190 + ], + [ + 136, + 190 + ], + [ + 137, + 191 + ], + [ + 138, + 192 + ], + [ + 139, + 191 + ], + [ + 140, + 192 + ], + [ + 141, + 192 + ], + [ + 142, + 193 + ], + [ + 143, + 193 + ], + [ + 144, + 193 + ], + [ + 145, + 194 + ], + [ + 146, + 195 + ], + [ + 147, + 194 + ], + [ + 148, + 195 + ], + [ + 149, + 194 + ], + [ + 150, + 193 + ], + [ + 151, + 192 + ], + [ + 152, + 193 + ], + [ + 153, + 192 + ], + [ + 154, + 193 + ], + [ + 155, + 193 + ], + [ + 156, + 193 + ], + [ + 157, + 193 + ], + [ + 157, + 192 + ], + [ + 158, + 192 + ], + [ + 157, + 191 + ], + [ + 156, + 192 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 36, + 254 + ], + [ + 35, + 253 + ], + [ + 34, + 252 + ], + [ + 33, + 251 + ], + [ + 32, + 250 + ], + [ + 31, + 249 + ], + [ + 30, + 248 + ], + [ + 29, + 248 + ], + [ + 28, + 247 + ], + [ + 27, + 246 + ], + [ + 26, + 245 + ], + [ + 25, + 244 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 94, + 298 + ], + [ + 95, + 297 + ], + [ + 96, + 296 + ], + [ + 97, + 295 + ], + [ + 98, + 294 + ], + [ + 99, + 293 + ], + [ + 100, + 292 + ], + [ + 101, + 291 + ], + [ + 102, + 290 + ], + [ + 102, + 289 + ], + [ + 103, + 288 + ], + [ + 104, + 288 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 128, + 360 + ], + [ + 127, + 361 + ], + [ + 126, + 362 + ], + [ + 125, + 363 + ], + [ + 124, + 364 + ], + [ + 123, + 365 + ], + [ + 122, + 366 + ], + [ + 121, + 367 + ], + [ + 120, + 368 + ], + [ + 119, + 369 + ], + [ + 119, + 370 + ], + [ + 118, + 371 + ], + [ + 118, + 372 + ], + [ + 117, + 373 + ], + [ + 117, + 374 + ], + [ + 117, + 375 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 303 + ], + "area_fraction": 0.0398 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 18, + 382 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 107, + 39 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 225, + 487 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 224, + 16 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 141, + 398 + ], + "peak": [ + 145, + 414 + ], + "area_cells": 9707 + }, + { + "id": "range_6", + "name": null, + "center": [ + 126, + 164 + ], + "peak": [ + 130, + 138 + ], + "area_cells": 579 + }, + { + "id": "range_8", + "name": null, + "center": [ + 155, + 98 + ], + "peak": [ + 158, + 88 + ], + "area_cells": 852 + }, + { + "id": "range_9", + "name": null, + "center": [ + 143, + 225 + ], + "peak": [ + 143, + 219 + ], + "area_cells": 163 + }, + { + "id": "range_10", + "name": null, + "center": [ + 152, + 6 + ], + "peak": [ + 152, + 5 + ], + "area_cells": 156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bd/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/globe.png new file mode 100644 index 000000000..78437f0e4 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bd/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/heightmap.png new file mode 100644 index 000000000..ff32b4b0f Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bd/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/index.md new file mode 100644 index 000000000..862917cc4 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ325Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1506884061 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.52 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.154 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.2 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bd + +Frozen planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bd/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/markers.json new file mode 100644 index 000000000..77f1b5ea8 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bd/markers.json @@ -0,0 +1,164 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 84, + 283 + ], + [ + 85, + 282 + ], + [ + 86, + 281 + ], + [ + 87, + 280 + ], + [ + 88, + 279 + ], + [ + 89, + 278 + ], + [ + 90, + 277 + ], + [ + 91, + 276 + ], + [ + 91, + 275 + ], + [ + 92, + 274 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 66, + 240 + ], + [ + 67, + 241 + ], + [ + 68, + 240 + ], + [ + 69, + 239 + ], + [ + 70, + 238 + ], + [ + 71, + 238 + ], + [ + 71, + 237 + ], + [ + 72, + 238 + ], + [ + 72, + 237 + ], + [ + 73, + 237 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 132 + ], + "area_fraction": 0.059 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 122, + 265 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 241, + 459 + ], + "area_fraction": 0.0179 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 403 + ], + "peak": [ + 124, + 390 + ], + "area_cells": 9138 + }, + { + "id": "range_2", + "name": null, + "center": [ + 131, + 89 + ], + "peak": [ + 127, + 60 + ], + "area_cells": 6827 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/globe.png new file mode 100644 index 000000000..b3f2cfb55 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/heightmap.png new file mode 100644 index 000000000..df09770ea Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/index.md new file mode 100644 index 000000000..9680491c1 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4199549161 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 54.0 +physical: + gravity_g: 0.13 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Be-m1 + +Frozen moon. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/markers.json new file mode 100644 index 000000000..97ecd61f1 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m1/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 8, + 305 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 89, + 460 + ], + "area_fraction": 0.0219 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 184, + 265 + ], + "peak": [ + 244, + 429 + ], + "area_cells": 41566 + }, + { + "id": "range_3", + "name": null, + "center": [ + 212, + 199 + ], + "peak": [ + 214, + 200 + ], + "area_cells": 84 + }, + { + "id": "range_5", + "name": null, + "center": [ + 229, + 6 + ], + "peak": [ + 229, + 9 + ], + "area_cells": 263 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 27 + ], + "peak": [ + 225, + 28 + ], + "area_cells": 55 + }, + { + "id": "range_8", + "name": null, + "center": [ + 246, + 63 + ], + "peak": [ + 242, + 61 + ], + "area_cells": 412 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/globe.png new file mode 100644 index 000000000..c3c4ac597 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/heightmap.png new file mode 100644 index 000000000..17c88c5c7 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/index.md new file mode 100644 index 000000000..01bad37bd --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Be-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 20613214 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.09 + period_days: 11.0 + axial_tilt_deg: 9.0 +physical: + gravity_g: 0.08 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.955 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Be-m2 + +Barren moon. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 96% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/markers.json new file mode 100644 index 000000000..93f51d281 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Be-m2/markers.json @@ -0,0 +1,298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 246, + 112 + ], + "area_fraction": 0.0127 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 40, + 35 + ], + "peak": [ + 36, + 10 + ], + "area_cells": 2213 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 183 + ], + "peak": [ + 6, + 183 + ], + "area_cells": 76 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 179 + ], + "peak": [ + 60, + 187 + ], + "area_cells": 769 + }, + { + "id": "range_10", + "name": null, + "center": [ + 59, + 479 + ], + "peak": [ + 70, + 497 + ], + "area_cells": 2478 + }, + { + "id": "range_15", + "name": null, + "center": [ + 35, + 231 + ], + "peak": [ + 39, + 231 + ], + "area_cells": 54 + }, + { + "id": "range_16", + "name": null, + "center": [ + 26, + 360 + ], + "peak": [ + 27, + 360 + ], + "area_cells": 26 + }, + { + "id": "range_17", + "name": null, + "center": [ + 33, + 392 + ], + "peak": [ + 33, + 389 + ], + "area_cells": 102 + }, + { + "id": "range_18", + "name": null, + "center": [ + 67, + 373 + ], + "peak": [ + 72, + 378 + ], + "area_cells": 1023 + }, + { + "id": "range_20", + "name": null, + "center": [ + 36, + 240 + ], + "peak": [ + 34, + 243 + ], + "area_cells": 37 + }, + { + "id": "range_21", + "name": null, + "center": [ + 66, + 410 + ], + "peak": [ + 68, + 409 + ], + "area_cells": 518 + }, + { + "id": "range_23", + "name": null, + "center": [ + 49, + 150 + ], + "peak": [ + 53, + 147 + ], + "area_cells": 189 + }, + { + "id": "range_24", + "name": null, + "center": [ + 43, + 267 + ], + "peak": [ + 44, + 267 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 38, + 276 + ], + "peak": [ + 40, + 274 + ], + "area_cells": 29 + }, + { + "id": "range_29", + "name": null, + "center": [ + 65, + 306 + ], + "peak": [ + 66, + 305 + ], + "area_cells": 288 + }, + { + "id": "range_30", + "name": null, + "center": [ + 67, + 84 + ], + "peak": [ + 72, + 84 + ], + "area_cells": 64 + }, + { + "id": "range_31", + "name": null, + "center": [ + 63, + 341 + ], + "peak": [ + 64, + 341 + ], + "area_cells": 37 + }, + { + "id": "range_32", + "name": null, + "center": [ + 78, + 151 + ], + "peak": [ + 78, + 151 + ], + "area_cells": 123 + }, + { + "id": "range_33", + "name": null, + "center": [ + 87, + 270 + ], + "peak": [ + 87, + 271 + ], + "area_cells": 30 + }, + { + "id": "range_34", + "name": null, + "center": [ + 94, + 323 + ], + "peak": [ + 95, + 324 + ], + "area_cells": 166 + }, + { + "id": "range_36", + "name": null, + "center": [ + 114, + 279 + ], + "peak": [ + 120, + 285 + ], + "area_cells": 672 + }, + { + "id": "range_37", + "name": null, + "center": [ + 98, + 237 + ], + "peak": [ + 97, + 241 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Be/globe.png new file mode 100644 index 000000000..692c4c6a5 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Be/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Be/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Be/index.md new file mode 100644 index 000000000..0dd89c94c --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ325Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1266216703 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 10.9 +physical: + gravity_g: null + oblateness: 0.0725 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.141 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.135 +--- + +# GJ325Be + +Gas giant. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bf/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/globe.png new file mode 100644 index 000000000..408ff54e6 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bf/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/heightmap.png new file mode 100644 index 000000000..f2c82c599 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bf/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/index.md new file mode 100644 index 000000000..aeb640af6 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 878779040 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 52.8 +physical: + gravity_g: 0.46 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.092 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bf + +Frozen planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Land** | 94% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bf/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/markers.json new file mode 100644 index 000000000..e0ad13388 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bf/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 108, + 78 + ], + "area_fraction": 0.0274 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 104, + 249 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 239 + ], + "peak": [ + 5, + 212 + ], + "area_cells": 2645 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 327 + ], + "peak": [ + 14, + 318 + ], + "area_cells": 507 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 389 + ], + "peak": [ + 0, + 390 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 205, + 318 + ], + "peak": [ + 205, + 318 + ], + "area_cells": 147 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bg/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/globe.png new file mode 100644 index 000000000..4e4c31b4c Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bg/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/heightmap.png new file mode 100644 index 000000000..fd27fc5e6 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bg/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/index.md new file mode 100644 index 000000000..b011b2bd9 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4060732993 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.131 + period_days: 7800.0 + axial_tilt_deg: 20.4 +physical: + gravity_g: 0.38 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.3 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bg + +Frozen planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 7800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bg/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/markers.json new file mode 100644 index 000000000..4d58b96ee --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bg/markers.json @@ -0,0 +1,155 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 262 + ], + "area_fraction": 0.0106 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 316 + ], + "peak": [ + 135, + 316 + ], + "area_cells": 364 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 422 + ], + "peak": [ + 122, + 430 + ], + "area_cells": 105 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 343 + ], + "peak": [ + 130, + 345 + ], + "area_cells": 40 + }, + { + "id": "range_4", + "name": null, + "center": [ + 211, + 334 + ], + "peak": [ + 255, + 267 + ], + "area_cells": 21676 + }, + { + "id": "range_5", + "name": null, + "center": [ + 149, + 67 + ], + "peak": [ + 151, + 79 + ], + "area_cells": 560 + }, + { + "id": "range_6", + "name": null, + "center": [ + 154, + 11 + ], + "peak": [ + 153, + 16 + ], + "area_cells": 356 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 173 + ], + "peak": [ + 158, + 170 + ], + "area_cells": 212 + }, + { + "id": "range_8", + "name": null, + "center": [ + 162, + 391 + ], + "peak": [ + 159, + 406 + ], + "area_cells": 656 + }, + { + "id": "range_9", + "name": null, + "center": [ + 191, + 3 + ], + "peak": [ + 192, + 4 + ], + "area_cells": 106 + }, + { + "id": "range_12", + "name": null, + "center": [ + 246, + 126 + ], + "peak": [ + 252, + 121 + ], + "area_cells": 323 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bh/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/globe.png new file mode 100644 index 000000000..d50878339 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bh/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/heightmap.png new file mode 100644 index 000000000..a8bcb0a09 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bh/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/index.md new file mode 100644 index 000000000..26fe57fbe --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 806385564 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.633 + period_days: 14200.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.29 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.241 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bh + +Frozen planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Land** | 91% | +| **Year** | 14200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bh/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/markers.json new file mode 100644 index 000000000..070372615 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bh/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 388 + ], + "area_fraction": 0.0368 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 21, + 153 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 106, + 327 + ], + "area_fraction": 0.0191 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 161, + 292 + ], + "area_fraction": 0.0137 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 66, + 51 + ], + "peak": [ + 68, + 57 + ], + "area_cells": 207 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 191 + ], + "peak": [ + 87, + 195 + ], + "area_cells": 359 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 398 + ], + "peak": [ + 125, + 397 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 9 + ], + "peak": [ + 136, + 0 + ], + "area_cells": 442 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 463 + ], + "peak": [ + 163, + 492 + ], + "area_cells": 4483 + }, + { + "id": "range_11", + "name": null, + "center": [ + 161, + 352 + ], + "peak": [ + 169, + 352 + ], + "area_cells": 366 + }, + { + "id": "range_12", + "name": null, + "center": [ + 165, + 67 + ], + "peak": [ + 166, + 74 + ], + "area_cells": 664 + }, + { + "id": "range_13", + "name": null, + "center": [ + 185, + 121 + ], + "peak": [ + 187, + 130 + ], + "area_cells": 280 + }, + { + "id": "range_14", + "name": null, + "center": [ + 190, + 172 + ], + "peak": [ + 196, + 166 + ], + "area_cells": 365 + }, + { + "id": "range_15", + "name": null, + "center": [ + 229, + 406 + ], + "peak": [ + 207, + 403 + ], + "area_cells": 2681 + }, + { + "id": "range_16", + "name": null, + "center": [ + 208, + 54 + ], + "peak": [ + 208, + 52 + ], + "area_cells": 40 + }, + { + "id": "range_17", + "name": null, + "center": [ + 215, + 507 + ], + "peak": [ + 215, + 510 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bi/globe.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/globe.png new file mode 100644 index 000000000..3bc45cf00 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/globe.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bi/heightmap.png b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/heightmap.png new file mode 100644 index 000000000..e7436c598 Binary files /dev/null and b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bi/index.md b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/index.md new file mode 100644 index 000000000..d061a9823 --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/index.md @@ -0,0 +1,64 @@ +--- +id: GJ325Bi +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3870545636 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.75 + period_days: 25600.0 + axial_tilt_deg: 59.6 +physical: + gravity_g: 0.21 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ325Bi + +Frozen planet. + +**System:** [GJ-325B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 92% | +| **Year** | 25600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-325B/bodies/GJ325Bi/markers.json b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/markers.json new file mode 100644 index 000000000..bae876d3e --- /dev/null +++ b/wiki/star-systems/GJ-325B/bodies/GJ325Bi/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 118, + 91 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 117, + 168 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 128, + 36 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 206, + 275 + ], + "peak": [ + 206, + 168 + ], + "area_cells": 19894 + }, + { + "id": "range_6", + "name": null, + "center": [ + 206, + 18 + ], + "peak": [ + 205, + 18 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 204, + 70 + ], + "peak": [ + 205, + 70 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ33b/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33b/globe.png new file mode 100644 index 000000000..8f0513bff Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33b/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33b/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33b/heightmap.png new file mode 100644 index 000000000..e51f419fa Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33b/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33b/index.md b/wiki/star-systems/GJ-33/bodies/GJ33b/index.md new file mode 100644 index 000000000..05496f44c --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ33b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1501805645 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.159 + period_days: 26.0 + axial_tilt_deg: 7.8 +physical: + gravity_g: 0.46 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ33b + +Barren planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 98% | +| **Year** | 26 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33b/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33b/markers.json new file mode 100644 index 000000000..b9480bea6 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33b/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 404 + ], + "peak": [ + 43, + 405 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 321 + ], + "peak": [ + 48, + 322 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 335 + ], + "peak": [ + 64, + 325 + ], + "area_cells": 455 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 279 + ], + "peak": [ + 60, + 279 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 140 + ], + "peak": [ + 63, + 140 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 64, + 401 + ], + "peak": [ + 65, + 402 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 389 + ], + "peak": [ + 69, + 389 + ], + "area_cells": 90 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 298 + ], + "peak": [ + 72, + 297 + ], + "area_cells": 350 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 93 + ], + "peak": [ + 79, + 94 + ], + "area_cells": 86 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 70 + ], + "peak": [ + 99, + 67 + ], + "area_cells": 262 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 325 + ], + "peak": [ + 120, + 318 + ], + "area_cells": 251 + }, + { + "id": "range_14", + "name": null, + "center": [ + 114, + 113 + ], + "peak": [ + 113, + 116 + ], + "area_cells": 332 + }, + { + "id": "range_15", + "name": null, + "center": [ + 161, + 129 + ], + "peak": [ + 135, + 79 + ], + "area_cells": 4808 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 364 + ], + "peak": [ + 140, + 372 + ], + "area_cells": 328 + }, + { + "id": "range_20", + "name": null, + "center": [ + 185, + 418 + ], + "peak": [ + 184, + 395 + ], + "area_cells": 6602 + }, + { + "id": "range_22", + "name": null, + "center": [ + 154, + 326 + ], + "peak": [ + 154, + 327 + ], + "area_cells": 35 + }, + { + "id": "range_24", + "name": null, + "center": [ + 159, + 57 + ], + "peak": [ + 160, + 58 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 189, + 17 + ], + "peak": [ + 189, + 28 + ], + "area_cells": 683 + }, + { + "id": "range_28", + "name": null, + "center": [ + 174, + 215 + ], + "peak": [ + 175, + 216 + ], + "area_cells": 35 + }, + { + "id": "range_29", + "name": null, + "center": [ + 180, + 293 + ], + "peak": [ + 174, + 293 + ], + "area_cells": 63 + }, + { + "id": "range_32", + "name": null, + "center": [ + 198, + 307 + ], + "peak": [ + 202, + 306 + ], + "area_cells": 317 + }, + { + "id": "range_34", + "name": null, + "center": [ + 204, + 212 + ], + "peak": [ + 202, + 213 + ], + "area_cells": 175 + }, + { + "id": "range_35", + "name": null, + "center": [ + 207, + 246 + ], + "peak": [ + 212, + 245 + ], + "area_cells": 150 + }, + { + "id": "range_36", + "name": null, + "center": [ + 208, + 282 + ], + "peak": [ + 207, + 282 + ], + "area_cells": 61 + }, + { + "id": "range_37", + "name": null, + "center": [ + 208, + 267 + ], + "peak": [ + 209, + 268 + ], + "area_cells": 90 + }, + { + "id": "range_38", + "name": null, + "center": [ + 210, + 195 + ], + "peak": [ + 210, + 195 + ], + "area_cells": 38 + }, + { + "id": "range_39", + "name": null, + "center": [ + 216, + 231 + ], + "peak": [ + 217, + 231 + ], + "area_cells": 171 + }, + { + "id": "range_40", + "name": null, + "center": [ + 218, + 3 + ], + "peak": [ + 222, + 3 + ], + "area_cells": 60 + }, + { + "id": "range_42", + "name": null, + "center": [ + 217, + 256 + ], + "peak": [ + 216, + 257 + ], + "area_cells": 22 + }, + { + "id": "range_43", + "name": null, + "center": [ + 221, + 317 + ], + "peak": [ + 224, + 318 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33c/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33c/globe.png new file mode 100644 index 000000000..d77b274ba Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33c/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33c/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33c/heightmap.png new file mode 100644 index 000000000..fee331d70 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33c/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33c/index.md b/wiki/star-systems/GJ-33/bodies/GJ33c/index.md new file mode 100644 index 000000000..35d06ded7 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ33c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 970771972 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.88 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.35 + polar_ice_lat: 0.706 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.512 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ33c + +Temperate planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 35% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33c/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33c/markers.json new file mode 100644 index 000000000..fbdd20cdf --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33c/markers.json @@ -0,0 +1,978 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 243 + ], + [ + 1, + 242 + ], + [ + 2, + 241 + ], + [ + 3, + 240 + ], + [ + 3, + 241 + ], + [ + 4, + 241 + ], + [ + 5, + 241 + ], + [ + 6, + 241 + ], + [ + 5, + 242 + ], + [ + 6, + 242 + ], + [ + 6, + 243 + ], + [ + 5, + 243 + ], + [ + 6, + 244 + ], + [ + 5, + 244 + ], + [ + 4, + 245 + ], + [ + 3, + 246 + ], + [ + 4, + 247 + ], + [ + 4, + 246 + ], + [ + 5, + 245 + ], + [ + 6, + 246 + ], + [ + 7, + 246 + ], + [ + 6, + 247 + ], + [ + 7, + 248 + ], + [ + 7, + 247 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 241, + 64 + ], + [ + 240, + 63 + ], + [ + 239, + 62 + ], + [ + 238, + 62 + ], + [ + 238, + 61 + ], + [ + 239, + 61 + ], + [ + 240, + 61 + ], + [ + 240, + 60 + ], + [ + 239, + 59 + ], + [ + 238, + 60 + ], + [ + 238, + 59 + ], + [ + 239, + 58 + ], + [ + 240, + 57 + ], + [ + 241, + 56 + ], + [ + 242, + 55 + ], + [ + 243, + 54 + ], + [ + 244, + 53 + ], + [ + 245, + 52 + ], + [ + 246, + 51 + ], + [ + 246, + 50 + ], + [ + 246, + 49 + ], + [ + 246, + 48 + ], + [ + 245, + 47 + ], + [ + 246, + 46 + ], + [ + 246, + 45 + ], + [ + 247, + 44 + ], + [ + 248, + 43 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 232, + 478 + ], + [ + 231, + 477 + ], + [ + 230, + 477 + ], + [ + 229, + 478 + ], + [ + 228, + 477 + ], + [ + 227, + 477 + ], + [ + 226, + 478 + ], + [ + 225, + 477 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 224, + 316 + ], + [ + 225, + 315 + ], + [ + 226, + 314 + ], + [ + 226, + 313 + ], + [ + 227, + 312 + ], + [ + 226, + 312 + ], + [ + 226, + 311 + ], + [ + 226, + 310 + ], + [ + 225, + 310 + ], + [ + 224, + 309 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 237, + 407 + ], + [ + 238, + 408 + ], + [ + 239, + 408 + ], + [ + 240, + 408 + ], + [ + 241, + 409 + ], + [ + 242, + 409 + ], + [ + 243, + 408 + ], + [ + 244, + 407 + ], + [ + 245, + 407 + ], + [ + 246, + 407 + ], + [ + 247, + 408 + ], + [ + 248, + 409 + ], + [ + 248, + 410 + ], + [ + 247, + 409 + ], + [ + 246, + 408 + ], + [ + 245, + 408 + ], + [ + 246, + 409 + ], + [ + 246, + 410 + ], + [ + 245, + 409 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 232, + 497 + ], + [ + 233, + 497 + ], + [ + 234, + 497 + ], + [ + 235, + 496 + ], + [ + 236, + 495 + ], + [ + 237, + 494 + ], + [ + 238, + 493 + ], + [ + 239, + 492 + ], + [ + 240, + 491 + ], + [ + 241, + 490 + ], + [ + 242, + 491 + ], + [ + 243, + 490 + ], + [ + 242, + 489 + ], + [ + 241, + 488 + ], + [ + 241, + 489 + ], + [ + 242, + 490 + ], + [ + 241, + 491 + ], + [ + 241, + 492 + ], + [ + 240, + 493 + ], + [ + 241, + 493 + ], + [ + 242, + 492 + ], + [ + 243, + 492 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 236, + 452 + ], + [ + 237, + 451 + ], + [ + 238, + 450 + ], + [ + 239, + 449 + ], + [ + 240, + 448 + ], + [ + 241, + 447 + ], + [ + 242, + 446 + ], + [ + 243, + 446 + ], + [ + 244, + 446 + ], + [ + 245, + 446 + ], + [ + 246, + 446 + ], + [ + 247, + 447 + ], + [ + 248, + 446 + ], + [ + 249, + 445 + ], + [ + 250, + 445 + ], + [ + 251, + 444 + ], + [ + 251, + 443 + ], + [ + 251, + 442 + ], + [ + 252, + 441 + ], + [ + 252, + 440 + ], + [ + 253, + 439 + ], + [ + 252, + 439 + ], + [ + 251, + 439 + ], + [ + 251, + 438 + ], + [ + 250, + 439 + ], + [ + 250, + 438 + ], + [ + 251, + 437 + ], + [ + 250, + 436 + ], + [ + 251, + 435 + ], + [ + 251, + 436 + ], + [ + 250, + 435 + ], + [ + 250, + 434 + ], + [ + 250, + 433 + ], + [ + 250, + 432 + ], + [ + 250, + 431 + ], + [ + 250, + 430 + ], + [ + 249, + 429 + ], + [ + 250, + 429 + ], + [ + 251, + 428 + ], + [ + 251, + 429 + ], + [ + 250, + 428 + ], + [ + 250, + 427 + ], + [ + 250, + 426 + ], + [ + 250, + 425 + ], + [ + 250, + 424 + ], + [ + 251, + 423 + ], + [ + 250, + 422 + ], + [ + 249, + 423 + ], + [ + 249, + 422 + ], + [ + 250, + 421 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 113, + 495 + ], + [ + 112, + 496 + ], + [ + 111, + 497 + ], + [ + 111, + 498 + ], + [ + 111, + 499 + ], + [ + 110, + 500 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 4, + 62 + ], + [ + 3, + 61 + ], + [ + 2, + 61 + ], + [ + 1, + 60 + ], + [ + 0, + 59 + ], + [ + 0, + 60 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 186, + 197 + ], + [ + 185, + 196 + ], + [ + 184, + 196 + ], + [ + 183, + 195 + ], + [ + 182, + 195 + ], + [ + 181, + 195 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 9, + 511 + ], + [ + 9, + 510 + ], + [ + 9, + 509 + ], + [ + 9, + 508 + ], + [ + 10, + 509 + ], + [ + 10, + 508 + ], + [ + 9, + 507 + ], + [ + 8, + 506 + ], + [ + 7, + 507 + ], + [ + 6, + 506 + ], + [ + 5, + 506 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 137, + 258 + ], + "area_fraction": 0.6478 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 469 + ], + "peak": [ + 58, + 476 + ], + "area_cells": 1273 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 243 + ], + "peak": [ + 26, + 243 + ], + "area_cells": 106 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 76 + ], + "peak": [ + 35, + 77 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 101 + ], + "peak": [ + 52, + 102 + ], + "area_cells": 98 + }, + { + "id": "range_5", + "name": null, + "center": [ + 45, + 256 + ], + "peak": [ + 44, + 259 + ], + "area_cells": 74 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 440 + ], + "peak": [ + 83, + 439 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 88, + 465 + ], + "peak": [ + 87, + 468 + ], + "area_cells": 114 + }, + { + "id": "range_8", + "name": null, + "center": [ + 100, + 505 + ], + "peak": [ + 101, + 506 + ], + "area_cells": 64 + }, + { + "id": "range_10", + "name": null, + "center": [ + 238, + 192 + ], + "peak": [ + 236, + 195 + ], + "area_cells": 261 + }, + { + "id": "range_11", + "name": null, + "center": [ + 235, + 454 + ], + "peak": [ + 236, + 452 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33d/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33d/globe.png new file mode 100644 index 000000000..3e661df7e Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33d/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33d/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33d/heightmap.png new file mode 100644 index 000000000..ad6cc9bda Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33d/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33d/index.md b/wiki/star-systems/GJ-33/bodies/GJ33d/index.md new file mode 100644 index 000000000..d29955de9 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ33d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1382492999 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.848 + period_days: 320.0 + axial_tilt_deg: 20.1 +physical: + gravity_g: 0.82 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.361 + polar_ice_lat: 0.462 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.163 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ33d + +Cold Arid planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33d/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33d/markers.json new file mode 100644 index 000000000..953a5722c --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33d/markers.json @@ -0,0 +1,426 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 16, + 434 + ], + [ + 15, + 435 + ], + [ + 15, + 436 + ], + [ + 14, + 436 + ], + [ + 14, + 437 + ], + [ + 13, + 437 + ], + [ + 12, + 438 + ], + [ + 13, + 439 + ], + [ + 12, + 439 + ], + [ + 11, + 439 + ], + [ + 11, + 440 + ], + [ + 11, + 441 + ], + [ + 10, + 440 + ], + [ + 9, + 441 + ], + [ + 9, + 442 + ], + [ + 10, + 443 + ], + [ + 11, + 442 + ], + [ + 10, + 442 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 60, + 199 + ], + [ + 61, + 198 + ], + [ + 62, + 197 + ], + [ + 63, + 196 + ], + [ + 64, + 195 + ], + [ + 65, + 194 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 10, + 477 + ], + [ + 11, + 477 + ], + [ + 12, + 477 + ], + [ + 13, + 478 + ], + [ + 14, + 477 + ], + [ + 15, + 478 + ], + [ + 16, + 479 + ], + [ + 17, + 478 + ], + [ + 18, + 477 + ], + [ + 19, + 477 + ], + [ + 20, + 477 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 108, + 41 + ], + [ + 107, + 40 + ], + [ + 106, + 40 + ], + [ + 105, + 39 + ], + [ + 104, + 38 + ], + [ + 103, + 39 + ], + [ + 102, + 40 + ], + [ + 101, + 39 + ], + [ + 101, + 38 + ], + [ + 100, + 39 + ], + [ + 99, + 39 + ], + [ + 98, + 38 + ], + [ + 98, + 37 + ], + [ + 99, + 36 + ], + [ + 100, + 35 + ], + [ + 99, + 35 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 14, + 466 + ], + [ + 14, + 465 + ], + [ + 14, + 464 + ], + [ + 15, + 463 + ], + [ + 16, + 462 + ], + [ + 17, + 461 + ], + [ + 18, + 460 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 3, + 453 + ], + [ + 4, + 454 + ], + [ + 5, + 455 + ], + [ + 6, + 456 + ], + [ + 7, + 457 + ], + [ + 8, + 458 + ], + [ + 9, + 459 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 19, + 48 + ], + [ + 18, + 49 + ], + [ + 19, + 50 + ], + [ + 18, + 50 + ], + [ + 17, + 50 + ], + [ + 16, + 50 + ], + [ + 15, + 49 + ], + [ + 14, + 50 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 230 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 27, + 444 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 36, + 328 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 69, + 101 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 180, + 253 + ], + "area_fraction": 0.5813 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 180 + ], + "peak": [ + 37, + 195 + ], + "area_cells": 449 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 261 + ], + "peak": [ + 79, + 276 + ], + "area_cells": 828 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33e-m1/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/globe.png new file mode 100644 index 000000000..47fdf9bf2 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33e-m1/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/heightmap.png new file mode 100644 index 000000000..fa69bfeca Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33e-m1/index.md b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/index.md new file mode 100644 index 000000000..4feedcf20 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ33e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1975815107 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 27.2 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.927 + polar_ice_lat: 0.091 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ33e-m1 + +Frozen moon. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33e-m1/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/markers.json new file mode 100644 index 000000000..364714026 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33e-m1/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 19, + 351 + ], + "area_fraction": 0.0391 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 50, + 99 + ], + "area_fraction": 0.0143 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 244 + ], + "peak": [ + 89, + 245 + ], + "area_cells": 364 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 285 + ], + "peak": [ + 91, + 287 + ], + "area_cells": 63 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 476 + ], + "peak": [ + 124, + 480 + ], + "area_cells": 1085 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 11 + ], + "peak": [ + 118, + 15 + ], + "area_cells": 407 + }, + { + "id": "range_5", + "name": null, + "center": [ + 102, + 359 + ], + "peak": [ + 103, + 358 + ], + "area_cells": 70 + }, + { + "id": "range_8", + "name": null, + "center": [ + 151, + 72 + ], + "peak": [ + 157, + 61 + ], + "area_cells": 2452 + }, + { + "id": "range_9", + "name": null, + "center": [ + 113, + 85 + ], + "peak": [ + 113, + 86 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 226, + 147 + ], + "peak": [ + 241, + 82 + ], + "area_cells": 18109 + }, + { + "id": "range_13", + "name": null, + "center": [ + 226, + 470 + ], + "peak": [ + 206, + 478 + ], + "area_cells": 5123 + }, + { + "id": "range_17", + "name": null, + "center": [ + 237, + 402 + ], + "peak": [ + 238, + 403 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33e/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33e/globe.png new file mode 100644 index 000000000..943a7c66a Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33e/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33e/index.md b/wiki/star-systems/GJ-33/bodies/GJ33e/index.md new file mode 100644 index 000000000..b1ed6e313 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ33e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1146196938 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 25.8 +physical: + gravity_g: null + oblateness: 0.0616 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.367 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.063 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.62 + opacity_base: 0.54 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ33e + +Gas giant. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33f/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33f/globe.png new file mode 100644 index 000000000..0b446b490 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33f/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33f/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33f/heightmap.png new file mode 100644 index 000000000..2b9851a43 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33f/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33f/index.md b/wiki/star-systems/GJ-33/bodies/GJ33f/index.md new file mode 100644 index 000000000..2576e4ea4 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ33f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3639370652 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 26.4 +physical: + gravity_g: 0.42 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ33f + +Frozen planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33f/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33f/markers.json new file mode 100644 index 000000000..5e176bf93 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33f/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 20, + 20 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 402 + ], + "area_fraction": 0.0662 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 217, + 298 + ], + "area_fraction": 0.1521 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 99, + 126 + ], + "peak": [ + 101, + 153 + ], + "area_cells": 8615 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 187 + ], + "peak": [ + 43, + 187 + ], + "area_cells": 170 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 325 + ], + "peak": [ + 60, + 326 + ], + "area_cells": 50 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 417 + ], + "peak": [ + 68, + 417 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 306 + ], + "peak": [ + 78, + 306 + ], + "area_cells": 66 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 436 + ], + "peak": [ + 72, + 437 + ], + "area_cells": 48 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 483 + ], + "peak": [ + 94, + 478 + ], + "area_cells": 550 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 273 + ], + "peak": [ + 75, + 275 + ], + "area_cells": 117 + }, + { + "id": "range_12", + "name": null, + "center": [ + 82, + 223 + ], + "peak": [ + 84, + 234 + ], + "area_cells": 211 + }, + { + "id": "range_13", + "name": null, + "center": [ + 79, + 342 + ], + "peak": [ + 80, + 343 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 104, + 258 + ], + "peak": [ + 105, + 259 + ], + "area_cells": 96 + }, + { + "id": "range_18", + "name": null, + "center": [ + 120, + 243 + ], + "peak": [ + 120, + 236 + ], + "area_cells": 304 + }, + { + "id": "range_19", + "name": null, + "center": [ + 120, + 444 + ], + "peak": [ + 115, + 444 + ], + "area_cells": 190 + }, + { + "id": "range_25", + "name": null, + "center": [ + 153, + 410 + ], + "peak": [ + 154, + 411 + ], + "area_cells": 27 + }, + { + "id": "range_26", + "name": null, + "center": [ + 167, + 112 + ], + "peak": [ + 167, + 113 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33g/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33g/globe.png new file mode 100644 index 000000000..5f78e6ed0 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33g/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33g/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33g/heightmap.png new file mode 100644 index 000000000..30ab59d4c Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33g/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33g/index.md b/wiki/star-systems/GJ-33/bodies/GJ33g/index.md new file mode 100644 index 000000000..84273ff9e --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ33g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 114043694 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 42.2 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.806 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ33g + +Frozen planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33g/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33g/markers.json new file mode 100644 index 000000000..a42a99498 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33g/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 63, + 391 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 154, + 453 + ], + "area_fraction": 0.0214 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 166, + 301 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_36", + "name": null, + "kind": "ocean", + "center": [ + 217, + 142 + ], + "area_fraction": 0.1039 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 62 + ], + "peak": [ + 13, + 61 + ], + "area_cells": 1822 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 353 + ], + "peak": [ + 0, + 363 + ], + "area_cells": 532 + }, + { + "id": "range_5", + "name": null, + "center": [ + 16, + 441 + ], + "peak": [ + 17, + 442 + ], + "area_cells": 182 + }, + { + "id": "range_9", + "name": null, + "center": [ + 43, + 249 + ], + "peak": [ + 44, + 250 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 56 + ], + "peak": [ + 92, + 43 + ], + "area_cells": 4153 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 91 + ], + "peak": [ + 61, + 91 + ], + "area_cells": 117 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 348 + ], + "peak": [ + 86, + 350 + ], + "area_cells": 428 + }, + { + "id": "range_13", + "name": null, + "center": [ + 92, + 411 + ], + "peak": [ + 94, + 412 + ], + "area_cells": 97 + }, + { + "id": "range_16", + "name": null, + "center": [ + 107, + 314 + ], + "peak": [ + 104, + 319 + ], + "area_cells": 479 + }, + { + "id": "range_17", + "name": null, + "center": [ + 100, + 375 + ], + "peak": [ + 100, + 377 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 133, + 170 + ], + "peak": [ + 134, + 169 + ], + "area_cells": 57 + }, + { + "id": "range_20", + "name": null, + "center": [ + 201, + 52 + ], + "peak": [ + 204, + 44 + ], + "area_cells": 188 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33h/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33h/globe.png new file mode 100644 index 000000000..12797ba11 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33h/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33h/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33h/heightmap.png new file mode 100644 index 000000000..0eef56f10 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33h/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33h/index.md b/wiki/star-systems/GJ-33/bodies/GJ33h/index.md new file mode 100644 index 000000000..74c0b0935 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ33h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3411029480 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 43.3 +physical: + gravity_g: 0.26 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.896 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ33h + +Frozen planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33h/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33h/markers.json new file mode 100644 index 000000000..388b5f1ec --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33h/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 13, + 261 + ], + "area_fraction": 0.021 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 220, + 290 + ], + "area_fraction": 0.0529 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 165 + ], + "peak": [ + 31, + 165 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 374 + ], + "peak": [ + 31, + 376 + ], + "area_cells": 85 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 153 + ], + "peak": [ + 35, + 152 + ], + "area_cells": 99 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 228 + ], + "peak": [ + 75, + 232 + ], + "area_cells": 1109 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 421 + ], + "peak": [ + 54, + 406 + ], + "area_cells": 615 + }, + { + "id": "range_7", + "name": null, + "center": [ + 74, + 378 + ], + "peak": [ + 75, + 383 + ], + "area_cells": 641 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 183 + ], + "peak": [ + 94, + 184 + ], + "area_cells": 199 + }, + { + "id": "range_9", + "name": null, + "center": [ + 115, + 360 + ], + "peak": [ + 120, + 359 + ], + "area_cells": 497 + }, + { + "id": "range_10", + "name": null, + "center": [ + 130, + 428 + ], + "peak": [ + 130, + 427 + ], + "area_cells": 72 + }, + { + "id": "range_12", + "name": null, + "center": [ + 183, + 418 + ], + "peak": [ + 191, + 427 + ], + "area_cells": 246 + }, + { + "id": "range_13", + "name": null, + "center": [ + 189, + 458 + ], + "peak": [ + 189, + 452 + ], + "area_cells": 546 + }, + { + "id": "range_14", + "name": null, + "center": [ + 189, + 189 + ], + "peak": [ + 190, + 190 + ], + "area_cells": 102 + }, + { + "id": "range_16", + "name": null, + "center": [ + 207, + 130 + ], + "peak": [ + 212, + 125 + ], + "area_cells": 211 + }, + { + "id": "range_17", + "name": null, + "center": [ + 220, + 401 + ], + "peak": [ + 209, + 396 + ], + "area_cells": 2404 + }, + { + "id": "range_18", + "name": null, + "center": [ + 209, + 182 + ], + "peak": [ + 211, + 182 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-33/bodies/GJ33i/globe.png b/wiki/star-systems/GJ-33/bodies/GJ33i/globe.png new file mode 100644 index 000000000..c8c8692d9 Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33i/globe.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33i/heightmap.png b/wiki/star-systems/GJ-33/bodies/GJ33i/heightmap.png new file mode 100644 index 000000000..09d81a70b Binary files /dev/null and b/wiki/star-systems/GJ-33/bodies/GJ33i/heightmap.png differ diff --git a/wiki/star-systems/GJ-33/bodies/GJ33i/index.md b/wiki/star-systems/GJ-33/bodies/GJ33i/index.md new file mode 100644 index 000000000..4f34a6fd2 --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ33i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3824261722 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.278 + period_days: 46000.0 + axial_tilt_deg: 41.7 +physical: + gravity_g: 0.12 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.739 + polar_ice_lat: 0.231 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ33i + +Frozen planet. + +**System:** [GJ-33](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-33/bodies/GJ33i/markers.json b/wiki/star-systems/GJ-33/bodies/GJ33i/markers.json new file mode 100644 index 000000000..db16432ee --- /dev/null +++ b/wiki/star-systems/GJ-33/bodies/GJ33i/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 42, + 47 + ], + "area_fraction": 0.0438 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 40, + 464 + ], + "area_fraction": 0.028 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 150, + 379 + ], + "area_fraction": 0.0946 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 185, + 118 + ], + "area_fraction": 0.0523 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 164, + 199 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 189 + ], + "peak": [ + 4, + 190 + ], + "area_cells": 100 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 304 + ], + "peak": [ + 1, + 307 + ], + "area_cells": 357 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 136 + ], + "peak": [ + 44, + 124 + ], + "area_cells": 594 + }, + { + "id": "range_6", + "name": null, + "center": [ + 216, + 31 + ], + "peak": [ + 206, + 42 + ], + "area_cells": 3261 + }, + { + "id": "range_8", + "name": null, + "center": [ + 213, + 384 + ], + "peak": [ + 203, + 381 + ], + "area_cells": 1374 + }, + { + "id": "range_9", + "name": null, + "center": [ + 219, + 493 + ], + "peak": [ + 201, + 511 + ], + "area_cells": 1833 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 427 + ], + "peak": [ + 210, + 428 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3323b/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323b/globe.png new file mode 100644 index 000000000..8c336e12d Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323b/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323b/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323b/heightmap.png new file mode 100644 index 000000000..f12c54209 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323b/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323b/index.md new file mode 100644 index 000000000..8cf8a9871 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3323b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1115341252 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 40.8 +physical: + gravity_g: 0.29 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.818 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3323b + +Barren planet. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.29g | +| **Land** | 95% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323b/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323b/markers.json new file mode 100644 index 000000000..cb0653ccc --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323b/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 169, + 269 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 260 + ], + "peak": [ + 75, + 195 + ], + "area_cells": 30894 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 263 + ], + "peak": [ + 72, + 259 + ], + "area_cells": 218 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 23 + ], + "peak": [ + 96, + 23 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 121, + 181 + ], + "peak": [ + 124, + 182 + ], + "area_cells": 302 + }, + { + "id": "range_20", + "name": null, + "center": [ + 131, + 212 + ], + "peak": [ + 133, + 211 + ], + "area_cells": 171 + }, + { + "id": "range_23", + "name": null, + "center": [ + 145, + 433 + ], + "peak": [ + 147, + 435 + ], + "area_cells": 28 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 416 + ], + "peak": [ + 164, + 416 + ], + "area_cells": 40 + }, + { + "id": "range_30", + "name": null, + "center": [ + 188, + 431 + ], + "peak": [ + 188, + 431 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323c/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323c/globe.png new file mode 100644 index 000000000..7d1866ec5 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323c/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323c/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323c/heightmap.png new file mode 100644 index 000000000..aaf2dd72f Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323c/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323c/index.md new file mode 100644 index 000000000..c9a7290c9 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3323c +name: Entroncamento +body_type: planet +planet_class: temperate +body_scale: planet +seed: 576943639 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 13.2 +physical: + gravity_g: 0.76 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.583 + polar_ice_lat: 0.729 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.439 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Entroncamento + +Temperate planet. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.76g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 58% | +| **Year** | 18 days | +| **Inhabited** | yes | +| **Population** | 12K | +| **Economy** | transit | +| **Settlement** | urban_distributed | +| **Industry** | transport | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323c/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323c/markers.json new file mode 100644 index 000000000..0086f3293 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323c/markers.json @@ -0,0 +1,652 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 181, + 238 + ], + [ + 182, + 239 + ], + [ + 183, + 240 + ], + [ + 184, + 240 + ], + [ + 185, + 239 + ], + [ + 184, + 238 + ], + [ + 185, + 237 + ], + [ + 185, + 236 + ], + [ + 186, + 235 + ], + [ + 186, + 234 + ], + [ + 186, + 233 + ], + [ + 186, + 232 + ], + [ + 186, + 231 + ], + [ + 186, + 230 + ], + [ + 186, + 229 + ], + [ + 186, + 228 + ], + [ + 185, + 227 + ], + [ + 185, + 226 + ], + [ + 185, + 225 + ], + [ + 185, + 224 + ], + [ + 185, + 223 + ], + [ + 184, + 222 + ], + [ + 183, + 221 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 254, + 120 + ], + [ + 255, + 119 + ], + [ + 254, + 118 + ], + [ + 253, + 117 + ], + [ + 252, + 118 + ], + [ + 251, + 117 + ], + [ + 250, + 118 + ], + [ + 249, + 119 + ], + [ + 248, + 119 + ], + [ + 247, + 120 + ], + [ + 246, + 121 + ], + [ + 245, + 122 + ], + [ + 244, + 123 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 185, + 250 + ], + [ + 186, + 250 + ], + [ + 187, + 250 + ], + [ + 188, + 249 + ], + [ + 189, + 248 + ], + [ + 190, + 249 + ], + [ + 191, + 249 + ], + [ + 192, + 249 + ], + [ + 192, + 248 + ], + [ + 191, + 247 + ], + [ + 192, + 246 + ], + [ + 191, + 246 + ], + [ + 191, + 245 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 170, + 420 + ], + [ + 171, + 419 + ], + [ + 172, + 418 + ], + [ + 172, + 417 + ], + [ + 173, + 416 + ], + [ + 172, + 416 + ], + [ + 173, + 415 + ], + [ + 173, + 414 + ], + [ + 172, + 415 + ], + [ + 171, + 416 + ], + [ + 171, + 415 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 206, + 215 + ], + [ + 207, + 214 + ], + [ + 208, + 214 + ], + [ + 209, + 214 + ], + [ + 210, + 213 + ], + [ + 211, + 214 + ], + [ + 212, + 213 + ], + [ + 213, + 213 + ], + [ + 214, + 212 + ], + [ + 215, + 211 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 145, + 289 + ], + [ + 146, + 289 + ], + [ + 147, + 290 + ], + [ + 148, + 291 + ], + [ + 149, + 292 + ], + [ + 150, + 292 + ], + [ + 151, + 293 + ], + [ + 152, + 292 + ], + [ + 153, + 293 + ], + [ + 154, + 294 + ], + [ + 155, + 293 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 169, + 94 + ], + [ + 170, + 95 + ], + [ + 171, + 96 + ], + [ + 172, + 96 + ], + [ + 171, + 97 + ], + [ + 170, + 98 + ], + [ + 169, + 99 + ], + [ + 168, + 100 + ], + [ + 167, + 101 + ], + [ + 166, + 102 + ], + [ + 165, + 101 + ], + [ + 164, + 102 + ], + [ + 163, + 103 + ], + [ + 162, + 103 + ], + [ + 161, + 103 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 210, + 344 + ], + [ + 209, + 344 + ], + [ + 208, + 344 + ], + [ + 207, + 345 + ], + [ + 206, + 345 + ], + [ + 205, + 344 + ], + [ + 204, + 343 + ], + [ + 203, + 342 + ], + [ + 202, + 341 + ], + [ + 201, + 340 + ], + [ + 201, + 339 + ], + [ + 201, + 338 + ], + [ + 201, + 337 + ], + [ + 200, + 338 + ], + [ + 199, + 339 + ], + [ + 198, + 338 + ], + [ + 199, + 338 + ], + [ + 198, + 339 + ], + [ + 199, + 340 + ], + [ + 200, + 339 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 187, + 354 + ], + "area_fraction": 0.2646 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 153, + 101 + ], + "area_fraction": 0.1524 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 131 + ], + "peak": [ + 56, + 115 + ], + "area_cells": 2424 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 384 + ], + "peak": [ + 45, + 376 + ], + "area_cells": 2111 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 33 + ], + "peak": [ + 36, + 34 + ], + "area_cells": 1298 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 203 + ], + "peak": [ + 37, + 199 + ], + "area_cells": 139 + }, + { + "id": "range_5", + "name": null, + "center": [ + 36, + 166 + ], + "peak": [ + 38, + 164 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 78, + 217 + ], + "peak": [ + 78, + 216 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 89, + 297 + ], + "peak": [ + 90, + 300 + ], + "area_cells": 156 + }, + { + "id": "range_14", + "name": null, + "center": [ + 182, + 99 + ], + "peak": [ + 182, + 102 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323d/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323d/globe.png new file mode 100644 index 000000000..e6e09f77a Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323d/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323d/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323d/heightmap.png new file mode 100644 index 000000000..45d206c87 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323d/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323d/index.md new file mode 100644 index 000000000..cd3545468 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3323d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3637690881 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.502 + period_days: 130.0 + axial_tilt_deg: 24.4 +physical: + gravity_g: 0.48 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.588 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.11 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3323d + +Cold Arid planet. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323d/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323d/markers.json new file mode 100644 index 000000000..14a363cd7 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323d/markers.json @@ -0,0 +1,1301 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 111, + 342 + ], + [ + 112, + 343 + ], + [ + 113, + 343 + ], + [ + 114, + 342 + ], + [ + 115, + 343 + ], + [ + 116, + 344 + ], + [ + 117, + 345 + ], + [ + 118, + 346 + ], + [ + 118, + 345 + ], + [ + 119, + 345 + ], + [ + 119, + 346 + ], + [ + 119, + 347 + ], + [ + 120, + 346 + ], + [ + 120, + 347 + ], + [ + 119, + 348 + ], + [ + 118, + 349 + ], + [ + 119, + 349 + ], + [ + 119, + 350 + ], + [ + 120, + 350 + ], + [ + 120, + 349 + ], + [ + 120, + 348 + ], + [ + 121, + 348 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 183, + 295 + ], + [ + 184, + 296 + ], + [ + 185, + 295 + ], + [ + 186, + 294 + ], + [ + 186, + 293 + ], + [ + 186, + 292 + ], + [ + 187, + 291 + ], + [ + 188, + 290 + ], + [ + 187, + 290 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 149, + 212 + ], + [ + 148, + 211 + ], + [ + 147, + 210 + ], + [ + 146, + 209 + ], + [ + 146, + 208 + ], + [ + 146, + 207 + ], + [ + 146, + 206 + ], + [ + 145, + 205 + ], + [ + 144, + 204 + ], + [ + 143, + 203 + ], + [ + 142, + 202 + ], + [ + 141, + 201 + ], + [ + 140, + 200 + ], + [ + 141, + 199 + ], + [ + 140, + 199 + ], + [ + 140, + 198 + ], + [ + 139, + 197 + ], + [ + 139, + 196 + ], + [ + 138, + 195 + ], + [ + 139, + 194 + ], + [ + 138, + 194 + ], + [ + 137, + 193 + ], + [ + 138, + 193 + ], + [ + 137, + 194 + ], + [ + 136, + 194 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 208, + 335 + ], + [ + 207, + 336 + ], + [ + 206, + 337 + ], + [ + 205, + 337 + ], + [ + 204, + 338 + ], + [ + 203, + 339 + ], + [ + 202, + 340 + ], + [ + 201, + 339 + ], + [ + 200, + 340 + ], + [ + 199, + 339 + ], + [ + 198, + 338 + ], + [ + 197, + 339 + ], + [ + 196, + 340 + ], + [ + 195, + 341 + ], + [ + 196, + 342 + ], + [ + 196, + 341 + ], + [ + 195, + 342 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 26 + ], + [ + 1, + 26 + ], + [ + 2, + 26 + ], + [ + 3, + 25 + ], + [ + 4, + 26 + ], + [ + 5, + 27 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 139, + 236 + ], + [ + 140, + 237 + ], + [ + 141, + 238 + ], + [ + 142, + 239 + ], + [ + 143, + 240 + ], + [ + 144, + 241 + ], + [ + 145, + 242 + ], + [ + 146, + 243 + ], + [ + 147, + 244 + ], + [ + 148, + 244 + ], + [ + 149, + 243 + ], + [ + 150, + 242 + ], + [ + 151, + 242 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 79, + 172 + ], + [ + 80, + 171 + ], + [ + 81, + 170 + ], + [ + 82, + 169 + ], + [ + 83, + 168 + ], + [ + 82, + 167 + ], + [ + 83, + 166 + ], + [ + 84, + 165 + ], + [ + 84, + 164 + ], + [ + 83, + 163 + ], + [ + 82, + 162 + ], + [ + 81, + 162 + ], + [ + 80, + 161 + ], + [ + 79, + 160 + ], + [ + 78, + 159 + ], + [ + 77, + 159 + ], + [ + 76, + 158 + ], + [ + 75, + 157 + ], + [ + 74, + 158 + ], + [ + 73, + 159 + ], + [ + 72, + 158 + ], + [ + 71, + 157 + ], + [ + 70, + 156 + ], + [ + 69, + 155 + ], + [ + 68, + 155 + ], + [ + 67, + 155 + ], + [ + 66, + 154 + ], + [ + 65, + 154 + ], + [ + 64, + 154 + ], + [ + 63, + 154 + ], + [ + 64, + 153 + ], + [ + 65, + 153 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 113, + 289 + ], + [ + 114, + 289 + ], + [ + 115, + 288 + ], + [ + 116, + 287 + ], + [ + 117, + 286 + ], + [ + 118, + 285 + ], + [ + 119, + 284 + ], + [ + 120, + 283 + ], + [ + 119, + 282 + ], + [ + 119, + 281 + ], + [ + 120, + 280 + ], + [ + 121, + 279 + ], + [ + 121, + 278 + ], + [ + 122, + 277 + ], + [ + 122, + 276 + ], + [ + 122, + 275 + ], + [ + 122, + 274 + ], + [ + 122, + 273 + ], + [ + 121, + 272 + ], + [ + 122, + 271 + ], + [ + 122, + 270 + ], + [ + 122, + 269 + ], + [ + 122, + 268 + ], + [ + 121, + 267 + ], + [ + 122, + 267 + ], + [ + 122, + 266 + ], + [ + 122, + 265 + ], + [ + 122, + 264 + ], + [ + 121, + 263 + ], + [ + 121, + 262 + ], + [ + 122, + 262 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 9, + 202 + ], + [ + 10, + 203 + ], + [ + 11, + 204 + ], + [ + 12, + 205 + ], + [ + 13, + 206 + ], + [ + 14, + 207 + ], + [ + 15, + 206 + ], + [ + 16, + 207 + ], + [ + 16, + 208 + ], + [ + 17, + 209 + ], + [ + 18, + 209 + ], + [ + 19, + 209 + ], + [ + 18, + 210 + ], + [ + 17, + 211 + ], + [ + 17, + 210 + ], + [ + 18, + 211 + ], + [ + 19, + 211 + ], + [ + 20, + 212 + ], + [ + 21, + 211 + ], + [ + 21, + 212 + ], + [ + 22, + 212 + ], + [ + 23, + 211 + ], + [ + 24, + 210 + ], + [ + 25, + 211 + ], + [ + 26, + 211 + ], + [ + 27, + 212 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 76, + 287 + ], + [ + 75, + 287 + ], + [ + 74, + 286 + ], + [ + 73, + 285 + ], + [ + 72, + 284 + ], + [ + 71, + 283 + ], + [ + 70, + 283 + ], + [ + 69, + 282 + ], + [ + 69, + 281 + ], + [ + 68, + 280 + ], + [ + 67, + 279 + ], + [ + 68, + 278 + ], + [ + 68, + 277 + ], + [ + 69, + 276 + ], + [ + 70, + 275 + ], + [ + 69, + 274 + ], + [ + 70, + 273 + ], + [ + 70, + 272 + ], + [ + 70, + 271 + ], + [ + 71, + 270 + ], + [ + 72, + 269 + ], + [ + 73, + 268 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 25, + 118 + ], + [ + 24, + 117 + ], + [ + 23, + 116 + ], + [ + 24, + 115 + ], + [ + 25, + 114 + ], + [ + 26, + 113 + ], + [ + 27, + 113 + ], + [ + 28, + 113 + ], + [ + 29, + 113 + ], + [ + 30, + 113 + ], + [ + 31, + 114 + ], + [ + 31, + 113 + ], + [ + 30, + 114 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 158, + 364 + ], + [ + 159, + 365 + ], + [ + 160, + 364 + ], + [ + 161, + 363 + ], + [ + 162, + 362 + ], + [ + 163, + 361 + ], + [ + 164, + 361 + ], + [ + 164, + 360 + ], + [ + 165, + 359 + ], + [ + 164, + 358 + ], + [ + 163, + 357 + ], + [ + 162, + 356 + ], + [ + 163, + 355 + ], + [ + 162, + 354 + ], + [ + 162, + 353 + ], + [ + 161, + 352 + ], + [ + 162, + 351 + ], + [ + 161, + 350 + ], + [ + 160, + 349 + ], + [ + 159, + 348 + ], + [ + 158, + 347 + ], + [ + 158, + 346 + ], + [ + 159, + 345 + ], + [ + 158, + 344 + ], + [ + 157, + 343 + ], + [ + 157, + 342 + ], + [ + 157, + 341 + ], + [ + 156, + 340 + ], + [ + 156, + 339 + ], + [ + 155, + 338 + ], + [ + 154, + 337 + ], + [ + 153, + 336 + ], + [ + 152, + 335 + ], + [ + 151, + 336 + ], + [ + 150, + 337 + ], + [ + 149, + 336 + ], + [ + 148, + 337 + ], + [ + 147, + 337 + ], + [ + 146, + 337 + ], + [ + 146, + 338 + ], + [ + 145, + 339 + ], + [ + 144, + 338 + ], + [ + 145, + 338 + ], + [ + 146, + 339 + ], + [ + 145, + 340 + ], + [ + 145, + 341 + ], + [ + 144, + 342 + ], + [ + 143, + 341 + ], + [ + 142, + 341 + ], + [ + 142, + 342 + ], + [ + 141, + 341 + ], + [ + 141, + 342 + ], + [ + 142, + 343 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 29 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 319 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 150, + 65 + ], + "peak": [ + 81, + 65 + ], + "area_cells": 10245 + }, + { + "id": "range_2", + "name": null, + "center": [ + 132, + 449 + ], + "peak": [ + 156, + 401 + ], + "area_cells": 8434 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 291 + ], + "peak": [ + 116, + 295 + ], + "area_cells": 101 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 59 + ], + "peak": [ + 124, + 61 + ], + "area_cells": 35 + }, + { + "id": "range_6", + "name": null, + "center": [ + 188, + 245 + ], + "peak": [ + 191, + 238 + ], + "area_cells": 349 + }, + { + "id": "range_7", + "name": null, + "center": [ + 191, + 456 + ], + "peak": [ + 189, + 456 + ], + "area_cells": 364 + }, + { + "id": "range_8", + "name": null, + "center": [ + 192, + 506 + ], + "peak": [ + 191, + 511 + ], + "area_cells": 124 + }, + { + "id": "range_9", + "name": null, + "center": [ + 195, + 196 + ], + "peak": [ + 194, + 206 + ], + "area_cells": 417 + }, + { + "id": "range_12", + "name": null, + "center": [ + 234, + 225 + ], + "peak": [ + 233, + 225 + ], + "area_cells": 178 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/globe.png new file mode 100644 index 000000000..1a375926f Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/heightmap.png new file mode 100644 index 000000000..5c2f935b8 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/index.md new file mode 100644 index 000000000..e8689fdb9 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3323e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4054286282 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.27 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3323e-m1 + +Frozen moon. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 99% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/markers.json new file mode 100644 index 000000000..ab5cea74c --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323e-m1/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 91 + ], + "peak": [ + 4, + 92 + ], + "area_cells": 51 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 306 + ], + "peak": [ + 24, + 311 + ], + "area_cells": 158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 290 + ], + "peak": [ + 41, + 295 + ], + "area_cells": 715 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 321 + ], + "peak": [ + 87, + 321 + ], + "area_cells": 66 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 487 + ], + "peak": [ + 134, + 488 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 476 + ], + "peak": [ + 144, + 476 + ], + "area_cells": 67 + }, + { + "id": "range_8", + "name": null, + "center": [ + 209, + 218 + ], + "peak": [ + 214, + 209 + ], + "area_cells": 34686 + }, + { + "id": "range_10", + "name": null, + "center": [ + 231, + 504 + ], + "peak": [ + 232, + 504 + ], + "area_cells": 348 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323e/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323e/globe.png new file mode 100644 index 000000000..bd59aef22 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323e/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323e/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323e/index.md new file mode 100644 index 000000000..28468267b --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3323e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1587747339 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.361 + period_days: 580.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: null + oblateness: 0.0733 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.384 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.109 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.53 + opacity_base: 0.63 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ3323e + +Gas giant. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323f/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323f/globe.png new file mode 100644 index 000000000..2b29e50a6 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323f/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323f/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323f/heightmap.png new file mode 100644 index 000000000..9a9213c6c Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323f/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323f/index.md new file mode 100644 index 000000000..172c790d5 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3323f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2841621956 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.209 + period_days: 2100.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.41 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.177 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3323f + +Frozen planet. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.41g | +| **Land** | 98% | +| **Year** | 2100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323f/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323f/markers.json new file mode 100644 index 000000000..c23887f97 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323f/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 227, + 117 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 241 + ], + "peak": [ + 47, + 248 + ], + "area_cells": 428 + }, + { + "id": "range_2", + "name": null, + "center": [ + 145, + 214 + ], + "peak": [ + 83, + 242 + ], + "area_cells": 21614 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 336 + ], + "peak": [ + 73, + 336 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 382 + ], + "peak": [ + 94, + 383 + ], + "area_cells": 273 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 348 + ], + "peak": [ + 105, + 352 + ], + "area_cells": 148 + }, + { + "id": "range_6", + "name": null, + "center": [ + 154, + 394 + ], + "peak": [ + 161, + 391 + ], + "area_cells": 1344 + }, + { + "id": "range_7", + "name": null, + "center": [ + 139, + 234 + ], + "peak": [ + 139, + 235 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 155, + 443 + ], + "peak": [ + 157, + 449 + ], + "area_cells": 460 + }, + { + "id": "range_9", + "name": null, + "center": [ + 153, + 339 + ], + "peak": [ + 155, + 339 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 153, + 471 + ], + "peak": [ + 154, + 472 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 142 + ], + "peak": [ + 171, + 143 + ], + "area_cells": 43 + }, + { + "id": "range_12", + "name": null, + "center": [ + 178, + 156 + ], + "peak": [ + 178, + 155 + ], + "area_cells": 118 + }, + { + "id": "range_13", + "name": null, + "center": [ + 176, + 73 + ], + "peak": [ + 174, + 73 + ], + "area_cells": 40 + }, + { + "id": "range_17", + "name": null, + "center": [ + 218, + 494 + ], + "peak": [ + 215, + 501 + ], + "area_cells": 628 + }, + { + "id": "range_18", + "name": null, + "center": [ + 220, + 5 + ], + "peak": [ + 215, + 2 + ], + "area_cells": 221 + }, + { + "id": "range_19", + "name": null, + "center": [ + 213, + 439 + ], + "peak": [ + 213, + 439 + ], + "area_cells": 37 + }, + { + "id": "range_20", + "name": null, + "center": [ + 219, + 456 + ], + "peak": [ + 215, + 456 + ], + "area_cells": 201 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323g/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323g/globe.png new file mode 100644 index 000000000..5bffb0dcb Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323g/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323g/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323g/heightmap.png new file mode 100644 index 000000000..6863468f5 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323g/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323g/index.md new file mode 100644 index 000000000..8be12c488 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3323g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4038076059 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.013 + period_days: 4100.0 + axial_tilt_deg: 45.3 +physical: + gravity_g: 0.31 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.935 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.41 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3323g + +Frozen planet. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.31g | +| **Land** | 94% | +| **Year** | 4100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323g/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323g/markers.json new file mode 100644 index 000000000..6ae6bd302 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323g/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 17, + 249 + ], + "area_fraction": 0.0437 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 17, + 379 + ], + "area_fraction": 0.0153 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 100, + 46 + ], + "peak": [ + 100, + 46 + ], + "area_cells": 118 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 79 + ], + "peak": [ + 99, + 80 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 110, + 291 + ], + "peak": [ + 111, + 291 + ], + "area_cells": 94 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 137 + ], + "peak": [ + 115, + 131 + ], + "area_cells": 503 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 87 + ], + "peak": [ + 128, + 86 + ], + "area_cells": 108 + }, + { + "id": "range_9", + "name": null, + "center": [ + 147, + 323 + ], + "peak": [ + 143, + 327 + ], + "area_cells": 805 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 464 + ], + "peak": [ + 168, + 446 + ], + "area_cells": 2380 + }, + { + "id": "range_11", + "name": null, + "center": [ + 136, + 360 + ], + "peak": [ + 136, + 362 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 148, + 18 + ], + "peak": [ + 145, + 0 + ], + "area_cells": 652 + }, + { + "id": "range_15", + "name": null, + "center": [ + 218, + 275 + ], + "peak": [ + 205, + 224 + ], + "area_cells": 28083 + }, + { + "id": "range_21", + "name": null, + "center": [ + 251, + 2 + ], + "peak": [ + 254, + 0 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323h/globe.png b/wiki/star-systems/GJ-3323/bodies/GJ3323h/globe.png new file mode 100644 index 000000000..2ceb29f54 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323h/globe.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323h/heightmap.png b/wiki/star-systems/GJ-3323/bodies/GJ3323h/heightmap.png new file mode 100644 index 000000000..b448f2b00 Binary files /dev/null and b/wiki/star-systems/GJ-3323/bodies/GJ3323h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323h/index.md b/wiki/star-systems/GJ-3323/bodies/GJ3323h/index.md new file mode 100644 index 000000000..03fc89484 --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3323h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3399601360 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.631 + period_days: 7700.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.23 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.232 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3323h + +Frozen planet. + +**System:** [GJ-3323](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.23g | +| **Land** | 99% | +| **Year** | 7700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3323/bodies/GJ3323h/markers.json b/wiki/star-systems/GJ-3323/bodies/GJ3323h/markers.json new file mode 100644 index 000000000..7b846912b --- /dev/null +++ b/wiki/star-systems/GJ-3323/bodies/GJ3323h/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 192 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 162, + 244 + ], + "peak": [ + 162, + 113 + ], + "area_cells": 32147 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 53 + ], + "peak": [ + 93, + 50 + ], + "area_cells": 438 + }, + { + "id": "range_3", + "name": null, + "center": [ + 105, + 82 + ], + "peak": [ + 106, + 81 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 468 + ], + "peak": [ + 128, + 461 + ], + "area_cells": 256 + }, + { + "id": "range_7", + "name": null, + "center": [ + 133, + 422 + ], + "peak": [ + 134, + 422 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 230, + 454 + ], + "peak": [ + 224, + 466 + ], + "area_cells": 430 + }, + { + "id": "range_9", + "name": null, + "center": [ + 244, + 138 + ], + "peak": [ + 244, + 139 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3325b/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325b/globe.png new file mode 100644 index 000000000..e448766f7 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325b/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325b/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325b/heightmap.png new file mode 100644 index 000000000..c49070639 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325b/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325b/index.md new file mode 100644 index 000000000..c3643ed82 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3325b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3144094505 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 23.6 +physical: + gravity_g: 0.32 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.905 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325b + +Barren planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 100% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325b/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325b/markers.json new file mode 100644 index 000000000..555e2b79b --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325b/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 130 + ], + "peak": [ + 35, + 127 + ], + "area_cells": 333 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 110 + ], + "peak": [ + 33, + 110 + ], + "area_cells": 63 + }, + { + "id": "range_4", + "name": null, + "center": [ + 47, + 99 + ], + "peak": [ + 51, + 100 + ], + "area_cells": 168 + }, + { + "id": "range_5", + "name": null, + "center": [ + 50, + 62 + ], + "peak": [ + 49, + 62 + ], + "area_cells": 88 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 149 + ], + "peak": [ + 55, + 150 + ], + "area_cells": 40 + }, + { + "id": "range_7", + "name": null, + "center": [ + 89, + 113 + ], + "peak": [ + 89, + 117 + ], + "area_cells": 194 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 86 + ], + "peak": [ + 87, + 86 + ], + "area_cells": 66 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 362 + ], + "peak": [ + 101, + 360 + ], + "area_cells": 41 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 379 + ], + "peak": [ + 144, + 424 + ], + "area_cells": 3157 + }, + { + "id": "range_11", + "name": null, + "center": [ + 158, + 261 + ], + "peak": [ + 132, + 236 + ], + "area_cells": 5252 + }, + { + "id": "range_12", + "name": null, + "center": [ + 105, + 349 + ], + "peak": [ + 103, + 349 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 194 + ], + "peak": [ + 134, + 193 + ], + "area_cells": 60 + }, + { + "id": "range_14", + "name": null, + "center": [ + 187, + 476 + ], + "peak": [ + 193, + 499 + ], + "area_cells": 3594 + }, + { + "id": "range_16", + "name": null, + "center": [ + 188, + 57 + ], + "peak": [ + 183, + 46 + ], + "area_cells": 5157 + }, + { + "id": "range_17", + "name": null, + "center": [ + 157, + 34 + ], + "peak": [ + 155, + 34 + ], + "area_cells": 79 + }, + { + "id": "range_18", + "name": null, + "center": [ + 188, + 368 + ], + "peak": [ + 186, + 374 + ], + "area_cells": 694 + }, + { + "id": "range_22", + "name": null, + "center": [ + 205, + 106 + ], + "peak": [ + 206, + 106 + ], + "area_cells": 37 + }, + { + "id": "range_26", + "name": null, + "center": [ + 212, + 299 + ], + "peak": [ + 213, + 300 + ], + "area_cells": 32 + }, + { + "id": "range_27", + "name": null, + "center": [ + 219, + 446 + ], + "peak": [ + 219, + 447 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325c/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325c/globe.png new file mode 100644 index 000000000..14f533a84 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325c/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325c/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325c/heightmap.png new file mode 100644 index 000000000..ce74a9a7e Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325c/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325c/index.md new file mode 100644 index 000000000..248d87f79 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3325c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2609297490 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.229 + period_days: 45.0 + axial_tilt_deg: 6.9 +physical: + gravity_g: 0.45 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.951 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.059 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325c + +Arid planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 45 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325c/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325c/markers.json new file mode 100644 index 000000000..17b81db8b --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325c/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 283 + ], + "peak": [ + 101, + 338 + ], + "area_cells": 38804 + }, + { + "id": "range_6", + "name": null, + "center": [ + 115, + 6 + ], + "peak": [ + 115, + 7 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 139, + 6 + ], + "peak": [ + 140, + 9 + ], + "area_cells": 108 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 496 + ], + "peak": [ + 145, + 491 + ], + "area_cells": 164 + }, + { + "id": "range_9", + "name": null, + "center": [ + 147, + 226 + ], + "peak": [ + 146, + 228 + ], + "area_cells": 208 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 40 + ], + "peak": [ + 146, + 45 + ], + "area_cells": 174 + }, + { + "id": "range_11", + "name": null, + "center": [ + 148, + 20 + ], + "peak": [ + 146, + 23 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/globe.png new file mode 100644 index 000000000..ef6694077 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/heightmap.png new file mode 100644 index 000000000..dcb0c1aad Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/index.md new file mode 100644 index 000000000..bb33fe898 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3325d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1318518670 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 5.0 +physical: + gravity_g: 0.05 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.938 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325d-1 + +Barren moon. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/markers.json new file mode 100644 index 000000000..7f0a778a5 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325d-1/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_7", + "name": null, + "center": [ + 78, + 404 + ], + "peak": [ + 81, + 403 + ], + "area_cells": 148 + }, + { + "id": "range_9", + "name": null, + "center": [ + 80, + 84 + ], + "peak": [ + 79, + 84 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 144 + ], + "peak": [ + 92, + 144 + ], + "area_cells": 249 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 389 + ], + "peak": [ + 136, + 439 + ], + "area_cells": 3102 + }, + { + "id": "range_17", + "name": null, + "center": [ + 93, + 10 + ], + "peak": [ + 93, + 10 + ], + "area_cells": 34 + }, + { + "id": "range_18", + "name": null, + "center": [ + 97, + 52 + ], + "peak": [ + 98, + 53 + ], + "area_cells": 25 + }, + { + "id": "range_19", + "name": null, + "center": [ + 123, + 182 + ], + "peak": [ + 118, + 177 + ], + "area_cells": 458 + }, + { + "id": "range_20", + "name": null, + "center": [ + 179, + 157 + ], + "peak": [ + 182, + 165 + ], + "area_cells": 4177 + }, + { + "id": "range_21", + "name": null, + "center": [ + 119, + 58 + ], + "peak": [ + 120, + 58 + ], + "area_cells": 60 + }, + { + "id": "range_22", + "name": null, + "center": [ + 126, + 28 + ], + "peak": [ + 128, + 26 + ], + "area_cells": 119 + }, + { + "id": "range_24", + "name": null, + "center": [ + 136, + 94 + ], + "peak": [ + 130, + 93 + ], + "area_cells": 57 + }, + { + "id": "range_26", + "name": null, + "center": [ + 132, + 10 + ], + "peak": [ + 133, + 11 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 161, + 294 + ], + "peak": [ + 167, + 292 + ], + "area_cells": 411 + }, + { + "id": "range_28", + "name": null, + "center": [ + 138, + 485 + ], + "peak": [ + 139, + 486 + ], + "area_cells": 50 + }, + { + "id": "range_29", + "name": null, + "center": [ + 166, + 62 + ], + "peak": [ + 172, + 76 + ], + "area_cells": 884 + }, + { + "id": "range_30", + "name": null, + "center": [ + 187, + 13 + ], + "peak": [ + 172, + 16 + ], + "area_cells": 596 + }, + { + "id": "range_31", + "name": null, + "center": [ + 195, + 245 + ], + "peak": [ + 189, + 236 + ], + "area_cells": 1231 + }, + { + "id": "range_32", + "name": null, + "center": [ + 197, + 499 + ], + "peak": [ + 179, + 501 + ], + "area_cells": 632 + }, + { + "id": "range_33", + "name": null, + "center": [ + 185, + 31 + ], + "peak": [ + 187, + 32 + ], + "area_cells": 56 + }, + { + "id": "range_38", + "name": null, + "center": [ + 207, + 48 + ], + "peak": [ + 207, + 41 + ], + "area_cells": 156 + }, + { + "id": "range_39", + "name": null, + "center": [ + 210, + 472 + ], + "peak": [ + 211, + 473 + ], + "area_cells": 72 + }, + { + "id": "range_42", + "name": null, + "center": [ + 219, + 448 + ], + "peak": [ + 218, + 454 + ], + "area_cells": 195 + }, + { + "id": "range_44", + "name": null, + "center": [ + 225, + 70 + ], + "peak": [ + 218, + 77 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325d/globe.png new file mode 100644 index 000000000..c19100caf Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325d/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325d/heightmap.png new file mode 100644 index 000000000..d321618b5 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325d/index.md new file mode 100644 index 000000000..ffe9236d2 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3325d +name: Strathmore +body_type: planet +planet_class: temperate +body_scale: planet +seed: 199164886 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.416 + period_days: 110.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.88 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.626 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.365 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Strathmore + +Temperate planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 94% | +| **Year** | 110 days | +| **Inhabited** | yes | +| **Population** | 200M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325d/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325d/markers.json new file mode 100644 index 000000000..302699d06 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325d/markers.json @@ -0,0 +1,1008 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 27, + 245 + ], + [ + 28, + 246 + ], + [ + 29, + 247 + ], + [ + 30, + 248 + ], + [ + 31, + 249 + ], + [ + 32, + 250 + ], + [ + 33, + 249 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 135, + 511 + ], + [ + 136, + 0 + ], + [ + 137, + 1 + ], + [ + 138, + 0 + ], + [ + 139, + 0 + ], + [ + 140, + 511 + ], + [ + 141, + 510 + ], + [ + 142, + 509 + ], + [ + 143, + 508 + ], + [ + 144, + 507 + ], + [ + 145, + 507 + ], + [ + 146, + 506 + ], + [ + 147, + 505 + ], + [ + 148, + 504 + ], + [ + 149, + 503 + ], + [ + 150, + 502 + ], + [ + 151, + 501 + ], + [ + 152, + 500 + ], + [ + 153, + 500 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 40, + 446 + ], + [ + 39, + 445 + ], + [ + 38, + 444 + ], + [ + 37, + 443 + ], + [ + 36, + 442 + ], + [ + 37, + 441 + ], + [ + 36, + 440 + ], + [ + 37, + 439 + ], + [ + 37, + 438 + ], + [ + 36, + 438 + ], + [ + 36, + 437 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 100, + 223 + ], + [ + 99, + 222 + ], + [ + 98, + 221 + ], + [ + 97, + 220 + ], + [ + 96, + 219 + ], + [ + 95, + 218 + ], + [ + 94, + 218 + ], + [ + 93, + 217 + ], + [ + 92, + 216 + ], + [ + 91, + 216 + ], + [ + 90, + 216 + ], + [ + 89, + 216 + ], + [ + 88, + 215 + ], + [ + 87, + 216 + ], + [ + 86, + 215 + ], + [ + 85, + 216 + ], + [ + 84, + 217 + ], + [ + 83, + 217 + ], + [ + 82, + 216 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 117, + 502 + ], + [ + 116, + 503 + ], + [ + 115, + 504 + ], + [ + 114, + 505 + ], + [ + 113, + 506 + ], + [ + 112, + 507 + ], + [ + 111, + 508 + ], + [ + 110, + 509 + ], + [ + 109, + 510 + ], + [ + 108, + 511 + ], + [ + 107, + 0 + ], + [ + 106, + 1 + ], + [ + 105, + 0 + ], + [ + 104, + 0 + ], + [ + 103, + 0 + ], + [ + 102, + 0 + ], + [ + 101, + 0 + ], + [ + 100, + 0 + ], + [ + 99, + 0 + ], + [ + 98, + 1 + ], + [ + 97, + 0 + ], + [ + 96, + 0 + ], + [ + 95, + 0 + ], + [ + 94, + 0 + ], + [ + 93, + 0 + ], + [ + 92, + 0 + ], + [ + 91, + 0 + ], + [ + 90, + 0 + ], + [ + 89, + 0 + ], + [ + 88, + 0 + ], + [ + 89, + 1 + ], + [ + 90, + 1 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 72, + 368 + ], + [ + 71, + 367 + ], + [ + 70, + 366 + ], + [ + 69, + 365 + ], + [ + 68, + 364 + ], + [ + 67, + 363 + ], + [ + 67, + 362 + ], + [ + 67, + 361 + ], + [ + 67, + 360 + ], + [ + 67, + 359 + ], + [ + 66, + 359 + ], + [ + 67, + 358 + ], + [ + 68, + 357 + ], + [ + 67, + 356 + ], + [ + 68, + 355 + ], + [ + 69, + 354 + ], + [ + 70, + 353 + ], + [ + 71, + 352 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 53, + 154 + ], + [ + 54, + 153 + ], + [ + 55, + 154 + ], + [ + 56, + 153 + ], + [ + 57, + 154 + ], + [ + 58, + 153 + ], + [ + 59, + 154 + ], + [ + 60, + 154 + ], + [ + 61, + 155 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 60, + 265 + ], + [ + 59, + 264 + ], + [ + 58, + 264 + ], + [ + 57, + 263 + ], + [ + 56, + 262 + ], + [ + 56, + 261 + ], + [ + 55, + 260 + ], + [ + 54, + 259 + ], + [ + 53, + 258 + ], + [ + 53, + 257 + ], + [ + 54, + 256 + ], + [ + 53, + 255 + ], + [ + 54, + 254 + ], + [ + 53, + 253 + ], + [ + 54, + 252 + ], + [ + 53, + 252 + ], + [ + 54, + 251 + ], + [ + 54, + 250 + ], + [ + 53, + 251 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 34, + 374 + ], + [ + 33, + 375 + ], + [ + 32, + 376 + ], + [ + 32, + 377 + ], + [ + 31, + 378 + ], + [ + 31, + 379 + ], + [ + 30, + 380 + ], + [ + 29, + 379 + ], + [ + 28, + 379 + ], + [ + 28, + 380 + ], + [ + 27, + 379 + ], + [ + 26, + 380 + ], + [ + 25, + 381 + ], + [ + 24, + 380 + ], + [ + 23, + 379 + ], + [ + 22, + 378 + ], + [ + 21, + 378 + ], + [ + 20, + 379 + ], + [ + 19, + 378 + ], + [ + 18, + 377 + ], + [ + 17, + 377 + ], + [ + 16, + 378 + ], + [ + 15, + 379 + ], + [ + 14, + 380 + ], + [ + 13, + 380 + ], + [ + 12, + 380 + ], + [ + 11, + 379 + ], + [ + 10, + 378 + ], + [ + 10, + 379 + ], + [ + 9, + 380 + ], + [ + 8, + 379 + ], + [ + 7, + 380 + ], + [ + 6, + 381 + ], + [ + 5, + 382 + ], + [ + 4, + 381 + ], + [ + 3, + 381 + ], + [ + 2, + 382 + ], + [ + 1, + 383 + ], + [ + 0, + 384 + ], + [ + 0, + 383 + ], + [ + 1, + 384 + ], + [ + 0, + 385 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 112, + 204 + ], + [ + 113, + 203 + ], + [ + 114, + 203 + ], + [ + 115, + 204 + ], + [ + 116, + 205 + ], + [ + 117, + 204 + ], + [ + 116, + 204 + ], + [ + 115, + 205 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 216, + 350 + ], + [ + 217, + 351 + ], + [ + 218, + 352 + ], + [ + 219, + 353 + ], + [ + 220, + 354 + ], + [ + 221, + 355 + ], + [ + 222, + 356 + ], + [ + 221, + 357 + ], + [ + 220, + 358 + ], + [ + 219, + 358 + ], + [ + 220, + 359 + ], + [ + 219, + 359 + ], + [ + 218, + 360 + ], + [ + 217, + 360 + ], + [ + 216, + 360 + ], + [ + 215, + 360 + ], + [ + 216, + 361 + ], + [ + 217, + 362 + ], + [ + 217, + 361 + ], + [ + 216, + 362 + ], + [ + 215, + 361 + ], + [ + 214, + 361 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 282 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 42, + 15 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 52, + 489 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 64, + 187 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 77, + 271 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 113, + 153 + ], + "peak": [ + 112, + 156 + ], + "area_cells": 900 + }, + { + "id": "range_2", + "name": null, + "center": [ + 120, + 499 + ], + "peak": [ + 121, + 511 + ], + "area_cells": 597 + }, + { + "id": "range_4", + "name": null, + "center": [ + 158, + 124 + ], + "peak": [ + 145, + 281 + ], + "area_cells": 9541 + }, + { + "id": "range_5", + "name": null, + "center": [ + 172, + 438 + ], + "peak": [ + 162, + 386 + ], + "area_cells": 6238 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325e/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325e/globe.png new file mode 100644 index 000000000..830cd7e6d Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325e/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325e/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325e/heightmap.png new file mode 100644 index 000000000..9cc52d772 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325e/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325e/index.md new file mode 100644 index 000000000..d0de41725 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3325e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 637877178 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.739 + period_days: 260.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.4 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.8 + polar_ice_lat: 0.13 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.213 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325e + +Frozen planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325e/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325e/markers.json new file mode 100644 index 000000000..3b87cbc04 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325e/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 138, + 400 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 128, + 464 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 153, + 110 + ], + "area_fraction": 0.005 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 207, + 57 + ], + "area_fraction": 0.0487 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 218, + 364 + ], + "area_fraction": 0.0777 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325f/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325f/globe.png new file mode 100644 index 000000000..a94389fc0 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325f/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325f/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325f/heightmap.png new file mode 100644 index 000000000..fbca5bd05 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325f/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325f/index.md new file mode 100644 index 000000000..b341ec77d --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3325f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4092334505 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.29 + period_days: 600.0 + axial_tilt_deg: 33.6 +physical: + gravity_g: 0.32 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.892 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.259 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325f + +Frozen planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325f/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325f/markers.json new file mode 100644 index 000000000..d3a81a970 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325f/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 72, + 52 + ], + "area_fraction": 0.0443 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 85, + 314 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 75, + 222 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 176, + 221 + ], + "peak": [ + 177, + 222 + ], + "area_cells": 341 + }, + { + "id": "range_2", + "name": null, + "center": [ + 211, + 29 + ], + "peak": [ + 198, + 45 + ], + "area_cells": 2250 + }, + { + "id": "range_6", + "name": null, + "center": [ + 217, + 498 + ], + "peak": [ + 215, + 494 + ], + "area_cells": 582 + }, + { + "id": "range_8", + "name": null, + "center": [ + 230, + 206 + ], + "peak": [ + 220, + 161 + ], + "area_cells": 1877 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 472 + ], + "peak": [ + 212, + 472 + ], + "area_cells": 22 + }, + { + "id": "range_15", + "name": null, + "center": [ + 238, + 82 + ], + "peak": [ + 243, + 99 + ], + "area_cells": 164 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/globe.png new file mode 100644 index 000000000..8b893bbbc Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/heightmap.png new file mode 100644 index 000000000..cc2dabb52 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/index.md new file mode 100644 index 000000000..df3892387 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3325g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1199084141 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.06 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.842 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325g-1 + +Barren moon. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/markers.json new file mode 100644 index 000000000..aa116699c --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325g-1/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 344 + ], + "peak": [ + 66, + 336 + ], + "area_cells": 359 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 219 + ], + "peak": [ + 53, + 217 + ], + "area_cells": 909 + }, + { + "id": "range_4", + "name": null, + "center": [ + 129, + 286 + ], + "peak": [ + 81, + 277 + ], + "area_cells": 6962 + }, + { + "id": "range_5", + "name": null, + "center": [ + 46, + 274 + ], + "peak": [ + 46, + 275 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 45 + ], + "peak": [ + 66, + 46 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 70, + 58 + ], + "peak": [ + 71, + 59 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 89 + ], + "peak": [ + 92, + 89 + ], + "area_cells": 152 + }, + { + "id": "range_11", + "name": null, + "center": [ + 86, + 42 + ], + "peak": [ + 87, + 41 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 97, + 55 + ], + "peak": [ + 92, + 57 + ], + "area_cells": 236 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 186 + ], + "peak": [ + 94, + 186 + ], + "area_cells": 51 + }, + { + "id": "range_16", + "name": null, + "center": [ + 109, + 224 + ], + "peak": [ + 110, + 226 + ], + "area_cells": 154 + }, + { + "id": "range_17", + "name": null, + "center": [ + 107, + 358 + ], + "peak": [ + 106, + 358 + ], + "area_cells": 66 + }, + { + "id": "range_20", + "name": null, + "center": [ + 110, + 420 + ], + "peak": [ + 112, + 418 + ], + "area_cells": 87 + }, + { + "id": "range_23", + "name": null, + "center": [ + 147, + 442 + ], + "peak": [ + 140, + 417 + ], + "area_cells": 1036 + }, + { + "id": "range_24", + "name": null, + "center": [ + 127, + 66 + ], + "peak": [ + 127, + 66 + ], + "area_cells": 56 + }, + { + "id": "range_25", + "name": null, + "center": [ + 130, + 156 + ], + "peak": [ + 131, + 157 + ], + "area_cells": 57 + }, + { + "id": "range_28", + "name": null, + "center": [ + 174, + 392 + ], + "peak": [ + 186, + 394 + ], + "area_cells": 1112 + }, + { + "id": "range_29", + "name": null, + "center": [ + 151, + 136 + ], + "peak": [ + 155, + 140 + ], + "area_cells": 293 + }, + { + "id": "range_30", + "name": null, + "center": [ + 172, + 174 + ], + "peak": [ + 185, + 157 + ], + "area_cells": 827 + }, + { + "id": "range_32", + "name": null, + "center": [ + 156, + 19 + ], + "peak": [ + 160, + 16 + ], + "area_cells": 108 + }, + { + "id": "range_35", + "name": null, + "center": [ + 189, + 123 + ], + "peak": [ + 189, + 124 + ], + "area_cells": 68 + }, + { + "id": "range_39", + "name": null, + "center": [ + 205, + 145 + ], + "peak": [ + 208, + 146 + ], + "area_cells": 153 + }, + { + "id": "range_40", + "name": null, + "center": [ + 198, + 504 + ], + "peak": [ + 199, + 505 + ], + "area_cells": 34 + }, + { + "id": "range_41", + "name": null, + "center": [ + 216, + 235 + ], + "peak": [ + 218, + 235 + ], + "area_cells": 103 + }, + { + "id": "range_43", + "name": null, + "center": [ + 224, + 174 + ], + "peak": [ + 222, + 177 + ], + "area_cells": 129 + }, + { + "id": "range_47", + "name": null, + "center": [ + 227, + 195 + ], + "peak": [ + 229, + 196 + ], + "area_cells": 38 + }, + { + "id": "range_50", + "name": null, + "center": [ + 245, + 486 + ], + "peak": [ + 244, + 496 + ], + "area_cells": 1035 + }, + { + "id": "range_52", + "name": null, + "center": [ + 247, + 31 + ], + "peak": [ + 255, + 23 + ], + "area_cells": 1024 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/globe.png new file mode 100644 index 000000000..3fcd69734 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/heightmap.png new file mode 100644 index 000000000..84971c3eb Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/index.md new file mode 100644 index 000000000..b87e206ec --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3325g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2898804874 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 27.3 +physical: + gravity_g: 0.04 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.072 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325g-2 + +Frozen moon. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/markers.json new file mode 100644 index 000000000..20cc35eb3 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325g-2/markers.json @@ -0,0 +1,299 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 99, + 272 + ], + "area_fraction": 0.0758 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 131, + 31 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 209, + 136 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 226, + 213 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 218, + 275 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 352 + ], + "peak": [ + 42, + 368 + ], + "area_cells": 1938 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 311 + ], + "peak": [ + 14, + 312 + ], + "area_cells": 85 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 105 + ], + "peak": [ + 20, + 117 + ], + "area_cells": 480 + }, + { + "id": "range_5", + "name": null, + "center": [ + 36, + 130 + ], + "peak": [ + 36, + 130 + ], + "area_cells": 36 + }, + { + "id": "range_8", + "name": null, + "center": [ + 41, + 74 + ], + "peak": [ + 41, + 74 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 48, + 152 + ], + "peak": [ + 49, + 153 + ], + "area_cells": 178 + }, + { + "id": "range_12", + "name": null, + "center": [ + 66, + 15 + ], + "peak": [ + 67, + 15 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 84, + 9 + ], + "peak": [ + 80, + 9 + ], + "area_cells": 59 + }, + { + "id": "range_14", + "name": null, + "center": [ + 82, + 498 + ], + "peak": [ + 82, + 497 + ], + "area_cells": 23 + }, + { + "id": "range_15", + "name": null, + "center": [ + 87, + 121 + ], + "peak": [ + 87, + 123 + ], + "area_cells": 123 + }, + { + "id": "range_18", + "name": null, + "center": [ + 123, + 154 + ], + "peak": [ + 129, + 156 + ], + "area_cells": 678 + }, + { + "id": "range_19", + "name": null, + "center": [ + 112, + 206 + ], + "peak": [ + 112, + 205 + ], + "area_cells": 84 + }, + { + "id": "range_20", + "name": null, + "center": [ + 141, + 208 + ], + "peak": [ + 142, + 209 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 195, + 421 + ], + "peak": [ + 197, + 420 + ], + "area_cells": 148 + }, + { + "id": "range_23", + "name": null, + "center": [ + 230, + 483 + ], + "peak": [ + 229, + 478 + ], + "area_cells": 454 + }, + { + "id": "range_24", + "name": null, + "center": [ + 230, + 11 + ], + "peak": [ + 232, + 12 + ], + "area_cells": 180 + }, + { + "id": "range_25", + "name": null, + "center": [ + 247, + 342 + ], + "peak": [ + 246, + 346 + ], + "area_cells": 315 + }, + { + "id": "range_26", + "name": null, + "center": [ + 249, + 456 + ], + "peak": [ + 249, + 457 + ], + "area_cells": 156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325g/globe.png new file mode 100644 index 000000000..1f84e0454 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325g/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325g/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325g/index.md new file mode 100644 index 000000000..dd9281496 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ3325g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3074358610 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: null + oblateness: 0.0583 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.334 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.129 +--- + +# GJ3325g + +Gas giant. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325h/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325h/globe.png new file mode 100644 index 000000000..a37393514 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325h/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325h/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325h/heightmap.png new file mode 100644 index 000000000..b67f8280d Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325h/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325h/index.md new file mode 100644 index 000000000..d10c2071f --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3325h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1501947653 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.942 + period_days: 4500.0 + axial_tilt_deg: 37.4 +physical: + gravity_g: 0.22 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.712 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.217 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325h + +Frozen planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325h/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325h/markers.json new file mode 100644 index 000000000..48669c4fc --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325h/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 33, + 396 + ], + "area_fraction": 0.0431 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 50, + 63 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 209, + 50 + ], + "area_fraction": 0.0692 + }, + { + "id": "water_33", + "name": null, + "kind": "ocean", + "center": [ + 206, + 413 + ], + "area_fraction": 0.1428 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 143 + ], + "peak": [ + 0, + 143 + ], + "area_cells": 751 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 261 + ], + "peak": [ + 26, + 288 + ], + "area_cells": 5313 + }, + { + "id": "range_6", + "name": null, + "center": [ + 46, + 191 + ], + "peak": [ + 46, + 192 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 78, + 235 + ], + "peak": [ + 76, + 236 + ], + "area_cells": 307 + }, + { + "id": "range_10", + "name": null, + "center": [ + 104, + 69 + ], + "peak": [ + 107, + 58 + ], + "area_cells": 706 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 41 + ], + "peak": [ + 90, + 42 + ], + "area_cells": 91 + }, + { + "id": "range_12", + "name": null, + "center": [ + 94, + 152 + ], + "peak": [ + 96, + 152 + ], + "area_cells": 72 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 326 + ], + "peak": [ + 103, + 326 + ], + "area_cells": 110 + }, + { + "id": "range_16", + "name": null, + "center": [ + 158, + 158 + ], + "peak": [ + 182, + 136 + ], + "area_cells": 3978 + }, + { + "id": "range_17", + "name": null, + "center": [ + 145, + 237 + ], + "peak": [ + 146, + 239 + ], + "area_cells": 107 + }, + { + "id": "range_19", + "name": null, + "center": [ + 142, + 58 + ], + "peak": [ + 141, + 57 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 170, + 312 + ], + "peak": [ + 170, + 313 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325i/globe.png b/wiki/star-systems/GJ-3325/bodies/GJ3325i/globe.png new file mode 100644 index 000000000..e2e37a17b Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325i/globe.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325i/heightmap.png b/wiki/star-systems/GJ-3325/bodies/GJ3325i/heightmap.png new file mode 100644 index 000000000..0d047d847 Binary files /dev/null and b/wiki/star-systems/GJ-3325/bodies/GJ3325i/heightmap.png differ diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325i/index.md b/wiki/star-systems/GJ-3325/bodies/GJ3325i/index.md new file mode 100644 index 000000000..6f04cd4be --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3325i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2382805460 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.552 + period_days: 8500.0 + axial_tilt_deg: 40.4 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.22 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.428 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3325i + +Frozen planet. + +**System:** [GJ-3325](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 8500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3325/bodies/GJ3325i/markers.json b/wiki/star-systems/GJ-3325/bodies/GJ3325i/markers.json new file mode 100644 index 000000000..3e9155966 --- /dev/null +++ b/wiki/star-systems/GJ-3325/bodies/GJ3325i/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 41, + 451 + ], + "area_fraction": 0.0461 + }, + { + "id": "water_25", + "name": null, + "kind": "ocean", + "center": [ + 215, + 396 + ], + "area_fraction": 0.1365 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 225, + 91 + ], + "area_fraction": 0.0886 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 116, + 170 + ], + "peak": [ + 107, + 208 + ], + "area_cells": 3869 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 507 + ], + "peak": [ + 95, + 507 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 385 + ], + "peak": [ + 102, + 427 + ], + "area_cells": 3094 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 49 + ], + "peak": [ + 127, + 65 + ], + "area_cells": 1757 + }, + { + "id": "range_7", + "name": null, + "center": [ + 108, + 292 + ], + "peak": [ + 109, + 268 + ], + "area_cells": 781 + }, + { + "id": "range_8", + "name": null, + "center": [ + 102, + 486 + ], + "peak": [ + 103, + 485 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 275 + ], + "peak": [ + 134, + 274 + ], + "area_cells": 91 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 493 + ], + "peak": [ + 139, + 482 + ], + "area_cells": 372 + }, + { + "id": "range_11", + "name": null, + "center": [ + 140, + 10 + ], + "peak": [ + 140, + 11 + ], + "area_cells": 23 + }, + { + "id": "range_12", + "name": null, + "center": [ + 153, + 473 + ], + "peak": [ + 154, + 473 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 2 + ], + "peak": [ + 165, + 1 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3333b/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333b/globe.png new file mode 100644 index 000000000..8901187b1 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333b/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333b/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333b/heightmap.png new file mode 100644 index 000000000..e443fc932 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333b/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333b/index.md new file mode 100644 index 000000000..8ff26e0a3 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3333b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4255351299 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.163 + period_days: 24.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.44 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.811 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333b + +Barren planet. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 98% | +| **Year** | 24 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333b/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333b/markers.json new file mode 100644 index 000000000..d0aa00d6f --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333b/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 50 + ], + "peak": [ + 0, + 76 + ], + "area_cells": 553 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 85 + ], + "peak": [ + 0, + 82 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 253 + ], + "peak": [ + 3, + 255 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 17, + 133 + ], + "peak": [ + 20, + 133 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 14, + 311 + ], + "peak": [ + 15, + 313 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 32, + 301 + ], + "peak": [ + 31, + 301 + ], + "area_cells": 128 + }, + { + "id": "range_18", + "name": null, + "center": [ + 19, + 143 + ], + "peak": [ + 16, + 142 + ], + "area_cells": 44 + }, + { + "id": "range_19", + "name": null, + "center": [ + 85, + 159 + ], + "peak": [ + 84, + 197 + ], + "area_cells": 6966 + }, + { + "id": "range_20", + "name": null, + "center": [ + 31, + 79 + ], + "peak": [ + 34, + 80 + ], + "area_cells": 110 + }, + { + "id": "range_21", + "name": null, + "center": [ + 24, + 57 + ], + "peak": [ + 20, + 56 + ], + "area_cells": 60 + }, + { + "id": "range_22", + "name": null, + "center": [ + 33, + 319 + ], + "peak": [ + 33, + 319 + ], + "area_cells": 134 + }, + { + "id": "range_31", + "name": null, + "center": [ + 42, + 252 + ], + "peak": [ + 44, + 251 + ], + "area_cells": 48 + }, + { + "id": "range_33", + "name": null, + "center": [ + 50, + 342 + ], + "peak": [ + 46, + 349 + ], + "area_cells": 295 + }, + { + "id": "range_34", + "name": null, + "center": [ + 51, + 146 + ], + "peak": [ + 55, + 146 + ], + "area_cells": 64 + }, + { + "id": "range_35", + "name": null, + "center": [ + 117, + 397 + ], + "peak": [ + 158, + 412 + ], + "area_cells": 12093 + }, + { + "id": "range_37", + "name": null, + "center": [ + 109, + 33 + ], + "peak": [ + 125, + 10 + ], + "area_cells": 3312 + }, + { + "id": "range_41", + "name": null, + "center": [ + 84, + 341 + ], + "peak": [ + 83, + 335 + ], + "area_cells": 486 + }, + { + "id": "range_48", + "name": null, + "center": [ + 143, + 232 + ], + "peak": [ + 148, + 235 + ], + "area_cells": 401 + }, + { + "id": "range_49", + "name": null, + "center": [ + 147, + 271 + ], + "peak": [ + 153, + 269 + ], + "area_cells": 327 + }, + { + "id": "range_51", + "name": null, + "center": [ + 140, + 201 + ], + "peak": [ + 146, + 201 + ], + "area_cells": 113 + }, + { + "id": "range_53", + "name": null, + "center": [ + 148, + 64 + ], + "peak": [ + 148, + 76 + ], + "area_cells": 301 + }, + { + "id": "range_54", + "name": null, + "center": [ + 156, + 329 + ], + "peak": [ + 168, + 331 + ], + "area_cells": 81 + }, + { + "id": "range_55", + "name": null, + "center": [ + 156, + 499 + ], + "peak": [ + 161, + 498 + ], + "area_cells": 79 + }, + { + "id": "range_57", + "name": null, + "center": [ + 168, + 313 + ], + "peak": [ + 169, + 314 + ], + "area_cells": 62 + }, + { + "id": "range_59", + "name": null, + "center": [ + 176, + 233 + ], + "peak": [ + 176, + 234 + ], + "area_cells": 95 + }, + { + "id": "range_60", + "name": null, + "center": [ + 184, + 42 + ], + "peak": [ + 182, + 43 + ], + "area_cells": 209 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333c/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333c/globe.png new file mode 100644 index 000000000..69f277790 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333c/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333c/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333c/heightmap.png new file mode 100644 index 000000000..6a675b353 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333c/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333c/index.md new file mode 100644 index 000000000..fe3714087 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3333c +name: Groen +body_type: planet +planet_class: temperate +body_scale: planet +seed: 813892584 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.669 + period_days: 200.0 + axial_tilt_deg: 34.8 +physical: + gravity_g: 0.92 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.612 + polar_ice_lat: 0.715 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.399 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Groen + +Temperate planet. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 61% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 45M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333c/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333c/markers.json new file mode 100644 index 000000000..0c3c11f0e --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333c/markers.json @@ -0,0 +1,1343 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 76, + 213 + ], + [ + 76, + 214 + ], + [ + 76, + 215 + ], + [ + 77, + 216 + ], + [ + 78, + 216 + ], + [ + 79, + 216 + ], + [ + 80, + 217 + ], + [ + 81, + 218 + ], + [ + 82, + 219 + ], + [ + 83, + 220 + ], + [ + 84, + 221 + ], + [ + 85, + 222 + ], + [ + 86, + 222 + ], + [ + 87, + 222 + ], + [ + 88, + 221 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 110, + 352 + ], + [ + 109, + 351 + ], + [ + 108, + 350 + ], + [ + 107, + 349 + ], + [ + 106, + 348 + ], + [ + 105, + 347 + ], + [ + 104, + 346 + ], + [ + 103, + 345 + ], + [ + 102, + 344 + ], + [ + 101, + 343 + ], + [ + 101, + 342 + ], + [ + 100, + 341 + ], + [ + 99, + 341 + ], + [ + 99, + 340 + ], + [ + 100, + 339 + ], + [ + 99, + 339 + ], + [ + 98, + 339 + ], + [ + 99, + 338 + ], + [ + 98, + 337 + ], + [ + 97, + 336 + ], + [ + 98, + 335 + ], + [ + 99, + 336 + ], + [ + 99, + 335 + ], + [ + 99, + 334 + ], + [ + 99, + 333 + ], + [ + 98, + 333 + ], + [ + 98, + 332 + ], + [ + 97, + 333 + ], + [ + 96, + 334 + ], + [ + 95, + 333 + ], + [ + 96, + 332 + ], + [ + 97, + 332 + ], + [ + 97, + 331 + ], + [ + 97, + 330 + ], + [ + 96, + 329 + ], + [ + 97, + 329 + ], + [ + 96, + 328 + ], + [ + 97, + 327 + ], + [ + 96, + 326 + ], + [ + 96, + 325 + ], + [ + 97, + 324 + ], + [ + 97, + 325 + ], + [ + 98, + 326 + ], + [ + 97, + 326 + ], + [ + 98, + 325 + ], + [ + 98, + 324 + ], + [ + 98, + 323 + ], + [ + 99, + 324 + ], + [ + 100, + 324 + ], + [ + 101, + 325 + ], + [ + 100, + 325 + ], + [ + 101, + 324 + ], + [ + 100, + 323 + ], + [ + 100, + 322 + ], + [ + 99, + 323 + ], + [ + 98, + 322 + ], + [ + 97, + 321 + ], + [ + 98, + 320 + ], + [ + 97, + 319 + ], + [ + 96, + 318 + ], + [ + 97, + 317 + ], + [ + 97, + 318 + ], + [ + 98, + 317 + ], + [ + 97, + 316 + ], + [ + 97, + 315 + ], + [ + 96, + 314 + ], + [ + 95, + 313 + ], + [ + 94, + 312 + ], + [ + 94, + 311 + ], + [ + 94, + 310 + ], + [ + 93, + 309 + ], + [ + 93, + 308 + ], + [ + 94, + 308 + ], + [ + 93, + 307 + ], + [ + 92, + 306 + ], + [ + 91, + 305 + ], + [ + 90, + 304 + ], + [ + 91, + 303 + ], + [ + 90, + 302 + ], + [ + 91, + 301 + ], + [ + 91, + 300 + ], + [ + 90, + 301 + ], + [ + 90, + 300 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 112, + 267 + ], + [ + 112, + 268 + ], + [ + 113, + 269 + ], + [ + 112, + 270 + ], + [ + 111, + 271 + ], + [ + 111, + 272 + ], + [ + 112, + 273 + ], + [ + 113, + 274 + ], + [ + 114, + 275 + ], + [ + 114, + 276 + ], + [ + 113, + 277 + ], + [ + 112, + 278 + ], + [ + 113, + 279 + ], + [ + 112, + 280 + ], + [ + 113, + 281 + ], + [ + 112, + 281 + ], + [ + 113, + 282 + ], + [ + 112, + 282 + ], + [ + 112, + 283 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 140, + 316 + ], + [ + 141, + 315 + ], + [ + 142, + 314 + ], + [ + 143, + 313 + ], + [ + 144, + 312 + ], + [ + 145, + 311 + ], + [ + 146, + 310 + ], + [ + 147, + 309 + ], + [ + 148, + 309 + ], + [ + 149, + 309 + ], + [ + 150, + 308 + ], + [ + 151, + 309 + ], + [ + 152, + 310 + ], + [ + 153, + 310 + ], + [ + 153, + 311 + ], + [ + 154, + 310 + ], + [ + 155, + 311 + ], + [ + 156, + 312 + ], + [ + 157, + 313 + ], + [ + 158, + 314 + ], + [ + 159, + 315 + ], + [ + 160, + 316 + ], + [ + 161, + 317 + ], + [ + 162, + 317 + ], + [ + 163, + 318 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 103, + 53 + ], + [ + 102, + 52 + ], + [ + 101, + 51 + ], + [ + 100, + 52 + ], + [ + 99, + 51 + ], + [ + 98, + 52 + ], + [ + 97, + 53 + ], + [ + 96, + 54 + ], + [ + 95, + 55 + ], + [ + 94, + 55 + ], + [ + 93, + 55 + ], + [ + 92, + 54 + ], + [ + 91, + 55 + ], + [ + 90, + 54 + ], + [ + 89, + 54 + ], + [ + 88, + 54 + ], + [ + 87, + 54 + ], + [ + 86, + 53 + ], + [ + 85, + 53 + ], + [ + 84, + 53 + ], + [ + 83, + 53 + ], + [ + 82, + 52 + ], + [ + 83, + 51 + ], + [ + 82, + 50 + ], + [ + 81, + 49 + ], + [ + 81, + 50 + ], + [ + 82, + 49 + ], + [ + 82, + 48 + ], + [ + 81, + 48 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 154, + 7 + ], + [ + 155, + 6 + ], + [ + 156, + 6 + ], + [ + 157, + 5 + ], + [ + 158, + 4 + ], + [ + 159, + 3 + ], + [ + 160, + 3 + ], + [ + 161, + 2 + ], + [ + 162, + 1 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 124, + 282 + ], + [ + 125, + 283 + ], + [ + 126, + 283 + ], + [ + 127, + 284 + ], + [ + 128, + 285 + ], + [ + 129, + 286 + ], + [ + 130, + 287 + ], + [ + 131, + 288 + ], + [ + 132, + 288 + ], + [ + 132, + 289 + ], + [ + 132, + 290 + ], + [ + 133, + 291 + ], + [ + 134, + 292 + ], + [ + 133, + 292 + ], + [ + 133, + 293 + ], + [ + 133, + 294 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 168, + 97 + ], + [ + 169, + 96 + ], + [ + 169, + 95 + ], + [ + 169, + 94 + ], + [ + 169, + 93 + ], + [ + 169, + 92 + ], + [ + 170, + 91 + ], + [ + 169, + 90 + ], + [ + 170, + 89 + ], + [ + 170, + 88 + ], + [ + 170, + 87 + ], + [ + 170, + 86 + ], + [ + 170, + 85 + ], + [ + 170, + 84 + ], + [ + 171, + 83 + ], + [ + 172, + 82 + ], + [ + 171, + 81 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 162, + 86 + ], + [ + 163, + 85 + ], + [ + 164, + 85 + ], + [ + 165, + 84 + ], + [ + 166, + 83 + ], + [ + 167, + 82 + ], + [ + 168, + 81 + ], + [ + 169, + 82 + ], + [ + 170, + 82 + ], + [ + 171, + 81 + ], + [ + 172, + 82 + ], + [ + 171, + 82 + ], + [ + 172, + 81 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 188, + 397 + ], + [ + 189, + 398 + ], + [ + 190, + 397 + ], + [ + 191, + 396 + ], + [ + 192, + 396 + ], + [ + 193, + 396 + ], + [ + 194, + 397 + ], + [ + 195, + 398 + ], + [ + 196, + 398 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 128, + 327 + ], + [ + 129, + 327 + ], + [ + 130, + 328 + ], + [ + 131, + 329 + ], + [ + 132, + 330 + ], + [ + 133, + 331 + ], + [ + 134, + 332 + ], + [ + 135, + 333 + ], + [ + 134, + 334 + ], + [ + 134, + 335 + ], + [ + 133, + 336 + ], + [ + 134, + 337 + ], + [ + 133, + 338 + ], + [ + 134, + 339 + ], + [ + 133, + 339 + ], + [ + 133, + 340 + ], + [ + 132, + 340 + ], + [ + 132, + 341 + ], + [ + 133, + 342 + ], + [ + 133, + 341 + ], + [ + 132, + 342 + ], + [ + 133, + 343 + ], + [ + 132, + 344 + ], + [ + 132, + 343 + ], + [ + 133, + 344 + ], + [ + 132, + 345 + ], + [ + 131, + 344 + ], + [ + 131, + 345 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 66, + 423 + ], + "area_fraction": 0.0232 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 99, + 204 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 204, + 277 + ], + "area_fraction": 0.3264 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 130, + 100 + ], + "area_fraction": 0.0202 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 140 + ], + "peak": [ + 23, + 129 + ], + "area_cells": 878 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 209 + ], + "peak": [ + 16, + 204 + ], + "area_cells": 100 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 245 + ], + "peak": [ + 29, + 260 + ], + "area_cells": 550 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 31 + ], + "peak": [ + 41, + 13 + ], + "area_cells": 2075 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 188 + ], + "peak": [ + 36, + 191 + ], + "area_cells": 84 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 495 + ], + "peak": [ + 43, + 511 + ], + "area_cells": 800 + }, + { + "id": "range_8", + "name": null, + "center": [ + 55, + 326 + ], + "peak": [ + 56, + 325 + ], + "area_cells": 161 + }, + { + "id": "range_9", + "name": null, + "center": [ + 61, + 365 + ], + "peak": [ + 62, + 369 + ], + "area_cells": 152 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 128 + ], + "peak": [ + 76, + 138 + ], + "area_cells": 729 + }, + { + "id": "range_12", + "name": null, + "center": [ + 118, + 465 + ], + "peak": [ + 131, + 471 + ], + "area_cells": 483 + }, + { + "id": "range_13", + "name": null, + "center": [ + 123, + 213 + ], + "peak": [ + 122, + 210 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 31 + ], + "peak": [ + 164, + 27 + ], + "area_cells": 292 + }, + { + "id": "range_15", + "name": null, + "center": [ + 173, + 57 + ], + "peak": [ + 173, + 58 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333d/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333d/globe.png new file mode 100644 index 000000000..6d7ec97d8 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333d/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333d/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333d/heightmap.png new file mode 100644 index 000000000..921717452 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333d/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333d/index.md new file mode 100644 index 000000000..5dc4d943f --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3333d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1583186707 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.098 + period_days: 420.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.68 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.908 + polar_ice_lat: 0.486 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333d + +Cold Arid planet. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333d/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333d/markers.json new file mode 100644 index 000000000..3dccc5e92 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333d/markers.json @@ -0,0 +1,888 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 206 + ], + [ + 136, + 205 + ], + [ + 135, + 204 + ], + [ + 135, + 203 + ], + [ + 134, + 202 + ], + [ + 134, + 201 + ], + [ + 134, + 200 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 22, + 452 + ], + [ + 21, + 452 + ], + [ + 20, + 451 + ], + [ + 19, + 452 + ], + [ + 18, + 451 + ], + [ + 17, + 452 + ], + [ + 16, + 452 + ], + [ + 15, + 451 + ], + [ + 14, + 450 + ], + [ + 13, + 450 + ], + [ + 12, + 450 + ], + [ + 11, + 450 + ], + [ + 10, + 449 + ], + [ + 9, + 448 + ], + [ + 8, + 447 + ], + [ + 9, + 446 + ], + [ + 8, + 445 + ], + [ + 7, + 444 + ], + [ + 7, + 443 + ], + [ + 6, + 442 + ], + [ + 5, + 441 + ], + [ + 5, + 440 + ], + [ + 6, + 439 + ], + [ + 5, + 438 + ], + [ + 6, + 437 + ], + [ + 7, + 436 + ], + [ + 7, + 435 + ], + [ + 7, + 434 + ], + [ + 7, + 433 + ], + [ + 8, + 432 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 66, + 215 + ], + [ + 65, + 214 + ], + [ + 64, + 213 + ], + [ + 63, + 214 + ], + [ + 62, + 215 + ], + [ + 61, + 216 + ], + [ + 60, + 217 + ], + [ + 59, + 217 + ], + [ + 58, + 217 + ], + [ + 57, + 217 + ], + [ + 56, + 217 + ], + [ + 55, + 218 + ], + [ + 54, + 219 + ], + [ + 53, + 220 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 33, + 197 + ], + [ + 34, + 198 + ], + [ + 35, + 199 + ], + [ + 36, + 199 + ], + [ + 37, + 200 + ], + [ + 37, + 201 + ], + [ + 38, + 200 + ], + [ + 38, + 199 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 293 + ], + [ + 0, + 294 + ], + [ + 1, + 293 + ], + [ + 0, + 292 + ], + [ + 1, + 292 + ], + [ + 2, + 293 + ], + [ + 3, + 293 + ], + [ + 3, + 292 + ], + [ + 4, + 291 + ], + [ + 5, + 290 + ], + [ + 5, + 289 + ], + [ + 5, + 288 + ], + [ + 6, + 288 + ], + [ + 7, + 289 + ], + [ + 8, + 289 + ], + [ + 7, + 288 + ], + [ + 8, + 288 + ], + [ + 9, + 288 + ], + [ + 9, + 287 + ], + [ + 9, + 286 + ], + [ + 10, + 285 + ], + [ + 10, + 284 + ], + [ + 9, + 285 + ], + [ + 8, + 284 + ], + [ + 7, + 283 + ], + [ + 7, + 282 + ], + [ + 8, + 282 + ], + [ + 8, + 283 + ], + [ + 9, + 283 + ], + [ + 9, + 282 + ], + [ + 9, + 281 + ], + [ + 10, + 282 + ], + [ + 11, + 282 + ], + [ + 12, + 283 + ], + [ + 11, + 283 + ], + [ + 10, + 283 + ], + [ + 9, + 284 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 103, + 397 + ], + [ + 104, + 398 + ], + [ + 104, + 399 + ], + [ + 105, + 400 + ], + [ + 106, + 401 + ], + [ + 107, + 402 + ], + [ + 107, + 403 + ], + [ + 108, + 404 + ], + [ + 109, + 405 + ], + [ + 109, + 406 + ], + [ + 108, + 407 + ], + [ + 107, + 408 + ], + [ + 108, + 408 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 191, + 100 + ], + [ + 190, + 101 + ], + [ + 189, + 102 + ], + [ + 188, + 103 + ], + [ + 187, + 102 + ], + [ + 186, + 102 + ], + [ + 185, + 102 + ], + [ + 184, + 103 + ], + [ + 183, + 104 + ], + [ + 182, + 105 + ], + [ + 181, + 106 + ], + [ + 180, + 107 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 28, + 300 + ], + [ + 29, + 299 + ], + [ + 30, + 298 + ], + [ + 31, + 298 + ], + [ + 32, + 298 + ], + [ + 33, + 299 + ], + [ + 34, + 299 + ], + [ + 35, + 298 + ], + [ + 36, + 299 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 205, + 141 + ], + [ + 205, + 140 + ], + [ + 205, + 139 + ], + [ + 206, + 138 + ], + [ + 207, + 137 + ], + [ + 206, + 136 + ], + [ + 205, + 135 + ], + [ + 206, + 135 + ], + [ + 207, + 135 + ], + [ + 208, + 135 + ], + [ + 207, + 134 + ], + [ + 206, + 134 + ], + [ + 205, + 133 + ], + [ + 205, + 132 + ], + [ + 204, + 133 + ], + [ + 204, + 132 + ], + [ + 205, + 131 + ], + [ + 204, + 131 + ], + [ + 203, + 130 + ], + [ + 203, + 129 + ], + [ + 202, + 128 + ], + [ + 201, + 127 + ], + [ + 201, + 126 + ], + [ + 201, + 125 + ], + [ + 201, + 124 + ], + [ + 200, + 124 + ], + [ + 200, + 123 + ], + [ + 201, + 122 + ], + [ + 200, + 122 + ], + [ + 201, + 121 + ], + [ + 200, + 121 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 30, + 205 + ], + [ + 31, + 205 + ], + [ + 32, + 206 + ], + [ + 33, + 207 + ], + [ + 34, + 208 + ], + [ + 35, + 208 + ], + [ + 35, + 207 + ], + [ + 36, + 206 + ], + [ + 36, + 207 + ], + [ + 37, + 206 + ], + [ + 36, + 205 + ], + [ + 36, + 204 + ], + [ + 37, + 205 + ], + [ + 37, + 204 + ], + [ + 37, + 203 + ], + [ + 37, + 202 + ], + [ + 38, + 201 + ], + [ + 38, + 200 + ], + [ + 38, + 199 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 97 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 14, + 397 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 52, + 340 + ], + "area_fraction": 0.0163 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 159, + 144 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 196, + 393 + ], + "peak": [ + 195, + 394 + ], + "area_cells": 163 + }, + { + "id": "range_2", + "name": null, + "center": [ + 197, + 309 + ], + "peak": [ + 200, + 307 + ], + "area_cells": 421 + }, + { + "id": "range_3", + "name": null, + "center": [ + 209, + 250 + ], + "peak": [ + 204, + 242 + ], + "area_cells": 1423 + }, + { + "id": "range_4", + "name": null, + "center": [ + 212, + 209 + ], + "peak": [ + 211, + 210 + ], + "area_cells": 231 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/globe.png new file mode 100644 index 000000000..99c5b3254 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/heightmap.png new file mode 100644 index 000000000..094fd43a7 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/index.md new file mode 100644 index 000000000..716419532 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3333e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2495520056 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.14 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333e-m1 + +Frozen moon. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/markers.json new file mode 100644 index 000000000..71ada6214 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m1/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 214 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 94, + 483 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 455 + ], + "peak": [ + 5, + 458 + ], + "area_cells": 182 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 316 + ], + "peak": [ + 70, + 315 + ], + "area_cells": 157 + }, + { + "id": "range_4", + "name": null, + "center": [ + 78, + 206 + ], + "peak": [ + 78, + 209 + ], + "area_cells": 119 + }, + { + "id": "range_5", + "name": null, + "center": [ + 187, + 271 + ], + "peak": [ + 180, + 154 + ], + "area_cells": 26578 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 378 + ], + "peak": [ + 112, + 379 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 222, + 31 + ], + "peak": [ + 221, + 25 + ], + "area_cells": 1288 + }, + { + "id": "range_17", + "name": null, + "center": [ + 216, + 259 + ], + "peak": [ + 217, + 261 + ], + "area_cells": 73 + }, + { + "id": "range_23", + "name": null, + "center": [ + 250, + 61 + ], + "peak": [ + 252, + 62 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 258 + ], + "peak": [ + 255, + 243 + ], + "area_cells": 243 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/globe.png new file mode 100644 index 000000000..8575b2e09 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/heightmap.png new file mode 100644 index 000000000..d2720a9e9 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/index.md new file mode 100644 index 000000000..915a9742d --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3333e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1672536518 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.08 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.973 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333e-m2 + +Barren moon. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 93% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/markers.json new file mode 100644 index 000000000..1eb920682 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333e-m2/markers.json @@ -0,0 +1,383 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 29 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 70, + 390 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 79, + 357 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 36, + 265 + ], + "peak": [ + 35, + 266 + ], + "area_cells": 46 + }, + { + "id": "range_3", + "name": null, + "center": [ + 64, + 272 + ], + "peak": [ + 64, + 276 + ], + "area_cells": 538 + }, + { + "id": "range_8", + "name": null, + "center": [ + 70, + 39 + ], + "peak": [ + 70, + 39 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 225 + ], + "peak": [ + 96, + 222 + ], + "area_cells": 78 + }, + { + "id": "range_10", + "name": null, + "center": [ + 80, + 18 + ], + "peak": [ + 81, + 19 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 86, + 302 + ], + "peak": [ + 85, + 304 + ], + "area_cells": 89 + }, + { + "id": "range_15", + "name": null, + "center": [ + 120, + 130 + ], + "peak": [ + 124, + 130 + ], + "area_cells": 304 + }, + { + "id": "range_16", + "name": null, + "center": [ + 119, + 228 + ], + "peak": [ + 121, + 224 + ], + "area_cells": 58 + }, + { + "id": "range_17", + "name": null, + "center": [ + 127, + 256 + ], + "peak": [ + 124, + 255 + ], + "area_cells": 393 + }, + { + "id": "range_18", + "name": null, + "center": [ + 141, + 432 + ], + "peak": [ + 144, + 435 + ], + "area_cells": 249 + }, + { + "id": "range_19", + "name": null, + "center": [ + 156, + 45 + ], + "peak": [ + 162, + 38 + ], + "area_cells": 270 + }, + { + "id": "range_20", + "name": null, + "center": [ + 183, + 305 + ], + "peak": [ + 178, + 275 + ], + "area_cells": 9426 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 116 + ], + "peak": [ + 160, + 118 + ], + "area_cells": 74 + }, + { + "id": "range_23", + "name": null, + "center": [ + 163, + 206 + ], + "peak": [ + 163, + 207 + ], + "area_cells": 174 + }, + { + "id": "range_24", + "name": null, + "center": [ + 170, + 78 + ], + "peak": [ + 170, + 79 + ], + "area_cells": 122 + }, + { + "id": "range_25", + "name": null, + "center": [ + 161, + 186 + ], + "peak": [ + 162, + 187 + ], + "area_cells": 29 + }, + { + "id": "range_26", + "name": null, + "center": [ + 164, + 101 + ], + "peak": [ + 164, + 101 + ], + "area_cells": 42 + }, + { + "id": "range_28", + "name": null, + "center": [ + 180, + 484 + ], + "peak": [ + 180, + 484 + ], + "area_cells": 69 + }, + { + "id": "range_30", + "name": null, + "center": [ + 192, + 35 + ], + "peak": [ + 191, + 37 + ], + "area_cells": 119 + }, + { + "id": "range_31", + "name": null, + "center": [ + 191, + 157 + ], + "peak": [ + 192, + 157 + ], + "area_cells": 25 + }, + { + "id": "range_32", + "name": null, + "center": [ + 210, + 472 + ], + "peak": [ + 209, + 479 + ], + "area_cells": 271 + }, + { + "id": "range_33", + "name": null, + "center": [ + 201, + 450 + ], + "peak": [ + 201, + 451 + ], + "area_cells": 20 + }, + { + "id": "range_34", + "name": null, + "center": [ + 203, + 379 + ], + "peak": [ + 202, + 378 + ], + "area_cells": 41 + }, + { + "id": "range_36", + "name": null, + "center": [ + 205, + 56 + ], + "peak": [ + 206, + 58 + ], + "area_cells": 20 + }, + { + "id": "range_39", + "name": null, + "center": [ + 222, + 397 + ], + "peak": [ + 224, + 398 + ], + "area_cells": 50 + }, + { + "id": "range_42", + "name": null, + "center": [ + 227, + 159 + ], + "peak": [ + 229, + 160 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333e/globe.png new file mode 100644 index 000000000..3f9632869 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333e/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333e/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333e/index.md new file mode 100644 index 000000000..940bc54d6 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3333e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 871648044 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.896 + period_days: 1800.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: null + oblateness: 0.0528 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.337 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.124 +rings: + enabled: true + inner_radius_factor: 1.08 + outer_radius_factor: 2.68 + opacity_base: 0.5 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ3333e + +Gas giant. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333f/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333f/globe.png new file mode 100644 index 000000000..a85ee2529 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333f/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333f/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333f/heightmap.png new file mode 100644 index 000000000..76dfbde19 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333f/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333f/index.md new file mode 100644 index 000000000..7bac78778 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3333f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3617185443 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.569 + period_days: 4800.0 + axial_tilt_deg: 43.1 +physical: + gravity_g: 0.44 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.729 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333f + +Frozen planet. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333f/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333f/markers.json new file mode 100644 index 000000000..aa0bcf1b8 --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333f/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 174, + 394 + ], + "area_fraction": 0.1718 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 136, + 487 + ], + "area_fraction": 0.0258 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 153, + 31 + ], + "area_fraction": 0.0429 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 159, + 112 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 192, + 40 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 286 + ], + "peak": [ + 11, + 363 + ], + "area_cells": 16965 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 80 + ], + "peak": [ + 60, + 86 + ], + "area_cells": 515 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 211 + ], + "peak": [ + 139, + 208 + ], + "area_cells": 608 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333g/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333g/globe.png new file mode 100644 index 000000000..f32301f95 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333g/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333g/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333g/heightmap.png new file mode 100644 index 000000000..0fc527c89 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333g/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333g/index.md new file mode 100644 index 000000000..aad82704f --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3333g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2199712328 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.68 + period_days: 11000.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.34 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333g + +Frozen planet. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333g/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333g/markers.json new file mode 100644 index 000000000..1fb95f2ba --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333g/markers.json @@ -0,0 +1,266 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 165, + 215 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 215, + 165 + ], + "area_fraction": 0.1172 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 196, + 488 + ], + "area_fraction": 0.0148 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 1, + 264 + ], + "peak": [ + 0, + 264 + ], + "area_cells": 60 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 291 + ], + "peak": [ + 83, + 279 + ], + "area_cells": 5326 + }, + { + "id": "range_12", + "name": null, + "center": [ + 51, + 24 + ], + "peak": [ + 52, + 14 + ], + "area_cells": 556 + }, + { + "id": "range_14", + "name": null, + "center": [ + 43, + 508 + ], + "peak": [ + 45, + 511 + ], + "area_cells": 68 + }, + { + "id": "range_16", + "name": null, + "center": [ + 77, + 384 + ], + "peak": [ + 82, + 390 + ], + "area_cells": 513 + }, + { + "id": "range_19", + "name": null, + "center": [ + 89, + 56 + ], + "peak": [ + 86, + 57 + ], + "area_cells": 245 + }, + { + "id": "range_20", + "name": null, + "center": [ + 85, + 83 + ], + "peak": [ + 86, + 84 + ], + "area_cells": 62 + }, + { + "id": "range_21", + "name": null, + "center": [ + 116, + 494 + ], + "peak": [ + 114, + 492 + ], + "area_cells": 361 + }, + { + "id": "range_22", + "name": null, + "center": [ + 131, + 20 + ], + "peak": [ + 128, + 19 + ], + "area_cells": 1169 + }, + { + "id": "range_23", + "name": null, + "center": [ + 121, + 283 + ], + "peak": [ + 121, + 286 + ], + "area_cells": 122 + }, + { + "id": "range_28", + "name": null, + "center": [ + 135, + 68 + ], + "peak": [ + 130, + 62 + ], + "area_cells": 136 + }, + { + "id": "range_29", + "name": null, + "center": [ + 130, + 302 + ], + "peak": [ + 132, + 299 + ], + "area_cells": 42 + }, + { + "id": "range_31", + "name": null, + "center": [ + 137, + 477 + ], + "peak": [ + 138, + 474 + ], + "area_cells": 57 + }, + { + "id": "range_32", + "name": null, + "center": [ + 155, + 92 + ], + "peak": [ + 150, + 98 + ], + "area_cells": 479 + }, + { + "id": "range_35", + "name": null, + "center": [ + 151, + 152 + ], + "peak": [ + 151, + 151 + ], + "area_cells": 35 + }, + { + "id": "range_36", + "name": null, + "center": [ + 161, + 150 + ], + "peak": [ + 158, + 150 + ], + "area_cells": 58 + }, + { + "id": "range_37", + "name": null, + "center": [ + 193, + 365 + ], + "peak": [ + 178, + 326 + ], + "area_cells": 2657 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333h/globe.png b/wiki/star-systems/GJ-3333/bodies/GJ3333h/globe.png new file mode 100644 index 000000000..53ab6c95b Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333h/globe.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333h/heightmap.png b/wiki/star-systems/GJ-3333/bodies/GJ3333h/heightmap.png new file mode 100644 index 000000000..21e673f89 Binary files /dev/null and b/wiki/star-systems/GJ-3333/bodies/GJ3333h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333h/index.md b/wiki/star-systems/GJ-3333/bodies/GJ3333h/index.md new file mode 100644 index 000000000..5f68fc17e --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3333h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4143110734 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 18.046 + period_days: 28000.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.12 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.893 + polar_ice_lat: 0.301 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.239 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3333h + +Frozen planet. + +**System:** [GJ-3333](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3333/bodies/GJ3333h/markers.json b/wiki/star-systems/GJ-3333/bodies/GJ3333h/markers.json new file mode 100644 index 000000000..36c7f8b2d --- /dev/null +++ b/wiki/star-systems/GJ-3333/bodies/GJ3333h/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 213, + 37 + ], + "area_fraction": 0.0287 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 233, + 301 + ], + "area_fraction": 0.0494 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 203, + 180 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 223, + 498 + ], + "area_fraction": 0.0106 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 440 + ], + "peak": [ + 29, + 439 + ], + "area_cells": 184 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 149 + ], + "peak": [ + 81, + 172 + ], + "area_cells": 19669 + }, + { + "id": "range_5", + "name": null, + "center": [ + 37, + 424 + ], + "peak": [ + 38, + 425 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 315 + ], + "peak": [ + 56, + 319 + ], + "area_cells": 153 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 436 + ], + "peak": [ + 59, + 383 + ], + "area_cells": 5455 + }, + { + "id": "range_9", + "name": null, + "center": [ + 82, + 343 + ], + "peak": [ + 82, + 344 + ], + "area_cells": 139 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3379b/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379b/globe.png new file mode 100644 index 000000000..4b8e0d496 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379b/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379b/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379b/heightmap.png new file mode 100644 index 000000000..af92cd29d Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379b/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379b/index.md new file mode 100644 index 000000000..0277ca8a7 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3379b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1339906590 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 0.4 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.968 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379b + +Barren planet. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379b/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379b/markers.json new file mode 100644 index 000000000..81487f5b6 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379b/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 41 + ], + "peak": [ + 2, + 0 + ], + "area_cells": 1172 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 214 + ], + "peak": [ + 7, + 215 + ], + "area_cells": 49 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 471 + ], + "peak": [ + 3, + 436 + ], + "area_cells": 1155 + }, + { + "id": "range_4", + "name": null, + "center": [ + 17, + 224 + ], + "peak": [ + 16, + 224 + ], + "area_cells": 92 + }, + { + "id": "range_7", + "name": null, + "center": [ + 22, + 205 + ], + "peak": [ + 26, + 205 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 72, + 87 + ], + "peak": [ + 70, + 88 + ], + "area_cells": 77 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 101 + ], + "peak": [ + 105, + 114 + ], + "area_cells": 908 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 291 + ], + "peak": [ + 92, + 291 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 119, + 204 + ], + "peak": [ + 118, + 227 + ], + "area_cells": 1545 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 445 + ], + "peak": [ + 99, + 445 + ], + "area_cells": 170 + }, + { + "id": "range_15", + "name": null, + "center": [ + 141, + 367 + ], + "peak": [ + 141, + 379 + ], + "area_cells": 9370 + }, + { + "id": "range_16", + "name": null, + "center": [ + 156, + 89 + ], + "peak": [ + 158, + 72 + ], + "area_cells": 2931 + }, + { + "id": "range_19", + "name": null, + "center": [ + 141, + 6 + ], + "peak": [ + 139, + 8 + ], + "area_cells": 121 + }, + { + "id": "range_21", + "name": null, + "center": [ + 157, + 218 + ], + "peak": [ + 160, + 214 + ], + "area_cells": 439 + }, + { + "id": "range_22", + "name": null, + "center": [ + 151, + 509 + ], + "peak": [ + 151, + 511 + ], + "area_cells": 21 + }, + { + "id": "range_24", + "name": null, + "center": [ + 177, + 187 + ], + "peak": [ + 176, + 173 + ], + "area_cells": 205 + }, + { + "id": "range_28", + "name": null, + "center": [ + 186, + 23 + ], + "peak": [ + 185, + 24 + ], + "area_cells": 134 + }, + { + "id": "range_29", + "name": null, + "center": [ + 187, + 497 + ], + "peak": [ + 187, + 498 + ], + "area_cells": 20 + }, + { + "id": "range_32", + "name": null, + "center": [ + 200, + 332 + ], + "peak": [ + 200, + 332 + ], + "area_cells": 36 + }, + { + "id": "range_33", + "name": null, + "center": [ + 202, + 61 + ], + "peak": [ + 201, + 64 + ], + "area_cells": 55 + }, + { + "id": "range_34", + "name": null, + "center": [ + 203, + 104 + ], + "peak": [ + 204, + 104 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379c/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379c/globe.png new file mode 100644 index 000000000..8ecd2ab61 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379c/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379c/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379c/heightmap.png new file mode 100644 index 000000000..88263181d Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379c/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379c/index.md new file mode 100644 index 000000000..7cf6be62b --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3379c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1898440479 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 0.5 +physical: + gravity_g: 0.62 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.553 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.164 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379c + +Cold Arid planet. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379c/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379c/markers.json new file mode 100644 index 000000000..10823bb15 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379c/markers.json @@ -0,0 +1,851 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 34, + 199 + ], + [ + 33, + 200 + ], + [ + 32, + 201 + ], + [ + 31, + 202 + ], + [ + 30, + 202 + ], + [ + 29, + 202 + ], + [ + 28, + 202 + ], + [ + 27, + 202 + ], + [ + 26, + 202 + ], + [ + 25, + 202 + ], + [ + 24, + 202 + ], + [ + 23, + 202 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 18, + 303 + ], + [ + 17, + 304 + ], + [ + 16, + 305 + ], + [ + 15, + 305 + ], + [ + 14, + 304 + ], + [ + 14, + 305 + ], + [ + 13, + 305 + ], + [ + 12, + 305 + ], + [ + 11, + 305 + ], + [ + 10, + 305 + ], + [ + 9, + 305 + ], + [ + 8, + 305 + ], + [ + 7, + 305 + ], + [ + 8, + 304 + ], + [ + 8, + 303 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 93, + 440 + ], + [ + 92, + 439 + ], + [ + 91, + 438 + ], + [ + 90, + 437 + ], + [ + 89, + 436 + ], + [ + 88, + 435 + ], + [ + 87, + 434 + ], + [ + 86, + 433 + ], + [ + 85, + 434 + ], + [ + 84, + 434 + ], + [ + 83, + 434 + ], + [ + 82, + 434 + ], + [ + 82, + 433 + ], + [ + 82, + 432 + ], + [ + 81, + 431 + ], + [ + 82, + 431 + ], + [ + 83, + 430 + ], + [ + 82, + 430 + ], + [ + 83, + 431 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 65, + 511 + ], + [ + 65, + 0 + ], + [ + 66, + 0 + ], + [ + 67, + 0 + ], + [ + 68, + 0 + ], + [ + 69, + 511 + ], + [ + 70, + 0 + ], + [ + 71, + 1 + ], + [ + 72, + 0 + ], + [ + 71, + 0 + ], + [ + 72, + 1 + ], + [ + 72, + 2 + ], + [ + 73, + 2 + ], + [ + 74, + 1 + ], + [ + 73, + 0 + ], + [ + 74, + 511 + ], + [ + 74, + 0 + ], + [ + 75, + 0 + ], + [ + 75, + 1 + ], + [ + 76, + 0 + ], + [ + 76, + 511 + ], + [ + 76, + 510 + ], + [ + 75, + 511 + ], + [ + 75, + 510 + ], + [ + 76, + 509 + ], + [ + 75, + 509 + ], + [ + 75, + 508 + ], + [ + 74, + 507 + ], + [ + 73, + 506 + ], + [ + 74, + 505 + ], + [ + 73, + 504 + ], + [ + 74, + 504 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 34, + 180 + ], + [ + 33, + 180 + ], + [ + 32, + 180 + ], + [ + 31, + 180 + ], + [ + 30, + 181 + ], + [ + 29, + 181 + ], + [ + 28, + 180 + ], + [ + 27, + 180 + ], + [ + 26, + 181 + ], + [ + 25, + 180 + ], + [ + 24, + 181 + ], + [ + 23, + 181 + ], + [ + 22, + 182 + ], + [ + 22, + 183 + ], + [ + 21, + 183 + ], + [ + 20, + 182 + ], + [ + 19, + 181 + ], + [ + 19, + 180 + ], + [ + 18, + 181 + ], + [ + 18, + 182 + ], + [ + 18, + 183 + ], + [ + 19, + 183 + ], + [ + 19, + 182 + ], + [ + 20, + 183 + ], + [ + 21, + 182 + ], + [ + 20, + 181 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 106, + 268 + ], + [ + 107, + 269 + ], + [ + 108, + 270 + ], + [ + 109, + 271 + ], + [ + 109, + 272 + ], + [ + 109, + 273 + ], + [ + 110, + 274 + ], + [ + 110, + 275 + ], + [ + 110, + 276 + ], + [ + 109, + 277 + ], + [ + 108, + 278 + ], + [ + 108, + 279 + ], + [ + 107, + 280 + ], + [ + 106, + 281 + ], + [ + 107, + 282 + ], + [ + 107, + 283 + ], + [ + 106, + 284 + ], + [ + 106, + 285 + ], + [ + 107, + 286 + ], + [ + 107, + 287 + ], + [ + 106, + 288 + ], + [ + 106, + 289 + ], + [ + 106, + 290 + ], + [ + 106, + 291 + ], + [ + 106, + 292 + ], + [ + 106, + 293 + ], + [ + 106, + 294 + ], + [ + 107, + 295 + ], + [ + 107, + 296 + ], + [ + 107, + 297 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 35, + 123 + ], + [ + 36, + 123 + ], + [ + 37, + 123 + ], + [ + 38, + 122 + ], + [ + 39, + 123 + ], + [ + 40, + 124 + ], + [ + 40, + 125 + ], + [ + 41, + 125 + ], + [ + 42, + 126 + ], + [ + 41, + 127 + ], + [ + 42, + 128 + ], + [ + 43, + 128 + ], + [ + 44, + 129 + ], + [ + 45, + 129 + ], + [ + 46, + 130 + ], + [ + 47, + 131 + ], + [ + 47, + 132 + ], + [ + 48, + 132 + ], + [ + 48, + 133 + ], + [ + 47, + 134 + ], + [ + 46, + 134 + ], + [ + 46, + 133 + ], + [ + 45, + 134 + ], + [ + 44, + 133 + ], + [ + 43, + 133 + ], + [ + 43, + 134 + ], + [ + 43, + 135 + ], + [ + 44, + 135 + ], + [ + 43, + 136 + ], + [ + 42, + 137 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 86, + 400 + ], + [ + 85, + 401 + ], + [ + 84, + 402 + ], + [ + 83, + 403 + ], + [ + 82, + 404 + ], + [ + 81, + 405 + ], + [ + 80, + 406 + ], + [ + 81, + 407 + ], + [ + 80, + 408 + ], + [ + 80, + 407 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 29, + 222 + ], + [ + 30, + 221 + ], + [ + 30, + 220 + ], + [ + 31, + 220 + ], + [ + 32, + 220 + ], + [ + 32, + 219 + ], + [ + 33, + 220 + ], + [ + 34, + 220 + ], + [ + 35, + 220 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 14, + 445 + ], + "area_fraction": 0.0205 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 256 + ], + "peak": [ + 169, + 466 + ], + "area_cells": 38420 + }, + { + "id": "range_2", + "name": null, + "center": [ + 166, + 49 + ], + "peak": [ + 166, + 50 + ], + "area_cells": 99 + }, + { + "id": "range_3", + "name": null, + "center": [ + 202, + 220 + ], + "peak": [ + 199, + 213 + ], + "area_cells": 562 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379d/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379d/globe.png new file mode 100644 index 000000000..42830b4e2 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379d/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379d/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379d/heightmap.png new file mode 100644 index 000000000..fa802be93 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379d/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379d/index.md new file mode 100644 index 000000000..1b86b48f3 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3379d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1288547760 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.51 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.805 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379d + +Frozen planet. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.51g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 65 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379d/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379d/markers.json new file mode 100644 index 000000000..067eae3b2 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379d/markers.json @@ -0,0 +1,68 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 163, + 431 + ], + "area_fraction": 0.0633 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 190, + 53 + ], + "area_fraction": 0.0585 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 232, + 178 + ], + "area_fraction": 0.0356 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 230, + 342 + ], + "area_fraction": 0.0181 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 506 + ], + "peak": [ + 105, + 507 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/globe.png new file mode 100644 index 000000000..317dea600 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/heightmap.png new file mode 100644 index 000000000..37e75da11 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/index.md new file mode 100644 index 000000000..9e56fb776 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3379e-m1 +name: Shenwei +body_type: moon +planet_class: frozen +body_scale: moon +seed: 927656832 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 37.8 +physical: + gravity_g: 0.14 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.099 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Shenwei + +Frozen moon. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 93% | +| **Orbit** | 6 days | +| **Inhabited** | yes | +| **Population** | 18K | +| **Economy** | research | +| **Settlement** | underground_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/markers.json new file mode 100644 index 000000000..a71eea5dc --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m1/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 10, + 419 + ], + "area_fraction": 0.0224 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 232, + 238 + ], + "area_fraction": 0.0356 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 263 + ], + "peak": [ + 58, + 330 + ], + "area_cells": 42593 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 221 + ], + "peak": [ + 25, + 222 + ], + "area_cells": 66 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 294 + ], + "peak": [ + 33, + 295 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 37, + 114 + ], + "peak": [ + 37, + 121 + ], + "area_cells": 170 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 21 + ], + "peak": [ + 45, + 28 + ], + "area_cells": 245 + }, + { + "id": "range_9", + "name": null, + "center": [ + 79, + 99 + ], + "peak": [ + 80, + 100 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/globe.png new file mode 100644 index 000000000..2f5066648 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/heightmap.png new file mode 100644 index 000000000..1aa76236c Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/index.md new file mode 100644 index 000000000..98fb346d6 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3379e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1949256965 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.07 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379e-m2 + +Barren moon. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 98% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/markers.json new file mode 100644 index 000000000..fa908ca94 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379e-m2/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 354 + ], + "peak": [ + 61, + 360 + ], + "area_cells": 554 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 339 + ], + "peak": [ + 44, + 337 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 394 + ], + "peak": [ + 41, + 393 + ], + "area_cells": 1327 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 113 + ], + "peak": [ + 133, + 35 + ], + "area_cells": 13451 + }, + { + "id": "range_8", + "name": null, + "center": [ + 69, + 208 + ], + "peak": [ + 70, + 208 + ], + "area_cells": 259 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 381 + ], + "peak": [ + 120, + 466 + ], + "area_cells": 5792 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 260 + ], + "peak": [ + 86, + 277 + ], + "area_cells": 803 + }, + { + "id": "range_11", + "name": null, + "center": [ + 81, + 472 + ], + "peak": [ + 79, + 472 + ], + "area_cells": 96 + }, + { + "id": "range_13", + "name": null, + "center": [ + 106, + 499 + ], + "peak": [ + 103, + 490 + ], + "area_cells": 486 + }, + { + "id": "range_18", + "name": null, + "center": [ + 128, + 252 + ], + "peak": [ + 123, + 251 + ], + "area_cells": 141 + }, + { + "id": "range_20", + "name": null, + "center": [ + 135, + 0 + ], + "peak": [ + 138, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_21", + "name": null, + "center": [ + 143, + 508 + ], + "peak": [ + 140, + 511 + ], + "area_cells": 73 + }, + { + "id": "range_26", + "name": null, + "center": [ + 193, + 309 + ], + "peak": [ + 200, + 291 + ], + "area_cells": 1299 + }, + { + "id": "range_28", + "name": null, + "center": [ + 171, + 164 + ], + "peak": [ + 173, + 166 + ], + "area_cells": 50 + }, + { + "id": "range_30", + "name": null, + "center": [ + 173, + 53 + ], + "peak": [ + 175, + 54 + ], + "area_cells": 42 + }, + { + "id": "range_31", + "name": null, + "center": [ + 177, + 77 + ], + "peak": [ + 176, + 79 + ], + "area_cells": 168 + }, + { + "id": "range_34", + "name": null, + "center": [ + 185, + 434 + ], + "peak": [ + 184, + 435 + ], + "area_cells": 84 + }, + { + "id": "range_35", + "name": null, + "center": [ + 193, + 467 + ], + "peak": [ + 193, + 468 + ], + "area_cells": 28 + }, + { + "id": "range_40", + "name": null, + "center": [ + 211, + 88 + ], + "peak": [ + 209, + 101 + ], + "area_cells": 144 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379e/globe.png new file mode 100644 index 000000000..e21c70308 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379e/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379e/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379e/index.md new file mode 100644 index 000000000..e6acf1744 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3379e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3701379700 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.729 + period_days: 340.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: null + oblateness: 0.0813 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.184 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.105 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.63 + opacity_base: 0.54 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ3379e + +Gas giant. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 340 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379f/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379f/globe.png new file mode 100644 index 000000000..08010aa68 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379f/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379f/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379f/heightmap.png new file mode 100644 index 000000000..5927324cd Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379f/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379f/index.md new file mode 100644 index 000000000..88bd2d71a --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3379f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1112875611 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 40.3 +physical: + gravity_g: 0.33 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379f + +Frozen planet. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379f/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379f/markers.json new file mode 100644 index 000000000..78b897b26 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379f/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 22, + 287 + ], + "area_fraction": 0.1425 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 59, + 483 + ], + "area_fraction": 0.007 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 229, + 254 + ], + "area_fraction": 0.0353 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 235, + 35 + ], + "area_fraction": 0.0187 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 251 + ], + "peak": [ + 78, + 251 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 269 + ], + "peak": [ + 92, + 270 + ], + "area_cells": 160 + }, + { + "id": "range_3", + "name": null, + "center": [ + 117, + 239 + ], + "peak": [ + 119, + 232 + ], + "area_cells": 796 + }, + { + "id": "range_4", + "name": null, + "center": [ + 114, + 402 + ], + "peak": [ + 115, + 400 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 186 + ], + "peak": [ + 141, + 184 + ], + "area_cells": 317 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 221 + ], + "peak": [ + 142, + 221 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 174, + 151 + ], + "peak": [ + 193, + 120 + ], + "area_cells": 5494 + }, + { + "id": "range_12", + "name": null, + "center": [ + 178, + 465 + ], + "peak": [ + 200, + 509 + ], + "area_cells": 3585 + }, + { + "id": "range_14", + "name": null, + "center": [ + 173, + 26 + ], + "peak": [ + 169, + 29 + ], + "area_cells": 1367 + }, + { + "id": "range_15", + "name": null, + "center": [ + 187, + 318 + ], + "peak": [ + 199, + 320 + ], + "area_cells": 2761 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379g/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379g/globe.png new file mode 100644 index 000000000..4f9653825 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379g/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379g/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379g/heightmap.png new file mode 100644 index 000000000..1fd40d8b4 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379g/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379g/index.md new file mode 100644 index 000000000..128584296 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3379g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3472276395 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.24 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379g + +Frozen planet. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379g/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379g/markers.json new file mode 100644 index 000000000..f4b9d6e5d --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379g/markers.json @@ -0,0 +1,127 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 92 + ], + "area_fraction": 0.012 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 101, + 257 + ], + "area_fraction": 0.0365 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 117, + 323 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 201, + 174 + ], + "area_fraction": 0.0929 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 206, + 437 + ], + "area_fraction": 0.0812 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 202, + 21 + ], + "area_fraction": 0.0208 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 440 + ], + "peak": [ + 29, + 511 + ], + "area_cells": 8875 + }, + { + "id": "range_2", + "name": null, + "center": [ + 70, + 79 + ], + "peak": [ + 58, + 70 + ], + "area_cells": 10053 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 509 + ], + "peak": [ + 110, + 511 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 301 + ], + "peak": [ + 158, + 305 + ], + "area_cells": 153 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379h/globe.png b/wiki/star-systems/GJ-3379/bodies/GJ3379h/globe.png new file mode 100644 index 000000000..6658a4805 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379h/globe.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379h/heightmap.png b/wiki/star-systems/GJ-3379/bodies/GJ3379h/heightmap.png new file mode 100644 index 000000000..d8e119547 Binary files /dev/null and b/wiki/star-systems/GJ-3379/bodies/GJ3379h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379h/index.md b/wiki/star-systems/GJ-3379/bodies/GJ3379h/index.md new file mode 100644 index 000000000..a26ac2bf5 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3379h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1334063830 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.683 + period_days: 7400.0 + axial_tilt_deg: 16.8 +physical: + gravity_g: 0.1 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.807 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.237 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3379h + +Frozen planet. + +**System:** [GJ-3379](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 7400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3379/bodies/GJ3379h/markers.json b/wiki/star-systems/GJ-3379/bodies/GJ3379h/markers.json new file mode 100644 index 000000000..055b577a5 --- /dev/null +++ b/wiki/star-systems/GJ-3379/bodies/GJ3379h/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 61, + 113 + ], + "area_fraction": 0.0878 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 33, + 349 + ], + "area_fraction": 0.0721 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 76, + 9 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 176, + 21 + ], + "peak": [ + 175, + 22 + ], + "area_cells": 23 + }, + { + "id": "range_3", + "name": null, + "center": [ + 211, + 44 + ], + "peak": [ + 193, + 18 + ], + "area_cells": 4495 + }, + { + "id": "range_4", + "name": null, + "center": [ + 221, + 435 + ], + "peak": [ + 217, + 468 + ], + "area_cells": 6951 + }, + { + "id": "range_5", + "name": null, + "center": [ + 191, + 119 + ], + "peak": [ + 191, + 120 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 196, + 103 + ], + "peak": [ + 197, + 101 + ], + "area_cells": 46 + }, + { + "id": "range_8", + "name": null, + "center": [ + 202, + 163 + ], + "peak": [ + 203, + 165 + ], + "area_cells": 99 + }, + { + "id": "range_9", + "name": null, + "center": [ + 203, + 195 + ], + "peak": [ + 204, + 196 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 204, + 177 + ], + "peak": [ + 205, + 177 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 243, + 135 + ], + "peak": [ + 255, + 140 + ], + "area_cells": 857 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ338Bb/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/globe.png new file mode 100644 index 000000000..62001267b Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bb/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/heightmap.png new file mode 100644 index 000000000..5779b6a98 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bb/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/index.md new file mode 100644 index 000000000..4d66955cd --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ338Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3903161327 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 13.8 +physical: + gravity_g: 0.35 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.919 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bb + +Barren planet. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bb/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/markers.json new file mode 100644 index 000000000..e6214efc4 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bb/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 435 + ], + "peak": [ + 17, + 435 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 371 + ], + "peak": [ + 81, + 348 + ], + "area_cells": 10545 + }, + { + "id": "range_6", + "name": null, + "center": [ + 19, + 403 + ], + "peak": [ + 20, + 404 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 25, + 467 + ], + "peak": [ + 30, + 470 + ], + "area_cells": 145 + }, + { + "id": "range_14", + "name": null, + "center": [ + 63, + 467 + ], + "peak": [ + 65, + 468 + ], + "area_cells": 56 + }, + { + "id": "range_17", + "name": null, + "center": [ + 64, + 248 + ], + "peak": [ + 64, + 247 + ], + "area_cells": 43 + }, + { + "id": "range_18", + "name": null, + "center": [ + 131, + 187 + ], + "peak": [ + 132, + 149 + ], + "area_cells": 8896 + }, + { + "id": "range_19", + "name": null, + "center": [ + 80, + 219 + ], + "peak": [ + 81, + 223 + ], + "area_cells": 168 + }, + { + "id": "range_20", + "name": null, + "center": [ + 75, + 155 + ], + "peak": [ + 75, + 156 + ], + "area_cells": 123 + }, + { + "id": "range_21", + "name": null, + "center": [ + 73, + 238 + ], + "peak": [ + 74, + 238 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 139, + 488 + ], + "peak": [ + 150, + 490 + ], + "area_cells": 1891 + }, + { + "id": "range_26", + "name": null, + "center": [ + 130, + 18 + ], + "peak": [ + 111, + 19 + ], + "area_cells": 1592 + }, + { + "id": "range_27", + "name": null, + "center": [ + 96, + 457 + ], + "peak": [ + 97, + 457 + ], + "area_cells": 33 + }, + { + "id": "range_28", + "name": null, + "center": [ + 100, + 109 + ], + "peak": [ + 103, + 108 + ], + "area_cells": 39 + }, + { + "id": "range_30", + "name": null, + "center": [ + 98, + 57 + ], + "peak": [ + 97, + 58 + ], + "area_cells": 28 + }, + { + "id": "range_33", + "name": null, + "center": [ + 118, + 54 + ], + "peak": [ + 118, + 55 + ], + "area_cells": 42 + }, + { + "id": "range_36", + "name": null, + "center": [ + 155, + 200 + ], + "peak": [ + 157, + 200 + ], + "area_cells": 70 + }, + { + "id": "range_38", + "name": null, + "center": [ + 155, + 55 + ], + "peak": [ + 156, + 56 + ], + "area_cells": 34 + }, + { + "id": "range_39", + "name": null, + "center": [ + 167, + 300 + ], + "peak": [ + 166, + 301 + ], + "area_cells": 106 + }, + { + "id": "range_40", + "name": null, + "center": [ + 167, + 53 + ], + "peak": [ + 168, + 54 + ], + "area_cells": 24 + }, + { + "id": "range_41", + "name": null, + "center": [ + 184, + 18 + ], + "peak": [ + 179, + 24 + ], + "area_cells": 627 + }, + { + "id": "range_43", + "name": null, + "center": [ + 179, + 74 + ], + "peak": [ + 173, + 86 + ], + "area_cells": 209 + }, + { + "id": "range_45", + "name": null, + "center": [ + 189, + 175 + ], + "peak": [ + 198, + 172 + ], + "area_cells": 239 + }, + { + "id": "range_47", + "name": null, + "center": [ + 194, + 96 + ], + "peak": [ + 186, + 96 + ], + "area_cells": 164 + }, + { + "id": "range_55", + "name": null, + "center": [ + 206, + 461 + ], + "peak": [ + 206, + 461 + ], + "area_cells": 64 + }, + { + "id": "range_56", + "name": null, + "center": [ + 211, + 398 + ], + "peak": [ + 217, + 400 + ], + "area_cells": 237 + }, + { + "id": "range_57", + "name": null, + "center": [ + 214, + 25 + ], + "peak": [ + 212, + 25 + ], + "area_cells": 40 + }, + { + "id": "range_59", + "name": null, + "center": [ + 209, + 227 + ], + "peak": [ + 209, + 227 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bc/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/globe.png new file mode 100644 index 000000000..55c6722b2 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bc/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/heightmap.png new file mode 100644 index 000000000..c97f46580 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bc/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/index.md new file mode 100644 index 000000000..37a3ac246 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/index.md @@ -0,0 +1,65 @@ +--- +id: GJ338Bc +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2845648141 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.391 + period_days: 100.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: 0.62 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.882 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bc + +Barren planet. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bc/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/markers.json new file mode 100644 index 000000000..fbc653bdb --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bc/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 157 + ], + "peak": [ + 0, + 158 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 228 + ], + "peak": [ + 51, + 124 + ], + "area_cells": 46214 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 189 + ], + "peak": [ + 16, + 189 + ], + "area_cells": 43 + }, + { + "id": "range_14", + "name": null, + "center": [ + 30, + 316 + ], + "peak": [ + 32, + 317 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 55, + 337 + ], + "peak": [ + 53, + 343 + ], + "area_cells": 169 + }, + { + "id": "range_17", + "name": null, + "center": [ + 41, + 188 + ], + "peak": [ + 42, + 191 + ], + "area_cells": 44 + }, + { + "id": "range_18", + "name": null, + "center": [ + 44, + 322 + ], + "peak": [ + 48, + 323 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 144, + 487 + ], + "peak": [ + 144, + 483 + ], + "area_cells": 104 + }, + { + "id": "range_36", + "name": null, + "center": [ + 176, + 294 + ], + "peak": [ + 176, + 295 + ], + "area_cells": 66 + }, + { + "id": "range_42", + "name": null, + "center": [ + 202, + 5 + ], + "peak": [ + 202, + 6 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/globe.png new file mode 100644 index 000000000..37ce7cfcc Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/heightmap.png new file mode 100644 index 000000000..45a220081 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/index.md new file mode 100644 index 000000000..984cca2a0 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ338Bd-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1200170878 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.877 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bd-1 + +Barren moon. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.12g | +| **Land** | 98% | +| **Orbit** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/markers.json new file mode 100644 index 000000000..649fe8979 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bd-1/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 20, + 179 + ], + "peak": [ + 19, + 180 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 225 + ], + "peak": [ + 88, + 180 + ], + "area_cells": 3219 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 170 + ], + "peak": [ + 35, + 170 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 59, + 14 + ], + "peak": [ + 71, + 22 + ], + "area_cells": 641 + }, + { + "id": "range_7", + "name": null, + "center": [ + 62, + 487 + ], + "peak": [ + 48, + 497 + ], + "area_cells": 985 + }, + { + "id": "range_8", + "name": null, + "center": [ + 52, + 508 + ], + "peak": [ + 52, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 104 + ], + "peak": [ + 53, + 104 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 73, + 303 + ], + "peak": [ + 74, + 304 + ], + "area_cells": 42 + }, + { + "id": "range_13", + "name": null, + "center": [ + 82, + 117 + ], + "peak": [ + 84, + 123 + ], + "area_cells": 121 + }, + { + "id": "range_15", + "name": null, + "center": [ + 91, + 146 + ], + "peak": [ + 96, + 147 + ], + "area_cells": 203 + }, + { + "id": "range_16", + "name": null, + "center": [ + 138, + 55 + ], + "peak": [ + 162, + 53 + ], + "area_cells": 1873 + }, + { + "id": "range_21", + "name": null, + "center": [ + 86, + 84 + ], + "peak": [ + 87, + 86 + ], + "area_cells": 31 + }, + { + "id": "range_22", + "name": null, + "center": [ + 85, + 98 + ], + "peak": [ + 84, + 97 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 101, + 223 + ], + "peak": [ + 116, + 231 + ], + "area_cells": 758 + }, + { + "id": "range_26", + "name": null, + "center": [ + 123, + 307 + ], + "peak": [ + 123, + 293 + ], + "area_cells": 1324 + }, + { + "id": "range_27", + "name": null, + "center": [ + 99, + 80 + ], + "peak": [ + 100, + 82 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 113, + 17 + ], + "peak": [ + 115, + 16 + ], + "area_cells": 182 + }, + { + "id": "range_30", + "name": null, + "center": [ + 116, + 178 + ], + "peak": [ + 117, + 179 + ], + "area_cells": 20 + }, + { + "id": "range_31", + "name": null, + "center": [ + 124, + 1 + ], + "peak": [ + 126, + 0 + ], + "area_cells": 57 + }, + { + "id": "range_32", + "name": null, + "center": [ + 123, + 510 + ], + "peak": [ + 125, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_33", + "name": null, + "center": [ + 138, + 185 + ], + "peak": [ + 136, + 189 + ], + "area_cells": 678 + }, + { + "id": "range_34", + "name": null, + "center": [ + 133, + 128 + ], + "peak": [ + 135, + 129 + ], + "area_cells": 38 + }, + { + "id": "range_35", + "name": null, + "center": [ + 144, + 240 + ], + "peak": [ + 153, + 238 + ], + "area_cells": 184 + }, + { + "id": "range_38", + "name": null, + "center": [ + 142, + 330 + ], + "peak": [ + 142, + 331 + ], + "area_cells": 20 + }, + { + "id": "range_39", + "name": null, + "center": [ + 150, + 3 + ], + "peak": [ + 152, + 4 + ], + "area_cells": 88 + }, + { + "id": "range_40", + "name": null, + "center": [ + 221, + 348 + ], + "peak": [ + 249, + 305 + ], + "area_cells": 11132 + }, + { + "id": "range_41", + "name": null, + "center": [ + 147, + 469 + ], + "peak": [ + 149, + 470 + ], + "area_cells": 53 + }, + { + "id": "range_43", + "name": null, + "center": [ + 216, + 140 + ], + "peak": [ + 204, + 170 + ], + "area_cells": 3766 + }, + { + "id": "range_44", + "name": null, + "center": [ + 159, + 214 + ], + "peak": [ + 159, + 211 + ], + "area_cells": 277 + }, + { + "id": "range_45", + "name": null, + "center": [ + 157, + 247 + ], + "peak": [ + 157, + 248 + ], + "area_cells": 32 + }, + { + "id": "range_49", + "name": null, + "center": [ + 183, + 201 + ], + "peak": [ + 184, + 201 + ], + "area_cells": 106 + }, + { + "id": "range_50", + "name": null, + "center": [ + 183, + 116 + ], + "peak": [ + 183, + 117 + ], + "area_cells": 23 + }, + { + "id": "range_52", + "name": null, + "center": [ + 204, + 45 + ], + "peak": [ + 202, + 43 + ], + "area_cells": 115 + }, + { + "id": "range_63", + "name": null, + "center": [ + 250, + 62 + ], + "peak": [ + 253, + 62 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/globe.png new file mode 100644 index 000000000..707347c76 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/heightmap.png new file mode 100644 index 000000000..8a9dcd6fc Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/index.md new file mode 100644 index 000000000..0267b7390 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/index.md @@ -0,0 +1,73 @@ +--- +id: GJ338Bd +name: Arbour +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1003037170 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.883 + period_days: 340.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.96 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.325 + polar_ice_lat: 0.71 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.395 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Arbour + +Temperate planet. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 32% | +| **Year** | 340 days | +| **Inhabited** | yes | +| **Population** | 600M | +| **Economy** | service_mixed | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bd/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/markers.json new file mode 100644 index 000000000..4cbb79052 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bd/markers.json @@ -0,0 +1,493 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 200, + 418 + ], + [ + 201, + 417 + ], + [ + 200, + 416 + ], + [ + 199, + 416 + ], + [ + 198, + 415 + ], + [ + 197, + 414 + ], + [ + 196, + 415 + ], + [ + 195, + 414 + ], + [ + 194, + 414 + ], + [ + 193, + 413 + ], + [ + 192, + 414 + ], + [ + 191, + 414 + ], + [ + 190, + 414 + ], + [ + 189, + 413 + ], + [ + 188, + 413 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 209, + 432 + ], + [ + 210, + 432 + ], + [ + 210, + 431 + ], + [ + 211, + 430 + ], + [ + 212, + 430 + ], + [ + 213, + 431 + ], + [ + 214, + 431 + ], + [ + 215, + 432 + ], + [ + 216, + 433 + ], + [ + 217, + 433 + ], + [ + 217, + 434 + ], + [ + 217, + 435 + ], + [ + 218, + 435 + ], + [ + 218, + 434 + ], + [ + 218, + 433 + ], + [ + 217, + 432 + ], + [ + 216, + 432 + ], + [ + 216, + 431 + ], + [ + 217, + 431 + ], + [ + 218, + 432 + ], + [ + 218, + 431 + ], + [ + 219, + 432 + ], + [ + 220, + 431 + ], + [ + 219, + 430 + ], + [ + 220, + 430 + ], + [ + 219, + 429 + ], + [ + 218, + 429 + ], + [ + 218, + 430 + ], + [ + 217, + 430 + ], + [ + 216, + 430 + ], + [ + 217, + 429 + ], + [ + 218, + 428 + ], + [ + 219, + 427 + ], + [ + 219, + 426 + ], + [ + 219, + 425 + ], + [ + 218, + 424 + ], + [ + 218, + 425 + ], + [ + 219, + 424 + ], + [ + 218, + 423 + ], + [ + 219, + 423 + ], + [ + 219, + 422 + ], + [ + 218, + 421 + ], + [ + 219, + 421 + ], + [ + 220, + 420 + ], + [ + 220, + 421 + ], + [ + 219, + 420 + ], + [ + 220, + 419 + ], + [ + 220, + 418 + ], + [ + 220, + 417 + ], + [ + 221, + 416 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 201, + 112 + ], + [ + 200, + 113 + ], + [ + 199, + 114 + ], + [ + 198, + 115 + ], + [ + 197, + 116 + ], + [ + 196, + 117 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 78, + 280 + ], + [ + 79, + 281 + ], + [ + 80, + 280 + ], + [ + 81, + 279 + ], + [ + 82, + 278 + ], + [ + 83, + 277 + ], + [ + 84, + 276 + ], + [ + 85, + 275 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 45, + 207 + ], + [ + 46, + 207 + ], + [ + 47, + 206 + ], + [ + 48, + 205 + ], + [ + 49, + 205 + ], + [ + 50, + 204 + ], + [ + 51, + 203 + ], + [ + 52, + 202 + ], + [ + 53, + 201 + ], + [ + 54, + 200 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 95, + 101 + ], + [ + 95, + 102 + ], + [ + 94, + 103 + ], + [ + 93, + 104 + ], + [ + 92, + 105 + ], + [ + 91, + 105 + ], + [ + 90, + 106 + ], + [ + 89, + 106 + ], + [ + 88, + 106 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 109, + 256 + ], + "area_fraction": 0.6704 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 158 + ], + "peak": [ + 102, + 158 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 161, + 236 + ], + "peak": [ + 137, + 247 + ], + "area_cells": 11329 + }, + { + "id": "range_3", + "name": null, + "center": [ + 227, + 183 + ], + "peak": [ + 226, + 182 + ], + "area_cells": 195 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Be/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Be/globe.png new file mode 100644 index 000000000..4a8a561a9 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Be/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Be/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Be/heightmap.png new file mode 100644 index 000000000..d41e28b67 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Be/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Be/index.md new file mode 100644 index 000000000..b35c97d31 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Be/index.md @@ -0,0 +1,69 @@ +--- +id: GJ338Be +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1981949606 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.29 + period_days: 600.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.48 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.728 + polar_ice_lat: 0.716 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Be + +Temperate planet. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Be/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Be/markers.json new file mode 100644 index 000000000..dbf63f4d0 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Be/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 197, + 312 + ], + "area_fraction": 0.1492 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 158, + 449 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 214, + 53 + ], + "area_fraction": 0.0716 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 225, + 477 + ], + "area_fraction": 0.033 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 209, + 170 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 29 + ], + "peak": [ + 36, + 0 + ], + "area_cells": 3264 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 469 + ], + "peak": [ + 37, + 506 + ], + "area_cells": 5681 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 234 + ], + "peak": [ + 68, + 249 + ], + "area_cells": 1837 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 379 + ], + "peak": [ + 64, + 377 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 101, + 145 + ], + "peak": [ + 97, + 147 + ], + "area_cells": 1936 + }, + { + "id": "range_7", + "name": null, + "center": [ + 104, + 212 + ], + "peak": [ + 103, + 211 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bf/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/globe.png new file mode 100644 index 000000000..6fe5ceb2f Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bf/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/heightmap.png new file mode 100644 index 000000000..9db1dc771 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bf/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/index.md new file mode 100644 index 000000000..972d8644d --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/index.md @@ -0,0 +1,69 @@ +--- +id: GJ338Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3367923334 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.813 + period_days: 1000.0 + axial_tilt_deg: 28.7 +physical: + gravity_g: 0.4 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.834 + polar_ice_lat: 0.058 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bf + +Frozen planet. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 1000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bf/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/markers.json new file mode 100644 index 000000000..78648ec18 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bf/markers.json @@ -0,0 +1,54 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 136, + 267 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 190, + 433 + ], + "area_fraction": 0.0957 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 168, + 217 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 193, + 24 + ], + "area_fraction": 0.0238 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/globe.png new file mode 100644 index 000000000..9e6bcfd58 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/heightmap.png new file mode 100644 index 000000000..ae36080d3 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/index.md new file mode 100644 index 000000000..2ba02ec01 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ338Bg-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4182099980 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 36.3 +physical: + gravity_g: 0.08 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.824 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bg-1 + +Barren moon. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/markers.json new file mode 100644 index 000000000..e1c03897b --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-1/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 62, + 498 + ], + "peak": [ + 62, + 499 + ], + "area_cells": 45 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 333 + ], + "peak": [ + 71, + 336 + ], + "area_cells": 120 + }, + { + "id": "range_7", + "name": null, + "center": [ + 175, + 256 + ], + "peak": [ + 103, + 357 + ], + "area_cells": 56955 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/globe.png new file mode 100644 index 000000000..9b6accfff Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/heightmap.png new file mode 100644 index 000000000..9ef51d373 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/index.md new file mode 100644 index 000000000..dbf8ade6a --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ338Bg-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2218888405 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 48.1 +physical: + gravity_g: 0.06 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.835 + polar_ice_lat: 0.072 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bg-2 + +Frozen moon. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/markers.json new file mode 100644 index 000000000..710c893cf --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bg-2/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 133, + 57 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 179, + 91 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 213, + 185 + ], + "area_fraction": 0.0627 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 226, + 65 + ], + "area_fraction": 0.0355 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 211, + 354 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 286 + ], + "peak": [ + 55, + 293 + ], + "area_cells": 9394 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 401 + ], + "peak": [ + 4, + 398 + ], + "area_cells": 144 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 174 + ], + "peak": [ + 25, + 170 + ], + "area_cells": 337 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 93 + ], + "peak": [ + 50, + 93 + ], + "area_cells": 60 + }, + { + "id": "range_5", + "name": null, + "center": [ + 88, + 131 + ], + "peak": [ + 89, + 152 + ], + "area_cells": 3029 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 463 + ], + "peak": [ + 90, + 463 + ], + "area_cells": 122 + }, + { + "id": "range_8", + "name": null, + "center": [ + 108, + 275 + ], + "peak": [ + 108, + 276 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bg/globe.png new file mode 100644 index 000000000..62bc0e864 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bg/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bg/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bg/index.md new file mode 100644 index 000000000..e6df9e5a5 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bg/index.md @@ -0,0 +1,70 @@ +--- +id: GJ338Bg +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2388780381 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 14.9 +physical: + gravity_g: null + oblateness: 0.0575 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.33 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.105 +rings: + enabled: true + inner_radius_factor: 1.19 + outer_radius_factor: 2.21 + opacity_base: 0.56 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ338Bg + +Gas giant. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bh/globe.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/globe.png new file mode 100644 index 000000000..251b3ca95 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/globe.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bh/heightmap.png b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/heightmap.png new file mode 100644 index 000000000..e13d813b3 Binary files /dev/null and b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bh/index.md b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/index.md new file mode 100644 index 000000000..d6358b564 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/index.md @@ -0,0 +1,64 @@ +--- +id: GJ338Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2824017714 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 46.6 +physical: + gravity_g: 0.32 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.427 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ338Bh + +Frozen planet. + +**System:** [GJ-338B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-338B/bodies/GJ338Bh/markers.json b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/markers.json new file mode 100644 index 000000000..964ad5be0 --- /dev/null +++ b/wiki/star-systems/GJ-338B/bodies/GJ338Bh/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 47 + ], + "peak": [ + 14, + 2 + ], + "area_cells": 6301 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 212 + ], + "peak": [ + 9, + 231 + ], + "area_cells": 8857 + }, + { + "id": "range_4", + "name": null, + "center": [ + 47, + 425 + ], + "peak": [ + 27, + 504 + ], + "area_cells": 11559 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 57 + ], + "peak": [ + 82, + 57 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3403b/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403b/globe.png new file mode 100644 index 000000000..d84de0edb Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403b/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403b/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403b/heightmap.png new file mode 100644 index 000000000..fe9fe8ce2 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403b/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403b/index.md new file mode 100644 index 000000000..0a44a19a2 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3403b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1713195340 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.159 + period_days: 26.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.46 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.917 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403b + +Barren planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 97% | +| **Year** | 26 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403b/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403b/markers.json new file mode 100644 index 000000000..d9837a634 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403b/markers.json @@ -0,0 +1,555 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 242, + 12 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 241, + 498 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 365 + ], + "peak": [ + 24, + 358 + ], + "area_cells": 1395 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 309 + ], + "peak": [ + 22, + 311 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 318 + ], + "peak": [ + 31, + 318 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 233 + ], + "peak": [ + 58, + 234 + ], + "area_cells": 408 + }, + { + "id": "range_11", + "name": null, + "center": [ + 46, + 145 + ], + "peak": [ + 41, + 145 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 49, + 80 + ], + "peak": [ + 51, + 83 + ], + "area_cells": 106 + }, + { + "id": "range_14", + "name": null, + "center": [ + 51, + 197 + ], + "peak": [ + 48, + 198 + ], + "area_cells": 41 + }, + { + "id": "range_18", + "name": null, + "center": [ + 51, + 478 + ], + "peak": [ + 51, + 479 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 53, + 470 + ], + "peak": [ + 54, + 471 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 62, + 68 + ], + "peak": [ + 61, + 68 + ], + "area_cells": 40 + }, + { + "id": "range_24", + "name": null, + "center": [ + 67, + 197 + ], + "peak": [ + 65, + 198 + ], + "area_cells": 82 + }, + { + "id": "range_25", + "name": null, + "center": [ + 66, + 128 + ], + "peak": [ + 65, + 128 + ], + "area_cells": 144 + }, + { + "id": "range_27", + "name": null, + "center": [ + 108, + 386 + ], + "peak": [ + 112, + 366 + ], + "area_cells": 2537 + }, + { + "id": "range_28", + "name": null, + "center": [ + 71, + 393 + ], + "peak": [ + 72, + 392 + ], + "area_cells": 44 + }, + { + "id": "range_30", + "name": null, + "center": [ + 120, + 271 + ], + "peak": [ + 78, + 267 + ], + "area_cells": 2188 + }, + { + "id": "range_33", + "name": null, + "center": [ + 85, + 95 + ], + "peak": [ + 87, + 96 + ], + "area_cells": 199 + }, + { + "id": "range_35", + "name": null, + "center": [ + 78, + 502 + ], + "peak": [ + 79, + 502 + ], + "area_cells": 24 + }, + { + "id": "range_37", + "name": null, + "center": [ + 96, + 17 + ], + "peak": [ + 96, + 10 + ], + "area_cells": 491 + }, + { + "id": "range_38", + "name": null, + "center": [ + 93, + 336 + ], + "peak": [ + 93, + 337 + ], + "area_cells": 48 + }, + { + "id": "range_39", + "name": null, + "center": [ + 92, + 475 + ], + "peak": [ + 94, + 476 + ], + "area_cells": 102 + }, + { + "id": "range_40", + "name": null, + "center": [ + 100, + 503 + ], + "peak": [ + 98, + 511 + ], + "area_cells": 223 + }, + { + "id": "range_41", + "name": null, + "center": [ + 98, + 458 + ], + "peak": [ + 99, + 459 + ], + "area_cells": 159 + }, + { + "id": "range_42", + "name": null, + "center": [ + 104, + 143 + ], + "peak": [ + 103, + 140 + ], + "area_cells": 191 + }, + { + "id": "range_43", + "name": null, + "center": [ + 111, + 210 + ], + "peak": [ + 109, + 211 + ], + "area_cells": 36 + }, + { + "id": "range_45", + "name": null, + "center": [ + 128, + 124 + ], + "peak": [ + 124, + 119 + ], + "area_cells": 391 + }, + { + "id": "range_47", + "name": null, + "center": [ + 174, + 92 + ], + "peak": [ + 178, + 47 + ], + "area_cells": 3676 + }, + { + "id": "range_49", + "name": null, + "center": [ + 126, + 165 + ], + "peak": [ + 126, + 166 + ], + "area_cells": 64 + }, + { + "id": "range_53", + "name": null, + "center": [ + 135, + 504 + ], + "peak": [ + 138, + 511 + ], + "area_cells": 109 + }, + { + "id": "range_54", + "name": null, + "center": [ + 139, + 14 + ], + "peak": [ + 140, + 16 + ], + "area_cells": 394 + }, + { + "id": "range_57", + "name": null, + "center": [ + 148, + 153 + ], + "peak": [ + 149, + 154 + ], + "area_cells": 67 + }, + { + "id": "range_58", + "name": null, + "center": [ + 158, + 228 + ], + "peak": [ + 159, + 229 + ], + "area_cells": 92 + }, + { + "id": "range_59", + "name": null, + "center": [ + 165, + 348 + ], + "peak": [ + 166, + 349 + ], + "area_cells": 206 + }, + { + "id": "range_60", + "name": null, + "center": [ + 168, + 497 + ], + "peak": [ + 168, + 497 + ], + "area_cells": 53 + }, + { + "id": "range_61", + "name": null, + "center": [ + 173, + 328 + ], + "peak": [ + 173, + 326 + ], + "area_cells": 44 + }, + { + "id": "range_62", + "name": null, + "center": [ + 178, + 0 + ], + "peak": [ + 179, + 0 + ], + "area_cells": 22 + }, + { + "id": "range_63", + "name": null, + "center": [ + 178, + 510 + ], + "peak": [ + 180, + 511 + ], + "area_cells": 25 + }, + { + "id": "range_64", + "name": null, + "center": [ + 185, + 368 + ], + "peak": [ + 185, + 369 + ], + "area_cells": 46 + }, + { + "id": "range_65", + "name": null, + "center": [ + 194, + 208 + ], + "peak": [ + 194, + 213 + ], + "area_cells": 165 + }, + { + "id": "range_68", + "name": null, + "center": [ + 205, + 223 + ], + "peak": [ + 208, + 224 + ], + "area_cells": 36 + }, + { + "id": "range_73", + "name": null, + "center": [ + 209, + 423 + ], + "peak": [ + 208, + 423 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403c/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403c/globe.png new file mode 100644 index 000000000..6082af68d Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403c/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403c/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403c/heightmap.png new file mode 100644 index 000000000..0b57ee06a Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403c/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403c/index.md new file mode 100644 index 000000000..750e5c1e0 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3403c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 588746262 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.61 + period_days: 195.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.84 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.354 + polar_ice_lat: 0.766 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.469 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ3403c + +Temperate planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 35% | +| **Year** | 195 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403c/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403c/markers.json new file mode 100644 index 000000000..4d10c0233 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403c/markers.json @@ -0,0 +1,432 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 182, + 251 + ], + [ + 181, + 250 + ], + [ + 180, + 250 + ], + [ + 179, + 250 + ], + [ + 178, + 249 + ], + [ + 177, + 248 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 97, + 269 + ], + [ + 98, + 270 + ], + [ + 99, + 271 + ], + [ + 100, + 272 + ], + [ + 101, + 273 + ], + [ + 101, + 274 + ], + [ + 102, + 275 + ], + [ + 102, + 276 + ], + [ + 102, + 277 + ], + [ + 101, + 277 + ], + [ + 102, + 278 + ], + [ + 102, + 279 + ], + [ + 102, + 280 + ], + [ + 101, + 280 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 74, + 291 + ], + [ + 73, + 290 + ], + [ + 74, + 289 + ], + [ + 75, + 289 + ], + [ + 76, + 288 + ], + [ + 77, + 287 + ], + [ + 77, + 286 + ], + [ + 78, + 285 + ], + [ + 77, + 284 + ], + [ + 77, + 283 + ], + [ + 77, + 282 + ], + [ + 78, + 281 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 198, + 0 + ], + [ + 198, + 1 + ], + [ + 199, + 0 + ], + [ + 200, + 0 + ], + [ + 201, + 1 + ], + [ + 202, + 2 + ], + [ + 203, + 3 + ], + [ + 204, + 4 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 142, + 339 + ], + [ + 142, + 340 + ], + [ + 143, + 339 + ], + [ + 144, + 338 + ], + [ + 144, + 337 + ], + [ + 145, + 336 + ], + [ + 144, + 335 + ], + [ + 144, + 334 + ], + [ + 143, + 333 + ], + [ + 142, + 332 + ], + [ + 141, + 332 + ], + [ + 140, + 331 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 182, + 65 + ], + [ + 181, + 64 + ], + [ + 181, + 63 + ], + [ + 180, + 62 + ], + [ + 179, + 61 + ], + [ + 178, + 60 + ], + [ + 178, + 59 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 117, + 378 + ], + [ + 116, + 379 + ], + [ + 115, + 380 + ], + [ + 114, + 381 + ], + [ + 113, + 380 + ], + [ + 112, + 379 + ], + [ + 111, + 380 + ], + [ + 110, + 381 + ], + [ + 109, + 381 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 92, + 400 + ], + [ + 91, + 401 + ], + [ + 90, + 402 + ], + [ + 89, + 403 + ], + [ + 88, + 402 + ], + [ + 87, + 401 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 43, + 262 + ], + "area_fraction": 0.3387 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 215, + 261 + ], + "area_fraction": 0.3054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 120, + 487 + ], + "peak": [ + 123, + 511 + ], + "area_cells": 3489 + }, + { + "id": "range_2", + "name": null, + "center": [ + 128, + 108 + ], + "peak": [ + 123, + 1 + ], + "area_cells": 16393 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 281 + ], + "peak": [ + 135, + 282 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 427 + ], + "peak": [ + 158, + 423 + ], + "area_cells": 433 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403d/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403d/globe.png new file mode 100644 index 000000000..8018d1428 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403d/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403d/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403d/heightmap.png new file mode 100644 index 000000000..551ebae98 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403d/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403d/index.md new file mode 100644 index 000000000..4d8182ccc --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3403d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 160576309 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.58 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.472 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.236 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403d + +Cold Arid planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403d/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403d/markers.json new file mode 100644 index 000000000..c74122664 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403d/markers.json @@ -0,0 +1,1259 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 255, + 511 + ], + [ + 254, + 510 + ], + [ + 254, + 509 + ], + [ + 253, + 509 + ], + [ + 253, + 508 + ], + [ + 252, + 508 + ], + [ + 251, + 508 + ], + [ + 251, + 507 + ], + [ + 252, + 506 + ], + [ + 252, + 507 + ], + [ + 251, + 506 + ], + [ + 250, + 507 + ], + [ + 250, + 506 + ], + [ + 249, + 507 + ], + [ + 248, + 507 + ], + [ + 249, + 508 + ], + [ + 250, + 509 + ], + [ + 249, + 509 + ], + [ + 248, + 508 + ], + [ + 248, + 509 + ], + [ + 248, + 510 + ], + [ + 249, + 511 + ], + [ + 249, + 0 + ], + [ + 248, + 0 + ], + [ + 248, + 1 + ], + [ + 247, + 0 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 254, + 215 + ], + [ + 255, + 216 + ], + [ + 254, + 217 + ], + [ + 255, + 218 + ], + [ + 254, + 219 + ], + [ + 254, + 220 + ], + [ + 255, + 221 + ], + [ + 254, + 222 + ], + [ + 255, + 223 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 250, + 43 + ], + [ + 249, + 43 + ], + [ + 248, + 42 + ], + [ + 248, + 43 + ], + [ + 249, + 42 + ], + [ + 250, + 41 + ], + [ + 249, + 41 + ], + [ + 248, + 40 + ], + [ + 247, + 39 + ], + [ + 247, + 38 + ], + [ + 246, + 39 + ], + [ + 246, + 38 + ], + [ + 247, + 37 + ], + [ + 247, + 36 + ], + [ + 246, + 36 + ], + [ + 246, + 35 + ], + [ + 247, + 35 + ], + [ + 247, + 34 + ], + [ + 247, + 33 + ], + [ + 247, + 32 + ], + [ + 248, + 31 + ], + [ + 248, + 30 + ], + [ + 249, + 29 + ], + [ + 250, + 29 + ], + [ + 249, + 28 + ], + [ + 249, + 27 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 31, + 61 + ], + [ + 30, + 61 + ], + [ + 29, + 60 + ], + [ + 28, + 61 + ], + [ + 27, + 61 + ], + [ + 26, + 60 + ], + [ + 25, + 59 + ], + [ + 24, + 60 + ], + [ + 23, + 59 + ], + [ + 22, + 59 + ], + [ + 21, + 60 + ], + [ + 20, + 61 + ], + [ + 20, + 62 + ], + [ + 19, + 63 + ], + [ + 18, + 64 + ], + [ + 19, + 65 + ], + [ + 19, + 64 + ], + [ + 18, + 63 + ], + [ + 17, + 62 + ], + [ + 16, + 61 + ], + [ + 17, + 60 + ], + [ + 16, + 60 + ], + [ + 15, + 60 + ], + [ + 14, + 60 + ], + [ + 14, + 61 + ], + [ + 13, + 62 + ], + [ + 12, + 63 + ], + [ + 11, + 62 + ], + [ + 10, + 61 + ], + [ + 9, + 62 + ], + [ + 8, + 63 + ], + [ + 7, + 62 + ], + [ + 6, + 63 + ], + [ + 6, + 62 + ], + [ + 7, + 61 + ], + [ + 6, + 61 + ], + [ + 5, + 60 + ], + [ + 4, + 59 + ], + [ + 5, + 58 + ], + [ + 4, + 58 + ], + [ + 5, + 57 + ], + [ + 6, + 57 + ], + [ + 6, + 58 + ], + [ + 6, + 59 + ], + [ + 5, + 59 + ], + [ + 4, + 60 + ], + [ + 4, + 61 + ], + [ + 5, + 61 + ], + [ + 5, + 62 + ], + [ + 5, + 63 + ], + [ + 6, + 64 + ], + [ + 7, + 65 + ], + [ + 6, + 65 + ], + [ + 7, + 64 + ], + [ + 7, + 63 + ], + [ + 8, + 62 + ], + [ + 8, + 61 + ], + [ + 7, + 60 + ], + [ + 8, + 60 + ], + [ + 7, + 59 + ], + [ + 6, + 60 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 51, + 284 + ], + [ + 52, + 283 + ], + [ + 53, + 282 + ], + [ + 54, + 281 + ], + [ + 55, + 280 + ], + [ + 56, + 279 + ], + [ + 57, + 278 + ], + [ + 58, + 277 + ], + [ + 59, + 276 + ], + [ + 60, + 275 + ], + [ + 61, + 276 + ], + [ + 61, + 275 + ], + [ + 62, + 275 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 239, + 25 + ], + [ + 238, + 26 + ], + [ + 237, + 27 + ], + [ + 237, + 28 + ], + [ + 236, + 28 + ], + [ + 235, + 28 + ], + [ + 234, + 27 + ], + [ + 235, + 27 + ], + [ + 235, + 26 + ], + [ + 236, + 27 + ], + [ + 237, + 26 + ], + [ + 238, + 27 + ], + [ + 238, + 28 + ], + [ + 237, + 29 + ], + [ + 236, + 29 + ], + [ + 235, + 30 + ], + [ + 235, + 29 + ], + [ + 234, + 28 + ], + [ + 233, + 29 + ], + [ + 234, + 30 + ], + [ + 235, + 31 + ], + [ + 235, + 32 + ], + [ + 236, + 33 + ], + [ + 236, + 34 + ], + [ + 235, + 35 + ], + [ + 234, + 35 + ], + [ + 235, + 36 + ], + [ + 234, + 37 + ], + [ + 233, + 38 + ], + [ + 234, + 39 + ], + [ + 235, + 39 + ], + [ + 234, + 40 + ], + [ + 233, + 41 + ], + [ + 232, + 42 + ], + [ + 233, + 43 + ], + [ + 232, + 43 + ], + [ + 233, + 44 + ], + [ + 233, + 45 + ], + [ + 234, + 46 + ], + [ + 235, + 47 + ], + [ + 234, + 47 + ], + [ + 233, + 47 + ], + [ + 232, + 47 + ], + [ + 232, + 48 + ], + [ + 232, + 49 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 67, + 6 + ], + [ + 68, + 7 + ], + [ + 69, + 8 + ], + [ + 69, + 9 + ], + [ + 70, + 10 + ], + [ + 71, + 11 + ], + [ + 71, + 12 + ], + [ + 70, + 13 + ], + [ + 71, + 14 + ], + [ + 72, + 15 + ], + [ + 72, + 16 + ], + [ + 72, + 17 + ], + [ + 73, + 18 + ], + [ + 73, + 19 + ], + [ + 74, + 19 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 4 + ], + [ + 254, + 3 + ], + [ + 253, + 2 + ], + [ + 252, + 1 + ], + [ + 252, + 0 + ], + [ + 251, + 511 + ], + [ + 250, + 0 + ], + [ + 249, + 1 + ], + [ + 249, + 0 + ], + [ + 248, + 0 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 96, + 382 + ], + [ + 97, + 383 + ], + [ + 98, + 384 + ], + [ + 99, + 385 + ], + [ + 100, + 386 + ], + [ + 100, + 387 + ], + [ + 100, + 388 + ], + [ + 100, + 389 + ], + [ + 100, + 390 + ], + [ + 100, + 391 + ], + [ + 100, + 392 + ], + [ + 99, + 393 + ], + [ + 99, + 394 + ], + [ + 99, + 395 + ], + [ + 99, + 396 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 93, + 35 + ], + [ + 92, + 34 + ], + [ + 91, + 33 + ], + [ + 90, + 32 + ], + [ + 89, + 31 + ], + [ + 88, + 30 + ], + [ + 89, + 29 + ], + [ + 90, + 29 + ], + [ + 89, + 28 + ], + [ + 89, + 27 + ], + [ + 88, + 26 + ], + [ + 87, + 25 + ], + [ + 86, + 24 + ], + [ + 86, + 23 + ], + [ + 86, + 22 + ], + [ + 86, + 21 + ], + [ + 87, + 20 + ], + [ + 88, + 19 + ], + [ + 89, + 18 + ], + [ + 90, + 18 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 223, + 78 + ], + [ + 222, + 77 + ], + [ + 221, + 77 + ], + [ + 220, + 76 + ], + [ + 219, + 76 + ], + [ + 218, + 75 + ], + [ + 217, + 75 + ], + [ + 216, + 74 + ], + [ + 215, + 73 + ], + [ + 214, + 73 + ], + [ + 213, + 72 + ], + [ + 212, + 71 + ], + [ + 211, + 70 + ], + [ + 210, + 69 + ], + [ + 209, + 68 + ], + [ + 209, + 67 + ], + [ + 208, + 67 + ], + [ + 208, + 66 + ], + [ + 207, + 65 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 27, + 325 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 207, + 47 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 219, + 123 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 230, + 453 + ], + "area_fraction": 0.012 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 236, + 395 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 167 + ], + "peak": [ + 57, + 169 + ], + "area_cells": 132 + }, + { + "id": "range_2", + "name": null, + "center": [ + 64, + 135 + ], + "peak": [ + 65, + 135 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 155 + ], + "peak": [ + 115, + 193 + ], + "area_cells": 9571 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 404 + ], + "peak": [ + 153, + 387 + ], + "area_cells": 6047 + }, + { + "id": "range_6", + "name": null, + "center": [ + 121, + 4 + ], + "peak": [ + 121, + 0 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 163 + ], + "peak": [ + 155, + 163 + ], + "area_cells": 72 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 284 + ], + "peak": [ + 189, + 289 + ], + "area_cells": 1391 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/globe.png new file mode 100644 index 000000000..4ca453914 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/heightmap.png new file mode 100644 index 000000000..3574ffcc4 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/index.md new file mode 100644 index 000000000..b10ac27fa --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3403e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2947414111 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 49.6 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403e-m1 + +Frozen moon. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/markers.json new file mode 100644 index 000000000..60fbcc982 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403e-m1/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 23 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 47, + 305 + ], + "area_fraction": 0.0273 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 40, + 193 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 44, + 472 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 138, + 23 + ], + "peak": [ + 169, + 17 + ], + "area_cells": 1771 + }, + { + "id": "range_3", + "name": null, + "center": [ + 104, + 84 + ], + "peak": [ + 106, + 88 + ], + "area_cells": 205 + }, + { + "id": "range_5", + "name": null, + "center": [ + 111, + 231 + ], + "peak": [ + 115, + 246 + ], + "area_cells": 371 + }, + { + "id": "range_6", + "name": null, + "center": [ + 106, + 300 + ], + "peak": [ + 107, + 301 + ], + "area_cells": 66 + }, + { + "id": "range_7", + "name": null, + "center": [ + 161, + 453 + ], + "peak": [ + 178, + 471 + ], + "area_cells": 4589 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 317 + ], + "peak": [ + 140, + 299 + ], + "area_cells": 1287 + }, + { + "id": "range_10", + "name": null, + "center": [ + 164, + 192 + ], + "peak": [ + 163, + 186 + ], + "area_cells": 292 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 157 + ], + "peak": [ + 185, + 159 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 190, + 176 + ], + "peak": [ + 191, + 176 + ], + "area_cells": 50 + }, + { + "id": "range_13", + "name": null, + "center": [ + 238, + 441 + ], + "peak": [ + 251, + 413 + ], + "area_cells": 4720 + }, + { + "id": "range_15", + "name": null, + "center": [ + 219, + 234 + ], + "peak": [ + 220, + 235 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 240, + 161 + ], + "peak": [ + 242, + 166 + ], + "area_cells": 3266 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 255 + ], + "peak": [ + 222, + 251 + ], + "area_cells": 40 + }, + { + "id": "range_19", + "name": null, + "center": [ + 234, + 279 + ], + "peak": [ + 233, + 279 + ], + "area_cells": 103 + }, + { + "id": "range_20", + "name": null, + "center": [ + 244, + 300 + ], + "peak": [ + 253, + 307 + ], + "area_cells": 566 + }, + { + "id": "range_21", + "name": null, + "center": [ + 238, + 354 + ], + "peak": [ + 239, + 354 + ], + "area_cells": 75 + }, + { + "id": "range_23", + "name": null, + "center": [ + 249, + 3 + ], + "peak": [ + 247, + 0 + ], + "area_cells": 111 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403e/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403e/globe.png new file mode 100644 index 000000000..3ea9b2b53 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403e/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403e/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403e/index.md new file mode 100644 index 000000000..6a6ab06f7 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3403e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1534794900 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 33.0 +physical: + gravity_g: null + oblateness: 0.0767 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.136 +rings: + enabled: true + inner_radius_factor: 1.24 + outer_radius_factor: 2.31 + opacity_base: 0.51 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ3403e + +Gas giant. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403f/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403f/globe.png new file mode 100644 index 000000000..c741ba05e Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403f/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403f/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403f/heightmap.png new file mode 100644 index 000000000..9d580f1dc Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403f/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403f/index.md new file mode 100644 index 000000000..b01245d3b --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3403f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 729171552 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 48.6 +physical: + gravity_g: 0.44 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.784 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403f + +Frozen planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403f/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403f/markers.json new file mode 100644 index 000000000..9c01ff853 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403f/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 268 + ], + "area_fraction": 0.2136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 176 + ], + "peak": [ + 73, + 174 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 163, + 358 + ], + "peak": [ + 164, + 412 + ], + "area_cells": 27891 + }, + { + "id": "range_4", + "name": null, + "center": [ + 86, + 253 + ], + "peak": [ + 85, + 250 + ], + "area_cells": 190 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 333 + ], + "peak": [ + 85, + 333 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 159, + 35 + ], + "peak": [ + 105, + 6 + ], + "area_cells": 3778 + }, + { + "id": "range_10", + "name": null, + "center": [ + 125, + 58 + ], + "peak": [ + 124, + 57 + ], + "area_cells": 203 + }, + { + "id": "range_11", + "name": null, + "center": [ + 137, + 169 + ], + "peak": [ + 139, + 170 + ], + "area_cells": 208 + }, + { + "id": "range_12", + "name": null, + "center": [ + 146, + 147 + ], + "peak": [ + 145, + 149 + ], + "area_cells": 74 + }, + { + "id": "range_14", + "name": null, + "center": [ + 230, + 64 + ], + "peak": [ + 219, + 38 + ], + "area_cells": 5506 + }, + { + "id": "range_17", + "name": null, + "center": [ + 233, + 505 + ], + "peak": [ + 234, + 511 + ], + "area_cells": 280 + }, + { + "id": "range_19", + "name": null, + "center": [ + 238, + 469 + ], + "peak": [ + 235, + 476 + ], + "area_cells": 242 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403g/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403g/globe.png new file mode 100644 index 000000000..e0a58b76f Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403g/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403g/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403g/heightmap.png new file mode 100644 index 000000000..f57127130 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403g/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403g/index.md new file mode 100644 index 000000000..a2245f8a3 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3403g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1031390801 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.749 + period_days: 10600.0 + axial_tilt_deg: 30.9 +physical: + gravity_g: 0.34 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.898 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.342 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403g + +Frozen planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 10600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403g/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403g/markers.json new file mode 100644 index 000000000..32bb64aa5 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403g/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 52, + 190 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 63, + 135 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 116, + 340 + ], + "area_fraction": 0.0355 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 98, + 270 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 123, + 215 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 217, + 172 + ], + "peak": [ + 235, + 53 + ], + "area_cells": 21279 + }, + { + "id": "range_4", + "name": null, + "center": [ + 222, + 469 + ], + "peak": [ + 238, + 476 + ], + "area_cells": 5529 + }, + { + "id": "range_5", + "name": null, + "center": [ + 248, + 270 + ], + "peak": [ + 250, + 270 + ], + "area_cells": 223 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403h/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403h/globe.png new file mode 100644 index 000000000..f44c90fc9 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403h/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403h/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403h/heightmap.png new file mode 100644 index 000000000..4b1519175 Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403h/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403h/index.md new file mode 100644 index 000000000..e5795a348 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3403h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2333616504 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.12 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.732 + polar_ice_lat: 0.168 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403h + +Frozen planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403h/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403h/markers.json new file mode 100644 index 000000000..94859305d --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403h/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 72 + ], + "area_fraction": 0.0322 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 19, + 380 + ], + "area_fraction": 0.0566 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 203, + 441 + ], + "area_fraction": 0.0649 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 209, + 233 + ], + "area_fraction": 0.0917 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 190 + ], + "peak": [ + 74, + 193 + ], + "area_cells": 10720 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 343 + ], + "peak": [ + 76, + 349 + ], + "area_cells": 576 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 24 + ], + "peak": [ + 102, + 0 + ], + "area_cells": 3282 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 466 + ], + "peak": [ + 126, + 500 + ], + "area_cells": 5858 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 185 + ], + "peak": [ + 115, + 181 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 199, + 96 + ], + "peak": [ + 200, + 96 + ], + "area_cells": 397 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403i/globe.png b/wiki/star-systems/GJ-3403/bodies/GJ3403i/globe.png new file mode 100644 index 000000000..fa5c3384a Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403i/globe.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403i/heightmap.png b/wiki/star-systems/GJ-3403/bodies/GJ3403i/heightmap.png new file mode 100644 index 000000000..930fbc1de Binary files /dev/null and b/wiki/star-systems/GJ-3403/bodies/GJ3403i/heightmap.png differ diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403i/index.md b/wiki/star-systems/GJ-3403/bodies/GJ3403i/index.md new file mode 100644 index 000000000..0f8fa017a --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3403i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1821154619 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 24.609 + period_days: 50000.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.08 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.228 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3403i + +Frozen planet. + +**System:** [GJ-3403](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 50000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3403/bodies/GJ3403i/markers.json b/wiki/star-systems/GJ-3403/bodies/GJ3403i/markers.json new file mode 100644 index 000000000..5e36c3219 --- /dev/null +++ b/wiki/star-systems/GJ-3403/bodies/GJ3403i/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 28 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 23, + 229 + ], + "area_fraction": 0.102 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 19, + 459 + ], + "area_fraction": 0.0298 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 256 + ], + "peak": [ + 150, + 453 + ], + "area_cells": 26936 + }, + { + "id": "range_8", + "name": null, + "center": [ + 179, + 194 + ], + "peak": [ + 180, + 194 + ], + "area_cells": 54 + }, + { + "id": "range_9", + "name": null, + "center": [ + 229, + 227 + ], + "peak": [ + 231, + 227 + ], + "area_cells": 113 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3442b/globe.png b/wiki/star-systems/GJ-3442/bodies/GJ3442b/globe.png new file mode 100644 index 000000000..5991442a2 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442b/globe.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442b/heightmap.png b/wiki/star-systems/GJ-3442/bodies/GJ3442b/heightmap.png new file mode 100644 index 000000000..3df8e5a8c Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442b/index.md b/wiki/star-systems/GJ-3442/bodies/GJ3442b/index.md new file mode 100644 index 000000000..8d41f4031 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3442b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3457199947 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.34 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.949 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3442b + +Barren planet. + +**System:** [GJ-3442](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 97% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442b/markers.json b/wiki/star-systems/GJ-3442/bodies/GJ3442b/markers.json new file mode 100644 index 000000000..ac4e80d46 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442b/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 60, + 119 + ], + "peak": [ + 61, + 107 + ], + "area_cells": 1108 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 196 + ], + "peak": [ + 87, + 196 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 216 + ], + "peak": [ + 90, + 215 + ], + "area_cells": 129 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 75 + ], + "peak": [ + 99, + 75 + ], + "area_cells": 30 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 101 + ], + "peak": [ + 112, + 99 + ], + "area_cells": 95 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 187 + ], + "peak": [ + 119, + 159 + ], + "area_cells": 1007 + }, + { + "id": "range_11", + "name": null, + "center": [ + 161, + 36 + ], + "peak": [ + 162, + 36 + ], + "area_cells": 30 + }, + { + "id": "range_14", + "name": null, + "center": [ + 185, + 402 + ], + "peak": [ + 181, + 400 + ], + "area_cells": 278 + }, + { + "id": "range_15", + "name": null, + "center": [ + 177, + 8 + ], + "peak": [ + 179, + 8 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 196, + 270 + ], + "peak": [ + 199, + 293 + ], + "area_cells": 1061 + }, + { + "id": "range_17", + "name": null, + "center": [ + 192, + 369 + ], + "peak": [ + 196, + 371 + ], + "area_cells": 95 + }, + { + "id": "range_18", + "name": null, + "center": [ + 195, + 345 + ], + "peak": [ + 195, + 345 + ], + "area_cells": 155 + }, + { + "id": "range_20", + "name": null, + "center": [ + 197, + 315 + ], + "peak": [ + 196, + 315 + ], + "area_cells": 151 + }, + { + "id": "range_23", + "name": null, + "center": [ + 203, + 11 + ], + "peak": [ + 204, + 11 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 223, + 41 + ], + "peak": [ + 221, + 46 + ], + "area_cells": 524 + }, + { + "id": "range_27", + "name": null, + "center": [ + 214, + 361 + ], + "peak": [ + 216, + 362 + ], + "area_cells": 31 + }, + { + "id": "range_31", + "name": null, + "center": [ + 235, + 66 + ], + "peak": [ + 234, + 66 + ], + "area_cells": 141 + }, + { + "id": "range_34", + "name": null, + "center": [ + 220, + 490 + ], + "peak": [ + 218, + 490 + ], + "area_cells": 30 + }, + { + "id": "range_38", + "name": null, + "center": [ + 247, + 493 + ], + "peak": [ + 240, + 491 + ], + "area_cells": 263 + }, + { + "id": "range_50", + "name": null, + "center": [ + 253, + 9 + ], + "peak": [ + 255, + 10 + ], + "area_cells": 39 + }, + { + "id": "range_52", + "name": null, + "center": [ + 253, + 465 + ], + "peak": [ + 255, + 461 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442c/globe.png b/wiki/star-systems/GJ-3442/bodies/GJ3442c/globe.png new file mode 100644 index 000000000..5d492ea61 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442c/globe.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442c/heightmap.png b/wiki/star-systems/GJ-3442/bodies/GJ3442c/heightmap.png new file mode 100644 index 000000000..12cf2d04e Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442c/index.md b/wiki/star-systems/GJ-3442/bodies/GJ3442c/index.md new file mode 100644 index 000000000..2d43cba09 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3442c +name: Sagres +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2011542942 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 34.1 +physical: + gravity_g: 0.82 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.497 + polar_ice_lat: 0.711 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.476 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Sagres + +Temperate planet. + +**System:** [GJ-3442](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 5K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442c/markers.json b/wiki/star-systems/GJ-3442/bodies/GJ3442c/markers.json new file mode 100644 index 000000000..7d848ace5 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442c/markers.json @@ -0,0 +1,497 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 20, + 225 + ], + [ + 20, + 224 + ], + [ + 20, + 223 + ], + [ + 20, + 222 + ], + [ + 21, + 221 + ], + [ + 22, + 220 + ], + [ + 23, + 219 + ], + [ + 24, + 218 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 43, + 185 + ], + [ + 44, + 186 + ], + [ + 45, + 187 + ], + [ + 46, + 188 + ], + [ + 47, + 187 + ], + [ + 48, + 186 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 212 + ], + [ + 1, + 211 + ], + [ + 2, + 210 + ], + [ + 3, + 209 + ], + [ + 4, + 208 + ], + [ + 5, + 207 + ], + [ + 6, + 207 + ], + [ + 7, + 207 + ], + [ + 8, + 206 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 251 + ], + [ + 1, + 252 + ], + [ + 2, + 252 + ], + [ + 3, + 252 + ], + [ + 4, + 251 + ], + [ + 5, + 251 + ], + [ + 6, + 250 + ], + [ + 7, + 249 + ], + [ + 8, + 248 + ], + [ + 9, + 247 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 12, + 320 + ], + [ + 11, + 319 + ], + [ + 10, + 319 + ], + [ + 9, + 318 + ], + [ + 8, + 317 + ], + [ + 7, + 316 + ], + [ + 6, + 315 + ], + [ + 5, + 316 + ], + [ + 4, + 316 + ], + [ + 3, + 317 + ], + [ + 2, + 318 + ], + [ + 1, + 317 + ], + [ + 0, + 318 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 88, + 130 + ], + [ + 87, + 129 + ], + [ + 86, + 128 + ], + [ + 85, + 127 + ], + [ + 84, + 126 + ], + [ + 84, + 125 + ], + [ + 83, + 124 + ], + [ + 83, + 125 + ], + [ + 84, + 124 + ], + [ + 84, + 123 + ], + [ + 84, + 122 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 82, + 60 + ], + [ + 81, + 60 + ], + [ + 80, + 59 + ], + [ + 79, + 60 + ], + [ + 78, + 61 + ], + [ + 77, + 61 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 67, + 97 + ], + "area_fraction": 0.14 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 30, + 233 + ], + "area_fraction": 0.0461 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 11, + 436 + ], + "area_fraction": 0.0293 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 46, + 397 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 187, + 442 + ], + "area_fraction": 0.1386 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 126, + 238 + ], + "area_fraction": 0.0205 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 215, + 89 + ], + "area_fraction": 0.1173 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 476 + ], + "peak": [ + 65, + 478 + ], + "area_cells": 63 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 416 + ], + "peak": [ + 94, + 426 + ], + "area_cells": 1028 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 459 + ], + "peak": [ + 93, + 461 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 345 + ], + "peak": [ + 99, + 345 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 134, + 330 + ], + "peak": [ + 133, + 332 + ], + "area_cells": 805 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 141 + ], + "peak": [ + 143, + 162 + ], + "area_cells": 690 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 85 + ], + "peak": [ + 141, + 86 + ], + "area_cells": 44 + }, + { + "id": "range_9", + "name": null, + "center": [ + 183, + 267 + ], + "peak": [ + 167, + 245 + ], + "area_cells": 3769 + }, + { + "id": "range_10", + "name": null, + "center": [ + 173, + 121 + ], + "peak": [ + 171, + 124 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442d/globe.png b/wiki/star-systems/GJ-3442/bodies/GJ3442d/globe.png new file mode 100644 index 000000000..b7ad18116 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442d/globe.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442d/heightmap.png b/wiki/star-systems/GJ-3442/bodies/GJ3442d/heightmap.png new file mode 100644 index 000000000..cb58e0629 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442d/index.md b/wiki/star-systems/GJ-3442/bodies/GJ3442d/index.md new file mode 100644 index 000000000..0f9454d98 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3442d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3404793704 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: 0.48 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.138 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.366 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3442d + +Frozen planet. + +**System:** [GJ-3442](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442d/markers.json b/wiki/star-systems/GJ-3442/bodies/GJ3442d/markers.json new file mode 100644 index 000000000..1e22dddb0 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442d/markers.json @@ -0,0 +1,245 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 239, + 353 + ], + [ + 238, + 352 + ], + [ + 239, + 351 + ], + [ + 238, + 350 + ], + [ + 239, + 350 + ], + [ + 240, + 350 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 121, + 113 + ], + [ + 120, + 112 + ], + [ + 119, + 111 + ], + [ + 118, + 111 + ], + [ + 117, + 112 + ], + [ + 116, + 112 + ], + [ + 115, + 113 + ], + [ + 114, + 113 + ], + [ + 113, + 113 + ], + [ + 112, + 114 + ], + [ + 112, + 115 + ], + [ + 111, + 116 + ], + [ + 110, + 115 + ], + [ + 109, + 116 + ], + [ + 108, + 115 + ], + [ + 107, + 114 + ], + [ + 106, + 113 + ], + [ + 105, + 112 + ], + [ + 104, + 111 + ], + [ + 104, + 112 + ], + [ + 105, + 111 + ], + [ + 104, + 110 + ], + [ + 105, + 109 + ], + [ + 105, + 108 + ], + [ + 104, + 107 + ], + [ + 104, + 108 + ], + [ + 104, + 109 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 43, + 85 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 201, + 426 + ], + "area_fraction": 0.0289 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 263 + ], + "peak": [ + 114, + 236 + ], + "area_cells": 8283 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 458 + ], + "peak": [ + 118, + 473 + ], + "area_cells": 3544 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 34 + ], + "peak": [ + 118, + 0 + ], + "area_cells": 2710 + }, + { + "id": "range_4", + "name": null, + "center": [ + 129, + 403 + ], + "peak": [ + 132, + 411 + ], + "area_cells": 140 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 4 + ], + "peak": [ + 146, + 0 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442e/globe.png b/wiki/star-systems/GJ-3442/bodies/GJ3442e/globe.png new file mode 100644 index 000000000..ae0c432e3 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442e/globe.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442e/heightmap.png b/wiki/star-systems/GJ-3442/bodies/GJ3442e/heightmap.png new file mode 100644 index 000000000..4a99ec43c Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442e/index.md b/wiki/star-systems/GJ-3442/bodies/GJ3442e/index.md new file mode 100644 index 000000000..b30bff91f --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3442e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4291252139 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 52.8 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.705 + polar_ice_lat: 0.073 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.435 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3442e + +Frozen planet. + +**System:** [GJ-3442](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442e/markers.json b/wiki/star-systems/GJ-3442/bodies/GJ3442e/markers.json new file mode 100644 index 000000000..f3aa131cc --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442e/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 127, + 79 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_33", + "name": null, + "kind": "ocean", + "center": [ + 203, + 377 + ], + "area_fraction": 0.1835 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 184, + 26 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 204, + 119 + ], + "area_fraction": 0.062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 447 + ], + "peak": [ + 6, + 448 + ], + "area_cells": 1985 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 175 + ], + "peak": [ + 17, + 174 + ], + "area_cells": 98 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 152 + ], + "peak": [ + 22, + 152 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 432 + ], + "peak": [ + 28, + 430 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 185 + ], + "peak": [ + 39, + 195 + ], + "area_cells": 244 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 328 + ], + "peak": [ + 107, + 333 + ], + "area_cells": 2912 + }, + { + "id": "range_10", + "name": null, + "center": [ + 107, + 190 + ], + "peak": [ + 112, + 191 + ], + "area_cells": 1542 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 345 + ], + "peak": [ + 133, + 344 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442f/globe.png b/wiki/star-systems/GJ-3442/bodies/GJ3442f/globe.png new file mode 100644 index 000000000..c1084e715 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442f/globe.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442f/heightmap.png b/wiki/star-systems/GJ-3442/bodies/GJ3442f/heightmap.png new file mode 100644 index 000000000..59abf97a9 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442f/index.md b/wiki/star-systems/GJ-3442/bodies/GJ3442f/index.md new file mode 100644 index 000000000..33ffc5550 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3442f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2641593573 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 54.6 +physical: + gravity_g: 0.11 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.826 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.254 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3442f + +Frozen planet. + +**System:** [GJ-3442](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442f/markers.json b/wiki/star-systems/GJ-3442/bodies/GJ3442f/markers.json new file mode 100644 index 000000000..ec6c0cd49 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442f/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 114 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 32, + 402 + ], + "area_fraction": 0.0783 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 228, + 329 + ], + "area_fraction": 0.0593 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 234 + ], + "peak": [ + 127, + 230 + ], + "area_cells": 7461 + }, + { + "id": "range_2", + "name": null, + "center": [ + 108, + 123 + ], + "peak": [ + 107, + 123 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 120, + 146 + ], + "peak": [ + 121, + 145 + ], + "area_cells": 128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 499 + ], + "peak": [ + 126, + 498 + ], + "area_cells": 146 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 8 + ], + "peak": [ + 129, + 8 + ], + "area_cells": 169 + }, + { + "id": "range_7", + "name": null, + "center": [ + 131, + 155 + ], + "peak": [ + 133, + 156 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 151, + 99 + ], + "peak": [ + 146, + 107 + ], + "area_cells": 475 + }, + { + "id": "range_10", + "name": null, + "center": [ + 151, + 58 + ], + "peak": [ + 155, + 62 + ], + "area_cells": 262 + }, + { + "id": "range_11", + "name": null, + "center": [ + 160, + 23 + ], + "peak": [ + 161, + 15 + ], + "area_cells": 249 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 59 + ], + "peak": [ + 164, + 59 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 184, + 55 + ], + "peak": [ + 180, + 21 + ], + "area_cells": 1635 + }, + { + "id": "range_15", + "name": null, + "center": [ + 188, + 145 + ], + "peak": [ + 192, + 154 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442g/globe.png b/wiki/star-systems/GJ-3442/bodies/GJ3442g/globe.png new file mode 100644 index 000000000..a65781ecf Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442g/globe.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442g/heightmap.png b/wiki/star-systems/GJ-3442/bodies/GJ3442g/heightmap.png new file mode 100644 index 000000000..acaf04893 Binary files /dev/null and b/wiki/star-systems/GJ-3442/bodies/GJ3442g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442g/index.md b/wiki/star-systems/GJ-3442/bodies/GJ3442g/index.md new file mode 100644 index 000000000..c4db94f64 --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3442g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2736081786 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.492 + period_days: 5200.0 + axial_tilt_deg: 59.5 +physical: + gravity_g: 0.07 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.835 + polar_ice_lat: 0.195 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3442g + +Frozen planet. + +**System:** [GJ-3442](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3442/bodies/GJ3442g/markers.json b/wiki/star-systems/GJ-3442/bodies/GJ3442g/markers.json new file mode 100644 index 000000000..31d4908ef --- /dev/null +++ b/wiki/star-systems/GJ-3442/bodies/GJ3442g/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 131, + 39 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 126, + 414 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 203, + 435 + ], + "area_fraction": 0.087 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 173, + 334 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 189, + 214 + ], + "area_fraction": 0.007 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 233, + 236 + ], + "area_fraction": 0.0138 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 51 + ], + "peak": [ + 7, + 72 + ], + "area_cells": 2589 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 161 + ], + "peak": [ + 3, + 161 + ], + "area_cells": 47 + }, + { + "id": "range_3", + "name": null, + "center": [ + 23, + 365 + ], + "peak": [ + 41, + 345 + ], + "area_cells": 11454 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 502 + ], + "peak": [ + 19, + 508 + ], + "area_cells": 280 + }, + { + "id": "range_6", + "name": null, + "center": [ + 29, + 157 + ], + "peak": [ + 25, + 137 + ], + "area_cells": 489 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3454b/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454b/globe.png new file mode 100644 index 000000000..636a5512d Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454b/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454b/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454b/heightmap.png new file mode 100644 index 000000000..42c216467 Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454b/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454b/index.md new file mode 100644 index 000000000..49323eafe --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3454b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 630016759 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 37.8 +physical: + gravity_g: 0.31 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.005 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454b + +Barren planet. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.31g | +| **Land** | 93% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454b/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454b/markers.json new file mode 100644 index 000000000..23b0d94d7 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454b/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 24 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 46, + 34 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 46, + 494 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 92, + 409 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 167, + 265 + ], + "peak": [ + 91, + 270 + ], + "area_cells": 14764 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 83 + ], + "peak": [ + 84, + 84 + ], + "area_cells": 81 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 51 + ], + "peak": [ + 107, + 68 + ], + "area_cells": 476 + }, + { + "id": "range_9", + "name": null, + "center": [ + 116, + 421 + ], + "peak": [ + 115, + 422 + ], + "area_cells": 83 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 100 + ], + "peak": [ + 161, + 107 + ], + "area_cells": 486 + }, + { + "id": "range_14", + "name": null, + "center": [ + 153, + 443 + ], + "peak": [ + 151, + 452 + ], + "area_cells": 516 + }, + { + "id": "range_15", + "name": null, + "center": [ + 185, + 423 + ], + "peak": [ + 189, + 426 + ], + "area_cells": 210 + }, + { + "id": "range_16", + "name": null, + "center": [ + 191, + 80 + ], + "peak": [ + 191, + 79 + ], + "area_cells": 289 + }, + { + "id": "range_19", + "name": null, + "center": [ + 183, + 111 + ], + "peak": [ + 183, + 111 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 212, + 386 + ], + "peak": [ + 221, + 383 + ], + "area_cells": 753 + }, + { + "id": "range_21", + "name": null, + "center": [ + 193, + 3 + ], + "peak": [ + 194, + 4 + ], + "area_cells": 73 + }, + { + "id": "range_22", + "name": null, + "center": [ + 192, + 448 + ], + "peak": [ + 192, + 448 + ], + "area_cells": 55 + }, + { + "id": "range_23", + "name": null, + "center": [ + 201, + 497 + ], + "peak": [ + 195, + 495 + ], + "area_cells": 151 + }, + { + "id": "range_24", + "name": null, + "center": [ + 195, + 60 + ], + "peak": [ + 196, + 62 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 198, + 509 + ], + "peak": [ + 197, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_31", + "name": null, + "center": [ + 245, + 397 + ], + "peak": [ + 246, + 398 + ], + "area_cells": 29 + }, + { + "id": "range_32", + "name": null, + "center": [ + 252, + 361 + ], + "peak": [ + 255, + 360 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454c/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454c/globe.png new file mode 100644 index 000000000..f5c0d9a5a Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454c/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454c/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454c/heightmap.png new file mode 100644 index 000000000..3b457602d Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454c/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454c/index.md new file mode 100644 index 000000000..f11ef9c34 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3454c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 638535619 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.221 + period_days: 38.0 + axial_tilt_deg: 34.3 +physical: + gravity_g: 0.56 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.562 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.173 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454c + +Cold Arid planet. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 38 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454c/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454c/markers.json new file mode 100644 index 000000000..c78a836e2 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454c/markers.json @@ -0,0 +1,1104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 86, + 387 + ], + [ + 85, + 386 + ], + [ + 84, + 385 + ], + [ + 83, + 384 + ], + [ + 82, + 383 + ], + [ + 81, + 382 + ], + [ + 80, + 381 + ], + [ + 79, + 380 + ], + [ + 79, + 379 + ], + [ + 78, + 378 + ], + [ + 78, + 377 + ], + [ + 77, + 376 + ], + [ + 78, + 375 + ], + [ + 78, + 374 + ], + [ + 77, + 374 + ], + [ + 77, + 373 + ], + [ + 77, + 372 + ], + [ + 76, + 372 + ], + [ + 76, + 373 + ], + [ + 75, + 372 + ], + [ + 76, + 371 + ], + [ + 75, + 371 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 71, + 326 + ], + [ + 72, + 325 + ], + [ + 73, + 326 + ], + [ + 74, + 326 + ], + [ + 75, + 327 + ], + [ + 74, + 327 + ], + [ + 75, + 328 + ], + [ + 74, + 328 + ], + [ + 73, + 329 + ], + [ + 74, + 330 + ], + [ + 73, + 331 + ], + [ + 72, + 332 + ], + [ + 71, + 333 + ], + [ + 70, + 334 + ], + [ + 69, + 335 + ], + [ + 68, + 334 + ], + [ + 67, + 335 + ], + [ + 66, + 336 + ], + [ + 65, + 337 + ], + [ + 64, + 338 + ], + [ + 63, + 338 + ], + [ + 62, + 337 + ], + [ + 61, + 338 + ], + [ + 60, + 338 + ], + [ + 59, + 339 + ], + [ + 58, + 340 + ], + [ + 57, + 341 + ], + [ + 58, + 342 + ], + [ + 57, + 343 + ], + [ + 56, + 344 + ], + [ + 56, + 343 + ], + [ + 57, + 344 + ], + [ + 57, + 345 + ], + [ + 58, + 346 + ], + [ + 58, + 347 + ], + [ + 57, + 347 + ], + [ + 56, + 347 + ], + [ + 57, + 348 + ], + [ + 58, + 348 + ], + [ + 57, + 349 + ], + [ + 56, + 348 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 107, + 454 + ], + [ + 108, + 455 + ], + [ + 109, + 456 + ], + [ + 110, + 457 + ], + [ + 111, + 457 + ], + [ + 112, + 456 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 78, + 176 + ], + [ + 79, + 175 + ], + [ + 80, + 175 + ], + [ + 81, + 175 + ], + [ + 82, + 175 + ], + [ + 83, + 174 + ], + [ + 84, + 173 + ], + [ + 85, + 172 + ], + [ + 86, + 171 + ], + [ + 87, + 170 + ], + [ + 88, + 169 + ], + [ + 87, + 168 + ], + [ + 87, + 167 + ], + [ + 88, + 167 + ], + [ + 87, + 166 + ], + [ + 88, + 165 + ], + [ + 88, + 164 + ], + [ + 89, + 163 + ], + [ + 90, + 164 + ], + [ + 89, + 165 + ], + [ + 88, + 166 + ], + [ + 89, + 166 + ], + [ + 90, + 166 + ], + [ + 89, + 167 + ], + [ + 90, + 167 + ], + [ + 91, + 166 + ], + [ + 90, + 165 + ], + [ + 91, + 165 + ], + [ + 91, + 164 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 24, + 298 + ], + [ + 23, + 299 + ], + [ + 22, + 300 + ], + [ + 22, + 301 + ], + [ + 23, + 301 + ], + [ + 22, + 302 + ], + [ + 21, + 302 + ], + [ + 21, + 301 + ], + [ + 20, + 301 + ], + [ + 19, + 300 + ], + [ + 18, + 300 + ], + [ + 17, + 300 + ], + [ + 16, + 301 + ], + [ + 15, + 301 + ], + [ + 14, + 301 + ], + [ + 13, + 300 + ], + [ + 13, + 301 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 78, + 12 + ], + [ + 77, + 12 + ], + [ + 76, + 11 + ], + [ + 75, + 11 + ], + [ + 74, + 12 + ], + [ + 73, + 11 + ], + [ + 72, + 12 + ], + [ + 71, + 13 + ], + [ + 70, + 13 + ], + [ + 69, + 12 + ], + [ + 68, + 12 + ], + [ + 67, + 12 + ], + [ + 66, + 11 + ], + [ + 65, + 10 + ], + [ + 64, + 10 + ], + [ + 63, + 11 + ], + [ + 62, + 10 + ], + [ + 61, + 10 + ], + [ + 60, + 10 + ], + [ + 59, + 10 + ], + [ + 58, + 10 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 136, + 267 + ], + [ + 135, + 268 + ], + [ + 134, + 269 + ], + [ + 133, + 269 + ], + [ + 132, + 269 + ], + [ + 131, + 268 + ], + [ + 130, + 267 + ], + [ + 129, + 266 + ], + [ + 128, + 266 + ], + [ + 127, + 265 + ], + [ + 126, + 265 + ], + [ + 125, + 265 + ], + [ + 124, + 265 + ], + [ + 123, + 265 + ], + [ + 122, + 265 + ], + [ + 121, + 265 + ], + [ + 121, + 266 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 22, + 377 + ], + [ + 23, + 378 + ], + [ + 24, + 379 + ], + [ + 24, + 380 + ], + [ + 25, + 381 + ], + [ + 25, + 380 + ], + [ + 25, + 379 + ], + [ + 26, + 380 + ], + [ + 27, + 381 + ], + [ + 26, + 381 + ], + [ + 26, + 382 + ], + [ + 26, + 383 + ], + [ + 27, + 382 + ], + [ + 28, + 381 + ], + [ + 29, + 380 + ], + [ + 30, + 381 + ], + [ + 31, + 382 + ], + [ + 32, + 383 + ], + [ + 33, + 383 + ], + [ + 34, + 383 + ], + [ + 35, + 383 + ], + [ + 36, + 384 + ], + [ + 37, + 385 + ], + [ + 38, + 384 + ], + [ + 39, + 383 + ], + [ + 40, + 383 + ], + [ + 41, + 383 + ], + [ + 42, + 384 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 59, + 372 + ], + [ + 60, + 371 + ], + [ + 61, + 370 + ], + [ + 62, + 369 + ], + [ + 63, + 368 + ], + [ + 64, + 367 + ], + [ + 65, + 366 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 56, + 411 + ], + [ + 57, + 412 + ], + [ + 58, + 413 + ], + [ + 59, + 414 + ], + [ + 60, + 414 + ], + [ + 61, + 414 + ], + [ + 61, + 413 + ], + [ + 62, + 412 + ], + [ + 63, + 411 + ], + [ + 64, + 410 + ], + [ + 63, + 410 + ], + [ + 64, + 409 + ], + [ + 63, + 408 + ], + [ + 63, + 407 + ], + [ + 64, + 406 + ], + [ + 64, + 405 + ], + [ + 63, + 404 + ], + [ + 63, + 403 + ], + [ + 64, + 404 + ], + [ + 65, + 403 + ], + [ + 64, + 403 + ], + [ + 64, + 402 + ], + [ + 65, + 401 + ], + [ + 66, + 402 + ], + [ + 65, + 402 + ], + [ + 66, + 403 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 25, + 330 + ], + [ + 26, + 331 + ], + [ + 27, + 332 + ], + [ + 28, + 333 + ], + [ + 29, + 333 + ], + [ + 30, + 333 + ], + [ + 29, + 332 + ], + [ + 30, + 332 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 105, + 30 + ], + [ + 106, + 30 + ], + [ + 105, + 31 + ], + [ + 104, + 32 + ], + [ + 103, + 33 + ], + [ + 102, + 34 + ], + [ + 101, + 35 + ], + [ + 100, + 36 + ], + [ + 99, + 37 + ], + [ + 98, + 38 + ], + [ + 97, + 39 + ], + [ + 96, + 38 + ], + [ + 95, + 37 + ], + [ + 94, + 36 + ], + [ + 94, + 35 + ], + [ + 93, + 34 + ], + [ + 92, + 33 + ], + [ + 92, + 32 + ], + [ + 93, + 31 + ], + [ + 93, + 30 + ], + [ + 92, + 30 + ], + [ + 92, + 31 + ], + [ + 93, + 32 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 110 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 181 + ], + "peak": [ + 103, + 181 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 178, + 231 + ], + "peak": [ + 199, + 379 + ], + "area_cells": 37381 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454d/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454d/globe.png new file mode 100644 index 000000000..a42d889ec Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454d/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454d/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454d/heightmap.png new file mode 100644 index 000000000..0a7cfc4fb Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454d/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454d/index.md new file mode 100644 index 000000000..39e4cf10e --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3454d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4149689305 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.577 + period_days: 160.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.44 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454d + +Frozen planet. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 98% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454d/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454d/markers.json new file mode 100644 index 000000000..089a74ff4 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454d/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 281 + ], + "peak": [ + 4, + 275 + ], + "area_cells": 688 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 71 + ], + "peak": [ + 54, + 65 + ], + "area_cells": 5886 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 438 + ], + "peak": [ + 85, + 443 + ], + "area_cells": 618 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 6 + ], + "peak": [ + 91, + 0 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 110 + ], + "peak": [ + 197, + 112 + ], + "area_cells": 91 + }, + { + "id": "range_12", + "name": null, + "center": [ + 217, + 93 + ], + "peak": [ + 218, + 93 + ], + "area_cells": 121 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/globe.png new file mode 100644 index 000000000..6d683eb8d Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/heightmap.png new file mode 100644 index 000000000..fce1df53d Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/index.md new file mode 100644 index 000000000..1d2f82349 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3454e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4243349025 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454e-m1 + +Frozen moon. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 93% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/markers.json new file mode 100644 index 000000000..15b10f020 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m1/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 147, + 233 + ], + "area_fraction": 0.014 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 208, + 429 + ], + "area_fraction": 0.014 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 243, + 164 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 383 + ], + "peak": [ + 32, + 382 + ], + "area_cells": 59 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 373 + ], + "peak": [ + 31, + 377 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 406 + ], + "peak": [ + 42, + 403 + ], + "area_cells": 266 + }, + { + "id": "range_4", + "name": null, + "center": [ + 90, + 115 + ], + "peak": [ + 61, + 80 + ], + "area_cells": 15919 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 506 + ], + "peak": [ + 82, + 511 + ], + "area_cells": 485 + }, + { + "id": "range_7", + "name": null, + "center": [ + 73, + 380 + ], + "peak": [ + 72, + 380 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 76, + 437 + ], + "peak": [ + 76, + 438 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 96, + 471 + ], + "peak": [ + 90, + 471 + ], + "area_cells": 965 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 399 + ], + "peak": [ + 90, + 400 + ], + "area_cells": 53 + }, + { + "id": "range_15", + "name": null, + "center": [ + 115, + 372 + ], + "peak": [ + 117, + 372 + ], + "area_cells": 62 + }, + { + "id": "range_16", + "name": null, + "center": [ + 124, + 174 + ], + "peak": [ + 125, + 174 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 151, + 86 + ], + "peak": [ + 151, + 87 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 164, + 70 + ], + "peak": [ + 165, + 70 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/globe.png new file mode 100644 index 000000000..6a98c111e Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/heightmap.png new file mode 100644 index 000000000..da6722baa Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/index.md new file mode 100644 index 000000000..f55b41c4b --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3454e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1929510585 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 12.2 +physical: + gravity_g: 0.08 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.915 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.005 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454e-m2 + +Barren moon. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/markers.json new file mode 100644 index 000000000..5e0bb45a3 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454e-m2/markers.json @@ -0,0 +1,266 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 21, + 141 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 93, + 110 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_81", + "name": null, + "kind": "lake", + "center": [ + 247, + 248 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 65, + 97 + ], + "peak": [ + 65, + 97 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 71, + 359 + ], + "peak": [ + 72, + 360 + ], + "area_cells": 45 + }, + { + "id": "range_11", + "name": null, + "center": [ + 75, + 20 + ], + "peak": [ + 74, + 19 + ], + "area_cells": 50 + }, + { + "id": "range_17", + "name": null, + "center": [ + 83, + 232 + ], + "peak": [ + 84, + 232 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 86, + 32 + ], + "peak": [ + 85, + 33 + ], + "area_cells": 33 + }, + { + "id": "range_20", + "name": null, + "center": [ + 158, + 14 + ], + "peak": [ + 107, + 0 + ], + "area_cells": 2090 + }, + { + "id": "range_21", + "name": null, + "center": [ + 114, + 297 + ], + "peak": [ + 132, + 289 + ], + "area_cells": 566 + }, + { + "id": "range_22", + "name": null, + "center": [ + 107, + 465 + ], + "peak": [ + 107, + 467 + ], + "area_cells": 351 + }, + { + "id": "range_23", + "name": null, + "center": [ + 167, + 484 + ], + "peak": [ + 156, + 497 + ], + "area_cells": 3419 + }, + { + "id": "range_29", + "name": null, + "center": [ + 137, + 250 + ], + "peak": [ + 135, + 259 + ], + "area_cells": 533 + }, + { + "id": "range_30", + "name": null, + "center": [ + 138, + 427 + ], + "peak": [ + 141, + 428 + ], + "area_cells": 29 + }, + { + "id": "range_32", + "name": null, + "center": [ + 145, + 204 + ], + "peak": [ + 144, + 205 + ], + "area_cells": 148 + }, + { + "id": "range_34", + "name": null, + "center": [ + 146, + 174 + ], + "peak": [ + 148, + 163 + ], + "area_cells": 239 + }, + { + "id": "range_36", + "name": null, + "center": [ + 172, + 434 + ], + "peak": [ + 176, + 435 + ], + "area_cells": 396 + }, + { + "id": "range_38", + "name": null, + "center": [ + 152, + 312 + ], + "peak": [ + 153, + 312 + ], + "area_cells": 84 + }, + { + "id": "range_39", + "name": null, + "center": [ + 155, + 115 + ], + "peak": [ + 158, + 115 + ], + "area_cells": 45 + }, + { + "id": "range_42", + "name": null, + "center": [ + 170, + 155 + ], + "peak": [ + 171, + 156 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454e/globe.png new file mode 100644 index 000000000..f4f2e42a4 Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454e/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454e/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454e/index.md new file mode 100644 index 000000000..00978c111 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ3454e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3747344747 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.298 + period_days: 540.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: null + oblateness: 0.0766 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.081 +--- + +# GJ3454e + +Gas giant. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 540 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454f/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454f/globe.png new file mode 100644 index 000000000..0d11a6cac Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454f/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454f/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454f/heightmap.png new file mode 100644 index 000000000..36dd2a54d Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454f/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454f/index.md new file mode 100644 index 000000000..d9cf97fe7 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3454f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1697630982 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.677 + period_days: 1600.0 + axial_tilt_deg: 42.3 +physical: + gravity_g: 0.36 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.762 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.306 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454f + +Frozen planet. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454f/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454f/markers.json new file mode 100644 index 000000000..fb08fea86 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454f/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 21, + 131 + ], + "area_fraction": 0.0215 + }, + { + "id": "water_17", + "name": null, + "kind": "ocean", + "center": [ + 112, + 384 + ], + "area_fraction": 0.1255 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 118, + 228 + ], + "area_fraction": 0.0307 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 110, + 91 + ], + "area_fraction": 0.0294 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 149, + 306 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 165, + 59 + ], + "peak": [ + 173, + 52 + ], + "area_cells": 535 + }, + { + "id": "range_3", + "name": null, + "center": [ + 211, + 229 + ], + "peak": [ + 181, + 303 + ], + "area_cells": 22108 + }, + { + "id": "range_4", + "name": null, + "center": [ + 215, + 465 + ], + "peak": [ + 229, + 454 + ], + "area_cells": 2518 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454g/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454g/globe.png new file mode 100644 index 000000000..0dbd5608e Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454g/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454g/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454g/heightmap.png new file mode 100644 index 000000000..824cac5a3 Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454g/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454g/index.md new file mode 100644 index 000000000..74a995dbe --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3454g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 980352258 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.095 + period_days: 4200.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: 0.11 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.145 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454g + +Frozen planet. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454g/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454g/markers.json new file mode 100644 index 000000000..1ffc40e5c --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454g/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 248 + ], + "area_fraction": 0.2083 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 241, + 155 + ], + "area_fraction": 0.0115 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 156, + 317 + ], + "peak": [ + 145, + 289 + ], + "area_cells": 28448 + }, + { + "id": "range_2", + "name": null, + "center": [ + 135, + 49 + ], + "peak": [ + 158, + 0 + ], + "area_cells": 6477 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 51 + ], + "peak": [ + 83, + 56 + ], + "area_cells": 154 + }, + { + "id": "range_5", + "name": null, + "center": [ + 171, + 425 + ], + "peak": [ + 172, + 425 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 184, + 86 + ], + "peak": [ + 185, + 86 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 206, + 29 + ], + "peak": [ + 205, + 30 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 219, + 80 + ], + "peak": [ + 220, + 82 + ], + "area_cells": 104 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454h/globe.png b/wiki/star-systems/GJ-3454/bodies/GJ3454h/globe.png new file mode 100644 index 000000000..195bf649b Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454h/globe.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454h/heightmap.png b/wiki/star-systems/GJ-3454/bodies/GJ3454h/heightmap.png new file mode 100644 index 000000000..a3ee75d08 Binary files /dev/null and b/wiki/star-systems/GJ-3454/bodies/GJ3454h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454h/index.md b/wiki/star-systems/GJ-3454/bodies/GJ3454h/index.md new file mode 100644 index 000000000..7a8e450fa --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3454h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3588331200 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.717 + period_days: 9400.0 + axial_tilt_deg: 25.9 +physical: + gravity_g: 0.1 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.876 + polar_ice_lat: 0.217 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3454h + +Frozen planet. + +**System:** [GJ-3454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 9400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3454/bodies/GJ3454h/markers.json b/wiki/star-systems/GJ-3454/bodies/GJ3454h/markers.json new file mode 100644 index 000000000..153ce60a1 --- /dev/null +++ b/wiki/star-systems/GJ-3454/bodies/GJ3454h/markers.json @@ -0,0 +1,289 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 136 + ], + "area_fraction": 0.0353 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 11, + 334 + ], + "area_fraction": 0.0228 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 87, + 88 + ], + "area_fraction": 0.028 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 212, + 341 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 31, + 484 + ], + "peak": [ + 32, + 484 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 41, + 465 + ], + "peak": [ + 40, + 464 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 25 + ], + "peak": [ + 57, + 30 + ], + "area_cells": 322 + }, + { + "id": "range_7", + "name": null, + "center": [ + 53, + 436 + ], + "peak": [ + 54, + 436 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 62, + 492 + ], + "peak": [ + 69, + 494 + ], + "area_cells": 155 + }, + { + "id": "range_9", + "name": null, + "center": [ + 53, + 258 + ], + "peak": [ + 53, + 259 + ], + "area_cells": 30 + }, + { + "id": "range_11", + "name": null, + "center": [ + 53, + 406 + ], + "peak": [ + 53, + 406 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 70, + 291 + ], + "peak": [ + 71, + 296 + ], + "area_cells": 500 + }, + { + "id": "range_15", + "name": null, + "center": [ + 85, + 245 + ], + "peak": [ + 89, + 235 + ], + "area_cells": 521 + }, + { + "id": "range_16", + "name": null, + "center": [ + 105, + 414 + ], + "peak": [ + 79, + 455 + ], + "area_cells": 1157 + }, + { + "id": "range_19", + "name": null, + "center": [ + 99, + 263 + ], + "peak": [ + 100, + 264 + ], + "area_cells": 40 + }, + { + "id": "range_21", + "name": null, + "center": [ + 151, + 227 + ], + "peak": [ + 143, + 325 + ], + "area_cells": 10846 + }, + { + "id": "range_22", + "name": null, + "center": [ + 151, + 414 + ], + "peak": [ + 152, + 415 + ], + "area_cells": 90 + }, + { + "id": "range_26", + "name": null, + "center": [ + 177, + 274 + ], + "peak": [ + 179, + 278 + ], + "area_cells": 173 + }, + { + "id": "range_27", + "name": null, + "center": [ + 180, + 397 + ], + "peak": [ + 183, + 397 + ], + "area_cells": 136 + }, + { + "id": "range_28", + "name": null, + "center": [ + 188, + 437 + ], + "peak": [ + 178, + 430 + ], + "area_cells": 668 + }, + { + "id": "range_30", + "name": null, + "center": [ + 240, + 243 + ], + "peak": [ + 255, + 233 + ], + "area_cells": 13828 + }, + { + "id": "range_31", + "name": null, + "center": [ + 215, + 51 + ], + "peak": [ + 216, + 50 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ349b/globe.png b/wiki/star-systems/GJ-349/bodies/GJ349b/globe.png new file mode 100644 index 000000000..ca2d9602d Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349b/globe.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349b/heightmap.png b/wiki/star-systems/GJ-349/bodies/GJ349b/heightmap.png new file mode 100644 index 000000000..40c1bc73d Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349b/heightmap.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349b/index.md b/wiki/star-systems/GJ-349/bodies/GJ349b/index.md new file mode 100644 index 000000000..755186010 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ349b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1866823767 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 2.7 +physical: + gravity_g: 0.34 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.969 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ349b + +Barren planet. + +**System:** [GJ-349](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 98% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-349/bodies/GJ349b/markers.json b/wiki/star-systems/GJ-349/bodies/GJ349b/markers.json new file mode 100644 index 000000000..0d6ce2a34 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349b/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 7 + ], + "peak": [ + 3, + 10 + ], + "area_cells": 60 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 123 + ], + "peak": [ + 10, + 127 + ], + "area_cells": 3324 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 356 + ], + "peak": [ + 27, + 363 + ], + "area_cells": 644 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 422 + ], + "peak": [ + 35, + 455 + ], + "area_cells": 1991 + }, + { + "id": "range_10", + "name": null, + "center": [ + 26, + 254 + ], + "peak": [ + 28, + 255 + ], + "area_cells": 40 + }, + { + "id": "range_13", + "name": null, + "center": [ + 25, + 239 + ], + "peak": [ + 25, + 239 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 61, + 340 + ], + "peak": [ + 64, + 343 + ], + "area_cells": 154 + }, + { + "id": "range_24", + "name": null, + "center": [ + 51, + 259 + ], + "peak": [ + 52, + 259 + ], + "area_cells": 20 + }, + { + "id": "range_25", + "name": null, + "center": [ + 61, + 374 + ], + "peak": [ + 61, + 375 + ], + "area_cells": 21 + }, + { + "id": "range_26", + "name": null, + "center": [ + 79, + 168 + ], + "peak": [ + 82, + 167 + ], + "area_cells": 72 + }, + { + "id": "range_28", + "name": null, + "center": [ + 95, + 367 + ], + "peak": [ + 100, + 362 + ], + "area_cells": 270 + }, + { + "id": "range_29", + "name": null, + "center": [ + 86, + 145 + ], + "peak": [ + 86, + 145 + ], + "area_cells": 142 + }, + { + "id": "range_31", + "name": null, + "center": [ + 124, + 410 + ], + "peak": [ + 139, + 422 + ], + "area_cells": 772 + }, + { + "id": "range_36", + "name": null, + "center": [ + 107, + 183 + ], + "peak": [ + 113, + 177 + ], + "area_cells": 141 + }, + { + "id": "range_37", + "name": null, + "center": [ + 127, + 475 + ], + "peak": [ + 121, + 486 + ], + "area_cells": 1572 + }, + { + "id": "range_38", + "name": null, + "center": [ + 138, + 22 + ], + "peak": [ + 132, + 14 + ], + "area_cells": 1281 + }, + { + "id": "range_39", + "name": null, + "center": [ + 143, + 188 + ], + "peak": [ + 135, + 148 + ], + "area_cells": 1221 + }, + { + "id": "range_42", + "name": null, + "center": [ + 121, + 135 + ], + "peak": [ + 121, + 135 + ], + "area_cells": 24 + }, + { + "id": "range_43", + "name": null, + "center": [ + 120, + 281 + ], + "peak": [ + 120, + 281 + ], + "area_cells": 20 + }, + { + "id": "range_44", + "name": null, + "center": [ + 128, + 52 + ], + "peak": [ + 128, + 54 + ], + "area_cells": 113 + }, + { + "id": "range_46", + "name": null, + "center": [ + 135, + 72 + ], + "peak": [ + 132, + 73 + ], + "area_cells": 47 + }, + { + "id": "range_47", + "name": null, + "center": [ + 141, + 265 + ], + "peak": [ + 142, + 265 + ], + "area_cells": 63 + }, + { + "id": "range_48", + "name": null, + "center": [ + 143, + 243 + ], + "peak": [ + 143, + 244 + ], + "area_cells": 58 + }, + { + "id": "range_49", + "name": null, + "center": [ + 164, + 505 + ], + "peak": [ + 169, + 510 + ], + "area_cells": 162 + }, + { + "id": "range_50", + "name": null, + "center": [ + 157, + 287 + ], + "peak": [ + 159, + 284 + ], + "area_cells": 45 + }, + { + "id": "range_51", + "name": null, + "center": [ + 161, + 375 + ], + "peak": [ + 160, + 375 + ], + "area_cells": 92 + }, + { + "id": "range_52", + "name": null, + "center": [ + 177, + 257 + ], + "peak": [ + 168, + 235 + ], + "area_cells": 326 + }, + { + "id": "range_53", + "name": null, + "center": [ + 168, + 1 + ], + "peak": [ + 169, + 0 + ], + "area_cells": 29 + }, + { + "id": "range_54", + "name": null, + "center": [ + 172, + 110 + ], + "peak": [ + 174, + 112 + ], + "area_cells": 134 + }, + { + "id": "range_55", + "name": null, + "center": [ + 177, + 146 + ], + "peak": [ + 180, + 140 + ], + "area_cells": 330 + }, + { + "id": "range_59", + "name": null, + "center": [ + 177, + 415 + ], + "peak": [ + 177, + 415 + ], + "area_cells": 22 + }, + { + "id": "range_61", + "name": null, + "center": [ + 191, + 73 + ], + "peak": [ + 187, + 76 + ], + "area_cells": 148 + }, + { + "id": "range_62", + "name": null, + "center": [ + 184, + 285 + ], + "peak": [ + 189, + 289 + ], + "area_cells": 76 + }, + { + "id": "range_63", + "name": null, + "center": [ + 179, + 388 + ], + "peak": [ + 179, + 389 + ], + "area_cells": 21 + }, + { + "id": "range_64", + "name": null, + "center": [ + 183, + 404 + ], + "peak": [ + 182, + 404 + ], + "area_cells": 45 + }, + { + "id": "range_68", + "name": null, + "center": [ + 208, + 232 + ], + "peak": [ + 206, + 231 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-349/bodies/GJ349c/globe.png b/wiki/star-systems/GJ-349/bodies/GJ349c/globe.png new file mode 100644 index 000000000..69a51c3cf Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349c/globe.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349c/heightmap.png b/wiki/star-systems/GJ-349/bodies/GJ349c/heightmap.png new file mode 100644 index 000000000..096936bed Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349c/heightmap.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349c/index.md b/wiki/star-systems/GJ-349/bodies/GJ349c/index.md new file mode 100644 index 000000000..32d5ab587 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ349c +name: Herborn +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1156825206 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.84 + oblateness: 0.0013 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.49 + polar_ice_lat: 0.658 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.543 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Herborn + +Temperate planet. + +**System:** [GJ-349](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 49% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-349/bodies/GJ349c/markers.json b/wiki/star-systems/GJ-349/bodies/GJ349c/markers.json new file mode 100644 index 000000000..baca2eb15 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349c/markers.json @@ -0,0 +1,618 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 331 + ], + [ + 1, + 330 + ], + [ + 1, + 329 + ], + [ + 2, + 328 + ], + [ + 3, + 327 + ], + [ + 4, + 326 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 133, + 9 + ], + [ + 134, + 8 + ], + [ + 135, + 7 + ], + [ + 136, + 6 + ], + [ + 135, + 5 + ], + [ + 135, + 4 + ], + [ + 135, + 3 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 49, + 338 + ], + [ + 48, + 337 + ], + [ + 47, + 336 + ], + [ + 46, + 335 + ], + [ + 45, + 334 + ], + [ + 44, + 333 + ], + [ + 45, + 332 + ], + [ + 46, + 331 + ], + [ + 47, + 330 + ], + [ + 46, + 330 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 480 + ], + [ + 237, + 479 + ], + [ + 238, + 478 + ], + [ + 239, + 477 + ], + [ + 239, + 476 + ], + [ + 240, + 476 + ], + [ + 241, + 475 + ], + [ + 241, + 474 + ], + [ + 242, + 475 + ], + [ + 243, + 474 + ], + [ + 244, + 473 + ], + [ + 245, + 474 + ], + [ + 245, + 475 + ], + [ + 244, + 475 + ], + [ + 243, + 476 + ], + [ + 244, + 477 + ], + [ + 245, + 478 + ], + [ + 246, + 477 + ], + [ + 247, + 477 + ], + [ + 248, + 478 + ], + [ + 248, + 479 + ], + [ + 249, + 480 + ], + [ + 250, + 481 + ], + [ + 251, + 482 + ], + [ + 252, + 482 + ], + [ + 253, + 483 + ], + [ + 254, + 483 + ], + [ + 255, + 483 + ], + [ + 255, + 484 + ], + [ + 254, + 484 + ], + [ + 255, + 485 + ], + [ + 255, + 486 + ], + [ + 255, + 487 + ], + [ + 254, + 488 + ], + [ + 255, + 489 + ], + [ + 255, + 488 + ], + [ + 254, + 487 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 190, + 74 + ], + [ + 189, + 73 + ], + [ + 188, + 72 + ], + [ + 187, + 71 + ], + [ + 186, + 70 + ], + [ + 185, + 69 + ], + [ + 185, + 68 + ], + [ + 184, + 67 + ], + [ + 185, + 66 + ], + [ + 185, + 65 + ], + [ + 186, + 64 + ], + [ + 186, + 63 + ], + [ + 186, + 62 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 151, + 187 + ], + [ + 150, + 188 + ], + [ + 149, + 187 + ], + [ + 148, + 186 + ], + [ + 147, + 186 + ], + [ + 146, + 185 + ], + [ + 145, + 186 + ], + [ + 144, + 186 + ], + [ + 143, + 185 + ], + [ + 142, + 184 + ], + [ + 141, + 183 + ], + [ + 140, + 182 + ], + [ + 139, + 182 + ], + [ + 138, + 183 + ], + [ + 137, + 184 + ], + [ + 136, + 184 + ], + [ + 135, + 185 + ], + [ + 134, + 186 + ], + [ + 133, + 187 + ], + [ + 132, + 187 + ], + [ + 131, + 187 + ], + [ + 130, + 188 + ], + [ + 129, + 187 + ], + [ + 128, + 187 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 143, + 22 + ], + [ + 142, + 21 + ], + [ + 141, + 22 + ], + [ + 140, + 23 + ], + [ + 139, + 24 + ], + [ + 138, + 24 + ], + [ + 137, + 25 + ], + [ + 136, + 26 + ], + [ + 137, + 27 + ], + [ + 136, + 28 + ], + [ + 135, + 29 + ], + [ + 134, + 29 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 124, + 292 + ], + [ + 125, + 293 + ], + [ + 126, + 294 + ], + [ + 127, + 294 + ], + [ + 128, + 295 + ], + [ + 129, + 296 + ], + [ + 130, + 295 + ], + [ + 131, + 296 + ], + [ + 131, + 295 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 63, + 246 + ], + "area_fraction": 0.4614 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 183, + 108 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 230, + 111 + ], + "area_fraction": 0.0379 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 295 + ], + "peak": [ + 124, + 292 + ], + "area_cells": 85 + }, + { + "id": "range_2", + "name": null, + "center": [ + 139, + 386 + ], + "peak": [ + 141, + 396 + ], + "area_cells": 187 + }, + { + "id": "range_3", + "name": null, + "center": [ + 179, + 422 + ], + "peak": [ + 180, + 403 + ], + "area_cells": 2693 + }, + { + "id": "range_4", + "name": null, + "center": [ + 198, + 283 + ], + "peak": [ + 196, + 272 + ], + "area_cells": 580 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-349/bodies/GJ349d/globe.png b/wiki/star-systems/GJ-349/bodies/GJ349d/globe.png new file mode 100644 index 000000000..9deead8c8 Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349d/globe.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349d/heightmap.png b/wiki/star-systems/GJ-349/bodies/GJ349d/heightmap.png new file mode 100644 index 000000000..8cb8879e1 Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349d/heightmap.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349d/index.md b/wiki/star-systems/GJ-349/bodies/GJ349d/index.md new file mode 100644 index 000000000..d70036d2e --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ349d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4171573717 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 40.5 +physical: + gravity_g: 0.48 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ349d + +Frozen planet. + +**System:** [GJ-349](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-349/bodies/GJ349d/markers.json b/wiki/star-systems/GJ-349/bodies/GJ349d/markers.json new file mode 100644 index 000000000..79fbca6b1 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349d/markers.json @@ -0,0 +1,319 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 251, + 283 + ], + [ + 252, + 282 + ], + [ + 253, + 282 + ], + [ + 253, + 281 + ], + [ + 254, + 280 + ], + [ + 255, + 280 + ], + [ + 254, + 279 + ], + [ + 254, + 278 + ], + [ + 255, + 279 + ], + [ + 255, + 278 + ], + [ + 254, + 277 + ], + [ + 255, + 276 + ], + [ + 254, + 276 + ], + [ + 253, + 277 + ], + [ + 252, + 277 + ], + [ + 253, + 276 + ], + [ + 254, + 275 + ], + [ + 255, + 275 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 116, + 87 + ], + [ + 115, + 88 + ], + [ + 114, + 88 + ], + [ + 113, + 87 + ], + [ + 112, + 87 + ], + [ + 113, + 88 + ], + [ + 112, + 88 + ], + [ + 111, + 87 + ], + [ + 112, + 86 + ], + [ + 112, + 85 + ], + [ + 112, + 84 + ], + [ + 111, + 83 + ], + [ + 112, + 82 + ], + [ + 112, + 81 + ], + [ + 111, + 81 + ], + [ + 111, + 80 + ], + [ + 111, + 79 + ], + [ + 111, + 78 + ], + [ + 110, + 77 + ], + [ + 110, + 76 + ], + [ + 110, + 75 + ], + [ + 110, + 74 + ], + [ + 109, + 73 + ], + [ + 108, + 72 + ], + [ + 108, + 71 + ], + [ + 107, + 70 + ], + [ + 106, + 70 + ], + [ + 106, + 69 + ], + [ + 105, + 68 + ], + [ + 106, + 67 + ], + [ + 105, + 66 + ], + [ + 105, + 65 + ], + [ + 106, + 64 + ], + [ + 107, + 63 + ], + [ + 108, + 62 + ], + [ + 107, + 61 + ], + [ + 106, + 60 + ], + [ + 107, + 59 + ], + [ + 108, + 59 + ], + [ + 109, + 59 + ], + [ + 109, + 60 + ], + [ + 108, + 60 + ], + [ + 108, + 61 + ], + [ + 107, + 60 + ] + ] + } + ], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 130, + 378 + ], + "area_fraction": 0.0248 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 223, + 365 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 242, + 191 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 170 + ], + "peak": [ + 91, + 171 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-349/bodies/GJ349e/globe.png b/wiki/star-systems/GJ-349/bodies/GJ349e/globe.png new file mode 100644 index 000000000..ff8079e34 Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349e/globe.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349e/heightmap.png b/wiki/star-systems/GJ-349/bodies/GJ349e/heightmap.png new file mode 100644 index 000000000..5bf556a36 Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349e/heightmap.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349e/index.md b/wiki/star-systems/GJ-349/bodies/GJ349e/index.md new file mode 100644 index 000000000..c11c0ca7b --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ349e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 212891647 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 51.6 +physical: + gravity_g: 0.38 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.717 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.364 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ349e + +Frozen planet. + +**System:** [GJ-349](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-349/bodies/GJ349e/markers.json b/wiki/star-systems/GJ-349/bodies/GJ349e/markers.json new file mode 100644 index 000000000..1245ab02d --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349e/markers.json @@ -0,0 +1,98 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 125, + 354 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 149, + 182 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 202, + 427 + ], + "area_fraction": 0.1287 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 156, + 57 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 212, + 57 + ], + "area_fraction": 0.0719 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 167, + 332 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 192, + 199 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 265 + ], + "peak": [ + 10, + 377 + ], + "area_cells": 26580 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-349/bodies/GJ349f/globe.png b/wiki/star-systems/GJ-349/bodies/GJ349f/globe.png new file mode 100644 index 000000000..94f723433 Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349f/globe.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349f/heightmap.png b/wiki/star-systems/GJ-349/bodies/GJ349f/heightmap.png new file mode 100644 index 000000000..c8ce5a8d6 Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349f/heightmap.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349f/index.md b/wiki/star-systems/GJ-349/bodies/GJ349f/index.md new file mode 100644 index 000000000..3caa37287 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ349f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1745765050 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 50.9 +physical: + gravity_g: 0.11 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.765 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ349f + +Frozen planet. + +**System:** [GJ-349](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-349/bodies/GJ349f/markers.json b/wiki/star-systems/GJ-349/bodies/GJ349f/markers.json new file mode 100644 index 000000000..cd6d0ef22 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349f/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "ocean", + "center": [ + 202, + 294 + ], + "area_fraction": 0.1309 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 215, + 70 + ], + "area_fraction": 0.0813 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 182 + ], + "peak": [ + 0, + 182 + ], + "area_cells": 100 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 268 + ], + "peak": [ + 8, + 271 + ], + "area_cells": 101 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 276 + ], + "peak": [ + 5, + 277 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 385 + ], + "peak": [ + 13, + 333 + ], + "area_cells": 5458 + }, + { + "id": "range_7", + "name": null, + "center": [ + 35, + 282 + ], + "peak": [ + 44, + 283 + ], + "area_cells": 635 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 259 + ], + "peak": [ + 32, + 259 + ], + "area_cells": 360 + }, + { + "id": "range_9", + "name": null, + "center": [ + 35, + 244 + ], + "peak": [ + 36, + 244 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 490 + ], + "peak": [ + 73, + 479 + ], + "area_cells": 2280 + }, + { + "id": "range_11", + "name": null, + "center": [ + 81, + 58 + ], + "peak": [ + 68, + 80 + ], + "area_cells": 7314 + }, + { + "id": "range_13", + "name": null, + "center": [ + 53, + 343 + ], + "peak": [ + 54, + 343 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 80, + 452 + ], + "peak": [ + 82, + 451 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 98, + 384 + ], + "peak": [ + 102, + 379 + ], + "area_cells": 203 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 61 + ], + "peak": [ + 134, + 63 + ], + "area_cells": 116 + }, + { + "id": "range_20", + "name": null, + "center": [ + 141, + 141 + ], + "peak": [ + 139, + 137 + ], + "area_cells": 178 + }, + { + "id": "range_22", + "name": null, + "center": [ + 140, + 84 + ], + "peak": [ + 139, + 85 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-349/bodies/GJ349g/globe.png b/wiki/star-systems/GJ-349/bodies/GJ349g/globe.png new file mode 100644 index 000000000..c27829d8c Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349g/globe.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349g/heightmap.png b/wiki/star-systems/GJ-349/bodies/GJ349g/heightmap.png new file mode 100644 index 000000000..a524ca3ff Binary files /dev/null and b/wiki/star-systems/GJ-349/bodies/GJ349g/heightmap.png differ diff --git a/wiki/star-systems/GJ-349/bodies/GJ349g/index.md b/wiki/star-systems/GJ-349/bodies/GJ349g/index.md new file mode 100644 index 000000000..dcd3acb7a --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ349g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2844200805 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.492 + period_days: 5200.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.08 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.06 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ349g + +Frozen planet. + +**System:** [GJ-349](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-349/bodies/GJ349g/markers.json b/wiki/star-systems/GJ-349/bodies/GJ349g/markers.json new file mode 100644 index 000000000..ff4eaad31 --- /dev/null +++ b/wiki/star-systems/GJ-349/bodies/GJ349g/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 30, + 135 + ], + "area_fraction": 0.0788 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 32, + 393 + ], + "area_fraction": 0.1094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 147 + ], + "peak": [ + 101, + 231 + ], + "area_cells": 15574 + }, + { + "id": "range_2", + "name": null, + "center": [ + 131, + 416 + ], + "peak": [ + 111, + 411 + ], + "area_cells": 4241 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 340 + ], + "peak": [ + 140, + 336 + ], + "area_cells": 632 + }, + { + "id": "range_5", + "name": null, + "center": [ + 149, + 505 + ], + "peak": [ + 152, + 511 + ], + "area_cells": 220 + }, + { + "id": "range_13", + "name": null, + "center": [ + 203, + 66 + ], + "peak": [ + 203, + 69 + ], + "area_cells": 220 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 138 + ], + "peak": [ + 212, + 140 + ], + "area_cells": 265 + }, + { + "id": "range_16", + "name": null, + "center": [ + 223, + 54 + ], + "peak": [ + 225, + 55 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 222, + 48 + ], + "peak": [ + 222, + 48 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ34Ab/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/globe.png new file mode 100644 index 000000000..7f5fcb51c Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ab/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/heightmap.png new file mode 100644 index 000000000..24838b530 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ab/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/index.md new file mode 100644 index 000000000..bc8e78e7d --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2169541144 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.144 + period_days: 20.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: 0.28 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.871 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Ab + +Barren planet. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 100% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ab/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/markers.json new file mode 100644 index 000000000..4cd5ae0a9 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ab/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 7 + ], + "peak": [ + 18, + 9 + ], + "area_cells": 305 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 89 + ], + "peak": [ + 10, + 91 + ], + "area_cells": 47 + }, + { + "id": "range_5", + "name": null, + "center": [ + 122, + 277 + ], + "peak": [ + 159, + 367 + ], + "area_cells": 49089 + }, + { + "id": "range_6", + "name": null, + "center": [ + 3, + 271 + ], + "peak": [ + 0, + 272 + ], + "area_cells": 84 + }, + { + "id": "range_7", + "name": null, + "center": [ + 10, + 282 + ], + "peak": [ + 0, + 282 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 12, + 287 + ], + "peak": [ + 0, + 288 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 28, + 68 + ], + "peak": [ + 21, + 72 + ], + "area_cells": 96 + }, + { + "id": "range_13", + "name": null, + "center": [ + 42, + 54 + ], + "peak": [ + 24, + 50 + ], + "area_cells": 423 + }, + { + "id": "range_16", + "name": null, + "center": [ + 41, + 13 + ], + "peak": [ + 46, + 12 + ], + "area_cells": 80 + }, + { + "id": "range_19", + "name": null, + "center": [ + 43, + 29 + ], + "peak": [ + 42, + 31 + ], + "area_cells": 44 + }, + { + "id": "range_26", + "name": null, + "center": [ + 88, + 465 + ], + "peak": [ + 88, + 464 + ], + "area_cells": 45 + }, + { + "id": "range_27", + "name": null, + "center": [ + 97, + 452 + ], + "peak": [ + 94, + 450 + ], + "area_cells": 252 + }, + { + "id": "range_28", + "name": null, + "center": [ + 97, + 76 + ], + "peak": [ + 98, + 76 + ], + "area_cells": 58 + }, + { + "id": "range_30", + "name": null, + "center": [ + 94, + 474 + ], + "peak": [ + 95, + 475 + ], + "area_cells": 31 + }, + { + "id": "range_34", + "name": null, + "center": [ + 149, + 291 + ], + "peak": [ + 151, + 302 + ], + "area_cells": 157 + }, + { + "id": "range_41", + "name": null, + "center": [ + 188, + 342 + ], + "peak": [ + 194, + 337 + ], + "area_cells": 243 + }, + { + "id": "range_43", + "name": null, + "center": [ + 174, + 113 + ], + "peak": [ + 174, + 113 + ], + "area_cells": 26 + }, + { + "id": "range_44", + "name": null, + "center": [ + 184, + 306 + ], + "peak": [ + 186, + 307 + ], + "area_cells": 49 + }, + { + "id": "range_47", + "name": null, + "center": [ + 200, + 424 + ], + "peak": [ + 209, + 426 + ], + "area_cells": 38 + }, + { + "id": "range_48", + "name": null, + "center": [ + 198, + 84 + ], + "peak": [ + 196, + 85 + ], + "area_cells": 21 + }, + { + "id": "range_49", + "name": null, + "center": [ + 199, + 259 + ], + "peak": [ + 199, + 259 + ], + "area_cells": 24 + }, + { + "id": "range_50", + "name": null, + "center": [ + 206, + 11 + ], + "peak": [ + 207, + 11 + ], + "area_cells": 20 + }, + { + "id": "range_54", + "name": null, + "center": [ + 220, + 29 + ], + "peak": [ + 219, + 29 + ], + "area_cells": 50 + }, + { + "id": "range_58", + "name": null, + "center": [ + 223, + 436 + ], + "peak": [ + 224, + 433 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ac/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/globe.png new file mode 100644 index 000000000..2967b97d8 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ac/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/heightmap.png new file mode 100644 index 000000000..9c1cb8976 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ac/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/index.md new file mode 100644 index 000000000..1d8033b7e --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ34Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1635207872 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.363 + period_days: 80.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.6 + oblateness: 0.0014 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.942 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Ac + +Barren planet. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.6g | +| **Atmosphere** | thick | +| **Land** | 99% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ac/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/markers.json new file mode 100644 index 000000000..e1d680bfc --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ac/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 19 + ], + "peak": [ + 16, + 0 + ], + "area_cells": 2573 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 449 + ], + "peak": [ + 0, + 447 + ], + "area_cells": 94 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 492 + ], + "peak": [ + 62, + 468 + ], + "area_cells": 2727 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 465 + ], + "peak": [ + 19, + 465 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 414 + ], + "peak": [ + 24, + 417 + ], + "area_cells": 278 + }, + { + "id": "range_6", + "name": null, + "center": [ + 37, + 261 + ], + "peak": [ + 37, + 262 + ], + "area_cells": 96 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 21 + ], + "peak": [ + 114, + 15 + ], + "area_cells": 1043 + }, + { + "id": "range_8", + "name": null, + "center": [ + 115, + 496 + ], + "peak": [ + 109, + 511 + ], + "area_cells": 644 + }, + { + "id": "range_9", + "name": null, + "center": [ + 178, + 125 + ], + "peak": [ + 176, + 119 + ], + "area_cells": 1330 + }, + { + "id": "range_10", + "name": null, + "center": [ + 220, + 82 + ], + "peak": [ + 222, + 78 + ], + "area_cells": 896 + }, + { + "id": "range_11", + "name": null, + "center": [ + 240, + 267 + ], + "peak": [ + 254, + 256 + ], + "area_cells": 6286 + }, + { + "id": "range_12", + "name": null, + "center": [ + 228, + 157 + ], + "peak": [ + 230, + 159 + ], + "area_cells": 36 + }, + { + "id": "range_18", + "name": null, + "center": [ + 251, + 431 + ], + "peak": [ + 255, + 432 + ], + "area_cells": 356 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 115 + ], + "peak": [ + 255, + 127 + ], + "area_cells": 111 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/globe.png new file mode 100644 index 000000000..664c78733 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/heightmap.png new file mode 100644 index 000000000..9689af101 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/index.md new file mode 100644 index 000000000..9ec34b8f7 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3606270247 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.124 + period_days: 16.0 + axial_tilt_deg: 8.8 +physical: + gravity_g: 0.07 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Ad-1 + +Barren moon. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/markers.json new file mode 100644 index 000000000..7686da82c --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ad-1/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 220 + ], + "peak": [ + 51, + 107 + ], + "area_cells": 30625 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 417 + ], + "peak": [ + 72, + 416 + ], + "area_cells": 76 + }, + { + "id": "range_4", + "name": null, + "center": [ + 85, + 507 + ], + "peak": [ + 94, + 511 + ], + "area_cells": 218 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 224 + ], + "peak": [ + 88, + 233 + ], + "area_cells": 292 + }, + { + "id": "range_8", + "name": null, + "center": [ + 123, + 273 + ], + "peak": [ + 131, + 283 + ], + "area_cells": 1291 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 328 + ], + "peak": [ + 114, + 329 + ], + "area_cells": 73 + }, + { + "id": "range_12", + "name": null, + "center": [ + 139, + 333 + ], + "peak": [ + 146, + 333 + ], + "area_cells": 236 + }, + { + "id": "range_13", + "name": null, + "center": [ + 124, + 377 + ], + "peak": [ + 124, + 379 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 356 + ], + "peak": [ + 128, + 356 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 129, + 213 + ], + "peak": [ + 129, + 213 + ], + "area_cells": 45 + }, + { + "id": "range_16", + "name": null, + "center": [ + 138, + 191 + ], + "peak": [ + 137, + 191 + ], + "area_cells": 135 + }, + { + "id": "range_17", + "name": null, + "center": [ + 140, + 70 + ], + "peak": [ + 139, + 71 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 169, + 258 + ], + "peak": [ + 163, + 253 + ], + "area_cells": 411 + }, + { + "id": "range_21", + "name": null, + "center": [ + 163, + 302 + ], + "peak": [ + 161, + 304 + ], + "area_cells": 362 + }, + { + "id": "range_23", + "name": null, + "center": [ + 160, + 321 + ], + "peak": [ + 159, + 322 + ], + "area_cells": 70 + }, + { + "id": "range_24", + "name": null, + "center": [ + 166, + 450 + ], + "peak": [ + 164, + 461 + ], + "area_cells": 312 + }, + { + "id": "range_25", + "name": null, + "center": [ + 165, + 40 + ], + "peak": [ + 164, + 41 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 235, + 328 + ], + "peak": [ + 253, + 404 + ], + "area_cells": 7922 + }, + { + "id": "range_29", + "name": null, + "center": [ + 182, + 18 + ], + "peak": [ + 183, + 18 + ], + "area_cells": 25 + }, + { + "id": "range_30", + "name": null, + "center": [ + 196, + 53 + ], + "peak": [ + 194, + 54 + ], + "area_cells": 38 + }, + { + "id": "range_33", + "name": null, + "center": [ + 206, + 127 + ], + "peak": [ + 206, + 127 + ], + "area_cells": 31 + }, + { + "id": "range_34", + "name": null, + "center": [ + 211, + 12 + ], + "peak": [ + 213, + 12 + ], + "area_cells": 21 + }, + { + "id": "range_35", + "name": null, + "center": [ + 218, + 21 + ], + "peak": [ + 223, + 25 + ], + "area_cells": 143 + }, + { + "id": "range_36", + "name": null, + "center": [ + 217, + 228 + ], + "peak": [ + 216, + 228 + ], + "area_cells": 23 + }, + { + "id": "range_39", + "name": null, + "center": [ + 226, + 32 + ], + "peak": [ + 228, + 33 + ], + "area_cells": 44 + }, + { + "id": "range_42", + "name": null, + "center": [ + 226, + 495 + ], + "peak": [ + 229, + 496 + ], + "area_cells": 25 + }, + { + "id": "range_45", + "name": null, + "center": [ + 228, + 509 + ], + "peak": [ + 230, + 510 + ], + "area_cells": 44 + }, + { + "id": "range_49", + "name": null, + "center": [ + 239, + 158 + ], + "peak": [ + 240, + 161 + ], + "area_cells": 68 + }, + { + "id": "range_50", + "name": null, + "center": [ + 251, + 85 + ], + "peak": [ + 255, + 83 + ], + "area_cells": 35 + }, + { + "id": "range_51", + "name": null, + "center": [ + 251, + 75 + ], + "peak": [ + 255, + 77 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/globe.png new file mode 100644 index 000000000..6b9625223 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/heightmap.png new file mode 100644 index 000000000..71f3c8187 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/index.md new file mode 100644 index 000000000..fcaddbdd0 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ34Ad +name: Kanashiro +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3971619019 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 10.6 +physical: + gravity_g: 0.92 + oblateness: 0.0044 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.364 + polar_ice_lat: 0.785 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.513 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kanashiro + +Temperate planet. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 36% | +| **Year** | 350 days | +| **Inhabited** | yes | +| **Population** | 1.8B | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ad/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/markers.json new file mode 100644 index 000000000..04e763688 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ad/markers.json @@ -0,0 +1,446 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 123, + 333 + ], + [ + 122, + 332 + ], + [ + 122, + 333 + ], + [ + 121, + 332 + ], + [ + 120, + 333 + ], + [ + 119, + 332 + ], + [ + 119, + 333 + ], + [ + 118, + 334 + ], + [ + 117, + 335 + ], + [ + 117, + 336 + ], + [ + 116, + 337 + ], + [ + 115, + 336 + ], + [ + 114, + 336 + ], + [ + 113, + 335 + ], + [ + 112, + 334 + ], + [ + 111, + 333 + ], + [ + 110, + 334 + ], + [ + 109, + 333 + ], + [ + 108, + 332 + ], + [ + 107, + 331 + ], + [ + 106, + 330 + ], + [ + 105, + 329 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 23 + ], + [ + 128, + 24 + ], + [ + 129, + 24 + ], + [ + 130, + 24 + ], + [ + 131, + 25 + ], + [ + 132, + 24 + ], + [ + 133, + 25 + ], + [ + 134, + 24 + ], + [ + 133, + 24 + ], + [ + 132, + 25 + ], + [ + 131, + 26 + ], + [ + 132, + 26 + ], + [ + 131, + 27 + ], + [ + 132, + 27 + ], + [ + 131, + 28 + ], + [ + 130, + 28 + ], + [ + 129, + 27 + ], + [ + 130, + 26 + ], + [ + 130, + 25 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 146, + 186 + ], + [ + 146, + 185 + ], + [ + 147, + 184 + ], + [ + 148, + 183 + ], + [ + 149, + 182 + ], + [ + 150, + 181 + ], + [ + 151, + 180 + ], + [ + 152, + 180 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 99, + 131 + ], + [ + 98, + 132 + ], + [ + 97, + 133 + ], + [ + 96, + 134 + ], + [ + 95, + 135 + ], + [ + 94, + 136 + ], + [ + 93, + 137 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 119, + 352 + ], + [ + 120, + 352 + ], + [ + 121, + 351 + ], + [ + 122, + 350 + ], + [ + 123, + 349 + ], + [ + 124, + 350 + ], + [ + 125, + 351 + ], + [ + 126, + 351 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 119, + 0 + ], + [ + 120, + 511 + ], + [ + 119, + 510 + ], + [ + 120, + 509 + ], + [ + 121, + 508 + ], + [ + 122, + 507 + ], + [ + 123, + 506 + ], + [ + 123, + 505 + ], + [ + 122, + 504 + ], + [ + 123, + 503 + ], + [ + 122, + 502 + ], + [ + 121, + 501 + ], + [ + 121, + 500 + ], + [ + 120, + 499 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 88, + 267 + ], + "area_fraction": 0.6001 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 123, + 145 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 245, + 414 + ], + "area_fraction": 0.0203 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 149, + 42 + ], + "peak": [ + 148, + 41 + ], + "area_cells": 213 + }, + { + "id": "range_2", + "name": null, + "center": [ + 168, + 125 + ], + "peak": [ + 170, + 119 + ], + "area_cells": 469 + }, + { + "id": "range_3", + "name": null, + "center": [ + 191, + 118 + ], + "peak": [ + 191, + 114 + ], + "area_cells": 345 + }, + { + "id": "range_4", + "name": null, + "center": [ + 209, + 478 + ], + "peak": [ + 204, + 485 + ], + "area_cells": 1110 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ae/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/globe.png new file mode 100644 index 000000000..5d8c79cc7 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ae/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/heightmap.png new file mode 100644 index 000000000..8b687bf29 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ae/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/index.md new file mode 100644 index 000000000..565ef2973 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ34Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4053416152 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.361 + period_days: 580.0 + axial_tilt_deg: 11.4 +physical: + gravity_g: 0.5 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.952 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.16 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Ae + +Arid planet. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ae/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/markers.json new file mode 100644 index 000000000..8bd989a68 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ae/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 203 + ], + "peak": [ + 19, + 205 + ], + "area_cells": 397 + }, + { + "id": "range_2", + "name": null, + "center": [ + 0, + 221 + ], + "peak": [ + 0, + 224 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 237 + ], + "peak": [ + 0, + 229 + ], + "area_cells": 83 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 226 + ], + "peak": [ + 31, + 226 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 81, + 422 + ], + "peak": [ + 108, + 401 + ], + "area_cells": 5572 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 196 + ], + "peak": [ + 57, + 191 + ], + "area_cells": 115 + }, + { + "id": "range_8", + "name": null, + "center": [ + 104, + 162 + ], + "peak": [ + 94, + 210 + ], + "area_cells": 7167 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 479 + ], + "peak": [ + 151, + 500 + ], + "area_cells": 1471 + }, + { + "id": "range_10", + "name": null, + "center": [ + 148, + 2 + ], + "peak": [ + 150, + 0 + ], + "area_cells": 91 + }, + { + "id": "range_12", + "name": null, + "center": [ + 196, + 181 + ], + "peak": [ + 196, + 180 + ], + "area_cells": 93 + }, + { + "id": "range_13", + "name": null, + "center": [ + 205, + 12 + ], + "peak": [ + 204, + 12 + ], + "area_cells": 34 + }, + { + "id": "range_14", + "name": null, + "center": [ + 233, + 227 + ], + "peak": [ + 248, + 227 + ], + "area_cells": 2052 + }, + { + "id": "range_17", + "name": null, + "center": [ + 240, + 36 + ], + "peak": [ + 255, + 61 + ], + "area_cells": 1913 + }, + { + "id": "range_18", + "name": null, + "center": [ + 234, + 505 + ], + "peak": [ + 238, + 511 + ], + "area_cells": 210 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 118 + ], + "peak": [ + 255, + 118 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Af/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Af/globe.png new file mode 100644 index 000000000..3e1f6205f Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Af/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Af/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Af/heightmap.png new file mode 100644 index 000000000..289f4c2c9 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Af/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Af/index.md new file mode 100644 index 000000000..6f3d02d92 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Af/index.md @@ -0,0 +1,69 @@ +--- +id: GJ34Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 734307235 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.824 + period_days: 900.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: 0.44 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.683 + polar_ice_lat: 0.222 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ34Af + +Frozen planet. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Hydrosphere** | rivers | +| **Land** | 68% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Af/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Af/markers.json new file mode 100644 index 000000000..4ac8baf7e --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Af/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 140, + 511 + ], + [ + 141, + 510 + ], + [ + 142, + 510 + ], + [ + 143, + 509 + ], + [ + 144, + 508 + ], + [ + 144, + 509 + ], + [ + 145, + 510 + ], + [ + 146, + 511 + ], + [ + 145, + 511 + ], + [ + 144, + 511 + ], + [ + 144, + 510 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 131, + 464 + ], + [ + 132, + 465 + ], + [ + 133, + 465 + ], + [ + 134, + 466 + ], + [ + 135, + 467 + ], + [ + 136, + 468 + ], + [ + 135, + 469 + ], + [ + 135, + 470 + ], + [ + 136, + 470 + ], + [ + 135, + 471 + ], + [ + 136, + 471 + ], + [ + 135, + 472 + ], + [ + 134, + 471 + ], + [ + 134, + 472 + ], + [ + 135, + 473 + ], + [ + 136, + 472 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 209, + 241 + ], + "area_fraction": 0.3126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 242 + ], + "peak": [ + 107, + 208 + ], + "area_cells": 4237 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 326 + ], + "peak": [ + 79, + 326 + ], + "area_cells": 118 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 428 + ], + "peak": [ + 112, + 453 + ], + "area_cells": 3272 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 507 + ], + "peak": [ + 109, + 511 + ], + "area_cells": 161 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 3 + ], + "peak": [ + 111, + 0 + ], + "area_cells": 112 + }, + { + "id": "range_11", + "name": null, + "center": [ + 131, + 485 + ], + "peak": [ + 132, + 489 + ], + "area_cells": 92 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ag/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/globe.png new file mode 100644 index 000000000..1c610f1d6 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ag/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/heightmap.png new file mode 100644 index 000000000..dfe01beda Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ag/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/index.md new file mode 100644 index 000000000..768d7e535 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ34Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1157719583 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 42.9 +physical: + gravity_g: 0.36 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.874 + polar_ice_lat: 0.113 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + 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 +--- + +# GJ34Ag + +Frozen planet. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ag/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/markers.json new file mode 100644 index 000000000..7b910db7c --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ag/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 104, + 322 + ], + "area_fraction": 0.0413 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 216, + 111 + ], + "area_fraction": 0.0545 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 48, + 122 + ], + "peak": [ + 50, + 125 + ], + "area_cells": 73 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 286 + ], + "peak": [ + 80, + 287 + ], + "area_cells": 41 + }, + { + "id": "range_7", + "name": null, + "center": [ + 97, + 198 + ], + "peak": [ + 103, + 197 + ], + "area_cells": 693 + }, + { + "id": "range_12", + "name": null, + "center": [ + 137, + 28 + ], + "peak": [ + 172, + 7 + ], + "area_cells": 3185 + }, + { + "id": "range_15", + "name": null, + "center": [ + 169, + 472 + ], + "peak": [ + 177, + 489 + ], + "area_cells": 2494 + }, + { + "id": "range_16", + "name": null, + "center": [ + 145, + 414 + ], + "peak": [ + 146, + 414 + ], + "area_cells": 63 + }, + { + "id": "range_17", + "name": null, + "center": [ + 200, + 391 + ], + "peak": [ + 196, + 393 + ], + "area_cells": 826 + }, + { + "id": "range_19", + "name": null, + "center": [ + 233, + 202 + ], + "peak": [ + 233, + 202 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/globe.png new file mode 100644 index 000000000..a4bca7582 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/heightmap.png new file mode 100644 index 000000000..db2820dc0 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/index.md new file mode 100644 index 000000000..23dc691c2 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Ah-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3697214909 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 32.0 +physical: + gravity_g: 0.09 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.838 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + 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 +--- + +# GJ34Ah-1 + +Barren moon. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/markers.json new file mode 100644 index 000000000..8e6f65379 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 160 + ], + "peak": [ + 35, + 160 + ], + "area_cells": 36 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 159 + ], + "peak": [ + 62, + 164 + ], + "area_cells": 704 + }, + { + "id": "range_3", + "name": null, + "center": [ + 190, + 124 + ], + "peak": [ + 205, + 127 + ], + "area_cells": 9229 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 488 + ], + "peak": [ + 92, + 491 + ], + "area_cells": 60 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 400 + ], + "peak": [ + 104, + 400 + ], + "area_cells": 109 + }, + { + "id": "range_6", + "name": null, + "center": [ + 100, + 462 + ], + "peak": [ + 100, + 458 + ], + "area_cells": 213 + }, + { + "id": "range_7", + "name": null, + "center": [ + 182, + 376 + ], + "peak": [ + 144, + 402 + ], + "area_cells": 15618 + }, + { + "id": "range_8", + "name": null, + "center": [ + 135, + 240 + ], + "peak": [ + 129, + 254 + ], + "area_cells": 1206 + }, + { + "id": "range_9", + "name": null, + "center": [ + 121, + 509 + ], + "peak": [ + 122, + 510 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 127, + 1 + ], + "peak": [ + 124, + 0 + ], + "area_cells": 48 + }, + { + "id": "range_15", + "name": null, + "center": [ + 151, + 45 + ], + "peak": [ + 153, + 45 + ], + "area_cells": 287 + }, + { + "id": "range_18", + "name": null, + "center": [ + 161, + 507 + ], + "peak": [ + 166, + 507 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 246, + 267 + ], + "peak": [ + 250, + 287 + ], + "area_cells": 1235 + }, + { + "id": "range_31", + "name": null, + "center": [ + 251, + 95 + ], + "peak": [ + 254, + 95 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/globe.png new file mode 100644 index 000000000..52979718e Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/heightmap.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/heightmap.png new file mode 100644 index 000000000..5abe615cf Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/index.md new file mode 100644 index 000000000..620366d61 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ34Ah-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2097278890 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 35.8 +physical: + gravity_g: 0.06 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Ah-2 + +Frozen moon. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/markers.json b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/markers.json new file mode 100644 index 000000000..6cfa78f29 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ah-2/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 116, + 449 + ], + "area_fraction": 0.0251 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 204, + 39 + ], + "area_fraction": 0.0578 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 206, + 477 + ], + "area_fraction": 0.0468 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 206, + 350 + ], + "area_fraction": 0.0296 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 61 + ], + "peak": [ + 19, + 94 + ], + "area_cells": 3875 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 441 + ], + "peak": [ + 12, + 461 + ], + "area_cells": 3630 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 289 + ], + "peak": [ + 10, + 293 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 359 + ], + "peak": [ + 17, + 360 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 356 + ], + "peak": [ + 26, + 356 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 236 + ], + "peak": [ + 42, + 278 + ], + "area_cells": 3697 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 44 + ], + "peak": [ + 67, + 44 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 98, + 60 + ], + "peak": [ + 98, + 59 + ], + "area_cells": 94 + }, + { + "id": "range_14", + "name": null, + "center": [ + 108, + 115 + ], + "peak": [ + 110, + 116 + ], + "area_cells": 58 + }, + { + "id": "range_15", + "name": null, + "center": [ + 108, + 87 + ], + "peak": [ + 109, + 87 + ], + "area_cells": 47 + }, + { + "id": "range_16", + "name": null, + "center": [ + 113, + 166 + ], + "peak": [ + 113, + 168 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah/globe.png b/wiki/star-systems/GJ-34A/bodies/GJ34Ah/globe.png new file mode 100644 index 000000000..38467ba74 Binary files /dev/null and b/wiki/star-systems/GJ-34A/bodies/GJ34Ah/globe.png differ diff --git a/wiki/star-systems/GJ-34A/bodies/GJ34Ah/index.md b/wiki/star-systems/GJ-34A/bodies/GJ34Ah/index.md new file mode 100644 index 000000000..8054c5646 --- /dev/null +++ b/wiki/star-systems/GJ-34A/bodies/GJ34Ah/index.md @@ -0,0 +1,70 @@ +--- +id: GJ34Ah +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 483103934 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.071 + period_days: 3000.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: null + oblateness: 0.087 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.292 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.098 +rings: + enabled: true + inner_radius_factor: 1.2 + outer_radius_factor: 2.21 + opacity_base: 0.66 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ34Ah + +Gas giant. + +**System:** [GJ-34A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3000 days | + +## Description + + 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/bodies/GJ34Bb/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/globe.png new file mode 100644 index 000000000..e80230d6c Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bb/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/heightmap.png new file mode 100644 index 000000000..ee7119952 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bb/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/index.md new file mode 100644 index 000000000..f227b506e --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1068948841 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 12.6 +physical: + gravity_g: 0.24 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.909 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Bb + +Barren planet. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.24g | +| **Land** | 100% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bb/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/markers.json new file mode 100644 index 000000000..531c88dc9 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bb/markers.json @@ -0,0 +1,521 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 26 + ], + "peak": [ + 122, + 52 + ], + "area_cells": 4936 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 117 + ], + "peak": [ + 24, + 118 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 125 + ], + "peak": [ + 16, + 127 + ], + "area_cells": 95 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 152 + ], + "peak": [ + 5, + 154 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 374 + ], + "peak": [ + 81, + 444 + ], + "area_cells": 20405 + }, + { + "id": "range_10", + "name": null, + "center": [ + 6, + 105 + ], + "peak": [ + 8, + 104 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 17, + 79 + ], + "peak": [ + 17, + 78 + ], + "area_cells": 26 + }, + { + "id": "range_22", + "name": null, + "center": [ + 35, + 159 + ], + "peak": [ + 35, + 159 + ], + "area_cells": 31 + }, + { + "id": "range_25", + "name": null, + "center": [ + 66, + 150 + ], + "peak": [ + 72, + 166 + ], + "area_cells": 471 + }, + { + "id": "range_27", + "name": null, + "center": [ + 46, + 169 + ], + "peak": [ + 48, + 169 + ], + "area_cells": 33 + }, + { + "id": "range_31", + "name": null, + "center": [ + 63, + 77 + ], + "peak": [ + 62, + 78 + ], + "area_cells": 85 + }, + { + "id": "range_32", + "name": null, + "center": [ + 77, + 97 + ], + "peak": [ + 78, + 94 + ], + "area_cells": 209 + }, + { + "id": "range_33", + "name": null, + "center": [ + 73, + 226 + ], + "peak": [ + 73, + 225 + ], + "area_cells": 108 + }, + { + "id": "range_34", + "name": null, + "center": [ + 73, + 260 + ], + "peak": [ + 72, + 263 + ], + "area_cells": 94 + }, + { + "id": "range_36", + "name": null, + "center": [ + 83, + 187 + ], + "peak": [ + 85, + 187 + ], + "area_cells": 102 + }, + { + "id": "range_43", + "name": null, + "center": [ + 100, + 90 + ], + "peak": [ + 101, + 91 + ], + "area_cells": 67 + }, + { + "id": "range_47", + "name": null, + "center": [ + 109, + 186 + ], + "peak": [ + 110, + 187 + ], + "area_cells": 74 + }, + { + "id": "range_48", + "name": null, + "center": [ + 110, + 216 + ], + "peak": [ + 110, + 217 + ], + "area_cells": 55 + }, + { + "id": "range_49", + "name": null, + "center": [ + 116, + 156 + ], + "peak": [ + 116, + 157 + ], + "area_cells": 100 + }, + { + "id": "range_50", + "name": null, + "center": [ + 114, + 286 + ], + "peak": [ + 115, + 287 + ], + "area_cells": 37 + }, + { + "id": "range_51", + "name": null, + "center": [ + 131, + 90 + ], + "peak": [ + 125, + 90 + ], + "area_cells": 173 + }, + { + "id": "range_53", + "name": null, + "center": [ + 130, + 128 + ], + "peak": [ + 133, + 127 + ], + "area_cells": 30 + }, + { + "id": "range_54", + "name": null, + "center": [ + 130, + 153 + ], + "peak": [ + 131, + 152 + ], + "area_cells": 30 + }, + { + "id": "range_56", + "name": null, + "center": [ + 211, + 336 + ], + "peak": [ + 135, + 323 + ], + "area_cells": 10880 + }, + { + "id": "range_59", + "name": null, + "center": [ + 135, + 112 + ], + "peak": [ + 134, + 107 + ], + "area_cells": 35 + }, + { + "id": "range_60", + "name": null, + "center": [ + 147, + 427 + ], + "peak": [ + 149, + 430 + ], + "area_cells": 384 + }, + { + "id": "range_62", + "name": null, + "center": [ + 148, + 71 + ], + "peak": [ + 148, + 71 + ], + "area_cells": 54 + }, + { + "id": "range_64", + "name": null, + "center": [ + 160, + 55 + ], + "peak": [ + 160, + 56 + ], + "area_cells": 42 + }, + { + "id": "range_66", + "name": null, + "center": [ + 166, + 487 + ], + "peak": [ + 166, + 488 + ], + "area_cells": 77 + }, + { + "id": "range_67", + "name": null, + "center": [ + 165, + 239 + ], + "peak": [ + 167, + 239 + ], + "area_cells": 27 + }, + { + "id": "range_68", + "name": null, + "center": [ + 170, + 114 + ], + "peak": [ + 172, + 114 + ], + "area_cells": 67 + }, + { + "id": "range_69", + "name": null, + "center": [ + 173, + 439 + ], + "peak": [ + 174, + 440 + ], + "area_cells": 45 + }, + { + "id": "range_70", + "name": null, + "center": [ + 175, + 460 + ], + "peak": [ + 176, + 462 + ], + "area_cells": 25 + }, + { + "id": "range_72", + "name": null, + "center": [ + 182, + 130 + ], + "peak": [ + 183, + 130 + ], + "area_cells": 23 + }, + { + "id": "range_73", + "name": null, + "center": [ + 186, + 67 + ], + "peak": [ + 186, + 68 + ], + "area_cells": 45 + }, + { + "id": "range_74", + "name": null, + "center": [ + 201, + 457 + ], + "peak": [ + 203, + 463 + ], + "area_cells": 299 + }, + { + "id": "range_75", + "name": null, + "center": [ + 192, + 208 + ], + "peak": [ + 192, + 203 + ], + "area_cells": 189 + }, + { + "id": "range_77", + "name": null, + "center": [ + 200, + 140 + ], + "peak": [ + 201, + 141 + ], + "area_cells": 42 + }, + { + "id": "range_78", + "name": null, + "center": [ + 202, + 130 + ], + "peak": [ + 203, + 130 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/globe.png new file mode 100644 index 000000000..63237915c Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/heightmap.png new file mode 100644 index 000000000..0f9d6251c Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/index.md new file mode 100644 index 000000000..80fb33276 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Bc-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3794348749 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.09 + period_days: 11.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.05 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.903 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Bc-1 + +Barren moon. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/markers.json new file mode 100644 index 000000000..f6dd06ec3 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bc-1/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_6", + "name": null, + "center": [ + 45, + 4 + ], + "peak": [ + 44, + 6 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 441 + ], + "peak": [ + 55, + 442 + ], + "area_cells": 140 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 409 + ], + "peak": [ + 48, + 409 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 94, + 27 + ], + "peak": [ + 105, + 17 + ], + "area_cells": 1433 + }, + { + "id": "range_11", + "name": null, + "center": [ + 70, + 269 + ], + "peak": [ + 75, + 275 + ], + "area_cells": 247 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 326 + ], + "peak": [ + 58, + 328 + ], + "area_cells": 58 + }, + { + "id": "range_13", + "name": null, + "center": [ + 105, + 474 + ], + "peak": [ + 106, + 495 + ], + "area_cells": 2732 + }, + { + "id": "range_16", + "name": null, + "center": [ + 70, + 339 + ], + "peak": [ + 66, + 343 + ], + "area_cells": 112 + }, + { + "id": "range_19", + "name": null, + "center": [ + 79, + 300 + ], + "peak": [ + 81, + 300 + ], + "area_cells": 56 + }, + { + "id": "range_22", + "name": null, + "center": [ + 88, + 84 + ], + "peak": [ + 87, + 86 + ], + "area_cells": 130 + }, + { + "id": "range_23", + "name": null, + "center": [ + 96, + 198 + ], + "peak": [ + 96, + 198 + ], + "area_cells": 141 + }, + { + "id": "range_24", + "name": null, + "center": [ + 101, + 167 + ], + "peak": [ + 103, + 168 + ], + "area_cells": 151 + }, + { + "id": "range_25", + "name": null, + "center": [ + 108, + 204 + ], + "peak": [ + 108, + 206 + ], + "area_cells": 50 + }, + { + "id": "range_27", + "name": null, + "center": [ + 125, + 341 + ], + "peak": [ + 116, + 340 + ], + "area_cells": 1322 + }, + { + "id": "range_32", + "name": null, + "center": [ + 161, + 329 + ], + "peak": [ + 157, + 324 + ], + "area_cells": 441 + }, + { + "id": "range_33", + "name": null, + "center": [ + 162, + 454 + ], + "peak": [ + 161, + 454 + ], + "area_cells": 130 + }, + { + "id": "range_34", + "name": null, + "center": [ + 163, + 478 + ], + "peak": [ + 164, + 479 + ], + "area_cells": 45 + }, + { + "id": "range_35", + "name": null, + "center": [ + 192, + 486 + ], + "peak": [ + 192, + 486 + ], + "area_cells": 52 + }, + { + "id": "range_37", + "name": null, + "center": [ + 212, + 471 + ], + "peak": [ + 212, + 473 + ], + "area_cells": 101 + }, + { + "id": "range_40", + "name": null, + "center": [ + 240, + 489 + ], + "peak": [ + 235, + 500 + ], + "area_cells": 202 + }, + { + "id": "range_41", + "name": null, + "center": [ + 231, + 471 + ], + "peak": [ + 231, + 472 + ], + "area_cells": 25 + }, + { + "id": "range_42", + "name": null, + "center": [ + 237, + 238 + ], + "peak": [ + 238, + 240 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/globe.png new file mode 100644 index 000000000..b0b89c693 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/heightmap.png new file mode 100644 index 000000000..45fe75876 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/index.md new file mode 100644 index 000000000..02b19e01b --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ34Bc +name: Shin Incheon +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1418029057 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.8 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.468 + polar_ice_lat: 0.693 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Shin Incheon + +Temperate planet. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 47% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 800M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | +| **Industry** | Gate_Corp | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bc/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/markers.json new file mode 100644 index 000000000..77e884863 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bc/markers.json @@ -0,0 +1,486 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 58, + 349 + ], + [ + 57, + 350 + ], + [ + 57, + 351 + ], + [ + 58, + 350 + ], + [ + 58, + 351 + ], + [ + 59, + 352 + ], + [ + 60, + 353 + ], + [ + 61, + 354 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 210, + 65 + ], + [ + 209, + 64 + ], + [ + 208, + 63 + ], + [ + 207, + 63 + ], + [ + 206, + 64 + ], + [ + 205, + 64 + ], + [ + 204, + 63 + ], + [ + 203, + 62 + ], + [ + 202, + 61 + ], + [ + 201, + 62 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 96, + 369 + ], + [ + 97, + 370 + ], + [ + 98, + 370 + ], + [ + 99, + 369 + ], + [ + 100, + 368 + ], + [ + 101, + 367 + ], + [ + 101, + 366 + ], + [ + 102, + 365 + ], + [ + 103, + 364 + ], + [ + 104, + 363 + ], + [ + 104, + 362 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 71, + 293 + ], + [ + 72, + 292 + ], + [ + 73, + 291 + ], + [ + 74, + 290 + ], + [ + 75, + 289 + ], + [ + 76, + 288 + ], + [ + 77, + 287 + ], + [ + 78, + 287 + ], + [ + 79, + 286 + ], + [ + 80, + 286 + ], + [ + 81, + 286 + ], + [ + 82, + 286 + ], + [ + 83, + 285 + ], + [ + 84, + 284 + ], + [ + 85, + 283 + ], + [ + 86, + 283 + ], + [ + 87, + 282 + ], + [ + 88, + 281 + ], + [ + 89, + 280 + ], + [ + 90, + 279 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 133, + 272 + ], + [ + 132, + 271 + ], + [ + 131, + 270 + ], + [ + 130, + 269 + ], + [ + 129, + 268 + ], + [ + 128, + 267 + ], + [ + 127, + 266 + ], + [ + 126, + 265 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 242, + 385 + ], + [ + 241, + 384 + ], + [ + 240, + 383 + ], + [ + 239, + 382 + ], + [ + 238, + 381 + ], + [ + 238, + 380 + ], + [ + 238, + 379 + ], + [ + 238, + 378 + ], + [ + 237, + 377 + ], + [ + 236, + 376 + ], + [ + 236, + 375 + ], + [ + 237, + 374 + ], + [ + 236, + 373 + ], + [ + 236, + 372 + ], + [ + 237, + 371 + ], + [ + 237, + 370 + ], + [ + 236, + 369 + ], + [ + 237, + 368 + ], + [ + 236, + 367 + ], + [ + 236, + 368 + ], + [ + 235, + 367 + ], + [ + 236, + 366 + ], + [ + 236, + 365 + ], + [ + 235, + 365 + ], + [ + 235, + 364 + ], + [ + 235, + 363 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 114, + 128 + ], + [ + 113, + 127 + ], + [ + 112, + 126 + ], + [ + 111, + 125 + ], + [ + 110, + 124 + ], + [ + 109, + 123 + ], + [ + 108, + 122 + ], + [ + 107, + 121 + ], + [ + 106, + 121 + ], + [ + 105, + 121 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 48, + 300 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 161, + 145 + ], + "area_fraction": 0.3222 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 157, + 439 + ], + "area_fraction": 0.1852 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 461 + ], + "peak": [ + 49, + 495 + ], + "area_cells": 3047 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 24 + ], + "peak": [ + 43, + 33 + ], + "area_cells": 2068 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bd/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/globe.png new file mode 100644 index 000000000..725c6a5b2 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bd/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/heightmap.png new file mode 100644 index 000000000..ab405502a Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bd/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/index.md new file mode 100644 index 000000000..81a5e84d5 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ34Bd +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 944954770 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.017 + period_days: 420.0 + axial_tilt_deg: 5.1 +physical: + gravity_g: 0.48 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.89 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.069 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Bd + +Arid planet. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bd/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/markers.json new file mode 100644 index 000000000..99e161409 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bd/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 145, + 260 + ], + "peak": [ + 111, + 56 + ], + "area_cells": 51688 + }, + { + "id": "range_4", + "name": null, + "center": [ + 180, + 76 + ], + "peak": [ + 180, + 74 + ], + "area_cells": 44 + }, + { + "id": "range_5", + "name": null, + "center": [ + 194, + 207 + ], + "peak": [ + 201, + 210 + ], + "area_cells": 460 + }, + { + "id": "range_8", + "name": null, + "center": [ + 225, + 407 + ], + "peak": [ + 225, + 408 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 245, + 358 + ], + "peak": [ + 252, + 369 + ], + "area_cells": 1068 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Be/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Be/globe.png new file mode 100644 index 000000000..dbff71fcd Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Be/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Be/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Be/heightmap.png new file mode 100644 index 000000000..7d01f8423 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Be/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Be/index.md new file mode 100644 index 000000000..8132e319b --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Be/index.md @@ -0,0 +1,69 @@ +--- +id: GJ34Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1640072514 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.497 + period_days: 750.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.4 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.741 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Be + +Frozen planet. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Be/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Be/markers.json new file mode 100644 index 000000000..c2b7d4667 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Be/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 66 + ], + "area_fraction": 0.0256 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 358 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 151, + 74 + ], + "area_fraction": 0.0915 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 191, + 487 + ], + "area_fraction": 0.0382 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 172, + 209 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 214, + 215 + ], + "area_fraction": 0.0193 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 242, + 272 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 246, + 29 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bf/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/globe.png new file mode 100644 index 000000000..283fa3adf Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bf/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/heightmap.png new file mode 100644 index 000000000..1c9680d08 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bf/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/index.md new file mode 100644 index 000000000..1fd3685ef --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1476317055 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.34 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.331 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Bf + +Frozen planet. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Land** | 99% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bf/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/markers.json new file mode 100644 index 000000000..876e37421 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bf/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 132, + 238 + ], + "peak": [ + 133, + 239 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 201, + 216 + ], + "peak": [ + 193, + 366 + ], + "area_cells": 21745 + }, + { + "id": "range_8", + "name": null, + "center": [ + 231, + 473 + ], + "peak": [ + 216, + 495 + ], + "area_cells": 2840 + }, + { + "id": "range_10", + "name": null, + "center": [ + 251, + 78 + ], + "peak": [ + 255, + 79 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/globe.png new file mode 100644 index 000000000..d4fece874 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/heightmap.png new file mode 100644 index 000000000..07194935d Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/index.md new file mode 100644 index 000000000..ae7edf5a4 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ34Bg-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3270908054 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.08 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.894 + 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 +--- + +# GJ34Bg-1 + +Barren moon. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/markers.json new file mode 100644 index 000000000..1e9f3bf2f --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-1/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 125 + ], + "peak": [ + 20, + 124 + ], + "area_cells": 191 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 84 + ], + "peak": [ + 157, + 71 + ], + "area_cells": 12343 + }, + { + "id": "range_6", + "name": null, + "center": [ + 32, + 157 + ], + "peak": [ + 32, + 157 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 45, + 145 + ], + "peak": [ + 48, + 144 + ], + "area_cells": 90 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 398 + ], + "peak": [ + 45, + 398 + ], + "area_cells": 91 + }, + { + "id": "range_9", + "name": null, + "center": [ + 44, + 118 + ], + "peak": [ + 45, + 119 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 5 + ], + "peak": [ + 59, + 6 + ], + "area_cells": 39 + }, + { + "id": "range_16", + "name": null, + "center": [ + 75, + 498 + ], + "peak": [ + 72, + 497 + ], + "area_cells": 260 + }, + { + "id": "range_17", + "name": null, + "center": [ + 70, + 381 + ], + "peak": [ + 71, + 382 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 76, + 167 + ], + "peak": [ + 76, + 168 + ], + "area_cells": 58 + }, + { + "id": "range_20", + "name": null, + "center": [ + 167, + 441 + ], + "peak": [ + 163, + 459 + ], + "area_cells": 9620 + }, + { + "id": "range_21", + "name": null, + "center": [ + 97, + 2 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 22 + }, + { + "id": "range_22", + "name": null, + "center": [ + 99, + 366 + ], + "peak": [ + 98, + 366 + ], + "area_cells": 69 + }, + { + "id": "range_23", + "name": null, + "center": [ + 97, + 229 + ], + "peak": [ + 98, + 230 + ], + "area_cells": 22 + }, + { + "id": "range_25", + "name": null, + "center": [ + 117, + 206 + ], + "peak": [ + 112, + 202 + ], + "area_cells": 207 + }, + { + "id": "range_26", + "name": null, + "center": [ + 147, + 380 + ], + "peak": [ + 153, + 379 + ], + "area_cells": 541 + }, + { + "id": "range_28", + "name": null, + "center": [ + 136, + 340 + ], + "peak": [ + 137, + 340 + ], + "area_cells": 72 + }, + { + "id": "range_33", + "name": null, + "center": [ + 188, + 185 + ], + "peak": [ + 187, + 185 + ], + "area_cells": 240 + }, + { + "id": "range_36", + "name": null, + "center": [ + 194, + 83 + ], + "peak": [ + 195, + 84 + ], + "area_cells": 28 + }, + { + "id": "range_38", + "name": null, + "center": [ + 196, + 305 + ], + "peak": [ + 198, + 305 + ], + "area_cells": 46 + }, + { + "id": "range_39", + "name": null, + "center": [ + 201, + 320 + ], + "peak": [ + 200, + 321 + ], + "area_cells": 69 + }, + { + "id": "range_40", + "name": null, + "center": [ + 201, + 139 + ], + "peak": [ + 203, + 139 + ], + "area_cells": 30 + }, + { + "id": "range_41", + "name": null, + "center": [ + 200, + 201 + ], + "peak": [ + 201, + 202 + ], + "area_cells": 34 + }, + { + "id": "range_42", + "name": null, + "center": [ + 207, + 249 + ], + "peak": [ + 218, + 244 + ], + "area_cells": 126 + }, + { + "id": "range_43", + "name": null, + "center": [ + 231, + 338 + ], + "peak": [ + 255, + 334 + ], + "area_cells": 318 + }, + { + "id": "range_48", + "name": null, + "center": [ + 230, + 182 + ], + "peak": [ + 221, + 173 + ], + "area_cells": 233 + }, + { + "id": "range_52", + "name": null, + "center": [ + 229, + 488 + ], + "peak": [ + 231, + 489 + ], + "area_cells": 23 + }, + { + "id": "range_55", + "name": null, + "center": [ + 234, + 444 + ], + "peak": [ + 235, + 441 + ], + "area_cells": 94 + }, + { + "id": "range_59", + "name": null, + "center": [ + 234, + 481 + ], + "peak": [ + 236, + 481 + ], + "area_cells": 23 + }, + { + "id": "range_60", + "name": null, + "center": [ + 230, + 22 + ], + "peak": [ + 231, + 23 + ], + "area_cells": 27 + }, + { + "id": "range_65", + "name": null, + "center": [ + 243, + 146 + ], + "peak": [ + 241, + 141 + ], + "area_cells": 169 + }, + { + "id": "range_67", + "name": null, + "center": [ + 249, + 252 + ], + "peak": [ + 248, + 253 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/globe.png new file mode 100644 index 000000000..2c9bd796d Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/heightmap.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/heightmap.png new file mode 100644 index 000000000..1bc1b0ffa Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/index.md new file mode 100644 index 000000000..f903f3f3e --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ34Bg-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2432431132 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.05 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.415 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ34Bg-2 + +Frozen moon. + +**System:** [GJ-34B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/markers.json b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/markers.json new file mode 100644 index 000000000..82b9df10b --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bg-2/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 366 + ], + "area_fraction": 0.0145 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 128, + 247 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 201, + 75 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 211, + 206 + ], + "area_fraction": 0.0319 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 180, + 259 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 126 + ], + "peak": [ + 8, + 135 + ], + "area_cells": 3042 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 426 + ], + "peak": [ + 43, + 427 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 259 + ], + "peak": [ + 64, + 258 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 134, + 447 + ], + "peak": [ + 136, + 440 + ], + "area_cells": 303 + }, + { + "id": "range_13", + "name": null, + "center": [ + 170, + 383 + ], + "peak": [ + 166, + 384 + ], + "area_cells": 180 + }, + { + "id": "range_15", + "name": null, + "center": [ + 182, + 4 + ], + "peak": [ + 182, + 5 + ], + "area_cells": 52 + }, + { + "id": "range_17", + "name": null, + "center": [ + 213, + 354 + ], + "peak": [ + 213, + 329 + ], + "area_cells": 3667 + }, + { + "id": "range_21", + "name": null, + "center": [ + 223, + 474 + ], + "peak": [ + 230, + 471 + ], + "area_cells": 1107 + }, + { + "id": "range_24", + "name": null, + "center": [ + 249, + 15 + ], + "peak": [ + 249, + 16 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg/globe.png b/wiki/star-systems/GJ-34B/bodies/GJ34Bg/globe.png new file mode 100644 index 000000000..8c4d58c53 Binary files /dev/null and b/wiki/star-systems/GJ-34B/bodies/GJ34Bg/globe.png differ diff --git a/wiki/star-systems/GJ-34B/bodies/GJ34Bg/index.md b/wiki/star-systems/GJ-34B/bodies/GJ34Bg/index.md new file mode 100644 index 000000000..6b2ec6fc7 --- /dev/null +++ b/wiki/star-systems/GJ-34B/bodies/GJ34Bg/index.md @@ -0,0 +1,61 @@ +--- +id: GJ34Bg +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 193392181 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.34 + period_days: 2500.0 + axial_tilt_deg: 8.6 +physical: + gravity_g: null + oblateness: 0.0806 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.136 +--- + +# GJ34Bg + +Gas giant. + +**System:** [GJ-34B](../../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-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/bodies/GJ35b/globe.png b/wiki/star-systems/GJ-35/bodies/GJ35b/globe.png new file mode 100644 index 000000000..8b5f58608 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35b/globe.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35b/heightmap.png b/wiki/star-systems/GJ-35/bodies/GJ35b/heightmap.png new file mode 100644 index 000000000..2100a7984 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35b/heightmap.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35b/index.md b/wiki/star-systems/GJ-35/bodies/GJ35b/index.md new file mode 100644 index 000000000..6dc4122b5 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ35b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1399761942 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 14.1 +physical: + gravity_g: 0.24 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ35b + +Barren planet. + +**System:** [GJ-35](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.24g | +| **Land** | 91% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-35/bodies/GJ35b/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35b/markers.json new file mode 100644 index 000000000..1b7cec188 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35b/markers.json @@ -0,0 +1,500 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 117, + 116 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 240, + 372 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_70", + "name": null, + "kind": "lake", + "center": [ + 247, + 179 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 23 + ], + "peak": [ + 2, + 25 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 31 + ], + "peak": [ + 31, + 31 + ], + "area_cells": 95 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 48 + ], + "peak": [ + 33, + 40 + ], + "area_cells": 637 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 163 + ], + "peak": [ + 0, + 167 + ], + "area_cells": 89 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 191 + ], + "peak": [ + 12, + 199 + ], + "area_cells": 189 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 480 + ], + "peak": [ + 109, + 511 + ], + "area_cells": 2383 + }, + { + "id": "range_8", + "name": null, + "center": [ + 12, + 137 + ], + "peak": [ + 12, + 138 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 19, + 128 + ], + "peak": [ + 13, + 131 + ], + "area_cells": 94 + }, + { + "id": "range_10", + "name": null, + "center": [ + 24, + 144 + ], + "peak": [ + 28, + 144 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 24, + 97 + ], + "peak": [ + 22, + 100 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 28, + 23 + ], + "peak": [ + 29, + 25 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 39, + 406 + ], + "peak": [ + 43, + 405 + ], + "area_cells": 155 + }, + { + "id": "range_16", + "name": null, + "center": [ + 54, + 358 + ], + "peak": [ + 58, + 346 + ], + "area_cells": 1052 + }, + { + "id": "range_23", + "name": null, + "center": [ + 68, + 281 + ], + "peak": [ + 87, + 276 + ], + "area_cells": 1803 + }, + { + "id": "range_25", + "name": null, + "center": [ + 86, + 27 + ], + "peak": [ + 111, + 2 + ], + "area_cells": 2179 + }, + { + "id": "range_27", + "name": null, + "center": [ + 46, + 162 + ], + "peak": [ + 49, + 164 + ], + "area_cells": 86 + }, + { + "id": "range_29", + "name": null, + "center": [ + 49, + 508 + ], + "peak": [ + 51, + 508 + ], + "area_cells": 60 + }, + { + "id": "range_30", + "name": null, + "center": [ + 53, + 143 + ], + "peak": [ + 57, + 142 + ], + "area_cells": 60 + }, + { + "id": "range_32", + "name": null, + "center": [ + 64, + 56 + ], + "peak": [ + 68, + 56 + ], + "area_cells": 77 + }, + { + "id": "range_34", + "name": null, + "center": [ + 64, + 173 + ], + "peak": [ + 65, + 174 + ], + "area_cells": 89 + }, + { + "id": "range_39", + "name": null, + "center": [ + 92, + 79 + ], + "peak": [ + 98, + 79 + ], + "area_cells": 233 + }, + { + "id": "range_41", + "name": null, + "center": [ + 101, + 230 + ], + "peak": [ + 110, + 231 + ], + "area_cells": 256 + }, + { + "id": "range_42", + "name": null, + "center": [ + 89, + 121 + ], + "peak": [ + 89, + 122 + ], + "area_cells": 22 + }, + { + "id": "range_43", + "name": null, + "center": [ + 96, + 385 + ], + "peak": [ + 97, + 386 + ], + "area_cells": 109 + }, + { + "id": "range_45", + "name": null, + "center": [ + 103, + 416 + ], + "peak": [ + 102, + 418 + ], + "area_cells": 85 + }, + { + "id": "range_46", + "name": null, + "center": [ + 112, + 188 + ], + "peak": [ + 113, + 188 + ], + "area_cells": 91 + }, + { + "id": "range_51", + "name": null, + "center": [ + 150, + 29 + ], + "peak": [ + 150, + 17 + ], + "area_cells": 642 + }, + { + "id": "range_53", + "name": null, + "center": [ + 161, + 399 + ], + "peak": [ + 147, + 405 + ], + "area_cells": 482 + }, + { + "id": "range_54", + "name": null, + "center": [ + 150, + 498 + ], + "peak": [ + 152, + 499 + ], + "area_cells": 187 + }, + { + "id": "range_55", + "name": null, + "center": [ + 149, + 424 + ], + "peak": [ + 150, + 425 + ], + "area_cells": 29 + }, + { + "id": "range_57", + "name": null, + "center": [ + 167, + 430 + ], + "peak": [ + 171, + 431 + ], + "area_cells": 102 + }, + { + "id": "range_59", + "name": null, + "center": [ + 173, + 375 + ], + "peak": [ + 171, + 374 + ], + "area_cells": 131 + }, + { + "id": "range_62", + "name": null, + "center": [ + 178, + 340 + ], + "peak": [ + 177, + 340 + ], + "area_cells": 27 + }, + { + "id": "range_63", + "name": null, + "center": [ + 182, + 223 + ], + "peak": [ + 182, + 223 + ], + "area_cells": 48 + }, + { + "id": "range_64", + "name": null, + "center": [ + 195, + 9 + ], + "peak": [ + 197, + 9 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-35/bodies/GJ35c/globe.png b/wiki/star-systems/GJ-35/bodies/GJ35c/globe.png new file mode 100644 index 000000000..37a7e888a Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35c/globe.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35c/heightmap.png b/wiki/star-systems/GJ-35/bodies/GJ35c/heightmap.png new file mode 100644 index 000000000..75a4d252b Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35c/heightmap.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35c/index.md b/wiki/star-systems/GJ-35/bodies/GJ35c/index.md new file mode 100644 index 000000000..c5ee254bf --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ35c +name: Vuurkloof +body_type: planet +planet_class: volcanic +body_scale: planet +seed: 899603891 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.258 + period_days: 48.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.82 + oblateness: 0.0027 + atmosphere: thick + atmosphere_color: + - 0.55 + - 0.4 + - 0.3 +terrain: + land_fraction: 0.935 + polar_ice_lat: 0.932 + tectonics: extreme +environment: + geothermal_flux: extreme + uv_index: moderate + substrate: sulfuric + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: true + coverage_base: 0.706 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Vuurkloof + +Volcanic planet. + +**System:** [GJ-35](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | volcanic | +| **Gravity** | 0.82g | +| **Atmosphere** | thick | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 94% | +| **Year** | 48 days | +| **Inhabited** | yes | +| **Population** | 340K | +| **Economy** | manufacturing | +| **Settlement** | underground_concentrated | +| **Industry** | geothermal_energy | + +## Description + + diff --git a/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json new file mode 100644 index 000000000..06edb1abd --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35c/markers.json @@ -0,0 +1,705 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 179, + 313 + ], + [ + 180, + 314 + ], + [ + 181, + 315 + ], + [ + 182, + 316 + ], + [ + 182, + 317 + ], + [ + 181, + 318 + ], + [ + 181, + 319 + ], + [ + 180, + 320 + ], + [ + 179, + 321 + ], + [ + 180, + 322 + ], + [ + 181, + 323 + ], + [ + 182, + 324 + ], + [ + 183, + 325 + ], + [ + 183, + 326 + ], + [ + 184, + 327 + ], + [ + 184, + 328 + ], + [ + 184, + 329 + ], + [ + 184, + 330 + ], + [ + 184, + 331 + ], + [ + 184, + 332 + ], + [ + 185, + 333 + ], + [ + 184, + 334 + ], + [ + 184, + 335 + ], + [ + 184, + 336 + ], + [ + 185, + 336 + ], + [ + 184, + 337 + ], + [ + 185, + 338 + ], + [ + 184, + 339 + ], + [ + 184, + 340 + ], + [ + 185, + 341 + ], + [ + 185, + 342 + ], + [ + 186, + 343 + ], + [ + 186, + 344 + ], + [ + 185, + 345 + ], + [ + 185, + 346 + ], + [ + 186, + 347 + ], + [ + 187, + 348 + ], + [ + 187, + 349 + ], + [ + 187, + 350 + ], + [ + 188, + 350 + ], + [ + 188, + 351 + ], + [ + 189, + 352 + ], + [ + 190, + 353 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 122, + 413 + ], + [ + 121, + 414 + ], + [ + 120, + 415 + ], + [ + 119, + 416 + ], + [ + 118, + 417 + ], + [ + 117, + 418 + ], + [ + 116, + 419 + ], + [ + 115, + 420 + ], + [ + 114, + 421 + ], + [ + 113, + 422 + ], + [ + 112, + 423 + ], + [ + 111, + 424 + ], + [ + 110, + 425 + ], + [ + 110, + 426 + ], + [ + 109, + 427 + ], + [ + 108, + 427 + ], + [ + 109, + 428 + ], + [ + 110, + 429 + ], + [ + 109, + 430 + ], + [ + 108, + 431 + ], + [ + 109, + 432 + ], + [ + 109, + 431 + ], + [ + 110, + 432 + ], + [ + 109, + 433 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 142, + 308 + ], + [ + 142, + 307 + ], + [ + 143, + 307 + ], + [ + 144, + 307 + ], + [ + 145, + 306 + ], + [ + 146, + 305 + ], + [ + 147, + 304 + ], + [ + 148, + 303 + ], + [ + 149, + 302 + ], + [ + 150, + 301 + ], + [ + 151, + 302 + ], + [ + 152, + 303 + ], + [ + 153, + 304 + ], + [ + 154, + 303 + ], + [ + 155, + 303 + ], + [ + 156, + 303 + ], + [ + 156, + 302 + ], + [ + 156, + 301 + ], + [ + 157, + 300 + ], + [ + 156, + 299 + ], + [ + 156, + 298 + ], + [ + 156, + 297 + ], + [ + 157, + 296 + ], + [ + 156, + 295 + ], + [ + 157, + 294 + ], + [ + 157, + 293 + ], + [ + 156, + 292 + ], + [ + 157, + 291 + ], + [ + 156, + 290 + ], + [ + 156, + 291 + ], + [ + 157, + 292 + ], + [ + 158, + 293 + ], + [ + 158, + 294 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 106, + 335 + ], + "area_fraction": 0.0145 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 210, + 182 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 223, + 355 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 238, + 87 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 244, + 339 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 219 + ], + "peak": [ + 9, + 220 + ], + "area_cells": 1069 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 59 + ], + "peak": [ + 35, + 73 + ], + "area_cells": 4989 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 318 + ], + "peak": [ + 9, + 317 + ], + "area_cells": 882 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 387 + ], + "peak": [ + 34, + 410 + ], + "area_cells": 830 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 497 + ], + "peak": [ + 37, + 509 + ], + "area_cells": 671 + }, + { + "id": "range_8", + "name": null, + "center": [ + 57, + 128 + ], + "peak": [ + 58, + 128 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 111, + 418 + ], + "peak": [ + 127, + 436 + ], + "area_cells": 989 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 127 + ], + "peak": [ + 113, + 122 + ], + "area_cells": 83 + }, + { + "id": "range_14", + "name": null, + "center": [ + 134, + 305 + ], + "peak": [ + 128, + 295 + ], + "area_cells": 346 + }, + { + "id": "range_15", + "name": null, + "center": [ + 152, + 143 + ], + "peak": [ + 152, + 143 + ], + "area_cells": 63 + }, + { + "id": "range_16", + "name": null, + "center": [ + 168, + 345 + ], + "peak": [ + 170, + 344 + ], + "area_cells": 208 + }, + { + "id": "range_17", + "name": null, + "center": [ + 164, + 170 + ], + "peak": [ + 164, + 170 + ], + "area_cells": 56 + }, + { + "id": "range_18", + "name": null, + "center": [ + 171, + 130 + ], + "peak": [ + 170, + 130 + ], + "area_cells": 353 + }, + { + "id": "range_19", + "name": null, + "center": [ + 179, + 313 + ], + "peak": [ + 179, + 313 + ], + "area_cells": 57 + }, + { + "id": "range_20", + "name": null, + "center": [ + 180, + 395 + ], + "peak": [ + 180, + 394 + ], + "area_cells": 59 + }, + { + "id": "range_21", + "name": null, + "center": [ + 183, + 69 + ], + "peak": [ + 183, + 69 + ], + "area_cells": 77 + }, + { + "id": "range_22", + "name": null, + "center": [ + 242, + 492 + ], + "peak": [ + 242, + 492 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-35/bodies/GJ35d/globe.png b/wiki/star-systems/GJ-35/bodies/GJ35d/globe.png new file mode 100644 index 000000000..7c1f692f1 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35d/globe.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35d/heightmap.png b/wiki/star-systems/GJ-35/bodies/GJ35d/heightmap.png new file mode 100644 index 000000000..94d698426 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35d/heightmap.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35d/index.md b/wiki/star-systems/GJ-35/bodies/GJ35d/index.md new file mode 100644 index 000000000..b888ef215 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ35d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 23750168 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.838 + period_days: 280.0 + axial_tilt_deg: 43.6 +physical: + gravity_g: 0.44 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ35d + +Frozen planet. + +**System:** [GJ-35](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 95% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-35/bodies/GJ35d/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35d/markers.json new file mode 100644 index 000000000..bec88e84b --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35d/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 39, + 247 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 241, + 116 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 21 + ], + "peak": [ + 62, + 7 + ], + "area_cells": 3635 + }, + { + "id": "range_2", + "name": null, + "center": [ + 48, + 482 + ], + "peak": [ + 54, + 481 + ], + "area_cells": 5711 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 434 + ], + "peak": [ + 78, + 431 + ], + "area_cells": 294 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 439 + ], + "peak": [ + 117, + 439 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 467 + ], + "peak": [ + 116, + 468 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 165, + 63 + ], + "peak": [ + 165, + 59 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-35/bodies/GJ35e/globe.png b/wiki/star-systems/GJ-35/bodies/GJ35e/globe.png new file mode 100644 index 000000000..fd176bd9f Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35e/globe.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35e/heightmap.png b/wiki/star-systems/GJ-35/bodies/GJ35e/heightmap.png new file mode 100644 index 000000000..15c087717 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35e/heightmap.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35e/index.md b/wiki/star-systems/GJ-35/bodies/GJ35e/index.md new file mode 100644 index 000000000..9d61a2ccb --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35e/index.md @@ -0,0 +1,64 @@ +--- +id: GJ35e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 340776925 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.601 + period_days: 740.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.36 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.927 + polar_ice_lat: 0.153 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ35e + +Frozen planet. + +**System:** [GJ-35](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Land** | 93% | +| **Year** | 740 days | + +## Description + + diff --git a/wiki/star-systems/GJ-35/bodies/GJ35e/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35e/markers.json new file mode 100644 index 000000000..e6525d007 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35e/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 32, + 14 + ], + "area_fraction": 0.016 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 19, + 482 + ], + "area_fraction": 0.019 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 40, + 424 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 64, + 479 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 166, + 151 + ], + "peak": [ + 176, + 206 + ], + "area_cells": 7247 + }, + { + "id": "range_4", + "name": null, + "center": [ + 222, + 327 + ], + "peak": [ + 191, + 413 + ], + "area_cells": 17342 + }, + { + "id": "range_5", + "name": null, + "center": [ + 174, + 344 + ], + "peak": [ + 174, + 345 + ], + "area_cells": 144 + }, + { + "id": "range_6", + "name": null, + "center": [ + 183, + 11 + ], + "peak": [ + 181, + 0 + ], + "area_cells": 474 + }, + { + "id": "range_12", + "name": null, + "center": [ + 248, + 11 + ], + "peak": [ + 251, + 7 + ], + "area_cells": 366 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-35/bodies/GJ35f/globe.png b/wiki/star-systems/GJ-35/bodies/GJ35f/globe.png new file mode 100644 index 000000000..27361e183 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35f/globe.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35f/heightmap.png b/wiki/star-systems/GJ-35/bodies/GJ35f/heightmap.png new file mode 100644 index 000000000..7bda90b0b Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35f/heightmap.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35f/index.md b/wiki/star-systems/GJ-35/bodies/GJ35f/index.md new file mode 100644 index 000000000..463687118 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ35f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 871182397 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.31 + period_days: 2200.0 + axial_tilt_deg: 48.1 +physical: + gravity_g: 0.29 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.315 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ35f + +Frozen planet. + +**System:** [GJ-35](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Land** | 99% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-35/bodies/GJ35f/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35f/markers.json new file mode 100644 index 000000000..71ab021b5 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35f/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 490 + ], + "peak": [ + 79, + 487 + ], + "area_cells": 1216 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 37 + ], + "peak": [ + 100, + 13 + ], + "area_cells": 3238 + }, + { + "id": "range_3", + "name": null, + "center": [ + 176, + 246 + ], + "peak": [ + 194, + 345 + ], + "area_cells": 30761 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 224 + ], + "peak": [ + 101, + 225 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 209, + 489 + ], + "peak": [ + 181, + 511 + ], + "area_cells": 4046 + }, + { + "id": "range_6", + "name": null, + "center": [ + 203, + 447 + ], + "peak": [ + 207, + 449 + ], + "area_cells": 127 + }, + { + "id": "range_8", + "name": null, + "center": [ + 228, + 11 + ], + "peak": [ + 220, + 11 + ], + "area_cells": 1075 + }, + { + "id": "range_12", + "name": null, + "center": [ + 253, + 402 + ], + "peak": [ + 255, + 403 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-35/bodies/GJ35g/globe.png b/wiki/star-systems/GJ-35/bodies/GJ35g/globe.png new file mode 100644 index 000000000..380a06674 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35g/globe.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35g/heightmap.png b/wiki/star-systems/GJ-35/bodies/GJ35g/heightmap.png new file mode 100644 index 000000000..3a0d9da72 Binary files /dev/null and b/wiki/star-systems/GJ-35/bodies/GJ35g/heightmap.png differ diff --git a/wiki/star-systems/GJ-35/bodies/GJ35g/index.md b/wiki/star-systems/GJ-35/bodies/GJ35g/index.md new file mode 100644 index 000000000..2641c0870 --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ35g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 959146888 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.318 + period_days: 5800.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: 0.22 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.277 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.227 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ35g + +Frozen planet. + +**System:** [GJ-35](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Land** | 99% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-35/bodies/GJ35g/markers.json b/wiki/star-systems/GJ-35/bodies/GJ35g/markers.json new file mode 100644 index 000000000..4e967162b --- /dev/null +++ b/wiki/star-systems/GJ-35/bodies/GJ35g/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 310 + ], + "peak": [ + 21, + 318 + ], + "area_cells": 130 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 334 + ], + "peak": [ + 25, + 332 + ], + "area_cells": 156 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 21 + ], + "peak": [ + 54, + 22 + ], + "area_cells": 204 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 304 + ], + "peak": [ + 146, + 309 + ], + "area_cells": 69 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 490 + ], + "peak": [ + 184, + 511 + ], + "area_cells": 318 + }, + { + "id": "range_9", + "name": null, + "center": [ + 190, + 0 + ], + "peak": [ + 185, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 188, + 108 + ], + "peak": [ + 192, + 109 + ], + "area_cells": 151 + }, + { + "id": "range_11", + "name": null, + "center": [ + 229, + 220 + ], + "peak": [ + 227, + 258 + ], + "area_cells": 13046 + }, + { + "id": "range_16", + "name": null, + "center": [ + 215, + 16 + ], + "peak": [ + 219, + 26 + ], + "area_cells": 315 + }, + { + "id": "range_17", + "name": null, + "center": [ + 214, + 508 + ], + "peak": [ + 215, + 511 + ], + "area_cells": 42 + }, + { + "id": "range_18", + "name": null, + "center": [ + 239, + 445 + ], + "peak": [ + 240, + 447 + ], + "area_cells": 1798 + }, + { + "id": "range_19", + "name": null, + "center": [ + 221, + 45 + ], + "peak": [ + 221, + 44 + ], + "area_cells": 86 + }, + { + "id": "range_22", + "name": null, + "center": [ + 246, + 22 + ], + "peak": [ + 254, + 19 + ], + "area_cells": 441 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3522b/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522b/globe.png new file mode 100644 index 000000000..46a48428b Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522b/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522b/heightmap.png b/wiki/star-systems/GJ-3522/bodies/GJ3522b/heightmap.png new file mode 100644 index 000000000..30c43c4d9 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522b/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522b/index.md new file mode 100644 index 000000000..2b360fc21 --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3522b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3460531277 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.18 + period_days: 28.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.3 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.879 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3522b + +Barren planet. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522b/markers.json b/wiki/star-systems/GJ-3522/bodies/GJ3522b/markers.json new file mode 100644 index 000000000..2fa425cfd --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522b/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 467 + ], + "peak": [ + 18, + 466 + ], + "area_cells": 79 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 278 + ], + "peak": [ + 24, + 279 + ], + "area_cells": 65 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 390 + ], + "peak": [ + 49, + 406 + ], + "area_cells": 3551 + }, + { + "id": "range_12", + "name": null, + "center": [ + 44, + 118 + ], + "peak": [ + 44, + 115 + ], + "area_cells": 150 + }, + { + "id": "range_13", + "name": null, + "center": [ + 49, + 457 + ], + "peak": [ + 49, + 465 + ], + "area_cells": 141 + }, + { + "id": "range_15", + "name": null, + "center": [ + 54, + 132 + ], + "peak": [ + 54, + 132 + ], + "area_cells": 43 + }, + { + "id": "range_17", + "name": null, + "center": [ + 72, + 184 + ], + "peak": [ + 72, + 184 + ], + "area_cells": 71 + }, + { + "id": "range_18", + "name": null, + "center": [ + 76, + 157 + ], + "peak": [ + 76, + 157 + ], + "area_cells": 63 + }, + { + "id": "range_19", + "name": null, + "center": [ + 154, + 171 + ], + "peak": [ + 160, + 0 + ], + "area_cells": 13639 + }, + { + "id": "range_21", + "name": null, + "center": [ + 91, + 216 + ], + "peak": [ + 92, + 217 + ], + "area_cells": 57 + }, + { + "id": "range_22", + "name": null, + "center": [ + 94, + 200 + ], + "peak": [ + 95, + 201 + ], + "area_cells": 50 + }, + { + "id": "range_23", + "name": null, + "center": [ + 152, + 481 + ], + "peak": [ + 148, + 510 + ], + "area_cells": 2350 + }, + { + "id": "range_24", + "name": null, + "center": [ + 112, + 240 + ], + "peak": [ + 113, + 237 + ], + "area_cells": 200 + }, + { + "id": "range_25", + "name": null, + "center": [ + 112, + 78 + ], + "peak": [ + 113, + 78 + ], + "area_cells": 26 + }, + { + "id": "range_27", + "name": null, + "center": [ + 125, + 432 + ], + "peak": [ + 127, + 433 + ], + "area_cells": 25 + }, + { + "id": "range_30", + "name": null, + "center": [ + 138, + 263 + ], + "peak": [ + 142, + 258 + ], + "area_cells": 363 + }, + { + "id": "range_38", + "name": null, + "center": [ + 195, + 96 + ], + "peak": [ + 197, + 86 + ], + "area_cells": 432 + }, + { + "id": "range_39", + "name": null, + "center": [ + 196, + 68 + ], + "peak": [ + 195, + 70 + ], + "area_cells": 119 + }, + { + "id": "range_40", + "name": null, + "center": [ + 197, + 300 + ], + "peak": [ + 197, + 302 + ], + "area_cells": 30 + }, + { + "id": "range_41", + "name": null, + "center": [ + 199, + 486 + ], + "peak": [ + 199, + 487 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/globe.png new file mode 100644 index 000000000..e02b0c912 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/heightmap.png b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/heightmap.png new file mode 100644 index 000000000..7130cd9d5 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/index.md new file mode 100644 index 000000000..a84e4f5a1 --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3522c-1 +name: Kimberley +body_type: moon +planet_class: barren +body_scale: moon +seed: 1002033183 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.108 + period_days: 13.0 + axial_tilt_deg: 25.6 +physical: + gravity_g: 0.06 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.89 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Kimberley + +Barren moon. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 13 days | +| **Inhabited** | yes | +| **Population** | 8M | +| **Economy** | extraction | +| **Settlement** | domed | +| **Industry** | DSMC | + +## Description + + diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/markers.json b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/markers.json new file mode 100644 index 000000000..60e6a1ffe --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522c-1/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 269 + ], + "peak": [ + 43, + 328 + ], + "area_cells": 41070 + }, + { + "id": "range_14", + "name": null, + "center": [ + 154, + 399 + ], + "peak": [ + 157, + 401 + ], + "area_cells": 58 + }, + { + "id": "range_16", + "name": null, + "center": [ + 222, + 483 + ], + "peak": [ + 219, + 483 + ], + "area_cells": 30 + }, + { + "id": "range_18", + "name": null, + "center": [ + 243, + 122 + ], + "peak": [ + 244, + 129 + ], + "area_cells": 3385 + }, + { + "id": "range_19", + "name": null, + "center": [ + 237, + 457 + ], + "peak": [ + 238, + 457 + ], + "area_cells": 93 + }, + { + "id": "range_20", + "name": null, + "center": [ + 241, + 48 + ], + "peak": [ + 231, + 50 + ], + "area_cells": 161 + }, + { + "id": "range_21", + "name": null, + "center": [ + 243, + 365 + ], + "peak": [ + 248, + 365 + ], + "area_cells": 3950 + }, + { + "id": "range_27", + "name": null, + "center": [ + 246, + 35 + ], + "peak": [ + 255, + 35 + ], + "area_cells": 56 + }, + { + "id": "range_30", + "name": null, + "center": [ + 247, + 494 + ], + "peak": [ + 250, + 494 + ], + "area_cells": 136 + }, + { + "id": "range_32", + "name": null, + "center": [ + 251, + 26 + ], + "peak": [ + 254, + 27 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522c/globe.png new file mode 100644 index 000000000..947d678dc Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522c/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c/heightmap.png b/wiki/star-systems/GJ-3522/bodies/GJ3522c/heightmap.png new file mode 100644 index 000000000..4e8542559 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522c/index.md new file mode 100644 index 000000000..5f42b1ddd --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3522c +name: Witwatersrand +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2505413458 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.756 + period_days: 240.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.88 + oblateness: 0.0016 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.581 + polar_ice_lat: 0.665 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.524 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Witwatersrand + +Temperate planet. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 58% | +| **Year** | 240 days | +| **Inhabited** | yes | +| **Population** | 1.5B | +| **Economy** | extraction | +| **Settlement** | urban_concentrated | +| **Industry** | DSMC | + +## Description + + diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522c/markers.json b/wiki/star-systems/GJ-3522/bodies/GJ3522c/markers.json new file mode 100644 index 000000000..3701e76ce --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522c/markers.json @@ -0,0 +1,513 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 138, + 421 + ], + [ + 137, + 422 + ], + [ + 136, + 422 + ], + [ + 135, + 422 + ], + [ + 134, + 423 + ], + [ + 133, + 424 + ], + [ + 132, + 425 + ], + [ + 131, + 426 + ], + [ + 130, + 425 + ], + [ + 129, + 425 + ], + [ + 128, + 424 + ], + [ + 127, + 423 + ], + [ + 126, + 422 + ], + [ + 127, + 421 + ], + [ + 127, + 422 + ], + [ + 126, + 421 + ], + [ + 127, + 420 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 141, + 456 + ], + [ + 140, + 456 + ], + [ + 139, + 457 + ], + [ + 139, + 458 + ], + [ + 138, + 459 + ], + [ + 137, + 460 + ], + [ + 137, + 461 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 223, + 511 + ], + [ + 222, + 0 + ], + [ + 221, + 1 + ], + [ + 220, + 0 + ], + [ + 220, + 1 + ], + [ + 219, + 0 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 115 + ], + [ + 255, + 114 + ], + [ + 255, + 113 + ], + [ + 254, + 113 + ], + [ + 253, + 112 + ], + [ + 252, + 111 + ], + [ + 251, + 112 + ], + [ + 250, + 111 + ], + [ + 249, + 110 + ], + [ + 248, + 109 + ], + [ + 247, + 109 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 219, + 119 + ], + [ + 218, + 120 + ], + [ + 217, + 120 + ], + [ + 216, + 121 + ], + [ + 215, + 122 + ], + [ + 214, + 123 + ], + [ + 213, + 124 + ], + [ + 212, + 125 + ], + [ + 211, + 126 + ], + [ + 210, + 126 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 482 + ], + [ + 254, + 481 + ], + [ + 253, + 480 + ], + [ + 253, + 479 + ], + [ + 252, + 479 + ], + [ + 251, + 478 + ], + [ + 250, + 477 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 250, + 23 + ], + [ + 250, + 22 + ], + [ + 251, + 21 + ], + [ + 250, + 20 + ], + [ + 251, + 19 + ], + [ + 251, + 18 + ], + [ + 250, + 17 + ], + [ + 249, + 16 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 124, + 447 + ], + [ + 125, + 448 + ], + [ + 126, + 447 + ], + [ + 127, + 448 + ], + [ + 128, + 448 + ], + [ + 129, + 449 + ], + [ + 130, + 449 + ], + [ + 131, + 450 + ], + [ + 132, + 451 + ], + [ + 133, + 452 + ], + [ + 134, + 453 + ], + [ + 134, + 454 + ], + [ + 135, + 455 + ], + [ + 136, + 455 + ], + [ + 137, + 456 + ], + [ + 136, + 457 + ], + [ + 137, + 458 + ], + [ + 136, + 459 + ], + [ + 136, + 460 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 122, + 156 + ], + [ + 121, + 157 + ], + [ + 120, + 158 + ], + [ + 119, + 159 + ], + [ + 118, + 160 + ], + [ + 117, + 161 + ], + [ + 116, + 160 + ], + [ + 116, + 161 + ], + [ + 117, + 162 + ], + [ + 117, + 163 + ], + [ + 116, + 163 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 190, + 267 + ], + "area_fraction": 0.4041 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 244, + 78 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 376 + ], + "peak": [ + 42, + 381 + ], + "area_cells": 2146 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 102 + ], + "peak": [ + 42, + 99 + ], + "area_cells": 1742 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 307 + ], + "peak": [ + 43, + 307 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522d/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522d/globe.png new file mode 100644 index 000000000..111ae5e3e Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522d/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522d/heightmap.png b/wiki/star-systems/GJ-3522/bodies/GJ3522d/heightmap.png new file mode 100644 index 000000000..941302216 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522d/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522d/index.md new file mode 100644 index 000000000..e8d095051 --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3522d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3577819552 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.361 + period_days: 580.0 + axial_tilt_deg: 22.1 +physical: + gravity_g: 0.45 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.892 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.108 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3522d + +Arid planet. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522d/markers.json b/wiki/star-systems/GJ-3522/bodies/GJ3522d/markers.json new file mode 100644 index 000000000..23309195d --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522d/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 242 + ], + "peak": [ + 0, + 236 + ], + "area_cells": 172 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 467 + ], + "peak": [ + 17, + 468 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 41 + ], + "peak": [ + 40, + 39 + ], + "area_cells": 176 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 458 + ], + "peak": [ + 99, + 456 + ], + "area_cells": 45 + }, + { + "id": "range_5", + "name": null, + "center": [ + 212, + 242 + ], + "peak": [ + 217, + 7 + ], + "area_cells": 22748 + }, + { + "id": "range_6", + "name": null, + "center": [ + 172, + 40 + ], + "peak": [ + 172, + 42 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 196, + 203 + ], + "peak": [ + 195, + 206 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/globe.png new file mode 100644 index 000000000..71ff99be5 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/heightmap.png b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/heightmap.png new file mode 100644 index 000000000..e2e8a5aab Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/index.md new file mode 100644 index 000000000..0561fe71d --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3522e-1 +name: Dampier +body_type: moon +planet_class: barren +body_scale: moon +seed: 945563875 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.1 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.97 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Dampier + +Barren moon. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 99% | +| **Orbit** | 4 days | +| **Inhabited** | yes | +| **Population** | 5M | +| **Economy** | extraction | +| **Settlement** | domed | +| **Industry** | DSMC | + +## Description + + diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/markers.json b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/markers.json new file mode 100644 index 000000000..18b8d692f --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522e-1/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 31, + 398 + ], + "peak": [ + 46, + 390 + ], + "area_cells": 437 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 473 + ], + "peak": [ + 42, + 477 + ], + "area_cells": 240 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 499 + ], + "peak": [ + 37, + 510 + ], + "area_cells": 278 + }, + { + "id": "range_5", + "name": null, + "center": [ + 35, + 5 + ], + "peak": [ + 35, + 3 + ], + "area_cells": 79 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 352 + ], + "peak": [ + 42, + 349 + ], + "area_cells": 162 + }, + { + "id": "range_8", + "name": null, + "center": [ + 41, + 87 + ], + "peak": [ + 40, + 94 + ], + "area_cells": 271 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 421 + ], + "peak": [ + 55, + 420 + ], + "area_cells": 237 + }, + { + "id": "range_11", + "name": null, + "center": [ + 56, + 449 + ], + "peak": [ + 65, + 449 + ], + "area_cells": 189 + }, + { + "id": "range_14", + "name": null, + "center": [ + 80, + 151 + ], + "peak": [ + 97, + 182 + ], + "area_cells": 2523 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 96 + ], + "peak": [ + 64, + 97 + ], + "area_cells": 75 + }, + { + "id": "range_16", + "name": null, + "center": [ + 61, + 469 + ], + "peak": [ + 61, + 469 + ], + "area_cells": 20 + }, + { + "id": "range_17", + "name": null, + "center": [ + 63, + 394 + ], + "peak": [ + 63, + 396 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 71, + 370 + ], + "peak": [ + 71, + 371 + ], + "area_cells": 44 + }, + { + "id": "range_25", + "name": null, + "center": [ + 103, + 351 + ], + "peak": [ + 103, + 350 + ], + "area_cells": 109 + }, + { + "id": "range_28", + "name": null, + "center": [ + 179, + 296 + ], + "peak": [ + 180, + 296 + ], + "area_cells": 71 + }, + { + "id": "range_29", + "name": null, + "center": [ + 187, + 16 + ], + "peak": [ + 185, + 20 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/globe.png new file mode 100644 index 000000000..46cbecaae Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/heightmap.png b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/heightmap.png new file mode 100644 index 000000000..d167e1711 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/index.md new file mode 100644 index 000000000..ac9eacfdb --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3522e-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2021790699 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 37.4 +physical: + gravity_g: 0.07 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.759 + polar_ice_lat: 0.053 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3522e-2 + +Frozen moon. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/markers.json b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/markers.json new file mode 100644 index 000000000..89f7df653 --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522e-2/markers.json @@ -0,0 +1,124 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 125, + 480 + ], + "area_fraction": 0.0355 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 95, + 12 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 124, + 421 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 144, + 14 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 140, + 373 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_21", + "name": null, + "kind": "ocean", + "center": [ + 196, + 93 + ], + "area_fraction": 0.1075 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 156, + 290 + ], + "area_fraction": 0.0216 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 6 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 277 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 66 + ], + "peak": [ + 19, + 74 + ], + "area_cells": 1115 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 327 + ], + "peak": [ + 18, + 454 + ], + "area_cells": 15913 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e/globe.png b/wiki/star-systems/GJ-3522/bodies/GJ3522e/globe.png new file mode 100644 index 000000000..277e2a278 Binary files /dev/null and b/wiki/star-systems/GJ-3522/bodies/GJ3522e/globe.png differ diff --git a/wiki/star-systems/GJ-3522/bodies/GJ3522e/index.md b/wiki/star-systems/GJ-3522/bodies/GJ3522e/index.md new file mode 100644 index 000000000..a8535030e --- /dev/null +++ b/wiki/star-systems/GJ-3522/bodies/GJ3522e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3522e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3851537451 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.888 + period_days: 2800.0 + axial_tilt_deg: 27.1 +physical: + gravity_g: null + oblateness: 0.0771 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.106 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.078 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.76 + opacity_base: 0.58 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ3522e + +Gas giant. + +**System:** [GJ-3522](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + 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/bodies/GJ3533b/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533b/globe.png new file mode 100644 index 000000000..d2cee4f09 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533b/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533b/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533b/heightmap.png new file mode 100644 index 000000000..52dd34d84 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533b/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533b/index.md new file mode 100644 index 000000000..bc3b7ca50 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3533b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3256925964 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 5.6 +physical: + gravity_g: 0.34 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.932 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3533b + +Barren planet. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 90% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533b/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533b/markers.json new file mode 100644 index 000000000..505bb3597 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533b/markers.json @@ -0,0 +1,468 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 159, + 59 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 178, + 13 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 165, + 106 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 184, + 145 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_54", + "name": null, + "kind": "lake", + "center": [ + 195, + 186 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 6, + 225 + ], + "peak": [ + 3, + 227 + ], + "area_cells": 83 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 308 + ], + "peak": [ + 35, + 296 + ], + "area_cells": 1919 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 197 + ], + "peak": [ + 8, + 197 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 16, + 173 + ], + "peak": [ + 15, + 174 + ], + "area_cells": 46 + }, + { + "id": "range_11", + "name": null, + "center": [ + 34, + 17 + ], + "peak": [ + 33, + 24 + ], + "area_cells": 184 + }, + { + "id": "range_12", + "name": null, + "center": [ + 36, + 198 + ], + "peak": [ + 33, + 202 + ], + "area_cells": 71 + }, + { + "id": "range_14", + "name": null, + "center": [ + 39, + 223 + ], + "peak": [ + 39, + 223 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 39, + 441 + ], + "peak": [ + 38, + 440 + ], + "area_cells": 32 + }, + { + "id": "range_16", + "name": null, + "center": [ + 40, + 34 + ], + "peak": [ + 42, + 34 + ], + "area_cells": 63 + }, + { + "id": "range_19", + "name": null, + "center": [ + 84, + 110 + ], + "peak": [ + 68, + 111 + ], + "area_cells": 1658 + }, + { + "id": "range_21", + "name": null, + "center": [ + 66, + 283 + ], + "peak": [ + 67, + 283 + ], + "area_cells": 68 + }, + { + "id": "range_25", + "name": null, + "center": [ + 86, + 10 + ], + "peak": [ + 81, + 4 + ], + "area_cells": 242 + }, + { + "id": "range_26", + "name": null, + "center": [ + 81, + 35 + ], + "peak": [ + 81, + 36 + ], + "area_cells": 68 + }, + { + "id": "range_27", + "name": null, + "center": [ + 106, + 310 + ], + "peak": [ + 84, + 318 + ], + "area_cells": 1730 + }, + { + "id": "range_28", + "name": null, + "center": [ + 78, + 346 + ], + "peak": [ + 77, + 346 + ], + "area_cells": 33 + }, + { + "id": "range_29", + "name": null, + "center": [ + 94, + 180 + ], + "peak": [ + 96, + 191 + ], + "area_cells": 370 + }, + { + "id": "range_33", + "name": null, + "center": [ + 91, + 481 + ], + "peak": [ + 90, + 481 + ], + "area_cells": 37 + }, + { + "id": "range_36", + "name": null, + "center": [ + 131, + 385 + ], + "peak": [ + 124, + 374 + ], + "area_cells": 1399 + }, + { + "id": "range_37", + "name": null, + "center": [ + 108, + 416 + ], + "peak": [ + 112, + 420 + ], + "area_cells": 459 + }, + { + "id": "range_38", + "name": null, + "center": [ + 103, + 234 + ], + "peak": [ + 103, + 234 + ], + "area_cells": 175 + }, + { + "id": "range_39", + "name": null, + "center": [ + 98, + 442 + ], + "peak": [ + 97, + 444 + ], + "area_cells": 22 + }, + { + "id": "range_43", + "name": null, + "center": [ + 114, + 444 + ], + "peak": [ + 114, + 444 + ], + "area_cells": 86 + }, + { + "id": "range_45", + "name": null, + "center": [ + 121, + 255 + ], + "peak": [ + 121, + 256 + ], + "area_cells": 124 + }, + { + "id": "range_46", + "name": null, + "center": [ + 133, + 10 + ], + "peak": [ + 133, + 9 + ], + "area_cells": 140 + }, + { + "id": "range_49", + "name": null, + "center": [ + 146, + 243 + ], + "peak": [ + 144, + 245 + ], + "area_cells": 55 + }, + { + "id": "range_50", + "name": null, + "center": [ + 151, + 261 + ], + "peak": [ + 151, + 261 + ], + "area_cells": 114 + }, + { + "id": "range_51", + "name": null, + "center": [ + 150, + 457 + ], + "peak": [ + 151, + 458 + ], + "area_cells": 43 + }, + { + "id": "range_52", + "name": null, + "center": [ + 166, + 428 + ], + "peak": [ + 166, + 434 + ], + "area_cells": 129 + }, + { + "id": "range_53", + "name": null, + "center": [ + 167, + 242 + ], + "peak": [ + 169, + 245 + ], + "area_cells": 22 + }, + { + "id": "range_59", + "name": null, + "center": [ + 249, + 93 + ], + "peak": [ + 255, + 92 + ], + "area_cells": 27 + }, + { + "id": "range_60", + "name": null, + "center": [ + 250, + 81 + ], + "peak": [ + 255, + 82 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533c/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533c/globe.png new file mode 100644 index 000000000..ead1701d2 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533c/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533c/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533c/heightmap.png new file mode 100644 index 000000000..c97a254d9 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533c/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533c/index.md new file mode 100644 index 000000000..11a1531fe --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3533c +name: Trung's Crossing +body_type: planet +planet_class: temperate +body_scale: planet +seed: 14626056 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.476 + period_days: 120.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: 0.78 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.544 + polar_ice_lat: 0.675 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.506 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Trung's Crossing + +Temperate planet. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 54% | +| **Year** | 120 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | transit | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533c/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533c/markers.json new file mode 100644 index 000000000..81c693160 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533c/markers.json @@ -0,0 +1,939 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 221, + 408 + ], + [ + 221, + 409 + ], + [ + 221, + 410 + ], + [ + 222, + 411 + ], + [ + 223, + 411 + ], + [ + 224, + 412 + ], + [ + 225, + 413 + ], + [ + 226, + 414 + ], + [ + 227, + 415 + ], + [ + 228, + 414 + ], + [ + 229, + 413 + ], + [ + 229, + 414 + ], + [ + 229, + 415 + ], + [ + 230, + 416 + ], + [ + 231, + 417 + ], + [ + 232, + 417 + ], + [ + 233, + 417 + ], + [ + 234, + 418 + ], + [ + 235, + 419 + ], + [ + 236, + 419 + ], + [ + 237, + 419 + ], + [ + 238, + 420 + ], + [ + 239, + 420 + ], + [ + 240, + 419 + ], + [ + 241, + 418 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 197, + 478 + ], + [ + 198, + 478 + ], + [ + 199, + 477 + ], + [ + 200, + 476 + ], + [ + 201, + 477 + ], + [ + 202, + 477 + ], + [ + 203, + 477 + ], + [ + 204, + 476 + ], + [ + 203, + 476 + ], + [ + 204, + 475 + ], + [ + 204, + 474 + ], + [ + 204, + 473 + ], + [ + 205, + 473 + ], + [ + 206, + 473 + ], + [ + 205, + 472 + ], + [ + 206, + 471 + ], + [ + 205, + 470 + ], + [ + 204, + 469 + ], + [ + 203, + 470 + ], + [ + 202, + 469 + ], + [ + 202, + 468 + ], + [ + 203, + 468 + ], + [ + 203, + 467 + ], + [ + 202, + 467 + ], + [ + 202, + 466 + ], + [ + 203, + 466 + ], + [ + 204, + 466 + ], + [ + 204, + 467 + ], + [ + 205, + 467 + ], + [ + 204, + 468 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 206, + 261 + ], + [ + 207, + 260 + ], + [ + 208, + 260 + ], + [ + 209, + 259 + ], + [ + 210, + 259 + ], + [ + 211, + 258 + ], + [ + 212, + 257 + ], + [ + 213, + 256 + ], + [ + 214, + 256 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 207, + 350 + ], + [ + 206, + 349 + ], + [ + 205, + 348 + ], + [ + 204, + 347 + ], + [ + 203, + 346 + ], + [ + 202, + 345 + ], + [ + 201, + 344 + ], + [ + 200, + 344 + ], + [ + 199, + 343 + ], + [ + 198, + 342 + ], + [ + 197, + 341 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 137, + 438 + ], + [ + 138, + 437 + ], + [ + 139, + 438 + ], + [ + 140, + 437 + ], + [ + 141, + 436 + ], + [ + 141, + 435 + ], + [ + 141, + 434 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 235, + 169 + ], + [ + 236, + 170 + ], + [ + 237, + 171 + ], + [ + 238, + 172 + ], + [ + 239, + 173 + ], + [ + 240, + 174 + ], + [ + 240, + 175 + ], + [ + 241, + 176 + ], + [ + 242, + 177 + ], + [ + 243, + 178 + ], + [ + 244, + 177 + ], + [ + 245, + 177 + ], + [ + 245, + 178 + ], + [ + 246, + 179 + ], + [ + 245, + 179 + ], + [ + 246, + 180 + ], + [ + 246, + 181 + ], + [ + 247, + 180 + ], + [ + 247, + 179 + ], + [ + 248, + 178 + ], + [ + 249, + 177 + ], + [ + 250, + 176 + ], + [ + 249, + 176 + ], + [ + 249, + 175 + ], + [ + 250, + 174 + ], + [ + 251, + 175 + ], + [ + 252, + 174 + ], + [ + 252, + 175 + ], + [ + 253, + 174 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 167, + 423 + ], + [ + 167, + 424 + ], + [ + 166, + 425 + ], + [ + 165, + 426 + ], + [ + 164, + 427 + ], + [ + 163, + 428 + ], + [ + 164, + 429 + ], + [ + 164, + 430 + ], + [ + 163, + 431 + ], + [ + 163, + 432 + ], + [ + 162, + 433 + ], + [ + 161, + 434 + ], + [ + 160, + 435 + ], + [ + 159, + 436 + ], + [ + 158, + 436 + ], + [ + 159, + 437 + ], + [ + 158, + 438 + ], + [ + 158, + 439 + ], + [ + 158, + 440 + ], + [ + 158, + 441 + ], + [ + 157, + 441 + ], + [ + 157, + 442 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 223, + 249 + ], + [ + 222, + 248 + ], + [ + 221, + 247 + ], + [ + 220, + 247 + ], + [ + 219, + 246 + ], + [ + 218, + 245 + ], + [ + 217, + 245 + ], + [ + 217, + 244 + ], + [ + 216, + 243 + ], + [ + 216, + 242 + ], + [ + 215, + 243 + ], + [ + 214, + 242 + ], + [ + 215, + 242 + ], + [ + 214, + 243 + ], + [ + 213, + 243 + ], + [ + 213, + 242 + ], + [ + 213, + 241 + ], + [ + 214, + 241 + ], + [ + 215, + 241 + ], + [ + 215, + 240 + ], + [ + 215, + 239 + ], + [ + 215, + 238 + ], + [ + 214, + 239 + ], + [ + 214, + 240 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 105, + 274 + ], + [ + 104, + 273 + ], + [ + 103, + 272 + ], + [ + 102, + 271 + ], + [ + 102, + 270 + ], + [ + 102, + 269 + ], + [ + 103, + 268 + ], + [ + 103, + 267 + ], + [ + 103, + 266 + ], + [ + 103, + 265 + ], + [ + 104, + 264 + ], + [ + 104, + 265 + ], + [ + 103, + 264 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 108, + 31 + ], + [ + 107, + 30 + ], + [ + 106, + 29 + ], + [ + 105, + 28 + ], + [ + 104, + 28 + ], + [ + 104, + 27 + ], + [ + 103, + 28 + ], + [ + 102, + 29 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 224, + 392 + ], + [ + 225, + 391 + ], + [ + 226, + 390 + ], + [ + 226, + 389 + ], + [ + 227, + 389 + ], + [ + 228, + 390 + ], + [ + 229, + 391 + ], + [ + 230, + 390 + ], + [ + 231, + 391 + ], + [ + 232, + 392 + ], + [ + 233, + 392 + ], + [ + 234, + 392 + ], + [ + 235, + 391 + ], + [ + 236, + 392 + ], + [ + 237, + 393 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 162, + 222 + ], + "area_fraction": 0.435 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 142, + 491 + ], + "area_fraction": 0.0137 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 458 + ], + "peak": [ + 42, + 409 + ], + "area_cells": 4600 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 38 + ], + "peak": [ + 58, + 53 + ], + "area_cells": 3035 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 294 + ], + "peak": [ + 62, + 298 + ], + "area_cells": 284 + }, + { + "id": "range_4", + "name": null, + "center": [ + 84, + 284 + ], + "peak": [ + 84, + 284 + ], + "area_cells": 69 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 376 + ], + "peak": [ + 88, + 380 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533d/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533d/globe.png new file mode 100644 index 000000000..2e066f39b Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533d/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533d/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533d/heightmap.png new file mode 100644 index 000000000..d5c00d7a5 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533d/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533d/index.md new file mode 100644 index 000000000..5b1c6f509 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3533d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2368758790 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.098 + period_days: 420.0 + axial_tilt_deg: 43.2 +physical: + gravity_g: 0.46 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3533d + +Frozen planet. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533d/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533d/markers.json new file mode 100644 index 000000000..56dfa811a --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533d/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 232, + 2 + ], + [ + 231, + 3 + ], + [ + 230, + 4 + ], + [ + 229, + 5 + ], + [ + 228, + 6 + ], + [ + 227, + 7 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 117, + 256 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 244, + 27 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 113, + 53 + ], + "peak": [ + 88, + 57 + ], + "area_cells": 5795 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 507 + ], + "peak": [ + 95, + 511 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 152, + 496 + ], + "peak": [ + 153, + 511 + ], + "area_cells": 279 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 327 + ], + "peak": [ + 156, + 318 + ], + "area_cells": 854 + }, + { + "id": "range_9", + "name": null, + "center": [ + 172, + 205 + ], + "peak": [ + 172, + 182 + ], + "area_cells": 1526 + }, + { + "id": "range_10", + "name": null, + "center": [ + 160, + 413 + ], + "peak": [ + 159, + 412 + ], + "area_cells": 239 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 442 + ], + "peak": [ + 164, + 443 + ], + "area_cells": 221 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/globe.png new file mode 100644 index 000000000..6b28e5d82 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/heightmap.png new file mode 100644 index 000000000..b1f3fdd5d Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/index.md new file mode 100644 index 000000000..43bc48b10 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3533e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3794818811 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 50.5 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3533e-m1 + +Frozen moon. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 92% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/markers.json new file mode 100644 index 000000000..f3aa31b8d --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533e-m1/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 20 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 17, + 244 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 495 + ], + "area_fraction": 0.007 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 86, + 159 + ], + "area_fraction": 0.0351 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 332 + ], + "peak": [ + 5, + 332 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 59, + 14 + ], + "peak": [ + 57, + 15 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 351 + ], + "peak": [ + 90, + 311 + ], + "area_cells": 3347 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 478 + ], + "peak": [ + 67, + 477 + ], + "area_cells": 197 + }, + { + "id": "range_11", + "name": null, + "center": [ + 112, + 39 + ], + "peak": [ + 115, + 27 + ], + "area_cells": 1649 + }, + { + "id": "range_13", + "name": null, + "center": [ + 82, + 263 + ], + "peak": [ + 83, + 263 + ], + "area_cells": 39 + }, + { + "id": "range_14", + "name": null, + "center": [ + 91, + 486 + ], + "peak": [ + 92, + 487 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 449 + ], + "peak": [ + 96, + 449 + ], + "area_cells": 47 + }, + { + "id": "range_17", + "name": null, + "center": [ + 98, + 505 + ], + "peak": [ + 99, + 507 + ], + "area_cells": 71 + }, + { + "id": "range_19", + "name": null, + "center": [ + 105, + 470 + ], + "peak": [ + 108, + 464 + ], + "area_cells": 159 + }, + { + "id": "range_20", + "name": null, + "center": [ + 150, + 1 + ], + "peak": [ + 151, + 0 + ], + "area_cells": 52 + }, + { + "id": "range_21", + "name": null, + "center": [ + 146, + 495 + ], + "peak": [ + 143, + 498 + ], + "area_cells": 476 + }, + { + "id": "range_22", + "name": null, + "center": [ + 186, + 422 + ], + "peak": [ + 190, + 398 + ], + "area_cells": 3118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533e/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533e/globe.png new file mode 100644 index 000000000..130c773bb Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533e/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533e/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533e/index.md new file mode 100644 index 000000000..4f953b54d --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3533e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1399191540 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 8.7 +physical: + gravity_g: null + oblateness: 0.0864 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.171 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.112 +rings: + enabled: true + inner_radius_factor: 1.11 + outer_radius_factor: 2.63 + opacity_base: 0.56 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ3533e + +Gas giant. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533f/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533f/globe.png new file mode 100644 index 000000000..42f752404 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533f/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533f/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533f/heightmap.png new file mode 100644 index 000000000..4a3903f99 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533f/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533f/index.md new file mode 100644 index 000000000..4e104bd28 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3533f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3317389714 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.766 + period_days: 3800.0 + axial_tilt_deg: 54.0 +physical: + gravity_g: 0.36 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.823 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3533f + +Frozen planet. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533f/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533f/markers.json new file mode 100644 index 000000000..4a2eec054 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533f/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 58, + 164 + ], + "area_fraction": 0.0654 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 63, + 419 + ], + "area_fraction": 0.0421 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 90, + 297 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 114, + 54 + ], + "area_fraction": 0.0282 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 246, + 442 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 123, + 462 + ], + "peak": [ + 126, + 467 + ], + "area_cells": 62 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 192 + ], + "peak": [ + 123, + 192 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 141, + 428 + ], + "peak": [ + 141, + 428 + ], + "area_cells": 71 + }, + { + "id": "range_5", + "name": null, + "center": [ + 197, + 213 + ], + "peak": [ + 172, + 308 + ], + "area_cells": 9865 + }, + { + "id": "range_6", + "name": null, + "center": [ + 172, + 406 + ], + "peak": [ + 174, + 410 + ], + "area_cells": 561 + }, + { + "id": "range_7", + "name": null, + "center": [ + 174, + 121 + ], + "peak": [ + 174, + 122 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 212, + 36 + ], + "peak": [ + 214, + 39 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533g/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533g/globe.png new file mode 100644 index 000000000..d0461b576 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533g/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533g/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533g/heightmap.png new file mode 100644 index 000000000..5dee919cf Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533g/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533g/index.md new file mode 100644 index 000000000..d3570752c --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3533g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3103573810 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.215 + period_days: 8600.0 + axial_tilt_deg: 36.3 +physical: + gravity_g: 0.27 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.879 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.373 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3533g + +Frozen planet. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533g/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533g/markers.json new file mode 100644 index 000000000..59593990b --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533g/markers.json @@ -0,0 +1,319 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 31, + 486 + ], + "area_fraction": 0.0201 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 59, + 71 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 96, + 488 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 124, + 432 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 164, + 393 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 198, + 483 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 243, + 485 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 279 + ], + "peak": [ + 0, + 277 + ], + "area_cells": 104 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 192 + ], + "peak": [ + 35, + 156 + ], + "area_cells": 1370 + }, + { + "id": "range_3", + "name": null, + "center": [ + 40, + 396 + ], + "peak": [ + 33, + 408 + ], + "area_cells": 346 + }, + { + "id": "range_4", + "name": null, + "center": [ + 41, + 425 + ], + "peak": [ + 42, + 424 + ], + "area_cells": 47 + }, + { + "id": "range_6", + "name": null, + "center": [ + 46, + 411 + ], + "peak": [ + 48, + 412 + ], + "area_cells": 62 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 356 + ], + "peak": [ + 55, + 350 + ], + "area_cells": 312 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 205 + ], + "peak": [ + 63, + 206 + ], + "area_cells": 96 + }, + { + "id": "range_9", + "name": null, + "center": [ + 67, + 294 + ], + "peak": [ + 67, + 294 + ], + "area_cells": 228 + }, + { + "id": "range_10", + "name": null, + "center": [ + 70, + 235 + ], + "peak": [ + 71, + 235 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 120, + 343 + ], + "peak": [ + 121, + 346 + ], + "area_cells": 164 + }, + { + "id": "range_13", + "name": null, + "center": [ + 142, + 225 + ], + "peak": [ + 142, + 224 + ], + "area_cells": 248 + }, + { + "id": "range_14", + "name": null, + "center": [ + 142, + 252 + ], + "peak": [ + 143, + 253 + ], + "area_cells": 203 + }, + { + "id": "range_15", + "name": null, + "center": [ + 168, + 60 + ], + "peak": [ + 190, + 77 + ], + "area_cells": 1789 + }, + { + "id": "range_16", + "name": null, + "center": [ + 163, + 276 + ], + "peak": [ + 162, + 262 + ], + "area_cells": 1072 + }, + { + "id": "range_19", + "name": null, + "center": [ + 161, + 509 + ], + "peak": [ + 161, + 511 + ], + "area_cells": 44 + }, + { + "id": "range_20", + "name": null, + "center": [ + 188, + 189 + ], + "peak": [ + 202, + 138 + ], + "area_cells": 5730 + }, + { + "id": "range_21", + "name": null, + "center": [ + 192, + 426 + ], + "peak": [ + 191, + 426 + ], + "area_cells": 22 + }, + { + "id": "range_22", + "name": null, + "center": [ + 198, + 342 + ], + "peak": [ + 197, + 342 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533h/globe.png b/wiki/star-systems/GJ-3533/bodies/GJ3533h/globe.png new file mode 100644 index 000000000..8835a1381 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533h/globe.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533h/heightmap.png b/wiki/star-systems/GJ-3533/bodies/GJ3533h/heightmap.png new file mode 100644 index 000000000..a0721cb46 Binary files /dev/null and b/wiki/star-systems/GJ-3533/bodies/GJ3533h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533h/index.md b/wiki/star-systems/GJ-3533/bodies/GJ3533h/index.md new file mode 100644 index 000000000..98291b30c --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3533h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2153191009 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.442 + period_days: 18000.0 + axial_tilt_deg: 38.6 +physical: + gravity_g: 0.11 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.26 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3533h + +Frozen planet. + +**System:** [GJ-3533](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3533/bodies/GJ3533h/markers.json b/wiki/star-systems/GJ-3533/bodies/GJ3533h/markers.json new file mode 100644 index 000000000..13a804b38 --- /dev/null +++ b/wiki/star-systems/GJ-3533/bodies/GJ3533h/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 197, + 330 + ], + "area_fraction": 0.1327 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 163 + ], + "peak": [ + 82, + 136 + ], + "area_cells": 12962 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 215 + ], + "peak": [ + 1, + 219 + ], + "area_cells": 452 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 281 + ], + "peak": [ + 6, + 275 + ], + "area_cells": 601 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 300 + ], + "peak": [ + 2, + 301 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 318 + ], + "peak": [ + 23, + 321 + ], + "area_cells": 71 + }, + { + "id": "range_7", + "name": null, + "center": [ + 38, + 344 + ], + "peak": [ + 38, + 349 + ], + "area_cells": 359 + }, + { + "id": "range_11", + "name": null, + "center": [ + 56, + 326 + ], + "peak": [ + 57, + 327 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 83, + 437 + ], + "peak": [ + 82, + 456 + ], + "area_cells": 1333 + }, + { + "id": "range_14", + "name": null, + "center": [ + 71, + 34 + ], + "peak": [ + 71, + 34 + ], + "area_cells": 44 + }, + { + "id": "range_15", + "name": null, + "center": [ + 72, + 364 + ], + "peak": [ + 73, + 365 + ], + "area_cells": 57 + }, + { + "id": "range_16", + "name": null, + "center": [ + 76, + 52 + ], + "peak": [ + 75, + 56 + ], + "area_cells": 123 + }, + { + "id": "range_18", + "name": null, + "center": [ + 81, + 339 + ], + "peak": [ + 81, + 339 + ], + "area_cells": 51 + }, + { + "id": "range_19", + "name": null, + "center": [ + 81, + 310 + ], + "peak": [ + 81, + 310 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 95, + 487 + ], + "peak": [ + 93, + 482 + ], + "area_cells": 491 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ354Ab/globe.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/globe.png new file mode 100644 index 000000000..0d4f5345f Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/globe.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ab/heightmap.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/heightmap.png new file mode 100644 index 000000000..eb82f4a6b Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ab/index.md b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/index.md new file mode 100644 index 000000000..8ab226749 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ354Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 285324336 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 3.3 +physical: + gravity_g: 0.36 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.952 + polar_ice_lat: 0.94 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ354Ab + +Barren planet. + +**System:** [GJ-354A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 95% | +| **Year** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ab/markers.json b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/markers.json new file mode 100644 index 000000000..f8af09240 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ab/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 13, + 241 + ], + "area_fraction": 0.0248 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 170, + 251 + ], + "peak": [ + 202, + 114 + ], + "area_cells": 44807 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 296 + ], + "peak": [ + 73, + 297 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 349 + ], + "peak": [ + 77, + 349 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 203, + 1 + ], + "peak": [ + 200, + 0 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 231, + 222 + ], + "peak": [ + 229, + 222 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ac/globe.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/globe.png new file mode 100644 index 000000000..d6ce6356b Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/globe.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ac/heightmap.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/heightmap.png new file mode 100644 index 000000000..03db15d11 Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ac/index.md b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/index.md new file mode 100644 index 000000000..e30f166be --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ354Ac +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1602880495 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.259 + period_days: 72.0 + axial_tilt_deg: 27.3 +physical: + gravity_g: 0.76 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.522 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.2 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ354Ac + +Cold Arid planet. + +**System:** [GJ-354A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ac/markers.json b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/markers.json new file mode 100644 index 000000000..4d4b2e721 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ac/markers.json @@ -0,0 +1,780 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 254, + 408 + ], + [ + 253, + 407 + ], + [ + 252, + 407 + ], + [ + 251, + 407 + ], + [ + 250, + 407 + ], + [ + 249, + 407 + ], + [ + 248, + 406 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 43 + ], + [ + 254, + 44 + ], + [ + 253, + 45 + ], + [ + 252, + 46 + ], + [ + 251, + 46 + ], + [ + 250, + 47 + ], + [ + 250, + 46 + ], + [ + 249, + 45 + ], + [ + 250, + 45 + ], + [ + 249, + 46 + ], + [ + 248, + 47 + ], + [ + 247, + 46 + ], + [ + 246, + 45 + ], + [ + 246, + 46 + ], + [ + 245, + 47 + ], + [ + 244, + 46 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 230, + 12 + ], + [ + 229, + 12 + ], + [ + 228, + 12 + ], + [ + 227, + 11 + ], + [ + 226, + 10 + ], + [ + 225, + 9 + ], + [ + 224, + 8 + ], + [ + 223, + 7 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 191, + 481 + ], + [ + 192, + 482 + ], + [ + 193, + 482 + ], + [ + 194, + 482 + ], + [ + 195, + 481 + ], + [ + 196, + 482 + ], + [ + 197, + 483 + ], + [ + 198, + 482 + ], + [ + 199, + 482 + ], + [ + 200, + 483 + ], + [ + 201, + 483 + ], + [ + 202, + 483 + ], + [ + 203, + 483 + ], + [ + 204, + 483 + ], + [ + 205, + 482 + ], + [ + 204, + 482 + ], + [ + 205, + 483 + ], + [ + 206, + 483 + ], + [ + 206, + 482 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 172, + 511 + ], + [ + 173, + 510 + ], + [ + 174, + 509 + ], + [ + 175, + 508 + ], + [ + 176, + 507 + ], + [ + 177, + 506 + ], + [ + 178, + 506 + ], + [ + 179, + 507 + ], + [ + 180, + 507 + ], + [ + 181, + 506 + ], + [ + 182, + 505 + ], + [ + 183, + 505 + ], + [ + 184, + 505 + ], + [ + 185, + 504 + ], + [ + 184, + 504 + ], + [ + 185, + 503 + ], + [ + 184, + 503 + ], + [ + 184, + 502 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 424 + ], + [ + 254, + 424 + ], + [ + 253, + 423 + ], + [ + 252, + 422 + ], + [ + 252, + 421 + ], + [ + 251, + 422 + ], + [ + 251, + 421 + ], + [ + 250, + 422 + ], + [ + 249, + 423 + ], + [ + 248, + 423 + ], + [ + 248, + 424 + ], + [ + 247, + 424 + ], + [ + 246, + 425 + ], + [ + 245, + 424 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 218, + 41 + ], + [ + 218, + 42 + ], + [ + 217, + 43 + ], + [ + 216, + 44 + ], + [ + 215, + 44 + ], + [ + 215, + 45 + ], + [ + 214, + 44 + ], + [ + 214, + 45 + ], + [ + 214, + 46 + ], + [ + 213, + 45 + ], + [ + 212, + 45 + ], + [ + 211, + 45 + ], + [ + 210, + 45 + ], + [ + 209, + 45 + ], + [ + 208, + 46 + ], + [ + 207, + 45 + ], + [ + 206, + 45 + ], + [ + 207, + 44 + ], + [ + 208, + 45 + ], + [ + 207, + 46 + ], + [ + 206, + 46 + ], + [ + 205, + 45 + ], + [ + 204, + 45 + ], + [ + 205, + 46 + ], + [ + 205, + 47 + ], + [ + 206, + 47 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 180, + 313 + ], + [ + 181, + 313 + ], + [ + 182, + 312 + ], + [ + 183, + 311 + ], + [ + 184, + 310 + ], + [ + 185, + 309 + ], + [ + 186, + 308 + ], + [ + 187, + 308 + ], + [ + 188, + 308 + ], + [ + 189, + 308 + ], + [ + 190, + 307 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 255, + 76 + ], + [ + 254, + 77 + ], + [ + 253, + 77 + ], + [ + 253, + 76 + ], + [ + 252, + 75 + ], + [ + 251, + 74 + ], + [ + 250, + 75 + ], + [ + 250, + 76 + ], + [ + 251, + 75 + ], + [ + 252, + 74 + ], + [ + 252, + 73 + ], + [ + 251, + 73 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 255, + 360 + ], + [ + 255, + 361 + ], + [ + 255, + 362 + ], + [ + 254, + 362 + ], + [ + 253, + 362 + ], + [ + 253, + 363 + ], + [ + 252, + 362 + ], + [ + 252, + 361 + ], + [ + 251, + 361 + ], + [ + 250, + 360 + ], + [ + 249, + 361 + ], + [ + 248, + 360 + ], + [ + 247, + 361 + ], + [ + 246, + 362 + ], + [ + 245, + 362 + ], + [ + 244, + 361 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 198, + 0 + ], + [ + 197, + 1 + ], + [ + 196, + 2 + ], + [ + 195, + 3 + ], + [ + 195, + 4 + ], + [ + 196, + 5 + ], + [ + 197, + 6 + ], + [ + 197, + 7 + ], + [ + 197, + 8 + ], + [ + 196, + 9 + ], + [ + 195, + 10 + ], + [ + 195, + 11 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 230, + 396 + ], + "area_fraction": 0.0271 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 240 + ], + "peak": [ + 67, + 511 + ], + "area_cells": 46205 + }, + { + "id": "range_5", + "name": null, + "center": [ + 139, + 435 + ], + "peak": [ + 140, + 432 + ], + "area_cells": 40 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 457 + ], + "peak": [ + 139, + 456 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 147, + 470 + ], + "peak": [ + 149, + 470 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ad/globe.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/globe.png new file mode 100644 index 000000000..3416b9adc Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/globe.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ad/heightmap.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/heightmap.png new file mode 100644 index 000000000..8154d536b Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ad/index.md b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/index.md new file mode 100644 index 000000000..d8ccdd745 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/index.md @@ -0,0 +1,64 @@ +--- +id: GJ354Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2250231853 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: 0.5 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.064 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ354Ad + +Frozen planet. + +**System:** [GJ-354A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 94% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ad/markers.json b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/markers.json new file mode 100644 index 000000000..e9fdeffbc --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ad/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 15, + 195 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 15, + 496 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 57 + ], + "peak": [ + 48, + 58 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 426 + ], + "peak": [ + 104, + 368 + ], + "area_cells": 9591 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 78 + ], + "peak": [ + 111, + 120 + ], + "area_cells": 6715 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 217 + ], + "peak": [ + 97, + 220 + ], + "area_cells": 131 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 190 + ], + "peak": [ + 108, + 191 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ae/globe.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/globe.png new file mode 100644 index 000000000..dc8e50d5e Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/globe.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ae/heightmap.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/heightmap.png new file mode 100644 index 000000000..10fd4a0ea Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ae/index.md b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/index.md new file mode 100644 index 000000000..f5d5f0201 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ354Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2553425478 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.4 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.739 + polar_ice_lat: 0.315 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.305 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ354Ae + +Frozen planet. + +**System:** [GJ-354A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ae/markers.json b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/markers.json new file mode 100644 index 000000000..9f463fc40 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ae/markers.json @@ -0,0 +1,318 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 44, + 149 + ], + "area_fraction": 0.0573 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 104, + 342 + ], + "area_fraction": 0.1727 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 173, + 49 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 21 + ], + "peak": [ + 25, + 17 + ], + "area_cells": 322 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 510 + ], + "peak": [ + 27, + 511 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 50 + ], + "peak": [ + 38, + 50 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 53 + ], + "peak": [ + 84, + 56 + ], + "area_cells": 478 + }, + { + "id": "range_6", + "name": null, + "center": [ + 111, + 102 + ], + "peak": [ + 101, + 88 + ], + "area_cells": 707 + }, + { + "id": "range_7", + "name": null, + "center": [ + 104, + 45 + ], + "peak": [ + 105, + 44 + ], + "area_cells": 49 + }, + { + "id": "range_8", + "name": null, + "center": [ + 130, + 156 + ], + "peak": [ + 132, + 159 + ], + "area_cells": 271 + }, + { + "id": "range_9", + "name": null, + "center": [ + 121, + 175 + ], + "peak": [ + 121, + 176 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 126, + 87 + ], + "peak": [ + 127, + 85 + ], + "area_cells": 83 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 167 + ], + "peak": [ + 164, + 167 + ], + "area_cells": 85 + }, + { + "id": "range_15", + "name": null, + "center": [ + 198, + 123 + ], + "peak": [ + 216, + 128 + ], + "area_cells": 1302 + }, + { + "id": "range_18", + "name": null, + "center": [ + 213, + 337 + ], + "peak": [ + 207, + 382 + ], + "area_cells": 5059 + }, + { + "id": "range_20", + "name": null, + "center": [ + 210, + 184 + ], + "peak": [ + 211, + 185 + ], + "area_cells": 31 + }, + { + "id": "range_21", + "name": null, + "center": [ + 215, + 215 + ], + "peak": [ + 214, + 213 + ], + "area_cells": 89 + }, + { + "id": "range_22", + "name": null, + "center": [ + 231, + 31 + ], + "peak": [ + 239, + 0 + ], + "area_cells": 1182 + }, + { + "id": "range_23", + "name": null, + "center": [ + 219, + 439 + ], + "peak": [ + 219, + 440 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 229, + 209 + ], + "peak": [ + 226, + 209 + ], + "area_cells": 72 + }, + { + "id": "range_27", + "name": null, + "center": [ + 241, + 244 + ], + "peak": [ + 255, + 247 + ], + "area_cells": 297 + }, + { + "id": "range_28", + "name": null, + "center": [ + 230, + 422 + ], + "peak": [ + 233, + 422 + ], + "area_cells": 26 + }, + { + "id": "range_29", + "name": null, + "center": [ + 245, + 464 + ], + "peak": [ + 250, + 441 + ], + "area_cells": 1890 + }, + { + "id": "range_31", + "name": null, + "center": [ + 249, + 194 + ], + "peak": [ + 253, + 185 + ], + "area_cells": 503 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Af/globe.png b/wiki/star-systems/GJ-354A/bodies/GJ354Af/globe.png new file mode 100644 index 000000000..826babc60 Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Af/globe.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Af/heightmap.png b/wiki/star-systems/GJ-354A/bodies/GJ354Af/heightmap.png new file mode 100644 index 000000000..8ae1e280e Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Af/index.md b/wiki/star-systems/GJ-354A/bodies/GJ354Af/index.md new file mode 100644 index 000000000..ddb141815 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ354Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 351211218 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 47.5 +physical: + gravity_g: 0.11 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.845 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.376 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ354Af + +Frozen planet. + +**System:** [GJ-354A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Af/markers.json b/wiki/star-systems/GJ-354A/bodies/GJ354Af/markers.json new file mode 100644 index 000000000..cdeceb11a --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Af/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 31, + 140 + ], + "area_fraction": 0.1229 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 10, + 437 + ], + "area_fraction": 0.009 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 12, + 491 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 164, + 222 + ], + "peak": [ + 127, + 286 + ], + "area_cells": 23803 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 431 + ], + "peak": [ + 107, + 411 + ], + "area_cells": 678 + }, + { + "id": "range_4", + "name": null, + "center": [ + 194, + 275 + ], + "peak": [ + 194, + 276 + ], + "area_cells": 168 + }, + { + "id": "range_5", + "name": null, + "center": [ + 230, + 421 + ], + "peak": [ + 252, + 360 + ], + "area_cells": 9392 + }, + { + "id": "range_6", + "name": null, + "center": [ + 205, + 259 + ], + "peak": [ + 206, + 260 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 229, + 237 + ], + "peak": [ + 231, + 236 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 249, + 183 + ], + "peak": [ + 252, + 187 + ], + "area_cells": 974 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ag/globe.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/globe.png new file mode 100644 index 000000000..0de2d70e2 Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/globe.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ag/heightmap.png b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/heightmap.png new file mode 100644 index 000000000..f2a74c61b Binary files /dev/null and b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ag/index.md b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/index.md new file mode 100644 index 000000000..6be1ba690 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ354Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1870745594 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.492 + period_days: 5200.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.08 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.225 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ354Ag + +Frozen planet. + +**System:** [GJ-354A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-354A/bodies/GJ354Ag/markers.json b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/markers.json new file mode 100644 index 000000000..718885a80 --- /dev/null +++ b/wiki/star-systems/GJ-354A/bodies/GJ354Ag/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 364 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 109, + 82 + ], + "area_fraction": 0.006 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 195, + 90 + ], + "area_fraction": 0.0727 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 199, + 392 + ], + "area_fraction": 0.042 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 205, + 267 + ], + "area_fraction": 0.0134 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 61 + ], + "peak": [ + 0, + 95 + ], + "area_cells": 2777 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 224 + ], + "peak": [ + 15, + 225 + ], + "area_cells": 59 + }, + { + "id": "range_9", + "name": null, + "center": [ + 53, + 177 + ], + "peak": [ + 58, + 169 + ], + "area_cells": 1814 + }, + { + "id": "range_10", + "name": null, + "center": [ + 42, + 256 + ], + "peak": [ + 43, + 258 + ], + "area_cells": 40 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 403 + ], + "peak": [ + 53, + 434 + ], + "area_cells": 1648 + }, + { + "id": "range_13", + "name": null, + "center": [ + 44, + 461 + ], + "peak": [ + 45, + 461 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 54, + 469 + ], + "peak": [ + 58, + 467 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 84, + 356 + ], + "peak": [ + 86, + 355 + ], + "area_cells": 222 + }, + { + "id": "range_19", + "name": null, + "center": [ + 96, + 418 + ], + "peak": [ + 97, + 417 + ], + "area_cells": 43 + }, + { + "id": "range_20", + "name": null, + "center": [ + 127, + 264 + ], + "peak": [ + 124, + 242 + ], + "area_cells": 3868 + }, + { + "id": "range_21", + "name": null, + "center": [ + 128, + 12 + ], + "peak": [ + 128, + 1 + ], + "area_cells": 220 + }, + { + "id": "range_22", + "name": null, + "center": [ + 133, + 497 + ], + "peak": [ + 128, + 509 + ], + "area_cells": 326 + }, + { + "id": "range_23", + "name": null, + "center": [ + 131, + 434 + ], + "peak": [ + 133, + 423 + ], + "area_cells": 482 + }, + { + "id": "range_26", + "name": null, + "center": [ + 141, + 73 + ], + "peak": [ + 141, + 74 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ356Ab/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/globe.png new file mode 100644 index 000000000..d22950fa8 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ab/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/heightmap.png new file mode 100644 index 000000000..e521b600c Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ab/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/index.md new file mode 100644 index 000000000..493917e0a --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ356Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1719075486 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.263 + period_days: 44.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.48 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.841 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Ab + +Barren planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 90% | +| **Year** | 44 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ab/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/markers.json new file mode 100644 index 000000000..e75660117 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ab/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 34, + 489 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 58, + 158 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 57, + 237 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_62", + "name": null, + "kind": "lake", + "center": [ + 105, + 116 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 88, + 295 + ], + "peak": [ + 86, + 298 + ], + "area_cells": 217 + }, + { + "id": "range_5", + "name": null, + "center": [ + 170, + 267 + ], + "peak": [ + 150, + 247 + ], + "area_cells": 10042 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 46 + ], + "peak": [ + 102, + 48 + ], + "area_cells": 54 + }, + { + "id": "range_7", + "name": null, + "center": [ + 114, + 215 + ], + "peak": [ + 121, + 209 + ], + "area_cells": 180 + }, + { + "id": "range_8", + "name": null, + "center": [ + 161, + 50 + ], + "peak": [ + 197, + 68 + ], + "area_cells": 2165 + }, + { + "id": "range_9", + "name": null, + "center": [ + 143, + 457 + ], + "peak": [ + 132, + 484 + ], + "area_cells": 2827 + }, + { + "id": "range_10", + "name": null, + "center": [ + 124, + 195 + ], + "peak": [ + 125, + 197 + ], + "area_cells": 60 + }, + { + "id": "range_13", + "name": null, + "center": [ + 152, + 350 + ], + "peak": [ + 153, + 351 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 185, + 104 + ], + "peak": [ + 178, + 103 + ], + "area_cells": 510 + }, + { + "id": "range_17", + "name": null, + "center": [ + 184, + 28 + ], + "peak": [ + 193, + 22 + ], + "area_cells": 267 + }, + { + "id": "range_18", + "name": null, + "center": [ + 170, + 363 + ], + "peak": [ + 171, + 364 + ], + "area_cells": 21 + }, + { + "id": "range_19", + "name": null, + "center": [ + 187, + 169 + ], + "peak": [ + 186, + 172 + ], + "area_cells": 63 + }, + { + "id": "range_24", + "name": null, + "center": [ + 228, + 90 + ], + "peak": [ + 227, + 91 + ], + "area_cells": 112 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ac/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/globe.png new file mode 100644 index 000000000..02e2e40f9 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ac/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/heightmap.png new file mode 100644 index 000000000..a433cea78 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ac/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/index.md new file mode 100644 index 000000000..0bcbce982 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ356Ac +name: Sonneberg +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1002789350 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.536 + period_days: 620.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.92 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.437 + polar_ice_lat: 0.677 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.395 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Sonneberg + +Temperate planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Year** | 620 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ac/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/markers.json new file mode 100644 index 000000000..8d04e84ad --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ac/markers.json @@ -0,0 +1,1007 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 234, + 109 + ], + [ + 233, + 108 + ], + [ + 232, + 107 + ], + [ + 231, + 106 + ], + [ + 230, + 105 + ], + [ + 229, + 104 + ], + [ + 228, + 103 + ], + [ + 227, + 103 + ], + [ + 226, + 103 + ], + [ + 225, + 104 + ], + [ + 224, + 104 + ], + [ + 223, + 104 + ], + [ + 222, + 104 + ], + [ + 221, + 105 + ], + [ + 220, + 106 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 45, + 265 + ], + [ + 46, + 264 + ], + [ + 47, + 263 + ], + [ + 48, + 262 + ], + [ + 49, + 262 + ], + [ + 50, + 261 + ], + [ + 51, + 262 + ], + [ + 52, + 261 + ], + [ + 53, + 261 + ], + [ + 54, + 262 + ], + [ + 55, + 263 + ], + [ + 56, + 262 + ], + [ + 57, + 263 + ], + [ + 58, + 262 + ], + [ + 59, + 263 + ], + [ + 60, + 262 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 1 + ], + [ + 1, + 2 + ], + [ + 1, + 1 + ], + [ + 2, + 0 + ], + [ + 3, + 511 + ], + [ + 4, + 510 + ], + [ + 5, + 509 + ], + [ + 4, + 508 + ], + [ + 3, + 508 + ], + [ + 4, + 509 + ], + [ + 5, + 508 + ], + [ + 6, + 509 + ], + [ + 6, + 510 + ], + [ + 7, + 511 + ], + [ + 8, + 511 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 9, + 22 + ], + [ + 10, + 22 + ], + [ + 11, + 21 + ], + [ + 12, + 22 + ], + [ + 13, + 22 + ], + [ + 14, + 23 + ], + [ + 15, + 22 + ], + [ + 16, + 21 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 240, + 98 + ], + [ + 239, + 97 + ], + [ + 238, + 96 + ], + [ + 237, + 95 + ], + [ + 236, + 94 + ], + [ + 235, + 93 + ], + [ + 235, + 92 + ], + [ + 234, + 91 + ], + [ + 233, + 90 + ], + [ + 232, + 90 + ], + [ + 231, + 89 + ], + [ + 230, + 88 + ], + [ + 230, + 87 + ], + [ + 229, + 88 + ], + [ + 228, + 89 + ], + [ + 227, + 88 + ], + [ + 226, + 87 + ], + [ + 225, + 86 + ], + [ + 224, + 85 + ], + [ + 225, + 84 + ], + [ + 224, + 84 + ], + [ + 223, + 83 + ], + [ + 223, + 82 + ], + [ + 223, + 81 + ], + [ + 222, + 80 + ], + [ + 222, + 79 + ], + [ + 222, + 78 + ], + [ + 221, + 77 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 122, + 500 + ], + [ + 121, + 501 + ], + [ + 120, + 502 + ], + [ + 119, + 503 + ], + [ + 118, + 504 + ], + [ + 117, + 505 + ], + [ + 116, + 506 + ], + [ + 115, + 505 + ], + [ + 115, + 504 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 93, + 367 + ], + [ + 94, + 368 + ], + [ + 95, + 369 + ], + [ + 96, + 370 + ], + [ + 97, + 369 + ], + [ + 98, + 368 + ], + [ + 98, + 367 + ], + [ + 99, + 367 + ], + [ + 100, + 366 + ], + [ + 99, + 366 + ], + [ + 98, + 366 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 37, + 154 + ], + [ + 38, + 153 + ], + [ + 39, + 154 + ], + [ + 40, + 155 + ], + [ + 41, + 156 + ], + [ + 41, + 155 + ], + [ + 42, + 156 + ], + [ + 41, + 157 + ], + [ + 40, + 157 + ], + [ + 41, + 158 + ], + [ + 42, + 159 + ], + [ + 42, + 160 + ], + [ + 41, + 160 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 2, + 120 + ], + [ + 2, + 121 + ], + [ + 3, + 121 + ], + [ + 4, + 122 + ], + [ + 4, + 123 + ], + [ + 4, + 124 + ], + [ + 4, + 125 + ], + [ + 5, + 125 + ], + [ + 6, + 124 + ], + [ + 7, + 125 + ], + [ + 8, + 124 + ], + [ + 7, + 124 + ], + [ + 8, + 125 + ], + [ + 8, + 126 + ], + [ + 8, + 127 + ], + [ + 8, + 128 + ], + [ + 9, + 129 + ], + [ + 10, + 128 + ], + [ + 11, + 128 + ], + [ + 12, + 129 + ], + [ + 13, + 128 + ], + [ + 14, + 128 + ], + [ + 13, + 129 + ], + [ + 12, + 130 + ], + [ + 12, + 131 + ], + [ + 13, + 130 + ], + [ + 14, + 129 + ], + [ + 15, + 128 + ], + [ + 16, + 127 + ], + [ + 17, + 128 + ], + [ + 18, + 127 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 144, + 221 + ], + [ + 143, + 220 + ], + [ + 142, + 219 + ], + [ + 141, + 218 + ], + [ + 140, + 219 + ], + [ + 139, + 220 + ], + [ + 138, + 220 + ], + [ + 137, + 220 + ], + [ + 136, + 221 + ], + [ + 135, + 222 + ], + [ + 134, + 222 + ], + [ + 133, + 223 + ], + [ + 133, + 224 + ], + [ + 132, + 225 + ], + [ + 133, + 226 + ], + [ + 132, + 226 + ], + [ + 132, + 227 + ], + [ + 132, + 228 + ], + [ + 133, + 228 + ], + [ + 133, + 227 + ], + [ + 134, + 228 + ], + [ + 135, + 228 + ], + [ + 136, + 229 + ], + [ + 137, + 230 + ], + [ + 138, + 231 + ], + [ + 139, + 232 + ], + [ + 140, + 233 + ], + [ + 140, + 234 + ], + [ + 141, + 235 + ], + [ + 142, + 236 + ], + [ + 141, + 237 + ], + [ + 141, + 238 + ], + [ + 142, + 239 + ], + [ + 141, + 239 + ], + [ + 142, + 240 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 145, + 216 + ], + [ + 144, + 215 + ], + [ + 143, + 214 + ], + [ + 142, + 213 + ], + [ + 141, + 213 + ], + [ + 140, + 212 + ], + [ + 139, + 211 + ], + [ + 138, + 211 + ], + [ + 137, + 211 + ], + [ + 137, + 210 + ], + [ + 136, + 209 + ], + [ + 135, + 208 + ], + [ + 136, + 207 + ], + [ + 136, + 206 + ], + [ + 137, + 205 + ], + [ + 137, + 204 + ], + [ + 136, + 203 + ], + [ + 137, + 203 + ], + [ + 138, + 203 + ], + [ + 137, + 202 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 42, + 302 + ], + "area_fraction": 0.2466 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 64, + 141 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 203, + 233 + ], + "area_fraction": 0.3073 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 126, + 308 + ], + "peak": [ + 108, + 284 + ], + "area_cells": 3839 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 430 + ], + "peak": [ + 110, + 435 + ], + "area_cells": 414 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 71 + ], + "peak": [ + 112, + 66 + ], + "area_cells": 270 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 405 + ], + "peak": [ + 134, + 408 + ], + "area_cells": 518 + }, + { + "id": "range_7", + "name": null, + "center": [ + 130, + 426 + ], + "peak": [ + 130, + 427 + ], + "area_cells": 41 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 184 + ], + "peak": [ + 150, + 180 + ], + "area_cells": 966 + }, + { + "id": "range_9", + "name": null, + "center": [ + 154, + 459 + ], + "peak": [ + 154, + 459 + ], + "area_cells": 124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ad/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/globe.png new file mode 100644 index 000000000..ad52650af Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ad/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/heightmap.png new file mode 100644 index 000000000..43c01f9e3 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ad/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/index.md new file mode 100644 index 000000000..9b9ab02c1 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ356Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4054384813 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.728 + period_days: 740.0 + axial_tilt_deg: 17.2 +physical: + gravity_g: 0.68 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.514 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.158 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Ad + +Cold Arid planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 740 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ad/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/markers.json new file mode 100644 index 000000000..a886e884b --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ad/markers.json @@ -0,0 +1,1283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 123, + 480 + ], + [ + 122, + 481 + ], + [ + 121, + 482 + ], + [ + 120, + 481 + ], + [ + 119, + 481 + ], + [ + 118, + 480 + ], + [ + 117, + 479 + ], + [ + 116, + 480 + ], + [ + 115, + 480 + ], + [ + 114, + 480 + ], + [ + 113, + 481 + ], + [ + 112, + 481 + ], + [ + 111, + 482 + ], + [ + 110, + 481 + ], + [ + 110, + 482 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 1, + 269 + ], + [ + 0, + 268 + ], + [ + 0, + 267 + ], + [ + 1, + 266 + ], + [ + 0, + 265 + ], + [ + 1, + 264 + ], + [ + 1, + 263 + ], + [ + 2, + 262 + ], + [ + 3, + 261 + ], + [ + 4, + 261 + ], + [ + 5, + 261 + ], + [ + 6, + 261 + ], + [ + 7, + 260 + ], + [ + 8, + 260 + ], + [ + 9, + 261 + ], + [ + 10, + 261 + ], + [ + 11, + 260 + ], + [ + 12, + 261 + ], + [ + 13, + 262 + ], + [ + 14, + 261 + ], + [ + 15, + 262 + ], + [ + 16, + 263 + ], + [ + 17, + 263 + ], + [ + 18, + 264 + ], + [ + 19, + 264 + ], + [ + 20, + 265 + ], + [ + 21, + 264 + ], + [ + 22, + 264 + ], + [ + 23, + 263 + ], + [ + 24, + 264 + ], + [ + 25, + 264 + ], + [ + 26, + 264 + ], + [ + 27, + 263 + ], + [ + 28, + 263 + ], + [ + 28, + 264 + ], + [ + 29, + 265 + ], + [ + 30, + 264 + ], + [ + 31, + 265 + ], + [ + 31, + 264 + ], + [ + 30, + 265 + ], + [ + 30, + 266 + ], + [ + 29, + 267 + ], + [ + 30, + 268 + ], + [ + 30, + 269 + ], + [ + 31, + 268 + ], + [ + 32, + 269 + ], + [ + 33, + 270 + ], + [ + 33, + 269 + ], + [ + 32, + 270 + ], + [ + 32, + 271 + ], + [ + 33, + 271 + ], + [ + 34, + 272 + ], + [ + 35, + 271 + ], + [ + 36, + 270 + ], + [ + 37, + 270 + ], + [ + 38, + 271 + ], + [ + 38, + 270 + ], + [ + 39, + 271 + ], + [ + 40, + 271 + ], + [ + 40, + 270 + ], + [ + 41, + 270 + ], + [ + 42, + 271 + ], + [ + 43, + 271 + ], + [ + 43, + 272 + ], + [ + 44, + 273 + ], + [ + 45, + 272 + ], + [ + 45, + 271 + ], + [ + 46, + 270 + ], + [ + 47, + 270 + ], + [ + 48, + 270 + ], + [ + 49, + 271 + ], + [ + 49, + 272 + ], + [ + 50, + 273 + ], + [ + 50, + 274 + ], + [ + 51, + 275 + ], + [ + 52, + 275 + ], + [ + 53, + 276 + ], + [ + 54, + 277 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 120, + 72 + ], + [ + 119, + 71 + ], + [ + 118, + 70 + ], + [ + 117, + 71 + ], + [ + 116, + 71 + ], + [ + 115, + 71 + ], + [ + 114, + 71 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 105, + 247 + ], + [ + 104, + 246 + ], + [ + 103, + 245 + ], + [ + 102, + 244 + ], + [ + 101, + 243 + ], + [ + 100, + 242 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 52, + 167 + ], + [ + 53, + 168 + ], + [ + 54, + 169 + ], + [ + 55, + 170 + ], + [ + 56, + 171 + ], + [ + 57, + 172 + ], + [ + 58, + 173 + ], + [ + 59, + 174 + ], + [ + 60, + 175 + ], + [ + 61, + 176 + ], + [ + 60, + 177 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 86, + 118 + ], + [ + 85, + 117 + ], + [ + 85, + 116 + ], + [ + 86, + 115 + ], + [ + 87, + 114 + ], + [ + 88, + 113 + ], + [ + 89, + 112 + ], + [ + 90, + 111 + ], + [ + 90, + 110 + ], + [ + 90, + 109 + ], + [ + 90, + 108 + ], + [ + 90, + 107 + ], + [ + 91, + 106 + ], + [ + 90, + 105 + ], + [ + 89, + 104 + ], + [ + 88, + 103 + ], + [ + 87, + 103 + ], + [ + 87, + 104 + ], + [ + 86, + 103 + ], + [ + 85, + 104 + ], + [ + 86, + 104 + ], + [ + 85, + 103 + ], + [ + 84, + 104 + ], + [ + 84, + 103 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 0, + 335 + ], + [ + 1, + 334 + ], + [ + 2, + 334 + ], + [ + 3, + 335 + ], + [ + 4, + 335 + ], + [ + 5, + 335 + ], + [ + 6, + 334 + ], + [ + 6, + 335 + ], + [ + 7, + 335 + ], + [ + 8, + 334 + ], + [ + 9, + 334 + ], + [ + 10, + 335 + ], + [ + 11, + 336 + ], + [ + 12, + 337 + ], + [ + 12, + 336 + ], + [ + 13, + 337 + ], + [ + 14, + 336 + ], + [ + 14, + 337 + ], + [ + 14, + 338 + ], + [ + 14, + 339 + ], + [ + 13, + 340 + ], + [ + 14, + 341 + ], + [ + 15, + 342 + ], + [ + 14, + 343 + ], + [ + 13, + 343 + ], + [ + 13, + 342 + ], + [ + 12, + 341 + ], + [ + 11, + 342 + ], + [ + 12, + 343 + ], + [ + 13, + 344 + ], + [ + 13, + 345 + ], + [ + 14, + 344 + ], + [ + 14, + 345 + ], + [ + 15, + 346 + ], + [ + 14, + 346 + ], + [ + 13, + 347 + ], + [ + 13, + 348 + ], + [ + 12, + 349 + ], + [ + 12, + 350 + ], + [ + 13, + 350 + ], + [ + 14, + 351 + ], + [ + 13, + 352 + ], + [ + 14, + 353 + ], + [ + 15, + 354 + ], + [ + 14, + 354 + ], + [ + 13, + 353 + ], + [ + 13, + 354 + ], + [ + 14, + 355 + ], + [ + 15, + 355 + ], + [ + 16, + 354 + ], + [ + 15, + 353 + ], + [ + 16, + 353 + ], + [ + 16, + 352 + ], + [ + 15, + 352 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 109, + 75 + ], + [ + 110, + 74 + ], + [ + 111, + 73 + ], + [ + 112, + 72 + ], + [ + 113, + 71 + ], + [ + 114, + 71 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 133, + 199 + ], + [ + 133, + 200 + ], + [ + 134, + 201 + ], + [ + 135, + 201 + ], + [ + 136, + 200 + ], + [ + 137, + 201 + ], + [ + 138, + 201 + ], + [ + 137, + 202 + ], + [ + 137, + 203 + ], + [ + 138, + 202 + ], + [ + 138, + 203 + ], + [ + 139, + 203 + ], + [ + 139, + 204 + ], + [ + 138, + 205 + ], + [ + 137, + 206 + ], + [ + 138, + 207 + ], + [ + 139, + 208 + ], + [ + 138, + 209 + ], + [ + 138, + 210 + ], + [ + 137, + 211 + ], + [ + 136, + 212 + ], + [ + 135, + 213 + ], + [ + 134, + 214 + ], + [ + 133, + 213 + ], + [ + 132, + 213 + ], + [ + 131, + 212 + ], + [ + 130, + 212 + ], + [ + 129, + 213 + ], + [ + 128, + 213 + ], + [ + 128, + 212 + ], + [ + 129, + 212 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 2, + 358 + ], + [ + 3, + 357 + ], + [ + 2, + 356 + ], + [ + 3, + 355 + ], + [ + 4, + 355 + ], + [ + 5, + 355 + ], + [ + 5, + 354 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 24, + 180 + ], + [ + 24, + 179 + ], + [ + 23, + 178 + ], + [ + 22, + 177 + ], + [ + 21, + 177 + ], + [ + 20, + 177 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 129, + 0 + ], + [ + 129, + 1 + ], + [ + 128, + 2 + ], + [ + 129, + 3 + ], + [ + 129, + 4 + ], + [ + 129, + 5 + ], + [ + 129, + 6 + ], + [ + 130, + 7 + ], + [ + 130, + 8 + ], + [ + 131, + 9 + ], + [ + 132, + 10 + ], + [ + 133, + 11 + ], + [ + 134, + 12 + ], + [ + 135, + 13 + ], + [ + 136, + 13 + ], + [ + 137, + 13 + ], + [ + 138, + 12 + ], + [ + 139, + 12 + ], + [ + 140, + 12 + ], + [ + 141, + 11 + ], + [ + 140, + 10 + ], + [ + 140, + 11 + ] + ] + } + ], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 99, + 161 + ], + "area_fraction": 0.0328 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 123, + 402 + ], + "peak": [ + 122, + 401 + ], + "area_cells": 136 + }, + { + "id": "range_2", + "name": null, + "center": [ + 120, + 347 + ], + "peak": [ + 120, + 347 + ], + "area_cells": 33 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 351 + ], + "peak": [ + 131, + 351 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 184, + 243 + ], + "peak": [ + 183, + 258 + ], + "area_cells": 8675 + }, + { + "id": "range_5", + "name": null, + "center": [ + 171, + 27 + ], + "peak": [ + 186, + 0 + ], + "area_cells": 1773 + }, + { + "id": "range_6", + "name": null, + "center": [ + 192, + 444 + ], + "peak": [ + 190, + 489 + ], + "area_cells": 7572 + }, + { + "id": "range_7", + "name": null, + "center": [ + 175, + 415 + ], + "peak": [ + 175, + 415 + ], + "area_cells": 46 + }, + { + "id": "range_8", + "name": null, + "center": [ + 207, + 313 + ], + "peak": [ + 207, + 314 + ], + "area_cells": 29 + }, + { + "id": "range_9", + "name": null, + "center": [ + 212, + 12 + ], + "peak": [ + 212, + 11 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/globe.png new file mode 100644 index 000000000..dc5a8c625 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/heightmap.png new file mode 100644 index 000000000..d384022b4 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/index.md new file mode 100644 index 000000000..09ddd405e --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ356Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2153531744 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.07 + period_days: 6.0 + axial_tilt_deg: 59.1 +physical: + gravity_g: 0.12 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Ae-m1 + +Frozen moon. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/markers.json new file mode 100644 index 000000000..679d67d80 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ae-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 233, + 190 + ], + "area_fraction": 0.0787 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 274 + ], + "peak": [ + 66, + 451 + ], + "area_cells": 40245 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 121 + ], + "peak": [ + 130, + 124 + ], + "area_cells": 741 + }, + { + "id": "range_4", + "name": null, + "center": [ + 133, + 173 + ], + "peak": [ + 134, + 173 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 500 + ], + "peak": [ + 150, + 511 + ], + "area_cells": 307 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ae/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ae/globe.png new file mode 100644 index 000000000..f77ab9662 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ae/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ae/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ae/index.md new file mode 100644 index 000000000..d4999918e --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ356Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3529316806 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 3.787 + period_days: 2400.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: null + oblateness: 0.089 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.279 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.086 +rings: + enabled: true + inner_radius_factor: 1.24 + outer_radius_factor: 2.53 + opacity_base: 0.69 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ356Ae + +Gas giant. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Af/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Af/globe.png new file mode 100644 index 000000000..e08631a1d Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Af/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Af/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Af/heightmap.png new file mode 100644 index 000000000..a67f9950f Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Af/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Af/index.md new file mode 100644 index 000000000..d03805869 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ356Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1383543412 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 7.129 + period_days: 6200.0 + axial_tilt_deg: 30.9 +physical: + gravity_g: 0.44 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Af + +Frozen planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Af/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Af/markers.json new file mode 100644 index 000000000..1ed6ce455 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Af/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 184, + 186 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 220, + 445 + ], + "area_fraction": 0.0673 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 240, + 112 + ], + "area_fraction": 0.029 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 35 + ], + "peak": [ + 12, + 26 + ], + "area_cells": 924 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 394 + ], + "peak": [ + 70, + 443 + ], + "area_cells": 21488 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 509 + ], + "peak": [ + 23, + 511 + ], + "area_cells": 69 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 15 + ], + "peak": [ + 66, + 21 + ], + "area_cells": 1266 + }, + { + "id": "range_6", + "name": null, + "center": [ + 53, + 175 + ], + "peak": [ + 52, + 179 + ], + "area_cells": 306 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 201 + ], + "peak": [ + 72, + 203 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 226 + ], + "peak": [ + 77, + 217 + ], + "area_cells": 322 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 268 + ], + "peak": [ + 77, + 270 + ], + "area_cells": 53 + }, + { + "id": "range_12", + "name": null, + "center": [ + 90, + 272 + ], + "peak": [ + 88, + 273 + ], + "area_cells": 48 + }, + { + "id": "range_13", + "name": null, + "center": [ + 96, + 208 + ], + "peak": [ + 97, + 208 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 256 + ], + "peak": [ + 102, + 256 + ], + "area_cells": 39 + }, + { + "id": "range_16", + "name": null, + "center": [ + 152, + 453 + ], + "peak": [ + 154, + 453 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 163, + 262 + ], + "peak": [ + 164, + 263 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ag/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/globe.png new file mode 100644 index 000000000..c197d1d53 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ag/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/heightmap.png new file mode 100644 index 000000000..0c760ecbd Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ag/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/index.md new file mode 100644 index 000000000..dd99cc989 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ356Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3711349112 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 12.27 + period_days: 14000.0 + axial_tilt_deg: 55.1 +physical: + gravity_g: 0.36 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.898 + polar_ice_lat: 0.129 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.267 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Ag + +Frozen planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ag/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/markers.json new file mode 100644 index 000000000..9f8c3010d --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ag/markers.json @@ -0,0 +1,341 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 55, + 279 + ], + "area_fraction": 0.019 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 144, + 467 + ], + "area_fraction": 0.0247 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 143, + 16 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 200, + 292 + ], + "area_fraction": 0.0192 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 116 + ], + "peak": [ + 22, + 117 + ], + "area_cells": 1057 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 482 + ], + "peak": [ + 2, + 481 + ], + "area_cells": 98 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 40 + ], + "peak": [ + 71, + 60 + ], + "area_cells": 1856 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 476 + ], + "peak": [ + 64, + 510 + ], + "area_cells": 1314 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 405 + ], + "peak": [ + 67, + 405 + ], + "area_cells": 995 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 443 + ], + "peak": [ + 81, + 444 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 134, + 193 + ], + "peak": [ + 205, + 231 + ], + "area_cells": 5947 + }, + { + "id": "range_9", + "name": null, + "center": [ + 88, + 445 + ], + "peak": [ + 88, + 445 + ], + "area_cells": 34 + }, + { + "id": "range_10", + "name": null, + "center": [ + 99, + 31 + ], + "peak": [ + 99, + 30 + ], + "area_cells": 49 + }, + { + "id": "range_11", + "name": null, + "center": [ + 98, + 43 + ], + "peak": [ + 99, + 45 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 338 + ], + "peak": [ + 118, + 340 + ], + "area_cells": 221 + }, + { + "id": "range_13", + "name": null, + "center": [ + 118, + 68 + ], + "peak": [ + 120, + 63 + ], + "area_cells": 386 + }, + { + "id": "range_15", + "name": null, + "center": [ + 159, + 88 + ], + "peak": [ + 153, + 102 + ], + "area_cells": 610 + }, + { + "id": "range_16", + "name": null, + "center": [ + 151, + 341 + ], + "peak": [ + 151, + 341 + ], + "area_cells": 22 + }, + { + "id": "range_18", + "name": null, + "center": [ + 192, + 134 + ], + "peak": [ + 189, + 153 + ], + "area_cells": 1984 + }, + { + "id": "range_19", + "name": null, + "center": [ + 203, + 441 + ], + "peak": [ + 193, + 449 + ], + "area_cells": 2092 + }, + { + "id": "range_20", + "name": null, + "center": [ + 196, + 67 + ], + "peak": [ + 197, + 60 + ], + "area_cells": 439 + }, + { + "id": "range_21", + "name": null, + "center": [ + 230, + 40 + ], + "peak": [ + 227, + 38 + ], + "area_cells": 479 + }, + { + "id": "range_22", + "name": null, + "center": [ + 229, + 140 + ], + "peak": [ + 230, + 141 + ], + "area_cells": 85 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 454 + ], + "peak": [ + 243, + 455 + ], + "area_cells": 383 + }, + { + "id": "range_27", + "name": null, + "center": [ + 248, + 266 + ], + "peak": [ + 247, + 277 + ], + "area_cells": 66 + }, + { + "id": "range_28", + "name": null, + "center": [ + 250, + 321 + ], + "peak": [ + 249, + 323 + ], + "area_cells": 155 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ah/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/globe.png new file mode 100644 index 000000000..981ebc341 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ah/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/heightmap.png new file mode 100644 index 000000000..7b9c47f63 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ah/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/index.md new file mode 100644 index 000000000..5a2b690b4 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ356Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2737043437 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 20.395 + period_days: 30000.0 + axial_tilt_deg: 19.0 +physical: + gravity_g: 0.28 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.727 + polar_ice_lat: 0.115 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.23 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Ah + +Frozen planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 30000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ah/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/markers.json new file mode 100644 index 000000000..a47098394 --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ah/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 46, + 113 + ], + "area_fraction": 0.054 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 137, + 434 + ], + "area_fraction": 0.1523 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 141, + 32 + ], + "area_fraction": 0.0299 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 191, + 308 + ], + "area_fraction": 0.01 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 21 + ], + "peak": [ + 0, + 14 + ], + "area_cells": 542 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 419 + ], + "peak": [ + 0, + 418 + ], + "area_cells": 1719 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 501 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 175 + }, + { + "id": "range_6", + "name": null, + "center": [ + 167, + 179 + ], + "peak": [ + 167, + 172 + ], + "area_cells": 338 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 131 + ], + "peak": [ + 169, + 130 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 243, + 226 + ], + "peak": [ + 245, + 254 + ], + "area_cells": 2120 + }, + { + "id": "range_9", + "name": null, + "center": [ + 245, + 144 + ], + "peak": [ + 244, + 158 + ], + "area_cells": 336 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ai/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/globe.png new file mode 100644 index 000000000..a9d53bee8 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ai/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/heightmap.png new file mode 100644 index 000000000..fbd7fd115 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ai/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/index.md new file mode 100644 index 000000000..365f054fa --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ356Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 123648314 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 33.798 + period_days: 64000.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.22 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Ai + +Frozen planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 64000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Ai/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/markers.json new file mode 100644 index 000000000..51cb7eede --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Ai/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 146 + ], + "area_fraction": 0.0405 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 23, + 409 + ], + "area_fraction": 0.033 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 35, + 50 + ], + "area_fraction": 0.0228 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 65, + 92 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 68, + 479 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 233 + ], + "peak": [ + 78, + 234 + ], + "area_cells": 32 + }, + { + "id": "range_3", + "name": null, + "center": [ + 136, + 368 + ], + "peak": [ + 167, + 411 + ], + "area_cells": 2891 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 26 + ], + "peak": [ + 139, + 31 + ], + "area_cells": 919 + }, + { + "id": "range_7", + "name": null, + "center": [ + 136, + 280 + ], + "peak": [ + 135, + 276 + ], + "area_cells": 306 + }, + { + "id": "range_8", + "name": null, + "center": [ + 140, + 491 + ], + "peak": [ + 143, + 511 + ], + "area_cells": 565 + }, + { + "id": "range_10", + "name": null, + "center": [ + 184, + 299 + ], + "peak": [ + 184, + 300 + ], + "area_cells": 62 + }, + { + "id": "range_13", + "name": null, + "center": [ + 203, + 429 + ], + "peak": [ + 204, + 428 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 248, + 373 + ], + "peak": [ + 247, + 388 + ], + "area_cells": 685 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Aj/globe.png b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/globe.png new file mode 100644 index 000000000..ee3aa2d28 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/globe.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Aj/heightmap.png b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/heightmap.png new file mode 100644 index 000000000..3acbba384 Binary files /dev/null and b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Aj/index.md b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/index.md new file mode 100644 index 000000000..7b5f0943f --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ356Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 124104141 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 54.208 + period_days: 130000.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.09 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ356Aj + +Frozen planet. + +**System:** [GJ-356A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 130000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-356A/bodies/GJ356Aj/markers.json b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/markers.json new file mode 100644 index 000000000..2b48483dd --- /dev/null +++ b/wiki/star-systems/GJ-356A/bodies/GJ356Aj/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 457 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 204, + 231 + ], + "area_fraction": 0.193 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 306 + ], + "peak": [ + 0, + 295 + ], + "area_cells": 657 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 378 + ], + "peak": [ + 26, + 378 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 211 + ], + "peak": [ + 32, + 200 + ], + "area_cells": 148 + }, + { + "id": "range_6", + "name": null, + "center": [ + 40, + 373 + ], + "peak": [ + 41, + 391 + ], + "area_cells": 286 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 263 + ], + "peak": [ + 45, + 263 + ], + "area_cells": 87 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 211 + ], + "peak": [ + 101, + 164 + ], + "area_cells": 2732 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 386 + ], + "peak": [ + 62, + 401 + ], + "area_cells": 667 + }, + { + "id": "range_12", + "name": null, + "center": [ + 77, + 424 + ], + "peak": [ + 79, + 424 + ], + "area_cells": 71 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 3 + ], + "peak": [ + 98, + 0 + ], + "area_cells": 42 + }, + { + "id": "range_15", + "name": null, + "center": [ + 140, + 472 + ], + "peak": [ + 137, + 479 + ], + "area_cells": 487 + }, + { + "id": "range_18", + "name": null, + "center": [ + 154, + 13 + ], + "peak": [ + 155, + 14 + ], + "area_cells": 208 + }, + { + "id": "range_19", + "name": null, + "center": [ + 155, + 495 + ], + "peak": [ + 156, + 495 + ], + "area_cells": 49 + }, + { + "id": "range_20", + "name": null, + "center": [ + 163, + 321 + ], + "peak": [ + 165, + 332 + ], + "area_cells": 984 + }, + { + "id": "range_21", + "name": null, + "center": [ + 175, + 291 + ], + "peak": [ + 171, + 283 + ], + "area_cells": 99 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ357b/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357b/globe.png new file mode 100644 index 000000000..5c6f763b6 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357b/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357b/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357b/heightmap.png new file mode 100644 index 000000000..fe772bb42 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357b/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357b/index.md b/wiki/star-systems/GJ-357/bodies/GJ357b/index.md new file mode 100644 index 000000000..9106835e3 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ357b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2306493033 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: 0.4 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.859 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357b + +Barren planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 96% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357b/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357b/markers.json new file mode 100644 index 000000000..5cd4de936 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357b/markers.json @@ -0,0 +1,532 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 82, + 263 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 369 + ], + "peak": [ + 22, + 370 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 354 + ], + "peak": [ + 62, + 356 + ], + "area_cells": 165 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 384 + ], + "peak": [ + 55, + 384 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 320 + ], + "peak": [ + 71, + 321 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 85, + 363 + ], + "peak": [ + 86, + 363 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 295 + ], + "peak": [ + 96, + 296 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 339 + ], + "peak": [ + 109, + 339 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 430 + ], + "peak": [ + 110, + 431 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 115, + 204 + ], + "peak": [ + 116, + 203 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 164, + 384 + ], + "peak": [ + 137, + 374 + ], + "area_cells": 4083 + }, + { + "id": "range_19", + "name": null, + "center": [ + 119, + 225 + ], + "peak": [ + 117, + 224 + ], + "area_cells": 33 + }, + { + "id": "range_20", + "name": null, + "center": [ + 130, + 331 + ], + "peak": [ + 131, + 332 + ], + "area_cells": 21 + }, + { + "id": "range_21", + "name": null, + "center": [ + 135, + 201 + ], + "peak": [ + 137, + 202 + ], + "area_cells": 39 + }, + { + "id": "range_22", + "name": null, + "center": [ + 138, + 317 + ], + "peak": [ + 140, + 316 + ], + "area_cells": 56 + }, + { + "id": "range_23", + "name": null, + "center": [ + 138, + 84 + ], + "peak": [ + 138, + 85 + ], + "area_cells": 51 + }, + { + "id": "range_24", + "name": null, + "center": [ + 141, + 261 + ], + "peak": [ + 141, + 261 + ], + "area_cells": 144 + }, + { + "id": "range_25", + "name": null, + "center": [ + 178, + 106 + ], + "peak": [ + 177, + 108 + ], + "area_cells": 3376 + }, + { + "id": "range_26", + "name": null, + "center": [ + 168, + 471 + ], + "peak": [ + 156, + 473 + ], + "area_cells": 547 + }, + { + "id": "range_30", + "name": null, + "center": [ + 186, + 501 + ], + "peak": [ + 181, + 510 + ], + "area_cells": 780 + }, + { + "id": "range_31", + "name": null, + "center": [ + 181, + 15 + ], + "peak": [ + 193, + 3 + ], + "area_cells": 1147 + }, + { + "id": "range_40", + "name": null, + "center": [ + 206, + 249 + ], + "peak": [ + 193, + 256 + ], + "area_cells": 2172 + }, + { + "id": "range_43", + "name": null, + "center": [ + 186, + 171 + ], + "peak": [ + 181, + 175 + ], + "area_cells": 49 + }, + { + "id": "range_44", + "name": null, + "center": [ + 198, + 188 + ], + "peak": [ + 198, + 184 + ], + "area_cells": 179 + }, + { + "id": "range_46", + "name": null, + "center": [ + 222, + 418 + ], + "peak": [ + 229, + 418 + ], + "area_cells": 916 + }, + { + "id": "range_47", + "name": null, + "center": [ + 243, + 31 + ], + "peak": [ + 253, + 38 + ], + "area_cells": 1214 + }, + { + "id": "range_50", + "name": null, + "center": [ + 229, + 368 + ], + "peak": [ + 230, + 366 + ], + "area_cells": 89 + }, + { + "id": "range_52", + "name": null, + "center": [ + 218, + 376 + ], + "peak": [ + 219, + 376 + ], + "area_cells": 30 + }, + { + "id": "range_53", + "name": null, + "center": [ + 230, + 279 + ], + "peak": [ + 230, + 278 + ], + "area_cells": 95 + }, + { + "id": "range_54", + "name": null, + "center": [ + 225, + 93 + ], + "peak": [ + 226, + 92 + ], + "area_cells": 38 + }, + { + "id": "range_57", + "name": null, + "center": [ + 246, + 466 + ], + "peak": [ + 255, + 492 + ], + "area_cells": 987 + }, + { + "id": "range_58", + "name": null, + "center": [ + 227, + 142 + ], + "peak": [ + 229, + 143 + ], + "area_cells": 65 + }, + { + "id": "range_61", + "name": null, + "center": [ + 244, + 503 + ], + "peak": [ + 255, + 502 + ], + "area_cells": 329 + }, + { + "id": "range_63", + "name": null, + "center": [ + 243, + 294 + ], + "peak": [ + 238, + 294 + ], + "area_cells": 28 + }, + { + "id": "range_71", + "name": null, + "center": [ + 247, + 302 + ], + "peak": [ + 255, + 302 + ], + "area_cells": 25 + }, + { + "id": "range_72", + "name": null, + "center": [ + 248, + 324 + ], + "peak": [ + 253, + 327 + ], + "area_cells": 109 + }, + { + "id": "range_77", + "name": null, + "center": [ + 252, + 79 + ], + "peak": [ + 253, + 76 + ], + "area_cells": 48 + }, + { + "id": "range_78", + "name": null, + "center": [ + 251, + 92 + ], + "peak": [ + 254, + 93 + ], + "area_cells": 24 + }, + { + "id": "range_79", + "name": null, + "center": [ + 251, + 346 + ], + "peak": [ + 255, + 344 + ], + "area_cells": 212 + }, + { + "id": "range_82", + "name": null, + "center": [ + 253, + 380 + ], + "peak": [ + 255, + 378 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357c/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357c/globe.png new file mode 100644 index 000000000..94f31b1f3 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357c/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357c/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357c/heightmap.png new file mode 100644 index 000000000..6aaadde72 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357c/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357c/index.md b/wiki/star-systems/GJ-357/bodies/GJ357c/index.md new file mode 100644 index 000000000..d834b1633 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ357c +name: Stendal +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3034473307 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 34.5 +physical: + gravity_g: 0.92 + oblateness: 0.0035 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.534 + polar_ice_lat: 0.606 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.47 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Stendal + +Temperate planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 53% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 350M | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics_manufacturing | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357c/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357c/markers.json new file mode 100644 index 000000000..443c66ac5 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357c/markers.json @@ -0,0 +1,523 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 47, + 511 + ], + [ + 48, + 510 + ], + [ + 49, + 509 + ], + [ + 50, + 508 + ], + [ + 51, + 507 + ], + [ + 52, + 506 + ], + [ + 53, + 505 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 189, + 223 + ], + [ + 188, + 222 + ], + [ + 187, + 221 + ], + [ + 186, + 220 + ], + [ + 185, + 219 + ], + [ + 184, + 219 + ], + [ + 183, + 218 + ], + [ + 182, + 219 + ], + [ + 181, + 220 + ], + [ + 180, + 221 + ], + [ + 179, + 222 + ], + [ + 178, + 223 + ], + [ + 177, + 224 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 153, + 73 + ], + [ + 152, + 72 + ], + [ + 151, + 71 + ], + [ + 150, + 71 + ], + [ + 149, + 72 + ], + [ + 148, + 73 + ], + [ + 149, + 74 + ], + [ + 148, + 75 + ], + [ + 148, + 76 + ], + [ + 148, + 77 + ], + [ + 148, + 78 + ], + [ + 148, + 79 + ], + [ + 148, + 80 + ], + [ + 148, + 81 + ], + [ + 148, + 82 + ], + [ + 149, + 83 + ], + [ + 148, + 84 + ], + [ + 149, + 85 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 251, + 214 + ], + [ + 250, + 214 + ], + [ + 249, + 213 + ], + [ + 248, + 212 + ], + [ + 247, + 211 + ], + [ + 246, + 211 + ], + [ + 245, + 210 + ], + [ + 244, + 211 + ], + [ + 243, + 212 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 246, + 352 + ], + [ + 246, + 351 + ], + [ + 245, + 350 + ], + [ + 244, + 349 + ], + [ + 243, + 348 + ], + [ + 242, + 347 + ], + [ + 241, + 346 + ], + [ + 240, + 345 + ], + [ + 239, + 345 + ], + [ + 238, + 344 + ], + [ + 237, + 343 + ], + [ + 236, + 342 + ], + [ + 235, + 341 + ], + [ + 234, + 340 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 193, + 0 + ], + [ + 194, + 0 + ], + [ + 195, + 0 + ], + [ + 196, + 511 + ], + [ + 197, + 510 + ], + [ + 198, + 510 + ], + [ + 199, + 509 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 48, + 4 + ], + [ + 47, + 3 + ], + [ + 46, + 3 + ], + [ + 45, + 3 + ], + [ + 44, + 4 + ], + [ + 43, + 5 + ], + [ + 42, + 5 + ], + [ + 41, + 4 + ], + [ + 40, + 3 + ], + [ + 39, + 2 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 104, + 309 + ], + "area_fraction": 0.4525 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 73, + 76 + ], + "peak": [ + 74, + 46 + ], + "area_cells": 2104 + }, + { + "id": "range_3", + "name": null, + "center": [ + 78, + 253 + ], + "peak": [ + 79, + 252 + ], + "area_cells": 107 + }, + { + "id": "range_5", + "name": null, + "center": [ + 111, + 493 + ], + "peak": [ + 130, + 502 + ], + "area_cells": 900 + }, + { + "id": "range_6", + "name": null, + "center": [ + 109, + 156 + ], + "peak": [ + 109, + 150 + ], + "area_cells": 883 + }, + { + "id": "range_8", + "name": null, + "center": [ + 120, + 79 + ], + "peak": [ + 121, + 78 + ], + "area_cells": 80 + }, + { + "id": "range_9", + "name": null, + "center": [ + 129, + 14 + ], + "peak": [ + 132, + 11 + ], + "area_cells": 631 + }, + { + "id": "range_10", + "name": null, + "center": [ + 169, + 158 + ], + "peak": [ + 169, + 158 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 173, + 179 + ], + "peak": [ + 173, + 180 + ], + "area_cells": 92 + }, + { + "id": "range_12", + "name": null, + "center": [ + 189, + 141 + ], + "peak": [ + 190, + 145 + ], + "area_cells": 144 + }, + { + "id": "range_13", + "name": null, + "center": [ + 205, + 125 + ], + "peak": [ + 211, + 123 + ], + "area_cells": 118 + }, + { + "id": "range_14", + "name": null, + "center": [ + 201, + 322 + ], + "peak": [ + 201, + 321 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357d/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357d/globe.png new file mode 100644 index 000000000..12917404a Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357d/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357d/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357d/heightmap.png new file mode 100644 index 000000000..2df0fe591 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357d/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357d/index.md b/wiki/star-systems/GJ-357/bodies/GJ357d/index.md new file mode 100644 index 000000000..0cf196674 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ357d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1280593201 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.318 + period_days: 620.0 + axial_tilt_deg: 14.2 +physical: + gravity_g: 0.56 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.586 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357d + +Cold Arid planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 620 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357d/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357d/markers.json new file mode 100644 index 000000000..b6e48d8a5 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357d/markers.json @@ -0,0 +1,1231 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 99, + 486 + ], + [ + 98, + 485 + ], + [ + 97, + 484 + ], + [ + 96, + 483 + ], + [ + 95, + 482 + ], + [ + 94, + 482 + ], + [ + 93, + 482 + ], + [ + 92, + 481 + ], + [ + 91, + 480 + ], + [ + 90, + 479 + ], + [ + 89, + 478 + ], + [ + 88, + 477 + ], + [ + 87, + 476 + ], + [ + 86, + 475 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 101, + 509 + ], + [ + 102, + 509 + ], + [ + 103, + 508 + ], + [ + 104, + 507 + ], + [ + 105, + 506 + ], + [ + 106, + 505 + ], + [ + 107, + 504 + ], + [ + 108, + 503 + ], + [ + 109, + 502 + ], + [ + 110, + 501 + ], + [ + 111, + 500 + ], + [ + 112, + 499 + ], + [ + 113, + 498 + ], + [ + 114, + 497 + ], + [ + 115, + 496 + ], + [ + 116, + 495 + ], + [ + 117, + 494 + ], + [ + 118, + 493 + ], + [ + 119, + 492 + ], + [ + 119, + 491 + ], + [ + 120, + 490 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 57, + 470 + ], + [ + 56, + 469 + ], + [ + 55, + 468 + ], + [ + 54, + 468 + ], + [ + 53, + 467 + ], + [ + 52, + 466 + ], + [ + 51, + 465 + ], + [ + 51, + 464 + ], + [ + 50, + 463 + ], + [ + 49, + 462 + ], + [ + 49, + 461 + ], + [ + 48, + 460 + ], + [ + 47, + 460 + ], + [ + 48, + 459 + ], + [ + 48, + 458 + ], + [ + 47, + 458 + ], + [ + 46, + 458 + ], + [ + 46, + 459 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 15, + 30 + ], + [ + 14, + 29 + ], + [ + 13, + 28 + ], + [ + 13, + 27 + ], + [ + 12, + 26 + ], + [ + 11, + 25 + ], + [ + 11, + 24 + ], + [ + 12, + 25 + ], + [ + 13, + 24 + ], + [ + 14, + 23 + ], + [ + 14, + 24 + ], + [ + 13, + 23 + ], + [ + 12, + 24 + ], + [ + 12, + 23 + ], + [ + 13, + 22 + ], + [ + 12, + 22 + ], + [ + 11, + 22 + ], + [ + 10, + 23 + ], + [ + 9, + 22 + ], + [ + 9, + 21 + ], + [ + 8, + 22 + ], + [ + 7, + 23 + ], + [ + 6, + 23 + ], + [ + 7, + 22 + ], + [ + 6, + 22 + ], + [ + 5, + 21 + ], + [ + 6, + 20 + ], + [ + 6, + 19 + ], + [ + 7, + 19 + ], + [ + 7, + 20 + ], + [ + 8, + 20 + ], + [ + 9, + 20 + ], + [ + 10, + 19 + ], + [ + 10, + 18 + ], + [ + 9, + 18 + ], + [ + 10, + 17 + ], + [ + 9, + 17 + ], + [ + 10, + 16 + ], + [ + 9, + 15 + ], + [ + 8, + 14 + ], + [ + 8, + 13 + ], + [ + 7, + 13 + ], + [ + 7, + 12 + ], + [ + 6, + 11 + ], + [ + 7, + 10 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 67, + 219 + ], + [ + 66, + 219 + ], + [ + 65, + 220 + ], + [ + 64, + 221 + ], + [ + 63, + 222 + ], + [ + 62, + 223 + ], + [ + 61, + 224 + ], + [ + 60, + 224 + ], + [ + 59, + 224 + ], + [ + 58, + 225 + ], + [ + 57, + 226 + ], + [ + 56, + 225 + ], + [ + 55, + 226 + ], + [ + 55, + 225 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 57, + 306 + ], + [ + 56, + 306 + ], + [ + 55, + 306 + ], + [ + 54, + 305 + ], + [ + 53, + 304 + ], + [ + 52, + 303 + ], + [ + 51, + 303 + ], + [ + 50, + 302 + ], + [ + 50, + 303 + ], + [ + 51, + 302 + ], + [ + 51, + 301 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 82, + 133 + ], + [ + 81, + 133 + ], + [ + 80, + 133 + ], + [ + 79, + 132 + ], + [ + 78, + 131 + ], + [ + 77, + 130 + ], + [ + 76, + 129 + ], + [ + 75, + 130 + ], + [ + 74, + 130 + ], + [ + 73, + 129 + ], + [ + 72, + 129 + ], + [ + 71, + 129 + ], + [ + 70, + 130 + ], + [ + 69, + 131 + ], + [ + 68, + 130 + ], + [ + 67, + 131 + ], + [ + 66, + 131 + ], + [ + 65, + 131 + ], + [ + 64, + 132 + ], + [ + 63, + 131 + ], + [ + 62, + 131 + ], + [ + 61, + 131 + ], + [ + 60, + 132 + ], + [ + 59, + 133 + ], + [ + 59, + 134 + ], + [ + 58, + 135 + ], + [ + 57, + 134 + ], + [ + 58, + 134 + ], + [ + 58, + 133 + ], + [ + 58, + 132 + ], + [ + 57, + 131 + ], + [ + 56, + 131 + ], + [ + 57, + 130 + ], + [ + 56, + 130 + ], + [ + 55, + 129 + ], + [ + 55, + 128 + ], + [ + 54, + 127 + ], + [ + 53, + 126 + ], + [ + 52, + 126 + ], + [ + 51, + 125 + ], + [ + 52, + 124 + ], + [ + 52, + 125 + ], + [ + 51, + 126 + ], + [ + 50, + 125 + ], + [ + 51, + 124 + ], + [ + 51, + 123 + ], + [ + 50, + 123 + ], + [ + 49, + 124 + ], + [ + 48, + 123 + ], + [ + 47, + 124 + ], + [ + 46, + 123 + ], + [ + 45, + 122 + ], + [ + 44, + 121 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 28, + 488 + ], + [ + 29, + 487 + ], + [ + 30, + 487 + ], + [ + 31, + 488 + ], + [ + 32, + 487 + ], + [ + 33, + 488 + ], + [ + 34, + 487 + ], + [ + 35, + 486 + ], + [ + 36, + 486 + ], + [ + 36, + 485 + ], + [ + 35, + 485 + ], + [ + 35, + 484 + ], + [ + 34, + 484 + ], + [ + 34, + 485 + ], + [ + 33, + 486 + ], + [ + 34, + 486 + ], + [ + 33, + 487 + ], + [ + 34, + 488 + ], + [ + 35, + 489 + ], + [ + 36, + 490 + ], + [ + 35, + 491 + ], + [ + 36, + 492 + ], + [ + 35, + 493 + ], + [ + 34, + 493 + ], + [ + 35, + 494 + ], + [ + 36, + 495 + ], + [ + 35, + 495 + ], + [ + 34, + 495 + ], + [ + 35, + 496 + ], + [ + 36, + 496 + ], + [ + 36, + 497 + ], + [ + 37, + 497 + ], + [ + 38, + 498 + ], + [ + 39, + 498 + ], + [ + 40, + 497 + ], + [ + 40, + 496 + ], + [ + 39, + 497 + ], + [ + 40, + 498 + ], + [ + 41, + 499 + ], + [ + 41, + 500 + ], + [ + 41, + 501 + ], + [ + 41, + 502 + ], + [ + 40, + 502 + ], + [ + 39, + 503 + ], + [ + 38, + 503 + ], + [ + 37, + 504 + ], + [ + 37, + 505 + ], + [ + 36, + 504 + ], + [ + 35, + 505 + ], + [ + 35, + 506 + ], + [ + 34, + 507 + ], + [ + 33, + 508 + ], + [ + 33, + 509 + ], + [ + 32, + 509 + ], + [ + 31, + 509 + ], + [ + 32, + 508 + ], + [ + 33, + 507 + ], + [ + 33, + 506 + ], + [ + 32, + 507 + ], + [ + 31, + 508 + ], + [ + 30, + 508 + ], + [ + 31, + 507 + ], + [ + 30, + 506 + ], + [ + 31, + 505 + ], + [ + 31, + 506 + ], + [ + 32, + 505 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 44, + 339 + ], + [ + 43, + 338 + ], + [ + 42, + 337 + ], + [ + 43, + 336 + ], + [ + 42, + 335 + ], + [ + 43, + 334 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 121, + 471 + ], + [ + 120, + 472 + ], + [ + 119, + 473 + ], + [ + 118, + 474 + ], + [ + 117, + 475 + ], + [ + 116, + 476 + ], + [ + 116, + 477 + ], + [ + 116, + 478 + ], + [ + 116, + 479 + ], + [ + 117, + 480 + ], + [ + 117, + 481 + ], + [ + 117, + 482 + ], + [ + 118, + 483 + ], + [ + 119, + 484 + ], + [ + 120, + 485 + ], + [ + 120, + 486 + ], + [ + 120, + 487 + ], + [ + 120, + 488 + ], + [ + 120, + 489 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 5, + 188 + ], + [ + 6, + 187 + ], + [ + 5, + 187 + ], + [ + 4, + 187 + ], + [ + 3, + 187 + ], + [ + 3, + 188 + ], + [ + 2, + 187 + ], + [ + 2, + 188 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 14, + 293 + ], + "area_fraction": 0.0213 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 165, + 186 + ], + "peak": [ + 167, + 269 + ], + "area_cells": 21518 + }, + { + "id": "range_5", + "name": null, + "center": [ + 157, + 478 + ], + "peak": [ + 188, + 498 + ], + "area_cells": 3326 + }, + { + "id": "range_7", + "name": null, + "center": [ + 176, + 465 + ], + "peak": [ + 178, + 469 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m1/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/globe.png new file mode 100644 index 000000000..d329b99df Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m1/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/heightmap.png new file mode 100644 index 000000000..a766e2c3d Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m1/index.md b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/index.md new file mode 100644 index 000000000..a4f6972b7 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ357e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 536639920 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 26.4 +physical: + gravity_g: 0.13 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357e-m1 + +Frozen moon. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m1/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/markers.json new file mode 100644 index 000000000..5b96b989b --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357e-m1/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 182, + 354 + ], + "area_fraction": 0.0401 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 222, + 30 + ], + "area_fraction": 0.0198 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 237, + 495 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 110 + ], + "peak": [ + 126, + 136 + ], + "area_cells": 26438 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 131 + ], + "peak": [ + 0, + 131 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 486 + ], + "peak": [ + 8, + 485 + ], + "area_cells": 2159 + }, + { + "id": "range_9", + "name": null, + "center": [ + 55, + 300 + ], + "peak": [ + 56, + 307 + ], + "area_cells": 213 + }, + { + "id": "range_10", + "name": null, + "center": [ + 65, + 352 + ], + "peak": [ + 65, + 343 + ], + "area_cells": 235 + }, + { + "id": "range_16", + "name": null, + "center": [ + 110, + 501 + ], + "peak": [ + 109, + 511 + ], + "area_cells": 134 + }, + { + "id": "range_20", + "name": null, + "center": [ + 152, + 12 + ], + "peak": [ + 150, + 12 + ], + "area_cells": 35 + }, + { + "id": "range_21", + "name": null, + "center": [ + 199, + 234 + ], + "peak": [ + 198, + 237 + ], + "area_cells": 192 + }, + { + "id": "range_23", + "name": null, + "center": [ + 247, + 130 + ], + "peak": [ + 244, + 128 + ], + "area_cells": 258 + }, + { + "id": "range_24", + "name": null, + "center": [ + 251, + 97 + ], + "peak": [ + 255, + 105 + ], + "area_cells": 191 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m2/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/globe.png new file mode 100644 index 000000000..78c0ed30c Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m2/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/heightmap.png new file mode 100644 index 000000000..56478df86 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m2/index.md b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/index.md new file mode 100644 index 000000000..4af5ae689 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ357e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2464457024 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 44.8 +physical: + gravity_g: 0.08 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.85 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357e-m2 + +Barren moon. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e-m2/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/markers.json new file mode 100644 index 000000000..e74f17c89 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357e-m2/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 156, + 302 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 198, + 383 + ], + "area_fraction": 0.0344 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 267 + ], + "peak": [ + 38, + 397 + ], + "area_cells": 27093 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 496 + ], + "peak": [ + 68, + 496 + ], + "area_cells": 323 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 113 + ], + "peak": [ + 82, + 115 + ], + "area_cells": 295 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 18 + ], + "peak": [ + 102, + 16 + ], + "area_cells": 496 + }, + { + "id": "range_7", + "name": null, + "center": [ + 94, + 473 + ], + "peak": [ + 96, + 474 + ], + "area_cells": 87 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 430 + ], + "peak": [ + 98, + 433 + ], + "area_cells": 73 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 93 + ], + "peak": [ + 112, + 100 + ], + "area_cells": 164 + }, + { + "id": "range_13", + "name": null, + "center": [ + 121, + 493 + ], + "peak": [ + 121, + 495 + ], + "area_cells": 264 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 1 + ], + "peak": [ + 141, + 1 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 166, + 504 + ], + "peak": [ + 166, + 504 + ], + "area_cells": 29 + }, + { + "id": "range_18", + "name": null, + "center": [ + 249, + 318 + ], + "peak": [ + 250, + 317 + ], + "area_cells": 41 + }, + { + "id": "range_20", + "name": null, + "center": [ + 254, + 255 + ], + "peak": [ + 255, + 255 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357e/globe.png new file mode 100644 index 000000000..c7dc653b2 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357e/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357e/index.md b/wiki/star-systems/GJ-357/bodies/GJ357e/index.md new file mode 100644 index 000000000..95cc00d15 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ357e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1427184887 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 20.4 +physical: + gravity_g: null + oblateness: 0.0719 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.149 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.082 +--- + +# GJ357e + +Gas giant. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357f/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357f/globe.png new file mode 100644 index 000000000..096bbfea4 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357f/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357f/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357f/heightmap.png new file mode 100644 index 000000000..750ff1694 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357f/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357f/index.md b/wiki/star-systems/GJ-357/bodies/GJ357f/index.md new file mode 100644 index 000000000..53450a5cb --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ357f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3926834592 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.159 + period_days: 4800.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.44 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.851 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357f + +Frozen planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357f/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357f/markers.json new file mode 100644 index 000000000..9712f92ae --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357f/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 191 + ], + "area_fraction": 0.0245 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 15, + 344 + ], + "area_fraction": 0.0217 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 110, + 69 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 166, + 229 + ], + "area_fraction": 0.0683 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 470 + ], + "peak": [ + 4, + 457 + ], + "area_cells": 280 + }, + { + "id": "range_5", + "name": null, + "center": [ + 22, + 458 + ], + "peak": [ + 26, + 459 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 254 + ], + "peak": [ + 80, + 253 + ], + "area_cells": 291 + }, + { + "id": "range_11", + "name": null, + "center": [ + 134, + 476 + ], + "peak": [ + 92, + 469 + ], + "area_cells": 7074 + }, + { + "id": "range_12", + "name": null, + "center": [ + 103, + 9 + ], + "peak": [ + 116, + 3 + ], + "area_cells": 711 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 286 + ], + "peak": [ + 89, + 288 + ], + "area_cells": 76 + }, + { + "id": "range_14", + "name": null, + "center": [ + 120, + 306 + ], + "peak": [ + 121, + 311 + ], + "area_cells": 73 + }, + { + "id": "range_15", + "name": null, + "center": [ + 137, + 337 + ], + "peak": [ + 139, + 330 + ], + "area_cells": 87 + }, + { + "id": "range_16", + "name": null, + "center": [ + 159, + 14 + ], + "peak": [ + 158, + 10 + ], + "area_cells": 260 + }, + { + "id": "range_17", + "name": null, + "center": [ + 184, + 35 + ], + "peak": [ + 185, + 35 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 197, + 9 + ], + "peak": [ + 199, + 10 + ], + "area_cells": 284 + }, + { + "id": "range_19", + "name": null, + "center": [ + 207, + 408 + ], + "peak": [ + 218, + 412 + ], + "area_cells": 238 + }, + { + "id": "range_20", + "name": null, + "center": [ + 230, + 46 + ], + "peak": [ + 230, + 40 + ], + "area_cells": 3512 + }, + { + "id": "range_21", + "name": null, + "center": [ + 217, + 385 + ], + "peak": [ + 216, + 380 + ], + "area_cells": 125 + }, + { + "id": "range_22", + "name": null, + "center": [ + 237, + 209 + ], + "peak": [ + 237, + 216 + ], + "area_cells": 72 + }, + { + "id": "range_23", + "name": null, + "center": [ + 249, + 441 + ], + "peak": [ + 255, + 460 + ], + "area_cells": 688 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 490 + ], + "peak": [ + 255, + 479 + ], + "area_cells": 127 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357g/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357g/globe.png new file mode 100644 index 000000000..c492f4b9e Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357g/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357g/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357g/heightmap.png new file mode 100644 index 000000000..1bc4e6a3f Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357g/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357g/index.md b/wiki/star-systems/GJ-357/bodies/GJ357g/index.md new file mode 100644 index 000000000..13f73df95 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ357g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3723459401 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.859 + period_days: 10800.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.35 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.092 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.245 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357g + +Frozen planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 10800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357g/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357g/markers.json new file mode 100644 index 000000000..ae777776d --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357g/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 114, + 185 + ], + "area_fraction": 0.0696 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 159, + 108 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 173, + 64 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_58", + "name": null, + "kind": "lake", + "center": [ + 245, + 184 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 128 + ], + "peak": [ + 0, + 134 + ], + "area_cells": 7568 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 312 + ], + "peak": [ + 0, + 311 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 430 + ], + "peak": [ + 5, + 402 + ], + "area_cells": 4181 + }, + { + "id": "range_4", + "name": null, + "center": [ + 152, + 372 + ], + "peak": [ + 159, + 336 + ], + "area_cells": 2709 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 311 + ], + "peak": [ + 152, + 312 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357h/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357h/globe.png new file mode 100644 index 000000000..a734afcf9 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357h/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357h/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357h/heightmap.png new file mode 100644 index 000000000..5b9e47686 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357h/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357h/index.md b/wiki/star-systems/GJ-357/bodies/GJ357h/index.md new file mode 100644 index 000000000..069fb0087 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ357h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1955689183 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 47.5 +physical: + gravity_g: 0.27 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.733 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.265 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357h + +Frozen planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357h/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357h/markers.json new file mode 100644 index 000000000..2149f08a1 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357h/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 281 + ], + "area_fraction": 0.1927 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 209, + 298 + ], + "area_fraction": 0.0213 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 241, + 448 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 243, + 15 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 183, + 109 + ], + "peak": [ + 179, + 129 + ], + "area_cells": 15100 + }, + { + "id": "range_2", + "name": null, + "center": [ + 130, + 395 + ], + "peak": [ + 139, + 393 + ], + "area_cells": 399 + }, + { + "id": "range_3", + "name": null, + "center": [ + 139, + 359 + ], + "peak": [ + 144, + 357 + ], + "area_cells": 383 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 470 + ], + "peak": [ + 137, + 477 + ], + "area_cells": 355 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 472 + ], + "peak": [ + 159, + 471 + ], + "area_cells": 63 + }, + { + "id": "range_8", + "name": null, + "center": [ + 163, + 246 + ], + "peak": [ + 165, + 248 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 198, + 423 + ], + "peak": [ + 188, + 404 + ], + "area_cells": 958 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-357/bodies/GJ357i/globe.png b/wiki/star-systems/GJ-357/bodies/GJ357i/globe.png new file mode 100644 index 000000000..35f7df484 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357i/globe.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357i/heightmap.png b/wiki/star-systems/GJ-357/bodies/GJ357i/heightmap.png new file mode 100644 index 000000000..63f505096 Binary files /dev/null and b/wiki/star-systems/GJ-357/bodies/GJ357i/heightmap.png differ diff --git a/wiki/star-systems/GJ-357/bodies/GJ357i/index.md b/wiki/star-systems/GJ-357/bodies/GJ357i/index.md new file mode 100644 index 000000000..726910bb7 --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ357i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1078896034 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 22.599 + period_days: 44000.0 + axial_tilt_deg: 39.3 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.859 + polar_ice_lat: 0.179 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.321 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ357i + +Frozen planet. + +**System:** [GJ-357](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 44000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-357/bodies/GJ357i/markers.json b/wiki/star-systems/GJ-357/bodies/GJ357i/markers.json new file mode 100644 index 000000000..fe058e18a --- /dev/null +++ b/wiki/star-systems/GJ-357/bodies/GJ357i/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 109, + 453 + ], + "area_fraction": 0.0511 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 121, + 21 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 156, + 143 + ], + "area_fraction": 0.0478 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 178 + ], + "peak": [ + 16, + 164 + ], + "area_cells": 5367 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 338 + ], + "peak": [ + 61, + 339 + ], + "area_cells": 206 + }, + { + "id": "range_4", + "name": null, + "center": [ + 225, + 80 + ], + "peak": [ + 225, + 99 + ], + "area_cells": 9401 + }, + { + "id": "range_5", + "name": null, + "center": [ + 213, + 332 + ], + "peak": [ + 209, + 325 + ], + "area_cells": 2674 + }, + { + "id": "range_6", + "name": null, + "center": [ + 203, + 501 + ], + "peak": [ + 205, + 486 + ], + "area_cells": 368 + }, + { + "id": "range_7", + "name": null, + "center": [ + 201, + 414 + ], + "peak": [ + 199, + 420 + ], + "area_cells": 622 + }, + { + "id": "range_8", + "name": null, + "center": [ + 196, + 368 + ], + "peak": [ + 195, + 370 + ], + "area_cells": 54 + }, + { + "id": "range_11", + "name": null, + "center": [ + 204, + 449 + ], + "peak": [ + 205, + 449 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 228, + 469 + ], + "peak": [ + 228, + 469 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 238, + 187 + ], + "peak": [ + 244, + 188 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 247, + 459 + ], + "peak": [ + 239, + 417 + ], + "area_cells": 956 + }, + { + "id": "range_17", + "name": null, + "center": [ + 237, + 228 + ], + "peak": [ + 235, + 229 + ], + "area_cells": 66 + }, + { + "id": "range_20", + "name": null, + "center": [ + 247, + 284 + ], + "peak": [ + 248, + 283 + ], + "area_cells": 208 + }, + { + "id": "range_21", + "name": null, + "center": [ + 247, + 210 + ], + "peak": [ + 248, + 211 + ], + "area_cells": 51 + }, + { + "id": "range_22", + "name": null, + "center": [ + 253, + 195 + ], + "peak": [ + 255, + 187 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3586b/globe.png b/wiki/star-systems/GJ-3586/bodies/GJ3586b/globe.png new file mode 100644 index 000000000..fb5cd6c6f Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586b/globe.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586b/heightmap.png b/wiki/star-systems/GJ-3586/bodies/GJ3586b/heightmap.png new file mode 100644 index 000000000..d7a1e81bb Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586b/index.md b/wiki/star-systems/GJ-3586/bodies/GJ3586b/index.md new file mode 100644 index 000000000..4104b0224 --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3586b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 164209176 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.078 + period_days: 8.0 + axial_tilt_deg: 11.8 +physical: + gravity_g: 0.32 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3586b + +Barren planet. + +**System:** [GJ-3586](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 94% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586b/markers.json b/wiki/star-systems/GJ-3586/bodies/GJ3586b/markers.json new file mode 100644 index 000000000..797cafbbe --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586b/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 53, + 282 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 13 + ], + "peak": [ + 5, + 10 + ], + "area_cells": 226 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 507 + ], + "peak": [ + 0, + 510 + ], + "area_cells": 48 + }, + { + "id": "range_5", + "name": null, + "center": [ + 80, + 168 + ], + "peak": [ + 80, + 168 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 99, + 188 + ], + "peak": [ + 103, + 186 + ], + "area_cells": 564 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 112 + ], + "peak": [ + 125, + 123 + ], + "area_cells": 750 + }, + { + "id": "range_8", + "name": null, + "center": [ + 138, + 200 + ], + "peak": [ + 143, + 198 + ], + "area_cells": 3374 + }, + { + "id": "range_9", + "name": null, + "center": [ + 124, + 300 + ], + "peak": [ + 123, + 301 + ], + "area_cells": 225 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 500 + ], + "peak": [ + 125, + 509 + ], + "area_cells": 313 + }, + { + "id": "range_11", + "name": null, + "center": [ + 130, + 23 + ], + "peak": [ + 131, + 0 + ], + "area_cells": 623 + }, + { + "id": "range_14", + "name": null, + "center": [ + 164, + 60 + ], + "peak": [ + 169, + 57 + ], + "area_cells": 107 + }, + { + "id": "range_17", + "name": null, + "center": [ + 170, + 141 + ], + "peak": [ + 169, + 141 + ], + "area_cells": 78 + }, + { + "id": "range_18", + "name": null, + "center": [ + 181, + 151 + ], + "peak": [ + 180, + 151 + ], + "area_cells": 57 + }, + { + "id": "range_19", + "name": null, + "center": [ + 196, + 190 + ], + "peak": [ + 199, + 193 + ], + "area_cells": 277 + }, + { + "id": "range_20", + "name": null, + "center": [ + 207, + 364 + ], + "peak": [ + 221, + 369 + ], + "area_cells": 213 + }, + { + "id": "range_21", + "name": null, + "center": [ + 195, + 399 + ], + "peak": [ + 202, + 400 + ], + "area_cells": 27 + }, + { + "id": "range_22", + "name": null, + "center": [ + 199, + 154 + ], + "peak": [ + 201, + 155 + ], + "area_cells": 61 + }, + { + "id": "range_25", + "name": null, + "center": [ + 214, + 138 + ], + "peak": [ + 215, + 139 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586c/globe.png b/wiki/star-systems/GJ-3586/bodies/GJ3586c/globe.png new file mode 100644 index 000000000..04edfbbbc Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586c/globe.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586c/heightmap.png b/wiki/star-systems/GJ-3586/bodies/GJ3586c/heightmap.png new file mode 100644 index 000000000..5363fc5fe Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586c/index.md b/wiki/star-systems/GJ-3586/bodies/GJ3586c/index.md new file mode 100644 index 000000000..293b6c07e --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3586c +name: Wiesengrund +body_type: planet +planet_class: temperate +body_scale: planet +seed: 59399531 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.528 + period_days: 140.0 + axial_tilt_deg: 21.4 +physical: + gravity_g: 0.86 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.618 + polar_ice_lat: 0.683 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Wiesengrund + +Temperate planet. + +**System:** [GJ-3586](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 50K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586c/markers.json b/wiki/star-systems/GJ-3586/bodies/GJ3586c/markers.json new file mode 100644 index 000000000..4f649c08e --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586c/markers.json @@ -0,0 +1,606 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 103, + 252 + ], + [ + 102, + 253 + ], + [ + 101, + 254 + ], + [ + 100, + 253 + ], + [ + 99, + 252 + ], + [ + 99, + 251 + ], + [ + 98, + 251 + ], + [ + 98, + 250 + ], + [ + 99, + 249 + ], + [ + 99, + 248 + ], + [ + 99, + 247 + ], + [ + 99, + 246 + ], + [ + 98, + 245 + ], + [ + 98, + 244 + ], + [ + 99, + 243 + ], + [ + 98, + 242 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 112 + ], + [ + 254, + 112 + ], + [ + 253, + 111 + ], + [ + 252, + 112 + ], + [ + 251, + 112 + ], + [ + 250, + 112 + ], + [ + 249, + 111 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 78, + 223 + ], + [ + 77, + 224 + ], + [ + 76, + 225 + ], + [ + 75, + 225 + ], + [ + 74, + 226 + ], + [ + 73, + 227 + ], + [ + 73, + 228 + ], + [ + 72, + 228 + ], + [ + 71, + 229 + ], + [ + 71, + 230 + ], + [ + 72, + 231 + ], + [ + 71, + 232 + ], + [ + 70, + 233 + ], + [ + 71, + 233 + ], + [ + 70, + 234 + ], + [ + 71, + 235 + ], + [ + 72, + 235 + ], + [ + 73, + 235 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 138, + 409 + ], + [ + 139, + 408 + ], + [ + 140, + 407 + ], + [ + 140, + 406 + ], + [ + 140, + 405 + ], + [ + 140, + 404 + ], + [ + 140, + 403 + ], + [ + 140, + 402 + ], + [ + 140, + 401 + ], + [ + 140, + 400 + ], + [ + 140, + 399 + ], + [ + 140, + 398 + ], + [ + 140, + 397 + ], + [ + 139, + 396 + ], + [ + 140, + 395 + ], + [ + 139, + 394 + ], + [ + 139, + 393 + ], + [ + 138, + 392 + ], + [ + 137, + 392 + ], + [ + 136, + 392 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 60, + 287 + ], + [ + 61, + 287 + ], + [ + 62, + 286 + ], + [ + 62, + 285 + ], + [ + 63, + 284 + ], + [ + 64, + 283 + ], + [ + 65, + 283 + ], + [ + 66, + 283 + ], + [ + 67, + 282 + ], + [ + 67, + 281 + ], + [ + 68, + 280 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 216, + 506 + ], + [ + 216, + 505 + ], + [ + 215, + 504 + ], + [ + 214, + 503 + ], + [ + 214, + 502 + ], + [ + 213, + 501 + ], + [ + 214, + 500 + ], + [ + 215, + 499 + ], + [ + 214, + 498 + ], + [ + 215, + 497 + ], + [ + 216, + 496 + ], + [ + 215, + 495 + ], + [ + 215, + 494 + ], + [ + 216, + 493 + ], + [ + 215, + 492 + ], + [ + 216, + 491 + ], + [ + 215, + 491 + ], + [ + 214, + 491 + ], + [ + 213, + 490 + ], + [ + 212, + 490 + ], + [ + 212, + 489 + ], + [ + 213, + 488 + ], + [ + 214, + 489 + ], + [ + 213, + 489 + ], + [ + 214, + 490 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 71, + 220 + ], + [ + 72, + 219 + ], + [ + 73, + 218 + ], + [ + 73, + 217 + ], + [ + 74, + 216 + ], + [ + 75, + 215 + ], + [ + 75, + 214 + ], + [ + 75, + 213 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 101, + 171 + ], + [ + 100, + 170 + ], + [ + 99, + 169 + ], + [ + 98, + 168 + ], + [ + 97, + 167 + ], + [ + 96, + 166 + ], + [ + 95, + 165 + ], + [ + 94, + 164 + ], + [ + 93, + 163 + ], + [ + 92, + 162 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 73, + 158 + ], + "area_fraction": 0.014 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 74, + 263 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 197, + 238 + ], + "area_fraction": 0.3602 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 328 + ], + "peak": [ + 29, + 321 + ], + "area_cells": 793 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 420 + ], + "peak": [ + 85, + 508 + ], + "area_cells": 4496 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 50 + ], + "peak": [ + 67, + 71 + ], + "area_cells": 5314 + }, + { + "id": "range_4", + "name": null, + "center": [ + 119, + 378 + ], + "peak": [ + 96, + 321 + ], + "area_cells": 1790 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586d/globe.png b/wiki/star-systems/GJ-3586/bodies/GJ3586d/globe.png new file mode 100644 index 000000000..52e145046 Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586d/globe.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586d/heightmap.png b/wiki/star-systems/GJ-3586/bodies/GJ3586d/heightmap.png new file mode 100644 index 000000000..0894c18da Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586d/index.md b/wiki/star-systems/GJ-3586/bodies/GJ3586d/index.md new file mode 100644 index 000000000..7f0abd1b8 --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3586d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 183980768 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.132 + period_days: 440.0 + axial_tilt_deg: 52.5 +physical: + gravity_g: 0.48 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.349 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3586d + +Frozen planet. + +**System:** [GJ-3586](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586d/markers.json b/wiki/star-systems/GJ-3586/bodies/GJ3586d/markers.json new file mode 100644 index 000000000..265e4a8e3 --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586d/markers.json @@ -0,0 +1,147 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 145, + 143 + ], + [ + 144, + 144 + ], + [ + 143, + 145 + ], + [ + 142, + 145 + ], + [ + 141, + 146 + ], + [ + 140, + 147 + ], + [ + 139, + 146 + ], + [ + 138, + 145 + ], + [ + 137, + 146 + ], + [ + 136, + 146 + ], + [ + 135, + 145 + ], + [ + 134, + 145 + ], + [ + 134, + 146 + ], + [ + 133, + 145 + ], + [ + 133, + 146 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 130, + 478 + ], + [ + 129, + 479 + ], + [ + 128, + 478 + ], + [ + 127, + 477 + ], + [ + 126, + 476 + ], + [ + 125, + 475 + ], + [ + 124, + 474 + ], + [ + 123, + 474 + ], + [ + 122, + 474 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 113, + 281 + ], + "area_fraction": 0.0409 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 179, + 507 + ], + "peak": [ + 178, + 509 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586e/globe.png b/wiki/star-systems/GJ-3586/bodies/GJ3586e/globe.png new file mode 100644 index 000000000..f29719cc4 Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586e/globe.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586e/heightmap.png b/wiki/star-systems/GJ-3586/bodies/GJ3586e/heightmap.png new file mode 100644 index 000000000..35e9cce51 Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586e/index.md b/wiki/star-systems/GJ-3586/bodies/GJ3586e/index.md new file mode 100644 index 000000000..38c6828f0 --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3586e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 21909204 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.21 + period_days: 1200.0 + axial_tilt_deg: 49.6 +physical: + gravity_g: 0.38 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.879 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.355 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3586e + +Frozen planet. + +**System:** [GJ-3586](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586e/markers.json b/wiki/star-systems/GJ-3586/bodies/GJ3586e/markers.json new file mode 100644 index 000000000..eb1fd1aea --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586e/markers.json @@ -0,0 +1,344 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 14 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 179 + ], + "area_fraction": 0.0445 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 19, + 424 + ], + "area_fraction": 0.051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 130 + ], + "peak": [ + 54, + 129 + ], + "area_cells": 48 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 184 + ], + "peak": [ + 66, + 184 + ], + "area_cells": 107 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 481 + ], + "peak": [ + 70, + 480 + ], + "area_cells": 186 + }, + { + "id": "range_5", + "name": null, + "center": [ + 74, + 2 + ], + "peak": [ + 72, + 1 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 72, + 509 + ], + "peak": [ + 72, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 328 + ], + "peak": [ + 119, + 356 + ], + "area_cells": 1536 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 100 + ], + "peak": [ + 99, + 94 + ], + "area_cells": 846 + }, + { + "id": "range_12", + "name": null, + "center": [ + 101, + 506 + ], + "peak": [ + 101, + 509 + ], + "area_cells": 146 + }, + { + "id": "range_13", + "name": null, + "center": [ + 103, + 7 + ], + "peak": [ + 105, + 1 + ], + "area_cells": 150 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 248 + ], + "peak": [ + 106, + 250 + ], + "area_cells": 71 + }, + { + "id": "range_16", + "name": null, + "center": [ + 113, + 459 + ], + "peak": [ + 111, + 460 + ], + "area_cells": 149 + }, + { + "id": "range_18", + "name": null, + "center": [ + 117, + 34 + ], + "peak": [ + 118, + 36 + ], + "area_cells": 83 + }, + { + "id": "range_19", + "name": null, + "center": [ + 124, + 483 + ], + "peak": [ + 126, + 490 + ], + "area_cells": 196 + }, + { + "id": "range_22", + "name": null, + "center": [ + 138, + 266 + ], + "peak": [ + 140, + 258 + ], + "area_cells": 152 + }, + { + "id": "range_24", + "name": null, + "center": [ + 224, + 464 + ], + "peak": [ + 237, + 501 + ], + "area_cells": 4870 + }, + { + "id": "range_25", + "name": null, + "center": [ + 232, + 92 + ], + "peak": [ + 195, + 101 + ], + "area_cells": 1055 + }, + { + "id": "range_26", + "name": null, + "center": [ + 214, + 235 + ], + "peak": [ + 208, + 247 + ], + "area_cells": 1927 + }, + { + "id": "range_27", + "name": null, + "center": [ + 205, + 131 + ], + "peak": [ + 205, + 130 + ], + "area_cells": 159 + }, + { + "id": "range_28", + "name": null, + "center": [ + 212, + 363 + ], + "peak": [ + 212, + 361 + ], + "area_cells": 249 + }, + { + "id": "range_29", + "name": null, + "center": [ + 228, + 12 + ], + "peak": [ + 239, + 0 + ], + "area_cells": 920 + }, + { + "id": "range_30", + "name": null, + "center": [ + 216, + 46 + ], + "peak": [ + 217, + 46 + ], + "area_cells": 58 + }, + { + "id": "range_33", + "name": null, + "center": [ + 242, + 321 + ], + "peak": [ + 250, + 310 + ], + "area_cells": 1297 + }, + { + "id": "range_34", + "name": null, + "center": [ + 251, + 42 + ], + "peak": [ + 253, + 36 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586f/globe.png b/wiki/star-systems/GJ-3586/bodies/GJ3586f/globe.png new file mode 100644 index 000000000..e34452485 Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586f/globe.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586f/heightmap.png b/wiki/star-systems/GJ-3586/bodies/GJ3586f/heightmap.png new file mode 100644 index 000000000..ac937beef Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586f/index.md b/wiki/star-systems/GJ-3586/bodies/GJ3586f/index.md new file mode 100644 index 000000000..c3ba8cc05 --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3586f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 79340776 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.11 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.232 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.438 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3586f + +Frozen planet. + +**System:** [GJ-3586](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586f/markers.json b/wiki/star-systems/GJ-3586/bodies/GJ3586f/markers.json new file mode 100644 index 000000000..52f63365d --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586f/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 211, + 107 + ], + "area_fraction": 0.0756 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 205, + 370 + ], + "area_fraction": 0.0814 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 9, + 82 + ], + "peak": [ + 10, + 79 + ], + "area_cells": 587 + }, + { + "id": "range_5", + "name": null, + "center": [ + 6, + 283 + ], + "peak": [ + 0, + 289 + ], + "area_cells": 1156 + }, + { + "id": "range_9", + "name": null, + "center": [ + 10, + 350 + ], + "peak": [ + 11, + 350 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 21, + 486 + ], + "peak": [ + 26, + 486 + ], + "area_cells": 48 + }, + { + "id": "range_11", + "name": null, + "center": [ + 22, + 470 + ], + "peak": [ + 24, + 471 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 38, + 49 + ], + "peak": [ + 37, + 55 + ], + "area_cells": 226 + }, + { + "id": "range_15", + "name": null, + "center": [ + 57, + 235 + ], + "peak": [ + 62, + 235 + ], + "area_cells": 199 + }, + { + "id": "range_16", + "name": null, + "center": [ + 52, + 404 + ], + "peak": [ + 52, + 406 + ], + "area_cells": 132 + }, + { + "id": "range_17", + "name": null, + "center": [ + 53, + 144 + ], + "peak": [ + 54, + 144 + ], + "area_cells": 51 + }, + { + "id": "range_18", + "name": null, + "center": [ + 94, + 401 + ], + "peak": [ + 95, + 402 + ], + "area_cells": 115 + }, + { + "id": "range_19", + "name": null, + "center": [ + 120, + 197 + ], + "peak": [ + 122, + 196 + ], + "area_cells": 823 + }, + { + "id": "range_22", + "name": null, + "center": [ + 122, + 249 + ], + "peak": [ + 126, + 246 + ], + "area_cells": 90 + }, + { + "id": "range_23", + "name": null, + "center": [ + 120, + 467 + ], + "peak": [ + 120, + 468 + ], + "area_cells": 58 + }, + { + "id": "range_25", + "name": null, + "center": [ + 127, + 110 + ], + "peak": [ + 127, + 111 + ], + "area_cells": 46 + }, + { + "id": "range_26", + "name": null, + "center": [ + 138, + 298 + ], + "peak": [ + 139, + 299 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 154, + 348 + ], + "peak": [ + 156, + 350 + ], + "area_cells": 418 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586g/globe.png b/wiki/star-systems/GJ-3586/bodies/GJ3586g/globe.png new file mode 100644 index 000000000..9bb08daad Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586g/globe.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586g/heightmap.png b/wiki/star-systems/GJ-3586/bodies/GJ3586g/heightmap.png new file mode 100644 index 000000000..aefa39258 Binary files /dev/null and b/wiki/star-systems/GJ-3586/bodies/GJ3586g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586g/index.md b/wiki/star-systems/GJ-3586/bodies/GJ3586g/index.md new file mode 100644 index 000000000..44a6bb13f --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3586g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3866796606 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.297 + period_days: 7200.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.08 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.427 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3586g + +Frozen planet. + +**System:** [GJ-3586](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3586/bodies/GJ3586g/markers.json b/wiki/star-systems/GJ-3586/bodies/GJ3586g/markers.json new file mode 100644 index 000000000..88b9e9eec --- /dev/null +++ b/wiki/star-systems/GJ-3586/bodies/GJ3586g/markers.json @@ -0,0 +1,302 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 114, + 484 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 197, + 90 + ], + "area_fraction": 0.1214 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 214, + 462 + ], + "area_fraction": 0.0597 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 208, + 322 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 87 + ], + "peak": [ + 17, + 81 + ], + "area_cells": 2781 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 369 + ], + "peak": [ + 0, + 361 + ], + "area_cells": 89 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 383 + ], + "peak": [ + 7, + 381 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 281 + ], + "peak": [ + 27, + 266 + ], + "area_cells": 780 + }, + { + "id": "range_6", + "name": null, + "center": [ + 41, + 190 + ], + "peak": [ + 41, + 188 + ], + "area_cells": 35 + }, + { + "id": "range_7", + "name": null, + "center": [ + 49, + 49 + ], + "peak": [ + 52, + 51 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 54, + 146 + ], + "peak": [ + 55, + 144 + ], + "area_cells": 153 + }, + { + "id": "range_12", + "name": null, + "center": [ + 59, + 24 + ], + "peak": [ + 59, + 23 + ], + "area_cells": 147 + }, + { + "id": "range_13", + "name": null, + "center": [ + 89, + 212 + ], + "peak": [ + 94, + 244 + ], + "area_cells": 2821 + }, + { + "id": "range_14", + "name": null, + "center": [ + 65, + 259 + ], + "peak": [ + 66, + 261 + ], + "area_cells": 93 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 111 + ], + "peak": [ + 66, + 111 + ], + "area_cells": 24 + }, + { + "id": "range_16", + "name": null, + "center": [ + 69, + 27 + ], + "peak": [ + 69, + 26 + ], + "area_cells": 59 + }, + { + "id": "range_19", + "name": null, + "center": [ + 102, + 164 + ], + "peak": [ + 100, + 163 + ], + "area_cells": 602 + }, + { + "id": "range_20", + "name": null, + "center": [ + 106, + 387 + ], + "peak": [ + 107, + 388 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 114, + 123 + ], + "peak": [ + 114, + 124 + ], + "area_cells": 29 + }, + { + "id": "range_24", + "name": null, + "center": [ + 137, + 375 + ], + "peak": [ + 132, + 374 + ], + "area_cells": 364 + }, + { + "id": "range_25", + "name": null, + "center": [ + 151, + 417 + ], + "peak": [ + 141, + 428 + ], + "area_cells": 487 + }, + { + "id": "range_26", + "name": null, + "center": [ + 159, + 225 + ], + "peak": [ + 159, + 226 + ], + "area_cells": 155 + }, + { + "id": "range_27", + "name": null, + "center": [ + 163, + 364 + ], + "peak": [ + 164, + 363 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3612b/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612b/globe.png new file mode 100644 index 000000000..d6fd2d001 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612b/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612b/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612b/heightmap.png new file mode 100644 index 000000000..8dad66e16 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612b/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612b/index.md new file mode 100644 index 000000000..35f988e0f --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3612b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3895001183 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.28 + period_days: 54.0 + axial_tilt_deg: 3.3 +physical: + gravity_g: 0.52 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.975 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612b + +Barren planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 95% | +| **Year** | 54 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612b/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612b/markers.json new file mode 100644 index 000000000..b31e1abcf --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612b/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 51, + 501 + ], + "peak": [ + 68, + 499 + ], + "area_cells": 279 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 108 + ], + "peak": [ + 124, + 152 + ], + "area_cells": 5463 + }, + { + "id": "range_10", + "name": null, + "center": [ + 42, + 275 + ], + "peak": [ + 42, + 275 + ], + "area_cells": 53 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 305 + ], + "peak": [ + 46, + 302 + ], + "area_cells": 313 + }, + { + "id": "range_14", + "name": null, + "center": [ + 46, + 196 + ], + "peak": [ + 47, + 196 + ], + "area_cells": 44 + }, + { + "id": "range_15", + "name": null, + "center": [ + 45, + 345 + ], + "peak": [ + 44, + 346 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 47, + 467 + ], + "peak": [ + 48, + 465 + ], + "area_cells": 46 + }, + { + "id": "range_22", + "name": null, + "center": [ + 67, + 8 + ], + "peak": [ + 75, + 0 + ], + "area_cells": 119 + }, + { + "id": "range_26", + "name": null, + "center": [ + 63, + 249 + ], + "peak": [ + 63, + 249 + ], + "area_cells": 41 + }, + { + "id": "range_27", + "name": null, + "center": [ + 62, + 379 + ], + "peak": [ + 62, + 380 + ], + "area_cells": 53 + }, + { + "id": "range_28", + "name": null, + "center": [ + 67, + 333 + ], + "peak": [ + 65, + 337 + ], + "area_cells": 170 + }, + { + "id": "range_30", + "name": null, + "center": [ + 74, + 167 + ], + "peak": [ + 71, + 167 + ], + "area_cells": 158 + }, + { + "id": "range_31", + "name": null, + "center": [ + 73, + 270 + ], + "peak": [ + 74, + 271 + ], + "area_cells": 88 + }, + { + "id": "range_34", + "name": null, + "center": [ + 78, + 415 + ], + "peak": [ + 78, + 416 + ], + "area_cells": 39 + }, + { + "id": "range_37", + "name": null, + "center": [ + 89, + 369 + ], + "peak": [ + 90, + 370 + ], + "area_cells": 56 + }, + { + "id": "range_39", + "name": null, + "center": [ + 93, + 357 + ], + "peak": [ + 94, + 357 + ], + "area_cells": 27 + }, + { + "id": "range_41", + "name": null, + "center": [ + 110, + 402 + ], + "peak": [ + 110, + 401 + ], + "area_cells": 91 + }, + { + "id": "range_43", + "name": null, + "center": [ + 122, + 424 + ], + "peak": [ + 117, + 431 + ], + "area_cells": 192 + }, + { + "id": "range_44", + "name": null, + "center": [ + 180, + 473 + ], + "peak": [ + 191, + 464 + ], + "area_cells": 1887 + }, + { + "id": "range_45", + "name": null, + "center": [ + 158, + 430 + ], + "peak": [ + 160, + 426 + ], + "area_cells": 310 + }, + { + "id": "range_47", + "name": null, + "center": [ + 164, + 70 + ], + "peak": [ + 161, + 71 + ], + "area_cells": 196 + }, + { + "id": "range_50", + "name": null, + "center": [ + 163, + 504 + ], + "peak": [ + 165, + 511 + ], + "area_cells": 164 + }, + { + "id": "range_52", + "name": null, + "center": [ + 165, + 11 + ], + "peak": [ + 166, + 1 + ], + "area_cells": 247 + }, + { + "id": "range_55", + "name": null, + "center": [ + 188, + 32 + ], + "peak": [ + 192, + 52 + ], + "area_cells": 939 + }, + { + "id": "range_58", + "name": null, + "center": [ + 207, + 197 + ], + "peak": [ + 209, + 197 + ], + "area_cells": 21 + }, + { + "id": "range_59", + "name": null, + "center": [ + 214, + 65 + ], + "peak": [ + 212, + 66 + ], + "area_cells": 50 + }, + { + "id": "range_60", + "name": null, + "center": [ + 222, + 41 + ], + "peak": [ + 223, + 36 + ], + "area_cells": 304 + }, + { + "id": "range_61", + "name": null, + "center": [ + 247, + 190 + ], + "peak": [ + 255, + 262 + ], + "area_cells": 2407 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612c/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612c/globe.png new file mode 100644 index 000000000..325e43810 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612c/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612c/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612c/heightmap.png new file mode 100644 index 000000000..1285ba708 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612c/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612c/index.md new file mode 100644 index 000000000..5430aa075 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3612c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1529819881 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.669 + period_days: 200.0 + axial_tilt_deg: 7.3 +physical: + gravity_g: 0.74 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.963 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.095 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612c + +Hot Arid planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612c/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612c/markers.json new file mode 100644 index 000000000..e9187a029 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612c/markers.json @@ -0,0 +1,1047 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 197, + 181 + ], + [ + 197, + 180 + ], + [ + 196, + 179 + ], + [ + 195, + 178 + ], + [ + 194, + 177 + ], + [ + 193, + 176 + ], + [ + 192, + 175 + ], + [ + 191, + 174 + ], + [ + 190, + 174 + ], + [ + 189, + 173 + ], + [ + 188, + 172 + ], + [ + 187, + 172 + ], + [ + 188, + 171 + ], + [ + 189, + 170 + ], + [ + 188, + 169 + ], + [ + 188, + 170 + ], + [ + 187, + 169 + ], + [ + 188, + 168 + ], + [ + 188, + 167 + ], + [ + 189, + 168 + ], + [ + 189, + 167 + ], + [ + 189, + 166 + ], + [ + 189, + 165 + ], + [ + 189, + 164 + ], + [ + 189, + 163 + ], + [ + 189, + 162 + ], + [ + 190, + 163 + ], + [ + 191, + 163 + ], + [ + 191, + 162 + ], + [ + 191, + 161 + ], + [ + 190, + 162 + ], + [ + 190, + 161 + ], + [ + 189, + 161 + ], + [ + 188, + 161 + ], + [ + 188, + 162 + ], + [ + 187, + 161 + ], + [ + 188, + 160 + ], + [ + 189, + 159 + ], + [ + 188, + 159 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 250, + 416 + ], + [ + 251, + 415 + ], + [ + 252, + 414 + ], + [ + 253, + 415 + ], + [ + 254, + 415 + ], + [ + 254, + 414 + ], + [ + 255, + 414 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 150, + 69 + ], + [ + 151, + 69 + ], + [ + 152, + 68 + ], + [ + 153, + 69 + ], + [ + 154, + 70 + ], + [ + 155, + 71 + ], + [ + 156, + 72 + ], + [ + 157, + 73 + ], + [ + 158, + 74 + ], + [ + 159, + 75 + ], + [ + 160, + 76 + ], + [ + 161, + 77 + ], + [ + 162, + 78 + ], + [ + 163, + 78 + ], + [ + 164, + 79 + ], + [ + 165, + 80 + ], + [ + 166, + 80 + ], + [ + 166, + 79 + ], + [ + 166, + 78 + ], + [ + 165, + 79 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 246, + 148 + ], + [ + 245, + 149 + ], + [ + 244, + 148 + ], + [ + 243, + 148 + ], + [ + 242, + 148 + ], + [ + 241, + 149 + ], + [ + 240, + 150 + ], + [ + 239, + 150 + ], + [ + 240, + 151 + ], + [ + 239, + 151 + ], + [ + 240, + 152 + ], + [ + 239, + 152 + ], + [ + 238, + 153 + ], + [ + 237, + 154 + ], + [ + 238, + 154 + ], + [ + 237, + 155 + ], + [ + 236, + 156 + ], + [ + 235, + 156 + ], + [ + 234, + 156 + ], + [ + 235, + 155 + ], + [ + 235, + 154 + ], + [ + 236, + 155 + ], + [ + 236, + 154 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 140, + 349 + ], + [ + 139, + 350 + ], + [ + 138, + 351 + ], + [ + 139, + 352 + ], + [ + 138, + 353 + ], + [ + 139, + 354 + ], + [ + 140, + 355 + ], + [ + 141, + 356 + ], + [ + 141, + 357 + ], + [ + 141, + 358 + ], + [ + 141, + 359 + ], + [ + 142, + 360 + ], + [ + 142, + 361 + ], + [ + 143, + 361 + ], + [ + 142, + 362 + ], + [ + 143, + 363 + ], + [ + 144, + 363 + ], + [ + 145, + 364 + ], + [ + 146, + 364 + ], + [ + 147, + 363 + ], + [ + 148, + 363 + ], + [ + 149, + 363 + ], + [ + 149, + 364 + ], + [ + 150, + 365 + ], + [ + 151, + 365 + ], + [ + 150, + 364 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 134, + 340 + ], + [ + 133, + 341 + ], + [ + 132, + 342 + ], + [ + 131, + 341 + ], + [ + 130, + 340 + ], + [ + 129, + 340 + ], + [ + 128, + 340 + ], + [ + 127, + 341 + ], + [ + 126, + 341 + ], + [ + 125, + 340 + ], + [ + 124, + 340 + ], + [ + 123, + 339 + ], + [ + 122, + 339 + ], + [ + 121, + 338 + ], + [ + 120, + 338 + ], + [ + 120, + 339 + ], + [ + 119, + 338 + ], + [ + 118, + 337 + ], + [ + 117, + 338 + ], + [ + 118, + 338 + ], + [ + 117, + 337 + ], + [ + 116, + 338 + ], + [ + 117, + 339 + ], + [ + 118, + 339 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 212, + 66 + ], + [ + 211, + 67 + ], + [ + 210, + 68 + ], + [ + 209, + 69 + ], + [ + 208, + 70 + ], + [ + 207, + 71 + ], + [ + 207, + 72 + ], + [ + 206, + 73 + ], + [ + 205, + 74 + ], + [ + 206, + 75 + ], + [ + 206, + 76 + ], + [ + 206, + 77 + ], + [ + 206, + 78 + ], + [ + 205, + 79 + ], + [ + 205, + 80 + ], + [ + 205, + 81 + ], + [ + 205, + 82 + ], + [ + 206, + 83 + ], + [ + 207, + 84 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 243, + 4 + ], + [ + 243, + 5 + ], + [ + 242, + 6 + ], + [ + 241, + 7 + ], + [ + 240, + 7 + ], + [ + 239, + 7 + ], + [ + 238, + 7 + ], + [ + 237, + 7 + ], + [ + 236, + 7 + ], + [ + 235, + 7 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 125, + 116 + ], + [ + 124, + 117 + ], + [ + 123, + 118 + ], + [ + 122, + 119 + ], + [ + 121, + 120 + ], + [ + 121, + 121 + ], + [ + 120, + 122 + ], + [ + 119, + 123 + ], + [ + 120, + 124 + ], + [ + 121, + 125 + ], + [ + 122, + 126 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 213, + 420 + ], + [ + 214, + 420 + ], + [ + 213, + 419 + ], + [ + 212, + 418 + ], + [ + 211, + 417 + ], + [ + 211, + 416 + ], + [ + 210, + 415 + ], + [ + 210, + 414 + ], + [ + 209, + 413 + ], + [ + 208, + 412 + ], + [ + 207, + 411 + ], + [ + 206, + 411 + ], + [ + 205, + 411 + ], + [ + 204, + 410 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 195, + 388 + ], + [ + 194, + 389 + ], + [ + 193, + 390 + ], + [ + 192, + 391 + ], + [ + 191, + 392 + ], + [ + 190, + 391 + ], + [ + 189, + 392 + ], + [ + 188, + 392 + ], + [ + 187, + 393 + ], + [ + 186, + 392 + ], + [ + 185, + 391 + ], + [ + 185, + 392 + ], + [ + 184, + 391 + ], + [ + 183, + 390 + ], + [ + 182, + 389 + ], + [ + 183, + 389 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 434 + ], + "peak": [ + 7, + 368 + ], + "area_cells": 9318 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 14 + ], + "peak": [ + 5, + 0 + ], + "area_cells": 788 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 9 + ], + "peak": [ + 60, + 9 + ], + "area_cells": 85 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 23 + ], + "peak": [ + 73, + 25 + ], + "area_cells": 127 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 496 + ], + "peak": [ + 87, + 500 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 114, + 202 + ], + "peak": [ + 119, + 188 + ], + "area_cells": 3006 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 263 + ], + "peak": [ + 106, + 264 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 119, + 5 + ], + "peak": [ + 120, + 4 + ], + "area_cells": 75 + }, + { + "id": "range_9", + "name": null, + "center": [ + 119, + 498 + ], + "peak": [ + 120, + 493 + ], + "area_cells": 127 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 12 + ], + "peak": [ + 162, + 13 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612d/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612d/globe.png new file mode 100644 index 000000000..a5b12e7ec Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612d/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612d/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612d/heightmap.png new file mode 100644 index 000000000..1a8b5cc5c Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612d/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612d/index.md new file mode 100644 index 000000000..a8baab878 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3612d +name: Xa Vời +body_type: planet +planet_class: temperate +body_scale: planet +seed: 898205945 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.314 + period_days: 550.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 0.92 + oblateness: 0.0032 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.561 + polar_ice_lat: 0.692 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Xa Vời + +Temperate planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 550 days | +| **Inhabited** | yes | +| **Population** | 110K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612d/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612d/markers.json new file mode 100644 index 000000000..a1d14d66f --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612d/markers.json @@ -0,0 +1,718 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 213, + 482 + ], + [ + 214, + 483 + ], + [ + 215, + 484 + ], + [ + 216, + 485 + ], + [ + 217, + 486 + ], + [ + 218, + 487 + ], + [ + 219, + 488 + ], + [ + 220, + 488 + ], + [ + 221, + 487 + ], + [ + 221, + 486 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 63, + 30 + ], + [ + 64, + 31 + ], + [ + 65, + 32 + ], + [ + 66, + 32 + ], + [ + 67, + 32 + ], + [ + 68, + 31 + ], + [ + 69, + 30 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 145, + 194 + ], + [ + 145, + 193 + ], + [ + 146, + 192 + ], + [ + 147, + 191 + ], + [ + 148, + 190 + ], + [ + 147, + 189 + ], + [ + 147, + 188 + ], + [ + 148, + 187 + ], + [ + 147, + 186 + ], + [ + 147, + 185 + ], + [ + 148, + 185 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 120, + 125 + ], + [ + 119, + 125 + ], + [ + 118, + 126 + ], + [ + 117, + 125 + ], + [ + 116, + 124 + ], + [ + 115, + 123 + ], + [ + 114, + 122 + ], + [ + 113, + 121 + ], + [ + 112, + 120 + ], + [ + 111, + 119 + ], + [ + 110, + 119 + ], + [ + 110, + 118 + ], + [ + 109, + 119 + ], + [ + 109, + 118 + ], + [ + 109, + 117 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 155, + 185 + ], + [ + 154, + 184 + ], + [ + 153, + 183 + ], + [ + 152, + 182 + ], + [ + 151, + 181 + ], + [ + 151, + 180 + ], + [ + 152, + 179 + ], + [ + 153, + 178 + ], + [ + 154, + 177 + ], + [ + 154, + 176 + ], + [ + 154, + 175 + ], + [ + 153, + 174 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 157, + 372 + ], + [ + 156, + 371 + ], + [ + 155, + 370 + ], + [ + 154, + 370 + ], + [ + 153, + 369 + ], + [ + 152, + 368 + ], + [ + 151, + 368 + ], + [ + 150, + 368 + ], + [ + 149, + 367 + ], + [ + 148, + 366 + ], + [ + 148, + 365 + ], + [ + 147, + 364 + ], + [ + 148, + 363 + ], + [ + 149, + 364 + ], + [ + 150, + 365 + ], + [ + 149, + 366 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 48, + 510 + ], + [ + 47, + 511 + ], + [ + 47, + 510 + ], + [ + 46, + 509 + ], + [ + 45, + 510 + ], + [ + 44, + 510 + ], + [ + 43, + 510 + ], + [ + 42, + 509 + ], + [ + 41, + 510 + ], + [ + 40, + 509 + ], + [ + 39, + 509 + ], + [ + 38, + 509 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 238, + 511 + ], + [ + 239, + 510 + ], + [ + 238, + 509 + ], + [ + 237, + 508 + ], + [ + 236, + 507 + ], + [ + 235, + 508 + ], + [ + 234, + 508 + ], + [ + 233, + 508 + ], + [ + 234, + 507 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 136, + 373 + ], + [ + 135, + 374 + ], + [ + 134, + 373 + ], + [ + 133, + 372 + ], + [ + 132, + 371 + ], + [ + 131, + 370 + ], + [ + 130, + 369 + ], + [ + 129, + 369 + ], + [ + 128, + 369 + ], + [ + 127, + 368 + ], + [ + 126, + 367 + ], + [ + 125, + 366 + ], + [ + 124, + 365 + ], + [ + 124, + 364 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 79, + 333 + ], + [ + 78, + 334 + ], + [ + 77, + 335 + ], + [ + 76, + 336 + ], + [ + 75, + 337 + ], + [ + 74, + 338 + ], + [ + 73, + 339 + ], + [ + 72, + 340 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 64, + 202 + ], + "area_fraction": 0.3383 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 98, + 386 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 198, + 446 + ], + "area_fraction": 0.0751 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 358 + ], + "peak": [ + 50, + 363 + ], + "area_cells": 772 + }, + { + "id": "range_2", + "name": null, + "center": [ + 48, + 177 + ], + "peak": [ + 43, + 176 + ], + "area_cells": 308 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 47 + ], + "peak": [ + 56, + 50 + ], + "area_cells": 145 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 448 + ], + "peak": [ + 99, + 479 + ], + "area_cells": 3150 + }, + { + "id": "range_5", + "name": null, + "center": [ + 77, + 12 + ], + "peak": [ + 80, + 0 + ], + "area_cells": 569 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 137 + ], + "peak": [ + 108, + 137 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 119, + 125 + ], + "peak": [ + 120, + 125 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 130, + 318 + ], + "peak": [ + 130, + 319 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 161, + 37 + ], + "peak": [ + 186, + 48 + ], + "area_cells": 1070 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 398 + ], + "peak": [ + 156, + 399 + ], + "area_cells": 115 + }, + { + "id": "range_15", + "name": null, + "center": [ + 196, + 174 + ], + "peak": [ + 207, + 195 + ], + "area_cells": 718 + }, + { + "id": "range_16", + "name": null, + "center": [ + 179, + 245 + ], + "peak": [ + 182, + 245 + ], + "area_cells": 167 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612e/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612e/globe.png new file mode 100644 index 000000000..94b222771 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612e/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612e/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612e/heightmap.png new file mode 100644 index 000000000..9507c919e Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612e/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612e/index.md new file mode 100644 index 000000000..a7f3ce622 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3612e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3250945705 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.62 + oblateness: 0.004 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.431 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.184 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612e + +Cold Arid planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612e/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612e/markers.json new file mode 100644 index 000000000..3c3d4d3b5 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612e/markers.json @@ -0,0 +1,1334 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 126, + 379 + ], + [ + 125, + 378 + ], + [ + 124, + 379 + ], + [ + 123, + 379 + ], + [ + 122, + 380 + ], + [ + 121, + 380 + ], + [ + 120, + 381 + ], + [ + 119, + 382 + ], + [ + 118, + 383 + ], + [ + 117, + 384 + ], + [ + 116, + 385 + ], + [ + 115, + 386 + ], + [ + 114, + 386 + ], + [ + 115, + 387 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 207, + 12 + ], + [ + 208, + 13 + ], + [ + 209, + 14 + ], + [ + 210, + 14 + ], + [ + 211, + 15 + ], + [ + 212, + 16 + ], + [ + 213, + 15 + ], + [ + 214, + 16 + ], + [ + 215, + 16 + ], + [ + 216, + 16 + ], + [ + 217, + 15 + ], + [ + 218, + 14 + ], + [ + 219, + 14 + ], + [ + 220, + 15 + ], + [ + 221, + 15 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 127, + 90 + ], + [ + 126, + 91 + ], + [ + 125, + 92 + ], + [ + 124, + 93 + ], + [ + 123, + 94 + ], + [ + 123, + 95 + ], + [ + 124, + 96 + ], + [ + 124, + 97 + ], + [ + 123, + 98 + ], + [ + 123, + 99 + ], + [ + 124, + 100 + ], + [ + 123, + 101 + ], + [ + 124, + 102 + ], + [ + 123, + 103 + ], + [ + 123, + 104 + ], + [ + 122, + 105 + ], + [ + 122, + 106 + ], + [ + 122, + 107 + ], + [ + 123, + 107 + ], + [ + 123, + 106 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 91, + 201 + ], + [ + 90, + 200 + ], + [ + 89, + 199 + ], + [ + 88, + 198 + ], + [ + 87, + 197 + ], + [ + 86, + 196 + ], + [ + 85, + 195 + ], + [ + 84, + 194 + ], + [ + 83, + 193 + ], + [ + 83, + 192 + ], + [ + 82, + 191 + ], + [ + 83, + 190 + ], + [ + 84, + 189 + ], + [ + 83, + 188 + ], + [ + 83, + 187 + ], + [ + 84, + 186 + ], + [ + 83, + 185 + ], + [ + 84, + 184 + ], + [ + 84, + 183 + ], + [ + 84, + 182 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 66, + 156 + ], + [ + 65, + 155 + ], + [ + 64, + 154 + ], + [ + 64, + 153 + ], + [ + 64, + 152 + ], + [ + 63, + 151 + ], + [ + 63, + 150 + ], + [ + 62, + 150 + ], + [ + 61, + 150 + ], + [ + 60, + 151 + ], + [ + 59, + 150 + ], + [ + 58, + 149 + ], + [ + 59, + 148 + ], + [ + 59, + 147 + ], + [ + 58, + 147 + ], + [ + 58, + 148 + ], + [ + 57, + 147 + ], + [ + 58, + 146 + ], + [ + 58, + 145 + ], + [ + 59, + 144 + ], + [ + 60, + 145 + ], + [ + 60, + 144 + ], + [ + 61, + 144 + ], + [ + 61, + 143 + ], + [ + 61, + 142 + ], + [ + 62, + 143 + ], + [ + 63, + 143 + ], + [ + 62, + 142 + ], + [ + 63, + 142 + ], + [ + 63, + 141 + ], + [ + 64, + 140 + ], + [ + 65, + 139 + ], + [ + 66, + 138 + ], + [ + 67, + 137 + ], + [ + 68, + 136 + ], + [ + 69, + 135 + ], + [ + 69, + 134 + ], + [ + 70, + 133 + ], + [ + 71, + 132 + ], + [ + 70, + 132 + ], + [ + 71, + 131 + ], + [ + 70, + 130 + ], + [ + 71, + 129 + ], + [ + 71, + 130 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 157, + 486 + ], + [ + 158, + 485 + ], + [ + 159, + 484 + ], + [ + 160, + 483 + ], + [ + 161, + 482 + ], + [ + 162, + 481 + ], + [ + 163, + 480 + ], + [ + 163, + 479 + ], + [ + 164, + 478 + ], + [ + 164, + 477 + ], + [ + 165, + 476 + ], + [ + 164, + 475 + ], + [ + 164, + 474 + ], + [ + 163, + 473 + ], + [ + 163, + 472 + ], + [ + 162, + 471 + ], + [ + 163, + 470 + ], + [ + 162, + 469 + ], + [ + 163, + 468 + ], + [ + 162, + 467 + ], + [ + 162, + 466 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 129, + 406 + ], + [ + 128, + 405 + ], + [ + 127, + 404 + ], + [ + 126, + 404 + ], + [ + 125, + 403 + ], + [ + 124, + 404 + ], + [ + 123, + 403 + ], + [ + 122, + 404 + ], + [ + 121, + 405 + ], + [ + 120, + 405 + ], + [ + 119, + 405 + ], + [ + 120, + 404 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 146, + 77 + ], + [ + 147, + 78 + ], + [ + 148, + 79 + ], + [ + 148, + 80 + ], + [ + 148, + 81 + ], + [ + 149, + 82 + ], + [ + 150, + 83 + ], + [ + 150, + 84 + ], + [ + 150, + 85 + ], + [ + 150, + 86 + ], + [ + 149, + 87 + ], + [ + 149, + 88 + ], + [ + 149, + 89 + ], + [ + 149, + 90 + ], + [ + 148, + 91 + ], + [ + 149, + 92 + ], + [ + 149, + 93 + ], + [ + 150, + 94 + ], + [ + 149, + 94 + ], + [ + 150, + 95 + ], + [ + 150, + 96 + ], + [ + 151, + 97 + ], + [ + 152, + 97 + ], + [ + 153, + 97 + ], + [ + 154, + 97 + ], + [ + 154, + 98 + ], + [ + 155, + 99 + ], + [ + 155, + 100 + ], + [ + 155, + 101 + ], + [ + 156, + 102 + ], + [ + 157, + 103 + ], + [ + 158, + 104 + ], + [ + 159, + 105 + ], + [ + 160, + 106 + ], + [ + 161, + 107 + ], + [ + 162, + 108 + ], + [ + 163, + 109 + ], + [ + 164, + 110 + ], + [ + 165, + 111 + ], + [ + 166, + 112 + ], + [ + 166, + 113 + ], + [ + 167, + 114 + ], + [ + 168, + 115 + ], + [ + 168, + 116 + ], + [ + 169, + 117 + ], + [ + 170, + 118 + ], + [ + 171, + 119 + ], + [ + 172, + 120 + ], + [ + 173, + 121 + ], + [ + 172, + 122 + ], + [ + 172, + 123 + ], + [ + 171, + 124 + ], + [ + 172, + 125 + ], + [ + 172, + 124 + ], + [ + 173, + 124 + ], + [ + 174, + 125 + ], + [ + 173, + 125 + ], + [ + 173, + 126 + ], + [ + 172, + 127 + ], + [ + 171, + 126 + ], + [ + 172, + 126 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 140, + 150 + ], + [ + 139, + 150 + ], + [ + 138, + 150 + ], + [ + 137, + 149 + ], + [ + 138, + 148 + ], + [ + 137, + 147 + ], + [ + 137, + 146 + ], + [ + 138, + 145 + ], + [ + 138, + 144 + ], + [ + 139, + 143 + ], + [ + 140, + 142 + ], + [ + 139, + 141 + ], + [ + 138, + 140 + ], + [ + 138, + 139 + ], + [ + 138, + 138 + ], + [ + 139, + 137 + ], + [ + 140, + 136 + ], + [ + 139, + 135 + ], + [ + 139, + 134 + ], + [ + 138, + 133 + ], + [ + 137, + 132 + ], + [ + 136, + 131 + ], + [ + 135, + 131 + ], + [ + 136, + 130 + ], + [ + 135, + 130 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 216, + 116 + ], + [ + 215, + 116 + ], + [ + 214, + 117 + ], + [ + 213, + 118 + ], + [ + 212, + 119 + ], + [ + 211, + 118 + ], + [ + 210, + 118 + ], + [ + 209, + 118 + ], + [ + 208, + 118 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 125, + 167 + ], + [ + 126, + 166 + ], + [ + 127, + 165 + ], + [ + 128, + 164 + ], + [ + 129, + 163 + ], + [ + 130, + 162 + ], + [ + 130, + 161 + ], + [ + 129, + 160 + ], + [ + 129, + 159 + ], + [ + 128, + 158 + ], + [ + 127, + 157 + ], + [ + 126, + 156 + ], + [ + 125, + 155 + ], + [ + 124, + 154 + ], + [ + 123, + 154 + ], + [ + 122, + 153 + ], + [ + 121, + 152 + ], + [ + 120, + 152 + ], + [ + 119, + 152 + ], + [ + 120, + 151 + ], + [ + 120, + 150 + ], + [ + 119, + 151 + ], + [ + 119, + 150 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 125, + 250 + ], + [ + 124, + 249 + ], + [ + 123, + 248 + ], + [ + 122, + 247 + ], + [ + 121, + 246 + ], + [ + 120, + 245 + ], + [ + 119, + 244 + ], + [ + 118, + 243 + ], + [ + 117, + 242 + ], + [ + 118, + 241 + ], + [ + 117, + 240 + ], + [ + 117, + 239 + ], + [ + 116, + 238 + ], + [ + 116, + 237 + ], + [ + 117, + 236 + ], + [ + 116, + 236 + ], + [ + 116, + 235 + ], + [ + 115, + 234 + ], + [ + 116, + 234 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 241, + 79 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 32, + 506 + ], + "peak": [ + 33, + 509 + ], + "area_cells": 65 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 7 + ], + "peak": [ + 38, + 10 + ], + "area_cells": 118 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 460 + ], + "peak": [ + 49, + 461 + ], + "area_cells": 524 + }, + { + "id": "range_7", + "name": null, + "center": [ + 72, + 260 + ], + "peak": [ + 73, + 253 + ], + "area_cells": 226 + }, + { + "id": "range_8", + "name": null, + "center": [ + 67, + 431 + ], + "peak": [ + 68, + 427 + ], + "area_cells": 175 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 42 + ], + "peak": [ + 75, + 42 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 136, + 292 + ], + "peak": [ + 140, + 298 + ], + "area_cells": 638 + }, + { + "id": "range_12", + "name": null, + "center": [ + 154, + 295 + ], + "peak": [ + 154, + 295 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/globe.png new file mode 100644 index 000000000..fc27596ff Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/heightmap.png new file mode 100644 index 000000000..c0c2ff2d8 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/index.md new file mode 100644 index 000000000..decaa5211 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3612f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4243336315 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.379 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612f-m1 + +Frozen moon. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/markers.json new file mode 100644 index 000000000..ebc6173f3 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m1/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 36 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 20, + 295 + ], + "area_fraction": 0.024 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 14, + 395 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 69, + 473 + ], + "peak": [ + 62, + 479 + ], + "area_cells": 534 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 24 + ], + "peak": [ + 56, + 23 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 508 + ], + "peak": [ + 70, + 510 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 148, + 304 + ], + "peak": [ + 192, + 288 + ], + "area_cells": 12461 + }, + { + "id": "range_8", + "name": null, + "center": [ + 83, + 26 + ], + "peak": [ + 83, + 24 + ], + "area_cells": 134 + }, + { + "id": "range_9", + "name": null, + "center": [ + 96, + 252 + ], + "peak": [ + 88, + 249 + ], + "area_cells": 561 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 91 + ], + "peak": [ + 144, + 134 + ], + "area_cells": 6522 + }, + { + "id": "range_13", + "name": null, + "center": [ + 184, + 467 + ], + "peak": [ + 206, + 480 + ], + "area_cells": 5387 + }, + { + "id": "range_15", + "name": null, + "center": [ + 187, + 151 + ], + "peak": [ + 187, + 153 + ], + "area_cells": 33 + }, + { + "id": "range_16", + "name": null, + "center": [ + 192, + 134 + ], + "peak": [ + 193, + 139 + ], + "area_cells": 88 + }, + { + "id": "range_18", + "name": null, + "center": [ + 201, + 357 + ], + "peak": [ + 202, + 357 + ], + "area_cells": 28 + }, + { + "id": "range_20", + "name": null, + "center": [ + 204, + 1 + ], + "peak": [ + 205, + 0 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 239, + 478 + ], + "peak": [ + 241, + 483 + ], + "area_cells": 56 + }, + { + "id": "range_24", + "name": null, + "center": [ + 248, + 171 + ], + "peak": [ + 249, + 152 + ], + "area_cells": 778 + }, + { + "id": "range_25", + "name": null, + "center": [ + 249, + 245 + ], + "peak": [ + 246, + 234 + ], + "area_cells": 455 + }, + { + "id": "range_26", + "name": null, + "center": [ + 244, + 501 + ], + "peak": [ + 245, + 501 + ], + "area_cells": 67 + }, + { + "id": "range_27", + "name": null, + "center": [ + 251, + 134 + ], + "peak": [ + 252, + 140 + ], + "area_cells": 109 + }, + { + "id": "range_29", + "name": null, + "center": [ + 253, + 459 + ], + "peak": [ + 255, + 461 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/globe.png new file mode 100644 index 000000000..49429d2ff Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/heightmap.png new file mode 100644 index 000000000..5c27e9b92 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/index.md new file mode 100644 index 000000000..f1fa06a8e --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3612f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2133496865 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 44.5 +physical: + gravity_g: 0.08 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.799 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612f-m2 + +Barren moon. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/markers.json new file mode 100644 index 000000000..9678ff573 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612f-m2/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 20, + 445 + ], + "peak": [ + 16, + 444 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 123 + ], + "peak": [ + 42, + 125 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 70 + ], + "peak": [ + 90, + 70 + ], + "area_cells": 134 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 277 + ], + "peak": [ + 93, + 277 + ], + "area_cells": 436 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 167 + ], + "peak": [ + 87, + 168 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 365 + ], + "peak": [ + 106, + 364 + ], + "area_cells": 511 + }, + { + "id": "range_8", + "name": null, + "center": [ + 128, + 334 + ], + "peak": [ + 100, + 328 + ], + "area_cells": 1151 + }, + { + "id": "range_14", + "name": null, + "center": [ + 106, + 212 + ], + "peak": [ + 103, + 214 + ], + "area_cells": 48 + }, + { + "id": "range_18", + "name": null, + "center": [ + 121, + 402 + ], + "peak": [ + 122, + 403 + ], + "area_cells": 110 + }, + { + "id": "range_19", + "name": null, + "center": [ + 127, + 261 + ], + "peak": [ + 126, + 256 + ], + "area_cells": 96 + }, + { + "id": "range_20", + "name": null, + "center": [ + 133, + 65 + ], + "peak": [ + 134, + 65 + ], + "area_cells": 69 + }, + { + "id": "range_21", + "name": null, + "center": [ + 138, + 374 + ], + "peak": [ + 141, + 377 + ], + "area_cells": 391 + }, + { + "id": "range_23", + "name": null, + "center": [ + 141, + 488 + ], + "peak": [ + 142, + 488 + ], + "area_cells": 32 + }, + { + "id": "range_25", + "name": null, + "center": [ + 157, + 470 + ], + "peak": [ + 146, + 472 + ], + "area_cells": 92 + }, + { + "id": "range_26", + "name": null, + "center": [ + 152, + 213 + ], + "peak": [ + 153, + 224 + ], + "area_cells": 451 + }, + { + "id": "range_28", + "name": null, + "center": [ + 149, + 409 + ], + "peak": [ + 149, + 410 + ], + "area_cells": 24 + }, + { + "id": "range_30", + "name": null, + "center": [ + 153, + 275 + ], + "peak": [ + 153, + 276 + ], + "area_cells": 35 + }, + { + "id": "range_31", + "name": null, + "center": [ + 160, + 250 + ], + "peak": [ + 160, + 249 + ], + "area_cells": 24 + }, + { + "id": "range_32", + "name": null, + "center": [ + 169, + 288 + ], + "peak": [ + 170, + 290 + ], + "area_cells": 139 + }, + { + "id": "range_33", + "name": null, + "center": [ + 170, + 187 + ], + "peak": [ + 173, + 187 + ], + "area_cells": 158 + }, + { + "id": "range_34", + "name": null, + "center": [ + 182, + 51 + ], + "peak": [ + 182, + 51 + ], + "area_cells": 41 + }, + { + "id": "range_35", + "name": null, + "center": [ + 193, + 201 + ], + "peak": [ + 195, + 203 + ], + "area_cells": 172 + }, + { + "id": "range_37", + "name": null, + "center": [ + 197, + 113 + ], + "peak": [ + 198, + 114 + ], + "area_cells": 75 + }, + { + "id": "range_40", + "name": null, + "center": [ + 203, + 184 + ], + "peak": [ + 203, + 185 + ], + "area_cells": 91 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612f/globe.png new file mode 100644 index 000000000..e5e5a87db Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612f/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612f/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612f/index.md new file mode 100644 index 000000000..af4d0e408 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3612f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 4090348150 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.766 + period_days: 3800.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: null + oblateness: 0.0778 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.282 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 4 + storm_max_size: 0.117 +rings: + enabled: true + inner_radius_factor: 1.14 + outer_radius_factor: 2.37 + opacity_base: 0.45 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ3612f + +Gas giant. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612g/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612g/globe.png new file mode 100644 index 000000000..b6c9ea071 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612g/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612g/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612g/heightmap.png new file mode 100644 index 000000000..311fa3204 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612g/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612g/index.md new file mode 100644 index 000000000..db81ea9f5 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3612g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3402716473 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.84 + period_days: 9600.0 + axial_tilt_deg: 39.7 +physical: + gravity_g: 0.47 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.799 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612g + +Frozen planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.47g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612g/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612g/markers.json new file mode 100644 index 000000000..b76f102e3 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612g/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 212, + 134 + ], + "area_fraction": 0.1156 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 147, + 437 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 151, + 488 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 167, + 218 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 189, + 368 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 240, + 413 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 277 + ], + "peak": [ + 6, + 278 + ], + "area_cells": 154 + }, + { + "id": "range_2", + "name": null, + "center": [ + 64, + 349 + ], + "peak": [ + 61, + 382 + ], + "area_cells": 18358 + }, + { + "id": "range_3", + "name": null, + "center": [ + 80, + 28 + ], + "peak": [ + 68, + 0 + ], + "area_cells": 1154 + }, + { + "id": "range_4", + "name": null, + "center": [ + 78, + 107 + ], + "peak": [ + 75, + 126 + ], + "area_cells": 1296 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 143 + ], + "peak": [ + 112, + 150 + ], + "area_cells": 770 + }, + { + "id": "range_9", + "name": null, + "center": [ + 129, + 270 + ], + "peak": [ + 132, + 273 + ], + "area_cells": 276 + }, + { + "id": "range_10", + "name": null, + "center": [ + 152, + 138 + ], + "peak": [ + 154, + 137 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612h/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612h/globe.png new file mode 100644 index 000000000..aaa3089e4 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612h/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612h/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612h/heightmap.png new file mode 100644 index 000000000..adb9a19c3 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612h/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612h/index.md new file mode 100644 index 000000000..dd4e1feab --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3612h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2114974235 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 14.42 + period_days: 20000.0 + axial_tilt_deg: 20.6 +physical: + gravity_g: 0.37 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.879 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612h + +Frozen planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612h/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612h/markers.json new file mode 100644 index 000000000..26b43961c --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612h/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 154, + 175 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 175, + 267 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 184, + 312 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 210, + 14 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 228, + 427 + ], + "area_fraction": 0.0526 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 335 + ], + "peak": [ + 0, + 344 + ], + "area_cells": 11359 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 89 + ], + "peak": [ + 52, + 90 + ], + "area_cells": 98 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 335 + ], + "peak": [ + 77, + 333 + ], + "area_cells": 68 + }, + { + "id": "range_12", + "name": null, + "center": [ + 92, + 16 + ], + "peak": [ + 91, + 12 + ], + "area_cells": 446 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 492 + ], + "peak": [ + 92, + 492 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612i/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612i/globe.png new file mode 100644 index 000000000..4f435802b Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612i/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612i/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612i/heightmap.png new file mode 100644 index 000000000..6257e1b96 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612i/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612i/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612i/index.md new file mode 100644 index 000000000..dd8df09a2 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3612i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2456898854 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 22.89 + period_days: 40000.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.28 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.703 + polar_ice_lat: 0.188 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612i + +Frozen planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 40000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612i/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612i/markers.json new file mode 100644 index 000000000..3e86dd5d6 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612i/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 41, + 23 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 46, + 472 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 47, + 109 + ], + "area_fraction": 0.008 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 216, + 253 + ], + "area_fraction": 0.2398 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 0, + 218 + ], + "peak": [ + 0, + 219 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 266 + ], + "peak": [ + 0, + 274 + ], + "area_cells": 213 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 298 + ], + "peak": [ + 90, + 289 + ], + "area_cells": 10222 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 93 + ], + "peak": [ + 95, + 95 + ], + "area_cells": 143 + }, + { + "id": "range_7", + "name": null, + "center": [ + 115, + 143 + ], + "peak": [ + 125, + 120 + ], + "area_cells": 1741 + }, + { + "id": "range_8", + "name": null, + "center": [ + 106, + 77 + ], + "peak": [ + 107, + 76 + ], + "area_cells": 33 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 393 + ], + "peak": [ + 136, + 396 + ], + "area_cells": 158 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612j/globe.png b/wiki/star-systems/GJ-3612/bodies/GJ3612j/globe.png new file mode 100644 index 000000000..60cac4066 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612j/globe.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612j/heightmap.png b/wiki/star-systems/GJ-3612/bodies/GJ3612j/heightmap.png new file mode 100644 index 000000000..aa5d15b46 Binary files /dev/null and b/wiki/star-systems/GJ-3612/bodies/GJ3612j/heightmap.png differ diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612j/index.md b/wiki/star-systems/GJ-3612/bodies/GJ3612j/index.md new file mode 100644 index 000000000..664d6e70f --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3612j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2302064563 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 34.495 + period_days: 74000.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.798 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3612j + +Frozen planet. + +**System:** [GJ-3612](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 74000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3612/bodies/GJ3612j/markers.json b/wiki/star-systems/GJ-3612/bodies/GJ3612j/markers.json new file mode 100644 index 000000000..68b5fdaf4 --- /dev/null +++ b/wiki/star-systems/GJ-3612/bodies/GJ3612j/markers.json @@ -0,0 +1,192 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 67, + 230 + ], + "area_fraction": 0.012 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 78, + 155 + ], + "area_fraction": 0.006 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 138, + 445 + ], + "area_fraction": 0.0754 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 161, + 41 + ], + "area_fraction": 0.0364 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 173, + 206 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 169, + 378 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 65 + ], + "peak": [ + 4, + 113 + ], + "area_cells": 3549 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 384 + ], + "peak": [ + 0, + 387 + ], + "area_cells": 428 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 444 + ], + "peak": [ + 0, + 448 + ], + "area_cells": 73 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 480 + ], + "peak": [ + 20, + 506 + ], + "area_cells": 1760 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 326 + ], + "peak": [ + 34, + 335 + ], + "area_cells": 3405 + }, + { + "id": "range_8", + "name": null, + "center": [ + 32, + 379 + ], + "peak": [ + 31, + 380 + ], + "area_cells": 150 + }, + { + "id": "range_10", + "name": null, + "center": [ + 199, + 340 + ], + "peak": [ + 198, + 340 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 204, + 301 + ], + "peak": [ + 207, + 294 + ], + "area_cells": 188 + }, + { + "id": "range_12", + "name": null, + "center": [ + 204, + 325 + ], + "peak": [ + 205, + 325 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3618b/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618b/globe.png new file mode 100644 index 000000000..0433ecc59 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618b/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618b/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618b/heightmap.png new file mode 100644 index 000000000..5aaabed5b Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618b/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618b/index.md new file mode 100644 index 000000000..114acdb2e --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3618b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2589867549 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.041 + period_days: 3.0 + axial_tilt_deg: 2.1 +physical: + gravity_g: 0.28 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618b + +Barren planet. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 100% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618b/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618b/markers.json new file mode 100644 index 000000000..fb067fa57 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618b/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 30, + 144 + ], + "peak": [ + 31, + 144 + ], + "area_cells": 59 + }, + { + "id": "range_4", + "name": null, + "center": [ + 153, + 271 + ], + "peak": [ + 135, + 438 + ], + "area_cells": 44419 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 189 + ], + "peak": [ + 45, + 189 + ], + "area_cells": 78 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 143 + ], + "peak": [ + 68, + 144 + ], + "area_cells": 88 + }, + { + "id": "range_10", + "name": null, + "center": [ + 77, + 102 + ], + "peak": [ + 73, + 105 + ], + "area_cells": 116 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 495 + ], + "peak": [ + 84, + 492 + ], + "area_cells": 337 + }, + { + "id": "range_12", + "name": null, + "center": [ + 102, + 4 + ], + "peak": [ + 93, + 0 + ], + "area_cells": 259 + }, + { + "id": "range_14", + "name": null, + "center": [ + 87, + 438 + ], + "peak": [ + 89, + 440 + ], + "area_cells": 129 + }, + { + "id": "range_19", + "name": null, + "center": [ + 216, + 468 + ], + "peak": [ + 218, + 468 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618c/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618c/globe.png new file mode 100644 index 000000000..0a98da419 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618c/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618c/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618c/heightmap.png new file mode 100644 index 000000000..92c2d86fd Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618c/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618c/index.md new file mode 100644 index 000000000..280ad5161 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3618c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2398291948 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 16.4 +physical: + gravity_g: 0.45 + oblateness: 0.0006 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.877 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618c + +Barren planet. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618c/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618c/markers.json new file mode 100644 index 000000000..e36faef2c --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618c/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 4 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 503 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 77 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 224 + ], + "peak": [ + 15, + 225 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 1 + ], + "peak": [ + 17, + 0 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 302 + ], + "peak": [ + 87, + 252 + ], + "area_cells": 15508 + }, + { + "id": "range_8", + "name": null, + "center": [ + 17, + 508 + ], + "peak": [ + 17, + 511 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 80, + 480 + ], + "peak": [ + 92, + 488 + ], + "area_cells": 3896 + }, + { + "id": "range_10", + "name": null, + "center": [ + 141, + 46 + ], + "peak": [ + 96, + 59 + ], + "area_cells": 12936 + }, + { + "id": "range_19", + "name": null, + "center": [ + 79, + 316 + ], + "peak": [ + 81, + 316 + ], + "area_cells": 35 + }, + { + "id": "range_23", + "name": null, + "center": [ + 111, + 168 + ], + "peak": [ + 112, + 169 + ], + "area_cells": 56 + }, + { + "id": "range_27", + "name": null, + "center": [ + 136, + 302 + ], + "peak": [ + 135, + 303 + ], + "area_cells": 64 + }, + { + "id": "range_29", + "name": null, + "center": [ + 156, + 456 + ], + "peak": [ + 158, + 455 + ], + "area_cells": 386 + }, + { + "id": "range_30", + "name": null, + "center": [ + 140, + 272 + ], + "peak": [ + 140, + 271 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 143, + 151 + ], + "peak": [ + 146, + 151 + ], + "area_cells": 34 + }, + { + "id": "range_35", + "name": null, + "center": [ + 155, + 161 + ], + "peak": [ + 155, + 158 + ], + "area_cells": 103 + }, + { + "id": "range_38", + "name": null, + "center": [ + 164, + 296 + ], + "peak": [ + 167, + 293 + ], + "area_cells": 143 + }, + { + "id": "range_39", + "name": null, + "center": [ + 189, + 304 + ], + "peak": [ + 192, + 291 + ], + "area_cells": 416 + }, + { + "id": "range_40", + "name": null, + "center": [ + 205, + 501 + ], + "peak": [ + 229, + 509 + ], + "area_cells": 1077 + }, + { + "id": "range_41", + "name": null, + "center": [ + 195, + 252 + ], + "peak": [ + 206, + 234 + ], + "area_cells": 908 + }, + { + "id": "range_48", + "name": null, + "center": [ + 245, + 91 + ], + "peak": [ + 242, + 94 + ], + "area_cells": 159 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618d/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618d/globe.png new file mode 100644 index 000000000..a94b04c16 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618d/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618d/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618d/heightmap.png new file mode 100644 index 000000000..a75ca17b0 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618d/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618d/index.md new file mode 100644 index 000000000..7d02428e5 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3618d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 641519139 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.167 + period_days: 25.0 + axial_tilt_deg: 6.1 +physical: + gravity_g: 0.38 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.97 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.142 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618d + +Arid planet. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618d/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618d/markers.json new file mode 100644 index 000000000..5579d267b --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618d/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 132 + ], + "peak": [ + 27, + 166 + ], + "area_cells": 4368 + }, + { + "id": "range_2", + "name": null, + "center": [ + 80, + 408 + ], + "peak": [ + 108, + 443 + ], + "area_cells": 13363 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 311 + ], + "peak": [ + 39, + 312 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 494 + ], + "peak": [ + 64, + 494 + ], + "area_cells": 36 + }, + { + "id": "range_8", + "name": null, + "center": [ + 69, + 12 + ], + "peak": [ + 68, + 12 + ], + "area_cells": 224 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 474 + ], + "peak": [ + 213, + 490 + ], + "area_cells": 1160 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618e/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618e/globe.png new file mode 100644 index 000000000..149584353 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618e/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618e/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618e/heightmap.png new file mode 100644 index 000000000..c9f00789a Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618e/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618e/index.md new file mode 100644 index 000000000..45e839aaa --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3618e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2277158521 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.422 + period_days: 100.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.3 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.825 + polar_ice_lat: 0.107 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618e + +Frozen planet. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618e/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618e/markers.json new file mode 100644 index 000000000..7c22785d5 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618e/markers.json @@ -0,0 +1,293 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 375 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 50, + 247 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 94, + 130 + ], + "area_fraction": 0.0469 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 229, + 112 + ], + "area_fraction": 0.0591 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 227, + 363 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 235, + 490 + ], + "area_fraction": 0.01 + }, + { + "id": "water_51", + "name": null, + "kind": "lake", + "center": [ + 238, + 311 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 195 + ], + "peak": [ + 7, + 214 + ], + "area_cells": 1903 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 253 + ], + "peak": [ + 3, + 256 + ], + "area_cells": 154 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 389 + ], + "peak": [ + 42, + 393 + ], + "area_cells": 346 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 363 + ], + "peak": [ + 57, + 364 + ], + "area_cells": 54 + }, + { + "id": "range_10", + "name": null, + "center": [ + 160, + 34 + ], + "peak": [ + 168, + 1 + ], + "area_cells": 4787 + }, + { + "id": "range_11", + "name": null, + "center": [ + 164, + 444 + ], + "peak": [ + 129, + 510 + ], + "area_cells": 7173 + }, + { + "id": "range_12", + "name": null, + "center": [ + 126, + 59 + ], + "peak": [ + 127, + 59 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 140, + 287 + ], + "peak": [ + 142, + 286 + ], + "area_cells": 349 + }, + { + "id": "range_14", + "name": null, + "center": [ + 157, + 317 + ], + "peak": [ + 142, + 331 + ], + "area_cells": 625 + }, + { + "id": "range_15", + "name": null, + "center": [ + 145, + 88 + ], + "peak": [ + 144, + 91 + ], + "area_cells": 411 + }, + { + "id": "range_16", + "name": null, + "center": [ + 141, + 352 + ], + "peak": [ + 142, + 353 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 155, + 181 + ], + "peak": [ + 155, + 181 + ], + "area_cells": 61 + }, + { + "id": "range_19", + "name": null, + "center": [ + 163, + 126 + ], + "peak": [ + 162, + 128 + ], + "area_cells": 134 + }, + { + "id": "range_20", + "name": null, + "center": [ + 165, + 208 + ], + "peak": [ + 172, + 222 + ], + "area_cells": 382 + }, + { + "id": "range_22", + "name": null, + "center": [ + 165, + 152 + ], + "peak": [ + 166, + 163 + ], + "area_cells": 113 + }, + { + "id": "range_24", + "name": null, + "center": [ + 200, + 245 + ], + "peak": [ + 196, + 248 + ], + "area_cells": 238 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/globe.png new file mode 100644 index 000000000..7be9c1780 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/heightmap.png new file mode 100644 index 000000000..2aba7dc50 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/index.md new file mode 100644 index 000000000..3aa579e5c --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3618f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 183987143 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.05 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.852 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618f-1 + +Barren moon. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/markers.json new file mode 100644 index 000000000..967869f3f --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618f-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 35, + 46 + ], + "peak": [ + 33, + 46 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 41 + ], + "peak": [ + 69, + 34 + ], + "area_cells": 639 + }, + { + "id": "range_6", + "name": null, + "center": [ + 72, + 500 + ], + "peak": [ + 66, + 503 + ], + "area_cells": 571 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 368 + ], + "peak": [ + 62, + 368 + ], + "area_cells": 118 + }, + { + "id": "range_10", + "name": null, + "center": [ + 64, + 328 + ], + "peak": [ + 66, + 327 + ], + "area_cells": 49 + }, + { + "id": "range_11", + "name": null, + "center": [ + 81, + 392 + ], + "peak": [ + 82, + 391 + ], + "area_cells": 340 + }, + { + "id": "range_12", + "name": null, + "center": [ + 70, + 448 + ], + "peak": [ + 71, + 448 + ], + "area_cells": 37 + }, + { + "id": "range_15", + "name": null, + "center": [ + 90, + 179 + ], + "peak": [ + 90, + 179 + ], + "area_cells": 116 + }, + { + "id": "range_16", + "name": null, + "center": [ + 93, + 204 + ], + "peak": [ + 95, + 203 + ], + "area_cells": 115 + }, + { + "id": "range_17", + "name": null, + "center": [ + 98, + 1 + ], + "peak": [ + 97, + 0 + ], + "area_cells": 58 + }, + { + "id": "range_19", + "name": null, + "center": [ + 105, + 355 + ], + "peak": [ + 107, + 354 + ], + "area_cells": 335 + }, + { + "id": "range_20", + "name": null, + "center": [ + 108, + 476 + ], + "peak": [ + 109, + 476 + ], + "area_cells": 73 + }, + { + "id": "range_21", + "name": null, + "center": [ + 116, + 67 + ], + "peak": [ + 115, + 60 + ], + "area_cells": 327 + }, + { + "id": "range_22", + "name": null, + "center": [ + 117, + 177 + ], + "peak": [ + 118, + 178 + ], + "area_cells": 83 + }, + { + "id": "range_23", + "name": null, + "center": [ + 126, + 223 + ], + "peak": [ + 121, + 216 + ], + "area_cells": 290 + }, + { + "id": "range_24", + "name": null, + "center": [ + 123, + 154 + ], + "peak": [ + 126, + 160 + ], + "area_cells": 169 + }, + { + "id": "range_25", + "name": null, + "center": [ + 127, + 338 + ], + "peak": [ + 127, + 340 + ], + "area_cells": 51 + }, + { + "id": "range_26", + "name": null, + "center": [ + 210, + 408 + ], + "peak": [ + 169, + 350 + ], + "area_cells": 10799 + }, + { + "id": "range_27", + "name": null, + "center": [ + 137, + 254 + ], + "peak": [ + 138, + 255 + ], + "area_cells": 38 + }, + { + "id": "range_28", + "name": null, + "center": [ + 217, + 80 + ], + "peak": [ + 207, + 128 + ], + "area_cells": 5577 + }, + { + "id": "range_29", + "name": null, + "center": [ + 153, + 327 + ], + "peak": [ + 152, + 327 + ], + "area_cells": 109 + }, + { + "id": "range_30", + "name": null, + "center": [ + 157, + 200 + ], + "peak": [ + 161, + 203 + ], + "area_cells": 151 + }, + { + "id": "range_31", + "name": null, + "center": [ + 200, + 170 + ], + "peak": [ + 191, + 200 + ], + "area_cells": 1592 + }, + { + "id": "range_33", + "name": null, + "center": [ + 181, + 310 + ], + "peak": [ + 182, + 311 + ], + "area_cells": 75 + }, + { + "id": "range_37", + "name": null, + "center": [ + 243, + 275 + ], + "peak": [ + 240, + 309 + ], + "area_cells": 1638 + }, + { + "id": "range_44", + "name": null, + "center": [ + 247, + 213 + ], + "peak": [ + 255, + 224 + ], + "area_cells": 343 + }, + { + "id": "range_45", + "name": null, + "center": [ + 251, + 160 + ], + "peak": [ + 255, + 171 + ], + "area_cells": 279 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/globe.png new file mode 100644 index 000000000..828bf8394 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/heightmap.png new file mode 100644 index 000000000..b8e05fd87 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/index.md new file mode 100644 index 000000000..9a851be15 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3618f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1487013577 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.03 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618f-2 + +Frozen moon. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/markers.json new file mode 100644 index 000000000..e3e555afd --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618f-2/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 212, + 296 + ], + "area_fraction": 0.2622 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 167, + 380 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 122 + ], + "peak": [ + 0, + 183 + ], + "area_cells": 14550 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 451 + ], + "peak": [ + 2, + 372 + ], + "area_cells": 6478 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 312 + ], + "peak": [ + 91, + 311 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618f/globe.png new file mode 100644 index 000000000..f45da572b Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618f/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618f/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618f/index.md new file mode 100644 index 000000000..d0ea45a47 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ3618f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1959387324 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.392 + period_days: 600.0 + axial_tilt_deg: 24.4 +physical: + gravity_g: null + oblateness: 0.0598 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.185 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.138 +--- + +# GJ3618f + +Gas giant. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618g/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618g/globe.png new file mode 100644 index 000000000..485e8b6e7 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618g/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618g/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618g/heightmap.png new file mode 100644 index 000000000..d0375a349 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618g/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618g/index.md new file mode 100644 index 000000000..a83b5a080 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3618g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1277568431 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.22 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.81 + polar_ice_lat: 0.258 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618g + +Frozen planet. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618g/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618g/markers.json new file mode 100644 index 000000000..7aeb474d2 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618g/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 96, + 116 + ], + "area_fraction": 0.1315 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 77, + 333 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 86, + 382 + ], + "area_fraction": 0.007 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 110, + 295 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 185, + 377 + ], + "area_fraction": 0.0252 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 3, + 24 + ], + "peak": [ + 2, + 22 + ], + "area_cells": 142 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 263 + ], + "peak": [ + 1, + 269 + ], + "area_cells": 940 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 400 + ], + "peak": [ + 4, + 380 + ], + "area_cells": 2223 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 482 + ], + "peak": [ + 0, + 486 + ], + "area_cells": 215 + }, + { + "id": "range_7", + "name": null, + "center": [ + 48, + 384 + ], + "peak": [ + 44, + 382 + ], + "area_cells": 672 + }, + { + "id": "range_9", + "name": null, + "center": [ + 61, + 257 + ], + "peak": [ + 64, + 255 + ], + "area_cells": 333 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 23 + ], + "peak": [ + 80, + 41 + ], + "area_cells": 299 + }, + { + "id": "range_11", + "name": null, + "center": [ + 99, + 483 + ], + "peak": [ + 95, + 482 + ], + "area_cells": 1041 + }, + { + "id": "range_13", + "name": null, + "center": [ + 98, + 442 + ], + "peak": [ + 98, + 443 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 111, + 366 + ], + "peak": [ + 114, + 369 + ], + "area_cells": 108 + }, + { + "id": "range_16", + "name": null, + "center": [ + 153, + 201 + ], + "peak": [ + 162, + 234 + ], + "area_cells": 2725 + }, + { + "id": "range_18", + "name": null, + "center": [ + 213, + 424 + ], + "peak": [ + 197, + 445 + ], + "area_cells": 3879 + }, + { + "id": "range_19", + "name": null, + "center": [ + 216, + 91 + ], + "peak": [ + 214, + 113 + ], + "area_cells": 4959 + }, + { + "id": "range_21", + "name": null, + "center": [ + 186, + 155 + ], + "peak": [ + 186, + 155 + ], + "area_cells": 39 + }, + { + "id": "range_22", + "name": null, + "center": [ + 185, + 283 + ], + "peak": [ + 186, + 284 + ], + "area_cells": 51 + }, + { + "id": "range_24", + "name": null, + "center": [ + 239, + 490 + ], + "peak": [ + 240, + 491 + ], + "area_cells": 107 + }, + { + "id": "range_27", + "name": null, + "center": [ + 246, + 31 + ], + "peak": [ + 247, + 28 + ], + "area_cells": 50 + }, + { + "id": "range_28", + "name": null, + "center": [ + 249, + 258 + ], + "peak": [ + 253, + 251 + ], + "area_cells": 120 + }, + { + "id": "range_30", + "name": null, + "center": [ + 253, + 229 + ], + "peak": [ + 254, + 227 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618h/globe.png b/wiki/star-systems/GJ-3618/bodies/GJ3618h/globe.png new file mode 100644 index 000000000..b074df4aa Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618h/globe.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618h/heightmap.png b/wiki/star-systems/GJ-3618/bodies/GJ3618h/heightmap.png new file mode 100644 index 000000000..8ea7b8470 Binary files /dev/null and b/wiki/star-systems/GJ-3618/bodies/GJ3618h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618h/index.md b/wiki/star-systems/GJ-3618/bodies/GJ3618h/index.md new file mode 100644 index 000000000..334c73f32 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3618h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2483627759 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.874 + period_days: 5200.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.12 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3618h + +Frozen planet. + +**System:** [GJ-3618](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3618/bodies/GJ3618h/markers.json b/wiki/star-systems/GJ-3618/bodies/GJ3618h/markers.json new file mode 100644 index 000000000..f804323d0 --- /dev/null +++ b/wiki/star-systems/GJ-3618/bodies/GJ3618h/markers.json @@ -0,0 +1,241 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 257 + ], + "area_fraction": 0.1351 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 127, + 452 + ], + "area_fraction": 0.0352 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 138, + 276 + ], + "area_fraction": 0.019 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 142, + 347 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 154, + 100 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 220, + 167 + ], + "area_fraction": 0.0362 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 242, + 44 + ], + "area_fraction": 0.0136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 85 + ], + "peak": [ + 82, + 87 + ], + "area_cells": 309 + }, + { + "id": "range_2", + "name": null, + "center": [ + 93, + 135 + ], + "peak": [ + 96, + 135 + ], + "area_cells": 148 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 349 + ], + "peak": [ + 95, + 378 + ], + "area_cells": 1061 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 227 + ], + "peak": [ + 105, + 226 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 161, + 55 + ], + "peak": [ + 159, + 60 + ], + "area_cells": 713 + }, + { + "id": "range_7", + "name": null, + "center": [ + 188, + 495 + ], + "peak": [ + 207, + 503 + ], + "area_cells": 631 + }, + { + "id": "range_8", + "name": null, + "center": [ + 192, + 366 + ], + "peak": [ + 168, + 366 + ], + "area_cells": 6142 + }, + { + "id": "range_14", + "name": null, + "center": [ + 205, + 32 + ], + "peak": [ + 219, + 25 + ], + "area_cells": 487 + }, + { + "id": "range_15", + "name": null, + "center": [ + 191, + 102 + ], + "peak": [ + 189, + 112 + ], + "area_cells": 185 + }, + { + "id": "range_16", + "name": null, + "center": [ + 193, + 4 + ], + "peak": [ + 193, + 0 + ], + "area_cells": 89 + }, + { + "id": "range_18", + "name": null, + "center": [ + 235, + 292 + ], + "peak": [ + 234, + 271 + ], + "area_cells": 1190 + }, + { + "id": "range_20", + "name": null, + "center": [ + 229, + 435 + ], + "peak": [ + 231, + 436 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3622b/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622b/globe.png new file mode 100644 index 000000000..73da425a5 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622b/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622b/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622b/heightmap.png new file mode 100644 index 000000000..68b64083e Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622b/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622b/index.md new file mode 100644 index 000000000..644328470 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3622b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3156160196 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.024 + period_days: 2.0 + axial_tilt_deg: 1.5 +physical: + gravity_g: 0.25 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.942 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622b + +Barren planet. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.25g | +| **Land** | 98% | +| **Year** | 2 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622b/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622b/markers.json new file mode 100644 index 000000000..48355e452 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622b/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 316 + ], + "peak": [ + 82, + 316 + ], + "area_cells": 35 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 406 + ], + "peak": [ + 87, + 406 + ], + "area_cells": 32 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 384 + ], + "peak": [ + 91, + 378 + ], + "area_cells": 259 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 329 + ], + "peak": [ + 103, + 351 + ], + "area_cells": 2231 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 243 + ], + "peak": [ + 105, + 244 + ], + "area_cells": 134 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 405 + ], + "peak": [ + 101, + 405 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 117, + 15 + ], + "peak": [ + 114, + 20 + ], + "area_cells": 458 + }, + { + "id": "range_11", + "name": null, + "center": [ + 151, + 120 + ], + "peak": [ + 167, + 89 + ], + "area_cells": 2676 + }, + { + "id": "range_13", + "name": null, + "center": [ + 142, + 504 + ], + "peak": [ + 151, + 507 + ], + "area_cells": 569 + }, + { + "id": "range_14", + "name": null, + "center": [ + 139, + 57 + ], + "peak": [ + 149, + 49 + ], + "area_cells": 445 + }, + { + "id": "range_16", + "name": null, + "center": [ + 134, + 480 + ], + "peak": [ + 135, + 479 + ], + "area_cells": 132 + }, + { + "id": "range_18", + "name": null, + "center": [ + 134, + 445 + ], + "peak": [ + 136, + 444 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 137, + 376 + ], + "peak": [ + 137, + 377 + ], + "area_cells": 52 + }, + { + "id": "range_20", + "name": null, + "center": [ + 155, + 359 + ], + "peak": [ + 153, + 356 + ], + "area_cells": 309 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 482 + ], + "peak": [ + 154, + 485 + ], + "area_cells": 249 + }, + { + "id": "range_22", + "name": null, + "center": [ + 171, + 12 + ], + "peak": [ + 164, + 2 + ], + "area_cells": 582 + }, + { + "id": "range_23", + "name": null, + "center": [ + 159, + 294 + ], + "peak": [ + 158, + 295 + ], + "area_cells": 84 + }, + { + "id": "range_24", + "name": null, + "center": [ + 166, + 171 + ], + "peak": [ + 169, + 171 + ], + "area_cells": 125 + }, + { + "id": "range_25", + "name": null, + "center": [ + 176, + 289 + ], + "peak": [ + 175, + 288 + ], + "area_cells": 96 + }, + { + "id": "range_26", + "name": null, + "center": [ + 181, + 155 + ], + "peak": [ + 181, + 155 + ], + "area_cells": 34 + }, + { + "id": "range_27", + "name": null, + "center": [ + 193, + 60 + ], + "peak": [ + 198, + 61 + ], + "area_cells": 117 + }, + { + "id": "range_29", + "name": null, + "center": [ + 199, + 362 + ], + "peak": [ + 202, + 364 + ], + "area_cells": 88 + }, + { + "id": "range_30", + "name": null, + "center": [ + 213, + 502 + ], + "peak": [ + 225, + 511 + ], + "area_cells": 586 + }, + { + "id": "range_31", + "name": null, + "center": [ + 213, + 11 + ], + "peak": [ + 205, + 19 + ], + "area_cells": 530 + }, + { + "id": "range_33", + "name": null, + "center": [ + 201, + 33 + ], + "peak": [ + 198, + 33 + ], + "area_cells": 47 + }, + { + "id": "range_34", + "name": null, + "center": [ + 210, + 342 + ], + "peak": [ + 211, + 342 + ], + "area_cells": 57 + }, + { + "id": "range_35", + "name": null, + "center": [ + 216, + 90 + ], + "peak": [ + 217, + 91 + ], + "area_cells": 36 + }, + { + "id": "range_38", + "name": null, + "center": [ + 234, + 302 + ], + "peak": [ + 233, + 309 + ], + "area_cells": 183 + }, + { + "id": "range_43", + "name": null, + "center": [ + 250, + 65 + ], + "peak": [ + 251, + 66 + ], + "area_cells": 56 + }, + { + "id": "range_47", + "name": null, + "center": [ + 253, + 48 + ], + "peak": [ + 254, + 52 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/globe.png new file mode 100644 index 000000000..f0929ce9c Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/heightmap.png new file mode 100644 index 000000000..4355bd166 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/index.md new file mode 100644 index 000000000..ae8af4b29 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3622c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 400961120 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.024 + period_days: 2.0 + axial_tilt_deg: 1.8 +physical: + gravity_g: 0.04 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.978 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622c-1 + +Barren moon. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 97% | +| **Orbit** | 2 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/markers.json new file mode 100644 index 000000000..e9a43ed08 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622c-1/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 39 + ], + "peak": [ + 31, + 70 + ], + "area_cells": 6142 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 334 + ], + "peak": [ + 79, + 272 + ], + "area_cells": 23826 + }, + { + "id": "range_18", + "name": null, + "center": [ + 108, + 373 + ], + "peak": [ + 109, + 368 + ], + "area_cells": 828 + }, + { + "id": "range_19", + "name": null, + "center": [ + 106, + 509 + ], + "peak": [ + 107, + 511 + ], + "area_cells": 38 + }, + { + "id": "range_20", + "name": null, + "center": [ + 104, + 60 + ], + "peak": [ + 104, + 60 + ], + "area_cells": 33 + }, + { + "id": "range_26", + "name": null, + "center": [ + 157, + 279 + ], + "peak": [ + 124, + 283 + ], + "area_cells": 1165 + }, + { + "id": "range_27", + "name": null, + "center": [ + 146, + 342 + ], + "peak": [ + 131, + 344 + ], + "area_cells": 162 + }, + { + "id": "range_28", + "name": null, + "center": [ + 133, + 237 + ], + "peak": [ + 132, + 237 + ], + "area_cells": 22 + }, + { + "id": "range_29", + "name": null, + "center": [ + 137, + 65 + ], + "peak": [ + 138, + 64 + ], + "area_cells": 102 + }, + { + "id": "range_30", + "name": null, + "center": [ + 140, + 297 + ], + "peak": [ + 143, + 299 + ], + "area_cells": 65 + }, + { + "id": "range_31", + "name": null, + "center": [ + 154, + 455 + ], + "peak": [ + 155, + 456 + ], + "area_cells": 63 + }, + { + "id": "range_32", + "name": null, + "center": [ + 152, + 309 + ], + "peak": [ + 153, + 309 + ], + "area_cells": 41 + }, + { + "id": "range_33", + "name": null, + "center": [ + 155, + 393 + ], + "peak": [ + 156, + 394 + ], + "area_cells": 48 + }, + { + "id": "range_34", + "name": null, + "center": [ + 158, + 428 + ], + "peak": [ + 158, + 428 + ], + "area_cells": 40 + }, + { + "id": "range_37", + "name": null, + "center": [ + 169, + 317 + ], + "peak": [ + 170, + 318 + ], + "area_cells": 58 + }, + { + "id": "range_38", + "name": null, + "center": [ + 170, + 368 + ], + "peak": [ + 170, + 368 + ], + "area_cells": 26 + }, + { + "id": "range_40", + "name": null, + "center": [ + 219, + 305 + ], + "peak": [ + 220, + 306 + ], + "area_cells": 28 + }, + { + "id": "range_42", + "name": null, + "center": [ + 225, + 285 + ], + "peak": [ + 222, + 284 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622c/globe.png new file mode 100644 index 000000000..ad57da27f Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622c/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622c/heightmap.png new file mode 100644 index 000000000..458a090ef Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622c/index.md new file mode 100644 index 000000000..a045cf74e --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3622c +name: Hardanger +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3277853994 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.8 +physical: + gravity_g: 0.91 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.956 + polar_ice_lat: 0.789 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: extensive +clouds: + enabled: true + coverage_base: 0.541 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Hardanger + +Temperate planet. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | extensive | +| **Land** | 96% | +| **Year** | 5 days | +| **Inhabited** | yes | +| **Population** | 400M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622c/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622c/markers.json new file mode 100644 index 000000000..9e2aafe45 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622c/markers.json @@ -0,0 +1,1207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 165, + 411 + ], + [ + 166, + 410 + ], + [ + 167, + 409 + ], + [ + 167, + 408 + ], + [ + 166, + 407 + ], + [ + 165, + 406 + ], + [ + 164, + 405 + ], + [ + 163, + 404 + ], + [ + 162, + 403 + ], + [ + 161, + 402 + ], + [ + 160, + 401 + ], + [ + 159, + 400 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 114, + 412 + ], + [ + 113, + 413 + ], + [ + 112, + 414 + ], + [ + 111, + 415 + ], + [ + 110, + 416 + ], + [ + 109, + 415 + ], + [ + 108, + 416 + ], + [ + 107, + 417 + ], + [ + 106, + 416 + ], + [ + 105, + 415 + ], + [ + 104, + 414 + ], + [ + 103, + 413 + ], + [ + 102, + 412 + ], + [ + 101, + 412 + ], + [ + 100, + 412 + ], + [ + 99, + 411 + ], + [ + 98, + 410 + ], + [ + 97, + 409 + ], + [ + 96, + 409 + ], + [ + 95, + 408 + ], + [ + 94, + 407 + ], + [ + 93, + 406 + ], + [ + 92, + 405 + ], + [ + 91, + 404 + ], + [ + 91, + 403 + ], + [ + 91, + 402 + ], + [ + 91, + 401 + ], + [ + 91, + 400 + ], + [ + 90, + 400 + ], + [ + 90, + 399 + ], + [ + 91, + 398 + ], + [ + 90, + 398 + ], + [ + 91, + 397 + ], + [ + 90, + 396 + ], + [ + 90, + 395 + ], + [ + 91, + 395 + ], + [ + 91, + 396 + ], + [ + 90, + 397 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 131, + 364 + ], + [ + 130, + 365 + ], + [ + 129, + 366 + ], + [ + 128, + 367 + ], + [ + 127, + 368 + ], + [ + 126, + 369 + ], + [ + 125, + 370 + ], + [ + 124, + 371 + ], + [ + 123, + 372 + ], + [ + 123, + 373 + ], + [ + 122, + 374 + ], + [ + 121, + 375 + ], + [ + 120, + 374 + ], + [ + 119, + 373 + ], + [ + 118, + 372 + ], + [ + 117, + 371 + ], + [ + 116, + 371 + ], + [ + 115, + 370 + ], + [ + 115, + 369 + ], + [ + 115, + 368 + ], + [ + 114, + 367 + ], + [ + 113, + 368 + ], + [ + 113, + 367 + ], + [ + 114, + 366 + ], + [ + 115, + 367 + ], + [ + 115, + 366 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 240, + 350 + ], + [ + 240, + 349 + ], + [ + 241, + 350 + ], + [ + 242, + 350 + ], + [ + 243, + 351 + ], + [ + 244, + 350 + ], + [ + 245, + 350 + ], + [ + 246, + 350 + ], + [ + 247, + 351 + ], + [ + 246, + 352 + ], + [ + 247, + 353 + ], + [ + 247, + 354 + ], + [ + 246, + 355 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 111, + 193 + ], + [ + 110, + 194 + ], + [ + 109, + 195 + ], + [ + 108, + 196 + ], + [ + 107, + 195 + ], + [ + 106, + 194 + ], + [ + 105, + 193 + ], + [ + 104, + 193 + ], + [ + 103, + 192 + ], + [ + 102, + 191 + ], + [ + 101, + 190 + ], + [ + 100, + 190 + ], + [ + 99, + 190 + ], + [ + 99, + 189 + ], + [ + 99, + 188 + ], + [ + 100, + 187 + ], + [ + 99, + 186 + ], + [ + 99, + 187 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 128, + 144 + ], + [ + 127, + 143 + ], + [ + 127, + 142 + ], + [ + 126, + 142 + ], + [ + 125, + 141 + ], + [ + 124, + 140 + ], + [ + 123, + 139 + ], + [ + 123, + 138 + ], + [ + 122, + 139 + ], + [ + 121, + 139 + ], + [ + 121, + 138 + ], + [ + 122, + 137 + ], + [ + 123, + 136 + ], + [ + 122, + 135 + ], + [ + 122, + 134 + ], + [ + 121, + 134 + ], + [ + 122, + 133 + ], + [ + 121, + 133 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 162, + 109 + ], + [ + 161, + 110 + ], + [ + 160, + 111 + ], + [ + 159, + 112 + ], + [ + 158, + 113 + ], + [ + 157, + 114 + ], + [ + 156, + 115 + ], + [ + 155, + 116 + ], + [ + 155, + 117 + ], + [ + 154, + 118 + ], + [ + 153, + 119 + ], + [ + 153, + 120 + ], + [ + 152, + 121 + ], + [ + 153, + 122 + ], + [ + 153, + 123 + ], + [ + 152, + 124 + ], + [ + 153, + 125 + ], + [ + 152, + 126 + ], + [ + 153, + 127 + ], + [ + 152, + 128 + ], + [ + 152, + 129 + ], + [ + 151, + 130 + ], + [ + 150, + 131 + ], + [ + 151, + 132 + ], + [ + 152, + 133 + ], + [ + 152, + 134 + ], + [ + 151, + 134 + ], + [ + 152, + 135 + ], + [ + 151, + 135 + ], + [ + 151, + 136 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 184, + 162 + ], + [ + 183, + 161 + ], + [ + 182, + 160 + ], + [ + 181, + 159 + ], + [ + 180, + 160 + ], + [ + 179, + 161 + ], + [ + 178, + 162 + ], + [ + 177, + 163 + ], + [ + 176, + 162 + ], + [ + 175, + 163 + ], + [ + 174, + 164 + ], + [ + 173, + 163 + ], + [ + 172, + 164 + ], + [ + 171, + 163 + ], + [ + 171, + 162 + ], + [ + 170, + 161 + ], + [ + 169, + 160 + ], + [ + 168, + 159 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 176, + 413 + ], + [ + 177, + 413 + ], + [ + 178, + 412 + ], + [ + 179, + 411 + ], + [ + 179, + 410 + ], + [ + 180, + 409 + ], + [ + 181, + 408 + ], + [ + 182, + 407 + ], + [ + 183, + 406 + ], + [ + 184, + 405 + ], + [ + 185, + 404 + ], + [ + 186, + 403 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 194, + 445 + ], + [ + 193, + 446 + ], + [ + 192, + 447 + ], + [ + 191, + 448 + ], + [ + 190, + 449 + ], + [ + 189, + 450 + ], + [ + 188, + 451 + ], + [ + 187, + 452 + ], + [ + 186, + 453 + ], + [ + 185, + 453 + ], + [ + 184, + 453 + ], + [ + 183, + 453 + ], + [ + 182, + 452 + ], + [ + 181, + 453 + ], + [ + 180, + 452 + ], + [ + 181, + 451 + ], + [ + 181, + 452 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 237, + 234 + ], + [ + 237, + 235 + ], + [ + 238, + 235 + ], + [ + 239, + 234 + ], + [ + 240, + 234 + ], + [ + 241, + 233 + ], + [ + 241, + 232 + ], + [ + 242, + 233 + ], + [ + 243, + 232 + ], + [ + 244, + 231 + ], + [ + 245, + 230 + ], + [ + 246, + 229 + ], + [ + 247, + 229 + ], + [ + 248, + 228 + ], + [ + 249, + 228 + ], + [ + 250, + 229 + ], + [ + 251, + 230 + ], + [ + 252, + 230 + ], + [ + 253, + 230 + ], + [ + 254, + 229 + ], + [ + 255, + 229 + ], + [ + 255, + 230 + ], + [ + 255, + 231 + ], + [ + 255, + 232 + ], + [ + 254, + 233 + ], + [ + 254, + 232 + ], + [ + 253, + 231 + ], + [ + 254, + 230 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 135, + 498 + ], + [ + 134, + 497 + ], + [ + 133, + 496 + ], + [ + 132, + 495 + ], + [ + 131, + 494 + ], + [ + 130, + 493 + ], + [ + 129, + 492 + ], + [ + 128, + 493 + ], + [ + 127, + 492 + ], + [ + 127, + 491 + ], + [ + 127, + 490 + ], + [ + 126, + 491 + ], + [ + 126, + 490 + ], + [ + 126, + 489 + ], + [ + 125, + 489 + ], + [ + 125, + 488 + ], + [ + 126, + 488 + ], + [ + 127, + 489 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 210, + 342 + ], + "area_fraction": 0.0325 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 418 + ], + "peak": [ + 27, + 438 + ], + "area_cells": 6822 + }, + { + "id": "range_2", + "name": null, + "center": [ + 63, + 170 + ], + "peak": [ + 54, + 175 + ], + "area_cells": 2527 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 61 + ], + "peak": [ + 79, + 59 + ], + "area_cells": 550 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 347 + ], + "peak": [ + 141, + 353 + ], + "area_cells": 649 + }, + { + "id": "range_6", + "name": null, + "center": [ + 150, + 245 + ], + "peak": [ + 153, + 257 + ], + "area_cells": 339 + }, + { + "id": "range_7", + "name": null, + "center": [ + 184, + 35 + ], + "peak": [ + 185, + 38 + ], + "area_cells": 63 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 130 + ], + "peak": [ + 190, + 130 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 200, + 110 + ], + "peak": [ + 200, + 111 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 225, + 86 + ], + "peak": [ + 228, + 80 + ], + "area_cells": 168 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622d/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622d/globe.png new file mode 100644 index 000000000..29b1a8b47 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622d/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622d/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622d/heightmap.png new file mode 100644 index 000000000..26841716c Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622d/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622d/index.md new file mode 100644 index 000000000..59a7ad4f6 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3622d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 713094044 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.35 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.108 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622d + +Frozen planet. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622d/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622d/markers.json new file mode 100644 index 000000000..cdffb942d --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622d/markers.json @@ -0,0 +1,54 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 119 + ], + "area_fraction": 0.065 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 7, + 462 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 114, + 32 + ], + "area_fraction": 0.006 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 137, + 171 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622e/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622e/globe.png new file mode 100644 index 000000000..4649e7302 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622e/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622e/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622e/heightmap.png new file mode 100644 index 000000000..a44c39dbb Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622e/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622e/index.md new file mode 100644 index 000000000..e3d45012f --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3622e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1725541365 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.216 + period_days: 55.0 + axial_tilt_deg: 36.2 +physical: + gravity_g: 0.3 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.773 + polar_ice_lat: 0.246 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622e + +Frozen planet. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622e/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622e/markers.json new file mode 100644 index 000000000..20da03228 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622e/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 207, + 434 + ], + "area_fraction": 0.0902 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 183, + 316 + ], + "area_fraction": 0.009 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 212, + 26 + ], + "area_fraction": 0.0275 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 220, + 243 + ], + "area_fraction": 0.0759 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 246 + ], + "peak": [ + 27, + 166 + ], + "area_cells": 33201 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 317 + ], + "peak": [ + 73, + 318 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 500 + ], + "peak": [ + 85, + 501 + ], + "area_cells": 139 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 316 + ], + "peak": [ + 82, + 317 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/globe.png new file mode 100644 index 000000000..e8304800a Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/heightmap.png new file mode 100644 index 000000000..e19351a7c Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/index.md new file mode 100644 index 000000000..83240af81 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3622f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3563886235 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.06 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.854 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622f-1 + +Barren moon. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/markers.json new file mode 100644 index 000000000..20621e7d5 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622f-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_8", + "name": null, + "center": [ + 61, + 43 + ], + "peak": [ + 63, + 43 + ], + "area_cells": 123 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 477 + ], + "peak": [ + 71, + 478 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 145, + 347 + ], + "peak": [ + 142, + 386 + ], + "area_cells": 6993 + }, + { + "id": "range_12", + "name": null, + "center": [ + 80, + 183 + ], + "peak": [ + 80, + 184 + ], + "area_cells": 72 + }, + { + "id": "range_13", + "name": null, + "center": [ + 87, + 18 + ], + "peak": [ + 88, + 19 + ], + "area_cells": 172 + }, + { + "id": "range_14", + "name": null, + "center": [ + 82, + 337 + ], + "peak": [ + 81, + 337 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 93, + 72 + ], + "peak": [ + 92, + 74 + ], + "area_cells": 65 + }, + { + "id": "range_19", + "name": null, + "center": [ + 112, + 467 + ], + "peak": [ + 119, + 476 + ], + "area_cells": 569 + }, + { + "id": "range_20", + "name": null, + "center": [ + 98, + 4 + ], + "peak": [ + 98, + 5 + ], + "area_cells": 59 + }, + { + "id": "range_21", + "name": null, + "center": [ + 107, + 51 + ], + "peak": [ + 108, + 52 + ], + "area_cells": 318 + }, + { + "id": "range_22", + "name": null, + "center": [ + 135, + 96 + ], + "peak": [ + 139, + 95 + ], + "area_cells": 1092 + }, + { + "id": "range_23", + "name": null, + "center": [ + 118, + 314 + ], + "peak": [ + 119, + 316 + ], + "area_cells": 84 + }, + { + "id": "range_24", + "name": null, + "center": [ + 130, + 172 + ], + "peak": [ + 145, + 170 + ], + "area_cells": 497 + }, + { + "id": "range_26", + "name": null, + "center": [ + 154, + 223 + ], + "peak": [ + 148, + 227 + ], + "area_cells": 426 + }, + { + "id": "range_28", + "name": null, + "center": [ + 147, + 476 + ], + "peak": [ + 145, + 479 + ], + "area_cells": 131 + }, + { + "id": "range_29", + "name": null, + "center": [ + 149, + 143 + ], + "peak": [ + 149, + 143 + ], + "area_cells": 38 + }, + { + "id": "range_30", + "name": null, + "center": [ + 154, + 55 + ], + "peak": [ + 157, + 55 + ], + "area_cells": 77 + }, + { + "id": "range_31", + "name": null, + "center": [ + 157, + 458 + ], + "peak": [ + 157, + 458 + ], + "area_cells": 33 + }, + { + "id": "range_32", + "name": null, + "center": [ + 206, + 397 + ], + "peak": [ + 197, + 372 + ], + "area_cells": 1622 + }, + { + "id": "range_33", + "name": null, + "center": [ + 174, + 182 + ], + "peak": [ + 171, + 185 + ], + "area_cells": 155 + }, + { + "id": "range_34", + "name": null, + "center": [ + 192, + 124 + ], + "peak": [ + 192, + 126 + ], + "area_cells": 1555 + }, + { + "id": "range_44", + "name": null, + "center": [ + 212, + 182 + ], + "peak": [ + 212, + 182 + ], + "area_cells": 86 + }, + { + "id": "range_46", + "name": null, + "center": [ + 211, + 449 + ], + "peak": [ + 216, + 447 + ], + "area_cells": 70 + }, + { + "id": "range_49", + "name": null, + "center": [ + 222, + 224 + ], + "peak": [ + 222, + 223 + ], + "area_cells": 53 + }, + { + "id": "range_54", + "name": null, + "center": [ + 230, + 219 + ], + "peak": [ + 231, + 219 + ], + "area_cells": 22 + }, + { + "id": "range_55", + "name": null, + "center": [ + 232, + 234 + ], + "peak": [ + 232, + 235 + ], + "area_cells": 25 + }, + { + "id": "range_57", + "name": null, + "center": [ + 246, + 315 + ], + "peak": [ + 249, + 313 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/globe.png new file mode 100644 index 000000000..f66a463d3 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/heightmap.png new file mode 100644 index 000000000..2d4ce1a83 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/index.md new file mode 100644 index 000000000..83293220d --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3622f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1391006581 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: 0.04 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.88 + polar_ice_lat: 0.138 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622f-2 + +Frozen moon. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/markers.json new file mode 100644 index 000000000..0d5556a41 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622f-2/markers.json @@ -0,0 +1,98 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 145, + 41 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 167, + 482 + ], + "area_fraction": 0.01 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 173, + 242 + ], + "area_fraction": 0.015 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 173, + 418 + ], + "area_fraction": 0.01 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 176, + 20 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 183, + 178 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_50", + "name": null, + "kind": "sea", + "center": [ + 247, + 259 + ], + "area_fraction": 0.0233 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 159 + ], + "peak": [ + 10, + 181 + ], + "area_cells": 6825 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622f/globe.png new file mode 100644 index 000000000..3bbbf5ebc Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622f/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622f/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622f/index.md new file mode 100644 index 000000000..32d3de2ce --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3622f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3285747768 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.866 + period_days: 440.0 + axial_tilt_deg: 23.6 +physical: + gravity_g: null + oblateness: 0.0853 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.111 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.79 + opacity_base: 0.62 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ3622f + +Gas giant. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622g/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622g/globe.png new file mode 100644 index 000000000..5a33789bf Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622g/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622g/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622g/heightmap.png new file mode 100644 index 000000000..ff152d103 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622g/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622g/index.md new file mode 100644 index 000000000..e20de14ed --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3622g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4251721176 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.173 + period_days: 1750.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.22 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.789 + polar_ice_lat: 0.139 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622g + +Frozen planet. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622g/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622g/markers.json new file mode 100644 index 000000000..354724c24 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622g/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 111, + 355 + ], + "area_fraction": 0.1251 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 132, + 159 + ], + "area_fraction": 0.023 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 125, + 210 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 146, + 114 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 161, + 338 + ], + "area_fraction": 0.009 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 184, + 435 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 27 + ], + "peak": [ + 2, + 0 + ], + "area_cells": 1107 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 217 + ], + "peak": [ + 23, + 220 + ], + "area_cells": 4542 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 412 + ], + "peak": [ + 0, + 491 + ], + "area_cells": 4963 + }, + { + "id": "range_12", + "name": null, + "center": [ + 222, + 135 + ], + "peak": [ + 242, + 165 + ], + "area_cells": 11322 + }, + { + "id": "range_13", + "name": null, + "center": [ + 204, + 310 + ], + "peak": [ + 201, + 306 + ], + "area_cells": 287 + }, + { + "id": "range_18", + "name": null, + "center": [ + 248, + 477 + ], + "peak": [ + 251, + 490 + ], + "area_cells": 1012 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622h/globe.png b/wiki/star-systems/GJ-3622/bodies/GJ3622h/globe.png new file mode 100644 index 000000000..dae1590b4 Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622h/globe.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622h/heightmap.png b/wiki/star-systems/GJ-3622/bodies/GJ3622h/heightmap.png new file mode 100644 index 000000000..1d7ec3b8c Binary files /dev/null and b/wiki/star-systems/GJ-3622/bodies/GJ3622h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622h/index.md b/wiki/star-systems/GJ-3622/bodies/GJ3622h/index.md new file mode 100644 index 000000000..de94dc910 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3622h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4205657399 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 39.0 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.874 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3622h + +Frozen planet. + +**System:** [GJ-3622](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3622/bodies/GJ3622h/markers.json b/wiki/star-systems/GJ-3622/bodies/GJ3622h/markers.json new file mode 100644 index 000000000..ad68ebb74 --- /dev/null +++ b/wiki/star-systems/GJ-3622/bodies/GJ3622h/markers.json @@ -0,0 +1,377 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 23 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 41, + 356 + ], + "area_fraction": 0.0497 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 14, + 477 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 115, + 451 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 250, + 345 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 81 + ], + "peak": [ + 9, + 73 + ], + "area_cells": 553 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 223 + ], + "peak": [ + 28, + 224 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 233 + ], + "peak": [ + 30, + 234 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 42, + 159 + ], + "peak": [ + 44, + 150 + ], + "area_cells": 343 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 104 + ], + "peak": [ + 44, + 99 + ], + "area_cells": 493 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 121 + ], + "peak": [ + 47, + 123 + ], + "area_cells": 125 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 245 + ], + "peak": [ + 49, + 242 + ], + "area_cells": 390 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 185 + ], + "peak": [ + 71, + 188 + ], + "area_cells": 1458 + }, + { + "id": "range_10", + "name": null, + "center": [ + 97, + 70 + ], + "peak": [ + 95, + 84 + ], + "area_cells": 1228 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 499 + ], + "peak": [ + 98, + 495 + ], + "area_cells": 178 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 348 + ], + "peak": [ + 115, + 364 + ], + "area_cells": 996 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 157 + ], + "peak": [ + 101, + 157 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 225 + ], + "peak": [ + 129, + 235 + ], + "area_cells": 847 + }, + { + "id": "range_17", + "name": null, + "center": [ + 132, + 64 + ], + "peak": [ + 130, + 60 + ], + "area_cells": 194 + }, + { + "id": "range_19", + "name": null, + "center": [ + 136, + 29 + ], + "peak": [ + 137, + 28 + ], + "area_cells": 59 + }, + { + "id": "range_20", + "name": null, + "center": [ + 158, + 265 + ], + "peak": [ + 159, + 265 + ], + "area_cells": 21 + }, + { + "id": "range_21", + "name": null, + "center": [ + 191, + 165 + ], + "peak": [ + 195, + 158 + ], + "area_cells": 402 + }, + { + "id": "range_22", + "name": null, + "center": [ + 209, + 431 + ], + "peak": [ + 199, + 443 + ], + "area_cells": 1841 + }, + { + "id": "range_23", + "name": null, + "center": [ + 196, + 362 + ], + "peak": [ + 196, + 363 + ], + "area_cells": 66 + }, + { + "id": "range_25", + "name": null, + "center": [ + 223, + 87 + ], + "peak": [ + 224, + 83 + ], + "area_cells": 1121 + }, + { + "id": "range_27", + "name": null, + "center": [ + 211, + 226 + ], + "peak": [ + 213, + 227 + ], + "area_cells": 119 + }, + { + "id": "range_28", + "name": null, + "center": [ + 234, + 30 + ], + "peak": [ + 228, + 52 + ], + "area_cells": 1768 + }, + { + "id": "range_29", + "name": null, + "center": [ + 224, + 184 + ], + "peak": [ + 224, + 187 + ], + "area_cells": 79 + }, + { + "id": "range_31", + "name": null, + "center": [ + 241, + 499 + ], + "peak": [ + 234, + 504 + ], + "area_cells": 659 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ370b/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370b/globe.png new file mode 100644 index 000000000..75c27bdf3 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370b/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370b/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370b/heightmap.png new file mode 100644 index 000000000..e1ee3b3cd Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370b/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370b/index.md b/wiki/star-systems/GJ-370/bodies/GJ370b/index.md new file mode 100644 index 000000000..1d6c85168 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ370b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 490491982 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.38 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.882 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370b + +Barren planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 92% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370b/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370b/markers.json new file mode 100644 index 000000000..f5eaf4238 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370b/markers.json @@ -0,0 +1,266 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 23, + 321 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 22, + 388 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 33, + 107 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 15 + ], + "peak": [ + 105, + 17 + ], + "area_cells": 202 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 307 + ], + "peak": [ + 102, + 307 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 143, + 74 + ], + "peak": [ + 162, + 32 + ], + "area_cells": 2749 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 96 + ], + "peak": [ + 127, + 96 + ], + "area_cells": 50 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 281 + ], + "peak": [ + 128, + 279 + ], + "area_cells": 71 + }, + { + "id": "range_7", + "name": null, + "center": [ + 131, + 488 + ], + "peak": [ + 134, + 486 + ], + "area_cells": 213 + }, + { + "id": "range_10", + "name": null, + "center": [ + 156, + 503 + ], + "peak": [ + 148, + 511 + ], + "area_cells": 447 + }, + { + "id": "range_11", + "name": null, + "center": [ + 158, + 254 + ], + "peak": [ + 148, + 252 + ], + "area_cells": 256 + }, + { + "id": "range_12", + "name": null, + "center": [ + 144, + 323 + ], + "peak": [ + 144, + 323 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 154, + 306 + ], + "peak": [ + 158, + 307 + ], + "area_cells": 201 + }, + { + "id": "range_14", + "name": null, + "center": [ + 169, + 178 + ], + "peak": [ + 176, + 173 + ], + "area_cells": 680 + }, + { + "id": "range_16", + "name": null, + "center": [ + 184, + 19 + ], + "peak": [ + 184, + 21 + ], + "area_cells": 57 + }, + { + "id": "range_18", + "name": null, + "center": [ + 192, + 211 + ], + "peak": [ + 195, + 211 + ], + "area_cells": 149 + }, + { + "id": "range_19", + "name": null, + "center": [ + 197, + 14 + ], + "peak": [ + 197, + 14 + ], + "area_cells": 52 + }, + { + "id": "range_21", + "name": null, + "center": [ + 235, + 279 + ], + "peak": [ + 235, + 276 + ], + "area_cells": 173 + }, + { + "id": "range_25", + "name": null, + "center": [ + 227, + 291 + ], + "peak": [ + 227, + 292 + ], + "area_cells": 33 + }, + { + "id": "range_32", + "name": null, + "center": [ + 254, + 243 + ], + "peak": [ + 255, + 242 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370c/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370c/globe.png new file mode 100644 index 000000000..312d6a75c Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370c/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370c/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370c/heightmap.png new file mode 100644 index 000000000..03b1535e9 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370c/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370c/index.md b/wiki/star-systems/GJ-370/bodies/GJ370c/index.md new file mode 100644 index 000000000..d6115ed36 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ370c +name: Laag +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3009848217 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 15.2 +physical: + gravity_g: 0.88 + oblateness: 0.0031 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.617 + polar_ice_lat: 0.766 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.546 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Laag + +Temperate planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 28M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370c/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370c/markers.json new file mode 100644 index 000000000..c521fdd4a --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370c/markers.json @@ -0,0 +1,576 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 108, + 31 + ], + [ + 109, + 32 + ], + [ + 110, + 32 + ], + [ + 111, + 32 + ], + [ + 112, + 32 + ], + [ + 113, + 31 + ], + [ + 114, + 30 + ], + [ + 115, + 29 + ], + [ + 116, + 30 + ], + [ + 117, + 30 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 204, + 340 + ], + [ + 203, + 341 + ], + [ + 202, + 342 + ], + [ + 201, + 343 + ], + [ + 200, + 342 + ], + [ + 199, + 342 + ], + [ + 198, + 343 + ], + [ + 197, + 342 + ], + [ + 196, + 343 + ], + [ + 195, + 344 + ], + [ + 194, + 344 + ], + [ + 193, + 345 + ], + [ + 192, + 346 + ], + [ + 191, + 346 + ], + [ + 190, + 347 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 228, + 282 + ], + [ + 229, + 283 + ], + [ + 230, + 284 + ], + [ + 231, + 285 + ], + [ + 232, + 286 + ], + [ + 233, + 287 + ], + [ + 234, + 288 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 106, + 453 + ], + [ + 105, + 454 + ], + [ + 104, + 455 + ], + [ + 103, + 456 + ], + [ + 102, + 457 + ], + [ + 103, + 458 + ], + [ + 103, + 459 + ], + [ + 103, + 460 + ], + [ + 104, + 461 + ], + [ + 104, + 462 + ], + [ + 105, + 463 + ], + [ + 106, + 464 + ], + [ + 106, + 465 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 141, + 204 + ], + [ + 142, + 205 + ], + [ + 143, + 204 + ], + [ + 144, + 205 + ], + [ + 145, + 206 + ], + [ + 146, + 205 + ], + [ + 147, + 205 + ], + [ + 148, + 205 + ], + [ + 149, + 204 + ], + [ + 150, + 205 + ], + [ + 151, + 205 + ], + [ + 151, + 204 + ], + [ + 152, + 203 + ], + [ + 152, + 204 + ], + [ + 153, + 205 + ], + [ + 154, + 205 + ], + [ + 155, + 206 + ], + [ + 156, + 207 + ], + [ + 157, + 208 + ], + [ + 158, + 209 + ], + [ + 159, + 210 + ], + [ + 160, + 211 + ], + [ + 161, + 212 + ], + [ + 162, + 213 + ], + [ + 163, + 212 + ], + [ + 164, + 212 + ], + [ + 165, + 212 + ], + [ + 166, + 213 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 110, + 265 + ], + [ + 111, + 264 + ], + [ + 112, + 263 + ], + [ + 113, + 262 + ], + [ + 114, + 261 + ], + [ + 115, + 262 + ], + [ + 116, + 262 + ], + [ + 117, + 263 + ], + [ + 118, + 264 + ], + [ + 119, + 265 + ], + [ + 119, + 266 + ], + [ + 119, + 267 + ], + [ + 120, + 266 + ], + [ + 120, + 265 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 122, + 230 + ], + [ + 123, + 230 + ], + [ + 124, + 231 + ], + [ + 125, + 231 + ], + [ + 126, + 231 + ], + [ + 127, + 232 + ], + [ + 127, + 231 + ], + [ + 127, + 230 + ], + [ + 126, + 230 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 184, + 412 + ], + "area_fraction": 0.1698 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 187, + 98 + ], + "area_fraction": 0.197 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 170, + 244 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 31 + ], + "peak": [ + 30, + 0 + ], + "area_cells": 2403 + }, + { + "id": "range_2", + "name": null, + "center": [ + 54, + 249 + ], + "peak": [ + 49, + 253 + ], + "area_cells": 2563 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 418 + ], + "peak": [ + 30, + 506 + ], + "area_cells": 8071 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 181 + ], + "peak": [ + 29, + 181 + ], + "area_cells": 47 + }, + { + "id": "range_5", + "name": null, + "center": [ + 27, + 244 + ], + "peak": [ + 27, + 246 + ], + "area_cells": 82 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 29 + ], + "peak": [ + 57, + 32 + ], + "area_cells": 57 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 5 + ], + "peak": [ + 64, + 3 + ], + "area_cells": 135 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 315 + ], + "peak": [ + 59, + 316 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370d/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370d/globe.png new file mode 100644 index 000000000..68f22d3e8 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370d/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370d/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370d/heightmap.png new file mode 100644 index 000000000..55de8394f Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370d/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370d/index.md b/wiki/star-systems/GJ-370/bodies/GJ370d/index.md new file mode 100644 index 000000000..e432f8e28 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ370d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2294280320 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 34.5 +physical: + gravity_g: 0.52 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.388 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.108 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370d + +Cold Arid planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370d/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370d/markers.json new file mode 100644 index 000000000..ef4a37b80 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370d/markers.json @@ -0,0 +1,874 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 29, + 475 + ], + [ + 30, + 476 + ], + [ + 31, + 477 + ], + [ + 32, + 477 + ], + [ + 33, + 477 + ], + [ + 34, + 477 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 88, + 235 + ], + [ + 89, + 236 + ], + [ + 90, + 237 + ], + [ + 91, + 238 + ], + [ + 92, + 239 + ], + [ + 92, + 240 + ], + [ + 91, + 241 + ], + [ + 92, + 242 + ], + [ + 93, + 241 + ], + [ + 93, + 242 + ], + [ + 92, + 241 + ], + [ + 91, + 242 + ], + [ + 91, + 243 + ], + [ + 92, + 243 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 125, + 429 + ], + [ + 126, + 429 + ], + [ + 127, + 428 + ], + [ + 128, + 427 + ], + [ + 129, + 426 + ], + [ + 130, + 425 + ], + [ + 130, + 424 + ], + [ + 131, + 423 + ], + [ + 132, + 422 + ], + [ + 133, + 421 + ], + [ + 133, + 420 + ], + [ + 133, + 419 + ], + [ + 133, + 418 + ], + [ + 133, + 417 + ], + [ + 132, + 418 + ], + [ + 132, + 419 + ], + [ + 132, + 420 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 45, + 411 + ], + [ + 46, + 410 + ], + [ + 47, + 409 + ], + [ + 48, + 409 + ], + [ + 49, + 410 + ], + [ + 50, + 409 + ], + [ + 51, + 408 + ], + [ + 52, + 408 + ], + [ + 53, + 407 + ], + [ + 54, + 407 + ], + [ + 55, + 408 + ], + [ + 56, + 408 + ], + [ + 57, + 408 + ], + [ + 58, + 407 + ], + [ + 59, + 408 + ], + [ + 60, + 407 + ], + [ + 61, + 407 + ], + [ + 62, + 406 + ], + [ + 63, + 406 + ], + [ + 64, + 406 + ], + [ + 65, + 406 + ], + [ + 64, + 405 + ], + [ + 63, + 405 + ], + [ + 62, + 405 + ], + [ + 61, + 405 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 26, + 380 + ], + [ + 27, + 379 + ], + [ + 28, + 380 + ], + [ + 29, + 379 + ], + [ + 30, + 379 + ], + [ + 31, + 378 + ], + [ + 32, + 378 + ], + [ + 33, + 378 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 17, + 87 + ], + [ + 16, + 86 + ], + [ + 15, + 87 + ], + [ + 14, + 88 + ], + [ + 13, + 89 + ], + [ + 14, + 90 + ], + [ + 13, + 91 + ], + [ + 12, + 92 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 69, + 351 + ], + [ + 70, + 350 + ], + [ + 71, + 349 + ], + [ + 72, + 348 + ], + [ + 73, + 347 + ], + [ + 74, + 346 + ], + [ + 75, + 345 + ], + [ + 75, + 344 + ], + [ + 76, + 343 + ], + [ + 75, + 342 + ], + [ + 75, + 341 + ], + [ + 75, + 340 + ], + [ + 74, + 339 + ], + [ + 75, + 338 + ], + [ + 75, + 337 + ], + [ + 74, + 336 + ], + [ + 74, + 337 + ], + [ + 75, + 336 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 47, + 318 + ], + [ + 46, + 319 + ], + [ + 45, + 320 + ], + [ + 44, + 321 + ], + [ + 43, + 322 + ], + [ + 42, + 323 + ], + [ + 41, + 324 + ], + [ + 40, + 323 + ], + [ + 39, + 322 + ], + [ + 38, + 322 + ], + [ + 37, + 322 + ], + [ + 37, + 321 + ], + [ + 36, + 322 + ], + [ + 35, + 321 + ], + [ + 34, + 321 + ], + [ + 33, + 321 + ], + [ + 32, + 321 + ], + [ + 31, + 321 + ], + [ + 30, + 321 + ], + [ + 29, + 321 + ], + [ + 28, + 321 + ], + [ + 27, + 321 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 42, + 153 + ], + [ + 43, + 152 + ], + [ + 44, + 151 + ], + [ + 45, + 150 + ], + [ + 46, + 150 + ], + [ + 47, + 149 + ], + [ + 48, + 148 + ], + [ + 49, + 147 + ], + [ + 48, + 146 + ], + [ + 49, + 145 + ], + [ + 49, + 144 + ], + [ + 48, + 143 + ], + [ + 47, + 142 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 105, + 202 + ], + [ + 104, + 202 + ], + [ + 103, + 201 + ], + [ + 102, + 202 + ], + [ + 101, + 202 + ], + [ + 100, + 203 + ], + [ + 99, + 203 + ], + [ + 98, + 204 + ], + [ + 97, + 205 + ], + [ + 96, + 206 + ], + [ + 97, + 207 + ], + [ + 96, + 208 + ], + [ + 97, + 209 + ], + [ + 96, + 210 + ], + [ + 95, + 211 + ], + [ + 94, + 212 + ], + [ + 94, + 213 + ], + [ + 93, + 214 + ], + [ + 94, + 214 + ], + [ + 93, + 213 + ], + [ + 92, + 213 + ], + [ + 92, + 214 + ], + [ + 92, + 215 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 52, + 128 + ], + [ + 51, + 129 + ], + [ + 51, + 130 + ], + [ + 50, + 131 + ], + [ + 51, + 132 + ], + [ + 50, + 133 + ], + [ + 49, + 134 + ], + [ + 49, + 135 + ], + [ + 49, + 136 + ], + [ + 49, + 137 + ], + [ + 49, + 138 + ], + [ + 48, + 139 + ], + [ + 47, + 140 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 121 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 60, + 266 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 93, + 96 + ], + "peak": [ + 95, + 93 + ], + "area_cells": 453 + }, + { + "id": "range_4", + "name": null, + "center": [ + 179, + 450 + ], + "peak": [ + 168, + 452 + ], + "area_cells": 11582 + }, + { + "id": "range_5", + "name": null, + "center": [ + 183, + 97 + ], + "peak": [ + 199, + 6 + ], + "area_cells": 14090 + }, + { + "id": "range_6", + "name": null, + "center": [ + 131, + 246 + ], + "peak": [ + 131, + 255 + ], + "area_cells": 142 + }, + { + "id": "range_7", + "name": null, + "center": [ + 131, + 393 + ], + "peak": [ + 133, + 398 + ], + "area_cells": 157 + }, + { + "id": "range_9", + "name": null, + "center": [ + 163, + 227 + ], + "peak": [ + 165, + 228 + ], + "area_cells": 84 + }, + { + "id": "range_11", + "name": null, + "center": [ + 174, + 351 + ], + "peak": [ + 174, + 355 + ], + "area_cells": 202 + }, + { + "id": "range_12", + "name": null, + "center": [ + 202, + 286 + ], + "peak": [ + 203, + 304 + ], + "area_cells": 1555 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370e-m1/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/globe.png new file mode 100644 index 000000000..59f0630c5 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370e-m1/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/heightmap.png new file mode 100644 index 000000000..e98c70841 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370e-m1/index.md b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/index.md new file mode 100644 index 000000000..ab4310fc5 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ370e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2648459235 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 55.8 +physical: + gravity_g: 0.11 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370e-m1 + +Frozen moon. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370e-m1/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/markers.json new file mode 100644 index 000000000..e11f8cdd8 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370e-m1/markers.json @@ -0,0 +1,155 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 204, + 382 + ], + "area_fraction": 0.0253 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 241 + ], + "peak": [ + 80, + 310 + ], + "area_cells": 33498 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 293 + ], + "peak": [ + 0, + 298 + ], + "area_cells": 214 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 508 + ], + "peak": [ + 13, + 511 + ], + "area_cells": 134 + }, + { + "id": "range_10", + "name": null, + "center": [ + 123, + 326 + ], + "peak": [ + 123, + 326 + ], + "area_cells": 42 + }, + { + "id": "range_12", + "name": null, + "center": [ + 127, + 418 + ], + "peak": [ + 126, + 421 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 140, + 377 + ], + "peak": [ + 142, + 377 + ], + "area_cells": 76 + }, + { + "id": "range_16", + "name": null, + "center": [ + 138, + 356 + ], + "peak": [ + 139, + 357 + ], + "area_cells": 57 + }, + { + "id": "range_18", + "name": null, + "center": [ + 226, + 53 + ], + "peak": [ + 226, + 53 + ], + "area_cells": 74 + }, + { + "id": "range_19", + "name": null, + "center": [ + 236, + 58 + ], + "peak": [ + 235, + 53 + ], + "area_cells": 131 + }, + { + "id": "range_20", + "name": null, + "center": [ + 252, + 21 + ], + "peak": [ + 253, + 21 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370e/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370e/globe.png new file mode 100644 index 000000000..e9cc9985b Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370e/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370e/index.md b/wiki/star-systems/GJ-370/bodies/GJ370e/index.md new file mode 100644 index 000000000..b7c92db9b --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ370e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3999657778 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.376 + period_days: 1500.0 + axial_tilt_deg: 25.9 +physical: + gravity_g: null + oblateness: 0.0611 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 2 + storm_max_size: 0.113 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.45 + opacity_base: 0.58 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ370e + +Gas giant. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370f/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370f/globe.png new file mode 100644 index 000000000..b6de0dfb2 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370f/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370f/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370f/heightmap.png new file mode 100644 index 000000000..07a926337 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370f/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370f/index.md b/wiki/star-systems/GJ-370/bodies/GJ370f/index.md new file mode 100644 index 000000000..477a021c8 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ370f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3647571624 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.569 + period_days: 4000.0 + axial_tilt_deg: 52.3 +physical: + gravity_g: 0.42 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.826 + polar_ice_lat: 0.08 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370f + +Frozen planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 4000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370f/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370f/markers.json new file mode 100644 index 000000000..322bbc98d --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370f/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 175, + 382 + ], + "area_fraction": 0.0265 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 187, + 112 + ], + "area_fraction": 0.088 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 176, + 328 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 198, + 472 + ], + "area_fraction": 0.0258 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 272 + ], + "peak": [ + 4, + 187 + ], + "area_cells": 16692 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 425 + ], + "peak": [ + 35, + 428 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370g/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370g/globe.png new file mode 100644 index 000000000..bad68ac7f Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370g/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370g/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370g/heightmap.png new file mode 100644 index 000000000..687516d58 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370g/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370g/index.md b/wiki/star-systems/GJ-370/bodies/GJ370g/index.md new file mode 100644 index 000000000..1af08fdb0 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ370g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1550834457 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.961 + period_days: 9200.0 + axial_tilt_deg: 54.0 +physical: + gravity_g: 0.33 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.305 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370g + +Frozen planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370g/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370g/markers.json new file mode 100644 index 000000000..1cf4b3085 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370g/markers.json @@ -0,0 +1,309 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 72, + 75 + ], + "area_fraction": 0.0864 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 301 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 23, + 364 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 131, + 431 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 172, + 249 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 231, + 259 + ], + "area_fraction": 0.0195 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 215 + ], + "peak": [ + 62, + 211 + ], + "area_cells": 1873 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 482 + ], + "peak": [ + 18, + 478 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 461 + ], + "peak": [ + 33, + 461 + ], + "area_cells": 98 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 258 + ], + "peak": [ + 51, + 258 + ], + "area_cells": 38 + }, + { + "id": "range_9", + "name": null, + "center": [ + 94, + 303 + ], + "peak": [ + 101, + 304 + ], + "area_cells": 248 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 191 + ], + "peak": [ + 96, + 192 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 218 + ], + "peak": [ + 106, + 219 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 117, + 178 + ], + "peak": [ + 116, + 161 + ], + "area_cells": 913 + }, + { + "id": "range_14", + "name": null, + "center": [ + 120, + 357 + ], + "peak": [ + 119, + 361 + ], + "area_cells": 93 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 261 + ], + "peak": [ + 133, + 262 + ], + "area_cells": 56 + }, + { + "id": "range_17", + "name": null, + "center": [ + 148, + 130 + ], + "peak": [ + 151, + 129 + ], + "area_cells": 88 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 214 + ], + "peak": [ + 153, + 219 + ], + "area_cells": 100 + }, + { + "id": "range_19", + "name": null, + "center": [ + 157, + 155 + ], + "peak": [ + 158, + 156 + ], + "area_cells": 38 + }, + { + "id": "range_21", + "name": null, + "center": [ + 228, + 155 + ], + "peak": [ + 236, + 175 + ], + "area_cells": 3869 + }, + { + "id": "range_22", + "name": null, + "center": [ + 188, + 472 + ], + "peak": [ + 189, + 473 + ], + "area_cells": 31 + }, + { + "id": "range_23", + "name": null, + "center": [ + 223, + 422 + ], + "peak": [ + 223, + 440 + ], + "area_cells": 6056 + }, + { + "id": "range_24", + "name": null, + "center": [ + 232, + 24 + ], + "peak": [ + 223, + 6 + ], + "area_cells": 1789 + }, + { + "id": "range_27", + "name": null, + "center": [ + 253, + 67 + ], + "peak": [ + 255, + 75 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370h/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370h/globe.png new file mode 100644 index 000000000..8850f149d Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370h/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370h/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370h/heightmap.png new file mode 100644 index 000000000..a0a7fd9ce Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370h/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370h/index.md b/wiki/star-systems/GJ-370/bodies/GJ370h/index.md new file mode 100644 index 000000000..36bad1c0d --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ370h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 970130761 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.25 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.879 + polar_ice_lat: 0.145 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.366 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370h + +Frozen planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370h/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370h/markers.json new file mode 100644 index 000000000..0b090e637 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370h/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 64 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 107, + 463 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 145, + 491 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 238, + 116 + ], + "area_fraction": 0.0218 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 335 + ], + "peak": [ + 83, + 345 + ], + "area_cells": 1395 + }, + { + "id": "range_2", + "name": null, + "center": [ + 129, + 189 + ], + "peak": [ + 130, + 185 + ], + "area_cells": 633 + }, + { + "id": "range_4", + "name": null, + "center": [ + 126, + 101 + ], + "peak": [ + 125, + 101 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 130 + ], + "peak": [ + 135, + 131 + ], + "area_cells": 207 + }, + { + "id": "range_6", + "name": null, + "center": [ + 157, + 54 + ], + "peak": [ + 156, + 62 + ], + "area_cells": 203 + }, + { + "id": "range_10", + "name": null, + "center": [ + 187, + 498 + ], + "peak": [ + 189, + 501 + ], + "area_cells": 147 + }, + { + "id": "range_11", + "name": null, + "center": [ + 208, + 441 + ], + "peak": [ + 214, + 457 + ], + "area_cells": 4199 + }, + { + "id": "range_13", + "name": null, + "center": [ + 196, + 315 + ], + "peak": [ + 192, + 318 + ], + "area_cells": 135 + }, + { + "id": "range_15", + "name": null, + "center": [ + 191, + 301 + ], + "peak": [ + 191, + 301 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 337 + ], + "peak": [ + 238, + 318 + ], + "area_cells": 2149 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-370/bodies/GJ370i/globe.png b/wiki/star-systems/GJ-370/bodies/GJ370i/globe.png new file mode 100644 index 000000000..0fc0cf6d9 Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370i/globe.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370i/heightmap.png b/wiki/star-systems/GJ-370/bodies/GJ370i/heightmap.png new file mode 100644 index 000000000..b865d0d3e Binary files /dev/null and b/wiki/star-systems/GJ-370/bodies/GJ370i/heightmap.png differ diff --git a/wiki/star-systems/GJ-370/bodies/GJ370i/index.md b/wiki/star-systems/GJ-370/bodies/GJ370i/index.md new file mode 100644 index 000000000..b6bf2f8e3 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ370i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3736552308 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 47.8 +physical: + gravity_g: 0.11 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.082 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.431 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ370i + +Frozen planet. + +**System:** [GJ-370](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-370/bodies/GJ370i/markers.json b/wiki/star-systems/GJ-370/bodies/GJ370i/markers.json new file mode 100644 index 000000000..86a0d69a9 --- /dev/null +++ b/wiki/star-systems/GJ-370/bodies/GJ370i/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 207, + 210 + ], + "area_fraction": 0.0637 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 227, + 454 + ], + "area_fraction": 0.034 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 83 + ], + "peak": [ + 48, + 72 + ], + "area_cells": 4215 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 116 + ], + "peak": [ + 1, + 121 + ], + "area_cells": 159 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 392 + ], + "peak": [ + 5, + 394 + ], + "area_cells": 39 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 429 + ], + "peak": [ + 2, + 432 + ], + "area_cells": 151 + }, + { + "id": "range_5", + "name": null, + "center": [ + 6, + 382 + ], + "peak": [ + 6, + 382 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 94, + 190 + ], + "peak": [ + 99, + 181 + ], + "area_cells": 2921 + }, + { + "id": "range_11", + "name": null, + "center": [ + 65, + 153 + ], + "peak": [ + 66, + 153 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 78, + 420 + ], + "peak": [ + 75, + 418 + ], + "area_cells": 185 + }, + { + "id": "range_15", + "name": null, + "center": [ + 86, + 393 + ], + "peak": [ + 94, + 392 + ], + "area_cells": 96 + }, + { + "id": "range_19", + "name": null, + "center": [ + 124, + 144 + ], + "peak": [ + 124, + 145 + ], + "area_cells": 36 + }, + { + "id": "range_20", + "name": null, + "center": [ + 130, + 307 + ], + "peak": [ + 130, + 309 + ], + "area_cells": 62 + }, + { + "id": "range_21", + "name": null, + "center": [ + 159, + 55 + ], + "peak": [ + 166, + 48 + ], + "area_cells": 1076 + }, + { + "id": "range_22", + "name": null, + "center": [ + 175, + 315 + ], + "peak": [ + 178, + 310 + ], + "area_cells": 690 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3728Bb/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/globe.png new file mode 100644 index 000000000..7da7c39b2 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/heightmap.png new file mode 100644 index 000000000..f5e809ea5 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/index.md new file mode 100644 index 000000000..64594c35a --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3728Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4046915734 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 13.5 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.935 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Bb + +Barren planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/markers.json new file mode 100644 index 000000000..1fd17cb0e --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bb/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 10, + 71 + ], + "peak": [ + 11, + 71 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 358 + ], + "peak": [ + 16, + 358 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 22, + 38 + ], + "peak": [ + 26, + 41 + ], + "area_cells": 119 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 453 + ], + "peak": [ + 30, + 452 + ], + "area_cells": 56 + }, + { + "id": "range_13", + "name": null, + "center": [ + 100, + 44 + ], + "peak": [ + 124, + 7 + ], + "area_cells": 3663 + }, + { + "id": "range_16", + "name": null, + "center": [ + 107, + 476 + ], + "peak": [ + 87, + 490 + ], + "area_cells": 4731 + }, + { + "id": "range_17", + "name": null, + "center": [ + 66, + 414 + ], + "peak": [ + 65, + 416 + ], + "area_cells": 124 + }, + { + "id": "range_18", + "name": null, + "center": [ + 80, + 149 + ], + "peak": [ + 82, + 149 + ], + "area_cells": 59 + }, + { + "id": "range_19", + "name": null, + "center": [ + 82, + 228 + ], + "peak": [ + 82, + 224 + ], + "area_cells": 86 + }, + { + "id": "range_21", + "name": null, + "center": [ + 108, + 365 + ], + "peak": [ + 94, + 413 + ], + "area_cells": 1566 + }, + { + "id": "range_23", + "name": null, + "center": [ + 99, + 139 + ], + "peak": [ + 99, + 140 + ], + "area_cells": 32 + }, + { + "id": "range_24", + "name": null, + "center": [ + 105, + 201 + ], + "peak": [ + 106, + 202 + ], + "area_cells": 37 + }, + { + "id": "range_25", + "name": null, + "center": [ + 132, + 144 + ], + "peak": [ + 141, + 138 + ], + "area_cells": 344 + }, + { + "id": "range_26", + "name": null, + "center": [ + 178, + 237 + ], + "peak": [ + 178, + 266 + ], + "area_cells": 6972 + }, + { + "id": "range_28", + "name": null, + "center": [ + 145, + 407 + ], + "peak": [ + 136, + 400 + ], + "area_cells": 1087 + }, + { + "id": "range_29", + "name": null, + "center": [ + 133, + 242 + ], + "peak": [ + 133, + 243 + ], + "area_cells": 245 + }, + { + "id": "range_34", + "name": null, + "center": [ + 160, + 346 + ], + "peak": [ + 168, + 342 + ], + "area_cells": 441 + }, + { + "id": "range_37", + "name": null, + "center": [ + 168, + 8 + ], + "peak": [ + 168, + 5 + ], + "area_cells": 183 + }, + { + "id": "range_38", + "name": null, + "center": [ + 163, + 125 + ], + "peak": [ + 163, + 126 + ], + "area_cells": 23 + }, + { + "id": "range_43", + "name": null, + "center": [ + 169, + 116 + ], + "peak": [ + 170, + 118 + ], + "area_cells": 20 + }, + { + "id": "range_46", + "name": null, + "center": [ + 190, + 130 + ], + "peak": [ + 185, + 130 + ], + "area_cells": 129 + }, + { + "id": "range_48", + "name": null, + "center": [ + 204, + 498 + ], + "peak": [ + 203, + 499 + ], + "area_cells": 33 + }, + { + "id": "range_49", + "name": null, + "center": [ + 220, + 87 + ], + "peak": [ + 220, + 87 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/globe.png new file mode 100644 index 000000000..a06a8aa44 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/heightmap.png new file mode 100644 index 000000000..ddff1a293 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/index.md new file mode 100644 index 000000000..3b14787bc --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3728Bc +name: Jeonnam +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1060555493 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.528 + period_days: 140.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.92 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.411 + polar_ice_lat: 0.772 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Jeonnam + +Temperate planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 41% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 185K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/markers.json new file mode 100644 index 000000000..dff63ac1d --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bc/markers.json @@ -0,0 +1,678 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 16, + 237 + ], + [ + 15, + 238 + ], + [ + 14, + 239 + ], + [ + 13, + 240 + ], + [ + 12, + 241 + ], + [ + 13, + 242 + ], + [ + 12, + 243 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 67, + 329 + ], + [ + 68, + 330 + ], + [ + 69, + 331 + ], + [ + 70, + 332 + ], + [ + 71, + 331 + ], + [ + 72, + 332 + ], + [ + 73, + 333 + ], + [ + 74, + 334 + ], + [ + 75, + 335 + ], + [ + 76, + 336 + ], + [ + 77, + 337 + ], + [ + 78, + 337 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 103, + 68 + ], + [ + 104, + 68 + ], + [ + 105, + 69 + ], + [ + 106, + 69 + ], + [ + 107, + 68 + ], + [ + 108, + 69 + ], + [ + 109, + 68 + ], + [ + 110, + 69 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 151, + 364 + ], + [ + 152, + 363 + ], + [ + 153, + 362 + ], + [ + 154, + 361 + ], + [ + 155, + 360 + ], + [ + 156, + 359 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 142, + 352 + ], + [ + 143, + 351 + ], + [ + 144, + 350 + ], + [ + 145, + 349 + ], + [ + 146, + 348 + ], + [ + 147, + 347 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 133, + 8 + ], + [ + 134, + 9 + ], + [ + 135, + 10 + ], + [ + 136, + 11 + ], + [ + 137, + 10 + ], + [ + 138, + 9 + ], + [ + 139, + 8 + ], + [ + 140, + 7 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 149, + 157 + ], + [ + 150, + 158 + ], + [ + 151, + 159 + ], + [ + 152, + 158 + ], + [ + 153, + 157 + ], + [ + 154, + 156 + ], + [ + 155, + 155 + ], + [ + 156, + 154 + ], + [ + 157, + 153 + ], + [ + 158, + 152 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 139, + 476 + ], + [ + 140, + 475 + ], + [ + 141, + 474 + ], + [ + 142, + 473 + ], + [ + 143, + 472 + ], + [ + 144, + 471 + ], + [ + 145, + 470 + ], + [ + 146, + 469 + ], + [ + 147, + 468 + ], + [ + 148, + 468 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 51, + 177 + ], + [ + 52, + 177 + ], + [ + 53, + 176 + ], + [ + 54, + 175 + ], + [ + 55, + 174 + ], + [ + 56, + 174 + ], + [ + 57, + 175 + ], + [ + 58, + 175 + ], + [ + 59, + 174 + ], + [ + 60, + 173 + ], + [ + 59, + 173 + ], + [ + 60, + 172 + ], + [ + 59, + 171 + ], + [ + 58, + 170 + ], + [ + 59, + 169 + ], + [ + 58, + 168 + ], + [ + 58, + 167 + ], + [ + 58, + 166 + ], + [ + 59, + 166 + ], + [ + 58, + 165 + ], + [ + 59, + 165 + ], + [ + 58, + 164 + ], + [ + 57, + 163 + ], + [ + 56, + 162 + ], + [ + 56, + 161 + ], + [ + 57, + 160 + ], + [ + 58, + 159 + ], + [ + 59, + 158 + ], + [ + 59, + 157 + ], + [ + 59, + 156 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 121, + 143 + ], + [ + 122, + 143 + ], + [ + 123, + 143 + ], + [ + 124, + 144 + ], + [ + 125, + 143 + ], + [ + 126, + 142 + ], + [ + 127, + 141 + ], + [ + 127, + 140 + ], + [ + 128, + 140 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 182, + 68 + ], + [ + 181, + 69 + ], + [ + 180, + 70 + ], + [ + 179, + 71 + ], + [ + 178, + 72 + ], + [ + 177, + 73 + ], + [ + 176, + 74 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 37, + 100 + ], + "area_fraction": 0.1077 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 49, + 376 + ], + "area_fraction": 0.1213 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 206, + 143 + ], + "area_fraction": 0.2076 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 199, + 420 + ], + "area_fraction": 0.1487 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 380 + ], + "peak": [ + 56, + 382 + ], + "area_cells": 202 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 242 + ], + "peak": [ + 56, + 244 + ], + "area_cells": 66 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 463 + ], + "peak": [ + 90, + 457 + ], + "area_cells": 198 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 232 + ], + "peak": [ + 138, + 287 + ], + "area_cells": 3075 + }, + { + "id": "range_6", + "name": null, + "center": [ + 106, + 221 + ], + "peak": [ + 107, + 216 + ], + "area_cells": 103 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 341 + ], + "peak": [ + 116, + 345 + ], + "area_cells": 273 + }, + { + "id": "range_8", + "name": null, + "center": [ + 130, + 49 + ], + "peak": [ + 131, + 50 + ], + "area_cells": 39 + }, + { + "id": "range_14", + "name": null, + "center": [ + 184, + 294 + ], + "peak": [ + 184, + 295 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/globe.png new file mode 100644 index 000000000..c743d271f Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/heightmap.png new file mode 100644 index 000000000..d25d722ad Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/index.md new file mode 100644 index 000000000..dc9945c05 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3728Bd +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1230825163 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.266 + period_days: 520.0 + axial_tilt_deg: 18.8 +physical: + gravity_g: 0.54 + oblateness: 0.004 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.464 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.147 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Bd + +Cold Arid planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/markers.json new file mode 100644 index 000000000..a5c25b78a --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bd/markers.json @@ -0,0 +1,1023 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 141, + 436 + ], + [ + 140, + 435 + ], + [ + 139, + 434 + ], + [ + 138, + 435 + ], + [ + 137, + 435 + ], + [ + 136, + 436 + ], + [ + 135, + 437 + ], + [ + 134, + 437 + ], + [ + 133, + 438 + ], + [ + 132, + 439 + ], + [ + 131, + 440 + ], + [ + 130, + 441 + ], + [ + 129, + 442 + ], + [ + 128, + 441 + ], + [ + 127, + 440 + ], + [ + 126, + 441 + ], + [ + 125, + 440 + ], + [ + 124, + 440 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 124, + 430 + ], + [ + 125, + 429 + ], + [ + 126, + 428 + ], + [ + 127, + 428 + ], + [ + 128, + 427 + ], + [ + 129, + 426 + ], + [ + 130, + 427 + ], + [ + 130, + 426 + ], + [ + 129, + 425 + ], + [ + 128, + 424 + ], + [ + 127, + 423 + ], + [ + 128, + 422 + ], + [ + 127, + 422 + ], + [ + 127, + 421 + ], + [ + 128, + 420 + ], + [ + 129, + 419 + ], + [ + 130, + 418 + ], + [ + 129, + 418 + ], + [ + 130, + 417 + ], + [ + 129, + 416 + ], + [ + 128, + 415 + ], + [ + 128, + 414 + ], + [ + 129, + 414 + ], + [ + 129, + 415 + ], + [ + 130, + 414 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 161, + 0 + ], + [ + 162, + 511 + ], + [ + 163, + 510 + ], + [ + 164, + 509 + ], + [ + 164, + 508 + ], + [ + 163, + 507 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 98, + 492 + ], + [ + 99, + 493 + ], + [ + 100, + 494 + ], + [ + 100, + 495 + ], + [ + 100, + 496 + ], + [ + 99, + 497 + ], + [ + 99, + 498 + ], + [ + 98, + 498 + ], + [ + 98, + 499 + ], + [ + 97, + 500 + ], + [ + 96, + 501 + ], + [ + 95, + 502 + ], + [ + 96, + 502 + ], + [ + 97, + 503 + ], + [ + 97, + 504 + ], + [ + 98, + 504 + ], + [ + 98, + 505 + ], + [ + 98, + 506 + ], + [ + 97, + 507 + ], + [ + 96, + 508 + ], + [ + 95, + 507 + ], + [ + 96, + 507 + ], + [ + 97, + 506 + ], + [ + 96, + 506 + ], + [ + 95, + 506 + ], + [ + 94, + 506 + ], + [ + 93, + 506 + ], + [ + 94, + 507 + ], + [ + 94, + 508 + ], + [ + 95, + 509 + ], + [ + 95, + 508 + ], + [ + 94, + 509 + ], + [ + 93, + 509 + ], + [ + 94, + 510 + ], + [ + 95, + 511 + ], + [ + 94, + 511 + ], + [ + 95, + 510 + ], + [ + 96, + 510 + ], + [ + 96, + 509 + ], + [ + 97, + 509 + ], + [ + 97, + 510 + ], + [ + 98, + 511 + ], + [ + 99, + 511 + ], + [ + 98, + 0 + ], + [ + 97, + 1 + ], + [ + 98, + 2 + ], + [ + 98, + 1 + ], + [ + 99, + 0 + ], + [ + 99, + 1 + ], + [ + 100, + 2 + ], + [ + 100, + 1 + ], + [ + 99, + 2 + ], + [ + 98, + 3 + ], + [ + 97, + 3 + ], + [ + 96, + 2 + ], + [ + 96, + 3 + ], + [ + 95, + 2 + ], + [ + 96, + 1 + ], + [ + 95, + 0 + ], + [ + 96, + 0 + ], + [ + 97, + 511 + ], + [ + 96, + 511 + ], + [ + 97, + 0 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 137, + 312 + ], + [ + 136, + 313 + ], + [ + 135, + 314 + ], + [ + 134, + 315 + ], + [ + 133, + 316 + ], + [ + 133, + 317 + ], + [ + 132, + 318 + ], + [ + 132, + 319 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 147, + 309 + ], + [ + 147, + 308 + ], + [ + 146, + 307 + ], + [ + 145, + 306 + ], + [ + 144, + 305 + ], + [ + 143, + 304 + ], + [ + 142, + 303 + ], + [ + 141, + 302 + ], + [ + 140, + 301 + ], + [ + 139, + 300 + ], + [ + 138, + 299 + ], + [ + 137, + 298 + ], + [ + 137, + 297 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 109, + 511 + ], + [ + 108, + 510 + ], + [ + 107, + 510 + ], + [ + 106, + 511 + ], + [ + 105, + 511 + ], + [ + 104, + 511 + ], + [ + 103, + 511 + ], + [ + 103, + 510 + ], + [ + 102, + 511 + ], + [ + 101, + 511 + ], + [ + 100, + 510 + ], + [ + 99, + 511 + ], + [ + 98, + 511 + ], + [ + 97, + 0 + ], + [ + 97, + 1 + ], + [ + 98, + 0 + ], + [ + 98, + 1 + ], + [ + 99, + 1 + ], + [ + 98, + 2 + ], + [ + 97, + 2 + ], + [ + 97, + 3 + ], + [ + 96, + 2 + ], + [ + 96, + 1 + ], + [ + 96, + 0 + ], + [ + 97, + 511 + ], + [ + 96, + 510 + ], + [ + 95, + 509 + ], + [ + 94, + 508 + ], + [ + 93, + 508 + ], + [ + 93, + 509 + ], + [ + 92, + 508 + ], + [ + 92, + 507 + ], + [ + 91, + 506 + ], + [ + 92, + 506 + ], + [ + 93, + 506 + ], + [ + 94, + 507 + ], + [ + 94, + 506 + ], + [ + 93, + 505 + ], + [ + 92, + 504 + ], + [ + 92, + 503 + ], + [ + 93, + 503 + ], + [ + 93, + 504 + ], + [ + 94, + 503 + ], + [ + 94, + 504 + ], + [ + 95, + 504 + ], + [ + 96, + 505 + ], + [ + 96, + 506 + ], + [ + 97, + 507 + ], + [ + 98, + 508 + ], + [ + 97, + 508 + ], + [ + 96, + 508 + ], + [ + 97, + 509 + ], + [ + 97, + 510 + ], + [ + 98, + 509 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 149, + 42 + ], + [ + 148, + 43 + ], + [ + 147, + 44 + ], + [ + 146, + 45 + ], + [ + 145, + 46 + ], + [ + 144, + 46 + ], + [ + 143, + 47 + ], + [ + 142, + 48 + ], + [ + 141, + 49 + ], + [ + 140, + 50 + ], + [ + 139, + 51 + ], + [ + 140, + 52 + ], + [ + 140, + 53 + ], + [ + 139, + 54 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 126, + 67 + ], + [ + 127, + 68 + ], + [ + 128, + 68 + ], + [ + 129, + 69 + ], + [ + 130, + 70 + ], + [ + 131, + 70 + ], + [ + 132, + 70 + ], + [ + 133, + 69 + ], + [ + 134, + 68 + ], + [ + 135, + 67 + ], + [ + 136, + 66 + ], + [ + 137, + 65 + ], + [ + 138, + 64 + ], + [ + 138, + 63 + ], + [ + 137, + 62 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 80, + 470 + ], + [ + 81, + 471 + ], + [ + 82, + 472 + ], + [ + 83, + 473 + ], + [ + 84, + 474 + ], + [ + 85, + 475 + ], + [ + 86, + 475 + ], + [ + 87, + 475 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 186, + 449 + ], + [ + 187, + 450 + ], + [ + 188, + 451 + ], + [ + 189, + 452 + ], + [ + 190, + 453 + ], + [ + 191, + 454 + ], + [ + 190, + 455 + ], + [ + 189, + 454 + ], + [ + 189, + 455 + ] + ] + } + ], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 160, + 464 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/globe.png new file mode 100644 index 000000000..7fa311296 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/heightmap.png new file mode 100644 index 000000000..d51b4d50d Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/index.md new file mode 100644 index 000000000..1f2743bd8 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3728Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2054845746 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 57.9 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Be-m1 + +Frozen moon. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/markers.json new file mode 100644 index 000000000..4a983aeae --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be-m1/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 177, + 174 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 231, + 92 + ], + "area_fraction": 0.022 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 235, + 316 + ], + "area_fraction": 0.0151 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 114, + 384 + ], + "peak": [ + 110, + 443 + ], + "area_cells": 15033 + }, + { + "id": "range_2", + "name": null, + "center": [ + 104, + 50 + ], + "peak": [ + 108, + 7 + ], + "area_cells": 4488 + }, + { + "id": "range_3", + "name": null, + "center": [ + 156, + 280 + ], + "peak": [ + 157, + 280 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Be/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be/globe.png new file mode 100644 index 000000000..9d2c90e44 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Be/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be/index.md new file mode 100644 index 000000000..4c1d433b5 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Be/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3728Be +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2249182115 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.677 + period_days: 1600.0 + axial_tilt_deg: 21.6 +physical: + gravity_g: null + oblateness: 0.0693 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.138 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.091 +rings: + enabled: true + inner_radius_factor: 1.21 + outer_radius_factor: 2.56 + opacity_base: 0.68 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ3728Be + +Gas giant. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/globe.png new file mode 100644 index 000000000..aa4380a41 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/heightmap.png new file mode 100644 index 000000000..567dee8d4 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/index.md new file mode 100644 index 000000000..305ede654 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3728Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 218126117 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.095 + period_days: 4200.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.42 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Bf + +Frozen planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/markers.json new file mode 100644 index 000000000..2ddcc806b --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bf/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 52, + 164 + ], + "area_fraction": 0.0785 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 30, + 331 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 114, + 315 + ], + "peak": [ + 111, + 314 + ], + "area_cells": 244 + }, + { + "id": "range_3", + "name": null, + "center": [ + 196, + 376 + ], + "peak": [ + 200, + 407 + ], + "area_cells": 1227 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 228 + ], + "peak": [ + 194, + 225 + ], + "area_cells": 410 + }, + { + "id": "range_5", + "name": null, + "center": [ + 245, + 16 + ], + "peak": [ + 255, + 3 + ], + "area_cells": 692 + }, + { + "id": "range_6", + "name": null, + "center": [ + 240, + 486 + ], + "peak": [ + 253, + 508 + ], + "area_cells": 1343 + }, + { + "id": "range_10", + "name": null, + "center": [ + 250, + 59 + ], + "peak": [ + 250, + 60 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/globe.png new file mode 100644 index 000000000..6d62e13a0 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/heightmap.png new file mode 100644 index 000000000..eb0ad65c2 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/index.md new file mode 100644 index 000000000..e2ccb7e18 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3728Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1416513447 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.962 + period_days: 9800.0 + axial_tilt_deg: 52.6 +physical: + gravity_g: 0.33 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.891 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Bg + +Frozen planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/markers.json new file mode 100644 index 000000000..b0433c295 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bg/markers.json @@ -0,0 +1,234 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 27, + 29 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 37, + 460 + ], + "area_fraction": 0.0292 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 55, + 142 + ], + "area_fraction": 0.0229 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 52, + 349 + ], + "area_fraction": 0.011 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 57, + 288 + ], + "area_fraction": 0.0192 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 201 + ], + "peak": [ + 103, + 200 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 198, + 217 + ], + "peak": [ + 218, + 291 + ], + "area_cells": 24350 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 341 + ], + "peak": [ + 123, + 340 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 132, + 178 + ], + "peak": [ + 135, + 178 + ], + "area_cells": 63 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 134 + ], + "peak": [ + 133, + 134 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 27 + ], + "peak": [ + 171, + 34 + ], + "area_cells": 326 + }, + { + "id": "range_9", + "name": null, + "center": [ + 177, + 129 + ], + "peak": [ + 176, + 128 + ], + "area_cells": 77 + }, + { + "id": "range_10", + "name": null, + "center": [ + 191, + 491 + ], + "peak": [ + 196, + 490 + ], + "area_cells": 113 + }, + { + "id": "range_14", + "name": null, + "center": [ + 199, + 140 + ], + "peak": [ + 200, + 139 + ], + "area_cells": 22 + }, + { + "id": "range_15", + "name": null, + "center": [ + 237, + 384 + ], + "peak": [ + 236, + 407 + ], + "area_cells": 2308 + }, + { + "id": "range_17", + "name": null, + "center": [ + 226, + 457 + ], + "peak": [ + 230, + 478 + ], + "area_cells": 193 + }, + { + "id": "range_18", + "name": null, + "center": [ + 230, + 501 + ], + "peak": [ + 226, + 511 + ], + "area_cells": 209 + }, + { + "id": "range_20", + "name": null, + "center": [ + 240, + 488 + ], + "peak": [ + 240, + 485 + ], + "area_cells": 106 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/globe.png new file mode 100644 index 000000000..e18570703 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/heightmap.png new file mode 100644 index 000000000..7e24456b2 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/index.md new file mode 100644 index 000000000..abd146375 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3728Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 732765318 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 14.897 + period_days: 21000.0 + axial_tilt_deg: 30.7 +physical: + gravity_g: 0.25 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.714 + polar_ice_lat: 0.145 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.427 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Bh + +Frozen planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 21000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/markers.json new file mode 100644 index 000000000..bcd85c740 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bh/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 115, + 109 + ], + "area_fraction": 0.1499 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 77, + 492 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 134, + 319 + ], + "area_fraction": 0.0691 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 109, + 500 + ], + "area_fraction": 0.006 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 160, + 481 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 152, + 242 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 426 + ], + "peak": [ + 10, + 414 + ], + "area_cells": 5918 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 317 + ], + "peak": [ + 11, + 324 + ], + "area_cells": 127 + }, + { + "id": "range_4", + "name": null, + "center": [ + 211, + 122 + ], + "peak": [ + 200, + 191 + ], + "area_cells": 8325 + }, + { + "id": "range_5", + "name": null, + "center": [ + 202, + 281 + ], + "peak": [ + 202, + 282 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 249, + 193 + ], + "peak": [ + 255, + 156 + ], + "area_cells": 1572 + }, + { + "id": "range_8", + "name": null, + "center": [ + 247, + 505 + ], + "peak": [ + 244, + 504 + ], + "area_cells": 187 + }, + { + "id": "range_9", + "name": null, + "center": [ + 252, + 463 + ], + "peak": [ + 253, + 463 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/globe.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/globe.png new file mode 100644 index 000000000..06bcbe616 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/globe.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/heightmap.png b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/heightmap.png new file mode 100644 index 000000000..27f8a2fb3 Binary files /dev/null and b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/index.md b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/index.md new file mode 100644 index 000000000..015298bde --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3728Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2205552888 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 23.647 + period_days: 42000.0 + axial_tilt_deg: 49.0 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.092 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3728Bi + +Frozen planet. + +**System:** [GJ-3728B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/markers.json b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/markers.json new file mode 100644 index 000000000..890229591 --- /dev/null +++ b/wiki/star-systems/GJ-3728B/bodies/GJ3728Bi/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 12, + 493 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 180, + 285 + ], + "area_fraction": 0.1069 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 176, + 79 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 231, + 386 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 242, + 116 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 272 + ], + "peak": [ + 1, + 273 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 449 + ], + "peak": [ + 50, + 457 + ], + "area_cells": 885 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 352 + ], + "peak": [ + 33, + 353 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 78, + 154 + ], + "peak": [ + 87, + 162 + ], + "area_cells": 9494 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 352 + ], + "peak": [ + 66, + 355 + ], + "area_cells": 174 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 382 + ], + "peak": [ + 93, + 376 + ], + "area_cells": 834 + }, + { + "id": "range_13", + "name": null, + "center": [ + 84, + 293 + ], + "peak": [ + 85, + 293 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 113, + 197 + ], + "peak": [ + 115, + 198 + ], + "area_cells": 69 + }, + { + "id": "range_17", + "name": null, + "center": [ + 251, + 32 + ], + "peak": [ + 253, + 35 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3737b/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737b/globe.png new file mode 100644 index 000000000..86257f85b Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737b/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737b/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737b/heightmap.png new file mode 100644 index 000000000..24cdfa772 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737b/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737b/index.md new file mode 100644 index 000000000..781101243 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3737b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3192082474 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 4.5 +physical: + gravity_g: 0.3 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.972 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737b + +Barren planet. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 95% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737b/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737b/markers.json new file mode 100644 index 000000000..cc13f6a0c --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737b/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_67", + "name": null, + "kind": "lake", + "center": [ + 249, + 383 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 258 + ], + "peak": [ + 111, + 260 + ], + "area_cells": 1168 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 202 + ], + "peak": [ + 99, + 203 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 102, + 376 + ], + "peak": [ + 102, + 375 + ], + "area_cells": 60 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 166 + ], + "peak": [ + 122, + 173 + ], + "area_cells": 5545 + }, + { + "id": "range_9", + "name": null, + "center": [ + 127, + 45 + ], + "peak": [ + 133, + 44 + ], + "area_cells": 129 + }, + { + "id": "range_10", + "name": null, + "center": [ + 130, + 474 + ], + "peak": [ + 130, + 474 + ], + "area_cells": 65 + }, + { + "id": "range_11", + "name": null, + "center": [ + 136, + 365 + ], + "peak": [ + 137, + 361 + ], + "area_cells": 89 + }, + { + "id": "range_12", + "name": null, + "center": [ + 172, + 474 + ], + "peak": [ + 152, + 476 + ], + "area_cells": 1687 + }, + { + "id": "range_16", + "name": null, + "center": [ + 172, + 117 + ], + "peak": [ + 172, + 118 + ], + "area_cells": 36 + }, + { + "id": "range_18", + "name": null, + "center": [ + 181, + 2 + ], + "peak": [ + 182, + 0 + ], + "area_cells": 49 + }, + { + "id": "range_20", + "name": null, + "center": [ + 187, + 12 + ], + "peak": [ + 187, + 13 + ], + "area_cells": 27 + }, + { + "id": "range_21", + "name": null, + "center": [ + 196, + 109 + ], + "peak": [ + 197, + 112 + ], + "area_cells": 190 + }, + { + "id": "range_22", + "name": null, + "center": [ + 208, + 125 + ], + "peak": [ + 209, + 125 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737c/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737c/globe.png new file mode 100644 index 000000000..2ce4b4762 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737c/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737c/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737c/heightmap.png new file mode 100644 index 000000000..4316a903f Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737c/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737c/index.md new file mode 100644 index 000000000..5fed5396d --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3737c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3735083153 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.095 + period_days: 16.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.54 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.558 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.151 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737c + +Cold Arid planet. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737c/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737c/markers.json new file mode 100644 index 000000000..d34021cfd --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737c/markers.json @@ -0,0 +1,1466 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 20, + 393 + ], + [ + 19, + 392 + ], + [ + 19, + 391 + ], + [ + 18, + 390 + ], + [ + 17, + 389 + ], + [ + 16, + 388 + ], + [ + 15, + 387 + ], + [ + 14, + 387 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 122, + 319 + ], + [ + 122, + 320 + ], + [ + 121, + 319 + ], + [ + 120, + 320 + ], + [ + 119, + 320 + ], + [ + 118, + 321 + ], + [ + 117, + 322 + ], + [ + 116, + 323 + ], + [ + 115, + 322 + ], + [ + 114, + 323 + ], + [ + 113, + 322 + ], + [ + 112, + 322 + ], + [ + 111, + 322 + ], + [ + 110, + 321 + ], + [ + 109, + 320 + ], + [ + 108, + 320 + ], + [ + 107, + 319 + ], + [ + 106, + 320 + ], + [ + 105, + 320 + ], + [ + 104, + 321 + ], + [ + 103, + 320 + ], + [ + 103, + 321 + ], + [ + 102, + 322 + ], + [ + 101, + 323 + ], + [ + 100, + 324 + ], + [ + 99, + 325 + ], + [ + 98, + 324 + ], + [ + 99, + 323 + ], + [ + 98, + 322 + ], + [ + 98, + 323 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 237 + ], + [ + 0, + 236 + ], + [ + 1, + 237 + ], + [ + 2, + 238 + ], + [ + 3, + 239 + ], + [ + 4, + 239 + ], + [ + 3, + 238 + ], + [ + 2, + 237 + ], + [ + 2, + 236 + ], + [ + 3, + 236 + ], + [ + 3, + 235 + ], + [ + 2, + 234 + ], + [ + 2, + 233 + ], + [ + 3, + 232 + ], + [ + 2, + 232 + ], + [ + 3, + 231 + ], + [ + 2, + 231 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 52, + 247 + ], + [ + 53, + 247 + ], + [ + 54, + 247 + ], + [ + 55, + 246 + ], + [ + 56, + 246 + ], + [ + 57, + 247 + ], + [ + 58, + 246 + ], + [ + 59, + 246 + ], + [ + 60, + 245 + ], + [ + 59, + 244 + ], + [ + 60, + 244 + ], + [ + 61, + 243 + ], + [ + 62, + 242 + ], + [ + 63, + 241 + ], + [ + 62, + 241 + ], + [ + 61, + 241 + ], + [ + 62, + 240 + ], + [ + 61, + 239 + ], + [ + 62, + 239 + ], + [ + 63, + 239 + ], + [ + 64, + 238 + ], + [ + 63, + 237 + ], + [ + 63, + 236 + ], + [ + 63, + 235 + ], + [ + 64, + 234 + ], + [ + 64, + 233 + ], + [ + 63, + 232 + ], + [ + 62, + 232 + ], + [ + 62, + 231 + ], + [ + 62, + 230 + ], + [ + 61, + 229 + ], + [ + 60, + 228 + ], + [ + 60, + 227 + ], + [ + 59, + 226 + ], + [ + 60, + 225 + ], + [ + 60, + 226 + ], + [ + 59, + 227 + ], + [ + 58, + 226 + ], + [ + 58, + 227 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 117, + 46 + ], + [ + 117, + 47 + ], + [ + 118, + 48 + ], + [ + 119, + 49 + ], + [ + 119, + 50 + ], + [ + 120, + 51 + ], + [ + 121, + 52 + ], + [ + 121, + 53 + ], + [ + 121, + 54 + ], + [ + 120, + 54 + ], + [ + 120, + 55 + ], + [ + 119, + 55 + ], + [ + 119, + 56 + ], + [ + 118, + 57 + ], + [ + 118, + 56 + ], + [ + 117, + 57 + ], + [ + 116, + 57 + ], + [ + 115, + 58 + ], + [ + 115, + 59 + ], + [ + 114, + 59 + ], + [ + 115, + 60 + ], + [ + 114, + 61 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 122, + 414 + ], + [ + 121, + 413 + ], + [ + 121, + 412 + ], + [ + 120, + 411 + ], + [ + 119, + 410 + ], + [ + 118, + 409 + ], + [ + 117, + 409 + ], + [ + 116, + 409 + ], + [ + 115, + 408 + ], + [ + 114, + 407 + ], + [ + 113, + 406 + ], + [ + 112, + 406 + ], + [ + 111, + 407 + ], + [ + 110, + 406 + ], + [ + 109, + 407 + ], + [ + 108, + 406 + ], + [ + 107, + 405 + ], + [ + 106, + 404 + ], + [ + 105, + 403 + ], + [ + 104, + 403 + ], + [ + 103, + 403 + ], + [ + 102, + 402 + ], + [ + 101, + 403 + ], + [ + 100, + 403 + ], + [ + 99, + 404 + ], + [ + 98, + 403 + ], + [ + 97, + 402 + ], + [ + 96, + 401 + ], + [ + 95, + 400 + ], + [ + 94, + 400 + ], + [ + 94, + 401 + ], + [ + 93, + 402 + ], + [ + 92, + 401 + ], + [ + 91, + 401 + ], + [ + 90, + 402 + ], + [ + 89, + 402 + ], + [ + 88, + 401 + ], + [ + 87, + 402 + ], + [ + 87, + 403 + ], + [ + 86, + 404 + ], + [ + 85, + 405 + ], + [ + 84, + 406 + ], + [ + 84, + 407 + ], + [ + 85, + 408 + ], + [ + 84, + 409 + ], + [ + 83, + 410 + ], + [ + 84, + 411 + ], + [ + 84, + 412 + ], + [ + 85, + 413 + ], + [ + 84, + 414 + ], + [ + 85, + 415 + ], + [ + 84, + 415 + ], + [ + 84, + 416 + ], + [ + 84, + 417 + ], + [ + 84, + 418 + ], + [ + 85, + 417 + ], + [ + 85, + 416 + ], + [ + 86, + 415 + ], + [ + 86, + 414 + ], + [ + 86, + 413 + ], + [ + 85, + 414 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 124, + 329 + ], + [ + 123, + 328 + ], + [ + 122, + 329 + ], + [ + 121, + 330 + ], + [ + 120, + 331 + ], + [ + 119, + 332 + ], + [ + 118, + 333 + ], + [ + 117, + 333 + ], + [ + 116, + 332 + ], + [ + 115, + 331 + ], + [ + 114, + 331 + ], + [ + 113, + 331 + ], + [ + 112, + 331 + ], + [ + 112, + 330 + ], + [ + 111, + 329 + ], + [ + 110, + 329 + ], + [ + 109, + 330 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 75, + 276 + ], + [ + 76, + 277 + ], + [ + 77, + 278 + ], + [ + 78, + 279 + ], + [ + 79, + 280 + ], + [ + 80, + 281 + ], + [ + 81, + 282 + ], + [ + 82, + 283 + ], + [ + 83, + 284 + ], + [ + 84, + 285 + ], + [ + 85, + 286 + ], + [ + 85, + 287 + ], + [ + 86, + 288 + ], + [ + 87, + 289 + ], + [ + 87, + 290 + ], + [ + 87, + 291 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 69, + 461 + ], + [ + 70, + 460 + ], + [ + 69, + 459 + ], + [ + 68, + 458 + ], + [ + 67, + 457 + ], + [ + 67, + 456 + ], + [ + 68, + 455 + ], + [ + 69, + 454 + ], + [ + 68, + 453 + ], + [ + 68, + 452 + ], + [ + 67, + 452 + ], + [ + 67, + 451 + ], + [ + 68, + 451 + ], + [ + 69, + 451 + ], + [ + 70, + 450 + ], + [ + 69, + 449 + ], + [ + 70, + 448 + ], + [ + 69, + 447 + ], + [ + 68, + 446 + ], + [ + 68, + 445 + ], + [ + 68, + 444 + ], + [ + 69, + 443 + ], + [ + 68, + 442 + ], + [ + 68, + 441 + ], + [ + 67, + 440 + ], + [ + 68, + 439 + ], + [ + 68, + 438 + ], + [ + 68, + 437 + ], + [ + 68, + 436 + ], + [ + 68, + 435 + ], + [ + 69, + 434 + ], + [ + 69, + 433 + ], + [ + 70, + 432 + ], + [ + 71, + 431 + ], + [ + 72, + 431 + ], + [ + 71, + 430 + ], + [ + 70, + 429 + ], + [ + 71, + 428 + ], + [ + 72, + 428 + ], + [ + 71, + 427 + ], + [ + 71, + 426 + ], + [ + 72, + 425 + ], + [ + 72, + 424 + ], + [ + 73, + 423 + ], + [ + 72, + 423 + ], + [ + 73, + 422 + ], + [ + 72, + 422 + ], + [ + 71, + 421 + ], + [ + 71, + 420 + ], + [ + 71, + 419 + ], + [ + 70, + 418 + ], + [ + 71, + 418 + ], + [ + 71, + 417 + ], + [ + 70, + 416 + ], + [ + 70, + 415 + ], + [ + 71, + 415 + ], + [ + 72, + 414 + ], + [ + 72, + 415 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 119, + 497 + ], + [ + 119, + 496 + ], + [ + 120, + 495 + ], + [ + 119, + 494 + ], + [ + 120, + 493 + ], + [ + 120, + 492 + ], + [ + 120, + 491 + ], + [ + 119, + 490 + ], + [ + 120, + 489 + ], + [ + 120, + 490 + ], + [ + 119, + 489 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 52, + 271 + ], + [ + 53, + 272 + ], + [ + 54, + 273 + ], + [ + 55, + 274 + ], + [ + 56, + 275 + ], + [ + 56, + 274 + ], + [ + 57, + 273 + ], + [ + 58, + 272 + ], + [ + 59, + 271 + ], + [ + 58, + 271 + ], + [ + 59, + 270 + ], + [ + 58, + 270 + ], + [ + 59, + 269 + ], + [ + 60, + 268 + ], + [ + 61, + 267 + ], + [ + 61, + 268 + ], + [ + 60, + 269 + ], + [ + 60, + 270 + ], + [ + 61, + 269 + ], + [ + 62, + 268 + ], + [ + 63, + 268 + ], + [ + 64, + 268 + ], + [ + 65, + 269 + ], + [ + 66, + 268 + ], + [ + 67, + 267 + ], + [ + 68, + 268 + ], + [ + 68, + 269 + ], + [ + 67, + 269 + ], + [ + 67, + 268 + ], + [ + 68, + 267 + ], + [ + 69, + 266 + ], + [ + 68, + 266 + ], + [ + 69, + 267 + ], + [ + 69, + 268 + ], + [ + 70, + 267 + ], + [ + 71, + 266 + ], + [ + 72, + 267 + ], + [ + 72, + 266 + ], + [ + 71, + 267 + ], + [ + 71, + 268 + ], + [ + 71, + 269 + ], + [ + 71, + 270 + ], + [ + 70, + 269 + ], + [ + 69, + 270 + ], + [ + 68, + 270 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 87, + 339 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 57, + 70 + ], + "peak": [ + 56, + 28 + ], + "area_cells": 4763 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 466 + ], + "peak": [ + 45, + 464 + ], + "area_cells": 278 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 503 + ], + "peak": [ + 56, + 510 + ], + "area_cells": 216 + }, + { + "id": "range_7", + "name": null, + "center": [ + 152, + 453 + ], + "peak": [ + 152, + 454 + ], + "area_cells": 1019 + }, + { + "id": "range_9", + "name": null, + "center": [ + 167, + 503 + ], + "peak": [ + 168, + 504 + ], + "area_cells": 166 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 4 + ], + "peak": [ + 195, + 6 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737d/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737d/globe.png new file mode 100644 index 000000000..bbc9a59b9 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737d/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737d/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737d/heightmap.png new file mode 100644 index 000000000..b2cc38dc4 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737d/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737d/index.md new file mode 100644 index 000000000..51ddae92e --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3737d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3268780768 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.296 + period_days: 88.0 + axial_tilt_deg: 54.3 +physical: + gravity_g: 0.44 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737d + +Frozen planet. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 93% | +| **Year** | 88 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737d/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737d/markers.json new file mode 100644 index 000000000..56b267fab --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737d/markers.json @@ -0,0 +1,272 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 205, + 436 + ], + "area_fraction": 0.038 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 22 + ], + "peak": [ + 0, + 18 + ], + "area_cells": 855 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 169 + ], + "peak": [ + 8, + 162 + ], + "area_cells": 358 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 488 + ], + "peak": [ + 1, + 511 + ], + "area_cells": 849 + }, + { + "id": "range_5", + "name": null, + "center": [ + 21, + 368 + ], + "peak": [ + 17, + 385 + ], + "area_cells": 325 + }, + { + "id": "range_7", + "name": null, + "center": [ + 34, + 208 + ], + "peak": [ + 37, + 210 + ], + "area_cells": 115 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 224 + ], + "peak": [ + 48, + 224 + ], + "area_cells": 216 + }, + { + "id": "range_9", + "name": null, + "center": [ + 28, + 172 + ], + "peak": [ + 29, + 167 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 40, + 374 + ], + "peak": [ + 39, + 381 + ], + "area_cells": 227 + }, + { + "id": "range_12", + "name": null, + "center": [ + 41, + 243 + ], + "peak": [ + 41, + 245 + ], + "area_cells": 113 + }, + { + "id": "range_14", + "name": null, + "center": [ + 100, + 187 + ], + "peak": [ + 91, + 228 + ], + "area_cells": 3044 + }, + { + "id": "range_15", + "name": null, + "center": [ + 88, + 382 + ], + "peak": [ + 88, + 382 + ], + "area_cells": 38 + }, + { + "id": "range_16", + "name": null, + "center": [ + 100, + 365 + ], + "peak": [ + 101, + 366 + ], + "area_cells": 123 + }, + { + "id": "range_17", + "name": null, + "center": [ + 131, + 485 + ], + "peak": [ + 131, + 484 + ], + "area_cells": 86 + }, + { + "id": "range_19", + "name": null, + "center": [ + 153, + 193 + ], + "peak": [ + 152, + 193 + ], + "area_cells": 118 + }, + { + "id": "range_20", + "name": null, + "center": [ + 195, + 308 + ], + "peak": [ + 194, + 312 + ], + "area_cells": 57 + }, + { + "id": "range_21", + "name": null, + "center": [ + 202, + 103 + ], + "peak": [ + 202, + 102 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 204, + 262 + ], + "peak": [ + 204, + 262 + ], + "area_cells": 112 + }, + { + "id": "range_24", + "name": null, + "center": [ + 251, + 443 + ], + "peak": [ + 255, + 441 + ], + "area_cells": 76 + }, + { + "id": "range_25", + "name": null, + "center": [ + 253, + 497 + ], + "peak": [ + 254, + 495 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/globe.png new file mode 100644 index 000000000..636cbe286 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/heightmap.png new file mode 100644 index 000000000..d6dc15607 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/index.md new file mode 100644 index 000000000..1274f3a04 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3737e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3999062753 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 59.2 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.096 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737e-m1 + +Frozen moon. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/markers.json new file mode 100644 index 000000000..20290f284 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m1/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 102, + 324 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 125, + 377 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 59, + 72 + ], + "peak": [ + 63, + 49 + ], + "area_cells": 985 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 464 + ], + "peak": [ + 60, + 465 + ], + "area_cells": 58 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 436 + ], + "peak": [ + 60, + 435 + ], + "area_cells": 50 + }, + { + "id": "range_7", + "name": null, + "center": [ + 72, + 471 + ], + "peak": [ + 73, + 472 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 175, + 130 + ], + "peak": [ + 175, + 133 + ], + "area_cells": 181 + }, + { + "id": "range_10", + "name": null, + "center": [ + 223, + 241 + ], + "peak": [ + 218, + 223 + ], + "area_cells": 25874 + }, + { + "id": "range_14", + "name": null, + "center": [ + 234, + 465 + ], + "peak": [ + 234, + 467 + ], + "area_cells": 65 + }, + { + "id": "range_16", + "name": null, + "center": [ + 251, + 411 + ], + "peak": [ + 252, + 407 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/globe.png new file mode 100644 index 000000000..91edf8fd1 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/heightmap.png new file mode 100644 index 000000000..f006accea Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/index.md new file mode 100644 index 000000000..169099e32 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/index.md @@ -0,0 +1,69 @@ +--- +id: GJ3737e-m2 +name: Kvitfjell +body_type: moon +planet_class: barren +body_scale: moon +seed: 3451823280 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: 0.32 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.868 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Kvitfjell + +Barren moon. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 95% | +| **Orbit** | 11 days | +| **Inhabited** | yes | +| **Population** | 2K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | luxury_mineral_export | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/markers.json new file mode 100644 index 000000000..ac87c4dde --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737e-m2/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 147 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 14, + 271 + ], + "area_fraction": 0.007 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 11, + 380 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 158, + 225 + ], + "peak": [ + 137, + 439 + ], + "area_cells": 36523 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 37 + ], + "peak": [ + 76, + 34 + ], + "area_cells": 225 + }, + { + "id": "range_4", + "name": null, + "center": [ + 83, + 143 + ], + "peak": [ + 82, + 141 + ], + "area_cells": 264 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 504 + ], + "peak": [ + 116, + 511 + ], + "area_cells": 371 + }, + { + "id": "range_6", + "name": null, + "center": [ + 95, + 343 + ], + "peak": [ + 97, + 343 + ], + "area_cells": 162 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 408 + ], + "peak": [ + 100, + 409 + ], + "area_cells": 253 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 210 + ], + "peak": [ + 114, + 205 + ], + "area_cells": 40 + }, + { + "id": "range_16", + "name": null, + "center": [ + 208, + 332 + ], + "peak": [ + 208, + 332 + ], + "area_cells": 60 + }, + { + "id": "range_19", + "name": null, + "center": [ + 216, + 350 + ], + "peak": [ + 217, + 347 + ], + "area_cells": 134 + }, + { + "id": "range_21", + "name": null, + "center": [ + 233, + 319 + ], + "peak": [ + 231, + 321 + ], + "area_cells": 117 + }, + { + "id": "range_22", + "name": null, + "center": [ + 224, + 172 + ], + "peak": [ + 228, + 171 + ], + "area_cells": 30 + }, + { + "id": "range_25", + "name": null, + "center": [ + 222, + 395 + ], + "peak": [ + 222, + 394 + ], + "area_cells": 26 + }, + { + "id": "range_35", + "name": null, + "center": [ + 244, + 231 + ], + "peak": [ + 245, + 233 + ], + "area_cells": 54 + }, + { + "id": "range_37", + "name": null, + "center": [ + 251, + 54 + ], + "peak": [ + 248, + 53 + ], + "area_cells": 202 + }, + { + "id": "range_38", + "name": null, + "center": [ + 249, + 332 + ], + "peak": [ + 251, + 332 + ], + "area_cells": 130 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737e/globe.png new file mode 100644 index 000000000..735aa6d30 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737e/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737e/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737e/index.md new file mode 100644 index 000000000..f75612a52 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ3737e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 229572306 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.757 + period_days: 360.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: null + oblateness: 0.0885 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.122 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.118 +--- + +# GJ3737e + +Gas giant. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 360 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737f/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737f/globe.png new file mode 100644 index 000000000..2603f7bc6 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737f/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737f/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737f/heightmap.png new file mode 100644 index 000000000..2904fb54b Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737f/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737f/index.md new file mode 100644 index 000000000..b290a5fe4 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3737f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1027761520 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 39.0 +physical: + gravity_g: 0.35 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.867 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737f + +Frozen planet. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737f/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737f/markers.json new file mode 100644 index 000000000..5c55a02e0 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737f/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 135, + 124 + ], + "area_fraction": 0.0359 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 225, + 164 + ], + "area_fraction": 0.0656 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 57 + ], + "peak": [ + 9, + 64 + ], + "area_cells": 5244 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 264 + ], + "peak": [ + 51, + 311 + ], + "area_cells": 9276 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 453 + ], + "peak": [ + 8, + 454 + ], + "area_cells": 404 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 480 + ], + "peak": [ + 60, + 488 + ], + "area_cells": 2065 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 145 + ], + "peak": [ + 61, + 146 + ], + "area_cells": 94 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 114 + ], + "peak": [ + 79, + 113 + ], + "area_cells": 180 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 44 + ], + "peak": [ + 85, + 43 + ], + "area_cells": 612 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 225 + ], + "peak": [ + 112, + 221 + ], + "area_cells": 92 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 205 + ], + "peak": [ + 110, + 204 + ], + "area_cells": 86 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 487 + ], + "peak": [ + 139, + 488 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 171, + 482 + ], + "peak": [ + 164, + 482 + ], + "area_cells": 1118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737g/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737g/globe.png new file mode 100644 index 000000000..eba2888fd Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737g/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737g/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737g/heightmap.png new file mode 100644 index 000000000..81cf2112a Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737g/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737g/index.md new file mode 100644 index 000000000..6163b6289 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3737g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2738192579 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.973 + period_days: 2800.0 + axial_tilt_deg: 44.4 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.847 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737g + +Frozen planet. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737g/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737g/markers.json new file mode 100644 index 000000000..b81dc5172 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737g/markers.json @@ -0,0 +1,263 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 9, + 137 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 11, + 391 + ], + "area_fraction": 0.0362 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 84, + 487 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 95, + 36 + ], + "area_fraction": 0.0267 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 183 + ], + "peak": [ + 55, + 186 + ], + "area_cells": 155 + }, + { + "id": "range_2", + "name": null, + "center": [ + 98, + 230 + ], + "peak": [ + 90, + 246 + ], + "area_cells": 2063 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 162 + ], + "peak": [ + 54, + 161 + ], + "area_cells": 40 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 301 + ], + "peak": [ + 71, + 302 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 114 + ], + "peak": [ + 111, + 119 + ], + "area_cells": 123 + }, + { + "id": "range_8", + "name": null, + "center": [ + 115, + 149 + ], + "peak": [ + 117, + 152 + ], + "area_cells": 70 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 71 + ], + "peak": [ + 145, + 72 + ], + "area_cells": 54 + }, + { + "id": "range_11", + "name": null, + "center": [ + 150, + 22 + ], + "peak": [ + 149, + 40 + ], + "area_cells": 639 + }, + { + "id": "range_12", + "name": null, + "center": [ + 167, + 468 + ], + "peak": [ + 176, + 469 + ], + "area_cells": 1436 + }, + { + "id": "range_13", + "name": null, + "center": [ + 189, + 252 + ], + "peak": [ + 188, + 241 + ], + "area_cells": 243 + }, + { + "id": "range_14", + "name": null, + "center": [ + 228, + 391 + ], + "peak": [ + 230, + 471 + ], + "area_cells": 8251 + }, + { + "id": "range_15", + "name": null, + "center": [ + 203, + 97 + ], + "peak": [ + 203, + 95 + ], + "area_cells": 104 + }, + { + "id": "range_16", + "name": null, + "center": [ + 222, + 268 + ], + "peak": [ + 205, + 264 + ], + "area_cells": 683 + }, + { + "id": "range_18", + "name": null, + "center": [ + 237, + 67 + ], + "peak": [ + 239, + 85 + ], + "area_cells": 3387 + }, + { + "id": "range_22", + "name": null, + "center": [ + 237, + 293 + ], + "peak": [ + 237, + 293 + ], + "area_cells": 51 + }, + { + "id": "range_23", + "name": null, + "center": [ + 246, + 502 + ], + "peak": [ + 243, + 509 + ], + "area_cells": 282 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737h/globe.png b/wiki/star-systems/GJ-3737/bodies/GJ3737h/globe.png new file mode 100644 index 000000000..4a8d67857 Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737h/globe.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737h/heightmap.png b/wiki/star-systems/GJ-3737/bodies/GJ3737h/heightmap.png new file mode 100644 index 000000000..3b352d9fe Binary files /dev/null and b/wiki/star-systems/GJ-3737/bodies/GJ3737h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737h/index.md b/wiki/star-systems/GJ-3737/bodies/GJ3737h/index.md new file mode 100644 index 000000000..ba59d42c7 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3737h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 952644682 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.051 + period_days: 6200.0 + axial_tilt_deg: 45.0 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3737h + +Frozen planet. + +**System:** [GJ-3737](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3737/bodies/GJ3737h/markers.json b/wiki/star-systems/GJ-3737/bodies/GJ3737h/markers.json new file mode 100644 index 000000000..ce5ac1728 --- /dev/null +++ b/wiki/star-systems/GJ-3737/bodies/GJ3737h/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 84, + 309 + ], + "area_fraction": 0.246 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 65, + 44 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 218, + 279 + ], + "area_fraction": 0.0172 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 23 + ], + "peak": [ + 12, + 34 + ], + "area_cells": 1478 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 318 + ], + "peak": [ + 3, + 310 + ], + "area_cells": 484 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 428 + ], + "peak": [ + 1, + 431 + ], + "area_cells": 91 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 476 + ], + "peak": [ + 17, + 454 + ], + "area_cells": 1916 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 82 + ], + "peak": [ + 132, + 87 + ], + "area_cells": 2850 + }, + { + "id": "range_10", + "name": null, + "center": [ + 106, + 147 + ], + "peak": [ + 106, + 147 + ], + "area_cells": 495 + }, + { + "id": "range_13", + "name": null, + "center": [ + 196, + 101 + ], + "peak": [ + 196, + 101 + ], + "area_cells": 32 + }, + { + "id": "range_15", + "name": null, + "center": [ + 209, + 207 + ], + "peak": [ + 204, + 212 + ], + "area_cells": 108 + }, + { + "id": "range_16", + "name": null, + "center": [ + 253, + 363 + ], + "peak": [ + 255, + 364 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ380b/globe.png b/wiki/star-systems/GJ-380/bodies/GJ380b/globe.png new file mode 100644 index 000000000..0f2c9679b Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380b/globe.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380b/heightmap.png b/wiki/star-systems/GJ-380/bodies/GJ380b/heightmap.png new file mode 100644 index 000000000..a1910463b Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380b/heightmap.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380b/index.md b/wiki/star-systems/GJ-380/bodies/GJ380b/index.md new file mode 100644 index 000000000..e8f938007 --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ380b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1007024882 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 0.4 +physical: + gravity_g: 0.25 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.992 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ380b + +Barren planet. + +**System:** [GJ-380](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.25g | +| **Land** | 99% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-380/bodies/GJ380b/markers.json b/wiki/star-systems/GJ-380/bodies/GJ380b/markers.json new file mode 100644 index 000000000..67ccf6de3 --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380b/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 41, + 509 + ], + "peak": [ + 40, + 509 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 3 + ], + "peak": [ + 63, + 5 + ], + "area_cells": 127 + }, + { + "id": "range_8", + "name": null, + "center": [ + 130, + 71 + ], + "peak": [ + 104, + 85 + ], + "area_cells": 4138 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 384 + ], + "peak": [ + 86, + 383 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 94, + 64 + ], + "peak": [ + 93, + 63 + ], + "area_cells": 121 + }, + { + "id": "range_15", + "name": null, + "center": [ + 161, + 317 + ], + "peak": [ + 138, + 378 + ], + "area_cells": 15055 + }, + { + "id": "range_21", + "name": null, + "center": [ + 105, + 419 + ], + "peak": [ + 105, + 420 + ], + "area_cells": 59 + }, + { + "id": "range_22", + "name": null, + "center": [ + 107, + 489 + ], + "peak": [ + 106, + 491 + ], + "area_cells": 87 + }, + { + "id": "range_24", + "name": null, + "center": [ + 124, + 136 + ], + "peak": [ + 124, + 137 + ], + "area_cells": 83 + }, + { + "id": "range_25", + "name": null, + "center": [ + 153, + 482 + ], + "peak": [ + 150, + 490 + ], + "area_cells": 1098 + }, + { + "id": "range_27", + "name": null, + "center": [ + 153, + 149 + ], + "peak": [ + 154, + 150 + ], + "area_cells": 38 + }, + { + "id": "range_28", + "name": null, + "center": [ + 158, + 431 + ], + "peak": [ + 157, + 428 + ], + "area_cells": 27 + }, + { + "id": "range_31", + "name": null, + "center": [ + 187, + 188 + ], + "peak": [ + 184, + 187 + ], + "area_cells": 162 + }, + { + "id": "range_34", + "name": null, + "center": [ + 209, + 199 + ], + "peak": [ + 208, + 200 + ], + "area_cells": 99 + }, + { + "id": "range_35", + "name": null, + "center": [ + 240, + 28 + ], + "peak": [ + 236, + 37 + ], + "area_cells": 1457 + }, + { + "id": "range_37", + "name": null, + "center": [ + 235, + 463 + ], + "peak": [ + 235, + 471 + ], + "area_cells": 343 + }, + { + "id": "range_38", + "name": null, + "center": [ + 244, + 497 + ], + "peak": [ + 252, + 506 + ], + "area_cells": 588 + }, + { + "id": "range_46", + "name": null, + "center": [ + 252, + 108 + ], + "peak": [ + 251, + 106 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c-1/globe.png b/wiki/star-systems/GJ-380/bodies/GJ380c-1/globe.png new file mode 100644 index 000000000..6c545fe70 Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380c-1/globe.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c-1/heightmap.png b/wiki/star-systems/GJ-380/bodies/GJ380c-1/heightmap.png new file mode 100644 index 000000000..f41d71079 Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c-1/index.md b/wiki/star-systems/GJ-380/bodies/GJ380c-1/index.md new file mode 100644 index 000000000..c4e837d41 --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ380c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 966350789 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.09 + period_days: 11.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.05 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.861 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ380c-1 + +Barren moon. + +**System:** [GJ-380](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c-1/markers.json b/wiki/star-systems/GJ-380/bodies/GJ380c-1/markers.json new file mode 100644 index 000000000..76534b2de --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380c-1/markers.json @@ -0,0 +1,495 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 494 + ], + "peak": [ + 2, + 497 + ], + "area_cells": 40 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 110 + ], + "peak": [ + 34, + 113 + ], + "area_cells": 151 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 140 + ], + "peak": [ + 25, + 137 + ], + "area_cells": 84 + }, + { + "id": "range_9", + "name": null, + "center": [ + 25, + 87 + ], + "peak": [ + 25, + 88 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 37, + 286 + ], + "peak": [ + 38, + 288 + ], + "area_cells": 61 + }, + { + "id": "range_14", + "name": null, + "center": [ + 42, + 273 + ], + "peak": [ + 43, + 274 + ], + "area_cells": 32 + }, + { + "id": "range_16", + "name": null, + "center": [ + 60, + 116 + ], + "peak": [ + 69, + 108 + ], + "area_cells": 620 + }, + { + "id": "range_20", + "name": null, + "center": [ + 62, + 11 + ], + "peak": [ + 61, + 15 + ], + "area_cells": 376 + }, + { + "id": "range_21", + "name": null, + "center": [ + 49, + 172 + ], + "peak": [ + 49, + 173 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 66, + 477 + ], + "peak": [ + 70, + 480 + ], + "area_cells": 120 + }, + { + "id": "range_25", + "name": null, + "center": [ + 73, + 414 + ], + "peak": [ + 71, + 410 + ], + "area_cells": 127 + }, + { + "id": "range_27", + "name": null, + "center": [ + 98, + 60 + ], + "peak": [ + 95, + 40 + ], + "area_cells": 1272 + }, + { + "id": "range_28", + "name": null, + "center": [ + 84, + 502 + ], + "peak": [ + 90, + 500 + ], + "area_cells": 325 + }, + { + "id": "range_29", + "name": null, + "center": [ + 66, + 206 + ], + "peak": [ + 66, + 206 + ], + "area_cells": 25 + }, + { + "id": "range_30", + "name": null, + "center": [ + 98, + 385 + ], + "peak": [ + 100, + 384 + ], + "area_cells": 562 + }, + { + "id": "range_31", + "name": null, + "center": [ + 74, + 353 + ], + "peak": [ + 75, + 353 + ], + "area_cells": 45 + }, + { + "id": "range_33", + "name": null, + "center": [ + 80, + 157 + ], + "peak": [ + 80, + 158 + ], + "area_cells": 28 + }, + { + "id": "range_34", + "name": null, + "center": [ + 155, + 116 + ], + "peak": [ + 145, + 93 + ], + "area_cells": 5344 + }, + { + "id": "range_36", + "name": null, + "center": [ + 101, + 188 + ], + "peak": [ + 100, + 191 + ], + "area_cells": 186 + }, + { + "id": "range_38", + "name": null, + "center": [ + 100, + 463 + ], + "peak": [ + 100, + 455 + ], + "area_cells": 151 + }, + { + "id": "range_39", + "name": null, + "center": [ + 124, + 426 + ], + "peak": [ + 124, + 427 + ], + "area_cells": 42 + }, + { + "id": "range_40", + "name": null, + "center": [ + 154, + 441 + ], + "peak": [ + 161, + 437 + ], + "area_cells": 581 + }, + { + "id": "range_41", + "name": null, + "center": [ + 133, + 478 + ], + "peak": [ + 135, + 482 + ], + "area_cells": 44 + }, + { + "id": "range_42", + "name": null, + "center": [ + 139, + 402 + ], + "peak": [ + 135, + 396 + ], + "area_cells": 114 + }, + { + "id": "range_43", + "name": null, + "center": [ + 143, + 421 + ], + "peak": [ + 144, + 422 + ], + "area_cells": 54 + }, + { + "id": "range_44", + "name": null, + "center": [ + 155, + 487 + ], + "peak": [ + 154, + 488 + ], + "area_cells": 131 + }, + { + "id": "range_45", + "name": null, + "center": [ + 157, + 190 + ], + "peak": [ + 157, + 203 + ], + "area_cells": 347 + }, + { + "id": "range_46", + "name": null, + "center": [ + 174, + 321 + ], + "peak": [ + 170, + 339 + ], + "area_cells": 1208 + }, + { + "id": "range_47", + "name": null, + "center": [ + 179, + 387 + ], + "peak": [ + 193, + 404 + ], + "area_cells": 928 + }, + { + "id": "range_48", + "name": null, + "center": [ + 164, + 223 + ], + "peak": [ + 165, + 223 + ], + "area_cells": 40 + }, + { + "id": "range_49", + "name": null, + "center": [ + 169, + 274 + ], + "peak": [ + 174, + 271 + ], + "area_cells": 36 + }, + { + "id": "range_52", + "name": null, + "center": [ + 192, + 271 + ], + "peak": [ + 205, + 277 + ], + "area_cells": 168 + }, + { + "id": "range_53", + "name": null, + "center": [ + 183, + 427 + ], + "peak": [ + 184, + 428 + ], + "area_cells": 54 + }, + { + "id": "range_54", + "name": null, + "center": [ + 183, + 470 + ], + "peak": [ + 183, + 470 + ], + "area_cells": 58 + }, + { + "id": "range_55", + "name": null, + "center": [ + 190, + 242 + ], + "peak": [ + 191, + 246 + ], + "area_cells": 116 + }, + { + "id": "range_57", + "name": null, + "center": [ + 190, + 32 + ], + "peak": [ + 191, + 33 + ], + "area_cells": 33 + }, + { + "id": "range_62", + "name": null, + "center": [ + 212, + 343 + ], + "peak": [ + 214, + 343 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c/globe.png b/wiki/star-systems/GJ-380/bodies/GJ380c/globe.png new file mode 100644 index 000000000..683ee6015 Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380c/globe.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c/heightmap.png b/wiki/star-systems/GJ-380/bodies/GJ380c/heightmap.png new file mode 100644 index 000000000..220505135 Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380c/heightmap.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c/index.md b/wiki/star-systems/GJ-380/bodies/GJ380c/index.md new file mode 100644 index 000000000..aaee2d067 --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ380c +name: Lendel +body_type: planet +planet_class: arid +body_scale: planet +seed: 500725925 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 29.8 +physical: + gravity_g: 0.82 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.588 + polar_ice_lat: 0.887 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.126 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Lendel + +Arid planet. + +**System:** [GJ-380](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 59% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 900M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-380/bodies/GJ380c/markers.json b/wiki/star-systems/GJ-380/bodies/GJ380c/markers.json new file mode 100644 index 000000000..867e3babe --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380c/markers.json @@ -0,0 +1,298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 172, + 276 + ], + [ + 173, + 276 + ], + [ + 174, + 275 + ], + [ + 175, + 276 + ], + [ + 176, + 275 + ], + [ + 177, + 274 + ], + [ + 178, + 273 + ], + [ + 179, + 272 + ], + [ + 180, + 271 + ], + [ + 181, + 270 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 250, + 324 + ], + [ + 249, + 324 + ], + [ + 248, + 323 + ], + [ + 247, + 322 + ], + [ + 246, + 321 + ], + [ + 245, + 322 + ], + [ + 244, + 323 + ], + [ + 243, + 323 + ], + [ + 242, + 324 + ], + [ + 241, + 325 + ], + [ + 240, + 326 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 74, + 79 + ], + [ + 75, + 80 + ], + [ + 76, + 80 + ], + [ + 77, + 79 + ], + [ + 78, + 78 + ], + [ + 79, + 77 + ], + [ + 80, + 76 + ], + [ + 81, + 75 + ], + [ + 82, + 75 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 133, + 403 + ], + "area_fraction": 0.1859 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 169, + 124 + ], + "area_fraction": 0.2044 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 138, + 236 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 220, + 336 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 46 + ], + "peak": [ + 20, + 44 + ], + "area_cells": 3904 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 366 + ], + "peak": [ + 14, + 361 + ], + "area_cells": 1162 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 206 + ], + "peak": [ + 14, + 188 + ], + "area_cells": 1294 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 488 + ], + "peak": [ + 22, + 511 + ], + "area_cells": 1070 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 305 + ], + "peak": [ + 35, + 304 + ], + "area_cells": 623 + }, + { + "id": "range_6", + "name": null, + "center": [ + 33, + 396 + ], + "peak": [ + 31, + 396 + ], + "area_cells": 208 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 287 + ], + "peak": [ + 62, + 290 + ], + "area_cells": 832 + }, + { + "id": "range_9", + "name": null, + "center": [ + 56, + 245 + ], + "peak": [ + 57, + 245 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-380/bodies/GJ380d/globe.png b/wiki/star-systems/GJ-380/bodies/GJ380d/globe.png new file mode 100644 index 000000000..15b297ef1 Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380d/globe.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380d/heightmap.png b/wiki/star-systems/GJ-380/bodies/GJ380d/heightmap.png new file mode 100644 index 000000000..9006111ce Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380d/heightmap.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380d/index.md b/wiki/star-systems/GJ-380/bodies/GJ380d/index.md new file mode 100644 index 000000000..d8cc0583c --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ380d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 550282162 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.142 + period_days: 500.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.811 + polar_ice_lat: 0.086 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.212 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ380d + +Frozen planet. + +**System:** [GJ-380](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-380/bodies/GJ380d/markers.json b/wiki/star-systems/GJ-380/bodies/GJ380d/markers.json new file mode 100644 index 000000000..e4187599b --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380d/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 42 + ], + "area_fraction": 0.0327 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 25, + 220 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 31, + 400 + ], + "area_fraction": 0.0999 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 220, + 455 + ], + "area_fraction": 0.0282 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 249, + 23 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 159 + ], + "peak": [ + 127, + 158 + ], + "area_cells": 12438 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-380/bodies/GJ380e/globe.png b/wiki/star-systems/GJ-380/bodies/GJ380e/globe.png new file mode 100644 index 000000000..e6240888c Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380e/globe.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380e/heightmap.png b/wiki/star-systems/GJ-380/bodies/GJ380e/heightmap.png new file mode 100644 index 000000000..274e888e4 Binary files /dev/null and b/wiki/star-systems/GJ-380/bodies/GJ380e/heightmap.png differ diff --git a/wiki/star-systems/GJ-380/bodies/GJ380e/index.md b/wiki/star-systems/GJ-380/bodies/GJ380e/index.md new file mode 100644 index 000000000..8210f5e38 --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380e/index.md @@ -0,0 +1,64 @@ +--- +id: GJ380e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3984287021 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.3 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ380e + +Frozen planet. + +**System:** [GJ-380](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 100% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-380/bodies/GJ380e/markers.json b/wiki/star-systems/GJ-380/bodies/GJ380e/markers.json new file mode 100644 index 000000000..01b525e4b --- /dev/null +++ b/wiki/star-systems/GJ-380/bodies/GJ380e/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 241 + ], + "peak": [ + 19, + 477 + ], + "area_cells": 35366 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 367 + ], + "peak": [ + 75, + 368 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 100, + 362 + ], + "peak": [ + 97, + 348 + ], + "area_cells": 983 + }, + { + "id": "range_8", + "name": null, + "center": [ + 117, + 318 + ], + "peak": [ + 117, + 319 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3820b/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820b/globe.png new file mode 100644 index 000000000..30f626075 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820b/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820b/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820b/heightmap.png new file mode 100644 index 000000000..4e9cc2c7c Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820b/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820b/index.md new file mode 100644 index 000000000..06493d2f2 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3820b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2982789917 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 35.9 +physical: + gravity_g: 0.32 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.822 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820b + +Barren planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820b/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820b/markers.json new file mode 100644 index 000000000..e3fd195ee --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820b/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 223 + ], + "peak": [ + 51, + 259 + ], + "area_cells": 16511 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 345 + ], + "peak": [ + 11, + 350 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 409 + ], + "peak": [ + 17, + 410 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 15, + 415 + ], + "peak": [ + 23, + 415 + ], + "area_cells": 42 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 446 + ], + "peak": [ + 0, + 449 + ], + "area_cells": 812 + }, + { + "id": "range_13", + "name": null, + "center": [ + 24, + 337 + ], + "peak": [ + 23, + 337 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 46, + 34 + ], + "peak": [ + 46, + 34 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 62, + 354 + ], + "peak": [ + 60, + 359 + ], + "area_cells": 63 + }, + { + "id": "range_22", + "name": null, + "center": [ + 67, + 83 + ], + "peak": [ + 73, + 86 + ], + "area_cells": 94 + }, + { + "id": "range_25", + "name": null, + "center": [ + 93, + 153 + ], + "peak": [ + 87, + 148 + ], + "area_cells": 311 + }, + { + "id": "range_28", + "name": null, + "center": [ + 96, + 358 + ], + "peak": [ + 99, + 361 + ], + "area_cells": 140 + }, + { + "id": "range_31", + "name": null, + "center": [ + 130, + 102 + ], + "peak": [ + 144, + 128 + ], + "area_cells": 1577 + }, + { + "id": "range_32", + "name": null, + "center": [ + 108, + 402 + ], + "peak": [ + 111, + 412 + ], + "area_cells": 358 + }, + { + "id": "range_36", + "name": null, + "center": [ + 141, + 235 + ], + "peak": [ + 129, + 240 + ], + "area_cells": 295 + }, + { + "id": "range_37", + "name": null, + "center": [ + 133, + 5 + ], + "peak": [ + 134, + 3 + ], + "area_cells": 22 + }, + { + "id": "range_38", + "name": null, + "center": [ + 155, + 41 + ], + "peak": [ + 156, + 42 + ], + "area_cells": 98 + }, + { + "id": "range_39", + "name": null, + "center": [ + 155, + 378 + ], + "peak": [ + 156, + 378 + ], + "area_cells": 39 + }, + { + "id": "range_40", + "name": null, + "center": [ + 161, + 396 + ], + "peak": [ + 161, + 395 + ], + "area_cells": 170 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820c/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820c/globe.png new file mode 100644 index 000000000..20d208d6f Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820c/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820c/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820c/heightmap.png new file mode 100644 index 000000000..05a221f1d Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820c/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820c/index.md new file mode 100644 index 000000000..5292b8251 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3820c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4238129445 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.246 + period_days: 50.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.45 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.926 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.079 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820c + +Arid planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820c/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820c/markers.json new file mode 100644 index 000000000..02d6f3481 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820c/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 374 + ], + "peak": [ + 18, + 373 + ], + "area_cells": 47 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 97 + ], + "peak": [ + 36, + 100 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 173, + 45 + ], + "peak": [ + 181, + 83 + ], + "area_cells": 3528 + }, + { + "id": "range_5", + "name": null, + "center": [ + 215, + 391 + ], + "peak": [ + 193, + 485 + ], + "area_cells": 11950 + }, + { + "id": "range_6", + "name": null, + "center": [ + 195, + 240 + ], + "peak": [ + 195, + 239 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820d/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820d/globe.png new file mode 100644 index 000000000..c4613c81b Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820d/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820d/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820d/heightmap.png new file mode 100644 index 000000000..f59651ca1 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820d/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820d/index.md new file mode 100644 index 000000000..8b937aa75 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3820d +name: Sotkamo +body_type: planet +planet_class: arid +body_scale: planet +seed: 1439528702 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.441 + period_days: 120.0 + axial_tilt_deg: 10.4 +physical: + gravity_g: 0.85 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.955 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.137 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Sotkamo + +Arid planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.85g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 90% | +| **Year** | 120 days | +| **Inhabited** | yes | +| **Population** | 900 | +| **Economy** | extraction | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820d/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820d/markers.json new file mode 100644 index 000000000..224252b95 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820d/markers.json @@ -0,0 +1,381 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 131, + 319 + ], + [ + 132, + 318 + ], + [ + 133, + 317 + ], + [ + 134, + 316 + ], + [ + 135, + 315 + ], + [ + 136, + 314 + ], + [ + 137, + 313 + ], + [ + 138, + 312 + ], + [ + 139, + 312 + ], + [ + 139, + 311 + ], + [ + 139, + 310 + ], + [ + 140, + 309 + ], + [ + 140, + 308 + ], + [ + 139, + 307 + ], + [ + 139, + 306 + ], + [ + 140, + 305 + ], + [ + 140, + 304 + ], + [ + 141, + 303 + ], + [ + 140, + 303 + ], + [ + 141, + 302 + ], + [ + 142, + 302 + ], + [ + 141, + 301 + ], + [ + 141, + 300 + ], + [ + 142, + 299 + ], + [ + 142, + 298 + ], + [ + 143, + 297 + ], + [ + 142, + 297 + ], + [ + 143, + 296 + ], + [ + 143, + 295 + ], + [ + 143, + 294 + ], + [ + 143, + 293 + ], + [ + 142, + 294 + ], + [ + 142, + 295 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 216, + 303 + ], + [ + 216, + 302 + ], + [ + 215, + 301 + ], + [ + 215, + 300 + ], + [ + 214, + 299 + ], + [ + 215, + 299 + ], + [ + 216, + 299 + ], + [ + 217, + 299 + ], + [ + 218, + 299 + ], + [ + 219, + 298 + ], + [ + 220, + 297 + ], + [ + 221, + 298 + ], + [ + 220, + 299 + ], + [ + 221, + 299 + ], + [ + 220, + 298 + ], + [ + 219, + 299 + ], + [ + 218, + 298 + ], + [ + 217, + 298 + ], + [ + 217, + 297 + ], + [ + 218, + 297 + ], + [ + 219, + 297 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 16, + 269 + ], + [ + 15, + 268 + ], + [ + 14, + 267 + ], + [ + 13, + 267 + ], + [ + 12, + 267 + ], + [ + 11, + 266 + ], + [ + 10, + 267 + ], + [ + 9, + 266 + ], + [ + 8, + 267 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 107 + ], + "area_fraction": 0.0565 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 148, + 87 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 236, + 407 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 67, + 504 + ], + "peak": [ + 65, + 511 + ], + "area_cells": 553 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 30 + ], + "peak": [ + 99, + 25 + ], + "area_cells": 3559 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 407 + ], + "peak": [ + 94, + 406 + ], + "area_cells": 1928 + }, + { + "id": "range_5", + "name": null, + "center": [ + 77, + 302 + ], + "peak": [ + 78, + 303 + ], + "area_cells": 95 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 153 + ], + "peak": [ + 141, + 154 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820e/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820e/globe.png new file mode 100644 index 000000000..3b7db9685 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820e/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820e/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820e/heightmap.png new file mode 100644 index 000000000..9efa16cd9 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820e/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820e/index.md new file mode 100644 index 000000000..6c8243a74 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3820e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2799508045 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.739 + period_days: 260.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: 0.4 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.913 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.087 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820e + +Arid planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820e/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820e/markers.json new file mode 100644 index 000000000..a22b0c5b2 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820e/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 154, + 205 + ], + "peak": [ + 165, + 205 + ], + "area_cells": 9483 + }, + { + "id": "range_4", + "name": null, + "center": [ + 210, + 142 + ], + "peak": [ + 209, + 152 + ], + "area_cells": 248 + }, + { + "id": "range_5", + "name": null, + "center": [ + 209, + 92 + ], + "peak": [ + 208, + 88 + ], + "area_cells": 100 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820f/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820f/globe.png new file mode 100644 index 000000000..fb8811d51 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820f/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820f/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820f/heightmap.png new file mode 100644 index 000000000..2c226bcee Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820f/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820f/index.md new file mode 100644 index 000000000..17e6524bb --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3820f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1424024633 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.29 + period_days: 600.0 + axial_tilt_deg: 49.0 +physical: + gravity_g: 0.32 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.892 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820f + +Frozen planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820f/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820f/markers.json new file mode 100644 index 000000000..8d31273bc --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820f/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 164, + 206 + ], + "area_fraction": 0.0412 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 146, + 42 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 170, + 396 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 156, + 82 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 48 + ], + "peak": [ + 29, + 32 + ], + "area_cells": 4354 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 454 + ], + "peak": [ + 7, + 488 + ], + "area_cells": 7527 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 122 + ], + "peak": [ + 87, + 127 + ], + "area_cells": 409 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 71 + ], + "peak": [ + 89, + 72 + ], + "area_cells": 122 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 17 + ], + "peak": [ + 89, + 12 + ], + "area_cells": 240 + }, + { + "id": "range_6", + "name": null, + "center": [ + 176, + 21 + ], + "peak": [ + 172, + 21 + ], + "area_cells": 134 + }, + { + "id": "range_7", + "name": null, + "center": [ + 239, + 322 + ], + "peak": [ + 247, + 308 + ], + "area_cells": 2883 + }, + { + "id": "range_8", + "name": null, + "center": [ + 252, + 107 + ], + "peak": [ + 254, + 89 + ], + "area_cells": 369 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/globe.png new file mode 100644 index 000000000..288739469 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/heightmap.png new file mode 100644 index 000000000..5eef43d8f Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/index.md new file mode 100644 index 000000000..3b0b96aa7 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3820g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 810437832 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 14.9 +physical: + gravity_g: 0.05 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.883 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820g-1 + +Barren moon. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/markers.json new file mode 100644 index 000000000..ada0bd1d4 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820g-1/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 223 + ], + "peak": [ + 34, + 132 + ], + "area_cells": 25787 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 285 + ], + "peak": [ + 0, + 285 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 438 + ], + "peak": [ + 62, + 435 + ], + "area_cells": 295 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 359 + ], + "peak": [ + 72, + 368 + ], + "area_cells": 240 + }, + { + "id": "range_10", + "name": null, + "center": [ + 90, + 389 + ], + "peak": [ + 91, + 389 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 417 + ], + "peak": [ + 97, + 417 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 270 + ], + "peak": [ + 131, + 262 + ], + "area_cells": 546 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 182 + ], + "peak": [ + 110, + 183 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 134, + 219 + ], + "peak": [ + 148, + 229 + ], + "area_cells": 269 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 149 + ], + "peak": [ + 126, + 149 + ], + "area_cells": 25 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 171 + ], + "peak": [ + 147, + 168 + ], + "area_cells": 314 + }, + { + "id": "range_20", + "name": null, + "center": [ + 132, + 102 + ], + "peak": [ + 133, + 103 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 145, + 74 + ], + "peak": [ + 146, + 74 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 152, + 203 + ], + "peak": [ + 152, + 203 + ], + "area_cells": 111 + }, + { + "id": "range_24", + "name": null, + "center": [ + 155, + 74 + ], + "peak": [ + 155, + 74 + ], + "area_cells": 36 + }, + { + "id": "range_28", + "name": null, + "center": [ + 169, + 389 + ], + "peak": [ + 173, + 388 + ], + "area_cells": 103 + }, + { + "id": "range_29", + "name": null, + "center": [ + 169, + 37 + ], + "peak": [ + 168, + 39 + ], + "area_cells": 59 + }, + { + "id": "range_30", + "name": null, + "center": [ + 171, + 58 + ], + "peak": [ + 172, + 59 + ], + "area_cells": 74 + }, + { + "id": "range_32", + "name": null, + "center": [ + 172, + 216 + ], + "peak": [ + 173, + 215 + ], + "area_cells": 51 + }, + { + "id": "range_33", + "name": null, + "center": [ + 176, + 169 + ], + "peak": [ + 177, + 170 + ], + "area_cells": 28 + }, + { + "id": "range_34", + "name": null, + "center": [ + 175, + 351 + ], + "peak": [ + 175, + 351 + ], + "area_cells": 21 + }, + { + "id": "range_35", + "name": null, + "center": [ + 189, + 430 + ], + "peak": [ + 194, + 431 + ], + "area_cells": 163 + }, + { + "id": "range_37", + "name": null, + "center": [ + 190, + 179 + ], + "peak": [ + 192, + 178 + ], + "area_cells": 174 + }, + { + "id": "range_38", + "name": null, + "center": [ + 197, + 210 + ], + "peak": [ + 192, + 208 + ], + "area_cells": 416 + }, + { + "id": "range_39", + "name": null, + "center": [ + 191, + 346 + ], + "peak": [ + 195, + 343 + ], + "area_cells": 58 + }, + { + "id": "range_40", + "name": null, + "center": [ + 196, + 128 + ], + "peak": [ + 199, + 131 + ], + "area_cells": 117 + }, + { + "id": "range_41", + "name": null, + "center": [ + 230, + 372 + ], + "peak": [ + 212, + 388 + ], + "area_cells": 4938 + }, + { + "id": "range_45", + "name": null, + "center": [ + 197, + 64 + ], + "peak": [ + 199, + 64 + ], + "area_cells": 33 + }, + { + "id": "range_48", + "name": null, + "center": [ + 214, + 256 + ], + "peak": [ + 209, + 253 + ], + "area_cells": 665 + }, + { + "id": "range_50", + "name": null, + "center": [ + 223, + 105 + ], + "peak": [ + 226, + 102 + ], + "area_cells": 200 + }, + { + "id": "range_52", + "name": null, + "center": [ + 215, + 50 + ], + "peak": [ + 214, + 51 + ], + "area_cells": 74 + }, + { + "id": "range_58", + "name": null, + "center": [ + 220, + 295 + ], + "peak": [ + 219, + 293 + ], + "area_cells": 34 + }, + { + "id": "range_61", + "name": null, + "center": [ + 232, + 305 + ], + "peak": [ + 224, + 306 + ], + "area_cells": 84 + }, + { + "id": "range_62", + "name": null, + "center": [ + 234, + 126 + ], + "peak": [ + 237, + 126 + ], + "area_cells": 69 + }, + { + "id": "range_63", + "name": null, + "center": [ + 235, + 193 + ], + "peak": [ + 234, + 197 + ], + "area_cells": 238 + }, + { + "id": "range_65", + "name": null, + "center": [ + 240, + 91 + ], + "peak": [ + 243, + 91 + ], + "area_cells": 126 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/globe.png new file mode 100644 index 000000000..18466afd0 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/heightmap.png new file mode 100644 index 000000000..6b8b84f8d Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/index.md new file mode 100644 index 000000000..f61aaddf4 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3820g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2328864254 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 46.9 +physical: + gravity_g: 0.03 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.735 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.239 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820g-2 + +Frozen moon. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/markers.json new file mode 100644 index 000000000..5936177e0 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820g-2/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 68, + 264 + ], + "area_fraction": 0.2297 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 95, + 483 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 134, + 82 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 215, + 74 + ], + "peak": [ + 218, + 94 + ], + "area_cells": 3417 + }, + { + "id": "range_3", + "name": null, + "center": [ + 219, + 465 + ], + "peak": [ + 226, + 499 + ], + "area_cells": 2516 + }, + { + "id": "range_4", + "name": null, + "center": [ + 221, + 214 + ], + "peak": [ + 220, + 209 + ], + "area_cells": 102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820g/globe.png new file mode 100644 index 000000000..05ce265b9 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820g/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820g/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820g/index.md new file mode 100644 index 000000000..39098befd --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ3820g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2805806936 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 6.8 +physical: + gravity_g: null + oblateness: 0.0682 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.133 +rings: + enabled: true + inner_radius_factor: 1.21 + outer_radius_factor: 2.63 + opacity_base: 0.65 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ3820g + +Gas giant. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820h/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820h/globe.png new file mode 100644 index 000000000..cb961800a Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820h/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820h/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820h/heightmap.png new file mode 100644 index 000000000..410292734 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820h/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820h/index.md new file mode 100644 index 000000000..cfb7f5df8 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3820h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2486266353 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 33.6 +physical: + gravity_g: 0.22 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.858 + polar_ice_lat: 0.058 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.418 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820h + +Frozen planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820h/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820h/markers.json new file mode 100644 index 000000000..d8dcf88d3 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820h/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 137, + 251 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 178, + 428 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 216, + 36 + ], + "area_fraction": 0.0395 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 223, + 444 + ], + "area_fraction": 0.0531 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 27 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 2067 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 482 + ], + "peak": [ + 0, + 504 + ], + "area_cells": 1036 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 411 + ], + "peak": [ + 46, + 375 + ], + "area_cells": 6141 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 128 + ], + "peak": [ + 27, + 102 + ], + "area_cells": 4801 + }, + { + "id": "range_10", + "name": null, + "center": [ + 26, + 56 + ], + "peak": [ + 26, + 57 + ], + "area_cells": 56 + }, + { + "id": "range_16", + "name": null, + "center": [ + 91, + 5 + ], + "peak": [ + 91, + 7 + ], + "area_cells": 64 + }, + { + "id": "range_17", + "name": null, + "center": [ + 96, + 359 + ], + "peak": [ + 94, + 359 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820i/globe.png b/wiki/star-systems/GJ-3820/bodies/GJ3820i/globe.png new file mode 100644 index 000000000..ac715ee19 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820i/globe.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820i/heightmap.png b/wiki/star-systems/GJ-3820/bodies/GJ3820i/heightmap.png new file mode 100644 index 000000000..45b188675 Binary files /dev/null and b/wiki/star-systems/GJ-3820/bodies/GJ3820i/heightmap.png differ diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820i/index.md b/wiki/star-systems/GJ-3820/bodies/GJ3820i/index.md new file mode 100644 index 000000000..9dc691f61 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3820i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3427435579 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.253 + period_days: 8000.0 + axial_tilt_deg: 44.9 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3820i + +Frozen planet. + +**System:** [GJ-3820](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 8000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3820/bodies/GJ3820i/markers.json b/wiki/star-systems/GJ-3820/bodies/GJ3820i/markers.json new file mode 100644 index 000000000..89c525797 --- /dev/null +++ b/wiki/star-systems/GJ-3820/bodies/GJ3820i/markers.json @@ -0,0 +1,219 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 212 + ], + "area_fraction": 0.0622 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 23, + 440 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 80, + 251 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 84, + 494 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 79, + 16 + ], + "area_fraction": 0.007 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 107, + 112 + ], + "area_fraction": 0.0248 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 124, + 152 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 214, + 19 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 230, + 473 + ], + "area_fraction": 0.025 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 246, + 256 + ], + "area_fraction": 0.0148 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 59, + 90 + ], + "peak": [ + 60, + 91 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 158, + 182 + ], + "peak": [ + 155, + 189 + ], + "area_cells": 3628 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 387 + ], + "peak": [ + 130, + 387 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 168, + 339 + ], + "peak": [ + 148, + 361 + ], + "area_cells": 5996 + }, + { + "id": "range_7", + "name": null, + "center": [ + 164, + 26 + ], + "peak": [ + 159, + 25 + ], + "area_cells": 251 + }, + { + "id": "range_8", + "name": null, + "center": [ + 176, + 425 + ], + "peak": [ + 177, + 427 + ], + "area_cells": 65 + }, + { + "id": "range_9", + "name": null, + "center": [ + 179, + 50 + ], + "peak": [ + 181, + 50 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 184, + 453 + ], + "peak": [ + 181, + 463 + ], + "area_cells": 887 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3877b/globe.png b/wiki/star-systems/GJ-3877/bodies/GJ3877b/globe.png new file mode 100644 index 000000000..b9b31cc94 Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877b/globe.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877b/heightmap.png b/wiki/star-systems/GJ-3877/bodies/GJ3877b/heightmap.png new file mode 100644 index 000000000..dd5f8d975 Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877b/index.md b/wiki/star-systems/GJ-3877/bodies/GJ3877b/index.md new file mode 100644 index 000000000..2ccc88d41 --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3877b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 938836991 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 35.4 +physical: + gravity_g: 0.26 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.88 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3877b + +Barren planet. + +**System:** [GJ-3877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.26g | +| **Land** | 99% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877b/markers.json b/wiki/star-systems/GJ-3877/bodies/GJ3877b/markers.json new file mode 100644 index 000000000..93842b5a2 --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 254 + ], + "peak": [ + 12, + 380 + ], + "area_cells": 27799 + }, + { + "id": "range_10", + "name": null, + "center": [ + 63, + 468 + ], + "peak": [ + 61, + 468 + ], + "area_cells": 36 + }, + { + "id": "range_16", + "name": null, + "center": [ + 82, + 130 + ], + "peak": [ + 76, + 115 + ], + "area_cells": 566 + }, + { + "id": "range_22", + "name": null, + "center": [ + 82, + 27 + ], + "peak": [ + 83, + 28 + ], + "area_cells": 52 + }, + { + "id": "range_24", + "name": null, + "center": [ + 79, + 488 + ], + "peak": [ + 80, + 488 + ], + "area_cells": 21 + }, + { + "id": "range_27", + "name": null, + "center": [ + 100, + 98 + ], + "peak": [ + 100, + 97 + ], + "area_cells": 34 + }, + { + "id": "range_28", + "name": null, + "center": [ + 109, + 285 + ], + "peak": [ + 110, + 285 + ], + "area_cells": 61 + }, + { + "id": "range_30", + "name": null, + "center": [ + 115, + 470 + ], + "peak": [ + 115, + 471 + ], + "area_cells": 28 + }, + { + "id": "range_33", + "name": null, + "center": [ + 137, + 394 + ], + "peak": [ + 139, + 393 + ], + "area_cells": 37 + }, + { + "id": "range_34", + "name": null, + "center": [ + 147, + 451 + ], + "peak": [ + 148, + 451 + ], + "area_cells": 47 + }, + { + "id": "range_35", + "name": null, + "center": [ + 152, + 422 + ], + "peak": [ + 149, + 425 + ], + "area_cells": 91 + }, + { + "id": "range_40", + "name": null, + "center": [ + 167, + 281 + ], + "peak": [ + 167, + 282 + ], + "area_cells": 22 + }, + { + "id": "range_41", + "name": null, + "center": [ + 194, + 490 + ], + "peak": [ + 203, + 498 + ], + "area_cells": 413 + }, + { + "id": "range_42", + "name": null, + "center": [ + 187, + 18 + ], + "peak": [ + 182, + 18 + ], + "area_cells": 67 + }, + { + "id": "range_44", + "name": null, + "center": [ + 194, + 279 + ], + "peak": [ + 195, + 280 + ], + "area_cells": 58 + }, + { + "id": "range_46", + "name": null, + "center": [ + 194, + 180 + ], + "peak": [ + 194, + 180 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/globe.png b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/globe.png new file mode 100644 index 000000000..fc8a99e9a Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/globe.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/heightmap.png b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/heightmap.png new file mode 100644 index 000000000..d2721cd37 Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/index.md b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/index.md new file mode 100644 index 000000000..fb6eb275a --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3877c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3478874674 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 26.5 +physical: + gravity_g: 0.04 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.866 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3877c-1 + +Barren moon. + +**System:** [GJ-3877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/markers.json b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/markers.json new file mode 100644 index 000000000..205557185 --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877c-1/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 6 + ], + "peak": [ + 57, + 1 + ], + "area_cells": 676 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 283 + ], + "peak": [ + 31, + 290 + ], + "area_cells": 861 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 341 + ], + "peak": [ + 31, + 333 + ], + "area_cells": 892 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 393 + ], + "peak": [ + 5, + 394 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 5, + 404 + ], + "peak": [ + 8, + 405 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 1, + 449 + ], + "peak": [ + 0, + 450 + ], + "area_cells": 92 + }, + { + "id": "range_9", + "name": null, + "center": [ + 13, + 506 + ], + "peak": [ + 8, + 507 + ], + "area_cells": 68 + }, + { + "id": "range_12", + "name": null, + "center": [ + 13, + 25 + ], + "peak": [ + 14, + 25 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 42, + 36 + ], + "peak": [ + 53, + 29 + ], + "area_cells": 656 + }, + { + "id": "range_25", + "name": null, + "center": [ + 39, + 91 + ], + "peak": [ + 40, + 91 + ], + "area_cells": 63 + }, + { + "id": "range_27", + "name": null, + "center": [ + 73, + 492 + ], + "peak": [ + 81, + 491 + ], + "area_cells": 1145 + }, + { + "id": "range_30", + "name": null, + "center": [ + 62, + 269 + ], + "peak": [ + 61, + 270 + ], + "area_cells": 32 + }, + { + "id": "range_33", + "name": null, + "center": [ + 70, + 191 + ], + "peak": [ + 70, + 191 + ], + "area_cells": 58 + }, + { + "id": "range_34", + "name": null, + "center": [ + 72, + 448 + ], + "peak": [ + 72, + 449 + ], + "area_cells": 30 + }, + { + "id": "range_35", + "name": null, + "center": [ + 76, + 213 + ], + "peak": [ + 75, + 215 + ], + "area_cells": 113 + }, + { + "id": "range_36", + "name": null, + "center": [ + 78, + 102 + ], + "peak": [ + 78, + 103 + ], + "area_cells": 22 + }, + { + "id": "range_37", + "name": null, + "center": [ + 79, + 238 + ], + "peak": [ + 79, + 238 + ], + "area_cells": 38 + }, + { + "id": "range_39", + "name": null, + "center": [ + 109, + 283 + ], + "peak": [ + 94, + 300 + ], + "area_cells": 1193 + }, + { + "id": "range_40", + "name": null, + "center": [ + 87, + 85 + ], + "peak": [ + 88, + 88 + ], + "area_cells": 202 + }, + { + "id": "range_43", + "name": null, + "center": [ + 122, + 107 + ], + "peak": [ + 111, + 115 + ], + "area_cells": 3080 + }, + { + "id": "range_44", + "name": null, + "center": [ + 91, + 175 + ], + "peak": [ + 92, + 176 + ], + "area_cells": 114 + }, + { + "id": "range_45", + "name": null, + "center": [ + 96, + 339 + ], + "peak": [ + 100, + 338 + ], + "area_cells": 464 + }, + { + "id": "range_46", + "name": null, + "center": [ + 96, + 159 + ], + "peak": [ + 96, + 159 + ], + "area_cells": 27 + }, + { + "id": "range_47", + "name": null, + "center": [ + 109, + 237 + ], + "peak": [ + 112, + 237 + ], + "area_cells": 65 + }, + { + "id": "range_48", + "name": null, + "center": [ + 111, + 215 + ], + "peak": [ + 112, + 216 + ], + "area_cells": 57 + }, + { + "id": "range_49", + "name": null, + "center": [ + 126, + 442 + ], + "peak": [ + 127, + 442 + ], + "area_cells": 62 + }, + { + "id": "range_50", + "name": null, + "center": [ + 131, + 343 + ], + "peak": [ + 132, + 344 + ], + "area_cells": 66 + }, + { + "id": "range_52", + "name": null, + "center": [ + 156, + 186 + ], + "peak": [ + 171, + 182 + ], + "area_cells": 393 + }, + { + "id": "range_53", + "name": null, + "center": [ + 170, + 261 + ], + "peak": [ + 152, + 250 + ], + "area_cells": 1672 + }, + { + "id": "range_54", + "name": null, + "center": [ + 151, + 213 + ], + "peak": [ + 152, + 213 + ], + "area_cells": 61 + }, + { + "id": "range_58", + "name": null, + "center": [ + 183, + 207 + ], + "peak": [ + 186, + 208 + ], + "area_cells": 136 + }, + { + "id": "range_59", + "name": null, + "center": [ + 195, + 233 + ], + "peak": [ + 196, + 230 + ], + "area_cells": 396 + }, + { + "id": "range_61", + "name": null, + "center": [ + 193, + 320 + ], + "peak": [ + 195, + 321 + ], + "area_cells": 71 + }, + { + "id": "range_62", + "name": null, + "center": [ + 196, + 155 + ], + "peak": [ + 198, + 153 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c/globe.png b/wiki/star-systems/GJ-3877/bodies/GJ3877c/globe.png new file mode 100644 index 000000000..5cd513a8d Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877c/globe.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c/heightmap.png b/wiki/star-systems/GJ-3877/bodies/GJ3877c/heightmap.png new file mode 100644 index 000000000..a82487a4c Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c/index.md b/wiki/star-systems/GJ-3877/bodies/GJ3877c/index.md new file mode 100644 index 000000000..81440d8da --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ3877c +name: Corvel +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1911249804 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.641 + period_days: 210.0 + axial_tilt_deg: 30.4 +physical: + gravity_g: 0.8 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.55 + polar_ice_lat: 0.712 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Corvel + +Temperate planet. + +**System:** [GJ-3877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 55% | +| **Year** | 210 days | +| **Inhabited** | yes | +| **Population** | 1.3B | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877c/markers.json b/wiki/star-systems/GJ-3877/bodies/GJ3877c/markers.json new file mode 100644 index 000000000..98065de16 --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877c/markers.json @@ -0,0 +1,542 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 63, + 408 + ], + [ + 64, + 407 + ], + [ + 65, + 406 + ], + [ + 66, + 406 + ], + [ + 67, + 405 + ], + [ + 68, + 405 + ], + [ + 69, + 404 + ], + [ + 70, + 403 + ], + [ + 70, + 402 + ], + [ + 70, + 401 + ], + [ + 70, + 400 + ], + [ + 70, + 399 + ], + [ + 70, + 398 + ], + [ + 70, + 397 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 75, + 7 + ], + [ + 76, + 6 + ], + [ + 77, + 5 + ], + [ + 78, + 4 + ], + [ + 79, + 5 + ], + [ + 79, + 6 + ], + [ + 78, + 5 + ], + [ + 79, + 4 + ], + [ + 78, + 3 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 201 + ], + [ + 0, + 200 + ], + [ + 1, + 199 + ], + [ + 2, + 199 + ], + [ + 3, + 199 + ], + [ + 4, + 200 + ], + [ + 5, + 200 + ], + [ + 6, + 200 + ], + [ + 7, + 200 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 174, + 511 + ], + [ + 173, + 510 + ], + [ + 172, + 509 + ], + [ + 171, + 508 + ], + [ + 170, + 507 + ], + [ + 169, + 506 + ], + [ + 168, + 505 + ], + [ + 167, + 504 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 126, + 506 + ], + [ + 125, + 507 + ], + [ + 124, + 508 + ], + [ + 123, + 508 + ], + [ + 122, + 507 + ], + [ + 121, + 506 + ], + [ + 120, + 505 + ], + [ + 119, + 504 + ], + [ + 118, + 503 + ], + [ + 117, + 502 + ], + [ + 116, + 502 + ], + [ + 115, + 502 + ], + [ + 114, + 501 + ], + [ + 113, + 501 + ], + [ + 114, + 502 + ], + [ + 113, + 502 + ], + [ + 114, + 503 + ], + [ + 113, + 503 + ], + [ + 112, + 502 + ], + [ + 112, + 501 + ], + [ + 112, + 500 + ], + [ + 113, + 499 + ], + [ + 113, + 500 + ], + [ + 114, + 499 + ], + [ + 114, + 498 + ], + [ + 113, + 498 + ], + [ + 114, + 497 + ], + [ + 113, + 496 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 112, + 94 + ], + [ + 111, + 95 + ], + [ + 110, + 96 + ], + [ + 109, + 97 + ], + [ + 108, + 98 + ], + [ + 107, + 98 + ], + [ + 106, + 99 + ], + [ + 105, + 100 + ], + [ + 104, + 101 + ], + [ + 103, + 102 + ], + [ + 102, + 103 + ], + [ + 101, + 103 + ], + [ + 100, + 103 + ], + [ + 99, + 104 + ], + [ + 98, + 104 + ], + [ + 97, + 105 + ], + [ + 97, + 106 + ], + [ + 96, + 107 + ], + [ + 95, + 106 + ], + [ + 94, + 105 + ], + [ + 93, + 104 + ], + [ + 92, + 104 + ], + [ + 91, + 104 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 253, + 64 + ], + [ + 253, + 63 + ], + [ + 252, + 63 + ], + [ + 251, + 63 + ], + [ + 250, + 64 + ], + [ + 249, + 65 + ], + [ + 248, + 66 + ], + [ + 247, + 67 + ], + [ + 246, + 68 + ], + [ + 245, + 68 + ], + [ + 244, + 68 + ], + [ + 243, + 67 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 75, + 287 + ], + "area_fraction": 0.3995 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 222, + 74 + ], + "area_fraction": 0.0478 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 488 + ], + "peak": [ + 76, + 490 + ], + "area_cells": 388 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 62 + ], + "peak": [ + 83, + 64 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 148, + 210 + ], + "peak": [ + 127, + 264 + ], + "area_cells": 15386 + }, + { + "id": "range_5", + "name": null, + "center": [ + 194, + 20 + ], + "peak": [ + 194, + 24 + ], + "area_cells": 120 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877d/globe.png b/wiki/star-systems/GJ-3877/bodies/GJ3877d/globe.png new file mode 100644 index 000000000..cc08575b8 Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877d/globe.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877d/heightmap.png b/wiki/star-systems/GJ-3877/bodies/GJ3877d/heightmap.png new file mode 100644 index 000000000..a1cfc3199 Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877d/index.md b/wiki/star-systems/GJ-3877/bodies/GJ3877d/index.md new file mode 100644 index 000000000..07d402337 --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ3877d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 14555755 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.173 + period_days: 520.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.826 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.132 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3877d + +Arid planet. + +**System:** [GJ-3877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877d/markers.json b/wiki/star-systems/GJ-3877/bodies/GJ3877d/markers.json new file mode 100644 index 000000000..fd3879c4e --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877d/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 223 + ], + "peak": [ + 28, + 212 + ], + "area_cells": 1004 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 408 + ], + "peak": [ + 1, + 422 + ], + "area_cells": 639 + }, + { + "id": "range_5", + "name": null, + "center": [ + 26, + 365 + ], + "peak": [ + 27, + 367 + ], + "area_cells": 94 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 382 + ], + "peak": [ + 49, + 392 + ], + "area_cells": 352 + }, + { + "id": "range_8", + "name": null, + "center": [ + 112, + 215 + ], + "peak": [ + 89, + 184 + ], + "area_cells": 35037 + }, + { + "id": "range_9", + "name": null, + "center": [ + 45, + 71 + ], + "peak": [ + 45, + 69 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 74, + 496 + ], + "peak": [ + 52, + 484 + ], + "area_cells": 1352 + }, + { + "id": "range_12", + "name": null, + "center": [ + 50, + 277 + ], + "peak": [ + 50, + 274 + ], + "area_cells": 47 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 446 + ], + "peak": [ + 55, + 446 + ], + "area_cells": 53 + }, + { + "id": "range_21", + "name": null, + "center": [ + 200, + 144 + ], + "peak": [ + 201, + 143 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877e/globe.png b/wiki/star-systems/GJ-3877/bodies/GJ3877e/globe.png new file mode 100644 index 000000000..255ee2fca Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877e/globe.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877e/heightmap.png b/wiki/star-systems/GJ-3877/bodies/GJ3877e/heightmap.png new file mode 100644 index 000000000..d81c70021 Binary files /dev/null and b/wiki/star-systems/GJ-3877/bodies/GJ3877e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877e/index.md b/wiki/star-systems/GJ-3877/bodies/GJ3877e/index.md new file mode 100644 index 000000000..644103168 --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3877e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3938587736 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.813 + period_days: 1000.0 + axial_tilt_deg: 46.9 +physical: + gravity_g: 0.35 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.852 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.435 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3877e + +Frozen planet. + +**System:** [GJ-3877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 1000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3877/bodies/GJ3877e/markers.json b/wiki/star-systems/GJ-3877/bodies/GJ3877e/markers.json new file mode 100644 index 000000000..7e20c5e6d --- /dev/null +++ b/wiki/star-systems/GJ-3877/bodies/GJ3877e/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 14, + 302 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 36, + 410 + ], + "area_fraction": 0.0928 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 60, + 133 + ], + "area_fraction": 0.0149 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 394 + ], + "peak": [ + 103, + 394 + ], + "area_cells": 207 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 302 + ], + "peak": [ + 109, + 303 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 199, + 142 + ], + "peak": [ + 196, + 165 + ], + "area_cells": 22547 + }, + { + "id": "range_5", + "name": null, + "center": [ + 157, + 505 + ], + "peak": [ + 158, + 511 + ], + "area_cells": 256 + }, + { + "id": "range_8", + "name": null, + "center": [ + 202, + 395 + ], + "peak": [ + 195, + 374 + ], + "area_cells": 1005 + }, + { + "id": "range_11", + "name": null, + "center": [ + 210, + 458 + ], + "peak": [ + 210, + 461 + ], + "area_cells": 146 + }, + { + "id": "range_12", + "name": null, + "center": [ + 214, + 472 + ], + "peak": [ + 213, + 473 + ], + "area_cells": 34 + }, + { + "id": "range_14", + "name": null, + "center": [ + 231, + 505 + ], + "peak": [ + 225, + 511 + ], + "area_cells": 204 + }, + { + "id": "range_17", + "name": null, + "center": [ + 244, + 458 + ], + "peak": [ + 246, + 459 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ388b/globe.png b/wiki/star-systems/GJ-388/bodies/GJ388b/globe.png new file mode 100644 index 000000000..706f6174c Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388b/globe.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388b/heightmap.png b/wiki/star-systems/GJ-388/bodies/GJ388b/heightmap.png new file mode 100644 index 000000000..395163834 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388b/heightmap.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388b/index.md b/wiki/star-systems/GJ-388/bodies/GJ388b/index.md new file mode 100644 index 000000000..42af912e6 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ388b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1826044304 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.38 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.939 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ388b + +Barren planet. + +**System:** [GJ-388](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 93% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-388/bodies/GJ388b/markers.json b/wiki/star-systems/GJ-388/bodies/GJ388b/markers.json new file mode 100644 index 000000000..349a91bcd --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388b/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 125, + 362 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 137, + 401 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 13 + ], + "peak": [ + 11, + 2 + ], + "area_cells": 618 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 39 + ], + "peak": [ + 7, + 40 + ], + "area_cells": 143 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 53 + ], + "peak": [ + 0, + 52 + ], + "area_cells": 130 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 190 + ], + "peak": [ + 35, + 193 + ], + "area_cells": 1495 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 210 + ], + "peak": [ + 6, + 209 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 1, + 218 + ], + "peak": [ + 3, + 216 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 9, + 253 + ], + "peak": [ + 15, + 253 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 12, + 262 + ], + "peak": [ + 21, + 263 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 24, + 488 + ], + "peak": [ + 51, + 485 + ], + "area_cells": 1081 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 292 + ], + "peak": [ + 100, + 255 + ], + "area_cells": 2184 + }, + { + "id": "range_13", + "name": null, + "center": [ + 20, + 273 + ], + "peak": [ + 17, + 271 + ], + "area_cells": 66 + }, + { + "id": "range_14", + "name": null, + "center": [ + 11, + 80 + ], + "peak": [ + 8, + 80 + ], + "area_cells": 47 + }, + { + "id": "range_23", + "name": null, + "center": [ + 32, + 72 + ], + "peak": [ + 33, + 72 + ], + "area_cells": 25 + }, + { + "id": "range_24", + "name": null, + "center": [ + 33, + 236 + ], + "peak": [ + 38, + 233 + ], + "area_cells": 81 + }, + { + "id": "range_25", + "name": null, + "center": [ + 38, + 255 + ], + "peak": [ + 39, + 260 + ], + "area_cells": 97 + }, + { + "id": "range_26", + "name": null, + "center": [ + 40, + 134 + ], + "peak": [ + 41, + 134 + ], + "area_cells": 43 + }, + { + "id": "range_27", + "name": null, + "center": [ + 41, + 122 + ], + "peak": [ + 42, + 122 + ], + "area_cells": 39 + }, + { + "id": "range_33", + "name": null, + "center": [ + 75, + 158 + ], + "peak": [ + 81, + 141 + ], + "area_cells": 693 + }, + { + "id": "range_36", + "name": null, + "center": [ + 87, + 5 + ], + "peak": [ + 88, + 5 + ], + "area_cells": 68 + }, + { + "id": "range_37", + "name": null, + "center": [ + 84, + 473 + ], + "peak": [ + 84, + 474 + ], + "area_cells": 62 + }, + { + "id": "range_40", + "name": null, + "center": [ + 105, + 503 + ], + "peak": [ + 105, + 505 + ], + "area_cells": 137 + }, + { + "id": "range_41", + "name": null, + "center": [ + 107, + 281 + ], + "peak": [ + 108, + 281 + ], + "area_cells": 41 + }, + { + "id": "range_44", + "name": null, + "center": [ + 155, + 223 + ], + "peak": [ + 155, + 223 + ], + "area_cells": 49 + }, + { + "id": "range_48", + "name": null, + "center": [ + 229, + 131 + ], + "peak": [ + 229, + 132 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-388/bodies/GJ388c/globe.png b/wiki/star-systems/GJ-388/bodies/GJ388c/globe.png new file mode 100644 index 000000000..68a0e467b Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388c/globe.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388c/heightmap.png b/wiki/star-systems/GJ-388/bodies/GJ388c/heightmap.png new file mode 100644 index 000000000..86ebb2bf5 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388c/heightmap.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388c/index.md b/wiki/star-systems/GJ-388/bodies/GJ388c/index.md new file mode 100644 index 000000000..ffc22454f --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ388c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3850523937 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.095 + period_days: 16.0 + axial_tilt_deg: 1.5 +physical: + gravity_g: 0.62 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.581 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.102 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ388c + +Cold Arid planet. + +**System:** [GJ-388](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-388/bodies/GJ388c/markers.json b/wiki/star-systems/GJ-388/bodies/GJ388c/markers.json new file mode 100644 index 000000000..b2c263daf --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388c/markers.json @@ -0,0 +1,1162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 224, + 375 + ], + [ + 225, + 374 + ], + [ + 226, + 373 + ], + [ + 227, + 372 + ], + [ + 226, + 371 + ], + [ + 225, + 370 + ], + [ + 225, + 369 + ], + [ + 224, + 368 + ], + [ + 224, + 367 + ], + [ + 223, + 366 + ], + [ + 222, + 365 + ], + [ + 221, + 364 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 49, + 474 + ], + [ + 48, + 475 + ], + [ + 47, + 476 + ], + [ + 46, + 477 + ], + [ + 45, + 478 + ], + [ + 44, + 479 + ], + [ + 43, + 479 + ], + [ + 42, + 480 + ], + [ + 41, + 479 + ], + [ + 40, + 478 + ], + [ + 39, + 478 + ], + [ + 39, + 479 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 49, + 346 + ], + [ + 48, + 345 + ], + [ + 47, + 344 + ], + [ + 46, + 343 + ], + [ + 45, + 342 + ], + [ + 44, + 341 + ], + [ + 43, + 340 + ], + [ + 42, + 339 + ], + [ + 42, + 338 + ], + [ + 43, + 338 + ], + [ + 43, + 337 + ], + [ + 42, + 337 + ], + [ + 43, + 336 + ], + [ + 43, + 335 + ], + [ + 42, + 336 + ], + [ + 41, + 337 + ], + [ + 41, + 338 + ], + [ + 41, + 339 + ], + [ + 41, + 340 + ], + [ + 41, + 341 + ], + [ + 42, + 340 + ], + [ + 43, + 339 + ], + [ + 44, + 339 + ], + [ + 44, + 338 + ], + [ + 45, + 337 + ], + [ + 44, + 337 + ], + [ + 44, + 336 + ], + [ + 44, + 335 + ], + [ + 43, + 334 + ], + [ + 44, + 334 + ], + [ + 45, + 335 + ], + [ + 45, + 334 + ], + [ + 45, + 333 + ], + [ + 46, + 332 + ], + [ + 46, + 331 + ], + [ + 47, + 331 + ], + [ + 47, + 332 + ], + [ + 46, + 333 + ], + [ + 45, + 332 + ], + [ + 44, + 333 + ], + [ + 43, + 332 + ], + [ + 42, + 333 + ], + [ + 42, + 334 + ], + [ + 42, + 335 + ], + [ + 41, + 334 + ], + [ + 41, + 335 + ], + [ + 41, + 336 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 191, + 365 + ], + [ + 192, + 364 + ], + [ + 193, + 363 + ], + [ + 194, + 362 + ], + [ + 195, + 361 + ], + [ + 196, + 361 + ], + [ + 197, + 361 + ], + [ + 198, + 361 + ], + [ + 199, + 360 + ], + [ + 200, + 361 + ], + [ + 201, + 360 + ], + [ + 202, + 359 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 6, + 0 + ], + [ + 5, + 1 + ], + [ + 5, + 2 + ], + [ + 4, + 2 + ], + [ + 3, + 2 + ], + [ + 3, + 3 + ], + [ + 2, + 3 + ], + [ + 2, + 4 + ], + [ + 1, + 4 + ], + [ + 0, + 5 + ], + [ + 0, + 6 + ], + [ + 0, + 7 + ], + [ + 0, + 8 + ], + [ + 0, + 9 + ], + [ + 0, + 10 + ], + [ + 0, + 11 + ], + [ + 0, + 12 + ], + [ + 0, + 13 + ], + [ + 0, + 14 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 216, + 109 + ], + [ + 215, + 110 + ], + [ + 216, + 111 + ], + [ + 217, + 112 + ], + [ + 217, + 113 + ], + [ + 218, + 114 + ], + [ + 219, + 114 + ], + [ + 220, + 115 + ], + [ + 221, + 116 + ], + [ + 222, + 115 + ], + [ + 223, + 114 + ], + [ + 224, + 114 + ], + [ + 225, + 115 + ], + [ + 226, + 115 + ], + [ + 227, + 114 + ], + [ + 228, + 115 + ], + [ + 229, + 114 + ], + [ + 230, + 114 + ], + [ + 231, + 115 + ], + [ + 232, + 115 + ], + [ + 233, + 115 + ], + [ + 234, + 114 + ], + [ + 235, + 115 + ], + [ + 236, + 114 + ], + [ + 237, + 114 + ], + [ + 238, + 114 + ], + [ + 239, + 114 + ], + [ + 240, + 114 + ], + [ + 241, + 114 + ], + [ + 241, + 115 + ], + [ + 242, + 114 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 71, + 511 + ], + [ + 70, + 0 + ], + [ + 69, + 1 + ], + [ + 68, + 2 + ], + [ + 67, + 3 + ], + [ + 66, + 2 + ], + [ + 65, + 1 + ], + [ + 64, + 0 + ], + [ + 63, + 0 + ], + [ + 62, + 511 + ], + [ + 61, + 510 + ], + [ + 60, + 511 + ], + [ + 59, + 0 + ], + [ + 60, + 0 + ], + [ + 61, + 0 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 151, + 324 + ], + [ + 152, + 325 + ], + [ + 153, + 326 + ], + [ + 154, + 326 + ], + [ + 155, + 327 + ], + [ + 156, + 327 + ], + [ + 157, + 326 + ], + [ + 158, + 325 + ], + [ + 159, + 324 + ], + [ + 160, + 323 + ], + [ + 161, + 323 + ], + [ + 161, + 322 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 23, + 0 + ], + [ + 22, + 1 + ], + [ + 23, + 2 + ], + [ + 24, + 3 + ], + [ + 25, + 4 + ], + [ + 26, + 4 + ], + [ + 27, + 5 + ], + [ + 28, + 4 + ], + [ + 29, + 3 + ], + [ + 30, + 3 + ], + [ + 31, + 3 + ], + [ + 32, + 2 + ], + [ + 33, + 1 + ], + [ + 34, + 0 + ], + [ + 35, + 511 + ], + [ + 36, + 510 + ], + [ + 37, + 510 + ], + [ + 38, + 509 + ], + [ + 39, + 510 + ], + [ + 40, + 509 + ], + [ + 41, + 508 + ], + [ + 41, + 509 + ], + [ + 42, + 510 + ], + [ + 43, + 511 + ], + [ + 44, + 0 + ], + [ + 45, + 1 + ], + [ + 46, + 2 + ], + [ + 47, + 2 + ], + [ + 48, + 1 + ], + [ + 49, + 1 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 76, + 351 + ], + [ + 75, + 352 + ], + [ + 74, + 353 + ], + [ + 73, + 354 + ], + [ + 72, + 355 + ], + [ + 71, + 356 + ], + [ + 70, + 357 + ], + [ + 69, + 358 + ], + [ + 68, + 359 + ], + [ + 67, + 360 + ], + [ + 66, + 361 + ], + [ + 65, + 361 + ], + [ + 64, + 361 + ], + [ + 63, + 362 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 246, + 93 + ], + [ + 247, + 94 + ], + [ + 248, + 95 + ], + [ + 249, + 96 + ], + [ + 250, + 96 + ], + [ + 251, + 95 + ], + [ + 252, + 95 + ], + [ + 253, + 95 + ], + [ + 254, + 95 + ], + [ + 255, + 96 + ], + [ + 255, + 95 + ], + [ + 255, + 94 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 211, + 33 + ], + [ + 210, + 33 + ], + [ + 210, + 34 + ], + [ + 211, + 34 + ], + [ + 212, + 35 + ], + [ + 213, + 36 + ], + [ + 214, + 37 + ], + [ + 214, + 36 + ], + [ + 215, + 35 + ], + [ + 215, + 36 + ], + [ + 216, + 35 + ], + [ + 217, + 36 + ], + [ + 218, + 37 + ], + [ + 219, + 37 + ], + [ + 220, + 36 + ] + ] + } + ], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 223, + 290 + ], + "area_fraction": 0.0494 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 246, + 463 + ], + "area_fraction": 0.0123 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 183 + ], + "peak": [ + 58, + 200 + ], + "area_cells": 10867 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 395 + ], + "peak": [ + 64, + 379 + ], + "area_cells": 1475 + }, + { + "id": "range_3", + "name": null, + "center": [ + 80, + 443 + ], + "peak": [ + 83, + 443 + ], + "area_cells": 63 + }, + { + "id": "range_6", + "name": null, + "center": [ + 165, + 276 + ], + "peak": [ + 167, + 274 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 176, + 216 + ], + "peak": [ + 178, + 220 + ], + "area_cells": 179 + }, + { + "id": "range_8", + "name": null, + "center": [ + 181, + 144 + ], + "peak": [ + 183, + 140 + ], + "area_cells": 334 + }, + { + "id": "range_9", + "name": null, + "center": [ + 177, + 394 + ], + "peak": [ + 177, + 394 + ], + "area_cells": 59 + }, + { + "id": "range_10", + "name": null, + "center": [ + 178, + 182 + ], + "peak": [ + 179, + 180 + ], + "area_cells": 91 + }, + { + "id": "range_12", + "name": null, + "center": [ + 186, + 496 + ], + "peak": [ + 185, + 502 + ], + "area_cells": 191 + }, + { + "id": "range_13", + "name": null, + "center": [ + 198, + 439 + ], + "peak": [ + 197, + 440 + ], + "area_cells": 150 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-388/bodies/GJ388d/globe.png b/wiki/star-systems/GJ-388/bodies/GJ388d/globe.png new file mode 100644 index 000000000..8a512184a Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388d/globe.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388d/heightmap.png b/wiki/star-systems/GJ-388/bodies/GJ388d/heightmap.png new file mode 100644 index 000000000..f19c53180 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388d/heightmap.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388d/index.md b/wiki/star-systems/GJ-388/bodies/GJ388d/index.md new file mode 100644 index 000000000..e8f4e37b2 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ388d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1278594748 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.181 + period_days: 42.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.48 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.23 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.395 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ388d + +Frozen planet. + +**System:** [GJ-388](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 99% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-388/bodies/GJ388d/markers.json b/wiki/star-systems/GJ-388/bodies/GJ388d/markers.json new file mode 100644 index 000000000..c63743d59 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388d/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 54 + ], + "peak": [ + 49, + 29 + ], + "area_cells": 3846 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 502 + ], + "peak": [ + 33, + 505 + ], + "area_cells": 234 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 312 + ], + "peak": [ + 60, + 300 + ], + "area_cells": 1343 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 411 + ], + "peak": [ + 40, + 413 + ], + "area_cells": 51 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 390 + ], + "peak": [ + 41, + 392 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 349 + ], + "peak": [ + 56, + 352 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 57, + 96 + ], + "peak": [ + 58, + 96 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 111, + 328 + ], + "peak": [ + 110, + 321 + ], + "area_cells": 729 + }, + { + "id": "range_12", + "name": null, + "center": [ + 99, + 355 + ], + "peak": [ + 95, + 353 + ], + "area_cells": 145 + }, + { + "id": "range_13", + "name": null, + "center": [ + 97, + 75 + ], + "peak": [ + 98, + 76 + ], + "area_cells": 46 + }, + { + "id": "range_15", + "name": null, + "center": [ + 106, + 30 + ], + "peak": [ + 104, + 30 + ], + "area_cells": 245 + }, + { + "id": "range_16", + "name": null, + "center": [ + 108, + 96 + ], + "peak": [ + 109, + 96 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 186, + 192 + ], + "peak": [ + 175, + 200 + ], + "area_cells": 4835 + }, + { + "id": "range_19", + "name": null, + "center": [ + 227, + 67 + ], + "peak": [ + 255, + 83 + ], + "area_cells": 5545 + }, + { + "id": "range_21", + "name": null, + "center": [ + 246, + 261 + ], + "peak": [ + 242, + 256 + ], + "area_cells": 771 + }, + { + "id": "range_22", + "name": null, + "center": [ + 251, + 399 + ], + "peak": [ + 254, + 393 + ], + "area_cells": 201 + }, + { + "id": "range_23", + "name": null, + "center": [ + 252, + 213 + ], + "peak": [ + 251, + 213 + ], + "area_cells": 156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-388/bodies/GJ388e/globe.png b/wiki/star-systems/GJ-388/bodies/GJ388e/globe.png new file mode 100644 index 000000000..6e2e61eb5 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388e/globe.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388e/heightmap.png b/wiki/star-systems/GJ-388/bodies/GJ388e/heightmap.png new file mode 100644 index 000000000..b8f071315 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388e/heightmap.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388e/index.md b/wiki/star-systems/GJ-388/bodies/GJ388e/index.md new file mode 100644 index 000000000..c57081b85 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ388e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1296805630 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 23.8 +physical: + gravity_g: 0.34 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ388e + +Frozen planet. + +**System:** [GJ-388](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-388/bodies/GJ388e/markers.json b/wiki/star-systems/GJ-388/bodies/GJ388e/markers.json new file mode 100644 index 000000000..4c99ae93f --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388e/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 63, + 62 + ], + "area_fraction": 0.0829 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 72, + 449 + ], + "area_fraction": 0.1222 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 65, + 240 + ], + "area_fraction": 0.0592 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 100, + 293 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 201, + 140 + ], + "peak": [ + 196, + 131 + ], + "area_cells": 652 + }, + { + "id": "range_2", + "name": null, + "center": [ + 189, + 193 + ], + "peak": [ + 188, + 196 + ], + "area_cells": 116 + }, + { + "id": "range_5", + "name": null, + "center": [ + 225, + 295 + ], + "peak": [ + 225, + 295 + ], + "area_cells": 1863 + }, + { + "id": "range_6", + "name": null, + "center": [ + 194, + 281 + ], + "peak": [ + 194, + 282 + ], + "area_cells": 68 + }, + { + "id": "range_7", + "name": null, + "center": [ + 248, + 199 + ], + "peak": [ + 250, + 197 + ], + "area_cells": 359 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-388/bodies/GJ388f/globe.png b/wiki/star-systems/GJ-388/bodies/GJ388f/globe.png new file mode 100644 index 000000000..b817bcb58 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388f/globe.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388f/heightmap.png b/wiki/star-systems/GJ-388/bodies/GJ388f/heightmap.png new file mode 100644 index 000000000..6340e3d4c Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388f/heightmap.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388f/index.md b/wiki/star-systems/GJ-388/bodies/GJ388f/index.md new file mode 100644 index 000000000..92960f3e8 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ388f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 335642595 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.839 + period_days: 420.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.1 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.751 + polar_ice_lat: 0.161 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ388f + +Frozen planet. + +**System:** [GJ-388](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-388/bodies/GJ388f/markers.json b/wiki/star-systems/GJ-388/bodies/GJ388f/markers.json new file mode 100644 index 000000000..7a6e530c0 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388f/markers.json @@ -0,0 +1,390 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 266 + ], + "area_fraction": 0.009 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 73, + 111 + ], + "area_fraction": 0.0229 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 66, + 173 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 224, + 231 + ], + "area_fraction": 0.1952 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 202, + 499 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 171 + ], + "peak": [ + 0, + 160 + ], + "area_cells": 2540 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 406 + ], + "peak": [ + 3, + 396 + ], + "area_cells": 1878 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 241 + ], + "peak": [ + 55, + 241 + ], + "area_cells": 46 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 283 + ], + "peak": [ + 69, + 284 + ], + "area_cells": 96 + }, + { + "id": "range_7", + "name": null, + "center": [ + 80, + 356 + ], + "peak": [ + 76, + 356 + ], + "area_cells": 648 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 396 + ], + "peak": [ + 68, + 398 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 70, + 253 + ], + "peak": [ + 73, + 253 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 85, + 224 + ], + "peak": [ + 82, + 231 + ], + "area_cells": 363 + }, + { + "id": "range_13", + "name": null, + "center": [ + 75, + 301 + ], + "peak": [ + 76, + 303 + ], + "area_cells": 56 + }, + { + "id": "range_14", + "name": null, + "center": [ + 88, + 393 + ], + "peak": [ + 88, + 395 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 111, + 277 + ], + "peak": [ + 114, + 256 + ], + "area_cells": 538 + }, + { + "id": "range_16", + "name": null, + "center": [ + 107, + 322 + ], + "peak": [ + 108, + 321 + ], + "area_cells": 175 + }, + { + "id": "range_17", + "name": null, + "center": [ + 114, + 92 + ], + "peak": [ + 113, + 92 + ], + "area_cells": 194 + }, + { + "id": "range_18", + "name": null, + "center": [ + 122, + 486 + ], + "peak": [ + 124, + 502 + ], + "area_cells": 945 + }, + { + "id": "range_19", + "name": null, + "center": [ + 118, + 11 + ], + "peak": [ + 116, + 19 + ], + "area_cells": 199 + }, + { + "id": "range_20", + "name": null, + "center": [ + 115, + 409 + ], + "peak": [ + 115, + 409 + ], + "area_cells": 25 + }, + { + "id": "range_21", + "name": null, + "center": [ + 146, + 283 + ], + "peak": [ + 155, + 282 + ], + "area_cells": 680 + }, + { + "id": "range_22", + "name": null, + "center": [ + 138, + 121 + ], + "peak": [ + 145, + 121 + ], + "area_cells": 197 + }, + { + "id": "range_23", + "name": null, + "center": [ + 133, + 238 + ], + "peak": [ + 133, + 239 + ], + "area_cells": 119 + }, + { + "id": "range_24", + "name": null, + "center": [ + 136, + 313 + ], + "peak": [ + 135, + 320 + ], + "area_cells": 313 + }, + { + "id": "range_25", + "name": null, + "center": [ + 139, + 348 + ], + "peak": [ + 139, + 348 + ], + "area_cells": 29 + }, + { + "id": "range_26", + "name": null, + "center": [ + 155, + 162 + ], + "peak": [ + 156, + 160 + ], + "area_cells": 230 + }, + { + "id": "range_28", + "name": null, + "center": [ + 160, + 249 + ], + "peak": [ + 165, + 250 + ], + "area_cells": 115 + }, + { + "id": "range_29", + "name": null, + "center": [ + 194, + 251 + ], + "peak": [ + 193, + 252 + ], + "area_cells": 99 + }, + { + "id": "range_30", + "name": null, + "center": [ + 208, + 235 + ], + "peak": [ + 209, + 231 + ], + "area_cells": 163 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-388/bodies/GJ388g/globe.png b/wiki/star-systems/GJ-388/bodies/GJ388g/globe.png new file mode 100644 index 000000000..7d735b2fa Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388g/globe.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388g/heightmap.png b/wiki/star-systems/GJ-388/bodies/GJ388g/heightmap.png new file mode 100644 index 000000000..65417f252 Binary files /dev/null and b/wiki/star-systems/GJ-388/bodies/GJ388g/heightmap.png differ diff --git a/wiki/star-systems/GJ-388/bodies/GJ388g/index.md b/wiki/star-systems/GJ-388/bodies/GJ388g/index.md new file mode 100644 index 000000000..83bb40a7b --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ388g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 206057903 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 41.7 +physical: + gravity_g: 0.07 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.154 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ388g + +Frozen planet. + +**System:** [GJ-388](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-388/bodies/GJ388g/markers.json b/wiki/star-systems/GJ-388/bodies/GJ388g/markers.json new file mode 100644 index 000000000..620736585 --- /dev/null +++ b/wiki/star-systems/GJ-388/bodies/GJ388g/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 76 + ], + "area_fraction": 0.0507 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 30, + 433 + ], + "area_fraction": 0.074 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 50, + 192 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 92, + 274 + ], + "peak": [ + 86, + 281 + ], + "area_cells": 682 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 58 + ], + "peak": [ + 110, + 88 + ], + "area_cells": 4737 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 505 + ], + "peak": [ + 96, + 511 + ], + "area_cells": 81 + }, + { + "id": "range_4", + "name": null, + "center": [ + 154, + 290 + ], + "peak": [ + 160, + 495 + ], + "area_cells": 24087 + }, + { + "id": "range_6", + "name": null, + "center": [ + 161, + 6 + ], + "peak": [ + 161, + 0 + ], + "area_cells": 248 + }, + { + "id": "range_8", + "name": null, + "center": [ + 187, + 421 + ], + "peak": [ + 188, + 414 + ], + "area_cells": 172 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ393b/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393b/globe.png new file mode 100644 index 000000000..721d1ffb3 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393b/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393b/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393b/heightmap.png new file mode 100644 index 000000000..f0a7be37b Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393b/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393b/index.md b/wiki/star-systems/GJ-393/bodies/GJ393b/index.md new file mode 100644 index 000000000..0dd4fefb8 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ393b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4106861000 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 4.1 +physical: + gravity_g: 0.37 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.953 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393b + +Barren planet. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.37g | +| **Land** | 93% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393b/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393b/markers.json new file mode 100644 index 000000000..e569a3e42 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393b/markers.json @@ -0,0 +1,399 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 42 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_78", + "name": null, + "kind": "lake", + "center": [ + 194, + 237 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 80, + 231 + ], + "peak": [ + 76, + 262 + ], + "area_cells": 5094 + }, + { + "id": "range_6", + "name": null, + "center": [ + 31, + 196 + ], + "peak": [ + 31, + 196 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 244 + ], + "peak": [ + 44, + 241 + ], + "area_cells": 203 + }, + { + "id": "range_9", + "name": null, + "center": [ + 51, + 144 + ], + "peak": [ + 56, + 143 + ], + "area_cells": 173 + }, + { + "id": "range_10", + "name": null, + "center": [ + 46, + 126 + ], + "peak": [ + 47, + 126 + ], + "area_cells": 62 + }, + { + "id": "range_11", + "name": null, + "center": [ + 40, + 210 + ], + "peak": [ + 41, + 210 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 56, + 282 + ], + "peak": [ + 56, + 284 + ], + "area_cells": 44 + }, + { + "id": "range_15", + "name": null, + "center": [ + 71, + 327 + ], + "peak": [ + 72, + 327 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 472 + ], + "peak": [ + 95, + 473 + ], + "area_cells": 72 + }, + { + "id": "range_17", + "name": null, + "center": [ + 138, + 405 + ], + "peak": [ + 140, + 396 + ], + "area_cells": 1274 + }, + { + "id": "range_19", + "name": null, + "center": [ + 108, + 362 + ], + "peak": [ + 109, + 365 + ], + "area_cells": 234 + }, + { + "id": "range_21", + "name": null, + "center": [ + 123, + 122 + ], + "peak": [ + 127, + 126 + ], + "area_cells": 332 + }, + { + "id": "range_23", + "name": null, + "center": [ + 125, + 262 + ], + "peak": [ + 126, + 257 + ], + "area_cells": 407 + }, + { + "id": "range_24", + "name": null, + "center": [ + 136, + 84 + ], + "peak": [ + 149, + 96 + ], + "area_cells": 488 + }, + { + "id": "range_27", + "name": null, + "center": [ + 136, + 454 + ], + "peak": [ + 138, + 456 + ], + "area_cells": 31 + }, + { + "id": "range_28", + "name": null, + "center": [ + 144, + 343 + ], + "peak": [ + 147, + 353 + ], + "area_cells": 431 + }, + { + "id": "range_29", + "name": null, + "center": [ + 161, + 424 + ], + "peak": [ + 161, + 428 + ], + "area_cells": 385 + }, + { + "id": "range_30", + "name": null, + "center": [ + 160, + 44 + ], + "peak": [ + 151, + 46 + ], + "area_cells": 218 + }, + { + "id": "range_33", + "name": null, + "center": [ + 162, + 19 + ], + "peak": [ + 163, + 19 + ], + "area_cells": 33 + }, + { + "id": "range_34", + "name": null, + "center": [ + 164, + 103 + ], + "peak": [ + 165, + 105 + ], + "area_cells": 39 + }, + { + "id": "range_35", + "name": null, + "center": [ + 173, + 82 + ], + "peak": [ + 169, + 77 + ], + "area_cells": 333 + }, + { + "id": "range_36", + "name": null, + "center": [ + 168, + 489 + ], + "peak": [ + 168, + 489 + ], + "area_cells": 21 + }, + { + "id": "range_45", + "name": null, + "center": [ + 213, + 440 + ], + "peak": [ + 212, + 441 + ], + "area_cells": 30 + }, + { + "id": "range_47", + "name": null, + "center": [ + 224, + 465 + ], + "peak": [ + 226, + 466 + ], + "area_cells": 39 + }, + { + "id": "range_48", + "name": null, + "center": [ + 229, + 421 + ], + "peak": [ + 223, + 419 + ], + "area_cells": 71 + }, + { + "id": "range_49", + "name": null, + "center": [ + 234, + 435 + ], + "peak": [ + 235, + 436 + ], + "area_cells": 35 + }, + { + "id": "range_51", + "name": null, + "center": [ + 249, + 0 + ], + "peak": [ + 255, + 1 + ], + "area_cells": 25 + }, + { + "id": "range_52", + "name": null, + "center": [ + 252, + 121 + ], + "peak": [ + 252, + 124 + ], + "area_cells": 334 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393c/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393c/globe.png new file mode 100644 index 000000000..7d02f77c0 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393c/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393c/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393c/heightmap.png new file mode 100644 index 000000000..fa910a652 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393c/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393c/index.md b/wiki/star-systems/GJ-393/bodies/GJ393c/index.md new file mode 100644 index 000000000..1b8cdffad --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ393c +name: Encrucijada +body_type: planet +planet_class: temperate +body_scale: planet +seed: 335537903 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.138 + period_days: 28.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 0.83 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.439 + polar_ice_lat: 0.641 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.534 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Encrucijada + +Temperate planet. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.83g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Year** | 28 days | +| **Inhabited** | yes | +| **Population** | 48K | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393c/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393c/markers.json new file mode 100644 index 000000000..5d259d536 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393c/markers.json @@ -0,0 +1,528 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 172, + 74 + ], + [ + 173, + 75 + ], + [ + 174, + 76 + ], + [ + 174, + 77 + ], + [ + 173, + 78 + ], + [ + 173, + 79 + ], + [ + 173, + 80 + ], + [ + 173, + 81 + ], + [ + 173, + 82 + ], + [ + 173, + 83 + ], + [ + 173, + 84 + ], + [ + 173, + 85 + ], + [ + 174, + 86 + ], + [ + 173, + 87 + ], + [ + 173, + 88 + ], + [ + 173, + 89 + ], + [ + 173, + 90 + ], + [ + 173, + 91 + ], + [ + 172, + 91 + ], + [ + 173, + 92 + ], + [ + 174, + 93 + ], + [ + 174, + 94 + ], + [ + 175, + 94 + ], + [ + 174, + 95 + ], + [ + 173, + 96 + ], + [ + 173, + 97 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 181, + 82 + ], + [ + 180, + 83 + ], + [ + 179, + 84 + ], + [ + 178, + 85 + ], + [ + 177, + 86 + ], + [ + 176, + 87 + ], + [ + 175, + 88 + ], + [ + 174, + 88 + ], + [ + 173, + 88 + ], + [ + 173, + 89 + ], + [ + 174, + 90 + ], + [ + 173, + 91 + ], + [ + 174, + 92 + ], + [ + 173, + 92 + ], + [ + 173, + 93 + ], + [ + 174, + 94 + ], + [ + 174, + 95 + ], + [ + 174, + 96 + ], + [ + 173, + 97 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 179, + 391 + ], + [ + 180, + 392 + ], + [ + 181, + 392 + ], + [ + 182, + 393 + ], + [ + 183, + 394 + ], + [ + 184, + 394 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 158 + ], + [ + 1, + 158 + ], + [ + 2, + 157 + ], + [ + 3, + 157 + ], + [ + 4, + 156 + ], + [ + 5, + 155 + ], + [ + 6, + 154 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 188, + 363 + ], + [ + 189, + 362 + ], + [ + 190, + 361 + ], + [ + 191, + 360 + ], + [ + 192, + 361 + ], + [ + 193, + 360 + ], + [ + 194, + 359 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 13, + 511 + ], + [ + 12, + 510 + ], + [ + 11, + 509 + ], + [ + 10, + 510 + ], + [ + 11, + 511 + ], + [ + 10, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 19, + 483 + ], + [ + 18, + 482 + ], + [ + 17, + 481 + ], + [ + 16, + 482 + ], + [ + 15, + 482 + ], + [ + 14, + 481 + ], + [ + 13, + 482 + ], + [ + 12, + 481 + ], + [ + 11, + 482 + ], + [ + 10, + 483 + ], + [ + 9, + 483 + ], + [ + 8, + 484 + ], + [ + 7, + 483 + ], + [ + 6, + 484 + ], + [ + 5, + 483 + ], + [ + 4, + 484 + ], + [ + 3, + 484 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 111, + 59 + ], + "area_fraction": 0.1696 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 309 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 34, + 487 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 171, + 346 + ], + "area_fraction": 0.3703 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 269 + ], + "peak": [ + 31, + 266 + ], + "area_cells": 204 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 227 + ], + "peak": [ + 46, + 236 + ], + "area_cells": 1178 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 451 + ], + "peak": [ + 62, + 462 + ], + "area_cells": 805 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 498 + ], + "peak": [ + 63, + 498 + ], + "area_cells": 86 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 159 + ], + "peak": [ + 144, + 151 + ], + "area_cells": 970 + }, + { + "id": "range_11", + "name": null, + "center": [ + 231, + 102 + ], + "peak": [ + 231, + 103 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393d/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393d/globe.png new file mode 100644 index 000000000..a1376090d Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393d/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393d/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393d/heightmap.png new file mode 100644 index 000000000..5c0c67470 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393d/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393d/index.md b/wiki/star-systems/GJ-393/bodies/GJ393d/index.md new file mode 100644 index 000000000..cd8c1f655 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ393d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2455059495 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.441 + period_days: 160.0 + axial_tilt_deg: 33.7 +physical: + gravity_g: 0.51 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.555 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.194 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393d + +Cold Arid planet. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.51g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393d/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393d/markers.json new file mode 100644 index 000000000..4435fce0d --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393d/markers.json @@ -0,0 +1,1065 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 219, + 43 + ], + [ + 218, + 42 + ], + [ + 217, + 43 + ], + [ + 216, + 44 + ], + [ + 215, + 45 + ], + [ + 214, + 46 + ], + [ + 214, + 47 + ], + [ + 213, + 48 + ], + [ + 212, + 49 + ], + [ + 211, + 50 + ], + [ + 212, + 51 + ], + [ + 211, + 51 + ], + [ + 210, + 52 + ], + [ + 209, + 51 + ], + [ + 208, + 52 + ], + [ + 209, + 52 + ], + [ + 210, + 53 + ], + [ + 211, + 53 + ], + [ + 211, + 52 + ], + [ + 212, + 52 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 168, + 174 + ], + [ + 169, + 175 + ], + [ + 170, + 176 + ], + [ + 171, + 177 + ], + [ + 172, + 178 + ], + [ + 173, + 178 + ], + [ + 174, + 179 + ], + [ + 175, + 179 + ], + [ + 176, + 180 + ], + [ + 177, + 181 + ], + [ + 177, + 182 + ], + [ + 177, + 183 + ], + [ + 178, + 184 + ], + [ + 178, + 185 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 10, + 110 + ], + [ + 9, + 111 + ], + [ + 8, + 112 + ], + [ + 7, + 113 + ], + [ + 6, + 114 + ], + [ + 5, + 115 + ], + [ + 4, + 116 + ], + [ + 3, + 116 + ], + [ + 3, + 117 + ], + [ + 3, + 118 + ], + [ + 2, + 118 + ], + [ + 3, + 119 + ], + [ + 2, + 119 + ], + [ + 3, + 120 + ], + [ + 4, + 121 + ], + [ + 5, + 120 + ], + [ + 4, + 120 + ], + [ + 5, + 121 + ], + [ + 5, + 122 + ], + [ + 6, + 122 + ], + [ + 5, + 123 + ], + [ + 6, + 123 + ], + [ + 5, + 124 + ], + [ + 6, + 125 + ], + [ + 7, + 125 + ], + [ + 7, + 124 + ], + [ + 6, + 124 + ], + [ + 5, + 125 + ], + [ + 6, + 126 + ], + [ + 7, + 126 + ], + [ + 8, + 127 + ], + [ + 7, + 127 + ], + [ + 8, + 128 + ], + [ + 8, + 129 + ], + [ + 7, + 128 + ], + [ + 6, + 129 + ], + [ + 6, + 128 + ], + [ + 6, + 127 + ], + [ + 5, + 127 + ], + [ + 5, + 126 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 147, + 107 + ], + [ + 148, + 106 + ], + [ + 149, + 106 + ], + [ + 150, + 107 + ], + [ + 151, + 108 + ], + [ + 152, + 109 + ], + [ + 153, + 109 + ], + [ + 153, + 108 + ], + [ + 154, + 107 + ], + [ + 155, + 106 + ], + [ + 156, + 105 + ], + [ + 157, + 104 + ], + [ + 158, + 103 + ], + [ + 159, + 102 + ], + [ + 160, + 101 + ], + [ + 160, + 100 + ], + [ + 160, + 99 + ], + [ + 160, + 98 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 251, + 324 + ], + [ + 251, + 323 + ], + [ + 252, + 323 + ], + [ + 253, + 322 + ], + [ + 253, + 321 + ], + [ + 254, + 320 + ], + [ + 255, + 319 + ], + [ + 255, + 320 + ], + [ + 254, + 319 + ], + [ + 255, + 318 + ], + [ + 255, + 317 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 13, + 349 + ], + [ + 14, + 349 + ], + [ + 15, + 348 + ], + [ + 16, + 347 + ], + [ + 17, + 348 + ], + [ + 18, + 349 + ], + [ + 19, + 349 + ], + [ + 18, + 350 + ], + [ + 17, + 350 + ], + [ + 17, + 351 + ], + [ + 17, + 352 + ], + [ + 18, + 353 + ], + [ + 19, + 354 + ], + [ + 20, + 353 + ], + [ + 21, + 353 + ], + [ + 22, + 352 + ], + [ + 23, + 352 + ], + [ + 24, + 353 + ], + [ + 25, + 353 + ], + [ + 26, + 353 + ], + [ + 26, + 354 + ], + [ + 27, + 354 + ], + [ + 28, + 353 + ], + [ + 29, + 353 + ], + [ + 30, + 353 + ], + [ + 31, + 353 + ], + [ + 32, + 353 + ], + [ + 33, + 354 + ], + [ + 34, + 353 + ], + [ + 35, + 352 + ], + [ + 36, + 352 + ], + [ + 37, + 351 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 20, + 84 + ], + [ + 19, + 85 + ], + [ + 18, + 86 + ], + [ + 17, + 87 + ], + [ + 16, + 88 + ], + [ + 15, + 88 + ], + [ + 16, + 89 + ], + [ + 15, + 90 + ], + [ + 14, + 91 + ], + [ + 13, + 92 + ], + [ + 14, + 93 + ], + [ + 14, + 92 + ], + [ + 15, + 93 + ], + [ + 16, + 94 + ], + [ + 17, + 95 + ], + [ + 17, + 96 + ], + [ + 17, + 97 + ], + [ + 18, + 98 + ], + [ + 19, + 99 + ], + [ + 20, + 100 + ], + [ + 21, + 101 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 148, + 489 + ], + [ + 147, + 490 + ], + [ + 146, + 489 + ], + [ + 145, + 489 + ], + [ + 144, + 489 + ], + [ + 143, + 488 + ], + [ + 142, + 487 + ], + [ + 141, + 486 + ], + [ + 140, + 487 + ], + [ + 139, + 487 + ], + [ + 138, + 487 + ], + [ + 138, + 486 + ], + [ + 138, + 485 + ], + [ + 138, + 484 + ], + [ + 138, + 483 + ], + [ + 138, + 482 + ], + [ + 138, + 481 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 47, + 94 + ], + [ + 46, + 93 + ], + [ + 47, + 92 + ], + [ + 48, + 91 + ], + [ + 49, + 90 + ], + [ + 50, + 89 + ], + [ + 51, + 88 + ], + [ + 52, + 87 + ], + [ + 53, + 86 + ], + [ + 54, + 85 + ], + [ + 55, + 84 + ], + [ + 56, + 83 + ], + [ + 57, + 84 + ], + [ + 58, + 83 + ], + [ + 59, + 83 + ], + [ + 60, + 83 + ], + [ + 59, + 84 + ], + [ + 60, + 84 + ], + [ + 61, + 84 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 67, + 477 + ], + [ + 66, + 476 + ], + [ + 65, + 475 + ], + [ + 65, + 474 + ], + [ + 65, + 473 + ], + [ + 65, + 472 + ], + [ + 66, + 471 + ], + [ + 67, + 470 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 121, + 0 + ], + [ + 122, + 511 + ], + [ + 123, + 510 + ], + [ + 124, + 510 + ], + [ + 125, + 509 + ], + [ + 126, + 508 + ], + [ + 127, + 507 + ], + [ + 128, + 506 + ], + [ + 129, + 505 + ], + [ + 130, + 504 + ], + [ + 131, + 503 + ], + [ + 132, + 503 + ], + [ + 133, + 503 + ], + [ + 134, + 504 + ], + [ + 135, + 505 + ], + [ + 136, + 505 + ], + [ + 137, + 505 + ], + [ + 138, + 506 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 9, + 232 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 48, + 307 + ], + "area_fraction": 0.025 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 87, + 378 + ], + "peak": [ + 91, + 373 + ], + "area_cells": 368 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 326 + ], + "peak": [ + 123, + 328 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 129, + 308 + ], + "peak": [ + 130, + 310 + ], + "area_cells": 47 + }, + { + "id": "range_6", + "name": null, + "center": [ + 180, + 343 + ], + "peak": [ + 182, + 322 + ], + "area_cells": 7860 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 401 + ], + "peak": [ + 157, + 401 + ], + "area_cells": 49 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 121 + ], + "peak": [ + 193, + 122 + ], + "area_cells": 23 + }, + { + "id": "range_10", + "name": null, + "center": [ + 197, + 194 + ], + "peak": [ + 198, + 193 + ], + "area_cells": 178 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m1/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/globe.png new file mode 100644 index 000000000..4dadb0368 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m1/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/heightmap.png new file mode 100644 index 000000000..fd41f290d Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m1/index.md b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/index.md new file mode 100644 index 000000000..000d70644 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ393e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3314959203 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.13 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.127 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393e-m1 + +Frozen moon. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m1/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/markers.json new file mode 100644 index 000000000..569487d6b --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393e-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 49, + 335 + ], + "area_fraction": 0.0176 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 99, + 28 + ], + "peak": [ + 95, + 30 + ], + "area_cells": 264 + }, + { + "id": "range_3", + "name": null, + "center": [ + 99, + 67 + ], + "peak": [ + 99, + 68 + ], + "area_cells": 42 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 471 + ], + "peak": [ + 111, + 471 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 226, + 251 + ], + "peak": [ + 254, + 377 + ], + "area_cells": 27386 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m2/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/globe.png new file mode 100644 index 000000000..e8f4fb086 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m2/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/heightmap.png new file mode 100644 index 000000000..015d641fe Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m2/index.md b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/index.md new file mode 100644 index 000000000..26e855094 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ393e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 936255640 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.083 + period_days: 13.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.09 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.877 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393e-m2 + +Barren moon. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 91% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e-m2/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/markers.json new file mode 100644 index 000000000..8b49b92c2 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393e-m2/markers.json @@ -0,0 +1,425 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 170, + 491 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 176, + 25 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 249 + ], + "peak": [ + 27, + 246 + ], + "area_cells": 206 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 261 + ], + "peak": [ + 23, + 259 + ], + "area_cells": 119 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 273 + ], + "peak": [ + 13, + 271 + ], + "area_cells": 125 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 387 + ], + "peak": [ + 3, + 388 + ], + "area_cells": 55 + }, + { + "id": "range_14", + "name": null, + "center": [ + 28, + 212 + ], + "peak": [ + 23, + 211 + ], + "area_cells": 298 + }, + { + "id": "range_15", + "name": null, + "center": [ + 25, + 161 + ], + "peak": [ + 23, + 160 + ], + "area_cells": 68 + }, + { + "id": "range_16", + "name": null, + "center": [ + 25, + 142 + ], + "peak": [ + 34, + 136 + ], + "area_cells": 120 + }, + { + "id": "range_17", + "name": null, + "center": [ + 23, + 500 + ], + "peak": [ + 21, + 502 + ], + "area_cells": 74 + }, + { + "id": "range_19", + "name": null, + "center": [ + 33, + 28 + ], + "peak": [ + 34, + 28 + ], + "area_cells": 51 + }, + { + "id": "range_30", + "name": null, + "center": [ + 96, + 431 + ], + "peak": [ + 99, + 432 + ], + "area_cells": 170 + }, + { + "id": "range_31", + "name": null, + "center": [ + 95, + 334 + ], + "peak": [ + 95, + 340 + ], + "area_cells": 193 + }, + { + "id": "range_32", + "name": null, + "center": [ + 92, + 44 + ], + "peak": [ + 93, + 44 + ], + "area_cells": 85 + }, + { + "id": "range_33", + "name": null, + "center": [ + 94, + 167 + ], + "peak": [ + 93, + 168 + ], + "area_cells": 45 + }, + { + "id": "range_35", + "name": null, + "center": [ + 99, + 363 + ], + "peak": [ + 101, + 362 + ], + "area_cells": 90 + }, + { + "id": "range_36", + "name": null, + "center": [ + 99, + 399 + ], + "peak": [ + 97, + 398 + ], + "area_cells": 157 + }, + { + "id": "range_37", + "name": null, + "center": [ + 119, + 302 + ], + "peak": [ + 130, + 305 + ], + "area_cells": 154 + }, + { + "id": "range_38", + "name": null, + "center": [ + 113, + 377 + ], + "peak": [ + 110, + 381 + ], + "area_cells": 147 + }, + { + "id": "range_39", + "name": null, + "center": [ + 109, + 249 + ], + "peak": [ + 110, + 249 + ], + "area_cells": 52 + }, + { + "id": "range_40", + "name": null, + "center": [ + 114, + 467 + ], + "peak": [ + 116, + 465 + ], + "area_cells": 202 + }, + { + "id": "range_42", + "name": null, + "center": [ + 120, + 213 + ], + "peak": [ + 114, + 213 + ], + "area_cells": 113 + }, + { + "id": "range_45", + "name": null, + "center": [ + 135, + 243 + ], + "peak": [ + 140, + 249 + ], + "area_cells": 318 + }, + { + "id": "range_46", + "name": null, + "center": [ + 132, + 39 + ], + "peak": [ + 133, + 39 + ], + "area_cells": 140 + }, + { + "id": "range_47", + "name": null, + "center": [ + 130, + 161 + ], + "peak": [ + 131, + 161 + ], + "area_cells": 34 + }, + { + "id": "range_48", + "name": null, + "center": [ + 134, + 328 + ], + "peak": [ + 135, + 327 + ], + "area_cells": 109 + }, + { + "id": "range_49", + "name": null, + "center": [ + 135, + 210 + ], + "peak": [ + 135, + 209 + ], + "area_cells": 25 + }, + { + "id": "range_50", + "name": null, + "center": [ + 142, + 425 + ], + "peak": [ + 140, + 426 + ], + "area_cells": 371 + }, + { + "id": "range_52", + "name": null, + "center": [ + 141, + 263 + ], + "peak": [ + 142, + 262 + ], + "area_cells": 36 + }, + { + "id": "range_53", + "name": null, + "center": [ + 171, + 211 + ], + "peak": [ + 177, + 202 + ], + "area_cells": 1108 + }, + { + "id": "range_57", + "name": null, + "center": [ + 216, + 192 + ], + "peak": [ + 217, + 193 + ], + "area_cells": 21 + }, + { + "id": "range_58", + "name": null, + "center": [ + 223, + 437 + ], + "peak": [ + 222, + 440 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393e/globe.png new file mode 100644 index 000000000..8633f0a84 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393e/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393e/index.md b/wiki/star-systems/GJ-393/bodies/GJ393e/index.md new file mode 100644 index 000000000..343ca252c --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ393e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2712915472 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.18 + period_days: 700.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: null + oblateness: 0.0666 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 2 + storm_max_size: 0.108 +--- + +# GJ393e + +Gas giant. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393f/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393f/globe.png new file mode 100644 index 000000000..79a2ecbc5 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393f/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393f/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393f/heightmap.png new file mode 100644 index 000000000..6e9b44d4d Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393f/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393f/index.md b/wiki/star-systems/GJ-393/bodies/GJ393f/index.md new file mode 100644 index 000000000..e57c2ece3 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ393f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 531932162 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.683 + period_days: 2400.0 + axial_tilt_deg: 43.8 +physical: + gravity_g: 0.43 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.087 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393f + +Frozen planet. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Land** | 90% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393f/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393f/markers.json new file mode 100644 index 000000000..101ea15b9 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393f/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 26, + 294 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 104, + 457 + ], + "area_fraction": 0.026 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 101, + 369 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 107, + 287 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 170 + ], + "peak": [ + 23, + 183 + ], + "area_cells": 1451 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 360 + ], + "peak": [ + 0, + 357 + ], + "area_cells": 151 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 454 + ], + "peak": [ + 14, + 488 + ], + "area_cells": 1896 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 73 + ], + "peak": [ + 34, + 77 + ], + "area_cells": 133 + }, + { + "id": "range_7", + "name": null, + "center": [ + 40, + 397 + ], + "peak": [ + 41, + 397 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 71 + ], + "peak": [ + 141, + 73 + ], + "area_cells": 156 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 58 + ], + "peak": [ + 158, + 58 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 417 + ], + "peak": [ + 192, + 416 + ], + "area_cells": 3891 + }, + { + "id": "range_12", + "name": null, + "center": [ + 170, + 271 + ], + "peak": [ + 170, + 271 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 189, + 258 + ], + "peak": [ + 192, + 253 + ], + "area_cells": 150 + }, + { + "id": "range_15", + "name": null, + "center": [ + 221, + 84 + ], + "peak": [ + 219, + 40 + ], + "area_cells": 7268 + }, + { + "id": "range_18", + "name": null, + "center": [ + 227, + 269 + ], + "peak": [ + 208, + 301 + ], + "area_cells": 5793 + }, + { + "id": "range_20", + "name": null, + "center": [ + 214, + 506 + ], + "peak": [ + 216, + 511 + ], + "area_cells": 78 + }, + { + "id": "range_23", + "name": null, + "center": [ + 239, + 364 + ], + "peak": [ + 239, + 365 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393g/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393g/globe.png new file mode 100644 index 000000000..9b6e23a64 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393g/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393g/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393g/heightmap.png new file mode 100644 index 000000000..cec125392 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393g/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393g/index.md b/wiki/star-systems/GJ-393/bodies/GJ393g/index.md new file mode 100644 index 000000000..d9f0b54e6 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ393g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3835975765 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.199 + period_days: 4700.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: 0.33 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.958 + polar_ice_lat: 0.076 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.265 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393g + +Frozen planet. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Land** | 96% | +| **Year** | 4700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393g/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393g/markers.json new file mode 100644 index 000000000..24b540613 --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393g/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 99, + 441 + ], + "area_fraction": 0.0109 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 189 + ], + "peak": [ + 0, + 191 + ], + "area_cells": 142 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 345 + ], + "peak": [ + 4, + 362 + ], + "area_cells": 2310 + }, + { + "id": "range_7", + "name": null, + "center": [ + 39, + 80 + ], + "peak": [ + 32, + 80 + ], + "area_cells": 630 + }, + { + "id": "range_8", + "name": null, + "center": [ + 27, + 58 + ], + "peak": [ + 30, + 58 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 53, + 40 + ], + "peak": [ + 55, + 40 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 55, + 54 + ], + "peak": [ + 54, + 56 + ], + "area_cells": 120 + }, + { + "id": "range_11", + "name": null, + "center": [ + 78, + 91 + ], + "peak": [ + 80, + 92 + ], + "area_cells": 357 + }, + { + "id": "range_12", + "name": null, + "center": [ + 89, + 324 + ], + "peak": [ + 88, + 326 + ], + "area_cells": 56 + }, + { + "id": "range_14", + "name": null, + "center": [ + 197, + 377 + ], + "peak": [ + 198, + 379 + ], + "area_cells": 287 + }, + { + "id": "range_15", + "name": null, + "center": [ + 213, + 434 + ], + "peak": [ + 214, + 463 + ], + "area_cells": 2386 + }, + { + "id": "range_16", + "name": null, + "center": [ + 227, + 39 + ], + "peak": [ + 231, + 43 + ], + "area_cells": 244 + }, + { + "id": "range_17", + "name": null, + "center": [ + 223, + 59 + ], + "peak": [ + 224, + 62 + ], + "area_cells": 121 + }, + { + "id": "range_20", + "name": null, + "center": [ + 228, + 505 + ], + "peak": [ + 228, + 505 + ], + "area_cells": 68 + }, + { + "id": "range_21", + "name": null, + "center": [ + 229, + 8 + ], + "peak": [ + 228, + 8 + ], + "area_cells": 162 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 4 + ], + "peak": [ + 255, + 2 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-393/bodies/GJ393h/globe.png b/wiki/star-systems/GJ-393/bodies/GJ393h/globe.png new file mode 100644 index 000000000..77dbb4bfd Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393h/globe.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393h/heightmap.png b/wiki/star-systems/GJ-393/bodies/GJ393h/heightmap.png new file mode 100644 index 000000000..36288b022 Binary files /dev/null and b/wiki/star-systems/GJ-393/bodies/GJ393h/heightmap.png differ diff --git a/wiki/star-systems/GJ-393/bodies/GJ393h/index.md b/wiki/star-systems/GJ-393/bodies/GJ393h/index.md new file mode 100644 index 000000000..b4822791f --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ393h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 972506362 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.331 + period_days: 8700.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.24 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.284 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ393h + +Frozen planet. + +**System:** [GJ-393](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Land** | 95% | +| **Year** | 8700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-393/bodies/GJ393h/markers.json b/wiki/star-systems/GJ-393/bodies/GJ393h/markers.json new file mode 100644 index 000000000..8d89ae07f --- /dev/null +++ b/wiki/star-systems/GJ-393/bodies/GJ393h/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 233, + 378 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 233, + 19 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 241, + 486 + ], + "area_fraction": 0.0114 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 50 + ], + "peak": [ + 47, + 50 + ], + "area_cells": 10184 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 281 + ], + "peak": [ + 32, + 321 + ], + "area_cells": 7659 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 449 + ], + "peak": [ + 87, + 449 + ], + "area_cells": 9033 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 374 + ], + "peak": [ + 54, + 375 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 147 + ], + "peak": [ + 82, + 149 + ], + "area_cells": 225 + }, + { + "id": "range_6", + "name": null, + "center": [ + 88, + 114 + ], + "peak": [ + 88, + 118 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ394b/globe.png b/wiki/star-systems/GJ-394/bodies/GJ394b/globe.png new file mode 100644 index 000000000..ef5291fd2 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394b/globe.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394b/heightmap.png b/wiki/star-systems/GJ-394/bodies/GJ394b/heightmap.png new file mode 100644 index 000000000..b8ddcc8aa Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394b/heightmap.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394b/index.md b/wiki/star-systems/GJ-394/bodies/GJ394b/index.md new file mode 100644 index 000000000..83edec8af --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ394b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4209601058 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 0.5 +physical: + gravity_g: 0.36 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.992 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ394b + +Barren planet. + +**System:** [GJ-394](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 91% | +| **Year** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-394/bodies/GJ394b/markers.json b/wiki/star-systems/GJ-394/bodies/GJ394b/markers.json new file mode 100644 index 000000000..899a70f8f --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394b/markers.json @@ -0,0 +1,389 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 153 + ], + "area_fraction": 0.05 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 54, + 162 + ], + "peak": [ + 54, + 162 + ], + "area_cells": 36 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 233 + ], + "peak": [ + 61, + 232 + ], + "area_cells": 180 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 179 + ], + "peak": [ + 55, + 179 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 304 + ], + "peak": [ + 68, + 304 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 183 + ], + "peak": [ + 71, + 186 + ], + "area_cells": 130 + }, + { + "id": "range_10", + "name": null, + "center": [ + 123, + 399 + ], + "peak": [ + 149, + 338 + ], + "area_cells": 6719 + }, + { + "id": "range_11", + "name": null, + "center": [ + 134, + 117 + ], + "peak": [ + 114, + 169 + ], + "area_cells": 7906 + }, + { + "id": "range_15", + "name": null, + "center": [ + 97, + 27 + ], + "peak": [ + 97, + 25 + ], + "area_cells": 28 + }, + { + "id": "range_18", + "name": null, + "center": [ + 160, + 470 + ], + "peak": [ + 162, + 469 + ], + "area_cells": 288 + }, + { + "id": "range_19", + "name": null, + "center": [ + 187, + 277 + ], + "peak": [ + 205, + 279 + ], + "area_cells": 1191 + }, + { + "id": "range_20", + "name": null, + "center": [ + 156, + 298 + ], + "peak": [ + 154, + 297 + ], + "area_cells": 108 + }, + { + "id": "range_21", + "name": null, + "center": [ + 172, + 4 + ], + "peak": [ + 174, + 2 + ], + "area_cells": 218 + }, + { + "id": "range_22", + "name": null, + "center": [ + 200, + 453 + ], + "peak": [ + 203, + 457 + ], + "area_cells": 2771 + }, + { + "id": "range_26", + "name": null, + "center": [ + 211, + 17 + ], + "peak": [ + 214, + 1 + ], + "area_cells": 739 + }, + { + "id": "range_28", + "name": null, + "center": [ + 175, + 323 + ], + "peak": [ + 175, + 323 + ], + "area_cells": 23 + }, + { + "id": "range_29", + "name": null, + "center": [ + 181, + 54 + ], + "peak": [ + 182, + 54 + ], + "area_cells": 49 + }, + { + "id": "range_30", + "name": null, + "center": [ + 183, + 208 + ], + "peak": [ + 188, + 201 + ], + "area_cells": 156 + }, + { + "id": "range_33", + "name": null, + "center": [ + 191, + 326 + ], + "peak": [ + 186, + 324 + ], + "area_cells": 106 + }, + { + "id": "range_34", + "name": null, + "center": [ + 189, + 83 + ], + "peak": [ + 187, + 89 + ], + "area_cells": 111 + }, + { + "id": "range_38", + "name": null, + "center": [ + 203, + 224 + ], + "peak": [ + 203, + 225 + ], + "area_cells": 34 + }, + { + "id": "range_39", + "name": null, + "center": [ + 202, + 339 + ], + "peak": [ + 202, + 337 + ], + "area_cells": 37 + }, + { + "id": "range_40", + "name": null, + "center": [ + 232, + 109 + ], + "peak": [ + 236, + 111 + ], + "area_cells": 931 + }, + { + "id": "range_41", + "name": null, + "center": [ + 212, + 188 + ], + "peak": [ + 218, + 190 + ], + "area_cells": 94 + }, + { + "id": "range_46", + "name": null, + "center": [ + 218, + 201 + ], + "peak": [ + 219, + 201 + ], + "area_cells": 61 + }, + { + "id": "range_47", + "name": null, + "center": [ + 223, + 215 + ], + "peak": [ + 224, + 214 + ], + "area_cells": 36 + }, + { + "id": "range_51", + "name": null, + "center": [ + 235, + 77 + ], + "peak": [ + 234, + 77 + ], + "area_cells": 27 + }, + { + "id": "range_52", + "name": null, + "center": [ + 237, + 402 + ], + "peak": [ + 236, + 401 + ], + "area_cells": 38 + }, + { + "id": "range_55", + "name": null, + "center": [ + 251, + 80 + ], + "peak": [ + 254, + 80 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-394/bodies/GJ394c/globe.png b/wiki/star-systems/GJ-394/bodies/GJ394c/globe.png new file mode 100644 index 000000000..de3f5549e Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394c/globe.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394c/heightmap.png b/wiki/star-systems/GJ-394/bodies/GJ394c/heightmap.png new file mode 100644 index 000000000..b73718d3d Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394c/heightmap.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394c/index.md b/wiki/star-systems/GJ-394/bodies/GJ394c/index.md new file mode 100644 index 000000000..3388a8a64 --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ394c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1618871226 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.244 + period_days: 66.0 + axial_tilt_deg: 29.8 +physical: + gravity_g: 0.74 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.455 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.181 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ394c + +Cold Arid planet. + +**System:** [GJ-394](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 66 days | + +## Description + + diff --git a/wiki/star-systems/GJ-394/bodies/GJ394c/markers.json b/wiki/star-systems/GJ-394/bodies/GJ394c/markers.json new file mode 100644 index 000000000..fe25651d4 --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394c/markers.json @@ -0,0 +1,819 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 219, + 431 + ], + [ + 218, + 430 + ], + [ + 217, + 429 + ], + [ + 216, + 429 + ], + [ + 215, + 429 + ], + [ + 214, + 429 + ], + [ + 213, + 430 + ], + [ + 212, + 431 + ], + [ + 211, + 431 + ], + [ + 210, + 432 + ], + [ + 209, + 432 + ], + [ + 208, + 432 + ], + [ + 207, + 433 + ], + [ + 208, + 433 + ], + [ + 208, + 434 + ], + [ + 207, + 435 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 69, + 199 + ], + [ + 68, + 198 + ], + [ + 67, + 199 + ], + [ + 66, + 200 + ], + [ + 65, + 201 + ], + [ + 64, + 200 + ], + [ + 63, + 201 + ], + [ + 62, + 202 + ], + [ + 61, + 203 + ], + [ + 60, + 204 + ], + [ + 59, + 205 + ], + [ + 58, + 205 + ], + [ + 59, + 204 + ], + [ + 58, + 204 + ], + [ + 57, + 205 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 176, + 276 + ], + [ + 175, + 277 + ], + [ + 174, + 278 + ], + [ + 173, + 279 + ], + [ + 172, + 280 + ], + [ + 171, + 281 + ], + [ + 170, + 282 + ], + [ + 169, + 281 + ], + [ + 168, + 281 + ], + [ + 167, + 282 + ], + [ + 166, + 282 + ], + [ + 165, + 282 + ], + [ + 164, + 281 + ], + [ + 163, + 280 + ], + [ + 162, + 279 + ], + [ + 161, + 278 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 175, + 511 + ], + [ + 176, + 510 + ], + [ + 177, + 509 + ], + [ + 178, + 508 + ], + [ + 179, + 507 + ], + [ + 180, + 506 + ], + [ + 181, + 505 + ], + [ + 182, + 504 + ], + [ + 183, + 503 + ], + [ + 184, + 502 + ], + [ + 185, + 502 + ], + [ + 186, + 501 + ], + [ + 187, + 501 + ], + [ + 188, + 500 + ], + [ + 189, + 500 + ], + [ + 190, + 499 + ], + [ + 191, + 500 + ], + [ + 192, + 500 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 65, + 278 + ], + [ + 66, + 279 + ], + [ + 67, + 279 + ], + [ + 68, + 279 + ], + [ + 69, + 279 + ], + [ + 70, + 279 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 45, + 432 + ], + [ + 46, + 431 + ], + [ + 47, + 430 + ], + [ + 48, + 429 + ], + [ + 49, + 428 + ], + [ + 50, + 428 + ], + [ + 51, + 428 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 36, + 296 + ], + [ + 35, + 295 + ], + [ + 34, + 295 + ], + [ + 33, + 295 + ], + [ + 32, + 295 + ], + [ + 31, + 294 + ], + [ + 30, + 294 + ], + [ + 30, + 293 + ], + [ + 30, + 292 + ], + [ + 29, + 291 + ], + [ + 28, + 291 + ], + [ + 27, + 290 + ], + [ + 26, + 290 + ], + [ + 26, + 289 + ], + [ + 25, + 288 + ], + [ + 24, + 287 + ], + [ + 23, + 287 + ], + [ + 22, + 287 + ], + [ + 22, + 286 + ], + [ + 21, + 285 + ], + [ + 20, + 284 + ], + [ + 21, + 283 + ], + [ + 20, + 283 + ], + [ + 20, + 282 + ], + [ + 19, + 282 + ], + [ + 18, + 281 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 154, + 266 + ], + [ + 153, + 265 + ], + [ + 152, + 264 + ], + [ + 152, + 263 + ], + [ + 153, + 262 + ], + [ + 154, + 261 + ], + [ + 154, + 260 + ], + [ + 155, + 259 + ], + [ + 156, + 258 + ], + [ + 157, + 257 + ], + [ + 158, + 256 + ], + [ + 159, + 255 + ], + [ + 160, + 254 + ], + [ + 161, + 253 + ], + [ + 162, + 252 + ], + [ + 163, + 252 + ], + [ + 164, + 253 + ], + [ + 164, + 252 + ], + [ + 165, + 253 + ], + [ + 165, + 252 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 227, + 270 + ], + [ + 228, + 269 + ], + [ + 229, + 268 + ], + [ + 230, + 267 + ], + [ + 231, + 266 + ], + [ + 232, + 265 + ], + [ + 233, + 264 + ], + [ + 234, + 264 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 211, + 254 + ], + [ + 211, + 253 + ], + [ + 212, + 252 + ], + [ + 213, + 251 + ], + [ + 214, + 250 + ], + [ + 215, + 250 + ], + [ + 216, + 249 + ], + [ + 217, + 249 + ], + [ + 217, + 248 + ], + [ + 218, + 247 + ], + [ + 219, + 248 + ], + [ + 220, + 248 + ], + [ + 221, + 249 + ], + [ + 222, + 249 + ], + [ + 223, + 249 + ], + [ + 222, + 248 + ], + [ + 223, + 248 + ], + [ + 224, + 249 + ], + [ + 225, + 250 + ], + [ + 226, + 250 + ], + [ + 227, + 250 + ], + [ + 228, + 250 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 229, + 211 + ], + [ + 230, + 212 + ], + [ + 230, + 211 + ], + [ + 231, + 210 + ], + [ + 231, + 209 + ], + [ + 230, + 208 + ], + [ + 229, + 207 + ], + [ + 230, + 206 + ], + [ + 229, + 206 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 154 + ], + "area_fraction": 0.0521 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 476 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 92 + ], + "peak": [ + 118, + 95 + ], + "area_cells": 13118 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 338 + ], + "peak": [ + 133, + 328 + ], + "area_cells": 6952 + }, + { + "id": "range_3", + "name": null, + "center": [ + 147, + 451 + ], + "peak": [ + 126, + 463 + ], + "area_cells": 3879 + }, + { + "id": "range_5", + "name": null, + "center": [ + 158, + 169 + ], + "peak": [ + 159, + 169 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 185, + 333 + ], + "peak": [ + 184, + 331 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-394/bodies/GJ394d/globe.png b/wiki/star-systems/GJ-394/bodies/GJ394d/globe.png new file mode 100644 index 000000000..b4775ecfe Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394d/globe.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394d/heightmap.png b/wiki/star-systems/GJ-394/bodies/GJ394d/heightmap.png new file mode 100644 index 000000000..b6f4b2cde Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394d/heightmap.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394d/index.md b/wiki/star-systems/GJ-394/bodies/GJ394d/index.md new file mode 100644 index 000000000..4350e9493 --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ394d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 723263749 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.545 + period_days: 220.0 + axial_tilt_deg: 53.7 +physical: + gravity_g: 0.48 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ394d + +Frozen planet. + +**System:** [GJ-394](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 96% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-394/bodies/GJ394d/markers.json b/wiki/star-systems/GJ-394/bodies/GJ394d/markers.json new file mode 100644 index 000000000..04205f7af --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394d/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 176 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 20, + 469 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 37, + 17 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 197 + ], + "peak": [ + 76, + 198 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 186 + ], + "peak": [ + 98, + 187 + ], + "area_cells": 270 + }, + { + "id": "range_4", + "name": null, + "center": [ + 190, + 108 + ], + "peak": [ + 153, + 112 + ], + "area_cells": 24060 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 327 + ], + "peak": [ + 111, + 332 + ], + "area_cells": 353 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 355 + ], + "peak": [ + 145, + 355 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 193, + 406 + ], + "peak": [ + 199, + 482 + ], + "area_cells": 14456 + }, + { + "id": "range_13", + "name": null, + "center": [ + 171, + 265 + ], + "peak": [ + 172, + 266 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 198, + 170 + ], + "peak": [ + 199, + 169 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 207, + 275 + ], + "peak": [ + 209, + 276 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 242, + 269 + ], + "peak": [ + 243, + 261 + ], + "area_cells": 802 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-394/bodies/GJ394e/globe.png b/wiki/star-systems/GJ-394/bodies/GJ394e/globe.png new file mode 100644 index 000000000..a367c27e8 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394e/globe.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394e/heightmap.png b/wiki/star-systems/GJ-394/bodies/GJ394e/heightmap.png new file mode 100644 index 000000000..bd4385033 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394e/heightmap.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394e/index.md b/wiki/star-systems/GJ-394/bodies/GJ394e/index.md new file mode 100644 index 000000000..6e02cc60a --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ394e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 13778960 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.135 + period_days: 660.0 + axial_tilt_deg: 51.2 +physical: + gravity_g: 0.38 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.867 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ394e + +Frozen planet. + +**System:** [GJ-394](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 660 days | + +## Description + + diff --git a/wiki/star-systems/GJ-394/bodies/GJ394e/markers.json b/wiki/star-systems/GJ-394/bodies/GJ394e/markers.json new file mode 100644 index 000000000..dff7d15ec --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394e/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 63 + ], + "area_fraction": 0.0448 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 23, + 240 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 336 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 46, + 446 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 249, + 356 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 503 + ], + "peak": [ + 84, + 508 + ], + "area_cells": 179 + }, + { + "id": "range_2", + "name": null, + "center": [ + 120, + 133 + ], + "peak": [ + 95, + 153 + ], + "area_cells": 8044 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 507 + ], + "peak": [ + 103, + 511 + ], + "area_cells": 59 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 247 + ], + "peak": [ + 126, + 249 + ], + "area_cells": 109 + }, + { + "id": "range_5", + "name": null, + "center": [ + 174, + 363 + ], + "peak": [ + 181, + 404 + ], + "area_cells": 5566 + }, + { + "id": "range_6", + "name": null, + "center": [ + 129, + 476 + ], + "peak": [ + 130, + 474 + ], + "area_cells": 190 + }, + { + "id": "range_7", + "name": null, + "center": [ + 134, + 56 + ], + "peak": [ + 135, + 58 + ], + "area_cells": 85 + }, + { + "id": "range_9", + "name": null, + "center": [ + 184, + 91 + ], + "peak": [ + 185, + 100 + ], + "area_cells": 154 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-394/bodies/GJ394f/globe.png b/wiki/star-systems/GJ-394/bodies/GJ394f/globe.png new file mode 100644 index 000000000..e7e9b8e70 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394f/globe.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394f/heightmap.png b/wiki/star-systems/GJ-394/bodies/GJ394f/heightmap.png new file mode 100644 index 000000000..d107ba778 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394f/heightmap.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394f/index.md b/wiki/star-systems/GJ-394/bodies/GJ394f/index.md new file mode 100644 index 000000000..de04cf5e3 --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ394f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 855934231 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 51.5 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.147 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.42 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ394f + +Frozen planet. + +**System:** [GJ-394](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-394/bodies/GJ394f/markers.json b/wiki/star-systems/GJ-394/bodies/GJ394f/markers.json new file mode 100644 index 000000000..ca8f8ddca --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394f/markers.json @@ -0,0 +1,299 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 170 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 43, + 231 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 184, + 22 + ], + "area_fraction": 0.023 + }, + { + "id": "water_34", + "name": null, + "kind": "ocean", + "center": [ + 192, + 407 + ], + "area_fraction": 0.1083 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 226, + 193 + ], + "area_fraction": 0.034 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 462 + ], + "peak": [ + 23, + 462 + ], + "area_cells": 287 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 450 + ], + "peak": [ + 36, + 449 + ], + "area_cells": 150 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 496 + ], + "peak": [ + 54, + 511 + ], + "area_cells": 663 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 10 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 545 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 358 + ], + "peak": [ + 68, + 359 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 350 + ], + "peak": [ + 87, + 360 + ], + "area_cells": 330 + }, + { + "id": "range_12", + "name": null, + "center": [ + 102, + 91 + ], + "peak": [ + 107, + 68 + ], + "area_cells": 688 + }, + { + "id": "range_15", + "name": null, + "center": [ + 106, + 299 + ], + "peak": [ + 107, + 298 + ], + "area_cells": 89 + }, + { + "id": "range_16", + "name": null, + "center": [ + 120, + 161 + ], + "peak": [ + 120, + 162 + ], + "area_cells": 191 + }, + { + "id": "range_19", + "name": null, + "center": [ + 138, + 413 + ], + "peak": [ + 138, + 413 + ], + "area_cells": 78 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 158 + ], + "peak": [ + 150, + 167 + ], + "area_cells": 717 + }, + { + "id": "range_22", + "name": null, + "center": [ + 193, + 142 + ], + "peak": [ + 193, + 142 + ], + "area_cells": 38 + }, + { + "id": "range_23", + "name": null, + "center": [ + 205, + 144 + ], + "peak": [ + 208, + 144 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 241, + 280 + ], + "peak": [ + 252, + 271 + ], + "area_cells": 915 + }, + { + "id": "range_25", + "name": null, + "center": [ + 225, + 80 + ], + "peak": [ + 226, + 85 + ], + "area_cells": 44 + }, + { + "id": "range_26", + "name": null, + "center": [ + 245, + 80 + ], + "peak": [ + 245, + 80 + ], + "area_cells": 157 + }, + { + "id": "range_29", + "name": null, + "center": [ + 250, + 338 + ], + "peak": [ + 252, + 337 + ], + "area_cells": 396 + }, + { + "id": "range_30", + "name": null, + "center": [ + 248, + 107 + ], + "peak": [ + 246, + 111 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-394/bodies/GJ394g/globe.png b/wiki/star-systems/GJ-394/bodies/GJ394g/globe.png new file mode 100644 index 000000000..65ab28d32 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394g/globe.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394g/heightmap.png b/wiki/star-systems/GJ-394/bodies/GJ394g/heightmap.png new file mode 100644 index 000000000..731d916c1 Binary files /dev/null and b/wiki/star-systems/GJ-394/bodies/GJ394g/heightmap.png differ diff --git a/wiki/star-systems/GJ-394/bodies/GJ394g/index.md b/wiki/star-systems/GJ-394/bodies/GJ394g/index.md new file mode 100644 index 000000000..5f42c0405 --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ394g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 246933357 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.259 + period_days: 4800.0 + axial_tilt_deg: 40.4 +physical: + gravity_g: 0.08 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.138 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.385 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ394g + +Frozen planet. + +**System:** [GJ-394](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-394/bodies/GJ394g/markers.json b/wiki/star-systems/GJ-394/bodies/GJ394g/markers.json new file mode 100644 index 000000000..4eb82a5fe --- /dev/null +++ b/wiki/star-systems/GJ-394/bodies/GJ394g/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 44 + ], + "area_fraction": 0.008 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 28, + 288 + ], + "area_fraction": 0.1374 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 77, + 479 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 241, + 417 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 241, + 326 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 341 + ], + "peak": [ + 119, + 356 + ], + "area_cells": 10758 + }, + { + "id": "range_2", + "name": null, + "center": [ + 130, + 493 + ], + "peak": [ + 138, + 499 + ], + "area_cells": 1063 + }, + { + "id": "range_3", + "name": null, + "center": [ + 143, + 39 + ], + "peak": [ + 134, + 59 + ], + "area_cells": 2342 + }, + { + "id": "range_5", + "name": null, + "center": [ + 136, + 143 + ], + "peak": [ + 135, + 144 + ], + "area_cells": 289 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 191 + ], + "peak": [ + 147, + 202 + ], + "area_cells": 331 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 61 + ], + "peak": [ + 147, + 62 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 149, + 266 + ], + "peak": [ + 151, + 267 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 161, + 491 + ], + "peak": [ + 158, + 478 + ], + "area_cells": 339 + }, + { + "id": "range_10", + "name": null, + "center": [ + 164, + 152 + ], + "peak": [ + 161, + 148 + ], + "area_cells": 99 + }, + { + "id": "range_11", + "name": null, + "center": [ + 162, + 238 + ], + "peak": [ + 161, + 239 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 185, + 330 + ], + "peak": [ + 186, + 330 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3943b/globe.png b/wiki/star-systems/GJ-3943/bodies/GJ3943b/globe.png new file mode 100644 index 000000000..b0784ea86 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943b/globe.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943b/heightmap.png b/wiki/star-systems/GJ-3943/bodies/GJ3943b/heightmap.png new file mode 100644 index 000000000..b569c5b3a Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943b/index.md b/wiki/star-systems/GJ-3943/bodies/GJ3943b/index.md new file mode 100644 index 000000000..1dcf02fa7 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943b/index.md @@ -0,0 +1,74 @@ +--- +id: GJ3943b +name: Skuiling +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 914465214 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.465 + period_days: 130.0 + axial_tilt_deg: 17.5 +physical: + gravity_g: 0.62 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.703 + polar_ice_lat: 0.545 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.12 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Skuiling + +Cold Arid planet. + +**System:** [GJ-3943](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 130 days | +| **Inhabited** | yes | +| **Population** | 1.8K | +| **Economy** | research | +| **Settlement** | urban_concentrated | +| **Industry** | research_export | + +## Description + + diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943b/markers.json b/wiki/star-systems/GJ-3943/bodies/GJ3943b/markers.json new file mode 100644 index 000000000..7e0e2d9a8 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943b/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 295 + ], + "area_fraction": 0.039 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 73, + 144 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 88, + 273 + ], + "area_fraction": 0.014 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 106, + 174 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 199, + 412 + ], + "area_fraction": 0.1522 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 221, + 170 + ], + "area_fraction": 0.0382 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 226, + 35 + ], + "area_fraction": 0.0312 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 460 + ], + "peak": [ + 96, + 496 + ], + "area_cells": 6773 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 63 + ], + "peak": [ + 57, + 90 + ], + "area_cells": 2314 + }, + { + "id": "range_3", + "name": null, + "center": [ + 39, + 132 + ], + "peak": [ + 39, + 127 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 4 + ], + "peak": [ + 55, + 0 + ], + "area_cells": 164 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 241 + ], + "peak": [ + 61, + 242 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 129, + 60 + ], + "peak": [ + 157, + 66 + ], + "area_cells": 5394 + }, + { + "id": "range_9", + "name": null, + "center": [ + 98, + 137 + ], + "peak": [ + 97, + 138 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 270 + ], + "peak": [ + 123, + 271 + ], + "area_cells": 48 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 102 + ], + "peak": [ + 132, + 103 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 135, + 311 + ], + "peak": [ + 135, + 313 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943c/globe.png b/wiki/star-systems/GJ-3943/bodies/GJ3943c/globe.png new file mode 100644 index 000000000..89a0d9edc Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943c/globe.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943c/heightmap.png b/wiki/star-systems/GJ-3943/bodies/GJ3943c/heightmap.png new file mode 100644 index 000000000..0a32d6b02 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943c/index.md b/wiki/star-systems/GJ-3943/bodies/GJ3943c/index.md new file mode 100644 index 000000000..8ae50a003 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3943c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2487875894 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.984 + period_days: 400.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.48 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3943c + +Frozen planet. + +**System:** [GJ-3943](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 98% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943c/markers.json b/wiki/star-systems/GJ-3943/bodies/GJ3943c/markers.json new file mode 100644 index 000000000..896625173 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943c/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 126 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 424 + ], + "peak": [ + 76, + 426 + ], + "area_cells": 111 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 224 + ], + "peak": [ + 88, + 229 + ], + "area_cells": 394 + }, + { + "id": "range_3", + "name": null, + "center": [ + 169, + 282 + ], + "peak": [ + 200, + 185 + ], + "area_cells": 30655 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943d/globe.png b/wiki/star-systems/GJ-3943/bodies/GJ3943d/globe.png new file mode 100644 index 000000000..4cb48eefe Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943d/globe.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943d/heightmap.png b/wiki/star-systems/GJ-3943/bodies/GJ3943d/heightmap.png new file mode 100644 index 000000000..f7c3fb00a Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943d/index.md b/wiki/star-systems/GJ-3943/bodies/GJ3943d/index.md new file mode 100644 index 000000000..d3f41c013 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3943d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4182082979 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 49.9 +physical: + gravity_g: 0.38 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.814 + polar_ice_lat: 0.158 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3943d + +Frozen planet. + +**System:** [GJ-3943](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943d/markers.json b/wiki/star-systems/GJ-3943/bodies/GJ3943d/markers.json new file mode 100644 index 000000000..76a2bf382 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943d/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 40, + 102 + ], + "area_fraction": 0.1078 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 478 + ], + "area_fraction": 0.011 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 80, + 302 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 51, + 481 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 210 + ], + "peak": [ + 116, + 211 + ], + "area_cells": 51 + }, + { + "id": "range_2", + "name": null, + "center": [ + 214, + 236 + ], + "peak": [ + 232, + 272 + ], + "area_cells": 33031 + }, + { + "id": "range_10", + "name": null, + "center": [ + 180, + 385 + ], + "peak": [ + 179, + 385 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943e/globe.png b/wiki/star-systems/GJ-3943/bodies/GJ3943e/globe.png new file mode 100644 index 000000000..a58a1e7ae Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943e/globe.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943e/heightmap.png b/wiki/star-systems/GJ-3943/bodies/GJ3943e/heightmap.png new file mode 100644 index 000000000..b2cf3f613 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943e/index.md b/wiki/star-systems/GJ-3943/bodies/GJ3943e/index.md new file mode 100644 index 000000000..24ca50e6a --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3943e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 529823695 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.772 + period_days: 3000.0 + axial_tilt_deg: 43.6 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.207 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.326 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3943e + +Frozen planet. + +**System:** [GJ-3943](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 3000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943e/markers.json b/wiki/star-systems/GJ-3943/bodies/GJ3943e/markers.json new file mode 100644 index 000000000..4b292cfce --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943e/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 71 + ], + "area_fraction": 0.0706 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 25, + 320 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 32, + 494 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 82, + 283 + ], + "area_fraction": 0.044 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 110, + 441 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 109, + 494 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 177, + 476 + ], + "area_fraction": 0.0312 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 155, + 186 + ], + "peak": [ + 156, + 187 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 227, + 328 + ], + "peak": [ + 255, + 300 + ], + "area_cells": 3401 + }, + { + "id": "range_4", + "name": null, + "center": [ + 219, + 395 + ], + "peak": [ + 219, + 395 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 244, + 478 + ], + "peak": [ + 248, + 487 + ], + "area_cells": 1490 + }, + { + "id": "range_6", + "name": null, + "center": [ + 246, + 33 + ], + "peak": [ + 253, + 28 + ], + "area_cells": 1315 + }, + { + "id": "range_7", + "name": null, + "center": [ + 245, + 161 + ], + "peak": [ + 245, + 146 + ], + "area_cells": 2070 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943f/globe.png b/wiki/star-systems/GJ-3943/bodies/GJ3943f/globe.png new file mode 100644 index 000000000..4f606fae3 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943f/globe.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943f/heightmap.png b/wiki/star-systems/GJ-3943/bodies/GJ3943f/heightmap.png new file mode 100644 index 000000000..f17fb7645 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943f/index.md b/wiki/star-systems/GJ-3943/bodies/GJ3943f/index.md new file mode 100644 index 000000000..52ee9809b --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3943f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1280560846 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.009 + period_days: 7600.0 + axial_tilt_deg: 49.0 +physical: + gravity_g: 0.08 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.263 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3943f + +Frozen planet. + +**System:** [GJ-3943](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 7600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943f/markers.json b/wiki/star-systems/GJ-3943/bodies/GJ3943f/markers.json new file mode 100644 index 000000000..6a8d20129 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943f/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 255 + ], + "area_fraction": 0.2089 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 55, + 201 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 150, + 499 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 225, + 66 + ], + "area_fraction": 0.0355 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 228, + 295 + ], + "area_fraction": 0.0288 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 412 + ], + "peak": [ + 78, + 412 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 197 + ], + "peak": [ + 92, + 201 + ], + "area_cells": 1266 + }, + { + "id": "range_3", + "name": null, + "center": [ + 138, + 368 + ], + "peak": [ + 185, + 433 + ], + "area_cells": 10512 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 81 + ], + "peak": [ + 118, + 85 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 175 + ], + "peak": [ + 127, + 177 + ], + "area_cells": 49 + }, + { + "id": "range_8", + "name": null, + "center": [ + 135, + 120 + ], + "peak": [ + 132, + 141 + ], + "area_cells": 477 + }, + { + "id": "range_9", + "name": null, + "center": [ + 169, + 46 + ], + "peak": [ + 173, + 47 + ], + "area_cells": 222 + }, + { + "id": "range_10", + "name": null, + "center": [ + 181, + 10 + ], + "peak": [ + 184, + 9 + ], + "area_cells": 433 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 500 + ], + "peak": [ + 184, + 511 + ], + "area_cells": 385 + }, + { + "id": "range_13", + "name": null, + "center": [ + 193, + 470 + ], + "peak": [ + 194, + 470 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 227, + 420 + ], + "peak": [ + 223, + 417 + ], + "area_cells": 87 + }, + { + "id": "range_15", + "name": null, + "center": [ + 228, + 433 + ], + "peak": [ + 228, + 435 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943g/globe.png b/wiki/star-systems/GJ-3943/bodies/GJ3943g/globe.png new file mode 100644 index 000000000..150317bd0 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943g/globe.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943g/heightmap.png b/wiki/star-systems/GJ-3943/bodies/GJ3943g/heightmap.png new file mode 100644 index 000000000..b923076f7 Binary files /dev/null and b/wiki/star-systems/GJ-3943/bodies/GJ3943g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943g/index.md b/wiki/star-systems/GJ-3943/bodies/GJ3943g/index.md new file mode 100644 index 000000000..470f3cb27 --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3943g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4191380389 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.454 + period_days: 18000.0 + axial_tilt_deg: 42.0 +physical: + gravity_g: 0.06 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.899 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.431 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3943g + +Frozen planet. + +**System:** [GJ-3943](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3943/bodies/GJ3943g/markers.json b/wiki/star-systems/GJ-3943/bodies/GJ3943g/markers.json new file mode 100644 index 000000000..cf971bf4d --- /dev/null +++ b/wiki/star-systems/GJ-3943/bodies/GJ3943g/markers.json @@ -0,0 +1,296 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 24, + 266 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 53, + 476 + ], + "area_fraction": 0.023 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 44, + 384 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 53, + 27 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 110, + 206 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 149, + 464 + ], + "area_fraction": 0.0129 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 275 + ], + "peak": [ + 97, + 275 + ], + "area_cells": 582 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 239 + ], + "peak": [ + 91, + 239 + ], + "area_cells": 200 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 29 + ], + "peak": [ + 92, + 30 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 30 + ], + "peak": [ + 104, + 31 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 101, + 479 + ], + "peak": [ + 101, + 488 + ], + "area_cells": 114 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 439 + ], + "peak": [ + 114, + 446 + ], + "area_cells": 127 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 332 + ], + "peak": [ + 124, + 332 + ], + "area_cells": 222 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 109 + ], + "peak": [ + 126, + 112 + ], + "area_cells": 237 + }, + { + "id": "range_9", + "name": null, + "center": [ + 132, + 162 + ], + "peak": [ + 134, + 155 + ], + "area_cells": 594 + }, + { + "id": "range_10", + "name": null, + "center": [ + 188, + 340 + ], + "peak": [ + 206, + 312 + ], + "area_cells": 11492 + }, + { + "id": "range_14", + "name": null, + "center": [ + 170, + 166 + ], + "peak": [ + 172, + 160 + ], + "area_cells": 833 + }, + { + "id": "range_15", + "name": null, + "center": [ + 207, + 60 + ], + "peak": [ + 207, + 48 + ], + "area_cells": 5539 + }, + { + "id": "range_16", + "name": null, + "center": [ + 247, + 136 + ], + "peak": [ + 255, + 162 + ], + "area_cells": 895 + }, + { + "id": "range_18", + "name": null, + "center": [ + 228, + 265 + ], + "peak": [ + 229, + 263 + ], + "area_cells": 81 + }, + { + "id": "range_19", + "name": null, + "center": [ + 228, + 444 + ], + "peak": [ + 227, + 445 + ], + "area_cells": 38 + }, + { + "id": "range_21", + "name": null, + "center": [ + 253, + 462 + ], + "peak": [ + 253, + 450 + ], + "area_cells": 211 + }, + { + "id": "range_22", + "name": null, + "center": [ + 252, + 508 + ], + "peak": [ + 255, + 510 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ395b/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395b/globe.png new file mode 100644 index 000000000..c549eab82 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395b/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395b/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395b/heightmap.png new file mode 100644 index 000000000..4eeba2900 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395b/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395b/index.md b/wiki/star-systems/GJ-395/bodies/GJ395b/index.md new file mode 100644 index 000000000..bcecedfba --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ395b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3784850835 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.331 + period_days: 62.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.52 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.927 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395b + +Barren planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 94% | +| **Year** | 62 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395b/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395b/markers.json new file mode 100644 index 000000000..03d60cdd6 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395b/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 253 + ], + "area_fraction": 0.0127 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 356 + ], + "peak": [ + 39, + 355 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 449 + ], + "peak": [ + 47, + 450 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 335 + ], + "peak": [ + 62, + 335 + ], + "area_cells": 231 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 309 + ], + "peak": [ + 69, + 309 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 371 + ], + "peak": [ + 77, + 373 + ], + "area_cells": 98 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 263 + ], + "peak": [ + 111, + 263 + ], + "area_cells": 77 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 285 + ], + "peak": [ + 115, + 285 + ], + "area_cells": 200 + }, + { + "id": "range_13", + "name": null, + "center": [ + 122, + 225 + ], + "peak": [ + 127, + 219 + ], + "area_cells": 194 + }, + { + "id": "range_15", + "name": null, + "center": [ + 127, + 89 + ], + "peak": [ + 128, + 89 + ], + "area_cells": 122 + }, + { + "id": "range_17", + "name": null, + "center": [ + 149, + 39 + ], + "peak": [ + 149, + 31 + ], + "area_cells": 212 + }, + { + "id": "range_18", + "name": null, + "center": [ + 150, + 202 + ], + "peak": [ + 151, + 202 + ], + "area_cells": 61 + }, + { + "id": "range_19", + "name": null, + "center": [ + 153, + 295 + ], + "peak": [ + 152, + 293 + ], + "area_cells": 112 + }, + { + "id": "range_20", + "name": null, + "center": [ + 188, + 259 + ], + "peak": [ + 183, + 229 + ], + "area_cells": 2991 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 117 + ], + "peak": [ + 156, + 117 + ], + "area_cells": 83 + }, + { + "id": "range_26", + "name": null, + "center": [ + 178, + 186 + ], + "peak": [ + 180, + 186 + ], + "area_cells": 249 + }, + { + "id": "range_28", + "name": null, + "center": [ + 177, + 164 + ], + "peak": [ + 177, + 163 + ], + "area_cells": 94 + }, + { + "id": "range_29", + "name": null, + "center": [ + 192, + 493 + ], + "peak": [ + 195, + 494 + ], + "area_cells": 161 + }, + { + "id": "range_30", + "name": null, + "center": [ + 192, + 466 + ], + "peak": [ + 195, + 465 + ], + "area_cells": 141 + }, + { + "id": "range_31", + "name": null, + "center": [ + 187, + 45 + ], + "peak": [ + 189, + 43 + ], + "area_cells": 57 + }, + { + "id": "range_32", + "name": null, + "center": [ + 186, + 32 + ], + "peak": [ + 186, + 33 + ], + "area_cells": 27 + }, + { + "id": "range_36", + "name": null, + "center": [ + 226, + 48 + ], + "peak": [ + 224, + 48 + ], + "area_cells": 25 + }, + { + "id": "range_37", + "name": null, + "center": [ + 242, + 228 + ], + "peak": [ + 235, + 229 + ], + "area_cells": 78 + }, + { + "id": "range_41", + "name": null, + "center": [ + 240, + 305 + ], + "peak": [ + 242, + 305 + ], + "area_cells": 94 + }, + { + "id": "range_44", + "name": null, + "center": [ + 250, + 216 + ], + "peak": [ + 254, + 217 + ], + "area_cells": 35 + }, + { + "id": "range_47", + "name": null, + "center": [ + 252, + 133 + ], + "peak": [ + 253, + 134 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395c/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395c/globe.png new file mode 100644 index 000000000..f5e66c058 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395c/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395c/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395c/heightmap.png new file mode 100644 index 000000000..ce98dda46 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395c/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395c/index.md b/wiki/star-systems/GJ-395/bodies/GJ395c/index.md new file mode 100644 index 000000000..520d03e35 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ395c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 320113413 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.77 + period_days: 220.0 + axial_tilt_deg: 3.1 +physical: + gravity_g: 0.76 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.954 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.051 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395c + +Hot Arid planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395c/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395c/markers.json new file mode 100644 index 000000000..33fab95a5 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395c/markers.json @@ -0,0 +1,1110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 118, + 299 + ], + [ + 119, + 300 + ], + [ + 120, + 301 + ], + [ + 119, + 302 + ], + [ + 119, + 303 + ], + [ + 119, + 304 + ], + [ + 118, + 304 + ], + [ + 119, + 305 + ], + [ + 119, + 306 + ], + [ + 119, + 307 + ], + [ + 118, + 307 + ], + [ + 119, + 308 + ], + [ + 118, + 309 + ], + [ + 117, + 309 + ], + [ + 117, + 310 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 95, + 293 + ], + [ + 96, + 292 + ], + [ + 97, + 291 + ], + [ + 98, + 290 + ], + [ + 99, + 290 + ], + [ + 100, + 289 + ], + [ + 101, + 290 + ], + [ + 102, + 291 + ], + [ + 103, + 290 + ], + [ + 104, + 291 + ], + [ + 105, + 291 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 29, + 68 + ], + [ + 30, + 69 + ], + [ + 31, + 70 + ], + [ + 32, + 71 + ], + [ + 33, + 72 + ], + [ + 34, + 71 + ], + [ + 34, + 70 + ], + [ + 35, + 69 + ], + [ + 35, + 68 + ], + [ + 36, + 67 + ], + [ + 36, + 66 + ], + [ + 36, + 65 + ], + [ + 37, + 64 + ], + [ + 38, + 63 + ], + [ + 38, + 62 + ], + [ + 39, + 61 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 92, + 384 + ], + [ + 91, + 383 + ], + [ + 90, + 382 + ], + [ + 89, + 381 + ], + [ + 88, + 380 + ], + [ + 87, + 379 + ], + [ + 86, + 378 + ], + [ + 85, + 377 + ], + [ + 86, + 376 + ], + [ + 86, + 375 + ], + [ + 85, + 374 + ], + [ + 85, + 373 + ], + [ + 85, + 372 + ], + [ + 84, + 371 + ], + [ + 85, + 370 + ], + [ + 84, + 369 + ], + [ + 84, + 368 + ], + [ + 85, + 367 + ], + [ + 85, + 366 + ], + [ + 84, + 365 + ], + [ + 84, + 364 + ], + [ + 85, + 363 + ], + [ + 85, + 362 + ], + [ + 85, + 361 + ], + [ + 84, + 360 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 58, + 455 + ], + [ + 59, + 454 + ], + [ + 60, + 455 + ], + [ + 61, + 456 + ], + [ + 62, + 457 + ], + [ + 63, + 456 + ], + [ + 64, + 455 + ], + [ + 65, + 454 + ], + [ + 66, + 453 + ], + [ + 67, + 452 + ], + [ + 68, + 451 + ], + [ + 69, + 450 + ], + [ + 70, + 450 + ], + [ + 71, + 450 + ], + [ + 72, + 450 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 141, + 239 + ], + [ + 142, + 240 + ], + [ + 143, + 241 + ], + [ + 144, + 242 + ], + [ + 145, + 243 + ], + [ + 146, + 242 + ], + [ + 147, + 243 + ], + [ + 148, + 243 + ], + [ + 148, + 242 + ], + [ + 149, + 241 + ], + [ + 148, + 241 + ], + [ + 149, + 240 + ], + [ + 150, + 240 + ], + [ + 151, + 240 + ], + [ + 152, + 239 + ], + [ + 153, + 240 + ], + [ + 153, + 239 + ], + [ + 153, + 238 + ], + [ + 153, + 237 + ], + [ + 152, + 236 + ], + [ + 152, + 237 + ], + [ + 153, + 236 + ], + [ + 153, + 235 + ], + [ + 152, + 235 + ], + [ + 151, + 235 + ], + [ + 150, + 235 + ], + [ + 151, + 236 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 14, + 170 + ], + [ + 13, + 171 + ], + [ + 12, + 172 + ], + [ + 11, + 172 + ], + [ + 10, + 173 + ], + [ + 9, + 174 + ], + [ + 8, + 175 + ], + [ + 7, + 176 + ], + [ + 6, + 177 + ], + [ + 5, + 178 + ], + [ + 4, + 179 + ], + [ + 3, + 180 + ], + [ + 2, + 180 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 64, + 344 + ], + [ + 65, + 345 + ], + [ + 66, + 346 + ], + [ + 67, + 347 + ], + [ + 68, + 348 + ], + [ + 69, + 349 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 1, + 40 + ], + [ + 2, + 41 + ], + [ + 2, + 40 + ], + [ + 3, + 41 + ], + [ + 4, + 42 + ], + [ + 5, + 43 + ], + [ + 6, + 44 + ], + [ + 7, + 45 + ], + [ + 8, + 46 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 37, + 99 + ], + [ + 36, + 100 + ], + [ + 35, + 101 + ], + [ + 34, + 102 + ], + [ + 33, + 102 + ], + [ + 32, + 102 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 112, + 82 + ], + [ + 111, + 82 + ], + [ + 110, + 83 + ], + [ + 109, + 84 + ], + [ + 108, + 85 + ], + [ + 107, + 86 + ], + [ + 106, + 87 + ], + [ + 105, + 88 + ], + [ + 104, + 89 + ], + [ + 103, + 90 + ], + [ + 103, + 91 + ], + [ + 102, + 92 + ], + [ + 103, + 93 + ], + [ + 102, + 94 + ], + [ + 101, + 95 + ], + [ + 100, + 96 + ], + [ + 101, + 97 + ], + [ + 102, + 98 + ], + [ + 101, + 99 + ], + [ + 102, + 100 + ], + [ + 101, + 101 + ], + [ + 101, + 102 + ], + [ + 101, + 103 + ], + [ + 102, + 103 + ], + [ + 103, + 104 + ], + [ + 103, + 105 + ], + [ + 102, + 106 + ], + [ + 103, + 107 + ], + [ + 104, + 108 + ], + [ + 104, + 109 + ], + [ + 103, + 110 + ], + [ + 104, + 111 + ], + [ + 104, + 112 + ], + [ + 104, + 113 + ], + [ + 104, + 114 + ], + [ + 105, + 115 + ], + [ + 104, + 116 + ], + [ + 103, + 117 + ], + [ + 104, + 118 + ], + [ + 104, + 119 + ], + [ + 105, + 120 + ], + [ + 104, + 121 + ], + [ + 104, + 122 + ], + [ + 104, + 123 + ], + [ + 104, + 124 + ], + [ + 103, + 125 + ], + [ + 104, + 126 + ], + [ + 103, + 127 + ], + [ + 103, + 128 + ], + [ + 104, + 129 + ], + [ + 104, + 130 + ], + [ + 104, + 131 + ], + [ + 104, + 132 + ], + [ + 105, + 133 + ], + [ + 106, + 133 + ], + [ + 105, + 134 + ], + [ + 104, + 133 + ], + [ + 103, + 133 + ], + [ + 104, + 134 + ], + [ + 105, + 135 + ], + [ + 105, + 136 + ], + [ + 104, + 136 + ], + [ + 103, + 135 + ], + [ + 103, + 134 + ], + [ + 104, + 135 + ], + [ + 103, + 136 + ], + [ + 104, + 137 + ], + [ + 105, + 138 + ], + [ + 104, + 139 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 258 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 7, + 440 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 26, + 348 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 61, + 96 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 81, + 339 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 4 + ], + "peak": [ + 49, + 8 + ], + "area_cells": 54 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 504 + ], + "peak": [ + 51, + 503 + ], + "area_cells": 113 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 372 + ], + "peak": [ + 67, + 370 + ], + "area_cells": 132 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 189 + ], + "peak": [ + 83, + 197 + ], + "area_cells": 1759 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 265 + ], + "peak": [ + 95, + 265 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 110, + 71 + ], + "peak": [ + 109, + 67 + ], + "area_cells": 467 + }, + { + "id": "range_11", + "name": null, + "center": [ + 138, + 92 + ], + "peak": [ + 138, + 91 + ], + "area_cells": 196 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 103 + ], + "peak": [ + 157, + 104 + ], + "area_cells": 50 + }, + { + "id": "range_13", + "name": null, + "center": [ + 218, + 121 + ], + "peak": [ + 221, + 8 + ], + "area_cells": 9712 + }, + { + "id": "range_15", + "name": null, + "center": [ + 234, + 465 + ], + "peak": [ + 226, + 479 + ], + "area_cells": 3204 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395d/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395d/globe.png new file mode 100644 index 000000000..fc19fa004 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395d/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395d/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395d/heightmap.png new file mode 100644 index 000000000..8d19b022d Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395d/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395d/index.md b/wiki/star-systems/GJ-395/bodies/GJ395d/index.md new file mode 100644 index 000000000..81576156b --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ395d +name: le Pays +body_type: planet +planet_class: temperate +body_scale: planet +seed: 692535113 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.418 + period_days: 550.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.96 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.414 + polar_ice_lat: 0.757 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.494 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# le Pays + +Temperate planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 41% | +| **Year** | 550 days | +| **Inhabited** | yes | +| **Population** | 120K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395d/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395d/markers.json new file mode 100644 index 000000000..4e148a701 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395d/markers.json @@ -0,0 +1,476 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 101 + ], + [ + 129, + 102 + ], + [ + 128, + 102 + ], + [ + 127, + 102 + ], + [ + 126, + 101 + ], + [ + 125, + 101 + ], + [ + 124, + 102 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 46, + 510 + ], + [ + 45, + 509 + ], + [ + 44, + 509 + ], + [ + 43, + 510 + ], + [ + 42, + 510 + ], + [ + 41, + 509 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 201, + 511 + ], + [ + 200, + 0 + ], + [ + 199, + 1 + ], + [ + 200, + 2 + ], + [ + 201, + 2 + ], + [ + 202, + 3 + ], + [ + 201, + 4 + ], + [ + 200, + 5 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 113, + 401 + ], + [ + 112, + 402 + ], + [ + 111, + 403 + ], + [ + 110, + 404 + ], + [ + 109, + 405 + ], + [ + 108, + 406 + ], + [ + 107, + 407 + ], + [ + 107, + 408 + ], + [ + 107, + 409 + ], + [ + 107, + 410 + ], + [ + 107, + 411 + ], + [ + 106, + 411 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 161, + 52 + ], + [ + 160, + 52 + ], + [ + 159, + 51 + ], + [ + 158, + 50 + ], + [ + 157, + 49 + ], + [ + 157, + 48 + ], + [ + 156, + 47 + ], + [ + 156, + 46 + ], + [ + 155, + 46 + ], + [ + 156, + 45 + ], + [ + 155, + 45 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 239, + 511 + ], + [ + 240, + 511 + ], + [ + 241, + 510 + ], + [ + 242, + 510 + ], + [ + 243, + 511 + ], + [ + 244, + 0 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 67, + 4 + ], + [ + 68, + 4 + ], + [ + 69, + 3 + ], + [ + 70, + 4 + ], + [ + 71, + 5 + ], + [ + 72, + 6 + ], + [ + 73, + 7 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 191, + 75 + ], + [ + 192, + 74 + ], + [ + 193, + 74 + ], + [ + 194, + 73 + ], + [ + 195, + 72 + ], + [ + 196, + 71 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 49, + 205 + ], + "area_fraction": 0.3344 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 174, + 379 + ], + "area_fraction": 0.1194 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 209, + 121 + ], + "area_fraction": 0.1229 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 326 + ], + "peak": [ + 85, + 315 + ], + "area_cells": 710 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 364 + ], + "peak": [ + 95, + 364 + ], + "area_cells": 64 + }, + { + "id": "range_3", + "name": null, + "center": [ + 99, + 454 + ], + "peak": [ + 100, + 432 + ], + "area_cells": 204 + }, + { + "id": "range_5", + "name": null, + "center": [ + 144, + 230 + ], + "peak": [ + 126, + 243 + ], + "area_cells": 2807 + }, + { + "id": "range_6", + "name": null, + "center": [ + 125, + 426 + ], + "peak": [ + 123, + 435 + ], + "area_cells": 457 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 22 + ], + "peak": [ + 144, + 24 + ], + "area_cells": 1230 + }, + { + "id": "range_8", + "name": null, + "center": [ + 135, + 495 + ], + "peak": [ + 138, + 511 + ], + "area_cells": 154 + }, + { + "id": "range_9", + "name": null, + "center": [ + 159, + 458 + ], + "peak": [ + 159, + 450 + ], + "area_cells": 256 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 241 + ], + "peak": [ + 168, + 244 + ], + "area_cells": 285 + }, + { + "id": "range_11", + "name": null, + "center": [ + 183, + 291 + ], + "peak": [ + 182, + 296 + ], + "area_cells": 174 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395e/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395e/globe.png new file mode 100644 index 000000000..cf01052c3 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395e/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395e/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395e/heightmap.png new file mode 100644 index 000000000..9a0d4fb2c Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395e/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395e/index.md b/wiki/star-systems/GJ-395/bodies/GJ395e/index.md new file mode 100644 index 000000000..9d086eee2 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ395e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3276333038 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.516 + period_days: 1300.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.62 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.947 + polar_ice_lat: 0.571 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.189 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395e + +Cold Arid planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395e/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395e/markers.json new file mode 100644 index 000000000..a4b3e374a --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395e/markers.json @@ -0,0 +1,936 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 183, + 244 + ], + [ + 184, + 245 + ], + [ + 185, + 246 + ], + [ + 186, + 247 + ], + [ + 187, + 248 + ], + [ + 188, + 249 + ], + [ + 189, + 250 + ], + [ + 188, + 251 + ], + [ + 188, + 252 + ], + [ + 188, + 253 + ], + [ + 188, + 254 + ], + [ + 188, + 255 + ], + [ + 189, + 256 + ], + [ + 188, + 257 + ], + [ + 189, + 258 + ], + [ + 189, + 257 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 159, + 283 + ], + [ + 160, + 282 + ], + [ + 161, + 281 + ], + [ + 162, + 281 + ], + [ + 163, + 281 + ], + [ + 164, + 281 + ], + [ + 164, + 282 + ], + [ + 165, + 283 + ], + [ + 166, + 284 + ], + [ + 167, + 285 + ], + [ + 167, + 286 + ], + [ + 168, + 287 + ], + [ + 169, + 288 + ], + [ + 170, + 289 + ], + [ + 171, + 289 + ], + [ + 172, + 289 + ], + [ + 173, + 288 + ], + [ + 174, + 288 + ], + [ + 174, + 289 + ], + [ + 174, + 290 + ], + [ + 175, + 289 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 154, + 210 + ], + [ + 153, + 211 + ], + [ + 152, + 212 + ], + [ + 151, + 213 + ], + [ + 150, + 214 + ], + [ + 149, + 214 + ], + [ + 148, + 215 + ], + [ + 147, + 216 + ], + [ + 146, + 217 + ], + [ + 145, + 217 + ], + [ + 146, + 218 + ], + [ + 145, + 218 + ], + [ + 144, + 219 + ], + [ + 143, + 220 + ], + [ + 142, + 221 + ], + [ + 141, + 222 + ], + [ + 140, + 222 + ], + [ + 139, + 221 + ], + [ + 138, + 221 + ], + [ + 137, + 220 + ], + [ + 136, + 219 + ], + [ + 135, + 218 + ], + [ + 134, + 218 + ], + [ + 135, + 217 + ], + [ + 134, + 217 + ], + [ + 135, + 216 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 114, + 447 + ], + [ + 115, + 446 + ], + [ + 116, + 445 + ], + [ + 117, + 444 + ], + [ + 118, + 443 + ], + [ + 118, + 442 + ], + [ + 119, + 441 + ], + [ + 119, + 440 + ], + [ + 119, + 439 + ], + [ + 118, + 439 + ], + [ + 118, + 438 + ], + [ + 118, + 437 + ], + [ + 119, + 437 + ], + [ + 118, + 436 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 16, + 343 + ], + [ + 17, + 342 + ], + [ + 18, + 341 + ], + [ + 18, + 340 + ], + [ + 19, + 339 + ], + [ + 19, + 340 + ], + [ + 20, + 339 + ], + [ + 21, + 339 + ], + [ + 22, + 339 + ], + [ + 23, + 340 + ], + [ + 24, + 339 + ], + [ + 24, + 340 + ], + [ + 25, + 340 + ], + [ + 26, + 339 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 25, + 367 + ], + [ + 26, + 368 + ], + [ + 27, + 368 + ], + [ + 28, + 369 + ], + [ + 29, + 369 + ], + [ + 30, + 369 + ], + [ + 31, + 369 + ], + [ + 32, + 370 + ], + [ + 33, + 370 + ], + [ + 34, + 369 + ], + [ + 35, + 370 + ], + [ + 36, + 371 + ], + [ + 36, + 372 + ], + [ + 37, + 371 + ], + [ + 38, + 372 + ], + [ + 37, + 373 + ], + [ + 38, + 373 + ], + [ + 38, + 374 + ], + [ + 39, + 374 + ], + [ + 39, + 375 + ], + [ + 40, + 374 + ], + [ + 41, + 374 + ], + [ + 42, + 375 + ], + [ + 43, + 376 + ], + [ + 44, + 376 + ], + [ + 45, + 377 + ], + [ + 46, + 377 + ], + [ + 46, + 378 + ], + [ + 47, + 379 + ], + [ + 48, + 380 + ], + [ + 49, + 379 + ], + [ + 50, + 379 + ], + [ + 51, + 380 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 146, + 385 + ], + [ + 147, + 386 + ], + [ + 147, + 387 + ], + [ + 147, + 388 + ], + [ + 148, + 389 + ], + [ + 149, + 390 + ], + [ + 148, + 391 + ], + [ + 148, + 390 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 21, + 102 + ], + [ + 20, + 101 + ], + [ + 21, + 100 + ], + [ + 20, + 100 + ], + [ + 19, + 100 + ], + [ + 18, + 101 + ], + [ + 17, + 102 + ], + [ + 16, + 103 + ], + [ + 15, + 104 + ], + [ + 16, + 105 + ], + [ + 15, + 106 + ], + [ + 16, + 107 + ], + [ + 17, + 108 + ], + [ + 17, + 109 + ], + [ + 17, + 110 + ], + [ + 18, + 110 + ], + [ + 17, + 111 + ], + [ + 16, + 111 + ], + [ + 16, + 112 + ], + [ + 17, + 113 + ], + [ + 18, + 114 + ], + [ + 17, + 115 + ], + [ + 18, + 116 + ], + [ + 17, + 116 + ], + [ + 16, + 117 + ], + [ + 15, + 116 + ], + [ + 15, + 115 + ], + [ + 15, + 114 + ], + [ + 16, + 115 + ], + [ + 16, + 116 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 44, + 245 + ], + [ + 45, + 244 + ], + [ + 45, + 243 + ], + [ + 46, + 242 + ], + [ + 46, + 241 + ], + [ + 47, + 240 + ], + [ + 48, + 239 + ], + [ + 49, + 239 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 129, + 65 + ], + [ + 128, + 65 + ], + [ + 127, + 64 + ], + [ + 126, + 63 + ], + [ + 125, + 64 + ], + [ + 124, + 63 + ], + [ + 123, + 63 + ], + [ + 122, + 63 + ], + [ + 121, + 64 + ], + [ + 120, + 65 + ], + [ + 119, + 66 + ], + [ + 118, + 67 + ], + [ + 117, + 68 + ], + [ + 116, + 69 + ], + [ + 115, + 70 + ], + [ + 114, + 71 + ], + [ + 115, + 72 + ], + [ + 114, + 73 + ], + [ + 115, + 74 + ], + [ + 115, + 75 + ], + [ + 115, + 76 + ], + [ + 116, + 77 + ], + [ + 116, + 78 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 35, + 192 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 119, + 33 + ], + "peak": [ + 122, + 41 + ], + "area_cells": 316 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 134 + ], + "peak": [ + 114, + 133 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 177, + 463 + ], + "peak": [ + 195, + 509 + ], + "area_cells": 5789 + }, + { + "id": "range_6", + "name": null, + "center": [ + 184, + 40 + ], + "peak": [ + 201, + 7 + ], + "area_cells": 5310 + }, + { + "id": "range_7", + "name": null, + "center": [ + 152, + 124 + ], + "peak": [ + 158, + 109 + ], + "area_cells": 1525 + }, + { + "id": "range_14", + "name": null, + "center": [ + 183, + 243 + ], + "peak": [ + 183, + 244 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m1/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/globe.png new file mode 100644 index 000000000..70f63347e Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m1/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/heightmap.png new file mode 100644 index 000000000..f7065a305 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m1/index.md b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/index.md new file mode 100644 index 000000000..dab871cf9 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ395f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1340106166 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 34.6 +physical: + gravity_g: 0.14 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.141 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395f-m1 + +Frozen moon. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 96% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m1/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/markers.json new file mode 100644 index 000000000..ae6a5bc18 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395f-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 279 + ], + "area_fraction": 0.0323 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 194, + 238 + ], + "peak": [ + 148, + 94 + ], + "area_cells": 50452 + }, + { + "id": "range_2", + "name": null, + "center": [ + 99, + 505 + ], + "peak": [ + 101, + 508 + ], + "area_cells": 114 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 486 + ], + "peak": [ + 98, + 486 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 1 + ], + "peak": [ + 102, + 0 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m2/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/globe.png new file mode 100644 index 000000000..200f7a8d4 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m2/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/heightmap.png new file mode 100644 index 000000000..b4e8c974c Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m2/index.md b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/index.md new file mode 100644 index 000000000..8df73d24e --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ395f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1719202448 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.134 + period_days: 16.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.08 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395f-m2 + +Barren moon. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f-m2/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/markers.json new file mode 100644 index 000000000..48300a84f --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395f-m2/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 171, + 359 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 185, + 247 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 187, + 124 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 197, + 281 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 70 + ], + "peak": [ + 91, + 110 + ], + "area_cells": 6860 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 229 + ], + "peak": [ + 17, + 220 + ], + "area_cells": 1118 + }, + { + "id": "range_5", + "name": null, + "center": [ + 39, + 321 + ], + "peak": [ + 32, + 373 + ], + "area_cells": 3222 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 475 + ], + "peak": [ + 65, + 464 + ], + "area_cells": 4201 + }, + { + "id": "range_15", + "name": null, + "center": [ + 54, + 393 + ], + "peak": [ + 77, + 395 + ], + "area_cells": 503 + }, + { + "id": "range_16", + "name": null, + "center": [ + 40, + 220 + ], + "peak": [ + 40, + 221 + ], + "area_cells": 25 + }, + { + "id": "range_18", + "name": null, + "center": [ + 40, + 422 + ], + "peak": [ + 40, + 424 + ], + "area_cells": 23 + }, + { + "id": "range_19", + "name": null, + "center": [ + 64, + 416 + ], + "peak": [ + 72, + 420 + ], + "area_cells": 143 + }, + { + "id": "range_21", + "name": null, + "center": [ + 49, + 217 + ], + "peak": [ + 50, + 217 + ], + "area_cells": 32 + }, + { + "id": "range_23", + "name": null, + "center": [ + 75, + 277 + ], + "peak": [ + 75, + 278 + ], + "area_cells": 41 + }, + { + "id": "range_25", + "name": null, + "center": [ + 89, + 371 + ], + "peak": [ + 92, + 371 + ], + "area_cells": 45 + }, + { + "id": "range_26", + "name": null, + "center": [ + 93, + 286 + ], + "peak": [ + 94, + 288 + ], + "area_cells": 142 + }, + { + "id": "range_27", + "name": null, + "center": [ + 120, + 250 + ], + "peak": [ + 125, + 250 + ], + "area_cells": 425 + }, + { + "id": "range_29", + "name": null, + "center": [ + 118, + 43 + ], + "peak": [ + 119, + 44 + ], + "area_cells": 27 + }, + { + "id": "range_30", + "name": null, + "center": [ + 118, + 93 + ], + "peak": [ + 118, + 93 + ], + "area_cells": 27 + }, + { + "id": "range_31", + "name": null, + "center": [ + 127, + 305 + ], + "peak": [ + 127, + 306 + ], + "area_cells": 131 + }, + { + "id": "range_32", + "name": null, + "center": [ + 126, + 141 + ], + "peak": [ + 128, + 137 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395f/globe.png new file mode 100644 index 000000000..44eec5276 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395f/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395f/index.md b/wiki/star-systems/GJ-395/bodies/GJ395f/index.md new file mode 100644 index 000000000..77ab3ff5a --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ395f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1555878011 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.499 + period_days: 4200.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: null + oblateness: 0.0609 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.076 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.35 + opacity_base: 0.54 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ395f + +Gas giant. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395g/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395g/globe.png new file mode 100644 index 000000000..aba85f35d Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395g/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395g/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395g/heightmap.png new file mode 100644 index 000000000..6e700fa68 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395g/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395g/index.md b/wiki/star-systems/GJ-395/bodies/GJ395g/index.md new file mode 100644 index 000000000..1567330bd --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ395g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2748226429 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.935 + period_days: 10200.0 + axial_tilt_deg: 48.8 +physical: + gravity_g: 0.46 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.108 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395g + +Frozen planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 10200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395g/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395g/markers.json new file mode 100644 index 000000000..fa8258946 --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395g/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 29, + 191 + ], + "area_fraction": 0.0874 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 209, + 447 + ], + "peak": [ + 201, + 450 + ], + "area_cells": 9432 + }, + { + "id": "range_2", + "name": null, + "center": [ + 191, + 298 + ], + "peak": [ + 185, + 292 + ], + "area_cells": 686 + }, + { + "id": "range_4", + "name": null, + "center": [ + 213, + 48 + ], + "peak": [ + 219, + 42 + ], + "area_cells": 5048 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395h/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395h/globe.png new file mode 100644 index 000000000..01c4ef81f Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395h/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395h/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395h/heightmap.png new file mode 100644 index 000000000..bc3987e5e Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395h/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395h/index.md b/wiki/star-systems/GJ-395/bodies/GJ395h/index.md new file mode 100644 index 000000000..a20b3869b --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ395h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3356888439 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 17.576 + period_days: 24000.0 + axial_tilt_deg: 56.9 +physical: + gravity_g: 0.36 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.705 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395h + +Frozen planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395h/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395h/markers.json new file mode 100644 index 000000000..0245056db --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395h/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 61, + 470 + ], + "area_fraction": 0.0284 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 62, + 381 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 123, + 166 + ], + "area_fraction": 0.1398 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 94, + 15 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 193, + 432 + ], + "area_fraction": 0.073 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 207, + 307 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 230 + ], + "peak": [ + 3, + 230 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 331 + ], + "peak": [ + 120, + 339 + ], + "area_cells": 984 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 31 + ], + "peak": [ + 121, + 29 + ], + "area_cells": 386 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 416 + ], + "peak": [ + 126, + 417 + ], + "area_cells": 463 + }, + { + "id": "range_10", + "name": null, + "center": [ + 140, + 495 + ], + "peak": [ + 140, + 501 + ], + "area_cells": 472 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 1 + ], + "peak": [ + 144, + 0 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 152, + 301 + ], + "peak": [ + 153, + 302 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 226, + 117 + ], + "peak": [ + 203, + 155 + ], + "area_cells": 8622 + }, + { + "id": "range_15", + "name": null, + "center": [ + 231, + 6 + ], + "peak": [ + 230, + 6 + ], + "area_cells": 37 + }, + { + "id": "range_16", + "name": null, + "center": [ + 247, + 242 + ], + "peak": [ + 242, + 204 + ], + "area_cells": 966 + }, + { + "id": "range_17", + "name": null, + "center": [ + 250, + 343 + ], + "peak": [ + 253, + 355 + ], + "area_cells": 460 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395i/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395i/globe.png new file mode 100644 index 000000000..99dfcc733 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395i/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395i/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395i/heightmap.png new file mode 100644 index 000000000..23d779605 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395i/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395i/index.md b/wiki/star-systems/GJ-395/bodies/GJ395i/index.md new file mode 100644 index 000000000..4c249c17a --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ395i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3890014001 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 27.899 + period_days: 48000.0 + axial_tilt_deg: 54.3 +physical: + gravity_g: 0.28 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.768 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.245 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395i + +Frozen planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395i/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395i/markers.json new file mode 100644 index 000000000..65cc9ed0b --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395i/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 116 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 190 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 46, + 370 + ], + "area_fraction": 0.0262 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 76, + 231 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 115, + 340 + ], + "area_fraction": 0.0247 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 184, + 452 + ], + "area_fraction": 0.0772 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 198, + 23 + ], + "area_fraction": 0.0296 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 145, + 152 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 194, + 129 + ], + "area_fraction": 0.0135 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 9 + ], + "peak": [ + 0, + 5 + ], + "area_cells": 171 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 266 + ], + "peak": [ + 0, + 271 + ], + "area_cells": 87 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 462 + ], + "peak": [ + 4, + 472 + ], + "area_cells": 3984 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 299 + ], + "peak": [ + 32, + 300 + ], + "area_cells": 557 + }, + { + "id": "range_8", + "name": null, + "center": [ + 109, + 46 + ], + "peak": [ + 115, + 65 + ], + "area_cells": 841 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 94 + ], + "peak": [ + 90, + 94 + ], + "area_cells": 121 + }, + { + "id": "range_10", + "name": null, + "center": [ + 90, + 4 + ], + "peak": [ + 89, + 0 + ], + "area_cells": 114 + }, + { + "id": "range_11", + "name": null, + "center": [ + 89, + 506 + ], + "peak": [ + 89, + 510 + ], + "area_cells": 96 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 111 + ], + "peak": [ + 96, + 114 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 90, + 20 + ], + "peak": [ + 90, + 22 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 118, + 212 + ], + "peak": [ + 135, + 248 + ], + "area_cells": 1543 + }, + { + "id": "range_15", + "name": null, + "center": [ + 97, + 150 + ], + "peak": [ + 97, + 151 + ], + "area_cells": 64 + }, + { + "id": "range_18", + "name": null, + "center": [ + 116, + 135 + ], + "peak": [ + 113, + 138 + ], + "area_cells": 118 + }, + { + "id": "range_20", + "name": null, + "center": [ + 217, + 259 + ], + "peak": [ + 218, + 258 + ], + "area_cells": 1417 + }, + { + "id": "range_21", + "name": null, + "center": [ + 248, + 155 + ], + "peak": [ + 249, + 157 + ], + "area_cells": 335 + }, + { + "id": "range_23", + "name": null, + "center": [ + 253, + 68 + ], + "peak": [ + 255, + 58 + ], + "area_cells": 211 + }, + { + "id": "range_26", + "name": null, + "center": [ + 252, + 224 + ], + "peak": [ + 255, + 223 + ], + "area_cells": 33 + }, + { + "id": "range_27", + "name": null, + "center": [ + 251, + 248 + ], + "peak": [ + 255, + 247 + ], + "area_cells": 52 + }, + { + "id": "range_31", + "name": null, + "center": [ + 254, + 500 + ], + "peak": [ + 255, + 505 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-395/bodies/GJ395j/globe.png b/wiki/star-systems/GJ-395/bodies/GJ395j/globe.png new file mode 100644 index 000000000..94741c3c0 Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395j/globe.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395j/heightmap.png b/wiki/star-systems/GJ-395/bodies/GJ395j/heightmap.png new file mode 100644 index 000000000..57e46739e Binary files /dev/null and b/wiki/star-systems/GJ-395/bodies/GJ395j/heightmap.png differ diff --git a/wiki/star-systems/GJ-395/bodies/GJ395j/index.md b/wiki/star-systems/GJ-395/bodies/GJ395j/index.md new file mode 100644 index 000000000..de5da273e --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ395j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2305646410 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 43.049 + period_days: 92000.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.796 + polar_ice_lat: 0.244 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ395j + +Frozen planet. + +**System:** [GJ-395](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 92000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-395/bodies/GJ395j/markers.json b/wiki/star-systems/GJ-395/bodies/GJ395j/markers.json new file mode 100644 index 000000000..a402bce4e --- /dev/null +++ b/wiki/star-systems/GJ-395/bodies/GJ395j/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 180, + 81 + ], + "area_fraction": 0.0977 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 87, + 320 + ], + "area_fraction": 0.008 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 191, + 286 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 221, + 467 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 233, + 363 + ], + "area_fraction": 0.014 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 240, + 210 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 181 + ], + "peak": [ + 13, + 113 + ], + "area_cells": 10788 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 487 + ], + "peak": [ + 0, + 499 + ], + "area_cells": 754 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 445 + ], + "peak": [ + 84, + 445 + ], + "area_cells": 42 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 477 + ], + "peak": [ + 88, + 472 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 201, + 199 + ], + "peak": [ + 200, + 199 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3988b/globe.png b/wiki/star-systems/GJ-3988/bodies/GJ3988b/globe.png new file mode 100644 index 000000000..bee6037f2 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988b/globe.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988b/heightmap.png b/wiki/star-systems/GJ-3988/bodies/GJ3988b/heightmap.png new file mode 100644 index 000000000..39fc7df81 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988b/index.md b/wiki/star-systems/GJ-3988/bodies/GJ3988b/index.md new file mode 100644 index 000000000..4b89f35ea --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3988b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1706024120 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.154 + period_days: 22.0 + axial_tilt_deg: 10.7 +physical: + gravity_g: 0.32 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.916 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3988b + +Barren planet. + +**System:** [GJ-3988](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988b/markers.json b/wiki/star-systems/GJ-3988/bodies/GJ3988b/markers.json new file mode 100644 index 000000000..9e77ff509 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988b/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 40, + 367 + ], + "peak": [ + 40, + 368 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 204 + ], + "peak": [ + 43, + 205 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 184 + ], + "peak": [ + 50, + 187 + ], + "area_cells": 89 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 505 + ], + "peak": [ + 83, + 506 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 182 + ], + "peak": [ + 98, + 176 + ], + "area_cells": 550 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 285 + ], + "peak": [ + 136, + 295 + ], + "area_cells": 2835 + }, + { + "id": "range_9", + "name": null, + "center": [ + 104, + 510 + ], + "peak": [ + 108, + 511 + ], + "area_cells": 27 + }, + { + "id": "range_10", + "name": null, + "center": [ + 106, + 1 + ], + "peak": [ + 108, + 0 + ], + "area_cells": 44 + }, + { + "id": "range_11", + "name": null, + "center": [ + 114, + 466 + ], + "peak": [ + 114, + 466 + ], + "area_cells": 72 + }, + { + "id": "range_12", + "name": null, + "center": [ + 128, + 121 + ], + "peak": [ + 133, + 121 + ], + "area_cells": 188 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 499 + ], + "peak": [ + 130, + 500 + ], + "area_cells": 143 + }, + { + "id": "range_14", + "name": null, + "center": [ + 133, + 359 + ], + "peak": [ + 133, + 359 + ], + "area_cells": 45 + }, + { + "id": "range_15", + "name": null, + "center": [ + 134, + 456 + ], + "peak": [ + 135, + 456 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 143, + 152 + ], + "peak": [ + 140, + 146 + ], + "area_cells": 351 + }, + { + "id": "range_17", + "name": null, + "center": [ + 145, + 105 + ], + "peak": [ + 145, + 107 + ], + "area_cells": 110 + }, + { + "id": "range_18", + "name": null, + "center": [ + 160, + 201 + ], + "peak": [ + 162, + 204 + ], + "area_cells": 73 + }, + { + "id": "range_19", + "name": null, + "center": [ + 167, + 124 + ], + "peak": [ + 166, + 122 + ], + "area_cells": 119 + }, + { + "id": "range_20", + "name": null, + "center": [ + 182, + 290 + ], + "peak": [ + 182, + 292 + ], + "area_cells": 77 + }, + { + "id": "range_22", + "name": null, + "center": [ + 200, + 182 + ], + "peak": [ + 199, + 181 + ], + "area_cells": 49 + }, + { + "id": "range_24", + "name": null, + "center": [ + 224, + 333 + ], + "peak": [ + 222, + 333 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988c/globe.png b/wiki/star-systems/GJ-3988/bodies/GJ3988c/globe.png new file mode 100644 index 000000000..131cab55b Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988c/globe.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988c/heightmap.png b/wiki/star-systems/GJ-3988/bodies/GJ3988c/heightmap.png new file mode 100644 index 000000000..ac6d00b11 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988c/index.md b/wiki/star-systems/GJ-3988/bodies/GJ3988c/index.md new file mode 100644 index 000000000..99efaac33 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3988c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2939394395 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.381 + period_days: 86.0 + axial_tilt_deg: 24.1 +physical: + gravity_g: 0.4 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.954 + polar_ice_lat: 0.313 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.413 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3988c + +Frozen planet. + +**System:** [GJ-3988](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Land** | 95% | +| **Year** | 86 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988c/markers.json b/wiki/star-systems/GJ-3988/bodies/GJ3988c/markers.json new file mode 100644 index 000000000..c4134b9c5 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988c/markers.json @@ -0,0 +1,256 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 202, + 322 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 246, + 54 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 465 + ], + "peak": [ + 13, + 457 + ], + "area_cells": 211 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 5 + ], + "peak": [ + 53, + 0 + ], + "area_cells": 129 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 73 + ], + "peak": [ + 69, + 64 + ], + "area_cells": 964 + }, + { + "id": "range_11", + "name": null, + "center": [ + 70, + 130 + ], + "peak": [ + 70, + 133 + ], + "area_cells": 67 + }, + { + "id": "range_13", + "name": null, + "center": [ + 136, + 275 + ], + "peak": [ + 135, + 247 + ], + "area_cells": 2247 + }, + { + "id": "range_14", + "name": null, + "center": [ + 131, + 46 + ], + "peak": [ + 136, + 59 + ], + "area_cells": 1374 + }, + { + "id": "range_15", + "name": null, + "center": [ + 170, + 457 + ], + "peak": [ + 142, + 467 + ], + "area_cells": 5205 + }, + { + "id": "range_16", + "name": null, + "center": [ + 142, + 25 + ], + "peak": [ + 143, + 22 + ], + "area_cells": 63 + }, + { + "id": "range_17", + "name": null, + "center": [ + 154, + 85 + ], + "peak": [ + 154, + 86 + ], + "area_cells": 76 + }, + { + "id": "range_18", + "name": null, + "center": [ + 152, + 391 + ], + "peak": [ + 152, + 391 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 189, + 221 + ], + "peak": [ + 192, + 244 + ], + "area_cells": 2561 + }, + { + "id": "range_20", + "name": null, + "center": [ + 182, + 3 + ], + "peak": [ + 185, + 0 + ], + "area_cells": 30 + }, + { + "id": "range_22", + "name": null, + "center": [ + 198, + 136 + ], + "peak": [ + 191, + 120 + ], + "area_cells": 898 + }, + { + "id": "range_23", + "name": null, + "center": [ + 205, + 12 + ], + "peak": [ + 203, + 0 + ], + "area_cells": 634 + }, + { + "id": "range_24", + "name": null, + "center": [ + 195, + 76 + ], + "peak": [ + 196, + 68 + ], + "area_cells": 73 + }, + { + "id": "range_25", + "name": null, + "center": [ + 223, + 19 + ], + "peak": [ + 226, + 21 + ], + "area_cells": 20 + }, + { + "id": "range_27", + "name": null, + "center": [ + 237, + 441 + ], + "peak": [ + 237, + 442 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988d/globe.png b/wiki/star-systems/GJ-3988/bodies/GJ3988d/globe.png new file mode 100644 index 000000000..cf473159d Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988d/globe.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988d/heightmap.png b/wiki/star-systems/GJ-3988/bodies/GJ3988d/heightmap.png new file mode 100644 index 000000000..8a58997d7 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988d/index.md b/wiki/star-systems/GJ-3988/bodies/GJ3988d/index.md new file mode 100644 index 000000000..503b5633d --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3988d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 445513350 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.797 + period_days: 260.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.3 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.748 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3988d + +Frozen planet. + +**System:** [GJ-3988](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988d/markers.json b/wiki/star-systems/GJ-3988/bodies/GJ3988d/markers.json new file mode 100644 index 000000000..c2d33d909 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988d/markers.json @@ -0,0 +1,244 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 76, + 270 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 181, + 282 + ], + "area_fraction": 0.1734 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 163, + 85 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 156, + 129 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 190, + 34 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 193, + 483 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 62 + ], + "peak": [ + 42, + 63 + ], + "area_cells": 4807 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 301 + ], + "peak": [ + 28, + 350 + ], + "area_cells": 2586 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 348 + ], + "peak": [ + 1, + 347 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 468 + ], + "peak": [ + 60, + 499 + ], + "area_cells": 2869 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 23 + ], + "peak": [ + 24, + 29 + ], + "area_cells": 113 + }, + { + "id": "range_7", + "name": null, + "center": [ + 33, + 398 + ], + "peak": [ + 29, + 397 + ], + "area_cells": 195 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 136 + ], + "peak": [ + 61, + 140 + ], + "area_cells": 122 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 14 + ], + "peak": [ + 97, + 15 + ], + "area_cells": 128 + }, + { + "id": "range_11", + "name": null, + "center": [ + 118, + 356 + ], + "peak": [ + 119, + 371 + ], + "area_cells": 226 + }, + { + "id": "range_12", + "name": null, + "center": [ + 225, + 151 + ], + "peak": [ + 225, + 160 + ], + "area_cells": 281 + }, + { + "id": "range_13", + "name": null, + "center": [ + 245, + 375 + ], + "peak": [ + 246, + 377 + ], + "area_cells": 194 + }, + { + "id": "range_15", + "name": null, + "center": [ + 245, + 335 + ], + "peak": [ + 245, + 334 + ], + "area_cells": 43 + }, + { + "id": "range_19", + "name": null, + "center": [ + 248, + 300 + ], + "peak": [ + 249, + 294 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988e/globe.png b/wiki/star-systems/GJ-3988/bodies/GJ3988e/globe.png new file mode 100644 index 000000000..a67bdc419 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988e/globe.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988e/heightmap.png b/wiki/star-systems/GJ-3988/bodies/GJ3988e/heightmap.png new file mode 100644 index 000000000..2c3bcaa44 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988e/index.md b/wiki/star-systems/GJ-3988/bodies/GJ3988e/index.md new file mode 100644 index 000000000..9ceeb6293 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3988e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 903012761 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.658 + period_days: 780.0 + axial_tilt_deg: 58.4 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.77 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.44 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3988e + +Frozen planet. + +**System:** [GJ-3988](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988e/markers.json b/wiki/star-systems/GJ-3988/bodies/GJ3988e/markers.json new file mode 100644 index 000000000..81ae280cf --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988e/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 235 + ], + "area_fraction": 0.2111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 173, + 434 + ], + "peak": [ + 202, + 458 + ], + "area_cells": 9203 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 63 + ], + "peak": [ + 118, + 64 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 152, + 26 + ], + "peak": [ + 150, + 43 + ], + "area_cells": 2152 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 506 + ], + "peak": [ + 126, + 506 + ], + "area_cells": 137 + }, + { + "id": "range_6", + "name": null, + "center": [ + 125, + 2 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 123, + 255 + ], + "peak": [ + 123, + 254 + ], + "area_cells": 72 + }, + { + "id": "range_8", + "name": null, + "center": [ + 139, + 85 + ], + "peak": [ + 139, + 86 + ], + "area_cells": 85 + }, + { + "id": "range_9", + "name": null, + "center": [ + 167, + 146 + ], + "peak": [ + 186, + 181 + ], + "area_cells": 2983 + }, + { + "id": "range_10", + "name": null, + "center": [ + 167, + 304 + ], + "peak": [ + 179, + 289 + ], + "area_cells": 3357 + }, + { + "id": "range_11", + "name": null, + "center": [ + 150, + 91 + ], + "peak": [ + 149, + 89 + ], + "area_cells": 43 + }, + { + "id": "range_12", + "name": null, + "center": [ + 147, + 175 + ], + "peak": [ + 147, + 175 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 180, + 89 + ], + "peak": [ + 182, + 89 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988f/globe.png b/wiki/star-systems/GJ-3988/bodies/GJ3988f/globe.png new file mode 100644 index 000000000..8140b6223 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988f/globe.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988f/heightmap.png b/wiki/star-systems/GJ-3988/bodies/GJ3988f/heightmap.png new file mode 100644 index 000000000..810dfae13 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988f/heightmap.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988f/index.md b/wiki/star-systems/GJ-3988/bodies/GJ3988f/index.md new file mode 100644 index 000000000..d5c5b96e2 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3988f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 392919097 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.107 + period_days: 2000.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 0.07 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.705 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.364 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3988f + +Frozen planet. + +**System:** [GJ-3988](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988f/markers.json b/wiki/star-systems/GJ-3988/bodies/GJ3988f/markers.json new file mode 100644 index 000000000..709e1085c --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988f/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 81, + 54 + ], + "area_fraction": 0.0858 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 13, + 267 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 82, + 474 + ], + "area_fraction": 0.0549 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 44, + 378 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 131, + 406 + ], + "area_fraction": 0.0244 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 160, + 327 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 192, + 42 + ], + "area_fraction": 0.0371 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 199, + 498 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 238, + 366 + ], + "area_fraction": 0.0178 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 126 + ], + "peak": [ + 6, + 136 + ], + "area_cells": 247 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 216 + ], + "peak": [ + 31, + 216 + ], + "area_cells": 26 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 192 + ], + "peak": [ + 98, + 185 + ], + "area_cells": 6596 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 349 + ], + "peak": [ + 109, + 349 + ], + "area_cells": 607 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 372 + ], + "peak": [ + 96, + 372 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 166, + 219 + ], + "peak": [ + 162, + 179 + ], + "area_cells": 3294 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988g/globe.png b/wiki/star-systems/GJ-3988/bodies/GJ3988g/globe.png new file mode 100644 index 000000000..369ab8400 Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988g/globe.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988g/heightmap.png b/wiki/star-systems/GJ-3988/bodies/GJ3988g/heightmap.png new file mode 100644 index 000000000..48a30a90c Binary files /dev/null and b/wiki/star-systems/GJ-3988/bodies/GJ3988g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988g/index.md b/wiki/star-systems/GJ-3988/bodies/GJ3988g/index.md new file mode 100644 index 000000000..66692c41a --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3988g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1916145156 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.569 + period_days: 4800.0 + axial_tilt_deg: 26.3 +physical: + gravity_g: 0.05 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.312 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3988g + +Frozen planet. + +**System:** [GJ-3988](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3988/bodies/GJ3988g/markers.json b/wiki/star-systems/GJ-3988/bodies/GJ3988g/markers.json new file mode 100644 index 000000000..fb2e65162 --- /dev/null +++ b/wiki/star-systems/GJ-3988/bodies/GJ3988g/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 84, + 461 + ], + "area_fraction": 0.0767 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 97, + 215 + ], + "area_fraction": 0.1646 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 43 + ], + "peak": [ + 2, + 43 + ], + "area_cells": 171 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 265 + ], + "peak": [ + 21, + 278 + ], + "area_cells": 250 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 287 + ], + "peak": [ + 26, + 286 + ], + "area_cells": 49 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 260 + ], + "peak": [ + 41, + 261 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 176, + 132 + ], + "peak": [ + 197, + 116 + ], + "area_cells": 3234 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 464 + ], + "peak": [ + 193, + 492 + ], + "area_cells": 4447 + }, + { + "id": "range_9", + "name": null, + "center": [ + 161, + 317 + ], + "peak": [ + 157, + 319 + ], + "area_cells": 45 + }, + { + "id": "range_10", + "name": null, + "center": [ + 209, + 37 + ], + "peak": [ + 211, + 52 + ], + "area_cells": 4632 + }, + { + "id": "range_11", + "name": null, + "center": [ + 169, + 361 + ], + "peak": [ + 172, + 361 + ], + "area_cells": 149 + }, + { + "id": "range_13", + "name": null, + "center": [ + 183, + 358 + ], + "peak": [ + 184, + 359 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 227, + 428 + ], + "peak": [ + 229, + 429 + ], + "area_cells": 36 + }, + { + "id": "range_20", + "name": null, + "center": [ + 242, + 380 + ], + "peak": [ + 240, + 385 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ3991b/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991b/globe.png new file mode 100644 index 000000000..2e12c5f1c Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991b/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991b/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991b/heightmap.png new file mode 100644 index 000000000..7b7003d4c Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991b/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991b/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991b/index.md new file mode 100644 index 000000000..416e6fe43 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3991b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1988093555 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.277 + period_days: 40.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.3 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.892 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991b + +Barren planet. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991b/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991b/markers.json new file mode 100644 index 000000000..38e48610d --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991b/markers.json @@ -0,0 +1,573 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 40 + ], + "peak": [ + 9, + 49 + ], + "area_cells": 2420 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 164 + ], + "peak": [ + 0, + 165 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 183 + ], + "peak": [ + 2, + 172 + ], + "area_cells": 433 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 269 + ], + "peak": [ + 5, + 269 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 25, + 400 + ], + "peak": [ + 30, + 331 + ], + "area_cells": 8126 + }, + { + "id": "range_11", + "name": null, + "center": [ + 24, + 252 + ], + "peak": [ + 28, + 251 + ], + "area_cells": 75 + }, + { + "id": "range_15", + "name": null, + "center": [ + 30, + 110 + ], + "peak": [ + 24, + 109 + ], + "area_cells": 47 + }, + { + "id": "range_18", + "name": null, + "center": [ + 30, + 224 + ], + "peak": [ + 32, + 216 + ], + "area_cells": 152 + }, + { + "id": "range_22", + "name": null, + "center": [ + 38, + 166 + ], + "peak": [ + 39, + 166 + ], + "area_cells": 36 + }, + { + "id": "range_23", + "name": null, + "center": [ + 41, + 272 + ], + "peak": [ + 45, + 273 + ], + "area_cells": 81 + }, + { + "id": "range_28", + "name": null, + "center": [ + 73, + 132 + ], + "peak": [ + 57, + 133 + ], + "area_cells": 664 + }, + { + "id": "range_29", + "name": null, + "center": [ + 53, + 261 + ], + "peak": [ + 53, + 263 + ], + "area_cells": 33 + }, + { + "id": "range_30", + "name": null, + "center": [ + 56, + 458 + ], + "peak": [ + 57, + 458 + ], + "area_cells": 38 + }, + { + "id": "range_31", + "name": null, + "center": [ + 61, + 166 + ], + "peak": [ + 59, + 166 + ], + "area_cells": 35 + }, + { + "id": "range_36", + "name": null, + "center": [ + 81, + 346 + ], + "peak": [ + 85, + 342 + ], + "area_cells": 296 + }, + { + "id": "range_37", + "name": null, + "center": [ + 72, + 416 + ], + "peak": [ + 74, + 417 + ], + "area_cells": 52 + }, + { + "id": "range_38", + "name": null, + "center": [ + 115, + 242 + ], + "peak": [ + 128, + 307 + ], + "area_cells": 3963 + }, + { + "id": "range_40", + "name": null, + "center": [ + 85, + 412 + ], + "peak": [ + 85, + 413 + ], + "area_cells": 78 + }, + { + "id": "range_41", + "name": null, + "center": [ + 118, + 58 + ], + "peak": [ + 112, + 34 + ], + "area_cells": 1081 + }, + { + "id": "range_42", + "name": null, + "center": [ + 113, + 428 + ], + "peak": [ + 114, + 430 + ], + "area_cells": 89 + }, + { + "id": "range_45", + "name": null, + "center": [ + 118, + 342 + ], + "peak": [ + 119, + 342 + ], + "area_cells": 28 + }, + { + "id": "range_46", + "name": null, + "center": [ + 129, + 148 + ], + "peak": [ + 129, + 170 + ], + "area_cells": 764 + }, + { + "id": "range_47", + "name": null, + "center": [ + 121, + 115 + ], + "peak": [ + 122, + 116 + ], + "area_cells": 20 + }, + { + "id": "range_48", + "name": null, + "center": [ + 163, + 391 + ], + "peak": [ + 165, + 399 + ], + "area_cells": 1842 + }, + { + "id": "range_49", + "name": null, + "center": [ + 142, + 367 + ], + "peak": [ + 138, + 374 + ], + "area_cells": 173 + }, + { + "id": "range_52", + "name": null, + "center": [ + 150, + 335 + ], + "peak": [ + 151, + 336 + ], + "area_cells": 152 + }, + { + "id": "range_54", + "name": null, + "center": [ + 151, + 182 + ], + "peak": [ + 151, + 179 + ], + "area_cells": 194 + }, + { + "id": "range_55", + "name": null, + "center": [ + 148, + 45 + ], + "peak": [ + 147, + 44 + ], + "area_cells": 24 + }, + { + "id": "range_57", + "name": null, + "center": [ + 156, + 261 + ], + "peak": [ + 154, + 263 + ], + "area_cells": 36 + }, + { + "id": "range_58", + "name": null, + "center": [ + 155, + 240 + ], + "peak": [ + 156, + 240 + ], + "area_cells": 27 + }, + { + "id": "range_59", + "name": null, + "center": [ + 180, + 453 + ], + "peak": [ + 189, + 458 + ], + "area_cells": 305 + }, + { + "id": "range_60", + "name": null, + "center": [ + 163, + 204 + ], + "peak": [ + 164, + 206 + ], + "area_cells": 52 + }, + { + "id": "range_61", + "name": null, + "center": [ + 168, + 37 + ], + "peak": [ + 170, + 39 + ], + "area_cells": 44 + }, + { + "id": "range_62", + "name": null, + "center": [ + 172, + 163 + ], + "peak": [ + 173, + 164 + ], + "area_cells": 102 + }, + { + "id": "range_63", + "name": null, + "center": [ + 186, + 335 + ], + "peak": [ + 185, + 336 + ], + "area_cells": 319 + }, + { + "id": "range_66", + "name": null, + "center": [ + 182, + 315 + ], + "peak": [ + 177, + 318 + ], + "area_cells": 35 + }, + { + "id": "range_67", + "name": null, + "center": [ + 183, + 483 + ], + "peak": [ + 183, + 483 + ], + "area_cells": 36 + }, + { + "id": "range_71", + "name": null, + "center": [ + 192, + 435 + ], + "peak": [ + 193, + 435 + ], + "area_cells": 30 + }, + { + "id": "range_72", + "name": null, + "center": [ + 202, + 190 + ], + "peak": [ + 203, + 191 + ], + "area_cells": 127 + }, + { + "id": "range_74", + "name": null, + "center": [ + 207, + 360 + ], + "peak": [ + 211, + 355 + ], + "area_cells": 135 + }, + { + "id": "range_75", + "name": null, + "center": [ + 210, + 179 + ], + "peak": [ + 210, + 179 + ], + "area_cells": 22 + }, + { + "id": "range_81", + "name": null, + "center": [ + 235, + 97 + ], + "peak": [ + 235, + 98 + ], + "area_cells": 31 + }, + { + "id": "range_82", + "name": null, + "center": [ + 247, + 81 + ], + "peak": [ + 243, + 85 + ], + "area_cells": 117 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991c/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991c/globe.png new file mode 100644 index 000000000..393b26098 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991c/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991c/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991c/heightmap.png new file mode 100644 index 000000000..e81280b5b Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991c/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991c/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991c/index.md new file mode 100644 index 000000000..9103b0bb3 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ3991c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 231592249 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.577 + period_days: 120.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.42 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.968 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991c + +Barren planet. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 98% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991c/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991c/markers.json new file mode 100644 index 000000000..4348758c1 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991c/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 13 + ], + "peak": [ + 48, + 17 + ], + "area_cells": 335 + }, + { + "id": "range_2", + "name": null, + "center": [ + 58, + 492 + ], + "peak": [ + 42, + 503 + ], + "area_cells": 746 + }, + { + "id": "range_6", + "name": null, + "center": [ + 95, + 285 + ], + "peak": [ + 86, + 272 + ], + "area_cells": 2044 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 8 + ], + "peak": [ + 71, + 10 + ], + "area_cells": 540 + }, + { + "id": "range_11", + "name": null, + "center": [ + 68, + 189 + ], + "peak": [ + 68, + 189 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 85, + 85 + ], + "peak": [ + 88, + 84 + ], + "area_cells": 56 + }, + { + "id": "range_14", + "name": null, + "center": [ + 88, + 120 + ], + "peak": [ + 88, + 117 + ], + "area_cells": 279 + }, + { + "id": "range_15", + "name": null, + "center": [ + 92, + 506 + ], + "peak": [ + 91, + 507 + ], + "area_cells": 154 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 236 + ], + "peak": [ + 98, + 237 + ], + "area_cells": 58 + }, + { + "id": "range_18", + "name": null, + "center": [ + 110, + 237 + ], + "peak": [ + 111, + 237 + ], + "area_cells": 37 + }, + { + "id": "range_20", + "name": null, + "center": [ + 133, + 124 + ], + "peak": [ + 131, + 115 + ], + "area_cells": 492 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991d/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991d/globe.png new file mode 100644 index 000000000..0f5d32df9 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991d/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991d/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991d/heightmap.png new file mode 100644 index 000000000..d37403574 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991d/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991d/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991d/index.md new file mode 100644 index 000000000..da6e9b9d5 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3991d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 311616021 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 1.178 + period_days: 350.0 + axial_tilt_deg: 27.5 +physical: + gravity_g: 0.35 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991d + +Frozen planet. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991d/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991d/markers.json new file mode 100644 index 000000000..8f894bef2 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991d/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 138, + 440 + ], + "area_fraction": 0.126 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 129, + 247 + ], + "area_fraction": 0.0279 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 103, + 13 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 123, + 190 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 135, + 120 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_72", + "name": null, + "kind": "lake", + "center": [ + 247, + 187 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 275 + ], + "peak": [ + 0, + 271 + ], + "area_cells": 8227 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 51 + ], + "peak": [ + 37, + 58 + ], + "area_cells": 3366 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 485 + ], + "peak": [ + 28, + 508 + ], + "area_cells": 591 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 368 + ], + "peak": [ + 45, + 369 + ], + "area_cells": 96 + }, + { + "id": "range_9", + "name": null, + "center": [ + 49, + 14 + ], + "peak": [ + 50, + 13 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 59, + 382 + ], + "peak": [ + 60, + 383 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991e/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991e/globe.png new file mode 100644 index 000000000..4c189b40c Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991e/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991e/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991e/heightmap.png new file mode 100644 index 000000000..1200f87d1 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991e/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991e/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991e/index.md new file mode 100644 index 000000000..e51908f7d --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3991e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1937218658 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 2.21 + period_days: 900.0 + axial_tilt_deg: 16.6 +physical: + gravity_g: 0.28 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.412 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991e + +Frozen planet. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991e/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991e/markers.json new file mode 100644 index 000000000..6bd203a32 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991e/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 88, + 248 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 113, + 397 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 147, + 461 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 214, + 282 + ], + "area_fraction": 0.1638 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 202, + 500 + ], + "area_fraction": 0.009 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 212, + 21 + ], + "area_fraction": 0.0123 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 179 + ], + "peak": [ + 1, + 221 + ], + "area_cells": 5993 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 371 + ], + "peak": [ + 24, + 361 + ], + "area_cells": 576 + }, + { + "id": "range_6", + "name": null, + "center": [ + 53, + 413 + ], + "peak": [ + 58, + 427 + ], + "area_cells": 221 + }, + { + "id": "range_8", + "name": null, + "center": [ + 78, + 454 + ], + "peak": [ + 70, + 446 + ], + "area_cells": 281 + }, + { + "id": "range_9", + "name": null, + "center": [ + 136, + 299 + ], + "peak": [ + 136, + 303 + ], + "area_cells": 194 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 330 + ], + "peak": [ + 158, + 330 + ], + "area_cells": 73 + }, + { + "id": "range_11", + "name": null, + "center": [ + 164, + 106 + ], + "peak": [ + 166, + 106 + ], + "area_cells": 112 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/globe.png new file mode 100644 index 000000000..1a37f50f6 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/heightmap.png new file mode 100644 index 000000000..b5d34b9ed Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/index.md new file mode 100644 index 000000000..9e6d6fecf --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3991f-1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 171381334 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.078 + period_days: 6.0 + axial_tilt_deg: 56.0 +physical: + gravity_g: 0.05 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.18 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991f-1 + +Frozen moon. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/markers.json new file mode 100644 index 000000000..41fef42dc --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991f-1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 36, + 159 + ], + "area_fraction": 0.1761 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 42, + 459 + ], + "area_fraction": 0.0633 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 488 + ], + "peak": [ + 120, + 490 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 203, + 203 + ], + "peak": [ + 214, + 82 + ], + "area_cells": 30507 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 9 + ], + "peak": [ + 120, + 8 + ], + "area_cells": 52 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 485 + ], + "peak": [ + 137, + 485 + ], + "area_cells": 72 + }, + { + "id": "range_7", + "name": null, + "center": [ + 172, + 500 + ], + "peak": [ + 171, + 497 + ], + "area_cells": 183 + }, + { + "id": "range_13", + "name": null, + "center": [ + 229, + 183 + ], + "peak": [ + 229, + 184 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 252, + 463 + ], + "peak": [ + 255, + 466 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991f/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991f/globe.png new file mode 100644 index 000000000..81d950368 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991f/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991f/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991f/index.md new file mode 100644 index 000000000..0a2ae081a --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ3991f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4147701671 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 5.466 + period_days: 3500.0 + axial_tilt_deg: 26.2 +physical: + gravity_g: null + oblateness: 0.0504 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.085 +--- + +# GJ3991f + +Gas giant. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991g/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991g/globe.png new file mode 100644 index 000000000..7198e39d1 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991g/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991g/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991g/heightmap.png new file mode 100644 index 000000000..049e11cb5 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991g/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991g/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991g/index.md new file mode 100644 index 000000000..cbe52540d --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3991g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3555983983 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 9.484 + period_days: 8000.0 + axial_tilt_deg: 58.8 +physical: + gravity_g: 0.11 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.724 + polar_ice_lat: 0.192 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991g + +Frozen planet. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 8000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991g/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991g/markers.json new file mode 100644 index 000000000..7d73ba2bf --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991g/markers.json @@ -0,0 +1,148 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 5, + 269 + ], + "area_fraction": 0.01 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 33, + 462 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 59, + 235 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 99, + 56 + ], + "area_fraction": 0.075 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 116, + 469 + ], + "area_fraction": 0.0598 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 93, + 354 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 74, + 295 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 91, + 409 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 99, + 140 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 108, + 187 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 129, + 229 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 140, + 148 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 249, + 221 + ], + "peak": [ + 255, + 155 + ], + "area_cells": 1690 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991h/globe.png b/wiki/star-systems/GJ-3991/bodies/GJ3991h/globe.png new file mode 100644 index 000000000..5d3522f57 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991h/globe.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991h/heightmap.png b/wiki/star-systems/GJ-3991/bodies/GJ3991h/heightmap.png new file mode 100644 index 000000000..17ff7b9e1 Binary files /dev/null and b/wiki/star-systems/GJ-3991/bodies/GJ3991h/heightmap.png differ diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991h/index.md b/wiki/star-systems/GJ-3991/bodies/GJ3991h/index.md new file mode 100644 index 000000000..5158d0652 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ3991h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3777222405 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 14.421 + period_days: 15000.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.08 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.874 + polar_ice_lat: 0.211 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ3991h + +Frozen planet. + +**System:** [GJ-3991](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-3991/bodies/GJ3991h/markers.json b/wiki/star-systems/GJ-3991/bodies/GJ3991h/markers.json new file mode 100644 index 000000000..a3ad8a5c7 --- /dev/null +++ b/wiki/star-systems/GJ-3991/bodies/GJ3991h/markers.json @@ -0,0 +1,234 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 79, + 171 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 156, + 202 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 164, + 489 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 171, + 30 + ], + "area_fraction": 0.0216 + }, + { + "id": "water_46", + "name": null, + "kind": "sea", + "center": [ + 242, + 403 + ], + "area_fraction": 0.0305 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 134 + ], + "peak": [ + 0, + 142 + ], + "area_cells": 321 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 228 + ], + "peak": [ + 5, + 258 + ], + "area_cells": 1353 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 368 + ], + "peak": [ + 9, + 368 + ], + "area_cells": 3656 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 62 + ], + "peak": [ + 16, + 60 + ], + "area_cells": 216 + }, + { + "id": "range_14", + "name": null, + "center": [ + 48, + 61 + ], + "peak": [ + 46, + 58 + ], + "area_cells": 436 + }, + { + "id": "range_19", + "name": null, + "center": [ + 74, + 73 + ], + "peak": [ + 73, + 73 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 104, + 436 + ], + "peak": [ + 88, + 465 + ], + "area_cells": 2025 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 47 + ], + "peak": [ + 101, + 51 + ], + "area_cells": 268 + }, + { + "id": "range_23", + "name": null, + "center": [ + 114, + 83 + ], + "peak": [ + 115, + 83 + ], + "area_cells": 185 + }, + { + "id": "range_24", + "name": null, + "center": [ + 120, + 470 + ], + "peak": [ + 121, + 473 + ], + "area_cells": 23 + }, + { + "id": "range_25", + "name": null, + "center": [ + 227, + 162 + ], + "peak": [ + 210, + 133 + ], + "area_cells": 6097 + }, + { + "id": "range_26", + "name": null, + "center": [ + 211, + 344 + ], + "peak": [ + 211, + 346 + ], + "area_cells": 28 + }, + { + "id": "range_27", + "name": null, + "center": [ + 213, + 42 + ], + "peak": [ + 213, + 43 + ], + "area_cells": 144 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ402b/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402b/globe.png new file mode 100644 index 000000000..22c22fa18 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402b/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402b/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402b/heightmap.png new file mode 100644 index 000000000..08b529c8e Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402b/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402b/index.md b/wiki/star-systems/GJ-402/bodies/GJ402b/index.md new file mode 100644 index 000000000..331358648 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ402b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1077808765 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 2.8 +physical: + gravity_g: 0.28 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.97 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402b + +Barren planet. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402b/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402b/markers.json new file mode 100644 index 000000000..8e8e2bf6e --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402b/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 117 + ], + "peak": [ + 66, + 118 + ], + "area_cells": 37 + }, + { + "id": "range_3", + "name": null, + "center": [ + 193, + 263 + ], + "peak": [ + 184, + 502 + ], + "area_cells": 39854 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 414 + ], + "peak": [ + 118, + 419 + ], + "area_cells": 678 + }, + { + "id": "range_8", + "name": null, + "center": [ + 108, + 376 + ], + "peak": [ + 109, + 377 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 117, + 176 + ], + "peak": [ + 118, + 176 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 126, + 383 + ], + "peak": [ + 127, + 384 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 133, + 253 + ], + "peak": [ + 129, + 252 + ], + "area_cells": 121 + }, + { + "id": "range_31", + "name": null, + "center": [ + 201, + 102 + ], + "peak": [ + 201, + 102 + ], + "area_cells": 23 + }, + { + "id": "range_34", + "name": null, + "center": [ + 238, + 102 + ], + "peak": [ + 242, + 99 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c-1/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402c-1/globe.png new file mode 100644 index 000000000..222bd71d9 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402c-1/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c-1/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402c-1/heightmap.png new file mode 100644 index 000000000..546e4eb55 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c-1/index.md b/wiki/star-systems/GJ-402/bodies/GJ402c-1/index.md new file mode 100644 index 000000000..b15f2c75a --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ402c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3014779860 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 0.0 +physical: + gravity_g: 0.04 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.965 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402c-1 + +Barren moon. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c-1/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402c-1/markers.json new file mode 100644 index 000000000..58f3bbefc --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402c-1/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 332 + ], + "peak": [ + 8, + 332 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 60, + 128 + ], + "peak": [ + 54, + 166 + ], + "area_cells": 3528 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 25 + ], + "peak": [ + 63, + 19 + ], + "area_cells": 1696 + }, + { + "id": "range_8", + "name": null, + "center": [ + 67, + 499 + ], + "peak": [ + 91, + 511 + ], + "area_cells": 940 + }, + { + "id": "range_9", + "name": null, + "center": [ + 31, + 342 + ], + "peak": [ + 33, + 342 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 189 + ], + "peak": [ + 38, + 187 + ], + "area_cells": 120 + }, + { + "id": "range_13", + "name": null, + "center": [ + 46, + 427 + ], + "peak": [ + 41, + 426 + ], + "area_cells": 68 + }, + { + "id": "range_14", + "name": null, + "center": [ + 44, + 202 + ], + "peak": [ + 44, + 203 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 47, + 407 + ], + "peak": [ + 49, + 414 + ], + "area_cells": 333 + }, + { + "id": "range_16", + "name": null, + "center": [ + 93, + 368 + ], + "peak": [ + 89, + 385 + ], + "area_cells": 3633 + }, + { + "id": "range_22", + "name": null, + "center": [ + 84, + 179 + ], + "peak": [ + 86, + 182 + ], + "area_cells": 102 + }, + { + "id": "range_26", + "name": null, + "center": [ + 90, + 242 + ], + "peak": [ + 90, + 242 + ], + "area_cells": 34 + }, + { + "id": "range_29", + "name": null, + "center": [ + 122, + 280 + ], + "peak": [ + 126, + 270 + ], + "area_cells": 477 + }, + { + "id": "range_30", + "name": null, + "center": [ + 124, + 222 + ], + "peak": [ + 126, + 225 + ], + "area_cells": 154 + }, + { + "id": "range_38", + "name": null, + "center": [ + 147, + 263 + ], + "peak": [ + 148, + 263 + ], + "area_cells": 30 + }, + { + "id": "range_39", + "name": null, + "center": [ + 181, + 145 + ], + "peak": [ + 192, + 174 + ], + "area_cells": 1657 + }, + { + "id": "range_40", + "name": null, + "center": [ + 153, + 404 + ], + "peak": [ + 155, + 404 + ], + "area_cells": 39 + }, + { + "id": "range_41", + "name": null, + "center": [ + 197, + 332 + ], + "peak": [ + 165, + 342 + ], + "area_cells": 1155 + }, + { + "id": "range_42", + "name": null, + "center": [ + 197, + 385 + ], + "peak": [ + 200, + 374 + ], + "area_cells": 1310 + }, + { + "id": "range_43", + "name": null, + "center": [ + 167, + 313 + ], + "peak": [ + 173, + 309 + ], + "area_cells": 74 + }, + { + "id": "range_44", + "name": null, + "center": [ + 187, + 85 + ], + "peak": [ + 184, + 87 + ], + "area_cells": 642 + }, + { + "id": "range_46", + "name": null, + "center": [ + 183, + 206 + ], + "peak": [ + 180, + 209 + ], + "area_cells": 51 + }, + { + "id": "range_53", + "name": null, + "center": [ + 228, + 97 + ], + "peak": [ + 229, + 102 + ], + "area_cells": 419 + }, + { + "id": "range_58", + "name": null, + "center": [ + 240, + 113 + ], + "peak": [ + 237, + 114 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402c/globe.png new file mode 100644 index 000000000..684cd5eb0 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402c/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402c/heightmap.png new file mode 100644 index 000000000..1f05e4ac5 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402c/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c/index.md b/wiki/star-systems/GJ-402/bodies/GJ402c/index.md new file mode 100644 index 000000000..ee2039f9d --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ402c +name: Arkwright +body_type: planet +planet_class: arid +body_scale: planet +seed: 3084215724 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 0.7 +physical: + gravity_g: 0.82 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.971 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.14 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Arkwright + +Arid planet. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 92% | +| **Year** | 10 days | +| **Inhabited** | yes | +| **Population** | 80M | +| **Economy** | extraction | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402c/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402c/markers.json new file mode 100644 index 000000000..2fd1aa669 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402c/markers.json @@ -0,0 +1,249 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 188, + 302 + ], + [ + 187, + 303 + ], + [ + 186, + 304 + ], + [ + 185, + 305 + ], + [ + 184, + 306 + ], + [ + 183, + 305 + ], + [ + 182, + 304 + ], + [ + 181, + 303 + ], + [ + 180, + 302 + ], + [ + 180, + 301 + ], + [ + 180, + 300 + ], + [ + 179, + 300 + ], + [ + 179, + 299 + ], + [ + 179, + 298 + ], + [ + 179, + 297 + ], + [ + 178, + 296 + ], + [ + 177, + 295 + ], + [ + 176, + 294 + ], + [ + 176, + 293 + ], + [ + 175, + 292 + ], + [ + 175, + 291 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 316 + ], + [ + 254, + 315 + ], + [ + 253, + 315 + ], + [ + 252, + 314 + ], + [ + 251, + 315 + ], + [ + 250, + 315 + ], + [ + 249, + 315 + ], + [ + 248, + 314 + ], + [ + 248, + 315 + ], + [ + 247, + 314 + ], + [ + 246, + 313 + ], + [ + 245, + 312 + ], + [ + 244, + 311 + ], + [ + 243, + 311 + ], + [ + 242, + 311 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 146, + 254 + ], + [ + 145, + 255 + ], + [ + 144, + 255 + ], + [ + 143, + 256 + ], + [ + 142, + 256 + ], + [ + 141, + 257 + ], + [ + 140, + 257 + ], + [ + 139, + 258 + ], + [ + 138, + 259 + ], + [ + 137, + 259 + ], + [ + 137, + 260 + ], + [ + 136, + 261 + ] + ] + } + ], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 229, + 224 + ], + "area_fraction": 0.044 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 284 + ], + "peak": [ + 9, + 114 + ], + "area_cells": 30997 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402d/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402d/globe.png new file mode 100644 index 000000000..1db29b453 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402d/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402d/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402d/heightmap.png new file mode 100644 index 000000000..a1bdf8fd5 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402d/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402d/index.md b/wiki/star-systems/GJ-402/bodies/GJ402d/index.md new file mode 100644 index 000000000..7955f5c55 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ402d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1677114260 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.138 + period_days: 28.0 + axial_tilt_deg: 17.4 +physical: + gravity_g: 0.35 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.834 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402d + +Frozen planet. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402d/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402d/markers.json new file mode 100644 index 000000000..a6e3b2d31 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402d/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 221, + 294 + ], + "area_fraction": 0.1631 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 116, + 213 + ], + "peak": [ + 101, + 237 + ], + "area_cells": 10140 + }, + { + "id": "range_3", + "name": null, + "center": [ + 109, + 377 + ], + "peak": [ + 102, + 368 + ], + "area_cells": 608 + }, + { + "id": "range_4", + "name": null, + "center": [ + 109, + 493 + ], + "peak": [ + 110, + 506 + ], + "area_cells": 653 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 23 + ], + "peak": [ + 112, + 0 + ], + "area_cells": 761 + }, + { + "id": "range_6", + "name": null, + "center": [ + 148, + 469 + ], + "peak": [ + 159, + 491 + ], + "area_cells": 1524 + }, + { + "id": "range_7", + "name": null, + "center": [ + 132, + 318 + ], + "peak": [ + 136, + 320 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 160, + 48 + ], + "peak": [ + 157, + 45 + ], + "area_cells": 3213 + }, + { + "id": "range_9", + "name": null, + "center": [ + 135, + 301 + ], + "peak": [ + 135, + 301 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402e/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402e/globe.png new file mode 100644 index 000000000..ac55cc758 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402e/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402e/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402e/heightmap.png new file mode 100644 index 000000000..a7b30e698 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402e/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402e/index.md b/wiki/star-systems/GJ-402/bodies/GJ402e/index.md new file mode 100644 index 000000000..49ae88c7c --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ402e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4006648885 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.278 + period_days: 80.0 + axial_tilt_deg: 40.8 +physical: + gravity_g: 0.28 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.717 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402e + +Frozen planet. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402e/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402e/markers.json new file mode 100644 index 000000000..96e361396 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402e/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 207, + 455 + ], + "area_fraction": 0.0725 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 214, + 175 + ], + "area_fraction": 0.1937 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 288 + ], + "peak": [ + 3, + 132 + ], + "area_cells": 30913 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 487 + ], + "peak": [ + 114, + 487 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 132 + ], + "peak": [ + 133, + 130 + ], + "area_cells": 107 + }, + { + "id": "range_6", + "name": null, + "center": [ + 138, + 179 + ], + "peak": [ + 138, + 180 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-1/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402f-1/globe.png new file mode 100644 index 000000000..d8425c331 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402f-1/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-1/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402f-1/heightmap.png new file mode 100644 index 000000000..9390c548a Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-1/index.md b/wiki/star-systems/GJ-402/bodies/GJ402f-1/index.md new file mode 100644 index 000000000..39b20231a --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ402f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2635260121 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 30.4 +physical: + gravity_g: 0.05 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.849 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402f-1 + +Barren moon. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-1/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402f-1/markers.json new file mode 100644 index 000000000..6c89c5a2b --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402f-1/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 504 + ], + "peak": [ + 30, + 501 + ], + "area_cells": 140 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 2 + ], + "peak": [ + 16, + 0 + ], + "area_cells": 60 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 246 + ], + "peak": [ + 64, + 250 + ], + "area_cells": 1408 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 134 + ], + "peak": [ + 77, + 133 + ], + "area_cells": 8375 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 368 + ], + "peak": [ + 47, + 368 + ], + "area_cells": 58 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 506 + ], + "peak": [ + 54, + 511 + ], + "area_cells": 321 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 302 + ], + "peak": [ + 52, + 302 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 67, + 383 + ], + "peak": [ + 66, + 378 + ], + "area_cells": 424 + }, + { + "id": "range_14", + "name": null, + "center": [ + 68, + 328 + ], + "peak": [ + 69, + 326 + ], + "area_cells": 217 + }, + { + "id": "range_19", + "name": null, + "center": [ + 85, + 354 + ], + "peak": [ + 86, + 355 + ], + "area_cells": 214 + }, + { + "id": "range_21", + "name": null, + "center": [ + 94, + 313 + ], + "peak": [ + 95, + 314 + ], + "area_cells": 79 + }, + { + "id": "range_25", + "name": null, + "center": [ + 107, + 383 + ], + "peak": [ + 108, + 383 + ], + "area_cells": 59 + }, + { + "id": "range_26", + "name": null, + "center": [ + 145, + 36 + ], + "peak": [ + 150, + 40 + ], + "area_cells": 143 + }, + { + "id": "range_28", + "name": null, + "center": [ + 155, + 305 + ], + "peak": [ + 156, + 305 + ], + "area_cells": 139 + }, + { + "id": "range_30", + "name": null, + "center": [ + 166, + 14 + ], + "peak": [ + 163, + 16 + ], + "area_cells": 199 + }, + { + "id": "range_31", + "name": null, + "center": [ + 167, + 410 + ], + "peak": [ + 168, + 410 + ], + "area_cells": 28 + }, + { + "id": "range_32", + "name": null, + "center": [ + 170, + 380 + ], + "peak": [ + 170, + 381 + ], + "area_cells": 53 + }, + { + "id": "range_33", + "name": null, + "center": [ + 179, + 365 + ], + "peak": [ + 179, + 366 + ], + "area_cells": 37 + }, + { + "id": "range_35", + "name": null, + "center": [ + 197, + 42 + ], + "peak": [ + 200, + 37 + ], + "area_cells": 158 + }, + { + "id": "range_36", + "name": null, + "center": [ + 193, + 301 + ], + "peak": [ + 194, + 302 + ], + "area_cells": 90 + }, + { + "id": "range_37", + "name": null, + "center": [ + 196, + 418 + ], + "peak": [ + 194, + 419 + ], + "area_cells": 81 + }, + { + "id": "range_38", + "name": null, + "center": [ + 194, + 349 + ], + "peak": [ + 193, + 354 + ], + "area_cells": 70 + }, + { + "id": "range_39", + "name": null, + "center": [ + 194, + 503 + ], + "peak": [ + 194, + 504 + ], + "area_cells": 24 + }, + { + "id": "range_40", + "name": null, + "center": [ + 200, + 385 + ], + "peak": [ + 201, + 385 + ], + "area_cells": 80 + }, + { + "id": "range_41", + "name": null, + "center": [ + 203, + 281 + ], + "peak": [ + 203, + 277 + ], + "area_cells": 131 + }, + { + "id": "range_52", + "name": null, + "center": [ + 222, + 269 + ], + "peak": [ + 224, + 269 + ], + "area_cells": 26 + }, + { + "id": "range_53", + "name": null, + "center": [ + 224, + 258 + ], + "peak": [ + 226, + 258 + ], + "area_cells": 27 + }, + { + "id": "range_56", + "name": null, + "center": [ + 240, + 95 + ], + "peak": [ + 239, + 98 + ], + "area_cells": 130 + }, + { + "id": "range_58", + "name": null, + "center": [ + 242, + 272 + ], + "peak": [ + 239, + 271 + ], + "area_cells": 21 + }, + { + "id": "range_60", + "name": null, + "center": [ + 247, + 159 + ], + "peak": [ + 245, + 155 + ], + "area_cells": 97 + }, + { + "id": "range_63", + "name": null, + "center": [ + 251, + 127 + ], + "peak": [ + 248, + 136 + ], + "area_cells": 272 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-2/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402f-2/globe.png new file mode 100644 index 000000000..29158f8af Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402f-2/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-2/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402f-2/heightmap.png new file mode 100644 index 000000000..088724dc1 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-2/index.md b/wiki/star-systems/GJ-402/bodies/GJ402f-2/index.md new file mode 100644 index 000000000..1fd1dc397 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ402f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2273253895 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 48.0 +physical: + gravity_g: 0.03 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402f-2 + +Frozen moon. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f-2/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402f-2/markers.json new file mode 100644 index 000000000..34e418faf --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402f-2/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 210, + 344 + ], + "area_fraction": 0.1663 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 153 + ], + "peak": [ + 10, + 127 + ], + "area_cells": 703 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 451 + ], + "peak": [ + 37, + 474 + ], + "area_cells": 3335 + }, + { + "id": "range_4", + "name": null, + "center": [ + 18, + 205 + ], + "peak": [ + 18, + 205 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 60, + 250 + ], + "peak": [ + 76, + 212 + ], + "area_cells": 8057 + }, + { + "id": "range_6", + "name": null, + "center": [ + 31, + 315 + ], + "peak": [ + 30, + 315 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 326 + ], + "peak": [ + 31, + 326 + ], + "area_cells": 86 + }, + { + "id": "range_8", + "name": null, + "center": [ + 48, + 383 + ], + "peak": [ + 57, + 388 + ], + "area_cells": 795 + }, + { + "id": "range_10", + "name": null, + "center": [ + 62, + 25 + ], + "peak": [ + 58, + 17 + ], + "area_cells": 633 + }, + { + "id": "range_11", + "name": null, + "center": [ + 65, + 101 + ], + "peak": [ + 65, + 101 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 68, + 347 + ], + "peak": [ + 69, + 348 + ], + "area_cells": 61 + }, + { + "id": "range_13", + "name": null, + "center": [ + 66, + 445 + ], + "peak": [ + 66, + 446 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 68, + 476 + ], + "peak": [ + 69, + 479 + ], + "area_cells": 83 + }, + { + "id": "range_15", + "name": null, + "center": [ + 75, + 494 + ], + "peak": [ + 76, + 494 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 80, + 397 + ], + "peak": [ + 82, + 399 + ], + "area_cells": 229 + }, + { + "id": "range_17", + "name": null, + "center": [ + 82, + 173 + ], + "peak": [ + 82, + 173 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 106, + 171 + ], + "peak": [ + 99, + 177 + ], + "area_cells": 792 + }, + { + "id": "range_22", + "name": null, + "center": [ + 104, + 221 + ], + "peak": [ + 104, + 218 + ], + "area_cells": 183 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402f/globe.png new file mode 100644 index 000000000..c83a464c8 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402f/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402f/index.md b/wiki/star-systems/GJ-402/bodies/GJ402f/index.md new file mode 100644 index 000000000..188dc6a2e --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ402f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2111052926 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: null + oblateness: 0.069 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.114 +--- + +# GJ402f + +Gas giant. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402g/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402g/globe.png new file mode 100644 index 000000000..469f99a3b Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402g/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402g/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402g/heightmap.png new file mode 100644 index 000000000..6ec9cb273 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402g/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402g/index.md b/wiki/star-systems/GJ-402/bodies/GJ402g/index.md new file mode 100644 index 000000000..08c0b41a9 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ402g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1422301237 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 42.5 +physical: + gravity_g: 0.22 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.111 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402g + +Frozen planet. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402g/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402g/markers.json new file mode 100644 index 000000000..2139dba82 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402g/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 424 + ], + "area_fraction": 0.0385 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 104, + 446 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 202, + 350 + ], + "area_fraction": 0.0691 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 132, + 480 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 160, + 379 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 78 + ], + "peak": [ + 49, + 105 + ], + "area_cells": 7479 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 189 + ], + "peak": [ + 11, + 205 + ], + "area_cells": 743 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 508 + ], + "peak": [ + 56, + 511 + ], + "area_cells": 52 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 189 + ], + "peak": [ + 58, + 189 + ], + "area_cells": 56 + }, + { + "id": "range_9", + "name": null, + "center": [ + 84, + 237 + ], + "peak": [ + 76, + 244 + ], + "area_cells": 1388 + }, + { + "id": "range_11", + "name": null, + "center": [ + 208, + 61 + ], + "peak": [ + 197, + 67 + ], + "area_cells": 1462 + }, + { + "id": "range_15", + "name": null, + "center": [ + 244, + 494 + ], + "peak": [ + 246, + 495 + ], + "area_cells": 268 + }, + { + "id": "range_16", + "name": null, + "center": [ + 245, + 1 + ], + "peak": [ + 244, + 2 + ], + "area_cells": 40 + }, + { + "id": "range_18", + "name": null, + "center": [ + 251, + 33 + ], + "peak": [ + 253, + 39 + ], + "area_cells": 187 + }, + { + "id": "range_19", + "name": null, + "center": [ + 252, + 11 + ], + "peak": [ + 254, + 10 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-402/bodies/GJ402h/globe.png b/wiki/star-systems/GJ-402/bodies/GJ402h/globe.png new file mode 100644 index 000000000..3ac8d0fdf Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402h/globe.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402h/heightmap.png b/wiki/star-systems/GJ-402/bodies/GJ402h/heightmap.png new file mode 100644 index 000000000..61e055761 Binary files /dev/null and b/wiki/star-systems/GJ-402/bodies/GJ402h/heightmap.png differ diff --git a/wiki/star-systems/GJ-402/bodies/GJ402h/index.md b/wiki/star-systems/GJ-402/bodies/GJ402h/index.md new file mode 100644 index 000000000..c4dfa6fb4 --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ402h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 304695405 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.644 + period_days: 3800.0 + axial_tilt_deg: 26.3 +physical: + gravity_g: 0.1 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ402h + +Frozen planet. + +**System:** [GJ-402](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-402/bodies/GJ402h/markers.json b/wiki/star-systems/GJ-402/bodies/GJ402h/markers.json new file mode 100644 index 000000000..d2786f0ce --- /dev/null +++ b/wiki/star-systems/GJ-402/bodies/GJ402h/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 216, + 89 + ], + "area_fraction": 0.0884 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 211, + 297 + ], + "area_fraction": 0.0328 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 227, + 425 + ], + "area_fraction": 0.0232 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 26 + ], + "peak": [ + 0, + 49 + ], + "area_cells": 2260 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 421 + ], + "peak": [ + 0, + 429 + ], + "area_cells": 190 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 376 + ], + "peak": [ + 60, + 325 + ], + "area_cells": 10472 + }, + { + "id": "range_11", + "name": null, + "center": [ + 47, + 164 + ], + "peak": [ + 47, + 168 + ], + "area_cells": 66 + }, + { + "id": "range_13", + "name": null, + "center": [ + 74, + 157 + ], + "peak": [ + 73, + 161 + ], + "area_cells": 502 + }, + { + "id": "range_14", + "name": null, + "center": [ + 72, + 209 + ], + "peak": [ + 71, + 210 + ], + "area_cells": 118 + }, + { + "id": "range_16", + "name": null, + "center": [ + 109, + 221 + ], + "peak": [ + 117, + 206 + ], + "area_cells": 779 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ4053b/globe.png b/wiki/star-systems/GJ-4053/bodies/GJ4053b/globe.png new file mode 100644 index 000000000..e2c30a7c8 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053b/globe.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053b/heightmap.png b/wiki/star-systems/GJ-4053/bodies/GJ4053b/heightmap.png new file mode 100644 index 000000000..58daa6544 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053b/heightmap.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053b/index.md b/wiki/star-systems/GJ-4053/bodies/GJ4053b/index.md new file mode 100644 index 000000000..9f47e3a09 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4053b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4122723213 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.36 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.94 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4053b + +Barren planet. + +**System:** [GJ-4053](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 92% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053b/markers.json b/wiki/star-systems/GJ-4053/bodies/GJ4053b/markers.json new file mode 100644 index 000000000..b3fce1054 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053b/markers.json @@ -0,0 +1,422 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 21 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 21, + 485 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 71, + 128 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 243 + ], + "peak": [ + 5, + 247 + ], + "area_cells": 68 + }, + { + "id": "range_8", + "name": null, + "center": [ + 60, + 242 + ], + "peak": [ + 60, + 244 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 381 + ], + "peak": [ + 64, + 380 + ], + "area_cells": 93 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 253 + ], + "peak": [ + 66, + 253 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 69, + 301 + ], + "peak": [ + 69, + 302 + ], + "area_cells": 66 + }, + { + "id": "range_12", + "name": null, + "center": [ + 74, + 368 + ], + "peak": [ + 74, + 368 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 87, + 273 + ], + "peak": [ + 88, + 278 + ], + "area_cells": 351 + }, + { + "id": "range_14", + "name": null, + "center": [ + 85, + 473 + ], + "peak": [ + 86, + 472 + ], + "area_cells": 45 + }, + { + "id": "range_15", + "name": null, + "center": [ + 104, + 230 + ], + "peak": [ + 94, + 221 + ], + "area_cells": 556 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 395 + ], + "peak": [ + 130, + 398 + ], + "area_cells": 3882 + }, + { + "id": "range_19", + "name": null, + "center": [ + 112, + 181 + ], + "peak": [ + 112, + 180 + ], + "area_cells": 166 + }, + { + "id": "range_20", + "name": null, + "center": [ + 100, + 142 + ], + "peak": [ + 100, + 143 + ], + "area_cells": 61 + }, + { + "id": "range_22", + "name": null, + "center": [ + 113, + 356 + ], + "peak": [ + 115, + 354 + ], + "area_cells": 240 + }, + { + "id": "range_23", + "name": null, + "center": [ + 115, + 307 + ], + "peak": [ + 116, + 307 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 117, + 507 + ], + "peak": [ + 118, + 506 + ], + "area_cells": 30 + }, + { + "id": "range_25", + "name": null, + "center": [ + 130, + 134 + ], + "peak": [ + 127, + 149 + ], + "area_cells": 318 + }, + { + "id": "range_28", + "name": null, + "center": [ + 132, + 490 + ], + "peak": [ + 132, + 488 + ], + "area_cells": 101 + }, + { + "id": "range_29", + "name": null, + "center": [ + 143, + 89 + ], + "peak": [ + 135, + 82 + ], + "area_cells": 384 + }, + { + "id": "range_30", + "name": null, + "center": [ + 136, + 214 + ], + "peak": [ + 139, + 214 + ], + "area_cells": 110 + }, + { + "id": "range_34", + "name": null, + "center": [ + 156, + 306 + ], + "peak": [ + 161, + 309 + ], + "area_cells": 284 + }, + { + "id": "range_35", + "name": null, + "center": [ + 152, + 8 + ], + "peak": [ + 152, + 8 + ], + "area_cells": 35 + }, + { + "id": "range_37", + "name": null, + "center": [ + 153, + 140 + ], + "peak": [ + 151, + 142 + ], + "area_cells": 21 + }, + { + "id": "range_42", + "name": null, + "center": [ + 181, + 112 + ], + "peak": [ + 182, + 116 + ], + "area_cells": 236 + }, + { + "id": "range_45", + "name": null, + "center": [ + 198, + 134 + ], + "peak": [ + 201, + 138 + ], + "area_cells": 324 + }, + { + "id": "range_48", + "name": null, + "center": [ + 219, + 385 + ], + "peak": [ + 221, + 394 + ], + "area_cells": 702 + }, + { + "id": "range_50", + "name": null, + "center": [ + 214, + 451 + ], + "peak": [ + 216, + 451 + ], + "area_cells": 275 + }, + { + "id": "range_54", + "name": null, + "center": [ + 228, + 422 + ], + "peak": [ + 225, + 422 + ], + "area_cells": 69 + }, + { + "id": "range_55", + "name": null, + "center": [ + 239, + 335 + ], + "peak": [ + 246, + 333 + ], + "area_cells": 71 + }, + { + "id": "range_56", + "name": null, + "center": [ + 241, + 326 + ], + "peak": [ + 241, + 325 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053c/globe.png b/wiki/star-systems/GJ-4053/bodies/GJ4053c/globe.png new file mode 100644 index 000000000..681f5fc47 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053c/globe.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053c/heightmap.png b/wiki/star-systems/GJ-4053/bodies/GJ4053c/heightmap.png new file mode 100644 index 000000000..813a71cc0 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053c/heightmap.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053c/index.md b/wiki/star-systems/GJ-4053/bodies/GJ4053c/index.md new file mode 100644 index 000000000..cb70b9cd6 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ4053c +name: Masvingo +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1167698589 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: 0.92 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.452 + polar_ice_lat: 0.772 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Masvingo + +Temperate planet. + +**System:** [GJ-4053](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 65M | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053c/markers.json b/wiki/star-systems/GJ-4053/bodies/GJ4053c/markers.json new file mode 100644 index 000000000..25dae7f62 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053c/markers.json @@ -0,0 +1,712 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 123, + 508 + ], + [ + 123, + 509 + ], + [ + 124, + 508 + ], + [ + 124, + 507 + ], + [ + 123, + 507 + ], + [ + 123, + 506 + ], + [ + 123, + 505 + ], + [ + 122, + 506 + ], + [ + 121, + 506 + ], + [ + 121, + 505 + ], + [ + 121, + 504 + ], + [ + 121, + 503 + ], + [ + 122, + 504 + ], + [ + 123, + 503 + ], + [ + 124, + 502 + ], + [ + 125, + 502 + ], + [ + 126, + 501 + ], + [ + 127, + 501 + ], + [ + 128, + 501 + ], + [ + 129, + 500 + ], + [ + 130, + 499 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 108, + 511 + ], + [ + 107, + 0 + ], + [ + 106, + 1 + ], + [ + 105, + 1 + ], + [ + 104, + 1 + ], + [ + 103, + 2 + ], + [ + 103, + 1 + ], + [ + 103, + 0 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 73 + ], + [ + 129, + 73 + ], + [ + 128, + 73 + ], + [ + 127, + 74 + ], + [ + 126, + 75 + ], + [ + 127, + 75 + ], + [ + 127, + 76 + ], + [ + 127, + 77 + ], + [ + 127, + 78 + ], + [ + 128, + 79 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 124, + 214 + ], + [ + 123, + 213 + ], + [ + 122, + 213 + ], + [ + 121, + 214 + ], + [ + 120, + 214 + ], + [ + 120, + 215 + ], + [ + 121, + 216 + ], + [ + 120, + 217 + ], + [ + 119, + 216 + ], + [ + 118, + 217 + ], + [ + 117, + 217 + ], + [ + 116, + 217 + ], + [ + 115, + 218 + ], + [ + 114, + 218 + ], + [ + 115, + 219 + ], + [ + 114, + 220 + ], + [ + 114, + 221 + ], + [ + 115, + 222 + ], + [ + 114, + 223 + ], + [ + 114, + 224 + ], + [ + 115, + 225 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 98, + 71 + ], + [ + 97, + 70 + ], + [ + 96, + 69 + ], + [ + 95, + 68 + ], + [ + 94, + 68 + ], + [ + 93, + 67 + ], + [ + 92, + 67 + ], + [ + 91, + 66 + ], + [ + 90, + 65 + ], + [ + 89, + 64 + ], + [ + 88, + 63 + ], + [ + 87, + 63 + ], + [ + 86, + 63 + ], + [ + 85, + 63 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 107, + 164 + ], + [ + 106, + 163 + ], + [ + 105, + 162 + ], + [ + 104, + 161 + ], + [ + 103, + 161 + ], + [ + 102, + 162 + ], + [ + 101, + 162 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 100, + 438 + ], + [ + 99, + 437 + ], + [ + 98, + 436 + ], + [ + 97, + 435 + ], + [ + 96, + 435 + ], + [ + 96, + 434 + ], + [ + 95, + 434 + ], + [ + 96, + 433 + ], + [ + 95, + 432 + ], + [ + 96, + 431 + ], + [ + 96, + 430 + ], + [ + 97, + 429 + ], + [ + 96, + 429 + ], + [ + 97, + 428 + ], + [ + 96, + 428 + ], + [ + 96, + 427 + ], + [ + 97, + 426 + ], + [ + 97, + 427 + ], + [ + 98, + 427 + ], + [ + 98, + 426 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 8, + 443 + ], + [ + 7, + 442 + ], + [ + 6, + 441 + ], + [ + 5, + 442 + ], + [ + 4, + 443 + ], + [ + 3, + 444 + ], + [ + 2, + 445 + ], + [ + 1, + 446 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 116, + 167 + ], + [ + 117, + 166 + ], + [ + 118, + 165 + ], + [ + 117, + 164 + ], + [ + 116, + 163 + ], + [ + 116, + 162 + ], + [ + 116, + 161 + ], + [ + 115, + 160 + ], + [ + 116, + 159 + ], + [ + 116, + 158 + ], + [ + 115, + 157 + ], + [ + 116, + 156 + ], + [ + 115, + 155 + ], + [ + 115, + 154 + ], + [ + 114, + 153 + ], + [ + 115, + 152 + ], + [ + 116, + 151 + ], + [ + 117, + 150 + ], + [ + 117, + 149 + ], + [ + 117, + 148 + ], + [ + 118, + 147 + ], + [ + 118, + 146 + ], + [ + 119, + 145 + ], + [ + 118, + 144 + ], + [ + 119, + 143 + ], + [ + 118, + 142 + ], + [ + 117, + 141 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 17, + 471 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 187, + 254 + ], + "area_fraction": 0.5272 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 243 + ], + "peak": [ + 30, + 215 + ], + "area_cells": 2700 + }, + { + "id": "range_2", + "name": null, + "center": [ + 43, + 84 + ], + "peak": [ + 31, + 78 + ], + "area_cells": 2698 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 363 + ], + "peak": [ + 49, + 375 + ], + "area_cells": 6126 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 311 + ], + "peak": [ + 47, + 311 + ], + "area_cells": 69 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 31 + ], + "peak": [ + 45, + 29 + ], + "area_cells": 71 + }, + { + "id": "range_8", + "name": null, + "center": [ + 94, + 170 + ], + "peak": [ + 95, + 171 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053d/globe.png b/wiki/star-systems/GJ-4053/bodies/GJ4053d/globe.png new file mode 100644 index 000000000..de56bec12 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053d/globe.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053d/heightmap.png b/wiki/star-systems/GJ-4053/bodies/GJ4053d/heightmap.png new file mode 100644 index 000000000..5eba198ac Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053d/heightmap.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053d/index.md b/wiki/star-systems/GJ-4053/bodies/GJ4053d/index.md new file mode 100644 index 000000000..049dd8bb6 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ4053d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4148766670 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 58.0 +physical: + gravity_g: 0.52 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.113 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4053d + +Frozen planet. + +**System:** [GJ-4053](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053d/markers.json b/wiki/star-systems/GJ-4053/bodies/GJ4053d/markers.json new file mode 100644 index 000000000..2cc80fc1a --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053d/markers.json @@ -0,0 +1,267 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 119, + 117 + ], + [ + 118, + 116 + ], + [ + 117, + 115 + ], + [ + 116, + 114 + ], + [ + 115, + 113 + ], + [ + 114, + 112 + ], + [ + 113, + 112 + ], + [ + 112, + 113 + ], + [ + 111, + 113 + ], + [ + 110, + 114 + ], + [ + 109, + 113 + ], + [ + 108, + 112 + ], + [ + 107, + 111 + ], + [ + 106, + 110 + ], + [ + 105, + 109 + ], + [ + 105, + 108 + ], + [ + 104, + 107 + ], + [ + 104, + 106 + ], + [ + 103, + 105 + ], + [ + 102, + 104 + ], + [ + 101, + 103 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 90, + 251 + ], + [ + 89, + 250 + ], + [ + 88, + 249 + ], + [ + 87, + 248 + ], + [ + 86, + 247 + ], + [ + 85, + 247 + ], + [ + 84, + 246 + ], + [ + 83, + 245 + ], + [ + 82, + 244 + ], + [ + 81, + 244 + ], + [ + 80, + 244 + ], + [ + 79, + 245 + ], + [ + 78, + 245 + ], + [ + 77, + 246 + ], + [ + 76, + 245 + ], + [ + 75, + 245 + ], + [ + 74, + 245 + ], + [ + 73, + 244 + ], + [ + 72, + 243 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 56 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 34, + 388 + ], + "area_fraction": 0.0653 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 95, + 420 + ], + "area_fraction": 0.006 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 214, + 485 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 129, + 266 + ], + "peak": [ + 132, + 233 + ], + "area_cells": 10227 + }, + { + "id": "range_2", + "name": null, + "center": [ + 122, + 60 + ], + "peak": [ + 122, + 62 + ], + "area_cells": 159 + }, + { + "id": "range_5", + "name": null, + "center": [ + 162, + 400 + ], + "peak": [ + 163, + 401 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053e/globe.png b/wiki/star-systems/GJ-4053/bodies/GJ4053e/globe.png new file mode 100644 index 000000000..0adc755f8 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053e/globe.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053e/heightmap.png b/wiki/star-systems/GJ-4053/bodies/GJ4053e/heightmap.png new file mode 100644 index 000000000..2cb1559aa Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053e/heightmap.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053e/index.md b/wiki/star-systems/GJ-4053/bodies/GJ4053e/index.md new file mode 100644 index 000000000..e920a19e0 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4053e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2077253698 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 58.2 +physical: + gravity_g: 0.4 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4053e + +Frozen planet. + +**System:** [GJ-4053](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053e/markers.json b/wiki/star-systems/GJ-4053/bodies/GJ4053e/markers.json new file mode 100644 index 000000000..305145c50 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053e/markers.json @@ -0,0 +1,282 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 36, + 144 + ], + "area_fraction": 0.0669 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 107, + 395 + ], + "area_fraction": 0.1725 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 30 + ], + "peak": [ + 23, + 28 + ], + "area_cells": 218 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 8 + ], + "peak": [ + 25, + 13 + ], + "area_cells": 199 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 499 + ], + "peak": [ + 29, + 511 + ], + "area_cells": 228 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 479 + ], + "peak": [ + 30, + 480 + ], + "area_cells": 58 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 213 + ], + "peak": [ + 49, + 216 + ], + "area_cells": 163 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 247 + ], + "peak": [ + 84, + 226 + ], + "area_cells": 1161 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 456 + ], + "peak": [ + 62, + 457 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 113 + ], + "peak": [ + 100, + 108 + ], + "area_cells": 693 + }, + { + "id": "range_12", + "name": null, + "center": [ + 113, + 69 + ], + "peak": [ + 113, + 63 + ], + "area_cells": 467 + }, + { + "id": "range_13", + "name": null, + "center": [ + 128, + 42 + ], + "peak": [ + 127, + 47 + ], + "area_cells": 588 + }, + { + "id": "range_14", + "name": null, + "center": [ + 137, + 85 + ], + "peak": [ + 139, + 85 + ], + "area_cells": 31 + }, + { + "id": "range_15", + "name": null, + "center": [ + 184, + 209 + ], + "peak": [ + 182, + 206 + ], + "area_cells": 3379 + }, + { + "id": "range_16", + "name": null, + "center": [ + 202, + 273 + ], + "peak": [ + 200, + 275 + ], + "area_cells": 133 + }, + { + "id": "range_18", + "name": null, + "center": [ + 224, + 455 + ], + "peak": [ + 227, + 449 + ], + "area_cells": 169 + }, + { + "id": "range_19", + "name": null, + "center": [ + 243, + 343 + ], + "peak": [ + 255, + 367 + ], + "area_cells": 1636 + }, + { + "id": "range_20", + "name": null, + "center": [ + 223, + 134 + ], + "peak": [ + 222, + 133 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 231, + 254 + ], + "peak": [ + 230, + 245 + ], + "area_cells": 225 + }, + { + "id": "range_22", + "name": null, + "center": [ + 246, + 105 + ], + "peak": [ + 254, + 144 + ], + "area_cells": 567 + }, + { + "id": "range_23", + "name": null, + "center": [ + 243, + 436 + ], + "peak": [ + 246, + 435 + ], + "area_cells": 184 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053f/globe.png b/wiki/star-systems/GJ-4053/bodies/GJ4053f/globe.png new file mode 100644 index 000000000..1917ae7b6 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053f/globe.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053f/heightmap.png b/wiki/star-systems/GJ-4053/bodies/GJ4053f/heightmap.png new file mode 100644 index 000000000..aa0601381 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053f/heightmap.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053f/index.md b/wiki/star-systems/GJ-4053/bodies/GJ4053f/index.md new file mode 100644 index 000000000..ee5239707 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4053f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 483780491 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.3 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.827 + polar_ice_lat: 0.211 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.203 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4053f + +Frozen planet. + +**System:** [GJ-4053](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053f/markers.json b/wiki/star-systems/GJ-4053/bodies/GJ4053f/markers.json new file mode 100644 index 000000000..d5b7c0f84 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053f/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 31 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 26, + 304 + ], + "area_fraction": 0.1486 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 63, + 149 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 149, + 383 + ], + "peak": [ + 164, + 477 + ], + "area_cells": 8205 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 167 + ], + "peak": [ + 119, + 177 + ], + "area_cells": 269 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 111 + ], + "peak": [ + 120, + 111 + ], + "area_cells": 131 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 499 + ], + "peak": [ + 128, + 499 + ], + "area_cells": 75 + }, + { + "id": "range_7", + "name": null, + "center": [ + 138, + 95 + ], + "peak": [ + 146, + 94 + ], + "area_cells": 429 + }, + { + "id": "range_9", + "name": null, + "center": [ + 137, + 250 + ], + "peak": [ + 139, + 254 + ], + "area_cells": 212 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 72 + ], + "peak": [ + 130, + 74 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 141, + 151 + ], + "peak": [ + 142, + 157 + ], + "area_cells": 56 + }, + { + "id": "range_13", + "name": null, + "center": [ + 144, + 10 + ], + "peak": [ + 145, + 16 + ], + "area_cells": 63 + }, + { + "id": "range_14", + "name": null, + "center": [ + 189, + 100 + ], + "peak": [ + 173, + 50 + ], + "area_cells": 8475 + }, + { + "id": "range_17", + "name": null, + "center": [ + 212, + 326 + ], + "peak": [ + 224, + 365 + ], + "area_cells": 5075 + }, + { + "id": "range_18", + "name": null, + "center": [ + 180, + 395 + ], + "peak": [ + 181, + 395 + ], + "area_cells": 63 + }, + { + "id": "range_23", + "name": null, + "center": [ + 247, + 172 + ], + "peak": [ + 247, + 172 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053g/globe.png b/wiki/star-systems/GJ-4053/bodies/GJ4053g/globe.png new file mode 100644 index 000000000..af5281a33 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053g/globe.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053g/heightmap.png b/wiki/star-systems/GJ-4053/bodies/GJ4053g/heightmap.png new file mode 100644 index 000000000..50cafc886 Binary files /dev/null and b/wiki/star-systems/GJ-4053/bodies/GJ4053g/heightmap.png differ diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053g/index.md b/wiki/star-systems/GJ-4053/bodies/GJ4053g/index.md new file mode 100644 index 000000000..4884c9859 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4053g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1299737107 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.607 + period_days: 5400.0 + axial_tilt_deg: 57.5 +physical: + gravity_g: 0.11 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.814 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4053g + +Frozen planet. + +**System:** [GJ-4053](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4053/bodies/GJ4053g/markers.json b/wiki/star-systems/GJ-4053/bodies/GJ4053g/markers.json new file mode 100644 index 000000000..217b39512 --- /dev/null +++ b/wiki/star-systems/GJ-4053/bodies/GJ4053g/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 27, + 346 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 214, + 380 + ], + "area_fraction": 0.1374 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 236, + 131 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 12, + 416 + ], + "peak": [ + 12, + 407 + ], + "area_cells": 126 + }, + { + "id": "range_7", + "name": null, + "center": [ + 95, + 77 + ], + "peak": [ + 88, + 36 + ], + "area_cells": 7120 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 505 + ], + "peak": [ + 91, + 511 + ], + "area_cells": 313 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 295 + ], + "peak": [ + 93, + 298 + ], + "area_cells": 105 + }, + { + "id": "range_10", + "name": null, + "center": [ + 101, + 271 + ], + "peak": [ + 102, + 272 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 169 + ], + "peak": [ + 111, + 171 + ], + "area_cells": 86 + }, + { + "id": "range_14", + "name": null, + "center": [ + 124, + 211 + ], + "peak": [ + 124, + 211 + ], + "area_cells": 86 + }, + { + "id": "range_15", + "name": null, + "center": [ + 139, + 236 + ], + "peak": [ + 139, + 236 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 145, + 358 + ], + "peak": [ + 146, + 358 + ], + "area_cells": 36 + }, + { + "id": "range_17", + "name": null, + "center": [ + 151, + 127 + ], + "peak": [ + 149, + 126 + ], + "area_cells": 177 + }, + { + "id": "range_19", + "name": null, + "center": [ + 155, + 498 + ], + "peak": [ + 156, + 505 + ], + "area_cells": 142 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ4056b/globe.png b/wiki/star-systems/GJ-4056/bodies/GJ4056b/globe.png new file mode 100644 index 000000000..31399c2c9 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056b/globe.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056b/heightmap.png b/wiki/star-systems/GJ-4056/bodies/GJ4056b/heightmap.png new file mode 100644 index 000000000..b270f5732 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056b/heightmap.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056b/index.md b/wiki/star-systems/GJ-4056/bodies/GJ4056b/index.md new file mode 100644 index 000000000..9a03ae775 --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056b/index.md @@ -0,0 +1,68 @@ +--- +id: GJ4056b +name: null +body_type: planet +planet_class: volcanic +body_scale: planet +seed: 409024844 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.82 + oblateness: 0.0064 + atmosphere: thick + atmosphere_color: + - 0.55 + - 0.4 + - 0.3 +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.906 + tectonics: extreme +environment: + geothermal_flux: extreme + uv_index: moderate + substrate: sulfuric + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.73 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4056b + +Volcanic planet. + +**System:** [GJ-4056](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | volcanic | +| **Gravity** | 0.82g | +| **Atmosphere** | thick | +| **Land** | 92% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056b/markers.json b/wiki/star-systems/GJ-4056/bodies/GJ4056b/markers.json new file mode 100644 index 000000000..8aa22548e --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056b/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 153, + 216 + ], + [ + 152, + 215 + ], + [ + 151, + 216 + ], + [ + 150, + 215 + ], + [ + 149, + 216 + ], + [ + 148, + 217 + ], + [ + 147, + 218 + ], + [ + 147, + 219 + ], + [ + 147, + 220 + ], + [ + 147, + 221 + ], + [ + 147, + 222 + ], + [ + 148, + 223 + ], + [ + 147, + 224 + ], + [ + 148, + 225 + ], + [ + 149, + 226 + ], + [ + 149, + 227 + ], + [ + 148, + 228 + ], + [ + 147, + 229 + ], + [ + 146, + 230 + ], + [ + 146, + 231 + ], + [ + 145, + 231 + ], + [ + 146, + 232 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 132, + 510 + ], + [ + 132, + 511 + ], + [ + 131, + 0 + ], + [ + 130, + 0 + ], + [ + 129, + 0 + ], + [ + 128, + 0 + ], + [ + 127, + 0 + ], + [ + 126, + 0 + ], + [ + 125, + 0 + ], + [ + 124, + 0 + ], + [ + 123, + 0 + ], + [ + 122, + 511 + ], + [ + 121, + 510 + ], + [ + 121, + 509 + ], + [ + 120, + 508 + ], + [ + 121, + 507 + ], + [ + 122, + 507 + ], + [ + 122, + 506 + ], + [ + 121, + 506 + ], + [ + 121, + 505 + ], + [ + 122, + 504 + ], + [ + 121, + 503 + ], + [ + 120, + 503 + ], + [ + 121, + 504 + ], + [ + 122, + 505 + ], + [ + 123, + 506 + ], + [ + 123, + 507 + ], + [ + 123, + 508 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 165, + 440 + ], + "area_fraction": 0.0417 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 221, + 153 + ], + "area_fraction": 0.024 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 232 + ], + "peak": [ + 49, + 13 + ], + "area_cells": 27715 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 209 + ], + "peak": [ + 12, + 212 + ], + "area_cells": 83 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 186 + ], + "peak": [ + 69, + 186 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 19 + ], + "peak": [ + 117, + 19 + ], + "area_cells": 52 + }, + { + "id": "range_6", + "name": null, + "center": [ + 170, + 280 + ], + "peak": [ + 181, + 265 + ], + "area_cells": 427 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056c/globe.png b/wiki/star-systems/GJ-4056/bodies/GJ4056c/globe.png new file mode 100644 index 000000000..96faa20ec Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056c/globe.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056c/heightmap.png b/wiki/star-systems/GJ-4056/bodies/GJ4056c/heightmap.png new file mode 100644 index 000000000..b3a9e73b4 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056c/heightmap.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056c/index.md b/wiki/star-systems/GJ-4056/bodies/GJ4056c/index.md new file mode 100644 index 000000000..96d8f78da --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ4056c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3814228966 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.339 + period_days: 72.0 + axial_tilt_deg: 28.7 +physical: + gravity_g: 0.44 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.582 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.191 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4056c + +Cold Arid planet. + +**System:** [GJ-4056](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056c/markers.json b/wiki/star-systems/GJ-4056/bodies/GJ4056c/markers.json new file mode 100644 index 000000000..2c942adcc --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056c/markers.json @@ -0,0 +1,946 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 105, + 69 + ], + [ + 104, + 70 + ], + [ + 103, + 71 + ], + [ + 102, + 72 + ], + [ + 101, + 73 + ], + [ + 100, + 73 + ], + [ + 99, + 73 + ], + [ + 98, + 73 + ], + [ + 97, + 74 + ], + [ + 96, + 74 + ], + [ + 95, + 75 + ], + [ + 94, + 75 + ], + [ + 94, + 74 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 56, + 57 + ], + [ + 57, + 57 + ], + [ + 58, + 56 + ], + [ + 59, + 55 + ], + [ + 60, + 54 + ], + [ + 61, + 54 + ], + [ + 60, + 53 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 60, + 473 + ], + [ + 61, + 472 + ], + [ + 61, + 471 + ], + [ + 60, + 470 + ], + [ + 60, + 469 + ], + [ + 59, + 468 + ], + [ + 58, + 467 + ], + [ + 57, + 466 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 16, + 354 + ], + [ + 16, + 353 + ], + [ + 15, + 352 + ], + [ + 14, + 353 + ], + [ + 14, + 354 + ], + [ + 13, + 355 + ], + [ + 12, + 356 + ], + [ + 11, + 357 + ], + [ + 10, + 358 + ], + [ + 10, + 359 + ], + [ + 9, + 360 + ], + [ + 8, + 360 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 81, + 50 + ], + [ + 82, + 49 + ], + [ + 82, + 48 + ], + [ + 83, + 47 + ], + [ + 84, + 46 + ], + [ + 85, + 45 + ], + [ + 86, + 45 + ], + [ + 87, + 44 + ], + [ + 88, + 45 + ], + [ + 88, + 44 + ], + [ + 89, + 44 + ], + [ + 89, + 45 + ], + [ + 90, + 44 + ], + [ + 90, + 43 + ], + [ + 91, + 44 + ], + [ + 92, + 45 + ], + [ + 93, + 46 + ], + [ + 94, + 47 + ], + [ + 93, + 48 + ], + [ + 94, + 49 + ], + [ + 94, + 50 + ], + [ + 94, + 51 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 91, + 511 + ], + [ + 90, + 0 + ], + [ + 89, + 0 + ], + [ + 88, + 0 + ], + [ + 87, + 1 + ], + [ + 87, + 0 + ], + [ + 86, + 0 + ], + [ + 86, + 1 + ], + [ + 85, + 1 + ], + [ + 84, + 2 + ], + [ + 83, + 2 + ], + [ + 82, + 3 + ], + [ + 82, + 2 + ], + [ + 81, + 1 + ], + [ + 81, + 0 + ], + [ + 80, + 1 + ], + [ + 79, + 0 + ], + [ + 78, + 511 + ], + [ + 77, + 511 + ], + [ + 76, + 510 + ], + [ + 75, + 510 + ], + [ + 74, + 509 + ], + [ + 73, + 508 + ], + [ + 72, + 509 + ], + [ + 71, + 509 + ], + [ + 70, + 510 + ], + [ + 69, + 509 + ], + [ + 69, + 508 + ], + [ + 68, + 508 + ], + [ + 67, + 507 + ], + [ + 67, + 506 + ], + [ + 66, + 506 + ], + [ + 65, + 505 + ], + [ + 65, + 504 + ], + [ + 64, + 503 + ], + [ + 63, + 503 + ], + [ + 63, + 504 + ], + [ + 62, + 503 + ], + [ + 62, + 504 + ], + [ + 61, + 504 + ], + [ + 60, + 505 + ], + [ + 59, + 504 + ], + [ + 58, + 505 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 59, + 50 + ], + [ + 60, + 51 + ], + [ + 61, + 52 + ], + [ + 62, + 51 + ], + [ + 63, + 50 + ], + [ + 64, + 49 + ], + [ + 65, + 49 + ], + [ + 66, + 48 + ], + [ + 67, + 47 + ], + [ + 68, + 47 + ], + [ + 69, + 47 + ], + [ + 70, + 47 + ], + [ + 71, + 47 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 0, + 231 + ], + [ + 1, + 232 + ], + [ + 2, + 231 + ], + [ + 3, + 230 + ], + [ + 4, + 230 + ], + [ + 5, + 229 + ], + [ + 6, + 229 + ], + [ + 7, + 229 + ], + [ + 8, + 230 + ], + [ + 9, + 229 + ], + [ + 10, + 228 + ], + [ + 11, + 228 + ], + [ + 12, + 228 + ], + [ + 13, + 228 + ], + [ + 13, + 227 + ], + [ + 14, + 227 + ], + [ + 14, + 226 + ], + [ + 13, + 225 + ], + [ + 13, + 224 + ], + [ + 14, + 223 + ], + [ + 15, + 224 + ], + [ + 16, + 223 + ], + [ + 15, + 222 + ], + [ + 16, + 221 + ], + [ + 15, + 221 + ], + [ + 15, + 220 + ], + [ + 16, + 220 + ], + [ + 17, + 221 + ], + [ + 18, + 220 + ], + [ + 19, + 219 + ], + [ + 20, + 218 + ], + [ + 20, + 217 + ], + [ + 21, + 216 + ], + [ + 20, + 216 + ], + [ + 20, + 215 + ], + [ + 19, + 214 + ], + [ + 19, + 213 + ], + [ + 19, + 212 + ], + [ + 20, + 213 + ], + [ + 21, + 213 + ], + [ + 20, + 212 + ], + [ + 21, + 212 + ], + [ + 20, + 211 + ], + [ + 21, + 210 + ], + [ + 22, + 211 + ], + [ + 21, + 211 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 23, + 249 + ], + [ + 22, + 248 + ], + [ + 23, + 247 + ], + [ + 24, + 246 + ], + [ + 25, + 245 + ], + [ + 26, + 244 + ], + [ + 27, + 243 + ], + [ + 28, + 242 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 35, + 194 + ], + [ + 36, + 195 + ], + [ + 37, + 196 + ], + [ + 38, + 197 + ], + [ + 39, + 198 + ], + [ + 40, + 199 + ], + [ + 41, + 200 + ], + [ + 42, + 200 + ], + [ + 43, + 200 + ], + [ + 44, + 200 + ], + [ + 45, + 201 + ], + [ + 46, + 200 + ], + [ + 47, + 201 + ], + [ + 47, + 202 + ], + [ + 48, + 203 + ], + [ + 49, + 202 + ], + [ + 50, + 203 + ], + [ + 51, + 203 + ], + [ + 52, + 204 + ], + [ + 53, + 204 + ], + [ + 54, + 205 + ], + [ + 55, + 206 + ], + [ + 56, + 205 + ], + [ + 57, + 204 + ], + [ + 58, + 203 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 49 + ], + "area_fraction": 0.0285 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 44, + 462 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 41, + 490 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 345 + ], + "peak": [ + 65, + 349 + ], + "area_cells": 166 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 326 + ], + "peak": [ + 70, + 327 + ], + "area_cells": 151 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 364 + ], + "peak": [ + 70, + 364 + ], + "area_cells": 98 + }, + { + "id": "range_5", + "name": null, + "center": [ + 175, + 239 + ], + "peak": [ + 152, + 194 + ], + "area_cells": 33228 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056d/globe.png b/wiki/star-systems/GJ-4056/bodies/GJ4056d/globe.png new file mode 100644 index 000000000..87d528f5b Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056d/globe.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056d/heightmap.png b/wiki/star-systems/GJ-4056/bodies/GJ4056d/heightmap.png new file mode 100644 index 000000000..a625cd7be Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056d/heightmap.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056d/index.md b/wiki/star-systems/GJ-4056/bodies/GJ4056d/index.md new file mode 100644 index 000000000..8144f88de --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4056d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 966044577 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.838 + period_days: 280.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.36 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.125 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4056d + +Frozen planet. + +**System:** [GJ-4056](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056d/markers.json b/wiki/star-systems/GJ-4056/bodies/GJ4056d/markers.json new file mode 100644 index 000000000..cfc1db6a2 --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056d/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 19, + 34 + ], + "area_fraction": 0.016 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 37, + 264 + ], + "area_fraction": 0.1013 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 20, + 461 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 164, + 29 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 171, + 501 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 195, + 242 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 221, + 36 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 224, + 403 + ], + "area_fraction": 0.013 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 246, + 82 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 84 + ], + "peak": [ + 55, + 86 + ], + "area_cells": 128 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 34 + ], + "peak": [ + 63, + 33 + ], + "area_cells": 313 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 310 + ], + "peak": [ + 75, + 318 + ], + "area_cells": 284 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 501 + ], + "peak": [ + 96, + 504 + ], + "area_cells": 471 + }, + { + "id": "range_9", + "name": null, + "center": [ + 94, + 272 + ], + "peak": [ + 95, + 272 + ], + "area_cells": 90 + }, + { + "id": "range_10", + "name": null, + "center": [ + 117, + 204 + ], + "peak": [ + 111, + 212 + ], + "area_cells": 2100 + }, + { + "id": "range_11", + "name": null, + "center": [ + 110, + 335 + ], + "peak": [ + 98, + 346 + ], + "area_cells": 1389 + }, + { + "id": "range_12", + "name": null, + "center": [ + 109, + 19 + ], + "peak": [ + 98, + 0 + ], + "area_cells": 587 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 155 + ], + "peak": [ + 111, + 151 + ], + "area_cells": 100 + }, + { + "id": "range_14", + "name": null, + "center": [ + 157, + 113 + ], + "peak": [ + 150, + 132 + ], + "area_cells": 1506 + }, + { + "id": "range_15", + "name": null, + "center": [ + 129, + 483 + ], + "peak": [ + 127, + 489 + ], + "area_cells": 666 + }, + { + "id": "range_16", + "name": null, + "center": [ + 173, + 358 + ], + "peak": [ + 170, + 395 + ], + "area_cells": 8311 + }, + { + "id": "range_17", + "name": null, + "center": [ + 130, + 263 + ], + "peak": [ + 130, + 262 + ], + "area_cells": 60 + }, + { + "id": "range_18", + "name": null, + "center": [ + 201, + 467 + ], + "peak": [ + 199, + 469 + ], + "area_cells": 55 + }, + { + "id": "range_19", + "name": null, + "center": [ + 220, + 95 + ], + "peak": [ + 223, + 105 + ], + "area_cells": 294 + }, + { + "id": "range_20", + "name": null, + "center": [ + 211, + 210 + ], + "peak": [ + 212, + 211 + ], + "area_cells": 22 + }, + { + "id": "range_22", + "name": null, + "center": [ + 223, + 226 + ], + "peak": [ + 225, + 232 + ], + "area_cells": 222 + }, + { + "id": "range_24", + "name": null, + "center": [ + 242, + 278 + ], + "peak": [ + 245, + 282 + ], + "area_cells": 144 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 294 + ], + "peak": [ + 246, + 290 + ], + "area_cells": 90 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056e/globe.png b/wiki/star-systems/GJ-4056/bodies/GJ4056e/globe.png new file mode 100644 index 000000000..b2cc08b36 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056e/globe.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056e/heightmap.png b/wiki/star-systems/GJ-4056/bodies/GJ4056e/heightmap.png new file mode 100644 index 000000000..ef6711d85 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056e/heightmap.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056e/index.md b/wiki/star-systems/GJ-4056/bodies/GJ4056e/index.md new file mode 100644 index 000000000..d75d2037e --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4056e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3289267592 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.77 + period_days: 860.0 + axial_tilt_deg: 33.9 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.441 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4056e + +Frozen planet. + +**System:** [GJ-4056](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 860 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056e/markers.json b/wiki/star-systems/GJ-4056/bodies/GJ4056e/markers.json new file mode 100644 index 000000000..14848d146 --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056e/markers.json @@ -0,0 +1,234 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 332 + ], + "area_fraction": 0.006 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 44, + 314 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 88, + 287 + ], + "area_fraction": 0.0321 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 176, + 234 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_43", + "name": null, + "kind": "ocean", + "center": [ + 231, + 273 + ], + "area_fraction": 0.1687 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 394 + ], + "peak": [ + 3, + 393 + ], + "area_cells": 46 + }, + { + "id": "range_2", + "name": null, + "center": [ + 84, + 485 + ], + "peak": [ + 80, + 482 + ], + "area_cells": 3856 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 61 + ], + "peak": [ + 110, + 104 + ], + "area_cells": 10660 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 90 + ], + "peak": [ + 48, + 88 + ], + "area_cells": 51 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 115 + ], + "peak": [ + 81, + 115 + ], + "area_cells": 108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 428 + ], + "peak": [ + 138, + 431 + ], + "area_cells": 340 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 130 + ], + "peak": [ + 146, + 130 + ], + "area_cells": 56 + }, + { + "id": "range_9", + "name": null, + "center": [ + 148, + 319 + ], + "peak": [ + 148, + 323 + ], + "area_cells": 170 + }, + { + "id": "range_12", + "name": null, + "center": [ + 157, + 80 + ], + "peak": [ + 158, + 81 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 182, + 346 + ], + "peak": [ + 174, + 352 + ], + "area_cells": 1209 + }, + { + "id": "range_17", + "name": null, + "center": [ + 167, + 59 + ], + "peak": [ + 170, + 57 + ], + "area_cells": 44 + }, + { + "id": "range_19", + "name": null, + "center": [ + 177, + 420 + ], + "peak": [ + 180, + 416 + ], + "area_cells": 59 + }, + { + "id": "range_20", + "name": null, + "center": [ + 180, + 401 + ], + "peak": [ + 182, + 404 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056f/globe.png b/wiki/star-systems/GJ-4056/bodies/GJ4056f/globe.png new file mode 100644 index 000000000..5ea3f2893 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056f/globe.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056f/heightmap.png b/wiki/star-systems/GJ-4056/bodies/GJ4056f/heightmap.png new file mode 100644 index 000000000..3022d7bef Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056f/heightmap.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056f/index.md b/wiki/star-systems/GJ-4056/bodies/GJ4056f/index.md new file mode 100644 index 000000000..141bf4bea --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4056f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4226026227 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 33.0 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.076 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4056f + +Frozen planet. + +**System:** [GJ-4056](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056f/markers.json b/wiki/star-systems/GJ-4056/bodies/GJ4056f/markers.json new file mode 100644 index 000000000..1066b4909 --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056f/markers.json @@ -0,0 +1,227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 187, + 162 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 204, + 110 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 223, + 453 + ], + "area_fraction": 0.0388 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 372 + ], + "peak": [ + 12, + 357 + ], + "area_cells": 1525 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 325 + ], + "peak": [ + 6, + 327 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 293 + ], + "peak": [ + 11, + 294 + ], + "area_cells": 318 + }, + { + "id": "range_6", + "name": null, + "center": [ + 19, + 227 + ], + "peak": [ + 20, + 226 + ], + "area_cells": 244 + }, + { + "id": "range_7", + "name": null, + "center": [ + 12, + 424 + ], + "peak": [ + 10, + 425 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 15, + 201 + ], + "peak": [ + 16, + 201 + ], + "area_cells": 37 + }, + { + "id": "range_13", + "name": null, + "center": [ + 26, + 313 + ], + "peak": [ + 23, + 313 + ], + "area_cells": 28 + }, + { + "id": "range_15", + "name": null, + "center": [ + 28, + 304 + ], + "peak": [ + 27, + 303 + ], + "area_cells": 51 + }, + { + "id": "range_16", + "name": null, + "center": [ + 51, + 241 + ], + "peak": [ + 50, + 240 + ], + "area_cells": 42 + }, + { + "id": "range_18", + "name": null, + "center": [ + 80, + 89 + ], + "peak": [ + 81, + 89 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 242, + 317 + ], + "peak": [ + 247, + 317 + ], + "area_cells": 30 + }, + { + "id": "range_23", + "name": null, + "center": [ + 252, + 278 + ], + "peak": [ + 254, + 278 + ], + "area_cells": 87 + }, + { + "id": "range_24", + "name": null, + "center": [ + 253, + 266 + ], + "peak": [ + 254, + 263 + ], + "area_cells": 35 + }, + { + "id": "range_26", + "name": null, + "center": [ + 253, + 328 + ], + "peak": [ + 255, + 329 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056g/globe.png b/wiki/star-systems/GJ-4056/bodies/GJ4056g/globe.png new file mode 100644 index 000000000..d3d8a90ed Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056g/globe.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056g/heightmap.png b/wiki/star-systems/GJ-4056/bodies/GJ4056g/heightmap.png new file mode 100644 index 000000000..76aadc058 Binary files /dev/null and b/wiki/star-systems/GJ-4056/bodies/GJ4056g/heightmap.png differ diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056g/index.md b/wiki/star-systems/GJ-4056/bodies/GJ4056g/index.md new file mode 100644 index 000000000..db1315aff --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4056g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4044644259 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.318 + period_days: 5800.0 + axial_tilt_deg: 44.8 +physical: + gravity_g: 0.08 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.293 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4056g + +Frozen planet. + +**System:** [GJ-4056](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4056/bodies/GJ4056g/markers.json b/wiki/star-systems/GJ-4056/bodies/GJ4056g/markers.json new file mode 100644 index 000000000..e5cf627dc --- /dev/null +++ b/wiki/star-systems/GJ-4056/bodies/GJ4056g/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 30 + ], + "area_fraction": 0.0271 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 19, + 128 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 28, + 488 + ], + "area_fraction": 0.017 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 33, + 444 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 108, + 428 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 300 + ], + "peak": [ + 76, + 300 + ], + "area_cells": 43 + }, + { + "id": "range_2", + "name": null, + "center": [ + 82, + 240 + ], + "peak": [ + 84, + 241 + ], + "area_cells": 119 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 360 + ], + "peak": [ + 85, + 363 + ], + "area_cells": 154 + }, + { + "id": "range_5", + "name": null, + "center": [ + 213, + 286 + ], + "peak": [ + 209, + 289 + ], + "area_cells": 25610 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 84 + ], + "peak": [ + 158, + 84 + ], + "area_cells": 125 + }, + { + "id": "range_9", + "name": null, + "center": [ + 179, + 83 + ], + "peak": [ + 178, + 83 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 200, + 30 + ], + "peak": [ + 200, + 32 + ], + "area_cells": 96 + }, + { + "id": "range_12", + "name": null, + "center": [ + 207, + 82 + ], + "peak": [ + 202, + 79 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ406b/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406b/globe.png new file mode 100644 index 000000000..b07c3c51e Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406b/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406b/heightmap.png b/wiki/star-systems/GJ-406/bodies/GJ406b/heightmap.png new file mode 100644 index 000000000..b7d723980 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406b/heightmap.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406b/index.md b/wiki/star-systems/GJ-406/bodies/GJ406b/index.md new file mode 100644 index 000000000..abb437313 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ406b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 351309241 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 1.2 +physical: + gravity_g: 0.2 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.929 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ406b + +Barren planet. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.2g | +| **Land** | 99% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-406/bodies/GJ406b/markers.json b/wiki/star-systems/GJ-406/bodies/GJ406b/markers.json new file mode 100644 index 000000000..d8349191d --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406b/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 293 + ], + "peak": [ + 7, + 295 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 156 + ], + "peak": [ + 86, + 164 + ], + "area_cells": 2500 + }, + { + "id": "range_11", + "name": null, + "center": [ + 26, + 284 + ], + "peak": [ + 29, + 284 + ], + "area_cells": 106 + }, + { + "id": "range_12", + "name": null, + "center": [ + 20, + 18 + ], + "peak": [ + 19, + 20 + ], + "area_cells": 23 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 283 + ], + "peak": [ + 61, + 268 + ], + "area_cells": 2050 + }, + { + "id": "range_15", + "name": null, + "center": [ + 31, + 338 + ], + "peak": [ + 31, + 339 + ], + "area_cells": 31 + }, + { + "id": "range_20", + "name": null, + "center": [ + 38, + 109 + ], + "peak": [ + 39, + 109 + ], + "area_cells": 31 + }, + { + "id": "range_24", + "name": null, + "center": [ + 57, + 359 + ], + "peak": [ + 70, + 364 + ], + "area_cells": 276 + }, + { + "id": "range_25", + "name": null, + "center": [ + 47, + 96 + ], + "peak": [ + 48, + 96 + ], + "area_cells": 27 + }, + { + "id": "range_27", + "name": null, + "center": [ + 80, + 404 + ], + "peak": [ + 79, + 415 + ], + "area_cells": 1242 + }, + { + "id": "range_28", + "name": null, + "center": [ + 58, + 197 + ], + "peak": [ + 61, + 200 + ], + "area_cells": 109 + }, + { + "id": "range_30", + "name": null, + "center": [ + 74, + 446 + ], + "peak": [ + 66, + 445 + ], + "area_cells": 379 + }, + { + "id": "range_37", + "name": null, + "center": [ + 61, + 319 + ], + "peak": [ + 62, + 319 + ], + "area_cells": 22 + }, + { + "id": "range_38", + "name": null, + "center": [ + 65, + 328 + ], + "peak": [ + 66, + 328 + ], + "area_cells": 34 + }, + { + "id": "range_39", + "name": null, + "center": [ + 81, + 89 + ], + "peak": [ + 80, + 90 + ], + "area_cells": 188 + }, + { + "id": "range_40", + "name": null, + "center": [ + 75, + 330 + ], + "peak": [ + 75, + 331 + ], + "area_cells": 23 + }, + { + "id": "range_42", + "name": null, + "center": [ + 80, + 489 + ], + "peak": [ + 83, + 489 + ], + "area_cells": 66 + }, + { + "id": "range_44", + "name": null, + "center": [ + 87, + 3 + ], + "peak": [ + 88, + 4 + ], + "area_cells": 27 + }, + { + "id": "range_48", + "name": null, + "center": [ + 105, + 342 + ], + "peak": [ + 106, + 342 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 109, + 272 + ], + "peak": [ + 110, + 270 + ], + "area_cells": 55 + }, + { + "id": "range_55", + "name": null, + "center": [ + 139, + 75 + ], + "peak": [ + 152, + 86 + ], + "area_cells": 410 + }, + { + "id": "range_56", + "name": null, + "center": [ + 137, + 307 + ], + "peak": [ + 136, + 310 + ], + "area_cells": 219 + }, + { + "id": "range_57", + "name": null, + "center": [ + 133, + 326 + ], + "peak": [ + 134, + 328 + ], + "area_cells": 60 + }, + { + "id": "range_63", + "name": null, + "center": [ + 150, + 33 + ], + "peak": [ + 148, + 34 + ], + "area_cells": 32 + }, + { + "id": "range_67", + "name": null, + "center": [ + 159, + 275 + ], + "peak": [ + 159, + 274 + ], + "area_cells": 41 + }, + { + "id": "range_68", + "name": null, + "center": [ + 178, + 42 + ], + "peak": [ + 181, + 45 + ], + "area_cells": 269 + }, + { + "id": "range_71", + "name": null, + "center": [ + 185, + 67 + ], + "peak": [ + 183, + 68 + ], + "area_cells": 379 + }, + { + "id": "range_72", + "name": null, + "center": [ + 193, + 87 + ], + "peak": [ + 194, + 88 + ], + "area_cells": 79 + }, + { + "id": "range_76", + "name": null, + "center": [ + 236, + 394 + ], + "peak": [ + 250, + 387 + ], + "area_cells": 300 + }, + { + "id": "range_77", + "name": null, + "center": [ + 228, + 375 + ], + "peak": [ + 227, + 377 + ], + "area_cells": 300 + }, + { + "id": "range_78", + "name": null, + "center": [ + 221, + 114 + ], + "peak": [ + 214, + 113 + ], + "area_cells": 325 + }, + { + "id": "range_79", + "name": null, + "center": [ + 211, + 88 + ], + "peak": [ + 213, + 88 + ], + "area_cells": 20 + }, + { + "id": "range_80", + "name": null, + "center": [ + 215, + 48 + ], + "peak": [ + 220, + 49 + ], + "area_cells": 73 + }, + { + "id": "range_82", + "name": null, + "center": [ + 218, + 167 + ], + "peak": [ + 220, + 165 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-406/bodies/GJ406c/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406c/globe.png new file mode 100644 index 000000000..6ba32ec83 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406c/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406c/heightmap.png b/wiki/star-systems/GJ-406/bodies/GJ406c/heightmap.png new file mode 100644 index 000000000..0d5c27a06 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406c/heightmap.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406c/index.md b/wiki/star-systems/GJ-406/bodies/GJ406c/index.md new file mode 100644 index 000000000..3339aab69 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ406c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4006076526 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.128 + period_days: 25.0 + axial_tilt_deg: 40.1 +physical: + gravity_g: 0.32 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.865 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ406c + +Barren planet. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 100% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-406/bodies/GJ406c/markers.json b/wiki/star-systems/GJ-406/bodies/GJ406c/markers.json new file mode 100644 index 000000000..81a85a99a --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406c/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_9", + "name": null, + "center": [ + 31, + 17 + ], + "peak": [ + 29, + 18 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 27, + 166 + ], + "peak": [ + 27, + 166 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 37, + 45 + ], + "peak": [ + 42, + 45 + ], + "area_cells": 46 + }, + { + "id": "range_15", + "name": null, + "center": [ + 45, + 506 + ], + "peak": [ + 43, + 506 + ], + "area_cells": 81 + }, + { + "id": "range_16", + "name": null, + "center": [ + 43, + 53 + ], + "peak": [ + 45, + 54 + ], + "area_cells": 62 + }, + { + "id": "range_18", + "name": null, + "center": [ + 71, + 266 + ], + "peak": [ + 69, + 264 + ], + "area_cells": 347 + }, + { + "id": "range_19", + "name": null, + "center": [ + 73, + 1 + ], + "peak": [ + 78, + 0 + ], + "area_cells": 92 + }, + { + "id": "range_20", + "name": null, + "center": [ + 141, + 71 + ], + "peak": [ + 82, + 87 + ], + "area_cells": 3811 + }, + { + "id": "range_21", + "name": null, + "center": [ + 177, + 305 + ], + "peak": [ + 192, + 216 + ], + "area_cells": 22585 + }, + { + "id": "range_22", + "name": null, + "center": [ + 83, + 235 + ], + "peak": [ + 72, + 232 + ], + "area_cells": 228 + }, + { + "id": "range_23", + "name": null, + "center": [ + 82, + 126 + ], + "peak": [ + 81, + 127 + ], + "area_cells": 459 + }, + { + "id": "range_24", + "name": null, + "center": [ + 75, + 157 + ], + "peak": [ + 73, + 154 + ], + "area_cells": 133 + }, + { + "id": "range_25", + "name": null, + "center": [ + 77, + 510 + ], + "peak": [ + 78, + 511 + ], + "area_cells": 31 + }, + { + "id": "range_26", + "name": null, + "center": [ + 79, + 31 + ], + "peak": [ + 79, + 30 + ], + "area_cells": 95 + }, + { + "id": "range_27", + "name": null, + "center": [ + 83, + 471 + ], + "peak": [ + 83, + 471 + ], + "area_cells": 36 + }, + { + "id": "range_29", + "name": null, + "center": [ + 103, + 140 + ], + "peak": [ + 103, + 142 + ], + "area_cells": 318 + }, + { + "id": "range_30", + "name": null, + "center": [ + 97, + 6 + ], + "peak": [ + 96, + 7 + ], + "area_cells": 147 + }, + { + "id": "range_31", + "name": null, + "center": [ + 99, + 440 + ], + "peak": [ + 101, + 442 + ], + "area_cells": 268 + }, + { + "id": "range_32", + "name": null, + "center": [ + 95, + 261 + ], + "peak": [ + 96, + 261 + ], + "area_cells": 24 + }, + { + "id": "range_33", + "name": null, + "center": [ + 103, + 469 + ], + "peak": [ + 95, + 466 + ], + "area_cells": 73 + }, + { + "id": "range_36", + "name": null, + "center": [ + 129, + 117 + ], + "peak": [ + 130, + 118 + ], + "area_cells": 36 + }, + { + "id": "range_40", + "name": null, + "center": [ + 184, + 488 + ], + "peak": [ + 185, + 486 + ], + "area_cells": 130 + }, + { + "id": "range_48", + "name": null, + "center": [ + 211, + 109 + ], + "peak": [ + 214, + 110 + ], + "area_cells": 29 + }, + { + "id": "range_49", + "name": null, + "center": [ + 214, + 507 + ], + "peak": [ + 214, + 508 + ], + "area_cells": 39 + }, + { + "id": "range_51", + "name": null, + "center": [ + 216, + 421 + ], + "peak": [ + 216, + 422 + ], + "area_cells": 29 + }, + { + "id": "range_52", + "name": null, + "center": [ + 221, + 443 + ], + "peak": [ + 227, + 444 + ], + "area_cells": 114 + }, + { + "id": "range_54", + "name": null, + "center": [ + 221, + 8 + ], + "peak": [ + 222, + 9 + ], + "area_cells": 22 + }, + { + "id": "range_59", + "name": null, + "center": [ + 246, + 11 + ], + "peak": [ + 254, + 12 + ], + "area_cells": 35 + }, + { + "id": "range_62", + "name": null, + "center": [ + 247, + 5 + ], + "peak": [ + 254, + 6 + ], + "area_cells": 26 + }, + { + "id": "range_64", + "name": null, + "center": [ + 250, + 502 + ], + "peak": [ + 253, + 511 + ], + "area_cells": 157 + }, + { + "id": "range_65", + "name": null, + "center": [ + 252, + 1 + ], + "peak": [ + 253, + 0 + ], + "area_cells": 24 + }, + { + "id": "range_66", + "name": null, + "center": [ + 252, + 17 + ], + "peak": [ + 252, + 17 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-406/bodies/GJ406d/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406d/globe.png new file mode 100644 index 000000000..9b26ea537 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406d/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406d/heightmap.png b/wiki/star-systems/GJ-406/bodies/GJ406d/heightmap.png new file mode 100644 index 000000000..aeb149ea9 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406d/heightmap.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406d/index.md b/wiki/star-systems/GJ-406/bodies/GJ406d/index.md new file mode 100644 index 000000000..d3e516151 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ406d +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 952444684 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.229 + period_days: 60.0 + axial_tilt_deg: 5.6 +physical: + gravity_g: 0.28 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.955 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ406d + +Barren planet. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 97% | +| **Year** | 60 days | + +## Description + + diff --git a/wiki/star-systems/GJ-406/bodies/GJ406d/markers.json b/wiki/star-systems/GJ-406/bodies/GJ406d/markers.json new file mode 100644 index 000000000..744860906 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406d/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 296 + ], + "peak": [ + 53, + 298 + ], + "area_cells": 82 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 249 + ], + "peak": [ + 57, + 250 + ], + "area_cells": 184 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 276 + ], + "peak": [ + 74, + 277 + ], + "area_cells": 397 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 379 + ], + "peak": [ + 109, + 370 + ], + "area_cells": 6979 + }, + { + "id": "range_8", + "name": null, + "center": [ + 83, + 149 + ], + "peak": [ + 84, + 148 + ], + "area_cells": 166 + }, + { + "id": "range_9", + "name": null, + "center": [ + 108, + 449 + ], + "peak": [ + 108, + 446 + ], + "area_cells": 795 + }, + { + "id": "range_10", + "name": null, + "center": [ + 103, + 496 + ], + "peak": [ + 100, + 500 + ], + "area_cells": 365 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 16 + ], + "peak": [ + 90, + 16 + ], + "area_cells": 67 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 138 + ], + "peak": [ + 182, + 109 + ], + "area_cells": 7549 + }, + { + "id": "range_14", + "name": null, + "center": [ + 133, + 279 + ], + "peak": [ + 135, + 282 + ], + "area_cells": 112 + }, + { + "id": "range_15", + "name": null, + "center": [ + 145, + 246 + ], + "peak": [ + 146, + 248 + ], + "area_cells": 113 + }, + { + "id": "range_17", + "name": null, + "center": [ + 149, + 20 + ], + "peak": [ + 148, + 19 + ], + "area_cells": 168 + }, + { + "id": "range_19", + "name": null, + "center": [ + 203, + 244 + ], + "peak": [ + 225, + 243 + ], + "area_cells": 3249 + }, + { + "id": "range_21", + "name": null, + "center": [ + 160, + 58 + ], + "peak": [ + 160, + 58 + ], + "area_cells": 34 + }, + { + "id": "range_22", + "name": null, + "center": [ + 163, + 36 + ], + "peak": [ + 163, + 36 + ], + "area_cells": 46 + }, + { + "id": "range_23", + "name": null, + "center": [ + 182, + 489 + ], + "peak": [ + 187, + 490 + ], + "area_cells": 477 + }, + { + "id": "range_27", + "name": null, + "center": [ + 171, + 362 + ], + "peak": [ + 172, + 362 + ], + "area_cells": 36 + }, + { + "id": "range_28", + "name": null, + "center": [ + 173, + 51 + ], + "peak": [ + 175, + 49 + ], + "area_cells": 27 + }, + { + "id": "range_29", + "name": null, + "center": [ + 184, + 194 + ], + "peak": [ + 178, + 197 + ], + "area_cells": 251 + }, + { + "id": "range_30", + "name": null, + "center": [ + 175, + 386 + ], + "peak": [ + 176, + 387 + ], + "area_cells": 40 + }, + { + "id": "range_31", + "name": null, + "center": [ + 177, + 262 + ], + "peak": [ + 178, + 263 + ], + "area_cells": 46 + }, + { + "id": "range_32", + "name": null, + "center": [ + 189, + 305 + ], + "peak": [ + 193, + 304 + ], + "area_cells": 541 + }, + { + "id": "range_33", + "name": null, + "center": [ + 183, + 412 + ], + "peak": [ + 183, + 412 + ], + "area_cells": 36 + }, + { + "id": "range_34", + "name": null, + "center": [ + 198, + 58 + ], + "peak": [ + 193, + 60 + ], + "area_cells": 197 + }, + { + "id": "range_35", + "name": null, + "center": [ + 201, + 428 + ], + "peak": [ + 211, + 427 + ], + "area_cells": 144 + }, + { + "id": "range_36", + "name": null, + "center": [ + 198, + 35 + ], + "peak": [ + 196, + 26 + ], + "area_cells": 252 + }, + { + "id": "range_39", + "name": null, + "center": [ + 230, + 388 + ], + "peak": [ + 210, + 412 + ], + "area_cells": 3052 + }, + { + "id": "range_41", + "name": null, + "center": [ + 212, + 335 + ], + "peak": [ + 209, + 334 + ], + "area_cells": 59 + }, + { + "id": "range_42", + "name": null, + "center": [ + 241, + 339 + ], + "peak": [ + 240, + 340 + ], + "area_cells": 81 + }, + { + "id": "range_44", + "name": null, + "center": [ + 244, + 328 + ], + "peak": [ + 243, + 328 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-406/bodies/GJ406e/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406e/globe.png new file mode 100644 index 000000000..3120e4150 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406e/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406e/heightmap.png b/wiki/star-systems/GJ-406/bodies/GJ406e/heightmap.png new file mode 100644 index 000000000..da69aa34f Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406e/heightmap.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406e/index.md b/wiki/star-systems/GJ-406/bodies/GJ406e/index.md new file mode 100644 index 000000000..719dfc548 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ406e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4059902478 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.423 + period_days: 150.0 + axial_tilt_deg: 41.1 +physical: + gravity_g: 0.35 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.854 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ406e + +Frozen planet. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 150 days | + +## Description + + diff --git a/wiki/star-systems/GJ-406/bodies/GJ406e/markers.json b/wiki/star-systems/GJ-406/bodies/GJ406e/markers.json new file mode 100644 index 000000000..a613d9539 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406e/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 5, + 82 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 339 + ], + "area_fraction": 0.0714 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 232, + 116 + ], + "area_fraction": 0.0427 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 432 + ], + "peak": [ + 104, + 455 + ], + "area_cells": 8279 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 80 + ], + "peak": [ + 125, + 36 + ], + "area_cells": 5858 + }, + { + "id": "range_6", + "name": null, + "center": [ + 106, + 310 + ], + "peak": [ + 106, + 311 + ], + "area_cells": 80 + }, + { + "id": "range_7", + "name": null, + "center": [ + 164, + 405 + ], + "peak": [ + 164, + 404 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-406/bodies/GJ406f/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406f/globe.png new file mode 100644 index 000000000..8ff341282 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406f/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406f/heightmap.png b/wiki/star-systems/GJ-406/bodies/GJ406f/heightmap.png new file mode 100644 index 000000000..4c284fded Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406f/heightmap.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406f/index.md b/wiki/star-systems/GJ-406/bodies/GJ406f/index.md new file mode 100644 index 000000000..4ffb18f54 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ406f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4288788967 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 47.6 +physical: + gravity_g: 0.3 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.231 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ406f + +Frozen planet. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-406/bodies/GJ406f/markers.json b/wiki/star-systems/GJ-406/bodies/GJ406f/markers.json new file mode 100644 index 000000000..8d657e629 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406f/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 125, + 432 + ], + "peak": [ + 122, + 437 + ], + "area_cells": 212 + }, + { + "id": "range_2", + "name": null, + "center": [ + 137, + 496 + ], + "peak": [ + 135, + 505 + ], + "area_cells": 249 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 16 + ], + "peak": [ + 149, + 24 + ], + "area_cells": 303 + }, + { + "id": "range_4", + "name": null, + "center": [ + 170, + 87 + ], + "peak": [ + 191, + 77 + ], + "area_cells": 3503 + }, + { + "id": "range_5", + "name": null, + "center": [ + 167, + 412 + ], + "peak": [ + 174, + 387 + ], + "area_cells": 1499 + }, + { + "id": "range_8", + "name": null, + "center": [ + 168, + 226 + ], + "peak": [ + 169, + 228 + ], + "area_cells": 54 + }, + { + "id": "range_9", + "name": null, + "center": [ + 175, + 481 + ], + "peak": [ + 175, + 482 + ], + "area_cells": 188 + }, + { + "id": "range_12", + "name": null, + "center": [ + 196, + 305 + ], + "peak": [ + 196, + 298 + ], + "area_cells": 213 + }, + { + "id": "range_15", + "name": null, + "center": [ + 227, + 209 + ], + "peak": [ + 222, + 241 + ], + "area_cells": 1327 + }, + { + "id": "range_18", + "name": null, + "center": [ + 252, + 314 + ], + "peak": [ + 255, + 315 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-406/bodies/GJ406g-1/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406g-1/globe.png new file mode 100644 index 000000000..c9a47479a Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406g-1/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406g-1/heightmap.png b/wiki/star-systems/GJ-406/bodies/GJ406g-1/heightmap.png new file mode 100644 index 000000000..91622e1ef Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406g-1/index.md b/wiki/star-systems/GJ-406/bodies/GJ406g-1/index.md new file mode 100644 index 000000000..8e3a5986a --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ406g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1193634472 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 10.8 +physical: + gravity_g: 0.06 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.9 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ406g-1 + +Barren moon. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-406/bodies/GJ406g-1/markers.json b/wiki/star-systems/GJ-406/bodies/GJ406g-1/markers.json new file mode 100644 index 000000000..86ec03f17 --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406g-1/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 95, + 399 + ], + "peak": [ + 95, + 399 + ], + "area_cells": 79 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 205 + ], + "peak": [ + 108, + 207 + ], + "area_cells": 228 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 148 + ], + "peak": [ + 123, + 142 + ], + "area_cells": 455 + }, + { + "id": "range_7", + "name": null, + "center": [ + 98, + 498 + ], + "peak": [ + 99, + 498 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 239 + ], + "peak": [ + 127, + 233 + ], + "area_cells": 252 + }, + { + "id": "range_9", + "name": null, + "center": [ + 161, + 129 + ], + "peak": [ + 145, + 169 + ], + "area_cells": 4200 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 481 + ], + "peak": [ + 154, + 500 + ], + "area_cells": 1383 + }, + { + "id": "range_13", + "name": null, + "center": [ + 144, + 327 + ], + "peak": [ + 138, + 325 + ], + "area_cells": 202 + }, + { + "id": "range_15", + "name": null, + "center": [ + 152, + 8 + ], + "peak": [ + 154, + 9 + ], + "area_cells": 181 + }, + { + "id": "range_21", + "name": null, + "center": [ + 168, + 428 + ], + "peak": [ + 171, + 427 + ], + "area_cells": 147 + }, + { + "id": "range_23", + "name": null, + "center": [ + 188, + 328 + ], + "peak": [ + 190, + 336 + ], + "area_cells": 1319 + }, + { + "id": "range_25", + "name": null, + "center": [ + 176, + 205 + ], + "peak": [ + 177, + 205 + ], + "area_cells": 119 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-406/bodies/GJ406g/globe.png b/wiki/star-systems/GJ-406/bodies/GJ406g/globe.png new file mode 100644 index 000000000..595962aa6 Binary files /dev/null and b/wiki/star-systems/GJ-406/bodies/GJ406g/globe.png differ diff --git a/wiki/star-systems/GJ-406/bodies/GJ406g/index.md b/wiki/star-systems/GJ-406/bodies/GJ406g/index.md new file mode 100644 index 000000000..de8ef2baf --- /dev/null +++ b/wiki/star-systems/GJ-406/bodies/GJ406g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ406g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1998485726 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: null + oblateness: 0.0561 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.374 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.109 +rings: + enabled: true + inner_radius_factor: 1.21 + outer_radius_factor: 2.77 + opacity_base: 0.65 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ406g + +Gas giant. + +**System:** [GJ-406](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1200 days | + +## Description + + 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/bodies/GJ407b/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407b/globe.png new file mode 100644 index 000000000..e30429340 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407b/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407b/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407b/heightmap.png new file mode 100644 index 000000000..d1efc0597 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407b/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407b/index.md b/wiki/star-systems/GJ-407/bodies/GJ407b/index.md new file mode 100644 index 000000000..721cf6a21 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ407b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3509801612 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.159 + period_days: 26.0 + axial_tilt_deg: 43.0 +physical: + gravity_g: 0.44 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.781 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407b + +Barren planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 99% | +| **Year** | 26 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407b/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407b/markers.json new file mode 100644 index 000000000..922d25b55 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407b/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 89, + 143 + ], + "peak": [ + 155, + 140 + ], + "area_cells": 16119 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 444 + ], + "peak": [ + 34, + 444 + ], + "area_cells": 70 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 428 + ], + "peak": [ + 82, + 386 + ], + "area_cells": 5505 + }, + { + "id": "range_6", + "name": null, + "center": [ + 61, + 479 + ], + "peak": [ + 61, + 481 + ], + "area_cells": 142 + }, + { + "id": "range_9", + "name": null, + "center": [ + 94, + 43 + ], + "peak": [ + 94, + 42 + ], + "area_cells": 143 + }, + { + "id": "range_11", + "name": null, + "center": [ + 107, + 216 + ], + "peak": [ + 108, + 216 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 133, + 61 + ], + "peak": [ + 141, + 37 + ], + "area_cells": 890 + }, + { + "id": "range_14", + "name": null, + "center": [ + 137, + 3 + ], + "peak": [ + 138, + 3 + ], + "area_cells": 48 + }, + { + "id": "range_16", + "name": null, + "center": [ + 157, + 221 + ], + "peak": [ + 152, + 231 + ], + "area_cells": 773 + }, + { + "id": "range_17", + "name": null, + "center": [ + 161, + 346 + ], + "peak": [ + 156, + 347 + ], + "area_cells": 224 + }, + { + "id": "range_18", + "name": null, + "center": [ + 161, + 406 + ], + "peak": [ + 161, + 406 + ], + "area_cells": 113 + }, + { + "id": "range_19", + "name": null, + "center": [ + 150, + 475 + ], + "peak": [ + 150, + 475 + ], + "area_cells": 26 + }, + { + "id": "range_20", + "name": null, + "center": [ + 162, + 321 + ], + "peak": [ + 163, + 323 + ], + "area_cells": 170 + }, + { + "id": "range_21", + "name": null, + "center": [ + 159, + 470 + ], + "peak": [ + 159, + 470 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 173, + 283 + ], + "peak": [ + 170, + 286 + ], + "area_cells": 528 + }, + { + "id": "range_23", + "name": null, + "center": [ + 168, + 373 + ], + "peak": [ + 168, + 374 + ], + "area_cells": 141 + }, + { + "id": "range_24", + "name": null, + "center": [ + 181, + 180 + ], + "peak": [ + 188, + 180 + ], + "area_cells": 238 + }, + { + "id": "range_25", + "name": null, + "center": [ + 166, + 454 + ], + "peak": [ + 167, + 455 + ], + "area_cells": 44 + }, + { + "id": "range_29", + "name": null, + "center": [ + 186, + 56 + ], + "peak": [ + 185, + 58 + ], + "area_cells": 53 + }, + { + "id": "range_30", + "name": null, + "center": [ + 201, + 209 + ], + "peak": [ + 200, + 215 + ], + "area_cells": 451 + }, + { + "id": "range_31", + "name": null, + "center": [ + 191, + 251 + ], + "peak": [ + 192, + 252 + ], + "area_cells": 57 + }, + { + "id": "range_35", + "name": null, + "center": [ + 196, + 444 + ], + "peak": [ + 197, + 445 + ], + "area_cells": 84 + }, + { + "id": "range_38", + "name": null, + "center": [ + 210, + 418 + ], + "peak": [ + 210, + 419 + ], + "area_cells": 22 + }, + { + "id": "range_42", + "name": null, + "center": [ + 223, + 284 + ], + "peak": [ + 223, + 284 + ], + "area_cells": 23 + }, + { + "id": "range_46", + "name": null, + "center": [ + 248, + 279 + ], + "peak": [ + 255, + 275 + ], + "area_cells": 1825 + }, + { + "id": "range_50", + "name": null, + "center": [ + 247, + 409 + ], + "peak": [ + 246, + 410 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407c/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407c/globe.png new file mode 100644 index 000000000..1d5a279f1 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407c/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407c/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407c/heightmap.png new file mode 100644 index 000000000..897e8098c Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407c/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407c/index.md b/wiki/star-systems/GJ-407/bodies/GJ407c/index.md new file mode 100644 index 000000000..7e6768c38 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ407c +name: Sutherland +body_type: planet +planet_class: temperate +body_scale: planet +seed: 472282945 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 15.6 +physical: + gravity_g: 0.88 + oblateness: 0.0048 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.435 + polar_ice_lat: 0.725 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.55 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Sutherland + +Temperate planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407c/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407c/markers.json new file mode 100644 index 000000000..deaa5885c --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407c/markers.json @@ -0,0 +1,795 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 104, + 413 + ], + [ + 103, + 414 + ], + [ + 102, + 415 + ], + [ + 101, + 416 + ], + [ + 100, + 416 + ], + [ + 100, + 415 + ], + [ + 99, + 415 + ], + [ + 98, + 414 + ], + [ + 98, + 413 + ], + [ + 99, + 412 + ], + [ + 99, + 411 + ], + [ + 99, + 410 + ], + [ + 99, + 409 + ], + [ + 98, + 408 + ], + [ + 98, + 407 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 112, + 303 + ], + [ + 111, + 303 + ], + [ + 110, + 304 + ], + [ + 109, + 304 + ], + [ + 108, + 303 + ], + [ + 107, + 304 + ], + [ + 106, + 305 + ], + [ + 105, + 306 + ], + [ + 104, + 307 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 105, + 64 + ], + [ + 104, + 63 + ], + [ + 103, + 62 + ], + [ + 102, + 61 + ], + [ + 101, + 62 + ], + [ + 100, + 61 + ], + [ + 99, + 60 + ], + [ + 99, + 59 + ], + [ + 98, + 58 + ], + [ + 97, + 57 + ], + [ + 97, + 56 + ], + [ + 97, + 55 + ], + [ + 96, + 55 + ], + [ + 95, + 54 + ], + [ + 95, + 53 + ], + [ + 96, + 52 + ], + [ + 96, + 51 + ], + [ + 95, + 50 + ], + [ + 96, + 50 + ], + [ + 97, + 49 + ], + [ + 96, + 48 + ], + [ + 96, + 47 + ], + [ + 97, + 46 + ], + [ + 96, + 46 + ], + [ + 97, + 45 + ], + [ + 97, + 44 + ], + [ + 96, + 44 + ], + [ + 97, + 43 + ], + [ + 96, + 43 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 90, + 162 + ], + [ + 89, + 161 + ], + [ + 88, + 160 + ], + [ + 87, + 159 + ], + [ + 86, + 159 + ], + [ + 85, + 159 + ], + [ + 84, + 160 + ], + [ + 84, + 161 + ], + [ + 84, + 162 + ], + [ + 85, + 163 + ], + [ + 84, + 164 + ], + [ + 84, + 163 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 117, + 498 + ], + [ + 116, + 497 + ], + [ + 115, + 498 + ], + [ + 114, + 498 + ], + [ + 114, + 499 + ], + [ + 113, + 500 + ], + [ + 114, + 501 + ], + [ + 114, + 502 + ], + [ + 114, + 503 + ], + [ + 114, + 504 + ], + [ + 113, + 505 + ], + [ + 113, + 506 + ], + [ + 113, + 507 + ], + [ + 112, + 508 + ], + [ + 113, + 509 + ], + [ + 113, + 510 + ], + [ + 112, + 511 + ], + [ + 113, + 511 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 88, + 301 + ], + [ + 87, + 300 + ], + [ + 86, + 299 + ], + [ + 85, + 298 + ], + [ + 85, + 297 + ], + [ + 85, + 296 + ], + [ + 86, + 295 + ], + [ + 86, + 294 + ], + [ + 85, + 293 + ], + [ + 85, + 292 + ], + [ + 84, + 291 + ], + [ + 85, + 290 + ], + [ + 86, + 289 + ], + [ + 85, + 289 + ], + [ + 85, + 288 + ], + [ + 85, + 287 + ], + [ + 85, + 286 + ], + [ + 85, + 285 + ], + [ + 86, + 286 + ], + [ + 87, + 285 + ], + [ + 88, + 284 + ], + [ + 89, + 283 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 135, + 473 + ], + [ + 134, + 473 + ], + [ + 133, + 473 + ], + [ + 132, + 474 + ], + [ + 131, + 475 + ], + [ + 130, + 476 + ], + [ + 129, + 475 + ], + [ + 130, + 474 + ], + [ + 129, + 473 + ], + [ + 128, + 474 + ], + [ + 128, + 475 + ], + [ + 127, + 475 + ], + [ + 128, + 476 + ], + [ + 127, + 476 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 113, + 282 + ], + [ + 112, + 281 + ], + [ + 111, + 280 + ], + [ + 110, + 279 + ], + [ + 109, + 278 + ], + [ + 108, + 278 + ], + [ + 107, + 277 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 93, + 435 + ], + [ + 94, + 434 + ], + [ + 95, + 434 + ], + [ + 96, + 435 + ], + [ + 97, + 436 + ], + [ + 98, + 435 + ], + [ + 99, + 434 + ], + [ + 100, + 433 + ], + [ + 101, + 432 + ], + [ + 102, + 433 + ], + [ + 103, + 433 + ], + [ + 104, + 433 + ], + [ + 105, + 433 + ], + [ + 106, + 432 + ], + [ + 107, + 432 + ], + [ + 108, + 431 + ], + [ + 108, + 432 + ], + [ + 109, + 431 + ], + [ + 110, + 430 + ], + [ + 109, + 429 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 129, + 4 + ], + [ + 130, + 5 + ], + [ + 131, + 6 + ], + [ + 132, + 7 + ], + [ + 133, + 8 + ], + [ + 134, + 8 + ], + [ + 135, + 7 + ], + [ + 136, + 6 + ], + [ + 137, + 6 + ], + [ + 138, + 5 + ], + [ + 139, + 4 + ], + [ + 140, + 3 + ], + [ + 141, + 3 + ], + [ + 142, + 3 + ], + [ + 143, + 3 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 181, + 255 + ], + "area_fraction": 0.5626 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 184 + ], + "peak": [ + 42, + 127 + ], + "area_cells": 10951 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 30 + ], + "peak": [ + 18, + 29 + ], + "area_cells": 84 + }, + { + "id": "range_4", + "name": null, + "center": [ + 40, + 370 + ], + "peak": [ + 45, + 370 + ], + "area_cells": 300 + }, + { + "id": "range_5", + "name": null, + "center": [ + 60, + 476 + ], + "peak": [ + 73, + 485 + ], + "area_cells": 987 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 473 + ], + "peak": [ + 112, + 480 + ], + "area_cells": 212 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407d/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407d/globe.png new file mode 100644 index 000000000..a7c8485d3 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407d/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407d/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407d/heightmap.png new file mode 100644 index 000000000..74de9e697 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407d/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407d/index.md b/wiki/star-systems/GJ-407/bodies/GJ407d/index.md new file mode 100644 index 000000000..d326bd2b8 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ407d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2830476690 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 39.3 +physical: + gravity_g: 0.58 + oblateness: 0.0036 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.432 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.156 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407d + +Cold Arid planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407d/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407d/markers.json new file mode 100644 index 000000000..1cd3c7a4c --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407d/markers.json @@ -0,0 +1,625 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 244, + 354 + ], + [ + 243, + 353 + ], + [ + 244, + 352 + ], + [ + 244, + 351 + ], + [ + 243, + 350 + ], + [ + 242, + 349 + ], + [ + 241, + 348 + ], + [ + 240, + 347 + ], + [ + 239, + 346 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 182, + 475 + ], + [ + 181, + 475 + ], + [ + 180, + 475 + ], + [ + 179, + 475 + ], + [ + 178, + 476 + ], + [ + 177, + 477 + ], + [ + 176, + 478 + ], + [ + 175, + 479 + ], + [ + 175, + 480 + ], + [ + 175, + 481 + ], + [ + 175, + 482 + ], + [ + 175, + 483 + ], + [ + 174, + 484 + ], + [ + 175, + 485 + ], + [ + 175, + 486 + ], + [ + 174, + 486 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 245, + 511 + ], + [ + 244, + 511 + ], + [ + 243, + 510 + ], + [ + 242, + 511 + ], + [ + 241, + 0 + ], + [ + 240, + 1 + ], + [ + 239, + 0 + ], + [ + 238, + 0 + ], + [ + 237, + 1 + ], + [ + 236, + 0 + ], + [ + 235, + 1 + ], + [ + 234, + 0 + ], + [ + 235, + 0 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 233, + 16 + ], + [ + 234, + 17 + ], + [ + 235, + 18 + ], + [ + 236, + 18 + ], + [ + 237, + 19 + ], + [ + 238, + 18 + ], + [ + 239, + 19 + ], + [ + 240, + 19 + ], + [ + 241, + 19 + ], + [ + 242, + 18 + ], + [ + 243, + 17 + ], + [ + 244, + 17 + ], + [ + 245, + 16 + ], + [ + 246, + 15 + ], + [ + 247, + 14 + ], + [ + 246, + 13 + ], + [ + 247, + 13 + ], + [ + 247, + 12 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 189, + 480 + ], + [ + 188, + 480 + ], + [ + 187, + 481 + ], + [ + 187, + 482 + ], + [ + 186, + 483 + ], + [ + 187, + 484 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 127, + 507 + ], + [ + 126, + 506 + ], + [ + 125, + 505 + ], + [ + 124, + 504 + ], + [ + 125, + 503 + ], + [ + 125, + 502 + ], + [ + 125, + 501 + ], + [ + 125, + 500 + ], + [ + 124, + 499 + ], + [ + 123, + 498 + ], + [ + 123, + 497 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 245, + 346 + ], + [ + 244, + 345 + ], + [ + 243, + 344 + ], + [ + 242, + 344 + ], + [ + 241, + 344 + ], + [ + 240, + 344 + ], + [ + 239, + 344 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 118, + 120 + ], + [ + 119, + 119 + ], + [ + 120, + 118 + ], + [ + 121, + 117 + ], + [ + 122, + 116 + ], + [ + 123, + 115 + ], + [ + 124, + 114 + ], + [ + 125, + 113 + ], + [ + 126, + 112 + ], + [ + 127, + 111 + ], + [ + 128, + 110 + ], + [ + 129, + 109 + ], + [ + 130, + 109 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 199, + 165 + ], + [ + 198, + 164 + ], + [ + 197, + 165 + ], + [ + 196, + 164 + ], + [ + 195, + 163 + ], + [ + 194, + 164 + ], + [ + 193, + 165 + ], + [ + 192, + 165 + ], + [ + 191, + 166 + ], + [ + 190, + 167 + ], + [ + 189, + 168 + ], + [ + 188, + 168 + ], + [ + 187, + 167 + ], + [ + 186, + 168 + ], + [ + 185, + 167 + ], + [ + 184, + 167 + ], + [ + 183, + 167 + ], + [ + 182, + 166 + ], + [ + 182, + 167 + ], + [ + 183, + 168 + ], + [ + 182, + 168 + ], + [ + 181, + 168 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 232, + 148 + ], + "area_fraction": 0.0371 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 226, + 343 + ], + "area_fraction": 0.0238 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 241, + 448 + ], + "area_fraction": 0.0172 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 121 + ], + "peak": [ + 69, + 184 + ], + "area_cells": 17756 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 411 + ], + "peak": [ + 100, + 465 + ], + "area_cells": 12387 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 221 + ], + "peak": [ + 129, + 221 + ], + "area_cells": 79 + }, + { + "id": "range_6", + "name": null, + "center": [ + 131, + 8 + ], + "peak": [ + 132, + 8 + ], + "area_cells": 142 + }, + { + "id": "range_8", + "name": null, + "center": [ + 179, + 4 + ], + "peak": [ + 179, + 3 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407e-m1/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/globe.png new file mode 100644 index 000000000..f6a97f3a4 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407e-m1/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/heightmap.png new file mode 100644 index 000000000..08e6863da Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407e-m1/index.md b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/index.md new file mode 100644 index 000000000..1cdc31dc1 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ407e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 593326217 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 49.0 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.214 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407e-m1 + +Frozen moon. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407e-m1/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/markers.json new file mode 100644 index 000000000..5c270d6fa --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407e-m1/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 6, + 466 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 27, + 24 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 337 + ], + "peak": [ + 40, + 335 + ], + "area_cells": 156 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 231 + ], + "peak": [ + 85, + 284 + ], + "area_cells": 3686 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 46 + ], + "peak": [ + 96, + 36 + ], + "area_cells": 447 + }, + { + "id": "range_5", + "name": null, + "center": [ + 134, + 421 + ], + "peak": [ + 137, + 350 + ], + "area_cells": 5020 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 148 + ], + "peak": [ + 130, + 168 + ], + "area_cells": 6001 + }, + { + "id": "range_7", + "name": null, + "center": [ + 173, + 26 + ], + "peak": [ + 125, + 0 + ], + "area_cells": 3614 + }, + { + "id": "range_9", + "name": null, + "center": [ + 126, + 265 + ], + "peak": [ + 127, + 266 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 141, + 305 + ], + "peak": [ + 142, + 306 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 156, + 305 + ], + "peak": [ + 156, + 306 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 184, + 480 + ], + "peak": [ + 186, + 483 + ], + "area_cells": 2459 + }, + { + "id": "range_17", + "name": null, + "center": [ + 191, + 212 + ], + "peak": [ + 193, + 213 + ], + "area_cells": 32 + }, + { + "id": "range_18", + "name": null, + "center": [ + 198, + 223 + ], + "peak": [ + 198, + 223 + ], + "area_cells": 67 + }, + { + "id": "range_19", + "name": null, + "center": [ + 196, + 247 + ], + "peak": [ + 197, + 249 + ], + "area_cells": 35 + }, + { + "id": "range_20", + "name": null, + "center": [ + 196, + 421 + ], + "peak": [ + 195, + 424 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 222, + 468 + ], + "peak": [ + 226, + 471 + ], + "area_cells": 25 + }, + { + "id": "range_25", + "name": null, + "center": [ + 230, + 443 + ], + "peak": [ + 233, + 438 + ], + "area_cells": 503 + }, + { + "id": "range_27", + "name": null, + "center": [ + 243, + 374 + ], + "peak": [ + 255, + 376 + ], + "area_cells": 255 + }, + { + "id": "range_28", + "name": null, + "center": [ + 250, + 12 + ], + "peak": [ + 250, + 19 + ], + "area_cells": 245 + }, + { + "id": "range_29", + "name": null, + "center": [ + 251, + 477 + ], + "peak": [ + 255, + 477 + ], + "area_cells": 202 + }, + { + "id": "range_30", + "name": null, + "center": [ + 253, + 506 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407e/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407e/globe.png new file mode 100644 index 000000000..f3b33f5ed Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407e/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407e/index.md b/wiki/star-systems/GJ-407/bodies/GJ407e/index.md new file mode 100644 index 000000000..d755c8c27 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ407e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1050619903 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 18.2 +physical: + gravity_g: null + oblateness: 0.0624 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.118 +--- + +# GJ407e + +Gas giant. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407f/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407f/globe.png new file mode 100644 index 000000000..ade235445 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407f/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407f/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407f/heightmap.png new file mode 100644 index 000000000..8f2ec9728 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407f/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407f/index.md b/wiki/star-systems/GJ-407/bodies/GJ407f/index.md new file mode 100644 index 000000000..53d3bf3a3 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ407f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 766267592 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 24.6 +physical: + gravity_g: 0.44 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.768 + polar_ice_lat: 0.203 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.321 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407f + +Frozen planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407f/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407f/markers.json new file mode 100644 index 000000000..cdf86db4f --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407f/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 29, + 425 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 193, + 394 + ], + "area_fraction": 0.134 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 152, + 260 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 207, + 202 + ], + "area_fraction": 0.0229 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 236, + 59 + ], + "area_fraction": 0.0263 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 99 + ], + "peak": [ + 14, + 93 + ], + "area_cells": 469 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 149 + ], + "peak": [ + 6, + 151 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 130 + ], + "peak": [ + 97, + 59 + ], + "area_cells": 9970 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 481 + ], + "peak": [ + 88, + 472 + ], + "area_cells": 2078 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407g/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407g/globe.png new file mode 100644 index 000000000..12373160d Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407g/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407g/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407g/heightmap.png new file mode 100644 index 000000000..fd54c6ae7 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407g/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407g/index.md b/wiki/star-systems/GJ-407/bodies/GJ407g/index.md new file mode 100644 index 000000000..cbd4e5a75 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ407g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1842946929 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.859 + period_days: 10800.0 + axial_tilt_deg: 49.1 +physical: + gravity_g: 0.34 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.78 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407g + +Frozen planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 10800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407g/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407g/markers.json new file mode 100644 index 000000000..7e30b91cc --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407g/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 68 + ], + "area_fraction": 0.0628 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 26, + 382 + ], + "area_fraction": 0.0988 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 122, + 403 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 136, + 335 + ], + "area_fraction": 0.0128 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 167 + ], + "peak": [ + 67, + 170 + ], + "area_cells": 92 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 137 + ], + "peak": [ + 78, + 137 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 200 + ], + "peak": [ + 136, + 256 + ], + "area_cells": 2184 + }, + { + "id": "range_4", + "name": null, + "center": [ + 175, + 288 + ], + "peak": [ + 179, + 305 + ], + "area_cells": 527 + }, + { + "id": "range_5", + "name": null, + "center": [ + 227, + 125 + ], + "peak": [ + 233, + 115 + ], + "area_cells": 10709 + }, + { + "id": "range_7", + "name": null, + "center": [ + 231, + 360 + ], + "peak": [ + 216, + 326 + ], + "area_cells": 4105 + }, + { + "id": "range_8", + "name": null, + "center": [ + 208, + 24 + ], + "peak": [ + 212, + 24 + ], + "area_cells": 111 + }, + { + "id": "range_9", + "name": null, + "center": [ + 232, + 507 + ], + "peak": [ + 235, + 511 + ], + "area_cells": 98 + }, + { + "id": "range_11", + "name": null, + "center": [ + 248, + 291 + ], + "peak": [ + 249, + 287 + ], + "area_cells": 92 + }, + { + "id": "range_15", + "name": null, + "center": [ + 250, + 460 + ], + "peak": [ + 250, + 457 + ], + "area_cells": 163 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407h/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407h/globe.png new file mode 100644 index 000000000..3a17e109d Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407h/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407h/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407h/heightmap.png new file mode 100644 index 000000000..f5f8b2a39 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407h/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407h/index.md b/wiki/star-systems/GJ-407/bodies/GJ407h/index.md new file mode 100644 index 000000000..99b2d1f77 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ407h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 567163797 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 42.2 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.895 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.447 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407h + +Frozen planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407h/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407h/markers.json new file mode 100644 index 000000000..ca0c1eb9d --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407h/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 12, + 61 + ], + "area_fraction": 0.022 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 15, + 314 + ], + "area_fraction": 0.0813 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 113, + 397 + ], + "peak": [ + 102, + 434 + ], + "area_cells": 2770 + }, + { + "id": "range_2", + "name": null, + "center": [ + 182, + 70 + ], + "peak": [ + 220, + 104 + ], + "area_cells": 12045 + }, + { + "id": "range_3", + "name": null, + "center": [ + 166, + 378 + ], + "peak": [ + 203, + 356 + ], + "area_cells": 15811 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 448 + ], + "peak": [ + 115, + 450 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 130, + 294 + ], + "peak": [ + 128, + 289 + ], + "area_cells": 164 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 119 + ], + "peak": [ + 141, + 119 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 210, + 12 + ], + "peak": [ + 210, + 13 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 38 + ], + "peak": [ + 225, + 43 + ], + "area_cells": 188 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-407/bodies/GJ407i/globe.png b/wiki/star-systems/GJ-407/bodies/GJ407i/globe.png new file mode 100644 index 000000000..d35e4bf0b Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407i/globe.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407i/heightmap.png b/wiki/star-systems/GJ-407/bodies/GJ407i/heightmap.png new file mode 100644 index 000000000..c22f8e564 Binary files /dev/null and b/wiki/star-systems/GJ-407/bodies/GJ407i/heightmap.png differ diff --git a/wiki/star-systems/GJ-407/bodies/GJ407i/index.md b/wiki/star-systems/GJ-407/bodies/GJ407i/index.md new file mode 100644 index 000000000..d0a727b32 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ407i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 362586672 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 24.609 + period_days: 50000.0 + axial_tilt_deg: 36.0 +physical: + gravity_g: 0.08 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.146 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.245 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ407i + +Frozen planet. + +**System:** [GJ-407](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 50000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-407/bodies/GJ407i/markers.json b/wiki/star-systems/GJ-407/bodies/GJ407i/markers.json new file mode 100644 index 000000000..ed58a4a79 --- /dev/null +++ b/wiki/star-systems/GJ-407/bodies/GJ407i/markers.json @@ -0,0 +1,160 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 51, + 93 + ], + "area_fraction": 0.1163 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 68, + 466 + ], + "area_fraction": 0.0731 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 59, + 256 + ], + "area_fraction": 0.006 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 82, + 212 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 103, + 23 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 103, + 186 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 105, + 266 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 138, + 224 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 225, + 355 + ], + "peak": [ + 210, + 294 + ], + "area_cells": 17377 + }, + { + "id": "range_5", + "name": null, + "center": [ + 232, + 55 + ], + "peak": [ + 252, + 79 + ], + "area_cells": 5408 + }, + { + "id": "range_6", + "name": null, + "center": [ + 207, + 146 + ], + "peak": [ + 208, + 142 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 240, + 160 + ], + "peak": [ + 255, + 153 + ], + "area_cells": 823 + }, + { + "id": "range_8", + "name": null, + "center": [ + 236, + 178 + ], + "peak": [ + 234, + 179 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ408b/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408b/globe.png new file mode 100644 index 000000000..47731fcd0 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408b/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408b/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408b/heightmap.png new file mode 100644 index 000000000..14fbed21d Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408b/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408b/index.md b/wiki/star-systems/GJ-408/bodies/GJ408b/index.md new file mode 100644 index 000000000..f3c2b0352 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ408b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2799095847 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 5.0 +physical: + gravity_g: 0.28 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.912 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408b + +Barren planet. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 100% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408b/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408b/markers.json new file mode 100644 index 000000000..eeb13d5a8 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408b/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 3 + ], + "peak": [ + 21, + 4 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 149, + 158 + ], + "peak": [ + 178, + 229 + ], + "area_cells": 27771 + }, + { + "id": "range_3", + "name": null, + "center": [ + 40, + 133 + ], + "peak": [ + 41, + 133 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 492 + ], + "peak": [ + 64, + 508 + ], + "area_cells": 1220 + }, + { + "id": "range_12", + "name": null, + "center": [ + 61, + 422 + ], + "peak": [ + 61, + 423 + ], + "area_cells": 144 + }, + { + "id": "range_13", + "name": null, + "center": [ + 69, + 399 + ], + "peak": [ + 66, + 402 + ], + "area_cells": 190 + }, + { + "id": "range_14", + "name": null, + "center": [ + 68, + 377 + ], + "peak": [ + 70, + 377 + ], + "area_cells": 146 + }, + { + "id": "range_19", + "name": null, + "center": [ + 76, + 451 + ], + "peak": [ + 77, + 453 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 85, + 442 + ], + "peak": [ + 85, + 442 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 96, + 419 + ], + "peak": [ + 97, + 419 + ], + "area_cells": 115 + }, + { + "id": "range_23", + "name": null, + "center": [ + 128, + 443 + ], + "peak": [ + 127, + 444 + ], + "area_cells": 63 + }, + { + "id": "range_24", + "name": null, + "center": [ + 207, + 426 + ], + "peak": [ + 165, + 455 + ], + "area_cells": 10406 + }, + { + "id": "range_27", + "name": null, + "center": [ + 146, + 99 + ], + "peak": [ + 146, + 100 + ], + "area_cells": 41 + }, + { + "id": "range_28", + "name": null, + "center": [ + 147, + 394 + ], + "peak": [ + 147, + 395 + ], + "area_cells": 20 + }, + { + "id": "range_32", + "name": null, + "center": [ + 154, + 361 + ], + "peak": [ + 156, + 363 + ], + "area_cells": 31 + }, + { + "id": "range_39", + "name": null, + "center": [ + 175, + 413 + ], + "peak": [ + 175, + 413 + ], + "area_cells": 23 + }, + { + "id": "range_41", + "name": null, + "center": [ + 194, + 313 + ], + "peak": [ + 198, + 314 + ], + "area_cells": 37 + }, + { + "id": "range_45", + "name": null, + "center": [ + 233, + 510 + ], + "peak": [ + 239, + 511 + ], + "area_cells": 108 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 142 + ], + "peak": [ + 251, + 150 + ], + "area_cells": 202 + }, + { + "id": "range_57", + "name": null, + "center": [ + 249, + 0 + ], + "peak": [ + 252, + 0 + ], + "area_cells": 37 + }, + { + "id": "range_59", + "name": null, + "center": [ + 249, + 168 + ], + "peak": [ + 251, + 169 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c-1/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408c-1/globe.png new file mode 100644 index 000000000..50ebd0818 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408c-1/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c-1/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408c-1/heightmap.png new file mode 100644 index 000000000..cbf6f1169 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c-1/index.md b/wiki/star-systems/GJ-408/bodies/GJ408c-1/index.md new file mode 100644 index 000000000..0ff56b67c --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ408c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3210492389 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.04 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408c-1 + +Barren moon. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c-1/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408c-1/markers.json new file mode 100644 index 000000000..1191a14d9 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408c-1/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 5 + ], + "peak": [ + 38, + 4 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 165 + ], + "peak": [ + 68, + 163 + ], + "area_cells": 132 + }, + { + "id": "range_3", + "name": null, + "center": [ + 190, + 264 + ], + "peak": [ + 187, + 405 + ], + "area_cells": 42676 + }, + { + "id": "range_4", + "name": null, + "center": [ + 86, + 120 + ], + "peak": [ + 90, + 97 + ], + "area_cells": 1099 + }, + { + "id": "range_7", + "name": null, + "center": [ + 75, + 484 + ], + "peak": [ + 75, + 484 + ], + "area_cells": 64 + }, + { + "id": "range_9", + "name": null, + "center": [ + 78, + 11 + ], + "peak": [ + 79, + 11 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 85, + 51 + ], + "peak": [ + 85, + 46 + ], + "area_cells": 237 + }, + { + "id": "range_12", + "name": null, + "center": [ + 89, + 200 + ], + "peak": [ + 92, + 199 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 97, + 507 + ], + "peak": [ + 97, + 507 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 106, + 16 + ], + "peak": [ + 107, + 19 + ], + "area_cells": 392 + }, + { + "id": "range_18", + "name": null, + "center": [ + 122, + 482 + ], + "peak": [ + 120, + 483 + ], + "area_cells": 138 + }, + { + "id": "range_20", + "name": null, + "center": [ + 133, + 104 + ], + "peak": [ + 134, + 102 + ], + "area_cells": 207 + }, + { + "id": "range_21", + "name": null, + "center": [ + 129, + 264 + ], + "peak": [ + 130, + 264 + ], + "area_cells": 107 + }, + { + "id": "range_22", + "name": null, + "center": [ + 132, + 216 + ], + "peak": [ + 132, + 217 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 139, + 48 + ], + "peak": [ + 139, + 49 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408c/globe.png new file mode 100644 index 000000000..71dbf3241 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408c/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408c/heightmap.png new file mode 100644 index 000000000..3ef4d09d0 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408c/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c/index.md b/wiki/star-systems/GJ-408/bodies/GJ408c/index.md new file mode 100644 index 000000000..f176c6970 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ408c +name: Steynplaas +body_type: planet +planet_class: arid +body_scale: planet +seed: 3261947062 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 0.1 +physical: + gravity_g: 0.8 + oblateness: 0.003 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.962 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.115 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Steynplaas + +Arid planet. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 97% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 50M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408c/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408c/markers.json new file mode 100644 index 000000000..0e09af7d4 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408c/markers.json @@ -0,0 +1,389 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 28, + 49 + ], + [ + 29, + 48 + ], + [ + 30, + 47 + ], + [ + 31, + 48 + ], + [ + 32, + 49 + ], + [ + 33, + 48 + ], + [ + 33, + 49 + ], + [ + 34, + 48 + ], + [ + 35, + 48 + ], + [ + 36, + 49 + ], + [ + 37, + 50 + ], + [ + 37, + 51 + ], + [ + 38, + 50 + ], + [ + 39, + 51 + ], + [ + 40, + 51 + ], + [ + 39, + 52 + ], + [ + 38, + 53 + ], + [ + 37, + 53 + ], + [ + 38, + 52 + ], + [ + 37, + 52 + ], + [ + 38, + 51 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 47, + 21 + ], + [ + 48, + 20 + ], + [ + 49, + 19 + ], + [ + 50, + 18 + ], + [ + 51, + 19 + ], + [ + 52, + 19 + ], + [ + 53, + 20 + ], + [ + 54, + 20 + ], + [ + 55, + 19 + ], + [ + 56, + 18 + ], + [ + 55, + 17 + ], + [ + 56, + 16 + ], + [ + 56, + 15 + ], + [ + 57, + 14 + ], + [ + 56, + 13 + ], + [ + 56, + 12 + ], + [ + 55, + 11 + ], + [ + 55, + 12 + ], + [ + 55, + 13 + ], + [ + 54, + 12 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 152, + 147 + ], + [ + 153, + 148 + ], + [ + 154, + 148 + ], + [ + 155, + 148 + ], + [ + 156, + 148 + ], + [ + 157, + 149 + ], + [ + 158, + 150 + ], + [ + 157, + 150 + ], + [ + 157, + 151 + ], + [ + 156, + 150 + ], + [ + 156, + 151 + ], + [ + 156, + 152 + ], + [ + 157, + 153 + ], + [ + 157, + 152 + ], + [ + 158, + 153 + ], + [ + 158, + 152 + ], + [ + 158, + 151 + ], + [ + 159, + 152 + ], + [ + 160, + 151 + ], + [ + 159, + 150 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 33, + 414 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 84, + 376 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 271 + ], + "peak": [ + 32, + 268 + ], + "area_cells": 217 + }, + { + "id": "range_2", + "name": null, + "center": [ + 124, + 10 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 135 + }, + { + "id": "range_3", + "name": null, + "center": [ + 136, + 485 + ], + "peak": [ + 132, + 489 + ], + "area_cells": 989 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 23 + ], + "peak": [ + 154, + 25 + ], + "area_cells": 166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 163, + 493 + ], + "peak": [ + 163, + 491 + ], + "area_cells": 66 + }, + { + "id": "range_8", + "name": null, + "center": [ + 218, + 320 + ], + "peak": [ + 238, + 359 + ], + "area_cells": 6579 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 221 + ], + "peak": [ + 213, + 220 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408d/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408d/globe.png new file mode 100644 index 000000000..c2d7f8f8d Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408d/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408d/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408d/heightmap.png new file mode 100644 index 000000000..57801db60 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408d/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408d/index.md b/wiki/star-systems/GJ-408/bodies/GJ408d/index.md new file mode 100644 index 000000000..6ff65ac8e --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ408d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4116216998 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.144 + period_days: 30.0 + axial_tilt_deg: 55.3 +physical: + gravity_g: 0.35 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.708 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408d + +Frozen planet. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408d/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408d/markers.json new file mode 100644 index 000000000..5dd09072d --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408d/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 25, + 56 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 85, + 157 + ], + "area_fraction": 0.2133 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 13, + 428 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 107, + 500 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 140, + 446 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 174, + 354 + ], + "peak": [ + 159, + 379 + ], + "area_cells": 2264 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408e/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408e/globe.png new file mode 100644 index 000000000..a1acf1e02 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408e/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408e/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408e/heightmap.png new file mode 100644 index 000000000..aa55b0192 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408e/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408e/index.md b/wiki/star-systems/GJ-408/bodies/GJ408e/index.md new file mode 100644 index 000000000..4129f75b4 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ408e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2065802122 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.278 + period_days: 80.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.28 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.85 + polar_ice_lat: 0.255 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408e + +Frozen planet. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408e/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408e/markers.json new file mode 100644 index 000000000..0e0b62e2b --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408e/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 51 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 29, + 491 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 157, + 190 + ], + "area_fraction": 0.019 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 200, + 404 + ], + "area_fraction": 0.0771 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 215, + 12 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 259 + ], + "peak": [ + 0, + 264 + ], + "area_cells": 466 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 113 + ], + "peak": [ + 12, + 107 + ], + "area_cells": 204 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 443 + ], + "peak": [ + 38, + 454 + ], + "area_cells": 529 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 276 + ], + "peak": [ + 61, + 220 + ], + "area_cells": 11141 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 27 + ], + "peak": [ + 46, + 27 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 58 + ], + "peak": [ + 52, + 47 + ], + "area_cells": 362 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 69 + ], + "peak": [ + 78, + 71 + ], + "area_cells": 884 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 94 + ], + "peak": [ + 73, + 94 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 133 + ], + "peak": [ + 78, + 134 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 100, + 159 + ], + "peak": [ + 100, + 159 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 124, + 255 + ], + "peak": [ + 122, + 256 + ], + "area_cells": 805 + }, + { + "id": "range_15", + "name": null, + "center": [ + 250, + 316 + ], + "peak": [ + 254, + 326 + ], + "area_cells": 552 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-1/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408f-1/globe.png new file mode 100644 index 000000000..8713ae301 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408f-1/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-1/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408f-1/heightmap.png new file mode 100644 index 000000000..be3e7a493 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-1/index.md b/wiki/star-systems/GJ-408/bodies/GJ408f-1/index.md new file mode 100644 index 000000000..107e84676 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ408f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 479146171 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 44.4 +physical: + gravity_g: 0.05 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.829 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408f-1 + +Barren moon. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-1/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408f-1/markers.json new file mode 100644 index 000000000..0f460601a --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408f-1/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 247 + ], + "peak": [ + 31, + 248 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 239 + ], + "peak": [ + 35, + 239 + ], + "area_cells": 44 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 283 + ], + "peak": [ + 65, + 264 + ], + "area_cells": 1320 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 400 + ], + "peak": [ + 57, + 416 + ], + "area_cells": 2271 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 458 + ], + "peak": [ + 38, + 456 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 64, + 224 + ], + "peak": [ + 65, + 225 + ], + "area_cells": 707 + }, + { + "id": "range_8", + "name": null, + "center": [ + 58, + 354 + ], + "peak": [ + 64, + 361 + ], + "area_cells": 136 + }, + { + "id": "range_13", + "name": null, + "center": [ + 84, + 444 + ], + "peak": [ + 84, + 442 + ], + "area_cells": 638 + }, + { + "id": "range_14", + "name": null, + "center": [ + 66, + 15 + ], + "peak": [ + 68, + 14 + ], + "area_cells": 40 + }, + { + "id": "range_18", + "name": null, + "center": [ + 86, + 125 + ], + "peak": [ + 86, + 126 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 113, + 272 + ], + "peak": [ + 114, + 272 + ], + "area_cells": 163 + }, + { + "id": "range_21", + "name": null, + "center": [ + 115, + 447 + ], + "peak": [ + 115, + 447 + ], + "area_cells": 56 + }, + { + "id": "range_22", + "name": null, + "center": [ + 132, + 141 + ], + "peak": [ + 137, + 150 + ], + "area_cells": 577 + }, + { + "id": "range_23", + "name": null, + "center": [ + 119, + 307 + ], + "peak": [ + 119, + 307 + ], + "area_cells": 124 + }, + { + "id": "range_24", + "name": null, + "center": [ + 120, + 177 + ], + "peak": [ + 123, + 176 + ], + "area_cells": 48 + }, + { + "id": "range_27", + "name": null, + "center": [ + 178, + 378 + ], + "peak": [ + 176, + 379 + ], + "area_cells": 2508 + }, + { + "id": "range_28", + "name": null, + "center": [ + 127, + 506 + ], + "peak": [ + 129, + 509 + ], + "area_cells": 85 + }, + { + "id": "range_29", + "name": null, + "center": [ + 159, + 468 + ], + "peak": [ + 172, + 479 + ], + "area_cells": 1505 + }, + { + "id": "range_30", + "name": null, + "center": [ + 148, + 3 + ], + "peak": [ + 157, + 2 + ], + "area_cells": 310 + }, + { + "id": "range_31", + "name": null, + "center": [ + 159, + 263 + ], + "peak": [ + 159, + 262 + ], + "area_cells": 169 + }, + { + "id": "range_33", + "name": null, + "center": [ + 166, + 304 + ], + "peak": [ + 169, + 305 + ], + "area_cells": 354 + }, + { + "id": "range_34", + "name": null, + "center": [ + 156, + 83 + ], + "peak": [ + 157, + 83 + ], + "area_cells": 20 + }, + { + "id": "range_36", + "name": null, + "center": [ + 165, + 55 + ], + "peak": [ + 167, + 60 + ], + "area_cells": 37 + }, + { + "id": "range_37", + "name": null, + "center": [ + 172, + 137 + ], + "peak": [ + 176, + 139 + ], + "area_cells": 60 + }, + { + "id": "range_38", + "name": null, + "center": [ + 173, + 281 + ], + "peak": [ + 174, + 282 + ], + "area_cells": 23 + }, + { + "id": "range_39", + "name": null, + "center": [ + 185, + 442 + ], + "peak": [ + 184, + 445 + ], + "area_cells": 160 + }, + { + "id": "range_43", + "name": null, + "center": [ + 205, + 473 + ], + "peak": [ + 204, + 484 + ], + "area_cells": 401 + }, + { + "id": "range_44", + "name": null, + "center": [ + 202, + 125 + ], + "peak": [ + 194, + 129 + ], + "area_cells": 113 + }, + { + "id": "range_46", + "name": null, + "center": [ + 218, + 21 + ], + "peak": [ + 222, + 0 + ], + "area_cells": 375 + }, + { + "id": "range_51", + "name": null, + "center": [ + 216, + 351 + ], + "peak": [ + 216, + 353 + ], + "area_cells": 31 + }, + { + "id": "range_58", + "name": null, + "center": [ + 223, + 505 + ], + "peak": [ + 223, + 511 + ], + "area_cells": 152 + }, + { + "id": "range_65", + "name": null, + "center": [ + 233, + 478 + ], + "peak": [ + 234, + 479 + ], + "area_cells": 23 + }, + { + "id": "range_67", + "name": null, + "center": [ + 235, + 254 + ], + "peak": [ + 237, + 254 + ], + "area_cells": 25 + }, + { + "id": "range_70", + "name": null, + "center": [ + 244, + 262 + ], + "peak": [ + 253, + 262 + ], + "area_cells": 24 + }, + { + "id": "range_71", + "name": null, + "center": [ + 245, + 267 + ], + "peak": [ + 253, + 268 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-2/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408f-2/globe.png new file mode 100644 index 000000000..ffd61071b Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408f-2/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-2/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408f-2/heightmap.png new file mode 100644 index 000000000..af3ec7018 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-2/index.md b/wiki/star-systems/GJ-408/bodies/GJ408f-2/index.md new file mode 100644 index 000000000..2a05b4723 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ408f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1790248589 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 39.2 +physical: + gravity_g: 0.03 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.765 + polar_ice_lat: 0.139 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408f-2 + +Frozen moon. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f-2/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408f-2/markers.json new file mode 100644 index 000000000..8543ea387 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408f-2/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 211, + 263 + ], + "area_fraction": 0.2157 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 247, + 23 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 224 + ], + "peak": [ + 28, + 225 + ], + "area_cells": 69 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 235 + ], + "peak": [ + 39, + 235 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 66 + ], + "peak": [ + 67, + 87 + ], + "area_cells": 7111 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 244 + ], + "peak": [ + 68, + 254 + ], + "area_cells": 864 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 438 + ], + "peak": [ + 88, + 423 + ], + "area_cells": 7064 + }, + { + "id": "range_9", + "name": null, + "center": [ + 73, + 278 + ], + "peak": [ + 73, + 278 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 84, + 281 + ], + "peak": [ + 84, + 283 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 126, + 211 + ], + "peak": [ + 160, + 191 + ], + "area_cells": 2609 + }, + { + "id": "range_13", + "name": null, + "center": [ + 102, + 294 + ], + "peak": [ + 102, + 294 + ], + "area_cells": 50 + }, + { + "id": "range_16", + "name": null, + "center": [ + 108, + 299 + ], + "peak": [ + 109, + 300 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408f/globe.png new file mode 100644 index 000000000..2cb7f957f Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408f/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408f/index.md b/wiki/star-systems/GJ-408/bodies/GJ408f/index.md new file mode 100644 index 000000000..04dc93f10 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ408f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1187791281 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.879 + period_days: 450.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: null + oblateness: 0.0702 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.096 +rings: + enabled: true + inner_radius_factor: 1.16 + outer_radius_factor: 2.2 + opacity_base: 0.46 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ408f + +Gas giant. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 450 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408g/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408g/globe.png new file mode 100644 index 000000000..2b3ef7e92 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408g/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408g/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408g/heightmap.png new file mode 100644 index 000000000..0cf2037b8 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408g/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408g/index.md b/wiki/star-systems/GJ-408/bodies/GJ408g/index.md new file mode 100644 index 000000000..2d0f34d79 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ408g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1896750141 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 54.6 +physical: + gravity_g: 0.22 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.147 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408g + +Frozen planet. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408g/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408g/markers.json new file mode 100644 index 000000000..213af0de8 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408g/markers.json @@ -0,0 +1,344 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 283 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 87, + 321 + ], + "area_fraction": 0.1746 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 227, + 359 + ], + "area_fraction": 0.0231 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 24 + ], + "peak": [ + 2, + 3 + ], + "area_cells": 1367 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 128 + ], + "peak": [ + 17, + 151 + ], + "area_cells": 1524 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 179 + ], + "peak": [ + 16, + 179 + ], + "area_cells": 553 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 503 + ], + "peak": [ + 0, + 496 + ], + "area_cells": 289 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 453 + ], + "peak": [ + 24, + 453 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 38, + 383 + ], + "peak": [ + 38, + 397 + ], + "area_cells": 820 + }, + { + "id": "range_8", + "name": null, + "center": [ + 37, + 346 + ], + "peak": [ + 37, + 345 + ], + "area_cells": 79 + }, + { + "id": "range_9", + "name": null, + "center": [ + 89, + 10 + ], + "peak": [ + 89, + 17 + ], + "area_cells": 203 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 45 + ], + "peak": [ + 87, + 47 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 505 + ], + "peak": [ + 89, + 511 + ], + "area_cells": 112 + }, + { + "id": "range_12", + "name": null, + "center": [ + 143, + 199 + ], + "peak": [ + 133, + 203 + ], + "area_cells": 657 + }, + { + "id": "range_13", + "name": null, + "center": [ + 145, + 324 + ], + "peak": [ + 146, + 325 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 28 + ], + "peak": [ + 216, + 15 + ], + "area_cells": 3945 + }, + { + "id": "range_15", + "name": null, + "center": [ + 168, + 273 + ], + "peak": [ + 165, + 273 + ], + "area_cells": 1163 + }, + { + "id": "range_16", + "name": null, + "center": [ + 154, + 160 + ], + "peak": [ + 155, + 162 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 168, + 230 + ], + "peak": [ + 165, + 232 + ], + "area_cells": 162 + }, + { + "id": "range_18", + "name": null, + "center": [ + 199, + 480 + ], + "peak": [ + 220, + 507 + ], + "area_cells": 3797 + }, + { + "id": "range_19", + "name": null, + "center": [ + 187, + 202 + ], + "peak": [ + 188, + 202 + ], + "area_cells": 44 + }, + { + "id": "range_20", + "name": null, + "center": [ + 214, + 130 + ], + "peak": [ + 223, + 131 + ], + "area_cells": 1594 + }, + { + "id": "range_21", + "name": null, + "center": [ + 201, + 200 + ], + "peak": [ + 200, + 205 + ], + "area_cells": 158 + }, + { + "id": "range_22", + "name": null, + "center": [ + 203, + 253 + ], + "peak": [ + 206, + 255 + ], + "area_cells": 78 + }, + { + "id": "range_23", + "name": null, + "center": [ + 228, + 295 + ], + "peak": [ + 228, + 306 + ], + "area_cells": 996 + }, + { + "id": "range_24", + "name": null, + "center": [ + 221, + 224 + ], + "peak": [ + 221, + 218 + ], + "area_cells": 146 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-408/bodies/GJ408h/globe.png b/wiki/star-systems/GJ-408/bodies/GJ408h/globe.png new file mode 100644 index 000000000..495ba250a Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408h/globe.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408h/heightmap.png b/wiki/star-systems/GJ-408/bodies/GJ408h/heightmap.png new file mode 100644 index 000000000..e8b5527e8 Binary files /dev/null and b/wiki/star-systems/GJ-408/bodies/GJ408h/heightmap.png differ diff --git a/wiki/star-systems/GJ-408/bodies/GJ408h/index.md b/wiki/star-systems/GJ-408/bodies/GJ408h/index.md new file mode 100644 index 000000000..65b7f809b --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ408h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1638331714 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 53.7 +physical: + gravity_g: 0.1 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.79 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ408h + +Frozen planet. + +**System:** [GJ-408](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-408/bodies/GJ408h/markers.json b/wiki/star-systems/GJ-408/bodies/GJ408h/markers.json new file mode 100644 index 000000000..080281333 --- /dev/null +++ b/wiki/star-systems/GJ-408/bodies/GJ408h/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 20, + 342 + ], + "area_fraction": 0.0467 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 171, + 97 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 231, + 179 + ], + "area_fraction": 0.1215 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 240, + 484 + ], + "area_fraction": 0.0122 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 213 + ], + "peak": [ + 46, + 210 + ], + "area_cells": 23480 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 508 + ], + "peak": [ + 45, + 511 + ], + "area_cells": 75 + }, + { + "id": "range_3", + "name": null, + "center": [ + 125, + 465 + ], + "peak": [ + 126, + 466 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 172, + 423 + ], + "peak": [ + 173, + 414 + ], + "area_cells": 258 + }, + { + "id": "range_6", + "name": null, + "center": [ + 190, + 442 + ], + "peak": [ + 190, + 440 + ], + "area_cells": 134 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ410b/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410b/globe.png new file mode 100644 index 000000000..2ee0f2640 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410b/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410b/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410b/heightmap.png new file mode 100644 index 000000000..8f177dd67 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410b/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410b/index.md b/wiki/star-systems/GJ-410/bodies/GJ410b/index.md new file mode 100644 index 000000000..34514c471 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ410b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1887860596 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 36.1 +physical: + gravity_g: 0.3 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.858 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410b + +Barren planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410b/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410b/markers.json new file mode 100644 index 000000000..fd85f775f --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410b/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 264 + ], + "peak": [ + 71, + 372 + ], + "area_cells": 31841 + }, + { + "id": "range_13", + "name": null, + "center": [ + 144, + 169 + ], + "peak": [ + 145, + 169 + ], + "area_cells": 42 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 30 + ], + "peak": [ + 162, + 31 + ], + "area_cells": 62 + }, + { + "id": "range_16", + "name": null, + "center": [ + 184, + 507 + ], + "peak": [ + 185, + 508 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410c/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410c/globe.png new file mode 100644 index 000000000..aec14b930 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410c/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410c/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410c/heightmap.png new file mode 100644 index 000000000..9d5351233 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410c/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410c/index.md b/wiki/star-systems/GJ-410/bodies/GJ410c/index.md new file mode 100644 index 000000000..3b4afe286 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ410c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 608669504 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.212 + period_days: 40.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.42 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.938 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410c + +Barren planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410c/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410c/markers.json new file mode 100644 index 000000000..15a232b70 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410c/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 383 + ], + "peak": [ + 71, + 401 + ], + "area_cells": 2299 + }, + { + "id": "range_5", + "name": null, + "center": [ + 80, + 323 + ], + "peak": [ + 82, + 324 + ], + "area_cells": 46 + }, + { + "id": "range_6", + "name": null, + "center": [ + 95, + 196 + ], + "peak": [ + 93, + 195 + ], + "area_cells": 328 + }, + { + "id": "range_8", + "name": null, + "center": [ + 136, + 444 + ], + "peak": [ + 157, + 490 + ], + "area_cells": 4109 + }, + { + "id": "range_12", + "name": null, + "center": [ + 205, + 239 + ], + "peak": [ + 178, + 259 + ], + "area_cells": 39795 + }, + { + "id": "range_13", + "name": null, + "center": [ + 115, + 89 + ], + "peak": [ + 116, + 89 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410d/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410d/globe.png new file mode 100644 index 000000000..f40f084ef Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410d/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410d/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410d/heightmap.png new file mode 100644 index 000000000..28b06c770 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410d/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410d/index.md b/wiki/star-systems/GJ-410/bodies/GJ410d/index.md new file mode 100644 index 000000000..a25975e06 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ410d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 687900076 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.391 + period_days: 100.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.35 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.853 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410d + +Frozen planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410d/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410d/markers.json new file mode 100644 index 000000000..05803c650 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410d/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 55, + 346 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 52, + 128 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 123, + 304 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 228, + 453 + ], + "area_fraction": 0.0484 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 228, + 26 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 232, + 147 + ], + "area_fraction": 0.0452 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 118, + 410 + ], + "peak": [ + 118, + 411 + ], + "area_cells": 1878 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 85 + ], + "peak": [ + 107, + 85 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 129, + 217 + ], + "peak": [ + 129, + 212 + ], + "area_cells": 124 + }, + { + "id": "range_5", + "name": null, + "center": [ + 159, + 87 + ], + "peak": [ + 154, + 80 + ], + "area_cells": 2060 + }, + { + "id": "range_6", + "name": null, + "center": [ + 141, + 506 + ], + "peak": [ + 144, + 509 + ], + "area_cells": 94 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 4 + ], + "peak": [ + 146, + 0 + ], + "area_cells": 95 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 506 + ], + "peak": [ + 159, + 506 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410e/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410e/globe.png new file mode 100644 index 000000000..2c3e00934 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410e/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410e/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410e/heightmap.png new file mode 100644 index 000000000..c3953e814 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410e/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410e/index.md b/wiki/star-systems/GJ-410/bodies/GJ410e/index.md new file mode 100644 index 000000000..00267e37f --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ410e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 344311033 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 49.1 +physical: + gravity_g: 0.28 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.153 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410e + +Frozen planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410e/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410e/markers.json new file mode 100644 index 000000000..bf8ec7e9a --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410e/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 41, + 121 + ], + "area_fraction": 0.1484 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 66, + 483 + ], + "area_fraction": 0.0263 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 61, + 388 + ], + "area_fraction": 0.0248 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 209, + 276 + ], + "area_fraction": 0.052 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 233, + 73 + ], + "area_fraction": 0.0171 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 316 + ], + "peak": [ + 25, + 313 + ], + "area_cells": 500 + }, + { + "id": "range_2", + "name": null, + "center": [ + 126, + 159 + ], + "peak": [ + 124, + 128 + ], + "area_cells": 4855 + }, + { + "id": "range_3", + "name": null, + "center": [ + 100, + 137 + ], + "peak": [ + 99, + 138 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 446 + ], + "peak": [ + 103, + 445 + ], + "area_cells": 127 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 368 + ], + "peak": [ + 105, + 367 + ], + "area_cells": 152 + }, + { + "id": "range_6", + "name": null, + "center": [ + 141, + 392 + ], + "peak": [ + 158, + 415 + ], + "area_cells": 8882 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 2 + ], + "peak": [ + 116, + 0 + ], + "area_cells": 52 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 55 + ], + "peak": [ + 175, + 52 + ], + "area_cells": 3349 + }, + { + "id": "range_10", + "name": null, + "center": [ + 159, + 509 + ], + "peak": [ + 156, + 511 + ], + "area_cells": 56 + }, + { + "id": "range_11", + "name": null, + "center": [ + 177, + 393 + ], + "peak": [ + 177, + 396 + ], + "area_cells": 37 + }, + { + "id": "range_13", + "name": null, + "center": [ + 210, + 154 + ], + "peak": [ + 208, + 168 + ], + "area_cells": 1476 + }, + { + "id": "range_14", + "name": null, + "center": [ + 241, + 446 + ], + "peak": [ + 253, + 502 + ], + "area_cells": 2786 + }, + { + "id": "range_16", + "name": null, + "center": [ + 249, + 206 + ], + "peak": [ + 246, + 206 + ], + "area_cells": 319 + }, + { + "id": "range_17", + "name": null, + "center": [ + 250, + 12 + ], + "peak": [ + 252, + 0 + ], + "area_cells": 279 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410f-1/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410f-1/globe.png new file mode 100644 index 000000000..54ae03594 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410f-1/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410f-1/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410f-1/heightmap.png new file mode 100644 index 000000000..c7928bc4b Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410f-1/index.md b/wiki/star-systems/GJ-410/bodies/GJ410f-1/index.md new file mode 100644 index 000000000..1e754212e --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ410f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 80389255 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 30.9 +physical: + gravity_g: 0.05 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.849 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410f-1 + +Barren moon. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410f-1/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410f-1/markers.json new file mode 100644 index 000000000..f03708f8a --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410f-1/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 71, + 106 + ], + "peak": [ + 57, + 107 + ], + "area_cells": 5737 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 347 + ], + "peak": [ + 82, + 363 + ], + "area_cells": 2213 + }, + { + "id": "range_8", + "name": null, + "center": [ + 38, + 204 + ], + "peak": [ + 37, + 206 + ], + "area_cells": 79 + }, + { + "id": "range_11", + "name": null, + "center": [ + 40, + 487 + ], + "peak": [ + 40, + 488 + ], + "area_cells": 40 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 424 + ], + "peak": [ + 59, + 437 + ], + "area_cells": 855 + }, + { + "id": "range_13", + "name": null, + "center": [ + 56, + 218 + ], + "peak": [ + 57, + 216 + ], + "area_cells": 188 + }, + { + "id": "range_15", + "name": null, + "center": [ + 71, + 484 + ], + "peak": [ + 52, + 501 + ], + "area_cells": 1379 + }, + { + "id": "range_16", + "name": null, + "center": [ + 69, + 248 + ], + "peak": [ + 78, + 246 + ], + "area_cells": 208 + }, + { + "id": "range_17", + "name": null, + "center": [ + 63, + 293 + ], + "peak": [ + 64, + 293 + ], + "area_cells": 47 + }, + { + "id": "range_18", + "name": null, + "center": [ + 69, + 203 + ], + "peak": [ + 69, + 203 + ], + "area_cells": 27 + }, + { + "id": "range_21", + "name": null, + "center": [ + 92, + 297 + ], + "peak": [ + 91, + 289 + ], + "area_cells": 506 + }, + { + "id": "range_24", + "name": null, + "center": [ + 93, + 413 + ], + "peak": [ + 93, + 414 + ], + "area_cells": 42 + }, + { + "id": "range_25", + "name": null, + "center": [ + 162, + 243 + ], + "peak": [ + 165, + 229 + ], + "area_cells": 3138 + }, + { + "id": "range_26", + "name": null, + "center": [ + 101, + 395 + ], + "peak": [ + 102, + 392 + ], + "area_cells": 101 + }, + { + "id": "range_27", + "name": null, + "center": [ + 115, + 57 + ], + "peak": [ + 117, + 63 + ], + "area_cells": 363 + }, + { + "id": "range_28", + "name": null, + "center": [ + 112, + 224 + ], + "peak": [ + 116, + 221 + ], + "area_cells": 184 + }, + { + "id": "range_34", + "name": null, + "center": [ + 130, + 376 + ], + "peak": [ + 130, + 376 + ], + "area_cells": 62 + }, + { + "id": "range_40", + "name": null, + "center": [ + 163, + 432 + ], + "peak": [ + 169, + 429 + ], + "area_cells": 250 + }, + { + "id": "range_45", + "name": null, + "center": [ + 222, + 377 + ], + "peak": [ + 204, + 366 + ], + "area_cells": 5357 + }, + { + "id": "range_46", + "name": null, + "center": [ + 161, + 373 + ], + "peak": [ + 164, + 375 + ], + "area_cells": 93 + }, + { + "id": "range_47", + "name": null, + "center": [ + 160, + 385 + ], + "peak": [ + 161, + 386 + ], + "area_cells": 79 + }, + { + "id": "range_48", + "name": null, + "center": [ + 172, + 100 + ], + "peak": [ + 168, + 100 + ], + "area_cells": 112 + }, + { + "id": "range_51", + "name": null, + "center": [ + 182, + 394 + ], + "peak": [ + 183, + 393 + ], + "area_cells": 60 + }, + { + "id": "range_52", + "name": null, + "center": [ + 184, + 410 + ], + "peak": [ + 185, + 411 + ], + "area_cells": 36 + }, + { + "id": "range_53", + "name": null, + "center": [ + 188, + 125 + ], + "peak": [ + 186, + 125 + ], + "area_cells": 54 + }, + { + "id": "range_54", + "name": null, + "center": [ + 192, + 466 + ], + "peak": [ + 190, + 468 + ], + "area_cells": 69 + }, + { + "id": "range_55", + "name": null, + "center": [ + 193, + 69 + ], + "peak": [ + 191, + 69 + ], + "area_cells": 82 + }, + { + "id": "range_56", + "name": null, + "center": [ + 192, + 107 + ], + "peak": [ + 193, + 108 + ], + "area_cells": 75 + }, + { + "id": "range_60", + "name": null, + "center": [ + 205, + 186 + ], + "peak": [ + 211, + 189 + ], + "area_cells": 74 + }, + { + "id": "range_64", + "name": null, + "center": [ + 244, + 280 + ], + "peak": [ + 250, + 275 + ], + "area_cells": 340 + }, + { + "id": "range_65", + "name": null, + "center": [ + 248, + 29 + ], + "peak": [ + 255, + 17 + ], + "area_cells": 889 + }, + { + "id": "range_68", + "name": null, + "center": [ + 247, + 494 + ], + "peak": [ + 252, + 511 + ], + "area_cells": 541 + }, + { + "id": "range_69", + "name": null, + "center": [ + 249, + 250 + ], + "peak": [ + 255, + 241 + ], + "area_cells": 301 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410f/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410f/globe.png new file mode 100644 index 000000000..8e4f47429 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410f/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410f/index.md b/wiki/star-systems/GJ-410/bodies/GJ410f/index.md new file mode 100644 index 000000000..f06f31653 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ410f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 287349448 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 6.0 +physical: + gravity_g: null + oblateness: 0.0855 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.066 +--- + +# GJ410f + +Gas giant. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410g/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410g/globe.png new file mode 100644 index 000000000..01d12f0c2 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410g/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410g/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410g/heightmap.png new file mode 100644 index 000000000..32c0e5786 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410g/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410g/index.md b/wiki/star-systems/GJ-410/bodies/GJ410g/index.md new file mode 100644 index 000000000..3ba856291 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ410g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3904588122 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.18 + period_days: 3500.0 + axial_tilt_deg: 57.9 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.075 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.43 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410g + +Frozen planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410g/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410g/markers.json new file mode 100644 index 000000000..de56f4f57 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410g/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 41 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 18, + 297 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 27, + 434 + ], + "area_fraction": 0.0601 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 17, + 173 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 131, + 260 + ], + "peak": [ + 158, + 258 + ], + "area_cells": 30787 + }, + { + "id": "range_2", + "name": null, + "center": [ + 80, + 212 + ], + "peak": [ + 81, + 212 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 232 + ], + "peak": [ + 95, + 232 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 13 + ], + "peak": [ + 189, + 14 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410h/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410h/globe.png new file mode 100644 index 000000000..48d921190 Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410h/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410h/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410h/heightmap.png new file mode 100644 index 000000000..304f6bbac Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410h/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410h/index.md b/wiki/star-systems/GJ-410/bodies/GJ410h/index.md new file mode 100644 index 000000000..b82478f9f --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ410h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2578033996 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.987 + period_days: 6000.0 + axial_tilt_deg: 27.5 +physical: + gravity_g: 0.22 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.21 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410h + +Frozen planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 6000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410h/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410h/markers.json new file mode 100644 index 000000000..86cd3d34e --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410h/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 112, + 104 + ], + "area_fraction": 0.1062 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 93, + 373 + ], + "area_fraction": 0.0415 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 123, + 460 + ], + "area_fraction": 0.0442 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 31 + ], + "peak": [ + 10, + 0 + ], + "area_cells": 2184 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 100 + ], + "peak": [ + 30, + 116 + ], + "area_cells": 792 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 233 + ], + "peak": [ + 9, + 228 + ], + "area_cells": 502 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 356 + ], + "peak": [ + 1, + 359 + ], + "area_cells": 529 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 469 + ], + "peak": [ + 15, + 486 + ], + "area_cells": 2290 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 267 + ], + "peak": [ + 46, + 258 + ], + "area_cells": 1213 + }, + { + "id": "range_11", + "name": null, + "center": [ + 31, + 359 + ], + "peak": [ + 27, + 362 + ], + "area_cells": 130 + }, + { + "id": "range_14", + "name": null, + "center": [ + 40, + 157 + ], + "peak": [ + 41, + 164 + ], + "area_cells": 60 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 259 + ], + "peak": [ + 222, + 73 + ], + "area_cells": 31492 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-410/bodies/GJ410i/globe.png b/wiki/star-systems/GJ-410/bodies/GJ410i/globe.png new file mode 100644 index 000000000..d24d63eea Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410i/globe.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410i/heightmap.png b/wiki/star-systems/GJ-410/bodies/GJ410i/heightmap.png new file mode 100644 index 000000000..90083ab1e Binary files /dev/null and b/wiki/star-systems/GJ-410/bodies/GJ410i/heightmap.png differ diff --git a/wiki/star-systems/GJ-410/bodies/GJ410i/index.md b/wiki/star-systems/GJ-410/bodies/GJ410i/index.md new file mode 100644 index 000000000..86b3dfada --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ410i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3341514775 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.504 + period_days: 12000.0 + axial_tilt_deg: 46.3 +physical: + gravity_g: 0.09 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.877 + polar_ice_lat: 0.09 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.24 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ410i + +Frozen planet. + +**System:** [GJ-410](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 12000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-410/bodies/GJ410i/markers.json b/wiki/star-systems/GJ-410/bodies/GJ410i/markers.json new file mode 100644 index 000000000..bbc05ec22 --- /dev/null +++ b/wiki/star-systems/GJ-410/bodies/GJ410i/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 243 + ], + "area_fraction": 0.0411 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 23, + 388 + ], + "area_fraction": 0.0379 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 148, + 114 + ], + "area_fraction": 0.029 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 98, + 211 + ], + "peak": [ + 96, + 208 + ], + "area_cells": 7563 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 460 + ], + "peak": [ + 91, + 465 + ], + "area_cells": 181 + }, + { + "id": "range_9", + "name": null, + "center": [ + 129, + 198 + ], + "peak": [ + 129, + 199 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 171, + 342 + ], + "peak": [ + 171, + 343 + ], + "area_cells": 37 + }, + { + "id": "range_12", + "name": null, + "center": [ + 170, + 322 + ], + "peak": [ + 171, + 320 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 196, + 265 + ], + "peak": [ + 204, + 276 + ], + "area_cells": 1122 + }, + { + "id": "range_17", + "name": null, + "center": [ + 212, + 128 + ], + "peak": [ + 202, + 119 + ], + "area_cells": 547 + }, + { + "id": "range_18", + "name": null, + "center": [ + 203, + 314 + ], + "peak": [ + 203, + 314 + ], + "area_cells": 59 + }, + { + "id": "range_25", + "name": null, + "center": [ + 242, + 31 + ], + "peak": [ + 232, + 42 + ], + "area_cells": 1104 + }, + { + "id": "range_26", + "name": null, + "center": [ + 238, + 203 + ], + "peak": [ + 239, + 208 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ411b/globe.png b/wiki/star-systems/GJ-411/bodies/GJ411b/globe.png new file mode 100644 index 000000000..f51f89215 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411b/globe.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411b/heightmap.png b/wiki/star-systems/GJ-411/bodies/GJ411b/heightmap.png new file mode 100644 index 000000000..a485f4db6 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411b/heightmap.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411b/index.md b/wiki/star-systems/GJ-411/bodies/GJ411b/index.md new file mode 100644 index 000000000..4d136cfa4 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ411b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3967592270 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 2.6 +physical: + gravity_g: 0.22 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.949 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ411b + +Barren planet. + +**System:** [GJ-411](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.22g | +| **Land** | 98% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-411/bodies/GJ411b/markers.json b/wiki/star-systems/GJ-411/bodies/GJ411b/markers.json new file mode 100644 index 000000000..8f2c38f6b --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411b/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 4 + ], + "peak": [ + 73, + 4 + ], + "area_cells": 53 + }, + { + "id": "range_2", + "name": null, + "center": [ + 93, + 469 + ], + "peak": [ + 99, + 464 + ], + "area_cells": 299 + }, + { + "id": "range_3", + "name": null, + "center": [ + 88, + 389 + ], + "peak": [ + 85, + 390 + ], + "area_cells": 238 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 354 + ], + "peak": [ + 148, + 315 + ], + "area_cells": 4337 + }, + { + "id": "range_5", + "name": null, + "center": [ + 111, + 9 + ], + "peak": [ + 110, + 10 + ], + "area_cells": 215 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 66 + ], + "peak": [ + 128, + 67 + ], + "area_cells": 113 + }, + { + "id": "range_9", + "name": null, + "center": [ + 147, + 26 + ], + "peak": [ + 148, + 22 + ], + "area_cells": 196 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 460 + ], + "peak": [ + 147, + 461 + ], + "area_cells": 92 + }, + { + "id": "range_11", + "name": null, + "center": [ + 151, + 437 + ], + "peak": [ + 152, + 437 + ], + "area_cells": 135 + }, + { + "id": "range_12", + "name": null, + "center": [ + 158, + 474 + ], + "peak": [ + 154, + 474 + ], + "area_cells": 68 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 242 + ], + "peak": [ + 158, + 244 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 169, + 58 + ], + "peak": [ + 169, + 58 + ], + "area_cells": 36 + }, + { + "id": "range_19", + "name": null, + "center": [ + 188, + 288 + ], + "peak": [ + 183, + 283 + ], + "area_cells": 425 + }, + { + "id": "range_21", + "name": null, + "center": [ + 191, + 324 + ], + "peak": [ + 190, + 333 + ], + "area_cells": 448 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c-1/globe.png b/wiki/star-systems/GJ-411/bodies/GJ411c-1/globe.png new file mode 100644 index 000000000..4cc830873 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411c-1/globe.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c-1/heightmap.png b/wiki/star-systems/GJ-411/bodies/GJ411c-1/heightmap.png new file mode 100644 index 000000000..049f02892 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c-1/index.md b/wiki/star-systems/GJ-411/bodies/GJ411c-1/index.md new file mode 100644 index 000000000..1d1db6bd5 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ411c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1453055777 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 3.0 +physical: + gravity_g: 0.05 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.927 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ411c-1 + +Barren moon. + +**System:** [GJ-411](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 100% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c-1/markers.json b/wiki/star-systems/GJ-411/bodies/GJ411c-1/markers.json new file mode 100644 index 000000000..f023ad86f --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411c-1/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 264 + ], + "peak": [ + 35, + 409 + ], + "area_cells": 44492 + }, + { + "id": "range_13", + "name": null, + "center": [ + 128, + 263 + ], + "peak": [ + 129, + 265 + ], + "area_cells": 229 + }, + { + "id": "range_15", + "name": null, + "center": [ + 140, + 309 + ], + "peak": [ + 132, + 302 + ], + "area_cells": 437 + }, + { + "id": "range_18", + "name": null, + "center": [ + 148, + 442 + ], + "peak": [ + 146, + 445 + ], + "area_cells": 502 + }, + { + "id": "range_22", + "name": null, + "center": [ + 164, + 296 + ], + "peak": [ + 168, + 300 + ], + "area_cells": 43 + }, + { + "id": "range_23", + "name": null, + "center": [ + 165, + 480 + ], + "peak": [ + 164, + 480 + ], + "area_cells": 76 + }, + { + "id": "range_24", + "name": null, + "center": [ + 163, + 212 + ], + "peak": [ + 163, + 212 + ], + "area_cells": 31 + }, + { + "id": "range_26", + "name": null, + "center": [ + 172, + 269 + ], + "peak": [ + 170, + 270 + ], + "area_cells": 39 + }, + { + "id": "range_27", + "name": null, + "center": [ + 172, + 330 + ], + "peak": [ + 172, + 331 + ], + "area_cells": 38 + }, + { + "id": "range_28", + "name": null, + "center": [ + 221, + 374 + ], + "peak": [ + 215, + 383 + ], + "area_cells": 7355 + }, + { + "id": "range_29", + "name": null, + "center": [ + 172, + 158 + ], + "peak": [ + 173, + 159 + ], + "area_cells": 20 + }, + { + "id": "range_31", + "name": null, + "center": [ + 216, + 455 + ], + "peak": [ + 234, + 462 + ], + "area_cells": 653 + }, + { + "id": "range_34", + "name": null, + "center": [ + 197, + 288 + ], + "peak": [ + 197, + 288 + ], + "area_cells": 106 + }, + { + "id": "range_36", + "name": null, + "center": [ + 237, + 254 + ], + "peak": [ + 229, + 258 + ], + "area_cells": 547 + }, + { + "id": "range_37", + "name": null, + "center": [ + 228, + 485 + ], + "peak": [ + 227, + 488 + ], + "area_cells": 185 + }, + { + "id": "range_38", + "name": null, + "center": [ + 235, + 38 + ], + "peak": [ + 231, + 42 + ], + "area_cells": 139 + }, + { + "id": "range_39", + "name": null, + "center": [ + 231, + 276 + ], + "peak": [ + 230, + 273 + ], + "area_cells": 364 + }, + { + "id": "range_40", + "name": null, + "center": [ + 245, + 112 + ], + "peak": [ + 236, + 96 + ], + "area_cells": 2200 + }, + { + "id": "range_42", + "name": null, + "center": [ + 239, + 295 + ], + "peak": [ + 233, + 295 + ], + "area_cells": 53 + }, + { + "id": "range_43", + "name": null, + "center": [ + 234, + 504 + ], + "peak": [ + 237, + 502 + ], + "area_cells": 66 + }, + { + "id": "range_45", + "name": null, + "center": [ + 233, + 52 + ], + "peak": [ + 235, + 53 + ], + "area_cells": 21 + }, + { + "id": "range_48", + "name": null, + "center": [ + 238, + 6 + ], + "peak": [ + 236, + 7 + ], + "area_cells": 23 + }, + { + "id": "range_50", + "name": null, + "center": [ + 248, + 234 + ], + "peak": [ + 253, + 234 + ], + "area_cells": 55 + }, + { + "id": "range_51", + "name": null, + "center": [ + 247, + 306 + ], + "peak": [ + 249, + 306 + ], + "area_cells": 110 + }, + { + "id": "range_57", + "name": null, + "center": [ + 251, + 225 + ], + "peak": [ + 254, + 226 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c/globe.png b/wiki/star-systems/GJ-411/bodies/GJ411c/globe.png new file mode 100644 index 000000000..0e2780da8 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411c/globe.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c/heightmap.png b/wiki/star-systems/GJ-411/bodies/GJ411c/heightmap.png new file mode 100644 index 000000000..9ebf1c4c5 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411c/heightmap.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c/index.md b/wiki/star-systems/GJ-411/bodies/GJ411c/index.md new file mode 100644 index 000000000..61222a5a6 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ411c +name: Setúbal +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4003377569 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.459 + period_days: 170.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.82 + oblateness: 0.0042 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.461 + polar_ice_lat: 0.711 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Setúbal + +Temperate planet. + +**System:** [GJ-411](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 46% | +| **Year** | 170 days | +| **Inhabited** | yes | +| **Population** | 1.2B | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-411/bodies/GJ411c/markers.json b/wiki/star-systems/GJ-411/bodies/GJ411c/markers.json new file mode 100644 index 000000000..9408e7974 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411c/markers.json @@ -0,0 +1,871 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 9, + 133 + ], + [ + 9, + 132 + ], + [ + 9, + 131 + ], + [ + 8, + 130 + ], + [ + 8, + 129 + ], + [ + 8, + 128 + ], + [ + 9, + 127 + ], + [ + 10, + 127 + ], + [ + 11, + 126 + ], + [ + 12, + 127 + ], + [ + 13, + 127 + ], + [ + 14, + 128 + ], + [ + 15, + 128 + ], + [ + 16, + 127 + ], + [ + 17, + 127 + ], + [ + 18, + 127 + ], + [ + 19, + 128 + ], + [ + 20, + 127 + ], + [ + 21, + 128 + ], + [ + 22, + 127 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 115, + 199 + ], + [ + 116, + 200 + ], + [ + 117, + 201 + ], + [ + 118, + 202 + ], + [ + 117, + 203 + ], + [ + 118, + 204 + ], + [ + 117, + 205 + ], + [ + 116, + 206 + ], + [ + 117, + 207 + ], + [ + 116, + 208 + ], + [ + 116, + 209 + ], + [ + 116, + 210 + ], + [ + 116, + 211 + ], + [ + 115, + 212 + ], + [ + 115, + 213 + ], + [ + 114, + 214 + ], + [ + 113, + 214 + ], + [ + 114, + 213 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 96, + 188 + ], + [ + 95, + 187 + ], + [ + 94, + 187 + ], + [ + 93, + 187 + ], + [ + 94, + 186 + ], + [ + 94, + 185 + ], + [ + 94, + 184 + ], + [ + 93, + 183 + ], + [ + 93, + 182 + ], + [ + 93, + 181 + ], + [ + 92, + 181 + ], + [ + 92, + 180 + ], + [ + 92, + 179 + ], + [ + 91, + 178 + ], + [ + 90, + 177 + ], + [ + 89, + 176 + ], + [ + 88, + 175 + ], + [ + 87, + 174 + ], + [ + 86, + 173 + ], + [ + 85, + 172 + ], + [ + 84, + 171 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 375 + ], + [ + 107, + 374 + ], + [ + 108, + 374 + ], + [ + 109, + 375 + ], + [ + 110, + 376 + ], + [ + 111, + 377 + ], + [ + 112, + 378 + ], + [ + 113, + 379 + ], + [ + 114, + 380 + ], + [ + 115, + 380 + ], + [ + 116, + 381 + ], + [ + 117, + 382 + ], + [ + 118, + 383 + ], + [ + 119, + 383 + ], + [ + 120, + 383 + ], + [ + 119, + 384 + ], + [ + 119, + 385 + ], + [ + 120, + 386 + ], + [ + 120, + 387 + ], + [ + 119, + 388 + ], + [ + 119, + 389 + ], + [ + 120, + 389 + ], + [ + 121, + 390 + ], + [ + 120, + 390 + ], + [ + 120, + 391 + ], + [ + 120, + 392 + ], + [ + 121, + 391 + ], + [ + 121, + 392 + ], + [ + 121, + 393 + ], + [ + 120, + 394 + ], + [ + 120, + 393 + ], + [ + 121, + 394 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 28, + 196 + ], + [ + 29, + 195 + ], + [ + 30, + 194 + ], + [ + 31, + 193 + ], + [ + 32, + 192 + ], + [ + 32, + 191 + ], + [ + 32, + 190 + ], + [ + 31, + 189 + ], + [ + 32, + 188 + ], + [ + 32, + 187 + ], + [ + 32, + 186 + ], + [ + 31, + 185 + ], + [ + 30, + 184 + ], + [ + 31, + 183 + ], + [ + 31, + 182 + ], + [ + 32, + 181 + ], + [ + 33, + 180 + ], + [ + 33, + 179 + ], + [ + 34, + 178 + ], + [ + 35, + 177 + ], + [ + 36, + 176 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 126, + 147 + ], + [ + 125, + 146 + ], + [ + 125, + 147 + ], + [ + 124, + 146 + ], + [ + 123, + 145 + ], + [ + 123, + 146 + ], + [ + 123, + 147 + ], + [ + 123, + 148 + ], + [ + 123, + 149 + ], + [ + 122, + 149 + ], + [ + 121, + 150 + ], + [ + 121, + 151 + ], + [ + 122, + 152 + ], + [ + 122, + 153 + ], + [ + 122, + 154 + ], + [ + 123, + 154 + ], + [ + 124, + 155 + ], + [ + 125, + 155 + ], + [ + 126, + 156 + ], + [ + 127, + 157 + ], + [ + 128, + 158 + ], + [ + 129, + 159 + ], + [ + 130, + 160 + ], + [ + 131, + 161 + ], + [ + 132, + 162 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 134, + 411 + ], + [ + 133, + 410 + ], + [ + 132, + 409 + ], + [ + 131, + 408 + ], + [ + 130, + 407 + ], + [ + 129, + 407 + ], + [ + 128, + 407 + ], + [ + 127, + 408 + ], + [ + 126, + 407 + ], + [ + 126, + 406 + ], + [ + 125, + 406 + ], + [ + 124, + 406 + ], + [ + 124, + 405 + ], + [ + 124, + 404 + ], + [ + 125, + 404 + ], + [ + 124, + 403 + ], + [ + 123, + 403 + ], + [ + 123, + 404 + ], + [ + 123, + 405 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 115, + 172 + ], + [ + 116, + 172 + ], + [ + 117, + 172 + ], + [ + 118, + 171 + ], + [ + 119, + 172 + ], + [ + 120, + 171 + ], + [ + 121, + 170 + ], + [ + 122, + 170 + ], + [ + 123, + 171 + ], + [ + 124, + 172 + ], + [ + 125, + 173 + ], + [ + 126, + 174 + ], + [ + 127, + 174 + ], + [ + 128, + 175 + ], + [ + 128, + 174 + ], + [ + 129, + 174 + ], + [ + 130, + 173 + ], + [ + 131, + 173 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 46, + 225 + ], + "area_fraction": 0.0937 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 197, + 251 + ], + "area_fraction": 0.4424 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 479 + ], + "peak": [ + 52, + 479 + ], + "area_cells": 78 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 426 + ], + "peak": [ + 62, + 427 + ], + "area_cells": 125 + }, + { + "id": "range_3", + "name": null, + "center": [ + 104, + 52 + ], + "peak": [ + 110, + 61 + ], + "area_cells": 2686 + }, + { + "id": "range_4", + "name": null, + "center": [ + 90, + 240 + ], + "peak": [ + 87, + 240 + ], + "area_cells": 270 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 498 + ], + "peak": [ + 108, + 510 + ], + "area_cells": 528 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 471 + ], + "peak": [ + 102, + 474 + ], + "area_cells": 59 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 205 + ], + "peak": [ + 128, + 204 + ], + "area_cells": 249 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-411/bodies/GJ411d/globe.png b/wiki/star-systems/GJ-411/bodies/GJ411d/globe.png new file mode 100644 index 000000000..d1fbd6608 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411d/globe.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411d/heightmap.png b/wiki/star-systems/GJ-411/bodies/GJ411d/heightmap.png new file mode 100644 index 000000000..2fb6d7907 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411d/heightmap.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411d/index.md b/wiki/star-systems/GJ-411/bodies/GJ411d/index.md new file mode 100644 index 000000000..9da2fffef --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ411d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2746187770 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 0.45 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.852 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.071 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ411d + +Arid planet. + +**System:** [GJ-411](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-411/bodies/GJ411d/markers.json b/wiki/star-systems/GJ-411/bodies/GJ411d/markers.json new file mode 100644 index 000000000..b3d661314 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411d/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 174 + ], + "peak": [ + 0, + 176 + ], + "area_cells": 153 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 441 + ], + "peak": [ + 55, + 431 + ], + "area_cells": 3189 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 500 + ], + "peak": [ + 40, + 497 + ], + "area_cells": 400 + }, + { + "id": "range_4", + "name": null, + "center": [ + 37, + 6 + ], + "peak": [ + 33, + 8 + ], + "area_cells": 243 + }, + { + "id": "range_6", + "name": null, + "center": [ + 136, + 244 + ], + "peak": [ + 138, + 196 + ], + "area_cells": 11020 + }, + { + "id": "range_10", + "name": null, + "center": [ + 169, + 368 + ], + "peak": [ + 171, + 366 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-411/bodies/GJ411e/globe.png b/wiki/star-systems/GJ-411/bodies/GJ411e/globe.png new file mode 100644 index 000000000..c019a8bdf Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411e/globe.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411e/heightmap.png b/wiki/star-systems/GJ-411/bodies/GJ411e/heightmap.png new file mode 100644 index 000000000..90d017a1b Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411e/heightmap.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411e/index.md b/wiki/star-systems/GJ-411/bodies/GJ411e/index.md new file mode 100644 index 000000000..75c8ae602 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ411e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 624289104 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.123 + period_days: 650.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.38 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.887 + polar_ice_lat: 0.22 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.378 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ411e + +Frozen planet. + +**System:** [GJ-411](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-411/bodies/GJ411e/markers.json b/wiki/star-systems/GJ-411/bodies/GJ411e/markers.json new file mode 100644 index 000000000..e8c9607cc --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411e/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 117, + 436 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 213, + 131 + ], + "area_fraction": 0.0543 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 218, + 342 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 70 + ], + "peak": [ + 44, + 58 + ], + "area_cells": 6660 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 466 + ], + "peak": [ + 28, + 487 + ], + "area_cells": 4179 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 186 + ], + "peak": [ + 35, + 186 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 242 + ], + "peak": [ + 49, + 243 + ], + "area_cells": 65 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 232 + ], + "peak": [ + 94, + 233 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 232, + 267 + ], + "peak": [ + 230, + 267 + ], + "area_cells": 326 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-411/bodies/GJ411f/globe.png b/wiki/star-systems/GJ-411/bodies/GJ411f/globe.png new file mode 100644 index 000000000..952fcbb48 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411f/globe.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411f/heightmap.png b/wiki/star-systems/GJ-411/bodies/GJ411f/heightmap.png new file mode 100644 index 000000000..2b8b2e662 Binary files /dev/null and b/wiki/star-systems/GJ-411/bodies/GJ411f/heightmap.png differ diff --git a/wiki/star-systems/GJ-411/bodies/GJ411f/index.md b/wiki/star-systems/GJ-411/bodies/GJ411f/index.md new file mode 100644 index 000000000..d5d7a75cd --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ411f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2510788495 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.497 + period_days: 1000.0 + axial_tilt_deg: 28.3 +physical: + gravity_g: 0.32 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.245 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.262 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ411f + +Frozen planet. + +**System:** [GJ-411](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 1000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-411/bodies/GJ411f/markers.json b/wiki/star-systems/GJ-411/bodies/GJ411f/markers.json new file mode 100644 index 000000000..bbe223932 --- /dev/null +++ b/wiki/star-systems/GJ-411/bodies/GJ411f/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 113, + 6 + ], + "peak": [ + 104, + 5 + ], + "area_cells": 424 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 508 + ], + "peak": [ + 106, + 511 + ], + "area_cells": 74 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 54 + ], + "peak": [ + 118, + 55 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 61 + ], + "peak": [ + 125, + 60 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 153, + 387 + ], + "peak": [ + 164, + 401 + ], + "area_cells": 1171 + }, + { + "id": "range_8", + "name": null, + "center": [ + 216, + 259 + ], + "peak": [ + 156, + 185 + ], + "area_cells": 10130 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 330 + ], + "peak": [ + 163, + 319 + ], + "area_cells": 1251 + }, + { + "id": "range_11", + "name": null, + "center": [ + 194, + 160 + ], + "peak": [ + 195, + 160 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 223, + 485 + ], + "peak": [ + 204, + 493 + ], + "area_cells": 1613 + }, + { + "id": "range_14", + "name": null, + "center": [ + 241, + 143 + ], + "peak": [ + 254, + 115 + ], + "area_cells": 1891 + }, + { + "id": "range_15", + "name": null, + "center": [ + 228, + 456 + ], + "peak": [ + 235, + 457 + ], + "area_cells": 132 + }, + { + "id": "range_18", + "name": null, + "center": [ + 234, + 190 + ], + "peak": [ + 238, + 193 + ], + "area_cells": 51 + }, + { + "id": "range_19", + "name": null, + "center": [ + 227, + 439 + ], + "peak": [ + 227, + 439 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 246, + 12 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 488 + }, + { + "id": "range_28", + "name": null, + "center": [ + 241, + 410 + ], + "peak": [ + 242, + 414 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ412Ab/globe.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/globe.png new file mode 100644 index 000000000..762a7b48b Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/globe.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ab/heightmap.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/heightmap.png new file mode 100644 index 000000000..ac30a5e22 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ab/index.md b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/index.md new file mode 100644 index 000000000..27303aadb --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ412Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3464189852 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.34 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.996 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Ab + +Barren planet. + +**System:** [GJ-412A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 93% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ab/markers.json b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/markers.json new file mode 100644 index 000000000..1402dfc3f --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ab/markers.json @@ -0,0 +1,360 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 179, + 128 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_65", + "name": null, + "kind": "lake", + "center": [ + 205, + 125 + ], + "area_fraction": 0.0118 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 396 + ], + "peak": [ + 61, + 398 + ], + "area_cells": 69 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 379 + ], + "peak": [ + 88, + 376 + ], + "area_cells": 483 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 283 + ], + "peak": [ + 72, + 285 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 421 + ], + "peak": [ + 89, + 422 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 59 + ], + "peak": [ + 78, + 58 + ], + "area_cells": 75 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 167 + ], + "peak": [ + 90, + 168 + ], + "area_cells": 99 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 133 + ], + "peak": [ + 92, + 133 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 184 + ], + "peak": [ + 99, + 185 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 126, + 254 + ], + "peak": [ + 145, + 258 + ], + "area_cells": 1698 + }, + { + "id": "range_13", + "name": null, + "center": [ + 107, + 87 + ], + "peak": [ + 111, + 88 + ], + "area_cells": 42 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 39 + ], + "peak": [ + 128, + 23 + ], + "area_cells": 701 + }, + { + "id": "range_15", + "name": null, + "center": [ + 116, + 299 + ], + "peak": [ + 110, + 313 + ], + "area_cells": 398 + }, + { + "id": "range_17", + "name": null, + "center": [ + 128, + 505 + ], + "peak": [ + 126, + 511 + ], + "area_cells": 100 + }, + { + "id": "range_18", + "name": null, + "center": [ + 128, + 446 + ], + "peak": [ + 128, + 446 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 145, + 37 + ], + "peak": [ + 138, + 51 + ], + "area_cells": 307 + }, + { + "id": "range_20", + "name": null, + "center": [ + 143, + 482 + ], + "peak": [ + 145, + 482 + ], + "area_cells": 39 + }, + { + "id": "range_23", + "name": null, + "center": [ + 156, + 474 + ], + "peak": [ + 156, + 472 + ], + "area_cells": 167 + }, + { + "id": "range_24", + "name": null, + "center": [ + 159, + 431 + ], + "peak": [ + 159, + 433 + ], + "area_cells": 177 + }, + { + "id": "range_25", + "name": null, + "center": [ + 159, + 307 + ], + "peak": [ + 161, + 307 + ], + "area_cells": 32 + }, + { + "id": "range_26", + "name": null, + "center": [ + 170, + 379 + ], + "peak": [ + 173, + 371 + ], + "area_cells": 381 + }, + { + "id": "range_27", + "name": null, + "center": [ + 163, + 496 + ], + "peak": [ + 161, + 496 + ], + "area_cells": 81 + }, + { + "id": "range_28", + "name": null, + "center": [ + 163, + 403 + ], + "peak": [ + 164, + 401 + ], + "area_cells": 68 + }, + { + "id": "range_29", + "name": null, + "center": [ + 168, + 455 + ], + "peak": [ + 170, + 454 + ], + "area_cells": 158 + }, + { + "id": "range_30", + "name": null, + "center": [ + 179, + 352 + ], + "peak": [ + 178, + 353 + ], + "area_cells": 49 + }, + { + "id": "range_31", + "name": null, + "center": [ + 197, + 445 + ], + "peak": [ + 198, + 447 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ac/globe.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/globe.png new file mode 100644 index 000000000..ffe97a5d2 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/globe.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ac/heightmap.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/heightmap.png new file mode 100644 index 000000000..8fd02593e Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ac/index.md b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/index.md new file mode 100644 index 000000000..0c12cae50 --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ412Ac +name: Tierranueva +body_type: planet +planet_class: temperate +body_scale: planet +seed: 587381626 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 26.6 +physical: + gravity_g: 0.86 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.608 + polar_ice_lat: 0.716 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.536 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Tierranueva + +Temperate planet. + +**System:** [GJ-412A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 61% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 25K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ac/markers.json b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/markers.json new file mode 100644 index 000000000..dd94073fe --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ac/markers.json @@ -0,0 +1,960 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 244, + 168 + ], + [ + 244, + 167 + ], + [ + 244, + 166 + ], + [ + 243, + 166 + ], + [ + 244, + 165 + ], + [ + 243, + 165 + ], + [ + 242, + 166 + ], + [ + 241, + 165 + ], + [ + 242, + 165 + ], + [ + 241, + 166 + ], + [ + 240, + 166 + ], + [ + 239, + 165 + ], + [ + 238, + 166 + ], + [ + 237, + 167 + ], + [ + 236, + 168 + ], + [ + 236, + 167 + ], + [ + 235, + 166 + ], + [ + 234, + 167 + ], + [ + 233, + 168 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 187, + 453 + ], + [ + 188, + 454 + ], + [ + 189, + 455 + ], + [ + 190, + 456 + ], + [ + 191, + 455 + ], + [ + 192, + 454 + ], + [ + 192, + 455 + ], + [ + 191, + 454 + ], + [ + 192, + 453 + ], + [ + 192, + 452 + ], + [ + 193, + 451 + ], + [ + 193, + 452 + ], + [ + 192, + 451 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 179, + 381 + ], + [ + 180, + 381 + ], + [ + 181, + 380 + ], + [ + 182, + 379 + ], + [ + 183, + 378 + ], + [ + 184, + 377 + ], + [ + 185, + 376 + ], + [ + 186, + 376 + ], + [ + 187, + 377 + ], + [ + 188, + 376 + ], + [ + 189, + 377 + ], + [ + 190, + 377 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 43, + 34 + ], + [ + 43, + 35 + ], + [ + 44, + 36 + ], + [ + 45, + 37 + ], + [ + 44, + 38 + ], + [ + 43, + 39 + ], + [ + 42, + 40 + ], + [ + 41, + 41 + ], + [ + 40, + 42 + ], + [ + 40, + 43 + ], + [ + 39, + 44 + ], + [ + 38, + 43 + ], + [ + 37, + 44 + ], + [ + 36, + 43 + ], + [ + 35, + 43 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 161, + 316 + ], + [ + 160, + 317 + ], + [ + 159, + 318 + ], + [ + 158, + 319 + ], + [ + 157, + 320 + ], + [ + 156, + 321 + ], + [ + 155, + 321 + ], + [ + 154, + 322 + ], + [ + 153, + 323 + ], + [ + 153, + 324 + ], + [ + 152, + 323 + ], + [ + 152, + 324 + ], + [ + 151, + 323 + ], + [ + 152, + 322 + ], + [ + 153, + 322 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 1 + ], + [ + 1, + 0 + ], + [ + 2, + 0 + ], + [ + 3, + 1 + ], + [ + 4, + 1 + ], + [ + 5, + 2 + ], + [ + 6, + 3 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 119, + 453 + ], + [ + 118, + 454 + ], + [ + 117, + 455 + ], + [ + 116, + 455 + ], + [ + 115, + 455 + ], + [ + 114, + 456 + ], + [ + 113, + 457 + ], + [ + 112, + 457 + ], + [ + 111, + 457 + ], + [ + 110, + 457 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 9, + 209 + ], + [ + 10, + 210 + ], + [ + 11, + 211 + ], + [ + 12, + 212 + ], + [ + 13, + 213 + ], + [ + 14, + 214 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 253, + 223 + ], + [ + 252, + 222 + ], + [ + 251, + 221 + ], + [ + 250, + 221 + ], + [ + 249, + 220 + ], + [ + 249, + 219 + ], + [ + 250, + 218 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 13, + 323 + ], + [ + 12, + 323 + ], + [ + 12, + 324 + ], + [ + 11, + 323 + ], + [ + 10, + 324 + ], + [ + 9, + 325 + ], + [ + 9, + 326 + ], + [ + 8, + 326 + ], + [ + 7, + 327 + ], + [ + 7, + 328 + ], + [ + 7, + 329 + ], + [ + 8, + 329 + ], + [ + 9, + 329 + ], + [ + 8, + 330 + ], + [ + 8, + 331 + ], + [ + 8, + 332 + ], + [ + 7, + 333 + ], + [ + 6, + 334 + ], + [ + 6, + 335 + ], + [ + 5, + 336 + ], + [ + 6, + 337 + ], + [ + 5, + 338 + ], + [ + 5, + 339 + ], + [ + 5, + 340 + ], + [ + 4, + 341 + ], + [ + 3, + 342 + ], + [ + 4, + 343 + ], + [ + 5, + 344 + ], + [ + 5, + 345 + ], + [ + 5, + 346 + ], + [ + 4, + 347 + ], + [ + 4, + 348 + ], + [ + 3, + 349 + ], + [ + 3, + 350 + ], + [ + 3, + 351 + ], + [ + 2, + 351 + ], + [ + 3, + 352 + ], + [ + 2, + 352 + ], + [ + 1, + 352 + ], + [ + 2, + 353 + ], + [ + 1, + 354 + ], + [ + 2, + 355 + ], + [ + 1, + 356 + ], + [ + 1, + 357 + ], + [ + 1, + 358 + ], + [ + 2, + 359 + ], + [ + 3, + 359 + ], + [ + 2, + 360 + ], + [ + 3, + 360 + ], + [ + 4, + 360 + ], + [ + 3, + 361 + ], + [ + 3, + 362 + ], + [ + 4, + 362 + ], + [ + 5, + 363 + ], + [ + 4, + 364 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 104, + 107 + ], + [ + 105, + 106 + ], + [ + 106, + 105 + ], + [ + 107, + 104 + ], + [ + 108, + 103 + ], + [ + 109, + 102 + ], + [ + 110, + 101 + ], + [ + 111, + 100 + ], + [ + 112, + 100 + ], + [ + 112, + 99 + ], + [ + 113, + 98 + ], + [ + 114, + 97 + ], + [ + 114, + 98 + ], + [ + 113, + 97 + ], + [ + 113, + 96 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 181, + 398 + ], + [ + 180, + 399 + ], + [ + 179, + 400 + ], + [ + 178, + 401 + ], + [ + 177, + 402 + ], + [ + 176, + 403 + ], + [ + 175, + 404 + ], + [ + 174, + 405 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 55, + 281 + ], + "area_fraction": 0.3071 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 141, + 291 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 205, + 136 + ], + "area_fraction": 0.0512 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 200, + 394 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 246 + ], + "peak": [ + 92, + 245 + ], + "area_cells": 103 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 106 + ], + "peak": [ + 155, + 106 + ], + "area_cells": 1515 + }, + { + "id": "range_3", + "name": null, + "center": [ + 139, + 245 + ], + "peak": [ + 142, + 256 + ], + "area_cells": 698 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 419 + ], + "peak": [ + 148, + 421 + ], + "area_cells": 155 + }, + { + "id": "range_6", + "name": null, + "center": [ + 148, + 496 + ], + "peak": [ + 150, + 501 + ], + "area_cells": 300 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 11 + ], + "peak": [ + 161, + 14 + ], + "area_cells": 197 + }, + { + "id": "range_8", + "name": null, + "center": [ + 188, + 1 + ], + "peak": [ + 188, + 0 + ], + "area_cells": 135 + }, + { + "id": "range_9", + "name": null, + "center": [ + 189, + 504 + ], + "peak": [ + 182, + 507 + ], + "area_cells": 373 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ad/globe.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/globe.png new file mode 100644 index 000000000..0616ed74f Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/globe.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ad/heightmap.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/heightmap.png new file mode 100644 index 000000000..bf47b85e2 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ad/index.md b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/index.md new file mode 100644 index 000000000..2063e3c9b --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ412Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3537673401 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.545 + period_days: 220.0 + axial_tilt_deg: 55.0 +physical: + gravity_g: 0.48 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.188 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Ad + +Frozen planet. + +**System:** [GJ-412A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ad/markers.json b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/markers.json new file mode 100644 index 000000000..5504fdbc5 --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ad/markers.json @@ -0,0 +1,271 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 113, + 183 + ], + [ + 114, + 184 + ], + [ + 115, + 183 + ], + [ + 116, + 183 + ], + [ + 117, + 184 + ], + [ + 118, + 184 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 135, + 251 + ], + [ + 136, + 250 + ], + [ + 137, + 249 + ], + [ + 138, + 249 + ], + [ + 139, + 250 + ], + [ + 139, + 251 + ], + [ + 139, + 252 + ], + [ + 140, + 253 + ], + [ + 140, + 254 + ], + [ + 139, + 255 + ], + [ + 140, + 256 + ], + [ + 141, + 257 + ], + [ + 141, + 258 + ], + [ + 142, + 259 + ], + [ + 142, + 260 + ], + [ + 141, + 260 + ], + [ + 142, + 261 + ], + [ + 143, + 262 + ], + [ + 144, + 263 + ], + [ + 144, + 264 + ], + [ + 144, + 265 + ], + [ + 145, + 266 + ], + [ + 146, + 266 + ], + [ + 147, + 267 + ], + [ + 148, + 268 + ], + [ + 148, + 269 + ], + [ + 149, + 270 + ], + [ + 149, + 271 + ], + [ + 150, + 272 + ], + [ + 150, + 273 + ], + [ + 151, + 274 + ], + [ + 151, + 275 + ], + [ + 151, + 276 + ], + [ + 150, + 276 + ], + [ + 151, + 277 + ], + [ + 152, + 278 + ], + [ + 151, + 279 + ], + [ + 152, + 279 + ], + [ + 151, + 278 + ], + [ + 152, + 277 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 220, + 452 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 233, + 223 + ], + "area_fraction": 0.0116 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 42 + ], + "peak": [ + 112, + 48 + ], + "area_cells": 3559 + }, + { + "id": "range_2", + "name": null, + "center": [ + 74, + 386 + ], + "peak": [ + 78, + 388 + ], + "area_cells": 97 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 505 + ], + "peak": [ + 107, + 511 + ], + "area_cells": 490 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ae/globe.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/globe.png new file mode 100644 index 000000000..9bec0f540 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/globe.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ae/heightmap.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/heightmap.png new file mode 100644 index 000000000..8bdbfedb5 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ae/index.md b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/index.md new file mode 100644 index 000000000..23297ef13 --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ412Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1921767077 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.111 + period_days: 640.0 + axial_tilt_deg: 46.5 +physical: + gravity_g: 0.36 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.803 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.359 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Ae + +Frozen planet. + +**System:** [GJ-412A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ae/markers.json b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/markers.json new file mode 100644 index 000000000..28e956da1 --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ae/markers.json @@ -0,0 +1,147 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 124, + 461 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 129, + 414 + ], + "area_fraction": 0.01 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 152, + 361 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 168, + 309 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 176, + 416 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 229, + 251 + ], + "area_fraction": 0.0757 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 207, + 483 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 227, + 94 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 251 + ], + "peak": [ + 27, + 254 + ], + "area_cells": 29971 + }, + { + "id": "range_9", + "name": null, + "center": [ + 75, + 55 + ], + "peak": [ + 75, + 57 + ], + "area_cells": 139 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 100 + ], + "peak": [ + 82, + 99 + ], + "area_cells": 127 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 226 + ], + "peak": [ + 91, + 234 + ], + "area_cells": 682 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Af/globe.png b/wiki/star-systems/GJ-412A/bodies/GJ412Af/globe.png new file mode 100644 index 000000000..7c79523c5 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Af/globe.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Af/heightmap.png b/wiki/star-systems/GJ-412A/bodies/GJ412Af/heightmap.png new file mode 100644 index 000000000..dd84e7743 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Af/index.md b/wiki/star-systems/GJ-412A/bodies/GJ412Af/index.md new file mode 100644 index 000000000..f7fe2db2b --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ412Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2460102907 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 59.5 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.075 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.289 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Af + +Frozen planet. + +**System:** [GJ-412A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Af/markers.json b/wiki/star-systems/GJ-412A/bodies/GJ412Af/markers.json new file mode 100644 index 000000000..601da9eff --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Af/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 30, + 238 + ], + "area_fraction": 0.2215 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 226, + 174 + ], + "area_fraction": 0.0196 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 389 + ], + "peak": [ + 130, + 388 + ], + "area_cells": 1862 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 352 + ], + "peak": [ + 92, + 346 + ], + "area_cells": 103 + }, + { + "id": "range_3", + "name": null, + "center": [ + 149, + 147 + ], + "peak": [ + 126, + 23 + ], + "area_cells": 23637 + }, + { + "id": "range_4", + "name": null, + "center": [ + 176, + 465 + ], + "peak": [ + 122, + 494 + ], + "area_cells": 10016 + }, + { + "id": "range_6", + "name": null, + "center": [ + 229, + 453 + ], + "peak": [ + 230, + 453 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ag/globe.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/globe.png new file mode 100644 index 000000000..84a9bdf63 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/globe.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ag/heightmap.png b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/heightmap.png new file mode 100644 index 000000000..243b30e58 Binary files /dev/null and b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ag/index.md b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/index.md new file mode 100644 index 000000000..d5b8a43df --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ412Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 498610456 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.08 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.898 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Ag + +Frozen planet. + +**System:** [GJ-412A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412A/bodies/GJ412Ag/markers.json b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/markers.json new file mode 100644 index 000000000..d7eccf835 --- /dev/null +++ b/wiki/star-systems/GJ-412A/bodies/GJ412Ag/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 53, + 484 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 47, + 43 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 54, + 287 + ], + "area_fraction": 0.0289 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 242, + 477 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 240, + 31 + ], + "area_fraction": 0.0143 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 109, + 76 + ], + "peak": [ + 110, + 77 + ], + "area_cells": 98 + }, + { + "id": "range_3", + "name": null, + "center": [ + 162, + 297 + ], + "peak": [ + 148, + 299 + ], + "area_cells": 23312 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 484 + ], + "peak": [ + 136, + 486 + ], + "area_cells": 78 + }, + { + "id": "range_11", + "name": null, + "center": [ + 189, + 75 + ], + "peak": [ + 196, + 82 + ], + "area_cells": 2356 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 39 + ], + "peak": [ + 169, + 39 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 187 + ], + "peak": [ + 202, + 190 + ], + "area_cells": 126 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ412Bb/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/globe.png new file mode 100644 index 000000000..93174624d Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bb/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/heightmap.png new file mode 100644 index 000000000..df4a82e0c Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bb/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/index.md new file mode 100644 index 000000000..675b896d9 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ412Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3383854000 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 3.3 +physical: + gravity_g: 0.29 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.957 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Bb + +Barren planet. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.29g | +| **Land** | 98% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bb/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/markers.json new file mode 100644 index 000000000..e14c0ee86 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bb/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 72 + ], + "peak": [ + 12, + 3 + ], + "area_cells": 5711 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 427 + ], + "peak": [ + 6, + 428 + ], + "area_cells": 126 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 481 + ], + "peak": [ + 17, + 507 + ], + "area_cells": 1793 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 358 + ], + "peak": [ + 25, + 352 + ], + "area_cells": 229 + }, + { + "id": "range_10", + "name": null, + "center": [ + 48, + 372 + ], + "peak": [ + 48, + 373 + ], + "area_cells": 41 + }, + { + "id": "range_15", + "name": null, + "center": [ + 63, + 12 + ], + "peak": [ + 64, + 12 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 77, + 379 + ], + "peak": [ + 77, + 379 + ], + "area_cells": 24 + }, + { + "id": "range_19", + "name": null, + "center": [ + 101, + 166 + ], + "peak": [ + 105, + 161 + ], + "area_cells": 175 + }, + { + "id": "range_20", + "name": null, + "center": [ + 96, + 482 + ], + "peak": [ + 96, + 483 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 98, + 206 + ], + "peak": [ + 99, + 206 + ], + "area_cells": 63 + }, + { + "id": "range_22", + "name": null, + "center": [ + 104, + 73 + ], + "peak": [ + 105, + 73 + ], + "area_cells": 54 + }, + { + "id": "range_23", + "name": null, + "center": [ + 104, + 368 + ], + "peak": [ + 105, + 369 + ], + "area_cells": 37 + }, + { + "id": "range_24", + "name": null, + "center": [ + 127, + 462 + ], + "peak": [ + 124, + 461 + ], + "area_cells": 36 + }, + { + "id": "range_25", + "name": null, + "center": [ + 148, + 142 + ], + "peak": [ + 154, + 150 + ], + "area_cells": 102 + }, + { + "id": "range_26", + "name": null, + "center": [ + 145, + 170 + ], + "peak": [ + 144, + 171 + ], + "area_cells": 67 + }, + { + "id": "range_27", + "name": null, + "center": [ + 150, + 113 + ], + "peak": [ + 153, + 112 + ], + "area_cells": 63 + }, + { + "id": "range_30", + "name": null, + "center": [ + 230, + 312 + ], + "peak": [ + 232, + 312 + ], + "area_cells": 50 + }, + { + "id": "range_31", + "name": null, + "center": [ + 230, + 327 + ], + "peak": [ + 229, + 328 + ], + "area_cells": 21 + }, + { + "id": "range_32", + "name": null, + "center": [ + 251, + 364 + ], + "peak": [ + 255, + 360 + ], + "area_cells": 69 + }, + { + "id": "range_33", + "name": null, + "center": [ + 252, + 105 + ], + "peak": [ + 255, + 110 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bc/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/globe.png new file mode 100644 index 000000000..780e2e884 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bc/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/heightmap.png new file mode 100644 index 000000000..f3ba4e189 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bc/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/index.md new file mode 100644 index 000000000..f1da8a5e7 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ412Bc +name: Korhonen +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2414861595 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.74 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.49 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: true + coverage_base: 0.106 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Korhonen + +Cold Arid planet. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 92% | +| **Year** | 9 days | +| **Inhabited** | yes | +| **Population** | 85K | +| **Economy** | mining | +| **Settlement** | underground_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bc/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/markers.json new file mode 100644 index 000000000..c264c1eb3 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bc/markers.json @@ -0,0 +1,857 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 121, + 328 + ], + [ + 120, + 329 + ], + [ + 119, + 329 + ], + [ + 118, + 329 + ], + [ + 117, + 330 + ], + [ + 116, + 330 + ], + [ + 116, + 331 + ], + [ + 116, + 332 + ], + [ + 116, + 333 + ], + [ + 116, + 334 + ], + [ + 115, + 335 + ], + [ + 115, + 336 + ], + [ + 116, + 336 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 227, + 389 + ], + [ + 228, + 388 + ], + [ + 229, + 387 + ], + [ + 230, + 387 + ], + [ + 231, + 387 + ], + [ + 232, + 387 + ], + [ + 233, + 387 + ], + [ + 234, + 387 + ], + [ + 235, + 387 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 65, + 196 + ], + [ + 66, + 195 + ], + [ + 67, + 194 + ], + [ + 68, + 193 + ], + [ + 69, + 192 + ], + [ + 69, + 191 + ], + [ + 70, + 190 + ], + [ + 71, + 189 + ], + [ + 72, + 188 + ], + [ + 73, + 187 + ], + [ + 73, + 186 + ], + [ + 74, + 185 + ], + [ + 75, + 184 + ], + [ + 76, + 185 + ], + [ + 77, + 184 + ], + [ + 77, + 185 + ], + [ + 78, + 184 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 142, + 214 + ], + [ + 141, + 215 + ], + [ + 140, + 216 + ], + [ + 139, + 217 + ], + [ + 139, + 218 + ], + [ + 138, + 219 + ], + [ + 138, + 220 + ], + [ + 137, + 221 + ], + [ + 136, + 222 + ], + [ + 136, + 223 + ], + [ + 136, + 224 + ], + [ + 136, + 225 + ], + [ + 136, + 226 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 126, + 73 + ], + [ + 125, + 73 + ], + [ + 124, + 73 + ], + [ + 123, + 72 + ], + [ + 122, + 71 + ], + [ + 121, + 70 + ], + [ + 120, + 69 + ], + [ + 119, + 68 + ], + [ + 120, + 67 + ], + [ + 120, + 66 + ], + [ + 120, + 65 + ], + [ + 120, + 64 + ], + [ + 119, + 63 + ], + [ + 118, + 62 + ], + [ + 118, + 61 + ], + [ + 117, + 60 + ], + [ + 118, + 59 + ], + [ + 117, + 58 + ], + [ + 117, + 57 + ], + [ + 116, + 56 + ], + [ + 115, + 56 + ], + [ + 114, + 55 + ], + [ + 113, + 54 + ], + [ + 113, + 53 + ], + [ + 113, + 52 + ], + [ + 114, + 52 + ], + [ + 113, + 51 + ], + [ + 114, + 51 + ], + [ + 115, + 50 + ], + [ + 115, + 51 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 141, + 114 + ], + [ + 142, + 114 + ], + [ + 143, + 115 + ], + [ + 144, + 115 + ], + [ + 145, + 116 + ], + [ + 146, + 117 + ], + [ + 147, + 116 + ], + [ + 148, + 117 + ], + [ + 148, + 116 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 387 + ], + [ + 254, + 388 + ], + [ + 255, + 389 + ], + [ + 255, + 390 + ], + [ + 254, + 390 + ], + [ + 254, + 391 + ], + [ + 253, + 391 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 240, + 473 + ], + [ + 241, + 474 + ], + [ + 241, + 475 + ], + [ + 242, + 476 + ], + [ + 243, + 477 + ], + [ + 243, + 478 + ], + [ + 244, + 477 + ], + [ + 244, + 478 + ], + [ + 245, + 478 + ], + [ + 246, + 478 + ], + [ + 247, + 478 + ], + [ + 248, + 477 + ], + [ + 248, + 476 + ], + [ + 247, + 477 + ], + [ + 248, + 478 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 192, + 388 + ], + [ + 193, + 388 + ], + [ + 194, + 387 + ], + [ + 195, + 386 + ], + [ + 196, + 387 + ], + [ + 197, + 386 + ], + [ + 198, + 386 + ], + [ + 199, + 387 + ], + [ + 200, + 388 + ], + [ + 201, + 388 + ], + [ + 202, + 389 + ], + [ + 203, + 388 + ], + [ + 204, + 388 + ], + [ + 205, + 389 + ], + [ + 206, + 390 + ], + [ + 207, + 389 + ], + [ + 208, + 390 + ], + [ + 208, + 391 + ], + [ + 209, + 391 + ], + [ + 210, + 392 + ], + [ + 211, + 393 + ], + [ + 212, + 394 + ], + [ + 213, + 394 + ], + [ + 214, + 395 + ], + [ + 215, + 396 + ], + [ + 216, + 396 + ], + [ + 217, + 396 + ], + [ + 218, + 397 + ], + [ + 219, + 397 + ], + [ + 219, + 396 + ], + [ + 219, + 395 + ], + [ + 220, + 395 + ], + [ + 221, + 395 + ], + [ + 220, + 394 + ], + [ + 219, + 393 + ], + [ + 220, + 393 + ], + [ + 219, + 394 + ], + [ + 218, + 394 + ], + [ + 218, + 395 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 223, + 218 + ], + "area_fraction": 0.0733 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 34, + 468 + ], + "peak": [ + 30, + 470 + ], + "area_cells": 37 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 478 + ], + "peak": [ + 33, + 478 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 67 + ], + "peak": [ + 36, + 61 + ], + "area_cells": 129 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 390 + ], + "peak": [ + 88, + 492 + ], + "area_cells": 9781 + }, + { + "id": "range_6", + "name": null, + "center": [ + 52, + 64 + ], + "peak": [ + 52, + 63 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 112 + ], + "peak": [ + 77, + 99 + ], + "area_cells": 5554 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 224 + ], + "peak": [ + 65, + 225 + ], + "area_cells": 197 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 16 + ], + "peak": [ + 83, + 0 + ], + "area_cells": 1428 + }, + { + "id": "range_12", + "name": null, + "center": [ + 113, + 19 + ], + "peak": [ + 112, + 17 + ], + "area_cells": 104 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 192 + ], + "peak": [ + 147, + 192 + ], + "area_cells": 518 + }, + { + "id": "range_17", + "name": null, + "center": [ + 153, + 403 + ], + "peak": [ + 155, + 416 + ], + "area_cells": 1209 + }, + { + "id": "range_18", + "name": null, + "center": [ + 160, + 471 + ], + "peak": [ + 161, + 477 + ], + "area_cells": 608 + }, + { + "id": "range_19", + "name": null, + "center": [ + 151, + 243 + ], + "peak": [ + 153, + 246 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bd/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/globe.png new file mode 100644 index 000000000..fbf64b251 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bd/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/heightmap.png new file mode 100644 index 000000000..33201dd44 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bd/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/index.md new file mode 100644 index 000000000..d6fbe9e9f --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/index.md @@ -0,0 +1,64 @@ +--- +id: GJ412Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 892752304 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.273 + period_days: 78.0 + axial_tilt_deg: 45.2 +physical: + gravity_g: 0.41 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.423 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Bd + +Frozen planet. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.41g | +| **Land** | 97% | +| **Year** | 78 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bd/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/markers.json new file mode 100644 index 000000000..b077120cd --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bd/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 211, + 183 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 28, + 407 + ], + "peak": [ + 30, + 408 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 281 + ], + "peak": [ + 43, + 283 + ], + "area_cells": 51 + }, + { + "id": "range_8", + "name": null, + "center": [ + 50, + 301 + ], + "peak": [ + 46, + 301 + ], + "area_cells": 157 + }, + { + "id": "range_10", + "name": null, + "center": [ + 54, + 386 + ], + "peak": [ + 54, + 386 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 176 + ], + "peak": [ + 82, + 273 + ], + "area_cells": 14567 + }, + { + "id": "range_14", + "name": null, + "center": [ + 93, + 508 + ], + "peak": [ + 95, + 511 + ], + "area_cells": 70 + }, + { + "id": "range_16", + "name": null, + "center": [ + 111, + 376 + ], + "peak": [ + 112, + 377 + ], + "area_cells": 110 + }, + { + "id": "range_17", + "name": null, + "center": [ + 143, + 459 + ], + "peak": [ + 143, + 478 + ], + "area_cells": 2009 + }, + { + "id": "range_18", + "name": null, + "center": [ + 135, + 21 + ], + "peak": [ + 145, + 2 + ], + "area_cells": 1118 + }, + { + "id": "range_20", + "name": null, + "center": [ + 156, + 153 + ], + "peak": [ + 153, + 162 + ], + "area_cells": 153 + }, + { + "id": "range_21", + "name": null, + "center": [ + 154, + 226 + ], + "peak": [ + 154, + 225 + ], + "area_cells": 33 + }, + { + "id": "range_24", + "name": null, + "center": [ + 177, + 29 + ], + "peak": [ + 176, + 28 + ], + "area_cells": 178 + }, + { + "id": "range_26", + "name": null, + "center": [ + 225, + 59 + ], + "peak": [ + 219, + 58 + ], + "area_cells": 537 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/globe.png new file mode 100644 index 000000000..d567ddbbb Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/heightmap.png new file mode 100644 index 000000000..1afca6146 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/index.md new file mode 100644 index 000000000..9ff67c961 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ412Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1024780715 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 51.5 +physical: + gravity_g: 0.1 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.943 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Be-m1 + +Frozen moon. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 94% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/markers.json new file mode 100644 index 000000000..32735443a --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Be-m1/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 146, + 232 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 150, + 439 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 76 + ], + "peak": [ + 91, + 94 + ], + "area_cells": 7463 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 251 + ], + "peak": [ + 6, + 271 + ], + "area_cells": 2281 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 441 + ], + "peak": [ + 12, + 511 + ], + "area_cells": 4947 + }, + { + "id": "range_5", + "name": null, + "center": [ + 12, + 194 + ], + "peak": [ + 13, + 194 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 19, + 155 + ], + "peak": [ + 18, + 167 + ], + "area_cells": 401 + }, + { + "id": "range_8", + "name": null, + "center": [ + 31, + 193 + ], + "peak": [ + 35, + 204 + ], + "area_cells": 504 + }, + { + "id": "range_11", + "name": null, + "center": [ + 84, + 331 + ], + "peak": [ + 76, + 308 + ], + "area_cells": 961 + }, + { + "id": "range_12", + "name": null, + "center": [ + 75, + 255 + ], + "peak": [ + 76, + 255 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 90, + 205 + ], + "peak": [ + 91, + 205 + ], + "area_cells": 93 + }, + { + "id": "range_14", + "name": null, + "center": [ + 99, + 260 + ], + "peak": [ + 99, + 260 + ], + "area_cells": 35 + }, + { + "id": "range_16", + "name": null, + "center": [ + 150, + 88 + ], + "peak": [ + 150, + 89 + ], + "area_cells": 164 + }, + { + "id": "range_18", + "name": null, + "center": [ + 230, + 507 + ], + "peak": [ + 231, + 508 + ], + "area_cells": 73 + }, + { + "id": "range_19", + "name": null, + "center": [ + 236, + 4 + ], + "peak": [ + 235, + 3 + ], + "area_cells": 96 + }, + { + "id": "range_22", + "name": null, + "center": [ + 252, + 504 + ], + "peak": [ + 255, + 507 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Be/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Be/globe.png new file mode 100644 index 000000000..f2aac6cf4 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Be/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Be/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Be/index.md new file mode 100644 index 000000000..5d0da6557 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ412Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2651532644 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.686 + period_days: 310.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: null + oblateness: 0.066 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.121 +--- + +# GJ412Be + +Gas giant. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 310 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bf/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/globe.png new file mode 100644 index 000000000..20242afa9 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bf/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/heightmap.png new file mode 100644 index 000000000..72f206381 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bf/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/index.md new file mode 100644 index 000000000..96096ca5a --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ412Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2944718667 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.416 + period_days: 920.0 + axial_tilt_deg: 16.8 +physical: + gravity_g: 0.35 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.087 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Bf + +Frozen planet. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Land** | 95% | +| **Year** | 920 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bf/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/markers.json new file mode 100644 index 000000000..6c50412ac --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bf/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 255 + ], + "area_fraction": 0.0382 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 8, + 365 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 98, + 145 + ], + "peak": [ + 98, + 144 + ], + "area_cells": 165 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 102 + ], + "peak": [ + 122, + 87 + ], + "area_cells": 3317 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 225 + ], + "peak": [ + 104, + 226 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 113, + 509 + ], + "peak": [ + 111, + 510 + ], + "area_cells": 44 + }, + { + "id": "range_9", + "name": null, + "center": [ + 119, + 46 + ], + "peak": [ + 121, + 48 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 471 + ], + "peak": [ + 121, + 471 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 175, + 292 + ], + "peak": [ + 192, + 315 + ], + "area_cells": 12603 + }, + { + "id": "range_12", + "name": null, + "center": [ + 127, + 509 + ], + "peak": [ + 126, + 511 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 15 + ], + "peak": [ + 137, + 24 + ], + "area_cells": 394 + }, + { + "id": "range_14", + "name": null, + "center": [ + 130, + 447 + ], + "peak": [ + 130, + 448 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bg/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/globe.png new file mode 100644 index 000000000..d7c4abaea Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bg/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/heightmap.png new file mode 100644 index 000000000..46b0d2dc3 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bg/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/index.md new file mode 100644 index 000000000..b2c4bf090 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/index.md @@ -0,0 +1,64 @@ +--- +id: GJ412Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1185816485 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.83 + period_days: 2600.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.27 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Bg + +Frozen planet. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Land** | 95% | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bg/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/markers.json new file mode 100644 index 000000000..bc6f85b92 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bg/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 190, + 478 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 201 + ], + "peak": [ + 0, + 218 + ], + "area_cells": 703 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 166 + ], + "peak": [ + 22, + 165 + ], + "area_cells": 252 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 349 + ], + "peak": [ + 64, + 298 + ], + "area_cells": 6471 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 110 + ], + "peak": [ + 117, + 128 + ], + "area_cells": 2820 + }, + { + "id": "range_7", + "name": null, + "center": [ + 135, + 271 + ], + "peak": [ + 130, + 284 + ], + "area_cells": 646 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 360 + ], + "peak": [ + 144, + 363 + ], + "area_cells": 175 + }, + { + "id": "range_9", + "name": null, + "center": [ + 178, + 258 + ], + "peak": [ + 185, + 231 + ], + "area_cells": 1905 + }, + { + "id": "range_10", + "name": null, + "center": [ + 159, + 359 + ], + "peak": [ + 161, + 358 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 162, + 331 + ], + "peak": [ + 162, + 331 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 165, + 95 + ], + "peak": [ + 164, + 96 + ], + "area_cells": 62 + }, + { + "id": "range_17", + "name": null, + "center": [ + 207, + 194 + ], + "peak": [ + 208, + 195 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 223, + 245 + ], + "peak": [ + 223, + 242 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bh/globe.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/globe.png new file mode 100644 index 000000000..2aa7bd2ce Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/globe.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bh/heightmap.png b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/heightmap.png new file mode 100644 index 000000000..af3edae13 Binary files /dev/null and b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bh/index.md b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/index.md new file mode 100644 index 000000000..ac37504b1 --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ412Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3669130204 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.051 + period_days: 6200.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.12 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ412Bh + +Frozen planet. + +**System:** [GJ-412B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-412B/bodies/GJ412Bh/markers.json b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/markers.json new file mode 100644 index 000000000..0b2c0f47a --- /dev/null +++ b/wiki/star-systems/GJ-412B/bodies/GJ412Bh/markers.json @@ -0,0 +1,273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 87, + 41 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 105, + 395 + ], + "area_fraction": 0.1067 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 145, + 109 + ], + "area_fraction": 0.0678 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 167, + 338 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 240, + 301 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 27 + ], + "peak": [ + 0, + 19 + ], + "area_cells": 1179 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 293 + ], + "peak": [ + 15, + 314 + ], + "area_cells": 963 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 496 + ], + "peak": [ + 0, + 499 + ], + "area_cells": 473 + }, + { + "id": "range_10", + "name": null, + "center": [ + 36, + 464 + ], + "peak": [ + 36, + 465 + ], + "area_cells": 44 + }, + { + "id": "range_11", + "name": null, + "center": [ + 48, + 21 + ], + "peak": [ + 48, + 23 + ], + "area_cells": 131 + }, + { + "id": "range_12", + "name": null, + "center": [ + 50, + 36 + ], + "peak": [ + 50, + 37 + ], + "area_cells": 82 + }, + { + "id": "range_13", + "name": null, + "center": [ + 73, + 165 + ], + "peak": [ + 72, + 160 + ], + "area_cells": 773 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 212 + ], + "peak": [ + 105, + 213 + ], + "area_cells": 140 + }, + { + "id": "range_15", + "name": null, + "center": [ + 117, + 244 + ], + "peak": [ + 116, + 245 + ], + "area_cells": 51 + }, + { + "id": "range_17", + "name": null, + "center": [ + 168, + 257 + ], + "peak": [ + 165, + 250 + ], + "area_cells": 390 + }, + { + "id": "range_18", + "name": null, + "center": [ + 208, + 430 + ], + "peak": [ + 183, + 494 + ], + "area_cells": 4162 + }, + { + "id": "range_19", + "name": null, + "center": [ + 178, + 472 + ], + "peak": [ + 178, + 471 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 190, + 472 + ], + "peak": [ + 190, + 472 + ], + "area_cells": 58 + }, + { + "id": "range_22", + "name": null, + "center": [ + 192, + 286 + ], + "peak": [ + 193, + 287 + ], + "area_cells": 78 + }, + { + "id": "range_23", + "name": null, + "center": [ + 208, + 21 + ], + "peak": [ + 204, + 27 + ], + "area_cells": 1366 + }, + { + "id": "range_25", + "name": null, + "center": [ + 215, + 329 + ], + "peak": [ + 216, + 329 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ414Ab/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/globe.png new file mode 100644 index 000000000..7dedef81d Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ab/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/heightmap.png new file mode 100644 index 000000000..4cd6d4364 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ab/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/index.md new file mode 100644 index 000000000..b114c5953 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ414Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2330254361 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 10.2 +physical: + gravity_g: 0.36 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.912 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ414Ab + +Barren planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 97% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ab/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/markers.json new file mode 100644 index 000000000..b003737df --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ab/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 386 + ], + "peak": [ + 5, + 384 + ], + "area_cells": 38 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 402 + ], + "peak": [ + 19, + 402 + ], + "area_cells": 96 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 223 + ], + "peak": [ + 83, + 223 + ], + "area_cells": 57 + }, + { + "id": "range_9", + "name": null, + "center": [ + 112, + 215 + ], + "peak": [ + 113, + 217 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 114, + 331 + ], + "peak": [ + 116, + 331 + ], + "area_cells": 49 + }, + { + "id": "range_11", + "name": null, + "center": [ + 120, + 316 + ], + "peak": [ + 121, + 317 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 133, + 468 + ], + "peak": [ + 132, + 472 + ], + "area_cells": 59 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 432 + ], + "peak": [ + 162, + 433 + ], + "area_cells": 481 + }, + { + "id": "range_15", + "name": null, + "center": [ + 151, + 178 + ], + "peak": [ + 151, + 180 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 156, + 144 + ], + "peak": [ + 153, + 138 + ], + "area_cells": 161 + }, + { + "id": "range_17", + "name": null, + "center": [ + 154, + 231 + ], + "peak": [ + 154, + 232 + ], + "area_cells": 31 + }, + { + "id": "range_20", + "name": null, + "center": [ + 175, + 487 + ], + "peak": [ + 176, + 488 + ], + "area_cells": 144 + }, + { + "id": "range_21", + "name": null, + "center": [ + 172, + 454 + ], + "peak": [ + 173, + 454 + ], + "area_cells": 28 + }, + { + "id": "range_22", + "name": null, + "center": [ + 178, + 462 + ], + "peak": [ + 177, + 462 + ], + "area_cells": 48 + }, + { + "id": "range_23", + "name": null, + "center": [ + 180, + 310 + ], + "peak": [ + 180, + 311 + ], + "area_cells": 44 + }, + { + "id": "range_26", + "name": null, + "center": [ + 186, + 445 + ], + "peak": [ + 186, + 446 + ], + "area_cells": 52 + }, + { + "id": "range_28", + "name": null, + "center": [ + 200, + 6 + ], + "peak": [ + 201, + 8 + ], + "area_cells": 81 + }, + { + "id": "range_30", + "name": null, + "center": [ + 209, + 362 + ], + "peak": [ + 202, + 365 + ], + "area_cells": 62 + }, + { + "id": "range_31", + "name": null, + "center": [ + 204, + 444 + ], + "peak": [ + 206, + 444 + ], + "area_cells": 115 + }, + { + "id": "range_36", + "name": null, + "center": [ + 244, + 371 + ], + "peak": [ + 245, + 371 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ac/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/globe.png new file mode 100644 index 000000000..74e8449d2 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ac/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/heightmap.png new file mode 100644 index 000000000..7cddd6ae1 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ac/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/index.md new file mode 100644 index 000000000..ec8fafc1c --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ414Ac +name: Vindslette +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1057942683 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.507 + period_days: 148.0 + axial_tilt_deg: 20.6 +physical: + gravity_g: 1.04 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.626 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.152 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Vindslette + +Cold Arid planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 1.04g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 148 days | +| **Inhabited** | yes | +| **Population** | 6K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ac/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/markers.json new file mode 100644 index 000000000..58d6c02cf --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ac/markers.json @@ -0,0 +1,1008 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 414 + ], + [ + 1, + 414 + ], + [ + 2, + 413 + ], + [ + 3, + 413 + ], + [ + 4, + 412 + ], + [ + 5, + 413 + ], + [ + 6, + 414 + ], + [ + 5, + 414 + ], + [ + 6, + 413 + ], + [ + 6, + 412 + ], + [ + 7, + 411 + ], + [ + 8, + 410 + ], + [ + 9, + 409 + ], + [ + 10, + 408 + ], + [ + 10, + 407 + ], + [ + 10, + 406 + ], + [ + 10, + 405 + ], + [ + 11, + 405 + ], + [ + 12, + 405 + ], + [ + 13, + 405 + ], + [ + 14, + 405 + ], + [ + 15, + 404 + ], + [ + 15, + 403 + ], + [ + 15, + 402 + ], + [ + 16, + 402 + ], + [ + 17, + 401 + ], + [ + 16, + 400 + ], + [ + 16, + 399 + ], + [ + 16, + 398 + ], + [ + 17, + 397 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 148, + 11 + ], + [ + 147, + 10 + ], + [ + 146, + 9 + ], + [ + 145, + 8 + ], + [ + 144, + 8 + ], + [ + 143, + 7 + ], + [ + 142, + 6 + ], + [ + 141, + 5 + ], + [ + 140, + 4 + ], + [ + 139, + 3 + ], + [ + 138, + 2 + ], + [ + 137, + 1 + ], + [ + 136, + 0 + ], + [ + 136, + 511 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 75, + 274 + ], + [ + 76, + 274 + ], + [ + 77, + 275 + ], + [ + 78, + 276 + ], + [ + 78, + 277 + ], + [ + 78, + 278 + ], + [ + 78, + 279 + ], + [ + 77, + 280 + ], + [ + 78, + 281 + ], + [ + 78, + 280 + ], + [ + 77, + 281 + ], + [ + 76, + 282 + ], + [ + 75, + 283 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 126, + 251 + ], + [ + 125, + 251 + ], + [ + 126, + 250 + ], + [ + 127, + 250 + ], + [ + 126, + 249 + ], + [ + 126, + 248 + ], + [ + 126, + 247 + ], + [ + 126, + 246 + ], + [ + 126, + 245 + ], + [ + 127, + 244 + ], + [ + 127, + 243 + ], + [ + 126, + 243 + ], + [ + 125, + 242 + ], + [ + 124, + 241 + ], + [ + 123, + 240 + ], + [ + 122, + 239 + ], + [ + 121, + 238 + ], + [ + 120, + 237 + ], + [ + 119, + 236 + ], + [ + 119, + 235 + ], + [ + 118, + 234 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 12, + 370 + ], + [ + 11, + 370 + ], + [ + 10, + 371 + ], + [ + 9, + 372 + ], + [ + 8, + 373 + ], + [ + 7, + 373 + ], + [ + 6, + 374 + ], + [ + 5, + 375 + ], + [ + 5, + 376 + ], + [ + 6, + 376 + ], + [ + 5, + 377 + ], + [ + 4, + 378 + ], + [ + 4, + 379 + ], + [ + 3, + 380 + ], + [ + 4, + 381 + ], + [ + 5, + 382 + ], + [ + 5, + 383 + ], + [ + 6, + 384 + ], + [ + 7, + 385 + ], + [ + 7, + 386 + ], + [ + 7, + 387 + ], + [ + 8, + 388 + ], + [ + 8, + 389 + ], + [ + 9, + 390 + ], + [ + 10, + 390 + ], + [ + 10, + 391 + ], + [ + 11, + 392 + ], + [ + 11, + 393 + ], + [ + 12, + 394 + ], + [ + 13, + 393 + ], + [ + 14, + 394 + ], + [ + 15, + 395 + ], + [ + 15, + 396 + ], + [ + 15, + 397 + ], + [ + 16, + 398 + ], + [ + 16, + 399 + ], + [ + 17, + 398 + ], + [ + 17, + 399 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 198, + 231 + ], + [ + 199, + 231 + ], + [ + 200, + 232 + ], + [ + 201, + 231 + ], + [ + 202, + 230 + ], + [ + 203, + 230 + ], + [ + 204, + 229 + ], + [ + 205, + 230 + ], + [ + 206, + 231 + ], + [ + 206, + 230 + ], + [ + 207, + 229 + ], + [ + 207, + 228 + ], + [ + 207, + 227 + ], + [ + 208, + 227 + ], + [ + 208, + 228 + ], + [ + 208, + 229 + ], + [ + 209, + 229 + ], + [ + 208, + 230 + ], + [ + 207, + 231 + ], + [ + 208, + 231 + ], + [ + 207, + 230 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 105, + 182 + ], + [ + 104, + 181 + ], + [ + 103, + 180 + ], + [ + 102, + 179 + ], + [ + 101, + 178 + ], + [ + 101, + 177 + ], + [ + 100, + 176 + ], + [ + 101, + 175 + ], + [ + 100, + 174 + ], + [ + 99, + 173 + ], + [ + 98, + 172 + ], + [ + 97, + 171 + ], + [ + 97, + 170 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 246, + 494 + ], + [ + 247, + 493 + ], + [ + 248, + 492 + ], + [ + 249, + 492 + ], + [ + 250, + 493 + ], + [ + 251, + 493 + ], + [ + 252, + 493 + ], + [ + 253, + 493 + ], + [ + 253, + 492 + ], + [ + 254, + 493 + ], + [ + 255, + 493 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 3, + 361 + ], + [ + 4, + 360 + ], + [ + 5, + 359 + ], + [ + 6, + 358 + ], + [ + 7, + 357 + ], + [ + 8, + 356 + ], + [ + 9, + 355 + ], + [ + 10, + 354 + ], + [ + 10, + 353 + ], + [ + 10, + 352 + ], + [ + 10, + 351 + ], + [ + 11, + 350 + ], + [ + 12, + 349 + ], + [ + 11, + 349 + ], + [ + 10, + 350 + ], + [ + 9, + 351 + ], + [ + 9, + 350 + ], + [ + 8, + 350 + ], + [ + 9, + 349 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 115, + 434 + ], + [ + 114, + 433 + ], + [ + 113, + 433 + ], + [ + 112, + 433 + ], + [ + 111, + 433 + ], + [ + 110, + 433 + ], + [ + 109, + 433 + ], + [ + 108, + 433 + ], + [ + 107, + 434 + ], + [ + 108, + 434 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 72, + 218 + ], + [ + 73, + 217 + ], + [ + 74, + 216 + ], + [ + 75, + 215 + ], + [ + 76, + 216 + ], + [ + 76, + 217 + ], + [ + 76, + 218 + ], + [ + 77, + 219 + ], + [ + 77, + 220 + ], + [ + 78, + 221 + ], + [ + 79, + 222 + ], + [ + 79, + 223 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 41, + 234 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 85, + 501 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 113, + 29 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 127, + 114 + ], + "area_fraction": 0.0164 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 429 + ], + "peak": [ + 54, + 430 + ], + "area_cells": 419 + }, + { + "id": "range_2", + "name": null, + "center": [ + 146, + 403 + ], + "peak": [ + 146, + 393 + ], + "area_cells": 1067 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 62 + ], + "peak": [ + 146, + 64 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 179, + 340 + ], + "peak": [ + 170, + 348 + ], + "area_cells": 408 + }, + { + "id": "range_10", + "name": null, + "center": [ + 220, + 286 + ], + "peak": [ + 220, + 280 + ], + "area_cells": 459 + }, + { + "id": "range_11", + "name": null, + "center": [ + 243, + 60 + ], + "peak": [ + 243, + 61 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ad/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/globe.png new file mode 100644 index 000000000..e33f53df0 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ad/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/heightmap.png new file mode 100644 index 000000000..19eb1f95e Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ad/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/index.md new file mode 100644 index 000000000..9483bf629 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/index.md @@ -0,0 +1,64 @@ +--- +id: GJ414Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 751682738 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.48 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ414Ad + +Frozen planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 90% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ad/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/markers.json new file mode 100644 index 000000000..72dc36079 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ad/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 81 + ], + "area_fraction": 0.0419 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 13, + 400 + ], + "area_fraction": 0.0446 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 147, + 183 + ], + "peak": [ + 107, + 275 + ], + "area_cells": 28824 + }, + { + "id": "range_2", + "name": null, + "center": [ + 146, + 482 + ], + "peak": [ + 121, + 503 + ], + "area_cells": 4670 + }, + { + "id": "range_4", + "name": null, + "center": [ + 187, + 360 + ], + "peak": [ + 196, + 358 + ], + "area_cells": 280 + }, + { + "id": "range_7", + "name": null, + "center": [ + 216, + 97 + ], + "peak": [ + 218, + 98 + ], + "area_cells": 118 + }, + { + "id": "range_12", + "name": null, + "center": [ + 247, + 59 + ], + "peak": [ + 247, + 59 + ], + "area_cells": 110 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ae/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/globe.png new file mode 100644 index 000000000..9dc53dbb5 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ae/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/heightmap.png new file mode 100644 index 000000000..90e619e7c Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ae/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/index.md new file mode 100644 index 000000000..7b5b46c46 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ414Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2411035470 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 27.9 +physical: + gravity_g: 0.38 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.73 + polar_ice_lat: 0.114 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.279 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ414Ae + +Frozen planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ae/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/markers.json new file mode 100644 index 000000000..20707bc38 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ae/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 228 + ], + "area_fraction": 0.2346 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 80, + 293 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 213, + 303 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 140, + 262 + ], + "peak": [ + 142, + 208 + ], + "area_cells": 27815 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 338 + ], + "peak": [ + 89, + 336 + ], + "area_cells": 60 + }, + { + "id": "range_3", + "name": null, + "center": [ + 113, + 123 + ], + "peak": [ + 113, + 125 + ], + "area_cells": 55 + }, + { + "id": "range_4", + "name": null, + "center": [ + 176, + 162 + ], + "peak": [ + 175, + 164 + ], + "area_cells": 138 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Af/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Af/globe.png new file mode 100644 index 000000000..27886a08a Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Af/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Af/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Af/heightmap.png new file mode 100644 index 000000000..94866fda6 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Af/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Af/index.md new file mode 100644 index 000000000..d169a214f --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ414Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1660525214 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.937 + period_days: 3200.0 + axial_tilt_deg: 41.9 +physical: + gravity_g: 0.3 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.113 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.293 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ414Af + +Frozen planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Af/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Af/markers.json new file mode 100644 index 000000000..eba77d090 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Af/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 202, + 399 + ], + "area_fraction": 0.0919 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 211, + 261 + ], + "area_fraction": 0.039 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 230, + 105 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 408 + ], + "peak": [ + 1, + 410 + ], + "area_cells": 46 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 428 + ], + "peak": [ + 24, + 425 + ], + "area_cells": 44 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 267 + ], + "peak": [ + 31, + 260 + ], + "area_cells": 119 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 237 + ], + "peak": [ + 37, + 238 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 36, + 296 + ], + "peak": [ + 37, + 302 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 152 + ], + "peak": [ + 88, + 205 + ], + "area_cells": 8151 + }, + { + "id": "range_11", + "name": null, + "center": [ + 58, + 396 + ], + "peak": [ + 59, + 399 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 81, + 412 + ], + "peak": [ + 83, + 413 + ], + "area_cells": 146 + }, + { + "id": "range_15", + "name": null, + "center": [ + 93, + 327 + ], + "peak": [ + 94, + 325 + ], + "area_cells": 114 + }, + { + "id": "range_16", + "name": null, + "center": [ + 104, + 493 + ], + "peak": [ + 102, + 509 + ], + "area_cells": 329 + }, + { + "id": "range_17", + "name": null, + "center": [ + 110, + 125 + ], + "peak": [ + 111, + 126 + ], + "area_cells": 412 + }, + { + "id": "range_21", + "name": null, + "center": [ + 124, + 11 + ], + "peak": [ + 129, + 11 + ], + "area_cells": 120 + }, + { + "id": "range_22", + "name": null, + "center": [ + 139, + 315 + ], + "peak": [ + 138, + 319 + ], + "area_cells": 533 + }, + { + "id": "range_23", + "name": null, + "center": [ + 133, + 202 + ], + "peak": [ + 134, + 202 + ], + "area_cells": 32 + }, + { + "id": "range_24", + "name": null, + "center": [ + 163, + 210 + ], + "peak": [ + 164, + 211 + ], + "area_cells": 65 + }, + { + "id": "range_25", + "name": null, + "center": [ + 175, + 40 + ], + "peak": [ + 174, + 41 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ag/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/globe.png new file mode 100644 index 000000000..ac539431a Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ag/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/heightmap.png new file mode 100644 index 000000000..6469d71f8 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ag/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/index.md new file mode 100644 index 000000000..23452b5fa --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ414Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1719890669 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.885 + period_days: 7400.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.785 + polar_ice_lat: 0.072 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ414Ag + +Frozen planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 7400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ag/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/markers.json new file mode 100644 index 000000000..412fc7fb5 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ag/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 47, + 163 + ], + "area_fraction": 0.0352 + }, + { + "id": "water_31", + "name": null, + "kind": "ocean", + "center": [ + 220, + 137 + ], + "area_fraction": 0.1378 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 233, + 332 + ], + "area_fraction": 0.0118 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 457 + ], + "peak": [ + 76, + 459 + ], + "area_cells": 4600 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 9 + ], + "peak": [ + 43, + 0 + ], + "area_cells": 482 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 329 + ], + "peak": [ + 68, + 322 + ], + "area_cells": 665 + }, + { + "id": "range_4", + "name": null, + "center": [ + 75, + 240 + ], + "peak": [ + 75, + 240 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 89 + ], + "peak": [ + 111, + 90 + ], + "area_cells": 111 + }, + { + "id": "range_6", + "name": null, + "center": [ + 110, + 58 + ], + "peak": [ + 110, + 59 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 333 + ], + "peak": [ + 118, + 335 + ], + "area_cells": 297 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 456 + ], + "peak": [ + 176, + 443 + ], + "area_cells": 4731 + }, + { + "id": "range_9", + "name": null, + "center": [ + 138, + 61 + ], + "peak": [ + 143, + 59 + ], + "area_cells": 315 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 3 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 105 + }, + { + "id": "range_11", + "name": null, + "center": [ + 126, + 368 + ], + "peak": [ + 126, + 368 + ], + "area_cells": 102 + }, + { + "id": "range_12", + "name": null, + "center": [ + 136, + 18 + ], + "peak": [ + 137, + 18 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 147, + 351 + ], + "peak": [ + 147, + 349 + ], + "area_cells": 130 + }, + { + "id": "range_14", + "name": null, + "center": [ + 159, + 9 + ], + "peak": [ + 151, + 10 + ], + "area_cells": 481 + }, + { + "id": "range_15", + "name": null, + "center": [ + 195, + 487 + ], + "peak": [ + 199, + 480 + ], + "area_cells": 159 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ah/globe.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/globe.png new file mode 100644 index 000000000..31959bc03 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/globe.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ah/heightmap.png b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/heightmap.png new file mode 100644 index 000000000..e7c7b2dd3 Binary files /dev/null and b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ah/index.md b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/index.md new file mode 100644 index 000000000..74b835ea0 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ414Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2103382707 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.532 + period_days: 14000.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.08 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.796 + polar_ice_lat: 0.303 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ414Ah + +Frozen planet. + +**System:** [GJ-414A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-414A/bodies/GJ414Ah/markers.json b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/markers.json new file mode 100644 index 000000000..347b99dd9 --- /dev/null +++ b/wiki/star-systems/GJ-414A/bodies/GJ414Ah/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 210, + 167 + ], + "area_fraction": 0.1646 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 174, + 106 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 232, + 494 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 281 + ], + "peak": [ + 40, + 334 + ], + "area_cells": 25994 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 456 + ], + "peak": [ + 72, + 455 + ], + "area_cells": 45 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 410 + ], + "peak": [ + 147, + 409 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ42b/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42b/globe.png new file mode 100644 index 000000000..2c5cd42b8 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42b/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42b/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42b/heightmap.png new file mode 100644 index 000000000..7cbeed79d Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42b/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42b/index.md b/wiki/star-systems/GJ-42/bodies/GJ42b/index.md new file mode 100644 index 000000000..38cdc7cb9 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1037364719 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.253 + period_days: 52.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.64 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.924 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42b + +Barren planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.64g | +| **Land** | 92% | +| **Year** | 52 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42b/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42b/markers.json new file mode 100644 index 000000000..4eda1068d --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42b/markers.json @@ -0,0 +1,399 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 14, + 137 + ], + "area_fraction": 0.0238 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 10, + 329 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 275 + ], + "peak": [ + 48, + 276 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 497 + ], + "peak": [ + 76, + 495 + ], + "area_cells": 172 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 351 + ], + "peak": [ + 77, + 357 + ], + "area_cells": 619 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 305 + ], + "peak": [ + 78, + 290 + ], + "area_cells": 348 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 10 + ], + "peak": [ + 80, + 6 + ], + "area_cells": 168 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 168 + ], + "peak": [ + 98, + 163 + ], + "area_cells": 559 + }, + { + "id": "range_12", + "name": null, + "center": [ + 97, + 385 + ], + "peak": [ + 103, + 388 + ], + "area_cells": 188 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 115 + ], + "peak": [ + 137, + 36 + ], + "area_cells": 4431 + }, + { + "id": "range_14", + "name": null, + "center": [ + 184, + 474 + ], + "peak": [ + 164, + 495 + ], + "area_cells": 3791 + }, + { + "id": "range_15", + "name": null, + "center": [ + 112, + 312 + ], + "peak": [ + 114, + 315 + ], + "area_cells": 315 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 445 + ], + "peak": [ + 141, + 446 + ], + "area_cells": 705 + }, + { + "id": "range_19", + "name": null, + "center": [ + 121, + 366 + ], + "peak": [ + 119, + 367 + ], + "area_cells": 30 + }, + { + "id": "range_21", + "name": null, + "center": [ + 127, + 352 + ], + "peak": [ + 128, + 352 + ], + "area_cells": 50 + }, + { + "id": "range_25", + "name": null, + "center": [ + 159, + 369 + ], + "peak": [ + 161, + 371 + ], + "area_cells": 101 + }, + { + "id": "range_26", + "name": null, + "center": [ + 177, + 411 + ], + "peak": [ + 169, + 421 + ], + "area_cells": 417 + }, + { + "id": "range_27", + "name": null, + "center": [ + 184, + 4 + ], + "peak": [ + 175, + 4 + ], + "area_cells": 357 + }, + { + "id": "range_28", + "name": null, + "center": [ + 169, + 71 + ], + "peak": [ + 170, + 72 + ], + "area_cells": 45 + }, + { + "id": "range_31", + "name": null, + "center": [ + 185, + 147 + ], + "peak": [ + 186, + 153 + ], + "area_cells": 455 + }, + { + "id": "range_32", + "name": null, + "center": [ + 174, + 20 + ], + "peak": [ + 174, + 22 + ], + "area_cells": 80 + }, + { + "id": "range_33", + "name": null, + "center": [ + 180, + 301 + ], + "peak": [ + 189, + 290 + ], + "area_cells": 244 + }, + { + "id": "range_35", + "name": null, + "center": [ + 178, + 380 + ], + "peak": [ + 180, + 385 + ], + "area_cells": 128 + }, + { + "id": "range_37", + "name": null, + "center": [ + 212, + 388 + ], + "peak": [ + 220, + 393 + ], + "area_cells": 198 + }, + { + "id": "range_38", + "name": null, + "center": [ + 212, + 128 + ], + "peak": [ + 215, + 129 + ], + "area_cells": 235 + }, + { + "id": "range_41", + "name": null, + "center": [ + 228, + 144 + ], + "peak": [ + 230, + 145 + ], + "area_cells": 69 + }, + { + "id": "range_47", + "name": null, + "center": [ + 230, + 376 + ], + "peak": [ + 231, + 376 + ], + "area_cells": 23 + }, + { + "id": "range_49", + "name": null, + "center": [ + 226, + 303 + ], + "peak": [ + 227, + 306 + ], + "area_cells": 31 + }, + { + "id": "range_54", + "name": null, + "center": [ + 246, + 272 + ], + "peak": [ + 255, + 273 + ], + "area_cells": 21 + }, + { + "id": "range_56", + "name": null, + "center": [ + 249, + 169 + ], + "peak": [ + 249, + 169 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c-1/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42c-1/globe.png new file mode 100644 index 000000000..b3938fa72 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42c-1/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c-1/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42c-1/heightmap.png new file mode 100644 index 000000000..423579d2f Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c-1/index.md b/wiki/star-systems/GJ-42/bodies/GJ42c-1/index.md new file mode 100644 index 000000000..3276c6e7b --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2313659130 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.138 + period_days: 21.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.07 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.887 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42c-1 + +Barren moon. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 92% | +| **Orbit** | 21 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c-1/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42c-1/markers.json new file mode 100644 index 000000000..b24ebbafa --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42c-1/markers.json @@ -0,0 +1,493 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 70, + 13 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 44 + ], + "peak": [ + 0, + 8 + ], + "area_cells": 1991 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 92 + ], + "peak": [ + 0, + 92 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 230 + ], + "peak": [ + 1, + 229 + ], + "area_cells": 58 + }, + { + "id": "range_8", + "name": null, + "center": [ + 12, + 330 + ], + "peak": [ + 0, + 315 + ], + "area_cells": 2321 + }, + { + "id": "range_9", + "name": null, + "center": [ + 9, + 389 + ], + "peak": [ + 12, + 389 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 18, + 392 + ], + "peak": [ + 13, + 393 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 11, + 401 + ], + "peak": [ + 4, + 402 + ], + "area_cells": 54 + }, + { + "id": "range_12", + "name": null, + "center": [ + 4, + 412 + ], + "peak": [ + 5, + 409 + ], + "area_cells": 109 + }, + { + "id": "range_13", + "name": null, + "center": [ + 11, + 429 + ], + "peak": [ + 5, + 427 + ], + "area_cells": 60 + }, + { + "id": "range_14", + "name": null, + "center": [ + 9, + 477 + ], + "peak": [ + 8, + 491 + ], + "area_cells": 1461 + }, + { + "id": "range_27", + "name": null, + "center": [ + 54, + 432 + ], + "peak": [ + 54, + 434 + ], + "area_cells": 76 + }, + { + "id": "range_28", + "name": null, + "center": [ + 68, + 454 + ], + "peak": [ + 69, + 455 + ], + "area_cells": 56 + }, + { + "id": "range_30", + "name": null, + "center": [ + 92, + 370 + ], + "peak": [ + 96, + 374 + ], + "area_cells": 165 + }, + { + "id": "range_31", + "name": null, + "center": [ + 90, + 449 + ], + "peak": [ + 90, + 450 + ], + "area_cells": 116 + }, + { + "id": "range_32", + "name": null, + "center": [ + 91, + 416 + ], + "peak": [ + 94, + 417 + ], + "area_cells": 155 + }, + { + "id": "range_33", + "name": null, + "center": [ + 95, + 199 + ], + "peak": [ + 91, + 205 + ], + "area_cells": 416 + }, + { + "id": "range_34", + "name": null, + "center": [ + 94, + 395 + ], + "peak": [ + 96, + 395 + ], + "area_cells": 77 + }, + { + "id": "range_36", + "name": null, + "center": [ + 121, + 249 + ], + "peak": [ + 121, + 250 + ], + "area_cells": 66 + }, + { + "id": "range_37", + "name": null, + "center": [ + 126, + 187 + ], + "peak": [ + 126, + 187 + ], + "area_cells": 34 + }, + { + "id": "range_39", + "name": null, + "center": [ + 131, + 176 + ], + "peak": [ + 134, + 177 + ], + "area_cells": 84 + }, + { + "id": "range_40", + "name": null, + "center": [ + 154, + 274 + ], + "peak": [ + 163, + 272 + ], + "area_cells": 490 + }, + { + "id": "range_41", + "name": null, + "center": [ + 135, + 214 + ], + "peak": [ + 135, + 221 + ], + "area_cells": 311 + }, + { + "id": "range_42", + "name": null, + "center": [ + 205, + 343 + ], + "peak": [ + 188, + 334 + ], + "area_cells": 4884 + }, + { + "id": "range_43", + "name": null, + "center": [ + 157, + 363 + ], + "peak": [ + 157, + 363 + ], + "area_cells": 66 + }, + { + "id": "range_44", + "name": null, + "center": [ + 169, + 227 + ], + "peak": [ + 171, + 228 + ], + "area_cells": 139 + }, + { + "id": "range_46", + "name": null, + "center": [ + 167, + 73 + ], + "peak": [ + 168, + 74 + ], + "area_cells": 26 + }, + { + "id": "range_51", + "name": null, + "center": [ + 180, + 188 + ], + "peak": [ + 181, + 188 + ], + "area_cells": 61 + }, + { + "id": "range_53", + "name": null, + "center": [ + 192, + 206 + ], + "peak": [ + 193, + 207 + ], + "area_cells": 29 + }, + { + "id": "range_54", + "name": null, + "center": [ + 215, + 72 + ], + "peak": [ + 222, + 86 + ], + "area_cells": 469 + }, + { + "id": "range_57", + "name": null, + "center": [ + 200, + 492 + ], + "peak": [ + 201, + 492 + ], + "area_cells": 33 + }, + { + "id": "range_58", + "name": null, + "center": [ + 203, + 97 + ], + "peak": [ + 203, + 98 + ], + "area_cells": 37 + }, + { + "id": "range_59", + "name": null, + "center": [ + 211, + 248 + ], + "peak": [ + 212, + 247 + ], + "area_cells": 109 + }, + { + "id": "range_61", + "name": null, + "center": [ + 217, + 265 + ], + "peak": [ + 217, + 266 + ], + "area_cells": 21 + }, + { + "id": "range_62", + "name": null, + "center": [ + 220, + 409 + ], + "peak": [ + 219, + 408 + ], + "area_cells": 97 + }, + { + "id": "range_71", + "name": null, + "center": [ + 250, + 234 + ], + "peak": [ + 246, + 236 + ], + "area_cells": 31 + }, + { + "id": "range_77", + "name": null, + "center": [ + 252, + 207 + ], + "peak": [ + 255, + 210 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42c/globe.png new file mode 100644 index 000000000..5115ce9d8 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42c/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42c/heightmap.png new file mode 100644 index 000000000..1b0a3c150 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42c/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c/index.md b/wiki/star-systems/GJ-42/bodies/GJ42c/index.md new file mode 100644 index 000000000..bacffa65a --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ42c +name: Poperinge +body_type: planet +planet_class: temperate +body_scale: planet +seed: 61976049 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.89 + oblateness: 0.0025 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.422 + polar_ice_lat: 0.698 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.478 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Poperinge + +Temperate planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.89g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 55K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42c/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42c/markers.json new file mode 100644 index 000000000..50d3a8b99 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42c/markers.json @@ -0,0 +1,1031 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 107, + 480 + ], + [ + 106, + 481 + ], + [ + 105, + 482 + ], + [ + 104, + 483 + ], + [ + 103, + 484 + ], + [ + 102, + 485 + ], + [ + 101, + 484 + ], + [ + 100, + 483 + ], + [ + 99, + 483 + ], + [ + 98, + 483 + ], + [ + 97, + 484 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 126, + 436 + ], + [ + 127, + 437 + ], + [ + 128, + 436 + ], + [ + 128, + 435 + ], + [ + 129, + 435 + ], + [ + 130, + 435 + ], + [ + 131, + 434 + ], + [ + 131, + 435 + ], + [ + 132, + 435 + ], + [ + 132, + 436 + ], + [ + 132, + 437 + ], + [ + 132, + 438 + ], + [ + 133, + 439 + ], + [ + 133, + 438 + ], + [ + 134, + 439 + ], + [ + 133, + 440 + ], + [ + 132, + 439 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 204, + 121 + ], + [ + 205, + 120 + ], + [ + 206, + 119 + ], + [ + 207, + 120 + ], + [ + 207, + 119 + ], + [ + 206, + 118 + ], + [ + 207, + 117 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 140, + 348 + ], + [ + 139, + 347 + ], + [ + 138, + 346 + ], + [ + 137, + 345 + ], + [ + 136, + 344 + ], + [ + 135, + 345 + ], + [ + 134, + 346 + ], + [ + 133, + 347 + ], + [ + 132, + 346 + ], + [ + 131, + 347 + ], + [ + 130, + 348 + ], + [ + 129, + 348 + ], + [ + 128, + 347 + ], + [ + 128, + 346 + ], + [ + 127, + 346 + ], + [ + 126, + 345 + ], + [ + 125, + 344 + ], + [ + 126, + 343 + ], + [ + 127, + 343 + ], + [ + 126, + 344 + ], + [ + 127, + 344 + ], + [ + 127, + 345 + ], + [ + 128, + 344 + ], + [ + 128, + 343 + ], + [ + 127, + 342 + ], + [ + 127, + 341 + ], + [ + 126, + 340 + ], + [ + 126, + 339 + ], + [ + 125, + 338 + ], + [ + 126, + 338 + ], + [ + 126, + 337 + ], + [ + 125, + 336 + ], + [ + 125, + 335 + ], + [ + 124, + 334 + ], + [ + 124, + 333 + ], + [ + 123, + 332 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 202, + 152 + ], + [ + 203, + 152 + ], + [ + 204, + 152 + ], + [ + 205, + 152 + ], + [ + 206, + 151 + ], + [ + 207, + 150 + ], + [ + 208, + 149 + ], + [ + 209, + 148 + ], + [ + 209, + 147 + ], + [ + 210, + 146 + ], + [ + 211, + 145 + ], + [ + 212, + 144 + ], + [ + 213, + 145 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 134, + 202 + ], + [ + 133, + 201 + ], + [ + 132, + 201 + ], + [ + 131, + 202 + ], + [ + 130, + 201 + ], + [ + 129, + 200 + ], + [ + 128, + 199 + ], + [ + 127, + 198 + ], + [ + 126, + 198 + ], + [ + 125, + 198 + ], + [ + 124, + 199 + ], + [ + 124, + 198 + ], + [ + 124, + 197 + ], + [ + 123, + 197 + ], + [ + 123, + 198 + ], + [ + 123, + 199 + ], + [ + 124, + 200 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 186, + 401 + ], + [ + 185, + 402 + ], + [ + 184, + 402 + ], + [ + 183, + 403 + ], + [ + 182, + 404 + ], + [ + 181, + 403 + ], + [ + 180, + 402 + ], + [ + 179, + 401 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 169, + 379 + ], + [ + 168, + 380 + ], + [ + 167, + 381 + ], + [ + 166, + 382 + ], + [ + 165, + 383 + ], + [ + 166, + 384 + ], + [ + 165, + 385 + ], + [ + 165, + 386 + ], + [ + 164, + 387 + ], + [ + 164, + 388 + ], + [ + 163, + 389 + ], + [ + 162, + 390 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 145, + 23 + ], + [ + 144, + 23 + ], + [ + 143, + 23 + ], + [ + 142, + 22 + ], + [ + 141, + 22 + ], + [ + 140, + 22 + ], + [ + 139, + 21 + ], + [ + 138, + 21 + ], + [ + 137, + 22 + ], + [ + 136, + 21 + ], + [ + 135, + 20 + ], + [ + 134, + 19 + ], + [ + 133, + 18 + ], + [ + 132, + 17 + ], + [ + 131, + 16 + ], + [ + 130, + 15 + ], + [ + 129, + 14 + ], + [ + 128, + 15 + ], + [ + 127, + 14 + ], + [ + 126, + 15 + ], + [ + 125, + 15 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 140, + 470 + ], + [ + 139, + 469 + ], + [ + 138, + 470 + ], + [ + 137, + 470 + ], + [ + 136, + 469 + ], + [ + 135, + 469 + ], + [ + 134, + 468 + ], + [ + 133, + 467 + ], + [ + 132, + 467 + ], + [ + 132, + 468 + ], + [ + 133, + 469 + ], + [ + 132, + 470 + ], + [ + 133, + 471 + ], + [ + 133, + 470 + ], + [ + 132, + 471 + ], + [ + 131, + 472 + ], + [ + 132, + 472 + ], + [ + 133, + 472 + ], + [ + 134, + 471 + ], + [ + 134, + 472 + ], + [ + 133, + 473 + ], + [ + 134, + 473 + ], + [ + 133, + 474 + ], + [ + 132, + 473 + ], + [ + 132, + 474 + ], + [ + 131, + 473 + ], + [ + 131, + 474 + ], + [ + 130, + 475 + ], + [ + 129, + 476 + ], + [ + 128, + 476 + ], + [ + 127, + 476 + ], + [ + 126, + 476 + ], + [ + 125, + 477 + ], + [ + 124, + 478 + ], + [ + 123, + 478 + ], + [ + 123, + 477 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 86, + 223 + ], + [ + 87, + 222 + ], + [ + 88, + 222 + ], + [ + 89, + 223 + ], + [ + 89, + 224 + ], + [ + 90, + 224 + ], + [ + 91, + 224 + ], + [ + 92, + 224 + ], + [ + 93, + 225 + ], + [ + 93, + 226 + ], + [ + 92, + 227 + ], + [ + 92, + 228 + ], + [ + 91, + 228 + ], + [ + 91, + 229 + ], + [ + 92, + 230 + ], + [ + 93, + 231 + ], + [ + 93, + 232 + ], + [ + 94, + 233 + ], + [ + 94, + 234 + ], + [ + 94, + 235 + ], + [ + 95, + 236 + ], + [ + 96, + 237 + ], + [ + 95, + 238 + ], + [ + 94, + 239 + ], + [ + 94, + 240 + ], + [ + 93, + 241 + ], + [ + 94, + 242 + ], + [ + 93, + 243 + ], + [ + 93, + 244 + ], + [ + 94, + 245 + ], + [ + 93, + 246 + ], + [ + 92, + 247 + ], + [ + 92, + 248 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 35 + ], + "area_fraction": 0.035 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 39, + 368 + ], + "area_fraction": 0.1743 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 113, + 293 + ], + "area_fraction": 0.01 + }, + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 204, + 272 + ], + "area_fraction": 0.3531 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 98, + 105 + ], + "peak": [ + 106, + 112 + ], + "area_cells": 5219 + }, + { + "id": "range_4", + "name": null, + "center": [ + 83, + 276 + ], + "peak": [ + 83, + 279 + ], + "area_cells": 97 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 363 + ], + "peak": [ + 118, + 363 + ], + "area_cells": 181 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 120 + ], + "peak": [ + 142, + 113 + ], + "area_cells": 147 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 57 + ], + "peak": [ + 146, + 58 + ], + "area_cells": 194 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42d/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42d/globe.png new file mode 100644 index 000000000..f4eba3f3f Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42d/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42d/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42d/heightmap.png new file mode 100644 index 000000000..89ba7f741 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42d/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42d/index.md b/wiki/star-systems/GJ-42/bodies/GJ42d/index.md new file mode 100644 index 000000000..c365b0af8 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ42d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 958407524 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.157 + period_days: 510.0 + axial_tilt_deg: 25.8 +physical: + gravity_g: 0.52 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.825 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.158 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42d + +Arid planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 510 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42d/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42d/markers.json new file mode 100644 index 000000000..3da9547dd --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42d/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 241, + 331 + ], + [ + 240, + 331 + ], + [ + 239, + 332 + ], + [ + 238, + 331 + ], + [ + 237, + 331 + ], + [ + 238, + 332 + ], + [ + 237, + 332 + ], + [ + 237, + 333 + ], + [ + 236, + 334 + ], + [ + 235, + 335 + ], + [ + 234, + 336 + ], + [ + 234, + 337 + ], + [ + 233, + 338 + ], + [ + 232, + 339 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 25, + 131 + ], + [ + 26, + 132 + ], + [ + 27, + 133 + ], + [ + 28, + 134 + ], + [ + 29, + 135 + ], + [ + 30, + 136 + ], + [ + 31, + 137 + ], + [ + 32, + 138 + ], + [ + 33, + 138 + ], + [ + 34, + 139 + ], + [ + 35, + 139 + ], + [ + 36, + 138 + ], + [ + 37, + 138 + ], + [ + 38, + 139 + ], + [ + 38, + 138 + ], + [ + 37, + 139 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 13, + 95 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 4, + 313 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 16, + 482 + ], + "area_fraction": 0.0151 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 266 + ], + "peak": [ + 35, + 284 + ], + "area_cells": 2724 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 330 + ], + "peak": [ + 47, + 331 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 107 + ], + "peak": [ + 134, + 11 + ], + "area_cells": 16958 + }, + { + "id": "range_6", + "name": null, + "center": [ + 130, + 457 + ], + "peak": [ + 104, + 497 + ], + "area_cells": 10945 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 82 + ], + "peak": [ + 78, + 83 + ], + "area_cells": 129 + }, + { + "id": "range_11", + "name": null, + "center": [ + 132, + 358 + ], + "peak": [ + 136, + 354 + ], + "area_cells": 227 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 349 + ], + "peak": [ + 167, + 348 + ], + "area_cells": 164 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 31 + ], + "peak": [ + 202, + 33 + ], + "area_cells": 145 + }, + { + "id": "range_14", + "name": null, + "center": [ + 199, + 478 + ], + "peak": [ + 200, + 479 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-1/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42e-1/globe.png new file mode 100644 index 000000000..9b0cbfbe0 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42e-1/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-1/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42e-1/heightmap.png new file mode 100644 index 000000000..f6251bcd6 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-1/index.md b/wiki/star-systems/GJ-42/bodies/GJ42e-1/index.md new file mode 100644 index 000000000..c93926ba7 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2721429444 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.08 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.951 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42e-1 + +Barren moon. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 94% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-1/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42e-1/markers.json new file mode 100644 index 000000000..f2ff408ae --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42e-1/markers.json @@ -0,0 +1,376 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 15, + 407 + ], + "area_fraction": 0.0372 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 63, + 318 + ], + "peak": [ + 61, + 317 + ], + "area_cells": 66 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 304 + ], + "peak": [ + 101, + 307 + ], + "area_cells": 470 + }, + { + "id": "range_5", + "name": null, + "center": [ + 132, + 52 + ], + "peak": [ + 170, + 50 + ], + "area_cells": 3969 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 490 + ], + "peak": [ + 75, + 488 + ], + "area_cells": 70 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 261 + ], + "peak": [ + 75, + 260 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 197, + 331 + ], + "peak": [ + 163, + 233 + ], + "area_cells": 17718 + }, + { + "id": "range_9", + "name": null, + "center": [ + 88, + 229 + ], + "peak": [ + 88, + 228 + ], + "area_cells": 101 + }, + { + "id": "range_14", + "name": null, + "center": [ + 107, + 469 + ], + "peak": [ + 111, + 469 + ], + "area_cells": 462 + }, + { + "id": "range_15", + "name": null, + "center": [ + 93, + 399 + ], + "peak": [ + 93, + 400 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 125, + 502 + ], + "peak": [ + 126, + 498 + ], + "area_cells": 740 + }, + { + "id": "range_20", + "name": null, + "center": [ + 104, + 321 + ], + "peak": [ + 104, + 322 + ], + "area_cells": 40 + }, + { + "id": "range_21", + "name": null, + "center": [ + 131, + 207 + ], + "peak": [ + 127, + 209 + ], + "area_cells": 478 + }, + { + "id": "range_22", + "name": null, + "center": [ + 113, + 314 + ], + "peak": [ + 114, + 315 + ], + "area_cells": 37 + }, + { + "id": "range_23", + "name": null, + "center": [ + 123, + 254 + ], + "peak": [ + 120, + 250 + ], + "area_cells": 144 + }, + { + "id": "range_24", + "name": null, + "center": [ + 136, + 461 + ], + "peak": [ + 135, + 459 + ], + "area_cells": 166 + }, + { + "id": "range_28", + "name": null, + "center": [ + 143, + 2 + ], + "peak": [ + 143, + 0 + ], + "area_cells": 44 + }, + { + "id": "range_29", + "name": null, + "center": [ + 162, + 187 + ], + "peak": [ + 162, + 187 + ], + "area_cells": 27 + }, + { + "id": "range_30", + "name": null, + "center": [ + 170, + 499 + ], + "peak": [ + 170, + 498 + ], + "area_cells": 38 + }, + { + "id": "range_31", + "name": null, + "center": [ + 174, + 14 + ], + "peak": [ + 175, + 15 + ], + "area_cells": 28 + }, + { + "id": "range_40", + "name": null, + "center": [ + 202, + 60 + ], + "peak": [ + 204, + 61 + ], + "area_cells": 66 + }, + { + "id": "range_41", + "name": null, + "center": [ + 205, + 462 + ], + "peak": [ + 211, + 465 + ], + "area_cells": 65 + }, + { + "id": "range_47", + "name": null, + "center": [ + 235, + 25 + ], + "peak": [ + 212, + 31 + ], + "area_cells": 401 + }, + { + "id": "range_48", + "name": null, + "center": [ + 229, + 181 + ], + "peak": [ + 226, + 180 + ], + "area_cells": 294 + }, + { + "id": "range_49", + "name": null, + "center": [ + 226, + 158 + ], + "peak": [ + 225, + 158 + ], + "area_cells": 25 + }, + { + "id": "range_53", + "name": null, + "center": [ + 239, + 224 + ], + "peak": [ + 238, + 225 + ], + "area_cells": 90 + }, + { + "id": "range_54", + "name": null, + "center": [ + 245, + 37 + ], + "peak": [ + 255, + 37 + ], + "area_cells": 46 + }, + { + "id": "range_56", + "name": null, + "center": [ + 249, + 62 + ], + "peak": [ + 248, + 60 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-2/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42e-2/globe.png new file mode 100644 index 000000000..65f55888d Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42e-2/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-2/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42e-2/heightmap.png new file mode 100644 index 000000000..cc787e78d Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42e-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-2/index.md b/wiki/star-systems/GJ-42/bodies/GJ42e-2/index.md new file mode 100644 index 000000000..bd82bbc93 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42e-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42e-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3493038180 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.06 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42e-2 + +Frozen moon. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Land** | 91% | +| **Orbit** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e-2/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42e-2/markers.json new file mode 100644 index 000000000..3f6853942 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42e-2/markers.json @@ -0,0 +1,58 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 138, + 139 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 213, + 28 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 227, + 108 + ], + "area_fraction": 0.019 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 302 + ], + "peak": [ + 15, + 283 + ], + "area_cells": 21449 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42e/globe.png new file mode 100644 index 000000000..d8788dd9e Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42e/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42e/index.md b/wiki/star-systems/GJ-42/bodies/GJ42e/index.md new file mode 100644 index 000000000..3bcc08323 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ42e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 167191229 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 2.1 + oblateness: 0.0595 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.126 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 2 + storm_max_size: 0.071 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.39 + opacity_base: 0.72 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ42e + +Gas giant. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42f/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42f/globe.png new file mode 100644 index 000000000..a5f520fd1 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42f/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42f/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42f/heightmap.png new file mode 100644 index 000000000..8d0eafa10 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42f/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42f/index.md b/wiki/star-systems/GJ-42/bodies/GJ42f/index.md new file mode 100644 index 000000000..5c2698f86 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3937491191 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.853 + period_days: 5800.0 + axial_tilt_deg: 21.6 +physical: + gravity_g: 0.42 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.235 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.413 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42f + +Frozen planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 93% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42f/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42f/markers.json new file mode 100644 index 000000000..8217298dd --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42f/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 68 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 22, + 155 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 3, + 431 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 29, + 189 + ], + "area_fraction": 0.007 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 76, + 108 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 237, + 183 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 267 + ], + "peak": [ + 161, + 268 + ], + "area_cells": 12864 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 315 + ], + "peak": [ + 101, + 317 + ], + "area_cells": 209 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 6 + ], + "peak": [ + 116, + 0 + ], + "area_cells": 425 + }, + { + "id": "range_5", + "name": null, + "center": [ + 139, + 496 + ], + "peak": [ + 120, + 505 + ], + "area_cells": 1445 + }, + { + "id": "range_8", + "name": null, + "center": [ + 124, + 440 + ], + "peak": [ + 125, + 440 + ], + "area_cells": 123 + }, + { + "id": "range_11", + "name": null, + "center": [ + 155, + 18 + ], + "peak": [ + 157, + 5 + ], + "area_cells": 540 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 157 + ], + "peak": [ + 175, + 166 + ], + "area_cells": 1071 + }, + { + "id": "range_13", + "name": null, + "center": [ + 152, + 409 + ], + "peak": [ + 155, + 409 + ], + "area_cells": 133 + }, + { + "id": "range_14", + "name": null, + "center": [ + 175, + 96 + ], + "peak": [ + 175, + 95 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 186, + 410 + ], + "peak": [ + 186, + 406 + ], + "area_cells": 106 + }, + { + "id": "range_17", + "name": null, + "center": [ + 207, + 76 + ], + "peak": [ + 224, + 82 + ], + "area_cells": 1363 + }, + { + "id": "range_20", + "name": null, + "center": [ + 213, + 264 + ], + "peak": [ + 215, + 273 + ], + "area_cells": 450 + }, + { + "id": "range_21", + "name": null, + "center": [ + 209, + 442 + ], + "peak": [ + 210, + 440 + ], + "area_cells": 79 + }, + { + "id": "range_22", + "name": null, + "center": [ + 223, + 38 + ], + "peak": [ + 221, + 46 + ], + "area_cells": 535 + }, + { + "id": "range_23", + "name": null, + "center": [ + 249, + 82 + ], + "peak": [ + 253, + 86 + ], + "area_cells": 688 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42g/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42g/globe.png new file mode 100644 index 000000000..6b97fda4b Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42g/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42g/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42g/heightmap.png new file mode 100644 index 000000000..42f227167 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42g/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42g/index.md b/wiki/star-systems/GJ-42/bodies/GJ42g/index.md new file mode 100644 index 000000000..1c0616a59 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1235669489 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.532 + period_days: 14000.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.07 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42g + +Frozen planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Land** | 98% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42g/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42g/markers.json new file mode 100644 index 000000000..2bcc00cc1 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42g/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 203, + 107 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 2 + ], + "peak": [ + 5, + 0 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 209 + ], + "peak": [ + 64, + 230 + ], + "area_cells": 12514 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 479 + ], + "peak": [ + 5, + 479 + ], + "area_cells": 82 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 494 + ], + "peak": [ + 4, + 495 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 9, + 505 + ], + "peak": [ + 4, + 510 + ], + "area_cells": 165 + }, + { + "id": "range_11", + "name": null, + "center": [ + 34, + 5 + ], + "peak": [ + 38, + 0 + ], + "area_cells": 152 + }, + { + "id": "range_16", + "name": null, + "center": [ + 75, + 450 + ], + "peak": [ + 74, + 464 + ], + "area_cells": 2840 + }, + { + "id": "range_20", + "name": null, + "center": [ + 111, + 91 + ], + "peak": [ + 114, + 91 + ], + "area_cells": 836 + }, + { + "id": "range_21", + "name": null, + "center": [ + 112, + 341 + ], + "peak": [ + 114, + 333 + ], + "area_cells": 682 + }, + { + "id": "range_22", + "name": null, + "center": [ + 106, + 26 + ], + "peak": [ + 98, + 11 + ], + "area_cells": 749 + }, + { + "id": "range_23", + "name": null, + "center": [ + 102, + 509 + ], + "peak": [ + 104, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_29", + "name": null, + "center": [ + 151, + 408 + ], + "peak": [ + 152, + 409 + ], + "area_cells": 29 + }, + { + "id": "range_30", + "name": null, + "center": [ + 154, + 316 + ], + "peak": [ + 154, + 317 + ], + "area_cells": 40 + }, + { + "id": "range_31", + "name": null, + "center": [ + 161, + 390 + ], + "peak": [ + 160, + 393 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42h/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42h/globe.png new file mode 100644 index 000000000..8d2348fed Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42h/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42h/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42h/heightmap.png new file mode 100644 index 000000000..5aa402102 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42h/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42h/index.md b/wiki/star-systems/GJ-42/bodies/GJ42h/index.md new file mode 100644 index 000000000..504d09db9 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2295387706 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 17.893 + period_days: 31000.0 + axial_tilt_deg: 47.0 +physical: + gravity_g: 0.05 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.908 + polar_ice_lat: 0.221 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42h + +Frozen planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Land** | 91% | +| **Year** | 31000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42h/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42h/markers.json new file mode 100644 index 000000000..f0c836aa8 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42h/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 187, + 383 + ], + "area_fraction": 0.0375 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 181, + 57 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 217, + 261 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 237, + 202 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 272 + ], + "peak": [ + 0, + 351 + ], + "area_cells": 12521 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 47 + ], + "peak": [ + 47, + 53 + ], + "area_cells": 116 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 105 + ], + "peak": [ + 65, + 97 + ], + "area_cells": 455 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 159 + ], + "peak": [ + 72, + 160 + ], + "area_cells": 43 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 354 + ], + "peak": [ + 80, + 339 + ], + "area_cells": 221 + }, + { + "id": "range_7", + "name": null, + "center": [ + 89, + 113 + ], + "peak": [ + 89, + 115 + ], + "area_cells": 72 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 303 + ], + "peak": [ + 103, + 305 + ], + "area_cells": 270 + }, + { + "id": "range_9", + "name": null, + "center": [ + 93, + 172 + ], + "peak": [ + 94, + 173 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-42/bodies/GJ42i/globe.png b/wiki/star-systems/GJ-42/bodies/GJ42i/globe.png new file mode 100644 index 000000000..23e12a0ac Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42i/globe.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42i/heightmap.png b/wiki/star-systems/GJ-42/bodies/GJ42i/heightmap.png new file mode 100644 index 000000000..e54b02508 Binary files /dev/null and b/wiki/star-systems/GJ-42/bodies/GJ42i/heightmap.png differ diff --git a/wiki/star-systems/GJ-42/bodies/GJ42i/index.md b/wiki/star-systems/GJ-42/bodies/GJ42i/index.md new file mode 100644 index 000000000..1a732384f --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ42i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3106618865 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 27.168 + period_days: 58000.0 + axial_tilt_deg: 48.4 +physical: + gravity_g: 0.04 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ42i + +Frozen planet. + +**System:** [GJ-42](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-42/bodies/GJ42i/markers.json b/wiki/star-systems/GJ-42/bodies/GJ42i/markers.json new file mode 100644 index 000000000..743e29fb5 --- /dev/null +++ b/wiki/star-systems/GJ-42/bodies/GJ42i/markers.json @@ -0,0 +1,259 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 87, + 133 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 1 + ], + "peak": [ + 1, + 3 + ], + "area_cells": 26 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 63 + ], + "peak": [ + 5, + 53 + ], + "area_cells": 1311 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 277 + ], + "peak": [ + 23, + 268 + ], + "area_cells": 3047 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 432 + ], + "peak": [ + 9, + 430 + ], + "area_cells": 477 + }, + { + "id": "range_5", + "name": null, + "center": [ + 1, + 507 + ], + "peak": [ + 0, + 510 + ], + "area_cells": 38 + }, + { + "id": "range_9", + "name": null, + "center": [ + 171, + 277 + ], + "peak": [ + 182, + 258 + ], + "area_cells": 14630 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 29 + ], + "peak": [ + 96, + 31 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 484 + ], + "peak": [ + 167, + 500 + ], + "area_cells": 7179 + }, + { + "id": "range_12", + "name": null, + "center": [ + 198, + 36 + ], + "peak": [ + 176, + 31 + ], + "area_cells": 8847 + }, + { + "id": "range_13", + "name": null, + "center": [ + 147, + 106 + ], + "peak": [ + 148, + 106 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 169, + 411 + ], + "peak": [ + 173, + 421 + ], + "area_cells": 969 + }, + { + "id": "range_15", + "name": null, + "center": [ + 155, + 60 + ], + "peak": [ + 155, + 61 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 197, + 120 + ], + "peak": [ + 198, + 107 + ], + "area_cells": 265 + }, + { + "id": "range_18", + "name": null, + "center": [ + 216, + 196 + ], + "peak": [ + 218, + 199 + ], + "area_cells": 43 + }, + { + "id": "range_19", + "name": null, + "center": [ + 224, + 431 + ], + "peak": [ + 225, + 432 + ], + "area_cells": 34 + }, + { + "id": "range_20", + "name": null, + "center": [ + 232, + 105 + ], + "peak": [ + 233, + 107 + ], + "area_cells": 26 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 305 + ], + "peak": [ + 255, + 302 + ], + "area_cells": 279 + }, + { + "id": "range_22", + "name": null, + "center": [ + 250, + 413 + ], + "peak": [ + 253, + 407 + ], + "area_cells": 488 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ421Bb/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/globe.png new file mode 100644 index 000000000..46c887f35 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bb/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/heightmap.png new file mode 100644 index 000000000..15b7e6f18 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bb/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/index.md new file mode 100644 index 000000000..579b20dbc --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ421Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1664335647 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 31.3 +physical: + gravity_g: 0.38 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.858 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ421Bb + +Barren planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 95% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bb/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/markers.json new file mode 100644 index 000000000..6df7dfbeb --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bb/markers.json @@ -0,0 +1,399 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 126, + 10 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_71", + "name": null, + "kind": "lake", + "center": [ + 247, + 491 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 7 + ], + "peak": [ + 10, + 4 + ], + "area_cells": 143 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 507 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 404 + ], + "peak": [ + 104, + 399 + ], + "area_cells": 1633 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 155 + ], + "peak": [ + 73, + 157 + ], + "area_cells": 298 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 316 + ], + "peak": [ + 67, + 319 + ], + "area_cells": 199 + }, + { + "id": "range_7", + "name": null, + "center": [ + 67, + 117 + ], + "peak": [ + 71, + 121 + ], + "area_cells": 358 + }, + { + "id": "range_8", + "name": null, + "center": [ + 74, + 428 + ], + "peak": [ + 74, + 430 + ], + "area_cells": 263 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 83 + ], + "peak": [ + 103, + 88 + ], + "area_cells": 579 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 362 + ], + "peak": [ + 75, + 364 + ], + "area_cells": 125 + }, + { + "id": "range_11", + "name": null, + "center": [ + 71, + 68 + ], + "peak": [ + 73, + 69 + ], + "area_cells": 62 + }, + { + "id": "range_12", + "name": null, + "center": [ + 81, + 55 + ], + "peak": [ + 77, + 54 + ], + "area_cells": 46 + }, + { + "id": "range_15", + "name": null, + "center": [ + 107, + 369 + ], + "peak": [ + 107, + 369 + ], + "area_cells": 120 + }, + { + "id": "range_16", + "name": null, + "center": [ + 102, + 335 + ], + "peak": [ + 104, + 335 + ], + "area_cells": 61 + }, + { + "id": "range_19", + "name": null, + "center": [ + 107, + 447 + ], + "peak": [ + 109, + 450 + ], + "area_cells": 145 + }, + { + "id": "range_23", + "name": null, + "center": [ + 126, + 356 + ], + "peak": [ + 126, + 356 + ], + "area_cells": 50 + }, + { + "id": "range_24", + "name": null, + "center": [ + 129, + 384 + ], + "peak": [ + 130, + 385 + ], + "area_cells": 174 + }, + { + "id": "range_26", + "name": null, + "center": [ + 138, + 401 + ], + "peak": [ + 138, + 402 + ], + "area_cells": 41 + }, + { + "id": "range_28", + "name": null, + "center": [ + 153, + 349 + ], + "peak": [ + 152, + 350 + ], + "area_cells": 196 + }, + { + "id": "range_29", + "name": null, + "center": [ + 161, + 387 + ], + "peak": [ + 159, + 371 + ], + "area_cells": 635 + }, + { + "id": "range_31", + "name": null, + "center": [ + 168, + 441 + ], + "peak": [ + 169, + 443 + ], + "area_cells": 36 + }, + { + "id": "range_33", + "name": null, + "center": [ + 179, + 504 + ], + "peak": [ + 180, + 505 + ], + "area_cells": 46 + }, + { + "id": "range_34", + "name": null, + "center": [ + 183, + 24 + ], + "peak": [ + 187, + 22 + ], + "area_cells": 75 + }, + { + "id": "range_35", + "name": null, + "center": [ + 195, + 55 + ], + "peak": [ + 195, + 41 + ], + "area_cells": 516 + }, + { + "id": "range_36", + "name": null, + "center": [ + 186, + 339 + ], + "peak": [ + 184, + 341 + ], + "area_cells": 122 + }, + { + "id": "range_37", + "name": null, + "center": [ + 197, + 354 + ], + "peak": [ + 197, + 357 + ], + "area_cells": 170 + }, + { + "id": "range_46", + "name": null, + "center": [ + 207, + 370 + ], + "peak": [ + 208, + 370 + ], + "area_cells": 72 + }, + { + "id": "range_47", + "name": null, + "center": [ + 209, + 382 + ], + "peak": [ + 210, + 383 + ], + "area_cells": 40 + }, + { + "id": "range_48", + "name": null, + "center": [ + 213, + 121 + ], + "peak": [ + 212, + 127 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bc/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/globe.png new file mode 100644 index 000000000..11a4ef0a5 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bc/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/heightmap.png new file mode 100644 index 000000000..17065e8dc Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bc/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/index.md new file mode 100644 index 000000000..900680521 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ421Bc +name: Serpa +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1258437265 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.429 + period_days: 115.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.84 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.578 + polar_ice_lat: 0.499 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.134 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Serpa + +Cold Arid planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.84g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 58% | +| **Year** | 115 days | +| **Inhabited** | yes | +| **Population** | 800 | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bc/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/markers.json new file mode 100644 index 000000000..70effebd9 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bc/markers.json @@ -0,0 +1,490 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 53, + 424 + ], + [ + 52, + 424 + ], + [ + 51, + 423 + ], + [ + 50, + 424 + ], + [ + 49, + 425 + ], + [ + 48, + 426 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 98, + 222 + ], + [ + 99, + 223 + ], + [ + 100, + 224 + ], + [ + 101, + 225 + ], + [ + 102, + 226 + ], + [ + 103, + 227 + ], + [ + 103, + 228 + ], + [ + 104, + 229 + ], + [ + 105, + 230 + ], + [ + 106, + 231 + ], + [ + 107, + 232 + ], + [ + 108, + 233 + ], + [ + 108, + 234 + ], + [ + 109, + 235 + ], + [ + 110, + 235 + ], + [ + 111, + 235 + ], + [ + 111, + 234 + ], + [ + 110, + 234 + ], + [ + 111, + 233 + ], + [ + 112, + 234 + ], + [ + 112, + 235 + ], + [ + 111, + 236 + ], + [ + 110, + 237 + ], + [ + 111, + 237 + ], + [ + 110, + 236 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 81, + 139 + ], + [ + 81, + 140 + ], + [ + 80, + 139 + ], + [ + 79, + 140 + ], + [ + 80, + 141 + ], + [ + 79, + 141 + ], + [ + 78, + 140 + ], + [ + 78, + 141 + ], + [ + 77, + 142 + ], + [ + 76, + 141 + ], + [ + 76, + 140 + ], + [ + 77, + 140 + ], + [ + 77, + 141 + ], + [ + 78, + 142 + ], + [ + 78, + 143 + ], + [ + 77, + 144 + ], + [ + 77, + 145 + ], + [ + 78, + 144 + ], + [ + 77, + 143 + ], + [ + 76, + 143 + ], + [ + 76, + 144 + ], + [ + 76, + 145 + ], + [ + 77, + 146 + ], + [ + 76, + 147 + ], + [ + 76, + 148 + ], + [ + 77, + 148 + ], + [ + 77, + 149 + ], + [ + 78, + 148 + ], + [ + 77, + 147 + ], + [ + 76, + 146 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 168, + 166 + ], + [ + 167, + 167 + ], + [ + 166, + 167 + ], + [ + 165, + 168 + ], + [ + 164, + 169 + ], + [ + 163, + 170 + ], + [ + 162, + 171 + ], + [ + 161, + 172 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 175, + 21 + ], + [ + 176, + 22 + ], + [ + 177, + 23 + ], + [ + 178, + 24 + ], + [ + 179, + 25 + ], + [ + 180, + 26 + ], + [ + 181, + 26 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 83, + 234 + ], + "area_fraction": 0.4155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 418 + ], + "peak": [ + 88, + 415 + ], + "area_cells": 370 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 243 + ], + "peak": [ + 95, + 244 + ], + "area_cells": 103 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 321 + ], + "peak": [ + 106, + 323 + ], + "area_cells": 942 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 286 + ], + "peak": [ + 95, + 286 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 109, + 206 + ], + "peak": [ + 108, + 206 + ], + "area_cells": 94 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 361 + ], + "peak": [ + 137, + 355 + ], + "area_cells": 2586 + }, + { + "id": "range_10", + "name": null, + "center": [ + 133, + 227 + ], + "peak": [ + 146, + 261 + ], + "area_cells": 1377 + }, + { + "id": "range_13", + "name": null, + "center": [ + 174, + 270 + ], + "peak": [ + 189, + 240 + ], + "area_cells": 1737 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 285 + ], + "peak": [ + 204, + 271 + ], + "area_cells": 500 + }, + { + "id": "range_15", + "name": null, + "center": [ + 226, + 149 + ], + "peak": [ + 225, + 149 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bd/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/globe.png new file mode 100644 index 000000000..88017329d Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bd/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/heightmap.png new file mode 100644 index 000000000..ff91f67a2 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bd/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/index.md new file mode 100644 index 000000000..c5fe79ff1 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/index.md @@ -0,0 +1,64 @@ +--- +id: GJ421Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2826232144 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.08 + period_days: 460.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.5 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.266 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ421Bd + +Frozen planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 97% | +| **Year** | 460 days | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bd/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/markers.json new file mode 100644 index 000000000..0fdcc411d --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bd/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 123, + 119 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 277 + ], + "peak": [ + 19, + 267 + ], + "area_cells": 3135 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 465 + ], + "peak": [ + 17, + 465 + ], + "area_cells": 1048 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 88 + ], + "peak": [ + 43, + 83 + ], + "area_cells": 5202 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 67 + ], + "peak": [ + 22, + 71 + ], + "area_cells": 123 + }, + { + "id": "range_8", + "name": null, + "center": [ + 33, + 36 + ], + "peak": [ + 31, + 52 + ], + "area_cells": 252 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 442 + ], + "peak": [ + 50, + 436 + ], + "area_cells": 284 + }, + { + "id": "range_11", + "name": null, + "center": [ + 67, + 412 + ], + "peak": [ + 66, + 412 + ], + "area_cells": 236 + }, + { + "id": "range_12", + "name": null, + "center": [ + 66, + 486 + ], + "peak": [ + 68, + 485 + ], + "area_cells": 40 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 201 + ], + "peak": [ + 74, + 201 + ], + "area_cells": 159 + }, + { + "id": "range_14", + "name": null, + "center": [ + 111, + 378 + ], + "peak": [ + 111, + 379 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 139, + 419 + ], + "peak": [ + 138, + 420 + ], + "area_cells": 27 + }, + { + "id": "range_16", + "name": null, + "center": [ + 195, + 376 + ], + "peak": [ + 195, + 378 + ], + "area_cells": 220 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Be/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Be/globe.png new file mode 100644 index 000000000..d56273136 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Be/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Be/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Be/heightmap.png new file mode 100644 index 000000000..4022c78c9 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Be/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Be/index.md new file mode 100644 index 000000000..3d092e1fc --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Be/index.md @@ -0,0 +1,65 @@ +--- +id: GJ421Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4049760116 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.16 + period_days: 1300.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.4 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.777 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ421Be + +Frozen planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Be/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Be/markers.json new file mode 100644 index 000000000..ea9d4f194 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Be/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 196, + 77 + ], + "area_fraction": 0.1025 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 198, + 267 + ], + "area_fraction": 0.0446 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 216, + 488 + ], + "area_fraction": 0.0279 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 176, + 340 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 21 + ], + "peak": [ + 33, + 0 + ], + "area_cells": 2977 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 369 + ], + "peak": [ + 33, + 377 + ], + "area_cells": 16917 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 234 + ], + "peak": [ + 40, + 235 + ], + "area_cells": 40 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 96 + ], + "peak": [ + 58, + 100 + ], + "area_cells": 960 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bf/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/globe.png new file mode 100644 index 000000000..1baea3b4e Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bf/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/heightmap.png new file mode 100644 index 000000000..8dfecebd2 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bf/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/index.md new file mode 100644 index 000000000..f969aabbb --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ421Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 156530918 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.259 + period_days: 3600.0 + axial_tilt_deg: 29.8 +physical: + gravity_g: 0.3 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.732 + polar_ice_lat: 0.1 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ421Bf + +Frozen planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bf/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/markers.json new file mode 100644 index 000000000..1d79dcd74 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bf/markers.json @@ -0,0 +1,212 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 61, + 420 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 109, + 41 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 140, + 487 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 143, + 90 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 177, + 148 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_36", + "name": null, + "kind": "ocean", + "center": [ + 214, + 203 + ], + "area_fraction": 0.1469 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 170, + 394 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 177, + 14 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 351 + ], + "peak": [ + 2, + 318 + ], + "area_cells": 1910 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 195 + ], + "peak": [ + 86, + 182 + ], + "area_cells": 6430 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 192 + ], + "peak": [ + 36, + 192 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 37, + 304 + ], + "peak": [ + 38, + 304 + ], + "area_cells": 33 + }, + { + "id": "range_11", + "name": null, + "center": [ + 37, + 147 + ], + "peak": [ + 38, + 147 + ], + "area_cells": 23 + }, + { + "id": "range_14", + "name": null, + "center": [ + 47, + 99 + ], + "peak": [ + 46, + 99 + ], + "area_cells": 80 + }, + { + "id": "range_16", + "name": null, + "center": [ + 125, + 341 + ], + "peak": [ + 127, + 342 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 133, + 381 + ], + "peak": [ + 133, + 384 + ], + "area_cells": 136 + }, + { + "id": "range_18", + "name": null, + "center": [ + 253, + 324 + ], + "peak": [ + 255, + 324 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bg/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/globe.png new file mode 100644 index 000000000..955954e23 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bg/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/heightmap.png new file mode 100644 index 000000000..3a8e2a796 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bg/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/index.md new file mode 100644 index 000000000..430c90233 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ421Bg +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2879604142 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.961 + period_days: 9200.0 + axial_tilt_deg: 52.1 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.879 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.354 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ421Bg + +Frozen planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bg/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/markers.json new file mode 100644 index 000000000..d10d7b8f4 --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bg/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 41, + 300 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 95, + 210 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 137, + 13 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_53", + "name": null, + "kind": "sea", + "center": [ + 217, + 26 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_63", + "name": null, + "kind": "lake", + "center": [ + 240, + 479 + ], + "area_fraction": 0.0157 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 424 + ], + "peak": [ + 4, + 429 + ], + "area_cells": 5664 + }, + { + "id": "range_5", + "name": null, + "center": [ + 131, + 363 + ], + "peak": [ + 132, + 359 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 172, + 299 + ], + "peak": [ + 174, + 301 + ], + "area_cells": 492 + }, + { + "id": "range_8", + "name": null, + "center": [ + 195, + 384 + ], + "peak": [ + 200, + 379 + ], + "area_cells": 190 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bh/globe.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/globe.png new file mode 100644 index 000000000..9b1c749c5 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/globe.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bh/heightmap.png b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/heightmap.png new file mode 100644 index 000000000..28b813953 Binary files /dev/null and b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bh/index.md b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/index.md new file mode 100644 index 000000000..2cb01d16f --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ421Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3113748057 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 52.1 +physical: + gravity_g: 0.08 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ421Bh + +Frozen planet. + +**System:** [GJ-421B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-421B/bodies/GJ421Bh/markers.json b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/markers.json new file mode 100644 index 000000000..4c727b19e --- /dev/null +++ b/wiki/star-systems/GJ-421B/bodies/GJ421Bh/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 16, + 281 + ], + "area_fraction": 0.042 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 54, + 119 + ], + "area_fraction": 0.0578 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 33, + 24 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 72, + 422 + ], + "area_fraction": 0.0285 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 116, + 306 + ], + "area_fraction": 0.0287 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 228, + 74 + ], + "peak": [ + 219, + 2 + ], + "area_cells": 7175 + }, + { + "id": "range_2", + "name": null, + "center": [ + 181, + 509 + ], + "peak": [ + 182, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 224, + 444 + ], + "peak": [ + 241, + 493 + ], + "area_cells": 8405 + }, + { + "id": "range_5", + "name": null, + "center": [ + 201, + 344 + ], + "peak": [ + 202, + 347 + ], + "area_cells": 56 + }, + { + "id": "range_6", + "name": null, + "center": [ + 207, + 314 + ], + "peak": [ + 208, + 314 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 239, + 297 + ], + "peak": [ + 248, + 312 + ], + "area_cells": 3026 + }, + { + "id": "range_10", + "name": null, + "center": [ + 242, + 233 + ], + "peak": [ + 241, + 233 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ423Ab/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/globe.png new file mode 100644 index 000000000..c6b670eba Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ab/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/heightmap.png new file mode 100644 index 000000000..9b3322ec7 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ab/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/index.md new file mode 100644 index 000000000..6ae533317 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1933784255 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 38.7 +physical: + gravity_g: 0.3 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.832 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.005 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Ab + +Barren planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 96% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ab/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/markers.json new file mode 100644 index 000000000..0ad5f413b --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ab/markers.json @@ -0,0 +1,321 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 86, + 295 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 130, + 132 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 106 + ], + "peak": [ + 87, + 98 + ], + "area_cells": 357 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 352 + ], + "peak": [ + 75, + 352 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 373 + ], + "peak": [ + 84, + 375 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 97, + 431 + ], + "peak": [ + 93, + 431 + ], + "area_cells": 296 + }, + { + "id": "range_7", + "name": null, + "center": [ + 88, + 42 + ], + "peak": [ + 88, + 43 + ], + "area_cells": 70 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 479 + ], + "peak": [ + 130, + 472 + ], + "area_cells": 1175 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 358 + ], + "peak": [ + 96, + 358 + ], + "area_cells": 54 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 6 + ], + "peak": [ + 96, + 5 + ], + "area_cells": 132 + }, + { + "id": "range_20", + "name": null, + "center": [ + 136, + 434 + ], + "peak": [ + 137, + 434 + ], + "area_cells": 20 + }, + { + "id": "range_22", + "name": null, + "center": [ + 145, + 255 + ], + "peak": [ + 145, + 255 + ], + "area_cells": 157 + }, + { + "id": "range_23", + "name": null, + "center": [ + 157, + 388 + ], + "peak": [ + 157, + 389 + ], + "area_cells": 59 + }, + { + "id": "range_24", + "name": null, + "center": [ + 217, + 245 + ], + "peak": [ + 215, + 292 + ], + "area_cells": 6409 + }, + { + "id": "range_25", + "name": null, + "center": [ + 165, + 202 + ], + "peak": [ + 169, + 203 + ], + "area_cells": 308 + }, + { + "id": "range_26", + "name": null, + "center": [ + 183, + 373 + ], + "peak": [ + 192, + 374 + ], + "area_cells": 414 + }, + { + "id": "range_28", + "name": null, + "center": [ + 180, + 411 + ], + "peak": [ + 181, + 412 + ], + "area_cells": 28 + }, + { + "id": "range_29", + "name": null, + "center": [ + 202, + 75 + ], + "peak": [ + 202, + 75 + ], + "area_cells": 51 + }, + { + "id": "range_30", + "name": null, + "center": [ + 210, + 346 + ], + "peak": [ + 212, + 350 + ], + "area_cells": 102 + }, + { + "id": "range_31", + "name": null, + "center": [ + 213, + 393 + ], + "peak": [ + 214, + 392 + ], + "area_cells": 166 + }, + { + "id": "range_32", + "name": null, + "center": [ + 217, + 361 + ], + "peak": [ + 212, + 361 + ], + "area_cells": 130 + }, + { + "id": "range_33", + "name": null, + "center": [ + 237, + 100 + ], + "peak": [ + 236, + 92 + ], + "area_cells": 367 + }, + { + "id": "range_34", + "name": null, + "center": [ + 231, + 126 + ], + "peak": [ + 221, + 127 + ], + "area_cells": 134 + }, + { + "id": "range_42", + "name": null, + "center": [ + 248, + 70 + ], + "peak": [ + 248, + 74 + ], + "area_cells": 129 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ac/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/globe.png new file mode 100644 index 000000000..48f4cba18 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ac/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/heightmap.png new file mode 100644 index 000000000..ec06d7ed6 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ac/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/index.md new file mode 100644 index 000000000..55160970c --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 891981713 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.339 + period_days: 72.0 + axial_tilt_deg: 29.8 +physical: + gravity_g: 0.54 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.862 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Ac + +Barren planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 92% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ac/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/markers.json new file mode 100644 index 000000000..91489c7d3 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ac/markers.json @@ -0,0 +1,519 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_73", + "name": null, + "kind": "lake", + "center": [ + 245, + 246 + ], + "area_fraction": 0.0129 + } + ], + "mountain_ranges": [ + { + "id": "range_10", + "name": null, + "center": [ + 31, + 112 + ], + "peak": [ + 22, + 111 + ], + "area_cells": 72 + }, + { + "id": "range_11", + "name": null, + "center": [ + 26, + 186 + ], + "peak": [ + 28, + 184 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 33, + 166 + ], + "peak": [ + 36, + 166 + ], + "area_cells": 44 + }, + { + "id": "range_13", + "name": null, + "center": [ + 34, + 201 + ], + "peak": [ + 36, + 201 + ], + "area_cells": 78 + }, + { + "id": "range_17", + "name": null, + "center": [ + 44, + 399 + ], + "peak": [ + 44, + 399 + ], + "area_cells": 53 + }, + { + "id": "range_19", + "name": null, + "center": [ + 47, + 91 + ], + "peak": [ + 47, + 91 + ], + "area_cells": 28 + }, + { + "id": "range_22", + "name": null, + "center": [ + 79, + 421 + ], + "peak": [ + 81, + 421 + ], + "area_cells": 100 + }, + { + "id": "range_23", + "name": null, + "center": [ + 83, + 326 + ], + "peak": [ + 85, + 319 + ], + "area_cells": 86 + }, + { + "id": "range_24", + "name": null, + "center": [ + 79, + 343 + ], + "peak": [ + 80, + 344 + ], + "area_cells": 20 + }, + { + "id": "range_25", + "name": null, + "center": [ + 84, + 446 + ], + "peak": [ + 84, + 446 + ], + "area_cells": 48 + }, + { + "id": "range_30", + "name": null, + "center": [ + 117, + 48 + ], + "peak": [ + 103, + 32 + ], + "area_cells": 573 + }, + { + "id": "range_31", + "name": null, + "center": [ + 123, + 366 + ], + "peak": [ + 141, + 349 + ], + "area_cells": 1544 + }, + { + "id": "range_38", + "name": null, + "center": [ + 129, + 232 + ], + "peak": [ + 131, + 232 + ], + "area_cells": 98 + }, + { + "id": "range_39", + "name": null, + "center": [ + 134, + 442 + ], + "peak": [ + 137, + 442 + ], + "area_cells": 265 + }, + { + "id": "range_40", + "name": null, + "center": [ + 130, + 508 + ], + "peak": [ + 132, + 511 + ], + "area_cells": 78 + }, + { + "id": "range_41", + "name": null, + "center": [ + 137, + 22 + ], + "peak": [ + 131, + 7 + ], + "area_cells": 632 + }, + { + "id": "range_42", + "name": null, + "center": [ + 170, + 117 + ], + "peak": [ + 160, + 139 + ], + "area_cells": 2188 + }, + { + "id": "range_43", + "name": null, + "center": [ + 128, + 124 + ], + "peak": [ + 129, + 124 + ], + "area_cells": 21 + }, + { + "id": "range_45", + "name": null, + "center": [ + 163, + 416 + ], + "peak": [ + 157, + 432 + ], + "area_cells": 684 + }, + { + "id": "range_46", + "name": null, + "center": [ + 145, + 318 + ], + "peak": [ + 146, + 319 + ], + "area_cells": 34 + }, + { + "id": "range_47", + "name": null, + "center": [ + 149, + 469 + ], + "peak": [ + 150, + 467 + ], + "area_cells": 80 + }, + { + "id": "range_48", + "name": null, + "center": [ + 169, + 192 + ], + "peak": [ + 175, + 199 + ], + "area_cells": 765 + }, + { + "id": "range_49", + "name": null, + "center": [ + 185, + 241 + ], + "peak": [ + 178, + 231 + ], + "area_cells": 1099 + }, + { + "id": "range_50", + "name": null, + "center": [ + 153, + 51 + ], + "peak": [ + 154, + 53 + ], + "area_cells": 27 + }, + { + "id": "range_51", + "name": null, + "center": [ + 164, + 40 + ], + "peak": [ + 165, + 42 + ], + "area_cells": 78 + }, + { + "id": "range_52", + "name": null, + "center": [ + 165, + 359 + ], + "peak": [ + 166, + 360 + ], + "area_cells": 24 + }, + { + "id": "range_54", + "name": null, + "center": [ + 167, + 470 + ], + "peak": [ + 165, + 471 + ], + "area_cells": 32 + }, + { + "id": "range_56", + "name": null, + "center": [ + 197, + 74 + ], + "peak": [ + 225, + 75 + ], + "area_cells": 266 + }, + { + "id": "range_57", + "name": null, + "center": [ + 183, + 430 + ], + "peak": [ + 183, + 430 + ], + "area_cells": 43 + }, + { + "id": "range_60", + "name": null, + "center": [ + 190, + 294 + ], + "peak": [ + 190, + 295 + ], + "area_cells": 47 + }, + { + "id": "range_61", + "name": null, + "center": [ + 191, + 302 + ], + "peak": [ + 191, + 303 + ], + "area_cells": 30 + }, + { + "id": "range_62", + "name": null, + "center": [ + 203, + 48 + ], + "peak": [ + 196, + 50 + ], + "area_cells": 225 + }, + { + "id": "range_63", + "name": null, + "center": [ + 201, + 390 + ], + "peak": [ + 198, + 383 + ], + "area_cells": 189 + }, + { + "id": "range_64", + "name": null, + "center": [ + 199, + 286 + ], + "peak": [ + 198, + 287 + ], + "area_cells": 24 + }, + { + "id": "range_65", + "name": null, + "center": [ + 207, + 208 + ], + "peak": [ + 210, + 209 + ], + "area_cells": 36 + }, + { + "id": "range_67", + "name": null, + "center": [ + 210, + 425 + ], + "peak": [ + 210, + 424 + ], + "area_cells": 23 + }, + { + "id": "range_70", + "name": null, + "center": [ + 232, + 53 + ], + "peak": [ + 233, + 53 + ], + "area_cells": 23 + }, + { + "id": "range_71", + "name": null, + "center": [ + 233, + 387 + ], + "peak": [ + 233, + 386 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ad/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/globe.png new file mode 100644 index 000000000..9e0e7ccf7 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ad/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/heightmap.png new file mode 100644 index 000000000..56b6aa63f Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ad/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/index.md new file mode 100644 index 000000000..d38c72d8c --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ423Ad +name: Marunong +body_type: planet +planet_class: oceanic +body_scale: planet +seed: 516527470 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 21.9 +physical: + gravity_g: 0.96 + oblateness: 0.0016 + atmosphere: standard + atmosphere_color: + - 0.4 + - 0.6 + - 1.0 +terrain: + land_fraction: 0.623 + polar_ice_lat: 0.82 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.602 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Marunong + +Oceanic planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | oceanic | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 350 days | +| **Inhabited** | yes | +| **Population** | 150K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | aquaculture_export | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ad/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/markers.json new file mode 100644 index 000000000..cd90d1a6e --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ad/markers.json @@ -0,0 +1,769 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 109, + 458 + ], + [ + 110, + 457 + ], + [ + 111, + 456 + ], + [ + 112, + 455 + ], + [ + 113, + 454 + ], + [ + 114, + 453 + ], + [ + 115, + 452 + ], + [ + 116, + 451 + ], + [ + 117, + 450 + ], + [ + 118, + 449 + ], + [ + 119, + 448 + ], + [ + 120, + 447 + ], + [ + 120, + 448 + ], + [ + 119, + 449 + ], + [ + 119, + 450 + ], + [ + 120, + 451 + ], + [ + 121, + 452 + ], + [ + 122, + 453 + ], + [ + 123, + 454 + ], + [ + 123, + 455 + ], + [ + 123, + 456 + ], + [ + 123, + 457 + ], + [ + 123, + 458 + ], + [ + 123, + 459 + ], + [ + 123, + 460 + ], + [ + 123, + 461 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 240, + 477 + ], + [ + 241, + 476 + ], + [ + 242, + 475 + ], + [ + 243, + 474 + ], + [ + 244, + 475 + ], + [ + 245, + 475 + ], + [ + 246, + 475 + ], + [ + 247, + 476 + ], + [ + 248, + 477 + ], + [ + 249, + 478 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 436 + ], + [ + 129, + 436 + ], + [ + 130, + 435 + ], + [ + 131, + 434 + ], + [ + 132, + 434 + ], + [ + 133, + 433 + ], + [ + 134, + 434 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 167, + 26 + ], + [ + 168, + 25 + ], + [ + 169, + 24 + ], + [ + 170, + 23 + ], + [ + 171, + 22 + ], + [ + 172, + 21 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 152, + 118 + ], + [ + 153, + 118 + ], + [ + 154, + 119 + ], + [ + 155, + 118 + ], + [ + 156, + 119 + ], + [ + 157, + 120 + ], + [ + 158, + 121 + ], + [ + 159, + 122 + ], + [ + 160, + 123 + ], + [ + 161, + 124 + ], + [ + 162, + 125 + ], + [ + 161, + 125 + ], + [ + 161, + 126 + ], + [ + 161, + 127 + ], + [ + 162, + 128 + ], + [ + 162, + 129 + ], + [ + 161, + 130 + ], + [ + 162, + 131 + ], + [ + 162, + 132 + ], + [ + 162, + 133 + ], + [ + 163, + 134 + ], + [ + 162, + 134 + ], + [ + 161, + 135 + ], + [ + 162, + 136 + ], + [ + 161, + 137 + ], + [ + 160, + 138 + ], + [ + 159, + 139 + ], + [ + 158, + 139 + ], + [ + 157, + 140 + ], + [ + 157, + 141 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 172, + 97 + ], + [ + 171, + 96 + ], + [ + 170, + 95 + ], + [ + 169, + 94 + ], + [ + 168, + 93 + ], + [ + 167, + 92 + ], + [ + 166, + 91 + ], + [ + 165, + 90 + ], + [ + 164, + 89 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 173, + 163 + ], + [ + 174, + 163 + ], + [ + 174, + 162 + ], + [ + 174, + 161 + ], + [ + 175, + 161 + ], + [ + 176, + 160 + ], + [ + 177, + 159 + ], + [ + 178, + 159 + ], + [ + 179, + 160 + ], + [ + 179, + 159 + ], + [ + 180, + 158 + ], + [ + 179, + 157 + ], + [ + 179, + 156 + ], + [ + 179, + 155 + ], + [ + 179, + 154 + ], + [ + 180, + 153 + ], + [ + 181, + 152 + ], + [ + 181, + 151 + ], + [ + 181, + 150 + ], + [ + 182, + 149 + ], + [ + 183, + 148 + ], + [ + 183, + 147 + ], + [ + 182, + 146 + ], + [ + 183, + 145 + ], + [ + 184, + 144 + ], + [ + 184, + 143 + ], + [ + 184, + 142 + ], + [ + 185, + 141 + ], + [ + 186, + 140 + ], + [ + 187, + 139 + ], + [ + 188, + 138 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 42, + 219 + ], + "area_fraction": 0.0285 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 145, + 50 + ], + "area_fraction": 0.0725 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 178, + 351 + ], + "area_fraction": 0.2411 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 235, + 118 + ], + "area_fraction": 0.0219 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 86 + ], + "peak": [ + 30, + 51 + ], + "area_cells": 4600 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 399 + ], + "peak": [ + 22, + 398 + ], + "area_cells": 77 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 374 + ], + "peak": [ + 23, + 372 + ], + "area_cells": 121 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 439 + ], + "peak": [ + 27, + 426 + ], + "area_cells": 250 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 292 + ], + "peak": [ + 36, + 285 + ], + "area_cells": 185 + }, + { + "id": "range_6", + "name": null, + "center": [ + 29, + 500 + ], + "peak": [ + 36, + 511 + ], + "area_cells": 243 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 303 + ], + "peak": [ + 68, + 320 + ], + "area_cells": 542 + }, + { + "id": "range_9", + "name": null, + "center": [ + 68, + 339 + ], + "peak": [ + 68, + 339 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 191 + ], + "peak": [ + 109, + 191 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 109, + 162 + ], + "peak": [ + 109, + 162 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 212, + 169 + ], + "peak": [ + 212, + 169 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 233, + 241 + ], + "peak": [ + 232, + 232 + ], + "area_cells": 1194 + }, + { + "id": "range_15", + "name": null, + "center": [ + 225, + 42 + ], + "peak": [ + 225, + 41 + ], + "area_cells": 70 + }, + { + "id": "range_17", + "name": null, + "center": [ + 230, + 504 + ], + "peak": [ + 232, + 505 + ], + "area_cells": 100 + }, + { + "id": "range_19", + "name": null, + "center": [ + 233, + 1 + ], + "peak": [ + 232, + 0 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ae/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/globe.png new file mode 100644 index 000000000..0df232256 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ae/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/heightmap.png new file mode 100644 index 000000000..7cfbe313b Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ae/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/index.md new file mode 100644 index 000000000..3a0791486 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ423Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3755775264 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.572 + period_days: 720.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.52 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.535 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.107 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Ae + +Cold Arid planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ae/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/markers.json new file mode 100644 index 000000000..a402924d4 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ae/markers.json @@ -0,0 +1,783 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 226, + 10 + ], + [ + 226, + 11 + ], + [ + 227, + 12 + ], + [ + 228, + 13 + ], + [ + 229, + 13 + ], + [ + 230, + 14 + ], + [ + 231, + 13 + ], + [ + 232, + 13 + ], + [ + 233, + 13 + ], + [ + 234, + 13 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 123, + 500 + ], + [ + 124, + 501 + ], + [ + 125, + 502 + ], + [ + 126, + 503 + ], + [ + 127, + 504 + ], + [ + 128, + 505 + ], + [ + 129, + 505 + ], + [ + 130, + 505 + ], + [ + 131, + 504 + ], + [ + 131, + 503 + ], + [ + 132, + 503 + ], + [ + 131, + 502 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 142, + 154 + ], + [ + 141, + 153 + ], + [ + 140, + 152 + ], + [ + 139, + 151 + ], + [ + 138, + 150 + ], + [ + 137, + 149 + ], + [ + 136, + 148 + ], + [ + 135, + 147 + ], + [ + 134, + 146 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 182, + 488 + ], + [ + 183, + 487 + ], + [ + 184, + 486 + ], + [ + 185, + 485 + ], + [ + 186, + 485 + ], + [ + 187, + 484 + ], + [ + 188, + 485 + ], + [ + 189, + 484 + ], + [ + 190, + 484 + ], + [ + 189, + 485 + ], + [ + 190, + 486 + ], + [ + 190, + 485 + ], + [ + 191, + 485 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 195, + 172 + ], + [ + 196, + 171 + ], + [ + 197, + 170 + ], + [ + 198, + 169 + ], + [ + 199, + 169 + ], + [ + 200, + 170 + ], + [ + 201, + 170 + ], + [ + 202, + 169 + ], + [ + 203, + 168 + ], + [ + 204, + 167 + ], + [ + 205, + 166 + ], + [ + 206, + 165 + ], + [ + 207, + 164 + ], + [ + 208, + 163 + ], + [ + 209, + 162 + ], + [ + 210, + 163 + ], + [ + 211, + 163 + ], + [ + 212, + 164 + ], + [ + 213, + 163 + ], + [ + 214, + 163 + ], + [ + 215, + 164 + ], + [ + 216, + 164 + ], + [ + 217, + 164 + ], + [ + 218, + 165 + ], + [ + 219, + 166 + ], + [ + 220, + 167 + ], + [ + 221, + 167 + ], + [ + 222, + 166 + ], + [ + 223, + 166 + ], + [ + 224, + 167 + ], + [ + 225, + 168 + ], + [ + 226, + 169 + ], + [ + 227, + 169 + ], + [ + 226, + 170 + ], + [ + 227, + 170 + ], + [ + 227, + 171 + ], + [ + 227, + 172 + ], + [ + 228, + 173 + ], + [ + 229, + 174 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 6, + 280 + ], + [ + 7, + 279 + ], + [ + 8, + 278 + ], + [ + 8, + 277 + ], + [ + 9, + 276 + ], + [ + 10, + 277 + ], + [ + 11, + 278 + ], + [ + 12, + 277 + ], + [ + 12, + 278 + ], + [ + 12, + 279 + ], + [ + 11, + 279 + ], + [ + 10, + 278 + ], + [ + 11, + 277 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 222, + 62 + ], + [ + 223, + 61 + ], + [ + 223, + 60 + ], + [ + 224, + 59 + ], + [ + 225, + 59 + ], + [ + 226, + 59 + ], + [ + 227, + 59 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 191, + 507 + ], + [ + 190, + 507 + ], + [ + 189, + 507 + ], + [ + 188, + 507 + ], + [ + 187, + 506 + ], + [ + 186, + 507 + ], + [ + 185, + 508 + ], + [ + 184, + 509 + ], + [ + 183, + 509 + ], + [ + 182, + 510 + ], + [ + 181, + 511 + ], + [ + 180, + 511 + ], + [ + 179, + 510 + ], + [ + 178, + 509 + ], + [ + 177, + 508 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 228, + 17 + ], + [ + 229, + 16 + ], + [ + 230, + 15 + ], + [ + 231, + 14 + ], + [ + 232, + 13 + ], + [ + 233, + 13 + ], + [ + 234, + 13 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 14, + 28 + ], + [ + 13, + 28 + ], + [ + 12, + 28 + ], + [ + 11, + 28 + ], + [ + 10, + 27 + ], + [ + 9, + 28 + ], + [ + 8, + 28 + ], + [ + 7, + 27 + ], + [ + 6, + 26 + ], + [ + 5, + 27 + ], + [ + 5, + 28 + ], + [ + 4, + 27 + ], + [ + 3, + 27 + ], + [ + 4, + 28 + ], + [ + 5, + 29 + ], + [ + 4, + 29 + ], + [ + 4, + 30 + ], + [ + 3, + 29 + ], + [ + 2, + 29 + ], + [ + 1, + 30 + ], + [ + 0, + 31 + ], + [ + 1, + 31 + ], + [ + 1, + 32 + ], + [ + 0, + 32 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 72, + 87 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 181, + 69 + ], + "area_fraction": 0.0268 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 279 + ], + "peak": [ + 92, + 193 + ], + "area_cells": 17313 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 346 + ], + "peak": [ + 56, + 341 + ], + "area_cells": 313 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 30 + ], + "peak": [ + 99, + 41 + ], + "area_cells": 388 + }, + { + "id": "range_5", + "name": null, + "center": [ + 122, + 501 + ], + "peak": [ + 123, + 500 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 143, + 219 + ], + "peak": [ + 142, + 207 + ], + "area_cells": 320 + }, + { + "id": "range_7", + "name": null, + "center": [ + 182, + 293 + ], + "peak": [ + 181, + 307 + ], + "area_cells": 444 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 252 + ], + "peak": [ + 184, + 258 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/globe.png new file mode 100644 index 000000000..53ee4efa2 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/heightmap.png new file mode 100644 index 000000000..399477d46 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/index.md new file mode 100644 index 000000000..d9360176e --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3206016128 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.08 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Af-m1 + +Frozen moon. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/markers.json new file mode 100644 index 000000000..0c1faf15d --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Af-m1/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 100, + 63 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 74 + ], + "peak": [ + 0, + 75 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 246 + ], + "peak": [ + 1, + 242 + ], + "area_cells": 607 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 391 + ], + "peak": [ + 43, + 290 + ], + "area_cells": 14947 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 60 + ], + "peak": [ + 24, + 61 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 49 + ], + "peak": [ + 44, + 59 + ], + "area_cells": 1175 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 249 + ], + "peak": [ + 63, + 249 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 218, + 446 + ], + "peak": [ + 224, + 446 + ], + "area_cells": 6067 + }, + { + "id": "range_12", + "name": null, + "center": [ + 179, + 1 + ], + "peak": [ + 180, + 0 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 508 + ], + "peak": [ + 182, + 510 + ], + "area_cells": 48 + }, + { + "id": "range_15", + "name": null, + "center": [ + 214, + 96 + ], + "peak": [ + 213, + 97 + ], + "area_cells": 32 + }, + { + "id": "range_17", + "name": null, + "center": [ + 245, + 15 + ], + "peak": [ + 255, + 31 + ], + "area_cells": 750 + }, + { + "id": "range_18", + "name": null, + "center": [ + 246, + 342 + ], + "peak": [ + 245, + 347 + ], + "area_cells": 448 + }, + { + "id": "range_19", + "name": null, + "center": [ + 247, + 314 + ], + "peak": [ + 248, + 315 + ], + "area_cells": 412 + }, + { + "id": "range_20", + "name": null, + "center": [ + 248, + 386 + ], + "peak": [ + 248, + 386 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Af/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Af/globe.png new file mode 100644 index 000000000..bc4e0202d Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Af/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Af/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Af/index.md new file mode 100644 index 000000000..339986c65 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ423Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1001505352 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.107 + period_days: 2000.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: null + oblateness: 0.0595 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.354 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.064 +--- + +# GJ423Af + +Gas giant. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ag/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/globe.png new file mode 100644 index 000000000..78b8c6bcf Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ag/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/heightmap.png new file mode 100644 index 000000000..757a47df0 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ag/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/index.md new file mode 100644 index 000000000..a20c2ac91 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ423Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3368046136 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.569 + period_days: 4800.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.42 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.73 + polar_ice_lat: 0.257 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Ag + +Frozen planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ag/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/markers.json new file mode 100644 index 000000000..50ee8a038 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ag/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_31", + "name": null, + "kind": "ocean", + "center": [ + 204, + 402 + ], + "area_fraction": 0.159 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 219, + 171 + ], + "area_fraction": 0.0663 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 206, + 11 + ], + "area_fraction": 0.0114 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 374 + ], + "peak": [ + 1, + 295 + ], + "area_cells": 6771 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 357 + ], + "peak": [ + 67, + 354 + ], + "area_cells": 128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 144 + ], + "peak": [ + 66, + 154 + ], + "area_cells": 395 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 224 + ], + "peak": [ + 92, + 228 + ], + "area_cells": 187 + }, + { + "id": "range_8", + "name": null, + "center": [ + 163, + 179 + ], + "peak": [ + 163, + 179 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ah/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/globe.png new file mode 100644 index 000000000..c9be53052 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ah/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/heightmap.png new file mode 100644 index 000000000..40de0782f Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ah/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/index.md new file mode 100644 index 000000000..21bf9b724 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ423Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3147190815 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.384 + period_days: 10500.0 + axial_tilt_deg: 54.1 +physical: + gravity_g: 0.3 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.8 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.262 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Ah + +Frozen planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 10500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ah/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/markers.json new file mode 100644 index 000000000..b218cfcde --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ah/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 27 + ], + "area_fraction": 0.0281 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 44, + 153 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 39, + 408 + ], + "area_fraction": 0.1129 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 176, + 276 + ], + "peak": [ + 161, + 222 + ], + "area_cells": 34010 + }, + { + "id": "range_2", + "name": null, + "center": [ + 130, + 94 + ], + "peak": [ + 132, + 95 + ], + "area_cells": 118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ai/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/globe.png new file mode 100644 index 000000000..776d77f7f Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ai/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/heightmap.png new file mode 100644 index 000000000..78ebd105b Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ai/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/index.md new file mode 100644 index 000000000..72ae2569a --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ423Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3723088471 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 15.828 + period_days: 23000.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.893 + polar_ice_lat: 0.145 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.359 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Ai + +Frozen planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 23000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Ai/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/markers.json new file mode 100644 index 000000000..b96dfa635 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Ai/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 22 + ], + "area_fraction": 0.009 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 217, + 431 + ], + "area_fraction": 0.0453 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 207, + 320 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 223, + 27 + ], + "area_fraction": 0.0114 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 427 + ], + "peak": [ + 79, + 416 + ], + "area_cells": 985 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 386 + ], + "peak": [ + 75, + 386 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 265 + ], + "peak": [ + 79, + 265 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 120, + 382 + ], + "peak": [ + 107, + 383 + ], + "area_cells": 5328 + }, + { + "id": "range_5", + "name": null, + "center": [ + 99, + 196 + ], + "peak": [ + 94, + 202 + ], + "area_cells": 546 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 231 + ], + "peak": [ + 92, + 232 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 146, + 49 + ], + "peak": [ + 148, + 43 + ], + "area_cells": 238 + }, + { + "id": "range_8", + "name": null, + "center": [ + 178, + 243 + ], + "peak": [ + 183, + 233 + ], + "area_cells": 1287 + }, + { + "id": "range_12", + "name": null, + "center": [ + 191, + 118 + ], + "peak": [ + 179, + 128 + ], + "area_cells": 1482 + }, + { + "id": "range_14", + "name": null, + "center": [ + 253, + 230 + ], + "peak": [ + 254, + 228 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Aj/globe.png b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/globe.png new file mode 100644 index 000000000..12b44f34f Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/globe.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Aj/heightmap.png b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/heightmap.png new file mode 100644 index 000000000..163856882 Binary files /dev/null and b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Aj/index.md b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/index.md new file mode 100644 index 000000000..c953b539b --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ423Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3048970716 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 25.125 + period_days: 46000.0 + axial_tilt_deg: 56.9 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.203 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Aj + +Frozen planet. + +**System:** [GJ-423A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423A/bodies/GJ423Aj/markers.json b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/markers.json new file mode 100644 index 000000000..c68b54bc0 --- /dev/null +++ b/wiki/star-systems/GJ-423A/bodies/GJ423Aj/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 106 + ], + "area_fraction": 0.0241 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 195, + 390 + ], + "area_fraction": 0.0674 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 415 + ], + "peak": [ + 47, + 416 + ], + "area_cells": 80 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 330 + ], + "peak": [ + 75, + 338 + ], + "area_cells": 50 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 27 + ], + "peak": [ + 130, + 28 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 222, + 497 + ], + "peak": [ + 226, + 511 + ], + "area_cells": 381 + }, + { + "id": "range_5", + "name": null, + "center": [ + 241, + 146 + ], + "peak": [ + 240, + 277 + ], + "area_cells": 8518 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ423Bb/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/globe.png new file mode 100644 index 000000000..8122a7da3 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bb/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/heightmap.png new file mode 100644 index 000000000..839ec5029 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bb/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/index.md new file mode 100644 index 000000000..5f14e97c1 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3219418778 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.313 + period_days: 64.0 + axial_tilt_deg: 41.0 +physical: + gravity_g: 0.56 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bb + +Barren planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.56g | +| **Land** | 90% | +| **Year** | 64 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bb/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/markers.json new file mode 100644 index 000000000..0d6326e1e --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bb/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 133, + 74 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 193, + 199 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_54", + "name": null, + "kind": "lake", + "center": [ + 193, + 333 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 109 + ], + "peak": [ + 33, + 81 + ], + "area_cells": 7062 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 247 + ], + "peak": [ + 0, + 252 + ], + "area_cells": 103 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 325 + ], + "peak": [ + 14, + 296 + ], + "area_cells": 1978 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 447 + ], + "peak": [ + 35, + 468 + ], + "area_cells": 2447 + }, + { + "id": "range_8", + "name": null, + "center": [ + 9, + 397 + ], + "peak": [ + 5, + 398 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 43, + 313 + ], + "peak": [ + 46, + 311 + ], + "area_cells": 55 + }, + { + "id": "range_18", + "name": null, + "center": [ + 75, + 194 + ], + "peak": [ + 74, + 195 + ], + "area_cells": 374 + }, + { + "id": "range_19", + "name": null, + "center": [ + 49, + 426 + ], + "peak": [ + 49, + 426 + ], + "area_cells": 23 + }, + { + "id": "range_29", + "name": null, + "center": [ + 84, + 3 + ], + "peak": [ + 84, + 3 + ], + "area_cells": 25 + }, + { + "id": "range_32", + "name": null, + "center": [ + 110, + 203 + ], + "peak": [ + 111, + 201 + ], + "area_cells": 136 + }, + { + "id": "range_33", + "name": null, + "center": [ + 108, + 229 + ], + "peak": [ + 109, + 230 + ], + "area_cells": 125 + }, + { + "id": "range_34", + "name": null, + "center": [ + 116, + 50 + ], + "peak": [ + 117, + 50 + ], + "area_cells": 27 + }, + { + "id": "range_35", + "name": null, + "center": [ + 127, + 183 + ], + "peak": [ + 127, + 183 + ], + "area_cells": 126 + }, + { + "id": "range_36", + "name": null, + "center": [ + 136, + 44 + ], + "peak": [ + 136, + 44 + ], + "area_cells": 52 + }, + { + "id": "range_39", + "name": null, + "center": [ + 158, + 78 + ], + "peak": [ + 159, + 79 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bc/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/globe.png new file mode 100644 index 000000000..d31402a2d Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bc/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/heightmap.png new file mode 100644 index 000000000..be03e5ecd Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bc/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/index.md new file mode 100644 index 000000000..d022cc5c5 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ423Bc +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3118971486 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.635 + period_days: 185.0 + axial_tilt_deg: 2.8 +physical: + gravity_g: 0.87 + oblateness: 0.003 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.95 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.056 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bc + +Hot Arid planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.87g | +| **Atmosphere** | thick | +| **Land** | 99% | +| **Year** | 185 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bc/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/markers.json new file mode 100644 index 000000000..9c2833c2a --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bc/markers.json @@ -0,0 +1,1162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 145, + 385 + ], + [ + 144, + 386 + ], + [ + 143, + 387 + ], + [ + 142, + 387 + ], + [ + 141, + 386 + ], + [ + 140, + 385 + ], + [ + 139, + 385 + ], + [ + 138, + 385 + ], + [ + 137, + 385 + ], + [ + 136, + 384 + ], + [ + 135, + 383 + ], + [ + 134, + 382 + ], + [ + 133, + 382 + ], + [ + 134, + 381 + ], + [ + 134, + 380 + ], + [ + 133, + 380 + ], + [ + 133, + 379 + ], + [ + 133, + 378 + ], + [ + 132, + 377 + ], + [ + 132, + 376 + ], + [ + 133, + 376 + ], + [ + 133, + 377 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 333 + ], + [ + 107, + 333 + ], + [ + 108, + 334 + ], + [ + 109, + 335 + ], + [ + 110, + 335 + ], + [ + 111, + 336 + ], + [ + 112, + 337 + ], + [ + 113, + 336 + ], + [ + 114, + 336 + ], + [ + 114, + 335 + ], + [ + 114, + 334 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 144, + 106 + ], + [ + 145, + 106 + ], + [ + 145, + 105 + ], + [ + 144, + 104 + ], + [ + 144, + 103 + ], + [ + 145, + 102 + ], + [ + 145, + 101 + ], + [ + 146, + 100 + ], + [ + 145, + 99 + ], + [ + 145, + 98 + ], + [ + 146, + 97 + ], + [ + 146, + 96 + ], + [ + 147, + 95 + ], + [ + 148, + 94 + ], + [ + 149, + 93 + ], + [ + 150, + 92 + ], + [ + 150, + 91 + ], + [ + 151, + 90 + ], + [ + 150, + 90 + ], + [ + 151, + 89 + ], + [ + 152, + 88 + ], + [ + 152, + 87 + ], + [ + 153, + 86 + ], + [ + 154, + 86 + ], + [ + 154, + 87 + ], + [ + 153, + 87 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 134, + 260 + ], + [ + 133, + 261 + ], + [ + 132, + 262 + ], + [ + 131, + 263 + ], + [ + 132, + 264 + ], + [ + 133, + 265 + ], + [ + 134, + 266 + ], + [ + 135, + 267 + ], + [ + 136, + 267 + ], + [ + 137, + 267 + ], + [ + 138, + 267 + ], + [ + 138, + 266 + ], + [ + 139, + 265 + ], + [ + 139, + 266 + ], + [ + 140, + 266 + ], + [ + 141, + 267 + ], + [ + 142, + 268 + ], + [ + 143, + 267 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 129, + 415 + ], + [ + 130, + 416 + ], + [ + 131, + 415 + ], + [ + 132, + 416 + ], + [ + 133, + 417 + ], + [ + 134, + 418 + ], + [ + 135, + 417 + ], + [ + 136, + 418 + ], + [ + 137, + 419 + ], + [ + 137, + 420 + ], + [ + 137, + 421 + ], + [ + 138, + 420 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 113, + 304 + ], + [ + 112, + 305 + ], + [ + 111, + 306 + ], + [ + 110, + 307 + ], + [ + 109, + 308 + ], + [ + 108, + 309 + ], + [ + 108, + 310 + ], + [ + 108, + 311 + ], + [ + 109, + 312 + ], + [ + 108, + 313 + ], + [ + 107, + 314 + ], + [ + 107, + 315 + ], + [ + 108, + 316 + ], + [ + 107, + 317 + ], + [ + 108, + 318 + ], + [ + 107, + 318 + ], + [ + 107, + 319 + ], + [ + 108, + 319 + ], + [ + 109, + 319 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 104, + 193 + ], + [ + 104, + 192 + ], + [ + 103, + 191 + ], + [ + 102, + 190 + ], + [ + 101, + 189 + ], + [ + 100, + 189 + ], + [ + 99, + 189 + ], + [ + 98, + 188 + ], + [ + 98, + 189 + ], + [ + 97, + 190 + ], + [ + 96, + 190 + ], + [ + 95, + 191 + ], + [ + 94, + 192 + ], + [ + 93, + 191 + ], + [ + 93, + 192 + ], + [ + 94, + 191 + ], + [ + 95, + 190 + ], + [ + 94, + 190 + ], + [ + 93, + 190 + ], + [ + 92, + 190 + ], + [ + 92, + 191 + ], + [ + 91, + 191 + ], + [ + 92, + 192 + ], + [ + 93, + 193 + ], + [ + 93, + 194 + ], + [ + 92, + 195 + ], + [ + 91, + 195 + ], + [ + 91, + 194 + ], + [ + 92, + 193 + ], + [ + 92, + 194 + ], + [ + 93, + 195 + ], + [ + 94, + 195 + ], + [ + 93, + 196 + ], + [ + 92, + 196 + ], + [ + 91, + 196 + ], + [ + 91, + 197 + ], + [ + 92, + 197 + ], + [ + 93, + 197 + ], + [ + 93, + 198 + ], + [ + 92, + 198 + ], + [ + 92, + 199 + ], + [ + 91, + 198 + ], + [ + 90, + 198 + ], + [ + 91, + 199 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 111, + 352 + ], + [ + 111, + 353 + ], + [ + 110, + 354 + ], + [ + 109, + 355 + ], + [ + 108, + 356 + ], + [ + 107, + 357 + ], + [ + 106, + 358 + ], + [ + 106, + 357 + ], + [ + 105, + 357 + ], + [ + 104, + 356 + ], + [ + 104, + 355 + ], + [ + 103, + 354 + ], + [ + 102, + 353 + ], + [ + 101, + 353 + ], + [ + 100, + 353 + ], + [ + 99, + 354 + ], + [ + 98, + 354 + ], + [ + 97, + 354 + ], + [ + 96, + 354 + ], + [ + 95, + 355 + ], + [ + 96, + 355 + ], + [ + 95, + 354 + ], + [ + 96, + 353 + ], + [ + 95, + 352 + ], + [ + 95, + 351 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 144, + 227 + ], + [ + 145, + 226 + ], + [ + 146, + 227 + ], + [ + 147, + 226 + ], + [ + 148, + 227 + ], + [ + 149, + 228 + ], + [ + 150, + 229 + ], + [ + 151, + 230 + ], + [ + 152, + 231 + ], + [ + 153, + 232 + ], + [ + 152, + 233 + ], + [ + 151, + 234 + ], + [ + 152, + 235 + ], + [ + 151, + 235 + ], + [ + 151, + 236 + ], + [ + 151, + 237 + ], + [ + 152, + 238 + ], + [ + 152, + 239 + ], + [ + 151, + 240 + ], + [ + 150, + 241 + ], + [ + 151, + 242 + ], + [ + 150, + 243 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 92, + 238 + ], + [ + 91, + 238 + ], + [ + 90, + 238 + ], + [ + 89, + 239 + ], + [ + 88, + 238 + ], + [ + 87, + 238 + ], + [ + 87, + 239 + ], + [ + 86, + 238 + ], + [ + 86, + 237 + ], + [ + 86, + 236 + ], + [ + 85, + 235 + ], + [ + 85, + 234 + ], + [ + 84, + 233 + ], + [ + 83, + 232 + ], + [ + 84, + 231 + ], + [ + 84, + 232 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 104, + 368 + ], + [ + 103, + 369 + ], + [ + 102, + 368 + ], + [ + 101, + 369 + ], + [ + 100, + 370 + ], + [ + 99, + 370 + ], + [ + 98, + 370 + ], + [ + 99, + 371 + ], + [ + 98, + 371 + ], + [ + 98, + 372 + ], + [ + 99, + 373 + ], + [ + 98, + 373 + ], + [ + 98, + 374 + ], + [ + 99, + 375 + ], + [ + 99, + 374 + ], + [ + 100, + 374 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 165, + 201 + ], + [ + 165, + 202 + ], + [ + 166, + 203 + ], + [ + 167, + 204 + ], + [ + 168, + 205 + ], + [ + 169, + 206 + ], + [ + 170, + 206 + ], + [ + 170, + 207 + ], + [ + 169, + 208 + ], + [ + 168, + 209 + ], + [ + 167, + 208 + ], + [ + 166, + 208 + ], + [ + 165, + 209 + ], + [ + 164, + 210 + ], + [ + 163, + 211 + ], + [ + 162, + 211 + ], + [ + 161, + 210 + ], + [ + 161, + 211 + ], + [ + 160, + 212 + ], + [ + 159, + 213 + ], + [ + 159, + 214 + ], + [ + 159, + 215 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 130, + 208 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 260 + ], + "peak": [ + 7, + 14 + ], + "area_cells": 20471 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 501 + ], + "peak": [ + 55, + 507 + ], + "area_cells": 300 + }, + { + "id": "range_4", + "name": null, + "center": [ + 216, + 430 + ], + "peak": [ + 201, + 495 + ], + "area_cells": 10371 + }, + { + "id": "range_5", + "name": null, + "center": [ + 219, + 92 + ], + "peak": [ + 202, + 0 + ], + "area_cells": 10978 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bd/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/globe.png new file mode 100644 index 000000000..782e31e73 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bd/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/heightmap.png new file mode 100644 index 000000000..4be7faf8e Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bd/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/index.md new file mode 100644 index 000000000..fa4658549 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/index.md @@ -0,0 +1,73 @@ +--- +id: GJ423Bd +name: Quilombo +body_type: planet +planet_class: tropical +body_scale: planet +seed: 1827828923 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.968 + period_days: 348.0 + axial_tilt_deg: 5.3 +physical: + gravity_g: 0.93 + oblateness: 0.0018 + atmosphere: standard + atmosphere_color: + - 0.42 + - 0.68 + - 0.8 +terrain: + land_fraction: 0.416 + polar_ice_lat: 0.907 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.632 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Quilombo + +Tropical planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | tropical | +| **Gravity** | 0.93g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 348 days | +| **Inhabited** | yes | +| **Population** | 390K | +| **Economy** | agricultural | +| **Settlement** | village_network | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bd/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/markers.json new file mode 100644 index 000000000..7933e8cce --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bd/markers.json @@ -0,0 +1,601 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 132, + 0 + ], + [ + 133, + 1 + ], + [ + 134, + 2 + ], + [ + 135, + 3 + ], + [ + 136, + 3 + ], + [ + 137, + 4 + ], + [ + 138, + 5 + ], + [ + 139, + 6 + ], + [ + 140, + 7 + ], + [ + 141, + 8 + ], + [ + 142, + 9 + ], + [ + 143, + 9 + ], + [ + 143, + 10 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 68, + 421 + ], + [ + 69, + 421 + ], + [ + 70, + 420 + ], + [ + 71, + 419 + ], + [ + 72, + 418 + ], + [ + 73, + 417 + ], + [ + 73, + 416 + ], + [ + 72, + 416 + ], + [ + 72, + 415 + ], + [ + 72, + 414 + ], + [ + 71, + 413 + ], + [ + 72, + 412 + ], + [ + 71, + 412 + ], + [ + 71, + 411 + ], + [ + 71, + 410 + ], + [ + 70, + 409 + ], + [ + 70, + 408 + ], + [ + 70, + 407 + ], + [ + 69, + 406 + ], + [ + 68, + 405 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 68, + 51 + ], + [ + 67, + 51 + ], + [ + 66, + 50 + ], + [ + 65, + 50 + ], + [ + 64, + 50 + ], + [ + 63, + 50 + ], + [ + 63, + 49 + ], + [ + 62, + 48 + ], + [ + 61, + 48 + ], + [ + 60, + 48 + ], + [ + 59, + 49 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 17, + 361 + ], + [ + 16, + 361 + ], + [ + 15, + 362 + ], + [ + 14, + 363 + ], + [ + 13, + 364 + ], + [ + 12, + 364 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 176, + 177 + ], + [ + 177, + 178 + ], + [ + 178, + 177 + ], + [ + 179, + 176 + ], + [ + 180, + 175 + ], + [ + 180, + 174 + ], + [ + 180, + 173 + ], + [ + 181, + 172 + ], + [ + 180, + 171 + ], + [ + 180, + 170 + ], + [ + 180, + 169 + ], + [ + 180, + 168 + ], + [ + 179, + 167 + ], + [ + 180, + 166 + ], + [ + 179, + 165 + ], + [ + 180, + 164 + ], + [ + 179, + 164 + ], + [ + 179, + 163 + ], + [ + 179, + 162 + ], + [ + 179, + 161 + ], + [ + 179, + 160 + ], + [ + 180, + 159 + ], + [ + 180, + 158 + ], + [ + 180, + 157 + ], + [ + 179, + 156 + ], + [ + 180, + 155 + ], + [ + 179, + 154 + ], + [ + 180, + 153 + ], + [ + 180, + 154 + ], + [ + 179, + 155 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 45, + 329 + ], + [ + 44, + 328 + ], + [ + 43, + 327 + ], + [ + 43, + 326 + ], + [ + 42, + 325 + ], + [ + 42, + 324 + ], + [ + 42, + 323 + ], + [ + 43, + 322 + ], + [ + 44, + 321 + ], + [ + 45, + 320 + ], + [ + 46, + 320 + ], + [ + 47, + 319 + ], + [ + 48, + 320 + ], + [ + 49, + 319 + ], + [ + 50, + 318 + ], + [ + 51, + 317 + ], + [ + 52, + 318 + ], + [ + 53, + 319 + ], + [ + 54, + 319 + ], + [ + 55, + 318 + ], + [ + 56, + 317 + ], + [ + 57, + 316 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 110, + 114 + ], + [ + 109, + 114 + ], + [ + 108, + 114 + ], + [ + 107, + 113 + ], + [ + 106, + 112 + ], + [ + 105, + 111 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 45, + 398 + ], + "area_fraction": 0.0988 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 173, + 223 + ], + "area_fraction": 0.4792 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 180 + ], + "peak": [ + 90, + 183 + ], + "area_cells": 944 + }, + { + "id": "range_2", + "name": null, + "center": [ + 108, + 437 + ], + "peak": [ + 108, + 432 + ], + "area_cells": 1416 + }, + { + "id": "range_3", + "name": null, + "center": [ + 99, + 7 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 83 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 298 + ], + "peak": [ + 108, + 303 + ], + "area_cells": 356 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 263 + ], + "peak": [ + 110, + 264 + ], + "area_cells": 58 + }, + { + "id": "range_8", + "name": null, + "center": [ + 167, + 424 + ], + "peak": [ + 169, + 426 + ], + "area_cells": 166 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 202 + ], + "peak": [ + 191, + 196 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Be/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Be/globe.png new file mode 100644 index 000000000..51114744f Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Be/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Be/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Be/heightmap.png new file mode 100644 index 000000000..50eeac327 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Be/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Be/index.md new file mode 100644 index 000000000..3427360c0 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Be/index.md @@ -0,0 +1,68 @@ +--- +id: GJ423Be +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1270859161 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.63 + period_days: 760.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 0.72 + oblateness: 0.0033 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.468 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.134 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Be + +Cold Arid planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 760 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Be/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Be/markers.json new file mode 100644 index 000000000..b7452fc09 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Be/markers.json @@ -0,0 +1,1108 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 14, + 453 + ], + [ + 15, + 452 + ], + [ + 16, + 451 + ], + [ + 17, + 451 + ], + [ + 18, + 451 + ], + [ + 19, + 451 + ], + [ + 20, + 451 + ], + [ + 21, + 451 + ], + [ + 22, + 451 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 235, + 289 + ], + [ + 236, + 288 + ], + [ + 237, + 289 + ], + [ + 238, + 289 + ], + [ + 239, + 290 + ], + [ + 240, + 291 + ], + [ + 241, + 292 + ], + [ + 242, + 292 + ], + [ + 243, + 293 + ], + [ + 244, + 293 + ], + [ + 244, + 294 + ], + [ + 245, + 295 + ], + [ + 246, + 296 + ], + [ + 247, + 297 + ], + [ + 248, + 298 + ], + [ + 249, + 298 + ], + [ + 250, + 297 + ], + [ + 251, + 297 + ], + [ + 252, + 297 + ], + [ + 253, + 297 + ], + [ + 254, + 297 + ], + [ + 255, + 296 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 237, + 501 + ], + [ + 236, + 502 + ], + [ + 237, + 503 + ], + [ + 236, + 504 + ], + [ + 235, + 505 + ], + [ + 234, + 504 + ], + [ + 233, + 504 + ], + [ + 232, + 504 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 188, + 358 + ], + [ + 189, + 359 + ], + [ + 190, + 360 + ], + [ + 191, + 361 + ], + [ + 192, + 362 + ], + [ + 193, + 363 + ], + [ + 194, + 364 + ], + [ + 195, + 365 + ], + [ + 196, + 366 + ], + [ + 197, + 367 + ], + [ + 198, + 367 + ], + [ + 199, + 366 + ], + [ + 200, + 367 + ], + [ + 201, + 368 + ], + [ + 202, + 369 + ], + [ + 203, + 370 + ], + [ + 204, + 371 + ], + [ + 205, + 372 + ], + [ + 206, + 373 + ], + [ + 207, + 374 + ], + [ + 208, + 375 + ], + [ + 209, + 376 + ], + [ + 209, + 377 + ], + [ + 210, + 378 + ], + [ + 211, + 379 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 35, + 493 + ], + [ + 34, + 492 + ], + [ + 33, + 491 + ], + [ + 34, + 490 + ], + [ + 33, + 490 + ], + [ + 32, + 489 + ], + [ + 31, + 489 + ], + [ + 30, + 489 + ], + [ + 29, + 490 + ], + [ + 28, + 489 + ], + [ + 28, + 488 + ], + [ + 27, + 489 + ], + [ + 26, + 488 + ], + [ + 25, + 488 + ], + [ + 24, + 489 + ], + [ + 23, + 489 + ], + [ + 22, + 489 + ], + [ + 22, + 490 + ], + [ + 21, + 490 + ], + [ + 20, + 489 + ], + [ + 21, + 489 + ], + [ + 20, + 490 + ], + [ + 19, + 490 + ], + [ + 18, + 490 + ], + [ + 17, + 491 + ], + [ + 16, + 490 + ], + [ + 15, + 490 + ], + [ + 14, + 489 + ], + [ + 14, + 490 + ], + [ + 13, + 490 + ], + [ + 12, + 491 + ], + [ + 11, + 491 + ], + [ + 11, + 490 + ], + [ + 10, + 490 + ], + [ + 9, + 491 + ], + [ + 8, + 490 + ], + [ + 7, + 491 + ], + [ + 6, + 492 + ], + [ + 5, + 491 + ], + [ + 4, + 492 + ], + [ + 3, + 491 + ], + [ + 2, + 491 + ], + [ + 1, + 490 + ], + [ + 0, + 491 + ], + [ + 0, + 492 + ], + [ + 0, + 493 + ], + [ + 0, + 494 + ], + [ + 1, + 494 + ], + [ + 1, + 493 + ], + [ + 1, + 492 + ], + [ + 1, + 491 + ], + [ + 0, + 490 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 218, + 315 + ], + [ + 219, + 316 + ], + [ + 220, + 317 + ], + [ + 221, + 318 + ], + [ + 222, + 317 + ], + [ + 223, + 316 + ], + [ + 224, + 315 + ], + [ + 225, + 314 + ], + [ + 226, + 313 + ], + [ + 227, + 312 + ], + [ + 227, + 311 + ], + [ + 228, + 310 + ], + [ + 229, + 309 + ], + [ + 230, + 308 + ], + [ + 231, + 307 + ], + [ + 232, + 307 + ], + [ + 233, + 306 + ], + [ + 234, + 307 + ], + [ + 235, + 307 + ], + [ + 235, + 306 + ], + [ + 236, + 306 + ], + [ + 237, + 306 + ], + [ + 238, + 306 + ], + [ + 239, + 307 + ], + [ + 240, + 308 + ], + [ + 241, + 307 + ], + [ + 242, + 306 + ], + [ + 243, + 306 + ], + [ + 243, + 307 + ], + [ + 244, + 307 + ], + [ + 245, + 307 + ], + [ + 246, + 307 + ], + [ + 247, + 306 + ], + [ + 248, + 305 + ], + [ + 249, + 305 + ], + [ + 250, + 305 + ], + [ + 251, + 304 + ], + [ + 252, + 303 + ], + [ + 253, + 302 + ], + [ + 254, + 302 + ], + [ + 255, + 301 + ], + [ + 255, + 302 + ], + [ + 255, + 303 + ], + [ + 255, + 304 + ], + [ + 254, + 303 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 37, + 509 + ], + [ + 36, + 508 + ], + [ + 35, + 507 + ], + [ + 35, + 506 + ], + [ + 34, + 505 + ], + [ + 34, + 504 + ], + [ + 33, + 503 + ], + [ + 33, + 502 + ], + [ + 32, + 501 + ], + [ + 31, + 501 + ], + [ + 30, + 501 + ], + [ + 29, + 501 + ], + [ + 28, + 501 + ], + [ + 27, + 501 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 95, + 506 + ], + [ + 94, + 505 + ], + [ + 93, + 504 + ], + [ + 92, + 503 + ], + [ + 91, + 502 + ], + [ + 90, + 501 + ], + [ + 91, + 500 + ], + [ + 92, + 499 + ], + [ + 92, + 498 + ], + [ + 92, + 497 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 193, + 455 + ], + [ + 192, + 456 + ], + [ + 191, + 457 + ], + [ + 190, + 458 + ], + [ + 189, + 458 + ], + [ + 190, + 459 + ], + [ + 190, + 460 + ], + [ + 190, + 461 + ], + [ + 191, + 462 + ], + [ + 192, + 463 + ], + [ + 192, + 464 + ], + [ + 193, + 464 + ], + [ + 193, + 465 + ], + [ + 192, + 466 + ], + [ + 193, + 467 + ], + [ + 194, + 468 + ], + [ + 194, + 469 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 27, + 64 + ], + [ + 28, + 65 + ], + [ + 29, + 65 + ], + [ + 30, + 66 + ], + [ + 31, + 66 + ], + [ + 32, + 65 + ], + [ + 32, + 64 + ], + [ + 32, + 63 + ], + [ + 33, + 62 + ], + [ + 32, + 61 + ], + [ + 33, + 61 + ], + [ + 33, + 60 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 197, + 476 + ], + [ + 196, + 475 + ], + [ + 195, + 474 + ], + [ + 194, + 473 + ], + [ + 194, + 472 + ], + [ + 194, + 471 + ], + [ + 194, + 470 + ], + [ + 194, + 469 + ], + [ + 193, + 470 + ], + [ + 193, + 469 + ], + [ + 194, + 468 + ], + [ + 193, + 468 + ], + [ + 193, + 467 + ], + [ + 194, + 467 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 227, + 418 + ], + "area_fraction": 0.0367 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 144 + ], + "peak": [ + 24, + 139 + ], + "area_cells": 188 + }, + { + "id": "range_2", + "name": null, + "center": [ + 128, + 307 + ], + "peak": [ + 92, + 310 + ], + "area_cells": 17440 + }, + { + "id": "range_3", + "name": null, + "center": [ + 88, + 109 + ], + "peak": [ + 87, + 108 + ], + "area_cells": 229 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 35 + ], + "peak": [ + 121, + 4 + ], + "area_cells": 1934 + }, + { + "id": "range_5", + "name": null, + "center": [ + 122, + 503 + ], + "peak": [ + 118, + 511 + ], + "area_cells": 320 + }, + { + "id": "range_6", + "name": null, + "center": [ + 136, + 173 + ], + "peak": [ + 136, + 173 + ], + "area_cells": 86 + }, + { + "id": "range_7", + "name": null, + "center": [ + 144, + 136 + ], + "peak": [ + 144, + 139 + ], + "area_cells": 191 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 11 + ], + "peak": [ + 153, + 4 + ], + "area_cells": 299 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/globe.png new file mode 100644 index 000000000..6cf9b5b12 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/heightmap.png new file mode 100644 index 000000000..bb502a57f Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/index.md new file mode 100644 index 000000000..b4236b1e5 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bf-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1217708785 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 27.4 +physical: + gravity_g: 0.15 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.372 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bf-m1 + +Frozen moon. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.15g | +| **Land** | 99% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/markers.json new file mode 100644 index 000000000..f4ab652ae --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m1/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 154 + ], + "peak": [ + 101, + 163 + ], + "area_cells": 380 + }, + { + "id": "range_2", + "name": null, + "center": [ + 120, + 509 + ], + "peak": [ + 118, + 511 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 199, + 262 + ], + "peak": [ + 193, + 502 + ], + "area_cells": 26495 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 478 + ], + "peak": [ + 138, + 479 + ], + "area_cells": 54 + }, + { + "id": "range_7", + "name": null, + "center": [ + 159, + 92 + ], + "peak": [ + 159, + 92 + ], + "area_cells": 80 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 384 + ], + "peak": [ + 157, + 384 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 235, + 214 + ], + "peak": [ + 235, + 214 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 235, + 262 + ], + "peak": [ + 236, + 263 + ], + "area_cells": 43 + }, + { + "id": "range_14", + "name": null, + "center": [ + 239, + 342 + ], + "peak": [ + 246, + 346 + ], + "area_cells": 115 + }, + { + "id": "range_15", + "name": null, + "center": [ + 240, + 361 + ], + "peak": [ + 237, + 362 + ], + "area_cells": 221 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/globe.png new file mode 100644 index 000000000..07e188ee9 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/heightmap.png new file mode 100644 index 000000000..3b120a5ca Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/index.md new file mode 100644 index 000000000..a1263fa5a --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bf-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2885322433 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.124 + period_days: 16.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.1 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.911 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bf-m2 + +Barren moon. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 91% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/markers.json new file mode 100644 index 000000000..cf9aaf5c4 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bf-m2/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 180, + 316 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 188, + 238 + ], + "area_fraction": 0.028 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 188, + 123 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 175, + 170 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 94 + ], + "peak": [ + 0, + 95 + ], + "area_cells": 38 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 178 + ], + "peak": [ + 55, + 256 + ], + "area_cells": 6372 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 483 + ], + "peak": [ + 0, + 485 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 10, + 497 + ], + "peak": [ + 8, + 498 + ], + "area_cells": 80 + }, + { + "id": "range_7", + "name": null, + "center": [ + 69, + 385 + ], + "peak": [ + 76, + 298 + ], + "area_cells": 7763 + }, + { + "id": "range_15", + "name": null, + "center": [ + 84, + 70 + ], + "peak": [ + 83, + 106 + ], + "area_cells": 3263 + }, + { + "id": "range_22", + "name": null, + "center": [ + 94, + 186 + ], + "peak": [ + 95, + 186 + ], + "area_cells": 39 + }, + { + "id": "range_23", + "name": null, + "center": [ + 104, + 308 + ], + "peak": [ + 100, + 311 + ], + "area_cells": 221 + }, + { + "id": "range_24", + "name": null, + "center": [ + 116, + 1 + ], + "peak": [ + 116, + 0 + ], + "area_cells": 49 + }, + { + "id": "range_26", + "name": null, + "center": [ + 129, + 87 + ], + "peak": [ + 130, + 88 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bf/globe.png new file mode 100644 index 000000000..fe8384ac4 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bf/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bf/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bf/index.md new file mode 100644 index 000000000..229f75c9a --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bf/index.md @@ -0,0 +1,70 @@ +--- +id: GJ423Bf +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2027578918 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 12.3 +physical: + gravity_g: null + oblateness: 0.0846 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.213 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.122 +rings: + enabled: true + inner_radius_factor: 1.2 + outer_radius_factor: 2.49 + opacity_base: 0.57 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ423Bf + +Gas giant. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bg/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/globe.png new file mode 100644 index 000000000..1c7887dfe Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bg/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/heightmap.png new file mode 100644 index 000000000..dac8dbe6c Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bg/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/index.md new file mode 100644 index 000000000..a25eaf33b --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3353270902 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.024 + period_days: 5400.0 + axial_tilt_deg: 37.0 +physical: + gravity_g: 0.62 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.057 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bg + +Frozen planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.62g | +| **Land** | 98% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bg/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/markers.json new file mode 100644 index 000000000..c9ad8877e --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bg/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 23, + 110 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 268 + ], + "peak": [ + 95, + 271 + ], + "area_cells": 151 + }, + { + "id": "range_2", + "name": null, + "center": [ + 106, + 467 + ], + "peak": [ + 99, + 461 + ], + "area_cells": 1240 + }, + { + "id": "range_3", + "name": null, + "center": [ + 201, + 224 + ], + "peak": [ + 238, + 10 + ], + "area_cells": 40139 + }, + { + "id": "range_4", + "name": null, + "center": [ + 168, + 473 + ], + "peak": [ + 190, + 506 + ], + "area_cells": 3092 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 129 + ], + "peak": [ + 134, + 129 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 146, + 397 + ], + "peak": [ + 146, + 398 + ], + "area_cells": 259 + }, + { + "id": "range_8", + "name": null, + "center": [ + 203, + 426 + ], + "peak": [ + 203, + 426 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bh/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/globe.png new file mode 100644 index 000000000..e104e51be Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bh/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/heightmap.png new file mode 100644 index 000000000..c5a093309 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bh/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/index.md new file mode 100644 index 000000000..caa06dd11 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3520739540 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.962 + period_days: 9800.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.48 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.306 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.401 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bh + +Frozen planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 96% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bh/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/markers.json new file mode 100644 index 000000000..9aa50e6cd --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bh/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 149, + 59 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 157, + 323 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 218, + 316 + ], + "area_fraction": 0.0114 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 9 + ], + "peak": [ + 0, + 9 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 324 + ], + "peak": [ + 0, + 320 + ], + "area_cells": 55 + }, + { + "id": "range_4", + "name": null, + "center": [ + 14, + 418 + ], + "peak": [ + 22, + 426 + ], + "area_cells": 3000 + }, + { + "id": "range_5", + "name": null, + "center": [ + 1, + 502 + ], + "peak": [ + 0, + 502 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 13, + 487 + ], + "peak": [ + 13, + 487 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 221 + ], + "peak": [ + 47, + 216 + ], + "area_cells": 6440 + }, + { + "id": "range_10", + "name": null, + "center": [ + 39, + 52 + ], + "peak": [ + 39, + 53 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 56, + 34 + ], + "peak": [ + 58, + 33 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 81, + 43 + ], + "peak": [ + 84, + 46 + ], + "area_cells": 124 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 298 + ], + "peak": [ + 89, + 298 + ], + "area_cells": 25 + }, + { + "id": "range_14", + "name": null, + "center": [ + 122, + 144 + ], + "peak": [ + 126, + 145 + ], + "area_cells": 150 + }, + { + "id": "range_16", + "name": null, + "center": [ + 123, + 441 + ], + "peak": [ + 124, + 441 + ], + "area_cells": 92 + }, + { + "id": "range_17", + "name": null, + "center": [ + 160, + 187 + ], + "peak": [ + 157, + 199 + ], + "area_cells": 292 + }, + { + "id": "range_18", + "name": null, + "center": [ + 197, + 406 + ], + "peak": [ + 193, + 411 + ], + "area_cells": 3519 + }, + { + "id": "range_20", + "name": null, + "center": [ + 182, + 142 + ], + "peak": [ + 181, + 151 + ], + "area_cells": 600 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bi/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/globe.png new file mode 100644 index 000000000..427364ba8 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bi/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/heightmap.png new file mode 100644 index 000000000..71a9aafce Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bi/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/index.md new file mode 100644 index 000000000..0d3fe5a39 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bi +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3074711764 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.342 + period_days: 17800.0 + axial_tilt_deg: 53.7 +physical: + gravity_g: 0.36 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.245 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bi + +Frozen planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Land** | 96% | +| **Year** | 17800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bi/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/markers.json new file mode 100644 index 000000000..ddca0f457 --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bi/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 4, + 64 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 17, + 259 + ], + "area_fraction": 0.0176 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 50 + ], + "peak": [ + 44, + 50 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 73 + ], + "peak": [ + 48, + 73 + ], + "area_cells": 156 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 94 + ], + "peak": [ + 51, + 95 + ], + "area_cells": 29 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 142 + ], + "peak": [ + 94, + 143 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 236, + 395 + ], + "peak": [ + 250, + 377 + ], + "area_cells": 8476 + }, + { + "id": "range_7", + "name": null, + "center": [ + 240, + 104 + ], + "peak": [ + 236, + 73 + ], + "area_cells": 6618 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bj/globe.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/globe.png new file mode 100644 index 000000000..821f1aaf0 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/globe.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bj/heightmap.png b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/heightmap.png new file mode 100644 index 000000000..2b4f62963 Binary files /dev/null and b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/heightmap.png differ diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bj/index.md b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/index.md new file mode 100644 index 000000000..eb09e502c --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/index.md @@ -0,0 +1,64 @@ +--- +id: GJ423Bj +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3656325164 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 15.6 +physical: + gravity_g: 0.26 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ423Bj + +Frozen planet. + +**System:** [GJ-423B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Land** | 93% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-423B/bodies/GJ423Bj/markers.json b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/markers.json new file mode 100644 index 000000000..3f0cc8d4c --- /dev/null +++ b/wiki/star-systems/GJ-423B/bodies/GJ423Bj/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 187, + 301 + ], + "area_fraction": 0.0361 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 188 + ], + "peak": [ + 1, + 272 + ], + "area_cells": 11962 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 369 + ], + "peak": [ + 0, + 366 + ], + "area_cells": 40 + }, + { + "id": "range_6", + "name": null, + "center": [ + 72, + 455 + ], + "peak": [ + 93, + 441 + ], + "area_cells": 1910 + }, + { + "id": "range_9", + "name": null, + "center": [ + 55, + 35 + ], + "peak": [ + 53, + 35 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 61 + ], + "peak": [ + 102, + 53 + ], + "area_cells": 4057 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 332 + ], + "peak": [ + 62, + 329 + ], + "area_cells": 108 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 507 + ], + "peak": [ + 65, + 511 + ], + "area_cells": 136 + }, + { + "id": "range_17", + "name": null, + "center": [ + 89, + 348 + ], + "peak": [ + 91, + 350 + ], + "area_cells": 68 + }, + { + "id": "range_18", + "name": null, + "center": [ + 106, + 417 + ], + "peak": [ + 107, + 417 + ], + "area_cells": 94 + }, + { + "id": "range_19", + "name": null, + "center": [ + 109, + 164 + ], + "peak": [ + 111, + 165 + ], + "area_cells": 34 + }, + { + "id": "range_20", + "name": null, + "center": [ + 233, + 24 + ], + "peak": [ + 235, + 26 + ], + "area_cells": 195 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ425Ab/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/globe.png new file mode 100644 index 000000000..3c77814ac Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ab/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/heightmap.png new file mode 100644 index 000000000..5a9e5f2ab Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ab/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/index.md new file mode 100644 index 000000000..80fa9aad4 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ425Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2710162422 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 9.0 +physical: + gravity_g: 0.4 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.908 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Ab + +Barren planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 98% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ab/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/markers.json new file mode 100644 index 000000000..a821d3d1a --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ab/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 71 + ], + "peak": [ + 4, + 68 + ], + "area_cells": 73 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 458 + ], + "peak": [ + 38, + 460 + ], + "area_cells": 117 + }, + { + "id": "range_5", + "name": null, + "center": [ + 23, + 270 + ], + "peak": [ + 23, + 270 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 22, + 42 + ], + "peak": [ + 23, + 42 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 36, + 31 + ], + "peak": [ + 37, + 31 + ], + "area_cells": 72 + }, + { + "id": "range_11", + "name": null, + "center": [ + 38, + 287 + ], + "peak": [ + 39, + 287 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 44, + 268 + ], + "peak": [ + 44, + 269 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 47, + 71 + ], + "peak": [ + 43, + 76 + ], + "area_cells": 79 + }, + { + "id": "range_14", + "name": null, + "center": [ + 59, + 113 + ], + "peak": [ + 68, + 103 + ], + "area_cells": 817 + }, + { + "id": "range_15", + "name": null, + "center": [ + 101, + 16 + ], + "peak": [ + 124, + 16 + ], + "area_cells": 2252 + }, + { + "id": "range_16", + "name": null, + "center": [ + 118, + 485 + ], + "peak": [ + 119, + 479 + ], + "area_cells": 1643 + }, + { + "id": "range_17", + "name": null, + "center": [ + 74, + 67 + ], + "peak": [ + 73, + 67 + ], + "area_cells": 229 + }, + { + "id": "range_22", + "name": null, + "center": [ + 82, + 241 + ], + "peak": [ + 83, + 242 + ], + "area_cells": 49 + }, + { + "id": "range_26", + "name": null, + "center": [ + 92, + 107 + ], + "peak": [ + 93, + 108 + ], + "area_cells": 40 + }, + { + "id": "range_28", + "name": null, + "center": [ + 104, + 83 + ], + "peak": [ + 103, + 79 + ], + "area_cells": 58 + }, + { + "id": "range_31", + "name": null, + "center": [ + 118, + 385 + ], + "peak": [ + 116, + 386 + ], + "area_cells": 29 + }, + { + "id": "range_32", + "name": null, + "center": [ + 120, + 360 + ], + "peak": [ + 120, + 360 + ], + "area_cells": 43 + }, + { + "id": "range_37", + "name": null, + "center": [ + 134, + 446 + ], + "peak": [ + 135, + 447 + ], + "area_cells": 23 + }, + { + "id": "range_39", + "name": null, + "center": [ + 137, + 408 + ], + "peak": [ + 137, + 410 + ], + "area_cells": 28 + }, + { + "id": "range_41", + "name": null, + "center": [ + 222, + 232 + ], + "peak": [ + 236, + 98 + ], + "area_cells": 18201 + }, + { + "id": "range_42", + "name": null, + "center": [ + 154, + 348 + ], + "peak": [ + 153, + 351 + ], + "area_cells": 333 + }, + { + "id": "range_43", + "name": null, + "center": [ + 172, + 378 + ], + "peak": [ + 173, + 379 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 182, + 423 + ], + "peak": [ + 182, + 424 + ], + "area_cells": 44 + }, + { + "id": "range_54", + "name": null, + "center": [ + 207, + 372 + ], + "peak": [ + 208, + 372 + ], + "area_cells": 24 + }, + { + "id": "range_56", + "name": null, + "center": [ + 227, + 424 + ], + "peak": [ + 214, + 415 + ], + "area_cells": 591 + }, + { + "id": "range_62", + "name": null, + "center": [ + 245, + 58 + ], + "peak": [ + 252, + 58 + ], + "area_cells": 20 + }, + { + "id": "range_64", + "name": null, + "center": [ + 251, + 445 + ], + "peak": [ + 255, + 445 + ], + "area_cells": 42 + }, + { + "id": "range_65", + "name": null, + "center": [ + 246, + 413 + ], + "peak": [ + 247, + 414 + ], + "area_cells": 51 + }, + { + "id": "range_67", + "name": null, + "center": [ + 254, + 395 + ], + "peak": [ + 253, + 403 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ac/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/globe.png new file mode 100644 index 000000000..22ad770fd Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ac/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/heightmap.png new file mode 100644 index 000000000..3b8c6be8e Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ac/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/index.md new file mode 100644 index 000000000..18bb4155f --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ425Ac +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4219697922 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.523 + period_days: 155.0 + axial_tilt_deg: 16.6 +physical: + gravity_g: 0.66 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.616 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.137 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Ac + +Cold Arid planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 155 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ac/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/markers.json new file mode 100644 index 000000000..54300fa94 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ac/markers.json @@ -0,0 +1,835 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 193, + 334 + ], + [ + 193, + 335 + ], + [ + 192, + 335 + ], + [ + 191, + 334 + ], + [ + 190, + 333 + ], + [ + 189, + 332 + ], + [ + 188, + 332 + ], + [ + 187, + 332 + ], + [ + 186, + 333 + ], + [ + 185, + 333 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 112, + 495 + ], + [ + 111, + 494 + ], + [ + 110, + 493 + ], + [ + 110, + 492 + ], + [ + 109, + 491 + ], + [ + 108, + 490 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 183, + 247 + ], + [ + 184, + 248 + ], + [ + 185, + 249 + ], + [ + 186, + 250 + ], + [ + 187, + 251 + ], + [ + 188, + 252 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 234, + 339 + ], + [ + 233, + 339 + ], + [ + 232, + 339 + ], + [ + 231, + 338 + ], + [ + 230, + 338 + ], + [ + 229, + 337 + ], + [ + 228, + 337 + ], + [ + 227, + 338 + ], + [ + 226, + 337 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 116, + 230 + ], + [ + 116, + 231 + ], + [ + 115, + 232 + ], + [ + 114, + 232 + ], + [ + 113, + 233 + ], + [ + 113, + 234 + ], + [ + 114, + 235 + ], + [ + 115, + 236 + ], + [ + 116, + 237 + ], + [ + 115, + 238 + ], + [ + 115, + 239 + ], + [ + 114, + 240 + ], + [ + 114, + 241 + ], + [ + 114, + 242 + ], + [ + 115, + 243 + ], + [ + 114, + 244 + ], + [ + 114, + 245 + ], + [ + 115, + 245 + ], + [ + 115, + 246 + ], + [ + 114, + 246 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 185, + 442 + ], + [ + 186, + 443 + ], + [ + 187, + 444 + ], + [ + 187, + 445 + ], + [ + 186, + 446 + ], + [ + 185, + 447 + ], + [ + 184, + 448 + ], + [ + 183, + 449 + ], + [ + 182, + 450 + ], + [ + 181, + 451 + ], + [ + 180, + 452 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 139, + 97 + ], + [ + 140, + 97 + ], + [ + 141, + 98 + ], + [ + 142, + 98 + ], + [ + 143, + 99 + ], + [ + 144, + 98 + ], + [ + 145, + 99 + ], + [ + 146, + 100 + ], + [ + 147, + 100 + ], + [ + 148, + 100 + ], + [ + 149, + 101 + ], + [ + 150, + 102 + ], + [ + 151, + 103 + ], + [ + 152, + 104 + ], + [ + 153, + 105 + ], + [ + 154, + 106 + ], + [ + 155, + 106 + ], + [ + 156, + 106 + ], + [ + 157, + 105 + ], + [ + 158, + 104 + ], + [ + 159, + 105 + ], + [ + 160, + 105 + ], + [ + 161, + 105 + ], + [ + 162, + 106 + ], + [ + 163, + 105 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 98, + 127 + ], + [ + 99, + 126 + ], + [ + 100, + 125 + ], + [ + 99, + 124 + ], + [ + 100, + 123 + ], + [ + 101, + 122 + ], + [ + 102, + 121 + ], + [ + 103, + 120 + ], + [ + 103, + 119 + ], + [ + 102, + 118 + ], + [ + 102, + 117 + ], + [ + 101, + 116 + ], + [ + 101, + 115 + ], + [ + 102, + 115 + ], + [ + 103, + 114 + ], + [ + 104, + 113 + ], + [ + 104, + 112 + ], + [ + 105, + 111 + ], + [ + 106, + 110 + ], + [ + 107, + 109 + ], + [ + 108, + 108 + ], + [ + 109, + 108 + ], + [ + 110, + 107 + ], + [ + 111, + 106 + ], + [ + 112, + 105 + ], + [ + 112, + 104 + ], + [ + 112, + 103 + ], + [ + 113, + 103 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 155, + 161 + ], + [ + 154, + 162 + ], + [ + 153, + 163 + ], + [ + 152, + 164 + ], + [ + 151, + 165 + ], + [ + 151, + 166 + ], + [ + 151, + 167 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 213, + 428 + ], + [ + 212, + 427 + ], + [ + 213, + 426 + ], + [ + 213, + 425 + ], + [ + 212, + 424 + ], + [ + 211, + 424 + ], + [ + 211, + 423 + ], + [ + 210, + 424 + ], + [ + 209, + 423 + ], + [ + 208, + 423 + ], + [ + 207, + 424 + ], + [ + 206, + 423 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 133, + 173 + ], + [ + 132, + 174 + ], + [ + 131, + 174 + ], + [ + 130, + 174 + ], + [ + 129, + 175 + ], + [ + 128, + 174 + ], + [ + 127, + 174 + ], + [ + 126, + 174 + ], + [ + 125, + 174 + ], + [ + 124, + 174 + ], + [ + 123, + 173 + ], + [ + 122, + 172 + ], + [ + 121, + 172 + ], + [ + 120, + 172 + ], + [ + 119, + 171 + ], + [ + 118, + 172 + ], + [ + 117, + 171 + ], + [ + 116, + 172 + ], + [ + 115, + 172 + ], + [ + 114, + 173 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 154, + 213 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 207, + 285 + ], + "area_fraction": 0.021 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 127 + ], + "peak": [ + 64, + 158 + ], + "area_cells": 8450 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 508 + ], + "peak": [ + 38, + 508 + ], + "area_cells": 50 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 257 + ], + "peak": [ + 49, + 256 + ], + "area_cells": 494 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 415 + ], + "peak": [ + 60, + 411 + ], + "area_cells": 199 + }, + { + "id": "range_11", + "name": null, + "center": [ + 130, + 42 + ], + "peak": [ + 139, + 8 + ], + "area_cells": 2717 + }, + { + "id": "range_12", + "name": null, + "center": [ + 140, + 509 + ], + "peak": [ + 140, + 511 + ], + "area_cells": 43 + }, + { + "id": "range_13", + "name": null, + "center": [ + 199, + 139 + ], + "peak": [ + 202, + 146 + ], + "area_cells": 325 + }, + { + "id": "range_14", + "name": null, + "center": [ + 193, + 171 + ], + "peak": [ + 193, + 171 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 204, + 172 + ], + "peak": [ + 205, + 172 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ad/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/globe.png new file mode 100644 index 000000000..957fec724 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ad/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/heightmap.png new file mode 100644 index 000000000..3827f99b9 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ad/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/index.md new file mode 100644 index 000000000..0ed64aa66 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/index.md @@ -0,0 +1,64 @@ +--- +id: GJ425Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 319703800 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.48 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Ad + +Frozen planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 93% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ad/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/markers.json new file mode 100644 index 000000000..c675a1058 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ad/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 41, + 69 + ], + "area_fraction": 0.0406 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 11, + 228 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 123, + 82 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 472 + ], + "peak": [ + 69, + 464 + ], + "area_cells": 1163 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 301 + ], + "peak": [ + 55, + 285 + ], + "area_cells": 852 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 249 + ], + "peak": [ + 53, + 249 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 60, + 434 + ], + "peak": [ + 61, + 435 + ], + "area_cells": 90 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 214 + ], + "peak": [ + 76, + 216 + ], + "area_cells": 268 + }, + { + "id": "range_10", + "name": null, + "center": [ + 90, + 279 + ], + "peak": [ + 93, + 278 + ], + "area_cells": 823 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 477 + ], + "peak": [ + 141, + 480 + ], + "area_cells": 5471 + }, + { + "id": "range_12", + "name": null, + "center": [ + 110, + 247 + ], + "peak": [ + 109, + 247 + ], + "area_cells": 91 + }, + { + "id": "range_13", + "name": null, + "center": [ + 135, + 238 + ], + "peak": [ + 137, + 240 + ], + "area_cells": 398 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 2 + ], + "peak": [ + 140, + 0 + ], + "area_cells": 93 + }, + { + "id": "range_16", + "name": null, + "center": [ + 156, + 364 + ], + "peak": [ + 157, + 371 + ], + "area_cells": 265 + }, + { + "id": "range_17", + "name": null, + "center": [ + 191, + 346 + ], + "peak": [ + 181, + 331 + ], + "area_cells": 4529 + }, + { + "id": "range_18", + "name": null, + "center": [ + 206, + 133 + ], + "peak": [ + 189, + 150 + ], + "area_cells": 10651 + }, + { + "id": "range_19", + "name": null, + "center": [ + 192, + 246 + ], + "peak": [ + 192, + 246 + ], + "area_cells": 27 + }, + { + "id": "range_20", + "name": null, + "center": [ + 213, + 267 + ], + "peak": [ + 211, + 266 + ], + "area_cells": 127 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 434 + ], + "peak": [ + 246, + 433 + ], + "area_cells": 53 + }, + { + "id": "range_26", + "name": null, + "center": [ + 251, + 400 + ], + "peak": [ + 251, + 408 + ], + "area_cells": 357 + }, + { + "id": "range_27", + "name": null, + "center": [ + 251, + 223 + ], + "peak": [ + 251, + 223 + ], + "area_cells": 130 + }, + { + "id": "range_28", + "name": null, + "center": [ + 254, + 442 + ], + "peak": [ + 255, + 442 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ae/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/globe.png new file mode 100644 index 000000000..dcd444bf1 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ae/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/heightmap.png new file mode 100644 index 000000000..e2b676c64 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ae/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/index.md new file mode 100644 index 000000000..67040428a --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ425Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2785797215 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 15.6 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.732 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.321 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Ae + +Frozen planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ae/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/markers.json new file mode 100644 index 000000000..9de50c592 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ae/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 31, + 276 + ], + "area_fraction": 0.2216 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 89, + 212 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 109, + 127 + ], + "area_fraction": 0.0248 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 431 + ], + "peak": [ + 89, + 432 + ], + "area_cells": 163 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 480 + ], + "peak": [ + 133, + 508 + ], + "area_cells": 1737 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 9 + ], + "peak": [ + 134, + 0 + ], + "area_cells": 418 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 321 + ], + "peak": [ + 119, + 320 + ], + "area_cells": 123 + }, + { + "id": "range_6", + "name": null, + "center": [ + 118, + 290 + ], + "peak": [ + 119, + 288 + ], + "area_cells": 146 + }, + { + "id": "range_8", + "name": null, + "center": [ + 147, + 330 + ], + "peak": [ + 148, + 330 + ], + "area_cells": 293 + }, + { + "id": "range_9", + "name": null, + "center": [ + 153, + 2 + ], + "peak": [ + 154, + 0 + ], + "area_cells": 103 + }, + { + "id": "range_10", + "name": null, + "center": [ + 152, + 506 + ], + "peak": [ + 153, + 511 + ], + "area_cells": 172 + }, + { + "id": "range_11", + "name": null, + "center": [ + 169, + 424 + ], + "peak": [ + 176, + 429 + ], + "area_cells": 669 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 112 + ], + "peak": [ + 182, + 114 + ], + "area_cells": 315 + }, + { + "id": "range_14", + "name": null, + "center": [ + 231, + 299 + ], + "peak": [ + 216, + 479 + ], + "area_cells": 17862 + }, + { + "id": "range_15", + "name": null, + "center": [ + 217, + 10 + ], + "peak": [ + 200, + 15 + ], + "area_cells": 1197 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Af/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Af/globe.png new file mode 100644 index 000000000..660136d63 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Af/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Af/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Af/heightmap.png new file mode 100644 index 000000000..8fc32ae71 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Af/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Af/index.md new file mode 100644 index 000000000..d366fd342 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ425Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3781475286 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Af + +Frozen planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Af/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Af/markers.json new file mode 100644 index 000000000..96e0a6b5d --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Af/markers.json @@ -0,0 +1,290 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 300 + ], + "area_fraction": 0.1484 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 92, + 40 + ], + "area_fraction": 0.0419 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 97, + 104 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 90, + 152 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 89, + 240 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 107, + 193 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 141, + 108 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 197, + 70 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 232 + ], + "peak": [ + 67, + 225 + ], + "area_cells": 132 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 310 + ], + "peak": [ + 95, + 311 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 342 + ], + "peak": [ + 136, + 330 + ], + "area_cells": 1162 + }, + { + "id": "range_6", + "name": null, + "center": [ + 141, + 200 + ], + "peak": [ + 139, + 191 + ], + "area_cells": 315 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 75 + ], + "peak": [ + 150, + 77 + ], + "area_cells": 32 + }, + { + "id": "range_8", + "name": null, + "center": [ + 154, + 243 + ], + "peak": [ + 155, + 244 + ], + "area_cells": 175 + }, + { + "id": "range_9", + "name": null, + "center": [ + 172, + 301 + ], + "peak": [ + 173, + 301 + ], + "area_cells": 47 + }, + { + "id": "range_11", + "name": null, + "center": [ + 177, + 319 + ], + "peak": [ + 173, + 324 + ], + "area_cells": 165 + }, + { + "id": "range_14", + "name": null, + "center": [ + 192, + 361 + ], + "peak": [ + 193, + 362 + ], + "area_cells": 62 + }, + { + "id": "range_15", + "name": null, + "center": [ + 191, + 407 + ], + "peak": [ + 192, + 405 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 194, + 307 + ], + "peak": [ + 195, + 307 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 219, + 299 + ], + "peak": [ + 211, + 309 + ], + "area_cells": 807 + }, + { + "id": "range_18", + "name": null, + "center": [ + 208, + 325 + ], + "peak": [ + 211, + 326 + ], + "area_cells": 119 + }, + { + "id": "range_19", + "name": null, + "center": [ + 223, + 407 + ], + "peak": [ + 220, + 413 + ], + "area_cells": 1285 + }, + { + "id": "range_21", + "name": null, + "center": [ + 239, + 324 + ], + "peak": [ + 240, + 330 + ], + "area_cells": 250 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ag/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/globe.png new file mode 100644 index 000000000..e0d9bcb5f Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ag/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/heightmap.png new file mode 100644 index 000000000..5ba0628bb Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ag/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/index.md new file mode 100644 index 000000000..9e2bbd92d --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ425Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1248683652 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.19 + period_days: 9600.0 + axial_tilt_deg: 45.2 +physical: + gravity_g: 0.11 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.792 + polar_ice_lat: 0.207 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Ag + +Frozen planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ag/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/markers.json new file mode 100644 index 000000000..be437edd4 --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ag/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 28, + 8 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 31, + 107 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 28, + 367 + ], + "area_fraction": 0.1344 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 49, + 30 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 236, + 138 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 233, + 447 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 247, + 307 + ], + "area_fraction": 0.0106 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 229 + ], + "peak": [ + 105, + 49 + ], + "area_cells": 24690 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 409 + ], + "peak": [ + 85, + 410 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 357 + ], + "peak": [ + 88, + 358 + ], + "area_cells": 65 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 465 + ], + "peak": [ + 106, + 465 + ], + "area_cells": 201 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 507 + ], + "peak": [ + 112, + 507 + ], + "area_cells": 26 + }, + { + "id": "range_16", + "name": null, + "center": [ + 161, + 17 + ], + "peak": [ + 161, + 16 + ], + "area_cells": 96 + }, + { + "id": "range_17", + "name": null, + "center": [ + 181, + 478 + ], + "peak": [ + 187, + 473 + ], + "area_cells": 899 + }, + { + "id": "range_18", + "name": null, + "center": [ + 177, + 370 + ], + "peak": [ + 178, + 373 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 184, + 0 + ], + "peak": [ + 181, + 0 + ], + "area_cells": 31 + }, + { + "id": "range_22", + "name": null, + "center": [ + 194, + 435 + ], + "peak": [ + 194, + 436 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ah/globe.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/globe.png new file mode 100644 index 000000000..74c31e748 Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/globe.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ah/heightmap.png b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/heightmap.png new file mode 100644 index 000000000..fcadf496a Binary files /dev/null and b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ah/index.md b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/index.md new file mode 100644 index 000000000..eb79510aa --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ425Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2893220547 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 30.1 +physical: + gravity_g: 0.07 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.244 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.285 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ425Ah + +Frozen planet. + +**System:** [GJ-425A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-425A/bodies/GJ425Ah/markers.json b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/markers.json new file mode 100644 index 000000000..efc59216d --- /dev/null +++ b/wiki/star-systems/GJ-425A/bodies/GJ425Ah/markers.json @@ -0,0 +1,273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 44 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 17, + 446 + ], + "area_fraction": 0.0379 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 95, + 358 + ], + "area_fraction": 0.007 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 212, + 62 + ], + "area_fraction": 0.0404 + }, + { + "id": "water_48", + "name": null, + "kind": "sea", + "center": [ + 219, + 185 + ], + "area_fraction": 0.0264 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 98 + ], + "peak": [ + 43, + 100 + ], + "area_cells": 30 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 25 + ], + "peak": [ + 78, + 1 + ], + "area_cells": 1725 + }, + { + "id": "range_3", + "name": null, + "center": [ + 78, + 461 + ], + "peak": [ + 77, + 481 + ], + "area_cells": 4263 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 212 + ], + "peak": [ + 82, + 212 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 57 + ], + "peak": [ + 112, + 58 + ], + "area_cells": 360 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 145 + ], + "peak": [ + 118, + 141 + ], + "area_cells": 710 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 409 + ], + "peak": [ + 117, + 407 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 138, + 90 + ], + "peak": [ + 137, + 93 + ], + "area_cells": 173 + }, + { + "id": "range_9", + "name": null, + "center": [ + 142, + 393 + ], + "peak": [ + 142, + 392 + ], + "area_cells": 201 + }, + { + "id": "range_11", + "name": null, + "center": [ + 153, + 7 + ], + "peak": [ + 156, + 7 + ], + "area_cells": 139 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 437 + ], + "peak": [ + 204, + 455 + ], + "area_cells": 3290 + }, + { + "id": "range_14", + "name": null, + "center": [ + 175, + 478 + ], + "peak": [ + 175, + 478 + ], + "area_cells": 36 + }, + { + "id": "range_16", + "name": null, + "center": [ + 199, + 335 + ], + "peak": [ + 194, + 332 + ], + "area_cells": 896 + }, + { + "id": "range_17", + "name": null, + "center": [ + 202, + 484 + ], + "peak": [ + 202, + 486 + ], + "area_cells": 56 + }, + { + "id": "range_19", + "name": null, + "center": [ + 228, + 356 + ], + "peak": [ + 225, + 370 + ], + "area_cells": 1286 + }, + { + "id": "range_22", + "name": null, + "center": [ + 239, + 409 + ], + "peak": [ + 238, + 409 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ4274b/globe.png b/wiki/star-systems/GJ-4274/bodies/GJ4274b/globe.png new file mode 100644 index 000000000..8a5283655 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274b/globe.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274b/heightmap.png b/wiki/star-systems/GJ-4274/bodies/GJ4274b/heightmap.png new file mode 100644 index 000000000..1e82c7d94 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274b/heightmap.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274b/index.md b/wiki/star-systems/GJ-4274/bodies/GJ4274b/index.md new file mode 100644 index 000000000..0a3aa4b85 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4274b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1517738706 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 2.2 +physical: + gravity_g: 0.18 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.979 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4274b + +Barren planet. + +**System:** [GJ-4274](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.18g | +| **Land** | 97% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274b/markers.json b/wiki/star-systems/GJ-4274/bodies/GJ4274b/markers.json new file mode 100644 index 000000000..92e26bcfb --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274b/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 317 + ], + "peak": [ + 38, + 391 + ], + "area_cells": 21963 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 21 + ], + "peak": [ + 105, + 22 + ], + "area_cells": 1083 + }, + { + "id": "range_12", + "name": null, + "center": [ + 78, + 296 + ], + "peak": [ + 80, + 297 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 87, + 144 + ], + "peak": [ + 88, + 144 + ], + "area_cells": 20 + }, + { + "id": "range_17", + "name": null, + "center": [ + 101, + 502 + ], + "peak": [ + 104, + 503 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 114, + 402 + ], + "peak": [ + 113, + 406 + ], + "area_cells": 186 + }, + { + "id": "range_20", + "name": null, + "center": [ + 122, + 53 + ], + "peak": [ + 125, + 54 + ], + "area_cells": 250 + }, + { + "id": "range_22", + "name": null, + "center": [ + 122, + 460 + ], + "peak": [ + 124, + 460 + ], + "area_cells": 21 + }, + { + "id": "range_24", + "name": null, + "center": [ + 133, + 314 + ], + "peak": [ + 133, + 315 + ], + "area_cells": 46 + }, + { + "id": "range_25", + "name": null, + "center": [ + 134, + 32 + ], + "peak": [ + 134, + 32 + ], + "area_cells": 71 + }, + { + "id": "range_27", + "name": null, + "center": [ + 154, + 412 + ], + "peak": [ + 150, + 415 + ], + "area_cells": 407 + }, + { + "id": "range_28", + "name": null, + "center": [ + 160, + 57 + ], + "peak": [ + 164, + 61 + ], + "area_cells": 288 + }, + { + "id": "range_30", + "name": null, + "center": [ + 162, + 87 + ], + "peak": [ + 162, + 87 + ], + "area_cells": 56 + }, + { + "id": "range_31", + "name": null, + "center": [ + 163, + 386 + ], + "peak": [ + 164, + 387 + ], + "area_cells": 44 + }, + { + "id": "range_32", + "name": null, + "center": [ + 173, + 440 + ], + "peak": [ + 177, + 440 + ], + "area_cells": 249 + }, + { + "id": "range_33", + "name": null, + "center": [ + 167, + 466 + ], + "peak": [ + 168, + 467 + ], + "area_cells": 40 + }, + { + "id": "range_35", + "name": null, + "center": [ + 167, + 329 + ], + "peak": [ + 168, + 330 + ], + "area_cells": 30 + }, + { + "id": "range_37", + "name": null, + "center": [ + 179, + 80 + ], + "peak": [ + 179, + 80 + ], + "area_cells": 33 + }, + { + "id": "range_40", + "name": null, + "center": [ + 189, + 376 + ], + "peak": [ + 189, + 375 + ], + "area_cells": 166 + }, + { + "id": "range_41", + "name": null, + "center": [ + 187, + 285 + ], + "peak": [ + 188, + 285 + ], + "area_cells": 24 + }, + { + "id": "range_43", + "name": null, + "center": [ + 196, + 67 + ], + "peak": [ + 196, + 67 + ], + "area_cells": 58 + }, + { + "id": "range_45", + "name": null, + "center": [ + 211, + 107 + ], + "peak": [ + 215, + 106 + ], + "area_cells": 68 + }, + { + "id": "range_46", + "name": null, + "center": [ + 214, + 344 + ], + "peak": [ + 208, + 343 + ], + "area_cells": 81 + }, + { + "id": "range_47", + "name": null, + "center": [ + 219, + 371 + ], + "peak": [ + 218, + 370 + ], + "area_cells": 181 + }, + { + "id": "range_48", + "name": null, + "center": [ + 212, + 440 + ], + "peak": [ + 212, + 438 + ], + "area_cells": 55 + }, + { + "id": "range_50", + "name": null, + "center": [ + 237, + 202 + ], + "peak": [ + 238, + 203 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/globe.png b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/globe.png new file mode 100644 index 000000000..5e124c17d Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/globe.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/heightmap.png b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/heightmap.png new file mode 100644 index 000000000..100f59c00 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/index.md b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/index.md new file mode 100644 index 000000000..c5b77d466 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4274c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2808323006 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.03 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.959 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4274c-1 + +Barren moon. + +**System:** [GJ-4274](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.03g | +| **Land** | 99% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/markers.json b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/markers.json new file mode 100644 index 000000000..6fa7ca13f --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274c-1/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 469 + ], + "peak": [ + 17, + 474 + ], + "area_cells": 292 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 489 + ], + "peak": [ + 2, + 490 + ], + "area_cells": 41 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 487 + ], + "peak": [ + 32, + 489 + ], + "area_cells": 71 + }, + { + "id": "range_6", + "name": null, + "center": [ + 165, + 259 + ], + "peak": [ + 119, + 463 + ], + "area_cells": 50028 + }, + { + "id": "range_12", + "name": null, + "center": [ + 53, + 316 + ], + "peak": [ + 52, + 315 + ], + "area_cells": 60 + }, + { + "id": "range_13", + "name": null, + "center": [ + 59, + 63 + ], + "peak": [ + 60, + 63 + ], + "area_cells": 77 + }, + { + "id": "range_14", + "name": null, + "center": [ + 77, + 473 + ], + "peak": [ + 77, + 473 + ], + "area_cells": 37 + }, + { + "id": "range_15", + "name": null, + "center": [ + 131, + 13 + ], + "peak": [ + 177, + 1 + ], + "area_cells": 1052 + }, + { + "id": "range_20", + "name": null, + "center": [ + 155, + 70 + ], + "peak": [ + 159, + 74 + ], + "area_cells": 82 + }, + { + "id": "range_23", + "name": null, + "center": [ + 183, + 504 + ], + "peak": [ + 178, + 511 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c/globe.png b/wiki/star-systems/GJ-4274/bodies/GJ4274c/globe.png new file mode 100644 index 000000000..cafdf733c Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274c/globe.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c/heightmap.png b/wiki/star-systems/GJ-4274/bodies/GJ4274c/heightmap.png new file mode 100644 index 000000000..052d1db43 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274c/heightmap.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c/index.md b/wiki/star-systems/GJ-4274/bodies/GJ4274c/index.md new file mode 100644 index 000000000..56028c2f7 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274c/index.md @@ -0,0 +1,72 @@ +--- +id: GJ4274c +name: Hanwei +body_type: planet +planet_class: arid +body_scale: planet +seed: 2155720007 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.144 + period_days: 30.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.72 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 1.0 + polar_ice_lat: 0.833 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.147 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Hanwei + +Arid planet. + +**System:** [GJ-4274](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 30 days | +| **Inhabited** | yes | +| **Population** | 15M | +| **Economy** | research | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274c/markers.json b/wiki/star-systems/GJ-4274/bodies/GJ4274c/markers.json new file mode 100644 index 000000000..f69f4f9b0 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274c/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 210 + ], + "peak": [ + 42, + 129 + ], + "area_cells": 16782 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 393 + ], + "peak": [ + 6, + 396 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 20 + ], + "peak": [ + 84, + 0 + ], + "area_cells": 1363 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 470 + ], + "peak": [ + 84, + 511 + ], + "area_cells": 1819 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274d/globe.png b/wiki/star-systems/GJ-4274/bodies/GJ4274d/globe.png new file mode 100644 index 000000000..7a172efbf Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274d/globe.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274d/heightmap.png b/wiki/star-systems/GJ-4274/bodies/GJ4274d/heightmap.png new file mode 100644 index 000000000..e42aed371 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274d/heightmap.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274d/index.md b/wiki/star-systems/GJ-4274/bodies/GJ4274d/index.md new file mode 100644 index 000000000..d1467b629 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4274d +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1223991813 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.278 + period_days: 80.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.3 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.87 + 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 +--- + +# GJ4274d + +Barren planet. + +**System:** [GJ-4274](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274d/markers.json b/wiki/star-systems/GJ-4274/bodies/GJ4274d/markers.json new file mode 100644 index 000000000..5d9be3009 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274d/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 122, + 275 + ], + "peak": [ + 188, + 397 + ], + "area_cells": 18262 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 316 + ], + "peak": [ + 0, + 317 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 321 + ], + "peak": [ + 4, + 322 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 385 + ], + "peak": [ + 49, + 343 + ], + "area_cells": 3258 + }, + { + "id": "range_7", + "name": null, + "center": [ + 13, + 86 + ], + "peak": [ + 12, + 86 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 18, + 455 + ], + "peak": [ + 19, + 456 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 24, + 288 + ], + "peak": [ + 20, + 287 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 31, + 319 + ], + "peak": [ + 32, + 320 + ], + "area_cells": 32 + }, + { + "id": "range_22", + "name": null, + "center": [ + 56, + 456 + ], + "peak": [ + 56, + 456 + ], + "area_cells": 52 + }, + { + "id": "range_23", + "name": null, + "center": [ + 69, + 369 + ], + "peak": [ + 72, + 369 + ], + "area_cells": 219 + }, + { + "id": "range_24", + "name": null, + "center": [ + 75, + 435 + ], + "peak": [ + 82, + 431 + ], + "area_cells": 408 + }, + { + "id": "range_25", + "name": null, + "center": [ + 72, + 505 + ], + "peak": [ + 70, + 503 + ], + "area_cells": 91 + }, + { + "id": "range_26", + "name": null, + "center": [ + 74, + 49 + ], + "peak": [ + 74, + 49 + ], + "area_cells": 38 + }, + { + "id": "range_27", + "name": null, + "center": [ + 88, + 480 + ], + "peak": [ + 88, + 481 + ], + "area_cells": 394 + }, + { + "id": "range_28", + "name": null, + "center": [ + 88, + 5 + ], + "peak": [ + 78, + 4 + ], + "area_cells": 306 + }, + { + "id": "range_29", + "name": null, + "center": [ + 86, + 23 + ], + "peak": [ + 84, + 25 + ], + "area_cells": 140 + }, + { + "id": "range_33", + "name": null, + "center": [ + 94, + 170 + ], + "peak": [ + 91, + 172 + ], + "area_cells": 183 + }, + { + "id": "range_34", + "name": null, + "center": [ + 89, + 125 + ], + "peak": [ + 90, + 125 + ], + "area_cells": 39 + }, + { + "id": "range_35", + "name": null, + "center": [ + 93, + 46 + ], + "peak": [ + 92, + 46 + ], + "area_cells": 50 + }, + { + "id": "range_36", + "name": null, + "center": [ + 96, + 70 + ], + "peak": [ + 97, + 69 + ], + "area_cells": 112 + }, + { + "id": "range_38", + "name": null, + "center": [ + 96, + 463 + ], + "peak": [ + 96, + 464 + ], + "area_cells": 20 + }, + { + "id": "range_39", + "name": null, + "center": [ + 107, + 464 + ], + "peak": [ + 108, + 464 + ], + "area_cells": 26 + }, + { + "id": "range_40", + "name": null, + "center": [ + 113, + 143 + ], + "peak": [ + 115, + 144 + ], + "area_cells": 72 + }, + { + "id": "range_44", + "name": null, + "center": [ + 130, + 100 + ], + "peak": [ + 130, + 101 + ], + "area_cells": 73 + }, + { + "id": "range_47", + "name": null, + "center": [ + 137, + 58 + ], + "peak": [ + 138, + 59 + ], + "area_cells": 29 + }, + { + "id": "range_49", + "name": null, + "center": [ + 199, + 475 + ], + "peak": [ + 202, + 494 + ], + "area_cells": 2980 + }, + { + "id": "range_50", + "name": null, + "center": [ + 147, + 83 + ], + "peak": [ + 148, + 83 + ], + "area_cells": 55 + }, + { + "id": "range_51", + "name": null, + "center": [ + 153, + 150 + ], + "peak": [ + 153, + 149 + ], + "area_cells": 32 + }, + { + "id": "range_52", + "name": null, + "center": [ + 206, + 35 + ], + "peak": [ + 211, + 12 + ], + "area_cells": 3214 + }, + { + "id": "range_53", + "name": null, + "center": [ + 178, + 122 + ], + "peak": [ + 173, + 122 + ], + "area_cells": 468 + }, + { + "id": "range_56", + "name": null, + "center": [ + 185, + 173 + ], + "peak": [ + 184, + 171 + ], + "area_cells": 224 + }, + { + "id": "range_63", + "name": null, + "center": [ + 217, + 470 + ], + "peak": [ + 220, + 472 + ], + "area_cells": 46 + }, + { + "id": "range_65", + "name": null, + "center": [ + 218, + 59 + ], + "peak": [ + 218, + 57 + ], + "area_cells": 54 + }, + { + "id": "range_66", + "name": null, + "center": [ + 221, + 110 + ], + "peak": [ + 224, + 110 + ], + "area_cells": 53 + }, + { + "id": "range_67", + "name": null, + "center": [ + 218, + 185 + ], + "peak": [ + 220, + 185 + ], + "area_cells": 26 + }, + { + "id": "range_70", + "name": null, + "center": [ + 231, + 126 + ], + "peak": [ + 229, + 120 + ], + "area_cells": 217 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274e/globe.png b/wiki/star-systems/GJ-4274/bodies/GJ4274e/globe.png new file mode 100644 index 000000000..60d3b23d6 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274e/globe.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274e/heightmap.png b/wiki/star-systems/GJ-4274/bodies/GJ4274e/heightmap.png new file mode 100644 index 000000000..96ae1eb85 Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274e/heightmap.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274e/index.md b/wiki/star-systems/GJ-4274/bodies/GJ4274e/index.md new file mode 100644 index 000000000..0f7f18247 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ4274e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 791359222 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.512 + period_days: 200.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.35 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.877 + polar_ice_lat: 0.3 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.262 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4274e + +Frozen planet. + +**System:** [GJ-4274](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274e/markers.json b/wiki/star-systems/GJ-4274/bodies/GJ4274e/markers.json new file mode 100644 index 000000000..1d4644eb3 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274e/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 137 + ], + "area_fraction": 0.0629 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 17, + 253 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 20, + 361 + ], + "area_fraction": 0.0329 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 138, + 134 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 5 + ], + "peak": [ + 78, + 8 + ], + "area_cells": 145 + }, + { + "id": "range_2", + "name": null, + "center": [ + 133, + 278 + ], + "peak": [ + 133, + 299 + ], + "area_cells": 5016 + }, + { + "id": "range_4", + "name": null, + "center": [ + 185, + 391 + ], + "peak": [ + 184, + 390 + ], + "area_cells": 114 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274f/globe.png b/wiki/star-systems/GJ-4274/bodies/GJ4274f/globe.png new file mode 100644 index 000000000..c41e652df Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274f/globe.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274f/heightmap.png b/wiki/star-systems/GJ-4274/bodies/GJ4274f/heightmap.png new file mode 100644 index 000000000..8c33100cb Binary files /dev/null and b/wiki/star-systems/GJ-4274/bodies/GJ4274f/heightmap.png differ diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274f/index.md b/wiki/star-systems/GJ-4274/bodies/GJ4274f/index.md new file mode 100644 index 000000000..a02c28223 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4274f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2007829053 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.943 + period_days: 500.0 + axial_tilt_deg: 16.7 +physical: + gravity_g: 0.28 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4274f + +Frozen planet. + +**System:** [GJ-4274](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4274/bodies/GJ4274f/markers.json b/wiki/star-systems/GJ-4274/bodies/GJ4274f/markers.json new file mode 100644 index 000000000..46bcf6a42 --- /dev/null +++ b/wiki/star-systems/GJ-4274/bodies/GJ4274f/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 450 + ], + "peak": [ + 57, + 457 + ], + "area_cells": 218 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 396 + ], + "peak": [ + 63, + 401 + ], + "area_cells": 118 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 243 + ], + "peak": [ + 175, + 153 + ], + "area_cells": 36622 + }, + { + "id": "range_7", + "name": null, + "center": [ + 209, + 167 + ], + "peak": [ + 208, + 168 + ], + "area_cells": 138 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ4285b/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285b/globe.png new file mode 100644 index 000000000..127eace5f Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285b/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285b/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285b/heightmap.png new file mode 100644 index 000000000..8c23b8de0 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285b/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285b/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285b/index.md new file mode 100644 index 000000000..bad0a00b9 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4285b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4048837336 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 7.8 +physical: + gravity_g: 0.3 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.908 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285b + +Barren planet. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285b/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285b/markers.json new file mode 100644 index 000000000..f2caf53a8 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285b/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 140 + ], + "peak": [ + 0, + 152 + ], + "area_cells": 8640 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 331 + ], + "peak": [ + 6, + 359 + ], + "area_cells": 862 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 375 + ], + "peak": [ + 0, + 375 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 16, + 395 + ], + "peak": [ + 9, + 393 + ], + "area_cells": 81 + }, + { + "id": "range_6", + "name": null, + "center": [ + 15, + 416 + ], + "peak": [ + 22, + 423 + ], + "area_cells": 284 + }, + { + "id": "range_7", + "name": null, + "center": [ + 10, + 467 + ], + "peak": [ + 3, + 467 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 16, + 475 + ], + "peak": [ + 20, + 472 + ], + "area_cells": 118 + }, + { + "id": "range_9", + "name": null, + "center": [ + 6, + 487 + ], + "peak": [ + 0, + 493 + ], + "area_cells": 173 + }, + { + "id": "range_10", + "name": null, + "center": [ + 8, + 502 + ], + "peak": [ + 1, + 506 + ], + "area_cells": 182 + }, + { + "id": "range_13", + "name": null, + "center": [ + 8, + 437 + ], + "peak": [ + 10, + 435 + ], + "area_cells": 91 + }, + { + "id": "range_20", + "name": null, + "center": [ + 21, + 373 + ], + "peak": [ + 21, + 374 + ], + "area_cells": 30 + }, + { + "id": "range_35", + "name": null, + "center": [ + 67, + 499 + ], + "peak": [ + 67, + 499 + ], + "area_cells": 75 + }, + { + "id": "range_36", + "name": null, + "center": [ + 69, + 374 + ], + "peak": [ + 68, + 375 + ], + "area_cells": 20 + }, + { + "id": "range_37", + "name": null, + "center": [ + 89, + 34 + ], + "peak": [ + 92, + 34 + ], + "area_cells": 376 + }, + { + "id": "range_38", + "name": null, + "center": [ + 77, + 78 + ], + "peak": [ + 76, + 82 + ], + "area_cells": 29 + }, + { + "id": "range_39", + "name": null, + "center": [ + 92, + 4 + ], + "peak": [ + 91, + 1 + ], + "area_cells": 159 + }, + { + "id": "range_40", + "name": null, + "center": [ + 144, + 457 + ], + "peak": [ + 123, + 451 + ], + "area_cells": 3560 + }, + { + "id": "range_41", + "name": null, + "center": [ + 86, + 185 + ], + "peak": [ + 86, + 186 + ], + "area_cells": 29 + }, + { + "id": "range_43", + "name": null, + "center": [ + 112, + 369 + ], + "peak": [ + 128, + 363 + ], + "area_cells": 1066 + }, + { + "id": "range_49", + "name": null, + "center": [ + 108, + 255 + ], + "peak": [ + 109, + 255 + ], + "area_cells": 38 + }, + { + "id": "range_50", + "name": null, + "center": [ + 126, + 15 + ], + "peak": [ + 127, + 9 + ], + "area_cells": 455 + }, + { + "id": "range_51", + "name": null, + "center": [ + 118, + 130 + ], + "peak": [ + 118, + 131 + ], + "area_cells": 99 + }, + { + "id": "range_52", + "name": null, + "center": [ + 136, + 332 + ], + "peak": [ + 136, + 334 + ], + "area_cells": 45 + }, + { + "id": "range_53", + "name": null, + "center": [ + 141, + 130 + ], + "peak": [ + 140, + 132 + ], + "area_cells": 90 + }, + { + "id": "range_55", + "name": null, + "center": [ + 151, + 152 + ], + "peak": [ + 151, + 153 + ], + "area_cells": 46 + }, + { + "id": "range_56", + "name": null, + "center": [ + 168, + 345 + ], + "peak": [ + 162, + 353 + ], + "area_cells": 657 + }, + { + "id": "range_57", + "name": null, + "center": [ + 161, + 267 + ], + "peak": [ + 161, + 268 + ], + "area_cells": 176 + }, + { + "id": "range_58", + "name": null, + "center": [ + 189, + 500 + ], + "peak": [ + 184, + 506 + ], + "area_cells": 895 + }, + { + "id": "range_59", + "name": null, + "center": [ + 192, + 13 + ], + "peak": [ + 182, + 0 + ], + "area_cells": 1261 + }, + { + "id": "range_60", + "name": null, + "center": [ + 171, + 313 + ], + "peak": [ + 172, + 313 + ], + "area_cells": 94 + }, + { + "id": "range_61", + "name": null, + "center": [ + 176, + 387 + ], + "peak": [ + 175, + 377 + ], + "area_cells": 446 + }, + { + "id": "range_63", + "name": null, + "center": [ + 201, + 263 + ], + "peak": [ + 192, + 274 + ], + "area_cells": 785 + }, + { + "id": "range_65", + "name": null, + "center": [ + 197, + 349 + ], + "peak": [ + 199, + 350 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285c/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285c/globe.png new file mode 100644 index 000000000..c3b88f99e Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285c/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285c/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285c/heightmap.png new file mode 100644 index 000000000..29a914519 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285c/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285c/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285c/index.md new file mode 100644 index 000000000..f27dfccbd --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ4285c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2662072432 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.56 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.974 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.063 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285c + +Hot Arid planet. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285c/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285c/markers.json new file mode 100644 index 000000000..8ec039b80 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285c/markers.json @@ -0,0 +1,655 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 249, + 290 + ], + [ + 248, + 289 + ], + [ + 249, + 288 + ], + [ + 248, + 287 + ], + [ + 247, + 286 + ], + [ + 246, + 286 + ], + [ + 245, + 286 + ], + [ + 244, + 286 + ], + [ + 243, + 285 + ], + [ + 242, + 285 + ], + [ + 241, + 285 + ], + [ + 240, + 284 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 0, + 469 + ], + [ + 1, + 468 + ], + [ + 2, + 468 + ], + [ + 3, + 467 + ], + [ + 4, + 467 + ], + [ + 5, + 466 + ], + [ + 6, + 465 + ], + [ + 7, + 464 + ], + [ + 7, + 465 + ], + [ + 8, + 464 + ], + [ + 9, + 464 + ], + [ + 10, + 463 + ], + [ + 10, + 462 + ], + [ + 9, + 461 + ], + [ + 9, + 460 + ], + [ + 9, + 459 + ], + [ + 8, + 460 + ], + [ + 8, + 459 + ], + [ + 8, + 458 + ], + [ + 9, + 457 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 7, + 336 + ], + [ + 6, + 337 + ], + [ + 5, + 337 + ], + [ + 4, + 337 + ], + [ + 3, + 337 + ], + [ + 2, + 337 + ], + [ + 1, + 337 + ], + [ + 0, + 337 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 251, + 73 + ], + [ + 252, + 73 + ], + [ + 253, + 74 + ], + [ + 254, + 74 + ], + [ + 255, + 73 + ], + [ + 255, + 72 + ], + [ + 255, + 71 + ], + [ + 255, + 70 + ], + [ + 255, + 69 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 119, + 386 + ], + [ + 118, + 385 + ], + [ + 117, + 384 + ], + [ + 116, + 383 + ], + [ + 115, + 382 + ], + [ + 114, + 381 + ], + [ + 115, + 380 + ], + [ + 115, + 379 + ], + [ + 114, + 378 + ], + [ + 114, + 377 + ], + [ + 115, + 376 + ], + [ + 115, + 375 + ], + [ + 114, + 374 + ], + [ + 115, + 373 + ], + [ + 114, + 372 + ], + [ + 115, + 371 + ], + [ + 116, + 370 + ], + [ + 115, + 369 + ], + [ + 116, + 368 + ], + [ + 115, + 367 + ], + [ + 115, + 366 + ], + [ + 115, + 365 + ], + [ + 115, + 364 + ], + [ + 116, + 363 + ], + [ + 117, + 362 + ], + [ + 118, + 361 + ], + [ + 118, + 360 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 118, + 336 + ], + [ + 119, + 337 + ], + [ + 120, + 338 + ], + [ + 121, + 339 + ], + [ + 122, + 340 + ], + [ + 123, + 341 + ], + [ + 124, + 342 + ], + [ + 125, + 342 + ], + [ + 126, + 341 + ], + [ + 127, + 341 + ], + [ + 128, + 341 + ], + [ + 128, + 342 + ], + [ + 129, + 341 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 225, + 103 + ], + [ + 226, + 104 + ], + [ + 227, + 105 + ], + [ + 228, + 106 + ], + [ + 229, + 107 + ], + [ + 230, + 107 + ], + [ + 231, + 107 + ], + [ + 232, + 107 + ], + [ + 233, + 107 + ], + [ + 234, + 107 + ], + [ + 235, + 107 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 250, + 64 + ], + [ + 249, + 65 + ], + [ + 248, + 66 + ], + [ + 247, + 66 + ], + [ + 246, + 66 + ], + [ + 245, + 66 + ], + [ + 244, + 66 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 162, + 291 + ], + [ + 163, + 290 + ], + [ + 164, + 289 + ], + [ + 163, + 288 + ], + [ + 163, + 287 + ], + [ + 163, + 286 + ], + [ + 162, + 285 + ], + [ + 162, + 284 + ], + [ + 161, + 283 + ], + [ + 160, + 282 + ], + [ + 160, + 281 + ], + [ + 159, + 280 + ], + [ + 160, + 279 + ], + [ + 160, + 278 + ], + [ + 160, + 277 + ], + [ + 160, + 276 + ], + [ + 160, + 275 + ], + [ + 160, + 274 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 494 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 229, + 289 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 103, + 180 + ], + "peak": [ + 133, + 103 + ], + "area_cells": 7958 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 363 + ], + "peak": [ + 64, + 370 + ], + "area_cells": 237 + }, + { + "id": "range_5", + "name": null, + "center": [ + 129, + 424 + ], + "peak": [ + 143, + 368 + ], + "area_cells": 4922 + }, + { + "id": "range_6", + "name": null, + "center": [ + 102, + 390 + ], + "peak": [ + 106, + 395 + ], + "area_cells": 191 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 258 + ], + "peak": [ + 145, + 255 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285d/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285d/globe.png new file mode 100644 index 000000000..79816d928 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285d/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285d/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285d/heightmap.png new file mode 100644 index 000000000..27293f8ac Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285d/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285d/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285d/index.md new file mode 100644 index 000000000..b920ccfbd --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4285d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3521966829 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.369 + period_days: 82.0 + axial_tilt_deg: 44.4 +physical: + gravity_g: 0.44 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.33 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285d + +Frozen planet. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 90% | +| **Year** | 82 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285d/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285d/markers.json new file mode 100644 index 000000000..93b54ff3f --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285d/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 299 + ], + "area_fraction": 0.0718 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 53, + 374 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 240, + 431 + ], + "area_fraction": 0.0178 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 415 + ], + "peak": [ + 113, + 458 + ], + "area_cells": 11342 + }, + { + "id": "range_2", + "name": null, + "center": [ + 131, + 68 + ], + "peak": [ + 117, + 6 + ], + "area_cells": 9077 + }, + { + "id": "range_3", + "name": null, + "center": [ + 174, + 432 + ], + "peak": [ + 174, + 433 + ], + "area_cells": 88 + }, + { + "id": "range_4", + "name": null, + "center": [ + 172, + 457 + ], + "peak": [ + 172, + 458 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 177, + 53 + ], + "peak": [ + 178, + 55 + ], + "area_cells": 71 + }, + { + "id": "range_6", + "name": null, + "center": [ + 183, + 406 + ], + "peak": [ + 184, + 413 + ], + "area_cells": 220 + }, + { + "id": "range_8", + "name": null, + "center": [ + 189, + 498 + ], + "peak": [ + 190, + 504 + ], + "area_cells": 390 + }, + { + "id": "range_10", + "name": null, + "center": [ + 206, + 322 + ], + "peak": [ + 205, + 320 + ], + "area_cells": 83 + }, + { + "id": "range_12", + "name": null, + "center": [ + 216, + 344 + ], + "peak": [ + 219, + 345 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/globe.png new file mode 100644 index 000000000..465dba7d5 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/heightmap.png new file mode 100644 index 000000000..a76e9c783 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/index.md new file mode 100644 index 000000000..dd53c8384 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/index.md @@ -0,0 +1,74 @@ +--- +id: GJ4285e-m1 +name: Lam's Prospect +body_type: moon +planet_class: cold_arid +body_scale: moon +seed: 2762705444 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 17.7 +physical: + gravity_g: 0.68 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.477 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: true + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Lam's Prospect + +Cold Arid moon. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 99% | +| **Orbit** | 5 days | +| **Inhabited** | yes | +| **Population** | 80K | +| **Economy** | mining | +| **Settlement** | underground_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/markers.json new file mode 100644 index 000000000..2e800d90d --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m1/markers.json @@ -0,0 +1,936 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 129, + 402 + ], + [ + 130, + 403 + ], + [ + 131, + 404 + ], + [ + 132, + 405 + ], + [ + 133, + 406 + ], + [ + 133, + 407 + ], + [ + 134, + 407 + ], + [ + 135, + 408 + ], + [ + 136, + 409 + ], + [ + 136, + 408 + ], + [ + 135, + 409 + ], + [ + 136, + 410 + ], + [ + 135, + 411 + ], + [ + 135, + 410 + ], + [ + 136, + 411 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 92, + 207 + ], + [ + 91, + 208 + ], + [ + 90, + 209 + ], + [ + 89, + 210 + ], + [ + 88, + 211 + ], + [ + 87, + 212 + ], + [ + 88, + 213 + ], + [ + 87, + 214 + ], + [ + 88, + 215 + ], + [ + 89, + 216 + ], + [ + 90, + 217 + ], + [ + 91, + 218 + ], + [ + 92, + 219 + ], + [ + 93, + 220 + ], + [ + 94, + 221 + ], + [ + 94, + 222 + ], + [ + 93, + 223 + ], + [ + 94, + 224 + ], + [ + 93, + 225 + ], + [ + 93, + 226 + ], + [ + 92, + 227 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 151, + 436 + ], + [ + 150, + 435 + ], + [ + 149, + 434 + ], + [ + 148, + 433 + ], + [ + 147, + 432 + ], + [ + 146, + 431 + ], + [ + 145, + 432 + ], + [ + 144, + 431 + ], + [ + 143, + 431 + ], + [ + 142, + 431 + ], + [ + 141, + 431 + ], + [ + 141, + 430 + ], + [ + 140, + 429 + ], + [ + 141, + 429 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 128, + 90 + ], + [ + 127, + 90 + ], + [ + 126, + 89 + ], + [ + 125, + 90 + ], + [ + 124, + 89 + ], + [ + 123, + 88 + ], + [ + 122, + 87 + ], + [ + 121, + 86 + ], + [ + 120, + 86 + ], + [ + 119, + 85 + ], + [ + 118, + 85 + ], + [ + 117, + 84 + ], + [ + 116, + 85 + ], + [ + 115, + 86 + ], + [ + 114, + 87 + ], + [ + 113, + 88 + ], + [ + 112, + 89 + ], + [ + 112, + 90 + ], + [ + 113, + 91 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 98, + 154 + ], + [ + 97, + 155 + ], + [ + 96, + 156 + ], + [ + 95, + 157 + ], + [ + 94, + 158 + ], + [ + 93, + 159 + ], + [ + 92, + 160 + ], + [ + 91, + 161 + ], + [ + 90, + 162 + ], + [ + 89, + 163 + ], + [ + 88, + 163 + ], + [ + 87, + 164 + ], + [ + 86, + 165 + ], + [ + 85, + 166 + ], + [ + 84, + 165 + ], + [ + 83, + 164 + ], + [ + 82, + 163 + ], + [ + 81, + 164 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 101, + 462 + ], + [ + 100, + 463 + ], + [ + 101, + 464 + ], + [ + 100, + 465 + ], + [ + 101, + 466 + ], + [ + 101, + 467 + ], + [ + 102, + 467 + ], + [ + 103, + 468 + ], + [ + 102, + 468 + ], + [ + 103, + 469 + ], + [ + 103, + 470 + ], + [ + 102, + 471 + ], + [ + 103, + 472 + ], + [ + 103, + 473 + ], + [ + 104, + 474 + ], + [ + 103, + 474 + ], + [ + 103, + 475 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 117, + 157 + ], + [ + 118, + 156 + ], + [ + 119, + 155 + ], + [ + 119, + 154 + ], + [ + 120, + 155 + ], + [ + 120, + 156 + ], + [ + 121, + 155 + ], + [ + 121, + 154 + ], + [ + 120, + 154 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 59, + 495 + ], + [ + 60, + 496 + ], + [ + 61, + 497 + ], + [ + 62, + 498 + ], + [ + 63, + 499 + ], + [ + 64, + 500 + ], + [ + 65, + 501 + ], + [ + 66, + 502 + ], + [ + 66, + 503 + ], + [ + 66, + 504 + ], + [ + 67, + 505 + ], + [ + 67, + 506 + ], + [ + 68, + 507 + ], + [ + 68, + 508 + ], + [ + 68, + 509 + ], + [ + 69, + 508 + ], + [ + 69, + 509 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 55, + 488 + ], + [ + 54, + 488 + ], + [ + 53, + 487 + ], + [ + 52, + 487 + ], + [ + 51, + 486 + ], + [ + 50, + 486 + ], + [ + 49, + 486 + ], + [ + 48, + 486 + ], + [ + 47, + 486 + ], + [ + 46, + 486 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 149, + 399 + ], + [ + 150, + 399 + ], + [ + 151, + 400 + ], + [ + 152, + 401 + ], + [ + 153, + 402 + ], + [ + 153, + 403 + ], + [ + 153, + 404 + ], + [ + 153, + 405 + ], + [ + 153, + 406 + ], + [ + 153, + 407 + ], + [ + 154, + 408 + ], + [ + 153, + 409 + ], + [ + 153, + 408 + ], + [ + 154, + 409 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 116, + 243 + ], + [ + 117, + 244 + ], + [ + 118, + 245 + ], + [ + 119, + 245 + ], + [ + 120, + 246 + ], + [ + 121, + 247 + ], + [ + 122, + 246 + ], + [ + 123, + 246 + ], + [ + 124, + 246 + ], + [ + 125, + 247 + ], + [ + 125, + 248 + ], + [ + 125, + 249 + ], + [ + 126, + 250 + ], + [ + 127, + 251 + ], + [ + 128, + 252 + ], + [ + 129, + 253 + ], + [ + 130, + 254 + ], + [ + 129, + 255 + ], + [ + 130, + 256 + ], + [ + 129, + 256 + ], + [ + 128, + 257 + ], + [ + 128, + 258 + ], + [ + 128, + 259 + ], + [ + 129, + 260 + ], + [ + 128, + 260 + ], + [ + 129, + 259 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 117, + 36 + ], + [ + 118, + 37 + ], + [ + 119, + 38 + ], + [ + 119, + 39 + ], + [ + 118, + 40 + ], + [ + 118, + 41 + ], + [ + 118, + 42 + ], + [ + 119, + 43 + ], + [ + 118, + 43 + ], + [ + 118, + 44 + ], + [ + 117, + 45 + ], + [ + 118, + 45 + ], + [ + 117, + 46 + ], + [ + 117, + 47 + ], + [ + 118, + 47 + ], + [ + 117, + 48 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 108 + ], + "peak": [ + 101, + 99 + ], + "area_cells": 216 + }, + { + "id": "range_2", + "name": null, + "center": [ + 181, + 166 + ], + "peak": [ + 194, + 12 + ], + "area_cells": 18363 + }, + { + "id": "range_4", + "name": null, + "center": [ + 149, + 240 + ], + "peak": [ + 149, + 241 + ], + "area_cells": 42 + }, + { + "id": "range_9", + "name": null, + "center": [ + 163, + 344 + ], + "peak": [ + 157, + 346 + ], + "area_cells": 336 + }, + { + "id": "range_11", + "name": null, + "center": [ + 192, + 437 + ], + "peak": [ + 194, + 507 + ], + "area_cells": 3842 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/globe.png new file mode 100644 index 000000000..df1eaae5a Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/heightmap.png new file mode 100644 index 000000000..3d215443c Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/index.md new file mode 100644 index 000000000..758eaaa51 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4285e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4194400699 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 13.3 +physical: + gravity_g: 0.07 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.937 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285e-m2 + +Barren moon. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 93% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/markers.json new file mode 100644 index 000000000..d67564b0e --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285e-m2/markers.json @@ -0,0 +1,272 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 129, + 124 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 9, + 361 + ], + "peak": [ + 10, + 362 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 421 + ], + "peak": [ + 79, + 434 + ], + "area_cells": 10662 + }, + { + "id": "range_8", + "name": null, + "center": [ + 42, + 269 + ], + "peak": [ + 42, + 268 + ], + "area_cells": 38 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 140 + ], + "peak": [ + 50, + 141 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 53, + 282 + ], + "peak": [ + 52, + 282 + ], + "area_cells": 33 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 132 + ], + "peak": [ + 58, + 132 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 456 + ], + "peak": [ + 96, + 455 + ], + "area_cells": 90 + }, + { + "id": "range_17", + "name": null, + "center": [ + 121, + 15 + ], + "peak": [ + 126, + 22 + ], + "area_cells": 107 + }, + { + "id": "range_18", + "name": null, + "center": [ + 135, + 499 + ], + "peak": [ + 133, + 500 + ], + "area_cells": 68 + }, + { + "id": "range_19", + "name": null, + "center": [ + 176, + 29 + ], + "peak": [ + 170, + 20 + ], + "area_cells": 2036 + }, + { + "id": "range_21", + "name": null, + "center": [ + 152, + 41 + ], + "peak": [ + 152, + 42 + ], + "area_cells": 30 + }, + { + "id": "range_22", + "name": null, + "center": [ + 173, + 356 + ], + "peak": [ + 170, + 354 + ], + "area_cells": 89 + }, + { + "id": "range_23", + "name": null, + "center": [ + 177, + 1 + ], + "peak": [ + 178, + 0 + ], + "area_cells": 68 + }, + { + "id": "range_24", + "name": null, + "center": [ + 192, + 159 + ], + "peak": [ + 194, + 160 + ], + "area_cells": 117 + }, + { + "id": "range_26", + "name": null, + "center": [ + 208, + 130 + ], + "peak": [ + 217, + 131 + ], + "area_cells": 296 + }, + { + "id": "range_27", + "name": null, + "center": [ + 206, + 87 + ], + "peak": [ + 206, + 87 + ], + "area_cells": 62 + }, + { + "id": "range_28", + "name": null, + "center": [ + 199, + 394 + ], + "peak": [ + 200, + 394 + ], + "area_cells": 20 + }, + { + "id": "range_30", + "name": null, + "center": [ + 219, + 155 + ], + "peak": [ + 226, + 156 + ], + "area_cells": 142 + }, + { + "id": "range_33", + "name": null, + "center": [ + 245, + 143 + ], + "peak": [ + 247, + 144 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285e/globe.png new file mode 100644 index 000000000..50a4da8c4 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285e/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285e/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285e/index.md new file mode 100644 index 000000000..05920a7e8 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ4285e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2241719962 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.953 + period_days: 340.0 + axial_tilt_deg: 32.4 +physical: + gravity_g: null + oblateness: 0.0691 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.192 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 3 + storm_max_size: 0.114 +rings: + enabled: true + inner_radius_factor: 1.13 + outer_radius_factor: 2.65 + opacity_base: 0.58 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ4285e + +Gas giant. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 340 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285f/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285f/globe.png new file mode 100644 index 000000000..ebbd1ec7f Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285f/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285f/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285f/heightmap.png new file mode 100644 index 000000000..7760689e0 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285f/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285f/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285f/index.md new file mode 100644 index 000000000..e03d85d00 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4285f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1683570867 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.085 + period_days: 1100.0 + axial_tilt_deg: 20.6 +physical: + gravity_g: 0.34 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.741 + polar_ice_lat: 0.255 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285f + +Frozen planet. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285f/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285f/markers.json new file mode 100644 index 000000000..1d9ef1e9a --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285f/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 435 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 62, + 242 + ], + "area_fraction": 0.1229 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 61, + 461 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 217, + 112 + ], + "area_fraction": 0.0539 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 211, + 318 + ], + "area_fraction": 0.0198 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 35 + ], + "peak": [ + 104, + 46 + ], + "area_cells": 1007 + }, + { + "id": "range_2", + "name": null, + "center": [ + 116, + 234 + ], + "peak": [ + 117, + 239 + ], + "area_cells": 2104 + }, + { + "id": "range_3", + "name": null, + "center": [ + 111, + 508 + ], + "peak": [ + 111, + 511 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 471 + ], + "peak": [ + 140, + 476 + ], + "area_cells": 1510 + }, + { + "id": "range_5", + "name": null, + "center": [ + 131, + 424 + ], + "peak": [ + 131, + 425 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285g/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285g/globe.png new file mode 100644 index 000000000..7f6871766 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285g/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285g/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285g/heightmap.png new file mode 100644 index 000000000..46485dd89 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285g/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285g/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285g/index.md new file mode 100644 index 000000000..d771697bd --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4285g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 807104058 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 20.6 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285g + +Frozen planet. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285g/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285g/markers.json new file mode 100644 index 000000000..18531e921 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285g/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 55 + ], + "area_fraction": 0.023 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 241, + 195 + ], + "area_fraction": 0.0507 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 143 + ], + "peak": [ + 95, + 112 + ], + "area_cells": 12040 + }, + { + "id": "range_2", + "name": null, + "center": [ + 81, + 333 + ], + "peak": [ + 80, + 332 + ], + "area_cells": 88 + }, + { + "id": "range_3", + "name": null, + "center": [ + 147, + 397 + ], + "peak": [ + 100, + 395 + ], + "area_cells": 4646 + }, + { + "id": "range_4", + "name": null, + "center": [ + 110, + 331 + ], + "peak": [ + 109, + 330 + ], + "area_cells": 231 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 261 + ], + "peak": [ + 107, + 262 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 490 + ], + "peak": [ + 144, + 494 + ], + "area_cells": 1410 + }, + { + "id": "range_9", + "name": null, + "center": [ + 185, + 18 + ], + "peak": [ + 195, + 19 + ], + "area_cells": 1596 + }, + { + "id": "range_14", + "name": null, + "center": [ + 188, + 152 + ], + "peak": [ + 191, + 156 + ], + "area_cells": 1065 + }, + { + "id": "range_15", + "name": null, + "center": [ + 197, + 501 + ], + "peak": [ + 202, + 497 + ], + "area_cells": 404 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285h/globe.png b/wiki/star-systems/GJ-4285/bodies/GJ4285h/globe.png new file mode 100644 index 000000000..c9683f3ea Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285h/globe.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285h/heightmap.png b/wiki/star-systems/GJ-4285/bodies/GJ4285h/heightmap.png new file mode 100644 index 000000000..8e4fe9cb4 Binary files /dev/null and b/wiki/star-systems/GJ-4285/bodies/GJ4285h/heightmap.png differ diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285h/index.md b/wiki/star-systems/GJ-4285/bodies/GJ4285h/index.md new file mode 100644 index 000000000..7218f7c52 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ4285h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3566130204 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.746 + period_days: 6400.0 + axial_tilt_deg: 24.6 +physical: + gravity_g: 0.1 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.207 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4285h + +Frozen planet. + +**System:** [GJ-4285](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4285/bodies/GJ4285h/markers.json b/wiki/star-systems/GJ-4285/bodies/GJ4285h/markers.json new file mode 100644 index 000000000..e6f42cd47 --- /dev/null +++ b/wiki/star-systems/GJ-4285/bodies/GJ4285h/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 104, + 167 + ], + "area_fraction": 0.0336 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 125, + 307 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 161, + 341 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_41", + "name": null, + "kind": "ocean", + "center": [ + 218, + 307 + ], + "area_fraction": 0.1429 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 210, + 20 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 201 + ], + "peak": [ + 20, + 185 + ], + "area_cells": 913 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 261 + ], + "peak": [ + 36, + 250 + ], + "area_cells": 1867 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 313 + ], + "peak": [ + 23, + 318 + ], + "area_cells": 86 + }, + { + "id": "range_7", + "name": null, + "center": [ + 35, + 482 + ], + "peak": [ + 35, + 482 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 47, + 312 + ], + "peak": [ + 49, + 311 + ], + "area_cells": 119 + }, + { + "id": "range_9", + "name": null, + "center": [ + 57, + 61 + ], + "peak": [ + 60, + 49 + ], + "area_cells": 484 + }, + { + "id": "range_10", + "name": null, + "center": [ + 53, + 292 + ], + "peak": [ + 54, + 292 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 475 + ], + "peak": [ + 92, + 477 + ], + "area_cells": 88 + }, + { + "id": "range_13", + "name": null, + "center": [ + 102, + 74 + ], + "peak": [ + 106, + 75 + ], + "area_cells": 226 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 460 + ], + "peak": [ + 101, + 460 + ], + "area_cells": 72 + }, + { + "id": "range_15", + "name": null, + "center": [ + 118, + 275 + ], + "peak": [ + 118, + 275 + ], + "area_cells": 51 + }, + { + "id": "range_17", + "name": null, + "center": [ + 253, + 466 + ], + "peak": [ + 255, + 465 + ], + "area_cells": 377 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ428Ab/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/globe.png new file mode 100644 index 000000000..6bf983cb2 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ab/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/heightmap.png new file mode 100644 index 000000000..b553cbbda Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ab/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/index.md new file mode 100644 index 000000000..1e9b17e57 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ428Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3930007047 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: 0.4 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.839 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Ab + +Barren planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 98% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ab/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/markers.json new file mode 100644 index 000000000..179498fac --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ab/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 233 + ], + "peak": [ + 4, + 233 + ], + "area_cells": 133 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 265 + ], + "peak": [ + 8, + 265 + ], + "area_cells": 214 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 381 + ], + "peak": [ + 72, + 372 + ], + "area_cells": 186 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 371 + ], + "peak": [ + 55, + 372 + ], + "area_cells": 60 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 413 + ], + "peak": [ + 47, + 413 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 469 + ], + "peak": [ + 143, + 482 + ], + "area_cells": 3666 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 358 + ], + "peak": [ + 81, + 358 + ], + "area_cells": 53 + }, + { + "id": "range_10", + "name": null, + "center": [ + 81, + 184 + ], + "peak": [ + 81, + 186 + ], + "area_cells": 80 + }, + { + "id": "range_11", + "name": null, + "center": [ + 131, + 62 + ], + "peak": [ + 108, + 7 + ], + "area_cells": 6087 + }, + { + "id": "range_13", + "name": null, + "center": [ + 96, + 327 + ], + "peak": [ + 96, + 328 + ], + "area_cells": 96 + }, + { + "id": "range_14", + "name": null, + "center": [ + 98, + 357 + ], + "peak": [ + 99, + 357 + ], + "area_cells": 100 + }, + { + "id": "range_16", + "name": null, + "center": [ + 99, + 95 + ], + "peak": [ + 100, + 96 + ], + "area_cells": 20 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 193 + ], + "peak": [ + 128, + 168 + ], + "area_cells": 1605 + }, + { + "id": "range_21", + "name": null, + "center": [ + 139, + 419 + ], + "peak": [ + 144, + 431 + ], + "area_cells": 1327 + }, + { + "id": "range_22", + "name": null, + "center": [ + 125, + 353 + ], + "peak": [ + 125, + 353 + ], + "area_cells": 40 + }, + { + "id": "range_26", + "name": null, + "center": [ + 173, + 213 + ], + "peak": [ + 173, + 215 + ], + "area_cells": 50 + }, + { + "id": "range_30", + "name": null, + "center": [ + 194, + 355 + ], + "peak": [ + 197, + 359 + ], + "area_cells": 82 + }, + { + "id": "range_31", + "name": null, + "center": [ + 194, + 114 + ], + "peak": [ + 194, + 113 + ], + "area_cells": 39 + }, + { + "id": "range_32", + "name": null, + "center": [ + 192, + 375 + ], + "peak": [ + 193, + 374 + ], + "area_cells": 29 + }, + { + "id": "range_37", + "name": null, + "center": [ + 214, + 364 + ], + "peak": [ + 215, + 365 + ], + "area_cells": 126 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ac/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/globe.png new file mode 100644 index 000000000..f2cc3dd3c Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ac/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/heightmap.png new file mode 100644 index 000000000..7e56cfd6e Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ac/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/index.md new file mode 100644 index 000000000..6b3c5ea68 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ428Ac +name: Fritzlar +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1119469030 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.5 + period_days: 145.0 + axial_tilt_deg: 26.7 +physical: + gravity_g: 0.88 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.439 + polar_ice_lat: 0.701 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Fritzlar + +Temperate planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Year** | 145 days | +| **Inhabited** | yes | +| **Population** | 14K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ac/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/markers.json new file mode 100644 index 000000000..f2292d6dc --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ac/markers.json @@ -0,0 +1,401 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 140, + 425 + ], + [ + 139, + 426 + ], + [ + 138, + 427 + ], + [ + 137, + 428 + ], + [ + 136, + 429 + ], + [ + 136, + 430 + ], + [ + 136, + 431 + ], + [ + 137, + 432 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 33, + 255 + ], + [ + 32, + 256 + ], + [ + 33, + 257 + ], + [ + 33, + 258 + ], + [ + 34, + 259 + ], + [ + 35, + 260 + ], + [ + 36, + 261 + ], + [ + 37, + 261 + ], + [ + 38, + 260 + ], + [ + 39, + 260 + ], + [ + 40, + 261 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 15, + 54 + ], + [ + 16, + 54 + ], + [ + 17, + 55 + ], + [ + 18, + 55 + ], + [ + 19, + 54 + ], + [ + 20, + 53 + ], + [ + 21, + 53 + ], + [ + 22, + 54 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 134, + 424 + ], + [ + 135, + 425 + ], + [ + 134, + 426 + ], + [ + 135, + 427 + ], + [ + 134, + 428 + ], + [ + 135, + 429 + ], + [ + 135, + 430 + ], + [ + 135, + 431 + ], + [ + 136, + 432 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 101, + 192 + ], + [ + 100, + 192 + ], + [ + 99, + 191 + ], + [ + 98, + 190 + ], + [ + 97, + 189 + ], + [ + 96, + 188 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 62, + 377 + ], + [ + 61, + 378 + ], + [ + 60, + 379 + ], + [ + 59, + 378 + ], + [ + 58, + 379 + ], + [ + 57, + 380 + ], + [ + 56, + 380 + ], + [ + 55, + 381 + ], + [ + 54, + 381 + ], + [ + 53, + 381 + ], + [ + 52, + 382 + ], + [ + 51, + 383 + ], + [ + 50, + 384 + ], + [ + 49, + 385 + ], + [ + 49, + 386 + ], + [ + 48, + 385 + ], + [ + 47, + 386 + ], + [ + 46, + 385 + ], + [ + 45, + 386 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 26 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 43, + 148 + ], + "area_fraction": 0.0932 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 147, + 316 + ], + "area_fraction": 0.4469 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 115, + 185 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 136, + 305 + ], + "peak": [ + 142, + 316 + ], + "area_cells": 3098 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 122 + ], + "peak": [ + 121, + 107 + ], + "area_cells": 288 + }, + { + "id": "range_5", + "name": null, + "center": [ + 182, + 139 + ], + "peak": [ + 173, + 143 + ], + "area_cells": 721 + }, + { + "id": "range_6", + "name": null, + "center": [ + 165, + 181 + ], + "peak": [ + 165, + 187 + ], + "area_cells": 72 + }, + { + "id": "range_8", + "name": null, + "center": [ + 198, + 314 + ], + "peak": [ + 197, + 321 + ], + "area_cells": 415 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ad/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/globe.png new file mode 100644 index 000000000..0478181c5 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ad/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/heightmap.png new file mode 100644 index 000000000..1f0f65767 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ad/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/index.md new file mode 100644 index 000000000..c5ba12d9d --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ428Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1091807242 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 31.8 +physical: + gravity_g: 0.54 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.427 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.124 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Ad + +Cold Arid planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ad/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/markers.json new file mode 100644 index 000000000..1ab85a332 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ad/markers.json @@ -0,0 +1,1156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 218, + 187 + ], + [ + 217, + 188 + ], + [ + 216, + 187 + ], + [ + 215, + 187 + ], + [ + 214, + 187 + ], + [ + 213, + 186 + ], + [ + 213, + 185 + ], + [ + 213, + 184 + ], + [ + 212, + 183 + ], + [ + 213, + 183 + ], + [ + 213, + 182 + ], + [ + 214, + 182 + ], + [ + 213, + 181 + ], + [ + 214, + 180 + ], + [ + 214, + 179 + ], + [ + 213, + 179 + ], + [ + 213, + 178 + ], + [ + 213, + 177 + ], + [ + 214, + 176 + ], + [ + 214, + 175 + ], + [ + 213, + 174 + ], + [ + 213, + 173 + ], + [ + 213, + 172 + ], + [ + 213, + 171 + ], + [ + 214, + 170 + ], + [ + 214, + 169 + ], + [ + 214, + 168 + ], + [ + 213, + 167 + ], + [ + 213, + 166 + ], + [ + 213, + 165 + ], + [ + 214, + 164 + ], + [ + 215, + 163 + ], + [ + 216, + 164 + ], + [ + 217, + 165 + ], + [ + 218, + 164 + ], + [ + 219, + 163 + ], + [ + 219, + 162 + ], + [ + 219, + 161 + ], + [ + 220, + 161 + ], + [ + 220, + 160 + ], + [ + 221, + 159 + ], + [ + 222, + 160 + ], + [ + 221, + 160 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 132 + ], + [ + 126, + 133 + ], + [ + 125, + 134 + ], + [ + 124, + 135 + ], + [ + 123, + 136 + ], + [ + 122, + 137 + ], + [ + 121, + 138 + ], + [ + 120, + 139 + ], + [ + 119, + 140 + ], + [ + 118, + 139 + ], + [ + 117, + 139 + ], + [ + 116, + 138 + ], + [ + 116, + 139 + ], + [ + 116, + 140 + ], + [ + 117, + 140 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 384 + ], + [ + 254, + 384 + ], + [ + 253, + 384 + ], + [ + 252, + 383 + ], + [ + 251, + 383 + ], + [ + 250, + 382 + ], + [ + 249, + 383 + ], + [ + 248, + 382 + ], + [ + 248, + 383 + ], + [ + 247, + 383 + ], + [ + 246, + 382 + ], + [ + 245, + 382 + ], + [ + 246, + 381 + ], + [ + 247, + 381 + ], + [ + 247, + 380 + ], + [ + 248, + 381 + ], + [ + 247, + 382 + ], + [ + 246, + 383 + ], + [ + 245, + 383 + ], + [ + 245, + 384 + ], + [ + 245, + 385 + ], + [ + 244, + 386 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 192, + 270 + ], + [ + 191, + 269 + ], + [ + 190, + 268 + ], + [ + 189, + 267 + ], + [ + 188, + 266 + ], + [ + 188, + 265 + ], + [ + 188, + 264 + ], + [ + 187, + 263 + ], + [ + 186, + 262 + ], + [ + 186, + 261 + ], + [ + 185, + 260 + ], + [ + 184, + 259 + ], + [ + 183, + 259 + ], + [ + 182, + 258 + ], + [ + 181, + 257 + ], + [ + 180, + 258 + ], + [ + 179, + 257 + ], + [ + 178, + 256 + ], + [ + 177, + 257 + ], + [ + 176, + 257 + ], + [ + 175, + 256 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 118, + 346 + ], + [ + 117, + 346 + ], + [ + 116, + 346 + ], + [ + 115, + 345 + ], + [ + 114, + 346 + ], + [ + 113, + 347 + ], + [ + 112, + 348 + ], + [ + 111, + 349 + ], + [ + 110, + 350 + ], + [ + 109, + 351 + ], + [ + 108, + 352 + ], + [ + 107, + 353 + ], + [ + 106, + 354 + ], + [ + 105, + 355 + ], + [ + 104, + 356 + ], + [ + 103, + 357 + ], + [ + 102, + 358 + ], + [ + 101, + 359 + ], + [ + 100, + 360 + ], + [ + 99, + 361 + ], + [ + 98, + 362 + ], + [ + 97, + 363 + ], + [ + 96, + 364 + ], + [ + 95, + 365 + ], + [ + 94, + 365 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 107, + 126 + ], + [ + 106, + 125 + ], + [ + 105, + 124 + ], + [ + 104, + 123 + ], + [ + 103, + 122 + ], + [ + 102, + 123 + ], + [ + 101, + 122 + ], + [ + 100, + 123 + ], + [ + 99, + 123 + ], + [ + 98, + 123 + ], + [ + 97, + 123 + ], + [ + 96, + 124 + ], + [ + 95, + 123 + ], + [ + 94, + 123 + ], + [ + 93, + 123 + ], + [ + 92, + 122 + ], + [ + 92, + 121 + ], + [ + 91, + 120 + ], + [ + 90, + 120 + ], + [ + 89, + 119 + ], + [ + 88, + 119 + ], + [ + 88, + 120 + ], + [ + 87, + 119 + ], + [ + 86, + 118 + ], + [ + 85, + 117 + ], + [ + 84, + 116 + ], + [ + 83, + 115 + ], + [ + 82, + 114 + ], + [ + 81, + 115 + ], + [ + 81, + 116 + ], + [ + 82, + 117 + ], + [ + 81, + 118 + ], + [ + 81, + 119 + ], + [ + 82, + 119 + ], + [ + 81, + 120 + ], + [ + 80, + 119 + ], + [ + 80, + 120 + ], + [ + 79, + 119 + ], + [ + 79, + 118 + ], + [ + 78, + 117 + ], + [ + 77, + 117 + ], + [ + 76, + 116 + ], + [ + 75, + 117 + ], + [ + 75, + 118 + ], + [ + 74, + 117 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 9, + 168 + ], + [ + 10, + 169 + ], + [ + 11, + 170 + ], + [ + 12, + 171 + ], + [ + 13, + 172 + ], + [ + 12, + 173 + ], + [ + 13, + 174 + ], + [ + 13, + 175 + ], + [ + 14, + 176 + ], + [ + 14, + 177 + ], + [ + 15, + 178 + ], + [ + 16, + 177 + ], + [ + 17, + 176 + ], + [ + 18, + 176 + ], + [ + 19, + 175 + ], + [ + 20, + 174 + ], + [ + 21, + 175 + ], + [ + 22, + 175 + ], + [ + 22, + 174 + ], + [ + 22, + 173 + ], + [ + 21, + 172 + ], + [ + 21, + 171 + ], + [ + 22, + 170 + ], + [ + 22, + 169 + ], + [ + 22, + 168 + ], + [ + 22, + 167 + ], + [ + 22, + 166 + ], + [ + 21, + 165 + ], + [ + 22, + 164 + ], + [ + 22, + 163 + ], + [ + 22, + 162 + ], + [ + 23, + 161 + ], + [ + 23, + 160 + ], + [ + 24, + 160 + ], + [ + 23, + 159 + ], + [ + 24, + 158 + ], + [ + 24, + 157 + ], + [ + 23, + 156 + ], + [ + 24, + 156 + ], + [ + 25, + 155 + ], + [ + 26, + 154 + ], + [ + 27, + 154 + ], + [ + 26, + 155 + ], + [ + 26, + 156 + ], + [ + 27, + 155 + ], + [ + 28, + 155 + ], + [ + 28, + 154 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 58, + 331 + ], + [ + 57, + 330 + ], + [ + 56, + 330 + ], + [ + 55, + 329 + ], + [ + 55, + 328 + ], + [ + 54, + 327 + ], + [ + 54, + 326 + ], + [ + 54, + 325 + ], + [ + 54, + 324 + ], + [ + 53, + 323 + ], + [ + 54, + 322 + ], + [ + 53, + 321 + ], + [ + 53, + 320 + ], + [ + 52, + 319 + ], + [ + 53, + 319 + ], + [ + 52, + 320 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 123, + 446 + ], + [ + 124, + 445 + ], + [ + 125, + 445 + ], + [ + 125, + 444 + ], + [ + 125, + 443 + ], + [ + 126, + 443 + ], + [ + 127, + 442 + ], + [ + 128, + 441 + ], + [ + 127, + 441 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 57, + 95 + ], + "area_fraction": 0.0587 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 2 + ], + "peak": [ + 56, + 0 + ], + "area_cells": 30 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 464 + ], + "peak": [ + 81, + 466 + ], + "area_cells": 345 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 313 + ], + "peak": [ + 124, + 306 + ], + "area_cells": 6792 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 214 + ], + "peak": [ + 108, + 215 + ], + "area_cells": 48 + }, + { + "id": "range_6", + "name": null, + "center": [ + 118, + 187 + ], + "peak": [ + 116, + 184 + ], + "area_cells": 166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 461 + ], + "peak": [ + 183, + 500 + ], + "area_cells": 4647 + }, + { + "id": "range_8", + "name": null, + "center": [ + 178, + 36 + ], + "peak": [ + 176, + 0 + ], + "area_cells": 2041 + }, + { + "id": "range_9", + "name": null, + "center": [ + 216, + 310 + ], + "peak": [ + 217, + 311 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/globe.png new file mode 100644 index 000000000..e3d49a399 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/heightmap.png new file mode 100644 index 000000000..c17f7380d Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/index.md new file mode 100644 index 000000000..2a6edd3fb --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ428Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2922372176 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 39.4 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Ae-m1 + +Frozen moon. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/markers.json new file mode 100644 index 000000000..611df1de3 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ae-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 141, + 189 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 180 + ], + "peak": [ + 8, + 275 + ], + "area_cells": 11104 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 386 + ], + "peak": [ + 11, + 388 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 349 + ], + "peak": [ + 32, + 353 + ], + "area_cells": 171 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 169 + ], + "peak": [ + 51, + 167 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ae/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ae/globe.png new file mode 100644 index 000000000..56307cf67 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ae/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ae/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ae/index.md new file mode 100644 index 000000000..278dcd197 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ428Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2427121171 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: null + oblateness: 0.0756 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.171 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.076 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.22 + opacity_base: 0.64 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ428Ae + +Gas giant. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Af/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Af/globe.png new file mode 100644 index 000000000..df6e50eda Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Af/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Af/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Af/heightmap.png new file mode 100644 index 000000000..d5c8904f6 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Af/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Af/index.md new file mode 100644 index 000000000..42d67bbaf --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ428Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1248745046 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 15.6 +physical: + gravity_g: 0.44 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.71 + polar_ice_lat: 0.268 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.262 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Af + +Frozen planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Af/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Af/markers.json new file mode 100644 index 000000000..0de6cc48b --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Af/markers.json @@ -0,0 +1,160 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 154, + 407 + ], + "area_fraction": 0.1852 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 79, + 198 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 91, + 149 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 89, + 237 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 130, + 70 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 135, + 328 + ], + "area_fraction": 0.006 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 171, + 16 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 181, + 107 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 181 + ], + "peak": [ + 0, + 261 + ], + "area_cells": 13764 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 497 + ], + "peak": [ + 38, + 496 + ], + "area_cells": 401 + }, + { + "id": "range_4", + "name": null, + "center": [ + 232, + 371 + ], + "peak": [ + 233, + 375 + ], + "area_cells": 330 + }, + { + "id": "range_5", + "name": null, + "center": [ + 247, + 101 + ], + "peak": [ + 255, + 92 + ], + "area_cells": 871 + }, + { + "id": "range_7", + "name": null, + "center": [ + 248, + 314 + ], + "peak": [ + 251, + 313 + ], + "area_cells": 266 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ag/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/globe.png new file mode 100644 index 000000000..ff53cfcee Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ag/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/heightmap.png new file mode 100644 index 000000000..385daffb1 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ag/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/index.md new file mode 100644 index 000000000..349d89e56 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ428Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 602833302 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.845 + period_days: 9000.0 + axial_tilt_deg: 28.3 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.896 + polar_ice_lat: 0.097 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.273 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Ag + +Frozen planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 9000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ag/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/markers.json new file mode 100644 index 000000000..74d76f87d --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ag/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 183 + ], + "area_fraction": 0.015 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 170, + 125 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 221, + 126 + ], + "area_fraction": 0.0706 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 2 + ], + "peak": [ + 1, + 0 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 507 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 457 + ], + "peak": [ + 27, + 457 + ], + "area_cells": 69 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 338 + ], + "peak": [ + 64, + 309 + ], + "area_cells": 7369 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 162 + ], + "peak": [ + 70, + 162 + ], + "area_cells": 107 + }, + { + "id": "range_6", + "name": null, + "center": [ + 72, + 31 + ], + "peak": [ + 73, + 33 + ], + "area_cells": 122 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 508 + ], + "peak": [ + 75, + 508 + ], + "area_cells": 174 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 122 + ], + "peak": [ + 88, + 122 + ], + "area_cells": 453 + }, + { + "id": "range_11", + "name": null, + "center": [ + 85, + 88 + ], + "peak": [ + 84, + 92 + ], + "area_cells": 376 + }, + { + "id": "range_12", + "name": null, + "center": [ + 103, + 234 + ], + "peak": [ + 96, + 242 + ], + "area_cells": 806 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 4 + ], + "peak": [ + 95, + 1 + ], + "area_cells": 131 + }, + { + "id": "range_14", + "name": null, + "center": [ + 103, + 427 + ], + "peak": [ + 103, + 430 + ], + "area_cells": 88 + }, + { + "id": "range_16", + "name": null, + "center": [ + 180, + 313 + ], + "peak": [ + 180, + 316 + ], + "area_cells": 46 + }, + { + "id": "range_17", + "name": null, + "center": [ + 186, + 292 + ], + "peak": [ + 186, + 294 + ], + "area_cells": 193 + }, + { + "id": "range_18", + "name": null, + "center": [ + 205, + 391 + ], + "peak": [ + 208, + 385 + ], + "area_cells": 282 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ah/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/globe.png new file mode 100644 index 000000000..074890bc1 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ah/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/heightmap.png new file mode 100644 index 000000000..c915b5c2e Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ah/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/index.md new file mode 100644 index 000000000..a649249ca --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ428Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2808971976 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.801 + period_days: 21000.0 + axial_tilt_deg: 50.2 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.831 + polar_ice_lat: 0.194 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Ah + +Frozen planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 21000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ah/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/markers.json new file mode 100644 index 000000000..c2d63e43f --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ah/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 218 + ], + "area_fraction": 0.1398 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 494 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 125, + 121 + ], + "peak": [ + 126, + 121 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 128, + 508 + ], + "peak": [ + 127, + 509 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 251 + ], + "peak": [ + 141, + 251 + ], + "area_cells": 213 + }, + { + "id": "range_7", + "name": null, + "center": [ + 155, + 448 + ], + "peak": [ + 165, + 407 + ], + "area_cells": 2293 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 2 + ], + "peak": [ + 142, + 2 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 142, + 508 + ], + "peak": [ + 142, + 511 + ], + "area_cells": 31 + }, + { + "id": "range_10", + "name": null, + "center": [ + 161, + 195 + ], + "peak": [ + 170, + 195 + ], + "area_cells": 574 + }, + { + "id": "range_11", + "name": null, + "center": [ + 217, + 330 + ], + "peak": [ + 236, + 287 + ], + "area_cells": 10118 + }, + { + "id": "range_12", + "name": null, + "center": [ + 177, + 504 + ], + "peak": [ + 179, + 511 + ], + "area_cells": 92 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 7 + ], + "peak": [ + 185, + 8 + ], + "area_cells": 197 + }, + { + "id": "range_14", + "name": null, + "center": [ + 194, + 66 + ], + "peak": [ + 196, + 56 + ], + "area_cells": 1084 + }, + { + "id": "range_15", + "name": null, + "center": [ + 189, + 492 + ], + "peak": [ + 186, + 490 + ], + "area_cells": 122 + }, + { + "id": "range_16", + "name": null, + "center": [ + 185, + 38 + ], + "peak": [ + 185, + 39 + ], + "area_cells": 25 + }, + { + "id": "range_17", + "name": null, + "center": [ + 193, + 26 + ], + "peak": [ + 194, + 26 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 200, + 477 + ], + "peak": [ + 204, + 477 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ai/globe.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/globe.png new file mode 100644 index 000000000..e304b5a80 Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/globe.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ai/heightmap.png b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/heightmap.png new file mode 100644 index 000000000..5658db5fd Binary files /dev/null and b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ai/index.md b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/index.md new file mode 100644 index 000000000..b5ac70eee --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ428Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3333050675 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.278 + period_days: 46000.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: 0.08 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.701 + polar_ice_lat: 0.191 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ428Ai + +Frozen planet. + +**System:** [GJ-428A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-428A/bodies/GJ428Ai/markers.json b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/markers.json new file mode 100644 index 000000000..b088343d6 --- /dev/null +++ b/wiki/star-systems/GJ-428A/bodies/GJ428Ai/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 30, + 280 + ], + "area_fraction": 0.1935 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 221, + 343 + ], + "area_fraction": 0.0975 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 132, + 249 + ], + "peak": [ + 162, + 38 + ], + "area_cells": 22651 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 143 + ], + "peak": [ + 117, + 147 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 169, + 399 + ], + "peak": [ + 167, + 396 + ], + "area_cells": 269 + }, + { + "id": "range_8", + "name": null, + "center": [ + 209, + 115 + ], + "peak": [ + 209, + 116 + ], + "area_cells": 85 + }, + { + "id": "range_9", + "name": null, + "center": [ + 223, + 122 + ], + "peak": [ + 224, + 127 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ432Ab/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/globe.png new file mode 100644 index 000000000..342c0c9a2 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ab/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/heightmap.png new file mode 100644 index 000000000..50cf02cf0 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ab/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/index.md new file mode 100644 index 000000000..51f7e629a --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ432Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4164706905 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.183 + period_days: 32.0 + axial_tilt_deg: 17.0 +physical: + gravity_g: 0.38 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.952 + polar_ice_lat: 0.941 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Ab + +Barren planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 95% | +| **Year** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ab/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/markers.json new file mode 100644 index 000000000..4cc53f537 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ab/markers.json @@ -0,0 +1,298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 14, + 387 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 106, + 95 + ], + "peak": [ + 106, + 95 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 121, + 336 + ], + "peak": [ + 122, + 337 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 159, + 502 + ], + "peak": [ + 150, + 511 + ], + "area_cells": 809 + }, + { + "id": "range_8", + "name": null, + "center": [ + 131, + 288 + ], + "peak": [ + 129, + 288 + ], + "area_cells": 177 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 11 + ], + "peak": [ + 149, + 0 + ], + "area_cells": 439 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 87 + ], + "peak": [ + 152, + 75 + ], + "area_cells": 493 + }, + { + "id": "range_12", + "name": null, + "center": [ + 146, + 400 + ], + "peak": [ + 144, + 407 + ], + "area_cells": 526 + }, + { + "id": "range_14", + "name": null, + "center": [ + 157, + 323 + ], + "peak": [ + 154, + 308 + ], + "area_cells": 1206 + }, + { + "id": "range_15", + "name": null, + "center": [ + 145, + 443 + ], + "peak": [ + 145, + 444 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 151, + 364 + ], + "peak": [ + 152, + 365 + ], + "area_cells": 27 + }, + { + "id": "range_17", + "name": null, + "center": [ + 157, + 273 + ], + "peak": [ + 153, + 273 + ], + "area_cells": 130 + }, + { + "id": "range_19", + "name": null, + "center": [ + 157, + 462 + ], + "peak": [ + 158, + 464 + ], + "area_cells": 63 + }, + { + "id": "range_20", + "name": null, + "center": [ + 161, + 38 + ], + "peak": [ + 162, + 39 + ], + "area_cells": 97 + }, + { + "id": "range_22", + "name": null, + "center": [ + 163, + 29 + ], + "peak": [ + 163, + 30 + ], + "area_cells": 23 + }, + { + "id": "range_23", + "name": null, + "center": [ + 168, + 257 + ], + "peak": [ + 172, + 249 + ], + "area_cells": 113 + }, + { + "id": "range_24", + "name": null, + "center": [ + 168, + 401 + ], + "peak": [ + 167, + 401 + ], + "area_cells": 24 + }, + { + "id": "range_26", + "name": null, + "center": [ + 187, + 19 + ], + "peak": [ + 193, + 16 + ], + "area_cells": 275 + }, + { + "id": "range_27", + "name": null, + "center": [ + 187, + 366 + ], + "peak": [ + 189, + 358 + ], + "area_cells": 249 + }, + { + "id": "range_29", + "name": null, + "center": [ + 185, + 417 + ], + "peak": [ + 185, + 418 + ], + "area_cells": 49 + }, + { + "id": "range_31", + "name": null, + "center": [ + 195, + 445 + ], + "peak": [ + 197, + 446 + ], + "area_cells": 64 + }, + { + "id": "range_36", + "name": null, + "center": [ + 212, + 190 + ], + "peak": [ + 213, + 190 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ac/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/globe.png new file mode 100644 index 000000000..d11bdfa09 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ac/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/heightmap.png new file mode 100644 index 000000000..5d4cd598a Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ac/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/index.md new file mode 100644 index 000000000..6982ceb86 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ432Ac +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3456091128 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.7 + period_days: 240.0 + axial_tilt_deg: 13.0 +physical: + gravity_g: 0.72 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.636 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.16 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Ac + +Cold Arid planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ac/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/markers.json new file mode 100644 index 000000000..31e629f1b --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ac/markers.json @@ -0,0 +1,1015 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 116, + 312 + ], + [ + 115, + 313 + ], + [ + 114, + 313 + ], + [ + 113, + 313 + ], + [ + 112, + 314 + ], + [ + 111, + 315 + ], + [ + 110, + 316 + ], + [ + 109, + 317 + ], + [ + 108, + 318 + ], + [ + 107, + 318 + ], + [ + 106, + 318 + ], + [ + 105, + 317 + ], + [ + 104, + 317 + ], + [ + 103, + 316 + ], + [ + 104, + 316 + ], + [ + 103, + 317 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 40, + 379 + ], + [ + 39, + 380 + ], + [ + 38, + 381 + ], + [ + 37, + 382 + ], + [ + 36, + 383 + ], + [ + 35, + 383 + ], + [ + 34, + 383 + ], + [ + 33, + 382 + ], + [ + 32, + 382 + ], + [ + 31, + 383 + ], + [ + 30, + 383 + ], + [ + 29, + 383 + ], + [ + 28, + 383 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 54, + 7 + ], + [ + 55, + 6 + ], + [ + 56, + 5 + ], + [ + 56, + 4 + ], + [ + 55, + 3 + ], + [ + 54, + 3 + ], + [ + 53, + 3 + ], + [ + 52, + 3 + ], + [ + 51, + 3 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 28, + 363 + ], + [ + 27, + 362 + ], + [ + 27, + 361 + ], + [ + 26, + 361 + ], + [ + 25, + 360 + ], + [ + 24, + 360 + ], + [ + 23, + 360 + ], + [ + 22, + 360 + ], + [ + 22, + 359 + ], + [ + 21, + 360 + ], + [ + 20, + 360 + ], + [ + 21, + 359 + ], + [ + 20, + 359 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 42, + 334 + ], + [ + 43, + 333 + ], + [ + 44, + 332 + ], + [ + 45, + 332 + ], + [ + 46, + 332 + ], + [ + 47, + 331 + ], + [ + 48, + 332 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 42, + 511 + ], + [ + 42, + 0 + ], + [ + 41, + 1 + ], + [ + 40, + 2 + ], + [ + 40, + 3 + ], + [ + 39, + 4 + ], + [ + 40, + 5 + ], + [ + 40, + 6 + ], + [ + 40, + 7 + ], + [ + 40, + 8 + ], + [ + 41, + 8 + ], + [ + 42, + 8 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 215, + 343 + ], + [ + 216, + 342 + ], + [ + 217, + 341 + ], + [ + 218, + 340 + ], + [ + 219, + 339 + ], + [ + 220, + 340 + ], + [ + 221, + 340 + ], + [ + 222, + 341 + ], + [ + 223, + 341 + ], + [ + 224, + 341 + ], + [ + 225, + 342 + ], + [ + 224, + 342 + ], + [ + 224, + 343 + ], + [ + 224, + 344 + ], + [ + 225, + 344 + ], + [ + 224, + 345 + ], + [ + 224, + 346 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 142, + 347 + ], + [ + 143, + 347 + ], + [ + 144, + 346 + ], + [ + 145, + 345 + ], + [ + 146, + 344 + ], + [ + 147, + 343 + ], + [ + 148, + 342 + ], + [ + 149, + 341 + ], + [ + 150, + 342 + ], + [ + 151, + 341 + ], + [ + 152, + 340 + ], + [ + 153, + 339 + ], + [ + 154, + 340 + ], + [ + 155, + 339 + ], + [ + 156, + 340 + ], + [ + 157, + 341 + ], + [ + 158, + 342 + ], + [ + 159, + 342 + ], + [ + 159, + 341 + ], + [ + 160, + 342 + ], + [ + 159, + 343 + ], + [ + 160, + 344 + ], + [ + 161, + 343 + ], + [ + 162, + 342 + ], + [ + 163, + 343 + ], + [ + 162, + 343 + ], + [ + 161, + 342 + ], + [ + 162, + 341 + ], + [ + 163, + 342 + ], + [ + 164, + 341 + ], + [ + 165, + 342 + ], + [ + 165, + 341 + ], + [ + 164, + 342 + ], + [ + 163, + 341 + ], + [ + 164, + 340 + ], + [ + 165, + 340 + ], + [ + 166, + 341 + ], + [ + 166, + 342 + ], + [ + 166, + 343 + ], + [ + 165, + 344 + ], + [ + 164, + 343 + ], + [ + 165, + 343 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 27, + 355 + ], + [ + 26, + 355 + ], + [ + 26, + 354 + ], + [ + 25, + 355 + ], + [ + 24, + 355 + ], + [ + 23, + 356 + ], + [ + 22, + 356 + ], + [ + 22, + 355 + ], + [ + 21, + 354 + ], + [ + 20, + 353 + ], + [ + 21, + 352 + ], + [ + 22, + 353 + ], + [ + 22, + 352 + ], + [ + 23, + 351 + ], + [ + 24, + 350 + ], + [ + 25, + 349 + ], + [ + 26, + 349 + ], + [ + 27, + 350 + ], + [ + 28, + 349 + ], + [ + 27, + 348 + ], + [ + 26, + 347 + ], + [ + 27, + 346 + ], + [ + 28, + 345 + ], + [ + 28, + 344 + ], + [ + 29, + 344 + ], + [ + 30, + 345 + ], + [ + 31, + 344 + ], + [ + 32, + 344 + ], + [ + 33, + 344 + ], + [ + 34, + 345 + ], + [ + 35, + 345 + ], + [ + 36, + 344 + ], + [ + 37, + 343 + ], + [ + 38, + 342 + ], + [ + 39, + 342 + ], + [ + 40, + 341 + ], + [ + 41, + 342 + ], + [ + 42, + 343 + ], + [ + 43, + 342 + ], + [ + 44, + 342 + ], + [ + 44, + 341 + ], + [ + 45, + 342 + ], + [ + 46, + 342 + ], + [ + 45, + 343 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 84, + 325 + ], + [ + 83, + 324 + ], + [ + 82, + 323 + ], + [ + 81, + 322 + ], + [ + 80, + 321 + ], + [ + 79, + 320 + ], + [ + 78, + 319 + ], + [ + 77, + 318 + ], + [ + 76, + 317 + ], + [ + 76, + 316 + ], + [ + 76, + 315 + ], + [ + 76, + 314 + ], + [ + 76, + 313 + ], + [ + 77, + 313 + ], + [ + 77, + 314 + ], + [ + 78, + 314 + ], + [ + 78, + 315 + ], + [ + 77, + 316 + ], + [ + 77, + 317 + ], + [ + 78, + 316 + ], + [ + 77, + 315 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 158 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 53, + 473 + ], + "area_fraction": 0.0129 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 141, + 189 + ], + "peak": [ + 147, + 295 + ], + "area_cells": 17481 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 208 + ], + "peak": [ + 57, + 208 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 234 + ], + "peak": [ + 58, + 234 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 74, + 64 + ], + "peak": [ + 75, + 63 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 81, + 228 + ], + "peak": [ + 82, + 229 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 105, + 84 + ], + "peak": [ + 105, + 84 + ], + "area_cells": 212 + }, + { + "id": "range_8", + "name": null, + "center": [ + 124, + 391 + ], + "peak": [ + 115, + 387 + ], + "area_cells": 611 + }, + { + "id": "range_9", + "name": null, + "center": [ + 117, + 357 + ], + "peak": [ + 117, + 358 + ], + "area_cells": 75 + }, + { + "id": "range_13", + "name": null, + "center": [ + 185, + 430 + ], + "peak": [ + 174, + 427 + ], + "area_cells": 2591 + }, + { + "id": "range_14", + "name": null, + "center": [ + 180, + 355 + ], + "peak": [ + 177, + 354 + ], + "area_cells": 231 + }, + { + "id": "range_16", + "name": null, + "center": [ + 222, + 207 + ], + "peak": [ + 221, + 212 + ], + "area_cells": 129 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ad/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/globe.png new file mode 100644 index 000000000..da4751afb Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ad/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/heightmap.png new file mode 100644 index 000000000..4786063c7 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ad/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/index.md new file mode 100644 index 000000000..4d6420fa5 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/index.md @@ -0,0 +1,64 @@ +--- +id: GJ432Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1015381399 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.402 + period_days: 680.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.52 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.294 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Ad + +Frozen planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Land** | 90% | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ad/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/markers.json new file mode 100644 index 000000000..c2e36860e --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ad/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 199, + 372 + ], + "area_fraction": 0.0527 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 230, + 475 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 245, + 84 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 102 + ], + "peak": [ + 15, + 99 + ], + "area_cells": 4667 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 407 + ], + "peak": [ + 40, + 446 + ], + "area_cells": 4606 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 282 + ], + "peak": [ + 21, + 287 + ], + "area_cells": 208 + }, + { + "id": "range_5", + "name": null, + "center": [ + 27, + 4 + ], + "peak": [ + 20, + 2 + ], + "area_cells": 87 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 5 + ], + "peak": [ + 77, + 1 + ], + "area_cells": 247 + }, + { + "id": "range_8", + "name": null, + "center": [ + 70, + 479 + ], + "peak": [ + 71, + 474 + ], + "area_cells": 75 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 508 + ], + "peak": [ + 75, + 511 + ], + "area_cells": 84 + }, + { + "id": "range_12", + "name": null, + "center": [ + 187, + 138 + ], + "peak": [ + 190, + 142 + ], + "area_cells": 649 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ae/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/globe.png new file mode 100644 index 000000000..7fc835298 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ae/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/heightmap.png new file mode 100644 index 000000000..7df5266b1 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ae/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/index.md new file mode 100644 index 000000000..7c4b4f94f --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ432Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1627435400 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 41.2 +physical: + gravity_g: 0.44 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.794 + polar_ice_lat: 0.139 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.291 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Ae + +Frozen planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ae/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/markers.json new file mode 100644 index 000000000..44e0b5569 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ae/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 31, + 23 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 53, + 263 + ], + "area_fraction": 0.0947 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 28, + 462 + ], + "area_fraction": 0.0412 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 59, + 108 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 84, + 360 + ], + "area_fraction": 0.0106 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 135, + 185 + ], + "peak": [ + 142, + 190 + ], + "area_cells": 449 + }, + { + "id": "range_2", + "name": null, + "center": [ + 167, + 506 + ], + "peak": [ + 168, + 504 + ], + "area_cells": 87 + }, + { + "id": "range_3", + "name": null, + "center": [ + 171, + 28 + ], + "peak": [ + 171, + 29 + ], + "area_cells": 42 + }, + { + "id": "range_5", + "name": null, + "center": [ + 181, + 23 + ], + "peak": [ + 182, + 31 + ], + "area_cells": 120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 106 + ], + "peak": [ + 212, + 71 + ], + "area_cells": 9609 + }, + { + "id": "range_8", + "name": null, + "center": [ + 231, + 410 + ], + "peak": [ + 231, + 413 + ], + "area_cells": 9264 + }, + { + "id": "range_9", + "name": null, + "center": [ + 218, + 247 + ], + "peak": [ + 219, + 248 + ], + "area_cells": 58 + }, + { + "id": "range_10", + "name": null, + "center": [ + 230, + 207 + ], + "peak": [ + 230, + 208 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Af/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Af/globe.png new file mode 100644 index 000000000..9b3529af0 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Af/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Af/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Af/heightmap.png new file mode 100644 index 000000000..a635efd0e Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Af/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Af/index.md new file mode 100644 index 000000000..99c67dd45 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ432Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2208065202 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 33.1 +physical: + gravity_g: 0.36 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.09 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Af + +Frozen planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Af/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Af/markers.json new file mode 100644 index 000000000..4a90743aa --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Af/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 100 + ], + "area_fraction": 0.0878 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 378 + ], + "area_fraction": 0.0942 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 82, + 92 + ], + "peak": [ + 83, + 91 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 143, + 277 + ], + "peak": [ + 184, + 364 + ], + "area_cells": 23360 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 413 + ], + "peak": [ + 99, + 413 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 209, + 401 + ], + "peak": [ + 222, + 321 + ], + "area_cells": 8229 + }, + { + "id": "range_9", + "name": null, + "center": [ + 168, + 68 + ], + "peak": [ + 187, + 103 + ], + "area_cells": 7849 + }, + { + "id": "range_14", + "name": null, + "center": [ + 188, + 163 + ], + "peak": [ + 189, + 163 + ], + "area_cells": 71 + }, + { + "id": "range_15", + "name": null, + "center": [ + 193, + 197 + ], + "peak": [ + 195, + 192 + ], + "area_cells": 336 + }, + { + "id": "range_16", + "name": null, + "center": [ + 213, + 140 + ], + "peak": [ + 213, + 142 + ], + "area_cells": 55 + }, + { + "id": "range_17", + "name": null, + "center": [ + 217, + 260 + ], + "peak": [ + 217, + 260 + ], + "area_cells": 54 + }, + { + "id": "range_18", + "name": null, + "center": [ + 230, + 230 + ], + "peak": [ + 233, + 236 + ], + "area_cells": 112 + }, + { + "id": "range_19", + "name": null, + "center": [ + 233, + 439 + ], + "peak": [ + 233, + 439 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ag/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/globe.png new file mode 100644 index 000000000..aa190d265 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ag/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/heightmap.png new file mode 100644 index 000000000..9e96da4f4 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ag/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/index.md new file mode 100644 index 000000000..9e690af18 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ432Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3336042895 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.19 + period_days: 9600.0 + axial_tilt_deg: 52.8 +physical: + gravity_g: 0.28 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.738 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.365 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Ag + +Frozen planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ag/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/markers.json new file mode 100644 index 000000000..f249a53d7 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ag/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 205, + 170 + ], + "area_fraction": 0.1927 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 214, + 467 + ], + "area_fraction": 0.0485 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 51 + ], + "peak": [ + 18, + 31 + ], + "area_cells": 7533 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 399 + ], + "peak": [ + 85, + 317 + ], + "area_cells": 24811 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 57 + ], + "peak": [ + 102, + 62 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 75 + ], + "peak": [ + 103, + 79 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ah/globe.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/globe.png new file mode 100644 index 000000000..543b2b6b9 Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/globe.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ah/heightmap.png b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/heightmap.png new file mode 100644 index 000000000..4a2c2ad4c Binary files /dev/null and b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ah/index.md b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/index.md new file mode 100644 index 000000000..9b45bcc5a --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ432Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3828691357 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 51.3 +physical: + gravity_g: 0.12 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.151 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.334 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ432Ah + +Frozen planet. + +**System:** [GJ-432A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-432A/bodies/GJ432Ah/markers.json b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/markers.json new file mode 100644 index 000000000..01b65cbd7 --- /dev/null +++ b/wiki/star-systems/GJ-432A/bodies/GJ432Ah/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 30, + 102 + ], + "area_fraction": 0.1041 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 444 + ], + "area_fraction": 0.0544 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 451 + ], + "peak": [ + 113, + 447 + ], + "area_cells": 310 + }, + { + "id": "range_3", + "name": null, + "center": [ + 169, + 197 + ], + "peak": [ + 158, + 233 + ], + "area_cells": 9295 + }, + { + "id": "range_8", + "name": null, + "center": [ + 163, + 356 + ], + "peak": [ + 164, + 358 + ], + "area_cells": 150 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 484 + ], + "peak": [ + 165, + 482 + ], + "area_cells": 75 + }, + { + "id": "range_11", + "name": null, + "center": [ + 190, + 335 + ], + "peak": [ + 191, + 335 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 217, + 353 + ], + "peak": [ + 216, + 370 + ], + "area_cells": 228 + }, + { + "id": "range_14", + "name": null, + "center": [ + 219, + 319 + ], + "peak": [ + 221, + 318 + ], + "area_cells": 169 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ434b/globe.png b/wiki/star-systems/GJ-434/bodies/GJ434b/globe.png new file mode 100644 index 000000000..d5493e08c Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434b/globe.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434b/heightmap.png b/wiki/star-systems/GJ-434/bodies/GJ434b/heightmap.png new file mode 100644 index 000000000..6ad52cb13 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434b/heightmap.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434b/index.md b/wiki/star-systems/GJ-434/bodies/GJ434b/index.md new file mode 100644 index 000000000..a4800dbce --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ434b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1150534131 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 2.0 +physical: + gravity_g: 0.38 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.973 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ434b + +Barren planet. + +**System:** [GJ-434](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 92% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-434/bodies/GJ434b/markers.json b/wiki/star-systems/GJ-434/bodies/GJ434b/markers.json new file mode 100644 index 000000000..d8926fee5 --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434b/markers.json @@ -0,0 +1,250 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 136, + 17 + ], + "area_fraction": 0.005 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 176, + 361 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 191, + 306 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_60", + "name": null, + "kind": "lake", + "center": [ + 219, + 323 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 54, + 34 + ], + "peak": [ + 49, + 61 + ], + "area_cells": 2031 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 497 + ], + "peak": [ + 48, + 501 + ], + "area_cells": 1063 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 300 + ], + "peak": [ + 42, + 296 + ], + "area_cells": 397 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 454 + ], + "peak": [ + 32, + 455 + ], + "area_cells": 135 + }, + { + "id": "range_7", + "name": null, + "center": [ + 45, + 428 + ], + "peak": [ + 41, + 420 + ], + "area_cells": 491 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 258 + ], + "peak": [ + 85, + 215 + ], + "area_cells": 2301 + }, + { + "id": "range_12", + "name": null, + "center": [ + 70, + 464 + ], + "peak": [ + 72, + 465 + ], + "area_cells": 158 + }, + { + "id": "range_14", + "name": null, + "center": [ + 81, + 86 + ], + "peak": [ + 82, + 86 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 86, + 408 + ], + "peak": [ + 87, + 410 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 102, + 34 + ], + "peak": [ + 103, + 34 + ], + "area_cells": 23 + }, + { + "id": "range_19", + "name": null, + "center": [ + 114, + 218 + ], + "peak": [ + 114, + 219 + ], + "area_cells": 216 + }, + { + "id": "range_22", + "name": null, + "center": [ + 134, + 108 + ], + "peak": [ + 135, + 108 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 141, + 346 + ], + "peak": [ + 140, + 345 + ], + "area_cells": 101 + }, + { + "id": "range_24", + "name": null, + "center": [ + 142, + 117 + ], + "peak": [ + 141, + 119 + ], + "area_cells": 49 + }, + { + "id": "range_28", + "name": null, + "center": [ + 177, + 128 + ], + "peak": [ + 176, + 124 + ], + "area_cells": 206 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-434/bodies/GJ434c/globe.png b/wiki/star-systems/GJ-434/bodies/GJ434c/globe.png new file mode 100644 index 000000000..5512366cf Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434c/globe.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434c/heightmap.png b/wiki/star-systems/GJ-434/bodies/GJ434c/heightmap.png new file mode 100644 index 000000000..9c403d1b6 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434c/heightmap.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434c/index.md b/wiki/star-systems/GJ-434/bodies/GJ434c/index.md new file mode 100644 index 000000000..59b2b3f64 --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ434c +name: Banteay +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2213729914 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.219 + period_days: 56.0 + axial_tilt_deg: 26.7 +physical: + gravity_g: 0.68 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.452 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.11 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Banteay + +Cold Arid planet. + +**System:** [GJ-434](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 56 days | + +## Description + + diff --git a/wiki/star-systems/GJ-434/bodies/GJ434c/markers.json b/wiki/star-systems/GJ-434/bodies/GJ434c/markers.json new file mode 100644 index 000000000..6af8f7e73 --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434c/markers.json @@ -0,0 +1,1107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 350 + ], + [ + 0, + 351 + ], + [ + 1, + 350 + ], + [ + 0, + 349 + ], + [ + 1, + 348 + ], + [ + 1, + 347 + ], + [ + 2, + 347 + ], + [ + 2, + 346 + ], + [ + 2, + 345 + ], + [ + 3, + 344 + ], + [ + 4, + 344 + ], + [ + 5, + 344 + ], + [ + 5, + 343 + ], + [ + 5, + 342 + ], + [ + 6, + 341 + ], + [ + 7, + 341 + ], + [ + 8, + 340 + ], + [ + 8, + 339 + ], + [ + 7, + 338 + ], + [ + 8, + 337 + ], + [ + 9, + 336 + ], + [ + 9, + 335 + ], + [ + 8, + 334 + ], + [ + 9, + 334 + ], + [ + 9, + 333 + ], + [ + 10, + 332 + ], + [ + 9, + 331 + ], + [ + 10, + 331 + ], + [ + 9, + 332 + ], + [ + 8, + 331 + ], + [ + 9, + 330 + ], + [ + 10, + 329 + ], + [ + 11, + 329 + ], + [ + 11, + 328 + ], + [ + 12, + 327 + ], + [ + 11, + 326 + ], + [ + 11, + 325 + ], + [ + 12, + 325 + ], + [ + 13, + 324 + ], + [ + 12, + 324 + ], + [ + 12, + 323 + ], + [ + 13, + 322 + ], + [ + 13, + 321 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 209, + 80 + ], + [ + 208, + 79 + ], + [ + 207, + 78 + ], + [ + 206, + 77 + ], + [ + 205, + 77 + ], + [ + 204, + 78 + ], + [ + 203, + 78 + ], + [ + 202, + 77 + ], + [ + 201, + 76 + ], + [ + 200, + 77 + ], + [ + 199, + 78 + ], + [ + 198, + 78 + ], + [ + 197, + 78 + ], + [ + 197, + 79 + ], + [ + 196, + 79 + ], + [ + 196, + 80 + ], + [ + 195, + 79 + ], + [ + 194, + 80 + ], + [ + 193, + 80 + ], + [ + 193, + 81 + ], + [ + 192, + 82 + ], + [ + 191, + 81 + ], + [ + 190, + 81 + ], + [ + 189, + 81 + ], + [ + 188, + 82 + ], + [ + 189, + 82 + ], + [ + 190, + 82 + ], + [ + 190, + 83 + ], + [ + 190, + 84 + ], + [ + 190, + 85 + ], + [ + 190, + 86 + ], + [ + 191, + 87 + ], + [ + 190, + 88 + ], + [ + 189, + 88 + ], + [ + 189, + 89 + ], + [ + 188, + 89 + ], + [ + 188, + 90 + ], + [ + 189, + 91 + ], + [ + 188, + 92 + ], + [ + 188, + 91 + ], + [ + 189, + 90 + ], + [ + 190, + 90 + ], + [ + 190, + 91 + ], + [ + 190, + 92 + ], + [ + 190, + 93 + ], + [ + 191, + 94 + ], + [ + 191, + 95 + ], + [ + 192, + 96 + ], + [ + 193, + 97 + ], + [ + 194, + 97 + ], + [ + 195, + 98 + ], + [ + 195, + 99 + ], + [ + 196, + 100 + ], + [ + 197, + 101 + ], + [ + 197, + 100 + ], + [ + 196, + 99 + ], + [ + 197, + 99 + ], + [ + 198, + 100 + ], + [ + 198, + 99 + ], + [ + 199, + 99 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 225, + 240 + ], + [ + 224, + 241 + ], + [ + 223, + 242 + ], + [ + 222, + 242 + ], + [ + 221, + 243 + ], + [ + 220, + 244 + ], + [ + 219, + 243 + ], + [ + 218, + 242 + ], + [ + 217, + 243 + ], + [ + 218, + 243 + ], + [ + 217, + 244 + ], + [ + 217, + 245 + ], + [ + 217, + 246 + ], + [ + 218, + 247 + ], + [ + 218, + 248 + ], + [ + 217, + 247 + ], + [ + 217, + 248 + ], + [ + 216, + 249 + ], + [ + 217, + 250 + ], + [ + 217, + 249 + ], + [ + 218, + 250 + ], + [ + 218, + 249 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 257 + ], + [ + 255, + 258 + ], + [ + 255, + 259 + ], + [ + 254, + 258 + ], + [ + 253, + 259 + ], + [ + 254, + 259 + ], + [ + 253, + 258 + ], + [ + 252, + 257 + ], + [ + 251, + 257 + ], + [ + 250, + 258 + ], + [ + 249, + 257 + ], + [ + 249, + 258 + ], + [ + 250, + 257 + ], + [ + 249, + 256 + ], + [ + 248, + 255 + ], + [ + 248, + 254 + ], + [ + 249, + 253 + ], + [ + 248, + 252 + ], + [ + 249, + 252 + ], + [ + 248, + 251 + ], + [ + 248, + 250 + ], + [ + 249, + 250 + ], + [ + 248, + 249 + ], + [ + 248, + 248 + ], + [ + 249, + 248 + ], + [ + 250, + 247 + ], + [ + 249, + 246 + ], + [ + 250, + 245 + ], + [ + 249, + 244 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 41, + 236 + ], + [ + 41, + 235 + ], + [ + 40, + 234 + ], + [ + 39, + 233 + ], + [ + 38, + 232 + ], + [ + 37, + 232 + ], + [ + 37, + 231 + ], + [ + 36, + 232 + ], + [ + 35, + 231 + ], + [ + 34, + 231 + ], + [ + 35, + 232 + ], + [ + 36, + 231 + ], + [ + 35, + 230 + ], + [ + 34, + 230 + ], + [ + 33, + 230 + ], + [ + 32, + 231 + ], + [ + 33, + 231 + ], + [ + 34, + 232 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 7, + 389 + ], + [ + 6, + 388 + ], + [ + 5, + 389 + ], + [ + 4, + 390 + ], + [ + 4, + 391 + ], + [ + 3, + 391 + ], + [ + 2, + 392 + ], + [ + 2, + 393 + ], + [ + 3, + 394 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 14, + 152 + ], + [ + 15, + 152 + ], + [ + 16, + 152 + ], + [ + 17, + 152 + ], + [ + 18, + 151 + ], + [ + 19, + 150 + ], + [ + 18, + 149 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 118, + 41 + ], + [ + 118, + 42 + ], + [ + 117, + 43 + ], + [ + 116, + 44 + ], + [ + 115, + 45 + ], + [ + 115, + 46 + ], + [ + 116, + 47 + ], + [ + 115, + 48 + ], + [ + 116, + 49 + ], + [ + 117, + 50 + ], + [ + 117, + 51 + ], + [ + 118, + 51 + ], + [ + 118, + 52 + ], + [ + 119, + 52 + ], + [ + 119, + 53 + ], + [ + 119, + 54 + ], + [ + 118, + 53 + ], + [ + 118, + 54 + ], + [ + 117, + 53 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 282 + ], + "area_fraction": 0.0255 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 465 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 125, + 341 + ], + "peak": [ + 163, + 279 + ], + "area_cells": 18399 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 125 + ], + "peak": [ + 69, + 132 + ], + "area_cells": 286 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 10 + ], + "peak": [ + 65, + 6 + ], + "area_cells": 163 + }, + { + "id": "range_4", + "name": null, + "center": [ + 85, + 69 + ], + "peak": [ + 84, + 67 + ], + "area_cells": 380 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 158 + ], + "peak": [ + 97, + 159 + ], + "area_cells": 162 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 185 + ], + "peak": [ + 101, + 186 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 106 + ], + "peak": [ + 108, + 106 + ], + "area_cells": 186 + }, + { + "id": "range_8", + "name": null, + "center": [ + 110, + 88 + ], + "peak": [ + 112, + 86 + ], + "area_cells": 96 + }, + { + "id": "range_9", + "name": null, + "center": [ + 111, + 503 + ], + "peak": [ + 113, + 502 + ], + "area_cells": 64 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 125 + ], + "peak": [ + 121, + 120 + ], + "area_cells": 115 + }, + { + "id": "range_11", + "name": null, + "center": [ + 139, + 462 + ], + "peak": [ + 143, + 458 + ], + "area_cells": 200 + }, + { + "id": "range_12", + "name": null, + "center": [ + 143, + 499 + ], + "peak": [ + 147, + 503 + ], + "area_cells": 131 + }, + { + "id": "range_13", + "name": null, + "center": [ + 154, + 109 + ], + "peak": [ + 155, + 106 + ], + "area_cells": 83 + }, + { + "id": "range_15", + "name": null, + "center": [ + 197, + 456 + ], + "peak": [ + 198, + 456 + ], + "area_cells": 41 + }, + { + "id": "range_16", + "name": null, + "center": [ + 204, + 438 + ], + "peak": [ + 204, + 443 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-434/bodies/GJ434d/globe.png b/wiki/star-systems/GJ-434/bodies/GJ434d/globe.png new file mode 100644 index 000000000..8712eeede Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434d/globe.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434d/heightmap.png b/wiki/star-systems/GJ-434/bodies/GJ434d/heightmap.png new file mode 100644 index 000000000..df1b52734 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434d/heightmap.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434d/index.md b/wiki/star-systems/GJ-434/bodies/GJ434d/index.md new file mode 100644 index 000000000..b252634bc --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ434d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3659723876 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.477 + period_days: 180.0 + axial_tilt_deg: 54.9 +physical: + gravity_g: 0.44 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ434d + +Frozen planet. + +**System:** [GJ-434](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 93% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-434/bodies/GJ434d/markers.json b/wiki/star-systems/GJ-434/bodies/GJ434d/markers.json new file mode 100644 index 000000000..7636e6d5c --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434d/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 116, + 28 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 139, + 481 + ], + "area_fraction": 0.0172 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 35 + ], + "peak": [ + 4, + 0 + ], + "area_cells": 1154 + }, + { + "id": "range_2", + "name": null, + "center": [ + 69, + 348 + ], + "peak": [ + 0, + 470 + ], + "area_cells": 13002 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 362 + ], + "peak": [ + 0, + 362 + ], + "area_cells": 43 + }, + { + "id": "range_5", + "name": null, + "center": [ + 38, + 73 + ], + "peak": [ + 37, + 73 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 228 + ], + "peak": [ + 45, + 233 + ], + "area_cells": 481 + }, + { + "id": "range_7", + "name": null, + "center": [ + 48, + 455 + ], + "peak": [ + 48, + 456 + ], + "area_cells": 159 + }, + { + "id": "range_8", + "name": null, + "center": [ + 50, + 485 + ], + "peak": [ + 50, + 485 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 187 + ], + "peak": [ + 62, + 187 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 94, + 198 + ], + "peak": [ + 95, + 198 + ], + "area_cells": 66 + }, + { + "id": "range_17", + "name": null, + "center": [ + 93, + 224 + ], + "peak": [ + 94, + 225 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 113, + 274 + ], + "peak": [ + 114, + 274 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 131, + 119 + ], + "peak": [ + 131, + 120 + ], + "area_cells": 35 + }, + { + "id": "range_21", + "name": null, + "center": [ + 193, + 488 + ], + "peak": [ + 192, + 489 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 207, + 33 + ], + "peak": [ + 206, + 48 + ], + "area_cells": 861 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-434/bodies/GJ434e/globe.png b/wiki/star-systems/GJ-434/bodies/GJ434e/globe.png new file mode 100644 index 000000000..fe9fdeacb Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434e/globe.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434e/heightmap.png b/wiki/star-systems/GJ-434/bodies/GJ434e/heightmap.png new file mode 100644 index 000000000..dcf51df24 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434e/heightmap.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434e/index.md b/wiki/star-systems/GJ-434/bodies/GJ434e/index.md new file mode 100644 index 000000000..38e2741c5 --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ434e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3779677493 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.992 + period_days: 540.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.34 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.896 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ434e + +Frozen planet. + +**System:** [GJ-434](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 540 days | + +## Description + + diff --git a/wiki/star-systems/GJ-434/bodies/GJ434e/markers.json b/wiki/star-systems/GJ-434/bodies/GJ434e/markers.json new file mode 100644 index 000000000..329572c9a --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434e/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 72 + ], + "area_fraction": 0.0425 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 194 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 190, + 188 + ], + "area_fraction": 0.005 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 219, + 29 + ], + "area_fraction": 0.0309 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 223, + 501 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 364 + ], + "peak": [ + 29, + 370 + ], + "area_cells": 158 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 387 + ], + "peak": [ + 30, + 388 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 177 + ], + "peak": [ + 52, + 174 + ], + "area_cells": 86 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 118 + ], + "peak": [ + 94, + 45 + ], + "area_cells": 14954 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 343 + ], + "peak": [ + 73, + 342 + ], + "area_cells": 172 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 360 + ], + "peak": [ + 71, + 360 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 249 + ], + "peak": [ + 73, + 249 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 117, + 440 + ], + "peak": [ + 117, + 456 + ], + "area_cells": 8923 + }, + { + "id": "range_12", + "name": null, + "center": [ + 131, + 367 + ], + "peak": [ + 132, + 367 + ], + "area_cells": 73 + }, + { + "id": "range_14", + "name": null, + "center": [ + 154, + 383 + ], + "peak": [ + 153, + 385 + ], + "area_cells": 92 + }, + { + "id": "range_15", + "name": null, + "center": [ + 159, + 254 + ], + "peak": [ + 159, + 255 + ], + "area_cells": 51 + }, + { + "id": "range_16", + "name": null, + "center": [ + 183, + 303 + ], + "peak": [ + 184, + 299 + ], + "area_cells": 451 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-434/bodies/GJ434f/globe.png b/wiki/star-systems/GJ-434/bodies/GJ434f/globe.png new file mode 100644 index 000000000..34c464c88 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434f/globe.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434f/heightmap.png b/wiki/star-systems/GJ-434/bodies/GJ434f/heightmap.png new file mode 100644 index 000000000..5e90f2b2d Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434f/heightmap.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434f/index.md b/wiki/star-systems/GJ-434/bodies/GJ434f/index.md new file mode 100644 index 000000000..11fa45317 --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ434f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 562681697 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 45.8 +physical: + gravity_g: 0.11 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.79 + polar_ice_lat: 0.236 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ434f + +Frozen planet. + +**System:** [GJ-434](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-434/bodies/GJ434f/markers.json b/wiki/star-systems/GJ-434/bodies/GJ434f/markers.json new file mode 100644 index 000000000..a4fccf56b --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434f/markers.json @@ -0,0 +1,150 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 49, + 38 + ], + "area_fraction": 0.022 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 24, + 148 + ], + "area_fraction": 0.0437 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 18, + 349 + ], + "area_fraction": 0.019 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 74, + 463 + ], + "area_fraction": 0.0521 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 45, + 396 + ], + "area_fraction": 0.006 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 98, + 214 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 109, + 285 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 230, + 314 + ], + "peak": [ + 218, + 327 + ], + "area_cells": 5496 + }, + { + "id": "range_2", + "name": null, + "center": [ + 234, + 71 + ], + "peak": [ + 225, + 70 + ], + "area_cells": 1491 + }, + { + "id": "range_3", + "name": null, + "center": [ + 249, + 115 + ], + "peak": [ + 247, + 111 + ], + "area_cells": 104 + }, + { + "id": "range_4", + "name": null, + "center": [ + 249, + 88 + ], + "peak": [ + 250, + 89 + ], + "area_cells": 74 + }, + { + "id": "range_5", + "name": null, + "center": [ + 251, + 411 + ], + "peak": [ + 254, + 404 + ], + "area_cells": 531 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-434/bodies/GJ434g/globe.png b/wiki/star-systems/GJ-434/bodies/GJ434g/globe.png new file mode 100644 index 000000000..369d86585 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434g/globe.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434g/heightmap.png b/wiki/star-systems/GJ-434/bodies/GJ434g/heightmap.png new file mode 100644 index 000000000..55cba2897 Binary files /dev/null and b/wiki/star-systems/GJ-434/bodies/GJ434g/heightmap.png differ diff --git a/wiki/star-systems/GJ-434/bodies/GJ434g/index.md b/wiki/star-systems/GJ-434/bodies/GJ434g/index.md new file mode 100644 index 000000000..becab1e8b --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ434g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2940074641 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 16.7 +physical: + gravity_g: 0.07 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.878 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ434g + +Frozen planet. + +**System:** [GJ-434](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-434/bodies/GJ434g/markers.json b/wiki/star-systems/GJ-434/bodies/GJ434g/markers.json new file mode 100644 index 000000000..5f0ffd21a --- /dev/null +++ b/wiki/star-systems/GJ-434/bodies/GJ434g/markers.json @@ -0,0 +1,241 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 220 + ], + "area_fraction": 0.008 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 89, + 264 + ], + "area_fraction": 0.0333 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 88, + 458 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 92, + 398 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 108, + 73 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 118, + 349 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 243, + 67 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 75 + ], + "peak": [ + 14, + 89 + ], + "area_cells": 3905 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 427 + ], + "peak": [ + 29, + 430 + ], + "area_cells": 179 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 440 + ], + "peak": [ + 18, + 441 + ], + "area_cells": 115 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 456 + ], + "peak": [ + 21, + 457 + ], + "area_cells": 166 + }, + { + "id": "range_8", + "name": null, + "center": [ + 34, + 405 + ], + "peak": [ + 34, + 407 + ], + "area_cells": 45 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 135 + ], + "peak": [ + 92, + 135 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 152, + 41 + ], + "peak": [ + 151, + 38 + ], + "area_cells": 121 + }, + { + "id": "range_13", + "name": null, + "center": [ + 155, + 70 + ], + "peak": [ + 152, + 71 + ], + "area_cells": 46 + }, + { + "id": "range_14", + "name": null, + "center": [ + 189, + 206 + ], + "peak": [ + 197, + 153 + ], + "area_cells": 7294 + }, + { + "id": "range_15", + "name": null, + "center": [ + 184, + 411 + ], + "peak": [ + 194, + 389 + ], + "area_cells": 1896 + }, + { + "id": "range_16", + "name": null, + "center": [ + 187, + 300 + ], + "peak": [ + 189, + 302 + ], + "area_cells": 126 + }, + { + "id": "range_17", + "name": null, + "center": [ + 216, + 379 + ], + "peak": [ + 215, + 384 + ], + "area_cells": 140 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ435b/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435b/globe.png new file mode 100644 index 000000000..604535441 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435b/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435b/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435b/heightmap.png new file mode 100644 index 000000000..228c94182 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435b/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435b/index.md b/wiki/star-systems/GJ-435/bodies/GJ435b/index.md new file mode 100644 index 000000000..3fc470677 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1803111761 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 40.4 +physical: + gravity_g: 0.42 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.824 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435b + +Barren planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 95% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435b/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435b/markers.json new file mode 100644 index 000000000..bbc169409 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435b/markers.json @@ -0,0 +1,363 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 248, + 24 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 289 + ], + "peak": [ + 62, + 280 + ], + "area_cells": 4754 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 392 + ], + "peak": [ + 47, + 409 + ], + "area_cells": 896 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 437 + ], + "peak": [ + 10, + 446 + ], + "area_cells": 244 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 471 + ], + "peak": [ + 67, + 480 + ], + "area_cells": 4577 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 67 + ], + "peak": [ + 67, + 0 + ], + "area_cells": 4702 + }, + { + "id": "range_7", + "name": null, + "center": [ + 19, + 365 + ], + "peak": [ + 21, + 362 + ], + "area_cells": 74 + }, + { + "id": "range_14", + "name": null, + "center": [ + 32, + 133 + ], + "peak": [ + 32, + 131 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 35, + 49 + ], + "peak": [ + 33, + 51 + ], + "area_cells": 122 + }, + { + "id": "range_20", + "name": null, + "center": [ + 56, + 168 + ], + "peak": [ + 60, + 171 + ], + "area_cells": 202 + }, + { + "id": "range_21", + "name": null, + "center": [ + 46, + 424 + ], + "peak": [ + 48, + 425 + ], + "area_cells": 28 + }, + { + "id": "range_29", + "name": null, + "center": [ + 82, + 216 + ], + "peak": [ + 84, + 224 + ], + "area_cells": 116 + }, + { + "id": "range_31", + "name": null, + "center": [ + 102, + 20 + ], + "peak": [ + 101, + 19 + ], + "area_cells": 180 + }, + { + "id": "range_32", + "name": null, + "center": [ + 111, + 60 + ], + "peak": [ + 108, + 49 + ], + "area_cells": 199 + }, + { + "id": "range_33", + "name": null, + "center": [ + 109, + 193 + ], + "peak": [ + 110, + 193 + ], + "area_cells": 38 + }, + { + "id": "range_34", + "name": null, + "center": [ + 112, + 340 + ], + "peak": [ + 113, + 338 + ], + "area_cells": 172 + }, + { + "id": "range_36", + "name": null, + "center": [ + 125, + 500 + ], + "peak": [ + 125, + 506 + ], + "area_cells": 426 + }, + { + "id": "range_37", + "name": null, + "center": [ + 128, + 1 + ], + "peak": [ + 126, + 0 + ], + "area_cells": 94 + }, + { + "id": "range_38", + "name": null, + "center": [ + 127, + 41 + ], + "peak": [ + 127, + 42 + ], + "area_cells": 28 + }, + { + "id": "range_40", + "name": null, + "center": [ + 138, + 8 + ], + "peak": [ + 139, + 9 + ], + "area_cells": 23 + }, + { + "id": "range_42", + "name": null, + "center": [ + 144, + 438 + ], + "peak": [ + 146, + 438 + ], + "area_cells": 62 + }, + { + "id": "range_43", + "name": null, + "center": [ + 169, + 419 + ], + "peak": [ + 168, + 419 + ], + "area_cells": 62 + }, + { + "id": "range_48", + "name": null, + "center": [ + 191, + 456 + ], + "peak": [ + 192, + 452 + ], + "area_cells": 141 + }, + { + "id": "range_49", + "name": null, + "center": [ + 197, + 415 + ], + "peak": [ + 193, + 414 + ], + "area_cells": 334 + }, + { + "id": "range_50", + "name": null, + "center": [ + 190, + 91 + ], + "peak": [ + 192, + 91 + ], + "area_cells": 41 + }, + { + "id": "range_51", + "name": null, + "center": [ + 190, + 211 + ], + "peak": [ + 191, + 212 + ], + "area_cells": 26 + }, + { + "id": "range_52", + "name": null, + "center": [ + 193, + 351 + ], + "peak": [ + 195, + 353 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435c/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435c/globe.png new file mode 100644 index 000000000..27c045631 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435c/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435c/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435c/heightmap.png new file mode 100644 index 000000000..068491687 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435c/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435c/index.md b/wiki/star-systems/GJ-435/bodies/GJ435c/index.md new file mode 100644 index 000000000..5c3d8d791 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ435c +name: Mirante +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2485266441 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.253 + period_days: 52.0 + axial_tilt_deg: 32.8 +physical: + gravity_g: 0.88 + oblateness: 0.0048 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.498 + polar_ice_lat: 0.698 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.529 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mirante + +Temperate planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 52 days | +| **Inhabited** | yes | +| **Population** | 175K | +| **Economy** | agricultural | +| **Settlement** | town_network | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435c/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435c/markers.json new file mode 100644 index 000000000..b654eec9d --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435c/markers.json @@ -0,0 +1,647 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 76 + ], + [ + 131, + 75 + ], + [ + 132, + 74 + ], + [ + 133, + 74 + ], + [ + 134, + 73 + ], + [ + 135, + 74 + ], + [ + 136, + 74 + ], + [ + 137, + 74 + ], + [ + 138, + 74 + ], + [ + 139, + 75 + ], + [ + 140, + 75 + ], + [ + 141, + 74 + ], + [ + 142, + 75 + ], + [ + 143, + 74 + ], + [ + 143, + 73 + ], + [ + 144, + 72 + ], + [ + 144, + 71 + ], + [ + 143, + 72 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 219, + 37 + ], + [ + 218, + 37 + ], + [ + 217, + 38 + ], + [ + 216, + 37 + ], + [ + 215, + 36 + ], + [ + 214, + 37 + ], + [ + 213, + 37 + ], + [ + 212, + 37 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 76, + 288 + ], + [ + 77, + 288 + ], + [ + 77, + 287 + ], + [ + 78, + 288 + ], + [ + 79, + 289 + ], + [ + 80, + 289 + ], + [ + 81, + 290 + ], + [ + 82, + 291 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 367 + ], + [ + 108, + 368 + ], + [ + 109, + 369 + ], + [ + 110, + 370 + ], + [ + 111, + 370 + ], + [ + 112, + 370 + ], + [ + 113, + 370 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 242, + 318 + ], + [ + 241, + 317 + ], + [ + 240, + 316 + ], + [ + 239, + 315 + ], + [ + 238, + 315 + ], + [ + 237, + 315 + ], + [ + 236, + 314 + ], + [ + 235, + 313 + ], + [ + 234, + 312 + ], + [ + 233, + 311 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 192, + 201 + ], + [ + 191, + 200 + ], + [ + 190, + 200 + ], + [ + 189, + 201 + ], + [ + 188, + 202 + ], + [ + 187, + 203 + ], + [ + 186, + 204 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 92, + 317 + ], + [ + 93, + 316 + ], + [ + 94, + 315 + ], + [ + 95, + 314 + ], + [ + 96, + 313 + ], + [ + 97, + 312 + ], + [ + 98, + 311 + ], + [ + 99, + 311 + ], + [ + 100, + 310 + ], + [ + 101, + 309 + ], + [ + 102, + 308 + ], + [ + 102, + 307 + ], + [ + 103, + 306 + ], + [ + 102, + 305 + ], + [ + 102, + 304 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 143, + 176 + ], + [ + 142, + 175 + ], + [ + 141, + 174 + ], + [ + 140, + 174 + ], + [ + 139, + 173 + ], + [ + 138, + 172 + ], + [ + 137, + 171 + ], + [ + 136, + 170 + ], + [ + 137, + 169 + ], + [ + 136, + 169 + ], + [ + 136, + 168 + ], + [ + 137, + 167 + ], + [ + 136, + 166 + ], + [ + 136, + 165 + ], + [ + 137, + 164 + ], + [ + 137, + 163 + ], + [ + 137, + 162 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 47, + 16 + ], + [ + 46, + 17 + ], + [ + 45, + 18 + ], + [ + 44, + 19 + ], + [ + 43, + 20 + ], + [ + 42, + 20 + ], + [ + 41, + 19 + ], + [ + 41, + 20 + ], + [ + 42, + 21 + ], + [ + 43, + 21 + ], + [ + 44, + 21 + ], + [ + 43, + 22 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 223, + 0 + ], + [ + 222, + 1 + ], + [ + 221, + 1 + ], + [ + 220, + 2 + ], + [ + 219, + 2 + ], + [ + 218, + 3 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 110, + 43 + ], + [ + 109, + 42 + ], + [ + 108, + 41 + ], + [ + 107, + 40 + ], + [ + 106, + 39 + ], + [ + 105, + 39 + ], + [ + 104, + 38 + ], + [ + 103, + 38 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 107, + 256 + ], + "area_fraction": 0.4965 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 260 + ], + "peak": [ + 38, + 261 + ], + "area_cells": 28 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 278 + ], + "peak": [ + 39, + 276 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 307 + ], + "peak": [ + 53, + 304 + ], + "area_cells": 108 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 397 + ], + "peak": [ + 112, + 401 + ], + "area_cells": 309 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 270 + ], + "peak": [ + 116, + 279 + ], + "area_cells": 3771 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 451 + ], + "peak": [ + 138, + 455 + ], + "area_cells": 1156 + }, + { + "id": "range_7", + "name": null, + "center": [ + 147, + 14 + ], + "peak": [ + 145, + 0 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435d/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435d/globe.png new file mode 100644 index 000000000..6975817c3 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435d/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435d/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435d/heightmap.png new file mode 100644 index 000000000..8aa005e98 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435d/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435d/index.md b/wiki/star-systems/GJ-435/bodies/GJ435d/index.md new file mode 100644 index 000000000..69510a617 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ435d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2971988037 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.831 + period_days: 310.0 + axial_tilt_deg: 33.0 +physical: + gravity_g: 0.61 + oblateness: 0.0033 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.531 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435d + +Cold Arid planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.61g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 310 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435d/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435d/markers.json new file mode 100644 index 000000000..519e6d3df --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435d/markers.json @@ -0,0 +1,994 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 208, + 291 + ], + [ + 209, + 290 + ], + [ + 210, + 289 + ], + [ + 211, + 289 + ], + [ + 212, + 289 + ], + [ + 212, + 290 + ], + [ + 213, + 291 + ], + [ + 214, + 292 + ], + [ + 215, + 293 + ], + [ + 216, + 294 + ], + [ + 217, + 293 + ], + [ + 218, + 292 + ], + [ + 219, + 293 + ], + [ + 220, + 292 + ], + [ + 221, + 292 + ], + [ + 222, + 292 + ], + [ + 223, + 292 + ], + [ + 224, + 291 + ], + [ + 225, + 292 + ], + [ + 226, + 292 + ], + [ + 227, + 292 + ], + [ + 228, + 292 + ], + [ + 229, + 293 + ], + [ + 229, + 294 + ], + [ + 228, + 294 + ], + [ + 228, + 295 + ], + [ + 229, + 295 + ], + [ + 229, + 296 + ], + [ + 230, + 297 + ], + [ + 231, + 296 + ], + [ + 230, + 296 + ], + [ + 231, + 297 + ], + [ + 231, + 298 + ], + [ + 232, + 298 + ], + [ + 233, + 298 + ], + [ + 234, + 299 + ], + [ + 235, + 298 + ], + [ + 236, + 298 + ], + [ + 236, + 297 + ], + [ + 235, + 296 + ], + [ + 236, + 296 + ], + [ + 235, + 297 + ], + [ + 234, + 296 + ], + [ + 233, + 295 + ], + [ + 233, + 296 + ], + [ + 232, + 297 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 496 + ], + [ + 127, + 495 + ], + [ + 126, + 494 + ], + [ + 125, + 493 + ], + [ + 124, + 492 + ], + [ + 123, + 491 + ], + [ + 124, + 490 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 228, + 45 + ], + [ + 227, + 46 + ], + [ + 226, + 47 + ], + [ + 225, + 47 + ], + [ + 224, + 47 + ], + [ + 223, + 48 + ], + [ + 222, + 49 + ], + [ + 221, + 48 + ], + [ + 220, + 48 + ], + [ + 219, + 47 + ], + [ + 218, + 47 + ], + [ + 217, + 47 + ], + [ + 216, + 47 + ], + [ + 215, + 47 + ], + [ + 214, + 47 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 251, + 392 + ], + [ + 252, + 393 + ], + [ + 253, + 393 + ], + [ + 254, + 393 + ], + [ + 254, + 394 + ], + [ + 255, + 393 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 128, + 400 + ], + [ + 127, + 401 + ], + [ + 126, + 402 + ], + [ + 125, + 403 + ], + [ + 124, + 404 + ], + [ + 123, + 405 + ], + [ + 123, + 406 + ], + [ + 122, + 407 + ], + [ + 122, + 408 + ], + [ + 122, + 409 + ], + [ + 123, + 408 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 241, + 45 + ], + [ + 240, + 44 + ], + [ + 239, + 43 + ], + [ + 238, + 42 + ], + [ + 237, + 41 + ], + [ + 236, + 41 + ], + [ + 236, + 40 + ], + [ + 235, + 39 + ], + [ + 234, + 38 + ], + [ + 235, + 37 + ], + [ + 236, + 38 + ], + [ + 235, + 38 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 153, + 9 + ], + [ + 152, + 8 + ], + [ + 151, + 7 + ], + [ + 150, + 6 + ], + [ + 149, + 7 + ], + [ + 148, + 8 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 203, + 43 + ], + [ + 204, + 44 + ], + [ + 205, + 45 + ], + [ + 206, + 46 + ], + [ + 207, + 47 + ], + [ + 208, + 48 + ], + [ + 209, + 48 + ], + [ + 210, + 47 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 184, + 381 + ], + [ + 185, + 380 + ], + [ + 186, + 381 + ], + [ + 187, + 380 + ], + [ + 188, + 381 + ], + [ + 189, + 382 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 128, + 447 + ], + [ + 127, + 447 + ], + [ + 126, + 446 + ], + [ + 125, + 445 + ], + [ + 124, + 446 + ], + [ + 123, + 446 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 104, + 312 + ], + [ + 105, + 311 + ], + [ + 106, + 310 + ], + [ + 107, + 309 + ], + [ + 108, + 308 + ], + [ + 109, + 307 + ], + [ + 110, + 306 + ], + [ + 111, + 305 + ], + [ + 112, + 304 + ], + [ + 113, + 303 + ], + [ + 114, + 302 + ], + [ + 115, + 301 + ], + [ + 116, + 302 + ], + [ + 117, + 301 + ], + [ + 118, + 302 + ], + [ + 119, + 301 + ], + [ + 120, + 301 + ], + [ + 121, + 300 + ], + [ + 122, + 300 + ], + [ + 122, + 299 + ], + [ + 123, + 299 + ], + [ + 124, + 298 + ], + [ + 125, + 298 + ], + [ + 125, + 297 + ], + [ + 126, + 298 + ], + [ + 126, + 297 + ], + [ + 126, + 296 + ], + [ + 127, + 295 + ], + [ + 127, + 296 + ], + [ + 126, + 295 + ], + [ + 125, + 295 + ], + [ + 126, + 294 + ], + [ + 127, + 294 + ], + [ + 128, + 295 + ], + [ + 129, + 294 + ], + [ + 129, + 293 + ], + [ + 128, + 293 + ], + [ + 127, + 292 + ], + [ + 128, + 291 + ], + [ + 129, + 290 + ], + [ + 129, + 289 + ], + [ + 128, + 289 + ], + [ + 127, + 289 + ], + [ + 128, + 290 + ], + [ + 127, + 291 + ], + [ + 127, + 290 + ], + [ + 126, + 289 + ], + [ + 126, + 290 + ], + [ + 126, + 291 + ], + [ + 126, + 292 + ], + [ + 127, + 293 + ], + [ + 128, + 292 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 253, + 341 + ], + [ + 252, + 342 + ], + [ + 251, + 342 + ], + [ + 250, + 341 + ], + [ + 249, + 341 + ], + [ + 248, + 342 + ], + [ + 247, + 342 + ], + [ + 246, + 341 + ], + [ + 245, + 340 + ], + [ + 244, + 340 + ], + [ + 244, + 339 + ], + [ + 243, + 340 + ], + [ + 242, + 340 + ], + [ + 241, + 340 + ], + [ + 240, + 340 + ], + [ + 240, + 339 + ], + [ + 239, + 340 + ], + [ + 239, + 339 + ], + [ + 238, + 339 + ], + [ + 237, + 339 + ], + [ + 236, + 339 + ], + [ + 235, + 339 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 202, + 447 + ], + "area_fraction": 0.0513 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 189, + 252 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 216, + 177 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 222, + 83 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 482 + ], + "peak": [ + 40, + 470 + ], + "area_cells": 621 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 293 + ], + "peak": [ + 54, + 271 + ], + "area_cells": 1547 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 102 + ], + "peak": [ + 63, + 56 + ], + "area_cells": 4141 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 363 + ], + "peak": [ + 68, + 362 + ], + "area_cells": 62 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 106 + ], + "peak": [ + 94, + 106 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 189 + ], + "peak": [ + 114, + 176 + ], + "area_cells": 1648 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m1/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/globe.png new file mode 100644 index 000000000..5ee10a899 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m1/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/heightmap.png new file mode 100644 index 000000000..cb47e37f9 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m1/index.md b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/index.md new file mode 100644 index 000000000..d9aff2b13 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1153047363 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 46.7 +physical: + gravity_g: 0.13 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.154 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435e-m1 + +Frozen moon. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 96% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m1/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/markers.json new file mode 100644 index 000000000..5a29f8f72 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435e-m1/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 248 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 187, + 35 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 237, + 246 + ], + "area_fraction": 0.0128 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 346 + ], + "peak": [ + 115, + 188 + ], + "area_cells": 22177 + }, + { + "id": "range_2", + "name": null, + "center": [ + 78, + 38 + ], + "peak": [ + 88, + 0 + ], + "area_cells": 3188 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 171 + ], + "peak": [ + 62, + 173 + ], + "area_cells": 191 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 63 + ], + "peak": [ + 117, + 62 + ], + "area_cells": 513 + }, + { + "id": "range_8", + "name": null, + "center": [ + 107, + 115 + ], + "peak": [ + 108, + 114 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 185, + 250 + ], + "peak": [ + 188, + 246 + ], + "area_cells": 399 + }, + { + "id": "range_13", + "name": null, + "center": [ + 200, + 364 + ], + "peak": [ + 200, + 365 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m2/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/globe.png new file mode 100644 index 000000000..4ae684d6c Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m2/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/heightmap.png new file mode 100644 index 000000000..425998903 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m2/index.md b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/index.md new file mode 100644 index 000000000..3e98c89a6 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1927896166 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.12 + period_days: 17.0 + axial_tilt_deg: 26.4 +physical: + gravity_g: 0.09 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.956 + polar_ice_lat: 0.845 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435e-m2 + +Barren moon. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 96% | +| **Orbit** | 17 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e-m2/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/markers.json new file mode 100644 index 000000000..046d5c7bd --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435e-m2/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 51, + 270 + ], + "peak": [ + 78, + 187 + ], + "area_cells": 24532 + }, + { + "id": "range_6", + "name": null, + "center": [ + 6, + 3 + ], + "peak": [ + 6, + 3 + ], + "area_cells": 33 + }, + { + "id": "range_15", + "name": null, + "center": [ + 44, + 5 + ], + "peak": [ + 46, + 6 + ], + "area_cells": 92 + }, + { + "id": "range_20", + "name": null, + "center": [ + 41, + 509 + ], + "peak": [ + 44, + 510 + ], + "area_cells": 38 + }, + { + "id": "range_24", + "name": null, + "center": [ + 82, + 37 + ], + "peak": [ + 82, + 38 + ], + "area_cells": 113 + }, + { + "id": "range_26", + "name": null, + "center": [ + 81, + 387 + ], + "peak": [ + 81, + 388 + ], + "area_cells": 22 + }, + { + "id": "range_28", + "name": null, + "center": [ + 113, + 362 + ], + "peak": [ + 113, + 363 + ], + "area_cells": 30 + }, + { + "id": "range_30", + "name": null, + "center": [ + 118, + 153 + ], + "peak": [ + 119, + 154 + ], + "area_cells": 62 + }, + { + "id": "range_32", + "name": null, + "center": [ + 133, + 351 + ], + "peak": [ + 135, + 352 + ], + "area_cells": 108 + }, + { + "id": "range_33", + "name": null, + "center": [ + 143, + 299 + ], + "peak": [ + 141, + 299 + ], + "area_cells": 305 + }, + { + "id": "range_36", + "name": null, + "center": [ + 151, + 196 + ], + "peak": [ + 153, + 196 + ], + "area_cells": 117 + }, + { + "id": "range_37", + "name": null, + "center": [ + 168, + 147 + ], + "peak": [ + 171, + 148 + ], + "area_cells": 427 + }, + { + "id": "range_38", + "name": null, + "center": [ + 156, + 214 + ], + "peak": [ + 159, + 215 + ], + "area_cells": 35 + }, + { + "id": "range_40", + "name": null, + "center": [ + 165, + 321 + ], + "peak": [ + 166, + 323 + ], + "area_cells": 129 + }, + { + "id": "range_42", + "name": null, + "center": [ + 186, + 273 + ], + "peak": [ + 178, + 278 + ], + "area_cells": 311 + }, + { + "id": "range_45", + "name": null, + "center": [ + 189, + 27 + ], + "peak": [ + 189, + 27 + ], + "area_cells": 28 + }, + { + "id": "range_46", + "name": null, + "center": [ + 197, + 295 + ], + "peak": [ + 197, + 296 + ], + "area_cells": 138 + }, + { + "id": "range_53", + "name": null, + "center": [ + 203, + 93 + ], + "peak": [ + 204, + 94 + ], + "area_cells": 53 + }, + { + "id": "range_54", + "name": null, + "center": [ + 207, + 82 + ], + "peak": [ + 207, + 84 + ], + "area_cells": 85 + }, + { + "id": "range_55", + "name": null, + "center": [ + 212, + 66 + ], + "peak": [ + 209, + 67 + ], + "area_cells": 61 + }, + { + "id": "range_56", + "name": null, + "center": [ + 211, + 57 + ], + "peak": [ + 212, + 58 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435e/globe.png new file mode 100644 index 000000000..33e542a76 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435e/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435e/index.md b/wiki/star-systems/GJ-435/bodies/GJ435e/index.md new file mode 100644 index 000000000..b068cf39f --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ435e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3115367308 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.789 + period_days: 980.0 + axial_tilt_deg: 23.8 +physical: + gravity_g: null + oblateness: 0.0556 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.066 +--- + +# GJ435e + +Gas giant. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 980 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435f/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435f/globe.png new file mode 100644 index 000000000..9e74afed0 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435f/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435f/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435f/heightmap.png new file mode 100644 index 000000000..90e4504eb Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435f/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435f/index.md b/wiki/star-systems/GJ-435/bodies/GJ435f/index.md new file mode 100644 index 000000000..02751b0c3 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 126346484 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.428 + period_days: 2600.0 + axial_tilt_deg: 40.3 +physical: + gravity_g: 0.47 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435f + +Frozen planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.47g | +| **Land** | 90% | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435f/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435f/markers.json new file mode 100644 index 000000000..7f12f86a4 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435f/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 163, + 243 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 215, + 172 + ], + "area_fraction": 0.0493 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 218, + 448 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 27 + ], + "peak": [ + 0, + 3 + ], + "area_cells": 2389 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 504 + ], + "peak": [ + 2, + 511 + ], + "area_cells": 281 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 98 + ], + "peak": [ + 5, + 99 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 15, + 366 + ], + "peak": [ + 14, + 372 + ], + "area_cells": 197 + }, + { + "id": "range_11", + "name": null, + "center": [ + 26, + 449 + ], + "peak": [ + 26, + 450 + ], + "area_cells": 41 + }, + { + "id": "range_13", + "name": null, + "center": [ + 102, + 444 + ], + "peak": [ + 75, + 457 + ], + "area_cells": 9899 + }, + { + "id": "range_14", + "name": null, + "center": [ + 60, + 367 + ], + "peak": [ + 60, + 371 + ], + "area_cells": 96 + }, + { + "id": "range_18", + "name": null, + "center": [ + 248, + 257 + ], + "peak": [ + 248, + 262 + ], + "area_cells": 116 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435g/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435g/globe.png new file mode 100644 index 000000000..52f97765a Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435g/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435g/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435g/heightmap.png new file mode 100644 index 000000000..18b9d1c7e Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435g/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435g/index.md b/wiki/star-systems/GJ-435/bodies/GJ435g/index.md new file mode 100644 index 000000000..6048b9c29 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 801751991 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.372 + period_days: 5100.0 + axial_tilt_deg: 46.9 +physical: + gravity_g: 0.38 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.376 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435g + +Frozen planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 99% | +| **Year** | 5100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435g/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435g/markers.json new file mode 100644 index 000000000..b91473432 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435g/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 424 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 124 + ], + "peak": [ + 3, + 121 + ], + "area_cells": 176 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 455 + ], + "peak": [ + 66, + 456 + ], + "area_cells": 43 + }, + { + "id": "range_4", + "name": null, + "center": [ + 167, + 117 + ], + "peak": [ + 179, + 64 + ], + "area_cells": 20884 + }, + { + "id": "range_6", + "name": null, + "center": [ + 100, + 201 + ], + "peak": [ + 99, + 200 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 244 + ], + "peak": [ + 101, + 246 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 358 + ], + "peak": [ + 118, + 359 + ], + "area_cells": 29 + }, + { + "id": "range_9", + "name": null, + "center": [ + 198, + 360 + ], + "peak": [ + 215, + 303 + ], + "area_cells": 15314 + }, + { + "id": "range_11", + "name": null, + "center": [ + 203, + 505 + ], + "peak": [ + 204, + 510 + ], + "area_cells": 239 + }, + { + "id": "range_12", + "name": null, + "center": [ + 205, + 158 + ], + "peak": [ + 205, + 158 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435h/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435h/globe.png new file mode 100644 index 000000000..2313dd2b3 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435h/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435h/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435h/heightmap.png new file mode 100644 index 000000000..089999080 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435h/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435h/index.md b/wiki/star-systems/GJ-435/bodies/GJ435h/index.md new file mode 100644 index 000000000..40b9d47db --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2845150896 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.019 + period_days: 9300.0 + axial_tilt_deg: 55.1 +physical: + gravity_g: 0.29 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.397 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435h + +Frozen planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Land** | 99% | +| **Year** | 9300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435h/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435h/markers.json new file mode 100644 index 000000000..0dd8c655b --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435h/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 462 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 88, + 132 + ], + "peak": [ + 116, + 98 + ], + "area_cells": 11728 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 495 + ], + "peak": [ + 87, + 491 + ], + "area_cells": 684 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 438 + ], + "peak": [ + 106, + 451 + ], + "area_cells": 2863 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 279 + ], + "peak": [ + 106, + 280 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 252 + ], + "peak": [ + 172, + 252 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 190, + 402 + ], + "peak": [ + 187, + 396 + ], + "area_cells": 537 + }, + { + "id": "range_12", + "name": null, + "center": [ + 190, + 440 + ], + "peak": [ + 191, + 445 + ], + "area_cells": 128 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-435/bodies/GJ435i/globe.png b/wiki/star-systems/GJ-435/bodies/GJ435i/globe.png new file mode 100644 index 000000000..b85fb431b Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435i/globe.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435i/heightmap.png b/wiki/star-systems/GJ-435/bodies/GJ435i/heightmap.png new file mode 100644 index 000000000..8ef9e9441 Binary files /dev/null and b/wiki/star-systems/GJ-435/bodies/GJ435i/heightmap.png differ diff --git a/wiki/star-systems/GJ-435/bodies/GJ435i/index.md b/wiki/star-systems/GJ-435/bodies/GJ435i/index.md new file mode 100644 index 000000000..4eb9ad9b7 --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ435i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3575249951 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.894 + period_days: 16800.0 + axial_tilt_deg: 20.1 +physical: + gravity_g: 0.21 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.177 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ435i + +Frozen planet. + +**System:** [GJ-435](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 94% | +| **Year** | 16800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-435/bodies/GJ435i/markers.json b/wiki/star-systems/GJ-435/bodies/GJ435i/markers.json new file mode 100644 index 000000000..46ff6252b --- /dev/null +++ b/wiki/star-systems/GJ-435/bodies/GJ435i/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 19, + 100 + ], + "area_fraction": 0.0286 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 352 + ], + "peak": [ + 65, + 353 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 163, + 413 + ], + "peak": [ + 174, + 389 + ], + "area_cells": 19810 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 502 + ], + "peak": [ + 79, + 505 + ], + "area_cells": 380 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 483 + ], + "peak": [ + 78, + 485 + ], + "area_cells": 45 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 1 + ], + "peak": [ + 85, + 0 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 278 + ], + "peak": [ + 99, + 280 + ], + "area_cells": 157 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 286 + ], + "peak": [ + 119, + 289 + ], + "area_cells": 50 + }, + { + "id": "range_12", + "name": null, + "center": [ + 179, + 13 + ], + "peak": [ + 173, + 16 + ], + "area_cells": 1883 + }, + { + "id": "range_13", + "name": null, + "center": [ + 205, + 237 + ], + "peak": [ + 207, + 273 + ], + "area_cells": 4076 + }, + { + "id": "range_15", + "name": null, + "center": [ + 235, + 1 + ], + "peak": [ + 236, + 2 + ], + "area_cells": 36 + }, + { + "id": "range_16", + "name": null, + "center": [ + 253, + 423 + ], + "peak": [ + 255, + 426 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ438b/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438b/globe.png new file mode 100644 index 000000000..23be436bd Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438b/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438b/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438b/heightmap.png new file mode 100644 index 000000000..f2d570976 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438b/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438b/index.md b/wiki/star-systems/GJ-438/bodies/GJ438b/index.md new file mode 100644 index 000000000..3e2351136 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ438b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2542876636 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 9.2 +physical: + gravity_g: 0.45 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.902 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438b + +Barren planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.45g | +| **Land** | 96% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438b/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438b/markers.json new file mode 100644 index 000000000..19b2104b5 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438b/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 477 + ], + "peak": [ + 69, + 476 + ], + "area_cells": 35 + }, + { + "id": "range_2", + "name": null, + "center": [ + 82, + 496 + ], + "peak": [ + 83, + 496 + ], + "area_cells": 244 + }, + { + "id": "range_3", + "name": null, + "center": [ + 89, + 67 + ], + "peak": [ + 90, + 68 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 168, + 264 + ], + "peak": [ + 151, + 285 + ], + "area_cells": 5843 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 398 + ], + "peak": [ + 107, + 399 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 104, + 478 + ], + "peak": [ + 105, + 479 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 155, + 448 + ], + "peak": [ + 170, + 443 + ], + "area_cells": 2396 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 249 + ], + "peak": [ + 122, + 247 + ], + "area_cells": 208 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 398 + ], + "peak": [ + 147, + 401 + ], + "area_cells": 733 + }, + { + "id": "range_13", + "name": null, + "center": [ + 174, + 339 + ], + "peak": [ + 177, + 340 + ], + "area_cells": 131 + }, + { + "id": "range_14", + "name": null, + "center": [ + 174, + 493 + ], + "peak": [ + 177, + 494 + ], + "area_cells": 163 + }, + { + "id": "range_15", + "name": null, + "center": [ + 201, + 151 + ], + "peak": [ + 200, + 152 + ], + "area_cells": 36 + }, + { + "id": "range_16", + "name": null, + "center": [ + 205, + 264 + ], + "peak": [ + 208, + 260 + ], + "area_cells": 139 + }, + { + "id": "range_19", + "name": null, + "center": [ + 208, + 185 + ], + "peak": [ + 210, + 189 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438c/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438c/globe.png new file mode 100644 index 000000000..af17e160d Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438c/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438c/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438c/heightmap.png new file mode 100644 index 000000000..babc6dc68 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438c/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438c/index.md b/wiki/star-systems/GJ-438/bodies/GJ438c/index.md new file mode 100644 index 000000000..3d5ce363f --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ438c +name: Relay 7 +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2213603229 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.831 + period_days: 310.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.88 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.538 + polar_ice_lat: 0.75 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Relay 7 + +Temperate planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 54% | +| **Year** | 310 days | +| **Inhabited** | yes | +| **Population** | 160K | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438c/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438c/markers.json new file mode 100644 index 000000000..0f4124fff --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438c/markers.json @@ -0,0 +1,954 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 125, + 119 + ], + [ + 126, + 120 + ], + [ + 127, + 120 + ], + [ + 127, + 121 + ], + [ + 128, + 121 + ], + [ + 129, + 120 + ], + [ + 130, + 120 + ], + [ + 129, + 119 + ], + [ + 128, + 118 + ], + [ + 129, + 117 + ], + [ + 130, + 116 + ], + [ + 130, + 115 + ], + [ + 130, + 114 + ], + [ + 129, + 113 + ], + [ + 130, + 112 + ], + [ + 130, + 111 + ], + [ + 130, + 110 + ], + [ + 129, + 110 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 187, + 308 + ], + [ + 188, + 307 + ], + [ + 189, + 306 + ], + [ + 190, + 305 + ], + [ + 191, + 304 + ], + [ + 192, + 303 + ], + [ + 193, + 302 + ], + [ + 194, + 301 + ], + [ + 195, + 300 + ], + [ + 196, + 299 + ], + [ + 196, + 298 + ], + [ + 197, + 297 + ], + [ + 198, + 296 + ], + [ + 199, + 297 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 129, + 170 + ], + [ + 130, + 169 + ], + [ + 131, + 168 + ], + [ + 132, + 167 + ], + [ + 133, + 167 + ], + [ + 134, + 167 + ], + [ + 135, + 166 + ], + [ + 135, + 167 + ], + [ + 136, + 168 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 23, + 96 + ], + [ + 22, + 96 + ], + [ + 21, + 96 + ], + [ + 20, + 96 + ], + [ + 19, + 96 + ], + [ + 18, + 96 + ], + [ + 17, + 95 + ], + [ + 16, + 95 + ], + [ + 15, + 95 + ], + [ + 14, + 94 + ], + [ + 13, + 94 + ], + [ + 12, + 93 + ], + [ + 11, + 92 + ], + [ + 11, + 91 + ], + [ + 11, + 90 + ], + [ + 11, + 89 + ], + [ + 11, + 88 + ], + [ + 11, + 87 + ], + [ + 10, + 86 + ], + [ + 9, + 86 + ], + [ + 9, + 85 + ], + [ + 8, + 84 + ], + [ + 8, + 85 + ], + [ + 7, + 86 + ], + [ + 6, + 87 + ], + [ + 5, + 87 + ], + [ + 4, + 87 + ], + [ + 3, + 86 + ], + [ + 2, + 87 + ], + [ + 2, + 88 + ], + [ + 2, + 89 + ], + [ + 3, + 90 + ], + [ + 3, + 91 + ], + [ + 2, + 92 + ], + [ + 1, + 93 + ], + [ + 1, + 92 + ], + [ + 0, + 91 + ], + [ + 0, + 92 + ], + [ + 0, + 93 + ], + [ + 1, + 94 + ], + [ + 1, + 95 + ], + [ + 0, + 94 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 194, + 195 + ], + [ + 193, + 194 + ], + [ + 192, + 194 + ], + [ + 191, + 194 + ], + [ + 190, + 193 + ], + [ + 190, + 194 + ], + [ + 189, + 195 + ], + [ + 188, + 196 + ], + [ + 187, + 197 + ], + [ + 188, + 198 + ], + [ + 189, + 199 + ], + [ + 188, + 200 + ], + [ + 189, + 200 + ], + [ + 189, + 201 + ], + [ + 188, + 202 + ], + [ + 189, + 202 + ], + [ + 188, + 201 + ], + [ + 187, + 201 + ], + [ + 186, + 200 + ], + [ + 187, + 199 + ], + [ + 187, + 200 + ], + [ + 186, + 199 + ], + [ + 186, + 198 + ], + [ + 185, + 197 + ], + [ + 186, + 197 + ], + [ + 187, + 196 + ], + [ + 187, + 195 + ], + [ + 188, + 195 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 120, + 138 + ], + [ + 119, + 137 + ], + [ + 118, + 136 + ], + [ + 117, + 135 + ], + [ + 116, + 134 + ], + [ + 115, + 133 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 196, + 369 + ], + [ + 197, + 369 + ], + [ + 198, + 370 + ], + [ + 199, + 371 + ], + [ + 200, + 371 + ], + [ + 201, + 372 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 219, + 205 + ], + [ + 218, + 204 + ], + [ + 217, + 203 + ], + [ + 216, + 204 + ], + [ + 215, + 205 + ], + [ + 214, + 204 + ], + [ + 213, + 203 + ], + [ + 212, + 203 + ], + [ + 211, + 202 + ], + [ + 210, + 201 + ], + [ + 210, + 200 + ], + [ + 209, + 199 + ], + [ + 208, + 199 + ], + [ + 207, + 199 + ], + [ + 206, + 198 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 235, + 93 + ], + [ + 236, + 93 + ], + [ + 237, + 92 + ], + [ + 238, + 93 + ], + [ + 239, + 93 + ], + [ + 240, + 92 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 182, + 181 + ], + [ + 183, + 180 + ], + [ + 184, + 179 + ], + [ + 185, + 178 + ], + [ + 186, + 179 + ], + [ + 187, + 179 + ], + [ + 188, + 178 + ], + [ + 189, + 177 + ], + [ + 190, + 176 + ], + [ + 191, + 176 + ], + [ + 192, + 175 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 9, + 511 + ], + [ + 10, + 0 + ], + [ + 11, + 0 + ], + [ + 12, + 1 + ], + [ + 13, + 0 + ], + [ + 14, + 1 + ], + [ + 15, + 1 + ], + [ + 16, + 1 + ], + [ + 17, + 0 + ], + [ + 18, + 1 + ], + [ + 19, + 0 + ], + [ + 20, + 0 + ], + [ + 21, + 0 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 228, + 269 + ], + [ + 229, + 270 + ], + [ + 230, + 271 + ], + [ + 231, + 272 + ], + [ + 232, + 273 + ], + [ + 233, + 274 + ], + [ + 234, + 273 + ], + [ + 235, + 274 + ], + [ + 236, + 274 + ], + [ + 237, + 274 + ], + [ + 238, + 274 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 39, + 90 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 165, + 221 + ], + "area_fraction": 0.4449 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 374 + ], + "peak": [ + 15, + 374 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 280 + ], + "peak": [ + 50, + 295 + ], + "area_cells": 1637 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 12 + ], + "peak": [ + 32, + 18 + ], + "area_cells": 319 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 384 + ], + "peak": [ + 35, + 384 + ], + "area_cells": 102 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 459 + ], + "peak": [ + 68, + 432 + ], + "area_cells": 4630 + }, + { + "id": "range_8", + "name": null, + "center": [ + 54, + 25 + ], + "peak": [ + 53, + 28 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 7 + ], + "peak": [ + 83, + 2 + ], + "area_cells": 230 + }, + { + "id": "range_10", + "name": null, + "center": [ + 126, + 387 + ], + "peak": [ + 127, + 386 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 213, + 435 + ], + "peak": [ + 216, + 447 + ], + "area_cells": 633 + }, + { + "id": "range_12", + "name": null, + "center": [ + 221, + 387 + ], + "peak": [ + 222, + 387 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438d/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438d/globe.png new file mode 100644 index 000000000..372d916e2 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438d/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438d/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438d/heightmap.png new file mode 100644 index 000000000..2fe003aae Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438d/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438d/index.md b/wiki/star-systems/GJ-438/bodies/GJ438d/index.md new file mode 100644 index 000000000..9bfaf3163 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ438d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1433274070 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.402 + period_days: 680.0 + axial_tilt_deg: 11.2 +physical: + gravity_g: 0.56 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.544 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.106 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438d + +Cold Arid planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438d/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438d/markers.json new file mode 100644 index 000000000..846806326 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438d/markers.json @@ -0,0 +1,1027 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 501 + ], + [ + 138, + 500 + ], + [ + 139, + 501 + ], + [ + 140, + 502 + ], + [ + 141, + 503 + ], + [ + 142, + 504 + ], + [ + 143, + 505 + ], + [ + 144, + 506 + ], + [ + 145, + 505 + ], + [ + 146, + 505 + ], + [ + 147, + 504 + ], + [ + 148, + 505 + ], + [ + 149, + 506 + ], + [ + 150, + 506 + ], + [ + 151, + 505 + ], + [ + 152, + 504 + ], + [ + 153, + 505 + ], + [ + 154, + 505 + ], + [ + 155, + 505 + ], + [ + 156, + 505 + ], + [ + 156, + 504 + ], + [ + 157, + 504 + ], + [ + 157, + 503 + ], + [ + 156, + 503 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 171, + 129 + ], + [ + 172, + 128 + ], + [ + 173, + 127 + ], + [ + 174, + 126 + ], + [ + 175, + 125 + ], + [ + 176, + 124 + ], + [ + 177, + 123 + ], + [ + 178, + 123 + ], + [ + 179, + 124 + ], + [ + 180, + 125 + ], + [ + 181, + 125 + ], + [ + 182, + 125 + ], + [ + 183, + 126 + ], + [ + 184, + 125 + ], + [ + 185, + 125 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 163, + 342 + ], + [ + 164, + 342 + ], + [ + 165, + 342 + ], + [ + 166, + 343 + ], + [ + 167, + 343 + ], + [ + 168, + 344 + ], + [ + 169, + 344 + ], + [ + 170, + 345 + ], + [ + 171, + 346 + ], + [ + 172, + 347 + ], + [ + 173, + 346 + ], + [ + 174, + 345 + ], + [ + 175, + 344 + ], + [ + 176, + 343 + ], + [ + 177, + 343 + ], + [ + 178, + 342 + ], + [ + 179, + 341 + ], + [ + 178, + 340 + ], + [ + 177, + 339 + ], + [ + 178, + 338 + ], + [ + 179, + 338 + ], + [ + 178, + 337 + ], + [ + 178, + 336 + ], + [ + 179, + 335 + ], + [ + 180, + 335 + ], + [ + 181, + 334 + ], + [ + 182, + 333 + ], + [ + 182, + 332 + ], + [ + 183, + 331 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 162, + 297 + ], + [ + 161, + 296 + ], + [ + 160, + 295 + ], + [ + 159, + 294 + ], + [ + 158, + 295 + ], + [ + 157, + 294 + ], + [ + 156, + 294 + ], + [ + 155, + 293 + ], + [ + 154, + 293 + ], + [ + 153, + 293 + ], + [ + 152, + 293 + ], + [ + 151, + 292 + ], + [ + 150, + 292 + ], + [ + 149, + 293 + ], + [ + 148, + 294 + ], + [ + 148, + 293 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 249, + 18 + ], + [ + 248, + 17 + ], + [ + 247, + 17 + ], + [ + 246, + 16 + ], + [ + 245, + 17 + ], + [ + 244, + 17 + ], + [ + 243, + 17 + ], + [ + 242, + 17 + ], + [ + 241, + 16 + ], + [ + 240, + 17 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 189 + ], + [ + 254, + 188 + ], + [ + 254, + 187 + ], + [ + 253, + 186 + ], + [ + 253, + 187 + ], + [ + 254, + 186 + ], + [ + 255, + 185 + ], + [ + 254, + 185 + ], + [ + 253, + 184 + ], + [ + 254, + 183 + ], + [ + 253, + 182 + ], + [ + 252, + 183 + ], + [ + 251, + 182 + ], + [ + 250, + 181 + ], + [ + 250, + 180 + ], + [ + 249, + 179 + ], + [ + 248, + 179 + ], + [ + 249, + 178 + ], + [ + 249, + 177 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 165, + 511 + ], + [ + 165, + 510 + ], + [ + 164, + 509 + ], + [ + 163, + 508 + ], + [ + 162, + 507 + ], + [ + 161, + 506 + ], + [ + 160, + 505 + ], + [ + 159, + 504 + ], + [ + 158, + 504 + ], + [ + 157, + 504 + ], + [ + 156, + 504 + ], + [ + 157, + 505 + ], + [ + 156, + 506 + ], + [ + 156, + 505 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 227, + 416 + ], + [ + 228, + 417 + ], + [ + 229, + 418 + ], + [ + 230, + 419 + ], + [ + 231, + 420 + ], + [ + 232, + 421 + ], + [ + 233, + 421 + ], + [ + 234, + 420 + ], + [ + 235, + 420 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 120, + 217 + ], + [ + 121, + 218 + ], + [ + 122, + 219 + ], + [ + 123, + 220 + ], + [ + 124, + 221 + ], + [ + 125, + 222 + ], + [ + 126, + 221 + ], + [ + 127, + 220 + ], + [ + 128, + 219 + ], + [ + 129, + 218 + ], + [ + 130, + 218 + ], + [ + 131, + 217 + ], + [ + 132, + 216 + ], + [ + 132, + 215 + ], + [ + 133, + 214 + ], + [ + 134, + 213 + ], + [ + 135, + 212 + ], + [ + 135, + 211 + ], + [ + 136, + 210 + ], + [ + 137, + 209 + ], + [ + 137, + 208 + ], + [ + 136, + 207 + ], + [ + 137, + 206 + ], + [ + 137, + 205 + ], + [ + 138, + 204 + ], + [ + 138, + 203 + ], + [ + 139, + 203 + ], + [ + 140, + 202 + ], + [ + 140, + 201 + ], + [ + 141, + 201 + ], + [ + 142, + 202 + ], + [ + 141, + 203 + ], + [ + 141, + 202 + ], + [ + 140, + 203 + ], + [ + 139, + 204 + ], + [ + 140, + 205 + ], + [ + 141, + 204 + ], + [ + 142, + 204 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 235, + 190 + ], + [ + 235, + 191 + ], + [ + 236, + 192 + ], + [ + 237, + 193 + ], + [ + 236, + 194 + ], + [ + 237, + 194 + ], + [ + 236, + 195 + ], + [ + 237, + 195 + ], + [ + 237, + 196 + ], + [ + 236, + 196 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 248, + 493 + ], + [ + 248, + 494 + ], + [ + 249, + 493 + ], + [ + 249, + 494 + ], + [ + 250, + 494 + ], + [ + 250, + 495 + ], + [ + 251, + 496 + ], + [ + 252, + 495 + ], + [ + 251, + 494 + ], + [ + 251, + 493 + ], + [ + 252, + 492 + ], + [ + 253, + 491 + ], + [ + 252, + 491 + ], + [ + 253, + 490 + ], + [ + 254, + 489 + ], + [ + 255, + 489 + ], + [ + 254, + 488 + ], + [ + 255, + 487 + ], + [ + 255, + 486 + ], + [ + 254, + 486 + ], + [ + 255, + 485 + ], + [ + 255, + 484 + ], + [ + 254, + 484 + ], + [ + 255, + 483 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 206, + 315 + ], + [ + 205, + 315 + ], + [ + 204, + 315 + ], + [ + 203, + 315 + ], + [ + 202, + 314 + ], + [ + 201, + 315 + ], + [ + 200, + 316 + ], + [ + 199, + 316 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 218, + 305 + ], + "area_fraction": 0.0836 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 247 + ], + "peak": [ + 103, + 33 + ], + "area_cells": 33769 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 299 + ], + "peak": [ + 122, + 307 + ], + "area_cells": 860 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 367 + ], + "peak": [ + 132, + 357 + ], + "area_cells": 511 + }, + { + "id": "range_5", + "name": null, + "center": [ + 134, + 17 + ], + "peak": [ + 134, + 18 + ], + "area_cells": 58 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 456 + ], + "peak": [ + 149, + 459 + ], + "area_cells": 193 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438e-m1/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/globe.png new file mode 100644 index 000000000..ce2725a50 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438e-m1/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/heightmap.png new file mode 100644 index 000000000..a242d6c2f Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438e-m1/index.md b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/index.md new file mode 100644 index 000000000..0aba83f2f --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ438e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4045631474 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.1 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438e-m1 + +Frozen moon. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438e-m1/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/markers.json new file mode 100644 index 000000000..2beaf67a9 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438e-m1/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 10, + 333 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 209 + ], + "peak": [ + 86, + 388 + ], + "area_cells": 31123 + }, + { + "id": "range_2", + "name": null, + "center": [ + 150, + 4 + ], + "peak": [ + 152, + 4 + ], + "area_cells": 60 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 509 + ], + "peak": [ + 149, + 511 + ], + "area_cells": 36 + }, + { + "id": "range_5", + "name": null, + "center": [ + 169, + 485 + ], + "peak": [ + 170, + 485 + ], + "area_cells": 194 + }, + { + "id": "range_9", + "name": null, + "center": [ + 200, + 506 + ], + "peak": [ + 195, + 511 + ], + "area_cells": 176 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 195 + ], + "peak": [ + 215, + 203 + ], + "area_cells": 1504 + }, + { + "id": "range_11", + "name": null, + "center": [ + 215, + 118 + ], + "peak": [ + 220, + 116 + ], + "area_cells": 44 + }, + { + "id": "range_13", + "name": null, + "center": [ + 218, + 456 + ], + "peak": [ + 216, + 459 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 216, + 379 + ], + "peak": [ + 216, + 379 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 247, + 114 + ], + "peak": [ + 248, + 115 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 245, + 96 + ], + "peak": [ + 246, + 97 + ], + "area_cells": 78 + }, + { + "id": "range_18", + "name": null, + "center": [ + 243, + 216 + ], + "peak": [ + 243, + 217 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438e/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438e/globe.png new file mode 100644 index 000000000..094990ad4 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438e/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438e/index.md b/wiki/star-systems/GJ-438/bodies/GJ438e/index.md new file mode 100644 index 000000000..8cb215b29 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ438e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 4196476067 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: null + oblateness: 0.0836 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.186 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.13 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.49 + opacity_base: 0.61 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ438e + +Gas giant. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438f/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438f/globe.png new file mode 100644 index 000000000..38af1468b Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438f/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438f/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438f/heightmap.png new file mode 100644 index 000000000..fce0a16c0 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438f/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438f/index.md b/wiki/star-systems/GJ-438/bodies/GJ438f/index.md new file mode 100644 index 000000000..54ba0fc0b --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ438f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 272112540 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.718 + period_days: 5600.0 + axial_tilt_deg: 28.5 +physical: + gravity_g: 0.44 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.881 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438f + +Frozen planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438f/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438f/markers.json new file mode 100644 index 000000000..d7b959bcf --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438f/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 123, + 57 + ], + "area_fraction": 0.056 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 118, + 500 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 113, + 299 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 183, + 437 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 35 + ], + "peak": [ + 0, + 16 + ], + "area_cells": 516 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 317 + ], + "peak": [ + 12, + 321 + ], + "area_cells": 19489 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 491 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 77 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 85 + ], + "peak": [ + 37, + 95 + ], + "area_cells": 954 + }, + { + "id": "range_5", + "name": null, + "center": [ + 17, + 454 + ], + "peak": [ + 17, + 454 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 51, + 6 + ], + "peak": [ + 50, + 0 + ], + "area_cells": 260 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 212 + ], + "peak": [ + 74, + 212 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 88, + 235 + ], + "peak": [ + 89, + 234 + ], + "area_cells": 172 + }, + { + "id": "range_15", + "name": null, + "center": [ + 215, + 215 + ], + "peak": [ + 214, + 215 + ], + "area_cells": 1017 + }, + { + "id": "range_16", + "name": null, + "center": [ + 213, + 159 + ], + "peak": [ + 215, + 159 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438g/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438g/globe.png new file mode 100644 index 000000000..2af061fc9 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438g/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438g/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438g/heightmap.png new file mode 100644 index 000000000..19eeadc4c Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438g/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438g/index.md b/wiki/star-systems/GJ-438/bodies/GJ438g/index.md new file mode 100644 index 000000000..8b610e226 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ438g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 888696019 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.714 + period_days: 12400.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.35 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.702 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438g + +Frozen planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 12400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438g/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438g/markers.json new file mode 100644 index 000000000..94b066fda --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438g/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 109, + 485 + ], + "area_fraction": 0.0202 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 189, + 32 + ], + "area_fraction": 0.0648 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 120, + 300 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 204, + 400 + ], + "area_fraction": 0.1304 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 162, + 110 + ], + "area_fraction": 0.014 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 167, + 191 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 173, + 498 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 75 + ], + "peak": [ + 9, + 126 + ], + "area_cells": 4125 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 322 + ], + "peak": [ + 12, + 347 + ], + "area_cells": 7647 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 478 + ], + "peak": [ + 21, + 478 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 16, + 499 + ], + "peak": [ + 18, + 507 + ], + "area_cells": 424 + }, + { + "id": "range_6", + "name": null, + "center": [ + 23, + 469 + ], + "peak": [ + 22, + 471 + ], + "area_cells": 72 + }, + { + "id": "range_8", + "name": null, + "center": [ + 53, + 62 + ], + "peak": [ + 52, + 61 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 87, + 162 + ], + "peak": [ + 87, + 161 + ], + "area_cells": 23 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 99 + ], + "peak": [ + 91, + 100 + ], + "area_cells": 43 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 119 + ], + "peak": [ + 106, + 119 + ], + "area_cells": 37 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 173 + ], + "peak": [ + 116, + 173 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438h/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438h/globe.png new file mode 100644 index 000000000..a3ce9ecfd Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438h/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438h/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438h/heightmap.png new file mode 100644 index 000000000..a1dbbb934 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438h/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438h/index.md b/wiki/star-systems/GJ-438/bodies/GJ438h/index.md new file mode 100644 index 000000000..72a09fd5e --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ438h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2690730561 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 45.1 +physical: + gravity_g: 0.27 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.745 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.373 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438h + +Frozen planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438h/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438h/markers.json new file mode 100644 index 000000000..0aea2022a --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438h/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 47, + 138 + ], + "area_fraction": 0.1848 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 47, + 356 + ], + "area_fraction": 0.0265 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 34, + 489 + ], + "area_fraction": 0.0256 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 24, + 316 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 130, + 273 + ], + "peak": [ + 135, + 268 + ], + "area_cells": 94 + }, + { + "id": "range_3", + "name": null, + "center": [ + 185, + 285 + ], + "peak": [ + 185, + 332 + ], + "area_cells": 20356 + }, + { + "id": "range_5", + "name": null, + "center": [ + 144, + 88 + ], + "peak": [ + 147, + 88 + ], + "area_cells": 172 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 157 + ], + "peak": [ + 145, + 170 + ], + "area_cells": 338 + }, + { + "id": "range_10", + "name": null, + "center": [ + 187, + 121 + ], + "peak": [ + 182, + 118 + ], + "area_cells": 167 + }, + { + "id": "range_11", + "name": null, + "center": [ + 203, + 15 + ], + "peak": [ + 204, + 15 + ], + "area_cells": 81 + }, + { + "id": "range_17", + "name": null, + "center": [ + 249, + 11 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 302 + }, + { + "id": "range_19", + "name": null, + "center": [ + 251, + 505 + ], + "peak": [ + 255, + 510 + ], + "area_cells": 99 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-438/bodies/GJ438i/globe.png b/wiki/star-systems/GJ-438/bodies/GJ438i/globe.png new file mode 100644 index 000000000..120d3a3ac Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438i/globe.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438i/heightmap.png b/wiki/star-systems/GJ-438/bodies/GJ438i/heightmap.png new file mode 100644 index 000000000..06dd92a74 Binary files /dev/null and b/wiki/star-systems/GJ-438/bodies/GJ438i/heightmap.png differ diff --git a/wiki/star-systems/GJ-438/bodies/GJ438i/index.md b/wiki/star-systems/GJ-438/bodies/GJ438i/index.md new file mode 100644 index 000000000..1b0773791 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ438i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2705030998 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 56.0 +physical: + gravity_g: 0.12 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.888 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.447 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ438i + +Frozen planet. + +**System:** [GJ-438](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-438/bodies/GJ438i/markers.json b/wiki/star-systems/GJ-438/bodies/GJ438i/markers.json new file mode 100644 index 000000000..3e8255f55 --- /dev/null +++ b/wiki/star-systems/GJ-438/bodies/GJ438i/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 222, + 34 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 227, + 486 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 241, + 286 + ], + "area_fraction": 0.0179 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 271 + ], + "peak": [ + 11, + 375 + ], + "area_cells": 29075 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 20 + ], + "peak": [ + 68, + 20 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 394 + ], + "peak": [ + 77, + 395 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 84, + 184 + ], + "peak": [ + 84, + 188 + ], + "area_cells": 274 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 144 + ], + "peak": [ + 85, + 144 + ], + "area_cells": 39 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 473 + ], + "peak": [ + 92, + 473 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 75 + ], + "peak": [ + 111, + 76 + ], + "area_cells": 243 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 37 + ], + "peak": [ + 109, + 34 + ], + "area_cells": 189 + }, + { + "id": "range_14", + "name": null, + "center": [ + 128, + 503 + ], + "peak": [ + 129, + 504 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ442Ab/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/globe.png new file mode 100644 index 000000000..a3b21a352 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ab/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/heightmap.png new file mode 100644 index 000000000..e303b4c28 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ab/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/index.md new file mode 100644 index 000000000..163ea3a38 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ442Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 88499313 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.244 + period_days: 44.0 + axial_tilt_deg: 12.8 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.881 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Ab + +Barren planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 90% | +| **Year** | 44 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ab/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/markers.json new file mode 100644 index 000000000..d8f2c5b00 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ab/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 21, + 355 + ], + "area_fraction": 0.0512 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 24, + 172 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 10 + ], + "peak": [ + 63, + 14 + ], + "area_cells": 61 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 502 + ], + "peak": [ + 69, + 502 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 469 + ], + "peak": [ + 73, + 470 + ], + "area_cells": 124 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 505 + ], + "peak": [ + 96, + 506 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 488 + ], + "peak": [ + 109, + 482 + ], + "area_cells": 196 + }, + { + "id": "range_7", + "name": null, + "center": [ + 115, + 446 + ], + "peak": [ + 119, + 450 + ], + "area_cells": 157 + }, + { + "id": "range_8", + "name": null, + "center": [ + 168, + 298 + ], + "peak": [ + 172, + 219 + ], + "area_cells": 8366 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 47 + ], + "peak": [ + 155, + 47 + ], + "area_cells": 162 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 82 + ], + "peak": [ + 147, + 81 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 201, + 112 + ], + "peak": [ + 204, + 125 + ], + "area_cells": 5348 + }, + { + "id": "range_13", + "name": null, + "center": [ + 183, + 38 + ], + "peak": [ + 180, + 40 + ], + "area_cells": 367 + }, + { + "id": "range_15", + "name": null, + "center": [ + 187, + 5 + ], + "peak": [ + 187, + 6 + ], + "area_cells": 103 + }, + { + "id": "range_21", + "name": null, + "center": [ + 219, + 381 + ], + "peak": [ + 217, + 383 + ], + "area_cells": 64 + }, + { + "id": "range_22", + "name": null, + "center": [ + 219, + 217 + ], + "peak": [ + 220, + 217 + ], + "area_cells": 28 + }, + { + "id": "range_25", + "name": null, + "center": [ + 229, + 311 + ], + "peak": [ + 229, + 311 + ], + "area_cells": 24 + }, + { + "id": "range_30", + "name": null, + "center": [ + 249, + 132 + ], + "peak": [ + 250, + 131 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ac/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/globe.png new file mode 100644 index 000000000..515bce1c8 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ac/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/heightmap.png new file mode 100644 index 000000000..8f5832339 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ac/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/index.md new file mode 100644 index 000000000..f9a033ba4 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ442Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3089284288 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.548 + period_days: 148.0 + axial_tilt_deg: 5.5 +physical: + gravity_g: 0.74 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.961 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.058 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Ac + +Hot Arid planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 148 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ac/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/markers.json new file mode 100644 index 000000000..f39e6765a --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ac/markers.json @@ -0,0 +1,789 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 41, + 377 + ], + [ + 42, + 378 + ], + [ + 43, + 379 + ], + [ + 42, + 380 + ], + [ + 42, + 381 + ], + [ + 41, + 382 + ], + [ + 41, + 383 + ], + [ + 40, + 384 + ], + [ + 41, + 385 + ], + [ + 40, + 386 + ], + [ + 41, + 386 + ], + [ + 41, + 387 + ], + [ + 41, + 388 + ], + [ + 42, + 388 + ], + [ + 41, + 389 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 80, + 349 + ], + [ + 79, + 350 + ], + [ + 78, + 351 + ], + [ + 77, + 352 + ], + [ + 76, + 353 + ], + [ + 75, + 354 + ], + [ + 74, + 355 + ], + [ + 73, + 356 + ], + [ + 72, + 357 + ], + [ + 71, + 358 + ], + [ + 70, + 359 + ], + [ + 69, + 360 + ], + [ + 68, + 361 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 65, + 127 + ], + [ + 66, + 128 + ], + [ + 67, + 129 + ], + [ + 67, + 130 + ], + [ + 68, + 131 + ], + [ + 69, + 132 + ], + [ + 70, + 133 + ], + [ + 70, + 134 + ], + [ + 70, + 135 + ], + [ + 69, + 135 + ], + [ + 68, + 135 + ], + [ + 68, + 136 + ], + [ + 68, + 137 + ], + [ + 67, + 138 + ], + [ + 66, + 139 + ], + [ + 67, + 140 + ], + [ + 67, + 141 + ], + [ + 66, + 142 + ], + [ + 66, + 143 + ], + [ + 65, + 144 + ], + [ + 65, + 145 + ], + [ + 64, + 145 + ], + [ + 63, + 146 + ], + [ + 63, + 147 + ], + [ + 63, + 148 + ], + [ + 62, + 149 + ], + [ + 61, + 149 + ], + [ + 60, + 148 + ], + [ + 59, + 148 + ], + [ + 58, + 149 + ], + [ + 57, + 150 + ], + [ + 56, + 149 + ], + [ + 55, + 150 + ], + [ + 54, + 151 + ], + [ + 53, + 151 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 10, + 358 + ], + [ + 9, + 359 + ], + [ + 8, + 359 + ], + [ + 7, + 360 + ], + [ + 6, + 361 + ], + [ + 5, + 362 + ], + [ + 4, + 363 + ], + [ + 3, + 363 + ], + [ + 2, + 364 + ], + [ + 1, + 365 + ], + [ + 2, + 366 + ], + [ + 2, + 367 + ], + [ + 2, + 368 + ], + [ + 3, + 369 + ], + [ + 2, + 370 + ], + [ + 3, + 370 + ], + [ + 3, + 371 + ], + [ + 4, + 372 + ], + [ + 5, + 373 + ], + [ + 5, + 374 + ], + [ + 6, + 374 + ], + [ + 6, + 375 + ], + [ + 7, + 376 + ], + [ + 7, + 377 + ], + [ + 8, + 378 + ], + [ + 9, + 378 + ], + [ + 10, + 377 + ], + [ + 11, + 378 + ], + [ + 10, + 378 + ], + [ + 11, + 379 + ], + [ + 12, + 380 + ], + [ + 12, + 381 + ], + [ + 11, + 381 + ], + [ + 11, + 380 + ], + [ + 12, + 379 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 102, + 136 + ], + [ + 103, + 135 + ], + [ + 104, + 134 + ], + [ + 105, + 134 + ], + [ + 106, + 133 + ], + [ + 107, + 132 + ], + [ + 108, + 131 + ], + [ + 109, + 130 + ], + [ + 110, + 131 + ], + [ + 111, + 131 + ], + [ + 112, + 132 + ], + [ + 111, + 132 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 114, + 393 + ], + [ + 115, + 392 + ], + [ + 116, + 392 + ], + [ + 117, + 391 + ], + [ + 118, + 390 + ], + [ + 119, + 389 + ], + [ + 120, + 388 + ], + [ + 121, + 387 + ], + [ + 122, + 386 + ], + [ + 123, + 385 + ], + [ + 124, + 386 + ], + [ + 125, + 386 + ], + [ + 126, + 386 + ], + [ + 127, + 387 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 135, + 135 + ], + [ + 134, + 134 + ], + [ + 133, + 133 + ], + [ + 132, + 132 + ], + [ + 131, + 131 + ], + [ + 130, + 130 + ], + [ + 129, + 129 + ], + [ + 128, + 128 + ], + [ + 127, + 127 + ], + [ + 126, + 126 + ], + [ + 125, + 125 + ], + [ + 124, + 124 + ], + [ + 123, + 123 + ], + [ + 122, + 122 + ], + [ + 122, + 121 + ], + [ + 122, + 120 + ], + [ + 122, + 119 + ], + [ + 121, + 118 + ], + [ + 120, + 117 + ], + [ + 119, + 116 + ], + [ + 120, + 115 + ], + [ + 121, + 115 + ], + [ + 120, + 114 + ], + [ + 120, + 113 + ], + [ + 120, + 112 + ], + [ + 120, + 111 + ], + [ + 120, + 110 + ], + [ + 121, + 110 + ], + [ + 120, + 109 + ], + [ + 121, + 108 + ], + [ + 121, + 107 + ], + [ + 120, + 108 + ], + [ + 120, + 107 + ], + [ + 121, + 106 + ], + [ + 122, + 106 + ], + [ + 123, + 105 + ], + [ + 122, + 105 + ], + [ + 121, + 105 + ], + [ + 121, + 104 + ], + [ + 122, + 103 + ], + [ + 123, + 102 + ], + [ + 123, + 101 + ], + [ + 123, + 100 + ], + [ + 122, + 99 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 17, + 140 + ], + "area_fraction": 0.0503 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 17, + 450 + ], + "area_fraction": 0.0248 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 105, + 311 + ], + "peak": [ + 106, + 311 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 131, + 406 + ], + "peak": [ + 118, + 377 + ], + "area_cells": 2210 + }, + { + "id": "range_4", + "name": null, + "center": [ + 209, + 236 + ], + "peak": [ + 224, + 58 + ], + "area_cells": 36368 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ad/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/globe.png new file mode 100644 index 000000000..df42bbdbf Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ad/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/heightmap.png new file mode 100644 index 000000000..34c1ae12d Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ad/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/index.md new file mode 100644 index 000000000..5270b9b27 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ442Ad +name: Hagfors +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1765292524 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.935 + period_days: 330.0 + axial_tilt_deg: 18.9 +physical: + gravity_g: 0.92 + oblateness: 0.0039 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.565 + polar_ice_lat: 0.745 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Hagfors + +Temperate planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 330 days | +| **Inhabited** | yes | +| **Population** | 15M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ad/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/markers.json new file mode 100644 index 000000000..1c867ce9b --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ad/markers.json @@ -0,0 +1,639 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 19, + 133 + ], + [ + 18, + 134 + ], + [ + 17, + 133 + ], + [ + 16, + 132 + ], + [ + 16, + 131 + ], + [ + 15, + 130 + ], + [ + 14, + 129 + ], + [ + 13, + 129 + ], + [ + 12, + 128 + ], + [ + 11, + 127 + ], + [ + 11, + 126 + ], + [ + 10, + 125 + ], + [ + 9, + 124 + ], + [ + 8, + 124 + ], + [ + 8, + 125 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 18, + 414 + ], + [ + 18, + 415 + ], + [ + 19, + 416 + ], + [ + 20, + 417 + ], + [ + 21, + 418 + ], + [ + 22, + 419 + ], + [ + 23, + 420 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 94, + 359 + ], + [ + 93, + 360 + ], + [ + 92, + 360 + ], + [ + 91, + 359 + ], + [ + 90, + 359 + ], + [ + 90, + 358 + ], + [ + 89, + 359 + ], + [ + 89, + 360 + ], + [ + 89, + 361 + ], + [ + 89, + 362 + ], + [ + 90, + 363 + ], + [ + 89, + 363 + ], + [ + 89, + 364 + ], + [ + 90, + 364 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 24, + 195 + ], + [ + 25, + 194 + ], + [ + 26, + 193 + ], + [ + 27, + 193 + ], + [ + 28, + 192 + ], + [ + 29, + 191 + ], + [ + 30, + 192 + ], + [ + 31, + 193 + ], + [ + 32, + 194 + ], + [ + 33, + 195 + ], + [ + 34, + 194 + ], + [ + 35, + 194 + ], + [ + 36, + 194 + ], + [ + 37, + 195 + ], + [ + 38, + 195 + ], + [ + 39, + 194 + ], + [ + 40, + 195 + ], + [ + 41, + 196 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 20, + 406 + ], + [ + 21, + 405 + ], + [ + 22, + 406 + ], + [ + 23, + 407 + ], + [ + 24, + 408 + ], + [ + 25, + 409 + ], + [ + 26, + 409 + ], + [ + 27, + 410 + ], + [ + 26, + 411 + ], + [ + 27, + 411 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 64, + 216 + ], + [ + 65, + 215 + ], + [ + 66, + 214 + ], + [ + 67, + 214 + ], + [ + 68, + 213 + ], + [ + 69, + 212 + ], + [ + 70, + 211 + ], + [ + 71, + 210 + ], + [ + 72, + 211 + ], + [ + 73, + 210 + ], + [ + 74, + 209 + ], + [ + 75, + 208 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 94, + 130 + ], + [ + 93, + 131 + ], + [ + 92, + 130 + ], + [ + 91, + 129 + ], + [ + 90, + 128 + ], + [ + 89, + 127 + ], + [ + 88, + 126 + ], + [ + 87, + 125 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 15, + 315 + ], + [ + 15, + 316 + ], + [ + 16, + 316 + ], + [ + 15, + 317 + ], + [ + 14, + 316 + ], + [ + 13, + 316 + ], + [ + 13, + 317 + ], + [ + 12, + 317 + ], + [ + 12, + 316 + ], + [ + 11, + 316 + ], + [ + 11, + 317 + ], + [ + 10, + 316 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 248, + 348 + ], + [ + 249, + 347 + ], + [ + 250, + 347 + ], + [ + 251, + 347 + ], + [ + 252, + 346 + ], + [ + 253, + 346 + ], + [ + 254, + 345 + ], + [ + 255, + 345 + ], + [ + 255, + 344 + ], + [ + 255, + 343 + ], + [ + 255, + 342 + ], + [ + 255, + 341 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 154, + 404 + ], + [ + 154, + 403 + ], + [ + 153, + 402 + ], + [ + 152, + 401 + ], + [ + 151, + 401 + ], + [ + 150, + 400 + ], + [ + 149, + 401 + ], + [ + 148, + 400 + ], + [ + 147, + 399 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 116, + 237 + ], + "area_fraction": 0.3723 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 27, + 256 + ], + "area_fraction": 0.0373 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 68, + 155 + ], + "area_fraction": 0.0206 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 178, + 490 + ], + "peak": [ + 176, + 481 + ], + "area_cells": 930 + }, + { + "id": "range_2", + "name": null, + "center": [ + 185, + 9 + ], + "peak": [ + 189, + 0 + ], + "area_cells": 269 + }, + { + "id": "range_3", + "name": null, + "center": [ + 195, + 401 + ], + "peak": [ + 193, + 402 + ], + "area_cells": 496 + }, + { + "id": "range_4", + "name": null, + "center": [ + 212, + 140 + ], + "peak": [ + 206, + 125 + ], + "area_cells": 1731 + }, + { + "id": "range_5", + "name": null, + "center": [ + 224, + 429 + ], + "peak": [ + 224, + 430 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ae/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/globe.png new file mode 100644 index 000000000..ee53bf7d5 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ae/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/heightmap.png new file mode 100644 index 000000000..c90c8e505 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ae/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/index.md new file mode 100644 index 000000000..8ed1bf163 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ442Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3193369615 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.931 + period_days: 980.0 + axial_tilt_deg: 35.4 +physical: + gravity_g: 0.58 + oblateness: 0.0036 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.915 + polar_ice_lat: 0.468 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.107 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Ae + +Cold Arid planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 980 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ae/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/markers.json new file mode 100644 index 000000000..1d3b0222e --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ae/markers.json @@ -0,0 +1,875 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 119, + 113 + ], + [ + 120, + 112 + ], + [ + 121, + 111 + ], + [ + 122, + 110 + ], + [ + 123, + 111 + ], + [ + 124, + 111 + ], + [ + 124, + 110 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 130, + 106 + ], + [ + 131, + 107 + ], + [ + 132, + 107 + ], + [ + 133, + 108 + ], + [ + 134, + 109 + ], + [ + 134, + 110 + ], + [ + 134, + 111 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 100, + 245 + ], + [ + 99, + 244 + ], + [ + 98, + 244 + ], + [ + 97, + 243 + ], + [ + 96, + 242 + ], + [ + 95, + 242 + ], + [ + 95, + 241 + ], + [ + 95, + 240 + ], + [ + 94, + 239 + ], + [ + 94, + 238 + ], + [ + 94, + 237 + ], + [ + 94, + 236 + ], + [ + 93, + 236 + ], + [ + 92, + 235 + ], + [ + 91, + 234 + ], + [ + 90, + 233 + ], + [ + 91, + 232 + ], + [ + 91, + 231 + ], + [ + 90, + 232 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 76, + 118 + ], + [ + 77, + 119 + ], + [ + 78, + 120 + ], + [ + 79, + 121 + ], + [ + 80, + 122 + ], + [ + 81, + 123 + ], + [ + 82, + 123 + ], + [ + 83, + 123 + ], + [ + 84, + 124 + ], + [ + 85, + 124 + ], + [ + 85, + 123 + ], + [ + 86, + 124 + ], + [ + 87, + 125 + ], + [ + 88, + 126 + ], + [ + 89, + 125 + ], + [ + 90, + 125 + ], + [ + 91, + 124 + ], + [ + 92, + 125 + ], + [ + 92, + 124 + ], + [ + 93, + 124 + ], + [ + 94, + 123 + ], + [ + 94, + 124 + ], + [ + 95, + 125 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 138, + 144 + ], + [ + 137, + 145 + ], + [ + 136, + 144 + ], + [ + 135, + 143 + ], + [ + 134, + 142 + ], + [ + 133, + 141 + ], + [ + 132, + 140 + ], + [ + 131, + 139 + ], + [ + 130, + 138 + ], + [ + 129, + 139 + ], + [ + 129, + 138 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 122, + 88 + ], + [ + 121, + 89 + ], + [ + 120, + 90 + ], + [ + 119, + 89 + ], + [ + 118, + 89 + ], + [ + 117, + 90 + ], + [ + 116, + 90 + ], + [ + 115, + 91 + ], + [ + 114, + 90 + ], + [ + 113, + 89 + ], + [ + 112, + 89 + ], + [ + 112, + 88 + ], + [ + 111, + 87 + ], + [ + 110, + 86 + ], + [ + 111, + 85 + ], + [ + 110, + 85 + ], + [ + 109, + 84 + ], + [ + 108, + 83 + ], + [ + 108, + 82 + ], + [ + 107, + 83 + ], + [ + 107, + 82 + ], + [ + 106, + 81 + ], + [ + 106, + 80 + ], + [ + 107, + 80 + ], + [ + 108, + 81 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 80, + 511 + ], + [ + 81, + 0 + ], + [ + 82, + 1 + ], + [ + 83, + 1 + ], + [ + 84, + 2 + ], + [ + 85, + 2 + ], + [ + 86, + 1 + ], + [ + 87, + 0 + ], + [ + 88, + 511 + ], + [ + 89, + 510 + ], + [ + 90, + 509 + ], + [ + 91, + 508 + ], + [ + 92, + 507 + ], + [ + 93, + 508 + ], + [ + 94, + 508 + ], + [ + 95, + 509 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 62, + 115 + ], + [ + 61, + 116 + ], + [ + 60, + 117 + ], + [ + 59, + 118 + ], + [ + 58, + 118 + ], + [ + 58, + 119 + ], + [ + 57, + 120 + ], + [ + 57, + 121 + ], + [ + 57, + 122 + ], + [ + 57, + 123 + ], + [ + 56, + 124 + ], + [ + 55, + 123 + ], + [ + 54, + 122 + ], + [ + 54, + 123 + ], + [ + 54, + 124 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 136, + 188 + ], + [ + 135, + 187 + ], + [ + 134, + 186 + ], + [ + 133, + 185 + ], + [ + 132, + 184 + ], + [ + 131, + 183 + ], + [ + 130, + 184 + ], + [ + 129, + 184 + ], + [ + 128, + 183 + ], + [ + 127, + 183 + ], + [ + 126, + 182 + ], + [ + 125, + 181 + ], + [ + 124, + 181 + ], + [ + 123, + 180 + ], + [ + 122, + 179 + ], + [ + 121, + 180 + ], + [ + 120, + 181 + ], + [ + 119, + 181 + ], + [ + 118, + 182 + ], + [ + 118, + 183 + ], + [ + 117, + 182 + ], + [ + 117, + 181 + ], + [ + 116, + 181 + ], + [ + 117, + 180 + ], + [ + 118, + 180 + ], + [ + 118, + 181 + ], + [ + 119, + 180 + ], + [ + 118, + 179 + ], + [ + 119, + 179 + ], + [ + 119, + 178 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 154, + 446 + ], + [ + 153, + 447 + ], + [ + 153, + 448 + ], + [ + 154, + 449 + ], + [ + 155, + 450 + ], + [ + 156, + 451 + ], + [ + 157, + 452 + ], + [ + 158, + 453 + ], + [ + 159, + 454 + ], + [ + 160, + 454 + ], + [ + 161, + 453 + ], + [ + 162, + 453 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 99, + 453 + ], + [ + 100, + 454 + ], + [ + 101, + 454 + ], + [ + 102, + 455 + ], + [ + 102, + 456 + ], + [ + 101, + 456 + ], + [ + 100, + 457 + ], + [ + 99, + 457 + ], + [ + 98, + 458 + ], + [ + 97, + 459 + ], + [ + 96, + 459 + ], + [ + 95, + 460 + ], + [ + 94, + 461 + ], + [ + 93, + 462 + ], + [ + 92, + 462 + ], + [ + 92, + 463 + ], + [ + 93, + 464 + ], + [ + 93, + 465 + ], + [ + 92, + 465 + ], + [ + 92, + 464 + ], + [ + 93, + 463 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 92, + 369 + ], + "area_fraction": 0.0787 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 180, + 175 + ], + "peak": [ + 168, + 151 + ], + "area_cells": 3180 + }, + { + "id": "range_2", + "name": null, + "center": [ + 202, + 394 + ], + "peak": [ + 204, + 475 + ], + "area_cells": 8224 + }, + { + "id": "range_3", + "name": null, + "center": [ + 202, + 38 + ], + "peak": [ + 192, + 22 + ], + "area_cells": 3252 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/globe.png new file mode 100644 index 000000000..f0b069660 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/heightmap.png new file mode 100644 index 000000000..fba7e0788 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/index.md new file mode 100644 index 000000000..8f59d1bff --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ442Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3667757654 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.289 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Af-m1 + +Frozen moon. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 95% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/markers.json new file mode 100644 index 000000000..7065d7c16 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Af-m1/markers.json @@ -0,0 +1,282 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 17, + 207 + ], + "area_fraction": 0.0312 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 59, + 405 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 9 + ], + "peak": [ + 3, + 2 + ], + "area_cells": 278 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 491 + ], + "peak": [ + 2, + 511 + ], + "area_cells": 552 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 78 + ], + "peak": [ + 15, + 79 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 3 + ], + "peak": [ + 28, + 0 + ], + "area_cells": 77 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 163 + ], + "peak": [ + 47, + 164 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 157 + ], + "peak": [ + 83, + 147 + ], + "area_cells": 12077 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 504 + ], + "peak": [ + 65, + 509 + ], + "area_cells": 70 + }, + { + "id": "range_12", + "name": null, + "center": [ + 105, + 344 + ], + "peak": [ + 106, + 346 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 126, + 507 + ], + "peak": [ + 127, + 507 + ], + "area_cells": 83 + }, + { + "id": "range_15", + "name": null, + "center": [ + 127, + 355 + ], + "peak": [ + 128, + 357 + ], + "area_cells": 35 + }, + { + "id": "range_16", + "name": null, + "center": [ + 146, + 294 + ], + "peak": [ + 147, + 294 + ], + "area_cells": 25 + }, + { + "id": "range_18", + "name": null, + "center": [ + 151, + 23 + ], + "peak": [ + 152, + 22 + ], + "area_cells": 82 + }, + { + "id": "range_20", + "name": null, + "center": [ + 160, + 182 + ], + "peak": [ + 161, + 183 + ], + "area_cells": 156 + }, + { + "id": "range_21", + "name": null, + "center": [ + 174, + 491 + ], + "peak": [ + 190, + 492 + ], + "area_cells": 415 + }, + { + "id": "range_22", + "name": null, + "center": [ + 161, + 153 + ], + "peak": [ + 162, + 154 + ], + "area_cells": 59 + }, + { + "id": "range_23", + "name": null, + "center": [ + 162, + 3 + ], + "peak": [ + 162, + 4 + ], + "area_cells": 25 + }, + { + "id": "range_24", + "name": null, + "center": [ + 166, + 466 + ], + "peak": [ + 164, + 465 + ], + "area_cells": 35 + }, + { + "id": "range_26", + "name": null, + "center": [ + 192, + 5 + ], + "peak": [ + 194, + 5 + ], + "area_cells": 67 + }, + { + "id": "range_27", + "name": null, + "center": [ + 200, + 438 + ], + "peak": [ + 202, + 436 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Af/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Af/globe.png new file mode 100644 index 000000000..e0ab3b520 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Af/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Af/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Af/index.md new file mode 100644 index 000000000..4eef199bb --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Af/index.md @@ -0,0 +1,70 @@ +--- +id: GJ442Af +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 695047058 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.888 + period_days: 2800.0 + axial_tilt_deg: 19.9 +physical: + gravity_g: null + oblateness: 0.062 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.122 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.136 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.31 + opacity_base: 0.7 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ442Af + +Gas giant. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ag/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/globe.png new file mode 100644 index 000000000..1be2b82d6 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ag/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/heightmap.png new file mode 100644 index 000000000..361425e4d Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ag/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/index.md new file mode 100644 index 000000000..3aa66fe12 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ442Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3586243657 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.432 + period_days: 7400.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.44 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.787 + polar_ice_lat: 0.226 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Ag + +Frozen planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 7400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ag/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/markers.json new file mode 100644 index 000000000..0415862eb --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ag/markers.json @@ -0,0 +1,212 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 90, + 352 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 90, + 397 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 134, + 83 + ], + "area_fraction": 0.1052 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 125, + 266 + ], + "area_fraction": 0.03 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 146, + 342 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 141, + 484 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 189, + 500 + ], + "area_fraction": 0.008 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 244, + 350 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 6 + ], + "peak": [ + 0, + 12 + ], + "area_cells": 59 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 113 + ], + "peak": [ + 0, + 76 + ], + "area_cells": 4210 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 262 + ], + "peak": [ + 5, + 265 + ], + "area_cells": 270 + }, + { + "id": "range_8", + "name": null, + "center": [ + 14, + 278 + ], + "peak": [ + 0, + 278 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 12, + 370 + ], + "peak": [ + 0, + 375 + ], + "area_cells": 4431 + }, + { + "id": "range_10", + "name": null, + "center": [ + 3, + 496 + ], + "peak": [ + 0, + 508 + ], + "area_cells": 146 + }, + { + "id": "range_12", + "name": null, + "center": [ + 19, + 212 + ], + "peak": [ + 20, + 213 + ], + "area_cells": 26 + }, + { + "id": "range_21", + "name": null, + "center": [ + 44, + 180 + ], + "peak": [ + 45, + 180 + ], + "area_cells": 49 + }, + { + "id": "range_22", + "name": null, + "center": [ + 44, + 197 + ], + "peak": [ + 45, + 197 + ], + "area_cells": 103 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ah/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/globe.png new file mode 100644 index 000000000..7ccf4f5a5 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ah/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/heightmap.png new file mode 100644 index 000000000..b7c3d99bd Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ah/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/index.md new file mode 100644 index 000000000..aca63e503 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ442Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2364507126 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 12.427 + period_days: 16000.0 + axial_tilt_deg: 21.9 +physical: + gravity_g: 0.35 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.78 + polar_ice_lat: 0.108 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Ah + +Frozen planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ah/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/markers.json new file mode 100644 index 000000000..08c449e8b --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ah/markers.json @@ -0,0 +1,155 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 264 + ], + "area_fraction": 0.1988 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 112 + ], + "peak": [ + 90, + 111 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 170, + 255 + ], + "peak": [ + 194, + 353 + ], + "area_cells": 28977 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 229 + ], + "peak": [ + 118, + 233 + ], + "area_cells": 82 + }, + { + "id": "range_4", + "name": null, + "center": [ + 128, + 260 + ], + "peak": [ + 128, + 261 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 508 + ], + "peak": [ + 134, + 510 + ], + "area_cells": 47 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 505 + ], + "peak": [ + 155, + 511 + ], + "area_cells": 151 + }, + { + "id": "range_17", + "name": null, + "center": [ + 197, + 13 + ], + "peak": [ + 204, + 21 + ], + "area_cells": 779 + }, + { + "id": "range_20", + "name": null, + "center": [ + 202, + 41 + ], + "peak": [ + 203, + 42 + ], + "area_cells": 28 + }, + { + "id": "range_21", + "name": null, + "center": [ + 222, + 75 + ], + "peak": [ + 222, + 76 + ], + "area_cells": 38 + }, + { + "id": "range_24", + "name": null, + "center": [ + 226, + 84 + ], + "peak": [ + 227, + 84 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ai/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/globe.png new file mode 100644 index 000000000..ddeb33425 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ai/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/heightmap.png new file mode 100644 index 000000000..8a4ecd748 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ai/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/index.md new file mode 100644 index 000000000..68d8a9026 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ442Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3121238047 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 20.54 + period_days: 34000.0 + axial_tilt_deg: 34.2 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.438 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Ai + +Frozen planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Ai/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/markers.json new file mode 100644 index 000000000..ef080e337 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Ai/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 210, + 255 + ], + "area_fraction": 0.1248 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 227, + 364 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 172 + ], + "peak": [ + 35, + 194 + ], + "area_cells": 7045 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 239 + ], + "peak": [ + 5, + 248 + ], + "area_cells": 568 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 497 + ], + "peak": [ + 9, + 511 + ], + "area_cells": 168 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 439 + ], + "peak": [ + 79, + 457 + ], + "area_cells": 9223 + }, + { + "id": "range_8", + "name": null, + "center": [ + 36, + 7 + ], + "peak": [ + 38, + 11 + ], + "area_cells": 170 + }, + { + "id": "range_9", + "name": null, + "center": [ + 57, + 350 + ], + "peak": [ + 60, + 351 + ], + "area_cells": 87 + }, + { + "id": "range_10", + "name": null, + "center": [ + 81, + 254 + ], + "peak": [ + 81, + 254 + ], + "area_cells": 45 + }, + { + "id": "range_11", + "name": null, + "center": [ + 109, + 70 + ], + "peak": [ + 114, + 35 + ], + "area_cells": 4199 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 261 + ], + "peak": [ + 104, + 259 + ], + "area_cells": 79 + }, + { + "id": "range_16", + "name": null, + "center": [ + 110, + 291 + ], + "peak": [ + 108, + 294 + ], + "area_cells": 361 + }, + { + "id": "range_17", + "name": null, + "center": [ + 111, + 394 + ], + "peak": [ + 112, + 394 + ], + "area_cells": 94 + }, + { + "id": "range_20", + "name": null, + "center": [ + 138, + 161 + ], + "peak": [ + 138, + 162 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Aj/globe.png b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/globe.png new file mode 100644 index 000000000..364a6065d Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/globe.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Aj/heightmap.png b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/heightmap.png new file mode 100644 index 000000000..b14687e62 Binary files /dev/null and b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Aj/index.md b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/index.md new file mode 100644 index 000000000..dddfb196c --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ442Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1553832044 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 30.657 + period_days: 62000.0 + axial_tilt_deg: 56.9 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.788 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ442Aj + +Frozen planet. + +**System:** [GJ-442A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 62000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-442A/bodies/GJ442Aj/markers.json b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/markers.json new file mode 100644 index 000000000..f318591c4 --- /dev/null +++ b/wiki/star-systems/GJ-442A/bodies/GJ442Aj/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 119 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 24, + 15 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 111, + 361 + ], + "area_fraction": 0.1422 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 109, + 65 + ], + "area_fraction": 0.032 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 261 + ], + "peak": [ + 0, + 250 + ], + "area_cells": 551 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 305 + ], + "peak": [ + 0, + 298 + ], + "area_cells": 189 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 366 + ], + "peak": [ + 22, + 360 + ], + "area_cells": 1363 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 253 + ], + "peak": [ + 28, + 253 + ], + "area_cells": 95 + }, + { + "id": "range_7", + "name": null, + "center": [ + 56, + 252 + ], + "peak": [ + 60, + 285 + ], + "area_cells": 3869 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 133 + ], + "peak": [ + 66, + 144 + ], + "area_cells": 803 + }, + { + "id": "range_9", + "name": null, + "center": [ + 170, + 297 + ], + "peak": [ + 170, + 297 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ445b/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445b/globe.png new file mode 100644 index 000000000..95d3e6a35 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445b/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445b/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445b/heightmap.png new file mode 100644 index 000000000..c5f7a72fa Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445b/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445b/index.md b/wiki/star-systems/GJ-445/bodies/GJ445b/index.md new file mode 100644 index 000000000..a68feb628 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ445b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4179785580 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.3 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445b + +Barren planet. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445b/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445b/markers.json new file mode 100644 index 000000000..37cadcc7b --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445b/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 74, + 418 + ], + "peak": [ + 124, + 437 + ], + "area_cells": 3659 + }, + { + "id": "range_3", + "name": null, + "center": [ + 27, + 31 + ], + "peak": [ + 28, + 31 + ], + "area_cells": 43 + }, + { + "id": "range_6", + "name": null, + "center": [ + 67, + 24 + ], + "peak": [ + 46, + 18 + ], + "area_cells": 519 + }, + { + "id": "range_11", + "name": null, + "center": [ + 64, + 284 + ], + "peak": [ + 65, + 284 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 92, + 290 + ], + "peak": [ + 86, + 297 + ], + "area_cells": 559 + }, + { + "id": "range_14", + "name": null, + "center": [ + 81, + 351 + ], + "peak": [ + 81, + 351 + ], + "area_cells": 52 + }, + { + "id": "range_16", + "name": null, + "center": [ + 103, + 332 + ], + "peak": [ + 107, + 335 + ], + "area_cells": 235 + }, + { + "id": "range_21", + "name": null, + "center": [ + 128, + 240 + ], + "peak": [ + 137, + 231 + ], + "area_cells": 298 + }, + { + "id": "range_23", + "name": null, + "center": [ + 134, + 195 + ], + "peak": [ + 135, + 204 + ], + "area_cells": 749 + }, + { + "id": "range_25", + "name": null, + "center": [ + 133, + 303 + ], + "peak": [ + 130, + 296 + ], + "area_cells": 657 + }, + { + "id": "range_30", + "name": null, + "center": [ + 139, + 62 + ], + "peak": [ + 141, + 62 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 145, + 18 + ], + "peak": [ + 146, + 18 + ], + "area_cells": 52 + }, + { + "id": "range_35", + "name": null, + "center": [ + 209, + 258 + ], + "peak": [ + 189, + 257 + ], + "area_cells": 2099 + }, + { + "id": "range_37", + "name": null, + "center": [ + 172, + 450 + ], + "peak": [ + 170, + 455 + ], + "area_cells": 181 + }, + { + "id": "range_38", + "name": null, + "center": [ + 178, + 208 + ], + "peak": [ + 182, + 208 + ], + "area_cells": 37 + }, + { + "id": "range_39", + "name": null, + "center": [ + 177, + 313 + ], + "peak": [ + 177, + 313 + ], + "area_cells": 70 + }, + { + "id": "range_40", + "name": null, + "center": [ + 179, + 422 + ], + "peak": [ + 181, + 423 + ], + "area_cells": 69 + }, + { + "id": "range_43", + "name": null, + "center": [ + 198, + 506 + ], + "peak": [ + 199, + 507 + ], + "area_cells": 36 + }, + { + "id": "range_44", + "name": null, + "center": [ + 205, + 303 + ], + "peak": [ + 206, + 304 + ], + "area_cells": 84 + }, + { + "id": "range_47", + "name": null, + "center": [ + 212, + 223 + ], + "peak": [ + 212, + 223 + ], + "area_cells": 95 + }, + { + "id": "range_48", + "name": null, + "center": [ + 223, + 404 + ], + "peak": [ + 213, + 401 + ], + "area_cells": 212 + }, + { + "id": "range_50", + "name": null, + "center": [ + 239, + 328 + ], + "peak": [ + 235, + 331 + ], + "area_cells": 96 + }, + { + "id": "range_52", + "name": null, + "center": [ + 241, + 300 + ], + "peak": [ + 241, + 299 + ], + "area_cells": 42 + }, + { + "id": "range_53", + "name": null, + "center": [ + 244, + 388 + ], + "peak": [ + 247, + 388 + ], + "area_cells": 23 + }, + { + "id": "range_60", + "name": null, + "center": [ + 252, + 222 + ], + "peak": [ + 255, + 222 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m1/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/globe.png new file mode 100644 index 000000000..9d125da94 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m1/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/heightmap.png new file mode 100644 index 000000000..df9027ccc Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m1/index.md b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/index.md new file mode 100644 index 000000000..85acf33cd --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/index.md @@ -0,0 +1,74 @@ +--- +id: GJ445c-m1 +name: Jinghu +body_type: moon +planet_class: temperate +body_scale: moon +seed: 119628742 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 21.7 +physical: + gravity_g: 0.76 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.605 + polar_ice_lat: 0.724 + tectonics: active +environment: + geothermal_flux: moderate + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.522 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Jinghu + +Temperate moon. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | temperate | +| **Gravity** | 0.76g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 60% | +| **Orbit** | 4 days | +| **Inhabited** | yes | +| **Population** | 380K | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m1/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/markers.json new file mode 100644 index 000000000..84d18d5cf --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445c-m1/markers.json @@ -0,0 +1,472 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 172, + 86 + ], + [ + 173, + 85 + ], + [ + 174, + 84 + ], + [ + 175, + 83 + ], + [ + 176, + 82 + ], + [ + 177, + 81 + ], + [ + 178, + 82 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 172, + 357 + ], + [ + 172, + 356 + ], + [ + 172, + 355 + ], + [ + 173, + 356 + ], + [ + 174, + 357 + ], + [ + 175, + 356 + ], + [ + 176, + 356 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 233, + 511 + ], + [ + 232, + 510 + ], + [ + 231, + 509 + ], + [ + 230, + 508 + ], + [ + 229, + 507 + ], + [ + 228, + 506 + ], + [ + 227, + 505 + ], + [ + 226, + 506 + ], + [ + 225, + 505 + ], + [ + 224, + 506 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 199, + 287 + ], + [ + 198, + 286 + ], + [ + 197, + 285 + ], + [ + 196, + 284 + ], + [ + 195, + 283 + ], + [ + 194, + 283 + ], + [ + 193, + 284 + ], + [ + 192, + 285 + ], + [ + 191, + 286 + ], + [ + 192, + 287 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 196, + 308 + ], + [ + 195, + 309 + ], + [ + 194, + 308 + ], + [ + 193, + 307 + ], + [ + 193, + 306 + ], + [ + 192, + 305 + ], + [ + 192, + 306 + ], + [ + 191, + 305 + ], + [ + 190, + 306 + ], + [ + 190, + 307 + ], + [ + 189, + 307 + ], + [ + 188, + 308 + ], + [ + 188, + 309 + ], + [ + 187, + 308 + ], + [ + 186, + 307 + ], + [ + 185, + 306 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 144, + 187 + ], + [ + 145, + 186 + ], + [ + 144, + 185 + ], + [ + 145, + 184 + ], + [ + 146, + 183 + ], + [ + 147, + 182 + ], + [ + 146, + 181 + ], + [ + 145, + 180 + ], + [ + 146, + 180 + ], + [ + 147, + 181 + ], + [ + 147, + 180 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 108, + 299 + ], + [ + 107, + 300 + ], + [ + 106, + 301 + ], + [ + 105, + 302 + ], + [ + 104, + 303 + ], + [ + 103, + 304 + ], + [ + 102, + 305 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 232, + 6 + ], + [ + 233, + 5 + ], + [ + 234, + 4 + ], + [ + 235, + 3 + ], + [ + 236, + 4 + ], + [ + 237, + 3 + ], + [ + 238, + 2 + ], + [ + 239, + 1 + ], + [ + 240, + 0 + ], + [ + 241, + 1 + ], + [ + 242, + 1 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 46, + 324 + ], + "area_fraction": 0.2078 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 184, + 341 + ], + "area_fraction": 0.0816 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 155, + 101 + ], + "area_fraction": 0.0693 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 246, + 138 + ], + "area_fraction": 0.0243 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 151 + ], + "peak": [ + 96, + 165 + ], + "area_cells": 6670 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 462 + ], + "peak": [ + 71, + 466 + ], + "area_cells": 154 + }, + { + "id": "range_3", + "name": null, + "center": [ + 213, + 234 + ], + "peak": [ + 216, + 221 + ], + "area_cells": 491 + }, + { + "id": "range_5", + "name": null, + "center": [ + 231, + 404 + ], + "peak": [ + 233, + 404 + ], + "area_cells": 753 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m2/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/globe.png new file mode 100644 index 000000000..5ebadfb30 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m2/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/heightmap.png new file mode 100644 index 000000000..d4bf61743 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m2/index.md b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/index.md new file mode 100644 index 000000000..94f448934 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ445c-m2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1474211233 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 53.6 +physical: + gravity_g: 0.09 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445c-m2 + +Frozen moon. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 98% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c-m2/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/markers.json new file mode 100644 index 000000000..31dbeda3e --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445c-m2/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 173, + 256 + ], + "peak": [ + 205, + 274 + ], + "area_cells": 29983 + }, + { + "id": "range_5", + "name": null, + "center": [ + 124, + 122 + ], + "peak": [ + 125, + 122 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 500 + ], + "peak": [ + 128, + 495 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445c/globe.png new file mode 100644 index 000000000..90e5836d4 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445c/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445c/index.md b/wiki/star-systems/GJ-445/bodies/GJ445c/index.md new file mode 100644 index 000000000..0e56d6ef4 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445c/index.md @@ -0,0 +1,70 @@ +--- +id: GJ445c +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3525361355 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: null + oblateness: 0.0608 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.063 +rings: + enabled: true + inner_radius_factor: 1.19 + outer_radius_factor: 2.52 + opacity_base: 0.49 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ445c + +Gas giant. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445d/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445d/globe.png new file mode 100644 index 000000000..8e6334e3c Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445d/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445d/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445d/heightmap.png new file mode 100644 index 000000000..b8c114766 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445d/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445d/index.md b/wiki/star-systems/GJ-445/bodies/GJ445d/index.md new file mode 100644 index 000000000..ea359cdff --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ445d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1143103934 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.289 + period_days: 85.0 + axial_tilt_deg: 37.6 +physical: + gravity_g: 0.42 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.192 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.257 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445d + +Frozen planet. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 85 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445d/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445d/markers.json new file mode 100644 index 000000000..0fe687730 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445d/markers.json @@ -0,0 +1,268 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 116, + 360 + ], + [ + 115, + 359 + ], + [ + 114, + 358 + ], + [ + 113, + 357 + ], + [ + 114, + 356 + ], + [ + 114, + 355 + ], + [ + 113, + 354 + ], + [ + 113, + 353 + ], + [ + 113, + 352 + ], + [ + 114, + 351 + ], + [ + 115, + 350 + ], + [ + 115, + 349 + ], + [ + 114, + 348 + ], + [ + 114, + 347 + ], + [ + 114, + 346 + ], + [ + 114, + 345 + ], + [ + 114, + 344 + ], + [ + 115, + 343 + ], + [ + 114, + 342 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 238, + 494 + ], + [ + 237, + 493 + ], + [ + 236, + 493 + ], + [ + 235, + 494 + ], + [ + 234, + 495 + ], + [ + 234, + 496 + ], + [ + 235, + 497 + ], + [ + 234, + 498 + ], + [ + 233, + 498 + ], + [ + 233, + 499 + ], + [ + 234, + 500 + ], + [ + 235, + 501 + ], + [ + 235, + 500 + ], + [ + 234, + 501 + ], + [ + 235, + 502 + ], + [ + 234, + 503 + ], + [ + 234, + 502 + ], + [ + 235, + 503 + ], + [ + 235, + 504 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 222, + 360 + ], + "area_fraction": 0.0298 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 312 + ], + "peak": [ + 105, + 324 + ], + "area_cells": 2280 + }, + { + "id": "range_2", + "name": null, + "center": [ + 124, + 448 + ], + "peak": [ + 164, + 491 + ], + "area_cells": 3524 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 141 + ], + "peak": [ + 105, + 120 + ], + "area_cells": 8174 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 230 + ], + "peak": [ + 93, + 231 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 142, + 13 + ], + "peak": [ + 152, + 24 + ], + "area_cells": 733 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 399 + ], + "peak": [ + 147, + 396 + ], + "area_cells": 183 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445e/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445e/globe.png new file mode 100644 index 000000000..51b03082f Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445e/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445e/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445e/heightmap.png new file mode 100644 index 000000000..16d972e6d Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445e/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445e/index.md b/wiki/star-systems/GJ-445/bodies/GJ445e/index.md new file mode 100644 index 000000000..ecbe362f1 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ445e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2136708637 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.757 + period_days: 360.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.34 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445e + +Frozen planet. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 360 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445e/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445e/markers.json new file mode 100644 index 000000000..92e0d6477 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445e/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 193 + ], + "area_fraction": 0.2094 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 45, + 482 + ], + "area_fraction": 0.0405 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 192, + 234 + ], + "peak": [ + 205, + 139 + ], + "area_cells": 33294 + }, + { + "id": "range_4", + "name": null, + "center": [ + 140, + 15 + ], + "peak": [ + 142, + 16 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 344 + ], + "peak": [ + 144, + 344 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 162, + 34 + ], + "peak": [ + 173, + 2 + ], + "area_cells": 1421 + }, + { + "id": "range_9", + "name": null, + "center": [ + 208, + 492 + ], + "peak": [ + 209, + 489 + ], + "area_cells": 316 + }, + { + "id": "range_11", + "name": null, + "center": [ + 225, + 505 + ], + "peak": [ + 221, + 503 + ], + "area_cells": 234 + }, + { + "id": "range_12", + "name": null, + "center": [ + 237, + 481 + ], + "peak": [ + 239, + 484 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445f/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445f/globe.png new file mode 100644 index 000000000..9b21d2dd0 Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445f/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445f/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445f/heightmap.png new file mode 100644 index 000000000..8de30481a Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445f/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445f/index.md b/wiki/star-systems/GJ-445/bodies/GJ445f/index.md new file mode 100644 index 000000000..b6b8ab561 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ445f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2159265827 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 56.6 +physical: + gravity_g: 0.25 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.853 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445f + +Frozen planet. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445f/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445f/markers.json new file mode 100644 index 000000000..6d160c3f7 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445f/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 36 + ], + "area_fraction": 0.0417 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 39, + 463 + ], + "area_fraction": 0.0576 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 153, + 49 + ], + "area_fraction": 0.0218 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 183, + 148 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 271 + ], + "peak": [ + 98, + 345 + ], + "area_cells": 9289 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 246 + ], + "peak": [ + 118, + 246 + ], + "area_cells": 73 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 365 + ], + "peak": [ + 122, + 364 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 143, + 208 + ], + "peak": [ + 142, + 209 + ], + "area_cells": 149 + }, + { + "id": "range_15", + "name": null, + "center": [ + 165, + 390 + ], + "peak": [ + 159, + 396 + ], + "area_cells": 237 + }, + { + "id": "range_16", + "name": null, + "center": [ + 166, + 332 + ], + "peak": [ + 166, + 332 + ], + "area_cells": 63 + }, + { + "id": "range_19", + "name": null, + "center": [ + 230, + 237 + ], + "peak": [ + 230, + 324 + ], + "area_cells": 16440 + }, + { + "id": "range_20", + "name": null, + "center": [ + 210, + 464 + ], + "peak": [ + 210, + 462 + ], + "area_cells": 21 + }, + { + "id": "range_21", + "name": null, + "center": [ + 235, + 495 + ], + "peak": [ + 245, + 511 + ], + "area_cells": 1063 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445g/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445g/globe.png new file mode 100644 index 000000000..3aea72fce Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445g/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445g/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445g/heightmap.png new file mode 100644 index 000000000..70b4875bd Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445g/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445g/index.md b/wiki/star-systems/GJ-445/bodies/GJ445g/index.md new file mode 100644 index 000000000..3e0f50040 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ445g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 47701320 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.973 + period_days: 2800.0 + axial_tilt_deg: 43.6 +physical: + gravity_g: 0.18 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.878 + polar_ice_lat: 0.151 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.32 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445g + +Frozen planet. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.18g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445g/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445g/markers.json new file mode 100644 index 000000000..53344b6b7 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445g/markers.json @@ -0,0 +1,202 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 81, + 330 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 89, + 398 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 204, + 318 + ], + "area_fraction": 0.0505 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 165, + 376 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 199, + 41 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 231, + 163 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 232, + 85 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 115 + ], + "peak": [ + 48, + 107 + ], + "area_cells": 15934 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 318 + ], + "peak": [ + 5, + 310 + ], + "area_cells": 394 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 388 + ], + "peak": [ + 15, + 408 + ], + "area_cells": 3982 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 496 + ], + "peak": [ + 91, + 511 + ], + "area_cells": 833 + }, + { + "id": "range_9", + "name": null, + "center": [ + 110, + 358 + ], + "peak": [ + 111, + 362 + ], + "area_cells": 66 + }, + { + "id": "range_10", + "name": null, + "center": [ + 115, + 277 + ], + "peak": [ + 112, + 295 + ], + "area_cells": 472 + }, + { + "id": "range_11", + "name": null, + "center": [ + 156, + 108 + ], + "peak": [ + 154, + 108 + ], + "area_cells": 414 + }, + { + "id": "range_12", + "name": null, + "center": [ + 158, + 498 + ], + "peak": [ + 159, + 499 + ], + "area_cells": 56 + }, + { + "id": "range_13", + "name": null, + "center": [ + 176, + 444 + ], + "peak": [ + 176, + 445 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-445/bodies/GJ445h/globe.png b/wiki/star-systems/GJ-445/bodies/GJ445h/globe.png new file mode 100644 index 000000000..b2a08e52d Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445h/globe.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445h/heightmap.png b/wiki/star-systems/GJ-445/bodies/GJ445h/heightmap.png new file mode 100644 index 000000000..2e9c3bbbf Binary files /dev/null and b/wiki/star-systems/GJ-445/bodies/GJ445h/heightmap.png differ diff --git a/wiki/star-systems/GJ-445/bodies/GJ445h/index.md b/wiki/star-systems/GJ-445/bodies/GJ445h/index.md new file mode 100644 index 000000000..9be86b6ae --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ445h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1710342514 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.159 + period_days: 6400.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.756 + polar_ice_lat: 0.271 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.381 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ445h + +Frozen planet. + +**System:** [GJ-445](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-445/bodies/GJ445h/markers.json b/wiki/star-systems/GJ-445/bodies/GJ445h/markers.json new file mode 100644 index 000000000..f86fce3a6 --- /dev/null +++ b/wiki/star-systems/GJ-445/bodies/GJ445h/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 44, + 358 + ], + "area_fraction": 0.2107 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 70, + 12 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 250 + ], + "peak": [ + 133, + 251 + ], + "area_cells": 366 + }, + { + "id": "range_5", + "name": null, + "center": [ + 227, + 49 + ], + "peak": [ + 205, + 6 + ], + "area_cells": 5399 + }, + { + "id": "range_6", + "name": null, + "center": [ + 219, + 500 + ], + "peak": [ + 207, + 510 + ], + "area_cells": 905 + }, + { + "id": "range_7", + "name": null, + "center": [ + 249, + 176 + ], + "peak": [ + 249, + 181 + ], + "area_cells": 427 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ447b/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447b/globe.png new file mode 100644 index 000000000..6eac77bf0 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447b/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447b/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447b/heightmap.png new file mode 100644 index 000000000..76aa6e708 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447b/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447b/index.md b/wiki/star-systems/GJ-447/bodies/GJ447b/index.md new file mode 100644 index 000000000..54a9d00e4 --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ447b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1159288202 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.2 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.951 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ447b + +Barren planet. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.2g | +| **Land** | 97% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447b/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447b/markers.json new file mode 100644 index 000000000..2cd14153d --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447b/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_6", + "name": null, + "center": [ + 46, + 12 + ], + "peak": [ + 43, + 16 + ], + "area_cells": 221 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 315 + ], + "peak": [ + 48, + 316 + ], + "area_cells": 68 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 342 + ], + "peak": [ + 46, + 344 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 45, + 333 + ], + "peak": [ + 45, + 334 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 74, + 343 + ], + "peak": [ + 74, + 344 + ], + "area_cells": 128 + }, + { + "id": "range_18", + "name": null, + "center": [ + 126, + 367 + ], + "peak": [ + 140, + 388 + ], + "area_cells": 2703 + }, + { + "id": "range_19", + "name": null, + "center": [ + 86, + 248 + ], + "peak": [ + 86, + 252 + ], + "area_cells": 105 + }, + { + "id": "range_21", + "name": null, + "center": [ + 99, + 327 + ], + "peak": [ + 98, + 336 + ], + "area_cells": 316 + }, + { + "id": "range_22", + "name": null, + "center": [ + 126, + 135 + ], + "peak": [ + 145, + 133 + ], + "area_cells": 902 + }, + { + "id": "range_23", + "name": null, + "center": [ + 134, + 216 + ], + "peak": [ + 127, + 208 + ], + "area_cells": 3346 + }, + { + "id": "range_25", + "name": null, + "center": [ + 120, + 90 + ], + "peak": [ + 113, + 94 + ], + "area_cells": 212 + }, + { + "id": "range_26", + "name": null, + "center": [ + 127, + 489 + ], + "peak": [ + 128, + 508 + ], + "area_cells": 600 + }, + { + "id": "range_27", + "name": null, + "center": [ + 146, + 29 + ], + "peak": [ + 145, + 21 + ], + "area_cells": 958 + }, + { + "id": "range_30", + "name": null, + "center": [ + 126, + 298 + ], + "peak": [ + 127, + 294 + ], + "area_cells": 53 + }, + { + "id": "range_31", + "name": null, + "center": [ + 140, + 288 + ], + "peak": [ + 140, + 288 + ], + "area_cells": 23 + }, + { + "id": "range_33", + "name": null, + "center": [ + 156, + 77 + ], + "peak": [ + 157, + 78 + ], + "area_cells": 84 + }, + { + "id": "range_35", + "name": null, + "center": [ + 221, + 401 + ], + "peak": [ + 175, + 376 + ], + "area_cells": 2907 + }, + { + "id": "range_36", + "name": null, + "center": [ + 188, + 348 + ], + "peak": [ + 190, + 347 + ], + "area_cells": 268 + }, + { + "id": "range_38", + "name": null, + "center": [ + 200, + 428 + ], + "peak": [ + 200, + 428 + ], + "area_cells": 25 + }, + { + "id": "range_44", + "name": null, + "center": [ + 233, + 188 + ], + "peak": [ + 226, + 189 + ], + "area_cells": 47 + }, + { + "id": "range_47", + "name": null, + "center": [ + 236, + 448 + ], + "peak": [ + 237, + 447 + ], + "area_cells": 73 + }, + { + "id": "range_49", + "name": null, + "center": [ + 232, + 456 + ], + "peak": [ + 233, + 456 + ], + "area_cells": 31 + }, + { + "id": "range_52", + "name": null, + "center": [ + 248, + 243 + ], + "peak": [ + 255, + 262 + ], + "area_cells": 586 + }, + { + "id": "range_53", + "name": null, + "center": [ + 248, + 296 + ], + "peak": [ + 254, + 329 + ], + "area_cells": 881 + }, + { + "id": "range_55", + "name": null, + "center": [ + 240, + 143 + ], + "peak": [ + 239, + 144 + ], + "area_cells": 127 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 345 + ], + "peak": [ + 253, + 338 + ], + "area_cells": 179 + }, + { + "id": "range_60", + "name": null, + "center": [ + 251, + 95 + ], + "peak": [ + 254, + 114 + ], + "area_cells": 343 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c-1/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447c-1/globe.png new file mode 100644 index 000000000..bf65dd3bf Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447c-1/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c-1/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447c-1/heightmap.png new file mode 100644 index 000000000..07d5eb530 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c-1/index.md b/wiki/star-systems/GJ-447/bodies/GJ447c-1/index.md new file mode 100644 index 000000000..5064114fc --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ447c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1018668243 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 2.7 +physical: + gravity_g: 0.04 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.929 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ447c-1 + +Barren moon. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 99% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c-1/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447c-1/markers.json new file mode 100644 index 000000000..3570e7ced --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447c-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 272 + ], + "peak": [ + 0, + 314 + ], + "area_cells": 51007 + }, + { + "id": "range_5", + "name": null, + "center": [ + 113, + 206 + ], + "peak": [ + 115, + 207 + ], + "area_cells": 134 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 187 + ], + "peak": [ + 120, + 187 + ], + "area_cells": 88 + }, + { + "id": "range_7", + "name": null, + "center": [ + 122, + 89 + ], + "peak": [ + 124, + 89 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 123, + 170 + ], + "peak": [ + 122, + 169 + ], + "area_cells": 70 + }, + { + "id": "range_9", + "name": null, + "center": [ + 149, + 180 + ], + "peak": [ + 149, + 180 + ], + "area_cells": 70 + }, + { + "id": "range_10", + "name": null, + "center": [ + 149, + 16 + ], + "peak": [ + 150, + 16 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 154, + 130 + ], + "peak": [ + 154, + 130 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 198, + 329 + ], + "peak": [ + 196, + 334 + ], + "area_cells": 798 + }, + { + "id": "range_14", + "name": null, + "center": [ + 185, + 213 + ], + "peak": [ + 184, + 213 + ], + "area_cells": 88 + }, + { + "id": "range_15", + "name": null, + "center": [ + 239, + 233 + ], + "peak": [ + 250, + 243 + ], + "area_cells": 1777 + }, + { + "id": "range_16", + "name": null, + "center": [ + 197, + 304 + ], + "peak": [ + 197, + 304 + ], + "area_cells": 37 + }, + { + "id": "range_17", + "name": null, + "center": [ + 205, + 475 + ], + "peak": [ + 209, + 477 + ], + "area_cells": 157 + }, + { + "id": "range_22", + "name": null, + "center": [ + 218, + 257 + ], + "peak": [ + 216, + 258 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447c/globe.png new file mode 100644 index 000000000..254095916 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447c/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447c/heightmap.png new file mode 100644 index 000000000..dabb4c6b3 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447c/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c/index.md b/wiki/star-systems/GJ-447/bodies/GJ447c/index.md new file mode 100644 index 000000000..dfd1e5f6e --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ447c +name: Marevna +body_type: planet +planet_class: oceanic +body_scale: planet +seed: 4031639523 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.459 + period_days: 170.0 + axial_tilt_deg: 7.0 +physical: + gravity_g: 0.86 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.4 + - 0.6 + - 1.0 +terrain: + land_fraction: 0.29 + polar_ice_lat: 0.794 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.674 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Marevna + +Oceanic planet. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | oceanic | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 29% | +| **Year** | 170 days | +| **Inhabited** | yes | +| **Population** | 450M | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447c/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447c/markers.json new file mode 100644 index 000000000..04220f579 --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447c/markers.json @@ -0,0 +1,626 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 163, + 34 + ], + [ + 164, + 33 + ], + [ + 165, + 32 + ], + [ + 166, + 31 + ], + [ + 167, + 31 + ], + [ + 168, + 31 + ], + [ + 168, + 30 + ], + [ + 168, + 29 + ], + [ + 167, + 30 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 21, + 107 + ], + [ + 20, + 106 + ], + [ + 19, + 105 + ], + [ + 18, + 104 + ], + [ + 17, + 103 + ], + [ + 16, + 102 + ], + [ + 15, + 101 + ], + [ + 15, + 100 + ], + [ + 15, + 99 + ], + [ + 14, + 98 + ], + [ + 13, + 98 + ], + [ + 12, + 97 + ], + [ + 11, + 97 + ], + [ + 11, + 98 + ], + [ + 10, + 97 + ], + [ + 9, + 96 + ], + [ + 9, + 97 + ], + [ + 8, + 96 + ], + [ + 7, + 96 + ], + [ + 7, + 97 + ], + [ + 6, + 96 + ], + [ + 6, + 97 + ], + [ + 5, + 96 + ], + [ + 5, + 95 + ], + [ + 6, + 94 + ], + [ + 7, + 95 + ], + [ + 7, + 94 + ], + [ + 6, + 95 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 101, + 335 + ], + [ + 100, + 335 + ], + [ + 99, + 336 + ], + [ + 98, + 337 + ], + [ + 97, + 337 + ], + [ + 96, + 337 + ], + [ + 95, + 337 + ], + [ + 94, + 336 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 125, + 309 + ], + [ + 124, + 308 + ], + [ + 123, + 307 + ], + [ + 122, + 306 + ], + [ + 121, + 307 + ], + [ + 120, + 306 + ], + [ + 120, + 307 + ], + [ + 120, + 308 + ], + [ + 120, + 309 + ], + [ + 119, + 310 + ], + [ + 119, + 311 + ], + [ + 119, + 312 + ], + [ + 119, + 313 + ], + [ + 119, + 314 + ], + [ + 118, + 315 + ], + [ + 118, + 316 + ], + [ + 118, + 317 + ], + [ + 118, + 318 + ], + [ + 118, + 319 + ], + [ + 118, + 320 + ], + [ + 118, + 321 + ], + [ + 117, + 321 + ], + [ + 118, + 322 + ], + [ + 117, + 323 + ], + [ + 117, + 324 + ], + [ + 117, + 325 + ], + [ + 117, + 326 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 139, + 254 + ], + [ + 138, + 255 + ], + [ + 137, + 256 + ], + [ + 136, + 257 + ], + [ + 135, + 258 + ], + [ + 134, + 258 + ], + [ + 133, + 259 + ], + [ + 132, + 259 + ], + [ + 131, + 259 + ], + [ + 130, + 258 + ], + [ + 129, + 258 + ], + [ + 128, + 258 + ], + [ + 127, + 257 + ], + [ + 126, + 256 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 198, + 195 + ], + [ + 199, + 195 + ], + [ + 200, + 196 + ], + [ + 201, + 197 + ], + [ + 202, + 198 + ], + [ + 203, + 198 + ], + [ + 204, + 198 + ], + [ + 205, + 198 + ], + [ + 206, + 197 + ], + [ + 207, + 198 + ], + [ + 208, + 197 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 140, + 273 + ], + [ + 141, + 274 + ], + [ + 142, + 275 + ], + [ + 143, + 275 + ], + [ + 144, + 276 + ], + [ + 145, + 277 + ], + [ + 146, + 277 + ], + [ + 147, + 276 + ], + [ + 148, + 277 + ], + [ + 149, + 278 + ], + [ + 150, + 279 + ], + [ + 151, + 280 + ], + [ + 152, + 280 + ], + [ + 153, + 281 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 137, + 33 + ], + [ + 136, + 32 + ], + [ + 135, + 31 + ], + [ + 134, + 30 + ], + [ + 133, + 29 + ], + [ + 132, + 28 + ], + [ + 131, + 27 + ], + [ + 130, + 26 + ], + [ + 130, + 25 + ], + [ + 129, + 24 + ], + [ + 128, + 23 + ], + [ + 128, + 22 + ], + [ + 129, + 21 + ], + [ + 129, + 20 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 130, + 268 + ], + "area_fraction": 0.71 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 439 + ], + "peak": [ + 80, + 439 + ], + "area_cells": 437 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 382 + ], + "peak": [ + 128, + 378 + ], + "area_cells": 2339 + }, + { + "id": "range_4", + "name": null, + "center": [ + 134, + 126 + ], + "peak": [ + 112, + 107 + ], + "area_cells": 8951 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 274 + ], + "peak": [ + 140, + 273 + ], + "area_cells": 117 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-447/bodies/GJ447d/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447d/globe.png new file mode 100644 index 000000000..e86a6bc00 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447d/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447d/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447d/heightmap.png new file mode 100644 index 000000000..3f5a5705f Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447d/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447d/index.md b/wiki/star-systems/GJ-447/bodies/GJ447d/index.md new file mode 100644 index 000000000..569094df5 --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ447d +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1298961160 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.189 + period_days: 45.0 + axial_tilt_deg: 2.6 +physical: + gravity_g: 0.32 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.987 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ447d + +Barren planet. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 100% | +| **Year** | 45 days | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447d/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447d/markers.json new file mode 100644 index 000000000..23861caae --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447d/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 33 + ], + "peak": [ + 17, + 33 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 461 + ], + "peak": [ + 37, + 460 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 173, + 237 + ], + "peak": [ + 150, + 355 + ], + "area_cells": 46871 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 73 + ], + "peak": [ + 54, + 80 + ], + "area_cells": 404 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 296 + ], + "peak": [ + 57, + 298 + ], + "area_cells": 46 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 462 + ], + "peak": [ + 65, + 462 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 460 + ], + "peak": [ + 81, + 462 + ], + "area_cells": 62 + }, + { + "id": "range_12", + "name": null, + "center": [ + 76, + 415 + ], + "peak": [ + 76, + 416 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 214 + ], + "peak": [ + 90, + 216 + ], + "area_cells": 30 + }, + { + "id": "range_27", + "name": null, + "center": [ + 222, + 339 + ], + "peak": [ + 222, + 340 + ], + "area_cells": 31 + }, + { + "id": "range_38", + "name": null, + "center": [ + 252, + 415 + ], + "peak": [ + 255, + 415 + ], + "area_cells": 119 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-447/bodies/GJ447e/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447e/globe.png new file mode 100644 index 000000000..19fc8f842 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447e/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447e/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447e/heightmap.png new file mode 100644 index 000000000..db3990782 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447e/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447e/index.md b/wiki/star-systems/GJ-447/bodies/GJ447e/index.md new file mode 100644 index 000000000..dec8d60cc --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ447e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1550339605 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.364 + period_days: 120.0 + axial_tilt_deg: 25.9 +physical: + gravity_g: 0.38 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.058 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ447e + +Frozen planet. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447e/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447e/markers.json new file mode 100644 index 000000000..640143ee2 --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447e/markers.json @@ -0,0 +1,91 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 117 + ], + "area_fraction": 0.0933 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 19, + 386 + ], + "area_fraction": 0.0769 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 61, + 262 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 244, + 256 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 249, + 113 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 130, + 376 + ], + "peak": [ + 138, + 370 + ], + "area_cells": 4560 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 45 + ], + "peak": [ + 120, + 52 + ], + "area_cells": 1022 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-447/bodies/GJ447f/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447f/globe.png new file mode 100644 index 000000000..817c8e7b1 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447f/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447f/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447f/heightmap.png new file mode 100644 index 000000000..68505ff4c Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447f/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447f/index.md b/wiki/star-systems/GJ-447/bodies/GJ447f/index.md new file mode 100644 index 000000000..905eef819 --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ447f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3241725889 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.3 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.248 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.265 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ447f + +Frozen planet. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447f/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447f/markers.json new file mode 100644 index 000000000..15b34ca1f --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447f/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 13 + ], + "peak": [ + 79, + 14 + ], + "area_cells": 269 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 370 + ], + "peak": [ + 87, + 370 + ], + "area_cells": 135 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 499 + ], + "peak": [ + 92, + 495 + ], + "area_cells": 171 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 318 + ], + "peak": [ + 93, + 319 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 330 + ], + "peak": [ + 136, + 316 + ], + "area_cells": 10740 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 36 + ], + "peak": [ + 117, + 41 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 158, + 48 + ], + "peak": [ + 157, + 49 + ], + "area_cells": 169 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 90 + ], + "peak": [ + 174, + 92 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 203, + 77 + ], + "peak": [ + 201, + 78 + ], + "area_cells": 1095 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 110 + ], + "peak": [ + 193, + 112 + ], + "area_cells": 113 + }, + { + "id": "range_15", + "name": null, + "center": [ + 219, + 189 + ], + "peak": [ + 206, + 142 + ], + "area_cells": 5270 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-447/bodies/GJ447g/globe.png b/wiki/star-systems/GJ-447/bodies/GJ447g/globe.png new file mode 100644 index 000000000..f90163466 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447g/globe.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447g/heightmap.png b/wiki/star-systems/GJ-447/bodies/GJ447g/heightmap.png new file mode 100644 index 000000000..0990e98e5 Binary files /dev/null and b/wiki/star-systems/GJ-447/bodies/GJ447g/heightmap.png differ diff --git a/wiki/star-systems/GJ-447/bodies/GJ447g/index.md b/wiki/star-systems/GJ-447/bodies/GJ447g/index.md new file mode 100644 index 000000000..9e50ca6ac --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ447g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 787369496 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.18 + period_days: 700.0 + axial_tilt_deg: 47.8 +physical: + gravity_g: 0.25 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.127 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ447g + +Frozen planet. + +**System:** [GJ-447](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Land** | 98% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-447/bodies/GJ447g/markers.json b/wiki/star-systems/GJ-447/bodies/GJ447g/markers.json new file mode 100644 index 000000000..7928a910a --- /dev/null +++ b/wiki/star-systems/GJ-447/bodies/GJ447g/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 173 + ], + "peak": [ + 8, + 208 + ], + "area_cells": 7147 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 343 + ], + "peak": [ + 1, + 340 + ], + "area_cells": 118 + }, + { + "id": "range_3", + "name": null, + "center": [ + 109, + 61 + ], + "peak": [ + 113, + 90 + ], + "area_cells": 8266 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 74 + ], + "peak": [ + 59, + 73 + ], + "area_cells": 91 + }, + { + "id": "range_7", + "name": null, + "center": [ + 119, + 396 + ], + "peak": [ + 123, + 393 + ], + "area_cells": 1210 + }, + { + "id": "range_8", + "name": null, + "center": [ + 166, + 476 + ], + "peak": [ + 159, + 499 + ], + "area_cells": 2208 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 475 + ], + "peak": [ + 135, + 476 + ], + "area_cells": 190 + }, + { + "id": "range_10", + "name": null, + "center": [ + 149, + 121 + ], + "peak": [ + 154, + 118 + ], + "area_cells": 216 + }, + { + "id": "range_11", + "name": null, + "center": [ + 192, + 83 + ], + "peak": [ + 189, + 33 + ], + "area_cells": 3251 + }, + { + "id": "range_15", + "name": null, + "center": [ + 245, + 283 + ], + "peak": [ + 253, + 263 + ], + "area_cells": 880 + }, + { + "id": "range_16", + "name": null, + "center": [ + 249, + 244 + ], + "peak": [ + 255, + 237 + ], + "area_cells": 383 + }, + { + "id": "range_17", + "name": null, + "center": [ + 253, + 387 + ], + "peak": [ + 254, + 388 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ449Ab/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ab/globe.png new file mode 100644 index 000000000..34386a0ec Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ab/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ab/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ab/heightmap.png new file mode 100644 index 000000000..01f51f38a Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ab/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ab/index.md new file mode 100644 index 000000000..0b0fa8ee3 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ449Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2724378351 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.156 + period_days: 20.0 + axial_tilt_deg: 43.2 +physical: + gravity_g: 0.28 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.838 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Ab + +Barren planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 94% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ab/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ab/markers.json new file mode 100644 index 000000000..d522a103c --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ab/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 69, + 73 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 348 + ], + "peak": [ + 32, + 348 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 367 + ], + "peak": [ + 73, + 358 + ], + "area_cells": 733 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 65 + ], + "peak": [ + 55, + 66 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 235 + ], + "peak": [ + 62, + 235 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 316 + ], + "peak": [ + 70, + 316 + ], + "area_cells": 142 + }, + { + "id": "range_6", + "name": null, + "center": [ + 100, + 336 + ], + "peak": [ + 103, + 335 + ], + "area_cells": 90 + }, + { + "id": "range_7", + "name": null, + "center": [ + 173, + 434 + ], + "peak": [ + 164, + 385 + ], + "area_cells": 6624 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 223 + ], + "peak": [ + 119, + 224 + ], + "area_cells": 541 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 494 + ], + "peak": [ + 105, + 495 + ], + "area_cells": 91 + }, + { + "id": "range_10", + "name": null, + "center": [ + 107, + 303 + ], + "peak": [ + 109, + 305 + ], + "area_cells": 64 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 164 + ], + "peak": [ + 112, + 166 + ], + "area_cells": 42 + }, + { + "id": "range_13", + "name": null, + "center": [ + 121, + 372 + ], + "peak": [ + 120, + 372 + ], + "area_cells": 166 + }, + { + "id": "range_14", + "name": null, + "center": [ + 125, + 483 + ], + "peak": [ + 126, + 484 + ], + "area_cells": 198 + }, + { + "id": "range_15", + "name": null, + "center": [ + 124, + 114 + ], + "peak": [ + 123, + 118 + ], + "area_cells": 23 + }, + { + "id": "range_16", + "name": null, + "center": [ + 135, + 16 + ], + "peak": [ + 132, + 18 + ], + "area_cells": 232 + }, + { + "id": "range_17", + "name": null, + "center": [ + 141, + 160 + ], + "peak": [ + 147, + 154 + ], + "area_cells": 252 + }, + { + "id": "range_20", + "name": null, + "center": [ + 151, + 191 + ], + "peak": [ + 153, + 192 + ], + "area_cells": 257 + }, + { + "id": "range_22", + "name": null, + "center": [ + 166, + 53 + ], + "peak": [ + 166, + 53 + ], + "area_cells": 128 + }, + { + "id": "range_28", + "name": null, + "center": [ + 181, + 22 + ], + "peak": [ + 181, + 20 + ], + "area_cells": 156 + }, + { + "id": "range_30", + "name": null, + "center": [ + 180, + 507 + ], + "peak": [ + 180, + 507 + ], + "area_cells": 28 + }, + { + "id": "range_31", + "name": null, + "center": [ + 184, + 192 + ], + "peak": [ + 185, + 192 + ], + "area_cells": 47 + }, + { + "id": "range_32", + "name": null, + "center": [ + 199, + 426 + ], + "peak": [ + 202, + 420 + ], + "area_cells": 210 + }, + { + "id": "range_33", + "name": null, + "center": [ + 223, + 13 + ], + "peak": [ + 222, + 19 + ], + "area_cells": 1168 + }, + { + "id": "range_34", + "name": null, + "center": [ + 211, + 117 + ], + "peak": [ + 210, + 117 + ], + "area_cells": 45 + }, + { + "id": "range_35", + "name": null, + "center": [ + 216, + 79 + ], + "peak": [ + 222, + 78 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ac/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ac/globe.png new file mode 100644 index 000000000..17b821a5b Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ac/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ac/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ac/heightmap.png new file mode 100644 index 000000000..60d7668a1 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ac/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ac/index.md new file mode 100644 index 000000000..62b6d5296 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ449Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4057100222 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.408 + period_days: 85.0 + axial_tilt_deg: 41.9 +physical: + gravity_g: 0.52 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.83 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Ac + +Barren planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 98% | +| **Year** | 85 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ac/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ac/markers.json new file mode 100644 index 000000000..78c1704cf --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ac/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 47, + 258 + ], + "peak": [ + 46, + 261 + ], + "area_cells": 208 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 333 + ], + "peak": [ + 39, + 334 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 396 + ], + "peak": [ + 158, + 383 + ], + "area_cells": 4155 + }, + { + "id": "range_10", + "name": null, + "center": [ + 71, + 47 + ], + "peak": [ + 72, + 46 + ], + "area_cells": 57 + }, + { + "id": "range_11", + "name": null, + "center": [ + 71, + 278 + ], + "peak": [ + 72, + 279 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 80, + 338 + ], + "peak": [ + 80, + 338 + ], + "area_cells": 68 + }, + { + "id": "range_15", + "name": null, + "center": [ + 90, + 22 + ], + "peak": [ + 81, + 16 + ], + "area_cells": 113 + }, + { + "id": "range_16", + "name": null, + "center": [ + 94, + 259 + ], + "peak": [ + 96, + 265 + ], + "area_cells": 445 + }, + { + "id": "range_17", + "name": null, + "center": [ + 122, + 139 + ], + "peak": [ + 118, + 133 + ], + "area_cells": 855 + }, + { + "id": "range_18", + "name": null, + "center": [ + 114, + 77 + ], + "peak": [ + 105, + 57 + ], + "area_cells": 894 + }, + { + "id": "range_22", + "name": null, + "center": [ + 123, + 218 + ], + "peak": [ + 127, + 199 + ], + "area_cells": 358 + }, + { + "id": "range_27", + "name": null, + "center": [ + 134, + 349 + ], + "peak": [ + 135, + 349 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 152, + 255 + ], + "peak": [ + 149, + 257 + ], + "area_cells": 210 + }, + { + "id": "range_32", + "name": null, + "center": [ + 156, + 181 + ], + "peak": [ + 156, + 180 + ], + "area_cells": 107 + }, + { + "id": "range_33", + "name": null, + "center": [ + 177, + 160 + ], + "peak": [ + 175, + 161 + ], + "area_cells": 157 + }, + { + "id": "range_35", + "name": null, + "center": [ + 189, + 392 + ], + "peak": [ + 190, + 391 + ], + "area_cells": 179 + }, + { + "id": "range_37", + "name": null, + "center": [ + 184, + 272 + ], + "peak": [ + 185, + 273 + ], + "area_cells": 27 + }, + { + "id": "range_38", + "name": null, + "center": [ + 232, + 35 + ], + "peak": [ + 228, + 18 + ], + "area_cells": 3166 + }, + { + "id": "range_39", + "name": null, + "center": [ + 237, + 304 + ], + "peak": [ + 225, + 507 + ], + "area_cells": 13986 + }, + { + "id": "range_41", + "name": null, + "center": [ + 194, + 103 + ], + "peak": [ + 195, + 103 + ], + "area_cells": 28 + }, + { + "id": "range_42", + "name": null, + "center": [ + 209, + 463 + ], + "peak": [ + 211, + 464 + ], + "area_cells": 70 + }, + { + "id": "range_43", + "name": null, + "center": [ + 214, + 77 + ], + "peak": [ + 215, + 78 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ad/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ad/globe.png new file mode 100644 index 000000000..5527719f7 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ad/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ad/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ad/heightmap.png new file mode 100644 index 000000000..dc0cf145b Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ad/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ad/index.md new file mode 100644 index 000000000..0c16439e6 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ449Ad +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1896698270 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.904 + period_days: 280.0 + axial_tilt_deg: 4.9 +physical: + gravity_g: 0.66 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.938 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.063 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Ad + +Hot Arid planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ad/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ad/markers.json new file mode 100644 index 000000000..5c7de782d --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ad/markers.json @@ -0,0 +1,1062 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 164, + 11 + ], + [ + 163, + 10 + ], + [ + 162, + 9 + ], + [ + 161, + 8 + ], + [ + 162, + 7 + ], + [ + 163, + 6 + ], + [ + 164, + 5 + ], + [ + 163, + 4 + ], + [ + 164, + 3 + ], + [ + 164, + 2 + ], + [ + 165, + 1 + ], + [ + 166, + 0 + ], + [ + 167, + 511 + ], + [ + 168, + 510 + ], + [ + 169, + 509 + ], + [ + 170, + 508 + ], + [ + 171, + 507 + ], + [ + 172, + 506 + ], + [ + 173, + 505 + ], + [ + 174, + 504 + ], + [ + 175, + 503 + ], + [ + 175, + 502 + ], + [ + 176, + 501 + ], + [ + 177, + 500 + ], + [ + 178, + 500 + ], + [ + 179, + 501 + ], + [ + 180, + 501 + ], + [ + 181, + 500 + ], + [ + 181, + 501 + ], + [ + 182, + 501 + ], + [ + 183, + 500 + ], + [ + 184, + 500 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 116, + 199 + ], + [ + 115, + 198 + ], + [ + 114, + 199 + ], + [ + 113, + 198 + ], + [ + 112, + 197 + ], + [ + 112, + 196 + ], + [ + 111, + 195 + ], + [ + 111, + 194 + ], + [ + 110, + 194 + ], + [ + 109, + 193 + ], + [ + 110, + 192 + ], + [ + 111, + 192 + ], + [ + 112, + 192 + ], + [ + 112, + 191 + ], + [ + 113, + 190 + ], + [ + 112, + 190 + ], + [ + 111, + 190 + ], + [ + 112, + 189 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 123, + 54 + ], + [ + 122, + 55 + ], + [ + 121, + 56 + ], + [ + 121, + 57 + ], + [ + 121, + 58 + ], + [ + 122, + 59 + ], + [ + 123, + 60 + ], + [ + 123, + 61 + ], + [ + 124, + 62 + ], + [ + 124, + 63 + ], + [ + 125, + 64 + ], + [ + 126, + 65 + ], + [ + 125, + 66 + ], + [ + 126, + 67 + ], + [ + 126, + 68 + ], + [ + 125, + 69 + ], + [ + 124, + 70 + ], + [ + 123, + 71 + ], + [ + 123, + 72 + ], + [ + 122, + 73 + ], + [ + 121, + 74 + ], + [ + 120, + 75 + ], + [ + 119, + 76 + ], + [ + 120, + 77 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 231, + 67 + ], + [ + 230, + 66 + ], + [ + 229, + 65 + ], + [ + 228, + 64 + ], + [ + 227, + 65 + ], + [ + 226, + 66 + ], + [ + 226, + 67 + ], + [ + 226, + 68 + ], + [ + 226, + 69 + ], + [ + 225, + 69 + ], + [ + 225, + 70 + ], + [ + 225, + 71 + ], + [ + 226, + 72 + ], + [ + 226, + 73 + ], + [ + 225, + 74 + ], + [ + 226, + 74 + ], + [ + 225, + 73 + ], + [ + 224, + 74 + ], + [ + 224, + 73 + ], + [ + 225, + 72 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 184, + 511 + ], + [ + 183, + 510 + ], + [ + 182, + 509 + ], + [ + 182, + 508 + ], + [ + 181, + 507 + ], + [ + 181, + 506 + ], + [ + 180, + 505 + ], + [ + 179, + 504 + ], + [ + 179, + 503 + ], + [ + 180, + 503 + ], + [ + 180, + 502 + ], + [ + 181, + 501 + ], + [ + 182, + 500 + ], + [ + 182, + 501 + ], + [ + 183, + 501 + ], + [ + 184, + 501 + ], + [ + 185, + 500 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 227, + 98 + ], + [ + 226, + 97 + ], + [ + 225, + 96 + ], + [ + 224, + 95 + ], + [ + 223, + 94 + ], + [ + 222, + 94 + ], + [ + 221, + 94 + ], + [ + 220, + 93 + ], + [ + 221, + 93 + ], + [ + 222, + 92 + ], + [ + 223, + 91 + ], + [ + 222, + 90 + ], + [ + 223, + 90 + ], + [ + 223, + 89 + ], + [ + 223, + 88 + ], + [ + 222, + 87 + ], + [ + 221, + 86 + ], + [ + 222, + 85 + ], + [ + 222, + 84 + ], + [ + 223, + 84 + ], + [ + 224, + 83 + ], + [ + 224, + 82 + ], + [ + 224, + 81 + ], + [ + 225, + 82 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 99, + 342 + ], + [ + 100, + 341 + ], + [ + 99, + 340 + ], + [ + 99, + 339 + ], + [ + 98, + 339 + ], + [ + 98, + 338 + ], + [ + 97, + 337 + ], + [ + 97, + 336 + ], + [ + 96, + 335 + ], + [ + 95, + 334 + ], + [ + 94, + 333 + ], + [ + 93, + 332 + ], + [ + 92, + 331 + ], + [ + 91, + 330 + ], + [ + 90, + 329 + ], + [ + 89, + 328 + ], + [ + 89, + 329 + ], + [ + 88, + 330 + ], + [ + 88, + 331 + ], + [ + 87, + 332 + ], + [ + 86, + 331 + ], + [ + 87, + 331 + ], + [ + 86, + 332 + ], + [ + 86, + 333 + ], + [ + 87, + 333 + ], + [ + 86, + 334 + ], + [ + 86, + 335 + ], + [ + 86, + 336 + ], + [ + 85, + 336 + ], + [ + 85, + 337 + ], + [ + 84, + 338 + ], + [ + 84, + 337 + ], + [ + 84, + 336 + ], + [ + 84, + 335 + ], + [ + 85, + 334 + ], + [ + 85, + 335 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 97, + 410 + ], + [ + 96, + 409 + ], + [ + 95, + 408 + ], + [ + 94, + 407 + ], + [ + 93, + 406 + ], + [ + 92, + 405 + ], + [ + 92, + 404 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 138, + 127 + ], + [ + 139, + 126 + ], + [ + 140, + 125 + ], + [ + 141, + 126 + ], + [ + 142, + 127 + ], + [ + 143, + 128 + ], + [ + 144, + 129 + ], + [ + 145, + 130 + ], + [ + 146, + 131 + ], + [ + 147, + 132 + ], + [ + 148, + 132 + ], + [ + 149, + 131 + ], + [ + 150, + 130 + ], + [ + 151, + 131 + ], + [ + 152, + 130 + ], + [ + 153, + 131 + ], + [ + 154, + 131 + ], + [ + 155, + 131 + ], + [ + 156, + 132 + ], + [ + 157, + 132 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 7, + 401 + ], + [ + 6, + 400 + ], + [ + 5, + 401 + ], + [ + 4, + 402 + ], + [ + 4, + 401 + ], + [ + 3, + 400 + ], + [ + 2, + 399 + ], + [ + 1, + 398 + ], + [ + 0, + 397 + ], + [ + 0, + 398 + ], + [ + 0, + 399 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 142, + 414 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 211, + 447 + ], + "area_fraction": 0.0407 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 111 + ], + "peak": [ + 8, + 130 + ], + "area_cells": 1867 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 8 + ], + "peak": [ + 34, + 8 + ], + "area_cells": 69 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 190 + ], + "peak": [ + 46, + 189 + ], + "area_cells": 222 + }, + { + "id": "range_8", + "name": null, + "center": [ + 82, + 135 + ], + "peak": [ + 102, + 108 + ], + "area_cells": 4064 + }, + { + "id": "range_9", + "name": null, + "center": [ + 97, + 32 + ], + "peak": [ + 103, + 33 + ], + "area_cells": 834 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 252 + ], + "peak": [ + 101, + 254 + ], + "area_cells": 257 + }, + { + "id": "range_12", + "name": null, + "center": [ + 119, + 14 + ], + "peak": [ + 119, + 18 + ], + "area_cells": 49 + }, + { + "id": "range_13", + "name": null, + "center": [ + 238, + 196 + ], + "peak": [ + 239, + 190 + ], + "area_cells": 72 + }, + { + "id": "range_14", + "name": null, + "center": [ + 242, + 316 + ], + "peak": [ + 245, + 308 + ], + "area_cells": 213 + }, + { + "id": "range_15", + "name": null, + "center": [ + 245, + 263 + ], + "peak": [ + 247, + 251 + ], + "area_cells": 1028 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ae/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ae/globe.png new file mode 100644 index 000000000..8c6d7033a Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ae/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ae/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ae/heightmap.png new file mode 100644 index 000000000..a9040500c Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ae/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ae/index.md new file mode 100644 index 000000000..aa9a17239 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ae/index.md @@ -0,0 +1,73 @@ +--- +id: GJ449Ae +name: LH-Prime +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3221290676 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.418 + period_days: 550.0 + axial_tilt_deg: 31.1 +physical: + gravity_g: 0.88 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.389 + polar_ice_lat: 0.686 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# LH-Prime + +Temperate planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 39% | +| **Year** | 550 days | +| **Inhabited** | yes | +| **Population** | 11K | +| **Economy** | frontier | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ae/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ae/markers.json new file mode 100644 index 000000000..4f950e207 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ae/markers.json @@ -0,0 +1,262 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 254, + 367 + ], + [ + 253, + 366 + ], + [ + 252, + 367 + ], + [ + 251, + 366 + ], + [ + 250, + 365 + ], + [ + 249, + 364 + ], + [ + 248, + 363 + ], + [ + 248, + 362 + ], + [ + 248, + 361 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 112 + ], + [ + 254, + 113 + ], + [ + 253, + 114 + ], + [ + 252, + 114 + ], + [ + 251, + 115 + ], + [ + 250, + 116 + ], + [ + 250, + 117 + ], + [ + 249, + 118 + ], + [ + 248, + 119 + ], + [ + 247, + 119 + ], + [ + 246, + 120 + ], + [ + 245, + 121 + ], + [ + 244, + 120 + ], + [ + 244, + 121 + ], + [ + 244, + 122 + ], + [ + 244, + 123 + ], + [ + 245, + 124 + ], + [ + 244, + 125 + ], + [ + 244, + 124 + ], + [ + 245, + 125 + ], + [ + 244, + 126 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 238, + 77 + ], + [ + 239, + 78 + ], + [ + 239, + 79 + ], + [ + 240, + 80 + ], + [ + 241, + 80 + ], + [ + 242, + 81 + ], + [ + 241, + 81 + ], + [ + 241, + 82 + ], + [ + 241, + 83 + ], + [ + 240, + 83 + ], + [ + 239, + 84 + ], + [ + 238, + 84 + ], + [ + 237, + 85 + ], + [ + 236, + 86 + ], + [ + 235, + 87 + ], + [ + 234, + 88 + ], + [ + 233, + 88 + ], + [ + 232, + 89 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 166, + 257 + ], + "area_fraction": 0.6098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 41 + ], + "peak": [ + 40, + 45 + ], + "area_cells": 2249 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 355 + ], + "peak": [ + 40, + 412 + ], + "area_cells": 7069 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/globe.png new file mode 100644 index 000000000..4d9a48cd4 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/heightmap.png new file mode 100644 index 000000000..1882f7f24 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/index.md new file mode 100644 index 000000000..aea8ad470 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ449Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2531382304 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.07 + period_days: 6.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.08 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.203 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Af-m1 + +Frozen moon. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/markers.json new file mode 100644 index 000000000..5e57b16e3 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Af-m1/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 239, + 302 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 92 + ], + "peak": [ + 16, + 59 + ], + "area_cells": 8080 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 350 + ], + "peak": [ + 2, + 369 + ], + "area_cells": 11527 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 396 + ], + "peak": [ + 50, + 395 + ], + "area_cells": 63 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 322 + ], + "peak": [ + 62, + 325 + ], + "area_cells": 306 + }, + { + "id": "range_5", + "name": null, + "center": [ + 72, + 402 + ], + "peak": [ + 74, + 401 + ], + "area_cells": 130 + }, + { + "id": "range_6", + "name": null, + "center": [ + 99, + 81 + ], + "peak": [ + 100, + 83 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 39 + ], + "peak": [ + 120, + 46 + ], + "area_cells": 1738 + }, + { + "id": "range_8", + "name": null, + "center": [ + 114, + 501 + ], + "peak": [ + 110, + 511 + ], + "area_cells": 330 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 141 + ], + "peak": [ + 119, + 140 + ], + "area_cells": 50 + }, + { + "id": "range_11", + "name": null, + "center": [ + 126, + 123 + ], + "peak": [ + 125, + 122 + ], + "area_cells": 227 + }, + { + "id": "range_16", + "name": null, + "center": [ + 160, + 24 + ], + "peak": [ + 164, + 33 + ], + "area_cells": 412 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Af/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Af/globe.png new file mode 100644 index 000000000..d12e4aede Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Af/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Af/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Af/index.md new file mode 100644 index 000000000..cbabdf032 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Af/index.md @@ -0,0 +1,70 @@ +--- +id: GJ449Af +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 777886615 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 3.126 + period_days: 1800.0 + axial_tilt_deg: 14.7 +physical: + gravity_g: null + oblateness: 0.0684 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.165 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.087 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.44 + opacity_base: 0.66 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ449Af + +Gas giant. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ag/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ag/globe.png new file mode 100644 index 000000000..6099766a8 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ag/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ag/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ag/heightmap.png new file mode 100644 index 000000000..b123c01a9 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ag/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ag/index.md new file mode 100644 index 000000000..1370cef85 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ449Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2042711372 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.672 + period_days: 4400.0 + axial_tilt_deg: 17.6 +physical: + gravity_g: 0.4 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.734 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.4 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Ag + +Frozen planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 4400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ag/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ag/markers.json new file mode 100644 index 000000000..09eac41c5 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ag/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 26, + 22 + ], + "area_fraction": 0.0188 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 102 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 16, + 231 + ], + "area_fraction": 0.0176 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 16, + 444 + ], + "area_fraction": 0.0339 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 71, + 184 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_30", + "name": null, + "kind": "ocean", + "center": [ + 199, + 385 + ], + "area_fraction": 0.1303 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 205, + 217 + ], + "area_fraction": 0.0133 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 69, + 356 + ], + "peak": [ + 76, + 364 + ], + "area_cells": 1178 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 411 + ], + "peak": [ + 74, + 411 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 105, + 230 + ], + "peak": [ + 107, + 200 + ], + "area_cells": 3394 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 488 + ], + "peak": [ + 81, + 489 + ], + "area_cells": 291 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 392 + ], + "peak": [ + 108, + 438 + ], + "area_cells": 2921 + }, + { + "id": "range_7", + "name": null, + "center": [ + 122, + 506 + ], + "peak": [ + 126, + 511 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ah/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ah/globe.png new file mode 100644 index 000000000..7fe48c311 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ah/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ah/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ah/heightmap.png new file mode 100644 index 000000000..c68d37c66 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ah/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ah/index.md new file mode 100644 index 000000000..bace474a5 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ449Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3257314637 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.805 + period_days: 10000.0 + axial_tilt_deg: 47.4 +physical: + gravity_g: 0.28 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.851 + polar_ice_lat: 0.223 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Ah + +Frozen planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ah/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ah/markers.json new file mode 100644 index 000000000..478d8627f --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ah/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 208, + 466 + ], + "area_fraction": 0.0516 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 168, + 339 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 166, + 17 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 181, + 294 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 183, + 411 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 221, + 15 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 192 + ], + "peak": [ + 7, + 125 + ], + "area_cells": 14051 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 457 + ], + "peak": [ + 8, + 437 + ], + "area_cells": 575 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 494 + ], + "peak": [ + 0, + 501 + ], + "area_cells": 844 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ai/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Ai/globe.png new file mode 100644 index 000000000..37d912681 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ai/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ai/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Ai/heightmap.png new file mode 100644 index 000000000..271d97304 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ai/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Ai/index.md new file mode 100644 index 000000000..a7317f147 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ449Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2461835488 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 16.585 + period_days: 22000.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.1 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.888 + polar_ice_lat: 0.245 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Ai + +Frozen planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Ai/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Ai/markers.json new file mode 100644 index 000000000..27a78470a --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Ai/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 197, + 26 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 234, + 492 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 231, + 95 + ], + "area_fraction": 0.0228 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 233, + 335 + ], + "area_fraction": 0.0214 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 86 + ], + "peak": [ + 60, + 86 + ], + "area_cells": 104 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 84 + ], + "peak": [ + 95, + 3 + ], + "area_cells": 7319 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 363 + ], + "peak": [ + 97, + 511 + ], + "area_cells": 13627 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 30 + ], + "peak": [ + 66, + 30 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Aj/globe.png b/wiki/star-systems/GJ-449/bodies/GJ449Aj/globe.png new file mode 100644 index 000000000..ecb69c435 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Aj/globe.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Aj/heightmap.png b/wiki/star-systems/GJ-449/bodies/GJ449Aj/heightmap.png new file mode 100644 index 000000000..22f0793d6 Binary files /dev/null and b/wiki/star-systems/GJ-449/bodies/GJ449Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Aj/index.md b/wiki/star-systems/GJ-449/bodies/GJ449Aj/index.md new file mode 100644 index 000000000..165243955 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ449Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1629249255 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 26.327 + period_days: 44000.0 + axial_tilt_deg: 59.4 +physical: + gravity_g: 0.1 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.788 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ449Aj + +Frozen planet. + +**System:** [GJ-449](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 44000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-449/bodies/GJ449Aj/markers.json b/wiki/star-systems/GJ-449/bodies/GJ449Aj/markers.json new file mode 100644 index 000000000..2f3a690c5 --- /dev/null +++ b/wiki/star-systems/GJ-449/bodies/GJ449Aj/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 21, + 196 + ], + "area_fraction": 0.0453 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 34, + 23 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 70, + 454 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 72, + 425 + ], + "area_fraction": 0.007 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 220, + 324 + ], + "area_fraction": 0.0773 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 212, + 450 + ], + "area_fraction": 0.0302 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 50 + ], + "peak": [ + 87, + 50 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 133, + 180 + ], + "peak": [ + 115, + 190 + ], + "area_cells": 3437 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 62 + ], + "peak": [ + 114, + 63 + ], + "area_cells": 100 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 319 + ], + "peak": [ + 136, + 318 + ], + "area_cells": 475 + }, + { + "id": "range_5", + "name": null, + "center": [ + 189, + 191 + ], + "peak": [ + 188, + 193 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ451Ab/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/globe.png new file mode 100644 index 000000000..b79fd09b4 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ab/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/heightmap.png new file mode 100644 index 000000000..6155fa0df Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ab/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/index.md new file mode 100644 index 000000000..24f762df7 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3409560798 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.339 + period_days: 72.0 + axial_tilt_deg: 9.1 +physical: + gravity_g: 0.55 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ab + +Barren planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Land** | 93% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ab/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/markers.json new file mode 100644 index 000000000..746e50cd3 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ab/markers.json @@ -0,0 +1,565 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 27, + 9 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 13, + 445 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 27, + 384 + ], + "area_fraction": 0.0162 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 208 + ], + "peak": [ + 26, + 208 + ], + "area_cells": 29 + }, + { + "id": "range_2", + "name": null, + "center": [ + 31, + 172 + ], + "peak": [ + 32, + 178 + ], + "area_cells": 160 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 155 + ], + "peak": [ + 49, + 156 + ], + "area_cells": 149 + }, + { + "id": "range_9", + "name": null, + "center": [ + 38, + 128 + ], + "peak": [ + 41, + 134 + ], + "area_cells": 41 + }, + { + "id": "range_10", + "name": null, + "center": [ + 46, + 69 + ], + "peak": [ + 43, + 65 + ], + "area_cells": 183 + }, + { + "id": "range_12", + "name": null, + "center": [ + 54, + 510 + ], + "peak": [ + 59, + 511 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 56, + 339 + ], + "peak": [ + 56, + 339 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 60, + 3 + ], + "peak": [ + 60, + 3 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 63, + 374 + ], + "peak": [ + 63, + 374 + ], + "area_cells": 35 + }, + { + "id": "range_19", + "name": null, + "center": [ + 73, + 126 + ], + "peak": [ + 74, + 131 + ], + "area_cells": 60 + }, + { + "id": "range_20", + "name": null, + "center": [ + 70, + 208 + ], + "peak": [ + 70, + 209 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 103, + 317 + ], + "peak": [ + 112, + 336 + ], + "area_cells": 1246 + }, + { + "id": "range_22", + "name": null, + "center": [ + 93, + 228 + ], + "peak": [ + 100, + 229 + ], + "area_cells": 206 + }, + { + "id": "range_23", + "name": null, + "center": [ + 92, + 32 + ], + "peak": [ + 98, + 26 + ], + "area_cells": 422 + }, + { + "id": "range_25", + "name": null, + "center": [ + 82, + 420 + ], + "peak": [ + 78, + 422 + ], + "area_cells": 29 + }, + { + "id": "range_27", + "name": null, + "center": [ + 117, + 474 + ], + "peak": [ + 115, + 496 + ], + "area_cells": 2393 + }, + { + "id": "range_29", + "name": null, + "center": [ + 88, + 113 + ], + "peak": [ + 88, + 112 + ], + "area_cells": 36 + }, + { + "id": "range_30", + "name": null, + "center": [ + 93, + 198 + ], + "peak": [ + 94, + 198 + ], + "area_cells": 128 + }, + { + "id": "range_31", + "name": null, + "center": [ + 104, + 140 + ], + "peak": [ + 96, + 138 + ], + "area_cells": 332 + }, + { + "id": "range_32", + "name": null, + "center": [ + 107, + 181 + ], + "peak": [ + 122, + 180 + ], + "area_cells": 255 + }, + { + "id": "range_33", + "name": null, + "center": [ + 93, + 373 + ], + "peak": [ + 94, + 373 + ], + "area_cells": 69 + }, + { + "id": "range_34", + "name": null, + "center": [ + 116, + 392 + ], + "peak": [ + 116, + 392 + ], + "area_cells": 141 + }, + { + "id": "range_36", + "name": null, + "center": [ + 139, + 226 + ], + "peak": [ + 135, + 235 + ], + "area_cells": 308 + }, + { + "id": "range_37", + "name": null, + "center": [ + 154, + 379 + ], + "peak": [ + 147, + 380 + ], + "area_cells": 2389 + }, + { + "id": "range_39", + "name": null, + "center": [ + 140, + 12 + ], + "peak": [ + 141, + 10 + ], + "area_cells": 370 + }, + { + "id": "range_40", + "name": null, + "center": [ + 150, + 297 + ], + "peak": [ + 151, + 299 + ], + "area_cells": 67 + }, + { + "id": "range_41", + "name": null, + "center": [ + 171, + 496 + ], + "peak": [ + 169, + 479 + ], + "area_cells": 782 + }, + { + "id": "range_43", + "name": null, + "center": [ + 185, + 6 + ], + "peak": [ + 187, + 3 + ], + "area_cells": 349 + }, + { + "id": "range_44", + "name": null, + "center": [ + 170, + 297 + ], + "peak": [ + 170, + 298 + ], + "area_cells": 42 + }, + { + "id": "range_45", + "name": null, + "center": [ + 175, + 306 + ], + "peak": [ + 176, + 304 + ], + "area_cells": 20 + }, + { + "id": "range_47", + "name": null, + "center": [ + 192, + 265 + ], + "peak": [ + 189, + 262 + ], + "area_cells": 192 + }, + { + "id": "range_48", + "name": null, + "center": [ + 189, + 363 + ], + "peak": [ + 190, + 362 + ], + "area_cells": 36 + }, + { + "id": "range_50", + "name": null, + "center": [ + 199, + 474 + ], + "peak": [ + 198, + 477 + ], + "area_cells": 133 + }, + { + "id": "range_56", + "name": null, + "center": [ + 200, + 433 + ], + "peak": [ + 198, + 436 + ], + "area_cells": 70 + }, + { + "id": "range_58", + "name": null, + "center": [ + 210, + 171 + ], + "peak": [ + 214, + 167 + ], + "area_cells": 109 + }, + { + "id": "range_59", + "name": null, + "center": [ + 231, + 262 + ], + "peak": [ + 241, + 266 + ], + "area_cells": 399 + }, + { + "id": "range_64", + "name": null, + "center": [ + 227, + 290 + ], + "peak": [ + 229, + 290 + ], + "area_cells": 23 + }, + { + "id": "range_72", + "name": null, + "center": [ + 249, + 176 + ], + "peak": [ + 243, + 172 + ], + "area_cells": 101 + }, + { + "id": "range_73", + "name": null, + "center": [ + 244, + 156 + ], + "peak": [ + 245, + 156 + ], + "area_cells": 81 + }, + { + "id": "range_76", + "name": null, + "center": [ + 250, + 106 + ], + "peak": [ + 255, + 105 + ], + "area_cells": 126 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ac/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/globe.png new file mode 100644 index 000000000..c12e17990 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ac/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/heightmap.png new file mode 100644 index 000000000..22a4e1486 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ac/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/index.md new file mode 100644 index 000000000..1d98f351b --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ451Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 4091018555 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.596 + period_days: 168.0 + axial_tilt_deg: 8.8 +physical: + gravity_g: 0.82 + oblateness: 0.0014 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.951 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.058 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ac + +Hot Arid planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.82g | +| **Atmosphere** | thick | +| **Land** | 97% | +| **Year** | 168 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ac/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/markers.json new file mode 100644 index 000000000..8d6de8ae3 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ac/markers.json @@ -0,0 +1,1670 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 91, + 382 + ], + [ + 90, + 381 + ], + [ + 89, + 382 + ], + [ + 88, + 383 + ], + [ + 87, + 384 + ], + [ + 86, + 385 + ], + [ + 85, + 386 + ], + [ + 84, + 387 + ], + [ + 83, + 386 + ], + [ + 82, + 386 + ], + [ + 81, + 385 + ], + [ + 80, + 384 + ], + [ + 79, + 383 + ], + [ + 79, + 382 + ], + [ + 78, + 381 + ], + [ + 77, + 380 + ], + [ + 76, + 379 + ], + [ + 75, + 378 + ], + [ + 74, + 377 + ], + [ + 73, + 376 + ], + [ + 72, + 375 + ], + [ + 71, + 374 + ], + [ + 70, + 373 + ], + [ + 69, + 372 + ], + [ + 68, + 371 + ], + [ + 67, + 370 + ], + [ + 66, + 369 + ], + [ + 65, + 368 + ], + [ + 64, + 367 + ], + [ + 65, + 366 + ], + [ + 64, + 366 + ], + [ + 64, + 365 + ], + [ + 64, + 364 + ], + [ + 65, + 365 + ], + [ + 66, + 365 + ], + [ + 65, + 364 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 36, + 242 + ], + [ + 37, + 243 + ], + [ + 36, + 244 + ], + [ + 35, + 245 + ], + [ + 34, + 246 + ], + [ + 33, + 246 + ], + [ + 32, + 246 + ], + [ + 31, + 247 + ], + [ + 30, + 246 + ], + [ + 30, + 245 + ], + [ + 29, + 246 + ], + [ + 28, + 247 + ], + [ + 29, + 248 + ], + [ + 29, + 247 + ], + [ + 28, + 248 + ], + [ + 28, + 249 + ], + [ + 27, + 250 + ], + [ + 27, + 251 + ], + [ + 28, + 252 + ], + [ + 29, + 253 + ], + [ + 28, + 254 + ], + [ + 27, + 255 + ], + [ + 26, + 254 + ], + [ + 27, + 253 + ], + [ + 28, + 253 + ], + [ + 27, + 254 + ], + [ + 28, + 255 + ], + [ + 28, + 256 + ], + [ + 27, + 256 + ], + [ + 26, + 255 + ], + [ + 25, + 254 + ], + [ + 24, + 255 + ], + [ + 24, + 256 + ], + [ + 25, + 257 + ], + [ + 26, + 257 + ], + [ + 25, + 258 + ], + [ + 26, + 259 + ], + [ + 25, + 259 + ], + [ + 26, + 258 + ], + [ + 27, + 257 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 34, + 335 + ], + [ + 33, + 334 + ], + [ + 32, + 333 + ], + [ + 31, + 334 + ], + [ + 30, + 333 + ], + [ + 29, + 333 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 23, + 242 + ], + [ + 22, + 243 + ], + [ + 21, + 242 + ], + [ + 20, + 242 + ], + [ + 19, + 241 + ], + [ + 18, + 240 + ], + [ + 18, + 239 + ], + [ + 19, + 238 + ], + [ + 18, + 237 + ], + [ + 17, + 238 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 7, + 419 + ], + [ + 8, + 419 + ], + [ + 9, + 418 + ], + [ + 10, + 417 + ], + [ + 11, + 418 + ], + [ + 12, + 418 + ], + [ + 13, + 417 + ], + [ + 12, + 416 + ], + [ + 12, + 417 + ], + [ + 13, + 416 + ], + [ + 14, + 415 + ], + [ + 14, + 414 + ], + [ + 13, + 413 + ], + [ + 12, + 414 + ], + [ + 11, + 413 + ], + [ + 12, + 413 + ], + [ + 11, + 412 + ], + [ + 12, + 412 + ], + [ + 11, + 411 + ], + [ + 11, + 410 + ], + [ + 10, + 410 + ], + [ + 11, + 409 + ], + [ + 10, + 409 + ], + [ + 9, + 409 + ], + [ + 10, + 408 + ], + [ + 11, + 407 + ], + [ + 12, + 407 + ], + [ + 11, + 406 + ], + [ + 12, + 406 + ], + [ + 11, + 405 + ], + [ + 10, + 406 + ], + [ + 9, + 405 + ], + [ + 9, + 404 + ], + [ + 8, + 404 + ], + [ + 8, + 403 + ], + [ + 8, + 402 + ], + [ + 7, + 401 + ], + [ + 7, + 402 + ], + [ + 8, + 401 + ], + [ + 8, + 400 + ], + [ + 9, + 400 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 131, + 67 + ], + [ + 132, + 68 + ], + [ + 133, + 69 + ], + [ + 134, + 70 + ], + [ + 135, + 70 + ], + [ + 136, + 71 + ], + [ + 136, + 72 + ], + [ + 136, + 73 + ], + [ + 135, + 74 + ], + [ + 136, + 75 + ], + [ + 136, + 76 + ], + [ + 135, + 75 + ], + [ + 136, + 74 + ], + [ + 137, + 75 + ], + [ + 137, + 76 + ], + [ + 136, + 77 + ], + [ + 135, + 76 + ], + [ + 134, + 75 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 5, + 333 + ], + [ + 4, + 334 + ], + [ + 4, + 335 + ], + [ + 4, + 336 + ], + [ + 4, + 337 + ], + [ + 5, + 337 + ], + [ + 6, + 338 + ], + [ + 6, + 339 + ], + [ + 7, + 340 + ], + [ + 8, + 341 + ], + [ + 9, + 342 + ], + [ + 10, + 342 + ], + [ + 10, + 341 + ], + [ + 11, + 340 + ], + [ + 12, + 339 + ], + [ + 13, + 339 + ], + [ + 14, + 340 + ], + [ + 15, + 339 + ], + [ + 15, + 338 + ], + [ + 16, + 339 + ], + [ + 17, + 339 + ], + [ + 18, + 338 + ], + [ + 19, + 339 + ], + [ + 20, + 339 + ], + [ + 21, + 340 + ], + [ + 22, + 339 + ], + [ + 22, + 338 + ], + [ + 23, + 339 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 29, + 279 + ], + [ + 28, + 278 + ], + [ + 27, + 277 + ], + [ + 26, + 276 + ], + [ + 25, + 276 + ], + [ + 24, + 275 + ], + [ + 23, + 274 + ], + [ + 22, + 273 + ], + [ + 21, + 273 + ], + [ + 20, + 274 + ], + [ + 19, + 273 + ], + [ + 18, + 273 + ], + [ + 17, + 273 + ], + [ + 16, + 272 + ], + [ + 17, + 271 + ], + [ + 16, + 270 + ], + [ + 17, + 269 + ], + [ + 16, + 269 + ], + [ + 17, + 268 + ], + [ + 16, + 267 + ], + [ + 15, + 266 + ], + [ + 14, + 265 + ], + [ + 13, + 265 + ], + [ + 12, + 264 + ], + [ + 11, + 264 + ], + [ + 10, + 263 + ], + [ + 9, + 262 + ], + [ + 8, + 262 + ], + [ + 7, + 261 + ], + [ + 6, + 262 + ], + [ + 6, + 263 + ], + [ + 5, + 263 + ], + [ + 5, + 262 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 127, + 121 + ], + [ + 128, + 122 + ], + [ + 129, + 123 + ], + [ + 130, + 122 + ], + [ + 131, + 123 + ], + [ + 132, + 123 + ], + [ + 133, + 124 + ], + [ + 134, + 124 + ], + [ + 135, + 125 + ], + [ + 136, + 126 + ], + [ + 137, + 126 + ], + [ + 138, + 127 + ], + [ + 139, + 127 + ], + [ + 140, + 126 + ], + [ + 141, + 126 + ], + [ + 142, + 127 + ], + [ + 143, + 127 + ], + [ + 144, + 127 + ], + [ + 145, + 128 + ], + [ + 146, + 128 + ], + [ + 147, + 128 + ], + [ + 148, + 129 + ], + [ + 148, + 130 + ], + [ + 149, + 131 + ], + [ + 149, + 130 + ], + [ + 148, + 131 + ], + [ + 148, + 132 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 105, + 161 + ], + [ + 106, + 161 + ], + [ + 107, + 161 + ], + [ + 108, + 162 + ], + [ + 109, + 161 + ], + [ + 110, + 160 + ], + [ + 111, + 159 + ], + [ + 112, + 158 + ], + [ + 113, + 158 + ], + [ + 114, + 159 + ], + [ + 115, + 158 + ], + [ + 116, + 158 + ], + [ + 117, + 159 + ], + [ + 118, + 159 + ], + [ + 119, + 159 + ], + [ + 120, + 160 + ], + [ + 121, + 159 + ], + [ + 122, + 160 + ], + [ + 123, + 161 + ], + [ + 124, + 162 + ], + [ + 125, + 163 + ], + [ + 126, + 164 + ], + [ + 127, + 165 + ], + [ + 128, + 166 + ], + [ + 128, + 167 + ], + [ + 129, + 167 + ], + [ + 129, + 168 + ], + [ + 130, + 168 + ], + [ + 130, + 169 + ], + [ + 129, + 169 + ], + [ + 130, + 170 + ], + [ + 130, + 171 + ], + [ + 131, + 170 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 47, + 231 + ], + [ + 48, + 232 + ], + [ + 49, + 233 + ], + [ + 50, + 232 + ], + [ + 51, + 231 + ], + [ + 52, + 231 + ], + [ + 53, + 230 + ], + [ + 54, + 230 + ], + [ + 55, + 231 + ], + [ + 56, + 232 + ], + [ + 57, + 232 + ], + [ + 58, + 232 + ], + [ + 59, + 232 + ], + [ + 59, + 233 + ], + [ + 60, + 232 + ], + [ + 59, + 231 + ], + [ + 59, + 230 + ], + [ + 58, + 231 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 50, + 28 + ], + [ + 49, + 29 + ], + [ + 48, + 28 + ], + [ + 47, + 28 + ], + [ + 46, + 27 + ], + [ + 45, + 26 + ], + [ + 44, + 25 + ], + [ + 43, + 26 + ], + [ + 42, + 27 + ], + [ + 41, + 28 + ], + [ + 41, + 29 + ], + [ + 40, + 30 + ], + [ + 40, + 31 + ], + [ + 39, + 31 + ], + [ + 38, + 31 + ], + [ + 38, + 30 + ], + [ + 37, + 30 + ], + [ + 36, + 30 + ], + [ + 36, + 31 + ], + [ + 35, + 31 + ], + [ + 34, + 32 + ], + [ + 33, + 32 + ], + [ + 32, + 33 + ], + [ + 31, + 34 + ], + [ + 30, + 34 + ], + [ + 29, + 35 + ], + [ + 28, + 36 + ], + [ + 27, + 37 + ], + [ + 28, + 37 + ], + [ + 27, + 36 + ], + [ + 26, + 36 + ], + [ + 25, + 36 + ], + [ + 26, + 37 + ], + [ + 27, + 38 + ], + [ + 27, + 39 + ], + [ + 26, + 40 + ], + [ + 26, + 41 + ], + [ + 25, + 40 + ], + [ + 25, + 39 + ], + [ + 24, + 40 + ], + [ + 24, + 39 + ], + [ + 23, + 39 + ], + [ + 22, + 40 + ], + [ + 23, + 41 + ], + [ + 24, + 42 + ], + [ + 23, + 43 + ], + [ + 23, + 44 + ], + [ + 24, + 45 + ], + [ + 23, + 46 + ], + [ + 23, + 47 + ], + [ + 23, + 48 + ], + [ + 22, + 48 + ], + [ + 21, + 49 + ], + [ + 22, + 50 + ], + [ + 23, + 51 + ], + [ + 24, + 52 + ], + [ + 23, + 53 + ], + [ + 22, + 54 + ], + [ + 21, + 55 + ], + [ + 22, + 56 + ], + [ + 21, + 57 + ], + [ + 22, + 58 + ], + [ + 21, + 59 + ], + [ + 20, + 58 + ], + [ + 20, + 57 + ], + [ + 21, + 56 + ], + [ + 22, + 57 + ], + [ + 21, + 58 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 180 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 52, + 338 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 473 + ], + "peak": [ + 59, + 475 + ], + "area_cells": 227 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 419 + ], + "peak": [ + 82, + 413 + ], + "area_cells": 673 + }, + { + "id": "range_3", + "name": null, + "center": [ + 78, + 64 + ], + "peak": [ + 78, + 65 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 206 + ], + "peak": [ + 92, + 210 + ], + "area_cells": 369 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 65 + ], + "peak": [ + 95, + 61 + ], + "area_cells": 113 + }, + { + "id": "range_6", + "name": null, + "center": [ + 86, + 32 + ], + "peak": [ + 87, + 34 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 381 + ], + "peak": [ + 91, + 382 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 107, + 115 + ], + "peak": [ + 107, + 118 + ], + "area_cells": 304 + }, + { + "id": "range_9", + "name": null, + "center": [ + 199, + 273 + ], + "peak": [ + 240, + 252 + ], + "area_cells": 48648 + }, + { + "id": "range_10", + "name": null, + "center": [ + 170, + 66 + ], + "peak": [ + 179, + 61 + ], + "area_cells": 595 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ad/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/globe.png new file mode 100644 index 000000000..18c63a928 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ad/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/heightmap.png new file mode 100644 index 000000000..cbfee97d0 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ad/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/index.md new file mode 100644 index 000000000..1697d3488 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ451Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1385484316 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.953 + period_days: 340.0 + axial_tilt_deg: 6.9 +physical: + gravity_g: 0.71 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.925 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.083 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ad + +Arid planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.71g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 340 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ad/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/markers.json new file mode 100644 index 000000000..bede0f5e1 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ad/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 175 + ], + [ + 121, + 176 + ], + [ + 121, + 177 + ], + [ + 122, + 178 + ], + [ + 123, + 179 + ], + [ + 124, + 180 + ], + [ + 124, + 181 + ], + [ + 124, + 182 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 240, + 233 + ], + [ + 241, + 234 + ], + [ + 242, + 235 + ], + [ + 243, + 235 + ], + [ + 244, + 235 + ], + [ + 243, + 234 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 199, + 105 + ], + [ + 200, + 106 + ], + [ + 201, + 107 + ], + [ + 202, + 108 + ], + [ + 203, + 109 + ], + [ + 204, + 110 + ], + [ + 205, + 111 + ], + [ + 206, + 112 + ], + [ + 206, + 113 + ], + [ + 206, + 114 + ], + [ + 207, + 115 + ], + [ + 208, + 116 + ], + [ + 209, + 116 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 129, + 500 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 231, + 131 + ], + "area_fraction": 0.0199 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 368 + ], + "peak": [ + 26, + 342 + ], + "area_cells": 11542 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 37 + ], + "peak": [ + 12, + 33 + ], + "area_cells": 365 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 10 + ], + "peak": [ + 18, + 15 + ], + "area_cells": 166 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 296 + ], + "peak": [ + 20, + 296 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 4 + ], + "peak": [ + 61, + 4 + ], + "area_cells": 74 + }, + { + "id": "range_6", + "name": null, + "center": [ + 60, + 202 + ], + "peak": [ + 60, + 203 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 379 + ], + "peak": [ + 112, + 376 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 258 + ], + "peak": [ + 177, + 256 + ], + "area_cells": 1829 + }, + { + "id": "range_9", + "name": null, + "center": [ + 204, + 343 + ], + "peak": [ + 206, + 328 + ], + "area_cells": 1022 + }, + { + "id": "range_10", + "name": null, + "center": [ + 201, + 416 + ], + "peak": [ + 201, + 417 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ae/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/globe.png new file mode 100644 index 000000000..c16176d10 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ae/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/heightmap.png new file mode 100644 index 000000000..81c799e4f Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ae/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/index.md new file mode 100644 index 000000000..acceda14d --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ451Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 166847742 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.715 + period_days: 820.0 + axial_tilt_deg: 14.8 +physical: + gravity_g: 0.63 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.966 + polar_ice_lat: 0.524 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.18 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ae + +Cold Arid planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.63g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 820 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ae/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/markers.json new file mode 100644 index 000000000..07da54c01 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ae/markers.json @@ -0,0 +1,1073 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 224, + 334 + ], + [ + 224, + 333 + ], + [ + 225, + 332 + ], + [ + 226, + 331 + ], + [ + 227, + 331 + ], + [ + 228, + 330 + ], + [ + 229, + 331 + ], + [ + 230, + 331 + ], + [ + 231, + 330 + ], + [ + 232, + 330 + ], + [ + 233, + 330 + ], + [ + 234, + 329 + ], + [ + 235, + 328 + ], + [ + 236, + 329 + ], + [ + 237, + 330 + ], + [ + 238, + 329 + ], + [ + 238, + 330 + ], + [ + 239, + 331 + ], + [ + 240, + 330 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 116, + 0 + ], + [ + 117, + 1 + ], + [ + 118, + 1 + ], + [ + 119, + 0 + ], + [ + 120, + 511 + ], + [ + 121, + 510 + ], + [ + 122, + 509 + ], + [ + 123, + 508 + ], + [ + 124, + 507 + ], + [ + 125, + 506 + ], + [ + 126, + 505 + ], + [ + 127, + 504 + ], + [ + 128, + 503 + ], + [ + 129, + 502 + ], + [ + 130, + 501 + ], + [ + 131, + 501 + ], + [ + 132, + 500 + ], + [ + 133, + 499 + ], + [ + 134, + 499 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 223, + 26 + ], + [ + 224, + 26 + ], + [ + 223, + 27 + ], + [ + 224, + 28 + ], + [ + 225, + 29 + ], + [ + 225, + 30 + ], + [ + 226, + 31 + ], + [ + 227, + 30 + ], + [ + 228, + 30 + ], + [ + 228, + 29 + ], + [ + 229, + 30 + ], + [ + 230, + 29 + ], + [ + 229, + 29 + ], + [ + 230, + 30 + ], + [ + 231, + 30 + ], + [ + 230, + 31 + ], + [ + 229, + 31 + ], + [ + 228, + 32 + ], + [ + 228, + 33 + ], + [ + 229, + 33 + ], + [ + 228, + 34 + ], + [ + 227, + 35 + ], + [ + 227, + 36 + ], + [ + 228, + 35 + ], + [ + 228, + 36 + ], + [ + 229, + 35 + ], + [ + 230, + 36 + ], + [ + 230, + 35 + ], + [ + 229, + 34 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 133, + 254 + ], + [ + 132, + 255 + ], + [ + 131, + 256 + ], + [ + 130, + 257 + ], + [ + 129, + 257 + ], + [ + 129, + 258 + ], + [ + 130, + 259 + ], + [ + 130, + 260 + ], + [ + 129, + 260 + ], + [ + 130, + 261 + ], + [ + 131, + 262 + ], + [ + 132, + 263 + ], + [ + 131, + 264 + ], + [ + 132, + 264 + ], + [ + 132, + 265 + ], + [ + 133, + 266 + ], + [ + 132, + 266 + ], + [ + 132, + 267 + ], + [ + 131, + 268 + ], + [ + 132, + 268 + ], + [ + 133, + 269 + ], + [ + 132, + 269 + ], + [ + 133, + 268 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 131, + 122 + ], + [ + 132, + 123 + ], + [ + 131, + 124 + ], + [ + 130, + 123 + ], + [ + 129, + 124 + ], + [ + 128, + 123 + ], + [ + 127, + 122 + ], + [ + 126, + 121 + ], + [ + 125, + 120 + ], + [ + 124, + 120 + ], + [ + 123, + 119 + ], + [ + 122, + 118 + ], + [ + 121, + 119 + ], + [ + 121, + 118 + ], + [ + 120, + 119 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 178, + 197 + ], + [ + 177, + 198 + ], + [ + 176, + 199 + ], + [ + 175, + 200 + ], + [ + 174, + 200 + ], + [ + 173, + 201 + ], + [ + 172, + 202 + ], + [ + 171, + 202 + ], + [ + 170, + 201 + ], + [ + 169, + 201 + ], + [ + 168, + 201 + ], + [ + 167, + 201 + ], + [ + 166, + 201 + ], + [ + 165, + 201 + ], + [ + 164, + 202 + ], + [ + 163, + 203 + ], + [ + 162, + 202 + ], + [ + 161, + 202 + ], + [ + 160, + 202 + ], + [ + 159, + 202 + ], + [ + 158, + 203 + ], + [ + 157, + 204 + ], + [ + 157, + 205 + ], + [ + 158, + 204 + ], + [ + 158, + 205 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 118, + 118 + ], + [ + 119, + 119 + ], + [ + 120, + 119 + ], + [ + 121, + 119 + ], + [ + 121, + 120 + ], + [ + 121, + 121 + ], + [ + 121, + 122 + ], + [ + 120, + 123 + ], + [ + 119, + 124 + ], + [ + 120, + 124 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 163, + 187 + ], + [ + 163, + 188 + ], + [ + 163, + 189 + ], + [ + 163, + 190 + ], + [ + 162, + 191 + ], + [ + 163, + 192 + ], + [ + 162, + 193 + ], + [ + 163, + 194 + ], + [ + 163, + 195 + ], + [ + 162, + 196 + ], + [ + 161, + 197 + ], + [ + 161, + 198 + ], + [ + 160, + 199 + ], + [ + 160, + 200 + ], + [ + 159, + 201 + ], + [ + 158, + 202 + ], + [ + 157, + 203 + ], + [ + 156, + 204 + ], + [ + 157, + 204 + ], + [ + 157, + 205 + ], + [ + 158, + 205 + ], + [ + 158, + 204 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 197, + 123 + ], + [ + 198, + 124 + ], + [ + 199, + 125 + ], + [ + 199, + 126 + ], + [ + 200, + 127 + ], + [ + 201, + 128 + ], + [ + 202, + 129 + ], + [ + 203, + 130 + ], + [ + 204, + 131 + ], + [ + 205, + 132 + ], + [ + 206, + 133 + ], + [ + 207, + 134 + ], + [ + 208, + 135 + ], + [ + 209, + 136 + ], + [ + 210, + 137 + ], + [ + 211, + 138 + ], + [ + 210, + 139 + ], + [ + 211, + 140 + ], + [ + 210, + 141 + ], + [ + 210, + 140 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 234, + 482 + ], + [ + 233, + 483 + ], + [ + 233, + 484 + ], + [ + 232, + 483 + ], + [ + 231, + 484 + ], + [ + 232, + 485 + ], + [ + 233, + 486 + ], + [ + 233, + 487 + ], + [ + 234, + 488 + ], + [ + 235, + 488 + ], + [ + 236, + 488 + ], + [ + 237, + 488 + ], + [ + 237, + 489 + ], + [ + 238, + 490 + ], + [ + 239, + 489 + ], + [ + 240, + 489 + ], + [ + 241, + 490 + ], + [ + 242, + 489 + ], + [ + 243, + 490 + ], + [ + 244, + 491 + ], + [ + 245, + 492 + ], + [ + 246, + 492 + ], + [ + 247, + 492 + ], + [ + 248, + 493 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 234, + 6 + ], + [ + 233, + 7 + ], + [ + 234, + 7 + ], + [ + 235, + 8 + ], + [ + 236, + 9 + ], + [ + 237, + 9 + ], + [ + 238, + 10 + ], + [ + 239, + 11 + ], + [ + 240, + 12 + ], + [ + 241, + 11 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 207, + 276 + ], + [ + 206, + 275 + ], + [ + 205, + 274 + ], + [ + 205, + 273 + ], + [ + 204, + 272 + ], + [ + 203, + 271 + ], + [ + 204, + 270 + ], + [ + 205, + 269 + ], + [ + 204, + 268 + ] + ] + } + ], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 243, + 197 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 248, + 41 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 243 + ], + "peak": [ + 61, + 31 + ], + "area_cells": 22390 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 498 + ], + "peak": [ + 57, + 511 + ], + "area_cells": 364 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 63 + ], + "peak": [ + 119, + 62 + ], + "area_cells": 134 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 367 + ], + "peak": [ + 153, + 369 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 161, + 224 + ], + "peak": [ + 160, + 223 + ], + "area_cells": 211 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/globe.png new file mode 100644 index 000000000..29ba8abcd Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/heightmap.png new file mode 100644 index 000000000..5a0d00cb0 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/index.md new file mode 100644 index 000000000..12fdd8610 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2603537807 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.14 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.24 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Af-m1 + +Frozen moon. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 95% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/markers.json new file mode 100644 index 000000000..8d4b8623c --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 72 + ], + "area_fraction": 0.027 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 27, + 343 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 74, + 219 + ], + "peak": [ + 81, + 216 + ], + "area_cells": 521 + }, + { + "id": "range_3", + "name": null, + "center": [ + 74, + 335 + ], + "peak": [ + 75, + 334 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 431 + ], + "peak": [ + 109, + 425 + ], + "area_cells": 530 + }, + { + "id": "range_5", + "name": null, + "center": [ + 222, + 264 + ], + "peak": [ + 225, + 168 + ], + "area_cells": 17606 + }, + { + "id": "range_6", + "name": null, + "center": [ + 209, + 54 + ], + "peak": [ + 209, + 50 + ], + "area_cells": 76 + }, + { + "id": "range_7", + "name": null, + "center": [ + 218, + 82 + ], + "peak": [ + 217, + 88 + ], + "area_cells": 213 + }, + { + "id": "range_9", + "name": null, + "center": [ + 252, + 18 + ], + "peak": [ + 252, + 18 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/globe.png new file mode 100644 index 000000000..cec4e9194 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/heightmap.png new file mode 100644 index 000000000..ba10d654f Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/index.md new file mode 100644 index 000000000..98aa43e96 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1797532282 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.144 + period_days: 20.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: 0.08 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.874 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Af-m2 + +Barren moon. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/markers.json new file mode 100644 index 000000000..7e8d0074b --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Af-m2/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 147 + ], + "peak": [ + 56, + 147 + ], + "area_cells": 62 + }, + { + "id": "range_2", + "name": null, + "center": [ + 87, + 397 + ], + "peak": [ + 89, + 402 + ], + "area_cells": 956 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 375 + ], + "peak": [ + 63, + 376 + ], + "area_cells": 182 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 298 + ], + "peak": [ + 72, + 297 + ], + "area_cells": 71 + }, + { + "id": "range_10", + "name": null, + "center": [ + 79, + 120 + ], + "peak": [ + 79, + 120 + ], + "area_cells": 44 + }, + { + "id": "range_11", + "name": null, + "center": [ + 122, + 183 + ], + "peak": [ + 84, + 176 + ], + "area_cells": 1189 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 244 + ], + "peak": [ + 80, + 242 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 128, + 266 + ], + "peak": [ + 133, + 265 + ], + "area_cells": 1369 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 217 + ], + "peak": [ + 94, + 218 + ], + "area_cells": 429 + }, + { + "id": "range_19", + "name": null, + "center": [ + 119, + 449 + ], + "peak": [ + 122, + 442 + ], + "area_cells": 916 + }, + { + "id": "range_20", + "name": null, + "center": [ + 103, + 120 + ], + "peak": [ + 101, + 120 + ], + "area_cells": 109 + }, + { + "id": "range_21", + "name": null, + "center": [ + 108, + 509 + ], + "peak": [ + 107, + 510 + ], + "area_cells": 22 + }, + { + "id": "range_22", + "name": null, + "center": [ + 119, + 5 + ], + "peak": [ + 120, + 5 + ], + "area_cells": 118 + }, + { + "id": "range_23", + "name": null, + "center": [ + 119, + 141 + ], + "peak": [ + 121, + 142 + ], + "area_cells": 208 + }, + { + "id": "range_24", + "name": null, + "center": [ + 137, + 316 + ], + "peak": [ + 131, + 311 + ], + "area_cells": 1605 + }, + { + "id": "range_28", + "name": null, + "center": [ + 132, + 123 + ], + "peak": [ + 132, + 123 + ], + "area_cells": 55 + }, + { + "id": "range_29", + "name": null, + "center": [ + 134, + 382 + ], + "peak": [ + 135, + 383 + ], + "area_cells": 80 + }, + { + "id": "range_30", + "name": null, + "center": [ + 143, + 507 + ], + "peak": [ + 144, + 507 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 144, + 29 + ], + "peak": [ + 145, + 32 + ], + "area_cells": 95 + }, + { + "id": "range_32", + "name": null, + "center": [ + 168, + 119 + ], + "peak": [ + 168, + 114 + ], + "area_cells": 610 + }, + { + "id": "range_35", + "name": null, + "center": [ + 150, + 9 + ], + "peak": [ + 151, + 9 + ], + "area_cells": 47 + }, + { + "id": "range_36", + "name": null, + "center": [ + 163, + 335 + ], + "peak": [ + 167, + 330 + ], + "area_cells": 292 + }, + { + "id": "range_37", + "name": null, + "center": [ + 161, + 439 + ], + "peak": [ + 163, + 453 + ], + "area_cells": 270 + }, + { + "id": "range_42", + "name": null, + "center": [ + 174, + 152 + ], + "peak": [ + 169, + 158 + ], + "area_cells": 329 + }, + { + "id": "range_43", + "name": null, + "center": [ + 198, + 398 + ], + "peak": [ + 196, + 399 + ], + "area_cells": 864 + }, + { + "id": "range_44", + "name": null, + "center": [ + 180, + 83 + ], + "peak": [ + 180, + 83 + ], + "area_cells": 49 + }, + { + "id": "range_45", + "name": null, + "center": [ + 189, + 195 + ], + "peak": [ + 197, + 191 + ], + "area_cells": 183 + }, + { + "id": "range_46", + "name": null, + "center": [ + 187, + 173 + ], + "peak": [ + 185, + 176 + ], + "area_cells": 116 + }, + { + "id": "range_47", + "name": null, + "center": [ + 194, + 315 + ], + "peak": [ + 194, + 317 + ], + "area_cells": 49 + }, + { + "id": "range_50", + "name": null, + "center": [ + 203, + 99 + ], + "peak": [ + 204, + 93 + ], + "area_cells": 158 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Af/globe.png new file mode 100644 index 000000000..d9fe2ba1c Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Af/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Af/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Af/index.md new file mode 100644 index 000000000..dc2c92787 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ451Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1851403175 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.888 + period_days: 2800.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: null + oblateness: 0.0824 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.139 +--- + +# GJ451Af + +Gas giant. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ag/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/globe.png new file mode 100644 index 000000000..63fb03a0e Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ag/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/heightmap.png new file mode 100644 index 000000000..a10eb3ae2 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ag/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/index.md new file mode 100644 index 000000000..0ae2a1a3f --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4205242592 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.746 + period_days: 6400.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.49 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.236 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ag + +Frozen planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.49g | +| **Land** | 91% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ag/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/markers.json new file mode 100644 index 000000000..f6cc2d651 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ag/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 191, + 452 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 228, + 149 + ], + "area_fraction": 0.0499 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 237, + 29 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 50, + 265 + ], + "peak": [ + 57, + 255 + ], + "area_cells": 463 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 297 + ], + "peak": [ + 69, + 297 + ], + "area_cells": 3252 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 49 + ], + "peak": [ + 61, + 56 + ], + "area_cells": 629 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 416 + ], + "peak": [ + 69, + 409 + ], + "area_cells": 231 + }, + { + "id": "range_7", + "name": null, + "center": [ + 78, + 94 + ], + "peak": [ + 76, + 100 + ], + "area_cells": 668 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 45 + ], + "peak": [ + 93, + 48 + ], + "area_cells": 157 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 74 + ], + "peak": [ + 110, + 80 + ], + "area_cells": 448 + }, + { + "id": "range_12", + "name": null, + "center": [ + 111, + 50 + ], + "peak": [ + 111, + 51 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 124, + 38 + ], + "peak": [ + 130, + 39 + ], + "area_cells": 146 + }, + { + "id": "range_14", + "name": null, + "center": [ + 159, + 70 + ], + "peak": [ + 160, + 60 + ], + "area_cells": 721 + }, + { + "id": "range_15", + "name": null, + "center": [ + 164, + 408 + ], + "peak": [ + 162, + 416 + ], + "area_cells": 293 + }, + { + "id": "range_18", + "name": null, + "center": [ + 220, + 265 + ], + "peak": [ + 222, + 266 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ah/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/globe.png new file mode 100644 index 000000000..47e6b8014 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ah/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/heightmap.png new file mode 100644 index 000000000..e79cf0c85 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ah/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/index.md new file mode 100644 index 000000000..fe9178af7 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1091639265 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.68 + period_days: 11000.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.37 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.915 + polar_ice_lat: 0.186 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ah + +Frozen planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Land** | 92% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ah/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/markers.json new file mode 100644 index 000000000..222d452a2 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ah/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 83, + 149 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 77, + 404 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 98, + 75 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 140, + 83 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 2, + 30 + ], + "peak": [ + 2, + 28 + ], + "area_cells": 70 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 161 + ], + "peak": [ + 0, + 162 + ], + "area_cells": 167 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 323 + ], + "peak": [ + 3, + 346 + ], + "area_cells": 2207 + }, + { + "id": "range_5", + "name": null, + "center": [ + 8, + 446 + ], + "peak": [ + 8, + 438 + ], + "area_cells": 890 + }, + { + "id": "range_8", + "name": null, + "center": [ + 12, + 118 + ], + "peak": [ + 12, + 121 + ], + "area_cells": 40 + }, + { + "id": "range_10", + "name": null, + "center": [ + 16, + 264 + ], + "peak": [ + 14, + 265 + ], + "area_cells": 32 + }, + { + "id": "range_11", + "name": null, + "center": [ + 46, + 283 + ], + "peak": [ + 46, + 284 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 49, + 269 + ], + "peak": [ + 49, + 269 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 122, + 503 + ], + "peak": [ + 122, + 505 + ], + "area_cells": 92 + }, + { + "id": "range_14", + "name": null, + "center": [ + 170, + 261 + ], + "peak": [ + 170, + 261 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 183, + 453 + ], + "peak": [ + 183, + 453 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 193, + 430 + ], + "peak": [ + 194, + 431 + ], + "area_cells": 37 + }, + { + "id": "range_17", + "name": null, + "center": [ + 203, + 281 + ], + "peak": [ + 203, + 288 + ], + "area_cells": 151 + }, + { + "id": "range_20", + "name": null, + "center": [ + 223, + 224 + ], + "peak": [ + 221, + 227 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ai/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/globe.png new file mode 100644 index 000000000..6e2941ed5 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ai/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/heightmap.png new file mode 100644 index 000000000..63e6ec836 Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ai/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/index.md new file mode 100644 index 000000000..979f684a7 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1945672994 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 14.42 + period_days: 20000.0 + axial_tilt_deg: 21.5 +physical: + gravity_g: 0.28 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.321 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.342 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Ai + +Frozen planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Ai/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/markers.json new file mode 100644 index 000000000..d3d959dd0 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Ai/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 246, + 433 + ], + "area_fraction": 0.0129 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 153 + ], + "peak": [ + 8, + 152 + ], + "area_cells": 28 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 111 + ], + "peak": [ + 29, + 103 + ], + "area_cells": 864 + }, + { + "id": "range_4", + "name": null, + "center": [ + 22, + 142 + ], + "peak": [ + 20, + 144 + ], + "area_cells": 99 + }, + { + "id": "range_8", + "name": null, + "center": [ + 85, + 313 + ], + "peak": [ + 95, + 286 + ], + "area_cells": 7909 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 73 + ], + "peak": [ + 90, + 88 + ], + "area_cells": 4494 + }, + { + "id": "range_14", + "name": null, + "center": [ + 158, + 260 + ], + "peak": [ + 164, + 258 + ], + "area_cells": 113 + }, + { + "id": "range_15", + "name": null, + "center": [ + 200, + 178 + ], + "peak": [ + 178, + 181 + ], + "area_cells": 3913 + }, + { + "id": "range_16", + "name": null, + "center": [ + 172, + 330 + ], + "peak": [ + 174, + 330 + ], + "area_cells": 91 + }, + { + "id": "range_17", + "name": null, + "center": [ + 175, + 296 + ], + "peak": [ + 174, + 297 + ], + "area_cells": 74 + }, + { + "id": "range_18", + "name": null, + "center": [ + 203, + 264 + ], + "peak": [ + 201, + 264 + ], + "area_cells": 853 + }, + { + "id": "range_19", + "name": null, + "center": [ + 196, + 57 + ], + "peak": [ + 197, + 58 + ], + "area_cells": 62 + }, + { + "id": "range_20", + "name": null, + "center": [ + 209, + 212 + ], + "peak": [ + 210, + 213 + ], + "area_cells": 30 + }, + { + "id": "range_21", + "name": null, + "center": [ + 219, + 328 + ], + "peak": [ + 220, + 323 + ], + "area_cells": 407 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Aj/globe.png b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/globe.png new file mode 100644 index 000000000..811500d1e Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/globe.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Aj/heightmap.png b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/heightmap.png new file mode 100644 index 000000000..aa2d9f74c Binary files /dev/null and b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Aj/index.md b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/index.md new file mode 100644 index 000000000..901e4abea --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/index.md @@ -0,0 +1,64 @@ +--- +id: GJ451Aj +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2324821287 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 21.337 + period_days: 36000.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.2 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.339 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ451Aj + +Frozen planet. + +**System:** [GJ-451A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Land** | 95% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-451A/bodies/GJ451Aj/markers.json b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/markers.json new file mode 100644 index 000000000..79d433262 --- /dev/null +++ b/wiki/star-systems/GJ-451A/bodies/GJ451Aj/markers.json @@ -0,0 +1,315 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 491 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 18, + 23 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 155, + 164 + ], + "area_fraction": 0.006 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 247, + 30 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 113 + ], + "peak": [ + 29, + 111 + ], + "area_cells": 111 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 129 + ], + "peak": [ + 23, + 129 + ], + "area_cells": 66 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 101 + ], + "peak": [ + 30, + 101 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 459 + ], + "peak": [ + 68, + 481 + ], + "area_cells": 3880 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 3 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 255 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 71 + ], + "peak": [ + 55, + 73 + ], + "area_cells": 91 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 400 + ], + "peak": [ + 60, + 400 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 61, + 25 + ], + "peak": [ + 62, + 27 + ], + "area_cells": 156 + }, + { + "id": "range_11", + "name": null, + "center": [ + 57, + 138 + ], + "peak": [ + 57, + 139 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 72, + 46 + ], + "peak": [ + 73, + 47 + ], + "area_cells": 86 + }, + { + "id": "range_14", + "name": null, + "center": [ + 94, + 75 + ], + "peak": [ + 94, + 77 + ], + "area_cells": 44 + }, + { + "id": "range_16", + "name": null, + "center": [ + 129, + 313 + ], + "peak": [ + 129, + 311 + ], + "area_cells": 66 + }, + { + "id": "range_17", + "name": null, + "center": [ + 131, + 332 + ], + "peak": [ + 134, + 331 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 204, + 49 + ], + "peak": [ + 203, + 49 + ], + "area_cells": 1909 + }, + { + "id": "range_19", + "name": null, + "center": [ + 196, + 503 + ], + "peak": [ + 200, + 505 + ], + "area_cells": 192 + }, + { + "id": "range_21", + "name": null, + "center": [ + 226, + 295 + ], + "peak": [ + 226, + 295 + ], + "area_cells": 34 + }, + { + "id": "range_22", + "name": null, + "center": [ + 226, + 308 + ], + "peak": [ + 226, + 307 + ], + "area_cells": 42 + }, + { + "id": "range_23", + "name": null, + "center": [ + 241, + 370 + ], + "peak": [ + 238, + 369 + ], + "area_cells": 113 + }, + { + "id": "range_24", + "name": null, + "center": [ + 238, + 345 + ], + "peak": [ + 236, + 346 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 242, + 409 + ], + "peak": [ + 242, + 408 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ453b/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453b/globe.png new file mode 100644 index 000000000..c9cdeccfb Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453b/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453b/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453b/heightmap.png new file mode 100644 index 000000000..c70a2ad85 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453b/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453b/index.md b/wiki/star-systems/GJ-453/bodies/GJ453b/index.md new file mode 100644 index 000000000..010ddfb19 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ453b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3285252450 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.4 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.814 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453b + +Barren planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 90% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453b/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453b/markers.json new file mode 100644 index 000000000..10cf93b3e --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453b/markers.json @@ -0,0 +1,337 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 17, + 224 + ], + "area_fraction": 0.0387 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 1 + ], + "peak": [ + 48, + 0 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 508 + ], + "peak": [ + 51, + 510 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 25 + ], + "peak": [ + 54, + 26 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 432 + ], + "peak": [ + 103, + 457 + ], + "area_cells": 1992 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 352 + ], + "peak": [ + 63, + 353 + ], + "area_cells": 30 + }, + { + "id": "range_6", + "name": null, + "center": [ + 64, + 234 + ], + "peak": [ + 64, + 235 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 458 + ], + "peak": [ + 63, + 463 + ], + "area_cells": 120 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 325 + ], + "peak": [ + 88, + 325 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 100, + 358 + ], + "peak": [ + 97, + 337 + ], + "area_cells": 809 + }, + { + "id": "range_21", + "name": null, + "center": [ + 121, + 280 + ], + "peak": [ + 125, + 304 + ], + "area_cells": 1017 + }, + { + "id": "range_22", + "name": null, + "center": [ + 124, + 16 + ], + "peak": [ + 136, + 14 + ], + "area_cells": 894 + }, + { + "id": "range_23", + "name": null, + "center": [ + 132, + 481 + ], + "peak": [ + 152, + 491 + ], + "area_cells": 1722 + }, + { + "id": "range_24", + "name": null, + "center": [ + 136, + 68 + ], + "peak": [ + 142, + 69 + ], + "area_cells": 349 + }, + { + "id": "range_26", + "name": null, + "center": [ + 138, + 150 + ], + "peak": [ + 147, + 144 + ], + "area_cells": 238 + }, + { + "id": "range_27", + "name": null, + "center": [ + 141, + 338 + ], + "peak": [ + 133, + 334 + ], + "area_cells": 549 + }, + { + "id": "range_29", + "name": null, + "center": [ + 149, + 111 + ], + "peak": [ + 148, + 114 + ], + "area_cells": 337 + }, + { + "id": "range_30", + "name": null, + "center": [ + 147, + 192 + ], + "peak": [ + 146, + 193 + ], + "area_cells": 119 + }, + { + "id": "range_31", + "name": null, + "center": [ + 154, + 418 + ], + "peak": [ + 156, + 416 + ], + "area_cells": 197 + }, + { + "id": "range_33", + "name": null, + "center": [ + 158, + 393 + ], + "peak": [ + 160, + 395 + ], + "area_cells": 53 + }, + { + "id": "range_34", + "name": null, + "center": [ + 168, + 452 + ], + "peak": [ + 165, + 454 + ], + "area_cells": 99 + }, + { + "id": "range_35", + "name": null, + "center": [ + 176, + 356 + ], + "peak": [ + 182, + 354 + ], + "area_cells": 130 + }, + { + "id": "range_36", + "name": null, + "center": [ + 170, + 149 + ], + "peak": [ + 170, + 149 + ], + "area_cells": 36 + }, + { + "id": "range_37", + "name": null, + "center": [ + 172, + 184 + ], + "peak": [ + 173, + 185 + ], + "area_cells": 22 + }, + { + "id": "range_40", + "name": null, + "center": [ + 195, + 128 + ], + "peak": [ + 196, + 128 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453c/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453c/globe.png new file mode 100644 index 000000000..99b333140 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453c/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453c/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453c/heightmap.png new file mode 100644 index 000000000..a39d7a357 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453c/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453c/index.md b/wiki/star-systems/GJ-453/bodies/GJ453c/index.md new file mode 100644 index 000000000..a1e7d2f71 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ453c +name: Gemeinland +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3030302904 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.9 + oblateness: 0.0046 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.384 + polar_ice_lat: 0.688 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.5 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Gemeinland + +Temperate planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 38% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 48M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453c/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453c/markers.json new file mode 100644 index 000000000..568b0c49f --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453c/markers.json @@ -0,0 +1,212 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 244, + 102 + ], + [ + 243, + 102 + ], + [ + 242, + 101 + ], + [ + 241, + 100 + ], + [ + 240, + 99 + ], + [ + 239, + 98 + ], + [ + 238, + 97 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 241, + 20 + ], + [ + 240, + 21 + ], + [ + 239, + 22 + ], + [ + 238, + 23 + ], + [ + 237, + 24 + ], + [ + 236, + 25 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 126, + 55 + ], + [ + 126, + 56 + ], + [ + 125, + 55 + ], + [ + 124, + 55 + ], + [ + 123, + 55 + ], + [ + 122, + 55 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 211, + 299 + ], + [ + 212, + 298 + ], + [ + 213, + 299 + ], + [ + 214, + 299 + ], + [ + 215, + 298 + ], + [ + 216, + 297 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 129, + 277 + ], + "area_fraction": 0.6064 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 150, + 240 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 177, + 129 + ], + "peak": [ + 165, + 122 + ], + "area_cells": 5659 + }, + { + "id": "range_2", + "name": null, + "center": [ + 182, + 354 + ], + "peak": [ + 190, + 397 + ], + "area_cells": 2186 + }, + { + "id": "range_3", + "name": null, + "center": [ + 167, + 215 + ], + "peak": [ + 168, + 213 + ], + "area_cells": 59 + }, + { + "id": "range_4", + "name": null, + "center": [ + 202, + 232 + ], + "peak": [ + 202, + 231 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453d/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453d/globe.png new file mode 100644 index 000000000..d8f29b593 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453d/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453d/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453d/heightmap.png new file mode 100644 index 000000000..06bf5cc20 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453d/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453d/index.md b/wiki/star-systems/GJ-453/bodies/GJ453d/index.md new file mode 100644 index 000000000..a81dae4a2 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ453d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2909657248 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.173 + period_days: 520.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.54 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.406 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.107 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453d + +Cold Arid planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.54g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453d/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453d/markers.json new file mode 100644 index 000000000..315778639 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453d/markers.json @@ -0,0 +1,903 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 116, + 23 + ], + [ + 117, + 22 + ], + [ + 118, + 21 + ], + [ + 119, + 20 + ], + [ + 118, + 19 + ], + [ + 117, + 18 + ], + [ + 116, + 17 + ], + [ + 116, + 16 + ], + [ + 116, + 15 + ], + [ + 115, + 14 + ], + [ + 115, + 13 + ], + [ + 114, + 12 + ], + [ + 114, + 11 + ], + [ + 115, + 10 + ], + [ + 114, + 9 + ], + [ + 114, + 8 + ], + [ + 113, + 7 + ], + [ + 114, + 7 + ], + [ + 114, + 6 + ], + [ + 115, + 6 + ], + [ + 114, + 5 + ], + [ + 115, + 4 + ], + [ + 114, + 4 + ], + [ + 115, + 3 + ], + [ + 115, + 2 + ], + [ + 116, + 3 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 332 + ], + [ + 107, + 331 + ], + [ + 107, + 330 + ], + [ + 108, + 329 + ], + [ + 109, + 328 + ], + [ + 109, + 327 + ], + [ + 110, + 326 + ], + [ + 111, + 325 + ], + [ + 110, + 324 + ], + [ + 111, + 323 + ], + [ + 110, + 323 + ], + [ + 110, + 322 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 14, + 0 + ], + [ + 13, + 1 + ], + [ + 14, + 2 + ], + [ + 15, + 3 + ], + [ + 14, + 4 + ], + [ + 15, + 4 + ], + [ + 15, + 5 + ], + [ + 14, + 5 + ], + [ + 14, + 6 + ], + [ + 13, + 7 + ], + [ + 12, + 6 + ], + [ + 12, + 7 + ], + [ + 12, + 8 + ], + [ + 11, + 9 + ], + [ + 11, + 10 + ], + [ + 10, + 11 + ], + [ + 10, + 12 + ], + [ + 10, + 13 + ], + [ + 11, + 13 + ], + [ + 12, + 14 + ], + [ + 13, + 15 + ], + [ + 12, + 16 + ], + [ + 11, + 17 + ], + [ + 11, + 18 + ], + [ + 10, + 19 + ], + [ + 10, + 20 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 164, + 27 + ], + [ + 163, + 26 + ], + [ + 162, + 25 + ], + [ + 161, + 25 + ], + [ + 160, + 24 + ], + [ + 159, + 25 + ], + [ + 158, + 25 + ], + [ + 157, + 26 + ], + [ + 156, + 26 + ], + [ + 155, + 26 + ], + [ + 154, + 26 + ], + [ + 153, + 27 + ], + [ + 152, + 27 + ], + [ + 151, + 26 + ], + [ + 150, + 26 + ], + [ + 149, + 26 + ], + [ + 148, + 26 + ], + [ + 147, + 25 + ], + [ + 146, + 26 + ], + [ + 145, + 25 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 41, + 407 + ], + [ + 40, + 408 + ], + [ + 40, + 409 + ], + [ + 39, + 410 + ], + [ + 39, + 409 + ], + [ + 38, + 409 + ], + [ + 37, + 408 + ], + [ + 37, + 407 + ], + [ + 36, + 406 + ], + [ + 35, + 405 + ], + [ + 35, + 404 + ], + [ + 36, + 403 + ], + [ + 35, + 402 + ], + [ + 34, + 403 + ], + [ + 35, + 403 + ], + [ + 36, + 404 + ], + [ + 37, + 405 + ], + [ + 36, + 405 + ], + [ + 37, + 406 + ], + [ + 38, + 406 + ], + [ + 38, + 407 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 136, + 511 + ], + [ + 137, + 510 + ], + [ + 138, + 509 + ], + [ + 138, + 508 + ], + [ + 138, + 507 + ], + [ + 139, + 508 + ], + [ + 139, + 507 + ], + [ + 139, + 506 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 65, + 352 + ], + [ + 66, + 353 + ], + [ + 67, + 354 + ], + [ + 68, + 355 + ], + [ + 69, + 356 + ], + [ + 69, + 357 + ], + [ + 70, + 358 + ], + [ + 71, + 359 + ], + [ + 70, + 360 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 61, + 301 + ], + [ + 60, + 300 + ], + [ + 59, + 301 + ], + [ + 58, + 300 + ], + [ + 57, + 300 + ], + [ + 57, + 299 + ], + [ + 57, + 298 + ], + [ + 57, + 297 + ], + [ + 56, + 298 + ], + [ + 56, + 297 + ], + [ + 57, + 296 + ], + [ + 58, + 296 + ], + [ + 59, + 295 + ], + [ + 58, + 294 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 61, + 426 + ], + [ + 62, + 427 + ], + [ + 61, + 428 + ], + [ + 62, + 429 + ], + [ + 61, + 430 + ], + [ + 60, + 429 + ], + [ + 59, + 430 + ], + [ + 58, + 430 + ], + [ + 58, + 429 + ], + [ + 57, + 428 + ], + [ + 56, + 429 + ], + [ + 55, + 430 + ], + [ + 54, + 429 + ], + [ + 53, + 428 + ], + [ + 52, + 428 + ], + [ + 51, + 428 + ], + [ + 50, + 428 + ], + [ + 49, + 427 + ], + [ + 48, + 427 + ], + [ + 47, + 428 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 0, + 16 + ], + [ + 0, + 17 + ], + [ + 1, + 17 + ], + [ + 2, + 18 + ], + [ + 3, + 19 + ], + [ + 4, + 20 + ], + [ + 5, + 20 + ], + [ + 6, + 20 + ], + [ + 7, + 20 + ], + [ + 8, + 20 + ], + [ + 9, + 21 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 17, + 171 + ], + [ + 16, + 170 + ], + [ + 15, + 169 + ], + [ + 14, + 169 + ], + [ + 13, + 169 + ], + [ + 12, + 170 + ], + [ + 11, + 170 + ], + [ + 10, + 169 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 250 + ], + "area_fraction": 0.0379 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 27, + 449 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 95, + 425 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 116, + 61 + ], + "peak": [ + 117, + 63 + ], + "area_cells": 45 + }, + { + "id": "range_4", + "name": null, + "center": [ + 188, + 427 + ], + "peak": [ + 190, + 471 + ], + "area_cells": 6638 + }, + { + "id": "range_5", + "name": null, + "center": [ + 141, + 350 + ], + "peak": [ + 142, + 356 + ], + "area_cells": 140 + }, + { + "id": "range_6", + "name": null, + "center": [ + 178, + 143 + ], + "peak": [ + 180, + 135 + ], + "area_cells": 243 + }, + { + "id": "range_8", + "name": null, + "center": [ + 185, + 217 + ], + "peak": [ + 186, + 218 + ], + "area_cells": 496 + }, + { + "id": "range_9", + "name": null, + "center": [ + 231, + 314 + ], + "peak": [ + 232, + 321 + ], + "area_cells": 294 + }, + { + "id": "range_10", + "name": null, + "center": [ + 222, + 335 + ], + "peak": [ + 222, + 336 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m1/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/globe.png new file mode 100644 index 000000000..04b37fac4 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m1/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/heightmap.png new file mode 100644 index 000000000..ce52e703d Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m1/index.md b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/index.md new file mode 100644 index 000000000..c63020814 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ453e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4089811140 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.12 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.19 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.366 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453e-m1 + +Frozen moon. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 95% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m1/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/markers.json new file mode 100644 index 000000000..1457f93a7 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453e-m1/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 12, + 396 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 22, + 458 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 106, + 488 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 271 + ], + "peak": [ + 138, + 274 + ], + "area_cells": 30 + }, + { + "id": "range_2", + "name": null, + "center": [ + 217, + 256 + ], + "peak": [ + 225, + 321 + ], + "area_cells": 36468 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m2/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/globe.png new file mode 100644 index 000000000..d1d848f7f Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m2/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/heightmap.png new file mode 100644 index 000000000..edbc0ce98 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m2/index.md b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/index.md new file mode 100644 index 000000000..c9c9e1f9d --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ453e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3054777159 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 27.1 +physical: + gravity_g: 0.08 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.861 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453e-m2 + +Barren moon. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e-m2/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/markers.json new file mode 100644 index 000000000..9cab64139 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453e-m2/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 299 + ], + "peak": [ + 93, + 406 + ], + "area_cells": 12623 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 29 + ], + "peak": [ + 61, + 27 + ], + "area_cells": 98 + }, + { + "id": "range_7", + "name": null, + "center": [ + 73, + 75 + ], + "peak": [ + 69, + 91 + ], + "area_cells": 593 + }, + { + "id": "range_10", + "name": null, + "center": [ + 111, + 15 + ], + "peak": [ + 94, + 38 + ], + "area_cells": 985 + }, + { + "id": "range_11", + "name": null, + "center": [ + 88, + 132 + ], + "peak": [ + 89, + 133 + ], + "area_cells": 39 + }, + { + "id": "range_14", + "name": null, + "center": [ + 144, + 461 + ], + "peak": [ + 130, + 431 + ], + "area_cells": 3079 + }, + { + "id": "range_17", + "name": null, + "center": [ + 119, + 110 + ], + "peak": [ + 111, + 101 + ], + "area_cells": 275 + }, + { + "id": "range_18", + "name": null, + "center": [ + 122, + 84 + ], + "peak": [ + 122, + 88 + ], + "area_cells": 132 + }, + { + "id": "range_20", + "name": null, + "center": [ + 131, + 149 + ], + "peak": [ + 132, + 149 + ], + "area_cells": 33 + }, + { + "id": "range_22", + "name": null, + "center": [ + 143, + 102 + ], + "peak": [ + 143, + 104 + ], + "area_cells": 81 + }, + { + "id": "range_23", + "name": null, + "center": [ + 147, + 36 + ], + "peak": [ + 150, + 32 + ], + "area_cells": 193 + }, + { + "id": "range_25", + "name": null, + "center": [ + 151, + 66 + ], + "peak": [ + 151, + 66 + ], + "area_cells": 70 + }, + { + "id": "range_26", + "name": null, + "center": [ + 156, + 1 + ], + "peak": [ + 157, + 0 + ], + "area_cells": 39 + }, + { + "id": "range_27", + "name": null, + "center": [ + 199, + 282 + ], + "peak": [ + 215, + 303 + ], + "area_cells": 4820 + }, + { + "id": "range_28", + "name": null, + "center": [ + 165, + 402 + ], + "peak": [ + 169, + 403 + ], + "area_cells": 86 + }, + { + "id": "range_30", + "name": null, + "center": [ + 167, + 10 + ], + "peak": [ + 167, + 10 + ], + "area_cells": 76 + }, + { + "id": "range_31", + "name": null, + "center": [ + 189, + 44 + ], + "peak": [ + 196, + 61 + ], + "area_cells": 804 + }, + { + "id": "range_37", + "name": null, + "center": [ + 180, + 373 + ], + "peak": [ + 181, + 374 + ], + "area_cells": 44 + }, + { + "id": "range_39", + "name": null, + "center": [ + 181, + 412 + ], + "peak": [ + 182, + 412 + ], + "area_cells": 26 + }, + { + "id": "range_41", + "name": null, + "center": [ + 193, + 149 + ], + "peak": [ + 197, + 149 + ], + "area_cells": 43 + }, + { + "id": "range_42", + "name": null, + "center": [ + 199, + 506 + ], + "peak": [ + 199, + 509 + ], + "area_cells": 95 + }, + { + "id": "range_44", + "name": null, + "center": [ + 197, + 469 + ], + "peak": [ + 198, + 470 + ], + "area_cells": 29 + }, + { + "id": "range_45", + "name": null, + "center": [ + 214, + 113 + ], + "peak": [ + 214, + 114 + ], + "area_cells": 22 + }, + { + "id": "range_46", + "name": null, + "center": [ + 218, + 166 + ], + "peak": [ + 220, + 174 + ], + "area_cells": 181 + }, + { + "id": "range_48", + "name": null, + "center": [ + 228, + 213 + ], + "peak": [ + 235, + 212 + ], + "area_cells": 38 + }, + { + "id": "range_50", + "name": null, + "center": [ + 229, + 204 + ], + "peak": [ + 230, + 204 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453e/globe.png new file mode 100644 index 000000000..9f0cff685 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453e/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453e/index.md b/wiki/star-systems/GJ-453/bodies/GJ453e/index.md new file mode 100644 index 000000000..847fed38b --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ453e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2134735532 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 8.8 +physical: + gravity_g: null + oblateness: 0.0765 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.129 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.57 + opacity_base: 0.51 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ453e + +Gas giant. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453f/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453f/globe.png new file mode 100644 index 000000000..8d9179857 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453f/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453f/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453f/heightmap.png new file mode 100644 index 000000000..30e62984d Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453f/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453f/index.md b/wiki/star-systems/GJ-453/bodies/GJ453f/index.md new file mode 100644 index 000000000..5819fa6f0 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ453f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1646337061 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.44 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.777 + polar_ice_lat: 0.251 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.423 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453f + +Frozen planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453f/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453f/markers.json new file mode 100644 index 000000000..639ec687d --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453f/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 208, + 463 + ], + "area_fraction": 0.0674 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 192, + 176 + ], + "area_fraction": 0.1373 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 86, + 449 + ], + "peak": [ + 52, + 464 + ], + "area_cells": 3589 + }, + { + "id": "range_3", + "name": null, + "center": [ + 109, + 176 + ], + "peak": [ + 103, + 175 + ], + "area_cells": 878 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 302 + ], + "peak": [ + 100, + 302 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 214 + ], + "peak": [ + 111, + 223 + ], + "area_cells": 604 + }, + { + "id": "range_6", + "name": null, + "center": [ + 122, + 501 + ], + "peak": [ + 122, + 503 + ], + "area_cells": 98 + }, + { + "id": "range_10", + "name": null, + "center": [ + 236, + 171 + ], + "peak": [ + 235, + 172 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 250, + 131 + ], + "peak": [ + 255, + 134 + ], + "area_cells": 253 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453g/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453g/globe.png new file mode 100644 index 000000000..03a4a9b25 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453g/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453g/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453g/heightmap.png new file mode 100644 index 000000000..5c9c28c8f Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453g/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453g/index.md b/wiki/star-systems/GJ-453/bodies/GJ453g/index.md new file mode 100644 index 000000000..d0890a163 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ453g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2873874468 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 29.7 +physical: + gravity_g: 0.35 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.768 + polar_ice_lat: 0.26 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453g + +Frozen planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453g/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453g/markers.json new file mode 100644 index 000000000..490613e00 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453g/markers.json @@ -0,0 +1,232 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 147 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 107, + 49 + ], + "area_fraction": 0.0258 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 126, + 497 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 145, + 8 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 130, + 178 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 166, + 421 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 175, + 471 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 223, + 142 + ], + "area_fraction": 0.0792 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 228, + 372 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 234, + 471 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 13 + ], + "peak": [ + 0, + 23 + ], + "area_cells": 725 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 390 + ], + "peak": [ + 84, + 366 + ], + "area_cells": 10322 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 315 + ], + "peak": [ + 11, + 316 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 20, + 27 + ], + "peak": [ + 20, + 24 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 156 + ], + "peak": [ + 52, + 179 + ], + "area_cells": 1538 + }, + { + "id": "range_11", + "name": null, + "center": [ + 83, + 274 + ], + "peak": [ + 94, + 273 + ], + "area_cells": 669 + }, + { + "id": "range_12", + "name": null, + "center": [ + 87, + 130 + ], + "peak": [ + 86, + 129 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 129, + 399 + ], + "peak": [ + 132, + 424 + ], + "area_cells": 739 + }, + { + "id": "range_15", + "name": null, + "center": [ + 160, + 272 + ], + "peak": [ + 166, + 281 + ], + "area_cells": 1918 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453h/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453h/globe.png new file mode 100644 index 000000000..94b09ef2e Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453h/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453h/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453h/heightmap.png new file mode 100644 index 000000000..6e1aa63fa Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453h/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453h/index.md b/wiki/star-systems/GJ-453/bodies/GJ453h/index.md new file mode 100644 index 000000000..4743cb2b4 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ453h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 230445137 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 39.6 +physical: + gravity_g: 0.27 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.081 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.237 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453h + +Frozen planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453h/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453h/markers.json new file mode 100644 index 000000000..f96479294 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453h/markers.json @@ -0,0 +1,150 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 104 + ], + "area_fraction": 0.0731 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 21, + 388 + ], + "area_fraction": 0.0749 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 81, + 288 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 111, + 407 + ], + "area_fraction": 0.0484 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 93, + 239 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 104, + 125 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 119, + 328 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 224, + 261 + ], + "peak": [ + 254, + 186 + ], + "area_cells": 11346 + }, + { + "id": "range_2", + "name": null, + "center": [ + 211, + 464 + ], + "peak": [ + 187, + 465 + ], + "area_cells": 4913 + }, + { + "id": "range_4", + "name": null, + "center": [ + 220, + 46 + ], + "peak": [ + 208, + 9 + ], + "area_cells": 2461 + }, + { + "id": "range_8", + "name": null, + "center": [ + 239, + 104 + ], + "peak": [ + 255, + 104 + ], + "area_cells": 62 + }, + { + "id": "range_9", + "name": null, + "center": [ + 230, + 115 + ], + "peak": [ + 231, + 118 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-453/bodies/GJ453i/globe.png b/wiki/star-systems/GJ-453/bodies/GJ453i/globe.png new file mode 100644 index 000000000..6f927957c Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453i/globe.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453i/heightmap.png b/wiki/star-systems/GJ-453/bodies/GJ453i/heightmap.png new file mode 100644 index 000000000..fd416b5b3 Binary files /dev/null and b/wiki/star-systems/GJ-453/bodies/GJ453i/heightmap.png differ diff --git a/wiki/star-systems/GJ-453/bodies/GJ453i/index.md b/wiki/star-systems/GJ-453/bodies/GJ453i/index.md new file mode 100644 index 000000000..e06311e55 --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ453i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 456978890 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 40.9 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.857 + polar_ice_lat: 0.116 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.385 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ453i + +Frozen planet. + +**System:** [GJ-453](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-453/bodies/GJ453i/markers.json b/wiki/star-systems/GJ-453/bodies/GJ453i/markers.json new file mode 100644 index 000000000..0652f0c6b --- /dev/null +++ b/wiki/star-systems/GJ-453/bodies/GJ453i/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 119, + 87 + ], + "area_fraction": 0.0437 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 87, + 83 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 135, + 382 + ], + "area_fraction": 0.007 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 195, + 259 + ], + "area_fraction": 0.0329 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 238, + 24 + ], + "area_fraction": 0.007 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 243, + 433 + ], + "area_fraction": 0.0153 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 103 + ], + "peak": [ + 0, + 157 + ], + "area_cells": 4550 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 249 + ], + "peak": [ + 5, + 248 + ], + "area_cells": 45 + }, + { + "id": "range_5", + "name": null, + "center": [ + 24, + 499 + ], + "peak": [ + 22, + 510 + ], + "area_cells": 697 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 281 + ], + "peak": [ + 7, + 271 + ], + "area_cells": 133 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 406 + ], + "peak": [ + 27, + 410 + ], + "area_cells": 1132 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 124 + ], + "peak": [ + 197, + 135 + ], + "area_cells": 756 + }, + { + "id": "range_15", + "name": null, + "center": [ + 199, + 177 + ], + "peak": [ + 198, + 165 + ], + "area_cells": 810 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ454b/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454b/globe.png new file mode 100644 index 000000000..5825ec12c Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454b/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454b/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454b/heightmap.png new file mode 100644 index 000000000..db4b660c8 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454b/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454b/index.md b/wiki/star-systems/GJ-454/bodies/GJ454b/index.md new file mode 100644 index 000000000..03b95dbbc --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ454b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1413419619 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.183 + period_days: 32.0 + axial_tilt_deg: 18.3 +physical: + gravity_g: 0.46 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.898 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454b + +Barren planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 91% | +| **Year** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454b/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454b/markers.json new file mode 100644 index 000000000..6947d3682 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454b/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 35 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 17, + 392 + ], + "area_fraction": 0.0525 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 80, + 197 + ], + "peak": [ + 85, + 197 + ], + "area_cells": 233 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 129 + ], + "peak": [ + 80, + 130 + ], + "area_cells": 50 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 169 + ], + "peak": [ + 103, + 165 + ], + "area_cells": 421 + }, + { + "id": "range_5", + "name": null, + "center": [ + 134, + 69 + ], + "peak": [ + 127, + 48 + ], + "area_cells": 5272 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 98 + ], + "peak": [ + 88, + 98 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 228 + ], + "peak": [ + 92, + 228 + ], + "area_cells": 86 + }, + { + "id": "range_8", + "name": null, + "center": [ + 98, + 303 + ], + "peak": [ + 95, + 298 + ], + "area_cells": 203 + }, + { + "id": "range_11", + "name": null, + "center": [ + 99, + 269 + ], + "peak": [ + 95, + 275 + ], + "area_cells": 142 + }, + { + "id": "range_12", + "name": null, + "center": [ + 138, + 505 + ], + "peak": [ + 135, + 509 + ], + "area_cells": 498 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 262 + ], + "peak": [ + 133, + 263 + ], + "area_cells": 559 + }, + { + "id": "range_14", + "name": null, + "center": [ + 121, + 227 + ], + "peak": [ + 121, + 229 + ], + "area_cells": 33 + }, + { + "id": "range_16", + "name": null, + "center": [ + 135, + 306 + ], + "peak": [ + 132, + 310 + ], + "area_cells": 540 + }, + { + "id": "range_17", + "name": null, + "center": [ + 142, + 212 + ], + "peak": [ + 151, + 205 + ], + "area_cells": 357 + }, + { + "id": "range_21", + "name": null, + "center": [ + 161, + 254 + ], + "peak": [ + 162, + 259 + ], + "area_cells": 395 + }, + { + "id": "range_22", + "name": null, + "center": [ + 152, + 172 + ], + "peak": [ + 154, + 173 + ], + "area_cells": 27 + }, + { + "id": "range_25", + "name": null, + "center": [ + 191, + 485 + ], + "peak": [ + 201, + 492 + ], + "area_cells": 595 + }, + { + "id": "range_27", + "name": null, + "center": [ + 186, + 35 + ], + "peak": [ + 187, + 36 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 194, + 5 + ], + "peak": [ + 195, + 6 + ], + "area_cells": 20 + }, + { + "id": "range_29", + "name": null, + "center": [ + 197, + 380 + ], + "peak": [ + 197, + 380 + ], + "area_cells": 48 + }, + { + "id": "range_30", + "name": null, + "center": [ + 202, + 460 + ], + "peak": [ + 198, + 459 + ], + "area_cells": 39 + }, + { + "id": "range_36", + "name": null, + "center": [ + 242, + 435 + ], + "peak": [ + 228, + 446 + ], + "area_cells": 190 + }, + { + "id": "range_38", + "name": null, + "center": [ + 246, + 381 + ], + "peak": [ + 246, + 381 + ], + "area_cells": 921 + }, + { + "id": "range_40", + "name": null, + "center": [ + 244, + 57 + ], + "peak": [ + 240, + 60 + ], + "area_cells": 96 + }, + { + "id": "range_43", + "name": null, + "center": [ + 249, + 97 + ], + "peak": [ + 250, + 98 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454c/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454c/globe.png new file mode 100644 index 000000000..256f37f02 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454c/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454c/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454c/heightmap.png new file mode 100644 index 000000000..bfe0c05e0 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454c/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454c/index.md b/wiki/star-systems/GJ-454/bodies/GJ454c/index.md new file mode 100644 index 000000000..427f14c30 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ454c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3489321087 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 13.1 +physical: + gravity_g: 0.72 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.921 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.068 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454c + +Hot Arid planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454c/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454c/markers.json new file mode 100644 index 000000000..fdd1f3567 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454c/markers.json @@ -0,0 +1,906 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 112, + 92 + ], + [ + 113, + 91 + ], + [ + 114, + 90 + ], + [ + 115, + 89 + ], + [ + 116, + 88 + ], + [ + 117, + 87 + ], + [ + 118, + 86 + ], + [ + 119, + 85 + ], + [ + 118, + 85 + ], + [ + 117, + 85 + ], + [ + 118, + 84 + ], + [ + 117, + 84 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 36, + 419 + ], + [ + 37, + 420 + ], + [ + 38, + 421 + ], + [ + 39, + 422 + ], + [ + 40, + 423 + ], + [ + 41, + 424 + ], + [ + 41, + 425 + ], + [ + 40, + 426 + ], + [ + 40, + 427 + ], + [ + 39, + 428 + ], + [ + 38, + 429 + ], + [ + 39, + 430 + ], + [ + 38, + 431 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 110, + 359 + ], + [ + 109, + 360 + ], + [ + 108, + 361 + ], + [ + 107, + 362 + ], + [ + 106, + 363 + ], + [ + 105, + 364 + ], + [ + 104, + 365 + ], + [ + 103, + 366 + ], + [ + 102, + 367 + ], + [ + 101, + 367 + ], + [ + 100, + 368 + ], + [ + 99, + 367 + ], + [ + 98, + 367 + ], + [ + 97, + 366 + ], + [ + 96, + 365 + ], + [ + 95, + 364 + ], + [ + 94, + 363 + ], + [ + 94, + 362 + ], + [ + 95, + 361 + ], + [ + 94, + 361 + ], + [ + 94, + 360 + ], + [ + 94, + 359 + ], + [ + 94, + 358 + ], + [ + 93, + 358 + ], + [ + 93, + 357 + ], + [ + 92, + 356 + ], + [ + 93, + 356 + ], + [ + 94, + 357 + ], + [ + 94, + 356 + ], + [ + 94, + 355 + ], + [ + 93, + 355 + ], + [ + 92, + 355 + ], + [ + 93, + 354 + ], + [ + 93, + 353 + ], + [ + 92, + 354 + ], + [ + 91, + 353 + ], + [ + 90, + 352 + ], + [ + 89, + 351 + ], + [ + 88, + 350 + ], + [ + 87, + 349 + ], + [ + 86, + 348 + ], + [ + 85, + 347 + ], + [ + 85, + 346 + ], + [ + 85, + 345 + ], + [ + 85, + 344 + ], + [ + 86, + 344 + ], + [ + 86, + 345 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 106, + 155 + ], + [ + 107, + 155 + ], + [ + 108, + 155 + ], + [ + 108, + 156 + ], + [ + 107, + 157 + ], + [ + 108, + 157 + ], + [ + 109, + 158 + ], + [ + 110, + 158 + ], + [ + 111, + 159 + ], + [ + 112, + 160 + ], + [ + 113, + 160 + ], + [ + 114, + 161 + ], + [ + 115, + 162 + ], + [ + 116, + 162 + ], + [ + 117, + 163 + ], + [ + 118, + 162 + ], + [ + 119, + 161 + ], + [ + 120, + 161 + ], + [ + 119, + 160 + ], + [ + 118, + 161 + ], + [ + 117, + 161 + ], + [ + 118, + 160 + ], + [ + 117, + 160 + ], + [ + 118, + 159 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 141, + 211 + ], + [ + 142, + 211 + ], + [ + 143, + 211 + ], + [ + 144, + 211 + ], + [ + 145, + 212 + ], + [ + 146, + 213 + ], + [ + 147, + 212 + ], + [ + 148, + 213 + ], + [ + 149, + 213 + ], + [ + 150, + 213 + ], + [ + 150, + 212 + ], + [ + 150, + 211 + ], + [ + 149, + 211 + ], + [ + 149, + 212 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 122, + 34 + ], + [ + 121, + 33 + ], + [ + 120, + 33 + ], + [ + 119, + 33 + ], + [ + 118, + 32 + ], + [ + 117, + 32 + ], + [ + 116, + 31 + ], + [ + 115, + 30 + ], + [ + 114, + 30 + ], + [ + 113, + 31 + ], + [ + 112, + 32 + ], + [ + 111, + 32 + ], + [ + 110, + 33 + ], + [ + 109, + 32 + ], + [ + 108, + 31 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 48, + 369 + ], + [ + 47, + 368 + ], + [ + 46, + 367 + ], + [ + 45, + 366 + ], + [ + 45, + 365 + ], + [ + 44, + 364 + ], + [ + 43, + 363 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 70, + 356 + ], + [ + 71, + 355 + ], + [ + 72, + 354 + ], + [ + 73, + 353 + ], + [ + 74, + 352 + ], + [ + 75, + 353 + ], + [ + 76, + 354 + ], + [ + 76, + 353 + ], + [ + 76, + 352 + ], + [ + 75, + 352 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 69, + 19 + ], + [ + 70, + 20 + ], + [ + 71, + 21 + ], + [ + 72, + 22 + ], + [ + 73, + 23 + ], + [ + 74, + 24 + ], + [ + 75, + 25 + ], + [ + 76, + 26 + ], + [ + 77, + 26 + ], + [ + 78, + 27 + ], + [ + 77, + 28 + ], + [ + 78, + 29 + ], + [ + 79, + 30 + ], + [ + 80, + 30 + ], + [ + 81, + 31 + ], + [ + 82, + 32 + ], + [ + 83, + 32 + ], + [ + 84, + 32 + ], + [ + 85, + 31 + ], + [ + 86, + 31 + ], + [ + 87, + 32 + ], + [ + 88, + 32 + ], + [ + 89, + 31 + ], + [ + 90, + 31 + ], + [ + 91, + 30 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 151, + 84 + ], + [ + 152, + 85 + ], + [ + 153, + 85 + ], + [ + 153, + 86 + ], + [ + 153, + 87 + ], + [ + 153, + 88 + ], + [ + 154, + 87 + ], + [ + 154, + 86 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 126, + 222 + ], + [ + 125, + 221 + ], + [ + 124, + 220 + ], + [ + 123, + 219 + ], + [ + 122, + 218 + ], + [ + 121, + 217 + ], + [ + 120, + 217 + ], + [ + 121, + 218 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 27 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 28, + 339 + ], + "area_fraction": 0.0283 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 16, + 490 + ], + "area_fraction": 0.009 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 71, + 97 + ], + "area_fraction": 0.0197 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 453 + ], + "peak": [ + 72, + 453 + ], + "area_cells": 71 + }, + { + "id": "range_3", + "name": null, + "center": [ + 209, + 288 + ], + "peak": [ + 207, + 488 + ], + "area_cells": 29229 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 234 + ], + "peak": [ + 146, + 234 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 184, + 130 + ], + "peak": [ + 184, + 130 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454d/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454d/globe.png new file mode 100644 index 000000000..d668b1bab Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454d/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454d/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454d/heightmap.png new file mode 100644 index 000000000..547c12016 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454d/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454d/index.md b/wiki/star-systems/GJ-454/bodies/GJ454d/index.md new file mode 100644 index 000000000..931629fec --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ454d +name: Graustein +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4050873432 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 1.02 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.383 + polar_ice_lat: 0.562 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Graustein + +Cold Arid planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 1.02g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 38% | +| **Year** | 380 days | +| **Inhabited** | yes | +| **Population** | 28K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454d/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454d/markers.json new file mode 100644 index 000000000..96cadfc56 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454d/markers.json @@ -0,0 +1,412 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 255, + 221 + ], + [ + 254, + 222 + ], + [ + 253, + 221 + ], + [ + 252, + 221 + ], + [ + 251, + 221 + ], + [ + 250, + 221 + ], + [ + 249, + 222 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 199, + 229 + ], + [ + 198, + 228 + ], + [ + 197, + 227 + ], + [ + 196, + 226 + ], + [ + 195, + 225 + ], + [ + 194, + 224 + ], + [ + 193, + 223 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 98, + 55 + ], + [ + 97, + 56 + ], + [ + 98, + 57 + ], + [ + 99, + 58 + ], + [ + 100, + 59 + ], + [ + 101, + 60 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 92, + 17 + ], + [ + 91, + 16 + ], + [ + 90, + 16 + ], + [ + 89, + 15 + ], + [ + 88, + 15 + ], + [ + 87, + 14 + ], + [ + 86, + 13 + ], + [ + 85, + 12 + ], + [ + 84, + 11 + ], + [ + 83, + 10 + ], + [ + 82, + 9 + ], + [ + 83, + 8 + ], + [ + 82, + 7 + ], + [ + 83, + 6 + ], + [ + 82, + 5 + ], + [ + 83, + 4 + ], + [ + 82, + 3 + ], + [ + 82, + 2 + ], + [ + 83, + 2 + ], + [ + 84, + 1 + ], + [ + 83, + 1 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 120, + 323 + ], + [ + 121, + 322 + ], + [ + 122, + 322 + ], + [ + 123, + 322 + ], + [ + 124, + 321 + ], + [ + 125, + 320 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 91, + 356 + ], + [ + 92, + 356 + ], + [ + 93, + 357 + ], + [ + 94, + 358 + ], + [ + 95, + 357 + ], + [ + 96, + 356 + ], + [ + 97, + 355 + ], + [ + 98, + 354 + ], + [ + 98, + 353 + ], + [ + 99, + 353 + ], + [ + 100, + 353 + ], + [ + 101, + 352 + ], + [ + 102, + 353 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 90, + 365 + ], + [ + 89, + 366 + ], + [ + 88, + 366 + ], + [ + 87, + 367 + ], + [ + 86, + 368 + ], + [ + 86, + 369 + ], + [ + 86, + 370 + ], + [ + 86, + 371 + ], + [ + 85, + 372 + ], + [ + 85, + 373 + ], + [ + 86, + 372 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 92, + 511 + ], + [ + 91, + 0 + ], + [ + 92, + 0 + ], + [ + 91, + 1 + ], + [ + 90, + 1 + ], + [ + 90, + 0 + ], + [ + 89, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 174, + 253 + ], + "area_fraction": 0.6144 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 211 + ], + "peak": [ + 36, + 187 + ], + "area_cells": 2688 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 349 + ], + "peak": [ + 61, + 328 + ], + "area_cells": 3461 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454e-m1/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/globe.png new file mode 100644 index 000000000..d06cfaf3c Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454e-m1/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/heightmap.png new file mode 100644 index 000000000..31d722376 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454e-m1/index.md b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/index.md new file mode 100644 index 000000000..fb60f29bc --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ454e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1778019187 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.12 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.162 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.42 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454e-m1 + +Frozen moon. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454e-m1/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/markers.json new file mode 100644 index 000000000..81a4aadb5 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454e-m1/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 229, + 84 + ], + "area_fraction": 0.0587 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 195 + ], + "peak": [ + 4, + 327 + ], + "area_cells": 33411 + }, + { + "id": "range_3", + "name": null, + "center": [ + 66, + 503 + ], + "peak": [ + 60, + 502 + ], + "area_cells": 517 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 249 + ], + "peak": [ + 91, + 249 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 107, + 241 + ], + "peak": [ + 109, + 241 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 135, + 422 + ], + "peak": [ + 136, + 423 + ], + "area_cells": 61 + }, + { + "id": "range_12", + "name": null, + "center": [ + 163, + 293 + ], + "peak": [ + 165, + 297 + ], + "area_cells": 168 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454e/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454e/globe.png new file mode 100644 index 000000000..d54335719 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454e/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454e/index.md b/wiki/star-systems/GJ-454/bodies/GJ454e/index.md new file mode 100644 index 000000000..58b456bce --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ454e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 568257320 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 10.2 +physical: + gravity_g: null + oblateness: 0.0611 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.11 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.68 + opacity_base: 0.66 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ454e + +Gas giant. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454f/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454f/globe.png new file mode 100644 index 000000000..b3939b3f6 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454f/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454f/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454f/heightmap.png new file mode 100644 index 000000000..84d0aef67 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454f/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454f/index.md b/wiki/star-systems/GJ-454/bodies/GJ454f/index.md new file mode 100644 index 000000000..1bae63d38 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ454f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 36188701 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.119 + period_days: 6200.0 + axial_tilt_deg: 49.9 +physical: + gravity_g: 0.44 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454f + +Frozen planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454f/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454f/markers.json new file mode 100644 index 000000000..9345a4283 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454f/markers.json @@ -0,0 +1,277 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 76, + 249 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 86, + 411 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 111, + 153 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 120, + 463 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 149, + 65 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 226, + 343 + ], + "area_fraction": 0.0621 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 238, + 479 + ], + "area_fraction": 0.0159 + }, + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 244, + 16 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 64 + ], + "peak": [ + 0, + 104 + ], + "area_cells": 3489 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 213 + ], + "peak": [ + 30, + 230 + ], + "area_cells": 2301 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 304 + ], + "peak": [ + 28, + 291 + ], + "area_cells": 2486 + }, + { + "id": "range_5", + "name": null, + "center": [ + 17, + 460 + ], + "peak": [ + 11, + 438 + ], + "area_cells": 2818 + }, + { + "id": "range_8", + "name": null, + "center": [ + 75, + 123 + ], + "peak": [ + 70, + 123 + ], + "area_cells": 85 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 470 + ], + "peak": [ + 69, + 473 + ], + "area_cells": 306 + }, + { + "id": "range_10", + "name": null, + "center": [ + 72, + 8 + ], + "peak": [ + 72, + 1 + ], + "area_cells": 210 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 502 + ], + "peak": [ + 73, + 511 + ], + "area_cells": 346 + }, + { + "id": "range_12", + "name": null, + "center": [ + 86, + 54 + ], + "peak": [ + 86, + 52 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 101, + 326 + ], + "peak": [ + 99, + 326 + ], + "area_cells": 578 + }, + { + "id": "range_14", + "name": null, + "center": [ + 108, + 283 + ], + "peak": [ + 106, + 283 + ], + "area_cells": 412 + }, + { + "id": "range_15", + "name": null, + "center": [ + 170, + 181 + ], + "peak": [ + 169, + 183 + ], + "area_cells": 318 + }, + { + "id": "range_16", + "name": null, + "center": [ + 196, + 140 + ], + "peak": [ + 186, + 149 + ], + "area_cells": 651 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 155 + ], + "peak": [ + 224, + 152 + ], + "area_cells": 268 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454g/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454g/globe.png new file mode 100644 index 000000000..b69e1ec62 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454g/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454g/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454g/heightmap.png new file mode 100644 index 000000000..fb7950d13 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454g/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454g/index.md b/wiki/star-systems/GJ-454/bodies/GJ454g/index.md new file mode 100644 index 000000000..5450f2a2d --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ454g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3087111116 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.532 + period_days: 14000.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.34 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.756 + polar_ice_lat: 0.238 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454g + +Frozen planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454g/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454g/markers.json new file mode 100644 index 000000000..8c0b77f10 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454g/markers.json @@ -0,0 +1,167 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 56, + 268 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_18", + "name": null, + "kind": "ocean", + "center": [ + 120, + 118 + ], + "area_fraction": 0.1379 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 73, + 333 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 79, + 9 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 87, + 441 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 102, + 374 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 107, + 485 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 120, + 256 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 119, + 415 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 132, + 311 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 231, + 283 + ], + "peak": [ + 247, + 284 + ], + "area_cells": 14077 + }, + { + "id": "range_2", + "name": null, + "center": [ + 196, + 150 + ], + "peak": [ + 197, + 151 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 228, + 504 + ], + "peak": [ + 237, + 506 + ], + "area_cells": 323 + }, + { + "id": "range_4", + "name": null, + "center": [ + 239, + 8 + ], + "peak": [ + 237, + 0 + ], + "area_cells": 610 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454h/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454h/globe.png new file mode 100644 index 000000000..45d1118d8 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454h/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454h/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454h/heightmap.png new file mode 100644 index 000000000..333aaadf9 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454h/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454h/index.md b/wiki/star-systems/GJ-454/bodies/GJ454h/index.md new file mode 100644 index 000000000..2597de250 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ454h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2279337711 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 0.26 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.729 + polar_ice_lat: 0.149 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.225 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454h + +Frozen planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454h/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454h/markers.json new file mode 100644 index 000000000..ea54c0fe2 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454h/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 225 + ], + "area_fraction": 0.0743 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 20, + 416 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 114, + 184 + ], + "area_fraction": 0.044 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 173, + 398 + ], + "area_fraction": 0.0191 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 187, + 456 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 206, + 253 + ], + "area_fraction": 0.016 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 218, + 171 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 228, + 46 + ], + "area_fraction": 0.0292 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 241, + 478 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 40 + ], + "peak": [ + 45, + 57 + ], + "area_cells": 5389 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 484 + ], + "peak": [ + 33, + 476 + ], + "area_cells": 4065 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 138 + ], + "peak": [ + 62, + 140 + ], + "area_cells": 67 + }, + { + "id": "range_6", + "name": null, + "center": [ + 96, + 335 + ], + "peak": [ + 94, + 319 + ], + "area_cells": 1371 + }, + { + "id": "range_8", + "name": null, + "center": [ + 129, + 356 + ], + "peak": [ + 131, + 356 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-454/bodies/GJ454i/globe.png b/wiki/star-systems/GJ-454/bodies/GJ454i/globe.png new file mode 100644 index 000000000..17641f90f Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454i/globe.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454i/heightmap.png b/wiki/star-systems/GJ-454/bodies/GJ454i/heightmap.png new file mode 100644 index 000000000..c496d8ab9 Binary files /dev/null and b/wiki/star-systems/GJ-454/bodies/GJ454i/heightmap.png differ diff --git a/wiki/star-systems/GJ-454/bodies/GJ454i/index.md b/wiki/star-systems/GJ-454/bodies/GJ454i/index.md new file mode 100644 index 000000000..e01ce6a75 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ454i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 832728647 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 26.54 + period_days: 56000.0 + axial_tilt_deg: 42.0 +physical: + gravity_g: 0.12 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.848 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.256 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ454i + +Frozen planet. + +**System:** [GJ-454](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-454/bodies/GJ454i/markers.json b/wiki/star-systems/GJ-454/bodies/GJ454i/markers.json new file mode 100644 index 000000000..a270c31f0 --- /dev/null +++ b/wiki/star-systems/GJ-454/bodies/GJ454i/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 208, + 80 + ], + "area_fraction": 0.0678 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 220, + 437 + ], + "area_fraction": 0.0544 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 171 + ], + "peak": [ + 38, + 121 + ], + "area_cells": 25013 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 498 + ], + "peak": [ + 16, + 502 + ], + "area_cells": 483 + }, + { + "id": "range_5", + "name": null, + "center": [ + 24, + 483 + ], + "peak": [ + 27, + 487 + ], + "area_cells": 251 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 423 + ], + "peak": [ + 43, + 416 + ], + "area_cells": 154 + }, + { + "id": "range_7", + "name": null, + "center": [ + 72, + 366 + ], + "peak": [ + 67, + 375 + ], + "area_cells": 1079 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 410 + ], + "peak": [ + 66, + 410 + ], + "area_cells": 76 + }, + { + "id": "range_10", + "name": null, + "center": [ + 91, + 347 + ], + "peak": [ + 92, + 344 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ473Ab/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/globe.png new file mode 100644 index 000000000..23d47c8b9 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ab/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/heightmap.png new file mode 100644 index 000000000..9dd1fa33e Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ab/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/index.md new file mode 100644 index 000000000..470d786f8 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1767665382 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 1.7 +physical: + gravity_g: 0.34 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.945 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Ab + +Barren planet. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 94% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ab/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/markers.json new file mode 100644 index 000000000..642c3cff3 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ab/markers.json @@ -0,0 +1,373 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 241, + 380 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 245, + 127 + ], + "area_fraction": 0.0127 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 50 + ], + "peak": [ + 149, + 69 + ], + "area_cells": 9592 + }, + { + "id": "range_2", + "name": null, + "center": [ + 48, + 253 + ], + "peak": [ + 97, + 247 + ], + "area_cells": 9301 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 466 + ], + "peak": [ + 51, + 486 + ], + "area_cells": 5800 + }, + { + "id": "range_9", + "name": null, + "center": [ + 30, + 363 + ], + "peak": [ + 32, + 363 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 31, + 370 + ], + "peak": [ + 33, + 370 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 41, + 157 + ], + "peak": [ + 40, + 157 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 71, + 183 + ], + "peak": [ + 71, + 186 + ], + "area_cells": 88 + }, + { + "id": "range_25", + "name": null, + "center": [ + 81, + 419 + ], + "peak": [ + 82, + 418 + ], + "area_cells": 282 + }, + { + "id": "range_33", + "name": null, + "center": [ + 101, + 313 + ], + "peak": [ + 102, + 314 + ], + "area_cells": 26 + }, + { + "id": "range_34", + "name": null, + "center": [ + 121, + 507 + ], + "peak": [ + 128, + 511 + ], + "area_cells": 181 + }, + { + "id": "range_35", + "name": null, + "center": [ + 111, + 165 + ], + "peak": [ + 110, + 162 + ], + "area_cells": 85 + }, + { + "id": "range_37", + "name": null, + "center": [ + 123, + 482 + ], + "peak": [ + 124, + 482 + ], + "area_cells": 31 + }, + { + "id": "range_38", + "name": null, + "center": [ + 149, + 295 + ], + "peak": [ + 156, + 292 + ], + "area_cells": 458 + }, + { + "id": "range_40", + "name": null, + "center": [ + 170, + 223 + ], + "peak": [ + 187, + 248 + ], + "area_cells": 2113 + }, + { + "id": "range_41", + "name": null, + "center": [ + 141, + 278 + ], + "peak": [ + 142, + 279 + ], + "area_cells": 23 + }, + { + "id": "range_42", + "name": null, + "center": [ + 147, + 345 + ], + "peak": [ + 148, + 345 + ], + "area_cells": 310 + }, + { + "id": "range_43", + "name": null, + "center": [ + 145, + 368 + ], + "peak": [ + 149, + 368 + ], + "area_cells": 32 + }, + { + "id": "range_44", + "name": null, + "center": [ + 150, + 102 + ], + "peak": [ + 152, + 102 + ], + "area_cells": 145 + }, + { + "id": "range_45", + "name": null, + "center": [ + 155, + 390 + ], + "peak": [ + 159, + 393 + ], + "area_cells": 121 + }, + { + "id": "range_47", + "name": null, + "center": [ + 162, + 429 + ], + "peak": [ + 163, + 429 + ], + "area_cells": 26 + }, + { + "id": "range_48", + "name": null, + "center": [ + 171, + 436 + ], + "peak": [ + 172, + 437 + ], + "area_cells": 33 + }, + { + "id": "range_50", + "name": null, + "center": [ + 183, + 344 + ], + "peak": [ + 186, + 345 + ], + "area_cells": 167 + }, + { + "id": "range_51", + "name": null, + "center": [ + 189, + 66 + ], + "peak": [ + 191, + 77 + ], + "area_cells": 314 + }, + { + "id": "range_52", + "name": null, + "center": [ + 190, + 276 + ], + "peak": [ + 192, + 274 + ], + "area_cells": 209 + }, + { + "id": "range_54", + "name": null, + "center": [ + 200, + 305 + ], + "peak": [ + 200, + 306 + ], + "area_cells": 196 + }, + { + "id": "range_55", + "name": null, + "center": [ + 222, + 246 + ], + "peak": [ + 224, + 247 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ac/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/globe.png new file mode 100644 index 000000000..4bd9fe21a Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ac/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/heightmap.png new file mode 100644 index 000000000..2ec922533 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ac/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/index.md new file mode 100644 index 000000000..c7bac9818 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ473Ac +name: Passagem +body_type: planet +planet_class: temperate +body_scale: planet +seed: 301230705 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.118 + period_days: 22.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.81 + oblateness: 0.0048 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.48 + polar_ice_lat: 0.661 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Passagem + +Temperate planet. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.81g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 48% | +| **Year** | 22 days | +| **Inhabited** | yes | +| **Population** | 25K | +| **Economy** | transit | +| **Settlement** | town_network | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ac/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/markers.json new file mode 100644 index 000000000..caa18f200 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ac/markers.json @@ -0,0 +1,627 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 218, + 164 + ], + [ + 217, + 165 + ], + [ + 216, + 165 + ], + [ + 215, + 164 + ], + [ + 214, + 164 + ], + [ + 213, + 164 + ], + [ + 212, + 164 + ], + [ + 211, + 163 + ], + [ + 211, + 162 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 230, + 277 + ], + [ + 231, + 278 + ], + [ + 232, + 279 + ], + [ + 233, + 278 + ], + [ + 234, + 277 + ], + [ + 235, + 276 + ], + [ + 236, + 275 + ], + [ + 237, + 274 + ], + [ + 238, + 273 + ], + [ + 239, + 272 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 190, + 59 + ], + [ + 189, + 58 + ], + [ + 188, + 57 + ], + [ + 187, + 56 + ], + [ + 186, + 55 + ], + [ + 185, + 54 + ], + [ + 184, + 53 + ], + [ + 183, + 52 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 208, + 342 + ], + [ + 207, + 342 + ], + [ + 206, + 343 + ], + [ + 205, + 344 + ], + [ + 204, + 345 + ], + [ + 203, + 346 + ], + [ + 202, + 347 + ], + [ + 201, + 348 + ], + [ + 200, + 349 + ], + [ + 199, + 349 + ], + [ + 198, + 350 + ], + [ + 197, + 351 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 153, + 345 + ], + [ + 154, + 346 + ], + [ + 155, + 347 + ], + [ + 156, + 348 + ], + [ + 157, + 347 + ], + [ + 158, + 347 + ], + [ + 159, + 346 + ], + [ + 160, + 346 + ], + [ + 161, + 345 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 121, + 175 + ], + [ + 120, + 174 + ], + [ + 119, + 175 + ], + [ + 118, + 174 + ], + [ + 117, + 175 + ], + [ + 116, + 174 + ], + [ + 116, + 173 + ], + [ + 115, + 172 + ], + [ + 115, + 171 + ], + [ + 116, + 171 + ], + [ + 116, + 172 + ], + [ + 115, + 173 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 65, + 61 + ], + [ + 64, + 62 + ], + [ + 63, + 63 + ], + [ + 62, + 64 + ], + [ + 61, + 65 + ], + [ + 60, + 64 + ], + [ + 59, + 65 + ], + [ + 58, + 65 + ], + [ + 57, + 64 + ], + [ + 57, + 63 + ], + [ + 57, + 62 + ], + [ + 57, + 61 + ], + [ + 56, + 60 + ], + [ + 56, + 61 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 128, + 112 + ], + [ + 127, + 113 + ], + [ + 126, + 114 + ], + [ + 125, + 114 + ], + [ + 124, + 115 + ], + [ + 123, + 116 + ], + [ + 122, + 116 + ], + [ + 121, + 116 + ], + [ + 120, + 116 + ], + [ + 119, + 116 + ], + [ + 118, + 115 + ], + [ + 118, + 116 + ], + [ + 117, + 116 + ], + [ + 116, + 117 + ], + [ + 115, + 116 + ], + [ + 114, + 116 + ], + [ + 113, + 116 + ], + [ + 112, + 115 + ], + [ + 111, + 114 + ], + [ + 110, + 114 + ], + [ + 109, + 113 + ], + [ + 108, + 113 + ], + [ + 107, + 112 + ], + [ + 106, + 111 + ], + [ + 105, + 112 + ], + [ + 104, + 113 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 190, + 87 + ], + [ + 190, + 88 + ], + [ + 189, + 89 + ], + [ + 189, + 90 + ], + [ + 190, + 91 + ], + [ + 191, + 92 + ], + [ + 192, + 92 + ], + [ + 193, + 93 + ], + [ + 194, + 94 + ], + [ + 195, + 94 + ], + [ + 196, + 93 + ], + [ + 197, + 93 + ], + [ + 198, + 92 + ], + [ + 199, + 92 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 114, + 207 + ], + [ + 113, + 207 + ], + [ + 112, + 208 + ], + [ + 111, + 209 + ], + [ + 110, + 209 + ], + [ + 109, + 210 + ], + [ + 108, + 210 + ], + [ + 107, + 209 + ], + [ + 106, + 209 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 136, + 352 + ], + "area_fraction": 0.3886 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 153, + 50 + ], + "area_fraction": 0.1261 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 120 + ], + "peak": [ + 47, + 125 + ], + "area_cells": 1992 + }, + { + "id": "range_3", + "name": null, + "center": [ + 75, + 15 + ], + "peak": [ + 75, + 16 + ], + "area_cells": 79 + }, + { + "id": "range_11", + "name": null, + "center": [ + 223, + 375 + ], + "peak": [ + 223, + 375 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ad/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/globe.png new file mode 100644 index 000000000..16f2873cd Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ad/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/heightmap.png new file mode 100644 index 000000000..57a7003cc Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ad/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/index.md new file mode 100644 index 000000000..51f5f663e --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ473Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2846551414 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.468 + period_days: 175.0 + axial_tilt_deg: 17.2 +physical: + gravity_g: 0.52 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.619 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.143 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Ad + +Cold Arid planet. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 175 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ad/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/markers.json new file mode 100644 index 000000000..0af63d844 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ad/markers.json @@ -0,0 +1,1079 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 50, + 304 + ], + [ + 49, + 303 + ], + [ + 49, + 302 + ], + [ + 48, + 301 + ], + [ + 47, + 301 + ], + [ + 46, + 301 + ], + [ + 45, + 300 + ], + [ + 44, + 300 + ], + [ + 43, + 300 + ], + [ + 42, + 301 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 119, + 315 + ], + [ + 120, + 314 + ], + [ + 119, + 313 + ], + [ + 120, + 312 + ], + [ + 119, + 311 + ], + [ + 118, + 310 + ], + [ + 117, + 310 + ], + [ + 116, + 309 + ], + [ + 115, + 309 + ], + [ + 114, + 309 + ], + [ + 113, + 310 + ], + [ + 112, + 310 + ], + [ + 111, + 309 + ], + [ + 110, + 308 + ], + [ + 109, + 307 + ], + [ + 109, + 306 + ], + [ + 108, + 305 + ], + [ + 107, + 305 + ], + [ + 108, + 304 + ], + [ + 108, + 303 + ], + [ + 107, + 302 + ], + [ + 108, + 302 + ], + [ + 107, + 303 + ], + [ + 106, + 302 + ], + [ + 106, + 303 + ], + [ + 107, + 304 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 58, + 392 + ], + [ + 58, + 393 + ], + [ + 58, + 394 + ], + [ + 57, + 394 + ], + [ + 56, + 395 + ], + [ + 55, + 395 + ], + [ + 54, + 396 + ], + [ + 53, + 397 + ], + [ + 52, + 397 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 131, + 442 + ], + [ + 131, + 443 + ], + [ + 132, + 444 + ], + [ + 133, + 444 + ], + [ + 134, + 445 + ], + [ + 135, + 445 + ], + [ + 136, + 445 + ], + [ + 137, + 446 + ], + [ + 138, + 447 + ], + [ + 139, + 448 + ], + [ + 140, + 449 + ], + [ + 141, + 450 + ], + [ + 142, + 451 + ], + [ + 142, + 452 + ], + [ + 141, + 453 + ], + [ + 141, + 454 + ], + [ + 141, + 455 + ], + [ + 141, + 456 + ], + [ + 142, + 457 + ], + [ + 141, + 457 + ], + [ + 142, + 458 + ], + [ + 141, + 459 + ], + [ + 141, + 460 + ], + [ + 140, + 461 + ], + [ + 141, + 461 + ], + [ + 140, + 462 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 23, + 237 + ], + [ + 24, + 236 + ], + [ + 25, + 235 + ], + [ + 26, + 234 + ], + [ + 27, + 234 + ], + [ + 28, + 234 + ], + [ + 29, + 233 + ], + [ + 30, + 233 + ], + [ + 31, + 233 + ], + [ + 32, + 232 + ], + [ + 33, + 233 + ], + [ + 32, + 233 + ], + [ + 33, + 232 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 81, + 24 + ], + [ + 82, + 25 + ], + [ + 83, + 25 + ], + [ + 84, + 26 + ], + [ + 84, + 27 + ], + [ + 84, + 28 + ], + [ + 83, + 29 + ], + [ + 82, + 30 + ], + [ + 82, + 31 + ], + [ + 83, + 32 + ], + [ + 83, + 33 + ], + [ + 82, + 34 + ], + [ + 81, + 35 + ], + [ + 81, + 36 + ], + [ + 81, + 37 + ], + [ + 81, + 38 + ], + [ + 82, + 39 + ], + [ + 83, + 40 + ], + [ + 83, + 41 + ], + [ + 83, + 42 + ], + [ + 84, + 43 + ], + [ + 84, + 44 + ], + [ + 85, + 45 + ], + [ + 86, + 46 + ], + [ + 87, + 47 + ], + [ + 87, + 48 + ], + [ + 87, + 49 + ], + [ + 86, + 50 + ], + [ + 86, + 51 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 13, + 175 + ], + [ + 12, + 174 + ], + [ + 12, + 175 + ], + [ + 11, + 175 + ], + [ + 10, + 175 + ], + [ + 9, + 175 + ], + [ + 8, + 174 + ], + [ + 7, + 174 + ], + [ + 6, + 174 + ], + [ + 5, + 175 + ], + [ + 4, + 176 + ], + [ + 3, + 177 + ], + [ + 2, + 178 + ], + [ + 1, + 178 + ], + [ + 0, + 178 + ], + [ + 1, + 177 + ], + [ + 0, + 176 + ], + [ + 1, + 176 + ], + [ + 0, + 177 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 121, + 391 + ], + [ + 122, + 391 + ], + [ + 123, + 392 + ], + [ + 124, + 393 + ], + [ + 125, + 393 + ], + [ + 126, + 392 + ], + [ + 127, + 391 + ], + [ + 128, + 390 + ], + [ + 129, + 389 + ], + [ + 130, + 388 + ], + [ + 131, + 387 + ], + [ + 132, + 386 + ], + [ + 133, + 385 + ], + [ + 134, + 384 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 148, + 235 + ], + [ + 147, + 234 + ], + [ + 147, + 233 + ], + [ + 146, + 232 + ], + [ + 146, + 231 + ], + [ + 145, + 230 + ], + [ + 144, + 229 + ], + [ + 143, + 228 + ], + [ + 143, + 227 + ], + [ + 142, + 226 + ], + [ + 141, + 225 + ], + [ + 142, + 224 + ], + [ + 142, + 223 + ], + [ + 141, + 222 + ], + [ + 142, + 221 + ], + [ + 141, + 220 + ], + [ + 142, + 219 + ], + [ + 141, + 218 + ], + [ + 140, + 218 + ], + [ + 141, + 217 + ], + [ + 140, + 216 + ], + [ + 141, + 216 + ], + [ + 140, + 215 + ], + [ + 140, + 214 + ], + [ + 141, + 214 + ], + [ + 140, + 213 + ], + [ + 139, + 214 + ], + [ + 139, + 215 + ], + [ + 139, + 216 + ], + [ + 139, + 217 + ], + [ + 140, + 217 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 168, + 208 + ], + [ + 167, + 207 + ], + [ + 166, + 206 + ], + [ + 165, + 205 + ], + [ + 164, + 204 + ], + [ + 163, + 203 + ], + [ + 162, + 202 + ], + [ + 161, + 201 + ], + [ + 160, + 200 + ], + [ + 159, + 199 + ], + [ + 158, + 199 + ], + [ + 157, + 198 + ], + [ + 157, + 197 + ], + [ + 158, + 196 + ], + [ + 157, + 195 + ], + [ + 158, + 194 + ], + [ + 159, + 193 + ], + [ + 159, + 192 + ], + [ + 158, + 191 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 102, + 97 + ], + [ + 102, + 96 + ], + [ + 103, + 95 + ], + [ + 102, + 94 + ], + [ + 101, + 95 + ], + [ + 100, + 94 + ], + [ + 99, + 95 + ], + [ + 98, + 96 + ], + [ + 97, + 97 + ], + [ + 96, + 96 + ], + [ + 95, + 96 + ], + [ + 94, + 96 + ], + [ + 93, + 97 + ], + [ + 94, + 97 + ], + [ + 93, + 98 + ], + [ + 92, + 99 + ], + [ + 92, + 100 + ], + [ + 93, + 101 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 33, + 238 + ], + [ + 34, + 239 + ], + [ + 35, + 240 + ], + [ + 36, + 241 + ], + [ + 37, + 242 + ], + [ + 38, + 243 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 37, + 347 + ], + "area_fraction": 0.022 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 49, + 117 + ], + "area_fraction": 0.0156 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 2 + ], + "peak": [ + 35, + 2 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 442 + ], + "peak": [ + 45, + 443 + ], + "area_cells": 124 + }, + { + "id": "range_6", + "name": null, + "center": [ + 169, + 361 + ], + "peak": [ + 169, + 360 + ], + "area_cells": 93 + }, + { + "id": "range_7", + "name": null, + "center": [ + 202, + 401 + ], + "peak": [ + 195, + 496 + ], + "area_cells": 7853 + }, + { + "id": "range_8", + "name": null, + "center": [ + 194, + 18 + ], + "peak": [ + 192, + 11 + ], + "area_cells": 893 + }, + { + "id": "range_10", + "name": null, + "center": [ + 204, + 222 + ], + "peak": [ + 207, + 228 + ], + "area_cells": 768 + }, + { + "id": "range_11", + "name": null, + "center": [ + 199, + 107 + ], + "peak": [ + 206, + 102 + ], + "area_cells": 1633 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/globe.png new file mode 100644 index 000000000..cc02cda98 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/heightmap.png new file mode 100644 index 000000000..52b345090 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/index.md new file mode 100644 index 000000000..b15fd99cc --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2636490236 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 27.6 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.219 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Ae-m1 + +Frozen moon. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 98% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/markers.json new file mode 100644 index 000000000..fd3d02100 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ae-m1/markers.json @@ -0,0 +1,38 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 15, + 393 + ], + "area_fraction": 0.0143 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 153, + 224 + ], + "peak": [ + 152, + 449 + ], + "area_cells": 33762 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ae/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ae/globe.png new file mode 100644 index 000000000..644731fc6 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ae/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ae/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ae/index.md new file mode 100644 index 000000000..6178cc743 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ473Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4252502159 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.246 + period_days: 760.0 + axial_tilt_deg: 10.6 +physical: + gravity_g: null + oblateness: 0.0865 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.138 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.066 +--- + +# GJ473Ae + +Gas giant. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 760 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Af/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Af/globe.png new file mode 100644 index 000000000..84d56dae9 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Af/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Af/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Af/heightmap.png new file mode 100644 index 000000000..396d83dcd Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Af/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Af/index.md new file mode 100644 index 000000000..82b290ae7 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2587489693 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.044 + period_days: 2900.0 + axial_tilt_deg: 49.6 +physical: + gravity_g: 0.43 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Af + +Frozen planet. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Land** | 92% | +| **Year** | 2900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Af/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Af/markers.json new file mode 100644 index 000000000..9230fe945 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Af/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 228, + 55 + ], + "area_fraction": 0.0329 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 243, + 417 + ], + "area_fraction": 0.0259 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 247 + ], + "peak": [ + 105, + 378 + ], + "area_cells": 47581 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 416 + ], + "peak": [ + 11, + 418 + ], + "area_cells": 305 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 492 + ], + "peak": [ + 0, + 497 + ], + "area_cells": 193 + }, + { + "id": "range_7", + "name": null, + "center": [ + 49, + 474 + ], + "peak": [ + 50, + 472 + ], + "area_cells": 409 + }, + { + "id": "range_10", + "name": null, + "center": [ + 31, + 493 + ], + "peak": [ + 32, + 494 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 137, + 241 + ], + "peak": [ + 138, + 240 + ], + "area_cells": 79 + }, + { + "id": "range_21", + "name": null, + "center": [ + 169, + 232 + ], + "peak": [ + 168, + 228 + ], + "area_cells": 313 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ag/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/globe.png new file mode 100644 index 000000000..fe150aaff Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ag/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/heightmap.png new file mode 100644 index 000000000..31327fca6 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ag/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/index.md new file mode 100644 index 000000000..52553be90 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 704103113 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.051 + period_days: 6200.0 + axial_tilt_deg: 32.0 +physical: + gravity_g: 0.34 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.927 + polar_ice_lat: 0.172 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Ag + +Frozen planet. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Land** | 93% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ag/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/markers.json new file mode 100644 index 000000000..d865bfa62 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ag/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 20, + 18 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 29, + 469 + ], + "area_fraction": 0.0384 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 221, + 360 + ], + "peak": [ + 214, + 333 + ], + "area_cells": 14441 + }, + { + "id": "range_2", + "name": null, + "center": [ + 214, + 33 + ], + "peak": [ + 213, + 37 + ], + "area_cells": 3261 + }, + { + "id": "range_3", + "name": null, + "center": [ + 191, + 241 + ], + "peak": [ + 191, + 241 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 239, + 111 + ], + "peak": [ + 229, + 98 + ], + "area_cells": 813 + }, + { + "id": "range_6", + "name": null, + "center": [ + 240, + 202 + ], + "peak": [ + 239, + 202 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ah/globe.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/globe.png new file mode 100644 index 000000000..177d98933 Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/globe.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ah/heightmap.png b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/heightmap.png new file mode 100644 index 000000000..d6f11c43f Binary files /dev/null and b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ah/index.md b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/index.md new file mode 100644 index 000000000..6d590e9a3 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1167990128 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 7.625 + period_days: 11500.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.26 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.319 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Ah + +Frozen planet. + +**System:** [GJ-473A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Land** | 90% | +| **Year** | 11500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473A/bodies/GJ473Ah/markers.json b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/markers.json new file mode 100644 index 000000000..400c2dfa9 --- /dev/null +++ b/wiki/star-systems/GJ-473A/bodies/GJ473Ah/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 21 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 29, + 270 + ], + "area_fraction": 0.0588 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 13, + 418 + ], + "area_fraction": 0.0167 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 453 + ], + "peak": [ + 109, + 449 + ], + "area_cells": 176 + }, + { + "id": "range_2", + "name": null, + "center": [ + 170, + 64 + ], + "peak": [ + 203, + 1 + ], + "area_cells": 10295 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 394 + ], + "peak": [ + 123, + 393 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 183, + 396 + ], + "peak": [ + 198, + 507 + ], + "area_cells": 15956 + }, + { + "id": "range_9", + "name": null, + "center": [ + 156, + 179 + ], + "peak": [ + 156, + 179 + ], + "area_cells": 76 + }, + { + "id": "range_10", + "name": null, + "center": [ + 173, + 190 + ], + "peak": [ + 168, + 191 + ], + "area_cells": 148 + }, + { + "id": "range_11", + "name": null, + "center": [ + 193, + 173 + ], + "peak": [ + 192, + 175 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 253, + 431 + ], + "peak": [ + 254, + 431 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ473Bb/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/globe.png new file mode 100644 index 000000000..67edd23fc Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bb/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/heightmap.png new file mode 100644 index 000000000..7ab807f47 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bb/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/index.md new file mode 100644 index 000000000..306451a47 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 198693985 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.024 + period_days: 2.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.22 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.93 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bb + +Barren planet. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.22g | +| **Land** | 98% | +| **Year** | 2 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bb/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/markers.json new file mode 100644 index 000000000..f40d20b8c --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bb/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 38, + 498 + ], + "peak": [ + 42, + 497 + ], + "area_cells": 405 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 469 + ], + "peak": [ + 20, + 480 + ], + "area_cells": 1074 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 8 + ], + "peak": [ + 36, + 6 + ], + "area_cells": 39 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 56 + ], + "peak": [ + 105, + 68 + ], + "area_cells": 2691 + }, + { + "id": "range_10", + "name": null, + "center": [ + 57, + 117 + ], + "peak": [ + 56, + 121 + ], + "area_cells": 179 + }, + { + "id": "range_12", + "name": null, + "center": [ + 65, + 144 + ], + "peak": [ + 66, + 144 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 71, + 509 + ], + "peak": [ + 71, + 510 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 85, + 504 + ], + "peak": [ + 85, + 504 + ], + "area_cells": 40 + }, + { + "id": "range_18", + "name": null, + "center": [ + 89, + 91 + ], + "peak": [ + 90, + 91 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 96, + 396 + ], + "peak": [ + 103, + 409 + ], + "area_cells": 249 + }, + { + "id": "range_20", + "name": null, + "center": [ + 119, + 17 + ], + "peak": [ + 129, + 25 + ], + "area_cells": 852 + }, + { + "id": "range_21", + "name": null, + "center": [ + 101, + 509 + ], + "peak": [ + 97, + 511 + ], + "area_cells": 65 + }, + { + "id": "range_22", + "name": null, + "center": [ + 100, + 442 + ], + "peak": [ + 101, + 434 + ], + "area_cells": 216 + }, + { + "id": "range_23", + "name": null, + "center": [ + 102, + 303 + ], + "peak": [ + 102, + 306 + ], + "area_cells": 110 + }, + { + "id": "range_24", + "name": null, + "center": [ + 108, + 249 + ], + "peak": [ + 107, + 250 + ], + "area_cells": 138 + }, + { + "id": "range_26", + "name": null, + "center": [ + 125, + 271 + ], + "peak": [ + 124, + 268 + ], + "area_cells": 413 + }, + { + "id": "range_31", + "name": null, + "center": [ + 145, + 74 + ], + "peak": [ + 146, + 75 + ], + "area_cells": 23 + }, + { + "id": "range_32", + "name": null, + "center": [ + 153, + 408 + ], + "peak": [ + 154, + 408 + ], + "area_cells": 24 + }, + { + "id": "range_37", + "name": null, + "center": [ + 174, + 52 + ], + "peak": [ + 176, + 53 + ], + "area_cells": 244 + }, + { + "id": "range_38", + "name": null, + "center": [ + 187, + 80 + ], + "peak": [ + 183, + 80 + ], + "area_cells": 372 + }, + { + "id": "range_39", + "name": null, + "center": [ + 203, + 109 + ], + "peak": [ + 201, + 110 + ], + "area_cells": 92 + }, + { + "id": "range_40", + "name": null, + "center": [ + 218, + 150 + ], + "peak": [ + 218, + 151 + ], + "area_cells": 20 + }, + { + "id": "range_44", + "name": null, + "center": [ + 228, + 98 + ], + "peak": [ + 228, + 98 + ], + "area_cells": 35 + }, + { + "id": "range_45", + "name": null, + "center": [ + 246, + 143 + ], + "peak": [ + 255, + 144 + ], + "area_cells": 77 + }, + { + "id": "range_48", + "name": null, + "center": [ + 248, + 126 + ], + "peak": [ + 248, + 123 + ], + "area_cells": 115 + }, + { + "id": "range_49", + "name": null, + "center": [ + 244, + 153 + ], + "peak": [ + 244, + 153 + ], + "area_cells": 77 + }, + { + "id": "range_50", + "name": null, + "center": [ + 246, + 161 + ], + "peak": [ + 253, + 161 + ], + "area_cells": 20 + }, + { + "id": "range_51", + "name": null, + "center": [ + 250, + 97 + ], + "peak": [ + 255, + 96 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bc/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/globe.png new file mode 100644 index 000000000..c800bc61d Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bc/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/heightmap.png new file mode 100644 index 000000000..2948a914f Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bc/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/index.md new file mode 100644 index 000000000..9a18f1f98 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Bc +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4156774093 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 4.1 +physical: + gravity_g: 0.38 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.921 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bc + +Barren planet. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 99% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bc/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/markers.json new file mode 100644 index 000000000..0e98e8cb8 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bc/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 67, + 276 + ], + "peak": [ + 64, + 278 + ], + "area_cells": 47 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 271 + ], + "peak": [ + 80, + 272 + ], + "area_cells": 39 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 414 + ], + "peak": [ + 94, + 412 + ], + "area_cells": 179 + }, + { + "id": "range_5", + "name": null, + "center": [ + 137, + 336 + ], + "peak": [ + 132, + 497 + ], + "area_cells": 18745 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 166 + ], + "peak": [ + 82, + 167 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 154, + 60 + ], + "peak": [ + 133, + 39 + ], + "area_cells": 7428 + }, + { + "id": "range_16", + "name": null, + "center": [ + 187, + 421 + ], + "peak": [ + 190, + 420 + ], + "area_cells": 146 + }, + { + "id": "range_17", + "name": null, + "center": [ + 189, + 314 + ], + "peak": [ + 196, + 311 + ], + "area_cells": 139 + }, + { + "id": "range_25", + "name": null, + "center": [ + 220, + 499 + ], + "peak": [ + 211, + 511 + ], + "area_cells": 315 + }, + { + "id": "range_26", + "name": null, + "center": [ + 222, + 192 + ], + "peak": [ + 222, + 193 + ], + "area_cells": 35 + }, + { + "id": "range_29", + "name": null, + "center": [ + 235, + 480 + ], + "peak": [ + 236, + 479 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bd/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/globe.png new file mode 100644 index 000000000..9fa32c3b1 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bd/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/heightmap.png new file mode 100644 index 000000000..da19d5778 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bd/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/index.md new file mode 100644 index 000000000..611d635af --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/index.md @@ -0,0 +1,69 @@ +--- +id: GJ473Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2470340176 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 2.6 +physical: + gravity_g: 0.32 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.825 + polar_ice_lat: 0.147 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.384 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bd + +Frozen planet. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bd/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/markers.json new file mode 100644 index 000000000..bec19ebca --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bd/markers.json @@ -0,0 +1,98 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 85, + 72 + ], + "area_fraction": 0.0578 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 76, + 293 + ], + "area_fraction": 0.0156 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 142, + 436 + ], + "area_fraction": 0.032 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 128, + 341 + ], + "area_fraction": 0.006 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 151, + 28 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 167, + 308 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 187, + 238 + ], + "area_fraction": 0.0233 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 142, + 315 + ], + "peak": [ + 142, + 315 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Be/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Be/globe.png new file mode 100644 index 000000000..1d5d59d11 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Be/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Be/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Be/heightmap.png new file mode 100644 index 000000000..925ef3674 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Be/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Be/index.md new file mode 100644 index 000000000..8928b57fe --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Be/index.md @@ -0,0 +1,65 @@ +--- +id: GJ473Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1618359557 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.175 + period_days: 40.0 + axial_tilt_deg: 36.4 +physical: + gravity_g: 0.28 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.315 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Be + +Frozen planet. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Be/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Be/markers.json new file mode 100644 index 000000000..785bf7ed9 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Be/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 129 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 12, + 231 + ], + "area_fraction": 0.0263 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 224, + 360 + ], + "area_fraction": 0.1223 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 222, + 84 + ], + "area_fraction": 0.0496 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 231, + 15 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 180 + ], + "peak": [ + 99, + 322 + ], + "area_cells": 19599 + }, + { + "id": "range_3", + "name": null, + "center": [ + 131, + 487 + ], + "peak": [ + 128, + 502 + ], + "area_cells": 1478 + }, + { + "id": "range_4", + "name": null, + "center": [ + 129, + 414 + ], + "peak": [ + 129, + 424 + ], + "area_cells": 482 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/globe.png new file mode 100644 index 000000000..0794d2e13 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/heightmap.png new file mode 100644 index 000000000..b2429e2dc Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/index.md new file mode 100644 index 000000000..d1e5fc3e4 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ473Bf-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 164050036 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.05 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.87 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bf-1 + +Barren moon. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/markers.json new file mode 100644 index 000000000..bcc66eeb8 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 15, + 337 + ], + "peak": [ + 16, + 337 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 165 + ], + "peak": [ + 79, + 166 + ], + "area_cells": 225 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 209 + ], + "peak": [ + 81, + 196 + ], + "area_cells": 1056 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 441 + ], + "peak": [ + 93, + 442 + ], + "area_cells": 154 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 394 + ], + "peak": [ + 159, + 441 + ], + "area_cells": 5682 + }, + { + "id": "range_15", + "name": null, + "center": [ + 119, + 169 + ], + "peak": [ + 119, + 176 + ], + "area_cells": 621 + }, + { + "id": "range_16", + "name": null, + "center": [ + 105, + 480 + ], + "peak": [ + 104, + 481 + ], + "area_cells": 54 + }, + { + "id": "range_18", + "name": null, + "center": [ + 105, + 114 + ], + "peak": [ + 105, + 114 + ], + "area_cells": 35 + }, + { + "id": "range_20", + "name": null, + "center": [ + 123, + 80 + ], + "peak": [ + 124, + 80 + ], + "area_cells": 219 + }, + { + "id": "range_22", + "name": null, + "center": [ + 131, + 298 + ], + "peak": [ + 132, + 299 + ], + "area_cells": 133 + }, + { + "id": "range_23", + "name": null, + "center": [ + 129, + 127 + ], + "peak": [ + 129, + 127 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 146, + 151 + ], + "peak": [ + 141, + 151 + ], + "area_cells": 245 + }, + { + "id": "range_26", + "name": null, + "center": [ + 150, + 97 + ], + "peak": [ + 151, + 98 + ], + "area_cells": 186 + }, + { + "id": "range_27", + "name": null, + "center": [ + 183, + 490 + ], + "peak": [ + 169, + 490 + ], + "area_cells": 1758 + }, + { + "id": "range_28", + "name": null, + "center": [ + 151, + 57 + ], + "peak": [ + 151, + 57 + ], + "area_cells": 21 + }, + { + "id": "range_29", + "name": null, + "center": [ + 184, + 14 + ], + "peak": [ + 185, + 5 + ], + "area_cells": 810 + }, + { + "id": "range_31", + "name": null, + "center": [ + 173, + 102 + ], + "peak": [ + 175, + 104 + ], + "area_cells": 39 + }, + { + "id": "range_34", + "name": null, + "center": [ + 187, + 455 + ], + "peak": [ + 188, + 456 + ], + "area_cells": 33 + }, + { + "id": "range_35", + "name": null, + "center": [ + 201, + 424 + ], + "peak": [ + 203, + 424 + ], + "area_cells": 38 + }, + { + "id": "range_36", + "name": null, + "center": [ + 237, + 435 + ], + "peak": [ + 215, + 444 + ], + "area_cells": 608 + }, + { + "id": "range_38", + "name": null, + "center": [ + 229, + 281 + ], + "peak": [ + 230, + 273 + ], + "area_cells": 493 + }, + { + "id": "range_40", + "name": null, + "center": [ + 244, + 29 + ], + "peak": [ + 253, + 28 + ], + "area_cells": 1073 + }, + { + "id": "range_42", + "name": null, + "center": [ + 225, + 333 + ], + "peak": [ + 226, + 334 + ], + "area_cells": 28 + }, + { + "id": "range_49", + "name": null, + "center": [ + 246, + 153 + ], + "peak": [ + 248, + 154 + ], + "area_cells": 70 + }, + { + "id": "range_53", + "name": null, + "center": [ + 249, + 482 + ], + "peak": [ + 252, + 486 + ], + "area_cells": 603 + }, + { + "id": "range_55", + "name": null, + "center": [ + 251, + 182 + ], + "peak": [ + 255, + 193 + ], + "area_cells": 353 + }, + { + "id": "range_57", + "name": null, + "center": [ + 250, + 208 + ], + "peak": [ + 251, + 208 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/globe.png new file mode 100644 index 000000000..81ffd839a Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/heightmap.png new file mode 100644 index 000000000..a2f1359cd Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/index.md new file mode 100644 index 000000000..12a293be7 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ473Bf-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1520529637 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 26.5 +physical: + gravity_g: 0.03 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.781 + polar_ice_lat: 0.264 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.257 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bf-2 + +Frozen moon. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/markers.json new file mode 100644 index 000000000..a730d634d --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bf-2/markers.json @@ -0,0 +1,48 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 209, + 171 + ], + "area_fraction": 0.1776 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 228, + 483 + ], + "area_fraction": 0.0226 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 257 + ], + "peak": [ + 14, + 455 + ], + "area_cells": 38444 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bf/globe.png new file mode 100644 index 000000000..7f10e656f Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bf/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bf/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bf/index.md new file mode 100644 index 000000000..e67ac6b18 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bf/index.md @@ -0,0 +1,61 @@ +--- +id: GJ473Bf +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1296992982 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.594 + period_days: 250.0 + axial_tilt_deg: 17.6 +physical: + gravity_g: null + oblateness: 0.0673 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.06 +--- + +# GJ473Bf + +Gas giant. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bg/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/globe.png new file mode 100644 index 000000000..49bd9cfcc Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bg/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/heightmap.png new file mode 100644 index 000000000..d90c896da Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bg/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/index.md new file mode 100644 index 000000000..7d0497d67 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ473Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1994715762 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.783 + period_days: 1300.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.2 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bg + +Frozen planet. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bg/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/markers.json new file mode 100644 index 000000000..02393221a --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bg/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 211, + 247 + ], + "area_fraction": 0.0991 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 190, + 388 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 194, + 212 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 210, + 44 + ], + "area_fraction": 0.0298 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 112 + ], + "peak": [ + 31, + 86 + ], + "area_cells": 23584 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 482 + ], + "peak": [ + 3, + 476 + ], + "area_cells": 402 + }, + { + "id": "range_3", + "name": null, + "center": [ + 40, + 431 + ], + "peak": [ + 35, + 433 + ], + "area_cells": 63 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 415 + ], + "peak": [ + 38, + 415 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 332 + ], + "peak": [ + 48, + 338 + ], + "area_cells": 481 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 394 + ], + "peak": [ + 44, + 390 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 498 + ], + "peak": [ + 77, + 511 + ], + "area_cells": 782 + }, + { + "id": "range_12", + "name": null, + "center": [ + 73, + 453 + ], + "peak": [ + 74, + 448 + ], + "area_cells": 865 + }, + { + "id": "range_13", + "name": null, + "center": [ + 119, + 344 + ], + "peak": [ + 121, + 356 + ], + "area_cells": 1027 + }, + { + "id": "range_15", + "name": null, + "center": [ + 139, + 493 + ], + "peak": [ + 139, + 494 + ], + "area_cells": 26 + }, + { + "id": "range_16", + "name": null, + "center": [ + 146, + 109 + ], + "peak": [ + 149, + 114 + ], + "area_cells": 248 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bh/globe.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/globe.png new file mode 100644 index 000000000..802f23c75 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/globe.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bh/heightmap.png b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/heightmap.png new file mode 100644 index 000000000..86884f427 Binary files /dev/null and b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bh/index.md b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/index.md new file mode 100644 index 000000000..d88fbf955 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ473Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2548893836 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.58 + period_days: 3700.0 + axial_tilt_deg: 35.7 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.845 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ473Bh + +Frozen planet. + +**System:** [GJ-473B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 3700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-473B/bodies/GJ473Bh/markers.json b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/markers.json new file mode 100644 index 000000000..9e1c4b826 --- /dev/null +++ b/wiki/star-systems/GJ-473B/bodies/GJ473Bh/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 178, + 92 + ], + "area_fraction": 0.0933 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 197, + 498 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 239, + 468 + ], + "area_fraction": 0.0151 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 158 + ], + "peak": [ + 0, + 228 + ], + "area_cells": 6117 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 397 + ], + "peak": [ + 1, + 420 + ], + "area_cells": 634 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 489 + ], + "peak": [ + 24, + 504 + ], + "area_cells": 290 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 357 + ], + "peak": [ + 64, + 360 + ], + "area_cells": 6166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 33, + 465 + ], + "peak": [ + 34, + 466 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 33, + 449 + ], + "peak": [ + 34, + 453 + ], + "area_cells": 119 + }, + { + "id": "range_9", + "name": null, + "center": [ + 40, + 285 + ], + "peak": [ + 39, + 283 + ], + "area_cells": 105 + }, + { + "id": "range_13", + "name": null, + "center": [ + 85, + 187 + ], + "peak": [ + 83, + 202 + ], + "area_cells": 2022 + }, + { + "id": "range_19", + "name": null, + "center": [ + 111, + 480 + ], + "peak": [ + 104, + 505 + ], + "area_cells": 2305 + }, + { + "id": "range_20", + "name": null, + "center": [ + 92, + 2 + ], + "peak": [ + 92, + 1 + ], + "area_cells": 25 + }, + { + "id": "range_22", + "name": null, + "center": [ + 116, + 16 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 804 + }, + { + "id": "range_23", + "name": null, + "center": [ + 108, + 230 + ], + "peak": [ + 111, + 230 + ], + "area_cells": 154 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ475b/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475b/globe.png new file mode 100644 index 000000000..4e632c04d Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475b/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475b/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475b/heightmap.png new file mode 100644 index 000000000..5a032afbf Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475b/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475b/index.md b/wiki/star-systems/GJ-475/bodies/GJ475b/index.md new file mode 100644 index 000000000..4d964a2ac --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ475b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2263984524 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.229 + period_days: 40.0 + axial_tilt_deg: 22.2 +physical: + gravity_g: 0.38 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.876 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475b + +Barren planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475b/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475b/markers.json new file mode 100644 index 000000000..85120c64e --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475b/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 180, + 246 + ], + "peak": [ + 150, + 286 + ], + "area_cells": 61019 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 430 + ], + "peak": [ + 80, + 430 + ], + "area_cells": 60 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 345 + ], + "peak": [ + 90, + 346 + ], + "area_cells": 55 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 251 + ], + "peak": [ + 95, + 248 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475c/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475c/globe.png new file mode 100644 index 000000000..a07aeae50 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475c/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475c/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475c/heightmap.png new file mode 100644 index 000000000..c2e755b26 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475c/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475c/index.md b/wiki/star-systems/GJ-475/bodies/GJ475c/index.md new file mode 100644 index 000000000..3ce464b78 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ475c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3274932207 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.422 + period_days: 100.0 + axial_tilt_deg: 8.4 +physical: + gravity_g: 0.52 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.951 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.058 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475c + +Arid planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475c/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475c/markers.json new file mode 100644 index 000000000..bda30286c --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475c/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 447 + ], + "peak": [ + 0, + 446 + ], + "area_cells": 125 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 353 + ], + "peak": [ + 65, + 443 + ], + "area_cells": 16876 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 32 + ], + "peak": [ + 101, + 16 + ], + "area_cells": 3043 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 505 + ], + "peak": [ + 65, + 503 + ], + "area_cells": 116 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 344 + ], + "peak": [ + 114, + 349 + ], + "area_cells": 70 + }, + { + "id": "range_10", + "name": null, + "center": [ + 123, + 454 + ], + "peak": [ + 124, + 454 + ], + "area_cells": 41 + }, + { + "id": "range_13", + "name": null, + "center": [ + 139, + 75 + ], + "peak": [ + 141, + 77 + ], + "area_cells": 485 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475d/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475d/globe.png new file mode 100644 index 000000000..f476b93fc Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475d/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475d/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475d/heightmap.png new file mode 100644 index 000000000..5fef779a6 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475d/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475d/index.md b/wiki/star-systems/GJ-475/bodies/GJ475d/index.md new file mode 100644 index 000000000..e628ee121 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ475d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3402280938 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.713 + period_days: 220.0 + axial_tilt_deg: 5.2 +physical: + gravity_g: 0.55 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.935 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.195 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475d + +Arid planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 93% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475d/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475d/markers.json new file mode 100644 index 000000000..708fdcaf7 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475d/markers.json @@ -0,0 +1,403 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 149, + 266 + ], + [ + 148, + 265 + ], + [ + 147, + 265 + ], + [ + 146, + 266 + ], + [ + 145, + 267 + ], + [ + 144, + 267 + ], + [ + 143, + 268 + ], + [ + 142, + 269 + ], + [ + 141, + 270 + ], + [ + 140, + 270 + ], + [ + 141, + 271 + ], + [ + 140, + 272 + ], + [ + 139, + 273 + ], + [ + 140, + 274 + ], + [ + 140, + 275 + ], + [ + 139, + 276 + ], + [ + 140, + 277 + ], + [ + 140, + 278 + ], + [ + 141, + 278 + ], + [ + 141, + 277 + ], + [ + 140, + 276 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 235, + 24 + ], + [ + 236, + 23 + ], + [ + 236, + 22 + ], + [ + 237, + 21 + ], + [ + 237, + 20 + ], + [ + 238, + 20 + ], + [ + 239, + 19 + ], + [ + 240, + 18 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 122, + 291 + ], + [ + 123, + 290 + ], + [ + 123, + 289 + ], + [ + 124, + 288 + ], + [ + 125, + 288 + ], + [ + 126, + 287 + ], + [ + 127, + 286 + ], + [ + 128, + 286 + ], + [ + 128, + 287 + ], + [ + 129, + 287 + ], + [ + 130, + 288 + ], + [ + 131, + 289 + ], + [ + 132, + 290 + ], + [ + 133, + 291 + ], + [ + 133, + 292 + ], + [ + 133, + 293 + ], + [ + 134, + 293 + ], + [ + 135, + 293 + ], + [ + 135, + 294 + ], + [ + 134, + 294 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 30 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 197, + 342 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 220, + 100 + ], + "area_fraction": 0.0389 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 350 + ], + "peak": [ + 16, + 354 + ], + "area_cells": 89 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 112 + ], + "peak": [ + 68, + 131 + ], + "area_cells": 1248 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 417 + ], + "peak": [ + 115, + 419 + ], + "area_cells": 13025 + }, + { + "id": "range_6", + "name": null, + "center": [ + 67, + 332 + ], + "peak": [ + 68, + 332 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 43 + ], + "peak": [ + 135, + 17 + ], + "area_cells": 3157 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 17 + ], + "peak": [ + 100, + 13 + ], + "area_cells": 573 + }, + { + "id": "range_9", + "name": null, + "center": [ + 111, + 502 + ], + "peak": [ + 110, + 502 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 111, + 120 + ], + "peak": [ + 112, + 122 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 116 + ], + "peak": [ + 143, + 124 + ], + "area_cells": 376 + }, + { + "id": "range_12", + "name": null, + "center": [ + 165, + 465 + ], + "peak": [ + 165, + 464 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 213, + 237 + ], + "peak": [ + 220, + 248 + ], + "area_cells": 916 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e-1/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475e-1/globe.png new file mode 100644 index 000000000..6b6245cdf Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475e-1/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e-1/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475e-1/heightmap.png new file mode 100644 index 000000000..cfe1bc686 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e-1/index.md b/wiki/star-systems/GJ-475/bodies/GJ475e-1/index.md new file mode 100644 index 000000000..e4ca02dce --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ475e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1343067533 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 21.3 +physical: + gravity_g: 0.06 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.914 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475e-1 + +Barren moon. + +**System:** [GJ-475](../../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-475/bodies/GJ475e-1/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475e-1/markers.json new file mode 100644 index 000000000..3126416b0 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475e-1/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 167, + 185 + ], + "peak": [ + 142, + 128 + ], + "area_cells": 24312 + }, + { + "id": "range_7", + "name": null, + "center": [ + 142, + 440 + ], + "peak": [ + 145, + 439 + ], + "area_cells": 143 + }, + { + "id": "range_9", + "name": null, + "center": [ + 141, + 24 + ], + "peak": [ + 147, + 15 + ], + "area_cells": 426 + }, + { + "id": "range_11", + "name": null, + "center": [ + 173, + 363 + ], + "peak": [ + 153, + 342 + ], + "area_cells": 1703 + }, + { + "id": "range_14", + "name": null, + "center": [ + 155, + 447 + ], + "peak": [ + 155, + 447 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 157, + 476 + ], + "peak": [ + 160, + 473 + ], + "area_cells": 59 + }, + { + "id": "range_20", + "name": null, + "center": [ + 188, + 454 + ], + "peak": [ + 183, + 467 + ], + "area_cells": 321 + }, + { + "id": "range_21", + "name": null, + "center": [ + 186, + 105 + ], + "peak": [ + 189, + 105 + ], + "area_cells": 86 + }, + { + "id": "range_23", + "name": null, + "center": [ + 191, + 505 + ], + "peak": [ + 187, + 511 + ], + "area_cells": 153 + }, + { + "id": "range_24", + "name": null, + "center": [ + 204, + 66 + ], + "peak": [ + 207, + 65 + ], + "area_cells": 60 + }, + { + "id": "range_25", + "name": null, + "center": [ + 204, + 138 + ], + "peak": [ + 203, + 138 + ], + "area_cells": 35 + }, + { + "id": "range_28", + "name": null, + "center": [ + 241, + 480 + ], + "peak": [ + 255, + 498 + ], + "area_cells": 1847 + }, + { + "id": "range_34", + "name": null, + "center": [ + 218, + 143 + ], + "peak": [ + 216, + 143 + ], + "area_cells": 25 + }, + { + "id": "range_37", + "name": null, + "center": [ + 233, + 392 + ], + "peak": [ + 232, + 392 + ], + "area_cells": 34 + }, + { + "id": "range_38", + "name": null, + "center": [ + 243, + 401 + ], + "peak": [ + 242, + 405 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475e/globe.png new file mode 100644 index 000000000..7f7307c56 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475e/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475e/heightmap.png new file mode 100644 index 000000000..4a41ac33e Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475e/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e/index.md b/wiki/star-systems/GJ-475/bodies/GJ475e/index.md new file mode 100644 index 000000000..7e59e5996 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ475e +name: Crieff +body_type: planet +planet_class: temperate +body_scale: planet +seed: 777969151 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.149 + period_days: 450.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.92 + oblateness: 0.0037 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.707 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.423 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Crieff + +Temperate planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 93% | +| **Year** | 450 days | +| **Inhabited** | yes | +| **Population** | 400M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475e/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475e/markers.json new file mode 100644 index 000000000..2f75006f2 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475e/markers.json @@ -0,0 +1,842 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 118, + 447 + ], + [ + 119, + 448 + ], + [ + 120, + 449 + ], + [ + 121, + 449 + ], + [ + 122, + 449 + ], + [ + 123, + 449 + ], + [ + 124, + 449 + ], + [ + 123, + 448 + ], + [ + 124, + 447 + ], + [ + 125, + 446 + ], + [ + 124, + 446 + ], + [ + 123, + 445 + ], + [ + 124, + 444 + ], + [ + 124, + 445 + ], + [ + 123, + 444 + ], + [ + 123, + 443 + ], + [ + 124, + 442 + ], + [ + 124, + 441 + ], + [ + 125, + 441 + ], + [ + 125, + 440 + ], + [ + 124, + 439 + ], + [ + 124, + 440 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 0, + 325 + ], + [ + 1, + 324 + ], + [ + 1, + 323 + ], + [ + 2, + 322 + ], + [ + 2, + 321 + ], + [ + 3, + 320 + ], + [ + 4, + 319 + ], + [ + 4, + 318 + ], + [ + 5, + 317 + ], + [ + 5, + 318 + ], + [ + 6, + 317 + ], + [ + 7, + 316 + ], + [ + 6, + 316 + ], + [ + 5, + 315 + ], + [ + 5, + 314 + ], + [ + 5, + 313 + ], + [ + 6, + 314 + ], + [ + 7, + 315 + ], + [ + 7, + 314 + ], + [ + 8, + 315 + ], + [ + 9, + 315 + ], + [ + 9, + 314 + ], + [ + 9, + 313 + ], + [ + 10, + 313 + ], + [ + 10, + 312 + ], + [ + 9, + 312 + ], + [ + 8, + 312 + ], + [ + 7, + 313 + ], + [ + 8, + 313 + ], + [ + 7, + 312 + ], + [ + 6, + 311 + ], + [ + 7, + 311 + ], + [ + 7, + 310 + ], + [ + 6, + 310 + ], + [ + 5, + 311 + ], + [ + 4, + 310 + ], + [ + 4, + 311 + ], + [ + 3, + 310 + ], + [ + 2, + 309 + ], + [ + 3, + 308 + ], + [ + 3, + 309 + ], + [ + 2, + 310 + ], + [ + 1, + 309 + ], + [ + 0, + 310 + ], + [ + 1, + 310 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 222 + ], + [ + 1, + 223 + ], + [ + 2, + 224 + ], + [ + 3, + 224 + ], + [ + 3, + 225 + ], + [ + 4, + 226 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 129, + 0 + ], + [ + 130, + 511 + ], + [ + 131, + 511 + ], + [ + 132, + 511 + ], + [ + 133, + 510 + ], + [ + 134, + 510 + ], + [ + 134, + 511 + ], + [ + 135, + 510 + ], + [ + 135, + 511 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 96, + 342 + ], + [ + 95, + 342 + ], + [ + 94, + 343 + ], + [ + 93, + 343 + ], + [ + 92, + 344 + ], + [ + 91, + 345 + ], + [ + 90, + 346 + ], + [ + 89, + 347 + ], + [ + 88, + 348 + ], + [ + 87, + 348 + ], + [ + 86, + 348 + ], + [ + 85, + 349 + ], + [ + 84, + 349 + ], + [ + 83, + 349 + ], + [ + 82, + 349 + ], + [ + 81, + 350 + ], + [ + 80, + 349 + ], + [ + 79, + 348 + ], + [ + 78, + 349 + ], + [ + 77, + 348 + ], + [ + 76, + 347 + ], + [ + 75, + 346 + ], + [ + 74, + 345 + ], + [ + 73, + 345 + ], + [ + 72, + 344 + ], + [ + 71, + 345 + ], + [ + 70, + 345 + ], + [ + 71, + 346 + ], + [ + 70, + 347 + ], + [ + 69, + 348 + ], + [ + 68, + 348 + ], + [ + 67, + 349 + ], + [ + 66, + 350 + ], + [ + 65, + 351 + ], + [ + 64, + 352 + ], + [ + 63, + 353 + ], + [ + 62, + 354 + ], + [ + 61, + 354 + ], + [ + 60, + 355 + ], + [ + 59, + 355 + ], + [ + 58, + 354 + ], + [ + 57, + 353 + ], + [ + 56, + 353 + ], + [ + 55, + 353 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 37, + 228 + ], + [ + 36, + 227 + ], + [ + 35, + 226 + ], + [ + 34, + 225 + ], + [ + 34, + 224 + ], + [ + 33, + 223 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 11, + 320 + ], + [ + 12, + 320 + ], + [ + 11, + 319 + ], + [ + 12, + 318 + ], + [ + 12, + 317 + ], + [ + 13, + 318 + ], + [ + 13, + 319 + ], + [ + 14, + 319 + ], + [ + 15, + 319 + ], + [ + 16, + 318 + ], + [ + 17, + 317 + ], + [ + 18, + 316 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 129, + 254 + ], + [ + 128, + 254 + ], + [ + 127, + 254 + ], + [ + 126, + 255 + ], + [ + 125, + 255 + ], + [ + 124, + 254 + ], + [ + 123, + 253 + ], + [ + 122, + 254 + ], + [ + 121, + 254 + ], + [ + 120, + 255 + ], + [ + 120, + 256 + ], + [ + 119, + 257 + ], + [ + 118, + 256 + ], + [ + 117, + 256 + ], + [ + 117, + 255 + ], + [ + 116, + 256 + ], + [ + 115, + 255 + ], + [ + 114, + 256 + ], + [ + 113, + 256 + ], + [ + 112, + 255 + ], + [ + 111, + 254 + ], + [ + 110, + 254 + ], + [ + 110, + 255 + ], + [ + 110, + 256 + ], + [ + 110, + 257 + ], + [ + 109, + 257 + ], + [ + 108, + 256 + ], + [ + 109, + 255 + ], + [ + 109, + 256 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 14, + 293 + ], + [ + 15, + 294 + ], + [ + 16, + 295 + ], + [ + 17, + 296 + ], + [ + 18, + 297 + ], + [ + 18, + 298 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 38, + 62 + ], + "area_fraction": 0.027 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 17, + 220 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 36, + 353 + ], + "area_fraction": 0.0173 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 291 + ], + "peak": [ + 81, + 292 + ], + "area_cells": 159 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 258 + ], + "peak": [ + 189, + 360 + ], + "area_cells": 49529 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475f/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475f/globe.png new file mode 100644 index 000000000..3a82b11d9 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475f/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475f/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475f/heightmap.png new file mode 100644 index 000000000..833bb1698 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475f/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475f/index.md b/wiki/star-systems/GJ-475/bodies/GJ475f/index.md new file mode 100644 index 000000000..3ae5f9425 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475f/index.md @@ -0,0 +1,69 @@ +--- +id: GJ475f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2846513643 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.756 + period_days: 850.0 + axial_tilt_deg: 54.2 +physical: + gravity_g: 0.42 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.384 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475f + +Frozen planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475f/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475f/markers.json new file mode 100644 index 000000000..2402f8242 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475f/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 210, + 344 + ], + "area_fraction": 0.1744 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 224 + ], + "peak": [ + 103, + 222 + ], + "area_cells": 375 + }, + { + "id": "range_2", + "name": null, + "center": [ + 105, + 476 + ], + "peak": [ + 103, + 472 + ], + "area_cells": 452 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 434 + ], + "peak": [ + 104, + 434 + ], + "area_cells": 131 + }, + { + "id": "range_4", + "name": null, + "center": [ + 109, + 35 + ], + "peak": [ + 108, + 41 + ], + "area_cells": 92 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475g/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475g/globe.png new file mode 100644 index 000000000..9064def66 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475g/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475g/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475g/heightmap.png new file mode 100644 index 000000000..62fd4ce07 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475g/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475g/index.md b/wiki/star-systems/GJ-475/bodies/GJ475g/index.md new file mode 100644 index 000000000..cb8c59da1 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ475g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1527368392 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.788 + period_days: 1700.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.35 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.723 + polar_ice_lat: 0.151 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475g + +Frozen planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 1700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475g/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475g/markers.json new file mode 100644 index 000000000..6f8747425 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475g/markers.json @@ -0,0 +1,259 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 36, + 255 + ], + "area_fraction": 0.2708 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 77 + ], + "peak": [ + 90, + 76 + ], + "area_cells": 32 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 450 + ], + "peak": [ + 102, + 450 + ], + "area_cells": 230 + }, + { + "id": "range_3", + "name": null, + "center": [ + 105, + 66 + ], + "peak": [ + 108, + 67 + ], + "area_cells": 183 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 486 + ], + "peak": [ + 105, + 487 + ], + "area_cells": 79 + }, + { + "id": "range_5", + "name": null, + "center": [ + 188, + 168 + ], + "peak": [ + 225, + 231 + ], + "area_cells": 28374 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 469 + ], + "peak": [ + 113, + 470 + ], + "area_cells": 106 + }, + { + "id": "range_8", + "name": null, + "center": [ + 120, + 426 + ], + "peak": [ + 121, + 422 + ], + "area_cells": 220 + }, + { + "id": "range_10", + "name": null, + "center": [ + 124, + 96 + ], + "peak": [ + 125, + 96 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 9 + ], + "peak": [ + 129, + 14 + ], + "area_cells": 170 + }, + { + "id": "range_12", + "name": null, + "center": [ + 132, + 346 + ], + "peak": [ + 133, + 344 + ], + "area_cells": 295 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 506 + ], + "peak": [ + 131, + 510 + ], + "area_cells": 55 + }, + { + "id": "range_14", + "name": null, + "center": [ + 181, + 443 + ], + "peak": [ + 203, + 511 + ], + "area_cells": 4950 + }, + { + "id": "range_25", + "name": null, + "center": [ + 205, + 423 + ], + "peak": [ + 208, + 425 + ], + "area_cells": 342 + }, + { + "id": "range_26", + "name": null, + "center": [ + 217, + 324 + ], + "peak": [ + 216, + 324 + ], + "area_cells": 22 + }, + { + "id": "range_27", + "name": null, + "center": [ + 222, + 316 + ], + "peak": [ + 224, + 316 + ], + "area_cells": 26 + }, + { + "id": "range_28", + "name": null, + "center": [ + 223, + 430 + ], + "peak": [ + 226, + 430 + ], + "area_cells": 31 + }, + { + "id": "range_29", + "name": null, + "center": [ + 248, + 7 + ], + "peak": [ + 248, + 7 + ], + "area_cells": 182 + }, + { + "id": "range_31", + "name": null, + "center": [ + 243, + 508 + ], + "peak": [ + 244, + 511 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-1/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475h-1/globe.png new file mode 100644 index 000000000..803f9e0eb Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475h-1/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-1/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475h-1/heightmap.png new file mode 100644 index 000000000..e3668b5e0 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-1/index.md b/wiki/star-systems/GJ-475/bodies/GJ475h-1/index.md new file mode 100644 index 000000000..afbc52236 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ475h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3414765715 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 28.3 +physical: + gravity_g: 0.07 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.849 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475h-1 + +Barren moon. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-1/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475h-1/markers.json new file mode 100644 index 000000000..c2dadf506 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475h-1/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 61, + 386 + ], + "peak": [ + 75, + 388 + ], + "area_cells": 684 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 360 + ], + "peak": [ + 38, + 360 + ], + "area_cells": 74 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 132 + ], + "peak": [ + 61, + 133 + ], + "area_cells": 118 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 108 + ], + "peak": [ + 68, + 108 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 96, + 153 + ], + "peak": [ + 97, + 154 + ], + "area_cells": 1244 + }, + { + "id": "range_11", + "name": null, + "center": [ + 110, + 59 + ], + "peak": [ + 139, + 54 + ], + "area_cells": 1753 + }, + { + "id": "range_12", + "name": null, + "center": [ + 82, + 216 + ], + "peak": [ + 81, + 216 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 153, + 334 + ], + "peak": [ + 122, + 392 + ], + "area_cells": 6331 + }, + { + "id": "range_16", + "name": null, + "center": [ + 103, + 239 + ], + "peak": [ + 104, + 240 + ], + "area_cells": 33 + }, + { + "id": "range_23", + "name": null, + "center": [ + 125, + 222 + ], + "peak": [ + 126, + 229 + ], + "area_cells": 218 + }, + { + "id": "range_24", + "name": null, + "center": [ + 144, + 463 + ], + "peak": [ + 146, + 463 + ], + "area_cells": 247 + }, + { + "id": "range_25", + "name": null, + "center": [ + 158, + 33 + ], + "peak": [ + 158, + 27 + ], + "area_cells": 310 + }, + { + "id": "range_26", + "name": null, + "center": [ + 163, + 3 + ], + "peak": [ + 164, + 1 + ], + "area_cells": 191 + }, + { + "id": "range_27", + "name": null, + "center": [ + 157, + 229 + ], + "peak": [ + 158, + 233 + ], + "area_cells": 175 + }, + { + "id": "range_29", + "name": null, + "center": [ + 173, + 55 + ], + "peak": [ + 184, + 51 + ], + "area_cells": 432 + }, + { + "id": "range_30", + "name": null, + "center": [ + 168, + 504 + ], + "peak": [ + 165, + 511 + ], + "area_cells": 310 + }, + { + "id": "range_31", + "name": null, + "center": [ + 159, + 447 + ], + "peak": [ + 160, + 448 + ], + "area_cells": 25 + }, + { + "id": "range_32", + "name": null, + "center": [ + 168, + 87 + ], + "peak": [ + 162, + 86 + ], + "area_cells": 105 + }, + { + "id": "range_33", + "name": null, + "center": [ + 181, + 487 + ], + "peak": [ + 174, + 486 + ], + "area_cells": 143 + }, + { + "id": "range_35", + "name": null, + "center": [ + 180, + 397 + ], + "peak": [ + 182, + 394 + ], + "area_cells": 27 + }, + { + "id": "range_36", + "name": null, + "center": [ + 187, + 220 + ], + "peak": [ + 184, + 214 + ], + "area_cells": 352 + }, + { + "id": "range_39", + "name": null, + "center": [ + 190, + 33 + ], + "peak": [ + 191, + 34 + ], + "area_cells": 52 + }, + { + "id": "range_40", + "name": null, + "center": [ + 196, + 388 + ], + "peak": [ + 198, + 389 + ], + "area_cells": 70 + }, + { + "id": "range_42", + "name": null, + "center": [ + 194, + 452 + ], + "peak": [ + 194, + 452 + ], + "area_cells": 39 + }, + { + "id": "range_46", + "name": null, + "center": [ + 199, + 472 + ], + "peak": [ + 200, + 471 + ], + "area_cells": 70 + }, + { + "id": "range_47", + "name": null, + "center": [ + 206, + 27 + ], + "peak": [ + 205, + 28 + ], + "area_cells": 40 + }, + { + "id": "range_48", + "name": null, + "center": [ + 218, + 10 + ], + "peak": [ + 221, + 11 + ], + "area_cells": 33 + }, + { + "id": "range_52", + "name": null, + "center": [ + 223, + 397 + ], + "peak": [ + 223, + 396 + ], + "area_cells": 161 + }, + { + "id": "range_53", + "name": null, + "center": [ + 219, + 1 + ], + "peak": [ + 220, + 2 + ], + "area_cells": 29 + }, + { + "id": "range_60", + "name": null, + "center": [ + 229, + 238 + ], + "peak": [ + 231, + 239 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-2/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475h-2/globe.png new file mode 100644 index 000000000..f12573588 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475h-2/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-2/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475h-2/heightmap.png new file mode 100644 index 000000000..b9062d2a0 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-2/index.md b/wiki/star-systems/GJ-475/bodies/GJ475h-2/index.md new file mode 100644 index 000000000..4d886ca86 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ475h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3441986104 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 56.0 +physical: + gravity_g: 0.05 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.817 + polar_ice_lat: 0.058 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475h-2 + +Frozen moon. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h-2/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475h-2/markers.json new file mode 100644 index 000000000..dd9f55dc5 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475h-2/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 37, + 190 + ], + "area_fraction": 0.1041 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 19, + 21 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 62, + 425 + ], + "area_fraction": 0.0363 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 417 + ], + "peak": [ + 145, + 365 + ], + "area_cells": 9879 + }, + { + "id": "range_2", + "name": null, + "center": [ + 125, + 24 + ], + "peak": [ + 135, + 43 + ], + "area_cells": 1622 + }, + { + "id": "range_3", + "name": null, + "center": [ + 193, + 281 + ], + "peak": [ + 193, + 282 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 207, + 237 + ], + "peak": [ + 209, + 238 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 239, + 234 + ], + "peak": [ + 247, + 171 + ], + "area_cells": 5937 + }, + { + "id": "range_7", + "name": null, + "center": [ + 237, + 70 + ], + "peak": [ + 229, + 58 + ], + "area_cells": 2290 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475h/globe.png new file mode 100644 index 000000000..91be888f1 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475h/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475h/index.md b/wiki/star-systems/GJ-475/bodies/GJ475h/index.md new file mode 100644 index 000000000..7248f6b74 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475h/index.md @@ -0,0 +1,70 @@ +--- +id: GJ475h +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1858406228 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.175 + period_days: 4300.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: null + oblateness: 0.071 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.168 +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.071 +rings: + enabled: true + inner_radius_factor: 1.09 + outer_radius_factor: 2.74 + opacity_base: 0.65 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ475h + +Gas giant. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475i/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475i/globe.png new file mode 100644 index 000000000..cc121f7dd Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475i/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475i/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475i/heightmap.png new file mode 100644 index 000000000..60f752a33 Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475i/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475i/index.md b/wiki/star-systems/GJ-475/bodies/GJ475i/index.md new file mode 100644 index 000000000..7a52134a6 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ475i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3074526417 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.151 + period_days: 8500.0 + axial_tilt_deg: 53.4 +physical: + gravity_g: 0.25 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.896 + polar_ice_lat: 0.113 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475i + +Frozen planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 8500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475i/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475i/markers.json new file mode 100644 index 000000000..0538cdf4b --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475i/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 278 + ], + "area_fraction": 0.0574 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 29, + 443 + ], + "area_fraction": 0.0306 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 181, + 311 + ], + "peak": [ + 134, + 357 + ], + "area_cells": 28318 + }, + { + "id": "range_2", + "name": null, + "center": [ + 141, + 452 + ], + "peak": [ + 141, + 453 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 143, + 42 + ], + "peak": [ + 144, + 43 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 502 + ], + "peak": [ + 148, + 504 + ], + "area_cells": 54 + }, + { + "id": "range_10", + "name": null, + "center": [ + 200, + 9 + ], + "peak": [ + 199, + 3 + ], + "area_cells": 460 + }, + { + "id": "range_11", + "name": null, + "center": [ + 202, + 494 + ], + "peak": [ + 206, + 500 + ], + "area_cells": 610 + }, + { + "id": "range_12", + "name": null, + "center": [ + 213, + 457 + ], + "peak": [ + 213, + 457 + ], + "area_cells": 139 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 149 + ], + "peak": [ + 207, + 147 + ], + "area_cells": 139 + }, + { + "id": "range_14", + "name": null, + "center": [ + 210, + 472 + ], + "peak": [ + 210, + 473 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-475/bodies/GJ475j/globe.png b/wiki/star-systems/GJ-475/bodies/GJ475j/globe.png new file mode 100644 index 000000000..d73aa2a1d Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475j/globe.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475j/heightmap.png b/wiki/star-systems/GJ-475/bodies/GJ475j/heightmap.png new file mode 100644 index 000000000..9a6dd716d Binary files /dev/null and b/wiki/star-systems/GJ-475/bodies/GJ475j/heightmap.png differ diff --git a/wiki/star-systems/GJ-475/bodies/GJ475j/index.md b/wiki/star-systems/GJ-475/bodies/GJ475j/index.md new file mode 100644 index 000000000..f19fb8e22 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ475j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 922048123 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.903 + period_days: 15000.0 + axial_tilt_deg: 37.6 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.728 + polar_ice_lat: 0.222 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ475j + +Frozen planet. + +**System:** [GJ-475](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-475/bodies/GJ475j/markers.json b/wiki/star-systems/GJ-475/bodies/GJ475j/markers.json new file mode 100644 index 000000000..746514544 --- /dev/null +++ b/wiki/star-systems/GJ-475/bodies/GJ475j/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 37, + 224 + ], + "area_fraction": 0.2351 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 148, + 175 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 200, + 458 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 501 + ], + "peak": [ + 78, + 502 + ], + "area_cells": 71 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 385 + ], + "peak": [ + 105, + 401 + ], + "area_cells": 4596 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 64 + ], + "peak": [ + 174, + 96 + ], + "area_cells": 1382 + }, + { + "id": "range_6", + "name": null, + "center": [ + 136, + 492 + ], + "peak": [ + 138, + 489 + ], + "area_cells": 171 + }, + { + "id": "range_10", + "name": null, + "center": [ + 157, + 408 + ], + "peak": [ + 149, + 387 + ], + "area_cells": 1157 + }, + { + "id": "range_11", + "name": null, + "center": [ + 152, + 261 + ], + "peak": [ + 148, + 282 + ], + "area_cells": 1111 + }, + { + "id": "range_12", + "name": null, + "center": [ + 152, + 121 + ], + "peak": [ + 155, + 119 + ], + "area_cells": 204 + }, + { + "id": "range_13", + "name": null, + "center": [ + 186, + 109 + ], + "peak": [ + 185, + 110 + ], + "area_cells": 104 + }, + { + "id": "range_14", + "name": null, + "center": [ + 217, + 268 + ], + "peak": [ + 224, + 211 + ], + "area_cells": 7413 + }, + { + "id": "range_15", + "name": null, + "center": [ + 229, + 67 + ], + "peak": [ + 209, + 86 + ], + "area_cells": 3676 + }, + { + "id": "range_16", + "name": null, + "center": [ + 245, + 401 + ], + "peak": [ + 244, + 418 + ], + "area_cells": 1610 + }, + { + "id": "range_17", + "name": null, + "center": [ + 242, + 347 + ], + "peak": [ + 241, + 348 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ481b/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481b/globe.png new file mode 100644 index 000000000..8664bf5fc Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481b/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481b/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481b/heightmap.png new file mode 100644 index 000000000..5e3e5f1dc Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481b/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481b/index.md b/wiki/star-systems/GJ-481/bodies/GJ481b/index.md new file mode 100644 index 000000000..a438338ec --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ481b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2975465871 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 36.2 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.824 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481b + +Barren planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 93% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481b/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481b/markers.json new file mode 100644 index 000000000..20c93864b --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481b/markers.json @@ -0,0 +1,269 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 145 + ], + "area_fraction": 0.0191 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 11, + 385 + ], + "area_fraction": 0.0136 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 268 + ], + "peak": [ + 51, + 266 + ], + "area_cells": 60 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 302 + ], + "peak": [ + 65, + 302 + ], + "area_cells": 136 + }, + { + "id": "range_3", + "name": null, + "center": [ + 184, + 216 + ], + "peak": [ + 217, + 201 + ], + "area_cells": 21826 + }, + { + "id": "range_6", + "name": null, + "center": [ + 95, + 66 + ], + "peak": [ + 84, + 65 + ], + "area_cells": 295 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 331 + ], + "peak": [ + 83, + 332 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 98 + ], + "peak": [ + 86, + 98 + ], + "area_cells": 122 + }, + { + "id": "range_9", + "name": null, + "center": [ + 89, + 189 + ], + "peak": [ + 90, + 191 + ], + "area_cells": 52 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 7 + ], + "peak": [ + 92, + 8 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 115, + 90 + ], + "peak": [ + 115, + 90 + ], + "area_cells": 116 + }, + { + "id": "range_15", + "name": null, + "center": [ + 128, + 127 + ], + "peak": [ + 128, + 128 + ], + "area_cells": 52 + }, + { + "id": "range_24", + "name": null, + "center": [ + 156, + 454 + ], + "peak": [ + 156, + 453 + ], + "area_cells": 98 + }, + { + "id": "range_29", + "name": null, + "center": [ + 172, + 475 + ], + "peak": [ + 168, + 471 + ], + "area_cells": 205 + }, + { + "id": "range_35", + "name": null, + "center": [ + 208, + 451 + ], + "peak": [ + 210, + 452 + ], + "area_cells": 79 + }, + { + "id": "range_39", + "name": null, + "center": [ + 217, + 394 + ], + "peak": [ + 217, + 395 + ], + "area_cells": 28 + }, + { + "id": "range_46", + "name": null, + "center": [ + 222, + 70 + ], + "peak": [ + 223, + 70 + ], + "area_cells": 25 + }, + { + "id": "range_51", + "name": null, + "center": [ + 244, + 376 + ], + "peak": [ + 244, + 378 + ], + "area_cells": 48 + }, + { + "id": "range_52", + "name": null, + "center": [ + 237, + 85 + ], + "peak": [ + 238, + 86 + ], + "area_cells": 43 + }, + { + "id": "range_55", + "name": null, + "center": [ + 245, + 390 + ], + "peak": [ + 240, + 394 + ], + "area_cells": 194 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481c/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481c/globe.png new file mode 100644 index 000000000..971608bd5 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481c/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481c/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481c/heightmap.png new file mode 100644 index 000000000..85d157261 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481c/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481c/index.md b/wiki/star-systems/GJ-481/bodies/GJ481c/index.md new file mode 100644 index 000000000..485edacd2 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ481c +name: Pershore +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2858932384 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.92 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.63 + polar_ice_lat: 0.767 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Pershore + +Temperate planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 63% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481c/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481c/markers.json new file mode 100644 index 000000000..e861b090a --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481c/markers.json @@ -0,0 +1,811 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 111, + 0 + ], + [ + 110, + 511 + ], + [ + 109, + 510 + ], + [ + 108, + 509 + ], + [ + 107, + 508 + ], + [ + 106, + 507 + ], + [ + 105, + 506 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 21, + 39 + ], + [ + 22, + 40 + ], + [ + 23, + 41 + ], + [ + 23, + 42 + ], + [ + 24, + 43 + ], + [ + 25, + 44 + ], + [ + 26, + 44 + ], + [ + 27, + 45 + ], + [ + 28, + 46 + ], + [ + 29, + 47 + ], + [ + 30, + 47 + ], + [ + 31, + 48 + ], + [ + 31, + 47 + ], + [ + 32, + 47 + ], + [ + 33, + 46 + ], + [ + 34, + 45 + ], + [ + 35, + 45 + ], + [ + 35, + 44 + ], + [ + 36, + 43 + ], + [ + 36, + 42 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 114, + 86 + ], + [ + 113, + 87 + ], + [ + 112, + 88 + ], + [ + 111, + 89 + ], + [ + 110, + 90 + ], + [ + 109, + 90 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 31, + 259 + ], + [ + 30, + 259 + ], + [ + 29, + 259 + ], + [ + 28, + 260 + ], + [ + 27, + 261 + ], + [ + 26, + 262 + ], + [ + 25, + 263 + ], + [ + 24, + 264 + ], + [ + 24, + 265 + ], + [ + 23, + 266 + ], + [ + 24, + 267 + ], + [ + 25, + 268 + ], + [ + 25, + 269 + ], + [ + 26, + 270 + ], + [ + 26, + 271 + ], + [ + 27, + 272 + ], + [ + 27, + 273 + ], + [ + 28, + 274 + ], + [ + 29, + 275 + ], + [ + 28, + 275 + ], + [ + 28, + 276 + ], + [ + 28, + 277 + ], + [ + 28, + 278 + ], + [ + 29, + 278 + ], + [ + 29, + 279 + ], + [ + 28, + 279 + ], + [ + 29, + 280 + ], + [ + 29, + 281 + ], + [ + 28, + 281 + ], + [ + 28, + 282 + ], + [ + 29, + 282 + ], + [ + 30, + 281 + ], + [ + 30, + 282 + ], + [ + 29, + 283 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 37, + 424 + ], + [ + 38, + 423 + ], + [ + 39, + 422 + ], + [ + 39, + 421 + ], + [ + 40, + 420 + ], + [ + 41, + 419 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 59, + 143 + ], + [ + 59, + 144 + ], + [ + 60, + 143 + ], + [ + 61, + 144 + ], + [ + 62, + 143 + ], + [ + 63, + 143 + ], + [ + 64, + 143 + ], + [ + 65, + 142 + ], + [ + 66, + 142 + ], + [ + 67, + 141 + ], + [ + 68, + 141 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 159, + 98 + ], + [ + 158, + 99 + ], + [ + 157, + 100 + ], + [ + 156, + 101 + ], + [ + 155, + 102 + ], + [ + 154, + 103 + ], + [ + 153, + 104 + ], + [ + 152, + 105 + ], + [ + 151, + 106 + ], + [ + 151, + 107 + ], + [ + 151, + 108 + ], + [ + 150, + 109 + ], + [ + 149, + 110 + ], + [ + 149, + 111 + ], + [ + 150, + 112 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 4, + 59 + ], + [ + 5, + 59 + ], + [ + 6, + 59 + ], + [ + 6, + 58 + ], + [ + 7, + 57 + ], + [ + 8, + 58 + ], + [ + 9, + 58 + ], + [ + 10, + 58 + ], + [ + 10, + 59 + ], + [ + 11, + 60 + ], + [ + 11, + 61 + ], + [ + 12, + 62 + ], + [ + 12, + 61 + ], + [ + 13, + 62 + ], + [ + 14, + 62 + ], + [ + 15, + 63 + ], + [ + 14, + 64 + ], + [ + 15, + 65 + ], + [ + 15, + 66 + ], + [ + 16, + 67 + ], + [ + 17, + 66 + ], + [ + 17, + 67 + ], + [ + 18, + 66 + ], + [ + 19, + 65 + ], + [ + 20, + 64 + ], + [ + 21, + 64 + ], + [ + 20, + 63 + ], + [ + 21, + 62 + ], + [ + 22, + 63 + ], + [ + 23, + 63 + ], + [ + 24, + 62 + ], + [ + 24, + 61 + ], + [ + 25, + 60 + ], + [ + 26, + 60 + ], + [ + 27, + 59 + ], + [ + 27, + 60 + ], + [ + 28, + 59 + ], + [ + 29, + 58 + ], + [ + 30, + 58 + ], + [ + 30, + 59 + ], + [ + 31, + 59 + ], + [ + 32, + 59 + ], + [ + 33, + 58 + ], + [ + 34, + 57 + ], + [ + 35, + 57 + ], + [ + 34, + 56 + ], + [ + 35, + 56 + ], + [ + 35, + 55 + ], + [ + 34, + 54 + ], + [ + 35, + 53 + ], + [ + 35, + 54 + ], + [ + 36, + 53 + ], + [ + 35, + 52 + ], + [ + 35, + 51 + ], + [ + 34, + 50 + ], + [ + 34, + 49 + ], + [ + 35, + 49 + ], + [ + 35, + 48 + ], + [ + 35, + 47 + ], + [ + 36, + 46 + ], + [ + 36, + 45 + ], + [ + 36, + 44 + ], + [ + 37, + 43 + ], + [ + 36, + 42 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 53, + 21 + ], + "area_fraction": 0.0306 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 292 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 85, + 330 + ], + "area_fraction": 0.3315 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 145, + 4 + ], + "peak": [ + 144, + 2 + ], + "area_cells": 190 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 506 + ], + "peak": [ + 146, + 507 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 208, + 326 + ], + "peak": [ + 200, + 205 + ], + "area_cells": 14388 + }, + { + "id": "range_6", + "name": null, + "center": [ + 199, + 70 + ], + "peak": [ + 216, + 0 + ], + "area_cells": 3391 + }, + { + "id": "range_7", + "name": null, + "center": [ + 174, + 24 + ], + "peak": [ + 175, + 24 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481d/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481d/globe.png new file mode 100644 index 000000000..f5548d7f1 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481d/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481d/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481d/heightmap.png new file mode 100644 index 000000000..64dd8f33f Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481d/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481d/index.md b/wiki/star-systems/GJ-481/bodies/GJ481d/index.md new file mode 100644 index 000000000..98213c996 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ481d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3390229570 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 36.0 +physical: + gravity_g: 0.6 + oblateness: 0.0031 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.475 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.149 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481d + +Cold Arid planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.6g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481d/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481d/markers.json new file mode 100644 index 000000000..d6c7aea32 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481d/markers.json @@ -0,0 +1,942 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 211, + 326 + ], + [ + 212, + 325 + ], + [ + 211, + 324 + ], + [ + 210, + 323 + ], + [ + 210, + 322 + ], + [ + 209, + 321 + ], + [ + 208, + 320 + ], + [ + 209, + 319 + ], + [ + 210, + 318 + ], + [ + 209, + 318 + ], + [ + 209, + 317 + ], + [ + 210, + 317 + ], + [ + 211, + 317 + ], + [ + 212, + 317 + ], + [ + 211, + 318 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 243, + 496 + ], + [ + 243, + 497 + ], + [ + 242, + 497 + ], + [ + 241, + 497 + ], + [ + 240, + 497 + ], + [ + 239, + 497 + ], + [ + 238, + 498 + ], + [ + 237, + 498 + ], + [ + 236, + 497 + ], + [ + 235, + 496 + ], + [ + 234, + 497 + ], + [ + 233, + 498 + ], + [ + 232, + 497 + ], + [ + 231, + 496 + ], + [ + 230, + 495 + ], + [ + 230, + 496 + ], + [ + 230, + 497 + ], + [ + 229, + 496 + ], + [ + 228, + 497 + ], + [ + 229, + 497 + ], + [ + 228, + 496 + ], + [ + 227, + 496 + ], + [ + 227, + 497 + ], + [ + 228, + 498 + ], + [ + 229, + 498 + ], + [ + 229, + 499 + ], + [ + 230, + 498 + ], + [ + 231, + 497 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 152, + 98 + ], + [ + 153, + 97 + ], + [ + 154, + 96 + ], + [ + 154, + 95 + ], + [ + 155, + 94 + ], + [ + 155, + 93 + ], + [ + 154, + 93 + ], + [ + 153, + 92 + ], + [ + 152, + 92 + ], + [ + 151, + 91 + ], + [ + 150, + 90 + ], + [ + 149, + 89 + ], + [ + 149, + 88 + ], + [ + 148, + 87 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 281 + ], + [ + 254, + 281 + ], + [ + 253, + 281 + ], + [ + 252, + 282 + ], + [ + 251, + 282 + ], + [ + 252, + 281 + ], + [ + 251, + 280 + ], + [ + 250, + 279 + ], + [ + 249, + 279 + ], + [ + 248, + 278 + ], + [ + 248, + 277 + ], + [ + 247, + 276 + ], + [ + 246, + 277 + ], + [ + 247, + 277 + ], + [ + 246, + 276 + ], + [ + 245, + 277 + ], + [ + 244, + 278 + ], + [ + 243, + 279 + ], + [ + 242, + 279 + ], + [ + 241, + 280 + ], + [ + 240, + 280 + ], + [ + 239, + 280 + ], + [ + 238, + 279 + ], + [ + 238, + 280 + ], + [ + 238, + 281 + ], + [ + 237, + 282 + ], + [ + 236, + 283 + ], + [ + 236, + 284 + ], + [ + 237, + 285 + ], + [ + 237, + 286 + ], + [ + 238, + 286 + ], + [ + 238, + 287 + ], + [ + 239, + 287 + ], + [ + 238, + 288 + ], + [ + 237, + 287 + ], + [ + 236, + 288 + ], + [ + 235, + 289 + ], + [ + 236, + 289 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 161, + 93 + ], + [ + 160, + 92 + ], + [ + 159, + 91 + ], + [ + 160, + 90 + ], + [ + 160, + 89 + ], + [ + 160, + 88 + ], + [ + 160, + 87 + ], + [ + 160, + 86 + ], + [ + 160, + 85 + ], + [ + 161, + 85 + ], + [ + 160, + 84 + ], + [ + 161, + 84 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 196, + 390 + ], + [ + 197, + 389 + ], + [ + 198, + 388 + ], + [ + 199, + 387 + ], + [ + 200, + 386 + ], + [ + 201, + 385 + ], + [ + 202, + 384 + ], + [ + 202, + 383 + ], + [ + 202, + 382 + ], + [ + 203, + 382 + ], + [ + 202, + 381 + ], + [ + 201, + 381 + ], + [ + 202, + 380 + ], + [ + 203, + 379 + ], + [ + 202, + 378 + ], + [ + 201, + 379 + ], + [ + 200, + 379 + ], + [ + 201, + 380 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 100, + 428 + ], + [ + 99, + 429 + ], + [ + 98, + 430 + ], + [ + 97, + 431 + ], + [ + 97, + 432 + ], + [ + 97, + 433 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 83, + 100 + ], + [ + 83, + 101 + ], + [ + 82, + 102 + ], + [ + 81, + 103 + ], + [ + 80, + 104 + ], + [ + 79, + 105 + ], + [ + 78, + 106 + ], + [ + 79, + 107 + ], + [ + 79, + 108 + ], + [ + 78, + 109 + ], + [ + 78, + 110 + ], + [ + 77, + 111 + ], + [ + 76, + 112 + ], + [ + 75, + 113 + ], + [ + 74, + 114 + ], + [ + 73, + 115 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 94, + 127 + ], + [ + 93, + 128 + ], + [ + 92, + 129 + ], + [ + 91, + 129 + ], + [ + 90, + 130 + ], + [ + 91, + 131 + ], + [ + 91, + 132 + ], + [ + 91, + 133 + ], + [ + 90, + 134 + ], + [ + 91, + 135 + ], + [ + 91, + 136 + ], + [ + 91, + 137 + ], + [ + 91, + 138 + ], + [ + 92, + 138 + ], + [ + 92, + 139 + ], + [ + 92, + 140 + ], + [ + 91, + 139 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 186, + 83 + ], + [ + 185, + 84 + ], + [ + 185, + 85 + ], + [ + 184, + 86 + ], + [ + 183, + 87 + ], + [ + 182, + 88 + ], + [ + 181, + 88 + ], + [ + 180, + 88 + ], + [ + 179, + 88 + ], + [ + 178, + 88 + ], + [ + 177, + 88 + ], + [ + 176, + 87 + ], + [ + 175, + 88 + ], + [ + 175, + 87 + ], + [ + 175, + 86 + ], + [ + 176, + 86 + ], + [ + 177, + 87 + ], + [ + 176, + 88 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 74, + 138 + ], + [ + 75, + 139 + ], + [ + 76, + 140 + ], + [ + 77, + 141 + ], + [ + 78, + 142 + ], + [ + 79, + 143 + ], + [ + 80, + 143 + ], + [ + 79, + 144 + ], + [ + 80, + 144 + ], + [ + 80, + 145 + ], + [ + 81, + 146 + ], + [ + 81, + 145 + ], + [ + 81, + 144 + ], + [ + 82, + 144 + ], + [ + 83, + 145 + ], + [ + 84, + 144 + ], + [ + 84, + 143 + ], + [ + 85, + 142 + ], + [ + 86, + 142 + ], + [ + 86, + 143 + ], + [ + 87, + 142 + ], + [ + 88, + 141 + ], + [ + 89, + 140 + ], + [ + 90, + 139 + ], + [ + 91, + 139 + ], + [ + 92, + 138 + ], + [ + 93, + 139 + ], + [ + 92, + 139 + ], + [ + 91, + 138 + ], + [ + 91, + 137 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 242 + ], + "peak": [ + 49, + 231 + ], + "area_cells": 1023 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481e-m1/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/globe.png new file mode 100644 index 000000000..9bb6af958 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481e-m1/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/heightmap.png new file mode 100644 index 000000000..82a0f2c82 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481e-m1/index.md b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/index.md new file mode 100644 index 000000000..e370ba828 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ481e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2295993483 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 18.9 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481e-m1 + +Frozen moon. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 99% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481e-m1/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/markers.json new file mode 100644 index 000000000..51188daca --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481e-m1/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 329 + ], + "peak": [ + 90, + 323 + ], + "area_cells": 2137 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 18 + ], + "peak": [ + 81, + 19 + ], + "area_cells": 258 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 423 + ], + "peak": [ + 93, + 439 + ], + "area_cells": 2153 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 398 + ], + "peak": [ + 63, + 398 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 232 + ], + "peak": [ + 111, + 279 + ], + "area_cells": 8183 + }, + { + "id": "range_6", + "name": null, + "center": [ + 84, + 90 + ], + "peak": [ + 83, + 90 + ], + "area_cells": 119 + }, + { + "id": "range_8", + "name": null, + "center": [ + 132, + 368 + ], + "peak": [ + 131, + 375 + ], + "area_cells": 158 + }, + { + "id": "range_9", + "name": null, + "center": [ + 161, + 432 + ], + "peak": [ + 159, + 413 + ], + "area_cells": 2185 + }, + { + "id": "range_12", + "name": null, + "center": [ + 149, + 244 + ], + "peak": [ + 151, + 244 + ], + "area_cells": 44 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 164 + ], + "peak": [ + 202, + 243 + ], + "area_cells": 24350 + }, + { + "id": "range_15", + "name": null, + "center": [ + 190, + 404 + ], + "peak": [ + 190, + 403 + ], + "area_cells": 62 + }, + { + "id": "range_16", + "name": null, + "center": [ + 218, + 378 + ], + "peak": [ + 219, + 378 + ], + "area_cells": 21 + }, + { + "id": "range_20", + "name": null, + "center": [ + 253, + 508 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481e/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481e/globe.png new file mode 100644 index 000000000..a11621e63 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481e/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481e/index.md b/wiki/star-systems/GJ-481/bodies/GJ481e/index.md new file mode 100644 index 000000000..f6272506d --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ481e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2748165851 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.782 + period_days: 1900.0 + axial_tilt_deg: 19.3 +physical: + gravity_g: null + oblateness: 0.058 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.111 +--- + +# GJ481e + +Gas giant. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481f/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481f/globe.png new file mode 100644 index 000000000..e1a58f097 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481f/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481f/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481f/heightmap.png new file mode 100644 index 000000000..980823e22 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481f/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481f/index.md b/wiki/star-systems/GJ-481/bodies/GJ481f/index.md new file mode 100644 index 000000000..b5c6cf870 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ481f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3767315397 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.159 + period_days: 4800.0 + axial_tilt_deg: 32.2 +physical: + gravity_g: 0.44 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.857 + polar_ice_lat: 0.115 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.334 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481f + +Frozen planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481f/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481f/markers.json new file mode 100644 index 000000000..d63da3239 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481f/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 61 + ], + "area_fraction": 0.0493 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 34, + 477 + ], + "area_fraction": 0.0327 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 48, + 373 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 116, + 322 + ], + "area_fraction": 0.01 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 182, + 79 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 209 + ], + "peak": [ + 58, + 213 + ], + "area_cells": 406 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 438 + ], + "peak": [ + 114, + 428 + ], + "area_cells": 453 + }, + { + "id": "range_5", + "name": null, + "center": [ + 181, + 229 + ], + "peak": [ + 181, + 204 + ], + "area_cells": 6521 + }, + { + "id": "range_8", + "name": null, + "center": [ + 161, + 243 + ], + "peak": [ + 161, + 242 + ], + "area_cells": 95 + }, + { + "id": "range_9", + "name": null, + "center": [ + 200, + 450 + ], + "peak": [ + 194, + 456 + ], + "area_cells": 6030 + }, + { + "id": "range_12", + "name": null, + "center": [ + 185, + 8 + ], + "peak": [ + 186, + 14 + ], + "area_cells": 358 + }, + { + "id": "range_15", + "name": null, + "center": [ + 227, + 387 + ], + "peak": [ + 228, + 395 + ], + "area_cells": 292 + }, + { + "id": "range_16", + "name": null, + "center": [ + 239, + 225 + ], + "peak": [ + 241, + 226 + ], + "area_cells": 502 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481g/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481g/globe.png new file mode 100644 index 000000000..4f476d19f Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481g/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481g/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481g/heightmap.png new file mode 100644 index 000000000..d80d13efc Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481g/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481g/index.md b/wiki/star-systems/GJ-481/bodies/GJ481g/index.md new file mode 100644 index 000000000..daf61fad4 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ481g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1037595825 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.968 + period_days: 11000.0 + axial_tilt_deg: 54.1 +physical: + gravity_g: 0.34 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.285 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481g + +Frozen planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481g/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481g/markers.json new file mode 100644 index 000000000..71a1b0384 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481g/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 170, + 466 + ], + "area_fraction": 0.0708 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 201, + 301 + ], + "area_fraction": 0.128 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 229, + 31 + ], + "area_fraction": 0.0261 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 40 + ], + "peak": [ + 31, + 19 + ], + "area_cells": 3440 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 331 + ], + "peak": [ + 16, + 368 + ], + "area_cells": 14164 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 124 + ], + "peak": [ + 25, + 126 + ], + "area_cells": 149 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 97 + ], + "peak": [ + 28, + 98 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 303 + ], + "peak": [ + 68, + 293 + ], + "area_cells": 470 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 239 + ], + "peak": [ + 80, + 240 + ], + "area_cells": 133 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481h/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481h/globe.png new file mode 100644 index 000000000..e3b80c7fd Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481h/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481h/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481h/heightmap.png new file mode 100644 index 000000000..355f89af9 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481h/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481h/index.md b/wiki/star-systems/GJ-481/bodies/GJ481h/index.md new file mode 100644 index 000000000..e5e2d7340 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ481h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 789987918 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.12 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.29 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.282 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481h + +Frozen planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481h/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481h/markers.json new file mode 100644 index 000000000..b15c2e371 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481h/markers.json @@ -0,0 +1,202 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 10, + 431 + ], + "area_fraction": 0.0226 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 41, + 113 + ], + "area_fraction": 0.0176 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 49, + 390 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 118, + 89 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 217, + 66 + ], + "area_fraction": 0.079 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 219, + 436 + ], + "area_fraction": 0.0485 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 220, + 251 + ], + "area_fraction": 0.0278 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 250 + ], + "peak": [ + 50, + 262 + ], + "area_cells": 3005 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 288 + ], + "peak": [ + 49, + 289 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 32 + ], + "peak": [ + 101, + 4 + ], + "area_cells": 4244 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 460 + ], + "peak": [ + 98, + 511 + ], + "area_cells": 7411 + }, + { + "id": "range_7", + "name": null, + "center": [ + 86, + 351 + ], + "peak": [ + 90, + 355 + ], + "area_cells": 54 + }, + { + "id": "range_8", + "name": null, + "center": [ + 94, + 415 + ], + "peak": [ + 94, + 416 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 107, + 158 + ], + "peak": [ + 108, + 159 + ], + "area_cells": 42 + }, + { + "id": "range_10", + "name": null, + "center": [ + 110, + 136 + ], + "peak": [ + 110, + 138 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 172 + ], + "peak": [ + 160, + 152 + ], + "area_cells": 4388 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-481/bodies/GJ481i/globe.png b/wiki/star-systems/GJ-481/bodies/GJ481i/globe.png new file mode 100644 index 000000000..24452238e Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481i/globe.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481i/heightmap.png b/wiki/star-systems/GJ-481/bodies/GJ481i/heightmap.png new file mode 100644 index 000000000..a0b41fd60 Binary files /dev/null and b/wiki/star-systems/GJ-481/bodies/GJ481i/heightmap.png differ diff --git a/wiki/star-systems/GJ-481/bodies/GJ481i/index.md b/wiki/star-systems/GJ-481/bodies/GJ481i/index.md new file mode 100644 index 000000000..b3841b680 --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ481i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1395220823 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.904 + period_days: 54000.0 + axial_tilt_deg: 54.9 +physical: + gravity_g: 0.08 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.296 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ481i + +Frozen planet. + +**System:** [GJ-481](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 54000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-481/bodies/GJ481i/markers.json b/wiki/star-systems/GJ-481/bodies/GJ481i/markers.json new file mode 100644 index 000000000..57de1348a --- /dev/null +++ b/wiki/star-systems/GJ-481/bodies/GJ481i/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 134 + ], + "area_fraction": 0.0586 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 324 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 427 + ], + "area_fraction": 0.006 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 243, + 362 + ], + "area_fraction": 0.0225 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 242 + ], + "peak": [ + 118, + 303 + ], + "area_cells": 25783 + }, + { + "id": "range_2", + "name": null, + "center": [ + 84, + 32 + ], + "peak": [ + 83, + 32 + ], + "area_cells": 98 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 76 + ], + "peak": [ + 90, + 77 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 98, + 49 + ], + "peak": [ + 99, + 54 + ], + "area_cells": 76 + }, + { + "id": "range_12", + "name": null, + "center": [ + 171, + 79 + ], + "peak": [ + 172, + 80 + ], + "area_cells": 65 + }, + { + "id": "range_13", + "name": null, + "center": [ + 193, + 474 + ], + "peak": [ + 192, + 474 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ482Ab/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/globe.png new file mode 100644 index 000000000..fffa133a8 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ab/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/heightmap.png new file mode 100644 index 000000000..e95e7da0b Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ab/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/index.md new file mode 100644 index 000000000..1f1f7edff --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ482Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3289141641 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.317 + period_days: 58.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.56 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.866 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Ab + +Barren planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.56g | +| **Land** | 90% | +| **Year** | 58 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ab/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/markers.json new file mode 100644 index 000000000..64c754590 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ab/markers.json @@ -0,0 +1,387 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 40, + 78 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 43, + 25 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 62, + 476 + ], + "area_fraction": 0.011 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 76, + 98 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 81, + 400 + ], + "area_fraction": 0.009 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 89, + 138 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 63, + 295 + ], + "peak": [ + 63, + 295 + ], + "area_cells": 40 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 316 + ], + "peak": [ + 81, + 318 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 291 + ], + "peak": [ + 94, + 292 + ], + "area_cells": 94 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 207 + ], + "peak": [ + 100, + 207 + ], + "area_cells": 183 + }, + { + "id": "range_6", + "name": null, + "center": [ + 110, + 400 + ], + "peak": [ + 113, + 398 + ], + "area_cells": 414 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 128 + ], + "peak": [ + 121, + 132 + ], + "area_cells": 74 + }, + { + "id": "range_9", + "name": null, + "center": [ + 124, + 47 + ], + "peak": [ + 124, + 48 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 350 + ], + "peak": [ + 127, + 350 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 150, + 373 + ], + "peak": [ + 172, + 350 + ], + "area_cells": 1391 + }, + { + "id": "range_12", + "name": null, + "center": [ + 174, + 106 + ], + "peak": [ + 205, + 99 + ], + "area_cells": 1629 + }, + { + "id": "range_13", + "name": null, + "center": [ + 141, + 63 + ], + "peak": [ + 146, + 67 + ], + "area_cells": 275 + }, + { + "id": "range_15", + "name": null, + "center": [ + 149, + 249 + ], + "peak": [ + 152, + 244 + ], + "area_cells": 265 + }, + { + "id": "range_16", + "name": null, + "center": [ + 155, + 219 + ], + "peak": [ + 159, + 217 + ], + "area_cells": 122 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 413 + ], + "peak": [ + 166, + 412 + ], + "area_cells": 54 + }, + { + "id": "range_18", + "name": null, + "center": [ + 154, + 289 + ], + "peak": [ + 154, + 290 + ], + "area_cells": 44 + }, + { + "id": "range_19", + "name": null, + "center": [ + 180, + 168 + ], + "peak": [ + 186, + 152 + ], + "area_cells": 1401 + }, + { + "id": "range_20", + "name": null, + "center": [ + 161, + 195 + ], + "peak": [ + 162, + 197 + ], + "area_cells": 201 + }, + { + "id": "range_21", + "name": null, + "center": [ + 171, + 456 + ], + "peak": [ + 169, + 454 + ], + "area_cells": 274 + }, + { + "id": "range_22", + "name": null, + "center": [ + 170, + 300 + ], + "peak": [ + 166, + 302 + ], + "area_cells": 101 + }, + { + "id": "range_23", + "name": null, + "center": [ + 183, + 64 + ], + "peak": [ + 190, + 68 + ], + "area_cells": 930 + }, + { + "id": "range_26", + "name": null, + "center": [ + 184, + 433 + ], + "peak": [ + 187, + 434 + ], + "area_cells": 245 + }, + { + "id": "range_28", + "name": null, + "center": [ + 180, + 284 + ], + "peak": [ + 181, + 284 + ], + "area_cells": 74 + }, + { + "id": "range_29", + "name": null, + "center": [ + 181, + 9 + ], + "peak": [ + 180, + 11 + ], + "area_cells": 22 + }, + { + "id": "range_33", + "name": null, + "center": [ + 195, + 351 + ], + "peak": [ + 199, + 351 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ac/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/globe.png new file mode 100644 index 000000000..fa2a4a74a Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ac/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/heightmap.png new file mode 100644 index 000000000..e10443104 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ac/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/index.md new file mode 100644 index 000000000..1104dbba4 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ482Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1403856566 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.77 + period_days: 220.0 + axial_tilt_deg: 5.2 +physical: + gravity_g: 0.78 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.962 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Ac + +Hot Arid planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ac/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/markers.json new file mode 100644 index 000000000..520a054c0 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ac/markers.json @@ -0,0 +1,800 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 49, + 278 + ], + [ + 48, + 277 + ], + [ + 47, + 277 + ], + [ + 46, + 277 + ], + [ + 45, + 277 + ], + [ + 44, + 277 + ], + [ + 43, + 278 + ], + [ + 42, + 279 + ], + [ + 41, + 280 + ], + [ + 40, + 281 + ], + [ + 39, + 282 + ], + [ + 39, + 283 + ], + [ + 40, + 283 + ], + [ + 41, + 284 + ], + [ + 42, + 285 + ], + [ + 41, + 285 + ], + [ + 41, + 286 + ], + [ + 42, + 286 + ], + [ + 42, + 287 + ], + [ + 43, + 288 + ], + [ + 43, + 289 + ], + [ + 42, + 290 + ], + [ + 43, + 290 + ], + [ + 44, + 291 + ], + [ + 44, + 290 + ], + [ + 45, + 289 + ], + [ + 44, + 289 + ], + [ + 45, + 290 + ], + [ + 45, + 291 + ], + [ + 45, + 292 + ], + [ + 44, + 292 + ], + [ + 44, + 293 + ], + [ + 43, + 292 + ], + [ + 42, + 291 + ], + [ + 43, + 291 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 39, + 325 + ], + [ + 40, + 324 + ], + [ + 41, + 323 + ], + [ + 41, + 322 + ], + [ + 41, + 321 + ], + [ + 40, + 321 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 80, + 340 + ], + [ + 81, + 339 + ], + [ + 82, + 340 + ], + [ + 83, + 339 + ], + [ + 84, + 339 + ], + [ + 85, + 338 + ], + [ + 86, + 337 + ], + [ + 87, + 337 + ], + [ + 88, + 336 + ], + [ + 88, + 335 + ], + [ + 89, + 334 + ], + [ + 89, + 333 + ], + [ + 90, + 332 + ], + [ + 90, + 331 + ], + [ + 90, + 330 + ], + [ + 91, + 330 + ], + [ + 92, + 329 + ], + [ + 91, + 329 + ], + [ + 92, + 328 + ], + [ + 93, + 327 + ], + [ + 94, + 326 + ], + [ + 94, + 325 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 249, + 258 + ], + [ + 248, + 257 + ], + [ + 247, + 257 + ], + [ + 246, + 257 + ], + [ + 245, + 257 + ], + [ + 244, + 257 + ], + [ + 243, + 258 + ], + [ + 242, + 259 + ], + [ + 241, + 260 + ], + [ + 240, + 260 + ], + [ + 239, + 261 + ], + [ + 238, + 262 + ], + [ + 238, + 263 + ], + [ + 238, + 264 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 75, + 167 + ], + [ + 75, + 166 + ], + [ + 74, + 165 + ], + [ + 73, + 164 + ], + [ + 72, + 163 + ], + [ + 71, + 162 + ], + [ + 71, + 161 + ], + [ + 70, + 160 + ], + [ + 69, + 159 + ], + [ + 68, + 158 + ], + [ + 67, + 157 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 245, + 336 + ], + [ + 244, + 336 + ], + [ + 243, + 336 + ], + [ + 242, + 337 + ], + [ + 241, + 338 + ], + [ + 240, + 339 + ], + [ + 240, + 340 + ], + [ + 239, + 341 + ], + [ + 238, + 342 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 41, + 331 + ], + [ + 40, + 330 + ], + [ + 39, + 329 + ], + [ + 38, + 328 + ], + [ + 37, + 328 + ], + [ + 36, + 328 + ], + [ + 35, + 329 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 137, + 326 + ], + [ + 136, + 325 + ], + [ + 135, + 324 + ], + [ + 135, + 325 + ], + [ + 134, + 326 + ], + [ + 133, + 327 + ], + [ + 132, + 327 + ], + [ + 131, + 327 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 16, + 465 + ], + [ + 15, + 464 + ], + [ + 15, + 463 + ], + [ + 14, + 462 + ], + [ + 13, + 462 + ], + [ + 12, + 462 + ], + [ + 11, + 461 + ], + [ + 10, + 460 + ], + [ + 9, + 461 + ], + [ + 8, + 460 + ], + [ + 7, + 461 + ], + [ + 6, + 461 + ], + [ + 5, + 460 + ], + [ + 4, + 459 + ], + [ + 4, + 458 + ], + [ + 3, + 457 + ], + [ + 3, + 456 + ], + [ + 2, + 455 + ], + [ + 1, + 454 + ], + [ + 0, + 454 + ], + [ + 1, + 453 + ], + [ + 1, + 452 + ], + [ + 2, + 451 + ], + [ + 1, + 450 + ], + [ + 0, + 450 + ], + [ + 1, + 449 + ], + [ + 0, + 448 + ], + [ + 0, + 449 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 27, + 337 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 206, + 383 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 240, + 208 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 239, + 489 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 126, + 88 + ], + "peak": [ + 112, + 103 + ], + "area_cells": 8472 + }, + { + "id": "range_2", + "name": null, + "center": [ + 122, + 438 + ], + "peak": [ + 114, + 476 + ], + "area_cells": 5323 + }, + { + "id": "range_3", + "name": null, + "center": [ + 104, + 207 + ], + "peak": [ + 104, + 207 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 198 + ], + "peak": [ + 134, + 198 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 149, + 499 + ], + "peak": [ + 148, + 493 + ], + "area_cells": 127 + }, + { + "id": "range_7", + "name": null, + "center": [ + 156, + 237 + ], + "peak": [ + 157, + 240 + ], + "area_cells": 217 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 98 + ], + "peak": [ + 182, + 99 + ], + "area_cells": 65 + }, + { + "id": "range_9", + "name": null, + "center": [ + 181, + 61 + ], + "peak": [ + 181, + 61 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 183, + 80 + ], + "peak": [ + 184, + 80 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 212, + 100 + ], + "peak": [ + 212, + 98 + ], + "area_cells": 307 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ad/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/globe.png new file mode 100644 index 000000000..3df479d50 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ad/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/heightmap.png new file mode 100644 index 000000000..64b031217 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ad/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/index.md new file mode 100644 index 000000000..57f48346e --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ482Ad +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2167466590 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.295 + period_days: 480.0 + axial_tilt_deg: 10.9 +physical: + gravity_g: 0.84 + oblateness: 0.0018 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.963 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.063 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Ad + +Hot Arid planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Land** | 93% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ad/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/markers.json new file mode 100644 index 000000000..4aa566d04 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ad/markers.json @@ -0,0 +1,1194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 279 + ], + [ + 138, + 278 + ], + [ + 139, + 278 + ], + [ + 140, + 278 + ], + [ + 141, + 279 + ], + [ + 142, + 280 + ], + [ + 143, + 280 + ], + [ + 144, + 279 + ], + [ + 144, + 278 + ], + [ + 145, + 278 + ], + [ + 146, + 278 + ], + [ + 147, + 277 + ], + [ + 148, + 277 + ], + [ + 149, + 276 + ], + [ + 150, + 275 + ], + [ + 151, + 275 + ], + [ + 152, + 274 + ], + [ + 153, + 273 + ], + [ + 154, + 272 + ], + [ + 155, + 271 + ], + [ + 156, + 271 + ], + [ + 157, + 271 + ], + [ + 158, + 271 + ], + [ + 159, + 270 + ], + [ + 160, + 271 + ], + [ + 161, + 271 + ], + [ + 162, + 271 + ], + [ + 163, + 271 + ], + [ + 164, + 270 + ], + [ + 165, + 271 + ], + [ + 166, + 272 + ], + [ + 167, + 272 + ], + [ + 168, + 273 + ], + [ + 169, + 274 + ], + [ + 170, + 275 + ], + [ + 171, + 276 + ], + [ + 172, + 277 + ], + [ + 173, + 278 + ], + [ + 174, + 279 + ], + [ + 175, + 280 + ], + [ + 176, + 281 + ], + [ + 177, + 281 + ], + [ + 178, + 282 + ], + [ + 178, + 283 + ], + [ + 179, + 282 + ], + [ + 180, + 281 + ], + [ + 181, + 282 + ], + [ + 182, + 283 + ], + [ + 182, + 282 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 104, + 458 + ], + [ + 105, + 457 + ], + [ + 106, + 456 + ], + [ + 107, + 456 + ], + [ + 107, + 455 + ], + [ + 108, + 455 + ], + [ + 108, + 454 + ], + [ + 109, + 455 + ], + [ + 109, + 454 + ], + [ + 108, + 453 + ], + [ + 109, + 453 + ], + [ + 110, + 453 + ], + [ + 109, + 452 + ], + [ + 109, + 451 + ], + [ + 109, + 450 + ], + [ + 108, + 450 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 127, + 428 + ], + [ + 126, + 429 + ], + [ + 125, + 430 + ], + [ + 124, + 429 + ], + [ + 123, + 428 + ], + [ + 122, + 429 + ], + [ + 122, + 430 + ], + [ + 121, + 431 + ], + [ + 120, + 432 + ], + [ + 119, + 431 + ], + [ + 118, + 430 + ], + [ + 117, + 430 + ], + [ + 116, + 431 + ], + [ + 115, + 432 + ], + [ + 114, + 432 + ], + [ + 113, + 431 + ], + [ + 112, + 430 + ], + [ + 111, + 431 + ], + [ + 110, + 430 + ], + [ + 109, + 429 + ], + [ + 108, + 429 + ], + [ + 108, + 428 + ], + [ + 107, + 428 + ], + [ + 106, + 429 + ], + [ + 105, + 430 + ], + [ + 104, + 431 + ], + [ + 103, + 430 + ], + [ + 102, + 431 + ], + [ + 103, + 431 + ], + [ + 104, + 432 + ], + [ + 105, + 433 + ], + [ + 104, + 434 + ], + [ + 103, + 435 + ], + [ + 103, + 434 + ], + [ + 102, + 434 + ], + [ + 103, + 433 + ], + [ + 104, + 433 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 143, + 434 + ], + [ + 144, + 433 + ], + [ + 145, + 432 + ], + [ + 146, + 432 + ], + [ + 147, + 433 + ], + [ + 148, + 432 + ], + [ + 149, + 432 + ], + [ + 150, + 432 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 2, + 176 + ], + [ + 3, + 177 + ], + [ + 4, + 178 + ], + [ + 3, + 179 + ], + [ + 2, + 180 + ], + [ + 1, + 181 + ], + [ + 1, + 182 + ], + [ + 0, + 183 + ], + [ + 0, + 184 + ], + [ + 1, + 185 + ], + [ + 0, + 186 + ], + [ + 1, + 187 + ], + [ + 2, + 187 + ], + [ + 2, + 188 + ], + [ + 2, + 189 + ], + [ + 3, + 190 + ], + [ + 4, + 191 + ], + [ + 4, + 192 + ], + [ + 4, + 193 + ], + [ + 5, + 193 + ], + [ + 4, + 194 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 216, + 294 + ], + [ + 215, + 293 + ], + [ + 214, + 292 + ], + [ + 213, + 291 + ], + [ + 212, + 290 + ], + [ + 211, + 289 + ], + [ + 210, + 288 + ], + [ + 209, + 288 + ], + [ + 208, + 287 + ], + [ + 207, + 287 + ], + [ + 206, + 288 + ], + [ + 205, + 288 + ], + [ + 204, + 289 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 58, + 215 + ], + [ + 59, + 215 + ], + [ + 60, + 214 + ], + [ + 61, + 215 + ], + [ + 62, + 215 + ], + [ + 63, + 215 + ], + [ + 64, + 215 + ], + [ + 64, + 216 + ], + [ + 63, + 217 + ], + [ + 63, + 218 + ], + [ + 63, + 219 + ], + [ + 63, + 220 + ], + [ + 63, + 221 + ], + [ + 64, + 222 + ], + [ + 63, + 222 + ], + [ + 64, + 223 + ], + [ + 63, + 224 + ], + [ + 64, + 225 + ], + [ + 63, + 225 + ], + [ + 63, + 226 + ], + [ + 64, + 226 + ], + [ + 64, + 227 + ], + [ + 63, + 228 + ], + [ + 63, + 227 + ], + [ + 62, + 228 + ], + [ + 62, + 229 + ], + [ + 61, + 230 + ], + [ + 60, + 229 + ], + [ + 59, + 230 + ], + [ + 58, + 231 + ], + [ + 57, + 232 + ], + [ + 56, + 231 + ], + [ + 55, + 232 + ], + [ + 54, + 233 + ], + [ + 54, + 234 + ], + [ + 53, + 235 + ], + [ + 52, + 234 + ], + [ + 51, + 233 + ], + [ + 50, + 232 + ], + [ + 49, + 231 + ], + [ + 48, + 232 + ], + [ + 47, + 231 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 242, + 379 + ], + [ + 243, + 378 + ], + [ + 244, + 377 + ], + [ + 245, + 376 + ], + [ + 246, + 375 + ], + [ + 247, + 374 + ], + [ + 248, + 373 + ], + [ + 249, + 373 + ], + [ + 250, + 372 + ], + [ + 251, + 371 + ], + [ + 252, + 370 + ], + [ + 253, + 369 + ], + [ + 254, + 370 + ], + [ + 255, + 371 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 98, + 490 + ], + [ + 97, + 490 + ], + [ + 96, + 490 + ], + [ + 95, + 489 + ], + [ + 94, + 488 + ], + [ + 93, + 488 + ], + [ + 92, + 488 + ], + [ + 91, + 488 + ], + [ + 90, + 487 + ], + [ + 89, + 487 + ], + [ + 89, + 486 + ], + [ + 88, + 487 + ], + [ + 87, + 486 + ], + [ + 87, + 485 + ], + [ + 88, + 484 + ], + [ + 87, + 483 + ], + [ + 86, + 482 + ], + [ + 87, + 481 + ], + [ + 87, + 480 + ], + [ + 88, + 479 + ], + [ + 87, + 479 + ], + [ + 88, + 478 + ], + [ + 89, + 477 + ], + [ + 88, + 477 + ], + [ + 87, + 477 + ], + [ + 88, + 476 + ], + [ + 89, + 475 + ], + [ + 88, + 475 + ], + [ + 89, + 476 + ], + [ + 90, + 475 + ], + [ + 90, + 476 + ], + [ + 90, + 477 + ], + [ + 89, + 478 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 0, + 208 + ], + [ + 0, + 209 + ], + [ + 1, + 208 + ], + [ + 2, + 207 + ], + [ + 3, + 207 + ], + [ + 4, + 206 + ], + [ + 5, + 205 + ], + [ + 6, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 254 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 43, + 490 + ], + "area_fraction": 0.011 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 53, + 11 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 193, + 454 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 196, + 326 + ], + "area_fraction": 0.0118 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 97 + ], + "peak": [ + 81, + 103 + ], + "area_cells": 6719 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 328 + ], + "peak": [ + 69, + 324 + ], + "area_cells": 427 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 370 + ], + "peak": [ + 99, + 369 + ], + "area_cells": 149 + }, + { + "id": "range_4", + "name": null, + "center": [ + 141, + 316 + ], + "peak": [ + 137, + 321 + ], + "area_cells": 610 + }, + { + "id": "range_7", + "name": null, + "center": [ + 213, + 222 + ], + "peak": [ + 215, + 222 + ], + "area_cells": 25 + }, + { + "id": "range_8", + "name": null, + "center": [ + 243, + 126 + ], + "peak": [ + 250, + 182 + ], + "area_cells": 2685 + }, + { + "id": "range_9", + "name": null, + "center": [ + 246, + 6 + ], + "peak": [ + 245, + 2 + ], + "area_cells": 116 + }, + { + "id": "range_10", + "name": null, + "center": [ + 243, + 457 + ], + "peak": [ + 243, + 456 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ae/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/globe.png new file mode 100644 index 000000000..a12aaad3d Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ae/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/heightmap.png new file mode 100644 index 000000000..84ec5a64c Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ae/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/index.md new file mode 100644 index 000000000..b32e8b56b --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/index.md @@ -0,0 +1,74 @@ +--- +id: GJ482Ae +name: Dagat +body_type: planet +planet_class: oceanic +body_scale: planet +seed: 267919306 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.851 + period_days: 820.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.91 + oblateness: 0.0018 + atmosphere: standard + atmosphere_color: + - 0.4 + - 0.6 + - 1.0 +terrain: + land_fraction: 0.43 + polar_ice_lat: 0.812 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.688 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Dagat + +Oceanic planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | oceanic | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 43% | +| **Year** | 820 days | +| **Inhabited** | yes | +| **Population** | 210K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | marine_export | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ae/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/markers.json new file mode 100644 index 000000000..4d53e214a --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ae/markers.json @@ -0,0 +1,540 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 195, + 105 + ], + [ + 194, + 105 + ], + [ + 193, + 104 + ], + [ + 192, + 105 + ], + [ + 191, + 104 + ], + [ + 190, + 105 + ], + [ + 191, + 106 + ], + [ + 191, + 107 + ], + [ + 191, + 108 + ], + [ + 191, + 109 + ], + [ + 191, + 110 + ], + [ + 192, + 111 + ], + [ + 191, + 112 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 89, + 483 + ], + [ + 90, + 484 + ], + [ + 91, + 485 + ], + [ + 92, + 486 + ], + [ + 93, + 487 + ], + [ + 94, + 488 + ], + [ + 95, + 489 + ], + [ + 96, + 490 + ], + [ + 97, + 491 + ], + [ + 98, + 492 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 351 + ], + [ + 138, + 352 + ], + [ + 137, + 352 + ], + [ + 136, + 352 + ], + [ + 135, + 351 + ], + [ + 134, + 351 + ], + [ + 133, + 351 + ], + [ + 132, + 350 + ], + [ + 131, + 350 + ], + [ + 130, + 351 + ], + [ + 129, + 352 + ], + [ + 128, + 353 + ], + [ + 127, + 354 + ], + [ + 126, + 354 + ], + [ + 125, + 355 + ], + [ + 124, + 356 + ], + [ + 123, + 357 + ], + [ + 122, + 357 + ], + [ + 121, + 358 + ], + [ + 120, + 358 + ], + [ + 120, + 357 + ], + [ + 121, + 357 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 156, + 397 + ], + [ + 157, + 398 + ], + [ + 158, + 399 + ], + [ + 159, + 400 + ], + [ + 160, + 401 + ], + [ + 161, + 402 + ], + [ + 162, + 403 + ], + [ + 163, + 404 + ], + [ + 163, + 405 + ], + [ + 162, + 406 + ], + [ + 163, + 407 + ], + [ + 162, + 408 + ], + [ + 161, + 409 + ], + [ + 162, + 410 + ], + [ + 161, + 410 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 181, + 487 + ], + [ + 180, + 486 + ], + [ + 179, + 485 + ], + [ + 178, + 484 + ], + [ + 178, + 483 + ], + [ + 177, + 482 + ], + [ + 178, + 481 + ], + [ + 178, + 480 + ], + [ + 178, + 479 + ], + [ + 178, + 478 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 120, + 26 + ], + [ + 121, + 25 + ], + [ + 122, + 26 + ], + [ + 123, + 27 + ], + [ + 124, + 28 + ], + [ + 125, + 29 + ], + [ + 126, + 30 + ], + [ + 127, + 31 + ], + [ + 128, + 32 + ], + [ + 129, + 33 + ], + [ + 130, + 34 + ], + [ + 131, + 35 + ], + [ + 132, + 36 + ], + [ + 133, + 37 + ], + [ + 134, + 38 + ], + [ + 135, + 39 + ], + [ + 136, + 40 + ], + [ + 137, + 40 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 91, + 501 + ], + [ + 92, + 502 + ], + [ + 93, + 501 + ], + [ + 94, + 500 + ], + [ + 95, + 499 + ], + [ + 96, + 498 + ], + [ + 97, + 497 + ], + [ + 98, + 496 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 37, + 242 + ], + "area_fraction": 0.2883 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 218, + 268 + ], + "area_fraction": 0.2782 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 403 + ], + "peak": [ + 72, + 386 + ], + "area_cells": 1047 + }, + { + "id": "range_2", + "name": null, + "center": [ + 118, + 346 + ], + "peak": [ + 109, + 289 + ], + "area_cells": 5687 + }, + { + "id": "range_3", + "name": null, + "center": [ + 105, + 153 + ], + "peak": [ + 107, + 151 + ], + "area_cells": 1203 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 152 + ], + "peak": [ + 173, + 217 + ], + "area_cells": 3596 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 186 + ], + "peak": [ + 126, + 192 + ], + "area_cells": 117 + }, + { + "id": "range_8", + "name": null, + "center": [ + 165, + 116 + ], + "peak": [ + 162, + 126 + ], + "area_cells": 206 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/globe.png new file mode 100644 index 000000000..8a3b47a0c Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/heightmap.png new file mode 100644 index 000000000..e5594f55c Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/index.md new file mode 100644 index 000000000..1a034540c --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ482Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 621297133 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 0.14 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.27 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Af-m1 + +Frozen moon. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 91% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/markers.json new file mode 100644 index 000000000..52fe05085 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m1/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 79, + 203 + ], + "area_fraction": 0.0587 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 54, + 398 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 305 + ], + "peak": [ + 55, + 302 + ], + "area_cells": 662 + }, + { + "id": "range_2", + "name": null, + "center": [ + 135, + 341 + ], + "peak": [ + 148, + 343 + ], + "area_cells": 1788 + }, + { + "id": "range_3", + "name": null, + "center": [ + 193, + 73 + ], + "peak": [ + 156, + 120 + ], + "area_cells": 6828 + }, + { + "id": "range_4", + "name": null, + "center": [ + 168, + 384 + ], + "peak": [ + 166, + 391 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/globe.png new file mode 100644 index 000000000..a60c3afe8 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/heightmap.png new file mode 100644 index 000000000..305818aba Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/index.md new file mode 100644 index 000000000..bcaa6c3de --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ482Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2942607384 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.134 + period_days: 16.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: 0.09 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.923 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Af-m2 + +Barren moon. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 92% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/markers.json new file mode 100644 index 000000000..74b0269ce --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Af-m2/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 179, + 184 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_76", + "name": null, + "kind": "lake", + "center": [ + 235, + 63 + ], + "area_fraction": 0.0116 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 116 + ], + "peak": [ + 3, + 117 + ], + "area_cells": 34 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 129 + ], + "peak": [ + 5, + 128 + ], + "area_cells": 128 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 48 + ], + "peak": [ + 10, + 50 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 26, + 404 + ], + "peak": [ + 25, + 405 + ], + "area_cells": 90 + }, + { + "id": "range_13", + "name": null, + "center": [ + 38, + 425 + ], + "peak": [ + 35, + 425 + ], + "area_cells": 63 + }, + { + "id": "range_14", + "name": null, + "center": [ + 34, + 16 + ], + "peak": [ + 34, + 18 + ], + "area_cells": 39 + }, + { + "id": "range_16", + "name": null, + "center": [ + 102, + 400 + ], + "peak": [ + 80, + 407 + ], + "area_cells": 2864 + }, + { + "id": "range_17", + "name": null, + "center": [ + 66, + 19 + ], + "peak": [ + 66, + 16 + ], + "area_cells": 169 + }, + { + "id": "range_19", + "name": null, + "center": [ + 83, + 52 + ], + "peak": [ + 82, + 52 + ], + "area_cells": 75 + }, + { + "id": "range_20", + "name": null, + "center": [ + 97, + 227 + ], + "peak": [ + 87, + 218 + ], + "area_cells": 490 + }, + { + "id": "range_21", + "name": null, + "center": [ + 89, + 279 + ], + "peak": [ + 88, + 280 + ], + "area_cells": 48 + }, + { + "id": "range_22", + "name": null, + "center": [ + 106, + 195 + ], + "peak": [ + 104, + 195 + ], + "area_cells": 122 + }, + { + "id": "range_23", + "name": null, + "center": [ + 106, + 437 + ], + "peak": [ + 106, + 438 + ], + "area_cells": 237 + }, + { + "id": "range_26", + "name": null, + "center": [ + 120, + 16 + ], + "peak": [ + 116, + 20 + ], + "area_cells": 453 + }, + { + "id": "range_28", + "name": null, + "center": [ + 123, + 299 + ], + "peak": [ + 116, + 310 + ], + "area_cells": 346 + }, + { + "id": "range_31", + "name": null, + "center": [ + 123, + 487 + ], + "peak": [ + 124, + 488 + ], + "area_cells": 54 + }, + { + "id": "range_33", + "name": null, + "center": [ + 133, + 364 + ], + "peak": [ + 130, + 364 + ], + "area_cells": 24 + }, + { + "id": "range_34", + "name": null, + "center": [ + 141, + 237 + ], + "peak": [ + 141, + 238 + ], + "area_cells": 93 + }, + { + "id": "range_35", + "name": null, + "center": [ + 148, + 322 + ], + "peak": [ + 147, + 323 + ], + "area_cells": 94 + }, + { + "id": "range_36", + "name": null, + "center": [ + 154, + 358 + ], + "peak": [ + 163, + 367 + ], + "area_cells": 426 + }, + { + "id": "range_38", + "name": null, + "center": [ + 153, + 272 + ], + "peak": [ + 152, + 272 + ], + "area_cells": 43 + }, + { + "id": "range_39", + "name": null, + "center": [ + 155, + 252 + ], + "peak": [ + 154, + 253 + ], + "area_cells": 65 + }, + { + "id": "range_42", + "name": null, + "center": [ + 189, + 354 + ], + "peak": [ + 195, + 352 + ], + "area_cells": 148 + }, + { + "id": "range_43", + "name": null, + "center": [ + 186, + 326 + ], + "peak": [ + 188, + 326 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Af/globe.png new file mode 100644 index 000000000..0dd724bca Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Af/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Af/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Af/index.md new file mode 100644 index 000000000..0e049bb18 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ482Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2202145173 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.499 + period_days: 4200.0 + axial_tilt_deg: 23.6 +physical: + gravity_g: null + oblateness: 0.0826 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.064 +--- + +# GJ482Af + +Gas giant. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ag/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/globe.png new file mode 100644 index 000000000..c2392b24f Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ag/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/heightmap.png new file mode 100644 index 000000000..a5de62e1c Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ag/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/index.md new file mode 100644 index 000000000..62251d44a --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 347399726 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 10.448 + period_days: 11000.0 + axial_tilt_deg: 34.3 +physical: + gravity_g: 0.48 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.799 + polar_ice_lat: 0.243 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Ag + +Frozen planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ag/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/markers.json new file mode 100644 index 000000000..1e0e1c525 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ag/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 278 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 93, + 251 + ], + "area_fraction": 0.0159 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 111, + 419 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_31", + "name": null, + "kind": "ocean", + "center": [ + 222, + 115 + ], + "area_fraction": 0.1169 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 230, + 496 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 1 + ], + "peak": [ + 2, + 0 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 21 + ], + "peak": [ + 1, + 8 + ], + "area_cells": 343 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 503 + ], + "peak": [ + 6, + 511 + ], + "area_cells": 429 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 138 + ], + "peak": [ + 91, + 127 + ], + "area_cells": 5341 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 508 + ], + "peak": [ + 59, + 510 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 6 + ], + "peak": [ + 64, + 1 + ], + "area_cells": 175 + }, + { + "id": "range_9", + "name": null, + "center": [ + 102, + 183 + ], + "peak": [ + 102, + 186 + ], + "area_cells": 96 + }, + { + "id": "range_10", + "name": null, + "center": [ + 116, + 169 + ], + "peak": [ + 113, + 172 + ], + "area_cells": 214 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 26 + ], + "peak": [ + 132, + 31 + ], + "area_cells": 894 + }, + { + "id": "range_14", + "name": null, + "center": [ + 157, + 237 + ], + "peak": [ + 146, + 241 + ], + "area_cells": 4365 + }, + { + "id": "range_15", + "name": null, + "center": [ + 168, + 389 + ], + "peak": [ + 161, + 390 + ], + "area_cells": 3513 + }, + { + "id": "range_17", + "name": null, + "center": [ + 153, + 318 + ], + "peak": [ + 154, + 319 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ah/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/globe.png new file mode 100644 index 000000000..06c537625 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ah/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/heightmap.png new file mode 100644 index 000000000..63b771e6f Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ah/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/index.md new file mode 100644 index 000000000..96d3a1bef --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2398827136 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 17.576 + period_days: 24000.0 + axial_tilt_deg: 20.1 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.723 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Ah + +Frozen planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ah/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/markers.json new file mode 100644 index 000000000..f71bcda8a --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ah/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 9, + 127 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 38, + 305 + ], + "area_fraction": 0.0329 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 51, + 443 + ], + "area_fraction": 0.0981 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 69, + 64 + ], + "area_fraction": 0.0764 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 146, + 442 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 213, + 26 + ], + "area_fraction": 0.0241 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 247 + ], + "peak": [ + 87, + 230 + ], + "area_cells": 1178 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 338 + ], + "peak": [ + 96, + 334 + ], + "area_cells": 140 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 166 + ], + "peak": [ + 116, + 155 + ], + "area_cells": 4455 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 276 + ], + "peak": [ + 112, + 277 + ], + "area_cells": 67 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 367 + ], + "peak": [ + 119, + 354 + ], + "area_cells": 413 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 323 + ], + "peak": [ + 126, + 322 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 380 + ], + "peak": [ + 133, + 380 + ], + "area_cells": 61 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 335 + ], + "peak": [ + 145, + 336 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 189, + 185 + ], + "peak": [ + 168, + 116 + ], + "area_cells": 4472 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 203 + ], + "peak": [ + 152, + 205 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ai/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/globe.png new file mode 100644 index 000000000..6e2894556 Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ai/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/heightmap.png new file mode 100644 index 000000000..fa78aeb4a Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ai/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/index.md new file mode 100644 index 000000000..433a393a3 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3218988092 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 27.899 + period_days: 48000.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.29 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.228 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Ai + +Frozen planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Ai/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/markers.json new file mode 100644 index 000000000..631030a71 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Ai/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 55 + ], + "area_fraction": 0.0499 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 457 + ], + "area_fraction": 0.0456 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 65, + 332 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 193, + 206 + ], + "peak": [ + 240, + 217 + ], + "area_cells": 31900 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 215 + ], + "peak": [ + 104, + 215 + ], + "area_cells": 350 + }, + { + "id": "range_3", + "name": null, + "center": [ + 100, + 253 + ], + "peak": [ + 100, + 256 + ], + "area_cells": 68 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 420 + ], + "peak": [ + 111, + 421 + ], + "area_cells": 115 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 365 + ], + "peak": [ + 121, + 364 + ], + "area_cells": 233 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 273 + ], + "peak": [ + 121, + 272 + ], + "area_cells": 144 + }, + { + "id": "range_11", + "name": null, + "center": [ + 127, + 315 + ], + "peak": [ + 127, + 315 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 138, + 287 + ], + "peak": [ + 142, + 288 + ], + "area_cells": 243 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 246 + ], + "peak": [ + 135, + 248 + ], + "area_cells": 124 + }, + { + "id": "range_15", + "name": null, + "center": [ + 188, + 504 + ], + "peak": [ + 183, + 511 + ], + "area_cells": 180 + }, + { + "id": "range_16", + "name": null, + "center": [ + 207, + 313 + ], + "peak": [ + 209, + 313 + ], + "area_cells": 52 + }, + { + "id": "range_17", + "name": null, + "center": [ + 209, + 339 + ], + "peak": [ + 207, + 348 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Aj/globe.png b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/globe.png new file mode 100644 index 000000000..4b5531f2c Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/globe.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Aj/heightmap.png b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/heightmap.png new file mode 100644 index 000000000..686e7e8cb Binary files /dev/null and b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Aj/index.md b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/index.md new file mode 100644 index 000000000..1e8092530 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1437843989 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 41.792 + period_days: 88000.0 + axial_tilt_deg: 34.2 +physical: + gravity_g: 0.12 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.738 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Aj + +Frozen planet. + +**System:** [GJ-482A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 88000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482A/bodies/GJ482Aj/markers.json b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/markers.json new file mode 100644 index 000000000..ee24a23a2 --- /dev/null +++ b/wiki/star-systems/GJ-482A/bodies/GJ482Aj/markers.json @@ -0,0 +1,276 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 115, + 175 + ], + "area_fraction": 0.1851 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 155, + 26 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 229, + 50 + ], + "area_fraction": 0.0258 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 221, + 456 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 43 + ], + "peak": [ + 40, + 18 + ], + "area_cells": 2534 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 285 + ], + "peak": [ + 0, + 327 + ], + "area_cells": 6485 + }, + { + "id": "range_3", + "name": null, + "center": [ + 23, + 494 + ], + "peak": [ + 41, + 505 + ], + "area_cells": 1176 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 445 + ], + "peak": [ + 6, + 451 + ], + "area_cells": 143 + }, + { + "id": "range_5", + "name": null, + "center": [ + 12, + 407 + ], + "peak": [ + 10, + 402 + ], + "area_cells": 150 + }, + { + "id": "range_6", + "name": null, + "center": [ + 33, + 147 + ], + "peak": [ + 32, + 137 + ], + "area_cells": 369 + }, + { + "id": "range_7", + "name": null, + "center": [ + 38, + 462 + ], + "peak": [ + 38, + 463 + ], + "area_cells": 104 + }, + { + "id": "range_10", + "name": null, + "center": [ + 75, + 439 + ], + "peak": [ + 76, + 440 + ], + "area_cells": 33 + }, + { + "id": "range_12", + "name": null, + "center": [ + 116, + 368 + ], + "peak": [ + 119, + 371 + ], + "area_cells": 215 + }, + { + "id": "range_15", + "name": null, + "center": [ + 169, + 327 + ], + "peak": [ + 158, + 319 + ], + "area_cells": 1635 + }, + { + "id": "range_16", + "name": null, + "center": [ + 169, + 80 + ], + "peak": [ + 170, + 81 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 189, + 285 + ], + "peak": [ + 188, + 285 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 203, + 365 + ], + "peak": [ + 205, + 366 + ], + "area_cells": 54 + }, + { + "id": "range_20", + "name": null, + "center": [ + 212, + 233 + ], + "peak": [ + 210, + 239 + ], + "area_cells": 242 + }, + { + "id": "range_22", + "name": null, + "center": [ + 245, + 262 + ], + "peak": [ + 231, + 269 + ], + "area_cells": 532 + }, + { + "id": "range_23", + "name": null, + "center": [ + 252, + 120 + ], + "peak": [ + 252, + 121 + ], + "area_cells": 108 + }, + { + "id": "range_25", + "name": null, + "center": [ + 253, + 325 + ], + "peak": [ + 255, + 327 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ482Bb/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/globe.png new file mode 100644 index 000000000..7b1fba7b3 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bb/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/heightmap.png new file mode 100644 index 000000000..7bfaf812f Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bb/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/index.md new file mode 100644 index 000000000..28f6a1762 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ482Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1659528559 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.151 + period_days: 24.0 + axial_tilt_deg: 13.3 +physical: + gravity_g: 0.44 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.885 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Bb + +Barren planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 95% | +| **Year** | 24 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bb/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/markers.json new file mode 100644 index 000000000..cb5dcbe87 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bb/markers.json @@ -0,0 +1,308 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 130, + 430 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 160, + 373 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 126 + ], + "peak": [ + 51, + 106 + ], + "area_cells": 6673 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 387 + ], + "peak": [ + 48, + 379 + ], + "area_cells": 707 + }, + { + "id": "range_4", + "name": null, + "center": [ + 15, + 427 + ], + "peak": [ + 19, + 423 + ], + "area_cells": 174 + }, + { + "id": "range_6", + "name": null, + "center": [ + 32, + 342 + ], + "peak": [ + 30, + 341 + ], + "area_cells": 89 + }, + { + "id": "range_11", + "name": null, + "center": [ + 54, + 54 + ], + "peak": [ + 55, + 54 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 63, + 500 + ], + "peak": [ + 65, + 497 + ], + "area_cells": 245 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 4 + ], + "peak": [ + 59, + 3 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 69, + 480 + ], + "peak": [ + 70, + 482 + ], + "area_cells": 54 + }, + { + "id": "range_17", + "name": null, + "center": [ + 68, + 443 + ], + "peak": [ + 70, + 444 + ], + "area_cells": 33 + }, + { + "id": "range_20", + "name": null, + "center": [ + 76, + 476 + ], + "peak": [ + 77, + 476 + ], + "area_cells": 24 + }, + { + "id": "range_21", + "name": null, + "center": [ + 79, + 58 + ], + "peak": [ + 80, + 59 + ], + "area_cells": 59 + }, + { + "id": "range_23", + "name": null, + "center": [ + 95, + 76 + ], + "peak": [ + 97, + 76 + ], + "area_cells": 202 + }, + { + "id": "range_24", + "name": null, + "center": [ + 96, + 471 + ], + "peak": [ + 97, + 472 + ], + "area_cells": 97 + }, + { + "id": "range_26", + "name": null, + "center": [ + 103, + 453 + ], + "peak": [ + 103, + 453 + ], + "area_cells": 58 + }, + { + "id": "range_27", + "name": null, + "center": [ + 123, + 236 + ], + "peak": [ + 124, + 236 + ], + "area_cells": 57 + }, + { + "id": "range_28", + "name": null, + "center": [ + 133, + 101 + ], + "peak": [ + 135, + 102 + ], + "area_cells": 167 + }, + { + "id": "range_29", + "name": null, + "center": [ + 135, + 51 + ], + "peak": [ + 136, + 52 + ], + "area_cells": 90 + }, + { + "id": "range_30", + "name": null, + "center": [ + 141, + 288 + ], + "peak": [ + 144, + 287 + ], + "area_cells": 273 + }, + { + "id": "range_33", + "name": null, + "center": [ + 153, + 56 + ], + "peak": [ + 153, + 55 + ], + "area_cells": 85 + }, + { + "id": "range_34", + "name": null, + "center": [ + 175, + 118 + ], + "peak": [ + 172, + 119 + ], + "area_cells": 90 + }, + { + "id": "range_35", + "name": null, + "center": [ + 177, + 85 + ], + "peak": [ + 175, + 87 + ], + "area_cells": 117 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bc/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/globe.png new file mode 100644 index 000000000..704c142d9 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bc/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/heightmap.png new file mode 100644 index 000000000..4464cd8b5 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bc/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/index.md new file mode 100644 index 000000000..f83bbedd3 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ482Bc +name: Constância +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2364336509 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.86 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.391 + polar_ice_lat: 0.71 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.499 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Constância + +Temperate planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 39% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bc/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/markers.json new file mode 100644 index 000000000..d974cf48c --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bc/markers.json @@ -0,0 +1,465 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 241, + 36 + ], + [ + 242, + 35 + ], + [ + 243, + 35 + ], + [ + 244, + 34 + ], + [ + 245, + 33 + ], + [ + 246, + 32 + ], + [ + 247, + 31 + ], + [ + 248, + 30 + ], + [ + 249, + 29 + ], + [ + 250, + 28 + ], + [ + 251, + 27 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 236, + 19 + ], + [ + 237, + 19 + ], + [ + 238, + 19 + ], + [ + 239, + 18 + ], + [ + 240, + 17 + ], + [ + 241, + 16 + ], + [ + 242, + 15 + ], + [ + 243, + 14 + ], + [ + 244, + 13 + ], + [ + 245, + 12 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 220, + 35 + ], + [ + 221, + 34 + ], + [ + 222, + 33 + ], + [ + 223, + 32 + ], + [ + 224, + 31 + ], + [ + 225, + 30 + ], + [ + 226, + 29 + ], + [ + 227, + 28 + ], + [ + 228, + 28 + ], + [ + 228, + 27 + ], + [ + 228, + 26 + ], + [ + 228, + 25 + ], + [ + 227, + 25 + ], + [ + 228, + 24 + ], + [ + 227, + 23 + ], + [ + 227, + 22 + ], + [ + 226, + 21 + ], + [ + 225, + 20 + ], + [ + 224, + 19 + ], + [ + 223, + 18 + ], + [ + 223, + 17 + ], + [ + 222, + 16 + ], + [ + 221, + 15 + ], + [ + 221, + 14 + ], + [ + 220, + 13 + ], + [ + 219, + 12 + ], + [ + 218, + 12 + ], + [ + 218, + 11 + ], + [ + 218, + 10 + ], + [ + 219, + 9 + ], + [ + 218, + 8 + ], + [ + 217, + 7 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 214, + 400 + ], + [ + 213, + 401 + ], + [ + 212, + 402 + ], + [ + 211, + 403 + ], + [ + 210, + 404 + ], + [ + 209, + 405 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 219, + 472 + ], + [ + 220, + 471 + ], + [ + 221, + 470 + ], + [ + 222, + 469 + ], + [ + 223, + 468 + ], + [ + 224, + 467 + ], + [ + 225, + 466 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 236, + 61 + ], + [ + 235, + 62 + ], + [ + 234, + 63 + ], + [ + 233, + 64 + ], + [ + 232, + 65 + ], + [ + 231, + 66 + ], + [ + 231, + 67 + ], + [ + 230, + 66 + ], + [ + 229, + 66 + ], + [ + 228, + 67 + ], + [ + 227, + 68 + ], + [ + 226, + 69 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 168, + 259 + ], + "area_fraction": 0.6061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 68 + ], + "peak": [ + 40, + 70 + ], + "area_cells": 3092 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 456 + ], + "peak": [ + 18, + 452 + ], + "area_cells": 220 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 424 + ], + "peak": [ + 20, + 425 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 299 + ], + "peak": [ + 67, + 264 + ], + "area_cells": 4790 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 208 + ], + "peak": [ + 42, + 203 + ], + "area_cells": 477 + }, + { + "id": "range_9", + "name": null, + "center": [ + 41, + 483 + ], + "peak": [ + 44, + 483 + ], + "area_cells": 306 + }, + { + "id": "range_11", + "name": null, + "center": [ + 78, + 414 + ], + "peak": [ + 79, + 400 + ], + "area_cells": 421 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bd/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/globe.png new file mode 100644 index 000000000..0a12fdda1 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bd/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/heightmap.png new file mode 100644 index 000000000..4e9432057 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bd/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/index.md new file mode 100644 index 000000000..45b444139 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ482Bd +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1940592572 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 16.1 +physical: + gravity_g: 0.58 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.54 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.115 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Bd + +Cold Arid planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bd/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/markers.json new file mode 100644 index 000000000..d63bd5bbd --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bd/markers.json @@ -0,0 +1,781 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 183, + 96 + ], + [ + 184, + 95 + ], + [ + 185, + 94 + ], + [ + 186, + 93 + ], + [ + 187, + 92 + ], + [ + 188, + 91 + ], + [ + 189, + 90 + ], + [ + 190, + 89 + ], + [ + 191, + 90 + ], + [ + 192, + 91 + ], + [ + 193, + 92 + ], + [ + 194, + 93 + ], + [ + 195, + 94 + ], + [ + 196, + 95 + ], + [ + 197, + 96 + ], + [ + 198, + 97 + ], + [ + 199, + 97 + ], + [ + 200, + 98 + ], + [ + 200, + 99 + ], + [ + 199, + 100 + ], + [ + 199, + 101 + ], + [ + 199, + 102 + ], + [ + 198, + 102 + ], + [ + 199, + 103 + ], + [ + 198, + 103 + ], + [ + 199, + 104 + ], + [ + 199, + 105 + ], + [ + 198, + 106 + ], + [ + 198, + 107 + ], + [ + 199, + 108 + ], + [ + 199, + 107 + ], + [ + 198, + 108 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 119, + 158 + ], + [ + 120, + 159 + ], + [ + 121, + 160 + ], + [ + 121, + 161 + ], + [ + 121, + 162 + ], + [ + 121, + 163 + ], + [ + 121, + 164 + ], + [ + 121, + 165 + ], + [ + 121, + 166 + ], + [ + 120, + 167 + ], + [ + 120, + 168 + ], + [ + 120, + 169 + ], + [ + 120, + 170 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 175, + 458 + ], + [ + 176, + 458 + ], + [ + 177, + 459 + ], + [ + 178, + 460 + ], + [ + 179, + 461 + ], + [ + 180, + 462 + ], + [ + 181, + 463 + ], + [ + 182, + 464 + ], + [ + 183, + 464 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 219, + 306 + ], + [ + 218, + 307 + ], + [ + 218, + 308 + ], + [ + 217, + 309 + ], + [ + 216, + 310 + ], + [ + 215, + 311 + ], + [ + 214, + 312 + ], + [ + 213, + 312 + ], + [ + 212, + 313 + ], + [ + 211, + 314 + ], + [ + 210, + 315 + ], + [ + 209, + 315 + ], + [ + 208, + 315 + ], + [ + 207, + 316 + ], + [ + 207, + 317 + ], + [ + 206, + 318 + ], + [ + 205, + 319 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 167, + 342 + ], + [ + 168, + 341 + ], + [ + 169, + 340 + ], + [ + 170, + 340 + ], + [ + 171, + 341 + ], + [ + 172, + 341 + ], + [ + 173, + 342 + ], + [ + 174, + 342 + ], + [ + 175, + 342 + ], + [ + 176, + 343 + ], + [ + 177, + 344 + ], + [ + 178, + 344 + ], + [ + 179, + 345 + ], + [ + 180, + 344 + ], + [ + 181, + 345 + ], + [ + 182, + 346 + ], + [ + 183, + 345 + ], + [ + 184, + 344 + ], + [ + 185, + 345 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 167, + 483 + ], + [ + 166, + 482 + ], + [ + 165, + 481 + ], + [ + 164, + 480 + ], + [ + 165, + 479 + ], + [ + 165, + 478 + ], + [ + 164, + 477 + ], + [ + 165, + 476 + ], + [ + 164, + 475 + ], + [ + 165, + 474 + ], + [ + 164, + 473 + ], + [ + 165, + 473 + ], + [ + 165, + 472 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 175, + 31 + ], + [ + 176, + 30 + ], + [ + 177, + 29 + ], + [ + 178, + 28 + ], + [ + 179, + 27 + ], + [ + 180, + 26 + ], + [ + 181, + 25 + ], + [ + 182, + 24 + ], + [ + 183, + 23 + ], + [ + 184, + 22 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 125, + 66 + ], + [ + 126, + 65 + ], + [ + 127, + 64 + ], + [ + 128, + 63 + ], + [ + 129, + 62 + ], + [ + 130, + 61 + ], + [ + 131, + 60 + ], + [ + 132, + 59 + ], + [ + 133, + 58 + ], + [ + 134, + 57 + ], + [ + 134, + 56 + ], + [ + 134, + 55 + ], + [ + 134, + 54 + ], + [ + 134, + 53 + ], + [ + 134, + 52 + ], + [ + 134, + 51 + ], + [ + 135, + 50 + ], + [ + 135, + 49 + ], + [ + 135, + 48 + ], + [ + 135, + 47 + ], + [ + 136, + 46 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 254, + 318 + ], + [ + 253, + 317 + ], + [ + 252, + 316 + ], + [ + 251, + 315 + ], + [ + 250, + 315 + ], + [ + 249, + 315 + ], + [ + 248, + 315 + ], + [ + 247, + 314 + ], + [ + 246, + 313 + ], + [ + 245, + 312 + ], + [ + 244, + 311 + ], + [ + 243, + 311 + ], + [ + 243, + 312 + ], + [ + 242, + 311 + ], + [ + 241, + 311 + ], + [ + 241, + 310 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 224, + 468 + ], + "area_fraction": 0.038 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 226, + 42 + ], + "area_fraction": 0.0368 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 407 + ], + "peak": [ + 65, + 487 + ], + "area_cells": 5306 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 62 + ], + "peak": [ + 59, + 34 + ], + "area_cells": 4060 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 222 + ], + "peak": [ + 46, + 219 + ], + "area_cells": 109 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 245 + ], + "peak": [ + 48, + 245 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 199 + ], + "peak": [ + 144, + 300 + ], + "area_cells": 8228 + }, + { + "id": "range_8", + "name": null, + "center": [ + 98, + 381 + ], + "peak": [ + 102, + 380 + ], + "area_cells": 101 + }, + { + "id": "range_14", + "name": null, + "center": [ + 173, + 121 + ], + "peak": [ + 176, + 118 + ], + "area_cells": 130 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/globe.png new file mode 100644 index 000000000..2765ef97e Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/heightmap.png new file mode 100644 index 000000000..969341c8a Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/index.md new file mode 100644 index 000000000..c5ffeefaf --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ482Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2075309841 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 51.3 +physical: + gravity_g: 0.11 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Be-m1 + +Frozen moon. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/markers.json new file mode 100644 index 000000000..498eb2f63 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Be-m1/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 112 + ], + "peak": [ + 0, + 110 + ], + "area_cells": 118 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 308 + ], + "peak": [ + 21, + 333 + ], + "area_cells": 8126 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 421 + ], + "peak": [ + 41, + 428 + ], + "area_cells": 1057 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 450 + ], + "peak": [ + 33, + 448 + ], + "area_cells": 136 + }, + { + "id": "range_5", + "name": null, + "center": [ + 45, + 163 + ], + "peak": [ + 45, + 159 + ], + "area_cells": 966 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 449 + ], + "peak": [ + 60, + 450 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 64, + 466 + ], + "peak": [ + 64, + 466 + ], + "area_cells": 114 + }, + { + "id": "range_11", + "name": null, + "center": [ + 229, + 83 + ], + "peak": [ + 208, + 80 + ], + "area_cells": 8273 + }, + { + "id": "range_14", + "name": null, + "center": [ + 230, + 466 + ], + "peak": [ + 226, + 491 + ], + "area_cells": 4648 + }, + { + "id": "range_17", + "name": null, + "center": [ + 223, + 356 + ], + "peak": [ + 223, + 356 + ], + "area_cells": 145 + }, + { + "id": "range_19", + "name": null, + "center": [ + 244, + 239 + ], + "peak": [ + 245, + 252 + ], + "area_cells": 1108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Be/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Be/globe.png new file mode 100644 index 000000000..08b2c13d5 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Be/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Be/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Be/index.md new file mode 100644 index 000000000..3345e43d8 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ482Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2042571834 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: null + oblateness: 0.0507 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.152 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 2 + storm_max_size: 0.123 +--- + +# GJ482Be + +Gas giant. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bf/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/globe.png new file mode 100644 index 000000000..0f9253b3b Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bf/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/heightmap.png new file mode 100644 index 000000000..4b9cc8937 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bf/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/index.md new file mode 100644 index 000000000..362e98b14 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1888970403 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 42.3 +physical: + gravity_g: 0.44 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.239 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Bf + +Frozen planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bf/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/markers.json new file mode 100644 index 000000000..8edc1d634 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bf/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 86, + 65 + ], + "area_fraction": 0.0752 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 124, + 417 + ], + "area_fraction": 0.0623 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 138, + 244 + ], + "area_fraction": 0.0267 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 109 + ], + "peak": [ + 0, + 108 + ], + "area_cells": 1114 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 148 + ], + "peak": [ + 0, + 146 + ], + "area_cells": 37 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 203 + ], + "peak": [ + 1, + 215 + ], + "area_cells": 324 + }, + { + "id": "range_8", + "name": null, + "center": [ + 37, + 235 + ], + "peak": [ + 39, + 268 + ], + "area_cells": 1404 + }, + { + "id": "range_10", + "name": null, + "center": [ + 63, + 218 + ], + "peak": [ + 65, + 222 + ], + "area_cells": 509 + }, + { + "id": "range_12", + "name": null, + "center": [ + 180, + 327 + ], + "peak": [ + 174, + 315 + ], + "area_cells": 1435 + }, + { + "id": "range_13", + "name": null, + "center": [ + 192, + 255 + ], + "peak": [ + 189, + 231 + ], + "area_cells": 2285 + }, + { + "id": "range_14", + "name": null, + "center": [ + 201, + 184 + ], + "peak": [ + 202, + 185 + ], + "area_cells": 284 + }, + { + "id": "range_15", + "name": null, + "center": [ + 196, + 205 + ], + "peak": [ + 197, + 205 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bg/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/globe.png new file mode 100644 index 000000000..40c58282e Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bg/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/heightmap.png new file mode 100644 index 000000000..ac00f513b Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bg/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/index.md new file mode 100644 index 000000000..2bf6837b4 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4095199271 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.749 + period_days: 10600.0 + axial_tilt_deg: 37.4 +physical: + gravity_g: 0.34 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Bg + +Frozen planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 10600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bg/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/markers.json new file mode 100644 index 000000000..61cae41a3 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bg/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 64, + 113 + ], + "area_fraction": 0.1737 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 77, + 438 + ], + "area_fraction": 0.0569 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 254 + ], + "peak": [ + 4, + 253 + ], + "area_cells": 198 + }, + { + "id": "range_2", + "name": null, + "center": [ + 194, + 243 + ], + "peak": [ + 217, + 125 + ], + "area_cells": 28886 + }, + { + "id": "range_3", + "name": null, + "center": [ + 143, + 172 + ], + "peak": [ + 144, + 180 + ], + "area_cells": 296 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 124 + ], + "peak": [ + 157, + 121 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 510 + ], + "peak": [ + 171, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 231, + 379 + ], + "peak": [ + 228, + 383 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bh/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/globe.png new file mode 100644 index 000000000..7ad7a70c3 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bh/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/heightmap.png new file mode 100644 index 000000000..7fad5388f Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bh/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/index.md new file mode 100644 index 000000000..1e90c47c7 --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1623394355 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 46.3 +physical: + gravity_g: 0.12 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.088 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.284 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Bh + +Frozen planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bh/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/markers.json new file mode 100644 index 000000000..59df26b0e --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bh/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 120 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 64, + 60 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 163, + 109 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_38", + "name": null, + "kind": "ocean", + "center": [ + 223, + 337 + ], + "area_fraction": 0.1324 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 235, + 47 + ], + "area_fraction": 0.0278 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 89, + 313 + ], + "peak": [ + 87, + 313 + ], + "area_cells": 1527 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bi/globe.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/globe.png new file mode 100644 index 000000000..e779b0919 Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/globe.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bi/heightmap.png b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/heightmap.png new file mode 100644 index 000000000..48c194d7e Binary files /dev/null and b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bi/index.md b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/index.md new file mode 100644 index 000000000..50c8496fe --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ482Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1132524770 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 24.609 + period_days: 50000.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.08 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.834 + polar_ice_lat: 0.244 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ482Bi + +Frozen planet. + +**System:** [GJ-482B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 50000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-482B/bodies/GJ482Bi/markers.json b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/markers.json new file mode 100644 index 000000000..66f9c799b --- /dev/null +++ b/wiki/star-systems/GJ-482B/bodies/GJ482Bi/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 213, + 238 + ], + "area_fraction": 0.1243 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 226, + 62 + ], + "area_fraction": 0.0204 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 225 + ], + "peak": [ + 53, + 326 + ], + "area_cells": 7788 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 392 + ], + "peak": [ + 20, + 391 + ], + "area_cells": 413 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 283 + ], + "peak": [ + 29, + 285 + ], + "area_cells": 35 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 65 + ], + "peak": [ + 37, + 65 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 71 + ], + "peak": [ + 99, + 42 + ], + "area_cells": 5853 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 417 + ], + "peak": [ + 68, + 433 + ], + "area_cells": 967 + }, + { + "id": "range_11", + "name": null, + "center": [ + 81, + 376 + ], + "peak": [ + 78, + 377 + ], + "area_cells": 287 + }, + { + "id": "range_12", + "name": null, + "center": [ + 116, + 376 + ], + "peak": [ + 121, + 352 + ], + "area_cells": 3137 + }, + { + "id": "range_13", + "name": null, + "center": [ + 111, + 452 + ], + "peak": [ + 112, + 452 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ49b/globe.png b/wiki/star-systems/GJ-49/bodies/GJ49b/globe.png new file mode 100644 index 000000000..dae1184cb Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49b/globe.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49b/heightmap.png b/wiki/star-systems/GJ-49/bodies/GJ49b/heightmap.png new file mode 100644 index 000000000..4e94d4859 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49b/heightmap.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49b/index.md b/wiki/star-systems/GJ-49/bodies/GJ49b/index.md new file mode 100644 index 000000000..dcc49c2aa --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ49b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3047189952 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.32 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.986 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ49b + +Barren planet. + +**System:** [GJ-49](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 91% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-49/bodies/GJ49b/markers.json b/wiki/star-systems/GJ-49/bodies/GJ49b/markers.json new file mode 100644 index 000000000..6d2736bf5 --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49b/markers.json @@ -0,0 +1,344 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 154, + 420 + ], + "area_fraction": 0.005 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 159, + 113 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_88", + "name": null, + "kind": "lake", + "center": [ + 240, + 378 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 377 + ], + "peak": [ + 10, + 357 + ], + "area_cells": 1336 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 208 + ], + "peak": [ + 44, + 209 + ], + "area_cells": 172 + }, + { + "id": "range_7", + "name": null, + "center": [ + 23, + 191 + ], + "peak": [ + 24, + 192 + ], + "area_cells": 110 + }, + { + "id": "range_9", + "name": null, + "center": [ + 34, + 18 + ], + "peak": [ + 30, + 26 + ], + "area_cells": 184 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 459 + ], + "peak": [ + 48, + 460 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 67, + 48 + ], + "peak": [ + 66, + 46 + ], + "area_cells": 286 + }, + { + "id": "range_17", + "name": null, + "center": [ + 75, + 459 + ], + "peak": [ + 78, + 459 + ], + "area_cells": 216 + }, + { + "id": "range_20", + "name": null, + "center": [ + 75, + 426 + ], + "peak": [ + 75, + 425 + ], + "area_cells": 101 + }, + { + "id": "range_21", + "name": null, + "center": [ + 120, + 69 + ], + "peak": [ + 119, + 57 + ], + "area_cells": 1774 + }, + { + "id": "range_23", + "name": null, + "center": [ + 95, + 167 + ], + "peak": [ + 96, + 168 + ], + "area_cells": 24 + }, + { + "id": "range_27", + "name": null, + "center": [ + 126, + 132 + ], + "peak": [ + 135, + 131 + ], + "area_cells": 267 + }, + { + "id": "range_29", + "name": null, + "center": [ + 126, + 275 + ], + "peak": [ + 127, + 258 + ], + "area_cells": 602 + }, + { + "id": "range_30", + "name": null, + "center": [ + 117, + 195 + ], + "peak": [ + 117, + 192 + ], + "area_cells": 112 + }, + { + "id": "range_31", + "name": null, + "center": [ + 124, + 436 + ], + "peak": [ + 133, + 409 + ], + "area_cells": 972 + }, + { + "id": "range_32", + "name": null, + "center": [ + 125, + 491 + ], + "peak": [ + 128, + 482 + ], + "area_cells": 417 + }, + { + "id": "range_35", + "name": null, + "center": [ + 139, + 9 + ], + "peak": [ + 131, + 5 + ], + "area_cells": 329 + }, + { + "id": "range_37", + "name": null, + "center": [ + 131, + 188 + ], + "peak": [ + 130, + 192 + ], + "area_cells": 23 + }, + { + "id": "range_38", + "name": null, + "center": [ + 137, + 61 + ], + "peak": [ + 135, + 62 + ], + "area_cells": 89 + }, + { + "id": "range_40", + "name": null, + "center": [ + 164, + 470 + ], + "peak": [ + 161, + 455 + ], + "area_cells": 1024 + }, + { + "id": "range_41", + "name": null, + "center": [ + 156, + 52 + ], + "peak": [ + 154, + 51 + ], + "area_cells": 57 + }, + { + "id": "range_43", + "name": null, + "center": [ + 171, + 2 + ], + "peak": [ + 173, + 0 + ], + "area_cells": 44 + }, + { + "id": "range_44", + "name": null, + "center": [ + 183, + 419 + ], + "peak": [ + 182, + 414 + ], + "area_cells": 198 + }, + { + "id": "range_45", + "name": null, + "center": [ + 183, + 119 + ], + "peak": [ + 183, + 121 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-49/bodies/GJ49c/globe.png b/wiki/star-systems/GJ-49/bodies/GJ49c/globe.png new file mode 100644 index 000000000..bb425e354 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49c/globe.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49c/heightmap.png b/wiki/star-systems/GJ-49/bodies/GJ49c/heightmap.png new file mode 100644 index 000000000..503a1142f Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49c/heightmap.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49c/index.md b/wiki/star-systems/GJ-49/bodies/GJ49c/index.md new file mode 100644 index 000000000..6339c75bc --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ49c +name: Baume +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1596921971 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.84 + oblateness: 0.0035 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.501 + polar_ice_lat: 0.784 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.385 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Baume + +Temperate planet. + +**System:** [GJ-49](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 12K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-49/bodies/GJ49c/markers.json b/wiki/star-systems/GJ-49/bodies/GJ49c/markers.json new file mode 100644 index 000000000..d40320d8b --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49c/markers.json @@ -0,0 +1,496 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 212, + 209 + ], + [ + 213, + 209 + ], + [ + 214, + 209 + ], + [ + 215, + 209 + ], + [ + 216, + 208 + ], + [ + 217, + 209 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 235, + 185 + ], + [ + 236, + 184 + ], + [ + 237, + 183 + ], + [ + 238, + 183 + ], + [ + 239, + 183 + ], + [ + 238, + 184 + ], + [ + 239, + 184 + ], + [ + 239, + 185 + ], + [ + 240, + 185 + ], + [ + 241, + 185 + ], + [ + 242, + 186 + ], + [ + 243, + 185 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 88, + 185 + ], + [ + 89, + 186 + ], + [ + 89, + 187 + ], + [ + 89, + 188 + ], + [ + 89, + 189 + ], + [ + 90, + 190 + ], + [ + 90, + 191 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 248, + 257 + ], + [ + 249, + 256 + ], + [ + 249, + 255 + ], + [ + 249, + 254 + ], + [ + 250, + 253 + ], + [ + 251, + 254 + ], + [ + 252, + 253 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 234, + 216 + ], + [ + 233, + 215 + ], + [ + 232, + 216 + ], + [ + 231, + 217 + ], + [ + 230, + 218 + ], + [ + 229, + 219 + ], + [ + 228, + 220 + ], + [ + 227, + 219 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 444 + ], + [ + 254, + 444 + ], + [ + 253, + 444 + ], + [ + 252, + 443 + ], + [ + 251, + 442 + ], + [ + 250, + 441 + ], + [ + 249, + 440 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 122, + 109 + ], + [ + 121, + 110 + ], + [ + 120, + 111 + ], + [ + 119, + 112 + ], + [ + 118, + 113 + ], + [ + 117, + 114 + ], + [ + 116, + 115 + ], + [ + 115, + 116 + ], + [ + 114, + 117 + ], + [ + 113, + 118 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 215, + 171 + ], + [ + 215, + 170 + ], + [ + 214, + 169 + ], + [ + 213, + 168 + ], + [ + 212, + 168 + ], + [ + 211, + 169 + ], + [ + 211, + 168 + ], + [ + 211, + 167 + ], + [ + 211, + 166 + ], + [ + 212, + 167 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 42, + 243 + ], + "area_fraction": 0.3237 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 225, + 375 + ], + "area_fraction": 0.0705 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 224, + 83 + ], + "area_fraction": 0.0704 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 204, + 482 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 225, + 233 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 250, + 201 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 130, + 420 + ], + "peak": [ + 166, + 394 + ], + "area_cells": 3972 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 2 + ], + "peak": [ + 90, + 0 + ], + "area_cells": 45 + }, + { + "id": "range_3", + "name": null, + "center": [ + 128, + 291 + ], + "peak": [ + 133, + 319 + ], + "area_cells": 914 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 505 + ], + "peak": [ + 134, + 505 + ], + "area_cells": 160 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 49 + ], + "peak": [ + 154, + 55 + ], + "area_cells": 3199 + }, + { + "id": "range_6", + "name": null, + "center": [ + 153, + 457 + ], + "peak": [ + 154, + 456 + ], + "area_cells": 104 + }, + { + "id": "range_7", + "name": null, + "center": [ + 166, + 203 + ], + "peak": [ + 158, + 197 + ], + "area_cells": 1112 + }, + { + "id": "range_9", + "name": null, + "center": [ + 214, + 436 + ], + "peak": [ + 214, + 435 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-49/bodies/GJ49d/globe.png b/wiki/star-systems/GJ-49/bodies/GJ49d/globe.png new file mode 100644 index 000000000..0f2fc398c Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49d/globe.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49d/heightmap.png b/wiki/star-systems/GJ-49/bodies/GJ49d/heightmap.png new file mode 100644 index 000000000..5b5d08d82 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49d/heightmap.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49d/index.md b/wiki/star-systems/GJ-49/bodies/GJ49d/index.md new file mode 100644 index 000000000..7e4df4d18 --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ49d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1832222391 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.545 + period_days: 220.0 + axial_tilt_deg: 35.8 +physical: + gravity_g: 0.48 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ49d + +Frozen planet. + +**System:** [GJ-49](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-49/bodies/GJ49d/markers.json b/wiki/star-systems/GJ-49/bodies/GJ49d/markers.json new file mode 100644 index 000000000..f369a8cb8 --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49d/markers.json @@ -0,0 +1,252 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 8, + 342 + ], + [ + 9, + 341 + ], + [ + 9, + 340 + ], + [ + 9, + 339 + ], + [ + 10, + 339 + ], + [ + 11, + 340 + ], + [ + 12, + 339 + ], + [ + 13, + 339 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 101, + 471 + ], + [ + 100, + 472 + ], + [ + 99, + 473 + ], + [ + 98, + 474 + ], + [ + 97, + 475 + ], + [ + 96, + 476 + ], + [ + 95, + 477 + ], + [ + 94, + 477 + ], + [ + 93, + 478 + ], + [ + 92, + 479 + ], + [ + 92, + 478 + ], + [ + 91, + 479 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 23, + 38 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 33, + 498 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 72, + 419 + ], + "area_fraction": 0.0239 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 66, + 296 + ], + "area_fraction": 0.0193 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 471 + ], + "peak": [ + 101, + 471 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 140, + 50 + ], + "peak": [ + 146, + 4 + ], + "area_cells": 4616 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 158 + ], + "peak": [ + 118, + 153 + ], + "area_cells": 183 + }, + { + "id": "range_5", + "name": null, + "center": [ + 124, + 493 + ], + "peak": [ + 128, + 491 + ], + "area_cells": 263 + }, + { + "id": "range_7", + "name": null, + "center": [ + 119, + 202 + ], + "peak": [ + 117, + 205 + ], + "area_cells": 91 + }, + { + "id": "range_11", + "name": null, + "center": [ + 164, + 227 + ], + "peak": [ + 150, + 319 + ], + "area_cells": 7277 + }, + { + "id": "range_12", + "name": null, + "center": [ + 158, + 498 + ], + "peak": [ + 151, + 506 + ], + "area_cells": 906 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 466 + ], + "peak": [ + 159, + 466 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-49/bodies/GJ49e/globe.png b/wiki/star-systems/GJ-49/bodies/GJ49e/globe.png new file mode 100644 index 000000000..d848d7217 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49e/globe.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49e/heightmap.png b/wiki/star-systems/GJ-49/bodies/GJ49e/heightmap.png new file mode 100644 index 000000000..3581032e4 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49e/heightmap.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49e/index.md b/wiki/star-systems/GJ-49/bodies/GJ49e/index.md new file mode 100644 index 000000000..ffcf7e665 --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ49e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1283653095 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.111 + period_days: 640.0 + axial_tilt_deg: 54.4 +physical: + gravity_g: 0.36 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.117 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ49e + +Frozen planet. + +**System:** [GJ-49](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-49/bodies/GJ49e/markers.json b/wiki/star-systems/GJ-49/bodies/GJ49e/markers.json new file mode 100644 index 000000000..c6c54cfde --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49e/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 80, + 445 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 134, + 149 + ], + "area_fraction": 0.1293 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 128, + 478 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 237, + 117 + ], + "area_fraction": 0.0143 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 173 + ], + "peak": [ + 30, + 329 + ], + "area_cells": 11650 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 489 + ], + "peak": [ + 55, + 496 + ], + "area_cells": 2508 + }, + { + "id": "range_5", + "name": null, + "center": [ + 33, + 379 + ], + "peak": [ + 34, + 378 + ], + "area_cells": 121 + }, + { + "id": "range_9", + "name": null, + "center": [ + 224, + 218 + ], + "peak": [ + 214, + 197 + ], + "area_cells": 2366 + }, + { + "id": "range_10", + "name": null, + "center": [ + 223, + 319 + ], + "peak": [ + 224, + 349 + ], + "area_cells": 3099 + }, + { + "id": "range_11", + "name": null, + "center": [ + 203, + 24 + ], + "peak": [ + 203, + 25 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 246, + 20 + ], + "peak": [ + 255, + 17 + ], + "area_cells": 649 + }, + { + "id": "range_15", + "name": null, + "center": [ + 252, + 280 + ], + "peak": [ + 252, + 278 + ], + "area_cells": 48 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-49/bodies/GJ49f/globe.png b/wiki/star-systems/GJ-49/bodies/GJ49f/globe.png new file mode 100644 index 000000000..7dc06d00a Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49f/globe.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49f/heightmap.png b/wiki/star-systems/GJ-49/bodies/GJ49f/heightmap.png new file mode 100644 index 000000000..7c586cd72 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49f/heightmap.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49f/index.md b/wiki/star-systems/GJ-49/bodies/GJ49f/index.md new file mode 100644 index 000000000..4abf771fa --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ49f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2176205781 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 24.8 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.706 + polar_ice_lat: 0.107 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ49f + +Frozen planet. + +**System:** [GJ-49](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-49/bodies/GJ49f/markers.json b/wiki/star-systems/GJ-49/bodies/GJ49f/markers.json new file mode 100644 index 000000000..2fd17e973 --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49f/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 113, + 203 + ], + "area_fraction": 0.1757 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 139, + 464 + ], + "area_fraction": 0.0361 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 147, + 258 + ], + "area_fraction": 0.006 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 233, + 126 + ], + "area_fraction": 0.0356 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 236, + 464 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 248, + 400 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 175 + ], + "peak": [ + 2, + 268 + ], + "area_cells": 8830 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 479 + ], + "peak": [ + 4, + 479 + ], + "area_cells": 5267 + }, + { + "id": "range_5", + "name": null, + "center": [ + 44, + 41 + ], + "peak": [ + 45, + 41 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 438 + ], + "peak": [ + 78, + 438 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 82, + 1 + ], + "peak": [ + 83, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_9", + "name": null, + "center": [ + 93, + 31 + ], + "peak": [ + 94, + 32 + ], + "area_cells": 47 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 487 + ], + "peak": [ + 96, + 487 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 179, + 117 + ], + "peak": [ + 182, + 107 + ], + "area_cells": 793 + }, + { + "id": "range_12", + "name": null, + "center": [ + 214, + 313 + ], + "peak": [ + 229, + 295 + ], + "area_cells": 4269 + }, + { + "id": "range_13", + "name": null, + "center": [ + 200, + 88 + ], + "peak": [ + 200, + 89 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-49/bodies/GJ49g/globe.png b/wiki/star-systems/GJ-49/bodies/GJ49g/globe.png new file mode 100644 index 000000000..27fb2a10e Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49g/globe.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49g/heightmap.png b/wiki/star-systems/GJ-49/bodies/GJ49g/heightmap.png new file mode 100644 index 000000000..5a26d1882 Binary files /dev/null and b/wiki/star-systems/GJ-49/bodies/GJ49g/heightmap.png differ diff --git a/wiki/star-systems/GJ-49/bodies/GJ49g/index.md b/wiki/star-systems/GJ-49/bodies/GJ49g/index.md new file mode 100644 index 000000000..bbf63ee57 --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ49g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4087397567 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.019 + period_days: 4400.0 + axial_tilt_deg: 27.3 +physical: + gravity_g: 0.08 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.731 + polar_ice_lat: 0.272 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.335 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ49g + +Frozen planet. + +**System:** [GJ-49](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 4400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-49/bodies/GJ49g/markers.json b/wiki/star-systems/GJ-49/bodies/GJ49g/markers.json new file mode 100644 index 000000000..2ebf899ea --- /dev/null +++ b/wiki/star-systems/GJ-49/bodies/GJ49g/markers.json @@ -0,0 +1,176 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 94, + 77 + ], + "area_fraction": 0.0879 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 110, + 294 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 215, + 440 + ], + "area_fraction": 0.0822 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 158, + 123 + ], + "area_fraction": 0.005 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 219, + 29 + ], + "area_fraction": 0.0314 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 212, + 132 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_51", + "name": null, + "kind": "lake", + "center": [ + 230, + 184 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 12 + ], + "peak": [ + 14, + 0 + ], + "area_cells": 1329 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 484 + ], + "peak": [ + 52, + 484 + ], + "area_cells": 3388 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 139 + ], + "peak": [ + 17, + 139 + ], + "area_cells": 88 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 293 + ], + "peak": [ + 61, + 241 + ], + "area_cells": 4579 + }, + { + "id": "range_8", + "name": null, + "center": [ + 102, + 436 + ], + "peak": [ + 102, + 436 + ], + "area_cells": 86 + }, + { + "id": "range_9", + "name": null, + "center": [ + 107, + 160 + ], + "peak": [ + 107, + 162 + ], + "area_cells": 151 + }, + { + "id": "range_10", + "name": null, + "center": [ + 168, + 247 + ], + "peak": [ + 166, + 245 + ], + "area_cells": 157 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ4Ab/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/globe.png new file mode 100644 index 000000000..a88dac237 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ab/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/heightmap.png new file mode 100644 index 000000000..5486d4f39 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ab/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/index.md new file mode 100644 index 000000000..860777eeb --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2162047856 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 4.4 +physical: + gravity_g: 0.46 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.953 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Ab + +Barren planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 98% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ab/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/markers.json new file mode 100644 index 000000000..68ee3d65a --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ab/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 193, + 116 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 254 + ], + "peak": [ + 2, + 388 + ], + "area_cells": 35806 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 361 + ], + "peak": [ + 80, + 360 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 273 + ], + "peak": [ + 95, + 271 + ], + "area_cells": 62 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 248 + ], + "peak": [ + 90, + 242 + ], + "area_cells": 122 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 399 + ], + "peak": [ + 101, + 398 + ], + "area_cells": 130 + }, + { + "id": "range_11", + "name": null, + "center": [ + 98, + 377 + ], + "peak": [ + 99, + 376 + ], + "area_cells": 39 + }, + { + "id": "range_12", + "name": null, + "center": [ + 117, + 265 + ], + "peak": [ + 117, + 265 + ], + "area_cells": 150 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 17 + ], + "peak": [ + 136, + 6 + ], + "area_cells": 370 + }, + { + "id": "range_15", + "name": null, + "center": [ + 117, + 190 + ], + "peak": [ + 117, + 188 + ], + "area_cells": 22 + }, + { + "id": "range_18", + "name": null, + "center": [ + 126, + 57 + ], + "peak": [ + 127, + 53 + ], + "area_cells": 263 + }, + { + "id": "range_20", + "name": null, + "center": [ + 132, + 81 + ], + "peak": [ + 135, + 82 + ], + "area_cells": 63 + }, + { + "id": "range_21", + "name": null, + "center": [ + 137, + 505 + ], + "peak": [ + 137, + 506 + ], + "area_cells": 102 + }, + { + "id": "range_22", + "name": null, + "center": [ + 145, + 37 + ], + "peak": [ + 146, + 37 + ], + "area_cells": 64 + }, + { + "id": "range_24", + "name": null, + "center": [ + 178, + 264 + ], + "peak": [ + 178, + 266 + ], + "area_cells": 148 + }, + { + "id": "range_25", + "name": null, + "center": [ + 193, + 251 + ], + "peak": [ + 196, + 252 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ac/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/globe.png new file mode 100644 index 000000000..4a6de8b27 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ac/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/heightmap.png new file mode 100644 index 000000000..cec5d6350 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ac/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/index.md new file mode 100644 index 000000000..9a6ceb8c4 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ4Ac +name: Velha Guarda +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2798633263 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.348 + period_days: 84.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.91 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.451 + polar_ice_lat: 0.787 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Velha Guarda + +Temperate planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 84 days | +| **Inhabited** | yes | +| **Population** | 62K | +| **Economy** | agricultural | +| **Settlement** | village_network | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ac/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/markers.json new file mode 100644 index 000000000..5332815b1 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ac/markers.json @@ -0,0 +1,980 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 131, + 16 + ], + [ + 132, + 15 + ], + [ + 133, + 14 + ], + [ + 134, + 13 + ], + [ + 135, + 12 + ], + [ + 136, + 11 + ], + [ + 137, + 10 + ], + [ + 136, + 9 + ], + [ + 136, + 8 + ], + [ + 136, + 7 + ], + [ + 135, + 6 + ], + [ + 136, + 5 + ], + [ + 135, + 4 + ], + [ + 136, + 3 + ], + [ + 136, + 2 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 138, + 143 + ], + [ + 139, + 142 + ], + [ + 139, + 143 + ], + [ + 140, + 142 + ], + [ + 140, + 141 + ], + [ + 141, + 142 + ], + [ + 142, + 143 + ], + [ + 143, + 144 + ], + [ + 144, + 145 + ], + [ + 144, + 146 + ], + [ + 144, + 147 + ], + [ + 144, + 148 + ], + [ + 145, + 148 + ], + [ + 146, + 149 + ], + [ + 147, + 150 + ], + [ + 148, + 151 + ], + [ + 149, + 152 + ], + [ + 150, + 153 + ], + [ + 151, + 154 + ], + [ + 152, + 155 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 72, + 510 + ], + [ + 71, + 511 + ], + [ + 70, + 511 + ], + [ + 69, + 0 + ], + [ + 68, + 1 + ], + [ + 67, + 2 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 304 + ], + [ + 254, + 304 + ], + [ + 253, + 304 + ], + [ + 252, + 303 + ], + [ + 251, + 302 + ], + [ + 250, + 303 + ], + [ + 249, + 303 + ], + [ + 248, + 303 + ], + [ + 247, + 302 + ], + [ + 247, + 301 + ], + [ + 246, + 302 + ], + [ + 246, + 303 + ], + [ + 245, + 302 + ], + [ + 245, + 303 + ], + [ + 244, + 303 + ], + [ + 244, + 302 + ], + [ + 243, + 301 + ], + [ + 244, + 300 + ], + [ + 244, + 299 + ], + [ + 243, + 299 + ], + [ + 244, + 298 + ], + [ + 243, + 298 + ], + [ + 244, + 297 + ], + [ + 245, + 296 + ], + [ + 244, + 295 + ], + [ + 244, + 294 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 99, + 202 + ], + [ + 98, + 203 + ], + [ + 97, + 204 + ], + [ + 97, + 205 + ], + [ + 97, + 206 + ], + [ + 98, + 207 + ], + [ + 99, + 208 + ], + [ + 100, + 209 + ], + [ + 101, + 210 + ], + [ + 102, + 211 + ], + [ + 103, + 212 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 98, + 0 + ], + [ + 98, + 1 + ], + [ + 98, + 2 + ], + [ + 98, + 3 + ], + [ + 97, + 4 + ], + [ + 96, + 5 + ], + [ + 95, + 6 + ], + [ + 94, + 7 + ], + [ + 93, + 8 + ], + [ + 92, + 9 + ], + [ + 91, + 10 + ], + [ + 90, + 11 + ], + [ + 91, + 12 + ], + [ + 91, + 13 + ], + [ + 91, + 14 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 331 + ], + [ + 254, + 331 + ], + [ + 253, + 332 + ], + [ + 252, + 333 + ], + [ + 251, + 332 + ], + [ + 251, + 333 + ], + [ + 250, + 332 + ], + [ + 249, + 331 + ], + [ + 248, + 331 + ], + [ + 247, + 331 + ], + [ + 246, + 332 + ], + [ + 245, + 331 + ], + [ + 244, + 331 + ], + [ + 243, + 331 + ], + [ + 242, + 330 + ], + [ + 241, + 330 + ], + [ + 240, + 330 + ], + [ + 239, + 331 + ], + [ + 238, + 330 + ], + [ + 238, + 331 + ], + [ + 238, + 332 + ], + [ + 239, + 332 + ], + [ + 238, + 333 + ], + [ + 237, + 332 + ], + [ + 237, + 331 + ], + [ + 236, + 330 + ], + [ + 237, + 330 + ], + [ + 237, + 329 + ], + [ + 238, + 329 + ], + [ + 237, + 328 + ], + [ + 237, + 327 + ], + [ + 236, + 326 + ], + [ + 236, + 327 + ], + [ + 235, + 326 + ], + [ + 236, + 325 + ], + [ + 237, + 324 + ], + [ + 236, + 323 + ], + [ + 236, + 324 + ], + [ + 237, + 323 + ], + [ + 238, + 322 + ], + [ + 239, + 321 + ], + [ + 240, + 320 + ], + [ + 241, + 319 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 123, + 63 + ], + [ + 124, + 63 + ], + [ + 125, + 63 + ], + [ + 125, + 64 + ], + [ + 125, + 65 + ], + [ + 124, + 65 + ], + [ + 124, + 66 + ], + [ + 123, + 67 + ], + [ + 122, + 68 + ], + [ + 121, + 69 + ], + [ + 120, + 70 + ], + [ + 119, + 71 + ], + [ + 118, + 72 + ], + [ + 117, + 73 + ], + [ + 116, + 74 + ], + [ + 115, + 75 + ], + [ + 114, + 76 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 137, + 70 + ], + [ + 138, + 70 + ], + [ + 139, + 69 + ], + [ + 140, + 68 + ], + [ + 140, + 67 + ], + [ + 141, + 67 + ], + [ + 142, + 66 + ], + [ + 141, + 66 + ], + [ + 141, + 65 + ], + [ + 141, + 64 + ], + [ + 141, + 63 + ], + [ + 141, + 62 + ], + [ + 142, + 61 + ], + [ + 142, + 60 + ], + [ + 141, + 60 + ], + [ + 142, + 59 + ], + [ + 142, + 58 + ], + [ + 142, + 57 + ], + [ + 142, + 56 + ], + [ + 142, + 55 + ], + [ + 142, + 54 + ], + [ + 143, + 53 + ], + [ + 143, + 52 + ], + [ + 142, + 52 + ], + [ + 143, + 51 + ], + [ + 143, + 50 + ], + [ + 142, + 50 + ], + [ + 143, + 49 + ], + [ + 142, + 48 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 172, + 179 + ], + [ + 171, + 180 + ], + [ + 170, + 181 + ], + [ + 169, + 180 + ], + [ + 168, + 179 + ], + [ + 167, + 178 + ], + [ + 166, + 177 + ], + [ + 165, + 176 + ], + [ + 164, + 175 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 77, + 253 + ], + "area_fraction": 0.5395 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 116, + 19 + ], + "peak": [ + 115, + 22 + ], + "area_cells": 226 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 87 + ], + "peak": [ + 172, + 85 + ], + "area_cells": 5534 + }, + { + "id": "range_6", + "name": null, + "center": [ + 126, + 502 + ], + "peak": [ + 130, + 507 + ], + "area_cells": 159 + }, + { + "id": "range_7", + "name": null, + "center": [ + 188, + 439 + ], + "peak": [ + 161, + 451 + ], + "area_cells": 7824 + }, + { + "id": "range_8", + "name": null, + "center": [ + 178, + 12 + ], + "peak": [ + 182, + 6 + ], + "area_cells": 380 + }, + { + "id": "range_9", + "name": null, + "center": [ + 226, + 123 + ], + "peak": [ + 227, + 125 + ], + "area_cells": 521 + }, + { + "id": "range_10", + "name": null, + "center": [ + 232, + 199 + ], + "peak": [ + 229, + 183 + ], + "area_cells": 1093 + }, + { + "id": "range_11", + "name": null, + "center": [ + 222, + 415 + ], + "peak": [ + 225, + 415 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 224, + 6 + ], + "peak": [ + 223, + 0 + ], + "area_cells": 129 + }, + { + "id": "range_13", + "name": null, + "center": [ + 225, + 83 + ], + "peak": [ + 227, + 83 + ], + "area_cells": 136 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ad/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/globe.png new file mode 100644 index 000000000..b2c4c6dd5 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ad/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/heightmap.png new file mode 100644 index 000000000..9e4a17e01 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ad/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/index.md new file mode 100644 index 000000000..42e29fa08 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ4Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3593980550 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.033 + period_days: 430.0 + axial_tilt_deg: 22.2 +physical: + gravity_g: 0.58 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.943 + polar_ice_lat: 0.452 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.118 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Ad + +Cold Arid planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 430 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ad/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/markers.json new file mode 100644 index 000000000..0fb86d461 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ad/markers.json @@ -0,0 +1,1514 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 1, + 133 + ], + [ + 1, + 132 + ], + [ + 2, + 131 + ], + [ + 1, + 131 + ], + [ + 2, + 132 + ], + [ + 3, + 133 + ], + [ + 4, + 132 + ], + [ + 5, + 133 + ], + [ + 6, + 133 + ], + [ + 6, + 132 + ], + [ + 7, + 131 + ], + [ + 8, + 130 + ], + [ + 8, + 129 + ], + [ + 9, + 129 + ], + [ + 10, + 130 + ], + [ + 9, + 130 + ], + [ + 10, + 129 + ], + [ + 10, + 128 + ], + [ + 9, + 127 + ], + [ + 8, + 126 + ], + [ + 9, + 126 + ], + [ + 8, + 125 + ], + [ + 7, + 126 + ], + [ + 7, + 125 + ], + [ + 8, + 124 + ], + [ + 9, + 123 + ], + [ + 10, + 124 + ], + [ + 9, + 124 + ], + [ + 9, + 125 + ], + [ + 10, + 126 + ], + [ + 11, + 126 + ], + [ + 10, + 125 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 235, + 132 + ], + [ + 236, + 133 + ], + [ + 237, + 134 + ], + [ + 238, + 134 + ], + [ + 239, + 134 + ], + [ + 240, + 134 + ], + [ + 241, + 134 + ], + [ + 242, + 134 + ], + [ + 243, + 134 + ], + [ + 244, + 134 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 110, + 511 + ], + [ + 111, + 510 + ], + [ + 112, + 509 + ], + [ + 113, + 508 + ], + [ + 114, + 507 + ], + [ + 115, + 506 + ], + [ + 116, + 505 + ], + [ + 117, + 504 + ], + [ + 118, + 503 + ], + [ + 119, + 503 + ], + [ + 120, + 502 + ], + [ + 120, + 501 + ], + [ + 121, + 500 + ], + [ + 122, + 499 + ], + [ + 123, + 498 + ], + [ + 124, + 497 + ], + [ + 125, + 496 + ], + [ + 126, + 495 + ], + [ + 127, + 494 + ], + [ + 126, + 493 + ], + [ + 127, + 492 + ], + [ + 128, + 492 + ], + [ + 128, + 493 + ], + [ + 129, + 492 + ], + [ + 130, + 491 + ], + [ + 129, + 491 + ], + [ + 130, + 492 + ], + [ + 131, + 491 + ], + [ + 130, + 490 + ], + [ + 131, + 489 + ], + [ + 131, + 488 + ], + [ + 132, + 489 + ], + [ + 133, + 488 + ], + [ + 134, + 487 + ], + [ + 135, + 486 + ], + [ + 136, + 485 + ], + [ + 137, + 486 + ], + [ + 138, + 487 + ], + [ + 139, + 488 + ], + [ + 139, + 487 + ], + [ + 138, + 486 + ], + [ + 138, + 485 + ], + [ + 137, + 485 + ], + [ + 136, + 484 + ], + [ + 137, + 483 + ], + [ + 136, + 483 + ], + [ + 136, + 482 + ], + [ + 135, + 483 + ], + [ + 134, + 482 + ], + [ + 135, + 481 + ], + [ + 134, + 480 + ], + [ + 133, + 479 + ], + [ + 132, + 478 + ], + [ + 132, + 477 + ], + [ + 132, + 476 + ], + [ + 133, + 476 + ], + [ + 132, + 475 + ], + [ + 132, + 474 + ], + [ + 131, + 474 + ], + [ + 132, + 473 + ], + [ + 131, + 472 + ], + [ + 130, + 473 + ], + [ + 130, + 474 + ], + [ + 129, + 474 + ], + [ + 128, + 473 + ], + [ + 127, + 473 + ], + [ + 126, + 472 + ], + [ + 125, + 473 + ], + [ + 124, + 472 + ], + [ + 123, + 472 + ], + [ + 122, + 472 + ], + [ + 121, + 472 + ], + [ + 120, + 473 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 105, + 482 + ], + [ + 104, + 481 + ], + [ + 103, + 480 + ], + [ + 102, + 479 + ], + [ + 101, + 478 + ], + [ + 100, + 477 + ], + [ + 99, + 477 + ], + [ + 99, + 476 + ], + [ + 98, + 476 + ], + [ + 98, + 477 + ], + [ + 99, + 478 + ], + [ + 98, + 478 + ], + [ + 98, + 479 + ], + [ + 97, + 478 + ], + [ + 96, + 479 + ], + [ + 97, + 480 + ], + [ + 98, + 480 + ], + [ + 99, + 480 + ], + [ + 98, + 481 + ], + [ + 98, + 482 + ], + [ + 98, + 483 + ], + [ + 97, + 484 + ], + [ + 96, + 485 + ], + [ + 97, + 486 + ], + [ + 97, + 487 + ], + [ + 97, + 488 + ], + [ + 96, + 489 + ], + [ + 97, + 490 + ], + [ + 96, + 490 + ], + [ + 97, + 491 + ], + [ + 98, + 492 + ], + [ + 97, + 493 + ], + [ + 96, + 493 + ], + [ + 96, + 494 + ], + [ + 95, + 495 + ], + [ + 95, + 496 + ], + [ + 94, + 496 + ], + [ + 95, + 497 + ], + [ + 94, + 498 + ], + [ + 93, + 497 + ], + [ + 92, + 497 + ], + [ + 93, + 496 + ], + [ + 94, + 497 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 19, + 129 + ], + [ + 20, + 130 + ], + [ + 20, + 131 + ], + [ + 20, + 132 + ], + [ + 21, + 133 + ], + [ + 22, + 134 + ], + [ + 23, + 135 + ], + [ + 23, + 136 + ], + [ + 24, + 137 + ], + [ + 25, + 138 + ], + [ + 24, + 138 + ], + [ + 24, + 139 + ], + [ + 25, + 140 + ], + [ + 26, + 141 + ], + [ + 25, + 142 + ], + [ + 26, + 143 + ], + [ + 27, + 144 + ], + [ + 26, + 144 + ], + [ + 26, + 145 + ], + [ + 27, + 146 + ], + [ + 26, + 147 + ], + [ + 25, + 146 + ], + [ + 24, + 145 + ], + [ + 25, + 144 + ], + [ + 25, + 145 + ], + [ + 24, + 144 + ], + [ + 23, + 145 + ], + [ + 23, + 144 + ], + [ + 22, + 143 + ], + [ + 22, + 144 + ], + [ + 21, + 144 + ], + [ + 21, + 143 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 156, + 32 + ], + [ + 155, + 33 + ], + [ + 154, + 34 + ], + [ + 153, + 35 + ], + [ + 154, + 36 + ], + [ + 155, + 37 + ], + [ + 156, + 38 + ], + [ + 157, + 39 + ], + [ + 158, + 40 + ], + [ + 159, + 41 + ], + [ + 160, + 42 + ], + [ + 161, + 43 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 96, + 23 + ], + [ + 95, + 22 + ], + [ + 94, + 21 + ], + [ + 93, + 20 + ], + [ + 92, + 19 + ], + [ + 91, + 18 + ], + [ + 90, + 17 + ], + [ + 89, + 16 + ], + [ + 88, + 15 + ], + [ + 88, + 14 + ], + [ + 88, + 13 + ], + [ + 87, + 12 + ], + [ + 87, + 11 + ], + [ + 87, + 10 + ], + [ + 86, + 9 + ], + [ + 86, + 8 + ], + [ + 85, + 7 + ], + [ + 86, + 6 + ], + [ + 85, + 5 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 215, + 458 + ], + [ + 216, + 459 + ], + [ + 217, + 458 + ], + [ + 218, + 458 + ], + [ + 219, + 459 + ], + [ + 220, + 459 + ], + [ + 221, + 460 + ], + [ + 222, + 461 + ], + [ + 223, + 462 + ], + [ + 223, + 461 + ], + [ + 224, + 462 + ], + [ + 225, + 463 + ], + [ + 226, + 463 + ], + [ + 225, + 464 + ], + [ + 226, + 465 + ], + [ + 226, + 464 + ], + [ + 227, + 465 + ], + [ + 226, + 466 + ], + [ + 227, + 467 + ], + [ + 228, + 468 + ], + [ + 228, + 467 + ], + [ + 227, + 466 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 130, + 331 + ], + [ + 131, + 332 + ], + [ + 132, + 333 + ], + [ + 132, + 334 + ], + [ + 133, + 335 + ], + [ + 134, + 336 + ], + [ + 135, + 337 + ], + [ + 135, + 338 + ], + [ + 135, + 339 + ], + [ + 136, + 340 + ], + [ + 135, + 340 + ], + [ + 134, + 341 + ], + [ + 135, + 342 + ], + [ + 135, + 343 + ], + [ + 135, + 344 + ], + [ + 134, + 343 + ], + [ + 134, + 344 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 127, + 76 + ], + [ + 128, + 75 + ], + [ + 129, + 74 + ], + [ + 130, + 73 + ], + [ + 131, + 72 + ], + [ + 132, + 72 + ], + [ + 133, + 72 + ], + [ + 134, + 71 + ], + [ + 135, + 70 + ], + [ + 136, + 69 + ], + [ + 137, + 69 + ], + [ + 138, + 68 + ], + [ + 139, + 68 + ], + [ + 139, + 67 + ], + [ + 140, + 66 + ], + [ + 141, + 65 + ], + [ + 141, + 64 + ], + [ + 142, + 63 + ], + [ + 143, + 62 + ], + [ + 144, + 61 + ], + [ + 145, + 60 + ], + [ + 146, + 61 + ], + [ + 147, + 61 + ], + [ + 148, + 60 + ], + [ + 149, + 60 + ], + [ + 149, + 61 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 139, + 404 + ], + [ + 138, + 403 + ], + [ + 137, + 403 + ], + [ + 136, + 402 + ], + [ + 135, + 401 + ], + [ + 135, + 400 + ], + [ + 135, + 399 + ], + [ + 135, + 398 + ], + [ + 135, + 397 + ], + [ + 135, + 396 + ], + [ + 135, + 395 + ], + [ + 134, + 394 + ], + [ + 135, + 393 + ], + [ + 135, + 392 + ], + [ + 134, + 392 + ], + [ + 135, + 391 + ], + [ + 136, + 392 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 24, + 428 + ], + [ + 25, + 429 + ], + [ + 26, + 430 + ], + [ + 25, + 431 + ], + [ + 26, + 432 + ], + [ + 27, + 433 + ], + [ + 26, + 433 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 69, + 489 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 156, + 134 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 179, + 481 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 50, + 347 + ], + "peak": [ + 49, + 347 + ], + "area_cells": 405 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 103 + ], + "peak": [ + 52, + 102 + ], + "area_cells": 110 + }, + { + "id": "range_5", + "name": null, + "center": [ + 88, + 272 + ], + "peak": [ + 89, + 255 + ], + "area_cells": 7395 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 45 + ], + "peak": [ + 69, + 41 + ], + "area_cells": 354 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 436 + ], + "peak": [ + 69, + 435 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 42 + ], + "peak": [ + 88, + 41 + ], + "area_cells": 126 + }, + { + "id": "range_9", + "name": null, + "center": [ + 95, + 24 + ], + "peak": [ + 96, + 23 + ], + "area_cells": 83 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 80 + ], + "peak": [ + 99, + 80 + ], + "area_cells": 78 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 12 + ], + "peak": [ + 111, + 17 + ], + "area_cells": 169 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 277 + ], + "peak": [ + 160, + 287 + ], + "area_cells": 1640 + }, + { + "id": "range_14", + "name": null, + "center": [ + 153, + 444 + ], + "peak": [ + 152, + 450 + ], + "area_cells": 54 + }, + { + "id": "range_15", + "name": null, + "center": [ + 195, + 204 + ], + "peak": [ + 200, + 225 + ], + "area_cells": 964 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/globe.png new file mode 100644 index 000000000..5e8eda9d8 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/heightmap.png new file mode 100644 index 000000000..5d4946afd Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/index.md new file mode 100644 index 000000000..eece8ea54 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2516782301 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 56.6 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.958 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.336 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Ae-m1 + +Frozen moon. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 96% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/markers.json new file mode 100644 index 000000000..4495b6220 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ae-m1/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 168, + 305 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 215, + 99 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 21, + 113 + ], + "peak": [ + 38, + 126 + ], + "area_cells": 6730 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 320 + ], + "peak": [ + 4, + 343 + ], + "area_cells": 1991 + }, + { + "id": "range_7", + "name": null, + "center": [ + 94, + 64 + ], + "peak": [ + 96, + 64 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ae/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ae/globe.png new file mode 100644 index 000000000..dd9f988c6 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ae/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ae/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ae/index.md new file mode 100644 index 000000000..d4e70d7c8 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ4Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2076739601 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 28.7 +physical: + gravity_g: null + oblateness: 0.0707 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.326 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.111 +--- + +# GJ4Ae + +Gas giant. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Af/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Af/globe.png new file mode 100644 index 000000000..a7875a6e6 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Af/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Af/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Af/heightmap.png new file mode 100644 index 000000000..2cec047e3 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Af/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Af/index.md new file mode 100644 index 000000000..b30466c8e --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1326808011 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 42.5 +physical: + gravity_g: 0.44 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Af + +Frozen planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 92% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Af/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Af/markers.json new file mode 100644 index 000000000..e0dbc1014 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Af/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 30, + 466 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 47, + 430 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 186, + 255 + ], + "area_fraction": 0.026 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 250, + 206 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 290 + ], + "peak": [ + 0, + 288 + ], + "area_cells": 455 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 38 + ], + "peak": [ + 84, + 34 + ], + "area_cells": 211 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 402 + ], + "peak": [ + 96, + 402 + ], + "area_cells": 154 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 416 + ], + "peak": [ + 163, + 457 + ], + "area_cells": 7017 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 367 + ], + "peak": [ + 107, + 366 + ], + "area_cells": 104 + }, + { + "id": "range_7", + "name": null, + "center": [ + 133, + 65 + ], + "peak": [ + 132, + 68 + ], + "area_cells": 1611 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 238 + ], + "peak": [ + 126, + 242 + ], + "area_cells": 67 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 127 + ], + "peak": [ + 145, + 126 + ], + "area_cells": 1759 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 8 + ], + "peak": [ + 168, + 5 + ], + "area_cells": 417 + }, + { + "id": "range_12", + "name": null, + "center": [ + 154, + 282 + ], + "peak": [ + 154, + 281 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 329 + ], + "peak": [ + 157, + 332 + ], + "area_cells": 283 + }, + { + "id": "range_16", + "name": null, + "center": [ + 188, + 13 + ], + "peak": [ + 189, + 13 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ag/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/globe.png new file mode 100644 index 000000000..00b277daf Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ag/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/heightmap.png new file mode 100644 index 000000000..95f11486c Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ag/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/index.md new file mode 100644 index 000000000..e7bee7f03 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3879490992 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.761 + period_days: 7200.0 + axial_tilt_deg: 50.2 +physical: + gravity_g: 0.36 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.939 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Ag + +Frozen planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Land** | 94% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ag/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/markers.json new file mode 100644 index 000000000..730297868 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ag/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 191, + 248 + ], + "area_fraction": 0.0242 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 243, + 89 + ], + "area_fraction": 0.009 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 244, + 270 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 91 + ], + "peak": [ + 9, + 93 + ], + "area_cells": 11961 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 494 + ], + "peak": [ + 40, + 507 + ], + "area_cells": 1371 + }, + { + "id": "range_4", + "name": null, + "center": [ + 31, + 474 + ], + "peak": [ + 28, + 475 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 429 + ], + "peak": [ + 51, + 427 + ], + "area_cells": 298 + }, + { + "id": "range_6", + "name": null, + "center": [ + 97, + 40 + ], + "peak": [ + 95, + 41 + ], + "area_cells": 177 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 13 + ], + "peak": [ + 110, + 16 + ], + "area_cells": 344 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 411 + ], + "peak": [ + 113, + 427 + ], + "area_cells": 1127 + }, + { + "id": "range_10", + "name": null, + "center": [ + 106, + 342 + ], + "peak": [ + 106, + 342 + ], + "area_cells": 63 + }, + { + "id": "range_12", + "name": null, + "center": [ + 118, + 348 + ], + "peak": [ + 120, + 353 + ], + "area_cells": 105 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 442 + ], + "peak": [ + 125, + 443 + ], + "area_cells": 168 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 139 + ], + "peak": [ + 144, + 139 + ], + "area_cells": 174 + }, + { + "id": "range_15", + "name": null, + "center": [ + 136, + 355 + ], + "peak": [ + 137, + 356 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ah/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/globe.png new file mode 100644 index 000000000..5906e4e71 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ah/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/heightmap.png new file mode 100644 index 000000000..7026e6264 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ah/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/index.md new file mode 100644 index 000000000..2c4baab22 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3330590667 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.28 + period_days: 13500.0 + axial_tilt_deg: 59.0 +physical: + gravity_g: 0.28 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.418 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Ah + +Frozen planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 93% | +| **Year** | 13500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ah/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/markers.json new file mode 100644 index 000000000..573173f08 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ah/markers.json @@ -0,0 +1,260 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 70, + 379 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 196, + 62 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 213, + 411 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 208, + 145 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 232, + 434 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 107 + ], + "peak": [ + 0, + 107 + ], + "area_cells": 64 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 146 + ], + "peak": [ + 8, + 147 + ], + "area_cells": 243 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 252 + ], + "peak": [ + 0, + 259 + ], + "area_cells": 192 + }, + { + "id": "range_5", + "name": null, + "center": [ + 24, + 435 + ], + "peak": [ + 22, + 455 + ], + "area_cells": 6532 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 231 + ], + "peak": [ + 5, + 229 + ], + "area_cells": 78 + }, + { + "id": "range_10", + "name": null, + "center": [ + 39, + 145 + ], + "peak": [ + 40, + 146 + ], + "area_cells": 92 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 103 + ], + "peak": [ + 73, + 74 + ], + "area_cells": 12472 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 501 + ], + "peak": [ + 78, + 500 + ], + "area_cells": 160 + }, + { + "id": "range_13", + "name": null, + "center": [ + 82, + 2 + ], + "peak": [ + 82, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 118, + 464 + ], + "peak": [ + 108, + 487 + ], + "area_cells": 4283 + }, + { + "id": "range_15", + "name": null, + "center": [ + 111, + 226 + ], + "peak": [ + 111, + 224 + ], + "area_cells": 203 + }, + { + "id": "range_16", + "name": null, + "center": [ + 114, + 298 + ], + "peak": [ + 113, + 299 + ], + "area_cells": 58 + }, + { + "id": "range_17", + "name": null, + "center": [ + 119, + 198 + ], + "peak": [ + 121, + 197 + ], + "area_cells": 69 + }, + { + "id": "range_18", + "name": null, + "center": [ + 151, + 84 + ], + "peak": [ + 148, + 80 + ], + "area_cells": 177 + }, + { + "id": "range_20", + "name": null, + "center": [ + 196, + 462 + ], + "peak": [ + 196, + 463 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ai/globe.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/globe.png new file mode 100644 index 000000000..17bc3b365 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/globe.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ai/heightmap.png b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/heightmap.png new file mode 100644 index 000000000..d02c92a72 Binary files /dev/null and b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ai/index.md b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/index.md new file mode 100644 index 000000000..0a6d77a6c --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/index.md @@ -0,0 +1,64 @@ +--- +id: GJ4Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1611799516 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.2 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ4Ai + +Frozen planet. + +**System:** [GJ-4A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Land** | 95% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-4A/bodies/GJ4Ai/markers.json b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/markers.json new file mode 100644 index 000000000..bebc1ade5 --- /dev/null +++ b/wiki/star-systems/GJ-4A/bodies/GJ4Ai/markers.json @@ -0,0 +1,305 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 223, + 487 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 221, + 9 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 245, + 295 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 132 + ], + "peak": [ + 0, + 134 + ], + "area_cells": 89 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 275 + ], + "peak": [ + 7, + 276 + ], + "area_cells": 385 + }, + { + "id": "range_12", + "name": null, + "center": [ + 62, + 480 + ], + "peak": [ + 69, + 484 + ], + "area_cells": 2291 + }, + { + "id": "range_14", + "name": null, + "center": [ + 52, + 418 + ], + "peak": [ + 49, + 418 + ], + "area_cells": 194 + }, + { + "id": "range_15", + "name": null, + "center": [ + 59, + 154 + ], + "peak": [ + 60, + 155 + ], + "area_cells": 68 + }, + { + "id": "range_16", + "name": null, + "center": [ + 91, + 366 + ], + "peak": [ + 73, + 382 + ], + "area_cells": 5809 + }, + { + "id": "range_17", + "name": null, + "center": [ + 74, + 8 + ], + "peak": [ + 69, + 0 + ], + "area_cells": 314 + }, + { + "id": "range_18", + "name": null, + "center": [ + 69, + 135 + ], + "peak": [ + 72, + 135 + ], + "area_cells": 142 + }, + { + "id": "range_21", + "name": null, + "center": [ + 100, + 139 + ], + "peak": [ + 101, + 140 + ], + "area_cells": 88 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 457 + ], + "peak": [ + 99, + 458 + ], + "area_cells": 92 + }, + { + "id": "range_23", + "name": null, + "center": [ + 132, + 96 + ], + "peak": [ + 142, + 68 + ], + "area_cells": 5539 + }, + { + "id": "range_24", + "name": null, + "center": [ + 116, + 217 + ], + "peak": [ + 111, + 214 + ], + "area_cells": 221 + }, + { + "id": "range_26", + "name": null, + "center": [ + 119, + 263 + ], + "peak": [ + 119, + 267 + ], + "area_cells": 115 + }, + { + "id": "range_27", + "name": null, + "center": [ + 130, + 440 + ], + "peak": [ + 129, + 441 + ], + "area_cells": 33 + }, + { + "id": "range_28", + "name": null, + "center": [ + 143, + 289 + ], + "peak": [ + 143, + 289 + ], + "area_cells": 37 + }, + { + "id": "range_29", + "name": null, + "center": [ + 152, + 319 + ], + "peak": [ + 152, + 319 + ], + "area_cells": 179 + }, + { + "id": "range_32", + "name": null, + "center": [ + 168, + 346 + ], + "peak": [ + 166, + 347 + ], + "area_cells": 144 + }, + { + "id": "range_33", + "name": null, + "center": [ + 170, + 274 + ], + "peak": [ + 168, + 274 + ], + "area_cells": 105 + }, + { + "id": "range_34", + "name": null, + "center": [ + 192, + 239 + ], + "peak": [ + 196, + 242 + ], + "area_cells": 105 + }, + { + "id": "range_38", + "name": null, + "center": [ + 216, + 224 + ], + "peak": [ + 216, + 224 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ5b/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5b/globe.png new file mode 100644 index 000000000..1cd7b3111 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5b/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5b/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5b/heightmap.png new file mode 100644 index 000000000..445d63c1f Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5b/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5b/index.md b/wiki/star-systems/GJ-5/bodies/GJ5b/index.md new file mode 100644 index 000000000..43d2f305d --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ5b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4081048282 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.46 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.867 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5b + +Barren planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 94% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5b/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5b/markers.json new file mode 100644 index 000000000..73f8bda9e --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5b/markers.json @@ -0,0 +1,298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 49, + 246 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 24, + 502 + ], + "peak": [ + 25, + 508 + ], + "area_cells": 341 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 3 + ], + "peak": [ + 9, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 22, + 6 + ], + "peak": [ + 15, + 13 + ], + "area_cells": 159 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 445 + ], + "peak": [ + 60, + 445 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 85, + 487 + ], + "peak": [ + 85, + 488 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 104, + 46 + ], + "peak": [ + 104, + 47 + ], + "area_cells": 95 + }, + { + "id": "range_17", + "name": null, + "center": [ + 167, + 315 + ], + "peak": [ + 128, + 277 + ], + "area_cells": 12390 + }, + { + "id": "range_18", + "name": null, + "center": [ + 106, + 82 + ], + "peak": [ + 107, + 83 + ], + "area_cells": 25 + }, + { + "id": "range_21", + "name": null, + "center": [ + 134, + 406 + ], + "peak": [ + 132, + 405 + ], + "area_cells": 56 + }, + { + "id": "range_22", + "name": null, + "center": [ + 149, + 100 + ], + "peak": [ + 146, + 80 + ], + "area_cells": 704 + }, + { + "id": "range_23", + "name": null, + "center": [ + 141, + 8 + ], + "peak": [ + 142, + 4 + ], + "area_cells": 184 + }, + { + "id": "range_24", + "name": null, + "center": [ + 143, + 441 + ], + "peak": [ + 144, + 442 + ], + "area_cells": 53 + }, + { + "id": "range_25", + "name": null, + "center": [ + 145, + 506 + ], + "peak": [ + 145, + 511 + ], + "area_cells": 95 + }, + { + "id": "range_28", + "name": null, + "center": [ + 148, + 28 + ], + "peak": [ + 147, + 29 + ], + "area_cells": 21 + }, + { + "id": "range_29", + "name": null, + "center": [ + 160, + 28 + ], + "peak": [ + 155, + 31 + ], + "area_cells": 90 + }, + { + "id": "range_30", + "name": null, + "center": [ + 156, + 456 + ], + "peak": [ + 156, + 461 + ], + "area_cells": 29 + }, + { + "id": "range_33", + "name": null, + "center": [ + 171, + 437 + ], + "peak": [ + 170, + 438 + ], + "area_cells": 76 + }, + { + "id": "range_41", + "name": null, + "center": [ + 202, + 278 + ], + "peak": [ + 203, + 279 + ], + "area_cells": 30 + }, + { + "id": "range_42", + "name": null, + "center": [ + 201, + 292 + ], + "peak": [ + 201, + 293 + ], + "area_cells": 25 + }, + { + "id": "range_47", + "name": null, + "center": [ + 242, + 335 + ], + "peak": [ + 253, + 337 + ], + "area_cells": 112 + }, + { + "id": "range_49", + "name": null, + "center": [ + 241, + 68 + ], + "peak": [ + 242, + 66 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5c/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5c/globe.png new file mode 100644 index 000000000..8c17f00f8 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5c/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5c/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5c/heightmap.png new file mode 100644 index 000000000..e10924c7a Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5c/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5c/index.md b/wiki/star-systems/GJ-5/bodies/GJ5c/index.md new file mode 100644 index 000000000..9302d28b3 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ5c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2346313776 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.767 + period_days: 275.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.86 + oblateness: 0.004 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.463 + polar_ice_lat: 0.733 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.526 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ5c + +Temperate planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 275 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5c/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5c/markers.json new file mode 100644 index 000000000..7695563d9 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5c/markers.json @@ -0,0 +1,587 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 140, + 196 + ], + [ + 141, + 195 + ], + [ + 140, + 194 + ], + [ + 141, + 193 + ], + [ + 142, + 192 + ], + [ + 143, + 191 + ], + [ + 144, + 190 + ], + [ + 145, + 189 + ], + [ + 146, + 188 + ], + [ + 147, + 187 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 1, + 61 + ], + [ + 1, + 62 + ], + [ + 2, + 63 + ], + [ + 3, + 64 + ], + [ + 4, + 65 + ], + [ + 5, + 65 + ], + [ + 6, + 65 + ], + [ + 7, + 66 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 35, + 79 + ], + [ + 34, + 78 + ], + [ + 33, + 77 + ], + [ + 32, + 76 + ], + [ + 31, + 75 + ], + [ + 30, + 74 + ], + [ + 29, + 73 + ], + [ + 28, + 72 + ], + [ + 27, + 71 + ], + [ + 26, + 70 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 108, + 365 + ], + [ + 107, + 366 + ], + [ + 106, + 367 + ], + [ + 105, + 368 + ], + [ + 104, + 369 + ], + [ + 103, + 369 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 147, + 378 + ], + [ + 148, + 377 + ], + [ + 149, + 376 + ], + [ + 150, + 376 + ], + [ + 151, + 375 + ], + [ + 152, + 375 + ], + [ + 152, + 376 + ], + [ + 153, + 377 + ], + [ + 154, + 378 + ], + [ + 154, + 379 + ], + [ + 155, + 379 + ], + [ + 154, + 380 + ], + [ + 155, + 381 + ], + [ + 156, + 382 + ], + [ + 156, + 383 + ], + [ + 156, + 384 + ], + [ + 157, + 385 + ], + [ + 156, + 386 + ], + [ + 156, + 387 + ], + [ + 156, + 388 + ], + [ + 156, + 389 + ], + [ + 156, + 390 + ], + [ + 156, + 391 + ], + [ + 155, + 392 + ], + [ + 155, + 393 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 126, + 10 + ], + [ + 126, + 11 + ], + [ + 127, + 10 + ], + [ + 128, + 11 + ], + [ + 129, + 10 + ], + [ + 130, + 10 + ], + [ + 130, + 11 + ], + [ + 131, + 11 + ], + [ + 132, + 10 + ], + [ + 133, + 10 + ], + [ + 134, + 10 + ], + [ + 135, + 10 + ], + [ + 136, + 9 + ], + [ + 137, + 8 + ], + [ + 138, + 7 + ], + [ + 139, + 6 + ], + [ + 140, + 5 + ], + [ + 141, + 4 + ], + [ + 142, + 3 + ], + [ + 143, + 2 + ], + [ + 144, + 1 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 69, + 301 + ], + [ + 68, + 301 + ], + [ + 67, + 301 + ], + [ + 66, + 300 + ], + [ + 65, + 301 + ], + [ + 64, + 301 + ], + [ + 63, + 302 + ], + [ + 64, + 303 + ], + [ + 63, + 304 + ], + [ + 64, + 304 + ], + [ + 63, + 305 + ], + [ + 63, + 306 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 134, + 251 + ], + [ + 135, + 250 + ], + [ + 136, + 249 + ], + [ + 137, + 248 + ], + [ + 138, + 247 + ], + [ + 139, + 246 + ], + [ + 140, + 245 + ], + [ + 141, + 245 + ], + [ + 142, + 245 + ], + [ + 143, + 245 + ], + [ + 144, + 246 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 166 + ], + "area_fraction": 0.0747 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 191, + 265 + ], + "area_fraction": 0.4563 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 383 + ], + "peak": [ + 36, + 358 + ], + "area_cells": 3685 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 92 + ], + "peak": [ + 62, + 96 + ], + "area_cells": 123 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 472 + ], + "peak": [ + 88, + 472 + ], + "area_cells": 1167 + }, + { + "id": "range_4", + "name": null, + "center": [ + 105, + 210 + ], + "peak": [ + 110, + 220 + ], + "area_cells": 1844 + }, + { + "id": "range_5", + "name": null, + "center": [ + 99, + 91 + ], + "peak": [ + 97, + 81 + ], + "area_cells": 216 + }, + { + "id": "range_6", + "name": null, + "center": [ + 145, + 355 + ], + "peak": [ + 146, + 358 + ], + "area_cells": 161 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 328 + ], + "peak": [ + 146, + 328 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5d/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5d/globe.png new file mode 100644 index 000000000..a7c4e5aff Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5d/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5d/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5d/heightmap.png new file mode 100644 index 000000000..5a3112b22 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5d/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5d/index.md b/wiki/star-systems/GJ-5/bodies/GJ5d/index.md new file mode 100644 index 000000000..9f6f2b8f8 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ5d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 124132539 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 36.4 +physical: + gravity_g: 0.58 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.5 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.13 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5d + +Cold Arid planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5d/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5d/markers.json new file mode 100644 index 000000000..983aec4b8 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5d/markers.json @@ -0,0 +1,1067 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 287 + ], + [ + 136, + 288 + ], + [ + 135, + 289 + ], + [ + 134, + 290 + ], + [ + 133, + 291 + ], + [ + 132, + 291 + ], + [ + 131, + 292 + ], + [ + 130, + 293 + ], + [ + 129, + 294 + ], + [ + 128, + 294 + ], + [ + 127, + 293 + ], + [ + 126, + 292 + ], + [ + 125, + 292 + ], + [ + 124, + 292 + ], + [ + 123, + 293 + ], + [ + 122, + 294 + ], + [ + 121, + 293 + ], + [ + 120, + 293 + ], + [ + 119, + 293 + ], + [ + 118, + 292 + ], + [ + 117, + 292 + ], + [ + 116, + 292 + ], + [ + 116, + 293 + ], + [ + 115, + 294 + ], + [ + 114, + 293 + ], + [ + 113, + 293 + ], + [ + 112, + 293 + ], + [ + 111, + 293 + ], + [ + 111, + 294 + ], + [ + 110, + 294 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 168, + 280 + ], + [ + 169, + 279 + ], + [ + 169, + 278 + ], + [ + 168, + 277 + ], + [ + 167, + 276 + ], + [ + 168, + 275 + ], + [ + 167, + 275 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 227, + 199 + ], + [ + 226, + 198 + ], + [ + 225, + 198 + ], + [ + 224, + 199 + ], + [ + 223, + 199 + ], + [ + 222, + 199 + ], + [ + 221, + 198 + ], + [ + 221, + 199 + ], + [ + 220, + 198 + ], + [ + 220, + 199 + ], + [ + 219, + 198 + ], + [ + 218, + 197 + ], + [ + 219, + 197 + ], + [ + 220, + 197 + ], + [ + 220, + 196 + ], + [ + 220, + 195 + ], + [ + 221, + 195 + ], + [ + 222, + 194 + ], + [ + 221, + 193 + ], + [ + 222, + 192 + ], + [ + 222, + 191 + ], + [ + 222, + 190 + ], + [ + 223, + 189 + ], + [ + 224, + 188 + ], + [ + 223, + 188 + ], + [ + 224, + 187 + ], + [ + 223, + 187 + ], + [ + 223, + 186 + ], + [ + 222, + 187 + ], + [ + 222, + 186 + ], + [ + 223, + 185 + ], + [ + 224, + 186 + ], + [ + 225, + 187 + ], + [ + 225, + 186 + ], + [ + 224, + 185 + ], + [ + 225, + 184 + ], + [ + 224, + 184 + ], + [ + 225, + 185 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 234, + 173 + ], + [ + 235, + 172 + ], + [ + 236, + 172 + ], + [ + 237, + 171 + ], + [ + 238, + 172 + ], + [ + 239, + 173 + ], + [ + 240, + 173 + ], + [ + 241, + 172 + ], + [ + 242, + 172 + ], + [ + 242, + 171 + ], + [ + 243, + 170 + ], + [ + 244, + 169 + ], + [ + 245, + 168 + ], + [ + 246, + 167 + ], + [ + 247, + 166 + ], + [ + 248, + 165 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 219, + 98 + ], + [ + 220, + 98 + ], + [ + 221, + 98 + ], + [ + 222, + 98 + ], + [ + 221, + 97 + ], + [ + 221, + 96 + ], + [ + 221, + 95 + ], + [ + 221, + 94 + ], + [ + 221, + 93 + ], + [ + 220, + 92 + ], + [ + 219, + 92 + ], + [ + 218, + 91 + ], + [ + 219, + 90 + ], + [ + 218, + 90 + ], + [ + 218, + 89 + ], + [ + 218, + 88 + ], + [ + 219, + 87 + ], + [ + 220, + 88 + ], + [ + 221, + 88 + ], + [ + 222, + 87 + ], + [ + 223, + 86 + ], + [ + 224, + 85 + ], + [ + 223, + 84 + ], + [ + 224, + 83 + ], + [ + 223, + 82 + ], + [ + 223, + 81 + ], + [ + 223, + 80 + ], + [ + 222, + 79 + ], + [ + 222, + 78 + ], + [ + 221, + 79 + ], + [ + 220, + 78 + ], + [ + 221, + 78 + ], + [ + 220, + 77 + ], + [ + 221, + 76 + ], + [ + 222, + 76 + ], + [ + 221, + 75 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 194, + 199 + ], + [ + 195, + 198 + ], + [ + 196, + 197 + ], + [ + 197, + 196 + ], + [ + 198, + 195 + ], + [ + 199, + 194 + ], + [ + 200, + 193 + ], + [ + 201, + 192 + ], + [ + 202, + 191 + ], + [ + 203, + 190 + ], + [ + 204, + 189 + ], + [ + 205, + 189 + ], + [ + 205, + 188 + ], + [ + 206, + 187 + ], + [ + 205, + 187 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 107, + 354 + ], + [ + 108, + 355 + ], + [ + 109, + 356 + ], + [ + 109, + 357 + ], + [ + 108, + 358 + ], + [ + 107, + 359 + ], + [ + 106, + 360 + ], + [ + 105, + 361 + ], + [ + 104, + 362 + ], + [ + 104, + 363 + ], + [ + 103, + 364 + ], + [ + 102, + 365 + ], + [ + 101, + 366 + ], + [ + 100, + 367 + ], + [ + 99, + 368 + ], + [ + 98, + 368 + ], + [ + 97, + 369 + ], + [ + 96, + 368 + ], + [ + 95, + 368 + ], + [ + 94, + 368 + ], + [ + 93, + 367 + ], + [ + 92, + 368 + ], + [ + 91, + 367 + ], + [ + 90, + 366 + ], + [ + 89, + 367 + ], + [ + 88, + 368 + ], + [ + 87, + 368 + ], + [ + 86, + 368 + ], + [ + 86, + 369 + ], + [ + 85, + 369 + ], + [ + 85, + 368 + ], + [ + 84, + 369 + ], + [ + 83, + 368 + ], + [ + 82, + 368 + ], + [ + 81, + 368 + ], + [ + 80, + 368 + ], + [ + 79, + 369 + ], + [ + 78, + 369 + ], + [ + 77, + 369 + ], + [ + 76, + 370 + ], + [ + 75, + 370 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 239, + 130 + ], + [ + 238, + 131 + ], + [ + 237, + 130 + ], + [ + 236, + 130 + ], + [ + 235, + 131 + ], + [ + 235, + 130 + ], + [ + 236, + 131 + ], + [ + 236, + 132 + ], + [ + 235, + 132 + ], + [ + 236, + 133 + ], + [ + 236, + 134 + ], + [ + 235, + 134 + ], + [ + 235, + 133 + ], + [ + 234, + 133 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 227, + 157 + ], + [ + 226, + 158 + ], + [ + 225, + 159 + ], + [ + 224, + 160 + ], + [ + 223, + 159 + ], + [ + 222, + 159 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 255, + 473 + ], + [ + 255, + 474 + ], + [ + 254, + 473 + ], + [ + 253, + 474 + ], + [ + 252, + 474 + ], + [ + 252, + 473 + ], + [ + 251, + 472 + ], + [ + 250, + 473 + ], + [ + 250, + 474 + ], + [ + 249, + 474 + ], + [ + 248, + 475 + ], + [ + 249, + 475 + ], + [ + 250, + 475 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 238, + 347 + ], + "area_fraction": 0.0177 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 69, + 83 + ], + "peak": [ + 82, + 38 + ], + "area_cells": 11572 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 506 + ], + "peak": [ + 29, + 511 + ], + "area_cells": 159 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 316 + ], + "peak": [ + 60, + 327 + ], + "area_cells": 1710 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 451 + ], + "peak": [ + 62, + 500 + ], + "area_cells": 3981 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 299 + ], + "peak": [ + 81, + 299 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 138 + ], + "peak": [ + 95, + 139 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 128, + 108 + ], + "peak": [ + 128, + 108 + ], + "area_cells": 88 + }, + { + "id": "range_15", + "name": null, + "center": [ + 163, + 233 + ], + "peak": [ + 164, + 234 + ], + "area_cells": 274 + }, + { + "id": "range_16", + "name": null, + "center": [ + 182, + 402 + ], + "peak": [ + 182, + 403 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5e-m1/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/globe.png new file mode 100644 index 000000000..7086e10de Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5e-m1/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/heightmap.png new file mode 100644 index 000000000..5cb771850 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5e-m1/index.md b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/index.md new file mode 100644 index 000000000..d501d08a8 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ5e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1982823288 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 35.2 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.352 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5e-m1 + +Frozen moon. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5e-m1/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/markers.json new file mode 100644 index 000000000..1acae099c --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5e-m1/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 10, + 122 + ], + "area_fraction": 0.0268 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 441 + ], + "peak": [ + 69, + 438 + ], + "area_cells": 33 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 485 + ], + "peak": [ + 72, + 479 + ], + "area_cells": 175 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 451 + ], + "peak": [ + 79, + 448 + ], + "area_cells": 35 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 416 + ], + "peak": [ + 93, + 417 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 188, + 252 + ], + "peak": [ + 205, + 267 + ], + "area_cells": 20772 + }, + { + "id": "range_8", + "name": null, + "center": [ + 137, + 494 + ], + "peak": [ + 137, + 491 + ], + "area_cells": 226 + }, + { + "id": "range_14", + "name": null, + "center": [ + 233, + 9 + ], + "peak": [ + 235, + 14 + ], + "area_cells": 326 + }, + { + "id": "range_15", + "name": null, + "center": [ + 232, + 504 + ], + "peak": [ + 232, + 502 + ], + "area_cells": 150 + }, + { + "id": "range_16", + "name": null, + "center": [ + 240, + 468 + ], + "peak": [ + 240, + 470 + ], + "area_cells": 236 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5e/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5e/globe.png new file mode 100644 index 000000000..1d857f354 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5e/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5e/index.md b/wiki/star-systems/GJ-5/bodies/GJ5e/index.md new file mode 100644 index 000000000..cd5abd329 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ5e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1730550723 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 16.1 +physical: + gravity_g: null + oblateness: 0.0883 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.321 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.077 +--- + +# GJ5e + +Gas giant. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5f/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5f/globe.png new file mode 100644 index 000000000..67774d5aa Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5f/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5f/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5f/heightmap.png new file mode 100644 index 000000000..64fde7708 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5f/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5f/index.md b/wiki/star-systems/GJ-5/bodies/GJ5f/index.md new file mode 100644 index 000000000..c865e4695 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ5f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4041371917 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.581 + period_days: 5400.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.44 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.721 + polar_ice_lat: 0.214 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5f + +Frozen planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5f/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5f/markers.json new file mode 100644 index 000000000..f738eb2eb --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5f/markers.json @@ -0,0 +1,200 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 117 + ], + "area_fraction": 0.0905 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 235 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 19, + 486 + ], + "area_fraction": 0.017 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 95, + 22 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 106, + 464 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 110, + 253 + ], + "area_fraction": 0.006 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 146, + 211 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_51", + "name": null, + "kind": "sea", + "center": [ + 171, + 292 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 167, + 486 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_63", + "name": null, + "kind": "lake", + "center": [ + 185, + 392 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_68", + "name": null, + "kind": "lake", + "center": [ + 206, + 435 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_72", + "name": null, + "kind": "lake", + "center": [ + 227, + 369 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 222, + 32 + ], + "peak": [ + 224, + 40 + ], + "area_cells": 3782 + }, + { + "id": "range_2", + "name": null, + "center": [ + 242, + 464 + ], + "peak": [ + 227, + 473 + ], + "area_cells": 1503 + }, + { + "id": "range_5", + "name": null, + "center": [ + 248, + 121 + ], + "peak": [ + 247, + 117 + ], + "area_cells": 361 + }, + { + "id": "range_8", + "name": null, + "center": [ + 252, + 79 + ], + "peak": [ + 255, + 72 + ], + "area_cells": 129 + }, + { + "id": "range_10", + "name": null, + "center": [ + 252, + 508 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5g/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5g/globe.png new file mode 100644 index 000000000..0ac838261 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5g/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5g/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5g/heightmap.png new file mode 100644 index 000000000..0d5543492 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5g/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5g/index.md b/wiki/star-systems/GJ-5/bodies/GJ5g/index.md new file mode 100644 index 000000000..321bb795c --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ5g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2660802950 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.714 + period_days: 12400.0 + axial_tilt_deg: 27.5 +physical: + gravity_g: 0.34 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.284 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5g + +Frozen planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 12400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5g/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5g/markers.json new file mode 100644 index 000000000..04c27f4e1 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5g/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 53, + 230 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 137, + 355 + ], + "area_fraction": 0.005 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 210, + 280 + ], + "area_fraction": 0.0899 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 203, + 56 + ], + "area_fraction": 0.0604 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 212, + 473 + ], + "area_fraction": 0.0474 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 431 + ], + "peak": [ + 6, + 433 + ], + "area_cells": 1075 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 344 + ], + "peak": [ + 33, + 350 + ], + "area_cells": 1064 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 366 + ], + "peak": [ + 73, + 375 + ], + "area_cells": 618 + }, + { + "id": "range_5", + "name": null, + "center": [ + 140, + 227 + ], + "peak": [ + 142, + 231 + ], + "area_cells": 187 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5h/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5h/globe.png new file mode 100644 index 000000000..e403f8c4a Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5h/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5h/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5h/heightmap.png new file mode 100644 index 000000000..e56ce6f73 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5h/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5h/index.md b/wiki/star-systems/GJ-5/bodies/GJ5h/index.md new file mode 100644 index 000000000..3751d4bc5 --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ5h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2142074683 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 31.3 +physical: + gravity_g: 0.12 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.729 + polar_ice_lat: 0.226 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5h + +Frozen planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5h/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5h/markers.json new file mode 100644 index 000000000..ba2633a7c --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5h/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 271 + ], + "area_fraction": 0.2614 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 192, + 407 + ], + "peak": [ + 250, + 496 + ], + "area_cells": 19443 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 202 + ], + "peak": [ + 105, + 202 + ], + "area_cells": 74 + }, + { + "id": "range_5", + "name": null, + "center": [ + 113, + 81 + ], + "peak": [ + 116, + 84 + ], + "area_cells": 55 + }, + { + "id": "range_6", + "name": null, + "center": [ + 136, + 6 + ], + "peak": [ + 136, + 6 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 31 + ], + "peak": [ + 146, + 30 + ], + "area_cells": 213 + }, + { + "id": "range_8", + "name": null, + "center": [ + 147, + 122 + ], + "peak": [ + 146, + 122 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 171, + 102 + ], + "peak": [ + 179, + 118 + ], + "area_cells": 1772 + }, + { + "id": "range_13", + "name": null, + "center": [ + 178, + 1 + ], + "peak": [ + 176, + 2 + ], + "area_cells": 66 + }, + { + "id": "range_15", + "name": null, + "center": [ + 199, + 87 + ], + "peak": [ + 198, + 89 + ], + "area_cells": 101 + }, + { + "id": "range_17", + "name": null, + "center": [ + 236, + 201 + ], + "peak": [ + 245, + 263 + ], + "area_cells": 5664 + }, + { + "id": "range_18", + "name": null, + "center": [ + 208, + 7 + ], + "peak": [ + 209, + 3 + ], + "area_cells": 237 + }, + { + "id": "range_20", + "name": null, + "center": [ + 239, + 33 + ], + "peak": [ + 253, + 18 + ], + "area_cells": 2076 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-5/bodies/GJ5i/globe.png b/wiki/star-systems/GJ-5/bodies/GJ5i/globe.png new file mode 100644 index 000000000..5d9b04c84 Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5i/globe.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5i/heightmap.png b/wiki/star-systems/GJ-5/bodies/GJ5i/heightmap.png new file mode 100644 index 000000000..0a1bac43e Binary files /dev/null and b/wiki/star-systems/GJ-5/bodies/GJ5i/heightmap.png differ diff --git a/wiki/star-systems/GJ-5/bodies/GJ5i/index.md b/wiki/star-systems/GJ-5/bodies/GJ5i/index.md new file mode 100644 index 000000000..a766ba47f --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ5i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 343182340 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 27.168 + period_days: 58000.0 + axial_tilt_deg: 18.3 +physical: + gravity_g: 0.08 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.86 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ5i + +Frozen planet. + +**System:** [GJ-5](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-5/bodies/GJ5i/markers.json b/wiki/star-systems/GJ-5/bodies/GJ5i/markers.json new file mode 100644 index 000000000..0e7385fca --- /dev/null +++ b/wiki/star-systems/GJ-5/bodies/GJ5i/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 91, + 112 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 109, + 186 + ], + "area_fraction": 0.0329 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 147, + 44 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 183, + 330 + ], + "area_fraction": 0.0364 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 150, + 483 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 25 + ], + "peak": [ + 35, + 1 + ], + "area_cells": 2145 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 354 + ], + "peak": [ + 33, + 443 + ], + "area_cells": 17728 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 105 + ], + "peak": [ + 56, + 106 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ501Bb/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/globe.png new file mode 100644 index 000000000..21da4c0b1 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bb/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/heightmap.png new file mode 100644 index 000000000..a33fe3147 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bb/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/index.md new file mode 100644 index 000000000..6025767df --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ501Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3475711498 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.352 + period_days: 68.0 + axial_tilt_deg: 43.2 +physical: + gravity_g: 0.52 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.831 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bb + +Barren planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 96% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bb/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/markers.json new file mode 100644 index 000000000..10714505e --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bb/markers.json @@ -0,0 +1,363 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 247, + 132 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 64 + ], + "peak": [ + 36, + 45 + ], + "area_cells": 6158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 40, + 322 + ], + "peak": [ + 27, + 257 + ], + "area_cells": 15086 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 464 + ], + "peak": [ + 17, + 465 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 46, + 172 + ], + "peak": [ + 48, + 165 + ], + "area_cells": 227 + }, + { + "id": "range_13", + "name": null, + "center": [ + 40, + 322 + ], + "peak": [ + 44, + 316 + ], + "area_cells": 162 + }, + { + "id": "range_14", + "name": null, + "center": [ + 41, + 504 + ], + "peak": [ + 42, + 511 + ], + "area_cells": 120 + }, + { + "id": "range_20", + "name": null, + "center": [ + 59, + 400 + ], + "peak": [ + 57, + 399 + ], + "area_cells": 218 + }, + { + "id": "range_25", + "name": null, + "center": [ + 66, + 20 + ], + "peak": [ + 64, + 19 + ], + "area_cells": 45 + }, + { + "id": "range_27", + "name": null, + "center": [ + 65, + 417 + ], + "peak": [ + 66, + 418 + ], + "area_cells": 51 + }, + { + "id": "range_28", + "name": null, + "center": [ + 82, + 418 + ], + "peak": [ + 78, + 415 + ], + "area_cells": 168 + }, + { + "id": "range_29", + "name": null, + "center": [ + 110, + 139 + ], + "peak": [ + 93, + 118 + ], + "area_cells": 1943 + }, + { + "id": "range_30", + "name": null, + "center": [ + 89, + 185 + ], + "peak": [ + 95, + 198 + ], + "area_cells": 485 + }, + { + "id": "range_32", + "name": null, + "center": [ + 85, + 383 + ], + "peak": [ + 85, + 381 + ], + "area_cells": 131 + }, + { + "id": "range_35", + "name": null, + "center": [ + 116, + 380 + ], + "peak": [ + 115, + 377 + ], + "area_cells": 1649 + }, + { + "id": "range_36", + "name": null, + "center": [ + 120, + 78 + ], + "peak": [ + 110, + 70 + ], + "area_cells": 1157 + }, + { + "id": "range_38", + "name": null, + "center": [ + 126, + 27 + ], + "peak": [ + 131, + 32 + ], + "area_cells": 473 + }, + { + "id": "range_41", + "name": null, + "center": [ + 131, + 505 + ], + "peak": [ + 131, + 506 + ], + "area_cells": 40 + }, + { + "id": "range_42", + "name": null, + "center": [ + 139, + 191 + ], + "peak": [ + 140, + 192 + ], + "area_cells": 42 + }, + { + "id": "range_43", + "name": null, + "center": [ + 137, + 368 + ], + "peak": [ + 137, + 369 + ], + "area_cells": 26 + }, + { + "id": "range_44", + "name": null, + "center": [ + 141, + 359 + ], + "peak": [ + 142, + 360 + ], + "area_cells": 38 + }, + { + "id": "range_45", + "name": null, + "center": [ + 154, + 172 + ], + "peak": [ + 154, + 174 + ], + "area_cells": 196 + }, + { + "id": "range_46", + "name": null, + "center": [ + 157, + 44 + ], + "peak": [ + 155, + 44 + ], + "area_cells": 263 + }, + { + "id": "range_47", + "name": null, + "center": [ + 160, + 19 + ], + "peak": [ + 160, + 19 + ], + "area_cells": 21 + }, + { + "id": "range_49", + "name": null, + "center": [ + 176, + 388 + ], + "peak": [ + 176, + 388 + ], + "area_cells": 32 + }, + { + "id": "range_53", + "name": null, + "center": [ + 198, + 471 + ], + "peak": [ + 196, + 472 + ], + "area_cells": 84 + }, + { + "id": "range_57", + "name": null, + "center": [ + 221, + 463 + ], + "peak": [ + 224, + 464 + ], + "area_cells": 48 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bc/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/globe.png new file mode 100644 index 000000000..626396b1d Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bc/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/heightmap.png new file mode 100644 index 000000000..47c4b80c9 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bc/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/index.md new file mode 100644 index 000000000..2f45914b2 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ501Bc +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1353366145 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.86 + period_days: 260.0 + axial_tilt_deg: 5.8 +physical: + gravity_g: 0.74 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.941 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bc + +Hot Arid planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bc/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/markers.json new file mode 100644 index 000000000..09b24b294 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bc/markers.json @@ -0,0 +1,1001 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 47, + 274 + ], + [ + 46, + 274 + ], + [ + 45, + 273 + ], + [ + 44, + 272 + ], + [ + 43, + 271 + ], + [ + 42, + 270 + ], + [ + 41, + 269 + ], + [ + 40, + 269 + ], + [ + 40, + 270 + ], + [ + 40, + 271 + ], + [ + 40, + 272 + ], + [ + 39, + 273 + ], + [ + 38, + 272 + ], + [ + 37, + 272 + ], + [ + 36, + 272 + ], + [ + 35, + 272 + ], + [ + 34, + 271 + ], + [ + 33, + 272 + ], + [ + 32, + 273 + ], + [ + 31, + 273 + ], + [ + 30, + 274 + ], + [ + 29, + 274 + ], + [ + 28, + 273 + ], + [ + 27, + 272 + ], + [ + 26, + 272 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 16, + 141 + ], + [ + 15, + 140 + ], + [ + 16, + 139 + ], + [ + 15, + 138 + ], + [ + 14, + 138 + ], + [ + 14, + 137 + ], + [ + 15, + 137 + ], + [ + 16, + 138 + ], + [ + 17, + 139 + ], + [ + 18, + 140 + ], + [ + 19, + 139 + ], + [ + 20, + 140 + ], + [ + 19, + 141 + ], + [ + 20, + 141 + ], + [ + 21, + 142 + ], + [ + 22, + 142 + ], + [ + 23, + 143 + ], + [ + 24, + 144 + ], + [ + 25, + 145 + ], + [ + 26, + 145 + ], + [ + 27, + 144 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 60, + 228 + ], + [ + 61, + 229 + ], + [ + 62, + 230 + ], + [ + 63, + 231 + ], + [ + 63, + 232 + ], + [ + 63, + 233 + ], + [ + 63, + 234 + ], + [ + 63, + 235 + ], + [ + 63, + 236 + ], + [ + 63, + 237 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 115, + 259 + ], + [ + 116, + 260 + ], + [ + 117, + 261 + ], + [ + 118, + 262 + ], + [ + 117, + 263 + ], + [ + 117, + 264 + ], + [ + 116, + 265 + ], + [ + 115, + 266 + ], + [ + 115, + 267 + ], + [ + 115, + 268 + ], + [ + 114, + 269 + ], + [ + 113, + 270 + ], + [ + 112, + 271 + ], + [ + 113, + 271 + ], + [ + 114, + 272 + ], + [ + 115, + 273 + ], + [ + 114, + 274 + ], + [ + 115, + 275 + ], + [ + 116, + 276 + ], + [ + 117, + 277 + ], + [ + 116, + 278 + ], + [ + 116, + 279 + ], + [ + 117, + 280 + ], + [ + 116, + 281 + ], + [ + 117, + 281 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 89, + 282 + ], + [ + 90, + 283 + ], + [ + 91, + 284 + ], + [ + 92, + 285 + ], + [ + 93, + 286 + ], + [ + 94, + 287 + ], + [ + 95, + 288 + ], + [ + 96, + 289 + ], + [ + 97, + 290 + ], + [ + 97, + 291 + ], + [ + 98, + 292 + ], + [ + 98, + 293 + ], + [ + 98, + 294 + ], + [ + 98, + 295 + ], + [ + 99, + 296 + ], + [ + 99, + 297 + ], + [ + 99, + 298 + ], + [ + 99, + 299 + ], + [ + 100, + 300 + ], + [ + 99, + 301 + ], + [ + 100, + 302 + ], + [ + 100, + 303 + ], + [ + 100, + 304 + ], + [ + 100, + 305 + ], + [ + 101, + 306 + ], + [ + 101, + 307 + ], + [ + 101, + 308 + ], + [ + 101, + 309 + ], + [ + 101, + 310 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 8, + 40 + ], + [ + 8, + 39 + ], + [ + 7, + 38 + ], + [ + 6, + 37 + ], + [ + 5, + 36 + ], + [ + 4, + 35 + ], + [ + 3, + 34 + ], + [ + 2, + 34 + ], + [ + 1, + 35 + ], + [ + 0, + 36 + ], + [ + 0, + 37 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 60, + 95 + ], + [ + 59, + 96 + ], + [ + 58, + 97 + ], + [ + 57, + 98 + ], + [ + 56, + 99 + ], + [ + 55, + 99 + ], + [ + 54, + 99 + ], + [ + 53, + 100 + ], + [ + 52, + 101 + ], + [ + 51, + 102 + ], + [ + 50, + 103 + ], + [ + 49, + 104 + ], + [ + 48, + 105 + ], + [ + 47, + 106 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 48, + 294 + ], + [ + 47, + 295 + ], + [ + 46, + 296 + ], + [ + 45, + 297 + ], + [ + 44, + 298 + ], + [ + 43, + 299 + ], + [ + 42, + 299 + ], + [ + 43, + 298 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 0, + 136 + ], + [ + 1, + 136 + ], + [ + 2, + 137 + ], + [ + 3, + 138 + ], + [ + 4, + 138 + ], + [ + 5, + 139 + ], + [ + 6, + 138 + ], + [ + 7, + 137 + ], + [ + 7, + 136 + ], + [ + 8, + 136 + ], + [ + 7, + 135 + ], + [ + 7, + 134 + ], + [ + 8, + 135 + ], + [ + 9, + 136 + ], + [ + 9, + 135 + ], + [ + 8, + 134 + ], + [ + 8, + 133 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 242, + 356 + ], + [ + 243, + 357 + ], + [ + 244, + 357 + ], + [ + 245, + 356 + ], + [ + 245, + 355 + ], + [ + 245, + 354 + ], + [ + 245, + 353 + ], + [ + 246, + 352 + ], + [ + 246, + 351 + ], + [ + 246, + 350 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 54, + 244 + ], + [ + 55, + 243 + ], + [ + 56, + 242 + ], + [ + 57, + 241 + ], + [ + 58, + 240 + ], + [ + 59, + 239 + ], + [ + 60, + 238 + ], + [ + 61, + 237 + ], + [ + 62, + 237 + ], + [ + 63, + 237 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 16, + 172 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 13, + 277 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 18, + 472 + ], + "area_fraction": 0.0226 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 417 + ], + "peak": [ + 88, + 430 + ], + "area_cells": 361 + }, + { + "id": "range_2", + "name": null, + "center": [ + 89, + 256 + ], + "peak": [ + 89, + 256 + ], + "area_cells": 55 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 209 + ], + "peak": [ + 104, + 204 + ], + "area_cells": 490 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 385 + ], + "peak": [ + 95, + 391 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 364 + ], + "peak": [ + 96, + 364 + ], + "area_cells": 30 + }, + { + "id": "range_6", + "name": null, + "center": [ + 99, + 150 + ], + "peak": [ + 98, + 152 + ], + "area_cells": 95 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 147 + ], + "peak": [ + 132, + 50 + ], + "area_cells": 18243 + }, + { + "id": "range_9", + "name": null, + "center": [ + 110, + 506 + ], + "peak": [ + 112, + 507 + ], + "area_cells": 213 + }, + { + "id": "range_10", + "name": null, + "center": [ + 157, + 427 + ], + "peak": [ + 129, + 446 + ], + "area_cells": 11164 + }, + { + "id": "range_12", + "name": null, + "center": [ + 190, + 68 + ], + "peak": [ + 191, + 69 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 195, + 119 + ], + "peak": [ + 196, + 112 + ], + "area_cells": 81 + }, + { + "id": "range_14", + "name": null, + "center": [ + 203, + 147 + ], + "peak": [ + 205, + 146 + ], + "area_cells": 118 + }, + { + "id": "range_15", + "name": null, + "center": [ + 238, + 421 + ], + "peak": [ + 234, + 391 + ], + "area_cells": 2330 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bd/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/globe.png new file mode 100644 index 000000000..b8db4aa72 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bd/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/heightmap.png new file mode 100644 index 000000000..f3fb47849 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bd/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/index.md new file mode 100644 index 000000000..001d2fb6d --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/index.md @@ -0,0 +1,73 @@ +--- +id: GJ501Bd +name: Limiar +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1544768930 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.585 + period_days: 650.0 + axial_tilt_deg: 27.9 +physical: + gravity_g: 0.94 + oblateness: 0.0022 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.517 + polar_ice_lat: 0.722 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.455 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Limiar + +Temperate planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 52% | +| **Year** | 650 days | +| **Inhabited** | yes | +| **Population** | 43 | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bd/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/markers.json new file mode 100644 index 000000000..f71b2fb53 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bd/markers.json @@ -0,0 +1,688 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 167, + 8 + ], + [ + 166, + 9 + ], + [ + 165, + 10 + ], + [ + 164, + 11 + ], + [ + 164, + 12 + ], + [ + 164, + 13 + ], + [ + 165, + 14 + ], + [ + 165, + 15 + ], + [ + 166, + 16 + ], + [ + 166, + 17 + ], + [ + 165, + 18 + ], + [ + 166, + 19 + ], + [ + 166, + 20 + ], + [ + 165, + 21 + ], + [ + 164, + 22 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 141, + 88 + ], + [ + 142, + 89 + ], + [ + 143, + 90 + ], + [ + 144, + 91 + ], + [ + 145, + 92 + ], + [ + 146, + 93 + ], + [ + 147, + 94 + ], + [ + 147, + 95 + ], + [ + 147, + 96 + ], + [ + 148, + 97 + ], + [ + 147, + 97 + ], + [ + 148, + 98 + ], + [ + 148, + 99 + ], + [ + 149, + 100 + ], + [ + 148, + 100 + ], + [ + 149, + 101 + ], + [ + 148, + 102 + ], + [ + 149, + 102 + ], + [ + 149, + 103 + ], + [ + 150, + 102 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 181, + 377 + ], + [ + 180, + 376 + ], + [ + 179, + 375 + ], + [ + 178, + 374 + ], + [ + 177, + 373 + ], + [ + 177, + 372 + ], + [ + 176, + 371 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 175, + 167 + ], + [ + 175, + 166 + ], + [ + 176, + 165 + ], + [ + 177, + 164 + ], + [ + 177, + 163 + ], + [ + 178, + 163 + ], + [ + 178, + 162 + ], + [ + 178, + 161 + ], + [ + 179, + 162 + ], + [ + 179, + 163 + ], + [ + 179, + 164 + ], + [ + 180, + 164 + ], + [ + 181, + 164 + ], + [ + 182, + 163 + ], + [ + 182, + 162 + ], + [ + 183, + 162 + ], + [ + 184, + 163 + ], + [ + 185, + 162 + ], + [ + 185, + 163 + ], + [ + 186, + 164 + ], + [ + 187, + 165 + ], + [ + 188, + 166 + ], + [ + 189, + 166 + ], + [ + 189, + 165 + ], + [ + 188, + 164 + ], + [ + 189, + 164 + ], + [ + 188, + 165 + ], + [ + 187, + 164 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 35, + 455 + ], + [ + 34, + 454 + ], + [ + 33, + 453 + ], + [ + 32, + 452 + ], + [ + 31, + 453 + ], + [ + 30, + 453 + ], + [ + 29, + 452 + ], + [ + 28, + 452 + ], + [ + 27, + 453 + ], + [ + 26, + 453 + ], + [ + 25, + 453 + ], + [ + 24, + 453 + ], + [ + 24, + 454 + ], + [ + 23, + 453 + ], + [ + 22, + 454 + ], + [ + 23, + 454 + ], + [ + 23, + 455 + ], + [ + 24, + 455 + ], + [ + 24, + 456 + ], + [ + 23, + 457 + ], + [ + 22, + 458 + ], + [ + 21, + 459 + ], + [ + 20, + 459 + ], + [ + 20, + 460 + ], + [ + 20, + 461 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 216, + 435 + ], + [ + 215, + 434 + ], + [ + 214, + 433 + ], + [ + 214, + 432 + ], + [ + 213, + 432 + ], + [ + 212, + 431 + ], + [ + 211, + 431 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 12, + 121 + ], + [ + 11, + 120 + ], + [ + 10, + 119 + ], + [ + 9, + 118 + ], + [ + 8, + 117 + ], + [ + 7, + 116 + ], + [ + 6, + 115 + ], + [ + 5, + 115 + ], + [ + 4, + 115 + ], + [ + 3, + 114 + ], + [ + 2, + 113 + ], + [ + 1, + 113 + ], + [ + 0, + 113 + ], + [ + 0, + 112 + ], + [ + 0, + 111 + ], + [ + 1, + 110 + ], + [ + 0, + 110 + ], + [ + 0, + 109 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 195, + 342 + ], + [ + 196, + 341 + ], + [ + 197, + 340 + ], + [ + 198, + 339 + ], + [ + 199, + 338 + ], + [ + 200, + 337 + ], + [ + 201, + 336 + ], + [ + 202, + 336 + ], + [ + 203, + 337 + ], + [ + 204, + 336 + ], + [ + 205, + 337 + ], + [ + 206, + 337 + ], + [ + 207, + 338 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 82, + 120 + ], + "area_fraction": 0.188 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 146, + 413 + ], + "area_fraction": 0.2731 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 158, + 235 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 188, + 11 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 325 + ], + "peak": [ + 37, + 319 + ], + "area_cells": 262 + }, + { + "id": "range_2", + "name": null, + "center": [ + 202, + 203 + ], + "peak": [ + 202, + 201 + ], + "area_cells": 95 + }, + { + "id": "range_3", + "name": null, + "center": [ + 218, + 204 + ], + "peak": [ + 220, + 205 + ], + "area_cells": 165 + }, + { + "id": "range_5", + "name": null, + "center": [ + 219, + 56 + ], + "peak": [ + 220, + 57 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Be/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Be/globe.png new file mode 100644 index 000000000..e72a5db0d Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Be/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Be/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Be/heightmap.png new file mode 100644 index 000000000..e56e172af Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Be/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Be/index.md new file mode 100644 index 000000000..da3a62436 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Be/index.md @@ -0,0 +1,68 @@ +--- +id: GJ501Be +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3194677477 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.644 + period_days: 1400.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.68 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.593 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Be + +Cold Arid planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Be/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Be/markers.json new file mode 100644 index 000000000..a769e0943 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Be/markers.json @@ -0,0 +1,876 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 241, + 300 + ], + [ + 242, + 300 + ], + [ + 243, + 301 + ], + [ + 244, + 300 + ], + [ + 245, + 300 + ], + [ + 246, + 299 + ], + [ + 247, + 300 + ], + [ + 248, + 300 + ], + [ + 249, + 299 + ], + [ + 250, + 298 + ], + [ + 251, + 297 + ], + [ + 252, + 297 + ], + [ + 253, + 297 + ], + [ + 254, + 298 + ], + [ + 255, + 297 + ], + [ + 254, + 296 + ], + [ + 255, + 295 + ], + [ + 255, + 294 + ], + [ + 254, + 293 + ], + [ + 255, + 292 + ], + [ + 255, + 291 + ], + [ + 254, + 290 + ], + [ + 254, + 289 + ], + [ + 255, + 289 + ], + [ + 254, + 288 + ], + [ + 255, + 287 + ], + [ + 254, + 287 + ], + [ + 255, + 288 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 228, + 249 + ], + [ + 229, + 248 + ], + [ + 230, + 247 + ], + [ + 231, + 246 + ], + [ + 232, + 245 + ], + [ + 231, + 245 + ], + [ + 231, + 244 + ], + [ + 230, + 243 + ], + [ + 231, + 242 + ], + [ + 232, + 243 + ], + [ + 233, + 244 + ], + [ + 232, + 244 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 136, + 476 + ], + [ + 137, + 477 + ], + [ + 138, + 478 + ], + [ + 139, + 479 + ], + [ + 140, + 480 + ], + [ + 140, + 481 + ], + [ + 141, + 481 + ], + [ + 141, + 482 + ], + [ + 142, + 483 + ], + [ + 143, + 484 + ], + [ + 144, + 485 + ], + [ + 144, + 484 + ], + [ + 145, + 485 + ], + [ + 145, + 484 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 130, + 114 + ], + [ + 131, + 115 + ], + [ + 132, + 115 + ], + [ + 132, + 116 + ], + [ + 132, + 117 + ], + [ + 132, + 118 + ], + [ + 132, + 119 + ], + [ + 132, + 120 + ], + [ + 132, + 121 + ], + [ + 133, + 121 + ], + [ + 132, + 122 + ], + [ + 133, + 122 + ], + [ + 132, + 123 + ], + [ + 132, + 124 + ], + [ + 132, + 125 + ], + [ + 132, + 126 + ], + [ + 132, + 127 + ], + [ + 132, + 128 + ], + [ + 132, + 129 + ], + [ + 132, + 130 + ], + [ + 132, + 131 + ], + [ + 132, + 132 + ], + [ + 132, + 133 + ], + [ + 132, + 134 + ], + [ + 131, + 135 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 176, + 113 + ], + [ + 175, + 114 + ], + [ + 174, + 114 + ], + [ + 173, + 113 + ], + [ + 172, + 112 + ], + [ + 171, + 111 + ], + [ + 170, + 110 + ], + [ + 171, + 109 + ], + [ + 170, + 108 + ], + [ + 170, + 107 + ], + [ + 171, + 107 + ], + [ + 172, + 107 + ], + [ + 172, + 106 + ], + [ + 173, + 105 + ], + [ + 174, + 104 + ], + [ + 174, + 103 + ], + [ + 175, + 102 + ], + [ + 176, + 101 + ], + [ + 177, + 100 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 12, + 308 + ], + [ + 11, + 307 + ], + [ + 10, + 306 + ], + [ + 9, + 306 + ], + [ + 8, + 306 + ], + [ + 7, + 306 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 188, + 40 + ], + [ + 187, + 39 + ], + [ + 186, + 38 + ], + [ + 185, + 37 + ], + [ + 184, + 36 + ], + [ + 183, + 37 + ], + [ + 182, + 38 + ], + [ + 181, + 37 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 216, + 297 + ], + [ + 217, + 298 + ], + [ + 218, + 299 + ], + [ + 219, + 300 + ], + [ + 220, + 301 + ], + [ + 220, + 302 + ], + [ + 219, + 303 + ], + [ + 219, + 304 + ], + [ + 219, + 305 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 199, + 229 + ], + [ + 198, + 230 + ], + [ + 199, + 231 + ], + [ + 200, + 232 + ], + [ + 200, + 233 + ], + [ + 201, + 234 + ], + [ + 202, + 235 + ], + [ + 202, + 236 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 189, + 472 + ], + [ + 188, + 471 + ], + [ + 187, + 470 + ], + [ + 186, + 469 + ], + [ + 185, + 469 + ], + [ + 184, + 470 + ], + [ + 183, + 471 + ], + [ + 182, + 472 + ], + [ + 181, + 473 + ], + [ + 180, + 474 + ], + [ + 180, + 475 + ], + [ + 181, + 476 + ], + [ + 181, + 477 + ], + [ + 180, + 478 + ], + [ + 179, + 479 + ], + [ + 178, + 480 + ], + [ + 179, + 481 + ], + [ + 180, + 482 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 109, + 188 + ], + [ + 108, + 187 + ], + [ + 107, + 186 + ], + [ + 106, + 185 + ], + [ + 105, + 184 + ], + [ + 105, + 183 + ], + [ + 104, + 182 + ], + [ + 103, + 181 + ], + [ + 103, + 180 + ], + [ + 104, + 179 + ], + [ + 103, + 178 + ], + [ + 102, + 177 + ], + [ + 102, + 176 + ] + ] + } + ], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 181, + 270 + ], + "area_fraction": 0.02 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 179, + 69 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 214, + 11 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 220, + 486 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 241, + 384 + ], + "area_fraction": 0.018 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 89 + ], + "peak": [ + 66, + 17 + ], + "area_cells": 11703 + }, + { + "id": "range_2", + "name": null, + "center": [ + 99, + 403 + ], + "peak": [ + 114, + 339 + ], + "area_cells": 14355 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 345 + ], + "peak": [ + 70, + 348 + ], + "area_cells": 114 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 228 + ], + "peak": [ + 103, + 225 + ], + "area_cells": 312 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 1 + ], + "peak": [ + 136, + 0 + ], + "area_cells": 52 + }, + { + "id": "range_7", + "name": null, + "center": [ + 135, + 474 + ], + "peak": [ + 136, + 476 + ], + "area_cells": 49 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 501 + ], + "peak": [ + 149, + 503 + ], + "area_cells": 286 + }, + { + "id": "range_10", + "name": null, + "center": [ + 209, + 123 + ], + "peak": [ + 210, + 122 + ], + "area_cells": 764 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/globe.png new file mode 100644 index 000000000..de5ba2888 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/heightmap.png new file mode 100644 index 000000000..0718e789f Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/index.md new file mode 100644 index 000000000..cd530d01e --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ501Bf-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1700912634 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.084 + period_days: 8.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.09 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.328 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bf-m1 + +Frozen moon. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 92% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/markers.json new file mode 100644 index 000000000..449c2b71d --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bf-m1/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 186, + 415 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 229, + 343 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 221, + 389 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 238, + 91 + ], + "area_fraction": 0.0095 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 61 + ], + "peak": [ + 0, + 49 + ], + "area_cells": 948 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 180 + ], + "peak": [ + 38, + 175 + ], + "area_cells": 5288 + }, + { + "id": "range_3", + "name": null, + "center": [ + 56, + 421 + ], + "peak": [ + 41, + 372 + ], + "area_cells": 9082 + }, + { + "id": "range_5", + "name": null, + "center": [ + 36, + 287 + ], + "peak": [ + 36, + 287 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 88, + 47 + ], + "peak": [ + 97, + 52 + ], + "area_cells": 4242 + }, + { + "id": "range_8", + "name": null, + "center": [ + 64, + 284 + ], + "peak": [ + 66, + 287 + ], + "area_cells": 89 + }, + { + "id": "range_12", + "name": null, + "center": [ + 127, + 150 + ], + "peak": [ + 128, + 143 + ], + "area_cells": 1646 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 80 + ], + "peak": [ + 130, + 83 + ], + "area_cells": 200 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 44 + ], + "peak": [ + 143, + 45 + ], + "area_cells": 173 + }, + { + "id": "range_15", + "name": null, + "center": [ + 148, + 26 + ], + "peak": [ + 148, + 28 + ], + "area_cells": 90 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bf/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bf/globe.png new file mode 100644 index 000000000..a1a7bdb50 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bf/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bf/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bf/index.md new file mode 100644 index 000000000..0c5fc0109 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bf/index.md @@ -0,0 +1,61 @@ +--- +id: GJ501Bf +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2534347815 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 6.34 + period_days: 5200.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: null + oblateness: 0.073 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.236 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.114 +--- + +# GJ501Bf + +Gas giant. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bg/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/globe.png new file mode 100644 index 000000000..4a4545dd5 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bg/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/heightmap.png new file mode 100644 index 000000000..7ec84b692 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bg/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/index.md new file mode 100644 index 000000000..a9797036a --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ501Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4070991783 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 10.7 + period_days: 11400.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.42 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.438 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bg + +Frozen planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 11400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bg/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/markers.json new file mode 100644 index 000000000..ed8e9aaf0 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bg/markers.json @@ -0,0 +1,179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 112, + 92 + ], + "area_fraction": 0.007 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 196, + 266 + ], + "area_fraction": 0.1258 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 175, + 464 + ], + "area_fraction": 0.0338 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 182, + 29 + ], + "area_fraction": 0.0276 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 237, + 149 + ], + "area_fraction": 0.007 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 233, + 70 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 66 + ], + "peak": [ + 5, + 68 + ], + "area_cells": 48 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 354 + ], + "peak": [ + 61, + 343 + ], + "area_cells": 18457 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 215 + ], + "peak": [ + 23, + 216 + ], + "area_cells": 60 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 4 + ], + "peak": [ + 57, + 0 + ], + "area_cells": 175 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 23 + ], + "peak": [ + 71, + 24 + ], + "area_cells": 247 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 171 + ], + "peak": [ + 82, + 181 + ], + "area_cells": 205 + }, + { + "id": "range_8", + "name": null, + "center": [ + 83, + 66 + ], + "peak": [ + 84, + 66 + ], + "area_cells": 77 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 21 + ], + "peak": [ + 86, + 22 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bh/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/globe.png new file mode 100644 index 000000000..15df098cd Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bh/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/heightmap.png new file mode 100644 index 000000000..e2a2af6be Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bh/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/index.md new file mode 100644 index 000000000..f6e9fbb09 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ501Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3634489174 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 18.539 + period_days: 26000.0 + axial_tilt_deg: 52.3 +physical: + gravity_g: 0.32 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.872 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.344 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bh + +Frozen planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bh/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/markers.json new file mode 100644 index 000000000..99d3e1129 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bh/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 18, + 267 + ], + "area_fraction": 0.1193 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 159, + 253 + ], + "peak": [ + 191, + 77 + ], + "area_cells": 43092 + }, + { + "id": "range_2", + "name": null, + "center": [ + 81, + 84 + ], + "peak": [ + 80, + 85 + ], + "area_cells": 61 + }, + { + "id": "range_6", + "name": null, + "center": [ + 214, + 61 + ], + "peak": [ + 217, + 62 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bi/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/globe.png new file mode 100644 index 000000000..2cf4418a7 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bi/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/heightmap.png new file mode 100644 index 000000000..518cada0b Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bi/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/index.md new file mode 100644 index 000000000..fb896ce4c --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ501Bi +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 822756171 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 30.919 + period_days: 56000.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: 0.24 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.881 + polar_ice_lat: 0.278 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bi + +Frozen planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bi/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/markers.json new file mode 100644 index 000000000..12f20c8c3 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bi/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 193, + 48 + ], + "area_fraction": 0.0426 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 223, + 478 + ], + "area_fraction": 0.0287 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 194, + 468 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 243, + 239 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 18, + 96 + ], + "peak": [ + 0, + 74 + ], + "area_cells": 2646 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 206 + ], + "peak": [ + 5, + 199 + ], + "area_cells": 2717 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 388 + ], + "peak": [ + 15, + 387 + ], + "area_cells": 141 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 381 + ], + "peak": [ + 38, + 422 + ], + "area_cells": 14366 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 31 + ], + "peak": [ + 85, + 0 + ], + "area_cells": 4267 + }, + { + "id": "range_8", + "name": null, + "center": [ + 40, + 316 + ], + "peak": [ + 28, + 318 + ], + "area_cells": 255 + }, + { + "id": "range_9", + "name": null, + "center": [ + 34, + 345 + ], + "peak": [ + 34, + 345 + ], + "area_cells": 287 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 96 + ], + "peak": [ + 64, + 95 + ], + "area_cells": 201 + }, + { + "id": "range_14", + "name": null, + "center": [ + 62, + 210 + ], + "peak": [ + 63, + 211 + ], + "area_cells": 80 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 196 + ], + "peak": [ + 68, + 198 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bj/globe.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/globe.png new file mode 100644 index 000000000..ede37a648 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/globe.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bj/heightmap.png b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/heightmap.png new file mode 100644 index 000000000..a70b57269 Binary files /dev/null and b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/heightmap.png differ diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bj/index.md b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/index.md new file mode 100644 index 000000000..fd81b1785 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ501Bj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1400235231 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 50.819 + period_days: 118000.0 + axial_tilt_deg: 47.7 +physical: + gravity_g: 0.1 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.233 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ501Bj + +Frozen planet. + +**System:** [GJ-501B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 118000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-501B/bodies/GJ501Bj/markers.json b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/markers.json new file mode 100644 index 000000000..d8c2bb302 --- /dev/null +++ b/wiki/star-systems/GJ-501B/bodies/GJ501Bj/markers.json @@ -0,0 +1,374 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 64 + ], + "area_fraction": 0.0298 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 22, + 339 + ], + "area_fraction": 0.042 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 217, + 76 + ], + "area_fraction": 0.0894 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 219, + 491 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 231, + 250 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 241, + 298 + ], + "area_fraction": 0.0106 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 272 + ], + "peak": [ + 42, + 272 + ], + "area_cells": 128 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 102 + ], + "peak": [ + 72, + 112 + ], + "area_cells": 1619 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 126 + ], + "peak": [ + 47, + 126 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 143, + 236 + ], + "peak": [ + 123, + 195 + ], + "area_cells": 7976 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 329 + ], + "peak": [ + 90, + 324 + ], + "area_cells": 219 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 377 + ], + "peak": [ + 87, + 376 + ], + "area_cells": 181 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 423 + ], + "peak": [ + 105, + 432 + ], + "area_cells": 349 + }, + { + "id": "range_13", + "name": null, + "center": [ + 122, + 398 + ], + "peak": [ + 123, + 398 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 129, + 89 + ], + "peak": [ + 128, + 96 + ], + "area_cells": 166 + }, + { + "id": "range_16", + "name": null, + "center": [ + 141, + 411 + ], + "peak": [ + 142, + 411 + ], + "area_cells": 32 + }, + { + "id": "range_17", + "name": null, + "center": [ + 148, + 18 + ], + "peak": [ + 147, + 21 + ], + "area_cells": 356 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 508 + ], + "peak": [ + 150, + 511 + ], + "area_cells": 101 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 73 + ], + "peak": [ + 147, + 74 + ], + "area_cells": 39 + }, + { + "id": "range_20", + "name": null, + "center": [ + 145, + 112 + ], + "peak": [ + 146, + 113 + ], + "area_cells": 38 + }, + { + "id": "range_21", + "name": null, + "center": [ + 152, + 233 + ], + "peak": [ + 155, + 224 + ], + "area_cells": 427 + }, + { + "id": "range_23", + "name": null, + "center": [ + 172, + 156 + ], + "peak": [ + 175, + 157 + ], + "area_cells": 236 + }, + { + "id": "range_24", + "name": null, + "center": [ + 179, + 356 + ], + "peak": [ + 189, + 363 + ], + "area_cells": 574 + }, + { + "id": "range_26", + "name": null, + "center": [ + 193, + 379 + ], + "peak": [ + 198, + 382 + ], + "area_cells": 40 + }, + { + "id": "range_28", + "name": null, + "center": [ + 200, + 421 + ], + "peak": [ + 202, + 425 + ], + "area_cells": 165 + }, + { + "id": "range_29", + "name": null, + "center": [ + 202, + 163 + ], + "peak": [ + 203, + 165 + ], + "area_cells": 75 + }, + { + "id": "range_30", + "name": null, + "center": [ + 212, + 354 + ], + "peak": [ + 211, + 354 + ], + "area_cells": 76 + }, + { + "id": "range_31", + "name": null, + "center": [ + 215, + 383 + ], + "peak": [ + 217, + 383 + ], + "area_cells": 28 + }, + { + "id": "range_33", + "name": null, + "center": [ + 249, + 373 + ], + "peak": [ + 247, + 373 + ], + "area_cells": 428 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ502b/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502b/globe.png new file mode 100644 index 000000000..8e96a15c5 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502b/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502b/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502b/heightmap.png new file mode 100644 index 000000000..f6af2ae06 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502b/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502b/index.md b/wiki/star-systems/GJ-502/bodies/GJ502b/index.md new file mode 100644 index 000000000..3be86ae9e --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ502b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3907377298 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.258 + period_days: 48.0 + axial_tilt_deg: 12.1 +physical: + gravity_g: 0.52 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.888 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502b + +Barren planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 90% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502b/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502b/markers.json new file mode 100644 index 000000000..f84a06177 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502b/markers.json @@ -0,0 +1,308 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 35, + 163 + ], + "area_fraction": 0.0303 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 58, + 256 + ], + "area_fraction": 0.0359 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 77, + 9 + ], + "peak": [ + 77, + 9 + ], + "area_cells": 140 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 380 + ], + "peak": [ + 87, + 380 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 452 + ], + "peak": [ + 85, + 453 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 15 + ], + "peak": [ + 119, + 14 + ], + "area_cells": 1139 + }, + { + "id": "range_8", + "name": null, + "center": [ + 136, + 424 + ], + "peak": [ + 156, + 421 + ], + "area_cells": 6694 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 473 + ], + "peak": [ + 104, + 474 + ], + "area_cells": 92 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 202 + ], + "peak": [ + 102, + 202 + ], + "area_cells": 105 + }, + { + "id": "range_12", + "name": null, + "center": [ + 107, + 55 + ], + "peak": [ + 113, + 58 + ], + "area_cells": 299 + }, + { + "id": "range_13", + "name": null, + "center": [ + 102, + 88 + ], + "peak": [ + 102, + 85 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 136, + 128 + ], + "peak": [ + 130, + 113 + ], + "area_cells": 2646 + }, + { + "id": "range_17", + "name": null, + "center": [ + 174, + 274 + ], + "peak": [ + 157, + 326 + ], + "area_cells": 7322 + }, + { + "id": "range_20", + "name": null, + "center": [ + 170, + 137 + ], + "peak": [ + 167, + 137 + ], + "area_cells": 157 + }, + { + "id": "range_23", + "name": null, + "center": [ + 194, + 17 + ], + "peak": [ + 197, + 0 + ], + "area_cells": 617 + }, + { + "id": "range_26", + "name": null, + "center": [ + 195, + 106 + ], + "peak": [ + 195, + 96 + ], + "area_cells": 617 + }, + { + "id": "range_27", + "name": null, + "center": [ + 201, + 60 + ], + "peak": [ + 197, + 58 + ], + "area_cells": 263 + }, + { + "id": "range_28", + "name": null, + "center": [ + 188, + 388 + ], + "peak": [ + 189, + 388 + ], + "area_cells": 54 + }, + { + "id": "range_31", + "name": null, + "center": [ + 196, + 204 + ], + "peak": [ + 194, + 206 + ], + "area_cells": 38 + }, + { + "id": "range_33", + "name": null, + "center": [ + 200, + 415 + ], + "peak": [ + 203, + 412 + ], + "area_cells": 187 + }, + { + "id": "range_37", + "name": null, + "center": [ + 216, + 397 + ], + "peak": [ + 216, + 396 + ], + "area_cells": 20 + }, + { + "id": "range_38", + "name": null, + "center": [ + 222, + 448 + ], + "peak": [ + 226, + 448 + ], + "area_cells": 45 + }, + { + "id": "range_39", + "name": null, + "center": [ + 222, + 423 + ], + "peak": [ + 222, + 424 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502c/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502c/globe.png new file mode 100644 index 000000000..093e41bd3 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502c/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502c/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502c/heightmap.png new file mode 100644 index 000000000..fcb36373a Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502c/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502c/index.md b/wiki/star-systems/GJ-502/bodies/GJ502c/index.md new file mode 100644 index 000000000..fe91f6f1f --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ502c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1962060045 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.577 + period_days: 160.0 + axial_tilt_deg: 9.6 +physical: + gravity_g: 0.78 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.939 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502c + +Hot Arid planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502c/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502c/markers.json new file mode 100644 index 000000000..2df16c2ef --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502c/markers.json @@ -0,0 +1,943 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 62, + 484 + ], + [ + 63, + 483 + ], + [ + 64, + 482 + ], + [ + 65, + 481 + ], + [ + 66, + 480 + ], + [ + 67, + 479 + ], + [ + 68, + 479 + ], + [ + 68, + 478 + ], + [ + 67, + 478 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 125, + 31 + ], + [ + 126, + 30 + ], + [ + 127, + 29 + ], + [ + 128, + 28 + ], + [ + 129, + 27 + ], + [ + 130, + 26 + ], + [ + 131, + 25 + ], + [ + 132, + 24 + ], + [ + 133, + 23 + ], + [ + 134, + 22 + ], + [ + 134, + 21 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 82, + 57 + ], + [ + 81, + 58 + ], + [ + 80, + 59 + ], + [ + 79, + 59 + ], + [ + 78, + 60 + ], + [ + 77, + 60 + ], + [ + 76, + 60 + ], + [ + 75, + 61 + ], + [ + 74, + 60 + ], + [ + 73, + 60 + ], + [ + 72, + 61 + ], + [ + 71, + 60 + ], + [ + 70, + 61 + ], + [ + 69, + 62 + ], + [ + 68, + 63 + ], + [ + 67, + 64 + ], + [ + 66, + 65 + ], + [ + 65, + 65 + ], + [ + 64, + 66 + ], + [ + 63, + 66 + ], + [ + 63, + 65 + ], + [ + 62, + 64 + ], + [ + 61, + 64 + ], + [ + 61, + 63 + ], + [ + 60, + 62 + ], + [ + 60, + 61 + ], + [ + 60, + 60 + ], + [ + 60, + 59 + ], + [ + 59, + 59 + ], + [ + 59, + 58 + ], + [ + 58, + 58 + ], + [ + 57, + 58 + ], + [ + 57, + 57 + ], + [ + 58, + 57 + ], + [ + 57, + 56 + ], + [ + 56, + 55 + ], + [ + 56, + 56 + ], + [ + 55, + 56 + ], + [ + 55, + 55 + ], + [ + 55, + 54 + ], + [ + 54, + 55 + ], + [ + 53, + 54 + ], + [ + 53, + 53 + ], + [ + 54, + 52 + ], + [ + 55, + 52 + ], + [ + 54, + 51 + ], + [ + 53, + 52 + ], + [ + 54, + 53 + ], + [ + 54, + 54 + ], + [ + 53, + 55 + ], + [ + 52, + 55 + ], + [ + 51, + 55 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 27, + 87 + ], + [ + 26, + 88 + ], + [ + 25, + 89 + ], + [ + 26, + 90 + ], + [ + 25, + 91 + ], + [ + 25, + 92 + ], + [ + 24, + 93 + ], + [ + 25, + 94 + ], + [ + 24, + 94 + ], + [ + 23, + 94 + ], + [ + 23, + 93 + ], + [ + 22, + 94 + ], + [ + 21, + 94 + ], + [ + 20, + 94 + ], + [ + 19, + 93 + ], + [ + 18, + 94 + ], + [ + 17, + 93 + ], + [ + 16, + 94 + ], + [ + 15, + 94 + ], + [ + 14, + 94 + ], + [ + 13, + 94 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 2, + 7 + ], + [ + 3, + 6 + ], + [ + 4, + 5 + ], + [ + 3, + 5 + ], + [ + 4, + 4 + ], + [ + 4, + 3 + ], + [ + 4, + 2 + ], + [ + 4, + 1 + ], + [ + 5, + 1 + ], + [ + 6, + 0 + ], + [ + 7, + 1 + ], + [ + 8, + 0 + ], + [ + 9, + 511 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 11, + 114 + ], + [ + 11, + 115 + ], + [ + 11, + 116 + ], + [ + 10, + 115 + ], + [ + 10, + 116 + ], + [ + 9, + 115 + ], + [ + 8, + 115 + ], + [ + 7, + 114 + ], + [ + 6, + 115 + ], + [ + 7, + 115 + ], + [ + 6, + 114 + ], + [ + 5, + 115 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 79, + 380 + ], + [ + 80, + 381 + ], + [ + 81, + 382 + ], + [ + 82, + 382 + ], + [ + 83, + 381 + ], + [ + 84, + 380 + ], + [ + 85, + 379 + ], + [ + 86, + 378 + ], + [ + 87, + 377 + ], + [ + 88, + 376 + ], + [ + 89, + 375 + ], + [ + 90, + 374 + ], + [ + 91, + 373 + ], + [ + 92, + 372 + ], + [ + 93, + 371 + ], + [ + 94, + 370 + ], + [ + 95, + 371 + ], + [ + 96, + 370 + ], + [ + 97, + 371 + ], + [ + 98, + 371 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 29, + 97 + ], + [ + 29, + 96 + ], + [ + 30, + 95 + ], + [ + 31, + 95 + ], + [ + 32, + 94 + ], + [ + 33, + 94 + ], + [ + 34, + 95 + ], + [ + 34, + 94 + ], + [ + 33, + 95 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 76, + 370 + ], + [ + 75, + 371 + ], + [ + 74, + 372 + ], + [ + 73, + 373 + ], + [ + 72, + 374 + ], + [ + 71, + 375 + ], + [ + 70, + 376 + ], + [ + 69, + 377 + ], + [ + 68, + 377 + ], + [ + 67, + 377 + ], + [ + 67, + 378 + ], + [ + 67, + 379 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 126, + 324 + ], + [ + 125, + 324 + ], + [ + 124, + 325 + ], + [ + 123, + 325 + ], + [ + 122, + 325 + ], + [ + 121, + 325 + ], + [ + 120, + 325 + ], + [ + 119, + 325 + ], + [ + 118, + 325 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 83, + 65 + ], + [ + 84, + 66 + ], + [ + 85, + 67 + ], + [ + 86, + 68 + ], + [ + 87, + 69 + ], + [ + 87, + 70 + ], + [ + 87, + 71 + ], + [ + 86, + 72 + ], + [ + 86, + 73 + ], + [ + 86, + 74 + ], + [ + 85, + 75 + ], + [ + 85, + 76 + ], + [ + 85, + 77 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 313 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 17, + 443 + ], + "area_fraction": 0.0163 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 194, + 226 + ], + "peak": [ + 227, + 380 + ], + "area_cells": 37994 + }, + { + "id": "range_3", + "name": null, + "center": [ + 86, + 463 + ], + "peak": [ + 87, + 465 + ], + "area_cells": 106 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 428 + ], + "peak": [ + 102, + 425 + ], + "area_cells": 165 + }, + { + "id": "range_5", + "name": null, + "center": [ + 151, + 272 + ], + "peak": [ + 150, + 274 + ], + "area_cells": 108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 107 + ], + "peak": [ + 159, + 107 + ], + "area_cells": 41 + }, + { + "id": "range_7", + "name": null, + "center": [ + 172, + 366 + ], + "peak": [ + 174, + 392 + ], + "area_cells": 627 + }, + { + "id": "range_9", + "name": null, + "center": [ + 178, + 106 + ], + "peak": [ + 178, + 106 + ], + "area_cells": 43 + }, + { + "id": "range_10", + "name": null, + "center": [ + 178, + 302 + ], + "peak": [ + 179, + 304 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 187, + 81 + ], + "peak": [ + 188, + 81 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502d/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502d/globe.png new file mode 100644 index 000000000..4678c6f16 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502d/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502d/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502d/heightmap.png new file mode 100644 index 000000000..f1be8b018 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502d/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502d/index.md b/wiki/star-systems/GJ-502/bodies/GJ502d/index.md new file mode 100644 index 000000000..026936b5b --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ502d +name: Iter +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1100148582 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.045 + period_days: 390.0 + axial_tilt_deg: 31.0 +physical: + gravity_g: 0.96 + oblateness: 0.0037 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.573 + polar_ice_lat: 0.653 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.489 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Iter + +Temperate planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 57% | +| **Year** | 390 days | +| **Inhabited** | yes | +| **Population** | 180M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502d/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502d/markers.json new file mode 100644 index 000000000..6e6bcdd07 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502d/markers.json @@ -0,0 +1,657 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 211, + 438 + ], + [ + 212, + 439 + ], + [ + 213, + 440 + ], + [ + 214, + 441 + ], + [ + 215, + 442 + ], + [ + 215, + 443 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 243, + 200 + ], + [ + 242, + 201 + ], + [ + 241, + 201 + ], + [ + 240, + 201 + ], + [ + 239, + 202 + ], + [ + 238, + 202 + ], + [ + 237, + 203 + ], + [ + 236, + 204 + ], + [ + 235, + 205 + ], + [ + 234, + 206 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 237, + 508 + ], + [ + 236, + 507 + ], + [ + 235, + 506 + ], + [ + 235, + 505 + ], + [ + 234, + 505 + ], + [ + 233, + 505 + ], + [ + 232, + 506 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 101, + 162 + ], + [ + 100, + 163 + ], + [ + 99, + 162 + ], + [ + 98, + 161 + ], + [ + 97, + 160 + ], + [ + 96, + 159 + ], + [ + 95, + 158 + ], + [ + 94, + 158 + ], + [ + 93, + 157 + ], + [ + 94, + 156 + ], + [ + 93, + 155 + ], + [ + 94, + 154 + ], + [ + 93, + 153 + ], + [ + 94, + 153 + ], + [ + 93, + 154 + ], + [ + 92, + 153 + ], + [ + 92, + 152 + ], + [ + 93, + 151 + ], + [ + 93, + 152 + ], + [ + 94, + 152 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 110, + 288 + ], + [ + 111, + 287 + ], + [ + 112, + 286 + ], + [ + 113, + 285 + ], + [ + 112, + 284 + ], + [ + 111, + 283 + ], + [ + 111, + 282 + ], + [ + 111, + 281 + ], + [ + 112, + 281 + ], + [ + 113, + 282 + ], + [ + 112, + 282 + ], + [ + 112, + 283 + ], + [ + 113, + 284 + ], + [ + 114, + 283 + ], + [ + 115, + 284 + ], + [ + 114, + 284 + ], + [ + 113, + 283 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 238, + 30 + ], + [ + 239, + 29 + ], + [ + 240, + 28 + ], + [ + 241, + 27 + ], + [ + 242, + 26 + ], + [ + 243, + 25 + ], + [ + 244, + 24 + ], + [ + 245, + 23 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 242, + 343 + ], + [ + 243, + 342 + ], + [ + 244, + 341 + ], + [ + 245, + 340 + ], + [ + 246, + 339 + ], + [ + 247, + 338 + ], + [ + 248, + 337 + ], + [ + 249, + 336 + ], + [ + 250, + 336 + ], + [ + 251, + 335 + ], + [ + 252, + 334 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 196, + 236 + ], + [ + 197, + 235 + ], + [ + 198, + 234 + ], + [ + 199, + 233 + ], + [ + 199, + 232 + ], + [ + 199, + 231 + ], + [ + 199, + 230 + ], + [ + 198, + 229 + ], + [ + 197, + 230 + ], + [ + 197, + 229 + ], + [ + 197, + 228 + ], + [ + 196, + 229 + ], + [ + 195, + 228 + ], + [ + 196, + 227 + ], + [ + 197, + 226 + ], + [ + 197, + 225 + ], + [ + 196, + 225 + ], + [ + 196, + 226 + ], + [ + 195, + 225 + ], + [ + 194, + 224 + ], + [ + 193, + 225 + ], + [ + 192, + 226 + ], + [ + 191, + 226 + ], + [ + 190, + 225 + ], + [ + 189, + 226 + ], + [ + 188, + 225 + ], + [ + 187, + 226 + ], + [ + 186, + 226 + ], + [ + 185, + 226 + ], + [ + 184, + 225 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 236, + 161 + ], + [ + 235, + 160 + ], + [ + 234, + 159 + ], + [ + 233, + 159 + ], + [ + 232, + 160 + ], + [ + 231, + 160 + ], + [ + 230, + 159 + ], + [ + 230, + 158 + ], + [ + 231, + 159 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 121, + 59 + ], + "area_fraction": 0.0965 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 162, + 381 + ], + "area_fraction": 0.2725 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 195, + 161 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 231, + 65 + ], + "area_fraction": 0.0386 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 238, + 243 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 351 + ], + "peak": [ + 12, + 352 + ], + "area_cells": 50 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 185 + ], + "peak": [ + 16, + 184 + ], + "area_cells": 143 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 352 + ], + "peak": [ + 38, + 354 + ], + "area_cells": 2718 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 443 + ], + "peak": [ + 43, + 443 + ], + "area_cells": 76 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 475 + ], + "peak": [ + 47, + 466 + ], + "area_cells": 342 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502e/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502e/globe.png new file mode 100644 index 000000000..a3c1cbc5e Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502e/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502e/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502e/heightmap.png new file mode 100644 index 000000000..9bb38c8ae Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502e/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502e/index.md b/wiki/star-systems/GJ-502/bodies/GJ502e/index.md new file mode 100644 index 000000000..9989c2453 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ502e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3212701040 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.022 + period_days: 1050.0 + axial_tilt_deg: 10.9 +physical: + gravity_g: 0.62 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.566 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502e + +Cold Arid planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 1050 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502e/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502e/markers.json new file mode 100644 index 000000000..d9cf0d467 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502e/markers.json @@ -0,0 +1,991 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 126, + 244 + ], + [ + 127, + 243 + ], + [ + 128, + 243 + ], + [ + 129, + 242 + ], + [ + 130, + 242 + ], + [ + 131, + 241 + ], + [ + 132, + 240 + ], + [ + 133, + 239 + ], + [ + 134, + 238 + ], + [ + 134, + 239 + ], + [ + 135, + 239 + ], + [ + 135, + 240 + ], + [ + 134, + 240 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 252, + 102 + ], + [ + 251, + 102 + ], + [ + 250, + 101 + ], + [ + 249, + 100 + ], + [ + 250, + 100 + ], + [ + 249, + 101 + ], + [ + 248, + 102 + ], + [ + 247, + 101 + ], + [ + 246, + 101 + ], + [ + 245, + 101 + ], + [ + 244, + 100 + ], + [ + 243, + 99 + ], + [ + 242, + 98 + ], + [ + 242, + 99 + ], + [ + 241, + 100 + ], + [ + 240, + 99 + ], + [ + 239, + 100 + ], + [ + 238, + 100 + ], + [ + 237, + 101 + ], + [ + 236, + 102 + ], + [ + 235, + 103 + ], + [ + 234, + 104 + ], + [ + 233, + 105 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 132, + 294 + ], + [ + 131, + 294 + ], + [ + 130, + 295 + ], + [ + 129, + 296 + ], + [ + 128, + 296 + ], + [ + 127, + 297 + ], + [ + 127, + 298 + ], + [ + 126, + 299 + ], + [ + 126, + 298 + ], + [ + 125, + 299 + ], + [ + 126, + 300 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 18, + 457 + ], + [ + 17, + 456 + ], + [ + 17, + 455 + ], + [ + 16, + 454 + ], + [ + 15, + 453 + ], + [ + 16, + 452 + ], + [ + 15, + 451 + ], + [ + 14, + 450 + ], + [ + 14, + 451 + ], + [ + 15, + 452 + ], + [ + 14, + 452 + ], + [ + 13, + 452 + ], + [ + 14, + 453 + ], + [ + 13, + 454 + ], + [ + 13, + 455 + ], + [ + 12, + 454 + ], + [ + 13, + 453 + ], + [ + 12, + 452 + ], + [ + 13, + 451 + ], + [ + 12, + 451 + ], + [ + 12, + 450 + ], + [ + 11, + 450 + ], + [ + 11, + 449 + ], + [ + 11, + 448 + ], + [ + 10, + 449 + ], + [ + 10, + 450 + ], + [ + 9, + 450 + ], + [ + 9, + 449 + ], + [ + 8, + 450 + ], + [ + 8, + 451 + ], + [ + 7, + 452 + ], + [ + 7, + 451 + ], + [ + 6, + 451 + ], + [ + 6, + 450 + ], + [ + 5, + 450 + ], + [ + 4, + 451 + ], + [ + 5, + 452 + ], + [ + 6, + 452 + ], + [ + 6, + 453 + ], + [ + 5, + 453 + ], + [ + 4, + 453 + ], + [ + 3, + 453 + ], + [ + 4, + 454 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 245, + 164 + ], + [ + 246, + 165 + ], + [ + 247, + 166 + ], + [ + 247, + 167 + ], + [ + 246, + 167 + ], + [ + 246, + 168 + ], + [ + 247, + 169 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 140, + 242 + ], + [ + 139, + 243 + ], + [ + 138, + 244 + ], + [ + 137, + 245 + ], + [ + 136, + 245 + ], + [ + 135, + 244 + ], + [ + 135, + 243 + ], + [ + 134, + 242 + ], + [ + 134, + 243 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 137, + 229 + ], + [ + 136, + 229 + ], + [ + 135, + 230 + ], + [ + 134, + 230 + ], + [ + 133, + 230 + ], + [ + 132, + 231 + ], + [ + 133, + 232 + ], + [ + 133, + 231 + ], + [ + 132, + 230 + ], + [ + 131, + 230 + ], + [ + 132, + 229 + ], + [ + 132, + 228 + ], + [ + 131, + 229 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 185, + 226 + ], + [ + 184, + 226 + ], + [ + 183, + 227 + ], + [ + 182, + 228 + ], + [ + 181, + 229 + ], + [ + 180, + 230 + ], + [ + 179, + 231 + ], + [ + 178, + 232 + ], + [ + 177, + 233 + ], + [ + 176, + 234 + ], + [ + 176, + 235 + ], + [ + 175, + 236 + ], + [ + 174, + 237 + ], + [ + 173, + 238 + ], + [ + 172, + 239 + ], + [ + 172, + 240 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 126, + 372 + ], + [ + 127, + 373 + ], + [ + 128, + 374 + ], + [ + 129, + 373 + ], + [ + 130, + 373 + ], + [ + 131, + 373 + ], + [ + 132, + 373 + ], + [ + 133, + 374 + ], + [ + 134, + 375 + ], + [ + 134, + 376 + ], + [ + 135, + 377 + ], + [ + 135, + 378 + ], + [ + 136, + 379 + ], + [ + 135, + 380 + ], + [ + 136, + 381 + ], + [ + 135, + 381 + ], + [ + 136, + 382 + ], + [ + 135, + 383 + ], + [ + 135, + 384 + ], + [ + 136, + 385 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 239, + 378 + ], + [ + 239, + 377 + ], + [ + 240, + 377 + ], + [ + 240, + 376 + ], + [ + 241, + 376 + ], + [ + 242, + 377 + ], + [ + 243, + 376 + ], + [ + 244, + 376 + ], + [ + 245, + 377 + ], + [ + 244, + 377 + ], + [ + 245, + 376 + ], + [ + 246, + 377 + ], + [ + 247, + 376 + ], + [ + 248, + 377 + ], + [ + 249, + 377 + ], + [ + 250, + 378 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 173, + 75 + ], + [ + 174, + 74 + ], + [ + 175, + 73 + ], + [ + 176, + 72 + ], + [ + 177, + 71 + ], + [ + 178, + 70 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 242, + 386 + ], + [ + 241, + 385 + ], + [ + 240, + 384 + ], + [ + 239, + 383 + ], + [ + 238, + 382 + ], + [ + 237, + 382 + ], + [ + 236, + 382 + ], + [ + 235, + 382 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 213, + 90 + ], + "area_fraction": 0.0714 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 248, + 446 + ], + "area_fraction": 0.0116 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 352 + ], + "peak": [ + 44, + 374 + ], + "area_cells": 1828 + }, + { + "id": "range_2", + "name": null, + "center": [ + 70, + 95 + ], + "peak": [ + 78, + 69 + ], + "area_cells": 4985 + }, + { + "id": "range_3", + "name": null, + "center": [ + 64, + 309 + ], + "peak": [ + 65, + 317 + ], + "area_cells": 774 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 456 + ], + "peak": [ + 113, + 446 + ], + "area_cells": 258 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 260 + ], + "peak": [ + 127, + 261 + ], + "area_cells": 71 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 30 + ], + "peak": [ + 142, + 37 + ], + "area_cells": 255 + }, + { + "id": "range_7", + "name": null, + "center": [ + 146, + 452 + ], + "peak": [ + 146, + 448 + ], + "area_cells": 108 + }, + { + "id": "range_9", + "name": null, + "center": [ + 148, + 477 + ], + "peak": [ + 150, + 477 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 187, + 398 + ], + "peak": [ + 187, + 399 + ], + "area_cells": 108 + }, + { + "id": "range_11", + "name": null, + "center": [ + 201, + 344 + ], + "peak": [ + 200, + 343 + ], + "area_cells": 169 + }, + { + "id": "range_12", + "name": null, + "center": [ + 208, + 308 + ], + "peak": [ + 208, + 300 + ], + "area_cells": 375 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m1/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/globe.png new file mode 100644 index 000000000..654ccdd1d Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m1/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/heightmap.png new file mode 100644 index 000000000..273f54628 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m1/index.md b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/index.md new file mode 100644 index 000000000..7f55f35a8 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ502f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 219056080 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 56.6 +physical: + gravity_g: 0.14 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.44 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502f-m1 + +Frozen moon. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 92% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m1/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/markers.json new file mode 100644 index 000000000..1f6a8e8f8 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502f-m1/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 230 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 106, + 173 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 143, + 286 + ], + "area_fraction": 0.0301 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 56 + ], + "peak": [ + 69, + 89 + ], + "area_cells": 6637 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 111 + ], + "peak": [ + 51, + 110 + ], + "area_cells": 56 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 490 + ], + "peak": [ + 101, + 511 + ], + "area_cells": 2428 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 441 + ], + "peak": [ + 127, + 442 + ], + "area_cells": 40 + }, + { + "id": "range_6", + "name": null, + "center": [ + 132, + 423 + ], + "peak": [ + 131, + 424 + ], + "area_cells": 133 + }, + { + "id": "range_8", + "name": null, + "center": [ + 149, + 4 + ], + "peak": [ + 150, + 3 + ], + "area_cells": 126 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 417 + ], + "peak": [ + 166, + 416 + ], + "area_cells": 146 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 441 + ], + "peak": [ + 185, + 448 + ], + "area_cells": 261 + }, + { + "id": "range_12", + "name": null, + "center": [ + 193, + 189 + ], + "peak": [ + 197, + 185 + ], + "area_cells": 625 + }, + { + "id": "range_14", + "name": null, + "center": [ + 198, + 158 + ], + "peak": [ + 198, + 158 + ], + "area_cells": 67 + }, + { + "id": "range_16", + "name": null, + "center": [ + 214, + 111 + ], + "peak": [ + 214, + 111 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m2/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/globe.png new file mode 100644 index 000000000..1ef97bccc Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m2/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/heightmap.png new file mode 100644 index 000000000..be85ab11c Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m2/index.md b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/index.md new file mode 100644 index 000000000..75c40bbdd --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ502f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2579960572 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.09 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.937 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502f-m2 + +Barren moon. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 98% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f-m2/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/markers.json new file mode 100644 index 000000000..cbf2bcfd9 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502f-m2/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 23 + ], + "peak": [ + 77, + 10 + ], + "area_cells": 2657 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 325 + ], + "peak": [ + 22, + 368 + ], + "area_cells": 20768 + }, + { + "id": "range_9", + "name": null, + "center": [ + 13, + 115 + ], + "peak": [ + 12, + 115 + ], + "area_cells": 64 + }, + { + "id": "range_10", + "name": null, + "center": [ + 57, + 64 + ], + "peak": [ + 88, + 75 + ], + "area_cells": 1130 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 111 + ], + "peak": [ + 73, + 113 + ], + "area_cells": 482 + }, + { + "id": "range_17", + "name": null, + "center": [ + 55, + 178 + ], + "peak": [ + 55, + 179 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 67, + 150 + ], + "peak": [ + 72, + 150 + ], + "area_cells": 111 + }, + { + "id": "range_25", + "name": null, + "center": [ + 107, + 482 + ], + "peak": [ + 107, + 491 + ], + "area_cells": 1953 + }, + { + "id": "range_26", + "name": null, + "center": [ + 84, + 168 + ], + "peak": [ + 84, + 169 + ], + "area_cells": 32 + }, + { + "id": "range_28", + "name": null, + "center": [ + 94, + 136 + ], + "peak": [ + 96, + 137 + ], + "area_cells": 92 + }, + { + "id": "range_29", + "name": null, + "center": [ + 102, + 38 + ], + "peak": [ + 104, + 35 + ], + "area_cells": 498 + }, + { + "id": "range_30", + "name": null, + "center": [ + 104, + 439 + ], + "peak": [ + 104, + 439 + ], + "area_cells": 171 + }, + { + "id": "range_31", + "name": null, + "center": [ + 134, + 13 + ], + "peak": [ + 132, + 16 + ], + "area_cells": 536 + }, + { + "id": "range_32", + "name": null, + "center": [ + 128, + 439 + ], + "peak": [ + 126, + 441 + ], + "area_cells": 127 + }, + { + "id": "range_34", + "name": null, + "center": [ + 145, + 203 + ], + "peak": [ + 144, + 202 + ], + "area_cells": 231 + }, + { + "id": "range_35", + "name": null, + "center": [ + 176, + 233 + ], + "peak": [ + 187, + 234 + ], + "area_cells": 1234 + }, + { + "id": "range_37", + "name": null, + "center": [ + 159, + 282 + ], + "peak": [ + 160, + 284 + ], + "area_cells": 33 + }, + { + "id": "range_39", + "name": null, + "center": [ + 174, + 272 + ], + "peak": [ + 172, + 272 + ], + "area_cells": 39 + }, + { + "id": "range_41", + "name": null, + "center": [ + 186, + 119 + ], + "peak": [ + 187, + 120 + ], + "area_cells": 77 + }, + { + "id": "range_42", + "name": null, + "center": [ + 200, + 504 + ], + "peak": [ + 199, + 505 + ], + "area_cells": 63 + }, + { + "id": "range_43", + "name": null, + "center": [ + 200, + 2 + ], + "peak": [ + 200, + 2 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502f/globe.png new file mode 100644 index 000000000..3195ae23e Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502f/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502f/index.md b/wiki/star-systems/GJ-502/bodies/GJ502f/index.md new file mode 100644 index 000000000..d605ddca5 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ502f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4155399583 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 13.2 +physical: + gravity_g: null + oblateness: 0.061 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.368 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.135 +--- + +# GJ502f + +Gas giant. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502g/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502g/globe.png new file mode 100644 index 000000000..9605556b4 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502g/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502g/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502g/heightmap.png new file mode 100644 index 000000000..2892700d0 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502g/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502g/index.md b/wiki/star-systems/GJ-502/bodies/GJ502g/index.md new file mode 100644 index 000000000..2d64f1a8e --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ502g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1706365166 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.958 + period_days: 8200.0 + axial_tilt_deg: 47.2 +physical: + gravity_g: 0.48 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.73 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502g + +Frozen planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 8200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502g/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502g/markers.json new file mode 100644 index 000000000..198156388 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502g/markers.json @@ -0,0 +1,124 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 41, + 61 + ], + "area_fraction": 0.0747 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 26, + 383 + ], + "area_fraction": 0.1114 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 150, + 218 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 207, + 488 + ], + "area_fraction": 0.0252 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 200, + 398 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 232, + 151 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 244, + 29 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 263 + ], + "peak": [ + 125, + 429 + ], + "area_cells": 26679 + }, + { + "id": "range_5", + "name": null, + "center": [ + 172, + 313 + ], + "peak": [ + 173, + 314 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 199, + 90 + ], + "peak": [ + 200, + 90 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502h/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502h/globe.png new file mode 100644 index 000000000..8e609ecd5 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502h/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502h/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502h/heightmap.png new file mode 100644 index 000000000..728e89aa5 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502h/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502h/index.md b/wiki/star-systems/GJ-502/bodies/GJ502h/index.md new file mode 100644 index 000000000..f1ef57528 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ502h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1443429258 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.242 + period_days: 17600.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.38 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.831 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502h + +Frozen planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 17600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502h/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502h/markers.json new file mode 100644 index 000000000..5ae70cc11 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502h/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 97, + 342 + ], + "area_fraction": 0.0612 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 202, + 435 + ], + "area_fraction": 0.034 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 208, + 114 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 234, + 298 + ], + "area_fraction": 0.0336 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 234 + ], + "peak": [ + 8, + 185 + ], + "area_cells": 4282 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 467 + ], + "peak": [ + 31, + 502 + ], + "area_cells": 2883 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 405 + ], + "peak": [ + 13, + 402 + ], + "area_cells": 56 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 60 + ], + "peak": [ + 60, + 64 + ], + "area_cells": 5690 + }, + { + "id": "range_5", + "name": null, + "center": [ + 16, + 353 + ], + "peak": [ + 15, + 354 + ], + "area_cells": 42 + }, + { + "id": "range_7", + "name": null, + "center": [ + 15, + 369 + ], + "peak": [ + 15, + 369 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 25, + 69 + ], + "peak": [ + 25, + 69 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 38, + 352 + ], + "peak": [ + 38, + 352 + ], + "area_cells": 27 + }, + { + "id": "range_18", + "name": null, + "center": [ + 120, + 72 + ], + "peak": [ + 121, + 73 + ], + "area_cells": 47 + }, + { + "id": "range_20", + "name": null, + "center": [ + 149, + 200 + ], + "peak": [ + 142, + 170 + ], + "area_cells": 2348 + }, + { + "id": "range_21", + "name": null, + "center": [ + 161, + 369 + ], + "peak": [ + 165, + 368 + ], + "area_cells": 195 + }, + { + "id": "range_22", + "name": null, + "center": [ + 182, + 257 + ], + "peak": [ + 184, + 257 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 186, + 331 + ], + "peak": [ + 187, + 332 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502i/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502i/globe.png new file mode 100644 index 000000000..c25c5eb96 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502i/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502i/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502i/heightmap.png new file mode 100644 index 000000000..cc7a7e494 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502i/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502i/index.md b/wiki/star-systems/GJ-502/bodies/GJ502i/index.md new file mode 100644 index 000000000..eb0a0005c --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ502i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3497768564 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 21.337 + period_days: 36000.0 + axial_tilt_deg: 57.9 +physical: + gravity_g: 0.29 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.846 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.337 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502i + +Frozen planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502i/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502i/markers.json new file mode 100644 index 000000000..1e4dffc15 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502i/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 83, + 409 + ], + "area_fraction": 0.1012 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 47, + 10 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 73, + 96 + ], + "area_fraction": 0.021 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 104, + 21 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 232, + 41 + ], + "peak": [ + 245, + 13 + ], + "area_cells": 3295 + }, + { + "id": "range_2", + "name": null, + "center": [ + 232, + 454 + ], + "peak": [ + 233, + 464 + ], + "area_cells": 5480 + }, + { + "id": "range_3", + "name": null, + "center": [ + 214, + 95 + ], + "peak": [ + 213, + 93 + ], + "area_cells": 409 + }, + { + "id": "range_4", + "name": null, + "center": [ + 214, + 404 + ], + "peak": [ + 215, + 403 + ], + "area_cells": 51 + }, + { + "id": "range_5", + "name": null, + "center": [ + 234, + 102 + ], + "peak": [ + 236, + 110 + ], + "area_cells": 162 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-502/bodies/GJ502j/globe.png b/wiki/star-systems/GJ-502/bodies/GJ502j/globe.png new file mode 100644 index 000000000..f45377af4 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502j/globe.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502j/heightmap.png b/wiki/star-systems/GJ-502/bodies/GJ502j/heightmap.png new file mode 100644 index 000000000..cea488342 Binary files /dev/null and b/wiki/star-systems/GJ-502/bodies/GJ502j/heightmap.png differ diff --git a/wiki/star-systems/GJ-502/bodies/GJ502j/index.md b/wiki/star-systems/GJ-502/bodies/GJ502j/index.md new file mode 100644 index 000000000..c58fc8e6b --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ502j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1234461535 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 31.962 + period_days: 66000.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.885 + polar_ice_lat: 0.128 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ502j + +Frozen planet. + +**System:** [GJ-502](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 66000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-502/bodies/GJ502j/markers.json b/wiki/star-systems/GJ-502/bodies/GJ502j/markers.json new file mode 100644 index 000000000..244427173 --- /dev/null +++ b/wiki/star-systems/GJ-502/bodies/GJ502j/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 215, + 280 + ], + "area_fraction": 0.0597 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 223, + 472 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 228, + 23 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 37 + ], + "peak": [ + 4, + 62 + ], + "area_cells": 2376 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 194 + ], + "peak": [ + 28, + 187 + ], + "area_cells": 1612 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 409 + ], + "peak": [ + 2, + 339 + ], + "area_cells": 5651 + }, + { + "id": "range_6", + "name": null, + "center": [ + 32, + 318 + ], + "peak": [ + 33, + 316 + ], + "area_cells": 93 + }, + { + "id": "range_8", + "name": null, + "center": [ + 41, + 413 + ], + "peak": [ + 41, + 415 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 40, + 156 + ], + "peak": [ + 40, + 156 + ], + "area_cells": 33 + }, + { + "id": "range_10", + "name": null, + "center": [ + 47, + 211 + ], + "peak": [ + 48, + 212 + ], + "area_cells": 210 + }, + { + "id": "range_11", + "name": null, + "center": [ + 77, + 103 + ], + "peak": [ + 78, + 103 + ], + "area_cells": 45 + }, + { + "id": "range_12", + "name": null, + "center": [ + 100, + 158 + ], + "peak": [ + 101, + 158 + ], + "area_cells": 106 + }, + { + "id": "range_13", + "name": null, + "center": [ + 144, + 37 + ], + "peak": [ + 152, + 24 + ], + "area_cells": 2786 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 160 + ], + "peak": [ + 151, + 209 + ], + "area_cells": 6050 + }, + { + "id": "range_15", + "name": null, + "center": [ + 107, + 168 + ], + "peak": [ + 107, + 169 + ], + "area_cells": 22 + }, + { + "id": "range_17", + "name": null, + "center": [ + 148, + 488 + ], + "peak": [ + 154, + 499 + ], + "area_cells": 1612 + }, + { + "id": "range_18", + "name": null, + "center": [ + 135, + 322 + ], + "peak": [ + 136, + 323 + ], + "area_cells": 43 + }, + { + "id": "range_20", + "name": null, + "center": [ + 140, + 454 + ], + "peak": [ + 139, + 453 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ505Ab/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/globe.png new file mode 100644 index 000000000..292d9c1be Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ab/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/heightmap.png new file mode 100644 index 000000000..b84e184da Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ab/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/index.md new file mode 100644 index 000000000..aaaf9c772 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ505Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 91934020 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 14.5 +physical: + gravity_g: 0.42 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.951 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Ab + +Barren planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 96% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ab/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/markers.json new file mode 100644 index 000000000..85d3f38e1 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ab/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_6", + "name": null, + "center": [ + 30, + 242 + ], + "peak": [ + 30, + 244 + ], + "area_cells": 42 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 253 + ], + "peak": [ + 76, + 250 + ], + "area_cells": 651 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 455 + ], + "peak": [ + 51, + 457 + ], + "area_cells": 75 + }, + { + "id": "range_10", + "name": null, + "center": [ + 54, + 228 + ], + "peak": [ + 51, + 228 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 55, + 444 + ], + "peak": [ + 54, + 443 + ], + "area_cells": 47 + }, + { + "id": "range_13", + "name": null, + "center": [ + 70, + 436 + ], + "peak": [ + 69, + 436 + ], + "area_cells": 89 + }, + { + "id": "range_14", + "name": null, + "center": [ + 73, + 49 + ], + "peak": [ + 71, + 49 + ], + "area_cells": 28 + }, + { + "id": "range_15", + "name": null, + "center": [ + 88, + 22 + ], + "peak": [ + 86, + 21 + ], + "area_cells": 87 + }, + { + "id": "range_16", + "name": null, + "center": [ + 86, + 47 + ], + "peak": [ + 85, + 47 + ], + "area_cells": 31 + }, + { + "id": "range_17", + "name": null, + "center": [ + 95, + 473 + ], + "peak": [ + 96, + 474 + ], + "area_cells": 27 + }, + { + "id": "range_18", + "name": null, + "center": [ + 101, + 448 + ], + "peak": [ + 100, + 447 + ], + "area_cells": 151 + }, + { + "id": "range_19", + "name": null, + "center": [ + 104, + 256 + ], + "peak": [ + 104, + 257 + ], + "area_cells": 38 + }, + { + "id": "range_22", + "name": null, + "center": [ + 107, + 72 + ], + "peak": [ + 108, + 73 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 116, + 353 + ], + "peak": [ + 118, + 354 + ], + "area_cells": 111 + }, + { + "id": "range_25", + "name": null, + "center": [ + 167, + 82 + ], + "peak": [ + 167, + 58 + ], + "area_cells": 4698 + }, + { + "id": "range_27", + "name": null, + "center": [ + 149, + 381 + ], + "peak": [ + 166, + 379 + ], + "area_cells": 1154 + }, + { + "id": "range_32", + "name": null, + "center": [ + 116, + 14 + ], + "peak": [ + 116, + 15 + ], + "area_cells": 22 + }, + { + "id": "range_39", + "name": null, + "center": [ + 125, + 21 + ], + "peak": [ + 126, + 20 + ], + "area_cells": 21 + }, + { + "id": "range_40", + "name": null, + "center": [ + 189, + 309 + ], + "peak": [ + 171, + 303 + ], + "area_cells": 4927 + }, + { + "id": "range_45", + "name": null, + "center": [ + 158, + 208 + ], + "peak": [ + 159, + 208 + ], + "area_cells": 27 + }, + { + "id": "range_48", + "name": null, + "center": [ + 172, + 229 + ], + "peak": [ + 173, + 229 + ], + "area_cells": 20 + }, + { + "id": "range_49", + "name": null, + "center": [ + 177, + 267 + ], + "peak": [ + 178, + 268 + ], + "area_cells": 85 + }, + { + "id": "range_50", + "name": null, + "center": [ + 197, + 390 + ], + "peak": [ + 198, + 389 + ], + "area_cells": 149 + }, + { + "id": "range_60", + "name": null, + "center": [ + 231, + 238 + ], + "peak": [ + 221, + 238 + ], + "area_cells": 116 + }, + { + "id": "range_61", + "name": null, + "center": [ + 219, + 124 + ], + "peak": [ + 224, + 126 + ], + "area_cells": 50 + }, + { + "id": "range_62", + "name": null, + "center": [ + 222, + 135 + ], + "peak": [ + 220, + 135 + ], + "area_cells": 87 + }, + { + "id": "range_63", + "name": null, + "center": [ + 226, + 251 + ], + "peak": [ + 228, + 255 + ], + "area_cells": 131 + }, + { + "id": "range_65", + "name": null, + "center": [ + 231, + 269 + ], + "peak": [ + 227, + 271 + ], + "area_cells": 119 + }, + { + "id": "range_68", + "name": null, + "center": [ + 237, + 227 + ], + "peak": [ + 227, + 228 + ], + "area_cells": 91 + }, + { + "id": "range_70", + "name": null, + "center": [ + 230, + 389 + ], + "peak": [ + 229, + 390 + ], + "area_cells": 33 + }, + { + "id": "range_71", + "name": null, + "center": [ + 229, + 400 + ], + "peak": [ + 228, + 401 + ], + "area_cells": 20 + }, + { + "id": "range_80", + "name": null, + "center": [ + 247, + 85 + ], + "peak": [ + 248, + 85 + ], + "area_cells": 26 + }, + { + "id": "range_81", + "name": null, + "center": [ + 250, + 439 + ], + "peak": [ + 254, + 443 + ], + "area_cells": 246 + }, + { + "id": "range_86", + "name": null, + "center": [ + 252, + 75 + ], + "peak": [ + 251, + 74 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ac/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/globe.png new file mode 100644 index 000000000..de0d7cadc Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ac/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/heightmap.png new file mode 100644 index 000000000..667835fd8 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ac/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/index.md new file mode 100644 index 000000000..25ea1afb8 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ505Ac +name: Mass +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1174682627 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 1.08 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.47 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.161 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Mass + +Cold Arid planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 1.08g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 24M | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ac/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/markers.json new file mode 100644 index 000000000..c81cb4ad1 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ac/markers.json @@ -0,0 +1,959 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 11, + 407 + ], + [ + 12, + 407 + ], + [ + 13, + 407 + ], + [ + 14, + 407 + ], + [ + 15, + 407 + ], + [ + 16, + 408 + ], + [ + 17, + 407 + ], + [ + 17, + 408 + ], + [ + 17, + 409 + ], + [ + 18, + 409 + ], + [ + 17, + 410 + ], + [ + 16, + 411 + ], + [ + 16, + 412 + ], + [ + 17, + 412 + ], + [ + 18, + 411 + ], + [ + 18, + 412 + ], + [ + 19, + 412 + ], + [ + 19, + 411 + ], + [ + 20, + 410 + ], + [ + 19, + 409 + ], + [ + 18, + 408 + ], + [ + 19, + 408 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 122, + 481 + ], + [ + 123, + 482 + ], + [ + 124, + 483 + ], + [ + 125, + 484 + ], + [ + 126, + 485 + ], + [ + 127, + 486 + ], + [ + 128, + 487 + ], + [ + 129, + 488 + ], + [ + 130, + 489 + ], + [ + 130, + 490 + ], + [ + 130, + 491 + ], + [ + 130, + 492 + ], + [ + 130, + 493 + ], + [ + 130, + 494 + ], + [ + 130, + 495 + ], + [ + 130, + 496 + ], + [ + 130, + 497 + ], + [ + 129, + 498 + ], + [ + 129, + 499 + ], + [ + 130, + 498 + ], + [ + 131, + 497 + ], + [ + 131, + 496 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 1, + 171 + ], + [ + 2, + 170 + ], + [ + 3, + 169 + ], + [ + 4, + 168 + ], + [ + 5, + 168 + ], + [ + 6, + 168 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 128, + 326 + ], + [ + 129, + 325 + ], + [ + 130, + 324 + ], + [ + 131, + 323 + ], + [ + 132, + 322 + ], + [ + 133, + 321 + ], + [ + 134, + 320 + ], + [ + 135, + 319 + ], + [ + 136, + 318 + ], + [ + 137, + 318 + ], + [ + 138, + 318 + ], + [ + 137, + 317 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 42, + 43 + ], + [ + 41, + 44 + ], + [ + 40, + 45 + ], + [ + 39, + 45 + ], + [ + 38, + 44 + ], + [ + 37, + 43 + ], + [ + 36, + 42 + ], + [ + 35, + 42 + ], + [ + 34, + 43 + ], + [ + 33, + 44 + ], + [ + 32, + 43 + ], + [ + 31, + 42 + ], + [ + 30, + 41 + ], + [ + 29, + 40 + ], + [ + 28, + 40 + ], + [ + 27, + 39 + ], + [ + 26, + 39 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 37, + 477 + ], + [ + 36, + 477 + ], + [ + 35, + 478 + ], + [ + 34, + 479 + ], + [ + 33, + 480 + ], + [ + 33, + 481 + ], + [ + 34, + 482 + ], + [ + 34, + 483 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 104, + 333 + ], + [ + 105, + 332 + ], + [ + 106, + 333 + ], + [ + 107, + 334 + ], + [ + 108, + 335 + ], + [ + 109, + 336 + ], + [ + 110, + 336 + ], + [ + 111, + 336 + ], + [ + 111, + 337 + ], + [ + 112, + 338 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 131, + 142 + ], + [ + 130, + 142 + ], + [ + 129, + 141 + ], + [ + 128, + 140 + ], + [ + 127, + 141 + ], + [ + 126, + 142 + ], + [ + 125, + 143 + ], + [ + 124, + 144 + ], + [ + 123, + 145 + ], + [ + 122, + 144 + ], + [ + 121, + 143 + ], + [ + 120, + 143 + ], + [ + 119, + 142 + ], + [ + 118, + 142 + ], + [ + 117, + 142 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 125, + 467 + ], + [ + 124, + 468 + ], + [ + 123, + 469 + ], + [ + 122, + 470 + ], + [ + 121, + 471 + ], + [ + 120, + 472 + ], + [ + 119, + 471 + ], + [ + 118, + 470 + ], + [ + 117, + 471 + ], + [ + 116, + 471 + ], + [ + 115, + 470 + ], + [ + 115, + 471 + ], + [ + 114, + 471 + ], + [ + 113, + 470 + ], + [ + 113, + 471 + ], + [ + 112, + 471 + ], + [ + 111, + 471 + ], + [ + 112, + 472 + ], + [ + 111, + 472 + ], + [ + 110, + 472 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 121, + 491 + ], + [ + 122, + 491 + ], + [ + 123, + 490 + ], + [ + 124, + 491 + ], + [ + 125, + 492 + ], + [ + 126, + 493 + ], + [ + 127, + 494 + ], + [ + 128, + 495 + ], + [ + 129, + 496 + ], + [ + 130, + 497 + ], + [ + 131, + 498 + ], + [ + 131, + 499 + ], + [ + 130, + 500 + ], + [ + 130, + 501 + ], + [ + 131, + 501 + ], + [ + 131, + 500 + ], + [ + 132, + 501 + ], + [ + 133, + 501 + ], + [ + 134, + 502 + ], + [ + 135, + 502 + ], + [ + 136, + 503 + ], + [ + 135, + 503 + ], + [ + 135, + 504 + ], + [ + 136, + 505 + ], + [ + 135, + 506 + ], + [ + 136, + 506 + ], + [ + 137, + 507 + ], + [ + 137, + 508 + ], + [ + 136, + 507 + ], + [ + 135, + 507 + ], + [ + 136, + 508 + ], + [ + 136, + 509 + ], + [ + 135, + 510 + ], + [ + 135, + 511 + ], + [ + 136, + 511 + ], + [ + 136, + 510 + ], + [ + 137, + 511 + ], + [ + 138, + 511 + ], + [ + 137, + 510 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 56, + 0 + ], + [ + 55, + 1 + ], + [ + 54, + 2 + ], + [ + 53, + 2 + ], + [ + 52, + 3 + ], + [ + 51, + 3 + ], + [ + 50, + 3 + ], + [ + 49, + 4 + ], + [ + 48, + 4 + ], + [ + 47, + 4 + ], + [ + 46, + 3 + ], + [ + 45, + 4 + ], + [ + 44, + 3 + ], + [ + 43, + 4 + ], + [ + 42, + 4 + ], + [ + 41, + 3 + ], + [ + 40, + 4 + ], + [ + 39, + 4 + ], + [ + 40, + 3 + ], + [ + 39, + 3 + ], + [ + 38, + 4 + ], + [ + 38, + 5 + ], + [ + 39, + 5 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 31 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 150 + ], + "peak": [ + 112, + 16 + ], + "area_cells": 9778 + }, + { + "id": "range_2", + "name": null, + "center": [ + 135, + 397 + ], + "peak": [ + 169, + 353 + ], + "area_cells": 13844 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 52 + ], + "peak": [ + 147, + 52 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 184 + ], + "peak": [ + 150, + 184 + ], + "area_cells": 42 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 104 + ], + "peak": [ + 159, + 100 + ], + "area_cells": 242 + }, + { + "id": "range_13", + "name": null, + "center": [ + 175, + 247 + ], + "peak": [ + 176, + 248 + ], + "area_cells": 44 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 158 + ], + "peak": [ + 178, + 159 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ad/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/globe.png new file mode 100644 index 000000000..3514b6fbc Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ad/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/heightmap.png new file mode 100644 index 000000000..831dd0382 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ad/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/index.md new file mode 100644 index 000000000..4e767e2d1 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ505Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3945719779 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.347 + period_days: 640.0 + axial_tilt_deg: 30.0 +physical: + gravity_g: 0.56 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.29 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Ad + +Frozen planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ad/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/markers.json new file mode 100644 index 000000000..a2d2e8317 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ad/markers.json @@ -0,0 +1,199 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 58, + 486 + ], + [ + 59, + 485 + ], + [ + 58, + 484 + ], + [ + 59, + 483 + ], + [ + 60, + 482 + ], + [ + 61, + 481 + ], + [ + 62, + 480 + ], + [ + 63, + 479 + ], + [ + 64, + 478 + ], + [ + 65, + 477 + ], + [ + 66, + 478 + ], + [ + 67, + 477 + ], + [ + 68, + 477 + ], + [ + 69, + 477 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 209 + ], + "area_fraction": 0.0406 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 27, + 52 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 40, + 418 + ], + "area_fraction": 0.0142 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 338 + ], + "peak": [ + 117, + 344 + ], + "area_cells": 2027 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 189 + ], + "peak": [ + 164, + 286 + ], + "area_cells": 11230 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 322 + ], + "peak": [ + 147, + 322 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 157, + 360 + ], + "peak": [ + 158, + 358 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 160, + 15 + ], + "peak": [ + 161, + 16 + ], + "area_cells": 211 + }, + { + "id": "range_7", + "name": null, + "center": [ + 172, + 448 + ], + "peak": [ + 169, + 453 + ], + "area_cells": 373 + }, + { + "id": "range_8", + "name": null, + "center": [ + 177, + 403 + ], + "peak": [ + 178, + 403 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/globe.png new file mode 100644 index 000000000..d27489c33 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/heightmap.png new file mode 100644 index 000000000..6ad0c0566 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/index.md new file mode 100644 index 000000000..03ccd69a8 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ505Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1807851739 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.11 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.062 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Ae-m1 + +Frozen moon. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/markers.json new file mode 100644 index 000000000..69fa8b6b4 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ae-m1/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 159, + 109 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 208, + 399 + ], + "area_fraction": 0.0283 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 198 + ], + "peak": [ + 50, + 188 + ], + "area_cells": 17677 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 442 + ], + "peak": [ + 18, + 443 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 11 + ], + "peak": [ + 47, + 6 + ], + "area_cells": 430 + }, + { + "id": "range_5", + "name": null, + "center": [ + 45, + 504 + ], + "peak": [ + 53, + 508 + ], + "area_cells": 355 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 397 + ], + "peak": [ + 60, + 396 + ], + "area_cells": 221 + }, + { + "id": "range_10", + "name": null, + "center": [ + 215, + 51 + ], + "peak": [ + 215, + 52 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ae/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ae/globe.png new file mode 100644 index 000000000..e65cda37b Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ae/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ae/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ae/index.md new file mode 100644 index 000000000..2f35b52e0 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ505Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4020893923 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.878 + period_days: 2000.0 + axial_tilt_deg: 24.6 +physical: + gravity_g: null + oblateness: 0.0857 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.075 +--- + +# GJ505Ae + +Gas giant. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Af/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Af/globe.png new file mode 100644 index 000000000..e6405e5a3 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Af/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Af/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Af/heightmap.png new file mode 100644 index 000000000..b57802370 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Af/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Af/index.md new file mode 100644 index 000000000..bc542f834 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ505Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 931821854 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.581 + period_days: 5400.0 + axial_tilt_deg: 52.5 +physical: + gravity_g: 0.44 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.749 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.45 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Af + +Frozen planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Af/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Af/markers.json new file mode 100644 index 000000000..9f868740b --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Af/markers.json @@ -0,0 +1,273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 33, + 162 + ], + "area_fraction": 0.1413 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 45, + 425 + ], + "area_fraction": 0.0255 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 66, + 78 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 160, + 358 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 201, + 467 + ], + "area_fraction": 0.045 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 113, + 245 + ], + "peak": [ + 109, + 252 + ], + "area_cells": 3819 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 453 + ], + "peak": [ + 124, + 442 + ], + "area_cells": 1025 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 170 + ], + "peak": [ + 124, + 174 + ], + "area_cells": 302 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 156 + ], + "peak": [ + 141, + 157 + ], + "area_cells": 215 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 460 + ], + "peak": [ + 144, + 461 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 238 + ], + "peak": [ + 156, + 238 + ], + "area_cells": 49 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 256 + ], + "peak": [ + 165, + 255 + ], + "area_cells": 86 + }, + { + "id": "range_10", + "name": null, + "center": [ + 181, + 133 + ], + "peak": [ + 182, + 138 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 210, + 323 + ], + "peak": [ + 213, + 331 + ], + "area_cells": 1032 + }, + { + "id": "range_12", + "name": null, + "center": [ + 211, + 162 + ], + "peak": [ + 210, + 140 + ], + "area_cells": 1755 + }, + { + "id": "range_14", + "name": null, + "center": [ + 217, + 368 + ], + "peak": [ + 218, + 368 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 218, + 58 + ], + "peak": [ + 216, + 61 + ], + "area_cells": 38 + }, + { + "id": "range_16", + "name": null, + "center": [ + 242, + 242 + ], + "peak": [ + 255, + 261 + ], + "area_cells": 2198 + }, + { + "id": "range_19", + "name": null, + "center": [ + 230, + 97 + ], + "peak": [ + 231, + 99 + ], + "area_cells": 64 + }, + { + "id": "range_20", + "name": null, + "center": [ + 241, + 357 + ], + "peak": [ + 238, + 367 + ], + "area_cells": 515 + }, + { + "id": "range_22", + "name": null, + "center": [ + 240, + 381 + ], + "peak": [ + 239, + 382 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ag/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/globe.png new file mode 100644 index 000000000..9a6e6d39b Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ag/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/heightmap.png new file mode 100644 index 000000000..61e70c497 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ag/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/index.md new file mode 100644 index 000000000..1b3278afe --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ505Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2936011974 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.609 + period_days: 12200.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.35 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.802 + polar_ice_lat: 0.219 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Ag + +Frozen planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 12200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ag/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/markers.json new file mode 100644 index 000000000..733aa0e2f --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ag/markers.json @@ -0,0 +1,296 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 138, + 467 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 200, + 302 + ], + "area_fraction": 0.0885 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 217, + 481 + ], + "area_fraction": 0.0256 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 197, + 181 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 217, + 427 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 240, + 52 + ], + "area_fraction": 0.0209 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 25 + ], + "peak": [ + 37, + 7 + ], + "area_cells": 1343 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 104 + ], + "peak": [ + 1, + 102 + ], + "area_cells": 65 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 287 + ], + "peak": [ + 25, + 285 + ], + "area_cells": 1894 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 346 + ], + "peak": [ + 0, + 342 + ], + "area_cells": 66 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 430 + ], + "peak": [ + 22, + 431 + ], + "area_cells": 3617 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 217 + ], + "peak": [ + 18, + 218 + ], + "area_cells": 65 + }, + { + "id": "range_9", + "name": null, + "center": [ + 20, + 199 + ], + "peak": [ + 23, + 199 + ], + "area_cells": 50 + }, + { + "id": "range_14", + "name": null, + "center": [ + 54, + 171 + ], + "peak": [ + 69, + 172 + ], + "area_cells": 1076 + }, + { + "id": "range_19", + "name": null, + "center": [ + 61, + 458 + ], + "peak": [ + 58, + 470 + ], + "area_cells": 1372 + }, + { + "id": "range_21", + "name": null, + "center": [ + 69, + 420 + ], + "peak": [ + 67, + 422 + ], + "area_cells": 183 + }, + { + "id": "range_23", + "name": null, + "center": [ + 83, + 340 + ], + "peak": [ + 80, + 342 + ], + "area_cells": 75 + }, + { + "id": "range_29", + "name": null, + "center": [ + 137, + 343 + ], + "peak": [ + 144, + 346 + ], + "area_cells": 595 + }, + { + "id": "range_30", + "name": null, + "center": [ + 128, + 313 + ], + "peak": [ + 131, + 315 + ], + "area_cells": 148 + }, + { + "id": "range_31", + "name": null, + "center": [ + 135, + 33 + ], + "peak": [ + 134, + 55 + ], + "area_cells": 564 + }, + { + "id": "range_33", + "name": null, + "center": [ + 146, + 379 + ], + "peak": [ + 147, + 381 + ], + "area_cells": 78 + }, + { + "id": "range_34", + "name": null, + "center": [ + 161, + 58 + ], + "peak": [ + 160, + 57 + ], + "area_cells": 57 + }, + { + "id": "range_36", + "name": null, + "center": [ + 172, + 75 + ], + "peak": [ + 171, + 75 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ah/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/globe.png new file mode 100644 index 000000000..ea4e628c2 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ah/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/heightmap.png new file mode 100644 index 000000000..61737237c Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ah/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/index.md new file mode 100644 index 000000000..592070290 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ505Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3359274187 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 48.7 +physical: + gravity_g: 0.27 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.12 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.45 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Ah + +Frozen planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ah/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/markers.json new file mode 100644 index 000000000..1b292c9f2 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ah/markers.json @@ -0,0 +1,319 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 30, + 350 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 113, + 194 + ], + "area_fraction": 0.1348 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 107, + 443 + ], + "area_fraction": 0.0485 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 153, + 35 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 157, + 370 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 178, + 422 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 241, + 413 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 99 + ], + "peak": [ + 13, + 98 + ], + "area_cells": 107 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 421 + ], + "peak": [ + 38, + 415 + ], + "area_cells": 1072 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 503 + ], + "peak": [ + 44, + 506 + ], + "area_cells": 87 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 70 + ], + "peak": [ + 61, + 85 + ], + "area_cells": 1105 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 125 + ], + "peak": [ + 56, + 124 + ], + "area_cells": 111 + }, + { + "id": "range_8", + "name": null, + "center": [ + 75, + 9 + ], + "peak": [ + 78, + 6 + ], + "area_cells": 289 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 488 + ], + "peak": [ + 76, + 489 + ], + "area_cells": 80 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 509 + ], + "peak": [ + 83, + 511 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 88, + 335 + ], + "peak": [ + 89, + 334 + ], + "area_cells": 62 + }, + { + "id": "range_13", + "name": null, + "center": [ + 178, + 42 + ], + "peak": [ + 178, + 43 + ], + "area_cells": 88 + }, + { + "id": "range_14", + "name": null, + "center": [ + 192, + 62 + ], + "peak": [ + 194, + 63 + ], + "area_cells": 205 + }, + { + "id": "range_15", + "name": null, + "center": [ + 211, + 85 + ], + "peak": [ + 199, + 122 + ], + "area_cells": 1048 + }, + { + "id": "range_16", + "name": null, + "center": [ + 224, + 283 + ], + "peak": [ + 220, + 306 + ], + "area_cells": 4267 + }, + { + "id": "range_17", + "name": null, + "center": [ + 214, + 14 + ], + "peak": [ + 213, + 15 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 226, + 129 + ], + "peak": [ + 223, + 130 + ], + "area_cells": 147 + }, + { + "id": "range_20", + "name": null, + "center": [ + 228, + 4 + ], + "peak": [ + 229, + 5 + ], + "area_cells": 28 + }, + { + "id": "range_21", + "name": null, + "center": [ + 229, + 105 + ], + "peak": [ + 230, + 105 + ], + "area_cells": 91 + }, + { + "id": "range_26", + "name": null, + "center": [ + 249, + 115 + ], + "peak": [ + 255, + 104 + ], + "area_cells": 248 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ai/globe.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/globe.png new file mode 100644 index 000000000..654b693dd Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/globe.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ai/heightmap.png b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/heightmap.png new file mode 100644 index 000000000..26faaea80 Binary files /dev/null and b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ai/index.md b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/index.md new file mode 100644 index 000000000..40f5306d5 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ505Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3611858662 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.261 + period_days: 52000.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.11 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.781 + polar_ice_lat: 0.076 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.213 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ505Ai + +Frozen planet. + +**System:** [GJ-505A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-505A/bodies/GJ505Ai/markers.json b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/markers.json new file mode 100644 index 000000000..583259b31 --- /dev/null +++ b/wiki/star-systems/GJ-505A/bodies/GJ505Ai/markers.json @@ -0,0 +1,147 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 118, + 375 + ], + "area_fraction": 0.0506 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 113, + 211 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 127, + 287 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 145, + 122 + ], + "area_fraction": 0.011 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 152, + 190 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 165, + 449 + ], + "area_fraction": 0.005 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 180, + 315 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 226, + 144 + ], + "area_fraction": 0.067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 163 + ], + "peak": [ + 23, + 165 + ], + "area_cells": 11821 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 410 + ], + "peak": [ + 0, + 404 + ], + "area_cells": 263 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 504 + ], + "peak": [ + 15, + 507 + ], + "area_cells": 96 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 440 + ], + "peak": [ + 20, + 444 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ506b/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506b/globe.png new file mode 100644 index 000000000..4c2135c9d Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506b/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506b/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506b/heightmap.png new file mode 100644 index 000000000..f4f3a1386 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506b/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506b/index.md b/wiki/star-systems/GJ-506/bodies/GJ506b/index.md new file mode 100644 index 000000000..85df20601 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ506b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3989481487 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.236 + period_days: 42.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.48 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.88 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506b + +Barren planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 96% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506b/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506b/markers.json new file mode 100644 index 000000000..c7c0c3d95 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506b/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 17 + ], + "peak": [ + 3, + 17 + ], + "area_cells": 57 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 10 + ], + "peak": [ + 19, + 11 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 159 + ], + "peak": [ + 49, + 159 + ], + "area_cells": 81 + }, + { + "id": "range_8", + "name": null, + "center": [ + 94, + 86 + ], + "peak": [ + 93, + 90 + ], + "area_cells": 115 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 134 + ], + "peak": [ + 135, + 126 + ], + "area_cells": 1900 + }, + { + "id": "range_11", + "name": null, + "center": [ + 118, + 352 + ], + "peak": [ + 118, + 352 + ], + "area_cells": 124 + }, + { + "id": "range_12", + "name": null, + "center": [ + 141, + 168 + ], + "peak": [ + 147, + 170 + ], + "area_cells": 361 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 372 + ], + "peak": [ + 172, + 374 + ], + "area_cells": 258 + }, + { + "id": "range_15", + "name": null, + "center": [ + 187, + 78 + ], + "peak": [ + 201, + 75 + ], + "area_cells": 376 + }, + { + "id": "range_16", + "name": null, + "center": [ + 165, + 51 + ], + "peak": [ + 165, + 51 + ], + "area_cells": 73 + }, + { + "id": "range_18", + "name": null, + "center": [ + 179, + 445 + ], + "peak": [ + 178, + 446 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 190, + 202 + ], + "peak": [ + 193, + 201 + ], + "area_cells": 71 + }, + { + "id": "range_22", + "name": null, + "center": [ + 188, + 394 + ], + "peak": [ + 188, + 394 + ], + "area_cells": 88 + }, + { + "id": "range_24", + "name": null, + "center": [ + 195, + 353 + ], + "peak": [ + 194, + 351 + ], + "area_cells": 246 + }, + { + "id": "range_26", + "name": null, + "center": [ + 192, + 495 + ], + "peak": [ + 192, + 496 + ], + "area_cells": 30 + }, + { + "id": "range_27", + "name": null, + "center": [ + 198, + 294 + ], + "peak": [ + 200, + 295 + ], + "area_cells": 258 + }, + { + "id": "range_30", + "name": null, + "center": [ + 201, + 479 + ], + "peak": [ + 201, + 476 + ], + "area_cells": 131 + }, + { + "id": "range_33", + "name": null, + "center": [ + 209, + 266 + ], + "peak": [ + 209, + 266 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506c/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506c/globe.png new file mode 100644 index 000000000..3437e9fd3 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506c/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506c/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506c/heightmap.png new file mode 100644 index 000000000..0fd68da07 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506c/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506c/index.md b/wiki/star-systems/GJ-506/bodies/GJ506c/index.md new file mode 100644 index 000000000..c036fa881 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ506c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 535029722 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.528 + period_days: 140.0 + axial_tilt_deg: 12.5 +physical: + gravity_g: 0.72 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.909 + polar_ice_lat: 0.92 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.065 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506c + +Hot Arid planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506c/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506c/markers.json new file mode 100644 index 000000000..42eba4866 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506c/markers.json @@ -0,0 +1,856 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 128, + 84 + ], + [ + 129, + 85 + ], + [ + 130, + 85 + ], + [ + 131, + 85 + ], + [ + 132, + 86 + ], + [ + 133, + 86 + ], + [ + 134, + 86 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 212, + 274 + ], + [ + 213, + 273 + ], + [ + 213, + 272 + ], + [ + 213, + 271 + ], + [ + 214, + 270 + ], + [ + 215, + 269 + ], + [ + 216, + 268 + ], + [ + 217, + 267 + ], + [ + 216, + 266 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 135, + 47 + ], + [ + 136, + 46 + ], + [ + 137, + 47 + ], + [ + 138, + 48 + ], + [ + 139, + 49 + ], + [ + 140, + 50 + ], + [ + 141, + 51 + ], + [ + 142, + 51 + ], + [ + 143, + 52 + ], + [ + 144, + 53 + ], + [ + 145, + 54 + ], + [ + 146, + 55 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 73, + 498 + ], + [ + 72, + 497 + ], + [ + 71, + 496 + ], + [ + 70, + 496 + ], + [ + 70, + 495 + ], + [ + 70, + 494 + ], + [ + 70, + 493 + ], + [ + 70, + 492 + ], + [ + 69, + 491 + ], + [ + 70, + 490 + ], + [ + 69, + 489 + ], + [ + 69, + 488 + ], + [ + 68, + 487 + ], + [ + 67, + 487 + ], + [ + 66, + 486 + ], + [ + 65, + 485 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 191, + 235 + ], + [ + 192, + 236 + ], + [ + 193, + 236 + ], + [ + 194, + 237 + ], + [ + 195, + 238 + ], + [ + 196, + 238 + ], + [ + 195, + 237 + ], + [ + 196, + 236 + ], + [ + 195, + 236 + ], + [ + 196, + 237 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 160, + 184 + ], + [ + 161, + 183 + ], + [ + 161, + 182 + ], + [ + 160, + 181 + ], + [ + 161, + 180 + ], + [ + 160, + 179 + ], + [ + 161, + 179 + ], + [ + 161, + 178 + ], + [ + 161, + 177 + ], + [ + 162, + 176 + ], + [ + 163, + 176 + ], + [ + 163, + 175 + ], + [ + 162, + 175 + ], + [ + 162, + 174 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 224, + 432 + ], + [ + 225, + 431 + ], + [ + 226, + 430 + ], + [ + 227, + 429 + ], + [ + 228, + 430 + ], + [ + 228, + 429 + ], + [ + 229, + 429 + ], + [ + 229, + 430 + ], + [ + 230, + 429 + ], + [ + 230, + 430 + ], + [ + 231, + 430 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 104, + 325 + ], + [ + 104, + 324 + ], + [ + 103, + 323 + ], + [ + 102, + 322 + ], + [ + 101, + 323 + ], + [ + 101, + 322 + ], + [ + 101, + 321 + ], + [ + 100, + 320 + ], + [ + 99, + 319 + ], + [ + 100, + 319 + ], + [ + 99, + 318 + ], + [ + 98, + 318 + ], + [ + 97, + 317 + ], + [ + 96, + 317 + ], + [ + 95, + 316 + ], + [ + 96, + 315 + ], + [ + 95, + 314 + ], + [ + 95, + 313 + ], + [ + 95, + 312 + ], + [ + 94, + 313 + ], + [ + 94, + 312 + ], + [ + 95, + 311 + ], + [ + 96, + 312 + ], + [ + 97, + 311 + ], + [ + 96, + 310 + ], + [ + 96, + 311 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 153, + 182 + ], + [ + 152, + 183 + ], + [ + 151, + 184 + ], + [ + 151, + 185 + ], + [ + 150, + 186 + ], + [ + 150, + 187 + ], + [ + 149, + 188 + ], + [ + 150, + 189 + ], + [ + 151, + 190 + ], + [ + 152, + 190 + ], + [ + 153, + 191 + ], + [ + 154, + 191 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 153, + 144 + ], + [ + 152, + 145 + ], + [ + 151, + 145 + ], + [ + 150, + 144 + ], + [ + 149, + 143 + ], + [ + 148, + 144 + ], + [ + 147, + 145 + ], + [ + 146, + 146 + ], + [ + 145, + 146 + ], + [ + 144, + 147 + ], + [ + 144, + 148 + ], + [ + 144, + 149 + ], + [ + 143, + 149 + ], + [ + 144, + 150 + ], + [ + 143, + 151 + ], + [ + 144, + 151 + ], + [ + 144, + 152 + ], + [ + 144, + 153 + ], + [ + 143, + 152 + ], + [ + 142, + 153 + ], + [ + 143, + 153 + ], + [ + 143, + 154 + ], + [ + 143, + 155 + ], + [ + 143, + 156 + ], + [ + 142, + 156 + ], + [ + 141, + 155 + ], + [ + 142, + 155 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 151, + 0 + ], + [ + 152, + 511 + ], + [ + 153, + 510 + ], + [ + 154, + 510 + ], + [ + 155, + 509 + ], + [ + 156, + 509 + ], + [ + 156, + 508 + ], + [ + 157, + 507 + ], + [ + 158, + 506 + ], + [ + 159, + 505 + ], + [ + 160, + 504 + ], + [ + 161, + 503 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 114, + 480 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 231, + 133 + ], + "area_fraction": 0.0455 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 418 + ], + "peak": [ + 10, + 336 + ], + "area_cells": 4628 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 70 + ], + "peak": [ + 15, + 65 + ], + "area_cells": 1423 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 208 + ], + "peak": [ + 20, + 187 + ], + "area_cells": 4004 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 19 + ], + "peak": [ + 11, + 33 + ], + "area_cells": 417 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 504 + ], + "peak": [ + 10, + 505 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 33, + 305 + ], + "peak": [ + 33, + 304 + ], + "area_cells": 98 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 84 + ], + "peak": [ + 84, + 106 + ], + "area_cells": 857 + }, + { + "id": "range_10", + "name": null, + "center": [ + 49, + 356 + ], + "peak": [ + 50, + 357 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 58, + 111 + ], + "peak": [ + 58, + 113 + ], + "area_cells": 41 + }, + { + "id": "range_13", + "name": null, + "center": [ + 154, + 396 + ], + "peak": [ + 154, + 397 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506d/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506d/globe.png new file mode 100644 index 000000000..fc1ea18bd Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506d/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506d/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506d/heightmap.png new file mode 100644 index 000000000..ec5af1573 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506d/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506d/index.md b/wiki/star-systems/GJ-506/bodies/GJ506d/index.md new file mode 100644 index 000000000..077376f26 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ506d +name: Oudega +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2044354961 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.896 + period_days: 310.0 + axial_tilt_deg: 13.6 +physical: + gravity_g: 0.94 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.416 + polar_ice_lat: 0.719 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.491 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Oudega + +Temperate planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 310 days | +| **Inhabited** | yes | +| **Population** | 42M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | logistics_manufacturing | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506d/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506d/markers.json new file mode 100644 index 000000000..53916afd8 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506d/markers.json @@ -0,0 +1,284 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 99, + 165 + ], + [ + 100, + 165 + ], + [ + 101, + 164 + ], + [ + 102, + 163 + ], + [ + 103, + 163 + ], + [ + 104, + 162 + ], + [ + 105, + 161 + ], + [ + 106, + 160 + ], + [ + 107, + 159 + ], + [ + 108, + 158 + ], + [ + 109, + 157 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 30 + ], + [ + 107, + 31 + ], + [ + 108, + 32 + ], + [ + 109, + 33 + ], + [ + 110, + 34 + ], + [ + 111, + 35 + ], + [ + 112, + 35 + ], + [ + 113, + 35 + ], + [ + 114, + 36 + ], + [ + 115, + 37 + ], + [ + 116, + 38 + ], + [ + 117, + 39 + ], + [ + 118, + 40 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 26, + 3 + ], + [ + 25, + 4 + ], + [ + 24, + 5 + ], + [ + 23, + 5 + ], + [ + 22, + 6 + ], + [ + 21, + 5 + ], + [ + 20, + 5 + ], + [ + 19, + 5 + ], + [ + 18, + 5 + ], + [ + 17, + 5 + ], + [ + 16, + 6 + ], + [ + 15, + 5 + ], + [ + 14, + 5 + ], + [ + 13, + 5 + ], + [ + 12, + 5 + ], + [ + 11, + 5 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 101, + 39 + ], + [ + 100, + 38 + ], + [ + 99, + 37 + ], + [ + 98, + 36 + ], + [ + 97, + 35 + ], + [ + 97, + 34 + ], + [ + 98, + 33 + ], + [ + 98, + 32 + ], + [ + 98, + 31 + ], + [ + 99, + 30 + ], + [ + 99, + 29 + ], + [ + 99, + 28 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 181, + 255 + ], + "area_fraction": 0.5781 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 56, + 289 + ], + "peak": [ + 54, + 340 + ], + "area_cells": 11594 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 239 + ], + "peak": [ + 78, + 239 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506e/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506e/globe.png new file mode 100644 index 000000000..2503852df Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506e/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506e/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506e/heightmap.png new file mode 100644 index 000000000..a564860ce Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506e/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506e/index.md b/wiki/star-systems/GJ-506/bodies/GJ506e/index.md new file mode 100644 index 000000000..7643721c8 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ506e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3121368713 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.851 + period_days: 920.0 + axial_tilt_deg: 11.3 +physical: + gravity_g: 0.62 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.622 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.105 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506e + +Cold Arid planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 920 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506e/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506e/markers.json new file mode 100644 index 000000000..1a3c51929 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506e/markers.json @@ -0,0 +1,942 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 64, + 296 + ], + [ + 63, + 297 + ], + [ + 63, + 298 + ], + [ + 62, + 299 + ], + [ + 61, + 300 + ], + [ + 60, + 301 + ], + [ + 60, + 302 + ], + [ + 61, + 303 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 432 + ], + [ + 255, + 431 + ], + [ + 255, + 430 + ], + [ + 254, + 430 + ], + [ + 253, + 430 + ], + [ + 252, + 431 + ], + [ + 251, + 432 + ], + [ + 250, + 431 + ], + [ + 249, + 430 + ], + [ + 248, + 430 + ], + [ + 247, + 431 + ], + [ + 247, + 432 + ], + [ + 246, + 433 + ], + [ + 247, + 434 + ], + [ + 248, + 435 + ], + [ + 247, + 436 + ], + [ + 248, + 436 + ], + [ + 249, + 436 + ], + [ + 250, + 436 + ], + [ + 250, + 435 + ], + [ + 251, + 436 + ], + [ + 251, + 435 + ], + [ + 252, + 436 + ], + [ + 253, + 436 + ], + [ + 254, + 436 + ], + [ + 253, + 437 + ], + [ + 252, + 437 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 65, + 399 + ], + [ + 64, + 400 + ], + [ + 63, + 401 + ], + [ + 62, + 402 + ], + [ + 61, + 403 + ], + [ + 60, + 404 + ], + [ + 59, + 405 + ], + [ + 59, + 406 + ], + [ + 59, + 407 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 209, + 463 + ], + [ + 208, + 462 + ], + [ + 209, + 461 + ], + [ + 210, + 460 + ], + [ + 209, + 459 + ], + [ + 208, + 458 + ], + [ + 207, + 457 + ], + [ + 206, + 456 + ], + [ + 205, + 455 + ], + [ + 204, + 454 + ], + [ + 203, + 453 + ], + [ + 202, + 454 + ], + [ + 201, + 455 + ], + [ + 200, + 455 + ], + [ + 199, + 455 + ], + [ + 198, + 454 + ], + [ + 197, + 454 + ], + [ + 197, + 453 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 146, + 444 + ], + [ + 145, + 443 + ], + [ + 144, + 442 + ], + [ + 143, + 441 + ], + [ + 142, + 440 + ], + [ + 141, + 439 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 113, + 48 + ], + [ + 114, + 49 + ], + [ + 115, + 50 + ], + [ + 116, + 50 + ], + [ + 117, + 51 + ], + [ + 118, + 52 + ], + [ + 118, + 53 + ], + [ + 118, + 54 + ], + [ + 118, + 55 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 244, + 349 + ], + [ + 245, + 350 + ], + [ + 246, + 351 + ], + [ + 247, + 352 + ], + [ + 248, + 351 + ], + [ + 249, + 352 + ], + [ + 248, + 353 + ], + [ + 248, + 354 + ], + [ + 248, + 355 + ], + [ + 247, + 356 + ], + [ + 247, + 357 + ], + [ + 246, + 358 + ], + [ + 245, + 359 + ], + [ + 245, + 360 + ], + [ + 244, + 361 + ], + [ + 245, + 362 + ], + [ + 244, + 363 + ], + [ + 243, + 362 + ], + [ + 243, + 361 + ], + [ + 242, + 361 + ], + [ + 241, + 362 + ], + [ + 242, + 363 + ], + [ + 241, + 363 + ], + [ + 240, + 363 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 157, + 0 + ], + [ + 158, + 1 + ], + [ + 159, + 2 + ], + [ + 160, + 3 + ], + [ + 161, + 4 + ], + [ + 161, + 5 + ], + [ + 161, + 6 + ], + [ + 160, + 7 + ], + [ + 159, + 8 + ], + [ + 158, + 9 + ], + [ + 157, + 10 + ], + [ + 156, + 11 + ], + [ + 155, + 12 + ], + [ + 154, + 13 + ], + [ + 154, + 14 + ], + [ + 155, + 14 + ], + [ + 155, + 15 + ], + [ + 156, + 16 + ], + [ + 155, + 17 + ], + [ + 156, + 18 + ], + [ + 156, + 19 + ], + [ + 155, + 20 + ], + [ + 155, + 21 + ], + [ + 156, + 22 + ], + [ + 155, + 23 + ], + [ + 156, + 24 + ], + [ + 155, + 25 + ], + [ + 155, + 26 + ], + [ + 154, + 27 + ], + [ + 155, + 28 + ], + [ + 154, + 28 + ], + [ + 154, + 29 + ], + [ + 153, + 30 + ], + [ + 153, + 31 + ], + [ + 152, + 30 + ], + [ + 151, + 31 + ], + [ + 151, + 32 + ], + [ + 152, + 32 + ], + [ + 152, + 31 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 59, + 327 + ], + [ + 60, + 326 + ], + [ + 61, + 325 + ], + [ + 62, + 324 + ], + [ + 63, + 323 + ], + [ + 64, + 322 + ], + [ + 65, + 321 + ], + [ + 66, + 320 + ], + [ + 66, + 319 + ], + [ + 65, + 318 + ], + [ + 65, + 317 + ], + [ + 65, + 316 + ], + [ + 64, + 317 + ], + [ + 63, + 316 + ], + [ + 63, + 317 + ], + [ + 63, + 318 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 239, + 257 + ], + [ + 238, + 256 + ], + [ + 237, + 255 + ], + [ + 236, + 254 + ], + [ + 235, + 253 + ], + [ + 234, + 252 + ], + [ + 233, + 251 + ], + [ + 232, + 250 + ], + [ + 231, + 249 + ], + [ + 230, + 248 + ], + [ + 229, + 247 + ], + [ + 228, + 246 + ], + [ + 227, + 247 + ], + [ + 226, + 246 + ], + [ + 225, + 247 + ], + [ + 224, + 247 + ], + [ + 223, + 248 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 185, + 413 + ], + [ + 186, + 412 + ], + [ + 187, + 411 + ], + [ + 188, + 410 + ], + [ + 189, + 410 + ], + [ + 190, + 410 + ], + [ + 191, + 410 + ], + [ + 192, + 409 + ], + [ + 191, + 409 + ], + [ + 192, + 408 + ], + [ + 193, + 409 + ], + [ + 193, + 410 + ], + [ + 194, + 410 + ], + [ + 195, + 411 + ], + [ + 196, + 412 + ], + [ + 196, + 411 + ], + [ + 196, + 410 + ], + [ + 195, + 409 + ], + [ + 195, + 410 + ], + [ + 194, + 411 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 238, + 144 + ], + "area_fraction": 0.0395 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 155 + ], + "peak": [ + 62, + 140 + ], + "area_cells": 18106 + }, + { + "id": "range_2", + "name": null, + "center": [ + 54, + 504 + ], + "peak": [ + 42, + 511 + ], + "area_cells": 492 + }, + { + "id": "range_3", + "name": null, + "center": [ + 160, + 286 + ], + "peak": [ + 161, + 295 + ], + "area_cells": 289 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 79 + ], + "peak": [ + 195, + 81 + ], + "area_cells": 135 + }, + { + "id": "range_5", + "name": null, + "center": [ + 201, + 284 + ], + "peak": [ + 201, + 281 + ], + "area_cells": 112 + }, + { + "id": "range_6", + "name": null, + "center": [ + 205, + 355 + ], + "peak": [ + 200, + 356 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m1/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/globe.png new file mode 100644 index 000000000..87daf7a2e Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m1/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/heightmap.png new file mode 100644 index 000000000..c5af8c757 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m1/index.md b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/index.md new file mode 100644 index 000000000..121857323 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ506f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2492400732 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 32.0 +physical: + gravity_g: 0.13 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.183 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506f-m1 + +Frozen moon. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m1/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/markers.json new file mode 100644 index 000000000..452c4ed65 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506f-m1/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 6, + 453 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 83, + 304 + ], + "peak": [ + 80, + 299 + ], + "area_cells": 274 + }, + { + "id": "range_5", + "name": null, + "center": [ + 110, + 209 + ], + "peak": [ + 109, + 192 + ], + "area_cells": 1286 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 2 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 108, + 506 + ], + "peak": [ + 107, + 510 + ], + "area_cells": 85 + }, + { + "id": "range_10", + "name": null, + "center": [ + 122, + 4 + ], + "peak": [ + 123, + 1 + ], + "area_cells": 47 + }, + { + "id": "range_11", + "name": null, + "center": [ + 128, + 287 + ], + "peak": [ + 129, + 285 + ], + "area_cells": 79 + }, + { + "id": "range_13", + "name": null, + "center": [ + 209, + 93 + ], + "peak": [ + 207, + 54 + ], + "area_cells": 17834 + }, + { + "id": "range_16", + "name": null, + "center": [ + 189, + 463 + ], + "peak": [ + 223, + 504 + ], + "area_cells": 6092 + }, + { + "id": "range_17", + "name": null, + "center": [ + 139, + 90 + ], + "peak": [ + 139, + 91 + ], + "area_cells": 77 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 503 + ], + "peak": [ + 146, + 502 + ], + "area_cells": 300 + }, + { + "id": "range_19", + "name": null, + "center": [ + 149, + 205 + ], + "peak": [ + 150, + 205 + ], + "area_cells": 57 + }, + { + "id": "range_22", + "name": null, + "center": [ + 170, + 388 + ], + "peak": [ + 169, + 386 + ], + "area_cells": 44 + }, + { + "id": "range_23", + "name": null, + "center": [ + 187, + 320 + ], + "peak": [ + 186, + 325 + ], + "area_cells": 485 + }, + { + "id": "range_25", + "name": null, + "center": [ + 187, + 347 + ], + "peak": [ + 188, + 348 + ], + "area_cells": 32 + }, + { + "id": "range_27", + "name": null, + "center": [ + 226, + 353 + ], + "peak": [ + 229, + 351 + ], + "area_cells": 86 + }, + { + "id": "range_28", + "name": null, + "center": [ + 228, + 331 + ], + "peak": [ + 229, + 330 + ], + "area_cells": 147 + }, + { + "id": "range_30", + "name": null, + "center": [ + 254, + 332 + ], + "peak": [ + 255, + 334 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m2/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/globe.png new file mode 100644 index 000000000..32b8bb978 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m2/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/heightmap.png new file mode 100644 index 000000000..a01ef6dbf Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m2/index.md b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/index.md new file mode 100644 index 000000000..130a1a96f --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ506f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2101124619 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.08 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.805 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506f-m2 + +Barren moon. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f-m2/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/markers.json new file mode 100644 index 000000000..6ddc95c79 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506f-m2/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 58, + 207 + ], + "area_fraction": 0.006 + }, + { + "id": "water_75", + "name": null, + "kind": "lake", + "center": [ + 148, + 184 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_81", + "name": null, + "kind": "lake", + "center": [ + 167, + 272 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 22 + ], + "peak": [ + 104, + 10 + ], + "area_cells": 2552 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 492 + ], + "peak": [ + 84, + 497 + ], + "area_cells": 1314 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 445 + ], + "peak": [ + 60, + 446 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 433 + ], + "peak": [ + 70, + 431 + ], + "area_cells": 52 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 410 + ], + "peak": [ + 91, + 411 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 130, + 62 + ], + "peak": [ + 137, + 61 + ], + "area_cells": 553 + }, + { + "id": "range_12", + "name": null, + "center": [ + 160, + 97 + ], + "peak": [ + 153, + 102 + ], + "area_cells": 299 + }, + { + "id": "range_13", + "name": null, + "center": [ + 183, + 130 + ], + "peak": [ + 188, + 123 + ], + "area_cells": 725 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 43 + ], + "peak": [ + 165, + 43 + ], + "area_cells": 174 + }, + { + "id": "range_15", + "name": null, + "center": [ + 158, + 19 + ], + "peak": [ + 159, + 19 + ], + "area_cells": 24 + }, + { + "id": "range_16", + "name": null, + "center": [ + 163, + 25 + ], + "peak": [ + 164, + 25 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 180, + 474 + ], + "peak": [ + 179, + 473 + ], + "area_cells": 98 + }, + { + "id": "range_21", + "name": null, + "center": [ + 189, + 370 + ], + "peak": [ + 189, + 371 + ], + "area_cells": 52 + }, + { + "id": "range_22", + "name": null, + "center": [ + 196, + 94 + ], + "peak": [ + 204, + 100 + ], + "area_cells": 164 + }, + { + "id": "range_25", + "name": null, + "center": [ + 213, + 484 + ], + "peak": [ + 210, + 483 + ], + "area_cells": 182 + }, + { + "id": "range_27", + "name": null, + "center": [ + 248, + 268 + ], + "peak": [ + 252, + 266 + ], + "area_cells": 572 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506f/globe.png new file mode 100644 index 000000000..ce7392d5b Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506f/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506f/index.md b/wiki/star-systems/GJ-506/bodies/GJ506f/index.md new file mode 100644 index 000000000..b44eaf16c --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ506f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3521300221 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.888 + period_days: 2800.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: null + oblateness: 0.0846 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.267 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.083 +--- + +# GJ506f + +Gas giant. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506g/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506g/globe.png new file mode 100644 index 000000000..1bfd253c6 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506g/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506g/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506g/heightmap.png new file mode 100644 index 000000000..d9aa37508 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506g/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506g/index.md b/wiki/star-systems/GJ-506/bodies/GJ506g/index.md new file mode 100644 index 000000000..44c374465 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ506g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1111509031 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.297 + period_days: 7200.0 + axial_tilt_deg: 27.0 +physical: + gravity_g: 0.46 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.088 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506g + +Frozen planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506g/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506g/markers.json new file mode 100644 index 000000000..2754979e1 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506g/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 160 + ], + "area_fraction": 0.069 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 410 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 44, + 90 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 27 + ], + "peak": [ + 111, + 27 + ], + "area_cells": 89 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 503 + ], + "peak": [ + 112, + 501 + ], + "area_cells": 97 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 16 + ], + "peak": [ + 117, + 16 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 178, + 78 + ], + "peak": [ + 163, + 54 + ], + "area_cells": 1514 + }, + { + "id": "range_6", + "name": null, + "center": [ + 179, + 147 + ], + "peak": [ + 179, + 150 + ], + "area_cells": 86 + }, + { + "id": "range_7", + "name": null, + "center": [ + 180, + 132 + ], + "peak": [ + 181, + 133 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 186, + 41 + ], + "peak": [ + 186, + 42 + ], + "area_cells": 44 + }, + { + "id": "range_9", + "name": null, + "center": [ + 189, + 251 + ], + "peak": [ + 189, + 250 + ], + "area_cells": 89 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 266 + ], + "peak": [ + 191, + 267 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 198, + 47 + ], + "peak": [ + 199, + 48 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 238, + 236 + ], + "peak": [ + 252, + 194 + ], + "area_cells": 15886 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506h/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506h/globe.png new file mode 100644 index 000000000..b9491d9c2 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506h/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506h/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506h/heightmap.png new file mode 100644 index 000000000..7c8cc555a Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506h/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506h/index.md b/wiki/star-systems/GJ-506/bodies/GJ506h/index.md new file mode 100644 index 000000000..6814a3b51 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ506h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 85375706 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 12.114 + period_days: 15400.0 + axial_tilt_deg: 21.6 +physical: + gravity_g: 0.37 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.848 + polar_ice_lat: 0.283 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506h + +Frozen planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 15400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506h/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506h/markers.json new file mode 100644 index 000000000..37b916792 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506h/markers.json @@ -0,0 +1,244 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 34 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 16, + 330 + ], + "area_fraction": 0.0897 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 172, + 98 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 188, + 398 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 194, + 321 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 208, + 224 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 24 + ], + "peak": [ + 151, + 40 + ], + "area_cells": 1652 + }, + { + "id": "range_2", + "name": null, + "center": [ + 142, + 487 + ], + "peak": [ + 142, + 487 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 142, + 153 + ], + "peak": [ + 143, + 153 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 155, + 503 + ], + "peak": [ + 158, + 510 + ], + "area_cells": 342 + }, + { + "id": "range_6", + "name": null, + "center": [ + 184, + 482 + ], + "peak": [ + 186, + 480 + ], + "area_cells": 164 + }, + { + "id": "range_7", + "name": null, + "center": [ + 193, + 2 + ], + "peak": [ + 194, + 2 + ], + "area_cells": 56 + }, + { + "id": "range_8", + "name": null, + "center": [ + 194, + 509 + ], + "peak": [ + 193, + 511 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 197, + 41 + ], + "peak": [ + 198, + 41 + ], + "area_cells": 54 + }, + { + "id": "range_10", + "name": null, + "center": [ + 198, + 66 + ], + "peak": [ + 199, + 66 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 212, + 267 + ], + "peak": [ + 212, + 268 + ], + "area_cells": 25 + }, + { + "id": "range_13", + "name": null, + "center": [ + 227, + 132 + ], + "peak": [ + 229, + 128 + ], + "area_cells": 124 + }, + { + "id": "range_14", + "name": null, + "center": [ + 248, + 493 + ], + "peak": [ + 250, + 501 + ], + "area_cells": 578 + }, + { + "id": "range_15", + "name": null, + "center": [ + 249, + 15 + ], + "peak": [ + 250, + 15 + ], + "area_cells": 418 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506i/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506i/globe.png new file mode 100644 index 000000000..6b9d6d535 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506i/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506i/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506i/heightmap.png new file mode 100644 index 000000000..260e67159 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506i/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506i/index.md b/wiki/star-systems/GJ-506/bodies/GJ506i/index.md new file mode 100644 index 000000000..434f095b8 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ506i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4251333744 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.838 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.422 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506i + +Frozen planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506i/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506i/markers.json new file mode 100644 index 000000000..1eac6c3f6 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506i/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 177, + 181 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 223, + 267 + ], + "area_fraction": 0.0552 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 231, + 28 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 240, + 148 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 242, + 441 + ], + "area_fraction": 0.0218 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 64 + ], + "peak": [ + 5, + 61 + ], + "area_cells": 472 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 169 + ], + "peak": [ + 0, + 165 + ], + "area_cells": 272 + }, + { + "id": "range_3", + "name": null, + "center": [ + 31, + 243 + ], + "peak": [ + 44, + 249 + ], + "area_cells": 4524 + }, + { + "id": "range_5", + "name": null, + "center": [ + 24, + 181 + ], + "peak": [ + 25, + 181 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 68 + ], + "peak": [ + 32, + 62 + ], + "area_cells": 96 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 315 + ], + "peak": [ + 38, + 325 + ], + "area_cells": 366 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 110 + ], + "peak": [ + 47, + 111 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 206 + ], + "peak": [ + 53, + 206 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 53, + 474 + ], + "peak": [ + 53, + 477 + ], + "area_cells": 136 + }, + { + "id": "range_12", + "name": null, + "center": [ + 109, + 397 + ], + "peak": [ + 118, + 376 + ], + "area_cells": 7437 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 465 + ], + "peak": [ + 92, + 462 + ], + "area_cells": 208 + }, + { + "id": "range_16", + "name": null, + "center": [ + 163, + 431 + ], + "peak": [ + 165, + 432 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-506/bodies/GJ506j/globe.png b/wiki/star-systems/GJ-506/bodies/GJ506j/globe.png new file mode 100644 index 000000000..2017547df Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506j/globe.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506j/heightmap.png b/wiki/star-systems/GJ-506/bodies/GJ506j/heightmap.png new file mode 100644 index 000000000..e467d6f39 Binary files /dev/null and b/wiki/star-systems/GJ-506/bodies/GJ506j/heightmap.png differ diff --git a/wiki/star-systems/GJ-506/bodies/GJ506j/index.md b/wiki/star-systems/GJ-506/bodies/GJ506j/index.md new file mode 100644 index 000000000..2961fd0b9 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ506j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3952496418 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 29.324 + period_days: 58000.0 + axial_tilt_deg: 27.7 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.749 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.435 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ506j + +Frozen planet. + +**System:** [GJ-506](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-506/bodies/GJ506j/markers.json b/wiki/star-systems/GJ-506/bodies/GJ506j/markers.json new file mode 100644 index 000000000..12b914097 --- /dev/null +++ b/wiki/star-systems/GJ-506/bodies/GJ506j/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 149 + ], + "area_fraction": 0.0282 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 69, + 318 + ], + "area_fraction": 0.2047 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 193, + 73 + ], + "peak": [ + 195, + 71 + ], + "area_cells": 10440 + }, + { + "id": "range_2", + "name": null, + "center": [ + 182, + 486 + ], + "peak": [ + 189, + 493 + ], + "area_cells": 1781 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 497 + ], + "peak": [ + 155, + 497 + ], + "area_cells": 59 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 194 + ], + "peak": [ + 158, + 196 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 168, + 432 + ], + "peak": [ + 169, + 432 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 204, + 266 + ], + "peak": [ + 206, + 270 + ], + "area_cells": 118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ508Ab/globe.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/globe.png new file mode 100644 index 000000000..56aef8aff Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/globe.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ab/heightmap.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/heightmap.png new file mode 100644 index 000000000..c517b127f Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ab/index.md b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/index.md new file mode 100644 index 000000000..b290c1622 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ508Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2238773669 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 1.3 +physical: + gravity_g: 0.32 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.936 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ508Ab + +Barren planet. + +**System:** [GJ-508A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 93% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ab/markers.json b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/markers.json new file mode 100644 index 000000000..06dbdfe84 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ab/markers.json @@ -0,0 +1,363 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 124, + 274 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 496 + ], + "peak": [ + 33, + 500 + ], + "area_cells": 149 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 328 + ], + "peak": [ + 39, + 326 + ], + "area_cells": 229 + }, + { + "id": "range_4", + "name": null, + "center": [ + 60, + 19 + ], + "peak": [ + 68, + 0 + ], + "area_cells": 870 + }, + { + "id": "range_6", + "name": null, + "center": [ + 31, + 281 + ], + "peak": [ + 34, + 279 + ], + "area_cells": 135 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 350 + ], + "peak": [ + 27, + 350 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 30, + 299 + ], + "peak": [ + 31, + 302 + ], + "area_cells": 43 + }, + { + "id": "range_10", + "name": null, + "center": [ + 40, + 256 + ], + "peak": [ + 41, + 257 + ], + "area_cells": 61 + }, + { + "id": "range_14", + "name": null, + "center": [ + 64, + 484 + ], + "peak": [ + 72, + 496 + ], + "area_cells": 1286 + }, + { + "id": "range_16", + "name": null, + "center": [ + 67, + 308 + ], + "peak": [ + 62, + 310 + ], + "area_cells": 261 + }, + { + "id": "range_17", + "name": null, + "center": [ + 65, + 349 + ], + "peak": [ + 65, + 348 + ], + "area_cells": 151 + }, + { + "id": "range_19", + "name": null, + "center": [ + 62, + 252 + ], + "peak": [ + 63, + 253 + ], + "area_cells": 29 + }, + { + "id": "range_20", + "name": null, + "center": [ + 76, + 286 + ], + "peak": [ + 77, + 288 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 87, + 331 + ], + "peak": [ + 86, + 331 + ], + "area_cells": 66 + }, + { + "id": "range_24", + "name": null, + "center": [ + 111, + 468 + ], + "peak": [ + 109, + 472 + ], + "area_cells": 258 + }, + { + "id": "range_26", + "name": null, + "center": [ + 141, + 3 + ], + "peak": [ + 139, + 3 + ], + "area_cells": 184 + }, + { + "id": "range_27", + "name": null, + "center": [ + 176, + 487 + ], + "peak": [ + 200, + 478 + ], + "area_cells": 1900 + }, + { + "id": "range_32", + "name": null, + "center": [ + 167, + 131 + ], + "peak": [ + 167, + 131 + ], + "area_cells": 49 + }, + { + "id": "range_33", + "name": null, + "center": [ + 167, + 387 + ], + "peak": [ + 168, + 389 + ], + "area_cells": 165 + }, + { + "id": "range_34", + "name": null, + "center": [ + 165, + 270 + ], + "peak": [ + 165, + 270 + ], + "area_cells": 24 + }, + { + "id": "range_35", + "name": null, + "center": [ + 191, + 44 + ], + "peak": [ + 206, + 37 + ], + "area_cells": 713 + }, + { + "id": "range_36", + "name": null, + "center": [ + 193, + 178 + ], + "peak": [ + 187, + 164 + ], + "area_cells": 1159 + }, + { + "id": "range_37", + "name": null, + "center": [ + 183, + 11 + ], + "peak": [ + 172, + 15 + ], + "area_cells": 311 + }, + { + "id": "range_39", + "name": null, + "center": [ + 174, + 224 + ], + "peak": [ + 173, + 226 + ], + "area_cells": 54 + }, + { + "id": "range_40", + "name": null, + "center": [ + 181, + 105 + ], + "peak": [ + 182, + 106 + ], + "area_cells": 151 + }, + { + "id": "range_46", + "name": null, + "center": [ + 190, + 445 + ], + "peak": [ + 191, + 445 + ], + "area_cells": 86 + }, + { + "id": "range_47", + "name": null, + "center": [ + 210, + 140 + ], + "peak": [ + 207, + 139 + ], + "area_cells": 294 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ac/globe.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/globe.png new file mode 100644 index 000000000..c1989325c Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/globe.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ac/heightmap.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/heightmap.png new file mode 100644 index 000000000..1dcf810be Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ac/index.md b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/index.md new file mode 100644 index 000000000..8f713ead7 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ508Ac +name: Uithoek +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3706205588 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 10.0 +physical: + gravity_g: 0.84 + oblateness: 0.0034 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.618 + polar_ice_lat: 0.793 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Uithoek + +Temperate planet. + +**System:** [GJ-508A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 6K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ac/markers.json b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/markers.json new file mode 100644 index 000000000..451fdb4f1 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ac/markers.json @@ -0,0 +1,787 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 320 + ], + [ + 1, + 321 + ], + [ + 2, + 321 + ], + [ + 3, + 322 + ], + [ + 4, + 321 + ], + [ + 5, + 321 + ], + [ + 6, + 322 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 107, + 55 + ], + [ + 107, + 56 + ], + [ + 108, + 57 + ], + [ + 107, + 58 + ], + [ + 106, + 59 + ], + [ + 105, + 60 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 135, + 225 + ], + [ + 134, + 225 + ], + [ + 135, + 224 + ], + [ + 136, + 224 + ], + [ + 137, + 224 + ], + [ + 138, + 223 + ], + [ + 139, + 222 + ], + [ + 140, + 223 + ], + [ + 141, + 222 + ], + [ + 142, + 222 + ], + [ + 143, + 221 + ], + [ + 144, + 221 + ], + [ + 145, + 220 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 26, + 205 + ], + [ + 25, + 206 + ], + [ + 24, + 206 + ], + [ + 23, + 206 + ], + [ + 22, + 206 + ], + [ + 21, + 207 + ], + [ + 20, + 207 + ], + [ + 19, + 208 + ], + [ + 18, + 207 + ], + [ + 19, + 206 + ], + [ + 18, + 206 + ], + [ + 18, + 205 + ], + [ + 17, + 206 + ], + [ + 17, + 205 + ], + [ + 17, + 204 + ], + [ + 18, + 204 + ], + [ + 19, + 204 + ], + [ + 18, + 203 + ], + [ + 18, + 202 + ], + [ + 19, + 202 + ], + [ + 19, + 201 + ], + [ + 20, + 201 + ], + [ + 20, + 200 + ], + [ + 19, + 200 + ], + [ + 18, + 199 + ], + [ + 19, + 199 + ], + [ + 18, + 198 + ], + [ + 19, + 197 + ], + [ + 18, + 196 + ], + [ + 19, + 196 + ], + [ + 18, + 195 + ], + [ + 19, + 194 + ], + [ + 19, + 193 + ], + [ + 18, + 192 + ], + [ + 19, + 191 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 155, + 105 + ], + [ + 154, + 105 + ], + [ + 153, + 104 + ], + [ + 152, + 103 + ], + [ + 151, + 102 + ], + [ + 150, + 103 + ], + [ + 149, + 104 + ], + [ + 148, + 103 + ], + [ + 147, + 103 + ], + [ + 146, + 103 + ], + [ + 145, + 104 + ], + [ + 144, + 105 + ], + [ + 143, + 106 + ], + [ + 142, + 107 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 169, + 432 + ], + [ + 170, + 431 + ], + [ + 171, + 431 + ], + [ + 172, + 430 + ], + [ + 173, + 429 + ], + [ + 174, + 428 + ], + [ + 175, + 429 + ], + [ + 176, + 430 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 139, + 359 + ], + [ + 140, + 360 + ], + [ + 141, + 361 + ], + [ + 142, + 362 + ], + [ + 143, + 363 + ], + [ + 143, + 364 + ], + [ + 142, + 365 + ], + [ + 143, + 365 + ], + [ + 142, + 366 + ], + [ + 143, + 367 + ], + [ + 144, + 368 + ], + [ + 143, + 369 + ], + [ + 143, + 370 + ], + [ + 143, + 371 + ], + [ + 144, + 370 + ], + [ + 144, + 371 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 121, + 48 + ], + [ + 120, + 47 + ], + [ + 119, + 46 + ], + [ + 118, + 45 + ], + [ + 117, + 44 + ], + [ + 116, + 43 + ], + [ + 115, + 42 + ], + [ + 114, + 41 + ], + [ + 113, + 40 + ], + [ + 112, + 39 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 53, + 424 + ], + [ + 54, + 425 + ], + [ + 54, + 426 + ], + [ + 55, + 427 + ], + [ + 56, + 427 + ], + [ + 57, + 428 + ], + [ + 58, + 427 + ], + [ + 59, + 426 + ], + [ + 60, + 425 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 160, + 0 + ], + [ + 161, + 1 + ], + [ + 162, + 2 + ], + [ + 163, + 2 + ], + [ + 164, + 3 + ], + [ + 164, + 4 + ], + [ + 163, + 5 + ], + [ + 164, + 5 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 26, + 310 + ], + [ + 25, + 310 + ], + [ + 24, + 310 + ], + [ + 23, + 311 + ], + [ + 22, + 311 + ], + [ + 21, + 312 + ], + [ + 20, + 313 + ], + [ + 19, + 313 + ], + [ + 18, + 313 + ], + [ + 17, + 314 + ], + [ + 16, + 315 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 80, + 127 + ], + "area_fraction": 0.2533 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 32, + 439 + ], + "area_fraction": 0.0662 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 130, + 465 + ], + "area_fraction": 0.046 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 247, + 433 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 356 + ], + "peak": [ + 64, + 363 + ], + "area_cells": 203 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 358 + ], + "peak": [ + 95, + 353 + ], + "area_cells": 339 + }, + { + "id": "range_6", + "name": null, + "center": [ + 196, + 214 + ], + "peak": [ + 199, + 222 + ], + "area_cells": 633 + }, + { + "id": "range_7", + "name": null, + "center": [ + 210, + 75 + ], + "peak": [ + 229, + 94 + ], + "area_cells": 6130 + }, + { + "id": "range_8", + "name": null, + "center": [ + 203, + 383 + ], + "peak": [ + 207, + 397 + ], + "area_cells": 1414 + }, + { + "id": "range_9", + "name": null, + "center": [ + 207, + 505 + ], + "peak": [ + 214, + 511 + ], + "area_cells": 300 + }, + { + "id": "range_10", + "name": null, + "center": [ + 223, + 273 + ], + "peak": [ + 221, + 272 + ], + "area_cells": 735 + }, + { + "id": "range_11", + "name": null, + "center": [ + 225, + 199 + ], + "peak": [ + 226, + 197 + ], + "area_cells": 287 + }, + { + "id": "range_13", + "name": null, + "center": [ + 235, + 6 + ], + "peak": [ + 235, + 9 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ad/globe.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/globe.png new file mode 100644 index 000000000..b037498ed Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/globe.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ad/heightmap.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/heightmap.png new file mode 100644 index 000000000..c28faef24 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ad/index.md b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/index.md new file mode 100644 index 000000000..05d986113 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ508Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 665169205 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.545 + period_days: 220.0 + axial_tilt_deg: 40.9 +physical: + gravity_g: 0.48 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ508Ad + +Frozen planet. + +**System:** [GJ-508A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ad/markers.json b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/markers.json new file mode 100644 index 000000000..c78a47636 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ad/markers.json @@ -0,0 +1,305 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 235, + 345 + ], + [ + 235, + 346 + ], + [ + 235, + 347 + ], + [ + 235, + 348 + ], + [ + 236, + 349 + ], + [ + 237, + 350 + ], + [ + 236, + 351 + ], + [ + 235, + 352 + ], + [ + 234, + 353 + ], + [ + 233, + 354 + ], + [ + 232, + 355 + ], + [ + 231, + 356 + ], + [ + 230, + 357 + ], + [ + 231, + 358 + ], + [ + 232, + 359 + ], + [ + 232, + 360 + ], + [ + 231, + 360 + ], + [ + 231, + 361 + ], + [ + 230, + 362 + ], + [ + 230, + 363 + ], + [ + 229, + 362 + ], + [ + 228, + 361 + ], + [ + 229, + 360 + ], + [ + 229, + 361 + ], + [ + 228, + 362 + ], + [ + 228, + 363 + ], + [ + 229, + 363 + ], + [ + 230, + 364 + ], + [ + 230, + 365 + ], + [ + 229, + 366 + ], + [ + 229, + 367 + ], + [ + 230, + 368 + ], + [ + 230, + 369 + ], + [ + 229, + 368 + ], + [ + 230, + 367 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 252, + 511 + ], + [ + 251, + 511 + ], + [ + 251, + 510 + ], + [ + 250, + 511 + ], + [ + 250, + 510 + ], + [ + 249, + 510 + ], + [ + 248, + 509 + ], + [ + 249, + 508 + ], + [ + 248, + 507 + ], + [ + 248, + 508 + ], + [ + 247, + 507 + ], + [ + 246, + 507 + ], + [ + 245, + 507 + ], + [ + 245, + 508 + ], + [ + 246, + 509 + ], + [ + 247, + 508 + ], + [ + 246, + 508 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 198, + 15 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 196, + 445 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 233, + 250 + ], + "area_fraction": 0.0119 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 185 + ], + "peak": [ + 115, + 175 + ], + "area_cells": 3758 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 111 + ], + "peak": [ + 98, + 115 + ], + "area_cells": 721 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 27 + ], + "peak": [ + 114, + 29 + ], + "area_cells": 612 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ae/globe.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/globe.png new file mode 100644 index 000000000..22a14a793 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/globe.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ae/heightmap.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/heightmap.png new file mode 100644 index 000000000..7a713fde4 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ae/index.md b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/index.md new file mode 100644 index 000000000..8bcce5c2c --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ508Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2461592594 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.111 + period_days: 640.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.36 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.838 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.39 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ508Ae + +Frozen planet. + +**System:** [GJ-508A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ae/markers.json b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/markers.json new file mode 100644 index 000000000..a7ef98398 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ae/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 137 + ], + "area_fraction": 0.1216 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 365 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 56, + 500 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 119, + 86 + ], + "peak": [ + 120, + 86 + ], + "area_cells": 40 + }, + { + "id": "range_3", + "name": null, + "center": [ + 133, + 160 + ], + "peak": [ + 133, + 162 + ], + "area_cells": 113 + }, + { + "id": "range_4", + "name": null, + "center": [ + 145, + 125 + ], + "peak": [ + 144, + 124 + ], + "area_cells": 124 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 260 + ], + "peak": [ + 144, + 253 + ], + "area_cells": 234 + }, + { + "id": "range_8", + "name": null, + "center": [ + 143, + 86 + ], + "peak": [ + 143, + 87 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 96 + ], + "peak": [ + 158, + 96 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 167, + 469 + ], + "peak": [ + 161, + 484 + ], + "area_cells": 280 + }, + { + "id": "range_11", + "name": null, + "center": [ + 211, + 193 + ], + "peak": [ + 197, + 135 + ], + "area_cells": 18240 + }, + { + "id": "range_12", + "name": null, + "center": [ + 178, + 10 + ], + "peak": [ + 178, + 10 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 230, + 436 + ], + "peak": [ + 232, + 432 + ], + "area_cells": 66 + }, + { + "id": "range_16", + "name": null, + "center": [ + 244, + 480 + ], + "peak": [ + 247, + 476 + ], + "area_cells": 185 + }, + { + "id": "range_19", + "name": null, + "center": [ + 252, + 25 + ], + "peak": [ + 255, + 37 + ], + "area_cells": 319 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Af/globe.png b/wiki/star-systems/GJ-508A/bodies/GJ508Af/globe.png new file mode 100644 index 000000000..d0b0d3e59 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Af/globe.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Af/heightmap.png b/wiki/star-systems/GJ-508A/bodies/GJ508Af/heightmap.png new file mode 100644 index 000000000..6042dcb21 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Af/index.md b/wiki/star-systems/GJ-508A/bodies/GJ508Af/index.md new file mode 100644 index 000000000..3e68e3470 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ508Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2465977402 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 54.8 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.846 + polar_ice_lat: 0.06 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.257 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ508Af + +Frozen planet. + +**System:** [GJ-508A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Af/markers.json b/wiki/star-systems/GJ-508A/bodies/GJ508Af/markers.json new file mode 100644 index 000000000..85b45065c --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Af/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 45, + 88 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 118, + 313 + ], + "area_fraction": 0.0919 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 121, + 156 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 165, + 225 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 176, + 107 + ], + "peak": [ + 177, + 110 + ], + "area_cells": 451 + }, + { + "id": "range_2", + "name": null, + "center": [ + 216, + 371 + ], + "peak": [ + 211, + 495 + ], + "area_cells": 9324 + }, + { + "id": "range_3", + "name": null, + "center": [ + 219, + 62 + ], + "peak": [ + 223, + 44 + ], + "area_cells": 6101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ag/globe.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/globe.png new file mode 100644 index 000000000..f23c26891 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/globe.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ag/heightmap.png b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/heightmap.png new file mode 100644 index 000000000..976510a15 Binary files /dev/null and b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ag/index.md b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/index.md new file mode 100644 index 000000000..cb7ea68d8 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ508Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2239644596 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.14 + period_days: 4600.0 + axial_tilt_deg: 55.6 +physical: + gravity_g: 0.08 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.71 + polar_ice_lat: 0.103 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ508Ag + +Frozen planet. + +**System:** [GJ-508A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-508A/bodies/GJ508Ag/markers.json b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/markers.json new file mode 100644 index 000000000..5941fe186 --- /dev/null +++ b/wiki/star-systems/GJ-508A/bodies/GJ508Ag/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 56, + 266 + ], + "area_fraction": 0.2128 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 176, + 460 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 239, + 359 + ], + "area_fraction": 0.0453 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 450 + ], + "peak": [ + 42, + 450 + ], + "area_cells": 38 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 245 + ], + "peak": [ + 78, + 244 + ], + "area_cells": 1000 + }, + { + "id": "range_3", + "name": null, + "center": [ + 105, + 434 + ], + "peak": [ + 147, + 437 + ], + "area_cells": 6332 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 296 + ], + "peak": [ + 50, + 296 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 172 + ], + "peak": [ + 64, + 174 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 109, + 103 + ], + "peak": [ + 110, + 109 + ], + "area_cells": 1673 + }, + { + "id": "range_7", + "name": null, + "center": [ + 166, + 218 + ], + "peak": [ + 198, + 229 + ], + "area_cells": 6582 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 8 + ], + "peak": [ + 129, + 0 + ], + "area_cells": 382 + }, + { + "id": "range_9", + "name": null, + "center": [ + 106, + 198 + ], + "peak": [ + 107, + 200 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 108, + 273 + ], + "peak": [ + 108, + 272 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 209, + 447 + ], + "peak": [ + 210, + 445 + ], + "area_cells": 851 + }, + { + "id": "range_16", + "name": null, + "center": [ + 226, + 250 + ], + "peak": [ + 228, + 253 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ524b/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524b/globe.png new file mode 100644 index 000000000..6cf824530 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524b/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524b/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524b/heightmap.png new file mode 100644 index 000000000..68f27490d Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524b/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524b/index.md b/wiki/star-systems/GJ-524/bodies/GJ524b/index.md new file mode 100644 index 000000000..6c2f50ca3 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ524b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1573914705 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.258 + period_days: 48.0 + axial_tilt_deg: 5.8 +physical: + gravity_g: 0.52 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.963 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524b + +Barren planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 91% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524b/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524b/markers.json new file mode 100644 index 000000000..418059b74 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524b/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 35, + 258 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 157 + ], + "peak": [ + 49, + 157 + ], + "area_cells": 56 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 350 + ], + "peak": [ + 103, + 394 + ], + "area_cells": 8050 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 185 + ], + "peak": [ + 65, + 185 + ], + "area_cells": 136 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 282 + ], + "peak": [ + 91, + 283 + ], + "area_cells": 86 + }, + { + "id": "range_7", + "name": null, + "center": [ + 122, + 498 + ], + "peak": [ + 127, + 498 + ], + "area_cells": 678 + }, + { + "id": "range_9", + "name": null, + "center": [ + 126, + 51 + ], + "peak": [ + 126, + 71 + ], + "area_cells": 827 + }, + { + "id": "range_11", + "name": null, + "center": [ + 142, + 7 + ], + "peak": [ + 146, + 8 + ], + "area_cells": 195 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 192 + ], + "peak": [ + 150, + 198 + ], + "area_cells": 659 + }, + { + "id": "range_13", + "name": null, + "center": [ + 150, + 349 + ], + "peak": [ + 151, + 350 + ], + "area_cells": 42 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 48 + ], + "peak": [ + 156, + 48 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 162, + 326 + ], + "peak": [ + 163, + 330 + ], + "area_cells": 209 + }, + { + "id": "range_16", + "name": null, + "center": [ + 160, + 379 + ], + "peak": [ + 161, + 379 + ], + "area_cells": 52 + }, + { + "id": "range_17", + "name": null, + "center": [ + 227, + 122 + ], + "peak": [ + 223, + 124 + ], + "area_cells": 3328 + }, + { + "id": "range_19", + "name": null, + "center": [ + 181, + 152 + ], + "peak": [ + 186, + 155 + ], + "area_cells": 273 + }, + { + "id": "range_24", + "name": null, + "center": [ + 240, + 373 + ], + "peak": [ + 252, + 346 + ], + "area_cells": 2517 + }, + { + "id": "range_25", + "name": null, + "center": [ + 223, + 315 + ], + "peak": [ + 227, + 318 + ], + "area_cells": 31 + }, + { + "id": "range_30", + "name": null, + "center": [ + 243, + 298 + ], + "peak": [ + 242, + 296 + ], + "area_cells": 97 + }, + { + "id": "range_33", + "name": null, + "center": [ + 249, + 80 + ], + "peak": [ + 252, + 81 + ], + "area_cells": 107 + }, + { + "id": "range_35", + "name": null, + "center": [ + 250, + 193 + ], + "peak": [ + 255, + 189 + ], + "area_cells": 76 + }, + { + "id": "range_40", + "name": null, + "center": [ + 252, + 228 + ], + "peak": [ + 253, + 229 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524c/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524c/globe.png new file mode 100644 index 000000000..bd1ac73d9 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524c/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524c/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524c/heightmap.png new file mode 100644 index 000000000..a356ff4b9 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524c/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524c/index.md b/wiki/star-systems/GJ-524/bodies/GJ524c/index.md new file mode 100644 index 000000000..12a06cbff --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ524c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 591782313 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 12.2 +physical: + gravity_g: 0.96 + oblateness: 0.0035 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.514 + polar_ice_lat: 0.753 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.521 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ524c + +Temperate planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 51% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524c/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524c/markers.json new file mode 100644 index 000000000..00c467717 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524c/markers.json @@ -0,0 +1,696 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 69, + 67 + ], + [ + 70, + 68 + ], + [ + 71, + 69 + ], + [ + 72, + 70 + ], + [ + 73, + 71 + ], + [ + 74, + 71 + ], + [ + 75, + 70 + ], + [ + 76, + 69 + ], + [ + 77, + 68 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 120, + 119 + ], + [ + 119, + 119 + ], + [ + 118, + 118 + ], + [ + 117, + 117 + ], + [ + 116, + 117 + ], + [ + 115, + 116 + ], + [ + 114, + 117 + ], + [ + 113, + 118 + ], + [ + 112, + 119 + ], + [ + 111, + 119 + ], + [ + 110, + 120 + ], + [ + 109, + 121 + ], + [ + 108, + 122 + ], + [ + 107, + 123 + ], + [ + 106, + 124 + ], + [ + 105, + 124 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 398 + ], + [ + 254, + 397 + ], + [ + 253, + 398 + ], + [ + 252, + 399 + ], + [ + 251, + 399 + ], + [ + 250, + 400 + ], + [ + 249, + 401 + ], + [ + 248, + 402 + ], + [ + 247, + 402 + ], + [ + 246, + 402 + ], + [ + 246, + 401 + ], + [ + 247, + 400 + ], + [ + 246, + 399 + ], + [ + 245, + 400 + ], + [ + 245, + 399 + ], + [ + 246, + 400 + ], + [ + 245, + 401 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 92, + 117 + ], + [ + 93, + 116 + ], + [ + 94, + 115 + ], + [ + 95, + 115 + ], + [ + 96, + 114 + ], + [ + 97, + 114 + ], + [ + 98, + 113 + ], + [ + 99, + 114 + ], + [ + 100, + 115 + ], + [ + 101, + 115 + ], + [ + 101, + 116 + ], + [ + 102, + 117 + ], + [ + 101, + 118 + ], + [ + 102, + 119 + ], + [ + 103, + 120 + ], + [ + 102, + 121 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 104, + 0 + ], + [ + 103, + 511 + ], + [ + 102, + 510 + ], + [ + 102, + 509 + ], + [ + 101, + 510 + ], + [ + 101, + 511 + ], + [ + 102, + 511 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 93, + 171 + ], + [ + 92, + 170 + ], + [ + 91, + 171 + ], + [ + 90, + 172 + ], + [ + 89, + 173 + ], + [ + 88, + 173 + ], + [ + 87, + 173 + ], + [ + 86, + 173 + ], + [ + 85, + 174 + ], + [ + 84, + 175 + ], + [ + 83, + 176 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 112, + 219 + ], + [ + 111, + 218 + ], + [ + 110, + 217 + ], + [ + 109, + 216 + ], + [ + 109, + 215 + ], + [ + 108, + 214 + ], + [ + 108, + 213 + ], + [ + 109, + 212 + ], + [ + 109, + 211 + ], + [ + 110, + 210 + ], + [ + 111, + 209 + ], + [ + 110, + 208 + ], + [ + 111, + 207 + ], + [ + 111, + 206 + ], + [ + 112, + 205 + ], + [ + 111, + 204 + ], + [ + 112, + 203 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 102, + 490 + ], + [ + 101, + 491 + ], + [ + 100, + 492 + ], + [ + 101, + 493 + ], + [ + 102, + 494 + ], + [ + 101, + 495 + ], + [ + 101, + 496 + ], + [ + 101, + 497 + ], + [ + 102, + 498 + ], + [ + 101, + 499 + ], + [ + 100, + 500 + ], + [ + 99, + 501 + ], + [ + 99, + 502 + ], + [ + 98, + 503 + ], + [ + 98, + 504 + ], + [ + 97, + 505 + ], + [ + 97, + 506 + ], + [ + 96, + 506 + ], + [ + 95, + 507 + ], + [ + 96, + 508 + ], + [ + 96, + 509 + ], + [ + 95, + 509 + ], + [ + 95, + 510 + ], + [ + 94, + 511 + ], + [ + 93, + 511 + ], + [ + 92, + 511 + ], + [ + 91, + 511 + ], + [ + 90, + 511 + ], + [ + 89, + 511 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 79, + 242 + ], + "area_fraction": 0.325 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 17, + 489 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 232, + 180 + ], + "area_fraction": 0.1198 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 242, + 468 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 420 + ], + "peak": [ + 51, + 424 + ], + "area_cells": 153 + }, + { + "id": "range_2", + "name": null, + "center": [ + 58, + 166 + ], + "peak": [ + 58, + 166 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 181, + 439 + ], + "peak": [ + 160, + 435 + ], + "area_cells": 5006 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 187 + ], + "peak": [ + 158, + 184 + ], + "area_cells": 308 + }, + { + "id": "range_5", + "name": null, + "center": [ + 156, + 126 + ], + "peak": [ + 158, + 124 + ], + "area_cells": 46 + }, + { + "id": "range_6", + "name": null, + "center": [ + 187, + 75 + ], + "peak": [ + 185, + 79 + ], + "area_cells": 378 + }, + { + "id": "range_7", + "name": null, + "center": [ + 198, + 10 + ], + "peak": [ + 197, + 0 + ], + "area_cells": 154 + }, + { + "id": "range_8", + "name": null, + "center": [ + 217, + 459 + ], + "peak": [ + 218, + 457 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524d/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524d/globe.png new file mode 100644 index 000000000..8cac0bf66 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524d/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524d/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524d/heightmap.png new file mode 100644 index 000000000..af3b22244 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524d/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524d/index.md b/wiki/star-systems/GJ-524/bodies/GJ524d/index.md new file mode 100644 index 000000000..6a49df114 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ524d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4119364885 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.658 + period_days: 780.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.68 + oblateness: 0.0031 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.51 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524d + +Cold Arid planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524d/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524d/markers.json new file mode 100644 index 000000000..e9aa1b1ce --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524d/markers.json @@ -0,0 +1,1273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 77, + 226 + ], + [ + 76, + 225 + ], + [ + 75, + 225 + ], + [ + 74, + 224 + ], + [ + 73, + 223 + ], + [ + 72, + 222 + ], + [ + 71, + 221 + ], + [ + 70, + 221 + ], + [ + 69, + 220 + ], + [ + 68, + 219 + ], + [ + 67, + 218 + ], + [ + 66, + 217 + ], + [ + 65, + 216 + ], + [ + 64, + 215 + ], + [ + 63, + 214 + ], + [ + 63, + 213 + ], + [ + 63, + 212 + ], + [ + 62, + 211 + ], + [ + 62, + 210 + ], + [ + 61, + 209 + ], + [ + 61, + 208 + ], + [ + 60, + 208 + ], + [ + 60, + 209 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 139, + 120 + ], + [ + 138, + 121 + ], + [ + 137, + 120 + ], + [ + 136, + 120 + ], + [ + 135, + 119 + ], + [ + 134, + 120 + ], + [ + 133, + 121 + ], + [ + 132, + 120 + ], + [ + 131, + 119 + ], + [ + 130, + 119 + ], + [ + 129, + 120 + ], + [ + 128, + 120 + ], + [ + 127, + 121 + ], + [ + 126, + 121 + ], + [ + 125, + 120 + ], + [ + 125, + 121 + ], + [ + 124, + 121 + ], + [ + 125, + 122 + ], + [ + 125, + 123 + ], + [ + 126, + 122 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 383 + ], + [ + 127, + 383 + ], + [ + 126, + 383 + ], + [ + 125, + 384 + ], + [ + 124, + 385 + ], + [ + 123, + 386 + ], + [ + 122, + 387 + ], + [ + 122, + 388 + ], + [ + 121, + 389 + ], + [ + 122, + 389 + ], + [ + 122, + 390 + ], + [ + 122, + 391 + ], + [ + 122, + 392 + ], + [ + 123, + 393 + ], + [ + 122, + 394 + ], + [ + 122, + 395 + ], + [ + 122, + 396 + ], + [ + 121, + 397 + ], + [ + 122, + 398 + ], + [ + 121, + 399 + ], + [ + 122, + 400 + ], + [ + 122, + 401 + ], + [ + 122, + 402 + ], + [ + 122, + 403 + ], + [ + 122, + 404 + ], + [ + 122, + 405 + ], + [ + 121, + 406 + ], + [ + 120, + 407 + ], + [ + 121, + 408 + ], + [ + 121, + 407 + ], + [ + 120, + 408 + ], + [ + 121, + 409 + ], + [ + 120, + 410 + ], + [ + 120, + 411 + ], + [ + 119, + 410 + ], + [ + 119, + 411 + ], + [ + 119, + 412 + ], + [ + 119, + 413 + ], + [ + 118, + 413 + ], + [ + 117, + 414 + ], + [ + 116, + 415 + ], + [ + 116, + 416 + ], + [ + 116, + 417 + ], + [ + 115, + 418 + ], + [ + 114, + 419 + ], + [ + 114, + 420 + ], + [ + 114, + 421 + ], + [ + 115, + 422 + ], + [ + 115, + 421 + ], + [ + 116, + 421 + ], + [ + 115, + 420 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 65, + 258 + ], + [ + 66, + 258 + ], + [ + 67, + 257 + ], + [ + 68, + 257 + ], + [ + 69, + 257 + ], + [ + 70, + 258 + ], + [ + 71, + 259 + ], + [ + 72, + 260 + ], + [ + 73, + 261 + ], + [ + 74, + 262 + ], + [ + 75, + 262 + ], + [ + 76, + 263 + ], + [ + 77, + 264 + ], + [ + 77, + 265 + ], + [ + 77, + 266 + ], + [ + 76, + 267 + ], + [ + 77, + 267 + ], + [ + 77, + 268 + ], + [ + 78, + 269 + ], + [ + 78, + 270 + ], + [ + 77, + 270 + ], + [ + 77, + 269 + ], + [ + 78, + 268 + ], + [ + 79, + 267 + ], + [ + 79, + 268 + ], + [ + 78, + 267 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 100, + 181 + ], + [ + 101, + 182 + ], + [ + 102, + 183 + ], + [ + 103, + 184 + ], + [ + 104, + 183 + ], + [ + 104, + 182 + ], + [ + 103, + 182 + ], + [ + 104, + 181 + ], + [ + 104, + 180 + ], + [ + 105, + 179 + ], + [ + 106, + 178 + ], + [ + 105, + 177 + ], + [ + 106, + 176 + ], + [ + 106, + 175 + ], + [ + 106, + 174 + ], + [ + 106, + 173 + ], + [ + 107, + 172 + ], + [ + 106, + 171 + ], + [ + 106, + 170 + ], + [ + 107, + 169 + ], + [ + 106, + 169 + ], + [ + 106, + 168 + ], + [ + 105, + 167 + ], + [ + 104, + 166 + ], + [ + 103, + 165 + ], + [ + 102, + 164 + ], + [ + 101, + 163 + ], + [ + 100, + 162 + ], + [ + 99, + 161 + ], + [ + 98, + 160 + ], + [ + 97, + 159 + ], + [ + 96, + 158 + ], + [ + 95, + 157 + ], + [ + 94, + 156 + ], + [ + 93, + 155 + ], + [ + 92, + 154 + ], + [ + 92, + 153 + ], + [ + 91, + 152 + ], + [ + 90, + 151 + ], + [ + 91, + 150 + ], + [ + 90, + 149 + ], + [ + 91, + 148 + ], + [ + 90, + 147 + ], + [ + 90, + 146 + ], + [ + 90, + 145 + ], + [ + 91, + 144 + ], + [ + 90, + 143 + ], + [ + 90, + 142 + ], + [ + 91, + 143 + ], + [ + 90, + 144 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 223, + 62 + ], + [ + 222, + 61 + ], + [ + 221, + 62 + ], + [ + 220, + 63 + ], + [ + 219, + 64 + ], + [ + 218, + 63 + ], + [ + 217, + 62 + ], + [ + 216, + 61 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 105, + 112 + ], + [ + 104, + 113 + ], + [ + 103, + 114 + ], + [ + 102, + 115 + ], + [ + 101, + 116 + ], + [ + 100, + 117 + ], + [ + 99, + 118 + ], + [ + 98, + 118 + ], + [ + 97, + 118 + ], + [ + 96, + 117 + ], + [ + 95, + 116 + ], + [ + 94, + 115 + ], + [ + 93, + 114 + ], + [ + 92, + 115 + ], + [ + 91, + 114 + ], + [ + 90, + 114 + ], + [ + 89, + 114 + ], + [ + 88, + 114 + ], + [ + 87, + 113 + ], + [ + 86, + 112 + ], + [ + 85, + 112 + ], + [ + 84, + 111 + ], + [ + 83, + 111 + ], + [ + 82, + 111 + ], + [ + 82, + 110 + ], + [ + 82, + 109 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 88, + 471 + ], + [ + 89, + 470 + ], + [ + 89, + 469 + ], + [ + 90, + 468 + ], + [ + 91, + 467 + ], + [ + 91, + 466 + ], + [ + 91, + 465 + ], + [ + 90, + 464 + ], + [ + 89, + 463 + ], + [ + 89, + 462 + ], + [ + 90, + 461 + ], + [ + 89, + 460 + ], + [ + 89, + 459 + ], + [ + 90, + 459 + ], + [ + 90, + 460 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 176, + 332 + ], + [ + 175, + 332 + ], + [ + 174, + 332 + ], + [ + 173, + 332 + ], + [ + 174, + 331 + ], + [ + 174, + 330 + ], + [ + 173, + 329 + ], + [ + 173, + 328 + ], + [ + 174, + 329 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 40, + 61 + ], + [ + 41, + 61 + ], + [ + 42, + 60 + ], + [ + 43, + 61 + ], + [ + 44, + 62 + ], + [ + 45, + 63 + ], + [ + 46, + 64 + ], + [ + 47, + 65 + ], + [ + 48, + 66 + ], + [ + 49, + 67 + ], + [ + 50, + 66 + ], + [ + 51, + 66 + ], + [ + 52, + 65 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 31, + 167 + ], + [ + 31, + 168 + ], + [ + 30, + 168 + ], + [ + 30, + 169 + ], + [ + 29, + 169 + ], + [ + 29, + 168 + ], + [ + 28, + 169 + ] + ] + } + ], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 60, + 477 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 63, + 46 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 202, + 61 + ], + "area_fraction": 0.0305 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 339 + ], + "peak": [ + 86, + 336 + ], + "area_cells": 206 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 314 + ], + "peak": [ + 95, + 313 + ], + "area_cells": 86 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 370 + ], + "peak": [ + 92, + 372 + ], + "area_cells": 198 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 219 + ], + "peak": [ + 141, + 198 + ], + "area_cells": 8312 + }, + { + "id": "range_5", + "name": null, + "center": [ + 105, + 113 + ], + "peak": [ + 105, + 112 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 149 + ], + "peak": [ + 107, + 144 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 123, + 13 + ], + "peak": [ + 124, + 13 + ], + "area_cells": 89 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 57 + ], + "peak": [ + 140, + 55 + ], + "area_cells": 451 + }, + { + "id": "range_9", + "name": null, + "center": [ + 147, + 16 + ], + "peak": [ + 145, + 13 + ], + "area_cells": 244 + }, + { + "id": "range_12", + "name": null, + "center": [ + 154, + 488 + ], + "peak": [ + 155, + 486 + ], + "area_cells": 57 + }, + { + "id": "range_13", + "name": null, + "center": [ + 153, + 462 + ], + "peak": [ + 153, + 462 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 190, + 445 + ], + "peak": [ + 195, + 446 + ], + "area_cells": 99 + }, + { + "id": "range_17", + "name": null, + "center": [ + 191, + 417 + ], + "peak": [ + 192, + 417 + ], + "area_cells": 121 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m1/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/globe.png new file mode 100644 index 000000000..644bd8c29 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m1/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/heightmap.png new file mode 100644 index 000000000..9cc9953f9 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m1/index.md b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/index.md new file mode 100644 index 000000000..6b9a0c694 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ524e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2960232897 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.14 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524e-m1 + +Frozen moon. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 97% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m1/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/markers.json new file mode 100644 index 000000000..2d012f563 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524e-m1/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 236, + 333 + ], + "area_fraction": 0.018 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 118 + ], + "peak": [ + 1, + 131 + ], + "area_cells": 1529 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 109 + ], + "peak": [ + 95, + 67 + ], + "area_cells": 18277 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 498 + ], + "peak": [ + 96, + 494 + ], + "area_cells": 1407 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 222 + ], + "peak": [ + 73, + 222 + ], + "area_cells": 58 + }, + { + "id": "range_9", + "name": null, + "center": [ + 103, + 443 + ], + "peak": [ + 102, + 445 + ], + "area_cells": 113 + }, + { + "id": "range_10", + "name": null, + "center": [ + 114, + 401 + ], + "peak": [ + 115, + 402 + ], + "area_cells": 322 + }, + { + "id": "range_13", + "name": null, + "center": [ + 136, + 368 + ], + "peak": [ + 136, + 367 + ], + "area_cells": 132 + }, + { + "id": "range_14", + "name": null, + "center": [ + 183, + 30 + ], + "peak": [ + 174, + 0 + ], + "area_cells": 2460 + }, + { + "id": "range_15", + "name": null, + "center": [ + 191, + 463 + ], + "peak": [ + 176, + 507 + ], + "area_cells": 4071 + }, + { + "id": "range_16", + "name": null, + "center": [ + 164, + 124 + ], + "peak": [ + 163, + 120 + ], + "area_cells": 40 + }, + { + "id": "range_17", + "name": null, + "center": [ + 174, + 66 + ], + "peak": [ + 169, + 67 + ], + "area_cells": 190 + }, + { + "id": "range_19", + "name": null, + "center": [ + 223, + 32 + ], + "peak": [ + 225, + 32 + ], + "area_cells": 29 + }, + { + "id": "range_20", + "name": null, + "center": [ + 227, + 464 + ], + "peak": [ + 227, + 459 + ], + "area_cells": 78 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 493 + ], + "peak": [ + 253, + 491 + ], + "area_cells": 90 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m2/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/globe.png new file mode 100644 index 000000000..5fe24bdf9 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m2/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/heightmap.png new file mode 100644 index 000000000..3c82e060a Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m2/index.md b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/index.md new file mode 100644 index 000000000..5c26aefef --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ524e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4080077296 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.124 + period_days: 16.0 + axial_tilt_deg: 7.7 +physical: + gravity_g: 0.08 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.911 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524e-m2 + +Barren moon. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 91% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e-m2/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/markers.json new file mode 100644 index 000000000..c8114ab26 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524e-m2/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 335 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 106, + 341 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 96, + 223 + ], + "peak": [ + 118, + 235 + ], + "area_cells": 4348 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 293 + ], + "peak": [ + 50, + 294 + ], + "area_cells": 40 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 155 + ], + "peak": [ + 66, + 163 + ], + "area_cells": 201 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 83 + ], + "peak": [ + 61, + 81 + ], + "area_cells": 89 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 117 + ], + "peak": [ + 68, + 117 + ], + "area_cells": 85 + }, + { + "id": "range_9", + "name": null, + "center": [ + 127, + 306 + ], + "peak": [ + 127, + 307 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 335 + ], + "peak": [ + 133, + 335 + ], + "area_cells": 158 + }, + { + "id": "range_11", + "name": null, + "center": [ + 132, + 286 + ], + "peak": [ + 132, + 287 + ], + "area_cells": 51 + }, + { + "id": "range_13", + "name": null, + "center": [ + 178, + 257 + ], + "peak": [ + 207, + 228 + ], + "area_cells": 2162 + }, + { + "id": "range_15", + "name": null, + "center": [ + 160, + 447 + ], + "peak": [ + 160, + 448 + ], + "area_cells": 55 + }, + { + "id": "range_19", + "name": null, + "center": [ + 208, + 151 + ], + "peak": [ + 209, + 152 + ], + "area_cells": 72 + }, + { + "id": "range_20", + "name": null, + "center": [ + 212, + 115 + ], + "peak": [ + 211, + 115 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524e/globe.png new file mode 100644 index 000000000..6ede3d6bd Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524e/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524e/index.md b/wiki/star-systems/GJ-524/bodies/GJ524e/index.md new file mode 100644 index 000000000..9904c3469 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ524e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 520372957 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: null + oblateness: 0.065 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.143 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.121 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.44 + opacity_base: 0.48 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ524e + +Gas giant. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524f/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524f/globe.png new file mode 100644 index 000000000..9cde73c2d Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524f/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524f/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524f/heightmap.png new file mode 100644 index 000000000..18c73d96f Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524f/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524f/index.md b/wiki/star-systems/GJ-524/bodies/GJ524f/index.md new file mode 100644 index 000000000..0f2667ba6 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ524f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1134664533 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.605 + period_days: 6200.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: 0.46 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.752 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524f + +Frozen planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524f/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524f/markers.json new file mode 100644 index 000000000..2ec298737 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524f/markers.json @@ -0,0 +1,266 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 193, + 467 + ], + "area_fraction": 0.0844 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 132, + 386 + ], + "area_fraction": 0.014 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 222, + 141 + ], + "area_fraction": 0.1273 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 126 + ], + "peak": [ + 0, + 127 + ], + "area_cells": 75 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 199 + ], + "peak": [ + 0, + 189 + ], + "area_cells": 301 + }, + { + "id": "range_6", + "name": null, + "center": [ + 31, + 394 + ], + "peak": [ + 13, + 430 + ], + "area_cells": 13145 + }, + { + "id": "range_8", + "name": null, + "center": [ + 27, + 11 + ], + "peak": [ + 20, + 0 + ], + "area_cells": 949 + }, + { + "id": "range_9", + "name": null, + "center": [ + 16, + 147 + ], + "peak": [ + 16, + 147 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 47, + 71 + ], + "peak": [ + 47, + 72 + ], + "area_cells": 34 + }, + { + "id": "range_16", + "name": null, + "center": [ + 80, + 318 + ], + "peak": [ + 82, + 316 + ], + "area_cells": 37 + }, + { + "id": "range_17", + "name": null, + "center": [ + 96, + 256 + ], + "peak": [ + 100, + 263 + ], + "area_cells": 572 + }, + { + "id": "range_18", + "name": null, + "center": [ + 97, + 497 + ], + "peak": [ + 99, + 501 + ], + "area_cells": 680 + }, + { + "id": "range_19", + "name": null, + "center": [ + 86, + 298 + ], + "peak": [ + 87, + 298 + ], + "area_cells": 121 + }, + { + "id": "range_20", + "name": null, + "center": [ + 99, + 2 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 103 + }, + { + "id": "range_22", + "name": null, + "center": [ + 114, + 271 + ], + "peak": [ + 115, + 271 + ], + "area_cells": 58 + }, + { + "id": "range_23", + "name": null, + "center": [ + 129, + 214 + ], + "peak": [ + 129, + 214 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 141, + 229 + ], + "peak": [ + 141, + 230 + ], + "area_cells": 112 + }, + { + "id": "range_25", + "name": null, + "center": [ + 143, + 293 + ], + "peak": [ + 145, + 295 + ], + "area_cells": 298 + }, + { + "id": "range_26", + "name": null, + "center": [ + 151, + 66 + ], + "peak": [ + 154, + 74 + ], + "area_cells": 809 + }, + { + "id": "range_27", + "name": null, + "center": [ + 152, + 253 + ], + "peak": [ + 154, + 261 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524g/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524g/globe.png new file mode 100644 index 000000000..cc7b04206 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524g/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524g/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524g/heightmap.png new file mode 100644 index 000000000..a37525fb7 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524g/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524g/index.md b/wiki/star-systems/GJ-524/bodies/GJ524g/index.md new file mode 100644 index 000000000..68355a7f0 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ524g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4135441327 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.368 + period_days: 14000.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.36 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.828 + polar_ice_lat: 0.272 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.295 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524g + +Frozen planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524g/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524g/markers.json new file mode 100644 index 000000000..d7c54f295 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524g/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 36, + 423 + ], + "area_fraction": 0.0756 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 83, + 100 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 94, + 161 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 119, + 116 + ], + "area_fraction": 0.008 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 184, + 323 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_51", + "name": null, + "kind": "lake", + "center": [ + 208, + 192 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 190 + ], + "peak": [ + 0, + 177 + ], + "area_cells": 507 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 497 + ], + "peak": [ + 76, + 498 + ], + "area_cells": 121 + }, + { + "id": "range_4", + "name": null, + "center": [ + 132, + 469 + ], + "peak": [ + 126, + 461 + ], + "area_cells": 422 + }, + { + "id": "range_5", + "name": null, + "center": [ + 172, + 424 + ], + "peak": [ + 199, + 463 + ], + "area_cells": 7815 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 4 + ], + "peak": [ + 153, + 3 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 151, + 509 + ], + "peak": [ + 151, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 155, + 49 + ], + "peak": [ + 155, + 49 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 202, + 20 + ], + "peak": [ + 200, + 22 + ], + "area_cells": 947 + }, + { + "id": "range_11", + "name": null, + "center": [ + 203, + 137 + ], + "peak": [ + 211, + 136 + ], + "area_cells": 61 + }, + { + "id": "range_12", + "name": null, + "center": [ + 239, + 353 + ], + "peak": [ + 255, + 298 + ], + "area_cells": 2074 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524h/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524h/globe.png new file mode 100644 index 000000000..5bf542c47 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524h/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524h/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524h/heightmap.png new file mode 100644 index 000000000..88aecf0d7 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524h/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524h/index.md b/wiki/star-systems/GJ-524/bodies/GJ524h/index.md new file mode 100644 index 000000000..cc1982817 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ524h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 150994532 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 55.0 +physical: + gravity_g: 0.28 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.853 + polar_ice_lat: 0.113 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.228 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524h + +Frozen planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524h/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524h/markers.json new file mode 100644 index 000000000..a13469f70 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524h/markers.json @@ -0,0 +1,137 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 24, + 63 + ], + "area_fraction": 0.0483 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 13, + 335 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 481 + ], + "area_fraction": 0.013 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 28, + 237 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 101, + 369 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 121, + 422 + ], + "area_fraction": 0.012 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 154, + 219 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 106 + ], + "peak": [ + 110, + 121 + ], + "area_cells": 694 + }, + { + "id": "range_3", + "name": null, + "center": [ + 160, + 82 + ], + "peak": [ + 170, + 83 + ], + "area_cells": 7133 + }, + { + "id": "range_4", + "name": null, + "center": [ + 207, + 181 + ], + "peak": [ + 208, + 177 + ], + "area_cells": 142 + }, + { + "id": "range_5", + "name": null, + "center": [ + 232, + 55 + ], + "peak": [ + 233, + 54 + ], + "area_cells": 404 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524i/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524i/globe.png new file mode 100644 index 000000000..df69b5b0e Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524i/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524i/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524i/heightmap.png new file mode 100644 index 000000000..1db8a676b Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524i/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524i/index.md b/wiki/star-systems/GJ-524/bodies/GJ524i/index.md new file mode 100644 index 000000000..3a28198d0 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ524i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4050634070 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 32.605 + period_days: 68000.0 + axial_tilt_deg: 57.3 +physical: + gravity_g: 0.13 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.053 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.411 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524i + +Frozen planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 68000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524i/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524i/markers.json new file mode 100644 index 000000000..4a5878df8 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524i/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 178, + 217 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 179, + 489 + ], + "area_fraction": 0.006 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 225, + 341 + ], + "area_fraction": 0.1428 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 220, + 86 + ], + "area_fraction": 0.0657 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 259 + ], + "peak": [ + 33, + 385 + ], + "area_cells": 48905 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 509 + ], + "peak": [ + 96, + 511 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-524/bodies/GJ524j/globe.png b/wiki/star-systems/GJ-524/bodies/GJ524j/globe.png new file mode 100644 index 000000000..b469b28fb Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524j/globe.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524j/heightmap.png b/wiki/star-systems/GJ-524/bodies/GJ524j/heightmap.png new file mode 100644 index 000000000..7264d1013 Binary files /dev/null and b/wiki/star-systems/GJ-524/bodies/GJ524j/heightmap.png differ diff --git a/wiki/star-systems/GJ-524/bodies/GJ524j/index.md b/wiki/star-systems/GJ-524/bodies/GJ524j/index.md new file mode 100644 index 000000000..347a6e07d --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ524j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 93301433 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 52.767 + period_days: 140000.0 + axial_tilt_deg: 45.4 +physical: + gravity_g: 0.09 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ524j + +Frozen planet. + +**System:** [GJ-524](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 140000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-524/bodies/GJ524j/markers.json b/wiki/star-systems/GJ-524/bodies/GJ524j/markers.json new file mode 100644 index 000000000..8080dd1f5 --- /dev/null +++ b/wiki/star-systems/GJ-524/bodies/GJ524j/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 50 + ], + "area_fraction": 0.046 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 29, + 288 + ], + "area_fraction": 0.0912 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 22, + 473 + ], + "area_fraction": 0.03 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 239, + 387 + ], + "area_fraction": 0.0333 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 151 + ], + "peak": [ + 55, + 163 + ], + "area_cells": 251 + }, + { + "id": "range_2", + "name": null, + "center": [ + 154, + 102 + ], + "peak": [ + 100, + 152 + ], + "area_cells": 19578 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 418 + ], + "peak": [ + 72, + 419 + ], + "area_cells": 74 + }, + { + "id": "range_5", + "name": null, + "center": [ + 144, + 356 + ], + "peak": [ + 125, + 365 + ], + "area_cells": 1507 + }, + { + "id": "range_6", + "name": null, + "center": [ + 125, + 470 + ], + "peak": [ + 124, + 468 + ], + "area_cells": 157 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 316 + ], + "peak": [ + 136, + 310 + ], + "area_cells": 352 + }, + { + "id": "range_9", + "name": null, + "center": [ + 142, + 402 + ], + "peak": [ + 142, + 403 + ], + "area_cells": 56 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 483 + ], + "peak": [ + 173, + 460 + ], + "area_cells": 1046 + }, + { + "id": "range_11", + "name": null, + "center": [ + 168, + 309 + ], + "peak": [ + 175, + 314 + ], + "area_cells": 339 + }, + { + "id": "range_14", + "name": null, + "center": [ + 182, + 419 + ], + "peak": [ + 183, + 423 + ], + "area_cells": 206 + }, + { + "id": "range_15", + "name": null, + "center": [ + 186, + 386 + ], + "peak": [ + 187, + 386 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 194, + 311 + ], + "peak": [ + 191, + 315 + ], + "area_cells": 63 + }, + { + "id": "range_17", + "name": null, + "center": [ + 193, + 448 + ], + "peak": [ + 194, + 449 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ526b/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526b/globe.png new file mode 100644 index 000000000..1c73390c6 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526b/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526b/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526b/heightmap.png new file mode 100644 index 000000000..2d9bac7d3 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526b/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526b/index.md b/wiki/star-systems/GJ-526/bodies/GJ526b/index.md new file mode 100644 index 000000000..b8e30ee87 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ526b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3246833760 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.33 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.99 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ526b + +Barren planet. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.33g | +| **Land** | 96% | +| **Year** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526b/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526b/markers.json new file mode 100644 index 000000000..8a28b7009 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526b/markers.json @@ -0,0 +1,389 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 351 + ], + "area_fraction": 0.0189 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 115, + 454 + ], + "peak": [ + 135, + 461 + ], + "area_cells": 1070 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 490 + ], + "peak": [ + 90, + 492 + ], + "area_cells": 163 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 321 + ], + "peak": [ + 102, + 325 + ], + "area_cells": 66 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 218 + ], + "peak": [ + 133, + 222 + ], + "area_cells": 2459 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 301 + ], + "peak": [ + 114, + 308 + ], + "area_cells": 223 + }, + { + "id": "range_7", + "name": null, + "center": [ + 113, + 269 + ], + "peak": [ + 112, + 270 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 163, + 351 + ], + "peak": [ + 156, + 312 + ], + "area_cells": 5955 + }, + { + "id": "range_11", + "name": null, + "center": [ + 126, + 410 + ], + "peak": [ + 127, + 408 + ], + "area_cells": 104 + }, + { + "id": "range_12", + "name": null, + "center": [ + 129, + 2 + ], + "peak": [ + 129, + 1 + ], + "area_cells": 51 + }, + { + "id": "range_14", + "name": null, + "center": [ + 130, + 507 + ], + "peak": [ + 129, + 511 + ], + "area_cells": 66 + }, + { + "id": "range_15", + "name": null, + "center": [ + 157, + 171 + ], + "peak": [ + 149, + 170 + ], + "area_cells": 586 + }, + { + "id": "range_17", + "name": null, + "center": [ + 147, + 27 + ], + "peak": [ + 147, + 28 + ], + "area_cells": 154 + }, + { + "id": "range_18", + "name": null, + "center": [ + 154, + 493 + ], + "peak": [ + 155, + 498 + ], + "area_cells": 322 + }, + { + "id": "range_21", + "name": null, + "center": [ + 173, + 50 + ], + "peak": [ + 171, + 54 + ], + "area_cells": 217 + }, + { + "id": "range_22", + "name": null, + "center": [ + 170, + 430 + ], + "peak": [ + 171, + 427 + ], + "area_cells": 28 + }, + { + "id": "range_23", + "name": null, + "center": [ + 173, + 32 + ], + "peak": [ + 173, + 32 + ], + "area_cells": 50 + }, + { + "id": "range_24", + "name": null, + "center": [ + 187, + 204 + ], + "peak": [ + 196, + 204 + ], + "area_cells": 124 + }, + { + "id": "range_26", + "name": null, + "center": [ + 198, + 503 + ], + "peak": [ + 206, + 506 + ], + "area_cells": 247 + }, + { + "id": "range_27", + "name": null, + "center": [ + 197, + 55 + ], + "peak": [ + 198, + 59 + ], + "area_cells": 157 + }, + { + "id": "range_30", + "name": null, + "center": [ + 205, + 13 + ], + "peak": [ + 204, + 10 + ], + "area_cells": 367 + }, + { + "id": "range_31", + "name": null, + "center": [ + 206, + 442 + ], + "peak": [ + 211, + 445 + ], + "area_cells": 1262 + }, + { + "id": "range_32", + "name": null, + "center": [ + 199, + 307 + ], + "peak": [ + 199, + 307 + ], + "area_cells": 78 + }, + { + "id": "range_36", + "name": null, + "center": [ + 210, + 137 + ], + "peak": [ + 217, + 138 + ], + "area_cells": 36 + }, + { + "id": "range_42", + "name": null, + "center": [ + 227, + 276 + ], + "peak": [ + 231, + 276 + ], + "area_cells": 83 + }, + { + "id": "range_43", + "name": null, + "center": [ + 220, + 193 + ], + "peak": [ + 221, + 192 + ], + "area_cells": 86 + }, + { + "id": "range_46", + "name": null, + "center": [ + 226, + 180 + ], + "peak": [ + 228, + 180 + ], + "area_cells": 29 + }, + { + "id": "range_47", + "name": null, + "center": [ + 225, + 292 + ], + "peak": [ + 226, + 292 + ], + "area_cells": 25 + }, + { + "id": "range_50", + "name": null, + "center": [ + 238, + 249 + ], + "peak": [ + 239, + 251 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-526/bodies/GJ526c/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526c/globe.png new file mode 100644 index 000000000..314570d42 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526c/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526c/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526c/heightmap.png new file mode 100644 index 000000000..a94c02125 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526c/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526c/index.md b/wiki/star-systems/GJ-526/bodies/GJ526c/index.md new file mode 100644 index 000000000..1f6d51128 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ526c +name: Hütte +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 350983190 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.189 + period_days: 45.0 + axial_tilt_deg: 4.0 +physical: + gravity_g: 0.82 + oblateness: 0.0021 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.404 + polar_ice_lat: 0.852 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.489 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Hütte + +Temperate Terminator planet. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 40% | +| **Year** | 45 days | +| **Inhabited** | yes | +| **Population** | 28M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | logistics_manufacturing | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526c/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526c/markers.json new file mode 100644 index 000000000..5b88608d9 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526c/markers.json @@ -0,0 +1,1018 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 159, + 429 + ], + [ + 158, + 428 + ], + [ + 157, + 428 + ], + [ + 156, + 427 + ], + [ + 155, + 427 + ], + [ + 154, + 426 + ], + [ + 153, + 425 + ], + [ + 152, + 424 + ], + [ + 151, + 424 + ], + [ + 150, + 423 + ], + [ + 151, + 422 + ], + [ + 151, + 421 + ], + [ + 152, + 420 + ], + [ + 151, + 419 + ], + [ + 151, + 420 + ], + [ + 150, + 419 + ], + [ + 150, + 418 + ], + [ + 151, + 418 + ], + [ + 151, + 417 + ], + [ + 151, + 416 + ], + [ + 151, + 415 + ], + [ + 152, + 415 + ], + [ + 153, + 415 + ], + [ + 153, + 416 + ], + [ + 152, + 416 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 117, + 14 + ], + [ + 118, + 15 + ], + [ + 119, + 14 + ], + [ + 120, + 15 + ], + [ + 121, + 14 + ], + [ + 122, + 14 + ], + [ + 122, + 13 + ], + [ + 123, + 12 + ], + [ + 124, + 12 + ], + [ + 125, + 11 + ], + [ + 126, + 10 + ], + [ + 126, + 9 + ], + [ + 127, + 9 + ], + [ + 128, + 10 + ], + [ + 129, + 9 + ], + [ + 130, + 10 + ], + [ + 130, + 11 + ], + [ + 131, + 12 + ], + [ + 130, + 13 + ], + [ + 130, + 14 + ], + [ + 130, + 15 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 192, + 375 + ], + [ + 193, + 374 + ], + [ + 194, + 373 + ], + [ + 195, + 372 + ], + [ + 196, + 373 + ], + [ + 197, + 373 + ], + [ + 198, + 372 + ], + [ + 199, + 373 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 142, + 485 + ], + [ + 143, + 484 + ], + [ + 144, + 485 + ], + [ + 145, + 484 + ], + [ + 146, + 483 + ], + [ + 147, + 483 + ], + [ + 148, + 484 + ], + [ + 149, + 485 + ], + [ + 150, + 486 + ], + [ + 151, + 487 + ], + [ + 152, + 488 + ], + [ + 153, + 489 + ], + [ + 154, + 490 + ], + [ + 155, + 489 + ], + [ + 156, + 489 + ], + [ + 157, + 489 + ], + [ + 158, + 488 + ], + [ + 159, + 487 + ], + [ + 160, + 488 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 138, + 460 + ], + [ + 139, + 461 + ], + [ + 140, + 462 + ], + [ + 141, + 463 + ], + [ + 140, + 464 + ], + [ + 139, + 465 + ], + [ + 140, + 466 + ], + [ + 141, + 467 + ], + [ + 140, + 468 + ], + [ + 141, + 469 + ], + [ + 140, + 470 + ], + [ + 139, + 469 + ], + [ + 138, + 470 + ], + [ + 138, + 471 + ], + [ + 137, + 470 + ], + [ + 136, + 471 + ], + [ + 137, + 471 + ], + [ + 138, + 472 + ], + [ + 139, + 471 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 132, + 144 + ], + [ + 131, + 144 + ], + [ + 132, + 145 + ], + [ + 131, + 146 + ], + [ + 132, + 147 + ], + [ + 132, + 148 + ], + [ + 131, + 149 + ], + [ + 132, + 150 + ], + [ + 133, + 151 + ], + [ + 132, + 152 + ], + [ + 132, + 153 + ], + [ + 133, + 154 + ], + [ + 134, + 155 + ], + [ + 135, + 156 + ], + [ + 134, + 157 + ], + [ + 134, + 158 + ], + [ + 134, + 159 + ], + [ + 135, + 160 + ], + [ + 134, + 161 + ], + [ + 134, + 162 + ], + [ + 135, + 163 + ], + [ + 135, + 164 + ], + [ + 135, + 165 + ], + [ + 134, + 166 + ], + [ + 135, + 167 + ], + [ + 134, + 167 + ], + [ + 134, + 168 + ], + [ + 134, + 169 + ], + [ + 134, + 170 + ], + [ + 135, + 170 + ], + [ + 134, + 171 + ], + [ + 134, + 172 + ], + [ + 133, + 173 + ], + [ + 132, + 174 + ], + [ + 131, + 174 + ], + [ + 132, + 175 + ], + [ + 133, + 176 + ], + [ + 134, + 175 + ], + [ + 135, + 176 + ], + [ + 135, + 177 + ], + [ + 135, + 178 + ], + [ + 136, + 177 + ], + [ + 137, + 176 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 142, + 7 + ], + [ + 141, + 6 + ], + [ + 140, + 5 + ], + [ + 139, + 4 + ], + [ + 138, + 3 + ], + [ + 138, + 2 + ], + [ + 139, + 1 + ], + [ + 139, + 0 + ], + [ + 140, + 0 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 128, + 119 + ], + [ + 129, + 120 + ], + [ + 130, + 121 + ], + [ + 131, + 122 + ], + [ + 132, + 123 + ], + [ + 133, + 124 + ], + [ + 133, + 125 + ], + [ + 133, + 126 + ], + [ + 134, + 127 + ], + [ + 135, + 128 + ], + [ + 136, + 129 + ], + [ + 137, + 130 + ], + [ + 138, + 131 + ], + [ + 139, + 132 + ], + [ + 140, + 133 + ], + [ + 141, + 134 + ], + [ + 142, + 134 + ], + [ + 143, + 135 + ], + [ + 144, + 136 + ], + [ + 145, + 136 + ], + [ + 146, + 137 + ], + [ + 147, + 138 + ], + [ + 148, + 137 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 126, + 66 + ], + [ + 125, + 65 + ], + [ + 124, + 64 + ], + [ + 123, + 63 + ], + [ + 123, + 62 + ], + [ + 124, + 61 + ], + [ + 125, + 60 + ], + [ + 125, + 59 + ], + [ + 126, + 58 + ], + [ + 126, + 57 + ], + [ + 127, + 56 + ], + [ + 128, + 55 + ], + [ + 129, + 55 + ], + [ + 130, + 54 + ], + [ + 131, + 53 + ], + [ + 131, + 52 + ], + [ + 132, + 51 + ], + [ + 131, + 50 + ], + [ + 132, + 49 + ], + [ + 132, + 48 + ], + [ + 133, + 47 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 66, + 264 + ], + "area_fraction": 0.5082 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 221, + 441 + ], + "area_fraction": 0.0637 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 243, + 235 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 247, + 79 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 120, + 44 + ], + "peak": [ + 121, + 37 + ], + "area_cells": 323 + }, + { + "id": "range_2", + "name": null, + "center": [ + 138, + 62 + ], + "peak": [ + 126, + 66 + ], + "area_cells": 268 + }, + { + "id": "range_3", + "name": null, + "center": [ + 126, + 218 + ], + "peak": [ + 128, + 224 + ], + "area_cells": 265 + }, + { + "id": "range_4", + "name": null, + "center": [ + 126, + 119 + ], + "peak": [ + 128, + 119 + ], + "area_cells": 102 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 8 + ], + "peak": [ + 142, + 7 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 485 + ], + "peak": [ + 142, + 485 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 156, + 462 + ], + "peak": [ + 159, + 462 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 191, + 268 + ], + "peak": [ + 203, + 251 + ], + "area_cells": 3046 + }, + { + "id": "range_10", + "name": null, + "center": [ + 209, + 105 + ], + "peak": [ + 208, + 153 + ], + "area_cells": 3305 + }, + { + "id": "range_11", + "name": null, + "center": [ + 187, + 424 + ], + "peak": [ + 187, + 418 + ], + "area_cells": 472 + }, + { + "id": "range_12", + "name": null, + "center": [ + 224, + 284 + ], + "peak": [ + 225, + 281 + ], + "area_cells": 528 + }, + { + "id": "range_13", + "name": null, + "center": [ + 239, + 165 + ], + "peak": [ + 238, + 162 + ], + "area_cells": 867 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-526/bodies/GJ526d/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526d/globe.png new file mode 100644 index 000000000..9ba642122 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526d/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526d/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526d/heightmap.png new file mode 100644 index 000000000..667d80267 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526d/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526d/index.md b/wiki/star-systems/GJ-526/bodies/GJ526d/index.md new file mode 100644 index 000000000..045a71e77 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ526d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3339960947 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.512 + period_days: 200.0 + axial_tilt_deg: 51.6 +physical: + gravity_g: 0.46 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.351 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ526d + +Frozen planet. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526d/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526d/markers.json new file mode 100644 index 000000000..8e21d1d41 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526d/markers.json @@ -0,0 +1,275 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 68, + 232 + ], + [ + 69, + 233 + ], + [ + 70, + 234 + ], + [ + 69, + 235 + ], + [ + 69, + 236 + ], + [ + 68, + 237 + ], + [ + 68, + 238 + ], + [ + 67, + 238 + ], + [ + 68, + 239 + ], + [ + 68, + 240 + ], + [ + 67, + 240 + ], + [ + 66, + 241 + ], + [ + 65, + 242 + ], + [ + 64, + 242 + ], + [ + 64, + 243 + ], + [ + 63, + 244 + ], + [ + 62, + 245 + ], + [ + 61, + 245 + ], + [ + 60, + 244 + ], + [ + 59, + 245 + ], + [ + 58, + 244 + ], + [ + 57, + 244 + ], + [ + 56, + 245 + ], + [ + 55, + 245 + ], + [ + 54, + 246 + ], + [ + 53, + 245 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 57, + 141 + ], + [ + 58, + 142 + ], + [ + 59, + 143 + ], + [ + 59, + 144 + ], + [ + 60, + 145 + ], + [ + 61, + 146 + ], + [ + 62, + 147 + ], + [ + 63, + 147 + ], + [ + 64, + 147 + ], + [ + 65, + 147 + ], + [ + 65, + 146 + ], + [ + 64, + 146 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 25 + ], + "area_fraction": 0.01 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 111 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 10, + 458 + ], + "area_fraction": 0.0189 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 143, + 145 + ], + "peak": [ + 136, + 2 + ], + "area_cells": 13714 + }, + { + "id": "range_2", + "name": null, + "center": [ + 145, + 477 + ], + "peak": [ + 140, + 511 + ], + "area_cells": 3680 + }, + { + "id": "range_3", + "name": null, + "center": [ + 128, + 326 + ], + "peak": [ + 120, + 326 + ], + "area_cells": 414 + }, + { + "id": "range_4", + "name": null, + "center": [ + 138, + 370 + ], + "peak": [ + 144, + 365 + ], + "area_cells": 835 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 184 + ], + "peak": [ + 170, + 183 + ], + "area_cells": 106 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-526/bodies/GJ526e-m1/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/globe.png new file mode 100644 index 000000000..cf62bbecc Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526e-m1/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/heightmap.png new file mode 100644 index 000000000..d4c7f4218 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526e-m1/index.md b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/index.md new file mode 100644 index 000000000..5c8164245 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ526e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 142816678 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 35.1 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ526e-m1 + +Frozen moon. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 90% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526e-m1/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/markers.json new file mode 100644 index 000000000..98830bfa4 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526e-m1/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 60, + 432 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 94, + 479 + ], + "area_fraction": 0.0299 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 63, + 353 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 67, + 179 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 244, + 179 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 244, + 439 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 247, + 79 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 124, + 155 + ], + "peak": [ + 118, + 149 + ], + "area_cells": 8981 + }, + { + "id": "range_2", + "name": null, + "center": [ + 85, + 130 + ], + "peak": [ + 85, + 131 + ], + "area_cells": 90 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 292 + ], + "peak": [ + 130, + 293 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 189, + 457 + ], + "peak": [ + 182, + 448 + ], + "area_cells": 1069 + }, + { + "id": "range_9", + "name": null, + "center": [ + 189, + 79 + ], + "peak": [ + 199, + 63 + ], + "area_cells": 771 + }, + { + "id": "range_11", + "name": null, + "center": [ + 201, + 374 + ], + "peak": [ + 202, + 374 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-526/bodies/GJ526e/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526e/globe.png new file mode 100644 index 000000000..14ade17eb Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526e/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526e/index.md b/wiki/star-systems/GJ-526/bodies/GJ526e/index.md new file mode 100644 index 000000000..b3493f811 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ526e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 245545830 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.088 + period_days: 620.0 + axial_tilt_deg: 6.3 +physical: + gravity_g: null + oblateness: 0.0592 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.133 +rings: + enabled: true + inner_radius_factor: 1.11 + outer_radius_factor: 2.63 + opacity_base: 0.55 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ526e + +Gas giant. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 620 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526f/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526f/globe.png new file mode 100644 index 000000000..82245ac65 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526f/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526f/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526f/heightmap.png new file mode 100644 index 000000000..248a369d0 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526f/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526f/index.md b/wiki/star-systems/GJ-526/bodies/GJ526f/index.md new file mode 100644 index 000000000..82e351afe --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ526f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1999094436 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 45.9 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.15 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ526f + +Frozen planet. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526f/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526f/markers.json new file mode 100644 index 000000000..f7136577e --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526f/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 44, + 471 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 69, + 424 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 203, + 118 + ], + "area_fraction": 0.0891 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 180, + 500 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 110 + ], + "peak": [ + 23, + 96 + ], + "area_cells": 604 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 232 + ], + "peak": [ + 4, + 251 + ], + "area_cells": 9809 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 409 + ], + "peak": [ + 1, + 410 + ], + "area_cells": 68 + }, + { + "id": "range_6", + "name": null, + "center": [ + 1, + 434 + ], + "peak": [ + 0, + 435 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 75 + ], + "peak": [ + 30, + 76 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 86, + 86 + ], + "peak": [ + 74, + 84 + ], + "area_cells": 1099 + }, + { + "id": "range_9", + "name": null, + "center": [ + 132, + 65 + ], + "peak": [ + 120, + 37 + ], + "area_cells": 835 + }, + { + "id": "range_10", + "name": null, + "center": [ + 146, + 124 + ], + "peak": [ + 148, + 124 + ], + "area_cells": 47 + }, + { + "id": "range_11", + "name": null, + "center": [ + 220, + 398 + ], + "peak": [ + 218, + 399 + ], + "area_cells": 261 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-526/bodies/GJ526g/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526g/globe.png new file mode 100644 index 000000000..e471428fd Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526g/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526g/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526g/heightmap.png new file mode 100644 index 000000000..5c31e98b3 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526g/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526g/index.md b/wiki/star-systems/GJ-526/bodies/GJ526g/index.md new file mode 100644 index 000000000..0893947db --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ526g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2976326309 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 38.1 +physical: + gravity_g: 0.29 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.71 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ526g + +Frozen planet. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526g/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526g/markers.json new file mode 100644 index 000000000..b87923198 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526g/markers.json @@ -0,0 +1,199 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 59 + ], + "area_fraction": 0.008 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 32, + 242 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 58, + 339 + ], + "area_fraction": 0.0604 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 72, + 73 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 77, + 18 + ], + "area_fraction": 0.008 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 94, + 113 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 101, + 162 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_56", + "name": null, + "kind": "ocean", + "center": [ + 225, + 313 + ], + "area_fraction": 0.14 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 453 + ], + "peak": [ + 112, + 458 + ], + "area_cells": 1645 + }, + { + "id": "range_2", + "name": null, + "center": [ + 147, + 373 + ], + "peak": [ + 142, + 390 + ], + "area_cells": 815 + }, + { + "id": "range_3", + "name": null, + "center": [ + 151, + 124 + ], + "peak": [ + 154, + 131 + ], + "area_cells": 762 + }, + { + "id": "range_4", + "name": null, + "center": [ + 144, + 505 + ], + "peak": [ + 145, + 504 + ], + "area_cells": 127 + }, + { + "id": "range_5", + "name": null, + "center": [ + 146, + 182 + ], + "peak": [ + 147, + 183 + ], + "area_cells": 78 + }, + { + "id": "range_6", + "name": null, + "center": [ + 173, + 229 + ], + "peak": [ + 176, + 256 + ], + "area_cells": 696 + }, + { + "id": "range_7", + "name": null, + "center": [ + 174, + 161 + ], + "peak": [ + 176, + 169 + ], + "area_cells": 448 + }, + { + "id": "range_8", + "name": null, + "center": [ + 193, + 314 + ], + "peak": [ + 197, + 318 + ], + "area_cells": 152 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-526/bodies/GJ526h/globe.png b/wiki/star-systems/GJ-526/bodies/GJ526h/globe.png new file mode 100644 index 000000000..f120f1f05 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526h/globe.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526h/heightmap.png b/wiki/star-systems/GJ-526/bodies/GJ526h/heightmap.png new file mode 100644 index 000000000..6ffae24b1 Binary files /dev/null and b/wiki/star-systems/GJ-526/bodies/GJ526h/heightmap.png differ diff --git a/wiki/star-systems/GJ-526/bodies/GJ526h/index.md b/wiki/star-systems/GJ-526/bodies/GJ526h/index.md new file mode 100644 index 000000000..4475ead19 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ526h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3740136693 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.76 + period_days: 9600.0 + axial_tilt_deg: 48.8 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.075 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ526h + +Frozen planet. + +**System:** [GJ-526](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-526/bodies/GJ526h/markers.json b/wiki/star-systems/GJ-526/bodies/GJ526h/markers.json new file mode 100644 index 000000000..ea8500626 --- /dev/null +++ b/wiki/star-systems/GJ-526/bodies/GJ526h/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 144 + ], + "area_fraction": 0.0425 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 30, + 447 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 65, + 412 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 139, + 106 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 239, + 231 + ], + "area_fraction": 0.0628 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 37 + ], + "peak": [ + 104, + 34 + ], + "area_cells": 3838 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 500 + ], + "peak": [ + 95, + 511 + ], + "area_cells": 984 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 158 + ], + "peak": [ + 89, + 159 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 295 + ], + "peak": [ + 89, + 294 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 99, + 211 + ], + "peak": [ + 99, + 218 + ], + "area_cells": 455 + }, + { + "id": "range_7", + "name": null, + "center": [ + 131, + 280 + ], + "peak": [ + 139, + 275 + ], + "area_cells": 2840 + }, + { + "id": "range_10", + "name": null, + "center": [ + 117, + 444 + ], + "peak": [ + 119, + 443 + ], + "area_cells": 56 + }, + { + "id": "range_11", + "name": null, + "center": [ + 138, + 200 + ], + "peak": [ + 137, + 215 + ], + "area_cells": 408 + }, + { + "id": "range_13", + "name": null, + "center": [ + 155, + 30 + ], + "peak": [ + 158, + 29 + ], + "area_cells": 488 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 325 + ], + "peak": [ + 166, + 309 + ], + "area_cells": 2468 + }, + { + "id": "range_15", + "name": null, + "center": [ + 164, + 243 + ], + "peak": [ + 165, + 243 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 168, + 503 + ], + "peak": [ + 169, + 502 + ], + "area_cells": 63 + }, + { + "id": "range_17", + "name": null, + "center": [ + 185, + 244 + ], + "peak": [ + 182, + 243 + ], + "area_cells": 160 + }, + { + "id": "range_18", + "name": null, + "center": [ + 212, + 403 + ], + "peak": [ + 202, + 420 + ], + "area_cells": 889 + }, + { + "id": "range_19", + "name": null, + "center": [ + 214, + 436 + ], + "peak": [ + 216, + 434 + ], + "area_cells": 80 + }, + { + "id": "range_20", + "name": null, + "center": [ + 210, + 472 + ], + "peak": [ + 210, + 472 + ], + "area_cells": 154 + }, + { + "id": "range_21", + "name": null, + "center": [ + 217, + 497 + ], + "peak": [ + 217, + 497 + ], + "area_cells": 39 + }, + { + "id": "range_23", + "name": null, + "center": [ + 220, + 504 + ], + "peak": [ + 222, + 505 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 225, + 482 + ], + "peak": [ + 229, + 495 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ528Ab/globe.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/globe.png new file mode 100644 index 000000000..946cb9683 Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/globe.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ab/heightmap.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/heightmap.png new file mode 100644 index 000000000..03aa16114 Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ab/index.md b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/index.md new file mode 100644 index 000000000..5fe4f27bc --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ528Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1820306601 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 3.7 +physical: + gravity_g: 0.36 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.913 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ528Ab + +Barren planet. + +**System:** [GJ-528A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 93% | +| **Year** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ab/markers.json b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/markers.json new file mode 100644 index 000000000..9adb89f15 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ab/markers.json @@ -0,0 +1,360 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 121, + 459 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 134, + 10 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 22 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 812 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 355 + ], + "peak": [ + 34, + 392 + ], + "area_cells": 5447 + }, + { + "id": "range_5", + "name": null, + "center": [ + 31, + 465 + ], + "peak": [ + 40, + 468 + ], + "area_cells": 184 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 499 + ], + "peak": [ + 13, + 499 + ], + "area_cells": 378 + }, + { + "id": "range_13", + "name": null, + "center": [ + 55, + 247 + ], + "peak": [ + 67, + 223 + ], + "area_cells": 2246 + }, + { + "id": "range_14", + "name": null, + "center": [ + 30, + 443 + ], + "peak": [ + 32, + 441 + ], + "area_cells": 96 + }, + { + "id": "range_15", + "name": null, + "center": [ + 43, + 430 + ], + "peak": [ + 37, + 434 + ], + "area_cells": 87 + }, + { + "id": "range_22", + "name": null, + "center": [ + 48, + 10 + ], + "peak": [ + 48, + 10 + ], + "area_cells": 38 + }, + { + "id": "range_25", + "name": null, + "center": [ + 56, + 24 + ], + "peak": [ + 56, + 25 + ], + "area_cells": 127 + }, + { + "id": "range_27", + "name": null, + "center": [ + 57, + 193 + ], + "peak": [ + 57, + 193 + ], + "area_cells": 73 + }, + { + "id": "range_29", + "name": null, + "center": [ + 63, + 505 + ], + "peak": [ + 62, + 506 + ], + "area_cells": 48 + }, + { + "id": "range_30", + "name": null, + "center": [ + 65, + 458 + ], + "peak": [ + 67, + 458 + ], + "area_cells": 67 + }, + { + "id": "range_31", + "name": null, + "center": [ + 67, + 308 + ], + "peak": [ + 68, + 310 + ], + "area_cells": 93 + }, + { + "id": "range_34", + "name": null, + "center": [ + 76, + 23 + ], + "peak": [ + 74, + 23 + ], + "area_cells": 24 + }, + { + "id": "range_35", + "name": null, + "center": [ + 80, + 509 + ], + "peak": [ + 80, + 510 + ], + "area_cells": 27 + }, + { + "id": "range_38", + "name": null, + "center": [ + 91, + 179 + ], + "peak": [ + 91, + 179 + ], + "area_cells": 67 + }, + { + "id": "range_40", + "name": null, + "center": [ + 99, + 134 + ], + "peak": [ + 100, + 135 + ], + "area_cells": 46 + }, + { + "id": "range_41", + "name": null, + "center": [ + 103, + 203 + ], + "peak": [ + 102, + 204 + ], + "area_cells": 57 + }, + { + "id": "range_42", + "name": null, + "center": [ + 182, + 321 + ], + "peak": [ + 174, + 318 + ], + "area_cells": 4238 + }, + { + "id": "range_43", + "name": null, + "center": [ + 148, + 75 + ], + "peak": [ + 148, + 75 + ], + "area_cells": 244 + }, + { + "id": "range_44", + "name": null, + "center": [ + 152, + 27 + ], + "peak": [ + 151, + 28 + ], + "area_cells": 91 + }, + { + "id": "range_46", + "name": null, + "center": [ + 165, + 107 + ], + "peak": [ + 165, + 105 + ], + "area_cells": 20 + }, + { + "id": "range_47", + "name": null, + "center": [ + 183, + 63 + ], + "peak": [ + 182, + 61 + ], + "area_cells": 223 + }, + { + "id": "range_49", + "name": null, + "center": [ + 193, + 428 + ], + "peak": [ + 187, + 427 + ], + "area_cells": 380 + }, + { + "id": "range_53", + "name": null, + "center": [ + 220, + 414 + ], + "peak": [ + 222, + 413 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ac/globe.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/globe.png new file mode 100644 index 000000000..2a70b963a Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/globe.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ac/heightmap.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/heightmap.png new file mode 100644 index 000000000..9154411cb Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ac/index.md b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/index.md new file mode 100644 index 000000000..88dfae658 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ528Ac +name: Klaarstroom +body_type: planet +planet_class: temperate +body_scale: planet +seed: 916071460 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.264 + period_days: 74.0 + axial_tilt_deg: 31.3 +physical: + gravity_g: 0.88 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.546 + polar_ice_lat: 0.648 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.458 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Klaarstroom + +Temperate planet. + +**System:** [GJ-528A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 55% | +| **Year** | 74 days | +| **Inhabited** | yes | +| **Population** | 22K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ac/markers.json b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/markers.json new file mode 100644 index 000000000..7552c1b01 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ac/markers.json @@ -0,0 +1,661 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 250, + 460 + ], + [ + 251, + 461 + ], + [ + 252, + 461 + ], + [ + 251, + 460 + ], + [ + 250, + 459 + ], + [ + 251, + 459 + ], + [ + 252, + 460 + ], + [ + 253, + 460 + ], + [ + 254, + 459 + ], + [ + 254, + 460 + ], + [ + 255, + 461 + ], + [ + 254, + 462 + ], + [ + 253, + 462 + ], + [ + 254, + 463 + ], + [ + 253, + 463 + ], + [ + 252, + 464 + ], + [ + 253, + 465 + ], + [ + 252, + 466 + ], + [ + 251, + 466 + ], + [ + 252, + 465 + ], + [ + 251, + 465 + ], + [ + 250, + 464 + ], + [ + 251, + 464 + ], + [ + 252, + 463 + ], + [ + 252, + 462 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 239, + 153 + ], + [ + 238, + 154 + ], + [ + 237, + 153 + ], + [ + 236, + 153 + ], + [ + 235, + 154 + ], + [ + 234, + 155 + ], + [ + 233, + 156 + ], + [ + 232, + 155 + ], + [ + 231, + 154 + ], + [ + 230, + 153 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 36, + 460 + ], + [ + 37, + 459 + ], + [ + 38, + 458 + ], + [ + 39, + 457 + ], + [ + 40, + 456 + ], + [ + 41, + 455 + ], + [ + 41, + 454 + ], + [ + 42, + 453 + ], + [ + 41, + 452 + ], + [ + 40, + 451 + ], + [ + 39, + 451 + ], + [ + 38, + 451 + ], + [ + 37, + 450 + ], + [ + 38, + 449 + ], + [ + 37, + 448 + ], + [ + 36, + 447 + ], + [ + 36, + 446 + ], + [ + 36, + 445 + ], + [ + 35, + 444 + ], + [ + 35, + 443 + ], + [ + 36, + 443 + ], + [ + 36, + 442 + ], + [ + 35, + 441 + ], + [ + 34, + 440 + ], + [ + 34, + 441 + ], + [ + 33, + 440 + ], + [ + 33, + 439 + ], + [ + 34, + 438 + ], + [ + 34, + 437 + ], + [ + 33, + 436 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 126, + 119 + ], + [ + 125, + 118 + ], + [ + 124, + 117 + ], + [ + 123, + 116 + ], + [ + 122, + 115 + ], + [ + 121, + 114 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 247, + 198 + ], + [ + 246, + 197 + ], + [ + 245, + 197 + ], + [ + 244, + 196 + ], + [ + 243, + 195 + ], + [ + 242, + 195 + ], + [ + 241, + 195 + ], + [ + 240, + 195 + ], + [ + 239, + 195 + ], + [ + 238, + 195 + ], + [ + 237, + 194 + ], + [ + 236, + 193 + ], + [ + 235, + 192 + ], + [ + 234, + 191 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 58, + 472 + ], + [ + 57, + 472 + ], + [ + 56, + 471 + ], + [ + 55, + 472 + ], + [ + 54, + 472 + ], + [ + 53, + 473 + ], + [ + 52, + 474 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 26, + 436 + ], + [ + 27, + 436 + ], + [ + 28, + 435 + ], + [ + 29, + 435 + ], + [ + 30, + 435 + ], + [ + 31, + 435 + ], + [ + 32, + 434 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 151, + 117 + ], + [ + 152, + 116 + ], + [ + 153, + 116 + ], + [ + 154, + 115 + ], + [ + 155, + 114 + ], + [ + 156, + 113 + ], + [ + 157, + 112 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 70, + 330 + ], + "area_fraction": 0.2544 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 154, + 66 + ], + "area_fraction": 0.113 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 144, + 223 + ], + "area_fraction": 0.081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 214 + ], + "peak": [ + 39, + 213 + ], + "area_cells": 36 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 117 + ], + "peak": [ + 79, + 82 + ], + "area_cells": 2141 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 85 + ], + "peak": [ + 45, + 85 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 471 + ], + "peak": [ + 45, + 471 + ], + "area_cells": 35 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 280 + ], + "peak": [ + 88, + 274 + ], + "area_cells": 1114 + }, + { + "id": "range_8", + "name": null, + "center": [ + 106, + 179 + ], + "peak": [ + 107, + 176 + ], + "area_cells": 53 + }, + { + "id": "range_9", + "name": null, + "center": [ + 112, + 145 + ], + "peak": [ + 112, + 145 + ], + "area_cells": 96 + }, + { + "id": "range_10", + "name": null, + "center": [ + 201, + 321 + ], + "peak": [ + 193, + 318 + ], + "area_cells": 5695 + }, + { + "id": "range_11", + "name": null, + "center": [ + 168, + 105 + ], + "peak": [ + 168, + 106 + ], + "area_cells": 45 + }, + { + "id": "range_12", + "name": null, + "center": [ + 199, + 506 + ], + "peak": [ + 198, + 507 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 244, + 308 + ], + "peak": [ + 245, + 309 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ad/globe.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/globe.png new file mode 100644 index 000000000..a45f4b996 Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/globe.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ad/heightmap.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/heightmap.png new file mode 100644 index 000000000..4f163784f Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ad/index.md b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/index.md new file mode 100644 index 000000000..b92f4841d --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ528Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1678226493 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.61 + period_days: 260.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.52 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.268 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ528Ad + +Frozen planet. + +**System:** [GJ-528A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ad/markers.json b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/markers.json new file mode 100644 index 000000000..e0d8c2395 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ad/markers.json @@ -0,0 +1,264 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 248, + 45 + ], + [ + 247, + 44 + ], + [ + 246, + 43 + ], + [ + 245, + 43 + ], + [ + 244, + 43 + ], + [ + 243, + 44 + ], + [ + 242, + 43 + ], + [ + 241, + 43 + ], + [ + 240, + 44 + ], + [ + 239, + 45 + ], + [ + 238, + 44 + ], + [ + 237, + 45 + ], + [ + 236, + 46 + ], + [ + 235, + 46 + ], + [ + 234, + 45 + ], + [ + 233, + 45 + ], + [ + 232, + 44 + ], + [ + 231, + 45 + ], + [ + 230, + 44 + ], + [ + 229, + 44 + ], + [ + 228, + 45 + ], + [ + 227, + 45 + ], + [ + 226, + 45 + ], + [ + 226, + 44 + ], + [ + 225, + 43 + ], + [ + 224, + 44 + ], + [ + 223, + 45 + ], + [ + 222, + 46 + ], + [ + 221, + 45 + ], + [ + 221, + 44 + ], + [ + 222, + 44 + ], + [ + 223, + 44 + ], + [ + 222, + 45 + ], + [ + 223, + 46 + ], + [ + 222, + 47 + ], + [ + 221, + 46 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 44, + 94 + ], + "area_fraction": 0.006 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 231, + 294 + ], + "area_fraction": 0.0285 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 118, + 415 + ], + "peak": [ + 128, + 375 + ], + "area_cells": 7806 + }, + { + "id": "range_2", + "name": null, + "center": [ + 97, + 13 + ], + "peak": [ + 103, + 4 + ], + "area_cells": 628 + }, + { + "id": "range_3", + "name": null, + "center": [ + 113, + 196 + ], + "peak": [ + 115, + 195 + ], + "area_cells": 217 + }, + { + "id": "range_4", + "name": null, + "center": [ + 162, + 462 + ], + "peak": [ + 162, + 464 + ], + "area_cells": 246 + }, + { + "id": "range_6", + "name": null, + "center": [ + 170, + 250 + ], + "peak": [ + 171, + 247 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 172, + 218 + ], + "peak": [ + 172, + 218 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ae/globe.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/globe.png new file mode 100644 index 000000000..1dbf103bd Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/globe.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ae/heightmap.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/heightmap.png new file mode 100644 index 000000000..f483fa9fb Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ae/index.md b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/index.md new file mode 100644 index 000000000..6f3d005fd --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ528Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4221183253 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.268 + period_days: 780.0 + axial_tilt_deg: 53.6 +physical: + gravity_g: 0.42 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.726 + polar_ice_lat: 0.179 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.385 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ528Ae + +Frozen planet. + +**System:** [GJ-528A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ae/markers.json b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/markers.json new file mode 100644 index 000000000..167ed7ebb --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ae/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 59 + ], + "area_fraction": 0.048 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 92, + 256 + ], + "area_fraction": 0.0987 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 27, + 438 + ], + "area_fraction": 0.0629 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 64, + 151 + ], + "area_fraction": 0.0336 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 178, + 103 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 42 + ], + "peak": [ + 132, + 69 + ], + "area_cells": 4263 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 353 + ], + "peak": [ + 97, + 360 + ], + "area_cells": 735 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 58 + ], + "peak": [ + 100, + 56 + ], + "area_cells": 327 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 474 + ], + "peak": [ + 96, + 456 + ], + "area_cells": 318 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 477 + ], + "peak": [ + 114, + 511 + ], + "area_cells": 3549 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 396 + ], + "peak": [ + 139, + 391 + ], + "area_cells": 563 + }, + { + "id": "range_8", + "name": null, + "center": [ + 216, + 394 + ], + "peak": [ + 211, + 374 + ], + "area_cells": 4990 + }, + { + "id": "range_9", + "name": null, + "center": [ + 197, + 202 + ], + "peak": [ + 197, + 202 + ], + "area_cells": 47 + }, + { + "id": "range_18", + "name": null, + "center": [ + 230, + 265 + ], + "peak": [ + 232, + 265 + ], + "area_cells": 93 + }, + { + "id": "range_19", + "name": null, + "center": [ + 234, + 160 + ], + "peak": [ + 235, + 165 + ], + "area_cells": 495 + }, + { + "id": "range_21", + "name": null, + "center": [ + 252, + 477 + ], + "peak": [ + 252, + 465 + ], + "area_cells": 193 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Af/globe.png b/wiki/star-systems/GJ-528A/bodies/GJ528Af/globe.png new file mode 100644 index 000000000..f5c9e12c7 Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Af/globe.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Af/heightmap.png b/wiki/star-systems/GJ-528A/bodies/GJ528Af/heightmap.png new file mode 100644 index 000000000..eca8debf1 Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Af/index.md b/wiki/star-systems/GJ-528A/bodies/GJ528Af/index.md new file mode 100644 index 000000000..80b6cc3fc --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ528Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3904016501 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.532 + period_days: 2200.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.11 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.833 + polar_ice_lat: 0.053 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ528Af + +Frozen planet. + +**System:** [GJ-528A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Af/markers.json b/wiki/star-systems/GJ-528A/bodies/GJ528Af/markers.json new file mode 100644 index 000000000..27d237249 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Af/markers.json @@ -0,0 +1,345 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 90, + 39 + ], + "area_fraction": 0.0205 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 96, + 422 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 148, + 152 + ], + "area_fraction": 0.0518 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 132, + 201 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 185, + 455 + ], + "area_fraction": 0.0372 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 223, + 206 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 241, + 290 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 22 + ], + "peak": [ + 0, + 12 + ], + "area_cells": 715 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 67 + ], + "peak": [ + 4, + 63 + ], + "area_cells": 412 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 394 + ], + "peak": [ + 0, + 400 + ], + "area_cells": 2447 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 433 + ], + "peak": [ + 19, + 431 + ], + "area_cells": 382 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 503 + ], + "peak": [ + 6, + 495 + ], + "area_cells": 188 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 481 + ], + "peak": [ + 8, + 484 + ], + "area_cells": 223 + }, + { + "id": "range_9", + "name": null, + "center": [ + 42, + 322 + ], + "peak": [ + 44, + 320 + ], + "area_cells": 100 + }, + { + "id": "range_10", + "name": null, + "center": [ + 47, + 363 + ], + "peak": [ + 45, + 369 + ], + "area_cells": 347 + }, + { + "id": "range_11", + "name": null, + "center": [ + 51, + 148 + ], + "peak": [ + 51, + 150 + ], + "area_cells": 107 + }, + { + "id": "range_15", + "name": null, + "center": [ + 123, + 328 + ], + "peak": [ + 138, + 358 + ], + "area_cells": 7878 + }, + { + "id": "range_16", + "name": null, + "center": [ + 80, + 246 + ], + "peak": [ + 80, + 246 + ], + "area_cells": 42 + }, + { + "id": "range_17", + "name": null, + "center": [ + 145, + 8 + ], + "peak": [ + 144, + 9 + ], + "area_cells": 62 + }, + { + "id": "range_18", + "name": null, + "center": [ + 172, + 107 + ], + "peak": [ + 173, + 108 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 195, + 298 + ], + "peak": [ + 202, + 299 + ], + "area_cells": 1357 + }, + { + "id": "range_20", + "name": null, + "center": [ + 223, + 112 + ], + "peak": [ + 228, + 123 + ], + "area_cells": 867 + }, + { + "id": "range_21", + "name": null, + "center": [ + 220, + 327 + ], + "peak": [ + 221, + 329 + ], + "area_cells": 130 + }, + { + "id": "range_22", + "name": null, + "center": [ + 217, + 415 + ], + "peak": [ + 218, + 417 + ], + "area_cells": 38 + }, + { + "id": "range_23", + "name": null, + "center": [ + 243, + 427 + ], + "peak": [ + 255, + 448 + ], + "area_cells": 1662 + }, + { + "id": "range_25", + "name": null, + "center": [ + 240, + 353 + ], + "peak": [ + 248, + 351 + ], + "area_cells": 387 + }, + { + "id": "range_26", + "name": null, + "center": [ + 243, + 10 + ], + "peak": [ + 241, + 10 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ag/globe.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/globe.png new file mode 100644 index 000000000..fbe49cba0 Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/globe.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ag/heightmap.png b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/heightmap.png new file mode 100644 index 000000000..a608b902e Binary files /dev/null and b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ag/index.md b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/index.md new file mode 100644 index 000000000..c633d7a39 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ528Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1102195198 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.831 + period_days: 5800.0 + axial_tilt_deg: 55.6 +physical: + gravity_g: 0.08 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ528Ag + +Frozen planet. + +**System:** [GJ-528A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-528A/bodies/GJ528Ag/markers.json b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/markers.json new file mode 100644 index 000000000..adfb10ed0 --- /dev/null +++ b/wiki/star-systems/GJ-528A/bodies/GJ528Ag/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 33, + 453 + ], + "area_fraction": 0.0613 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 49, + 298 + ], + "area_fraction": 0.06 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 53, + 32 + ], + "area_fraction": 0.0275 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 77, + 402 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 204, + 312 + ], + "peak": [ + 200, + 366 + ], + "area_cells": 22921 + }, + { + "id": "range_4", + "name": null, + "center": [ + 214, + 11 + ], + "peak": [ + 212, + 11 + ], + "area_cells": 107 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ529b/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529b/globe.png new file mode 100644 index 000000000..07e30a2f2 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529b/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529b/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529b/heightmap.png new file mode 100644 index 000000000..02b8ce6e7 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529b/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529b/index.md b/wiki/star-systems/GJ-529/bodies/GJ529b/index.md new file mode 100644 index 000000000..581f1177c --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 925980321 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.239 + period_days: 48.0 + axial_tilt_deg: 20.7 +physical: + gravity_g: 0.58 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529b + +Barren planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Land** | 98% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529b/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529b/markers.json new file mode 100644 index 000000000..b86fb6a87 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529b/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 10, + 443 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 112 + ], + "peak": [ + 59, + 112 + ], + "area_cells": 90 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 390 + ], + "peak": [ + 75, + 391 + ], + "area_cells": 56 + }, + { + "id": "range_3", + "name": null, + "center": [ + 164, + 255 + ], + "peak": [ + 168, + 80 + ], + "area_cells": 47120 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 119 + ], + "peak": [ + 90, + 120 + ], + "area_cells": 199 + }, + { + "id": "range_14", + "name": null, + "center": [ + 215, + 63 + ], + "peak": [ + 215, + 64 + ], + "area_cells": 48 + }, + { + "id": "range_22", + "name": null, + "center": [ + 229, + 45 + ], + "peak": [ + 228, + 46 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c-1/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529c-1/globe.png new file mode 100644 index 000000000..da59f740d Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529c-1/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c-1/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529c-1/heightmap.png new file mode 100644 index 000000000..09ec6af9d Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c-1/index.md b/wiki/star-systems/GJ-529/bodies/GJ529c-1/index.md new file mode 100644 index 000000000..1684931a7 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2779060848 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 18.0 +physical: + gravity_g: 0.06 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.866 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529c-1 + +Barren moon. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 93% | +| **Orbit** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c-1/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529c-1/markers.json new file mode 100644 index 000000000..971efae8e --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529c-1/markers.json @@ -0,0 +1,370 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 159, + 484 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 176, + 73 + ], + "area_fraction": 0.007 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 200, + 44 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 18 + ], + "peak": [ + 52, + 10 + ], + "area_cells": 2036 + }, + { + "id": "range_6", + "name": null, + "center": [ + 10, + 298 + ], + "peak": [ + 1, + 298 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 5, + 304 + ], + "peak": [ + 0, + 304 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 4, + 325 + ], + "peak": [ + 0, + 330 + ], + "area_cells": 287 + }, + { + "id": "range_9", + "name": null, + "center": [ + 59, + 427 + ], + "peak": [ + 54, + 418 + ], + "area_cells": 5172 + }, + { + "id": "range_10", + "name": null, + "center": [ + 57, + 209 + ], + "peak": [ + 78, + 197 + ], + "area_cells": 2421 + }, + { + "id": "range_12", + "name": null, + "center": [ + 16, + 419 + ], + "peak": [ + 18, + 416 + ], + "area_cells": 255 + }, + { + "id": "range_16", + "name": null, + "center": [ + 31, + 253 + ], + "peak": [ + 26, + 239 + ], + "area_cells": 570 + }, + { + "id": "range_22", + "name": null, + "center": [ + 43, + 360 + ], + "peak": [ + 52, + 364 + ], + "area_cells": 245 + }, + { + "id": "range_24", + "name": null, + "center": [ + 54, + 295 + ], + "peak": [ + 65, + 284 + ], + "area_cells": 1028 + }, + { + "id": "range_25", + "name": null, + "center": [ + 33, + 146 + ], + "peak": [ + 34, + 146 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 39, + 55 + ], + "peak": [ + 41, + 56 + ], + "area_cells": 21 + }, + { + "id": "range_29", + "name": null, + "center": [ + 43, + 132 + ], + "peak": [ + 52, + 139 + ], + "area_cells": 213 + }, + { + "id": "range_30", + "name": null, + "center": [ + 44, + 108 + ], + "peak": [ + 46, + 109 + ], + "area_cells": 30 + }, + { + "id": "range_33", + "name": null, + "center": [ + 58, + 80 + ], + "peak": [ + 60, + 81 + ], + "area_cells": 63 + }, + { + "id": "range_37", + "name": null, + "center": [ + 89, + 93 + ], + "peak": [ + 93, + 90 + ], + "area_cells": 242 + }, + { + "id": "range_39", + "name": null, + "center": [ + 101, + 316 + ], + "peak": [ + 111, + 314 + ], + "area_cells": 387 + }, + { + "id": "range_40", + "name": null, + "center": [ + 86, + 12 + ], + "peak": [ + 86, + 14 + ], + "area_cells": 74 + }, + { + "id": "range_42", + "name": null, + "center": [ + 118, + 377 + ], + "peak": [ + 118, + 380 + ], + "area_cells": 97 + }, + { + "id": "range_45", + "name": null, + "center": [ + 142, + 291 + ], + "peak": [ + 142, + 292 + ], + "area_cells": 26 + }, + { + "id": "range_47", + "name": null, + "center": [ + 172, + 493 + ], + "peak": [ + 173, + 494 + ], + "area_cells": 41 + }, + { + "id": "range_50", + "name": null, + "center": [ + 200, + 379 + ], + "peak": [ + 202, + 380 + ], + "area_cells": 33 + }, + { + "id": "range_52", + "name": null, + "center": [ + 224, + 358 + ], + "peak": [ + 224, + 363 + ], + "area_cells": 96 + }, + { + "id": "range_55", + "name": null, + "center": [ + 242, + 56 + ], + "peak": [ + 244, + 57 + ], + "area_cells": 78 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 420 + ], + "peak": [ + 255, + 417 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529c/globe.png new file mode 100644 index 000000000..2631e26c2 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529c/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529c/heightmap.png new file mode 100644 index 000000000..85a174e21 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529c/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c/index.md b/wiki/star-systems/GJ-529/bodies/GJ529c/index.md new file mode 100644 index 000000000..70ce7eb63 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ529c +name: Midtmark +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1064783637 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 11.9 +physical: + gravity_g: 0.87 + oblateness: 0.0044 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.739 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers-lakes +clouds: + enabled: true + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Midtmark + +Temperate planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.87g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers-lakes | +| **Land** | 92% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 35K | +| **Economy** | agricultural | +| **Settlement** | concentrated | +| **Industry** | west_reach | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529c/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529c/markers.json new file mode 100644 index 000000000..3decb7fb9 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529c/markers.json @@ -0,0 +1,1111 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 125, + 0 + ], + [ + 126, + 1 + ], + [ + 127, + 0 + ], + [ + 128, + 1 + ], + [ + 129, + 2 + ], + [ + 130, + 2 + ], + [ + 131, + 3 + ], + [ + 132, + 4 + ], + [ + 133, + 5 + ], + [ + 134, + 6 + ], + [ + 135, + 7 + ], + [ + 136, + 8 + ], + [ + 137, + 9 + ], + [ + 137, + 10 + ], + [ + 137, + 11 + ], + [ + 138, + 12 + ], + [ + 138, + 13 + ], + [ + 138, + 14 + ], + [ + 138, + 15 + ], + [ + 138, + 16 + ], + [ + 139, + 17 + ], + [ + 139, + 18 + ], + [ + 139, + 19 + ], + [ + 139, + 20 + ], + [ + 139, + 21 + ], + [ + 139, + 22 + ], + [ + 139, + 23 + ], + [ + 140, + 24 + ], + [ + 141, + 25 + ], + [ + 140, + 26 + ], + [ + 141, + 27 + ], + [ + 140, + 28 + ], + [ + 140, + 29 + ], + [ + 140, + 30 + ], + [ + 140, + 31 + ], + [ + 140, + 32 + ], + [ + 141, + 31 + ], + [ + 141, + 30 + ], + [ + 142, + 31 + ], + [ + 143, + 31 + ], + [ + 144, + 32 + ], + [ + 145, + 32 + ], + [ + 145, + 33 + ], + [ + 146, + 34 + ], + [ + 147, + 35 + ], + [ + 148, + 36 + ], + [ + 149, + 37 + ], + [ + 150, + 38 + ], + [ + 151, + 39 + ], + [ + 152, + 40 + ], + [ + 153, + 41 + ], + [ + 154, + 42 + ], + [ + 155, + 42 + ], + [ + 156, + 43 + ], + [ + 157, + 44 + ], + [ + 157, + 45 + ], + [ + 158, + 44 + ], + [ + 159, + 45 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 130, + 62 + ], + [ + 129, + 63 + ], + [ + 128, + 64 + ], + [ + 127, + 65 + ], + [ + 126, + 65 + ], + [ + 126, + 66 + ], + [ + 125, + 66 + ], + [ + 124, + 66 + ], + [ + 124, + 67 + ], + [ + 125, + 68 + ], + [ + 125, + 69 + ], + [ + 126, + 69 + ], + [ + 126, + 70 + ], + [ + 127, + 71 + ], + [ + 128, + 72 + ], + [ + 127, + 72 + ], + [ + 127, + 73 + ], + [ + 128, + 73 + ], + [ + 128, + 74 + ], + [ + 128, + 75 + ], + [ + 129, + 76 + ], + [ + 128, + 77 + ], + [ + 127, + 78 + ], + [ + 128, + 78 + ], + [ + 127, + 77 + ], + [ + 127, + 76 + ], + [ + 127, + 75 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 189, + 33 + ], + [ + 188, + 32 + ], + [ + 187, + 32 + ], + [ + 186, + 31 + ], + [ + 185, + 32 + ], + [ + 185, + 31 + ], + [ + 184, + 32 + ], + [ + 183, + 33 + ], + [ + 182, + 32 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 139, + 354 + ], + [ + 138, + 353 + ], + [ + 137, + 352 + ], + [ + 136, + 353 + ], + [ + 135, + 354 + ], + [ + 134, + 355 + ], + [ + 133, + 355 + ], + [ + 133, + 356 + ], + [ + 133, + 357 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 253, + 113 + ], + [ + 253, + 114 + ], + [ + 252, + 113 + ], + [ + 251, + 112 + ], + [ + 250, + 112 + ], + [ + 249, + 111 + ], + [ + 248, + 110 + ], + [ + 247, + 111 + ], + [ + 246, + 112 + ], + [ + 245, + 113 + ], + [ + 244, + 113 + ], + [ + 243, + 114 + ], + [ + 242, + 114 + ], + [ + 241, + 115 + ], + [ + 240, + 116 + ], + [ + 239, + 116 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 179, + 11 + ], + [ + 178, + 10 + ], + [ + 177, + 10 + ], + [ + 177, + 9 + ], + [ + 177, + 8 + ], + [ + 177, + 7 + ], + [ + 176, + 6 + ], + [ + 177, + 5 + ], + [ + 176, + 4 + ], + [ + 175, + 3 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 144, + 220 + ], + [ + 143, + 221 + ], + [ + 142, + 220 + ], + [ + 141, + 219 + ], + [ + 140, + 219 + ], + [ + 141, + 220 + ], + [ + 140, + 220 + ], + [ + 139, + 221 + ], + [ + 138, + 222 + ], + [ + 137, + 223 + ], + [ + 136, + 224 + ], + [ + 135, + 225 + ], + [ + 134, + 226 + ], + [ + 133, + 227 + ], + [ + 133, + 228 + ], + [ + 133, + 229 + ], + [ + 132, + 230 + ], + [ + 133, + 231 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 134, + 267 + ], + [ + 135, + 268 + ], + [ + 136, + 269 + ], + [ + 137, + 270 + ], + [ + 138, + 271 + ], + [ + 139, + 270 + ], + [ + 140, + 269 + ], + [ + 141, + 268 + ], + [ + 142, + 267 + ], + [ + 143, + 266 + ], + [ + 144, + 266 + ], + [ + 145, + 265 + ], + [ + 144, + 265 + ], + [ + 144, + 264 + ], + [ + 144, + 263 + ], + [ + 144, + 262 + ], + [ + 144, + 261 + ], + [ + 145, + 262 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 223, + 204 + ], + [ + 222, + 203 + ], + [ + 221, + 202 + ], + [ + 220, + 201 + ], + [ + 219, + 200 + ], + [ + 218, + 199 + ], + [ + 218, + 198 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 175, + 314 + ], + [ + 174, + 315 + ], + [ + 173, + 316 + ], + [ + 172, + 317 + ], + [ + 171, + 317 + ], + [ + 170, + 317 + ], + [ + 169, + 316 + ], + [ + 168, + 317 + ], + [ + 167, + 316 + ], + [ + 166, + 316 + ], + [ + 165, + 317 + ], + [ + 164, + 317 + ], + [ + 163, + 317 + ], + [ + 162, + 316 + ], + [ + 161, + 315 + ], + [ + 162, + 314 + ], + [ + 161, + 313 + ], + [ + 162, + 312 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 166, + 85 + ], + [ + 165, + 84 + ], + [ + 164, + 83 + ], + [ + 164, + 82 + ], + [ + 163, + 81 + ], + [ + 163, + 80 + ], + [ + 163, + 79 + ], + [ + 163, + 78 + ], + [ + 163, + 77 + ], + [ + 164, + 76 + ], + [ + 163, + 75 + ], + [ + 163, + 74 + ], + [ + 163, + 73 + ], + [ + 164, + 72 + ], + [ + 163, + 71 + ], + [ + 164, + 70 + ], + [ + 163, + 69 + ], + [ + 163, + 68 + ], + [ + 163, + 67 + ], + [ + 162, + 66 + ], + [ + 162, + 65 + ], + [ + 161, + 64 + ], + [ + 160, + 63 + ], + [ + 161, + 62 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 172, + 45 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 203, + 249 + ], + "area_fraction": 0.0528 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 213, + 81 + ], + "area_fraction": 0.022 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 56 + ], + "peak": [ + 15, + 53 + ], + "area_cells": 137 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 88 + ], + "peak": [ + 24, + 82 + ], + "area_cells": 920 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 293 + ], + "peak": [ + 20, + 294 + ], + "area_cells": 89 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 304 + ], + "peak": [ + 62, + 318 + ], + "area_cells": 3510 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 36 + ], + "peak": [ + 76, + 8 + ], + "area_cells": 767 + }, + { + "id": "range_11", + "name": null, + "center": [ + 70, + 166 + ], + "peak": [ + 72, + 167 + ], + "area_cells": 89 + }, + { + "id": "range_12", + "name": null, + "center": [ + 89, + 474 + ], + "peak": [ + 85, + 471 + ], + "area_cells": 1078 + }, + { + "id": "range_13", + "name": null, + "center": [ + 131, + 156 + ], + "peak": [ + 117, + 169 + ], + "area_cells": 3265 + }, + { + "id": "range_15", + "name": null, + "center": [ + 121, + 364 + ], + "peak": [ + 120, + 357 + ], + "area_cells": 362 + }, + { + "id": "range_16", + "name": null, + "center": [ + 145, + 456 + ], + "peak": [ + 151, + 428 + ], + "area_cells": 1344 + }, + { + "id": "range_21", + "name": null, + "center": [ + 221, + 397 + ], + "peak": [ + 222, + 401 + ], + "area_cells": 363 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529d/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529d/globe.png new file mode 100644 index 000000000..ca4487b2b Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529d/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529d/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529d/heightmap.png new file mode 100644 index 000000000..e4e2ba428 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529d/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529d/index.md b/wiki/star-systems/GJ-529/bodies/GJ529d/index.md new file mode 100644 index 000000000..a718cfb1c --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ529d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2546949095 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.901 + period_days: 350.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.52 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.92 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.175 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529d + +Arid planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529d/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529d/markers.json new file mode 100644 index 000000000..3687adefa --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529d/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 136, + 208 + ], + [ + 135, + 209 + ], + [ + 136, + 209 + ], + [ + 136, + 210 + ], + [ + 135, + 211 + ], + [ + 134, + 210 + ], + [ + 133, + 211 + ], + [ + 132, + 211 + ], + [ + 132, + 212 + ], + [ + 132, + 213 + ], + [ + 131, + 214 + ], + [ + 130, + 213 + ], + [ + 129, + 214 + ], + [ + 128, + 213 + ], + [ + 127, + 214 + ], + [ + 126, + 213 + ], + [ + 125, + 214 + ], + [ + 124, + 213 + ], + [ + 125, + 213 + ], + [ + 124, + 214 + ], + [ + 123, + 213 + ], + [ + 124, + 212 + ], + [ + 124, + 211 + ], + [ + 123, + 210 + ], + [ + 124, + 210 + ], + [ + 123, + 209 + ], + [ + 122, + 210 + ], + [ + 123, + 211 + ], + [ + 123, + 212 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 54, + 245 + ], + "area_fraction": 0.006 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 108, + 27 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 89, + 356 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 99, + 405 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 116, + 501 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 335 + ], + "peak": [ + 35, + 390 + ], + "area_cells": 5891 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 22 + ], + "peak": [ + 10, + 25 + ], + "area_cells": 67 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 480 + ], + "peak": [ + 10, + 477 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 121 + ], + "peak": [ + 41, + 131 + ], + "area_cells": 974 + }, + { + "id": "range_7", + "name": null, + "center": [ + 132, + 367 + ], + "peak": [ + 132, + 365 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 211, + 243 + ], + "peak": [ + 200, + 1 + ], + "area_cells": 31516 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 274 + ], + "peak": [ + 164, + 277 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-1/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529e-1/globe.png new file mode 100644 index 000000000..dbd72938c Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529e-1/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-1/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529e-1/heightmap.png new file mode 100644 index 000000000..5ecae14c1 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-1/index.md b/wiki/star-systems/GJ-529/bodies/GJ529e-1/index.md new file mode 100644 index 000000000..e6be57db3 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1348325287 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.09 + period_days: 11.0 + axial_tilt_deg: 32.2 +physical: + gravity_g: 0.07 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529e-1 + +Barren moon. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 92% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-1/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529e-1/markers.json new file mode 100644 index 000000000..8f6bd49a3 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529e-1/markers.json @@ -0,0 +1,383 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 74 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 17, + 184 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 55, + 15 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 132 + ], + "peak": [ + 108, + 132 + ], + "area_cells": 250 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 430 + ], + "peak": [ + 126, + 369 + ], + "area_cells": 3070 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 498 + ], + "peak": [ + 119, + 501 + ], + "area_cells": 60 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 68 + ], + "peak": [ + 136, + 69 + ], + "area_cells": 89 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 123 + ], + "peak": [ + 147, + 133 + ], + "area_cells": 4538 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 497 + ], + "peak": [ + 145, + 496 + ], + "area_cells": 457 + }, + { + "id": "range_11", + "name": null, + "center": [ + 134, + 509 + ], + "peak": [ + 134, + 510 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 309 + ], + "peak": [ + 138, + 313 + ], + "area_cells": 121 + }, + { + "id": "range_14", + "name": null, + "center": [ + 136, + 237 + ], + "peak": [ + 137, + 237 + ], + "area_cells": 40 + }, + { + "id": "range_16", + "name": null, + "center": [ + 157, + 261 + ], + "peak": [ + 168, + 256 + ], + "area_cells": 399 + }, + { + "id": "range_17", + "name": null, + "center": [ + 160, + 2 + ], + "peak": [ + 159, + 1 + ], + "area_cells": 87 + }, + { + "id": "range_18", + "name": null, + "center": [ + 158, + 310 + ], + "peak": [ + 158, + 310 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 171, + 30 + ], + "peak": [ + 169, + 24 + ], + "area_cells": 496 + }, + { + "id": "range_21", + "name": null, + "center": [ + 169, + 291 + ], + "peak": [ + 169, + 291 + ], + "area_cells": 107 + }, + { + "id": "range_25", + "name": null, + "center": [ + 191, + 337 + ], + "peak": [ + 193, + 337 + ], + "area_cells": 84 + }, + { + "id": "range_27", + "name": null, + "center": [ + 189, + 291 + ], + "peak": [ + 188, + 291 + ], + "area_cells": 22 + }, + { + "id": "range_30", + "name": null, + "center": [ + 200, + 459 + ], + "peak": [ + 200, + 459 + ], + "area_cells": 52 + }, + { + "id": "range_31", + "name": null, + "center": [ + 204, + 281 + ], + "peak": [ + 203, + 282 + ], + "area_cells": 180 + }, + { + "id": "range_32", + "name": null, + "center": [ + 203, + 393 + ], + "peak": [ + 203, + 394 + ], + "area_cells": 30 + }, + { + "id": "range_36", + "name": null, + "center": [ + 220, + 456 + ], + "peak": [ + 223, + 456 + ], + "area_cells": 41 + }, + { + "id": "range_38", + "name": null, + "center": [ + 216, + 182 + ], + "peak": [ + 218, + 185 + ], + "area_cells": 22 + }, + { + "id": "range_39", + "name": null, + "center": [ + 220, + 270 + ], + "peak": [ + 220, + 270 + ], + "area_cells": 22 + }, + { + "id": "range_41", + "name": null, + "center": [ + 240, + 204 + ], + "peak": [ + 247, + 199 + ], + "area_cells": 102 + }, + { + "id": "range_42", + "name": null, + "center": [ + 239, + 273 + ], + "peak": [ + 237, + 274 + ], + "area_cells": 63 + }, + { + "id": "range_44", + "name": null, + "center": [ + 245, + 243 + ], + "peak": [ + 244, + 243 + ], + "area_cells": 31 + }, + { + "id": "range_46", + "name": null, + "center": [ + 239, + 283 + ], + "peak": [ + 239, + 284 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-2/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529e-2/globe.png new file mode 100644 index 000000000..970dd9b09 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529e-2/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-2/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529e-2/heightmap.png new file mode 100644 index 000000000..c5386cae8 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529e-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-2/index.md b/wiki/star-systems/GJ-529/bodies/GJ529e-2/index.md new file mode 100644 index 000000000..97b3e247e --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529e-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529e-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1192532739 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.06 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.214 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.264 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529e-2 + +Frozen moon. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Land** | 93% | +| **Orbit** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e-2/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529e-2/markers.json new file mode 100644 index 000000000..2447d1816 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529e-2/markers.json @@ -0,0 +1,282 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 203 + ], + "area_fraction": 0.0594 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 61, + 279 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 84, + 423 + ], + "peak": [ + 89, + 435 + ], + "area_cells": 380 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 463 + ], + "peak": [ + 78, + 465 + ], + "area_cells": 115 + }, + { + "id": "range_5", + "name": null, + "center": [ + 80, + 83 + ], + "peak": [ + 79, + 84 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 52 + ], + "peak": [ + 94, + 53 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 69 + ], + "peak": [ + 99, + 71 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 150, + 62 + ], + "peak": [ + 156, + 0 + ], + "area_cells": 8049 + }, + { + "id": "range_11", + "name": null, + "center": [ + 110, + 491 + ], + "peak": [ + 111, + 488 + ], + "area_cells": 489 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 321 + ], + "peak": [ + 129, + 347 + ], + "area_cells": 6523 + }, + { + "id": "range_13", + "name": null, + "center": [ + 166, + 489 + ], + "peak": [ + 156, + 510 + ], + "area_cells": 1795 + }, + { + "id": "range_15", + "name": null, + "center": [ + 200, + 508 + ], + "peak": [ + 201, + 507 + ], + "area_cells": 31 + }, + { + "id": "range_16", + "name": null, + "center": [ + 219, + 55 + ], + "peak": [ + 216, + 69 + ], + "area_cells": 1451 + }, + { + "id": "range_18", + "name": null, + "center": [ + 211, + 133 + ], + "peak": [ + 210, + 137 + ], + "area_cells": 149 + }, + { + "id": "range_19", + "name": null, + "center": [ + 217, + 336 + ], + "peak": [ + 219, + 343 + ], + "area_cells": 444 + }, + { + "id": "range_20", + "name": null, + "center": [ + 215, + 200 + ], + "peak": [ + 216, + 200 + ], + "area_cells": 45 + }, + { + "id": "range_21", + "name": null, + "center": [ + 237, + 229 + ], + "peak": [ + 241, + 234 + ], + "area_cells": 121 + }, + { + "id": "range_22", + "name": null, + "center": [ + 237, + 335 + ], + "peak": [ + 238, + 333 + ], + "area_cells": 94 + }, + { + "id": "range_24", + "name": null, + "center": [ + 251, + 360 + ], + "peak": [ + 255, + 361 + ], + "area_cells": 63 + }, + { + "id": "range_25", + "name": null, + "center": [ + 253, + 32 + ], + "peak": [ + 255, + 39 + ], + "area_cells": 73 + }, + { + "id": "range_26", + "name": null, + "center": [ + 252, + 381 + ], + "peak": [ + 254, + 383 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529e/globe.png new file mode 100644 index 000000000..fe052c586 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529e/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529e/index.md b/wiki/star-systems/GJ-529/bodies/GJ529e/index.md new file mode 100644 index 000000000..45f7e4489 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ529e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 330357542 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.583 + period_days: 1700.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 1.9 + oblateness: 0.0852 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 3 + storm_max_size: 0.061 +--- + +# GJ529e + +Gas giant. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529f/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529f/globe.png new file mode 100644 index 000000000..b61fb9782 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529f/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529f/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529f/heightmap.png new file mode 100644 index 000000000..6dfbc1400 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529f/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529f/index.md b/wiki/star-systems/GJ-529/bodies/GJ529f/index.md new file mode 100644 index 000000000..520586661 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3233418091 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.442 + period_days: 5200.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.43 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.311 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529f + +Frozen planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Land** | 98% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529f/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529f/markers.json new file mode 100644 index 000000000..edd253207 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529f/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 160, + 273 + ], + "peak": [ + 161, + 273 + ], + "area_cells": 143 + }, + { + "id": "range_2", + "name": null, + "center": [ + 204, + 298 + ], + "peak": [ + 205, + 233 + ], + "area_cells": 7631 + }, + { + "id": "range_3", + "name": null, + "center": [ + 210, + 38 + ], + "peak": [ + 207, + 0 + ], + "area_cells": 3949 + }, + { + "id": "range_4", + "name": null, + "center": [ + 209, + 482 + ], + "peak": [ + 208, + 510 + ], + "area_cells": 1743 + }, + { + "id": "range_6", + "name": null, + "center": [ + 208, + 385 + ], + "peak": [ + 209, + 385 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 220, + 457 + ], + "peak": [ + 220, + 457 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529g/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529g/globe.png new file mode 100644 index 000000000..0be5c5fd2 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529g/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529g/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529g/heightmap.png new file mode 100644 index 000000000..87f3fd0a5 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529g/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529g/index.md b/wiki/star-systems/GJ-529/bodies/GJ529g/index.md new file mode 100644 index 000000000..80fbe92c3 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3097459604 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.766 + period_days: 12500.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.07 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.391 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529g + +Frozen planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Land** | 97% | +| **Year** | 12500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529g/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529g/markers.json new file mode 100644 index 000000000..c9477d67b --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529g/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 237, + 67 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 243, + 425 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 36 + ], + "peak": [ + 26, + 0 + ], + "area_cells": 2281 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 411 + ], + "peak": [ + 23, + 438 + ], + "area_cells": 1427 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 438 + ], + "peak": [ + 2, + 438 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 485 + ], + "peak": [ + 26, + 508 + ], + "area_cells": 1426 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 55 + ], + "peak": [ + 39, + 56 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 70, + 53 + ], + "peak": [ + 72, + 53 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 51 + ], + "peak": [ + 84, + 52 + ], + "area_cells": 71 + }, + { + "id": "range_10", + "name": null, + "center": [ + 161, + 80 + ], + "peak": [ + 161, + 81 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 177, + 251 + ], + "peak": [ + 177, + 248 + ], + "area_cells": 188 + }, + { + "id": "range_12", + "name": null, + "center": [ + 206, + 336 + ], + "peak": [ + 198, + 353 + ], + "area_cells": 6045 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529h/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529h/globe.png new file mode 100644 index 000000000..d50c88d4b Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529h/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529h/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529h/heightmap.png new file mode 100644 index 000000000..4bc79fb0b Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529h/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529h/index.md b/wiki/star-systems/GJ-529/bodies/GJ529h/index.md new file mode 100644 index 000000000..fbba91fc5 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4010838282 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.05 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529h + +Frozen planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Land** | 94% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529h/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529h/markers.json new file mode 100644 index 000000000..8931a11eb --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529h/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 118, + 168 + ], + "area_fraction": 0.047 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 263 + ], + "peak": [ + 0, + 481 + ], + "area_cells": 22353 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 377 + ], + "peak": [ + 58, + 378 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 284 + ], + "peak": [ + 71, + 285 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 71, + 249 + ], + "peak": [ + 72, + 249 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 87, + 370 + ], + "peak": [ + 84, + 375 + ], + "area_cells": 218 + }, + { + "id": "range_15", + "name": null, + "center": [ + 97, + 309 + ], + "peak": [ + 98, + 309 + ], + "area_cells": 109 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 505 + ], + "peak": [ + 128, + 511 + ], + "area_cells": 113 + }, + { + "id": "range_19", + "name": null, + "center": [ + 159, + 22 + ], + "peak": [ + 173, + 14 + ], + "area_cells": 1920 + }, + { + "id": "range_21", + "name": null, + "center": [ + 143, + 479 + ], + "peak": [ + 141, + 482 + ], + "area_cells": 245 + }, + { + "id": "range_22", + "name": null, + "center": [ + 159, + 403 + ], + "peak": [ + 159, + 401 + ], + "area_cells": 169 + }, + { + "id": "range_23", + "name": null, + "center": [ + 165, + 499 + ], + "peak": [ + 165, + 505 + ], + "area_cells": 390 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-529/bodies/GJ529i/globe.png b/wiki/star-systems/GJ-529/bodies/GJ529i/globe.png new file mode 100644 index 000000000..2a051b3c2 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529i/globe.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529i/heightmap.png b/wiki/star-systems/GJ-529/bodies/GJ529i/heightmap.png new file mode 100644 index 000000000..726977a37 Binary files /dev/null and b/wiki/star-systems/GJ-529/bodies/GJ529i/heightmap.png differ diff --git a/wiki/star-systems/GJ-529/bodies/GJ529i/index.md b/wiki/star-systems/GJ-529/bodies/GJ529i/index.md new file mode 100644 index 000000000..d691fed64 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ529i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3703528934 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 26.54 + period_days: 56000.0 + axial_tilt_deg: 46.3 +physical: + gravity_g: 0.04 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.954 + polar_ice_lat: 0.09 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ529i + +Frozen planet. + +**System:** [GJ-529](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Land** | 95% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-529/bodies/GJ529i/markers.json b/wiki/star-systems/GJ-529/bodies/GJ529i/markers.json new file mode 100644 index 000000000..a592da1c5 --- /dev/null +++ b/wiki/star-systems/GJ-529/bodies/GJ529i/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 230 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 209, + 201 + ], + "area_fraction": 0.0206 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 229, + 128 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 394 + ], + "peak": [ + 116, + 468 + ], + "area_cells": 15502 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 73 + ], + "peak": [ + 66, + 43 + ], + "area_cells": 11815 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 212 + ], + "peak": [ + 55, + 213 + ], + "area_cells": 35 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 196 + ], + "peak": [ + 60, + 199 + ], + "area_cells": 92 + }, + { + "id": "range_12", + "name": null, + "center": [ + 133, + 234 + ], + "peak": [ + 134, + 223 + ], + "area_cells": 674 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ532b/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532b/globe.png new file mode 100644 index 000000000..e2ee6feb8 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532b/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532b/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532b/heightmap.png new file mode 100644 index 000000000..b5df15008 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532b/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532b/index.md b/wiki/star-systems/GJ-532/bodies/GJ532b/index.md new file mode 100644 index 000000000..0129dabe0 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ532b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 845411712 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 3.1 +physical: + gravity_g: 0.42 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.95 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ532b + +Barren planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 96% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532b/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532b/markers.json new file mode 100644 index 000000000..9900059f8 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532b/markers.json @@ -0,0 +1,503 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 244, + 484 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 244, + 25 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 68 + ], + "peak": [ + 139, + 67 + ], + "area_cells": 10876 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 184 + ], + "peak": [ + 10, + 183 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 39, + 188 + ], + "peak": [ + 48, + 188 + ], + "area_cells": 419 + }, + { + "id": "range_6", + "name": null, + "center": [ + 10, + 407 + ], + "peak": [ + 11, + 404 + ], + "area_cells": 146 + }, + { + "id": "range_7", + "name": null, + "center": [ + 16, + 471 + ], + "peak": [ + 12, + 482 + ], + "area_cells": 2311 + }, + { + "id": "range_9", + "name": null, + "center": [ + 19, + 31 + ], + "peak": [ + 27, + 31 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 28, + 272 + ], + "peak": [ + 33, + 279 + ], + "area_cells": 209 + }, + { + "id": "range_13", + "name": null, + "center": [ + 19, + 396 + ], + "peak": [ + 22, + 397 + ], + "area_cells": 28 + }, + { + "id": "range_15", + "name": null, + "center": [ + 67, + 238 + ], + "peak": [ + 91, + 226 + ], + "area_cells": 2326 + }, + { + "id": "range_16", + "name": null, + "center": [ + 28, + 40 + ], + "peak": [ + 27, + 38 + ], + "area_cells": 41 + }, + { + "id": "range_21", + "name": null, + "center": [ + 33, + 96 + ], + "peak": [ + 33, + 96 + ], + "area_cells": 21 + }, + { + "id": "range_22", + "name": null, + "center": [ + 34, + 257 + ], + "peak": [ + 34, + 260 + ], + "area_cells": 48 + }, + { + "id": "range_24", + "name": null, + "center": [ + 60, + 503 + ], + "peak": [ + 62, + 507 + ], + "area_cells": 205 + }, + { + "id": "range_25", + "name": null, + "center": [ + 54, + 433 + ], + "peak": [ + 53, + 438 + ], + "area_cells": 183 + }, + { + "id": "range_26", + "name": null, + "center": [ + 53, + 459 + ], + "peak": [ + 53, + 460 + ], + "area_cells": 56 + }, + { + "id": "range_28", + "name": null, + "center": [ + 81, + 404 + ], + "peak": [ + 96, + 405 + ], + "area_cells": 352 + }, + { + "id": "range_29", + "name": null, + "center": [ + 82, + 467 + ], + "peak": [ + 85, + 468 + ], + "area_cells": 120 + }, + { + "id": "range_32", + "name": null, + "center": [ + 91, + 172 + ], + "peak": [ + 92, + 172 + ], + "area_cells": 24 + }, + { + "id": "range_33", + "name": null, + "center": [ + 98, + 195 + ], + "peak": [ + 99, + 195 + ], + "area_cells": 79 + }, + { + "id": "range_34", + "name": null, + "center": [ + 105, + 436 + ], + "peak": [ + 106, + 437 + ], + "area_cells": 315 + }, + { + "id": "range_35", + "name": null, + "center": [ + 105, + 488 + ], + "peak": [ + 109, + 491 + ], + "area_cells": 49 + }, + { + "id": "range_36", + "name": null, + "center": [ + 117, + 505 + ], + "peak": [ + 119, + 508 + ], + "area_cells": 262 + }, + { + "id": "range_37", + "name": null, + "center": [ + 112, + 371 + ], + "peak": [ + 113, + 368 + ], + "area_cells": 109 + }, + { + "id": "range_39", + "name": null, + "center": [ + 127, + 463 + ], + "peak": [ + 126, + 463 + ], + "area_cells": 247 + }, + { + "id": "range_40", + "name": null, + "center": [ + 152, + 439 + ], + "peak": [ + 159, + 440 + ], + "area_cells": 248 + }, + { + "id": "range_41", + "name": null, + "center": [ + 142, + 280 + ], + "peak": [ + 143, + 280 + ], + "area_cells": 45 + }, + { + "id": "range_43", + "name": null, + "center": [ + 164, + 498 + ], + "peak": [ + 161, + 495 + ], + "area_cells": 386 + }, + { + "id": "range_44", + "name": null, + "center": [ + 149, + 412 + ], + "peak": [ + 151, + 412 + ], + "area_cells": 25 + }, + { + "id": "range_45", + "name": null, + "center": [ + 176, + 253 + ], + "peak": [ + 171, + 261 + ], + "area_cells": 818 + }, + { + "id": "range_46", + "name": null, + "center": [ + 156, + 469 + ], + "peak": [ + 156, + 470 + ], + "area_cells": 44 + }, + { + "id": "range_47", + "name": null, + "center": [ + 179, + 9 + ], + "peak": [ + 185, + 7 + ], + "area_cells": 217 + }, + { + "id": "range_48", + "name": null, + "center": [ + 176, + 300 + ], + "peak": [ + 176, + 301 + ], + "area_cells": 416 + }, + { + "id": "range_49", + "name": null, + "center": [ + 178, + 484 + ], + "peak": [ + 180, + 484 + ], + "area_cells": 47 + }, + { + "id": "range_50", + "name": null, + "center": [ + 185, + 408 + ], + "peak": [ + 184, + 408 + ], + "area_cells": 122 + }, + { + "id": "range_52", + "name": null, + "center": [ + 209, + 274 + ], + "peak": [ + 210, + 275 + ], + "area_cells": 101 + }, + { + "id": "range_55", + "name": null, + "center": [ + 219, + 254 + ], + "peak": [ + 220, + 255 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-532/bodies/GJ532c/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532c/globe.png new file mode 100644 index 000000000..58f1932e5 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532c/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532c/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532c/heightmap.png new file mode 100644 index 000000000..9304959b1 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532c/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532c/index.md b/wiki/star-systems/GJ-532/bodies/GJ532c/index.md new file mode 100644 index 000000000..d2dbd480f --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ532c +name: Iserlohn +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3891580867 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.8 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.65 + polar_ice_lat: 0.528 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Iserlohn + +Cold Arid planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.8g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 65% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532c/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532c/markers.json new file mode 100644 index 000000000..40638cd69 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532c/markers.json @@ -0,0 +1,633 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 62 + ], + [ + 1, + 62 + ], + [ + 2, + 62 + ], + [ + 2, + 63 + ], + [ + 3, + 63 + ], + [ + 4, + 62 + ], + [ + 5, + 63 + ], + [ + 6, + 62 + ], + [ + 5, + 62 + ], + [ + 4, + 61 + ], + [ + 5, + 61 + ], + [ + 4, + 60 + ], + [ + 3, + 60 + ], + [ + 4, + 59 + ], + [ + 3, + 58 + ], + [ + 2, + 57 + ], + [ + 3, + 57 + ], + [ + 2, + 56 + ], + [ + 3, + 55 + ], + [ + 3, + 54 + ], + [ + 4, + 53 + ], + [ + 5, + 52 + ], + [ + 5, + 51 + ], + [ + 4, + 51 + ], + [ + 3, + 50 + ], + [ + 3, + 49 + ], + [ + 3, + 48 + ], + [ + 2, + 47 + ], + [ + 2, + 46 + ], + [ + 3, + 45 + ], + [ + 4, + 45 + ], + [ + 5, + 44 + ], + [ + 6, + 43 + ], + [ + 7, + 43 + ], + [ + 8, + 43 + ], + [ + 9, + 43 + ], + [ + 10, + 43 + ], + [ + 11, + 44 + ], + [ + 11, + 43 + ], + [ + 12, + 44 + ], + [ + 12, + 43 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 12, + 86 + ], + [ + 13, + 87 + ], + [ + 14, + 88 + ], + [ + 14, + 89 + ], + [ + 15, + 88 + ], + [ + 16, + 88 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 84, + 171 + ], + [ + 83, + 170 + ], + [ + 82, + 169 + ], + [ + 81, + 168 + ], + [ + 80, + 167 + ], + [ + 79, + 166 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 29, + 92 + ], + [ + 30, + 91 + ], + [ + 31, + 91 + ], + [ + 32, + 92 + ], + [ + 33, + 92 + ], + [ + 34, + 91 + ], + [ + 35, + 90 + ], + [ + 36, + 89 + ], + [ + 37, + 88 + ], + [ + 38, + 87 + ], + [ + 39, + 86 + ], + [ + 40, + 85 + ], + [ + 41, + 84 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 137, + 133 + ], + [ + 136, + 132 + ], + [ + 135, + 133 + ], + [ + 134, + 134 + ], + [ + 133, + 133 + ], + [ + 133, + 134 + ], + [ + 132, + 135 + ], + [ + 131, + 136 + ], + [ + 131, + 137 + ], + [ + 132, + 138 + ], + [ + 132, + 139 + ], + [ + 132, + 140 + ], + [ + 131, + 141 + ], + [ + 132, + 142 + ], + [ + 133, + 143 + ], + [ + 133, + 144 + ], + [ + 132, + 144 + ], + [ + 131, + 145 + ], + [ + 132, + 145 + ], + [ + 131, + 146 + ], + [ + 132, + 147 + ], + [ + 133, + 146 + ], + [ + 132, + 146 + ], + [ + 133, + 147 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 53, + 99 + ], + [ + 54, + 100 + ], + [ + 55, + 101 + ], + [ + 54, + 102 + ], + [ + 55, + 103 + ], + [ + 56, + 104 + ], + [ + 55, + 105 + ], + [ + 54, + 106 + ], + [ + 55, + 107 + ], + [ + 54, + 108 + ], + [ + 54, + 109 + ], + [ + 53, + 109 + ], + [ + 53, + 110 + ], + [ + 52, + 109 + ], + [ + 51, + 110 + ], + [ + 50, + 110 + ], + [ + 49, + 110 + ], + [ + 48, + 111 + ], + [ + 48, + 110 + ], + [ + 47, + 110 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 161, + 0 + ], + [ + 162, + 511 + ], + [ + 163, + 511 + ], + [ + 164, + 511 + ], + [ + 165, + 510 + ], + [ + 166, + 511 + ], + [ + 167, + 511 + ], + [ + 168, + 511 + ], + [ + 169, + 511 + ], + [ + 170, + 511 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 14, + 416 + ], + "area_fraction": 0.02 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 66, + 148 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_17", + "name": null, + "kind": "ocean", + "center": [ + 215, + 236 + ], + "area_fraction": 0.3017 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 307 + ], + "peak": [ + 99, + 325 + ], + "area_cells": 9177 + }, + { + "id": "range_2", + "name": null, + "center": [ + 89, + 35 + ], + "peak": [ + 99, + 26 + ], + "area_cells": 4367 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 453 + ], + "peak": [ + 82, + 425 + ], + "area_cells": 9359 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 123 + ], + "peak": [ + 116, + 123 + ], + "area_cells": 53 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 24 + ], + "peak": [ + 135, + 26 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-532/bodies/GJ532d/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532d/globe.png new file mode 100644 index 000000000..b55895428 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532d/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532d/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532d/heightmap.png new file mode 100644 index 000000000..fc01d903d Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532d/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532d/index.md b/wiki/star-systems/GJ-532/bodies/GJ532d/index.md new file mode 100644 index 000000000..6ce4e3576 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ532d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 32498384 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 50.9 +physical: + gravity_g: 0.56 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ532d + +Frozen planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.56g | +| **Land** | 93% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532d/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532d/markers.json new file mode 100644 index 000000000..b38a37238 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532d/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 30 + ], + "area_fraction": 0.0195 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 14, + 197 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 290 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 60, + 43 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 185, + 258 + ], + "peak": [ + 181, + 469 + ], + "area_cells": 56365 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 480 + ], + "peak": [ + 120, + 481 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 92 + ], + "peak": [ + 121, + 93 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-532/bodies/GJ532e/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532e/globe.png new file mode 100644 index 000000000..58fdbe922 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532e/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532e/index.md b/wiki/star-systems/GJ-532/bodies/GJ532e/index.md new file mode 100644 index 000000000..66d754466 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ532e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1856092254 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 8.6 +physical: + gravity_g: null + oblateness: 0.0591 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.083 +--- + +# GJ532e + +Gas giant. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532f/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532f/globe.png new file mode 100644 index 000000000..1d51fb0ad Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532f/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532f/index.md b/wiki/star-systems/GJ-532/bodies/GJ532f/index.md new file mode 100644 index 000000000..4cf0029f8 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ532f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2877232803 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 26.4 +physical: + gravity_g: null + oblateness: 0.0861 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.11 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.54 + opacity_base: 0.7 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ532f + +Gas giant. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532g/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532g/globe.png new file mode 100644 index 000000000..4a6503d6f Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532g/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532g/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532g/heightmap.png new file mode 100644 index 000000000..72f1ac19f Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532g/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532g/index.md b/wiki/star-systems/GJ-532/bodies/GJ532g/index.md new file mode 100644 index 000000000..8af6b72e3 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ532g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3834120520 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.19 + period_days: 9600.0 + axial_tilt_deg: 58.4 +physical: + gravity_g: 0.44 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.811 + polar_ice_lat: 0.158 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ532g + +Frozen planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532g/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532g/markers.json new file mode 100644 index 000000000..bd2f2d240 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532g/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 27, + 445 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 160, + 461 + ], + "area_fraction": 0.0811 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 117, + 35 + ], + "area_fraction": 0.0326 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 130, + 300 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 196, + 22 + ], + "area_fraction": 0.0163 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 6, + 287 + ], + "peak": [ + 0, + 299 + ], + "area_cells": 603 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 71 + ], + "peak": [ + 44, + 82 + ], + "area_cells": 533 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 153 + ], + "peak": [ + 134, + 154 + ], + "area_cells": 176 + }, + { + "id": "range_7", + "name": null, + "center": [ + 163, + 151 + ], + "peak": [ + 164, + 152 + ], + "area_cells": 98 + }, + { + "id": "range_8", + "name": null, + "center": [ + 215, + 89 + ], + "peak": [ + 216, + 86 + ], + "area_cells": 160 + }, + { + "id": "range_11", + "name": null, + "center": [ + 244, + 230 + ], + "peak": [ + 239, + 243 + ], + "area_cells": 4191 + }, + { + "id": "range_12", + "name": null, + "center": [ + 249, + 341 + ], + "peak": [ + 251, + 324 + ], + "area_cells": 466 + }, + { + "id": "range_14", + "name": null, + "center": [ + 252, + 96 + ], + "peak": [ + 252, + 97 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-532/bodies/GJ532h/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532h/globe.png new file mode 100644 index 000000000..ef4284386 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532h/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532h/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532h/heightmap.png new file mode 100644 index 000000000..c6712bbde Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532h/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532h/index.md b/wiki/star-systems/GJ-532/bodies/GJ532h/index.md new file mode 100644 index 000000000..434d544d3 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ532h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 684994411 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 57.2 +physical: + gravity_g: 0.12 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ532h + +Frozen planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532h/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532h/markers.json new file mode 100644 index 000000000..7b4a8088b --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532h/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 28 + ], + "area_fraction": 0.0309 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 32, + 422 + ], + "area_fraction": 0.0763 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 72, + 231 + ], + "area_fraction": 0.0445 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 81, + 320 + ], + "area_fraction": 0.0094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 217, + 191 + ], + "peak": [ + 219, + 178 + ], + "area_cells": 11277 + }, + { + "id": "range_2", + "name": null, + "center": [ + 190, + 355 + ], + "peak": [ + 190, + 355 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 222, + 383 + ], + "peak": [ + 225, + 395 + ], + "area_cells": 459 + }, + { + "id": "range_5", + "name": null, + "center": [ + 225, + 469 + ], + "peak": [ + 227, + 473 + ], + "area_cells": 275 + }, + { + "id": "range_6", + "name": null, + "center": [ + 223, + 408 + ], + "peak": [ + 225, + 406 + ], + "area_cells": 117 + }, + { + "id": "range_7", + "name": null, + "center": [ + 224, + 430 + ], + "peak": [ + 224, + 431 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-532/bodies/GJ532i/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532i/globe.png new file mode 100644 index 000000000..87f31553b Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532i/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532i/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532i/heightmap.png new file mode 100644 index 000000000..6c8375a9f Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532i/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532i/index.md b/wiki/star-systems/GJ-532/bodies/GJ532i/index.md new file mode 100644 index 000000000..be313df1a --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ532i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 140713710 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.278 + period_days: 46000.0 + axial_tilt_deg: 27.7 +physical: + gravity_g: 0.26 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.251 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ532i + +Frozen planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532i/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532i/markers.json new file mode 100644 index 000000000..deab026e1 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532i/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 94, + 329 + ], + "area_fraction": 0.013 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 128, + 71 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 226, + 473 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 224, + 252 + ], + "area_fraction": 0.0354 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 214, + 96 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 150 + ], + "peak": [ + 8, + 178 + ], + "area_cells": 6279 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 373 + ], + "peak": [ + 0, + 347 + ], + "area_cells": 4877 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 489 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 374 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 11 + ], + "peak": [ + 69, + 11 + ], + "area_cells": 673 + }, + { + "id": "range_12", + "name": null, + "center": [ + 53, + 397 + ], + "peak": [ + 54, + 397 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 448 + ], + "peak": [ + 82, + 440 + ], + "area_cells": 1051 + }, + { + "id": "range_16", + "name": null, + "center": [ + 68, + 235 + ], + "peak": [ + 69, + 236 + ], + "area_cells": 63 + }, + { + "id": "range_18", + "name": null, + "center": [ + 78, + 204 + ], + "peak": [ + 77, + 204 + ], + "area_cells": 132 + }, + { + "id": "range_19", + "name": null, + "center": [ + 92, + 233 + ], + "peak": [ + 97, + 232 + ], + "area_cells": 158 + }, + { + "id": "range_22", + "name": null, + "center": [ + 101, + 391 + ], + "peak": [ + 102, + 392 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 119, + 392 + ], + "peak": [ + 121, + 395 + ], + "area_cells": 253 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-532/bodies/GJ532j/globe.png b/wiki/star-systems/GJ-532/bodies/GJ532j/globe.png new file mode 100644 index 000000000..bf55a6050 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532j/globe.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532j/heightmap.png b/wiki/star-systems/GJ-532/bodies/GJ532j/heightmap.png new file mode 100644 index 000000000..d8f276393 Binary files /dev/null and b/wiki/star-systems/GJ-532/bodies/GJ532j/heightmap.png differ diff --git a/wiki/star-systems/GJ-532/bodies/GJ532j/index.md b/wiki/star-systems/GJ-532/bodies/GJ532j/index.md new file mode 100644 index 000000000..d5af9d9e4 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ532j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2629492961 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 38.015 + period_days: 96000.0 + axial_tilt_deg: 57.0 +physical: + gravity_g: 0.08 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.125 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.254 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ532j + +Frozen planet. + +**System:** [GJ-532](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 96000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-532/bodies/GJ532j/markers.json b/wiki/star-systems/GJ-532/bodies/GJ532j/markers.json new file mode 100644 index 000000000..52b22cdc7 --- /dev/null +++ b/wiki/star-systems/GJ-532/bodies/GJ532j/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 36, + 348 + ], + "area_fraction": 0.0764 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 108, + 64 + ], + "peak": [ + 113, + 66 + ], + "area_cells": 2191 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 304 + ], + "peak": [ + 114, + 304 + ], + "area_cells": 76 + }, + { + "id": "range_4", + "name": null, + "center": [ + 130, + 389 + ], + "peak": [ + 130, + 385 + ], + "area_cells": 185 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 316 + ], + "peak": [ + 154, + 316 + ], + "area_cells": 57 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 362 + ], + "peak": [ + 159, + 362 + ], + "area_cells": 95 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 318 + ], + "peak": [ + 170, + 317 + ], + "area_cells": 247 + }, + { + "id": "range_10", + "name": null, + "center": [ + 169, + 287 + ], + "peak": [ + 169, + 287 + ], + "area_cells": 80 + }, + { + "id": "range_12", + "name": null, + "center": [ + 179, + 293 + ], + "peak": [ + 180, + 293 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 181, + 470 + ], + "peak": [ + 182, + 470 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 224, + 313 + ], + "peak": [ + 227, + 315 + ], + "area_cells": 1167 + }, + { + "id": "range_15", + "name": null, + "center": [ + 223, + 399 + ], + "peak": [ + 206, + 410 + ], + "area_cells": 1650 + }, + { + "id": "range_16", + "name": null, + "center": [ + 229, + 181 + ], + "peak": [ + 245, + 159 + ], + "area_cells": 8598 + }, + { + "id": "range_18", + "name": null, + "center": [ + 241, + 283 + ], + "peak": [ + 255, + 283 + ], + "area_cells": 47 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 59 + ], + "peak": [ + 255, + 53 + ], + "area_cells": 203 + }, + { + "id": "range_23", + "name": null, + "center": [ + 249, + 357 + ], + "peak": [ + 250, + 356 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ534b/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534b/globe.png new file mode 100644 index 000000000..0080aec24 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534b/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534b/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534b/heightmap.png new file mode 100644 index 000000000..d35cb1927 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534b/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534b/index.md b/wiki/star-systems/GJ-534/bodies/GJ534b/index.md new file mode 100644 index 000000000..fda80e5cc --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ534b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3251824872 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.286 + period_days: 56.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.52 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.964 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534b + +Barren planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 98% | +| **Year** | 56 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534b/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534b/markers.json new file mode 100644 index 000000000..66f6bcfea --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534b/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 55, + 199 + ], + "peak": [ + 55, + 196 + ], + "area_cells": 120 + }, + { + "id": "range_5", + "name": null, + "center": [ + 54, + 417 + ], + "peak": [ + 54, + 418 + ], + "area_cells": 66 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 179 + ], + "peak": [ + 60, + 182 + ], + "area_cells": 70 + }, + { + "id": "range_7", + "name": null, + "center": [ + 69, + 384 + ], + "peak": [ + 74, + 385 + ], + "area_cells": 96 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 287 + ], + "peak": [ + 74, + 285 + ], + "area_cells": 97 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 416 + ], + "peak": [ + 84, + 416 + ], + "area_cells": 46 + }, + { + "id": "range_11", + "name": null, + "center": [ + 93, + 395 + ], + "peak": [ + 94, + 396 + ], + "area_cells": 75 + }, + { + "id": "range_16", + "name": null, + "center": [ + 107, + 122 + ], + "peak": [ + 107, + 113 + ], + "area_cells": 198 + }, + { + "id": "range_17", + "name": null, + "center": [ + 102, + 377 + ], + "peak": [ + 104, + 378 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 174, + 214 + ], + "peak": [ + 177, + 190 + ], + "area_cells": 9566 + }, + { + "id": "range_20", + "name": null, + "center": [ + 118, + 352 + ], + "peak": [ + 121, + 354 + ], + "area_cells": 171 + }, + { + "id": "range_23", + "name": null, + "center": [ + 130, + 491 + ], + "peak": [ + 129, + 486 + ], + "area_cells": 244 + }, + { + "id": "range_26", + "name": null, + "center": [ + 134, + 431 + ], + "peak": [ + 135, + 432 + ], + "area_cells": 169 + }, + { + "id": "range_27", + "name": null, + "center": [ + 155, + 356 + ], + "peak": [ + 152, + 352 + ], + "area_cells": 777 + }, + { + "id": "range_28", + "name": null, + "center": [ + 140, + 21 + ], + "peak": [ + 140, + 21 + ], + "area_cells": 21 + }, + { + "id": "range_30", + "name": null, + "center": [ + 181, + 478 + ], + "peak": [ + 200, + 470 + ], + "area_cells": 2539 + }, + { + "id": "range_32", + "name": null, + "center": [ + 181, + 29 + ], + "peak": [ + 179, + 3 + ], + "area_cells": 1750 + }, + { + "id": "range_34", + "name": null, + "center": [ + 164, + 422 + ], + "peak": [ + 165, + 422 + ], + "area_cells": 42 + }, + { + "id": "range_39", + "name": null, + "center": [ + 189, + 379 + ], + "peak": [ + 188, + 380 + ], + "area_cells": 22 + }, + { + "id": "range_42", + "name": null, + "center": [ + 219, + 483 + ], + "peak": [ + 222, + 484 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534c/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534c/globe.png new file mode 100644 index 000000000..fd767b6d2 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534c/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534c/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534c/heightmap.png new file mode 100644 index 000000000..699642084 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534c/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534c/index.md b/wiki/star-systems/GJ-534/bodies/GJ534c/index.md new file mode 100644 index 000000000..1dc4430e7 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ534c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 361137940 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.691 + period_days: 210.0 + axial_tilt_deg: 10.4 +physical: + gravity_g: 0.76 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.947 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.066 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534c + +Hot Arid planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 210 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534c/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534c/markers.json new file mode 100644 index 000000000..8d620d0a9 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534c/markers.json @@ -0,0 +1,750 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 251, + 209 + ], + [ + 252, + 208 + ], + [ + 253, + 207 + ], + [ + 254, + 207 + ], + [ + 255, + 208 + ], + [ + 255, + 209 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 155, + 497 + ], + [ + 156, + 498 + ], + [ + 157, + 499 + ], + [ + 158, + 499 + ], + [ + 159, + 500 + ], + [ + 160, + 500 + ], + [ + 161, + 500 + ], + [ + 162, + 501 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 7, + 41 + ], + [ + 8, + 42 + ], + [ + 9, + 42 + ], + [ + 10, + 42 + ], + [ + 11, + 42 + ], + [ + 12, + 42 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 167, + 113 + ], + [ + 168, + 114 + ], + [ + 169, + 115 + ], + [ + 170, + 116 + ], + [ + 171, + 117 + ], + [ + 171, + 118 + ], + [ + 171, + 119 + ], + [ + 170, + 120 + ], + [ + 171, + 120 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 120, + 149 + ], + [ + 121, + 148 + ], + [ + 122, + 147 + ], + [ + 123, + 148 + ], + [ + 124, + 149 + ], + [ + 125, + 148 + ], + [ + 126, + 149 + ], + [ + 127, + 150 + ], + [ + 128, + 149 + ], + [ + 129, + 149 + ], + [ + 130, + 150 + ], + [ + 131, + 151 + ], + [ + 132, + 152 + ], + [ + 133, + 153 + ], + [ + 134, + 154 + ], + [ + 135, + 153 + ], + [ + 136, + 154 + ], + [ + 137, + 155 + ], + [ + 138, + 156 + ], + [ + 139, + 157 + ], + [ + 140, + 158 + ], + [ + 141, + 158 + ], + [ + 142, + 158 + ], + [ + 143, + 157 + ], + [ + 144, + 158 + ], + [ + 144, + 159 + ], + [ + 145, + 160 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 228, + 0 + ], + [ + 229, + 1 + ], + [ + 230, + 2 + ], + [ + 230, + 3 + ], + [ + 230, + 4 + ], + [ + 231, + 5 + ], + [ + 232, + 5 + ], + [ + 232, + 6 + ], + [ + 231, + 7 + ], + [ + 231, + 8 + ], + [ + 231, + 9 + ], + [ + 232, + 9 + ], + [ + 231, + 10 + ], + [ + 231, + 11 + ], + [ + 232, + 12 + ], + [ + 231, + 13 + ], + [ + 231, + 14 + ], + [ + 231, + 15 + ], + [ + 230, + 16 + ], + [ + 230, + 17 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 18, + 0 + ], + [ + 19, + 511 + ], + [ + 20, + 510 + ], + [ + 21, + 509 + ], + [ + 22, + 508 + ], + [ + 23, + 507 + ], + [ + 24, + 506 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 239, + 218 + ], + [ + 240, + 218 + ], + [ + 241, + 217 + ], + [ + 242, + 216 + ], + [ + 242, + 217 + ], + [ + 243, + 218 + ], + [ + 243, + 219 + ], + [ + 244, + 219 + ], + [ + 245, + 219 + ], + [ + 245, + 218 + ], + [ + 245, + 217 + ], + [ + 246, + 218 + ], + [ + 246, + 219 + ], + [ + 246, + 220 + ], + [ + 245, + 220 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 4, + 316 + ], + [ + 4, + 315 + ], + [ + 4, + 314 + ], + [ + 3, + 313 + ], + [ + 3, + 312 + ], + [ + 2, + 311 + ], + [ + 1, + 312 + ], + [ + 0, + 311 + ], + [ + 0, + 310 + ], + [ + 1, + 309 + ], + [ + 1, + 308 + ], + [ + 0, + 308 + ], + [ + 0, + 309 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 45, + 203 + ], + [ + 46, + 202 + ], + [ + 47, + 203 + ], + [ + 48, + 202 + ], + [ + 49, + 202 + ], + [ + 50, + 203 + ], + [ + 51, + 202 + ], + [ + 52, + 202 + ], + [ + 53, + 203 + ], + [ + 54, + 204 + ], + [ + 55, + 204 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 177, + 114 + ], + [ + 176, + 114 + ], + [ + 175, + 115 + ], + [ + 174, + 116 + ], + [ + 173, + 117 + ], + [ + 172, + 118 + ], + [ + 171, + 119 + ], + [ + 170, + 120 + ], + [ + 171, + 120 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 56, + 497 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 171, + 487 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 204, + 64 + ], + "area_fraction": 0.0527 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 205, + 473 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 248 + ], + "peak": [ + 75, + 243 + ], + "area_cells": 1000 + }, + { + "id": "range_3", + "name": null, + "center": [ + 117, + 435 + ], + "peak": [ + 111, + 442 + ], + "area_cells": 2131 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 501 + ], + "peak": [ + 114, + 504 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 3 + ], + "peak": [ + 115, + 0 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 291 + ], + "peak": [ + 156, + 234 + ], + "area_cells": 5855 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 103 + ], + "peak": [ + 124, + 62 + ], + "area_cells": 1475 + }, + { + "id": "range_10", + "name": null, + "center": [ + 166, + 305 + ], + "peak": [ + 167, + 307 + ], + "area_cells": 163 + }, + { + "id": "range_11", + "name": null, + "center": [ + 173, + 378 + ], + "peak": [ + 174, + 377 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534d/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534d/globe.png new file mode 100644 index 000000000..7229f8975 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534d/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534d/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534d/heightmap.png new file mode 100644 index 000000000..9e42e562a Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534d/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534d/index.md b/wiki/star-systems/GJ-534/bodies/GJ534d/index.md new file mode 100644 index 000000000..653786a46 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ534d +name: Urskog +body_type: planet +planet_class: boreal +body_scale: planet +seed: 655614660 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.33 + period_days: 560.0 + axial_tilt_deg: 30.5 +physical: + gravity_g: 0.92 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.535 + polar_ice_lat: 0.484 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.573 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Urskog + +Boreal planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | boreal | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 54% | +| **Year** | 560 days | +| **Inhabited** | yes | +| **Population** | 14K | +| **Economy** | resource_extraction | +| **Settlement** | dispersed | +| **Industry** | timber_export | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534d/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534d/markers.json new file mode 100644 index 000000000..bde9162e9 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534d/markers.json @@ -0,0 +1,636 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 114, + 436 + ], + [ + 113, + 437 + ], + [ + 112, + 436 + ], + [ + 111, + 436 + ], + [ + 110, + 435 + ], + [ + 109, + 434 + ], + [ + 108, + 433 + ], + [ + 108, + 432 + ], + [ + 108, + 431 + ], + [ + 107, + 430 + ], + [ + 106, + 429 + ], + [ + 105, + 428 + ], + [ + 104, + 428 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 173, + 457 + ], + [ + 172, + 458 + ], + [ + 171, + 458 + ], + [ + 170, + 459 + ], + [ + 169, + 460 + ], + [ + 169, + 461 + ], + [ + 168, + 462 + ], + [ + 167, + 463 + ], + [ + 166, + 463 + ], + [ + 166, + 462 + ], + [ + 165, + 461 + ], + [ + 164, + 460 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 137, + 360 + ], + [ + 136, + 359 + ], + [ + 135, + 358 + ], + [ + 135, + 357 + ], + [ + 136, + 356 + ], + [ + 136, + 355 + ], + [ + 137, + 354 + ], + [ + 138, + 353 + ], + [ + 138, + 352 + ], + [ + 139, + 351 + ], + [ + 139, + 350 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 106, + 482 + ], + [ + 105, + 481 + ], + [ + 104, + 480 + ], + [ + 103, + 479 + ], + [ + 102, + 478 + ], + [ + 101, + 477 + ], + [ + 101, + 478 + ], + [ + 100, + 477 + ], + [ + 100, + 476 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 209, + 478 + ], + [ + 208, + 479 + ], + [ + 208, + 480 + ], + [ + 207, + 481 + ], + [ + 206, + 482 + ], + [ + 205, + 483 + ], + [ + 205, + 484 + ], + [ + 204, + 485 + ], + [ + 203, + 485 + ], + [ + 202, + 486 + ], + [ + 201, + 487 + ], + [ + 200, + 488 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 116, + 282 + ], + [ + 115, + 283 + ], + [ + 114, + 282 + ], + [ + 113, + 281 + ], + [ + 112, + 280 + ], + [ + 111, + 279 + ], + [ + 110, + 278 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 108, + 151 + ], + [ + 109, + 152 + ], + [ + 110, + 153 + ], + [ + 111, + 154 + ], + [ + 112, + 155 + ], + [ + 113, + 156 + ], + [ + 112, + 157 + ], + [ + 113, + 158 + ], + [ + 112, + 159 + ], + [ + 112, + 160 + ], + [ + 112, + 161 + ], + [ + 112, + 162 + ], + [ + 113, + 163 + ], + [ + 112, + 164 + ], + [ + 113, + 165 + ], + [ + 112, + 165 + ], + [ + 111, + 165 + ], + [ + 112, + 166 + ], + [ + 113, + 167 + ], + [ + 113, + 166 + ], + [ + 112, + 167 + ], + [ + 111, + 168 + ], + [ + 111, + 167 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 198, + 97 + ], + [ + 199, + 98 + ], + [ + 200, + 99 + ], + [ + 201, + 99 + ], + [ + 202, + 99 + ], + [ + 202, + 100 + ], + [ + 203, + 99 + ], + [ + 204, + 99 + ], + [ + 204, + 100 + ], + [ + 205, + 99 + ], + [ + 206, + 100 + ], + [ + 207, + 100 + ], + [ + 208, + 101 + ], + [ + 209, + 101 + ], + [ + 209, + 102 + ], + [ + 209, + 103 + ], + [ + 210, + 104 + ], + [ + 211, + 105 + ], + [ + 210, + 105 + ], + [ + 211, + 104 + ], + [ + 210, + 103 + ], + [ + 211, + 103 + ], + [ + 211, + 102 + ], + [ + 210, + 101 + ], + [ + 210, + 102 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 76, + 269 + ], + "area_fraction": 0.4387 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 153, + 252 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 96, + 203 + ], + "peak": [ + 95, + 195 + ], + "area_cells": 1354 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 471 + ], + "peak": [ + 89, + 470 + ], + "area_cells": 97 + }, + { + "id": "range_3", + "name": null, + "center": [ + 172, + 327 + ], + "peak": [ + 162, + 310 + ], + "area_cells": 4273 + }, + { + "id": "range_4", + "name": null, + "center": [ + 142, + 185 + ], + "peak": [ + 141, + 187 + ], + "area_cells": 157 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 139 + ], + "peak": [ + 149, + 137 + ], + "area_cells": 103 + }, + { + "id": "range_6", + "name": null, + "center": [ + 166, + 154 + ], + "peak": [ + 168, + 177 + ], + "area_cells": 1333 + }, + { + "id": "range_8", + "name": null, + "center": [ + 199, + 198 + ], + "peak": [ + 199, + 200 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 203, + 361 + ], + "peak": [ + 205, + 363 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534e/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534e/globe.png new file mode 100644 index 000000000..932d4f3d4 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534e/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534e/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534e/heightmap.png new file mode 100644 index 000000000..886d709ad Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534e/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534e/index.md b/wiki/star-systems/GJ-534/bodies/GJ534e/index.md new file mode 100644 index 000000000..0bebfe020 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ534e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3010372326 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 10.6 +physical: + gravity_g: 0.62 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.517 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.158 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534e + +Cold Arid planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534e/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534e/markers.json new file mode 100644 index 000000000..ccd6fa8b2 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534e/markers.json @@ -0,0 +1,1152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 163, + 505 + ], + [ + 163, + 506 + ], + [ + 162, + 507 + ], + [ + 161, + 508 + ], + [ + 160, + 509 + ], + [ + 159, + 510 + ], + [ + 158, + 510 + ], + [ + 157, + 509 + ], + [ + 156, + 508 + ], + [ + 155, + 508 + ], + [ + 154, + 508 + ], + [ + 153, + 507 + ], + [ + 153, + 506 + ], + [ + 152, + 506 + ], + [ + 152, + 507 + ], + [ + 153, + 508 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 243, + 362 + ], + [ + 244, + 361 + ], + [ + 245, + 360 + ], + [ + 246, + 361 + ], + [ + 245, + 361 + ], + [ + 246, + 360 + ], + [ + 247, + 360 + ], + [ + 247, + 359 + ], + [ + 247, + 358 + ], + [ + 247, + 357 + ], + [ + 246, + 357 + ], + [ + 247, + 356 + ], + [ + 247, + 355 + ], + [ + 246, + 355 + ], + [ + 246, + 356 + ], + [ + 245, + 357 + ], + [ + 245, + 358 + ], + [ + 246, + 359 + ], + [ + 245, + 359 + ], + [ + 244, + 359 + ], + [ + 244, + 358 + ], + [ + 243, + 357 + ], + [ + 242, + 357 + ], + [ + 241, + 358 + ], + [ + 240, + 359 + ], + [ + 239, + 359 + ], + [ + 238, + 359 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 191, + 484 + ], + [ + 190, + 484 + ], + [ + 189, + 483 + ], + [ + 188, + 482 + ], + [ + 187, + 481 + ], + [ + 186, + 480 + ], + [ + 185, + 479 + ], + [ + 184, + 478 + ], + [ + 185, + 477 + ], + [ + 185, + 476 + ], + [ + 184, + 475 + ], + [ + 183, + 474 + ], + [ + 184, + 473 + ], + [ + 184, + 472 + ], + [ + 184, + 471 + ], + [ + 184, + 470 + ], + [ + 183, + 469 + ], + [ + 182, + 468 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 179, + 322 + ], + [ + 178, + 321 + ], + [ + 178, + 320 + ], + [ + 179, + 319 + ], + [ + 180, + 318 + ], + [ + 180, + 317 + ], + [ + 181, + 316 + ], + [ + 180, + 315 + ], + [ + 179, + 314 + ], + [ + 179, + 313 + ], + [ + 179, + 312 + ], + [ + 180, + 311 + ], + [ + 181, + 310 + ], + [ + 181, + 309 + ], + [ + 181, + 308 + ], + [ + 182, + 307 + ], + [ + 183, + 306 + ], + [ + 182, + 305 + ], + [ + 183, + 304 + ], + [ + 183, + 303 + ], + [ + 184, + 303 + ], + [ + 183, + 302 + ], + [ + 184, + 302 + ], + [ + 185, + 303 + ], + [ + 186, + 303 + ], + [ + 187, + 304 + ], + [ + 188, + 303 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 123, + 16 + ], + [ + 124, + 15 + ], + [ + 125, + 15 + ], + [ + 126, + 15 + ], + [ + 126, + 14 + ], + [ + 127, + 13 + ], + [ + 127, + 12 + ], + [ + 127, + 11 + ], + [ + 127, + 10 + ], + [ + 127, + 9 + ], + [ + 127, + 8 + ], + [ + 128, + 7 + ], + [ + 128, + 6 + ], + [ + 128, + 5 + ], + [ + 128, + 4 + ], + [ + 129, + 3 + ], + [ + 128, + 2 + ], + [ + 129, + 2 + ], + [ + 128, + 1 + ], + [ + 128, + 0 + ], + [ + 129, + 0 + ], + [ + 129, + 511 + ], + [ + 129, + 510 + ], + [ + 130, + 509 + ], + [ + 130, + 508 + ], + [ + 129, + 508 + ], + [ + 130, + 507 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 189, + 316 + ], + [ + 190, + 315 + ], + [ + 190, + 314 + ], + [ + 191, + 313 + ], + [ + 192, + 312 + ], + [ + 193, + 311 + ], + [ + 194, + 310 + ], + [ + 194, + 309 + ], + [ + 193, + 309 + ], + [ + 192, + 308 + ], + [ + 191, + 307 + ], + [ + 190, + 306 + ], + [ + 189, + 305 + ], + [ + 189, + 304 + ], + [ + 189, + 303 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 241, + 381 + ], + [ + 240, + 381 + ], + [ + 239, + 382 + ], + [ + 238, + 382 + ], + [ + 237, + 381 + ], + [ + 236, + 381 + ], + [ + 235, + 380 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 201, + 81 + ], + [ + 202, + 82 + ], + [ + 203, + 83 + ], + [ + 204, + 83 + ], + [ + 205, + 84 + ], + [ + 206, + 83 + ], + [ + 207, + 83 + ], + [ + 208, + 83 + ], + [ + 209, + 83 + ], + [ + 210, + 84 + ], + [ + 211, + 84 + ], + [ + 212, + 83 + ], + [ + 213, + 83 + ], + [ + 214, + 82 + ], + [ + 215, + 83 + ], + [ + 216, + 83 + ], + [ + 217, + 83 + ], + [ + 218, + 82 + ], + [ + 219, + 82 + ], + [ + 220, + 82 + ], + [ + 221, + 81 + ], + [ + 222, + 82 + ], + [ + 223, + 82 + ], + [ + 224, + 81 + ], + [ + 225, + 82 + ], + [ + 226, + 82 + ], + [ + 227, + 82 + ], + [ + 228, + 82 + ], + [ + 229, + 82 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 152, + 35 + ], + [ + 151, + 36 + ], + [ + 150, + 37 + ], + [ + 149, + 38 + ], + [ + 148, + 39 + ], + [ + 147, + 38 + ], + [ + 146, + 39 + ], + [ + 145, + 38 + ], + [ + 144, + 38 + ], + [ + 143, + 38 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 232, + 235 + ], + [ + 232, + 234 + ], + [ + 232, + 233 + ], + [ + 233, + 234 + ], + [ + 234, + 234 + ], + [ + 234, + 233 + ], + [ + 234, + 232 + ], + [ + 233, + 232 + ], + [ + 233, + 231 + ], + [ + 234, + 230 + ], + [ + 235, + 229 + ], + [ + 236, + 229 + ], + [ + 237, + 229 + ], + [ + 238, + 229 + ], + [ + 239, + 228 + ], + [ + 240, + 227 + ], + [ + 241, + 228 + ], + [ + 242, + 227 + ], + [ + 242, + 226 + ], + [ + 243, + 225 + ], + [ + 244, + 226 + ], + [ + 245, + 226 + ], + [ + 246, + 226 + ], + [ + 247, + 226 + ], + [ + 248, + 226 + ], + [ + 249, + 225 + ], + [ + 250, + 226 + ], + [ + 251, + 227 + ], + [ + 252, + 226 + ], + [ + 253, + 225 + ], + [ + 254, + 225 + ], + [ + 255, + 226 + ], + [ + 255, + 225 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 156, + 84 + ], + [ + 156, + 83 + ], + [ + 156, + 82 + ], + [ + 157, + 81 + ], + [ + 157, + 80 + ], + [ + 158, + 79 + ], + [ + 159, + 79 + ], + [ + 160, + 78 + ], + [ + 161, + 77 + ], + [ + 162, + 77 + ], + [ + 163, + 78 + ], + [ + 164, + 78 + ], + [ + 165, + 79 + ], + [ + 166, + 80 + ], + [ + 166, + 79 + ], + [ + 165, + 80 + ], + [ + 166, + 81 + ], + [ + 167, + 81 + ], + [ + 167, + 80 + ], + [ + 168, + 80 + ], + [ + 169, + 81 + ], + [ + 170, + 81 + ], + [ + 171, + 82 + ], + [ + 172, + 82 + ], + [ + 172, + 83 + ], + [ + 173, + 83 + ], + [ + 174, + 83 + ], + [ + 174, + 82 + ], + [ + 175, + 82 + ], + [ + 174, + 81 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 213, + 368 + ], + "area_fraction": 0.0247 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 447 + ], + "peak": [ + 71, + 507 + ], + "area_cells": 6790 + }, + { + "id": "range_2", + "name": null, + "center": [ + 87, + 105 + ], + "peak": [ + 72, + 0 + ], + "area_cells": 11778 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 283 + ], + "peak": [ + 108, + 273 + ], + "area_cells": 786 + }, + { + "id": "range_7", + "name": null, + "center": [ + 119, + 238 + ], + "peak": [ + 121, + 238 + ], + "area_cells": 150 + }, + { + "id": "range_8", + "name": null, + "center": [ + 113, + 310 + ], + "peak": [ + 113, + 312 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 156, + 201 + ], + "peak": [ + 151, + 202 + ], + "area_cells": 492 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 243 + ], + "peak": [ + 158, + 247 + ], + "area_cells": 153 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 150 + ], + "peak": [ + 158, + 147 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m1/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/globe.png new file mode 100644 index 000000000..f7546356d Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m1/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/heightmap.png new file mode 100644 index 000000000..b1fb5c80d Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m1/index.md b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/index.md new file mode 100644 index 000000000..9a6d0a758 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ534f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1457172351 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 44.7 +physical: + gravity_g: 0.13 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534f-m1 + +Frozen moon. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m1/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/markers.json new file mode 100644 index 000000000..af0264300 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534f-m1/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 15, + 44 + ], + "area_fraction": 0.0201 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 11, + 280 + ], + "area_fraction": 0.0256 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 9, + 481 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 167, + 288 + ], + "peak": [ + 148, + 511 + ], + "area_cells": 69692 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 9 + ], + "peak": [ + 63, + 0 + ], + "area_cells": 284 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 210 + ], + "peak": [ + 61, + 210 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 88, + 74 + ], + "peak": [ + 89, + 74 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 254, + 150 + ], + "peak": [ + 255, + 148 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m2/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/globe.png new file mode 100644 index 000000000..1eace3988 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m2/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/heightmap.png new file mode 100644 index 000000000..d5c880e4e Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m2/index.md b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/index.md new file mode 100644 index 000000000..35bb55bc7 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ534f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3225715242 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: 0.08 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.865 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534f-m2 + +Barren moon. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 91% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f-m2/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/markers.json new file mode 100644 index 000000000..0ba3a6fa2 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534f-m2/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 97, + 268 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 74, + 274 + ], + "peak": [ + 75, + 280 + ], + "area_cells": 204 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 29 + ], + "peak": [ + 84, + 29 + ], + "area_cells": 37 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 264 + ], + "peak": [ + 123, + 262 + ], + "area_cells": 505 + }, + { + "id": "range_7", + "name": null, + "center": [ + 114, + 138 + ], + "peak": [ + 115, + 136 + ], + "area_cells": 364 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 104 + ], + "peak": [ + 131, + 100 + ], + "area_cells": 457 + }, + { + "id": "range_9", + "name": null, + "center": [ + 122, + 416 + ], + "peak": [ + 123, + 416 + ], + "area_cells": 81 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 70 + ], + "peak": [ + 128, + 70 + ], + "area_cells": 60 + }, + { + "id": "range_11", + "name": null, + "center": [ + 135, + 189 + ], + "peak": [ + 135, + 190 + ], + "area_cells": 73 + }, + { + "id": "range_12", + "name": null, + "center": [ + 149, + 69 + ], + "peak": [ + 153, + 70 + ], + "area_cells": 83 + }, + { + "id": "range_13", + "name": null, + "center": [ + 141, + 202 + ], + "peak": [ + 141, + 202 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 182, + 389 + ], + "peak": [ + 176, + 381 + ], + "area_cells": 1799 + }, + { + "id": "range_15", + "name": null, + "center": [ + 153, + 448 + ], + "peak": [ + 152, + 450 + ], + "area_cells": 113 + }, + { + "id": "range_16", + "name": null, + "center": [ + 154, + 158 + ], + "peak": [ + 155, + 162 + ], + "area_cells": 210 + }, + { + "id": "range_17", + "name": null, + "center": [ + 154, + 92 + ], + "peak": [ + 154, + 92 + ], + "area_cells": 31 + }, + { + "id": "range_18", + "name": null, + "center": [ + 155, + 501 + ], + "peak": [ + 155, + 501 + ], + "area_cells": 35 + }, + { + "id": "range_19", + "name": null, + "center": [ + 162, + 508 + ], + "peak": [ + 163, + 508 + ], + "area_cells": 24 + }, + { + "id": "range_21", + "name": null, + "center": [ + 175, + 51 + ], + "peak": [ + 191, + 39 + ], + "area_cells": 488 + }, + { + "id": "range_25", + "name": null, + "center": [ + 176, + 335 + ], + "peak": [ + 174, + 335 + ], + "area_cells": 57 + }, + { + "id": "range_27", + "name": null, + "center": [ + 183, + 265 + ], + "peak": [ + 183, + 266 + ], + "area_cells": 59 + }, + { + "id": "range_29", + "name": null, + "center": [ + 194, + 277 + ], + "peak": [ + 194, + 278 + ], + "area_cells": 47 + }, + { + "id": "range_30", + "name": null, + "center": [ + 213, + 257 + ], + "peak": [ + 202, + 262 + ], + "area_cells": 444 + }, + { + "id": "range_31", + "name": null, + "center": [ + 215, + 221 + ], + "peak": [ + 210, + 221 + ], + "area_cells": 161 + }, + { + "id": "range_32", + "name": null, + "center": [ + 209, + 351 + ], + "peak": [ + 208, + 351 + ], + "area_cells": 36 + }, + { + "id": "range_37", + "name": null, + "center": [ + 218, + 331 + ], + "peak": [ + 219, + 332 + ], + "area_cells": 38 + }, + { + "id": "range_38", + "name": null, + "center": [ + 224, + 203 + ], + "peak": [ + 223, + 205 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534f/globe.png new file mode 100644 index 000000000..aa3d897b6 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534f/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534f/index.md b/wiki/star-systems/GJ-534/bodies/GJ534f/index.md new file mode 100644 index 000000000..738a6320c --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ534f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 4162782639 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.095 + period_days: 4200.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: null + oblateness: 0.0838 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.081 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.23 + opacity_base: 0.55 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ534f + +Gas giant. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534g/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534g/globe.png new file mode 100644 index 000000000..085ef94b2 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534g/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534g/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534g/heightmap.png new file mode 100644 index 000000000..a173e92ca Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534g/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534g/index.md b/wiki/star-systems/GJ-534/bodies/GJ534g/index.md new file mode 100644 index 000000000..0904ff389 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ534g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1602131073 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.562 + period_days: 10800.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.48 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.838 + polar_ice_lat: 0.32 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.442 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534g + +Frozen planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 10800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534g/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534g/markers.json new file mode 100644 index 000000000..45cf8a3ed --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534g/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 78, + 233 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 82, + 275 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 136, + 480 + ], + "area_fraction": 0.037 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 140, + 90 + ], + "area_fraction": 0.0822 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 359 + ], + "peak": [ + 12, + 351 + ], + "area_cells": 1855 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 466 + ], + "peak": [ + 5, + 466 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 158, + 328 + ], + "peak": [ + 163, + 364 + ], + "area_cells": 4449 + }, + { + "id": "range_6", + "name": null, + "center": [ + 222, + 475 + ], + "peak": [ + 219, + 464 + ], + "area_cells": 2099 + }, + { + "id": "range_7", + "name": null, + "center": [ + 238, + 223 + ], + "peak": [ + 255, + 279 + ], + "area_cells": 2648 + }, + { + "id": "range_8", + "name": null, + "center": [ + 214, + 154 + ], + "peak": [ + 214, + 154 + ], + "area_cells": 107 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534h/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534h/globe.png new file mode 100644 index 000000000..d533de588 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534h/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534h/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534h/heightmap.png new file mode 100644 index 000000000..132c708ac Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534h/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534h/index.md b/wiki/star-systems/GJ-534/bodies/GJ534h/index.md new file mode 100644 index 000000000..d7d6a7fce --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ534h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3967373146 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 15.828 + period_days: 23000.0 + axial_tilt_deg: 26.5 +physical: + gravity_g: 0.38 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.789 + polar_ice_lat: 0.266 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534h + +Frozen planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 23000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534h/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534h/markers.json new file mode 100644 index 000000000..aa24f45b9 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534h/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "ocean", + "center": [ + 207, + 92 + ], + "area_fraction": 0.1158 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 174, + 482 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 236, + 436 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 246, + 258 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 57 + ], + "peak": [ + 66, + 26 + ], + "area_cells": 7879 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 449 + ], + "peak": [ + 6, + 420 + ], + "area_cells": 5145 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 186 + ], + "peak": [ + 51, + 185 + ], + "area_cells": 55 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 158 + ], + "peak": [ + 55, + 157 + ], + "area_cells": 100 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 133 + ], + "peak": [ + 70, + 133 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 507 + ], + "peak": [ + 91, + 508 + ], + "area_cells": 140 + }, + { + "id": "range_8", + "name": null, + "center": [ + 86, + 174 + ], + "peak": [ + 85, + 175 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534i/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534i/globe.png new file mode 100644 index 000000000..9ad2f48c8 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534i/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534i/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534i/heightmap.png new file mode 100644 index 000000000..238719287 Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534i/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534i/index.md b/wiki/star-systems/GJ-534/bodies/GJ534i/index.md new file mode 100644 index 000000000..5f28d061f --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ534i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3974296199 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 25.125 + period_days: 46000.0 + axial_tilt_deg: 52.2 +physical: + gravity_g: 0.29 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.073 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.336 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534i + +Frozen planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534i/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534i/markers.json new file mode 100644 index 000000000..72a852994 --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534i/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 251 + ], + "area_fraction": 0.2397 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 111, + 214 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 167, + 182 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 35 + ], + "peak": [ + 103, + 36 + ], + "area_cells": 33 + }, + { + "id": "range_2", + "name": null, + "center": [ + 112, + 75 + ], + "peak": [ + 114, + 75 + ], + "area_cells": 493 + }, + { + "id": "range_3", + "name": null, + "center": [ + 171, + 76 + ], + "peak": [ + 171, + 53 + ], + "area_cells": 3106 + }, + { + "id": "range_4", + "name": null, + "center": [ + 169, + 293 + ], + "peak": [ + 169, + 294 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 208, + 320 + ], + "peak": [ + 195, + 334 + ], + "area_cells": 5471 + }, + { + "id": "range_6", + "name": null, + "center": [ + 176, + 370 + ], + "peak": [ + 174, + 373 + ], + "area_cells": 52 + }, + { + "id": "range_7", + "name": null, + "center": [ + 222, + 96 + ], + "peak": [ + 220, + 115 + ], + "area_cells": 1175 + }, + { + "id": "range_10", + "name": null, + "center": [ + 249, + 383 + ], + "peak": [ + 254, + 384 + ], + "area_cells": 248 + }, + { + "id": "range_12", + "name": null, + "center": [ + 253, + 251 + ], + "peak": [ + 255, + 256 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-534/bodies/GJ534j/globe.png b/wiki/star-systems/GJ-534/bodies/GJ534j/globe.png new file mode 100644 index 000000000..2e3e8ba7c Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534j/globe.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534j/heightmap.png b/wiki/star-systems/GJ-534/bodies/GJ534j/heightmap.png new file mode 100644 index 000000000..6c7c7b0dd Binary files /dev/null and b/wiki/star-systems/GJ-534/bodies/GJ534j/heightmap.png differ diff --git a/wiki/star-systems/GJ-534/bodies/GJ534j/index.md b/wiki/star-systems/GJ-534/bodies/GJ534j/index.md new file mode 100644 index 000000000..71adc7bdd --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ534j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1755642341 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 38.13 + period_days: 86000.0 + axial_tilt_deg: 40.0 +physical: + gravity_g: 0.12 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.735 + polar_ice_lat: 0.228 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.265 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ534j + +Frozen planet. + +**System:** [GJ-534](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 86000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-534/bodies/GJ534j/markers.json b/wiki/star-systems/GJ-534/bodies/GJ534j/markers.json new file mode 100644 index 000000000..6787ff30b --- /dev/null +++ b/wiki/star-systems/GJ-534/bodies/GJ534j/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 211, + 230 + ], + "area_fraction": 0.2525 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 269 + ], + "peak": [ + 3, + 456 + ], + "area_cells": 32942 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 203 + ], + "peak": [ + 63, + 196 + ], + "area_cells": 306 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 259 + ], + "peak": [ + 74, + 258 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 500 + ], + "peak": [ + 118, + 499 + ], + "area_cells": 218 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 2 + ], + "peak": [ + 126, + 0 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ536b/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536b/globe.png new file mode 100644 index 000000000..9e5e66bcb Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536b/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536b/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536b/heightmap.png new file mode 100644 index 000000000..593d801b2 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536b/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536b/index.md b/wiki/star-systems/GJ-536/bodies/GJ536b/index.md new file mode 100644 index 000000000..03202c6d4 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ536b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 322729532 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 34.6 +physical: + gravity_g: 0.44 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.878 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536b + +Barren planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 95% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536b/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536b/markers.json new file mode 100644 index 000000000..25b9a2c39 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536b/markers.json @@ -0,0 +1,337 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 92, + 387 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 10, + 266 + ], + "peak": [ + 0, + 279 + ], + "area_cells": 975 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 327 + ], + "peak": [ + 0, + 325 + ], + "area_cells": 42 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 450 + ], + "peak": [ + 6, + 458 + ], + "area_cells": 163 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 467 + ], + "peak": [ + 0, + 465 + ], + "area_cells": 139 + }, + { + "id": "range_7", + "name": null, + "center": [ + 41, + 497 + ], + "peak": [ + 27, + 490 + ], + "area_cells": 1130 + }, + { + "id": "range_12", + "name": null, + "center": [ + 46, + 30 + ], + "peak": [ + 62, + 44 + ], + "area_cells": 2342 + }, + { + "id": "range_16", + "name": null, + "center": [ + 18, + 476 + ], + "peak": [ + 17, + 477 + ], + "area_cells": 28 + }, + { + "id": "range_22", + "name": null, + "center": [ + 26, + 366 + ], + "peak": [ + 27, + 366 + ], + "area_cells": 20 + }, + { + "id": "range_27", + "name": null, + "center": [ + 48, + 216 + ], + "peak": [ + 45, + 215 + ], + "area_cells": 110 + }, + { + "id": "range_28", + "name": null, + "center": [ + 104, + 267 + ], + "peak": [ + 87, + 235 + ], + "area_cells": 8000 + }, + { + "id": "range_32", + "name": null, + "center": [ + 65, + 75 + ], + "peak": [ + 65, + 77 + ], + "area_cells": 154 + }, + { + "id": "range_35", + "name": null, + "center": [ + 109, + 199 + ], + "peak": [ + 107, + 196 + ], + "area_cells": 219 + }, + { + "id": "range_41", + "name": null, + "center": [ + 139, + 179 + ], + "peak": [ + 140, + 180 + ], + "area_cells": 33 + }, + { + "id": "range_42", + "name": null, + "center": [ + 161, + 152 + ], + "peak": [ + 165, + 152 + ], + "area_cells": 140 + }, + { + "id": "range_44", + "name": null, + "center": [ + 179, + 502 + ], + "peak": [ + 176, + 500 + ], + "area_cells": 546 + }, + { + "id": "range_47", + "name": null, + "center": [ + 186, + 16 + ], + "peak": [ + 188, + 5 + ], + "area_cells": 611 + }, + { + "id": "range_48", + "name": null, + "center": [ + 175, + 361 + ], + "peak": [ + 176, + 361 + ], + "area_cells": 20 + }, + { + "id": "range_50", + "name": null, + "center": [ + 199, + 475 + ], + "peak": [ + 215, + 483 + ], + "area_cells": 395 + }, + { + "id": "range_51", + "name": null, + "center": [ + 186, + 432 + ], + "peak": [ + 191, + 430 + ], + "area_cells": 34 + }, + { + "id": "range_52", + "name": null, + "center": [ + 191, + 334 + ], + "peak": [ + 192, + 335 + ], + "area_cells": 69 + }, + { + "id": "range_53", + "name": null, + "center": [ + 197, + 150 + ], + "peak": [ + 202, + 147 + ], + "area_cells": 94 + }, + { + "id": "range_54", + "name": null, + "center": [ + 197, + 130 + ], + "peak": [ + 202, + 137 + ], + "area_cells": 131 + }, + { + "id": "range_57", + "name": null, + "center": [ + 208, + 323 + ], + "peak": [ + 209, + 324 + ], + "area_cells": 30 + }, + { + "id": "range_58", + "name": null, + "center": [ + 218, + 451 + ], + "peak": [ + 217, + 453 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536c/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536c/globe.png new file mode 100644 index 000000000..76044cbbe Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536c/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536c/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536c/heightmap.png new file mode 100644 index 000000000..a4e514901 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536c/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536c/index.md b/wiki/star-systems/GJ-536/bodies/GJ536c/index.md new file mode 100644 index 000000000..c492b5d1b --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ536c +name: Retiro +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2105055184 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.272 + period_days: 58.0 + axial_tilt_deg: 20.0 +physical: + gravity_g: 0.85 + oblateness: 0.0029 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.352 + polar_ice_lat: 0.671 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.454 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Retiro + +Temperate planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.85g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 35% | +| **Year** | 58 days | +| **Inhabited** | yes | +| **Population** | 20K | +| **Economy** | agricultural | +| **Settlement** | village_network | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536c/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536c/markers.json new file mode 100644 index 000000000..45042dac4 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536c/markers.json @@ -0,0 +1,370 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 1, + 251 + ], + [ + 1, + 250 + ], + [ + 0, + 250 + ], + [ + 0, + 249 + ], + [ + 0, + 248 + ], + [ + 0, + 247 + ], + [ + 1, + 248 + ], + [ + 1, + 247 + ], + [ + 1, + 246 + ], + [ + 0, + 245 + ], + [ + 0, + 244 + ], + [ + 1, + 243 + ], + [ + 2, + 242 + ], + [ + 3, + 241 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 90, + 303 + ], + [ + 91, + 303 + ], + [ + 92, + 302 + ], + [ + 93, + 301 + ], + [ + 94, + 300 + ], + [ + 95, + 299 + ], + [ + 96, + 298 + ], + [ + 97, + 297 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 13, + 407 + ], + [ + 12, + 408 + ], + [ + 11, + 409 + ], + [ + 10, + 410 + ], + [ + 9, + 411 + ], + [ + 8, + 410 + ], + [ + 7, + 409 + ], + [ + 6, + 409 + ], + [ + 5, + 408 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 143, + 23 + ], + [ + 142, + 23 + ], + [ + 141, + 22 + ], + [ + 140, + 21 + ], + [ + 139, + 20 + ], + [ + 138, + 19 + ], + [ + 137, + 18 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 435 + ], + [ + 115, + 435 + ], + [ + 114, + 436 + ], + [ + 115, + 436 + ], + [ + 116, + 437 + ], + [ + 116, + 438 + ], + [ + 117, + 439 + ], + [ + 118, + 439 + ], + [ + 119, + 440 + ], + [ + 120, + 441 + ], + [ + 121, + 441 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 228, + 429 + ], + [ + 228, + 428 + ], + [ + 229, + 427 + ], + [ + 230, + 427 + ], + [ + 231, + 426 + ], + [ + 231, + 425 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 100, + 223 + ], + "area_fraction": 0.597 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 235, + 423 + ], + "area_fraction": 0.0508 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 446 + ], + "peak": [ + 50, + 444 + ], + "area_cells": 140 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 476 + ], + "peak": [ + 52, + 475 + ], + "area_cells": 87 + }, + { + "id": "range_5", + "name": null, + "center": [ + 163, + 265 + ], + "peak": [ + 160, + 266 + ], + "area_cells": 537 + }, + { + "id": "range_6", + "name": null, + "center": [ + 174, + 92 + ], + "peak": [ + 168, + 98 + ], + "area_cells": 1048 + }, + { + "id": "range_7", + "name": null, + "center": [ + 197, + 331 + ], + "peak": [ + 202, + 337 + ], + "area_cells": 3193 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 455 + ], + "peak": [ + 203, + 445 + ], + "area_cells": 1665 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536d/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536d/globe.png new file mode 100644 index 000000000..db62c11cb Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536d/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536d/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536d/heightmap.png new file mode 100644 index 000000000..f7718fb8d Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536d/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536d/index.md b/wiki/star-systems/GJ-536/bodies/GJ536d/index.md new file mode 100644 index 000000000..248abeb03 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ536d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3376195593 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.918 + period_days: 360.0 + axial_tilt_deg: 37.6 +physical: + gravity_g: 0.55 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.569 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.112 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536d + +Cold Arid planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 360 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536d/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536d/markers.json new file mode 100644 index 000000000..bf67ede48 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536d/markers.json @@ -0,0 +1,1060 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 234, + 55 + ], + [ + 234, + 56 + ], + [ + 235, + 56 + ], + [ + 235, + 55 + ], + [ + 236, + 55 + ], + [ + 236, + 56 + ], + [ + 237, + 57 + ], + [ + 238, + 57 + ], + [ + 239, + 56 + ], + [ + 240, + 57 + ], + [ + 240, + 56 + ], + [ + 241, + 55 + ], + [ + 242, + 54 + ], + [ + 242, + 53 + ], + [ + 243, + 52 + ], + [ + 244, + 52 + ], + [ + 245, + 53 + ], + [ + 244, + 53 + ], + [ + 245, + 52 + ], + [ + 245, + 51 + ], + [ + 245, + 50 + ], + [ + 246, + 50 + ], + [ + 245, + 49 + ], + [ + 245, + 48 + ], + [ + 246, + 48 + ], + [ + 245, + 47 + ], + [ + 244, + 47 + ], + [ + 244, + 46 + ], + [ + 245, + 45 + ], + [ + 246, + 45 + ], + [ + 246, + 46 + ], + [ + 247, + 45 + ], + [ + 247, + 46 + ], + [ + 248, + 45 + ], + [ + 247, + 44 + ], + [ + 246, + 44 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 122, + 228 + ], + [ + 122, + 227 + ], + [ + 121, + 226 + ], + [ + 121, + 225 + ], + [ + 121, + 224 + ], + [ + 122, + 223 + ], + [ + 123, + 222 + ], + [ + 123, + 221 + ], + [ + 123, + 220 + ], + [ + 123, + 219 + ], + [ + 123, + 218 + ], + [ + 124, + 217 + ], + [ + 125, + 216 + ], + [ + 125, + 215 + ], + [ + 125, + 214 + ], + [ + 126, + 215 + ], + [ + 127, + 215 + ], + [ + 128, + 214 + ], + [ + 128, + 213 + ], + [ + 128, + 212 + ], + [ + 129, + 211 + ], + [ + 130, + 210 + ], + [ + 130, + 209 + ], + [ + 131, + 208 + ], + [ + 131, + 207 + ], + [ + 132, + 208 + ], + [ + 132, + 207 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 250, + 211 + ], + [ + 249, + 212 + ], + [ + 248, + 211 + ], + [ + 247, + 211 + ], + [ + 246, + 212 + ], + [ + 245, + 211 + ], + [ + 244, + 212 + ], + [ + 243, + 213 + ], + [ + 242, + 213 + ], + [ + 241, + 214 + ], + [ + 240, + 214 + ], + [ + 239, + 215 + ], + [ + 238, + 214 + ], + [ + 237, + 213 + ], + [ + 236, + 212 + ], + [ + 235, + 213 + ], + [ + 234, + 212 + ], + [ + 234, + 211 + ], + [ + 234, + 210 + ], + [ + 235, + 210 + ], + [ + 236, + 210 + ], + [ + 236, + 211 + ], + [ + 237, + 211 + ], + [ + 237, + 212 + ], + [ + 238, + 213 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 111, + 338 + ], + [ + 110, + 339 + ], + [ + 109, + 340 + ], + [ + 108, + 339 + ], + [ + 107, + 338 + ], + [ + 106, + 338 + ], + [ + 105, + 338 + ], + [ + 104, + 337 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 132, + 134 + ], + [ + 131, + 135 + ], + [ + 130, + 135 + ], + [ + 130, + 136 + ], + [ + 129, + 136 + ], + [ + 128, + 137 + ], + [ + 129, + 138 + ], + [ + 130, + 139 + ], + [ + 129, + 139 + ], + [ + 130, + 140 + ], + [ + 131, + 141 + ], + [ + 132, + 141 + ], + [ + 133, + 141 + ], + [ + 132, + 142 + ], + [ + 131, + 143 + ], + [ + 132, + 143 + ], + [ + 133, + 144 + ], + [ + 133, + 145 + ], + [ + 132, + 146 + ], + [ + 133, + 147 + ], + [ + 134, + 148 + ], + [ + 135, + 149 + ], + [ + 136, + 150 + ], + [ + 135, + 151 + ], + [ + 136, + 152 + ], + [ + 135, + 153 + ], + [ + 135, + 154 + ], + [ + 135, + 155 + ], + [ + 136, + 156 + ], + [ + 136, + 157 + ], + [ + 137, + 158 + ], + [ + 136, + 158 + ], + [ + 136, + 159 + ], + [ + 136, + 160 + ], + [ + 135, + 161 + ], + [ + 136, + 162 + ], + [ + 135, + 163 + ], + [ + 135, + 164 + ], + [ + 136, + 165 + ], + [ + 137, + 165 + ], + [ + 136, + 166 + ], + [ + 137, + 167 + ], + [ + 136, + 167 + ], + [ + 136, + 168 + ], + [ + 136, + 169 + ], + [ + 137, + 169 + ], + [ + 137, + 170 + ], + [ + 137, + 171 + ], + [ + 137, + 172 + ], + [ + 136, + 173 + ], + [ + 135, + 173 + ], + [ + 134, + 174 + ], + [ + 135, + 174 + ], + [ + 135, + 175 + ], + [ + 136, + 176 + ], + [ + 135, + 176 + ], + [ + 136, + 177 + ], + [ + 136, + 178 + ], + [ + 135, + 177 + ], + [ + 135, + 178 + ], + [ + 136, + 179 + ], + [ + 136, + 180 + ], + [ + 135, + 180 + ], + [ + 136, + 181 + ], + [ + 135, + 182 + ], + [ + 134, + 182 + ], + [ + 133, + 183 + ], + [ + 133, + 184 + ], + [ + 134, + 183 + ], + [ + 135, + 183 + ], + [ + 134, + 184 + ], + [ + 134, + 185 + ], + [ + 134, + 186 + ], + [ + 133, + 187 + ], + [ + 132, + 188 + ], + [ + 131, + 188 + ], + [ + 132, + 187 + ], + [ + 132, + 186 + ], + [ + 133, + 185 + ], + [ + 132, + 185 + ], + [ + 131, + 186 + ], + [ + 131, + 187 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 212, + 209 + ], + [ + 213, + 208 + ], + [ + 212, + 207 + ], + [ + 211, + 207 + ], + [ + 211, + 206 + ], + [ + 210, + 207 + ], + [ + 209, + 207 + ], + [ + 208, + 206 + ], + [ + 207, + 207 + ], + [ + 206, + 206 + ], + [ + 205, + 207 + ], + [ + 204, + 207 + ], + [ + 204, + 208 + ], + [ + 203, + 208 + ], + [ + 202, + 208 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 208, + 511 + ], + [ + 207, + 0 + ], + [ + 206, + 1 + ], + [ + 205, + 2 + ], + [ + 204, + 3 + ], + [ + 205, + 4 + ], + [ + 206, + 5 + ], + [ + 206, + 6 + ], + [ + 207, + 6 + ], + [ + 208, + 6 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 180, + 3 + ], + [ + 179, + 2 + ], + [ + 178, + 1 + ], + [ + 177, + 0 + ], + [ + 176, + 0 + ], + [ + 175, + 1 + ], + [ + 174, + 0 + ], + [ + 173, + 0 + ], + [ + 172, + 0 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 208, + 0 + ], + [ + 207, + 1 + ], + [ + 206, + 2 + ], + [ + 205, + 3 + ], + [ + 205, + 4 + ], + [ + 205, + 5 + ], + [ + 205, + 6 + ], + [ + 206, + 6 + ], + [ + 207, + 6 + ], + [ + 207, + 5 + ], + [ + 206, + 5 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 194, + 255 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 203, + 295 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 206 + ], + "peak": [ + 38, + 237 + ], + "area_cells": 3895 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 96 + ], + "peak": [ + 41, + 53 + ], + "area_cells": 2195 + }, + { + "id": "range_5", + "name": null, + "center": [ + 73, + 323 + ], + "peak": [ + 69, + 322 + ], + "area_cells": 1228 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 19 + ], + "peak": [ + 70, + 16 + ], + "area_cells": 193 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 245 + ], + "peak": [ + 71, + 244 + ], + "area_cells": 202 + }, + { + "id": "range_9", + "name": null, + "center": [ + 79, + 40 + ], + "peak": [ + 80, + 39 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536e-m1/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/globe.png new file mode 100644 index 000000000..271bfd533 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536e-m1/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/heightmap.png new file mode 100644 index 000000000..6a71d8e77 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536e-m1/index.md b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/index.md new file mode 100644 index 000000000..7058cf610 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ536e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3239675752 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.1 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536e-m1 + +Frozen moon. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536e-m1/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/markers.json new file mode 100644 index 000000000..5c8d73202 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536e-m1/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 97, + 47 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 118, + 196 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 30 + ], + "peak": [ + 27, + 43 + ], + "area_cells": 3943 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 177 + ], + "peak": [ + 38, + 211 + ], + "area_cells": 3747 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 334 + ], + "peak": [ + 17, + 325 + ], + "area_cells": 5446 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 476 + ], + "peak": [ + 0, + 486 + ], + "area_cells": 4175 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 270 + ], + "peak": [ + 60, + 263 + ], + "area_cells": 472 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 282 + ], + "peak": [ + 97, + 279 + ], + "area_cells": 159 + }, + { + "id": "range_12", + "name": null, + "center": [ + 101, + 293 + ], + "peak": [ + 101, + 295 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 187, + 504 + ], + "peak": [ + 188, + 505 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536e/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536e/globe.png new file mode 100644 index 000000000..0bf40c32f Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536e/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536e/index.md b/wiki/star-systems/GJ-536/bodies/GJ536e/index.md new file mode 100644 index 000000000..1d36364d1 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ536e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3539563524 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: null + oblateness: 0.0809 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.249 +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.087 +--- + +# GJ536e + +Gas giant. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536f/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536f/globe.png new file mode 100644 index 000000000..3890bfa6a Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536f/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536f/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536f/heightmap.png new file mode 100644 index 000000000..0ebffb943 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536f/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536f/index.md b/wiki/star-systems/GJ-536/bodies/GJ536f/index.md new file mode 100644 index 000000000..c3f6d939f --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ536f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1722983909 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.937 + period_days: 3200.0 + axial_tilt_deg: 39.9 +physical: + gravity_g: 0.46 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536f + +Frozen planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Land** | 91% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536f/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536f/markers.json new file mode 100644 index 000000000..fb6c3ad1f --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536f/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 141, + 349 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 162, + 292 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 200, + 497 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 292 + ], + "peak": [ + 5, + 319 + ], + "area_cells": 3842 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 374 + ], + "peak": [ + 0, + 363 + ], + "area_cells": 323 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 428 + ], + "peak": [ + 0, + 429 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 484 + ], + "peak": [ + 7, + 489 + ], + "area_cells": 557 + }, + { + "id": "range_5", + "name": null, + "center": [ + 18, + 414 + ], + "peak": [ + 20, + 414 + ], + "area_cells": 358 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 316 + ], + "peak": [ + 70, + 318 + ], + "area_cells": 145 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 239 + ], + "peak": [ + 87, + 245 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 251, + 274 + ], + "peak": [ + 252, + 276 + ], + "area_cells": 60 + }, + { + "id": "range_12", + "name": null, + "center": [ + 253, + 313 + ], + "peak": [ + 255, + 306 + ], + "area_cells": 62 + }, + { + "id": "range_13", + "name": null, + "center": [ + 253, + 294 + ], + "peak": [ + 255, + 297 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536g/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536g/globe.png new file mode 100644 index 000000000..b81b75cb3 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536g/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536g/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536g/heightmap.png new file mode 100644 index 000000000..020ad8fde Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536g/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536g/index.md b/wiki/star-systems/GJ-536/bodies/GJ536g/index.md new file mode 100644 index 000000000..b3dc3e77a --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ536g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1198513408 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.508 + period_days: 6800.0 + axial_tilt_deg: 53.0 +physical: + gravity_g: 0.37 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.077 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536g + +Frozen planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Land** | 97% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536g/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536g/markers.json new file mode 100644 index 000000000..90961732c --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536g/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 250 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 28, + 395 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 222, + 258 + ], + "peak": [ + 220, + 199 + ], + "area_cells": 32591 + }, + { + "id": "range_2", + "name": null, + "center": [ + 170, + 456 + ], + "peak": [ + 173, + 459 + ], + "area_cells": 269 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536h/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536h/globe.png new file mode 100644 index 000000000..6a75acfff Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536h/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536h/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536h/heightmap.png new file mode 100644 index 000000000..cec8da45b Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536h/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536h/index.md b/wiki/star-systems/GJ-536/bodies/GJ536h/index.md new file mode 100644 index 000000000..a7cff851e --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ536h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1725164970 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.766 + period_days: 12500.0 + axial_tilt_deg: 53.9 +physical: + gravity_g: 0.28 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.17 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536h + +Frozen planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 12500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536h/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536h/markers.json new file mode 100644 index 000000000..98959f1c8 --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536h/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 254 + ], + "peak": [ + 61, + 247 + ], + "area_cells": 37357 + }, + { + "id": "range_3", + "name": null, + "center": [ + 123, + 142 + ], + "peak": [ + 129, + 142 + ], + "area_cells": 226 + }, + { + "id": "range_4", + "name": null, + "center": [ + 138, + 110 + ], + "peak": [ + 139, + 112 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-536/bodies/GJ536i/globe.png b/wiki/star-systems/GJ-536/bodies/GJ536i/globe.png new file mode 100644 index 000000000..2d3a30aeb Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536i/globe.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536i/heightmap.png b/wiki/star-systems/GJ-536/bodies/GJ536i/heightmap.png new file mode 100644 index 000000000..6769eac09 Binary files /dev/null and b/wiki/star-systems/GJ-536/bodies/GJ536i/heightmap.png differ diff --git a/wiki/star-systems/GJ-536/bodies/GJ536i/index.md b/wiki/star-systems/GJ-536/bodies/GJ536i/index.md new file mode 100644 index 000000000..04e1f1e2b --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ536i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 365062173 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.451 + period_days: 22500.0 + axial_tilt_deg: 44.5 +physical: + gravity_g: 0.2 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.082 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.237 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ536i + +Frozen planet. + +**System:** [GJ-536](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Land** | 91% | +| **Year** | 22500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-536/bodies/GJ536i/markers.json b/wiki/star-systems/GJ-536/bodies/GJ536i/markers.json new file mode 100644 index 000000000..0410ef49a --- /dev/null +++ b/wiki/star-systems/GJ-536/bodies/GJ536i/markers.json @@ -0,0 +1,58 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 163, + 41 + ], + "area_fraction": 0.0278 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 142, + 497 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 213, + 168 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 257 + ], + "peak": [ + 6, + 240 + ], + "area_cells": 29253 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ53Ab/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/globe.png new file mode 100644 index 000000000..782707e6d Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ab/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/heightmap.png new file mode 100644 index 000000000..a6f2c44eb Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ab/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/index.md new file mode 100644 index 000000000..e24e573a6 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ53Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2717992074 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.221 + period_days: 38.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.48 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.867 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Ab + +Barren planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 97% | +| **Year** | 38 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ab/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/markers.json new file mode 100644 index 000000000..68523a7d6 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ab/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 39, + 415 + ], + "peak": [ + 39, + 416 + ], + "area_cells": 36 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 174 + ], + "peak": [ + 48, + 175 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 458 + ], + "peak": [ + 105, + 491 + ], + "area_cells": 3345 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 223 + ], + "peak": [ + 167, + 116 + ], + "area_cells": 10599 + }, + { + "id": "range_6", + "name": null, + "center": [ + 111, + 44 + ], + "peak": [ + 156, + 74 + ], + "area_cells": 4867 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 507 + ], + "peak": [ + 59, + 511 + ], + "area_cells": 153 + }, + { + "id": "range_10", + "name": null, + "center": [ + 81, + 219 + ], + "peak": [ + 82, + 220 + ], + "area_cells": 80 + }, + { + "id": "range_11", + "name": null, + "center": [ + 88, + 248 + ], + "peak": [ + 88, + 248 + ], + "area_cells": 57 + }, + { + "id": "range_18", + "name": null, + "center": [ + 137, + 506 + ], + "peak": [ + 137, + 506 + ], + "area_cells": 58 + }, + { + "id": "range_19", + "name": null, + "center": [ + 159, + 270 + ], + "peak": [ + 183, + 252 + ], + "area_cells": 629 + }, + { + "id": "range_20", + "name": null, + "center": [ + 157, + 342 + ], + "peak": [ + 155, + 344 + ], + "area_cells": 46 + }, + { + "id": "range_22", + "name": null, + "center": [ + 164, + 379 + ], + "peak": [ + 169, + 374 + ], + "area_cells": 221 + }, + { + "id": "range_23", + "name": null, + "center": [ + 178, + 408 + ], + "peak": [ + 178, + 410 + ], + "area_cells": 107 + }, + { + "id": "range_27", + "name": null, + "center": [ + 194, + 281 + ], + "peak": [ + 193, + 283 + ], + "area_cells": 27 + }, + { + "id": "range_28", + "name": null, + "center": [ + 206, + 98 + ], + "peak": [ + 208, + 99 + ], + "area_cells": 251 + }, + { + "id": "range_30", + "name": null, + "center": [ + 203, + 76 + ], + "peak": [ + 201, + 80 + ], + "area_cells": 146 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ac/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/globe.png new file mode 100644 index 000000000..3773f4cc9 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ac/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/heightmap.png new file mode 100644 index 000000000..5fe8b491c Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ac/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/index.md new file mode 100644 index 000000000..6f46e8b90 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ53Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2232666378 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.502 + period_days: 130.0 + axial_tilt_deg: 6.9 +physical: + gravity_g: 0.72 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.955 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Ac + +Hot Arid planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ac/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/markers.json new file mode 100644 index 000000000..88c2a0df7 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ac/markers.json @@ -0,0 +1,1122 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 100, + 238 + ], + [ + 99, + 237 + ], + [ + 98, + 236 + ], + [ + 97, + 235 + ], + [ + 96, + 234 + ], + [ + 95, + 234 + ], + [ + 94, + 233 + ], + [ + 93, + 232 + ], + [ + 92, + 231 + ], + [ + 91, + 230 + ], + [ + 90, + 229 + ], + [ + 90, + 228 + ], + [ + 90, + 227 + ], + [ + 89, + 226 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 27, + 70 + ], + [ + 28, + 69 + ], + [ + 29, + 68 + ], + [ + 30, + 68 + ], + [ + 31, + 68 + ], + [ + 31, + 69 + ], + [ + 32, + 68 + ], + [ + 33, + 68 + ], + [ + 34, + 68 + ], + [ + 35, + 69 + ], + [ + 34, + 69 + ], + [ + 35, + 68 + ], + [ + 35, + 67 + ], + [ + 36, + 67 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 123, + 98 + ], + [ + 124, + 97 + ], + [ + 125, + 96 + ], + [ + 126, + 95 + ], + [ + 127, + 94 + ], + [ + 128, + 93 + ], + [ + 127, + 92 + ], + [ + 127, + 91 + ], + [ + 127, + 90 + ], + [ + 128, + 89 + ], + [ + 129, + 89 + ], + [ + 128, + 88 + ], + [ + 128, + 87 + ], + [ + 129, + 88 + ], + [ + 130, + 88 + ], + [ + 131, + 88 + ], + [ + 130, + 89 + ], + [ + 129, + 90 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 64, + 198 + ], + [ + 63, + 199 + ], + [ + 62, + 200 + ], + [ + 61, + 201 + ], + [ + 60, + 201 + ], + [ + 59, + 202 + ], + [ + 58, + 202 + ], + [ + 57, + 202 + ], + [ + 56, + 203 + ], + [ + 55, + 204 + ], + [ + 55, + 205 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 28, + 120 + ], + [ + 27, + 121 + ], + [ + 26, + 122 + ], + [ + 25, + 123 + ], + [ + 24, + 124 + ], + [ + 23, + 124 + ], + [ + 22, + 124 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 18, + 408 + ], + [ + 18, + 407 + ], + [ + 17, + 406 + ], + [ + 16, + 405 + ], + [ + 15, + 405 + ], + [ + 14, + 406 + ], + [ + 13, + 406 + ], + [ + 12, + 405 + ], + [ + 11, + 405 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 36, + 235 + ], + [ + 36, + 234 + ], + [ + 35, + 233 + ], + [ + 34, + 232 + ], + [ + 33, + 233 + ], + [ + 32, + 232 + ], + [ + 31, + 232 + ], + [ + 30, + 231 + ], + [ + 29, + 232 + ], + [ + 28, + 232 + ], + [ + 27, + 231 + ], + [ + 26, + 231 + ], + [ + 25, + 231 + ], + [ + 24, + 231 + ], + [ + 23, + 230 + ], + [ + 22, + 230 + ], + [ + 21, + 230 + ], + [ + 20, + 231 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 75, + 254 + ], + [ + 76, + 253 + ], + [ + 75, + 253 + ], + [ + 75, + 252 + ], + [ + 76, + 251 + ], + [ + 76, + 250 + ], + [ + 76, + 249 + ], + [ + 77, + 250 + ], + [ + 78, + 251 + ], + [ + 79, + 250 + ], + [ + 79, + 249 + ], + [ + 80, + 249 + ], + [ + 81, + 250 + ], + [ + 82, + 249 + ], + [ + 82, + 248 + ], + [ + 82, + 247 + ], + [ + 83, + 247 + ], + [ + 83, + 246 + ], + [ + 84, + 246 + ], + [ + 85, + 245 + ], + [ + 86, + 246 + ], + [ + 85, + 246 + ], + [ + 84, + 247 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 62, + 206 + ], + [ + 63, + 207 + ], + [ + 64, + 208 + ], + [ + 65, + 209 + ], + [ + 66, + 210 + ], + [ + 67, + 210 + ], + [ + 66, + 211 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 31, + 93 + ], + [ + 30, + 94 + ], + [ + 29, + 93 + ], + [ + 28, + 92 + ], + [ + 27, + 92 + ], + [ + 26, + 93 + ], + [ + 27, + 93 + ], + [ + 26, + 94 + ], + [ + 25, + 95 + ], + [ + 24, + 96 + ], + [ + 23, + 97 + ], + [ + 23, + 98 + ], + [ + 22, + 99 + ], + [ + 21, + 100 + ], + [ + 20, + 101 + ], + [ + 19, + 102 + ], + [ + 18, + 103 + ], + [ + 17, + 104 + ], + [ + 16, + 105 + ], + [ + 15, + 106 + ], + [ + 14, + 107 + ], + [ + 13, + 108 + ], + [ + 14, + 109 + ], + [ + 13, + 110 + ], + [ + 12, + 109 + ], + [ + 11, + 108 + ], + [ + 10, + 109 + ], + [ + 11, + 109 + ], + [ + 10, + 110 + ], + [ + 11, + 111 + ], + [ + 12, + 110 + ], + [ + 12, + 111 + ], + [ + 11, + 110 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 64, + 417 + ], + [ + 65, + 418 + ], + [ + 66, + 419 + ], + [ + 67, + 420 + ], + [ + 68, + 420 + ], + [ + 69, + 420 + ], + [ + 70, + 420 + ], + [ + 71, + 420 + ], + [ + 72, + 420 + ], + [ + 73, + 419 + ], + [ + 73, + 418 + ], + [ + 74, + 417 + ], + [ + 74, + 416 + ], + [ + 75, + 415 + ], + [ + 76, + 414 + ], + [ + 75, + 413 + ], + [ + 76, + 412 + ], + [ + 77, + 411 + ], + [ + 76, + 410 + ], + [ + 77, + 409 + ], + [ + 76, + 408 + ], + [ + 77, + 407 + ], + [ + 78, + 406 + ], + [ + 77, + 405 + ], + [ + 76, + 404 + ], + [ + 75, + 403 + ], + [ + 75, + 402 + ], + [ + 74, + 401 + ], + [ + 75, + 400 + ], + [ + 74, + 399 + ], + [ + 74, + 398 + ], + [ + 75, + 397 + ], + [ + 75, + 396 + ], + [ + 75, + 395 + ], + [ + 75, + 394 + ], + [ + 74, + 393 + ], + [ + 74, + 392 + ], + [ + 73, + 391 + ], + [ + 74, + 391 + ], + [ + 73, + 390 + ], + [ + 74, + 389 + ], + [ + 74, + 388 + ], + [ + 73, + 387 + ], + [ + 74, + 386 + ], + [ + 73, + 385 + ], + [ + 72, + 386 + ], + [ + 71, + 387 + ], + [ + 71, + 386 + ], + [ + 70, + 385 + ], + [ + 69, + 384 + ], + [ + 68, + 383 + ], + [ + 67, + 382 + ], + [ + 66, + 381 + ], + [ + 65, + 380 + ], + [ + 64, + 379 + ], + [ + 63, + 378 + ], + [ + 62, + 377 + ], + [ + 61, + 376 + ], + [ + 61, + 375 + ], + [ + 62, + 374 + ], + [ + 63, + 373 + ], + [ + 62, + 372 + ], + [ + 63, + 371 + ], + [ + 64, + 370 + ], + [ + 63, + 369 + ], + [ + 62, + 368 + ], + [ + 63, + 367 + ], + [ + 62, + 366 + ], + [ + 63, + 366 + ], + [ + 64, + 365 + ], + [ + 65, + 366 + ], + [ + 64, + 367 + ], + [ + 65, + 368 + ], + [ + 64, + 369 + ], + [ + 65, + 369 + ], + [ + 66, + 368 + ], + [ + 65, + 367 + ], + [ + 66, + 367 + ], + [ + 66, + 366 + ], + [ + 65, + 365 + ], + [ + 65, + 364 + ], + [ + 66, + 364 + ], + [ + 66, + 363 + ], + [ + 65, + 363 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 203 + ], + "area_fraction": 0.0128 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 143, + 255 + ], + "peak": [ + 157, + 138 + ], + "area_cells": 33100 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 175 + ], + "peak": [ + 88, + 176 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 352 + ], + "peak": [ + 107, + 352 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 230, + 339 + ], + "peak": [ + 231, + 343 + ], + "area_cells": 145 + }, + { + "id": "range_6", + "name": null, + "center": [ + 233, + 356 + ], + "peak": [ + 233, + 355 + ], + "area_cells": 73 + }, + { + "id": "range_7", + "name": null, + "center": [ + 246, + 389 + ], + "peak": [ + 246, + 389 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ad/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/globe.png new file mode 100644 index 000000000..d2e01e21b Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ad/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/heightmap.png new file mode 100644 index 000000000..1031fd3f7 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ad/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/index.md new file mode 100644 index 000000000..2169404fa --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ53Ad +name: Bridgepoint +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3591569725 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.887 + period_days: 305.0 + axial_tilt_deg: 32.8 +physical: + gravity_g: 0.93 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.361 + polar_ice_lat: 0.653 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.459 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Bridgepoint + +Temperate planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.93g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 305 days | +| **Inhabited** | yes | +| **Population** | 450M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ad/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/markers.json new file mode 100644 index 000000000..47443259e --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ad/markers.json @@ -0,0 +1,548 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 67, + 196 + ], + [ + 66, + 195 + ], + [ + 65, + 195 + ], + [ + 64, + 195 + ], + [ + 64, + 194 + ], + [ + 63, + 193 + ], + [ + 64, + 192 + ], + [ + 64, + 193 + ], + [ + 63, + 192 + ], + [ + 63, + 191 + ], + [ + 64, + 191 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 73, + 224 + ], + [ + 72, + 225 + ], + [ + 71, + 226 + ], + [ + 70, + 227 + ], + [ + 69, + 228 + ], + [ + 68, + 229 + ], + [ + 67, + 230 + ], + [ + 66, + 229 + ], + [ + 66, + 230 + ], + [ + 66, + 231 + ], + [ + 67, + 232 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 99, + 488 + ], + [ + 100, + 487 + ], + [ + 101, + 486 + ], + [ + 102, + 487 + ], + [ + 103, + 486 + ], + [ + 104, + 486 + ], + [ + 105, + 485 + ], + [ + 106, + 485 + ], + [ + 107, + 484 + ], + [ + 108, + 484 + ], + [ + 109, + 483 + ], + [ + 110, + 482 + ], + [ + 111, + 482 + ], + [ + 112, + 483 + ], + [ + 113, + 482 + ], + [ + 114, + 481 + ], + [ + 115, + 480 + ], + [ + 115, + 481 + ], + [ + 116, + 481 + ], + [ + 117, + 480 + ], + [ + 118, + 481 + ], + [ + 119, + 481 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 10, + 321 + ], + [ + 11, + 321 + ], + [ + 12, + 322 + ], + [ + 13, + 321 + ], + [ + 13, + 320 + ], + [ + 14, + 319 + ], + [ + 15, + 318 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 30, + 219 + ], + [ + 29, + 220 + ], + [ + 28, + 221 + ], + [ + 27, + 220 + ], + [ + 27, + 221 + ], + [ + 26, + 222 + ], + [ + 25, + 223 + ], + [ + 24, + 224 + ], + [ + 23, + 223 + ], + [ + 22, + 223 + ], + [ + 21, + 222 + ], + [ + 20, + 222 + ], + [ + 19, + 221 + ], + [ + 18, + 221 + ], + [ + 17, + 220 + ], + [ + 16, + 219 + ], + [ + 15, + 218 + ], + [ + 16, + 217 + ], + [ + 16, + 216 + ], + [ + 15, + 217 + ], + [ + 16, + 218 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 112, + 139 + ], + [ + 112, + 140 + ], + [ + 113, + 141 + ], + [ + 112, + 142 + ], + [ + 111, + 143 + ], + [ + 110, + 144 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 20, + 242 + ], + [ + 21, + 242 + ], + [ + 22, + 243 + ], + [ + 23, + 243 + ], + [ + 24, + 244 + ], + [ + 25, + 245 + ], + [ + 26, + 244 + ], + [ + 27, + 245 + ], + [ + 27, + 246 + ], + [ + 28, + 247 + ], + [ + 27, + 248 + ], + [ + 28, + 249 + ], + [ + 29, + 250 + ], + [ + 28, + 251 + ], + [ + 28, + 252 + ], + [ + 28, + 253 + ], + [ + 28, + 254 + ], + [ + 29, + 255 + ], + [ + 30, + 256 + ], + [ + 31, + 257 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 282 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 174, + 252 + ], + "area_fraction": 0.6258 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 349 + ], + "peak": [ + 44, + 341 + ], + "area_cells": 2346 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 507 + ], + "peak": [ + 23, + 511 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 52, + 80 + ], + "peak": [ + 44, + 40 + ], + "area_cells": 3762 + }, + { + "id": "range_4", + "name": null, + "center": [ + 41, + 481 + ], + "peak": [ + 37, + 511 + ], + "area_cells": 903 + }, + { + "id": "range_5", + "name": null, + "center": [ + 42, + 428 + ], + "peak": [ + 41, + 428 + ], + "area_cells": 37 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 248 + ], + "peak": [ + 76, + 248 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ae/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/globe.png new file mode 100644 index 000000000..5445f70b7 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ae/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/heightmap.png new file mode 100644 index 000000000..03250be1a Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ae/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/index.md new file mode 100644 index 000000000..28d707efe --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ53Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2509372885 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.085 + period_days: 1100.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.58 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.559 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.185 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Ae + +Cold Arid planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ae/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/markers.json new file mode 100644 index 000000000..cdb8ae296 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ae/markers.json @@ -0,0 +1,1190 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 148, + 319 + ], + [ + 149, + 318 + ], + [ + 150, + 317 + ], + [ + 151, + 316 + ], + [ + 152, + 315 + ], + [ + 153, + 314 + ], + [ + 154, + 313 + ], + [ + 155, + 312 + ], + [ + 156, + 312 + ], + [ + 157, + 313 + ], + [ + 158, + 313 + ], + [ + 159, + 312 + ], + [ + 159, + 313 + ], + [ + 160, + 312 + ], + [ + 161, + 312 + ], + [ + 162, + 313 + ], + [ + 163, + 313 + ], + [ + 164, + 312 + ], + [ + 165, + 313 + ], + [ + 166, + 314 + ], + [ + 167, + 314 + ], + [ + 168, + 314 + ], + [ + 169, + 313 + ], + [ + 170, + 313 + ], + [ + 171, + 313 + ], + [ + 170, + 314 + ], + [ + 171, + 314 + ], + [ + 172, + 314 + ], + [ + 171, + 315 + ], + [ + 170, + 315 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 232 + ], + [ + 106, + 231 + ], + [ + 106, + 230 + ], + [ + 105, + 229 + ], + [ + 104, + 229 + ], + [ + 103, + 229 + ], + [ + 102, + 228 + ], + [ + 101, + 227 + ], + [ + 100, + 227 + ], + [ + 100, + 226 + ], + [ + 99, + 227 + ], + [ + 100, + 228 + ], + [ + 100, + 229 + ], + [ + 101, + 228 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 133, + 391 + ], + [ + 132, + 392 + ], + [ + 131, + 393 + ], + [ + 130, + 394 + ], + [ + 129, + 394 + ], + [ + 128, + 394 + ], + [ + 128, + 395 + ], + [ + 127, + 395 + ], + [ + 127, + 396 + ], + [ + 128, + 396 + ], + [ + 127, + 397 + ], + [ + 126, + 396 + ], + [ + 126, + 397 + ], + [ + 126, + 398 + ], + [ + 125, + 398 + ], + [ + 124, + 398 + ], + [ + 124, + 399 + ], + [ + 124, + 400 + ], + [ + 125, + 400 + ], + [ + 126, + 401 + ], + [ + 125, + 402 + ], + [ + 125, + 403 + ], + [ + 125, + 404 + ], + [ + 126, + 404 + ], + [ + 127, + 404 + ], + [ + 127, + 405 + ], + [ + 128, + 405 + ], + [ + 128, + 406 + ], + [ + 127, + 407 + ], + [ + 128, + 408 + ], + [ + 129, + 409 + ], + [ + 130, + 410 + ], + [ + 130, + 411 + ], + [ + 131, + 412 + ], + [ + 130, + 412 + ], + [ + 130, + 413 + ], + [ + 131, + 414 + ], + [ + 131, + 415 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 79, + 477 + ], + [ + 78, + 476 + ], + [ + 77, + 475 + ], + [ + 76, + 474 + ], + [ + 77, + 473 + ], + [ + 78, + 472 + ], + [ + 78, + 471 + ], + [ + 77, + 470 + ], + [ + 78, + 469 + ], + [ + 78, + 468 + ], + [ + 77, + 467 + ], + [ + 76, + 466 + ], + [ + 76, + 465 + ], + [ + 76, + 464 + ], + [ + 76, + 463 + ], + [ + 77, + 463 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 212, + 175 + ], + [ + 213, + 176 + ], + [ + 214, + 175 + ], + [ + 215, + 176 + ], + [ + 216, + 177 + ], + [ + 215, + 178 + ], + [ + 216, + 179 + ], + [ + 217, + 180 + ], + [ + 218, + 181 + ], + [ + 219, + 182 + ], + [ + 218, + 183 + ], + [ + 217, + 184 + ], + [ + 217, + 185 + ], + [ + 216, + 186 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 143, + 108 + ], + [ + 142, + 107 + ], + [ + 141, + 106 + ], + [ + 140, + 105 + ], + [ + 139, + 104 + ], + [ + 138, + 103 + ], + [ + 137, + 102 + ], + [ + 136, + 101 + ], + [ + 135, + 100 + ], + [ + 134, + 99 + ], + [ + 133, + 99 + ], + [ + 132, + 99 + ], + [ + 131, + 98 + ], + [ + 130, + 97 + ], + [ + 129, + 97 + ], + [ + 128, + 97 + ], + [ + 128, + 96 + ], + [ + 127, + 95 + ], + [ + 126, + 94 + ], + [ + 127, + 94 + ], + [ + 126, + 93 + ], + [ + 125, + 92 + ], + [ + 124, + 92 + ], + [ + 123, + 91 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 161, + 323 + ], + [ + 162, + 322 + ], + [ + 163, + 321 + ], + [ + 164, + 320 + ], + [ + 165, + 319 + ], + [ + 166, + 318 + ], + [ + 167, + 317 + ], + [ + 168, + 316 + ], + [ + 169, + 316 + ], + [ + 170, + 315 + ], + [ + 171, + 314 + ], + [ + 172, + 314 + ], + [ + 173, + 313 + ], + [ + 172, + 313 + ], + [ + 173, + 314 + ], + [ + 174, + 314 + ], + [ + 175, + 313 + ], + [ + 174, + 313 + ], + [ + 174, + 312 + ], + [ + 173, + 312 + ], + [ + 172, + 312 + ], + [ + 171, + 313 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 148, + 38 + ], + [ + 149, + 38 + ], + [ + 150, + 37 + ], + [ + 151, + 36 + ], + [ + 151, + 35 + ], + [ + 151, + 34 + ], + [ + 151, + 33 + ], + [ + 151, + 32 + ], + [ + 152, + 31 + ], + [ + 151, + 30 + ], + [ + 150, + 29 + ], + [ + 151, + 28 + ], + [ + 150, + 27 + ], + [ + 151, + 26 + ], + [ + 150, + 25 + ], + [ + 150, + 24 + ], + [ + 149, + 23 + ], + [ + 148, + 23 + ], + [ + 149, + 22 + ], + [ + 148, + 21 + ], + [ + 147, + 20 + ], + [ + 148, + 19 + ], + [ + 147, + 18 + ], + [ + 147, + 19 + ], + [ + 148, + 20 + ], + [ + 147, + 21 + ], + [ + 146, + 21 + ], + [ + 146, + 20 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 196, + 201 + ], + [ + 197, + 200 + ], + [ + 198, + 199 + ], + [ + 199, + 198 + ], + [ + 200, + 197 + ], + [ + 201, + 197 + ], + [ + 202, + 198 + ], + [ + 203, + 199 + ], + [ + 204, + 200 + ], + [ + 205, + 201 + ], + [ + 206, + 202 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 241, + 258 + ], + [ + 242, + 259 + ], + [ + 243, + 258 + ], + [ + 242, + 258 + ], + [ + 243, + 257 + ], + [ + 244, + 258 + ], + [ + 245, + 259 + ], + [ + 246, + 258 + ], + [ + 247, + 258 + ], + [ + 248, + 257 + ], + [ + 249, + 256 + ], + [ + 250, + 255 + ], + [ + 251, + 254 + ], + [ + 251, + 253 + ], + [ + 252, + 254 + ], + [ + 253, + 253 + ], + [ + 254, + 254 + ], + [ + 255, + 255 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 145, + 0 + ], + [ + 144, + 511 + ], + [ + 143, + 511 + ], + [ + 142, + 510 + ], + [ + 141, + 509 + ], + [ + 140, + 508 + ], + [ + 139, + 508 + ], + [ + 138, + 508 + ], + [ + 137, + 507 + ], + [ + 137, + 508 + ], + [ + 136, + 509 + ], + [ + 137, + 509 + ], + [ + 137, + 510 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 100, + 263 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 113, + 154 + ], + "area_fraction": 0.0264 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 108, + 465 + ], + "area_fraction": 0.0177 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 229, + 198 + ], + "area_fraction": 0.0167 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 378 + ], + "peak": [ + 33, + 366 + ], + "area_cells": 770 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 469 + ], + "peak": [ + 43, + 497 + ], + "area_cells": 2820 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 62 + ], + "peak": [ + 54, + 50 + ], + "area_cells": 4061 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 232 + ], + "peak": [ + 48, + 250 + ], + "area_cells": 2405 + }, + { + "id": "range_11", + "name": null, + "center": [ + 120, + 357 + ], + "peak": [ + 119, + 357 + ], + "area_cells": 65 + }, + { + "id": "range_12", + "name": null, + "center": [ + 146, + 109 + ], + "peak": [ + 148, + 110 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 149, + 319 + ], + "peak": [ + 148, + 319 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 77 + ], + "peak": [ + 178, + 16 + ], + "area_cells": 5357 + }, + { + "id": "range_15", + "name": null, + "center": [ + 177, + 483 + ], + "peak": [ + 171, + 479 + ], + "area_cells": 1559 + }, + { + "id": "range_16", + "name": null, + "center": [ + 158, + 216 + ], + "peak": [ + 165, + 199 + ], + "area_cells": 229 + }, + { + "id": "range_17", + "name": null, + "center": [ + 189, + 410 + ], + "peak": [ + 181, + 415 + ], + "area_cells": 1229 + }, + { + "id": "range_18", + "name": null, + "center": [ + 210, + 21 + ], + "peak": [ + 211, + 22 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/globe.png new file mode 100644 index 000000000..47c5b80db Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/heightmap.png new file mode 100644 index 000000000..bb77984fa Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/index.md new file mode 100644 index 000000000..02d5ae720 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ53Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3604898420 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.14 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Af-m1 + +Frozen moon. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/markers.json new file mode 100644 index 000000000..75a722030 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m1/markers.json @@ -0,0 +1,61 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 164, + 457 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 206, + 440 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 115 + ], + "peak": [ + 11, + 0 + ], + "area_cells": 17612 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 420 + ], + "peak": [ + 67, + 349 + ], + "area_cells": 14937 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/globe.png new file mode 100644 index 000000000..d39326c3f Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/heightmap.png new file mode 100644 index 000000000..673bff36e Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/index.md new file mode 100644 index 000000000..2685ecfd6 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ53Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3053572114 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 18.6 +physical: + gravity_g: 0.09 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.943 + polar_ice_lat: 0.925 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Af-m2 + +Barren moon. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 94% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/markers.json new file mode 100644 index 000000000..0724a57cd --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Af-m2/markers.json @@ -0,0 +1,493 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 23, + 266 + ], + "area_fraction": 0.023 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 326 + ], + "peak": [ + 73, + 326 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 99, + 485 + ], + "peak": [ + 110, + 511 + ], + "area_cells": 761 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 27 + ], + "peak": [ + 96, + 29 + ], + "area_cells": 107 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 129 + ], + "peak": [ + 92, + 128 + ], + "area_cells": 36 + }, + { + "id": "range_5", + "name": null, + "center": [ + 97, + 102 + ], + "peak": [ + 96, + 102 + ], + "area_cells": 72 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 69 + ], + "peak": [ + 112, + 6 + ], + "area_cells": 5140 + }, + { + "id": "range_9", + "name": null, + "center": [ + 115, + 329 + ], + "peak": [ + 114, + 329 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 142, + 484 + ], + "peak": [ + 146, + 495 + ], + "area_cells": 902 + }, + { + "id": "range_12", + "name": null, + "center": [ + 127, + 251 + ], + "peak": [ + 128, + 249 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 296 + ], + "peak": [ + 131, + 297 + ], + "area_cells": 69 + }, + { + "id": "range_15", + "name": null, + "center": [ + 151, + 218 + ], + "peak": [ + 148, + 220 + ], + "area_cells": 49 + }, + { + "id": "range_16", + "name": null, + "center": [ + 151, + 278 + ], + "peak": [ + 152, + 278 + ], + "area_cells": 65 + }, + { + "id": "range_17", + "name": null, + "center": [ + 165, + 240 + ], + "peak": [ + 164, + 241 + ], + "area_cells": 493 + }, + { + "id": "range_18", + "name": null, + "center": [ + 184, + 372 + ], + "peak": [ + 167, + 363 + ], + "area_cells": 1369 + }, + { + "id": "range_20", + "name": null, + "center": [ + 165, + 265 + ], + "peak": [ + 166, + 266 + ], + "area_cells": 28 + }, + { + "id": "range_22", + "name": null, + "center": [ + 184, + 200 + ], + "peak": [ + 188, + 202 + ], + "area_cells": 286 + }, + { + "id": "range_23", + "name": null, + "center": [ + 170, + 288 + ], + "peak": [ + 171, + 285 + ], + "area_cells": 153 + }, + { + "id": "range_24", + "name": null, + "center": [ + 177, + 270 + ], + "peak": [ + 182, + 270 + ], + "area_cells": 86 + }, + { + "id": "range_26", + "name": null, + "center": [ + 174, + 459 + ], + "peak": [ + 174, + 459 + ], + "area_cells": 26 + }, + { + "id": "range_27", + "name": null, + "center": [ + 180, + 34 + ], + "peak": [ + 181, + 34 + ], + "area_cells": 26 + }, + { + "id": "range_29", + "name": null, + "center": [ + 187, + 45 + ], + "peak": [ + 185, + 45 + ], + "area_cells": 130 + }, + { + "id": "range_30", + "name": null, + "center": [ + 203, + 385 + ], + "peak": [ + 196, + 387 + ], + "area_cells": 387 + }, + { + "id": "range_31", + "name": null, + "center": [ + 184, + 304 + ], + "peak": [ + 185, + 304 + ], + "area_cells": 24 + }, + { + "id": "range_32", + "name": null, + "center": [ + 186, + 230 + ], + "peak": [ + 188, + 230 + ], + "area_cells": 34 + }, + { + "id": "range_33", + "name": null, + "center": [ + 196, + 500 + ], + "peak": [ + 199, + 501 + ], + "area_cells": 399 + }, + { + "id": "range_34", + "name": null, + "center": [ + 206, + 148 + ], + "peak": [ + 224, + 144 + ], + "area_cells": 217 + }, + { + "id": "range_35", + "name": null, + "center": [ + 198, + 70 + ], + "peak": [ + 200, + 71 + ], + "area_cells": 102 + }, + { + "id": "range_37", + "name": null, + "center": [ + 200, + 478 + ], + "peak": [ + 200, + 478 + ], + "area_cells": 89 + }, + { + "id": "range_39", + "name": null, + "center": [ + 201, + 230 + ], + "peak": [ + 200, + 232 + ], + "area_cells": 28 + }, + { + "id": "range_41", + "name": null, + "center": [ + 219, + 166 + ], + "peak": [ + 219, + 167 + ], + "area_cells": 127 + }, + { + "id": "range_42", + "name": null, + "center": [ + 207, + 402 + ], + "peak": [ + 208, + 403 + ], + "area_cells": 29 + }, + { + "id": "range_44", + "name": null, + "center": [ + 218, + 92 + ], + "peak": [ + 220, + 92 + ], + "area_cells": 70 + }, + { + "id": "range_46", + "name": null, + "center": [ + 225, + 210 + ], + "peak": [ + 226, + 214 + ], + "area_cells": 162 + }, + { + "id": "range_49", + "name": null, + "center": [ + 224, + 290 + ], + "peak": [ + 225, + 298 + ], + "area_cells": 155 + }, + { + "id": "range_52", + "name": null, + "center": [ + 237, + 108 + ], + "peak": [ + 238, + 109 + ], + "area_cells": 41 + }, + { + "id": "range_58", + "name": null, + "center": [ + 246, + 123 + ], + "peak": [ + 247, + 123 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Af/globe.png new file mode 100644 index 000000000..aacef4c9f Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Af/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Af/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Af/index.md new file mode 100644 index 000000000..0ee93e4a0 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ53Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1204362556 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: null + oblateness: 0.0638 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.092 +--- + +# GJ53Af + +Gas giant. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ag/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/globe.png new file mode 100644 index 000000000..f3bea433f Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ag/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/heightmap.png new file mode 100644 index 000000000..c4a1a080d Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ag/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/index.md new file mode 100644 index 000000000..bda14744a --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ53Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1054528774 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.697 + period_days: 7800.0 + axial_tilt_deg: 48.6 +physical: + gravity_g: 0.46 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.175 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Ag + +Frozen planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Land** | 95% | +| **Year** | 7800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ag/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/markers.json new file mode 100644 index 000000000..6643f75dc --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ag/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 172, + 109 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 171, + 173 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 196, + 210 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 71 + ], + "peak": [ + 69, + 68 + ], + "area_cells": 13065 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 485 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 3175 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 270 + ], + "peak": [ + 72, + 256 + ], + "area_cells": 1376 + }, + { + "id": "range_6", + "name": null, + "center": [ + 90, + 291 + ], + "peak": [ + 91, + 292 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 169 + ], + "peak": [ + 99, + 169 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ah/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/globe.png new file mode 100644 index 000000000..94c1ffd03 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ah/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/heightmap.png new file mode 100644 index 000000000..ca502ddb5 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ah/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/index.md new file mode 100644 index 000000000..9bcec7415 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ53Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3172648429 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 12.427 + period_days: 16000.0 + axial_tilt_deg: 46.6 +physical: + gravity_g: 0.37 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.303 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Ah + +Frozen planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Land** | 97% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ah/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/markers.json new file mode 100644 index 000000000..4f1496775 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ah/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 66 + ], + "peak": [ + 0, + 3 + ], + "area_cells": 7569 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 227 + ], + "peak": [ + 37, + 215 + ], + "area_cells": 2500 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 457 + ], + "peak": [ + 0, + 399 + ], + "area_cells": 3589 + }, + { + "id": "range_8", + "name": null, + "center": [ + 144, + 247 + ], + "peak": [ + 144, + 249 + ], + "area_cells": 59 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 499 + ], + "peak": [ + 157, + 499 + ], + "area_cells": 68 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 488 + ], + "peak": [ + 175, + 488 + ], + "area_cells": 137 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 13 + ], + "peak": [ + 169, + 14 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ai/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/globe.png new file mode 100644 index 000000000..b2f42f795 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ai/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/heightmap.png new file mode 100644 index 000000000..29baa0485 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ai/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/index.md new file mode 100644 index 000000000..41f63103c --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/index.md @@ -0,0 +1,64 @@ +--- +id: GJ53Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 357883184 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.29 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.191 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Ai + +Frozen planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Land** | 98% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Ai/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/markers.json new file mode 100644 index 000000000..686dba5bf --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Ai/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 167, + 130 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 43 + ], + "peak": [ + 0, + 29 + ], + "area_cells": 6121 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 407 + ], + "peak": [ + 8, + 505 + ], + "area_cells": 12632 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 259 + ], + "peak": [ + 7, + 257 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 36, + 141 + ], + "peak": [ + 34, + 160 + ], + "area_cells": 1367 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 99 + ], + "peak": [ + 29, + 100 + ], + "area_cells": 41 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 112 + ], + "peak": [ + 65, + 112 + ], + "area_cells": 152 + }, + { + "id": "range_11", + "name": null, + "center": [ + 74, + 34 + ], + "peak": [ + 75, + 38 + ], + "area_cells": 154 + }, + { + "id": "range_12", + "name": null, + "center": [ + 81, + 320 + ], + "peak": [ + 82, + 322 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 401 + ], + "peak": [ + 109, + 401 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Aj/globe.png b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/globe.png new file mode 100644 index 000000000..2e1dbddf9 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/globe.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Aj/heightmap.png b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/heightmap.png new file mode 100644 index 000000000..bd58504d5 Binary files /dev/null and b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Aj/index.md b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/index.md new file mode 100644 index 000000000..f6d68bfc7 --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ53Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1383222797 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 29.324 + period_days: 58000.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.13 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.391 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ53Aj + +Frozen planet. + +**System:** [GJ-53A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-53A/bodies/GJ53Aj/markers.json b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/markers.json new file mode 100644 index 000000000..d92135acd --- /dev/null +++ b/wiki/star-systems/GJ-53A/bodies/GJ53Aj/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 59, + 220 + ], + "area_fraction": 0.1429 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 121, + 184 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 191, + 477 + ], + "area_fraction": 0.0115 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 1, + 507 + ], + "peak": [ + 0, + 507 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 232, + 190 + ], + "peak": [ + 211, + 80 + ], + "area_cells": 12888 + }, + { + "id": "range_4", + "name": null, + "center": [ + 203, + 172 + ], + "peak": [ + 204, + 173 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 208, + 307 + ], + "peak": [ + 208, + 308 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ54.1b/globe.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/globe.png new file mode 100644 index 000000000..61f5dd6d7 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/globe.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/heightmap.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/heightmap.png new file mode 100644 index 000000000..c60178f13 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/heightmap.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/index.md b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/index.md new file mode 100644 index 000000000..c57c2c96f --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/index.md @@ -0,0 +1,73 @@ +--- +id: GJ54.1b +name: Évora +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1601600421 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.84 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.658 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.166 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Évora + +Cold Arid planet. + +**System:** [GJ-54.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Land** | 92% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 320K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/markers.json b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/markers.json new file mode 100644 index 000000000..08424ab41 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1b/markers.json @@ -0,0 +1,1309 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 97, + 339 + ], + [ + 98, + 339 + ], + [ + 98, + 340 + ], + [ + 99, + 341 + ], + [ + 100, + 342 + ], + [ + 101, + 343 + ], + [ + 101, + 344 + ], + [ + 101, + 345 + ], + [ + 100, + 345 + ], + [ + 101, + 346 + ], + [ + 102, + 347 + ], + [ + 103, + 347 + ], + [ + 102, + 348 + ], + [ + 101, + 349 + ], + [ + 100, + 348 + ], + [ + 100, + 347 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 100, + 492 + ], + [ + 99, + 493 + ], + [ + 98, + 494 + ], + [ + 97, + 495 + ], + [ + 96, + 496 + ], + [ + 96, + 497 + ], + [ + 95, + 498 + ], + [ + 96, + 499 + ], + [ + 95, + 500 + ], + [ + 94, + 501 + ], + [ + 93, + 502 + ], + [ + 92, + 503 + ], + [ + 91, + 504 + ], + [ + 90, + 505 + ], + [ + 89, + 506 + ], + [ + 88, + 506 + ], + [ + 87, + 507 + ], + [ + 87, + 508 + ], + [ + 86, + 509 + ], + [ + 85, + 510 + ], + [ + 84, + 511 + ], + [ + 84, + 0 + ], + [ + 85, + 1 + ], + [ + 85, + 2 + ], + [ + 86, + 3 + ], + [ + 85, + 3 + ], + [ + 86, + 4 + ], + [ + 87, + 5 + ], + [ + 86, + 5 + ], + [ + 86, + 6 + ], + [ + 87, + 6 + ], + [ + 86, + 7 + ], + [ + 87, + 7 + ], + [ + 88, + 8 + ], + [ + 89, + 9 + ], + [ + 88, + 9 + ], + [ + 87, + 8 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 19, + 153 + ], + [ + 20, + 152 + ], + [ + 21, + 151 + ], + [ + 22, + 152 + ], + [ + 23, + 153 + ], + [ + 24, + 154 + ], + [ + 25, + 155 + ], + [ + 26, + 156 + ], + [ + 27, + 157 + ], + [ + 28, + 156 + ], + [ + 29, + 155 + ], + [ + 30, + 155 + ], + [ + 31, + 156 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 56, + 406 + ], + [ + 55, + 405 + ], + [ + 55, + 404 + ], + [ + 54, + 404 + ], + [ + 53, + 405 + ], + [ + 52, + 406 + ], + [ + 51, + 406 + ], + [ + 50, + 406 + ], + [ + 49, + 405 + ], + [ + 48, + 405 + ], + [ + 48, + 406 + ], + [ + 47, + 407 + ], + [ + 47, + 406 + ], + [ + 46, + 407 + ], + [ + 46, + 408 + ], + [ + 46, + 409 + ], + [ + 47, + 410 + ], + [ + 47, + 411 + ], + [ + 47, + 412 + ], + [ + 46, + 412 + ], + [ + 46, + 413 + ], + [ + 47, + 413 + ], + [ + 47, + 414 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 104, + 189 + ], + [ + 103, + 188 + ], + [ + 102, + 187 + ], + [ + 103, + 186 + ], + [ + 103, + 185 + ], + [ + 104, + 184 + ], + [ + 105, + 183 + ], + [ + 106, + 182 + ], + [ + 107, + 183 + ], + [ + 108, + 182 + ], + [ + 109, + 181 + ], + [ + 110, + 180 + ], + [ + 111, + 181 + ], + [ + 111, + 182 + ], + [ + 112, + 182 + ], + [ + 112, + 183 + ], + [ + 113, + 184 + ], + [ + 113, + 183 + ], + [ + 113, + 182 + ], + [ + 112, + 181 + ], + [ + 112, + 180 + ], + [ + 112, + 179 + ], + [ + 111, + 180 + ], + [ + 111, + 179 + ], + [ + 111, + 178 + ], + [ + 111, + 177 + ], + [ + 112, + 178 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 82, + 462 + ], + [ + 81, + 463 + ], + [ + 80, + 463 + ], + [ + 79, + 462 + ], + [ + 78, + 461 + ], + [ + 77, + 460 + ], + [ + 76, + 459 + ], + [ + 75, + 459 + ], + [ + 76, + 458 + ], + [ + 77, + 458 + ], + [ + 76, + 457 + ], + [ + 75, + 458 + ], + [ + 75, + 457 + ], + [ + 76, + 456 + ], + [ + 77, + 455 + ], + [ + 78, + 454 + ], + [ + 78, + 453 + ], + [ + 78, + 452 + ], + [ + 79, + 452 + ], + [ + 80, + 451 + ], + [ + 79, + 450 + ], + [ + 80, + 449 + ], + [ + 79, + 449 + ], + [ + 79, + 448 + ], + [ + 79, + 447 + ], + [ + 78, + 446 + ], + [ + 78, + 445 + ], + [ + 78, + 444 + ], + [ + 78, + 443 + ], + [ + 79, + 442 + ], + [ + 79, + 441 + ], + [ + 78, + 440 + ], + [ + 79, + 439 + ], + [ + 78, + 438 + ], + [ + 78, + 437 + ], + [ + 78, + 436 + ], + [ + 79, + 435 + ], + [ + 78, + 434 + ], + [ + 79, + 433 + ], + [ + 78, + 433 + ], + [ + 77, + 432 + ], + [ + 77, + 431 + ], + [ + 77, + 430 + ], + [ + 77, + 429 + ], + [ + 77, + 428 + ], + [ + 78, + 429 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 0, + 14 + ], + [ + 1, + 13 + ], + [ + 1, + 12 + ], + [ + 2, + 13 + ], + [ + 3, + 13 + ], + [ + 4, + 14 + ], + [ + 5, + 15 + ], + [ + 5, + 14 + ], + [ + 4, + 13 + ], + [ + 5, + 12 + ], + [ + 6, + 12 + ], + [ + 6, + 11 + ], + [ + 7, + 12 + ], + [ + 8, + 12 + ], + [ + 9, + 11 + ], + [ + 10, + 11 + ], + [ + 11, + 12 + ], + [ + 11, + 13 + ], + [ + 10, + 13 + ], + [ + 9, + 12 + ], + [ + 10, + 12 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 47, + 238 + ], + [ + 46, + 237 + ], + [ + 45, + 236 + ], + [ + 44, + 235 + ], + [ + 43, + 234 + ], + [ + 42, + 233 + ], + [ + 41, + 232 + ], + [ + 40, + 232 + ], + [ + 39, + 231 + ], + [ + 38, + 231 + ], + [ + 38, + 230 + ], + [ + 39, + 229 + ], + [ + 39, + 230 + ], + [ + 38, + 229 + ], + [ + 37, + 228 + ], + [ + 37, + 229 + ], + [ + 37, + 230 + ], + [ + 37, + 231 + ], + [ + 37, + 232 + ], + [ + 38, + 232 + ], + [ + 38, + 233 + ], + [ + 37, + 234 + ], + [ + 36, + 233 + ], + [ + 37, + 233 + ], + [ + 36, + 234 + ], + [ + 35, + 235 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 68, + 2 + ], + [ + 69, + 3 + ], + [ + 70, + 4 + ], + [ + 70, + 5 + ], + [ + 70, + 6 + ], + [ + 70, + 7 + ], + [ + 69, + 8 + ], + [ + 69, + 9 + ], + [ + 68, + 9 + ], + [ + 68, + 10 + ], + [ + 69, + 11 + ], + [ + 68, + 12 + ], + [ + 69, + 13 + ], + [ + 70, + 14 + ], + [ + 69, + 15 + ], + [ + 69, + 16 + ], + [ + 69, + 17 + ], + [ + 70, + 16 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 105, + 505 + ], + [ + 106, + 504 + ], + [ + 107, + 503 + ], + [ + 108, + 502 + ], + [ + 109, + 501 + ], + [ + 110, + 501 + ], + [ + 111, + 502 + ], + [ + 111, + 501 + ], + [ + 110, + 500 + ], + [ + 111, + 499 + ], + [ + 110, + 498 + ], + [ + 110, + 497 + ], + [ + 109, + 496 + ], + [ + 108, + 497 + ], + [ + 109, + 497 + ], + [ + 108, + 496 + ], + [ + 108, + 495 + ], + [ + 109, + 495 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 131, + 511 + ], + [ + 130, + 510 + ], + [ + 130, + 509 + ], + [ + 129, + 509 + ], + [ + 128, + 508 + ], + [ + 127, + 507 + ], + [ + 126, + 506 + ], + [ + 125, + 506 + ], + [ + 124, + 507 + ], + [ + 123, + 507 + ], + [ + 122, + 507 + ], + [ + 121, + 508 + ], + [ + 120, + 508 + ], + [ + 119, + 508 + ], + [ + 118, + 507 + ], + [ + 117, + 506 + ], + [ + 116, + 507 + ], + [ + 115, + 507 + ], + [ + 114, + 507 + ], + [ + 113, + 507 + ], + [ + 113, + 506 + ], + [ + 112, + 505 + ], + [ + 112, + 504 + ], + [ + 113, + 504 + ], + [ + 112, + 503 + ], + [ + 111, + 502 + ], + [ + 111, + 501 + ], + [ + 110, + 500 + ], + [ + 110, + 499 + ], + [ + 109, + 498 + ], + [ + 108, + 497 + ], + [ + 109, + 497 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 106, + 511 + ], + [ + 107, + 0 + ], + [ + 108, + 0 + ], + [ + 109, + 0 + ], + [ + 110, + 0 + ], + [ + 111, + 1 + ], + [ + 112, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 22, + 63 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 55, + 161 + ], + "area_fraction": 0.0498 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 98 + ], + "peak": [ + 164, + 151 + ], + "area_cells": 9832 + }, + { + "id": "range_2", + "name": null, + "center": [ + 135, + 390 + ], + "peak": [ + 135, + 390 + ], + "area_cells": 164 + }, + { + "id": "range_3", + "name": null, + "center": [ + 185, + 346 + ], + "peak": [ + 196, + 356 + ], + "area_cells": 9533 + }, + { + "id": "range_4", + "name": null, + "center": [ + 175, + 208 + ], + "peak": [ + 175, + 210 + ], + "area_cells": 127 + }, + { + "id": "range_5", + "name": null, + "center": [ + 196, + 490 + ], + "peak": [ + 197, + 490 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/globe.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/globe.png new file mode 100644 index 000000000..7127e9f60 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/globe.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/heightmap.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/heightmap.png new file mode 100644 index 000000000..3bdd624fe Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/heightmap.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/index.md b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/index.md new file mode 100644 index 000000000..bf64236c0 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ54.1c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2554308815 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.181 + period_days: 42.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.42 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.958 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54.1c + +Frozen planet. + +**System:** [GJ-54.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 96% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/markers.json b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/markers.json new file mode 100644 index 000000000..dc7d755cd --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1c/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 213, + 406 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 235, + 31 + ], + "area_fraction": 0.0131 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 254 + ], + "peak": [ + 40, + 347 + ], + "area_cells": 51642 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 79 + ], + "peak": [ + 71, + 82 + ], + "area_cells": 79 + }, + { + "id": "range_10", + "name": null, + "center": [ + 123, + 366 + ], + "peak": [ + 122, + 364 + ], + "area_cells": 57 + }, + { + "id": "range_11", + "name": null, + "center": [ + 124, + 238 + ], + "peak": [ + 124, + 238 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 180, + 317 + ], + "peak": [ + 179, + 319 + ], + "area_cells": 108 + }, + { + "id": "range_17", + "name": null, + "center": [ + 197, + 301 + ], + "peak": [ + 197, + 300 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/globe.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/globe.png new file mode 100644 index 000000000..366afe42e Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/globe.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/heightmap.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/heightmap.png new file mode 100644 index 000000000..3a3d7fd7c Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/heightmap.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/index.md b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/index.md new file mode 100644 index 000000000..e0cb14931 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54.1d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1214704235 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.384 + period_days: 130.0 + axial_tilt_deg: 57.4 +physical: + gravity_g: 0.34 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.785 + polar_ice_lat: 0.156 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54.1d + +Frozen planet. + +**System:** [GJ-54.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/markers.json b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/markers.json new file mode 100644 index 000000000..7c3e9e1f8 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1d/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 131, + 472 + ], + "area_fraction": 0.0253 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 120, + 46 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 123, + 9 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 170, + 28 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 214, + 442 + ], + "area_fraction": 0.0831 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 163, + 299 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 210, + 115 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 227, + 30 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 200, + 183 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 4 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 162 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 299 + ], + "peak": [ + 0, + 299 + ], + "area_cells": 50 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 459 + ], + "peak": [ + 40, + 445 + ], + "area_cells": 6361 + }, + { + "id": "range_5", + "name": null, + "center": [ + 16, + 211 + ], + "peak": [ + 19, + 218 + ], + "area_cells": 593 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 3 + ], + "peak": [ + 47, + 0 + ], + "area_cells": 108 + }, + { + "id": "range_7", + "name": null, + "center": [ + 86, + 121 + ], + "peak": [ + 86, + 122 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 161, + 365 + ], + "peak": [ + 161, + 365 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/globe.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/globe.png new file mode 100644 index 000000000..4912c6c8c Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/globe.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/heightmap.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/heightmap.png new file mode 100644 index 000000000..445b3dff1 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/heightmap.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/index.md b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/index.md new file mode 100644 index 000000000..762228e01 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54.1e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 368005161 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.785 + period_days: 380.0 + axial_tilt_deg: 16.5 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54.1e + +Frozen planet. + +**System:** [GJ-54.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/markers.json b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/markers.json new file mode 100644 index 000000000..503f6e3a3 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1e/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 90 + ], + "area_fraction": 0.0414 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 346 + ], + "area_fraction": 0.0796 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 243, + 374 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 246, + 212 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 246, + 303 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 130, + 143 + ], + "peak": [ + 103, + 242 + ], + "area_cells": 30510 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 447 + ], + "peak": [ + 89, + 449 + ], + "area_cells": 413 + }, + { + "id": "range_4", + "name": null, + "center": [ + 130, + 477 + ], + "peak": [ + 142, + 434 + ], + "area_cells": 2611 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 426 + ], + "peak": [ + 101, + 426 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 378 + ], + "peak": [ + 127, + 378 + ], + "area_cells": 106 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 348 + ], + "peak": [ + 153, + 351 + ], + "area_cells": 259 + }, + { + "id": "range_10", + "name": null, + "center": [ + 157, + 398 + ], + "peak": [ + 158, + 398 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 318 + ], + "peak": [ + 170, + 322 + ], + "area_cells": 112 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/globe.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/globe.png new file mode 100644 index 000000000..502af3d52 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/globe.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/heightmap.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/heightmap.png new file mode 100644 index 000000000..41e83b4ef Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/heightmap.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/index.md b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/index.md new file mode 100644 index 000000000..98203bbd5 --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54.1f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2101464892 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.436 + period_days: 940.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.08 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.711 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54.1f + +Frozen planet. + +**System:** [GJ-54.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 940 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/markers.json b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/markers.json new file mode 100644 index 000000000..7027ae67d --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1f/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 99, + 344 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_36", + "name": null, + "kind": "ocean", + "center": [ + 219, + 258 + ], + "area_fraction": 0.2526 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 264 + ], + "peak": [ + 0, + 253 + ], + "area_cells": 274 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 349 + ], + "peak": [ + 11, + 347 + ], + "area_cells": 692 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 113 + ], + "peak": [ + 58, + 93 + ], + "area_cells": 11898 + }, + { + "id": "range_5", + "name": null, + "center": [ + 58, + 57 + ], + "peak": [ + 71, + 54 + ], + "area_cells": 485 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 458 + ], + "peak": [ + 141, + 507 + ], + "area_cells": 7181 + }, + { + "id": "range_9", + "name": null, + "center": [ + 119, + 259 + ], + "peak": [ + 116, + 268 + ], + "area_cells": 5503 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 174 + ], + "peak": [ + 132, + 175 + ], + "area_cells": 33 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 20 + ], + "peak": [ + 140, + 0 + ], + "area_cells": 698 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/globe.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/globe.png new file mode 100644 index 000000000..4cf81be35 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/globe.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/heightmap.png b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/heightmap.png new file mode 100644 index 000000000..f58061633 Binary files /dev/null and b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/heightmap.png differ diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/index.md b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/index.md new file mode 100644 index 000000000..9a3f0e4fb --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54.1g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1898465935 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.683 + period_days: 2400.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: 0.06 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.81 + polar_ice_lat: 0.053 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54.1g + +Frozen planet. + +**System:** [GJ-54.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/markers.json b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/markers.json new file mode 100644 index 000000000..5f5bffd8c --- /dev/null +++ b/wiki/star-systems/GJ-54.1/bodies/GJ54.1g/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 48, + 332 + ], + "area_fraction": 0.006 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 112, + 392 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 177, + 359 + ], + "area_fraction": 0.065 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 139, + 197 + ], + "area_fraction": 0.086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 373 + ], + "peak": [ + 0, + 373 + ], + "area_cells": 33 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 460 + ], + "peak": [ + 62, + 464 + ], + "area_cells": 192 + }, + { + "id": "range_4", + "name": null, + "center": [ + 60, + 32 + ], + "peak": [ + 56, + 26 + ], + "area_cells": 1818 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 506 + ], + "peak": [ + 50, + 511 + ], + "area_cells": 135 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 103 + ], + "peak": [ + 100, + 107 + ], + "area_cells": 477 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ54b/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54b/globe.png new file mode 100644 index 000000000..e04eaf418 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54b/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54b/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54b/heightmap.png new file mode 100644 index 000000000..00ec6338d Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54b/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54b/index.md b/wiki/star-systems/GJ-54/bodies/GJ54b/index.md new file mode 100644 index 000000000..71d74c4ba --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ54b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4241770686 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: 0.42 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.885 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54b + +Barren planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 94% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54b/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54b/markers.json new file mode 100644 index 000000000..9d5be7a98 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54b/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 347 + ], + "peak": [ + 19, + 348 + ], + "area_cells": 47 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 89 + ], + "peak": [ + 32, + 90 + ], + "area_cells": 55 + }, + { + "id": "range_6", + "name": null, + "center": [ + 35, + 62 + ], + "peak": [ + 36, + 63 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 87, + 468 + ], + "peak": [ + 97, + 464 + ], + "area_cells": 421 + }, + { + "id": "range_14", + "name": null, + "center": [ + 71, + 503 + ], + "peak": [ + 72, + 504 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 78, + 21 + ], + "peak": [ + 79, + 21 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 96, + 169 + ], + "peak": [ + 97, + 170 + ], + "area_cells": 31 + }, + { + "id": "range_20", + "name": null, + "center": [ + 112, + 509 + ], + "peak": [ + 111, + 510 + ], + "area_cells": 47 + }, + { + "id": "range_22", + "name": null, + "center": [ + 136, + 197 + ], + "peak": [ + 120, + 168 + ], + "area_cells": 3558 + }, + { + "id": "range_23", + "name": null, + "center": [ + 128, + 505 + ], + "peak": [ + 129, + 506 + ], + "area_cells": 35 + }, + { + "id": "range_25", + "name": null, + "center": [ + 143, + 348 + ], + "peak": [ + 141, + 349 + ], + "area_cells": 60 + }, + { + "id": "range_26", + "name": null, + "center": [ + 143, + 134 + ], + "peak": [ + 144, + 137 + ], + "area_cells": 91 + }, + { + "id": "range_28", + "name": null, + "center": [ + 185, + 267 + ], + "peak": [ + 194, + 256 + ], + "area_cells": 763 + }, + { + "id": "range_29", + "name": null, + "center": [ + 156, + 106 + ], + "peak": [ + 157, + 105 + ], + "area_cells": 183 + }, + { + "id": "range_31", + "name": null, + "center": [ + 165, + 5 + ], + "peak": [ + 165, + 6 + ], + "area_cells": 20 + }, + { + "id": "range_33", + "name": null, + "center": [ + 191, + 96 + ], + "peak": [ + 192, + 98 + ], + "area_cells": 79 + }, + { + "id": "range_34", + "name": null, + "center": [ + 210, + 220 + ], + "peak": [ + 211, + 226 + ], + "area_cells": 734 + }, + { + "id": "range_35", + "name": null, + "center": [ + 196, + 77 + ], + "peak": [ + 196, + 77 + ], + "area_cells": 34 + }, + { + "id": "range_37", + "name": null, + "center": [ + 212, + 250 + ], + "peak": [ + 213, + 248 + ], + "area_cells": 47 + }, + { + "id": "range_38", + "name": null, + "center": [ + 219, + 27 + ], + "peak": [ + 221, + 24 + ], + "area_cells": 100 + }, + { + "id": "range_40", + "name": null, + "center": [ + 226, + 68 + ], + "peak": [ + 224, + 75 + ], + "area_cells": 196 + }, + { + "id": "range_44", + "name": null, + "center": [ + 236, + 237 + ], + "peak": [ + 239, + 238 + ], + "area_cells": 24 + }, + { + "id": "range_45", + "name": null, + "center": [ + 249, + 306 + ], + "peak": [ + 253, + 307 + ], + "area_cells": 110 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54c/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54c/globe.png new file mode 100644 index 000000000..9dc29ccde Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54c/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54c/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54c/heightmap.png new file mode 100644 index 000000000..0f6296fb1 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54c/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54c/index.md b/wiki/star-systems/GJ-54/bodies/GJ54c/index.md new file mode 100644 index 000000000..c32fa8020 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ54c +name: Machamba +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2960530910 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.94 + oblateness: 0.0025 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.473 + polar_ice_lat: 0.646 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.504 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Machamba + +Temperate planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 180M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54c/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54c/markers.json new file mode 100644 index 000000000..c9caa6ec2 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54c/markers.json @@ -0,0 +1,632 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 253, + 56 + ], + [ + 252, + 55 + ], + [ + 252, + 56 + ], + [ + 251, + 55 + ], + [ + 250, + 54 + ], + [ + 249, + 53 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 26, + 455 + ], + [ + 25, + 455 + ], + [ + 24, + 454 + ], + [ + 23, + 455 + ], + [ + 22, + 454 + ], + [ + 21, + 453 + ], + [ + 21, + 452 + ], + [ + 21, + 451 + ], + [ + 20, + 450 + ], + [ + 19, + 449 + ], + [ + 18, + 448 + ], + [ + 17, + 448 + ], + [ + 17, + 447 + ], + [ + 17, + 446 + ], + [ + 16, + 445 + ], + [ + 15, + 444 + ], + [ + 14, + 443 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 132, + 120 + ], + [ + 132, + 119 + ], + [ + 132, + 118 + ], + [ + 132, + 117 + ], + [ + 132, + 116 + ], + [ + 132, + 115 + ], + [ + 132, + 114 + ], + [ + 133, + 113 + ], + [ + 134, + 112 + ], + [ + 133, + 111 + ], + [ + 133, + 110 + ], + [ + 133, + 109 + ], + [ + 132, + 108 + ], + [ + 132, + 107 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 455 + ], + [ + 1, + 456 + ], + [ + 2, + 456 + ], + [ + 3, + 455 + ], + [ + 2, + 454 + ], + [ + 3, + 453 + ], + [ + 2, + 453 + ], + [ + 2, + 452 + ], + [ + 2, + 451 + ], + [ + 3, + 450 + ], + [ + 4, + 449 + ], + [ + 5, + 448 + ], + [ + 6, + 447 + ], + [ + 7, + 446 + ], + [ + 8, + 445 + ], + [ + 9, + 444 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 253, + 267 + ], + [ + 253, + 266 + ], + [ + 254, + 267 + ], + [ + 254, + 268 + ], + [ + 254, + 269 + ], + [ + 255, + 270 + ], + [ + 254, + 270 + ], + [ + 253, + 270 + ], + [ + 254, + 271 + ], + [ + 255, + 271 + ], + [ + 255, + 272 + ], + [ + 255, + 273 + ], + [ + 255, + 274 + ], + [ + 254, + 273 + ], + [ + 254, + 272 + ], + [ + 253, + 272 + ], + [ + 252, + 272 + ], + [ + 251, + 272 + ], + [ + 252, + 271 + ], + [ + 252, + 270 + ], + [ + 253, + 271 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 158, + 89 + ], + [ + 157, + 90 + ], + [ + 156, + 91 + ], + [ + 155, + 92 + ], + [ + 154, + 92 + ], + [ + 153, + 93 + ], + [ + 152, + 93 + ], + [ + 151, + 92 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 122, + 332 + ], + [ + 123, + 331 + ], + [ + 124, + 330 + ], + [ + 125, + 329 + ], + [ + 126, + 329 + ], + [ + 127, + 329 + ], + [ + 128, + 330 + ], + [ + 129, + 331 + ], + [ + 130, + 331 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 3, + 118 + ], + [ + 2, + 119 + ], + [ + 2, + 120 + ], + [ + 2, + 121 + ], + [ + 3, + 121 + ], + [ + 4, + 121 + ], + [ + 5, + 122 + ], + [ + 5, + 123 + ], + [ + 4, + 124 + ], + [ + 4, + 125 + ], + [ + 3, + 126 + ], + [ + 2, + 126 + ], + [ + 3, + 127 + ], + [ + 2, + 128 + ], + [ + 1, + 128 + ], + [ + 1, + 127 + ], + [ + 0, + 128 + ], + [ + 1, + 129 + ], + [ + 0, + 130 + ], + [ + 0, + 129 + ], + [ + 1, + 130 + ], + [ + 2, + 131 + ], + [ + 3, + 132 + ], + [ + 4, + 132 + ], + [ + 3, + 133 + ], + [ + 2, + 132 + ], + [ + 1, + 132 + ], + [ + 2, + 133 + ], + [ + 1, + 134 + ], + [ + 0, + 135 + ], + [ + 0, + 136 + ], + [ + 1, + 135 + ], + [ + 0, + 134 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 72, + 238 + ], + "area_fraction": 0.4523 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 217, + 173 + ], + "area_fraction": 0.0678 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 297 + ], + "peak": [ + 160, + 293 + ], + "area_cells": 284 + }, + { + "id": "range_2", + "name": null, + "center": [ + 180, + 45 + ], + "peak": [ + 178, + 53 + ], + "area_cells": 507 + }, + { + "id": "range_3", + "name": null, + "center": [ + 205, + 412 + ], + "peak": [ + 202, + 398 + ], + "area_cells": 4217 + }, + { + "id": "range_4", + "name": null, + "center": [ + 189, + 163 + ], + "peak": [ + 188, + 161 + ], + "area_cells": 732 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54d/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54d/globe.png new file mode 100644 index 000000000..851284a34 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54d/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54d/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54d/heightmap.png new file mode 100644 index 000000000..d146483ed Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54d/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54d/index.md b/wiki/star-systems/GJ-54/bodies/GJ54d/index.md new file mode 100644 index 000000000..f7af0da30 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ54d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3732235596 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: 0.58 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.518 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54d + +Cold Arid planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54d/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54d/markers.json new file mode 100644 index 000000000..9e4a43c83 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54d/markers.json @@ -0,0 +1,891 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 69, + 117 + ], + [ + 69, + 116 + ], + [ + 69, + 115 + ], + [ + 70, + 114 + ], + [ + 71, + 113 + ], + [ + 72, + 112 + ], + [ + 72, + 111 + ], + [ + 72, + 110 + ], + [ + 71, + 109 + ], + [ + 70, + 108 + ], + [ + 71, + 108 + ], + [ + 71, + 107 + ], + [ + 71, + 106 + ], + [ + 72, + 105 + ], + [ + 71, + 104 + ], + [ + 72, + 103 + ], + [ + 71, + 102 + ], + [ + 72, + 101 + ], + [ + 72, + 102 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 167, + 204 + ], + [ + 166, + 205 + ], + [ + 165, + 206 + ], + [ + 164, + 207 + ], + [ + 163, + 208 + ], + [ + 163, + 209 + ], + [ + 163, + 210 + ], + [ + 164, + 211 + ], + [ + 164, + 212 + ], + [ + 163, + 211 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 83, + 147 + ], + [ + 84, + 146 + ], + [ + 85, + 145 + ], + [ + 86, + 144 + ], + [ + 87, + 143 + ], + [ + 88, + 142 + ], + [ + 89, + 143 + ], + [ + 90, + 142 + ], + [ + 91, + 141 + ], + [ + 92, + 140 + ], + [ + 93, + 139 + ], + [ + 94, + 138 + ], + [ + 95, + 137 + ], + [ + 94, + 136 + ], + [ + 95, + 135 + ], + [ + 96, + 134 + ], + [ + 96, + 133 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 169, + 54 + ], + [ + 168, + 55 + ], + [ + 167, + 55 + ], + [ + 166, + 55 + ], + [ + 165, + 55 + ], + [ + 164, + 55 + ], + [ + 163, + 54 + ], + [ + 162, + 55 + ], + [ + 161, + 54 + ], + [ + 160, + 53 + ], + [ + 159, + 53 + ], + [ + 159, + 52 + ], + [ + 158, + 52 + ], + [ + 158, + 51 + ], + [ + 157, + 50 + ], + [ + 156, + 51 + ], + [ + 156, + 50 + ], + [ + 155, + 49 + ], + [ + 156, + 49 + ], + [ + 156, + 48 + ], + [ + 157, + 47 + ], + [ + 156, + 47 + ], + [ + 155, + 47 + ], + [ + 155, + 46 + ], + [ + 154, + 45 + ], + [ + 154, + 46 + ], + [ + 153, + 46 + ], + [ + 153, + 45 + ], + [ + 153, + 44 + ], + [ + 154, + 44 + ], + [ + 155, + 44 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 238, + 298 + ], + [ + 237, + 299 + ], + [ + 236, + 298 + ], + [ + 235, + 299 + ], + [ + 234, + 299 + ], + [ + 233, + 298 + ], + [ + 234, + 298 + ], + [ + 233, + 297 + ], + [ + 232, + 298 + ], + [ + 231, + 297 + ], + [ + 230, + 296 + ], + [ + 230, + 295 + ], + [ + 229, + 294 + ], + [ + 229, + 293 + ], + [ + 228, + 293 + ], + [ + 227, + 294 + ], + [ + 227, + 293 + ], + [ + 228, + 292 + ], + [ + 227, + 292 + ], + [ + 226, + 291 + ], + [ + 227, + 291 + ], + [ + 226, + 290 + ], + [ + 226, + 289 + ], + [ + 225, + 288 + ], + [ + 224, + 287 + ], + [ + 224, + 286 + ], + [ + 223, + 286 + ], + [ + 222, + 286 + ], + [ + 223, + 285 + ], + [ + 222, + 284 + ], + [ + 221, + 284 + ], + [ + 221, + 285 + ], + [ + 220, + 285 + ], + [ + 221, + 286 + ], + [ + 220, + 286 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 204 + ], + [ + 254, + 204 + ], + [ + 254, + 205 + ], + [ + 253, + 204 + ], + [ + 252, + 203 + ], + [ + 251, + 202 + ], + [ + 250, + 202 + ], + [ + 250, + 201 + ], + [ + 249, + 201 + ], + [ + 249, + 200 + ], + [ + 248, + 199 + ], + [ + 247, + 198 + ], + [ + 246, + 199 + ], + [ + 245, + 198 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 227, + 220 + ], + [ + 228, + 219 + ], + [ + 229, + 218 + ], + [ + 230, + 217 + ], + [ + 231, + 216 + ], + [ + 232, + 215 + ], + [ + 233, + 215 + ], + [ + 232, + 214 + ], + [ + 232, + 213 + ], + [ + 233, + 212 + ], + [ + 234, + 211 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 135, + 262 + ], + [ + 136, + 263 + ], + [ + 137, + 264 + ], + [ + 138, + 264 + ], + [ + 139, + 264 + ], + [ + 140, + 265 + ], + [ + 140, + 264 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 109, + 329 + ], + [ + 110, + 330 + ], + [ + 111, + 330 + ], + [ + 112, + 331 + ], + [ + 113, + 331 + ], + [ + 114, + 332 + ], + [ + 115, + 333 + ], + [ + 116, + 332 + ], + [ + 117, + 333 + ], + [ + 118, + 333 + ], + [ + 119, + 332 + ], + [ + 120, + 332 + ], + [ + 120, + 333 + ], + [ + 120, + 334 + ], + [ + 121, + 335 + ], + [ + 120, + 336 + ], + [ + 121, + 336 + ], + [ + 121, + 337 + ], + [ + 120, + 337 + ], + [ + 120, + 338 + ], + [ + 119, + 337 + ], + [ + 119, + 336 + ], + [ + 120, + 335 + ], + [ + 121, + 334 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 172, + 336 + ], + [ + 171, + 335 + ], + [ + 170, + 334 + ], + [ + 169, + 333 + ], + [ + 168, + 332 + ], + [ + 167, + 333 + ], + [ + 166, + 333 + ], + [ + 165, + 332 + ], + [ + 164, + 333 + ], + [ + 163, + 333 + ], + [ + 162, + 332 + ], + [ + 161, + 331 + ], + [ + 160, + 330 + ], + [ + 159, + 329 + ], + [ + 158, + 329 + ], + [ + 157, + 329 + ], + [ + 156, + 328 + ], + [ + 155, + 328 + ], + [ + 154, + 327 + ], + [ + 154, + 326 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 143, + 354 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 157, + 245 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 191, + 249 + ], + "area_fraction": 0.0177 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 203, + 494 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 200, + 16 + ], + "area_fraction": 0.014 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 337 + ], + "peak": [ + 57, + 232 + ], + "area_cells": 9881 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54e-m1/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/globe.png new file mode 100644 index 000000000..d7b238df6 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54e-m1/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/heightmap.png new file mode 100644 index 000000000..d8543f6c5 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54e-m1/index.md b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/index.md new file mode 100644 index 000000000..52e6d9669 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ54e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2424578855 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 43.7 +physical: + gravity_g: 0.12 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.244 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54e-m1 + +Frozen moon. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54e-m1/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/markers.json new file mode 100644 index 000000000..e1a09af63 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54e-m1/markers.json @@ -0,0 +1,370 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 82, + 465 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 96, + 80 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 174, + 34 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 4, + 101 + ], + "peak": [ + 5, + 101 + ], + "area_cells": 59 + }, + { + "id": "range_4", + "name": null, + "center": [ + 0, + 195 + ], + "peak": [ + 0, + 195 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 304 + ], + "peak": [ + 4, + 275 + ], + "area_cells": 1906 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 420 + ], + "peak": [ + 15, + 419 + ], + "area_cells": 1500 + }, + { + "id": "range_7", + "name": null, + "center": [ + 1, + 502 + ], + "peak": [ + 0, + 495 + ], + "area_cells": 77 + }, + { + "id": "range_8", + "name": null, + "center": [ + 20, + 461 + ], + "peak": [ + 21, + 463 + ], + "area_cells": 194 + }, + { + "id": "range_9", + "name": null, + "center": [ + 19, + 504 + ], + "peak": [ + 21, + 506 + ], + "area_cells": 116 + }, + { + "id": "range_10", + "name": null, + "center": [ + 20, + 4 + ], + "peak": [ + 20, + 0 + ], + "area_cells": 63 + }, + { + "id": "range_13", + "name": null, + "center": [ + 28, + 111 + ], + "peak": [ + 28, + 111 + ], + "area_cells": 124 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 388 + ], + "peak": [ + 48, + 403 + ], + "area_cells": 878 + }, + { + "id": "range_15", + "name": null, + "center": [ + 41, + 469 + ], + "peak": [ + 42, + 470 + ], + "area_cells": 20 + }, + { + "id": "range_17", + "name": null, + "center": [ + 202, + 383 + ], + "peak": [ + 219, + 372 + ], + "area_cells": 8615 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 248 + ], + "peak": [ + 126, + 244 + ], + "area_cells": 137 + }, + { + "id": "range_19", + "name": null, + "center": [ + 133, + 314 + ], + "peak": [ + 133, + 314 + ], + "area_cells": 465 + }, + { + "id": "range_20", + "name": null, + "center": [ + 140, + 156 + ], + "peak": [ + 140, + 156 + ], + "area_cells": 285 + }, + { + "id": "range_25", + "name": null, + "center": [ + 153, + 188 + ], + "peak": [ + 156, + 190 + ], + "area_cells": 142 + }, + { + "id": "range_27", + "name": null, + "center": [ + 161, + 257 + ], + "peak": [ + 168, + 253 + ], + "area_cells": 172 + }, + { + "id": "range_33", + "name": null, + "center": [ + 192, + 296 + ], + "peak": [ + 193, + 296 + ], + "area_cells": 21 + }, + { + "id": "range_34", + "name": null, + "center": [ + 201, + 270 + ], + "peak": [ + 201, + 269 + ], + "area_cells": 97 + }, + { + "id": "range_35", + "name": null, + "center": [ + 204, + 238 + ], + "peak": [ + 204, + 238 + ], + "area_cells": 20 + }, + { + "id": "range_37", + "name": null, + "center": [ + 241, + 212 + ], + "peak": [ + 243, + 207 + ], + "area_cells": 356 + }, + { + "id": "range_41", + "name": null, + "center": [ + 238, + 109 + ], + "peak": [ + 243, + 105 + ], + "area_cells": 389 + }, + { + "id": "range_48", + "name": null, + "center": [ + 246, + 79 + ], + "peak": [ + 247, + 83 + ], + "area_cells": 145 + }, + { + "id": "range_49", + "name": null, + "center": [ + 249, + 477 + ], + "peak": [ + 253, + 477 + ], + "area_cells": 85 + }, + { + "id": "range_53", + "name": null, + "center": [ + 250, + 186 + ], + "peak": [ + 250, + 186 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54e/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54e/globe.png new file mode 100644 index 000000000..11ef522f5 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54e/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54e/index.md b/wiki/star-systems/GJ-54/bodies/GJ54e/index.md new file mode 100644 index 000000000..3a02d3472 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ54e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3522486966 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 9.7 +physical: + gravity_g: null + oblateness: 0.0625 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.298 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.075 +--- + +# GJ54e + +Gas giant. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54f/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54f/globe.png new file mode 100644 index 000000000..bbb921e57 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54f/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54f/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54f/heightmap.png new file mode 100644 index 000000000..91a7ebce4 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54f/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54f/index.md b/wiki/star-systems/GJ-54/bodies/GJ54f/index.md new file mode 100644 index 000000000..989e77a61 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3016276712 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.44 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.42 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54f + +Frozen planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54f/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54f/markers.json new file mode 100644 index 000000000..5ea4f11ff --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54f/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 118, + 227 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 180, + 72 + ], + "area_fraction": 0.078 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 190, + 432 + ], + "area_fraction": 0.0914 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 83 + ], + "peak": [ + 4, + 35 + ], + "area_cells": 4679 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 507 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 65 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 284 + ], + "peak": [ + 48, + 294 + ], + "area_cells": 543 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 61 + ], + "peak": [ + 63, + 71 + ], + "area_cells": 3019 + }, + { + "id": "range_5", + "name": null, + "center": [ + 50, + 237 + ], + "peak": [ + 52, + 239 + ], + "area_cells": 772 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 504 + ], + "peak": [ + 51, + 506 + ], + "area_cells": 184 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54g/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54g/globe.png new file mode 100644 index 000000000..35599123b Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54g/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54g/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54g/heightmap.png new file mode 100644 index 000000000..6e7a2ff8d Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54g/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54g/index.md b/wiki/star-systems/GJ-54/bodies/GJ54g/index.md new file mode 100644 index 000000000..5049a350b --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2529903655 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.859 + period_days: 10800.0 + axial_tilt_deg: 37.5 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.758 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.32 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54g + +Frozen planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 10800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54g/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54g/markers.json new file mode 100644 index 000000000..db31fd81c --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54g/markers.json @@ -0,0 +1,458 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 73, + 128 + ], + "area_fraction": 0.155 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 64, + 412 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 94, + 344 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 129, + 54 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 2, + 103 + ], + "peak": [ + 0, + 107 + ], + "area_cells": 130 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 287 + ], + "peak": [ + 4, + 287 + ], + "area_cells": 52 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 328 + ], + "peak": [ + 2, + 329 + ], + "area_cells": 646 + }, + { + "id": "range_6", + "name": null, + "center": [ + 13, + 429 + ], + "peak": [ + 14, + 433 + ], + "area_cells": 366 + }, + { + "id": "range_8", + "name": null, + "center": [ + 4, + 172 + ], + "peak": [ + 5, + 173 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 26, + 297 + ], + "peak": [ + 30, + 292 + ], + "area_cells": 202 + }, + { + "id": "range_12", + "name": null, + "center": [ + 28, + 380 + ], + "peak": [ + 27, + 384 + ], + "area_cells": 178 + }, + { + "id": "range_14", + "name": null, + "center": [ + 44, + 185 + ], + "peak": [ + 44, + 184 + ], + "area_cells": 83 + }, + { + "id": "range_16", + "name": null, + "center": [ + 111, + 418 + ], + "peak": [ + 110, + 419 + ], + "area_cells": 50 + }, + { + "id": "range_17", + "name": null, + "center": [ + 134, + 453 + ], + "peak": [ + 134, + 458 + ], + "area_cells": 89 + }, + { + "id": "range_18", + "name": null, + "center": [ + 165, + 59 + ], + "peak": [ + 170, + 10 + ], + "area_cells": 3527 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 422 + ], + "peak": [ + 148, + 424 + ], + "area_cells": 81 + }, + { + "id": "range_20", + "name": null, + "center": [ + 170, + 488 + ], + "peak": [ + 174, + 490 + ], + "area_cells": 740 + }, + { + "id": "range_22", + "name": null, + "center": [ + 158, + 2 + ], + "peak": [ + 159, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_23", + "name": null, + "center": [ + 171, + 508 + ], + "peak": [ + 168, + 511 + ], + "area_cells": 60 + }, + { + "id": "range_24", + "name": null, + "center": [ + 187, + 401 + ], + "peak": [ + 195, + 398 + ], + "area_cells": 1484 + }, + { + "id": "range_26", + "name": null, + "center": [ + 182, + 115 + ], + "peak": [ + 182, + 116 + ], + "area_cells": 70 + }, + { + "id": "range_27", + "name": null, + "center": [ + 186, + 354 + ], + "peak": [ + 187, + 354 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 192, + 167 + ], + "peak": [ + 193, + 168 + ], + "area_cells": 114 + }, + { + "id": "range_30", + "name": null, + "center": [ + 191, + 75 + ], + "peak": [ + 193, + 70 + ], + "area_cells": 66 + }, + { + "id": "range_31", + "name": null, + "center": [ + 225, + 243 + ], + "peak": [ + 231, + 275 + ], + "area_cells": 3434 + }, + { + "id": "range_32", + "name": null, + "center": [ + 203, + 99 + ], + "peak": [ + 200, + 100 + ], + "area_cells": 334 + }, + { + "id": "range_33", + "name": null, + "center": [ + 200, + 144 + ], + "peak": [ + 200, + 145 + ], + "area_cells": 22 + }, + { + "id": "range_34", + "name": null, + "center": [ + 227, + 374 + ], + "peak": [ + 219, + 370 + ], + "area_cells": 624 + }, + { + "id": "range_35", + "name": null, + "center": [ + 218, + 60 + ], + "peak": [ + 219, + 64 + ], + "area_cells": 116 + }, + { + "id": "range_36", + "name": null, + "center": [ + 221, + 115 + ], + "peak": [ + 223, + 118 + ], + "area_cells": 27 + }, + { + "id": "range_37", + "name": null, + "center": [ + 226, + 124 + ], + "peak": [ + 227, + 125 + ], + "area_cells": 40 + }, + { + "id": "range_38", + "name": null, + "center": [ + 232, + 309 + ], + "peak": [ + 234, + 304 + ], + "area_cells": 307 + }, + { + "id": "range_39", + "name": null, + "center": [ + 234, + 346 + ], + "peak": [ + 235, + 349 + ], + "area_cells": 188 + }, + { + "id": "range_41", + "name": null, + "center": [ + 247, + 198 + ], + "peak": [ + 255, + 201 + ], + "area_cells": 379 + }, + { + "id": "range_42", + "name": null, + "center": [ + 249, + 140 + ], + "peak": [ + 248, + 137 + ], + "area_cells": 218 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54h/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54h/globe.png new file mode 100644 index 000000000..beeb00934 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54h/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54h/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54h/heightmap.png new file mode 100644 index 000000000..353180cfd Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54h/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54h/index.md b/wiki/star-systems/GJ-54/bodies/GJ54h/index.md new file mode 100644 index 000000000..aaae842bb --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2587128463 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.26 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.248 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54h + +Frozen planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54h/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54h/markers.json new file mode 100644 index 000000000..44ed661b7 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54h/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 71, + 144 + ], + "area_fraction": 0.0982 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 77, + 488 + ], + "area_fraction": 0.0309 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 90, + 442 + ], + "area_fraction": 0.006 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 116, + 299 + ], + "area_fraction": 0.032 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 151, + 344 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 1, + 489 + ], + "peak": [ + 0, + 488 + ], + "area_cells": 49 + }, + { + "id": "range_4", + "name": null, + "center": [ + 206, + 197 + ], + "peak": [ + 162, + 205 + ], + "area_cells": 19642 + }, + { + "id": "range_5", + "name": null, + "center": [ + 206, + 314 + ], + "peak": [ + 206, + 314 + ], + "area_cells": 89 + }, + { + "id": "range_6", + "name": null, + "center": [ + 237, + 485 + ], + "peak": [ + 254, + 488 + ], + "area_cells": 2071 + }, + { + "id": "range_11", + "name": null, + "center": [ + 252, + 180 + ], + "peak": [ + 255, + 212 + ], + "area_cells": 526 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-54/bodies/GJ54i/globe.png b/wiki/star-systems/GJ-54/bodies/GJ54i/globe.png new file mode 100644 index 000000000..618e93e9d Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54i/globe.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54i/heightmap.png b/wiki/star-systems/GJ-54/bodies/GJ54i/heightmap.png new file mode 100644 index 000000000..f75edd8a1 Binary files /dev/null and b/wiki/star-systems/GJ-54/bodies/GJ54i/heightmap.png differ diff --git a/wiki/star-systems/GJ-54/bodies/GJ54i/index.md b/wiki/star-systems/GJ-54/bodies/GJ54i/index.md new file mode 100644 index 000000000..6864d1a89 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ54i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 55385698 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 24.609 + period_days: 50000.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: 0.12 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ54i + +Frozen planet. + +**System:** [GJ-54](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 50000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-54/bodies/GJ54i/markers.json b/wiki/star-systems/GJ-54/bodies/GJ54i/markers.json new file mode 100644 index 000000000..a9c4f8c06 --- /dev/null +++ b/wiki/star-systems/GJ-54/bodies/GJ54i/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 228, + 85 + ], + "area_fraction": 0.0606 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 234, + 465 + ], + "area_fraction": 0.0301 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 245, + 332 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 353 + ], + "peak": [ + 0, + 336 + ], + "area_cells": 619 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 241 + ], + "peak": [ + 84, + 355 + ], + "area_cells": 28531 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 230 + ], + "peak": [ + 104, + 234 + ], + "area_cells": 477 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 189 + ], + "peak": [ + 114, + 188 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 147, + 1 + ], + "peak": [ + 148, + 2 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 170, + 114 + ], + "peak": [ + 171, + 112 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ541b/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541b/globe.png new file mode 100644 index 000000000..9a8405d6a Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541b/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541b/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541b/heightmap.png new file mode 100644 index 000000000..2495900d2 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541b/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541b/index.md b/wiki/star-systems/GJ-541/bodies/GJ541b/index.md new file mode 100644 index 000000000..5d991d4fd --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ541b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3886829671 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.194 + period_days: 35.0 + axial_tilt_deg: 4.5 +physical: + gravity_g: 0.36 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.981 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541b + +Barren planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 91% | +| **Year** | 35 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541b/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541b/markers.json new file mode 100644 index 000000000..8619e1df8 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541b/markers.json @@ -0,0 +1,360 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 21, + 402 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 72, + 257 + ], + "area_fraction": 0.0184 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 59, + 318 + ], + "peak": [ + 71, + 321 + ], + "area_cells": 235 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 5 + ], + "peak": [ + 65, + 3 + ], + "area_cells": 80 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 350 + ], + "peak": [ + 108, + 340 + ], + "area_cells": 478 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 149 + ], + "peak": [ + 128, + 148 + ], + "area_cells": 907 + }, + { + "id": "range_13", + "name": null, + "center": [ + 101, + 19 + ], + "peak": [ + 102, + 19 + ], + "area_cells": 50 + }, + { + "id": "range_15", + "name": null, + "center": [ + 106, + 385 + ], + "peak": [ + 106, + 386 + ], + "area_cells": 106 + }, + { + "id": "range_17", + "name": null, + "center": [ + 116, + 4 + ], + "peak": [ + 118, + 4 + ], + "area_cells": 99 + }, + { + "id": "range_18", + "name": null, + "center": [ + 114, + 57 + ], + "peak": [ + 116, + 59 + ], + "area_cells": 41 + }, + { + "id": "range_19", + "name": null, + "center": [ + 114, + 508 + ], + "peak": [ + 114, + 510 + ], + "area_cells": 47 + }, + { + "id": "range_20", + "name": null, + "center": [ + 118, + 108 + ], + "peak": [ + 119, + 118 + ], + "area_cells": 158 + }, + { + "id": "range_21", + "name": null, + "center": [ + 134, + 82 + ], + "peak": [ + 136, + 84 + ], + "area_cells": 260 + }, + { + "id": "range_22", + "name": null, + "center": [ + 129, + 255 + ], + "peak": [ + 131, + 256 + ], + "area_cells": 183 + }, + { + "id": "range_26", + "name": null, + "center": [ + 135, + 120 + ], + "peak": [ + 136, + 120 + ], + "area_cells": 104 + }, + { + "id": "range_29", + "name": null, + "center": [ + 176, + 381 + ], + "peak": [ + 238, + 372 + ], + "area_cells": 3019 + }, + { + "id": "range_34", + "name": null, + "center": [ + 139, + 268 + ], + "peak": [ + 139, + 269 + ], + "area_cells": 20 + }, + { + "id": "range_35", + "name": null, + "center": [ + 158, + 45 + ], + "peak": [ + 165, + 61 + ], + "area_cells": 719 + }, + { + "id": "range_36", + "name": null, + "center": [ + 153, + 104 + ], + "peak": [ + 154, + 104 + ], + "area_cells": 56 + }, + { + "id": "range_37", + "name": null, + "center": [ + 210, + 129 + ], + "peak": [ + 202, + 156 + ], + "area_cells": 3243 + }, + { + "id": "range_38", + "name": null, + "center": [ + 162, + 487 + ], + "peak": [ + 163, + 487 + ], + "area_cells": 63 + }, + { + "id": "range_41", + "name": null, + "center": [ + 207, + 43 + ], + "peak": [ + 211, + 40 + ], + "area_cells": 1203 + }, + { + "id": "range_42", + "name": null, + "center": [ + 187, + 242 + ], + "peak": [ + 184, + 241 + ], + "area_cells": 92 + }, + { + "id": "range_47", + "name": null, + "center": [ + 239, + 480 + ], + "peak": [ + 247, + 472 + ], + "area_cells": 1603 + }, + { + "id": "range_48", + "name": null, + "center": [ + 215, + 176 + ], + "peak": [ + 218, + 177 + ], + "area_cells": 59 + }, + { + "id": "range_53", + "name": null, + "center": [ + 238, + 15 + ], + "peak": [ + 246, + 21 + ], + "area_cells": 1003 + }, + { + "id": "range_55", + "name": null, + "center": [ + 239, + 39 + ], + "peak": [ + 239, + 39 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541c/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541c/globe.png new file mode 100644 index 000000000..48cd1c51a Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541c/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541c/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541c/heightmap.png new file mode 100644 index 000000000..b181a6a63 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541c/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541c/index.md b/wiki/star-systems/GJ-541/bodies/GJ541c/index.md new file mode 100644 index 000000000..d02e53120 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ541c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1363163577 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.416 + period_days: 110.0 + axial_tilt_deg: 9.4 +physical: + gravity_g: 0.64 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.932 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.058 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541c + +Hot Arid planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 110 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541c/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541c/markers.json new file mode 100644 index 000000000..3c0ff503f --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541c/markers.json @@ -0,0 +1,580 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 354 + ], + [ + 0, + 353 + ], + [ + 1, + 353 + ], + [ + 2, + 354 + ], + [ + 3, + 354 + ], + [ + 4, + 355 + ], + [ + 5, + 356 + ], + [ + 4, + 357 + ], + [ + 5, + 358 + ], + [ + 4, + 359 + ], + [ + 4, + 358 + ], + [ + 3, + 359 + ], + [ + 4, + 360 + ], + [ + 3, + 361 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 252, + 199 + ], + [ + 253, + 200 + ], + [ + 254, + 200 + ], + [ + 255, + 201 + ], + [ + 255, + 202 + ], + [ + 255, + 203 + ], + [ + 255, + 204 + ], + [ + 255, + 205 + ], + [ + 255, + 206 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 23, + 206 + ], + [ + 24, + 205 + ], + [ + 23, + 204 + ], + [ + 22, + 203 + ], + [ + 21, + 204 + ], + [ + 21, + 203 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 14, + 250 + ], + [ + 15, + 251 + ], + [ + 16, + 250 + ], + [ + 17, + 251 + ], + [ + 18, + 250 + ], + [ + 19, + 251 + ], + [ + 20, + 252 + ], + [ + 21, + 253 + ], + [ + 22, + 252 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 126, + 200 + ], + [ + 127, + 199 + ], + [ + 128, + 198 + ], + [ + 129, + 198 + ], + [ + 130, + 198 + ], + [ + 131, + 199 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 20, + 67 + ], + [ + 21, + 68 + ], + [ + 22, + 69 + ], + [ + 23, + 69 + ], + [ + 24, + 70 + ], + [ + 25, + 70 + ], + [ + 26, + 69 + ], + [ + 27, + 70 + ], + [ + 27, + 71 + ], + [ + 28, + 70 + ], + [ + 28, + 69 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 34, + 214 + ], + [ + 35, + 214 + ], + [ + 36, + 214 + ], + [ + 37, + 214 + ], + [ + 38, + 215 + ], + [ + 39, + 215 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 253, + 163 + ], + [ + 252, + 162 + ], + [ + 251, + 161 + ], + [ + 250, + 160 + ], + [ + 249, + 159 + ], + [ + 248, + 159 + ], + [ + 247, + 160 + ], + [ + 246, + 160 + ], + [ + 245, + 159 + ], + [ + 244, + 159 + ], + [ + 243, + 159 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 291 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 205, + 233 + ], + "area_fraction": 0.0315 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 486 + ], + "peak": [ + 52, + 499 + ], + "area_cells": 1011 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 141 + ], + "peak": [ + 95, + 89 + ], + "area_cells": 28102 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 2 + ], + "peak": [ + 51, + 0 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 69, + 15 + ], + "peak": [ + 70, + 19 + ], + "area_cells": 318 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 507 + ], + "peak": [ + 65, + 509 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 499 + ], + "peak": [ + 75, + 500 + ], + "area_cells": 112 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 477 + ], + "peak": [ + 75, + 474 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 126, + 497 + ], + "peak": [ + 128, + 505 + ], + "area_cells": 689 + }, + { + "id": "range_14", + "name": null, + "center": [ + 117, + 416 + ], + "peak": [ + 117, + 417 + ], + "area_cells": 22 + }, + { + "id": "range_15", + "name": null, + "center": [ + 174, + 386 + ], + "peak": [ + 143, + 380 + ], + "area_cells": 3490 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 464 + ], + "peak": [ + 125, + 462 + ], + "area_cells": 244 + }, + { + "id": "range_17", + "name": null, + "center": [ + 136, + 419 + ], + "peak": [ + 134, + 418 + ], + "area_cells": 307 + }, + { + "id": "range_18", + "name": null, + "center": [ + 154, + 406 + ], + "peak": [ + 160, + 406 + ], + "area_cells": 177 + }, + { + "id": "range_20", + "name": null, + "center": [ + 206, + 336 + ], + "peak": [ + 213, + 337 + ], + "area_cells": 209 + }, + { + "id": "range_21", + "name": null, + "center": [ + 215, + 135 + ], + "peak": [ + 211, + 140 + ], + "area_cells": 325 + }, + { + "id": "range_22", + "name": null, + "center": [ + 237, + 424 + ], + "peak": [ + 236, + 426 + ], + "area_cells": 249 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541d/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541d/globe.png new file mode 100644 index 000000000..f9ca39a59 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541d/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541d/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541d/heightmap.png new file mode 100644 index 000000000..e9b79c31b Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541d/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541d/index.md b/wiki/star-systems/GJ-541/bodies/GJ541d/index.md new file mode 100644 index 000000000..08ed62fbd --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ541d +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 314302918 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.739 + period_days: 260.0 + axial_tilt_deg: 7.7 +physical: + gravity_g: 0.72 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.945 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541d + +Hot Arid planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541d/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541d/markers.json new file mode 100644 index 000000000..e6880194f --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541d/markers.json @@ -0,0 +1,849 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 108, + 507 + ], + [ + 109, + 506 + ], + [ + 110, + 505 + ], + [ + 111, + 506 + ], + [ + 112, + 505 + ], + [ + 113, + 506 + ], + [ + 114, + 507 + ], + [ + 115, + 508 + ], + [ + 116, + 509 + ], + [ + 117, + 510 + ], + [ + 118, + 511 + ], + [ + 119, + 511 + ], + [ + 120, + 511 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 148, + 457 + ], + [ + 147, + 458 + ], + [ + 146, + 459 + ], + [ + 145, + 460 + ], + [ + 144, + 460 + ], + [ + 143, + 461 + ], + [ + 142, + 461 + ], + [ + 142, + 460 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 176, + 406 + ], + [ + 177, + 406 + ], + [ + 177, + 405 + ], + [ + 176, + 404 + ], + [ + 175, + 404 + ], + [ + 175, + 405 + ], + [ + 174, + 404 + ], + [ + 173, + 405 + ], + [ + 172, + 405 + ], + [ + 171, + 405 + ], + [ + 170, + 406 + ], + [ + 170, + 407 + ], + [ + 169, + 408 + ], + [ + 168, + 408 + ], + [ + 167, + 409 + ], + [ + 166, + 410 + ], + [ + 165, + 410 + ], + [ + 164, + 411 + ], + [ + 163, + 412 + ], + [ + 163, + 413 + ], + [ + 162, + 414 + ], + [ + 163, + 414 + ], + [ + 163, + 415 + ], + [ + 162, + 415 + ], + [ + 161, + 415 + ], + [ + 160, + 416 + ], + [ + 159, + 415 + ], + [ + 158, + 415 + ], + [ + 157, + 416 + ], + [ + 156, + 415 + ], + [ + 155, + 415 + ], + [ + 154, + 416 + ], + [ + 155, + 416 + ], + [ + 156, + 416 + ], + [ + 155, + 417 + ], + [ + 154, + 417 + ], + [ + 155, + 418 + ], + [ + 156, + 417 + ], + [ + 157, + 417 + ], + [ + 158, + 416 + ], + [ + 157, + 415 + ], + [ + 156, + 414 + ], + [ + 155, + 414 + ], + [ + 155, + 413 + ], + [ + 154, + 414 + ], + [ + 154, + 415 + ], + [ + 153, + 415 + ], + [ + 152, + 415 + ], + [ + 152, + 416 + ], + [ + 153, + 416 + ], + [ + 152, + 417 + ], + [ + 151, + 417 + ], + [ + 151, + 418 + ], + [ + 151, + 419 + ], + [ + 152, + 418 + ], + [ + 153, + 417 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 68, + 80 + ], + [ + 69, + 81 + ], + [ + 70, + 80 + ], + [ + 71, + 81 + ], + [ + 72, + 82 + ], + [ + 73, + 83 + ], + [ + 74, + 84 + ], + [ + 75, + 85 + ], + [ + 76, + 85 + ], + [ + 77, + 86 + ], + [ + 78, + 85 + ], + [ + 79, + 86 + ], + [ + 80, + 87 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 195, + 451 + ], + [ + 194, + 450 + ], + [ + 193, + 449 + ], + [ + 192, + 448 + ], + [ + 191, + 447 + ], + [ + 190, + 447 + ], + [ + 189, + 446 + ], + [ + 188, + 445 + ], + [ + 187, + 444 + ], + [ + 186, + 445 + ], + [ + 185, + 445 + ], + [ + 184, + 446 + ], + [ + 183, + 445 + ], + [ + 182, + 444 + ], + [ + 181, + 444 + ], + [ + 180, + 445 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 185, + 0 + ], + [ + 184, + 511 + ], + [ + 183, + 511 + ], + [ + 182, + 511 + ], + [ + 181, + 511 + ], + [ + 180, + 511 + ], + [ + 179, + 510 + ], + [ + 178, + 510 + ], + [ + 177, + 509 + ], + [ + 176, + 509 + ], + [ + 175, + 508 + ], + [ + 174, + 507 + ], + [ + 173, + 506 + ], + [ + 172, + 505 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 142, + 436 + ], + [ + 141, + 437 + ], + [ + 140, + 438 + ], + [ + 139, + 439 + ], + [ + 138, + 440 + ], + [ + 137, + 441 + ], + [ + 137, + 440 + ], + [ + 138, + 441 + ], + [ + 137, + 442 + ], + [ + 136, + 441 + ], + [ + 135, + 441 + ], + [ + 136, + 442 + ], + [ + 135, + 443 + ], + [ + 135, + 442 + ], + [ + 134, + 442 + ], + [ + 134, + 443 + ], + [ + 135, + 444 + ], + [ + 136, + 444 + ], + [ + 136, + 445 + ], + [ + 135, + 445 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 114, + 50 + ], + [ + 115, + 49 + ], + [ + 115, + 48 + ], + [ + 116, + 47 + ], + [ + 115, + 46 + ], + [ + 115, + 45 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 77, + 8 + ], + [ + 78, + 9 + ], + [ + 79, + 10 + ], + [ + 80, + 11 + ], + [ + 81, + 12 + ], + [ + 82, + 13 + ], + [ + 83, + 14 + ], + [ + 84, + 15 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 100, + 96 + ], + "area_fraction": 0.0702 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 165, + 477 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 349 + ], + "peak": [ + 7, + 347 + ], + "area_cells": 2324 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 24 + ], + "peak": [ + 18, + 0 + ], + "area_cells": 1067 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 219 + ], + "peak": [ + 28, + 202 + ], + "area_cells": 2610 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 473 + ], + "peak": [ + 16, + 510 + ], + "area_cells": 1179 + }, + { + "id": "range_5", + "name": null, + "center": [ + 154, + 283 + ], + "peak": [ + 179, + 293 + ], + "area_cells": 5189 + }, + { + "id": "range_7", + "name": null, + "center": [ + 146, + 306 + ], + "peak": [ + 148, + 306 + ], + "area_cells": 54 + }, + { + "id": "range_8", + "name": null, + "center": [ + 203, + 356 + ], + "peak": [ + 205, + 361 + ], + "area_cells": 152 + }, + { + "id": "range_11", + "name": null, + "center": [ + 239, + 347 + ], + "peak": [ + 237, + 354 + ], + "area_cells": 1868 + }, + { + "id": "range_12", + "name": null, + "center": [ + 228, + 495 + ], + "peak": [ + 229, + 496 + ], + "area_cells": 66 + }, + { + "id": "range_14", + "name": null, + "center": [ + 246, + 47 + ], + "peak": [ + 248, + 47 + ], + "area_cells": 31 + }, + { + "id": "range_15", + "name": null, + "center": [ + 247, + 185 + ], + "peak": [ + 248, + 180 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541e/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541e/globe.png new file mode 100644 index 000000000..59f13fbb3 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541e/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541e/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541e/heightmap.png new file mode 100644 index 000000000..2cc6b2499 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541e/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541e/index.md b/wiki/star-systems/GJ-541/bodies/GJ541e/index.md new file mode 100644 index 000000000..a248130a6 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541e/index.md @@ -0,0 +1,74 @@ +--- +id: GJ541e +name: CD-Prime +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2693520933 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: 0.84 + oblateness: 0.0029 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.562 + polar_ice_lat: 0.725 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.459 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# CD-Prime + +Temperate planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 200K | +| **Economy** | research | +| **Settlement** | urban_concentrated | +| **Industry** | research_export | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541e/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541e/markers.json new file mode 100644 index 000000000..4d29f5dc1 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541e/markers.json @@ -0,0 +1,918 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 135, + 464 + ], + [ + 134, + 463 + ], + [ + 133, + 464 + ], + [ + 132, + 465 + ], + [ + 131, + 466 + ], + [ + 130, + 467 + ], + [ + 131, + 468 + ], + [ + 130, + 468 + ], + [ + 130, + 469 + ], + [ + 131, + 470 + ], + [ + 130, + 470 + ], + [ + 130, + 471 + ], + [ + 131, + 472 + ], + [ + 131, + 473 + ], + [ + 131, + 474 + ], + [ + 132, + 475 + ], + [ + 131, + 475 + ], + [ + 131, + 476 + ], + [ + 130, + 477 + ], + [ + 131, + 477 + ], + [ + 130, + 478 + ], + [ + 130, + 479 + ], + [ + 131, + 478 + ], + [ + 132, + 478 + ], + [ + 133, + 479 + ], + [ + 133, + 480 + ], + [ + 133, + 481 + ], + [ + 134, + 482 + ], + [ + 135, + 483 + ], + [ + 136, + 484 + ], + [ + 137, + 485 + ], + [ + 138, + 486 + ], + [ + 139, + 487 + ], + [ + 140, + 488 + ], + [ + 141, + 489 + ], + [ + 142, + 490 + ], + [ + 143, + 490 + ], + [ + 144, + 490 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 109, + 253 + ], + [ + 108, + 254 + ], + [ + 107, + 255 + ], + [ + 106, + 254 + ], + [ + 105, + 255 + ], + [ + 104, + 254 + ], + [ + 103, + 253 + ], + [ + 102, + 253 + ], + [ + 101, + 253 + ], + [ + 100, + 252 + ], + [ + 101, + 251 + ], + [ + 100, + 251 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 37, + 41 + ], + [ + 36, + 42 + ], + [ + 37, + 43 + ], + [ + 38, + 44 + ], + [ + 37, + 45 + ], + [ + 37, + 46 + ], + [ + 36, + 47 + ], + [ + 36, + 48 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 146, + 199 + ], + [ + 147, + 200 + ], + [ + 148, + 199 + ], + [ + 149, + 198 + ], + [ + 150, + 197 + ], + [ + 151, + 196 + ], + [ + 152, + 195 + ], + [ + 153, + 194 + ], + [ + 154, + 195 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 108, + 231 + ], + [ + 107, + 232 + ], + [ + 106, + 233 + ], + [ + 105, + 234 + ], + [ + 104, + 235 + ], + [ + 103, + 236 + ], + [ + 104, + 236 + ], + [ + 103, + 237 + ], + [ + 103, + 238 + ], + [ + 102, + 239 + ], + [ + 102, + 238 + ], + [ + 102, + 237 + ], + [ + 101, + 238 + ], + [ + 101, + 237 + ], + [ + 102, + 236 + ], + [ + 102, + 235 + ], + [ + 101, + 236 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 136, + 206 + ], + [ + 137, + 205 + ], + [ + 137, + 204 + ], + [ + 138, + 203 + ], + [ + 138, + 202 + ], + [ + 137, + 201 + ], + [ + 137, + 200 + ], + [ + 137, + 199 + ], + [ + 136, + 199 + ], + [ + 136, + 198 + ], + [ + 136, + 197 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 148, + 73 + ], + [ + 147, + 73 + ], + [ + 146, + 73 + ], + [ + 145, + 74 + ], + [ + 145, + 75 + ], + [ + 145, + 76 + ], + [ + 145, + 77 + ], + [ + 145, + 78 + ], + [ + 145, + 79 + ], + [ + 146, + 80 + ], + [ + 145, + 81 + ], + [ + 145, + 82 + ], + [ + 146, + 83 + ], + [ + 145, + 84 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 9, + 24 + ], + [ + 8, + 24 + ], + [ + 7, + 25 + ], + [ + 6, + 26 + ], + [ + 5, + 27 + ], + [ + 4, + 27 + ], + [ + 3, + 28 + ], + [ + 2, + 29 + ], + [ + 1, + 30 + ], + [ + 0, + 31 + ], + [ + 0, + 32 + ], + [ + 0, + 33 + ], + [ + 1, + 34 + ], + [ + 0, + 35 + ], + [ + 0, + 36 + ], + [ + 1, + 37 + ], + [ + 0, + 37 + ], + [ + 1, + 38 + ], + [ + 0, + 39 + ], + [ + 1, + 40 + ], + [ + 1, + 41 + ], + [ + 1, + 42 + ], + [ + 2, + 43 + ], + [ + 2, + 44 + ], + [ + 3, + 45 + ], + [ + 3, + 46 + ], + [ + 4, + 47 + ], + [ + 5, + 48 + ], + [ + 6, + 49 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 47, + 66 + ], + [ + 46, + 66 + ], + [ + 45, + 65 + ], + [ + 44, + 66 + ], + [ + 43, + 65 + ], + [ + 42, + 64 + ], + [ + 41, + 63 + ], + [ + 40, + 62 + ], + [ + 39, + 63 + ], + [ + 38, + 62 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 168, + 407 + ], + [ + 167, + 406 + ], + [ + 166, + 405 + ], + [ + 165, + 404 + ], + [ + 164, + 403 + ], + [ + 163, + 404 + ], + [ + 162, + 405 + ], + [ + 161, + 405 + ], + [ + 162, + 406 + ], + [ + 161, + 407 + ], + [ + 162, + 408 + ], + [ + 161, + 409 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 129, + 454 + ], + [ + 130, + 454 + ], + [ + 131, + 454 + ], + [ + 132, + 454 + ], + [ + 133, + 453 + ], + [ + 134, + 452 + ], + [ + 135, + 451 + ], + [ + 136, + 451 + ], + [ + 137, + 450 + ], + [ + 138, + 449 + ], + [ + 139, + 449 + ], + [ + 140, + 448 + ], + [ + 141, + 447 + ], + [ + 142, + 446 + ], + [ + 143, + 446 + ], + [ + 144, + 446 + ], + [ + 145, + 445 + ], + [ + 146, + 444 + ], + [ + 146, + 443 + ], + [ + 147, + 442 + ], + [ + 146, + 441 + ], + [ + 147, + 440 + ], + [ + 147, + 439 + ], + [ + 147, + 438 + ], + [ + 146, + 437 + ], + [ + 147, + 437 + ], + [ + 148, + 436 + ], + [ + 147, + 435 + ], + [ + 147, + 434 + ], + [ + 148, + 435 + ], + [ + 148, + 434 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 13, + 142 + ], + "area_fraction": 0.0441 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 203, + 247 + ], + "area_fraction": 0.392 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 470 + ], + "peak": [ + 89, + 469 + ], + "area_cells": 6864 + }, + { + "id": "range_2", + "name": null, + "center": [ + 81, + 353 + ], + "peak": [ + 92, + 361 + ], + "area_cells": 6726 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 90 + ], + "peak": [ + 79, + 130 + ], + "area_cells": 8781 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 199 + ], + "peak": [ + 146, + 199 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541f-m1/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/globe.png new file mode 100644 index 000000000..a874ac7f7 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541f-m1/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/heightmap.png new file mode 100644 index 000000000..481f3a828 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541f-m1/index.md b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/index.md new file mode 100644 index 000000000..d700a93d4 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ541f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1527833868 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 57.3 +physical: + gravity_g: 0.09 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.191 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541f-m1 + +Frozen moon. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 96% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541f-m1/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/markers.json new file mode 100644 index 000000000..343274e44 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541f-m1/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 34, + 141 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 505 + ], + "peak": [ + 106, + 504 + ], + "area_cells": 155 + }, + { + "id": "range_2", + "name": null, + "center": [ + 103, + 8 + ], + "peak": [ + 107, + 0 + ], + "area_cells": 160 + }, + { + "id": "range_4", + "name": null, + "center": [ + 156, + 35 + ], + "peak": [ + 167, + 14 + ], + "area_cells": 2245 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 459 + ], + "peak": [ + 152, + 483 + ], + "area_cells": 3794 + }, + { + "id": "range_8", + "name": null, + "center": [ + 215, + 177 + ], + "peak": [ + 219, + 167 + ], + "area_cells": 11427 + }, + { + "id": "range_9", + "name": null, + "center": [ + 227, + 404 + ], + "peak": [ + 219, + 378 + ], + "area_cells": 6224 + }, + { + "id": "range_11", + "name": null, + "center": [ + 204, + 39 + ], + "peak": [ + 205, + 39 + ], + "area_cells": 63 + }, + { + "id": "range_13", + "name": null, + "center": [ + 245, + 22 + ], + "peak": [ + 254, + 38 + ], + "area_cells": 990 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541f/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541f/globe.png new file mode 100644 index 000000000..3aa5d3b4e Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541f/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541f/index.md b/wiki/star-systems/GJ-541/bodies/GJ541f/index.md new file mode 100644 index 000000000..84e270664 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ541f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1393643838 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 17.2 +physical: + gravity_g: null + oblateness: 0.0771 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.188 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.062 +rings: + enabled: true + inner_radius_factor: 1.12 + outer_radius_factor: 2.59 + opacity_base: 0.64 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ541f + +Gas giant. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541g/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541g/globe.png new file mode 100644 index 000000000..d85655f07 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541g/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541g/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541g/heightmap.png new file mode 100644 index 000000000..31fb58044 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541g/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541g/index.md b/wiki/star-systems/GJ-541/bodies/GJ541g/index.md new file mode 100644 index 000000000..cf772a84d --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ541g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1748013688 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 32.6 +physical: + gravity_g: 0.42 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.735 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541g + +Frozen planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541g/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541g/markers.json new file mode 100644 index 000000000..2e1d9a964 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541g/markers.json @@ -0,0 +1,193 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 56 + ], + "area_fraction": 0.0362 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 19, + 291 + ], + "area_fraction": 0.0534 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 27, + 474 + ], + "area_fraction": 0.0232 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 70, + 365 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 93, + 7 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 128, + 323 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 149, + 370 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_49", + "name": null, + "kind": "sea", + "center": [ + 171, + 37 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_52", + "name": null, + "kind": "sea", + "center": [ + 181, + 443 + ], + "area_fraction": 0.0389 + }, + { + "id": "water_61", + "name": null, + "kind": "lake", + "center": [ + 247, + 29 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 440 + ], + "peak": [ + 74, + 437 + ], + "area_cells": 886 + }, + { + "id": "range_2", + "name": null, + "center": [ + 225, + 245 + ], + "peak": [ + 224, + 146 + ], + "area_cells": 12694 + }, + { + "id": "range_3", + "name": null, + "center": [ + 188, + 272 + ], + "peak": [ + 191, + 274 + ], + "area_cells": 180 + }, + { + "id": "range_4", + "name": null, + "center": [ + 183, + 318 + ], + "peak": [ + 181, + 321 + ], + "area_cells": 77 + }, + { + "id": "range_5", + "name": null, + "center": [ + 192, + 119 + ], + "peak": [ + 194, + 119 + ], + "area_cells": 79 + }, + { + "id": "range_6", + "name": null, + "center": [ + 218, + 300 + ], + "peak": [ + 217, + 300 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541h/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541h/globe.png new file mode 100644 index 000000000..c1bb933fd Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541h/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541h/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541h/heightmap.png new file mode 100644 index 000000000..2f968f10a Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541h/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541h/index.md b/wiki/star-systems/GJ-541/bodies/GJ541h/index.md new file mode 100644 index 000000000..11f7f9118 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ541h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2806725106 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.611 + period_days: 8600.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.3 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.775 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541h + +Frozen planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541h/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541h/markers.json new file mode 100644 index 000000000..2db403a4b --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541h/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 54, + 31 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 80, + 496 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 125, + 46 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 103, + 420 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 177, + 139 + ], + "area_fraction": 0.0514 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 186, + 419 + ], + "area_fraction": 0.0685 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 154 + ], + "peak": [ + 40, + 171 + ], + "area_cells": 9821 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 321 + ], + "peak": [ + 0, + 301 + ], + "area_cells": 1982 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 479 + ], + "peak": [ + 9, + 511 + ], + "area_cells": 1626 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 206 + ], + "peak": [ + 22, + 206 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 78, + 286 + ], + "peak": [ + 78, + 288 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 188, + 296 + ], + "peak": [ + 197, + 289 + ], + "area_cells": 2364 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-541/bodies/GJ541i/globe.png b/wiki/star-systems/GJ-541/bodies/GJ541i/globe.png new file mode 100644 index 000000000..93149e99f Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541i/globe.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541i/heightmap.png b/wiki/star-systems/GJ-541/bodies/GJ541i/heightmap.png new file mode 100644 index 000000000..5bfd11073 Binary files /dev/null and b/wiki/star-systems/GJ-541/bodies/GJ541i/heightmap.png differ diff --git a/wiki/star-systems/GJ-541/bodies/GJ541i/index.md b/wiki/star-systems/GJ-541/bodies/GJ541i/index.md new file mode 100644 index 000000000..b2001b29b --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ541i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 308298362 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.911 + period_days: 19000.0 + axial_tilt_deg: 24.6 +physical: + gravity_g: 0.12 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.895 + polar_ice_lat: 0.12 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ541i + +Frozen planet. + +**System:** [GJ-541](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 19000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-541/bodies/GJ541i/markers.json b/wiki/star-systems/GJ-541/bodies/GJ541i/markers.json new file mode 100644 index 000000000..6448fd981 --- /dev/null +++ b/wiki/star-systems/GJ-541/bodies/GJ541i/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 51 + ], + "area_fraction": 0.0298 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 54, + 469 + ], + "area_fraction": 0.0446 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 55, + 18 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 96, + 313 + ], + "peak": [ + 97, + 316 + ], + "area_cells": 95 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 185 + ], + "peak": [ + 110, + 185 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 113, + 173 + ], + "peak": [ + 114, + 174 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 163 + ], + "peak": [ + 124, + 163 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 221, + 265 + ], + "peak": [ + 221, + 226 + ], + "area_cells": 29337 + }, + { + "id": "range_6", + "name": null, + "center": [ + 157, + 374 + ], + "peak": [ + 159, + 374 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ542b/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542b/globe.png new file mode 100644 index 000000000..09a422e99 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542b/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542b/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542b/heightmap.png new file mode 100644 index 000000000..1bf1ba0ac Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542b/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542b/index.md b/wiki/star-systems/GJ-542/bodies/GJ542b/index.md new file mode 100644 index 000000000..f1d3994eb --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ542b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 287218390 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 36.9 +physical: + gravity_g: 0.4 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.872 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542b + +Barren planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 98% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542b/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542b/markers.json new file mode 100644 index 000000000..c11da617f --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542b/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 52, + 251 + ], + "peak": [ + 63, + 258 + ], + "area_cells": 468 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 167 + ], + "peak": [ + 90, + 193 + ], + "area_cells": 5996 + }, + { + "id": "range_6", + "name": null, + "center": [ + 52, + 27 + ], + "peak": [ + 54, + 28 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 318 + ], + "peak": [ + 53, + 318 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 67, + 286 + ], + "peak": [ + 59, + 297 + ], + "area_cells": 529 + }, + { + "id": "range_12", + "name": null, + "center": [ + 75, + 506 + ], + "peak": [ + 84, + 511 + ], + "area_cells": 207 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 35 + ], + "peak": [ + 128, + 2 + ], + "area_cells": 4474 + }, + { + "id": "range_15", + "name": null, + "center": [ + 125, + 432 + ], + "peak": [ + 151, + 438 + ], + "area_cells": 6104 + }, + { + "id": "range_19", + "name": null, + "center": [ + 125, + 304 + ], + "peak": [ + 146, + 317 + ], + "area_cells": 3289 + }, + { + "id": "range_21", + "name": null, + "center": [ + 121, + 153 + ], + "peak": [ + 121, + 154 + ], + "area_cells": 37 + }, + { + "id": "range_25", + "name": null, + "center": [ + 160, + 499 + ], + "peak": [ + 160, + 502 + ], + "area_cells": 114 + }, + { + "id": "range_26", + "name": null, + "center": [ + 204, + 153 + ], + "peak": [ + 202, + 153 + ], + "area_cells": 2448 + }, + { + "id": "range_30", + "name": null, + "center": [ + 202, + 55 + ], + "peak": [ + 196, + 56 + ], + "area_cells": 618 + }, + { + "id": "range_31", + "name": null, + "center": [ + 172, + 333 + ], + "peak": [ + 173, + 333 + ], + "area_cells": 25 + }, + { + "id": "range_32", + "name": null, + "center": [ + 199, + 20 + ], + "peak": [ + 200, + 21 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542c/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542c/globe.png new file mode 100644 index 000000000..99f7a82cb Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542c/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542c/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542c/heightmap.png new file mode 100644 index 000000000..95bd4a839 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542c/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542c/index.md b/wiki/star-systems/GJ-542/bodies/GJ542c/index.md new file mode 100644 index 000000000..041d695c4 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ542c +name: Kopparmark +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3105696594 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: 0.9 + oblateness: 0.0042 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.601 + polar_ice_lat: 0.781 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kopparmark + +Temperate planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 60% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 36K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542c/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542c/markers.json new file mode 100644 index 000000000..53530b7e2 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542c/markers.json @@ -0,0 +1,613 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 490 + ], + [ + 129, + 489 + ], + [ + 128, + 488 + ], + [ + 127, + 487 + ], + [ + 127, + 486 + ], + [ + 126, + 485 + ], + [ + 127, + 484 + ], + [ + 128, + 483 + ], + [ + 129, + 482 + ], + [ + 128, + 481 + ], + [ + 129, + 480 + ], + [ + 130, + 479 + ], + [ + 130, + 478 + ], + [ + 130, + 477 + ], + [ + 129, + 476 + ], + [ + 129, + 475 + ], + [ + 130, + 474 + ], + [ + 130, + 473 + ], + [ + 131, + 473 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 269 + ], + [ + 254, + 270 + ], + [ + 253, + 270 + ], + [ + 253, + 269 + ], + [ + 252, + 270 + ], + [ + 252, + 271 + ], + [ + 252, + 272 + ], + [ + 253, + 273 + ], + [ + 254, + 274 + ], + [ + 253, + 275 + ], + [ + 254, + 275 + ], + [ + 253, + 276 + ], + [ + 252, + 276 + ], + [ + 253, + 277 + ], + [ + 253, + 278 + ], + [ + 254, + 278 + ], + [ + 253, + 279 + ], + [ + 254, + 280 + ], + [ + 253, + 281 + ], + [ + 252, + 280 + ], + [ + 252, + 281 + ], + [ + 251, + 282 + ], + [ + 251, + 283 + ], + [ + 251, + 284 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 83, + 421 + ], + [ + 84, + 420 + ], + [ + 85, + 419 + ], + [ + 86, + 418 + ], + [ + 87, + 417 + ], + [ + 88, + 416 + ], + [ + 89, + 415 + ], + [ + 90, + 414 + ], + [ + 91, + 413 + ], + [ + 92, + 412 + ], + [ + 93, + 412 + ], + [ + 94, + 413 + ], + [ + 95, + 414 + ], + [ + 96, + 414 + ], + [ + 97, + 415 + ], + [ + 97, + 416 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 221 + ], + [ + 237, + 220 + ], + [ + 236, + 219 + ], + [ + 235, + 218 + ], + [ + 234, + 218 + ], + [ + 233, + 217 + ], + [ + 232, + 216 + ], + [ + 231, + 216 + ], + [ + 230, + 216 + ], + [ + 229, + 216 + ], + [ + 228, + 216 + ], + [ + 227, + 216 + ], + [ + 226, + 217 + ], + [ + 225, + 218 + ], + [ + 224, + 219 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 151, + 0 + ], + [ + 150, + 511 + ], + [ + 149, + 510 + ], + [ + 148, + 510 + ], + [ + 148, + 511 + ], + [ + 147, + 0 + ], + [ + 146, + 0 + ], + [ + 145, + 1 + ], + [ + 144, + 0 + ], + [ + 143, + 1 + ], + [ + 142, + 2 + ], + [ + 141, + 3 + ], + [ + 140, + 3 + ], + [ + 139, + 4 + ], + [ + 140, + 5 + ], + [ + 139, + 6 + ], + [ + 138, + 7 + ], + [ + 139, + 8 + ], + [ + 140, + 9 + ], + [ + 139, + 10 + ], + [ + 139, + 9 + ], + [ + 138, + 10 + ], + [ + 139, + 11 + ], + [ + 140, + 10 + ], + [ + 140, + 11 + ], + [ + 141, + 10 + ], + [ + 141, + 9 + ], + [ + 140, + 8 + ], + [ + 139, + 7 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 217, + 224 + ], + [ + 218, + 225 + ], + [ + 219, + 224 + ], + [ + 220, + 225 + ], + [ + 221, + 225 + ], + [ + 222, + 224 + ], + [ + 223, + 224 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 286 + ], + "area_fraction": 0.2441 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 216, + 399 + ], + "area_fraction": 0.0671 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 229, + 97 + ], + "area_fraction": 0.0779 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 107, + 98 + ], + "peak": [ + 109, + 87 + ], + "area_cells": 4087 + }, + { + "id": "range_4", + "name": null, + "center": [ + 88, + 335 + ], + "peak": [ + 87, + 336 + ], + "area_cells": 90 + }, + { + "id": "range_5", + "name": null, + "center": [ + 136, + 366 + ], + "peak": [ + 132, + 378 + ], + "area_cells": 3139 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 18 + ], + "peak": [ + 118, + 20 + ], + "area_cells": 250 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 264 + ], + "peak": [ + 153, + 275 + ], + "area_cells": 873 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 447 + ], + "peak": [ + 159, + 444 + ], + "area_cells": 179 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 328 + ], + "peak": [ + 171, + 332 + ], + "area_cells": 236 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542d/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542d/globe.png new file mode 100644 index 000000000..1eeca9cff Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542d/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542d/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542d/heightmap.png new file mode 100644 index 000000000..539784f47 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542d/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542d/index.md b/wiki/star-systems/GJ-542/bodies/GJ542d/index.md new file mode 100644 index 000000000..65caf08d3 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ542d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1133998757 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: 0.56 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.561 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.186 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542d + +Cold Arid planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542d/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542d/markers.json new file mode 100644 index 000000000..f37b5880b --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542d/markers.json @@ -0,0 +1,1041 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 148, + 282 + ], + [ + 149, + 283 + ], + [ + 150, + 284 + ], + [ + 151, + 285 + ], + [ + 152, + 286 + ], + [ + 153, + 287 + ], + [ + 154, + 288 + ], + [ + 154, + 289 + ], + [ + 154, + 290 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 445 + ], + [ + 129, + 446 + ], + [ + 130, + 447 + ], + [ + 131, + 448 + ], + [ + 132, + 447 + ], + [ + 133, + 447 + ], + [ + 134, + 448 + ], + [ + 135, + 448 + ], + [ + 136, + 449 + ], + [ + 137, + 449 + ], + [ + 138, + 450 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 252, + 285 + ], + [ + 253, + 285 + ], + [ + 254, + 285 + ], + [ + 253, + 284 + ], + [ + 252, + 284 + ], + [ + 252, + 283 + ], + [ + 253, + 283 + ], + [ + 254, + 282 + ], + [ + 255, + 283 + ], + [ + 255, + 282 + ], + [ + 255, + 281 + ], + [ + 254, + 281 + ], + [ + 254, + 280 + ], + [ + 255, + 280 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 58, + 255 + ], + [ + 57, + 255 + ], + [ + 56, + 254 + ], + [ + 55, + 253 + ], + [ + 54, + 253 + ], + [ + 54, + 254 + ], + [ + 53, + 254 + ], + [ + 54, + 255 + ], + [ + 55, + 254 + ], + [ + 56, + 253 + ], + [ + 55, + 252 + ], + [ + 56, + 251 + ], + [ + 57, + 251 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 237, + 415 + ], + [ + 236, + 414 + ], + [ + 237, + 413 + ], + [ + 238, + 412 + ], + [ + 239, + 411 + ], + [ + 240, + 410 + ], + [ + 241, + 409 + ], + [ + 242, + 408 + ], + [ + 243, + 407 + ], + [ + 244, + 406 + ], + [ + 245, + 405 + ], + [ + 246, + 404 + ], + [ + 247, + 403 + ], + [ + 248, + 402 + ], + [ + 249, + 401 + ], + [ + 250, + 401 + ], + [ + 251, + 400 + ], + [ + 252, + 399 + ], + [ + 252, + 398 + ], + [ + 252, + 397 + ], + [ + 253, + 397 + ], + [ + 252, + 396 + ], + [ + 252, + 395 + ], + [ + 251, + 394 + ], + [ + 252, + 393 + ], + [ + 251, + 392 + ], + [ + 251, + 391 + ], + [ + 251, + 390 + ], + [ + 250, + 390 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 114, + 181 + ], + [ + 115, + 181 + ], + [ + 116, + 180 + ], + [ + 117, + 179 + ], + [ + 118, + 178 + ], + [ + 119, + 177 + ], + [ + 120, + 176 + ], + [ + 121, + 175 + ], + [ + 122, + 174 + ], + [ + 122, + 173 + ], + [ + 123, + 172 + ], + [ + 122, + 171 + ], + [ + 122, + 170 + ], + [ + 121, + 169 + ], + [ + 120, + 169 + ], + [ + 119, + 169 + ], + [ + 118, + 168 + ], + [ + 117, + 167 + ], + [ + 116, + 166 + ], + [ + 115, + 167 + ], + [ + 114, + 166 + ], + [ + 113, + 165 + ], + [ + 112, + 165 + ], + [ + 112, + 166 + ], + [ + 113, + 166 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 219, + 432 + ], + [ + 220, + 431 + ], + [ + 220, + 430 + ], + [ + 221, + 429 + ], + [ + 221, + 428 + ], + [ + 222, + 427 + ], + [ + 223, + 426 + ], + [ + 223, + 425 + ], + [ + 223, + 424 + ], + [ + 222, + 423 + ], + [ + 221, + 422 + ], + [ + 222, + 421 + ], + [ + 223, + 420 + ], + [ + 222, + 419 + ], + [ + 223, + 418 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 234, + 263 + ], + [ + 235, + 264 + ], + [ + 236, + 265 + ], + [ + 237, + 266 + ], + [ + 236, + 267 + ], + [ + 237, + 268 + ], + [ + 236, + 268 + ], + [ + 237, + 269 + ], + [ + 236, + 270 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 10, + 242 + ], + [ + 9, + 243 + ], + [ + 10, + 244 + ], + [ + 11, + 245 + ], + [ + 12, + 245 + ], + [ + 13, + 244 + ], + [ + 14, + 245 + ], + [ + 15, + 245 + ], + [ + 16, + 245 + ], + [ + 17, + 244 + ], + [ + 18, + 244 + ], + [ + 19, + 245 + ], + [ + 20, + 244 + ], + [ + 21, + 243 + ], + [ + 22, + 243 + ], + [ + 23, + 244 + ], + [ + 24, + 243 + ], + [ + 25, + 244 + ], + [ + 26, + 245 + ], + [ + 27, + 245 + ], + [ + 28, + 246 + ], + [ + 29, + 247 + ], + [ + 30, + 247 + ], + [ + 31, + 246 + ], + [ + 32, + 247 + ], + [ + 33, + 248 + ], + [ + 34, + 248 + ], + [ + 34, + 249 + ], + [ + 35, + 250 + ], + [ + 35, + 251 + ], + [ + 34, + 251 + ], + [ + 35, + 252 + ], + [ + 34, + 252 + ], + [ + 33, + 251 + ], + [ + 34, + 250 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 169, + 302 + ], + [ + 168, + 301 + ], + [ + 167, + 300 + ], + [ + 166, + 299 + ], + [ + 165, + 298 + ], + [ + 164, + 298 + ], + [ + 163, + 298 + ], + [ + 162, + 297 + ], + [ + 161, + 296 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 150, + 259 + ], + [ + 149, + 260 + ], + [ + 148, + 259 + ], + [ + 148, + 258 + ], + [ + 147, + 257 + ], + [ + 146, + 257 + ], + [ + 145, + 256 + ], + [ + 144, + 255 + ], + [ + 143, + 255 + ], + [ + 142, + 255 + ], + [ + 141, + 254 + ], + [ + 140, + 253 + ], + [ + 139, + 254 + ], + [ + 138, + 254 + ], + [ + 139, + 255 + ], + [ + 139, + 256 + ], + [ + 138, + 255 + ], + [ + 137, + 256 + ], + [ + 138, + 257 + ], + [ + 138, + 256 + ], + [ + 137, + 255 + ], + [ + 136, + 255 + ], + [ + 135, + 254 + ], + [ + 134, + 254 + ], + [ + 133, + 253 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 176, + 262 + ], + [ + 175, + 263 + ], + [ + 174, + 264 + ], + [ + 173, + 265 + ], + [ + 172, + 266 + ], + [ + 171, + 267 + ], + [ + 170, + 268 + ], + [ + 169, + 269 + ], + [ + 168, + 270 + ], + [ + 167, + 271 + ], + [ + 166, + 272 + ], + [ + 165, + 273 + ], + [ + 164, + 272 + ], + [ + 163, + 273 + ], + [ + 162, + 274 + ], + [ + 161, + 273 + ], + [ + 160, + 272 + ], + [ + 160, + 271 + ], + [ + 159, + 271 + ], + [ + 159, + 270 + ], + [ + 160, + 270 + ], + [ + 161, + 271 + ], + [ + 161, + 272 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 170, + 315 + ], + "area_fraction": 0.0568 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 204, + 266 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 76 + ], + "peak": [ + 60, + 84 + ], + "area_cells": 4970 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 442 + ], + "peak": [ + 56, + 456 + ], + "area_cells": 11161 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 150 + ], + "peak": [ + 49, + 150 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 166 + ], + "peak": [ + 155, + 166 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 183, + 123 + ], + "peak": [ + 182, + 130 + ], + "area_cells": 207 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542e-m1/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/globe.png new file mode 100644 index 000000000..44742ddc1 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542e-m1/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/heightmap.png new file mode 100644 index 000000000..c3b2c4bae Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542e-m1/index.md b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/index.md new file mode 100644 index 000000000..4f68e1705 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ542e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3514212317 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.29 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.312 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542e-m1 + +Frozen moon. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542e-m1/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/markers.json new file mode 100644 index 000000000..24dc0918f --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542e-m1/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 132, + 81 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 13 + ], + "peak": [ + 8, + 9 + ], + "area_cells": 439 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 499 + ], + "peak": [ + 8, + 511 + ], + "area_cells": 358 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 431 + ], + "peak": [ + 37, + 409 + ], + "area_cells": 4535 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 60 + ], + "peak": [ + 30, + 67 + ], + "area_cells": 367 + }, + { + "id": "range_9", + "name": null, + "center": [ + 37, + 319 + ], + "peak": [ + 39, + 322 + ], + "area_cells": 169 + }, + { + "id": "range_11", + "name": null, + "center": [ + 52, + 367 + ], + "peak": [ + 52, + 369 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 179, + 454 + ], + "peak": [ + 180, + 455 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 223, + 398 + ], + "peak": [ + 227, + 361 + ], + "area_cells": 8064 + }, + { + "id": "range_15", + "name": null, + "center": [ + 206, + 43 + ], + "peak": [ + 204, + 41 + ], + "area_cells": 839 + }, + { + "id": "range_18", + "name": null, + "center": [ + 215, + 108 + ], + "peak": [ + 217, + 105 + ], + "area_cells": 269 + }, + { + "id": "range_19", + "name": null, + "center": [ + 212, + 213 + ], + "peak": [ + 212, + 213 + ], + "area_cells": 54 + }, + { + "id": "range_20", + "name": null, + "center": [ + 221, + 493 + ], + "peak": [ + 226, + 490 + ], + "area_cells": 223 + }, + { + "id": "range_21", + "name": null, + "center": [ + 237, + 233 + ], + "peak": [ + 241, + 236 + ], + "area_cells": 4264 + }, + { + "id": "range_23", + "name": null, + "center": [ + 234, + 22 + ], + "peak": [ + 231, + 22 + ], + "area_cells": 24 + }, + { + "id": "range_24", + "name": null, + "center": [ + 249, + 315 + ], + "peak": [ + 244, + 316 + ], + "area_cells": 135 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542e/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542e/globe.png new file mode 100644 index 000000000..7bc71547d Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542e/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542e/index.md b/wiki/star-systems/GJ-542/bodies/GJ542e/index.md new file mode 100644 index 000000000..5b2e8b807 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ542e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3906791125 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 11.7 +physical: + gravity_g: null + oblateness: 0.0873 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.136 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 2 + storm_max_size: 0.07 +--- + +# GJ542e + +Gas giant. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542f/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542f/globe.png new file mode 100644 index 000000000..4bc23ae21 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542f/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542f/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542f/heightmap.png new file mode 100644 index 000000000..ae098067b Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542f/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542f/index.md b/wiki/star-systems/GJ-542/bodies/GJ542f/index.md new file mode 100644 index 000000000..074ded2c5 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ542f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1263727546 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 47.8 +physical: + gravity_g: 0.42 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.812 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542f + +Frozen planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542f/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542f/markers.json new file mode 100644 index 000000000..cc03a6da8 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542f/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 20, + 301 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 146, + 108 + ], + "area_fraction": 0.1037 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 137, + 398 + ], + "area_fraction": 0.0585 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 22 + ], + "peak": [ + 0, + 4 + ], + "area_cells": 2588 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 446 + ], + "peak": [ + 13, + 482 + ], + "area_cells": 7369 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 180 + ], + "peak": [ + 45, + 216 + ], + "area_cells": 4542 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 236 + ], + "peak": [ + 23, + 236 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 85 + ], + "peak": [ + 65, + 76 + ], + "area_cells": 443 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 286 + ], + "peak": [ + 64, + 277 + ], + "area_cells": 928 + }, + { + "id": "range_10", + "name": null, + "center": [ + 64, + 233 + ], + "peak": [ + 64, + 233 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 97, + 217 + ], + "peak": [ + 98, + 217 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 177 + ], + "peak": [ + 113, + 178 + ], + "area_cells": 97 + }, + { + "id": "range_14", + "name": null, + "center": [ + 110, + 162 + ], + "peak": [ + 110, + 161 + ], + "area_cells": 31 + }, + { + "id": "range_16", + "name": null, + "center": [ + 150, + 275 + ], + "peak": [ + 153, + 292 + ], + "area_cells": 2776 + }, + { + "id": "range_18", + "name": null, + "center": [ + 207, + 450 + ], + "peak": [ + 206, + 450 + ], + "area_cells": 35 + }, + { + "id": "range_19", + "name": null, + "center": [ + 220, + 27 + ], + "peak": [ + 215, + 40 + ], + "area_cells": 616 + }, + { + "id": "range_20", + "name": null, + "center": [ + 226, + 428 + ], + "peak": [ + 225, + 427 + ], + "area_cells": 527 + }, + { + "id": "range_21", + "name": null, + "center": [ + 231, + 1 + ], + "peak": [ + 233, + 0 + ], + "area_cells": 32 + }, + { + "id": "range_22", + "name": null, + "center": [ + 235, + 494 + ], + "peak": [ + 234, + 501 + ], + "area_cells": 272 + }, + { + "id": "range_23", + "name": null, + "center": [ + 246, + 144 + ], + "peak": [ + 247, + 129 + ], + "area_cells": 1168 + }, + { + "id": "range_24", + "name": null, + "center": [ + 251, + 500 + ], + "peak": [ + 251, + 504 + ], + "area_cells": 207 + }, + { + "id": "range_25", + "name": null, + "center": [ + 251, + 3 + ], + "peak": [ + 251, + 3 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542g/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542g/globe.png new file mode 100644 index 000000000..5ab68dba6 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542g/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542g/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542g/heightmap.png new file mode 100644 index 000000000..28efdb16f Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542g/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542g/index.md b/wiki/star-systems/GJ-542/bodies/GJ542g/index.md new file mode 100644 index 000000000..3df4f9078 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ542g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 385746944 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.749 + period_days: 10600.0 + axial_tilt_deg: 43.5 +physical: + gravity_g: 0.34 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.775 + polar_ice_lat: 0.235 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.335 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542g + +Frozen planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 10600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542g/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542g/markers.json new file mode 100644 index 000000000..a56c808cb --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542g/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 30, + 210 + ], + "area_fraction": 0.0666 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 21, + 366 + ], + "area_fraction": 0.0324 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 69, + 189 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 95, + 455 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 168, + 292 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 235, + 257 + ], + "area_fraction": 0.0814 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 80 + ], + "peak": [ + 50, + 78 + ], + "area_cells": 136 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 98 + ], + "peak": [ + 50, + 104 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 123 + ], + "peak": [ + 52, + 118 + ], + "area_cells": 64 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 95 + ], + "peak": [ + 104, + 56 + ], + "area_cells": 7011 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 330 + ], + "peak": [ + 119, + 252 + ], + "area_cells": 7106 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 507 + ], + "peak": [ + 113, + 507 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 11 + ], + "peak": [ + 145, + 9 + ], + "area_cells": 315 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 508 + ], + "peak": [ + 142, + 510 + ], + "area_cells": 38 + }, + { + "id": "range_11", + "name": null, + "center": [ + 175, + 502 + ], + "peak": [ + 176, + 503 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 195, + 179 + ], + "peak": [ + 196, + 179 + ], + "area_cells": 59 + }, + { + "id": "range_15", + "name": null, + "center": [ + 200, + 108 + ], + "peak": [ + 200, + 113 + ], + "area_cells": 143 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542h/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542h/globe.png new file mode 100644 index 000000000..549ee4df8 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542h/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542h/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542h/heightmap.png new file mode 100644 index 000000000..1f4e440f1 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542h/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542h/index.md b/wiki/star-systems/GJ-542/bodies/GJ542h/index.md new file mode 100644 index 000000000..511b331a2 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ542h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1319415236 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 33.5 +physical: + gravity_g: 0.26 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.877 + polar_ice_lat: 0.154 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542h + +Frozen planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542h/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542h/markers.json new file mode 100644 index 000000000..e6c9ba512 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542h/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 96 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 33, + 386 + ], + "area_fraction": 0.0518 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 53, + 277 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 198, + 298 + ], + "peak": [ + 175, + 218 + ], + "area_cells": 29047 + }, + { + "id": "range_3", + "name": null, + "center": [ + 176, + 25 + ], + "peak": [ + 167, + 13 + ], + "area_cells": 2130 + }, + { + "id": "range_4", + "name": null, + "center": [ + 196, + 71 + ], + "peak": [ + 197, + 71 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 50 + ], + "peak": [ + 208, + 51 + ], + "area_cells": 95 + }, + { + "id": "range_11", + "name": null, + "center": [ + 223, + 4 + ], + "peak": [ + 222, + 6 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-542/bodies/GJ542i/globe.png b/wiki/star-systems/GJ-542/bodies/GJ542i/globe.png new file mode 100644 index 000000000..b090f7ecb Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542i/globe.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542i/heightmap.png b/wiki/star-systems/GJ-542/bodies/GJ542i/heightmap.png new file mode 100644 index 000000000..5a0a155c3 Binary files /dev/null and b/wiki/star-systems/GJ-542/bodies/GJ542i/heightmap.png differ diff --git a/wiki/star-systems/GJ-542/bodies/GJ542i/index.md b/wiki/star-systems/GJ-542/bodies/GJ542i/index.md new file mode 100644 index 000000000..b59956538 --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ542i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3805758106 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.948 + period_days: 48000.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ542i + +Frozen planet. + +**System:** [GJ-542](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-542/bodies/GJ542i/markers.json b/wiki/star-systems/GJ-542/bodies/GJ542i/markers.json new file mode 100644 index 000000000..112e630ee --- /dev/null +++ b/wiki/star-systems/GJ-542/bodies/GJ542i/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 18, + 488 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 66, + 468 + ], + "area_fraction": 0.0143 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 104, + 501 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 184, + 450 + ], + "area_fraction": 0.0405 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 197, + 270 + ], + "area_fraction": 0.0458 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 200, + 77 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 71 + ], + "peak": [ + 2, + 69 + ], + "area_cells": 477 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 299 + ], + "peak": [ + 67, + 263 + ], + "area_cells": 9561 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 131 + ], + "peak": [ + 40, + 142 + ], + "area_cells": 527 + }, + { + "id": "range_6", + "name": null, + "center": [ + 78, + 363 + ], + "peak": [ + 78, + 363 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 280 + ], + "peak": [ + 105, + 271 + ], + "area_cells": 382 + }, + { + "id": "range_8", + "name": null, + "center": [ + 248, + 15 + ], + "peak": [ + 252, + 0 + ], + "area_cells": 466 + }, + { + "id": "range_9", + "name": null, + "center": [ + 239, + 30 + ], + "peak": [ + 240, + 32 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 246, + 481 + ], + "peak": [ + 254, + 504 + ], + "area_cells": 1157 + }, + { + "id": "range_11", + "name": null, + "center": [ + 238, + 44 + ], + "peak": [ + 237, + 44 + ], + "area_cells": 91 + }, + { + "id": "range_12", + "name": null, + "center": [ + 250, + 246 + ], + "peak": [ + 255, + 262 + ], + "area_cells": 990 + }, + { + "id": "range_14", + "name": null, + "center": [ + 250, + 88 + ], + "peak": [ + 249, + 93 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ546b/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546b/globe.png new file mode 100644 index 000000000..a3f610aec Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546b/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546b/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546b/heightmap.png new file mode 100644 index 000000000..9b57e1114 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546b/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546b/index.md b/wiki/star-systems/GJ-546/bodies/GJ546b/index.md new file mode 100644 index 000000000..551185a32 --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ546b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3563470090 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.12 + period_days: 17.0 + axial_tilt_deg: 44.2 +physical: + gravity_g: 0.42 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.783 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ546b + +Barren planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 96% | +| **Year** | 17 days | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546b/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546b/markers.json new file mode 100644 index 000000000..58c8aeb12 --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546b/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 90, + 479 + ], + "peak": [ + 90, + 480 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 95, + 381 + ], + "peak": [ + 101, + 374 + ], + "area_cells": 117 + }, + { + "id": "range_8", + "name": null, + "center": [ + 102, + 112 + ], + "peak": [ + 102, + 114 + ], + "area_cells": 98 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 165 + ], + "peak": [ + 195, + 128 + ], + "area_cells": 12211 + }, + { + "id": "range_10", + "name": null, + "center": [ + 127, + 317 + ], + "peak": [ + 132, + 316 + ], + "area_cells": 223 + }, + { + "id": "range_11", + "name": null, + "center": [ + 128, + 445 + ], + "peak": [ + 126, + 446 + ], + "area_cells": 304 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 415 + ], + "peak": [ + 124, + 416 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 39 + ], + "peak": [ + 127, + 39 + ], + "area_cells": 25 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 362 + ], + "peak": [ + 134, + 362 + ], + "area_cells": 58 + }, + { + "id": "range_17", + "name": null, + "center": [ + 174, + 403 + ], + "peak": [ + 185, + 398 + ], + "area_cells": 2843 + }, + { + "id": "range_23", + "name": null, + "center": [ + 198, + 467 + ], + "peak": [ + 198, + 469 + ], + "area_cells": 37 + }, + { + "id": "range_26", + "name": null, + "center": [ + 209, + 461 + ], + "peak": [ + 211, + 462 + ], + "area_cells": 64 + }, + { + "id": "range_28", + "name": null, + "center": [ + 209, + 203 + ], + "peak": [ + 209, + 204 + ], + "area_cells": 65 + }, + { + "id": "range_33", + "name": null, + "center": [ + 248, + 123 + ], + "peak": [ + 250, + 122 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-546/bodies/GJ546c/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546c/globe.png new file mode 100644 index 000000000..b8961fa88 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546c/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546c/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546c/heightmap.png new file mode 100644 index 000000000..11dcee71d Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546c/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546c/index.md b/wiki/star-systems/GJ-546/bodies/GJ546c/index.md new file mode 100644 index 000000000..ac68860a9 --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ546c +name: Leliefontein +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3062288739 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 21.3 +physical: + gravity_g: 0.82 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.354 + polar_ice_lat: 0.452 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Leliefontein + +Cold Arid planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 35% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 400 | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546c/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546c/markers.json new file mode 100644 index 000000000..e4349c11c --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546c/markers.json @@ -0,0 +1,332 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 149, + 20 + ], + [ + 148, + 21 + ], + [ + 147, + 21 + ], + [ + 146, + 22 + ], + [ + 145, + 22 + ], + [ + 144, + 23 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 144, + 220 + ], + [ + 145, + 221 + ], + [ + 145, + 220 + ], + [ + 146, + 219 + ], + [ + 147, + 218 + ], + [ + 148, + 218 + ], + [ + 148, + 217 + ], + [ + 148, + 216 + ], + [ + 149, + 215 + ], + [ + 149, + 214 + ], + [ + 148, + 213 + ], + [ + 148, + 212 + ], + [ + 147, + 211 + ], + [ + 148, + 210 + ], + [ + 147, + 209 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 171, + 504 + ], + [ + 170, + 505 + ], + [ + 169, + 506 + ], + [ + 168, + 507 + ], + [ + 169, + 508 + ], + [ + 169, + 509 + ], + [ + 168, + 510 + ], + [ + 169, + 511 + ], + [ + 170, + 511 + ], + [ + 171, + 511 + ], + [ + 170, + 0 + ], + [ + 171, + 1 + ], + [ + 171, + 2 + ], + [ + 171, + 3 + ], + [ + 172, + 4 + ], + [ + 173, + 5 + ], + [ + 174, + 5 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 126, + 48 + ], + [ + 127, + 49 + ], + [ + 128, + 50 + ], + [ + 129, + 51 + ], + [ + 130, + 52 + ], + [ + 130, + 53 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 158, + 24 + ], + [ + 157, + 24 + ], + [ + 156, + 25 + ], + [ + 155, + 26 + ], + [ + 154, + 26 + ], + [ + 153, + 27 + ], + [ + 153, + 28 + ], + [ + 152, + 29 + ], + [ + 152, + 30 + ], + [ + 151, + 31 + ], + [ + 152, + 32 + ], + [ + 151, + 33 + ], + [ + 152, + 33 + ], + [ + 151, + 34 + ], + [ + 152, + 34 + ], + [ + 151, + 35 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 91, + 221 + ], + "area_fraction": 0.6064 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 235, + 446 + ], + "area_fraction": 0.0319 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 189, + 247 + ], + "peak": [ + 206, + 190 + ], + "area_cells": 6274 + }, + { + "id": "range_2", + "name": null, + "center": [ + 182, + 462 + ], + "peak": [ + 182, + 459 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-546/bodies/GJ546d/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546d/globe.png new file mode 100644 index 000000000..632d07ebc Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546d/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546d/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546d/heightmap.png new file mode 100644 index 000000000..7e9c3c08b Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546d/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546d/index.md b/wiki/star-systems/GJ-546/bodies/GJ546d/index.md new file mode 100644 index 000000000..dddff8aed --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ546d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 147163117 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 19.8 +physical: + gravity_g: 0.52 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.302 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.391 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ546d + +Frozen planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Land** | 96% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546d/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546d/markers.json new file mode 100644 index 000000000..ab1709fa9 --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546d/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 220, + 402 + ], + "area_fraction": 0.0244 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 207, + 486 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 67 + ], + "peak": [ + 7, + 64 + ], + "area_cells": 502 + }, + { + "id": "range_3", + "name": null, + "center": [ + 56, + 372 + ], + "peak": [ + 8, + 302 + ], + "area_cells": 13960 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 57 + ], + "peak": [ + 44, + 83 + ], + "area_cells": 6000 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 145 + ], + "peak": [ + 52, + 145 + ], + "area_cells": 35 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 241 + ], + "peak": [ + 74, + 243 + ], + "area_cells": 52 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 179 + ], + "peak": [ + 110, + 126 + ], + "area_cells": 4769 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 8 + ], + "peak": [ + 120, + 0 + ], + "area_cells": 528 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 41 + ], + "peak": [ + 135, + 42 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-546/bodies/GJ546e/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546e/globe.png new file mode 100644 index 000000000..ad75878ae Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546e/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546e/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546e/heightmap.png new file mode 100644 index 000000000..8f93c8536 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546e/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546e/index.md b/wiki/star-systems/GJ-546/bodies/GJ546e/index.md new file mode 100644 index 000000000..289cbad7c --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ546e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2988009685 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 56.8 +physical: + gravity_g: 0.4 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.202 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ546e + +Frozen planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546e/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546e/markers.json new file mode 100644 index 000000000..346320d5b --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546e/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 76, + 476 + ], + "area_fraction": 0.043 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 96, + 37 + ], + "area_fraction": 0.0582 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 101, + 406 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 113, + 179 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 153, + 493 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 12, + 216 + ], + "peak": [ + 18, + 231 + ], + "area_cells": 657 + }, + { + "id": "range_8", + "name": null, + "center": [ + 43, + 242 + ], + "peak": [ + 45, + 243 + ], + "area_cells": 244 + }, + { + "id": "range_10", + "name": null, + "center": [ + 224, + 215 + ], + "peak": [ + 224, + 291 + ], + "area_cells": 20602 + }, + { + "id": "range_11", + "name": null, + "center": [ + 239, + 496 + ], + "peak": [ + 249, + 499 + ], + "area_cells": 930 + }, + { + "id": "range_12", + "name": null, + "center": [ + 220, + 485 + ], + "peak": [ + 221, + 484 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 248, + 445 + ], + "peak": [ + 248, + 446 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-546/bodies/GJ546f/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546f/globe.png new file mode 100644 index 000000000..efae35fcb Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546f/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546f/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546f/heightmap.png new file mode 100644 index 000000000..08e34f2b8 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546f/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546f/index.md b/wiki/star-systems/GJ-546/bodies/GJ546f/index.md new file mode 100644 index 000000000..f4243f5d7 --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ546f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3067561566 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.1 + period_days: 3400.0 + axial_tilt_deg: 20.1 +physical: + gravity_g: 0.3 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.877 + polar_ice_lat: 0.291 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ546f + +Frozen planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546f/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546f/markers.json new file mode 100644 index 000000000..c958ba50d --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546f/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 331 + ], + "area_fraction": 0.0874 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 16, + 86 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 158, + 277 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 411 + ], + "peak": [ + 182, + 505 + ], + "area_cells": 13365 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 436 + ], + "peak": [ + 68, + 436 + ], + "area_cells": 66 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 415 + ], + "peak": [ + 72, + 415 + ], + "area_cells": 71 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 500 + ], + "peak": [ + 82, + 499 + ], + "area_cells": 194 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 453 + ], + "peak": [ + 91, + 449 + ], + "area_cells": 111 + }, + { + "id": "range_6", + "name": null, + "center": [ + 98, + 171 + ], + "peak": [ + 97, + 171 + ], + "area_cells": 93 + }, + { + "id": "range_7", + "name": null, + "center": [ + 97, + 59 + ], + "peak": [ + 96, + 60 + ], + "area_cells": 118 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 207 + ], + "peak": [ + 99, + 205 + ], + "area_cells": 121 + }, + { + "id": "range_10", + "name": null, + "center": [ + 156, + 60 + ], + "peak": [ + 190, + 39 + ], + "area_cells": 8540 + }, + { + "id": "range_13", + "name": null, + "center": [ + 126, + 28 + ], + "peak": [ + 126, + 28 + ], + "area_cells": 30 + }, + { + "id": "range_18", + "name": null, + "center": [ + 171, + 194 + ], + "peak": [ + 168, + 186 + ], + "area_cells": 709 + }, + { + "id": "range_20", + "name": null, + "center": [ + 183, + 119 + ], + "peak": [ + 181, + 119 + ], + "area_cells": 66 + }, + { + "id": "range_21", + "name": null, + "center": [ + 182, + 138 + ], + "peak": [ + 183, + 139 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-546/bodies/GJ546g/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546g/globe.png new file mode 100644 index 000000000..9dfb43ea5 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546g/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546g/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546g/heightmap.png new file mode 100644 index 000000000..9c4668b01 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546g/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546g/index.md b/wiki/star-systems/GJ-546/bodies/GJ546g/index.md new file mode 100644 index 000000000..db2c65c6e --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ546g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1250961425 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.729 + period_days: 8800.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.425 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ546g + +Frozen planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546g/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546g/markers.json new file mode 100644 index 000000000..7c845f44b --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546g/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 215, + 398 + ], + "area_fraction": 0.1402 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 232, + 36 + ], + "area_fraction": 0.028 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 236, + 196 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 373 + ], + "peak": [ + 96, + 404 + ], + "area_cells": 13965 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 33 + ], + "peak": [ + 71, + 19 + ], + "area_cells": 2735 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 219 + ], + "peak": [ + 64, + 222 + ], + "area_cells": 64 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 149 + ], + "peak": [ + 93, + 159 + ], + "area_cells": 348 + }, + { + "id": "range_5", + "name": null, + "center": [ + 102, + 114 + ], + "peak": [ + 104, + 115 + ], + "area_cells": 71 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 171 + ], + "peak": [ + 114, + 174 + ], + "area_cells": 144 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 452 + ], + "peak": [ + 122, + 452 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 84 + ], + "peak": [ + 134, + 83 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 155, + 88 + ], + "peak": [ + 163, + 61 + ], + "area_cells": 1441 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-546/bodies/GJ546h/globe.png b/wiki/star-systems/GJ-546/bodies/GJ546h/globe.png new file mode 100644 index 000000000..b5b680a03 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546h/globe.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546h/heightmap.png b/wiki/star-systems/GJ-546/bodies/GJ546h/heightmap.png new file mode 100644 index 000000000..07ffd0442 Binary files /dev/null and b/wiki/star-systems/GJ-546/bodies/GJ546h/heightmap.png differ diff --git a/wiki/star-systems/GJ-546/bodies/GJ546h/index.md b/wiki/star-systems/GJ-546/bodies/GJ546h/index.md new file mode 100644 index 000000000..e924df470 --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ546h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1902738320 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 23.8 +physical: + gravity_g: 0.08 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.19 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ546h + +Frozen planet. + +**System:** [GJ-546](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-546/bodies/GJ546h/markers.json b/wiki/star-systems/GJ-546/bodies/GJ546h/markers.json new file mode 100644 index 000000000..7b56ba25c --- /dev/null +++ b/wiki/star-systems/GJ-546/bodies/GJ546h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 194, + 459 + ], + "area_fraction": 0.0802 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 180, + 81 + ], + "area_fraction": 0.1358 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 177, + 282 + ], + "area_fraction": 0.0425 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 450 + ], + "peak": [ + 34, + 475 + ], + "area_cells": 1975 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 142 + ], + "peak": [ + 31, + 106 + ], + "area_cells": 2413 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 30 + ], + "peak": [ + 57, + 5 + ], + "area_cells": 3877 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 489 + ], + "peak": [ + 54, + 505 + ], + "area_cells": 2068 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 276 + ], + "peak": [ + 46, + 277 + ], + "area_cells": 219 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 365 + ], + "peak": [ + 96, + 335 + ], + "area_cells": 5661 + }, + { + "id": "range_12", + "name": null, + "center": [ + 89, + 284 + ], + "peak": [ + 93, + 289 + ], + "area_cells": 454 + }, + { + "id": "range_14", + "name": null, + "center": [ + 77, + 111 + ], + "peak": [ + 78, + 110 + ], + "area_cells": 116 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ551b/globe.png b/wiki/star-systems/GJ-551/bodies/GJ551b/globe.png new file mode 100644 index 000000000..9c13dcd25 Binary files /dev/null and b/wiki/star-systems/GJ-551/bodies/GJ551b/globe.png differ diff --git a/wiki/star-systems/GJ-551/bodies/GJ551b/heightmap.png b/wiki/star-systems/GJ-551/bodies/GJ551b/heightmap.png new file mode 100644 index 000000000..2bea6c598 Binary files /dev/null and b/wiki/star-systems/GJ-551/bodies/GJ551b/heightmap.png differ diff --git a/wiki/star-systems/GJ-551/bodies/GJ551b/index.md b/wiki/star-systems/GJ-551/bodies/GJ551b/index.md new file mode 100644 index 000000000..48c8e50d9 --- /dev/null +++ b/wiki/star-systems/GJ-551/bodies/GJ551b/index.md @@ -0,0 +1,73 @@ +--- +id: GJ551b +name: Ancora +body_type: planet +planet_class: arid +body_scale: planet +seed: 1297716292 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.9 + oblateness: 0.0019 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.739 + polar_ice_lat: 0.973 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.176 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Ancora + +Arid planet. + +**System:** [GJ-551](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 74% | +| **Year** | 11 days | +| **Inhabited** | yes | +| **Population** | 400M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-551/bodies/GJ551b/markers.json b/wiki/star-systems/GJ-551/bodies/GJ551b/markers.json new file mode 100644 index 000000000..45bda449c --- /dev/null +++ b/wiki/star-systems/GJ-551/bodies/GJ551b/markers.json @@ -0,0 +1,298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 111, + 192 + ], + [ + 112, + 193 + ], + [ + 113, + 194 + ], + [ + 114, + 195 + ], + [ + 115, + 196 + ], + [ + 116, + 197 + ], + [ + 117, + 198 + ], + [ + 117, + 199 + ], + [ + 117, + 200 + ], + [ + 117, + 201 + ], + [ + 117, + 202 + ], + [ + 117, + 203 + ], + [ + 117, + 204 + ], + [ + 116, + 203 + ], + [ + 115, + 202 + ], + [ + 116, + 201 + ], + [ + 116, + 202 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 190, + 25 + ], + [ + 189, + 26 + ], + [ + 189, + 27 + ], + [ + 188, + 27 + ], + [ + 188, + 28 + ], + [ + 187, + 29 + ], + [ + 186, + 28 + ], + [ + 185, + 29 + ], + [ + 184, + 29 + ], + [ + 183, + 28 + ], + [ + 183, + 29 + ], + [ + 182, + 28 + ], + [ + 183, + 27 + ], + [ + 184, + 27 + ], + [ + 184, + 28 + ], + [ + 185, + 27 + ], + [ + 184, + 26 + ], + [ + 183, + 25 + ], + [ + 183, + 26 + ], + [ + 182, + 25 + ], + [ + 182, + 26 + ], + [ + 182, + 27 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 211, + 261 + ], + "area_fraction": 0.2482 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 253 + ], + "peak": [ + 4, + 193 + ], + "area_cells": 11396 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 36 + ], + "peak": [ + 25, + 42 + ], + "area_cells": 315 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 498 + ], + "peak": [ + 53, + 495 + ], + "area_cells": 129 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 320 + ], + "peak": [ + 60, + 318 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 103 + ], + "peak": [ + 88, + 101 + ], + "area_cells": 216 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 66 + ], + "peak": [ + 88, + 67 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 27 + ], + "peak": [ + 104, + 27 + ], + "area_cells": 1184 + }, + { + "id": "range_10", + "name": null, + "center": [ + 101, + 496 + ], + "peak": [ + 108, + 511 + ], + "area_cells": 601 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-551/bodies/GJ551c/globe.png b/wiki/star-systems/GJ-551/bodies/GJ551c/globe.png new file mode 100644 index 000000000..5481aeb73 Binary files /dev/null and b/wiki/star-systems/GJ-551/bodies/GJ551c/globe.png differ diff --git a/wiki/star-systems/GJ-551/bodies/GJ551c/heightmap.png b/wiki/star-systems/GJ-551/bodies/GJ551c/heightmap.png new file mode 100644 index 000000000..7bfdec7ea Binary files /dev/null and b/wiki/star-systems/GJ-551/bodies/GJ551c/heightmap.png differ diff --git a/wiki/star-systems/GJ-551/bodies/GJ551c/index.md b/wiki/star-systems/GJ-551/bodies/GJ551c/index.md new file mode 100644 index 000000000..d0e932152 --- /dev/null +++ b/wiki/star-systems/GJ-551/bodies/GJ551c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ551c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 960150186 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.144 + period_days: 30.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.35 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.883 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ551c + +Barren planet. + +**System:** [GJ-551](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-551/bodies/GJ551c/markers.json b/wiki/star-systems/GJ-551/bodies/GJ551c/markers.json new file mode 100644 index 000000000..c049b9845 --- /dev/null +++ b/wiki/star-systems/GJ-551/bodies/GJ551c/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 329 + ], + "peak": [ + 38, + 327 + ], + "area_cells": 215 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 392 + ], + "peak": [ + 48, + 393 + ], + "area_cells": 697 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 243 + ], + "peak": [ + 94, + 249 + ], + "area_cells": 2925 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 419 + ], + "peak": [ + 77, + 411 + ], + "area_cells": 722 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 316 + ], + "peak": [ + 29, + 316 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 27, + 449 + ], + "peak": [ + 30, + 450 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 31, + 355 + ], + "peak": [ + 32, + 356 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 39, + 287 + ], + "peak": [ + 38, + 291 + ], + "area_cells": 141 + }, + { + "id": "range_17", + "name": null, + "center": [ + 62, + 452 + ], + "peak": [ + 70, + 456 + ], + "area_cells": 226 + }, + { + "id": "range_18", + "name": null, + "center": [ + 53, + 146 + ], + "peak": [ + 55, + 146 + ], + "area_cells": 36 + }, + { + "id": "range_20", + "name": null, + "center": [ + 89, + 89 + ], + "peak": [ + 108, + 90 + ], + "area_cells": 1321 + }, + { + "id": "range_26", + "name": null, + "center": [ + 97, + 412 + ], + "peak": [ + 98, + 414 + ], + "area_cells": 30 + }, + { + "id": "range_27", + "name": null, + "center": [ + 119, + 213 + ], + "peak": [ + 120, + 208 + ], + "area_cells": 455 + }, + { + "id": "range_28", + "name": null, + "center": [ + 105, + 346 + ], + "peak": [ + 100, + 347 + ], + "area_cells": 219 + }, + { + "id": "range_29", + "name": null, + "center": [ + 130, + 496 + ], + "peak": [ + 132, + 508 + ], + "area_cells": 973 + }, + { + "id": "range_30", + "name": null, + "center": [ + 101, + 126 + ], + "peak": [ + 102, + 126 + ], + "area_cells": 35 + }, + { + "id": "range_32", + "name": null, + "center": [ + 124, + 445 + ], + "peak": [ + 129, + 452 + ], + "area_cells": 1034 + }, + { + "id": "range_35", + "name": null, + "center": [ + 139, + 13 + ], + "peak": [ + 133, + 0 + ], + "area_cells": 453 + }, + { + "id": "range_37", + "name": null, + "center": [ + 138, + 153 + ], + "peak": [ + 143, + 147 + ], + "area_cells": 469 + }, + { + "id": "range_39", + "name": null, + "center": [ + 163, + 102 + ], + "peak": [ + 151, + 90 + ], + "area_cells": 2331 + }, + { + "id": "range_43", + "name": null, + "center": [ + 145, + 367 + ], + "peak": [ + 145, + 371 + ], + "area_cells": 274 + }, + { + "id": "range_45", + "name": null, + "center": [ + 142, + 343 + ], + "peak": [ + 144, + 341 + ], + "area_cells": 42 + }, + { + "id": "range_49", + "name": null, + "center": [ + 174, + 155 + ], + "peak": [ + 180, + 154 + ], + "area_cells": 160 + }, + { + "id": "range_50", + "name": null, + "center": [ + 190, + 185 + ], + "peak": [ + 183, + 200 + ], + "area_cells": 854 + }, + { + "id": "range_54", + "name": null, + "center": [ + 175, + 396 + ], + "peak": [ + 176, + 396 + ], + "area_cells": 50 + }, + { + "id": "range_55", + "name": null, + "center": [ + 175, + 414 + ], + "peak": [ + 175, + 414 + ], + "area_cells": 22 + }, + { + "id": "range_57", + "name": null, + "center": [ + 182, + 274 + ], + "peak": [ + 182, + 275 + ], + "area_cells": 26 + }, + { + "id": "range_58", + "name": null, + "center": [ + 186, + 247 + ], + "peak": [ + 186, + 247 + ], + "area_cells": 38 + }, + { + "id": "range_59", + "name": null, + "center": [ + 193, + 390 + ], + "peak": [ + 193, + 391 + ], + "area_cells": 103 + }, + { + "id": "range_60", + "name": null, + "center": [ + 200, + 143 + ], + "peak": [ + 200, + 143 + ], + "area_cells": 29 + }, + { + "id": "range_61", + "name": null, + "center": [ + 209, + 265 + ], + "peak": [ + 213, + 263 + ], + "area_cells": 262 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-551/bodies/GJ551d/globe.png b/wiki/star-systems/GJ-551/bodies/GJ551d/globe.png new file mode 100644 index 000000000..7757efdcf Binary files /dev/null and b/wiki/star-systems/GJ-551/bodies/GJ551d/globe.png differ diff --git a/wiki/star-systems/GJ-551/bodies/GJ551d/heightmap.png b/wiki/star-systems/GJ-551/bodies/GJ551d/heightmap.png new file mode 100644 index 000000000..dfd706e9f Binary files /dev/null and b/wiki/star-systems/GJ-551/bodies/GJ551d/heightmap.png differ diff --git a/wiki/star-systems/GJ-551/bodies/GJ551d/index.md b/wiki/star-systems/GJ-551/bodies/GJ551d/index.md new file mode 100644 index 000000000..ab51014da --- /dev/null +++ b/wiki/star-systems/GJ-551/bodies/GJ551d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ551d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1916792437 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.512 + period_days: 200.0 + axial_tilt_deg: 57.8 +physical: + gravity_g: 0.28 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.065 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ551d + +Frozen planet. + +**System:** [GJ-551](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-551/bodies/GJ551d/markers.json b/wiki/star-systems/GJ-551/bodies/GJ551d/markers.json new file mode 100644 index 000000000..432883df2 --- /dev/null +++ b/wiki/star-systems/GJ-551/bodies/GJ551d/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 22, + 273 + ], + "area_fraction": 0.1326 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 429 + ], + "peak": [ + 119, + 508 + ], + "area_cells": 5535 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 17 + ], + "peak": [ + 115, + 0 + ], + "area_cells": 696 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 219 + ], + "peak": [ + 105, + 219 + ], + "area_cells": 68 + }, + { + "id": "range_4", + "name": null, + "center": [ + 144, + 137 + ], + "peak": [ + 123, + 174 + ], + "area_cells": 1155 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 32 + ], + "peak": [ + 155, + 30 + ], + "area_cells": 2327 + }, + { + "id": "range_9", + "name": null, + "center": [ + 162, + 159 + ], + "peak": [ + 163, + 161 + ], + "area_cells": 42 + }, + { + "id": "range_10", + "name": null, + "center": [ + 173, + 72 + ], + "peak": [ + 176, + 78 + ], + "area_cells": 194 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ555b/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555b/globe.png new file mode 100644 index 000000000..62ebcaf7d Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555b/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555b/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555b/heightmap.png new file mode 100644 index 000000000..f32cc760a Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555b/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555b/index.md b/wiki/star-systems/GJ-555/bodies/GJ555b/index.md new file mode 100644 index 000000000..e9a1a6dbf --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ555b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4075262122 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.29 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.924 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ555b + +Barren planet. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.29g | +| **Land** | 98% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555b/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555b/markers.json new file mode 100644 index 000000000..f932c057f --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555b/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 52 + ], + "peak": [ + 32, + 51 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 47 + ], + "peak": [ + 62, + 58 + ], + "area_cells": 469 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 148 + ], + "peak": [ + 44, + 134 + ], + "area_cells": 328 + }, + { + "id": "range_5", + "name": null, + "center": [ + 42, + 12 + ], + "peak": [ + 43, + 12 + ], + "area_cells": 40 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 86 + ], + "peak": [ + 49, + 93 + ], + "area_cells": 174 + }, + { + "id": "range_7", + "name": null, + "center": [ + 60, + 117 + ], + "peak": [ + 60, + 121 + ], + "area_cells": 531 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 387 + ], + "peak": [ + 170, + 397 + ], + "area_cells": 15539 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 31 + ], + "peak": [ + 82, + 30 + ], + "area_cells": 259 + }, + { + "id": "range_13", + "name": null, + "center": [ + 84, + 226 + ], + "peak": [ + 82, + 226 + ], + "area_cells": 51 + }, + { + "id": "range_15", + "name": null, + "center": [ + 99, + 117 + ], + "peak": [ + 100, + 112 + ], + "area_cells": 869 + }, + { + "id": "range_17", + "name": null, + "center": [ + 102, + 457 + ], + "peak": [ + 104, + 459 + ], + "area_cells": 257 + }, + { + "id": "range_19", + "name": null, + "center": [ + 97, + 279 + ], + "peak": [ + 94, + 282 + ], + "area_cells": 196 + }, + { + "id": "range_20", + "name": null, + "center": [ + 95, + 189 + ], + "peak": [ + 95, + 189 + ], + "area_cells": 73 + }, + { + "id": "range_22", + "name": null, + "center": [ + 177, + 85 + ], + "peak": [ + 173, + 86 + ], + "area_cells": 7706 + }, + { + "id": "range_23", + "name": null, + "center": [ + 107, + 203 + ], + "peak": [ + 107, + 202 + ], + "area_cells": 45 + }, + { + "id": "range_24", + "name": null, + "center": [ + 107, + 214 + ], + "peak": [ + 107, + 213 + ], + "area_cells": 32 + }, + { + "id": "range_25", + "name": null, + "center": [ + 110, + 507 + ], + "peak": [ + 110, + 508 + ], + "area_cells": 97 + }, + { + "id": "range_27", + "name": null, + "center": [ + 111, + 0 + ], + "peak": [ + 110, + 0 + ], + "area_cells": 26 + }, + { + "id": "range_29", + "name": null, + "center": [ + 124, + 496 + ], + "peak": [ + 124, + 496 + ], + "area_cells": 22 + }, + { + "id": "range_30", + "name": null, + "center": [ + 129, + 145 + ], + "peak": [ + 130, + 147 + ], + "area_cells": 71 + }, + { + "id": "range_31", + "name": null, + "center": [ + 135, + 496 + ], + "peak": [ + 135, + 497 + ], + "area_cells": 58 + }, + { + "id": "range_33", + "name": null, + "center": [ + 152, + 224 + ], + "peak": [ + 150, + 225 + ], + "area_cells": 99 + }, + { + "id": "range_35", + "name": null, + "center": [ + 158, + 162 + ], + "peak": [ + 157, + 162 + ], + "area_cells": 32 + }, + { + "id": "range_36", + "name": null, + "center": [ + 156, + 270 + ], + "peak": [ + 156, + 271 + ], + "area_cells": 28 + }, + { + "id": "range_37", + "name": null, + "center": [ + 165, + 200 + ], + "peak": [ + 163, + 202 + ], + "area_cells": 191 + }, + { + "id": "range_39", + "name": null, + "center": [ + 170, + 271 + ], + "peak": [ + 168, + 271 + ], + "area_cells": 42 + }, + { + "id": "range_40", + "name": null, + "center": [ + 170, + 309 + ], + "peak": [ + 168, + 309 + ], + "area_cells": 56 + }, + { + "id": "range_41", + "name": null, + "center": [ + 169, + 480 + ], + "peak": [ + 169, + 481 + ], + "area_cells": 32 + }, + { + "id": "range_43", + "name": null, + "center": [ + 176, + 179 + ], + "peak": [ + 179, + 180 + ], + "area_cells": 96 + }, + { + "id": "range_44", + "name": null, + "center": [ + 187, + 244 + ], + "peak": [ + 187, + 245 + ], + "area_cells": 172 + }, + { + "id": "range_45", + "name": null, + "center": [ + 179, + 315 + ], + "peak": [ + 179, + 316 + ], + "area_cells": 23 + }, + { + "id": "range_50", + "name": null, + "center": [ + 203, + 211 + ], + "peak": [ + 204, + 212 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-555/bodies/GJ555c/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555c/globe.png new file mode 100644 index 000000000..ccc11cdac Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555c/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555c/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555c/heightmap.png new file mode 100644 index 000000000..1f7946911 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555c/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555c/index.md b/wiki/star-systems/GJ-555/bodies/GJ555c/index.md new file mode 100644 index 000000000..bd9285e3f --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ555c +name: Pulau Baru +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 539878878 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.091 + period_days: 15.0 + axial_tilt_deg: 1.2 +physical: + gravity_g: 0.56 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.985 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Pulau Baru + +Hot Arid planet. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555c/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555c/markers.json new file mode 100644 index 000000000..5bbc316b3 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555c/markers.json @@ -0,0 +1,1184 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 105, + 0 + ], + [ + 105, + 1 + ], + [ + 104, + 2 + ], + [ + 103, + 3 + ], + [ + 102, + 4 + ], + [ + 101, + 5 + ], + [ + 100, + 6 + ], + [ + 100, + 7 + ], + [ + 99, + 8 + ], + [ + 100, + 8 + ], + [ + 99, + 9 + ], + [ + 100, + 10 + ], + [ + 100, + 11 + ], + [ + 100, + 12 + ], + [ + 101, + 13 + ], + [ + 101, + 14 + ], + [ + 100, + 15 + ], + [ + 101, + 15 + ], + [ + 102, + 15 + ], + [ + 102, + 16 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 109, + 217 + ], + [ + 109, + 216 + ], + [ + 108, + 215 + ], + [ + 107, + 214 + ], + [ + 106, + 213 + ], + [ + 105, + 212 + ], + [ + 104, + 211 + ], + [ + 103, + 211 + ], + [ + 102, + 210 + ], + [ + 101, + 209 + ], + [ + 100, + 208 + ], + [ + 99, + 207 + ], + [ + 98, + 206 + ], + [ + 98, + 205 + ], + [ + 97, + 204 + ], + [ + 97, + 203 + ], + [ + 97, + 202 + ], + [ + 96, + 202 + ], + [ + 96, + 201 + ], + [ + 97, + 200 + ], + [ + 98, + 201 + ], + [ + 98, + 202 + ], + [ + 98, + 203 + ], + [ + 99, + 202 + ], + [ + 99, + 203 + ], + [ + 99, + 204 + ], + [ + 98, + 204 + ], + [ + 97, + 205 + ], + [ + 96, + 205 + ], + [ + 97, + 206 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 160, + 160 + ], + [ + 161, + 159 + ], + [ + 162, + 158 + ], + [ + 163, + 157 + ], + [ + 164, + 157 + ], + [ + 165, + 156 + ], + [ + 166, + 155 + ], + [ + 167, + 154 + ], + [ + 168, + 153 + ], + [ + 169, + 152 + ], + [ + 169, + 151 + ], + [ + 168, + 150 + ], + [ + 167, + 151 + ], + [ + 167, + 150 + ], + [ + 166, + 149 + ], + [ + 165, + 150 + ], + [ + 165, + 151 + ], + [ + 166, + 150 + ], + [ + 165, + 149 + ], + [ + 164, + 150 + ], + [ + 163, + 149 + ], + [ + 163, + 148 + ], + [ + 164, + 149 + ], + [ + 165, + 148 + ], + [ + 166, + 148 + ], + [ + 167, + 147 + ], + [ + 168, + 146 + ], + [ + 168, + 145 + ], + [ + 169, + 144 + ], + [ + 168, + 143 + ], + [ + 169, + 142 + ], + [ + 170, + 141 + ], + [ + 169, + 140 + ], + [ + 168, + 139 + ], + [ + 167, + 138 + ], + [ + 166, + 137 + ], + [ + 165, + 136 + ], + [ + 165, + 135 + ], + [ + 164, + 134 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 102, + 87 + ], + [ + 101, + 86 + ], + [ + 100, + 85 + ], + [ + 99, + 84 + ], + [ + 98, + 83 + ], + [ + 97, + 82 + ], + [ + 96, + 81 + ], + [ + 95, + 80 + ], + [ + 94, + 79 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 107, + 370 + ], + [ + 108, + 371 + ], + [ + 109, + 371 + ], + [ + 110, + 371 + ], + [ + 111, + 370 + ], + [ + 112, + 371 + ], + [ + 113, + 372 + ], + [ + 114, + 372 + ], + [ + 115, + 373 + ], + [ + 115, + 374 + ], + [ + 116, + 375 + ], + [ + 117, + 376 + ], + [ + 118, + 377 + ], + [ + 118, + 376 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 119, + 455 + ], + [ + 120, + 456 + ], + [ + 121, + 457 + ], + [ + 122, + 458 + ], + [ + 123, + 459 + ], + [ + 124, + 460 + ], + [ + 125, + 461 + ], + [ + 126, + 462 + ], + [ + 126, + 463 + ], + [ + 127, + 462 + ], + [ + 128, + 463 + ], + [ + 129, + 464 + ], + [ + 130, + 464 + ], + [ + 131, + 464 + ], + [ + 131, + 465 + ], + [ + 132, + 465 + ], + [ + 133, + 466 + ], + [ + 134, + 465 + ], + [ + 135, + 465 + ], + [ + 136, + 465 + ], + [ + 136, + 466 + ], + [ + 137, + 465 + ], + [ + 138, + 464 + ], + [ + 139, + 464 + ], + [ + 140, + 463 + ], + [ + 141, + 462 + ], + [ + 141, + 461 + ], + [ + 142, + 460 + ], + [ + 143, + 460 + ], + [ + 144, + 459 + ], + [ + 145, + 459 + ], + [ + 146, + 458 + ], + [ + 147, + 457 + ], + [ + 147, + 456 + ], + [ + 148, + 455 + ], + [ + 149, + 456 + ], + [ + 150, + 455 + ], + [ + 150, + 454 + ], + [ + 151, + 453 + ], + [ + 152, + 452 + ], + [ + 152, + 451 + ], + [ + 151, + 450 + ], + [ + 152, + 449 + ], + [ + 153, + 448 + ], + [ + 153, + 447 + ], + [ + 152, + 446 + ], + [ + 152, + 445 + ], + [ + 153, + 446 + ], + [ + 153, + 445 + ], + [ + 152, + 444 + ], + [ + 151, + 443 + ], + [ + 150, + 443 + ], + [ + 151, + 442 + ], + [ + 151, + 441 + ], + [ + 150, + 440 + ], + [ + 149, + 441 + ], + [ + 149, + 440 + ], + [ + 148, + 440 + ], + [ + 147, + 439 + ], + [ + 146, + 438 + ], + [ + 147, + 438 + ], + [ + 146, + 437 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 104, + 339 + ], + [ + 103, + 340 + ], + [ + 102, + 341 + ], + [ + 101, + 342 + ], + [ + 101, + 343 + ], + [ + 102, + 344 + ], + [ + 102, + 345 + ], + [ + 102, + 346 + ], + [ + 102, + 347 + ], + [ + 101, + 348 + ], + [ + 102, + 349 + ], + [ + 101, + 350 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 158, + 430 + ], + [ + 157, + 431 + ], + [ + 156, + 432 + ], + [ + 155, + 432 + ], + [ + 154, + 432 + ], + [ + 153, + 432 + ], + [ + 152, + 433 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 120, + 40 + ], + [ + 119, + 39 + ], + [ + 118, + 38 + ], + [ + 117, + 37 + ], + [ + 116, + 38 + ], + [ + 115, + 38 + ], + [ + 114, + 38 + ], + [ + 113, + 39 + ], + [ + 112, + 40 + ], + [ + 111, + 41 + ], + [ + 110, + 41 + ], + [ + 109, + 41 + ], + [ + 108, + 42 + ], + [ + 107, + 42 + ], + [ + 106, + 43 + ], + [ + 105, + 44 + ], + [ + 105, + 45 + ], + [ + 106, + 46 + ], + [ + 105, + 47 + ], + [ + 105, + 48 + ], + [ + 105, + 49 + ], + [ + 104, + 50 + ], + [ + 103, + 50 + ], + [ + 102, + 51 + ], + [ + 103, + 51 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 133, + 0 + ], + [ + 134, + 511 + ], + [ + 135, + 511 + ], + [ + 136, + 511 + ], + [ + 137, + 510 + ], + [ + 138, + 509 + ], + [ + 139, + 510 + ], + [ + 140, + 510 + ], + [ + 140, + 511 + ], + [ + 140, + 0 + ], + [ + 141, + 0 + ], + [ + 142, + 0 + ], + [ + 143, + 0 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 110, + 343 + ], + [ + 110, + 342 + ], + [ + 110, + 341 + ], + [ + 111, + 340 + ], + [ + 111, + 339 + ], + [ + 112, + 338 + ], + [ + 112, + 337 + ], + [ + 113, + 337 + ], + [ + 112, + 336 + ], + [ + 112, + 335 + ], + [ + 112, + 334 + ], + [ + 113, + 334 + ], + [ + 114, + 333 + ], + [ + 113, + 332 + ], + [ + 112, + 331 + ], + [ + 112, + 330 + ], + [ + 113, + 329 + ], + [ + 114, + 328 + ], + [ + 114, + 327 + ], + [ + 115, + 326 + ], + [ + 116, + 325 + ], + [ + 115, + 324 + ], + [ + 115, + 323 + ], + [ + 115, + 322 + ], + [ + 114, + 323 + ], + [ + 114, + 324 + ], + [ + 113, + 323 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 126, + 38 + ], + [ + 127, + 37 + ], + [ + 127, + 36 + ], + [ + 127, + 35 + ], + [ + 128, + 34 + ], + [ + 127, + 33 + ], + [ + 127, + 32 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 133, + 150 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 290 + ], + "peak": [ + 2, + 435 + ], + "area_cells": 13923 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 318 + ], + "peak": [ + 41, + 317 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-555/bodies/GJ555d/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555d/globe.png new file mode 100644 index 000000000..04893e612 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555d/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555d/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555d/heightmap.png new file mode 100644 index 000000000..a54718b6f Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555d/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555d/index.md b/wiki/star-systems/GJ-555/bodies/GJ555d/index.md new file mode 100644 index 000000000..696ceb6f2 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ555d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 51565731 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.278 + period_days: 80.0 + axial_tilt_deg: 26.6 +physical: + gravity_g: 0.43 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.059 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ555d + +Frozen planet. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Land** | 93% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555d/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555d/markers.json new file mode 100644 index 000000000..f061846e6 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555d/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 330 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 28, + 468 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 178 + ], + "peak": [ + 57, + 179 + ], + "area_cells": 149 + }, + { + "id": "range_3", + "name": null, + "center": [ + 198, + 470 + ], + "peak": [ + 199, + 470 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 232, + 254 + ], + "peak": [ + 235, + 236 + ], + "area_cells": 6481 + }, + { + "id": "range_5", + "name": null, + "center": [ + 206, + 194 + ], + "peak": [ + 206, + 195 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 223, + 389 + ], + "peak": [ + 222, + 392 + ], + "area_cells": 67 + }, + { + "id": "range_12", + "name": null, + "center": [ + 231, + 374 + ], + "peak": [ + 232, + 373 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-555/bodies/GJ555e-m1/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/globe.png new file mode 100644 index 000000000..218c60231 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555e-m1/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/heightmap.png new file mode 100644 index 000000000..f52c68b13 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555e-m1/index.md b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/index.md new file mode 100644 index 000000000..c16bdc58b --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ555e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 798005134 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.1 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.153 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ555e-m1 + +Frozen moon. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 95% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555e-m1/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/markers.json new file mode 100644 index 000000000..0a564e2ba --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555e-m1/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 35, + 308 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 185, + 74 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 226, + 93 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 116 + ], + "peak": [ + 5, + 98 + ], + "area_cells": 833 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 142 + ], + "peak": [ + 58, + 148 + ], + "area_cells": 465 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 470 + ], + "peak": [ + 66, + 468 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 192, + 198 + ], + "peak": [ + 193, + 198 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 238, + 442 + ], + "peak": [ + 255, + 438 + ], + "area_cells": 1893 + }, + { + "id": "range_9", + "name": null, + "center": [ + 250, + 233 + ], + "peak": [ + 253, + 227 + ], + "area_cells": 523 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-555/bodies/GJ555e/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555e/globe.png new file mode 100644 index 000000000..190f5c947 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555e/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555e/index.md b/wiki/star-systems/GJ-555/bodies/GJ555e/index.md new file mode 100644 index 000000000..f45297133 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ555e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 4214067974 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: null + oblateness: 0.0741 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.161 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.119 +rings: + enabled: true + inner_radius_factor: 1.21 + outer_radius_factor: 2.67 + opacity_base: 0.67 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ555e + +Gas giant. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555f/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555f/globe.png new file mode 100644 index 000000000..fb407cd1b Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555f/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555f/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555f/heightmap.png new file mode 100644 index 000000000..d41b3db2b Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555f/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555f/index.md b/wiki/star-systems/GJ-555/bodies/GJ555f/index.md new file mode 100644 index 000000000..f9c746ab9 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ555f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 694501233 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 29.3 +physical: + gravity_g: 0.35 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.843 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.323 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ555f + +Frozen planet. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555f/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555f/markers.json new file mode 100644 index 000000000..19796932c --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555f/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 78 + ], + "area_fraction": 0.0518 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 322 + ], + "area_fraction": 0.0494 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 55, + 476 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 104, + 104 + ], + "area_fraction": 0.0226 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 100, + 160 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 332 + ], + "peak": [ + 89, + 313 + ], + "area_cells": 2753 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 274 + ], + "peak": [ + 51, + 272 + ], + "area_cells": 45 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 250 + ], + "peak": [ + 88, + 255 + ], + "area_cells": 572 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 213 + ], + "peak": [ + 88, + 216 + ], + "area_cells": 256 + }, + { + "id": "range_9", + "name": null, + "center": [ + 84, + 23 + ], + "peak": [ + 84, + 22 + ], + "area_cells": 47 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 486 + ], + "peak": [ + 98, + 484 + ], + "area_cells": 198 + }, + { + "id": "range_12", + "name": null, + "center": [ + 104, + 187 + ], + "peak": [ + 104, + 188 + ], + "area_cells": 118 + }, + { + "id": "range_14", + "name": null, + "center": [ + 112, + 26 + ], + "peak": [ + 113, + 28 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 128, + 293 + ], + "peak": [ + 133, + 291 + ], + "area_cells": 197 + }, + { + "id": "range_16", + "name": null, + "center": [ + 191, + 358 + ], + "peak": [ + 146, + 420 + ], + "area_cells": 16662 + }, + { + "id": "range_19", + "name": null, + "center": [ + 132, + 188 + ], + "peak": [ + 136, + 196 + ], + "area_cells": 160 + }, + { + "id": "range_20", + "name": null, + "center": [ + 173, + 82 + ], + "peak": [ + 178, + 81 + ], + "area_cells": 216 + }, + { + "id": "range_21", + "name": null, + "center": [ + 197, + 134 + ], + "peak": [ + 201, + 149 + ], + "area_cells": 3776 + }, + { + "id": "range_22", + "name": null, + "center": [ + 170, + 207 + ], + "peak": [ + 170, + 210 + ], + "area_cells": 51 + }, + { + "id": "range_23", + "name": null, + "center": [ + 180, + 50 + ], + "peak": [ + 183, + 54 + ], + "area_cells": 34 + }, + { + "id": "range_24", + "name": null, + "center": [ + 202, + 18 + ], + "peak": [ + 204, + 19 + ], + "area_cells": 360 + }, + { + "id": "range_28", + "name": null, + "center": [ + 203, + 509 + ], + "peak": [ + 203, + 510 + ], + "area_cells": 44 + }, + { + "id": "range_34", + "name": null, + "center": [ + 232, + 37 + ], + "peak": [ + 233, + 37 + ], + "area_cells": 20 + }, + { + "id": "range_35", + "name": null, + "center": [ + 244, + 423 + ], + "peak": [ + 244, + 424 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-555/bodies/GJ555g/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555g/globe.png new file mode 100644 index 000000000..521ea8301 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555g/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555g/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555g/heightmap.png new file mode 100644 index 000000000..e7219e768 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555g/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555g/index.md b/wiki/star-systems/GJ-555/bodies/GJ555g/index.md new file mode 100644 index 000000000..2cb797cf7 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ555g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3828977474 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.113 + period_days: 3000.0 + axial_tilt_deg: 45.0 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.797 + polar_ice_lat: 0.225 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.203 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ555g + +Frozen planet. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 3000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555g/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555g/markers.json new file mode 100644 index 000000000..327ebc9d1 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555g/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 134, + 42 + ], + "area_fraction": 0.0367 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 133, + 302 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 147, + 478 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 206, + 453 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 229, + 184 + ], + "area_fraction": 0.0804 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 12 + ], + "peak": [ + 0, + 11 + ], + "area_cells": 446 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 138 + ], + "peak": [ + 12, + 125 + ], + "area_cells": 2810 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 184 + ], + "peak": [ + 2, + 183 + ], + "area_cells": 269 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 491 + ], + "peak": [ + 9, + 500 + ], + "area_cells": 640 + }, + { + "id": "range_7", + "name": null, + "center": [ + 53, + 408 + ], + "peak": [ + 49, + 414 + ], + "area_cells": 234 + }, + { + "id": "range_8", + "name": null, + "center": [ + 54, + 373 + ], + "peak": [ + 54, + 373 + ], + "area_cells": 149 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 344 + ], + "peak": [ + 79, + 344 + ], + "area_cells": 177 + }, + { + "id": "range_14", + "name": null, + "center": [ + 163, + 359 + ], + "peak": [ + 166, + 357 + ], + "area_cells": 57 + }, + { + "id": "range_15", + "name": null, + "center": [ + 164, + 263 + ], + "peak": [ + 165, + 263 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 189, + 376 + ], + "peak": [ + 190, + 377 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-555/bodies/GJ555h/globe.png b/wiki/star-systems/GJ-555/bodies/GJ555h/globe.png new file mode 100644 index 000000000..809beabd2 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555h/globe.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555h/heightmap.png b/wiki/star-systems/GJ-555/bodies/GJ555h/heightmap.png new file mode 100644 index 000000000..1da253712 Binary files /dev/null and b/wiki/star-systems/GJ-555/bodies/GJ555h/heightmap.png differ diff --git a/wiki/star-systems/GJ-555/bodies/GJ555h/index.md b/wiki/star-systems/GJ-555/bodies/GJ555h/index.md new file mode 100644 index 000000000..b7f3f8849 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ555h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1722228215 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.942 + period_days: 6000.0 + axial_tilt_deg: 33.4 +physical: + gravity_g: 0.1 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.791 + polar_ice_lat: 0.054 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ555h + +Frozen planet. + +**System:** [GJ-555](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 6000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-555/bodies/GJ555h/markers.json b/wiki/star-systems/GJ-555/bodies/GJ555h/markers.json new file mode 100644 index 000000000..62039fe65 --- /dev/null +++ b/wiki/star-systems/GJ-555/bodies/GJ555h/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 112, + 57 + ], + "area_fraction": 0.0377 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 111, + 487 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 182, + 360 + ], + "area_fraction": 0.0481 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 151, + 221 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 209, + 109 + ], + "area_fraction": 0.0769 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 190, + 472 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 205, + 255 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 0, + 93 + ], + "peak": [ + 0, + 94 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 136 + ], + "peak": [ + 16, + 146 + ], + "area_cells": 11893 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 339 + ], + "peak": [ + 49, + 368 + ], + "area_cells": 7950 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 268 + ], + "peak": [ + 29, + 271 + ], + "area_cells": 40 + }, + { + "id": "range_5", + "name": null, + "center": [ + 57, + 484 + ], + "peak": [ + 46, + 509 + ], + "area_cells": 1355 + }, + { + "id": "range_8", + "name": null, + "center": [ + 74, + 436 + ], + "peak": [ + 75, + 436 + ], + "area_cells": 237 + }, + { + "id": "range_15", + "name": null, + "center": [ + 119, + 245 + ], + "peak": [ + 117, + 244 + ], + "area_cells": 97 + }, + { + "id": "range_19", + "name": null, + "center": [ + 243, + 418 + ], + "peak": [ + 236, + 405 + ], + "area_cells": 1317 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ556b/globe.png b/wiki/star-systems/GJ-556/bodies/GJ556b/globe.png new file mode 100644 index 000000000..1bbdf28b7 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556b/globe.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556b/heightmap.png b/wiki/star-systems/GJ-556/bodies/GJ556b/heightmap.png new file mode 100644 index 000000000..2afc841d3 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556b/heightmap.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556b/index.md b/wiki/star-systems/GJ-556/bodies/GJ556b/index.md new file mode 100644 index 000000000..bd3bf5337 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ556b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3105041364 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.34 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.968 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ556b + +Barren planet. + +**System:** [GJ-556](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 92% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-556/bodies/GJ556b/markers.json b/wiki/star-systems/GJ-556/bodies/GJ556b/markers.json new file mode 100644 index 000000000..02d6d35f6 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556b/markers.json @@ -0,0 +1,429 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 16 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 361 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 11, + 497 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 97, + 245 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_58", + "name": null, + "kind": "lake", + "center": [ + 188, + 387 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 63, + 112 + ], + "peak": [ + 66, + 103 + ], + "area_cells": 970 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 353 + ], + "peak": [ + 60, + 367 + ], + "area_cells": 3547 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 303 + ], + "peak": [ + 58, + 305 + ], + "area_cells": 120 + }, + { + "id": "range_10", + "name": null, + "center": [ + 77, + 486 + ], + "peak": [ + 72, + 508 + ], + "area_cells": 1731 + }, + { + "id": "range_11", + "name": null, + "center": [ + 77, + 35 + ], + "peak": [ + 78, + 0 + ], + "area_cells": 2064 + }, + { + "id": "range_12", + "name": null, + "center": [ + 70, + 268 + ], + "peak": [ + 72, + 269 + ], + "area_cells": 166 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 240 + ], + "peak": [ + 65, + 240 + ], + "area_cells": 79 + }, + { + "id": "range_16", + "name": null, + "center": [ + 77, + 157 + ], + "peak": [ + 78, + 158 + ], + "area_cells": 47 + }, + { + "id": "range_17", + "name": null, + "center": [ + 75, + 225 + ], + "peak": [ + 77, + 223 + ], + "area_cells": 55 + }, + { + "id": "range_20", + "name": null, + "center": [ + 94, + 115 + ], + "peak": [ + 94, + 115 + ], + "area_cells": 70 + }, + { + "id": "range_21", + "name": null, + "center": [ + 118, + 228 + ], + "peak": [ + 127, + 242 + ], + "area_cells": 516 + }, + { + "id": "range_22", + "name": null, + "center": [ + 120, + 96 + ], + "peak": [ + 120, + 97 + ], + "area_cells": 44 + }, + { + "id": "range_24", + "name": null, + "center": [ + 159, + 146 + ], + "peak": [ + 176, + 107 + ], + "area_cells": 2543 + }, + { + "id": "range_27", + "name": null, + "center": [ + 138, + 362 + ], + "peak": [ + 140, + 365 + ], + "area_cells": 74 + }, + { + "id": "range_28", + "name": null, + "center": [ + 159, + 221 + ], + "peak": [ + 159, + 223 + ], + "area_cells": 26 + }, + { + "id": "range_31", + "name": null, + "center": [ + 174, + 196 + ], + "peak": [ + 176, + 197 + ], + "area_cells": 114 + }, + { + "id": "range_33", + "name": null, + "center": [ + 168, + 74 + ], + "peak": [ + 166, + 73 + ], + "area_cells": 81 + }, + { + "id": "range_39", + "name": null, + "center": [ + 235, + 209 + ], + "peak": [ + 219, + 179 + ], + "area_cells": 2528 + }, + { + "id": "range_41", + "name": null, + "center": [ + 216, + 102 + ], + "peak": [ + 216, + 103 + ], + "area_cells": 64 + }, + { + "id": "range_46", + "name": null, + "center": [ + 243, + 315 + ], + "peak": [ + 248, + 312 + ], + "area_cells": 924 + }, + { + "id": "range_47", + "name": null, + "center": [ + 245, + 73 + ], + "peak": [ + 252, + 72 + ], + "area_cells": 351 + }, + { + "id": "range_50", + "name": null, + "center": [ + 238, + 375 + ], + "peak": [ + 234, + 376 + ], + "area_cells": 31 + }, + { + "id": "range_51", + "name": null, + "center": [ + 247, + 364 + ], + "peak": [ + 248, + 362 + ], + "area_cells": 120 + }, + { + "id": "range_53", + "name": null, + "center": [ + 241, + 412 + ], + "peak": [ + 244, + 411 + ], + "area_cells": 89 + }, + { + "id": "range_54", + "name": null, + "center": [ + 247, + 273 + ], + "peak": [ + 252, + 273 + ], + "area_cells": 32 + }, + { + "id": "range_55", + "name": null, + "center": [ + 245, + 284 + ], + "peak": [ + 254, + 284 + ], + "area_cells": 20 + }, + { + "id": "range_56", + "name": null, + "center": [ + 248, + 159 + ], + "peak": [ + 255, + 160 + ], + "area_cells": 20 + }, + { + "id": "range_58", + "name": null, + "center": [ + 249, + 100 + ], + "peak": [ + 248, + 99 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-556/bodies/GJ556c/globe.png b/wiki/star-systems/GJ-556/bodies/GJ556c/globe.png new file mode 100644 index 000000000..c08e5e2a2 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556c/globe.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556c/heightmap.png b/wiki/star-systems/GJ-556/bodies/GJ556c/heightmap.png new file mode 100644 index 000000000..d888d9678 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556c/heightmap.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556c/index.md b/wiki/star-systems/GJ-556/bodies/GJ556c/index.md new file mode 100644 index 000000000..bb53a38e2 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ556c +name: Idanha +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1136751302 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.86 + oblateness: 0.0048 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.374 + polar_ice_lat: 0.792 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Idanha + +Temperate planet. + +**System:** [GJ-556](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 37% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-556/bodies/GJ556c/markers.json b/wiki/star-systems/GJ-556/bodies/GJ556c/markers.json new file mode 100644 index 000000000..d67614698 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556c/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 152, + 511 + ], + [ + 151, + 511 + ], + [ + 150, + 511 + ], + [ + 149, + 510 + ], + [ + 148, + 511 + ], + [ + 147, + 510 + ], + [ + 147, + 509 + ], + [ + 148, + 509 + ], + [ + 148, + 508 + ], + [ + 147, + 507 + ], + [ + 147, + 508 + ], + [ + 146, + 507 + ], + [ + 146, + 508 + ], + [ + 145, + 508 + ], + [ + 146, + 509 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 111, + 492 + ], + [ + 112, + 491 + ], + [ + 113, + 490 + ], + [ + 114, + 489 + ], + [ + 115, + 488 + ], + [ + 116, + 487 + ], + [ + 117, + 486 + ], + [ + 118, + 485 + ], + [ + 118, + 484 + ], + [ + 119, + 483 + ], + [ + 119, + 482 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 58, + 374 + ], + [ + 59, + 373 + ], + [ + 60, + 372 + ], + [ + 61, + 371 + ], + [ + 62, + 370 + ], + [ + 63, + 369 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 17 + ], + [ + 237, + 18 + ], + [ + 236, + 19 + ], + [ + 237, + 19 + ], + [ + 236, + 20 + ], + [ + 236, + 21 + ], + [ + 235, + 21 + ], + [ + 234, + 22 + ], + [ + 234, + 23 + ], + [ + 234, + 24 + ], + [ + 233, + 23 + ], + [ + 232, + 24 + ], + [ + 231, + 24 + ], + [ + 230, + 25 + ], + [ + 229, + 24 + ], + [ + 228, + 25 + ], + [ + 227, + 25 + ], + [ + 226, + 25 + ], + [ + 225, + 26 + ], + [ + 225, + 27 + ], + [ + 225, + 28 + ], + [ + 225, + 29 + ], + [ + 225, + 30 + ], + [ + 224, + 31 + ], + [ + 223, + 32 + ], + [ + 222, + 33 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 35, + 98 + ], + [ + 34, + 98 + ], + [ + 33, + 98 + ], + [ + 32, + 98 + ], + [ + 31, + 99 + ], + [ + 31, + 98 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 130, + 498 + ], + [ + 131, + 497 + ], + [ + 131, + 496 + ], + [ + 132, + 495 + ], + [ + 133, + 494 + ], + [ + 133, + 493 + ], + [ + 134, + 494 + ], + [ + 135, + 494 + ], + [ + 134, + 493 + ], + [ + 133, + 492 + ], + [ + 132, + 491 + ], + [ + 131, + 492 + ], + [ + 131, + 491 + ], + [ + 130, + 490 + ], + [ + 131, + 490 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 148, + 255 + ], + "area_fraction": 0.6216 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 267 + ], + "peak": [ + 14, + 265 + ], + "area_cells": 133 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 306 + ], + "peak": [ + 38, + 312 + ], + "area_cells": 4167 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 9 + ], + "peak": [ + 21, + 9 + ], + "area_cells": 301 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 470 + ], + "peak": [ + 28, + 493 + ], + "area_cells": 672 + }, + { + "id": "range_5", + "name": null, + "center": [ + 136, + 483 + ], + "peak": [ + 136, + 484 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 186, + 264 + ], + "peak": [ + 187, + 265 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-556/bodies/GJ556d/globe.png b/wiki/star-systems/GJ-556/bodies/GJ556d/globe.png new file mode 100644 index 000000000..c54157e99 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556d/globe.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556d/heightmap.png b/wiki/star-systems/GJ-556/bodies/GJ556d/heightmap.png new file mode 100644 index 000000000..789a4baa7 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556d/heightmap.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556d/index.md b/wiki/star-systems/GJ-556/bodies/GJ556d/index.md new file mode 100644 index 000000000..5b86e6fef --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ556d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3664198791 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 31.8 +physical: + gravity_g: 0.5 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.07 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ556d + +Frozen planet. + +**System:** [GJ-556](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-556/bodies/GJ556d/markers.json b/wiki/star-systems/GJ-556/bodies/GJ556d/markers.json new file mode 100644 index 000000000..4fb3a1696 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556d/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 119, + 406 + ], + [ + 118, + 405 + ], + [ + 117, + 404 + ], + [ + 116, + 403 + ], + [ + 115, + 402 + ], + [ + 114, + 401 + ], + [ + 113, + 400 + ], + [ + 112, + 399 + ], + [ + 111, + 398 + ], + [ + 110, + 397 + ], + [ + 109, + 396 + ], + [ + 110, + 395 + ], + [ + 109, + 394 + ], + [ + 108, + 393 + ], + [ + 108, + 392 + ], + [ + 109, + 391 + ], + [ + 109, + 390 + ], + [ + 109, + 389 + ], + [ + 110, + 388 + ], + [ + 109, + 387 + ], + [ + 108, + 386 + ], + [ + 109, + 385 + ], + [ + 109, + 384 + ], + [ + 110, + 383 + ], + [ + 109, + 382 + ], + [ + 110, + 381 + ], + [ + 111, + 380 + ], + [ + 112, + 379 + ], + [ + 112, + 378 + ], + [ + 111, + 379 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 277 + ], + [ + 255, + 276 + ], + [ + 254, + 277 + ], + [ + 253, + 278 + ], + [ + 253, + 279 + ], + [ + 252, + 278 + ], + [ + 252, + 277 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 232, + 275 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 227, + 329 + ], + "area_fraction": 0.0123 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 124, + 235 + ], + "peak": [ + 117, + 183 + ], + "area_cells": 8152 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 329 + ], + "peak": [ + 103, + 328 + ], + "area_cells": 78 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 353 + ], + "peak": [ + 109, + 353 + ], + "area_cells": 58 + }, + { + "id": "range_4", + "name": null, + "center": [ + 129, + 451 + ], + "peak": [ + 128, + 449 + ], + "area_cells": 522 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-556/bodies/GJ556e/globe.png b/wiki/star-systems/GJ-556/bodies/GJ556e/globe.png new file mode 100644 index 000000000..b39d574cb Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556e/globe.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556e/heightmap.png b/wiki/star-systems/GJ-556/bodies/GJ556e/heightmap.png new file mode 100644 index 000000000..53a69f446 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556e/heightmap.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556e/index.md b/wiki/star-systems/GJ-556/bodies/GJ556e/index.md new file mode 100644 index 000000000..934887f25 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ556e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2869946921 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 26.6 +physical: + gravity_g: 0.4 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.132 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.381 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ556e + +Frozen planet. + +**System:** [GJ-556](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-556/bodies/GJ556e/markers.json b/wiki/star-systems/GJ-556/bodies/GJ556e/markers.json new file mode 100644 index 000000000..448d05175 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556e/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 100, + 64 + ], + "area_fraction": 0.0434 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 194, + 343 + ], + "area_fraction": 0.2092 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 148, + 279 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 49 + ], + "peak": [ + 26, + 8 + ], + "area_cells": 2456 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 149 + ], + "peak": [ + 0, + 159 + ], + "area_cells": 88 + }, + { + "id": "range_4", + "name": null, + "center": [ + 1, + 182 + ], + "peak": [ + 0, + 182 + ], + "area_cells": 70 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 331 + ], + "peak": [ + 4, + 332 + ], + "area_cells": 123 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 438 + ], + "peak": [ + 23, + 499 + ], + "area_cells": 5245 + }, + { + "id": "range_10", + "name": null, + "center": [ + 14, + 339 + ], + "peak": [ + 13, + 339 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 29, + 318 + ], + "peak": [ + 28, + 318 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 83, + 204 + ], + "peak": [ + 85, + 189 + ], + "area_cells": 1463 + }, + { + "id": "range_15", + "name": null, + "center": [ + 124, + 190 + ], + "peak": [ + 134, + 185 + ], + "area_cells": 923 + }, + { + "id": "range_16", + "name": null, + "center": [ + 135, + 240 + ], + "peak": [ + 134, + 244 + ], + "area_cells": 459 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-556/bodies/GJ556f/globe.png b/wiki/star-systems/GJ-556/bodies/GJ556f/globe.png new file mode 100644 index 000000000..46f7fe9fe Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556f/globe.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556f/heightmap.png b/wiki/star-systems/GJ-556/bodies/GJ556f/heightmap.png new file mode 100644 index 000000000..c7a5ddd57 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556f/heightmap.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556f/index.md b/wiki/star-systems/GJ-556/bodies/GJ556f/index.md new file mode 100644 index 000000000..93f49b235 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ556f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1821196110 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.801 + polar_ice_lat: 0.078 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ556f + +Frozen planet. + +**System:** [GJ-556](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-556/bodies/GJ556f/markers.json b/wiki/star-systems/GJ-556/bodies/GJ556f/markers.json new file mode 100644 index 000000000..1a0edfa65 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556f/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 139, + 480 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 103, + 357 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 109, + 407 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 124, + 283 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 141, + 38 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 232, + 173 + ], + "area_fraction": 0.0742 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 241, + 485 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 170 + ], + "peak": [ + 39, + 163 + ], + "area_cells": 6250 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 222 + ], + "peak": [ + 0, + 221 + ], + "area_cells": 61 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 327 + ], + "peak": [ + 0, + 356 + ], + "area_cells": 1302 + }, + { + "id": "range_9", + "name": null, + "center": [ + 169, + 235 + ], + "peak": [ + 170, + 241 + ], + "area_cells": 145 + }, + { + "id": "range_10", + "name": null, + "center": [ + 182, + 384 + ], + "peak": [ + 178, + 392 + ], + "area_cells": 220 + }, + { + "id": "range_11", + "name": null, + "center": [ + 233, + 367 + ], + "peak": [ + 234, + 369 + ], + "area_cells": 216 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-556/bodies/GJ556g/globe.png b/wiki/star-systems/GJ-556/bodies/GJ556g/globe.png new file mode 100644 index 000000000..1deec8466 Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556g/globe.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556g/heightmap.png b/wiki/star-systems/GJ-556/bodies/GJ556g/heightmap.png new file mode 100644 index 000000000..a3c3d765a Binary files /dev/null and b/wiki/star-systems/GJ-556/bodies/GJ556g/heightmap.png differ diff --git a/wiki/star-systems/GJ-556/bodies/GJ556g/index.md b/wiki/star-systems/GJ-556/bodies/GJ556g/index.md new file mode 100644 index 000000000..a8306e13f --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ556g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3804061716 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.607 + period_days: 5400.0 + axial_tilt_deg: 27.2 +physical: + gravity_g: 0.08 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.266 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ556g + +Frozen planet. + +**System:** [GJ-556](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-556/bodies/GJ556g/markers.json b/wiki/star-systems/GJ-556/bodies/GJ556g/markers.json new file mode 100644 index 000000000..90aa1c681 --- /dev/null +++ b/wiki/star-systems/GJ-556/bodies/GJ556g/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 52 + ], + "area_fraction": 0.046 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 40, + 376 + ], + "area_fraction": 0.1458 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 64, + 187 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 66, + 331 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 126, + 394 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 121, + 67 + ], + "peak": [ + 118, + 67 + ], + "area_cells": 352 + }, + { + "id": "range_2", + "name": null, + "center": [ + 212, + 251 + ], + "peak": [ + 227, + 288 + ], + "area_cells": 22079 + }, + { + "id": "range_4", + "name": null, + "center": [ + 133, + 268 + ], + "peak": [ + 133, + 270 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 191, + 90 + ], + "peak": [ + 191, + 87 + ], + "area_cells": 120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 193, + 507 + ], + "peak": [ + 194, + 509 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 216, + 17 + ], + "peak": [ + 215, + 25 + ], + "area_cells": 612 + }, + { + "id": "range_8", + "name": null, + "center": [ + 204, + 349 + ], + "peak": [ + 202, + 340 + ], + "area_cells": 217 + }, + { + "id": "range_9", + "name": null, + "center": [ + 215, + 495 + ], + "peak": [ + 216, + 501 + ], + "area_cells": 602 + }, + { + "id": "range_10", + "name": null, + "center": [ + 218, + 53 + ], + "peak": [ + 217, + 54 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ559Bb/globe.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/globe.png new file mode 100644 index 000000000..a780ace15 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/globe.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bb/heightmap.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/heightmap.png new file mode 100644 index 000000000..f717e1a4e Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bb/index.md b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/index.md new file mode 100644 index 000000000..70b2e078d --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ559Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4215238023 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.212 + period_days: 40.0 + axial_tilt_deg: 21.6 +physical: + gravity_g: 0.3 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.858 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ559Bb + +Barren planet. + +**System:** [GJ-559B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bb/markers.json b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/markers.json new file mode 100644 index 000000000..ed8e7f02f --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bb/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 57, + 118 + ], + "peak": [ + 58, + 117 + ], + "area_cells": 61 + }, + { + "id": "range_6", + "name": null, + "center": [ + 62, + 276 + ], + "peak": [ + 62, + 277 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 73, + 94 + ], + "peak": [ + 79, + 97 + ], + "area_cells": 133 + }, + { + "id": "range_10", + "name": null, + "center": [ + 88, + 508 + ], + "peak": [ + 102, + 510 + ], + "area_cells": 214 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 304 + ], + "peak": [ + 77, + 306 + ], + "area_cells": 43 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 484 + ], + "peak": [ + 78, + 487 + ], + "area_cells": 129 + }, + { + "id": "range_13", + "name": null, + "center": [ + 90, + 2 + ], + "peak": [ + 100, + 0 + ], + "area_cells": 171 + }, + { + "id": "range_14", + "name": null, + "center": [ + 81, + 111 + ], + "peak": [ + 82, + 113 + ], + "area_cells": 41 + }, + { + "id": "range_17", + "name": null, + "center": [ + 92, + 85 + ], + "peak": [ + 92, + 86 + ], + "area_cells": 49 + }, + { + "id": "range_19", + "name": null, + "center": [ + 150, + 358 + ], + "peak": [ + 157, + 295 + ], + "area_cells": 13453 + }, + { + "id": "range_20", + "name": null, + "center": [ + 94, + 426 + ], + "peak": [ + 96, + 426 + ], + "area_cells": 46 + }, + { + "id": "range_23", + "name": null, + "center": [ + 107, + 452 + ], + "peak": [ + 106, + 452 + ], + "area_cells": 171 + }, + { + "id": "range_28", + "name": null, + "center": [ + 166, + 34 + ], + "peak": [ + 175, + 52 + ], + "area_cells": 1458 + }, + { + "id": "range_29", + "name": null, + "center": [ + 153, + 132 + ], + "peak": [ + 151, + 134 + ], + "area_cells": 169 + }, + { + "id": "range_31", + "name": null, + "center": [ + 166, + 506 + ], + "peak": [ + 172, + 507 + ], + "area_cells": 43 + }, + { + "id": "range_32", + "name": null, + "center": [ + 167, + 1 + ], + "peak": [ + 172, + 0 + ], + "area_cells": 25 + }, + { + "id": "range_33", + "name": null, + "center": [ + 192, + 101 + ], + "peak": [ + 199, + 109 + ], + "area_cells": 1320 + }, + { + "id": "range_34", + "name": null, + "center": [ + 183, + 150 + ], + "peak": [ + 187, + 146 + ], + "area_cells": 744 + }, + { + "id": "range_35", + "name": null, + "center": [ + 188, + 17 + ], + "peak": [ + 187, + 18 + ], + "area_cells": 28 + }, + { + "id": "range_39", + "name": null, + "center": [ + 200, + 418 + ], + "peak": [ + 201, + 417 + ], + "area_cells": 85 + }, + { + "id": "range_41", + "name": null, + "center": [ + 208, + 256 + ], + "peak": [ + 222, + 255 + ], + "area_cells": 68 + }, + { + "id": "range_44", + "name": null, + "center": [ + 239, + 267 + ], + "peak": [ + 240, + 274 + ], + "area_cells": 232 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/globe.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/globe.png new file mode 100644 index 000000000..7b186a555 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/globe.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/heightmap.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/heightmap.png new file mode 100644 index 000000000..9d618ac94 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/index.md b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/index.md new file mode 100644 index 000000000..a8ed6841b --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ559Bc-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4131524780 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 32.8 +physical: + gravity_g: 0.05 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.823 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ559Bc-1 + +Barren moon. + +**System:** [GJ-559B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/markers.json b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/markers.json new file mode 100644 index 000000000..5a1ddd47b --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bc-1/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 14, + 349 + ], + "peak": [ + 8, + 347 + ], + "area_cells": 296 + }, + { + "id": "range_5", + "name": null, + "center": [ + 44, + 407 + ], + "peak": [ + 59, + 408 + ], + "area_cells": 1288 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 476 + ], + "peak": [ + 65, + 439 + ], + "area_cells": 2289 + }, + { + "id": "range_8", + "name": null, + "center": [ + 36, + 18 + ], + "peak": [ + 28, + 38 + ], + "area_cells": 753 + }, + { + "id": "range_15", + "name": null, + "center": [ + 40, + 310 + ], + "peak": [ + 41, + 310 + ], + "area_cells": 40 + }, + { + "id": "range_16", + "name": null, + "center": [ + 41, + 171 + ], + "peak": [ + 41, + 171 + ], + "area_cells": 38 + }, + { + "id": "range_19", + "name": null, + "center": [ + 65, + 334 + ], + "peak": [ + 70, + 358 + ], + "area_cells": 1225 + }, + { + "id": "range_20", + "name": null, + "center": [ + 52, + 92 + ], + "peak": [ + 52, + 94 + ], + "area_cells": 100 + }, + { + "id": "range_21", + "name": null, + "center": [ + 54, + 217 + ], + "peak": [ + 53, + 212 + ], + "area_cells": 189 + }, + { + "id": "range_22", + "name": null, + "center": [ + 55, + 22 + ], + "peak": [ + 55, + 22 + ], + "area_cells": 27 + }, + { + "id": "range_23", + "name": null, + "center": [ + 63, + 134 + ], + "peak": [ + 63, + 137 + ], + "area_cells": 56 + }, + { + "id": "range_31", + "name": null, + "center": [ + 100, + 222 + ], + "peak": [ + 89, + 231 + ], + "area_cells": 609 + }, + { + "id": "range_35", + "name": null, + "center": [ + 102, + 443 + ], + "peak": [ + 101, + 442 + ], + "area_cells": 197 + }, + { + "id": "range_36", + "name": null, + "center": [ + 94, + 464 + ], + "peak": [ + 95, + 465 + ], + "area_cells": 22 + }, + { + "id": "range_37", + "name": null, + "center": [ + 112, + 388 + ], + "peak": [ + 115, + 401 + ], + "area_cells": 656 + }, + { + "id": "range_38", + "name": null, + "center": [ + 99, + 281 + ], + "peak": [ + 98, + 281 + ], + "area_cells": 36 + }, + { + "id": "range_40", + "name": null, + "center": [ + 104, + 74 + ], + "peak": [ + 104, + 75 + ], + "area_cells": 20 + }, + { + "id": "range_44", + "name": null, + "center": [ + 115, + 278 + ], + "peak": [ + 117, + 278 + ], + "area_cells": 34 + }, + { + "id": "range_45", + "name": null, + "center": [ + 120, + 324 + ], + "peak": [ + 120, + 324 + ], + "area_cells": 197 + }, + { + "id": "range_46", + "name": null, + "center": [ + 128, + 248 + ], + "peak": [ + 127, + 248 + ], + "area_cells": 115 + }, + { + "id": "range_47", + "name": null, + "center": [ + 165, + 450 + ], + "peak": [ + 152, + 433 + ], + "area_cells": 2208 + }, + { + "id": "range_48", + "name": null, + "center": [ + 154, + 75 + ], + "peak": [ + 154, + 79 + ], + "area_cells": 771 + }, + { + "id": "range_49", + "name": null, + "center": [ + 142, + 296 + ], + "peak": [ + 143, + 296 + ], + "area_cells": 24 + }, + { + "id": "range_50", + "name": null, + "center": [ + 149, + 176 + ], + "peak": [ + 152, + 178 + ], + "area_cells": 43 + }, + { + "id": "range_51", + "name": null, + "center": [ + 159, + 131 + ], + "peak": [ + 164, + 130 + ], + "area_cells": 237 + }, + { + "id": "range_52", + "name": null, + "center": [ + 177, + 236 + ], + "peak": [ + 180, + 229 + ], + "area_cells": 1299 + }, + { + "id": "range_53", + "name": null, + "center": [ + 159, + 16 + ], + "peak": [ + 159, + 25 + ], + "area_cells": 156 + }, + { + "id": "range_54", + "name": null, + "center": [ + 183, + 294 + ], + "peak": [ + 172, + 295 + ], + "area_cells": 985 + }, + { + "id": "range_56", + "name": null, + "center": [ + 173, + 384 + ], + "peak": [ + 172, + 389 + ], + "area_cells": 331 + }, + { + "id": "range_57", + "name": null, + "center": [ + 167, + 494 + ], + "peak": [ + 167, + 494 + ], + "area_cells": 23 + }, + { + "id": "range_58", + "name": null, + "center": [ + 171, + 114 + ], + "peak": [ + 172, + 115 + ], + "area_cells": 54 + }, + { + "id": "range_59", + "name": null, + "center": [ + 176, + 40 + ], + "peak": [ + 174, + 49 + ], + "area_cells": 149 + }, + { + "id": "range_60", + "name": null, + "center": [ + 182, + 2 + ], + "peak": [ + 179, + 0 + ], + "area_cells": 60 + }, + { + "id": "range_63", + "name": null, + "center": [ + 204, + 473 + ], + "peak": [ + 206, + 479 + ], + "area_cells": 70 + }, + { + "id": "range_64", + "name": null, + "center": [ + 222, + 288 + ], + "peak": [ + 224, + 289 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc/globe.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/globe.png new file mode 100644 index 000000000..8e970cca2 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/globe.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc/heightmap.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/heightmap.png new file mode 100644 index 000000000..5ae5e5c49 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc/index.md b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/index.md new file mode 100644 index 000000000..81871956d --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ559Bc +name: Sede +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2147412970 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.848 + period_days: 320.0 + axial_tilt_deg: 10.7 +physical: + gravity_g: 0.91 + oblateness: 0.002 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.672 + polar_ice_lat: 0.726 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.453 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Sede + +Temperate planet. + +**System:** [GJ-559B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 67% | +| **Year** | 320 days | +| **Inhabited** | yes | +| **Population** | 750M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bc/markers.json b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/markers.json new file mode 100644 index 000000000..edc10aa8f --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bc/markers.json @@ -0,0 +1,659 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 55, + 347 + ], + [ + 56, + 346 + ], + [ + 57, + 345 + ], + [ + 58, + 344 + ], + [ + 59, + 343 + ], + [ + 59, + 342 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 32, + 511 + ], + [ + 31, + 511 + ], + [ + 30, + 510 + ], + [ + 29, + 509 + ], + [ + 28, + 508 + ], + [ + 27, + 508 + ], + [ + 26, + 508 + ], + [ + 25, + 509 + ], + [ + 24, + 508 + ], + [ + 23, + 508 + ], + [ + 22, + 507 + ], + [ + 21, + 507 + ], + [ + 22, + 506 + ], + [ + 23, + 505 + ], + [ + 22, + 504 + ], + [ + 22, + 503 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 208 + ], + [ + 255, + 207 + ], + [ + 254, + 208 + ], + [ + 253, + 208 + ], + [ + 252, + 209 + ], + [ + 251, + 209 + ], + [ + 250, + 208 + ], + [ + 249, + 209 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 177, + 80 + ], + [ + 177, + 81 + ], + [ + 176, + 82 + ], + [ + 175, + 83 + ], + [ + 174, + 84 + ], + [ + 173, + 85 + ], + [ + 172, + 86 + ], + [ + 171, + 87 + ], + [ + 172, + 88 + ], + [ + 171, + 89 + ], + [ + 171, + 88 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 39, + 510 + ], + [ + 38, + 510 + ], + [ + 37, + 510 + ], + [ + 36, + 509 + ], + [ + 37, + 509 + ], + [ + 37, + 508 + ], + [ + 38, + 507 + ], + [ + 39, + 507 + ], + [ + 39, + 506 + ], + [ + 40, + 505 + ], + [ + 41, + 505 + ], + [ + 41, + 504 + ], + [ + 42, + 503 + ], + [ + 43, + 503 + ], + [ + 44, + 503 + ], + [ + 44, + 502 + ], + [ + 43, + 502 + ], + [ + 43, + 501 + ], + [ + 44, + 500 + ], + [ + 43, + 500 + ], + [ + 44, + 501 + ], + [ + 45, + 500 + ], + [ + 44, + 499 + ], + [ + 45, + 499 + ], + [ + 45, + 498 + ], + [ + 46, + 497 + ], + [ + 47, + 496 + ], + [ + 48, + 496 + ], + [ + 49, + 497 + ], + [ + 50, + 496 + ], + [ + 51, + 495 + ], + [ + 52, + 495 + ], + [ + 53, + 494 + ], + [ + 54, + 493 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 8, + 184 + ], + [ + 7, + 184 + ], + [ + 6, + 184 + ], + [ + 5, + 183 + ], + [ + 4, + 182 + ], + [ + 3, + 182 + ], + [ + 2, + 182 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 103, + 98 + ], + [ + 102, + 98 + ], + [ + 101, + 99 + ], + [ + 100, + 98 + ], + [ + 99, + 99 + ], + [ + 98, + 100 + ], + [ + 97, + 101 + ], + [ + 96, + 102 + ], + [ + 95, + 103 + ], + [ + 94, + 104 + ], + [ + 93, + 105 + ], + [ + 92, + 106 + ], + [ + 91, + 107 + ], + [ + 90, + 108 + ], + [ + 89, + 109 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 4, + 91 + ], + [ + 3, + 91 + ], + [ + 2, + 91 + ], + [ + 2, + 92 + ], + [ + 1, + 93 + ], + [ + 0, + 94 + ], + [ + 0, + 95 + ], + [ + 1, + 94 + ], + [ + 2, + 94 + ], + [ + 1, + 95 + ], + [ + 2, + 96 + ], + [ + 3, + 97 + ], + [ + 2, + 98 + ], + [ + 1, + 98 + ], + [ + 0, + 97 + ], + [ + 0, + 96 + ], + [ + 1, + 97 + ], + [ + 1, + 96 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 39, + 315 + ], + [ + 40, + 314 + ], + [ + 41, + 313 + ], + [ + 42, + 312 + ], + [ + 43, + 311 + ], + [ + 44, + 310 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 192 + ], + "area_fraction": 0.0919 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 472 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 60, + 441 + ], + "area_fraction": 0.006 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 220, + 221 + ], + "area_fraction": 0.2082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 120, + 170 + ], + "peak": [ + 110, + 181 + ], + "area_cells": 15879 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 310 + ], + "peak": [ + 81, + 314 + ], + "area_cells": 196 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 336 + ], + "peak": [ + 81, + 338 + ], + "area_cells": 107 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 494 + ], + "peak": [ + 166, + 511 + ], + "area_cells": 1349 + }, + { + "id": "range_6", + "name": null, + "center": [ + 219, + 455 + ], + "peak": [ + 222, + 468 + ], + "area_cells": 379 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bd/globe.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/globe.png new file mode 100644 index 000000000..96e720b68 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/globe.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bd/heightmap.png b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/heightmap.png new file mode 100644 index 000000000..6b0f24e24 Binary files /dev/null and b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bd/index.md b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/index.md new file mode 100644 index 000000000..5f92f13ab --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/index.md @@ -0,0 +1,69 @@ +--- +id: GJ559Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2149372925 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.563 + period_days: 800.0 + axial_tilt_deg: 33.2 +physical: + gravity_g: 0.45 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.899 + polar_ice_lat: 0.125 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.412 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ559Bd + +Frozen planet. + +**System:** [GJ-559B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-559B/bodies/GJ559Bd/markers.json b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/markers.json new file mode 100644 index 000000000..6cd18ce74 --- /dev/null +++ b/wiki/star-systems/GJ-559B/bodies/GJ559Bd/markers.json @@ -0,0 +1,38 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 28, + 344 + ], + "area_fraction": 0.0835 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 139, + 175 + ], + "peak": [ + 143, + 207 + ], + "area_cells": 9360 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ566Ab/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/globe.png new file mode 100644 index 000000000..5396b8e1e Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ab/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/heightmap.png new file mode 100644 index 000000000..354db22b4 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ab/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/index.md new file mode 100644 index 000000000..fa90197f2 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1618882854 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.197 + period_days: 32.0 + axial_tilt_deg: 41.6 +physical: + gravity_g: 0.44 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.954 + polar_ice_lat: 0.836 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ab + +Barren planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 95% | +| **Year** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ab/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/markers.json new file mode 100644 index 000000000..a20843cab --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ab/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 56, + 116 + ], + "peak": [ + 57, + 117 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 30 + ], + "peak": [ + 62, + 30 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 11 + ], + "peak": [ + 103, + 11 + ], + "area_cells": 883 + }, + { + "id": "range_8", + "name": null, + "center": [ + 75, + 335 + ], + "peak": [ + 75, + 336 + ], + "area_cells": 65 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 242 + ], + "peak": [ + 82, + 243 + ], + "area_cells": 40 + }, + { + "id": "range_10", + "name": null, + "center": [ + 119, + 492 + ], + "peak": [ + 121, + 500 + ], + "area_cells": 909 + }, + { + "id": "range_11", + "name": null, + "center": [ + 103, + 275 + ], + "peak": [ + 104, + 276 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 125, + 306 + ], + "peak": [ + 129, + 304 + ], + "area_cells": 550 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 160 + ], + "peak": [ + 127, + 161 + ], + "area_cells": 61 + }, + { + "id": "range_17", + "name": null, + "center": [ + 134, + 458 + ], + "peak": [ + 134, + 458 + ], + "area_cells": 44 + }, + { + "id": "range_18", + "name": null, + "center": [ + 134, + 470 + ], + "peak": [ + 134, + 471 + ], + "area_cells": 27 + }, + { + "id": "range_20", + "name": null, + "center": [ + 154, + 275 + ], + "peak": [ + 158, + 280 + ], + "area_cells": 537 + }, + { + "id": "range_21", + "name": null, + "center": [ + 163, + 481 + ], + "peak": [ + 164, + 477 + ], + "area_cells": 205 + }, + { + "id": "range_22", + "name": null, + "center": [ + 164, + 311 + ], + "peak": [ + 164, + 309 + ], + "area_cells": 294 + }, + { + "id": "range_24", + "name": null, + "center": [ + 167, + 443 + ], + "peak": [ + 168, + 442 + ], + "area_cells": 131 + }, + { + "id": "range_26", + "name": null, + "center": [ + 192, + 246 + ], + "peak": [ + 192, + 246 + ], + "area_cells": 49 + }, + { + "id": "range_27", + "name": null, + "center": [ + 198, + 279 + ], + "peak": [ + 199, + 280 + ], + "area_cells": 83 + }, + { + "id": "range_29", + "name": null, + "center": [ + 203, + 471 + ], + "peak": [ + 202, + 467 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ac/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/globe.png new file mode 100644 index 000000000..eec0d0880 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ac/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/heightmap.png new file mode 100644 index 000000000..264c93fac Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ac/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/index.md new file mode 100644 index 000000000..d536c7da6 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ566Ac +name: Haodu +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2663929995 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.838 + period_days: 280.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.95 + oblateness: 0.0044 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.463 + polar_ice_lat: 0.659 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.457 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Haodu + +Temperate planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.95g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 2.8B | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics_manufacturing | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ac/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/markers.json new file mode 100644 index 000000000..2699af690 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ac/markers.json @@ -0,0 +1,751 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 318 + ], + [ + 138, + 319 + ], + [ + 139, + 318 + ], + [ + 139, + 319 + ], + [ + 140, + 320 + ], + [ + 140, + 319 + ], + [ + 141, + 320 + ], + [ + 140, + 321 + ], + [ + 140, + 322 + ], + [ + 140, + 323 + ], + [ + 140, + 324 + ], + [ + 141, + 325 + ], + [ + 140, + 326 + ], + [ + 140, + 327 + ], + [ + 141, + 328 + ], + [ + 142, + 329 + ], + [ + 142, + 330 + ], + [ + 141, + 331 + ], + [ + 140, + 332 + ], + [ + 141, + 333 + ], + [ + 140, + 334 + ], + [ + 141, + 335 + ], + [ + 142, + 336 + ], + [ + 141, + 337 + ], + [ + 140, + 338 + ], + [ + 141, + 339 + ], + [ + 140, + 340 + ], + [ + 140, + 341 + ], + [ + 140, + 342 + ], + [ + 140, + 343 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 234, + 96 + ], + [ + 233, + 97 + ], + [ + 232, + 98 + ], + [ + 231, + 98 + ], + [ + 230, + 98 + ], + [ + 229, + 99 + ], + [ + 229, + 98 + ], + [ + 228, + 98 + ], + [ + 227, + 98 + ], + [ + 226, + 98 + ], + [ + 225, + 98 + ], + [ + 224, + 97 + ], + [ + 223, + 98 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 241 + ], + [ + 129, + 240 + ], + [ + 128, + 239 + ], + [ + 127, + 238 + ], + [ + 126, + 239 + ], + [ + 125, + 239 + ], + [ + 124, + 238 + ], + [ + 123, + 239 + ], + [ + 122, + 239 + ], + [ + 121, + 240 + ], + [ + 120, + 240 + ], + [ + 119, + 241 + ], + [ + 118, + 241 + ], + [ + 117, + 241 + ], + [ + 116, + 242 + ], + [ + 115, + 242 + ], + [ + 114, + 242 + ], + [ + 113, + 243 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 114, + 157 + ], + [ + 115, + 156 + ], + [ + 116, + 155 + ], + [ + 117, + 156 + ], + [ + 118, + 156 + ], + [ + 119, + 157 + ], + [ + 120, + 158 + ], + [ + 121, + 159 + ], + [ + 122, + 159 + ], + [ + 123, + 158 + ], + [ + 124, + 158 + ], + [ + 125, + 158 + ], + [ + 126, + 157 + ], + [ + 127, + 157 + ], + [ + 128, + 156 + ], + [ + 127, + 155 + ], + [ + 128, + 155 + ], + [ + 127, + 156 + ], + [ + 128, + 157 + ], + [ + 128, + 158 + ], + [ + 127, + 158 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 194, + 358 + ], + [ + 193, + 357 + ], + [ + 192, + 356 + ], + [ + 191, + 355 + ], + [ + 190, + 354 + ], + [ + 190, + 353 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 221, + 216 + ], + [ + 220, + 215 + ], + [ + 219, + 214 + ], + [ + 218, + 213 + ], + [ + 217, + 212 + ], + [ + 216, + 211 + ], + [ + 215, + 212 + ], + [ + 214, + 213 + ], + [ + 214, + 212 + ], + [ + 213, + 213 + ], + [ + 213, + 214 + ], + [ + 212, + 215 + ], + [ + 211, + 214 + ], + [ + 210, + 215 + ], + [ + 209, + 214 + ], + [ + 208, + 213 + ], + [ + 207, + 212 + ], + [ + 207, + 213 + ], + [ + 206, + 214 + ], + [ + 205, + 214 + ], + [ + 206, + 215 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 247, + 133 + ], + [ + 247, + 132 + ], + [ + 248, + 131 + ], + [ + 249, + 130 + ], + [ + 250, + 129 + ], + [ + 251, + 129 + ], + [ + 252, + 128 + ], + [ + 253, + 127 + ], + [ + 253, + 126 + ], + [ + 253, + 125 + ], + [ + 254, + 125 + ], + [ + 254, + 126 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 210, + 129 + ], + [ + 211, + 130 + ], + [ + 212, + 131 + ], + [ + 211, + 132 + ], + [ + 211, + 133 + ], + [ + 210, + 134 + ], + [ + 209, + 135 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 244, + 71 + ], + [ + 245, + 72 + ], + [ + 246, + 71 + ], + [ + 247, + 70 + ], + [ + 248, + 70 + ], + [ + 249, + 69 + ], + [ + 249, + 68 + ], + [ + 250, + 67 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 65, + 277 + ], + "area_fraction": 0.4886 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 219, + 171 + ], + "area_fraction": 0.0428 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 213 + ], + "peak": [ + 100, + 205 + ], + "area_cells": 182 + }, + { + "id": "range_2", + "name": null, + "center": [ + 164, + 35 + ], + "peak": [ + 120, + 85 + ], + "area_cells": 2762 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 134 + ], + "peak": [ + 115, + 136 + ], + "area_cells": 61 + }, + { + "id": "range_4", + "name": null, + "center": [ + 194, + 330 + ], + "peak": [ + 211, + 371 + ], + "area_cells": 5510 + }, + { + "id": "range_5", + "name": null, + "center": [ + 182, + 480 + ], + "peak": [ + 210, + 485 + ], + "area_cells": 2371 + }, + { + "id": "range_6", + "name": null, + "center": [ + 153, + 125 + ], + "peak": [ + 154, + 131 + ], + "area_cells": 116 + }, + { + "id": "range_7", + "name": null, + "center": [ + 175, + 370 + ], + "peak": [ + 176, + 373 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 179, + 249 + ], + "peak": [ + 178, + 250 + ], + "area_cells": 52 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 465 + ], + "peak": [ + 212, + 464 + ], + "area_cells": 130 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ad/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/globe.png new file mode 100644 index 000000000..3437a7905 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ad/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/heightmap.png new file mode 100644 index 000000000..7d6bd43d0 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ad/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/index.md new file mode 100644 index 000000000..09a498f45 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ566Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3707224793 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.601 + period_days: 740.0 + axial_tilt_deg: 27.6 +physical: + gravity_g: 0.62 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.426 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ad + +Cold Arid planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 740 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ad/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/markers.json new file mode 100644 index 000000000..646c45c77 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ad/markers.json @@ -0,0 +1,883 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 228, + 222 + ], + [ + 229, + 221 + ], + [ + 229, + 220 + ], + [ + 230, + 219 + ], + [ + 231, + 218 + ], + [ + 232, + 217 + ], + [ + 233, + 216 + ], + [ + 234, + 215 + ], + [ + 235, + 216 + ], + [ + 236, + 217 + ], + [ + 237, + 216 + ], + [ + 238, + 217 + ], + [ + 239, + 217 + ], + [ + 240, + 216 + ], + [ + 239, + 215 + ], + [ + 238, + 215 + ], + [ + 239, + 214 + ], + [ + 240, + 214 + ], + [ + 240, + 213 + ], + [ + 239, + 212 + ], + [ + 240, + 211 + ], + [ + 241, + 210 + ], + [ + 242, + 211 + ], + [ + 241, + 212 + ], + [ + 242, + 213 + ], + [ + 241, + 214 + ], + [ + 241, + 213 + ], + [ + 242, + 212 + ], + [ + 243, + 211 + ], + [ + 243, + 210 + ], + [ + 242, + 209 + ], + [ + 243, + 208 + ], + [ + 244, + 209 + ], + [ + 244, + 208 + ], + [ + 244, + 207 + ], + [ + 245, + 208 + ], + [ + 246, + 207 + ], + [ + 246, + 206 + ], + [ + 245, + 205 + ], + [ + 244, + 204 + ], + [ + 243, + 204 + ], + [ + 242, + 203 + ], + [ + 241, + 202 + ], + [ + 240, + 203 + ], + [ + 241, + 203 + ], + [ + 242, + 202 + ], + [ + 243, + 203 + ], + [ + 244, + 203 + ], + [ + 243, + 202 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 238, + 281 + ], + [ + 239, + 280 + ], + [ + 240, + 280 + ], + [ + 240, + 279 + ], + [ + 240, + 278 + ], + [ + 240, + 277 + ], + [ + 241, + 278 + ], + [ + 241, + 277 + ], + [ + 240, + 276 + ], + [ + 240, + 275 + ], + [ + 241, + 275 + ], + [ + 240, + 274 + ], + [ + 240, + 273 + ], + [ + 241, + 273 + ], + [ + 242, + 273 + ], + [ + 242, + 272 + ], + [ + 242, + 271 + ], + [ + 241, + 271 + ], + [ + 241, + 272 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 54, + 384 + ], + [ + 55, + 383 + ], + [ + 56, + 382 + ], + [ + 57, + 381 + ], + [ + 58, + 380 + ], + [ + 59, + 379 + ], + [ + 60, + 378 + ], + [ + 61, + 377 + ], + [ + 62, + 376 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 12, + 278 + ], + [ + 13, + 277 + ], + [ + 12, + 276 + ], + [ + 12, + 277 + ], + [ + 11, + 277 + ], + [ + 10, + 277 + ], + [ + 9, + 277 + ], + [ + 8, + 277 + ], + [ + 7, + 276 + ], + [ + 6, + 277 + ], + [ + 5, + 277 + ], + [ + 4, + 277 + ], + [ + 3, + 277 + ], + [ + 2, + 277 + ], + [ + 1, + 276 + ], + [ + 0, + 276 + ], + [ + 0, + 277 + ], + [ + 1, + 277 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 1, + 370 + ], + [ + 2, + 371 + ], + [ + 2, + 372 + ], + [ + 3, + 373 + ], + [ + 4, + 374 + ], + [ + 5, + 375 + ], + [ + 6, + 375 + ], + [ + 7, + 375 + ], + [ + 8, + 375 + ], + [ + 9, + 375 + ], + [ + 10, + 375 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 379 + ], + [ + 0, + 378 + ], + [ + 1, + 377 + ], + [ + 2, + 377 + ], + [ + 2, + 376 + ], + [ + 3, + 376 + ], + [ + 4, + 376 + ], + [ + 5, + 376 + ], + [ + 6, + 375 + ], + [ + 7, + 375 + ], + [ + 8, + 375 + ], + [ + 9, + 375 + ], + [ + 10, + 375 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 69, + 510 + ], + [ + 68, + 509 + ], + [ + 67, + 508 + ], + [ + 66, + 507 + ], + [ + 65, + 506 + ], + [ + 65, + 505 + ], + [ + 65, + 504 + ], + [ + 65, + 503 + ], + [ + 65, + 502 + ], + [ + 66, + 501 + ], + [ + 67, + 500 + ], + [ + 68, + 500 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 88, + 221 + ], + [ + 87, + 220 + ], + [ + 86, + 221 + ], + [ + 85, + 222 + ], + [ + 84, + 223 + ], + [ + 83, + 224 + ], + [ + 82, + 225 + ], + [ + 82, + 226 + ], + [ + 83, + 227 + ], + [ + 82, + 228 + ], + [ + 82, + 229 + ], + [ + 83, + 230 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 176, + 177 + ], + [ + 175, + 178 + ], + [ + 174, + 179 + ], + [ + 173, + 179 + ], + [ + 172, + 180 + ], + [ + 171, + 181 + ], + [ + 170, + 180 + ], + [ + 169, + 180 + ], + [ + 168, + 180 + ], + [ + 167, + 181 + ], + [ + 166, + 181 + ], + [ + 165, + 181 + ], + [ + 164, + 180 + ], + [ + 163, + 180 + ], + [ + 162, + 180 + ], + [ + 161, + 181 + ], + [ + 160, + 181 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 145, + 180 + ], + [ + 144, + 179 + ], + [ + 143, + 178 + ], + [ + 142, + 178 + ], + [ + 141, + 177 + ], + [ + 140, + 176 + ], + [ + 139, + 175 + ], + [ + 139, + 174 + ], + [ + 138, + 173 + ] + ] + } + ], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 141, + 425 + ], + "area_fraction": 0.0414 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 116, + 220 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 162, + 24 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 150, + 330 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 128 + ], + "peak": [ + 36, + 128 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 100 + ], + "peak": [ + 48, + 99 + ], + "area_cells": 86 + }, + { + "id": "range_5", + "name": null, + "center": [ + 74, + 131 + ], + "peak": [ + 80, + 163 + ], + "area_cells": 3924 + }, + { + "id": "range_6", + "name": null, + "center": [ + 111, + 47 + ], + "peak": [ + 109, + 56 + ], + "area_cells": 1031 + }, + { + "id": "range_7", + "name": null, + "center": [ + 193, + 341 + ], + "peak": [ + 189, + 344 + ], + "area_cells": 464 + }, + { + "id": "range_8", + "name": null, + "center": [ + 188, + 415 + ], + "peak": [ + 189, + 421 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 211, + 413 + ], + "peak": [ + 209, + 416 + ], + "area_cells": 192 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/globe.png new file mode 100644 index 000000000..196de4436 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/heightmap.png new file mode 100644 index 000000000..187a1e58a Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/index.md new file mode 100644 index 000000000..bafd603ee --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3936802317 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 43.5 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.25 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ae-m1 + +Frozen moon. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/markers.json new file mode 100644 index 000000000..ceec7aab4 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m1/markers.json @@ -0,0 +1,311 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 208 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 397 + ], + "peak": [ + 29, + 377 + ], + "area_cells": 13596 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 51 + ], + "peak": [ + 19, + 49 + ], + "area_cells": 42 + }, + { + "id": "range_3", + "name": null, + "center": [ + 31, + 508 + ], + "peak": [ + 31, + 510 + ], + "area_cells": 68 + }, + { + "id": "range_4", + "name": null, + "center": [ + 38, + 11 + ], + "peak": [ + 43, + 12 + ], + "area_cells": 273 + }, + { + "id": "range_5", + "name": null, + "center": [ + 33, + 69 + ], + "peak": [ + 33, + 70 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 86 + ], + "peak": [ + 49, + 83 + ], + "area_cells": 239 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 56 + ], + "peak": [ + 46, + 59 + ], + "area_cells": 117 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 196 + ], + "peak": [ + 75, + 217 + ], + "area_cells": 652 + }, + { + "id": "range_11", + "name": null, + "center": [ + 66, + 237 + ], + "peak": [ + 64, + 238 + ], + "area_cells": 193 + }, + { + "id": "range_12", + "name": null, + "center": [ + 64, + 271 + ], + "peak": [ + 67, + 269 + ], + "area_cells": 115 + }, + { + "id": "range_13", + "name": null, + "center": [ + 65, + 8 + ], + "peak": [ + 65, + 9 + ], + "area_cells": 48 + }, + { + "id": "range_15", + "name": null, + "center": [ + 76, + 28 + ], + "peak": [ + 78, + 31 + ], + "area_cells": 183 + }, + { + "id": "range_17", + "name": null, + "center": [ + 116, + 306 + ], + "peak": [ + 100, + 342 + ], + "area_cells": 6816 + }, + { + "id": "range_19", + "name": null, + "center": [ + 92, + 135 + ], + "peak": [ + 95, + 141 + ], + "area_cells": 674 + }, + { + "id": "range_20", + "name": null, + "center": [ + 105, + 93 + ], + "peak": [ + 105, + 93 + ], + "area_cells": 43 + }, + { + "id": "range_22", + "name": null, + "center": [ + 166, + 244 + ], + "peak": [ + 167, + 204 + ], + "area_cells": 1579 + }, + { + "id": "range_24", + "name": null, + "center": [ + 167, + 137 + ], + "peak": [ + 167, + 140 + ], + "area_cells": 336 + }, + { + "id": "range_25", + "name": null, + "center": [ + 186, + 321 + ], + "peak": [ + 189, + 316 + ], + "area_cells": 219 + }, + { + "id": "range_26", + "name": null, + "center": [ + 184, + 356 + ], + "peak": [ + 185, + 357 + ], + "area_cells": 26 + }, + { + "id": "range_27", + "name": null, + "center": [ + 193, + 416 + ], + "peak": [ + 195, + 417 + ], + "area_cells": 35 + }, + { + "id": "range_28", + "name": null, + "center": [ + 250, + 291 + ], + "peak": [ + 254, + 293 + ], + "area_cells": 170 + }, + { + "id": "range_29", + "name": null, + "center": [ + 253, + 249 + ], + "peak": [ + 255, + 250 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/globe.png new file mode 100644 index 000000000..9637f8701 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/heightmap.png new file mode 100644 index 000000000..7073cfb25 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/index.md new file mode 100644 index 000000000..b748f4a42 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Ae-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1336116890 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 1.3 +physical: + gravity_g: 0.08 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.984 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.05 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ae-m2 + +Barren moon. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/markers.json new file mode 100644 index 000000000..54344abe6 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ae-m2/markers.json @@ -0,0 +1,259 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 206 + ], + "area_fraction": 0.0682 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 483 + ], + "peak": [ + 56, + 481 + ], + "area_cells": 128 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 338 + ], + "peak": [ + 71, + 339 + ], + "area_cells": 144 + }, + { + "id": "range_5", + "name": null, + "center": [ + 141, + 280 + ], + "peak": [ + 113, + 304 + ], + "area_cells": 6591 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 3 + ], + "peak": [ + 75, + 3 + ], + "area_cells": 83 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 478 + ], + "peak": [ + 72, + 478 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 92, + 88 + ], + "peak": [ + 92, + 88 + ], + "area_cells": 38 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 104 + ], + "peak": [ + 98, + 103 + ], + "area_cells": 153 + }, + { + "id": "range_14", + "name": null, + "center": [ + 178, + 107 + ], + "peak": [ + 200, + 112 + ], + "area_cells": 4252 + }, + { + "id": "range_15", + "name": null, + "center": [ + 127, + 288 + ], + "peak": [ + 128, + 288 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 149, + 436 + ], + "peak": [ + 150, + 436 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 156, + 401 + ], + "peak": [ + 157, + 400 + ], + "area_cells": 67 + }, + { + "id": "range_20", + "name": null, + "center": [ + 191, + 429 + ], + "peak": [ + 190, + 448 + ], + "area_cells": 1980 + }, + { + "id": "range_21", + "name": null, + "center": [ + 168, + 468 + ], + "peak": [ + 160, + 457 + ], + "area_cells": 445 + }, + { + "id": "range_28", + "name": null, + "center": [ + 167, + 139 + ], + "peak": [ + 168, + 138 + ], + "area_cells": 21 + }, + { + "id": "range_30", + "name": null, + "center": [ + 185, + 353 + ], + "peak": [ + 181, + 356 + ], + "area_cells": 320 + }, + { + "id": "range_32", + "name": null, + "center": [ + 174, + 194 + ], + "peak": [ + 174, + 198 + ], + "area_cells": 71 + }, + { + "id": "range_37", + "name": null, + "center": [ + 195, + 493 + ], + "peak": [ + 195, + 494 + ], + "area_cells": 22 + }, + { + "id": "range_40", + "name": null, + "center": [ + 209, + 253 + ], + "peak": [ + 210, + 252 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ae/globe.png new file mode 100644 index 000000000..b936afc6b Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ae/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ae/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ae/index.md new file mode 100644 index 000000000..6f2517f22 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ566Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 4168939032 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.7 + period_days: 2600.0 + axial_tilt_deg: 24.8 +physical: + gravity_g: null + oblateness: 0.0582 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.077 +rings: + enabled: true + inner_radius_factor: 1.12 + outer_radius_factor: 2.72 + opacity_base: 0.53 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ566Ae + +Gas giant. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Af/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Af/globe.png new file mode 100644 index 000000000..08ec9369f Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Af/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Af/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Af/heightmap.png new file mode 100644 index 000000000..350ce479f Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Af/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Af/index.md new file mode 100644 index 000000000..61e4af146 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3619684495 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.746 + period_days: 6400.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.48 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Af + +Frozen planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 92% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Af/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Af/markers.json new file mode 100644 index 000000000..b435ca583 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Af/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 197, + 117 + ], + "area_fraction": 0.0431 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 108 + ], + "peak": [ + 36, + 49 + ], + "area_cells": 7849 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 256 + ], + "peak": [ + 19, + 285 + ], + "area_cells": 1418 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 462 + ], + "peak": [ + 38, + 443 + ], + "area_cells": 3225 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 304 + ], + "peak": [ + 62, + 298 + ], + "area_cells": 972 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 410 + ], + "peak": [ + 58, + 410 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 100, + 302 + ], + "peak": [ + 99, + 309 + ], + "area_cells": 633 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ag/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/globe.png new file mode 100644 index 000000000..51528a59e Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ag/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/heightmap.png new file mode 100644 index 000000000..0202d9c5a Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ag/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/index.md new file mode 100644 index 000000000..e52ab61b9 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3676018684 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.096 + period_days: 13500.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.39 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ag + +Frozen planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.39g | +| **Land** | 97% | +| **Year** | 13500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ag/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/markers.json new file mode 100644 index 000000000..5dbc3491f --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ag/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 12, + 476 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 42, + 329 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 123, + 344 + ], + "peak": [ + 122, + 346 + ], + "area_cells": 101 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 127 + ], + "peak": [ + 123, + 116 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 151 + ], + "peak": [ + 144, + 145 + ], + "area_cells": 550 + }, + { + "id": "range_14", + "name": null, + "center": [ + 190, + 169 + ], + "peak": [ + 188, + 168 + ], + "area_cells": 71 + }, + { + "id": "range_15", + "name": null, + "center": [ + 236, + 229 + ], + "peak": [ + 234, + 152 + ], + "area_cells": 18094 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ah/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/globe.png new file mode 100644 index 000000000..c9d820a9a Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ah/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/heightmap.png new file mode 100644 index 000000000..5873f4e0f Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ah/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/index.md new file mode 100644 index 000000000..9e01d4732 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 151973633 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 17.176 + period_days: 26000.0 + axial_tilt_deg: 31.3 +physical: + gravity_g: 0.31 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.097 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.412 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ah + +Frozen planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.31g | +| **Land** | 91% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ah/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/markers.json new file mode 100644 index 000000000..45e61e141 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ah/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 296 + ], + "area_fraction": 0.0463 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 41, + 214 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 56, + 167 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 68, + 309 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 127, + 460 + ], + "peak": [ + 129, + 460 + ], + "area_cells": 143 + }, + { + "id": "range_4", + "name": null, + "center": [ + 177, + 225 + ], + "peak": [ + 179, + 144 + ], + "area_cells": 28464 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ai/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/globe.png new file mode 100644 index 000000000..f1aa5b1ba Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ai/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/heightmap.png new file mode 100644 index 000000000..8db2f0ce9 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ai/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/index.md new file mode 100644 index 000000000..c97987ad9 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1446073367 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 24.392 + period_days: 44000.0 + axial_tilt_deg: 47.8 +physical: + gravity_g: 0.24 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Ai + +Frozen planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Land** | 92% | +| **Year** | 44000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Ai/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/markers.json new file mode 100644 index 000000000..66a475479 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Ai/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 205, + 340 + ], + "area_fraction": 0.0631 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 184, + 384 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 77 + ], + "peak": [ + 68, + 22 + ], + "area_cells": 10425 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 220 + ], + "peak": [ + 4, + 222 + ], + "area_cells": 414 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 409 + ], + "peak": [ + 52, + 394 + ], + "area_cells": 14986 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 235 + ], + "peak": [ + 26, + 235 + ], + "area_cells": 23 + }, + { + "id": "range_6", + "name": null, + "center": [ + 51, + 169 + ], + "peak": [ + 53, + 167 + ], + "area_cells": 312 + }, + { + "id": "range_7", + "name": null, + "center": [ + 49, + 228 + ], + "peak": [ + 49, + 232 + ], + "area_cells": 127 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 195 + ], + "peak": [ + 58, + 198 + ], + "area_cells": 232 + }, + { + "id": "range_11", + "name": null, + "center": [ + 60, + 277 + ], + "peak": [ + 60, + 277 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 78, + 233 + ], + "peak": [ + 79, + 234 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Aj/globe.png b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/globe.png new file mode 100644 index 000000000..14d382354 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/globe.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Aj/heightmap.png b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/heightmap.png new file mode 100644 index 000000000..0f13e6086 Binary files /dev/null and b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Aj/index.md b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/index.md new file mode 100644 index 000000000..439133e53 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ566Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2252976316 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 33.871 + period_days: 72000.0 + axial_tilt_deg: 47.9 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.73 + polar_ice_lat: 0.084 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.32 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Aj + +Frozen planet. + +**System:** [GJ-566A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 72000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566A/bodies/GJ566Aj/markers.json b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/markers.json new file mode 100644 index 000000000..4e6878eb8 --- /dev/null +++ b/wiki/star-systems/GJ-566A/bodies/GJ566Aj/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 37, + 50 + ], + "area_fraction": 0.0568 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 19, + 326 + ], + "area_fraction": 0.0542 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 58, + 492 + ], + "area_fraction": 0.0296 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 109, + 15 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 139, + 57 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 227, + 81 + ], + "area_fraction": 0.0678 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 232, + 440 + ], + "area_fraction": 0.0284 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 401 + ], + "peak": [ + 50, + 399 + ], + "area_cells": 2245 + }, + { + "id": "range_3", + "name": null, + "center": [ + 113, + 253 + ], + "peak": [ + 112, + 288 + ], + "area_cells": 12163 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 347 + ], + "peak": [ + 74, + 347 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 420 + ], + "peak": [ + 125, + 419 + ], + "area_cells": 230 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 457 + ], + "peak": [ + 126, + 454 + ], + "area_cells": 154 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 359 + ], + "peak": [ + 129, + 364 + ], + "area_cells": 99 + }, + { + "id": "range_9", + "name": null, + "center": [ + 150, + 23 + ], + "peak": [ + 150, + 23 + ], + "area_cells": 80 + }, + { + "id": "range_12", + "name": null, + "center": [ + 160, + 471 + ], + "peak": [ + 160, + 472 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ566Bb/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/globe.png new file mode 100644 index 000000000..5208952fa Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bb/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/heightmap.png new file mode 100644 index 000000000..121ec84da Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bb/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/index.md new file mode 100644 index 000000000..0c789398f --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 460363197 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 32.6 +physical: + gravity_g: 0.4 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.823 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Bb + +Barren planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 91% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bb/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/markers.json new file mode 100644 index 000000000..5f61d0ceb --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bb/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 15, + 373 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 152, + 370 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_66", + "name": null, + "kind": "lake", + "center": [ + 181, + 305 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 37, + 432 + ], + "peak": [ + 38, + 432 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 477 + ], + "peak": [ + 95, + 458 + ], + "area_cells": 2382 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 246 + ], + "peak": [ + 93, + 236 + ], + "area_cells": 856 + }, + { + "id": "range_6", + "name": null, + "center": [ + 51, + 286 + ], + "peak": [ + 51, + 287 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 27 + ], + "peak": [ + 96, + 5 + ], + "area_cells": 1147 + }, + { + "id": "range_10", + "name": null, + "center": [ + 102, + 274 + ], + "peak": [ + 92, + 286 + ], + "area_cells": 784 + }, + { + "id": "range_11", + "name": null, + "center": [ + 120, + 359 + ], + "peak": [ + 122, + 358 + ], + "area_cells": 195 + }, + { + "id": "range_12", + "name": null, + "center": [ + 116, + 131 + ], + "peak": [ + 116, + 132 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 119, + 30 + ], + "peak": [ + 119, + 31 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 130, + 415 + ], + "peak": [ + 131, + 416 + ], + "area_cells": 183 + }, + { + "id": "range_17", + "name": null, + "center": [ + 124, + 49 + ], + "peak": [ + 125, + 48 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 131, + 17 + ], + "peak": [ + 130, + 22 + ], + "area_cells": 149 + }, + { + "id": "range_22", + "name": null, + "center": [ + 143, + 58 + ], + "peak": [ + 139, + 64 + ], + "area_cells": 156 + }, + { + "id": "range_25", + "name": null, + "center": [ + 157, + 284 + ], + "peak": [ + 156, + 286 + ], + "area_cells": 31 + }, + { + "id": "range_26", + "name": null, + "center": [ + 167, + 99 + ], + "peak": [ + 165, + 99 + ], + "area_cells": 172 + }, + { + "id": "range_27", + "name": null, + "center": [ + 163, + 131 + ], + "peak": [ + 165, + 131 + ], + "area_cells": 59 + }, + { + "id": "range_28", + "name": null, + "center": [ + 175, + 274 + ], + "peak": [ + 182, + 276 + ], + "area_cells": 137 + }, + { + "id": "range_29", + "name": null, + "center": [ + 166, + 238 + ], + "peak": [ + 166, + 238 + ], + "area_cells": 28 + }, + { + "id": "range_32", + "name": null, + "center": [ + 180, + 75 + ], + "peak": [ + 182, + 77 + ], + "area_cells": 132 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bc/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/globe.png new file mode 100644 index 000000000..a96cd3548 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bc/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/heightmap.png new file mode 100644 index 000000000..db72bb10c Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bc/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/index.md new file mode 100644 index 000000000..739657f3b --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ566Bc +name: Benguela +body_type: planet +planet_class: temperate +body_scale: planet +seed: 436866323 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 12.5 +physical: + gravity_g: 0.92 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.513 + polar_ice_lat: 0.704 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.517 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Benguela + +Temperate planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 51% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 480M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bc/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/markers.json new file mode 100644 index 000000000..f38818b3c --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bc/markers.json @@ -0,0 +1,791 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 122, + 337 + ], + [ + 123, + 337 + ], + [ + 124, + 338 + ], + [ + 125, + 339 + ], + [ + 126, + 340 + ], + [ + 127, + 340 + ], + [ + 128, + 341 + ], + [ + 129, + 342 + ], + [ + 130, + 343 + ], + [ + 131, + 344 + ], + [ + 132, + 344 + ], + [ + 133, + 344 + ], + [ + 134, + 345 + ], + [ + 135, + 345 + ], + [ + 136, + 344 + ], + [ + 137, + 344 + ], + [ + 138, + 344 + ], + [ + 139, + 344 + ], + [ + 140, + 344 + ], + [ + 140, + 345 + ], + [ + 139, + 345 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 168, + 213 + ], + [ + 169, + 213 + ], + [ + 170, + 213 + ], + [ + 171, + 213 + ], + [ + 172, + 214 + ], + [ + 173, + 215 + ], + [ + 174, + 216 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 232, + 93 + ], + [ + 231, + 92 + ], + [ + 230, + 91 + ], + [ + 229, + 90 + ], + [ + 228, + 89 + ], + [ + 227, + 89 + ], + [ + 226, + 88 + ], + [ + 225, + 87 + ], + [ + 224, + 86 + ], + [ + 223, + 85 + ], + [ + 222, + 84 + ], + [ + 221, + 83 + ], + [ + 220, + 83 + ], + [ + 221, + 82 + ], + [ + 220, + 81 + ], + [ + 221, + 81 + ], + [ + 220, + 80 + ], + [ + 220, + 79 + ], + [ + 219, + 80 + ], + [ + 219, + 81 + ], + [ + 218, + 80 + ], + [ + 218, + 79 + ], + [ + 219, + 79 + ], + [ + 218, + 78 + ], + [ + 217, + 78 + ], + [ + 216, + 78 + ], + [ + 215, + 77 + ], + [ + 214, + 77 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 443 + ], + [ + 237, + 442 + ], + [ + 236, + 441 + ], + [ + 235, + 440 + ], + [ + 234, + 439 + ], + [ + 233, + 438 + ], + [ + 232, + 437 + ], + [ + 231, + 436 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 92, + 59 + ], + [ + 91, + 58 + ], + [ + 90, + 58 + ], + [ + 89, + 57 + ], + [ + 88, + 56 + ], + [ + 87, + 56 + ], + [ + 86, + 56 + ], + [ + 85, + 55 + ], + [ + 84, + 55 + ], + [ + 83, + 56 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 116, + 53 + ], + [ + 117, + 52 + ], + [ + 118, + 51 + ], + [ + 119, + 51 + ], + [ + 119, + 50 + ], + [ + 119, + 49 + ], + [ + 118, + 48 + ], + [ + 118, + 47 + ], + [ + 118, + 46 + ], + [ + 117, + 45 + ], + [ + 117, + 44 + ], + [ + 117, + 43 + ], + [ + 117, + 42 + ], + [ + 116, + 41 + ], + [ + 117, + 40 + ], + [ + 116, + 40 + ], + [ + 116, + 39 + ], + [ + 116, + 38 + ], + [ + 115, + 38 + ], + [ + 115, + 37 + ], + [ + 116, + 37 + ], + [ + 115, + 36 + ], + [ + 114, + 36 + ], + [ + 114, + 35 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 116, + 19 + ], + [ + 115, + 20 + ], + [ + 114, + 21 + ], + [ + 113, + 22 + ], + [ + 112, + 23 + ], + [ + 111, + 24 + ], + [ + 110, + 24 + ], + [ + 109, + 25 + ], + [ + 108, + 24 + ], + [ + 107, + 23 + ], + [ + 106, + 22 + ], + [ + 105, + 21 + ], + [ + 104, + 20 + ], + [ + 103, + 19 + ], + [ + 104, + 18 + ], + [ + 103, + 17 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 246, + 286 + ], + [ + 246, + 287 + ], + [ + 246, + 288 + ], + [ + 245, + 289 + ], + [ + 246, + 290 + ], + [ + 247, + 291 + ], + [ + 248, + 291 + ], + [ + 247, + 292 + ], + [ + 248, + 293 + ], + [ + 247, + 293 + ], + [ + 246, + 292 + ], + [ + 245, + 293 + ], + [ + 246, + 293 + ], + [ + 245, + 294 + ], + [ + 246, + 295 + ], + [ + 245, + 296 + ], + [ + 245, + 295 + ], + [ + 246, + 296 + ], + [ + 246, + 297 + ], + [ + 247, + 296 + ], + [ + 247, + 295 + ], + [ + 247, + 294 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 150, + 257 + ], + [ + 150, + 256 + ], + [ + 149, + 257 + ], + [ + 148, + 256 + ], + [ + 147, + 256 + ], + [ + 146, + 257 + ], + [ + 145, + 257 + ], + [ + 144, + 258 + ], + [ + 143, + 258 + ], + [ + 142, + 259 + ], + [ + 142, + 260 + ], + [ + 142, + 261 + ], + [ + 141, + 262 + ], + [ + 141, + 263 + ], + [ + 141, + 264 + ], + [ + 140, + 265 + ], + [ + 140, + 266 + ], + [ + 140, + 267 + ], + [ + 140, + 268 + ], + [ + 139, + 269 + ], + [ + 139, + 270 + ], + [ + 139, + 271 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 58, + 249 + ], + "area_fraction": 0.4362 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 194, + 208 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 197, + 162 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 226, + 118 + ], + "area_fraction": 0.0198 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 245, + 235 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 383 + ], + "peak": [ + 202, + 382 + ], + "area_cells": 5451 + }, + { + "id": "range_2", + "name": null, + "center": [ + 121, + 38 + ], + "peak": [ + 127, + 56 + ], + "area_cells": 269 + }, + { + "id": "range_3", + "name": null, + "center": [ + 167, + 149 + ], + "peak": [ + 166, + 151 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bd/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/globe.png new file mode 100644 index 000000000..6ce4a9521 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bd/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/heightmap.png new file mode 100644 index 000000000..d0994b34a Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bd/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/index.md new file mode 100644 index 000000000..610b45a94 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ566Bd +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4010204911 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 19.3 +physical: + gravity_g: 0.58 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.532 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.14 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Bd + +Cold Arid planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bd/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/markers.json new file mode 100644 index 000000000..13a537ff1 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bd/markers.json @@ -0,0 +1,882 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 248, + 439 + ], + [ + 249, + 438 + ], + [ + 250, + 437 + ], + [ + 250, + 436 + ], + [ + 250, + 435 + ], + [ + 251, + 436 + ], + [ + 252, + 435 + ], + [ + 253, + 436 + ], + [ + 254, + 435 + ], + [ + 255, + 435 + ], + [ + 254, + 436 + ], + [ + 254, + 437 + ], + [ + 254, + 438 + ], + [ + 255, + 439 + ], + [ + 255, + 438 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 204, + 468 + ], + [ + 203, + 469 + ], + [ + 202, + 470 + ], + [ + 201, + 470 + ], + [ + 200, + 471 + ], + [ + 199, + 472 + ], + [ + 198, + 472 + ], + [ + 197, + 471 + ], + [ + 196, + 471 + ], + [ + 195, + 470 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 0 + ], + [ + 255, + 1 + ], + [ + 254, + 2 + ], + [ + 253, + 3 + ], + [ + 253, + 4 + ], + [ + 252, + 3 + ], + [ + 251, + 3 + ], + [ + 250, + 4 + ], + [ + 249, + 5 + ], + [ + 248, + 5 + ], + [ + 249, + 4 + ], + [ + 248, + 3 + ], + [ + 249, + 3 + ], + [ + 248, + 4 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 186, + 438 + ], + [ + 185, + 437 + ], + [ + 184, + 436 + ], + [ + 183, + 435 + ], + [ + 182, + 434 + ], + [ + 181, + 433 + ], + [ + 180, + 432 + ], + [ + 179, + 431 + ], + [ + 178, + 431 + ], + [ + 177, + 430 + ], + [ + 176, + 430 + ], + [ + 175, + 431 + ], + [ + 174, + 432 + ], + [ + 173, + 431 + ], + [ + 172, + 432 + ], + [ + 173, + 432 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 226, + 414 + ], + [ + 227, + 415 + ], + [ + 228, + 416 + ], + [ + 229, + 415 + ], + [ + 230, + 415 + ], + [ + 231, + 415 + ], + [ + 232, + 415 + ], + [ + 233, + 416 + ], + [ + 234, + 417 + ], + [ + 235, + 416 + ], + [ + 236, + 417 + ], + [ + 237, + 418 + ], + [ + 238, + 419 + ], + [ + 238, + 420 + ], + [ + 237, + 419 + ], + [ + 236, + 419 + ], + [ + 237, + 420 + ], + [ + 236, + 420 + ], + [ + 235, + 419 + ], + [ + 235, + 420 + ], + [ + 234, + 420 + ], + [ + 235, + 421 + ], + [ + 236, + 422 + ], + [ + 237, + 422 + ], + [ + 238, + 423 + ], + [ + 238, + 422 + ], + [ + 238, + 421 + ], + [ + 239, + 420 + ], + [ + 240, + 421 + ], + [ + 240, + 420 + ], + [ + 239, + 421 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 86, + 327 + ], + [ + 85, + 328 + ], + [ + 84, + 328 + ], + [ + 83, + 328 + ], + [ + 82, + 329 + ], + [ + 82, + 328 + ], + [ + 81, + 328 + ], + [ + 80, + 327 + ], + [ + 79, + 328 + ], + [ + 78, + 327 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 63, + 362 + ], + [ + 62, + 363 + ], + [ + 62, + 364 + ], + [ + 62, + 365 + ], + [ + 63, + 366 + ], + [ + 62, + 367 + ], + [ + 63, + 368 + ], + [ + 63, + 369 + ], + [ + 62, + 368 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 134, + 330 + ], + [ + 135, + 331 + ], + [ + 136, + 332 + ], + [ + 137, + 333 + ], + [ + 138, + 334 + ], + [ + 139, + 335 + ], + [ + 140, + 336 + ], + [ + 140, + 337 + ], + [ + 141, + 338 + ], + [ + 142, + 339 + ], + [ + 141, + 340 + ], + [ + 142, + 341 + ], + [ + 141, + 342 + ], + [ + 142, + 343 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 183, + 327 + ], + [ + 184, + 328 + ], + [ + 185, + 329 + ], + [ + 186, + 329 + ], + [ + 187, + 329 + ], + [ + 188, + 329 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 139, + 416 + ], + [ + 140, + 415 + ], + [ + 141, + 414 + ], + [ + 142, + 413 + ], + [ + 142, + 412 + ], + [ + 143, + 411 + ], + [ + 144, + 410 + ], + [ + 145, + 409 + ], + [ + 145, + 408 + ], + [ + 146, + 407 + ], + [ + 146, + 406 + ], + [ + 145, + 405 + ], + [ + 145, + 404 + ], + [ + 144, + 403 + ], + [ + 143, + 402 + ], + [ + 142, + 401 + ], + [ + 141, + 400 + ], + [ + 140, + 399 + ], + [ + 139, + 398 + ], + [ + 138, + 397 + ], + [ + 137, + 396 + ], + [ + 136, + 396 + ], + [ + 135, + 395 + ], + [ + 134, + 395 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 184, + 169 + ], + [ + 183, + 168 + ], + [ + 182, + 167 + ], + [ + 181, + 166 + ], + [ + 181, + 165 + ], + [ + 181, + 164 + ], + [ + 180, + 163 + ], + [ + 179, + 162 + ], + [ + 178, + 161 + ], + [ + 179, + 160 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 190, + 387 + ], + [ + 191, + 388 + ], + [ + 190, + 389 + ], + [ + 191, + 390 + ], + [ + 192, + 391 + ], + [ + 193, + 392 + ], + [ + 194, + 393 + ], + [ + 195, + 393 + ], + [ + 196, + 394 + ], + [ + 197, + 394 + ], + [ + 198, + 394 + ], + [ + 199, + 394 + ], + [ + 200, + 393 + ], + [ + 201, + 393 + ], + [ + 202, + 393 + ], + [ + 203, + 393 + ], + [ + 204, + 392 + ], + [ + 205, + 392 + ], + [ + 205, + 393 + ], + [ + 206, + 394 + ], + [ + 207, + 395 + ], + [ + 207, + 394 + ], + [ + 208, + 393 + ], + [ + 208, + 392 + ] + ] + } + ], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 228, + 196 + ], + "area_fraction": 0.0521 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 117 + ], + "peak": [ + 59, + 99 + ], + "area_cells": 10424 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 345 + ], + "peak": [ + 32, + 347 + ], + "area_cells": 55 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 464 + ], + "peak": [ + 63, + 434 + ], + "area_cells": 2885 + }, + { + "id": "range_12", + "name": null, + "center": [ + 54, + 381 + ], + "peak": [ + 58, + 381 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/globe.png new file mode 100644 index 000000000..83e15392a Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/heightmap.png new file mode 100644 index 000000000..0d52378f0 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/index.md new file mode 100644 index 000000000..43f7dd295 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2523750174 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.12 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.099 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Be-m1 + +Frozen moon. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 92% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/markers.json new file mode 100644 index 000000000..9887c6a11 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m1/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 116, + 277 + ], + "area_fraction": 0.006 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 182, + 184 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 192, + 398 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 221, + 433 + ], + "area_fraction": 0.005 + }, + { + "id": "water_59", + "name": null, + "kind": "lake", + "center": [ + 251, + 163 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 109 + ], + "peak": [ + 5, + 69 + ], + "area_cells": 6637 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 422 + ], + "peak": [ + 18, + 493 + ], + "area_cells": 8246 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 76 + ], + "peak": [ + 69, + 77 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 63 + ], + "peak": [ + 74, + 63 + ], + "area_cells": 66 + }, + { + "id": "range_6", + "name": null, + "center": [ + 132, + 112 + ], + "peak": [ + 132, + 113 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/globe.png new file mode 100644 index 000000000..90854ddf3 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/heightmap.png new file mode 100644 index 000000000..4ef57bbab Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/index.md new file mode 100644 index 000000000..e611c3650 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ566Be-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3915810107 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.08 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.837 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Be-m2 + +Barren moon. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/markers.json new file mode 100644 index 000000000..41df8b8ab --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Be-m2/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 16, + 468 + ], + "peak": [ + 17, + 470 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 231 + ], + "peak": [ + 51, + 263 + ], + "area_cells": 1949 + }, + { + "id": "range_9", + "name": null, + "center": [ + 59, + 131 + ], + "peak": [ + 80, + 135 + ], + "area_cells": 1071 + }, + { + "id": "range_12", + "name": null, + "center": [ + 37, + 79 + ], + "peak": [ + 37, + 80 + ], + "area_cells": 40 + }, + { + "id": "range_13", + "name": null, + "center": [ + 39, + 94 + ], + "peak": [ + 36, + 92 + ], + "area_cells": 60 + }, + { + "id": "range_15", + "name": null, + "center": [ + 58, + 461 + ], + "peak": [ + 66, + 466 + ], + "area_cells": 145 + }, + { + "id": "range_18", + "name": null, + "center": [ + 65, + 426 + ], + "peak": [ + 67, + 426 + ], + "area_cells": 61 + }, + { + "id": "range_21", + "name": null, + "center": [ + 85, + 30 + ], + "peak": [ + 93, + 45 + ], + "area_cells": 438 + }, + { + "id": "range_22", + "name": null, + "center": [ + 115, + 246 + ], + "peak": [ + 139, + 224 + ], + "area_cells": 3472 + }, + { + "id": "range_24", + "name": null, + "center": [ + 85, + 170 + ], + "peak": [ + 86, + 171 + ], + "area_cells": 57 + }, + { + "id": "range_26", + "name": null, + "center": [ + 87, + 396 + ], + "peak": [ + 88, + 396 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 91, + 436 + ], + "peak": [ + 90, + 434 + ], + "area_cells": 60 + }, + { + "id": "range_28", + "name": null, + "center": [ + 92, + 472 + ], + "peak": [ + 94, + 473 + ], + "area_cells": 22 + }, + { + "id": "range_32", + "name": null, + "center": [ + 103, + 409 + ], + "peak": [ + 107, + 413 + ], + "area_cells": 92 + }, + { + "id": "range_33", + "name": null, + "center": [ + 124, + 375 + ], + "peak": [ + 104, + 384 + ], + "area_cells": 939 + }, + { + "id": "range_34", + "name": null, + "center": [ + 118, + 175 + ], + "peak": [ + 119, + 178 + ], + "area_cells": 240 + }, + { + "id": "range_35", + "name": null, + "center": [ + 124, + 23 + ], + "peak": [ + 123, + 11 + ], + "area_cells": 655 + }, + { + "id": "range_36", + "name": null, + "center": [ + 118, + 300 + ], + "peak": [ + 118, + 302 + ], + "area_cells": 41 + }, + { + "id": "range_37", + "name": null, + "center": [ + 132, + 430 + ], + "peak": [ + 129, + 426 + ], + "area_cells": 718 + }, + { + "id": "range_38", + "name": null, + "center": [ + 128, + 505 + ], + "peak": [ + 129, + 509 + ], + "area_cells": 81 + }, + { + "id": "range_40", + "name": null, + "center": [ + 155, + 301 + ], + "peak": [ + 149, + 303 + ], + "area_cells": 233 + }, + { + "id": "range_43", + "name": null, + "center": [ + 160, + 333 + ], + "peak": [ + 163, + 333 + ], + "area_cells": 172 + }, + { + "id": "range_44", + "name": null, + "center": [ + 156, + 472 + ], + "peak": [ + 156, + 473 + ], + "area_cells": 23 + }, + { + "id": "range_56", + "name": null, + "center": [ + 228, + 380 + ], + "peak": [ + 225, + 386 + ], + "area_cells": 2834 + }, + { + "id": "range_57", + "name": null, + "center": [ + 222, + 254 + ], + "peak": [ + 206, + 240 + ], + "area_cells": 340 + }, + { + "id": "range_58", + "name": null, + "center": [ + 233, + 96 + ], + "peak": [ + 234, + 131 + ], + "area_cells": 2896 + }, + { + "id": "range_62", + "name": null, + "center": [ + 218, + 218 + ], + "peak": [ + 218, + 219 + ], + "area_cells": 20 + }, + { + "id": "range_64", + "name": null, + "center": [ + 230, + 176 + ], + "peak": [ + 233, + 175 + ], + "area_cells": 207 + }, + { + "id": "range_65", + "name": null, + "center": [ + 224, + 470 + ], + "peak": [ + 224, + 470 + ], + "area_cells": 27 + }, + { + "id": "range_67", + "name": null, + "center": [ + 231, + 479 + ], + "peak": [ + 229, + 478 + ], + "area_cells": 51 + }, + { + "id": "range_73", + "name": null, + "center": [ + 253, + 472 + ], + "peak": [ + 254, + 475 + ], + "area_cells": 23 + }, + { + "id": "range_74", + "name": null, + "center": [ + 254, + 361 + ], + "peak": [ + 255, + 361 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Be/globe.png new file mode 100644 index 000000000..844c2f881 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Be/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Be/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Be/index.md new file mode 100644 index 000000000..dbe9524b4 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ566Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 213899386 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: null + oblateness: 0.0543 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.12 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.131 +--- + +# GJ566Be + +Gas giant. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bf/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/globe.png new file mode 100644 index 000000000..bdd23a234 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bf/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/heightmap.png new file mode 100644 index 000000000..a25ce946c Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bf/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/index.md new file mode 100644 index 000000000..0de0cd3c9 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ566Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1251735338 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 27.2 +physical: + gravity_g: 0.44 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.878 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Bf + +Frozen planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bf/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/markers.json new file mode 100644 index 000000000..7dbed8de5 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bf/markers.json @@ -0,0 +1,338 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 139 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 347 + ], + "area_fraction": 0.0721 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 45, + 101 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 237, + 124 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 245, + 234 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 0, + 55 + ], + "peak": [ + 0, + 61 + ], + "area_cells": 67 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 22 + ], + "peak": [ + 17, + 22 + ], + "area_cells": 75 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 430 + ], + "peak": [ + 125, + 436 + ], + "area_cells": 1009 + }, + { + "id": "range_9", + "name": null, + "center": [ + 115, + 250 + ], + "peak": [ + 112, + 255 + ], + "area_cells": 318 + }, + { + "id": "range_10", + "name": null, + "center": [ + 123, + 7 + ], + "peak": [ + 123, + 7 + ], + "area_cells": 457 + }, + { + "id": "range_12", + "name": null, + "center": [ + 125, + 191 + ], + "peak": [ + 126, + 193 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 133, + 388 + ], + "peak": [ + 133, + 389 + ], + "area_cells": 198 + }, + { + "id": "range_14", + "name": null, + "center": [ + 131, + 507 + ], + "peak": [ + 131, + 507 + ], + "area_cells": 129 + }, + { + "id": "range_15", + "name": null, + "center": [ + 129, + 140 + ], + "peak": [ + 129, + 140 + ], + "area_cells": 44 + }, + { + "id": "range_16", + "name": null, + "center": [ + 127, + 175 + ], + "peak": [ + 129, + 174 + ], + "area_cells": 60 + }, + { + "id": "range_18", + "name": null, + "center": [ + 137, + 217 + ], + "peak": [ + 139, + 218 + ], + "area_cells": 258 + }, + { + "id": "range_19", + "name": null, + "center": [ + 137, + 298 + ], + "peak": [ + 137, + 299 + ], + "area_cells": 127 + }, + { + "id": "range_21", + "name": null, + "center": [ + 173, + 165 + ], + "peak": [ + 190, + 200 + ], + "area_cells": 5006 + }, + { + "id": "range_22", + "name": null, + "center": [ + 149, + 488 + ], + "peak": [ + 151, + 490 + ], + "area_cells": 52 + }, + { + "id": "range_24", + "name": null, + "center": [ + 152, + 403 + ], + "peak": [ + 152, + 403 + ], + "area_cells": 72 + }, + { + "id": "range_26", + "name": null, + "center": [ + 210, + 370 + ], + "peak": [ + 222, + 355 + ], + "area_cells": 5451 + }, + { + "id": "range_27", + "name": null, + "center": [ + 179, + 330 + ], + "peak": [ + 180, + 330 + ], + "area_cells": 32 + }, + { + "id": "range_31", + "name": null, + "center": [ + 209, + 3 + ], + "peak": [ + 207, + 1 + ], + "area_cells": 159 + }, + { + "id": "range_32", + "name": null, + "center": [ + 203, + 501 + ], + "peak": [ + 206, + 511 + ], + "area_cells": 162 + }, + { + "id": "range_34", + "name": null, + "center": [ + 208, + 30 + ], + "peak": [ + 209, + 31 + ], + "area_cells": 31 + }, + { + "id": "range_37", + "name": null, + "center": [ + 218, + 437 + ], + "peak": [ + 218, + 438 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bg/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/globe.png new file mode 100644 index 000000000..39fcb6c66 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bg/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/heightmap.png new file mode 100644 index 000000000..03870cf4c Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bg/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/index.md new file mode 100644 index 000000000..f49b95a8b --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ566Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 712660676 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.729 + period_days: 8800.0 + axial_tilt_deg: 15.5 +physical: + gravity_g: 0.34 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.168 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Bg + +Frozen planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bg/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/markers.json new file mode 100644 index 000000000..2421ec049 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bg/markers.json @@ -0,0 +1,280 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 41, + 275 + ], + "area_fraction": 0.0299 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 132, + 342 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 188, + 223 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 192, + 35 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 201, + 173 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 201, + 466 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 210, + 115 + ], + "area_fraction": 0.0218 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 147 + ], + "peak": [ + 11, + 148 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 159 + ], + "peak": [ + 48, + 160 + ], + "area_cells": 304 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 177 + ], + "peak": [ + 54, + 177 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 44 + ], + "peak": [ + 62, + 45 + ], + "area_cells": 159 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 31 + ], + "peak": [ + 98, + 44 + ], + "area_cells": 1535 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 209 + ], + "peak": [ + 96, + 196 + ], + "area_cells": 1601 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 164 + ], + "peak": [ + 90, + 163 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 112, + 483 + ], + "peak": [ + 112, + 483 + ], + "area_cells": 36 + }, + { + "id": "range_19", + "name": null, + "center": [ + 141, + 108 + ], + "peak": [ + 142, + 111 + ], + "area_cells": 226 + }, + { + "id": "range_20", + "name": null, + "center": [ + 134, + 214 + ], + "peak": [ + 134, + 215 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 145, + 208 + ], + "peak": [ + 147, + 207 + ], + "area_cells": 49 + }, + { + "id": "range_24", + "name": null, + "center": [ + 230, + 352 + ], + "peak": [ + 225, + 342 + ], + "area_cells": 6688 + }, + { + "id": "range_25", + "name": null, + "center": [ + 214, + 437 + ], + "peak": [ + 215, + 435 + ], + "area_cells": 22 + }, + { + "id": "range_27", + "name": null, + "center": [ + 249, + 175 + ], + "peak": [ + 255, + 174 + ], + "area_cells": 549 + }, + { + "id": "range_28", + "name": null, + "center": [ + 252, + 13 + ], + "peak": [ + 251, + 20 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bh/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/globe.png new file mode 100644 index 000000000..d0d6ffbb7 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bh/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/heightmap.png new file mode 100644 index 000000000..f5fec2964 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bh/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/index.md new file mode 100644 index 000000000..e1f0f7316 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ566Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3806026933 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.26 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.758 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Bh + +Frozen planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bh/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/markers.json new file mode 100644 index 000000000..42390d3dc --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bh/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 65, + 91 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 196, + 166 + ], + "area_fraction": 0.1951 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 156, + 480 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 159, + 274 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 440 + ], + "peak": [ + 16, + 438 + ], + "area_cells": 5283 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 302 + ], + "peak": [ + 33, + 303 + ], + "area_cells": 77 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 210 + ], + "peak": [ + 47, + 197 + ], + "area_cells": 1136 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 261 + ], + "peak": [ + 46, + 262 + ], + "area_cells": 113 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 279 + ], + "peak": [ + 48, + 281 + ], + "area_cells": 74 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 12 + ], + "peak": [ + 76, + 14 + ], + "area_cells": 515 + }, + { + "id": "range_8", + "name": null, + "center": [ + 127, + 366 + ], + "peak": [ + 94, + 337 + ], + "area_cells": 3490 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 508 + ], + "peak": [ + 92, + 509 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 108, + 55 + ], + "peak": [ + 111, + 67 + ], + "area_cells": 635 + }, + { + "id": "range_11", + "name": null, + "center": [ + 201, + 470 + ], + "peak": [ + 206, + 477 + ], + "area_cells": 185 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bi/globe.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/globe.png new file mode 100644 index 000000000..86f964734 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/globe.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bi/heightmap.png b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/heightmap.png new file mode 100644 index 000000000..c34ba20d7 Binary files /dev/null and b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bi/index.md b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/index.md new file mode 100644 index 000000000..7b6eac837 --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ566Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4278570056 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 31.2 +physical: + gravity_g: 0.12 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.289 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ566Bi + +Frozen planet. + +**System:** [GJ-566B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-566B/bodies/GJ566Bi/markers.json b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/markers.json new file mode 100644 index 000000000..42a8f8e2d --- /dev/null +++ b/wiki/star-systems/GJ-566B/bodies/GJ566Bi/markers.json @@ -0,0 +1,173 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 112, + 114 + ], + "area_fraction": 0.0702 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 70, + 144 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 122, + 361 + ], + "area_fraction": 0.0375 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 110, + 263 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 170, + 409 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 205, + 293 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 209, + 469 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 234, + 215 + ], + "area_fraction": 0.0358 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 294 + ], + "peak": [ + 3, + 250 + ], + "area_cells": 3471 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 314 + ], + "peak": [ + 20, + 315 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 21, + 405 + ], + "peak": [ + 20, + 404 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 27, + 416 + ], + "peak": [ + 29, + 417 + ], + "area_cells": 51 + }, + { + "id": "range_15", + "name": null, + "center": [ + 174, + 82 + ], + "peak": [ + 166, + 77 + ], + "area_cells": 288 + }, + { + "id": "range_16", + "name": null, + "center": [ + 189, + 106 + ], + "peak": [ + 190, + 106 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ567b/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567b/globe.png new file mode 100644 index 000000000..de5e01788 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567b/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567b/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567b/heightmap.png new file mode 100644 index 000000000..d7c6dd182 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567b/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567b/index.md b/wiki/star-systems/GJ-567/bodies/GJ567b/index.md new file mode 100644 index 000000000..bd9690fe0 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ567b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 564020554 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.48 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.915 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.043 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567b + +Barren planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 98% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567b/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567b/markers.json new file mode 100644 index 000000000..80d139c5d --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567b/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 66 + ], + "peak": [ + 53, + 92 + ], + "area_cells": 5140 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 252 + ], + "peak": [ + 40, + 279 + ], + "area_cells": 13452 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 472 + ], + "peak": [ + 25, + 466 + ], + "area_cells": 1860 + }, + { + "id": "range_7", + "name": null, + "center": [ + 39, + 120 + ], + "peak": [ + 43, + 118 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 491 + ], + "peak": [ + 51, + 494 + ], + "area_cells": 384 + }, + { + "id": "range_12", + "name": null, + "center": [ + 49, + 470 + ], + "peak": [ + 49, + 470 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 57, + 4 + ], + "peak": [ + 54, + 1 + ], + "area_cells": 83 + }, + { + "id": "range_17", + "name": null, + "center": [ + 102, + 69 + ], + "peak": [ + 103, + 69 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 376 + ], + "peak": [ + 128, + 376 + ], + "area_cells": 179 + }, + { + "id": "range_19", + "name": null, + "center": [ + 130, + 28 + ], + "peak": [ + 132, + 28 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 132, + 432 + ], + "peak": [ + 132, + 432 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 147, + 348 + ], + "peak": [ + 139, + 353 + ], + "area_cells": 306 + }, + { + "id": "range_22", + "name": null, + "center": [ + 152, + 124 + ], + "peak": [ + 152, + 125 + ], + "area_cells": 138 + }, + { + "id": "range_23", + "name": null, + "center": [ + 153, + 396 + ], + "peak": [ + 153, + 397 + ], + "area_cells": 70 + }, + { + "id": "range_26", + "name": null, + "center": [ + 177, + 110 + ], + "peak": [ + 179, + 109 + ], + "area_cells": 144 + }, + { + "id": "range_27", + "name": null, + "center": [ + 189, + 155 + ], + "peak": [ + 189, + 155 + ], + "area_cells": 145 + }, + { + "id": "range_28", + "name": null, + "center": [ + 184, + 329 + ], + "peak": [ + 184, + 328 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567c/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567c/globe.png new file mode 100644 index 000000000..7b21d1d90 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567c/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567c/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567c/heightmap.png new file mode 100644 index 000000000..7c9e02481 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567c/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567c/index.md b/wiki/star-systems/GJ-567/bodies/GJ567c/index.md new file mode 100644 index 000000000..8ab0b2a12 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ567c +name: Fragua +body_type: planet +planet_class: temperate +body_scale: planet +seed: 202205674 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.37 + period_days: 92.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: 0.87 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.581 + polar_ice_lat: 0.714 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.502 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Fragua + +Temperate planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.87g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 58% | +| **Year** | 92 days | +| **Inhabited** | yes | +| **Population** | 34K | +| **Economy** | manufacturing | +| **Settlement** | village_network | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567c/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567c/markers.json new file mode 100644 index 000000000..66b44e8fb --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567c/markers.json @@ -0,0 +1,779 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 200, + 176 + ], + [ + 199, + 175 + ], + [ + 198, + 175 + ], + [ + 197, + 175 + ], + [ + 196, + 176 + ], + [ + 195, + 175 + ], + [ + 194, + 174 + ], + [ + 194, + 173 + ], + [ + 193, + 173 + ], + [ + 192, + 172 + ], + [ + 191, + 173 + ], + [ + 190, + 172 + ], + [ + 189, + 171 + ], + [ + 188, + 170 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 176, + 241 + ], + [ + 175, + 242 + ], + [ + 174, + 243 + ], + [ + 173, + 244 + ], + [ + 172, + 245 + ], + [ + 171, + 246 + ], + [ + 171, + 247 + ], + [ + 170, + 248 + ], + [ + 169, + 249 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 112, + 364 + ], + [ + 111, + 363 + ], + [ + 110, + 363 + ], + [ + 109, + 364 + ], + [ + 108, + 365 + ], + [ + 107, + 366 + ], + [ + 107, + 367 + ], + [ + 107, + 368 + ], + [ + 108, + 369 + ], + [ + 107, + 370 + ], + [ + 106, + 371 + ], + [ + 106, + 372 + ], + [ + 105, + 372 + ], + [ + 104, + 373 + ], + [ + 103, + 373 + ], + [ + 102, + 374 + ], + [ + 101, + 375 + ], + [ + 100, + 376 + ], + [ + 99, + 377 + ], + [ + 98, + 378 + ], + [ + 97, + 379 + ], + [ + 98, + 380 + ], + [ + 97, + 381 + ], + [ + 98, + 382 + ], + [ + 98, + 383 + ], + [ + 98, + 384 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 123, + 356 + ], + [ + 122, + 357 + ], + [ + 121, + 358 + ], + [ + 120, + 359 + ], + [ + 119, + 360 + ], + [ + 118, + 361 + ], + [ + 117, + 362 + ], + [ + 118, + 363 + ], + [ + 117, + 364 + ], + [ + 118, + 365 + ], + [ + 118, + 366 + ], + [ + 119, + 367 + ], + [ + 119, + 368 + ], + [ + 120, + 369 + ], + [ + 120, + 370 + ], + [ + 121, + 371 + ], + [ + 122, + 372 + ], + [ + 123, + 373 + ], + [ + 124, + 374 + ], + [ + 125, + 375 + ], + [ + 124, + 375 + ], + [ + 124, + 376 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 48, + 248 + ], + [ + 47, + 247 + ], + [ + 48, + 246 + ], + [ + 48, + 245 + ], + [ + 49, + 244 + ], + [ + 49, + 245 + ], + [ + 50, + 245 + ], + [ + 50, + 244 + ], + [ + 50, + 243 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 116, + 460 + ], + [ + 115, + 460 + ], + [ + 114, + 459 + ], + [ + 113, + 458 + ], + [ + 112, + 457 + ], + [ + 111, + 456 + ], + [ + 110, + 456 + ], + [ + 109, + 455 + ], + [ + 108, + 454 + ], + [ + 107, + 454 + ], + [ + 106, + 454 + ], + [ + 105, + 454 + ], + [ + 104, + 453 + ], + [ + 103, + 453 + ], + [ + 102, + 454 + ], + [ + 101, + 453 + ], + [ + 100, + 454 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 242, + 428 + ], + [ + 241, + 429 + ], + [ + 240, + 430 + ], + [ + 239, + 431 + ], + [ + 238, + 432 + ], + [ + 237, + 433 + ], + [ + 236, + 434 + ], + [ + 235, + 434 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 132, + 466 + ], + [ + 133, + 467 + ], + [ + 134, + 468 + ], + [ + 135, + 469 + ], + [ + 136, + 470 + ], + [ + 136, + 471 + ], + [ + 135, + 472 + ], + [ + 134, + 473 + ], + [ + 134, + 474 + ], + [ + 135, + 475 + ], + [ + 135, + 476 + ], + [ + 135, + 477 + ], + [ + 135, + 478 + ], + [ + 135, + 479 + ], + [ + 134, + 480 + ], + [ + 133, + 481 + ], + [ + 132, + 482 + ], + [ + 131, + 483 + ], + [ + 131, + 484 + ], + [ + 131, + 485 + ], + [ + 130, + 486 + ], + [ + 131, + 487 + ], + [ + 130, + 488 + ], + [ + 131, + 489 + ], + [ + 130, + 490 + ], + [ + 131, + 490 + ], + [ + 130, + 491 + ], + [ + 129, + 490 + ], + [ + 130, + 489 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 44, + 204 + ], + [ + 43, + 203 + ], + [ + 42, + 203 + ], + [ + 41, + 204 + ], + [ + 40, + 205 + ], + [ + 39, + 205 + ], + [ + 38, + 204 + ], + [ + 37, + 203 + ], + [ + 36, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 299 + ], + "area_fraction": 0.19 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 213, + 256 + ], + "area_fraction": 0.2254 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 43 + ], + "peak": [ + 37, + 49 + ], + "area_cells": 675 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 152 + ], + "peak": [ + 54, + 83 + ], + "area_cells": 8402 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 505 + ], + "peak": [ + 119, + 511 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 2 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 70 + }, + { + "id": "range_5", + "name": null, + "center": [ + 131, + 465 + ], + "peak": [ + 132, + 466 + ], + "area_cells": 68 + }, + { + "id": "range_8", + "name": null, + "center": [ + 169, + 332 + ], + "peak": [ + 167, + 332 + ], + "area_cells": 202 + }, + { + "id": "range_9", + "name": null, + "center": [ + 187, + 319 + ], + "peak": [ + 188, + 321 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 194, + 12 + ], + "peak": [ + 195, + 12 + ], + "area_cells": 89 + }, + { + "id": "range_11", + "name": null, + "center": [ + 220, + 302 + ], + "peak": [ + 218, + 303 + ], + "area_cells": 161 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567d/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567d/globe.png new file mode 100644 index 000000000..2b15516aa Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567d/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567d/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567d/heightmap.png new file mode 100644 index 000000000..8d0fa33a9 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567d/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567d/index.md b/wiki/star-systems/GJ-567/bodies/GJ567d/index.md new file mode 100644 index 000000000..d2f7c5cbf --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ567d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4155509914 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.157 + period_days: 510.0 + axial_tilt_deg: 25.2 +physical: + gravity_g: 0.6 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.491 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.18 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567d + +Cold Arid planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.6g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 510 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567d/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567d/markers.json new file mode 100644 index 000000000..d009e1c60 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567d/markers.json @@ -0,0 +1,1002 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 221, + 457 + ], + [ + 222, + 458 + ], + [ + 223, + 459 + ], + [ + 224, + 460 + ], + [ + 225, + 461 + ], + [ + 225, + 462 + ], + [ + 226, + 461 + ], + [ + 227, + 462 + ], + [ + 227, + 461 + ], + [ + 228, + 462 + ], + [ + 229, + 462 + ], + [ + 229, + 463 + ], + [ + 230, + 463 + ], + [ + 231, + 464 + ], + [ + 232, + 464 + ], + [ + 233, + 463 + ], + [ + 234, + 463 + ], + [ + 235, + 464 + ], + [ + 236, + 465 + ], + [ + 235, + 466 + ], + [ + 235, + 465 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 129, + 355 + ], + [ + 128, + 354 + ], + [ + 127, + 353 + ], + [ + 126, + 352 + ], + [ + 125, + 353 + ], + [ + 124, + 354 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 225, + 426 + ], + [ + 224, + 425 + ], + [ + 223, + 424 + ], + [ + 222, + 423 + ], + [ + 221, + 422 + ], + [ + 220, + 421 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 108, + 246 + ], + [ + 109, + 245 + ], + [ + 110, + 244 + ], + [ + 111, + 243 + ], + [ + 110, + 242 + ], + [ + 110, + 241 + ], + [ + 110, + 240 + ], + [ + 109, + 239 + ], + [ + 109, + 238 + ], + [ + 108, + 237 + ], + [ + 108, + 236 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 247, + 236 + ], + [ + 248, + 237 + ], + [ + 248, + 238 + ], + [ + 247, + 238 + ], + [ + 248, + 239 + ], + [ + 249, + 240 + ], + [ + 250, + 240 + ], + [ + 251, + 241 + ], + [ + 252, + 242 + ], + [ + 251, + 242 + ], + [ + 250, + 241 + ], + [ + 249, + 242 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 250, + 1 + ], + [ + 250, + 2 + ], + [ + 249, + 3 + ], + [ + 248, + 3 + ], + [ + 247, + 2 + ], + [ + 247, + 1 + ], + [ + 246, + 0 + ], + [ + 245, + 511 + ], + [ + 245, + 510 + ], + [ + 244, + 510 + ], + [ + 243, + 510 + ], + [ + 244, + 509 + ], + [ + 244, + 508 + ], + [ + 244, + 507 + ], + [ + 245, + 506 + ], + [ + 245, + 507 + ], + [ + 244, + 506 + ], + [ + 243, + 505 + ], + [ + 244, + 504 + ], + [ + 243, + 503 + ], + [ + 244, + 503 + ], + [ + 244, + 502 + ], + [ + 243, + 501 + ], + [ + 243, + 502 + ], + [ + 244, + 501 + ], + [ + 243, + 500 + ], + [ + 242, + 501 + ], + [ + 242, + 502 + ], + [ + 241, + 502 + ], + [ + 241, + 501 + ], + [ + 241, + 500 + ], + [ + 242, + 500 + ], + [ + 241, + 499 + ], + [ + 240, + 500 + ], + [ + 239, + 499 + ], + [ + 238, + 499 + ], + [ + 237, + 499 + ], + [ + 238, + 498 + ], + [ + 239, + 497 + ], + [ + 238, + 497 + ], + [ + 239, + 498 + ], + [ + 240, + 498 + ], + [ + 240, + 497 + ], + [ + 241, + 496 + ], + [ + 242, + 497 + ], + [ + 241, + 498 + ], + [ + 241, + 497 + ], + [ + 240, + 496 + ], + [ + 239, + 496 + ], + [ + 238, + 495 + ], + [ + 239, + 495 + ], + [ + 240, + 495 + ], + [ + 241, + 495 + ], + [ + 240, + 494 + ], + [ + 239, + 493 + ], + [ + 240, + 492 + ], + [ + 240, + 491 + ], + [ + 241, + 492 + ], + [ + 240, + 493 + ], + [ + 241, + 493 + ], + [ + 241, + 494 + ], + [ + 242, + 493 + ], + [ + 242, + 492 + ], + [ + 242, + 491 + ], + [ + 241, + 491 + ], + [ + 241, + 490 + ], + [ + 240, + 489 + ], + [ + 239, + 490 + ], + [ + 238, + 491 + ], + [ + 237, + 492 + ], + [ + 238, + 493 + ], + [ + 239, + 494 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 211, + 154 + ], + [ + 210, + 153 + ], + [ + 209, + 152 + ], + [ + 208, + 152 + ], + [ + 207, + 151 + ], + [ + 206, + 151 + ], + [ + 205, + 150 + ], + [ + 204, + 149 + ], + [ + 203, + 148 + ], + [ + 202, + 149 + ], + [ + 201, + 149 + ], + [ + 201, + 150 + ], + [ + 201, + 151 + ], + [ + 200, + 150 + ], + [ + 199, + 149 + ], + [ + 198, + 149 + ], + [ + 199, + 150 + ], + [ + 199, + 151 + ], + [ + 198, + 152 + ], + [ + 198, + 153 + ], + [ + 197, + 153 + ], + [ + 196, + 153 + ], + [ + 197, + 152 + ], + [ + 196, + 151 + ], + [ + 196, + 150 + ], + [ + 197, + 150 + ], + [ + 197, + 149 + ], + [ + 197, + 148 + ], + [ + 198, + 148 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 235, + 399 + ], + [ + 236, + 398 + ], + [ + 237, + 397 + ], + [ + 238, + 396 + ], + [ + 239, + 395 + ], + [ + 239, + 394 + ], + [ + 240, + 393 + ], + [ + 240, + 394 + ], + [ + 241, + 394 + ], + [ + 240, + 395 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 146, + 89 + ], + [ + 145, + 90 + ], + [ + 144, + 91 + ], + [ + 143, + 92 + ], + [ + 142, + 93 + ], + [ + 141, + 94 + ], + [ + 140, + 95 + ], + [ + 139, + 95 + ], + [ + 138, + 96 + ], + [ + 137, + 97 + ], + [ + 137, + 98 + ], + [ + 136, + 99 + ], + [ + 135, + 100 + ], + [ + 134, + 101 + ], + [ + 133, + 102 + ], + [ + 132, + 103 + ], + [ + 132, + 104 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 134, + 310 + ], + [ + 133, + 311 + ], + [ + 132, + 312 + ], + [ + 131, + 311 + ], + [ + 130, + 311 + ], + [ + 129, + 311 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 213, + 136 + ], + [ + 212, + 136 + ], + [ + 211, + 136 + ], + [ + 210, + 135 + ], + [ + 209, + 134 + ], + [ + 208, + 133 + ], + [ + 207, + 133 + ], + [ + 206, + 134 + ], + [ + 205, + 135 + ], + [ + 204, + 135 + ], + [ + 203, + 136 + ], + [ + 204, + 136 + ], + [ + 204, + 137 + ], + [ + 203, + 138 + ], + [ + 203, + 137 + ], + [ + 202, + 136 + ], + [ + 203, + 135 + ], + [ + 202, + 135 + ], + [ + 201, + 136 + ], + [ + 201, + 137 + ], + [ + 200, + 136 + ], + [ + 201, + 135 + ] + ] + } + ], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 236, + 265 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 220, + 314 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 186 + ], + "peak": [ + 60, + 205 + ], + "area_cells": 6414 + }, + { + "id": "range_2", + "name": null, + "center": [ + 58, + 396 + ], + "peak": [ + 66, + 399 + ], + "area_cells": 597 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 322 + ], + "peak": [ + 94, + 313 + ], + "area_cells": 1241 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 348 + ], + "peak": [ + 94, + 350 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567e-m1/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/globe.png new file mode 100644 index 000000000..0afb9484e Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567e-m1/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/heightmap.png new file mode 100644 index 000000000..3a5792753 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567e-m1/index.md b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/index.md new file mode 100644 index 000000000..e83ffbfaa --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ567e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3613566087 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 20.9 +physical: + gravity_g: 0.11 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567e-m1 + +Frozen moon. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 94% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567e-m1/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/markers.json new file mode 100644 index 000000000..2e4f4bb8f --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567e-m1/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 201, + 295 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 213, + 397 + ], + "area_fraction": 0.0216 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 89 + ], + "peak": [ + 0, + 109 + ], + "area_cells": 493 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 329 + ], + "peak": [ + 22, + 331 + ], + "area_cells": 212 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 114 + ], + "peak": [ + 20, + 116 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 91 + ], + "peak": [ + 86, + 136 + ], + "area_cells": 3498 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 180 + ], + "peak": [ + 125, + 201 + ], + "area_cells": 6047 + }, + { + "id": "range_9", + "name": null, + "center": [ + 131, + 458 + ], + "peak": [ + 124, + 491 + ], + "area_cells": 2050 + }, + { + "id": "range_10", + "name": null, + "center": [ + 122, + 3 + ], + "peak": [ + 128, + 0 + ], + "area_cells": 104 + }, + { + "id": "range_11", + "name": null, + "center": [ + 135, + 347 + ], + "peak": [ + 133, + 346 + ], + "area_cells": 116 + }, + { + "id": "range_12", + "name": null, + "center": [ + 138, + 383 + ], + "peak": [ + 138, + 383 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 162, + 218 + ], + "peak": [ + 163, + 215 + ], + "area_cells": 364 + }, + { + "id": "range_15", + "name": null, + "center": [ + 245, + 191 + ], + "peak": [ + 243, + 178 + ], + "area_cells": 598 + }, + { + "id": "range_16", + "name": null, + "center": [ + 241, + 164 + ], + "peak": [ + 242, + 170 + ], + "area_cells": 249 + }, + { + "id": "range_17", + "name": null, + "center": [ + 248, + 37 + ], + "peak": [ + 248, + 49 + ], + "area_cells": 557 + }, + { + "id": "range_18", + "name": null, + "center": [ + 248, + 501 + ], + "peak": [ + 248, + 508 + ], + "area_cells": 310 + }, + { + "id": "range_19", + "name": null, + "center": [ + 242, + 2 + ], + "peak": [ + 244, + 0 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567e/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567e/globe.png new file mode 100644 index 000000000..01fb589c8 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567e/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567e/index.md b/wiki/star-systems/GJ-567/bodies/GJ567e/index.md new file mode 100644 index 000000000..bed6607e8 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ567e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2093208631 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.583 + period_days: 1700.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: null + oblateness: 0.0792 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.106 +--- + +# GJ567e + +Gas giant. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567f/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567f/globe.png new file mode 100644 index 000000000..f11aaa423 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567f/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567f/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567f/heightmap.png new file mode 100644 index 000000000..79d4a4e2b Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567f/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567f/index.md b/wiki/star-systems/GJ-567/bodies/GJ567f/index.md new file mode 100644 index 000000000..bcf025508 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ567f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2483143408 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.015 + period_days: 4600.0 + axial_tilt_deg: 39.5 +physical: + gravity_g: 0.5 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.135 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567f + +Frozen planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 92% | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567f/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567f/markers.json new file mode 100644 index 000000000..d1da0dc98 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567f/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 223, + 191 + ], + "area_fraction": 0.0741 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 146, + 58 + ], + "peak": [ + 107, + 24 + ], + "area_cells": 14078 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 507 + ], + "peak": [ + 78, + 511 + ], + "area_cells": 96 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 225 + ], + "peak": [ + 100, + 207 + ], + "area_cells": 1212 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 475 + ], + "peak": [ + 89, + 476 + ], + "area_cells": 72 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 354 + ], + "peak": [ + 95, + 356 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 443 + ], + "peak": [ + 98, + 448 + ], + "area_cells": 114 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 407 + ], + "peak": [ + 106, + 409 + ], + "area_cells": 97 + }, + { + "id": "range_12", + "name": null, + "center": [ + 103, + 261 + ], + "peak": [ + 104, + 258 + ], + "area_cells": 84 + }, + { + "id": "range_13", + "name": null, + "center": [ + 180, + 424 + ], + "peak": [ + 178, + 421 + ], + "area_cells": 11808 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 344 + ], + "peak": [ + 122, + 324 + ], + "area_cells": 1044 + }, + { + "id": "range_16", + "name": null, + "center": [ + 124, + 410 + ], + "peak": [ + 124, + 406 + ], + "area_cells": 76 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 158 + ], + "peak": [ + 124, + 157 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 131, + 276 + ], + "peak": [ + 129, + 284 + ], + "area_cells": 187 + }, + { + "id": "range_21", + "name": null, + "center": [ + 219, + 331 + ], + "peak": [ + 218, + 332 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 221, + 321 + ], + "peak": [ + 221, + 322 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567g/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567g/globe.png new file mode 100644 index 000000000..ac4067db6 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567g/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567g/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567g/heightmap.png new file mode 100644 index 000000000..04af19ba9 Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567g/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567g/index.md b/wiki/star-systems/GJ-567/bodies/GJ567g/index.md new file mode 100644 index 000000000..fb4403523 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ567g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 497232567 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.961 + period_days: 9200.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.39 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.426 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567g + +Frozen planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.39g | +| **Land** | 91% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567g/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567g/markers.json new file mode 100644 index 000000000..3f9346e60 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567g/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 161, + 335 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 184, + 143 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 196, + 209 + ], + "area_fraction": 0.0187 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 6, + 191 + ], + "peak": [ + 0, + 173 + ], + "area_cells": 649 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 247 + ], + "peak": [ + 1, + 250 + ], + "area_cells": 919 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 467 + ], + "peak": [ + 0, + 475 + ], + "area_cells": 135 + }, + { + "id": "range_5", + "name": null, + "center": [ + 1, + 495 + ], + "peak": [ + 0, + 480 + ], + "area_cells": 137 + }, + { + "id": "range_6", + "name": null, + "center": [ + 14, + 192 + ], + "peak": [ + 14, + 195 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 26, + 193 + ], + "peak": [ + 27, + 203 + ], + "area_cells": 116 + }, + { + "id": "range_8", + "name": null, + "center": [ + 38, + 23 + ], + "peak": [ + 37, + 15 + ], + "area_cells": 598 + }, + { + "id": "range_9", + "name": null, + "center": [ + 29, + 508 + ], + "peak": [ + 30, + 509 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 77, + 314 + ], + "peak": [ + 72, + 301 + ], + "area_cells": 7480 + }, + { + "id": "range_13", + "name": null, + "center": [ + 52, + 501 + ], + "peak": [ + 54, + 500 + ], + "area_cells": 198 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567h/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567h/globe.png new file mode 100644 index 000000000..8deb12caa Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567h/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567h/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567h/heightmap.png new file mode 100644 index 000000000..47c61a9af Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567h/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567h/index.md b/wiki/star-systems/GJ-567/bodies/GJ567h/index.md new file mode 100644 index 000000000..dd41c17da --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ567h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 238045583 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.894 + period_days: 16800.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.3 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567h + +Frozen planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 16800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567h/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567h/markers.json new file mode 100644 index 000000000..fbd17f848 --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567h/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 192, + 413 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 204, + 75 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 10, + 78 + ], + "peak": [ + 0, + 76 + ], + "area_cells": 1178 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 290 + ], + "peak": [ + 61, + 102 + ], + "area_cells": 30487 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 41 + ], + "peak": [ + 10, + 43 + ], + "area_cells": 79 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 164 + ], + "peak": [ + 61, + 164 + ], + "area_cells": 111 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 284 + ], + "peak": [ + 76, + 280 + ], + "area_cells": 499 + }, + { + "id": "range_7", + "name": null, + "center": [ + 124, + 266 + ], + "peak": [ + 102, + 260 + ], + "area_cells": 2154 + }, + { + "id": "range_13", + "name": null, + "center": [ + 131, + 208 + ], + "peak": [ + 139, + 209 + ], + "area_cells": 828 + }, + { + "id": "range_14", + "name": null, + "center": [ + 115, + 310 + ], + "peak": [ + 116, + 310 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 123, + 87 + ], + "peak": [ + 123, + 89 + ], + "area_cells": 44 + }, + { + "id": "range_17", + "name": null, + "center": [ + 179, + 204 + ], + "peak": [ + 180, + 215 + ], + "area_cells": 946 + }, + { + "id": "range_20", + "name": null, + "center": [ + 249, + 246 + ], + "peak": [ + 251, + 245 + ], + "area_cells": 146 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 302 + ], + "peak": [ + 255, + 295 + ], + "area_cells": 615 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-567/bodies/GJ567i/globe.png b/wiki/star-systems/GJ-567/bodies/GJ567i/globe.png new file mode 100644 index 000000000..cb712b01a Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567i/globe.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567i/heightmap.png b/wiki/star-systems/GJ-567/bodies/GJ567i/heightmap.png new file mode 100644 index 000000000..c10c8b69b Binary files /dev/null and b/wiki/star-systems/GJ-567/bodies/GJ567i/heightmap.png differ diff --git a/wiki/star-systems/GJ-567/bodies/GJ567i/index.md b/wiki/star-systems/GJ-567/bodies/GJ567i/index.md new file mode 100644 index 000000000..8dbbeae5a --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ567i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2798958445 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 17.506 + period_days: 30000.0 + axial_tilt_deg: 34.5 +physical: + gravity_g: 0.22 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ567i + +Frozen planet. + +**System:** [GJ-567](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Land** | 91% | +| **Year** | 30000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-567/bodies/GJ567i/markers.json b/wiki/star-systems/GJ-567/bodies/GJ567i/markers.json new file mode 100644 index 000000000..4a57bbd0c --- /dev/null +++ b/wiki/star-systems/GJ-567/bodies/GJ567i/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 6, + 210 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 97, + 102 + ], + "area_fraction": 0.0281 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 94, + 482 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 102, + 21 + ], + "area_fraction": 0.009 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 118, + 430 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 222, + 302 + ], + "peak": [ + 225, + 8 + ], + "area_cells": 22628 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ570Ab/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/globe.png new file mode 100644 index 000000000..db164a505 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ab/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/heightmap.png new file mode 100644 index 000000000..a048bbf23 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ab/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/index.md new file mode 100644 index 000000000..3132d8023 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ570Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1919233144 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.26 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.831 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Ab + +Barren planet. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.26g | +| **Land** | 100% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ab/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/markers.json new file mode 100644 index 000000000..6db47243f --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ab/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 245 + ], + "peak": [ + 70, + 191 + ], + "area_cells": 43106 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 254 + ], + "peak": [ + 9, + 263 + ], + "area_cells": 301 + }, + { + "id": "range_7", + "name": null, + "center": [ + 125, + 1 + ], + "peak": [ + 121, + 0 + ], + "area_cells": 40 + }, + { + "id": "range_8", + "name": null, + "center": [ + 124, + 423 + ], + "peak": [ + 124, + 423 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 136, + 46 + ], + "peak": [ + 137, + 47 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 147, + 187 + ], + "peak": [ + 149, + 193 + ], + "area_cells": 382 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 222 + ], + "peak": [ + 162, + 219 + ], + "area_cells": 193 + }, + { + "id": "range_13", + "name": null, + "center": [ + 147, + 468 + ], + "peak": [ + 151, + 477 + ], + "area_cells": 234 + }, + { + "id": "range_14", + "name": null, + "center": [ + 225, + 332 + ], + "peak": [ + 154, + 321 + ], + "area_cells": 17112 + }, + { + "id": "range_15", + "name": null, + "center": [ + 148, + 61 + ], + "peak": [ + 149, + 61 + ], + "area_cells": 102 + }, + { + "id": "range_16", + "name": null, + "center": [ + 153, + 290 + ], + "peak": [ + 155, + 292 + ], + "area_cells": 198 + }, + { + "id": "range_17", + "name": null, + "center": [ + 152, + 143 + ], + "peak": [ + 153, + 143 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 159, + 120 + ], + "peak": [ + 158, + 121 + ], + "area_cells": 70 + }, + { + "id": "range_22", + "name": null, + "center": [ + 166, + 101 + ], + "peak": [ + 165, + 104 + ], + "area_cells": 46 + }, + { + "id": "range_24", + "name": null, + "center": [ + 181, + 187 + ], + "peak": [ + 182, + 187 + ], + "area_cells": 36 + }, + { + "id": "range_27", + "name": null, + "center": [ + 237, + 36 + ], + "peak": [ + 255, + 63 + ], + "area_cells": 2497 + }, + { + "id": "range_29", + "name": null, + "center": [ + 214, + 1 + ], + "peak": [ + 212, + 0 + ], + "area_cells": 30 + }, + { + "id": "range_30", + "name": null, + "center": [ + 213, + 509 + ], + "peak": [ + 212, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_33", + "name": null, + "center": [ + 224, + 171 + ], + "peak": [ + 225, + 170 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ac/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/globe.png new file mode 100644 index 000000000..dd2848f0d Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ac/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/heightmap.png new file mode 100644 index 000000000..639bc3a4c Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ac/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/index.md new file mode 100644 index 000000000..919b4ae09 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ570Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 830678504 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.278 + period_days: 60.0 + axial_tilt_deg: 38.3 +physical: + gravity_g: 0.55 + oblateness: 0.0021 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.82 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Ac + +Barren planet. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 60 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ac/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/markers.json new file mode 100644 index 000000000..1cb9fc965 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ac/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 322 + ], + "peak": [ + 35, + 322 + ], + "area_cells": 8145 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 46 + ], + "peak": [ + 30, + 71 + ], + "area_cells": 1004 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 104 + ], + "peak": [ + 29, + 102 + ], + "area_cells": 47 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 130 + ], + "peak": [ + 60, + 154 + ], + "area_cells": 5127 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 499 + ], + "peak": [ + 31, + 496 + ], + "area_cells": 122 + }, + { + "id": "range_11", + "name": null, + "center": [ + 73, + 30 + ], + "peak": [ + 74, + 29 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 258 + ], + "peak": [ + 182, + 286 + ], + "area_cells": 38366 + }, + { + "id": "range_13", + "name": null, + "center": [ + 174, + 484 + ], + "peak": [ + 174, + 484 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ad/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/globe.png new file mode 100644 index 000000000..f98e447d9 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ad/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/heightmap.png new file mode 100644 index 000000000..0a62c9863 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ad/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/index.md new file mode 100644 index 000000000..9c39c4bf9 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ570Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1486194915 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.48 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.913 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.133 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Ad + +Arid planet. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ad/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/markers.json new file mode 100644 index 000000000..b73571fdc --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ad/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 182 + ], + "peak": [ + 1, + 186 + ], + "area_cells": 660 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 401 + ], + "peak": [ + 117, + 380 + ], + "area_cells": 16474 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 41 + ], + "peak": [ + 111, + 43 + ], + "area_cells": 3702 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 115 + ], + "peak": [ + 71, + 117 + ], + "area_cells": 740 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 118 + ], + "peak": [ + 107, + 120 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 128, + 75 + ], + "peak": [ + 126, + 77 + ], + "area_cells": 113 + }, + { + "id": "range_9", + "name": null, + "center": [ + 132, + 181 + ], + "peak": [ + 132, + 182 + ], + "area_cells": 102 + }, + { + "id": "range_10", + "name": null, + "center": [ + 143, + 84 + ], + "peak": [ + 143, + 84 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 154, + 189 + ], + "peak": [ + 154, + 188 + ], + "area_cells": 100 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 399 + ], + "peak": [ + 167, + 434 + ], + "area_cells": 1300 + }, + { + "id": "range_13", + "name": null, + "center": [ + 204, + 343 + ], + "peak": [ + 203, + 350 + ], + "area_cells": 355 + }, + { + "id": "range_14", + "name": null, + "center": [ + 224, + 311 + ], + "peak": [ + 224, + 310 + ], + "area_cells": 134 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ae/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/globe.png new file mode 100644 index 000000000..6248b2362 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ae/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/heightmap.png new file mode 100644 index 000000000..1aa56bdfd Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ae/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/index.md new file mode 100644 index 000000000..560fb1c06 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/index.md @@ -0,0 +1,69 @@ +--- +id: GJ570Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3470000672 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.984 + period_days: 400.0 + axial_tilt_deg: 40.4 +physical: + gravity_g: 0.42 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Ae + +Frozen planet. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ae/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/markers.json new file mode 100644 index 000000000..65a78c810 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ae/markers.json @@ -0,0 +1,44 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 192, + 217 + ], + "area_fraction": 0.176 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 198, + 24 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 198, + 491 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Af/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Af/globe.png new file mode 100644 index 000000000..813ed257f Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Af/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Af/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Af/heightmap.png new file mode 100644 index 000000000..0c7b61d50 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Af/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Af/index.md new file mode 100644 index 000000000..d266fb0b1 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ570Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 553185490 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.497 + period_days: 750.0 + axial_tilt_deg: 29.3 +physical: + gravity_g: 0.35 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Af + +Frozen planet. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Af/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Af/markers.json new file mode 100644 index 000000000..7e42401bc --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Af/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 360 + ], + "peak": [ + 1, + 361 + ], + "area_cells": 129 + }, + { + "id": "range_2", + "name": null, + "center": [ + 147, + 220 + ], + "peak": [ + 123, + 251 + ], + "area_cells": 15313 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 362 + ], + "peak": [ + 70, + 343 + ], + "area_cells": 4323 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 482 + ], + "peak": [ + 67, + 487 + ], + "area_cells": 199 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 293 + ], + "peak": [ + 71, + 292 + ], + "area_cells": 52 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 440 + ], + "peak": [ + 73, + 441 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 286 + ], + "peak": [ + 81, + 289 + ], + "area_cells": 58 + }, + { + "id": "range_10", + "name": null, + "center": [ + 129, + 425 + ], + "peak": [ + 127, + 411 + ], + "area_cells": 289 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 348 + ], + "peak": [ + 140, + 341 + ], + "area_cells": 157 + }, + { + "id": "range_13", + "name": null, + "center": [ + 153, + 54 + ], + "peak": [ + 156, + 40 + ], + "area_cells": 169 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/globe.png new file mode 100644 index 000000000..efd4a5a36 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/heightmap.png new file mode 100644 index 000000000..81586981a Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/index.md new file mode 100644 index 000000000..8ca682a0c --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ570Ag-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2060426377 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.08 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.886 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Ag-1 + +Barren moon. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/markers.json new file mode 100644 index 000000000..8644fe3cd --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 390 + ], + "peak": [ + 47, + 391 + ], + "area_cells": 62 + }, + { + "id": "range_2", + "name": null, + "center": [ + 48, + 271 + ], + "peak": [ + 49, + 271 + ], + "area_cells": 76 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 230 + ], + "peak": [ + 59, + 230 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 301 + ], + "peak": [ + 72, + 301 + ], + "area_cells": 298 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 256 + ], + "peak": [ + 68, + 257 + ], + "area_cells": 81 + }, + { + "id": "range_7", + "name": null, + "center": [ + 67, + 342 + ], + "peak": [ + 66, + 342 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 361 + ], + "peak": [ + 84, + 353 + ], + "area_cells": 377 + }, + { + "id": "range_12", + "name": null, + "center": [ + 87, + 390 + ], + "peak": [ + 86, + 393 + ], + "area_cells": 97 + }, + { + "id": "range_13", + "name": null, + "center": [ + 115, + 470 + ], + "peak": [ + 111, + 453 + ], + "area_cells": 1300 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 411 + ], + "peak": [ + 112, + 405 + ], + "area_cells": 241 + }, + { + "id": "range_15", + "name": null, + "center": [ + 101, + 205 + ], + "peak": [ + 102, + 206 + ], + "area_cells": 171 + }, + { + "id": "range_16", + "name": null, + "center": [ + 106, + 319 + ], + "peak": [ + 107, + 324 + ], + "area_cells": 242 + }, + { + "id": "range_17", + "name": null, + "center": [ + 110, + 11 + ], + "peak": [ + 110, + 11 + ], + "area_cells": 43 + }, + { + "id": "range_18", + "name": null, + "center": [ + 117, + 166 + ], + "peak": [ + 117, + 166 + ], + "area_cells": 159 + }, + { + "id": "range_19", + "name": null, + "center": [ + 123, + 28 + ], + "peak": [ + 122, + 27 + ], + "area_cells": 50 + }, + { + "id": "range_20", + "name": null, + "center": [ + 130, + 38 + ], + "peak": [ + 132, + 36 + ], + "area_cells": 92 + }, + { + "id": "range_25", + "name": null, + "center": [ + 165, + 413 + ], + "peak": [ + 161, + 410 + ], + "area_cells": 595 + }, + { + "id": "range_26", + "name": null, + "center": [ + 151, + 226 + ], + "peak": [ + 150, + 225 + ], + "area_cells": 27 + }, + { + "id": "range_27", + "name": null, + "center": [ + 162, + 460 + ], + "peak": [ + 163, + 460 + ], + "area_cells": 356 + }, + { + "id": "range_28", + "name": null, + "center": [ + 152, + 508 + ], + "peak": [ + 154, + 511 + ], + "area_cells": 31 + }, + { + "id": "range_29", + "name": null, + "center": [ + 153, + 4 + ], + "peak": [ + 154, + 2 + ], + "area_cells": 56 + }, + { + "id": "range_31", + "name": null, + "center": [ + 157, + 189 + ], + "peak": [ + 157, + 188 + ], + "area_cells": 47 + }, + { + "id": "range_33", + "name": null, + "center": [ + 160, + 238 + ], + "peak": [ + 160, + 239 + ], + "area_cells": 28 + }, + { + "id": "range_34", + "name": null, + "center": [ + 175, + 362 + ], + "peak": [ + 181, + 361 + ], + "area_cells": 573 + }, + { + "id": "range_39", + "name": null, + "center": [ + 200, + 323 + ], + "peak": [ + 205, + 324 + ], + "area_cells": 83 + }, + { + "id": "range_41", + "name": null, + "center": [ + 194, + 239 + ], + "peak": [ + 194, + 240 + ], + "area_cells": 61 + }, + { + "id": "range_43", + "name": null, + "center": [ + 196, + 291 + ], + "peak": [ + 198, + 292 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/globe.png new file mode 100644 index 000000000..f8bdbe42c Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/heightmap.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/heightmap.png new file mode 100644 index 000000000..3468f1952 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/index.md new file mode 100644 index 000000000..e6c5cbd64 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ570Ag-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2629158519 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 48.3 +physical: + gravity_g: 0.06 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.71 + polar_ice_lat: 0.141 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ570Ag-2 + +Frozen moon. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/markers.json b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/markers.json new file mode 100644 index 000000000..09f9f5dd6 --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ag-2/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 40, + 244 + ], + "area_fraction": 0.259 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 133, + 153 + ], + "peak": [ + 130, + 153 + ], + "area_cells": 142 + }, + { + "id": "range_2", + "name": null, + "center": [ + 141, + 136 + ], + "peak": [ + 146, + 136 + ], + "area_cells": 94 + }, + { + "id": "range_3", + "name": null, + "center": [ + 145, + 192 + ], + "peak": [ + 146, + 193 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 122 + ], + "peak": [ + 149, + 122 + ], + "area_cells": 69 + }, + { + "id": "range_5", + "name": null, + "center": [ + 220, + 191 + ], + "peak": [ + 184, + 152 + ], + "area_cells": 8521 + }, + { + "id": "range_6", + "name": null, + "center": [ + 179, + 122 + ], + "peak": [ + 180, + 122 + ], + "area_cells": 40 + }, + { + "id": "range_7", + "name": null, + "center": [ + 223, + 56 + ], + "peak": [ + 204, + 12 + ], + "area_cells": 3894 + }, + { + "id": "range_8", + "name": null, + "center": [ + 227, + 417 + ], + "peak": [ + 235, + 400 + ], + "area_cells": 7211 + }, + { + "id": "range_9", + "name": null, + "center": [ + 253, + 25 + ], + "peak": [ + 254, + 26 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag/globe.png b/wiki/star-systems/GJ-570A/bodies/GJ570Ag/globe.png new file mode 100644 index 000000000..1b750ca67 Binary files /dev/null and b/wiki/star-systems/GJ-570A/bodies/GJ570Ag/globe.png differ diff --git a/wiki/star-systems/GJ-570A/bodies/GJ570Ag/index.md b/wiki/star-systems/GJ-570A/bodies/GJ570Ag/index.md new file mode 100644 index 000000000..031ca588d --- /dev/null +++ b/wiki/star-systems/GJ-570A/bodies/GJ570Ag/index.md @@ -0,0 +1,61 @@ +--- +id: GJ570Ag +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2862145829 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: null + oblateness: 0.073 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.116 +--- + +# GJ570Ag + +Gas giant. + +**System:** [GJ-570A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + 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/bodies/GJ575Ab/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/globe.png new file mode 100644 index 000000000..c90c8710f Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ab/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/heightmap.png new file mode 100644 index 000000000..07ff666d0 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ab/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/index.md new file mode 100644 index 000000000..296b8614e --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ575Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4184458743 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.266 + period_days: 50.0 + axial_tilt_deg: 19.9 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.926 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ab + +Barren planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 97% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ab/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/markers.json new file mode 100644 index 000000000..8bf7a5b20 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ab/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 188 + ], + "peak": [ + 62, + 371 + ], + "area_cells": 18845 + }, + { + "id": "range_6", + "name": null, + "center": [ + 18, + 465 + ], + "peak": [ + 0, + 479 + ], + "area_cells": 2539 + }, + { + "id": "range_16", + "name": null, + "center": [ + 73, + 484 + ], + "peak": [ + 72, + 495 + ], + "area_cells": 631 + }, + { + "id": "range_19", + "name": null, + "center": [ + 90, + 8 + ], + "peak": [ + 91, + 6 + ], + "area_cells": 172 + }, + { + "id": "range_20", + "name": null, + "center": [ + 81, + 35 + ], + "peak": [ + 82, + 35 + ], + "area_cells": 29 + }, + { + "id": "range_22", + "name": null, + "center": [ + 95, + 456 + ], + "peak": [ + 89, + 457 + ], + "area_cells": 124 + }, + { + "id": "range_23", + "name": null, + "center": [ + 91, + 116 + ], + "peak": [ + 92, + 117 + ], + "area_cells": 53 + }, + { + "id": "range_26", + "name": null, + "center": [ + 99, + 135 + ], + "peak": [ + 100, + 135 + ], + "area_cells": 77 + }, + { + "id": "range_27", + "name": null, + "center": [ + 107, + 224 + ], + "peak": [ + 110, + 224 + ], + "area_cells": 169 + }, + { + "id": "range_28", + "name": null, + "center": [ + 104, + 84 + ], + "peak": [ + 105, + 85 + ], + "area_cells": 165 + }, + { + "id": "range_31", + "name": null, + "center": [ + 109, + 291 + ], + "peak": [ + 106, + 291 + ], + "area_cells": 44 + }, + { + "id": "range_32", + "name": null, + "center": [ + 141, + 49 + ], + "peak": [ + 121, + 48 + ], + "area_cells": 1093 + }, + { + "id": "range_34", + "name": null, + "center": [ + 120, + 8 + ], + "peak": [ + 121, + 10 + ], + "area_cells": 342 + }, + { + "id": "range_36", + "name": null, + "center": [ + 123, + 491 + ], + "peak": [ + 116, + 493 + ], + "area_cells": 501 + }, + { + "id": "range_37", + "name": null, + "center": [ + 147, + 337 + ], + "peak": [ + 148, + 337 + ], + "area_cells": 20 + }, + { + "id": "range_38", + "name": null, + "center": [ + 163, + 437 + ], + "peak": [ + 164, + 438 + ], + "area_cells": 48 + }, + { + "id": "range_39", + "name": null, + "center": [ + 193, + 67 + ], + "peak": [ + 193, + 68 + ], + "area_cells": 46 + }, + { + "id": "range_40", + "name": null, + "center": [ + 212, + 448 + ], + "peak": [ + 210, + 450 + ], + "area_cells": 38 + }, + { + "id": "range_42", + "name": null, + "center": [ + 221, + 470 + ], + "peak": [ + 225, + 471 + ], + "area_cells": 72 + }, + { + "id": "range_44", + "name": null, + "center": [ + 225, + 457 + ], + "peak": [ + 226, + 458 + ], + "area_cells": 20 + }, + { + "id": "range_45", + "name": null, + "center": [ + 240, + 438 + ], + "peak": [ + 234, + 424 + ], + "area_cells": 300 + }, + { + "id": "range_46", + "name": null, + "center": [ + 235, + 489 + ], + "peak": [ + 235, + 489 + ], + "area_cells": 25 + }, + { + "id": "range_47", + "name": null, + "center": [ + 244, + 478 + ], + "peak": [ + 238, + 482 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ac/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/globe.png new file mode 100644 index 000000000..c33d39dcc Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ac/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/heightmap.png new file mode 100644 index 000000000..d46f0cec5 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ac/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/index.md new file mode 100644 index 000000000..15d5b8bb6 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ575Ac +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1693605830 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.449 + period_days: 110.0 + axial_tilt_deg: 23.0 +physical: + gravity_g: 0.52 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.855 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.173 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ac + +Arid planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 110 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ac/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/markers.json new file mode 100644 index 000000000..3812cafa4 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ac/markers.json @@ -0,0 +1,40 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 127, + 243 + ], + "peak": [ + 129, + 243 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 255 + ], + "peak": [ + 190, + 129 + ], + "area_cells": 57620 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ad/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/globe.png new file mode 100644 index 000000000..205668d14 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ad/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/heightmap.png new file mode 100644 index 000000000..c53cc7971 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ad/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/index.md new file mode 100644 index 000000000..26b55b4e0 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/index.md @@ -0,0 +1,69 @@ +--- +id: GJ575Ad +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2158469718 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.713 + period_days: 220.0 + axial_tilt_deg: 28.4 +physical: + gravity_g: 0.58 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.874 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.098 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ad + +Arid planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 98% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ad/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/markers.json new file mode 100644 index 000000000..cf352ae73 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ad/markers.json @@ -0,0 +1,512 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 124, + 478 + ], + [ + 124, + 479 + ], + [ + 125, + 480 + ], + [ + 126, + 481 + ], + [ + 127, + 482 + ], + [ + 128, + 483 + ], + [ + 129, + 483 + ], + [ + 130, + 483 + ], + [ + 131, + 482 + ], + [ + 132, + 482 + ], + [ + 132, + 481 + ], + [ + 133, + 482 + ], + [ + 134, + 483 + ], + [ + 135, + 484 + ], + [ + 135, + 483 + ], + [ + 134, + 482 + ], + [ + 135, + 482 + ], + [ + 136, + 481 + ], + [ + 136, + 480 + ], + [ + 137, + 480 + ], + [ + 137, + 479 + ], + [ + 138, + 478 + ], + [ + 139, + 477 + ], + [ + 138, + 477 + ], + [ + 137, + 477 + ], + [ + 137, + 478 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 155, + 419 + ], + [ + 156, + 420 + ], + [ + 157, + 421 + ], + [ + 158, + 422 + ], + [ + 159, + 423 + ], + [ + 160, + 424 + ], + [ + 160, + 425 + ], + [ + 161, + 425 + ], + [ + 162, + 426 + ], + [ + 163, + 426 + ], + [ + 164, + 427 + ], + [ + 165, + 426 + ], + [ + 166, + 425 + ], + [ + 167, + 426 + ], + [ + 168, + 426 + ], + [ + 169, + 425 + ], + [ + 170, + 426 + ], + [ + 171, + 426 + ], + [ + 172, + 425 + ], + [ + 173, + 424 + ], + [ + 174, + 423 + ], + [ + 175, + 424 + ], + [ + 176, + 425 + ], + [ + 177, + 424 + ], + [ + 178, + 423 + ], + [ + 178, + 422 + ], + [ + 179, + 422 + ], + [ + 180, + 423 + ], + [ + 181, + 422 + ], + [ + 182, + 421 + ], + [ + 183, + 421 + ], + [ + 184, + 420 + ], + [ + 183, + 419 + ], + [ + 182, + 418 + ], + [ + 182, + 417 + ], + [ + 182, + 416 + ], + [ + 182, + 415 + ], + [ + 182, + 414 + ], + [ + 182, + 413 + ], + [ + 183, + 412 + ], + [ + 183, + 413 + ], + [ + 182, + 412 + ], + [ + 183, + 411 + ], + [ + 182, + 410 + ], + [ + 181, + 410 + ], + [ + 180, + 410 + ], + [ + 181, + 409 + ], + [ + 181, + 408 + ], + [ + 180, + 409 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 132, + 42 + ], + [ + 131, + 43 + ], + [ + 130, + 44 + ], + [ + 129, + 43 + ], + [ + 129, + 44 + ], + [ + 128, + 44 + ], + [ + 127, + 43 + ], + [ + 127, + 42 + ], + [ + 127, + 41 + ], + [ + 128, + 40 + ], + [ + 128, + 39 + ], + [ + 129, + 38 + ], + [ + 128, + 38 + ], + [ + 129, + 37 + ], + [ + 130, + 37 + ], + [ + 131, + 37 + ], + [ + 130, + 36 + ], + [ + 131, + 35 + ], + [ + 132, + 34 + ], + [ + 131, + 33 + ], + [ + 130, + 34 + ], + [ + 131, + 34 + ], + [ + 132, + 33 + ], + [ + 132, + 32 + ], + [ + 133, + 33 + ], + [ + 134, + 34 + ], + [ + 133, + 35 + ], + [ + 133, + 36 + ], + [ + 132, + 35 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 188, + 112 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 309 + ], + "peak": [ + 43, + 277 + ], + "area_cells": 16954 + }, + { + "id": "range_2", + "name": null, + "center": [ + 54, + 42 + ], + "peak": [ + 38, + 1 + ], + "area_cells": 5699 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 470 + ], + "peak": [ + 80, + 471 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 141 + ], + "peak": [ + 81, + 143 + ], + "area_cells": 100 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/globe.png new file mode 100644 index 000000000..a14bd4544 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/heightmap.png new file mode 100644 index 000000000..d11dc5973 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/index.md new file mode 100644 index 000000000..07b3d6142 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ575Ae-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2491690500 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.103 + period_days: 12.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.06 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.914 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + 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 +--- + +# GJ575Ae-1 + +Barren moon. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/markers.json new file mode 100644 index 000000000..75fbfd523 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ae-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 75 + ], + "peak": [ + 118, + 0 + ], + "area_cells": 14367 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 378 + ], + "peak": [ + 119, + 508 + ], + "area_cells": 20656 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 102 + ], + "peak": [ + 12, + 102 + ], + "area_cells": 59 + }, + { + "id": "range_4", + "name": null, + "center": [ + 15, + 190 + ], + "peak": [ + 14, + 191 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 377 + ], + "peak": [ + 53, + 378 + ], + "area_cells": 167 + }, + { + "id": "range_11", + "name": null, + "center": [ + 69, + 411 + ], + "peak": [ + 75, + 413 + ], + "area_cells": 242 + }, + { + "id": "range_14", + "name": null, + "center": [ + 81, + 326 + ], + "peak": [ + 82, + 327 + ], + "area_cells": 23 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 310 + ], + "peak": [ + 96, + 310 + ], + "area_cells": 22 + }, + { + "id": "range_17", + "name": null, + "center": [ + 110, + 419 + ], + "peak": [ + 118, + 414 + ], + "area_cells": 405 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 328 + ], + "peak": [ + 135, + 349 + ], + "area_cells": 1108 + }, + { + "id": "range_23", + "name": null, + "center": [ + 166, + 339 + ], + "peak": [ + 167, + 340 + ], + "area_cells": 113 + }, + { + "id": "range_25", + "name": null, + "center": [ + 177, + 221 + ], + "peak": [ + 180, + 225 + ], + "area_cells": 38 + }, + { + "id": "range_29", + "name": null, + "center": [ + 200, + 114 + ], + "peak": [ + 201, + 115 + ], + "area_cells": 112 + }, + { + "id": "range_30", + "name": null, + "center": [ + 204, + 462 + ], + "peak": [ + 206, + 462 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/globe.png new file mode 100644 index 000000000..bd3780328 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/heightmap.png new file mode 100644 index 000000000..c04ccbb80 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/index.md new file mode 100644 index 000000000..7f890ad26 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/index.md @@ -0,0 +1,73 @@ +--- +id: GJ575Ae +name: Sawantwadi +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2964789974 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.149 + period_days: 450.0 + axial_tilt_deg: 13.6 +physical: + gravity_g: 0.94 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.777 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.519 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Sawantwadi + +Temperate planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 98% | +| **Year** | 450 days | +| **Inhabited** | yes | +| **Population** | 80M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ae/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/markers.json new file mode 100644 index 000000000..9b6e0ee2b --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ae/markers.json @@ -0,0 +1,1179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 127, + 218 + ], + [ + 128, + 217 + ], + [ + 129, + 217 + ], + [ + 130, + 218 + ], + [ + 131, + 218 + ], + [ + 132, + 219 + ], + [ + 133, + 219 + ], + [ + 134, + 220 + ], + [ + 135, + 220 + ], + [ + 136, + 221 + ], + [ + 137, + 222 + ], + [ + 138, + 223 + ], + [ + 138, + 224 + ], + [ + 139, + 225 + ], + [ + 139, + 226 + ], + [ + 140, + 227 + ], + [ + 140, + 228 + ], + [ + 139, + 228 + ], + [ + 139, + 229 + ], + [ + 140, + 230 + ], + [ + 139, + 230 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 10, + 383 + ], + [ + 11, + 382 + ], + [ + 12, + 383 + ], + [ + 13, + 384 + ], + [ + 14, + 385 + ], + [ + 15, + 385 + ], + [ + 15, + 384 + ], + [ + 15, + 383 + ], + [ + 14, + 382 + ], + [ + 14, + 381 + ], + [ + 15, + 381 + ], + [ + 15, + 380 + ], + [ + 16, + 379 + ], + [ + 16, + 378 + ], + [ + 16, + 377 + ], + [ + 16, + 376 + ], + [ + 16, + 375 + ], + [ + 15, + 374 + ], + [ + 16, + 373 + ], + [ + 15, + 372 + ], + [ + 16, + 372 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 126, + 62 + ], + [ + 125, + 63 + ], + [ + 124, + 64 + ], + [ + 123, + 65 + ], + [ + 122, + 66 + ], + [ + 121, + 67 + ], + [ + 120, + 68 + ], + [ + 119, + 69 + ], + [ + 120, + 70 + ], + [ + 119, + 70 + ], + [ + 120, + 71 + ], + [ + 120, + 72 + ], + [ + 120, + 73 + ], + [ + 120, + 74 + ], + [ + 120, + 75 + ], + [ + 120, + 76 + ], + [ + 119, + 77 + ], + [ + 119, + 76 + ], + [ + 120, + 77 + ], + [ + 119, + 78 + ], + [ + 120, + 79 + ], + [ + 119, + 80 + ], + [ + 119, + 81 + ], + [ + 120, + 81 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 52, + 279 + ], + [ + 53, + 279 + ], + [ + 54, + 278 + ], + [ + 54, + 277 + ], + [ + 55, + 276 + ], + [ + 56, + 275 + ], + [ + 57, + 274 + ], + [ + 58, + 273 + ], + [ + 57, + 272 + ], + [ + 58, + 271 + ], + [ + 57, + 270 + ], + [ + 56, + 269 + ], + [ + 56, + 268 + ], + [ + 57, + 268 + ], + [ + 56, + 267 + ], + [ + 57, + 266 + ], + [ + 56, + 265 + ], + [ + 55, + 266 + ], + [ + 55, + 267 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 459 + ], + [ + 113, + 458 + ], + [ + 112, + 457 + ], + [ + 111, + 456 + ], + [ + 110, + 455 + ], + [ + 109, + 454 + ], + [ + 108, + 453 + ], + [ + 108, + 452 + ], + [ + 107, + 453 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 124, + 464 + ], + [ + 125, + 465 + ], + [ + 126, + 466 + ], + [ + 127, + 467 + ], + [ + 128, + 468 + ], + [ + 129, + 467 + ], + [ + 130, + 466 + ], + [ + 131, + 467 + ], + [ + 132, + 467 + ], + [ + 133, + 466 + ], + [ + 134, + 465 + ], + [ + 135, + 465 + ], + [ + 135, + 466 + ], + [ + 134, + 467 + ], + [ + 133, + 467 + ], + [ + 134, + 466 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 71, + 324 + ], + [ + 72, + 323 + ], + [ + 73, + 322 + ], + [ + 74, + 321 + ], + [ + 74, + 320 + ], + [ + 75, + 319 + ], + [ + 75, + 318 + ], + [ + 75, + 317 + ], + [ + 75, + 316 + ], + [ + 74, + 317 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 2, + 476 + ], + [ + 3, + 476 + ], + [ + 4, + 477 + ], + [ + 5, + 477 + ], + [ + 6, + 477 + ], + [ + 7, + 476 + ], + [ + 6, + 475 + ], + [ + 7, + 474 + ], + [ + 7, + 473 + ], + [ + 7, + 472 + ], + [ + 8, + 471 + ], + [ + 7, + 470 + ], + [ + 8, + 469 + ], + [ + 8, + 468 + ], + [ + 7, + 467 + ], + [ + 8, + 467 + ], + [ + 9, + 466 + ], + [ + 8, + 465 + ], + [ + 7, + 465 + ], + [ + 7, + 464 + ], + [ + 8, + 463 + ], + [ + 7, + 462 + ], + [ + 8, + 462 + ], + [ + 7, + 463 + ], + [ + 8, + 464 + ], + [ + 9, + 463 + ], + [ + 9, + 464 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 38, + 347 + ], + [ + 39, + 348 + ], + [ + 40, + 348 + ], + [ + 41, + 349 + ], + [ + 42, + 350 + ], + [ + 43, + 351 + ], + [ + 44, + 352 + ], + [ + 45, + 351 + ], + [ + 46, + 352 + ], + [ + 47, + 353 + ], + [ + 48, + 353 + ], + [ + 49, + 352 + ], + [ + 50, + 353 + ], + [ + 50, + 354 + ], + [ + 51, + 353 + ], + [ + 52, + 353 + ], + [ + 53, + 353 + ], + [ + 54, + 353 + ], + [ + 55, + 353 + ], + [ + 56, + 352 + ], + [ + 57, + 352 + ], + [ + 58, + 351 + ], + [ + 59, + 352 + ], + [ + 60, + 351 + ], + [ + 61, + 350 + ], + [ + 62, + 349 + ], + [ + 63, + 348 + ], + [ + 64, + 347 + ], + [ + 65, + 346 + ], + [ + 66, + 345 + ], + [ + 67, + 344 + ], + [ + 68, + 343 + ], + [ + 67, + 343 + ], + [ + 66, + 342 + ], + [ + 65, + 342 + ], + [ + 64, + 341 + ], + [ + 65, + 340 + ], + [ + 65, + 339 + ], + [ + 64, + 338 + ], + [ + 63, + 338 + ], + [ + 63, + 337 + ], + [ + 64, + 337 + ], + [ + 64, + 336 + ], + [ + 63, + 335 + ], + [ + 63, + 334 + ], + [ + 64, + 335 + ], + [ + 65, + 335 + ], + [ + 64, + 334 + ], + [ + 65, + 334 + ], + [ + 66, + 335 + ], + [ + 65, + 336 + ], + [ + 65, + 337 + ], + [ + 65, + 338 + ], + [ + 64, + 339 + ], + [ + 63, + 339 + ], + [ + 62, + 338 + ], + [ + 62, + 337 + ], + [ + 63, + 336 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 73, + 217 + ], + [ + 72, + 217 + ], + [ + 71, + 218 + ], + [ + 70, + 218 + ], + [ + 69, + 217 + ], + [ + 68, + 217 + ], + [ + 67, + 217 + ], + [ + 66, + 218 + ], + [ + 65, + 217 + ], + [ + 64, + 216 + ], + [ + 63, + 216 + ], + [ + 63, + 215 + ], + [ + 62, + 216 + ], + [ + 62, + 217 + ], + [ + 61, + 216 + ], + [ + 60, + 216 + ], + [ + 60, + 215 + ], + [ + 61, + 214 + ], + [ + 62, + 215 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 2, + 462 + ], + [ + 3, + 461 + ], + [ + 4, + 461 + ], + [ + 5, + 460 + ], + [ + 6, + 460 + ], + [ + 7, + 460 + ], + [ + 8, + 459 + ], + [ + 8, + 460 + ], + [ + 8, + 461 + ], + [ + 7, + 462 + ], + [ + 7, + 461 + ], + [ + 6, + 462 + ], + [ + 6, + 463 + ], + [ + 7, + 464 + ], + [ + 7, + 463 + ], + [ + 8, + 464 + ], + [ + 7, + 465 + ], + [ + 6, + 466 + ], + [ + 7, + 467 + ], + [ + 8, + 466 + ], + [ + 8, + 465 + ], + [ + 9, + 464 + ], + [ + 8, + 463 + ], + [ + 8, + 462 + ], + [ + 9, + 463 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 5, + 251 + ], + "area_fraction": 0.0167 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 60 + ], + "peak": [ + 108, + 0 + ], + "area_cells": 7039 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 466 + ], + "peak": [ + 48, + 478 + ], + "area_cells": 439 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 360 + ], + "peak": [ + 37, + 358 + ], + "area_cells": 60 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 151 + ], + "peak": [ + 91, + 146 + ], + "area_cells": 1479 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 294 + ], + "peak": [ + 63, + 305 + ], + "area_cells": 305 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 273 + ], + "peak": [ + 155, + 113 + ], + "area_cells": 47980 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 351 + ], + "peak": [ + 110, + 360 + ], + "area_cells": 875 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Af/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Af/globe.png new file mode 100644 index 000000000..ea2c86075 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Af/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Af/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Af/heightmap.png new file mode 100644 index 000000000..69af74724 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Af/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Af/index.md new file mode 100644 index 000000000..8c382a9c3 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Af/index.md @@ -0,0 +1,69 @@ +--- +id: GJ575Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1097455223 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.756 + period_days: 850.0 + axial_tilt_deg: 38.6 +physical: + gravity_g: 0.42 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.821 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Af + +Frozen planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Af/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Af/markers.json new file mode 100644 index 000000000..123635518 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Af/markers.json @@ -0,0 +1,91 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 50, + 483 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 60, + 32 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_16", + "name": null, + "kind": "ocean", + "center": [ + 194, + 298 + ], + "area_fraction": 0.1234 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 153, + 156 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 204, + 96 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 424 + ], + "peak": [ + 96, + 427 + ], + "area_cells": 64 + }, + { + "id": "range_3", + "name": null, + "center": [ + 115, + 12 + ], + "peak": [ + 115, + 11 + ], + "area_cells": 373 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ag/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/globe.png new file mode 100644 index 000000000..af31ddbda Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ag/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/heightmap.png new file mode 100644 index 000000000..4a9169ba8 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ag/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/index.md new file mode 100644 index 000000000..6a37dd61a --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ575Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2360285012 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.788 + period_days: 1700.0 + axial_tilt_deg: 59.0 +physical: + gravity_g: 0.35 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.724 + polar_ice_lat: 0.194 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.378 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ag + +Frozen planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 1700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ag/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/markers.json new file mode 100644 index 000000000..50670b03d --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ag/markers.json @@ -0,0 +1,257 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 11 + ], + "area_fraction": 0.008 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 39, + 277 + ], + "area_fraction": 0.1952 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 233, + 27 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 240, + 490 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 243, + 327 + ], + "area_fraction": 0.025 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 236, + 161 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 370 + ], + "peak": [ + 60, + 369 + ], + "area_cells": 316 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 346 + ], + "peak": [ + 58, + 349 + ], + "area_cells": 387 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 314 + ], + "peak": [ + 73, + 314 + ], + "area_cells": 103 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 335 + ], + "peak": [ + 97, + 335 + ], + "area_cells": 317 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 477 + ], + "peak": [ + 104, + 478 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 34 + ], + "peak": [ + 109, + 34 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 492 + ], + "peak": [ + 160, + 511 + ], + "area_cells": 1662 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 68 + ], + "peak": [ + 171, + 63 + ], + "area_cells": 5817 + }, + { + "id": "range_10", + "name": null, + "center": [ + 149, + 403 + ], + "peak": [ + 149, + 404 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 152, + 460 + ], + "peak": [ + 152, + 460 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 211, + 411 + ], + "peak": [ + 223, + 399 + ], + "area_cells": 1907 + }, + { + "id": "range_13", + "name": null, + "center": [ + 192, + 305 + ], + "peak": [ + 184, + 299 + ], + "area_cells": 378 + }, + { + "id": "range_15", + "name": null, + "center": [ + 202, + 334 + ], + "peak": [ + 194, + 328 + ], + "area_cells": 221 + }, + { + "id": "range_17", + "name": null, + "center": [ + 226, + 360 + ], + "peak": [ + 226, + 361 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/globe.png new file mode 100644 index 000000000..04b89fe40 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/heightmap.png new file mode 100644 index 000000000..9a975d920 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/index.md new file mode 100644 index 000000000..34fb2ac15 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ575Ah-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1002208194 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.07 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.957 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ah-1 + +Barren moon. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/markers.json new file mode 100644 index 000000000..f25f443ac --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-1/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 347 + ], + "peak": [ + 26, + 348 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 339 + ], + "peak": [ + 38, + 339 + ], + "area_cells": 78 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 20 + ], + "peak": [ + 54, + 13 + ], + "area_cells": 553 + }, + { + "id": "range_5", + "name": null, + "center": [ + 44, + 363 + ], + "peak": [ + 44, + 364 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 84 + ], + "peak": [ + 50, + 85 + ], + "area_cells": 88 + }, + { + "id": "range_7", + "name": null, + "center": [ + 59, + 425 + ], + "peak": [ + 61, + 414 + ], + "area_cells": 484 + }, + { + "id": "range_11", + "name": null, + "center": [ + 62, + 506 + ], + "peak": [ + 65, + 505 + ], + "area_cells": 57 + }, + { + "id": "range_14", + "name": null, + "center": [ + 142, + 410 + ], + "peak": [ + 142, + 389 + ], + "area_cells": 11979 + }, + { + "id": "range_15", + "name": null, + "center": [ + 64, + 194 + ], + "peak": [ + 65, + 195 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 78, + 39 + ], + "peak": [ + 79, + 40 + ], + "area_cells": 221 + }, + { + "id": "range_18", + "name": null, + "center": [ + 70, + 101 + ], + "peak": [ + 71, + 102 + ], + "area_cells": 36 + }, + { + "id": "range_19", + "name": null, + "center": [ + 87, + 273 + ], + "peak": [ + 88, + 274 + ], + "area_cells": 200 + }, + { + "id": "range_20", + "name": null, + "center": [ + 83, + 455 + ], + "peak": [ + 81, + 457 + ], + "area_cells": 107 + }, + { + "id": "range_21", + "name": null, + "center": [ + 86, + 57 + ], + "peak": [ + 86, + 58 + ], + "area_cells": 108 + }, + { + "id": "range_22", + "name": null, + "center": [ + 81, + 142 + ], + "peak": [ + 82, + 143 + ], + "area_cells": 50 + }, + { + "id": "range_24", + "name": null, + "center": [ + 141, + 30 + ], + "peak": [ + 143, + 15 + ], + "area_cells": 3659 + }, + { + "id": "range_25", + "name": null, + "center": [ + 98, + 114 + ], + "peak": [ + 98, + 115 + ], + "area_cells": 26 + }, + { + "id": "range_27", + "name": null, + "center": [ + 113, + 260 + ], + "peak": [ + 112, + 261 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 124, + 185 + ], + "peak": [ + 127, + 185 + ], + "area_cells": 180 + }, + { + "id": "range_29", + "name": null, + "center": [ + 128, + 125 + ], + "peak": [ + 124, + 123 + ], + "area_cells": 470 + }, + { + "id": "range_30", + "name": null, + "center": [ + 120, + 157 + ], + "peak": [ + 120, + 159 + ], + "area_cells": 131 + }, + { + "id": "range_31", + "name": null, + "center": [ + 151, + 219 + ], + "peak": [ + 153, + 214 + ], + "area_cells": 902 + }, + { + "id": "range_33", + "name": null, + "center": [ + 152, + 270 + ], + "peak": [ + 154, + 271 + ], + "area_cells": 31 + }, + { + "id": "range_35", + "name": null, + "center": [ + 174, + 287 + ], + "peak": [ + 173, + 289 + ], + "area_cells": 91 + }, + { + "id": "range_36", + "name": null, + "center": [ + 199, + 137 + ], + "peak": [ + 192, + 125 + ], + "area_cells": 834 + }, + { + "id": "range_39", + "name": null, + "center": [ + 182, + 105 + ], + "peak": [ + 182, + 105 + ], + "area_cells": 24 + }, + { + "id": "range_40", + "name": null, + "center": [ + 187, + 243 + ], + "peak": [ + 189, + 249 + ], + "area_cells": 130 + }, + { + "id": "range_41", + "name": null, + "center": [ + 186, + 305 + ], + "peak": [ + 187, + 306 + ], + "area_cells": 34 + }, + { + "id": "range_42", + "name": null, + "center": [ + 185, + 280 + ], + "peak": [ + 186, + 280 + ], + "area_cells": 32 + }, + { + "id": "range_47", + "name": null, + "center": [ + 199, + 274 + ], + "peak": [ + 197, + 275 + ], + "area_cells": 50 + }, + { + "id": "range_48", + "name": null, + "center": [ + 207, + 339 + ], + "peak": [ + 214, + 335 + ], + "area_cells": 111 + }, + { + "id": "range_55", + "name": null, + "center": [ + 221, + 376 + ], + "peak": [ + 221, + 372 + ], + "area_cells": 145 + }, + { + "id": "range_57", + "name": null, + "center": [ + 224, + 348 + ], + "peak": [ + 223, + 349 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/globe.png new file mode 100644 index 000000000..f240b06e3 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/heightmap.png new file mode 100644 index 000000000..71d1b48f9 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/index.md new file mode 100644 index 000000000..e44f365fe --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ575Ah-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2615780012 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 54.0 +physical: + gravity_g: 0.05 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.859 + polar_ice_lat: 0.167 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ah-2 + +Frozen moon. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/markers.json new file mode 100644 index 000000000..c695f3f74 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ah-2/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 35, + 322 + ], + "area_fraction": 0.0163 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 203, + 286 + ], + "area_fraction": 0.0797 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 239, + 467 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 446 + ], + "peak": [ + 25, + 450 + ], + "area_cells": 126 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 454 + ], + "peak": [ + 50, + 455 + ], + "area_cells": 30 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 240 + ], + "peak": [ + 95, + 259 + ], + "area_cells": 6587 + }, + { + "id": "range_4", + "name": null, + "center": [ + 109, + 30 + ], + "peak": [ + 124, + 16 + ], + "area_cells": 3258 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 486 + ], + "peak": [ + 108, + 483 + ], + "area_cells": 2660 + }, + { + "id": "range_7", + "name": null, + "center": [ + 136, + 99 + ], + "peak": [ + 134, + 100 + ], + "area_cells": 118 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 73 + ], + "peak": [ + 150, + 71 + ], + "area_cells": 322 + }, + { + "id": "range_9", + "name": null, + "center": [ + 138, + 114 + ], + "peak": [ + 140, + 115 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 45 + ], + "peak": [ + 154, + 33 + ], + "area_cells": 262 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ah/globe.png new file mode 100644 index 000000000..c1cee25c1 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ah/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ah/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ah/index.md new file mode 100644 index 000000000..e41c8458d --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ah/index.md @@ -0,0 +1,61 @@ +--- +id: GJ575Ah +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 249907607 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.095 + period_days: 4200.0 + axial_tilt_deg: 16.7 +physical: + gravity_g: null + oblateness: 0.0504 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.135 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.108 +--- + +# GJ575Ah + +Gas giant. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ai/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/globe.png new file mode 100644 index 000000000..daf1dd1c4 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ai/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/heightmap.png new file mode 100644 index 000000000..4eef07fa8 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ai/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/index.md new file mode 100644 index 000000000..7667a3974 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ575Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1805410150 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.151 + period_days: 8500.0 + axial_tilt_deg: 54.4 +physical: + gravity_g: 0.25 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.75 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Ai + +Frozen planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 8500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Ai/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/markers.json new file mode 100644 index 000000000..2018af810 --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Ai/markers.json @@ -0,0 +1,296 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 257 + ], + "area_fraction": 0.17 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 472 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 67, + 367 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 186, + 101 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 188, + 309 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 198, + 206 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 114, + 17 + ], + "peak": [ + 117, + 4 + ], + "area_cells": 525 + }, + { + "id": "range_2", + "name": null, + "center": [ + 108, + 47 + ], + "peak": [ + 109, + 48 + ], + "area_cells": 125 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 277 + ], + "peak": [ + 106, + 275 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 167, + 478 + ], + "peak": [ + 152, + 478 + ], + "area_cells": 5832 + }, + { + "id": "range_7", + "name": null, + "center": [ + 138, + 147 + ], + "peak": [ + 134, + 126 + ], + "area_cells": 890 + }, + { + "id": "range_8", + "name": null, + "center": [ + 136, + 91 + ], + "peak": [ + 134, + 93 + ], + "area_cells": 214 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 55 + ], + "peak": [ + 145, + 60 + ], + "area_cells": 300 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 183 + ], + "peak": [ + 147, + 179 + ], + "area_cells": 332 + }, + { + "id": "range_11", + "name": null, + "center": [ + 147, + 220 + ], + "peak": [ + 148, + 222 + ], + "area_cells": 66 + }, + { + "id": "range_12", + "name": null, + "center": [ + 188, + 16 + ], + "peak": [ + 157, + 0 + ], + "area_cells": 2352 + }, + { + "id": "range_13", + "name": null, + "center": [ + 153, + 280 + ], + "peak": [ + 154, + 280 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 219, + 426 + ], + "peak": [ + 221, + 426 + ], + "area_cells": 83 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 509 + ], + "peak": [ + 231, + 511 + ], + "area_cells": 49 + }, + { + "id": "range_17", + "name": null, + "center": [ + 244, + 497 + ], + "peak": [ + 244, + 497 + ], + "area_cells": 72 + }, + { + "id": "range_18", + "name": null, + "center": [ + 251, + 241 + ], + "peak": [ + 252, + 241 + ], + "area_cells": 372 + }, + { + "id": "range_22", + "name": null, + "center": [ + 252, + 331 + ], + "peak": [ + 255, + 329 + ], + "area_cells": 32 + }, + { + "id": "range_23", + "name": null, + "center": [ + 252, + 26 + ], + "peak": [ + 255, + 18 + ], + "area_cells": 260 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Aj/globe.png b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/globe.png new file mode 100644 index 000000000..e66c8c0d6 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/globe.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Aj/heightmap.png b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/heightmap.png new file mode 100644 index 000000000..a7a731777 Binary files /dev/null and b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Aj/index.md b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/index.md new file mode 100644 index 000000000..eb121e4ab --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ575Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2496473049 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 12.427 + period_days: 16000.0 + axial_tilt_deg: 50.6 +physical: + gravity_g: 0.11 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.75 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.403 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ575Aj + +Frozen planet. + +**System:** [GJ-575A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-575A/bodies/GJ575Aj/markers.json b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/markers.json new file mode 100644 index 000000000..cda3c13fb --- /dev/null +++ b/wiki/star-systems/GJ-575A/bodies/GJ575Aj/markers.json @@ -0,0 +1,280 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 60, + 57 + ], + "area_fraction": 0.0726 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 55, + 473 + ], + "area_fraction": 0.0223 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 88, + 223 + ], + "area_fraction": 0.0701 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 98, + 398 + ], + "area_fraction": 0.038 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 145, + 58 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 148, + 121 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 241, + 283 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 157, + 481 + ], + "peak": [ + 167, + 465 + ], + "area_cells": 1435 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 20 + ], + "peak": [ + 150, + 22 + ], + "area_cells": 70 + }, + { + "id": "range_5", + "name": null, + "center": [ + 218, + 393 + ], + "peak": [ + 237, + 375 + ], + "area_cells": 7131 + }, + { + "id": "range_6", + "name": null, + "center": [ + 176, + 61 + ], + "peak": [ + 176, + 50 + ], + "area_cells": 339 + }, + { + "id": "range_7", + "name": null, + "center": [ + 176, + 204 + ], + "peak": [ + 176, + 204 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 183, + 172 + ], + "peak": [ + 180, + 176 + ], + "area_cells": 200 + }, + { + "id": "range_11", + "name": null, + "center": [ + 198, + 248 + ], + "peak": [ + 197, + 247 + ], + "area_cells": 159 + }, + { + "id": "range_13", + "name": null, + "center": [ + 201, + 98 + ], + "peak": [ + 201, + 98 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 209, + 218 + ], + "peak": [ + 209, + 220 + ], + "area_cells": 401 + }, + { + "id": "range_15", + "name": null, + "center": [ + 210, + 194 + ], + "peak": [ + 212, + 193 + ], + "area_cells": 129 + }, + { + "id": "range_16", + "name": null, + "center": [ + 210, + 31 + ], + "peak": [ + 211, + 30 + ], + "area_cells": 45 + }, + { + "id": "range_17", + "name": null, + "center": [ + 214, + 83 + ], + "peak": [ + 215, + 84 + ], + "area_cells": 39 + }, + { + "id": "range_18", + "name": null, + "center": [ + 214, + 49 + ], + "peak": [ + 216, + 49 + ], + "area_cells": 25 + }, + { + "id": "range_21", + "name": null, + "center": [ + 226, + 12 + ], + "peak": [ + 227, + 16 + ], + "area_cells": 95 + }, + { + "id": "range_22", + "name": null, + "center": [ + 226, + 69 + ], + "peak": [ + 227, + 69 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ581b/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581b/globe.png new file mode 100644 index 000000000..a8b86e5b3 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581b/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581b/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581b/heightmap.png new file mode 100644 index 000000000..0dc4ba658 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581b/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581b/index.md b/wiki/star-systems/GJ-581/bodies/GJ581b/index.md new file mode 100644 index 000000000..7973bb94c --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ581b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3987641886 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.934 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ581b + +Barren planet. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581b/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581b/markers.json new file mode 100644 index 000000000..175896b8f --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581b/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 258 + ], + "peak": [ + 21, + 269 + ], + "area_cells": 1187 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 460 + ], + "peak": [ + 13, + 460 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 37, + 473 + ], + "peak": [ + 22, + 472 + ], + "area_cells": 175 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 163 + ], + "peak": [ + 24, + 163 + ], + "area_cells": 32 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 22 + ], + "peak": [ + 49, + 21 + ], + "area_cells": 144 + }, + { + "id": "range_12", + "name": null, + "center": [ + 56, + 264 + ], + "peak": [ + 58, + 269 + ], + "area_cells": 232 + }, + { + "id": "range_13", + "name": null, + "center": [ + 59, + 2 + ], + "peak": [ + 58, + 1 + ], + "area_cells": 128 + }, + { + "id": "range_14", + "name": null, + "center": [ + 59, + 508 + ], + "peak": [ + 58, + 511 + ], + "area_cells": 80 + }, + { + "id": "range_17", + "name": null, + "center": [ + 69, + 57 + ], + "peak": [ + 70, + 58 + ], + "area_cells": 25 + }, + { + "id": "range_18", + "name": null, + "center": [ + 95, + 29 + ], + "peak": [ + 94, + 38 + ], + "area_cells": 742 + }, + { + "id": "range_23", + "name": null, + "center": [ + 111, + 306 + ], + "peak": [ + 110, + 308 + ], + "area_cells": 24 + }, + { + "id": "range_24", + "name": null, + "center": [ + 124, + 5 + ], + "peak": [ + 127, + 7 + ], + "area_cells": 100 + }, + { + "id": "range_27", + "name": null, + "center": [ + 126, + 57 + ], + "peak": [ + 126, + 57 + ], + "area_cells": 37 + }, + { + "id": "range_28", + "name": null, + "center": [ + 146, + 18 + ], + "peak": [ + 147, + 18 + ], + "area_cells": 111 + }, + { + "id": "range_29", + "name": null, + "center": [ + 157, + 328 + ], + "peak": [ + 158, + 327 + ], + "area_cells": 152 + }, + { + "id": "range_32", + "name": null, + "center": [ + 164, + 164 + ], + "peak": [ + 165, + 164 + ], + "area_cells": 28 + }, + { + "id": "range_36", + "name": null, + "center": [ + 186, + 56 + ], + "peak": [ + 186, + 56 + ], + "area_cells": 150 + }, + { + "id": "range_37", + "name": null, + "center": [ + 187, + 383 + ], + "peak": [ + 184, + 381 + ], + "area_cells": 100 + }, + { + "id": "range_39", + "name": null, + "center": [ + 202, + 74 + ], + "peak": [ + 203, + 75 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-581/bodies/GJ581c/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581c/globe.png new file mode 100644 index 000000000..ea62272aa Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581c/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581c/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581c/heightmap.png new file mode 100644 index 000000000..37ef674fe Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581c/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581c/index.md b/wiki/star-systems/GJ-581/bodies/GJ581c/index.md new file mode 100644 index 000000000..7510cbaf6 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ581c +name: Glødberg +body_type: planet +planet_class: volcanic +body_scale: planet +seed: 3742817444 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 0.6 +physical: + gravity_g: 0.82 + oblateness: 0.0079 + atmosphere: standard + atmosphere_color: + - 0.55 + - 0.4 + - 0.3 +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.961 + tectonics: extreme +environment: + geothermal_flux: extreme + uv_index: low + substrate: sulfuric + chemosynthetic: false + hydrosphere: subsurface_liquid +clouds: + enabled: true + coverage_base: 0.612 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Glødberg + +Volcanic planet. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | volcanic | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | subsurface_liquid | +| **Land** | 91% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | mining | +| **Settlement** | underground_concentrated | +| **Industry** | geothermal_energy | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581c/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581c/markers.json new file mode 100644 index 000000000..2933266d7 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581c/markers.json @@ -0,0 +1,527 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 218, + 481 + ], + [ + 219, + 480 + ], + [ + 219, + 479 + ], + [ + 220, + 478 + ], + [ + 221, + 477 + ], + [ + 222, + 476 + ], + [ + 223, + 476 + ], + [ + 224, + 475 + ], + [ + 225, + 475 + ], + [ + 226, + 475 + ], + [ + 227, + 475 + ], + [ + 228, + 475 + ], + [ + 229, + 475 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 214, + 306 + ], + [ + 213, + 305 + ], + [ + 212, + 304 + ], + [ + 211, + 303 + ], + [ + 210, + 303 + ], + [ + 209, + 304 + ], + [ + 208, + 305 + ], + [ + 207, + 306 + ], + [ + 206, + 307 + ], + [ + 205, + 308 + ], + [ + 204, + 308 + ], + [ + 203, + 309 + ], + [ + 202, + 310 + ], + [ + 201, + 311 + ], + [ + 201, + 312 + ], + [ + 200, + 313 + ], + [ + 200, + 312 + ], + [ + 199, + 313 + ], + [ + 200, + 314 + ], + [ + 200, + 315 + ], + [ + 199, + 316 + ], + [ + 200, + 317 + ], + [ + 200, + 318 + ], + [ + 199, + 319 + ], + [ + 199, + 320 + ], + [ + 198, + 321 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 42, + 443 + ], + [ + 43, + 444 + ], + [ + 44, + 444 + ], + [ + 44, + 445 + ], + [ + 45, + 446 + ], + [ + 46, + 447 + ], + [ + 47, + 448 + ], + [ + 48, + 449 + ], + [ + 49, + 450 + ], + [ + 50, + 451 + ], + [ + 51, + 452 + ], + [ + 52, + 453 + ], + [ + 53, + 453 + ], + [ + 53, + 454 + ], + [ + 52, + 454 + ], + [ + 53, + 455 + ], + [ + 52, + 456 + ], + [ + 52, + 455 + ], + [ + 53, + 456 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 45 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 210 + ], + "area_fraction": 0.0342 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 478 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 225, + 394 + ], + "area_fraction": 0.0216 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 14 + ], + "peak": [ + 43, + 9 + ], + "area_cells": 565 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 491 + ], + "peak": [ + 36, + 511 + ], + "area_cells": 429 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 159 + ], + "peak": [ + 75, + 75 + ], + "area_cells": 7956 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 374 + ], + "peak": [ + 72, + 408 + ], + "area_cells": 1592 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 224 + ], + "peak": [ + 113, + 219 + ], + "area_cells": 2634 + }, + { + "id": "range_8", + "name": null, + "center": [ + 111, + 4 + ], + "peak": [ + 113, + 3 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 123, + 437 + ], + "peak": [ + 122, + 437 + ], + "area_cells": 87 + }, + { + "id": "range_11", + "name": null, + "center": [ + 128, + 465 + ], + "peak": [ + 128, + 465 + ], + "area_cells": 112 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 146 + ], + "peak": [ + 134, + 146 + ], + "area_cells": 110 + }, + { + "id": "range_14", + "name": null, + "center": [ + 137, + 272 + ], + "peak": [ + 138, + 265 + ], + "area_cells": 77 + }, + { + "id": "range_15", + "name": null, + "center": [ + 163, + 481 + ], + "peak": [ + 158, + 467 + ], + "area_cells": 599 + }, + { + "id": "range_16", + "name": null, + "center": [ + 193, + 64 + ], + "peak": [ + 204, + 49 + ], + "area_cells": 961 + }, + { + "id": "range_17", + "name": null, + "center": [ + 171, + 14 + ], + "peak": [ + 168, + 15 + ], + "area_cells": 398 + }, + { + "id": "range_18", + "name": null, + "center": [ + 168, + 316 + ], + "peak": [ + 169, + 311 + ], + "area_cells": 178 + }, + { + "id": "range_19", + "name": null, + "center": [ + 206, + 159 + ], + "peak": [ + 205, + 157 + ], + "area_cells": 549 + }, + { + "id": "range_20", + "name": null, + "center": [ + 201, + 123 + ], + "peak": [ + 202, + 123 + ], + "area_cells": 25 + }, + { + "id": "range_22", + "name": null, + "center": [ + 248, + 104 + ], + "peak": [ + 249, + 102 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-581/bodies/GJ581d/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581d/globe.png new file mode 100644 index 000000000..7960eb69e Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581d/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581d/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581d/heightmap.png new file mode 100644 index 000000000..256458459 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581d/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581d/index.md b/wiki/star-systems/GJ-581/bodies/GJ581d/index.md new file mode 100644 index 000000000..abd7ba7ff --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ581d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 510565915 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.249 + period_days: 68.0 + axial_tilt_deg: 54.4 +physical: + gravity_g: 0.44 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.391 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ581d + +Frozen planet. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 99% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581d/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581d/markers.json new file mode 100644 index 000000000..48e17a925 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581d/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 82, + 136 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 19, + 251 + ], + "peak": [ + 19, + 254 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 31, + 291 + ], + "peak": [ + 29, + 292 + ], + "area_cells": 93 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 241 + ], + "peak": [ + 50, + 240 + ], + "area_cells": 1942 + }, + { + "id": "range_5", + "name": null, + "center": [ + 36, + 165 + ], + "peak": [ + 37, + 165 + ], + "area_cells": 120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 291 + ], + "peak": [ + 91, + 290 + ], + "area_cells": 12918 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 476 + ], + "peak": [ + 104, + 446 + ], + "area_cells": 2219 + }, + { + "id": "range_9", + "name": null, + "center": [ + 139, + 27 + ], + "peak": [ + 139, + 25 + ], + "area_cells": 235 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 66 + ], + "peak": [ + 134, + 66 + ], + "area_cells": 64 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 433 + ], + "peak": [ + 141, + 433 + ], + "area_cells": 119 + }, + { + "id": "range_13", + "name": null, + "center": [ + 155, + 7 + ], + "peak": [ + 161, + 11 + ], + "area_cells": 190 + }, + { + "id": "range_14", + "name": null, + "center": [ + 155, + 48 + ], + "peak": [ + 156, + 43 + ], + "area_cells": 351 + }, + { + "id": "range_16", + "name": null, + "center": [ + 163, + 161 + ], + "peak": [ + 165, + 168 + ], + "area_cells": 303 + }, + { + "id": "range_19", + "name": null, + "center": [ + 207, + 23 + ], + "peak": [ + 214, + 11 + ], + "area_cells": 1996 + }, + { + "id": "range_20", + "name": null, + "center": [ + 199, + 206 + ], + "peak": [ + 191, + 215 + ], + "area_cells": 2432 + }, + { + "id": "range_25", + "name": null, + "center": [ + 205, + 481 + ], + "peak": [ + 210, + 488 + ], + "area_cells": 1611 + }, + { + "id": "range_28", + "name": null, + "center": [ + 206, + 149 + ], + "peak": [ + 205, + 151 + ], + "area_cells": 57 + }, + { + "id": "range_29", + "name": null, + "center": [ + 207, + 162 + ], + "peak": [ + 204, + 163 + ], + "area_cells": 22 + }, + { + "id": "range_30", + "name": null, + "center": [ + 218, + 73 + ], + "peak": [ + 214, + 73 + ], + "area_cells": 280 + }, + { + "id": "range_33", + "name": null, + "center": [ + 215, + 441 + ], + "peak": [ + 218, + 442 + ], + "area_cells": 21 + }, + { + "id": "range_36", + "name": null, + "center": [ + 225, + 420 + ], + "peak": [ + 220, + 430 + ], + "area_cells": 149 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-581/bodies/GJ581e-m1/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/globe.png new file mode 100644 index 000000000..10f787662 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581e-m1/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/heightmap.png new file mode 100644 index 000000000..7e66b6bd6 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581e-m1/index.md b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/index.md new file mode 100644 index 000000000..10aa4452b --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ581e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3027393845 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.1 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.139 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ581e-m1 + +Frozen moon. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581e-m1/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/markers.json new file mode 100644 index 000000000..6e1da1be0 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581e-m1/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 60 + ], + "peak": [ + 1, + 0 + ], + "area_cells": 6823 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 342 + ], + "peak": [ + 37, + 331 + ], + "area_cells": 8212 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 430 + ], + "peak": [ + 0, + 429 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 487 + ], + "peak": [ + 0, + 507 + ], + "area_cells": 2440 + }, + { + "id": "range_7", + "name": null, + "center": [ + 17, + 213 + ], + "peak": [ + 17, + 214 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 28, + 192 + ], + "peak": [ + 25, + 192 + ], + "area_cells": 104 + }, + { + "id": "range_11", + "name": null, + "center": [ + 52, + 450 + ], + "peak": [ + 53, + 451 + ], + "area_cells": 77 + }, + { + "id": "range_12", + "name": null, + "center": [ + 231, + 13 + ], + "peak": [ + 221, + 0 + ], + "area_cells": 1051 + }, + { + "id": "range_13", + "name": null, + "center": [ + 225, + 490 + ], + "peak": [ + 216, + 511 + ], + "area_cells": 1303 + }, + { + "id": "range_14", + "name": null, + "center": [ + 237, + 358 + ], + "peak": [ + 223, + 374 + ], + "area_cells": 1362 + }, + { + "id": "range_15", + "name": null, + "center": [ + 224, + 394 + ], + "peak": [ + 218, + 392 + ], + "area_cells": 309 + }, + { + "id": "range_16", + "name": null, + "center": [ + 224, + 319 + ], + "peak": [ + 223, + 319 + ], + "area_cells": 54 + }, + { + "id": "range_21", + "name": null, + "center": [ + 247, + 229 + ], + "peak": [ + 248, + 231 + ], + "area_cells": 290 + }, + { + "id": "range_22", + "name": null, + "center": [ + 248, + 272 + ], + "peak": [ + 249, + 276 + ], + "area_cells": 378 + }, + { + "id": "range_23", + "name": null, + "center": [ + 251, + 208 + ], + "peak": [ + 254, + 208 + ], + "area_cells": 22 + }, + { + "id": "range_24", + "name": null, + "center": [ + 250, + 506 + ], + "peak": [ + 253, + 511 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-581/bodies/GJ581e/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581e/globe.png new file mode 100644 index 000000000..9b5843930 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581e/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581e/index.md b/wiki/star-systems/GJ-581/bodies/GJ581e/index.md new file mode 100644 index 000000000..7c3b7fcf6 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ581e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1239558672 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.641 + period_days: 280.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: null + oblateness: 0.0651 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.231 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.074 +rings: + enabled: true + inner_radius_factor: 1.2 + outer_radius_factor: 2.79 + opacity_base: 0.45 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ581e + +Gas giant. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581f/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581f/globe.png new file mode 100644 index 000000000..88a4478dd Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581f/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581f/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581f/heightmap.png new file mode 100644 index 000000000..60e55ce02 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581f/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581f/index.md b/wiki/star-systems/GJ-581/bodies/GJ581f/index.md new file mode 100644 index 000000000..e95416980 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ581f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 258885355 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.353 + period_days: 860.0 + axial_tilt_deg: 33.2 +physical: + gravity_g: 0.34 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.753 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ581f + +Frozen planet. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 860 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581f/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581f/markers.json new file mode 100644 index 000000000..b20650fc4 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581f/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 99, + 109 + ], + "area_fraction": 0.0505 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 209, + 346 + ], + "area_fraction": 0.1397 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 234, + 46 + ], + "area_fraction": 0.0282 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 291 + ], + "peak": [ + 36, + 199 + ], + "area_cells": 15425 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 290 + ], + "peak": [ + 48, + 292 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 28 + ], + "peak": [ + 52, + 29 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 57, + 7 + ], + "peak": [ + 58, + 6 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 61, + 504 + ], + "peak": [ + 62, + 504 + ], + "area_cells": 36 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 404 + ], + "peak": [ + 92, + 406 + ], + "area_cells": 60 + }, + { + "id": "range_10", + "name": null, + "center": [ + 144, + 398 + ], + "peak": [ + 145, + 394 + ], + "area_cells": 130 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 352 + ], + "peak": [ + 150, + 353 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-581/bodies/GJ581g/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581g/globe.png new file mode 100644 index 000000000..6c9408233 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581g/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581g/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581g/heightmap.png new file mode 100644 index 000000000..79a070dac Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581g/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581g/index.md b/wiki/star-systems/GJ-581/bodies/GJ581g/index.md new file mode 100644 index 000000000..2e5145045 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ581g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 796966395 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.683 + period_days: 2400.0 + axial_tilt_deg: 18.1 +physical: + gravity_g: 0.26 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.746 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ581g + +Frozen planet. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581g/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581g/markers.json new file mode 100644 index 000000000..17ba0745b --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581g/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 263 + ], + "area_fraction": 0.2216 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 65, + 472 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 89, + 109 + ], + "peak": [ + 91, + 110 + ], + "area_cells": 152 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 167 + ], + "peak": [ + 157, + 134 + ], + "area_cells": 2972 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 145 + ], + "peak": [ + 128, + 148 + ], + "area_cells": 116 + }, + { + "id": "range_6", + "name": null, + "center": [ + 196, + 274 + ], + "peak": [ + 194, + 271 + ], + "area_cells": 702 + }, + { + "id": "range_8", + "name": null, + "center": [ + 193, + 366 + ], + "peak": [ + 193, + 368 + ], + "area_cells": 37 + }, + { + "id": "range_9", + "name": null, + "center": [ + 238, + 322 + ], + "peak": [ + 227, + 446 + ], + "area_cells": 11806 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-581/bodies/GJ581h/globe.png b/wiki/star-systems/GJ-581/bodies/GJ581h/globe.png new file mode 100644 index 000000000..f28fcc179 Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581h/globe.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581h/heightmap.png b/wiki/star-systems/GJ-581/bodies/GJ581h/heightmap.png new file mode 100644 index 000000000..65f722ade Binary files /dev/null and b/wiki/star-systems/GJ-581/bodies/GJ581h/heightmap.png differ diff --git a/wiki/star-systems/GJ-581/bodies/GJ581h/index.md b/wiki/star-systems/GJ-581/bodies/GJ581h/index.md new file mode 100644 index 000000000..1675e0802 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ581h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2101950863 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.72 + period_days: 5600.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.192 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.399 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ581h + +Frozen planet. + +**System:** [GJ-581](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-581/bodies/GJ581h/markers.json b/wiki/star-systems/GJ-581/bodies/GJ581h/markers.json new file mode 100644 index 000000000..b7af48f25 --- /dev/null +++ b/wiki/star-systems/GJ-581/bodies/GJ581h/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 26, + 367 + ], + "area_fraction": 0.11 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 77, + 73 + ], + "area_fraction": 0.0234 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 179 + ], + "peak": [ + 66, + 180 + ], + "area_cells": 108 + }, + { + "id": "range_2", + "name": null, + "center": [ + 145, + 473 + ], + "peak": [ + 182, + 483 + ], + "area_cells": 4016 + }, + { + "id": "range_3", + "name": null, + "center": [ + 133, + 301 + ], + "peak": [ + 133, + 302 + ], + "area_cells": 67 + }, + { + "id": "range_4", + "name": null, + "center": [ + 212, + 212 + ], + "peak": [ + 235, + 258 + ], + "area_cells": 13962 + }, + { + "id": "range_5", + "name": null, + "center": [ + 200, + 361 + ], + "peak": [ + 172, + 359 + ], + "area_cells": 6720 + }, + { + "id": "range_6", + "name": null, + "center": [ + 170, + 403 + ], + "peak": [ + 170, + 406 + ], + "area_cells": 97 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 20 + ], + "peak": [ + 214, + 21 + ], + "area_cells": 100 + }, + { + "id": "range_13", + "name": null, + "center": [ + 217, + 9 + ], + "peak": [ + 219, + 10 + ], + "area_cells": 51 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 39 + ], + "peak": [ + 232, + 33 + ], + "area_cells": 233 + }, + { + "id": "range_18", + "name": null, + "center": [ + 234, + 492 + ], + "peak": [ + 234, + 493 + ], + "area_cells": 54 + }, + { + "id": "range_19", + "name": null, + "center": [ + 244, + 505 + ], + "peak": [ + 241, + 511 + ], + "area_cells": 194 + }, + { + "id": "range_20", + "name": null, + "center": [ + 247, + 12 + ], + "peak": [ + 251, + 13 + ], + "area_cells": 436 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ588b/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588b/globe.png new file mode 100644 index 000000000..c3614eb1f Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588b/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588b/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588b/heightmap.png new file mode 100644 index 000000000..061959b87 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588b/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588b/index.md b/wiki/star-systems/GJ-588/bodies/GJ588b/index.md new file mode 100644 index 000000000..96aed6aa2 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ588b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 100495336 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 4.0 +physical: + gravity_g: 0.3 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.967 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588b + +Barren planet. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 99% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588b/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588b/markers.json new file mode 100644 index 000000000..e06dfbcce --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588b/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 260 + ], + "peak": [ + 25, + 261 + ], + "area_cells": 65 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 222 + ], + "peak": [ + 25, + 225 + ], + "area_cells": 44 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 240 + ], + "peak": [ + 40, + 240 + ], + "area_cells": 40 + }, + { + "id": "range_6", + "name": null, + "center": [ + 37, + 296 + ], + "peak": [ + 37, + 297 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 226 + ], + "peak": [ + 57, + 227 + ], + "area_cells": 65 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 211 + ], + "peak": [ + 68, + 212 + ], + "area_cells": 125 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 253 + ], + "peak": [ + 66, + 253 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 147, + 351 + ], + "peak": [ + 152, + 203 + ], + "area_cells": 18246 + }, + { + "id": "range_16", + "name": null, + "center": [ + 92, + 12 + ], + "peak": [ + 89, + 18 + ], + "area_cells": 227 + }, + { + "id": "range_18", + "name": null, + "center": [ + 83, + 297 + ], + "peak": [ + 84, + 296 + ], + "area_cells": 76 + }, + { + "id": "range_19", + "name": null, + "center": [ + 92, + 227 + ], + "peak": [ + 93, + 228 + ], + "area_cells": 69 + }, + { + "id": "range_22", + "name": null, + "center": [ + 109, + 211 + ], + "peak": [ + 110, + 209 + ], + "area_cells": 145 + }, + { + "id": "range_23", + "name": null, + "center": [ + 182, + 26 + ], + "peak": [ + 186, + 11 + ], + "area_cells": 2144 + }, + { + "id": "range_24", + "name": null, + "center": [ + 144, + 8 + ], + "peak": [ + 149, + 8 + ], + "area_cells": 154 + }, + { + "id": "range_27", + "name": null, + "center": [ + 195, + 171 + ], + "peak": [ + 190, + 173 + ], + "area_cells": 122 + }, + { + "id": "range_28", + "name": null, + "center": [ + 192, + 381 + ], + "peak": [ + 193, + 381 + ], + "area_cells": 49 + }, + { + "id": "range_31", + "name": null, + "center": [ + 205, + 354 + ], + "peak": [ + 208, + 355 + ], + "area_cells": 23 + }, + { + "id": "range_33", + "name": null, + "center": [ + 209, + 152 + ], + "peak": [ + 209, + 153 + ], + "area_cells": 51 + }, + { + "id": "range_34", + "name": null, + "center": [ + 211, + 428 + ], + "peak": [ + 211, + 430 + ], + "area_cells": 97 + }, + { + "id": "range_35", + "name": null, + "center": [ + 212, + 76 + ], + "peak": [ + 213, + 76 + ], + "area_cells": 39 + }, + { + "id": "range_37", + "name": null, + "center": [ + 213, + 489 + ], + "peak": [ + 213, + 490 + ], + "area_cells": 31 + }, + { + "id": "range_42", + "name": null, + "center": [ + 223, + 503 + ], + "peak": [ + 224, + 503 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588c/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588c/globe.png new file mode 100644 index 000000000..37952bc91 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588c/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588c/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588c/heightmap.png new file mode 100644 index 000000000..030f283b3 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588c/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588c/index.md b/wiki/star-systems/GJ-588/bodies/GJ588c/index.md new file mode 100644 index 000000000..8edbca48c --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ588c +name: Kielder +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2197136976 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.103 + period_days: 18.0 + axial_tilt_deg: 2.7 +physical: + gravity_g: 0.84 + oblateness: 0.0039 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.78 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Kielder + +Temperate planet. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 97% | +| **Year** | 18 days | +| **Inhabited** | yes | +| **Population** | 800 | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588c/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588c/markers.json new file mode 100644 index 000000000..700fd638d --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588c/markers.json @@ -0,0 +1,1378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 52, + 153 + ], + [ + 51, + 154 + ], + [ + 50, + 155 + ], + [ + 49, + 156 + ], + [ + 48, + 156 + ], + [ + 47, + 157 + ], + [ + 46, + 156 + ], + [ + 45, + 155 + ], + [ + 45, + 156 + ], + [ + 46, + 155 + ], + [ + 45, + 154 + ], + [ + 44, + 154 + ], + [ + 44, + 155 + ], + [ + 44, + 156 + ], + [ + 45, + 157 + ], + [ + 46, + 158 + ], + [ + 46, + 157 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 147, + 128 + ], + [ + 148, + 127 + ], + [ + 149, + 126 + ], + [ + 150, + 125 + ], + [ + 151, + 124 + ], + [ + 152, + 124 + ], + [ + 153, + 124 + ], + [ + 154, + 123 + ], + [ + 155, + 124 + ], + [ + 156, + 125 + ], + [ + 155, + 126 + ], + [ + 156, + 126 + ], + [ + 156, + 127 + ], + [ + 156, + 128 + ], + [ + 156, + 129 + ], + [ + 157, + 130 + ], + [ + 158, + 130 + ], + [ + 158, + 131 + ], + [ + 158, + 132 + ], + [ + 159, + 133 + ], + [ + 160, + 134 + ], + [ + 161, + 134 + ], + [ + 162, + 133 + ], + [ + 163, + 133 + ], + [ + 164, + 133 + ], + [ + 165, + 132 + ], + [ + 166, + 132 + ], + [ + 165, + 131 + ], + [ + 165, + 130 + ], + [ + 164, + 130 + ], + [ + 164, + 129 + ], + [ + 165, + 128 + ], + [ + 164, + 128 + ], + [ + 164, + 127 + ], + [ + 164, + 126 + ], + [ + 164, + 125 + ], + [ + 165, + 125 + ], + [ + 165, + 124 + ], + [ + 165, + 123 + ], + [ + 165, + 122 + ], + [ + 164, + 122 + ], + [ + 165, + 121 + ], + [ + 166, + 121 + ], + [ + 167, + 120 + ], + [ + 167, + 121 + ], + [ + 166, + 122 + ], + [ + 167, + 122 + ], + [ + 166, + 123 + ], + [ + 166, + 124 + ], + [ + 167, + 123 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 50, + 466 + ], + [ + 51, + 465 + ], + [ + 52, + 464 + ], + [ + 53, + 463 + ], + [ + 54, + 462 + ], + [ + 55, + 461 + ], + [ + 54, + 460 + ], + [ + 53, + 459 + ], + [ + 53, + 458 + ], + [ + 52, + 457 + ], + [ + 51, + 456 + ], + [ + 50, + 455 + ], + [ + 49, + 456 + ], + [ + 48, + 455 + ], + [ + 47, + 455 + ], + [ + 46, + 455 + ], + [ + 45, + 455 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 185, + 22 + ], + [ + 186, + 21 + ], + [ + 187, + 20 + ], + [ + 188, + 19 + ], + [ + 189, + 18 + ], + [ + 190, + 17 + ], + [ + 191, + 17 + ], + [ + 191, + 18 + ], + [ + 192, + 19 + ], + [ + 192, + 20 + ], + [ + 193, + 20 + ], + [ + 192, + 21 + ], + [ + 193, + 22 + ], + [ + 193, + 23 + ], + [ + 193, + 24 + ], + [ + 194, + 25 + ], + [ + 193, + 26 + ], + [ + 193, + 27 + ], + [ + 194, + 26 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 110, + 123 + ], + [ + 111, + 122 + ], + [ + 112, + 121 + ], + [ + 113, + 120 + ], + [ + 114, + 119 + ], + [ + 114, + 118 + ], + [ + 114, + 117 + ], + [ + 113, + 116 + ], + [ + 112, + 115 + ], + [ + 113, + 114 + ], + [ + 113, + 113 + ], + [ + 113, + 112 + ], + [ + 112, + 111 + ], + [ + 113, + 110 + ], + [ + 112, + 109 + ], + [ + 112, + 108 + ], + [ + 112, + 107 + ], + [ + 111, + 106 + ], + [ + 112, + 105 + ], + [ + 112, + 104 + ], + [ + 111, + 103 + ], + [ + 110, + 102 + ], + [ + 109, + 101 + ], + [ + 109, + 100 + ], + [ + 108, + 100 + ], + [ + 107, + 99 + ], + [ + 106, + 98 + ], + [ + 106, + 97 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 114, + 182 + ], + [ + 115, + 181 + ], + [ + 116, + 180 + ], + [ + 117, + 179 + ], + [ + 118, + 178 + ], + [ + 119, + 177 + ], + [ + 119, + 176 + ], + [ + 119, + 175 + ], + [ + 118, + 174 + ], + [ + 118, + 173 + ], + [ + 118, + 172 + ], + [ + 117, + 171 + ], + [ + 117, + 170 + ], + [ + 118, + 169 + ], + [ + 117, + 168 + ], + [ + 116, + 167 + ], + [ + 116, + 166 + ], + [ + 116, + 165 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 127, + 202 + ], + [ + 126, + 203 + ], + [ + 127, + 203 + ], + [ + 128, + 204 + ], + [ + 129, + 205 + ], + [ + 130, + 206 + ], + [ + 130, + 207 + ], + [ + 131, + 208 + ], + [ + 132, + 207 + ], + [ + 133, + 206 + ], + [ + 134, + 206 + ], + [ + 135, + 206 + ], + [ + 136, + 207 + ], + [ + 137, + 207 + ], + [ + 138, + 208 + ], + [ + 139, + 208 + ], + [ + 140, + 207 + ], + [ + 141, + 208 + ], + [ + 142, + 208 + ], + [ + 143, + 207 + ], + [ + 144, + 207 + ], + [ + 145, + 206 + ], + [ + 146, + 205 + ], + [ + 147, + 204 + ], + [ + 148, + 203 + ], + [ + 149, + 203 + ], + [ + 149, + 202 + ], + [ + 150, + 201 + ], + [ + 150, + 200 + ], + [ + 149, + 199 + ], + [ + 149, + 198 + ], + [ + 149, + 197 + ], + [ + 148, + 198 + ], + [ + 148, + 197 + ], + [ + 148, + 196 + ], + [ + 149, + 195 + ], + [ + 149, + 194 + ], + [ + 149, + 193 + ], + [ + 149, + 192 + ], + [ + 149, + 191 + ], + [ + 150, + 190 + ], + [ + 149, + 190 + ], + [ + 148, + 189 + ], + [ + 149, + 188 + ], + [ + 148, + 187 + ], + [ + 148, + 186 + ], + [ + 149, + 185 + ], + [ + 148, + 184 + ], + [ + 147, + 183 + ], + [ + 148, + 183 + ], + [ + 149, + 184 + ], + [ + 148, + 185 + ], + [ + 149, + 186 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 63, + 102 + ], + [ + 62, + 103 + ], + [ + 61, + 104 + ], + [ + 60, + 105 + ], + [ + 61, + 106 + ], + [ + 60, + 106 + ], + [ + 61, + 107 + ], + [ + 60, + 108 + ], + [ + 59, + 109 + ], + [ + 58, + 110 + ], + [ + 59, + 111 + ], + [ + 60, + 112 + ], + [ + 60, + 111 + ], + [ + 59, + 110 + ], + [ + 60, + 110 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 24, + 495 + ], + [ + 23, + 496 + ], + [ + 22, + 497 + ], + [ + 21, + 498 + ], + [ + 22, + 499 + ], + [ + 22, + 500 + ], + [ + 22, + 501 + ], + [ + 23, + 502 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 11, + 435 + ], + [ + 10, + 436 + ], + [ + 9, + 437 + ], + [ + 8, + 436 + ], + [ + 7, + 435 + ], + [ + 6, + 435 + ], + [ + 5, + 435 + ], + [ + 4, + 434 + ], + [ + 3, + 433 + ], + [ + 2, + 433 + ], + [ + 1, + 432 + ], + [ + 0, + 432 + ], + [ + 0, + 433 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 120, + 3 + ], + [ + 119, + 2 + ], + [ + 118, + 2 + ], + [ + 117, + 3 + ], + [ + 116, + 4 + ], + [ + 115, + 5 + ], + [ + 114, + 5 + ], + [ + 113, + 4 + ], + [ + 112, + 4 + ], + [ + 111, + 3 + ], + [ + 110, + 4 + ], + [ + 109, + 3 + ], + [ + 108, + 4 + ], + [ + 107, + 4 + ], + [ + 106, + 4 + ], + [ + 105, + 5 + ], + [ + 104, + 5 + ], + [ + 103, + 6 + ], + [ + 102, + 5 + ], + [ + 102, + 6 + ], + [ + 101, + 7 + ], + [ + 101, + 8 + ], + [ + 101, + 9 + ], + [ + 102, + 10 + ], + [ + 102, + 11 + ], + [ + 101, + 11 + ], + [ + 101, + 12 + ], + [ + 101, + 13 + ], + [ + 102, + 13 + ], + [ + 102, + 14 + ], + [ + 101, + 15 + ], + [ + 101, + 16 + ], + [ + 101, + 17 + ], + [ + 102, + 16 + ], + [ + 102, + 15 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 19, + 508 + ], + [ + 20, + 507 + ], + [ + 21, + 506 + ], + [ + 21, + 505 + ], + [ + 22, + 504 + ], + [ + 23, + 503 + ], + [ + 23, + 502 + ], + [ + 23, + 501 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 86, + 178 + ], + "area_fraction": 0.0264 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 315 + ], + "peak": [ + 156, + 265 + ], + "area_cells": 19793 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 39 + ], + "peak": [ + 26, + 41 + ], + "area_cells": 276 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 11 + ], + "peak": [ + 62, + 3 + ], + "area_cells": 706 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 473 + ], + "peak": [ + 84, + 461 + ], + "area_cells": 2151 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 58 + ], + "peak": [ + 84, + 54 + ], + "area_cells": 129 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 213 + ], + "peak": [ + 117, + 208 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 132, + 162 + ], + "peak": [ + 132, + 163 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 111 + ], + "peak": [ + 147, + 112 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 154, + 161 + ], + "peak": [ + 153, + 155 + ], + "area_cells": 187 + }, + { + "id": "range_10", + "name": null, + "center": [ + 175, + 455 + ], + "peak": [ + 175, + 454 + ], + "area_cells": 45 + }, + { + "id": "range_11", + "name": null, + "center": [ + 200, + 185 + ], + "peak": [ + 197, + 188 + ], + "area_cells": 1476 + }, + { + "id": "range_12", + "name": null, + "center": [ + 218, + 456 + ], + "peak": [ + 216, + 459 + ], + "area_cells": 288 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588d/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588d/globe.png new file mode 100644 index 000000000..2e7db6f86 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588d/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588d/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588d/heightmap.png new file mode 100644 index 000000000..a7fabb26e Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588d/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588d/index.md b/wiki/star-systems/GJ-588/bodies/GJ588d/index.md new file mode 100644 index 000000000..9eec50528 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ588d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2175102714 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.189 + period_days: 45.0 + axial_tilt_deg: 27.1 +physical: + gravity_g: 0.38 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.74 + polar_ice_lat: 0.281 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.442 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588d + +Frozen planet. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 45 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588d/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588d/markers.json new file mode 100644 index 000000000..0692ee95a --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588d/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "ocean", + "center": [ + 196, + 147 + ], + "area_fraction": 0.1638 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 211, + 460 + ], + "area_fraction": 0.0718 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 368 + ], + "peak": [ + 96, + 367 + ], + "area_cells": 1874 + }, + { + "id": "range_3", + "name": null, + "center": [ + 110, + 245 + ], + "peak": [ + 110, + 288 + ], + "area_cells": 979 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 320 + ], + "peak": [ + 119, + 318 + ], + "area_cells": 762 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588e/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588e/globe.png new file mode 100644 index 000000000..719d3c6f8 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588e/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588e/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588e/heightmap.png new file mode 100644 index 000000000..25b2cfe7e Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588e/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588e/index.md b/wiki/star-systems/GJ-588/bodies/GJ588e/index.md new file mode 100644 index 000000000..12a7d4779 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ588e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1581287648 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.364 + period_days: 120.0 + axial_tilt_deg: 31.2 +physical: + gravity_g: 0.3 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.886 + polar_ice_lat: 0.13 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588e + +Frozen planet. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588e/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588e/markers.json new file mode 100644 index 000000000..5645bc2b2 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588e/markers.json @@ -0,0 +1,244 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 65, + 191 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 123, + 329 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 178, + 470 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 212, + 91 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 242, + 365 + ], + "area_fraction": 0.0381 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 245, + 80 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 5 + ], + "peak": [ + 8, + 0 + ], + "area_cells": 240 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 262 + ], + "peak": [ + 1, + 261 + ], + "area_cells": 113 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 503 + ], + "peak": [ + 5, + 505 + ], + "area_cells": 275 + }, + { + "id": "range_5", + "name": null, + "center": [ + 12, + 306 + ], + "peak": [ + 12, + 306 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 409 + ], + "peak": [ + 96, + 435 + ], + "area_cells": 12206 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 264 + ], + "peak": [ + 47, + 265 + ], + "area_cells": 25 + }, + { + "id": "range_8", + "name": null, + "center": [ + 79, + 12 + ], + "peak": [ + 71, + 19 + ], + "area_cells": 1192 + }, + { + "id": "range_9", + "name": null, + "center": [ + 76, + 267 + ], + "peak": [ + 73, + 268 + ], + "area_cells": 1121 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 195 + ], + "peak": [ + 147, + 232 + ], + "area_cells": 11524 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 2 + ], + "peak": [ + 120, + 0 + ], + "area_cells": 114 + }, + { + "id": "range_13", + "name": null, + "center": [ + 165, + 344 + ], + "peak": [ + 165, + 344 + ], + "area_cells": 176 + }, + { + "id": "range_15", + "name": null, + "center": [ + 191, + 31 + ], + "peak": [ + 191, + 32 + ], + "area_cells": 54 + }, + { + "id": "range_16", + "name": null, + "center": [ + 219, + 445 + ], + "peak": [ + 220, + 446 + ], + "area_cells": 205 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-1/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588f-1/globe.png new file mode 100644 index 000000000..cec846370 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588f-1/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-1/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588f-1/heightmap.png new file mode 100644 index 000000000..a5796c53f Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-1/index.md b/wiki/star-systems/GJ-588/bodies/GJ588f-1/index.md new file mode 100644 index 000000000..834496c01 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ588f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2453538611 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.9 +physical: + gravity_g: 0.05 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.971 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588f-1 + +Barren moon. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-1/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588f-1/markers.json new file mode 100644 index 000000000..f5637f07f --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588f-1/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 319 + ], + "peak": [ + 0, + 319 + ], + "area_cells": 37 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 431 + ], + "peak": [ + 111, + 503 + ], + "area_cells": 9596 + }, + { + "id": "range_4", + "name": null, + "center": [ + 99, + 24 + ], + "peak": [ + 146, + 7 + ], + "area_cells": 4272 + }, + { + "id": "range_11", + "name": null, + "center": [ + 41, + 225 + ], + "peak": [ + 40, + 226 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 44, + 235 + ], + "peak": [ + 45, + 236 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 55, + 183 + ], + "peak": [ + 54, + 185 + ], + "area_cells": 105 + }, + { + "id": "range_14", + "name": null, + "center": [ + 86, + 102 + ], + "peak": [ + 94, + 126 + ], + "area_cells": 1247 + }, + { + "id": "range_16", + "name": null, + "center": [ + 72, + 209 + ], + "peak": [ + 78, + 211 + ], + "area_cells": 127 + }, + { + "id": "range_18", + "name": null, + "center": [ + 76, + 429 + ], + "peak": [ + 75, + 425 + ], + "area_cells": 354 + }, + { + "id": "range_19", + "name": null, + "center": [ + 76, + 169 + ], + "peak": [ + 77, + 169 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 83, + 248 + ], + "peak": [ + 84, + 246 + ], + "area_cells": 337 + }, + { + "id": "range_22", + "name": null, + "center": [ + 81, + 158 + ], + "peak": [ + 82, + 159 + ], + "area_cells": 22 + }, + { + "id": "range_23", + "name": null, + "center": [ + 89, + 380 + ], + "peak": [ + 90, + 381 + ], + "area_cells": 40 + }, + { + "id": "range_24", + "name": null, + "center": [ + 92, + 302 + ], + "peak": [ + 93, + 302 + ], + "area_cells": 50 + }, + { + "id": "range_25", + "name": null, + "center": [ + 107, + 220 + ], + "peak": [ + 108, + 220 + ], + "area_cells": 114 + }, + { + "id": "range_26", + "name": null, + "center": [ + 103, + 200 + ], + "peak": [ + 103, + 200 + ], + "area_cells": 41 + }, + { + "id": "range_27", + "name": null, + "center": [ + 109, + 418 + ], + "peak": [ + 109, + 418 + ], + "area_cells": 49 + }, + { + "id": "range_28", + "name": null, + "center": [ + 121, + 195 + ], + "peak": [ + 121, + 197 + ], + "area_cells": 115 + }, + { + "id": "range_29", + "name": null, + "center": [ + 121, + 267 + ], + "peak": [ + 122, + 267 + ], + "area_cells": 83 + }, + { + "id": "range_31", + "name": null, + "center": [ + 134, + 187 + ], + "peak": [ + 137, + 194 + ], + "area_cells": 46 + }, + { + "id": "range_32", + "name": null, + "center": [ + 134, + 237 + ], + "peak": [ + 135, + 241 + ], + "area_cells": 71 + }, + { + "id": "range_34", + "name": null, + "center": [ + 146, + 95 + ], + "peak": [ + 147, + 97 + ], + "area_cells": 174 + }, + { + "id": "range_36", + "name": null, + "center": [ + 151, + 459 + ], + "peak": [ + 149, + 461 + ], + "area_cells": 130 + }, + { + "id": "range_38", + "name": null, + "center": [ + 164, + 481 + ], + "peak": [ + 162, + 481 + ], + "area_cells": 266 + }, + { + "id": "range_39", + "name": null, + "center": [ + 173, + 118 + ], + "peak": [ + 172, + 111 + ], + "area_cells": 134 + }, + { + "id": "range_40", + "name": null, + "center": [ + 184, + 42 + ], + "peak": [ + 184, + 43 + ], + "area_cells": 130 + }, + { + "id": "range_41", + "name": null, + "center": [ + 196, + 14 + ], + "peak": [ + 188, + 4 + ], + "area_cells": 603 + }, + { + "id": "range_42", + "name": null, + "center": [ + 188, + 509 + ], + "peak": [ + 188, + 511 + ], + "area_cells": 42 + }, + { + "id": "range_43", + "name": null, + "center": [ + 195, + 492 + ], + "peak": [ + 196, + 493 + ], + "area_cells": 178 + }, + { + "id": "range_44", + "name": null, + "center": [ + 194, + 376 + ], + "peak": [ + 199, + 380 + ], + "area_cells": 101 + }, + { + "id": "range_46", + "name": null, + "center": [ + 209, + 54 + ], + "peak": [ + 209, + 55 + ], + "area_cells": 22 + }, + { + "id": "range_47", + "name": null, + "center": [ + 225, + 501 + ], + "peak": [ + 229, + 511 + ], + "area_cells": 121 + }, + { + "id": "range_49", + "name": null, + "center": [ + 227, + 2 + ], + "peak": [ + 228, + 2 + ], + "area_cells": 73 + }, + { + "id": "range_56", + "name": null, + "center": [ + 248, + 378 + ], + "peak": [ + 244, + 384 + ], + "area_cells": 176 + }, + { + "id": "range_58", + "name": null, + "center": [ + 251, + 95 + ], + "peak": [ + 253, + 97 + ], + "area_cells": 48 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-2/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588f-2/globe.png new file mode 100644 index 000000000..eb0118615 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588f-2/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-2/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588f-2/heightmap.png new file mode 100644 index 000000000..6953e55d6 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-2/index.md b/wiki/star-systems/GJ-588/bodies/GJ588f-2/index.md new file mode 100644 index 000000000..282300b97 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ588f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3653138149 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 36.8 +physical: + gravity_g: 0.03 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.801 + polar_ice_lat: 0.219 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.334 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588f-2 + +Frozen moon. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f-2/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588f-2/markers.json new file mode 100644 index 000000000..034c69d39 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588f-2/markers.json @@ -0,0 +1,286 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 97 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 415 + ], + "area_fraction": 0.0283 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 166, + 73 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 209, + 118 + ], + "area_fraction": 0.0581 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 223, + 428 + ], + "area_fraction": 0.0403 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 6, + 482 + ], + "peak": [ + 7, + 482 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 489 + ], + "peak": [ + 12, + 489 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 495 + ], + "peak": [ + 39, + 497 + ], + "area_cells": 75 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 509 + ], + "peak": [ + 53, + 511 + ], + "area_cells": 104 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 209 + ], + "peak": [ + 101, + 313 + ], + "area_cells": 18910 + }, + { + "id": "range_13", + "name": null, + "center": [ + 81, + 480 + ], + "peak": [ + 82, + 480 + ], + "area_cells": 76 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 492 + ], + "peak": [ + 92, + 493 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 141, + 424 + ], + "peak": [ + 143, + 427 + ], + "area_cells": 885 + }, + { + "id": "range_20", + "name": null, + "center": [ + 150, + 368 + ], + "peak": [ + 153, + 370 + ], + "area_cells": 176 + }, + { + "id": "range_21", + "name": null, + "center": [ + 156, + 195 + ], + "peak": [ + 158, + 191 + ], + "area_cells": 85 + }, + { + "id": "range_22", + "name": null, + "center": [ + 180, + 303 + ], + "peak": [ + 193, + 292 + ], + "area_cells": 1769 + }, + { + "id": "range_25", + "name": null, + "center": [ + 189, + 332 + ], + "peak": [ + 190, + 333 + ], + "area_cells": 22 + }, + { + "id": "range_26", + "name": null, + "center": [ + 210, + 263 + ], + "peak": [ + 211, + 263 + ], + "area_cells": 41 + }, + { + "id": "range_27", + "name": null, + "center": [ + 225, + 275 + ], + "peak": [ + 230, + 265 + ], + "area_cells": 183 + }, + { + "id": "range_29", + "name": null, + "center": [ + 238, + 332 + ], + "peak": [ + 240, + 332 + ], + "area_cells": 25 + }, + { + "id": "range_30", + "name": null, + "center": [ + 244, + 300 + ], + "peak": [ + 255, + 301 + ], + "area_cells": 602 + }, + { + "id": "range_31", + "name": null, + "center": [ + 246, + 159 + ], + "peak": [ + 246, + 166 + ], + "area_cells": 813 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588f/globe.png new file mode 100644 index 000000000..d3b24d4b8 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588f/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588f/index.md b/wiki/star-systems/GJ-588/bodies/GJ588f/index.md new file mode 100644 index 000000000..95419562c --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ588f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2527704436 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.065 + period_days: 600.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: null + oblateness: 0.0735 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 4 + storm_max_size: 0.093 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.61 + opacity_base: 0.71 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ588f + +Gas giant. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588g/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588g/globe.png new file mode 100644 index 000000000..423eef8f1 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588g/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588g/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588g/heightmap.png new file mode 100644 index 000000000..0f7fc3d9c Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588g/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588g/index.md b/wiki/star-systems/GJ-588/bodies/GJ588g/index.md new file mode 100644 index 000000000..21d6a2ff9 --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ588g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 243383694 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.532 + period_days: 2200.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.863 + polar_ice_lat: 0.289 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.441 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588g + +Frozen planet. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588g/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588g/markers.json new file mode 100644 index 000000000..cdee801bf --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588g/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 124 + ], + "area_fraction": 0.0854 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 31, + 340 + ], + "area_fraction": 0.005 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 222, + 486 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 169 + ], + "peak": [ + 117, + 177 + ], + "area_cells": 463 + }, + { + "id": "range_2", + "name": null, + "center": [ + 171, + 216 + ], + "peak": [ + 187, + 235 + ], + "area_cells": 9393 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 445 + ], + "peak": [ + 167, + 447 + ], + "area_cells": 5068 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-588/bodies/GJ588h/globe.png b/wiki/star-systems/GJ-588/bodies/GJ588h/globe.png new file mode 100644 index 000000000..338ced6ae Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588h/globe.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588h/heightmap.png b/wiki/star-systems/GJ-588/bodies/GJ588h/heightmap.png new file mode 100644 index 000000000..8ca9df304 Binary files /dev/null and b/wiki/star-systems/GJ-588/bodies/GJ588h/heightmap.png differ diff --git a/wiki/star-systems/GJ-588/bodies/GJ588h/index.md b/wiki/star-systems/GJ-588/bodies/GJ588h/index.md new file mode 100644 index 000000000..d1106a19c --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ588h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3588776283 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.079 + period_days: 4500.0 + axial_tilt_deg: 30.5 +physical: + gravity_g: 0.09 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.79 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.368 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ588h + +Frozen planet. + +**System:** [GJ-588](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-588/bodies/GJ588h/markers.json b/wiki/star-systems/GJ-588/bodies/GJ588h/markers.json new file mode 100644 index 000000000..07f8d61ec --- /dev/null +++ b/wiki/star-systems/GJ-588/bodies/GJ588h/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 133 + ], + "area_fraction": 0.0187 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 16, + 324 + ], + "area_fraction": 0.019 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 40, + 462 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 207, + 192 + ], + "area_fraction": 0.0551 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 233, + 28 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 241, + 431 + ], + "area_fraction": 0.0355 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 116 + ], + "peak": [ + 91, + 15 + ], + "area_cells": 19187 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 494 + ], + "peak": [ + 92, + 509 + ], + "area_cells": 956 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 217 + ], + "peak": [ + 94, + 220 + ], + "area_cells": 62 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 310 + ], + "peak": [ + 108, + 306 + ], + "area_cells": 914 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 491 + ], + "peak": [ + 127, + 492 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 155, + 506 + ], + "peak": [ + 177, + 509 + ], + "area_cells": 362 + }, + { + "id": "range_8", + "name": null, + "center": [ + 179, + 449 + ], + "peak": [ + 182, + 449 + ], + "area_cells": 1116 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 349 + ], + "peak": [ + 178, + 351 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 174, + 377 + ], + "peak": [ + 171, + 379 + ], + "area_cells": 59 + }, + { + "id": "range_15", + "name": null, + "center": [ + 176, + 390 + ], + "peak": [ + 177, + 392 + ], + "area_cells": 36 + }, + { + "id": "range_16", + "name": null, + "center": [ + 194, + 102 + ], + "peak": [ + 195, + 105 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ598b/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598b/globe.png new file mode 100644 index 000000000..2ff4b3d1c Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598b/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598b/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598b/heightmap.png new file mode 100644 index 000000000..c946a6dac Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598b/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598b/index.md b/wiki/star-systems/GJ-598/bodies/GJ598b/index.md new file mode 100644 index 000000000..a476e1c5b --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ598b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2524646274 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.366 + period_days: 72.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.54 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.913 + polar_ice_lat: 0.895 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598b + +Barren planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 91% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598b/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598b/markers.json new file mode 100644 index 000000000..1811b92e7 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598b/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 99, + 129 + ], + "area_fraction": 0.0234 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 3 + ], + "peak": [ + 0, + 5 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 9 + ], + "peak": [ + 8, + 9 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 15 + ], + "peak": [ + 0, + 16 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 2, + 505 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 18, + 281 + ], + "peak": [ + 16, + 282 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 16, + 290 + ], + "peak": [ + 23, + 288 + ], + "area_cells": 58 + }, + { + "id": "range_12", + "name": null, + "center": [ + 14, + 417 + ], + "peak": [ + 12, + 415 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 16, + 408 + ], + "peak": [ + 18, + 408 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 29, + 303 + ], + "peak": [ + 28, + 302 + ], + "area_cells": 53 + }, + { + "id": "range_15", + "name": null, + "center": [ + 24, + 237 + ], + "peak": [ + 26, + 241 + ], + "area_cells": 92 + }, + { + "id": "range_30", + "name": null, + "center": [ + 97, + 37 + ], + "peak": [ + 93, + 41 + ], + "area_cells": 313 + }, + { + "id": "range_31", + "name": null, + "center": [ + 127, + 244 + ], + "peak": [ + 117, + 239 + ], + "area_cells": 1967 + }, + { + "id": "range_32", + "name": null, + "center": [ + 149, + 22 + ], + "peak": [ + 137, + 15 + ], + "area_cells": 2186 + }, + { + "id": "range_33", + "name": null, + "center": [ + 157, + 484 + ], + "peak": [ + 165, + 496 + ], + "area_cells": 2419 + }, + { + "id": "range_34", + "name": null, + "center": [ + 132, + 425 + ], + "peak": [ + 134, + 396 + ], + "area_cells": 1105 + }, + { + "id": "range_36", + "name": null, + "center": [ + 131, + 359 + ], + "peak": [ + 126, + 356 + ], + "area_cells": 453 + }, + { + "id": "range_39", + "name": null, + "center": [ + 129, + 284 + ], + "peak": [ + 131, + 285 + ], + "area_cells": 32 + }, + { + "id": "range_41", + "name": null, + "center": [ + 142, + 318 + ], + "peak": [ + 138, + 318 + ], + "area_cells": 304 + }, + { + "id": "range_42", + "name": null, + "center": [ + 132, + 202 + ], + "peak": [ + 133, + 204 + ], + "area_cells": 74 + }, + { + "id": "range_45", + "name": null, + "center": [ + 140, + 279 + ], + "peak": [ + 140, + 280 + ], + "area_cells": 24 + }, + { + "id": "range_46", + "name": null, + "center": [ + 164, + 50 + ], + "peak": [ + 164, + 51 + ], + "area_cells": 31 + }, + { + "id": "range_50", + "name": null, + "center": [ + 184, + 424 + ], + "peak": [ + 178, + 421 + ], + "area_cells": 98 + }, + { + "id": "range_53", + "name": null, + "center": [ + 197, + 368 + ], + "peak": [ + 198, + 369 + ], + "area_cells": 28 + }, + { + "id": "range_58", + "name": null, + "center": [ + 229, + 339 + ], + "peak": [ + 214, + 319 + ], + "area_cells": 1959 + }, + { + "id": "range_62", + "name": null, + "center": [ + 229, + 399 + ], + "peak": [ + 232, + 398 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598c/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598c/globe.png new file mode 100644 index 000000000..eea4586ec Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598c/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598c/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598c/heightmap.png new file mode 100644 index 000000000..bba9c126b Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598c/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598c/index.md b/wiki/star-systems/GJ-598/bodies/GJ598c/index.md new file mode 100644 index 000000000..38c31290f --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ598c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2120890035 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.904 + period_days: 280.0 + axial_tilt_deg: 13.2 +physical: + gravity_g: 0.76 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.913 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598c + +Hot Arid planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598c/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598c/markers.json new file mode 100644 index 000000000..b3cc4f5ca --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598c/markers.json @@ -0,0 +1,989 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 138, + 70 + ], + [ + 139, + 69 + ], + [ + 140, + 68 + ], + [ + 140, + 67 + ], + [ + 139, + 66 + ], + [ + 139, + 65 + ], + [ + 138, + 64 + ], + [ + 138, + 63 + ], + [ + 138, + 62 + ], + [ + 138, + 61 + ], + [ + 137, + 60 + ], + [ + 137, + 59 + ], + [ + 137, + 58 + ], + [ + 137, + 57 + ], + [ + 136, + 56 + ], + [ + 136, + 55 + ], + [ + 136, + 54 + ], + [ + 136, + 53 + ], + [ + 136, + 52 + ], + [ + 136, + 51 + ], + [ + 135, + 50 + ], + [ + 135, + 49 + ], + [ + 135, + 48 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 11, + 125 + ], + [ + 10, + 126 + ], + [ + 9, + 125 + ], + [ + 9, + 124 + ], + [ + 8, + 125 + ], + [ + 7, + 125 + ], + [ + 6, + 125 + ], + [ + 5, + 125 + ], + [ + 4, + 126 + ], + [ + 3, + 125 + ], + [ + 2, + 124 + ], + [ + 1, + 123 + ], + [ + 0, + 122 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 39, + 241 + ], + [ + 38, + 242 + ], + [ + 37, + 243 + ], + [ + 36, + 243 + ], + [ + 35, + 244 + ], + [ + 34, + 243 + ], + [ + 33, + 244 + ], + [ + 32, + 245 + ], + [ + 33, + 245 + ], + [ + 34, + 246 + ], + [ + 35, + 246 + ], + [ + 35, + 247 + ], + [ + 34, + 248 + ], + [ + 33, + 249 + ], + [ + 33, + 250 + ], + [ + 33, + 251 + ], + [ + 34, + 252 + ], + [ + 34, + 251 + ], + [ + 34, + 250 + ], + [ + 34, + 249 + ], + [ + 35, + 249 + ], + [ + 35, + 250 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 303 + ], + [ + 1, + 304 + ], + [ + 2, + 305 + ], + [ + 1, + 306 + ], + [ + 2, + 306 + ], + [ + 3, + 307 + ], + [ + 4, + 308 + ], + [ + 5, + 308 + ], + [ + 5, + 307 + ], + [ + 4, + 307 + ], + [ + 5, + 306 + ], + [ + 6, + 305 + ], + [ + 7, + 304 + ], + [ + 7, + 305 + ], + [ + 6, + 304 + ], + [ + 5, + 305 + ], + [ + 4, + 305 + ], + [ + 4, + 304 + ], + [ + 5, + 303 + ], + [ + 6, + 302 + ], + [ + 6, + 301 + ], + [ + 6, + 300 + ], + [ + 7, + 299 + ], + [ + 7, + 300 + ], + [ + 6, + 299 + ], + [ + 5, + 298 + ], + [ + 6, + 298 + ], + [ + 7, + 297 + ], + [ + 7, + 296 + ], + [ + 8, + 296 + ], + [ + 9, + 296 + ], + [ + 9, + 295 + ], + [ + 10, + 295 + ], + [ + 9, + 294 + ], + [ + 10, + 294 + ], + [ + 11, + 293 + ], + [ + 12, + 292 + ], + [ + 11, + 291 + ], + [ + 11, + 290 + ], + [ + 11, + 289 + ], + [ + 11, + 288 + ], + [ + 11, + 287 + ], + [ + 10, + 286 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 21, + 304 + ], + [ + 22, + 305 + ], + [ + 23, + 306 + ], + [ + 24, + 306 + ], + [ + 25, + 307 + ], + [ + 26, + 308 + ], + [ + 27, + 309 + ], + [ + 28, + 310 + ], + [ + 28, + 311 + ], + [ + 29, + 310 + ], + [ + 29, + 311 + ], + [ + 30, + 311 + ], + [ + 29, + 312 + ], + [ + 30, + 312 + ], + [ + 29, + 313 + ], + [ + 28, + 313 + ], + [ + 29, + 314 + ], + [ + 29, + 315 + ], + [ + 30, + 315 + ], + [ + 29, + 316 + ], + [ + 29, + 317 + ], + [ + 29, + 318 + ], + [ + 30, + 318 + ], + [ + 29, + 319 + ], + [ + 30, + 319 + ], + [ + 31, + 320 + ], + [ + 31, + 319 + ], + [ + 32, + 318 + ], + [ + 33, + 319 + ], + [ + 33, + 320 + ], + [ + 34, + 319 + ], + [ + 35, + 318 + ], + [ + 36, + 317 + ], + [ + 37, + 316 + ], + [ + 38, + 316 + ], + [ + 37, + 315 + ], + [ + 37, + 314 + ], + [ + 38, + 315 + ], + [ + 39, + 315 + ], + [ + 39, + 316 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 32, + 333 + ], + [ + 33, + 334 + ], + [ + 33, + 335 + ], + [ + 33, + 336 + ], + [ + 32, + 335 + ], + [ + 32, + 336 + ], + [ + 31, + 337 + ], + [ + 30, + 336 + ], + [ + 30, + 335 + ], + [ + 29, + 336 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 11, + 417 + ], + [ + 12, + 418 + ], + [ + 12, + 417 + ], + [ + 13, + 418 + ], + [ + 14, + 417 + ], + [ + 14, + 416 + ], + [ + 15, + 417 + ], + [ + 16, + 416 + ], + [ + 17, + 416 + ], + [ + 16, + 415 + ], + [ + 17, + 414 + ], + [ + 17, + 415 + ], + [ + 18, + 414 + ], + [ + 19, + 415 + ], + [ + 20, + 414 + ], + [ + 19, + 413 + ], + [ + 19, + 414 + ], + [ + 20, + 415 + ], + [ + 21, + 414 + ], + [ + 22, + 413 + ], + [ + 21, + 413 + ], + [ + 22, + 412 + ], + [ + 23, + 411 + ], + [ + 23, + 410 + ], + [ + 24, + 409 + ], + [ + 25, + 408 + ], + [ + 26, + 407 + ], + [ + 27, + 406 + ], + [ + 28, + 405 + ], + [ + 29, + 404 + ], + [ + 30, + 403 + ], + [ + 30, + 402 + ], + [ + 30, + 401 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 39, + 411 + ], + [ + 38, + 411 + ], + [ + 37, + 410 + ], + [ + 36, + 409 + ], + [ + 35, + 410 + ], + [ + 34, + 410 + ], + [ + 33, + 409 + ], + [ + 32, + 408 + ], + [ + 31, + 407 + ], + [ + 30, + 406 + ], + [ + 30, + 405 + ], + [ + 29, + 404 + ], + [ + 30, + 403 + ], + [ + 29, + 402 + ], + [ + 30, + 401 + ], + [ + 30, + 402 + ], + [ + 29, + 401 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 26, + 201 + ], + [ + 27, + 200 + ], + [ + 28, + 200 + ], + [ + 29, + 200 + ], + [ + 30, + 201 + ], + [ + 31, + 202 + ], + [ + 32, + 201 + ], + [ + 33, + 202 + ], + [ + 34, + 203 + ], + [ + 33, + 204 + ], + [ + 32, + 205 + ], + [ + 33, + 205 + ], + [ + 33, + 206 + ], + [ + 34, + 206 + ], + [ + 34, + 205 + ], + [ + 35, + 204 + ], + [ + 35, + 203 + ], + [ + 36, + 202 + ], + [ + 37, + 201 + ], + [ + 38, + 202 + ], + [ + 37, + 203 + ], + [ + 36, + 203 + ], + [ + 37, + 202 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 240 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 271 + ], + "peak": [ + 133, + 204 + ], + "area_cells": 39812 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598d/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598d/globe.png new file mode 100644 index 000000000..e6919d118 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598d/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598d/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598d/heightmap.png new file mode 100644 index 000000000..72d5c89f6 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598d/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598d/index.md b/wiki/star-systems/GJ-598/bodies/GJ598d/index.md new file mode 100644 index 000000000..b9cfa7cb0 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ598d +name: Freudenberg +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1468892040 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.585 + period_days: 650.0 + axial_tilt_deg: 19.9 +physical: + gravity_g: 0.94 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.361 + polar_ice_lat: 0.663 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.519 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Freudenberg + +Temperate planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 650 days | +| **Inhabited** | yes | +| **Population** | 2K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598d/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598d/markers.json new file mode 100644 index 000000000..ee0f92e41 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598d/markers.json @@ -0,0 +1,474 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 142, + 232 + ], + [ + 141, + 233 + ], + [ + 140, + 234 + ], + [ + 140, + 235 + ], + [ + 141, + 236 + ], + [ + 142, + 237 + ], + [ + 142, + 238 + ], + [ + 141, + 239 + ], + [ + 142, + 240 + ], + [ + 142, + 241 + ], + [ + 141, + 242 + ], + [ + 142, + 243 + ], + [ + 142, + 244 + ], + [ + 141, + 245 + ], + [ + 141, + 246 + ], + [ + 140, + 247 + ], + [ + 140, + 248 + ], + [ + 140, + 249 + ], + [ + 140, + 250 + ], + [ + 139, + 251 + ], + [ + 139, + 252 + ], + [ + 138, + 253 + ], + [ + 137, + 253 + ], + [ + 138, + 254 + ], + [ + 137, + 255 + ], + [ + 136, + 256 + ], + [ + 137, + 257 + ], + [ + 136, + 257 + ], + [ + 135, + 257 + ], + [ + 134, + 258 + ], + [ + 133, + 259 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 164, + 208 + ], + [ + 163, + 209 + ], + [ + 162, + 209 + ], + [ + 161, + 210 + ], + [ + 160, + 211 + ], + [ + 159, + 212 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 21, + 187 + ], + [ + 20, + 186 + ], + [ + 19, + 185 + ], + [ + 18, + 185 + ], + [ + 17, + 185 + ], + [ + 16, + 185 + ], + [ + 15, + 184 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 116, + 274 + ], + [ + 115, + 273 + ], + [ + 114, + 272 + ], + [ + 113, + 271 + ], + [ + 112, + 270 + ], + [ + 111, + 270 + ], + [ + 110, + 271 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 127, + 252 + ], + [ + 126, + 251 + ], + [ + 125, + 250 + ], + [ + 124, + 249 + ], + [ + 123, + 248 + ], + [ + 122, + 247 + ], + [ + 122, + 246 + ], + [ + 121, + 245 + ], + [ + 121, + 244 + ], + [ + 120, + 243 + ], + [ + 121, + 242 + ], + [ + 122, + 241 + ], + [ + 122, + 240 + ], + [ + 121, + 239 + ], + [ + 121, + 238 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 159, + 375 + ], + [ + 160, + 376 + ], + [ + 161, + 375 + ], + [ + 162, + 376 + ], + [ + 163, + 377 + ], + [ + 164, + 378 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 22, + 243 + ], + [ + 23, + 242 + ], + [ + 24, + 241 + ], + [ + 25, + 240 + ], + [ + 26, + 240 + ], + [ + 27, + 239 + ], + [ + 28, + 239 + ], + [ + 29, + 238 + ], + [ + 30, + 238 + ], + [ + 31, + 239 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 88, + 266 + ], + "area_fraction": 0.628 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 156 + ], + "peak": [ + 163, + 158 + ], + "area_cells": 38 + }, + { + "id": "range_2", + "name": null, + "center": [ + 178, + 216 + ], + "peak": [ + 179, + 219 + ], + "area_cells": 229 + }, + { + "id": "range_3", + "name": null, + "center": [ + 186, + 32 + ], + "peak": [ + 185, + 35 + ], + "area_cells": 77 + }, + { + "id": "range_4", + "name": null, + "center": [ + 193, + 308 + ], + "peak": [ + 193, + 309 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 227, + 76 + ], + "peak": [ + 225, + 80 + ], + "area_cells": 547 + }, + { + "id": "range_6", + "name": null, + "center": [ + 228, + 294 + ], + "peak": [ + 227, + 294 + ], + "area_cells": 272 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598e/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598e/globe.png new file mode 100644 index 000000000..95a9e2704 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598e/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598e/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598e/heightmap.png new file mode 100644 index 000000000..32a24bf0e Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598e/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598e/index.md b/wiki/star-systems/GJ-598/bodies/GJ598e/index.md new file mode 100644 index 000000000..95f21819d --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ598e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3926707182 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.768 + period_days: 1500.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.62 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.433 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.189 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598e + +Cold Arid planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598e/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598e/markers.json new file mode 100644 index 000000000..ce7a7c443 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598e/markers.json @@ -0,0 +1,868 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 172, + 33 + ], + [ + 171, + 34 + ], + [ + 170, + 35 + ], + [ + 169, + 36 + ], + [ + 168, + 37 + ], + [ + 168, + 38 + ], + [ + 169, + 39 + ], + [ + 168, + 39 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 222, + 1 + ], + [ + 221, + 0 + ], + [ + 220, + 0 + ], + [ + 219, + 0 + ], + [ + 218, + 1 + ], + [ + 217, + 0 + ], + [ + 216, + 0 + ], + [ + 215, + 0 + ], + [ + 214, + 511 + ], + [ + 214, + 510 + ], + [ + 213, + 509 + ], + [ + 214, + 509 + ], + [ + 213, + 508 + ], + [ + 213, + 507 + ], + [ + 214, + 506 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 17, + 124 + ], + [ + 16, + 124 + ], + [ + 15, + 123 + ], + [ + 14, + 123 + ], + [ + 13, + 123 + ], + [ + 12, + 124 + ], + [ + 11, + 124 + ], + [ + 10, + 123 + ], + [ + 9, + 122 + ], + [ + 8, + 123 + ], + [ + 7, + 124 + ], + [ + 6, + 125 + ], + [ + 5, + 126 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 147, + 197 + ], + [ + 146, + 198 + ], + [ + 145, + 198 + ], + [ + 144, + 198 + ], + [ + 143, + 198 + ], + [ + 142, + 198 + ], + [ + 141, + 198 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 188, + 51 + ], + [ + 189, + 50 + ], + [ + 190, + 49 + ], + [ + 191, + 48 + ], + [ + 192, + 47 + ], + [ + 193, + 46 + ], + [ + 194, + 45 + ], + [ + 195, + 44 + ], + [ + 196, + 43 + ], + [ + 197, + 42 + ], + [ + 198, + 43 + ], + [ + 199, + 43 + ], + [ + 200, + 44 + ], + [ + 201, + 43 + ], + [ + 202, + 42 + ], + [ + 203, + 43 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 155 + ], + [ + 1, + 155 + ], + [ + 1, + 154 + ], + [ + 2, + 154 + ], + [ + 2, + 153 + ], + [ + 3, + 153 + ], + [ + 2, + 152 + ], + [ + 2, + 151 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 126, + 88 + ], + [ + 125, + 87 + ], + [ + 124, + 86 + ], + [ + 123, + 85 + ], + [ + 122, + 84 + ], + [ + 121, + 83 + ], + [ + 120, + 82 + ], + [ + 119, + 81 + ], + [ + 118, + 80 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 84, + 198 + ], + [ + 85, + 199 + ], + [ + 86, + 200 + ], + [ + 87, + 201 + ], + [ + 88, + 201 + ], + [ + 89, + 201 + ], + [ + 90, + 202 + ], + [ + 91, + 203 + ], + [ + 92, + 202 + ], + [ + 93, + 202 + ], + [ + 94, + 201 + ], + [ + 94, + 200 + ], + [ + 95, + 201 + ], + [ + 95, + 200 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 63, + 125 + ], + [ + 64, + 124 + ], + [ + 65, + 123 + ], + [ + 66, + 122 + ], + [ + 67, + 121 + ], + [ + 67, + 120 + ], + [ + 67, + 119 + ], + [ + 66, + 119 + ], + [ + 67, + 118 + ], + [ + 66, + 118 + ], + [ + 65, + 119 + ], + [ + 65, + 118 + ], + [ + 65, + 117 + ], + [ + 66, + 116 + ], + [ + 67, + 115 + ], + [ + 66, + 114 + ], + [ + 67, + 114 + ], + [ + 66, + 113 + ], + [ + 65, + 114 + ], + [ + 66, + 115 + ], + [ + 67, + 116 + ], + [ + 68, + 115 + ], + [ + 68, + 116 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 26, + 37 + ], + [ + 25, + 38 + ], + [ + 24, + 38 + ], + [ + 24, + 39 + ], + [ + 24, + 40 + ], + [ + 25, + 41 + ], + [ + 26, + 42 + ], + [ + 26, + 43 + ], + [ + 27, + 42 + ], + [ + 26, + 41 + ], + [ + 25, + 40 + ], + [ + 24, + 41 + ], + [ + 25, + 42 + ], + [ + 25, + 43 + ], + [ + 24, + 42 + ], + [ + 23, + 43 + ], + [ + 22, + 43 + ], + [ + 21, + 42 + ], + [ + 20, + 41 + ], + [ + 19, + 40 + ], + [ + 18, + 39 + ], + [ + 17, + 38 + ], + [ + 16, + 39 + ], + [ + 15, + 39 + ], + [ + 14, + 39 + ], + [ + 13, + 39 + ], + [ + 12, + 39 + ], + [ + 11, + 40 + ], + [ + 10, + 40 + ], + [ + 9, + 41 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 230, + 355 + ], + [ + 231, + 356 + ], + [ + 232, + 356 + ], + [ + 233, + 357 + ], + [ + 234, + 357 + ], + [ + 235, + 357 + ], + [ + 235, + 358 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 70 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 399 + ], + "area_fraction": 0.049 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 189, + 135 + ], + "area_fraction": 0.0129 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 250 + ], + "peak": [ + 33, + 252 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 195 + ], + "peak": [ + 53, + 200 + ], + "area_cells": 445 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 460 + ], + "peak": [ + 79, + 469 + ], + "area_cells": 1665 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 169 + ], + "peak": [ + 64, + 171 + ], + "area_cells": 97 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 85 + ], + "peak": [ + 72, + 90 + ], + "area_cells": 317 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 28 + ], + "peak": [ + 77, + 27 + ], + "area_cells": 231 + }, + { + "id": "range_9", + "name": null, + "center": [ + 82, + 70 + ], + "peak": [ + 82, + 76 + ], + "area_cells": 39 + }, + { + "id": "range_10", + "name": null, + "center": [ + 142, + 226 + ], + "peak": [ + 142, + 231 + ], + "area_cells": 683 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 293 + ], + "peak": [ + 167, + 290 + ], + "area_cells": 826 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 412 + ], + "peak": [ + 169, + 409 + ], + "area_cells": 57 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 374 + ], + "peak": [ + 173, + 380 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 179, + 329 + ], + "peak": [ + 179, + 329 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598f-m1/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/globe.png new file mode 100644 index 000000000..6542b0dab Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598f-m1/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/heightmap.png new file mode 100644 index 000000000..865619edf Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598f-m1/index.md b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/index.md new file mode 100644 index 000000000..0c56c0600 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ598f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2798795186 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598f-m1 + +Frozen moon. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 98% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598f-m1/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/markers.json new file mode 100644 index 000000000..d898d1c41 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598f-m1/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 6, + 297 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 159, + 50 + ], + "peak": [ + 173, + 44 + ], + "area_cells": 15624 + }, + { + "id": "range_4", + "name": null, + "center": [ + 184, + 333 + ], + "peak": [ + 217, + 476 + ], + "area_cells": 46892 + }, + { + "id": "range_5", + "name": null, + "center": [ + 141, + 109 + ], + "peak": [ + 139, + 113 + ], + "area_cells": 260 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598f/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598f/globe.png new file mode 100644 index 000000000..a3ce1aa4d Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598f/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598f/index.md b/wiki/star-systems/GJ-598/bodies/GJ598f/index.md new file mode 100644 index 000000000..5f7dc3aad --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ598f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2569905948 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 6.011 + period_days: 4800.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: null + oblateness: 0.0611 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 4 + storm_max_size: 0.075 +--- + +# GJ598f + +Gas giant. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598g/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598g/globe.png new file mode 100644 index 000000000..baa99d94b Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598g/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598g/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598g/heightmap.png new file mode 100644 index 000000000..fe9cfd6da Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598g/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598g/index.md b/wiki/star-systems/GJ-598/bodies/GJ598g/index.md new file mode 100644 index 000000000..8ba8e656c --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ598g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2817632727 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 10.448 + period_days: 11000.0 + axial_tilt_deg: 55.2 +physical: + gravity_g: 0.46 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.878 + polar_ice_lat: 0.138 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598g + +Frozen planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598g/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598g/markers.json new file mode 100644 index 000000000..cbd0b00a3 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598g/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 240 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 136, + 83 + ], + "area_fraction": 0.0393 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 211, + 452 + ], + "area_fraction": 0.0423 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 155 + ], + "peak": [ + 0, + 161 + ], + "area_cells": 2785 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 202 + ], + "peak": [ + 20, + 203 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 350 + ], + "peak": [ + 53, + 358 + ], + "area_cells": 1620 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 9 + ], + "peak": [ + 46, + 10 + ], + "area_cells": 987 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 499 + ], + "peak": [ + 65, + 492 + ], + "area_cells": 1147 + }, + { + "id": "range_9", + "name": null, + "center": [ + 57, + 41 + ], + "peak": [ + 58, + 42 + ], + "area_cells": 59 + }, + { + "id": "range_10", + "name": null, + "center": [ + 65, + 435 + ], + "peak": [ + 66, + 435 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 98, + 428 + ], + "peak": [ + 98, + 431 + ], + "area_cells": 148 + }, + { + "id": "range_14", + "name": null, + "center": [ + 97, + 468 + ], + "peak": [ + 99, + 468 + ], + "area_cells": 135 + }, + { + "id": "range_16", + "name": null, + "center": [ + 105, + 449 + ], + "peak": [ + 105, + 447 + ], + "area_cells": 63 + }, + { + "id": "range_17", + "name": null, + "center": [ + 115, + 404 + ], + "peak": [ + 114, + 401 + ], + "area_cells": 189 + }, + { + "id": "range_18", + "name": null, + "center": [ + 116, + 354 + ], + "peak": [ + 117, + 357 + ], + "area_cells": 72 + }, + { + "id": "range_19", + "name": null, + "center": [ + 210, + 107 + ], + "peak": [ + 211, + 107 + ], + "area_cells": 150 + }, + { + "id": "range_20", + "name": null, + "center": [ + 227, + 124 + ], + "peak": [ + 218, + 124 + ], + "area_cells": 545 + }, + { + "id": "range_24", + "name": null, + "center": [ + 244, + 58 + ], + "peak": [ + 243, + 56 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598h/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598h/globe.png new file mode 100644 index 000000000..149082184 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598h/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598h/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598h/heightmap.png new file mode 100644 index 000000000..60b1c4e52 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598h/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598h/index.md b/wiki/star-systems/GJ-598/bodies/GJ598h/index.md new file mode 100644 index 000000000..c6fe025c9 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ598h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3506951906 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 18.539 + period_days: 26000.0 + axial_tilt_deg: 25.6 +physical: + gravity_g: 0.36 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.807 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598h + +Frozen planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598h/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598h/markers.json new file mode 100644 index 000000000..c43f60417 --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598h/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 324 + ], + "area_fraction": 0.0246 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 94, + 381 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 152, + 341 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 204, + 31 + ], + "area_fraction": 0.028 + }, + { + "id": "water_52", + "name": null, + "kind": "sea", + "center": [ + 203, + 406 + ], + "area_fraction": 0.0911 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 200 + ], + "peak": [ + 34, + 200 + ], + "area_cells": 51 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 221 + ], + "peak": [ + 38, + 217 + ], + "area_cells": 237 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 486 + ], + "peak": [ + 57, + 487 + ], + "area_cells": 133 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 196 + ], + "peak": [ + 102, + 176 + ], + "area_cells": 6157 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 238 + ], + "peak": [ + 67, + 238 + ], + "area_cells": 40 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 247 + ], + "peak": [ + 66, + 248 + ], + "area_cells": 41 + }, + { + "id": "range_9", + "name": null, + "center": [ + 73, + 455 + ], + "peak": [ + 75, + 455 + ], + "area_cells": 93 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 58 + ], + "peak": [ + 73, + 57 + ], + "area_cells": 181 + }, + { + "id": "range_11", + "name": null, + "center": [ + 103, + 85 + ], + "peak": [ + 94, + 106 + ], + "area_cells": 2280 + }, + { + "id": "range_15", + "name": null, + "center": [ + 166, + 118 + ], + "peak": [ + 168, + 118 + ], + "area_cells": 134 + }, + { + "id": "range_17", + "name": null, + "center": [ + 173, + 145 + ], + "peak": [ + 176, + 140 + ], + "area_cells": 205 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598i/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598i/globe.png new file mode 100644 index 000000000..3d4b90902 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598i/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598i/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598i/heightmap.png new file mode 100644 index 000000000..286c04d48 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598i/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598i/index.md b/wiki/star-systems/GJ-598/bodies/GJ598i/index.md new file mode 100644 index 000000000..ee2b6995e --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ598i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 932920799 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 30.919 + period_days: 56000.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.28 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.836 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.437 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598i + +Frozen planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598i/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598i/markers.json new file mode 100644 index 000000000..7953a742f --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598i/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 14, + 82 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 74, + 279 + ], + "area_fraction": 0.0714 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 75, + 17 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 100, + 76 + ], + "area_fraction": 0.0275 + }, + { + "id": "water_60", + "name": null, + "kind": "lake", + "center": [ + 232, + 253 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 342 + ], + "peak": [ + 40, + 343 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 326 + ], + "peak": [ + 43, + 326 + ], + "area_cells": 43 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 391 + ], + "peak": [ + 53, + 390 + ], + "area_cells": 29 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 436 + ], + "peak": [ + 63, + 433 + ], + "area_cells": 137 + }, + { + "id": "range_11", + "name": null, + "center": [ + 179, + 103 + ], + "peak": [ + 177, + 96 + ], + "area_cells": 1361 + }, + { + "id": "range_12", + "name": null, + "center": [ + 182, + 184 + ], + "peak": [ + 183, + 182 + ], + "area_cells": 72 + }, + { + "id": "range_14", + "name": null, + "center": [ + 196, + 45 + ], + "peak": [ + 193, + 48 + ], + "area_cells": 179 + }, + { + "id": "range_15", + "name": null, + "center": [ + 203, + 14 + ], + "peak": [ + 201, + 15 + ], + "area_cells": 65 + }, + { + "id": "range_18", + "name": null, + "center": [ + 243, + 409 + ], + "peak": [ + 241, + 407 + ], + "area_cells": 970 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-598/bodies/GJ598j/globe.png b/wiki/star-systems/GJ-598/bodies/GJ598j/globe.png new file mode 100644 index 000000000..31f7804f7 Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598j/globe.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598j/heightmap.png b/wiki/star-systems/GJ-598/bodies/GJ598j/heightmap.png new file mode 100644 index 000000000..2751bd68f Binary files /dev/null and b/wiki/star-systems/GJ-598/bodies/GJ598j/heightmap.png differ diff --git a/wiki/star-systems/GJ-598/bodies/GJ598j/index.md b/wiki/star-systems/GJ-598/bodies/GJ598j/index.md new file mode 100644 index 000000000..09b1ce34a --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ598j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1709974684 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 48.495 + period_days: 110000.0 + axial_tilt_deg: 48.1 +physical: + gravity_g: 0.13 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.742 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ598j + +Frozen planet. + +**System:** [GJ-598](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 110000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-598/bodies/GJ598j/markers.json b/wiki/star-systems/GJ-598/bodies/GJ598j/markers.json new file mode 100644 index 000000000..52b441a1b --- /dev/null +++ b/wiki/star-systems/GJ-598/bodies/GJ598j/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 81, + 202 + ], + "area_fraction": 0.2316 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 72, + 480 + ], + "area_fraction": 0.0197 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 46 + ], + "peak": [ + 0, + 47 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 121, + 437 + ], + "peak": [ + 120, + 445 + ], + "area_cells": 149 + }, + { + "id": "range_3", + "name": null, + "center": [ + 121, + 469 + ], + "peak": [ + 122, + 471 + ], + "area_cells": 63 + }, + { + "id": "range_5", + "name": null, + "center": [ + 150, + 291 + ], + "peak": [ + 150, + 296 + ], + "area_cells": 87 + }, + { + "id": "range_6", + "name": null, + "center": [ + 210, + 478 + ], + "peak": [ + 188, + 499 + ], + "area_cells": 4938 + }, + { + "id": "range_9", + "name": null, + "center": [ + 176, + 163 + ], + "peak": [ + 173, + 160 + ], + "area_cells": 161 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 21 + ], + "peak": [ + 206, + 0 + ], + "area_cells": 3346 + }, + { + "id": "range_11", + "name": null, + "center": [ + 173, + 121 + ], + "peak": [ + 174, + 121 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 204, + 299 + ], + "peak": [ + 196, + 271 + ], + "area_cells": 6431 + }, + { + "id": "range_13", + "name": null, + "center": [ + 184, + 449 + ], + "peak": [ + 187, + 451 + ], + "area_cells": 27 + }, + { + "id": "range_15", + "name": null, + "center": [ + 203, + 223 + ], + "peak": [ + 203, + 224 + ], + "area_cells": 72 + }, + { + "id": "range_16", + "name": null, + "center": [ + 221, + 142 + ], + "peak": [ + 229, + 131 + ], + "area_cells": 514 + }, + { + "id": "range_17", + "name": null, + "center": [ + 209, + 74 + ], + "peak": [ + 209, + 74 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 229, + 78 + ], + "peak": [ + 229, + 78 + ], + "area_cells": 35 + }, + { + "id": "range_22", + "name": null, + "center": [ + 232, + 380 + ], + "peak": [ + 232, + 381 + ], + "area_cells": 20 + }, + { + "id": "range_25", + "name": null, + "center": [ + 240, + 123 + ], + "peak": [ + 243, + 124 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ601Ab/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/globe.png new file mode 100644 index 000000000..9dc163291 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ab/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/heightmap.png new file mode 100644 index 000000000..dc5fc7421 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ab/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/index.md new file mode 100644 index 000000000..b2e8c506d --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ601Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3081873376 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.418 + period_days: 88.0 + axial_tilt_deg: 8.0 +physical: + gravity_g: 0.54 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.9 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.005 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Ab + +Barren planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 95% | +| **Year** | 88 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ab/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/markers.json new file mode 100644 index 000000000..0a8a6ae6c --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ab/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 41 + ], + "peak": [ + 74, + 20 + ], + "area_cells": 2477 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 417 + ], + "peak": [ + 0, + 417 + ], + "area_cells": 126 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 438 + ], + "peak": [ + 60, + 437 + ], + "area_cells": 1394 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 320 + ], + "peak": [ + 6, + 322 + ], + "area_cells": 128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 350 + ], + "peak": [ + 21, + 359 + ], + "area_cells": 380 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 392 + ], + "peak": [ + 17, + 390 + ], + "area_cells": 1069 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 260 + ], + "peak": [ + 63, + 259 + ], + "area_cells": 274 + }, + { + "id": "range_10", + "name": null, + "center": [ + 20, + 159 + ], + "peak": [ + 16, + 160 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 19, + 370 + ], + "peak": [ + 18, + 370 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 20, + 47 + ], + "peak": [ + 18, + 48 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 30, + 237 + ], + "peak": [ + 30, + 238 + ], + "area_cells": 205 + }, + { + "id": "range_14", + "name": null, + "center": [ + 28, + 464 + ], + "peak": [ + 29, + 464 + ], + "area_cells": 82 + }, + { + "id": "range_15", + "name": null, + "center": [ + 57, + 485 + ], + "peak": [ + 40, + 480 + ], + "area_cells": 1269 + }, + { + "id": "range_19", + "name": null, + "center": [ + 42, + 92 + ], + "peak": [ + 37, + 93 + ], + "area_cells": 22 + }, + { + "id": "range_22", + "name": null, + "center": [ + 57, + 221 + ], + "peak": [ + 58, + 220 + ], + "area_cells": 195 + }, + { + "id": "range_25", + "name": null, + "center": [ + 51, + 178 + ], + "peak": [ + 52, + 178 + ], + "area_cells": 24 + }, + { + "id": "range_26", + "name": null, + "center": [ + 67, + 190 + ], + "peak": [ + 68, + 191 + ], + "area_cells": 25 + }, + { + "id": "range_28", + "name": null, + "center": [ + 92, + 222 + ], + "peak": [ + 92, + 223 + ], + "area_cells": 85 + }, + { + "id": "range_31", + "name": null, + "center": [ + 105, + 506 + ], + "peak": [ + 109, + 511 + ], + "area_cells": 84 + }, + { + "id": "range_32", + "name": null, + "center": [ + 109, + 68 + ], + "peak": [ + 110, + 73 + ], + "area_cells": 133 + }, + { + "id": "range_33", + "name": null, + "center": [ + 120, + 127 + ], + "peak": [ + 111, + 124 + ], + "area_cells": 357 + }, + { + "id": "range_34", + "name": null, + "center": [ + 118, + 175 + ], + "peak": [ + 116, + 176 + ], + "area_cells": 336 + }, + { + "id": "range_35", + "name": null, + "center": [ + 107, + 4 + ], + "peak": [ + 109, + 0 + ], + "area_cells": 39 + }, + { + "id": "range_37", + "name": null, + "center": [ + 129, + 32 + ], + "peak": [ + 135, + 38 + ], + "area_cells": 495 + }, + { + "id": "range_38", + "name": null, + "center": [ + 114, + 91 + ], + "peak": [ + 114, + 91 + ], + "area_cells": 22 + }, + { + "id": "range_39", + "name": null, + "center": [ + 141, + 478 + ], + "peak": [ + 128, + 488 + ], + "area_cells": 281 + }, + { + "id": "range_41", + "name": null, + "center": [ + 168, + 8 + ], + "peak": [ + 161, + 8 + ], + "area_cells": 798 + }, + { + "id": "range_44", + "name": null, + "center": [ + 147, + 447 + ], + "peak": [ + 148, + 448 + ], + "area_cells": 36 + }, + { + "id": "range_46", + "name": null, + "center": [ + 149, + 150 + ], + "peak": [ + 149, + 148 + ], + "area_cells": 45 + }, + { + "id": "range_48", + "name": null, + "center": [ + 176, + 499 + ], + "peak": [ + 173, + 500 + ], + "area_cells": 403 + }, + { + "id": "range_49", + "name": null, + "center": [ + 169, + 174 + ], + "peak": [ + 170, + 175 + ], + "area_cells": 22 + }, + { + "id": "range_50", + "name": null, + "center": [ + 185, + 33 + ], + "peak": [ + 185, + 34 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ac/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/globe.png new file mode 100644 index 000000000..d2a16881d Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ac/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/heightmap.png new file mode 100644 index 000000000..712aa83f7 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ac/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/index.md new file mode 100644 index 000000000..16acaf885 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ601Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2279637260 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.988 + period_days: 320.0 + axial_tilt_deg: 13.1 +physical: + gravity_g: 0.78 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.914 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Ac + +Hot Arid planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ac/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/markers.json new file mode 100644 index 000000000..b5139e9a0 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ac/markers.json @@ -0,0 +1,710 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 173, + 164 + ], + [ + 174, + 165 + ], + [ + 175, + 165 + ], + [ + 176, + 165 + ], + [ + 177, + 166 + ], + [ + 178, + 167 + ], + [ + 179, + 168 + ], + [ + 180, + 168 + ], + [ + 181, + 169 + ], + [ + 180, + 169 + ], + [ + 181, + 168 + ], + [ + 182, + 169 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 250, + 221 + ], + [ + 251, + 220 + ], + [ + 251, + 219 + ], + [ + 250, + 218 + ], + [ + 249, + 218 + ], + [ + 250, + 217 + ], + [ + 249, + 216 + ], + [ + 248, + 217 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 166, + 186 + ], + [ + 165, + 186 + ], + [ + 164, + 187 + ], + [ + 163, + 188 + ], + [ + 162, + 189 + ], + [ + 161, + 190 + ], + [ + 160, + 191 + ], + [ + 159, + 192 + ], + [ + 158, + 191 + ], + [ + 157, + 190 + ], + [ + 156, + 189 + ], + [ + 155, + 188 + ], + [ + 155, + 187 + ], + [ + 154, + 186 + ], + [ + 153, + 185 + ], + [ + 152, + 186 + ], + [ + 151, + 186 + ], + [ + 150, + 185 + ], + [ + 149, + 185 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 245, + 485 + ], + [ + 246, + 486 + ], + [ + 246, + 487 + ], + [ + 245, + 488 + ], + [ + 244, + 489 + ], + [ + 243, + 488 + ], + [ + 242, + 488 + ], + [ + 241, + 488 + ], + [ + 240, + 489 + ], + [ + 239, + 488 + ], + [ + 238, + 487 + ], + [ + 238, + 488 + ], + [ + 237, + 488 + ], + [ + 236, + 488 + ], + [ + 235, + 488 + ], + [ + 234, + 488 + ], + [ + 233, + 487 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 250, + 382 + ], + [ + 250, + 383 + ], + [ + 249, + 382 + ], + [ + 248, + 381 + ], + [ + 247, + 381 + ], + [ + 246, + 381 + ], + [ + 245, + 382 + ], + [ + 244, + 383 + ], + [ + 243, + 383 + ], + [ + 243, + 382 + ], + [ + 244, + 381 + ], + [ + 244, + 382 + ], + [ + 243, + 381 + ], + [ + 243, + 380 + ], + [ + 242, + 381 + ], + [ + 242, + 382 + ], + [ + 242, + 383 + ], + [ + 243, + 384 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 229, + 398 + ], + [ + 230, + 397 + ], + [ + 230, + 396 + ], + [ + 231, + 395 + ], + [ + 232, + 395 + ], + [ + 233, + 395 + ], + [ + 234, + 395 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 70, + 470 + ], + [ + 69, + 469 + ], + [ + 69, + 468 + ], + [ + 68, + 467 + ], + [ + 67, + 466 + ], + [ + 66, + 465 + ], + [ + 65, + 464 + ], + [ + 64, + 463 + ], + [ + 63, + 462 + ], + [ + 62, + 461 + ], + [ + 61, + 460 + ], + [ + 60, + 459 + ], + [ + 61, + 458 + ], + [ + 60, + 457 + ], + [ + 60, + 456 + ], + [ + 60, + 455 + ], + [ + 61, + 454 + ], + [ + 61, + 453 + ], + [ + 62, + 454 + ], + [ + 63, + 453 + ], + [ + 62, + 452 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 219, + 38 + ], + [ + 220, + 38 + ], + [ + 221, + 38 + ], + [ + 220, + 37 + ], + [ + 219, + 36 + ], + [ + 218, + 35 + ], + [ + 217, + 34 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 208, + 177 + ], + [ + 207, + 178 + ], + [ + 206, + 179 + ], + [ + 205, + 180 + ], + [ + 204, + 181 + ], + [ + 203, + 180 + ], + [ + 202, + 179 + ], + [ + 201, + 178 + ], + [ + 200, + 178 + ], + [ + 200, + 179 + ], + [ + 201, + 180 + ], + [ + 201, + 179 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 222, + 168 + ], + [ + 221, + 167 + ], + [ + 220, + 166 + ], + [ + 219, + 165 + ], + [ + 218, + 164 + ], + [ + 217, + 163 + ], + [ + 216, + 162 + ], + [ + 215, + 161 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 441 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 212, + 462 + ], + "area_fraction": 0.0247 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 217, + 17 + ], + "area_fraction": 0.008 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 226, + 68 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 166 + ], + "peak": [ + 25, + 171 + ], + "area_cells": 319 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 75 + ], + "peak": [ + 17, + 77 + ], + "area_cells": 41 + }, + { + "id": "range_3", + "name": null, + "center": [ + 89, + 169 + ], + "peak": [ + 86, + 182 + ], + "area_cells": 10535 + }, + { + "id": "range_8", + "name": null, + "center": [ + 102, + 492 + ], + "peak": [ + 101, + 492 + ], + "area_cells": 283 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 395 + ], + "peak": [ + 129, + 396 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 144, + 380 + ], + "peak": [ + 145, + 379 + ], + "area_cells": 133 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ad/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/globe.png new file mode 100644 index 000000000..5f6832dbc Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ad/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/heightmap.png new file mode 100644 index 000000000..7755a53a7 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ad/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/index.md new file mode 100644 index 000000000..7fce01533 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ601Ad +name: Rand +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2767646959 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.998 + period_days: 920.0 + axial_tilt_deg: 23.2 +physical: + gravity_g: 0.98 + oblateness: 0.0029 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.602 + polar_ice_lat: 0.699 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.538 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rand + +Temperate planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.98g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 60% | +| **Year** | 920 days | +| **Inhabited** | yes | +| **Population** | 85M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ad/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/markers.json new file mode 100644 index 000000000..6fcdc9dc9 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ad/markers.json @@ -0,0 +1,1101 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 229, + 62 + ], + [ + 230, + 61 + ], + [ + 231, + 60 + ], + [ + 232, + 59 + ], + [ + 233, + 58 + ], + [ + 234, + 57 + ], + [ + 235, + 56 + ], + [ + 236, + 55 + ], + [ + 237, + 54 + ], + [ + 238, + 55 + ], + [ + 239, + 56 + ], + [ + 240, + 55 + ], + [ + 240, + 54 + ], + [ + 241, + 54 + ], + [ + 240, + 53 + ], + [ + 241, + 53 + ], + [ + 242, + 52 + ], + [ + 241, + 52 + ], + [ + 242, + 51 + ], + [ + 242, + 50 + ], + [ + 241, + 50 + ], + [ + 242, + 49 + ], + [ + 242, + 48 + ], + [ + 241, + 49 + ], + [ + 241, + 48 + ], + [ + 240, + 47 + ], + [ + 239, + 46 + ], + [ + 239, + 45 + ], + [ + 239, + 44 + ], + [ + 238, + 44 + ], + [ + 237, + 43 + ], + [ + 238, + 42 + ], + [ + 238, + 41 + ], + [ + 238, + 40 + ], + [ + 238, + 39 + ], + [ + 239, + 38 + ], + [ + 238, + 37 + ], + [ + 237, + 36 + ], + [ + 238, + 35 + ], + [ + 238, + 34 + ], + [ + 238, + 33 + ], + [ + 237, + 33 + ], + [ + 236, + 32 + ], + [ + 236, + 31 + ], + [ + 237, + 30 + ], + [ + 238, + 29 + ], + [ + 238, + 28 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 134, + 30 + ], + [ + 133, + 29 + ], + [ + 132, + 28 + ], + [ + 131, + 27 + ], + [ + 130, + 26 + ], + [ + 129, + 26 + ], + [ + 128, + 25 + ], + [ + 127, + 24 + ], + [ + 126, + 24 + ], + [ + 125, + 23 + ], + [ + 124, + 22 + ], + [ + 123, + 23 + ], + [ + 122, + 22 + ], + [ + 121, + 21 + ], + [ + 120, + 20 + ], + [ + 119, + 19 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 116, + 399 + ], + [ + 115, + 400 + ], + [ + 114, + 401 + ], + [ + 113, + 402 + ], + [ + 112, + 403 + ], + [ + 111, + 404 + ], + [ + 112, + 405 + ], + [ + 111, + 406 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 34, + 333 + ], + [ + 35, + 334 + ], + [ + 36, + 335 + ], + [ + 37, + 336 + ], + [ + 38, + 337 + ], + [ + 39, + 337 + ], + [ + 40, + 337 + ], + [ + 41, + 337 + ], + [ + 42, + 336 + ], + [ + 43, + 335 + ], + [ + 44, + 336 + ], + [ + 45, + 336 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 142, + 446 + ], + [ + 143, + 445 + ], + [ + 144, + 444 + ], + [ + 145, + 443 + ], + [ + 146, + 442 + ], + [ + 147, + 442 + ], + [ + 148, + 443 + ], + [ + 149, + 444 + ], + [ + 150, + 445 + ], + [ + 151, + 446 + ], + [ + 151, + 447 + ], + [ + 152, + 448 + ], + [ + 151, + 449 + ], + [ + 152, + 450 + ], + [ + 152, + 451 + ], + [ + 153, + 452 + ], + [ + 152, + 453 + ], + [ + 153, + 454 + ], + [ + 153, + 455 + ], + [ + 153, + 456 + ], + [ + 154, + 456 + ], + [ + 154, + 457 + ], + [ + 154, + 458 + ], + [ + 155, + 457 + ], + [ + 155, + 458 + ], + [ + 155, + 459 + ], + [ + 155, + 460 + ], + [ + 156, + 461 + ], + [ + 155, + 462 + ], + [ + 155, + 463 + ], + [ + 156, + 463 + ], + [ + 156, + 464 + ], + [ + 157, + 465 + ], + [ + 158, + 466 + ], + [ + 159, + 467 + ], + [ + 160, + 468 + ], + [ + 160, + 469 + ], + [ + 159, + 470 + ], + [ + 160, + 470 + ], + [ + 159, + 469 + ], + [ + 158, + 468 + ], + [ + 157, + 468 + ], + [ + 157, + 469 + ], + [ + 157, + 470 + ], + [ + 158, + 471 + ], + [ + 158, + 472 + ], + [ + 157, + 473 + ], + [ + 157, + 472 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 95, + 433 + ], + [ + 96, + 434 + ], + [ + 97, + 435 + ], + [ + 98, + 436 + ], + [ + 99, + 437 + ], + [ + 100, + 438 + ], + [ + 101, + 439 + ], + [ + 102, + 440 + ], + [ + 103, + 441 + ], + [ + 102, + 442 + ], + [ + 103, + 443 + ], + [ + 103, + 444 + ], + [ + 104, + 445 + ], + [ + 105, + 446 + ], + [ + 105, + 447 + ], + [ + 106, + 448 + ], + [ + 106, + 449 + ], + [ + 107, + 450 + ], + [ + 108, + 451 + ], + [ + 108, + 452 + ], + [ + 108, + 453 + ], + [ + 108, + 454 + ], + [ + 107, + 455 + ], + [ + 107, + 456 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 139, + 499 + ], + [ + 140, + 500 + ], + [ + 141, + 500 + ], + [ + 142, + 501 + ], + [ + 143, + 502 + ], + [ + 144, + 501 + ], + [ + 145, + 501 + ], + [ + 145, + 500 + ], + [ + 146, + 500 + ], + [ + 146, + 501 + ], + [ + 146, + 502 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 238, + 72 + ], + [ + 237, + 73 + ], + [ + 236, + 74 + ], + [ + 235, + 75 + ], + [ + 234, + 76 + ], + [ + 235, + 77 + ], + [ + 234, + 77 + ], + [ + 233, + 77 + ], + [ + 233, + 78 + ], + [ + 233, + 79 + ], + [ + 233, + 80 + ], + [ + 232, + 81 + ], + [ + 231, + 82 + ], + [ + 230, + 83 + ], + [ + 229, + 84 + ], + [ + 228, + 85 + ], + [ + 227, + 85 + ], + [ + 226, + 86 + ], + [ + 225, + 87 + ], + [ + 224, + 88 + ], + [ + 223, + 89 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 32, + 383 + ], + [ + 33, + 382 + ], + [ + 34, + 382 + ], + [ + 35, + 382 + ], + [ + 36, + 383 + ], + [ + 37, + 384 + ], + [ + 38, + 385 + ], + [ + 39, + 385 + ], + [ + 40, + 386 + ], + [ + 41, + 385 + ], + [ + 42, + 384 + ], + [ + 43, + 383 + ], + [ + 44, + 384 + ], + [ + 45, + 385 + ], + [ + 46, + 384 + ], + [ + 47, + 384 + ], + [ + 48, + 383 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 0, + 344 + ], + [ + 1, + 343 + ], + [ + 0, + 343 + ], + [ + 1, + 344 + ], + [ + 2, + 343 + ], + [ + 3, + 343 + ], + [ + 4, + 342 + ], + [ + 5, + 341 + ], + [ + 5, + 340 + ], + [ + 6, + 339 + ], + [ + 5, + 338 + ], + [ + 5, + 337 + ], + [ + 6, + 336 + ], + [ + 7, + 335 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 207, + 57 + ], + [ + 206, + 56 + ], + [ + 205, + 55 + ], + [ + 204, + 55 + ], + [ + 203, + 54 + ], + [ + 202, + 55 + ], + [ + 201, + 56 + ], + [ + 200, + 57 + ], + [ + 199, + 58 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 126, + 209 + ], + "area_fraction": 0.3794 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 101, + 490 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 41 + ], + "peak": [ + 40, + 9 + ], + "area_cells": 2938 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 494 + ], + "peak": [ + 39, + 511 + ], + "area_cells": 544 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 301 + ], + "peak": [ + 46, + 301 + ], + "area_cells": 81 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 505 + ], + "peak": [ + 65, + 511 + ], + "area_cells": 132 + }, + { + "id": "range_5", + "name": null, + "center": [ + 142, + 458 + ], + "peak": [ + 144, + 467 + ], + "area_cells": 99 + }, + { + "id": "range_6", + "name": null, + "center": [ + 187, + 376 + ], + "peak": [ + 188, + 378 + ], + "area_cells": 121 + }, + { + "id": "range_7", + "name": null, + "center": [ + 193, + 447 + ], + "peak": [ + 193, + 445 + ], + "area_cells": 160 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ae/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/globe.png new file mode 100644 index 000000000..b49002910 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ae/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/heightmap.png new file mode 100644 index 000000000..8f1fa68b2 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ae/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/index.md new file mode 100644 index 000000000..c9475747f --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ601Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1002836740 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 3.573 + period_days: 2200.0 + axial_tilt_deg: 33.5 +physical: + gravity_g: 0.66 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.489 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.147 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Ae + +Cold Arid planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ae/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/markers.json new file mode 100644 index 000000000..e2535b85d --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ae/markers.json @@ -0,0 +1,1143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 123, + 511 + ], + [ + 122, + 0 + ], + [ + 121, + 1 + ], + [ + 120, + 2 + ], + [ + 119, + 1 + ], + [ + 118, + 0 + ], + [ + 119, + 0 + ], + [ + 120, + 1 + ], + [ + 119, + 2 + ], + [ + 120, + 3 + ], + [ + 119, + 4 + ], + [ + 120, + 5 + ], + [ + 119, + 5 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 192, + 223 + ], + [ + 192, + 224 + ], + [ + 191, + 225 + ], + [ + 190, + 226 + ], + [ + 189, + 227 + ], + [ + 188, + 228 + ], + [ + 187, + 229 + ], + [ + 186, + 229 + ], + [ + 186, + 230 + ], + [ + 186, + 231 + ], + [ + 185, + 231 + ], + [ + 184, + 231 + ], + [ + 183, + 231 + ], + [ + 182, + 231 + ], + [ + 181, + 230 + ], + [ + 182, + 230 + ], + [ + 183, + 230 + ], + [ + 182, + 229 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 144, + 217 + ], + [ + 145, + 216 + ], + [ + 146, + 215 + ], + [ + 147, + 215 + ], + [ + 148, + 215 + ], + [ + 148, + 214 + ], + [ + 149, + 214 + ], + [ + 150, + 215 + ], + [ + 151, + 215 + ], + [ + 152, + 215 + ], + [ + 153, + 214 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 112, + 487 + ], + [ + 111, + 486 + ], + [ + 110, + 487 + ], + [ + 109, + 488 + ], + [ + 108, + 487 + ], + [ + 107, + 486 + ], + [ + 106, + 485 + ], + [ + 105, + 484 + ], + [ + 105, + 483 + ], + [ + 105, + 482 + ], + [ + 105, + 481 + ], + [ + 105, + 480 + ], + [ + 105, + 479 + ], + [ + 104, + 478 + ], + [ + 104, + 477 + ], + [ + 105, + 476 + ], + [ + 105, + 475 + ], + [ + 105, + 474 + ], + [ + 105, + 473 + ], + [ + 106, + 472 + ], + [ + 106, + 471 + ], + [ + 107, + 470 + ], + [ + 107, + 469 + ], + [ + 107, + 468 + ], + [ + 108, + 467 + ], + [ + 108, + 466 + ], + [ + 108, + 465 + ], + [ + 109, + 464 + ], + [ + 108, + 463 + ], + [ + 107, + 463 + ], + [ + 108, + 462 + ], + [ + 107, + 462 + ], + [ + 107, + 461 + ], + [ + 106, + 461 + ], + [ + 105, + 460 + ], + [ + 106, + 460 + ], + [ + 106, + 459 + ], + [ + 106, + 458 + ], + [ + 105, + 457 + ], + [ + 105, + 456 + ], + [ + 106, + 457 + ], + [ + 106, + 456 + ], + [ + 106, + 455 + ], + [ + 105, + 455 + ], + [ + 104, + 456 + ], + [ + 104, + 455 + ], + [ + 104, + 454 + ], + [ + 105, + 454 + ], + [ + 106, + 453 + ], + [ + 105, + 453 + ], + [ + 106, + 452 + ], + [ + 105, + 451 + ], + [ + 105, + 452 + ], + [ + 104, + 451 + ], + [ + 103, + 451 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 150, + 502 + ], + [ + 149, + 502 + ], + [ + 148, + 502 + ], + [ + 147, + 503 + ], + [ + 146, + 504 + ], + [ + 147, + 505 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 68, + 269 + ], + [ + 67, + 270 + ], + [ + 68, + 271 + ], + [ + 67, + 272 + ], + [ + 68, + 273 + ], + [ + 68, + 274 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 137, + 74 + ], + [ + 136, + 73 + ], + [ + 135, + 74 + ], + [ + 134, + 75 + ], + [ + 133, + 76 + ], + [ + 132, + 77 + ], + [ + 131, + 78 + ], + [ + 130, + 79 + ], + [ + 129, + 80 + ], + [ + 128, + 81 + ], + [ + 127, + 82 + ], + [ + 126, + 83 + ], + [ + 125, + 84 + ], + [ + 124, + 85 + ], + [ + 123, + 86 + ], + [ + 122, + 87 + ], + [ + 122, + 86 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 124, + 355 + ], + [ + 125, + 356 + ], + [ + 126, + 355 + ], + [ + 127, + 355 + ], + [ + 128, + 355 + ], + [ + 129, + 356 + ], + [ + 130, + 357 + ], + [ + 131, + 358 + ], + [ + 132, + 357 + ], + [ + 133, + 358 + ], + [ + 134, + 357 + ], + [ + 135, + 357 + ], + [ + 134, + 358 + ], + [ + 133, + 357 + ], + [ + 134, + 356 + ], + [ + 135, + 355 + ], + [ + 135, + 356 + ], + [ + 134, + 355 + ], + [ + 135, + 354 + ], + [ + 134, + 353 + ], + [ + 135, + 352 + ], + [ + 136, + 351 + ], + [ + 136, + 352 + ], + [ + 136, + 353 + ], + [ + 137, + 353 + ], + [ + 137, + 354 + ], + [ + 136, + 354 + ], + [ + 136, + 355 + ], + [ + 136, + 356 + ], + [ + 136, + 357 + ], + [ + 137, + 356 + ], + [ + 137, + 355 + ], + [ + 138, + 355 + ], + [ + 138, + 354 + ], + [ + 139, + 353 + ], + [ + 138, + 353 + ], + [ + 137, + 352 + ], + [ + 138, + 352 + ], + [ + 139, + 351 + ], + [ + 138, + 351 + ], + [ + 138, + 350 + ], + [ + 139, + 349 + ], + [ + 138, + 349 + ], + [ + 137, + 349 + ], + [ + 137, + 350 + ], + [ + 136, + 350 + ], + [ + 136, + 349 + ], + [ + 137, + 348 + ], + [ + 138, + 348 + ], + [ + 137, + 347 + ], + [ + 138, + 346 + ], + [ + 137, + 346 + ], + [ + 138, + 347 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 137, + 381 + ], + [ + 136, + 382 + ], + [ + 135, + 381 + ], + [ + 134, + 381 + ], + [ + 133, + 380 + ], + [ + 132, + 379 + ], + [ + 131, + 378 + ], + [ + 130, + 378 + ], + [ + 129, + 378 + ], + [ + 128, + 377 + ], + [ + 127, + 377 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 170, + 17 + ], + [ + 169, + 18 + ], + [ + 168, + 19 + ], + [ + 167, + 20 + ], + [ + 167, + 21 + ], + [ + 166, + 22 + ], + [ + 165, + 23 + ], + [ + 164, + 24 + ], + [ + 163, + 25 + ], + [ + 162, + 25 + ], + [ + 162, + 24 + ], + [ + 161, + 25 + ], + [ + 160, + 26 + ], + [ + 159, + 25 + ], + [ + 158, + 26 + ], + [ + 157, + 26 + ], + [ + 157, + 27 + ], + [ + 156, + 28 + ], + [ + 157, + 29 + ], + [ + 158, + 30 + ], + [ + 158, + 31 + ], + [ + 157, + 32 + ], + [ + 158, + 32 + ], + [ + 159, + 33 + ], + [ + 158, + 34 + ], + [ + 159, + 35 + ], + [ + 159, + 36 + ], + [ + 160, + 37 + ], + [ + 159, + 38 + ], + [ + 160, + 39 + ], + [ + 161, + 40 + ], + [ + 161, + 41 + ], + [ + 162, + 42 + ], + [ + 161, + 43 + ], + [ + 162, + 44 + ], + [ + 161, + 44 + ], + [ + 160, + 44 + ], + [ + 161, + 45 + ], + [ + 160, + 45 + ], + [ + 160, + 46 + ], + [ + 160, + 47 + ], + [ + 160, + 48 + ], + [ + 161, + 48 + ], + [ + 161, + 49 + ], + [ + 162, + 50 + ], + [ + 161, + 50 + ], + [ + 160, + 50 + ], + [ + 161, + 51 + ], + [ + 162, + 51 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 136, + 255 + ], + [ + 135, + 256 + ], + [ + 134, + 257 + ], + [ + 133, + 257 + ], + [ + 133, + 256 + ], + [ + 132, + 256 + ], + [ + 132, + 255 + ], + [ + 132, + 254 + ], + [ + 132, + 253 + ], + [ + 131, + 253 + ], + [ + 131, + 254 + ], + [ + 131, + 255 + ], + [ + 131, + 256 + ], + [ + 132, + 257 + ] + ] + } + ], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 220, + 135 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 490 + ], + "peak": [ + 26, + 490 + ], + "area_cells": 60 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 476 + ], + "peak": [ + 29, + 476 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 116 + ], + "peak": [ + 67, + 115 + ], + "area_cells": 352 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/globe.png new file mode 100644 index 000000000..c9a7f7a8a Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/heightmap.png new file mode 100644 index 000000000..b55d47884 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/index.md new file mode 100644 index 000000000..b936eb444 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ601Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 764544596 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 44.5 +physical: + gravity_g: 0.14 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Af-m1 + +Frozen moon. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 99% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/markers.json new file mode 100644 index 000000000..b31730258 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m1/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 121 + ], + "peak": [ + 129, + 121 + ], + "area_cells": 37 + }, + { + "id": "range_3", + "name": null, + "center": [ + 182, + 385 + ], + "peak": [ + 183, + 385 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 198, + 444 + ], + "peak": [ + 196, + 444 + ], + "area_cells": 2314 + }, + { + "id": "range_6", + "name": null, + "center": [ + 233, + 197 + ], + "peak": [ + 231, + 260 + ], + "area_cells": 10777 + }, + { + "id": "range_10", + "name": null, + "center": [ + 244, + 443 + ], + "peak": [ + 244, + 449 + ], + "area_cells": 90 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/globe.png new file mode 100644 index 000000000..54f46cab8 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/heightmap.png new file mode 100644 index 000000000..1c2d3c1d2 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/index.md new file mode 100644 index 000000000..c2d5f38d8 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ601Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2957979184 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.134 + period_days: 16.0 + axial_tilt_deg: 28.5 +physical: + gravity_g: 0.08 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.84 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Af-m2 + +Barren moon. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/markers.json new file mode 100644 index 000000000..09216fdf4 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Af-m2/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 253 + ], + "peak": [ + 60, + 212 + ], + "area_cells": 30689 + }, + { + "id": "range_9", + "name": null, + "center": [ + 110, + 418 + ], + "peak": [ + 113, + 418 + ], + "area_cells": 296 + }, + { + "id": "range_10", + "name": null, + "center": [ + 105, + 374 + ], + "peak": [ + 106, + 375 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 15 + ], + "peak": [ + 113, + 23 + ], + "area_cells": 253 + }, + { + "id": "range_14", + "name": null, + "center": [ + 124, + 465 + ], + "peak": [ + 124, + 466 + ], + "area_cells": 248 + }, + { + "id": "range_15", + "name": null, + "center": [ + 126, + 59 + ], + "peak": [ + 126, + 59 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 133, + 389 + ], + "peak": [ + 132, + 390 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 157, + 480 + ], + "peak": [ + 158, + 481 + ], + "area_cells": 71 + }, + { + "id": "range_19", + "name": null, + "center": [ + 165, + 12 + ], + "peak": [ + 161, + 15 + ], + "area_cells": 143 + }, + { + "id": "range_20", + "name": null, + "center": [ + 186, + 505 + ], + "peak": [ + 187, + 505 + ], + "area_cells": 47 + }, + { + "id": "range_23", + "name": null, + "center": [ + 201, + 19 + ], + "peak": [ + 201, + 20 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 214, + 31 + ], + "peak": [ + 217, + 31 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 253, + 229 + ], + "peak": [ + 254, + 229 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Af/globe.png new file mode 100644 index 000000000..f78ac98d0 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Af/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Af/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Af/index.md new file mode 100644 index 000000000..defa358ad --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ601Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1300571861 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 7.582 + period_days: 6800.0 + axial_tilt_deg: 9.6 +physical: + gravity_g: null + oblateness: 0.0801 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.123 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.116 +--- + +# GJ601Af + +Gas giant. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ag/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/globe.png new file mode 100644 index 000000000..6ca187f50 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ag/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/heightmap.png new file mode 100644 index 000000000..2ec70c2b2 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ag/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/index.md new file mode 100644 index 000000000..4a09b988b --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ601Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2946118539 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 13.413 + period_days: 16000.0 + axial_tilt_deg: 59.2 +physical: + gravity_g: 0.48 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.134 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.273 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Ag + +Frozen planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 16000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ag/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/markers.json new file mode 100644 index 000000000..5865c1ae7 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ag/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 48, + 47 + ], + "area_fraction": 0.0589 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 35, + 460 + ], + "area_fraction": 0.0605 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 99, + 47 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 303 + ], + "peak": [ + 58, + 301 + ], + "area_cells": 325 + }, + { + "id": "range_3", + "name": null, + "center": [ + 147, + 424 + ], + "peak": [ + 172, + 486 + ], + "area_cells": 10248 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 331 + ], + "peak": [ + 73, + 331 + ], + "area_cells": 317 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 286 + ], + "peak": [ + 92, + 286 + ], + "area_cells": 110 + }, + { + "id": "range_6", + "name": null, + "center": [ + 110, + 228 + ], + "peak": [ + 111, + 229 + ], + "area_cells": 53 + }, + { + "id": "range_7", + "name": null, + "center": [ + 152, + 235 + ], + "peak": [ + 156, + 267 + ], + "area_cells": 3690 + }, + { + "id": "range_8", + "name": null, + "center": [ + 111, + 295 + ], + "peak": [ + 112, + 297 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 174, + 10 + ], + "peak": [ + 190, + 15 + ], + "area_cells": 1195 + }, + { + "id": "range_12", + "name": null, + "center": [ + 142, + 41 + ], + "peak": [ + 142, + 42 + ], + "area_cells": 56 + }, + { + "id": "range_13", + "name": null, + "center": [ + 149, + 91 + ], + "peak": [ + 151, + 90 + ], + "area_cells": 125 + }, + { + "id": "range_16", + "name": null, + "center": [ + 169, + 308 + ], + "peak": [ + 168, + 307 + ], + "area_cells": 220 + }, + { + "id": "range_18", + "name": null, + "center": [ + 205, + 76 + ], + "peak": [ + 206, + 78 + ], + "area_cells": 34 + }, + { + "id": "range_19", + "name": null, + "center": [ + 216, + 491 + ], + "peak": [ + 219, + 491 + ], + "area_cells": 290 + }, + { + "id": "range_20", + "name": null, + "center": [ + 221, + 4 + ], + "peak": [ + 220, + 1 + ], + "area_cells": 157 + }, + { + "id": "range_22", + "name": null, + "center": [ + 221, + 247 + ], + "peak": [ + 221, + 249 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ah/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/globe.png new file mode 100644 index 000000000..d4a860f2e Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ah/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/heightmap.png new file mode 100644 index 000000000..a6ccbe0ee Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ah/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/index.md new file mode 100644 index 000000000..fe40e686d --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ601Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2177672600 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 23.03 + period_days: 36000.0 + axial_tilt_deg: 15.2 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.896 + polar_ice_lat: 0.32 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Ah + +Frozen planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ah/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/markers.json new file mode 100644 index 000000000..5bd773422 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ah/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 11, + 79 + ], + "area_fraction": 0.0246 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 4, + 446 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 222, + 254 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 229, + 457 + ], + "area_fraction": 0.0243 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 395 + ], + "peak": [ + 58, + 399 + ], + "area_cells": 192 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 146 + ], + "peak": [ + 108, + 131 + ], + "area_cells": 7710 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 307 + ], + "peak": [ + 121, + 305 + ], + "area_cells": 48 + }, + { + "id": "range_9", + "name": null, + "center": [ + 156, + 388 + ], + "peak": [ + 160, + 384 + ], + "area_cells": 403 + }, + { + "id": "range_12", + "name": null, + "center": [ + 189, + 348 + ], + "peak": [ + 189, + 348 + ], + "area_cells": 64 + }, + { + "id": "range_13", + "name": null, + "center": [ + 190, + 363 + ], + "peak": [ + 190, + 364 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ai/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/globe.png new file mode 100644 index 000000000..dd4787774 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ai/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/heightmap.png new file mode 100644 index 000000000..d6585a912 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ai/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/index.md new file mode 100644 index 000000000..5c0038dff --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ601Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3017738147 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 36.559 + period_days: 72000.0 + axial_tilt_deg: 48.3 +physical: + gravity_g: 0.28 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.175 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Ai + +Frozen planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 72000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Ai/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/markers.json new file mode 100644 index 000000000..fda60639c --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Ai/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 36 + ], + "area_fraction": 0.008 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 18, + 259 + ], + "area_fraction": 0.0423 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 209, + 266 + ], + "area_fraction": 0.1261 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 97, + 249 + ], + "peak": [ + 96, + 237 + ], + "area_cells": 2803 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 109 + ], + "peak": [ + 91, + 112 + ], + "area_cells": 50 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 470 + ], + "peak": [ + 157, + 477 + ], + "area_cells": 3740 + }, + { + "id": "range_6", + "name": null, + "center": [ + 86, + 25 + ], + "peak": [ + 87, + 25 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 74 + ], + "peak": [ + 100, + 74 + ], + "area_cells": 415 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 364 + ], + "peak": [ + 154, + 388 + ], + "area_cells": 4074 + }, + { + "id": "range_9", + "name": null, + "center": [ + 180, + 6 + ], + "peak": [ + 181, + 7 + ], + "area_cells": 43 + }, + { + "id": "range_10", + "name": null, + "center": [ + 189, + 17 + ], + "peak": [ + 189, + 16 + ], + "area_cells": 33 + }, + { + "id": "range_12", + "name": null, + "center": [ + 210, + 42 + ], + "peak": [ + 211, + 42 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 247, + 76 + ], + "peak": [ + 252, + 78 + ], + "area_cells": 534 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Aj/globe.png b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/globe.png new file mode 100644 index 000000000..cc5f5b366 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/globe.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Aj/heightmap.png b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/heightmap.png new file mode 100644 index 000000000..53c665619 Binary files /dev/null and b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Aj/index.md b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/index.md new file mode 100644 index 000000000..8ade724b5 --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ601Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2516235299 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 56.953 + period_days: 140000.0 + axial_tilt_deg: 52.0 +physical: + gravity_g: 0.13 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.852 + polar_ice_lat: 0.161 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ601Aj + +Frozen planet. + +**System:** [GJ-601A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 140000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-601A/bodies/GJ601Aj/markers.json b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/markers.json new file mode 100644 index 000000000..f4d13351a --- /dev/null +++ b/wiki/star-systems/GJ-601A/bodies/GJ601Aj/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 27 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 20, + 122 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 19, + 432 + ], + "area_fraction": 0.0437 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 78, + 220 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 121, + 329 + ], + "area_fraction": 0.0248 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 128, + 222 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 151, + 397 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 75, + 93 + ], + "peak": [ + 76, + 108 + ], + "area_cells": 1169 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 363 + ], + "peak": [ + 69, + 363 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 406 + ], + "peak": [ + 73, + 406 + ], + "area_cells": 126 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 133 + ], + "peak": [ + 188, + 151 + ], + "area_cells": 3373 + }, + { + "id": "range_9", + "name": null, + "center": [ + 219, + 32 + ], + "peak": [ + 206, + 51 + ], + "area_cells": 3254 + }, + { + "id": "range_10", + "name": null, + "center": [ + 186, + 416 + ], + "peak": [ + 186, + 416 + ], + "area_cells": 43 + }, + { + "id": "range_12", + "name": null, + "center": [ + 228, + 271 + ], + "peak": [ + 244, + 204 + ], + "area_cells": 10848 + }, + { + "id": "range_15", + "name": null, + "center": [ + 232, + 493 + ], + "peak": [ + 239, + 504 + ], + "area_cells": 870 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 89 + ], + "peak": [ + 219, + 95 + ], + "area_cells": 542 + }, + { + "id": "range_17", + "name": null, + "center": [ + 237, + 135 + ], + "peak": [ + 237, + 136 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ603b/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603b/globe.png new file mode 100644 index 000000000..c8d243e78 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603b/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603b/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603b/heightmap.png new file mode 100644 index 000000000..1553e0cf2 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603b/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603b/index.md b/wiki/star-systems/GJ-603/bodies/GJ603b/index.md new file mode 100644 index 000000000..4e1f344cf --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ603b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 278215931 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.236 + period_days: 42.0 + axial_tilt_deg: 30.5 +physical: + gravity_g: 0.5 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.819 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603b + +Barren planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.5g | +| **Land** | 93% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603b/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603b/markers.json new file mode 100644 index 000000000..95edd157e --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603b/markers.json @@ -0,0 +1,269 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 26, + 382 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_57", + "name": null, + "kind": "lake", + "center": [ + 245, + 252 + ], + "area_fraction": 0.0184 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 81, + 143 + ], + "peak": [ + 79, + 142 + ], + "area_cells": 2714 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 35 + ], + "peak": [ + 55, + 36 + ], + "area_cells": 94 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 20 + ], + "peak": [ + 99, + 16 + ], + "area_cells": 710 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 510 + ], + "peak": [ + 84, + 511 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 97, + 208 + ], + "peak": [ + 93, + 198 + ], + "area_cells": 903 + }, + { + "id": "range_11", + "name": null, + "center": [ + 127, + 407 + ], + "peak": [ + 124, + 406 + ], + "area_cells": 1930 + }, + { + "id": "range_13", + "name": null, + "center": [ + 104, + 477 + ], + "peak": [ + 105, + 478 + ], + "area_cells": 123 + }, + { + "id": "range_14", + "name": null, + "center": [ + 126, + 349 + ], + "peak": [ + 114, + 336 + ], + "area_cells": 802 + }, + { + "id": "range_15", + "name": null, + "center": [ + 129, + 478 + ], + "peak": [ + 131, + 490 + ], + "area_cells": 602 + }, + { + "id": "range_20", + "name": null, + "center": [ + 120, + 123 + ], + "peak": [ + 120, + 123 + ], + "area_cells": 36 + }, + { + "id": "range_21", + "name": null, + "center": [ + 133, + 227 + ], + "peak": [ + 131, + 228 + ], + "area_cells": 124 + }, + { + "id": "range_22", + "name": null, + "center": [ + 133, + 156 + ], + "peak": [ + 134, + 156 + ], + "area_cells": 91 + }, + { + "id": "range_23", + "name": null, + "center": [ + 177, + 303 + ], + "peak": [ + 184, + 287 + ], + "area_cells": 1241 + }, + { + "id": "range_24", + "name": null, + "center": [ + 138, + 256 + ], + "peak": [ + 137, + 257 + ], + "area_cells": 70 + }, + { + "id": "range_25", + "name": null, + "center": [ + 141, + 183 + ], + "peak": [ + 142, + 184 + ], + "area_cells": 218 + }, + { + "id": "range_27", + "name": null, + "center": [ + 179, + 258 + ], + "peak": [ + 179, + 259 + ], + "area_cells": 96 + }, + { + "id": "range_30", + "name": null, + "center": [ + 187, + 499 + ], + "peak": [ + 189, + 494 + ], + "area_cells": 77 + }, + { + "id": "range_31", + "name": null, + "center": [ + 203, + 255 + ], + "peak": [ + 206, + 257 + ], + "area_cells": 155 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603c/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603c/globe.png new file mode 100644 index 000000000..ce067d897 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603c/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603c/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603c/heightmap.png new file mode 100644 index 000000000..123975133 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603c/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603c/index.md b/wiki/star-systems/GJ-603/bodies/GJ603c/index.md new file mode 100644 index 000000000..fdcfe3a18 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ603c +name: Torridon +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3855221320 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: 0.92 + oblateness: 0.002 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.398 + polar_ice_lat: 0.714 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.487 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Torridon + +Temperate planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 40% | +| **Year** | 350 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603c/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603c/markers.json new file mode 100644 index 000000000..e087927c5 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603c/markers.json @@ -0,0 +1,739 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 241, + 29 + ], + [ + 240, + 28 + ], + [ + 239, + 28 + ], + [ + 238, + 27 + ], + [ + 237, + 26 + ], + [ + 236, + 25 + ], + [ + 235, + 24 + ], + [ + 234, + 23 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 228, + 85 + ], + [ + 227, + 84 + ], + [ + 226, + 83 + ], + [ + 225, + 82 + ], + [ + 224, + 81 + ], + [ + 223, + 81 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 249, + 0 + ], + [ + 248, + 511 + ], + [ + 247, + 510 + ], + [ + 247, + 511 + ], + [ + 246, + 511 + ], + [ + 245, + 511 + ], + [ + 244, + 511 + ], + [ + 243, + 510 + ], + [ + 243, + 511 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 78 + ], + [ + 254, + 77 + ], + [ + 253, + 76 + ], + [ + 253, + 75 + ], + [ + 252, + 76 + ], + [ + 251, + 76 + ], + [ + 250, + 75 + ], + [ + 249, + 75 + ], + [ + 250, + 76 + ], + [ + 249, + 76 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 132, + 136 + ], + [ + 133, + 135 + ], + [ + 134, + 136 + ], + [ + 135, + 135 + ], + [ + 136, + 135 + ], + [ + 137, + 134 + ], + [ + 138, + 135 + ], + [ + 139, + 136 + ], + [ + 140, + 136 + ], + [ + 141, + 137 + ], + [ + 142, + 138 + ], + [ + 143, + 139 + ], + [ + 144, + 139 + ], + [ + 145, + 140 + ], + [ + 145, + 141 + ], + [ + 146, + 141 + ], + [ + 146, + 142 + ], + [ + 145, + 143 + ], + [ + 146, + 144 + ], + [ + 145, + 145 + ], + [ + 145, + 146 + ], + [ + 146, + 147 + ], + [ + 147, + 148 + ], + [ + 147, + 149 + ], + [ + 148, + 149 + ], + [ + 149, + 150 + ], + [ + 150, + 151 + ], + [ + 151, + 152 + ], + [ + 152, + 153 + ], + [ + 153, + 153 + ], + [ + 154, + 152 + ], + [ + 155, + 151 + ], + [ + 156, + 150 + ], + [ + 157, + 150 + ], + [ + 158, + 149 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 170, + 429 + ], + [ + 171, + 430 + ], + [ + 172, + 431 + ], + [ + 173, + 432 + ], + [ + 174, + 432 + ], + [ + 175, + 432 + ], + [ + 175, + 433 + ], + [ + 176, + 434 + ], + [ + 177, + 435 + ], + [ + 178, + 436 + ], + [ + 179, + 437 + ], + [ + 178, + 438 + ], + [ + 179, + 439 + ], + [ + 179, + 438 + ], + [ + 178, + 437 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 226, + 97 + ], + [ + 227, + 98 + ], + [ + 228, + 99 + ], + [ + 229, + 100 + ], + [ + 230, + 101 + ], + [ + 231, + 102 + ], + [ + 232, + 101 + ], + [ + 233, + 102 + ], + [ + 234, + 102 + ], + [ + 235, + 101 + ], + [ + 235, + 100 + ], + [ + 234, + 99 + ], + [ + 235, + 98 + ], + [ + 236, + 97 + ], + [ + 237, + 96 + ], + [ + 238, + 96 + ], + [ + 239, + 96 + ], + [ + 239, + 95 + ], + [ + 239, + 94 + ], + [ + 240, + 93 + ], + [ + 240, + 92 + ], + [ + 240, + 91 + ], + [ + 239, + 90 + ], + [ + 240, + 90 + ], + [ + 239, + 89 + ], + [ + 240, + 88 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 145, + 396 + ], + [ + 146, + 395 + ], + [ + 147, + 394 + ], + [ + 148, + 393 + ], + [ + 149, + 392 + ], + [ + 150, + 393 + ], + [ + 151, + 394 + ], + [ + 152, + 394 + ], + [ + 153, + 394 + ], + [ + 154, + 395 + ], + [ + 155, + 396 + ], + [ + 156, + 397 + ], + [ + 157, + 398 + ], + [ + 158, + 399 + ], + [ + 159, + 400 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 160, + 0 + ], + [ + 161, + 511 + ], + [ + 162, + 511 + ], + [ + 163, + 511 + ], + [ + 164, + 511 + ], + [ + 165, + 511 + ], + [ + 166, + 511 + ], + [ + 167, + 511 + ], + [ + 168, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 76, + 261 + ], + "area_fraction": 0.5824 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 219, + 54 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 167, + 100 + ], + "peak": [ + 175, + 100 + ], + "area_cells": 1484 + }, + { + "id": "range_2", + "name": null, + "center": [ + 141, + 332 + ], + "peak": [ + 140, + 329 + ], + "area_cells": 319 + }, + { + "id": "range_3", + "name": null, + "center": [ + 145, + 397 + ], + "peak": [ + 145, + 396 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 173, + 298 + ], + "peak": [ + 166, + 298 + ], + "area_cells": 192 + }, + { + "id": "range_6", + "name": null, + "center": [ + 199, + 326 + ], + "peak": [ + 199, + 321 + ], + "area_cells": 105 + }, + { + "id": "range_7", + "name": null, + "center": [ + 223, + 385 + ], + "peak": [ + 217, + 371 + ], + "area_cells": 2295 + }, + { + "id": "range_8", + "name": null, + "center": [ + 219, + 181 + ], + "peak": [ + 222, + 147 + ], + "area_cells": 1596 + }, + { + "id": "range_14", + "name": null, + "center": [ + 230, + 281 + ], + "peak": [ + 224, + 273 + ], + "area_cells": 566 + }, + { + "id": "range_15", + "name": null, + "center": [ + 227, + 474 + ], + "peak": [ + 223, + 471 + ], + "area_cells": 465 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603d/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603d/globe.png new file mode 100644 index 000000000..9dbc63a23 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603d/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603d/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603d/heightmap.png new file mode 100644 index 000000000..303d9a7a3 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603d/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603d/index.md b/wiki/star-systems/GJ-603/bodies/GJ603d/index.md new file mode 100644 index 000000000..bf28e3e16 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ603d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4141707429 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.543 + period_days: 700.0 + axial_tilt_deg: 18.1 +physical: + gravity_g: 0.68 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.635 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603d + +Cold Arid planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603d/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603d/markers.json new file mode 100644 index 000000000..8a7e314a9 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603d/markers.json @@ -0,0 +1,931 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 210, + 64 + ], + [ + 211, + 65 + ], + [ + 212, + 65 + ], + [ + 213, + 65 + ], + [ + 214, + 64 + ], + [ + 214, + 63 + ], + [ + 215, + 62 + ], + [ + 216, + 61 + ], + [ + 216, + 60 + ], + [ + 215, + 59 + ], + [ + 215, + 58 + ], + [ + 216, + 57 + ], + [ + 216, + 56 + ], + [ + 217, + 55 + ], + [ + 218, + 56 + ], + [ + 219, + 57 + ], + [ + 220, + 56 + ], + [ + 221, + 55 + ], + [ + 222, + 55 + ], + [ + 223, + 55 + ], + [ + 223, + 54 + ], + [ + 224, + 53 + ], + [ + 225, + 54 + ], + [ + 226, + 54 + ], + [ + 227, + 55 + ], + [ + 228, + 56 + ], + [ + 228, + 57 + ], + [ + 229, + 57 + ], + [ + 230, + 58 + ], + [ + 231, + 59 + ], + [ + 232, + 60 + ], + [ + 232, + 61 + ], + [ + 233, + 61 + ], + [ + 233, + 62 + ], + [ + 234, + 63 + ], + [ + 235, + 64 + ], + [ + 236, + 63 + ], + [ + 237, + 62 + ], + [ + 238, + 62 + ], + [ + 239, + 62 + ], + [ + 240, + 62 + ], + [ + 241, + 61 + ], + [ + 242, + 60 + ], + [ + 243, + 59 + ], + [ + 243, + 60 + ], + [ + 244, + 59 + ], + [ + 245, + 60 + ], + [ + 246, + 61 + ], + [ + 247, + 62 + ], + [ + 248, + 63 + ], + [ + 248, + 64 + ], + [ + 249, + 63 + ], + [ + 250, + 63 + ], + [ + 251, + 64 + ], + [ + 252, + 65 + ], + [ + 252, + 64 + ], + [ + 253, + 64 + ], + [ + 254, + 63 + ], + [ + 255, + 63 + ], + [ + 254, + 62 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 254, + 112 + ], + [ + 253, + 111 + ], + [ + 252, + 112 + ], + [ + 253, + 113 + ], + [ + 252, + 114 + ], + [ + 251, + 113 + ], + [ + 250, + 112 + ], + [ + 249, + 112 + ], + [ + 248, + 112 + ], + [ + 247, + 112 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 208, + 295 + ], + [ + 207, + 294 + ], + [ + 206, + 295 + ], + [ + 205, + 296 + ], + [ + 205, + 295 + ], + [ + 205, + 294 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 134, + 36 + ], + [ + 135, + 37 + ], + [ + 136, + 38 + ], + [ + 137, + 39 + ], + [ + 138, + 40 + ], + [ + 139, + 41 + ], + [ + 140, + 42 + ], + [ + 141, + 43 + ], + [ + 142, + 44 + ], + [ + 143, + 45 + ], + [ + 144, + 46 + ], + [ + 145, + 47 + ], + [ + 146, + 47 + ], + [ + 147, + 47 + ], + [ + 147, + 48 + ], + [ + 148, + 49 + ], + [ + 149, + 50 + ], + [ + 150, + 51 + ], + [ + 151, + 50 + ], + [ + 152, + 50 + ], + [ + 151, + 51 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 254, + 90 + ], + [ + 255, + 91 + ], + [ + 254, + 91 + ], + [ + 254, + 92 + ], + [ + 253, + 92 + ], + [ + 252, + 93 + ], + [ + 251, + 94 + ], + [ + 250, + 94 + ], + [ + 249, + 93 + ], + [ + 248, + 94 + ], + [ + 247, + 94 + ], + [ + 246, + 94 + ], + [ + 245, + 94 + ], + [ + 244, + 94 + ], + [ + 245, + 95 + ], + [ + 244, + 96 + ], + [ + 244, + 95 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 147, + 268 + ], + [ + 148, + 269 + ], + [ + 149, + 270 + ], + [ + 150, + 271 + ], + [ + 151, + 272 + ], + [ + 152, + 273 + ], + [ + 153, + 274 + ], + [ + 154, + 275 + ], + [ + 155, + 276 + ], + [ + 156, + 277 + ], + [ + 157, + 278 + ], + [ + 158, + 277 + ], + [ + 159, + 278 + ], + [ + 160, + 279 + ], + [ + 161, + 279 + ], + [ + 162, + 278 + ], + [ + 163, + 278 + ], + [ + 164, + 278 + ], + [ + 165, + 279 + ], + [ + 166, + 280 + ], + [ + 167, + 281 + ], + [ + 168, + 281 + ], + [ + 169, + 280 + ], + [ + 170, + 281 + ], + [ + 171, + 282 + ], + [ + 172, + 282 + ], + [ + 173, + 283 + ], + [ + 174, + 283 + ], + [ + 175, + 282 + ], + [ + 176, + 281 + ], + [ + 176, + 280 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 103, + 183 + ], + [ + 102, + 184 + ], + [ + 101, + 185 + ], + [ + 100, + 186 + ], + [ + 99, + 187 + ], + [ + 98, + 188 + ], + [ + 97, + 189 + ], + [ + 96, + 188 + ], + [ + 95, + 188 + ], + [ + 94, + 188 + ], + [ + 93, + 189 + ], + [ + 92, + 190 + ], + [ + 91, + 191 + ], + [ + 90, + 192 + ], + [ + 89, + 193 + ], + [ + 88, + 194 + ], + [ + 87, + 193 + ], + [ + 86, + 192 + ], + [ + 85, + 192 + ], + [ + 84, + 193 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 43 + ], + [ + 254, + 44 + ], + [ + 253, + 45 + ], + [ + 252, + 46 + ], + [ + 252, + 45 + ], + [ + 251, + 45 + ], + [ + 251, + 44 + ], + [ + 250, + 43 + ], + [ + 249, + 42 + ], + [ + 248, + 43 + ], + [ + 247, + 42 + ], + [ + 247, + 43 + ], + [ + 248, + 42 + ], + [ + 249, + 43 + ], + [ + 249, + 44 + ], + [ + 248, + 44 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 224, + 144 + ], + [ + 223, + 143 + ], + [ + 222, + 142 + ], + [ + 221, + 141 + ], + [ + 220, + 140 + ], + [ + 219, + 139 + ], + [ + 218, + 139 + ], + [ + 217, + 139 + ], + [ + 216, + 139 + ] + ] + } + ], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 226, + 302 + ], + "area_fraction": 0.0418 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 109, + 289 + ], + "peak": [ + 113, + 351 + ], + "area_cells": 19068 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 481 + ], + "peak": [ + 79, + 474 + ], + "area_cells": 704 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 46 + ], + "peak": [ + 84, + 43 + ], + "area_cells": 291 + }, + { + "id": "range_6", + "name": null, + "center": [ + 114, + 10 + ], + "peak": [ + 115, + 12 + ], + "area_cells": 130 + }, + { + "id": "range_7", + "name": null, + "center": [ + 134, + 17 + ], + "peak": [ + 134, + 19 + ], + "area_cells": 86 + }, + { + "id": "range_9", + "name": null, + "center": [ + 141, + 238 + ], + "peak": [ + 141, + 240 + ], + "area_cells": 73 + }, + { + "id": "range_10", + "name": null, + "center": [ + 155, + 3 + ], + "peak": [ + 156, + 0 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603e-m1/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/globe.png new file mode 100644 index 000000000..fd6c2f3cf Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603e-m1/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/heightmap.png new file mode 100644 index 000000000..849769e04 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603e-m1/index.md b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/index.md new file mode 100644 index 000000000..35953b617 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ603e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3937385747 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 18.2 +physical: + gravity_g: 0.12 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.079 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603e-m1 + +Frozen moon. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603e-m1/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/markers.json new file mode 100644 index 000000000..d04ec46f7 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603e-m1/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 108 + ], + "area_fraction": 0.042 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 395 + ], + "area_fraction": 0.0385 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 220 + ], + "peak": [ + 81, + 217 + ], + "area_cells": 62 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 313 + ], + "peak": [ + 92, + 312 + ], + "area_cells": 96 + }, + { + "id": "range_3", + "name": null, + "center": [ + 162, + 252 + ], + "peak": [ + 188, + 371 + ], + "area_cells": 36824 + }, + { + "id": "range_10", + "name": null, + "center": [ + 247, + 297 + ], + "peak": [ + 244, + 291 + ], + "area_cells": 312 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603e/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603e/globe.png new file mode 100644 index 000000000..ae6d49c46 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603e/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603e/index.md b/wiki/star-systems/GJ-603/bodies/GJ603e/index.md new file mode 100644 index 000000000..49418d34c --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ603e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2564402516 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.31 + period_days: 2200.0 + axial_tilt_deg: 5.7 +physical: + gravity_g: null + oblateness: 0.078 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.068 +--- + +# GJ603e + +Gas giant. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603f/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603f/globe.png new file mode 100644 index 000000000..4d3c2387a Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603f/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603f/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603f/heightmap.png new file mode 100644 index 000000000..f87aa41c2 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603f/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603f/index.md b/wiki/star-systems/GJ-603/bodies/GJ603f/index.md new file mode 100644 index 000000000..244e1f49a --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ603f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4044349790 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.024 + period_days: 5400.0 + axial_tilt_deg: 41.9 +physical: + gravity_g: 0.46 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.22 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603f + +Frozen planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603f/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603f/markers.json new file mode 100644 index 000000000..c2c17c31b --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603f/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 45, + 257 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 4, + 400 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 98, + 61 + ], + "area_fraction": 0.0752 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 176, + 442 + ], + "area_fraction": 0.0907 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 349 + ], + "peak": [ + 45, + 350 + ], + "area_cells": 128 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 297 + ], + "peak": [ + 133, + 296 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 145, + 286 + ], + "peak": [ + 145, + 282 + ], + "area_cells": 418 + }, + { + "id": "range_5", + "name": null, + "center": [ + 141, + 229 + ], + "peak": [ + 139, + 230 + ], + "area_cells": 199 + }, + { + "id": "range_6", + "name": null, + "center": [ + 201, + 227 + ], + "peak": [ + 178, + 259 + ], + "area_cells": 5871 + }, + { + "id": "range_10", + "name": null, + "center": [ + 220, + 258 + ], + "peak": [ + 220, + 259 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603g/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603g/globe.png new file mode 100644 index 000000000..3d6c9dc71 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603g/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603g/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603g/heightmap.png new file mode 100644 index 000000000..5764a14fe Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603g/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603g/index.md b/wiki/star-systems/GJ-603/bodies/GJ603g/index.md new file mode 100644 index 000000000..b2ee464c3 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ603g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1454559374 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 10.258 + period_days: 12000.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.36 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.841 + polar_ice_lat: 0.343 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.397 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603g + +Frozen planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 12000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603g/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603g/markers.json new file mode 100644 index 000000000..dca15be9a --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603g/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 125 + ], + "area_fraction": 0.0973 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 20, + 447 + ], + "area_fraction": 0.0396 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 57, + 208 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 167, + 303 + ], + "peak": [ + 159, + 451 + ], + "area_cells": 33101 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 48 + ], + "peak": [ + 119, + 47 + ], + "area_cells": 51 + }, + { + "id": "range_3", + "name": null, + "center": [ + 131, + 0 + ], + "peak": [ + 125, + 0 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 132, + 182 + ], + "peak": [ + 134, + 182 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603h/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603h/globe.png new file mode 100644 index 000000000..87b059f3a Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603h/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603h/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603h/heightmap.png new file mode 100644 index 000000000..65f47d586 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603h/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603h/index.md b/wiki/star-systems/GJ-603/bodies/GJ603h/index.md new file mode 100644 index 000000000..4a76db50c --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ603h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2040448145 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 17.176 + period_days: 26000.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.718 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603h + +Frozen planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603h/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603h/markers.json new file mode 100644 index 000000000..4e947e016 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603h/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 45, + 165 + ], + "area_fraction": 0.0373 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 60, + 400 + ], + "area_fraction": 0.121 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 122, + 105 + ], + "area_fraction": 0.0251 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 116, + 257 + ], + "area_fraction": 0.0248 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 120, + 159 + ], + "area_fraction": 0.016 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 106, + 72 + ], + "area_fraction": 0.005 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 127, + 334 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 153, + 213 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 222, + 20 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 42 + ], + "peak": [ + 30, + 39 + ], + "area_cells": 272 + }, + { + "id": "range_3", + "name": null, + "center": [ + 182, + 474 + ], + "peak": [ + 187, + 452 + ], + "area_cells": 1654 + }, + { + "id": "range_4", + "name": null, + "center": [ + 182, + 2 + ], + "peak": [ + 181, + 2 + ], + "area_cells": 62 + }, + { + "id": "range_5", + "name": null, + "center": [ + 185, + 69 + ], + "peak": [ + 182, + 90 + ], + "area_cells": 559 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 157 + ], + "peak": [ + 215, + 163 + ], + "area_cells": 6630 + }, + { + "id": "range_8", + "name": null, + "center": [ + 215, + 303 + ], + "peak": [ + 217, + 288 + ], + "area_cells": 476 + }, + { + "id": "range_9", + "name": null, + "center": [ + 219, + 247 + ], + "peak": [ + 219, + 246 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 229, + 79 + ], + "peak": [ + 225, + 81 + ], + "area_cells": 70 + }, + { + "id": "range_13", + "name": null, + "center": [ + 246, + 455 + ], + "peak": [ + 250, + 449 + ], + "area_cells": 854 + }, + { + "id": "range_14", + "name": null, + "center": [ + 248, + 326 + ], + "peak": [ + 248, + 336 + ], + "area_cells": 529 + }, + { + "id": "range_15", + "name": null, + "center": [ + 251, + 90 + ], + "peak": [ + 255, + 89 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603i/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603i/globe.png new file mode 100644 index 000000000..e1860a5d0 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603i/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603i/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603i/heightmap.png new file mode 100644 index 000000000..0d3da493f Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603i/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603i/index.md b/wiki/star-systems/GJ-603/bodies/GJ603i/index.md new file mode 100644 index 000000000..86871c926 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ603i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1120362637 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 28.646 + period_days: 56000.0 + axial_tilt_deg: 53.7 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.829 + polar_ice_lat: 0.14 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.411 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603i + +Frozen planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603i/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603i/markers.json new file mode 100644 index 000000000..5af85db6a --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603i/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 44, + 46 + ], + "area_fraction": 0.0394 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 54, + 493 + ], + "area_fraction": 0.0209 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 46, + 422 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 116, + 342 + ], + "area_fraction": 0.0321 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 104, + 250 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 213, + 327 + ], + "area_fraction": 0.01 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 116 + ], + "peak": [ + 0, + 116 + ], + "area_cells": 428 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 273 + ], + "peak": [ + 1, + 273 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 284 + ], + "peak": [ + 9, + 284 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 293 + ], + "peak": [ + 0, + 293 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 31, + 285 + ], + "peak": [ + 31, + 285 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 33, + 271 + ], + "peak": [ + 34, + 272 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 151, + 221 + ], + "peak": [ + 154, + 242 + ], + "area_cells": 1519 + }, + { + "id": "range_12", + "name": null, + "center": [ + 141, + 274 + ], + "peak": [ + 145, + 292 + ], + "area_cells": 296 + }, + { + "id": "range_13", + "name": null, + "center": [ + 161, + 281 + ], + "peak": [ + 161, + 282 + ], + "area_cells": 49 + }, + { + "id": "range_16", + "name": null, + "center": [ + 236, + 174 + ], + "peak": [ + 255, + 158 + ], + "area_cells": 5318 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-603/bodies/GJ603j/globe.png b/wiki/star-systems/GJ-603/bodies/GJ603j/globe.png new file mode 100644 index 000000000..6578e945e Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603j/globe.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603j/heightmap.png b/wiki/star-systems/GJ-603/bodies/GJ603j/heightmap.png new file mode 100644 index 000000000..87f6a3862 Binary files /dev/null and b/wiki/star-systems/GJ-603/bodies/GJ603j/heightmap.png differ diff --git a/wiki/star-systems/GJ-603/bodies/GJ603j/index.md b/wiki/star-systems/GJ-603/bodies/GJ603j/index.md new file mode 100644 index 000000000..1fd858ca3 --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ603j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2624767286 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 46.013 + period_days: 114000.0 + axial_tilt_deg: 45.4 +physical: + gravity_g: 0.09 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.892 + polar_ice_lat: 0.08 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.441 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ603j + +Frozen planet. + +**System:** [GJ-603](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 114000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-603/bodies/GJ603j/markers.json b/wiki/star-systems/GJ-603/bodies/GJ603j/markers.json new file mode 100644 index 000000000..4a6df6aac --- /dev/null +++ b/wiki/star-systems/GJ-603/bodies/GJ603j/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 229, + 305 + ], + "area_fraction": 0.0838 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 244, + 15 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 242, + 496 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 17, + 88 + ], + "peak": [ + 29, + 76 + ], + "area_cells": 1526 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 325 + ], + "peak": [ + 2, + 323 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 360 + ], + "peak": [ + 49, + 326 + ], + "area_cells": 8035 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 314 + ], + "peak": [ + 19, + 317 + ], + "area_cells": 124 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 221 + ], + "peak": [ + 22, + 221 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 193 + ], + "peak": [ + 27, + 190 + ], + "area_cells": 249 + }, + { + "id": "range_10", + "name": null, + "center": [ + 37, + 170 + ], + "peak": [ + 35, + 170 + ], + "area_cells": 71 + }, + { + "id": "range_11", + "name": null, + "center": [ + 40, + 3 + ], + "peak": [ + 42, + 3 + ], + "area_cells": 94 + }, + { + "id": "range_13", + "name": null, + "center": [ + 40, + 133 + ], + "peak": [ + 39, + 148 + ], + "area_cells": 456 + }, + { + "id": "range_14", + "name": null, + "center": [ + 45, + 509 + ], + "peak": [ + 45, + 511 + ], + "area_cells": 23 + }, + { + "id": "range_15", + "name": null, + "center": [ + 63, + 213 + ], + "peak": [ + 63, + 213 + ], + "area_cells": 34 + }, + { + "id": "range_16", + "name": null, + "center": [ + 83, + 233 + ], + "peak": [ + 84, + 234 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 124, + 268 + ], + "peak": [ + 111, + 276 + ], + "area_cells": 6695 + }, + { + "id": "range_18", + "name": null, + "center": [ + 111, + 360 + ], + "peak": [ + 108, + 359 + ], + "area_cells": 176 + }, + { + "id": "range_19", + "name": null, + "center": [ + 118, + 146 + ], + "peak": [ + 120, + 145 + ], + "area_cells": 254 + }, + { + "id": "range_20", + "name": null, + "center": [ + 153, + 121 + ], + "peak": [ + 150, + 98 + ], + "area_cells": 3517 + }, + { + "id": "range_22", + "name": null, + "center": [ + 157, + 239 + ], + "peak": [ + 158, + 241 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 187, + 85 + ], + "peak": [ + 188, + 85 + ], + "area_cells": 184 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ61b/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61b/globe.png new file mode 100644 index 000000000..2c3a3a27f Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61b/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61b/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61b/heightmap.png new file mode 100644 index 000000000..9797a9b8c Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61b/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61b/index.md b/wiki/star-systems/GJ-61/bodies/GJ61b/index.md new file mode 100644 index 000000000..1b5f2ed47 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ61b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2203801516 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.258 + period_days: 48.0 + axial_tilt_deg: 38.3 +physical: + gravity_g: 0.52 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.84 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61b + +Barren planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 98% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61b/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61b/markers.json new file mode 100644 index 000000000..2ff42afa9 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61b/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 232 + ], + "peak": [ + 3, + 232 + ], + "area_cells": 28 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 244 + ], + "peak": [ + 3, + 244 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 389 + ], + "peak": [ + 28, + 408 + ], + "area_cells": 11618 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 34 + ], + "peak": [ + 88, + 29 + ], + "area_cells": 2807 + }, + { + "id": "range_5", + "name": null, + "center": [ + 21, + 287 + ], + "peak": [ + 21, + 287 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 278 + ], + "peak": [ + 36, + 278 + ], + "area_cells": 82 + }, + { + "id": "range_8", + "name": null, + "center": [ + 76, + 222 + ], + "peak": [ + 85, + 237 + ], + "area_cells": 2106 + }, + { + "id": "range_17", + "name": null, + "center": [ + 54, + 209 + ], + "peak": [ + 60, + 211 + ], + "area_cells": 44 + }, + { + "id": "range_21", + "name": null, + "center": [ + 59, + 170 + ], + "peak": [ + 60, + 169 + ], + "area_cells": 129 + }, + { + "id": "range_28", + "name": null, + "center": [ + 80, + 149 + ], + "peak": [ + 80, + 149 + ], + "area_cells": 22 + }, + { + "id": "range_29", + "name": null, + "center": [ + 94, + 341 + ], + "peak": [ + 94, + 339 + ], + "area_cells": 139 + }, + { + "id": "range_32", + "name": null, + "center": [ + 110, + 365 + ], + "peak": [ + 109, + 364 + ], + "area_cells": 77 + }, + { + "id": "range_33", + "name": null, + "center": [ + 132, + 45 + ], + "peak": [ + 136, + 44 + ], + "area_cells": 204 + }, + { + "id": "range_34", + "name": null, + "center": [ + 140, + 103 + ], + "peak": [ + 141, + 103 + ], + "area_cells": 27 + }, + { + "id": "range_35", + "name": null, + "center": [ + 158, + 77 + ], + "peak": [ + 152, + 68 + ], + "area_cells": 443 + }, + { + "id": "range_36", + "name": null, + "center": [ + 155, + 143 + ], + "peak": [ + 155, + 143 + ], + "area_cells": 155 + }, + { + "id": "range_37", + "name": null, + "center": [ + 152, + 28 + ], + "peak": [ + 153, + 28 + ], + "area_cells": 58 + }, + { + "id": "range_38", + "name": null, + "center": [ + 173, + 409 + ], + "peak": [ + 174, + 410 + ], + "area_cells": 44 + }, + { + "id": "range_39", + "name": null, + "center": [ + 179, + 19 + ], + "peak": [ + 179, + 18 + ], + "area_cells": 95 + }, + { + "id": "range_42", + "name": null, + "center": [ + 188, + 79 + ], + "peak": [ + 197, + 85 + ], + "area_cells": 275 + }, + { + "id": "range_43", + "name": null, + "center": [ + 182, + 41 + ], + "peak": [ + 185, + 42 + ], + "area_cells": 123 + }, + { + "id": "range_44", + "name": null, + "center": [ + 180, + 351 + ], + "peak": [ + 180, + 352 + ], + "area_cells": 54 + }, + { + "id": "range_46", + "name": null, + "center": [ + 189, + 310 + ], + "peak": [ + 195, + 310 + ], + "area_cells": 52 + }, + { + "id": "range_47", + "name": null, + "center": [ + 187, + 114 + ], + "peak": [ + 187, + 114 + ], + "area_cells": 56 + }, + { + "id": "range_48", + "name": null, + "center": [ + 194, + 61 + ], + "peak": [ + 193, + 62 + ], + "area_cells": 96 + }, + { + "id": "range_49", + "name": null, + "center": [ + 199, + 350 + ], + "peak": [ + 201, + 351 + ], + "area_cells": 44 + }, + { + "id": "range_51", + "name": null, + "center": [ + 211, + 319 + ], + "peak": [ + 211, + 319 + ], + "area_cells": 37 + }, + { + "id": "range_53", + "name": null, + "center": [ + 216, + 327 + ], + "peak": [ + 216, + 327 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61c/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61c/globe.png new file mode 100644 index 000000000..2e6045c67 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61c/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61c/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61c/heightmap.png new file mode 100644 index 000000000..02835e4ec Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61c/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61c/index.md b/wiki/star-systems/GJ-61/bodies/GJ61c/index.md new file mode 100644 index 000000000..1080e3321 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ61c +name: Wolfenbüttel +body_type: planet +planet_class: temperate +body_scale: planet +seed: 724072784 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.972 + period_days: 350.0 + axial_tilt_deg: 22.1 +physical: + gravity_g: 0.94 + oblateness: 0.0039 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.567 + polar_ice_lat: 0.754 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Wolfenbüttel + +Temperate planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 57% | +| **Year** | 350 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | research | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61c/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61c/markers.json new file mode 100644 index 000000000..e92aa97cf --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61c/markers.json @@ -0,0 +1,583 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 141, + 382 + ], + [ + 142, + 381 + ], + [ + 143, + 380 + ], + [ + 144, + 379 + ], + [ + 144, + 378 + ], + [ + 145, + 377 + ], + [ + 144, + 376 + ], + [ + 144, + 375 + ], + [ + 144, + 374 + ], + [ + 145, + 373 + ], + [ + 144, + 372 + ], + [ + 145, + 371 + ], + [ + 144, + 371 + ], + [ + 144, + 370 + ], + [ + 145, + 369 + ], + [ + 144, + 368 + ], + [ + 144, + 367 + ], + [ + 144, + 366 + ], + [ + 143, + 365 + ], + [ + 144, + 365 + ], + [ + 144, + 364 + ], + [ + 143, + 364 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 100, + 197 + ], + [ + 101, + 198 + ], + [ + 102, + 199 + ], + [ + 103, + 199 + ], + [ + 104, + 198 + ], + [ + 105, + 198 + ], + [ + 106, + 197 + ], + [ + 107, + 196 + ], + [ + 107, + 195 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 254, + 326 + ], + [ + 253, + 327 + ], + [ + 252, + 327 + ], + [ + 251, + 328 + ], + [ + 250, + 329 + ], + [ + 249, + 330 + ], + [ + 248, + 330 + ], + [ + 247, + 331 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 196, + 410 + ], + [ + 197, + 409 + ], + [ + 198, + 408 + ], + [ + 199, + 407 + ], + [ + 200, + 406 + ], + [ + 201, + 405 + ], + [ + 201, + 406 + ], + [ + 201, + 407 + ], + [ + 202, + 408 + ], + [ + 203, + 408 + ], + [ + 204, + 408 + ], + [ + 205, + 408 + ], + [ + 205, + 409 + ], + [ + 206, + 410 + ], + [ + 207, + 410 + ], + [ + 208, + 411 + ], + [ + 209, + 410 + ], + [ + 209, + 411 + ], + [ + 210, + 412 + ], + [ + 211, + 412 + ], + [ + 212, + 411 + ], + [ + 213, + 410 + ], + [ + 214, + 410 + ], + [ + 214, + 411 + ], + [ + 215, + 411 + ], + [ + 215, + 410 + ], + [ + 216, + 410 + ], + [ + 217, + 411 + ], + [ + 218, + 410 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 153, + 348 + ], + [ + 152, + 349 + ], + [ + 151, + 350 + ], + [ + 150, + 351 + ], + [ + 149, + 352 + ], + [ + 148, + 352 + ], + [ + 147, + 351 + ], + [ + 146, + 350 + ], + [ + 145, + 350 + ], + [ + 144, + 349 + ], + [ + 143, + 348 + ], + [ + 142, + 348 + ], + [ + 142, + 347 + ], + [ + 141, + 348 + ], + [ + 142, + 349 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 263 + ], + [ + 254, + 263 + ], + [ + 253, + 262 + ], + [ + 252, + 262 + ], + [ + 251, + 263 + ], + [ + 250, + 263 + ], + [ + 249, + 264 + ], + [ + 248, + 265 + ], + [ + 247, + 266 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 58, + 271 + ], + "area_fraction": 0.3865 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 230, + 337 + ], + "area_fraction": 0.0409 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 94, + 234 + ], + "peak": [ + 107, + 254 + ], + "area_cells": 1803 + }, + { + "id": "range_5", + "name": null, + "center": [ + 136, + 316 + ], + "peak": [ + 139, + 314 + ], + "area_cells": 165 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 489 + ], + "peak": [ + 149, + 473 + ], + "area_cells": 336 + }, + { + "id": "range_7", + "name": null, + "center": [ + 146, + 2 + ], + "peak": [ + 147, + 0 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 55 + ], + "peak": [ + 200, + 40 + ], + "area_cells": 3339 + }, + { + "id": "range_10", + "name": null, + "center": [ + 168, + 355 + ], + "peak": [ + 174, + 355 + ], + "area_cells": 115 + }, + { + "id": "range_11", + "name": null, + "center": [ + 179, + 225 + ], + "peak": [ + 183, + 241 + ], + "area_cells": 154 + }, + { + "id": "range_13", + "name": null, + "center": [ + 190, + 283 + ], + "peak": [ + 192, + 289 + ], + "area_cells": 60 + }, + { + "id": "range_14", + "name": null, + "center": [ + 204, + 499 + ], + "peak": [ + 212, + 500 + ], + "area_cells": 491 + }, + { + "id": "range_15", + "name": null, + "center": [ + 198, + 471 + ], + "peak": [ + 198, + 470 + ], + "area_cells": 44 + }, + { + "id": "range_17", + "name": null, + "center": [ + 235, + 72 + ], + "peak": [ + 234, + 77 + ], + "area_cells": 284 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61d/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61d/globe.png new file mode 100644 index 000000000..1f749ef2a Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61d/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61d/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61d/heightmap.png new file mode 100644 index 000000000..5ddb74c53 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61d/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61d/index.md b/wiki/star-systems/GJ-61/bodies/GJ61d/index.md new file mode 100644 index 000000000..df4384317 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ61d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3220415594 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.658 + period_days: 780.0 + axial_tilt_deg: 36.9 +physical: + gravity_g: 0.7 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.427 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.172 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61d + +Cold Arid planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.7g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61d/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61d/markers.json new file mode 100644 index 000000000..814ca01e7 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61d/markers.json @@ -0,0 +1,1311 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 161, + 190 + ], + [ + 160, + 191 + ], + [ + 159, + 192 + ], + [ + 158, + 193 + ], + [ + 157, + 194 + ], + [ + 157, + 195 + ], + [ + 156, + 194 + ], + [ + 156, + 195 + ], + [ + 155, + 195 + ], + [ + 156, + 196 + ], + [ + 155, + 196 + ], + [ + 156, + 197 + ], + [ + 155, + 197 + ], + [ + 156, + 198 + ], + [ + 155, + 198 + ], + [ + 154, + 197 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 128, + 12 + ], + [ + 129, + 11 + ], + [ + 130, + 10 + ], + [ + 131, + 9 + ], + [ + 132, + 8 + ], + [ + 133, + 7 + ], + [ + 133, + 6 + ], + [ + 134, + 6 + ], + [ + 134, + 5 + ], + [ + 134, + 4 + ], + [ + 135, + 3 + ], + [ + 136, + 2 + ], + [ + 135, + 1 + ], + [ + 135, + 0 + ], + [ + 136, + 0 + ], + [ + 137, + 511 + ], + [ + 137, + 510 + ], + [ + 138, + 509 + ], + [ + 139, + 508 + ], + [ + 140, + 508 + ], + [ + 140, + 507 + ], + [ + 141, + 506 + ], + [ + 142, + 505 + ], + [ + 143, + 504 + ], + [ + 144, + 504 + ], + [ + 145, + 505 + ], + [ + 146, + 504 + ], + [ + 147, + 503 + ], + [ + 148, + 504 + ], + [ + 148, + 503 + ], + [ + 148, + 502 + ], + [ + 147, + 501 + ], + [ + 148, + 500 + ], + [ + 149, + 501 + ], + [ + 149, + 500 + ], + [ + 148, + 499 + ], + [ + 147, + 498 + ], + [ + 148, + 498 + ], + [ + 149, + 497 + ], + [ + 149, + 496 + ], + [ + 148, + 495 + ], + [ + 149, + 495 + ], + [ + 148, + 494 + ], + [ + 148, + 493 + ], + [ + 149, + 493 + ], + [ + 149, + 492 + ], + [ + 149, + 491 + ], + [ + 150, + 491 + ], + [ + 151, + 491 + ], + [ + 152, + 490 + ], + [ + 153, + 490 + ], + [ + 154, + 489 + ], + [ + 155, + 488 + ], + [ + 156, + 487 + ], + [ + 157, + 486 + ], + [ + 157, + 485 + ], + [ + 158, + 485 + ], + [ + 159, + 486 + ], + [ + 158, + 486 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 219, + 359 + ], + [ + 220, + 358 + ], + [ + 221, + 357 + ], + [ + 222, + 356 + ], + [ + 223, + 356 + ], + [ + 224, + 357 + ], + [ + 225, + 358 + ], + [ + 226, + 359 + ], + [ + 227, + 358 + ], + [ + 228, + 357 + ], + [ + 229, + 358 + ], + [ + 230, + 358 + ], + [ + 231, + 358 + ], + [ + 232, + 359 + ], + [ + 233, + 359 + ], + [ + 234, + 360 + ], + [ + 235, + 360 + ], + [ + 236, + 360 + ], + [ + 237, + 360 + ], + [ + 238, + 361 + ], + [ + 239, + 360 + ], + [ + 239, + 361 + ], + [ + 240, + 362 + ], + [ + 241, + 362 + ], + [ + 242, + 363 + ], + [ + 243, + 363 + ], + [ + 244, + 364 + ], + [ + 243, + 365 + ], + [ + 242, + 366 + ], + [ + 241, + 367 + ], + [ + 240, + 367 + ], + [ + 240, + 368 + ], + [ + 239, + 368 + ], + [ + 239, + 367 + ], + [ + 238, + 367 + ], + [ + 239, + 366 + ], + [ + 238, + 366 + ], + [ + 239, + 365 + ], + [ + 240, + 366 + ], + [ + 240, + 365 + ], + [ + 241, + 366 + ], + [ + 242, + 367 + ], + [ + 241, + 368 + ], + [ + 240, + 369 + ], + [ + 239, + 370 + ], + [ + 238, + 370 + ], + [ + 238, + 371 + ], + [ + 237, + 372 + ], + [ + 237, + 373 + ], + [ + 236, + 373 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 134, + 344 + ], + [ + 133, + 343 + ], + [ + 132, + 343 + ], + [ + 131, + 342 + ], + [ + 130, + 341 + ], + [ + 129, + 340 + ], + [ + 128, + 339 + ], + [ + 127, + 338 + ], + [ + 126, + 337 + ], + [ + 125, + 337 + ], + [ + 124, + 336 + ], + [ + 123, + 335 + ], + [ + 122, + 335 + ], + [ + 121, + 334 + ], + [ + 120, + 335 + ], + [ + 119, + 334 + ], + [ + 119, + 335 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 188, + 339 + ], + [ + 187, + 340 + ], + [ + 186, + 341 + ], + [ + 185, + 342 + ], + [ + 185, + 343 + ], + [ + 184, + 344 + ], + [ + 183, + 345 + ], + [ + 182, + 346 + ], + [ + 181, + 347 + ], + [ + 180, + 348 + ], + [ + 179, + 349 + ], + [ + 178, + 350 + ], + [ + 177, + 351 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 136, + 54 + ], + [ + 137, + 55 + ], + [ + 138, + 54 + ], + [ + 139, + 53 + ], + [ + 140, + 52 + ], + [ + 141, + 51 + ], + [ + 142, + 50 + ], + [ + 143, + 49 + ], + [ + 143, + 48 + ], + [ + 144, + 47 + ], + [ + 145, + 46 + ], + [ + 146, + 45 + ], + [ + 145, + 44 + ], + [ + 146, + 43 + ], + [ + 147, + 42 + ], + [ + 148, + 41 + ], + [ + 148, + 40 + ], + [ + 149, + 41 + ], + [ + 150, + 40 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 133, + 369 + ], + [ + 132, + 370 + ], + [ + 131, + 369 + ], + [ + 130, + 368 + ], + [ + 129, + 367 + ], + [ + 128, + 366 + ], + [ + 127, + 365 + ], + [ + 126, + 364 + ], + [ + 125, + 363 + ], + [ + 124, + 362 + ], + [ + 123, + 363 + ], + [ + 122, + 362 + ], + [ + 121, + 361 + ], + [ + 120, + 360 + ], + [ + 119, + 359 + ], + [ + 118, + 359 + ], + [ + 119, + 358 + ], + [ + 118, + 357 + ], + [ + 118, + 356 + ], + [ + 119, + 356 + ], + [ + 118, + 355 + ], + [ + 119, + 355 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 113, + 110 + ], + [ + 114, + 110 + ], + [ + 115, + 109 + ], + [ + 116, + 108 + ], + [ + 117, + 107 + ], + [ + 118, + 106 + ], + [ + 119, + 105 + ], + [ + 120, + 104 + ], + [ + 121, + 103 + ], + [ + 122, + 102 + ], + [ + 123, + 101 + ], + [ + 124, + 100 + ], + [ + 124, + 99 + ], + [ + 125, + 98 + ], + [ + 126, + 97 + ], + [ + 127, + 96 + ], + [ + 128, + 95 + ], + [ + 129, + 94 + ], + [ + 130, + 93 + ], + [ + 129, + 92 + ], + [ + 128, + 91 + ], + [ + 128, + 90 + ], + [ + 128, + 89 + ], + [ + 127, + 88 + ], + [ + 128, + 87 + ], + [ + 129, + 86 + ], + [ + 128, + 85 + ], + [ + 129, + 84 + ], + [ + 128, + 83 + ], + [ + 127, + 83 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 123, + 52 + ], + [ + 122, + 53 + ], + [ + 122, + 54 + ], + [ + 121, + 55 + ], + [ + 120, + 56 + ], + [ + 120, + 57 + ], + [ + 121, + 58 + ], + [ + 121, + 59 + ], + [ + 122, + 60 + ], + [ + 123, + 61 + ], + [ + 124, + 62 + ], + [ + 123, + 63 + ], + [ + 123, + 64 + ], + [ + 123, + 65 + ], + [ + 123, + 66 + ], + [ + 124, + 67 + ], + [ + 125, + 68 + ], + [ + 126, + 69 + ], + [ + 126, + 70 + ], + [ + 127, + 71 + ], + [ + 126, + 72 + ], + [ + 127, + 73 + ], + [ + 128, + 74 + ], + [ + 129, + 75 + ], + [ + 128, + 76 + ], + [ + 128, + 77 + ], + [ + 129, + 78 + ], + [ + 129, + 79 + ], + [ + 129, + 80 + ], + [ + 128, + 81 + ], + [ + 127, + 82 + ], + [ + 128, + 83 + ], + [ + 127, + 84 + ], + [ + 128, + 84 + ], + [ + 127, + 83 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 173, + 308 + ], + [ + 174, + 307 + ], + [ + 175, + 306 + ], + [ + 176, + 305 + ], + [ + 177, + 304 + ], + [ + 178, + 303 + ], + [ + 179, + 302 + ], + [ + 180, + 301 + ], + [ + 181, + 300 + ], + [ + 182, + 299 + ], + [ + 183, + 298 + ], + [ + 184, + 297 + ], + [ + 185, + 296 + ], + [ + 186, + 295 + ], + [ + 187, + 294 + ], + [ + 188, + 293 + ], + [ + 188, + 292 + ], + [ + 189, + 291 + ], + [ + 190, + 290 + ], + [ + 191, + 289 + ], + [ + 190, + 288 + ], + [ + 189, + 289 + ], + [ + 188, + 288 + ], + [ + 187, + 287 + ], + [ + 188, + 287 + ], + [ + 188, + 286 + ], + [ + 189, + 287 + ], + [ + 189, + 288 + ], + [ + 188, + 289 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 203, + 220 + ], + "area_fraction": 0.0295 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 379 + ], + "peak": [ + 73, + 468 + ], + "area_cells": 20269 + }, + { + "id": "range_2", + "name": null, + "center": [ + 85, + 71 + ], + "peak": [ + 76, + 37 + ], + "area_cells": 10648 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 385 + ], + "peak": [ + 132, + 386 + ], + "area_cells": 337 + }, + { + "id": "range_8", + "name": null, + "center": [ + 140, + 319 + ], + "peak": [ + 144, + 311 + ], + "area_cells": 762 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 44 + ], + "peak": [ + 153, + 50 + ], + "area_cells": 124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61e-m1/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/globe.png new file mode 100644 index 000000000..7e47a897b Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61e-m1/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/heightmap.png new file mode 100644 index 000000000..6c1b8dff5 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61e-m1/index.md b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/index.md new file mode 100644 index 000000000..c8da7b279 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ61e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 133010645 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 45.7 +physical: + gravity_g: 0.13 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61e-m1 + +Frozen moon. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 95% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61e-m1/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/markers.json new file mode 100644 index 000000000..3c61748ef --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61e-m1/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 18, + 180 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 25, + 381 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 212, + 238 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 38 + ], + "peak": [ + 80, + 38 + ], + "area_cells": 3571 + }, + { + "id": "range_2", + "name": null, + "center": [ + 116, + 228 + ], + "peak": [ + 86, + 158 + ], + "area_cells": 15209 + }, + { + "id": "range_3", + "name": null, + "center": [ + 80, + 488 + ], + "peak": [ + 84, + 478 + ], + "area_cells": 807 + }, + { + "id": "range_7", + "name": null, + "center": [ + 163, + 162 + ], + "peak": [ + 162, + 164 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 107 + ], + "peak": [ + 173, + 107 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 175, + 363 + ], + "peak": [ + 176, + 364 + ], + "area_cells": 72 + }, + { + "id": "range_10", + "name": null, + "center": [ + 185, + 295 + ], + "peak": [ + 188, + 295 + ], + "area_cells": 107 + }, + { + "id": "range_11", + "name": null, + "center": [ + 187, + 392 + ], + "peak": [ + 186, + 396 + ], + "area_cells": 264 + }, + { + "id": "range_14", + "name": null, + "center": [ + 219, + 444 + ], + "peak": [ + 220, + 446 + ], + "area_cells": 191 + }, + { + "id": "range_15", + "name": null, + "center": [ + 228, + 142 + ], + "peak": [ + 227, + 142 + ], + "area_cells": 147 + }, + { + "id": "range_16", + "name": null, + "center": [ + 241, + 487 + ], + "peak": [ + 239, + 487 + ], + "area_cells": 167 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61e/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61e/globe.png new file mode 100644 index 000000000..856eb964b Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61e/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61e/index.md b/wiki/star-systems/GJ-61/bodies/GJ61e/index.md new file mode 100644 index 000000000..4aaf65cf3 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ61e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 141967180 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.7 + period_days: 2600.0 + axial_tilt_deg: 11.0 +physical: + gravity_g: null + oblateness: 0.0563 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.151 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.138 +--- + +# GJ61e + +Gas giant. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61f/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61f/globe.png new file mode 100644 index 000000000..e0e64cb8a Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61f/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61f/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61f/heightmap.png new file mode 100644 index 000000000..41138b4b2 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61f/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61f/index.md b/wiki/star-systems/GJ-61/bodies/GJ61f/index.md new file mode 100644 index 000000000..2276de2a6 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ61f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3362533295 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.746 + period_days: 6400.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.882 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.38 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61f + +Frozen planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61f/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61f/markers.json new file mode 100644 index 000000000..56f668df9 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61f/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 394 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 67, + 298 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 70, + 452 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 99, + 49 + ], + "area_fraction": 0.0357 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 144 + ], + "peak": [ + 32, + 147 + ], + "area_cells": 5727 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 216 + ], + "peak": [ + 38, + 216 + ], + "area_cells": 175 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 234 + ], + "peak": [ + 90, + 228 + ], + "area_cells": 80 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 178 + ], + "peak": [ + 118, + 186 + ], + "area_cells": 114 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 355 + ], + "peak": [ + 129, + 356 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 168, + 329 + ], + "peak": [ + 153, + 335 + ], + "area_cells": 3348 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 186 + ], + "peak": [ + 145, + 186 + ], + "area_cells": 137 + }, + { + "id": "range_10", + "name": null, + "center": [ + 203, + 132 + ], + "peak": [ + 203, + 131 + ], + "area_cells": 110 + }, + { + "id": "range_11", + "name": null, + "center": [ + 206, + 494 + ], + "peak": [ + 207, + 499 + ], + "area_cells": 303 + }, + { + "id": "range_13", + "name": null, + "center": [ + 242, + 38 + ], + "peak": [ + 241, + 38 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61g/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61g/globe.png new file mode 100644 index 000000000..020bbf1f2 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61g/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61g/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61g/heightmap.png new file mode 100644 index 000000000..6f1b22968 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61g/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61g/index.md b/wiki/star-systems/GJ-61/bodies/GJ61g/index.md new file mode 100644 index 000000000..db647aba9 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ61g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1012731770 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.368 + period_days: 14000.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.36 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.756 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61g + +Frozen planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61g/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61g/markers.json new file mode 100644 index 000000000..5886499db --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61g/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 114, + 59 + ], + "area_fraction": 0.0776 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 138, + 433 + ], + "area_fraction": 0.0775 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 228, + 362 + ], + "area_fraction": 0.0613 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 111 + ], + "peak": [ + 3, + 139 + ], + "area_cells": 5557 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 418 + ], + "peak": [ + 0, + 407 + ], + "area_cells": 3025 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 362 + ], + "peak": [ + 37, + 362 + ], + "area_cells": 57 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 71 + ], + "peak": [ + 46, + 71 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 1 + ], + "peak": [ + 60, + 1 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 152, + 118 + ], + "peak": [ + 153, + 117 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 191, + 176 + ], + "peak": [ + 196, + 179 + ], + "area_cells": 210 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 153 + ], + "peak": [ + 206, + 154 + ], + "area_cells": 386 + }, + { + "id": "range_15", + "name": null, + "center": [ + 205, + 121 + ], + "peak": [ + 207, + 120 + ], + "area_cells": 105 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61h/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61h/globe.png new file mode 100644 index 000000000..ea240f49d Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61h/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61h/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61h/heightmap.png new file mode 100644 index 000000000..51481aade Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61h/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61h/index.md b/wiki/star-systems/GJ-61/bodies/GJ61h/index.md new file mode 100644 index 000000000..f2d38568c --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ61h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1076319318 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 46.3 +physical: + gravity_g: 0.28 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61h + +Frozen planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61h/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61h/markers.json new file mode 100644 index 000000000..5c9bcc789 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61h/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 263 + ], + "area_fraction": 0.2599 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 245, + 269 + ], + "area_fraction": 0.0181 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 134 + ], + "peak": [ + 104, + 136 + ], + "area_cells": 457 + }, + { + "id": "range_2", + "name": null, + "center": [ + 103, + 164 + ], + "peak": [ + 99, + 167 + ], + "area_cells": 252 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 210 + ], + "peak": [ + 119, + 210 + ], + "area_cells": 185 + }, + { + "id": "range_6", + "name": null, + "center": [ + 163, + 80 + ], + "peak": [ + 196, + 46 + ], + "area_cells": 10336 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 409 + ], + "peak": [ + 171, + 496 + ], + "area_cells": 13473 + }, + { + "id": "range_8", + "name": null, + "center": [ + 120, + 39 + ], + "peak": [ + 120, + 41 + ], + "area_cells": 119 + }, + { + "id": "range_9", + "name": null, + "center": [ + 132, + 332 + ], + "peak": [ + 132, + 332 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 170, + 271 + ], + "peak": [ + 169, + 275 + ], + "area_cells": 290 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 186 + ], + "peak": [ + 199, + 181 + ], + "area_cells": 191 + }, + { + "id": "range_13", + "name": null, + "center": [ + 207, + 328 + ], + "peak": [ + 210, + 328 + ], + "area_cells": 128 + }, + { + "id": "range_14", + "name": null, + "center": [ + 222, + 378 + ], + "peak": [ + 222, + 391 + ], + "area_cells": 649 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61i/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61i/globe.png new file mode 100644 index 000000000..a5f0a3471 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61i/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61i/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61i/heightmap.png new file mode 100644 index 000000000..9f09f6a04 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61i/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61i/index.md b/wiki/star-systems/GJ-61/bodies/GJ61i/index.md new file mode 100644 index 000000000..d3196cebe --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ61i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3658836797 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 32.605 + period_days: 68000.0 + axial_tilt_deg: 33.6 +physical: + gravity_g: 0.13 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.266 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61i + +Frozen planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 68000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61i/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61i/markers.json new file mode 100644 index 000000000..53eae20e5 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61i/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 164, + 21 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 164, + 475 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 226, + 150 + ], + "area_fraction": 0.0555 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 217, + 48 + ], + "area_fraction": 0.009 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 231, + 479 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 321 + ], + "peak": [ + 22, + 415 + ], + "area_cells": 34479 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 20 + ], + "peak": [ + 91, + 0 + ], + "area_cells": 1197 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 269 + ], + "peak": [ + 114, + 269 + ], + "area_cells": 166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 403 + ], + "peak": [ + 117, + 406 + ], + "area_cells": 94 + }, + { + "id": "range_8", + "name": null, + "center": [ + 119, + 19 + ], + "peak": [ + 118, + 19 + ], + "area_cells": 57 + }, + { + "id": "range_9", + "name": null, + "center": [ + 131, + 91 + ], + "peak": [ + 137, + 97 + ], + "area_cells": 527 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-61/bodies/GJ61j/globe.png b/wiki/star-systems/GJ-61/bodies/GJ61j/globe.png new file mode 100644 index 000000000..bf78dd615 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61j/globe.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61j/heightmap.png b/wiki/star-systems/GJ-61/bodies/GJ61j/heightmap.png new file mode 100644 index 000000000..7d0606b04 Binary files /dev/null and b/wiki/star-systems/GJ-61/bodies/GJ61j/heightmap.png differ diff --git a/wiki/star-systems/GJ-61/bodies/GJ61j/index.md b/wiki/star-systems/GJ-61/bodies/GJ61j/index.md new file mode 100644 index 000000000..3272f0223 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ61j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1636771254 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 52.767 + period_days: 140000.0 + axial_tilt_deg: 51.6 +physical: + gravity_g: 0.09 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.172 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ61j + +Frozen planet. + +**System:** [GJ-61](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 140000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-61/bodies/GJ61j/markers.json b/wiki/star-systems/GJ-61/bodies/GJ61j/markers.json new file mode 100644 index 000000000..c517cc8e1 --- /dev/null +++ b/wiki/star-systems/GJ-61/bodies/GJ61j/markers.json @@ -0,0 +1,219 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 107, + 28 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 121, + 242 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 121, + 473 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 172, + 429 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 159, + 38 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 172, + 287 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 175, + 332 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 188, + 130 + ], + "area_fraction": 0.0238 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 228, + 460 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 243, + 168 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 100 + ], + "peak": [ + 11, + 101 + ], + "area_cells": 5256 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 211 + ], + "peak": [ + 3, + 212 + ], + "area_cells": 31 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 436 + ], + "peak": [ + 10, + 440 + ], + "area_cells": 2006 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 9 + ], + "peak": [ + 17, + 8 + ], + "area_cells": 58 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 311 + ], + "peak": [ + 117, + 312 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 202, + 368 + ], + "peak": [ + 200, + 366 + ], + "area_cells": 71 + }, + { + "id": "range_9", + "name": null, + "center": [ + 201, + 333 + ], + "peak": [ + 202, + 335 + ], + "area_cells": 45 + }, + { + "id": "range_10", + "name": null, + "center": [ + 242, + 355 + ], + "peak": [ + 244, + 369 + ], + "area_cells": 1178 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ615b/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615b/globe.png new file mode 100644 index 000000000..65ecf33af Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615b/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615b/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615b/heightmap.png new file mode 100644 index 000000000..0423d977d Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615b/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615b/index.md b/wiki/star-systems/GJ-615/bodies/GJ615b/index.md new file mode 100644 index 000000000..ea199d581 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ615b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3541720721 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 33.5 +physical: + gravity_g: 0.44 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.837 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615b + +Barren planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 95% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615b/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615b/markers.json new file mode 100644 index 000000000..dd36cb608 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615b/markers.json @@ -0,0 +1,415 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 132, + 121 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 20, + 82 + ], + "peak": [ + 19, + 48 + ], + "area_cells": 2640 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 185 + ], + "peak": [ + 9, + 183 + ], + "area_cells": 472 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 206 + ], + "peak": [ + 23, + 204 + ], + "area_cells": 113 + }, + { + "id": "range_7", + "name": null, + "center": [ + 1, + 217 + ], + "peak": [ + 0, + 218 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 13, + 223 + ], + "peak": [ + 18, + 223 + ], + "area_cells": 132 + }, + { + "id": "range_9", + "name": null, + "center": [ + 44, + 257 + ], + "peak": [ + 53, + 227 + ], + "area_cells": 2811 + }, + { + "id": "range_10", + "name": null, + "center": [ + 1, + 255 + ], + "peak": [ + 0, + 252 + ], + "area_cells": 71 + }, + { + "id": "range_11", + "name": null, + "center": [ + 12, + 347 + ], + "peak": [ + 8, + 348 + ], + "area_cells": 211 + }, + { + "id": "range_12", + "name": null, + "center": [ + 27, + 429 + ], + "peak": [ + 62, + 472 + ], + "area_cells": 4886 + }, + { + "id": "range_13", + "name": null, + "center": [ + 27, + 12 + ], + "peak": [ + 31, + 11 + ], + "area_cells": 59 + }, + { + "id": "range_17", + "name": null, + "center": [ + 41, + 501 + ], + "peak": [ + 44, + 506 + ], + "area_cells": 671 + }, + { + "id": "range_18", + "name": null, + "center": [ + 64, + 6 + ], + "peak": [ + 100, + 0 + ], + "area_cells": 648 + }, + { + "id": "range_22", + "name": null, + "center": [ + 40, + 368 + ], + "peak": [ + 46, + 375 + ], + "area_cells": 92 + }, + { + "id": "range_28", + "name": null, + "center": [ + 66, + 309 + ], + "peak": [ + 66, + 310 + ], + "area_cells": 52 + }, + { + "id": "range_29", + "name": null, + "center": [ + 68, + 163 + ], + "peak": [ + 69, + 163 + ], + "area_cells": 46 + }, + { + "id": "range_31", + "name": null, + "center": [ + 69, + 409 + ], + "peak": [ + 68, + 411 + ], + "area_cells": 89 + }, + { + "id": "range_36", + "name": null, + "center": [ + 82, + 508 + ], + "peak": [ + 81, + 511 + ], + "area_cells": 49 + }, + { + "id": "range_41", + "name": null, + "center": [ + 93, + 176 + ], + "peak": [ + 94, + 176 + ], + "area_cells": 47 + }, + { + "id": "range_42", + "name": null, + "center": [ + 96, + 502 + ], + "peak": [ + 99, + 511 + ], + "area_cells": 193 + }, + { + "id": "range_43", + "name": null, + "center": [ + 118, + 420 + ], + "peak": [ + 124, + 410 + ], + "area_cells": 698 + }, + { + "id": "range_44", + "name": null, + "center": [ + 119, + 197 + ], + "peak": [ + 119, + 196 + ], + "area_cells": 44 + }, + { + "id": "range_45", + "name": null, + "center": [ + 123, + 3 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 53 + }, + { + "id": "range_46", + "name": null, + "center": [ + 128, + 507 + ], + "peak": [ + 127, + 511 + ], + "area_cells": 62 + }, + { + "id": "range_48", + "name": null, + "center": [ + 135, + 197 + ], + "peak": [ + 135, + 196 + ], + "area_cells": 120 + }, + { + "id": "range_49", + "name": null, + "center": [ + 154, + 175 + ], + "peak": [ + 155, + 182 + ], + "area_cells": 98 + }, + { + "id": "range_52", + "name": null, + "center": [ + 162, + 145 + ], + "peak": [ + 163, + 146 + ], + "area_cells": 22 + }, + { + "id": "range_53", + "name": null, + "center": [ + 185, + 188 + ], + "peak": [ + 185, + 189 + ], + "area_cells": 118 + }, + { + "id": "range_54", + "name": null, + "center": [ + 181, + 151 + ], + "peak": [ + 181, + 151 + ], + "area_cells": 26 + }, + { + "id": "range_55", + "name": null, + "center": [ + 188, + 213 + ], + "peak": [ + 188, + 214 + ], + "area_cells": 32 + }, + { + "id": "range_57", + "name": null, + "center": [ + 199, + 167 + ], + "peak": [ + 199, + 168 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615c/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615c/globe.png new file mode 100644 index 000000000..5d19554fe Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615c/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615c/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615c/heightmap.png new file mode 100644 index 000000000..185a774d2 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615c/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615c/index.md b/wiki/star-systems/GJ-615/bodies/GJ615c/index.md new file mode 100644 index 000000000..4e8a09832 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ615c +name: Tiefwald +body_type: planet +planet_class: boreal +body_scale: planet +seed: 4172923964 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 46.7 +physical: + gravity_g: 0.9 + oblateness: 0.0034 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.621 + polar_ice_lat: 0.333 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.589 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Tiefwald + +Boreal planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | boreal | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 30K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615c/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615c/markers.json new file mode 100644 index 000000000..1423b7997 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615c/markers.json @@ -0,0 +1,1171 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 140, + 269 + ], + [ + 141, + 268 + ], + [ + 141, + 269 + ], + [ + 142, + 270 + ], + [ + 143, + 270 + ], + [ + 144, + 271 + ], + [ + 145, + 271 + ], + [ + 146, + 271 + ], + [ + 147, + 272 + ], + [ + 148, + 273 + ], + [ + 149, + 274 + ], + [ + 150, + 275 + ], + [ + 151, + 276 + ], + [ + 152, + 276 + ], + [ + 153, + 277 + ], + [ + 154, + 278 + ], + [ + 155, + 278 + ], + [ + 156, + 279 + ], + [ + 157, + 280 + ], + [ + 158, + 281 + ], + [ + 159, + 282 + ], + [ + 160, + 281 + ], + [ + 160, + 282 + ], + [ + 159, + 283 + ], + [ + 159, + 284 + ], + [ + 160, + 284 + ], + [ + 160, + 285 + ], + [ + 160, + 286 + ], + [ + 160, + 287 + ], + [ + 161, + 287 + ], + [ + 160, + 288 + ], + [ + 161, + 289 + ], + [ + 160, + 290 + ], + [ + 159, + 291 + ], + [ + 159, + 292 + ], + [ + 159, + 293 + ], + [ + 158, + 294 + ], + [ + 157, + 295 + ], + [ + 156, + 296 + ], + [ + 155, + 297 + ], + [ + 154, + 298 + ], + [ + 153, + 299 + ], + [ + 153, + 300 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 154, + 378 + ], + [ + 153, + 377 + ], + [ + 152, + 376 + ], + [ + 151, + 375 + ], + [ + 150, + 374 + ], + [ + 149, + 373 + ], + [ + 148, + 373 + ], + [ + 147, + 372 + ], + [ + 146, + 371 + ], + [ + 145, + 370 + ], + [ + 144, + 370 + ], + [ + 144, + 371 + ], + [ + 144, + 372 + ], + [ + 143, + 372 + ], + [ + 144, + 373 + ], + [ + 143, + 373 + ], + [ + 142, + 373 + ], + [ + 141, + 372 + ], + [ + 140, + 372 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 134, + 0 + ], + [ + 135, + 1 + ], + [ + 136, + 2 + ], + [ + 137, + 3 + ], + [ + 138, + 4 + ], + [ + 139, + 5 + ], + [ + 139, + 6 + ], + [ + 140, + 7 + ], + [ + 140, + 8 + ], + [ + 139, + 9 + ], + [ + 138, + 10 + ], + [ + 138, + 11 + ], + [ + 137, + 12 + ], + [ + 137, + 13 + ], + [ + 137, + 14 + ], + [ + 138, + 15 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 134, + 402 + ], + [ + 135, + 401 + ], + [ + 136, + 400 + ], + [ + 136, + 399 + ], + [ + 136, + 398 + ], + [ + 136, + 397 + ], + [ + 135, + 396 + ], + [ + 134, + 395 + ], + [ + 134, + 394 + ], + [ + 135, + 393 + ], + [ + 134, + 392 + ], + [ + 133, + 391 + ], + [ + 132, + 390 + ], + [ + 132, + 389 + ], + [ + 132, + 388 + ], + [ + 132, + 387 + ], + [ + 131, + 386 + ], + [ + 131, + 385 + ], + [ + 131, + 384 + ], + [ + 131, + 383 + ], + [ + 132, + 383 + ], + [ + 131, + 382 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 159 + ], + [ + 115, + 160 + ], + [ + 116, + 161 + ], + [ + 117, + 162 + ], + [ + 118, + 163 + ], + [ + 119, + 164 + ], + [ + 120, + 165 + ], + [ + 121, + 166 + ], + [ + 122, + 167 + ], + [ + 122, + 166 + ], + [ + 123, + 167 + ], + [ + 122, + 168 + ], + [ + 122, + 169 + ], + [ + 123, + 168 + ], + [ + 123, + 169 + ], + [ + 122, + 170 + ], + [ + 123, + 170 + ], + [ + 124, + 170 + ], + [ + 123, + 171 + ], + [ + 124, + 171 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 118, + 420 + ], + [ + 118, + 419 + ], + [ + 119, + 420 + ], + [ + 120, + 421 + ], + [ + 121, + 421 + ], + [ + 122, + 420 + ], + [ + 122, + 421 + ], + [ + 123, + 420 + ], + [ + 124, + 420 + ], + [ + 124, + 421 + ], + [ + 125, + 421 + ], + [ + 126, + 421 + ], + [ + 127, + 422 + ], + [ + 126, + 423 + ], + [ + 127, + 423 + ], + [ + 128, + 422 + ], + [ + 129, + 421 + ], + [ + 130, + 420 + ], + [ + 131, + 419 + ], + [ + 132, + 418 + ], + [ + 133, + 417 + ], + [ + 133, + 418 + ], + [ + 134, + 417 + ], + [ + 133, + 416 + ], + [ + 132, + 415 + ], + [ + 133, + 414 + ], + [ + 133, + 413 + ], + [ + 132, + 414 + ], + [ + 132, + 413 + ], + [ + 132, + 412 + ], + [ + 131, + 411 + ], + [ + 132, + 411 + ], + [ + 133, + 412 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 103, + 407 + ], + [ + 102, + 406 + ], + [ + 101, + 405 + ], + [ + 100, + 404 + ], + [ + 99, + 405 + ], + [ + 98, + 406 + ], + [ + 97, + 405 + ], + [ + 98, + 404 + ], + [ + 97, + 403 + ], + [ + 96, + 402 + ], + [ + 95, + 401 + ], + [ + 94, + 400 + ], + [ + 93, + 400 + ], + [ + 92, + 399 + ], + [ + 91, + 398 + ], + [ + 90, + 397 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 105, + 0 + ], + [ + 106, + 511 + ], + [ + 107, + 510 + ], + [ + 108, + 509 + ], + [ + 109, + 508 + ], + [ + 110, + 507 + ], + [ + 111, + 507 + ], + [ + 112, + 506 + ], + [ + 112, + 505 + ], + [ + 111, + 506 + ], + [ + 111, + 505 + ], + [ + 111, + 504 + ], + [ + 111, + 503 + ], + [ + 111, + 502 + ], + [ + 112, + 501 + ], + [ + 111, + 501 + ], + [ + 111, + 500 + ], + [ + 112, + 499 + ], + [ + 112, + 498 + ], + [ + 111, + 497 + ], + [ + 112, + 496 + ], + [ + 111, + 496 + ], + [ + 112, + 495 + ], + [ + 111, + 494 + ], + [ + 112, + 494 + ], + [ + 111, + 493 + ], + [ + 110, + 492 + ], + [ + 111, + 491 + ], + [ + 111, + 490 + ], + [ + 111, + 489 + ], + [ + 110, + 488 + ], + [ + 111, + 487 + ], + [ + 110, + 486 + ], + [ + 111, + 485 + ], + [ + 110, + 484 + ], + [ + 111, + 484 + ], + [ + 110, + 485 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 123, + 307 + ], + [ + 124, + 308 + ], + [ + 125, + 309 + ], + [ + 126, + 310 + ], + [ + 127, + 311 + ], + [ + 127, + 312 + ], + [ + 126, + 313 + ], + [ + 126, + 314 + ], + [ + 126, + 315 + ], + [ + 126, + 316 + ], + [ + 126, + 317 + ], + [ + 126, + 318 + ], + [ + 126, + 319 + ], + [ + 125, + 320 + ], + [ + 125, + 321 + ], + [ + 126, + 322 + ], + [ + 126, + 323 + ], + [ + 127, + 324 + ], + [ + 128, + 325 + ], + [ + 128, + 326 + ], + [ + 128, + 327 + ], + [ + 127, + 328 + ], + [ + 126, + 329 + ], + [ + 125, + 330 + ], + [ + 124, + 331 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 135, + 364 + ], + [ + 136, + 363 + ], + [ + 137, + 362 + ], + [ + 138, + 361 + ], + [ + 137, + 360 + ], + [ + 136, + 359 + ], + [ + 136, + 358 + ], + [ + 135, + 357 + ], + [ + 134, + 356 + ], + [ + 133, + 355 + ], + [ + 132, + 355 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 47, + 248 + ], + "area_fraction": 0.3732 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 106, + 6 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 57 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 161 + ], + "peak": [ + 114, + 159 + ], + "area_cells": 175 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 138 + ], + "peak": [ + 122, + 138 + ], + "area_cells": 128 + }, + { + "id": "range_6", + "name": null, + "center": [ + 175, + 140 + ], + "peak": [ + 179, + 165 + ], + "area_cells": 3436 + }, + { + "id": "range_7", + "name": null, + "center": [ + 150, + 399 + ], + "peak": [ + 149, + 403 + ], + "area_cells": 176 + }, + { + "id": "range_8", + "name": null, + "center": [ + 166, + 16 + ], + "peak": [ + 171, + 5 + ], + "area_cells": 129 + }, + { + "id": "range_9", + "name": null, + "center": [ + 185, + 458 + ], + "peak": [ + 180, + 468 + ], + "area_cells": 956 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 287 + ], + "peak": [ + 176, + 287 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 198, + 332 + ], + "peak": [ + 186, + 353 + ], + "area_cells": 1235 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615d/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615d/globe.png new file mode 100644 index 000000000..5ac7ce5cb Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615d/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615d/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615d/heightmap.png new file mode 100644 index 000000000..5054b9363 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615d/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615d/index.md b/wiki/star-systems/GJ-615/bodies/GJ615d/index.md new file mode 100644 index 000000000..09c0d169b --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ615d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3955338275 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.58 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.584 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615d + +Cold Arid planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615d/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615d/markers.json new file mode 100644 index 000000000..989b1ddbe --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615d/markers.json @@ -0,0 +1,1212 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 192, + 389 + ], + [ + 191, + 388 + ], + [ + 190, + 387 + ], + [ + 189, + 386 + ], + [ + 188, + 385 + ], + [ + 187, + 384 + ], + [ + 187, + 383 + ], + [ + 186, + 382 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 230, + 456 + ], + [ + 231, + 455 + ], + [ + 232, + 455 + ], + [ + 233, + 456 + ], + [ + 234, + 457 + ], + [ + 235, + 458 + ], + [ + 236, + 458 + ], + [ + 236, + 459 + ], + [ + 237, + 460 + ], + [ + 238, + 461 + ], + [ + 238, + 462 + ], + [ + 237, + 463 + ], + [ + 236, + 464 + ], + [ + 237, + 465 + ], + [ + 236, + 466 + ], + [ + 237, + 467 + ], + [ + 236, + 467 + ], + [ + 235, + 468 + ], + [ + 235, + 467 + ], + [ + 236, + 468 + ], + [ + 237, + 468 + ], + [ + 237, + 469 + ], + [ + 236, + 469 + ], + [ + 236, + 470 + ], + [ + 235, + 470 + ], + [ + 234, + 470 + ], + [ + 235, + 471 + ], + [ + 234, + 472 + ], + [ + 235, + 472 + ], + [ + 234, + 473 + ], + [ + 234, + 474 + ], + [ + 233, + 474 + ], + [ + 232, + 473 + ], + [ + 233, + 472 + ], + [ + 233, + 471 + ], + [ + 232, + 472 + ], + [ + 232, + 471 + ], + [ + 232, + 470 + ], + [ + 233, + 469 + ], + [ + 232, + 469 + ], + [ + 231, + 470 + ], + [ + 230, + 469 + ], + [ + 231, + 469 + ], + [ + 231, + 468 + ], + [ + 231, + 467 + ], + [ + 232, + 468 + ], + [ + 233, + 468 + ], + [ + 234, + 467 + ], + [ + 233, + 466 + ], + [ + 232, + 467 + ], + [ + 232, + 466 + ], + [ + 233, + 467 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 140, + 393 + ], + [ + 141, + 392 + ], + [ + 142, + 391 + ], + [ + 143, + 392 + ], + [ + 144, + 391 + ], + [ + 145, + 392 + ], + [ + 146, + 393 + ], + [ + 147, + 394 + ], + [ + 148, + 395 + ], + [ + 149, + 396 + ], + [ + 150, + 397 + ], + [ + 151, + 398 + ], + [ + 151, + 399 + ], + [ + 152, + 400 + ], + [ + 153, + 401 + ], + [ + 154, + 402 + ], + [ + 155, + 403 + ], + [ + 156, + 404 + ], + [ + 157, + 405 + ], + [ + 158, + 406 + ], + [ + 159, + 407 + ], + [ + 160, + 408 + ], + [ + 160, + 409 + ], + [ + 161, + 410 + ], + [ + 162, + 411 + ], + [ + 161, + 412 + ], + [ + 161, + 413 + ], + [ + 161, + 414 + ], + [ + 162, + 414 + ], + [ + 162, + 415 + ], + [ + 161, + 416 + ], + [ + 161, + 417 + ], + [ + 162, + 418 + ], + [ + 161, + 419 + ], + [ + 160, + 420 + ], + [ + 159, + 419 + ], + [ + 158, + 418 + ], + [ + 157, + 418 + ], + [ + 156, + 419 + ], + [ + 155, + 419 + ], + [ + 154, + 420 + ], + [ + 153, + 420 + ], + [ + 152, + 420 + ], + [ + 151, + 419 + ], + [ + 150, + 418 + ], + [ + 149, + 417 + ], + [ + 148, + 416 + ], + [ + 147, + 417 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 250, + 102 + ], + [ + 251, + 103 + ], + [ + 252, + 104 + ], + [ + 253, + 105 + ], + [ + 254, + 106 + ], + [ + 255, + 107 + ], + [ + 255, + 108 + ], + [ + 255, + 109 + ], + [ + 255, + 110 + ], + [ + 255, + 111 + ], + [ + 255, + 112 + ], + [ + 255, + 113 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 112, + 159 + ], + [ + 113, + 158 + ], + [ + 114, + 157 + ], + [ + 115, + 156 + ], + [ + 116, + 155 + ], + [ + 117, + 154 + ], + [ + 118, + 153 + ], + [ + 119, + 152 + ], + [ + 120, + 151 + ], + [ + 121, + 150 + ], + [ + 122, + 149 + ], + [ + 121, + 148 + ], + [ + 122, + 147 + ], + [ + 122, + 146 + ], + [ + 121, + 145 + ], + [ + 122, + 144 + ], + [ + 122, + 143 + ], + [ + 121, + 142 + ], + [ + 120, + 141 + ], + [ + 119, + 140 + ], + [ + 120, + 139 + ], + [ + 119, + 138 + ], + [ + 118, + 137 + ], + [ + 118, + 136 + ], + [ + 117, + 135 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 17, + 133 + ], + [ + 18, + 132 + ], + [ + 19, + 132 + ], + [ + 20, + 131 + ], + [ + 20, + 132 + ], + [ + 21, + 132 + ], + [ + 21, + 131 + ], + [ + 21, + 130 + ], + [ + 20, + 130 + ], + [ + 20, + 129 + ], + [ + 19, + 128 + ], + [ + 18, + 127 + ], + [ + 17, + 126 + ], + [ + 18, + 125 + ], + [ + 18, + 124 + ], + [ + 17, + 123 + ], + [ + 16, + 122 + ], + [ + 15, + 121 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 178, + 100 + ], + [ + 179, + 101 + ], + [ + 180, + 102 + ], + [ + 181, + 103 + ], + [ + 182, + 104 + ], + [ + 183, + 103 + ], + [ + 184, + 103 + ], + [ + 185, + 104 + ], + [ + 186, + 105 + ], + [ + 187, + 104 + ], + [ + 188, + 103 + ], + [ + 189, + 103 + ], + [ + 190, + 102 + ], + [ + 191, + 101 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 248, + 454 + ], + [ + 249, + 455 + ], + [ + 250, + 456 + ], + [ + 249, + 457 + ], + [ + 249, + 458 + ], + [ + 248, + 459 + ], + [ + 247, + 459 + ], + [ + 247, + 458 + ], + [ + 246, + 459 + ], + [ + 245, + 458 + ], + [ + 245, + 457 + ], + [ + 244, + 456 + ], + [ + 243, + 455 + ], + [ + 242, + 454 + ], + [ + 241, + 454 + ], + [ + 240, + 455 + ], + [ + 240, + 456 + ], + [ + 241, + 455 + ], + [ + 241, + 456 + ], + [ + 242, + 456 + ], + [ + 242, + 457 + ], + [ + 243, + 456 + ], + [ + 244, + 455 + ], + [ + 243, + 454 + ], + [ + 242, + 453 + ], + [ + 241, + 453 + ], + [ + 242, + 452 + ], + [ + 242, + 451 + ], + [ + 243, + 451 + ], + [ + 244, + 450 + ], + [ + 243, + 450 + ], + [ + 244, + 451 + ], + [ + 244, + 452 + ], + [ + 245, + 452 + ], + [ + 245, + 451 + ], + [ + 245, + 450 + ], + [ + 245, + 449 + ], + [ + 246, + 448 + ], + [ + 247, + 449 + ], + [ + 246, + 450 + ], + [ + 247, + 451 + ], + [ + 247, + 450 + ], + [ + 246, + 451 + ], + [ + 246, + 452 + ], + [ + 247, + 453 + ], + [ + 246, + 454 + ], + [ + 245, + 453 + ], + [ + 244, + 454 + ], + [ + 243, + 453 + ], + [ + 243, + 452 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 246, + 249 + ], + [ + 247, + 250 + ], + [ + 248, + 250 + ], + [ + 249, + 250 + ], + [ + 250, + 250 + ], + [ + 251, + 250 + ], + [ + 252, + 250 + ], + [ + 253, + 250 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 182, + 332 + ], + [ + 183, + 333 + ], + [ + 184, + 334 + ], + [ + 185, + 335 + ], + [ + 185, + 336 + ], + [ + 186, + 337 + ], + [ + 185, + 338 + ], + [ + 185, + 339 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 112, + 279 + ], + [ + 111, + 278 + ], + [ + 110, + 278 + ], + [ + 109, + 279 + ], + [ + 108, + 278 + ], + [ + 107, + 279 + ], + [ + 106, + 280 + ], + [ + 105, + 281 + ], + [ + 104, + 280 + ], + [ + 104, + 279 + ], + [ + 103, + 280 + ], + [ + 104, + 281 + ], + [ + 103, + 281 + ], + [ + 103, + 282 + ], + [ + 104, + 282 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 223, + 151 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 223, + 361 + ], + "area_fraction": 0.017 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 413 + ], + "peak": [ + 41, + 410 + ], + "area_cells": 1979 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 157 + ], + "peak": [ + 52, + 157 + ], + "area_cells": 192 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 419 + ], + "peak": [ + 126, + 366 + ], + "area_cells": 2463 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 324 + ], + "peak": [ + 102, + 325 + ], + "area_cells": 217 + }, + { + "id": "range_8", + "name": null, + "center": [ + 111, + 159 + ], + "peak": [ + 112, + 159 + ], + "area_cells": 275 + }, + { + "id": "range_10", + "name": null, + "center": [ + 173, + 179 + ], + "peak": [ + 174, + 179 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615e-m1/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/globe.png new file mode 100644 index 000000000..15d6d6231 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615e-m1/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/heightmap.png new file mode 100644 index 000000000..c9118d0be Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615e-m1/index.md b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/index.md new file mode 100644 index 000000000..d63e7ed12 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ615e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 108783917 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 18.0 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.235 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.376 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615e-m1 + +Frozen moon. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 90% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615e-m1/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/markers.json new file mode 100644 index 000000000..650129de5 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615e-m1/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 396 + ], + "area_fraction": 0.0344 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 64, + 126 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 102, + 167 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 245, + 359 + ], + "area_fraction": 0.0112 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 300 + ], + "peak": [ + 34, + 300 + ], + "area_cells": 95 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 321 + ], + "peak": [ + 143, + 294 + ], + "area_cells": 3580 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 506 + ], + "peak": [ + 123, + 507 + ], + "area_cells": 45 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 246 + ], + "peak": [ + 152, + 244 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 191, + 492 + ], + "peak": [ + 200, + 509 + ], + "area_cells": 1604 + }, + { + "id": "range_7", + "name": null, + "center": [ + 192, + 27 + ], + "peak": [ + 196, + 35 + ], + "area_cells": 1986 + }, + { + "id": "range_8", + "name": null, + "center": [ + 232, + 121 + ], + "peak": [ + 233, + 121 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615e/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615e/globe.png new file mode 100644 index 000000000..0df9311db Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615e/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615e/index.md b/wiki/star-systems/GJ-615/bodies/GJ615e/index.md new file mode 100644 index 000000000..3ac51be51 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ615e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 575206303 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: null + oblateness: 0.0785 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.124 +--- + +# GJ615e + +Gas giant. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615f/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615f/globe.png new file mode 100644 index 000000000..b78155b94 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615f/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615f/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615f/heightmap.png new file mode 100644 index 000000000..85c879d2c Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615f/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615f/index.md b/wiki/star-systems/GJ-615/bodies/GJ615f/index.md new file mode 100644 index 000000000..9fe36469c --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ615f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 18089741 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.718 + period_days: 5600.0 + axial_tilt_deg: 54.3 +physical: + gravity_g: 0.42 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.706 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615f + +Frozen planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615f/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615f/markers.json new file mode 100644 index 000000000..1ee1ae040 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615f/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 128, + 433 + ], + "area_fraction": 0.1313 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 76, + 315 + ], + "area_fraction": 0.0728 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 116, + 390 + ], + "area_fraction": 0.013 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 126, + 26 + ], + "area_fraction": 0.0198 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 190, + 113 + ], + "area_fraction": 0.0128 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 191 + ], + "peak": [ + 0, + 190 + ], + "area_cells": 35 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 311 + ], + "peak": [ + 0, + 312 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 242, + 43 + ], + "peak": [ + 239, + 31 + ], + "area_cells": 2232 + }, + { + "id": "range_5", + "name": null, + "center": [ + 246, + 482 + ], + "peak": [ + 255, + 483 + ], + "area_cells": 1011 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615g/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615g/globe.png new file mode 100644 index 000000000..fc9858b3b Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615g/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615g/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615g/heightmap.png new file mode 100644 index 000000000..880773133 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615g/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615g/index.md b/wiki/star-systems/GJ-615/bodies/GJ615g/index.md new file mode 100644 index 000000000..90fddba69 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ615g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4179210257 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.714 + period_days: 12400.0 + axial_tilt_deg: 51.5 +physical: + gravity_g: 0.34 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.892 + polar_ice_lat: 0.111 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.355 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615g + +Frozen planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 12400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615g/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615g/markers.json new file mode 100644 index 000000000..a7c5977c4 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615g/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 27, + 232 + ], + "area_fraction": 0.084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 186, + 140 + ], + "peak": [ + 223, + 122 + ], + "area_cells": 16975 + }, + { + "id": "range_2", + "name": null, + "center": [ + 171, + 426 + ], + "peak": [ + 159, + 416 + ], + "area_cells": 3379 + }, + { + "id": "range_3", + "name": null, + "center": [ + 162, + 501 + ], + "peak": [ + 164, + 507 + ], + "area_cells": 495 + }, + { + "id": "range_5", + "name": null, + "center": [ + 181, + 313 + ], + "peak": [ + 184, + 312 + ], + "area_cells": 58 + }, + { + "id": "range_7", + "name": null, + "center": [ + 184, + 468 + ], + "peak": [ + 185, + 470 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 222, + 404 + ], + "peak": [ + 226, + 405 + ], + "area_cells": 120 + }, + { + "id": "range_11", + "name": null, + "center": [ + 243, + 218 + ], + "peak": [ + 243, + 219 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615h/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615h/globe.png new file mode 100644 index 000000000..7d78361bb Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615h/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615h/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615h/heightmap.png new file mode 100644 index 000000000..192415925 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615h/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615h/index.md b/wiki/star-systems/GJ-615/bodies/GJ615h/index.md new file mode 100644 index 000000000..5bd084c2f --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ615h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3217126140 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.26 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.765 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615h + +Frozen planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615h/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615h/markers.json new file mode 100644 index 000000000..77474ebd6 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615h/markers.json @@ -0,0 +1,173 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 5, + 480 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 202, + 175 + ], + "area_fraction": 0.1244 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 201, + 462 + ], + "area_fraction": 0.0348 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 201, + 292 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 192, + 374 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 232, + 318 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 235, + 84 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 239, + 397 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 163 + ], + "peak": [ + 90, + 34 + ], + "area_cells": 14759 + }, + { + "id": "range_2", + "name": null, + "center": [ + 89, + 477 + ], + "peak": [ + 86, + 511 + ], + "area_cells": 4900 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 378 + ], + "peak": [ + 66, + 379 + ], + "area_cells": 1380 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 253 + ], + "peak": [ + 110, + 255 + ], + "area_cells": 33 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 316 + ], + "peak": [ + 120, + 317 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 175, + 33 + ], + "peak": [ + 176, + 34 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-615/bodies/GJ615i/globe.png b/wiki/star-systems/GJ-615/bodies/GJ615i/globe.png new file mode 100644 index 000000000..b30b4248b Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615i/globe.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615i/heightmap.png b/wiki/star-systems/GJ-615/bodies/GJ615i/heightmap.png new file mode 100644 index 000000000..674621754 Binary files /dev/null and b/wiki/star-systems/GJ-615/bodies/GJ615i/heightmap.png differ diff --git a/wiki/star-systems/GJ-615/bodies/GJ615i/index.md b/wiki/star-systems/GJ-615/bodies/GJ615i/index.md new file mode 100644 index 000000000..fc6b726b0 --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ615i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1094031472 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.261 + period_days: 52000.0 + axial_tilt_deg: 48.0 +physical: + gravity_g: 0.12 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.78 + polar_ice_lat: 0.175 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ615i + +Frozen planet. + +**System:** [GJ-615](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-615/bodies/GJ615i/markers.json b/wiki/star-systems/GJ-615/bodies/GJ615i/markers.json new file mode 100644 index 000000000..63e89974e --- /dev/null +++ b/wiki/star-systems/GJ-615/bodies/GJ615i/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 100, + 199 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 145, + 410 + ], + "area_fraction": 0.0864 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 118, + 135 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 150, + 89 + ], + "area_fraction": 0.0573 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 120, + 247 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 244, + 371 + ], + "area_fraction": 0.0181 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 25 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 1140 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 217 + ], + "peak": [ + 17, + 219 + ], + "area_cells": 10690 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 321 + ], + "peak": [ + 0, + 330 + ], + "area_cells": 199 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 436 + ], + "peak": [ + 0, + 471 + ], + "area_cells": 3068 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 24 + ], + "peak": [ + 48, + 32 + ], + "area_cells": 505 + }, + { + "id": "range_8", + "name": null, + "center": [ + 52, + 498 + ], + "peak": [ + 41, + 500 + ], + "area_cells": 409 + }, + { + "id": "range_9", + "name": null, + "center": [ + 41, + 480 + ], + "peak": [ + 40, + 481 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ616b/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616b/globe.png new file mode 100644 index 000000000..f8bd7935b Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616b/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616b/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616b/heightmap.png new file mode 100644 index 000000000..c735da369 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616b/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616b/index.md b/wiki/star-systems/GJ-616/bodies/GJ616b/index.md new file mode 100644 index 000000000..238c35578 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ616b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1961191623 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 4.8 +physical: + gravity_g: 0.46 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.915 + polar_ice_lat: 0.928 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616b + +Barren planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 92% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616b/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616b/markers.json new file mode 100644 index 000000000..60fd0156f --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616b/markers.json @@ -0,0 +1,347 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 59 + ], + "area_fraction": 0.007 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 13, + 338 + ], + "area_fraction": 0.0418 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 48, + 123 + ], + "peak": [ + 48, + 123 + ], + "area_cells": 33 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 274 + ], + "peak": [ + 76, + 270 + ], + "area_cells": 671 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 326 + ], + "peak": [ + 63, + 347 + ], + "area_cells": 763 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 41 + ], + "peak": [ + 76, + 42 + ], + "area_cells": 260 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 86 + ], + "peak": [ + 101, + 84 + ], + "area_cells": 1039 + }, + { + "id": "range_11", + "name": null, + "center": [ + 81, + 379 + ], + "peak": [ + 80, + 380 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 113, + 133 + ], + "peak": [ + 128, + 109 + ], + "area_cells": 1328 + }, + { + "id": "range_13", + "name": null, + "center": [ + 94, + 181 + ], + "peak": [ + 93, + 179 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 258 + ], + "peak": [ + 169, + 226 + ], + "area_cells": 7107 + }, + { + "id": "range_16", + "name": null, + "center": [ + 108, + 340 + ], + "peak": [ + 108, + 339 + ], + "area_cells": 61 + }, + { + "id": "range_20", + "name": null, + "center": [ + 138, + 437 + ], + "peak": [ + 139, + 438 + ], + "area_cells": 49 + }, + { + "id": "range_21", + "name": null, + "center": [ + 141, + 416 + ], + "peak": [ + 143, + 419 + ], + "area_cells": 101 + }, + { + "id": "range_28", + "name": null, + "center": [ + 216, + 16 + ], + "peak": [ + 208, + 46 + ], + "area_cells": 1504 + }, + { + "id": "range_29", + "name": null, + "center": [ + 185, + 56 + ], + "peak": [ + 183, + 54 + ], + "area_cells": 49 + }, + { + "id": "range_30", + "name": null, + "center": [ + 221, + 491 + ], + "peak": [ + 212, + 484 + ], + "area_cells": 1846 + }, + { + "id": "range_32", + "name": null, + "center": [ + 199, + 185 + ], + "peak": [ + 197, + 188 + ], + "area_cells": 107 + }, + { + "id": "range_34", + "name": null, + "center": [ + 208, + 256 + ], + "peak": [ + 210, + 260 + ], + "area_cells": 171 + }, + { + "id": "range_35", + "name": null, + "center": [ + 216, + 368 + ], + "peak": [ + 218, + 368 + ], + "area_cells": 65 + }, + { + "id": "range_36", + "name": null, + "center": [ + 219, + 352 + ], + "peak": [ + 216, + 352 + ], + "area_cells": 47 + }, + { + "id": "range_45", + "name": null, + "center": [ + 245, + 448 + ], + "peak": [ + 240, + 448 + ], + "area_cells": 20 + }, + { + "id": "range_47", + "name": null, + "center": [ + 244, + 172 + ], + "peak": [ + 244, + 172 + ], + "area_cells": 20 + }, + { + "id": "range_48", + "name": null, + "center": [ + 243, + 380 + ], + "peak": [ + 244, + 381 + ], + "area_cells": 47 + }, + { + "id": "range_49", + "name": null, + "center": [ + 252, + 345 + ], + "peak": [ + 255, + 339 + ], + "area_cells": 92 + }, + { + "id": "range_53", + "name": null, + "center": [ + 253, + 501 + ], + "peak": [ + 255, + 495 + ], + "area_cells": 100 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616c/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616c/globe.png new file mode 100644 index 000000000..4edf37e32 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616c/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616c/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616c/heightmap.png new file mode 100644 index 000000000..d3591e53a Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616c/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616c/index.md b/wiki/star-systems/GJ-616/bodies/GJ616c/index.md new file mode 100644 index 000000000..4ff3c2aae --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ616c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3994740367 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 31.7 +physical: + gravity_g: 0.86 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.491 + polar_ice_lat: 0.626 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ616c + +Temperate planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 49% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616c/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616c/markers.json new file mode 100644 index 000000000..989a3c5f7 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616c/markers.json @@ -0,0 +1,562 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 221, + 222 + ], + [ + 220, + 221 + ], + [ + 219, + 220 + ], + [ + 218, + 220 + ], + [ + 217, + 221 + ], + [ + 216, + 221 + ], + [ + 215, + 222 + ], + [ + 214, + 223 + ], + [ + 213, + 224 + ], + [ + 212, + 225 + ], + [ + 211, + 226 + ], + [ + 211, + 227 + ], + [ + 210, + 228 + ], + [ + 211, + 229 + ], + [ + 212, + 230 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 100, + 207 + ], + [ + 101, + 206 + ], + [ + 102, + 205 + ], + [ + 103, + 204 + ], + [ + 104, + 203 + ], + [ + 105, + 202 + ], + [ + 106, + 201 + ], + [ + 106, + 200 + ], + [ + 107, + 199 + ], + [ + 108, + 199 + ], + [ + 109, + 198 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 108, + 451 + ], + [ + 109, + 450 + ], + [ + 110, + 449 + ], + [ + 111, + 448 + ], + [ + 112, + 447 + ], + [ + 113, + 448 + ], + [ + 114, + 448 + ], + [ + 115, + 449 + ], + [ + 116, + 450 + ], + [ + 117, + 450 + ], + [ + 118, + 450 + ], + [ + 119, + 450 + ], + [ + 120, + 450 + ], + [ + 121, + 450 + ], + [ + 122, + 451 + ], + [ + 123, + 452 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 140, + 0 + ], + [ + 141, + 1 + ], + [ + 142, + 2 + ], + [ + 143, + 3 + ], + [ + 144, + 4 + ], + [ + 145, + 5 + ], + [ + 146, + 5 + ], + [ + 147, + 6 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 233 + ], + [ + 1, + 234 + ], + [ + 2, + 235 + ], + [ + 3, + 234 + ], + [ + 4, + 233 + ], + [ + 5, + 232 + ], + [ + 6, + 231 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 28, + 205 + ], + [ + 29, + 206 + ], + [ + 30, + 206 + ], + [ + 31, + 207 + ], + [ + 31, + 208 + ], + [ + 30, + 209 + ], + [ + 29, + 210 + ], + [ + 28, + 211 + ], + [ + 27, + 212 + ], + [ + 26, + 213 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 89, + 197 + ], + [ + 90, + 196 + ], + [ + 91, + 195 + ], + [ + 92, + 194 + ], + [ + 93, + 193 + ], + [ + 94, + 192 + ], + [ + 93, + 191 + ], + [ + 92, + 190 + ], + [ + 93, + 189 + ], + [ + 92, + 188 + ], + [ + 91, + 189 + ], + [ + 90, + 189 + ], + [ + 91, + 188 + ], + [ + 90, + 188 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 16, + 225 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 56, + 190 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 79, + 476 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 104, + 34 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 174, + 279 + ], + "area_fraction": 0.4473 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 26 + ], + "peak": [ + 18, + 26 + ], + "area_cells": 156 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 307 + ], + "peak": [ + 44, + 307 + ], + "area_cells": 431 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 351 + ], + "peak": [ + 33, + 353 + ], + "area_cells": 231 + }, + { + "id": "range_5", + "name": null, + "center": [ + 45, + 95 + ], + "peak": [ + 55, + 118 + ], + "area_cells": 1262 + }, + { + "id": "range_6", + "name": null, + "center": [ + 35, + 318 + ], + "peak": [ + 36, + 318 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 389 + ], + "peak": [ + 48, + 387 + ], + "area_cells": 585 + }, + { + "id": "range_8", + "name": null, + "center": [ + 57, + 319 + ], + "peak": [ + 60, + 320 + ], + "area_cells": 46 + }, + { + "id": "range_9", + "name": null, + "center": [ + 67, + 117 + ], + "peak": [ + 67, + 120 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 319 + ], + "peak": [ + 72, + 317 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 210, + 170 + ], + "peak": [ + 207, + 173 + ], + "area_cells": 147 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616d/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616d/globe.png new file mode 100644 index 000000000..481c84eb4 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616d/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616d/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616d/heightmap.png new file mode 100644 index 000000000..8116aca02 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616d/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616d/index.md b/wiki/star-systems/GJ-616/bodies/GJ616d/index.md new file mode 100644 index 000000000..47173f6f5 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ616d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3145693188 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 14.2 +physical: + gravity_g: 0.58 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.492 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.174 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616d + +Cold Arid planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616d/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616d/markers.json new file mode 100644 index 000000000..a0ad6af68 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616d/markers.json @@ -0,0 +1,715 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 67, + 293 + ], + [ + 68, + 292 + ], + [ + 69, + 291 + ], + [ + 70, + 290 + ], + [ + 69, + 289 + ], + [ + 69, + 288 + ], + [ + 68, + 287 + ], + [ + 68, + 286 + ], + [ + 69, + 285 + ], + [ + 69, + 284 + ], + [ + 70, + 283 + ], + [ + 71, + 282 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 136, + 207 + ], + [ + 137, + 206 + ], + [ + 138, + 205 + ], + [ + 139, + 204 + ], + [ + 139, + 203 + ], + [ + 140, + 202 + ], + [ + 140, + 203 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 51 + ], + [ + 1, + 51 + ], + [ + 2, + 52 + ], + [ + 3, + 52 + ], + [ + 3, + 51 + ], + [ + 4, + 50 + ], + [ + 5, + 49 + ], + [ + 6, + 49 + ], + [ + 7, + 48 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 12, + 384 + ], + [ + 13, + 383 + ], + [ + 14, + 382 + ], + [ + 15, + 381 + ], + [ + 16, + 381 + ], + [ + 17, + 380 + ], + [ + 18, + 381 + ], + [ + 19, + 382 + ], + [ + 20, + 383 + ], + [ + 21, + 384 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 0, + 61 + ], + [ + 0, + 60 + ], + [ + 1, + 59 + ], + [ + 1, + 58 + ], + [ + 2, + 57 + ], + [ + 3, + 56 + ], + [ + 4, + 56 + ], + [ + 5, + 55 + ], + [ + 6, + 55 + ], + [ + 7, + 54 + ], + [ + 8, + 53 + ], + [ + 9, + 54 + ], + [ + 10, + 53 + ], + [ + 9, + 52 + ], + [ + 10, + 51 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 110, + 22 + ], + [ + 109, + 22 + ], + [ + 108, + 23 + ], + [ + 107, + 24 + ], + [ + 106, + 25 + ], + [ + 105, + 25 + ], + [ + 104, + 24 + ], + [ + 103, + 23 + ], + [ + 102, + 22 + ], + [ + 101, + 21 + ], + [ + 100, + 22 + ], + [ + 100, + 21 + ], + [ + 100, + 20 + ], + [ + 99, + 19 + ], + [ + 99, + 18 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 32, + 85 + ], + [ + 33, + 85 + ], + [ + 34, + 85 + ], + [ + 35, + 86 + ], + [ + 36, + 85 + ], + [ + 37, + 85 + ], + [ + 38, + 86 + ], + [ + 38, + 85 + ], + [ + 38, + 84 + ], + [ + 39, + 85 + ], + [ + 39, + 86 + ], + [ + 38, + 87 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 117, + 254 + ], + [ + 118, + 255 + ], + [ + 119, + 256 + ], + [ + 120, + 257 + ], + [ + 121, + 257 + ], + [ + 122, + 258 + ], + [ + 123, + 259 + ], + [ + 124, + 260 + ], + [ + 125, + 261 + ], + [ + 124, + 262 + ], + [ + 125, + 262 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 91, + 1 + ], + [ + 92, + 0 + ], + [ + 93, + 511 + ], + [ + 94, + 510 + ], + [ + 95, + 509 + ], + [ + 96, + 509 + ], + [ + 97, + 509 + ], + [ + 97, + 510 + ], + [ + 97, + 511 + ], + [ + 98, + 510 + ], + [ + 99, + 511 + ], + [ + 98, + 511 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 194, + 227 + ], + [ + 193, + 228 + ], + [ + 192, + 229 + ], + [ + 191, + 230 + ], + [ + 190, + 229 + ], + [ + 189, + 229 + ], + [ + 188, + 230 + ], + [ + 187, + 230 + ], + [ + 186, + 231 + ], + [ + 185, + 232 + ], + [ + 184, + 233 + ], + [ + 183, + 232 + ], + [ + 182, + 231 + ], + [ + 181, + 230 + ], + [ + 180, + 231 + ], + [ + 179, + 230 + ], + [ + 178, + 231 + ], + [ + 177, + 231 + ], + [ + 176, + 232 + ], + [ + 175, + 231 + ], + [ + 174, + 232 + ], + [ + 173, + 232 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 7, + 432 + ], + [ + 6, + 432 + ], + [ + 6, + 431 + ], + [ + 5, + 430 + ], + [ + 6, + 429 + ], + [ + 7, + 428 + ], + [ + 8, + 427 + ], + [ + 9, + 426 + ], + [ + 10, + 426 + ], + [ + 11, + 425 + ], + [ + 11, + 424 + ], + [ + 12, + 423 + ], + [ + 13, + 422 + ], + [ + 14, + 421 + ], + [ + 14, + 420 + ], + [ + 15, + 420 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 20 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 29, + 291 + ], + "area_fraction": 0.0584 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 483 + ], + "area_fraction": 0.0134 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 191, + 90 + ], + "peak": [ + 194, + 13 + ], + "area_cells": 8721 + }, + { + "id": "range_2", + "name": null, + "center": [ + 202, + 397 + ], + "peak": [ + 191, + 463 + ], + "area_cells": 11562 + }, + { + "id": "range_3", + "name": null, + "center": [ + 169, + 76 + ], + "peak": [ + 170, + 77 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616e-m1/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/globe.png new file mode 100644 index 000000000..18e77f5b7 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616e-m1/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/heightmap.png new file mode 100644 index 000000000..19441d2ce Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616e-m1/index.md b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/index.md new file mode 100644 index 000000000..44a04b48d --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ616e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3166451272 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 39.8 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.239 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616e-m1 + +Frozen moon. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616e-m1/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/markers.json new file mode 100644 index 000000000..77a0a9b61 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616e-m1/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 55, + 46 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 71, + 11 + ], + "area_fraction": 0.007 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 56, + 492 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 100, + 467 + ], + "area_fraction": 0.0198 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 101, + 258 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 14, + 309 + ], + "peak": [ + 14, + 314 + ], + "area_cells": 219 + }, + { + "id": "range_5", + "name": null, + "center": [ + 38, + 362 + ], + "peak": [ + 39, + 361 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 381 + ], + "peak": [ + 45, + 380 + ], + "area_cells": 121 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 196 + ], + "peak": [ + 64, + 196 + ], + "area_cells": 333 + }, + { + "id": "range_9", + "name": null, + "center": [ + 62, + 236 + ], + "peak": [ + 63, + 240 + ], + "area_cells": 149 + }, + { + "id": "range_10", + "name": null, + "center": [ + 204, + 82 + ], + "peak": [ + 165, + 67 + ], + "area_cells": 9947 + }, + { + "id": "range_11", + "name": null, + "center": [ + 171, + 251 + ], + "peak": [ + 171, + 253 + ], + "area_cells": 170 + }, + { + "id": "range_12", + "name": null, + "center": [ + 184, + 1 + ], + "peak": [ + 185, + 0 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 206, + 468 + ], + "peak": [ + 211, + 471 + ], + "area_cells": 2564 + }, + { + "id": "range_14", + "name": null, + "center": [ + 227, + 271 + ], + "peak": [ + 209, + 289 + ], + "area_cells": 6075 + }, + { + "id": "range_15", + "name": null, + "center": [ + 238, + 377 + ], + "peak": [ + 235, + 364 + ], + "area_cells": 159 + }, + { + "id": "range_17", + "name": null, + "center": [ + 249, + 45 + ], + "peak": [ + 251, + 58 + ], + "area_cells": 172 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616e/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616e/globe.png new file mode 100644 index 000000000..6eb80bb18 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616e/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616e/index.md b/wiki/star-systems/GJ-616/bodies/GJ616e/index.md new file mode 100644 index 000000000..650d7af33 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ616e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2236540545 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: null + oblateness: 0.0561 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.391 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.086 +--- + +# GJ616e + +Gas giant. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616f/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616f/globe.png new file mode 100644 index 000000000..27c73fef7 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616f/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616f/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616f/heightmap.png new file mode 100644 index 000000000..f6d75afe0 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616f/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616f/index.md b/wiki/star-systems/GJ-616/bodies/GJ616f/index.md new file mode 100644 index 000000000..e3874bc51 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ616f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2406589850 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.159 + period_days: 4800.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 0.44 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.786 + polar_ice_lat: 0.302 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616f + +Frozen planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616f/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616f/markers.json new file mode 100644 index 000000000..cec66baff --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616f/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 43, + 119 + ], + "area_fraction": 0.0313 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 46, + 26 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 103, + 181 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 159, + 246 + ], + "area_fraction": 0.0398 + }, + { + "id": "water_51", + "name": null, + "kind": "sea", + "center": [ + 220, + 111 + ], + "area_fraction": 0.0766 + }, + { + "id": "water_59", + "name": null, + "kind": "lake", + "center": [ + 223, + 479 + ], + "area_fraction": 0.0128 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 365 + ], + "peak": [ + 34, + 377 + ], + "area_cells": 3233 + }, + { + "id": "range_3", + "name": null, + "center": [ + 154, + 393 + ], + "peak": [ + 89, + 446 + ], + "area_cells": 11638 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 408 + ], + "peak": [ + 97, + 409 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 132, + 4 + ], + "peak": [ + 130, + 0 + ], + "area_cells": 167 + }, + { + "id": "range_8", + "name": null, + "center": [ + 137, + 330 + ], + "peak": [ + 137, + 327 + ], + "area_cells": 118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616g/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616g/globe.png new file mode 100644 index 000000000..d206a50cd Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616g/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616g/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616g/heightmap.png new file mode 100644 index 000000000..b46798308 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616g/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616g/index.md b/wiki/star-systems/GJ-616/bodies/GJ616g/index.md new file mode 100644 index 000000000..7e09bc2db --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ616g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 336686100 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.968 + period_days: 11000.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.34 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.232 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616g + +Frozen planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616g/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616g/markers.json new file mode 100644 index 000000000..06a35b3d5 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616g/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 36, + 127 + ], + "area_fraction": 0.1418 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 34, + 468 + ], + "area_fraction": 0.0476 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 204, + 192 + ], + "peak": [ + 140, + 239 + ], + "area_cells": 24567 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 156 + ], + "peak": [ + 122, + 159 + ], + "area_cells": 154 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 452 + ], + "peak": [ + 133, + 425 + ], + "area_cells": 2148 + }, + { + "id": "range_9", + "name": null, + "center": [ + 207, + 338 + ], + "peak": [ + 217, + 335 + ], + "area_cells": 200 + }, + { + "id": "range_10", + "name": null, + "center": [ + 202, + 499 + ], + "peak": [ + 205, + 500 + ], + "area_cells": 52 + }, + { + "id": "range_13", + "name": null, + "center": [ + 234, + 442 + ], + "peak": [ + 237, + 446 + ], + "area_cells": 2428 + }, + { + "id": "range_14", + "name": null, + "center": [ + 203, + 463 + ], + "peak": [ + 203, + 461 + ], + "area_cells": 41 + }, + { + "id": "range_15", + "name": null, + "center": [ + 212, + 42 + ], + "peak": [ + 214, + 43 + ], + "area_cells": 38 + }, + { + "id": "range_16", + "name": null, + "center": [ + 218, + 24 + ], + "peak": [ + 219, + 25 + ], + "area_cells": 67 + }, + { + "id": "range_17", + "name": null, + "center": [ + 216, + 473 + ], + "peak": [ + 215, + 475 + ], + "area_cells": 54 + }, + { + "id": "range_18", + "name": null, + "center": [ + 252, + 3 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616h/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616h/globe.png new file mode 100644 index 000000000..126ab45b3 Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616h/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616h/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616h/heightmap.png new file mode 100644 index 000000000..8d16a96cd Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616h/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616h/index.md b/wiki/star-systems/GJ-616/bodies/GJ616h/index.md new file mode 100644 index 000000000..48c43a192 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ616h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2297231613 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 43.3 +physical: + gravity_g: 0.12 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.846 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.213 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616h + +Frozen planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616h/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616h/markers.json new file mode 100644 index 000000000..99adab0ad --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616h/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 91 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 156, + 161 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 224, + 387 + ], + "area_fraction": 0.0528 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 218, + 253 + ], + "area_fraction": 0.0206 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 239, + 59 + ], + "area_fraction": 0.0139 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 174 + ], + "peak": [ + 1, + 168 + ], + "area_cells": 600 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 303 + ], + "peak": [ + 12, + 302 + ], + "area_cells": 532 + }, + { + "id": "range_4", + "name": null, + "center": [ + 14, + 212 + ], + "peak": [ + 14, + 212 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 458 + ], + "peak": [ + 35, + 456 + ], + "area_cells": 75 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 480 + ], + "peak": [ + 25, + 481 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 488 + ], + "peak": [ + 29, + 486 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 78, + 215 + ], + "peak": [ + 62, + 353 + ], + "area_cells": 9333 + }, + { + "id": "range_9", + "name": null, + "center": [ + 44, + 165 + ], + "peak": [ + 45, + 170 + ], + "area_cells": 400 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 250 + ], + "peak": [ + 48, + 252 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 76, + 478 + ], + "peak": [ + 76, + 477 + ], + "area_cells": 44 + }, + { + "id": "range_22", + "name": null, + "center": [ + 171, + 291 + ], + "peak": [ + 171, + 293 + ], + "area_cells": 87 + }, + { + "id": "range_23", + "name": null, + "center": [ + 176, + 265 + ], + "peak": [ + 176, + 264 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 180, + 227 + ], + "peak": [ + 179, + 226 + ], + "area_cells": 191 + }, + { + "id": "range_25", + "name": null, + "center": [ + 186, + 197 + ], + "peak": [ + 187, + 198 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-616/bodies/GJ616i/globe.png b/wiki/star-systems/GJ-616/bodies/GJ616i/globe.png new file mode 100644 index 000000000..936f1384d Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616i/globe.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616i/heightmap.png b/wiki/star-systems/GJ-616/bodies/GJ616i/heightmap.png new file mode 100644 index 000000000..b5ff50c6b Binary files /dev/null and b/wiki/star-systems/GJ-616/bodies/GJ616i/heightmap.png differ diff --git a/wiki/star-systems/GJ-616/bodies/GJ616i/index.md b/wiki/star-systems/GJ-616/bodies/GJ616i/index.md new file mode 100644 index 000000000..146e5e6c8 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ616i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2542684 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.904 + period_days: 54000.0 + axial_tilt_deg: 30.8 +physical: + gravity_g: 0.08 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.175 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ616i + +Frozen planet. + +**System:** [GJ-616](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 54000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-616/bodies/GJ616i/markers.json b/wiki/star-systems/GJ-616/bodies/GJ616i/markers.json new file mode 100644 index 000000000..a890e5090 --- /dev/null +++ b/wiki/star-systems/GJ-616/bodies/GJ616i/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 161 + ], + "area_fraction": 0.0381 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 85, + 200 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 106, + 484 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 119, + 23 + ], + "area_fraction": 0.0155 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 103, + 85 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 111, + 282 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 117, + 232 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 126, + 133 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_53", + "name": null, + "kind": "lake", + "center": [ + 246, + 287 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 269 + ], + "peak": [ + 4, + 270 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 375 + ], + "peak": [ + 73, + 377 + ], + "area_cells": 2942 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 334 + ], + "peak": [ + 19, + 336 + ], + "area_cells": 100 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 349 + ], + "peak": [ + 26, + 349 + ], + "area_cells": 71 + }, + { + "id": "range_6", + "name": null, + "center": [ + 33, + 29 + ], + "peak": [ + 35, + 22 + ], + "area_cells": 561 + }, + { + "id": "range_7", + "name": null, + "center": [ + 30, + 412 + ], + "peak": [ + 29, + 412 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 45, + 327 + ], + "peak": [ + 46, + 327 + ], + "area_cells": 41 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 487 + ], + "peak": [ + 52, + 488 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 59, + 454 + ], + "peak": [ + 60, + 454 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 223, + 143 + ], + "peak": [ + 224, + 144 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ620.1Ab/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/globe.png new file mode 100644 index 000000000..746342c98 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/heightmap.png new file mode 100644 index 000000000..c00497e52 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/index.md new file mode 100644 index 000000000..df6b0cd81 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ620.1Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3293564877 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.251 + period_days: 46.0 + axial_tilt_deg: 30.8 +physical: + gravity_g: 0.48 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.856 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Ab + +Barren planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 94% | +| **Year** | 46 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/markers.json new file mode 100644 index 000000000..47408f74b --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ab/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 46, + 238 + ], + "peak": [ + 45, + 238 + ], + "area_cells": 50 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 250 + ], + "peak": [ + 51, + 252 + ], + "area_cells": 60 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 392 + ], + "peak": [ + 76, + 395 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 82, + 428 + ], + "peak": [ + 82, + 429 + ], + "area_cells": 61 + }, + { + "id": "range_10", + "name": null, + "center": [ + 84, + 239 + ], + "peak": [ + 85, + 240 + ], + "area_cells": 66 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 204 + ], + "peak": [ + 103, + 202 + ], + "area_cells": 135 + }, + { + "id": "range_12", + "name": null, + "center": [ + 98, + 383 + ], + "peak": [ + 100, + 381 + ], + "area_cells": 158 + }, + { + "id": "range_13", + "name": null, + "center": [ + 97, + 428 + ], + "peak": [ + 98, + 430 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 109, + 44 + ], + "peak": [ + 106, + 42 + ], + "area_cells": 142 + }, + { + "id": "range_17", + "name": null, + "center": [ + 127, + 153 + ], + "peak": [ + 120, + 139 + ], + "area_cells": 773 + }, + { + "id": "range_18", + "name": null, + "center": [ + 133, + 19 + ], + "peak": [ + 127, + 14 + ], + "area_cells": 364 + }, + { + "id": "range_20", + "name": null, + "center": [ + 133, + 110 + ], + "peak": [ + 138, + 115 + ], + "area_cells": 292 + }, + { + "id": "range_21", + "name": null, + "center": [ + 146, + 311 + ], + "peak": [ + 131, + 307 + ], + "area_cells": 658 + }, + { + "id": "range_22", + "name": null, + "center": [ + 131, + 81 + ], + "peak": [ + 133, + 82 + ], + "area_cells": 120 + }, + { + "id": "range_23", + "name": null, + "center": [ + 132, + 207 + ], + "peak": [ + 132, + 206 + ], + "area_cells": 132 + }, + { + "id": "range_25", + "name": null, + "center": [ + 159, + 118 + ], + "peak": [ + 160, + 118 + ], + "area_cells": 35 + }, + { + "id": "range_26", + "name": null, + "center": [ + 163, + 337 + ], + "peak": [ + 159, + 335 + ], + "area_cells": 70 + }, + { + "id": "range_27", + "name": null, + "center": [ + 187, + 115 + ], + "peak": [ + 186, + 115 + ], + "area_cells": 83 + }, + { + "id": "range_28", + "name": null, + "center": [ + 204, + 60 + ], + "peak": [ + 207, + 58 + ], + "area_cells": 63 + }, + { + "id": "range_29", + "name": null, + "center": [ + 207, + 36 + ], + "peak": [ + 207, + 36 + ], + "area_cells": 26 + }, + { + "id": "range_31", + "name": null, + "center": [ + 233, + 57 + ], + "peak": [ + 235, + 58 + ], + "area_cells": 49 + }, + { + "id": "range_34", + "name": null, + "center": [ + 239, + 46 + ], + "peak": [ + 240, + 46 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/globe.png new file mode 100644 index 000000000..a4ea0463d Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/heightmap.png new file mode 100644 index 000000000..19819dc64 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/index.md new file mode 100644 index 000000000..05fdfd971 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ620.1Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 431339528 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.553 + period_days: 150.0 + axial_tilt_deg: 14.4 +physical: + gravity_g: 0.72 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.94 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.092 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Ac + +Hot Arid planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 150 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/markers.json new file mode 100644 index 000000000..bfaaf37a2 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ac/markers.json @@ -0,0 +1,1375 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 74, + 29 + ], + [ + 73, + 30 + ], + [ + 73, + 31 + ], + [ + 74, + 32 + ], + [ + 75, + 33 + ], + [ + 75, + 34 + ], + [ + 76, + 35 + ], + [ + 77, + 36 + ], + [ + 78, + 36 + ], + [ + 79, + 37 + ], + [ + 80, + 38 + ], + [ + 81, + 39 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 139, + 208 + ], + [ + 140, + 207 + ], + [ + 141, + 207 + ], + [ + 142, + 206 + ], + [ + 143, + 205 + ], + [ + 144, + 204 + ], + [ + 145, + 203 + ], + [ + 144, + 203 + ], + [ + 144, + 202 + ], + [ + 143, + 201 + ], + [ + 144, + 200 + ], + [ + 144, + 199 + ], + [ + 144, + 198 + ], + [ + 143, + 197 + ], + [ + 144, + 197 + ], + [ + 144, + 196 + ], + [ + 144, + 195 + ], + [ + 143, + 194 + ], + [ + 144, + 193 + ], + [ + 145, + 192 + ], + [ + 144, + 191 + ], + [ + 144, + 190 + ], + [ + 143, + 189 + ], + [ + 142, + 188 + ], + [ + 141, + 187 + ], + [ + 142, + 186 + ], + [ + 141, + 185 + ], + [ + 140, + 184 + ], + [ + 140, + 183 + ], + [ + 139, + 182 + ], + [ + 140, + 181 + ], + [ + 139, + 180 + ], + [ + 139, + 179 + ], + [ + 140, + 178 + ], + [ + 141, + 177 + ], + [ + 140, + 176 + ], + [ + 140, + 175 + ], + [ + 141, + 174 + ], + [ + 140, + 173 + ], + [ + 140, + 172 + ], + [ + 140, + 171 + ], + [ + 140, + 170 + ], + [ + 141, + 169 + ], + [ + 140, + 168 + ], + [ + 139, + 167 + ], + [ + 140, + 166 + ], + [ + 140, + 165 + ], + [ + 140, + 164 + ], + [ + 141, + 163 + ], + [ + 140, + 162 + ], + [ + 140, + 161 + ], + [ + 139, + 161 + ], + [ + 140, + 160 + ], + [ + 139, + 159 + ], + [ + 139, + 160 + ], + [ + 140, + 159 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 138, + 460 + ], + [ + 139, + 460 + ], + [ + 140, + 461 + ], + [ + 141, + 462 + ], + [ + 142, + 462 + ], + [ + 143, + 462 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 98, + 149 + ], + [ + 97, + 148 + ], + [ + 97, + 147 + ], + [ + 96, + 147 + ], + [ + 95, + 147 + ], + [ + 94, + 146 + ], + [ + 93, + 147 + ], + [ + 93, + 146 + ], + [ + 92, + 146 + ], + [ + 92, + 147 + ], + [ + 91, + 147 + ], + [ + 91, + 146 + ], + [ + 91, + 145 + ], + [ + 90, + 144 + ], + [ + 91, + 143 + ], + [ + 90, + 142 + ], + [ + 90, + 141 + ], + [ + 89, + 140 + ], + [ + 90, + 139 + ], + [ + 91, + 139 + ], + [ + 91, + 138 + ], + [ + 90, + 138 + ], + [ + 89, + 137 + ], + [ + 90, + 137 + ], + [ + 91, + 136 + ], + [ + 90, + 135 + ], + [ + 89, + 134 + ], + [ + 89, + 133 + ], + [ + 90, + 132 + ], + [ + 90, + 131 + ], + [ + 89, + 130 + ], + [ + 88, + 129 + ], + [ + 89, + 128 + ], + [ + 88, + 127 + ], + [ + 87, + 126 + ], + [ + 86, + 125 + ], + [ + 87, + 124 + ], + [ + 87, + 123 + ], + [ + 86, + 122 + ], + [ + 87, + 121 + ], + [ + 87, + 120 + ], + [ + 87, + 119 + ], + [ + 86, + 118 + ], + [ + 86, + 117 + ], + [ + 85, + 116 + ], + [ + 84, + 115 + ], + [ + 84, + 114 + ], + [ + 84, + 113 + ], + [ + 85, + 112 + ], + [ + 84, + 111 + ], + [ + 84, + 110 + ], + [ + 83, + 109 + ], + [ + 84, + 108 + ], + [ + 84, + 107 + ], + [ + 85, + 106 + ], + [ + 86, + 105 + ], + [ + 85, + 104 + ], + [ + 86, + 103 + ], + [ + 87, + 102 + ], + [ + 87, + 101 + ], + [ + 86, + 100 + ], + [ + 87, + 99 + ], + [ + 86, + 98 + ], + [ + 87, + 97 + ], + [ + 87, + 96 + ], + [ + 87, + 95 + ], + [ + 86, + 94 + ], + [ + 85, + 93 + ], + [ + 86, + 92 + ], + [ + 86, + 91 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 125, + 501 + ], + [ + 126, + 500 + ], + [ + 127, + 499 + ], + [ + 128, + 498 + ], + [ + 129, + 498 + ], + [ + 128, + 497 + ], + [ + 129, + 496 + ], + [ + 129, + 497 + ], + [ + 128, + 496 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 147, + 84 + ], + [ + 146, + 84 + ], + [ + 145, + 85 + ], + [ + 144, + 85 + ], + [ + 143, + 85 + ], + [ + 142, + 86 + ], + [ + 141, + 86 + ], + [ + 140, + 87 + ], + [ + 139, + 86 + ], + [ + 138, + 86 + ], + [ + 137, + 85 + ], + [ + 136, + 84 + ], + [ + 135, + 83 + ], + [ + 134, + 83 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 211, + 234 + ], + [ + 210, + 233 + ], + [ + 209, + 232 + ], + [ + 208, + 231 + ], + [ + 207, + 230 + ], + [ + 206, + 229 + ], + [ + 205, + 229 + ], + [ + 204, + 229 + ], + [ + 203, + 229 + ], + [ + 202, + 229 + ], + [ + 201, + 230 + ], + [ + 202, + 230 + ], + [ + 201, + 231 + ], + [ + 200, + 230 + ], + [ + 201, + 229 + ], + [ + 202, + 228 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 127, + 253 + ], + [ + 128, + 253 + ], + [ + 129, + 252 + ], + [ + 130, + 251 + ], + [ + 131, + 250 + ], + [ + 132, + 250 + ], + [ + 133, + 250 + ], + [ + 134, + 250 + ], + [ + 135, + 251 + ], + [ + 136, + 252 + ], + [ + 136, + 253 + ], + [ + 137, + 254 + ], + [ + 136, + 254 + ], + [ + 137, + 255 + ], + [ + 138, + 256 + ], + [ + 138, + 255 + ], + [ + 139, + 256 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 148, + 2 + ], + [ + 147, + 1 + ], + [ + 146, + 0 + ], + [ + 145, + 511 + ], + [ + 144, + 511 + ], + [ + 143, + 510 + ], + [ + 142, + 510 + ], + [ + 141, + 510 + ], + [ + 140, + 509 + ], + [ + 139, + 508 + ], + [ + 138, + 508 + ], + [ + 137, + 507 + ], + [ + 136, + 507 + ], + [ + 135, + 506 + ], + [ + 134, + 506 + ], + [ + 133, + 505 + ], + [ + 132, + 504 + ], + [ + 132, + 503 + ], + [ + 132, + 502 + ], + [ + 131, + 501 + ], + [ + 130, + 500 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 133, + 63 + ], + [ + 134, + 62 + ], + [ + 135, + 61 + ], + [ + 136, + 60 + ], + [ + 136, + 59 + ], + [ + 137, + 58 + ], + [ + 136, + 57 + ], + [ + 135, + 56 + ], + [ + 134, + 55 + ], + [ + 133, + 54 + ], + [ + 132, + 53 + ], + [ + 131, + 52 + ], + [ + 130, + 51 + ], + [ + 129, + 51 + ], + [ + 128, + 51 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 46, + 437 + ], + [ + 45, + 437 + ], + [ + 44, + 437 + ], + [ + 43, + 436 + ], + [ + 42, + 435 + ], + [ + 41, + 434 + ], + [ + 40, + 435 + ], + [ + 39, + 436 + ], + [ + 38, + 437 + ], + [ + 37, + 436 + ], + [ + 36, + 437 + ], + [ + 35, + 437 + ], + [ + 34, + 438 + ], + [ + 33, + 437 + ], + [ + 32, + 436 + ], + [ + 31, + 437 + ], + [ + 30, + 437 + ], + [ + 29, + 436 + ], + [ + 28, + 435 + ], + [ + 27, + 436 + ], + [ + 26, + 435 + ], + [ + 25, + 434 + ], + [ + 24, + 435 + ], + [ + 23, + 436 + ], + [ + 22, + 436 + ], + [ + 23, + 437 + ], + [ + 22, + 438 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 452 + ], + "area_fraction": 0.01 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 88, + 58 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 350 + ], + "peak": [ + 8, + 347 + ], + "area_cells": 370 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 92 + ], + "peak": [ + 25, + 93 + ], + "area_cells": 1827 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 315 + ], + "peak": [ + 75, + 318 + ], + "area_cells": 211 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 320 + ], + "peak": [ + 163, + 318 + ], + "area_cells": 6264 + }, + { + "id": "range_7", + "name": null, + "center": [ + 84, + 423 + ], + "peak": [ + 81, + 408 + ], + "area_cells": 746 + }, + { + "id": "range_12", + "name": null, + "center": [ + 137, + 281 + ], + "peak": [ + 138, + 277 + ], + "area_cells": 103 + }, + { + "id": "range_13", + "name": null, + "center": [ + 200, + 143 + ], + "peak": [ + 209, + 136 + ], + "area_cells": 5464 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 20 + ], + "peak": [ + 163, + 21 + ], + "area_cells": 152 + }, + { + "id": "range_16", + "name": null, + "center": [ + 181, + 441 + ], + "peak": [ + 181, + 442 + ], + "area_cells": 71 + }, + { + "id": "range_17", + "name": null, + "center": [ + 195, + 34 + ], + "peak": [ + 203, + 30 + ], + "area_cells": 405 + }, + { + "id": "range_19", + "name": null, + "center": [ + 208, + 3 + ], + "peak": [ + 201, + 0 + ], + "area_cells": 208 + }, + { + "id": "range_20", + "name": null, + "center": [ + 215, + 507 + ], + "peak": [ + 214, + 511 + ], + "area_cells": 218 + }, + { + "id": "range_24", + "name": null, + "center": [ + 238, + 424 + ], + "peak": [ + 240, + 428 + ], + "area_cells": 403 + }, + { + "id": "range_25", + "name": null, + "center": [ + 247, + 303 + ], + "peak": [ + 247, + 302 + ], + "area_cells": 279 + }, + { + "id": "range_26", + "name": null, + "center": [ + 246, + 243 + ], + "peak": [ + 247, + 241 + ], + "area_cells": 162 + }, + { + "id": "range_27", + "name": null, + "center": [ + 244, + 168 + ], + "peak": [ + 244, + 169 + ], + "area_cells": 26 + }, + { + "id": "range_28", + "name": null, + "center": [ + 247, + 48 + ], + "peak": [ + 247, + 48 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/globe.png new file mode 100644 index 000000000..6d2a2801f Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/heightmap.png new file mode 100644 index 000000000..a5a6e3b26 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/index.md new file mode 100644 index 000000000..d5fa5e8af --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ620.1Ad +name: Suối Vàng +body_type: planet +planet_class: temperate +body_scale: planet +seed: 277684545 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.935 + period_days: 330.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.88 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.499 + polar_ice_lat: 0.686 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.364 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Suối Vàng + +Temperate planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 330 days | +| **Inhabited** | yes | +| **Population** | 6K | +| **Economy** | mining | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/markers.json new file mode 100644 index 000000000..4e4790e4d --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ad/markers.json @@ -0,0 +1,944 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 83, + 300 + ], + [ + 82, + 299 + ], + [ + 81, + 298 + ], + [ + 80, + 297 + ], + [ + 80, + 296 + ], + [ + 81, + 295 + ], + [ + 80, + 294 + ], + [ + 81, + 293 + ], + [ + 80, + 292 + ], + [ + 80, + 291 + ], + [ + 80, + 290 + ], + [ + 79, + 289 + ], + [ + 80, + 288 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 23, + 415 + ], + [ + 23, + 414 + ], + [ + 24, + 415 + ], + [ + 25, + 414 + ], + [ + 26, + 413 + ], + [ + 26, + 412 + ], + [ + 27, + 411 + ], + [ + 28, + 411 + ], + [ + 28, + 410 + ], + [ + 27, + 409 + ], + [ + 27, + 410 + ], + [ + 26, + 410 + ], + [ + 26, + 409 + ], + [ + 27, + 408 + ], + [ + 28, + 409 + ], + [ + 29, + 408 + ], + [ + 29, + 407 + ], + [ + 28, + 407 + ], + [ + 28, + 408 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 139 + ], + [ + 127, + 140 + ], + [ + 126, + 141 + ], + [ + 125, + 142 + ], + [ + 124, + 142 + ], + [ + 123, + 143 + ], + [ + 123, + 144 + ], + [ + 122, + 145 + ], + [ + 123, + 146 + ], + [ + 123, + 147 + ], + [ + 123, + 148 + ], + [ + 123, + 149 + ], + [ + 123, + 150 + ], + [ + 123, + 151 + ], + [ + 123, + 152 + ], + [ + 122, + 153 + ], + [ + 122, + 154 + ], + [ + 123, + 155 + ], + [ + 123, + 156 + ], + [ + 123, + 157 + ], + [ + 123, + 158 + ], + [ + 123, + 159 + ], + [ + 122, + 160 + ], + [ + 123, + 161 + ], + [ + 122, + 161 + ], + [ + 123, + 162 + ], + [ + 123, + 163 + ], + [ + 122, + 163 + ], + [ + 121, + 164 + ], + [ + 120, + 165 + ], + [ + 119, + 166 + ], + [ + 118, + 167 + ], + [ + 117, + 168 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 0, + 307 + ], + [ + 1, + 308 + ], + [ + 2, + 308 + ], + [ + 3, + 309 + ], + [ + 4, + 308 + ], + [ + 5, + 308 + ], + [ + 6, + 309 + ], + [ + 7, + 308 + ], + [ + 8, + 307 + ], + [ + 9, + 307 + ], + [ + 10, + 306 + ], + [ + 11, + 306 + ], + [ + 12, + 307 + ], + [ + 13, + 306 + ], + [ + 14, + 307 + ], + [ + 13, + 308 + ], + [ + 13, + 309 + ], + [ + 14, + 310 + ], + [ + 14, + 309 + ], + [ + 15, + 310 + ], + [ + 14, + 311 + ], + [ + 15, + 311 + ], + [ + 16, + 312 + ], + [ + 16, + 313 + ], + [ + 17, + 314 + ], + [ + 18, + 315 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 113, + 293 + ], + [ + 114, + 292 + ], + [ + 115, + 291 + ], + [ + 116, + 290 + ], + [ + 117, + 289 + ], + [ + 118, + 288 + ], + [ + 118, + 287 + ], + [ + 118, + 286 + ], + [ + 118, + 285 + ], + [ + 118, + 284 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 143, + 362 + ], + [ + 142, + 361 + ], + [ + 141, + 360 + ], + [ + 141, + 359 + ], + [ + 141, + 358 + ], + [ + 142, + 358 + ], + [ + 142, + 359 + ], + [ + 142, + 360 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 63, + 276 + ], + [ + 62, + 277 + ], + [ + 61, + 277 + ], + [ + 60, + 278 + ], + [ + 59, + 279 + ], + [ + 58, + 280 + ], + [ + 57, + 281 + ], + [ + 56, + 282 + ], + [ + 55, + 283 + ], + [ + 54, + 284 + ], + [ + 53, + 284 + ], + [ + 52, + 285 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 23, + 261 + ], + [ + 23, + 262 + ], + [ + 22, + 263 + ], + [ + 21, + 263 + ], + [ + 20, + 263 + ], + [ + 19, + 262 + ], + [ + 18, + 261 + ], + [ + 17, + 260 + ], + [ + 16, + 259 + ], + [ + 15, + 258 + ], + [ + 14, + 257 + ], + [ + 13, + 256 + ], + [ + 12, + 255 + ], + [ + 11, + 255 + ], + [ + 12, + 254 + ], + [ + 11, + 253 + ], + [ + 10, + 252 + ], + [ + 11, + 251 + ], + [ + 12, + 250 + ], + [ + 12, + 249 + ], + [ + 13, + 248 + ], + [ + 12, + 247 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 150, + 362 + ], + [ + 151, + 361 + ], + [ + 152, + 360 + ], + [ + 153, + 359 + ], + [ + 153, + 358 + ], + [ + 154, + 357 + ], + [ + 155, + 358 + ], + [ + 156, + 358 + ], + [ + 157, + 357 + ], + [ + 158, + 358 + ], + [ + 159, + 357 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 150, + 160 + ], + [ + 149, + 161 + ], + [ + 148, + 162 + ], + [ + 147, + 162 + ], + [ + 146, + 162 + ], + [ + 145, + 162 + ], + [ + 144, + 162 + ], + [ + 143, + 162 + ], + [ + 142, + 161 + ], + [ + 141, + 160 + ], + [ + 141, + 159 + ], + [ + 140, + 158 + ], + [ + 140, + 157 + ], + [ + 139, + 156 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 217 + ], + "area_fraction": 0.0148 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 30, + 341 + ], + "area_fraction": 0.0417 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 98, + 182 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 197, + 281 + ], + "area_fraction": 0.4267 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 188 + ], + "peak": [ + 30, + 188 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 402 + ], + "peak": [ + 40, + 418 + ], + "area_cells": 666 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 470 + ], + "peak": [ + 48, + 511 + ], + "area_cells": 4009 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 72 + ], + "peak": [ + 45, + 26 + ], + "area_cells": 2472 + }, + { + "id": "range_5", + "name": null, + "center": [ + 39, + 254 + ], + "peak": [ + 40, + 254 + ], + "area_cells": 92 + }, + { + "id": "range_6", + "name": null, + "center": [ + 41, + 132 + ], + "peak": [ + 43, + 131 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 66, + 31 + ], + "peak": [ + 67, + 32 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 38 + ], + "peak": [ + 81, + 35 + ], + "area_cells": 2560 + }, + { + "id": "range_10", + "name": null, + "center": [ + 107, + 279 + ], + "peak": [ + 123, + 297 + ], + "area_cells": 2132 + }, + { + "id": "range_11", + "name": null, + "center": [ + 90, + 388 + ], + "peak": [ + 91, + 385 + ], + "area_cells": 104 + }, + { + "id": "range_12", + "name": null, + "center": [ + 101, + 423 + ], + "peak": [ + 100, + 421 + ], + "area_cells": 180 + }, + { + "id": "range_13", + "name": null, + "center": [ + 160, + 89 + ], + "peak": [ + 156, + 89 + ], + "area_cells": 600 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/globe.png new file mode 100644 index 000000000..3af0d8153 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/heightmap.png new file mode 100644 index 000000000..d4866db13 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/index.md new file mode 100644 index 000000000..2156a0bba --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ620.1Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 942011435 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.931 + period_days: 980.0 + axial_tilt_deg: 35.8 +physical: + gravity_g: 0.58 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.503 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Ae + +Cold Arid planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 980 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/markers.json new file mode 100644 index 000000000..af3e079d8 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ae/markers.json @@ -0,0 +1,1182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 240, + 12 + ], + [ + 241, + 13 + ], + [ + 241, + 12 + ], + [ + 242, + 13 + ], + [ + 242, + 14 + ], + [ + 241, + 15 + ], + [ + 240, + 15 + ], + [ + 239, + 16 + ], + [ + 238, + 16 + ], + [ + 237, + 15 + ], + [ + 236, + 16 + ], + [ + 236, + 15 + ], + [ + 235, + 15 + ], + [ + 234, + 16 + ], + [ + 233, + 15 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 116, + 4 + ], + [ + 117, + 5 + ], + [ + 118, + 6 + ], + [ + 119, + 7 + ], + [ + 120, + 8 + ], + [ + 121, + 9 + ], + [ + 122, + 10 + ], + [ + 123, + 11 + ], + [ + 124, + 12 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 226, + 182 + ], + [ + 227, + 181 + ], + [ + 228, + 180 + ], + [ + 227, + 179 + ], + [ + 226, + 178 + ], + [ + 225, + 177 + ], + [ + 224, + 176 + ], + [ + 223, + 175 + ], + [ + 222, + 174 + ], + [ + 221, + 173 + ], + [ + 220, + 172 + ], + [ + 219, + 171 + ], + [ + 218, + 170 + ], + [ + 217, + 169 + ], + [ + 216, + 170 + ], + [ + 215, + 170 + ], + [ + 214, + 171 + ], + [ + 213, + 171 + ], + [ + 212, + 170 + ], + [ + 211, + 170 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 142, + 490 + ], + [ + 143, + 489 + ], + [ + 144, + 488 + ], + [ + 145, + 488 + ], + [ + 146, + 487 + ], + [ + 147, + 488 + ], + [ + 148, + 489 + ], + [ + 149, + 490 + ], + [ + 150, + 490 + ], + [ + 151, + 491 + ], + [ + 152, + 492 + ], + [ + 153, + 492 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 98, + 99 + ], + [ + 99, + 100 + ], + [ + 100, + 100 + ], + [ + 101, + 99 + ], + [ + 102, + 98 + ], + [ + 103, + 97 + ], + [ + 104, + 96 + ], + [ + 105, + 95 + ], + [ + 106, + 94 + ], + [ + 107, + 93 + ], + [ + 108, + 92 + ], + [ + 109, + 92 + ], + [ + 110, + 93 + ], + [ + 111, + 92 + ], + [ + 112, + 91 + ], + [ + 113, + 90 + ], + [ + 113, + 89 + ], + [ + 114, + 88 + ], + [ + 115, + 87 + ], + [ + 115, + 86 + ], + [ + 116, + 85 + ], + [ + 117, + 84 + ], + [ + 117, + 83 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 76, + 46 + ], + [ + 77, + 45 + ], + [ + 78, + 44 + ], + [ + 79, + 43 + ], + [ + 80, + 42 + ], + [ + 81, + 41 + ], + [ + 82, + 40 + ], + [ + 83, + 39 + ], + [ + 84, + 38 + ], + [ + 85, + 39 + ], + [ + 85, + 38 + ], + [ + 86, + 39 + ], + [ + 87, + 38 + ], + [ + 88, + 37 + ], + [ + 89, + 38 + ], + [ + 90, + 38 + ], + [ + 91, + 37 + ], + [ + 92, + 37 + ], + [ + 93, + 36 + ], + [ + 94, + 37 + ], + [ + 95, + 36 + ], + [ + 96, + 37 + ], + [ + 97, + 37 + ], + [ + 98, + 37 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 99, + 155 + ], + [ + 100, + 154 + ], + [ + 101, + 153 + ], + [ + 102, + 153 + ], + [ + 103, + 154 + ], + [ + 104, + 153 + ], + [ + 105, + 152 + ], + [ + 106, + 151 + ], + [ + 107, + 151 + ], + [ + 108, + 150 + ], + [ + 109, + 149 + ], + [ + 110, + 149 + ], + [ + 111, + 150 + ], + [ + 112, + 149 + ], + [ + 113, + 150 + ], + [ + 114, + 151 + ], + [ + 115, + 152 + ], + [ + 116, + 153 + ], + [ + 117, + 154 + ], + [ + 118, + 155 + ], + [ + 119, + 156 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 254, + 0 + ], + [ + 254, + 511 + ], + [ + 254, + 510 + ], + [ + 254, + 509 + ], + [ + 253, + 508 + ], + [ + 254, + 507 + ], + [ + 255, + 506 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 149, + 85 + ], + [ + 150, + 86 + ], + [ + 151, + 87 + ], + [ + 152, + 88 + ], + [ + 152, + 87 + ], + [ + 153, + 88 + ], + [ + 153, + 87 + ], + [ + 153, + 86 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 119, + 204 + ], + [ + 120, + 204 + ], + [ + 121, + 204 + ], + [ + 122, + 203 + ], + [ + 123, + 202 + ], + [ + 124, + 201 + ], + [ + 125, + 200 + ], + [ + 126, + 199 + ], + [ + 127, + 198 + ], + [ + 127, + 197 + ], + [ + 128, + 196 + ], + [ + 128, + 195 + ], + [ + 128, + 194 + ], + [ + 128, + 193 + ], + [ + 129, + 192 + ], + [ + 128, + 191 + ], + [ + 129, + 190 + ], + [ + 130, + 189 + ], + [ + 131, + 188 + ], + [ + 132, + 187 + ], + [ + 132, + 186 + ], + [ + 132, + 185 + ], + [ + 132, + 184 + ], + [ + 133, + 183 + ], + [ + 133, + 182 + ], + [ + 132, + 181 + ], + [ + 132, + 180 + ], + [ + 132, + 179 + ], + [ + 131, + 178 + ], + [ + 130, + 177 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 182, + 39 + ], + [ + 182, + 40 + ], + [ + 183, + 41 + ], + [ + 184, + 42 + ], + [ + 184, + 43 + ], + [ + 183, + 43 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 219, + 132 + ], + [ + 220, + 132 + ], + [ + 220, + 131 + ], + [ + 221, + 132 + ], + [ + 222, + 133 + ], + [ + 223, + 133 + ], + [ + 224, + 132 + ], + [ + 224, + 133 + ], + [ + 225, + 132 + ], + [ + 225, + 133 + ], + [ + 226, + 134 + ], + [ + 227, + 135 + ], + [ + 228, + 134 + ], + [ + 229, + 134 + ], + [ + 230, + 134 + ], + [ + 231, + 134 + ], + [ + 232, + 135 + ], + [ + 233, + 136 + ], + [ + 234, + 137 + ], + [ + 235, + 137 + ], + [ + 236, + 138 + ], + [ + 237, + 139 + ], + [ + 236, + 140 + ], + [ + 237, + 140 + ], + [ + 238, + 139 + ], + [ + 239, + 139 + ], + [ + 238, + 138 + ], + [ + 238, + 137 + ], + [ + 238, + 136 + ], + [ + 239, + 137 + ], + [ + 239, + 138 + ], + [ + 240, + 137 + ], + [ + 241, + 138 + ], + [ + 242, + 138 + ], + [ + 242, + 139 + ], + [ + 241, + 139 + ], + [ + 240, + 139 + ], + [ + 239, + 140 + ], + [ + 238, + 140 + ], + [ + 238, + 141 + ], + [ + 239, + 141 + ], + [ + 239, + 142 + ], + [ + 239, + 143 + ], + [ + 240, + 143 + ], + [ + 241, + 142 + ], + [ + 242, + 142 + ], + [ + 243, + 142 + ], + [ + 244, + 141 + ], + [ + 244, + 140 + ], + [ + 244, + 139 + ], + [ + 244, + 138 + ], + [ + 243, + 139 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 130, + 31 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 190, + 17 + ], + "area_fraction": 0.0192 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 208, + 494 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 65, + 328 + ], + "peak": [ + 71, + 344 + ], + "area_cells": 8233 + }, + { + "id": "range_3", + "name": null, + "center": [ + 52, + 21 + ], + "peak": [ + 51, + 20 + ], + "area_cells": 135 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 53 + ], + "peak": [ + 76, + 46 + ], + "area_cells": 439 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 147 + ], + "peak": [ + 65, + 150 + ], + "area_cells": 700 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 210 + ], + "peak": [ + 87, + 211 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 185 + ], + "peak": [ + 89, + 183 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 304 + ], + "peak": [ + 119, + 306 + ], + "area_cells": 419 + }, + { + "id": "range_9", + "name": null, + "center": [ + 118, + 336 + ], + "peak": [ + 119, + 339 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 267 + ], + "peak": [ + 130, + 269 + ], + "area_cells": 80 + }, + { + "id": "range_11", + "name": null, + "center": [ + 171, + 319 + ], + "peak": [ + 168, + 295 + ], + "area_cells": 5673 + }, + { + "id": "range_12", + "name": null, + "center": [ + 150, + 388 + ], + "peak": [ + 150, + 389 + ], + "area_cells": 117 + }, + { + "id": "range_13", + "name": null, + "center": [ + 176, + 164 + ], + "peak": [ + 177, + 161 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/globe.png new file mode 100644 index 000000000..f4658b3e0 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/heightmap.png new file mode 100644 index 000000000..c3b7196bc Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/index.md new file mode 100644 index 000000000..d04aee31d --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ620.1Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1025223237 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 54.5 +physical: + gravity_g: 0.11 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.14 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.348 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Af-m1 + +Frozen moon. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/markers.json new file mode 100644 index 000000000..b3057f2a8 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af-m1/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 466 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 134, + 494 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 165, + 26 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 236, + 402 + ], + "area_fraction": 0.0285 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 341 + ], + "peak": [ + 73, + 378 + ], + "area_cells": 5468 + }, + { + "id": "range_3", + "name": null, + "center": [ + 166, + 289 + ], + "peak": [ + 166, + 289 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af/globe.png new file mode 100644 index 000000000..35be6c697 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af/index.md new file mode 100644 index 000000000..214145ccb --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ620.1Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3490090824 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.888 + period_days: 2800.0 + axial_tilt_deg: 9.0 +physical: + gravity_g: null + oblateness: 0.0602 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.118 +--- + +# GJ620.1Af + +Gas giant. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/globe.png new file mode 100644 index 000000000..e4f7ce8c7 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/heightmap.png new file mode 100644 index 000000000..c63c5b96c Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/index.md new file mode 100644 index 000000000..bcb287219 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ620.1Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1950418870 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.297 + period_days: 7200.0 + axial_tilt_deg: 43.6 +physical: + gravity_g: 0.44 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.843 + polar_ice_lat: 0.128 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Ag + +Frozen planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/markers.json new file mode 100644 index 000000000..92c5859ea --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ag/markers.json @@ -0,0 +1,97 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 170 + ], + "area_fraction": 0.0937 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 30, + 489 + ], + "area_fraction": 0.021 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 80, + 300 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 140, + 402 + ], + "peak": [ + 139, + 405 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 222, + 330 + ], + "peak": [ + 232, + 388 + ], + "area_cells": 24150 + }, + { + "id": "range_5", + "name": null, + "center": [ + 179, + 355 + ], + "peak": [ + 179, + 356 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 233, + 45 + ], + "peak": [ + 222, + 0 + ], + "area_cells": 4167 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/globe.png new file mode 100644 index 000000000..8ecbc15b2 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/heightmap.png new file mode 100644 index 000000000..12323e9c1 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/index.md new file mode 100644 index 000000000..e97a8b870 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ620.1Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 575623308 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.903 + period_days: 15000.0 + axial_tilt_deg: 41.2 +physical: + gravity_g: 0.35 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.727 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Ah + +Frozen planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/markers.json new file mode 100644 index 000000000..e137eca25 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ah/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 36, + 248 + ], + "area_fraction": 0.2475 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 90, + 180 + ], + "area_fraction": 0.008 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 103, + 110 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 10 + ], + "peak": [ + 108, + 10 + ], + "area_cells": 294 + }, + { + "id": "range_2", + "name": null, + "center": [ + 194, + 399 + ], + "peak": [ + 201, + 480 + ], + "area_cells": 21213 + }, + { + "id": "range_3", + "name": null, + "center": [ + 133, + 404 + ], + "peak": [ + 134, + 405 + ], + "area_cells": 177 + }, + { + "id": "range_4", + "name": null, + "center": [ + 142, + 271 + ], + "peak": [ + 142, + 273 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 150, + 269 + ], + "peak": [ + 152, + 271 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 3 + ], + "peak": [ + 158, + 0 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 215, + 119 + ], + "peak": [ + 216, + 85 + ], + "area_cells": 15375 + }, + { + "id": "range_8", + "name": null, + "center": [ + 178, + 201 + ], + "peak": [ + 177, + 202 + ], + "area_cells": 159 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/globe.png new file mode 100644 index 000000000..30c96d5db Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/heightmap.png new file mode 100644 index 000000000..21969e567 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/index.md new file mode 100644 index 000000000..22af37551 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ620.1Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 988770315 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 19.726 + period_days: 32000.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.786 + polar_ice_lat: 0.31 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Ai + +Frozen planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/markers.json new file mode 100644 index 000000000..013cfab8b --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Ai/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 66 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 241 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 131, + 33 + ], + "area_fraction": 0.0354 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 125, + 476 + ], + "area_fraction": 0.0383 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 159, + 106 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 210, + 200 + ], + "area_fraction": 0.0555 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 204, + 481 + ], + "area_fraction": 0.0154 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 74 + ], + "peak": [ + 51, + 42 + ], + "area_cells": 1613 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 296 + ], + "peak": [ + 58, + 303 + ], + "area_cells": 439 + }, + { + "id": "range_3", + "name": null, + "center": [ + 74, + 418 + ], + "peak": [ + 67, + 445 + ], + "area_cells": 5491 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 11 + ], + "peak": [ + 69, + 18 + ], + "area_cells": 156 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 377 + ], + "peak": [ + 153, + 399 + ], + "area_cells": 1013 + }, + { + "id": "range_9", + "name": null, + "center": [ + 153, + 315 + ], + "peak": [ + 153, + 316 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 213, + 49 + ], + "peak": [ + 201, + 53 + ], + "area_cells": 602 + }, + { + "id": "range_11", + "name": null, + "center": [ + 250, + 426 + ], + "peak": [ + 255, + 407 + ], + "area_cells": 828 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/globe.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/globe.png new file mode 100644 index 000000000..1633c9d69 Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/globe.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/heightmap.png b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/heightmap.png new file mode 100644 index 000000000..f779ee17c Binary files /dev/null and b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/index.md b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/index.md new file mode 100644 index 000000000..2a39bc0aa --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ620.1Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1672859728 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 29.324 + period_days: 58000.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.1 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.116 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ620.1Aj + +Frozen planet. + +**System:** [GJ-620.1A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/markers.json b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/markers.json new file mode 100644 index 000000000..fa04b5182 --- /dev/null +++ b/wiki/star-systems/GJ-620.1A/bodies/GJ620.1Aj/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 33, + 269 + ], + "area_fraction": 0.2228 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 153, + 9 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 162, + 246 + ], + "peak": [ + 134, + 115 + ], + "area_cells": 27266 + }, + { + "id": "range_3", + "name": null, + "center": [ + 161, + 438 + ], + "peak": [ + 161, + 439 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 231, + 275 + ], + "peak": [ + 236, + 291 + ], + "area_cells": 7238 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 138 + ], + "peak": [ + 221, + 136 + ], + "area_cells": 864 + }, + { + "id": "range_11", + "name": null, + "center": [ + 220, + 220 + ], + "peak": [ + 220, + 221 + ], + "area_cells": 31 + }, + { + "id": "range_12", + "name": null, + "center": [ + 243, + 88 + ], + "peak": [ + 244, + 87 + ], + "area_cells": 95 + }, + { + "id": "range_13", + "name": null, + "center": [ + 245, + 116 + ], + "peak": [ + 246, + 111 + ], + "area_cells": 148 + }, + { + "id": "range_14", + "name": null, + "center": [ + 253, + 59 + ], + "peak": [ + 254, + 60 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 254, + 77 + ], + "peak": [ + 254, + 77 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ624b/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624b/globe.png new file mode 100644 index 000000000..911461b8d Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624b/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624b/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624b/heightmap.png new file mode 100644 index 000000000..4cb56755c Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624b/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624b/index.md b/wiki/star-systems/GJ-624/bodies/GJ624b/index.md new file mode 100644 index 000000000..be55c5ef1 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ624b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2881011096 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.294 + period_days: 52.0 + axial_tilt_deg: 44.5 +physical: + gravity_g: 0.5 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.812 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624b + +Barren planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.5g | +| **Land** | 94% | +| **Year** | 52 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624b/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624b/markers.json new file mode 100644 index 000000000..0b56aa84a --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624b/markers.json @@ -0,0 +1,396 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 60, + 19 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 65, + 491 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 76, + 63 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 121, + 25 + ], + "peak": [ + 121, + 26 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 129, + 471 + ], + "peak": [ + 129, + 472 + ], + "area_cells": 25 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 8 + ], + "peak": [ + 149, + 7 + ], + "area_cells": 48 + }, + { + "id": "range_9", + "name": null, + "center": [ + 154, + 287 + ], + "peak": [ + 152, + 287 + ], + "area_cells": 215 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 253 + ], + "peak": [ + 153, + 254 + ], + "area_cells": 88 + }, + { + "id": "range_12", + "name": null, + "center": [ + 223, + 255 + ], + "peak": [ + 211, + 230 + ], + "area_cells": 5530 + }, + { + "id": "range_14", + "name": null, + "center": [ + 165, + 119 + ], + "peak": [ + 165, + 117 + ], + "area_cells": 173 + }, + { + "id": "range_16", + "name": null, + "center": [ + 167, + 49 + ], + "peak": [ + 167, + 49 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 179, + 275 + ], + "peak": [ + 176, + 275 + ], + "area_cells": 229 + }, + { + "id": "range_19", + "name": null, + "center": [ + 177, + 457 + ], + "peak": [ + 173, + 456 + ], + "area_cells": 47 + }, + { + "id": "range_21", + "name": null, + "center": [ + 181, + 6 + ], + "peak": [ + 183, + 7 + ], + "area_cells": 51 + }, + { + "id": "range_23", + "name": null, + "center": [ + 204, + 109 + ], + "peak": [ + 204, + 110 + ], + "area_cells": 165 + }, + { + "id": "range_24", + "name": null, + "center": [ + 199, + 76 + ], + "peak": [ + 200, + 76 + ], + "area_cells": 47 + }, + { + "id": "range_25", + "name": null, + "center": [ + 199, + 133 + ], + "peak": [ + 199, + 133 + ], + "area_cells": 36 + }, + { + "id": "range_26", + "name": null, + "center": [ + 205, + 178 + ], + "peak": [ + 206, + 178 + ], + "area_cells": 127 + }, + { + "id": "range_27", + "name": null, + "center": [ + 206, + 87 + ], + "peak": [ + 205, + 87 + ], + "area_cells": 91 + }, + { + "id": "range_30", + "name": null, + "center": [ + 222, + 471 + ], + "peak": [ + 225, + 472 + ], + "area_cells": 24 + }, + { + "id": "range_31", + "name": null, + "center": [ + 224, + 382 + ], + "peak": [ + 226, + 383 + ], + "area_cells": 55 + }, + { + "id": "range_32", + "name": null, + "center": [ + 246, + 389 + ], + "peak": [ + 255, + 404 + ], + "area_cells": 1240 + }, + { + "id": "range_34", + "name": null, + "center": [ + 245, + 185 + ], + "peak": [ + 250, + 179 + ], + "area_cells": 246 + }, + { + "id": "range_37", + "name": null, + "center": [ + 242, + 84 + ], + "peak": [ + 238, + 88 + ], + "area_cells": 118 + }, + { + "id": "range_41", + "name": null, + "center": [ + 251, + 468 + ], + "peak": [ + 245, + 472 + ], + "area_cells": 40 + }, + { + "id": "range_42", + "name": null, + "center": [ + 250, + 6 + ], + "peak": [ + 255, + 7 + ], + "area_cells": 27 + }, + { + "id": "range_43", + "name": null, + "center": [ + 251, + 1 + ], + "peak": [ + 253, + 0 + ], + "area_cells": 20 + }, + { + "id": "range_44", + "name": null, + "center": [ + 251, + 16 + ], + "peak": [ + 255, + 16 + ], + "area_cells": 28 + }, + { + "id": "range_45", + "name": null, + "center": [ + 252, + 507 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 40 + }, + { + "id": "range_49", + "name": null, + "center": [ + 254, + 36 + ], + "peak": [ + 255, + 40 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624c/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624c/globe.png new file mode 100644 index 000000000..31a6620a6 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624c/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624c/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624c/heightmap.png new file mode 100644 index 000000000..09f3db488 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624c/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624c/index.md b/wiki/star-systems/GJ-624/bodies/GJ624c/index.md new file mode 100644 index 000000000..ae4657deb --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ624c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2152202721 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.722 + period_days: 200.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.74 + oblateness: 0.0036 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.948 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.081 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624c + +Hot Arid planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624c/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624c/markers.json new file mode 100644 index 000000000..34a6a4d45 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624c/markers.json @@ -0,0 +1,1186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 164, + 435 + ], + [ + 164, + 434 + ], + [ + 164, + 433 + ], + [ + 163, + 432 + ], + [ + 162, + 431 + ], + [ + 161, + 430 + ], + [ + 160, + 429 + ], + [ + 159, + 428 + ], + [ + 158, + 427 + ], + [ + 157, + 426 + ], + [ + 156, + 425 + ], + [ + 155, + 425 + ], + [ + 154, + 424 + ], + [ + 153, + 423 + ], + [ + 152, + 423 + ], + [ + 151, + 422 + ], + [ + 150, + 423 + ], + [ + 149, + 424 + ], + [ + 148, + 423 + ], + [ + 147, + 424 + ], + [ + 146, + 425 + ], + [ + 145, + 426 + ], + [ + 144, + 427 + ], + [ + 144, + 426 + ], + [ + 143, + 425 + ], + [ + 142, + 424 + ], + [ + 143, + 424 + ], + [ + 143, + 423 + ], + [ + 142, + 423 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 126, + 162 + ], + [ + 127, + 161 + ], + [ + 128, + 162 + ], + [ + 129, + 162 + ], + [ + 130, + 161 + ], + [ + 131, + 160 + ], + [ + 132, + 161 + ], + [ + 133, + 162 + ], + [ + 134, + 161 + ], + [ + 135, + 160 + ], + [ + 136, + 159 + ], + [ + 137, + 158 + ], + [ + 138, + 157 + ], + [ + 139, + 156 + ], + [ + 140, + 155 + ], + [ + 141, + 154 + ], + [ + 142, + 154 + ], + [ + 143, + 155 + ], + [ + 144, + 156 + ], + [ + 144, + 157 + ], + [ + 144, + 158 + ], + [ + 145, + 159 + ], + [ + 145, + 160 + ], + [ + 145, + 161 + ], + [ + 145, + 162 + ], + [ + 146, + 163 + ], + [ + 145, + 164 + ], + [ + 146, + 164 + ], + [ + 146, + 165 + ], + [ + 147, + 165 + ], + [ + 147, + 166 + ], + [ + 148, + 166 + ], + [ + 147, + 167 + ], + [ + 146, + 168 + ], + [ + 147, + 168 + ], + [ + 148, + 168 + ], + [ + 148, + 169 + ], + [ + 147, + 169 + ], + [ + 148, + 170 + ], + [ + 147, + 170 + ], + [ + 146, + 169 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 199, + 445 + ], + [ + 198, + 446 + ], + [ + 197, + 447 + ], + [ + 196, + 447 + ], + [ + 195, + 446 + ], + [ + 194, + 445 + ], + [ + 193, + 444 + ], + [ + 193, + 443 + ], + [ + 193, + 442 + ], + [ + 192, + 441 + ], + [ + 192, + 440 + ], + [ + 193, + 439 + ], + [ + 192, + 439 + ], + [ + 192, + 438 + ], + [ + 192, + 437 + ], + [ + 192, + 436 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 155, + 501 + ], + [ + 154, + 500 + ], + [ + 153, + 499 + ], + [ + 152, + 498 + ], + [ + 151, + 497 + ], + [ + 150, + 497 + ], + [ + 149, + 497 + ], + [ + 148, + 497 + ], + [ + 147, + 498 + ], + [ + 147, + 499 + ], + [ + 146, + 499 + ], + [ + 145, + 499 + ], + [ + 144, + 499 + ], + [ + 143, + 498 + ], + [ + 142, + 499 + ], + [ + 141, + 498 + ], + [ + 140, + 498 + ], + [ + 139, + 497 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 160, + 324 + ], + [ + 159, + 324 + ], + [ + 158, + 323 + ], + [ + 157, + 322 + ], + [ + 156, + 323 + ], + [ + 155, + 323 + ], + [ + 154, + 324 + ], + [ + 153, + 324 + ], + [ + 152, + 324 + ], + [ + 151, + 324 + ], + [ + 150, + 324 + ], + [ + 149, + 323 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 19, + 13 + ], + [ + 18, + 14 + ], + [ + 17, + 15 + ], + [ + 16, + 16 + ], + [ + 15, + 17 + ], + [ + 14, + 16 + ], + [ + 13, + 15 + ], + [ + 12, + 15 + ], + [ + 11, + 14 + ], + [ + 10, + 15 + ], + [ + 9, + 16 + ], + [ + 8, + 15 + ], + [ + 7, + 16 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 102, + 374 + ], + [ + 103, + 375 + ], + [ + 104, + 376 + ], + [ + 105, + 377 + ], + [ + 106, + 378 + ], + [ + 107, + 378 + ], + [ + 108, + 377 + ], + [ + 108, + 376 + ], + [ + 109, + 377 + ], + [ + 109, + 378 + ], + [ + 110, + 378 + ], + [ + 111, + 379 + ], + [ + 112, + 378 + ], + [ + 113, + 379 + ], + [ + 114, + 380 + ], + [ + 115, + 380 + ], + [ + 116, + 381 + ], + [ + 117, + 380 + ], + [ + 118, + 380 + ], + [ + 119, + 380 + ], + [ + 120, + 381 + ], + [ + 120, + 380 + ], + [ + 121, + 379 + ], + [ + 120, + 379 + ], + [ + 121, + 380 + ], + [ + 121, + 381 + ], + [ + 121, + 382 + ], + [ + 122, + 381 + ], + [ + 122, + 380 + ], + [ + 122, + 379 + ], + [ + 121, + 378 + ], + [ + 120, + 377 + ], + [ + 119, + 378 + ], + [ + 119, + 379 + ], + [ + 118, + 379 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 188, + 191 + ], + [ + 188, + 190 + ], + [ + 189, + 189 + ], + [ + 190, + 189 + ], + [ + 191, + 188 + ], + [ + 192, + 187 + ], + [ + 193, + 186 + ], + [ + 193, + 185 + ], + [ + 194, + 184 + ], + [ + 195, + 184 + ], + [ + 196, + 184 + ], + [ + 196, + 185 + ], + [ + 195, + 185 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 139, + 357 + ], + [ + 138, + 356 + ], + [ + 137, + 355 + ], + [ + 136, + 354 + ], + [ + 135, + 355 + ], + [ + 134, + 356 + ], + [ + 133, + 357 + ], + [ + 132, + 358 + ], + [ + 131, + 359 + ], + [ + 130, + 359 + ], + [ + 129, + 360 + ], + [ + 130, + 361 + ], + [ + 129, + 361 + ], + [ + 130, + 362 + ], + [ + 131, + 363 + ], + [ + 130, + 364 + ], + [ + 131, + 364 + ], + [ + 131, + 365 + ], + [ + 131, + 366 + ], + [ + 130, + 367 + ], + [ + 131, + 368 + ], + [ + 130, + 368 + ], + [ + 131, + 369 + ], + [ + 132, + 370 + ], + [ + 132, + 371 + ], + [ + 133, + 371 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 7, + 284 + ], + [ + 8, + 283 + ], + [ + 8, + 282 + ], + [ + 9, + 281 + ], + [ + 10, + 280 + ], + [ + 11, + 279 + ], + [ + 12, + 278 + ], + [ + 13, + 277 + ], + [ + 14, + 276 + ], + [ + 15, + 275 + ], + [ + 15, + 274 + ], + [ + 14, + 273 + ], + [ + 14, + 272 + ], + [ + 14, + 271 + ], + [ + 15, + 270 + ], + [ + 15, + 269 + ], + [ + 14, + 269 + ], + [ + 13, + 270 + ], + [ + 14, + 270 + ], + [ + 13, + 269 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 226 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 309 + ], + "peak": [ + 40, + 302 + ], + "area_cells": 64 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 196 + ], + "peak": [ + 53, + 196 + ], + "area_cells": 264 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 41 + ], + "peak": [ + 76, + 45 + ], + "area_cells": 540 + }, + { + "id": "range_4", + "name": null, + "center": [ + 69, + 505 + ], + "peak": [ + 71, + 511 + ], + "area_cells": 73 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 1 + ], + "peak": [ + 71, + 1 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 80, + 72 + ], + "peak": [ + 84, + 73 + ], + "area_cells": 86 + }, + { + "id": "range_8", + "name": null, + "center": [ + 117, + 146 + ], + "peak": [ + 101, + 119 + ], + "area_cells": 875 + }, + { + "id": "range_9", + "name": null, + "center": [ + 137, + 218 + ], + "peak": [ + 138, + 222 + ], + "area_cells": 129 + }, + { + "id": "range_10", + "name": null, + "center": [ + 137, + 245 + ], + "peak": [ + 137, + 244 + ], + "area_cells": 155 + }, + { + "id": "range_11", + "name": null, + "center": [ + 153, + 86 + ], + "peak": [ + 157, + 81 + ], + "area_cells": 173 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 100 + ], + "peak": [ + 175, + 99 + ], + "area_cells": 279 + }, + { + "id": "range_13", + "name": null, + "center": [ + 169, + 54 + ], + "peak": [ + 168, + 55 + ], + "area_cells": 100 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 25 + ], + "peak": [ + 193, + 27 + ], + "area_cells": 35 + }, + { + "id": "range_15", + "name": null, + "center": [ + 225, + 50 + ], + "peak": [ + 248, + 21 + ], + "area_cells": 4290 + }, + { + "id": "range_16", + "name": null, + "center": [ + 229, + 232 + ], + "peak": [ + 234, + 247 + ], + "area_cells": 3658 + }, + { + "id": "range_17", + "name": null, + "center": [ + 236, + 477 + ], + "peak": [ + 218, + 510 + ], + "area_cells": 1974 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624d/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624d/globe.png new file mode 100644 index 000000000..1944d8869 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624d/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624d/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624d/heightmap.png new file mode 100644 index 000000000..d0e52acca Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624d/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624d/index.md b/wiki/star-systems/GJ-624/bodies/GJ624d/index.md new file mode 100644 index 000000000..0f84a0b6b --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ624d +name: Øya +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1289797898 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.295 + period_days: 480.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.96 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.614 + polar_ice_lat: 0.767 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.547 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Øya + +Temperate planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 61% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 52K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624d/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624d/markers.json new file mode 100644 index 000000000..ee22df98c --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624d/markers.json @@ -0,0 +1,837 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 255, + 397 + ], + [ + 254, + 397 + ], + [ + 253, + 396 + ], + [ + 252, + 397 + ], + [ + 251, + 398 + ], + [ + 250, + 399 + ], + [ + 250, + 400 + ], + [ + 250, + 401 + ], + [ + 249, + 402 + ], + [ + 248, + 403 + ], + [ + 249, + 404 + ], + [ + 248, + 405 + ], + [ + 248, + 406 + ], + [ + 248, + 407 + ], + [ + 249, + 408 + ], + [ + 248, + 408 + ], + [ + 247, + 409 + ], + [ + 247, + 410 + ], + [ + 247, + 411 + ], + [ + 248, + 412 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 251, + 439 + ], + [ + 250, + 438 + ], + [ + 249, + 438 + ], + [ + 248, + 439 + ], + [ + 247, + 438 + ], + [ + 246, + 437 + ], + [ + 246, + 436 + ], + [ + 245, + 435 + ], + [ + 244, + 434 + ], + [ + 243, + 433 + ], + [ + 242, + 432 + ], + [ + 241, + 431 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 463 + ], + [ + 254, + 462 + ], + [ + 253, + 461 + ], + [ + 252, + 461 + ], + [ + 251, + 461 + ], + [ + 250, + 462 + ], + [ + 249, + 462 + ], + [ + 248, + 461 + ], + [ + 247, + 462 + ], + [ + 246, + 463 + ], + [ + 245, + 462 + ], + [ + 244, + 463 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 41, + 416 + ], + [ + 40, + 415 + ], + [ + 39, + 414 + ], + [ + 38, + 414 + ], + [ + 37, + 414 + ], + [ + 36, + 414 + ], + [ + 35, + 414 + ], + [ + 34, + 414 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 100, + 457 + ], + [ + 99, + 456 + ], + [ + 98, + 457 + ], + [ + 97, + 458 + ], + [ + 96, + 459 + ], + [ + 95, + 459 + ], + [ + 94, + 459 + ], + [ + 93, + 458 + ], + [ + 92, + 458 + ], + [ + 91, + 457 + ], + [ + 90, + 457 + ], + [ + 89, + 456 + ], + [ + 88, + 455 + ], + [ + 87, + 454 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 159, + 202 + ], + [ + 159, + 203 + ], + [ + 160, + 203 + ], + [ + 161, + 202 + ], + [ + 162, + 202 + ], + [ + 163, + 203 + ], + [ + 164, + 203 + ], + [ + 165, + 203 + ], + [ + 166, + 204 + ], + [ + 167, + 203 + ], + [ + 168, + 203 + ], + [ + 168, + 204 + ], + [ + 169, + 203 + ], + [ + 170, + 202 + ], + [ + 171, + 202 + ], + [ + 172, + 202 + ], + [ + 173, + 203 + ], + [ + 172, + 203 + ], + [ + 172, + 204 + ], + [ + 173, + 204 + ], + [ + 173, + 205 + ], + [ + 172, + 205 + ], + [ + 171, + 205 + ], + [ + 172, + 206 + ], + [ + 173, + 206 + ], + [ + 173, + 207 + ], + [ + 172, + 207 + ], + [ + 171, + 206 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 167, + 14 + ], + [ + 166, + 15 + ], + [ + 165, + 16 + ], + [ + 164, + 17 + ], + [ + 163, + 18 + ], + [ + 162, + 19 + ], + [ + 161, + 20 + ], + [ + 160, + 20 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 46, + 279 + ], + [ + 47, + 278 + ], + [ + 47, + 277 + ], + [ + 46, + 277 + ], + [ + 45, + 278 + ], + [ + 44, + 278 + ], + [ + 43, + 279 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 110, + 102 + ], + [ + 109, + 101 + ], + [ + 108, + 101 + ], + [ + 107, + 100 + ], + [ + 106, + 99 + ], + [ + 105, + 98 + ], + [ + 104, + 97 + ], + [ + 103, + 96 + ], + [ + 102, + 95 + ], + [ + 101, + 95 + ], + [ + 100, + 94 + ], + [ + 99, + 93 + ], + [ + 99, + 92 + ], + [ + 99, + 91 + ], + [ + 99, + 90 + ], + [ + 98, + 89 + ], + [ + 97, + 88 + ], + [ + 98, + 87 + ], + [ + 99, + 86 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 208, + 480 + ], + [ + 207, + 480 + ], + [ + 206, + 480 + ], + [ + 206, + 481 + ], + [ + 205, + 481 + ], + [ + 204, + 481 + ], + [ + 203, + 480 + ], + [ + 202, + 479 + ], + [ + 203, + 478 + ], + [ + 203, + 477 + ], + [ + 204, + 477 + ], + [ + 205, + 478 + ], + [ + 206, + 477 + ], + [ + 205, + 476 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 124, + 304 + ], + "area_fraction": 0.2969 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 71, + 446 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 93, + 43 + ], + "area_fraction": 0.0414 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 221, + 32 + ], + "area_fraction": 0.0212 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 235, + 480 + ], + "area_fraction": 0.01 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 19 + ], + "peak": [ + 30, + 31 + ], + "area_cells": 848 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 509 + ], + "peak": [ + 27, + 511 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 108 + ], + "peak": [ + 51, + 122 + ], + "area_cells": 2752 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 124 + ], + "peak": [ + 30, + 126 + ], + "area_cells": 36 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 473 + ], + "peak": [ + 54, + 480 + ], + "area_cells": 220 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 162 + ], + "peak": [ + 57, + 161 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 109, + 393 + ], + "peak": [ + 105, + 406 + ], + "area_cells": 548 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 135 + ], + "peak": [ + 181, + 148 + ], + "area_cells": 1127 + }, + { + "id": "range_13", + "name": null, + "center": [ + 190, + 198 + ], + "peak": [ + 190, + 194 + ], + "area_cells": 75 + }, + { + "id": "range_14", + "name": null, + "center": [ + 224, + 355 + ], + "peak": [ + 227, + 358 + ], + "area_cells": 404 + }, + { + "id": "range_15", + "name": null, + "center": [ + 226, + 199 + ], + "peak": [ + 228, + 199 + ], + "area_cells": 874 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624e/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624e/globe.png new file mode 100644 index 000000000..0032c2751 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624e/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624e/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624e/heightmap.png new file mode 100644 index 000000000..efb5eb02c Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624e/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624e/index.md b/wiki/star-systems/GJ-624/bodies/GJ624e/index.md new file mode 100644 index 000000000..00a78d657 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ624e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3764337511 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.251 + period_days: 1100.0 + axial_tilt_deg: 27.3 +physical: + gravity_g: 0.6 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.476 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.228 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624e + +Cold Arid planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.6g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624e/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624e/markers.json new file mode 100644 index 000000000..3c5789560 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624e/markers.json @@ -0,0 +1,642 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 104, + 508 + ], + [ + 103, + 507 + ], + [ + 103, + 506 + ], + [ + 102, + 506 + ], + [ + 101, + 506 + ], + [ + 100, + 507 + ], + [ + 99, + 506 + ], + [ + 98, + 505 + ], + [ + 97, + 505 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 188, + 392 + ], + [ + 189, + 393 + ], + [ + 190, + 394 + ], + [ + 191, + 395 + ], + [ + 192, + 396 + ], + [ + 192, + 397 + ], + [ + 193, + 398 + ], + [ + 192, + 399 + ], + [ + 193, + 400 + ], + [ + 192, + 401 + ], + [ + 191, + 402 + ], + [ + 190, + 403 + ], + [ + 189, + 404 + ], + [ + 188, + 405 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 126, + 330 + ], + [ + 125, + 331 + ], + [ + 124, + 332 + ], + [ + 123, + 332 + ], + [ + 122, + 333 + ], + [ + 121, + 334 + ], + [ + 121, + 335 + ], + [ + 120, + 334 + ], + [ + 119, + 334 + ], + [ + 120, + 335 + ], + [ + 120, + 336 + ], + [ + 121, + 337 + ], + [ + 122, + 338 + ], + [ + 122, + 339 + ], + [ + 122, + 340 + ], + [ + 123, + 341 + ], + [ + 124, + 342 + ], + [ + 123, + 342 + ], + [ + 122, + 341 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 105, + 369 + ], + [ + 104, + 369 + ], + [ + 103, + 368 + ], + [ + 102, + 367 + ], + [ + 101, + 366 + ], + [ + 100, + 365 + ], + [ + 99, + 366 + ], + [ + 98, + 366 + ], + [ + 97, + 366 + ], + [ + 96, + 367 + ], + [ + 95, + 368 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 111, + 158 + ], + [ + 112, + 157 + ], + [ + 113, + 156 + ], + [ + 114, + 155 + ], + [ + 115, + 154 + ], + [ + 116, + 153 + ], + [ + 117, + 152 + ], + [ + 118, + 151 + ], + [ + 119, + 150 + ], + [ + 120, + 150 + ], + [ + 121, + 151 + ], + [ + 122, + 152 + ], + [ + 123, + 152 + ], + [ + 124, + 153 + ], + [ + 125, + 153 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 95, + 511 + ], + [ + 96, + 510 + ], + [ + 96, + 509 + ], + [ + 95, + 508 + ], + [ + 94, + 509 + ], + [ + 93, + 509 + ], + [ + 93, + 508 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 165, + 223 + ], + [ + 164, + 224 + ], + [ + 163, + 225 + ], + [ + 162, + 225 + ], + [ + 161, + 224 + ], + [ + 160, + 223 + ], + [ + 159, + 223 + ], + [ + 158, + 224 + ], + [ + 157, + 224 + ], + [ + 156, + 223 + ], + [ + 155, + 224 + ], + [ + 154, + 224 + ], + [ + 153, + 223 + ], + [ + 152, + 224 + ], + [ + 151, + 223 + ], + [ + 150, + 223 + ], + [ + 149, + 222 + ], + [ + 148, + 221 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 142, + 266 + ], + [ + 143, + 265 + ], + [ + 144, + 264 + ], + [ + 145, + 265 + ], + [ + 146, + 266 + ], + [ + 147, + 267 + ], + [ + 148, + 268 + ], + [ + 148, + 269 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 109, + 103 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 141, + 378 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 136, + 216 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 172, + 422 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 196, + 42 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 214, + 86 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 214, + 435 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 426 + ], + "peak": [ + 49, + 455 + ], + "area_cells": 2627 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 185 + ], + "peak": [ + 30, + 186 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 228 + ], + "peak": [ + 66, + 206 + ], + "area_cells": 5989 + }, + { + "id": "range_5", + "name": null, + "center": [ + 26, + 469 + ], + "peak": [ + 27, + 470 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 421 + ], + "peak": [ + 66, + 424 + ], + "area_cells": 157 + }, + { + "id": "range_8", + "name": null, + "center": [ + 65, + 127 + ], + "peak": [ + 66, + 131 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 71 + ], + "peak": [ + 177, + 67 + ], + "area_cells": 406 + }, + { + "id": "range_11", + "name": null, + "center": [ + 196, + 198 + ], + "peak": [ + 191, + 216 + ], + "area_cells": 1667 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m1/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/globe.png new file mode 100644 index 000000000..e02c20261 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m1/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/heightmap.png new file mode 100644 index 000000000..10d8b7353 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m1/index.md b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/index.md new file mode 100644 index 000000000..a14605579 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ624f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2427402870 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.13 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.939 + polar_ice_lat: 0.191 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624f-m1 + +Frozen moon. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m1/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/markers.json new file mode 100644 index 000000000..f899845c0 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624f-m1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 89, + 261 + ], + "area_fraction": 0.0343 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 154, + 150 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 30 + ], + "peak": [ + 9, + 0 + ], + "area_cells": 3263 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 291 + ], + "peak": [ + 5, + 291 + ], + "area_cells": 180 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 463 + ], + "peak": [ + 1, + 497 + ], + "area_cells": 4977 + }, + { + "id": "range_7", + "name": null, + "center": [ + 61, + 439 + ], + "peak": [ + 59, + 450 + ], + "area_cells": 364 + }, + { + "id": "range_9", + "name": null, + "center": [ + 76, + 391 + ], + "peak": [ + 73, + 411 + ], + "area_cells": 843 + }, + { + "id": "range_10", + "name": null, + "center": [ + 209, + 340 + ], + "peak": [ + 221, + 410 + ], + "area_cells": 12611 + }, + { + "id": "range_11", + "name": null, + "center": [ + 214, + 81 + ], + "peak": [ + 193, + 53 + ], + "area_cells": 1773 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m2/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/globe.png new file mode 100644 index 000000000..77663702e Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m2/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/heightmap.png new file mode 100644 index 000000000..1c5574856 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m2/index.md b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/index.md new file mode 100644 index 000000000..1b893a039 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ624f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3740741951 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.123 + period_days: 14.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.07 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.806 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624f-m2 + +Barren moon. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 98% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f-m2/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/markers.json new file mode 100644 index 000000000..22233012c --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624f-m2/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 194, + 480 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 109 + ], + "peak": [ + 6, + 110 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 167 + ], + "peak": [ + 0, + 166 + ], + "area_cells": 129 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 264 + ], + "peak": [ + 6, + 236 + ], + "area_cells": 432 + }, + { + "id": "range_7", + "name": null, + "center": [ + 12, + 340 + ], + "peak": [ + 12, + 344 + ], + "area_cells": 439 + }, + { + "id": "range_8", + "name": null, + "center": [ + 13, + 361 + ], + "peak": [ + 3, + 362 + ], + "area_cells": 114 + }, + { + "id": "range_9", + "name": null, + "center": [ + 18, + 373 + ], + "peak": [ + 33, + 374 + ], + "area_cells": 115 + }, + { + "id": "range_15", + "name": null, + "center": [ + 14, + 211 + ], + "peak": [ + 15, + 209 + ], + "area_cells": 70 + }, + { + "id": "range_22", + "name": null, + "center": [ + 111, + 371 + ], + "peak": [ + 120, + 390 + ], + "area_cells": 4559 + }, + { + "id": "range_25", + "name": null, + "center": [ + 54, + 490 + ], + "peak": [ + 55, + 491 + ], + "area_cells": 79 + }, + { + "id": "range_26", + "name": null, + "center": [ + 63, + 321 + ], + "peak": [ + 63, + 321 + ], + "area_cells": 28 + }, + { + "id": "range_30", + "name": null, + "center": [ + 71, + 393 + ], + "peak": [ + 74, + 393 + ], + "area_cells": 42 + }, + { + "id": "range_32", + "name": null, + "center": [ + 74, + 8 + ], + "peak": [ + 74, + 9 + ], + "area_cells": 33 + }, + { + "id": "range_36", + "name": null, + "center": [ + 106, + 490 + ], + "peak": [ + 107, + 496 + ], + "area_cells": 677 + }, + { + "id": "range_38", + "name": null, + "center": [ + 92, + 78 + ], + "peak": [ + 93, + 79 + ], + "area_cells": 31 + }, + { + "id": "range_39", + "name": null, + "center": [ + 94, + 394 + ], + "peak": [ + 94, + 394 + ], + "area_cells": 24 + }, + { + "id": "range_40", + "name": null, + "center": [ + 123, + 15 + ], + "peak": [ + 128, + 10 + ], + "area_cells": 608 + }, + { + "id": "range_41", + "name": null, + "center": [ + 113, + 281 + ], + "peak": [ + 113, + 282 + ], + "area_cells": 30 + }, + { + "id": "range_43", + "name": null, + "center": [ + 122, + 200 + ], + "peak": [ + 123, + 200 + ], + "area_cells": 73 + }, + { + "id": "range_47", + "name": null, + "center": [ + 153, + 102 + ], + "peak": [ + 153, + 103 + ], + "area_cells": 35 + }, + { + "id": "range_48", + "name": null, + "center": [ + 164, + 417 + ], + "peak": [ + 168, + 412 + ], + "area_cells": 169 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624f/globe.png new file mode 100644 index 000000000..171d7afdc Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624f/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624f/index.md b/wiki/star-systems/GJ-624/bodies/GJ624f/index.md new file mode 100644 index 000000000..430f4054e --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ624f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 641660567 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 4.962 + period_days: 3600.0 + axial_tilt_deg: 18.3 +physical: + gravity_g: null + oblateness: 0.0688 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.19 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.102 +--- + +# GJ624f + +Gas giant. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624g/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624g/globe.png new file mode 100644 index 000000000..6ef6c9d4b Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624g/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624g/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624g/heightmap.png new file mode 100644 index 000000000..93624e9da Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624g/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624g/index.md b/wiki/star-systems/GJ-624/bodies/GJ624g/index.md new file mode 100644 index 000000000..513ba386f --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ624g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1818655920 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.004 + period_days: 8800.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.46 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.239 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624g + +Frozen planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624g/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624g/markers.json new file mode 100644 index 000000000..158e8e10b --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624g/markers.json @@ -0,0 +1,367 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 90, + 50 + ], + "area_fraction": 0.0252 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 95, + 195 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 120, + 414 + ], + "area_fraction": 0.06 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 145, + 298 + ], + "area_fraction": 0.0314 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 39 + ], + "peak": [ + 22, + 7 + ], + "area_cells": 2604 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 500 + ], + "peak": [ + 19, + 511 + ], + "area_cells": 830 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 316 + ], + "peak": [ + 5, + 311 + ], + "area_cells": 277 + }, + { + "id": "range_5", + "name": null, + "center": [ + 12, + 343 + ], + "peak": [ + 11, + 346 + ], + "area_cells": 275 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 274 + ], + "peak": [ + 22, + 269 + ], + "area_cells": 399 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 81 + ], + "peak": [ + 30, + 81 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 359 + ], + "peak": [ + 48, + 350 + ], + "area_cells": 451 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 322 + ], + "peak": [ + 66, + 324 + ], + "area_cells": 273 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 422 + ], + "peak": [ + 64, + 412 + ], + "area_cells": 554 + }, + { + "id": "range_13", + "name": null, + "center": [ + 67, + 453 + ], + "peak": [ + 67, + 455 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 74, + 386 + ], + "peak": [ + 74, + 386 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 122, + 121 + ], + "peak": [ + 121, + 123 + ], + "area_cells": 102 + }, + { + "id": "range_16", + "name": null, + "center": [ + 191, + 53 + ], + "peak": [ + 187, + 19 + ], + "area_cells": 4565 + }, + { + "id": "range_17", + "name": null, + "center": [ + 176, + 475 + ], + "peak": [ + 181, + 511 + ], + "area_cells": 1165 + }, + { + "id": "range_18", + "name": null, + "center": [ + 172, + 161 + ], + "peak": [ + 168, + 167 + ], + "area_cells": 308 + }, + { + "id": "range_19", + "name": null, + "center": [ + 179, + 199 + ], + "peak": [ + 181, + 200 + ], + "area_cells": 77 + }, + { + "id": "range_21", + "name": null, + "center": [ + 201, + 421 + ], + "peak": [ + 206, + 421 + ], + "area_cells": 187 + }, + { + "id": "range_22", + "name": null, + "center": [ + 194, + 216 + ], + "peak": [ + 195, + 218 + ], + "area_cells": 125 + }, + { + "id": "range_23", + "name": null, + "center": [ + 207, + 165 + ], + "peak": [ + 211, + 153 + ], + "area_cells": 677 + }, + { + "id": "range_25", + "name": null, + "center": [ + 207, + 454 + ], + "peak": [ + 210, + 452 + ], + "area_cells": 211 + }, + { + "id": "range_27", + "name": null, + "center": [ + 210, + 474 + ], + "peak": [ + 215, + 477 + ], + "area_cells": 117 + }, + { + "id": "range_28", + "name": null, + "center": [ + 217, + 434 + ], + "peak": [ + 219, + 434 + ], + "area_cells": 64 + }, + { + "id": "range_29", + "name": null, + "center": [ + 218, + 509 + ], + "peak": [ + 222, + 509 + ], + "area_cells": 35 + }, + { + "id": "range_30", + "name": null, + "center": [ + 228, + 12 + ], + "peak": [ + 231, + 12 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624h/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624h/globe.png new file mode 100644 index 000000000..7537b21f0 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624h/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624h/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624h/heightmap.png new file mode 100644 index 000000000..85fd23edf Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624h/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624h/index.md b/wiki/star-systems/GJ-624/bodies/GJ624h/index.md new file mode 100644 index 000000000..854ff0b98 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ624h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3772076432 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 15.564 + period_days: 20000.0 + axial_tilt_deg: 29.7 +physical: + gravity_g: 0.36 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.845 + polar_ice_lat: 0.09 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.323 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624h + +Frozen planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624h/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624h/markers.json new file mode 100644 index 000000000..9e647b11b --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624h/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 36, + 206 + ], + "area_fraction": 0.1486 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 175, + 213 + ], + "peak": [ + 197, + 200 + ], + "area_cells": 24516 + }, + { + "id": "range_2", + "name": null, + "center": [ + 184, + 494 + ], + "peak": [ + 174, + 498 + ], + "area_cells": 779 + }, + { + "id": "range_3", + "name": null, + "center": [ + 185, + 275 + ], + "peak": [ + 184, + 278 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 201, + 96 + ], + "peak": [ + 200, + 93 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 209, + 329 + ], + "peak": [ + 209, + 330 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 389 + ], + "peak": [ + 235, + 390 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624i/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624i/globe.png new file mode 100644 index 000000000..9bc628888 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624i/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624i/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624i/heightmap.png new file mode 100644 index 000000000..6304eacef Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624i/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624i/index.md b/wiki/star-systems/GJ-624/bodies/GJ624i/index.md new file mode 100644 index 000000000..1a8c5202a --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ624i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3447021745 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 25.523 + period_days: 42000.0 + axial_tilt_deg: 40.1 +physical: + gravity_g: 0.28 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.733 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624i + +Frozen planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624i/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624i/markers.json new file mode 100644 index 000000000..9a15beadc --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624i/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 19, + 275 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 80, + 404 + ], + "area_fraction": 0.0278 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 85, + 256 + ], + "area_fraction": 0.0653 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 225, + 394 + ], + "area_fraction": 0.0917 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 203, + 122 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 231, + 42 + ], + "area_fraction": 0.0284 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 127 + ], + "peak": [ + 29, + 140 + ], + "area_cells": 1765 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 32 + ], + "peak": [ + 90, + 20 + ], + "area_cells": 1950 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 22 + ], + "peak": [ + 36, + 22 + ], + "area_cells": 89 + }, + { + "id": "range_8", + "name": null, + "center": [ + 127, + 128 + ], + "peak": [ + 109, + 108 + ], + "area_cells": 3529 + }, + { + "id": "range_9", + "name": null, + "center": [ + 109, + 500 + ], + "peak": [ + 105, + 501 + ], + "area_cells": 327 + }, + { + "id": "range_14", + "name": null, + "center": [ + 149, + 420 + ], + "peak": [ + 151, + 421 + ], + "area_cells": 82 + }, + { + "id": "range_15", + "name": null, + "center": [ + 154, + 460 + ], + "peak": [ + 152, + 461 + ], + "area_cells": 96 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-624/bodies/GJ624j/globe.png b/wiki/star-systems/GJ-624/bodies/GJ624j/globe.png new file mode 100644 index 000000000..03ffb7e4f Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624j/globe.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624j/heightmap.png b/wiki/star-systems/GJ-624/bodies/GJ624j/heightmap.png new file mode 100644 index 000000000..6f37bf872 Binary files /dev/null and b/wiki/star-systems/GJ-624/bodies/GJ624j/heightmap.png differ diff --git a/wiki/star-systems/GJ-624/bodies/GJ624j/index.md b/wiki/star-systems/GJ-624/bodies/GJ624j/index.md new file mode 100644 index 000000000..8b5631286 --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ624j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2787378339 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 39.219 + period_days: 80000.0 + axial_tilt_deg: 50.2 +physical: + gravity_g: 0.13 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ624j + +Frozen planet. + +**System:** [GJ-624](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 80000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-624/bodies/GJ624j/markers.json b/wiki/star-systems/GJ-624/bodies/GJ624j/markers.json new file mode 100644 index 000000000..e04b5a83d --- /dev/null +++ b/wiki/star-systems/GJ-624/bodies/GJ624j/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 134, + 209 + ], + "area_fraction": 0.012 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 160, + 265 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 187, + 405 + ], + "area_fraction": 0.1284 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 203, + 37 + ], + "area_fraction": 0.0173 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 160 + ], + "peak": [ + 11, + 164 + ], + "area_cells": 2717 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 375 + ], + "peak": [ + 13, + 367 + ], + "area_cells": 2431 + }, + { + "id": "range_7", + "name": null, + "center": [ + 49, + 325 + ], + "peak": [ + 48, + 325 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ625b/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625b/globe.png new file mode 100644 index 000000000..70c6358ab Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625b/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625b/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625b/heightmap.png new file mode 100644 index 000000000..26b31723e Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625b/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625b/index.md b/wiki/star-systems/GJ-625/bodies/GJ625b/index.md new file mode 100644 index 000000000..38f51f142 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ625b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3466375673 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.32 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.915 + polar_ice_lat: 0.912 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ625b + +Barren planet. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 92% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625b/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625b/markers.json new file mode 100644 index 000000000..03df4c062 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625b/markers.json @@ -0,0 +1,477 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 108, + 188 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 162, + 196 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 64, + 288 + ], + "peak": [ + 59, + 289 + ], + "area_cells": 1249 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 213 + ], + "peak": [ + 31, + 214 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 28, + 70 + ], + "peak": [ + 30, + 70 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 48 + ], + "peak": [ + 61, + 56 + ], + "area_cells": 989 + }, + { + "id": "range_9", + "name": null, + "center": [ + 41, + 352 + ], + "peak": [ + 41, + 351 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 48, + 203 + ], + "peak": [ + 48, + 203 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 337 + ], + "peak": [ + 48, + 337 + ], + "area_cells": 41 + }, + { + "id": "range_13", + "name": null, + "center": [ + 77, + 454 + ], + "peak": [ + 63, + 463 + ], + "area_cells": 1206 + }, + { + "id": "range_15", + "name": null, + "center": [ + 60, + 150 + ], + "peak": [ + 60, + 150 + ], + "area_cells": 181 + }, + { + "id": "range_16", + "name": null, + "center": [ + 68, + 129 + ], + "peak": [ + 67, + 129 + ], + "area_cells": 199 + }, + { + "id": "range_17", + "name": null, + "center": [ + 60, + 221 + ], + "peak": [ + 60, + 222 + ], + "area_cells": 51 + }, + { + "id": "range_20", + "name": null, + "center": [ + 69, + 500 + ], + "peak": [ + 70, + 502 + ], + "area_cells": 71 + }, + { + "id": "range_22", + "name": null, + "center": [ + 71, + 105 + ], + "peak": [ + 74, + 105 + ], + "area_cells": 22 + }, + { + "id": "range_25", + "name": null, + "center": [ + 75, + 336 + ], + "peak": [ + 76, + 337 + ], + "area_cells": 26 + }, + { + "id": "range_26", + "name": null, + "center": [ + 81, + 200 + ], + "peak": [ + 80, + 194 + ], + "area_cells": 481 + }, + { + "id": "range_27", + "name": null, + "center": [ + 83, + 243 + ], + "peak": [ + 84, + 243 + ], + "area_cells": 38 + }, + { + "id": "range_28", + "name": null, + "center": [ + 86, + 161 + ], + "peak": [ + 84, + 163 + ], + "area_cells": 73 + }, + { + "id": "range_29", + "name": null, + "center": [ + 85, + 359 + ], + "peak": [ + 87, + 360 + ], + "area_cells": 89 + }, + { + "id": "range_30", + "name": null, + "center": [ + 86, + 126 + ], + "peak": [ + 87, + 126 + ], + "area_cells": 29 + }, + { + "id": "range_35", + "name": null, + "center": [ + 89, + 56 + ], + "peak": [ + 90, + 64 + ], + "area_cells": 50 + }, + { + "id": "range_36", + "name": null, + "center": [ + 96, + 230 + ], + "peak": [ + 97, + 230 + ], + "area_cells": 107 + }, + { + "id": "range_39", + "name": null, + "center": [ + 102, + 313 + ], + "peak": [ + 103, + 314 + ], + "area_cells": 69 + }, + { + "id": "range_43", + "name": null, + "center": [ + 118, + 268 + ], + "peak": [ + 122, + 269 + ], + "area_cells": 35 + }, + { + "id": "range_44", + "name": null, + "center": [ + 125, + 493 + ], + "peak": [ + 124, + 494 + ], + "area_cells": 187 + }, + { + "id": "range_45", + "name": null, + "center": [ + 126, + 449 + ], + "peak": [ + 126, + 446 + ], + "area_cells": 90 + }, + { + "id": "range_46", + "name": null, + "center": [ + 129, + 203 + ], + "peak": [ + 131, + 196 + ], + "area_cells": 148 + }, + { + "id": "range_49", + "name": null, + "center": [ + 169, + 440 + ], + "peak": [ + 170, + 440 + ], + "area_cells": 37 + }, + { + "id": "range_51", + "name": null, + "center": [ + 187, + 353 + ], + "peak": [ + 187, + 355 + ], + "area_cells": 45 + }, + { + "id": "range_52", + "name": null, + "center": [ + 188, + 32 + ], + "peak": [ + 189, + 32 + ], + "area_cells": 30 + }, + { + "id": "range_53", + "name": null, + "center": [ + 204, + 470 + ], + "peak": [ + 204, + 471 + ], + "area_cells": 69 + }, + { + "id": "range_55", + "name": null, + "center": [ + 217, + 435 + ], + "peak": [ + 220, + 435 + ], + "area_cells": 43 + }, + { + "id": "range_56", + "name": null, + "center": [ + 220, + 443 + ], + "peak": [ + 222, + 445 + ], + "area_cells": 64 + }, + { + "id": "range_57", + "name": null, + "center": [ + 221, + 456 + ], + "peak": [ + 222, + 457 + ], + "area_cells": 50 + }, + { + "id": "range_63", + "name": null, + "center": [ + 248, + 465 + ], + "peak": [ + 247, + 465 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625c/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625c/globe.png new file mode 100644 index 000000000..81deb9aae Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625c/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625c/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625c/heightmap.png new file mode 100644 index 000000000..db94f7886 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625c/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625c/index.md b/wiki/star-systems/GJ-625/bodies/GJ625c/index.md new file mode 100644 index 000000000..c051e4e5a --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ625c +name: Songjiang Primary +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 1452521195 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 3.1 +physical: + gravity_g: 0.86 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.567 + polar_ice_lat: 0.817 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.379 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Songjiang Primary + +Temperate Terminator planet. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 57% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 2M | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics_manufacturing | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625c/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625c/markers.json new file mode 100644 index 000000000..ce4483f76 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625c/markers.json @@ -0,0 +1,723 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 240, + 70 + ], + [ + 241, + 71 + ], + [ + 242, + 72 + ], + [ + 243, + 71 + ], + [ + 244, + 70 + ], + [ + 245, + 69 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 146, + 395 + ], + [ + 145, + 394 + ], + [ + 144, + 393 + ], + [ + 143, + 392 + ], + [ + 142, + 391 + ], + [ + 141, + 390 + ], + [ + 140, + 389 + ], + [ + 139, + 388 + ], + [ + 138, + 387 + ], + [ + 137, + 386 + ], + [ + 136, + 385 + ], + [ + 135, + 384 + ], + [ + 134, + 383 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 163, + 369 + ], + [ + 164, + 368 + ], + [ + 165, + 367 + ], + [ + 166, + 366 + ], + [ + 167, + 365 + ], + [ + 168, + 364 + ], + [ + 168, + 363 + ], + [ + 169, + 362 + ], + [ + 170, + 361 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 135, + 402 + ], + [ + 134, + 401 + ], + [ + 133, + 400 + ], + [ + 132, + 399 + ], + [ + 131, + 398 + ], + [ + 130, + 397 + ], + [ + 129, + 397 + ], + [ + 128, + 397 + ], + [ + 128, + 398 + ], + [ + 128, + 399 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 151, + 389 + ], + [ + 150, + 388 + ], + [ + 149, + 387 + ], + [ + 148, + 386 + ], + [ + 147, + 386 + ], + [ + 146, + 385 + ], + [ + 145, + 385 + ], + [ + 144, + 385 + ], + [ + 143, + 384 + ], + [ + 142, + 384 + ], + [ + 141, + 383 + ], + [ + 140, + 384 + ], + [ + 139, + 384 + ], + [ + 138, + 383 + ], + [ + 137, + 382 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 197, + 416 + ], + [ + 197, + 415 + ], + [ + 198, + 415 + ], + [ + 199, + 415 + ], + [ + 200, + 414 + ], + [ + 201, + 413 + ], + [ + 202, + 412 + ], + [ + 203, + 411 + ], + [ + 204, + 410 + ], + [ + 205, + 409 + ], + [ + 206, + 408 + ], + [ + 206, + 407 + ], + [ + 206, + 406 + ], + [ + 205, + 405 + ], + [ + 204, + 406 + ], + [ + 205, + 406 + ], + [ + 204, + 405 + ], + [ + 203, + 405 + ], + [ + 204, + 404 + ], + [ + 203, + 403 + ], + [ + 203, + 402 + ], + [ + 202, + 401 + ], + [ + 202, + 402 + ], + [ + 201, + 402 + ], + [ + 200, + 401 + ], + [ + 199, + 401 + ], + [ + 198, + 401 + ], + [ + 197, + 400 + ], + [ + 196, + 399 + ], + [ + 196, + 398 + ], + [ + 195, + 398 + ], + [ + 194, + 397 + ], + [ + 193, + 396 + ], + [ + 192, + 395 + ], + [ + 191, + 396 + ], + [ + 190, + 397 + ], + [ + 191, + 398 + ], + [ + 191, + 397 + ], + [ + 190, + 396 + ], + [ + 189, + 397 + ], + [ + 188, + 397 + ], + [ + 187, + 397 + ], + [ + 187, + 398 + ], + [ + 187, + 399 + ], + [ + 186, + 399 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 91, + 165 + ], + [ + 91, + 166 + ], + [ + 90, + 167 + ], + [ + 89, + 168 + ], + [ + 88, + 169 + ], + [ + 87, + 168 + ], + [ + 86, + 168 + ], + [ + 85, + 169 + ], + [ + 84, + 170 + ], + [ + 83, + 171 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 192, + 35 + ], + [ + 191, + 36 + ], + [ + 190, + 36 + ], + [ + 189, + 36 + ], + [ + 188, + 37 + ], + [ + 187, + 38 + ], + [ + 186, + 39 + ], + [ + 185, + 40 + ], + [ + 184, + 41 + ], + [ + 183, + 42 + ], + [ + 182, + 43 + ], + [ + 181, + 44 + ], + [ + 180, + 45 + ], + [ + 179, + 46 + ], + [ + 178, + 46 + ], + [ + 177, + 47 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 177, + 213 + ], + "area_fraction": 0.41 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 172, + 475 + ], + "area_fraction": 0.0151 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 31, + 480 + ], + "peak": [ + 24, + 493 + ], + "area_cells": 2296 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 62 + ], + "peak": [ + 39, + 14 + ], + "area_cells": 4982 + }, + { + "id": "range_4", + "name": null, + "center": [ + 47, + 241 + ], + "peak": [ + 51, + 266 + ], + "area_cells": 1748 + }, + { + "id": "range_5", + "name": null, + "center": [ + 24, + 404 + ], + "peak": [ + 25, + 404 + ], + "area_cells": 96 + }, + { + "id": "range_6", + "name": null, + "center": [ + 24, + 164 + ], + "peak": [ + 24, + 166 + ], + "area_cells": 53 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 364 + ], + "peak": [ + 34, + 368 + ], + "area_cells": 492 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 289 + ], + "peak": [ + 37, + 287 + ], + "area_cells": 53 + }, + { + "id": "range_13", + "name": null, + "center": [ + 69, + 109 + ], + "peak": [ + 67, + 109 + ], + "area_cells": 62 + }, + { + "id": "range_15", + "name": null, + "center": [ + 112, + 455 + ], + "peak": [ + 95, + 445 + ], + "area_cells": 2520 + }, + { + "id": "range_16", + "name": null, + "center": [ + 130, + 11 + ], + "peak": [ + 129, + 0 + ], + "area_cells": 463 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 433 + ], + "peak": [ + 160, + 437 + ], + "area_cells": 137 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625d/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625d/globe.png new file mode 100644 index 000000000..f38371389 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625d/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625d/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625d/heightmap.png new file mode 100644 index 000000000..80ac6c29e Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625d/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625d/index.md b/wiki/star-systems/GJ-625/bodies/GJ625d/index.md new file mode 100644 index 000000000..53be3f281 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ625d +name: Songjiang Secondary +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 2435022883 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.344 + period_days: 110.0 + axial_tilt_deg: 0.1 +physical: + gravity_g: 0.78 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.554 + polar_ice_lat: 0.829 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.459 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Songjiang Secondary + +Temperate Terminator planet. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 55% | +| **Year** | 110 days | +| **Inhabited** | yes | +| **Population** | 650K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625d/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625d/markers.json new file mode 100644 index 000000000..a6d36467c --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625d/markers.json @@ -0,0 +1,596 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 251, + 19 + ], + [ + 250, + 18 + ], + [ + 249, + 17 + ], + [ + 248, + 16 + ], + [ + 248, + 15 + ], + [ + 248, + 14 + ], + [ + 247, + 13 + ], + [ + 248, + 12 + ], + [ + 247, + 12 + ], + [ + 248, + 11 + ], + [ + 247, + 10 + ], + [ + 248, + 9 + ], + [ + 249, + 8 + ], + [ + 249, + 9 + ], + [ + 248, + 10 + ], + [ + 249, + 11 + ], + [ + 249, + 10 + ], + [ + 250, + 10 + ], + [ + 250, + 9 + ], + [ + 251, + 10 + ], + [ + 251, + 9 + ], + [ + 251, + 8 + ], + [ + 252, + 8 + ], + [ + 252, + 9 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 227, + 299 + ], + [ + 226, + 300 + ], + [ + 225, + 301 + ], + [ + 224, + 302 + ], + [ + 223, + 301 + ], + [ + 222, + 300 + ], + [ + 221, + 299 + ], + [ + 222, + 298 + ], + [ + 221, + 298 + ], + [ + 221, + 297 + ], + [ + 222, + 297 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 217, + 222 + ], + [ + 218, + 221 + ], + [ + 219, + 220 + ], + [ + 220, + 219 + ], + [ + 221, + 218 + ], + [ + 222, + 217 + ], + [ + 223, + 216 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 82, + 180 + ], + [ + 83, + 181 + ], + [ + 84, + 182 + ], + [ + 85, + 183 + ], + [ + 86, + 184 + ], + [ + 87, + 185 + ], + [ + 88, + 186 + ], + [ + 88, + 187 + ], + [ + 88, + 188 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 188, + 290 + ], + [ + 187, + 290 + ], + [ + 186, + 289 + ], + [ + 185, + 288 + ], + [ + 184, + 287 + ], + [ + 183, + 286 + ], + [ + 182, + 286 + ], + [ + 182, + 285 + ], + [ + 181, + 284 + ], + [ + 180, + 283 + ], + [ + 179, + 282 + ], + [ + 179, + 281 + ], + [ + 180, + 280 + ], + [ + 181, + 280 + ], + [ + 181, + 281 + ], + [ + 182, + 280 + ], + [ + 182, + 279 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 227, + 333 + ], + [ + 228, + 334 + ], + [ + 229, + 335 + ], + [ + 230, + 336 + ], + [ + 231, + 336 + ], + [ + 232, + 335 + ], + [ + 233, + 335 + ], + [ + 234, + 336 + ], + [ + 235, + 335 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 90, + 505 + ], + [ + 91, + 506 + ], + [ + 92, + 507 + ], + [ + 93, + 508 + ], + [ + 94, + 509 + ], + [ + 95, + 510 + ], + [ + 96, + 511 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 252, + 187 + ], + [ + 253, + 188 + ], + [ + 252, + 189 + ], + [ + 253, + 189 + ], + [ + 254, + 188 + ], + [ + 255, + 189 + ], + [ + 254, + 189 + ], + [ + 255, + 190 + ], + [ + 255, + 191 + ], + [ + 255, + 192 + ], + [ + 255, + 193 + ], + [ + 255, + 194 + ], + [ + 255, + 195 + ], + [ + 254, + 196 + ], + [ + 255, + 197 + ], + [ + 255, + 198 + ], + [ + 254, + 199 + ], + [ + 255, + 199 + ], + [ + 255, + 200 + ], + [ + 254, + 200 + ], + [ + 255, + 201 + ], + [ + 255, + 202 + ], + [ + 255, + 203 + ], + [ + 255, + 204 + ], + [ + 255, + 205 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 77, + 35 + ], + [ + 78, + 36 + ], + [ + 78, + 37 + ], + [ + 79, + 38 + ], + [ + 80, + 39 + ], + [ + 80, + 40 + ], + [ + 81, + 41 + ], + [ + 82, + 42 + ], + [ + 83, + 43 + ], + [ + 84, + 44 + ], + [ + 85, + 45 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 162, + 245 + ], + "area_fraction": 0.4337 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 239, + 242 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 371 + ], + "peak": [ + 22, + 443 + ], + "area_cells": 10107 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 271 + ], + "peak": [ + 89, + 269 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m1/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/globe.png new file mode 100644 index 000000000..5674d48bc Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m1/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/heightmap.png new file mode 100644 index 000000000..c084814a3 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m1/index.md b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/index.md new file mode 100644 index 000000000..8b2cf73c9 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ625e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2463833027 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 57.9 +physical: + gravity_g: 0.12 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.269 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ625e-m1 + +Frozen moon. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 96% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m1/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/markers.json new file mode 100644 index 000000000..74ed5e0c6 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625e-m1/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 223, + 264 + ], + "area_fraction": 0.012 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 248, + 353 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 28 + ], + "peak": [ + 8, + 13 + ], + "area_cells": 2578 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 148 + ], + "peak": [ + 35, + 192 + ], + "area_cells": 5411 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 387 + ], + "peak": [ + 10, + 411 + ], + "area_cells": 11077 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 154 + ], + "peak": [ + 70, + 153 + ], + "area_cells": 226 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 56 + ], + "peak": [ + 87, + 57 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 22 + ], + "peak": [ + 92, + 23 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m2/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/globe.png new file mode 100644 index 000000000..f42bf8334 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m2/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/heightmap.png new file mode 100644 index 000000000..6d1995e06 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m2/index.md b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/index.md new file mode 100644 index 000000000..d089d7bfe --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ625e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2988875328 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 27.4 +physical: + gravity_g: 0.08 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.86 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ625e-m2 + +Barren moon. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 92% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e-m2/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/markers.json new file mode 100644 index 000000000..a8f072543 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625e-m2/markers.json @@ -0,0 +1,422 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 206, + 12 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 212, + 498 + ], + "area_fraction": 0.008 + }, + { + "id": "water_67", + "name": null, + "kind": "lake", + "center": [ + 247, + 396 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 32 + ], + "peak": [ + 19, + 15 + ], + "area_cells": 2169 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 192 + ], + "peak": [ + 0, + 193 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 17, + 360 + ], + "peak": [ + 3, + 236 + ], + "area_cells": 8514 + }, + { + "id": "range_8", + "name": null, + "center": [ + 24, + 395 + ], + "peak": [ + 23, + 396 + ], + "area_cells": 95 + }, + { + "id": "range_11", + "name": null, + "center": [ + 36, + 167 + ], + "peak": [ + 37, + 173 + ], + "area_cells": 49 + }, + { + "id": "range_15", + "name": null, + "center": [ + 55, + 133 + ], + "peak": [ + 56, + 134 + ], + "area_cells": 25 + }, + { + "id": "range_17", + "name": null, + "center": [ + 68, + 385 + ], + "peak": [ + 68, + 391 + ], + "area_cells": 243 + }, + { + "id": "range_18", + "name": null, + "center": [ + 104, + 368 + ], + "peak": [ + 101, + 362 + ], + "area_cells": 440 + }, + { + "id": "range_20", + "name": null, + "center": [ + 93, + 70 + ], + "peak": [ + 84, + 69 + ], + "area_cells": 144 + }, + { + "id": "range_21", + "name": null, + "center": [ + 93, + 107 + ], + "peak": [ + 96, + 107 + ], + "area_cells": 134 + }, + { + "id": "range_22", + "name": null, + "center": [ + 88, + 36 + ], + "peak": [ + 88, + 36 + ], + "area_cells": 66 + }, + { + "id": "range_23", + "name": null, + "center": [ + 85, + 155 + ], + "peak": [ + 85, + 155 + ], + "area_cells": 26 + }, + { + "id": "range_24", + "name": null, + "center": [ + 155, + 140 + ], + "peak": [ + 115, + 138 + ], + "area_cells": 2153 + }, + { + "id": "range_25", + "name": null, + "center": [ + 112, + 86 + ], + "peak": [ + 112, + 86 + ], + "area_cells": 71 + }, + { + "id": "range_26", + "name": null, + "center": [ + 110, + 340 + ], + "peak": [ + 111, + 340 + ], + "area_cells": 30 + }, + { + "id": "range_27", + "name": null, + "center": [ + 117, + 401 + ], + "peak": [ + 120, + 399 + ], + "area_cells": 147 + }, + { + "id": "range_28", + "name": null, + "center": [ + 121, + 65 + ], + "peak": [ + 124, + 80 + ], + "area_cells": 344 + }, + { + "id": "range_29", + "name": null, + "center": [ + 134, + 24 + ], + "peak": [ + 146, + 54 + ], + "area_cells": 924 + }, + { + "id": "range_30", + "name": null, + "center": [ + 139, + 457 + ], + "peak": [ + 139, + 440 + ], + "area_cells": 1039 + }, + { + "id": "range_31", + "name": null, + "center": [ + 144, + 503 + ], + "peak": [ + 149, + 502 + ], + "area_cells": 217 + }, + { + "id": "range_34", + "name": null, + "center": [ + 158, + 353 + ], + "peak": [ + 165, + 366 + ], + "area_cells": 756 + }, + { + "id": "range_35", + "name": null, + "center": [ + 157, + 397 + ], + "peak": [ + 151, + 404 + ], + "area_cells": 724 + }, + { + "id": "range_36", + "name": null, + "center": [ + 142, + 94 + ], + "peak": [ + 142, + 94 + ], + "area_cells": 31 + }, + { + "id": "range_37", + "name": null, + "center": [ + 163, + 29 + ], + "peak": [ + 166, + 30 + ], + "area_cells": 148 + }, + { + "id": "range_38", + "name": null, + "center": [ + 163, + 281 + ], + "peak": [ + 157, + 282 + ], + "area_cells": 58 + }, + { + "id": "range_42", + "name": null, + "center": [ + 178, + 306 + ], + "peak": [ + 179, + 309 + ], + "area_cells": 251 + }, + { + "id": "range_45", + "name": null, + "center": [ + 198, + 279 + ], + "peak": [ + 190, + 267 + ], + "area_cells": 594 + }, + { + "id": "range_47", + "name": null, + "center": [ + 191, + 73 + ], + "peak": [ + 194, + 71 + ], + "area_cells": 112 + }, + { + "id": "range_51", + "name": null, + "center": [ + 206, + 97 + ], + "peak": [ + 206, + 98 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625e/globe.png new file mode 100644 index 000000000..5ae5d47a4 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625e/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625e/index.md b/wiki/star-systems/GJ-625/bodies/GJ625e/index.md new file mode 100644 index 000000000..ae8cc74c8 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ625e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2423329598 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.968 + period_days: 520.0 + axial_tilt_deg: 33.3 +physical: + gravity_g: null + oblateness: 0.0737 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.103 +--- + +# GJ625e + +Gas giant. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625f/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625f/globe.png new file mode 100644 index 000000000..9ff769c0d Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625f/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625f/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625f/heightmap.png new file mode 100644 index 000000000..ee017a302 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625f/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625f/index.md b/wiki/star-systems/GJ-625/bodies/GJ625f/index.md new file mode 100644 index 000000000..78b4bc2a5 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ625f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2498879949 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 44.4 +physical: + gravity_g: 0.38 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.801 + polar_ice_lat: 0.094 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.213 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ625f + +Frozen planet. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625f/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625f/markers.json new file mode 100644 index 000000000..0de69912b --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625f/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 67, + 40 + ], + "area_fraction": 0.0503 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 47, + 168 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 81, + 431 + ], + "area_fraction": 0.0619 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 145, + 118 + ], + "area_fraction": 0.0394 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 471 + ], + "peak": [ + 7, + 469 + ], + "area_cells": 612 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 401 + ], + "peak": [ + 24, + 400 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 389 + ], + "peak": [ + 31, + 391 + ], + "area_cells": 39 + }, + { + "id": "range_4", + "name": null, + "center": [ + 105, + 378 + ], + "peak": [ + 104, + 380 + ], + "area_cells": 59 + }, + { + "id": "range_5", + "name": null, + "center": [ + 115, + 275 + ], + "peak": [ + 108, + 277 + ], + "area_cells": 355 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 320 + ], + "peak": [ + 128, + 320 + ], + "area_cells": 263 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 203 + ], + "peak": [ + 118, + 200 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 361 + ], + "peak": [ + 145, + 359 + ], + "area_cells": 685 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 425 + ], + "peak": [ + 145, + 422 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 163, + 219 + ], + "peak": [ + 163, + 220 + ], + "area_cells": 70 + }, + { + "id": "range_12", + "name": null, + "center": [ + 214, + 217 + ], + "peak": [ + 203, + 222 + ], + "area_cells": 3471 + }, + { + "id": "range_17", + "name": null, + "center": [ + 242, + 324 + ], + "peak": [ + 255, + 283 + ], + "area_cells": 2240 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625g/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625g/globe.png new file mode 100644 index 000000000..10ba433f4 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625g/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625g/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625g/heightmap.png new file mode 100644 index 000000000..865ae9f55 Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625g/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625g/index.md b/wiki/star-systems/GJ-625/bodies/GJ625g/index.md new file mode 100644 index 000000000..bb84253dc --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ625g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1150947837 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 19.3 +physical: + gravity_g: 0.29 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.747 + polar_ice_lat: 0.227 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ625g + +Frozen planet. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625g/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625g/markers.json new file mode 100644 index 000000000..7f1e91440 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625g/markers.json @@ -0,0 +1,214 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 106, + 140 + ], + "area_fraction": 0.1708 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 122, + 436 + ], + "area_fraction": 0.0602 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 142, + 319 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 60 + ], + "peak": [ + 16, + 68 + ], + "area_cells": 3856 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 435 + ], + "peak": [ + 0, + 433 + ], + "area_cells": 135 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 369 + ], + "peak": [ + 40, + 362 + ], + "area_cells": 117 + }, + { + "id": "range_8", + "name": null, + "center": [ + 55, + 485 + ], + "peak": [ + 57, + 490 + ], + "area_cells": 64 + }, + { + "id": "range_9", + "name": null, + "center": [ + 68, + 462 + ], + "peak": [ + 71, + 461 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 225, + 462 + ], + "peak": [ + 201, + 498 + ], + "area_cells": 3382 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 18 + ], + "peak": [ + 204, + 7 + ], + "area_cells": 1269 + }, + { + "id": "range_14", + "name": null, + "center": [ + 201, + 59 + ], + "peak": [ + 201, + 60 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 219, + 216 + ], + "peak": [ + 222, + 220 + ], + "area_cells": 259 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 63 + ], + "peak": [ + 231, + 63 + ], + "area_cells": 65 + }, + { + "id": "range_17", + "name": null, + "center": [ + 219, + 237 + ], + "peak": [ + 218, + 237 + ], + "area_cells": 44 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 251 + ], + "peak": [ + 222, + 252 + ], + "area_cells": 37 + }, + { + "id": "range_21", + "name": null, + "center": [ + 227, + 327 + ], + "peak": [ + 227, + 328 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-625/bodies/GJ625h/globe.png b/wiki/star-systems/GJ-625/bodies/GJ625h/globe.png new file mode 100644 index 000000000..031c5ba5b Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625h/globe.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625h/heightmap.png b/wiki/star-systems/GJ-625/bodies/GJ625h/heightmap.png new file mode 100644 index 000000000..5f08c51da Binary files /dev/null and b/wiki/star-systems/GJ-625/bodies/GJ625h/heightmap.png differ diff --git a/wiki/star-systems/GJ-625/bodies/GJ625h/index.md b/wiki/star-systems/GJ-625/bodies/GJ625h/index.md new file mode 100644 index 000000000..d1b0c3a75 --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ625h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3120919783 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.854 + period_days: 9800.0 + axial_tilt_deg: 55.4 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.81 + polar_ice_lat: 0.059 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.227 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ625h + +Frozen planet. + +**System:** [GJ-625](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-625/bodies/GJ625h/markers.json b/wiki/star-systems/GJ-625/bodies/GJ625h/markers.json new file mode 100644 index 000000000..b552266bc --- /dev/null +++ b/wiki/star-systems/GJ-625/bodies/GJ625h/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 44 + ], + "area_fraction": 0.0369 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 9, + 490 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 209, + 102 + ], + "area_fraction": 0.088 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 198, + 484 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 228 + ], + "peak": [ + 137, + 215 + ], + "area_cells": 12861 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 443 + ], + "peak": [ + 99, + 445 + ], + "area_cells": 3991 + }, + { + "id": "range_3", + "name": null, + "center": [ + 74, + 330 + ], + "peak": [ + 72, + 329 + ], + "area_cells": 306 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 381 + ], + "peak": [ + 104, + 381 + ], + "area_cells": 218 + }, + { + "id": "range_5", + "name": null, + "center": [ + 97, + 70 + ], + "peak": [ + 98, + 71 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 117, + 403 + ], + "peak": [ + 117, + 404 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 128, + 505 + ], + "peak": [ + 129, + 508 + ], + "area_cells": 81 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 395 + ], + "peak": [ + 139, + 394 + ], + "area_cells": 34 + }, + { + "id": "range_16", + "name": null, + "center": [ + 167, + 410 + ], + "peak": [ + 169, + 411 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ628b/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628b/globe.png new file mode 100644 index 000000000..1fe133cc1 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628b/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628b/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628b/heightmap.png new file mode 100644 index 000000000..f887b0110 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628b/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628b/index.md b/wiki/star-systems/GJ-628/bodies/GJ628b/index.md new file mode 100644 index 000000000..dbc2953a7 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ628b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2416593215 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.3 +physical: + gravity_g: 0.3 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.94 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ628b + +Barren planet. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 95% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628b/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628b/markers.json new file mode 100644 index 000000000..fcc4454a8 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628b/markers.json @@ -0,0 +1,451 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 112, + 399 + ], + "area_fraction": 0.006 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 145, + 357 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 0, + 59 + ], + "peak": [ + 0, + 60 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 127 + ], + "peak": [ + 4, + 128 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 6, + 279 + ], + "peak": [ + 8, + 279 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 24, + 104 + ], + "peak": [ + 14, + 109 + ], + "area_cells": 222 + }, + { + "id": "range_9", + "name": null, + "center": [ + 10, + 56 + ], + "peak": [ + 10, + 56 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 28, + 79 + ], + "peak": [ + 28, + 76 + ], + "area_cells": 229 + }, + { + "id": "range_15", + "name": null, + "center": [ + 25, + 313 + ], + "peak": [ + 37, + 304 + ], + "area_cells": 163 + }, + { + "id": "range_17", + "name": null, + "center": [ + 28, + 177 + ], + "peak": [ + 26, + 175 + ], + "area_cells": 44 + }, + { + "id": "range_22", + "name": null, + "center": [ + 81, + 89 + ], + "peak": [ + 103, + 24 + ], + "area_cells": 6695 + }, + { + "id": "range_26", + "name": null, + "center": [ + 62, + 428 + ], + "peak": [ + 61, + 430 + ], + "area_cells": 205 + }, + { + "id": "range_27", + "name": null, + "center": [ + 64, + 306 + ], + "peak": [ + 63, + 306 + ], + "area_cells": 29 + }, + { + "id": "range_28", + "name": null, + "center": [ + 78, + 458 + ], + "peak": [ + 89, + 458 + ], + "area_cells": 239 + }, + { + "id": "range_29", + "name": null, + "center": [ + 78, + 256 + ], + "peak": [ + 69, + 251 + ], + "area_cells": 174 + }, + { + "id": "range_31", + "name": null, + "center": [ + 69, + 440 + ], + "peak": [ + 69, + 441 + ], + "area_cells": 20 + }, + { + "id": "range_32", + "name": null, + "center": [ + 67, + 476 + ], + "peak": [ + 67, + 476 + ], + "area_cells": 22 + }, + { + "id": "range_34", + "name": null, + "center": [ + 198, + 253 + ], + "peak": [ + 172, + 262 + ], + "area_cells": 8476 + }, + { + "id": "range_35", + "name": null, + "center": [ + 99, + 500 + ], + "peak": [ + 105, + 503 + ], + "area_cells": 323 + }, + { + "id": "range_38", + "name": null, + "center": [ + 98, + 304 + ], + "peak": [ + 98, + 304 + ], + "area_cells": 20 + }, + { + "id": "range_39", + "name": null, + "center": [ + 102, + 427 + ], + "peak": [ + 100, + 427 + ], + "area_cells": 40 + }, + { + "id": "range_40", + "name": null, + "center": [ + 103, + 451 + ], + "peak": [ + 104, + 451 + ], + "area_cells": 54 + }, + { + "id": "range_41", + "name": null, + "center": [ + 110, + 289 + ], + "peak": [ + 110, + 289 + ], + "area_cells": 41 + }, + { + "id": "range_42", + "name": null, + "center": [ + 111, + 432 + ], + "peak": [ + 112, + 432 + ], + "area_cells": 79 + }, + { + "id": "range_45", + "name": null, + "center": [ + 124, + 135 + ], + "peak": [ + 126, + 137 + ], + "area_cells": 367 + }, + { + "id": "range_46", + "name": null, + "center": [ + 133, + 293 + ], + "peak": [ + 138, + 296 + ], + "area_cells": 160 + }, + { + "id": "range_48", + "name": null, + "center": [ + 133, + 9 + ], + "peak": [ + 137, + 6 + ], + "area_cells": 122 + }, + { + "id": "range_50", + "name": null, + "center": [ + 137, + 108 + ], + "peak": [ + 136, + 108 + ], + "area_cells": 160 + }, + { + "id": "range_51", + "name": null, + "center": [ + 169, + 125 + ], + "peak": [ + 165, + 113 + ], + "area_cells": 2056 + }, + { + "id": "range_54", + "name": null, + "center": [ + 140, + 449 + ], + "peak": [ + 140, + 450 + ], + "area_cells": 49 + }, + { + "id": "range_56", + "name": null, + "center": [ + 152, + 60 + ], + "peak": [ + 151, + 60 + ], + "area_cells": 136 + }, + { + "id": "range_58", + "name": null, + "center": [ + 202, + 169 + ], + "peak": [ + 195, + 175 + ], + "area_cells": 496 + }, + { + "id": "range_65", + "name": null, + "center": [ + 207, + 51 + ], + "peak": [ + 208, + 49 + ], + "area_cells": 47 + }, + { + "id": "range_68", + "name": null, + "center": [ + 220, + 75 + ], + "peak": [ + 225, + 77 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-628/bodies/GJ628c/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628c/globe.png new file mode 100644 index 000000000..8b7449953 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628c/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628c/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628c/heightmap.png new file mode 100644 index 000000000..3d00269b2 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628c/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628c/index.md b/wiki/star-systems/GJ-628/bodies/GJ628c/index.md new file mode 100644 index 000000000..d67bcd706 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ628c +name: Carraig +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 2765168578 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.103 + period_days: 18.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.78 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.357 + polar_ice_lat: 0.793 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Carraig + +Temperate Terminator planet. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 18 days | +| **Inhabited** | yes | +| **Population** | 18M | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628c/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628c/markers.json new file mode 100644 index 000000000..b36b8a9c2 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628c/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 214, + 511 + ], + [ + 215, + 510 + ], + [ + 216, + 509 + ], + [ + 217, + 510 + ], + [ + 218, + 509 + ], + [ + 219, + 509 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 214, + 0 + ], + [ + 215, + 511 + ], + [ + 216, + 510 + ], + [ + 217, + 510 + ], + [ + 218, + 510 + ], + [ + 219, + 511 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 211, + 12 + ], + [ + 210, + 11 + ], + [ + 209, + 10 + ], + [ + 208, + 9 + ], + [ + 207, + 8 + ], + [ + 206, + 7 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 73, + 60 + ], + [ + 72, + 59 + ], + [ + 71, + 58 + ], + [ + 70, + 57 + ], + [ + 69, + 58 + ], + [ + 68, + 57 + ], + [ + 69, + 56 + ], + [ + 68, + 55 + ], + [ + 68, + 54 + ], + [ + 69, + 54 + ], + [ + 68, + 53 + ], + [ + 69, + 52 + ], + [ + 68, + 51 + ], + [ + 69, + 50 + ], + [ + 69, + 49 + ], + [ + 70, + 48 + ], + [ + 70, + 47 + ], + [ + 69, + 46 + ], + [ + 70, + 45 + ], + [ + 69, + 44 + ], + [ + 69, + 43 + ], + [ + 69, + 42 + ], + [ + 68, + 41 + ], + [ + 68, + 42 + ], + [ + 68, + 43 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 97, + 139 + ], + [ + 96, + 140 + ], + [ + 97, + 141 + ], + [ + 96, + 142 + ], + [ + 95, + 143 + ], + [ + 94, + 144 + ], + [ + 93, + 145 + ], + [ + 94, + 146 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 95, + 182 + ], + [ + 94, + 181 + ], + [ + 93, + 180 + ], + [ + 92, + 179 + ], + [ + 93, + 178 + ], + [ + 94, + 177 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 169, + 261 + ], + "area_fraction": 0.6344 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 98, + 161 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 146 + ], + "peak": [ + 28, + 153 + ], + "area_cells": 4014 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 478 + ], + "peak": [ + 36, + 464 + ], + "area_cells": 415 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 291 + ], + "peak": [ + 29, + 292 + ], + "area_cells": 61 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 115 + ], + "peak": [ + 68, + 116 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-628/bodies/GJ628d/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628d/globe.png new file mode 100644 index 000000000..f1c53c612 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628d/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628d/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628d/heightmap.png new file mode 100644 index 000000000..29052edc7 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628d/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628d/index.md b/wiki/star-systems/GJ-628/bodies/GJ628d/index.md new file mode 100644 index 000000000..94992b1f2 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ628d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1384273015 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.312 + period_days: 95.0 + axial_tilt_deg: 47.8 +physical: + gravity_g: 0.44 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.169 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.359 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ628d + +Frozen planet. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 95 days | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628d/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628d/markers.json new file mode 100644 index 000000000..7a5e13088 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628d/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 105, + 109 + ], + [ + 104, + 108 + ], + [ + 103, + 107 + ], + [ + 104, + 106 + ], + [ + 103, + 105 + ], + [ + 102, + 104 + ], + [ + 103, + 103 + ], + [ + 103, + 102 + ], + [ + 102, + 101 + ], + [ + 102, + 100 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 144, + 511 + ], + [ + 143, + 0 + ], + [ + 142, + 0 + ], + [ + 142, + 511 + ], + [ + 141, + 510 + ], + [ + 140, + 509 + ], + [ + 140, + 508 + ], + [ + 139, + 507 + ], + [ + 138, + 506 + ], + [ + 138, + 505 + ], + [ + 139, + 504 + ], + [ + 139, + 505 + ], + [ + 138, + 504 + ], + [ + 137, + 504 + ] + ] + } + ], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 238, + 152 + ], + "area_fraction": 0.0182 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-628/bodies/GJ628e-m1/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/globe.png new file mode 100644 index 000000000..40f1c52ef Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628e-m1/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/heightmap.png new file mode 100644 index 000000000..62fb876d5 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628e-m1/index.md b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/index.md new file mode 100644 index 000000000..fba821426 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ628e-m1 +name: Tobar +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3110143114 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 59.8 +physical: + gravity_g: 0.1 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.798 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Tobar + +Frozen moon. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Orbit** | 5 days | +| **Inhabited** | yes | +| **Population** | 150 | +| **Economy** | mining | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628e-m1/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/markers.json new file mode 100644 index 000000000..175b38246 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628e-m1/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 294 + ], + "area_fraction": 0.1294 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 52, + 384 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 52, + 470 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 106, + 38 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 122, + 500 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 205, + 228 + ], + "peak": [ + 209, + 246 + ], + "area_cells": 27076 + }, + { + "id": "range_8", + "name": null, + "center": [ + 208, + 453 + ], + "peak": [ + 211, + 456 + ], + "area_cells": 45 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 387 + ], + "peak": [ + 212, + 388 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 220, + 462 + ], + "peak": [ + 220, + 461 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 222, + 483 + ], + "peak": [ + 223, + 485 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 252, + 509 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-628/bodies/GJ628e/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628e/globe.png new file mode 100644 index 000000000..7a2cd6c63 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628e/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628e/index.md b/wiki/star-systems/GJ-628/bodies/GJ628e/index.md new file mode 100644 index 000000000..6d37194db --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ628e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2177809354 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.785 + period_days: 380.0 + axial_tilt_deg: 31.1 +physical: + gravity_g: null + oblateness: 0.0781 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.31 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.1 +--- + +# GJ628e + +Gas giant. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628f/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628f/globe.png new file mode 100644 index 000000000..3a87bd50f Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628f/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628f/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628f/heightmap.png new file mode 100644 index 000000000..d1cae2a93 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628f/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628f/index.md b/wiki/star-systems/GJ-628/bodies/GJ628f/index.md new file mode 100644 index 000000000..4c6496747 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ628f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 996614492 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 21.0 +physical: + gravity_g: 0.36 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.789 + polar_ice_lat: 0.168 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ628f + +Frozen planet. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628f/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628f/markers.json new file mode 100644 index 000000000..09a2b47d5 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628f/markers.json @@ -0,0 +1,322 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 35, + 408 + ], + "area_fraction": 0.0754 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 49, + 129 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 78, + 418 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 106, + 73 + ], + "area_fraction": 0.0359 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 166, + 104 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 218, + 400 + ], + "area_fraction": 0.0379 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 152 + ], + "peak": [ + 3, + 150 + ], + "area_cells": 598 + }, + { + "id": "range_3", + "name": null, + "center": [ + 67, + 49 + ], + "peak": [ + 65, + 50 + ], + "area_cells": 307 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 353 + ], + "peak": [ + 75, + 339 + ], + "area_cells": 2432 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 193 + ], + "peak": [ + 75, + 191 + ], + "area_cells": 482 + }, + { + "id": "range_6", + "name": null, + "center": [ + 72, + 79 + ], + "peak": [ + 74, + 79 + ], + "area_cells": 178 + }, + { + "id": "range_7", + "name": null, + "center": [ + 125, + 183 + ], + "peak": [ + 124, + 177 + ], + "area_cells": 806 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 397 + ], + "peak": [ + 150, + 394 + ], + "area_cells": 150 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 36 + ], + "peak": [ + 254, + 34 + ], + "area_cells": 2618 + }, + { + "id": "range_12", + "name": null, + "center": [ + 207, + 212 + ], + "peak": [ + 209, + 212 + ], + "area_cells": 37 + }, + { + "id": "range_13", + "name": null, + "center": [ + 208, + 510 + ], + "peak": [ + 208, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 217, + 95 + ], + "peak": [ + 211, + 99 + ], + "area_cells": 329 + }, + { + "id": "range_15", + "name": null, + "center": [ + 233, + 155 + ], + "peak": [ + 248, + 150 + ], + "area_cells": 2674 + }, + { + "id": "range_19", + "name": null, + "center": [ + 240, + 507 + ], + "peak": [ + 241, + 511 + ], + "area_cells": 124 + }, + { + "id": "range_20", + "name": null, + "center": [ + 238, + 71 + ], + "peak": [ + 237, + 70 + ], + "area_cells": 34 + }, + { + "id": "range_22", + "name": null, + "center": [ + 248, + 222 + ], + "peak": [ + 248, + 223 + ], + "area_cells": 101 + }, + { + "id": "range_23", + "name": null, + "center": [ + 253, + 89 + ], + "peak": [ + 255, + 92 + ], + "area_cells": 36 + }, + { + "id": "range_24", + "name": null, + "center": [ + 253, + 418 + ], + "peak": [ + 255, + 411 + ], + "area_cells": 158 + }, + { + "id": "range_25", + "name": null, + "center": [ + 254, + 261 + ], + "peak": [ + 255, + 256 + ], + "area_cells": 91 + }, + { + "id": "range_26", + "name": null, + "center": [ + 254, + 508 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-628/bodies/GJ628g/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628g/globe.png new file mode 100644 index 000000000..29355302c Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628g/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628g/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628g/heightmap.png new file mode 100644 index 000000000..596d57d92 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628g/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628g/index.md b/wiki/star-systems/GJ-628/bodies/GJ628g/index.md new file mode 100644 index 000000000..374b91c48 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ628g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1671397396 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 26.7 +physical: + gravity_g: 0.27 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.182 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ628g + +Frozen planet. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628g/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628g/markers.json new file mode 100644 index 000000000..53755df78 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628g/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 102, + 319 + ], + "area_fraction": 0.062 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 198, + 462 + ], + "area_fraction": 0.0696 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 112, + 158 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_18", + "name": null, + "kind": "ocean", + "center": [ + 209, + 117 + ], + "area_fraction": 0.1302 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 267 + ], + "peak": [ + 27, + 256 + ], + "area_cells": 2950 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 461 + ], + "peak": [ + 0, + 463 + ], + "area_cells": 1373 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 311 + ], + "peak": [ + 31, + 311 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 107 + ], + "peak": [ + 54, + 81 + ], + "area_cells": 5128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 331 + ], + "peak": [ + 35, + 330 + ], + "area_cells": 99 + }, + { + "id": "range_7", + "name": null, + "center": [ + 35, + 444 + ], + "peak": [ + 34, + 449 + ], + "area_cells": 55 + }, + { + "id": "range_10", + "name": null, + "center": [ + 47, + 18 + ], + "peak": [ + 48, + 19 + ], + "area_cells": 128 + }, + { + "id": "range_11", + "name": null, + "center": [ + 68, + 490 + ], + "peak": [ + 72, + 495 + ], + "area_cells": 263 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 72 + ], + "peak": [ + 124, + 77 + ], + "area_cells": 68 + }, + { + "id": "range_14", + "name": null, + "center": [ + 248, + 284 + ], + "peak": [ + 246, + 286 + ], + "area_cells": 342 + }, + { + "id": "range_15", + "name": null, + "center": [ + 247, + 316 + ], + "peak": [ + 248, + 316 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-628/bodies/GJ628h/globe.png b/wiki/star-systems/GJ-628/bodies/GJ628h/globe.png new file mode 100644 index 000000000..a6befe3b7 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628h/globe.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628h/heightmap.png b/wiki/star-systems/GJ-628/bodies/GJ628h/heightmap.png new file mode 100644 index 000000000..aa76a9996 Binary files /dev/null and b/wiki/star-systems/GJ-628/bodies/GJ628h/heightmap.png differ diff --git a/wiki/star-systems/GJ-628/bodies/GJ628h/index.md b/wiki/star-systems/GJ-628/bodies/GJ628h/index.md new file mode 100644 index 000000000..604ef9ad6 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ628h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1760169749 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.683 + period_days: 7400.0 + axial_tilt_deg: 52.1 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.879 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ628h + +Frozen planet. + +**System:** [GJ-628](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 7400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-628/bodies/GJ628h/markers.json b/wiki/star-systems/GJ-628/bodies/GJ628h/markers.json new file mode 100644 index 000000000..1913e6998 --- /dev/null +++ b/wiki/star-systems/GJ-628/bodies/GJ628h/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 25 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 125, + 490 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 148, + 58 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 239, + 395 + ], + "area_fraction": 0.0442 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 243, + 184 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 365 + ], + "peak": [ + 0, + 355 + ], + "area_cells": 902 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 231 + ], + "peak": [ + 11, + 229 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 265 + ], + "peak": [ + 26, + 265 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 276 + ], + "peak": [ + 30, + 276 + ], + "area_cells": 43 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 427 + ], + "peak": [ + 58, + 382 + ], + "area_cells": 9113 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 122 + ], + "peak": [ + 47, + 152 + ], + "area_cells": 2840 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 6 + ], + "peak": [ + 75, + 0 + ], + "area_cells": 368 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 301 + ], + "peak": [ + 91, + 306 + ], + "area_cells": 221 + }, + { + "id": "range_11", + "name": null, + "center": [ + 121, + 208 + ], + "peak": [ + 125, + 206 + ], + "area_cells": 396 + }, + { + "id": "range_12", + "name": null, + "center": [ + 169, + 215 + ], + "peak": [ + 173, + 210 + ], + "area_cells": 332 + }, + { + "id": "range_13", + "name": null, + "center": [ + 168, + 309 + ], + "peak": [ + 168, + 312 + ], + "area_cells": 29 + }, + { + "id": "range_15", + "name": null, + "center": [ + 194, + 473 + ], + "peak": [ + 193, + 479 + ], + "area_cells": 1105 + }, + { + "id": "range_17", + "name": null, + "center": [ + 189, + 45 + ], + "peak": [ + 193, + 37 + ], + "area_cells": 276 + }, + { + "id": "range_19", + "name": null, + "center": [ + 202, + 83 + ], + "peak": [ + 201, + 81 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ631b/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631b/globe.png new file mode 100644 index 000000000..40388b76f Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631b/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631b/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631b/heightmap.png new file mode 100644 index 000000000..9fb93fd67 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631b/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631b/index.md b/wiki/star-systems/GJ-631/bodies/GJ631b/index.md new file mode 100644 index 000000000..e7501c88e --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ631b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 973822406 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 5.4 +physical: + gravity_g: 0.42 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.926 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631b + +Barren planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 98% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631b/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631b/markers.json new file mode 100644 index 000000000..5805c2542 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631b/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 120 + ], + "peak": [ + 1, + 119 + ], + "area_cells": 465 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 172 + ], + "peak": [ + 172, + 132 + ], + "area_cells": 10256 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 326 + ], + "peak": [ + 0, + 327 + ], + "area_cells": 107 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 340 + ], + "peak": [ + 4, + 340 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 348 + ], + "peak": [ + 0, + 348 + ], + "area_cells": 43 + }, + { + "id": "range_8", + "name": null, + "center": [ + 1, + 417 + ], + "peak": [ + 0, + 416 + ], + "area_cells": 87 + }, + { + "id": "range_10", + "name": null, + "center": [ + 15, + 368 + ], + "peak": [ + 21, + 367 + ], + "area_cells": 76 + }, + { + "id": "range_11", + "name": null, + "center": [ + 14, + 314 + ], + "peak": [ + 21, + 310 + ], + "area_cells": 180 + }, + { + "id": "range_13", + "name": null, + "center": [ + 8, + 399 + ], + "peak": [ + 8, + 399 + ], + "area_cells": 45 + }, + { + "id": "range_15", + "name": null, + "center": [ + 15, + 383 + ], + "peak": [ + 15, + 383 + ], + "area_cells": 99 + }, + { + "id": "range_16", + "name": null, + "center": [ + 17, + 86 + ], + "peak": [ + 17, + 86 + ], + "area_cells": 26 + }, + { + "id": "range_18", + "name": null, + "center": [ + 70, + 465 + ], + "peak": [ + 85, + 510 + ], + "area_cells": 4139 + }, + { + "id": "range_21", + "name": null, + "center": [ + 39, + 285 + ], + "peak": [ + 38, + 287 + ], + "area_cells": 138 + }, + { + "id": "range_23", + "name": null, + "center": [ + 74, + 14 + ], + "peak": [ + 81, + 4 + ], + "area_cells": 1437 + }, + { + "id": "range_24", + "name": null, + "center": [ + 47, + 115 + ], + "peak": [ + 48, + 115 + ], + "area_cells": 64 + }, + { + "id": "range_26", + "name": null, + "center": [ + 66, + 310 + ], + "peak": [ + 68, + 306 + ], + "area_cells": 220 + }, + { + "id": "range_34", + "name": null, + "center": [ + 90, + 52 + ], + "peak": [ + 94, + 54 + ], + "area_cells": 294 + }, + { + "id": "range_35", + "name": null, + "center": [ + 80, + 279 + ], + "peak": [ + 79, + 282 + ], + "area_cells": 60 + }, + { + "id": "range_37", + "name": null, + "center": [ + 90, + 175 + ], + "peak": [ + 91, + 176 + ], + "area_cells": 25 + }, + { + "id": "range_39", + "name": null, + "center": [ + 108, + 32 + ], + "peak": [ + 110, + 34 + ], + "area_cells": 66 + }, + { + "id": "range_40", + "name": null, + "center": [ + 108, + 319 + ], + "peak": [ + 109, + 320 + ], + "area_cells": 216 + }, + { + "id": "range_41", + "name": null, + "center": [ + 119, + 390 + ], + "peak": [ + 119, + 391 + ], + "area_cells": 28 + }, + { + "id": "range_42", + "name": null, + "center": [ + 129, + 455 + ], + "peak": [ + 129, + 455 + ], + "area_cells": 22 + }, + { + "id": "range_45", + "name": null, + "center": [ + 143, + 133 + ], + "peak": [ + 144, + 133 + ], + "area_cells": 31 + }, + { + "id": "range_46", + "name": null, + "center": [ + 183, + 479 + ], + "peak": [ + 178, + 511 + ], + "area_cells": 2718 + }, + { + "id": "range_48", + "name": null, + "center": [ + 150, + 1 + ], + "peak": [ + 151, + 0 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 166, + 34 + ], + "peak": [ + 167, + 36 + ], + "area_cells": 151 + }, + { + "id": "range_50", + "name": null, + "center": [ + 172, + 178 + ], + "peak": [ + 172, + 181 + ], + "area_cells": 98 + }, + { + "id": "range_51", + "name": null, + "center": [ + 195, + 12 + ], + "peak": [ + 178, + 0 + ], + "area_cells": 944 + }, + { + "id": "range_53", + "name": null, + "center": [ + 236, + 157 + ], + "peak": [ + 220, + 157 + ], + "area_cells": 3388 + }, + { + "id": "range_55", + "name": null, + "center": [ + 214, + 94 + ], + "peak": [ + 206, + 93 + ], + "area_cells": 527 + }, + { + "id": "range_61", + "name": null, + "center": [ + 248, + 308 + ], + "peak": [ + 253, + 311 + ], + "area_cells": 254 + }, + { + "id": "range_62", + "name": null, + "center": [ + 249, + 330 + ], + "peak": [ + 254, + 327 + ], + "area_cells": 123 + }, + { + "id": "range_67", + "name": null, + "center": [ + 251, + 375 + ], + "peak": [ + 255, + 351 + ], + "area_cells": 362 + }, + { + "id": "range_68", + "name": null, + "center": [ + 252, + 403 + ], + "peak": [ + 251, + 402 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631c/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631c/globe.png new file mode 100644 index 000000000..3b4a56987 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631c/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631c/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631c/heightmap.png new file mode 100644 index 000000000..10bd45a43 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631c/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631c/index.md b/wiki/star-systems/GJ-631/bodies/GJ631c/index.md new file mode 100644 index 000000000..6f3e32bea --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ631c +name: Kiran +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4260369921 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 24.1 +physical: + gravity_g: 0.9 + oblateness: 0.0039 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.614 + polar_ice_lat: 0.644 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kiran + +Temperate planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 61% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 6M | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631c/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631c/markers.json new file mode 100644 index 000000000..ff37e132f --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631c/markers.json @@ -0,0 +1,636 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 117, + 372 + ], + [ + 118, + 371 + ], + [ + 119, + 370 + ], + [ + 120, + 370 + ], + [ + 121, + 370 + ], + [ + 122, + 371 + ], + [ + 122, + 370 + ], + [ + 122, + 369 + ], + [ + 123, + 370 + ], + [ + 123, + 369 + ], + [ + 122, + 368 + ], + [ + 122, + 367 + ], + [ + 121, + 367 + ], + [ + 121, + 366 + ], + [ + 120, + 365 + ], + [ + 121, + 364 + ], + [ + 120, + 364 + ], + [ + 120, + 363 + ], + [ + 120, + 362 + ], + [ + 119, + 361 + ], + [ + 119, + 360 + ], + [ + 118, + 359 + ], + [ + 118, + 358 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 110, + 20 + ], + [ + 111, + 20 + ], + [ + 112, + 20 + ], + [ + 113, + 21 + ], + [ + 113, + 22 + ], + [ + 114, + 23 + ], + [ + 115, + 24 + ], + [ + 116, + 24 + ], + [ + 116, + 25 + ], + [ + 117, + 25 + ], + [ + 118, + 25 + ], + [ + 119, + 25 + ], + [ + 120, + 26 + ], + [ + 121, + 25 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 171, + 414 + ], + [ + 172, + 414 + ], + [ + 173, + 415 + ], + [ + 174, + 416 + ], + [ + 175, + 417 + ], + [ + 176, + 417 + ], + [ + 177, + 417 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 123, + 93 + ], + [ + 122, + 94 + ], + [ + 121, + 93 + ], + [ + 120, + 94 + ], + [ + 120, + 95 + ], + [ + 121, + 96 + ], + [ + 120, + 97 + ], + [ + 120, + 96 + ], + [ + 121, + 97 + ], + [ + 122, + 97 + ], + [ + 122, + 98 + ], + [ + 123, + 98 + ], + [ + 122, + 99 + ], + [ + 121, + 99 + ], + [ + 120, + 98 + ], + [ + 121, + 98 + ], + [ + 120, + 99 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 150, + 432 + ], + [ + 149, + 433 + ], + [ + 148, + 434 + ], + [ + 147, + 435 + ], + [ + 146, + 436 + ], + [ + 145, + 437 + ], + [ + 144, + 438 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 180, + 385 + ], + [ + 181, + 384 + ], + [ + 182, + 383 + ], + [ + 183, + 382 + ], + [ + 184, + 381 + ], + [ + 185, + 382 + ], + [ + 186, + 383 + ], + [ + 187, + 383 + ], + [ + 188, + 384 + ], + [ + 189, + 385 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 104, + 511 + ], + [ + 105, + 0 + ], + [ + 106, + 1 + ], + [ + 107, + 2 + ], + [ + 108, + 3 + ], + [ + 109, + 4 + ], + [ + 108, + 5 + ], + [ + 107, + 6 + ], + [ + 108, + 7 + ], + [ + 107, + 8 + ], + [ + 107, + 9 + ], + [ + 108, + 10 + ], + [ + 108, + 11 + ], + [ + 108, + 12 + ], + [ + 109, + 13 + ], + [ + 108, + 14 + ], + [ + 108, + 15 + ], + [ + 107, + 15 + ], + [ + 108, + 16 + ], + [ + 107, + 16 + ], + [ + 108, + 17 + ], + [ + 107, + 17 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 143, + 0 + ], + [ + 143, + 1 + ], + [ + 142, + 2 + ], + [ + 142, + 1 + ], + [ + 141, + 1 + ], + [ + 141, + 2 + ], + [ + 142, + 3 + ], + [ + 141, + 4 + ], + [ + 140, + 5 + ], + [ + 139, + 5 + ], + [ + 138, + 5 + ], + [ + 137, + 6 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 109, + 267 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 197, + 215 + ], + "area_fraction": 0.3712 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 483 + ], + "peak": [ + 31, + 485 + ], + "area_cells": 310 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 136 + ], + "peak": [ + 29, + 135 + ], + "area_cells": 248 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 441 + ], + "peak": [ + 36, + 451 + ], + "area_cells": 268 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 73 + ], + "peak": [ + 58, + 68 + ], + "area_cells": 421 + }, + { + "id": "range_5", + "name": null, + "center": [ + 73, + 186 + ], + "peak": [ + 94, + 146 + ], + "area_cells": 4575 + }, + { + "id": "range_9", + "name": null, + "center": [ + 72, + 313 + ], + "peak": [ + 73, + 327 + ], + "area_cells": 456 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 358 + ], + "peak": [ + 72, + 360 + ], + "area_cells": 92 + }, + { + "id": "range_11", + "name": null, + "center": [ + 72, + 49 + ], + "peak": [ + 73, + 52 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631d/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631d/globe.png new file mode 100644 index 000000000..0af35ea4e Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631d/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631d/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631d/heightmap.png new file mode 100644 index 000000000..9bff85e32 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631d/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631d/index.md b/wiki/star-systems/GJ-631/bodies/GJ631d/index.md new file mode 100644 index 000000000..7ea31d943 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ631d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2800342332 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.402 + period_days: 680.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.56 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.451 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631d + +Cold Arid planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631d/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631d/markers.json new file mode 100644 index 000000000..7948f2997 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631d/markers.json @@ -0,0 +1,1213 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 236, + 495 + ], + [ + 237, + 495 + ], + [ + 238, + 494 + ], + [ + 239, + 494 + ], + [ + 240, + 494 + ], + [ + 240, + 495 + ], + [ + 241, + 496 + ], + [ + 242, + 495 + ], + [ + 243, + 495 + ], + [ + 244, + 494 + ], + [ + 245, + 495 + ], + [ + 246, + 495 + ], + [ + 246, + 494 + ], + [ + 245, + 493 + ], + [ + 246, + 492 + ], + [ + 247, + 493 + ], + [ + 248, + 493 + ], + [ + 249, + 493 + ], + [ + 248, + 494 + ], + [ + 249, + 494 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 222, + 479 + ], + [ + 223, + 479 + ], + [ + 224, + 480 + ], + [ + 225, + 480 + ], + [ + 226, + 481 + ], + [ + 227, + 482 + ], + [ + 228, + 482 + ], + [ + 229, + 483 + ], + [ + 229, + 484 + ], + [ + 228, + 485 + ], + [ + 228, + 486 + ], + [ + 227, + 486 + ], + [ + 226, + 487 + ], + [ + 227, + 488 + ], + [ + 226, + 489 + ], + [ + 225, + 489 + ], + [ + 224, + 488 + ], + [ + 224, + 489 + ], + [ + 223, + 489 + ], + [ + 223, + 490 + ], + [ + 224, + 490 + ], + [ + 224, + 491 + ], + [ + 223, + 492 + ], + [ + 222, + 493 + ], + [ + 222, + 494 + ], + [ + 221, + 494 + ], + [ + 221, + 493 + ], + [ + 220, + 492 + ], + [ + 219, + 492 + ], + [ + 219, + 491 + ], + [ + 220, + 491 + ], + [ + 220, + 490 + ], + [ + 220, + 489 + ], + [ + 221, + 489 + ], + [ + 221, + 490 + ], + [ + 222, + 489 + ], + [ + 221, + 488 + ], + [ + 221, + 487 + ], + [ + 220, + 487 + ], + [ + 219, + 486 + ], + [ + 220, + 486 + ], + [ + 219, + 487 + ], + [ + 218, + 488 + ], + [ + 219, + 489 + ], + [ + 220, + 488 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 122, + 206 + ], + [ + 123, + 207 + ], + [ + 124, + 206 + ], + [ + 125, + 207 + ], + [ + 126, + 208 + ], + [ + 127, + 209 + ], + [ + 128, + 210 + ], + [ + 129, + 211 + ], + [ + 130, + 212 + ], + [ + 131, + 213 + ], + [ + 132, + 212 + ], + [ + 133, + 211 + ], + [ + 134, + 212 + ], + [ + 135, + 213 + ], + [ + 136, + 212 + ], + [ + 137, + 212 + ], + [ + 138, + 211 + ], + [ + 139, + 211 + ], + [ + 140, + 212 + ], + [ + 141, + 211 + ], + [ + 142, + 210 + ], + [ + 143, + 211 + ], + [ + 144, + 210 + ], + [ + 145, + 210 + ], + [ + 145, + 209 + ], + [ + 146, + 210 + ], + [ + 146, + 209 + ], + [ + 146, + 208 + ], + [ + 145, + 207 + ], + [ + 145, + 206 + ], + [ + 145, + 205 + ], + [ + 146, + 204 + ], + [ + 146, + 205 + ], + [ + 145, + 204 + ], + [ + 146, + 203 + ], + [ + 147, + 203 + ], + [ + 147, + 202 + ], + [ + 146, + 201 + ], + [ + 147, + 201 + ], + [ + 148, + 201 + ], + [ + 147, + 200 + ], + [ + 146, + 199 + ], + [ + 146, + 200 + ], + [ + 145, + 200 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 142, + 0 + ], + [ + 141, + 1 + ], + [ + 140, + 0 + ], + [ + 139, + 511 + ], + [ + 138, + 511 + ], + [ + 137, + 0 + ], + [ + 136, + 0 + ], + [ + 135, + 1 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 107, + 32 + ], + [ + 106, + 32 + ], + [ + 105, + 33 + ], + [ + 104, + 34 + ], + [ + 104, + 35 + ], + [ + 103, + 35 + ], + [ + 102, + 36 + ], + [ + 102, + 37 + ], + [ + 101, + 37 + ], + [ + 102, + 38 + ], + [ + 101, + 39 + ], + [ + 100, + 40 + ], + [ + 100, + 41 + ], + [ + 100, + 42 + ], + [ + 99, + 43 + ], + [ + 98, + 44 + ], + [ + 97, + 44 + ], + [ + 97, + 45 + ], + [ + 96, + 46 + ], + [ + 95, + 45 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 187, + 430 + ], + [ + 186, + 429 + ], + [ + 185, + 428 + ], + [ + 186, + 427 + ], + [ + 187, + 426 + ], + [ + 188, + 425 + ], + [ + 189, + 424 + ], + [ + 190, + 423 + ], + [ + 191, + 422 + ], + [ + 192, + 421 + ], + [ + 192, + 420 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 261 + ], + [ + 255, + 260 + ], + [ + 254, + 260 + ], + [ + 253, + 260 + ], + [ + 252, + 261 + ], + [ + 251, + 262 + ], + [ + 250, + 263 + ], + [ + 249, + 263 + ], + [ + 248, + 264 + ], + [ + 247, + 265 + ], + [ + 246, + 264 + ], + [ + 245, + 264 + ], + [ + 244, + 263 + ], + [ + 245, + 262 + ], + [ + 244, + 261 + ], + [ + 245, + 261 + ], + [ + 246, + 260 + ], + [ + 245, + 260 + ], + [ + 245, + 259 + ], + [ + 244, + 260 + ], + [ + 243, + 259 + ], + [ + 243, + 258 + ], + [ + 244, + 257 + ], + [ + 243, + 257 + ], + [ + 243, + 256 + ], + [ + 244, + 256 + ], + [ + 244, + 255 + ], + [ + 243, + 255 + ], + [ + 244, + 254 + ], + [ + 243, + 253 + ], + [ + 242, + 253 + ], + [ + 243, + 254 + ], + [ + 242, + 255 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 220, + 511 + ], + [ + 221, + 510 + ], + [ + 222, + 509 + ], + [ + 222, + 508 + ], + [ + 223, + 508 + ], + [ + 224, + 507 + ], + [ + 223, + 506 + ], + [ + 223, + 505 + ], + [ + 224, + 504 + ], + [ + 224, + 505 + ], + [ + 225, + 504 + ], + [ + 224, + 503 + ], + [ + 223, + 502 + ], + [ + 222, + 503 + ], + [ + 221, + 502 + ], + [ + 221, + 501 + ], + [ + 221, + 500 + ], + [ + 220, + 499 + ], + [ + 221, + 498 + ], + [ + 221, + 497 + ], + [ + 220, + 497 + ], + [ + 220, + 498 + ], + [ + 219, + 499 + ], + [ + 220, + 500 + ], + [ + 220, + 501 + ], + [ + 219, + 500 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 196, + 327 + ], + [ + 195, + 328 + ], + [ + 196, + 329 + ], + [ + 195, + 330 + ], + [ + 195, + 331 + ], + [ + 196, + 330 + ], + [ + 195, + 329 + ], + [ + 194, + 329 + ], + [ + 193, + 328 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 110, + 463 + ], + [ + 109, + 462 + ], + [ + 109, + 461 + ], + [ + 109, + 460 + ], + [ + 109, + 459 + ], + [ + 109, + 458 + ], + [ + 110, + 457 + ], + [ + 111, + 456 + ], + [ + 112, + 455 + ], + [ + 113, + 454 + ], + [ + 114, + 453 + ], + [ + 115, + 452 + ], + [ + 115, + 451 + ], + [ + 116, + 450 + ], + [ + 116, + 449 + ], + [ + 115, + 448 + ], + [ + 114, + 447 + ], + [ + 113, + 446 + ], + [ + 113, + 445 + ], + [ + 113, + 444 + ], + [ + 112, + 443 + ], + [ + 111, + 442 + ], + [ + 112, + 441 + ], + [ + 111, + 440 + ], + [ + 112, + 439 + ], + [ + 111, + 438 + ], + [ + 110, + 437 + ], + [ + 110, + 436 + ], + [ + 111, + 436 + ], + [ + 110, + 435 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 182, + 192 + ], + [ + 183, + 191 + ], + [ + 184, + 190 + ], + [ + 185, + 189 + ], + [ + 186, + 188 + ], + [ + 187, + 188 + ], + [ + 188, + 187 + ], + [ + 189, + 186 + ], + [ + 190, + 185 + ], + [ + 191, + 184 + ], + [ + 192, + 183 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 30, + 76 + ], + "peak": [ + 35, + 58 + ], + "area_cells": 608 + }, + { + "id": "range_3", + "name": null, + "center": [ + 76, + 257 + ], + "peak": [ + 70, + 284 + ], + "area_cells": 13176 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 150 + ], + "peak": [ + 33, + 141 + ], + "area_cells": 443 + }, + { + "id": "range_5", + "name": null, + "center": [ + 46, + 343 + ], + "peak": [ + 54, + 370 + ], + "area_cells": 1187 + }, + { + "id": "range_6", + "name": null, + "center": [ + 29, + 491 + ], + "peak": [ + 32, + 483 + ], + "area_cells": 369 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 3 + ], + "peak": [ + 32, + 0 + ], + "area_cells": 52 + }, + { + "id": "range_9", + "name": null, + "center": [ + 36, + 468 + ], + "peak": [ + 37, + 471 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 77, + 99 + ], + "peak": [ + 75, + 109 + ], + "area_cells": 1192 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631e-m1/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/globe.png new file mode 100644 index 000000000..dc616f96f Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631e-m1/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/heightmap.png new file mode 100644 index 000000000..10fa93421 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631e-m1/index.md b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/index.md new file mode 100644 index 000000000..513685766 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ631e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1278891818 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.224 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.4 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631e-m1 + +Frozen moon. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631e-m1/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/markers.json new file mode 100644 index 000000000..bbfc327e4 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631e-m1/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 32, + 94 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 69, + 73 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 11 + ], + "peak": [ + 139, + 12 + ], + "area_cells": 52 + }, + { + "id": "range_2", + "name": null, + "center": [ + 193, + 358 + ], + "peak": [ + 197, + 411 + ], + "area_cells": 21315 + }, + { + "id": "range_6", + "name": null, + "center": [ + 159, + 129 + ], + "peak": [ + 160, + 130 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 182, + 9 + ], + "peak": [ + 174, + 0 + ], + "area_cells": 517 + }, + { + "id": "range_8", + "name": null, + "center": [ + 228, + 264 + ], + "peak": [ + 228, + 262 + ], + "area_cells": 175 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631e/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631e/globe.png new file mode 100644 index 000000000..4f2fd058b Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631e/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631e/index.md b/wiki/star-systems/GJ-631/bodies/GJ631e/index.md new file mode 100644 index 000000000..a74e22cc5 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ631e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2293459751 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 8.0 +physical: + gravity_g: null + oblateness: 0.0614 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.112 +--- + +# GJ631e + +Gas giant. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631f/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631f/globe.png new file mode 100644 index 000000000..7722ed480 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631f/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631f/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631f/heightmap.png new file mode 100644 index 000000000..a3defade7 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631f/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631f/index.md b/wiki/star-systems/GJ-631/bodies/GJ631f/index.md new file mode 100644 index 000000000..4ae6b1ffb --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ631f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2707799499 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.853 + period_days: 5800.0 + axial_tilt_deg: 43.0 +physical: + gravity_g: 0.44 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.705 + polar_ice_lat: 0.09 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631f + +Frozen planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631f/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631f/markers.json new file mode 100644 index 000000000..bec888708 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631f/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 104 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 104, + 339 + ], + "area_fraction": 0.2008 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 54, + 495 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 76, + 15 + ], + "area_fraction": 0.009 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 70, + 136 + ], + "area_fraction": 0.007 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 84, + 194 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 111, + 490 + ], + "area_fraction": 0.008 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 192, + 129 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 216, + 38 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 17 + ], + "peak": [ + 21, + 2 + ], + "area_cells": 859 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 482 + ], + "peak": [ + 21, + 510 + ], + "area_cells": 844 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 333 + ], + "peak": [ + 40, + 335 + ], + "area_cells": 46 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 115 + ], + "peak": [ + 45, + 115 + ], + "area_cells": 90 + }, + { + "id": "range_9", + "name": null, + "center": [ + 142, + 190 + ], + "peak": [ + 141, + 188 + ], + "area_cells": 255 + }, + { + "id": "range_11", + "name": null, + "center": [ + 146, + 121 + ], + "peak": [ + 147, + 118 + ], + "area_cells": 174 + }, + { + "id": "range_14", + "name": null, + "center": [ + 226, + 263 + ], + "peak": [ + 227, + 266 + ], + "area_cells": 390 + }, + { + "id": "range_15", + "name": null, + "center": [ + 242, + 421 + ], + "peak": [ + 235, + 468 + ], + "area_cells": 2252 + }, + { + "id": "range_18", + "name": null, + "center": [ + 254, + 471 + ], + "peak": [ + 255, + 471 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631g/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631g/globe.png new file mode 100644 index 000000000..e85d941b3 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631g/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631g/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631g/heightmap.png new file mode 100644 index 000000000..9f1a753a8 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631g/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631g/index.md b/wiki/star-systems/GJ-631/bodies/GJ631g/index.md new file mode 100644 index 000000000..f1df45a90 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ631g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4004232672 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.127 + period_days: 13200.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: 0.35 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.85 + polar_ice_lat: 0.085 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631g + +Frozen planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 13200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631g/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631g/markers.json new file mode 100644 index 000000000..d62bd9f4e --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631g/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 55 + ], + "area_fraction": 0.022 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 168, + 81 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 210, + 402 + ], + "area_fraction": 0.0359 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 198, + 125 + ], + "area_fraction": 0.007 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 235, + 482 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 239, + 133 + ], + "area_fraction": 0.0232 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 244, + 278 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 244, + 27 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 247, + 342 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 190 + ], + "peak": [ + 56, + 235 + ], + "area_cells": 16386 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 415 + ], + "peak": [ + 51, + 414 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 454 + ], + "peak": [ + 103, + 465 + ], + "area_cells": 5034 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 372 + ], + "peak": [ + 89, + 373 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 344 + ], + "peak": [ + 92, + 344 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 119, + 24 + ], + "peak": [ + 121, + 0 + ], + "area_cells": 1786 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631h/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631h/globe.png new file mode 100644 index 000000000..bf4f1107c Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631h/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631h/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631h/heightmap.png new file mode 100644 index 000000000..dd2fe96a1 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631h/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631h/index.md b/wiki/star-systems/GJ-631/bodies/GJ631h/index.md new file mode 100644 index 000000000..d83ec40cc --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ631h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3726832593 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.091 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631h + +Frozen planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631h/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631h/markers.json new file mode 100644 index 000000000..4845698bf --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631h/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 157, + 312 + ], + "area_fraction": 0.0252 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 130, + 124 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 215, + 213 + ], + "area_fraction": 0.2462 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 25 + ], + "peak": [ + 3, + 17 + ], + "area_cells": 500 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 176 + ], + "peak": [ + 10, + 204 + ], + "area_cells": 3493 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 346 + ], + "peak": [ + 0, + 366 + ], + "area_cells": 3477 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 35 + ], + "peak": [ + 77, + 44 + ], + "area_cells": 3106 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 256 + ], + "peak": [ + 41, + 258 + ], + "area_cells": 260 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 480 + ], + "peak": [ + 73, + 482 + ], + "area_cells": 2111 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 186 + ], + "peak": [ + 68, + 189 + ], + "area_cells": 88 + }, + { + "id": "range_9", + "name": null, + "center": [ + 79, + 223 + ], + "peak": [ + 80, + 222 + ], + "area_cells": 175 + }, + { + "id": "range_10", + "name": null, + "center": [ + 105, + 4 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-631/bodies/GJ631i/globe.png b/wiki/star-systems/GJ-631/bodies/GJ631i/globe.png new file mode 100644 index 000000000..c4afb2b51 Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631i/globe.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631i/heightmap.png b/wiki/star-systems/GJ-631/bodies/GJ631i/heightmap.png new file mode 100644 index 000000000..84ff66f0c Binary files /dev/null and b/wiki/star-systems/GJ-631/bodies/GJ631i/heightmap.png differ diff --git a/wiki/star-systems/GJ-631/bodies/GJ631i/index.md b/wiki/star-systems/GJ-631/bodies/GJ631i/index.md new file mode 100644 index 000000000..779013645 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ631i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2712317110 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 25.261 + period_days: 52000.0 + axial_tilt_deg: 52.9 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.13 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ631i + +Frozen planet. + +**System:** [GJ-631](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-631/bodies/GJ631i/markers.json b/wiki/star-systems/GJ-631/bodies/GJ631i/markers.json new file mode 100644 index 000000000..c845334f0 --- /dev/null +++ b/wiki/star-systems/GJ-631/bodies/GJ631i/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 200, + 337 + ], + "area_fraction": 0.2531 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 161, + 16 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 240, + 105 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 490 + ], + "peak": [ + 29, + 477 + ], + "area_cells": 1279 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 4 + ], + "peak": [ + 26, + 0 + ], + "area_cells": 121 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 450 + ], + "peak": [ + 43, + 453 + ], + "area_cells": 105 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 353 + ], + "peak": [ + 122, + 281 + ], + "area_cells": 7566 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 104 + ], + "peak": [ + 71, + 148 + ], + "area_cells": 7922 + }, + { + "id": "range_6", + "name": null, + "center": [ + 106, + 191 + ], + "peak": [ + 105, + 203 + ], + "area_cells": 591 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 508 + ], + "peak": [ + 101, + 511 + ], + "area_cells": 66 + }, + { + "id": "range_11", + "name": null, + "center": [ + 112, + 478 + ], + "peak": [ + 111, + 480 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ635Ab/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/globe.png new file mode 100644 index 000000000..f1023ac16 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ab/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/heightmap.png new file mode 100644 index 000000000..ce82c8729 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ab/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/index.md new file mode 100644 index 000000000..45c856d72 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ635Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2107509187 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.255 + period_days: 42.0 + axial_tilt_deg: 35.4 +physical: + gravity_g: 0.48 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.848 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Ab + +Barren planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Land** | 96% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ab/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/markers.json new file mode 100644 index 000000000..d82faf9b6 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ab/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 39, + 406 + ], + "peak": [ + 37, + 409 + ], + "area_cells": 118 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 253 + ], + "peak": [ + 112, + 246 + ], + "area_cells": 3002 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 422 + ], + "peak": [ + 51, + 422 + ], + "area_cells": 189 + }, + { + "id": "range_5", + "name": null, + "center": [ + 50, + 204 + ], + "peak": [ + 50, + 204 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 394 + ], + "peak": [ + 73, + 386 + ], + "area_cells": 304 + }, + { + "id": "range_9", + "name": null, + "center": [ + 66, + 195 + ], + "peak": [ + 67, + 196 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 75, + 212 + ], + "peak": [ + 76, + 212 + ], + "area_cells": 49 + }, + { + "id": "range_14", + "name": null, + "center": [ + 110, + 319 + ], + "peak": [ + 113, + 320 + ], + "area_cells": 223 + }, + { + "id": "range_16", + "name": null, + "center": [ + 123, + 219 + ], + "peak": [ + 122, + 218 + ], + "area_cells": 31 + }, + { + "id": "range_18", + "name": null, + "center": [ + 123, + 205 + ], + "peak": [ + 124, + 205 + ], + "area_cells": 23 + }, + { + "id": "range_19", + "name": null, + "center": [ + 126, + 374 + ], + "peak": [ + 126, + 374 + ], + "area_cells": 36 + }, + { + "id": "range_20", + "name": null, + "center": [ + 136, + 62 + ], + "peak": [ + 136, + 67 + ], + "area_cells": 232 + }, + { + "id": "range_21", + "name": null, + "center": [ + 152, + 362 + ], + "peak": [ + 153, + 362 + ], + "area_cells": 151 + }, + { + "id": "range_23", + "name": null, + "center": [ + 167, + 33 + ], + "peak": [ + 165, + 33 + ], + "area_cells": 260 + }, + { + "id": "range_24", + "name": null, + "center": [ + 159, + 456 + ], + "peak": [ + 158, + 456 + ], + "area_cells": 169 + }, + { + "id": "range_25", + "name": null, + "center": [ + 155, + 335 + ], + "peak": [ + 156, + 335 + ], + "area_cells": 37 + }, + { + "id": "range_26", + "name": null, + "center": [ + 168, + 97 + ], + "peak": [ + 169, + 96 + ], + "area_cells": 40 + }, + { + "id": "range_27", + "name": null, + "center": [ + 228, + 484 + ], + "peak": [ + 211, + 471 + ], + "area_cells": 1912 + }, + { + "id": "range_28", + "name": null, + "center": [ + 188, + 63 + ], + "peak": [ + 187, + 73 + ], + "area_cells": 530 + }, + { + "id": "range_29", + "name": null, + "center": [ + 179, + 390 + ], + "peak": [ + 179, + 391 + ], + "area_cells": 30 + }, + { + "id": "range_30", + "name": null, + "center": [ + 181, + 16 + ], + "peak": [ + 181, + 16 + ], + "area_cells": 35 + }, + { + "id": "range_31", + "name": null, + "center": [ + 199, + 4 + ], + "peak": [ + 201, + 0 + ], + "area_cells": 61 + }, + { + "id": "range_32", + "name": null, + "center": [ + 206, + 243 + ], + "peak": [ + 208, + 250 + ], + "area_cells": 97 + }, + { + "id": "range_35", + "name": null, + "center": [ + 214, + 92 + ], + "peak": [ + 214, + 93 + ], + "area_cells": 38 + }, + { + "id": "range_37", + "name": null, + "center": [ + 220, + 75 + ], + "peak": [ + 221, + 76 + ], + "area_cells": 22 + }, + { + "id": "range_39", + "name": null, + "center": [ + 245, + 11 + ], + "peak": [ + 254, + 4 + ], + "area_cells": 377 + }, + { + "id": "range_40", + "name": null, + "center": [ + 232, + 62 + ], + "peak": [ + 232, + 62 + ], + "area_cells": 32 + }, + { + "id": "range_46", + "name": null, + "center": [ + 240, + 418 + ], + "peak": [ + 244, + 411 + ], + "area_cells": 89 + }, + { + "id": "range_51", + "name": null, + "center": [ + 249, + 63 + ], + "peak": [ + 255, + 64 + ], + "area_cells": 33 + }, + { + "id": "range_53", + "name": null, + "center": [ + 251, + 75 + ], + "peak": [ + 254, + 75 + ], + "area_cells": 21 + }, + { + "id": "range_59", + "name": null, + "center": [ + 254, + 439 + ], + "peak": [ + 255, + 438 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ac/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/globe.png new file mode 100644 index 000000000..c8123b464 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ac/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/heightmap.png new file mode 100644 index 000000000..2f7b29b38 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ac/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/index.md new file mode 100644 index 000000000..3e82692b3 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ635Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2643168907 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.673 + period_days: 180.0 + axial_tilt_deg: 9.7 +physical: + gravity_g: 0.72 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.963 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.054 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Ac + +Hot Arid planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ac/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/markers.json new file mode 100644 index 000000000..3690a5160 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ac/markers.json @@ -0,0 +1,701 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 488 + ], + [ + 131, + 487 + ], + [ + 132, + 486 + ], + [ + 133, + 485 + ], + [ + 134, + 484 + ], + [ + 135, + 483 + ], + [ + 136, + 482 + ], + [ + 137, + 481 + ], + [ + 137, + 480 + ], + [ + 138, + 480 + ], + [ + 138, + 481 + ], + [ + 137, + 482 + ], + [ + 136, + 481 + ], + [ + 136, + 480 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 12, + 234 + ], + [ + 11, + 233 + ], + [ + 10, + 232 + ], + [ + 9, + 231 + ], + [ + 8, + 231 + ], + [ + 7, + 231 + ], + [ + 6, + 231 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 251, + 1 + ], + [ + 250, + 2 + ], + [ + 249, + 3 + ], + [ + 248, + 4 + ], + [ + 247, + 5 + ], + [ + 246, + 6 + ], + [ + 245, + 7 + ], + [ + 244, + 6 + ], + [ + 243, + 7 + ], + [ + 242, + 6 + ], + [ + 241, + 5 + ], + [ + 240, + 4 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 252, + 16 + ], + [ + 251, + 17 + ], + [ + 250, + 18 + ], + [ + 249, + 18 + ], + [ + 248, + 18 + ], + [ + 247, + 18 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 169, + 394 + ], + [ + 168, + 393 + ], + [ + 167, + 392 + ], + [ + 166, + 391 + ], + [ + 166, + 390 + ], + [ + 167, + 389 + ], + [ + 166, + 388 + ], + [ + 167, + 388 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 30, + 75 + ], + [ + 30, + 76 + ], + [ + 31, + 77 + ], + [ + 30, + 78 + ], + [ + 31, + 79 + ], + [ + 32, + 80 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 107, + 0 + ], + [ + 108, + 1 + ], + [ + 109, + 2 + ], + [ + 110, + 1 + ], + [ + 111, + 0 + ], + [ + 112, + 511 + ], + [ + 113, + 511 + ], + [ + 114, + 0 + ], + [ + 115, + 511 + ], + [ + 116, + 0 + ], + [ + 117, + 0 + ], + [ + 118, + 0 + ], + [ + 118, + 1 + ], + [ + 119, + 0 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 34, + 202 + ], + [ + 33, + 203 + ], + [ + 33, + 204 + ], + [ + 32, + 205 + ], + [ + 31, + 206 + ], + [ + 30, + 207 + ], + [ + 29, + 208 + ], + [ + 28, + 207 + ], + [ + 27, + 208 + ], + [ + 26, + 208 + ], + [ + 25, + 208 + ], + [ + 24, + 208 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 237, + 106 + ], + [ + 238, + 106 + ], + [ + 239, + 107 + ], + [ + 240, + 108 + ], + [ + 241, + 107 + ], + [ + 242, + 106 + ], + [ + 243, + 105 + ], + [ + 244, + 104 + ], + [ + 245, + 103 + ], + [ + 244, + 102 + ], + [ + 244, + 103 + ], + [ + 243, + 102 + ], + [ + 243, + 101 + ], + [ + 244, + 100 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 134, + 111 + ], + [ + 133, + 110 + ], + [ + 132, + 109 + ], + [ + 131, + 109 + ], + [ + 130, + 108 + ], + [ + 129, + 108 + ], + [ + 129, + 109 + ], + [ + 128, + 109 + ], + [ + 127, + 110 + ], + [ + 126, + 111 + ], + [ + 125, + 111 + ], + [ + 124, + 111 + ], + [ + 123, + 111 + ], + [ + 122, + 110 + ], + [ + 121, + 109 + ], + [ + 120, + 108 + ], + [ + 119, + 107 + ], + [ + 119, + 106 + ], + [ + 118, + 105 + ], + [ + 118, + 106 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 57, + 66 + ], + "area_fraction": 0.0256 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 182, + 379 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 223, + 169 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 367 + ], + "peak": [ + 51, + 394 + ], + "area_cells": 6734 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 488 + ], + "peak": [ + 41, + 500 + ], + "area_cells": 454 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 293 + ], + "peak": [ + 56, + 288 + ], + "area_cells": 157 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 278 + ], + "peak": [ + 57, + 278 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 100, + 171 + ], + "peak": [ + 104, + 174 + ], + "area_cells": 4092 + }, + { + "id": "range_9", + "name": null, + "center": [ + 70, + 268 + ], + "peak": [ + 67, + 269 + ], + "area_cells": 106 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 385 + ], + "peak": [ + 114, + 385 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 117, + 34 + ], + "peak": [ + 118, + 35 + ], + "area_cells": 48 + }, + { + "id": "range_19", + "name": null, + "center": [ + 165, + 104 + ], + "peak": [ + 169, + 125 + ], + "area_cells": 3243 + }, + { + "id": "range_20", + "name": null, + "center": [ + 177, + 480 + ], + "peak": [ + 187, + 511 + ], + "area_cells": 2763 + }, + { + "id": "range_21", + "name": null, + "center": [ + 180, + 10 + ], + "peak": [ + 186, + 5 + ], + "area_cells": 719 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ad/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/globe.png new file mode 100644 index 000000000..fdf63a38d Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ad/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/heightmap.png new file mode 100644 index 000000000..a83f3a05a Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ad/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/index.md new file mode 100644 index 000000000..2df080d08 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ635Ad +name: Stille +body_type: planet +planet_class: temperate +body_scale: planet +seed: 683919615 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.401 + period_days: 540.0 + axial_tilt_deg: 16.6 +physical: + gravity_g: 0.94 + oblateness: 0.0025 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.446 + polar_ice_lat: 0.793 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Stille + +Temperate planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 540 days | +| **Inhabited** | yes | +| **Population** | 18K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ad/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/markers.json new file mode 100644 index 000000000..3756238c8 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ad/markers.json @@ -0,0 +1,458 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 60, + 337 + ], + [ + 61, + 336 + ], + [ + 62, + 337 + ], + [ + 63, + 336 + ], + [ + 64, + 335 + ], + [ + 64, + 334 + ], + [ + 65, + 334 + ], + [ + 64, + 333 + ], + [ + 65, + 332 + ], + [ + 65, + 331 + ], + [ + 65, + 330 + ], + [ + 65, + 329 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 52, + 499 + ], + [ + 53, + 500 + ], + [ + 54, + 501 + ], + [ + 55, + 502 + ], + [ + 56, + 503 + ], + [ + 57, + 504 + ], + [ + 58, + 505 + ], + [ + 57, + 506 + ], + [ + 58, + 507 + ], + [ + 59, + 508 + ], + [ + 58, + 509 + ], + [ + 57, + 510 + ], + [ + 57, + 511 + ], + [ + 56, + 511 + ], + [ + 56, + 510 + ], + [ + 55, + 511 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 232, + 445 + ], + [ + 231, + 445 + ], + [ + 230, + 444 + ], + [ + 229, + 444 + ], + [ + 228, + 443 + ], + [ + 227, + 442 + ], + [ + 226, + 441 + ], + [ + 225, + 440 + ], + [ + 226, + 439 + ], + [ + 226, + 438 + ], + [ + 227, + 437 + ], + [ + 226, + 436 + ], + [ + 226, + 435 + ], + [ + 226, + 434 + ], + [ + 226, + 433 + ], + [ + 227, + 432 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 199, + 372 + ], + [ + 198, + 371 + ], + [ + 197, + 370 + ], + [ + 196, + 369 + ], + [ + 195, + 369 + ], + [ + 194, + 368 + ], + [ + 193, + 367 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 120, + 237 + ], + [ + 119, + 238 + ], + [ + 118, + 237 + ], + [ + 117, + 238 + ], + [ + 116, + 239 + ], + [ + 115, + 240 + ], + [ + 114, + 240 + ], + [ + 113, + 240 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 290 + ], + "area_fraction": 0.2009 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 194, + 241 + ], + "area_fraction": 0.3444 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 51 + ], + "peak": [ + 49, + 53 + ], + "area_cells": 35 + }, + { + "id": "range_2", + "name": null, + "center": [ + 87, + 201 + ], + "peak": [ + 82, + 127 + ], + "area_cells": 3674 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 453 + ], + "peak": [ + 71, + 451 + ], + "area_cells": 188 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 37 + ], + "peak": [ + 81, + 37 + ], + "area_cells": 443 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 2 + ], + "peak": [ + 94, + 0 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 508 + ], + "peak": [ + 94, + 510 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 112, + 427 + ], + "peak": [ + 112, + 424 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 473 + ], + "peak": [ + 158, + 474 + ], + "area_cells": 250 + }, + { + "id": "range_11", + "name": null, + "center": [ + 167, + 29 + ], + "peak": [ + 166, + 31 + ], + "area_cells": 119 + }, + { + "id": "range_12", + "name": null, + "center": [ + 174, + 180 + ], + "peak": [ + 174, + 177 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 195, + 285 + ], + "peak": [ + 195, + 283 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 206, + 244 + ], + "peak": [ + 204, + 241 + ], + "area_cells": 221 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ae/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/globe.png new file mode 100644 index 000000000..b9b1d5542 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ae/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/heightmap.png new file mode 100644 index 000000000..a558bf23d Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ae/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/index.md new file mode 100644 index 000000000..c0aa7da35 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ635Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3108857126 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.385 + period_days: 1200.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: 0.58 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.575 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.144 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Ae + +Cold Arid planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ae/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/markers.json new file mode 100644 index 000000000..645f0e026 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ae/markers.json @@ -0,0 +1,1227 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 16, + 504 + ], + [ + 17, + 504 + ], + [ + 17, + 503 + ], + [ + 18, + 504 + ], + [ + 19, + 505 + ], + [ + 19, + 504 + ], + [ + 20, + 505 + ], + [ + 21, + 504 + ], + [ + 22, + 504 + ], + [ + 23, + 505 + ], + [ + 24, + 504 + ], + [ + 25, + 505 + ], + [ + 26, + 506 + ], + [ + 27, + 507 + ], + [ + 28, + 507 + ], + [ + 29, + 506 + ], + [ + 30, + 506 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 110, + 37 + ], + [ + 111, + 37 + ], + [ + 112, + 38 + ], + [ + 113, + 39 + ], + [ + 114, + 40 + ], + [ + 115, + 41 + ], + [ + 116, + 42 + ], + [ + 117, + 43 + ], + [ + 116, + 44 + ], + [ + 117, + 45 + ], + [ + 118, + 46 + ], + [ + 119, + 47 + ], + [ + 119, + 46 + ], + [ + 118, + 45 + ], + [ + 117, + 46 + ], + [ + 117, + 47 + ], + [ + 118, + 48 + ], + [ + 118, + 47 + ], + [ + 119, + 48 + ], + [ + 120, + 47 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 25, + 244 + ], + [ + 24, + 243 + ], + [ + 23, + 243 + ], + [ + 22, + 243 + ], + [ + 21, + 244 + ], + [ + 21, + 245 + ], + [ + 20, + 244 + ], + [ + 19, + 244 + ], + [ + 18, + 243 + ], + [ + 17, + 242 + ], + [ + 16, + 241 + ], + [ + 15, + 240 + ], + [ + 15, + 239 + ], + [ + 14, + 238 + ], + [ + 13, + 237 + ], + [ + 12, + 236 + ], + [ + 11, + 236 + ], + [ + 10, + 236 + ], + [ + 10, + 235 + ], + [ + 9, + 236 + ], + [ + 8, + 235 + ], + [ + 7, + 235 + ], + [ + 8, + 234 + ], + [ + 9, + 233 + ], + [ + 10, + 233 + ], + [ + 11, + 233 + ], + [ + 12, + 232 + ], + [ + 12, + 231 + ], + [ + 13, + 230 + ], + [ + 14, + 229 + ], + [ + 15, + 228 + ], + [ + 15, + 227 + ], + [ + 16, + 226 + ], + [ + 15, + 225 + ], + [ + 16, + 224 + ], + [ + 17, + 223 + ], + [ + 16, + 222 + ], + [ + 17, + 221 + ], + [ + 18, + 221 + ], + [ + 19, + 220 + ], + [ + 18, + 220 + ], + [ + 19, + 219 + ], + [ + 20, + 218 + ], + [ + 21, + 218 + ], + [ + 22, + 217 + ], + [ + 21, + 216 + ], + [ + 20, + 216 + ], + [ + 21, + 215 + ], + [ + 21, + 214 + ], + [ + 22, + 213 + ], + [ + 23, + 213 + ], + [ + 24, + 213 + ], + [ + 25, + 212 + ], + [ + 26, + 212 + ], + [ + 25, + 211 + ], + [ + 26, + 211 + ], + [ + 26, + 210 + ], + [ + 27, + 210 + ], + [ + 28, + 209 + ], + [ + 29, + 210 + ], + [ + 30, + 211 + ], + [ + 31, + 211 + ], + [ + 32, + 211 + ], + [ + 33, + 211 + ], + [ + 32, + 210 + ], + [ + 31, + 210 + ], + [ + 31, + 209 + ], + [ + 32, + 208 + ], + [ + 33, + 209 + ], + [ + 33, + 208 + ], + [ + 32, + 209 + ], + [ + 31, + 208 + ], + [ + 32, + 207 + ], + [ + 31, + 206 + ], + [ + 32, + 205 + ], + [ + 32, + 206 + ], + [ + 33, + 207 + ], + [ + 34, + 207 + ], + [ + 33, + 206 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 151, + 432 + ], + [ + 151, + 433 + ], + [ + 152, + 434 + ], + [ + 153, + 435 + ], + [ + 154, + 436 + ], + [ + 153, + 437 + ], + [ + 154, + 438 + ], + [ + 154, + 439 + ], + [ + 153, + 440 + ], + [ + 154, + 441 + ], + [ + 154, + 442 + ], + [ + 153, + 443 + ], + [ + 154, + 444 + ], + [ + 154, + 445 + ], + [ + 153, + 446 + ], + [ + 152, + 447 + ], + [ + 153, + 448 + ], + [ + 152, + 449 + ], + [ + 151, + 450 + ], + [ + 152, + 451 + ], + [ + 153, + 452 + ], + [ + 154, + 453 + ], + [ + 154, + 454 + ], + [ + 155, + 455 + ], + [ + 155, + 456 + ], + [ + 154, + 457 + ], + [ + 153, + 458 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 105, + 466 + ], + [ + 106, + 467 + ], + [ + 107, + 467 + ], + [ + 108, + 467 + ], + [ + 109, + 466 + ], + [ + 110, + 467 + ], + [ + 111, + 467 + ], + [ + 112, + 467 + ], + [ + 113, + 466 + ], + [ + 114, + 465 + ], + [ + 115, + 465 + ], + [ + 116, + 464 + ], + [ + 116, + 465 + ], + [ + 115, + 464 + ], + [ + 115, + 463 + ], + [ + 116, + 462 + ], + [ + 116, + 461 + ], + [ + 115, + 460 + ], + [ + 114, + 459 + ], + [ + 114, + 458 + ], + [ + 115, + 457 + ], + [ + 115, + 456 + ], + [ + 114, + 455 + ], + [ + 115, + 454 + ], + [ + 114, + 453 + ], + [ + 115, + 453 + ], + [ + 116, + 452 + ], + [ + 115, + 452 + ], + [ + 114, + 451 + ], + [ + 115, + 450 + ], + [ + 115, + 449 + ], + [ + 115, + 448 + ], + [ + 116, + 447 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 102, + 0 + ], + [ + 103, + 511 + ], + [ + 103, + 510 + ], + [ + 104, + 510 + ], + [ + 104, + 509 + ], + [ + 105, + 509 + ], + [ + 105, + 510 + ], + [ + 104, + 511 + ], + [ + 105, + 511 + ], + [ + 106, + 510 + ], + [ + 106, + 511 + ], + [ + 107, + 510 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 103, + 456 + ], + [ + 104, + 455 + ], + [ + 105, + 455 + ], + [ + 106, + 455 + ], + [ + 107, + 456 + ], + [ + 108, + 456 + ], + [ + 109, + 455 + ], + [ + 110, + 454 + ], + [ + 111, + 453 + ], + [ + 112, + 453 + ], + [ + 113, + 453 + ], + [ + 114, + 452 + ], + [ + 115, + 451 + ], + [ + 115, + 450 + ], + [ + 116, + 449 + ], + [ + 115, + 448 + ], + [ + 116, + 447 + ], + [ + 116, + 446 + ], + [ + 115, + 447 + ], + [ + 116, + 448 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 4, + 450 + ], + [ + 4, + 451 + ], + [ + 5, + 451 + ], + [ + 6, + 452 + ], + [ + 5, + 453 + ], + [ + 6, + 454 + ], + [ + 6, + 453 + ], + [ + 7, + 454 + ], + [ + 7, + 453 + ], + [ + 7, + 452 + ], + [ + 8, + 451 + ], + [ + 7, + 451 + ], + [ + 8, + 452 + ], + [ + 9, + 453 + ], + [ + 8, + 454 + ], + [ + 8, + 453 + ], + [ + 9, + 452 + ], + [ + 10, + 451 + ], + [ + 11, + 450 + ], + [ + 10, + 449 + ], + [ + 9, + 448 + ], + [ + 9, + 447 + ], + [ + 10, + 448 + ], + [ + 11, + 449 + ], + [ + 10, + 450 + ], + [ + 9, + 449 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 141, + 93 + ], + [ + 142, + 94 + ], + [ + 143, + 95 + ], + [ + 144, + 96 + ], + [ + 145, + 97 + ], + [ + 146, + 98 + ], + [ + 147, + 99 + ], + [ + 148, + 100 + ], + [ + 149, + 101 + ], + [ + 150, + 102 + ], + [ + 151, + 101 + ], + [ + 152, + 102 + ], + [ + 153, + 103 + ], + [ + 154, + 103 + ], + [ + 155, + 104 + ], + [ + 156, + 104 + ], + [ + 157, + 105 + ], + [ + 158, + 104 + ], + [ + 157, + 104 + ], + [ + 158, + 103 + ], + [ + 157, + 103 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 44 + ], + "area_fraction": 0.0278 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 44, + 70 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 309 + ], + "peak": [ + 51, + 311 + ], + "area_cells": 154 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 249 + ], + "peak": [ + 128, + 277 + ], + "area_cells": 1395 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 188 + ], + "peak": [ + 104, + 187 + ], + "area_cells": 115 + }, + { + "id": "range_4", + "name": null, + "center": [ + 167, + 274 + ], + "peak": [ + 165, + 280 + ], + "area_cells": 3432 + }, + { + "id": "range_5", + "name": null, + "center": [ + 197, + 157 + ], + "peak": [ + 176, + 120 + ], + "area_cells": 8228 + }, + { + "id": "range_7", + "name": null, + "center": [ + 185, + 457 + ], + "peak": [ + 182, + 446 + ], + "area_cells": 304 + }, + { + "id": "range_8", + "name": null, + "center": [ + 195, + 253 + ], + "peak": [ + 196, + 253 + ], + "area_cells": 115 + }, + { + "id": "range_9", + "name": null, + "center": [ + 201, + 477 + ], + "peak": [ + 197, + 471 + ], + "area_cells": 302 + }, + { + "id": "range_11", + "name": null, + "center": [ + 230, + 101 + ], + "peak": [ + 229, + 97 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/globe.png new file mode 100644 index 000000000..41913b377 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/heightmap.png new file mode 100644 index 000000000..8bdf672ec Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/index.md new file mode 100644 index 000000000..b2fadb988 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ635Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1546304375 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.07 + period_days: 6.0 + axial_tilt_deg: 19.8 +physical: + gravity_g: 0.11 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.403 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Af-m1 + +Frozen moon. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 92% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/markers.json new file mode 100644 index 000000000..e82e8722d --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Af-m1/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 17, + 221 + ], + "area_fraction": 0.071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 373 + ], + "peak": [ + 139, + 360 + ], + "area_cells": 2993 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 323 + ], + "peak": [ + 114, + 322 + ], + "area_cells": 105 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 469 + ], + "peak": [ + 123, + 470 + ], + "area_cells": 105 + }, + { + "id": "range_5", + "name": null, + "center": [ + 123, + 284 + ], + "peak": [ + 121, + 282 + ], + "area_cells": 78 + }, + { + "id": "range_6", + "name": null, + "center": [ + 125, + 443 + ], + "peak": [ + 124, + 442 + ], + "area_cells": 38 + }, + { + "id": "range_10", + "name": null, + "center": [ + 140, + 211 + ], + "peak": [ + 142, + 209 + ], + "area_cells": 131 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 246 + ], + "peak": [ + 144, + 245 + ], + "area_cells": 140 + }, + { + "id": "range_12", + "name": null, + "center": [ + 222, + 227 + ], + "peak": [ + 225, + 343 + ], + "area_cells": 21813 + }, + { + "id": "range_13", + "name": null, + "center": [ + 179, + 92 + ], + "peak": [ + 179, + 92 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 231, + 472 + ], + "peak": [ + 231, + 477 + ], + "area_cells": 128 + }, + { + "id": "range_16", + "name": null, + "center": [ + 231, + 13 + ], + "peak": [ + 231, + 14 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Af/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Af/globe.png new file mode 100644 index 000000000..950dca71d Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Af/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Af/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Af/index.md new file mode 100644 index 000000000..db0d5d8f4 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ635Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3803962300 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.144 + period_days: 3800.0 + axial_tilt_deg: 12.0 +physical: + gravity_g: null + oblateness: 0.0683 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.342 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.083 +--- + +# GJ635Af + +Gas giant. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ag/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/globe.png new file mode 100644 index 000000000..f34aeb30b Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ag/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/heightmap.png new file mode 100644 index 000000000..eb9443b57 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ag/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/index.md new file mode 100644 index 000000000..144551821 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3410980975 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.275 + period_days: 9200.0 + axial_tilt_deg: 56.1 +physical: + gravity_g: 0.46 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.821 + polar_ice_lat: 0.1 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Ag + +Frozen planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ag/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/markers.json new file mode 100644 index 000000000..1dd58dc37 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ag/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 36 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 54, + 252 + ], + "area_fraction": 0.008 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 101, + 55 + ], + "area_fraction": 0.0679 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 191, + 474 + ], + "area_fraction": 0.0498 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 24, + 407 + ], + "peak": [ + 4, + 420 + ], + "area_cells": 4846 + }, + { + "id": "range_4", + "name": null, + "center": [ + 43, + 349 + ], + "peak": [ + 41, + 348 + ], + "area_cells": 135 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 118 + ], + "peak": [ + 49, + 119 + ], + "area_cells": 46 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 334 + ], + "peak": [ + 44, + 334 + ], + "area_cells": 60 + }, + { + "id": "range_7", + "name": null, + "center": [ + 170, + 117 + ], + "peak": [ + 168, + 109 + ], + "area_cells": 914 + }, + { + "id": "range_8", + "name": null, + "center": [ + 207, + 140 + ], + "peak": [ + 204, + 143 + ], + "area_cells": 320 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ah/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/globe.png new file mode 100644 index 000000000..0c11eba7e Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ah/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/heightmap.png new file mode 100644 index 000000000..72e346224 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ah/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/index.md new file mode 100644 index 000000000..69d9d7007 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1125742308 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 16.079 + period_days: 21000.0 + axial_tilt_deg: 51.2 +physical: + gravity_g: 0.36 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.827 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Ah + +Frozen planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 21000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ah/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/markers.json new file mode 100644 index 000000000..fbdb5b319 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ah/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 107 + ], + "area_fraction": 0.0873 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 23, + 393 + ], + "area_fraction": 0.075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 160, + 427 + ], + "peak": [ + 172, + 498 + ], + "area_cells": 8743 + }, + { + "id": "range_2", + "name": null, + "center": [ + 127, + 470 + ], + "peak": [ + 128, + 469 + ], + "area_cells": 67 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 503 + ], + "peak": [ + 131, + 502 + ], + "area_cells": 158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 135, + 18 + ], + "peak": [ + 135, + 19 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 214, + 143 + ], + "peak": [ + 210, + 82 + ], + "area_cells": 19841 + }, + { + "id": "range_7", + "name": null, + "center": [ + 151, + 205 + ], + "peak": [ + 153, + 208 + ], + "area_cells": 71 + }, + { + "id": "range_8", + "name": null, + "center": [ + 159, + 230 + ], + "peak": [ + 158, + 231 + ], + "area_cells": 347 + }, + { + "id": "range_9", + "name": null, + "center": [ + 180, + 239 + ], + "peak": [ + 181, + 238 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 246, + 465 + ], + "peak": [ + 245, + 462 + ], + "area_cells": 196 + }, + { + "id": "range_13", + "name": null, + "center": [ + 250, + 494 + ], + "peak": [ + 252, + 511 + ], + "area_cells": 403 + }, + { + "id": "range_14", + "name": null, + "center": [ + 251, + 403 + ], + "peak": [ + 250, + 420 + ], + "area_cells": 344 + }, + { + "id": "range_15", + "name": null, + "center": [ + 252, + 277 + ], + "peak": [ + 253, + 274 + ], + "area_cells": 65 + }, + { + "id": "range_16", + "name": null, + "center": [ + 253, + 327 + ], + "peak": [ + 254, + 328 + ], + "area_cells": 77 + }, + { + "id": "range_17", + "name": null, + "center": [ + 253, + 308 + ], + "peak": [ + 254, + 308 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ai/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/globe.png new file mode 100644 index 000000000..93b5d0103 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ai/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/heightmap.png new file mode 100644 index 000000000..074923c36 Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ai/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/index.md new file mode 100644 index 000000000..cf483b6f1 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4022973747 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 23.03 + period_days: 36000.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.181 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Ai + +Frozen planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Ai/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/markers.json new file mode 100644 index 000000000..732b77d73 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Ai/markers.json @@ -0,0 +1,260 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 53, + 245 + ], + "area_fraction": 0.1119 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 34, + 440 + ], + "area_fraction": 0.0273 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 62, + 352 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 142, + 94 + ], + "area_fraction": 0.018 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 177, + 74 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 4 + ], + "peak": [ + 0, + 2 + ], + "area_cells": 53 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 29 + ], + "peak": [ + 0, + 39 + ], + "area_cells": 189 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 66 + ], + "peak": [ + 0, + 66 + ], + "area_cells": 686 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 98 + ], + "peak": [ + 0, + 92 + ], + "area_cells": 76 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 496 + ], + "peak": [ + 1, + 493 + ], + "area_cells": 285 + }, + { + "id": "range_7", + "name": null, + "center": [ + 25, + 491 + ], + "peak": [ + 26, + 491 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 103, + 393 + ], + "peak": [ + 103, + 394 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 198, + 390 + ], + "peak": [ + 255, + 423 + ], + "area_cells": 8948 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 475 + ], + "peak": [ + 190, + 462 + ], + "area_cells": 1300 + }, + { + "id": "range_15", + "name": null, + "center": [ + 183, + 211 + ], + "peak": [ + 181, + 211 + ], + "area_cells": 510 + }, + { + "id": "range_16", + "name": null, + "center": [ + 186, + 255 + ], + "peak": [ + 181, + 272 + ], + "area_cells": 1172 + }, + { + "id": "range_17", + "name": null, + "center": [ + 200, + 167 + ], + "peak": [ + 209, + 182 + ], + "area_cells": 759 + }, + { + "id": "range_19", + "name": null, + "center": [ + 224, + 206 + ], + "peak": [ + 225, + 207 + ], + "area_cells": 34 + }, + { + "id": "range_20", + "name": null, + "center": [ + 232, + 244 + ], + "peak": [ + 230, + 236 + ], + "area_cells": 431 + }, + { + "id": "range_24", + "name": null, + "center": [ + 254, + 374 + ], + "peak": [ + 255, + 370 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Aj/globe.png b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/globe.png new file mode 100644 index 000000000..388cccf6c Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/globe.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Aj/heightmap.png b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/heightmap.png new file mode 100644 index 000000000..fac568fcb Binary files /dev/null and b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Aj/index.md b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/index.md new file mode 100644 index 000000000..eafc51099 --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 730931434 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 36.559 + period_days: 72000.0 + axial_tilt_deg: 56.8 +physical: + gravity_g: 0.14 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.132 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Aj + +Frozen planet. + +**System:** [GJ-635A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 72000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635A/bodies/GJ635Aj/markers.json b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/markers.json new file mode 100644 index 000000000..cf4f20f0f --- /dev/null +++ b/wiki/star-systems/GJ-635A/bodies/GJ635Aj/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 200, + 149 + ], + "area_fraction": 0.0819 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 222, + 16 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 195, + 41 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 208, + 194 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 235, + 474 + ], + "area_fraction": 0.024 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 185 + ], + "peak": [ + 0, + 186 + ], + "area_cells": 28 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 216 + ], + "peak": [ + 59, + 172 + ], + "area_cells": 30871 + }, + { + "id": "range_18", + "name": null, + "center": [ + 59, + 366 + ], + "peak": [ + 60, + 367 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 62, + 508 + ], + "peak": [ + 63, + 511 + ], + "area_cells": 49 + }, + { + "id": "range_24", + "name": null, + "center": [ + 95, + 504 + ], + "peak": [ + 93, + 511 + ], + "area_cells": 240 + }, + { + "id": "range_25", + "name": null, + "center": [ + 110, + 446 + ], + "peak": [ + 108, + 464 + ], + "area_cells": 1498 + }, + { + "id": "range_26", + "name": null, + "center": [ + 95, + 483 + ], + "peak": [ + 96, + 484 + ], + "area_cells": 27 + }, + { + "id": "range_28", + "name": null, + "center": [ + 148, + 444 + ], + "peak": [ + 150, + 446 + ], + "area_cells": 311 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ635Bb/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/globe.png new file mode 100644 index 000000000..035dc8d44 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bb/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/heightmap.png new file mode 100644 index 000000000..3c4750d1e Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bb/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/index.md new file mode 100644 index 000000000..48f88cdca --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ635Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 719645535 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.151 + period_days: 24.0 + axial_tilt_deg: 10.0 +physical: + gravity_g: 0.34 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.915 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Bb + +Barren planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 98% | +| **Year** | 24 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bb/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/markers.json new file mode 100644 index 000000000..9873340d1 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bb/markers.json @@ -0,0 +1,508 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 276 + ], + "peak": [ + 22, + 261 + ], + "area_cells": 8394 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 409 + ], + "peak": [ + 6, + 409 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 38, + 5 + ], + "peak": [ + 41, + 8 + ], + "area_cells": 91 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 84 + ], + "peak": [ + 38, + 84 + ], + "area_cells": 54 + }, + { + "id": "range_10", + "name": null, + "center": [ + 127, + 153 + ], + "peak": [ + 68, + 144 + ], + "area_cells": 4042 + }, + { + "id": "range_11", + "name": null, + "center": [ + 48, + 24 + ], + "peak": [ + 49, + 23 + ], + "area_cells": 115 + }, + { + "id": "range_12", + "name": null, + "center": [ + 53, + 67 + ], + "peak": [ + 56, + 67 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 53, + 94 + ], + "peak": [ + 53, + 95 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 63, + 106 + ], + "peak": [ + 59, + 108 + ], + "area_cells": 316 + }, + { + "id": "range_15", + "name": null, + "center": [ + 88, + 18 + ], + "peak": [ + 82, + 24 + ], + "area_cells": 840 + }, + { + "id": "range_16", + "name": null, + "center": [ + 75, + 507 + ], + "peak": [ + 76, + 507 + ], + "area_cells": 215 + }, + { + "id": "range_17", + "name": null, + "center": [ + 77, + 255 + ], + "peak": [ + 78, + 256 + ], + "area_cells": 22 + }, + { + "id": "range_19", + "name": null, + "center": [ + 95, + 416 + ], + "peak": [ + 99, + 416 + ], + "area_cells": 187 + }, + { + "id": "range_20", + "name": null, + "center": [ + 110, + 357 + ], + "peak": [ + 111, + 352 + ], + "area_cells": 309 + }, + { + "id": "range_21", + "name": null, + "center": [ + 90, + 440 + ], + "peak": [ + 91, + 441 + ], + "area_cells": 55 + }, + { + "id": "range_22", + "name": null, + "center": [ + 94, + 325 + ], + "peak": [ + 92, + 326 + ], + "area_cells": 43 + }, + { + "id": "range_23", + "name": null, + "center": [ + 96, + 384 + ], + "peak": [ + 97, + 385 + ], + "area_cells": 29 + }, + { + "id": "range_25", + "name": null, + "center": [ + 102, + 54 + ], + "peak": [ + 103, + 54 + ], + "area_cells": 27 + }, + { + "id": "range_26", + "name": null, + "center": [ + 113, + 439 + ], + "peak": [ + 105, + 451 + ], + "area_cells": 342 + }, + { + "id": "range_28", + "name": null, + "center": [ + 110, + 384 + ], + "peak": [ + 111, + 384 + ], + "area_cells": 28 + }, + { + "id": "range_31", + "name": null, + "center": [ + 128, + 388 + ], + "peak": [ + 131, + 390 + ], + "area_cells": 79 + }, + { + "id": "range_32", + "name": null, + "center": [ + 167, + 453 + ], + "peak": [ + 173, + 461 + ], + "area_cells": 1220 + }, + { + "id": "range_33", + "name": null, + "center": [ + 139, + 210 + ], + "peak": [ + 139, + 210 + ], + "area_cells": 22 + }, + { + "id": "range_34", + "name": null, + "center": [ + 144, + 91 + ], + "peak": [ + 142, + 90 + ], + "area_cells": 118 + }, + { + "id": "range_37", + "name": null, + "center": [ + 151, + 424 + ], + "peak": [ + 149, + 425 + ], + "area_cells": 338 + }, + { + "id": "range_39", + "name": null, + "center": [ + 149, + 402 + ], + "peak": [ + 150, + 403 + ], + "area_cells": 56 + }, + { + "id": "range_41", + "name": null, + "center": [ + 191, + 233 + ], + "peak": [ + 174, + 232 + ], + "area_cells": 2691 + }, + { + "id": "range_42", + "name": null, + "center": [ + 169, + 297 + ], + "peak": [ + 158, + 311 + ], + "area_cells": 1494 + }, + { + "id": "range_44", + "name": null, + "center": [ + 164, + 55 + ], + "peak": [ + 165, + 57 + ], + "area_cells": 32 + }, + { + "id": "range_45", + "name": null, + "center": [ + 164, + 395 + ], + "peak": [ + 165, + 396 + ], + "area_cells": 38 + }, + { + "id": "range_46", + "name": null, + "center": [ + 172, + 93 + ], + "peak": [ + 174, + 93 + ], + "area_cells": 190 + }, + { + "id": "range_48", + "name": null, + "center": [ + 190, + 406 + ], + "peak": [ + 191, + 407 + ], + "area_cells": 105 + }, + { + "id": "range_51", + "name": null, + "center": [ + 214, + 406 + ], + "peak": [ + 220, + 408 + ], + "area_cells": 57 + }, + { + "id": "range_52", + "name": null, + "center": [ + 221, + 89 + ], + "peak": [ + 230, + 88 + ], + "area_cells": 91 + }, + { + "id": "range_56", + "name": null, + "center": [ + 240, + 114 + ], + "peak": [ + 255, + 114 + ], + "area_cells": 34 + }, + { + "id": "range_58", + "name": null, + "center": [ + 246, + 148 + ], + "peak": [ + 247, + 153 + ], + "area_cells": 124 + }, + { + "id": "range_62", + "name": null, + "center": [ + 250, + 93 + ], + "peak": [ + 253, + 92 + ], + "area_cells": 27 + }, + { + "id": "range_65", + "name": null, + "center": [ + 252, + 168 + ], + "peak": [ + 255, + 169 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bc/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/globe.png new file mode 100644 index 000000000..1ee89c902 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bc/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/heightmap.png new file mode 100644 index 000000000..4fd8ac62b Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bc/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/index.md new file mode 100644 index 000000000..40973bdb3 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ635Bc +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2898230591 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.441 + period_days: 120.0 + axial_tilt_deg: 8.4 +physical: + gravity_g: 0.68 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.957 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.043 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Bc + +Hot Arid planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bc/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/markers.json new file mode 100644 index 000000000..ece138f14 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bc/markers.json @@ -0,0 +1,897 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 121, + 511 + ], + [ + 120, + 0 + ], + [ + 119, + 0 + ], + [ + 118, + 0 + ], + [ + 117, + 0 + ], + [ + 116, + 0 + ], + [ + 115, + 0 + ], + [ + 114, + 0 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 147, + 113 + ], + [ + 146, + 112 + ], + [ + 145, + 112 + ], + [ + 144, + 111 + ], + [ + 143, + 110 + ], + [ + 142, + 111 + ], + [ + 141, + 110 + ], + [ + 140, + 109 + ], + [ + 140, + 108 + ], + [ + 139, + 109 + ], + [ + 139, + 108 + ], + [ + 140, + 107 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 120 + ], + [ + 140, + 120 + ], + [ + 141, + 121 + ], + [ + 142, + 121 + ], + [ + 143, + 122 + ], + [ + 144, + 123 + ], + [ + 145, + 124 + ], + [ + 146, + 125 + ], + [ + 147, + 126 + ], + [ + 148, + 127 + ], + [ + 149, + 128 + ], + [ + 150, + 128 + ], + [ + 151, + 128 + ], + [ + 152, + 127 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 136, + 188 + ], + [ + 135, + 187 + ], + [ + 134, + 186 + ], + [ + 133, + 185 + ], + [ + 132, + 184 + ], + [ + 132, + 183 + ], + [ + 132, + 182 + ], + [ + 132, + 181 + ], + [ + 133, + 180 + ], + [ + 133, + 179 + ], + [ + 133, + 178 + ], + [ + 133, + 177 + ], + [ + 133, + 176 + ], + [ + 134, + 175 + ], + [ + 134, + 174 + ], + [ + 134, + 173 + ], + [ + 135, + 172 + ], + [ + 135, + 171 + ], + [ + 134, + 171 + ], + [ + 134, + 170 + ], + [ + 134, + 169 + ], + [ + 133, + 168 + ], + [ + 134, + 168 + ], + [ + 133, + 167 + ], + [ + 134, + 166 + ], + [ + 135, + 165 + ], + [ + 134, + 164 + ], + [ + 134, + 163 + ], + [ + 133, + 162 + ], + [ + 133, + 161 + ], + [ + 133, + 160 + ], + [ + 134, + 159 + ], + [ + 134, + 158 + ], + [ + 134, + 157 + ], + [ + 134, + 156 + ], + [ + 133, + 155 + ], + [ + 133, + 154 + ], + [ + 132, + 153 + ], + [ + 133, + 152 + ], + [ + 133, + 151 + ], + [ + 133, + 150 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 30, + 374 + ], + [ + 30, + 373 + ], + [ + 29, + 372 + ], + [ + 28, + 371 + ], + [ + 27, + 370 + ], + [ + 26, + 370 + ], + [ + 25, + 370 + ], + [ + 24, + 370 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 97, + 488 + ], + [ + 98, + 487 + ], + [ + 99, + 486 + ], + [ + 100, + 485 + ], + [ + 101, + 486 + ], + [ + 102, + 487 + ], + [ + 103, + 488 + ], + [ + 104, + 489 + ], + [ + 105, + 489 + ], + [ + 106, + 490 + ], + [ + 107, + 491 + ], + [ + 108, + 491 + ], + [ + 109, + 492 + ], + [ + 110, + 493 + ], + [ + 111, + 493 + ], + [ + 111, + 494 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 20, + 94 + ], + [ + 19, + 95 + ], + [ + 18, + 96 + ], + [ + 17, + 96 + ], + [ + 16, + 96 + ], + [ + 15, + 96 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 199, + 46 + ], + [ + 198, + 47 + ], + [ + 197, + 48 + ], + [ + 196, + 47 + ], + [ + 195, + 47 + ], + [ + 194, + 48 + ], + [ + 194, + 47 + ], + [ + 193, + 47 + ], + [ + 193, + 48 + ], + [ + 194, + 49 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 23, + 130 + ], + [ + 24, + 129 + ], + [ + 25, + 129 + ], + [ + 26, + 129 + ], + [ + 27, + 128 + ], + [ + 28, + 128 + ], + [ + 28, + 129 + ], + [ + 29, + 130 + ], + [ + 30, + 130 + ], + [ + 31, + 131 + ], + [ + 32, + 132 + ], + [ + 33, + 132 + ], + [ + 33, + 133 + ], + [ + 34, + 133 + ], + [ + 35, + 133 + ], + [ + 36, + 134 + ], + [ + 36, + 135 + ], + [ + 37, + 136 + ], + [ + 37, + 137 + ], + [ + 38, + 138 + ], + [ + 38, + 139 + ], + [ + 39, + 139 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 21, + 511 + ], + [ + 22, + 510 + ], + [ + 23, + 509 + ], + [ + 24, + 508 + ], + [ + 25, + 507 + ], + [ + 26, + 506 + ], + [ + 25, + 505 + ], + [ + 25, + 504 + ], + [ + 25, + 503 + ], + [ + 25, + 502 + ], + [ + 25, + 501 + ], + [ + 25, + 500 + ], + [ + 25, + 499 + ], + [ + 24, + 498 + ], + [ + 24, + 497 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 243, + 96 + ], + [ + 244, + 96 + ], + [ + 245, + 96 + ], + [ + 246, + 95 + ], + [ + 246, + 94 + ], + [ + 247, + 93 + ], + [ + 246, + 92 + ], + [ + 246, + 91 + ], + [ + 246, + 90 + ], + [ + 246, + 89 + ], + [ + 247, + 88 + ], + [ + 246, + 87 + ], + [ + 247, + 86 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 104, + 258 + ], + "peak": [ + 105, + 259 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 316 + ], + "peak": [ + 116, + 317 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 357 + ], + "peak": [ + 148, + 402 + ], + "area_cells": 9990 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 25 + ], + "peak": [ + 158, + 22 + ], + "area_cells": 224 + }, + { + "id": "range_12", + "name": null, + "center": [ + 168, + 224 + ], + "peak": [ + 169, + 224 + ], + "area_cells": 48 + }, + { + "id": "range_13", + "name": null, + "center": [ + 176, + 29 + ], + "peak": [ + 176, + 25 + ], + "area_cells": 439 + }, + { + "id": "range_15", + "name": null, + "center": [ + 214, + 509 + ], + "peak": [ + 225, + 511 + ], + "area_cells": 143 + }, + { + "id": "range_16", + "name": null, + "center": [ + 214, + 8 + ], + "peak": [ + 211, + 6 + ], + "area_cells": 317 + }, + { + "id": "range_17", + "name": null, + "center": [ + 232, + 296 + ], + "peak": [ + 223, + 277 + ], + "area_cells": 1328 + }, + { + "id": "range_20", + "name": null, + "center": [ + 219, + 398 + ], + "peak": [ + 219, + 403 + ], + "area_cells": 112 + }, + { + "id": "range_22", + "name": null, + "center": [ + 215, + 361 + ], + "peak": [ + 215, + 363 + ], + "area_cells": 24 + }, + { + "id": "range_30", + "name": null, + "center": [ + 246, + 402 + ], + "peak": [ + 246, + 407 + ], + "area_cells": 220 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bd/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/globe.png new file mode 100644 index 000000000..559d9bfe1 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bd/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/heightmap.png new file mode 100644 index 000000000..31d601643 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bd/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/index.md new file mode 100644 index 000000000..abac40e0d --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/index.md @@ -0,0 +1,74 @@ +--- +id: GJ635Bd +name: Saikaew +body_type: planet +planet_class: temperate +body_scale: planet +seed: 102997109 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 11.0 +physical: + gravity_g: 0.9 + oblateness: 0.0046 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.637 + polar_ice_lat: 0.776 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.512 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Saikaew + +Temperate planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 64% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 120K | +| **Economy** | research | +| **Settlement** | urban_concentrated | +| **Industry** | technology_export | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bd/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/markers.json new file mode 100644 index 000000000..ac4aa4e79 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bd/markers.json @@ -0,0 +1,543 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 232, + 254 + ], + [ + 231, + 253 + ], + [ + 230, + 252 + ], + [ + 229, + 251 + ], + [ + 228, + 250 + ], + [ + 227, + 249 + ], + [ + 226, + 248 + ], + [ + 225, + 247 + ], + [ + 224, + 246 + ], + [ + 223, + 245 + ], + [ + 222, + 244 + ], + [ + 221, + 244 + ], + [ + 220, + 243 + ], + [ + 219, + 244 + ], + [ + 218, + 244 + ], + [ + 217, + 244 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 208, + 3 + ], + [ + 208, + 2 + ], + [ + 207, + 1 + ], + [ + 207, + 0 + ], + [ + 207, + 511 + ], + [ + 206, + 510 + ], + [ + 205, + 509 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 162, + 220 + ], + [ + 161, + 220 + ], + [ + 160, + 220 + ], + [ + 159, + 221 + ], + [ + 159, + 222 + ], + [ + 158, + 223 + ], + [ + 158, + 224 + ], + [ + 159, + 224 + ], + [ + 160, + 224 + ], + [ + 159, + 225 + ], + [ + 159, + 226 + ], + [ + 160, + 226 + ], + [ + 161, + 227 + ], + [ + 162, + 228 + ], + [ + 163, + 229 + ], + [ + 164, + 230 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 74, + 93 + ], + [ + 73, + 92 + ], + [ + 72, + 91 + ], + [ + 71, + 90 + ], + [ + 70, + 91 + ], + [ + 69, + 91 + ], + [ + 68, + 91 + ], + [ + 67, + 90 + ], + [ + 66, + 89 + ], + [ + 66, + 90 + ], + [ + 66, + 91 + ], + [ + 65, + 92 + ], + [ + 64, + 91 + ], + [ + 64, + 92 + ], + [ + 64, + 93 + ], + [ + 63, + 92 + ], + [ + 62, + 92 + ], + [ + 63, + 91 + ], + [ + 62, + 91 + ], + [ + 63, + 90 + ], + [ + 64, + 90 + ], + [ + 65, + 91 + ], + [ + 65, + 90 + ], + [ + 64, + 89 + ], + [ + 65, + 88 + ], + [ + 65, + 89 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 127, + 254 + ], + [ + 128, + 253 + ], + [ + 127, + 252 + ], + [ + 128, + 252 + ], + [ + 129, + 251 + ], + [ + 130, + 252 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 190, + 236 + ], + [ + 190, + 235 + ], + [ + 191, + 234 + ], + [ + 191, + 233 + ], + [ + 191, + 232 + ], + [ + 191, + 231 + ], + [ + 191, + 230 + ], + [ + 191, + 229 + ], + [ + 190, + 228 + ], + [ + 189, + 227 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 213, + 197 + ], + [ + 212, + 198 + ], + [ + 211, + 199 + ], + [ + 210, + 198 + ], + [ + 209, + 198 + ], + [ + 208, + 197 + ], + [ + 207, + 197 + ], + [ + 206, + 196 + ], + [ + 205, + 195 + ], + [ + 204, + 194 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 61, + 37 + ], + [ + 62, + 36 + ], + [ + 63, + 36 + ], + [ + 64, + 36 + ], + [ + 65, + 37 + ], + [ + 66, + 37 + ], + [ + 66, + 38 + ], + [ + 67, + 38 + ], + [ + 68, + 37 + ], + [ + 69, + 36 + ], + [ + 70, + 37 + ], + [ + 71, + 37 + ], + [ + 72, + 36 + ], + [ + 73, + 35 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 168, + 137 + ], + "area_fraction": 0.2851 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 150, + 474 + ], + "area_fraction": 0.071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 378 + ], + "peak": [ + 58, + 478 + ], + "area_cells": 8377 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 220 + ], + "peak": [ + 35, + 221 + ], + "area_cells": 26 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 206 + ], + "peak": [ + 37, + 203 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/globe.png new file mode 100644 index 000000000..650698626 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/heightmap.png new file mode 100644 index 000000000..6ce2e22b3 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/index.md new file mode 100644 index 000000000..e16b0b200 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ635Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2061272300 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.08 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.149 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Be-m1 + +Frozen moon. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 93% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/markers.json new file mode 100644 index 000000000..dbb7433e9 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Be-m1/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 166, + 485 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 210, + 98 + ], + "area_fraction": 0.02 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 203, + 20 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 249, + 293 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 109 + ], + "peak": [ + 42, + 30 + ], + "area_cells": 14566 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 473 + ], + "peak": [ + 48, + 511 + ], + "area_cells": 4162 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 366 + ], + "peak": [ + 67, + 313 + ], + "area_cells": 3784 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 112 + ], + "peak": [ + 104, + 89 + ], + "area_cells": 1041 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 177 + ], + "peak": [ + 103, + 177 + ], + "area_cells": 41 + }, + { + "id": "range_8", + "name": null, + "center": [ + 120, + 172 + ], + "peak": [ + 119, + 171 + ], + "area_cells": 220 + }, + { + "id": "range_10", + "name": null, + "center": [ + 124, + 14 + ], + "peak": [ + 126, + 5 + ], + "area_cells": 233 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Be/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Be/globe.png new file mode 100644 index 000000000..99688df31 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Be/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Be/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Be/index.md new file mode 100644 index 000000000..3d3cb9e31 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ635Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1453364293 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 34.3 +physical: + gravity_g: null + oblateness: 0.062 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.115 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.061 +--- + +# GJ635Be + +Gas giant. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bf/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/globe.png new file mode 100644 index 000000000..b786de1c3 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bf/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/heightmap.png new file mode 100644 index 000000000..f9e3b976b Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bf/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/index.md new file mode 100644 index 000000000..a7ed2927c --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 55640293 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.259 + period_days: 3600.0 + axial_tilt_deg: 27.2 +physical: + gravity_g: 0.44 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.868 + polar_ice_lat: 0.127 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.376 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Bf + +Frozen planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bf/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/markers.json new file mode 100644 index 000000000..2be401839 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bf/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 187, + 274 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 225, + 101 + ], + "area_fraction": 0.063 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 201, + 382 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 249, + 479 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 165 + ], + "peak": [ + 18, + 131 + ], + "area_cells": 2384 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 390 + ], + "peak": [ + 0, + 390 + ], + "area_cells": 3698 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 208 + ], + "peak": [ + 34, + 214 + ], + "area_cells": 122 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 248 + ], + "peak": [ + 45, + 244 + ], + "area_cells": 1757 + }, + { + "id": "range_5", + "name": null, + "center": [ + 46, + 271 + ], + "peak": [ + 44, + 272 + ], + "area_cells": 179 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bg/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/globe.png new file mode 100644 index 000000000..f387ffe59 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bg/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/heightmap.png new file mode 100644 index 000000000..9e0a23082 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bg/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/index.md new file mode 100644 index 000000000..f68b6465b --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1936220716 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.253 + period_days: 8000.0 + axial_tilt_deg: 49.9 +physical: + gravity_g: 0.32 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.878 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.26 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Bg + +Frozen planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 8000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bg/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/markers.json new file mode 100644 index 000000000..d44e813d7 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bg/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 178, + 229 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 204, + 448 + ], + "area_fraction": 0.073 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 221, + 175 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 36 + ], + "peak": [ + 23, + 31 + ], + "area_cells": 3061 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 116 + ], + "peak": [ + 18, + 114 + ], + "area_cells": 425 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 235 + ], + "peak": [ + 0, + 239 + ], + "area_cells": 32 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 326 + ], + "peak": [ + 109, + 353 + ], + "area_cells": 30833 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 27 + ], + "peak": [ + 77, + 0 + ], + "area_cells": 1235 + }, + { + "id": "range_7", + "name": null, + "center": [ + 72, + 462 + ], + "peak": [ + 70, + 466 + ], + "area_cells": 205 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 499 + ], + "peak": [ + 78, + 510 + ], + "area_cells": 423 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 109 + ], + "peak": [ + 76, + 109 + ], + "area_cells": 83 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 87 + ], + "peak": [ + 74, + 89 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 96, + 69 + ], + "peak": [ + 95, + 71 + ], + "area_cells": 135 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bh/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/globe.png new file mode 100644 index 000000000..c312ad5ef Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bh/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/heightmap.png new file mode 100644 index 000000000..4df58ddad Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bh/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/index.md new file mode 100644 index 000000000..67d712668 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 275954709 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.988 + period_days: 17000.0 + axial_tilt_deg: 43.7 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Bh + +Frozen planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 17000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bh/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/markers.json new file mode 100644 index 000000000..c64a295c6 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bh/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 175, + 28 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 206, + 429 + ], + "area_fraction": 0.0534 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 200, + 277 + ], + "area_fraction": 0.0481 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 225, + 220 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 242 + ], + "peak": [ + 42, + 351 + ], + "area_cells": 25951 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 178 + ], + "peak": [ + 0, + 187 + ], + "area_cells": 183 + }, + { + "id": "range_3", + "name": null, + "center": [ + 27, + 311 + ], + "peak": [ + 28, + 311 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 23 + ], + "peak": [ + 49, + 18 + ], + "area_cells": 189 + }, + { + "id": "range_6", + "name": null, + "center": [ + 76, + 250 + ], + "peak": [ + 77, + 250 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 208 + ], + "peak": [ + 87, + 210 + ], + "area_cells": 64 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 67 + ], + "peak": [ + 90, + 65 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 420 + ], + "peak": [ + 123, + 421 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bi/globe.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/globe.png new file mode 100644 index 000000000..8841177e1 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/globe.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bi/heightmap.png b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/heightmap.png new file mode 100644 index 000000000..6d8f78b06 Binary files /dev/null and b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bi/index.md b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/index.md new file mode 100644 index 000000000..07bafa38f --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ635Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 801145984 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 19.769 + period_days: 36000.0 + axial_tilt_deg: 44.7 +physical: + gravity_g: 0.1 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.703 + polar_ice_lat: 0.141 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ635Bi + +Frozen planet. + +**System:** [GJ-635B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-635B/bodies/GJ635Bi/markers.json b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/markers.json new file mode 100644 index 000000000..a91c13622 --- /dev/null +++ b/wiki/star-systems/GJ-635B/bodies/GJ635Bi/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 23, + 20 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 108, + 296 + ], + "area_fraction": 0.2381 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 22, + 483 + ], + "area_fraction": 0.019 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 118, + 500 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 249, + 252 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 391 + ], + "peak": [ + 11, + 390 + ], + "area_cells": 170 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 144 + ], + "peak": [ + 8, + 143 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 128 + ], + "peak": [ + 10, + 131 + ], + "area_cells": 65 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 350 + ], + "peak": [ + 22, + 351 + ], + "area_cells": 128 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 111 + ], + "peak": [ + 51, + 92 + ], + "area_cells": 3149 + }, + { + "id": "range_12", + "name": null, + "center": [ + 63, + 330 + ], + "peak": [ + 66, + 331 + ], + "area_cells": 1557 + }, + { + "id": "range_13", + "name": null, + "center": [ + 55, + 390 + ], + "peak": [ + 55, + 394 + ], + "area_cells": 364 + }, + { + "id": "range_15", + "name": null, + "center": [ + 110, + 92 + ], + "peak": [ + 115, + 123 + ], + "area_cells": 957 + }, + { + "id": "range_16", + "name": null, + "center": [ + 150, + 5 + ], + "peak": [ + 150, + 7 + ], + "area_cells": 54 + }, + { + "id": "range_17", + "name": null, + "center": [ + 168, + 109 + ], + "peak": [ + 159, + 97 + ], + "area_cells": 846 + }, + { + "id": "range_18", + "name": null, + "center": [ + 169, + 264 + ], + "peak": [ + 170, + 265 + ], + "area_cells": 103 + }, + { + "id": "range_19", + "name": null, + "center": [ + 181, + 237 + ], + "peak": [ + 180, + 238 + ], + "area_cells": 118 + }, + { + "id": "range_20", + "name": null, + "center": [ + 190, + 198 + ], + "peak": [ + 187, + 186 + ], + "area_cells": 747 + }, + { + "id": "range_21", + "name": null, + "center": [ + 206, + 302 + ], + "peak": [ + 215, + 276 + ], + "area_cells": 2328 + }, + { + "id": "range_22", + "name": null, + "center": [ + 196, + 140 + ], + "peak": [ + 199, + 147 + ], + "area_cells": 305 + }, + { + "id": "range_23", + "name": null, + "center": [ + 223, + 427 + ], + "peak": [ + 216, + 433 + ], + "area_cells": 2151 + }, + { + "id": "range_24", + "name": null, + "center": [ + 221, + 41 + ], + "peak": [ + 223, + 44 + ], + "area_cells": 237 + }, + { + "id": "range_25", + "name": null, + "center": [ + 224, + 113 + ], + "peak": [ + 221, + 111 + ], + "area_cells": 469 + }, + { + "id": "range_26", + "name": null, + "center": [ + 225, + 56 + ], + "peak": [ + 230, + 54 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ638b/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638b/globe.png new file mode 100644 index 000000000..7f8de58dd Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638b/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638b/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638b/heightmap.png new file mode 100644 index 000000000..9adc7a752 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638b/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638b/index.md b/wiki/star-systems/GJ-638/bodies/GJ638b/index.md new file mode 100644 index 000000000..2cdccefab --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ638b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 530820418 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.3 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.832 + 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 +--- + +# GJ638b + +Barren planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 100% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638b/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638b/markers.json new file mode 100644 index 000000000..2cf71a0fb --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 37 + ], + "peak": [ + 0, + 58 + ], + "area_cells": 987 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 109 + ], + "peak": [ + 9, + 110 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 17, + 193 + ], + "peak": [ + 23, + 193 + ], + "area_cells": 305 + }, + { + "id": "range_6", + "name": null, + "center": [ + 11, + 485 + ], + "peak": [ + 14, + 478 + ], + "area_cells": 648 + }, + { + "id": "range_7", + "name": null, + "center": [ + 9, + 96 + ], + "peak": [ + 12, + 96 + ], + "area_cells": 33 + }, + { + "id": "range_15", + "name": null, + "center": [ + 87, + 248 + ], + "peak": [ + 72, + 272 + ], + "area_cells": 4997 + }, + { + "id": "range_18", + "name": null, + "center": [ + 40, + 290 + ], + "peak": [ + 44, + 290 + ], + "area_cells": 119 + }, + { + "id": "range_25", + "name": null, + "center": [ + 63, + 44 + ], + "peak": [ + 65, + 46 + ], + "area_cells": 98 + }, + { + "id": "range_26", + "name": null, + "center": [ + 126, + 24 + ], + "peak": [ + 134, + 2 + ], + "area_cells": 3506 + }, + { + "id": "range_29", + "name": null, + "center": [ + 82, + 355 + ], + "peak": [ + 83, + 355 + ], + "area_cells": 107 + }, + { + "id": "range_31", + "name": null, + "center": [ + 91, + 420 + ], + "peak": [ + 91, + 420 + ], + "area_cells": 33 + }, + { + "id": "range_32", + "name": null, + "center": [ + 99, + 105 + ], + "peak": [ + 101, + 108 + ], + "area_cells": 320 + }, + { + "id": "range_33", + "name": null, + "center": [ + 197, + 257 + ], + "peak": [ + 255, + 379 + ], + "area_cells": 41385 + }, + { + "id": "range_35", + "name": null, + "center": [ + 121, + 455 + ], + "peak": [ + 121, + 456 + ], + "area_cells": 125 + }, + { + "id": "range_37", + "name": null, + "center": [ + 158, + 506 + ], + "peak": [ + 160, + 511 + ], + "area_cells": 100 + }, + { + "id": "range_44", + "name": null, + "center": [ + 223, + 478 + ], + "peak": [ + 216, + 475 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638c/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638c/globe.png new file mode 100644 index 000000000..dc4a61281 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638c/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638c/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638c/heightmap.png new file mode 100644 index 000000000..9ee379ab2 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638c/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638c/index.md b/wiki/star-systems/GJ-638/bodies/GJ638c/index.md new file mode 100644 index 000000000..f8eb23901 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ638c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 646667661 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.212 + period_days: 40.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.45 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.897 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.114 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ638c + +Arid planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638c/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638c/markers.json new file mode 100644 index 000000000..454c53ad1 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638c/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 91, + 375 + ], + "peak": [ + 90, + 375 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 169, + 226 + ], + "peak": [ + 213, + 147 + ], + "area_cells": 39840 + }, + { + "id": "range_5", + "name": null, + "center": [ + 113, + 2 + ], + "peak": [ + 114, + 0 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 449 + ], + "peak": [ + 117, + 450 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 121, + 503 + ], + "peak": [ + 119, + 511 + ], + "area_cells": 135 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638d/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638d/globe.png new file mode 100644 index 000000000..63b3242b2 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638d/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638d/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638d/heightmap.png new file mode 100644 index 000000000..6b79a0ad8 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638d/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638d/index.md b/wiki/star-systems/GJ-638/bodies/GJ638d/index.md new file mode 100644 index 000000000..0fd286507 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ638d +name: Halton +body_type: planet +planet_class: arid +body_scale: planet +seed: 3305865970 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.391 + period_days: 100.0 + axial_tilt_deg: 7.0 +physical: + gravity_g: 0.82 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.947 + polar_ice_lat: 0.955 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.067 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Halton + +Arid planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 95% | +| **Year** | 100 days | +| **Inhabited** | yes | +| **Population** | 600 | +| **Economy** | extraction | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638d/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638d/markers.json new file mode 100644 index 000000000..8c891b217 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638d/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 47, + 369 + ], + [ + 47, + 370 + ], + [ + 47, + 371 + ], + [ + 48, + 372 + ], + [ + 47, + 373 + ], + [ + 46, + 374 + ], + [ + 45, + 374 + ], + [ + 44, + 375 + ], + [ + 43, + 376 + ], + [ + 42, + 376 + ], + [ + 41, + 375 + ], + [ + 42, + 375 + ], + [ + 41, + 376 + ], + [ + 42, + 377 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 135, + 324 + ], + [ + 134, + 323 + ], + [ + 133, + 322 + ], + [ + 132, + 322 + ], + [ + 131, + 322 + ], + [ + 130, + 323 + ], + [ + 129, + 324 + ], + [ + 128, + 323 + ], + [ + 127, + 323 + ], + [ + 128, + 324 + ], + [ + 128, + 325 + ], + [ + 127, + 325 + ], + [ + 126, + 326 + ], + [ + 126, + 325 + ], + [ + 125, + 325 + ], + [ + 124, + 326 + ], + [ + 123, + 326 + ], + [ + 122, + 326 + ], + [ + 122, + 325 + ], + [ + 121, + 326 + ], + [ + 121, + 325 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 442 + ], + [ + 1, + 443 + ], + [ + 2, + 444 + ], + [ + 3, + 443 + ], + [ + 4, + 444 + ], + [ + 5, + 444 + ], + [ + 6, + 445 + ], + [ + 5, + 446 + ], + [ + 5, + 445 + ], + [ + 4, + 446 + ], + [ + 5, + 447 + ], + [ + 5, + 448 + ], + [ + 6, + 449 + ], + [ + 5, + 449 + ], + [ + 6, + 450 + ], + [ + 7, + 451 + ], + [ + 7, + 452 + ], + [ + 8, + 452 + ], + [ + 9, + 453 + ], + [ + 8, + 454 + ], + [ + 8, + 455 + ], + [ + 9, + 456 + ], + [ + 8, + 457 + ], + [ + 9, + 458 + ], + [ + 10, + 459 + ], + [ + 9, + 460 + ], + [ + 10, + 461 + ], + [ + 9, + 462 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 27 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 22, + 479 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 81, + 486 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 84, + 12 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 224, + 116 + ], + "peak": [ + 249, + 121 + ], + "area_cells": 12213 + }, + { + "id": "range_2", + "name": null, + "center": [ + 184, + 420 + ], + "peak": [ + 184, + 420 + ], + "area_cells": 55 + }, + { + "id": "range_4", + "name": null, + "center": [ + 192, + 179 + ], + "peak": [ + 191, + 167 + ], + "area_cells": 303 + }, + { + "id": "range_5", + "name": null, + "center": [ + 208, + 274 + ], + "peak": [ + 209, + 273 + ], + "area_cells": 110 + }, + { + "id": "range_6", + "name": null, + "center": [ + 237, + 394 + ], + "peak": [ + 249, + 365 + ], + "area_cells": 5462 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638e/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638e/globe.png new file mode 100644 index 000000000..29d2c9d67 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638e/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638e/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638e/heightmap.png new file mode 100644 index 000000000..289a3da5c Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638e/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638e/index.md b/wiki/star-systems/GJ-638/bodies/GJ638e/index.md new file mode 100644 index 000000000..d954fbc3c --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ638e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3324759386 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.72 + period_days: 250.0 + axial_tilt_deg: 22.0 +physical: + gravity_g: 0.38 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.71 + polar_ice_lat: 0.24 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.331 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ638e + +Frozen planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638e/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638e/markers.json new file mode 100644 index 000000000..f347a1544 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638e/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 24, + 259 + ], + "area_fraction": 0.1458 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 68, + 10 + ], + "area_fraction": 0.006 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 171, + 99 + ], + "area_fraction": 0.0761 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 186, + 489 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 230, + 109 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 242, + 381 + ], + "area_fraction": 0.0217 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 152 + ], + "peak": [ + 114, + 163 + ], + "area_cells": 4519 + }, + { + "id": "range_3", + "name": null, + "center": [ + 129, + 458 + ], + "peak": [ + 128, + 488 + ], + "area_cells": 3716 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 273 + ], + "peak": [ + 97, + 266 + ], + "area_cells": 244 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 4 + ], + "peak": [ + 117, + 0 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 257 + ], + "peak": [ + 126, + 257 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 372 + ], + "peak": [ + 153, + 377 + ], + "area_cells": 247 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638f/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638f/globe.png new file mode 100644 index 000000000..20edf2814 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638f/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638f/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638f/heightmap.png new file mode 100644 index 000000000..01fa7424b Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638f/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638f/index.md b/wiki/star-systems/GJ-638/bodies/GJ638f/index.md new file mode 100644 index 000000000..5f5a9b9fd --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ638f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2247902109 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.29 + period_days: 600.0 + axial_tilt_deg: 48.4 +physical: + gravity_g: 0.3 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.838 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ638f + +Frozen planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638f/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638f/markers.json new file mode 100644 index 000000000..ba8cfbd65 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638f/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 63, + 20 + ], + "area_fraction": 0.0327 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 37, + 425 + ], + "area_fraction": 0.0957 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 77, + 412 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 97, + 73 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 149, + 368 + ], + "peak": [ + 145, + 386 + ], + "area_cells": 2383 + }, + { + "id": "range_6", + "name": null, + "center": [ + 209, + 123 + ], + "peak": [ + 255, + 89 + ], + "area_cells": 19396 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 89 + ], + "peak": [ + 130, + 91 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 131, + 440 + ], + "peak": [ + 132, + 439 + ], + "area_cells": 23 + }, + { + "id": "range_9", + "name": null, + "center": [ + 156, + 294 + ], + "peak": [ + 164, + 281 + ], + "area_cells": 773 + }, + { + "id": "range_10", + "name": null, + "center": [ + 224, + 458 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 6126 + }, + { + "id": "range_11", + "name": null, + "center": [ + 186, + 308 + ], + "peak": [ + 187, + 309 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 191, + 0 + ], + "peak": [ + 193, + 0 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-1/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638g-1/globe.png new file mode 100644 index 000000000..77571b682 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638g-1/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-1/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638g-1/heightmap.png new file mode 100644 index 000000000..5a443e68c Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-1/index.md b/wiki/star-systems/GJ-638/bodies/GJ638g-1/index.md new file mode 100644 index 000000000..1d0976786 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ638g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 898423986 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 13.4 +physical: + gravity_g: 0.05 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.938 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + 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 +--- + +# GJ638g-1 + +Barren moon. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-1/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638g-1/markers.json new file mode 100644 index 000000000..8962c1dbc --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638g-1/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 93, + 4 + ], + "peak": [ + 94, + 5 + ], + "area_cells": 159 + }, + { + "id": "range_3", + "name": null, + "center": [ + 171, + 470 + ], + "peak": [ + 185, + 495 + ], + "area_cells": 7643 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 69 + ], + "peak": [ + 101, + 69 + ], + "area_cells": 236 + }, + { + "id": "range_5", + "name": null, + "center": [ + 113, + 423 + ], + "peak": [ + 113, + 423 + ], + "area_cells": 556 + }, + { + "id": "range_6", + "name": null, + "center": [ + 165, + 49 + ], + "peak": [ + 176, + 54 + ], + "area_cells": 8772 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 381 + ], + "peak": [ + 122, + 380 + ], + "area_cells": 240 + }, + { + "id": "range_8", + "name": null, + "center": [ + 140, + 135 + ], + "peak": [ + 142, + 134 + ], + "area_cells": 373 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 219 + ], + "peak": [ + 131, + 219 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 136, + 289 + ], + "peak": [ + 136, + 290 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 139, + 304 + ], + "peak": [ + 139, + 304 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 315 + ], + "peak": [ + 156, + 319 + ], + "area_cells": 363 + }, + { + "id": "range_16", + "name": null, + "center": [ + 164, + 340 + ], + "peak": [ + 165, + 341 + ], + "area_cells": 52 + }, + { + "id": "range_18", + "name": null, + "center": [ + 187, + 139 + ], + "peak": [ + 179, + 141 + ], + "area_cells": 293 + }, + { + "id": "range_20", + "name": null, + "center": [ + 196, + 121 + ], + "peak": [ + 196, + 122 + ], + "area_cells": 36 + }, + { + "id": "range_21", + "name": null, + "center": [ + 213, + 364 + ], + "peak": [ + 215, + 353 + ], + "area_cells": 298 + }, + { + "id": "range_23", + "name": null, + "center": [ + 218, + 410 + ], + "peak": [ + 221, + 408 + ], + "area_cells": 36 + }, + { + "id": "range_25", + "name": null, + "center": [ + 235, + 0 + ], + "peak": [ + 237, + 0 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-2/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638g-2/globe.png new file mode 100644 index 000000000..88c59ba39 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638g-2/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-2/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638g-2/heightmap.png new file mode 100644 index 000000000..91a9b8156 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-2/index.md b/wiki/star-systems/GJ-638/bodies/GJ638g-2/index.md new file mode 100644 index 000000000..54c51dab2 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ638g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2838757853 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 42.3 +physical: + gravity_g: 0.03 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.252 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.237 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ638g-2 + +Frozen moon. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g-2/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638g-2/markers.json new file mode 100644 index 000000000..188b83456 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638g-2/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 184, + 332 + ], + "area_fraction": 0.1491 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 166, + 191 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 25, + 271 + ], + "peak": [ + 4, + 278 + ], + "area_cells": 5672 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 87 + ], + "peak": [ + 85, + 110 + ], + "area_cells": 5731 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 318 + ], + "peak": [ + 77, + 318 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 161, + 27 + ], + "peak": [ + 158, + 24 + ], + "area_cells": 260 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 132 + ], + "peak": [ + 197, + 130 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638g/globe.png new file mode 100644 index 000000000..fbedd3c75 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638g/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638g/index.md b/wiki/star-systems/GJ-638/bodies/GJ638g/index.md new file mode 100644 index 000000000..1c2e72064 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ638g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 916622425 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: null + oblateness: 0.0881 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.201 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.131 +--- + +# GJ638g + +Gas giant. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638h/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638h/globe.png new file mode 100644 index 000000000..40dd751e9 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638h/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638h/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638h/heightmap.png new file mode 100644 index 000000000..8a0138f8d Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638h/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638h/index.md b/wiki/star-systems/GJ-638/bodies/GJ638h/index.md new file mode 100644 index 000000000..f98e5568c --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ638h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 686638448 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.942 + period_days: 4500.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.22 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.059 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.311 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ638h + +Frozen planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638h/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638h/markers.json new file mode 100644 index 000000000..4ff41a6cb --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638h/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 133, + 217 + ], + "area_fraction": 0.1385 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 95, + 112 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 136, + 51 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 139, + 405 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 193 + ], + "peak": [ + 24, + 193 + ], + "area_cells": 2801 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 446 + ], + "peak": [ + 29, + 439 + ], + "area_cells": 90 + }, + { + "id": "range_5", + "name": null, + "center": [ + 149, + 508 + ], + "peak": [ + 149, + 511 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 207, + 47 + ], + "peak": [ + 204, + 49 + ], + "area_cells": 497 + }, + { + "id": "range_7", + "name": null, + "center": [ + 199, + 79 + ], + "peak": [ + 200, + 80 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 218, + 509 + ], + "peak": [ + 220, + 511 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 222, + 12 + ], + "peak": [ + 228, + 22 + ], + "area_cells": 214 + }, + { + "id": "range_11", + "name": null, + "center": [ + 229, + 42 + ], + "peak": [ + 228, + 43 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 243, + 303 + ], + "peak": [ + 248, + 307 + ], + "area_cells": 1924 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-638/bodies/GJ638i/globe.png b/wiki/star-systems/GJ-638/bodies/GJ638i/globe.png new file mode 100644 index 000000000..c5ac5ed98 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638i/globe.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638i/heightmap.png b/wiki/star-systems/GJ-638/bodies/GJ638i/heightmap.png new file mode 100644 index 000000000..75b11fa10 Binary files /dev/null and b/wiki/star-systems/GJ-638/bodies/GJ638i/heightmap.png differ diff --git a/wiki/star-systems/GJ-638/bodies/GJ638i/index.md b/wiki/star-systems/GJ-638/bodies/GJ638i/index.md new file mode 100644 index 000000000..6da8b6484 --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ638i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 983781062 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.552 + period_days: 8500.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.733 + polar_ice_lat: 0.057 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ638i + +Frozen planet. + +**System:** [GJ-638](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 8500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-638/bodies/GJ638i/markers.json b/wiki/star-systems/GJ-638/bodies/GJ638i/markers.json new file mode 100644 index 000000000..ffcbb6f8f --- /dev/null +++ b/wiki/star-systems/GJ-638/bodies/GJ638i/markers.json @@ -0,0 +1,279 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 204 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 108, + 339 + ], + "area_fraction": 0.2114 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 122, + 58 + ], + "area_fraction": 0.0179 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 422 + ], + "peak": [ + 0, + 422 + ], + "area_cells": 244 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 470 + ], + "peak": [ + 0, + 468 + ], + "area_cells": 292 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 499 + ], + "peak": [ + 21, + 498 + ], + "area_cells": 560 + }, + { + "id": "range_4", + "name": null, + "center": [ + 18, + 0 + ], + "peak": [ + 15, + 0 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 23, + 127 + ], + "peak": [ + 23, + 127 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 41, + 124 + ], + "peak": [ + 42, + 125 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 48, + 100 + ], + "peak": [ + 50, + 99 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 196, + 82 + ], + "peak": [ + 199, + 31 + ], + "area_cells": 5449 + }, + { + "id": "range_12", + "name": null, + "center": [ + 213, + 310 + ], + "peak": [ + 232, + 374 + ], + "area_cells": 4820 + }, + { + "id": "range_14", + "name": null, + "center": [ + 232, + 478 + ], + "peak": [ + 225, + 472 + ], + "area_cells": 2942 + }, + { + "id": "range_16", + "name": null, + "center": [ + 214, + 262 + ], + "peak": [ + 214, + 262 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 218, + 56 + ], + "peak": [ + 218, + 57 + ], + "area_cells": 20 + }, + { + "id": "range_18", + "name": null, + "center": [ + 217, + 73 + ], + "peak": [ + 218, + 74 + ], + "area_cells": 31 + }, + { + "id": "range_19", + "name": null, + "center": [ + 245, + 170 + ], + "peak": [ + 253, + 184 + ], + "area_cells": 475 + }, + { + "id": "range_20", + "name": null, + "center": [ + 237, + 420 + ], + "peak": [ + 238, + 421 + ], + "area_cells": 37 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 113 + ], + "peak": [ + 252, + 108 + ], + "area_cells": 118 + }, + { + "id": "range_22", + "name": null, + "center": [ + 246, + 94 + ], + "peak": [ + 250, + 103 + ], + "area_cells": 204 + }, + { + "id": "range_23", + "name": null, + "center": [ + 251, + 194 + ], + "peak": [ + 255, + 189 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ643b/globe.png b/wiki/star-systems/GJ-643/bodies/GJ643b/globe.png new file mode 100644 index 000000000..a72611e30 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643b/globe.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643b/heightmap.png b/wiki/star-systems/GJ-643/bodies/GJ643b/heightmap.png new file mode 100644 index 000000000..98b15c562 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643b/heightmap.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643b/index.md b/wiki/star-systems/GJ-643/bodies/GJ643b/index.md new file mode 100644 index 000000000..f73f8fa88 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ643b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 454872274 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 2.9 +physical: + gravity_g: 0.3 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.982 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ643b + +Barren planet. + +**System:** [GJ-643](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-643/bodies/GJ643b/markers.json b/wiki/star-systems/GJ-643/bodies/GJ643b/markers.json new file mode 100644 index 000000000..4757edda2 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643b/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 5 + ], + "peak": [ + 88, + 0 + ], + "area_cells": 168 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 29 + ], + "peak": [ + 73, + 33 + ], + "area_cells": 1314 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 431 + ], + "peak": [ + 102, + 436 + ], + "area_cells": 226 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 501 + ], + "peak": [ + 89, + 507 + ], + "area_cells": 308 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 387 + ], + "peak": [ + 95, + 391 + ], + "area_cells": 321 + }, + { + "id": "range_6", + "name": null, + "center": [ + 154, + 141 + ], + "peak": [ + 153, + 176 + ], + "area_cells": 5509 + }, + { + "id": "range_10", + "name": null, + "center": [ + 134, + 414 + ], + "peak": [ + 137, + 412 + ], + "area_cells": 342 + }, + { + "id": "range_12", + "name": null, + "center": [ + 154, + 54 + ], + "peak": [ + 145, + 61 + ], + "area_cells": 533 + }, + { + "id": "range_16", + "name": null, + "center": [ + 159, + 272 + ], + "peak": [ + 148, + 272 + ], + "area_cells": 577 + }, + { + "id": "range_17", + "name": null, + "center": [ + 144, + 241 + ], + "peak": [ + 145, + 239 + ], + "area_cells": 70 + }, + { + "id": "range_18", + "name": null, + "center": [ + 152, + 435 + ], + "peak": [ + 145, + 431 + ], + "area_cells": 78 + }, + { + "id": "range_19", + "name": null, + "center": [ + 148, + 393 + ], + "peak": [ + 147, + 395 + ], + "area_cells": 97 + }, + { + "id": "range_20", + "name": null, + "center": [ + 153, + 302 + ], + "peak": [ + 155, + 301 + ], + "area_cells": 224 + }, + { + "id": "range_24", + "name": null, + "center": [ + 202, + 376 + ], + "peak": [ + 200, + 361 + ], + "area_cells": 3445 + }, + { + "id": "range_26", + "name": null, + "center": [ + 181, + 310 + ], + "peak": [ + 180, + 312 + ], + "area_cells": 110 + }, + { + "id": "range_30", + "name": null, + "center": [ + 177, + 243 + ], + "peak": [ + 178, + 244 + ], + "area_cells": 26 + }, + { + "id": "range_31", + "name": null, + "center": [ + 185, + 26 + ], + "peak": [ + 186, + 22 + ], + "area_cells": 129 + }, + { + "id": "range_32", + "name": null, + "center": [ + 197, + 84 + ], + "peak": [ + 194, + 78 + ], + "area_cells": 134 + }, + { + "id": "range_33", + "name": null, + "center": [ + 199, + 120 + ], + "peak": [ + 200, + 122 + ], + "area_cells": 191 + }, + { + "id": "range_41", + "name": null, + "center": [ + 246, + 367 + ], + "peak": [ + 247, + 367 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-643/bodies/GJ643c/globe.png b/wiki/star-systems/GJ-643/bodies/GJ643c/globe.png new file mode 100644 index 000000000..7bdf98759 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643c/globe.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643c/heightmap.png b/wiki/star-systems/GJ-643/bodies/GJ643c/heightmap.png new file mode 100644 index 000000000..42af6b1ac Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643c/heightmap.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643c/index.md b/wiki/star-systems/GJ-643/bodies/GJ643c/index.md new file mode 100644 index 000000000..a82804f4b --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ643c +name: Alsfeld +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2351939186 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.103 + period_days: 18.0 + axial_tilt_deg: 1.9 +physical: + gravity_g: 0.8 + oblateness: 0.0038 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.351 + polar_ice_lat: 0.803 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Alsfeld + +Temperate planet. + +**System:** [GJ-643](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 35% | +| **Year** | 18 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-643/bodies/GJ643c/markers.json b/wiki/star-systems/GJ-643/bodies/GJ643c/markers.json new file mode 100644 index 000000000..269799bd5 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643c/markers.json @@ -0,0 +1,1134 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 242, + 16 + ], + [ + 243, + 15 + ], + [ + 242, + 14 + ], + [ + 241, + 15 + ], + [ + 242, + 15 + ], + [ + 241, + 14 + ], + [ + 240, + 13 + ], + [ + 239, + 12 + ], + [ + 238, + 11 + ], + [ + 237, + 12 + ], + [ + 236, + 11 + ], + [ + 235, + 10 + ], + [ + 234, + 10 + ], + [ + 233, + 9 + ], + [ + 233, + 10 + ], + [ + 232, + 9 + ], + [ + 231, + 8 + ], + [ + 230, + 7 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 95, + 291 + ], + [ + 96, + 292 + ], + [ + 97, + 293 + ], + [ + 98, + 294 + ], + [ + 99, + 293 + ], + [ + 100, + 292 + ], + [ + 101, + 291 + ], + [ + 102, + 291 + ], + [ + 103, + 290 + ], + [ + 104, + 289 + ], + [ + 105, + 288 + ], + [ + 104, + 287 + ], + [ + 105, + 286 + ], + [ + 106, + 285 + ], + [ + 107, + 284 + ], + [ + 107, + 283 + ], + [ + 108, + 282 + ], + [ + 109, + 281 + ], + [ + 109, + 280 + ], + [ + 110, + 279 + ], + [ + 111, + 278 + ], + [ + 112, + 277 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 138, + 320 + ], + [ + 139, + 321 + ], + [ + 140, + 321 + ], + [ + 141, + 320 + ], + [ + 142, + 319 + ], + [ + 143, + 318 + ], + [ + 144, + 317 + ], + [ + 145, + 318 + ], + [ + 146, + 318 + ], + [ + 147, + 317 + ], + [ + 148, + 316 + ], + [ + 149, + 315 + ], + [ + 149, + 314 + ], + [ + 150, + 313 + ], + [ + 151, + 312 + ], + [ + 152, + 311 + ], + [ + 153, + 310 + ], + [ + 154, + 310 + ], + [ + 155, + 309 + ], + [ + 155, + 308 + ], + [ + 156, + 308 + ], + [ + 156, + 307 + ], + [ + 155, + 306 + ], + [ + 154, + 306 + ], + [ + 155, + 305 + ], + [ + 156, + 305 + ], + [ + 156, + 304 + ], + [ + 155, + 303 + ], + [ + 155, + 302 + ], + [ + 156, + 301 + ], + [ + 157, + 301 + ], + [ + 158, + 300 + ], + [ + 157, + 299 + ], + [ + 157, + 298 + ], + [ + 158, + 298 + ], + [ + 159, + 297 + ], + [ + 159, + 296 + ], + [ + 158, + 296 + ], + [ + 159, + 295 + ], + [ + 160, + 294 + ], + [ + 161, + 294 + ], + [ + 160, + 295 + ], + [ + 160, + 296 + ], + [ + 161, + 295 + ], + [ + 162, + 294 + ], + [ + 162, + 293 + ], + [ + 161, + 292 + ], + [ + 161, + 293 + ], + [ + 160, + 293 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 106 + ], + [ + 255, + 107 + ], + [ + 254, + 107 + ], + [ + 254, + 108 + ], + [ + 253, + 109 + ], + [ + 252, + 110 + ], + [ + 251, + 109 + ], + [ + 250, + 108 + ], + [ + 249, + 107 + ], + [ + 248, + 108 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 152, + 46 + ], + [ + 153, + 45 + ], + [ + 154, + 45 + ], + [ + 155, + 46 + ], + [ + 156, + 47 + ], + [ + 157, + 48 + ], + [ + 158, + 49 + ], + [ + 159, + 48 + ], + [ + 159, + 47 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 76 + ], + [ + 254, + 76 + ], + [ + 254, + 75 + ], + [ + 253, + 76 + ], + [ + 252, + 76 + ], + [ + 251, + 77 + ], + [ + 251, + 78 + ], + [ + 251, + 79 + ], + [ + 250, + 78 + ], + [ + 249, + 79 + ], + [ + 248, + 79 + ], + [ + 247, + 79 + ], + [ + 246, + 80 + ], + [ + 246, + 81 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 9 + ], + [ + 254, + 9 + ], + [ + 253, + 9 + ], + [ + 252, + 8 + ], + [ + 253, + 7 + ], + [ + 253, + 6 + ], + [ + 252, + 6 + ], + [ + 251, + 5 + ], + [ + 250, + 4 + ], + [ + 250, + 3 + ], + [ + 251, + 3 + ], + [ + 252, + 4 + ], + [ + 253, + 4 + ], + [ + 253, + 5 + ], + [ + 252, + 5 + ], + [ + 251, + 4 + ], + [ + 252, + 3 + ], + [ + 252, + 2 + ], + [ + 252, + 1 + ], + [ + 252, + 0 + ], + [ + 253, + 0 + ], + [ + 254, + 1 + ], + [ + 255, + 0 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 115, + 370 + ], + [ + 116, + 369 + ], + [ + 117, + 370 + ], + [ + 118, + 370 + ], + [ + 119, + 369 + ], + [ + 118, + 368 + ], + [ + 118, + 369 + ], + [ + 119, + 370 + ], + [ + 120, + 369 + ], + [ + 119, + 368 + ], + [ + 119, + 367 + ], + [ + 119, + 366 + ], + [ + 120, + 365 + ], + [ + 119, + 365 + ], + [ + 120, + 364 + ], + [ + 119, + 363 + ], + [ + 118, + 362 + ], + [ + 117, + 361 + ], + [ + 116, + 360 + ], + [ + 115, + 359 + ], + [ + 114, + 359 + ], + [ + 113, + 358 + ], + [ + 113, + 357 + ], + [ + 113, + 356 + ], + [ + 113, + 355 + ], + [ + 114, + 354 + ], + [ + 113, + 353 + ], + [ + 112, + 352 + ], + [ + 111, + 351 + ], + [ + 112, + 350 + ], + [ + 112, + 349 + ], + [ + 111, + 348 + ], + [ + 110, + 347 + ], + [ + 109, + 346 + ], + [ + 110, + 345 + ], + [ + 109, + 345 + ], + [ + 108, + 345 + ], + [ + 107, + 344 + ], + [ + 106, + 343 + ], + [ + 105, + 342 + ], + [ + 104, + 341 + ], + [ + 103, + 340 + ], + [ + 102, + 339 + ], + [ + 102, + 338 + ], + [ + 101, + 338 + ], + [ + 100, + 339 + ], + [ + 99, + 340 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 241, + 471 + ], + [ + 240, + 472 + ], + [ + 240, + 473 + ], + [ + 241, + 472 + ], + [ + 241, + 473 + ], + [ + 242, + 474 + ], + [ + 243, + 475 + ], + [ + 242, + 476 + ], + [ + 243, + 477 + ], + [ + 244, + 478 + ], + [ + 243, + 479 + ], + [ + 242, + 480 + ], + [ + 241, + 481 + ], + [ + 242, + 482 + ], + [ + 241, + 483 + ], + [ + 240, + 484 + ], + [ + 239, + 485 + ], + [ + 238, + 486 + ], + [ + 237, + 487 + ], + [ + 238, + 488 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 146, + 479 + ], + [ + 145, + 478 + ], + [ + 144, + 477 + ], + [ + 143, + 476 + ], + [ + 142, + 475 + ], + [ + 141, + 474 + ], + [ + 140, + 473 + ], + [ + 139, + 472 + ], + [ + 138, + 472 + ], + [ + 137, + 473 + ], + [ + 136, + 472 + ], + [ + 135, + 473 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 255, + 88 + ], + [ + 254, + 87 + ], + [ + 253, + 86 + ], + [ + 252, + 85 + ], + [ + 251, + 86 + ], + [ + 250, + 86 + ], + [ + 249, + 86 + ], + [ + 248, + 86 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 93, + 215 + ], + "area_fraction": 0.6266 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 201, + 496 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 144, + 414 + ], + "peak": [ + 176, + 433 + ], + "area_cells": 4109 + }, + { + "id": "range_2", + "name": null, + "center": [ + 111, + 313 + ], + "peak": [ + 112, + 321 + ], + "area_cells": 130 + }, + { + "id": "range_3", + "name": null, + "center": [ + 134, + 447 + ], + "peak": [ + 135, + 448 + ], + "area_cells": 67 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 261 + ], + "peak": [ + 148, + 260 + ], + "area_cells": 72 + }, + { + "id": "range_5", + "name": null, + "center": [ + 151, + 7 + ], + "peak": [ + 152, + 5 + ], + "area_cells": 63 + }, + { + "id": "range_6", + "name": null, + "center": [ + 192, + 64 + ], + "peak": [ + 196, + 64 + ], + "area_cells": 175 + }, + { + "id": "range_7", + "name": null, + "center": [ + 218, + 313 + ], + "peak": [ + 215, + 300 + ], + "area_cells": 2559 + }, + { + "id": "range_8", + "name": null, + "center": [ + 237, + 234 + ], + "peak": [ + 234, + 235 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-643/bodies/GJ643d/globe.png b/wiki/star-systems/GJ-643/bodies/GJ643d/globe.png new file mode 100644 index 000000000..9b8cf9ecc Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643d/globe.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643d/heightmap.png b/wiki/star-systems/GJ-643/bodies/GJ643d/heightmap.png new file mode 100644 index 000000000..4d6577547 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643d/heightmap.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643d/index.md b/wiki/star-systems/GJ-643/bodies/GJ643d/index.md new file mode 100644 index 000000000..33a217422 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ643d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3341030237 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.234 + period_days: 62.0 + axial_tilt_deg: 51.4 +physical: + gravity_g: 0.44 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.12 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ643d + +Frozen planet. + +**System:** [GJ-643](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Land** | 98% | +| **Year** | 62 days | + +## Description + + diff --git a/wiki/star-systems/GJ-643/bodies/GJ643d/markers.json b/wiki/star-systems/GJ-643/bodies/GJ643d/markers.json new file mode 100644 index 000000000..56970a422 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643d/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 34, + 200 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 117, + 162 + ], + "peak": [ + 106, + 102 + ], + "area_cells": 12721 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 406 + ], + "peak": [ + 95, + 406 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 465 + ], + "peak": [ + 102, + 465 + ], + "area_cells": 38 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 489 + ], + "peak": [ + 128, + 475 + ], + "area_cells": 617 + }, + { + "id": "range_11", + "name": null, + "center": [ + 252, + 102 + ], + "peak": [ + 254, + 102 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-643/bodies/GJ643e/globe.png b/wiki/star-systems/GJ-643/bodies/GJ643e/globe.png new file mode 100644 index 000000000..e321a3fc2 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643e/globe.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643e/heightmap.png b/wiki/star-systems/GJ-643/bodies/GJ643e/heightmap.png new file mode 100644 index 000000000..304280766 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643e/heightmap.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643e/index.md b/wiki/star-systems/GJ-643/bodies/GJ643e/index.md new file mode 100644 index 000000000..568a04606 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ643e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3983191983 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.512 + period_days: 200.0 + axial_tilt_deg: 57.8 +physical: + gravity_g: 0.34 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.129 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ643e + +Frozen planet. + +**System:** [GJ-643](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-643/bodies/GJ643e/markers.json b/wiki/star-systems/GJ-643/bodies/GJ643e/markers.json new file mode 100644 index 000000000..aa9335513 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643e/markers.json @@ -0,0 +1,289 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 48, + 264 + ], + "area_fraction": 0.0633 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 115, + 365 + ], + "area_fraction": 0.0143 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 180, + 248 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 232, + 369 + ], + "area_fraction": 0.0096 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 77 + ], + "peak": [ + 3, + 80 + ], + "area_cells": 55 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 67 + ], + "peak": [ + 7, + 67 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 17 + ], + "peak": [ + 52, + 16 + ], + "area_cells": 82 + }, + { + "id": "range_4", + "name": null, + "center": [ + 64, + 498 + ], + "peak": [ + 66, + 497 + ], + "area_cells": 267 + }, + { + "id": "range_6", + "name": null, + "center": [ + 97, + 498 + ], + "peak": [ + 104, + 509 + ], + "area_cells": 636 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 8 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 376 + }, + { + "id": "range_8", + "name": null, + "center": [ + 117, + 231 + ], + "peak": [ + 114, + 223 + ], + "area_cells": 750 + }, + { + "id": "range_9", + "name": null, + "center": [ + 185, + 110 + ], + "peak": [ + 170, + 149 + ], + "area_cells": 13595 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 275 + ], + "peak": [ + 126, + 277 + ], + "area_cells": 48 + }, + { + "id": "range_11", + "name": null, + "center": [ + 130, + 209 + ], + "peak": [ + 131, + 208 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 141, + 44 + ], + "peak": [ + 136, + 47 + ], + "area_cells": 785 + }, + { + "id": "range_14", + "name": null, + "center": [ + 154, + 78 + ], + "peak": [ + 152, + 84 + ], + "area_cells": 222 + }, + { + "id": "range_15", + "name": null, + "center": [ + 160, + 428 + ], + "peak": [ + 160, + 432 + ], + "area_cells": 205 + }, + { + "id": "range_16", + "name": null, + "center": [ + 166, + 37 + ], + "peak": [ + 167, + 40 + ], + "area_cells": 157 + }, + { + "id": "range_18", + "name": null, + "center": [ + 210, + 504 + ], + "peak": [ + 210, + 511 + ], + "area_cells": 114 + }, + { + "id": "range_20", + "name": null, + "center": [ + 238, + 35 + ], + "peak": [ + 238, + 36 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 248, + 507 + ], + "peak": [ + 248, + 511 + ], + "area_cells": 133 + }, + { + "id": "range_22", + "name": null, + "center": [ + 253, + 167 + ], + "peak": [ + 255, + 167 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-643/bodies/GJ643f/globe.png b/wiki/star-systems/GJ-643/bodies/GJ643f/globe.png new file mode 100644 index 000000000..4995123c5 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643f/globe.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643f/heightmap.png b/wiki/star-systems/GJ-643/bodies/GJ643f/heightmap.png new file mode 100644 index 000000000..b571a5d5f Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643f/heightmap.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643f/index.md b/wiki/star-systems/GJ-643/bodies/GJ643f/index.md new file mode 100644 index 000000000..c21a50c61 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ643f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4284473355 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.041 + period_days: 580.0 + axial_tilt_deg: 50.8 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.713 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.428 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ643f + +Frozen planet. + +**System:** [GJ-643](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-643/bodies/GJ643f/markers.json b/wiki/star-systems/GJ-643/bodies/GJ643f/markers.json new file mode 100644 index 000000000..4d6ceba6b --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643f/markers.json @@ -0,0 +1,225 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 41, + 22 + ], + "area_fraction": 0.0313 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 33, + 486 + ], + "area_fraction": 0.0281 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 75, + 54 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 142, + 287 + ], + "area_fraction": 0.1248 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 122, + 437 + ], + "area_fraction": 0.017 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 120, + 90 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 127, + 181 + ], + "area_fraction": 0.016 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 212, + 465 + ], + "area_fraction": 0.0242 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 9, + 267 + ], + "peak": [ + 0, + 275 + ], + "area_cells": 737 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 389 + ], + "peak": [ + 8, + 384 + ], + "area_cells": 398 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 182 + ], + "peak": [ + 39, + 183 + ], + "area_cells": 140 + }, + { + "id": "range_9", + "name": null, + "center": [ + 53, + 280 + ], + "peak": [ + 54, + 281 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 69, + 420 + ], + "peak": [ + 71, + 424 + ], + "area_cells": 132 + }, + { + "id": "range_13", + "name": null, + "center": [ + 74, + 143 + ], + "peak": [ + 76, + 143 + ], + "area_cells": 256 + }, + { + "id": "range_14", + "name": null, + "center": [ + 94, + 121 + ], + "peak": [ + 96, + 119 + ], + "area_cells": 72 + }, + { + "id": "range_15", + "name": null, + "center": [ + 154, + 103 + ], + "peak": [ + 154, + 100 + ], + "area_cells": 180 + }, + { + "id": "range_16", + "name": null, + "center": [ + 217, + 81 + ], + "peak": [ + 251, + 112 + ], + "area_cells": 7464 + }, + { + "id": "range_17", + "name": null, + "center": [ + 203, + 369 + ], + "peak": [ + 212, + 368 + ], + "area_cells": 671 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-643/bodies/GJ643g/globe.png b/wiki/star-systems/GJ-643/bodies/GJ643g/globe.png new file mode 100644 index 000000000..337277504 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643g/globe.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643g/heightmap.png b/wiki/star-systems/GJ-643/bodies/GJ643g/heightmap.png new file mode 100644 index 000000000..559d2a1c1 Binary files /dev/null and b/wiki/star-systems/GJ-643/bodies/GJ643g/heightmap.png differ diff --git a/wiki/star-systems/GJ-643/bodies/GJ643g/index.md b/wiki/star-systems/GJ-643/bodies/GJ643g/index.md new file mode 100644 index 000000000..9170da898 --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ643g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3787910507 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 40.0 +physical: + gravity_g: 0.07 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.859 + polar_ice_lat: 0.153 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ643g + +Frozen planet. + +**System:** [GJ-643](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-643/bodies/GJ643g/markers.json b/wiki/star-systems/GJ-643/bodies/GJ643g/markers.json new file mode 100644 index 000000000..d0b54f16c --- /dev/null +++ b/wiki/star-systems/GJ-643/bodies/GJ643g/markers.json @@ -0,0 +1,231 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 16, + 253 + ], + "area_fraction": 0.0496 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 19, + 479 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 161, + 300 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 208, + 90 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 237, + 468 + ], + "area_fraction": 0.0212 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 241, + 343 + ], + "area_fraction": 0.0151 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 126 + ], + "peak": [ + 73, + 127 + ], + "area_cells": 1288 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 339 + ], + "peak": [ + 62, + 357 + ], + "area_cells": 965 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 462 + ], + "peak": [ + 80, + 473 + ], + "area_cells": 3562 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 272 + ], + "peak": [ + 84, + 265 + ], + "area_cells": 1453 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 52 + ], + "peak": [ + 117, + 71 + ], + "area_cells": 3548 + }, + { + "id": "range_10", + "name": null, + "center": [ + 110, + 230 + ], + "peak": [ + 112, + 231 + ], + "area_cells": 202 + }, + { + "id": "range_11", + "name": null, + "center": [ + 116, + 249 + ], + "peak": [ + 117, + 250 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 155, + 173 + ], + "peak": [ + 150, + 169 + ], + "area_cells": 263 + }, + { + "id": "range_13", + "name": null, + "center": [ + 154, + 460 + ], + "peak": [ + 155, + 461 + ], + "area_cells": 82 + }, + { + "id": "range_14", + "name": null, + "center": [ + 159, + 406 + ], + "peak": [ + 158, + 399 + ], + "area_cells": 285 + }, + { + "id": "range_16", + "name": null, + "center": [ + 186, + 179 + ], + "peak": [ + 186, + 180 + ], + "area_cells": 36 + }, + { + "id": "range_17", + "name": null, + "center": [ + 190, + 214 + ], + "peak": [ + 190, + 216 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ644Ab/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/globe.png new file mode 100644 index 000000000..ca65b641d Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ab/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/heightmap.png new file mode 100644 index 000000000..cd55ec1fc Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ab/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/index.md new file mode 100644 index 000000000..c267582f6 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ644Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 626098309 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 2.0 +physical: + gravity_g: 0.35 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.937 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Ab + +Barren planet. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 93% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ab/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/markers.json new file mode 100644 index 000000000..fbe717e4f --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ab/markers.json @@ -0,0 +1,324 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 145, + 501 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 375 + ], + "peak": [ + 91, + 408 + ], + "area_cells": 10397 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 468 + ], + "peak": [ + 2, + 465 + ], + "area_cells": 112 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 67 + ], + "peak": [ + 4, + 67 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 35, + 6 + ], + "peak": [ + 35, + 4 + ], + "area_cells": 110 + }, + { + "id": "range_14", + "name": null, + "center": [ + 40, + 506 + ], + "peak": [ + 39, + 507 + ], + "area_cells": 86 + }, + { + "id": "range_15", + "name": null, + "center": [ + 53, + 20 + ], + "peak": [ + 53, + 20 + ], + "area_cells": 27 + }, + { + "id": "range_17", + "name": null, + "center": [ + 57, + 50 + ], + "peak": [ + 58, + 61 + ], + "area_cells": 127 + }, + { + "id": "range_18", + "name": null, + "center": [ + 63, + 463 + ], + "peak": [ + 67, + 460 + ], + "area_cells": 252 + }, + { + "id": "range_19", + "name": null, + "center": [ + 69, + 265 + ], + "peak": [ + 71, + 265 + ], + "area_cells": 155 + }, + { + "id": "range_21", + "name": null, + "center": [ + 64, + 426 + ], + "peak": [ + 64, + 426 + ], + "area_cells": 45 + }, + { + "id": "range_22", + "name": null, + "center": [ + 75, + 499 + ], + "peak": [ + 76, + 500 + ], + "area_cells": 29 + }, + { + "id": "range_27", + "name": null, + "center": [ + 93, + 173 + ], + "peak": [ + 94, + 173 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 96, + 43 + ], + "peak": [ + 97, + 43 + ], + "area_cells": 61 + }, + { + "id": "range_30", + "name": null, + "center": [ + 127, + 121 + ], + "peak": [ + 124, + 137 + ], + "area_cells": 540 + }, + { + "id": "range_31", + "name": null, + "center": [ + 134, + 186 + ], + "peak": [ + 126, + 196 + ], + "area_cells": 297 + }, + { + "id": "range_32", + "name": null, + "center": [ + 136, + 150 + ], + "peak": [ + 139, + 149 + ], + "area_cells": 53 + }, + { + "id": "range_33", + "name": null, + "center": [ + 147, + 294 + ], + "peak": [ + 142, + 293 + ], + "area_cells": 487 + }, + { + "id": "range_34", + "name": null, + "center": [ + 144, + 344 + ], + "peak": [ + 144, + 345 + ], + "area_cells": 101 + }, + { + "id": "range_35", + "name": null, + "center": [ + 168, + 162 + ], + "peak": [ + 163, + 154 + ], + "area_cells": 383 + }, + { + "id": "range_36", + "name": null, + "center": [ + 175, + 134 + ], + "peak": [ + 163, + 124 + ], + "area_cells": 198 + }, + { + "id": "range_37", + "name": null, + "center": [ + 183, + 193 + ], + "peak": [ + 183, + 189 + ], + "area_cells": 113 + }, + { + "id": "range_40", + "name": null, + "center": [ + 196, + 411 + ], + "peak": [ + 196, + 412 + ], + "area_cells": 20 + }, + { + "id": "range_43", + "name": null, + "center": [ + 206, + 63 + ], + "peak": [ + 205, + 64 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ac/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/globe.png new file mode 100644 index 000000000..6461225f5 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ac/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/heightmap.png new file mode 100644 index 000000000..a6911eed5 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ac/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/index.md new file mode 100644 index 000000000..71b846e4c --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/index.md @@ -0,0 +1,73 @@ +--- +id: GJ644Ac +name: Mavela +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1273869671 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.114 + period_days: 21.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.82 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.356 + polar_ice_lat: 0.675 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.492 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mavela + +Temperate planet. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 21 days | +| **Inhabited** | yes | +| **Population** | 18K | +| **Economy** | manufacturing | +| **Settlement** | town_network | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ac/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/markers.json new file mode 100644 index 000000000..3bf3c9cde --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ac/markers.json @@ -0,0 +1,533 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 135, + 167 + ], + [ + 134, + 166 + ], + [ + 133, + 166 + ], + [ + 132, + 165 + ], + [ + 131, + 164 + ], + [ + 132, + 163 + ], + [ + 132, + 162 + ], + [ + 132, + 161 + ], + [ + 132, + 160 + ], + [ + 132, + 159 + ], + [ + 132, + 158 + ], + [ + 132, + 157 + ], + [ + 132, + 156 + ], + [ + 133, + 155 + ], + [ + 133, + 154 + ], + [ + 133, + 153 + ], + [ + 133, + 152 + ], + [ + 134, + 152 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 114, + 86 + ], + [ + 113, + 86 + ], + [ + 112, + 85 + ], + [ + 111, + 85 + ], + [ + 110, + 84 + ], + [ + 109, + 83 + ], + [ + 108, + 82 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 172, + 7 + ], + [ + 171, + 6 + ], + [ + 170, + 5 + ], + [ + 169, + 4 + ], + [ + 168, + 5 + ], + [ + 167, + 6 + ], + [ + 166, + 5 + ], + [ + 165, + 4 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 94, + 90 + ], + [ + 95, + 91 + ], + [ + 96, + 92 + ], + [ + 97, + 92 + ], + [ + 98, + 91 + ], + [ + 99, + 90 + ], + [ + 100, + 89 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 128, + 150 + ], + [ + 127, + 149 + ], + [ + 126, + 148 + ], + [ + 125, + 148 + ], + [ + 124, + 148 + ], + [ + 123, + 147 + ], + [ + 122, + 146 + ], + [ + 121, + 146 + ], + [ + 120, + 146 + ], + [ + 119, + 146 + ], + [ + 120, + 145 + ], + [ + 120, + 144 + ], + [ + 121, + 144 + ], + [ + 121, + 143 + ], + [ + 120, + 143 + ], + [ + 119, + 144 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 138, + 202 + ], + [ + 139, + 201 + ], + [ + 140, + 202 + ], + [ + 141, + 201 + ], + [ + 142, + 200 + ], + [ + 143, + 199 + ], + [ + 144, + 198 + ], + [ + 145, + 197 + ], + [ + 146, + 196 + ], + [ + 147, + 195 + ], + [ + 147, + 194 + ], + [ + 148, + 193 + ], + [ + 148, + 192 + ], + [ + 149, + 191 + ], + [ + 150, + 190 + ], + [ + 151, + 189 + ], + [ + 151, + 188 + ], + [ + 152, + 187 + ], + [ + 153, + 186 + ], + [ + 154, + 185 + ], + [ + 153, + 185 + ], + [ + 152, + 184 + ], + [ + 152, + 183 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 248 + ], + [ + 254, + 248 + ], + [ + 253, + 249 + ], + [ + 252, + 250 + ], + [ + 251, + 251 + ], + [ + 250, + 252 + ], + [ + 249, + 253 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 41, + 258 + ], + "area_fraction": 0.2912 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 124, + 36 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 142, + 487 + ], + "area_fraction": 0.014 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 209, + 229 + ], + "area_fraction": 0.3262 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 123, + 290 + ], + "peak": [ + 145, + 296 + ], + "area_cells": 1851 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 25 + ], + "peak": [ + 109, + 20 + ], + "area_cells": 456 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 147 + ], + "peak": [ + 114, + 155 + ], + "area_cells": 430 + }, + { + "id": "range_4", + "name": null, + "center": [ + 151, + 412 + ], + "peak": [ + 176, + 398 + ], + "area_cells": 1883 + }, + { + "id": "range_5", + "name": null, + "center": [ + 156, + 375 + ], + "peak": [ + 157, + 376 + ], + "area_cells": 78 + }, + { + "id": "range_6", + "name": null, + "center": [ + 182, + 482 + ], + "peak": [ + 186, + 477 + ], + "area_cells": 723 + }, + { + "id": "range_7", + "name": null, + "center": [ + 173, + 233 + ], + "peak": [ + 171, + 236 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ad/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/globe.png new file mode 100644 index 000000000..1f0af3f29 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ad/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/heightmap.png new file mode 100644 index 000000000..b6185c0e5 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ad/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/index.md new file mode 100644 index 000000000..f5d1e856d --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ644Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3116066305 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.45 + period_days: 165.0 + axial_tilt_deg: 23.2 +physical: + gravity_g: 0.5 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.53 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Ad + +Cold Arid planet. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 165 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ad/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/markers.json new file mode 100644 index 000000000..142e18f2e --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ad/markers.json @@ -0,0 +1,870 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 29, + 42 + ], + [ + 30, + 43 + ], + [ + 31, + 44 + ], + [ + 32, + 45 + ], + [ + 33, + 44 + ], + [ + 34, + 45 + ], + [ + 35, + 46 + ], + [ + 36, + 47 + ], + [ + 37, + 48 + ], + [ + 38, + 47 + ], + [ + 39, + 46 + ], + [ + 39, + 47 + ], + [ + 40, + 48 + ], + [ + 41, + 47 + ], + [ + 40, + 46 + ], + [ + 41, + 45 + ], + [ + 42, + 45 + ], + [ + 42, + 44 + ], + [ + 43, + 44 + ], + [ + 42, + 43 + ], + [ + 43, + 42 + ], + [ + 43, + 41 + ], + [ + 44, + 40 + ], + [ + 43, + 39 + ], + [ + 44, + 38 + ], + [ + 45, + 37 + ], + [ + 44, + 36 + ], + [ + 45, + 35 + ], + [ + 46, + 34 + ], + [ + 46, + 33 + ], + [ + 47, + 32 + ], + [ + 46, + 31 + ], + [ + 47, + 30 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 245, + 132 + ], + [ + 244, + 133 + ], + [ + 243, + 134 + ], + [ + 242, + 135 + ], + [ + 241, + 134 + ], + [ + 240, + 135 + ], + [ + 239, + 134 + ], + [ + 238, + 133 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 15, + 330 + ], + [ + 15, + 331 + ], + [ + 16, + 332 + ], + [ + 17, + 333 + ], + [ + 18, + 334 + ], + [ + 19, + 334 + ], + [ + 20, + 334 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 173, + 401 + ], + [ + 172, + 400 + ], + [ + 171, + 400 + ], + [ + 171, + 399 + ], + [ + 171, + 398 + ], + [ + 172, + 397 + ], + [ + 171, + 396 + ], + [ + 172, + 395 + ], + [ + 171, + 394 + ], + [ + 171, + 393 + ], + [ + 171, + 392 + ], + [ + 171, + 391 + ], + [ + 171, + 390 + ], + [ + 170, + 389 + ], + [ + 170, + 388 + ], + [ + 169, + 387 + ], + [ + 168, + 386 + ], + [ + 167, + 385 + ], + [ + 166, + 384 + ], + [ + 166, + 383 + ], + [ + 166, + 382 + ], + [ + 165, + 382 + ], + [ + 165, + 381 + ], + [ + 164, + 380 + ], + [ + 163, + 381 + ], + [ + 162, + 381 + ], + [ + 161, + 381 + ], + [ + 160, + 381 + ], + [ + 159, + 380 + ], + [ + 158, + 380 + ], + [ + 157, + 380 + ], + [ + 158, + 381 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 24, + 0 + ], + [ + 24, + 511 + ], + [ + 23, + 510 + ], + [ + 22, + 511 + ], + [ + 21, + 0 + ], + [ + 20, + 511 + ], + [ + 19, + 510 + ], + [ + 19, + 511 + ], + [ + 19, + 0 + ], + [ + 18, + 511 + ], + [ + 17, + 0 + ], + [ + 16, + 1 + ], + [ + 17, + 1 + ], + [ + 17, + 2 + ], + [ + 18, + 2 + ], + [ + 19, + 3 + ], + [ + 19, + 2 + ], + [ + 20, + 1 + ], + [ + 19, + 1 + ], + [ + 18, + 0 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 233, + 254 + ], + [ + 234, + 255 + ], + [ + 235, + 255 + ], + [ + 236, + 256 + ], + [ + 237, + 256 + ], + [ + 238, + 257 + ], + [ + 239, + 257 + ], + [ + 240, + 257 + ], + [ + 241, + 256 + ], + [ + 242, + 257 + ], + [ + 243, + 257 + ], + [ + 244, + 256 + ], + [ + 245, + 256 + ], + [ + 245, + 257 + ], + [ + 245, + 258 + ], + [ + 244, + 258 + ], + [ + 243, + 258 + ], + [ + 242, + 258 + ], + [ + 241, + 259 + ], + [ + 241, + 260 + ], + [ + 242, + 260 + ], + [ + 243, + 261 + ], + [ + 244, + 262 + ], + [ + 245, + 261 + ], + [ + 245, + 260 + ], + [ + 246, + 261 + ], + [ + 245, + 262 + ], + [ + 244, + 261 + ], + [ + 244, + 260 + ], + [ + 243, + 259 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 121, + 314 + ], + [ + 120, + 314 + ], + [ + 119, + 313 + ], + [ + 118, + 314 + ], + [ + 117, + 313 + ], + [ + 116, + 314 + ], + [ + 116, + 313 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 246 + ], + [ + 254, + 245 + ], + [ + 254, + 244 + ], + [ + 253, + 245 + ], + [ + 252, + 246 + ], + [ + 252, + 247 + ], + [ + 251, + 246 + ], + [ + 250, + 245 + ], + [ + 249, + 244 + ], + [ + 248, + 243 + ], + [ + 247, + 243 + ], + [ + 246, + 242 + ], + [ + 245, + 243 + ], + [ + 244, + 243 + ], + [ + 243, + 244 + ], + [ + 242, + 243 + ], + [ + 243, + 242 + ], + [ + 244, + 241 + ], + [ + 244, + 242 + ], + [ + 245, + 241 + ], + [ + 245, + 240 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 254, + 324 + ], + [ + 253, + 323 + ], + [ + 252, + 322 + ], + [ + 252, + 321 + ], + [ + 251, + 320 + ], + [ + 251, + 319 + ], + [ + 250, + 318 + ], + [ + 251, + 317 + ], + [ + 250, + 316 + ], + [ + 249, + 315 + ], + [ + 248, + 314 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 169, + 331 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 233, + 359 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 93, + 176 + ], + "peak": [ + 103, + 177 + ], + "area_cells": 8489 + }, + { + "id": "range_3", + "name": null, + "center": [ + 100, + 409 + ], + "peak": [ + 109, + 408 + ], + "area_cells": 5625 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 1 + ], + "peak": [ + 94, + 0 + ], + "area_cells": 20 + }, + { + "id": "range_5", + "name": null, + "center": [ + 140, + 472 + ], + "peak": [ + 143, + 476 + ], + "area_cells": 152 + }, + { + "id": "range_7", + "name": null, + "center": [ + 166, + 441 + ], + "peak": [ + 166, + 440 + ], + "area_cells": 231 + }, + { + "id": "range_8", + "name": null, + "center": [ + 190, + 14 + ], + "peak": [ + 192, + 1 + ], + "area_cells": 356 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 506 + ], + "peak": [ + 193, + 511 + ], + "area_cells": 116 + }, + { + "id": "range_10", + "name": null, + "center": [ + 193, + 43 + ], + "peak": [ + 194, + 43 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/globe.png new file mode 100644 index 000000000..598b2cef7 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/heightmap.png new file mode 100644 index 000000000..70c7a1b10 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/index.md new file mode 100644 index 000000000..eeb88958c --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ644Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1773284875 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: 0.12 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.411 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Ae-m1 + +Frozen moon. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 90% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/markers.json new file mode 100644 index 000000000..ea95f7974 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ae-m1/markers.json @@ -0,0 +1,233 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 90, + 418 + ], + "area_fraction": 0.0839 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 97 + ], + "peak": [ + 36, + 121 + ], + "area_cells": 5332 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 418 + ], + "peak": [ + 0, + 417 + ], + "area_cells": 867 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 354 + ], + "peak": [ + 12, + 362 + ], + "area_cells": 710 + }, + { + "id": "range_6", + "name": null, + "center": [ + 16, + 326 + ], + "peak": [ + 22, + 329 + ], + "area_cells": 108 + }, + { + "id": "range_9", + "name": null, + "center": [ + 40, + 490 + ], + "peak": [ + 39, + 485 + ], + "area_cells": 84 + }, + { + "id": "range_11", + "name": null, + "center": [ + 135, + 278 + ], + "peak": [ + 132, + 277 + ], + "area_cells": 369 + }, + { + "id": "range_12", + "name": null, + "center": [ + 175, + 273 + ], + "peak": [ + 181, + 254 + ], + "area_cells": 2358 + }, + { + "id": "range_14", + "name": null, + "center": [ + 158, + 161 + ], + "peak": [ + 160, + 160 + ], + "area_cells": 146 + }, + { + "id": "range_15", + "name": null, + "center": [ + 164, + 457 + ], + "peak": [ + 166, + 458 + ], + "area_cells": 73 + }, + { + "id": "range_17", + "name": null, + "center": [ + 201, + 350 + ], + "peak": [ + 201, + 349 + ], + "area_cells": 21 + }, + { + "id": "range_23", + "name": null, + "center": [ + 248, + 355 + ], + "peak": [ + 250, + 351 + ], + "area_cells": 207 + }, + { + "id": "range_24", + "name": null, + "center": [ + 249, + 391 + ], + "peak": [ + 243, + 377 + ], + "area_cells": 496 + }, + { + "id": "range_26", + "name": null, + "center": [ + 247, + 425 + ], + "peak": [ + 248, + 424 + ], + "area_cells": 62 + }, + { + "id": "range_27", + "name": null, + "center": [ + 252, + 232 + ], + "peak": [ + 255, + 235 + ], + "area_cells": 84 + }, + { + "id": "range_28", + "name": null, + "center": [ + 251, + 503 + ], + "peak": [ + 254, + 503 + ], + "area_cells": 20 + }, + { + "id": "range_31", + "name": null, + "center": [ + 253, + 7 + ], + "peak": [ + 255, + 8 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ae/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ae/globe.png new file mode 100644 index 000000000..76c9cd781 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ae/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ae/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ae/index.md new file mode 100644 index 000000000..3df1c7ee7 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ae/index.md @@ -0,0 +1,70 @@ +--- +id: GJ644Ae +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3231493741 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.157 + period_days: 680.0 + axial_tilt_deg: 25.8 +physical: + gravity_g: null + oblateness: 0.0645 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.09 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.45 + opacity_base: 0.62 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ644Ae + +Gas giant. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Af/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Af/globe.png new file mode 100644 index 000000000..4681b0825 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Af/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Af/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Af/heightmap.png new file mode 100644 index 000000000..1ecdd5e49 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Af/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Af/index.md new file mode 100644 index 000000000..a8c931d69 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ644Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4176062683 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.532 + period_days: 2200.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.41 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.116 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Af + +Frozen planet. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.41g | +| **Land** | 94% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Af/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Af/markers.json new file mode 100644 index 000000000..bb5eb2628 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Af/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 326 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 46, + 79 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 75, + 361 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 96, + 223 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 457 + ], + "peak": [ + 43, + 494 + ], + "area_cells": 3491 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 279 + ], + "peak": [ + 54, + 284 + ], + "area_cells": 319 + }, + { + "id": "range_5", + "name": null, + "center": [ + 140, + 52 + ], + "peak": [ + 141, + 42 + ], + "area_cells": 261 + }, + { + "id": "range_6", + "name": null, + "center": [ + 194, + 198 + ], + "peak": [ + 187, + 203 + ], + "area_cells": 3371 + }, + { + "id": "range_7", + "name": null, + "center": [ + 165, + 274 + ], + "peak": [ + 165, + 274 + ], + "area_cells": 53 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 294 + ], + "peak": [ + 167, + 297 + ], + "area_cells": 156 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 71 + ], + "peak": [ + 191, + 88 + ], + "area_cells": 1848 + }, + { + "id": "range_11", + "name": null, + "center": [ + 217, + 16 + ], + "peak": [ + 217, + 18 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ag/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/globe.png new file mode 100644 index 000000000..a88b94358 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ag/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/heightmap.png new file mode 100644 index 000000000..955e1ef48 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ag/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/index.md new file mode 100644 index 000000000..0c1b652ae --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ644Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1941819073 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.259 + period_days: 4800.0 + axial_tilt_deg: 16.2 +physical: + gravity_g: 0.32 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.103 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.405 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Ag + +Frozen planet. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 95% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ag/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/markers.json new file mode 100644 index 000000000..a9cf052f1 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ag/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 225, + 87 + ], + "area_fraction": 0.0356 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 229 + ], + "peak": [ + 83, + 119 + ], + "area_cells": 47235 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 439 + ], + "peak": [ + 0, + 443 + ], + "area_cells": 236 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 446 + ], + "peak": [ + 26, + 451 + ], + "area_cells": 164 + }, + { + "id": "range_6", + "name": null, + "center": [ + 25, + 237 + ], + "peak": [ + 26, + 241 + ], + "area_cells": 57 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 346 + ], + "peak": [ + 56, + 339 + ], + "area_cells": 105 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 256 + ], + "peak": [ + 158, + 257 + ], + "area_cells": 66 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 204 + ], + "peak": [ + 156, + 205 + ], + "area_cells": 42 + }, + { + "id": "range_14", + "name": null, + "center": [ + 230, + 400 + ], + "peak": [ + 229, + 401 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ah/globe.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/globe.png new file mode 100644 index 000000000..5836e16f3 Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/globe.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ah/heightmap.png b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/heightmap.png new file mode 100644 index 000000000..d9bce69ea Binary files /dev/null and b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ah/index.md b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/index.md new file mode 100644 index 000000000..a4b8582a8 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ644Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3409569206 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.571 + period_days: 9200.0 + axial_tilt_deg: 47.6 +physical: + gravity_g: 0.25 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Ah + +Frozen planet. + +**System:** [GJ-644A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Land** | 92% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644A/bodies/GJ644Ah/markers.json b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/markers.json new file mode 100644 index 000000000..0ad23a287 --- /dev/null +++ b/wiki/star-systems/GJ-644A/bodies/GJ644Ah/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 227, + 144 + ], + "area_fraction": 0.0438 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 196, + 266 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 195 + ], + "peak": [ + 0, + 201 + ], + "area_cells": 442 + }, + { + "id": "range_4", + "name": null, + "center": [ + 21, + 346 + ], + "peak": [ + 22, + 345 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 171 + ], + "peak": [ + 37, + 189 + ], + "area_cells": 5288 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 344 + ], + "peak": [ + 63, + 343 + ], + "area_cells": 104 + }, + { + "id": "range_8", + "name": null, + "center": [ + 76, + 487 + ], + "peak": [ + 73, + 487 + ], + "area_cells": 400 + }, + { + "id": "range_9", + "name": null, + "center": [ + 124, + 459 + ], + "peak": [ + 114, + 472 + ], + "area_cells": 915 + }, + { + "id": "range_10", + "name": null, + "center": [ + 133, + 49 + ], + "peak": [ + 131, + 60 + ], + "area_cells": 675 + }, + { + "id": "range_11", + "name": null, + "center": [ + 128, + 392 + ], + "peak": [ + 126, + 393 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 132, + 383 + ], + "peak": [ + 131, + 379 + ], + "area_cells": 114 + }, + { + "id": "range_13", + "name": null, + "center": [ + 138, + 495 + ], + "peak": [ + 139, + 493 + ], + "area_cells": 302 + }, + { + "id": "range_15", + "name": null, + "center": [ + 143, + 397 + ], + "peak": [ + 144, + 397 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 148, + 346 + ], + "peak": [ + 144, + 344 + ], + "area_cells": 136 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 358 + ], + "peak": [ + 160, + 358 + ], + "area_cells": 79 + }, + { + "id": "range_19", + "name": null, + "center": [ + 189, + 418 + ], + "peak": [ + 191, + 418 + ], + "area_cells": 135 + }, + { + "id": "range_20", + "name": null, + "center": [ + 191, + 496 + ], + "peak": [ + 192, + 496 + ], + "area_cells": 167 + }, + { + "id": "range_21", + "name": null, + "center": [ + 191, + 19 + ], + "peak": [ + 193, + 19 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ644Cb/globe.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/globe.png new file mode 100644 index 000000000..77a60927d Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/globe.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cb/heightmap.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/heightmap.png new file mode 100644 index 000000000..e86f30667 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/heightmap.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cb/index.md b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/index.md new file mode 100644 index 000000000..2490b1037 --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/index.md @@ -0,0 +1,73 @@ +--- +id: GJ644Cb +name: Tombua +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3856160303 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.8 +physical: + gravity_g: 0.78 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.554 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.114 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Tombua + +Cold Arid planet. + +**System:** [GJ-644C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 5 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cb/markers.json b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/markers.json new file mode 100644 index 000000000..256f3945b --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cb/markers.json @@ -0,0 +1,856 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 158, + 452 + ], + [ + 157, + 451 + ], + [ + 156, + 450 + ], + [ + 155, + 449 + ], + [ + 154, + 448 + ], + [ + 153, + 447 + ], + [ + 154, + 446 + ], + [ + 155, + 446 + ], + [ + 156, + 445 + ], + [ + 156, + 446 + ], + [ + 155, + 447 + ], + [ + 154, + 447 + ], + [ + 153, + 448 + ], + [ + 152, + 449 + ], + [ + 152, + 450 + ], + [ + 153, + 450 + ], + [ + 153, + 449 + ], + [ + 154, + 449 + ], + [ + 155, + 448 + ], + [ + 156, + 448 + ], + [ + 156, + 447 + ], + [ + 157, + 446 + ], + [ + 157, + 445 + ], + [ + 156, + 444 + ], + [ + 156, + 443 + ], + [ + 155, + 442 + ], + [ + 154, + 441 + ], + [ + 153, + 440 + ], + [ + 152, + 439 + ], + [ + 151, + 438 + ], + [ + 150, + 437 + ], + [ + 149, + 436 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 224, + 251 + ], + [ + 225, + 252 + ], + [ + 226, + 253 + ], + [ + 226, + 254 + ], + [ + 225, + 255 + ], + [ + 226, + 256 + ], + [ + 225, + 256 + ], + [ + 225, + 257 + ], + [ + 224, + 258 + ], + [ + 223, + 259 + ], + [ + 222, + 259 + ], + [ + 222, + 260 + ], + [ + 221, + 261 + ], + [ + 221, + 262 + ], + [ + 220, + 262 + ], + [ + 219, + 263 + ], + [ + 218, + 264 + ], + [ + 217, + 264 + ], + [ + 216, + 264 + ], + [ + 215, + 263 + ], + [ + 214, + 263 + ], + [ + 213, + 263 + ], + [ + 212, + 264 + ], + [ + 211, + 263 + ], + [ + 210, + 263 + ], + [ + 209, + 264 + ], + [ + 208, + 263 + ], + [ + 207, + 263 + ], + [ + 206, + 262 + ], + [ + 205, + 262 + ], + [ + 205, + 261 + ], + [ + 206, + 260 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 109, + 346 + ], + [ + 108, + 345 + ], + [ + 107, + 344 + ], + [ + 106, + 343 + ], + [ + 106, + 342 + ], + [ + 106, + 341 + ], + [ + 106, + 340 + ], + [ + 105, + 341 + ], + [ + 105, + 340 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 112 + ], + [ + 106, + 113 + ], + [ + 106, + 114 + ], + [ + 107, + 115 + ], + [ + 108, + 116 + ], + [ + 108, + 117 + ], + [ + 108, + 118 + ], + [ + 109, + 119 + ], + [ + 109, + 120 + ], + [ + 108, + 119 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 182, + 100 + ], + [ + 183, + 99 + ], + [ + 184, + 98 + ], + [ + 184, + 97 + ], + [ + 184, + 96 + ], + [ + 185, + 95 + ], + [ + 184, + 94 + ], + [ + 185, + 93 + ], + [ + 185, + 92 + ], + [ + 186, + 91 + ], + [ + 187, + 90 + ], + [ + 188, + 89 + ], + [ + 189, + 88 + ], + [ + 190, + 87 + ], + [ + 190, + 86 + ], + [ + 189, + 85 + ], + [ + 190, + 85 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 115, + 497 + ], + [ + 116, + 498 + ], + [ + 117, + 499 + ], + [ + 118, + 500 + ], + [ + 119, + 501 + ], + [ + 120, + 502 + ], + [ + 121, + 503 + ], + [ + 122, + 504 + ], + [ + 123, + 505 + ], + [ + 123, + 506 + ], + [ + 124, + 507 + ], + [ + 125, + 508 + ], + [ + 126, + 509 + ], + [ + 126, + 510 + ], + [ + 126, + 511 + ], + [ + 126, + 0 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 191, + 274 + ], + [ + 192, + 275 + ], + [ + 193, + 275 + ], + [ + 194, + 275 + ], + [ + 195, + 275 + ], + [ + 195, + 276 + ], + [ + 195, + 277 + ], + [ + 194, + 277 + ], + [ + 195, + 278 + ], + [ + 196, + 277 + ], + [ + 196, + 276 + ], + [ + 196, + 275 + ], + [ + 196, + 274 + ], + [ + 197, + 273 + ], + [ + 196, + 272 + ], + [ + 197, + 271 + ], + [ + 198, + 270 + ], + [ + 199, + 269 + ], + [ + 198, + 268 + ], + [ + 198, + 267 + ], + [ + 199, + 268 + ], + [ + 198, + 269 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 133, + 373 + ], + [ + 132, + 372 + ], + [ + 131, + 371 + ], + [ + 131, + 370 + ], + [ + 131, + 369 + ], + [ + 131, + 368 + ], + [ + 132, + 367 + ], + [ + 132, + 366 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 223, + 351 + ], + [ + 224, + 352 + ], + [ + 225, + 353 + ], + [ + 226, + 354 + ], + [ + 227, + 354 + ], + [ + 228, + 354 + ], + [ + 229, + 354 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 118, + 447 + ], + [ + 117, + 447 + ], + [ + 116, + 447 + ], + [ + 115, + 448 + ], + [ + 116, + 449 + ], + [ + 115, + 450 + ], + [ + 116, + 451 + ], + [ + 115, + 451 + ], + [ + 116, + 452 + ], + [ + 116, + 453 + ], + [ + 115, + 452 + ], + [ + 115, + 453 + ], + [ + 114, + 453 + ], + [ + 115, + 454 + ], + [ + 114, + 455 + ], + [ + 114, + 454 + ], + [ + 113, + 455 + ], + [ + 113, + 456 + ], + [ + 114, + 456 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 165, + 382 + ], + "area_fraction": 0.0262 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 171, + 218 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 248, + 357 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 247, + 211 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 335 + ], + "peak": [ + 74, + 415 + ], + "area_cells": 20027 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 30 + ], + "peak": [ + 64, + 31 + ], + "area_cells": 2565 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 152 + ], + "peak": [ + 46, + 149 + ], + "area_cells": 164 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 136 + ], + "peak": [ + 51, + 136 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cc/globe.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/globe.png new file mode 100644 index 000000000..a1e0c4d2f Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/globe.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cc/heightmap.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/heightmap.png new file mode 100644 index 000000000..7a8b46a64 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/heightmap.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cc/index.md b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/index.md new file mode 100644 index 000000000..13c1fc1c5 --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/index.md @@ -0,0 +1,64 @@ +--- +id: GJ644Cc +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 675868141 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.103 + period_days: 18.0 + axial_tilt_deg: 1.5 +physical: + gravity_g: 0.38 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Cc + +Frozen planet. + +**System:** [GJ-644C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 94% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cc/markers.json b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/markers.json new file mode 100644 index 000000000..392dd6465 --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cc/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 5, + 113 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 68, + 474 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 74, + 11 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 88, + 417 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 174, + 95 + ], + "peak": [ + 174, + 88 + ], + "area_cells": 3745 + }, + { + "id": "range_6", + "name": null, + "center": [ + 192, + 25 + ], + "peak": [ + 198, + 25 + ], + "area_cells": 246 + }, + { + "id": "range_7", + "name": null, + "center": [ + 204, + 4 + ], + "peak": [ + 210, + 2 + ], + "area_cells": 301 + }, + { + "id": "range_8", + "name": null, + "center": [ + 192, + 278 + ], + "peak": [ + 191, + 279 + ], + "area_cells": 123 + }, + { + "id": "range_9", + "name": null, + "center": [ + 206, + 462 + ], + "peak": [ + 206, + 462 + ], + "area_cells": 248 + }, + { + "id": "range_10", + "name": null, + "center": [ + 213, + 494 + ], + "peak": [ + 212, + 488 + ], + "area_cells": 570 + }, + { + "id": "range_11", + "name": null, + "center": [ + 200, + 222 + ], + "peak": [ + 201, + 212 + ], + "area_cells": 133 + }, + { + "id": "range_14", + "name": null, + "center": [ + 239, + 235 + ], + "peak": [ + 255, + 170 + ], + "area_cells": 7135 + }, + { + "id": "range_17", + "name": null, + "center": [ + 245, + 424 + ], + "peak": [ + 255, + 432 + ], + "area_cells": 1453 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 43 + ], + "peak": [ + 255, + 34 + ], + "area_cells": 626 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cd/globe.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/globe.png new file mode 100644 index 000000000..182cf2273 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/globe.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cd/heightmap.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/heightmap.png new file mode 100644 index 000000000..1c5c397c9 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/heightmap.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cd/index.md b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/index.md new file mode 100644 index 000000000..1a343a47f --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/index.md @@ -0,0 +1,65 @@ +--- +id: GJ644Cd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2720918417 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.219 + period_days: 56.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.28 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.86 + polar_ice_lat: 0.228 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.38 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Cd + +Frozen planet. + +**System:** [GJ-644C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 56 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cd/markers.json b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/markers.json new file mode 100644 index 000000000..ed3cb32da --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cd/markers.json @@ -0,0 +1,286 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 11, + 208 + ], + "area_fraction": 0.0352 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 436 + ], + "area_fraction": 0.0419 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 42, + 30 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 95, + 443 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 172, + 190 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 235 + ], + "peak": [ + 45, + 236 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 93, + 27 + ], + "peak": [ + 98, + 23 + ], + "area_cells": 330 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 231 + ], + "peak": [ + 91, + 230 + ], + "area_cells": 333 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 161 + ], + "peak": [ + 89, + 151 + ], + "area_cells": 305 + }, + { + "id": "range_7", + "name": null, + "center": [ + 119, + 258 + ], + "peak": [ + 114, + 251 + ], + "area_cells": 1167 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 1 + ], + "peak": [ + 96, + 2 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 107, + 67 + ], + "peak": [ + 109, + 62 + ], + "area_cells": 404 + }, + { + "id": "range_12", + "name": null, + "center": [ + 121, + 125 + ], + "peak": [ + 122, + 126 + ], + "area_cells": 54 + }, + { + "id": "range_13", + "name": null, + "center": [ + 134, + 210 + ], + "peak": [ + 137, + 211 + ], + "area_cells": 122 + }, + { + "id": "range_14", + "name": null, + "center": [ + 146, + 509 + ], + "peak": [ + 148, + 511 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 167, + 45 + ], + "peak": [ + 162, + 21 + ], + "area_cells": 952 + }, + { + "id": "range_16", + "name": null, + "center": [ + 202, + 330 + ], + "peak": [ + 246, + 277 + ], + "area_cells": 10736 + }, + { + "id": "range_17", + "name": null, + "center": [ + 190, + 142 + ], + "peak": [ + 193, + 150 + ], + "area_cells": 394 + }, + { + "id": "range_19", + "name": null, + "center": [ + 194, + 41 + ], + "peak": [ + 193, + 43 + ], + "area_cells": 25 + }, + { + "id": "range_20", + "name": null, + "center": [ + 200, + 493 + ], + "peak": [ + 200, + 494 + ], + "area_cells": 115 + }, + { + "id": "range_23", + "name": null, + "center": [ + 218, + 181 + ], + "peak": [ + 217, + 183 + ], + "area_cells": 143 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 162 + ], + "peak": [ + 251, + 132 + ], + "area_cells": 1926 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Ce/globe.png b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/globe.png new file mode 100644 index 000000000..15d071fb6 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/globe.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Ce/heightmap.png b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/heightmap.png new file mode 100644 index 000000000..c068b71d9 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/heightmap.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Ce/index.md b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/index.md new file mode 100644 index 000000000..bd20d9137 --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/index.md @@ -0,0 +1,65 @@ +--- +id: GJ644Ce +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3219320998 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.477 + period_days: 180.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.723 + polar_ice_lat: 0.187 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.445 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Ce + +Frozen planet. + +**System:** [GJ-644C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Ce/markers.json b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/markers.json new file mode 100644 index 000000000..37ea1c0af --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Ce/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 37, + 137 + ], + "area_fraction": 0.0807 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 51, + 404 + ], + "area_fraction": 0.1305 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 185, + 328 + ], + "area_fraction": 0.009 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 197, + 376 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 413 + ], + "peak": [ + 85, + 413 + ], + "area_cells": 109 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 171 + ], + "peak": [ + 111, + 165 + ], + "area_cells": 323 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 405 + ], + "peak": [ + 161, + 408 + ], + "area_cells": 567 + }, + { + "id": "range_9", + "name": null, + "center": [ + 151, + 222 + ], + "peak": [ + 149, + 224 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 173, + 427 + ], + "peak": [ + 174, + 428 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 191, + 442 + ], + "peak": [ + 192, + 443 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 238, + 194 + ], + "peak": [ + 217, + 164 + ], + "area_cells": 10472 + }, + { + "id": "range_14", + "name": null, + "center": [ + 245, + 471 + ], + "peak": [ + 245, + 453 + ], + "area_cells": 1430 + }, + { + "id": "range_15", + "name": null, + "center": [ + 234, + 427 + ], + "peak": [ + 235, + 427 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cf/globe.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/globe.png new file mode 100644 index 000000000..bbe7782d9 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/globe.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cf/heightmap.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/heightmap.png new file mode 100644 index 000000000..1d90a7d4d Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/heightmap.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cf/index.md b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/index.md new file mode 100644 index 000000000..2340cd556 --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ644Cf +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1781574005 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.917 + period_days: 480.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.07 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.073 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Cf + +Frozen planet. + +**System:** [GJ-644C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cf/markers.json b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/markers.json new file mode 100644 index 000000000..e6e36d23c --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cf/markers.json @@ -0,0 +1,124 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 77 + ], + "area_fraction": 0.0801 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 221 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 14, + 439 + ], + "area_fraction": 0.036 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 219, + 227 + ], + "area_fraction": 0.0621 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 201, + 486 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 209, + 39 + ], + "area_fraction": 0.006 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 227, + 380 + ], + "area_fraction": 0.0511 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 129, + 275 + ], + "peak": [ + 116, + 328 + ], + "area_cells": 15217 + }, + { + "id": "range_2", + "name": null, + "center": [ + 162, + 292 + ], + "peak": [ + 163, + 292 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 161, + 454 + ], + "peak": [ + 161, + 454 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cg/globe.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/globe.png new file mode 100644 index 000000000..e01028dcb Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/globe.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cg/heightmap.png b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/heightmap.png new file mode 100644 index 000000000..1985e8e41 Binary files /dev/null and b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/heightmap.png differ diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cg/index.md b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/index.md new file mode 100644 index 000000000..f1b46e71e --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ644Cg +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4187233618 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 43.5 +physical: + gravity_g: 0.05 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.202 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ644Cg + +Frozen planet. + +**System:** [GJ-644C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-644C/bodies/GJ644Cg/markers.json b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/markers.json new file mode 100644 index 000000000..03444c5aa --- /dev/null +++ b/wiki/star-systems/GJ-644C/bodies/GJ644Cg/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 11, + 417 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 60, + 124 + ], + "area_fraction": 0.0337 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 92, + 377 + ], + "area_fraction": 0.0888 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 287 + ], + "peak": [ + 6, + 284 + ], + "area_cells": 909 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 395 + ], + "peak": [ + 40, + 395 + ], + "area_cells": 89 + }, + { + "id": "range_4", + "name": null, + "center": [ + 224, + 129 + ], + "peak": [ + 213, + 108 + ], + "area_cells": 11490 + }, + { + "id": "range_5", + "name": null, + "center": [ + 182, + 461 + ], + "peak": [ + 184, + 461 + ], + "area_cells": 143 + }, + { + "id": "range_6", + "name": null, + "center": [ + 202, + 273 + ], + "peak": [ + 208, + 307 + ], + "area_cells": 2574 + }, + { + "id": "range_7", + "name": null, + "center": [ + 190, + 164 + ], + "peak": [ + 189, + 165 + ], + "area_cells": 88 + }, + { + "id": "range_8", + "name": null, + "center": [ + 216, + 250 + ], + "peak": [ + 217, + 245 + ], + "area_cells": 38 + }, + { + "id": "range_9", + "name": null, + "center": [ + 243, + 498 + ], + "peak": [ + 244, + 501 + ], + "area_cells": 676 + }, + { + "id": "range_10", + "name": null, + "center": [ + 232, + 405 + ], + "peak": [ + 233, + 404 + ], + "area_cells": 97 + }, + { + "id": "range_11", + "name": null, + "center": [ + 240, + 381 + ], + "peak": [ + 242, + 381 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ653b/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653b/globe.png new file mode 100644 index 000000000..2189a12fe Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653b/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653b/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653b/heightmap.png new file mode 100644 index 000000000..feb044650 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653b/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653b/index.md b/wiki/star-systems/GJ-653/bodies/GJ653b/index.md new file mode 100644 index 000000000..bb9f865b4 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ653b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3389557694 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.3 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.946 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653b + +Barren planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653b/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653b/markers.json new file mode 100644 index 000000000..68272c2be --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653b/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 103 + ], + "peak": [ + 50, + 68 + ], + "area_cells": 17184 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 437 + ], + "peak": [ + 3, + 456 + ], + "area_cells": 820 + }, + { + "id": "range_4", + "name": null, + "center": [ + 17, + 303 + ], + "peak": [ + 18, + 303 + ], + "area_cells": 66 + }, + { + "id": "range_8", + "name": null, + "center": [ + 91, + 478 + ], + "peak": [ + 93, + 469 + ], + "area_cells": 4812 + }, + { + "id": "range_12", + "name": null, + "center": [ + 76, + 144 + ], + "peak": [ + 80, + 140 + ], + "area_cells": 68 + }, + { + "id": "range_13", + "name": null, + "center": [ + 100, + 43 + ], + "peak": [ + 102, + 43 + ], + "area_cells": 240 + }, + { + "id": "range_14", + "name": null, + "center": [ + 103, + 16 + ], + "peak": [ + 104, + 15 + ], + "area_cells": 49 + }, + { + "id": "range_16", + "name": null, + "center": [ + 115, + 119 + ], + "peak": [ + 119, + 116 + ], + "area_cells": 121 + }, + { + "id": "range_20", + "name": null, + "center": [ + 135, + 152 + ], + "peak": [ + 135, + 154 + ], + "area_cells": 150 + }, + { + "id": "range_23", + "name": null, + "center": [ + 147, + 102 + ], + "peak": [ + 151, + 106 + ], + "area_cells": 204 + }, + { + "id": "range_25", + "name": null, + "center": [ + 135, + 423 + ], + "peak": [ + 137, + 425 + ], + "area_cells": 36 + }, + { + "id": "range_26", + "name": null, + "center": [ + 156, + 433 + ], + "peak": [ + 157, + 434 + ], + "area_cells": 49 + }, + { + "id": "range_27", + "name": null, + "center": [ + 169, + 130 + ], + "peak": [ + 170, + 130 + ], + "area_cells": 350 + }, + { + "id": "range_28", + "name": null, + "center": [ + 173, + 250 + ], + "peak": [ + 175, + 250 + ], + "area_cells": 197 + }, + { + "id": "range_30", + "name": null, + "center": [ + 182, + 290 + ], + "peak": [ + 187, + 290 + ], + "area_cells": 144 + }, + { + "id": "range_31", + "name": null, + "center": [ + 183, + 410 + ], + "peak": [ + 183, + 410 + ], + "area_cells": 24 + }, + { + "id": "range_33", + "name": null, + "center": [ + 185, + 176 + ], + "peak": [ + 186, + 176 + ], + "area_cells": 23 + }, + { + "id": "range_35", + "name": null, + "center": [ + 188, + 45 + ], + "peak": [ + 189, + 45 + ], + "area_cells": 24 + }, + { + "id": "range_36", + "name": null, + "center": [ + 194, + 161 + ], + "peak": [ + 193, + 164 + ], + "area_cells": 89 + }, + { + "id": "range_38", + "name": null, + "center": [ + 201, + 256 + ], + "peak": [ + 203, + 256 + ], + "area_cells": 30 + }, + { + "id": "range_39", + "name": null, + "center": [ + 237, + 97 + ], + "peak": [ + 241, + 95 + ], + "area_cells": 365 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c-1/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653c-1/globe.png new file mode 100644 index 000000000..c86814451 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653c-1/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c-1/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653c-1/heightmap.png new file mode 100644 index 000000000..51d8e8000 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c-1/index.md b/wiki/star-systems/GJ-653/bodies/GJ653c-1/index.md new file mode 100644 index 000000000..4c3b85cea --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ653c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3412791672 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.04 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.986 + 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 +--- + +# GJ653c-1 + +Barren moon. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c-1/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653c-1/markers.json new file mode 100644 index 000000000..346bfc2fc --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653c-1/markers.json @@ -0,0 +1,27 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 154, + 256 + ], + "peak": [ + 126, + 375 + ], + "area_cells": 67413 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653c/globe.png new file mode 100644 index 000000000..485f36753 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653c/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653c/heightmap.png new file mode 100644 index 000000000..032e39680 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653c/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c/index.md b/wiki/star-systems/GJ-653/bodies/GJ653c/index.md new file mode 100644 index 000000000..2a107cbe1 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ653c +name: Brora +body_type: planet +planet_class: arid +body_scale: planet +seed: 571526960 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.246 + period_days: 50.0 + axial_tilt_deg: 11.5 +physical: + gravity_g: 0.84 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.942 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.129 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Brora + +Arid planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 94% | +| **Year** | 50 days | +| **Inhabited** | yes | +| **Population** | 40M | +| **Economy** | extraction | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653c/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653c/markers.json new file mode 100644 index 000000000..455c0dbd5 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653c/markers.json @@ -0,0 +1,445 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 131, + 3 + ], + [ + 130, + 2 + ], + [ + 129, + 2 + ], + [ + 128, + 1 + ], + [ + 127, + 2 + ], + [ + 126, + 2 + ], + [ + 125, + 2 + ], + [ + 124, + 2 + ], + [ + 123, + 3 + ], + [ + 122, + 3 + ], + [ + 121, + 3 + ], + [ + 120, + 3 + ], + [ + 119, + 2 + ], + [ + 118, + 1 + ], + [ + 117, + 0 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 446 + ], + [ + 107, + 447 + ], + [ + 108, + 447 + ], + [ + 109, + 447 + ], + [ + 110, + 448 + ], + [ + 111, + 449 + ], + [ + 112, + 449 + ], + [ + 113, + 448 + ], + [ + 114, + 448 + ], + [ + 115, + 449 + ], + [ + 116, + 450 + ], + [ + 117, + 450 + ], + [ + 117, + 451 + ], + [ + 118, + 451 + ], + [ + 118, + 450 + ], + [ + 119, + 450 + ], + [ + 119, + 449 + ], + [ + 118, + 449 + ], + [ + 118, + 448 + ], + [ + 117, + 448 + ], + [ + 116, + 448 + ], + [ + 117, + 449 + ], + [ + 116, + 449 + ], + [ + 115, + 450 + ], + [ + 116, + 451 + ], + [ + 117, + 452 + ], + [ + 116, + 452 + ], + [ + 117, + 453 + ], + [ + 118, + 452 + ], + [ + 118, + 453 + ], + [ + 117, + 454 + ], + [ + 118, + 455 + ], + [ + 119, + 456 + ], + [ + 120, + 457 + ], + [ + 119, + 457 + ], + [ + 119, + 458 + ], + [ + 120, + 459 + ], + [ + 119, + 460 + ], + [ + 120, + 461 + ], + [ + 119, + 462 + ], + [ + 118, + 463 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 27 + ], + [ + 129, + 26 + ], + [ + 128, + 25 + ], + [ + 127, + 24 + ], + [ + 126, + 23 + ], + [ + 125, + 23 + ], + [ + 124, + 23 + ], + [ + 123, + 22 + ], + [ + 122, + 22 + ], + [ + 121, + 21 + ], + [ + 120, + 21 + ], + [ + 119, + 20 + ], + [ + 118, + 19 + ], + [ + 117, + 19 + ], + [ + 116, + 18 + ], + [ + 115, + 17 + ], + [ + 114, + 17 + ], + [ + 113, + 18 + ], + [ + 112, + 19 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 118, + 217 + ], + "area_fraction": 0.0336 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 101, + 312 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 220 + ], + "peak": [ + 11, + 178 + ], + "area_cells": 11968 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 452 + ], + "peak": [ + 8, + 511 + ], + "area_cells": 5747 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 368 + ], + "peak": [ + 61, + 367 + ], + "area_cells": 45 + }, + { + "id": "range_4", + "name": null, + "center": [ + 221, + 134 + ], + "peak": [ + 218, + 137 + ], + "area_cells": 713 + }, + { + "id": "range_5", + "name": null, + "center": [ + 239, + 23 + ], + "peak": [ + 240, + 26 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 244, + 63 + ], + "peak": [ + 248, + 45 + ], + "area_cells": 234 + }, + { + "id": "range_7", + "name": null, + "center": [ + 242, + 128 + ], + "peak": [ + 242, + 129 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653d/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653d/globe.png new file mode 100644 index 000000000..cbb3801c5 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653d/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653d/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653d/heightmap.png new file mode 100644 index 000000000..227eca09d Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653d/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653d/index.md b/wiki/star-systems/GJ-653/bodies/GJ653d/index.md new file mode 100644 index 000000000..e895c8127 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ653d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 969948404 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.441 + period_days: 120.0 + axial_tilt_deg: 40.2 +physical: + gravity_g: 0.38 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.756 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.236 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653d + +Frozen planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653d/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653d/markers.json new file mode 100644 index 000000000..1de05f55d --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653d/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 262 + ], + "area_fraction": 0.2361 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 145, + 118 + ], + "peak": [ + 142, + 187 + ], + "area_cells": 13207 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 415 + ], + "peak": [ + 157, + 418 + ], + "area_cells": 1548 + }, + { + "id": "range_6", + "name": null, + "center": [ + 146, + 485 + ], + "peak": [ + 150, + 487 + ], + "area_cells": 307 + }, + { + "id": "range_7", + "name": null, + "center": [ + 144, + 379 + ], + "peak": [ + 144, + 379 + ], + "area_cells": 63 + }, + { + "id": "range_8", + "name": null, + "center": [ + 159, + 272 + ], + "peak": [ + 158, + 287 + ], + "area_cells": 654 + }, + { + "id": "range_9", + "name": null, + "center": [ + 155, + 319 + ], + "peak": [ + 157, + 320 + ], + "area_cells": 104 + }, + { + "id": "range_11", + "name": null, + "center": [ + 179, + 314 + ], + "peak": [ + 179, + 316 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653e/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653e/globe.png new file mode 100644 index 000000000..4374aebc5 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653e/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653e/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653e/heightmap.png new file mode 100644 index 000000000..889eb063f Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653e/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653e/index.md b/wiki/star-systems/GJ-653/bodies/GJ653e/index.md new file mode 100644 index 000000000..63a55c682 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ653e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4260919165 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.848 + period_days: 320.0 + axial_tilt_deg: 20.7 +physical: + gravity_g: 0.3 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.772 + polar_ice_lat: 0.22 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653e + +Frozen planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653e/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653e/markers.json new file mode 100644 index 000000000..77c15dd15 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653e/markers.json @@ -0,0 +1,228 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 37, + 327 + ], + "area_fraction": 0.1219 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 50, + 280 + ], + "area_fraction": 0.008 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 69, + 317 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 91, + 480 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 130, + 245 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_43", + "name": null, + "kind": "sea", + "center": [ + 171, + 160 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 212, + 414 + ], + "area_fraction": 0.018 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 152 + ], + "peak": [ + 60, + 151 + ], + "area_cells": 267 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 187 + ], + "peak": [ + 58, + 184 + ], + "area_cells": 181 + }, + { + "id": "range_3", + "name": null, + "center": [ + 76, + 43 + ], + "peak": [ + 77, + 44 + ], + "area_cells": 71 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 202 + ], + "peak": [ + 91, + 187 + ], + "area_cells": 704 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 78 + ], + "peak": [ + 91, + 74 + ], + "area_cells": 132 + }, + { + "id": "range_6", + "name": null, + "center": [ + 92, + 135 + ], + "peak": [ + 93, + 145 + ], + "area_cells": 626 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 65 + ], + "peak": [ + 112, + 68 + ], + "area_cells": 130 + }, + { + "id": "range_9", + "name": null, + "center": [ + 135, + 399 + ], + "peak": [ + 136, + 403 + ], + "area_cells": 72 + }, + { + "id": "range_10", + "name": null, + "center": [ + 204, + 53 + ], + "peak": [ + 213, + 63 + ], + "area_cells": 4006 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 306 + ], + "peak": [ + 175, + 299 + ], + "area_cells": 2016 + }, + { + "id": "range_12", + "name": null, + "center": [ + 195, + 500 + ], + "peak": [ + 191, + 504 + ], + "area_cells": 223 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-1/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653f-1/globe.png new file mode 100644 index 000000000..3b0224f22 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653f-1/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-1/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653f-1/heightmap.png new file mode 100644 index 000000000..d953c3495 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-1/index.md b/wiki/star-systems/GJ-653/bodies/GJ653f-1/index.md new file mode 100644 index 000000000..ed48cc589 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ653f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1939941068 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.05 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.909 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653f-1 + +Barren moon. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-1/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653f-1/markers.json new file mode 100644 index 000000000..3c60d9c96 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653f-1/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 58 + ], + "peak": [ + 74, + 6 + ], + "area_cells": 7727 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 109 + ], + "peak": [ + 0, + 110 + ], + "area_cells": 45 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 116 + ], + "peak": [ + 1, + 117 + ], + "area_cells": 82 + }, + { + "id": "range_5", + "name": null, + "center": [ + 22, + 234 + ], + "peak": [ + 16, + 255 + ], + "area_cells": 2896 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 417 + ], + "peak": [ + 31, + 380 + ], + "area_cells": 11192 + }, + { + "id": "range_10", + "name": null, + "center": [ + 16, + 136 + ], + "peak": [ + 15, + 136 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 23, + 148 + ], + "peak": [ + 26, + 149 + ], + "area_cells": 41 + }, + { + "id": "range_18", + "name": null, + "center": [ + 24, + 94 + ], + "peak": [ + 23, + 95 + ], + "area_cells": 23 + }, + { + "id": "range_24", + "name": null, + "center": [ + 46, + 281 + ], + "peak": [ + 47, + 282 + ], + "area_cells": 20 + }, + { + "id": "range_33", + "name": null, + "center": [ + 118, + 355 + ], + "peak": [ + 121, + 332 + ], + "area_cells": 1373 + }, + { + "id": "range_36", + "name": null, + "center": [ + 126, + 486 + ], + "peak": [ + 116, + 503 + ], + "area_cells": 1349 + }, + { + "id": "range_37", + "name": null, + "center": [ + 122, + 24 + ], + "peak": [ + 116, + 23 + ], + "area_cells": 604 + }, + { + "id": "range_38", + "name": null, + "center": [ + 124, + 236 + ], + "peak": [ + 114, + 236 + ], + "area_cells": 133 + }, + { + "id": "range_39", + "name": null, + "center": [ + 153, + 268 + ], + "peak": [ + 151, + 288 + ], + "area_cells": 1503 + }, + { + "id": "range_41", + "name": null, + "center": [ + 141, + 319 + ], + "peak": [ + 141, + 320 + ], + "area_cells": 34 + }, + { + "id": "range_42", + "name": null, + "center": [ + 144, + 447 + ], + "peak": [ + 144, + 447 + ], + "area_cells": 35 + }, + { + "id": "range_44", + "name": null, + "center": [ + 159, + 458 + ], + "peak": [ + 161, + 458 + ], + "area_cells": 150 + }, + { + "id": "range_45", + "name": null, + "center": [ + 153, + 428 + ], + "peak": [ + 154, + 428 + ], + "area_cells": 29 + }, + { + "id": "range_46", + "name": null, + "center": [ + 158, + 128 + ], + "peak": [ + 160, + 126 + ], + "area_cells": 88 + }, + { + "id": "range_48", + "name": null, + "center": [ + 159, + 99 + ], + "peak": [ + 159, + 102 + ], + "area_cells": 21 + }, + { + "id": "range_54", + "name": null, + "center": [ + 165, + 2 + ], + "peak": [ + 165, + 0 + ], + "area_cells": 24 + }, + { + "id": "range_55", + "name": null, + "center": [ + 170, + 163 + ], + "peak": [ + 170, + 165 + ], + "area_cells": 44 + }, + { + "id": "range_56", + "name": null, + "center": [ + 191, + 152 + ], + "peak": [ + 187, + 154 + ], + "area_cells": 763 + }, + { + "id": "range_57", + "name": null, + "center": [ + 189, + 28 + ], + "peak": [ + 182, + 29 + ], + "area_cells": 206 + }, + { + "id": "range_59", + "name": null, + "center": [ + 186, + 447 + ], + "peak": [ + 183, + 445 + ], + "area_cells": 126 + }, + { + "id": "range_60", + "name": null, + "center": [ + 181, + 469 + ], + "peak": [ + 181, + 469 + ], + "area_cells": 34 + }, + { + "id": "range_61", + "name": null, + "center": [ + 189, + 63 + ], + "peak": [ + 195, + 58 + ], + "area_cells": 156 + }, + { + "id": "range_66", + "name": null, + "center": [ + 204, + 498 + ], + "peak": [ + 201, + 499 + ], + "area_cells": 36 + }, + { + "id": "range_69", + "name": null, + "center": [ + 206, + 57 + ], + "peak": [ + 203, + 59 + ], + "area_cells": 33 + }, + { + "id": "range_73", + "name": null, + "center": [ + 220, + 502 + ], + "peak": [ + 219, + 502 + ], + "area_cells": 49 + }, + { + "id": "range_78", + "name": null, + "center": [ + 252, + 382 + ], + "peak": [ + 252, + 382 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-2/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653f-2/globe.png new file mode 100644 index 000000000..7c43cc292 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653f-2/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-2/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653f-2/heightmap.png new file mode 100644 index 000000000..355658183 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-2/index.md b/wiki/star-systems/GJ-653/bodies/GJ653f-2/index.md new file mode 100644 index 000000000..22eacb3bd --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ653f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2067486024 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 34.0 +physical: + gravity_g: 0.03 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.821 + polar_ice_lat: 0.232 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653f-2 + +Frozen moon. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f-2/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653f-2/markers.json new file mode 100644 index 000000000..289f988eb --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653f-2/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 207, + 159 + ], + "area_fraction": 0.09 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 217, + 410 + ], + "area_fraction": 0.0686 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 64, + 293 + ], + "peak": [ + 77, + 271 + ], + "area_cells": 10556 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 444 + ], + "peak": [ + 57, + 445 + ], + "area_cells": 107 + }, + { + "id": "range_4", + "name": null, + "center": [ + 69, + 159 + ], + "peak": [ + 70, + 154 + ], + "area_cells": 341 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 51 + ], + "peak": [ + 69, + 51 + ], + "area_cells": 121 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 33 + ], + "peak": [ + 66, + 32 + ], + "area_cells": 57 + }, + { + "id": "range_7", + "name": null, + "center": [ + 74, + 194 + ], + "peak": [ + 76, + 193 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 114, + 370 + ], + "peak": [ + 113, + 365 + ], + "area_cells": 287 + }, + { + "id": "range_9", + "name": null, + "center": [ + 116, + 509 + ], + "peak": [ + 116, + 510 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 126, + 243 + ], + "peak": [ + 126, + 244 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653f/globe.png new file mode 100644 index 000000000..175bf5ae4 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653f/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653f/index.md b/wiki/star-systems/GJ-653/bodies/GJ653f/index.md new file mode 100644 index 000000000..b8f0c1fef --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ653f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 176451620 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: null + oblateness: 0.0622 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.173 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 3 + storm_max_size: 0.095 +--- + +# GJ653f + +Gas giant. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653g/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653g/globe.png new file mode 100644 index 000000000..9c6f7e220 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653g/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653g/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653g/heightmap.png new file mode 100644 index 000000000..cccf9b991 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653g/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653g/index.md b/wiki/star-systems/GJ-653/bodies/GJ653g/index.md new file mode 100644 index 000000000..21008c2de --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ653g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1456888228 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.18 + period_days: 3500.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.22 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.894 + polar_ice_lat: 0.17 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653g + +Frozen planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653g/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653g/markers.json new file mode 100644 index 000000000..931ea50fb --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653g/markers.json @@ -0,0 +1,263 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 180 + ], + "area_fraction": 0.0541 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 30, + 304 + ], + "area_fraction": 0.0269 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 38, + 389 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 118, + 384 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 71 + ], + "peak": [ + 105, + 73 + ], + "area_cells": 8422 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 507 + ], + "peak": [ + 68, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 484 + ], + "peak": [ + 85, + 484 + ], + "area_cells": 83 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 175 + ], + "peak": [ + 105, + 175 + ], + "area_cells": 78 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 504 + ], + "peak": [ + 116, + 504 + ], + "area_cells": 140 + }, + { + "id": "range_6", + "name": null, + "center": [ + 179, + 80 + ], + "peak": [ + 178, + 78 + ], + "area_cells": 150 + }, + { + "id": "range_7", + "name": null, + "center": [ + 180, + 117 + ], + "peak": [ + 180, + 120 + ], + "area_cells": 142 + }, + { + "id": "range_8", + "name": null, + "center": [ + 181, + 52 + ], + "peak": [ + 181, + 53 + ], + "area_cells": 100 + }, + { + "id": "range_9", + "name": null, + "center": [ + 223, + 334 + ], + "peak": [ + 255, + 367 + ], + "area_cells": 9270 + }, + { + "id": "range_10", + "name": null, + "center": [ + 183, + 13 + ], + "peak": [ + 193, + 0 + ], + "area_cells": 329 + }, + { + "id": "range_11", + "name": null, + "center": [ + 192, + 446 + ], + "peak": [ + 195, + 448 + ], + "area_cells": 410 + }, + { + "id": "range_12", + "name": null, + "center": [ + 184, + 100 + ], + "peak": [ + 185, + 101 + ], + "area_cells": 83 + }, + { + "id": "range_13", + "name": null, + "center": [ + 194, + 505 + ], + "peak": [ + 196, + 509 + ], + "area_cells": 183 + }, + { + "id": "range_16", + "name": null, + "center": [ + 244, + 187 + ], + "peak": [ + 240, + 183 + ], + "area_cells": 386 + }, + { + "id": "range_17", + "name": null, + "center": [ + 247, + 169 + ], + "peak": [ + 248, + 171 + ], + "area_cells": 87 + }, + { + "id": "range_18", + "name": null, + "center": [ + 244, + 228 + ], + "peak": [ + 245, + 228 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653h/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653h/globe.png new file mode 100644 index 000000000..d9fb8be2b Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653h/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653h/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653h/heightmap.png new file mode 100644 index 000000000..124bd6537 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653h/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653h/index.md b/wiki/star-systems/GJ-653/bodies/GJ653h/index.md new file mode 100644 index 000000000..97be7deed --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ653h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 182377281 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.947 + period_days: 7500.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.1 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.784 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.428 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653h + +Frozen planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 7500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653h/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653h/markers.json new file mode 100644 index 000000000..b0259fa6f --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653h/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 59, + 99 + ], + "area_fraction": 0.1023 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 68, + 487 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 108, + 270 + ], + "area_fraction": 0.0553 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 196, + 494 + ], + "peak": [ + 198, + 493 + ], + "area_cells": 97 + }, + { + "id": "range_2", + "name": null, + "center": [ + 199, + 13 + ], + "peak": [ + 200, + 14 + ], + "area_cells": 69 + }, + { + "id": "range_3", + "name": null, + "center": [ + 235, + 100 + ], + "peak": [ + 226, + 124 + ], + "area_cells": 5023 + }, + { + "id": "range_4", + "name": null, + "center": [ + 240, + 415 + ], + "peak": [ + 250, + 426 + ], + "area_cells": 1914 + }, + { + "id": "range_8", + "name": null, + "center": [ + 236, + 456 + ], + "peak": [ + 237, + 457 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 245, + 501 + ], + "peak": [ + 255, + 501 + ], + "area_cells": 408 + }, + { + "id": "range_13", + "name": null, + "center": [ + 253, + 310 + ], + "peak": [ + 255, + 312 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-653/bodies/GJ653i/globe.png b/wiki/star-systems/GJ-653/bodies/GJ653i/globe.png new file mode 100644 index 000000000..188c88df3 Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653i/globe.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653i/heightmap.png b/wiki/star-systems/GJ-653/bodies/GJ653i/heightmap.png new file mode 100644 index 000000000..5b2cadd0e Binary files /dev/null and b/wiki/star-systems/GJ-653/bodies/GJ653i/heightmap.png differ diff --git a/wiki/star-systems/GJ-653/bodies/GJ653i/index.md b/wiki/star-systems/GJ-653/bodies/GJ653i/index.md new file mode 100644 index 000000000..38d74dadf --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ653i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2440677495 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.532 + period_days: 14000.0 + axial_tilt_deg: 38.1 +physical: + gravity_g: 0.09 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.764 + polar_ice_lat: 0.231 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.251 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ653i + +Frozen planet. + +**System:** [GJ-653](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-653/bodies/GJ653i/markers.json b/wiki/star-systems/GJ-653/bodies/GJ653i/markers.json new file mode 100644 index 000000000..a88b67589 --- /dev/null +++ b/wiki/star-systems/GJ-653/bodies/GJ653i/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 178, + 269 + ], + "area_fraction": 0.086 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 195, + 46 + ], + "area_fraction": 0.0661 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 184, + 457 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 177, + 131 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 193, + 408 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 234, + 433 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 210 + ], + "peak": [ + 11, + 126 + ], + "area_cells": 20806 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 324 + ], + "peak": [ + 56, + 325 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 114 + ], + "peak": [ + 73, + 113 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ656b/globe.png b/wiki/star-systems/GJ-656/bodies/GJ656b/globe.png new file mode 100644 index 000000000..728b7141d Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656b/globe.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656b/heightmap.png b/wiki/star-systems/GJ-656/bodies/GJ656b/heightmap.png new file mode 100644 index 000000000..407b10f56 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656b/heightmap.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656b/index.md b/wiki/star-systems/GJ-656/bodies/GJ656b/index.md new file mode 100644 index 000000000..7ead20d37 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ656b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2014633429 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.36 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.915 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ656b + +Barren planet. + +**System:** [GJ-656](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 98% | +| **Year** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-656/bodies/GJ656b/markers.json b/wiki/star-systems/GJ-656/bodies/GJ656b/markers.json new file mode 100644 index 000000000..4c2f82418 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656b/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 8 + ], + "peak": [ + 30, + 8 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 318 + ], + "peak": [ + 35, + 318 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 93 + ], + "peak": [ + 46, + 97 + ], + "area_cells": 156 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 7 + ], + "peak": [ + 48, + 8 + ], + "area_cells": 24 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 297 + ], + "peak": [ + 48, + 295 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 202 + ], + "peak": [ + 47, + 205 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 13 + ], + "peak": [ + 66, + 16 + ], + "area_cells": 827 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 363 + ], + "peak": [ + 77, + 368 + ], + "area_cells": 625 + }, + { + "id": "range_12", + "name": null, + "center": [ + 68, + 436 + ], + "peak": [ + 64, + 432 + ], + "area_cells": 205 + }, + { + "id": "range_13", + "name": null, + "center": [ + 112, + 198 + ], + "peak": [ + 127, + 208 + ], + "area_cells": 2712 + }, + { + "id": "range_16", + "name": null, + "center": [ + 79, + 502 + ], + "peak": [ + 80, + 509 + ], + "area_cells": 247 + }, + { + "id": "range_18", + "name": null, + "center": [ + 86, + 280 + ], + "peak": [ + 85, + 272 + ], + "area_cells": 407 + }, + { + "id": "range_19", + "name": null, + "center": [ + 125, + 336 + ], + "peak": [ + 85, + 322 + ], + "area_cells": 2803 + }, + { + "id": "range_20", + "name": null, + "center": [ + 82, + 105 + ], + "peak": [ + 82, + 106 + ], + "area_cells": 50 + }, + { + "id": "range_21", + "name": null, + "center": [ + 92, + 413 + ], + "peak": [ + 94, + 414 + ], + "area_cells": 96 + }, + { + "id": "range_23", + "name": null, + "center": [ + 102, + 484 + ], + "peak": [ + 102, + 483 + ], + "area_cells": 106 + }, + { + "id": "range_25", + "name": null, + "center": [ + 124, + 123 + ], + "peak": [ + 131, + 121 + ], + "area_cells": 375 + }, + { + "id": "range_33", + "name": null, + "center": [ + 129, + 496 + ], + "peak": [ + 131, + 497 + ], + "area_cells": 97 + }, + { + "id": "range_34", + "name": null, + "center": [ + 129, + 261 + ], + "peak": [ + 130, + 260 + ], + "area_cells": 26 + }, + { + "id": "range_37", + "name": null, + "center": [ + 154, + 500 + ], + "peak": [ + 154, + 501 + ], + "area_cells": 52 + }, + { + "id": "range_38", + "name": null, + "center": [ + 162, + 23 + ], + "peak": [ + 161, + 23 + ], + "area_cells": 98 + }, + { + "id": "range_39", + "name": null, + "center": [ + 161, + 192 + ], + "peak": [ + 158, + 190 + ], + "area_cells": 55 + }, + { + "id": "range_40", + "name": null, + "center": [ + 161, + 2 + ], + "peak": [ + 161, + 1 + ], + "area_cells": 31 + }, + { + "id": "range_42", + "name": null, + "center": [ + 177, + 326 + ], + "peak": [ + 179, + 326 + ], + "area_cells": 73 + }, + { + "id": "range_43", + "name": null, + "center": [ + 189, + 442 + ], + "peak": [ + 189, + 443 + ], + "area_cells": 31 + }, + { + "id": "range_44", + "name": null, + "center": [ + 197, + 378 + ], + "peak": [ + 198, + 377 + ], + "area_cells": 88 + }, + { + "id": "range_47", + "name": null, + "center": [ + 206, + 387 + ], + "peak": [ + 207, + 388 + ], + "area_cells": 22 + }, + { + "id": "range_48", + "name": null, + "center": [ + 224, + 256 + ], + "peak": [ + 225, + 259 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-656/bodies/GJ656c/globe.png b/wiki/star-systems/GJ-656/bodies/GJ656c/globe.png new file mode 100644 index 000000000..098229bf3 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656c/globe.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656c/heightmap.png b/wiki/star-systems/GJ-656/bodies/GJ656c/heightmap.png new file mode 100644 index 000000000..db3179e06 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656c/heightmap.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656c/index.md b/wiki/star-systems/GJ-656/bodies/GJ656c/index.md new file mode 100644 index 000000000..0ea207723 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ656c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2092828944 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.249 + period_days: 68.0 + axial_tilt_deg: 11.5 +physical: + gravity_g: 0.82 + oblateness: 0.0037 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.414 + polar_ice_lat: 0.513 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.112 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ656c + +Cold Arid planet. + +**System:** [GJ-656](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 41% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-656/bodies/GJ656c/markers.json b/wiki/star-systems/GJ-656/bodies/GJ656c/markers.json new file mode 100644 index 000000000..4297c84a0 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656c/markers.json @@ -0,0 +1,369 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 7, + 31 + ], + [ + 8, + 30 + ], + [ + 9, + 29 + ], + [ + 8, + 29 + ], + [ + 9, + 30 + ], + [ + 9, + 31 + ], + [ + 10, + 31 + ], + [ + 9, + 32 + ], + [ + 8, + 33 + ], + [ + 8, + 34 + ], + [ + 8, + 35 + ], + [ + 9, + 35 + ], + [ + 8, + 36 + ], + [ + 8, + 37 + ], + [ + 9, + 38 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 56, + 392 + ], + [ + 57, + 393 + ], + [ + 58, + 392 + ], + [ + 59, + 391 + ], + [ + 60, + 392 + ], + [ + 61, + 393 + ], + [ + 61, + 392 + ], + [ + 62, + 393 + ], + [ + 63, + 394 + ], + [ + 64, + 393 + ], + [ + 64, + 394 + ], + [ + 65, + 395 + ], + [ + 66, + 395 + ], + [ + 67, + 395 + ], + [ + 68, + 396 + ], + [ + 69, + 397 + ], + [ + 70, + 398 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 30, + 126 + ], + [ + 29, + 125 + ], + [ + 28, + 124 + ], + [ + 27, + 123 + ], + [ + 26, + 123 + ], + [ + 25, + 124 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 197, + 194 + ], + [ + 196, + 193 + ], + [ + 195, + 192 + ], + [ + 194, + 191 + ], + [ + 193, + 191 + ], + [ + 192, + 190 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 112, + 511 + ], + [ + 113, + 510 + ], + [ + 114, + 509 + ], + [ + 115, + 508 + ], + [ + 116, + 507 + ], + [ + 117, + 506 + ], + [ + 118, + 505 + ], + [ + 119, + 504 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 147, + 424 + ], + [ + 148, + 425 + ], + [ + 149, + 426 + ], + [ + 150, + 427 + ], + [ + 151, + 428 + ], + [ + 152, + 429 + ], + [ + 153, + 430 + ], + [ + 154, + 431 + ], + [ + 155, + 431 + ], + [ + 156, + 432 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 44, + 78 + ], + "area_fraction": 0.0954 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 159, + 325 + ], + "area_fraction": 0.4739 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 212, + 10 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 117, + 166 + ], + "peak": [ + 110, + 156 + ], + "area_cells": 1668 + }, + { + "id": "range_2", + "name": null, + "center": [ + 161, + 65 + ], + "peak": [ + 196, + 74 + ], + "area_cells": 6250 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 221 + ], + "peak": [ + 146, + 217 + ], + "area_cells": 288 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-656/bodies/GJ656d/globe.png b/wiki/star-systems/GJ-656/bodies/GJ656d/globe.png new file mode 100644 index 000000000..8330067bf Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656d/globe.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656d/heightmap.png b/wiki/star-systems/GJ-656/bodies/GJ656d/heightmap.png new file mode 100644 index 000000000..838cf4809 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656d/heightmap.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656d/index.md b/wiki/star-systems/GJ-656/bodies/GJ656d/index.md new file mode 100644 index 000000000..319ceff64 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ656d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3177614295 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.562 + period_days: 230.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.5 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.908 + polar_ice_lat: 0.244 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ656d + +Frozen planet. + +**System:** [GJ-656](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 230 days | + +## Description + + diff --git a/wiki/star-systems/GJ-656/bodies/GJ656d/markers.json b/wiki/star-systems/GJ-656/bodies/GJ656d/markers.json new file mode 100644 index 000000000..61ef5b9c4 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656d/markers.json @@ -0,0 +1,187 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 106, + 28 + ], + [ + 107, + 29 + ], + [ + 108, + 30 + ], + [ + 109, + 31 + ], + [ + 110, + 32 + ], + [ + 109, + 33 + ], + [ + 110, + 34 + ], + [ + 109, + 34 + ], + [ + 109, + 35 + ], + [ + 108, + 36 + ], + [ + 108, + 37 + ], + [ + 107, + 38 + ], + [ + 106, + 39 + ], + [ + 105, + 40 + ], + [ + 105, + 41 + ], + [ + 104, + 42 + ], + [ + 105, + 43 + ], + [ + 104, + 44 + ], + [ + 104, + 45 + ], + [ + 105, + 46 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 50 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 271 + ], + "area_fraction": 0.0805 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 221 + ], + "peak": [ + 90, + 223 + ], + "area_cells": 61 + }, + { + "id": "range_2", + "name": null, + "center": [ + 130, + 469 + ], + "peak": [ + 160, + 476 + ], + "area_cells": 5762 + }, + { + "id": "range_3", + "name": null, + "center": [ + 104, + 9 + ], + "peak": [ + 101, + 3 + ], + "area_cells": 314 + }, + { + "id": "range_4", + "name": null, + "center": [ + 130, + 240 + ], + "peak": [ + 111, + 264 + ], + "area_cells": 5727 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 60 + ], + "peak": [ + 155, + 94 + ], + "area_cells": 5948 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-656/bodies/GJ656e/globe.png b/wiki/star-systems/GJ-656/bodies/GJ656e/globe.png new file mode 100644 index 000000000..c1294a400 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656e/globe.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656e/heightmap.png b/wiki/star-systems/GJ-656/bodies/GJ656e/heightmap.png new file mode 100644 index 000000000..8eb560cbf Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656e/heightmap.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656e/index.md b/wiki/star-systems/GJ-656/bodies/GJ656e/index.md new file mode 100644 index 000000000..48d145de5 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ656e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 512232848 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.18 + period_days: 700.0 + axial_tilt_deg: 52.6 +physical: + gravity_g: 0.4 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.2 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.303 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ656e + +Frozen planet. + +**System:** [GJ-656](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-656/bodies/GJ656e/markers.json b/wiki/star-systems/GJ-656/bodies/GJ656e/markers.json new file mode 100644 index 000000000..65a8ccc4a --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656e/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 158, + 407 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 191, + 216 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 218, + 34 + ], + "area_fraction": 0.0271 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 219, + 331 + ], + "area_fraction": 0.0706 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 1, + 48 + ], + "peak": [ + 0, + 46 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 242 + ], + "peak": [ + 119, + 114 + ], + "area_cells": 39764 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 442 + ], + "peak": [ + 105, + 442 + ], + "area_cells": 29 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 405 + ], + "peak": [ + 127, + 406 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-656/bodies/GJ656f/globe.png b/wiki/star-systems/GJ-656/bodies/GJ656f/globe.png new file mode 100644 index 000000000..83cb4a7b6 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656f/globe.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656f/heightmap.png b/wiki/star-systems/GJ-656/bodies/GJ656f/heightmap.png new file mode 100644 index 000000000..7afbbb64e Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656f/heightmap.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656f/index.md b/wiki/star-systems/GJ-656/bodies/GJ656f/index.md new file mode 100644 index 000000000..3f0fb9fad --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ656f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2213289054 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.296 + period_days: 1900.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.791 + polar_ice_lat: 0.26 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.298 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ656f + +Frozen planet. + +**System:** [GJ-656](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 1900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-656/bodies/GJ656f/markers.json b/wiki/star-systems/GJ-656/bodies/GJ656f/markers.json new file mode 100644 index 000000000..16d7ef57d --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656f/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 164, + 375 + ], + "area_fraction": 0.1174 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 108, + 171 + ], + "area_fraction": 0.0231 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 108, + 111 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 160, + 91 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 200, + 487 + ], + "area_fraction": 0.0115 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 57 + ], + "peak": [ + 2, + 73 + ], + "area_cells": 3209 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 180 + ], + "peak": [ + 6, + 176 + ], + "area_cells": 270 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 235 + ], + "peak": [ + 10, + 241 + ], + "area_cells": 427 + }, + { + "id": "range_6", + "name": null, + "center": [ + 13, + 394 + ], + "peak": [ + 0, + 495 + ], + "area_cells": 5394 + }, + { + "id": "range_10", + "name": null, + "center": [ + 31, + 261 + ], + "peak": [ + 32, + 262 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 37, + 45 + ], + "peak": [ + 37, + 46 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-656/bodies/GJ656g/globe.png b/wiki/star-systems/GJ-656/bodies/GJ656g/globe.png new file mode 100644 index 000000000..8e8d8e317 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656g/globe.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656g/heightmap.png b/wiki/star-systems/GJ-656/bodies/GJ656g/heightmap.png new file mode 100644 index 000000000..c6a5090e5 Binary files /dev/null and b/wiki/star-systems/GJ-656/bodies/GJ656g/heightmap.png differ diff --git a/wiki/star-systems/GJ-656/bodies/GJ656g/index.md b/wiki/star-systems/GJ-656/bodies/GJ656g/index.md new file mode 100644 index 000000000..bb12ccfb1 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ656g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4221589445 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.376 + period_days: 5000.0 + axial_tilt_deg: 48.9 +physical: + gravity_g: 0.08 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.841 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ656g + +Frozen planet. + +**System:** [GJ-656](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-656/bodies/GJ656g/markers.json b/wiki/star-systems/GJ-656/bodies/GJ656g/markers.json new file mode 100644 index 000000000..0d2e8ffc9 --- /dev/null +++ b/wiki/star-systems/GJ-656/bodies/GJ656g/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 76 + ], + "area_fraction": 0.0579 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 13, + 285 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 455 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 142, + 144 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 143, + 103 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 102, + 247 + ], + "peak": [ + 103, + 255 + ], + "area_cells": 581 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 216 + ], + "peak": [ + 118, + 217 + ], + "area_cells": 34 + }, + { + "id": "range_4", + "name": null, + "center": [ + 160, + 453 + ], + "peak": [ + 172, + 474 + ], + "area_cells": 3582 + }, + { + "id": "range_9", + "name": null, + "center": [ + 171, + 507 + ], + "peak": [ + 172, + 508 + ], + "area_cells": 107 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 455 + ], + "peak": [ + 192, + 453 + ], + "area_cells": 143 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 178 + ], + "peak": [ + 198, + 179 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 226, + 120 + ], + "peak": [ + 208, + 152 + ], + "area_cells": 2370 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 452 + ], + "peak": [ + 207, + 452 + ], + "area_cells": 33 + }, + { + "id": "range_15", + "name": null, + "center": [ + 215, + 178 + ], + "peak": [ + 216, + 179 + ], + "area_cells": 51 + }, + { + "id": "range_16", + "name": null, + "center": [ + 217, + 449 + ], + "peak": [ + 217, + 449 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ65Ab/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/globe.png new file mode 100644 index 000000000..1f2268c2a Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ab/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/heightmap.png new file mode 100644 index 000000000..c31a3b841 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ab/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/index.md new file mode 100644 index 000000000..01d27ec21 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ65Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2452874354 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 0.6 +physical: + gravity_g: 0.28 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.928 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Ab + +Barren planet. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 97% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ab/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/markers.json new file mode 100644 index 000000000..b6e24089b --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ab/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 432 + ], + "peak": [ + 141, + 412 + ], + "area_cells": 4162 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 418 + ], + "peak": [ + 33, + 419 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 146 + ], + "peak": [ + 42, + 146 + ], + "area_cells": 50 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 158 + ], + "peak": [ + 61, + 158 + ], + "area_cells": 348 + }, + { + "id": "range_5", + "name": null, + "center": [ + 42, + 219 + ], + "peak": [ + 42, + 219 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 423 + ], + "peak": [ + 47, + 424 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 414 + ], + "peak": [ + 50, + 416 + ], + "area_cells": 44 + }, + { + "id": "range_11", + "name": null, + "center": [ + 65, + 125 + ], + "peak": [ + 61, + 129 + ], + "area_cells": 350 + }, + { + "id": "range_12", + "name": null, + "center": [ + 69, + 245 + ], + "peak": [ + 75, + 247 + ], + "area_cells": 218 + }, + { + "id": "range_13", + "name": null, + "center": [ + 155, + 70 + ], + "peak": [ + 111, + 49 + ], + "area_cells": 7411 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 305 + ], + "peak": [ + 185, + 310 + ], + "area_cells": 8567 + }, + { + "id": "range_15", + "name": null, + "center": [ + 67, + 269 + ], + "peak": [ + 67, + 269 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 84, + 145 + ], + "peak": [ + 86, + 146 + ], + "area_cells": 69 + }, + { + "id": "range_18", + "name": null, + "center": [ + 95, + 182 + ], + "peak": [ + 105, + 182 + ], + "area_cells": 265 + }, + { + "id": "range_24", + "name": null, + "center": [ + 106, + 210 + ], + "peak": [ + 107, + 210 + ], + "area_cells": 69 + }, + { + "id": "range_25", + "name": null, + "center": [ + 119, + 221 + ], + "peak": [ + 122, + 222 + ], + "area_cells": 148 + }, + { + "id": "range_32", + "name": null, + "center": [ + 171, + 486 + ], + "peak": [ + 174, + 487 + ], + "area_cells": 95 + }, + { + "id": "range_33", + "name": null, + "center": [ + 185, + 10 + ], + "peak": [ + 178, + 9 + ], + "area_cells": 203 + }, + { + "id": "range_34", + "name": null, + "center": [ + 187, + 508 + ], + "peak": [ + 183, + 509 + ], + "area_cells": 76 + }, + { + "id": "range_42", + "name": null, + "center": [ + 234, + 156 + ], + "peak": [ + 227, + 156 + ], + "area_cells": 34 + }, + { + "id": "range_43", + "name": null, + "center": [ + 249, + 284 + ], + "peak": [ + 252, + 284 + ], + "area_cells": 71 + }, + { + "id": "range_47", + "name": null, + "center": [ + 252, + 313 + ], + "peak": [ + 255, + 316 + ], + "area_cells": 201 + }, + { + "id": "range_49", + "name": null, + "center": [ + 252, + 259 + ], + "peak": [ + 252, + 263 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ac/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/globe.png new file mode 100644 index 000000000..8f16162b6 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ac/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/heightmap.png new file mode 100644 index 000000000..76ba481dc Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ac/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/index.md new file mode 100644 index 000000000..7f2bc35cb --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ65Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 796893072 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 3.6 +physical: + gravity_g: 0.42 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.971 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Ac + +Barren planet. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 98% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ac/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/markers.json new file mode 100644 index 000000000..73aa85e38 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ac/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 43, + 64 + ], + "peak": [ + 44, + 63 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 76, + 87 + ], + "peak": [ + 76, + 88 + ], + "area_cells": 52 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 115 + ], + "peak": [ + 101, + 115 + ], + "area_cells": 143 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 257 + ], + "peak": [ + 139, + 254 + ], + "area_cells": 1013 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 69 + ], + "peak": [ + 103, + 71 + ], + "area_cells": 201 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 509 + ], + "peak": [ + 99, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 160 + ], + "peak": [ + 149, + 175 + ], + "area_cells": 2610 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 25 + ], + "peak": [ + 125, + 27 + ], + "area_cells": 761 + }, + { + "id": "range_12", + "name": null, + "center": [ + 117, + 84 + ], + "peak": [ + 117, + 84 + ], + "area_cells": 75 + }, + { + "id": "range_14", + "name": null, + "center": [ + 136, + 492 + ], + "peak": [ + 123, + 488 + ], + "area_cells": 1136 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 105 + ], + "peak": [ + 134, + 108 + ], + "area_cells": 43 + }, + { + "id": "range_20", + "name": null, + "center": [ + 146, + 298 + ], + "peak": [ + 144, + 304 + ], + "area_cells": 93 + }, + { + "id": "range_21", + "name": null, + "center": [ + 165, + 3 + ], + "peak": [ + 169, + 7 + ], + "area_cells": 109 + }, + { + "id": "range_23", + "name": null, + "center": [ + 176, + 463 + ], + "peak": [ + 176, + 464 + ], + "area_cells": 33 + }, + { + "id": "range_24", + "name": null, + "center": [ + 177, + 381 + ], + "peak": [ + 178, + 381 + ], + "area_cells": 42 + }, + { + "id": "range_29", + "name": null, + "center": [ + 222, + 509 + ], + "peak": [ + 223, + 511 + ], + "area_cells": 27 + }, + { + "id": "range_30", + "name": null, + "center": [ + 226, + 1 + ], + "peak": [ + 224, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_31", + "name": null, + "center": [ + 226, + 42 + ], + "peak": [ + 225, + 39 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ad/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/globe.png new file mode 100644 index 000000000..961a1e047 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ad/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/heightmap.png new file mode 100644 index 000000000..3e839e64d Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ad/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/index.md new file mode 100644 index 000000000..6e9c96320 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/index.md @@ -0,0 +1,69 @@ +--- +id: GJ65Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3013262698 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.11 + period_days: 20.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: 0.35 + oblateness: 0.0024 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.27 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Ad + +Frozen planet. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ad/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/markers.json new file mode 100644 index 000000000..6f560d483 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ad/markers.json @@ -0,0 +1,94 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 245 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 64, + 297 + ], + "area_fraction": 0.0162 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 106, + 280 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 193, + 246 + ], + "area_fraction": 0.0578 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 117, + 224 + ], + "peak": [ + 117, + 225 + ], + "area_cells": 75 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 69 + ], + "peak": [ + 154, + 85 + ], + "area_cells": 1311 + }, + { + "id": "range_6", + "name": null, + "center": [ + 179, + 23 + ], + "peak": [ + 175, + 23 + ], + "area_cells": 673 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ae/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/globe.png new file mode 100644 index 000000000..759b6b9be Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ae/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/heightmap.png new file mode 100644 index 000000000..4ce96e732 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ae/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/index.md new file mode 100644 index 000000000..91e7ec37c --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ65Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2748736821 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.216 + period_days: 55.0 + axial_tilt_deg: 45.2 +physical: + gravity_g: 0.28 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.756 + polar_ice_lat: 0.099 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Ae + +Frozen planet. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ae/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/markers.json new file mode 100644 index 000000000..6aa4ad35a --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ae/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 45, + 158 + ], + "area_fraction": 0.2229 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 38, + 496 + ], + "area_fraction": 0.0157 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 386 + ], + "peak": [ + 80, + 381 + ], + "area_cells": 471 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 447 + ], + "peak": [ + 122, + 451 + ], + "area_cells": 82 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 453 + ], + "peak": [ + 129, + 452 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 183, + 262 + ], + "peak": [ + 184, + 263 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 186, + 45 + ], + "peak": [ + 187, + 47 + ], + "area_cells": 107 + }, + { + "id": "range_10", + "name": null, + "center": [ + 186, + 326 + ], + "peak": [ + 186, + 326 + ], + "area_cells": 111 + }, + { + "id": "range_11", + "name": null, + "center": [ + 228, + 251 + ], + "peak": [ + 208, + 248 + ], + "area_cells": 23907 + }, + { + "id": "range_14", + "name": null, + "center": [ + 253, + 143 + ], + "peak": [ + 253, + 140 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/globe.png new file mode 100644 index 000000000..0fc55b31f Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/heightmap.png new file mode 100644 index 000000000..7d02fd975 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/index.md new file mode 100644 index 000000000..19ed76ae7 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ65Af-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4252806917 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.06 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.887 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Af-1 + +Barren moon. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/markers.json new file mode 100644 index 000000000..344ce13e7 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Af-1/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 15 + ], + "peak": [ + 3, + 15 + ], + "area_cells": 63 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 26 + ], + "peak": [ + 95, + 0 + ], + "area_cells": 1709 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 119 + ], + "peak": [ + 3, + 113 + ], + "area_cells": 1269 + }, + { + "id": "range_7", + "name": null, + "center": [ + 53, + 435 + ], + "peak": [ + 85, + 504 + ], + "area_cells": 9056 + }, + { + "id": "range_16", + "name": null, + "center": [ + 40, + 341 + ], + "peak": [ + 36, + 340 + ], + "area_cells": 194 + }, + { + "id": "range_17", + "name": null, + "center": [ + 69, + 253 + ], + "peak": [ + 91, + 240 + ], + "area_cells": 3166 + }, + { + "id": "range_25", + "name": null, + "center": [ + 76, + 62 + ], + "peak": [ + 73, + 61 + ], + "area_cells": 131 + }, + { + "id": "range_26", + "name": null, + "center": [ + 78, + 334 + ], + "peak": [ + 79, + 335 + ], + "area_cells": 28 + }, + { + "id": "range_27", + "name": null, + "center": [ + 89, + 142 + ], + "peak": [ + 93, + 142 + ], + "area_cells": 22 + }, + { + "id": "range_28", + "name": null, + "center": [ + 159, + 155 + ], + "peak": [ + 164, + 158 + ], + "area_cells": 3308 + }, + { + "id": "range_32", + "name": null, + "center": [ + 95, + 319 + ], + "peak": [ + 96, + 317 + ], + "area_cells": 101 + }, + { + "id": "range_33", + "name": null, + "center": [ + 116, + 311 + ], + "peak": [ + 115, + 312 + ], + "area_cells": 549 + }, + { + "id": "range_36", + "name": null, + "center": [ + 112, + 67 + ], + "peak": [ + 111, + 66 + ], + "area_cells": 61 + }, + { + "id": "range_37", + "name": null, + "center": [ + 115, + 191 + ], + "peak": [ + 111, + 189 + ], + "area_cells": 48 + }, + { + "id": "range_38", + "name": null, + "center": [ + 120, + 153 + ], + "peak": [ + 120, + 157 + ], + "area_cells": 278 + }, + { + "id": "range_40", + "name": null, + "center": [ + 125, + 220 + ], + "peak": [ + 127, + 218 + ], + "area_cells": 256 + }, + { + "id": "range_41", + "name": null, + "center": [ + 121, + 358 + ], + "peak": [ + 121, + 357 + ], + "area_cells": 37 + }, + { + "id": "range_43", + "name": null, + "center": [ + 130, + 266 + ], + "peak": [ + 133, + 268 + ], + "area_cells": 345 + }, + { + "id": "range_45", + "name": null, + "center": [ + 137, + 461 + ], + "peak": [ + 143, + 463 + ], + "area_cells": 123 + }, + { + "id": "range_48", + "name": null, + "center": [ + 140, + 379 + ], + "peak": [ + 140, + 379 + ], + "area_cells": 49 + }, + { + "id": "range_50", + "name": null, + "center": [ + 161, + 458 + ], + "peak": [ + 157, + 455 + ], + "area_cells": 191 + }, + { + "id": "range_51", + "name": null, + "center": [ + 157, + 42 + ], + "peak": [ + 157, + 42 + ], + "area_cells": 58 + }, + { + "id": "range_55", + "name": null, + "center": [ + 225, + 49 + ], + "peak": [ + 209, + 67 + ], + "area_cells": 3237 + }, + { + "id": "range_56", + "name": null, + "center": [ + 185, + 25 + ], + "peak": [ + 185, + 25 + ], + "area_cells": 49 + }, + { + "id": "range_58", + "name": null, + "center": [ + 239, + 490 + ], + "peak": [ + 241, + 483 + ], + "area_cells": 1036 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/globe.png new file mode 100644 index 000000000..53bf26d7d Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/heightmap.png new file mode 100644 index 000000000..b4f173819 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/index.md new file mode 100644 index 000000000..3d0ac98a5 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ65Af-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 469053959 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 16.8 +physical: + gravity_g: 0.04 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.713 + polar_ice_lat: 0.081 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Af-2 + +Frozen moon. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/markers.json new file mode 100644 index 000000000..29d2d31e9 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Af-2/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 46, + 47 + ], + "area_fraction": 0.0703 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 18, + 336 + ], + "area_fraction": 0.1018 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 101, + 453 + ], + "area_fraction": 0.0558 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 134, + 320 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 137, + 19 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 155, + 352 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 200 + ], + "peak": [ + 62, + 201 + ], + "area_cells": 36 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 232 + ], + "peak": [ + 67, + 233 + ], + "area_cells": 88 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 303 + ], + "peak": [ + 64, + 302 + ], + "area_cells": 93 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 287 + ], + "peak": [ + 67, + 287 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 239 + ], + "peak": [ + 90, + 253 + ], + "area_cells": 590 + }, + { + "id": "range_9", + "name": null, + "center": [ + 95, + 185 + ], + "peak": [ + 97, + 184 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 174, + 99 + ], + "peak": [ + 177, + 128 + ], + "area_cells": 8200 + }, + { + "id": "range_11", + "name": null, + "center": [ + 165, + 396 + ], + "peak": [ + 165, + 393 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 180, + 369 + ], + "peak": [ + 176, + 375 + ], + "area_cells": 246 + }, + { + "id": "range_13", + "name": null, + "center": [ + 184, + 412 + ], + "peak": [ + 187, + 410 + ], + "area_cells": 118 + }, + { + "id": "range_14", + "name": null, + "center": [ + 187, + 496 + ], + "peak": [ + 184, + 482 + ], + "area_cells": 344 + }, + { + "id": "range_15", + "name": null, + "center": [ + 203, + 370 + ], + "peak": [ + 202, + 368 + ], + "area_cells": 226 + }, + { + "id": "range_16", + "name": null, + "center": [ + 240, + 322 + ], + "peak": [ + 234, + 237 + ], + "area_cells": 8560 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 11 + ], + "peak": [ + 255, + 9 + ], + "area_cells": 278 + }, + { + "id": "range_23", + "name": null, + "center": [ + 249, + 149 + ], + "peak": [ + 246, + 147 + ], + "area_cells": 348 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Af/globe.png new file mode 100644 index 000000000..a3320885d Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Af/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Af/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Af/index.md new file mode 100644 index 000000000..459cb3c66 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ65Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3246721240 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 11.5 +physical: + gravity_g: null + oblateness: 0.0638 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.185 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.091 +--- + +# GJ65Af + +Gas giant. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ag/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/globe.png new file mode 100644 index 000000000..3ff2b8e79 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ag/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/heightmap.png new file mode 100644 index 000000000..41d791c6b Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ag/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/index.md new file mode 100644 index 000000000..e1e07c296 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ65Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2292351760 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 48.0 +physical: + gravity_g: 0.22 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.726 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.298 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Ag + +Frozen planet. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ag/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/markers.json new file mode 100644 index 000000000..8fe2381b6 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ag/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 93 + ], + "area_fraction": 0.0746 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 38, + 343 + ], + "area_fraction": 0.1599 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 122, + 452 + ], + "area_fraction": 0.0225 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 113, + 240 + ], + "peak": [ + 141, + 242 + ], + "area_cells": 3310 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 292 + ], + "peak": [ + 122, + 291 + ], + "area_cells": 117 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 67 + ], + "peak": [ + 142, + 66 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 193, + 331 + ], + "peak": [ + 194, + 310 + ], + "area_cells": 11190 + }, + { + "id": "range_8", + "name": null, + "center": [ + 154, + 134 + ], + "peak": [ + 156, + 124 + ], + "area_cells": 600 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 75 + ], + "peak": [ + 164, + 74 + ], + "area_cells": 174 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 266 + ], + "peak": [ + 162, + 267 + ], + "area_cells": 49 + }, + { + "id": "range_11", + "name": null, + "center": [ + 164, + 209 + ], + "peak": [ + 165, + 211 + ], + "area_cells": 54 + }, + { + "id": "range_13", + "name": null, + "center": [ + 183, + 9 + ], + "peak": [ + 184, + 0 + ], + "area_cells": 273 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ah/globe.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/globe.png new file mode 100644 index 000000000..567adbcfe Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/globe.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ah/heightmap.png b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/heightmap.png new file mode 100644 index 000000000..bba3ad3e5 Binary files /dev/null and b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ah/index.md b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/index.md new file mode 100644 index 000000000..555946994 --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ65Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2812670061 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.45 + period_days: 3500.0 + axial_tilt_deg: 17.4 +physical: + gravity_g: 0.11 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.773 + polar_ice_lat: 0.059 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ65Ah + +Frozen planet. + +**System:** [GJ-65A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-65A/bodies/GJ65Ah/markers.json b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/markers.json new file mode 100644 index 000000000..0bc0e15af --- /dev/null +++ b/wiki/star-systems/GJ-65A/bodies/GJ65Ah/markers.json @@ -0,0 +1,127 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 130, + 393 + ], + "area_fraction": 0.0228 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 165, + 257 + ], + "area_fraction": 0.134 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 188, + 264 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 216, + 39 + ], + "area_fraction": 0.0312 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 238, + 485 + ], + "area_fraction": 0.0145 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 249, + 90 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 260 + ], + "peak": [ + 0, + 446 + ], + "area_cells": 25429 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 486 + ], + "peak": [ + 59, + 486 + ], + "area_cells": 104 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 89 + ], + "peak": [ + 88, + 95 + ], + "area_cells": 219 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 65 + ], + "peak": [ + 94, + 67 + ], + "area_cells": 231 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ660Ab/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/globe.png new file mode 100644 index 000000000..1b5e97d34 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ab/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/heightmap.png new file mode 100644 index 000000000..04efb2d87 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ab/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/index.md new file mode 100644 index 000000000..5024a2649 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ660Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1209345943 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.144 + period_days: 20.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.3 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.835 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Ab + +Barren planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 90% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ab/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/markers.json new file mode 100644 index 000000000..a7ee5e804 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ab/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 127, + 169 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 141, + 439 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 163, + 384 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 205 + ], + "peak": [ + 46, + 342 + ], + "area_cells": 9320 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 385 + ], + "peak": [ + 6, + 382 + ], + "area_cells": 397 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 460 + ], + "peak": [ + 25, + 464 + ], + "area_cells": 2427 + }, + { + "id": "range_26", + "name": null, + "center": [ + 86, + 315 + ], + "peak": [ + 84, + 314 + ], + "area_cells": 144 + }, + { + "id": "range_27", + "name": null, + "center": [ + 129, + 282 + ], + "peak": [ + 130, + 284 + ], + "area_cells": 115 + }, + { + "id": "range_28", + "name": null, + "center": [ + 130, + 263 + ], + "peak": [ + 131, + 264 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ac/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/globe.png new file mode 100644 index 000000000..0417eb6a8 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ac/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/heightmap.png new file mode 100644 index 000000000..f215bc0f9 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ac/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/index.md new file mode 100644 index 000000000..b64cf49ce --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ660Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3927693998 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.332 + period_days: 70.0 + axial_tilt_deg: 40.5 +physical: + gravity_g: 0.56 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.952 + polar_ice_lat: 0.799 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Ac + +Barren planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.56g | +| **Land** | 95% | +| **Year** | 70 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ac/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/markers.json new file mode 100644 index 000000000..226fe55de --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ac/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 6, + 258 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 36, + 501 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 76, + 76 + ], + "peak": [ + 76, + 75 + ], + "area_cells": 128 + }, + { + "id": "range_4", + "name": null, + "center": [ + 153, + 284 + ], + "peak": [ + 133, + 429 + ], + "area_cells": 19896 + }, + { + "id": "range_10", + "name": null, + "center": [ + 129, + 43 + ], + "peak": [ + 162, + 54 + ], + "area_cells": 1515 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 101 + ], + "peak": [ + 111, + 101 + ], + "area_cells": 90 + }, + { + "id": "range_16", + "name": null, + "center": [ + 141, + 62 + ], + "peak": [ + 141, + 63 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 154, + 6 + ], + "peak": [ + 155, + 0 + ], + "area_cells": 162 + }, + { + "id": "range_19", + "name": null, + "center": [ + 205, + 194 + ], + "peak": [ + 200, + 191 + ], + "area_cells": 890 + }, + { + "id": "range_20", + "name": null, + "center": [ + 191, + 250 + ], + "peak": [ + 189, + 252 + ], + "area_cells": 253 + }, + { + "id": "range_23", + "name": null, + "center": [ + 203, + 232 + ], + "peak": [ + 204, + 232 + ], + "area_cells": 25 + }, + { + "id": "range_24", + "name": null, + "center": [ + 221, + 48 + ], + "peak": [ + 216, + 52 + ], + "area_cells": 237 + }, + { + "id": "range_28", + "name": null, + "center": [ + 227, + 324 + ], + "peak": [ + 227, + 325 + ], + "area_cells": 330 + }, + { + "id": "range_30", + "name": null, + "center": [ + 229, + 344 + ], + "peak": [ + 224, + 345 + ], + "area_cells": 46 + }, + { + "id": "range_31", + "name": null, + "center": [ + 245, + 364 + ], + "peak": [ + 228, + 352 + ], + "area_cells": 462 + }, + { + "id": "range_32", + "name": null, + "center": [ + 245, + 387 + ], + "peak": [ + 241, + 387 + ], + "area_cells": 36 + }, + { + "id": "range_35", + "name": null, + "center": [ + 249, + 396 + ], + "peak": [ + 250, + 397 + ], + "area_cells": 103 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ad/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/globe.png new file mode 100644 index 000000000..c5941481b Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ad/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/heightmap.png new file mode 100644 index 000000000..278e40d5d Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ad/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/index.md new file mode 100644 index 000000000..874b776b5 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ660Ad +name: Seongho Prime +body_type: planet +planet_class: volcanic +body_scale: planet +seed: 3917497673 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.935 + period_days: 330.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.94 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.55 + - 0.4 + - 0.3 +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.933 + tectonics: extreme +environment: + geothermal_flux: extreme + uv_index: high + substrate: sulfuric + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.815 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Seongho Prime + +Volcanic planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | volcanic | +| **Gravity** | 0.94g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 330 days | +| **Inhabited** | yes | +| **Population** | 95K | +| **Economy** | energy | +| **Settlement** | urban_concentrated | +| **Industry** | energy_export | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ad/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/markers.json new file mode 100644 index 000000000..551b7d7e1 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ad/markers.json @@ -0,0 +1,451 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 52, + 78 + ], + [ + 53, + 77 + ], + [ + 54, + 76 + ], + [ + 54, + 77 + ], + [ + 55, + 76 + ], + [ + 54, + 75 + ], + [ + 54, + 74 + ], + [ + 55, + 73 + ], + [ + 55, + 72 + ], + [ + 54, + 71 + ], + [ + 53, + 70 + ], + [ + 53, + 71 + ], + [ + 53, + 72 + ], + [ + 52, + 72 + ], + [ + 51, + 72 + ], + [ + 51, + 71 + ], + [ + 50, + 71 + ], + [ + 49, + 71 + ], + [ + 50, + 70 + ], + [ + 50, + 69 + ], + [ + 49, + 69 + ], + [ + 48, + 68 + ], + [ + 47, + 69 + ], + [ + 46, + 70 + ], + [ + 46, + 69 + ], + [ + 47, + 70 + ], + [ + 48, + 69 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 38, + 314 + ], + [ + 37, + 315 + ], + [ + 36, + 316 + ], + [ + 35, + 317 + ], + [ + 34, + 318 + ], + [ + 33, + 319 + ], + [ + 34, + 320 + ], + [ + 35, + 321 + ], + [ + 35, + 320 + ], + [ + 36, + 320 + ], + [ + 37, + 321 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 54, + 509 + ], + [ + 55, + 508 + ], + [ + 56, + 507 + ], + [ + 57, + 506 + ], + [ + 58, + 505 + ], + [ + 58, + 504 + ], + [ + 59, + 503 + ], + [ + 59, + 502 + ], + [ + 60, + 501 + ], + [ + 61, + 500 + ], + [ + 61, + 499 + ], + [ + 60, + 500 + ], + [ + 59, + 500 + ], + [ + 59, + 501 + ], + [ + 58, + 500 + ], + [ + 59, + 499 + ], + [ + 60, + 498 + ], + [ + 60, + 499 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 10, + 241 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 9, + 477 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 39, + 120 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 138, + 339 + ], + "area_fraction": 0.029 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 147, + 56 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 263 + ], + "peak": [ + 53, + 261 + ], + "area_cells": 440 + }, + { + "id": "range_2", + "name": null, + "center": [ + 64, + 358 + ], + "peak": [ + 64, + 358 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 456 + ], + "peak": [ + 93, + 456 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 127, + 464 + ], + "peak": [ + 111, + 449 + ], + "area_cells": 399 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 235 + ], + "peak": [ + 120, + 241 + ], + "area_cells": 256 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 156 + ], + "peak": [ + 167, + 155 + ], + "area_cells": 179 + }, + { + "id": "range_10", + "name": null, + "center": [ + 191, + 435 + ], + "peak": [ + 172, + 447 + ], + "area_cells": 3090 + }, + { + "id": "range_11", + "name": null, + "center": [ + 227, + 233 + ], + "peak": [ + 246, + 309 + ], + "area_cells": 5730 + }, + { + "id": "range_12", + "name": null, + "center": [ + 233, + 42 + ], + "peak": [ + 231, + 46 + ], + "area_cells": 1088 + }, + { + "id": "range_13", + "name": null, + "center": [ + 241, + 469 + ], + "peak": [ + 242, + 470 + ], + "area_cells": 94 + }, + { + "id": "range_14", + "name": null, + "center": [ + 244, + 488 + ], + "peak": [ + 246, + 484 + ], + "area_cells": 154 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ae/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/globe.png new file mode 100644 index 000000000..8f2aeca19 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ae/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/heightmap.png new file mode 100644 index 000000000..527a438ef Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ae/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/index.md new file mode 100644 index 000000000..95f47a132 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ660Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4114953759 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.543 + period_days: 700.0 + axial_tilt_deg: 29.2 +physical: + gravity_g: 0.52 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.578 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.159 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Ae + +Cold Arid planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ae/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/markers.json new file mode 100644 index 000000000..0f6a5001e --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ae/markers.json @@ -0,0 +1,781 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 2 + ], + [ + 1, + 2 + ], + [ + 2, + 1 + ], + [ + 3, + 0 + ], + [ + 4, + 511 + ], + [ + 5, + 511 + ], + [ + 6, + 511 + ], + [ + 7, + 511 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 224, + 124 + ], + [ + 223, + 125 + ], + [ + 224, + 126 + ], + [ + 224, + 127 + ], + [ + 224, + 128 + ], + [ + 224, + 129 + ], + [ + 224, + 130 + ], + [ + 223, + 131 + ], + [ + 222, + 132 + ], + [ + 223, + 133 + ], + [ + 222, + 134 + ], + [ + 222, + 135 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 217, + 142 + ], + [ + 218, + 141 + ], + [ + 219, + 140 + ], + [ + 220, + 139 + ], + [ + 221, + 138 + ], + [ + 222, + 137 + ], + [ + 222, + 136 + ], + [ + 222, + 135 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 205, + 99 + ], + [ + 204, + 99 + ], + [ + 203, + 98 + ], + [ + 202, + 98 + ], + [ + 201, + 98 + ], + [ + 200, + 98 + ], + [ + 199, + 98 + ], + [ + 198, + 97 + ], + [ + 197, + 96 + ], + [ + 196, + 95 + ], + [ + 195, + 95 + ], + [ + 194, + 94 + ], + [ + 193, + 93 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 46, + 232 + ], + [ + 45, + 233 + ], + [ + 44, + 234 + ], + [ + 43, + 235 + ], + [ + 42, + 235 + ], + [ + 41, + 235 + ], + [ + 40, + 234 + ], + [ + 39, + 235 + ], + [ + 38, + 235 + ], + [ + 37, + 235 + ], + [ + 36, + 235 + ], + [ + 36, + 234 + ], + [ + 37, + 234 + ], + [ + 37, + 233 + ], + [ + 36, + 232 + ], + [ + 37, + 231 + ], + [ + 37, + 230 + ], + [ + 36, + 230 + ], + [ + 36, + 229 + ], + [ + 35, + 229 + ], + [ + 36, + 228 + ], + [ + 37, + 229 + ], + [ + 37, + 228 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 141, + 249 + ], + [ + 140, + 249 + ], + [ + 139, + 248 + ], + [ + 138, + 248 + ], + [ + 137, + 247 + ], + [ + 136, + 246 + ], + [ + 135, + 245 + ], + [ + 134, + 244 + ], + [ + 133, + 243 + ], + [ + 133, + 242 + ], + [ + 132, + 242 + ], + [ + 131, + 241 + ], + [ + 130, + 240 + ], + [ + 129, + 239 + ], + [ + 128, + 238 + ], + [ + 127, + 237 + ], + [ + 126, + 236 + ], + [ + 125, + 235 + ], + [ + 124, + 235 + ], + [ + 123, + 235 + ], + [ + 122, + 236 + ], + [ + 121, + 236 + ], + [ + 120, + 235 + ], + [ + 120, + 234 + ], + [ + 119, + 235 + ], + [ + 118, + 236 + ], + [ + 117, + 237 + ], + [ + 116, + 238 + ], + [ + 115, + 239 + ], + [ + 115, + 240 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 26, + 440 + ], + [ + 27, + 441 + ], + [ + 28, + 442 + ], + [ + 28, + 443 + ], + [ + 29, + 444 + ], + [ + 30, + 444 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 223, + 71 + ], + [ + 222, + 72 + ], + [ + 223, + 73 + ], + [ + 224, + 73 + ], + [ + 224, + 74 + ], + [ + 224, + 75 + ], + [ + 225, + 74 + ], + [ + 226, + 75 + ], + [ + 227, + 75 + ], + [ + 228, + 74 + ], + [ + 229, + 73 + ], + [ + 230, + 72 + ], + [ + 231, + 71 + ], + [ + 232, + 71 + ], + [ + 233, + 71 + ], + [ + 234, + 71 + ], + [ + 235, + 71 + ], + [ + 236, + 71 + ], + [ + 237, + 71 + ], + [ + 238, + 70 + ], + [ + 239, + 70 + ], + [ + 240, + 69 + ], + [ + 241, + 68 + ], + [ + 242, + 67 + ], + [ + 243, + 66 + ], + [ + 244, + 65 + ], + [ + 245, + 64 + ], + [ + 245, + 65 + ], + [ + 246, + 66 + ], + [ + 247, + 65 + ], + [ + 247, + 64 + ], + [ + 248, + 65 + ], + [ + 249, + 66 + ], + [ + 250, + 67 + ], + [ + 251, + 68 + ], + [ + 252, + 67 + ], + [ + 253, + 68 + ], + [ + 254, + 67 + ], + [ + 254, + 68 + ], + [ + 255, + 68 + ], + [ + 254, + 69 + ], + [ + 254, + 70 + ], + [ + 255, + 70 + ], + [ + 255, + 69 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 15, + 406 + ], + [ + 16, + 406 + ], + [ + 17, + 406 + ], + [ + 18, + 406 + ], + [ + 19, + 405 + ], + [ + 20, + 404 + ], + [ + 21, + 405 + ], + [ + 22, + 405 + ], + [ + 22, + 406 + ], + [ + 23, + 405 + ], + [ + 23, + 404 + ], + [ + 22, + 403 + ], + [ + 22, + 404 + ], + [ + 21, + 403 + ], + [ + 21, + 404 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 223 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 140 + ], + "peak": [ + 115, + 133 + ], + "area_cells": 22659 + }, + { + "id": "range_2", + "name": null, + "center": [ + 122, + 432 + ], + "peak": [ + 144, + 484 + ], + "area_cells": 9691 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 369 + ], + "peak": [ + 87, + 373 + ], + "area_cells": 73 + }, + { + "id": "range_6", + "name": null, + "center": [ + 200, + 410 + ], + "peak": [ + 193, + 403 + ], + "area_cells": 778 + }, + { + "id": "range_7", + "name": null, + "center": [ + 204, + 206 + ], + "peak": [ + 201, + 206 + ], + "area_cells": 951 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/globe.png new file mode 100644 index 000000000..e101e28fe Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/heightmap.png new file mode 100644 index 000000000..80a9be960 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/index.md new file mode 100644 index 000000000..602689647 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ660Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3138268931 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.08 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.251 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Af-m1 + +Frozen moon. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/markers.json new file mode 100644 index 000000000..3624a35b3 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Af-m1/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 127, + 399 + ], + "peak": [ + 120, + 376 + ], + "area_cells": 6636 + }, + { + "id": "range_2", + "name": null, + "center": [ + 198, + 122 + ], + "peak": [ + 185, + 82 + ], + "area_cells": 20649 + }, + { + "id": "range_5", + "name": null, + "center": [ + 134, + 266 + ], + "peak": [ + 131, + 265 + ], + "area_cells": 126 + }, + { + "id": "range_6", + "name": null, + "center": [ + 153, + 12 + ], + "peak": [ + 152, + 10 + ], + "area_cells": 659 + }, + { + "id": "range_8", + "name": null, + "center": [ + 148, + 231 + ], + "peak": [ + 149, + 231 + ], + "area_cells": 133 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 497 + ], + "peak": [ + 167, + 495 + ], + "area_cells": 611 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 235 + ], + "peak": [ + 174, + 236 + ], + "area_cells": 132 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Af/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Af/globe.png new file mode 100644 index 000000000..d91814625 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Af/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Af/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Af/index.md new file mode 100644 index 000000000..1901b1f62 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ660Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1662226397 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.107 + period_days: 2000.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: null + oblateness: 0.0502 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.129 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.106 +--- + +# GJ660Af + +Gas giant. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ag/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/globe.png new file mode 100644 index 000000000..ce1d7a170 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ag/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/heightmap.png new file mode 100644 index 000000000..9a81f1c58 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ag/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/index.md new file mode 100644 index 000000000..1b4d9bb02 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ660Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4113278999 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 5.569 + period_days: 4800.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.4 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.894 + polar_ice_lat: 0.191 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Ag + +Frozen planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ag/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/markers.json new file mode 100644 index 000000000..3e0f957c2 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ag/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 17, + 285 + ], + "area_fraction": 0.094 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 349 + ], + "peak": [ + 40, + 350 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 350 + ], + "peak": [ + 57, + 347 + ], + "area_cells": 209 + }, + { + "id": "range_5", + "name": null, + "center": [ + 154, + 317 + ], + "peak": [ + 143, + 281 + ], + "area_cells": 20551 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 190 + ], + "peak": [ + 85, + 190 + ], + "area_cells": 162 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 59 + ], + "peak": [ + 81, + 59 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 93, + 169 + ], + "peak": [ + 92, + 163 + ], + "area_cells": 166 + }, + { + "id": "range_10", + "name": null, + "center": [ + 93, + 363 + ], + "peak": [ + 94, + 361 + ], + "area_cells": 34 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 79 + ], + "peak": [ + 153, + 91 + ], + "area_cells": 1913 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 189 + ], + "peak": [ + 112, + 189 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 131 + ], + "peak": [ + 127, + 131 + ], + "area_cells": 42 + }, + { + "id": "range_17", + "name": null, + "center": [ + 172, + 8 + ], + "peak": [ + 172, + 9 + ], + "area_cells": 174 + }, + { + "id": "range_18", + "name": null, + "center": [ + 172, + 508 + ], + "peak": [ + 173, + 511 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 191, + 351 + ], + "peak": [ + 191, + 353 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ah/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/globe.png new file mode 100644 index 000000000..65a1b27d3 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ah/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/heightmap.png new file mode 100644 index 000000000..9383e42b5 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ah/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/index.md new file mode 100644 index 000000000..b1737b605 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ660Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4094642121 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.384 + period_days: 10500.0 + axial_tilt_deg: 25.4 +physical: + gravity_g: 0.28 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.197 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Ah + +Frozen planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 10500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ah/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/markers.json new file mode 100644 index 000000000..8a3758a86 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ah/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 49, + 203 + ], + "area_fraction": 0.1923 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 134, + 294 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 154, + 211 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 489 + ], + "peak": [ + 82, + 489 + ], + "area_cells": 57 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 494 + ], + "peak": [ + 99, + 495 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 155, + 32 + ], + "peak": [ + 166, + 41 + ], + "area_cells": 1424 + }, + { + "id": "range_6", + "name": null, + "center": [ + 213, + 401 + ], + "peak": [ + 211, + 489 + ], + "area_cells": 15046 + }, + { + "id": "range_8", + "name": null, + "center": [ + 196, + 160 + ], + "peak": [ + 202, + 147 + ], + "area_cells": 315 + }, + { + "id": "range_9", + "name": null, + "center": [ + 223, + 19 + ], + "peak": [ + 225, + 5 + ], + "area_cells": 2465 + }, + { + "id": "range_10", + "name": null, + "center": [ + 187, + 165 + ], + "peak": [ + 187, + 165 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 49 + ], + "peak": [ + 216, + 51 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 226, + 140 + ], + "peak": [ + 226, + 140 + ], + "area_cells": 263 + }, + { + "id": "range_15", + "name": null, + "center": [ + 239, + 251 + ], + "peak": [ + 245, + 245 + ], + "area_cells": 1021 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ai/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/globe.png new file mode 100644 index 000000000..e95992a3b Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ai/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/heightmap.png new file mode 100644 index 000000000..20b9c69b7 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ai/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/index.md new file mode 100644 index 000000000..313e865d4 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ660Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3780090097 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 15.828 + period_days: 23000.0 + axial_tilt_deg: 46.2 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.707 + polar_ice_lat: 0.187 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.367 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Ai + +Frozen planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 23000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Ai/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/markers.json new file mode 100644 index 000000000..8cef5f581 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Ai/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 215, + 257 + ], + "area_fraction": 0.2863 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 61 + ], + "peak": [ + 101, + 20 + ], + "area_cells": 7629 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 205 + ], + "peak": [ + 0, + 206 + ], + "area_cells": 105 + }, + { + "id": "range_5", + "name": null, + "center": [ + 8, + 266 + ], + "peak": [ + 1, + 234 + ], + "area_cells": 1273 + }, + { + "id": "range_6", + "name": null, + "center": [ + 4, + 478 + ], + "peak": [ + 1, + 477 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 10, + 427 + ], + "peak": [ + 11, + 425 + ], + "area_cells": 109 + }, + { + "id": "range_10", + "name": null, + "center": [ + 11, + 445 + ], + "peak": [ + 12, + 445 + ], + "area_cells": 53 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 317 + ], + "peak": [ + 121, + 294 + ], + "area_cells": 8069 + }, + { + "id": "range_14", + "name": null, + "center": [ + 102, + 470 + ], + "peak": [ + 102, + 493 + ], + "area_cells": 2965 + }, + { + "id": "range_15", + "name": null, + "center": [ + 79, + 206 + ], + "peak": [ + 79, + 200 + ], + "area_cells": 261 + }, + { + "id": "range_16", + "name": null, + "center": [ + 92, + 269 + ], + "peak": [ + 94, + 269 + ], + "area_cells": 22 + }, + { + "id": "range_17", + "name": null, + "center": [ + 112, + 105 + ], + "peak": [ + 112, + 106 + ], + "area_cells": 379 + }, + { + "id": "range_18", + "name": null, + "center": [ + 132, + 182 + ], + "peak": [ + 132, + 183 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Aj/globe.png b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/globe.png new file mode 100644 index 000000000..5bbd44362 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/globe.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Aj/heightmap.png b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/heightmap.png new file mode 100644 index 000000000..6f11effc6 Binary files /dev/null and b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Aj/index.md b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/index.md new file mode 100644 index 000000000..2143dc392 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ660Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2911424454 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 25.125 + period_days: 46000.0 + axial_tilt_deg: 57.1 +physical: + gravity_g: 0.1 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.05 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ660Aj + +Frozen planet. + +**System:** [GJ-660A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-660A/bodies/GJ660Aj/markers.json b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/markers.json new file mode 100644 index 000000000..5efaf3268 --- /dev/null +++ b/wiki/star-systems/GJ-660A/bodies/GJ660Aj/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 28 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 55, + 181 + ], + "area_fraction": 0.1451 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 49, + 438 + ], + "area_fraction": 0.096 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 81, + 348 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 105, + 166 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 382 + ], + "peak": [ + 133, + 381 + ], + "area_cells": 210 + }, + { + "id": "range_2", + "name": null, + "center": [ + 213, + 36 + ], + "peak": [ + 227, + 22 + ], + "area_cells": 5895 + }, + { + "id": "range_3", + "name": null, + "center": [ + 172, + 479 + ], + "peak": [ + 169, + 511 + ], + "area_cells": 2634 + }, + { + "id": "range_4", + "name": null, + "center": [ + 163, + 52 + ], + "peak": [ + 160, + 57 + ], + "area_cells": 303 + }, + { + "id": "range_5", + "name": null, + "center": [ + 213, + 366 + ], + "peak": [ + 211, + 354 + ], + "area_cells": 14398 + }, + { + "id": "range_7", + "name": null, + "center": [ + 188, + 71 + ], + "peak": [ + 188, + 72 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 217 + ], + "peak": [ + 193, + 217 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 252, + 347 + ], + "peak": [ + 254, + 348 + ], + "area_cells": 62 + }, + { + "id": "range_17", + "name": null, + "center": [ + 252, + 208 + ], + "peak": [ + 252, + 207 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ661Ab/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/globe.png new file mode 100644 index 000000000..a6c683380 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ab/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/heightmap.png new file mode 100644 index 000000000..198e54a13 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ab/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/index.md new file mode 100644 index 000000000..537a97d92 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2395431657 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.26 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.924 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.019 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ab + +Barren planet. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.26g | +| **Land** | 99% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ab/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/markers.json new file mode 100644 index 000000000..113945bb3 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ab/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 0 + ], + "peak": [ + 32, + 0 + ], + "area_cells": 43 + }, + { + "id": "range_6", + "name": null, + "center": [ + 27, + 37 + ], + "peak": [ + 28, + 38 + ], + "area_cells": 31 + }, + { + "id": "range_14", + "name": null, + "center": [ + 52, + 8 + ], + "peak": [ + 54, + 8 + ], + "area_cells": 58 + }, + { + "id": "range_15", + "name": null, + "center": [ + 67, + 167 + ], + "peak": [ + 69, + 167 + ], + "area_cells": 151 + }, + { + "id": "range_17", + "name": null, + "center": [ + 82, + 427 + ], + "peak": [ + 83, + 427 + ], + "area_cells": 41 + }, + { + "id": "range_18", + "name": null, + "center": [ + 128, + 491 + ], + "peak": [ + 136, + 502 + ], + "area_cells": 2049 + }, + { + "id": "range_20", + "name": null, + "center": [ + 85, + 2 + ], + "peak": [ + 86, + 0 + ], + "area_cells": 29 + }, + { + "id": "range_21", + "name": null, + "center": [ + 93, + 125 + ], + "peak": [ + 92, + 127 + ], + "area_cells": 181 + }, + { + "id": "range_22", + "name": null, + "center": [ + 99, + 456 + ], + "peak": [ + 99, + 455 + ], + "area_cells": 630 + }, + { + "id": "range_23", + "name": null, + "center": [ + 101, + 407 + ], + "peak": [ + 101, + 407 + ], + "area_cells": 35 + }, + { + "id": "range_24", + "name": null, + "center": [ + 120, + 18 + ], + "peak": [ + 122, + 2 + ], + "area_cells": 481 + }, + { + "id": "range_25", + "name": null, + "center": [ + 118, + 168 + ], + "peak": [ + 117, + 161 + ], + "area_cells": 219 + }, + { + "id": "range_26", + "name": null, + "center": [ + 116, + 409 + ], + "peak": [ + 114, + 411 + ], + "area_cells": 55 + }, + { + "id": "range_28", + "name": null, + "center": [ + 122, + 194 + ], + "peak": [ + 124, + 195 + ], + "area_cells": 29 + }, + { + "id": "range_29", + "name": null, + "center": [ + 124, + 301 + ], + "peak": [ + 126, + 300 + ], + "area_cells": 119 + }, + { + "id": "range_32", + "name": null, + "center": [ + 132, + 390 + ], + "peak": [ + 134, + 390 + ], + "area_cells": 27 + }, + { + "id": "range_33", + "name": null, + "center": [ + 146, + 353 + ], + "peak": [ + 153, + 356 + ], + "area_cells": 182 + }, + { + "id": "range_34", + "name": null, + "center": [ + 136, + 425 + ], + "peak": [ + 140, + 424 + ], + "area_cells": 79 + }, + { + "id": "range_35", + "name": null, + "center": [ + 147, + 377 + ], + "peak": [ + 148, + 378 + ], + "area_cells": 163 + }, + { + "id": "range_36", + "name": null, + "center": [ + 144, + 328 + ], + "peak": [ + 144, + 328 + ], + "area_cells": 26 + }, + { + "id": "range_37", + "name": null, + "center": [ + 163, + 11 + ], + "peak": [ + 155, + 0 + ], + "area_cells": 259 + }, + { + "id": "range_39", + "name": null, + "center": [ + 161, + 271 + ], + "peak": [ + 162, + 271 + ], + "area_cells": 22 + }, + { + "id": "range_41", + "name": null, + "center": [ + 174, + 392 + ], + "peak": [ + 176, + 392 + ], + "area_cells": 44 + }, + { + "id": "range_46", + "name": null, + "center": [ + 214, + 152 + ], + "peak": [ + 213, + 151 + ], + "area_cells": 134 + }, + { + "id": "range_47", + "name": null, + "center": [ + 212, + 168 + ], + "peak": [ + 214, + 170 + ], + "area_cells": 170 + }, + { + "id": "range_48", + "name": null, + "center": [ + 230, + 460 + ], + "peak": [ + 222, + 457 + ], + "area_cells": 314 + }, + { + "id": "range_49", + "name": null, + "center": [ + 218, + 345 + ], + "peak": [ + 221, + 345 + ], + "area_cells": 26 + }, + { + "id": "range_50", + "name": null, + "center": [ + 226, + 476 + ], + "peak": [ + 226, + 476 + ], + "area_cells": 88 + }, + { + "id": "range_52", + "name": null, + "center": [ + 227, + 416 + ], + "peak": [ + 230, + 415 + ], + "area_cells": 185 + }, + { + "id": "range_55", + "name": null, + "center": [ + 229, + 384 + ], + "peak": [ + 230, + 383 + ], + "area_cells": 26 + }, + { + "id": "range_56", + "name": null, + "center": [ + 236, + 398 + ], + "peak": [ + 235, + 400 + ], + "area_cells": 110 + }, + { + "id": "range_58", + "name": null, + "center": [ + 241, + 490 + ], + "peak": [ + 242, + 490 + ], + "area_cells": 22 + }, + { + "id": "range_59", + "name": null, + "center": [ + 246, + 155 + ], + "peak": [ + 249, + 155 + ], + "area_cells": 23 + }, + { + "id": "range_66", + "name": null, + "center": [ + 249, + 164 + ], + "peak": [ + 250, + 165 + ], + "area_cells": 38 + }, + { + "id": "range_67", + "name": null, + "center": [ + 251, + 43 + ], + "peak": [ + 251, + 43 + ], + "area_cells": 23 + }, + { + "id": "range_70", + "name": null, + "center": [ + 252, + 410 + ], + "peak": [ + 255, + 409 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ac/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/globe.png new file mode 100644 index 000000000..7551aabad Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ac/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/heightmap.png new file mode 100644 index 000000000..e9e53156d Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ac/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/index.md new file mode 100644 index 000000000..fe8cca95f --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ661Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4223237552 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.293 + period_days: 65.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.58 + oblateness: 0.0023 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.884 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ac + +Barren planet. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 65 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ac/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/markers.json new file mode 100644 index 000000000..b4f2b6469 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ac/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 65 + ], + "peak": [ + 0, + 40 + ], + "area_cells": 1377 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 492 + ], + "peak": [ + 14, + 480 + ], + "area_cells": 466 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 127 + ], + "peak": [ + 80, + 97 + ], + "area_cells": 7325 + }, + { + "id": "range_5", + "name": null, + "center": [ + 44, + 261 + ], + "peak": [ + 43, + 260 + ], + "area_cells": 286 + }, + { + "id": "range_6", + "name": null, + "center": [ + 159, + 367 + ], + "peak": [ + 156, + 373 + ], + "area_cells": 20967 + }, + { + "id": "range_12", + "name": null, + "center": [ + 136, + 6 + ], + "peak": [ + 144, + 0 + ], + "area_cells": 311 + }, + { + "id": "range_13", + "name": null, + "center": [ + 142, + 197 + ], + "peak": [ + 143, + 189 + ], + "area_cells": 83 + }, + { + "id": "range_16", + "name": null, + "center": [ + 157, + 189 + ], + "peak": [ + 158, + 189 + ], + "area_cells": 25 + }, + { + "id": "range_17", + "name": null, + "center": [ + 196, + 70 + ], + "peak": [ + 193, + 69 + ], + "area_cells": 558 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/globe.png new file mode 100644 index 000000000..e813134cc Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/heightmap.png new file mode 100644 index 000000000..c06aa743d Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/index.md new file mode 100644 index 000000000..89ed5b654 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2167754583 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.07 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.823 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ad-1 + +Barren moon. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/markers.json new file mode 100644 index 000000000..878865e98 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ad-1/markers.json @@ -0,0 +1,326 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 386 + ], + "peak": [ + 7, + 370 + ], + "area_cells": 1348 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 3 + ], + "peak": [ + 48, + 0 + ], + "area_cells": 108 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 500 + ], + "peak": [ + 46, + 510 + ], + "area_cells": 223 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 346 + ], + "peak": [ + 58, + 345 + ], + "area_cells": 76 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 487 + ], + "peak": [ + 74, + 483 + ], + "area_cells": 175 + }, + { + "id": "range_8", + "name": null, + "center": [ + 96, + 12 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 749 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 320 + ], + "peak": [ + 78, + 320 + ], + "area_cells": 104 + }, + { + "id": "range_12", + "name": null, + "center": [ + 90, + 293 + ], + "peak": [ + 91, + 293 + ], + "area_cells": 40 + }, + { + "id": "range_13", + "name": null, + "center": [ + 106, + 352 + ], + "peak": [ + 99, + 353 + ], + "area_cells": 267 + }, + { + "id": "range_15", + "name": null, + "center": [ + 99, + 506 + ], + "peak": [ + 101, + 511 + ], + "area_cells": 175 + }, + { + "id": "range_18", + "name": null, + "center": [ + 110, + 86 + ], + "peak": [ + 111, + 87 + ], + "area_cells": 68 + }, + { + "id": "range_19", + "name": null, + "center": [ + 114, + 125 + ], + "peak": [ + 114, + 127 + ], + "area_cells": 184 + }, + { + "id": "range_21", + "name": null, + "center": [ + 122, + 160 + ], + "peak": [ + 124, + 157 + ], + "area_cells": 580 + }, + { + "id": "range_22", + "name": null, + "center": [ + 122, + 48 + ], + "peak": [ + 126, + 46 + ], + "area_cells": 40 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 120 + ], + "peak": [ + 165, + 129 + ], + "area_cells": 2417 + }, + { + "id": "range_25", + "name": null, + "center": [ + 131, + 336 + ], + "peak": [ + 131, + 337 + ], + "area_cells": 34 + }, + { + "id": "range_26", + "name": null, + "center": [ + 149, + 198 + ], + "peak": [ + 157, + 195 + ], + "area_cells": 225 + }, + { + "id": "range_27", + "name": null, + "center": [ + 135, + 252 + ], + "peak": [ + 133, + 259 + ], + "area_cells": 130 + }, + { + "id": "range_37", + "name": null, + "center": [ + 183, + 243 + ], + "peak": [ + 181, + 221 + ], + "area_cells": 1874 + }, + { + "id": "range_38", + "name": null, + "center": [ + 170, + 357 + ], + "peak": [ + 170, + 358 + ], + "area_cells": 59 + }, + { + "id": "range_42", + "name": null, + "center": [ + 186, + 402 + ], + "peak": [ + 188, + 404 + ], + "area_cells": 46 + }, + { + "id": "range_43", + "name": null, + "center": [ + 185, + 488 + ], + "peak": [ + 185, + 489 + ], + "area_cells": 30 + }, + { + "id": "range_50", + "name": null, + "center": [ + 199, + 115 + ], + "peak": [ + 200, + 117 + ], + "area_cells": 61 + }, + { + "id": "range_54", + "name": null, + "center": [ + 209, + 489 + ], + "peak": [ + 211, + 489 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/globe.png new file mode 100644 index 000000000..65380880d Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/heightmap.png new file mode 100644 index 000000000..bb7e38f51 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/index.md new file mode 100644 index 000000000..e9c878bf9 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ661Ad +name: Ys +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1224292796 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.72 + period_days: 250.0 + axial_tilt_deg: 19.5 +physical: + gravity_g: 0.9 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.554 + polar_ice_lat: 0.672 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.463 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Ys + +Temperate planet. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 55% | +| **Year** | 250 days | +| **Inhabited** | yes | +| **Population** | 400M | +| **Economy** | service_mixed | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ad/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/markers.json new file mode 100644 index 000000000..7e4656578 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ad/markers.json @@ -0,0 +1,677 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 239, + 104 + ], + [ + 240, + 103 + ], + [ + 241, + 104 + ], + [ + 242, + 105 + ], + [ + 243, + 106 + ], + [ + 244, + 107 + ], + [ + 245, + 108 + ], + [ + 246, + 109 + ], + [ + 247, + 110 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 87, + 0 + ], + [ + 88, + 511 + ], + [ + 89, + 510 + ], + [ + 90, + 510 + ], + [ + 90, + 511 + ], + [ + 91, + 0 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 208, + 85 + ], + [ + 209, + 85 + ], + [ + 210, + 84 + ], + [ + 211, + 85 + ], + [ + 212, + 85 + ], + [ + 213, + 85 + ], + [ + 214, + 84 + ], + [ + 215, + 85 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 144, + 174 + ], + [ + 143, + 173 + ], + [ + 142, + 172 + ], + [ + 141, + 172 + ], + [ + 140, + 172 + ], + [ + 139, + 173 + ], + [ + 138, + 174 + ], + [ + 137, + 175 + ], + [ + 136, + 176 + ], + [ + 135, + 176 + ], + [ + 134, + 177 + ], + [ + 133, + 177 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 291 + ], + [ + 113, + 290 + ], + [ + 113, + 289 + ], + [ + 112, + 288 + ], + [ + 111, + 287 + ], + [ + 110, + 286 + ], + [ + 109, + 285 + ], + [ + 108, + 284 + ], + [ + 107, + 283 + ], + [ + 108, + 282 + ], + [ + 107, + 281 + ], + [ + 108, + 280 + ], + [ + 108, + 279 + ], + [ + 108, + 278 + ], + [ + 107, + 277 + ], + [ + 108, + 276 + ], + [ + 108, + 275 + ], + [ + 108, + 274 + ], + [ + 109, + 273 + ], + [ + 108, + 272 + ], + [ + 107, + 271 + ], + [ + 108, + 270 + ], + [ + 107, + 269 + ], + [ + 107, + 268 + ], + [ + 107, + 267 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 121, + 223 + ], + [ + 120, + 222 + ], + [ + 119, + 221 + ], + [ + 118, + 221 + ], + [ + 117, + 220 + ], + [ + 116, + 221 + ], + [ + 116, + 222 + ], + [ + 117, + 221 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 137, + 340 + ], + [ + 136, + 339 + ], + [ + 135, + 338 + ], + [ + 134, + 338 + ], + [ + 133, + 337 + ], + [ + 132, + 336 + ], + [ + 131, + 337 + ], + [ + 130, + 337 + ], + [ + 129, + 337 + ], + [ + 128, + 338 + ], + [ + 127, + 339 + ], + [ + 126, + 338 + ], + [ + 125, + 337 + ], + [ + 124, + 336 + ], + [ + 123, + 336 + ], + [ + 122, + 336 + ], + [ + 121, + 335 + ], + [ + 121, + 334 + ], + [ + 120, + 333 + ], + [ + 120, + 332 + ], + [ + 120, + 331 + ], + [ + 120, + 330 + ], + [ + 119, + 329 + ], + [ + 118, + 328 + ], + [ + 117, + 327 + ], + [ + 116, + 326 + ], + [ + 117, + 325 + ], + [ + 116, + 324 + ], + [ + 117, + 323 + ], + [ + 116, + 322 + ], + [ + 117, + 321 + ], + [ + 116, + 320 + ], + [ + 115, + 319 + ], + [ + 114, + 318 + ], + [ + 114, + 317 + ], + [ + 113, + 317 + ], + [ + 112, + 316 + ], + [ + 111, + 315 + ], + [ + 110, + 315 + ], + [ + 109, + 315 + ], + [ + 108, + 315 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 112, + 231 + ], + [ + 111, + 230 + ], + [ + 110, + 229 + ], + [ + 109, + 228 + ], + [ + 108, + 227 + ], + [ + 107, + 226 + ], + [ + 106, + 225 + ], + [ + 105, + 224 + ], + [ + 105, + 223 + ], + [ + 104, + 222 + ], + [ + 105, + 221 + ], + [ + 104, + 220 + ], + [ + 104, + 219 + ], + [ + 105, + 219 + ], + [ + 105, + 220 + ], + [ + 104, + 221 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 132, + 365 + ], + [ + 133, + 366 + ], + [ + 134, + 365 + ], + [ + 135, + 364 + ], + [ + 136, + 363 + ], + [ + 136, + 362 + ], + [ + 136, + 361 + ], + [ + 136, + 360 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 187, + 253 + ], + "area_fraction": 0.4415 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 124 + ], + "peak": [ + 41, + 133 + ], + "area_cells": 456 + }, + { + "id": "range_2", + "name": null, + "center": [ + 48, + 337 + ], + "peak": [ + 52, + 333 + ], + "area_cells": 857 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 252 + ], + "peak": [ + 86, + 252 + ], + "area_cells": 1354 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 372 + ], + "peak": [ + 111, + 374 + ], + "area_cells": 137 + }, + { + "id": "range_5", + "name": null, + "center": [ + 138, + 339 + ], + "peak": [ + 137, + 340 + ], + "area_cells": 116 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ae/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/globe.png new file mode 100644 index 000000000..46e2f5cf1 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ae/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/heightmap.png new file mode 100644 index 000000000..7bdca4c9b Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ae/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/index.md new file mode 100644 index 000000000..fd0e60492 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ661Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4290613258 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.142 + period_days: 500.0 + axial_tilt_deg: 13.2 +physical: + gravity_g: 0.45 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.888 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.075 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ae + +Arid planet. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ae/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/markers.json new file mode 100644 index 000000000..a1fa895fa --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ae/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 0, + 253 + ], + "peak": [ + 0, + 254 + ], + "area_cells": 25 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 95 + ], + "peak": [ + 47, + 129 + ], + "area_cells": 3648 + }, + { + "id": "range_3", + "name": null, + "center": [ + 98, + 251 + ], + "peak": [ + 59, + 218 + ], + "area_cells": 11466 + }, + { + "id": "range_4", + "name": null, + "center": [ + 135, + 412 + ], + "peak": [ + 116, + 403 + ], + "area_cells": 10242 + }, + { + "id": "range_5", + "name": null, + "center": [ + 102, + 7 + ], + "peak": [ + 101, + 2 + ], + "area_cells": 270 + }, + { + "id": "range_6", + "name": null, + "center": [ + 98, + 477 + ], + "peak": [ + 99, + 478 + ], + "area_cells": 83 + }, + { + "id": "range_7", + "name": null, + "center": [ + 107, + 495 + ], + "peak": [ + 102, + 511 + ], + "area_cells": 436 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 197 + ], + "peak": [ + 155, + 197 + ], + "area_cells": 111 + }, + { + "id": "range_9", + "name": null, + "center": [ + 191, + 359 + ], + "peak": [ + 194, + 361 + ], + "area_cells": 187 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 132 + ], + "peak": [ + 201, + 127 + ], + "area_cells": 200 + }, + { + "id": "range_11", + "name": null, + "center": [ + 195, + 100 + ], + "peak": [ + 198, + 98 + ], + "area_cells": 95 + }, + { + "id": "range_13", + "name": null, + "center": [ + 195, + 62 + ], + "peak": [ + 196, + 63 + ], + "area_cells": 36 + }, + { + "id": "range_14", + "name": null, + "center": [ + 196, + 154 + ], + "peak": [ + 197, + 154 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 221, + 444 + ], + "peak": [ + 220, + 444 + ], + "area_cells": 133 + }, + { + "id": "range_16", + "name": null, + "center": [ + 222, + 484 + ], + "peak": [ + 222, + 485 + ], + "area_cells": 130 + }, + { + "id": "range_20", + "name": null, + "center": [ + 227, + 313 + ], + "peak": [ + 227, + 314 + ], + "area_cells": 21 + }, + { + "id": "range_23", + "name": null, + "center": [ + 241, + 332 + ], + "peak": [ + 244, + 333 + ], + "area_cells": 82 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Af/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Af/globe.png new file mode 100644 index 000000000..c3a2acea8 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Af/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Af/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Af/heightmap.png new file mode 100644 index 000000000..ff1610bec Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Af/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Af/index.md new file mode 100644 index 000000000..34a90c1de --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Af/index.md @@ -0,0 +1,69 @@ +--- +id: GJ661Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3004856673 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.627 + period_days: 850.0 + axial_tilt_deg: 25.7 +physical: + gravity_g: 0.4 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.846 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Af + +Frozen planet. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Af/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Af/markers.json new file mode 100644 index 000000000..a4b5d8203 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Af/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 32, + 185 + ], + "area_fraction": 0.0718 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 51, + 368 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 77, + 65 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 76, + 415 + ], + "area_fraction": 0.006 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 117, + 171 + ], + "area_fraction": 0.0311 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ag/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/globe.png new file mode 100644 index 000000000..35d6553e3 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ag/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/heightmap.png new file mode 100644 index 000000000..88b5556c3 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ag/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/index.md new file mode 100644 index 000000000..9f133a2e1 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1568937818 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.16 + period_days: 1300.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.34 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.293 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ag + +Frozen planet. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Land** | 100% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ag/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/markers.json new file mode 100644 index 000000000..9eea56224 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ag/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 90, + 379 + ], + "peak": [ + 94, + 378 + ], + "area_cells": 127 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 307 + ], + "peak": [ + 124, + 312 + ], + "area_cells": 1795 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 183 + ], + "peak": [ + 116, + 183 + ], + "area_cells": 395 + }, + { + "id": "range_7", + "name": null, + "center": [ + 119, + 161 + ], + "peak": [ + 119, + 161 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 196, + 137 + ], + "peak": [ + 217, + 161 + ], + "area_cells": 18706 + }, + { + "id": "range_10", + "name": null, + "center": [ + 197, + 457 + ], + "peak": [ + 166, + 464 + ], + "area_cells": 7090 + }, + { + "id": "range_12", + "name": null, + "center": [ + 188, + 283 + ], + "peak": [ + 188, + 286 + ], + "area_cells": 47 + }, + { + "id": "range_13", + "name": null, + "center": [ + 191, + 264 + ], + "peak": [ + 189, + 263 + ], + "area_cells": 76 + }, + { + "id": "range_14", + "name": null, + "center": [ + 227, + 495 + ], + "peak": [ + 227, + 496 + ], + "area_cells": 33 + }, + { + "id": "range_17", + "name": null, + "center": [ + 244, + 508 + ], + "peak": [ + 247, + 511 + ], + "area_cells": 58 + }, + { + "id": "range_18", + "name": null, + "center": [ + 244, + 380 + ], + "peak": [ + 244, + 379 + ], + "area_cells": 77 + }, + { + "id": "range_19", + "name": null, + "center": [ + 248, + 5 + ], + "peak": [ + 248, + 8 + ], + "area_cells": 111 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/globe.png new file mode 100644 index 000000000..f46d1668f Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/heightmap.png new file mode 100644 index 000000000..e8f4f22e5 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/index.md new file mode 100644 index 000000000..ceb388e00 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Ah-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1809175326 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 35.2 +physical: + gravity_g: 0.08 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.816 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ah-1 + +Barren moon. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/markers.json new file mode 100644 index 000000000..98fac8575 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-1/markers.json @@ -0,0 +1,547 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 108 + ], + "peak": [ + 0, + 79 + ], + "area_cells": 1035 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 448 + ], + "peak": [ + 0, + 447 + ], + "area_cells": 63 + }, + { + "id": "range_4", + "name": null, + "center": [ + 22, + 155 + ], + "peak": [ + 17, + 155 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 26, + 118 + ], + "peak": [ + 28, + 121 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 35, + 404 + ], + "peak": [ + 34, + 402 + ], + "area_cells": 93 + }, + { + "id": "range_14", + "name": null, + "center": [ + 42, + 125 + ], + "peak": [ + 40, + 125 + ], + "area_cells": 35 + }, + { + "id": "range_15", + "name": null, + "center": [ + 90, + 174 + ], + "peak": [ + 98, + 180 + ], + "area_cells": 2931 + }, + { + "id": "range_17", + "name": null, + "center": [ + 110, + 477 + ], + "peak": [ + 100, + 453 + ], + "area_cells": 4260 + }, + { + "id": "range_18", + "name": null, + "center": [ + 99, + 50 + ], + "peak": [ + 84, + 42 + ], + "area_cells": 5611 + }, + { + "id": "range_24", + "name": null, + "center": [ + 110, + 326 + ], + "peak": [ + 115, + 338 + ], + "area_cells": 447 + }, + { + "id": "range_25", + "name": null, + "center": [ + 109, + 241 + ], + "peak": [ + 111, + 242 + ], + "area_cells": 92 + }, + { + "id": "range_29", + "name": null, + "center": [ + 105, + 282 + ], + "peak": [ + 106, + 283 + ], + "area_cells": 60 + }, + { + "id": "range_30", + "name": null, + "center": [ + 115, + 267 + ], + "peak": [ + 120, + 263 + ], + "area_cells": 43 + }, + { + "id": "range_31", + "name": null, + "center": [ + 115, + 298 + ], + "peak": [ + 115, + 298 + ], + "area_cells": 70 + }, + { + "id": "range_33", + "name": null, + "center": [ + 123, + 371 + ], + "peak": [ + 123, + 371 + ], + "area_cells": 22 + }, + { + "id": "range_35", + "name": null, + "center": [ + 128, + 439 + ], + "peak": [ + 129, + 440 + ], + "area_cells": 47 + }, + { + "id": "range_36", + "name": null, + "center": [ + 137, + 90 + ], + "peak": [ + 141, + 84 + ], + "area_cells": 122 + }, + { + "id": "range_37", + "name": null, + "center": [ + 140, + 466 + ], + "peak": [ + 140, + 467 + ], + "area_cells": 43 + }, + { + "id": "range_38", + "name": null, + "center": [ + 140, + 296 + ], + "peak": [ + 140, + 296 + ], + "area_cells": 23 + }, + { + "id": "range_39", + "name": null, + "center": [ + 164, + 340 + ], + "peak": [ + 155, + 324 + ], + "area_cells": 921 + }, + { + "id": "range_42", + "name": null, + "center": [ + 167, + 13 + ], + "peak": [ + 168, + 6 + ], + "area_cells": 626 + }, + { + "id": "range_44", + "name": null, + "center": [ + 163, + 165 + ], + "peak": [ + 163, + 166 + ], + "area_cells": 44 + }, + { + "id": "range_45", + "name": null, + "center": [ + 170, + 123 + ], + "peak": [ + 170, + 123 + ], + "area_cells": 59 + }, + { + "id": "range_47", + "name": null, + "center": [ + 175, + 312 + ], + "peak": [ + 175, + 312 + ], + "area_cells": 33 + }, + { + "id": "range_49", + "name": null, + "center": [ + 205, + 148 + ], + "peak": [ + 190, + 142 + ], + "area_cells": 574 + }, + { + "id": "range_50", + "name": null, + "center": [ + 190, + 474 + ], + "peak": [ + 188, + 476 + ], + "area_cells": 162 + }, + { + "id": "range_51", + "name": null, + "center": [ + 191, + 303 + ], + "peak": [ + 188, + 303 + ], + "area_cells": 34 + }, + { + "id": "range_53", + "name": null, + "center": [ + 189, + 218 + ], + "peak": [ + 190, + 220 + ], + "area_cells": 23 + }, + { + "id": "range_55", + "name": null, + "center": [ + 203, + 489 + ], + "peak": [ + 204, + 490 + ], + "area_cells": 131 + }, + { + "id": "range_56", + "name": null, + "center": [ + 201, + 115 + ], + "peak": [ + 201, + 115 + ], + "area_cells": 74 + }, + { + "id": "range_57", + "name": null, + "center": [ + 213, + 309 + ], + "peak": [ + 213, + 309 + ], + "area_cells": 75 + }, + { + "id": "range_59", + "name": null, + "center": [ + 232, + 295 + ], + "peak": [ + 223, + 296 + ], + "area_cells": 158 + }, + { + "id": "range_61", + "name": null, + "center": [ + 225, + 206 + ], + "peak": [ + 222, + 219 + ], + "area_cells": 279 + }, + { + "id": "range_63", + "name": null, + "center": [ + 244, + 99 + ], + "peak": [ + 247, + 84 + ], + "area_cells": 1590 + }, + { + "id": "range_64", + "name": null, + "center": [ + 228, + 378 + ], + "peak": [ + 229, + 380 + ], + "area_cells": 34 + }, + { + "id": "range_65", + "name": null, + "center": [ + 239, + 414 + ], + "peak": [ + 237, + 412 + ], + "area_cells": 180 + }, + { + "id": "range_66", + "name": null, + "center": [ + 242, + 310 + ], + "peak": [ + 249, + 309 + ], + "area_cells": 60 + }, + { + "id": "range_70", + "name": null, + "center": [ + 238, + 331 + ], + "peak": [ + 240, + 333 + ], + "area_cells": 31 + }, + { + "id": "range_71", + "name": null, + "center": [ + 236, + 354 + ], + "peak": [ + 235, + 352 + ], + "area_cells": 132 + }, + { + "id": "range_72", + "name": null, + "center": [ + 246, + 401 + ], + "peak": [ + 251, + 401 + ], + "area_cells": 66 + }, + { + "id": "range_73", + "name": null, + "center": [ + 245, + 425 + ], + "peak": [ + 255, + 425 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/globe.png new file mode 100644 index 000000000..b26facbb5 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/heightmap.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/heightmap.png new file mode 100644 index 000000000..e30f4e528 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/index.md new file mode 100644 index 000000000..254272fd5 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ661Ah-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4223906339 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.05 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.884 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Ah-2 + +Frozen moon. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/markers.json b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/markers.json new file mode 100644 index 000000000..2fd2d3fe5 --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ah-2/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 59 + ], + "area_fraction": 0.0113 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 21, + 368 + ], + "area_fraction": 0.0981 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 287 + ], + "peak": [ + 109, + 294 + ], + "area_cells": 37325 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 368 + ], + "peak": [ + 111, + 365 + ], + "area_cells": 46 + }, + { + "id": "range_3", + "name": null, + "center": [ + 156, + 12 + ], + "peak": [ + 164, + 1 + ], + "area_cells": 1326 + }, + { + "id": "range_4", + "name": null, + "center": [ + 218, + 351 + ], + "peak": [ + 217, + 348 + ], + "area_cells": 310 + }, + { + "id": "range_6", + "name": null, + "center": [ + 228, + 411 + ], + "peak": [ + 228, + 409 + ], + "area_cells": 149 + }, + { + "id": "range_8", + "name": null, + "center": [ + 229, + 364 + ], + "peak": [ + 229, + 364 + ], + "area_cells": 210 + }, + { + "id": "range_12", + "name": null, + "center": [ + 248, + 78 + ], + "peak": [ + 251, + 78 + ], + "area_cells": 110 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah/globe.png b/wiki/star-systems/GJ-661A/bodies/GJ661Ah/globe.png new file mode 100644 index 000000000..a4ced1145 Binary files /dev/null and b/wiki/star-systems/GJ-661A/bodies/GJ661Ah/globe.png differ diff --git a/wiki/star-systems/GJ-661A/bodies/GJ661Ah/index.md b/wiki/star-systems/GJ-661A/bodies/GJ661Ah/index.md new file mode 100644 index 000000000..cb6e4a58a --- /dev/null +++ b/wiki/star-systems/GJ-661A/bodies/GJ661Ah/index.md @@ -0,0 +1,61 @@ +--- +id: GJ661Ah +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2356632703 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.428 + period_days: 2600.0 + axial_tilt_deg: 31.2 +physical: + gravity_g: null + oblateness: 0.0707 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.205 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.117 +--- + +# GJ661Ah + +Gas giant. + +**System:** [GJ-661A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + 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/bodies/GJ661Bb/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/globe.png new file mode 100644 index 000000000..56a85de48 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bb/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/heightmap.png new file mode 100644 index 000000000..2df24c1fc Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bb/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/index.md new file mode 100644 index 000000000..ba0778a46 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 406087356 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.352 + period_days: 68.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.52 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bb + +Barren planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 98% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bb/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/markers.json new file mode 100644 index 000000000..d9f341c26 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bb/markers.json @@ -0,0 +1,495 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 4 + ], + "peak": [ + 0, + 5 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 189 + ], + "peak": [ + 29, + 188 + ], + "area_cells": 168 + }, + { + "id": "range_6", + "name": null, + "center": [ + 3, + 235 + ], + "peak": [ + 2, + 208 + ], + "area_cells": 568 + }, + { + "id": "range_7", + "name": null, + "center": [ + 6, + 326 + ], + "peak": [ + 3, + 327 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 4, + 504 + ], + "peak": [ + 0, + 508 + ], + "area_cells": 108 + }, + { + "id": "range_14", + "name": null, + "center": [ + 14, + 452 + ], + "peak": [ + 13, + 450 + ], + "area_cells": 122 + }, + { + "id": "range_15", + "name": null, + "center": [ + 37, + 58 + ], + "peak": [ + 37, + 58 + ], + "area_cells": 544 + }, + { + "id": "range_17", + "name": null, + "center": [ + 15, + 436 + ], + "peak": [ + 14, + 438 + ], + "area_cells": 102 + }, + { + "id": "range_19", + "name": null, + "center": [ + 25, + 301 + ], + "peak": [ + 22, + 304 + ], + "area_cells": 478 + }, + { + "id": "range_24", + "name": null, + "center": [ + 19, + 469 + ], + "peak": [ + 18, + 469 + ], + "area_cells": 90 + }, + { + "id": "range_27", + "name": null, + "center": [ + 27, + 130 + ], + "peak": [ + 28, + 129 + ], + "area_cells": 63 + }, + { + "id": "range_28", + "name": null, + "center": [ + 30, + 141 + ], + "peak": [ + 30, + 141 + ], + "area_cells": 44 + }, + { + "id": "range_29", + "name": null, + "center": [ + 38, + 325 + ], + "peak": [ + 36, + 325 + ], + "area_cells": 39 + }, + { + "id": "range_30", + "name": null, + "center": [ + 42, + 121 + ], + "peak": [ + 41, + 121 + ], + "area_cells": 34 + }, + { + "id": "range_31", + "name": null, + "center": [ + 39, + 100 + ], + "peak": [ + 39, + 100 + ], + "area_cells": 40 + }, + { + "id": "range_38", + "name": null, + "center": [ + 121, + 140 + ], + "peak": [ + 160, + 148 + ], + "area_cells": 6526 + }, + { + "id": "range_40", + "name": null, + "center": [ + 68, + 313 + ], + "peak": [ + 71, + 315 + ], + "area_cells": 178 + }, + { + "id": "range_41", + "name": null, + "center": [ + 61, + 71 + ], + "peak": [ + 61, + 72 + ], + "area_cells": 27 + }, + { + "id": "range_46", + "name": null, + "center": [ + 83, + 251 + ], + "peak": [ + 84, + 252 + ], + "area_cells": 21 + }, + { + "id": "range_47", + "name": null, + "center": [ + 88, + 69 + ], + "peak": [ + 90, + 69 + ], + "area_cells": 65 + }, + { + "id": "range_50", + "name": null, + "center": [ + 151, + 397 + ], + "peak": [ + 192, + 418 + ], + "area_cells": 2804 + }, + { + "id": "range_52", + "name": null, + "center": [ + 106, + 459 + ], + "peak": [ + 107, + 461 + ], + "area_cells": 151 + }, + { + "id": "range_53", + "name": null, + "center": [ + 106, + 44 + ], + "peak": [ + 107, + 45 + ], + "area_cells": 165 + }, + { + "id": "range_54", + "name": null, + "center": [ + 125, + 254 + ], + "peak": [ + 131, + 271 + ], + "area_cells": 902 + }, + { + "id": "range_55", + "name": null, + "center": [ + 115, + 421 + ], + "peak": [ + 116, + 422 + ], + "area_cells": 20 + }, + { + "id": "range_56", + "name": null, + "center": [ + 127, + 497 + ], + "peak": [ + 127, + 492 + ], + "area_cells": 246 + }, + { + "id": "range_57", + "name": null, + "center": [ + 129, + 438 + ], + "peak": [ + 134, + 443 + ], + "area_cells": 269 + }, + { + "id": "range_59", + "name": null, + "center": [ + 129, + 300 + ], + "peak": [ + 129, + 300 + ], + "area_cells": 23 + }, + { + "id": "range_61", + "name": null, + "center": [ + 155, + 5 + ], + "peak": [ + 154, + 8 + ], + "area_cells": 453 + }, + { + "id": "range_63", + "name": null, + "center": [ + 148, + 75 + ], + "peak": [ + 142, + 80 + ], + "area_cells": 202 + }, + { + "id": "range_64", + "name": null, + "center": [ + 168, + 192 + ], + "peak": [ + 162, + 196 + ], + "area_cells": 838 + }, + { + "id": "range_65", + "name": null, + "center": [ + 156, + 467 + ], + "peak": [ + 156, + 473 + ], + "area_cells": 637 + }, + { + "id": "range_66", + "name": null, + "center": [ + 159, + 51 + ], + "peak": [ + 162, + 52 + ], + "area_cells": 256 + }, + { + "id": "range_67", + "name": null, + "center": [ + 167, + 509 + ], + "peak": [ + 169, + 511 + ], + "area_cells": 55 + }, + { + "id": "range_68", + "name": null, + "center": [ + 165, + 362 + ], + "peak": [ + 166, + 363 + ], + "area_cells": 67 + }, + { + "id": "range_69", + "name": null, + "center": [ + 172, + 305 + ], + "peak": [ + 174, + 302 + ], + "area_cells": 43 + }, + { + "id": "range_70", + "name": null, + "center": [ + 183, + 370 + ], + "peak": [ + 184, + 371 + ], + "area_cells": 128 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bc/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/globe.png new file mode 100644 index 000000000..1c8009103 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bc/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/heightmap.png new file mode 100644 index 000000000..2caff1b53 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bc/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/index.md new file mode 100644 index 000000000..b626ddcd0 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ661Bc +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3457726369 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.86 + period_days: 260.0 + axial_tilt_deg: 10.0 +physical: + gravity_g: 0.74 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.925 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.086 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bc + +Hot Arid planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bc/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/markers.json new file mode 100644 index 000000000..83990e45f --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bc/markers.json @@ -0,0 +1,893 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 67, + 93 + ], + [ + 68, + 92 + ], + [ + 67, + 91 + ], + [ + 68, + 90 + ], + [ + 68, + 89 + ], + [ + 69, + 88 + ], + [ + 70, + 88 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 73, + 267 + ], + [ + 74, + 266 + ], + [ + 75, + 265 + ], + [ + 76, + 264 + ], + [ + 77, + 263 + ], + [ + 78, + 262 + ], + [ + 79, + 262 + ], + [ + 80, + 261 + ], + [ + 81, + 261 + ], + [ + 82, + 261 + ], + [ + 81, + 260 + ], + [ + 82, + 260 + ], + [ + 83, + 259 + ], + [ + 84, + 260 + ], + [ + 85, + 261 + ], + [ + 86, + 261 + ], + [ + 87, + 261 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 37, + 488 + ], + [ + 36, + 489 + ], + [ + 35, + 490 + ], + [ + 34, + 490 + ], + [ + 33, + 490 + ], + [ + 32, + 490 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 54, + 167 + ], + [ + 53, + 166 + ], + [ + 53, + 165 + ], + [ + 53, + 164 + ], + [ + 54, + 163 + ], + [ + 55, + 162 + ], + [ + 56, + 161 + ], + [ + 57, + 160 + ], + [ + 57, + 159 + ], + [ + 58, + 158 + ], + [ + 57, + 157 + ], + [ + 56, + 156 + ], + [ + 56, + 155 + ], + [ + 55, + 155 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 17, + 267 + ], + [ + 18, + 267 + ], + [ + 19, + 267 + ], + [ + 20, + 266 + ], + [ + 20, + 265 + ], + [ + 21, + 266 + ], + [ + 22, + 265 + ], + [ + 22, + 264 + ], + [ + 23, + 263 + ], + [ + 24, + 262 + ], + [ + 25, + 261 + ], + [ + 24, + 260 + ], + [ + 23, + 259 + ], + [ + 24, + 258 + ], + [ + 24, + 257 + ], + [ + 25, + 256 + ], + [ + 26, + 256 + ], + [ + 27, + 255 + ], + [ + 28, + 255 + ], + [ + 29, + 256 + ], + [ + 30, + 255 + ], + [ + 29, + 255 + ], + [ + 28, + 256 + ], + [ + 27, + 256 + ], + [ + 27, + 257 + ], + [ + 26, + 257 + ], + [ + 25, + 257 + ], + [ + 24, + 256 + ], + [ + 23, + 256 + ], + [ + 22, + 256 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 4, + 3 + ], + [ + 5, + 2 + ], + [ + 6, + 1 + ], + [ + 7, + 0 + ], + [ + 8, + 511 + ], + [ + 9, + 510 + ], + [ + 10, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 12, + 139 + ], + [ + 11, + 140 + ], + [ + 10, + 140 + ], + [ + 9, + 140 + ], + [ + 8, + 141 + ], + [ + 7, + 141 + ], + [ + 6, + 140 + ], + [ + 5, + 140 + ], + [ + 4, + 140 + ], + [ + 3, + 140 + ], + [ + 2, + 140 + ], + [ + 1, + 140 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 60, + 511 + ], + [ + 59, + 510 + ], + [ + 60, + 509 + ], + [ + 61, + 508 + ], + [ + 62, + 507 + ], + [ + 63, + 506 + ], + [ + 64, + 505 + ], + [ + 65, + 505 + ], + [ + 66, + 504 + ], + [ + 67, + 503 + ], + [ + 68, + 502 + ], + [ + 69, + 501 + ], + [ + 70, + 500 + ], + [ + 71, + 500 + ], + [ + 72, + 499 + ], + [ + 73, + 498 + ], + [ + 74, + 498 + ], + [ + 75, + 499 + ], + [ + 76, + 499 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 10, + 175 + ], + [ + 11, + 176 + ], + [ + 12, + 177 + ], + [ + 13, + 178 + ], + [ + 14, + 179 + ], + [ + 15, + 180 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 103, + 367 + ], + [ + 103, + 366 + ], + [ + 102, + 366 + ], + [ + 101, + 367 + ], + [ + 100, + 367 + ], + [ + 99, + 366 + ], + [ + 98, + 366 + ], + [ + 97, + 366 + ], + [ + 96, + 365 + ], + [ + 95, + 365 + ], + [ + 94, + 364 + ], + [ + 93, + 363 + ], + [ + 92, + 362 + ], + [ + 91, + 361 + ], + [ + 90, + 360 + ], + [ + 89, + 359 + ], + [ + 88, + 358 + ], + [ + 89, + 357 + ], + [ + 89, + 356 + ], + [ + 89, + 355 + ], + [ + 88, + 354 + ], + [ + 89, + 353 + ], + [ + 89, + 352 + ], + [ + 89, + 351 + ], + [ + 90, + 350 + ], + [ + 90, + 349 + ], + [ + 89, + 349 + ], + [ + 89, + 348 + ], + [ + 88, + 347 + ], + [ + 89, + 346 + ], + [ + 89, + 345 + ], + [ + 89, + 344 + ], + [ + 89, + 343 + ], + [ + 90, + 343 + ], + [ + 90, + 344 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 36, + 213 + ], + [ + 35, + 212 + ], + [ + 34, + 211 + ], + [ + 33, + 212 + ], + [ + 32, + 211 + ], + [ + 32, + 212 + ], + [ + 31, + 213 + ], + [ + 30, + 212 + ], + [ + 31, + 212 + ], + [ + 30, + 213 + ], + [ + 29, + 212 + ], + [ + 29, + 213 + ], + [ + 29, + 214 + ], + [ + 30, + 214 + ], + [ + 30, + 215 + ], + [ + 29, + 215 + ], + [ + 28, + 215 + ], + [ + 29, + 216 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 64 + ], + "area_fraction": 0.0168 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 419 + ], + "peak": [ + 55, + 421 + ], + "area_cells": 66 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 81 + ], + "peak": [ + 91, + 74 + ], + "area_cells": 687 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 421 + ], + "peak": [ + 87, + 422 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 102, + 397 + ], + "peak": [ + 95, + 397 + ], + "area_cells": 267 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 368 + ], + "peak": [ + 124, + 364 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 205, + 353 + ], + "peak": [ + 217, + 444 + ], + "area_cells": 23526 + }, + { + "id": "range_8", + "name": null, + "center": [ + 154, + 294 + ], + "peak": [ + 153, + 296 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 209, + 39 + ], + "peak": [ + 210, + 30 + ], + "area_cells": 5319 + }, + { + "id": "range_12", + "name": null, + "center": [ + 223, + 129 + ], + "peak": [ + 223, + 132 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bd/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/globe.png new file mode 100644 index 000000000..49c0af028 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bd/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/heightmap.png new file mode 100644 index 000000000..89b0f7f43 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bd/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/index.md new file mode 100644 index 000000000..8650a2ce6 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/index.md @@ -0,0 +1,73 @@ +--- +id: GJ661Bd +name: Velddrif +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3693256445 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.536 + period_days: 620.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.92 + oblateness: 0.004 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.553 + polar_ice_lat: 0.693 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Velddrif + +Temperate planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 55% | +| **Year** | 620 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bd/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/markers.json new file mode 100644 index 000000000..e7bef5d27 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bd/markers.json @@ -0,0 +1,691 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 173, + 383 + ], + [ + 174, + 382 + ], + [ + 175, + 381 + ], + [ + 176, + 380 + ], + [ + 177, + 379 + ], + [ + 178, + 378 + ], + [ + 179, + 377 + ], + [ + 180, + 376 + ], + [ + 181, + 376 + ], + [ + 182, + 377 + ], + [ + 183, + 378 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 134, + 366 + ], + [ + 133, + 365 + ], + [ + 132, + 364 + ], + [ + 131, + 363 + ], + [ + 130, + 362 + ], + [ + 129, + 362 + ], + [ + 128, + 361 + ], + [ + 129, + 360 + ], + [ + 128, + 359 + ], + [ + 129, + 359 + ], + [ + 130, + 358 + ], + [ + 131, + 357 + ], + [ + 132, + 357 + ], + [ + 133, + 357 + ], + [ + 134, + 356 + ], + [ + 135, + 355 + ], + [ + 136, + 354 + ], + [ + 137, + 354 + ], + [ + 138, + 354 + ], + [ + 139, + 353 + ], + [ + 140, + 352 + ], + [ + 141, + 352 + ], + [ + 142, + 352 + ], + [ + 143, + 352 + ], + [ + 144, + 352 + ], + [ + 145, + 353 + ], + [ + 146, + 354 + ], + [ + 147, + 354 + ], + [ + 148, + 355 + ], + [ + 149, + 354 + ], + [ + 150, + 355 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 254 + ], + [ + 127, + 255 + ], + [ + 126, + 256 + ], + [ + 125, + 257 + ], + [ + 124, + 256 + ], + [ + 123, + 255 + ], + [ + 122, + 255 + ], + [ + 121, + 256 + ], + [ + 120, + 257 + ], + [ + 119, + 258 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 7, + 358 + ], + [ + 6, + 357 + ], + [ + 6, + 356 + ], + [ + 5, + 355 + ], + [ + 5, + 354 + ], + [ + 4, + 353 + ], + [ + 3, + 352 + ], + [ + 2, + 351 + ], + [ + 1, + 350 + ], + [ + 1, + 351 + ], + [ + 0, + 351 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 189, + 249 + ], + [ + 190, + 248 + ], + [ + 191, + 247 + ], + [ + 192, + 246 + ], + [ + 193, + 246 + ], + [ + 194, + 247 + ], + [ + 195, + 247 + ], + [ + 196, + 248 + ], + [ + 197, + 248 + ], + [ + 198, + 249 + ], + [ + 199, + 250 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 232, + 118 + ], + [ + 232, + 119 + ], + [ + 231, + 120 + ], + [ + 231, + 121 + ], + [ + 230, + 122 + ], + [ + 231, + 123 + ], + [ + 230, + 124 + ], + [ + 229, + 125 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 8, + 376 + ], + [ + 9, + 375 + ], + [ + 10, + 374 + ], + [ + 11, + 373 + ], + [ + 12, + 372 + ], + [ + 13, + 371 + ], + [ + 14, + 370 + ], + [ + 15, + 369 + ], + [ + 15, + 368 + ], + [ + 16, + 367 + ], + [ + 15, + 367 + ], + [ + 14, + 367 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 18, + 0 + ], + [ + 19, + 511 + ], + [ + 20, + 511 + ], + [ + 21, + 510 + ], + [ + 22, + 510 + ], + [ + 23, + 509 + ], + [ + 24, + 508 + ], + [ + 24, + 507 + ], + [ + 25, + 507 + ], + [ + 24, + 506 + ], + [ + 23, + 505 + ], + [ + 23, + 504 + ], + [ + 23, + 503 + ], + [ + 23, + 502 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 14, + 501 + ], + [ + 15, + 500 + ], + [ + 16, + 499 + ], + [ + 17, + 500 + ], + [ + 18, + 500 + ], + [ + 19, + 499 + ], + [ + 20, + 498 + ], + [ + 21, + 497 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 306 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 476 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 24, + 348 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 175, + 243 + ], + "area_fraction": 0.4204 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 83, + 407 + ], + "peak": [ + 119, + 393 + ], + "area_cells": 7860 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 36 + ], + "peak": [ + 25, + 36 + ], + "area_cells": 31 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 164 + ], + "peak": [ + 42, + 165 + ], + "area_cells": 392 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 60 + ], + "peak": [ + 56, + 105 + ], + "area_cells": 2880 + }, + { + "id": "range_7", + "name": null, + "center": [ + 113, + 5 + ], + "peak": [ + 131, + 0 + ], + "area_cells": 254 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 505 + ], + "peak": [ + 111, + 505 + ], + "area_cells": 297 + }, + { + "id": "range_9", + "name": null, + "center": [ + 169, + 359 + ], + "peak": [ + 170, + 360 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 228, + 54 + ], + "peak": [ + 230, + 51 + ], + "area_cells": 205 + }, + { + "id": "range_12", + "name": null, + "center": [ + 232, + 21 + ], + "peak": [ + 231, + 23 + ], + "area_cells": 289 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Be/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Be/globe.png new file mode 100644 index 000000000..b5eda5584 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Be/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Be/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Be/heightmap.png new file mode 100644 index 000000000..1ee12199e Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Be/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Be/index.md new file mode 100644 index 000000000..97a82bfce --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Be/index.md @@ -0,0 +1,68 @@ +--- +id: GJ661Be +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4140690050 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.644 + period_days: 1400.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.64 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.47 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Be + +Cold Arid planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Be/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Be/markers.json new file mode 100644 index 000000000..75b11e5cf --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Be/markers.json @@ -0,0 +1,923 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 90, + 89 + ], + [ + 91, + 88 + ], + [ + 92, + 87 + ], + [ + 93, + 86 + ], + [ + 94, + 85 + ], + [ + 95, + 84 + ], + [ + 96, + 83 + ], + [ + 97, + 82 + ], + [ + 98, + 83 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 139, + 99 + ], + [ + 140, + 98 + ], + [ + 141, + 97 + ], + [ + 142, + 96 + ], + [ + 143, + 95 + ], + [ + 144, + 94 + ], + [ + 145, + 93 + ], + [ + 146, + 92 + ], + [ + 147, + 92 + ], + [ + 148, + 91 + ], + [ + 149, + 90 + ], + [ + 150, + 89 + ], + [ + 151, + 89 + ], + [ + 152, + 88 + ], + [ + 153, + 87 + ], + [ + 154, + 87 + ], + [ + 155, + 88 + ], + [ + 156, + 87 + ], + [ + 157, + 87 + ], + [ + 158, + 88 + ], + [ + 157, + 88 + ], + [ + 158, + 89 + ], + [ + 159, + 89 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 132, + 511 + ], + [ + 133, + 510 + ], + [ + 134, + 509 + ], + [ + 135, + 508 + ], + [ + 136, + 507 + ], + [ + 137, + 508 + ], + [ + 138, + 507 + ], + [ + 139, + 508 + ], + [ + 138, + 508 + ], + [ + 139, + 509 + ], + [ + 140, + 508 + ], + [ + 139, + 507 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 116, + 280 + ], + [ + 117, + 281 + ], + [ + 118, + 282 + ], + [ + 119, + 283 + ], + [ + 119, + 284 + ], + [ + 119, + 285 + ], + [ + 120, + 286 + ], + [ + 121, + 287 + ], + [ + 120, + 288 + ], + [ + 121, + 289 + ], + [ + 122, + 290 + ], + [ + 121, + 290 + ], + [ + 120, + 289 + ], + [ + 120, + 290 + ], + [ + 121, + 291 + ], + [ + 121, + 292 + ], + [ + 122, + 292 + ], + [ + 122, + 291 + ], + [ + 123, + 290 + ], + [ + 122, + 289 + ], + [ + 121, + 288 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 91, + 100 + ], + [ + 90, + 99 + ], + [ + 89, + 99 + ], + [ + 88, + 98 + ], + [ + 87, + 99 + ], + [ + 86, + 98 + ], + [ + 85, + 98 + ], + [ + 84, + 97 + ], + [ + 83, + 97 + ], + [ + 82, + 96 + ], + [ + 81, + 96 + ], + [ + 80, + 96 + ], + [ + 79, + 95 + ], + [ + 78, + 95 + ], + [ + 77, + 94 + ], + [ + 76, + 93 + ], + [ + 75, + 92 + ], + [ + 74, + 92 + ], + [ + 73, + 92 + ], + [ + 72, + 91 + ], + [ + 71, + 90 + ], + [ + 70, + 89 + ], + [ + 69, + 88 + ], + [ + 68, + 87 + ], + [ + 67, + 86 + ], + [ + 66, + 87 + ], + [ + 65, + 86 + ], + [ + 64, + 85 + ], + [ + 63, + 85 + ], + [ + 62, + 84 + ], + [ + 61, + 83 + ], + [ + 60, + 84 + ], + [ + 59, + 84 + ], + [ + 58, + 84 + ], + [ + 57, + 84 + ], + [ + 56, + 83 + ], + [ + 55, + 82 + ], + [ + 55, + 81 + ], + [ + 54, + 80 + ], + [ + 53, + 79 + ], + [ + 52, + 79 + ], + [ + 51, + 80 + ], + [ + 50, + 79 + ], + [ + 51, + 78 + ], + [ + 51, + 77 + ], + [ + 51, + 76 + ], + [ + 50, + 75 + ], + [ + 49, + 75 + ], + [ + 50, + 74 + ], + [ + 50, + 73 + ], + [ + 50, + 72 + ], + [ + 51, + 72 + ], + [ + 52, + 71 + ], + [ + 52, + 70 + ], + [ + 53, + 69 + ], + [ + 54, + 69 + ], + [ + 54, + 68 + ], + [ + 55, + 67 + ], + [ + 54, + 66 + ], + [ + 55, + 65 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 127, + 495 + ], + [ + 126, + 496 + ], + [ + 125, + 497 + ], + [ + 124, + 498 + ], + [ + 123, + 499 + ], + [ + 122, + 500 + ], + [ + 121, + 501 + ], + [ + 120, + 502 + ], + [ + 119, + 503 + ], + [ + 118, + 503 + ], + [ + 117, + 503 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 114, + 292 + ], + [ + 113, + 291 + ], + [ + 112, + 291 + ], + [ + 112, + 290 + ], + [ + 111, + 289 + ], + [ + 110, + 288 + ], + [ + 109, + 288 + ], + [ + 108, + 288 + ], + [ + 107, + 287 + ], + [ + 106, + 286 + ], + [ + 105, + 286 + ], + [ + 104, + 285 + ], + [ + 103, + 284 + ], + [ + 102, + 284 + ], + [ + 101, + 283 + ], + [ + 100, + 282 + ], + [ + 99, + 281 + ], + [ + 98, + 281 + ], + [ + 97, + 282 + ], + [ + 96, + 281 + ], + [ + 96, + 280 + ], + [ + 96, + 279 + ], + [ + 95, + 279 + ], + [ + 96, + 278 + ], + [ + 95, + 277 + ], + [ + 95, + 276 + ], + [ + 96, + 277 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 77, + 407 + ], + [ + 76, + 407 + ], + [ + 75, + 408 + ], + [ + 74, + 408 + ], + [ + 73, + 408 + ], + [ + 72, + 408 + ], + [ + 71, + 408 + ], + [ + 70, + 408 + ], + [ + 69, + 407 + ], + [ + 68, + 407 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 18, + 174 + ], + [ + 17, + 174 + ], + [ + 16, + 175 + ], + [ + 15, + 174 + ], + [ + 14, + 175 + ], + [ + 13, + 176 + ], + [ + 12, + 177 + ], + [ + 11, + 178 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 49, + 511 + ], + [ + 48, + 510 + ], + [ + 47, + 509 + ], + [ + 46, + 509 + ], + [ + 45, + 509 + ], + [ + 44, + 509 + ], + [ + 43, + 508 + ], + [ + 42, + 509 + ], + [ + 41, + 509 + ], + [ + 40, + 510 + ], + [ + 39, + 510 + ], + [ + 38, + 511 + ], + [ + 38, + 0 + ], + [ + 37, + 0 + ], + [ + 36, + 511 + ], + [ + 36, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 136 + ], + "area_fraction": 0.0532 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 49, + 325 + ], + "area_fraction": 0.0159 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 174, + 238 + ], + "peak": [ + 188, + 290 + ], + "area_cells": 19411 + }, + { + "id": "range_8", + "name": null, + "center": [ + 178, + 392 + ], + "peak": [ + 178, + 393 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 216, + 191 + ], + "peak": [ + 216, + 193 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/globe.png new file mode 100644 index 000000000..ccacfd448 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/heightmap.png new file mode 100644 index 000000000..30d7598e7 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/index.md new file mode 100644 index 000000000..10dee545d --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Bf-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1999858847 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 48.5 +physical: + gravity_g: 0.14 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.139 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.322 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bf-m1 + +Frozen moon. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 95% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/markers.json new file mode 100644 index 000000000..e6f4cd709 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m1/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 206, + 233 + ], + "area_fraction": 0.0311 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 35 + ], + "peak": [ + 7, + 31 + ], + "area_cells": 3783 + }, + { + "id": "range_2", + "name": null, + "center": [ + 54, + 360 + ], + "peak": [ + 43, + 384 + ], + "area_cells": 15167 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 14 + ], + "peak": [ + 67, + 22 + ], + "area_cells": 443 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 494 + ], + "peak": [ + 66, + 481 + ], + "area_cells": 324 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 347 + ], + "peak": [ + 95, + 347 + ], + "area_cells": 121 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 225 + ], + "peak": [ + 140, + 214 + ], + "area_cells": 144 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 4 + ], + "peak": [ + 173, + 5 + ], + "area_cells": 144 + }, + { + "id": "range_9", + "name": null, + "center": [ + 199, + 488 + ], + "peak": [ + 194, + 479 + ], + "area_cells": 993 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/globe.png new file mode 100644 index 000000000..ca7c39760 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/heightmap.png new file mode 100644 index 000000000..c49d4a57d Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/index.md new file mode 100644 index 000000000..f7ffb7e3e --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ661Bf-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2712032730 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.134 + period_days: 16.0 + axial_tilt_deg: 21.7 +physical: + gravity_g: 0.08 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.888 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bf-m2 + +Barren moon. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 91% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/markers.json new file mode 100644 index 000000000..7837769ae --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bf-m2/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 66, + 390 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_94", + "name": null, + "kind": "lake", + "center": [ + 248, + 298 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 28 + ], + "peak": [ + 66, + 29 + ], + "area_cells": 90 + }, + { + "id": "range_2", + "name": null, + "center": [ + 85, + 75 + ], + "peak": [ + 81, + 76 + ], + "area_cells": 229 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 497 + ], + "peak": [ + 85, + 497 + ], + "area_cells": 38 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 31 + ], + "peak": [ + 105, + 29 + ], + "area_cells": 399 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 160 + ], + "peak": [ + 107, + 157 + ], + "area_cells": 421 + }, + { + "id": "range_6", + "name": null, + "center": [ + 125, + 208 + ], + "peak": [ + 151, + 207 + ], + "area_cells": 1023 + }, + { + "id": "range_7", + "name": null, + "center": [ + 135, + 382 + ], + "peak": [ + 128, + 386 + ], + "area_cells": 2451 + }, + { + "id": "range_8", + "name": null, + "center": [ + 123, + 104 + ], + "peak": [ + 133, + 112 + ], + "area_cells": 947 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 261 + ], + "peak": [ + 187, + 288 + ], + "area_cells": 3668 + }, + { + "id": "range_10", + "name": null, + "center": [ + 138, + 490 + ], + "peak": [ + 149, + 490 + ], + "area_cells": 469 + }, + { + "id": "range_14", + "name": null, + "center": [ + 137, + 307 + ], + "peak": [ + 137, + 308 + ], + "area_cells": 26 + }, + { + "id": "range_17", + "name": null, + "center": [ + 148, + 152 + ], + "peak": [ + 144, + 150 + ], + "area_cells": 277 + }, + { + "id": "range_18", + "name": null, + "center": [ + 167, + 8 + ], + "peak": [ + 186, + 2 + ], + "area_cells": 622 + }, + { + "id": "range_21", + "name": null, + "center": [ + 164, + 428 + ], + "peak": [ + 166, + 429 + ], + "area_cells": 364 + }, + { + "id": "range_23", + "name": null, + "center": [ + 151, + 310 + ], + "peak": [ + 151, + 310 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 186, + 476 + ], + "peak": [ + 193, + 498 + ], + "area_cells": 1498 + }, + { + "id": "range_26", + "name": null, + "center": [ + 181, + 318 + ], + "peak": [ + 179, + 317 + ], + "area_cells": 248 + }, + { + "id": "range_31", + "name": null, + "center": [ + 215, + 281 + ], + "peak": [ + 219, + 283 + ], + "area_cells": 119 + }, + { + "id": "range_36", + "name": null, + "center": [ + 221, + 233 + ], + "peak": [ + 223, + 234 + ], + "area_cells": 43 + }, + { + "id": "range_38", + "name": null, + "center": [ + 224, + 243 + ], + "peak": [ + 224, + 243 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bf/globe.png new file mode 100644 index 000000000..bdb739893 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bf/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bf/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bf/index.md new file mode 100644 index 000000000..16f6f4dc3 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bf/index.md @@ -0,0 +1,70 @@ +--- +id: GJ661Bf +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2429728824 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.843 + period_days: 4600.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: null + oblateness: 0.0699 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.128 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.086 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.48 + opacity_base: 0.68 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ661Bf + +Gas giant. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bg/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/globe.png new file mode 100644 index 000000000..8d905bf33 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bg/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/heightmap.png new file mode 100644 index 000000000..9ab635686 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bg/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/index.md new file mode 100644 index 000000000..5fe8596f9 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ661Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1486517977 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 10.448 + period_days: 11000.0 + axial_tilt_deg: 25.7 +physical: + gravity_g: 0.46 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.207 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.418 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bg + +Frozen planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 11000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bg/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/markers.json new file mode 100644 index 000000000..239c05aa9 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bg/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 36, + 150 + ], + "area_fraction": 0.082 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 162, + 372 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 199, + 390 + ], + "area_fraction": 0.0428 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 167, + 61 + ], + "area_fraction": 0.012 + }, + { + "id": "water_49", + "name": null, + "kind": "sea", + "center": [ + 228, + 68 + ], + "area_fraction": 0.0282 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 496 + ], + "peak": [ + 12, + 499 + ], + "area_cells": 260 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 247 + ], + "peak": [ + 69, + 253 + ], + "area_cells": 1808 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 270 + ], + "peak": [ + 93, + 270 + ], + "area_cells": 51 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 288 + ], + "peak": [ + 112, + 297 + ], + "area_cells": 343 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 323 + ], + "peak": [ + 114, + 324 + ], + "area_cells": 152 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 206 + ], + "peak": [ + 110, + 207 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 225, + 426 + ], + "peak": [ + 231, + 426 + ], + "area_cells": 146 + }, + { + "id": "range_10", + "name": null, + "center": [ + 241, + 272 + ], + "peak": [ + 255, + 274 + ], + "area_cells": 1807 + }, + { + "id": "range_17", + "name": null, + "center": [ + 252, + 403 + ], + "peak": [ + 255, + 393 + ], + "area_cells": 350 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bh/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/globe.png new file mode 100644 index 000000000..67ce080b8 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bh/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/heightmap.png new file mode 100644 index 000000000..3aff697c9 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bh/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/index.md new file mode 100644 index 000000000..48c544967 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ661Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3175243592 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 18.539 + period_days: 26000.0 + axial_tilt_deg: 36.5 +physical: + gravity_g: 0.36 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.784 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.344 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bh + +Frozen planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bh/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/markers.json new file mode 100644 index 000000000..a1cefbd15 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bh/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 160 + ], + "area_fraction": 0.1009 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 33, + 420 + ], + "area_fraction": 0.0922 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 116, + 134 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 83, + 31 + ], + "peak": [ + 84, + 33 + ], + "area_cells": 66 + }, + { + "id": "range_3", + "name": null, + "center": [ + 147, + 485 + ], + "peak": [ + 160, + 511 + ], + "area_cells": 3818 + }, + { + "id": "range_4", + "name": null, + "center": [ + 143, + 27 + ], + "peak": [ + 156, + 8 + ], + "area_cells": 3245 + }, + { + "id": "range_5", + "name": null, + "center": [ + 168, + 141 + ], + "peak": [ + 168, + 152 + ], + "area_cells": 938 + }, + { + "id": "range_6", + "name": null, + "center": [ + 199, + 392 + ], + "peak": [ + 195, + 395 + ], + "area_cells": 2027 + }, + { + "id": "range_8", + "name": null, + "center": [ + 198, + 357 + ], + "peak": [ + 199, + 357 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 211, + 244 + ], + "peak": [ + 211, + 243 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bi/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/globe.png new file mode 100644 index 000000000..1fed2145f Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bi/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/heightmap.png new file mode 100644 index 000000000..91d8bc0d7 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bi/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/index.md new file mode 100644 index 000000000..16d0848ca --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ661Bi +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1374953382 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 30.178 + period_days: 54000.0 + axial_tilt_deg: 53.1 +physical: + gravity_g: 0.28 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.804 + polar_ice_lat: 0.091 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.24 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bi + +Frozen planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 54000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bi/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/markers.json new file mode 100644 index 000000000..3775e54cb --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bi/markers.json @@ -0,0 +1,399 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 101 + ], + "area_fraction": 0.0429 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 33, + 363 + ], + "area_fraction": 0.1421 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 185 + ], + "peak": [ + 83, + 189 + ], + "area_cells": 183 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 347 + ], + "peak": [ + 87, + 344 + ], + "area_cells": 352 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 326 + ], + "peak": [ + 86, + 326 + ], + "area_cells": 85 + }, + { + "id": "range_6", + "name": null, + "center": [ + 111, + 479 + ], + "peak": [ + 114, + 502 + ], + "area_cells": 2151 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 388 + ], + "peak": [ + 96, + 390 + ], + "area_cells": 77 + }, + { + "id": "range_8", + "name": null, + "center": [ + 115, + 8 + ], + "peak": [ + 116, + 0 + ], + "area_cells": 643 + }, + { + "id": "range_10", + "name": null, + "center": [ + 112, + 313 + ], + "peak": [ + 110, + 314 + ], + "area_cells": 95 + }, + { + "id": "range_11", + "name": null, + "center": [ + 118, + 368 + ], + "peak": [ + 118, + 368 + ], + "area_cells": 349 + }, + { + "id": "range_12", + "name": null, + "center": [ + 116, + 289 + ], + "peak": [ + 118, + 292 + ], + "area_cells": 62 + }, + { + "id": "range_13", + "name": null, + "center": [ + 139, + 256 + ], + "peak": [ + 132, + 261 + ], + "area_cells": 1576 + }, + { + "id": "range_14", + "name": null, + "center": [ + 134, + 387 + ], + "peak": [ + 134, + 388 + ], + "area_cells": 57 + }, + { + "id": "range_15", + "name": null, + "center": [ + 143, + 470 + ], + "peak": [ + 143, + 471 + ], + "area_cells": 41 + }, + { + "id": "range_16", + "name": null, + "center": [ + 156, + 390 + ], + "peak": [ + 152, + 384 + ], + "area_cells": 142 + }, + { + "id": "range_17", + "name": null, + "center": [ + 179, + 429 + ], + "peak": [ + 173, + 429 + ], + "area_cells": 929 + }, + { + "id": "range_18", + "name": null, + "center": [ + 164, + 285 + ], + "peak": [ + 171, + 285 + ], + "area_cells": 59 + }, + { + "id": "range_19", + "name": null, + "center": [ + 164, + 335 + ], + "peak": [ + 168, + 341 + ], + "area_cells": 97 + }, + { + "id": "range_22", + "name": null, + "center": [ + 181, + 246 + ], + "peak": [ + 180, + 247 + ], + "area_cells": 77 + }, + { + "id": "range_26", + "name": null, + "center": [ + 205, + 364 + ], + "peak": [ + 206, + 364 + ], + "area_cells": 45 + }, + { + "id": "range_28", + "name": null, + "center": [ + 216, + 323 + ], + "peak": [ + 215, + 322 + ], + "area_cells": 217 + }, + { + "id": "range_29", + "name": null, + "center": [ + 221, + 36 + ], + "peak": [ + 219, + 40 + ], + "area_cells": 205 + }, + { + "id": "range_30", + "name": null, + "center": [ + 217, + 145 + ], + "peak": [ + 220, + 146 + ], + "area_cells": 34 + }, + { + "id": "range_32", + "name": null, + "center": [ + 232, + 343 + ], + "peak": [ + 229, + 347 + ], + "area_cells": 321 + }, + { + "id": "range_33", + "name": null, + "center": [ + 231, + 450 + ], + "peak": [ + 231, + 451 + ], + "area_cells": 33 + }, + { + "id": "range_34", + "name": null, + "center": [ + 247, + 388 + ], + "peak": [ + 255, + 374 + ], + "area_cells": 809 + }, + { + "id": "range_35", + "name": null, + "center": [ + 246, + 499 + ], + "peak": [ + 252, + 506 + ], + "area_cells": 275 + }, + { + "id": "range_36", + "name": null, + "center": [ + 251, + 18 + ], + "peak": [ + 255, + 18 + ], + "area_cells": 314 + }, + { + "id": "range_37", + "name": null, + "center": [ + 250, + 217 + ], + "peak": [ + 255, + 231 + ], + "area_cells": 461 + }, + { + "id": "range_38", + "name": null, + "center": [ + 253, + 269 + ], + "peak": [ + 254, + 269 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bj/globe.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/globe.png new file mode 100644 index 000000000..784cb6505 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/globe.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bj/heightmap.png b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/heightmap.png new file mode 100644 index 000000000..a9234e1e8 Binary files /dev/null and b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/heightmap.png differ diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bj/index.md b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/index.md new file mode 100644 index 000000000..e00923075 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ661Bj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3858202235 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 48.495 + period_days: 110000.0 + axial_tilt_deg: 46.6 +physical: + gravity_g: 0.13 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.894 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.304 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ661Bj + +Frozen planet. + +**System:** [GJ-661B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 110000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-661B/bodies/GJ661Bj/markers.json b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/markers.json new file mode 100644 index 000000000..03850a767 --- /dev/null +++ b/wiki/star-systems/GJ-661B/bodies/GJ661Bj/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 198, + 459 + ], + "area_fraction": 0.0498 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 187, + 311 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 244, + 204 + ], + "area_fraction": 0.0123 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 458 + ], + "peak": [ + 28, + 458 + ], + "area_cells": 44 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 473 + ], + "peak": [ + 34, + 476 + ], + "area_cells": 68 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 114 + ], + "peak": [ + 43, + 115 + ], + "area_cells": 77 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 335 + ], + "peak": [ + 73, + 357 + ], + "area_cells": 4556 + }, + { + "id": "range_6", + "name": null, + "center": [ + 52, + 188 + ], + "peak": [ + 58, + 172 + ], + "area_cells": 353 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 172 + ], + "peak": [ + 90, + 189 + ], + "area_cells": 1235 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 215 + ], + "peak": [ + 61, + 215 + ], + "area_cells": 85 + }, + { + "id": "range_9", + "name": null, + "center": [ + 100, + 71 + ], + "peak": [ + 99, + 66 + ], + "area_cells": 1298 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 236 + ], + "peak": [ + 98, + 235 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ663Ab/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/globe.png new file mode 100644 index 000000000..0bc261e70 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ab/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/heightmap.png new file mode 100644 index 000000000..42890bc2a Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ab/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/index.md new file mode 100644 index 000000000..e7d029555 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ663Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 471221913 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.2 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.818 + 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 +--- + +# GJ663Ab + +Barren planet. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.2g | +| **Land** | 99% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ab/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/markers.json new file mode 100644 index 000000000..68603ce95 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ab/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 18 + ], + "peak": [ + 18, + 7 + ], + "area_cells": 1093 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 122 + ], + "peak": [ + 23, + 122 + ], + "area_cells": 111 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 135 + ], + "peak": [ + 28, + 136 + ], + "area_cells": 147 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 223 + ], + "peak": [ + 30, + 222 + ], + "area_cells": 117 + }, + { + "id": "range_5", + "name": null, + "center": [ + 12, + 365 + ], + "peak": [ + 0, + 478 + ], + "area_cells": 6484 + }, + { + "id": "range_12", + "name": null, + "center": [ + 32, + 157 + ], + "peak": [ + 39, + 164 + ], + "area_cells": 353 + }, + { + "id": "range_16", + "name": null, + "center": [ + 100, + 331 + ], + "peak": [ + 86, + 245 + ], + "area_cells": 19150 + }, + { + "id": "range_17", + "name": null, + "center": [ + 46, + 477 + ], + "peak": [ + 46, + 477 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 50, + 62 + ], + "peak": [ + 51, + 62 + ], + "area_cells": 50 + }, + { + "id": "range_20", + "name": null, + "center": [ + 93, + 85 + ], + "peak": [ + 100, + 87 + ], + "area_cells": 496 + }, + { + "id": "range_21", + "name": null, + "center": [ + 85, + 49 + ], + "peak": [ + 88, + 52 + ], + "area_cells": 92 + }, + { + "id": "range_24", + "name": null, + "center": [ + 106, + 486 + ], + "peak": [ + 105, + 490 + ], + "area_cells": 272 + }, + { + "id": "range_25", + "name": null, + "center": [ + 112, + 64 + ], + "peak": [ + 109, + 63 + ], + "area_cells": 141 + }, + { + "id": "range_26", + "name": null, + "center": [ + 131, + 126 + ], + "peak": [ + 132, + 123 + ], + "area_cells": 1141 + }, + { + "id": "range_27", + "name": null, + "center": [ + 127, + 168 + ], + "peak": [ + 127, + 169 + ], + "area_cells": 54 + }, + { + "id": "range_28", + "name": null, + "center": [ + 134, + 4 + ], + "peak": [ + 134, + 2 + ], + "area_cells": 186 + }, + { + "id": "range_31", + "name": null, + "center": [ + 182, + 19 + ], + "peak": [ + 185, + 24 + ], + "area_cells": 668 + }, + { + "id": "range_32", + "name": null, + "center": [ + 166, + 142 + ], + "peak": [ + 173, + 133 + ], + "area_cells": 628 + }, + { + "id": "range_33", + "name": null, + "center": [ + 159, + 413 + ], + "peak": [ + 159, + 414 + ], + "area_cells": 31 + }, + { + "id": "range_35", + "name": null, + "center": [ + 179, + 102 + ], + "peak": [ + 176, + 102 + ], + "area_cells": 142 + }, + { + "id": "range_37", + "name": null, + "center": [ + 188, + 156 + ], + "peak": [ + 191, + 153 + ], + "area_cells": 178 + }, + { + "id": "range_41", + "name": null, + "center": [ + 193, + 41 + ], + "peak": [ + 193, + 42 + ], + "area_cells": 145 + }, + { + "id": "range_42", + "name": null, + "center": [ + 192, + 357 + ], + "peak": [ + 191, + 356 + ], + "area_cells": 133 + }, + { + "id": "range_43", + "name": null, + "center": [ + 188, + 508 + ], + "peak": [ + 189, + 511 + ], + "area_cells": 46 + }, + { + "id": "range_44", + "name": null, + "center": [ + 189, + 61 + ], + "peak": [ + 189, + 63 + ], + "area_cells": 59 + }, + { + "id": "range_45", + "name": null, + "center": [ + 242, + 366 + ], + "peak": [ + 238, + 347 + ], + "area_cells": 2704 + }, + { + "id": "range_46", + "name": null, + "center": [ + 217, + 158 + ], + "peak": [ + 215, + 156 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/globe.png new file mode 100644 index 000000000..649f1a9d7 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/heightmap.png new file mode 100644 index 000000000..9585110ed Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/index.md new file mode 100644 index 000000000..ded514563 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/index.md @@ -0,0 +1,68 @@ +--- +id: GJ663Ac-1 +name: Gruvlid +body_type: moon +planet_class: barren +body_scale: moon +seed: 114030345 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 7.7 +physical: + gravity_g: 0.08 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.949 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Gruvlid + +Barren moon. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 99% | +| **Orbit** | 12 days | +| **Inhabited** | yes | +| **Population** | 40M | +| **Economy** | extraction | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/markers.json new file mode 100644 index 000000000..95e0c9b8b --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ac-1/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 417 + ], + "peak": [ + 60, + 396 + ], + "area_cells": 5323 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 109 + ], + "peak": [ + 17, + 109 + ], + "area_cells": 72 + }, + { + "id": "range_4", + "name": null, + "center": [ + 18, + 119 + ], + "peak": [ + 18, + 119 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 96, + 251 + ], + "peak": [ + 112, + 255 + ], + "area_cells": 15936 + }, + { + "id": "range_9", + "name": null, + "center": [ + 24, + 307 + ], + "peak": [ + 28, + 307 + ], + "area_cells": 30 + }, + { + "id": "range_11", + "name": null, + "center": [ + 37, + 368 + ], + "peak": [ + 39, + 368 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 79, + 67 + ], + "peak": [ + 80, + 62 + ], + "area_cells": 193 + }, + { + "id": "range_17", + "name": null, + "center": [ + 104, + 362 + ], + "peak": [ + 112, + 370 + ], + "area_cells": 873 + }, + { + "id": "range_19", + "name": null, + "center": [ + 81, + 501 + ], + "peak": [ + 82, + 500 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 87, + 20 + ], + "peak": [ + 87, + 20 + ], + "area_cells": 37 + }, + { + "id": "range_24", + "name": null, + "center": [ + 107, + 105 + ], + "peak": [ + 116, + 104 + ], + "area_cells": 192 + }, + { + "id": "range_25", + "name": null, + "center": [ + 101, + 130 + ], + "peak": [ + 101, + 131 + ], + "area_cells": 154 + }, + { + "id": "range_26", + "name": null, + "center": [ + 103, + 91 + ], + "peak": [ + 103, + 91 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 110, + 51 + ], + "peak": [ + 111, + 50 + ], + "area_cells": 106 + }, + { + "id": "range_32", + "name": null, + "center": [ + 121, + 79 + ], + "peak": [ + 121, + 79 + ], + "area_cells": 23 + }, + { + "id": "range_33", + "name": null, + "center": [ + 123, + 401 + ], + "peak": [ + 124, + 403 + ], + "area_cells": 66 + }, + { + "id": "range_35", + "name": null, + "center": [ + 138, + 151 + ], + "peak": [ + 138, + 151 + ], + "area_cells": 208 + }, + { + "id": "range_38", + "name": null, + "center": [ + 145, + 113 + ], + "peak": [ + 142, + 114 + ], + "area_cells": 174 + }, + { + "id": "range_39", + "name": null, + "center": [ + 161, + 342 + ], + "peak": [ + 160, + 343 + ], + "area_cells": 582 + }, + { + "id": "range_40", + "name": null, + "center": [ + 145, + 441 + ], + "peak": [ + 147, + 438 + ], + "area_cells": 26 + }, + { + "id": "range_41", + "name": null, + "center": [ + 155, + 379 + ], + "peak": [ + 155, + 379 + ], + "area_cells": 225 + }, + { + "id": "range_42", + "name": null, + "center": [ + 157, + 459 + ], + "peak": [ + 157, + 460 + ], + "area_cells": 86 + }, + { + "id": "range_43", + "name": null, + "center": [ + 229, + 117 + ], + "peak": [ + 248, + 139 + ], + "area_cells": 9681 + }, + { + "id": "range_44", + "name": null, + "center": [ + 174, + 147 + ], + "peak": [ + 178, + 149 + ], + "area_cells": 286 + }, + { + "id": "range_47", + "name": null, + "center": [ + 238, + 458 + ], + "peak": [ + 252, + 431 + ], + "area_cells": 2931 + }, + { + "id": "range_51", + "name": null, + "center": [ + 231, + 282 + ], + "peak": [ + 241, + 290 + ], + "area_cells": 494 + }, + { + "id": "range_54", + "name": null, + "center": [ + 221, + 317 + ], + "peak": [ + 219, + 310 + ], + "area_cells": 176 + }, + { + "id": "range_55", + "name": null, + "center": [ + 241, + 256 + ], + "peak": [ + 228, + 248 + ], + "area_cells": 561 + }, + { + "id": "range_56", + "name": null, + "center": [ + 225, + 260 + ], + "peak": [ + 224, + 260 + ], + "area_cells": 41 + }, + { + "id": "range_61", + "name": null, + "center": [ + 249, + 334 + ], + "peak": [ + 255, + 294 + ], + "area_cells": 941 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/globe.png new file mode 100644 index 000000000..6aba6d1cd Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/heightmap.png new file mode 100644 index 000000000..46a0f4bd9 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/index.md new file mode 100644 index 000000000..55378abdc --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ663Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 197620827 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.337 + period_days: 80.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.55 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.86 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Ac + +Barren planet. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Land** | 97% | +| **Year** | 80 days | +| **Economy** | extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ac/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/markers.json new file mode 100644 index 000000000..d7ac831b6 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ac/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 117, + 100 + ], + "peak": [ + 101, + 140 + ], + "area_cells": 2745 + }, + { + "id": "range_3", + "name": null, + "center": [ + 89, + 170 + ], + "peak": [ + 92, + 171 + ], + "area_cells": 169 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 508 + ], + "peak": [ + 93, + 509 + ], + "area_cells": 108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 0 + ], + "peak": [ + 90, + 0 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 396 + ], + "peak": [ + 90, + 397 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 107 + ], + "peak": [ + 93, + 107 + ], + "area_cells": 41 + }, + { + "id": "range_10", + "name": null, + "center": [ + 129, + 194 + ], + "peak": [ + 113, + 224 + ], + "area_cells": 1372 + }, + { + "id": "range_11", + "name": null, + "center": [ + 122, + 340 + ], + "peak": [ + 110, + 356 + ], + "area_cells": 602 + }, + { + "id": "range_12", + "name": null, + "center": [ + 183, + 380 + ], + "peak": [ + 185, + 355 + ], + "area_cells": 17113 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 25 + ], + "peak": [ + 147, + 7 + ], + "area_cells": 3593 + }, + { + "id": "range_16", + "name": null, + "center": [ + 145, + 411 + ], + "peak": [ + 144, + 414 + ], + "area_cells": 204 + }, + { + "id": "range_19", + "name": null, + "center": [ + 164, + 98 + ], + "peak": [ + 164, + 97 + ], + "area_cells": 62 + }, + { + "id": "range_20", + "name": null, + "center": [ + 164, + 170 + ], + "peak": [ + 164, + 170 + ], + "area_cells": 22 + }, + { + "id": "range_21", + "name": null, + "center": [ + 185, + 85 + ], + "peak": [ + 185, + 86 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 189, + 114 + ], + "peak": [ + 191, + 112 + ], + "area_cells": 60 + }, + { + "id": "range_26", + "name": null, + "center": [ + 199, + 134 + ], + "peak": [ + 200, + 135 + ], + "area_cells": 133 + }, + { + "id": "range_27", + "name": null, + "center": [ + 215, + 93 + ], + "peak": [ + 220, + 95 + ], + "area_cells": 164 + }, + { + "id": "range_28", + "name": null, + "center": [ + 206, + 108 + ], + "peak": [ + 207, + 108 + ], + "area_cells": 30 + }, + { + "id": "range_29", + "name": null, + "center": [ + 214, + 209 + ], + "peak": [ + 217, + 208 + ], + "area_cells": 102 + }, + { + "id": "range_34", + "name": null, + "center": [ + 231, + 355 + ], + "peak": [ + 235, + 355 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ad/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/globe.png new file mode 100644 index 000000000..c2de2adbe Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ad/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/heightmap.png new file mode 100644 index 000000000..eae60972b Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ad/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/index.md new file mode 100644 index 000000000..9b8888d17 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/index.md @@ -0,0 +1,65 @@ +--- +id: GJ663Ad +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3571582868 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 8.3 +physical: + gravity_g: 0.48 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.929 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Ad + +Barren planet. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ad/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/markers.json new file mode 100644 index 000000000..e69f5f50c --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ad/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 173, + 187 + ], + "peak": [ + 175, + 266 + ], + "area_cells": 16881 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 219 + ], + "peak": [ + 57, + 209 + ], + "area_cells": 172 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 316 + ], + "peak": [ + 84, + 314 + ], + "area_cells": 344 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 410 + ], + "peak": [ + 81, + 411 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 350 + ], + "peak": [ + 104, + 349 + ], + "area_cells": 203 + }, + { + "id": "range_6", + "name": null, + "center": [ + 92, + 398 + ], + "peak": [ + 91, + 398 + ], + "area_cells": 97 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 436 + ], + "peak": [ + 102, + 433 + ], + "area_cells": 168 + }, + { + "id": "range_13", + "name": null, + "center": [ + 150, + 30 + ], + "peak": [ + 155, + 29 + ], + "area_cells": 66 + }, + { + "id": "range_15", + "name": null, + "center": [ + 157, + 49 + ], + "peak": [ + 152, + 51 + ], + "area_cells": 36 + }, + { + "id": "range_16", + "name": null, + "center": [ + 155, + 443 + ], + "peak": [ + 155, + 443 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 157, + 8 + ], + "peak": [ + 159, + 10 + ], + "area_cells": 25 + }, + { + "id": "range_18", + "name": null, + "center": [ + 218, + 487 + ], + "peak": [ + 197, + 483 + ], + "area_cells": 1379 + }, + { + "id": "range_19", + "name": null, + "center": [ + 209, + 11 + ], + "peak": [ + 199, + 11 + ], + "area_cells": 936 + }, + { + "id": "range_21", + "name": null, + "center": [ + 213, + 376 + ], + "peak": [ + 217, + 376 + ], + "area_cells": 56 + }, + { + "id": "range_23", + "name": null, + "center": [ + 231, + 65 + ], + "peak": [ + 232, + 64 + ], + "area_cells": 25 + }, + { + "id": "range_24", + "name": null, + "center": [ + 244, + 183 + ], + "peak": [ + 246, + 183 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ae/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/globe.png new file mode 100644 index 000000000..d9c4e1438 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ae/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/heightmap.png new file mode 100644 index 000000000..0d8aec9fb Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ae/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/index.md new file mode 100644 index 000000000..69da1c998 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ663Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2263065706 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.065 + period_days: 450.0 + axial_tilt_deg: 19.0 +physical: + gravity_g: 0.42 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.874 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.072 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Ae + +Arid planet. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 450 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ae/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/markers.json new file mode 100644 index 000000000..f135ddc30 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ae/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 107 + ], + "peak": [ + 1, + 105 + ], + "area_cells": 101 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 157 + ], + "peak": [ + 0, + 148 + ], + "area_cells": 203 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 212 + ], + "peak": [ + 1, + 210 + ], + "area_cells": 79 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 266 + ], + "peak": [ + 114, + 207 + ], + "area_cells": 38526 + }, + { + "id": "range_5", + "name": null, + "center": [ + 17, + 85 + ], + "peak": [ + 16, + 90 + ], + "area_cells": 242 + }, + { + "id": "range_6", + "name": null, + "center": [ + 28, + 263 + ], + "peak": [ + 29, + 263 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 137 + ], + "peak": [ + 44, + 118 + ], + "area_cells": 534 + }, + { + "id": "range_8", + "name": null, + "center": [ + 41, + 96 + ], + "peak": [ + 40, + 97 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 46, + 195 + ], + "peak": [ + 46, + 194 + ], + "area_cells": 78 + }, + { + "id": "range_11", + "name": null, + "center": [ + 168, + 367 + ], + "peak": [ + 169, + 369 + ], + "area_cells": 269 + }, + { + "id": "range_13", + "name": null, + "center": [ + 171, + 336 + ], + "peak": [ + 172, + 337 + ], + "area_cells": 74 + }, + { + "id": "range_14", + "name": null, + "center": [ + 177, + 255 + ], + "peak": [ + 178, + 256 + ], + "area_cells": 74 + }, + { + "id": "range_16", + "name": null, + "center": [ + 190, + 454 + ], + "peak": [ + 189, + 455 + ], + "area_cells": 171 + }, + { + "id": "range_18", + "name": null, + "center": [ + 205, + 104 + ], + "peak": [ + 211, + 107 + ], + "area_cells": 184 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Af/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Af/globe.png new file mode 100644 index 000000000..705f7ad39 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Af/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Af/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Af/heightmap.png new file mode 100644 index 000000000..daa141365 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Af/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Af/index.md new file mode 100644 index 000000000..1459d5674 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Af/index.md @@ -0,0 +1,69 @@ +--- +id: GJ663Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 355219765 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.563 + period_days: 800.0 + axial_tilt_deg: 16.1 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Af + +Frozen planet. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Af/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Af/markers.json new file mode 100644 index 000000000..add817969 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Af/markers.json @@ -0,0 +1,38 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 189, + 263 + ], + "area_fraction": 0.2391 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 119, + 498 + ], + "peak": [ + 119, + 498 + ], + "area_cells": 102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ag/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/globe.png new file mode 100644 index 000000000..351796bff Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ag/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/heightmap.png new file mode 100644 index 000000000..7210b7674 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ag/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/index.md new file mode 100644 index 000000000..11866dc6d --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ663Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3372257005 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.16 + period_days: 1300.0 + axial_tilt_deg: 27.7 +physical: + gravity_g: 0.32 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.307 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.348 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Ag + +Frozen planet. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 97% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ag/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/markers.json new file mode 100644 index 000000000..ef87e0b92 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ag/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 141, + 334 + ], + "peak": [ + 135, + 331 + ], + "area_cells": 420 + }, + { + "id": "range_4", + "name": null, + "center": [ + 210, + 213 + ], + "peak": [ + 190, + 158 + ], + "area_cells": 16276 + }, + { + "id": "range_10", + "name": null, + "center": [ + 186, + 495 + ], + "peak": [ + 187, + 494 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 191, + 77 + ], + "peak": [ + 191, + 78 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 205, + 72 + ], + "peak": [ + 207, + 70 + ], + "area_cells": 69 + }, + { + "id": "range_16", + "name": null, + "center": [ + 204, + 420 + ], + "peak": [ + 204, + 420 + ], + "area_cells": 55 + }, + { + "id": "range_18", + "name": null, + "center": [ + 213, + 500 + ], + "peak": [ + 215, + 500 + ], + "area_cells": 81 + }, + { + "id": "range_19", + "name": null, + "center": [ + 220, + 480 + ], + "peak": [ + 220, + 480 + ], + "area_cells": 58 + }, + { + "id": "range_20", + "name": null, + "center": [ + 219, + 443 + ], + "peak": [ + 218, + 442 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/globe.png new file mode 100644 index 000000000..519dad157 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/heightmap.png new file mode 100644 index 000000000..258ea84c2 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/index.md new file mode 100644 index 000000000..5d54e3382 --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ663Ah-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2249329558 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 39.6 +physical: + gravity_g: 0.07 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.86 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Ah-1 + +Barren moon. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/markers.json new file mode 100644 index 000000000..4a71c7d8a --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-1/markers.json @@ -0,0 +1,547 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 41 + ], + "peak": [ + 19, + 40 + ], + "area_cells": 98 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 106 + ], + "peak": [ + 22, + 114 + ], + "area_cells": 2309 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 176 + ], + "peak": [ + 1, + 177 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 188 + ], + "peak": [ + 1, + 188 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 2, + 211 + ], + "peak": [ + 4, + 213 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 2, + 318 + ], + "peak": [ + 2, + 319 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 2, + 395 + ], + "peak": [ + 0, + 383 + ], + "area_cells": 233 + }, + { + "id": "range_13", + "name": null, + "center": [ + 16, + 460 + ], + "peak": [ + 25, + 478 + ], + "area_cells": 1148 + }, + { + "id": "range_24", + "name": null, + "center": [ + 24, + 508 + ], + "peak": [ + 27, + 508 + ], + "area_cells": 35 + }, + { + "id": "range_26", + "name": null, + "center": [ + 27, + 326 + ], + "peak": [ + 28, + 326 + ], + "area_cells": 34 + }, + { + "id": "range_39", + "name": null, + "center": [ + 42, + 19 + ], + "peak": [ + 40, + 18 + ], + "area_cells": 62 + }, + { + "id": "range_43", + "name": null, + "center": [ + 58, + 12 + ], + "peak": [ + 56, + 11 + ], + "area_cells": 52 + }, + { + "id": "range_44", + "name": null, + "center": [ + 78, + 5 + ], + "peak": [ + 95, + 1 + ], + "area_cells": 293 + }, + { + "id": "range_45", + "name": null, + "center": [ + 65, + 503 + ], + "peak": [ + 67, + 505 + ], + "area_cells": 145 + }, + { + "id": "range_46", + "name": null, + "center": [ + 79, + 173 + ], + "peak": [ + 83, + 175 + ], + "area_cells": 189 + }, + { + "id": "range_48", + "name": null, + "center": [ + 88, + 145 + ], + "peak": [ + 90, + 148 + ], + "area_cells": 242 + }, + { + "id": "range_49", + "name": null, + "center": [ + 96, + 483 + ], + "peak": [ + 97, + 481 + ], + "area_cells": 195 + }, + { + "id": "range_51", + "name": null, + "center": [ + 122, + 115 + ], + "peak": [ + 105, + 132 + ], + "area_cells": 3658 + }, + { + "id": "range_52", + "name": null, + "center": [ + 99, + 508 + ], + "peak": [ + 98, + 511 + ], + "area_cells": 85 + }, + { + "id": "range_54", + "name": null, + "center": [ + 118, + 453 + ], + "peak": [ + 118, + 452 + ], + "area_cells": 240 + }, + { + "id": "range_55", + "name": null, + "center": [ + 126, + 492 + ], + "peak": [ + 127, + 493 + ], + "area_cells": 75 + }, + { + "id": "range_56", + "name": null, + "center": [ + 136, + 280 + ], + "peak": [ + 129, + 272 + ], + "area_cells": 268 + }, + { + "id": "range_57", + "name": null, + "center": [ + 143, + 330 + ], + "peak": [ + 146, + 331 + ], + "area_cells": 782 + }, + { + "id": "range_59", + "name": null, + "center": [ + 141, + 252 + ], + "peak": [ + 142, + 252 + ], + "area_cells": 58 + }, + { + "id": "range_65", + "name": null, + "center": [ + 192, + 489 + ], + "peak": [ + 194, + 483 + ], + "area_cells": 940 + }, + { + "id": "range_66", + "name": null, + "center": [ + 196, + 45 + ], + "peak": [ + 206, + 78 + ], + "area_cells": 1807 + }, + { + "id": "range_68", + "name": null, + "center": [ + 173, + 203 + ], + "peak": [ + 174, + 204 + ], + "area_cells": 33 + }, + { + "id": "range_69", + "name": null, + "center": [ + 172, + 220 + ], + "peak": [ + 173, + 221 + ], + "area_cells": 36 + }, + { + "id": "range_71", + "name": null, + "center": [ + 176, + 313 + ], + "peak": [ + 178, + 312 + ], + "area_cells": 185 + }, + { + "id": "range_72", + "name": null, + "center": [ + 175, + 410 + ], + "peak": [ + 176, + 412 + ], + "area_cells": 57 + }, + { + "id": "range_73", + "name": null, + "center": [ + 175, + 449 + ], + "peak": [ + 176, + 449 + ], + "area_cells": 38 + }, + { + "id": "range_75", + "name": null, + "center": [ + 184, + 287 + ], + "peak": [ + 185, + 287 + ], + "area_cells": 21 + }, + { + "id": "range_76", + "name": null, + "center": [ + 194, + 449 + ], + "peak": [ + 190, + 453 + ], + "area_cells": 164 + }, + { + "id": "range_79", + "name": null, + "center": [ + 213, + 198 + ], + "peak": [ + 222, + 204 + ], + "area_cells": 1459 + }, + { + "id": "range_82", + "name": null, + "center": [ + 203, + 309 + ], + "peak": [ + 200, + 320 + ], + "area_cells": 221 + }, + { + "id": "range_89", + "name": null, + "center": [ + 204, + 281 + ], + "peak": [ + 206, + 281 + ], + "area_cells": 52 + }, + { + "id": "range_90", + "name": null, + "center": [ + 202, + 346 + ], + "peak": [ + 203, + 346 + ], + "area_cells": 24 + }, + { + "id": "range_91", + "name": null, + "center": [ + 205, + 328 + ], + "peak": [ + 205, + 329 + ], + "area_cells": 36 + }, + { + "id": "range_95", + "name": null, + "center": [ + 215, + 127 + ], + "peak": [ + 213, + 127 + ], + "area_cells": 60 + }, + { + "id": "range_96", + "name": null, + "center": [ + 215, + 159 + ], + "peak": [ + 216, + 159 + ], + "area_cells": 42 + }, + { + "id": "range_97", + "name": null, + "center": [ + 221, + 464 + ], + "peak": [ + 224, + 463 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/globe.png new file mode 100644 index 000000000..d7d77db97 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/heightmap.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/heightmap.png new file mode 100644 index 000000000..0a92ec3b3 Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/index.md new file mode 100644 index 000000000..b8430aa1c --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ663Ah-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1350216930 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 15.0 +physical: + gravity_g: 0.05 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.887 + polar_ice_lat: 0.276 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.417 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ663Ah-2 + +Frozen moon. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/markers.json b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/markers.json new file mode 100644 index 000000000..f6adc3a4e --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ah-2/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 118, + 348 + ], + "area_fraction": 0.0969 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 122, + 23 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 236 + ], + "peak": [ + 14, + 271 + ], + "area_cells": 3221 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 387 + ], + "peak": [ + 12, + 389 + ], + "area_cells": 2423 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 147 + ], + "peak": [ + 15, + 148 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 40 + ], + "peak": [ + 51, + 55 + ], + "area_cells": 3668 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 105 + ], + "peak": [ + 41, + 87 + ], + "area_cells": 627 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 505 + ], + "peak": [ + 42, + 509 + ], + "area_cells": 168 + }, + { + "id": "range_9", + "name": null, + "center": [ + 51, + 433 + ], + "peak": [ + 56, + 429 + ], + "area_cells": 1062 + }, + { + "id": "range_13", + "name": null, + "center": [ + 78, + 193 + ], + "peak": [ + 79, + 194 + ], + "area_cells": 79 + }, + { + "id": "range_15", + "name": null, + "center": [ + 86, + 80 + ], + "peak": [ + 85, + 83 + ], + "area_cells": 106 + }, + { + "id": "range_16", + "name": null, + "center": [ + 99, + 501 + ], + "peak": [ + 100, + 502 + ], + "area_cells": 41 + }, + { + "id": "range_18", + "name": null, + "center": [ + 116, + 190 + ], + "peak": [ + 117, + 190 + ], + "area_cells": 25 + }, + { + "id": "range_19", + "name": null, + "center": [ + 189, + 106 + ], + "peak": [ + 169, + 154 + ], + "area_cells": 9714 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah/globe.png b/wiki/star-systems/GJ-663A/bodies/GJ663Ah/globe.png new file mode 100644 index 000000000..eac3e89ee Binary files /dev/null and b/wiki/star-systems/GJ-663A/bodies/GJ663Ah/globe.png differ diff --git a/wiki/star-systems/GJ-663A/bodies/GJ663Ah/index.md b/wiki/star-systems/GJ-663A/bodies/GJ663Ah/index.md new file mode 100644 index 000000000..d7ffc345c --- /dev/null +++ b/wiki/star-systems/GJ-663A/bodies/GJ663Ah/index.md @@ -0,0 +1,61 @@ +--- +id: GJ663Ah +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 93647407 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.602 + period_days: 2800.0 + axial_tilt_deg: 9.2 +physical: + gravity_g: null + oblateness: 0.0567 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.177 +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.113 +--- + +# GJ663Ah + +Gas giant. + +**System:** [GJ-663A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + 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/bodies/GJ664b/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664b/globe.png new file mode 100644 index 000000000..170bd087e Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664b/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664b/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664b/heightmap.png new file mode 100644 index 000000000..c8ce0be05 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664b/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664b/index.md b/wiki/star-systems/GJ-664/bodies/GJ664b/index.md new file mode 100644 index 000000000..d665b1e77 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ664b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2235846605 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 14.2 +physical: + gravity_g: 0.24 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664b + +Barren planet. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.24g | +| **Land** | 98% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664b/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664b/markers.json new file mode 100644 index 000000000..83f21b1c9 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664b/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 141 + ], + "peak": [ + 59, + 130 + ], + "area_cells": 358 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 97 + ], + "peak": [ + 37, + 107 + ], + "area_cells": 207 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 13 + ], + "peak": [ + 88, + 3 + ], + "area_cells": 828 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 476 + ], + "peak": [ + 80, + 502 + ], + "area_cells": 2249 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 116 + ], + "peak": [ + 44, + 116 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 437 + ], + "peak": [ + 47, + 439 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 49 + ], + "peak": [ + 51, + 49 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 65, + 40 + ], + "peak": [ + 73, + 44 + ], + "area_cells": 182 + }, + { + "id": "range_12", + "name": null, + "center": [ + 65, + 155 + ], + "peak": [ + 66, + 155 + ], + "area_cells": 57 + }, + { + "id": "range_13", + "name": null, + "center": [ + 81, + 305 + ], + "peak": [ + 82, + 306 + ], + "area_cells": 25 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 248 + ], + "peak": [ + 87, + 251 + ], + "area_cells": 106 + }, + { + "id": "range_15", + "name": null, + "center": [ + 89, + 316 + ], + "peak": [ + 90, + 318 + ], + "area_cells": 65 + }, + { + "id": "range_16", + "name": null, + "center": [ + 87, + 333 + ], + "peak": [ + 87, + 334 + ], + "area_cells": 29 + }, + { + "id": "range_18", + "name": null, + "center": [ + 93, + 292 + ], + "peak": [ + 92, + 292 + ], + "area_cells": 20 + }, + { + "id": "range_19", + "name": null, + "center": [ + 161, + 378 + ], + "peak": [ + 147, + 384 + ], + "area_cells": 4625 + }, + { + "id": "range_22", + "name": null, + "center": [ + 141, + 317 + ], + "peak": [ + 126, + 291 + ], + "area_cells": 1294 + }, + { + "id": "range_23", + "name": null, + "center": [ + 113, + 451 + ], + "peak": [ + 113, + 451 + ], + "area_cells": 90 + }, + { + "id": "range_24", + "name": null, + "center": [ + 113, + 5 + ], + "peak": [ + 114, + 5 + ], + "area_cells": 64 + }, + { + "id": "range_27", + "name": null, + "center": [ + 119, + 478 + ], + "peak": [ + 119, + 479 + ], + "area_cells": 133 + }, + { + "id": "range_30", + "name": null, + "center": [ + 120, + 215 + ], + "peak": [ + 120, + 214 + ], + "area_cells": 26 + }, + { + "id": "range_31", + "name": null, + "center": [ + 124, + 250 + ], + "peak": [ + 125, + 250 + ], + "area_cells": 112 + }, + { + "id": "range_32", + "name": null, + "center": [ + 127, + 226 + ], + "peak": [ + 127, + 226 + ], + "area_cells": 42 + }, + { + "id": "range_34", + "name": null, + "center": [ + 158, + 435 + ], + "peak": [ + 162, + 436 + ], + "area_cells": 311 + }, + { + "id": "range_35", + "name": null, + "center": [ + 167, + 110 + ], + "peak": [ + 167, + 135 + ], + "area_cells": 1533 + }, + { + "id": "range_36", + "name": null, + "center": [ + 153, + 20 + ], + "peak": [ + 153, + 20 + ], + "area_cells": 37 + }, + { + "id": "range_38", + "name": null, + "center": [ + 162, + 267 + ], + "peak": [ + 162, + 268 + ], + "area_cells": 21 + }, + { + "id": "range_44", + "name": null, + "center": [ + 188, + 53 + ], + "peak": [ + 192, + 56 + ], + "area_cells": 66 + }, + { + "id": "range_48", + "name": null, + "center": [ + 193, + 109 + ], + "peak": [ + 195, + 110 + ], + "area_cells": 62 + }, + { + "id": "range_50", + "name": null, + "center": [ + 195, + 426 + ], + "peak": [ + 196, + 427 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664c/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664c/globe.png new file mode 100644 index 000000000..29f59a954 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664c/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664c/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664c/heightmap.png new file mode 100644 index 000000000..3e33bfaac Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664c/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664c/index.md b/wiki/star-systems/GJ-664/bodies/GJ664c/index.md new file mode 100644 index 000000000..a22655bff --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ664c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 876852213 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.262 + period_days: 55.0 + axial_tilt_deg: 8.2 +physical: + gravity_g: 0.55 + oblateness: 0.002 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.905 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664c + +Barren planet. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Atmosphere** | thick | +| **Land** | 97% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664c/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664c/markers.json new file mode 100644 index 000000000..3b2406b80 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664c/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 381 + ], + "peak": [ + 0, + 379 + ], + "area_cells": 326 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 479 + ], + "peak": [ + 48, + 473 + ], + "area_cells": 1070 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 13 + ], + "peak": [ + 63, + 22 + ], + "area_cells": 423 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 263 + ], + "peak": [ + 65, + 283 + ], + "area_cells": 760 + }, + { + "id": "range_5", + "name": null, + "center": [ + 142, + 397 + ], + "peak": [ + 131, + 378 + ], + "area_cells": 17593 + }, + { + "id": "range_6", + "name": null, + "center": [ + 153, + 44 + ], + "peak": [ + 128, + 33 + ], + "area_cells": 9446 + }, + { + "id": "range_7", + "name": null, + "center": [ + 234, + 261 + ], + "peak": [ + 255, + 257 + ], + "area_cells": 2935 + }, + { + "id": "range_8", + "name": null, + "center": [ + 238, + 382 + ], + "peak": [ + 255, + 399 + ], + "area_cells": 1747 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d-1/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664d-1/globe.png new file mode 100644 index 000000000..d73046933 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664d-1/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d-1/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664d-1/heightmap.png new file mode 100644 index 000000000..0a35a3a9a Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d-1/index.md b/wiki/star-systems/GJ-664/bodies/GJ664d-1/index.md new file mode 100644 index 000000000..7bb6cd527 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ664d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 686864259 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.09 + period_days: 11.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.05 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.932 + 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 +--- + +# GJ664d-1 + +Barren moon. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 97% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d-1/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664d-1/markers.json new file mode 100644 index 000000000..17eff5fe9 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664d-1/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 178 + ], + "peak": [ + 2, + 178 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 188 + ], + "peak": [ + 0, + 191 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 1, + 346 + ], + "peak": [ + 2, + 347 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 16, + 201 + ], + "peak": [ + 15, + 200 + ], + "area_cells": 39 + }, + { + "id": "range_16", + "name": null, + "center": [ + 34, + 292 + ], + "peak": [ + 34, + 292 + ], + "area_cells": 42 + }, + { + "id": "range_18", + "name": null, + "center": [ + 34, + 88 + ], + "peak": [ + 34, + 89 + ], + "area_cells": 53 + }, + { + "id": "range_20", + "name": null, + "center": [ + 35, + 279 + ], + "peak": [ + 35, + 280 + ], + "area_cells": 41 + }, + { + "id": "range_21", + "name": null, + "center": [ + 43, + 489 + ], + "peak": [ + 42, + 489 + ], + "area_cells": 88 + }, + { + "id": "range_23", + "name": null, + "center": [ + 56, + 149 + ], + "peak": [ + 62, + 153 + ], + "area_cells": 130 + }, + { + "id": "range_24", + "name": null, + "center": [ + 65, + 102 + ], + "peak": [ + 50, + 104 + ], + "area_cells": 322 + }, + { + "id": "range_26", + "name": null, + "center": [ + 60, + 124 + ], + "peak": [ + 62, + 124 + ], + "area_cells": 183 + }, + { + "id": "range_30", + "name": null, + "center": [ + 100, + 363 + ], + "peak": [ + 96, + 363 + ], + "area_cells": 202 + }, + { + "id": "range_31", + "name": null, + "center": [ + 109, + 404 + ], + "peak": [ + 116, + 400 + ], + "area_cells": 465 + }, + { + "id": "range_34", + "name": null, + "center": [ + 106, + 244 + ], + "peak": [ + 106, + 244 + ], + "area_cells": 41 + }, + { + "id": "range_35", + "name": null, + "center": [ + 113, + 195 + ], + "peak": [ + 113, + 197 + ], + "area_cells": 165 + }, + { + "id": "range_36", + "name": null, + "center": [ + 170, + 441 + ], + "peak": [ + 144, + 424 + ], + "area_cells": 5520 + }, + { + "id": "range_37", + "name": null, + "center": [ + 115, + 125 + ], + "peak": [ + 115, + 126 + ], + "area_cells": 25 + }, + { + "id": "range_38", + "name": null, + "center": [ + 117, + 112 + ], + "peak": [ + 117, + 112 + ], + "area_cells": 33 + }, + { + "id": "range_39", + "name": null, + "center": [ + 169, + 265 + ], + "peak": [ + 165, + 270 + ], + "area_cells": 3115 + }, + { + "id": "range_40", + "name": null, + "center": [ + 150, + 128 + ], + "peak": [ + 126, + 142 + ], + "area_cells": 682 + }, + { + "id": "range_41", + "name": null, + "center": [ + 130, + 375 + ], + "peak": [ + 131, + 376 + ], + "area_cells": 104 + }, + { + "id": "range_43", + "name": null, + "center": [ + 151, + 177 + ], + "peak": [ + 155, + 175 + ], + "area_cells": 273 + }, + { + "id": "range_44", + "name": null, + "center": [ + 152, + 314 + ], + "peak": [ + 154, + 315 + ], + "area_cells": 81 + }, + { + "id": "range_45", + "name": null, + "center": [ + 189, + 35 + ], + "peak": [ + 181, + 13 + ], + "area_cells": 2811 + }, + { + "id": "range_46", + "name": null, + "center": [ + 201, + 151 + ], + "peak": [ + 190, + 163 + ], + "area_cells": 1575 + }, + { + "id": "range_49", + "name": null, + "center": [ + 205, + 392 + ], + "peak": [ + 208, + 394 + ], + "area_cells": 78 + }, + { + "id": "range_55", + "name": null, + "center": [ + 213, + 101 + ], + "peak": [ + 213, + 102 + ], + "area_cells": 31 + }, + { + "id": "range_56", + "name": null, + "center": [ + 225, + 320 + ], + "peak": [ + 226, + 321 + ], + "area_cells": 134 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664d/globe.png new file mode 100644 index 000000000..12cab83b2 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664d/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664d/heightmap.png new file mode 100644 index 000000000..e7c4ce2b5 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664d/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d/index.md b/wiki/star-systems/GJ-664/bodies/GJ664d/index.md new file mode 100644 index 000000000..888720e2b --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ664d +name: Farrow +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1546352592 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.661 + period_days: 220.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.82 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.662 + polar_ice_lat: 0.691 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.424 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Farrow + +Temperate planet. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 66% | +| **Year** | 220 days | +| **Inhabited** | yes | +| **Population** | 500M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664d/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664d/markers.json new file mode 100644 index 000000000..f1a83aee4 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664d/markers.json @@ -0,0 +1,806 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 443 + ], + [ + 121, + 444 + ], + [ + 122, + 445 + ], + [ + 123, + 445 + ], + [ + 124, + 444 + ], + [ + 125, + 443 + ], + [ + 126, + 442 + ], + [ + 127, + 443 + ], + [ + 128, + 442 + ], + [ + 127, + 442 + ], + [ + 127, + 441 + ], + [ + 128, + 441 + ], + [ + 128, + 440 + ], + [ + 129, + 441 + ], + [ + 129, + 442 + ], + [ + 128, + 443 + ], + [ + 129, + 443 + ], + [ + 128, + 444 + ], + [ + 127, + 444 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 248, + 511 + ], + [ + 247, + 511 + ], + [ + 246, + 0 + ], + [ + 245, + 1 + ], + [ + 244, + 0 + ], + [ + 243, + 1 + ], + [ + 242, + 1 + ], + [ + 241, + 2 + ], + [ + 240, + 1 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 108, + 366 + ], + [ + 109, + 365 + ], + [ + 110, + 364 + ], + [ + 111, + 363 + ], + [ + 112, + 362 + ], + [ + 113, + 362 + ], + [ + 114, + 362 + ], + [ + 115, + 362 + ], + [ + 116, + 363 + ], + [ + 116, + 364 + ], + [ + 117, + 365 + ], + [ + 118, + 365 + ], + [ + 119, + 366 + ], + [ + 120, + 367 + ], + [ + 121, + 368 + ], + [ + 122, + 369 + ], + [ + 123, + 370 + ], + [ + 124, + 369 + ], + [ + 125, + 370 + ], + [ + 126, + 370 + ], + [ + 127, + 370 + ], + [ + 127, + 369 + ], + [ + 126, + 368 + ], + [ + 126, + 369 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 58, + 447 + ], + [ + 57, + 446 + ], + [ + 56, + 445 + ], + [ + 55, + 444 + ], + [ + 54, + 443 + ], + [ + 53, + 442 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 121, + 262 + ], + [ + 122, + 263 + ], + [ + 123, + 264 + ], + [ + 124, + 265 + ], + [ + 125, + 266 + ], + [ + 126, + 267 + ], + [ + 127, + 268 + ], + [ + 128, + 269 + ], + [ + 129, + 270 + ], + [ + 130, + 271 + ], + [ + 131, + 272 + ], + [ + 131, + 273 + ], + [ + 131, + 274 + ], + [ + 131, + 275 + ], + [ + 130, + 276 + ], + [ + 129, + 277 + ], + [ + 128, + 278 + ], + [ + 127, + 279 + ], + [ + 127, + 280 + ], + [ + 127, + 281 + ], + [ + 126, + 282 + ], + [ + 126, + 283 + ], + [ + 126, + 284 + ], + [ + 125, + 285 + ], + [ + 126, + 285 + ], + [ + 126, + 286 + ], + [ + 125, + 286 + ], + [ + 125, + 287 + ], + [ + 124, + 287 + ], + [ + 123, + 288 + ], + [ + 122, + 289 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 241, + 476 + ], + [ + 242, + 476 + ], + [ + 243, + 475 + ], + [ + 244, + 476 + ], + [ + 245, + 476 + ], + [ + 246, + 476 + ], + [ + 247, + 475 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 135, + 258 + ], + [ + 134, + 259 + ], + [ + 133, + 260 + ], + [ + 132, + 261 + ], + [ + 131, + 262 + ], + [ + 130, + 262 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 89, + 404 + ], + [ + 88, + 405 + ], + [ + 87, + 406 + ], + [ + 86, + 407 + ], + [ + 85, + 406 + ], + [ + 84, + 406 + ], + [ + 83, + 406 + ], + [ + 82, + 407 + ], + [ + 81, + 408 + ], + [ + 80, + 408 + ], + [ + 79, + 409 + ], + [ + 78, + 408 + ], + [ + 77, + 408 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 236, + 43 + ], + [ + 237, + 44 + ], + [ + 238, + 45 + ], + [ + 238, + 46 + ], + [ + 238, + 47 + ], + [ + 239, + 48 + ], + [ + 240, + 49 + ], + [ + 241, + 49 + ], + [ + 241, + 48 + ], + [ + 242, + 48 + ], + [ + 242, + 49 + ], + [ + 243, + 49 + ], + [ + 244, + 49 + ], + [ + 244, + 50 + ], + [ + 245, + 49 + ], + [ + 245, + 50 + ], + [ + 246, + 49 + ], + [ + 245, + 48 + ], + [ + 246, + 48 + ], + [ + 247, + 48 + ], + [ + 247, + 49 + ], + [ + 247, + 50 + ], + [ + 248, + 50 + ], + [ + 249, + 49 + ], + [ + 250, + 48 + ], + [ + 251, + 47 + ], + [ + 251, + 48 + ], + [ + 250, + 47 + ], + [ + 249, + 47 + ], + [ + 250, + 46 + ], + [ + 249, + 46 + ], + [ + 248, + 45 + ], + [ + 247, + 44 + ], + [ + 247, + 43 + ], + [ + 247, + 42 + ], + [ + 248, + 42 + ], + [ + 249, + 42 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 38, + 254 + ], + "area_fraction": 0.2962 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 221, + 12 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 216, + 500 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 221, + 106 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 248, + 192 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 364 + ], + "peak": [ + 215, + 425 + ], + "area_cells": 7579 + }, + { + "id": "range_2", + "name": null, + "center": [ + 150, + 121 + ], + "peak": [ + 159, + 190 + ], + "area_cells": 7510 + }, + { + "id": "range_3", + "name": null, + "center": [ + 115, + 454 + ], + "peak": [ + 120, + 443 + ], + "area_cells": 263 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 490 + ], + "peak": [ + 118, + 483 + ], + "area_cells": 308 + }, + { + "id": "range_6", + "name": null, + "center": [ + 133, + 467 + ], + "peak": [ + 133, + 465 + ], + "area_cells": 154 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 473 + ], + "peak": [ + 159, + 475 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664e/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664e/globe.png new file mode 100644 index 000000000..5f64d0fb1 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664e/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664e/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664e/heightmap.png new file mode 100644 index 000000000..7f51454ce Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664e/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664e/index.md b/wiki/star-systems/GJ-664/bodies/GJ664e/index.md new file mode 100644 index 000000000..3f6257f57 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ664e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2201079187 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.065 + period_days: 450.0 + axial_tilt_deg: 26.3 +physical: + gravity_g: 0.45 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 1.0 + polar_ice_lat: 0.887 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.151 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664e + +Arid planet. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 100% | +| **Year** | 450 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664e/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664e/markers.json new file mode 100644 index 000000000..9101f43b1 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664e/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 156, + 156 + ], + "peak": [ + 149, + 150 + ], + "area_cells": 22468 + }, + { + "id": "range_4", + "name": null, + "center": [ + 193, + 431 + ], + "peak": [ + 219, + 442 + ], + "area_cells": 11764 + }, + { + "id": "range_5", + "name": null, + "center": [ + 157, + 390 + ], + "peak": [ + 158, + 389 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664f/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664f/globe.png new file mode 100644 index 000000000..29fc92fec Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664f/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664f/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664f/heightmap.png new file mode 100644 index 000000000..6263e36a3 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664f/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664f/index.md b/wiki/star-systems/GJ-664/bodies/GJ664f/index.md new file mode 100644 index 000000000..2e347ea35 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ664f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2808454167 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.497 + period_days: 750.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.38 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.721 + polar_ice_lat: 0.103 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664f + +Frozen planet. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664f/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664f/markers.json new file mode 100644 index 000000000..65198e06b --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664f/markers.json @@ -0,0 +1,101 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 6, + 64 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 89, + 289 + ], + "area_fraction": 0.1576 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 12, + 387 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 79, + 32 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 118, + 56 + ], + "area_fraction": 0.0514 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 116, + 493 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 221, + 208 + ], + "peak": [ + 223, + 173 + ], + "area_cells": 11229 + }, + { + "id": "range_5", + "name": null, + "center": [ + 253, + 387 + ], + "peak": [ + 254, + 387 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664g/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664g/globe.png new file mode 100644 index 000000000..e2ccbd6a7 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664g/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664g/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664g/heightmap.png new file mode 100644 index 000000000..d879dd6a2 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664g/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664g/index.md b/wiki/star-systems/GJ-664/bodies/GJ664g/index.md new file mode 100644 index 000000000..509226d88 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ664g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2241374291 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: 0.32 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.339 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.427 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664g + +Frozen planet. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664g/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664g/markers.json new file mode 100644 index 000000000..afd100300 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664g/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 223, + 438 + ], + "peak": [ + 207, + 486 + ], + "area_cells": 9171 + }, + { + "id": "range_2", + "name": null, + "center": [ + 230, + 65 + ], + "peak": [ + 223, + 17 + ], + "area_cells": 6244 + }, + { + "id": "range_3", + "name": null, + "center": [ + 196, + 223 + ], + "peak": [ + 194, + 204 + ], + "area_cells": 1213 + }, + { + "id": "range_6", + "name": null, + "center": [ + 241, + 259 + ], + "peak": [ + 238, + 263 + ], + "area_cells": 293 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-1/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664h-1/globe.png new file mode 100644 index 000000000..d3738a335 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664h-1/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-1/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664h-1/heightmap.png new file mode 100644 index 000000000..eccd41152 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-1/index.md b/wiki/star-systems/GJ-664/bodies/GJ664h-1/index.md new file mode 100644 index 000000000..259267a28 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ664h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1319177175 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 34.5 +physical: + gravity_g: 0.07 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.837 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664h-1 + +Barren moon. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-1/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664h-1/markers.json new file mode 100644 index 000000000..f1008c4ff --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664h-1/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 380 + ], + "peak": [ + 52, + 377 + ], + "area_cells": 528 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 345 + ], + "peak": [ + 69, + 344 + ], + "area_cells": 127 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 418 + ], + "peak": [ + 69, + 418 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 302 + ], + "peak": [ + 73, + 303 + ], + "area_cells": 57 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 204 + ], + "peak": [ + 91, + 204 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 303 + ], + "peak": [ + 118, + 303 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 139, + 18 + ], + "peak": [ + 139, + 22 + ], + "area_cells": 178 + }, + { + "id": "range_10", + "name": null, + "center": [ + 189, + 357 + ], + "peak": [ + 196, + 349 + ], + "area_cells": 2654 + }, + { + "id": "range_11", + "name": null, + "center": [ + 175, + 421 + ], + "peak": [ + 173, + 419 + ], + "area_cells": 259 + }, + { + "id": "range_12", + "name": null, + "center": [ + 188, + 461 + ], + "peak": [ + 192, + 461 + ], + "area_cells": 209 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 229 + ], + "peak": [ + 183, + 229 + ], + "area_cells": 71 + }, + { + "id": "range_16", + "name": null, + "center": [ + 197, + 34 + ], + "peak": [ + 197, + 35 + ], + "area_cells": 55 + }, + { + "id": "range_17", + "name": null, + "center": [ + 196, + 497 + ], + "peak": [ + 197, + 498 + ], + "area_cells": 28 + }, + { + "id": "range_21", + "name": null, + "center": [ + 205, + 227 + ], + "peak": [ + 205, + 228 + ], + "area_cells": 41 + }, + { + "id": "range_23", + "name": null, + "center": [ + 221, + 288 + ], + "peak": [ + 222, + 288 + ], + "area_cells": 67 + }, + { + "id": "range_25", + "name": null, + "center": [ + 233, + 350 + ], + "peak": [ + 227, + 348 + ], + "area_cells": 49 + }, + { + "id": "range_26", + "name": null, + "center": [ + 248, + 253 + ], + "peak": [ + 254, + 231 + ], + "area_cells": 820 + }, + { + "id": "range_27", + "name": null, + "center": [ + 245, + 359 + ], + "peak": [ + 244, + 359 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-2/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664h-2/globe.png new file mode 100644 index 000000000..d061305db Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664h-2/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-2/heightmap.png b/wiki/star-systems/GJ-664/bodies/GJ664h-2/heightmap.png new file mode 100644 index 000000000..581032aa5 Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-2/index.md b/wiki/star-systems/GJ-664/bodies/GJ664h-2/index.md new file mode 100644 index 000000000..2cfa7fb96 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ664h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 815027997 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 37.5 +physical: + gravity_g: 0.05 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.207 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ664h-2 + +Frozen moon. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h-2/markers.json b/wiki/star-systems/GJ-664/bodies/GJ664h-2/markers.json new file mode 100644 index 000000000..de038c58c --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664h-2/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 130, + 92 + ], + "area_fraction": 0.0503 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 208, + 391 + ], + "area_fraction": 0.0444 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 199, + 238 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 204, + 179 + ], + "area_fraction": 0.0117 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 24 + ], + "peak": [ + 2, + 24 + ], + "area_cells": 64 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 68 + ], + "peak": [ + 5, + 65 + ], + "area_cells": 147 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 220 + ], + "peak": [ + 2, + 220 + ], + "area_cells": 174 + }, + { + "id": "range_4", + "name": null, + "center": [ + 18, + 414 + ], + "peak": [ + 6, + 436 + ], + "area_cells": 5081 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 16 + ], + "peak": [ + 11, + 0 + ], + "area_cells": 865 + }, + { + "id": "range_6", + "name": null, + "center": [ + 25, + 117 + ], + "peak": [ + 25, + 110 + ], + "area_cells": 871 + }, + { + "id": "range_7", + "name": null, + "center": [ + 14, + 74 + ], + "peak": [ + 14, + 74 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 20, + 168 + ], + "peak": [ + 19, + 172 + ], + "area_cells": 188 + }, + { + "id": "range_9", + "name": null, + "center": [ + 28, + 397 + ], + "peak": [ + 28, + 391 + ], + "area_cells": 126 + }, + { + "id": "range_11", + "name": null, + "center": [ + 47, + 387 + ], + "peak": [ + 49, + 379 + ], + "area_cells": 386 + }, + { + "id": "range_14", + "name": null, + "center": [ + 46, + 119 + ], + "peak": [ + 45, + 119 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 70, + 219 + ], + "peak": [ + 71, + 218 + ], + "area_cells": 204 + }, + { + "id": "range_17", + "name": null, + "center": [ + 96, + 237 + ], + "peak": [ + 94, + 231 + ], + "area_cells": 488 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h/globe.png b/wiki/star-systems/GJ-664/bodies/GJ664h/globe.png new file mode 100644 index 000000000..b7535fd9e Binary files /dev/null and b/wiki/star-systems/GJ-664/bodies/GJ664h/globe.png differ diff --git a/wiki/star-systems/GJ-664/bodies/GJ664h/index.md b/wiki/star-systems/GJ-664/bodies/GJ664h/index.md new file mode 100644 index 000000000..4d604da67 --- /dev/null +++ b/wiki/star-systems/GJ-664/bodies/GJ664h/index.md @@ -0,0 +1,70 @@ +--- +id: GJ664h +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1461718122 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: null + oblateness: 0.0731 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.349 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.107 +rings: + enabled: true + inner_radius_factor: 1.16 + outer_radius_factor: 2.41 + opacity_base: 0.52 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ664h + +Gas giant. + +**System:** [GJ-664](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + 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/bodies/GJ667Ab/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/globe.png new file mode 100644 index 000000000..c0d07944d Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ab/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/heightmap.png new file mode 100644 index 000000000..8e9fecfea Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ab/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/index.md new file mode 100644 index 000000000..995f3445b --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1315577689 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 4.2 +physical: + gravity_g: 0.35 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.945 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ab + +Barren planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 97% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ab/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/markers.json new file mode 100644 index 000000000..00097908b --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ab/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 125 + ], + "peak": [ + 0, + 128 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 123 + ], + "peak": [ + 33, + 131 + ], + "area_cells": 276 + }, + { + "id": "range_8", + "name": null, + "center": [ + 34, + 250 + ], + "peak": [ + 36, + 250 + ], + "area_cells": 129 + }, + { + "id": "range_10", + "name": null, + "center": [ + 55, + 218 + ], + "peak": [ + 35, + 235 + ], + "area_cells": 708 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 379 + ], + "peak": [ + 130, + 363 + ], + "area_cells": 10905 + }, + { + "id": "range_14", + "name": null, + "center": [ + 50, + 66 + ], + "peak": [ + 65, + 72 + ], + "area_cells": 219 + }, + { + "id": "range_18", + "name": null, + "center": [ + 66, + 18 + ], + "peak": [ + 69, + 31 + ], + "area_cells": 579 + }, + { + "id": "range_20", + "name": null, + "center": [ + 64, + 489 + ], + "peak": [ + 56, + 493 + ], + "area_cells": 794 + }, + { + "id": "range_21", + "name": null, + "center": [ + 82, + 259 + ], + "peak": [ + 78, + 255 + ], + "area_cells": 1163 + }, + { + "id": "range_23", + "name": null, + "center": [ + 63, + 100 + ], + "peak": [ + 64, + 100 + ], + "area_cells": 97 + }, + { + "id": "range_24", + "name": null, + "center": [ + 64, + 137 + ], + "peak": [ + 64, + 138 + ], + "area_cells": 94 + }, + { + "id": "range_26", + "name": null, + "center": [ + 73, + 159 + ], + "peak": [ + 68, + 159 + ], + "area_cells": 138 + }, + { + "id": "range_29", + "name": null, + "center": [ + 82, + 124 + ], + "peak": [ + 88, + 123 + ], + "area_cells": 156 + }, + { + "id": "range_34", + "name": null, + "center": [ + 88, + 60 + ], + "peak": [ + 88, + 61 + ], + "area_cells": 103 + }, + { + "id": "range_39", + "name": null, + "center": [ + 102, + 15 + ], + "peak": [ + 103, + 13 + ], + "area_cells": 92 + }, + { + "id": "range_40", + "name": null, + "center": [ + 114, + 314 + ], + "peak": [ + 115, + 315 + ], + "area_cells": 82 + }, + { + "id": "range_43", + "name": null, + "center": [ + 126, + 507 + ], + "peak": [ + 127, + 508 + ], + "area_cells": 72 + }, + { + "id": "range_45", + "name": null, + "center": [ + 128, + 289 + ], + "peak": [ + 129, + 289 + ], + "area_cells": 115 + }, + { + "id": "range_46", + "name": null, + "center": [ + 132, + 131 + ], + "peak": [ + 132, + 132 + ], + "area_cells": 45 + }, + { + "id": "range_47", + "name": null, + "center": [ + 138, + 36 + ], + "peak": [ + 139, + 34 + ], + "area_cells": 225 + }, + { + "id": "range_52", + "name": null, + "center": [ + 190, + 135 + ], + "peak": [ + 190, + 135 + ], + "area_cells": 48 + }, + { + "id": "range_53", + "name": null, + "center": [ + 195, + 60 + ], + "peak": [ + 196, + 65 + ], + "area_cells": 62 + }, + { + "id": "range_55", + "name": null, + "center": [ + 211, + 63 + ], + "peak": [ + 210, + 63 + ], + "area_cells": 53 + }, + { + "id": "range_67", + "name": null, + "center": [ + 247, + 315 + ], + "peak": [ + 246, + 313 + ], + "area_cells": 80 + }, + { + "id": "range_69", + "name": null, + "center": [ + 251, + 59 + ], + "peak": [ + 255, + 62 + ], + "area_cells": 105 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ac/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/globe.png new file mode 100644 index 000000000..5f6222490 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ac/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/heightmap.png new file mode 100644 index 000000000..5cb930df7 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ac/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/index.md new file mode 100644 index 000000000..6869dd801 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ667Ac +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 148316730 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.308 + period_days: 70.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.5 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.902 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.152 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ac + +Arid planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 70 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ac/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/markers.json new file mode 100644 index 000000000..69c9a8abb --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ac/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 269 + ], + "peak": [ + 110, + 232 + ], + "area_cells": 18390 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 59 + ], + "peak": [ + 72, + 52 + ], + "area_cells": 129 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 7 + ], + "peak": [ + 74, + 1 + ], + "area_cells": 85 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 26 + ], + "peak": [ + 72, + 27 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 481 + ], + "peak": [ + 79, + 474 + ], + "area_cells": 536 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/globe.png new file mode 100644 index 000000000..50092c0e6 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/heightmap.png new file mode 100644 index 000000000..45f98a65c Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/index.md new file mode 100644 index 000000000..85842a077 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1665652630 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 37.3 +physical: + gravity_g: 0.06 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.813 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ad-1 + +Barren moon. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/markers.json new file mode 100644 index 000000000..4f2adece3 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ad-1/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 285 + ], + "peak": [ + 14, + 285 + ], + "area_cells": 62 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 269 + ], + "peak": [ + 15, + 270 + ], + "area_cells": 81 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 288 + ], + "peak": [ + 86, + 320 + ], + "area_cells": 1953 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 297 + ], + "peak": [ + 46, + 299 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 222 + ], + "peak": [ + 60, + 222 + ], + "area_cells": 71 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 232 + ], + "peak": [ + 96, + 225 + ], + "area_cells": 649 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 196 + ], + "peak": [ + 92, + 197 + ], + "area_cells": 29 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 164 + ], + "peak": [ + 103, + 165 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 127 + ], + "peak": [ + 135, + 135 + ], + "area_cells": 443 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 91 + ], + "peak": [ + 107, + 91 + ], + "area_cells": 57 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 225 + ], + "peak": [ + 125, + 226 + ], + "area_cells": 24 + }, + { + "id": "range_19", + "name": null, + "center": [ + 190, + 86 + ], + "peak": [ + 204, + 54 + ], + "area_cells": 5169 + }, + { + "id": "range_20", + "name": null, + "center": [ + 158, + 271 + ], + "peak": [ + 160, + 273 + ], + "area_cells": 137 + }, + { + "id": "range_21", + "name": null, + "center": [ + 157, + 59 + ], + "peak": [ + 158, + 61 + ], + "area_cells": 54 + }, + { + "id": "range_22", + "name": null, + "center": [ + 158, + 236 + ], + "peak": [ + 158, + 237 + ], + "area_cells": 40 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 425 + ], + "peak": [ + 197, + 450 + ], + "area_cells": 6161 + }, + { + "id": "range_24", + "name": null, + "center": [ + 170, + 206 + ], + "peak": [ + 177, + 208 + ], + "area_cells": 297 + }, + { + "id": "range_25", + "name": null, + "center": [ + 180, + 327 + ], + "peak": [ + 174, + 326 + ], + "area_cells": 721 + }, + { + "id": "range_26", + "name": null, + "center": [ + 191, + 252 + ], + "peak": [ + 209, + 264 + ], + "area_cells": 414 + }, + { + "id": "range_27", + "name": null, + "center": [ + 197, + 287 + ], + "peak": [ + 190, + 287 + ], + "area_cells": 397 + }, + { + "id": "range_38", + "name": null, + "center": [ + 229, + 125 + ], + "peak": [ + 231, + 125 + ], + "area_cells": 28 + }, + { + "id": "range_44", + "name": null, + "center": [ + 249, + 257 + ], + "peak": [ + 255, + 253 + ], + "area_cells": 214 + }, + { + "id": "range_45", + "name": null, + "center": [ + 249, + 289 + ], + "peak": [ + 252, + 288 + ], + "area_cells": 173 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/globe.png new file mode 100644 index 000000000..86f1684c7 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/heightmap.png new file mode 100644 index 000000000..32b7f5c1b Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/index.md new file mode 100644 index 000000000..73b12c3e2 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ667Ad +name: Geelong +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2549829902 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.92 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.728 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.407 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Geelong + +Temperate planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 94% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 600M | +| **Economy** | transit | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ad/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/markers.json new file mode 100644 index 000000000..080135aaf --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ad/markers.json @@ -0,0 +1,1168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 511 + ], + [ + 136, + 0 + ], + [ + 135, + 1 + ], + [ + 134, + 1 + ], + [ + 133, + 2 + ], + [ + 132, + 3 + ], + [ + 131, + 2 + ], + [ + 130, + 1 + ], + [ + 129, + 0 + ], + [ + 128, + 0 + ], + [ + 127, + 0 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 150, + 126 + ], + [ + 151, + 127 + ], + [ + 152, + 126 + ], + [ + 153, + 127 + ], + [ + 154, + 128 + ], + [ + 155, + 128 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 157, + 242 + ], + [ + 156, + 243 + ], + [ + 156, + 244 + ], + [ + 155, + 245 + ], + [ + 154, + 246 + ], + [ + 153, + 247 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 125, + 326 + ], + [ + 126, + 327 + ], + [ + 127, + 327 + ], + [ + 128, + 328 + ], + [ + 129, + 328 + ], + [ + 130, + 327 + ], + [ + 131, + 328 + ], + [ + 132, + 329 + ], + [ + 133, + 328 + ], + [ + 134, + 328 + ], + [ + 135, + 327 + ], + [ + 135, + 326 + ], + [ + 136, + 327 + ], + [ + 137, + 326 + ], + [ + 138, + 325 + ], + [ + 139, + 324 + ], + [ + 139, + 323 + ], + [ + 138, + 323 + ], + [ + 138, + 324 + ], + [ + 137, + 323 + ], + [ + 136, + 322 + ], + [ + 135, + 322 + ], + [ + 135, + 321 + ], + [ + 136, + 320 + ], + [ + 135, + 320 + ], + [ + 136, + 319 + ], + [ + 136, + 318 + ], + [ + 135, + 318 + ], + [ + 136, + 317 + ], + [ + 135, + 316 + ], + [ + 136, + 315 + ], + [ + 136, + 314 + ], + [ + 137, + 313 + ], + [ + 136, + 313 + ], + [ + 135, + 314 + ], + [ + 134, + 313 + ], + [ + 135, + 313 + ], + [ + 134, + 314 + ], + [ + 133, + 315 + ], + [ + 134, + 316 + ], + [ + 134, + 317 + ], + [ + 133, + 316 + ], + [ + 134, + 315 + ], + [ + 133, + 314 + ], + [ + 133, + 313 + ], + [ + 134, + 312 + ], + [ + 135, + 312 + ], + [ + 135, + 311 + ], + [ + 136, + 312 + ], + [ + 136, + 311 + ], + [ + 137, + 312 + ], + [ + 138, + 311 + ], + [ + 137, + 310 + ], + [ + 137, + 311 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 108, + 402 + ], + [ + 109, + 403 + ], + [ + 108, + 404 + ], + [ + 107, + 405 + ], + [ + 106, + 406 + ], + [ + 105, + 407 + ], + [ + 104, + 408 + ], + [ + 103, + 409 + ], + [ + 102, + 410 + ], + [ + 101, + 410 + ], + [ + 100, + 410 + ], + [ + 99, + 411 + ], + [ + 98, + 411 + ], + [ + 97, + 410 + ], + [ + 96, + 411 + ], + [ + 95, + 410 + ], + [ + 94, + 409 + ], + [ + 93, + 410 + ], + [ + 92, + 409 + ], + [ + 91, + 410 + ], + [ + 92, + 410 + ], + [ + 92, + 411 + ], + [ + 92, + 412 + ], + [ + 91, + 413 + ], + [ + 90, + 412 + ], + [ + 90, + 411 + ], + [ + 90, + 410 + ], + [ + 91, + 409 + ], + [ + 91, + 408 + ], + [ + 92, + 407 + ], + [ + 92, + 408 + ], + [ + 91, + 407 + ], + [ + 90, + 406 + ], + [ + 89, + 407 + ], + [ + 89, + 408 + ], + [ + 90, + 407 + ], + [ + 89, + 406 + ], + [ + 90, + 405 + ], + [ + 91, + 406 + ], + [ + 92, + 406 + ], + [ + 93, + 407 + ], + [ + 93, + 406 + ], + [ + 94, + 407 + ], + [ + 93, + 408 + ], + [ + 93, + 409 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 130, + 228 + ], + [ + 129, + 227 + ], + [ + 128, + 227 + ], + [ + 127, + 226 + ], + [ + 126, + 225 + ], + [ + 125, + 226 + ], + [ + 124, + 225 + ], + [ + 123, + 224 + ], + [ + 122, + 225 + ], + [ + 121, + 224 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 154, + 181 + ], + [ + 155, + 180 + ], + [ + 156, + 179 + ], + [ + 157, + 178 + ], + [ + 158, + 177 + ], + [ + 159, + 176 + ], + [ + 160, + 175 + ], + [ + 161, + 176 + ], + [ + 162, + 176 + ], + [ + 163, + 177 + ], + [ + 164, + 177 + ], + [ + 165, + 177 + ], + [ + 166, + 178 + ], + [ + 166, + 179 + ], + [ + 166, + 180 + ], + [ + 165, + 181 + ], + [ + 166, + 182 + ], + [ + 167, + 183 + ], + [ + 166, + 183 + ], + [ + 167, + 184 + ], + [ + 167, + 185 + ], + [ + 166, + 184 + ], + [ + 165, + 185 + ], + [ + 164, + 184 + ], + [ + 165, + 184 + ], + [ + 166, + 185 + ], + [ + 165, + 186 + ], + [ + 164, + 187 + ], + [ + 163, + 188 + ], + [ + 163, + 187 + ], + [ + 164, + 188 + ], + [ + 165, + 189 + ], + [ + 164, + 189 + ], + [ + 163, + 190 + ], + [ + 163, + 191 + ], + [ + 163, + 192 + ], + [ + 163, + 193 + ], + [ + 163, + 194 + ], + [ + 164, + 193 + ], + [ + 164, + 192 + ], + [ + 164, + 191 + ], + [ + 165, + 190 + ], + [ + 166, + 190 + ], + [ + 166, + 189 + ], + [ + 167, + 189 + ], + [ + 166, + 188 + ], + [ + 167, + 188 + ], + [ + 166, + 187 + ], + [ + 165, + 188 + ], + [ + 165, + 187 + ], + [ + 164, + 186 + ], + [ + 164, + 185 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 148, + 214 + ], + [ + 147, + 215 + ], + [ + 146, + 215 + ], + [ + 145, + 214 + ], + [ + 144, + 213 + ], + [ + 144, + 212 + ], + [ + 144, + 211 + ], + [ + 144, + 210 + ], + [ + 144, + 209 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 136, + 289 + ], + [ + 136, + 290 + ], + [ + 135, + 291 + ], + [ + 134, + 292 + ], + [ + 133, + 293 + ], + [ + 133, + 294 + ], + [ + 132, + 293 + ], + [ + 131, + 292 + ], + [ + 131, + 291 + ], + [ + 130, + 290 + ], + [ + 130, + 289 + ], + [ + 129, + 289 + ], + [ + 129, + 288 + ], + [ + 128, + 287 + ], + [ + 127, + 286 + ], + [ + 127, + 285 + ], + [ + 128, + 284 + ], + [ + 127, + 283 + ], + [ + 128, + 282 + ], + [ + 128, + 281 + ], + [ + 127, + 281 + ], + [ + 126, + 281 + ], + [ + 125, + 281 + ], + [ + 124, + 282 + ], + [ + 123, + 282 + ], + [ + 122, + 281 + ], + [ + 122, + 282 + ], + [ + 121, + 283 + ], + [ + 121, + 284 + ], + [ + 120, + 285 + ], + [ + 120, + 286 + ], + [ + 121, + 287 + ], + [ + 120, + 287 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 174, + 168 + ], + [ + 175, + 169 + ], + [ + 174, + 170 + ], + [ + 175, + 171 + ], + [ + 176, + 172 + ], + [ + 175, + 173 + ], + [ + 176, + 174 + ], + [ + 177, + 175 + ], + [ + 178, + 176 + ], + [ + 179, + 177 + ], + [ + 180, + 178 + ], + [ + 181, + 179 + ], + [ + 182, + 180 + ], + [ + 183, + 181 + ], + [ + 184, + 182 + ], + [ + 185, + 183 + ], + [ + 186, + 184 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 112, + 425 + ], + [ + 113, + 425 + ], + [ + 114, + 424 + ], + [ + 115, + 425 + ], + [ + 116, + 426 + ], + [ + 117, + 426 + ], + [ + 118, + 427 + ], + [ + 119, + 428 + ], + [ + 120, + 427 + ], + [ + 121, + 428 + ], + [ + 122, + 428 + ], + [ + 123, + 429 + ], + [ + 124, + 429 + ], + [ + 125, + 429 + ], + [ + 126, + 430 + ], + [ + 127, + 431 + ], + [ + 127, + 432 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 171, + 391 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 180, + 240 + ], + "area_fraction": 0.0246 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 367 + ], + "peak": [ + 44, + 353 + ], + "area_cells": 2227 + }, + { + "id": "range_3", + "name": null, + "center": [ + 66, + 61 + ], + "peak": [ + 68, + 66 + ], + "area_cells": 530 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ae/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/globe.png new file mode 100644 index 000000000..5234bd618 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ae/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/heightmap.png new file mode 100644 index 000000000..0a597e359 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ae/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/index.md new file mode 100644 index 000000000..52b30f698 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ667Ae +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2787853237 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.848 + period_days: 320.0 + axial_tilt_deg: 6.2 +physical: + gravity_g: 0.42 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.931 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.089 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ae + +Arid planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 320 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ae/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/markers.json new file mode 100644 index 000000000..a800ff0bc --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ae/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 144, + 314 + ], + "peak": [ + 149, + 276 + ], + "area_cells": 12967 + }, + { + "id": "range_3", + "name": null, + "center": [ + 145, + 107 + ], + "peak": [ + 141, + 101 + ], + "area_cells": 7418 + }, + { + "id": "range_4", + "name": null, + "center": [ + 126, + 498 + ], + "peak": [ + 130, + 511 + ], + "area_cells": 483 + }, + { + "id": "range_5", + "name": null, + "center": [ + 162, + 16 + ], + "peak": [ + 162, + 18 + ], + "area_cells": 72 + }, + { + "id": "range_6", + "name": null, + "center": [ + 239, + 376 + ], + "peak": [ + 233, + 416 + ], + "area_cells": 5832 + }, + { + "id": "range_9", + "name": null, + "center": [ + 243, + 103 + ], + "peak": [ + 248, + 101 + ], + "area_cells": 934 + }, + { + "id": "range_10", + "name": null, + "center": [ + 252, + 57 + ], + "peak": [ + 255, + 75 + ], + "area_cells": 259 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Af/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Af/globe.png new file mode 100644 index 000000000..1133b4f93 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Af/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Af/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Af/heightmap.png new file mode 100644 index 000000000..5c81533d8 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Af/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Af/index.md new file mode 100644 index 000000000..3d9929780 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3424173811 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.601 + period_days: 830.0 + axial_tilt_deg: 44.5 +physical: + gravity_g: 0.35 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.734 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.381 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Af + +Frozen planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 830 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Af/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Af/markers.json new file mode 100644 index 000000000..1a8e1cd0d --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Af/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 293 + ], + "area_fraction": 0.254 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 156, + 243 + ], + "peak": [ + 155, + 234 + ], + "area_cells": 411 + }, + { + "id": "range_3", + "name": null, + "center": [ + 191, + 21 + ], + "peak": [ + 194, + 0 + ], + "area_cells": 2841 + }, + { + "id": "range_4", + "name": null, + "center": [ + 203, + 335 + ], + "peak": [ + 195, + 480 + ], + "area_cells": 13235 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/globe.png new file mode 100644 index 000000000..aab0403da Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/heightmap.png new file mode 100644 index 000000000..2be370a19 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/index.md new file mode 100644 index 000000000..af70fdbf0 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Ag-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2892266520 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 34.5 +physical: + gravity_g: 0.06 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.859 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ag-1 + +Barren moon. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/markers.json new file mode 100644 index 000000000..2b4e14a25 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_7", + "name": null, + "center": [ + 44, + 268 + ], + "peak": [ + 44, + 267 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 251 + ], + "peak": [ + 60, + 251 + ], + "area_cells": 491 + }, + { + "id": "range_9", + "name": null, + "center": [ + 98, + 272 + ], + "peak": [ + 68, + 285 + ], + "area_cells": 1239 + }, + { + "id": "range_13", + "name": null, + "center": [ + 81, + 92 + ], + "peak": [ + 81, + 91 + ], + "area_cells": 96 + }, + { + "id": "range_15", + "name": null, + "center": [ + 80, + 131 + ], + "peak": [ + 81, + 131 + ], + "area_cells": 27 + }, + { + "id": "range_17", + "name": null, + "center": [ + 112, + 316 + ], + "peak": [ + 102, + 314 + ], + "area_cells": 222 + }, + { + "id": "range_19", + "name": null, + "center": [ + 116, + 231 + ], + "peak": [ + 117, + 231 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 157, + 436 + ], + "peak": [ + 148, + 456 + ], + "area_cells": 5447 + }, + { + "id": "range_21", + "name": null, + "center": [ + 122, + 356 + ], + "peak": [ + 123, + 357 + ], + "area_cells": 26 + }, + { + "id": "range_24", + "name": null, + "center": [ + 139, + 330 + ], + "peak": [ + 144, + 330 + ], + "area_cells": 73 + }, + { + "id": "range_25", + "name": null, + "center": [ + 138, + 171 + ], + "peak": [ + 139, + 171 + ], + "area_cells": 79 + }, + { + "id": "range_26", + "name": null, + "center": [ + 136, + 238 + ], + "peak": [ + 136, + 238 + ], + "area_cells": 36 + }, + { + "id": "range_29", + "name": null, + "center": [ + 163, + 10 + ], + "peak": [ + 162, + 6 + ], + "area_cells": 567 + }, + { + "id": "range_30", + "name": null, + "center": [ + 150, + 101 + ], + "peak": [ + 150, + 101 + ], + "area_cells": 31 + }, + { + "id": "range_31", + "name": null, + "center": [ + 154, + 198 + ], + "peak": [ + 154, + 205 + ], + "area_cells": 326 + }, + { + "id": "range_33", + "name": null, + "center": [ + 160, + 279 + ], + "peak": [ + 160, + 279 + ], + "area_cells": 49 + }, + { + "id": "range_34", + "name": null, + "center": [ + 163, + 102 + ], + "peak": [ + 163, + 103 + ], + "area_cells": 58 + }, + { + "id": "range_35", + "name": null, + "center": [ + 164, + 311 + ], + "peak": [ + 164, + 312 + ], + "area_cells": 23 + }, + { + "id": "range_37", + "name": null, + "center": [ + 172, + 54 + ], + "peak": [ + 171, + 52 + ], + "area_cells": 154 + }, + { + "id": "range_38", + "name": null, + "center": [ + 169, + 209 + ], + "peak": [ + 170, + 209 + ], + "area_cells": 30 + }, + { + "id": "range_39", + "name": null, + "center": [ + 169, + 291 + ], + "peak": [ + 169, + 292 + ], + "area_cells": 22 + }, + { + "id": "range_41", + "name": null, + "center": [ + 183, + 345 + ], + "peak": [ + 187, + 347 + ], + "area_cells": 66 + }, + { + "id": "range_42", + "name": null, + "center": [ + 179, + 89 + ], + "peak": [ + 180, + 89 + ], + "area_cells": 44 + }, + { + "id": "range_43", + "name": null, + "center": [ + 186, + 320 + ], + "peak": [ + 185, + 321 + ], + "area_cells": 96 + }, + { + "id": "range_44", + "name": null, + "center": [ + 193, + 30 + ], + "peak": [ + 194, + 30 + ], + "area_cells": 89 + }, + { + "id": "range_46", + "name": null, + "center": [ + 204, + 396 + ], + "peak": [ + 204, + 396 + ], + "area_cells": 26 + }, + { + "id": "range_50", + "name": null, + "center": [ + 220, + 353 + ], + "peak": [ + 221, + 355 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/globe.png new file mode 100644 index 000000000..3796c7745 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/heightmap.png new file mode 100644 index 000000000..97eca3059 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/index.md new file mode 100644 index 000000000..0df64a4ef --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Ag-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 224129498 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 57.5 +physical: + gravity_g: 0.04 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.711 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ag-2 + +Frozen moon. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/markers.json new file mode 100644 index 000000000..e2363466b --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ag-2/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 255 + ], + "area_fraction": 0.211 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 182, + 171 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 244, + 68 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 241, + 432 + ], + "area_fraction": 0.0322 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 496 + ], + "peak": [ + 75, + 496 + ], + "area_cells": 49 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 364 + ], + "peak": [ + 91, + 364 + ], + "area_cells": 93 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 348 + ], + "peak": [ + 155, + 288 + ], + "area_cells": 10344 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 506 + ], + "peak": [ + 98, + 510 + ], + "area_cells": 189 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 64 + ], + "peak": [ + 101, + 75 + ], + "area_cells": 92 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 11 + ], + "peak": [ + 106, + 0 + ], + "area_cells": 261 + }, + { + "id": "range_9", + "name": null, + "center": [ + 106, + 461 + ], + "peak": [ + 105, + 460 + ], + "area_cells": 197 + }, + { + "id": "range_13", + "name": null, + "center": [ + 116, + 88 + ], + "peak": [ + 113, + 87 + ], + "area_cells": 315 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 354 + ], + "peak": [ + 118, + 356 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 149, + 100 + ], + "peak": [ + 150, + 109 + ], + "area_cells": 1576 + }, + { + "id": "range_20", + "name": null, + "center": [ + 159, + 21 + ], + "peak": [ + 180, + 1 + ], + "area_cells": 1241 + }, + { + "id": "range_21", + "name": null, + "center": [ + 159, + 155 + ], + "peak": [ + 160, + 157 + ], + "area_cells": 302 + }, + { + "id": "range_23", + "name": null, + "center": [ + 179, + 502 + ], + "peak": [ + 180, + 511 + ], + "area_cells": 176 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ag/globe.png new file mode 100644 index 000000000..fcee6811a Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ag/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ag/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ag/index.md new file mode 100644 index 000000000..e02706e43 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ag/index.md @@ -0,0 +1,70 @@ +--- +id: GJ667Ag +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2792622976 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 13.9 +physical: + gravity_g: null + oblateness: 0.0842 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.115 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.136 +rings: + enabled: true + inner_radius_factor: 1.14 + outer_radius_factor: 2.3 + opacity_base: 0.46 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ667Ag + +Gas giant. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ah/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/globe.png new file mode 100644 index 000000000..5c93e4be7 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ah/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/heightmap.png new file mode 100644 index 000000000..8923d9d26 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ah/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/index.md new file mode 100644 index 000000000..37cf1285d --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4237371912 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.442 + period_days: 5200.0 + axial_tilt_deg: 50.6 +physical: + gravity_g: 0.22 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.736 + polar_ice_lat: 0.1 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.2 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ah + +Frozen planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ah/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/markers.json new file mode 100644 index 000000000..9db2dcfe7 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ah/markers.json @@ -0,0 +1,338 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 121, + 432 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 218, + 441 + ], + "area_fraction": 0.0717 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 208, + 145 + ], + "area_fraction": 0.1445 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 181, + 384 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 188, + 344 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 133 + ], + "peak": [ + 0, + 134 + ], + "area_cells": 204 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 236 + ], + "peak": [ + 29, + 184 + ], + "area_cells": 5306 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 420 + ], + "peak": [ + 0, + 424 + ], + "area_cells": 47 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 58 + ], + "peak": [ + 27, + 69 + ], + "area_cells": 2532 + }, + { + "id": "range_7", + "name": null, + "center": [ + 18, + 456 + ], + "peak": [ + 18, + 457 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 36, + 496 + ], + "peak": [ + 36, + 511 + ], + "area_cells": 484 + }, + { + "id": "range_11", + "name": null, + "center": [ + 41, + 147 + ], + "peak": [ + 40, + 146 + ], + "area_cells": 131 + }, + { + "id": "range_12", + "name": null, + "center": [ + 47, + 299 + ], + "peak": [ + 46, + 312 + ], + "area_cells": 472 + }, + { + "id": "range_13", + "name": null, + "center": [ + 64, + 153 + ], + "peak": [ + 63, + 157 + ], + "area_cells": 52 + }, + { + "id": "range_14", + "name": null, + "center": [ + 77, + 457 + ], + "peak": [ + 75, + 450 + ], + "area_cells": 511 + }, + { + "id": "range_15", + "name": null, + "center": [ + 75, + 357 + ], + "peak": [ + 76, + 352 + ], + "area_cells": 107 + }, + { + "id": "range_16", + "name": null, + "center": [ + 101, + 108 + ], + "peak": [ + 112, + 108 + ], + "area_cells": 3842 + }, + { + "id": "range_17", + "name": null, + "center": [ + 78, + 375 + ], + "peak": [ + 79, + 376 + ], + "area_cells": 34 + }, + { + "id": "range_18", + "name": null, + "center": [ + 82, + 414 + ], + "peak": [ + 84, + 416 + ], + "area_cells": 118 + }, + { + "id": "range_19", + "name": null, + "center": [ + 89, + 32 + ], + "peak": [ + 81, + 35 + ], + "area_cells": 219 + }, + { + "id": "range_23", + "name": null, + "center": [ + 123, + 179 + ], + "peak": [ + 121, + 173 + ], + "area_cells": 306 + }, + { + "id": "range_24", + "name": null, + "center": [ + 127, + 240 + ], + "peak": [ + 129, + 243 + ], + "area_cells": 127 + }, + { + "id": "range_26", + "name": null, + "center": [ + 135, + 49 + ], + "peak": [ + 136, + 43 + ], + "area_cells": 131 + }, + { + "id": "range_28", + "name": null, + "center": [ + 142, + 302 + ], + "peak": [ + 143, + 303 + ], + "area_cells": 133 + }, + { + "id": "range_29", + "name": null, + "center": [ + 149, + 2 + ], + "peak": [ + 150, + 0 + ], + "area_cells": 60 + }, + { + "id": "range_30", + "name": null, + "center": [ + 152, + 507 + ], + "peak": [ + 151, + 508 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ai/globe.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/globe.png new file mode 100644 index 000000000..01b4b0db4 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/globe.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ai/heightmap.png b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/heightmap.png new file mode 100644 index 000000000..11a0e3cd1 Binary files /dev/null and b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ai/index.md b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/index.md new file mode 100644 index 000000000..00017fbf8 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2131410405 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.133 + period_days: 9500.0 + axial_tilt_deg: 40.8 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.701 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ai + +Frozen planet. + +**System:** [GJ-667A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 9500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667A/bodies/GJ667Ai/markers.json b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/markers.json new file mode 100644 index 000000000..73a614193 --- /dev/null +++ b/wiki/star-systems/GJ-667A/bodies/GJ667Ai/markers.json @@ -0,0 +1,192 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 49, + 131 + ], + "area_fraction": 0.0844 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 482 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 29, + 316 + ], + "area_fraction": 0.0279 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 71, + 63 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_21", + "name": null, + "kind": "ocean", + "center": [ + 189, + 333 + ], + "area_fraction": 0.138 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 247, + 197 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 23, + 233 + ], + "peak": [ + 24, + 230 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 56, + 432 + ], + "peak": [ + 80, + 462 + ], + "area_cells": 2130 + }, + { + "id": "range_6", + "name": null, + "center": [ + 61, + 501 + ], + "peak": [ + 61, + 500 + ], + "area_cells": 411 + }, + { + "id": "range_8", + "name": null, + "center": [ + 65, + 8 + ], + "peak": [ + 65, + 12 + ], + "area_cells": 111 + }, + { + "id": "range_12", + "name": null, + "center": [ + 137, + 186 + ], + "peak": [ + 145, + 192 + ], + "area_cells": 467 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 498 + ], + "peak": [ + 125, + 499 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 157, + 112 + ], + "peak": [ + 155, + 104 + ], + "area_cells": 1458 + }, + { + "id": "range_16", + "name": null, + "center": [ + 200, + 183 + ], + "peak": [ + 191, + 189 + ], + "area_cells": 1656 + }, + { + "id": "range_17", + "name": null, + "center": [ + 197, + 495 + ], + "peak": [ + 197, + 493 + ], + "area_cells": 141 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ667Bb/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/globe.png new file mode 100644 index 000000000..7cf54bccc Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bb/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/heightmap.png new file mode 100644 index 000000000..48e4214f2 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bb/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/index.md new file mode 100644 index 000000000..6b9ac8f9d --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3881579537 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 30.1 +physical: + gravity_g: 0.32 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.858 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bb + +Barren planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bb/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/markers.json new file mode 100644 index 000000000..2263fb1cc --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bb/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 16 + ], + "peak": [ + 59, + 21 + ], + "area_cells": 1117 + }, + { + "id": "range_4", + "name": null, + "center": [ + 5, + 458 + ], + "peak": [ + 1, + 461 + ], + "area_cells": 137 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 495 + ], + "peak": [ + 10, + 500 + ], + "area_cells": 527 + }, + { + "id": "range_7", + "name": null, + "center": [ + 28, + 123 + ], + "peak": [ + 31, + 113 + ], + "area_cells": 315 + }, + { + "id": "range_8", + "name": null, + "center": [ + 34, + 40 + ], + "peak": [ + 35, + 41 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 46, + 397 + ], + "peak": [ + 44, + 397 + ], + "area_cells": 92 + }, + { + "id": "range_10", + "name": null, + "center": [ + 43, + 53 + ], + "peak": [ + 43, + 53 + ], + "area_cells": 37 + }, + { + "id": "range_12", + "name": null, + "center": [ + 94, + 309 + ], + "peak": [ + 116, + 297 + ], + "area_cells": 4614 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 199 + ], + "peak": [ + 82, + 208 + ], + "area_cells": 3905 + }, + { + "id": "range_15", + "name": null, + "center": [ + 54, + 381 + ], + "peak": [ + 54, + 381 + ], + "area_cells": 31 + }, + { + "id": "range_16", + "name": null, + "center": [ + 73, + 173 + ], + "peak": [ + 77, + 174 + ], + "area_cells": 399 + }, + { + "id": "range_19", + "name": null, + "center": [ + 62, + 258 + ], + "peak": [ + 62, + 259 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 76, + 56 + ], + "peak": [ + 72, + 57 + ], + "area_cells": 154 + }, + { + "id": "range_21", + "name": null, + "center": [ + 85, + 396 + ], + "peak": [ + 89, + 400 + ], + "area_cells": 915 + }, + { + "id": "range_22", + "name": null, + "center": [ + 76, + 21 + ], + "peak": [ + 77, + 22 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 91, + 249 + ], + "peak": [ + 91, + 250 + ], + "area_cells": 22 + }, + { + "id": "range_32", + "name": null, + "center": [ + 128, + 384 + ], + "peak": [ + 127, + 386 + ], + "area_cells": 27 + }, + { + "id": "range_33", + "name": null, + "center": [ + 128, + 279 + ], + "peak": [ + 127, + 279 + ], + "area_cells": 26 + }, + { + "id": "range_34", + "name": null, + "center": [ + 134, + 102 + ], + "peak": [ + 136, + 103 + ], + "area_cells": 48 + }, + { + "id": "range_39", + "name": null, + "center": [ + 151, + 4 + ], + "peak": [ + 150, + 4 + ], + "area_cells": 119 + }, + { + "id": "range_40", + "name": null, + "center": [ + 151, + 231 + ], + "peak": [ + 152, + 232 + ], + "area_cells": 57 + }, + { + "id": "range_42", + "name": null, + "center": [ + 158, + 505 + ], + "peak": [ + 161, + 511 + ], + "area_cells": 73 + }, + { + "id": "range_43", + "name": null, + "center": [ + 157, + 70 + ], + "peak": [ + 160, + 75 + ], + "area_cells": 183 + }, + { + "id": "range_44", + "name": null, + "center": [ + 156, + 164 + ], + "peak": [ + 157, + 165 + ], + "area_cells": 38 + }, + { + "id": "range_45", + "name": null, + "center": [ + 157, + 50 + ], + "peak": [ + 157, + 50 + ], + "area_cells": 36 + }, + { + "id": "range_46", + "name": null, + "center": [ + 173, + 162 + ], + "peak": [ + 171, + 162 + ], + "area_cells": 166 + }, + { + "id": "range_48", + "name": null, + "center": [ + 178, + 496 + ], + "peak": [ + 176, + 496 + ], + "area_cells": 43 + }, + { + "id": "range_49", + "name": null, + "center": [ + 192, + 26 + ], + "peak": [ + 199, + 26 + ], + "area_cells": 532 + }, + { + "id": "range_50", + "name": null, + "center": [ + 179, + 85 + ], + "peak": [ + 179, + 86 + ], + "area_cells": 46 + }, + { + "id": "range_53", + "name": null, + "center": [ + 205, + 290 + ], + "peak": [ + 206, + 291 + ], + "area_cells": 38 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bc/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/globe.png new file mode 100644 index 000000000..3379d2ea8 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bc/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/heightmap.png new file mode 100644 index 000000000..81d724368 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bc/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/index.md new file mode 100644 index 000000000..5deac3f94 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/index.md @@ -0,0 +1,68 @@ +--- +id: GJ667Bc +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3594734050 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.278 + period_days: 60.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.48 + oblateness: 0.0038 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.846 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.199 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bc + +Arid planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 60 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bc/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/markers.json new file mode 100644 index 000000000..3ca79d698 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bc/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 254 + ], + "peak": [ + 76, + 136 + ], + "area_cells": 55501 + }, + { + "id": "range_3", + "name": null, + "center": [ + 134, + 502 + ], + "peak": [ + 136, + 504 + ], + "area_cells": 326 + }, + { + "id": "range_5", + "name": null, + "center": [ + 247, + 223 + ], + "peak": [ + 245, + 211 + ], + "area_cells": 933 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/globe.png new file mode 100644 index 000000000..8cfa616f4 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/heightmap.png new file mode 100644 index 000000000..61a1b3760 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/index.md new file mode 100644 index 000000000..d752ecc8f --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Bd-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4069203529 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.05 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.917 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bd-1 + +Barren moon. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/markers.json new file mode 100644 index 000000000..28e884e55 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bd-1/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 65 + ], + "peak": [ + 33, + 65 + ], + "area_cells": 92 + }, + { + "id": "range_3", + "name": null, + "center": [ + 37, + 87 + ], + "peak": [ + 37, + 87 + ], + "area_cells": 47 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 6 + ], + "peak": [ + 37, + 6 + ], + "area_cells": 75 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 46 + ], + "peak": [ + 50, + 45 + ], + "area_cells": 105 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 34 + ], + "peak": [ + 48, + 34 + ], + "area_cells": 118 + }, + { + "id": "range_7", + "name": null, + "center": [ + 46, + 156 + ], + "peak": [ + 43, + 158 + ], + "area_cells": 61 + }, + { + "id": "range_8", + "name": null, + "center": [ + 140, + 255 + ], + "peak": [ + 119, + 317 + ], + "area_cells": 39935 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 458 + ], + "peak": [ + 69, + 456 + ], + "area_cells": 175 + }, + { + "id": "range_10", + "name": null, + "center": [ + 62, + 362 + ], + "peak": [ + 61, + 362 + ], + "area_cells": 177 + }, + { + "id": "range_15", + "name": null, + "center": [ + 118, + 456 + ], + "peak": [ + 119, + 458 + ], + "area_cells": 40 + }, + { + "id": "range_19", + "name": null, + "center": [ + 193, + 301 + ], + "peak": [ + 201, + 300 + ], + "area_cells": 475 + }, + { + "id": "range_20", + "name": null, + "center": [ + 187, + 222 + ], + "peak": [ + 187, + 221 + ], + "area_cells": 43 + }, + { + "id": "range_23", + "name": null, + "center": [ + 210, + 166 + ], + "peak": [ + 208, + 175 + ], + "area_cells": 402 + }, + { + "id": "range_25", + "name": null, + "center": [ + 196, + 70 + ], + "peak": [ + 197, + 70 + ], + "area_cells": 74 + }, + { + "id": "range_26", + "name": null, + "center": [ + 201, + 105 + ], + "peak": [ + 202, + 106 + ], + "area_cells": 20 + }, + { + "id": "range_28", + "name": null, + "center": [ + 232, + 247 + ], + "peak": [ + 228, + 268 + ], + "area_cells": 1638 + }, + { + "id": "range_33", + "name": null, + "center": [ + 229, + 191 + ], + "peak": [ + 217, + 193 + ], + "area_cells": 126 + }, + { + "id": "range_36", + "name": null, + "center": [ + 227, + 341 + ], + "peak": [ + 232, + 339 + ], + "area_cells": 63 + }, + { + "id": "range_37", + "name": null, + "center": [ + 231, + 136 + ], + "peak": [ + 225, + 134 + ], + "area_cells": 93 + }, + { + "id": "range_52", + "name": null, + "center": [ + 234, + 319 + ], + "peak": [ + 235, + 321 + ], + "area_cells": 22 + }, + { + "id": "range_55", + "name": null, + "center": [ + 236, + 287 + ], + "peak": [ + 236, + 288 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/globe.png new file mode 100644 index 000000000..052d95853 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/heightmap.png new file mode 100644 index 000000000..0c00eeeda Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/index.md new file mode 100644 index 000000000..e72b71dfa --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/index.md @@ -0,0 +1,74 @@ +--- +id: GJ667Bd +name: Jinja +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1312236333 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 14.2 +physical: + gravity_g: 0.94 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.789 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Jinja + +Temperate planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 96% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 1.2B | +| **Economy** | transit | +| **Settlement** | urban | +| **Industry** | gate_corp | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bd/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/markers.json new file mode 100644 index 000000000..e32cffa30 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bd/markers.json @@ -0,0 +1,1372 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 166, + 0 + ], + [ + 166, + 511 + ], + [ + 167, + 511 + ], + [ + 168, + 511 + ], + [ + 169, + 510 + ], + [ + 170, + 509 + ], + [ + 171, + 508 + ], + [ + 172, + 507 + ], + [ + 173, + 508 + ], + [ + 174, + 507 + ], + [ + 175, + 508 + ], + [ + 176, + 509 + ], + [ + 177, + 509 + ], + [ + 178, + 510 + ], + [ + 178, + 511 + ], + [ + 179, + 511 + ], + [ + 180, + 0 + ], + [ + 181, + 1 + ], + [ + 182, + 1 + ], + [ + 183, + 1 + ], + [ + 184, + 2 + ], + [ + 185, + 3 + ], + [ + 186, + 4 + ], + [ + 187, + 5 + ], + [ + 188, + 5 + ], + [ + 189, + 5 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 108, + 317 + ], + [ + 107, + 316 + ], + [ + 106, + 315 + ], + [ + 105, + 314 + ], + [ + 105, + 313 + ], + [ + 104, + 312 + ], + [ + 103, + 311 + ], + [ + 102, + 310 + ], + [ + 101, + 309 + ], + [ + 100, + 308 + ], + [ + 99, + 307 + ], + [ + 98, + 306 + ], + [ + 97, + 305 + ], + [ + 98, + 304 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 218, + 1 + ], + [ + 219, + 0 + ], + [ + 218, + 511 + ], + [ + 217, + 511 + ], + [ + 216, + 511 + ], + [ + 215, + 511 + ], + [ + 214, + 511 + ], + [ + 213, + 511 + ], + [ + 212, + 510 + ], + [ + 211, + 511 + ], + [ + 210, + 511 + ], + [ + 209, + 511 + ], + [ + 208, + 511 + ], + [ + 207, + 511 + ], + [ + 206, + 511 + ], + [ + 205, + 511 + ], + [ + 204, + 511 + ], + [ + 203, + 511 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 225, + 282 + ], + [ + 226, + 282 + ], + [ + 227, + 282 + ], + [ + 228, + 283 + ], + [ + 229, + 284 + ], + [ + 230, + 283 + ], + [ + 231, + 282 + ], + [ + 232, + 281 + ], + [ + 233, + 280 + ], + [ + 234, + 280 + ], + [ + 235, + 279 + ], + [ + 236, + 280 + ], + [ + 237, + 279 + ], + [ + 238, + 280 + ], + [ + 239, + 280 + ], + [ + 240, + 280 + ], + [ + 241, + 281 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 189, + 343 + ], + [ + 190, + 344 + ], + [ + 191, + 344 + ], + [ + 192, + 345 + ], + [ + 193, + 344 + ], + [ + 194, + 343 + ], + [ + 195, + 342 + ], + [ + 196, + 343 + ], + [ + 197, + 344 + ], + [ + 197, + 343 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 150, + 153 + ], + [ + 151, + 152 + ], + [ + 152, + 151 + ], + [ + 153, + 150 + ], + [ + 154, + 149 + ], + [ + 154, + 148 + ], + [ + 154, + 147 + ], + [ + 155, + 146 + ], + [ + 155, + 145 + ], + [ + 156, + 144 + ], + [ + 156, + 143 + ], + [ + 157, + 142 + ], + [ + 158, + 141 + ], + [ + 158, + 140 + ], + [ + 157, + 139 + ], + [ + 158, + 138 + ], + [ + 159, + 137 + ], + [ + 159, + 136 + ], + [ + 160, + 135 + ], + [ + 161, + 134 + ], + [ + 162, + 133 + ], + [ + 163, + 132 + ], + [ + 164, + 132 + ], + [ + 165, + 131 + ], + [ + 164, + 130 + ], + [ + 165, + 130 + ], + [ + 166, + 129 + ], + [ + 165, + 128 + ], + [ + 165, + 127 + ], + [ + 166, + 126 + ], + [ + 165, + 125 + ], + [ + 165, + 124 + ], + [ + 164, + 123 + ], + [ + 164, + 122 + ], + [ + 163, + 121 + ], + [ + 164, + 120 + ], + [ + 164, + 119 + ], + [ + 164, + 118 + ], + [ + 163, + 117 + ], + [ + 164, + 116 + ], + [ + 163, + 115 + ], + [ + 164, + 114 + ], + [ + 163, + 113 + ], + [ + 163, + 112 + ], + [ + 163, + 111 + ], + [ + 163, + 110 + ], + [ + 164, + 109 + ], + [ + 163, + 108 + ], + [ + 163, + 107 + ], + [ + 162, + 107 + ], + [ + 163, + 106 + ], + [ + 162, + 106 + ], + [ + 163, + 105 + ], + [ + 162, + 104 + ], + [ + 163, + 103 + ], + [ + 162, + 102 + ], + [ + 163, + 102 + ], + [ + 164, + 102 + ], + [ + 164, + 101 + ], + [ + 163, + 100 + ], + [ + 164, + 100 + ], + [ + 164, + 99 + ], + [ + 163, + 98 + ], + [ + 164, + 97 + ], + [ + 163, + 96 + ], + [ + 164, + 96 + ], + [ + 165, + 95 + ], + [ + 165, + 94 + ], + [ + 164, + 94 + ], + [ + 163, + 94 + ], + [ + 162, + 93 + ], + [ + 163, + 93 + ], + [ + 164, + 92 + ], + [ + 164, + 91 + ], + [ + 164, + 90 + ], + [ + 163, + 89 + ], + [ + 163, + 88 + ], + [ + 164, + 87 + ], + [ + 163, + 86 + ], + [ + 162, + 85 + ], + [ + 162, + 86 + ], + [ + 163, + 85 + ], + [ + 164, + 84 + ], + [ + 163, + 84 + ], + [ + 162, + 83 + ], + [ + 163, + 83 + ], + [ + 164, + 83 + ], + [ + 165, + 82 + ], + [ + 164, + 81 + ], + [ + 163, + 80 + ], + [ + 162, + 79 + ], + [ + 162, + 80 + ], + [ + 161, + 79 + ], + [ + 161, + 80 + ], + [ + 162, + 81 + ], + [ + 163, + 81 + ], + [ + 164, + 80 + ], + [ + 164, + 79 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 116, + 126 + ], + [ + 115, + 126 + ], + [ + 114, + 126 + ], + [ + 113, + 126 + ], + [ + 112, + 125 + ], + [ + 111, + 125 + ], + [ + 110, + 124 + ], + [ + 110, + 123 + ], + [ + 109, + 122 + ], + [ + 108, + 121 + ], + [ + 107, + 120 + ], + [ + 108, + 119 + ], + [ + 108, + 118 + ], + [ + 107, + 117 + ], + [ + 106, + 117 + ], + [ + 105, + 116 + ], + [ + 105, + 115 + ], + [ + 104, + 115 + ], + [ + 103, + 116 + ], + [ + 102, + 115 + ], + [ + 102, + 116 + ], + [ + 103, + 115 + ], + [ + 103, + 114 + ], + [ + 102, + 114 + ], + [ + 103, + 113 + ], + [ + 103, + 112 + ], + [ + 103, + 111 + ], + [ + 104, + 111 + ], + [ + 104, + 110 + ], + [ + 103, + 109 + ], + [ + 102, + 108 + ], + [ + 102, + 107 + ], + [ + 103, + 107 + ], + [ + 104, + 108 + ], + [ + 104, + 109 + ], + [ + 103, + 110 + ], + [ + 102, + 109 + ], + [ + 103, + 108 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 138, + 148 + ], + [ + 137, + 149 + ], + [ + 136, + 148 + ], + [ + 135, + 149 + ], + [ + 134, + 150 + ], + [ + 133, + 151 + ], + [ + 132, + 152 + ], + [ + 131, + 153 + ], + [ + 130, + 152 + ], + [ + 129, + 151 + ], + [ + 128, + 150 + ], + [ + 127, + 149 + ], + [ + 126, + 148 + ], + [ + 126, + 147 + ], + [ + 125, + 146 + ], + [ + 125, + 145 + ], + [ + 126, + 144 + ], + [ + 125, + 143 + ], + [ + 126, + 142 + ], + [ + 126, + 141 + ], + [ + 126, + 140 + ], + [ + 125, + 139 + ], + [ + 124, + 139 + ], + [ + 125, + 140 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 246, + 250 + ], + [ + 247, + 249 + ], + [ + 248, + 248 + ], + [ + 248, + 249 + ], + [ + 249, + 249 + ], + [ + 249, + 248 + ], + [ + 250, + 247 + ], + [ + 251, + 246 + ], + [ + 252, + 245 + ], + [ + 253, + 246 + ], + [ + 254, + 245 + ], + [ + 255, + 246 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 185, + 145 + ], + [ + 185, + 144 + ], + [ + 184, + 145 + ], + [ + 183, + 144 + ], + [ + 182, + 143 + ], + [ + 181, + 142 + ], + [ + 180, + 141 + ], + [ + 179, + 140 + ], + [ + 178, + 139 + ], + [ + 177, + 138 + ], + [ + 176, + 137 + ], + [ + 175, + 138 + ], + [ + 175, + 137 + ], + [ + 176, + 136 + ], + [ + 176, + 135 + ], + [ + 176, + 134 + ], + [ + 175, + 134 + ], + [ + 174, + 135 + ], + [ + 174, + 136 + ], + [ + 174, + 137 + ], + [ + 175, + 136 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 137, + 337 + ], + [ + 138, + 338 + ], + [ + 139, + 339 + ], + [ + 140, + 340 + ], + [ + 141, + 341 + ], + [ + 142, + 342 + ], + [ + 143, + 343 + ], + [ + 144, + 344 + ], + [ + 145, + 345 + ], + [ + 146, + 346 + ], + [ + 147, + 347 + ], + [ + 148, + 347 + ], + [ + 148, + 348 + ], + [ + 147, + 349 + ], + [ + 148, + 350 + ], + [ + 149, + 351 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 230, + 200 + ], + "area_fraction": 0.0254 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 385 + ], + "peak": [ + 28, + 401 + ], + "area_cells": 7356 + }, + { + "id": "range_2", + "name": null, + "center": [ + 41, + 39 + ], + "peak": [ + 51, + 21 + ], + "area_cells": 2423 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 157 + ], + "peak": [ + 43, + 157 + ], + "area_cells": 160 + }, + { + "id": "range_4", + "name": null, + "center": [ + 78, + 128 + ], + "peak": [ + 77, + 100 + ], + "area_cells": 871 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 446 + ], + "peak": [ + 86, + 447 + ], + "area_cells": 86 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 266 + ], + "peak": [ + 138, + 297 + ], + "area_cells": 603 + }, + { + "id": "range_8", + "name": null, + "center": [ + 121, + 432 + ], + "peak": [ + 124, + 435 + ], + "area_cells": 104 + }, + { + "id": "range_9", + "name": null, + "center": [ + 135, + 319 + ], + "peak": [ + 136, + 321 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Be/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Be/globe.png new file mode 100644 index 000000000..47b3fb61a Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Be/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Be/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Be/heightmap.png new file mode 100644 index 000000000..e6356f7a3 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Be/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Be/index.md new file mode 100644 index 000000000..3b3a4330e --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Be/index.md @@ -0,0 +1,68 @@ +--- +id: GJ667Be +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3402833417 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.4 + oblateness: 0.0034 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.84 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.139 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Be + +Arid planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Be/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Be/markers.json new file mode 100644 index 000000000..8c4ef3ee7 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Be/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 339 + ], + "peak": [ + 0, + 322 + ], + "area_cells": 1162 + }, + { + "id": "range_3", + "name": null, + "center": [ + 225, + 264 + ], + "peak": [ + 221, + 264 + ], + "area_cells": 4429 + }, + { + "id": "range_4", + "name": null, + "center": [ + 180, + 460 + ], + "peak": [ + 180, + 461 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 200, + 106 + ], + "peak": [ + 193, + 133 + ], + "area_cells": 648 + }, + { + "id": "range_6", + "name": null, + "center": [ + 195, + 40 + ], + "peak": [ + 194, + 36 + ], + "area_cells": 109 + }, + { + "id": "range_7", + "name": null, + "center": [ + 205, + 498 + ], + "peak": [ + 206, + 499 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 66 + ], + "peak": [ + 211, + 61 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 221, + 504 + ], + "peak": [ + 223, + 505 + ], + "area_cells": 283 + }, + { + "id": "range_11", + "name": null, + "center": [ + 221, + 8 + ], + "peak": [ + 224, + 4 + ], + "area_cells": 324 + }, + { + "id": "range_12", + "name": null, + "center": [ + 214, + 81 + ], + "peak": [ + 214, + 82 + ], + "area_cells": 26 + }, + { + "id": "range_13", + "name": null, + "center": [ + 220, + 442 + ], + "peak": [ + 221, + 443 + ], + "area_cells": 27 + }, + { + "id": "range_15", + "name": null, + "center": [ + 239, + 363 + ], + "peak": [ + 231, + 356 + ], + "area_cells": 664 + }, + { + "id": "range_16", + "name": null, + "center": [ + 237, + 384 + ], + "peak": [ + 243, + 385 + ], + "area_cells": 36 + }, + { + "id": "range_17", + "name": null, + "center": [ + 247, + 144 + ], + "peak": [ + 249, + 141 + ], + "area_cells": 692 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bf/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/globe.png new file mode 100644 index 000000000..f5432f126 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bf/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/heightmap.png new file mode 100644 index 000000000..56f3a139f Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bf/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/index.md new file mode 100644 index 000000000..c7ddeafb7 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3866948251 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.429 + period_days: 700.0 + axial_tilt_deg: 57.3 +physical: + gravity_g: 0.32 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bf + +Frozen planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bf/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/markers.json new file mode 100644 index 000000000..19a5df91a --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bf/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 468 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 204, + 284 + ], + "area_fraction": 0.0975 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 157, + 441 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 223, + 65 + ], + "area_fraction": 0.0315 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 227, + 459 + ], + "area_fraction": 0.0243 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 250 + ], + "peak": [ + 17, + 253 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 460 + ], + "peak": [ + 64, + 456 + ], + "area_cells": 4235 + }, + { + "id": "range_4", + "name": null, + "center": [ + 54, + 169 + ], + "peak": [ + 55, + 165 + ], + "area_cells": 331 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 67 + ], + "peak": [ + 63, + 68 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 85, + 228 + ], + "peak": [ + 84, + 224 + ], + "area_cells": 1493 + }, + { + "id": "range_10", + "name": null, + "center": [ + 77, + 98 + ], + "peak": [ + 77, + 98 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 93, + 10 + ], + "peak": [ + 94, + 12 + ], + "area_cells": 301 + }, + { + "id": "range_13", + "name": null, + "center": [ + 107, + 182 + ], + "peak": [ + 109, + 181 + ], + "area_cells": 346 + }, + { + "id": "range_15", + "name": null, + "center": [ + 119, + 43 + ], + "peak": [ + 119, + 44 + ], + "area_cells": 23 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 152 + ], + "peak": [ + 132, + 151 + ], + "area_cells": 337 + }, + { + "id": "range_17", + "name": null, + "center": [ + 131, + 11 + ], + "peak": [ + 132, + 11 + ], + "area_cells": 146 + }, + { + "id": "range_18", + "name": null, + "center": [ + 145, + 124 + ], + "peak": [ + 147, + 123 + ], + "area_cells": 115 + }, + { + "id": "range_19", + "name": null, + "center": [ + 167, + 96 + ], + "peak": [ + 168, + 98 + ], + "area_cells": 105 + }, + { + "id": "range_22", + "name": null, + "center": [ + 195, + 471 + ], + "peak": [ + 197, + 465 + ], + "area_cells": 124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/globe.png new file mode 100644 index 000000000..6ae909b0f Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/heightmap.png new file mode 100644 index 000000000..fee0a9572 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/index.md new file mode 100644 index 000000000..c64120d50 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Bg-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3769544994 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 38.5 +physical: + gravity_g: 0.07 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.849 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bg-1 + +Barren moon. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/markers.json new file mode 100644 index 000000000..b06b5b5fe --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-1/markers.json @@ -0,0 +1,495 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 189 + ], + "peak": [ + 34, + 189 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 139 + ], + "peak": [ + 81, + 108 + ], + "area_cells": 2741 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 199 + ], + "peak": [ + 38, + 201 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 69 + ], + "peak": [ + 54, + 69 + ], + "area_cells": 112 + }, + { + "id": "range_5", + "name": null, + "center": [ + 54, + 381 + ], + "peak": [ + 54, + 381 + ], + "area_cells": 56 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 12 + ], + "peak": [ + 55, + 13 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 75, + 199 + ], + "peak": [ + 76, + 200 + ], + "area_cells": 367 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 37 + ], + "peak": [ + 83, + 36 + ], + "area_cells": 243 + }, + { + "id": "range_11", + "name": null, + "center": [ + 75, + 291 + ], + "peak": [ + 74, + 292 + ], + "area_cells": 128 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 385 + ], + "peak": [ + 80, + 385 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 114, + 252 + ], + "peak": [ + 113, + 211 + ], + "area_cells": 2510 + }, + { + "id": "range_16", + "name": null, + "center": [ + 101, + 71 + ], + "peak": [ + 106, + 84 + ], + "area_cells": 529 + }, + { + "id": "range_17", + "name": null, + "center": [ + 99, + 394 + ], + "peak": [ + 107, + 403 + ], + "area_cells": 209 + }, + { + "id": "range_19", + "name": null, + "center": [ + 108, + 123 + ], + "peak": [ + 110, + 123 + ], + "area_cells": 215 + }, + { + "id": "range_20", + "name": null, + "center": [ + 129, + 325 + ], + "peak": [ + 151, + 335 + ], + "area_cells": 927 + }, + { + "id": "range_21", + "name": null, + "center": [ + 105, + 509 + ], + "peak": [ + 108, + 511 + ], + "area_cells": 69 + }, + { + "id": "range_23", + "name": null, + "center": [ + 113, + 5 + ], + "peak": [ + 112, + 3 + ], + "area_cells": 180 + }, + { + "id": "range_24", + "name": null, + "center": [ + 113, + 366 + ], + "peak": [ + 114, + 367 + ], + "area_cells": 43 + }, + { + "id": "range_26", + "name": null, + "center": [ + 126, + 183 + ], + "peak": [ + 124, + 182 + ], + "area_cells": 204 + }, + { + "id": "range_27", + "name": null, + "center": [ + 128, + 381 + ], + "peak": [ + 124, + 371 + ], + "area_cells": 239 + }, + { + "id": "range_29", + "name": null, + "center": [ + 137, + 354 + ], + "peak": [ + 143, + 355 + ], + "area_cells": 160 + }, + { + "id": "range_31", + "name": null, + "center": [ + 141, + 31 + ], + "peak": [ + 142, + 33 + ], + "area_cells": 114 + }, + { + "id": "range_32", + "name": null, + "center": [ + 147, + 305 + ], + "peak": [ + 148, + 306 + ], + "area_cells": 74 + }, + { + "id": "range_34", + "name": null, + "center": [ + 146, + 205 + ], + "peak": [ + 145, + 205 + ], + "area_cells": 64 + }, + { + "id": "range_35", + "name": null, + "center": [ + 156, + 448 + ], + "peak": [ + 153, + 451 + ], + "area_cells": 45 + }, + { + "id": "range_37", + "name": null, + "center": [ + 182, + 365 + ], + "peak": [ + 188, + 360 + ], + "area_cells": 559 + }, + { + "id": "range_38", + "name": null, + "center": [ + 164, + 191 + ], + "peak": [ + 165, + 187 + ], + "area_cells": 39 + }, + { + "id": "range_39", + "name": null, + "center": [ + 182, + 191 + ], + "peak": [ + 192, + 192 + ], + "area_cells": 85 + }, + { + "id": "range_40", + "name": null, + "center": [ + 198, + 318 + ], + "peak": [ + 197, + 317 + ], + "area_cells": 489 + }, + { + "id": "range_41", + "name": null, + "center": [ + 188, + 403 + ], + "peak": [ + 194, + 403 + ], + "area_cells": 117 + }, + { + "id": "range_42", + "name": null, + "center": [ + 191, + 473 + ], + "peak": [ + 191, + 475 + ], + "area_cells": 45 + }, + { + "id": "range_45", + "name": null, + "center": [ + 206, + 284 + ], + "peak": [ + 208, + 285 + ], + "area_cells": 65 + }, + { + "id": "range_47", + "name": null, + "center": [ + 213, + 385 + ], + "peak": [ + 213, + 376 + ], + "area_cells": 160 + }, + { + "id": "range_48", + "name": null, + "center": [ + 238, + 424 + ], + "peak": [ + 238, + 430 + ], + "area_cells": 365 + }, + { + "id": "range_54", + "name": null, + "center": [ + 248, + 265 + ], + "peak": [ + 253, + 258 + ], + "area_cells": 588 + }, + { + "id": "range_56", + "name": null, + "center": [ + 231, + 302 + ], + "peak": [ + 232, + 304 + ], + "area_cells": 66 + }, + { + "id": "range_61", + "name": null, + "center": [ + 237, + 471 + ], + "peak": [ + 238, + 471 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/globe.png new file mode 100644 index 000000000..d7266d31c Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/heightmap.png new file mode 100644 index 000000000..1a5985dc6 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/index.md new file mode 100644 index 000000000..cbe8d8ea4 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Bg-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3613538385 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 35.2 +physical: + gravity_g: 0.05 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.164 + 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 +--- + +# GJ667Bg-2 + +Frozen moon. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/markers.json new file mode 100644 index 000000000..89edf7a61 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-2/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 202, + 481 + ], + "area_fraction": 0.0401 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 217, + 105 + ], + "area_fraction": 0.0999 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 207, + 339 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 238, + 357 + ], + "area_fraction": 0.027 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 247 + ], + "peak": [ + 86, + 112 + ], + "area_cells": 48179 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 89 + ], + "peak": [ + 110, + 90 + ], + "area_cells": 249 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/globe.png new file mode 100644 index 000000000..e2d7efbd9 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/heightmap.png new file mode 100644 index 000000000..d1d753f84 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/index.md new file mode 100644 index 000000000..206eb65b8 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Bg-3 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4046305349 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.03 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.774 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bg-3 + +Frozen moon. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Orbit** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/markers.json new file mode 100644 index 000000000..279a4e081 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg-3/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 31, + 273 + ], + "area_fraction": 0.1882 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 90, + 392 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 92, + 44 + ], + "peak": [ + 92, + 43 + ], + "area_cells": 22 + }, + { + "id": "range_2", + "name": null, + "center": [ + 95, + 8 + ], + "peak": [ + 95, + 8 + ], + "area_cells": 58 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 478 + ], + "peak": [ + 96, + 479 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 139, + 135 + ], + "peak": [ + 144, + 88 + ], + "area_cells": 10481 + }, + { + "id": "range_10", + "name": null, + "center": [ + 138, + 465 + ], + "peak": [ + 137, + 481 + ], + "area_cells": 556 + }, + { + "id": "range_11", + "name": null, + "center": [ + 149, + 436 + ], + "peak": [ + 153, + 435 + ], + "area_cells": 56 + }, + { + "id": "range_13", + "name": null, + "center": [ + 148, + 402 + ], + "peak": [ + 149, + 402 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 155, + 4 + ], + "peak": [ + 157, + 4 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 169, + 305 + ], + "peak": [ + 181, + 289 + ], + "area_cells": 2171 + }, + { + "id": "range_18", + "name": null, + "center": [ + 186, + 433 + ], + "peak": [ + 195, + 458 + ], + "area_cells": 1920 + }, + { + "id": "range_21", + "name": null, + "center": [ + 181, + 254 + ], + "peak": [ + 180, + 253 + ], + "area_cells": 64 + }, + { + "id": "range_22", + "name": null, + "center": [ + 195, + 377 + ], + "peak": [ + 195, + 376 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bg/globe.png new file mode 100644 index 000000000..47b655668 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bg/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bg/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bg/index.md new file mode 100644 index 000000000..54609d5cc --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bg/index.md @@ -0,0 +1,61 @@ +--- +id: GJ667Bg +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1553920180 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.878 + period_days: 2000.0 + axial_tilt_deg: 16.3 +physical: + gravity_g: null + oblateness: 0.0833 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.119 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.12 +--- + +# GJ667Bg + +Gas giant. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bh/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/globe.png new file mode 100644 index 000000000..c6a0ff4be Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bh/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/heightmap.png new file mode 100644 index 000000000..660439691 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bh/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/index.md new file mode 100644 index 000000000..00679cab9 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4113339721 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.159 + period_days: 4800.0 + axial_tilt_deg: 42.0 +physical: + gravity_g: 0.25 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bh + +Frozen planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 4800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bh/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/markers.json new file mode 100644 index 000000000..4080159d3 --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bh/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 161 + ], + "area_fraction": 0.0795 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 19, + 434 + ], + "area_fraction": 0.0345 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 87, + 133 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 195, + 439 + ], + "area_fraction": 0.0875 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 109, + 415 + ], + "area_fraction": 0.008 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 147, + 381 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 174, + 22 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 174, + 339 + ], + "area_fraction": 0.005 + }, + { + "id": "water_57", + "name": null, + "kind": "lake", + "center": [ + 245, + 259 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 76, + 262 + ], + "peak": [ + 80, + 267 + ], + "area_cells": 261 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 296 + ], + "peak": [ + 73, + 297 + ], + "area_cells": 47 + }, + { + "id": "range_4", + "name": null, + "center": [ + 113, + 227 + ], + "peak": [ + 114, + 229 + ], + "area_cells": 116 + }, + { + "id": "range_5", + "name": null, + "center": [ + 182, + 155 + ], + "peak": [ + 209, + 95 + ], + "area_cells": 14726 + }, + { + "id": "range_7", + "name": null, + "center": [ + 151, + 270 + ], + "peak": [ + 152, + 271 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bi/globe.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/globe.png new file mode 100644 index 000000000..000897e77 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/globe.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bi/heightmap.png b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/heightmap.png new file mode 100644 index 000000000..305332a60 Binary files /dev/null and b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bi/index.md b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/index.md new file mode 100644 index 000000000..8994dd91f --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1265741112 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.552 + period_days: 8500.0 + axial_tilt_deg: 58.8 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.748 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.406 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Bi + +Frozen planet. + +**System:** [GJ-667B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 8500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667B/bodies/GJ667Bi/markers.json b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/markers.json new file mode 100644 index 000000000..c7c506e0f --- /dev/null +++ b/wiki/star-systems/GJ-667B/bodies/GJ667Bi/markers.json @@ -0,0 +1,296 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 242 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 57, + 285 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 89, + 337 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_33", + "name": null, + "kind": "ocean", + "center": [ + 206, + 140 + ], + "area_fraction": 0.1556 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 227, + 483 + ], + "area_fraction": 0.0245 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 225, + 317 + ], + "area_fraction": 0.0261 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 76 + ], + "peak": [ + 53, + 67 + ], + "area_cells": 2992 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 421 + ], + "peak": [ + 64, + 423 + ], + "area_cells": 188 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 203 + ], + "peak": [ + 95, + 208 + ], + "area_cells": 526 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 157 + ], + "peak": [ + 75, + 157 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 430 + ], + "peak": [ + 115, + 453 + ], + "area_cells": 4768 + }, + { + "id": "range_9", + "name": null, + "center": [ + 93, + 405 + ], + "peak": [ + 93, + 405 + ], + "area_cells": 64 + }, + { + "id": "range_11", + "name": null, + "center": [ + 99, + 76 + ], + "peak": [ + 99, + 72 + ], + "area_cells": 82 + }, + { + "id": "range_12", + "name": null, + "center": [ + 117, + 7 + ], + "peak": [ + 116, + 0 + ], + "area_cells": 367 + }, + { + "id": "range_15", + "name": null, + "center": [ + 117, + 167 + ], + "peak": [ + 117, + 168 + ], + "area_cells": 61 + }, + { + "id": "range_17", + "name": null, + "center": [ + 129, + 70 + ], + "peak": [ + 133, + 76 + ], + "area_cells": 226 + }, + { + "id": "range_18", + "name": null, + "center": [ + 125, + 38 + ], + "peak": [ + 125, + 38 + ], + "area_cells": 48 + }, + { + "id": "range_19", + "name": null, + "center": [ + 129, + 246 + ], + "peak": [ + 128, + 248 + ], + "area_cells": 77 + }, + { + "id": "range_20", + "name": null, + "center": [ + 136, + 318 + ], + "peak": [ + 136, + 318 + ], + "area_cells": 66 + }, + { + "id": "range_23", + "name": null, + "center": [ + 141, + 252 + ], + "peak": [ + 142, + 251 + ], + "area_cells": 33 + }, + { + "id": "range_24", + "name": null, + "center": [ + 151, + 467 + ], + "peak": [ + 150, + 467 + ], + "area_cells": 87 + }, + { + "id": "range_25", + "name": null, + "center": [ + 176, + 393 + ], + "peak": [ + 174, + 372 + ], + "area_cells": 1182 + }, + { + "id": "range_26", + "name": null, + "center": [ + 184, + 338 + ], + "peak": [ + 184, + 338 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ667Cb/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/globe.png new file mode 100644 index 000000000..d557459a0 Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cb/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/heightmap.png new file mode 100644 index 000000000..6a8cb62ef Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cb/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/index.md new file mode 100644 index 000000000..9673e6db8 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Cb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1838213367 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 3.7 +physical: + gravity_g: 0.35 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.985 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.043 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Cb + +Barren planet. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 91% | +| **Year** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cb/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/markers.json new file mode 100644 index 000000000..9351403b1 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cb/markers.json @@ -0,0 +1,318 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 9, + 243 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 99, + 252 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 146, + 266 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 444 + ], + "peak": [ + 40, + 444 + ], + "area_cells": 30 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 407 + ], + "peak": [ + 91, + 407 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 137 + ], + "peak": [ + 116, + 136 + ], + "area_cells": 131 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 341 + ], + "peak": [ + 120, + 335 + ], + "area_cells": 239 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 399 + ], + "peak": [ + 119, + 402 + ], + "area_cells": 393 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 378 + ], + "peak": [ + 117, + 379 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 440 + ], + "peak": [ + 125, + 440 + ], + "area_cells": 227 + }, + { + "id": "range_8", + "name": null, + "center": [ + 131, + 86 + ], + "peak": [ + 132, + 86 + ], + "area_cells": 183 + }, + { + "id": "range_9", + "name": null, + "center": [ + 136, + 381 + ], + "peak": [ + 139, + 380 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 158, + 149 + ], + "peak": [ + 157, + 156 + ], + "area_cells": 1396 + }, + { + "id": "range_12", + "name": null, + "center": [ + 150, + 70 + ], + "peak": [ + 151, + 67 + ], + "area_cells": 51 + }, + { + "id": "range_13", + "name": null, + "center": [ + 156, + 400 + ], + "peak": [ + 154, + 398 + ], + "area_cells": 86 + }, + { + "id": "range_14", + "name": null, + "center": [ + 159, + 436 + ], + "peak": [ + 160, + 436 + ], + "area_cells": 34 + }, + { + "id": "range_15", + "name": null, + "center": [ + 167, + 453 + ], + "peak": [ + 168, + 454 + ], + "area_cells": 42 + }, + { + "id": "range_17", + "name": null, + "center": [ + 168, + 489 + ], + "peak": [ + 168, + 490 + ], + "area_cells": 36 + }, + { + "id": "range_18", + "name": null, + "center": [ + 175, + 54 + ], + "peak": [ + 177, + 58 + ], + "area_cells": 58 + }, + { + "id": "range_19", + "name": null, + "center": [ + 183, + 106 + ], + "peak": [ + 183, + 106 + ], + "area_cells": 161 + }, + { + "id": "range_20", + "name": null, + "center": [ + 181, + 471 + ], + "peak": [ + 182, + 471 + ], + "area_cells": 42 + }, + { + "id": "range_22", + "name": null, + "center": [ + 184, + 71 + ], + "peak": [ + 185, + 72 + ], + "area_cells": 30 + }, + { + "id": "range_23", + "name": null, + "center": [ + 188, + 124 + ], + "peak": [ + 187, + 122 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 201, + 474 + ], + "peak": [ + 202, + 475 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cc/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/globe.png new file mode 100644 index 000000000..fa2f15198 Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cc/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/heightmap.png new file mode 100644 index 000000000..877d1e32a Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cc/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/index.md new file mode 100644 index 000000000..9870fb998 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/index.md @@ -0,0 +1,69 @@ +--- +id: GJ667Cc +name: null +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 3697511141 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.138 + period_days: 28.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.82 + oblateness: 0.0027 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.39 + polar_ice_lat: 0.766 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ667Cc + +Temperate Terminator planet. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 39% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cc/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/markers.json new file mode 100644 index 000000000..e82a86946 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cc/markers.json @@ -0,0 +1,629 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 129, + 0 + ], + [ + 129, + 511 + ], + [ + 128, + 510 + ], + [ + 129, + 509 + ], + [ + 130, + 508 + ], + [ + 129, + 507 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 165, + 368 + ], + [ + 166, + 367 + ], + [ + 167, + 366 + ], + [ + 168, + 365 + ], + [ + 167, + 364 + ], + [ + 168, + 364 + ], + [ + 168, + 363 + ], + [ + 167, + 363 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 187, + 511 + ], + [ + 188, + 510 + ], + [ + 189, + 510 + ], + [ + 190, + 510 + ], + [ + 191, + 510 + ], + [ + 192, + 509 + ], + [ + 193, + 508 + ], + [ + 194, + 509 + ], + [ + 195, + 510 + ], + [ + 196, + 510 + ], + [ + 197, + 510 + ], + [ + 198, + 510 + ], + [ + 199, + 509 + ], + [ + 200, + 509 + ], + [ + 201, + 508 + ], + [ + 202, + 507 + ], + [ + 203, + 507 + ], + [ + 204, + 507 + ], + [ + 205, + 507 + ], + [ + 206, + 506 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 359 + ], + [ + 108, + 359 + ], + [ + 109, + 358 + ], + [ + 110, + 357 + ], + [ + 109, + 356 + ], + [ + 110, + 355 + ], + [ + 110, + 354 + ], + [ + 111, + 354 + ], + [ + 111, + 353 + ], + [ + 110, + 353 + ], + [ + 109, + 352 + ], + [ + 109, + 351 + ], + [ + 110, + 351 + ], + [ + 109, + 350 + ], + [ + 110, + 349 + ], + [ + 111, + 349 + ], + [ + 110, + 348 + ], + [ + 111, + 348 + ], + [ + 111, + 347 + ], + [ + 110, + 346 + ], + [ + 110, + 345 + ], + [ + 111, + 344 + ], + [ + 111, + 343 + ], + [ + 110, + 343 + ], + [ + 110, + 344 + ], + [ + 109, + 343 + ], + [ + 109, + 342 + ], + [ + 110, + 341 + ], + [ + 111, + 341 + ], + [ + 112, + 342 + ], + [ + 113, + 343 + ], + [ + 113, + 342 + ], + [ + 113, + 341 + ], + [ + 112, + 340 + ], + [ + 112, + 339 + ], + [ + 111, + 339 + ], + [ + 112, + 338 + ], + [ + 113, + 338 + ], + [ + 114, + 339 + ], + [ + 113, + 340 + ], + [ + 113, + 339 + ], + [ + 114, + 338 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 149, + 294 + ], + [ + 150, + 294 + ], + [ + 151, + 294 + ], + [ + 152, + 294 + ], + [ + 153, + 294 + ], + [ + 154, + 294 + ], + [ + 155, + 294 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 188, + 411 + ], + [ + 187, + 412 + ], + [ + 186, + 413 + ], + [ + 185, + 414 + ], + [ + 184, + 414 + ], + [ + 183, + 414 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 142, + 29 + ], + [ + 141, + 30 + ], + [ + 140, + 30 + ], + [ + 139, + 29 + ], + [ + 138, + 28 + ], + [ + 137, + 27 + ], + [ + 136, + 27 + ], + [ + 135, + 26 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 152, + 497 + ], + [ + 151, + 498 + ], + [ + 150, + 499 + ], + [ + 149, + 500 + ], + [ + 148, + 501 + ], + [ + 148, + 502 + ], + [ + 147, + 503 + ], + [ + 148, + 504 + ], + [ + 149, + 505 + ], + [ + 150, + 505 + ], + [ + 151, + 506 + ], + [ + 152, + 506 + ], + [ + 153, + 507 + ], + [ + 152, + 508 + ], + [ + 153, + 508 + ], + [ + 153, + 509 + ], + [ + 152, + 509 + ], + [ + 151, + 508 + ], + [ + 152, + 507 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 81, + 268 + ], + "area_fraction": 0.6099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 199, + 165 + ], + "peak": [ + 204, + 171 + ], + "area_cells": 4364 + }, + { + "id": "range_3", + "name": null, + "center": [ + 190, + 76 + ], + "peak": [ + 191, + 78 + ], + "area_cells": 144 + }, + { + "id": "range_4", + "name": null, + "center": [ + 216, + 80 + ], + "peak": [ + 225, + 82 + ], + "area_cells": 466 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 343 + ], + "peak": [ + 227, + 326 + ], + "area_cells": 2771 + }, + { + "id": "range_7", + "name": null, + "center": [ + 212, + 257 + ], + "peak": [ + 213, + 254 + ], + "area_cells": 42 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 21 + ], + "peak": [ + 230, + 16 + ], + "area_cells": 501 + }, + { + "id": "range_9", + "name": null, + "center": [ + 238, + 500 + ], + "peak": [ + 238, + 497 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cd/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/globe.png new file mode 100644 index 000000000..655834109 Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cd/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/heightmap.png new file mode 100644 index 000000000..648a282ad Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cd/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/index.md new file mode 100644 index 000000000..dddca460e --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/index.md @@ -0,0 +1,69 @@ +--- +id: GJ667Cd +name: null +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 241265113 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.181 + period_days: 42.0 + axial_tilt_deg: 1.4 +physical: + gravity_g: 0.76 + oblateness: 0.0038 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.411 + polar_ice_lat: 0.797 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.47 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ667Cd + +Temperate Terminator planet. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.76g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 41% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cd/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/markers.json new file mode 100644 index 000000000..374c53bc0 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cd/markers.json @@ -0,0 +1,536 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 29, + 307 + ], + [ + 30, + 308 + ], + [ + 31, + 309 + ], + [ + 32, + 310 + ], + [ + 33, + 310 + ], + [ + 34, + 310 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 120, + 159 + ], + [ + 121, + 158 + ], + [ + 122, + 159 + ], + [ + 122, + 158 + ], + [ + 123, + 157 + ], + [ + 123, + 156 + ], + [ + 124, + 157 + ], + [ + 125, + 157 + ], + [ + 126, + 158 + ], + [ + 125, + 159 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 373 + ], + [ + 140, + 372 + ], + [ + 141, + 373 + ], + [ + 142, + 372 + ], + [ + 143, + 373 + ], + [ + 144, + 372 + ], + [ + 145, + 371 + ], + [ + 146, + 370 + ], + [ + 147, + 370 + ], + [ + 148, + 371 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 14, + 347 + ], + [ + 15, + 346 + ], + [ + 16, + 345 + ], + [ + 17, + 344 + ], + [ + 16, + 343 + ], + [ + 16, + 342 + ], + [ + 16, + 341 + ], + [ + 16, + 340 + ], + [ + 16, + 339 + ], + [ + 16, + 338 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 11, + 392 + ], + [ + 10, + 393 + ], + [ + 9, + 394 + ], + [ + 9, + 393 + ], + [ + 10, + 394 + ], + [ + 9, + 395 + ], + [ + 8, + 395 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 105, + 87 + ], + [ + 104, + 88 + ], + [ + 103, + 89 + ], + [ + 102, + 90 + ], + [ + 101, + 90 + ], + [ + 100, + 90 + ], + [ + 99, + 91 + ], + [ + 98, + 92 + ], + [ + 97, + 93 + ], + [ + 96, + 94 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 102, + 347 + ], + [ + 101, + 346 + ], + [ + 100, + 346 + ], + [ + 99, + 345 + ], + [ + 98, + 345 + ], + [ + 97, + 344 + ], + [ + 96, + 343 + ], + [ + 95, + 342 + ], + [ + 94, + 341 + ], + [ + 93, + 340 + ], + [ + 92, + 339 + ], + [ + 91, + 339 + ], + [ + 91, + 338 + ], + [ + 90, + 337 + ], + [ + 90, + 336 + ], + [ + 90, + 335 + ], + [ + 89, + 335 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 136, + 185 + ], + [ + 137, + 184 + ], + [ + 138, + 184 + ], + [ + 139, + 183 + ], + [ + 140, + 182 + ], + [ + 141, + 181 + ], + [ + 142, + 180 + ], + [ + 143, + 179 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 53, + 123 + ], + "area_fraction": 0.0534 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 52, + 330 + ], + "area_fraction": 0.0719 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 196, + 252 + ], + "area_fraction": 0.461 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 483 + ], + "peak": [ + 26, + 485 + ], + "area_cells": 355 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 464 + ], + "peak": [ + 87, + 462 + ], + "area_cells": 1561 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 244 + ], + "peak": [ + 96, + 259 + ], + "area_cells": 1693 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 3 + ], + "peak": [ + 89, + 0 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 88, + 154 + ], + "peak": [ + 89, + 156 + ], + "area_cells": 49 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 127 + ], + "peak": [ + 93, + 122 + ], + "area_cells": 264 + }, + { + "id": "range_7", + "name": null, + "center": [ + 105, + 38 + ], + "peak": [ + 104, + 37 + ], + "area_cells": 530 + }, + { + "id": "range_8", + "name": null, + "center": [ + 108, + 89 + ], + "peak": [ + 105, + 87 + ], + "area_cells": 187 + }, + { + "id": "range_11", + "name": null, + "center": [ + 108, + 482 + ], + "peak": [ + 109, + 483 + ], + "area_cells": 150 + }, + { + "id": "range_12", + "name": null, + "center": [ + 139, + 373 + ], + "peak": [ + 139, + 373 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ce/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/globe.png new file mode 100644 index 000000000..e3df059de Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ce/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/heightmap.png new file mode 100644 index 000000000..b84b8d546 Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ce/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/index.md new file mode 100644 index 000000000..51ab06c7d --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/index.md @@ -0,0 +1,73 @@ +--- +id: GJ667Ce +name: Nakhon Sung +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 497452754 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.234 + period_days: 62.0 + axial_tilt_deg: 4.0 +physical: + gravity_g: 0.7 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.616 + polar_ice_lat: 0.828 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Nakhon Sung + +Temperate Terminator planet. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.7g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 62 days | +| **Inhabited** | yes | +| **Population** | 320 | +| **Economy** | research | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ce/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/markers.json new file mode 100644 index 000000000..2efc71add --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Ce/markers.json @@ -0,0 +1,874 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 118, + 119 + ], + [ + 117, + 120 + ], + [ + 116, + 119 + ], + [ + 116, + 118 + ], + [ + 115, + 118 + ], + [ + 116, + 117 + ], + [ + 115, + 116 + ], + [ + 115, + 115 + ], + [ + 116, + 115 + ], + [ + 115, + 114 + ], + [ + 116, + 113 + ], + [ + 116, + 112 + ], + [ + 116, + 111 + ], + [ + 117, + 110 + ], + [ + 116, + 109 + ], + [ + 117, + 108 + ], + [ + 118, + 107 + ], + [ + 118, + 106 + ], + [ + 119, + 105 + ], + [ + 120, + 105 + ], + [ + 121, + 105 + ], + [ + 121, + 104 + ], + [ + 121, + 103 + ], + [ + 121, + 102 + ], + [ + 122, + 101 + ], + [ + 122, + 102 + ], + [ + 121, + 101 + ], + [ + 120, + 100 + ], + [ + 119, + 99 + ], + [ + 120, + 98 + ], + [ + 121, + 97 + ], + [ + 120, + 96 + ], + [ + 119, + 95 + ], + [ + 119, + 94 + ], + [ + 119, + 93 + ], + [ + 119, + 92 + ], + [ + 119, + 91 + ], + [ + 119, + 90 + ], + [ + 119, + 89 + ], + [ + 119, + 88 + ], + [ + 119, + 87 + ], + [ + 118, + 86 + ], + [ + 118, + 85 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 166, + 241 + ], + [ + 165, + 241 + ], + [ + 166, + 242 + ], + [ + 167, + 242 + ], + [ + 168, + 243 + ], + [ + 169, + 244 + ], + [ + 170, + 244 + ], + [ + 171, + 245 + ], + [ + 172, + 246 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 150, + 500 + ], + [ + 149, + 501 + ], + [ + 148, + 502 + ], + [ + 147, + 503 + ], + [ + 147, + 504 + ], + [ + 147, + 505 + ], + [ + 146, + 506 + ], + [ + 147, + 507 + ], + [ + 147, + 508 + ], + [ + 147, + 509 + ], + [ + 147, + 510 + ], + [ + 148, + 511 + ], + [ + 149, + 0 + ], + [ + 150, + 1 + ], + [ + 151, + 2 + ], + [ + 152, + 2 + ], + [ + 153, + 3 + ], + [ + 154, + 4 + ], + [ + 155, + 5 + ], + [ + 156, + 4 + ], + [ + 157, + 3 + ], + [ + 158, + 3 + ], + [ + 159, + 4 + ], + [ + 160, + 4 + ], + [ + 161, + 5 + ], + [ + 162, + 4 + ], + [ + 163, + 5 + ], + [ + 164, + 5 + ], + [ + 165, + 4 + ], + [ + 166, + 4 + ], + [ + 167, + 5 + ], + [ + 168, + 4 + ], + [ + 169, + 5 + ], + [ + 168, + 6 + ], + [ + 167, + 7 + ], + [ + 167, + 6 + ], + [ + 168, + 7 + ], + [ + 169, + 6 + ], + [ + 170, + 7 + ], + [ + 170, + 8 + ], + [ + 169, + 8 + ], + [ + 168, + 8 + ], + [ + 169, + 7 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 55, + 254 + ], + [ + 54, + 253 + ], + [ + 53, + 252 + ], + [ + 52, + 251 + ], + [ + 51, + 250 + ], + [ + 51, + 249 + ], + [ + 51, + 248 + ], + [ + 50, + 247 + ], + [ + 50, + 246 + ], + [ + 50, + 245 + ], + [ + 49, + 244 + ], + [ + 48, + 243 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 196, + 496 + ], + [ + 197, + 495 + ], + [ + 197, + 494 + ], + [ + 196, + 493 + ], + [ + 197, + 492 + ], + [ + 196, + 491 + ], + [ + 195, + 490 + ], + [ + 194, + 489 + ], + [ + 193, + 488 + ], + [ + 194, + 487 + ], + [ + 194, + 486 + ], + [ + 195, + 485 + ], + [ + 195, + 484 + ], + [ + 195, + 483 + ], + [ + 194, + 482 + ], + [ + 193, + 481 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 56, + 229 + ], + [ + 56, + 228 + ], + [ + 57, + 227 + ], + [ + 57, + 226 + ], + [ + 58, + 225 + ], + [ + 57, + 224 + ], + [ + 56, + 224 + ], + [ + 57, + 223 + ], + [ + 58, + 222 + ], + [ + 58, + 223 + ], + [ + 57, + 222 + ], + [ + 56, + 223 + ], + [ + 55, + 222 + ], + [ + 54, + 223 + ], + [ + 53, + 222 + ], + [ + 52, + 222 + ], + [ + 51, + 221 + ], + [ + 50, + 220 + ], + [ + 49, + 219 + ], + [ + 48, + 218 + ], + [ + 47, + 217 + ], + [ + 47, + 216 + ], + [ + 46, + 217 + ], + [ + 45, + 216 + ], + [ + 44, + 215 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 203, + 502 + ], + [ + 202, + 502 + ], + [ + 201, + 503 + ], + [ + 200, + 502 + ], + [ + 199, + 503 + ], + [ + 198, + 503 + ], + [ + 197, + 504 + ], + [ + 197, + 505 + ], + [ + 197, + 506 + ], + [ + 197, + 507 + ], + [ + 196, + 507 + ], + [ + 196, + 508 + ], + [ + 196, + 509 + ], + [ + 197, + 509 + ], + [ + 196, + 510 + ], + [ + 197, + 510 + ], + [ + 198, + 511 + ], + [ + 199, + 511 + ], + [ + 200, + 511 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 112, + 354 + ], + [ + 111, + 354 + ], + [ + 110, + 353 + ], + [ + 109, + 352 + ], + [ + 109, + 351 + ], + [ + 109, + 350 + ], + [ + 110, + 349 + ], + [ + 111, + 348 + ], + [ + 111, + 347 + ], + [ + 112, + 346 + ], + [ + 113, + 345 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 96, + 320 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 202, + 261 + ], + "area_fraction": 0.3749 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 96 + ], + "peak": [ + 22, + 96 + ], + "area_cells": 83 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 440 + ], + "peak": [ + 44, + 402 + ], + "area_cells": 5470 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 133 + ], + "peak": [ + 79, + 68 + ], + "area_cells": 9410 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 153 + ], + "peak": [ + 58, + 152 + ], + "area_cells": 72 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 344 + ], + "peak": [ + 77, + 343 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 379 + ], + "peak": [ + 82, + 376 + ], + "area_cells": 302 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/globe.png new file mode 100644 index 000000000..578afc5d3 Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/heightmap.png new file mode 100644 index 000000000..647f64b4b Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/index.md new file mode 100644 index 000000000..c789135dc --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ667Cf-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1847020881 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 49.6 +physical: + gravity_g: 0.09 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.066 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.407 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Cf-m1 + +Frozen moon. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 99% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/markers.json new file mode 100644 index 000000000..f44d2963c --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cf-m1/markers.json @@ -0,0 +1,233 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 193, + 232 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 106, + 198 + ], + "peak": [ + 93, + 241 + ], + "area_cells": 17398 + }, + { + "id": "range_2", + "name": null, + "center": [ + 170, + 479 + ], + "peak": [ + 214, + 499 + ], + "area_cells": 7554 + }, + { + "id": "range_3", + "name": null, + "center": [ + 103, + 457 + ], + "peak": [ + 104, + 456 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 138, + 109 + ], + "peak": [ + 137, + 111 + ], + "area_cells": 106 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 28 + ], + "peak": [ + 140, + 28 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 146, + 381 + ], + "peak": [ + 146, + 382 + ], + "area_cells": 60 + }, + { + "id": "range_11", + "name": null, + "center": [ + 157, + 104 + ], + "peak": [ + 157, + 104 + ], + "area_cells": 69 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 363 + ], + "peak": [ + 167, + 359 + ], + "area_cells": 305 + }, + { + "id": "range_13", + "name": null, + "center": [ + 165, + 312 + ], + "peak": [ + 165, + 309 + ], + "area_cells": 141 + }, + { + "id": "range_14", + "name": null, + "center": [ + 172, + 384 + ], + "peak": [ + 178, + 380 + ], + "area_cells": 131 + }, + { + "id": "range_20", + "name": null, + "center": [ + 210, + 18 + ], + "peak": [ + 192, + 12 + ], + "area_cells": 2480 + }, + { + "id": "range_21", + "name": null, + "center": [ + 221, + 408 + ], + "peak": [ + 221, + 408 + ], + "area_cells": 24 + }, + { + "id": "range_22", + "name": null, + "center": [ + 244, + 185 + ], + "peak": [ + 243, + 187 + ], + "area_cells": 1092 + }, + { + "id": "range_23", + "name": null, + "center": [ + 247, + 65 + ], + "peak": [ + 242, + 71 + ], + "area_cells": 187 + }, + { + "id": "range_24", + "name": null, + "center": [ + 246, + 85 + ], + "peak": [ + 242, + 90 + ], + "area_cells": 220 + }, + { + "id": "range_26", + "name": null, + "center": [ + 251, + 42 + ], + "peak": [ + 255, + 33 + ], + "area_cells": 160 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cf/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cf/globe.png new file mode 100644 index 000000000..b2d34622b Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cf/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cf/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Cf/index.md new file mode 100644 index 000000000..c82d5e68b --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cf/index.md @@ -0,0 +1,61 @@ +--- +id: GJ667Cf +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1214344590 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.785 + period_days: 380.0 + axial_tilt_deg: 10.7 +physical: + gravity_g: null + oblateness: 0.0696 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.226 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.129 +--- + +# GJ667Cf + +Gas giant. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cg/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/globe.png new file mode 100644 index 000000000..fe317dd2d Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cg/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/heightmap.png new file mode 100644 index 000000000..a4064c20e Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cg/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/index.md new file mode 100644 index 000000000..c89079192 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Cg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 803744123 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 38.9 +physical: + gravity_g: 0.36 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.754 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.352 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Cg + +Frozen planet. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Cg/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/markers.json new file mode 100644 index 000000000..357ec7d03 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Cg/markers.json @@ -0,0 +1,179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 60, + 35 + ], + "area_fraction": 0.0605 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 50, + 432 + ], + "area_fraction": 0.119 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 103, + 240 + ], + "area_fraction": 0.0318 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 94, + 350 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 121, + 297 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 133, + 177 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 192, + 363 + ], + "peak": [ + 196, + 333 + ], + "area_cells": 1779 + }, + { + "id": "range_3", + "name": null, + "center": [ + 188, + 257 + ], + "peak": [ + 190, + 255 + ], + "area_cells": 100 + }, + { + "id": "range_5", + "name": null, + "center": [ + 227, + 111 + ], + "peak": [ + 221, + 137 + ], + "area_cells": 7266 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 275 + ], + "peak": [ + 224, + 282 + ], + "area_cells": 1749 + }, + { + "id": "range_7", + "name": null, + "center": [ + 202, + 296 + ], + "peak": [ + 200, + 294 + ], + "area_cells": 132 + }, + { + "id": "range_8", + "name": null, + "center": [ + 234, + 504 + ], + "peak": [ + 231, + 505 + ], + "area_cells": 127 + }, + { + "id": "range_10", + "name": null, + "center": [ + 252, + 373 + ], + "peak": [ + 255, + 372 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 253, + 439 + ], + "peak": [ + 255, + 441 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ch/globe.png b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/globe.png new file mode 100644 index 000000000..5d56c328b Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/globe.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ch/heightmap.png b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/heightmap.png new file mode 100644 index 000000000..2a501ec5b Binary files /dev/null and b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/heightmap.png differ diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ch/index.md b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/index.md new file mode 100644 index 000000000..c1d92745b --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/index.md @@ -0,0 +1,65 @@ +--- +id: GJ667Ch +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 999617063 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.384 + period_days: 3400.0 + axial_tilt_deg: 35.7 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.74 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ667Ch + +Frozen planet. + +**System:** [GJ-667C](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-667C/bodies/GJ667Ch/markers.json b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/markers.json new file mode 100644 index 000000000..122c4cc79 --- /dev/null +++ b/wiki/star-systems/GJ-667C/bodies/GJ667Ch/markers.json @@ -0,0 +1,163 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 21, + 134 + ], + "area_fraction": 0.0537 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 372 + ], + "area_fraction": 0.011 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 216, + 410 + ], + "area_fraction": 0.1137 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 196, + 109 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 224, + 28 + ], + "area_fraction": 0.0262 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 235, + 167 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 223, + 255 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 113, + 278 + ], + "peak": [ + 76, + 200 + ], + "area_cells": 9406 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 470 + ], + "peak": [ + 145, + 510 + ], + "area_cells": 5870 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 28 + ], + "peak": [ + 154, + 20 + ], + "area_cells": 4414 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 124 + ], + "peak": [ + 152, + 125 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 409 + ], + "peak": [ + 151, + 410 + ], + "area_cells": 77 + }, + { + "id": "range_6", + "name": null, + "center": [ + 167, + 90 + ], + "peak": [ + 168, + 92 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ66Ab/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/globe.png new file mode 100644 index 000000000..6c2185375 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ab/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/heightmap.png new file mode 100644 index 000000000..e5331da10 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ab/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/index.md new file mode 100644 index 000000000..b3eb22520 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ66Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 148911651 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.44 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.93 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Ab + +Barren planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 97% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ab/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/markers.json new file mode 100644 index 000000000..96200a94a --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ab/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 10 + ], + "peak": [ + 0, + 4 + ], + "area_cells": 754 + }, + { + "id": "range_2", + "name": null, + "center": [ + 73, + 362 + ], + "peak": [ + 129, + 385 + ], + "area_cells": 19544 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 384 + ], + "peak": [ + 18, + 361 + ], + "area_cells": 930 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 29 + ], + "peak": [ + 33, + 27 + ], + "area_cells": 120 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 79 + ], + "peak": [ + 17, + 79 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 57 + ], + "peak": [ + 32, + 61 + ], + "area_cells": 157 + }, + { + "id": "range_9", + "name": null, + "center": [ + 33, + 85 + ], + "peak": [ + 34, + 86 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 87 + ], + "peak": [ + 47, + 87 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 71, + 123 + ], + "peak": [ + 79, + 107 + ], + "area_cells": 989 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 163 + ], + "peak": [ + 56, + 164 + ], + "area_cells": 22 + }, + { + "id": "range_15", + "name": null, + "center": [ + 65, + 82 + ], + "peak": [ + 66, + 81 + ], + "area_cells": 38 + }, + { + "id": "range_17", + "name": null, + "center": [ + 92, + 82 + ], + "peak": [ + 91, + 83 + ], + "area_cells": 107 + }, + { + "id": "range_21", + "name": null, + "center": [ + 128, + 209 + ], + "peak": [ + 124, + 227 + ], + "area_cells": 1010 + }, + { + "id": "range_22", + "name": null, + "center": [ + 119, + 249 + ], + "peak": [ + 119, + 250 + ], + "area_cells": 42 + }, + { + "id": "range_24", + "name": null, + "center": [ + 121, + 47 + ], + "peak": [ + 121, + 47 + ], + "area_cells": 29 + }, + { + "id": "range_25", + "name": null, + "center": [ + 133, + 52 + ], + "peak": [ + 136, + 53 + ], + "area_cells": 42 + }, + { + "id": "range_28", + "name": null, + "center": [ + 141, + 86 + ], + "peak": [ + 142, + 87 + ], + "area_cells": 149 + }, + { + "id": "range_29", + "name": null, + "center": [ + 168, + 467 + ], + "peak": [ + 170, + 456 + ], + "area_cells": 1856 + }, + { + "id": "range_30", + "name": null, + "center": [ + 171, + 16 + ], + "peak": [ + 160, + 13 + ], + "area_cells": 835 + }, + { + "id": "range_31", + "name": null, + "center": [ + 157, + 330 + ], + "peak": [ + 159, + 331 + ], + "area_cells": 179 + }, + { + "id": "range_32", + "name": null, + "center": [ + 169, + 278 + ], + "peak": [ + 161, + 281 + ], + "area_cells": 352 + }, + { + "id": "range_34", + "name": null, + "center": [ + 170, + 68 + ], + "peak": [ + 169, + 67 + ], + "area_cells": 411 + }, + { + "id": "range_35", + "name": null, + "center": [ + 193, + 205 + ], + "peak": [ + 197, + 186 + ], + "area_cells": 1887 + }, + { + "id": "range_38", + "name": null, + "center": [ + 179, + 372 + ], + "peak": [ + 179, + 373 + ], + "area_cells": 97 + }, + { + "id": "range_39", + "name": null, + "center": [ + 183, + 353 + ], + "peak": [ + 184, + 354 + ], + "area_cells": 20 + }, + { + "id": "range_40", + "name": null, + "center": [ + 192, + 292 + ], + "peak": [ + 192, + 299 + ], + "area_cells": 304 + }, + { + "id": "range_42", + "name": null, + "center": [ + 210, + 245 + ], + "peak": [ + 216, + 238 + ], + "area_cells": 620 + }, + { + "id": "range_43", + "name": null, + "center": [ + 195, + 50 + ], + "peak": [ + 197, + 53 + ], + "area_cells": 155 + }, + { + "id": "range_46", + "name": null, + "center": [ + 206, + 458 + ], + "peak": [ + 205, + 459 + ], + "area_cells": 68 + }, + { + "id": "range_48", + "name": null, + "center": [ + 216, + 133 + ], + "peak": [ + 225, + 120 + ], + "area_cells": 478 + }, + { + "id": "range_49", + "name": null, + "center": [ + 210, + 79 + ], + "peak": [ + 209, + 78 + ], + "area_cells": 59 + }, + { + "id": "range_50", + "name": null, + "center": [ + 217, + 106 + ], + "peak": [ + 217, + 106 + ], + "area_cells": 123 + }, + { + "id": "range_52", + "name": null, + "center": [ + 215, + 352 + ], + "peak": [ + 218, + 352 + ], + "area_cells": 22 + }, + { + "id": "range_54", + "name": null, + "center": [ + 226, + 265 + ], + "peak": [ + 226, + 265 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ac/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/globe.png new file mode 100644 index 000000000..065b8f29a Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ac/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/heightmap.png new file mode 100644 index 000000000..c4a92277c Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ac/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/index.md new file mode 100644 index 000000000..737025d3b --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ66Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 3836045673 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.378 + period_days: 95.0 + axial_tilt_deg: 14.2 +physical: + gravity_g: 0.68 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.92 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.084 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Ac + +Hot Arid planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 95 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ac/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/markers.json new file mode 100644 index 000000000..8199483ea --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ac/markers.json @@ -0,0 +1,766 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 222, + 122 + ], + [ + 223, + 123 + ], + [ + 224, + 124 + ], + [ + 225, + 125 + ], + [ + 226, + 126 + ], + [ + 227, + 125 + ], + [ + 228, + 126 + ], + [ + 229, + 127 + ], + [ + 230, + 126 + ], + [ + 231, + 126 + ], + [ + 231, + 125 + ], + [ + 231, + 124 + ], + [ + 231, + 123 + ], + [ + 231, + 122 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 132, + 24 + ], + [ + 131, + 23 + ], + [ + 130, + 22 + ], + [ + 129, + 21 + ], + [ + 128, + 20 + ], + [ + 127, + 19 + ], + [ + 126, + 18 + ], + [ + 125, + 17 + ], + [ + 124, + 16 + ], + [ + 124, + 15 + ], + [ + 124, + 14 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 144, + 233 + ], + [ + 144, + 232 + ], + [ + 145, + 231 + ], + [ + 146, + 230 + ], + [ + 147, + 229 + ], + [ + 148, + 228 + ], + [ + 149, + 227 + ], + [ + 150, + 226 + ], + [ + 151, + 225 + ], + [ + 152, + 224 + ], + [ + 152, + 223 + ], + [ + 152, + 222 + ], + [ + 152, + 221 + ], + [ + 152, + 220 + ], + [ + 151, + 219 + ], + [ + 150, + 218 + ], + [ + 149, + 217 + ], + [ + 149, + 216 + ], + [ + 148, + 215 + ], + [ + 148, + 216 + ], + [ + 149, + 215 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 233, + 119 + ], + [ + 232, + 118 + ], + [ + 231, + 119 + ], + [ + 231, + 118 + ], + [ + 231, + 117 + ], + [ + 232, + 117 + ], + [ + 233, + 118 + ], + [ + 234, + 118 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 151, + 422 + ], + [ + 150, + 423 + ], + [ + 149, + 424 + ], + [ + 149, + 425 + ], + [ + 149, + 426 + ], + [ + 149, + 427 + ], + [ + 150, + 428 + ], + [ + 151, + 429 + ], + [ + 151, + 430 + ], + [ + 151, + 431 + ], + [ + 151, + 432 + ], + [ + 151, + 433 + ], + [ + 152, + 434 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 198, + 511 + ], + [ + 199, + 0 + ], + [ + 198, + 1 + ], + [ + 199, + 2 + ], + [ + 200, + 3 + ], + [ + 201, + 4 + ], + [ + 202, + 5 + ], + [ + 203, + 6 + ], + [ + 204, + 5 + ], + [ + 205, + 6 + ], + [ + 206, + 6 + ], + [ + 207, + 7 + ], + [ + 208, + 6 + ], + [ + 208, + 7 + ], + [ + 207, + 6 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 192, + 321 + ], + [ + 191, + 322 + ], + [ + 190, + 323 + ], + [ + 189, + 322 + ], + [ + 188, + 323 + ], + [ + 188, + 322 + ], + [ + 187, + 321 + ], + [ + 188, + 321 + ], + [ + 187, + 320 + ], + [ + 188, + 320 + ], + [ + 188, + 319 + ], + [ + 189, + 318 + ], + [ + 188, + 317 + ], + [ + 187, + 317 + ], + [ + 188, + 318 + ], + [ + 187, + 318 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 209, + 494 + ], + [ + 210, + 495 + ], + [ + 211, + 494 + ], + [ + 212, + 495 + ], + [ + 213, + 495 + ], + [ + 214, + 495 + ], + [ + 215, + 496 + ], + [ + 216, + 497 + ], + [ + 216, + 496 + ], + [ + 217, + 495 + ], + [ + 217, + 496 + ], + [ + 218, + 497 + ], + [ + 217, + 497 + ], + [ + 218, + 496 + ], + [ + 219, + 496 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 171, + 90 + ], + [ + 172, + 89 + ], + [ + 173, + 88 + ], + [ + 174, + 88 + ], + [ + 175, + 89 + ], + [ + 175, + 90 + ], + [ + 174, + 89 + ], + [ + 174, + 90 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 226, + 508 + ], + [ + 225, + 508 + ], + [ + 224, + 507 + ], + [ + 223, + 508 + ], + [ + 222, + 507 + ], + [ + 221, + 507 + ], + [ + 220, + 506 + ], + [ + 219, + 507 + ], + [ + 218, + 508 + ], + [ + 217, + 508 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 193, + 439 + ], + "area_fraction": 0.0268 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 19 + ], + "peak": [ + 11, + 0 + ], + "area_cells": 1829 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 456 + ], + "peak": [ + 20, + 464 + ], + "area_cells": 7759 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 231 + ], + "peak": [ + 11, + 224 + ], + "area_cells": 728 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 324 + ], + "peak": [ + 76, + 310 + ], + "area_cells": 2046 + }, + { + "id": "range_7", + "name": null, + "center": [ + 84, + 132 + ], + "peak": [ + 84, + 132 + ], + "area_cells": 210 + }, + { + "id": "range_8", + "name": null, + "center": [ + 83, + 389 + ], + "peak": [ + 78, + 373 + ], + "area_cells": 571 + }, + { + "id": "range_9", + "name": null, + "center": [ + 75, + 144 + ], + "peak": [ + 75, + 144 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 94, + 26 + ], + "peak": [ + 92, + 17 + ], + "area_cells": 588 + }, + { + "id": "range_14", + "name": null, + "center": [ + 103, + 257 + ], + "peak": [ + 105, + 257 + ], + "area_cells": 291 + }, + { + "id": "range_16", + "name": null, + "center": [ + 102, + 87 + ], + "peak": [ + 105, + 89 + ], + "area_cells": 130 + }, + { + "id": "range_17", + "name": null, + "center": [ + 99, + 156 + ], + "peak": [ + 100, + 157 + ], + "area_cells": 61 + }, + { + "id": "range_21", + "name": null, + "center": [ + 131, + 139 + ], + "peak": [ + 132, + 139 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ad/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/globe.png new file mode 100644 index 000000000..236fcf616 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ad/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/heightmap.png new file mode 100644 index 000000000..5440dc55e Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ad/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/index.md new file mode 100644 index 000000000..a2443e91c --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ66Ad +name: p Eridani +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3175574281 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.7 + period_days: 240.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.9 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.357 + polar_ice_lat: 0.695 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# p Eridani + +Temperate planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 240 days | +| **Inhabited** | yes | +| **Population** | 520M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ad/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/markers.json new file mode 100644 index 000000000..dace3d7c1 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ad/markers.json @@ -0,0 +1,715 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 75, + 509 + ], + [ + 74, + 510 + ], + [ + 73, + 511 + ], + [ + 72, + 511 + ], + [ + 71, + 510 + ], + [ + 70, + 511 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 117, + 128 + ], + [ + 118, + 127 + ], + [ + 119, + 126 + ], + [ + 120, + 125 + ], + [ + 121, + 124 + ], + [ + 122, + 123 + ], + [ + 123, + 122 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 75, + 0 + ], + [ + 74, + 511 + ], + [ + 73, + 511 + ], + [ + 72, + 511 + ], + [ + 71, + 510 + ], + [ + 70, + 511 + ], + [ + 70, + 510 + ], + [ + 69, + 510 + ], + [ + 70, + 509 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 109, + 336 + ], + [ + 110, + 337 + ], + [ + 111, + 338 + ], + [ + 112, + 339 + ], + [ + 113, + 340 + ], + [ + 114, + 341 + ], + [ + 115, + 342 + ], + [ + 116, + 343 + ], + [ + 117, + 344 + ], + [ + 118, + 345 + ], + [ + 119, + 346 + ], + [ + 119, + 347 + ], + [ + 119, + 348 + ], + [ + 120, + 349 + ], + [ + 121, + 350 + ], + [ + 122, + 351 + ], + [ + 123, + 352 + ], + [ + 124, + 353 + ], + [ + 125, + 353 + ], + [ + 126, + 353 + ], + [ + 127, + 353 + ], + [ + 128, + 354 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 91, + 58 + ], + [ + 92, + 59 + ], + [ + 93, + 59 + ], + [ + 94, + 60 + ], + [ + 95, + 61 + ], + [ + 96, + 61 + ], + [ + 97, + 61 + ], + [ + 98, + 62 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 86, + 79 + ], + [ + 85, + 78 + ], + [ + 84, + 77 + ], + [ + 83, + 76 + ], + [ + 83, + 75 + ], + [ + 83, + 74 + ], + [ + 82, + 73 + ], + [ + 82, + 72 + ], + [ + 82, + 71 + ], + [ + 82, + 70 + ], + [ + 82, + 69 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 107, + 280 + ], + [ + 108, + 281 + ], + [ + 109, + 281 + ], + [ + 110, + 282 + ], + [ + 111, + 283 + ], + [ + 112, + 284 + ], + [ + 113, + 285 + ], + [ + 114, + 286 + ], + [ + 115, + 287 + ], + [ + 116, + 288 + ], + [ + 115, + 288 + ], + [ + 114, + 289 + ], + [ + 115, + 290 + ], + [ + 114, + 291 + ], + [ + 114, + 292 + ], + [ + 114, + 293 + ], + [ + 115, + 294 + ], + [ + 114, + 295 + ], + [ + 114, + 296 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 135, + 384 + ], + [ + 134, + 384 + ], + [ + 133, + 384 + ], + [ + 132, + 383 + ], + [ + 131, + 382 + ], + [ + 130, + 382 + ], + [ + 129, + 382 + ], + [ + 128, + 382 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 77, + 66 + ], + [ + 78, + 65 + ], + [ + 79, + 64 + ], + [ + 80, + 64 + ], + [ + 81, + 65 + ], + [ + 82, + 66 + ], + [ + 81, + 67 + ], + [ + 82, + 68 + ], + [ + 81, + 69 + ], + [ + 82, + 70 + ], + [ + 82, + 69 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 94, + 135 + ], + [ + 95, + 136 + ], + [ + 96, + 136 + ], + [ + 97, + 137 + ], + [ + 98, + 138 + ], + [ + 99, + 139 + ], + [ + 100, + 140 + ], + [ + 101, + 141 + ], + [ + 102, + 141 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 125, + 334 + ], + [ + 126, + 333 + ], + [ + 126, + 332 + ], + [ + 125, + 332 + ], + [ + 124, + 331 + ], + [ + 123, + 330 + ], + [ + 123, + 329 + ], + [ + 122, + 328 + ], + [ + 121, + 328 + ], + [ + 122, + 327 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 170, + 256 + ], + "area_fraction": 0.6409 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 413 + ], + "peak": [ + 39, + 375 + ], + "area_cells": 2098 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 39 + ], + "peak": [ + 55, + 0 + ], + "area_cells": 645 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 193 + ], + "peak": [ + 47, + 238 + ], + "area_cells": 2718 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 327 + ], + "peak": [ + 36, + 328 + ], + "area_cells": 46 + }, + { + "id": "range_7", + "name": null, + "center": [ + 36, + 308 + ], + "peak": [ + 38, + 308 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 36 + ], + "peak": [ + 59, + 34 + ], + "area_cells": 424 + }, + { + "id": "range_9", + "name": null, + "center": [ + 89, + 241 + ], + "peak": [ + 92, + 245 + ], + "area_cells": 506 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 79 + ], + "peak": [ + 86, + 79 + ], + "area_cells": 71 + }, + { + "id": "range_11", + "name": null, + "center": [ + 94, + 133 + ], + "peak": [ + 94, + 135 + ], + "area_cells": 62 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 335 + ], + "peak": [ + 109, + 336 + ], + "area_cells": 140 + }, + { + "id": "range_13", + "name": null, + "center": [ + 116, + 127 + ], + "peak": [ + 117, + 128 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ae/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/globe.png new file mode 100644 index 000000000..72360d7dc Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ae/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/heightmap.png new file mode 100644 index 000000000..3c8bdbf1e Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ae/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/index.md new file mode 100644 index 000000000..bbddc7323 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ66Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1405772662 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 18.0 +physical: + gravity_g: 0.56 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.96 + polar_ice_lat: 0.494 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Ae + +Cold Arid planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ae/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/markers.json new file mode 100644 index 000000000..80faa66c9 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ae/markers.json @@ -0,0 +1,1092 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 215, + 311 + ], + [ + 214, + 312 + ], + [ + 213, + 313 + ], + [ + 212, + 314 + ], + [ + 211, + 315 + ], + [ + 210, + 316 + ], + [ + 209, + 315 + ], + [ + 208, + 315 + ], + [ + 207, + 314 + ], + [ + 206, + 314 + ], + [ + 205, + 314 + ], + [ + 204, + 313 + ], + [ + 204, + 312 + ], + [ + 205, + 311 + ], + [ + 204, + 310 + ], + [ + 204, + 309 + ], + [ + 203, + 308 + ], + [ + 202, + 307 + ], + [ + 201, + 306 + ], + [ + 200, + 305 + ], + [ + 199, + 305 + ], + [ + 198, + 304 + ], + [ + 197, + 305 + ], + [ + 196, + 304 + ], + [ + 195, + 303 + ], + [ + 194, + 302 + ], + [ + 193, + 301 + ], + [ + 192, + 301 + ], + [ + 193, + 300 + ], + [ + 193, + 299 + ], + [ + 192, + 298 + ], + [ + 192, + 297 + ], + [ + 191, + 297 + ], + [ + 191, + 296 + ], + [ + 190, + 295 + ], + [ + 190, + 294 + ], + [ + 190, + 293 + ], + [ + 191, + 292 + ], + [ + 192, + 291 + ], + [ + 193, + 290 + ], + [ + 194, + 289 + ], + [ + 195, + 288 + ], + [ + 196, + 287 + ], + [ + 195, + 286 + ], + [ + 196, + 285 + ], + [ + 197, + 285 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 172, + 272 + ], + [ + 171, + 271 + ], + [ + 170, + 272 + ], + [ + 169, + 273 + ], + [ + 169, + 274 + ], + [ + 169, + 275 + ], + [ + 168, + 276 + ], + [ + 168, + 277 + ], + [ + 167, + 278 + ], + [ + 168, + 279 + ], + [ + 168, + 280 + ], + [ + 167, + 281 + ], + [ + 166, + 280 + ], + [ + 166, + 281 + ], + [ + 165, + 281 + ], + [ + 165, + 280 + ], + [ + 165, + 279 + ], + [ + 164, + 278 + ], + [ + 163, + 279 + ], + [ + 163, + 278 + ], + [ + 162, + 277 + ], + [ + 161, + 276 + ], + [ + 160, + 277 + ], + [ + 159, + 276 + ], + [ + 158, + 275 + ], + [ + 157, + 274 + ], + [ + 156, + 274 + ], + [ + 155, + 275 + ], + [ + 155, + 276 + ], + [ + 156, + 275 + ], + [ + 156, + 276 + ], + [ + 155, + 277 + ], + [ + 154, + 276 + ], + [ + 153, + 276 + ], + [ + 153, + 275 + ], + [ + 154, + 274 + ], + [ + 153, + 274 + ], + [ + 152, + 274 + ], + [ + 151, + 273 + ], + [ + 152, + 273 + ], + [ + 153, + 273 + ], + [ + 152, + 272 + ], + [ + 153, + 271 + ], + [ + 154, + 270 + ], + [ + 155, + 269 + ], + [ + 155, + 270 + ], + [ + 156, + 269 + ], + [ + 155, + 268 + ], + [ + 154, + 269 + ], + [ + 154, + 268 + ], + [ + 153, + 267 + ], + [ + 154, + 267 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 99, + 223 + ], + [ + 100, + 224 + ], + [ + 101, + 223 + ], + [ + 102, + 222 + ], + [ + 103, + 221 + ], + [ + 104, + 221 + ], + [ + 105, + 221 + ], + [ + 106, + 220 + ], + [ + 106, + 219 + ], + [ + 107, + 218 + ], + [ + 106, + 218 + ], + [ + 107, + 217 + ], + [ + 106, + 216 + ], + [ + 106, + 215 + ], + [ + 107, + 214 + ], + [ + 107, + 213 + ], + [ + 107, + 212 + ], + [ + 108, + 211 + ], + [ + 108, + 210 + ], + [ + 108, + 209 + ], + [ + 108, + 208 + ], + [ + 109, + 207 + ], + [ + 109, + 206 + ], + [ + 109, + 205 + ], + [ + 110, + 204 + ], + [ + 110, + 203 + ], + [ + 110, + 202 + ], + [ + 111, + 201 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 221, + 88 + ], + [ + 220, + 88 + ], + [ + 219, + 89 + ], + [ + 219, + 88 + ], + [ + 218, + 87 + ], + [ + 217, + 88 + ], + [ + 216, + 88 + ], + [ + 215, + 87 + ], + [ + 214, + 87 + ], + [ + 213, + 88 + ], + [ + 213, + 87 + ], + [ + 212, + 87 + ], + [ + 211, + 87 + ], + [ + 212, + 86 + ], + [ + 212, + 85 + ], + [ + 212, + 84 + ], + [ + 212, + 83 + ], + [ + 211, + 84 + ], + [ + 211, + 85 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 220, + 264 + ], + [ + 219, + 263 + ], + [ + 218, + 262 + ], + [ + 218, + 261 + ], + [ + 217, + 260 + ], + [ + 216, + 259 + ], + [ + 215, + 259 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 173, + 278 + ], + [ + 172, + 279 + ], + [ + 171, + 278 + ], + [ + 170, + 279 + ], + [ + 170, + 280 + ], + [ + 169, + 279 + ], + [ + 168, + 280 + ], + [ + 167, + 281 + ], + [ + 168, + 281 + ], + [ + 169, + 282 + ], + [ + 169, + 283 + ], + [ + 168, + 284 + ], + [ + 168, + 285 + ], + [ + 167, + 285 + ], + [ + 166, + 285 + ], + [ + 167, + 284 + ], + [ + 168, + 283 + ], + [ + 169, + 284 + ], + [ + 169, + 285 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 169, + 212 + ], + [ + 170, + 211 + ], + [ + 171, + 210 + ], + [ + 172, + 209 + ], + [ + 173, + 208 + ], + [ + 174, + 207 + ], + [ + 175, + 206 + ], + [ + 176, + 205 + ], + [ + 177, + 204 + ], + [ + 178, + 203 + ], + [ + 178, + 202 + ], + [ + 177, + 201 + ], + [ + 176, + 200 + ], + [ + 176, + 199 + ], + [ + 175, + 198 + ], + [ + 174, + 197 + ], + [ + 174, + 196 + ], + [ + 174, + 195 + ], + [ + 175, + 194 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 163, + 252 + ], + [ + 164, + 251 + ], + [ + 165, + 250 + ], + [ + 166, + 249 + ], + [ + 167, + 248 + ], + [ + 168, + 247 + ], + [ + 169, + 246 + ], + [ + 168, + 245 + ], + [ + 169, + 244 + ], + [ + 168, + 244 + ], + [ + 167, + 243 + ], + [ + 168, + 242 + ], + [ + 168, + 243 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 136, + 277 + ], + [ + 135, + 276 + ], + [ + 134, + 275 + ], + [ + 133, + 274 + ], + [ + 132, + 273 + ], + [ + 131, + 272 + ], + [ + 130, + 271 + ], + [ + 129, + 270 + ], + [ + 129, + 269 + ], + [ + 128, + 269 + ], + [ + 128, + 270 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 229, + 214 + ], + "area_fraction": 0.0289 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 325 + ], + "peak": [ + 82, + 504 + ], + "area_cells": 16870 + }, + { + "id": "range_2", + "name": null, + "center": [ + 23, + 55 + ], + "peak": [ + 22, + 54 + ], + "area_cells": 65 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 295 + ], + "peak": [ + 21, + 301 + ], + "area_cells": 91 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 319 + ], + "peak": [ + 22, + 307 + ], + "area_cells": 195 + }, + { + "id": "range_6", + "name": null, + "center": [ + 49, + 356 + ], + "peak": [ + 49, + 356 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 29 + ], + "peak": [ + 81, + 0 + ], + "area_cells": 3547 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 89 + ], + "peak": [ + 101, + 87 + ], + "area_cells": 318 + }, + { + "id": "range_12", + "name": null, + "center": [ + 147, + 25 + ], + "peak": [ + 147, + 0 + ], + "area_cells": 394 + }, + { + "id": "range_15", + "name": null, + "center": [ + 181, + 478 + ], + "peak": [ + 184, + 487 + ], + "area_cells": 651 + }, + { + "id": "range_16", + "name": null, + "center": [ + 183, + 5 + ], + "peak": [ + 183, + 4 + ], + "area_cells": 166 + }, + { + "id": "range_17", + "name": null, + "center": [ + 197, + 406 + ], + "peak": [ + 195, + 409 + ], + "area_cells": 120 + }, + { + "id": "range_18", + "name": null, + "center": [ + 201, + 386 + ], + "peak": [ + 202, + 387 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/globe.png new file mode 100644 index 000000000..db5e508cf Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/heightmap.png new file mode 100644 index 000000000..2e07ca72c Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/index.md new file mode 100644 index 000000000..37d89b271 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ66Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2155090389 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.13 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Af-m1 + +Frozen moon. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/markers.json new file mode 100644 index 000000000..6117305ea --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m1/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 168 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 217 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 164, + 217 + ], + "peak": [ + 188, + 141 + ], + "area_cells": 55215 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 188 + ], + "peak": [ + 91, + 186 + ], + "area_cells": 62 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 496 + ], + "peak": [ + 108, + 499 + ], + "area_cells": 779 + }, + { + "id": "range_9", + "name": null, + "center": [ + 232, + 502 + ], + "peak": [ + 233, + 498 + ], + "area_cells": 183 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/globe.png new file mode 100644 index 000000000..560633bc3 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/heightmap.png new file mode 100644 index 000000000..a25f22fe9 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/index.md new file mode 100644 index 000000000..458ec611d --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ66Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 382185325 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 7.0 +physical: + gravity_g: 0.08 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.92 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Af-m2 + +Barren moon. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/markers.json new file mode 100644 index 000000000..54adc8d13 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Af-m2/markers.json @@ -0,0 +1,519 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 134, + 115 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 4, + 20 + ], + "peak": [ + 0, + 20 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 38 + ], + "peak": [ + 0, + 39 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 113 + ], + "peak": [ + 11, + 158 + ], + "area_cells": 2772 + }, + { + "id": "range_5", + "name": null, + "center": [ + 6, + 185 + ], + "peak": [ + 0, + 186 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 274 + ], + "peak": [ + 70, + 277 + ], + "area_cells": 9568 + }, + { + "id": "range_11", + "name": null, + "center": [ + 37, + 426 + ], + "peak": [ + 43, + 400 + ], + "area_cells": 3184 + }, + { + "id": "range_14", + "name": null, + "center": [ + 27, + 9 + ], + "peak": [ + 27, + 11 + ], + "area_cells": 110 + }, + { + "id": "range_16", + "name": null, + "center": [ + 30, + 477 + ], + "peak": [ + 35, + 482 + ], + "area_cells": 130 + }, + { + "id": "range_17", + "name": null, + "center": [ + 44, + 23 + ], + "peak": [ + 28, + 21 + ], + "area_cells": 189 + }, + { + "id": "range_25", + "name": null, + "center": [ + 48, + 5 + ], + "peak": [ + 51, + 6 + ], + "area_cells": 68 + }, + { + "id": "range_26", + "name": null, + "center": [ + 51, + 80 + ], + "peak": [ + 51, + 80 + ], + "area_cells": 50 + }, + { + "id": "range_28", + "name": null, + "center": [ + 59, + 371 + ], + "peak": [ + 58, + 373 + ], + "area_cells": 162 + }, + { + "id": "range_29", + "name": null, + "center": [ + 65, + 189 + ], + "peak": [ + 67, + 189 + ], + "area_cells": 89 + }, + { + "id": "range_32", + "name": null, + "center": [ + 70, + 82 + ], + "peak": [ + 70, + 84 + ], + "area_cells": 47 + }, + { + "id": "range_37", + "name": null, + "center": [ + 72, + 487 + ], + "peak": [ + 73, + 487 + ], + "area_cells": 20 + }, + { + "id": "range_38", + "name": null, + "center": [ + 89, + 46 + ], + "peak": [ + 79, + 66 + ], + "area_cells": 665 + }, + { + "id": "range_40", + "name": null, + "center": [ + 73, + 386 + ], + "peak": [ + 74, + 386 + ], + "area_cells": 25 + }, + { + "id": "range_41", + "name": null, + "center": [ + 81, + 5 + ], + "peak": [ + 83, + 5 + ], + "area_cells": 39 + }, + { + "id": "range_44", + "name": null, + "center": [ + 85, + 504 + ], + "peak": [ + 84, + 504 + ], + "area_cells": 99 + }, + { + "id": "range_46", + "name": null, + "center": [ + 101, + 497 + ], + "peak": [ + 102, + 498 + ], + "area_cells": 28 + }, + { + "id": "range_50", + "name": null, + "center": [ + 138, + 493 + ], + "peak": [ + 123, + 482 + ], + "area_cells": 1074 + }, + { + "id": "range_52", + "name": null, + "center": [ + 115, + 15 + ], + "peak": [ + 121, + 19 + ], + "area_cells": 135 + }, + { + "id": "range_53", + "name": null, + "center": [ + 122, + 263 + ], + "peak": [ + 123, + 267 + ], + "area_cells": 477 + }, + { + "id": "range_55", + "name": null, + "center": [ + 114, + 67 + ], + "peak": [ + 114, + 68 + ], + "area_cells": 88 + }, + { + "id": "range_56", + "name": null, + "center": [ + 146, + 13 + ], + "peak": [ + 142, + 13 + ], + "area_cells": 551 + }, + { + "id": "range_57", + "name": null, + "center": [ + 154, + 93 + ], + "peak": [ + 150, + 90 + ], + "area_cells": 177 + }, + { + "id": "range_59", + "name": null, + "center": [ + 148, + 315 + ], + "peak": [ + 149, + 315 + ], + "area_cells": 109 + }, + { + "id": "range_60", + "name": null, + "center": [ + 152, + 277 + ], + "peak": [ + 153, + 277 + ], + "area_cells": 83 + }, + { + "id": "range_61", + "name": null, + "center": [ + 159, + 128 + ], + "peak": [ + 159, + 129 + ], + "area_cells": 59 + }, + { + "id": "range_63", + "name": null, + "center": [ + 169, + 363 + ], + "peak": [ + 168, + 364 + ], + "area_cells": 63 + }, + { + "id": "range_64", + "name": null, + "center": [ + 179, + 320 + ], + "peak": [ + 177, + 322 + ], + "area_cells": 163 + }, + { + "id": "range_65", + "name": null, + "center": [ + 177, + 275 + ], + "peak": [ + 176, + 275 + ], + "area_cells": 20 + }, + { + "id": "range_66", + "name": null, + "center": [ + 198, + 345 + ], + "peak": [ + 223, + 335 + ], + "area_cells": 475 + }, + { + "id": "range_67", + "name": null, + "center": [ + 180, + 28 + ], + "peak": [ + 181, + 29 + ], + "area_cells": 26 + }, + { + "id": "range_69", + "name": null, + "center": [ + 186, + 406 + ], + "peak": [ + 184, + 404 + ], + "area_cells": 64 + }, + { + "id": "range_72", + "name": null, + "center": [ + 206, + 368 + ], + "peak": [ + 208, + 368 + ], + "area_cells": 241 + }, + { + "id": "range_74", + "name": null, + "center": [ + 211, + 396 + ], + "peak": [ + 217, + 399 + ], + "area_cells": 221 + }, + { + "id": "range_78", + "name": null, + "center": [ + 227, + 325 + ], + "peak": [ + 228, + 325 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Af/globe.png new file mode 100644 index 000000000..29f0c9802 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Af/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Af/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Af/index.md new file mode 100644 index 000000000..3dbd07a87 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Af/index.md @@ -0,0 +1,70 @@ +--- +id: GJ66Af +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3638421145 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.602 + period_days: 2800.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: null + oblateness: 0.06 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.161 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.092 +rings: + enabled: true + inner_radius_factor: 1.08 + outer_radius_factor: 2.27 + opacity_base: 0.53 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ66Af + +Gas giant. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ag/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/globe.png new file mode 100644 index 000000000..076c04794 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ag/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/heightmap.png new file mode 100644 index 000000000..e6832b8e8 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ag/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/index.md new file mode 100644 index 000000000..2f364aed6 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2770226672 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.761 + period_days: 7200.0 + axial_tilt_deg: 44.1 +physical: + gravity_g: 0.45 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.705 + 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.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Ag + +Frozen planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.45g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ag/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/markers.json new file mode 100644 index 000000000..755a5b26e --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ag/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 9, + 227 + ], + "area_fraction": 0.0274 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 143, + 390 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_18", + "name": null, + "kind": "ocean", + "center": [ + 199, + 166 + ], + "area_fraction": 0.1177 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 171, + 419 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 211, + 402 + ], + "area_fraction": 0.1048 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 189, + 35 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 431 + ], + "peak": [ + 64, + 411 + ], + "area_cells": 6735 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 35 + ], + "peak": [ + 63, + 6 + ], + "area_cells": 2788 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 310 + ], + "peak": [ + 60, + 311 + ], + "area_cells": 110 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 208 + ], + "peak": [ + 105, + 208 + ], + "area_cells": 40 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 294 + ], + "peak": [ + 106, + 294 + ], + "area_cells": 89 + }, + { + "id": "range_9", + "name": null, + "center": [ + 129, + 188 + ], + "peak": [ + 130, + 188 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ah/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/globe.png new file mode 100644 index 000000000..be64c19d8 Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ah/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/heightmap.png new file mode 100644 index 000000000..8523bc00d Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ah/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/index.md new file mode 100644 index 000000000..c6a9d3eab --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3801845201 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.32 + period_days: 15600.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.36 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.814 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Ah + +Frozen planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 15600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ah/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/markers.json new file mode 100644 index 000000000..63e2bd388 --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ah/markers.json @@ -0,0 +1,293 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 151, + 345 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 196, + 77 + ], + "area_fraction": 0.0668 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 180, + 407 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 190, + 482 + ], + "area_fraction": 0.0214 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 200, + 202 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 207, + 249 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 245, + 283 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 310 + ], + "peak": [ + 6, + 325 + ], + "area_cells": 548 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 424 + ], + "peak": [ + 83, + 447 + ], + "area_cells": 7061 + }, + { + "id": "range_11", + "name": null, + "center": [ + 42, + 194 + ], + "peak": [ + 43, + 188 + ], + "area_cells": 209 + }, + { + "id": "range_14", + "name": null, + "center": [ + 43, + 277 + ], + "peak": [ + 43, + 279 + ], + "area_cells": 76 + }, + { + "id": "range_15", + "name": null, + "center": [ + 76, + 46 + ], + "peak": [ + 74, + 69 + ], + "area_cells": 4427 + }, + { + "id": "range_16", + "name": null, + "center": [ + 54, + 329 + ], + "peak": [ + 55, + 337 + ], + "area_cells": 170 + }, + { + "id": "range_17", + "name": null, + "center": [ + 55, + 250 + ], + "peak": [ + 55, + 251 + ], + "area_cells": 51 + }, + { + "id": "range_18", + "name": null, + "center": [ + 55, + 378 + ], + "peak": [ + 56, + 382 + ], + "area_cells": 111 + }, + { + "id": "range_19", + "name": null, + "center": [ + 62, + 212 + ], + "peak": [ + 61, + 211 + ], + "area_cells": 125 + }, + { + "id": "range_20", + "name": null, + "center": [ + 90, + 200 + ], + "peak": [ + 98, + 202 + ], + "area_cells": 3147 + }, + { + "id": "range_21", + "name": null, + "center": [ + 83, + 299 + ], + "peak": [ + 92, + 299 + ], + "area_cells": 741 + }, + { + "id": "range_22", + "name": null, + "center": [ + 96, + 143 + ], + "peak": [ + 97, + 143 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 127, + 212 + ], + "peak": [ + 129, + 211 + ], + "area_cells": 148 + }, + { + "id": "range_24", + "name": null, + "center": [ + 216, + 365 + ], + "peak": [ + 216, + 370 + ], + "area_cells": 167 + }, + { + "id": "range_25", + "name": null, + "center": [ + 249, + 0 + ], + "peak": [ + 251, + 0 + ], + "area_cells": 27 + }, + { + "id": "range_26", + "name": null, + "center": [ + 251, + 503 + ], + "peak": [ + 254, + 510 + ], + "area_cells": 134 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ai/globe.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/globe.png new file mode 100644 index 000000000..9740c66fd Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/globe.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ai/heightmap.png b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/heightmap.png new file mode 100644 index 000000000..f4e8c7d9f Binary files /dev/null and b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ai/index.md b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/index.md new file mode 100644 index 000000000..3a758fcdf --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 637017875 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 19.03 + period_days: 34000.0 + axial_tilt_deg: 46.7 +physical: + gravity_g: 0.13 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.244 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.263 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Ai + +Frozen planet. + +**System:** [GJ-66A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66A/bodies/GJ66Ai/markers.json b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/markers.json new file mode 100644 index 000000000..93f2cf5ed --- /dev/null +++ b/wiki/star-systems/GJ-66A/bodies/GJ66Ai/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 128, + 248 + ], + "area_fraction": 0.005 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 202, + 193 + ], + "area_fraction": 0.1731 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 145, + 138 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 212, + 459 + ], + "area_fraction": 0.0231 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 24 + ], + "peak": [ + 16, + 19 + ], + "area_cells": 1612 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 200 + ], + "peak": [ + 0, + 191 + ], + "area_cells": 1390 + }, + { + "id": "range_3", + "name": null, + "center": [ + 27, + 372 + ], + "peak": [ + 35, + 319 + ], + "area_cells": 13755 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 185 + ], + "peak": [ + 27, + 188 + ], + "area_cells": 38 + }, + { + "id": "range_7", + "name": null, + "center": [ + 69, + 407 + ], + "peak": [ + 68, + 408 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 76, + 425 + ], + "peak": [ + 72, + 424 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ66Bb/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/globe.png new file mode 100644 index 000000000..325e96966 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bb/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/heightmap.png new file mode 100644 index 000000000..75c2761f8 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bb/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/index.md new file mode 100644 index 000000000..fdf76dbe1 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ66Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 758024446 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 11.2 +physical: + gravity_g: 0.44 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.886 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Bb + +Barren planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 96% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bb/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/markers.json new file mode 100644 index 000000000..21d8045df --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bb/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 25, + 146 + ], + "peak": [ + 24, + 147 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 39, + 254 + ], + "peak": [ + 34, + 256 + ], + "area_cells": 129 + }, + { + "id": "range_8", + "name": null, + "center": [ + 42, + 272 + ], + "peak": [ + 48, + 271 + ], + "area_cells": 89 + }, + { + "id": "range_9", + "name": null, + "center": [ + 34, + 160 + ], + "peak": [ + 34, + 160 + ], + "area_cells": 34 + }, + { + "id": "range_14", + "name": null, + "center": [ + 44, + 141 + ], + "peak": [ + 45, + 142 + ], + "area_cells": 28 + }, + { + "id": "range_16", + "name": null, + "center": [ + 73, + 71 + ], + "peak": [ + 75, + 71 + ], + "area_cells": 113 + }, + { + "id": "range_17", + "name": null, + "center": [ + 74, + 40 + ], + "peak": [ + 75, + 34 + ], + "area_cells": 130 + }, + { + "id": "range_18", + "name": null, + "center": [ + 94, + 347 + ], + "peak": [ + 93, + 347 + ], + "area_cells": 247 + }, + { + "id": "range_19", + "name": null, + "center": [ + 93, + 387 + ], + "peak": [ + 95, + 390 + ], + "area_cells": 290 + }, + { + "id": "range_20", + "name": null, + "center": [ + 98, + 416 + ], + "peak": [ + 98, + 418 + ], + "area_cells": 41 + }, + { + "id": "range_23", + "name": null, + "center": [ + 140, + 270 + ], + "peak": [ + 156, + 272 + ], + "area_cells": 3713 + }, + { + "id": "range_24", + "name": null, + "center": [ + 128, + 154 + ], + "peak": [ + 122, + 178 + ], + "area_cells": 1280 + }, + { + "id": "range_28", + "name": null, + "center": [ + 121, + 414 + ], + "peak": [ + 122, + 416 + ], + "area_cells": 206 + }, + { + "id": "range_30", + "name": null, + "center": [ + 118, + 112 + ], + "peak": [ + 119, + 113 + ], + "area_cells": 39 + }, + { + "id": "range_33", + "name": null, + "center": [ + 161, + 388 + ], + "peak": [ + 182, + 387 + ], + "area_cells": 575 + }, + { + "id": "range_34", + "name": null, + "center": [ + 137, + 337 + ], + "peak": [ + 139, + 339 + ], + "area_cells": 65 + }, + { + "id": "range_35", + "name": null, + "center": [ + 144, + 478 + ], + "peak": [ + 145, + 479 + ], + "area_cells": 47 + }, + { + "id": "range_36", + "name": null, + "center": [ + 147, + 184 + ], + "peak": [ + 148, + 187 + ], + "area_cells": 36 + }, + { + "id": "range_37", + "name": null, + "center": [ + 152, + 490 + ], + "peak": [ + 152, + 491 + ], + "area_cells": 28 + }, + { + "id": "range_39", + "name": null, + "center": [ + 157, + 444 + ], + "peak": [ + 159, + 445 + ], + "area_cells": 59 + }, + { + "id": "range_42", + "name": null, + "center": [ + 184, + 470 + ], + "peak": [ + 181, + 460 + ], + "area_cells": 498 + }, + { + "id": "range_43", + "name": null, + "center": [ + 177, + 418 + ], + "peak": [ + 174, + 419 + ], + "area_cells": 308 + }, + { + "id": "range_45", + "name": null, + "center": [ + 197, + 306 + ], + "peak": [ + 201, + 305 + ], + "area_cells": 127 + }, + { + "id": "range_46", + "name": null, + "center": [ + 198, + 438 + ], + "peak": [ + 198, + 439 + ], + "area_cells": 172 + }, + { + "id": "range_47", + "name": null, + "center": [ + 200, + 59 + ], + "peak": [ + 202, + 60 + ], + "area_cells": 36 + }, + { + "id": "range_49", + "name": null, + "center": [ + 206, + 494 + ], + "peak": [ + 211, + 498 + ], + "area_cells": 99 + }, + { + "id": "range_50", + "name": null, + "center": [ + 212, + 290 + ], + "peak": [ + 216, + 290 + ], + "area_cells": 55 + }, + { + "id": "range_52", + "name": null, + "center": [ + 224, + 434 + ], + "peak": [ + 231, + 434 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/globe.png new file mode 100644 index 000000000..eccd1f717 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/heightmap.png new file mode 100644 index 000000000..7143287cf Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/index.md new file mode 100644 index 000000000..3f4baca4d --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ66Bc +name: Røros +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2211200993 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 11.0 +physical: + gravity_g: 0.9 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.398 + polar_ice_lat: 0.785 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.384 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Røros + +Temperate planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 40% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 4M | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json new file mode 100644 index 000000000..f206222f2 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bc/markers.json @@ -0,0 +1,814 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 221, + 223 + ], + [ + 220, + 224 + ], + [ + 219, + 225 + ], + [ + 218, + 226 + ], + [ + 217, + 227 + ], + [ + 216, + 227 + ], + [ + 215, + 228 + ], + [ + 214, + 228 + ], + [ + 213, + 228 + ], + [ + 212, + 227 + ], + [ + 212, + 228 + ], + [ + 212, + 229 + ], + [ + 211, + 230 + ], + [ + 210, + 231 + ], + [ + 211, + 232 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 140, + 334 + ], + [ + 139, + 333 + ], + [ + 138, + 333 + ], + [ + 137, + 333 + ], + [ + 136, + 332 + ], + [ + 135, + 331 + ], + [ + 134, + 331 + ], + [ + 133, + 330 + ], + [ + 132, + 329 + ], + [ + 131, + 328 + ], + [ + 130, + 328 + ], + [ + 129, + 329 + ], + [ + 128, + 330 + ], + [ + 127, + 330 + ], + [ + 126, + 330 + ], + [ + 126, + 331 + ], + [ + 125, + 330 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 187, + 283 + ], + [ + 188, + 284 + ], + [ + 189, + 285 + ], + [ + 190, + 285 + ], + [ + 191, + 284 + ], + [ + 192, + 283 + ], + [ + 193, + 282 + ], + [ + 194, + 281 + ], + [ + 195, + 280 + ], + [ + 195, + 279 + ], + [ + 196, + 278 + ], + [ + 196, + 277 + ], + [ + 196, + 276 + ], + [ + 195, + 275 + ], + [ + 194, + 274 + ], + [ + 195, + 273 + ], + [ + 194, + 273 + ], + [ + 195, + 272 + ], + [ + 194, + 271 + ], + [ + 193, + 270 + ], + [ + 193, + 269 + ], + [ + 193, + 268 + ], + [ + 194, + 268 + ], + [ + 194, + 267 + ], + [ + 195, + 268 + ], + [ + 195, + 267 + ], + [ + 196, + 266 + ], + [ + 197, + 265 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 175, + 357 + ], + [ + 176, + 358 + ], + [ + 177, + 359 + ], + [ + 178, + 360 + ], + [ + 179, + 361 + ], + [ + 180, + 362 + ], + [ + 181, + 363 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 156, + 276 + ], + [ + 157, + 277 + ], + [ + 158, + 278 + ], + [ + 159, + 279 + ], + [ + 160, + 280 + ], + [ + 161, + 280 + ], + [ + 162, + 280 + ], + [ + 163, + 280 + ], + [ + 163, + 281 + ], + [ + 164, + 281 + ], + [ + 165, + 281 + ], + [ + 165, + 282 + ], + [ + 164, + 282 + ], + [ + 163, + 282 + ], + [ + 164, + 283 + ], + [ + 165, + 284 + ], + [ + 166, + 285 + ], + [ + 167, + 286 + ], + [ + 168, + 286 + ], + [ + 169, + 287 + ], + [ + 170, + 287 + ], + [ + 171, + 288 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 234, + 266 + ], + [ + 233, + 267 + ], + [ + 232, + 267 + ], + [ + 232, + 268 + ], + [ + 231, + 267 + ], + [ + 231, + 268 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 136, + 316 + ], + [ + 137, + 315 + ], + [ + 138, + 314 + ], + [ + 139, + 313 + ], + [ + 140, + 314 + ], + [ + 141, + 315 + ], + [ + 142, + 316 + ], + [ + 143, + 317 + ], + [ + 144, + 318 + ], + [ + 144, + 319 + ], + [ + 145, + 319 + ], + [ + 144, + 320 + ], + [ + 144, + 321 + ], + [ + 145, + 321 + ], + [ + 145, + 322 + ], + [ + 145, + 323 + ], + [ + 146, + 322 + ], + [ + 146, + 323 + ], + [ + 147, + 324 + ], + [ + 146, + 325 + ], + [ + 147, + 326 + ], + [ + 148, + 327 + ], + [ + 149, + 328 + ], + [ + 150, + 329 + ], + [ + 151, + 330 + ], + [ + 152, + 331 + ], + [ + 153, + 332 + ], + [ + 154, + 333 + ], + [ + 155, + 333 + ], + [ + 156, + 334 + ], + [ + 157, + 335 + ], + [ + 158, + 336 + ], + [ + 158, + 337 + ], + [ + 159, + 338 + ], + [ + 160, + 339 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 124, + 394 + ], + [ + 125, + 393 + ], + [ + 126, + 392 + ], + [ + 127, + 391 + ], + [ + 127, + 390 + ], + [ + 127, + 389 + ], + [ + 126, + 388 + ], + [ + 126, + 387 + ], + [ + 126, + 386 + ], + [ + 125, + 385 + ], + [ + 125, + 384 + ], + [ + 125, + 383 + ], + [ + 124, + 382 + ], + [ + 125, + 381 + ], + [ + 125, + 380 + ], + [ + 124, + 379 + ], + [ + 124, + 378 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 143, + 362 + ], + [ + 143, + 361 + ], + [ + 144, + 362 + ], + [ + 145, + 361 + ], + [ + 146, + 360 + ], + [ + 147, + 359 + ], + [ + 148, + 358 + ], + [ + 149, + 359 + ], + [ + 150, + 358 + ], + [ + 151, + 357 + ], + [ + 152, + 356 + ], + [ + 153, + 355 + ], + [ + 154, + 354 + ], + [ + 155, + 354 + ], + [ + 156, + 355 + ], + [ + 157, + 356 + ], + [ + 158, + 355 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 161, + 236 + ], + "area_fraction": 0.5972 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 490 + ], + "peak": [ + 33, + 507 + ], + "area_cells": 1048 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 354 + ], + "peak": [ + 29, + 345 + ], + "area_cells": 2521 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 63 + ], + "peak": [ + 33, + 1 + ], + "area_cells": 4631 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 443 + ], + "peak": [ + 16, + 441 + ], + "area_cells": 99 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 350 + ], + "peak": [ + 109, + 352 + ], + "area_cells": 172 + }, + { + "id": "range_6", + "name": null, + "center": [ + 137, + 334 + ], + "peak": [ + 140, + 334 + ], + "area_cells": 523 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bd/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/globe.png new file mode 100644 index 000000000..0c9570bbb Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bd/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/heightmap.png new file mode 100644 index 000000000..d3198f842 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bd/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/index.md new file mode 100644 index 000000000..3cea8ab88 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ66Bd +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2881205707 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.589 + period_days: 820.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.56 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.962 + polar_ice_lat: 0.433 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Bd + +Cold Arid planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 820 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bd/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/markers.json new file mode 100644 index 000000000..54e87eda2 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bd/markers.json @@ -0,0 +1,1018 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 93, + 74 + ], + [ + 92, + 73 + ], + [ + 91, + 72 + ], + [ + 90, + 71 + ], + [ + 89, + 70 + ], + [ + 88, + 70 + ], + [ + 87, + 70 + ], + [ + 86, + 71 + ], + [ + 85, + 72 + ], + [ + 84, + 71 + ], + [ + 83, + 71 + ], + [ + 82, + 70 + ], + [ + 82, + 69 + ], + [ + 81, + 69 + ], + [ + 80, + 69 + ], + [ + 79, + 68 + ], + [ + 78, + 67 + ], + [ + 77, + 68 + ], + [ + 76, + 67 + ], + [ + 76, + 68 + ], + [ + 76, + 69 + ], + [ + 75, + 69 + ], + [ + 75, + 70 + ], + [ + 74, + 70 + ], + [ + 73, + 70 + ], + [ + 72, + 70 + ], + [ + 73, + 71 + ], + [ + 73, + 72 + ], + [ + 72, + 73 + ], + [ + 71, + 73 + ], + [ + 70, + 72 + ], + [ + 69, + 72 + ], + [ + 68, + 71 + ], + [ + 67, + 71 + ], + [ + 66, + 72 + ], + [ + 65, + 71 + ], + [ + 64, + 72 + ], + [ + 63, + 72 + ], + [ + 62, + 71 + ], + [ + 62, + 72 + ], + [ + 61, + 71 + ], + [ + 60, + 70 + ], + [ + 59, + 70 + ], + [ + 59, + 69 + ], + [ + 58, + 68 + ], + [ + 57, + 67 + ], + [ + 56, + 67 + ], + [ + 55, + 67 + ], + [ + 54, + 66 + ], + [ + 53, + 65 + ], + [ + 52, + 64 + ], + [ + 52, + 65 + ], + [ + 51, + 65 + ], + [ + 50, + 64 + ], + [ + 50, + 63 + ], + [ + 50, + 62 + ], + [ + 51, + 61 + ], + [ + 50, + 60 + ], + [ + 49, + 59 + ], + [ + 48, + 60 + ], + [ + 49, + 60 + ], + [ + 50, + 59 + ], + [ + 50, + 58 + ], + [ + 50, + 57 + ], + [ + 49, + 56 + ], + [ + 49, + 55 + ], + [ + 50, + 55 + ], + [ + 51, + 54 + ], + [ + 50, + 54 + ], + [ + 49, + 53 + ], + [ + 50, + 53 + ], + [ + 49, + 54 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 64, + 403 + ], + [ + 63, + 402 + ], + [ + 62, + 401 + ], + [ + 61, + 402 + ], + [ + 60, + 403 + ], + [ + 59, + 402 + ], + [ + 58, + 401 + ], + [ + 57, + 401 + ], + [ + 56, + 402 + ], + [ + 55, + 402 + ], + [ + 54, + 402 + ], + [ + 53, + 401 + ], + [ + 52, + 402 + ], + [ + 51, + 403 + ], + [ + 50, + 403 + ], + [ + 49, + 402 + ], + [ + 48, + 401 + ], + [ + 48, + 402 + ], + [ + 47, + 402 + ], + [ + 46, + 401 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 42, + 71 + ], + [ + 43, + 72 + ], + [ + 44, + 73 + ], + [ + 45, + 73 + ], + [ + 46, + 73 + ], + [ + 47, + 72 + ], + [ + 48, + 72 + ], + [ + 49, + 71 + ], + [ + 49, + 70 + ], + [ + 50, + 69 + ], + [ + 49, + 68 + ], + [ + 50, + 67 + ], + [ + 50, + 66 + ], + [ + 50, + 65 + ], + [ + 49, + 64 + ], + [ + 50, + 63 + ], + [ + 49, + 62 + ], + [ + 49, + 63 + ], + [ + 50, + 64 + ], + [ + 51, + 65 + ], + [ + 52, + 64 + ], + [ + 51, + 63 + ], + [ + 52, + 63 + ], + [ + 51, + 62 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 37, + 86 + ], + [ + 38, + 85 + ], + [ + 39, + 84 + ], + [ + 40, + 83 + ], + [ + 41, + 82 + ], + [ + 41, + 81 + ], + [ + 42, + 81 + ], + [ + 42, + 80 + ], + [ + 42, + 79 + ], + [ + 43, + 79 + ], + [ + 44, + 79 + ], + [ + 45, + 79 + ], + [ + 44, + 80 + ], + [ + 43, + 80 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 11, + 122 + ], + [ + 12, + 123 + ], + [ + 13, + 124 + ], + [ + 14, + 125 + ], + [ + 13, + 126 + ], + [ + 13, + 127 + ], + [ + 14, + 126 + ], + [ + 15, + 125 + ], + [ + 14, + 124 + ], + [ + 15, + 124 + ], + [ + 15, + 123 + ], + [ + 15, + 122 + ], + [ + 16, + 121 + ], + [ + 17, + 120 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 53, + 468 + ], + [ + 54, + 469 + ], + [ + 55, + 470 + ], + [ + 56, + 471 + ], + [ + 57, + 472 + ], + [ + 57, + 473 + ], + [ + 56, + 474 + ], + [ + 55, + 475 + ], + [ + 54, + 476 + ], + [ + 55, + 477 + ], + [ + 54, + 478 + ], + [ + 55, + 479 + ], + [ + 54, + 480 + ], + [ + 55, + 481 + ], + [ + 56, + 482 + ], + [ + 56, + 483 + ], + [ + 57, + 484 + ], + [ + 57, + 485 + ], + [ + 57, + 486 + ], + [ + 58, + 487 + ], + [ + 59, + 488 + ], + [ + 58, + 489 + ], + [ + 59, + 490 + ], + [ + 58, + 490 + ], + [ + 58, + 491 + ], + [ + 59, + 491 + ], + [ + 59, + 492 + ], + [ + 58, + 492 + ], + [ + 57, + 491 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 49, + 146 + ], + [ + 48, + 147 + ], + [ + 47, + 147 + ], + [ + 46, + 147 + ], + [ + 45, + 148 + ], + [ + 44, + 148 + ], + [ + 43, + 149 + ], + [ + 42, + 149 + ], + [ + 41, + 150 + ], + [ + 40, + 149 + ], + [ + 39, + 150 + ], + [ + 38, + 151 + ], + [ + 37, + 150 + ], + [ + 36, + 151 + ], + [ + 35, + 150 + ], + [ + 34, + 150 + ], + [ + 33, + 150 + ], + [ + 33, + 151 + ], + [ + 32, + 150 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 23, + 106 + ], + [ + 24, + 105 + ], + [ + 24, + 104 + ], + [ + 25, + 103 + ], + [ + 26, + 102 + ], + [ + 27, + 101 + ], + [ + 28, + 100 + ], + [ + 28, + 99 + ], + [ + 29, + 98 + ], + [ + 30, + 97 + ], + [ + 31, + 97 + ], + [ + 32, + 98 + ], + [ + 33, + 98 + ], + [ + 34, + 97 + ], + [ + 35, + 97 + ], + [ + 36, + 98 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 57, + 89 + ], + [ + 56, + 90 + ], + [ + 55, + 91 + ], + [ + 54, + 92 + ], + [ + 53, + 93 + ], + [ + 52, + 94 + ], + [ + 51, + 95 + ], + [ + 50, + 96 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 7, + 436 + ], + [ + 7, + 435 + ], + [ + 6, + 434 + ], + [ + 6, + 433 + ], + [ + 5, + 433 + ], + [ + 5, + 434 + ], + [ + 4, + 434 + ], + [ + 3, + 433 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 27 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 18, + 470 + ], + "area_fraction": 0.021 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 102, + 341 + ], + "peak": [ + 104, + 338 + ], + "area_cells": 300 + }, + { + "id": "range_4", + "name": null, + "center": [ + 163, + 277 + ], + "peak": [ + 173, + 242 + ], + "area_cells": 35949 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/globe.png new file mode 100644 index 000000000..a98efb952 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/heightmap.png new file mode 100644 index 000000000..4c66f5fc8 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/index.md new file mode 100644 index 000000000..b342ac905 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ66Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3341522469 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 57.2 +physical: + gravity_g: 0.1 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Be-m1 + +Frozen moon. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/markers.json new file mode 100644 index 000000000..2ad228c3b --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Be-m1/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 243, + 360 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 85 + ], + "peak": [ + 31, + 45 + ], + "area_cells": 7614 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 380 + ], + "peak": [ + 35, + 391 + ], + "area_cells": 13038 + }, + { + "id": "range_6", + "name": null, + "center": [ + 38, + 222 + ], + "peak": [ + 39, + 222 + ], + "area_cells": 38 + }, + { + "id": "range_11", + "name": null, + "center": [ + 77, + 12 + ], + "peak": [ + 78, + 13 + ], + "area_cells": 202 + }, + { + "id": "range_12", + "name": null, + "center": [ + 77, + 500 + ], + "peak": [ + 76, + 497 + ], + "area_cells": 137 + }, + { + "id": "range_15", + "name": null, + "center": [ + 213, + 75 + ], + "peak": [ + 213, + 76 + ], + "area_cells": 56 + }, + { + "id": "range_16", + "name": null, + "center": [ + 215, + 65 + ], + "peak": [ + 214, + 65 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Be/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Be/globe.png new file mode 100644 index 000000000..7c82f87f2 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Be/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Be/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Be/index.md new file mode 100644 index 000000000..9502683e2 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ66Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1992648261 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.428 + period_days: 2600.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: null + oblateness: 0.0876 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.159 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.077 +--- + +# GJ66Be + +Gas giant. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bf/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/globe.png new file mode 100644 index 000000000..90a7ba9b7 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bf/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/heightmap.png new file mode 100644 index 000000000..d93a92bbf Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bf/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/index.md new file mode 100644 index 000000000..abd16e260 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3929195287 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.508 + period_days: 6800.0 + axial_tilt_deg: 20.3 +physical: + gravity_g: 0.44 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.768 + polar_ice_lat: 0.101 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Bf + +Frozen planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bf/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/markers.json new file mode 100644 index 000000000..80e2f18fc --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bf/markers.json @@ -0,0 +1,257 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 30, + 163 + ], + "area_fraction": 0.1203 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 22, + 382 + ], + "area_fraction": 0.0343 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 29, + 496 + ], + "area_fraction": 0.006 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 129, + 185 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 162, + 318 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 195, + 50 + ], + "area_fraction": 0.0183 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 166, + 457 + ], + "peak": [ + 254, + 480 + ], + "area_cells": 12101 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 2 + ], + "peak": [ + 83, + 0 + ], + "area_cells": 48 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 29 + ], + "peak": [ + 99, + 33 + ], + "area_cells": 1177 + }, + { + "id": "range_6", + "name": null, + "center": [ + 96, + 505 + ], + "peak": [ + 87, + 506 + ], + "area_cells": 384 + }, + { + "id": "range_7", + "name": null, + "center": [ + 137, + 97 + ], + "peak": [ + 131, + 110 + ], + "area_cells": 1214 + }, + { + "id": "range_8", + "name": null, + "center": [ + 127, + 259 + ], + "peak": [ + 131, + 262 + ], + "area_cells": 353 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 508 + ], + "peak": [ + 142, + 510 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 148, + 20 + ], + "peak": [ + 151, + 27 + ], + "area_cells": 166 + }, + { + "id": "range_13", + "name": null, + "center": [ + 159, + 1 + ], + "peak": [ + 160, + 0 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 510 + ], + "peak": [ + 162, + 511 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 180, + 260 + ], + "peak": [ + 183, + 264 + ], + "area_cells": 344 + }, + { + "id": "range_17", + "name": null, + "center": [ + 234, + 130 + ], + "peak": [ + 241, + 128 + ], + "area_cells": 1023 + }, + { + "id": "range_18", + "name": null, + "center": [ + 245, + 36 + ], + "peak": [ + 255, + 38 + ], + "area_cells": 1546 + }, + { + "id": "range_19", + "name": null, + "center": [ + 249, + 177 + ], + "peak": [ + 255, + 169 + ], + "area_cells": 338 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bg/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/globe.png new file mode 100644 index 000000000..749daef9b Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bg/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/heightmap.png new file mode 100644 index 000000000..7880f9187 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bg/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/index.md new file mode 100644 index 000000000..79d191d98 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 467046558 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.93 + period_days: 14800.0 + axial_tilt_deg: 34.2 +physical: + gravity_g: 0.35 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.207 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Bg + +Frozen planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 14800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bg/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/markers.json new file mode 100644 index 000000000..ffd35c3c0 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bg/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 35, + 49 + ], + "area_fraction": 0.0537 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 46, + 324 + ], + "area_fraction": 0.1333 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 19, + 486 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 198, + 465 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 237, + 29 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 89 + ], + "peak": [ + 106, + 89 + ], + "area_cells": 32 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 225 + ], + "peak": [ + 134, + 274 + ], + "area_cells": 21015 + }, + { + "id": "range_3", + "name": null, + "center": [ + 145, + 494 + ], + "peak": [ + 153, + 491 + ], + "area_cells": 621 + }, + { + "id": "range_7", + "name": null, + "center": [ + 204, + 56 + ], + "peak": [ + 205, + 57 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 250, + 311 + ], + "peak": [ + 255, + 321 + ], + "area_cells": 203 + }, + { + "id": "range_11", + "name": null, + "center": [ + 252, + 451 + ], + "peak": [ + 255, + 456 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bh/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/globe.png new file mode 100644 index 000000000..774e46206 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bh/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/heightmap.png new file mode 100644 index 000000000..d0366287d Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bh/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/index.md new file mode 100644 index 000000000..d764615c2 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 756943424 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 17.506 + period_days: 30000.0 + axial_tilt_deg: 44.4 +physical: + gravity_g: 0.27 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.229 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Bh + +Frozen planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 30000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bh/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/markers.json new file mode 100644 index 000000000..8af719086 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bh/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 40, + 11 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 61, + 347 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 75, + 43 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 213, + 241 + ], + "area_fraction": 0.1004 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 231, + 467 + ], + "area_fraction": 0.0243 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 89 + ], + "peak": [ + 7, + 92 + ], + "area_cells": 204 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 442 + ], + "peak": [ + 55, + 442 + ], + "area_cells": 60 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 151 + ], + "peak": [ + 62, + 151 + ], + "area_cells": 64 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 253 + ], + "peak": [ + 78, + 265 + ], + "area_cells": 1612 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 149 + ], + "peak": [ + 129, + 158 + ], + "area_cells": 4560 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 476 + ], + "peak": [ + 83, + 479 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 139, + 495 + ], + "peak": [ + 143, + 511 + ], + "area_cells": 2649 + }, + { + "id": "range_9", + "name": null, + "center": [ + 122, + 319 + ], + "peak": [ + 122, + 305 + ], + "area_cells": 1292 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 25 + ], + "peak": [ + 145, + 4 + ], + "area_cells": 2496 + }, + { + "id": "range_12", + "name": null, + "center": [ + 119, + 215 + ], + "peak": [ + 123, + 216 + ], + "area_cells": 199 + }, + { + "id": "range_14", + "name": null, + "center": [ + 190, + 0 + ], + "peak": [ + 190, + 0 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bi/globe.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/globe.png new file mode 100644 index 000000000..a119a7b3e Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/globe.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bi/heightmap.png b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/heightmap.png new file mode 100644 index 000000000..629dd2583 Binary files /dev/null and b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bi/index.md b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/index.md new file mode 100644 index 000000000..f6daf70c2 --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ66Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 346038409 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 26.54 + period_days: 56000.0 + axial_tilt_deg: 58.2 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.1 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ66Bi + +Frozen planet. + +**System:** [GJ-66B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 56000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-66B/bodies/GJ66Bi/markers.json b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/markers.json new file mode 100644 index 000000000..2980ae0de --- /dev/null +++ b/wiki/star-systems/GJ-66B/bodies/GJ66Bi/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 141 + ], + "area_fraction": 0.0333 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 421 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 41, + 494 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 191, + 464 + ], + "area_fraction": 0.0617 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 184, + 27 + ], + "area_fraction": 0.0387 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 95, + 462 + ], + "peak": [ + 97, + 477 + ], + "area_cells": 2836 + }, + { + "id": "range_2", + "name": null, + "center": [ + 84, + 351 + ], + "peak": [ + 84, + 352 + ], + "area_cells": 191 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 28 + ], + "peak": [ + 90, + 28 + ], + "area_cells": 47 + }, + { + "id": "range_8", + "name": null, + "center": [ + 96, + 84 + ], + "peak": [ + 98, + 83 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 102, + 230 + ], + "peak": [ + 105, + 228 + ], + "area_cells": 221 + }, + { + "id": "range_10", + "name": null, + "center": [ + 104, + 1 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 149, + 310 + ], + "peak": [ + 149, + 311 + ], + "area_cells": 60 + }, + { + "id": "range_14", + "name": null, + "center": [ + 186, + 345 + ], + "peak": [ + 187, + 345 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 198, + 203 + ], + "peak": [ + 200, + 202 + ], + "area_cells": 28 + }, + { + "id": "range_16", + "name": null, + "center": [ + 204, + 225 + ], + "peak": [ + 202, + 224 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ67b/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67b/globe.png new file mode 100644 index 000000000..30a7cd6a2 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67b/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67b/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67b/heightmap.png new file mode 100644 index 000000000..00486ab32 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67b/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67b/index.md b/wiki/star-systems/GJ-67/bodies/GJ67b/index.md new file mode 100644 index 000000000..553391ef3 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3455435348 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.345 + period_days: 74.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.58 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.886 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67b + +Barren planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Land** | 97% | +| **Year** | 74 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67b/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67b/markers.json new file mode 100644 index 000000000..14b4f5930 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67b/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 32, + 222 + ], + "peak": [ + 32, + 222 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 266 + ], + "peak": [ + 51, + 266 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 237 + ], + "peak": [ + 55, + 239 + ], + "area_cells": 54 + }, + { + "id": "range_7", + "name": null, + "center": [ + 59, + 199 + ], + "peak": [ + 57, + 200 + ], + "area_cells": 29 + }, + { + "id": "range_9", + "name": null, + "center": [ + 122, + 464 + ], + "peak": [ + 121, + 465 + ], + "area_cells": 175 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 388 + ], + "peak": [ + 132, + 389 + ], + "area_cells": 526 + }, + { + "id": "range_11", + "name": null, + "center": [ + 176, + 419 + ], + "peak": [ + 185, + 498 + ], + "area_cells": 9766 + }, + { + "id": "range_12", + "name": null, + "center": [ + 128, + 300 + ], + "peak": [ + 131, + 298 + ], + "area_cells": 85 + }, + { + "id": "range_15", + "name": null, + "center": [ + 195, + 74 + ], + "peak": [ + 181, + 23 + ], + "area_cells": 8162 + }, + { + "id": "range_16", + "name": null, + "center": [ + 143, + 106 + ], + "peak": [ + 148, + 105 + ], + "area_cells": 186 + }, + { + "id": "range_17", + "name": null, + "center": [ + 164, + 194 + ], + "peak": [ + 159, + 174 + ], + "area_cells": 962 + }, + { + "id": "range_18", + "name": null, + "center": [ + 164, + 250 + ], + "peak": [ + 155, + 251 + ], + "area_cells": 258 + }, + { + "id": "range_19", + "name": null, + "center": [ + 155, + 74 + ], + "peak": [ + 154, + 75 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 200, + 306 + ], + "peak": [ + 197, + 306 + ], + "area_cells": 220 + }, + { + "id": "range_22", + "name": null, + "center": [ + 219, + 321 + ], + "peak": [ + 219, + 322 + ], + "area_cells": 60 + }, + { + "id": "range_24", + "name": null, + "center": [ + 231, + 468 + ], + "peak": [ + 229, + 468 + ], + "area_cells": 29 + }, + { + "id": "range_30", + "name": null, + "center": [ + 234, + 333 + ], + "peak": [ + 234, + 334 + ], + "area_cells": 30 + }, + { + "id": "range_40", + "name": null, + "center": [ + 252, + 2 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 35 + }, + { + "id": "range_42", + "name": null, + "center": [ + 253, + 504 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67c/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67c/globe.png new file mode 100644 index 000000000..1eb9e4544 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67c/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67c/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67c/heightmap.png new file mode 100644 index 000000000..11e311408 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67c/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67c/index.md b/wiki/star-systems/GJ-67/bodies/GJ67c/index.md new file mode 100644 index 000000000..e2e2c3fdc --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ67c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1981840394 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.577 + period_days: 160.0 + axial_tilt_deg: 12.8 +physical: + gravity_g: 0.85 + oblateness: 0.004 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.922 + polar_ice_lat: 0.935 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67c + +Hot Arid planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.85g | +| **Atmosphere** | thick | +| **Land** | 92% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67c/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67c/markers.json new file mode 100644 index 000000000..48e4ce149 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67c/markers.json @@ -0,0 +1,865 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 148, + 155 + ], + [ + 149, + 155 + ], + [ + 150, + 154 + ], + [ + 151, + 154 + ], + [ + 152, + 155 + ], + [ + 153, + 155 + ], + [ + 154, + 156 + ], + [ + 155, + 156 + ], + [ + 156, + 157 + ], + [ + 155, + 157 + ], + [ + 156, + 156 + ], + [ + 157, + 157 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 111, + 444 + ], + [ + 110, + 444 + ], + [ + 109, + 443 + ], + [ + 108, + 443 + ], + [ + 107, + 442 + ], + [ + 106, + 443 + ], + [ + 105, + 444 + ], + [ + 104, + 445 + ], + [ + 103, + 446 + ], + [ + 102, + 447 + ], + [ + 101, + 447 + ], + [ + 100, + 447 + ], + [ + 99, + 447 + ], + [ + 99, + 448 + ], + [ + 98, + 447 + ], + [ + 98, + 448 + ], + [ + 99, + 449 + ], + [ + 98, + 449 + ], + [ + 97, + 449 + ], + [ + 97, + 448 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 155, + 296 + ], + [ + 154, + 297 + ], + [ + 153, + 298 + ], + [ + 152, + 298 + ], + [ + 151, + 298 + ], + [ + 150, + 299 + ], + [ + 149, + 299 + ], + [ + 149, + 300 + ], + [ + 148, + 300 + ], + [ + 148, + 301 + ], + [ + 147, + 301 + ], + [ + 148, + 302 + ], + [ + 147, + 302 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 124, + 426 + ], + [ + 125, + 426 + ], + [ + 126, + 427 + ], + [ + 127, + 428 + ], + [ + 128, + 429 + ], + [ + 129, + 430 + ], + [ + 130, + 430 + ], + [ + 131, + 430 + ], + [ + 132, + 431 + ], + [ + 133, + 431 + ], + [ + 134, + 431 + ], + [ + 135, + 432 + ], + [ + 136, + 433 + ], + [ + 137, + 433 + ], + [ + 138, + 434 + ], + [ + 139, + 435 + ], + [ + 139, + 436 + ], + [ + 140, + 437 + ], + [ + 141, + 438 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 177, + 6 + ], + [ + 176, + 6 + ], + [ + 175, + 5 + ], + [ + 174, + 5 + ], + [ + 173, + 6 + ], + [ + 172, + 6 + ], + [ + 171, + 6 + ], + [ + 172, + 5 + ], + [ + 172, + 4 + ], + [ + 171, + 4 + ], + [ + 170, + 4 + ], + [ + 170, + 3 + ], + [ + 169, + 3 + ], + [ + 168, + 2 + ], + [ + 167, + 1 + ], + [ + 166, + 0 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 171, + 233 + ], + [ + 172, + 232 + ], + [ + 173, + 232 + ], + [ + 174, + 231 + ], + [ + 175, + 230 + ], + [ + 176, + 229 + ], + [ + 177, + 228 + ], + [ + 178, + 227 + ], + [ + 179, + 226 + ], + [ + 180, + 225 + ], + [ + 180, + 224 + ], + [ + 181, + 223 + ], + [ + 182, + 223 + ], + [ + 183, + 222 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 113, + 54 + ], + [ + 114, + 53 + ], + [ + 115, + 54 + ], + [ + 116, + 55 + ], + [ + 117, + 56 + ], + [ + 118, + 57 + ], + [ + 119, + 58 + ], + [ + 120, + 59 + ], + [ + 121, + 59 + ], + [ + 122, + 58 + ], + [ + 123, + 58 + ], + [ + 122, + 59 + ], + [ + 123, + 59 + ], + [ + 124, + 59 + ], + [ + 125, + 58 + ], + [ + 126, + 57 + ], + [ + 127, + 56 + ], + [ + 128, + 55 + ], + [ + 129, + 54 + ], + [ + 130, + 53 + ], + [ + 131, + 52 + ], + [ + 132, + 51 + ], + [ + 133, + 50 + ], + [ + 134, + 49 + ], + [ + 135, + 48 + ], + [ + 135, + 47 + ], + [ + 136, + 46 + ], + [ + 137, + 45 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 0, + 511 + ], + [ + 0, + 0 + ], + [ + 1, + 511 + ], + [ + 2, + 511 + ], + [ + 3, + 511 + ], + [ + 4, + 511 + ], + [ + 5, + 510 + ], + [ + 5, + 509 + ], + [ + 6, + 508 + ], + [ + 7, + 508 + ], + [ + 7, + 507 + ], + [ + 7, + 506 + ], + [ + 8, + 506 + ], + [ + 8, + 505 + ], + [ + 9, + 504 + ], + [ + 10, + 503 + ], + [ + 11, + 502 + ], + [ + 12, + 501 + ], + [ + 13, + 502 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 8, + 468 + ], + [ + 7, + 467 + ], + [ + 6, + 467 + ], + [ + 5, + 467 + ], + [ + 4, + 468 + ], + [ + 3, + 469 + ], + [ + 2, + 470 + ], + [ + 2, + 471 + ], + [ + 1, + 470 + ], + [ + 0, + 470 + ], + [ + 0, + 471 + ], + [ + 0, + 472 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 87 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 143, + 477 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 145, + 22 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 196, + 196 + ], + "area_fraction": 0.0364 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 229 + ], + "peak": [ + 59, + 162 + ], + "area_cells": 20059 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 415 + ], + "peak": [ + 9, + 421 + ], + "area_cells": 245 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 309 + ], + "peak": [ + 9, + 311 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 509 + ], + "peak": [ + 79, + 511 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 205 + ], + "peak": [ + 105, + 202 + ], + "area_cells": 108 + }, + { + "id": "range_8", + "name": null, + "center": [ + 107, + 476 + ], + "peak": [ + 108, + 475 + ], + "area_cells": 60 + }, + { + "id": "range_9", + "name": null, + "center": [ + 116, + 330 + ], + "peak": [ + 118, + 333 + ], + "area_cells": 111 + }, + { + "id": "range_10", + "name": null, + "center": [ + 135, + 358 + ], + "peak": [ + 139, + 362 + ], + "area_cells": 373 + }, + { + "id": "range_11", + "name": null, + "center": [ + 208, + 110 + ], + "peak": [ + 198, + 109 + ], + "area_cells": 2138 + }, + { + "id": "range_12", + "name": null, + "center": [ + 211, + 74 + ], + "peak": [ + 203, + 71 + ], + "area_cells": 173 + }, + { + "id": "range_13", + "name": null, + "center": [ + 222, + 332 + ], + "peak": [ + 222, + 317 + ], + "area_cells": 2166 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67d/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67d/globe.png new file mode 100644 index 000000000..7e38ca3db Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67d/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67d/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67d/heightmap.png new file mode 100644 index 000000000..c2d972325 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67d/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67d/index.md b/wiki/star-systems/GJ-67/bodies/GJ67d/index.md new file mode 100644 index 000000000..f29ab9c9c --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ67d +name: Roça Nova +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1633737569 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.953 + period_days: 340.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.92 + oblateness: 0.0013 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.475 + polar_ice_lat: 0.63 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.413 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Roça Nova + +Temperate planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 48% | +| **Year** | 340 days | +| **Inhabited** | yes | +| **Population** | 22K | +| **Economy** | agricultural | +| **Settlement** | village_network | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67d/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67d/markers.json new file mode 100644 index 000000000..e9545892a --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67d/markers.json @@ -0,0 +1,369 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 103, + 98 + ], + [ + 104, + 97 + ], + [ + 103, + 97 + ], + [ + 104, + 98 + ], + [ + 105, + 99 + ], + [ + 106, + 100 + ], + [ + 107, + 99 + ], + [ + 108, + 99 + ], + [ + 109, + 98 + ], + [ + 110, + 98 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 59, + 166 + ], + [ + 58, + 166 + ], + [ + 57, + 166 + ], + [ + 57, + 167 + ], + [ + 56, + 167 + ], + [ + 55, + 168 + ], + [ + 54, + 169 + ], + [ + 53, + 170 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 150, + 511 + ], + [ + 149, + 0 + ], + [ + 148, + 1 + ], + [ + 147, + 2 + ], + [ + 147, + 3 + ], + [ + 147, + 4 + ], + [ + 148, + 4 + ], + [ + 147, + 5 + ], + [ + 148, + 6 + ], + [ + 147, + 7 + ], + [ + 146, + 8 + ], + [ + 147, + 9 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 174, + 135 + ], + [ + 175, + 136 + ], + [ + 176, + 137 + ], + [ + 176, + 138 + ], + [ + 176, + 139 + ], + [ + 176, + 140 + ], + [ + 176, + 141 + ], + [ + 176, + 142 + ], + [ + 176, + 143 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 104, + 75 + ], + [ + 103, + 76 + ], + [ + 102, + 77 + ], + [ + 101, + 77 + ], + [ + 100, + 78 + ], + [ + 99, + 78 + ], + [ + 98, + 77 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 157, + 233 + ], + [ + 158, + 232 + ], + [ + 159, + 233 + ], + [ + 160, + 234 + ], + [ + 161, + 235 + ], + [ + 162, + 236 + ], + [ + 163, + 237 + ], + [ + 164, + 238 + ], + [ + 165, + 239 + ], + [ + 165, + 240 + ], + [ + 166, + 241 + ], + [ + 166, + 242 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 71, + 264 + ], + "area_fraction": 0.5104 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 118, + 220 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 162, + 415 + ], + "peak": [ + 162, + 413 + ], + "area_cells": 121 + }, + { + "id": "range_2", + "name": null, + "center": [ + 195, + 57 + ], + "peak": [ + 182, + 53 + ], + "area_cells": 6394 + }, + { + "id": "range_3", + "name": null, + "center": [ + 199, + 491 + ], + "peak": [ + 215, + 510 + ], + "area_cells": 1665 + }, + { + "id": "range_6", + "name": null, + "center": [ + 213, + 303 + ], + "peak": [ + 205, + 314 + ], + "area_cells": 471 + }, + { + "id": "range_7", + "name": null, + "center": [ + 218, + 394 + ], + "peak": [ + 201, + 400 + ], + "area_cells": 441 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67e/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67e/globe.png new file mode 100644 index 000000000..1a8391d6d Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67e/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67e/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67e/heightmap.png new file mode 100644 index 000000000..99a135cbe Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67e/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67e/index.md b/wiki/star-systems/GJ-67/bodies/GJ67e/index.md new file mode 100644 index 000000000..36b0d8dc0 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ67e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2472853171 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.601 + period_days: 740.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.65 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.456 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.171 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67e + +Cold Arid planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.65g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 740 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67e/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67e/markers.json new file mode 100644 index 000000000..32674c528 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67e/markers.json @@ -0,0 +1,1034 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 215, + 511 + ], + [ + 214, + 510 + ], + [ + 213, + 509 + ], + [ + 212, + 508 + ], + [ + 211, + 507 + ], + [ + 210, + 507 + ], + [ + 209, + 506 + ], + [ + 208, + 505 + ], + [ + 207, + 504 + ], + [ + 206, + 505 + ], + [ + 207, + 505 + ], + [ + 206, + 506 + ], + [ + 205, + 505 + ], + [ + 205, + 504 + ], + [ + 204, + 503 + ], + [ + 204, + 504 + ], + [ + 205, + 503 + ], + [ + 204, + 502 + ], + [ + 203, + 503 + ], + [ + 202, + 503 + ], + [ + 202, + 502 + ], + [ + 201, + 503 + ], + [ + 200, + 503 + ], + [ + 199, + 502 + ], + [ + 200, + 501 + ], + [ + 200, + 502 + ], + [ + 201, + 502 + ], + [ + 201, + 501 + ], + [ + 202, + 501 + ], + [ + 202, + 500 + ], + [ + 203, + 500 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 220 + ], + [ + 126, + 221 + ], + [ + 125, + 222 + ], + [ + 124, + 221 + ], + [ + 124, + 220 + ], + [ + 123, + 220 + ], + [ + 122, + 219 + ], + [ + 121, + 218 + ], + [ + 120, + 217 + ], + [ + 119, + 216 + ], + [ + 118, + 215 + ], + [ + 117, + 214 + ], + [ + 116, + 214 + ], + [ + 115, + 213 + ], + [ + 114, + 213 + ], + [ + 113, + 214 + ], + [ + 112, + 214 + ], + [ + 111, + 214 + ], + [ + 110, + 214 + ], + [ + 109, + 215 + ], + [ + 108, + 214 + ], + [ + 107, + 214 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 12, + 511 + ], + [ + 13, + 0 + ], + [ + 14, + 511 + ], + [ + 15, + 510 + ], + [ + 16, + 509 + ], + [ + 16, + 510 + ], + [ + 17, + 509 + ], + [ + 17, + 508 + ], + [ + 17, + 507 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 10, + 320 + ], + [ + 10, + 321 + ], + [ + 9, + 321 + ], + [ + 8, + 320 + ], + [ + 7, + 321 + ], + [ + 6, + 321 + ], + [ + 5, + 320 + ], + [ + 4, + 320 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 135, + 372 + ], + [ + 136, + 372 + ], + [ + 136, + 371 + ], + [ + 137, + 371 + ], + [ + 138, + 370 + ], + [ + 139, + 370 + ], + [ + 139, + 369 + ], + [ + 138, + 368 + ], + [ + 137, + 367 + ], + [ + 136, + 367 + ], + [ + 135, + 368 + ], + [ + 134, + 367 + ], + [ + 133, + 366 + ], + [ + 132, + 365 + ], + [ + 132, + 364 + ], + [ + 133, + 365 + ], + [ + 133, + 364 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 26, + 261 + ], + [ + 27, + 260 + ], + [ + 28, + 261 + ], + [ + 29, + 262 + ], + [ + 29, + 263 + ], + [ + 30, + 263 + ], + [ + 30, + 262 + ], + [ + 31, + 261 + ], + [ + 32, + 260 + ], + [ + 31, + 259 + ], + [ + 31, + 258 + ], + [ + 30, + 257 + ], + [ + 31, + 256 + ], + [ + 32, + 255 + ], + [ + 33, + 254 + ], + [ + 34, + 253 + ], + [ + 35, + 252 + ], + [ + 36, + 251 + ], + [ + 37, + 250 + ], + [ + 38, + 249 + ], + [ + 39, + 248 + ], + [ + 40, + 247 + ], + [ + 41, + 248 + ], + [ + 42, + 247 + ], + [ + 43, + 248 + ], + [ + 44, + 248 + ], + [ + 45, + 247 + ], + [ + 46, + 248 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 130, + 123 + ], + [ + 129, + 122 + ], + [ + 128, + 121 + ], + [ + 127, + 120 + ], + [ + 126, + 119 + ], + [ + 125, + 118 + ], + [ + 124, + 117 + ], + [ + 123, + 116 + ], + [ + 122, + 115 + ], + [ + 122, + 114 + ], + [ + 121, + 113 + ], + [ + 120, + 112 + ], + [ + 120, + 111 + ], + [ + 120, + 110 + ], + [ + 121, + 109 + ], + [ + 122, + 108 + ], + [ + 122, + 107 + ], + [ + 122, + 106 + ], + [ + 123, + 105 + ], + [ + 124, + 104 + ], + [ + 125, + 103 + ], + [ + 126, + 103 + ], + [ + 127, + 104 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 32, + 221 + ], + [ + 31, + 222 + ], + [ + 31, + 223 + ], + [ + 30, + 224 + ], + [ + 31, + 225 + ], + [ + 31, + 226 + ], + [ + 32, + 227 + ], + [ + 31, + 227 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 201, + 511 + ], + [ + 200, + 510 + ], + [ + 201, + 509 + ], + [ + 201, + 508 + ], + [ + 200, + 507 + ], + [ + 199, + 506 + ], + [ + 198, + 507 + ], + [ + 197, + 506 + ], + [ + 198, + 505 + ], + [ + 197, + 504 + ], + [ + 196, + 503 + ], + [ + 197, + 502 + ], + [ + 198, + 501 + ], + [ + 198, + 500 + ], + [ + 197, + 500 + ], + [ + 198, + 499 + ], + [ + 199, + 500 + ], + [ + 199, + 501 + ], + [ + 198, + 502 + ], + [ + 197, + 501 + ], + [ + 196, + 502 + ], + [ + 195, + 502 + ], + [ + 196, + 501 + ], + [ + 196, + 500 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 60, + 486 + ], + [ + 59, + 487 + ], + [ + 58, + 488 + ], + [ + 57, + 489 + ], + [ + 56, + 489 + ], + [ + 55, + 488 + ], + [ + 55, + 489 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 12, + 307 + ], + [ + 11, + 307 + ], + [ + 10, + 308 + ], + [ + 9, + 308 + ], + [ + 8, + 308 + ], + [ + 7, + 308 + ], + [ + 6, + 308 + ], + [ + 5, + 307 + ], + [ + 4, + 308 + ], + [ + 3, + 309 + ], + [ + 2, + 310 + ], + [ + 2, + 311 + ], + [ + 1, + 312 + ], + [ + 1, + 313 + ], + [ + 2, + 314 + ], + [ + 2, + 315 + ], + [ + 3, + 316 + ], + [ + 3, + 317 + ], + [ + 4, + 317 + ], + [ + 3, + 318 + ], + [ + 4, + 318 + ], + [ + 5, + 318 + ], + [ + 6, + 317 + ], + [ + 6, + 318 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 62, + 324 + ], + [ + 63, + 325 + ], + [ + 64, + 324 + ], + [ + 64, + 323 + ], + [ + 64, + 322 + ], + [ + 65, + 321 + ], + [ + 65, + 320 + ], + [ + 66, + 319 + ], + [ + 66, + 318 + ], + [ + 66, + 317 + ], + [ + 67, + 316 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 59 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 56, + 267 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 460 + ], + "peak": [ + 90, + 472 + ], + "area_cells": 8301 + }, + { + "id": "range_2", + "name": null, + "center": [ + 148, + 52 + ], + "peak": [ + 156, + 83 + ], + "area_cells": 5208 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 124 + ], + "peak": [ + 106, + 117 + ], + "area_cells": 1103 + }, + { + "id": "range_5", + "name": null, + "center": [ + 170, + 291 + ], + "peak": [ + 172, + 285 + ], + "area_cells": 13682 + }, + { + "id": "range_6", + "name": null, + "center": [ + 160, + 152 + ], + "peak": [ + 162, + 157 + ], + "area_cells": 200 + }, + { + "id": "range_7", + "name": null, + "center": [ + 165, + 183 + ], + "peak": [ + 166, + 184 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m1/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/globe.png new file mode 100644 index 000000000..3210be443 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m1/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/heightmap.png new file mode 100644 index 000000000..6013c1996 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m1/index.md b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/index.md new file mode 100644 index 000000000..75c7f18a6 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1768677043 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.085 + period_days: 9.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.14 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.146 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.227 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67f-m1 + +Frozen moon. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 99% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m1/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/markers.json new file mode 100644 index 000000000..5f395cc29 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67f-m1/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 26 + ], + "peak": [ + 25, + 35 + ], + "area_cells": 1623 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 494 + ], + "peak": [ + 15, + 503 + ], + "area_cells": 646 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 27 + ], + "peak": [ + 56, + 28 + ], + "area_cells": 33 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 11 + ], + "peak": [ + 67, + 10 + ], + "area_cells": 85 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 505 + ], + "peak": [ + 67, + 506 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 191, + 349 + ], + "peak": [ + 203, + 480 + ], + "area_cells": 25450 + }, + { + "id": "range_9", + "name": null, + "center": [ + 184, + 69 + ], + "peak": [ + 159, + 0 + ], + "area_cells": 5521 + }, + { + "id": "range_12", + "name": null, + "center": [ + 238, + 90 + ], + "peak": [ + 241, + 98 + ], + "area_cells": 247 + }, + { + "id": "range_13", + "name": null, + "center": [ + 234, + 354 + ], + "peak": [ + 234, + 357 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m2/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/globe.png new file mode 100644 index 000000000..ceb9c03b5 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m2/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/heightmap.png new file mode 100644 index 000000000..9f4596ff5 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m2/index.md b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/index.md new file mode 100644 index 000000000..26b59f46e --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 91709886 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.134 + period_days: 18.0 + axial_tilt_deg: 9.5 +physical: + gravity_g: 0.09 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.95 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67f-m2 + +Barren moon. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 93% | +| **Orbit** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f-m2/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/markers.json new file mode 100644 index 000000000..bb4534456 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67f-m2/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 12, + 370 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 25, + 396 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 9, + 490 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 26, + 125 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 86 + ], + "peak": [ + 81, + 85 + ], + "area_cells": 232 + }, + { + "id": "range_2", + "name": null, + "center": [ + 74, + 220 + ], + "peak": [ + 74, + 220 + ], + "area_cells": 40 + }, + { + "id": "range_3", + "name": null, + "center": [ + 88, + 241 + ], + "peak": [ + 86, + 244 + ], + "area_cells": 323 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 255 + ], + "peak": [ + 126, + 262 + ], + "area_cells": 2625 + }, + { + "id": "range_6", + "name": null, + "center": [ + 154, + 88 + ], + "peak": [ + 175, + 30 + ], + "area_cells": 7926 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 72 + ], + "peak": [ + 93, + 72 + ], + "area_cells": 65 + }, + { + "id": "range_8", + "name": null, + "center": [ + 135, + 488 + ], + "peak": [ + 147, + 511 + ], + "area_cells": 1773 + }, + { + "id": "range_10", + "name": null, + "center": [ + 125, + 445 + ], + "peak": [ + 124, + 445 + ], + "area_cells": 67 + }, + { + "id": "range_11", + "name": null, + "center": [ + 141, + 203 + ], + "peak": [ + 140, + 220 + ], + "area_cells": 365 + }, + { + "id": "range_14", + "name": null, + "center": [ + 185, + 466 + ], + "peak": [ + 191, + 470 + ], + "area_cells": 180 + }, + { + "id": "range_15", + "name": null, + "center": [ + 187, + 196 + ], + "peak": [ + 187, + 197 + ], + "area_cells": 54 + }, + { + "id": "range_17", + "name": null, + "center": [ + 192, + 439 + ], + "peak": [ + 189, + 440 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67f/globe.png new file mode 100644 index 000000000..8243ead0c Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67f/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67f/index.md b/wiki/star-systems/GJ-67/bodies/GJ67f/index.md new file mode 100644 index 000000000..d571eff95 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ67f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1038671007 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.508 + period_days: 2400.0 + axial_tilt_deg: 16.7 +physical: + gravity_g: null + oblateness: 0.0792 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.257 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.069 +--- + +# GJ67f + +Gas giant. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67g/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67g/globe.png new file mode 100644 index 000000000..bb1754fd3 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67g/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67g/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67g/heightmap.png new file mode 100644 index 000000000..5be9c88a9 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67g/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67g/index.md b/wiki/star-systems/GJ-67/bodies/GJ67g/index.md new file mode 100644 index 000000000..7a46dcffa --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4185858234 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 6.172 + period_days: 5600.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.52 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.246 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67g + +Frozen planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Land** | 93% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67g/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67g/markers.json new file mode 100644 index 000000000..042ade88f --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67g/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 195, + 135 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 217, + 35 + ], + "area_fraction": 0.023 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 208, + 178 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 210, + 234 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 212, + 497 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 274 + ], + "peak": [ + 54, + 451 + ], + "area_cells": 42956 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 3 + ], + "peak": [ + 34, + 0 + ], + "area_cells": 48 + }, + { + "id": "range_5", + "name": null, + "center": [ + 152, + 395 + ], + "peak": [ + 153, + 395 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67h/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67h/globe.png new file mode 100644 index 000000000..12cd96c22 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67h/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67h/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67h/heightmap.png new file mode 100644 index 000000000..9674bee6a Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67h/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67h/index.md b/wiki/star-systems/GJ-67/bodies/GJ67h/index.md new file mode 100644 index 000000000..b8185c27e --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4159609692 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 9.384 + period_days: 10500.0 + axial_tilt_deg: 47.6 +physical: + gravity_g: 0.41 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.158 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.239 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67h + +Frozen planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.41g | +| **Land** | 93% | +| **Year** | 10500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67h/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67h/markers.json new file mode 100644 index 000000000..8aa670a37 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67h/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 87, + 30 + ], + "area_fraction": 0.0229 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 80, + 104 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 105, + 498 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 117, + 178 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 153, + 94 + ], + "peak": [ + 161, + 75 + ], + "area_cells": 1220 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 431 + ], + "peak": [ + 148, + 430 + ], + "area_cells": 63 + }, + { + "id": "range_8", + "name": null, + "center": [ + 226, + 276 + ], + "peak": [ + 208, + 286 + ], + "area_cells": 3081 + }, + { + "id": "range_9", + "name": null, + "center": [ + 232, + 106 + ], + "peak": [ + 255, + 106 + ], + "area_cells": 3786 + }, + { + "id": "range_10", + "name": null, + "center": [ + 206, + 33 + ], + "peak": [ + 206, + 38 + ], + "area_cells": 131 + }, + { + "id": "range_11", + "name": null, + "center": [ + 234, + 459 + ], + "peak": [ + 230, + 477 + ], + "area_cells": 2974 + }, + { + "id": "range_12", + "name": null, + "center": [ + 225, + 2 + ], + "peak": [ + 226, + 0 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67i/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67i/globe.png new file mode 100644 index 000000000..07d4dd2c4 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67i/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67i/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67i/heightmap.png new file mode 100644 index 000000000..805e93904 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67i/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67i/index.md b/wiki/star-systems/GJ-67/bodies/GJ67i/index.md new file mode 100644 index 000000000..48683490e --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2995630166 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.935 + period_days: 19000.0 + axial_tilt_deg: 46.3 +physical: + gravity_g: 0.3 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.146 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67i + +Frozen planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 94% | +| **Year** | 19000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67i/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67i/markers.json new file mode 100644 index 000000000..e0abd0919 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67i/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 176, + 116 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 214, + 49 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 227, + 95 + ], + "area_fraction": 0.009 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 14 + ], + "peak": [ + 9, + 0 + ], + "area_cells": 576 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 138 + ], + "peak": [ + 2, + 119 + ], + "area_cells": 7839 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 420 + ], + "peak": [ + 27, + 436 + ], + "area_cells": 5790 + }, + { + "id": "range_6", + "name": null, + "center": [ + 16, + 42 + ], + "peak": [ + 16, + 43 + ], + "area_cells": 41 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 149 + ], + "peak": [ + 56, + 146 + ], + "area_cells": 191 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 474 + ], + "peak": [ + 91, + 472 + ], + "area_cells": 67 + }, + { + "id": "range_14", + "name": null, + "center": [ + 227, + 445 + ], + "peak": [ + 228, + 447 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 249, + 414 + ], + "peak": [ + 254, + 384 + ], + "area_cells": 1071 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-67/bodies/GJ67j/globe.png b/wiki/star-systems/GJ-67/bodies/GJ67j/globe.png new file mode 100644 index 000000000..6bdd70eed Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67j/globe.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67j/heightmap.png b/wiki/star-systems/GJ-67/bodies/GJ67j/heightmap.png new file mode 100644 index 000000000..5870d5678 Binary files /dev/null and b/wiki/star-systems/GJ-67/bodies/GJ67j/heightmap.png differ diff --git a/wiki/star-systems/GJ-67/bodies/GJ67j/index.md b/wiki/star-systems/GJ-67/bodies/GJ67j/index.md new file mode 100644 index 000000000..4754f8ebc --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67j/index.md @@ -0,0 +1,64 @@ +--- +id: GJ67j +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2527313873 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 20.741 + period_days: 34500.0 + axial_tilt_deg: 44.6 +physical: + gravity_g: 0.21 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.116 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ67j + +Frozen planet. + +**System:** [GJ-67](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 90% | +| **Year** | 34500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-67/bodies/GJ67j/markers.json b/wiki/star-systems/GJ-67/bodies/GJ67j/markers.json new file mode 100644 index 000000000..c2ca1d139 --- /dev/null +++ b/wiki/star-systems/GJ-67/bodies/GJ67j/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 102, + 434 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 116, + 122 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 164, + 169 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 196, + 457 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 233, + 103 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 244, + 31 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 108 + ], + "peak": [ + 34, + 113 + ], + "area_cells": 3218 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 74 + ], + "peak": [ + 42, + 74 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 54 + ], + "peak": [ + 66, + 69 + ], + "area_cells": 980 + }, + { + "id": "range_7", + "name": null, + "center": [ + 168, + 278 + ], + "peak": [ + 155, + 247 + ], + "area_cells": 2955 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 442 + ], + "peak": [ + 130, + 447 + ], + "area_cells": 319 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ6711b/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711b/globe.png new file mode 100644 index 000000000..0c85e3b7f Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711b/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711b/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711b/heightmap.png new file mode 100644 index 000000000..70c90bf33 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711b/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711b/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711b/index.md new file mode 100644 index 000000000..58c7c6fd1 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ6711b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1854826338 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: 0.36 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.835 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.028 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711b + +Barren planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 99% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711b/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711b/markers.json new file mode 100644 index 000000000..b00c3093b --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711b/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 238 + ], + "peak": [ + 132, + 253 + ], + "area_cells": 4626 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 296 + ], + "peak": [ + 38, + 296 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 116 + ], + "peak": [ + 47, + 116 + ], + "area_cells": 23 + }, + { + "id": "range_6", + "name": null, + "center": [ + 106, + 438 + ], + "peak": [ + 173, + 479 + ], + "area_cells": 10573 + }, + { + "id": "range_12", + "name": null, + "center": [ + 71, + 33 + ], + "peak": [ + 76, + 31 + ], + "area_cells": 196 + }, + { + "id": "range_16", + "name": null, + "center": [ + 82, + 58 + ], + "peak": [ + 82, + 58 + ], + "area_cells": 87 + }, + { + "id": "range_17", + "name": null, + "center": [ + 94, + 41 + ], + "peak": [ + 95, + 34 + ], + "area_cells": 196 + }, + { + "id": "range_19", + "name": null, + "center": [ + 101, + 133 + ], + "peak": [ + 101, + 134 + ], + "area_cells": 97 + }, + { + "id": "range_20", + "name": null, + "center": [ + 154, + 20 + ], + "peak": [ + 144, + 24 + ], + "area_cells": 2662 + }, + { + "id": "range_21", + "name": null, + "center": [ + 105, + 57 + ], + "peak": [ + 106, + 56 + ], + "area_cells": 21 + }, + { + "id": "range_23", + "name": null, + "center": [ + 116, + 102 + ], + "peak": [ + 117, + 106 + ], + "area_cells": 60 + }, + { + "id": "range_24", + "name": null, + "center": [ + 127, + 363 + ], + "peak": [ + 129, + 363 + ], + "area_cells": 243 + }, + { + "id": "range_26", + "name": null, + "center": [ + 128, + 128 + ], + "peak": [ + 130, + 132 + ], + "area_cells": 87 + }, + { + "id": "range_29", + "name": null, + "center": [ + 138, + 176 + ], + "peak": [ + 141, + 176 + ], + "area_cells": 219 + }, + { + "id": "range_30", + "name": null, + "center": [ + 135, + 207 + ], + "peak": [ + 136, + 207 + ], + "area_cells": 67 + }, + { + "id": "range_31", + "name": null, + "center": [ + 146, + 133 + ], + "peak": [ + 147, + 133 + ], + "area_cells": 87 + }, + { + "id": "range_32", + "name": null, + "center": [ + 145, + 286 + ], + "peak": [ + 147, + 287 + ], + "area_cells": 115 + }, + { + "id": "range_39", + "name": null, + "center": [ + 165, + 68 + ], + "peak": [ + 165, + 69 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711c/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711c/globe.png new file mode 100644 index 000000000..5a02500cf Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711c/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711c/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711c/heightmap.png new file mode 100644 index 000000000..dc10f034e Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711c/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711c/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711c/index.md new file mode 100644 index 000000000..a71c7961c --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ6711c +name: Dar +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1864058892 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.86 + oblateness: 0.003 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.494 + polar_ice_lat: 0.661 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.388 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Dar + +Temperate planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 49% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 400 | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711c/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711c/markers.json new file mode 100644 index 000000000..f86936167 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711c/markers.json @@ -0,0 +1,512 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 11, + 411 + ], + [ + 11, + 410 + ], + [ + 12, + 409 + ], + [ + 13, + 409 + ], + [ + 14, + 408 + ], + [ + 15, + 407 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 246, + 53 + ], + [ + 245, + 54 + ], + [ + 244, + 55 + ], + [ + 243, + 56 + ], + [ + 242, + 57 + ], + [ + 241, + 58 + ], + [ + 240, + 59 + ], + [ + 239, + 60 + ], + [ + 238, + 61 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 198, + 494 + ], + [ + 199, + 493 + ], + [ + 200, + 492 + ], + [ + 201, + 491 + ], + [ + 202, + 490 + ], + [ + 202, + 489 + ], + [ + 202, + 488 + ], + [ + 202, + 487 + ], + [ + 203, + 488 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 14, + 175 + ], + [ + 13, + 175 + ], + [ + 12, + 174 + ], + [ + 11, + 173 + ], + [ + 10, + 172 + ], + [ + 9, + 171 + ], + [ + 10, + 170 + ], + [ + 10, + 169 + ], + [ + 9, + 168 + ], + [ + 9, + 167 + ], + [ + 8, + 167 + ], + [ + 8, + 168 + ], + [ + 7, + 167 + ], + [ + 7, + 166 + ], + [ + 8, + 166 + ], + [ + 8, + 165 + ], + [ + 9, + 164 + ], + [ + 8, + 164 + ], + [ + 7, + 163 + ], + [ + 8, + 162 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 27, + 108 + ], + [ + 28, + 109 + ], + [ + 29, + 108 + ], + [ + 30, + 109 + ], + [ + 31, + 110 + ], + [ + 32, + 111 + ], + [ + 33, + 111 + ], + [ + 34, + 111 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 32, + 84 + ], + [ + 31, + 84 + ], + [ + 30, + 85 + ], + [ + 29, + 84 + ], + [ + 28, + 83 + ], + [ + 27, + 82 + ], + [ + 26, + 82 + ], + [ + 26, + 81 + ], + [ + 26, + 80 + ], + [ + 26, + 79 + ], + [ + 27, + 78 + ], + [ + 26, + 77 + ], + [ + 26, + 76 + ], + [ + 26, + 75 + ], + [ + 26, + 74 + ], + [ + 26, + 73 + ], + [ + 26, + 72 + ], + [ + 25, + 71 + ], + [ + 25, + 70 + ], + [ + 25, + 69 + ], + [ + 25, + 68 + ], + [ + 24, + 67 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 196, + 203 + ], + [ + 195, + 204 + ], + [ + 194, + 204 + ], + [ + 193, + 205 + ], + [ + 192, + 205 + ], + [ + 191, + 206 + ], + [ + 190, + 205 + ], + [ + 189, + 206 + ], + [ + 188, + 205 + ], + [ + 187, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 103, + 246 + ], + "area_fraction": 0.4748 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 222 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 195, + 447 + ], + "area_fraction": 0.008 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 230, + 50 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 143, + 237 + ], + "peak": [ + 145, + 233 + ], + "area_cells": 130 + }, + { + "id": "range_2", + "name": null, + "center": [ + 154, + 252 + ], + "peak": [ + 155, + 251 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 160, + 225 + ], + "peak": [ + 160, + 229 + ], + "area_cells": 174 + }, + { + "id": "range_4", + "name": null, + "center": [ + 221, + 376 + ], + "peak": [ + 212, + 358 + ], + "area_cells": 985 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 22 + ], + "peak": [ + 205, + 15 + ], + "area_cells": 227 + }, + { + "id": "range_6", + "name": null, + "center": [ + 226, + 211 + ], + "peak": [ + 222, + 231 + ], + "area_cells": 962 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711d/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711d/globe.png new file mode 100644 index 000000000..15dcd854b Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711d/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711d/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711d/heightmap.png new file mode 100644 index 000000000..ad93b4336 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711d/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711d/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711d/index.md new file mode 100644 index 000000000..c15b90874 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ6711d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1580125032 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.017 + period_days: 420.0 + axial_tilt_deg: 22.1 +physical: + gravity_g: 0.62 + oblateness: 0.0036 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.535 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.157 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711d + +Cold Arid planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711d/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711d/markers.json new file mode 100644 index 000000000..f98b61089 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711d/markers.json @@ -0,0 +1,801 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 147, + 232 + ], + [ + 146, + 231 + ], + [ + 145, + 231 + ], + [ + 144, + 231 + ], + [ + 143, + 231 + ], + [ + 142, + 231 + ], + [ + 141, + 230 + ], + [ + 140, + 230 + ], + [ + 139, + 229 + ], + [ + 138, + 228 + ], + [ + 137, + 227 + ], + [ + 136, + 226 + ], + [ + 135, + 226 + ], + [ + 134, + 227 + ], + [ + 133, + 226 + ], + [ + 132, + 226 + ], + [ + 131, + 226 + ], + [ + 130, + 226 + ], + [ + 129, + 227 + ], + [ + 129, + 228 + ], + [ + 130, + 227 + ], + [ + 130, + 228 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 29, + 318 + ], + [ + 30, + 317 + ], + [ + 31, + 316 + ], + [ + 32, + 315 + ], + [ + 33, + 314 + ], + [ + 34, + 313 + ], + [ + 34, + 314 + ], + [ + 35, + 314 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 105, + 164 + ], + [ + 104, + 163 + ], + [ + 104, + 162 + ], + [ + 103, + 162 + ], + [ + 102, + 161 + ], + [ + 101, + 160 + ], + [ + 100, + 159 + ], + [ + 99, + 158 + ], + [ + 98, + 157 + ], + [ + 97, + 156 + ], + [ + 96, + 156 + ], + [ + 95, + 155 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 99, + 176 + ], + [ + 100, + 177 + ], + [ + 101, + 178 + ], + [ + 102, + 179 + ], + [ + 102, + 180 + ], + [ + 102, + 181 + ], + [ + 101, + 182 + ], + [ + 100, + 183 + ], + [ + 99, + 184 + ], + [ + 98, + 185 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 100, + 418 + ], + [ + 101, + 417 + ], + [ + 102, + 416 + ], + [ + 103, + 415 + ], + [ + 104, + 414 + ], + [ + 105, + 413 + ], + [ + 106, + 412 + ], + [ + 107, + 411 + ], + [ + 107, + 410 + ], + [ + 106, + 409 + ], + [ + 106, + 408 + ], + [ + 106, + 407 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 55, + 225 + ], + [ + 54, + 226 + ], + [ + 53, + 227 + ], + [ + 52, + 228 + ], + [ + 51, + 229 + ], + [ + 50, + 230 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 18, + 131 + ], + [ + 18, + 132 + ], + [ + 18, + 133 + ], + [ + 19, + 133 + ], + [ + 19, + 134 + ], + [ + 20, + 133 + ], + [ + 21, + 133 + ], + [ + 20, + 132 + ], + [ + 21, + 131 + ], + [ + 22, + 131 + ], + [ + 21, + 132 + ], + [ + 20, + 131 + ], + [ + 19, + 130 + ], + [ + 20, + 129 + ], + [ + 21, + 128 + ], + [ + 21, + 127 + ], + [ + 21, + 126 + ], + [ + 20, + 126 + ], + [ + 19, + 126 + ], + [ + 20, + 125 + ], + [ + 21, + 125 + ], + [ + 21, + 124 + ], + [ + 22, + 123 + ], + [ + 21, + 122 + ], + [ + 20, + 122 + ], + [ + 20, + 123 + ], + [ + 20, + 124 + ], + [ + 19, + 124 + ], + [ + 18, + 125 + ], + [ + 17, + 124 + ], + [ + 18, + 124 + ], + [ + 19, + 123 + ], + [ + 18, + 122 + ], + [ + 17, + 123 + ], + [ + 18, + 123 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 35, + 212 + ], + [ + 34, + 211 + ], + [ + 33, + 210 + ], + [ + 32, + 209 + ], + [ + 31, + 208 + ], + [ + 30, + 208 + ], + [ + 29, + 207 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 44, + 46 + ], + [ + 45, + 47 + ], + [ + 46, + 48 + ], + [ + 47, + 49 + ], + [ + 48, + 50 + ], + [ + 49, + 50 + ], + [ + 50, + 51 + ], + [ + 51, + 52 + ], + [ + 52, + 53 + ], + [ + 53, + 54 + ], + [ + 54, + 55 + ], + [ + 55, + 55 + ], + [ + 56, + 55 + ], + [ + 55, + 56 + ], + [ + 56, + 56 + ], + [ + 55, + 57 + ], + [ + 56, + 57 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 20, + 182 + ], + [ + 19, + 181 + ], + [ + 19, + 180 + ], + [ + 20, + 179 + ], + [ + 21, + 178 + ], + [ + 20, + 177 + ], + [ + 20, + 176 + ], + [ + 19, + 175 + ], + [ + 18, + 174 + ], + [ + 19, + 173 + ], + [ + 18, + 172 + ], + [ + 19, + 172 + ], + [ + 19, + 171 + ], + [ + 18, + 171 + ], + [ + 17, + 170 + ], + [ + 18, + 169 + ], + [ + 18, + 170 + ], + [ + 19, + 169 + ], + [ + 18, + 168 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 53, + 199 + ], + [ + 54, + 199 + ], + [ + 55, + 198 + ], + [ + 56, + 197 + ], + [ + 57, + 198 + ], + [ + 58, + 198 + ], + [ + 59, + 199 + ], + [ + 60, + 199 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 235 + ], + "area_fraction": 0.007 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 69, + 324 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 79, + 187 + ], + "area_fraction": 0.048 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 71, + 44 + ], + "peak": [ + 72, + 42 + ], + "area_cells": 34 + }, + { + "id": "range_3", + "name": null, + "center": [ + 188, + 84 + ], + "peak": [ + 194, + 75 + ], + "area_cells": 7842 + }, + { + "id": "range_4", + "name": null, + "center": [ + 188, + 285 + ], + "peak": [ + 203, + 298 + ], + "area_cells": 2315 + }, + { + "id": "range_5", + "name": null, + "center": [ + 196, + 413 + ], + "peak": [ + 189, + 411 + ], + "area_cells": 1182 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 401 + ], + "peak": [ + 225, + 400 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/globe.png new file mode 100644 index 000000000..dcd7659d4 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/heightmap.png new file mode 100644 index 000000000..0b119086c Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/index.md new file mode 100644 index 000000000..6c8a3f2a5 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ6711e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2524828701 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 46.2 +physical: + gravity_g: 0.12 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.169 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711e-m1 + +Frozen moon. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/markers.json new file mode 100644 index 000000000..a9a63cbca --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 212, + 489 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 229 + ], + "peak": [ + 52, + 282 + ], + "area_cells": 39659 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 366 + ], + "peak": [ + 59, + 368 + ], + "area_cells": 52 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 105 + ], + "peak": [ + 106, + 106 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 112, + 166 + ], + "peak": [ + 113, + 166 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/globe.png new file mode 100644 index 000000000..c19179473 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/heightmap.png new file mode 100644 index 000000000..02cbe10e9 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/index.md new file mode 100644 index 000000000..982f7f43a --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ6711e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3334179173 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 18.8 +physical: + gravity_g: 0.05 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.89 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711e-m2 + +Barren moon. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 96% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/markers.json new file mode 100644 index 000000000..022fa00f9 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711e-m2/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 80 + ], + "peak": [ + 41, + 83 + ], + "area_cells": 323 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 242 + ], + "peak": [ + 93, + 189 + ], + "area_cells": 12885 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 400 + ], + "peak": [ + 55, + 415 + ], + "area_cells": 5306 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 137 + ], + "peak": [ + 4, + 137 + ], + "area_cells": 62 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 139 + ], + "peak": [ + 59, + 154 + ], + "area_cells": 1503 + }, + { + "id": "range_15", + "name": null, + "center": [ + 36, + 101 + ], + "peak": [ + 37, + 103 + ], + "area_cells": 88 + }, + { + "id": "range_17", + "name": null, + "center": [ + 42, + 452 + ], + "peak": [ + 43, + 452 + ], + "area_cells": 36 + }, + { + "id": "range_20", + "name": null, + "center": [ + 60, + 7 + ], + "peak": [ + 64, + 0 + ], + "area_cells": 443 + }, + { + "id": "range_22", + "name": null, + "center": [ + 70, + 40 + ], + "peak": [ + 71, + 45 + ], + "area_cells": 526 + }, + { + "id": "range_23", + "name": null, + "center": [ + 70, + 504 + ], + "peak": [ + 69, + 508 + ], + "area_cells": 413 + }, + { + "id": "range_24", + "name": null, + "center": [ + 59, + 471 + ], + "peak": [ + 60, + 461 + ], + "area_cells": 130 + }, + { + "id": "range_35", + "name": null, + "center": [ + 175, + 372 + ], + "peak": [ + 183, + 376 + ], + "area_cells": 210 + }, + { + "id": "range_36", + "name": null, + "center": [ + 170, + 302 + ], + "peak": [ + 171, + 302 + ], + "area_cells": 51 + }, + { + "id": "range_38", + "name": null, + "center": [ + 184, + 176 + ], + "peak": [ + 185, + 177 + ], + "area_cells": 20 + }, + { + "id": "range_39", + "name": null, + "center": [ + 200, + 373 + ], + "peak": [ + 200, + 376 + ], + "area_cells": 143 + }, + { + "id": "range_40", + "name": null, + "center": [ + 207, + 341 + ], + "peak": [ + 204, + 339 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711e/globe.png new file mode 100644 index 000000000..0eeea95c5 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711e/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711e/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711e/index.md new file mode 100644 index 000000000..d3bd9a958 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ6711e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1816932702 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: null + oblateness: 0.0589 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.104 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 2 + storm_max_size: 0.125 +--- + +# GJ6711e + +Gas giant. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711f/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711f/globe.png new file mode 100644 index 000000000..0b6d70dd5 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711f/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711f/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711f/heightmap.png new file mode 100644 index 000000000..6682ec748 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711f/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711f/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711f/index.md new file mode 100644 index 000000000..24f1d13e3 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ6711f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4187968894 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 59.8 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.158 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.282 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711f + +Frozen planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711f/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711f/markers.json new file mode 100644 index 000000000..242b2414c --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711f/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 245 + ], + "area_fraction": 0.0524 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 58, + 478 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 78, + 87 + ], + "area_fraction": 0.0633 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 157, + 335 + ], + "area_fraction": 0.0534 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 244, + 355 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 13 + ], + "peak": [ + 0, + 10 + ], + "area_cells": 518 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 107 + ], + "peak": [ + 7, + 107 + ], + "area_cells": 276 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 414 + ], + "peak": [ + 12, + 387 + ], + "area_cells": 4316 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 135 + ], + "peak": [ + 35, + 137 + ], + "area_cells": 120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 97, + 366 + ], + "peak": [ + 94, + 362 + ], + "area_cells": 505 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 223 + ], + "peak": [ + 109, + 222 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 111 + ], + "peak": [ + 117, + 111 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 450 + ], + "peak": [ + 158, + 451 + ], + "area_cells": 52 + }, + { + "id": "range_10", + "name": null, + "center": [ + 180, + 465 + ], + "peak": [ + 186, + 468 + ], + "area_cells": 1285 + }, + { + "id": "range_11", + "name": null, + "center": [ + 181, + 508 + ], + "peak": [ + 183, + 509 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 212, + 72 + ], + "peak": [ + 212, + 72 + ], + "area_cells": 55 + }, + { + "id": "range_14", + "name": null, + "center": [ + 221, + 393 + ], + "peak": [ + 219, + 398 + ], + "area_cells": 321 + }, + { + "id": "range_17", + "name": null, + "center": [ + 238, + 495 + ], + "peak": [ + 232, + 496 + ], + "area_cells": 986 + }, + { + "id": "range_21", + "name": null, + "center": [ + 242, + 9 + ], + "peak": [ + 232, + 0 + ], + "area_cells": 533 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711g/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711g/globe.png new file mode 100644 index 000000000..3c2020a33 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711g/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711g/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711g/heightmap.png new file mode 100644 index 000000000..7e260ccaf Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711g/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711g/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711g/index.md new file mode 100644 index 000000000..8bfc84226 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ6711g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1694251538 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.639 + period_days: 10400.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.28 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.706 + polar_ice_lat: 0.056 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711g + +Frozen planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 10400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711g/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711g/markers.json new file mode 100644 index 000000000..2df3471e5 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711g/markers.json @@ -0,0 +1,254 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 20, + 45 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 15, + 147 + ], + "area_fraction": 0.029 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 19, + 303 + ], + "area_fraction": 0.0254 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 23, + 460 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 218, + 259 + ], + "area_fraction": 0.1035 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 218, + 36 + ], + "area_fraction": 0.0395 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 233, + 457 + ], + "area_fraction": 0.0404 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 436 + ], + "peak": [ + 63, + 436 + ], + "area_cells": 50 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 60 + ], + "peak": [ + 121, + 95 + ], + "area_cells": 2866 + }, + { + "id": "range_6", + "name": null, + "center": [ + 102, + 444 + ], + "peak": [ + 101, + 447 + ], + "area_cells": 2562 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 186 + ], + "peak": [ + 91, + 187 + ], + "area_cells": 71 + }, + { + "id": "range_8", + "name": null, + "center": [ + 91, + 356 + ], + "peak": [ + 92, + 356 + ], + "area_cells": 49 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 325 + ], + "peak": [ + 97, + 330 + ], + "area_cells": 252 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 209 + ], + "peak": [ + 101, + 203 + ], + "area_cells": 185 + }, + { + "id": "range_13", + "name": null, + "center": [ + 109, + 247 + ], + "peak": [ + 108, + 255 + ], + "area_cells": 470 + }, + { + "id": "range_15", + "name": null, + "center": [ + 147, + 330 + ], + "peak": [ + 148, + 330 + ], + "area_cells": 271 + }, + { + "id": "range_16", + "name": null, + "center": [ + 142, + 125 + ], + "peak": [ + 144, + 125 + ], + "area_cells": 86 + }, + { + "id": "range_17", + "name": null, + "center": [ + 162, + 170 + ], + "peak": [ + 164, + 169 + ], + "area_cells": 79 + }, + { + "id": "range_18", + "name": null, + "center": [ + 179, + 126 + ], + "peak": [ + 176, + 116 + ], + "area_cells": 859 + }, + { + "id": "range_19", + "name": null, + "center": [ + 187, + 428 + ], + "peak": [ + 175, + 464 + ], + "area_cells": 2515 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711h/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711h/globe.png new file mode 100644 index 000000000..0fd4b599b Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711h/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711h/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711h/heightmap.png new file mode 100644 index 000000000..58e4c8fc6 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711h/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711h/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711h/index.md new file mode 100644 index 000000000..d1962b0d1 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ6711h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 751187256 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.913 + period_days: 26000.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.2 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.266 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711h + +Frozen planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 26000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711h/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711h/markers.json new file mode 100644 index 000000000..f75599bed --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711h/markers.json @@ -0,0 +1,176 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 93 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 129, + 67 + ], + "area_fraction": 0.0643 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 130, + 278 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 149, + 148 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 186, + 371 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 223, + 20 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 243, + 152 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 217 + ], + "peak": [ + 27, + 217 + ], + "area_cells": 1025 + }, + { + "id": "range_3", + "name": null, + "center": [ + 52, + 319 + ], + "peak": [ + 48, + 313 + ], + "area_cells": 12259 + }, + { + "id": "range_5", + "name": null, + "center": [ + 23, + 11 + ], + "peak": [ + 23, + 13 + ], + "area_cells": 367 + }, + { + "id": "range_6", + "name": null, + "center": [ + 41, + 461 + ], + "peak": [ + 46, + 446 + ], + "area_cells": 3051 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 160 + ], + "peak": [ + 46, + 156 + ], + "area_cells": 320 + }, + { + "id": "range_8", + "name": null, + "center": [ + 70, + 189 + ], + "peak": [ + 70, + 187 + ], + "area_cells": 378 + }, + { + "id": "range_9", + "name": null, + "center": [ + 162, + 378 + ], + "peak": [ + 163, + 378 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711i/globe.png b/wiki/star-systems/GJ-6711/bodies/GJ6711i/globe.png new file mode 100644 index 000000000..bdceaf254 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711i/globe.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711i/heightmap.png b/wiki/star-systems/GJ-6711/bodies/GJ6711i/heightmap.png new file mode 100644 index 000000000..2fb3b4058 Binary files /dev/null and b/wiki/star-systems/GJ-6711/bodies/GJ6711i/heightmap.png differ diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711i/index.md b/wiki/star-systems/GJ-6711/bodies/GJ6711i/index.md new file mode 100644 index 000000000..1d1230229 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ6711i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1485835883 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 27.168 + period_days: 58000.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.06 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ6711i + +Frozen planet. + +**System:** [GJ-6711](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-6711/bodies/GJ6711i/markers.json b/wiki/star-systems/GJ-6711/bodies/GJ6711i/markers.json new file mode 100644 index 000000000..a28ca1b97 --- /dev/null +++ b/wiki/star-systems/GJ-6711/bodies/GJ6711i/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 13, + 468 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 79, + 328 + ], + "area_fraction": 0.1937 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 74, + 31 + ], + "area_fraction": 0.0143 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 199, + 267 + ], + "peak": [ + 195, + 266 + ], + "area_cells": 20958 + }, + { + "id": "range_4", + "name": null, + "center": [ + 180, + 79 + ], + "peak": [ + 181, + 78 + ], + "area_cells": 119 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ672b/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672b/globe.png new file mode 100644 index 000000000..d88a9d01b Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672b/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672b/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672b/heightmap.png new file mode 100644 index 000000000..7b67d6c13 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672b/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672b/index.md b/wiki/star-systems/GJ-672/bodies/GJ672b/index.md new file mode 100644 index 000000000..8439e91a9 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ672b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3260704052 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.273 + period_days: 52.0 + axial_tilt_deg: 24.8 +physical: + gravity_g: 0.54 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.897 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.035 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672b + +Barren planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 98% | +| **Year** | 52 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672b/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672b/markers.json new file mode 100644 index 000000000..8da6deb8c --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672b/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 10 + ], + "peak": [ + 11, + 5 + ], + "area_cells": 575 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 32 + ], + "peak": [ + 0, + 33 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 10, + 97 + ], + "peak": [ + 7, + 91 + ], + "area_cells": 219 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 165 + ], + "peak": [ + 1, + 201 + ], + "area_cells": 1384 + }, + { + "id": "range_7", + "name": null, + "center": [ + 14, + 276 + ], + "peak": [ + 4, + 311 + ], + "area_cells": 2706 + }, + { + "id": "range_10", + "name": null, + "center": [ + 12, + 482 + ], + "peak": [ + 1, + 484 + ], + "area_cells": 1345 + }, + { + "id": "range_11", + "name": null, + "center": [ + 27, + 419 + ], + "peak": [ + 39, + 429 + ], + "area_cells": 314 + }, + { + "id": "range_14", + "name": null, + "center": [ + 29, + 403 + ], + "peak": [ + 32, + 405 + ], + "area_cells": 103 + }, + { + "id": "range_17", + "name": null, + "center": [ + 44, + 7 + ], + "peak": [ + 45, + 8 + ], + "area_cells": 32 + }, + { + "id": "range_19", + "name": null, + "center": [ + 57, + 244 + ], + "peak": [ + 58, + 244 + ], + "area_cells": 31 + }, + { + "id": "range_20", + "name": null, + "center": [ + 60, + 96 + ], + "peak": [ + 60, + 96 + ], + "area_cells": 92 + }, + { + "id": "range_22", + "name": null, + "center": [ + 72, + 22 + ], + "peak": [ + 76, + 21 + ], + "area_cells": 62 + }, + { + "id": "range_23", + "name": null, + "center": [ + 109, + 262 + ], + "peak": [ + 125, + 245 + ], + "area_cells": 1058 + }, + { + "id": "range_25", + "name": null, + "center": [ + 79, + 264 + ], + "peak": [ + 79, + 264 + ], + "area_cells": 39 + }, + { + "id": "range_26", + "name": null, + "center": [ + 78, + 423 + ], + "peak": [ + 77, + 422 + ], + "area_cells": 29 + }, + { + "id": "range_28", + "name": null, + "center": [ + 82, + 316 + ], + "peak": [ + 82, + 316 + ], + "area_cells": 35 + }, + { + "id": "range_32", + "name": null, + "center": [ + 108, + 429 + ], + "peak": [ + 108, + 429 + ], + "area_cells": 786 + }, + { + "id": "range_33", + "name": null, + "center": [ + 94, + 72 + ], + "peak": [ + 94, + 72 + ], + "area_cells": 53 + }, + { + "id": "range_35", + "name": null, + "center": [ + 104, + 310 + ], + "peak": [ + 105, + 310 + ], + "area_cells": 34 + }, + { + "id": "range_38", + "name": null, + "center": [ + 140, + 112 + ], + "peak": [ + 116, + 109 + ], + "area_cells": 2150 + }, + { + "id": "range_39", + "name": null, + "center": [ + 119, + 181 + ], + "peak": [ + 116, + 183 + ], + "area_cells": 220 + }, + { + "id": "range_40", + "name": null, + "center": [ + 149, + 417 + ], + "peak": [ + 160, + 426 + ], + "area_cells": 767 + }, + { + "id": "range_41", + "name": null, + "center": [ + 136, + 364 + ], + "peak": [ + 138, + 366 + ], + "area_cells": 32 + }, + { + "id": "range_43", + "name": null, + "center": [ + 140, + 224 + ], + "peak": [ + 141, + 225 + ], + "area_cells": 82 + }, + { + "id": "range_44", + "name": null, + "center": [ + 156, + 269 + ], + "peak": [ + 161, + 264 + ], + "area_cells": 267 + }, + { + "id": "range_45", + "name": null, + "center": [ + 145, + 292 + ], + "peak": [ + 146, + 293 + ], + "area_cells": 61 + }, + { + "id": "range_48", + "name": null, + "center": [ + 160, + 458 + ], + "peak": [ + 164, + 461 + ], + "area_cells": 102 + }, + { + "id": "range_49", + "name": null, + "center": [ + 164, + 63 + ], + "peak": [ + 164, + 63 + ], + "area_cells": 33 + }, + { + "id": "range_50", + "name": null, + "center": [ + 163, + 298 + ], + "peak": [ + 162, + 300 + ], + "area_cells": 26 + }, + { + "id": "range_51", + "name": null, + "center": [ + 184, + 467 + ], + "peak": [ + 184, + 468 + ], + "area_cells": 57 + }, + { + "id": "range_52", + "name": null, + "center": [ + 186, + 61 + ], + "peak": [ + 187, + 62 + ], + "area_cells": 35 + }, + { + "id": "range_60", + "name": null, + "center": [ + 230, + 178 + ], + "peak": [ + 234, + 173 + ], + "area_cells": 521 + }, + { + "id": "range_61", + "name": null, + "center": [ + 228, + 130 + ], + "peak": [ + 223, + 138 + ], + "area_cells": 114 + }, + { + "id": "range_65", + "name": null, + "center": [ + 248, + 310 + ], + "peak": [ + 255, + 313 + ], + "area_cells": 73 + }, + { + "id": "range_69", + "name": null, + "center": [ + 249, + 162 + ], + "peak": [ + 255, + 162 + ], + "area_cells": 167 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672c/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672c/globe.png new file mode 100644 index 000000000..bf5e1d1fa Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672c/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672c/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672c/heightmap.png new file mode 100644 index 000000000..7a56db6d3 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672c/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672c/index.md b/wiki/star-systems/GJ-672/bodies/GJ672c/index.md new file mode 100644 index 000000000..f6a348600 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ672c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1507412400 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.669 + period_days: 200.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.76 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.926 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672c + +Hot Arid planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672c/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672c/markers.json new file mode 100644 index 000000000..04fdbc1a0 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672c/markers.json @@ -0,0 +1,1217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 155, + 398 + ], + [ + 154, + 399 + ], + [ + 153, + 399 + ], + [ + 154, + 400 + ], + [ + 154, + 401 + ], + [ + 153, + 402 + ], + [ + 152, + 403 + ], + [ + 151, + 404 + ], + [ + 150, + 405 + ], + [ + 149, + 406 + ], + [ + 149, + 407 + ], + [ + 148, + 408 + ], + [ + 148, + 409 + ], + [ + 149, + 410 + ], + [ + 150, + 411 + ], + [ + 149, + 411 + ], + [ + 148, + 412 + ], + [ + 149, + 412 + ], + [ + 148, + 411 + ], + [ + 147, + 412 + ], + [ + 146, + 413 + ], + [ + 145, + 413 + ], + [ + 144, + 413 + ], + [ + 143, + 414 + ], + [ + 142, + 415 + ], + [ + 141, + 414 + ], + [ + 140, + 414 + ], + [ + 139, + 415 + ], + [ + 138, + 414 + ], + [ + 137, + 415 + ], + [ + 136, + 415 + ], + [ + 135, + 416 + ], + [ + 134, + 416 + ], + [ + 133, + 417 + ], + [ + 132, + 416 + ], + [ + 131, + 415 + ], + [ + 130, + 414 + ], + [ + 131, + 413 + ], + [ + 130, + 412 + ], + [ + 129, + 413 + ], + [ + 128, + 414 + ], + [ + 127, + 414 + ], + [ + 126, + 415 + ], + [ + 125, + 414 + ], + [ + 126, + 413 + ], + [ + 125, + 412 + ], + [ + 126, + 412 + ], + [ + 125, + 413 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 234, + 383 + ], + [ + 234, + 384 + ], + [ + 235, + 385 + ], + [ + 236, + 386 + ], + [ + 237, + 387 + ], + [ + 237, + 388 + ], + [ + 238, + 389 + ], + [ + 239, + 388 + ], + [ + 240, + 388 + ], + [ + 241, + 387 + ], + [ + 242, + 387 + ], + [ + 243, + 386 + ], + [ + 244, + 385 + ], + [ + 245, + 386 + ], + [ + 246, + 385 + ], + [ + 247, + 386 + ], + [ + 248, + 385 + ], + [ + 249, + 386 + ], + [ + 250, + 385 + ], + [ + 251, + 384 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 10, + 118 + ], + [ + 10, + 117 + ], + [ + 9, + 116 + ], + [ + 8, + 116 + ], + [ + 7, + 116 + ], + [ + 6, + 116 + ], + [ + 5, + 116 + ], + [ + 4, + 116 + ], + [ + 3, + 116 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 156, + 481 + ], + [ + 155, + 480 + ], + [ + 154, + 479 + ], + [ + 153, + 480 + ], + [ + 152, + 480 + ], + [ + 151, + 480 + ], + [ + 150, + 481 + ], + [ + 149, + 481 + ], + [ + 148, + 482 + ], + [ + 147, + 483 + ], + [ + 147, + 484 + ], + [ + 147, + 485 + ], + [ + 147, + 486 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 177, + 255 + ], + [ + 178, + 256 + ], + [ + 179, + 256 + ], + [ + 180, + 257 + ], + [ + 181, + 258 + ], + [ + 182, + 259 + ], + [ + 183, + 260 + ], + [ + 184, + 261 + ], + [ + 185, + 262 + ], + [ + 186, + 262 + ], + [ + 187, + 262 + ], + [ + 188, + 263 + ], + [ + 189, + 264 + ], + [ + 190, + 265 + ], + [ + 191, + 265 + ], + [ + 192, + 265 + ], + [ + 192, + 266 + ], + [ + 193, + 267 + ], + [ + 192, + 267 + ], + [ + 192, + 268 + ], + [ + 193, + 269 + ], + [ + 192, + 270 + ], + [ + 191, + 271 + ], + [ + 191, + 272 + ], + [ + 191, + 273 + ], + [ + 192, + 273 + ], + [ + 193, + 273 + ], + [ + 192, + 274 + ], + [ + 193, + 275 + ], + [ + 193, + 276 + ], + [ + 193, + 277 + ], + [ + 192, + 278 + ], + [ + 192, + 277 + ], + [ + 193, + 278 + ], + [ + 193, + 279 + ], + [ + 192, + 280 + ], + [ + 191, + 280 + ], + [ + 192, + 279 + ], + [ + 193, + 280 + ], + [ + 194, + 281 + ], + [ + 195, + 282 + ], + [ + 196, + 283 + ], + [ + 196, + 284 + ], + [ + 197, + 285 + ], + [ + 197, + 286 + ], + [ + 198, + 286 + ], + [ + 198, + 285 + ], + [ + 197, + 284 + ], + [ + 196, + 285 + ], + [ + 196, + 286 + ], + [ + 196, + 287 + ], + [ + 196, + 288 + ], + [ + 197, + 288 + ], + [ + 198, + 289 + ], + [ + 197, + 290 + ], + [ + 198, + 291 + ], + [ + 197, + 292 + ], + [ + 197, + 293 + ], + [ + 198, + 294 + ], + [ + 198, + 295 + ], + [ + 198, + 296 + ], + [ + 198, + 297 + ], + [ + 198, + 298 + ], + [ + 199, + 298 + ], + [ + 200, + 299 + ], + [ + 201, + 298 + ], + [ + 201, + 299 + ], + [ + 202, + 299 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 245, + 45 + ], + [ + 244, + 46 + ], + [ + 243, + 45 + ], + [ + 242, + 45 + ], + [ + 241, + 44 + ], + [ + 240, + 43 + ], + [ + 239, + 43 + ], + [ + 238, + 42 + ], + [ + 237, + 41 + ], + [ + 236, + 40 + ], + [ + 237, + 39 + ], + [ + 238, + 38 + ], + [ + 237, + 37 + ], + [ + 238, + 36 + ], + [ + 237, + 35 + ], + [ + 238, + 34 + ], + [ + 238, + 33 + ], + [ + 237, + 34 + ], + [ + 238, + 35 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 234, + 305 + ], + [ + 233, + 306 + ], + [ + 232, + 305 + ], + [ + 231, + 306 + ], + [ + 230, + 305 + ], + [ + 229, + 306 + ], + [ + 228, + 306 + ], + [ + 227, + 305 + ], + [ + 226, + 304 + ], + [ + 225, + 303 + ], + [ + 224, + 304 + ], + [ + 223, + 304 + ], + [ + 222, + 305 + ], + [ + 221, + 305 + ], + [ + 220, + 306 + ], + [ + 219, + 305 + ], + [ + 218, + 306 + ], + [ + 217, + 307 + ], + [ + 216, + 307 + ], + [ + 215, + 306 + ], + [ + 214, + 306 + ], + [ + 213, + 306 + ], + [ + 213, + 307 + ], + [ + 212, + 306 + ], + [ + 211, + 306 + ], + [ + 210, + 305 + ], + [ + 209, + 306 + ], + [ + 208, + 305 + ], + [ + 207, + 306 + ], + [ + 207, + 305 + ], + [ + 206, + 306 + ], + [ + 205, + 306 + ], + [ + 204, + 305 + ], + [ + 203, + 306 + ], + [ + 203, + 305 + ], + [ + 204, + 304 + ], + [ + 203, + 303 + ], + [ + 203, + 302 + ], + [ + 202, + 301 + ], + [ + 202, + 300 + ], + [ + 201, + 300 + ], + [ + 201, + 301 + ], + [ + 202, + 302 + ], + [ + 203, + 301 + ], + [ + 204, + 301 + ], + [ + 204, + 302 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 227, + 193 + ], + [ + 228, + 194 + ], + [ + 229, + 195 + ], + [ + 230, + 195 + ], + [ + 231, + 195 + ], + [ + 232, + 195 + ], + [ + 233, + 196 + ], + [ + 234, + 196 + ], + [ + 235, + 196 + ], + [ + 236, + 195 + ], + [ + 237, + 195 + ], + [ + 238, + 195 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 199, + 254 + ], + [ + 200, + 253 + ], + [ + 201, + 252 + ], + [ + 202, + 251 + ], + [ + 203, + 250 + ], + [ + 204, + 249 + ], + [ + 205, + 250 + ], + [ + 206, + 250 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 208, + 324 + ], + [ + 207, + 324 + ], + [ + 206, + 324 + ], + [ + 205, + 324 + ], + [ + 204, + 324 + ], + [ + 203, + 324 + ], + [ + 202, + 325 + ], + [ + 201, + 326 + ], + [ + 200, + 325 + ], + [ + 199, + 324 + ], + [ + 198, + 325 + ], + [ + 197, + 326 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 235, + 118 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 225, + 488 + ], + "area_fraction": 0.011 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 251, + 341 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 365 + ], + "peak": [ + 54, + 347 + ], + "area_cells": 17606 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 173 + ], + "peak": [ + 77, + 174 + ], + "area_cells": 319 + }, + { + "id": "range_5", + "name": null, + "center": [ + 123, + 42 + ], + "peak": [ + 127, + 14 + ], + "area_cells": 5065 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 493 + ], + "peak": [ + 127, + 490 + ], + "area_cells": 780 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 448 + ], + "peak": [ + 140, + 448 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 182 + ], + "peak": [ + 145, + 181 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 152, + 369 + ], + "peak": [ + 152, + 368 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672d/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672d/globe.png new file mode 100644 index 000000000..4240be4ff Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672d/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672d/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672d/heightmap.png new file mode 100644 index 000000000..8665801c4 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672d/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672d/index.md b/wiki/star-systems/GJ-672/bodies/GJ672d/index.md new file mode 100644 index 000000000..afdfa7b96 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ672d +name: Viçosa +body_type: planet +planet_class: temperate +body_scale: planet +seed: 90079026 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.166 + period_days: 460.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: 0.96 + oblateness: 0.0029 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.47 + polar_ice_lat: 0.697 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.469 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Viçosa + +Temperate planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 47% | +| **Year** | 460 days | +| **Inhabited** | yes | +| **Population** | 200 | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672d/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672d/markers.json new file mode 100644 index 000000000..76ef1de29 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672d/markers.json @@ -0,0 +1,515 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 127, + 240 + ], + [ + 128, + 241 + ], + [ + 128, + 240 + ], + [ + 129, + 239 + ], + [ + 130, + 238 + ], + [ + 131, + 238 + ], + [ + 132, + 237 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 145, + 357 + ], + [ + 144, + 358 + ], + [ + 143, + 359 + ], + [ + 142, + 359 + ], + [ + 141, + 360 + ], + [ + 140, + 359 + ], + [ + 139, + 359 + ], + [ + 138, + 358 + ], + [ + 137, + 357 + ], + [ + 136, + 357 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 192, + 238 + ], + [ + 191, + 238 + ], + [ + 190, + 239 + ], + [ + 189, + 240 + ], + [ + 188, + 241 + ], + [ + 187, + 242 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 104, + 110 + ], + [ + 105, + 110 + ], + [ + 105, + 111 + ], + [ + 106, + 112 + ], + [ + 107, + 113 + ], + [ + 108, + 114 + ], + [ + 109, + 115 + ], + [ + 110, + 116 + ], + [ + 110, + 117 + ], + [ + 111, + 118 + ], + [ + 112, + 118 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 130, + 392 + ], + [ + 129, + 393 + ], + [ + 128, + 394 + ], + [ + 127, + 395 + ], + [ + 126, + 396 + ], + [ + 125, + 397 + ], + [ + 126, + 397 + ], + [ + 125, + 396 + ], + [ + 125, + 395 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 68, + 215 + ], + [ + 67, + 214 + ], + [ + 66, + 213 + ], + [ + 65, + 212 + ], + [ + 64, + 213 + ], + [ + 63, + 214 + ], + [ + 62, + 214 + ], + [ + 61, + 215 + ], + [ + 61, + 216 + ], + [ + 61, + 217 + ], + [ + 61, + 218 + ], + [ + 60, + 219 + ], + [ + 61, + 220 + ], + [ + 60, + 220 + ], + [ + 60, + 221 + ], + [ + 61, + 222 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 115, + 85 + ], + [ + 114, + 86 + ], + [ + 113, + 87 + ], + [ + 112, + 87 + ], + [ + 111, + 86 + ], + [ + 110, + 85 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 134, + 25 + ], + [ + 135, + 24 + ], + [ + 136, + 24 + ], + [ + 137, + 24 + ], + [ + 138, + 25 + ], + [ + 139, + 26 + ], + [ + 140, + 25 + ], + [ + 141, + 25 + ], + [ + 142, + 24 + ], + [ + 143, + 24 + ], + [ + 144, + 23 + ], + [ + 145, + 22 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 152, + 507 + ], + [ + 151, + 507 + ], + [ + 151, + 508 + ], + [ + 150, + 507 + ], + [ + 149, + 507 + ], + [ + 150, + 508 + ], + [ + 149, + 508 + ], + [ + 149, + 509 + ], + [ + 148, + 510 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 178, + 249 + ], + "area_fraction": 0.528 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 20 + ], + "peak": [ + 34, + 8 + ], + "area_cells": 858 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 86 + ], + "peak": [ + 17, + 82 + ], + "area_cells": 260 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 496 + ], + "peak": [ + 25, + 511 + ], + "area_cells": 520 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 174 + ], + "peak": [ + 33, + 181 + ], + "area_cells": 128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 403 + ], + "peak": [ + 41, + 395 + ], + "area_cells": 386 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 5 + ], + "peak": [ + 70, + 0 + ], + "area_cells": 186 + }, + { + "id": "range_8", + "name": null, + "center": [ + 79, + 507 + ], + "peak": [ + 76, + 506 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672e/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672e/globe.png new file mode 100644 index 000000000..19002193e Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672e/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672e/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672e/heightmap.png new file mode 100644 index 000000000..9b8ccb969 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672e/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672e/index.md b/wiki/star-systems/GJ-672/bodies/GJ672e/index.md new file mode 100644 index 000000000..4b20b416f --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ672e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2501664214 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.085 + period_days: 1100.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.64 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.625 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.142 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672e + +Cold Arid planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672e/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672e/markers.json new file mode 100644 index 000000000..5a4b9ff98 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672e/markers.json @@ -0,0 +1,1338 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 112, + 333 + ], + [ + 112, + 332 + ], + [ + 111, + 331 + ], + [ + 110, + 330 + ], + [ + 109, + 329 + ], + [ + 109, + 328 + ], + [ + 109, + 327 + ], + [ + 108, + 326 + ], + [ + 107, + 326 + ], + [ + 107, + 325 + ], + [ + 107, + 324 + ], + [ + 106, + 324 + ], + [ + 105, + 323 + ], + [ + 104, + 322 + ], + [ + 104, + 323 + ], + [ + 103, + 324 + ], + [ + 102, + 324 + ], + [ + 102, + 323 + ], + [ + 103, + 322 + ], + [ + 103, + 323 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 135, + 92 + ], + [ + 136, + 92 + ], + [ + 136, + 91 + ], + [ + 137, + 90 + ], + [ + 138, + 89 + ], + [ + 138, + 88 + ], + [ + 139, + 87 + ], + [ + 138, + 86 + ], + [ + 139, + 85 + ], + [ + 140, + 84 + ], + [ + 141, + 83 + ], + [ + 140, + 82 + ], + [ + 139, + 81 + ], + [ + 138, + 81 + ], + [ + 139, + 80 + ], + [ + 139, + 79 + ], + [ + 140, + 78 + ], + [ + 140, + 77 + ], + [ + 140, + 76 + ], + [ + 141, + 75 + ], + [ + 140, + 74 + ], + [ + 140, + 73 + ], + [ + 140, + 72 + ], + [ + 141, + 71 + ], + [ + 141, + 70 + ], + [ + 141, + 69 + ], + [ + 140, + 68 + ], + [ + 140, + 67 + ], + [ + 141, + 66 + ], + [ + 142, + 65 + ], + [ + 141, + 64 + ], + [ + 141, + 63 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 56, + 415 + ], + [ + 55, + 414 + ], + [ + 54, + 413 + ], + [ + 53, + 412 + ], + [ + 52, + 411 + ], + [ + 51, + 410 + ], + [ + 50, + 409 + ], + [ + 49, + 409 + ], + [ + 48, + 409 + ], + [ + 47, + 408 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 1, + 467 + ], + [ + 1, + 468 + ], + [ + 2, + 469 + ], + [ + 3, + 470 + ], + [ + 4, + 470 + ], + [ + 5, + 470 + ], + [ + 6, + 471 + ], + [ + 7, + 470 + ], + [ + 8, + 471 + ], + [ + 9, + 470 + ], + [ + 10, + 470 + ], + [ + 11, + 471 + ], + [ + 12, + 472 + ], + [ + 13, + 471 + ], + [ + 14, + 471 + ], + [ + 15, + 471 + ], + [ + 16, + 470 + ], + [ + 17, + 469 + ], + [ + 18, + 469 + ], + [ + 19, + 468 + ], + [ + 20, + 469 + ], + [ + 21, + 468 + ], + [ + 22, + 468 + ], + [ + 23, + 468 + ], + [ + 24, + 468 + ], + [ + 24, + 467 + ], + [ + 25, + 466 + ], + [ + 25, + 465 + ], + [ + 26, + 464 + ], + [ + 26, + 463 + ], + [ + 25, + 462 + ], + [ + 26, + 461 + ], + [ + 27, + 460 + ], + [ + 26, + 459 + ], + [ + 26, + 460 + ], + [ + 27, + 459 + ], + [ + 27, + 458 + ], + [ + 26, + 458 + ], + [ + 27, + 457 + ], + [ + 26, + 456 + ], + [ + 27, + 455 + ], + [ + 28, + 455 + ], + [ + 27, + 454 + ], + [ + 26, + 454 + ], + [ + 26, + 455 + ], + [ + 27, + 456 + ], + [ + 26, + 457 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 48, + 161 + ], + [ + 49, + 162 + ], + [ + 50, + 163 + ], + [ + 51, + 164 + ], + [ + 52, + 165 + ], + [ + 51, + 166 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 182, + 29 + ], + [ + 182, + 28 + ], + [ + 183, + 27 + ], + [ + 184, + 26 + ], + [ + 185, + 25 + ], + [ + 184, + 24 + ], + [ + 184, + 23 + ], + [ + 185, + 22 + ], + [ + 185, + 21 + ], + [ + 186, + 20 + ], + [ + 186, + 19 + ], + [ + 187, + 18 + ], + [ + 187, + 17 + ], + [ + 187, + 16 + ], + [ + 188, + 15 + ], + [ + 189, + 15 + ], + [ + 188, + 16 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 126, + 312 + ], + [ + 127, + 311 + ], + [ + 128, + 310 + ], + [ + 129, + 311 + ], + [ + 129, + 312 + ], + [ + 130, + 311 + ], + [ + 131, + 311 + ], + [ + 132, + 310 + ], + [ + 133, + 311 + ], + [ + 132, + 312 + ], + [ + 131, + 312 + ], + [ + 132, + 311 + ], + [ + 133, + 310 + ], + [ + 133, + 309 + ], + [ + 134, + 310 + ], + [ + 135, + 310 + ], + [ + 134, + 309 + ], + [ + 135, + 308 + ], + [ + 136, + 307 + ], + [ + 137, + 306 + ], + [ + 138, + 305 + ], + [ + 139, + 305 + ], + [ + 138, + 304 + ], + [ + 139, + 303 + ], + [ + 138, + 303 + ], + [ + 139, + 302 + ], + [ + 138, + 301 + ], + [ + 138, + 300 + ], + [ + 137, + 299 + ], + [ + 137, + 298 + ], + [ + 136, + 298 + ], + [ + 135, + 298 + ], + [ + 135, + 297 + ], + [ + 134, + 298 + ], + [ + 134, + 297 + ], + [ + 133, + 296 + ], + [ + 134, + 295 + ], + [ + 135, + 296 + ], + [ + 136, + 296 + ], + [ + 137, + 296 + ], + [ + 136, + 295 + ], + [ + 137, + 294 + ], + [ + 136, + 294 + ], + [ + 136, + 293 + ], + [ + 136, + 292 + ], + [ + 137, + 292 + ], + [ + 137, + 291 + ], + [ + 138, + 290 + ], + [ + 137, + 290 + ], + [ + 138, + 289 + ], + [ + 137, + 288 + ], + [ + 138, + 287 + ], + [ + 138, + 286 + ], + [ + 138, + 285 + ], + [ + 138, + 284 + ], + [ + 139, + 283 + ], + [ + 138, + 283 + ], + [ + 138, + 282 + ], + [ + 138, + 281 + ], + [ + 138, + 280 + ], + [ + 138, + 279 + ], + [ + 139, + 278 + ], + [ + 138, + 278 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 119, + 332 + ], + [ + 119, + 333 + ], + [ + 119, + 334 + ], + [ + 120, + 335 + ], + [ + 121, + 336 + ], + [ + 120, + 337 + ], + [ + 119, + 338 + ], + [ + 118, + 339 + ], + [ + 117, + 340 + ], + [ + 116, + 341 + ], + [ + 115, + 342 + ], + [ + 116, + 343 + ], + [ + 115, + 344 + ], + [ + 115, + 345 + ], + [ + 116, + 346 + ], + [ + 116, + 347 + ], + [ + 116, + 348 + ], + [ + 117, + 349 + ], + [ + 117, + 350 + ], + [ + 116, + 351 + ], + [ + 115, + 352 + ], + [ + 115, + 353 + ], + [ + 115, + 354 + ], + [ + 116, + 355 + ], + [ + 117, + 356 + ], + [ + 117, + 357 + ], + [ + 117, + 358 + ], + [ + 117, + 359 + ], + [ + 117, + 360 + ], + [ + 118, + 360 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 67, + 170 + ], + [ + 68, + 171 + ], + [ + 69, + 170 + ], + [ + 70, + 169 + ], + [ + 70, + 168 + ], + [ + 70, + 167 + ], + [ + 70, + 166 + ], + [ + 71, + 165 + ], + [ + 71, + 164 + ], + [ + 71, + 163 + ], + [ + 71, + 162 + ], + [ + 72, + 161 + ], + [ + 72, + 160 + ], + [ + 71, + 159 + ], + [ + 72, + 158 + ], + [ + 73, + 157 + ], + [ + 74, + 156 + ], + [ + 73, + 155 + ], + [ + 72, + 155 + ], + [ + 72, + 154 + ], + [ + 71, + 153 + ], + [ + 72, + 152 + ], + [ + 73, + 151 + ], + [ + 73, + 150 + ], + [ + 74, + 151 + ], + [ + 75, + 150 + ], + [ + 74, + 150 + ], + [ + 73, + 149 + ], + [ + 73, + 148 + ], + [ + 72, + 147 + ], + [ + 73, + 146 + ], + [ + 74, + 146 + ], + [ + 73, + 145 + ], + [ + 74, + 144 + ], + [ + 75, + 143 + ], + [ + 76, + 143 + ], + [ + 75, + 142 + ], + [ + 74, + 142 + ], + [ + 74, + 141 + ], + [ + 73, + 140 + ], + [ + 72, + 139 + ], + [ + 73, + 139 + ], + [ + 74, + 138 + ], + [ + 75, + 139 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 12, + 56 + ], + [ + 11, + 55 + ], + [ + 10, + 55 + ], + [ + 9, + 56 + ], + [ + 8, + 56 + ], + [ + 7, + 56 + ], + [ + 6, + 57 + ], + [ + 5, + 57 + ], + [ + 4, + 58 + ], + [ + 3, + 58 + ], + [ + 2, + 58 + ], + [ + 1, + 57 + ], + [ + 0, + 58 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 38, + 70 + ], + [ + 37, + 71 + ], + [ + 36, + 72 + ], + [ + 35, + 72 + ], + [ + 34, + 73 + ], + [ + 35, + 73 + ], + [ + 35, + 74 + ], + [ + 36, + 75 + ], + [ + 36, + 76 + ], + [ + 36, + 77 + ], + [ + 35, + 78 + ], + [ + 36, + 79 + ], + [ + 37, + 79 + ], + [ + 36, + 78 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 86, + 27 + ], + "area_fraction": 0.0151 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 84, + 500 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 207, + 165 + ], + "peak": [ + 203, + 145 + ], + "area_cells": 7976 + }, + { + "id": "range_4", + "name": null, + "center": [ + 178, + 226 + ], + "peak": [ + 178, + 226 + ], + "area_cells": 63 + }, + { + "id": "range_5", + "name": null, + "center": [ + 207, + 418 + ], + "peak": [ + 207, + 419 + ], + "area_cells": 91 + }, + { + "id": "range_6", + "name": null, + "center": [ + 208, + 443 + ], + "peak": [ + 208, + 444 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672f-m1/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/globe.png new file mode 100644 index 000000000..50900801e Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672f-m1/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/heightmap.png new file mode 100644 index 000000000..1ca4eded8 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672f-m1/index.md b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/index.md new file mode 100644 index 000000000..71d31dc97 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ672f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1864176491 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 21.3 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672f-m1 + +Frozen moon. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 98% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672f-m1/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/markers.json new file mode 100644 index 000000000..a0cfa76b3 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672f-m1/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 148, + 326 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 149 + ], + "peak": [ + 21, + 185 + ], + "area_cells": 16805 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 484 + ], + "peak": [ + 20, + 480 + ], + "area_cells": 74 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 10 + ], + "peak": [ + 45, + 13 + ], + "area_cells": 437 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 476 + ], + "peak": [ + 60, + 501 + ], + "area_cells": 1327 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 427 + ], + "peak": [ + 94, + 430 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672f/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672f/globe.png new file mode 100644 index 000000000..33ad15bd5 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672f/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672f/index.md b/wiki/star-systems/GJ-672/bodies/GJ672f/index.md new file mode 100644 index 000000000..9b07a3aa9 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ672f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 588198281 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 19.3 +physical: + gravity_g: null + oblateness: 0.0538 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.114 +--- + +# GJ672f + +Gas giant. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672g/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672g/globe.png new file mode 100644 index 000000000..1b82851f0 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672g/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672g/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672g/heightmap.png new file mode 100644 index 000000000..411d3b902 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672g/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672g/index.md b/wiki/star-systems/GJ-672/bodies/GJ672g/index.md new file mode 100644 index 000000000..361124f53 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ672g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2820454836 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.958 + period_days: 8200.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.46 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.809 + polar_ice_lat: 0.202 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672g + +Frozen planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 8200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672g/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672g/markers.json new file mode 100644 index 000000000..23f588065 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672g/markers.json @@ -0,0 +1,68 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 57, + 16 + ], + "area_fraction": 0.0226 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 14, + 171 + ], + "area_fraction": 0.0451 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 327 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 48, + 445 + ], + "area_fraction": 0.0915 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 197, + 224 + ], + "peak": [ + 251, + 287 + ], + "area_cells": 36497 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672h/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672h/globe.png new file mode 100644 index 000000000..628ce2b13 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672h/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672h/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672h/heightmap.png new file mode 100644 index 000000000..6f6e7ec17 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672h/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672h/index.md b/wiki/star-systems/GJ-672/bodies/GJ672h/index.md new file mode 100644 index 000000000..33080aa08 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ672h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2403865074 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.442 + period_days: 18000.0 + axial_tilt_deg: 18.2 +physical: + gravity_g: 0.36 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672h + +Frozen planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672h/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672h/markers.json new file mode 100644 index 000000000..1d3b3b352 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672h/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 72, + 329 + ], + "area_fraction": 0.1071 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 97, + 379 + ], + "area_fraction": 0.011 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 150, + 474 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_47", + "name": null, + "kind": "sea", + "center": [ + 224, + 469 + ], + "area_fraction": 0.0348 + }, + { + "id": "water_60", + "name": null, + "kind": "lake", + "center": [ + 245, + 23 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_65", + "name": null, + "kind": "lake", + "center": [ + 250, + 210 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 147 + ], + "peak": [ + 64, + 117 + ], + "area_cells": 4891 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 494 + ], + "peak": [ + 68, + 493 + ], + "area_cells": 165 + }, + { + "id": "range_4", + "name": null, + "center": [ + 167, + 112 + ], + "peak": [ + 168, + 112 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 181, + 77 + ], + "peak": [ + 181, + 77 + ], + "area_cells": 56 + }, + { + "id": "range_6", + "name": null, + "center": [ + 182, + 327 + ], + "peak": [ + 183, + 328 + ], + "area_cells": 35 + }, + { + "id": "range_7", + "name": null, + "center": [ + 201, + 97 + ], + "peak": [ + 199, + 97 + ], + "area_cells": 133 + }, + { + "id": "range_8", + "name": null, + "center": [ + 202, + 74 + ], + "peak": [ + 203, + 73 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672i/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672i/globe.png new file mode 100644 index 000000000..c1e12f6a9 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672i/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672i/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672i/heightmap.png new file mode 100644 index 000000000..665980a79 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672i/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672i/index.md b/wiki/star-systems/GJ-672/bodies/GJ672i/index.md new file mode 100644 index 000000000..a2c93574a --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ672i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1480526554 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 22.89 + period_days: 40000.0 + axial_tilt_deg: 35.2 +physical: + gravity_g: 0.28 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.836 + polar_ice_lat: 0.227 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.386 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672i + +Frozen planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 40000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672i/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672i/markers.json new file mode 100644 index 000000000..b84dbccd7 --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672i/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 78, + 286 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 100, + 171 + ], + "area_fraction": 0.0302 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 169, + 252 + ], + "area_fraction": 0.07 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 59 + ], + "peak": [ + 28, + 83 + ], + "area_cells": 3724 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 173 + ], + "peak": [ + 4, + 153 + ], + "area_cells": 678 + }, + { + "id": "range_3", + "name": null, + "center": [ + 39, + 468 + ], + "peak": [ + 51, + 457 + ], + "area_cells": 3260 + }, + { + "id": "range_10", + "name": null, + "center": [ + 33, + 167 + ], + "peak": [ + 35, + 182 + ], + "area_cells": 407 + }, + { + "id": "range_11", + "name": null, + "center": [ + 78, + 82 + ], + "peak": [ + 79, + 83 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 85, + 2 + ], + "peak": [ + 86, + 3 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 139, + 92 + ], + "peak": [ + 139, + 94 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 155, + 424 + ], + "peak": [ + 156, + 424 + ], + "area_cells": 36 + }, + { + "id": "range_18", + "name": null, + "center": [ + 208, + 414 + ], + "peak": [ + 209, + 415 + ], + "area_cells": 81 + }, + { + "id": "range_20", + "name": null, + "center": [ + 223, + 452 + ], + "peak": [ + 227, + 462 + ], + "area_cells": 757 + }, + { + "id": "range_22", + "name": null, + "center": [ + 218, + 410 + ], + "peak": [ + 219, + 411 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 227, + 365 + ], + "peak": [ + 228, + 360 + ], + "area_cells": 550 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-672/bodies/GJ672j/globe.png b/wiki/star-systems/GJ-672/bodies/GJ672j/globe.png new file mode 100644 index 000000000..beab9c4a5 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672j/globe.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672j/heightmap.png b/wiki/star-systems/GJ-672/bodies/GJ672j/heightmap.png new file mode 100644 index 000000000..1645dd8d1 Binary files /dev/null and b/wiki/star-systems/GJ-672/bodies/GJ672j/heightmap.png differ diff --git a/wiki/star-systems/GJ-672/bodies/GJ672j/index.md b/wiki/star-systems/GJ-672/bodies/GJ672j/index.md new file mode 100644 index 000000000..299d7941e --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ672j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3619996635 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 38.13 + period_days: 86000.0 + axial_tilt_deg: 48.6 +physical: + gravity_g: 0.13 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.764 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.334 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ672j + +Frozen planet. + +**System:** [GJ-672](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 86000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-672/bodies/GJ672j/markers.json b/wiki/star-systems/GJ-672/bodies/GJ672j/markers.json new file mode 100644 index 000000000..2ee8f2cdc --- /dev/null +++ b/wiki/star-systems/GJ-672/bodies/GJ672j/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 13 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 53, + 267 + ], + "area_fraction": 0.2016 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 177, + 358 + ], + "peak": [ + 188, + 346 + ], + "area_cells": 3242 + }, + { + "id": "range_2", + "name": null, + "center": [ + 205, + 437 + ], + "peak": [ + 205, + 436 + ], + "area_cells": 73 + }, + { + "id": "range_3", + "name": null, + "center": [ + 233, + 481 + ], + "peak": [ + 229, + 475 + ], + "area_cells": 2675 + }, + { + "id": "range_5", + "name": null, + "center": [ + 215, + 264 + ], + "peak": [ + 215, + 266 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 243, + 145 + ], + "peak": [ + 243, + 195 + ], + "area_cells": 6339 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ673b/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673b/globe.png new file mode 100644 index 000000000..aa1f73e40 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673b/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673b/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673b/heightmap.png new file mode 100644 index 000000000..2bb67353e Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673b/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673b/index.md b/wiki/star-systems/GJ-673/bodies/GJ673b/index.md new file mode 100644 index 000000000..551b317b9 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673b/index.md @@ -0,0 +1,65 @@ +--- +id: GJ673b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2343483692 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 33.4 +physical: + gravity_g: 0.55 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.874 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673b + +Barren planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Land** | 99% | +| **Year** | 20 days | +| **Economy** | extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673b/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673b/markers.json new file mode 100644 index 000000000..4a75b35fa --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673b/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 26 + ], + "peak": [ + 22, + 38 + ], + "area_cells": 2247 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 167 + ], + "peak": [ + 53, + 175 + ], + "area_cells": 1654 + }, + { + "id": "range_4", + "name": null, + "center": [ + 30, + 212 + ], + "peak": [ + 62, + 195 + ], + "area_cells": 1441 + }, + { + "id": "range_5", + "name": null, + "center": [ + 22, + 317 + ], + "peak": [ + 11, + 284 + ], + "area_cells": 3820 + }, + { + "id": "range_8", + "name": null, + "center": [ + 25, + 465 + ], + "peak": [ + 26, + 479 + ], + "area_cells": 4155 + }, + { + "id": "range_13", + "name": null, + "center": [ + 21, + 415 + ], + "peak": [ + 22, + 417 + ], + "area_cells": 101 + }, + { + "id": "range_14", + "name": null, + "center": [ + 39, + 114 + ], + "peak": [ + 36, + 120 + ], + "area_cells": 292 + }, + { + "id": "range_15", + "name": null, + "center": [ + 44, + 138 + ], + "peak": [ + 46, + 139 + ], + "area_cells": 169 + }, + { + "id": "range_18", + "name": null, + "center": [ + 48, + 248 + ], + "peak": [ + 47, + 249 + ], + "area_cells": 43 + }, + { + "id": "range_20", + "name": null, + "center": [ + 52, + 384 + ], + "peak": [ + 51, + 383 + ], + "area_cells": 155 + }, + { + "id": "range_21", + "name": null, + "center": [ + 69, + 414 + ], + "peak": [ + 71, + 405 + ], + "area_cells": 619 + }, + { + "id": "range_23", + "name": null, + "center": [ + 63, + 474 + ], + "peak": [ + 64, + 475 + ], + "area_cells": 56 + }, + { + "id": "range_25", + "name": null, + "center": [ + 64, + 283 + ], + "peak": [ + 65, + 283 + ], + "area_cells": 22 + }, + { + "id": "range_26", + "name": null, + "center": [ + 75, + 75 + ], + "peak": [ + 77, + 70 + ], + "area_cells": 208 + }, + { + "id": "range_27", + "name": null, + "center": [ + 72, + 105 + ], + "peak": [ + 70, + 105 + ], + "area_cells": 111 + }, + { + "id": "range_28", + "name": null, + "center": [ + 73, + 40 + ], + "peak": [ + 72, + 45 + ], + "area_cells": 89 + }, + { + "id": "range_30", + "name": null, + "center": [ + 74, + 367 + ], + "peak": [ + 75, + 366 + ], + "area_cells": 35 + }, + { + "id": "range_32", + "name": null, + "center": [ + 80, + 217 + ], + "peak": [ + 81, + 219 + ], + "area_cells": 76 + }, + { + "id": "range_34", + "name": null, + "center": [ + 127, + 464 + ], + "peak": [ + 136, + 501 + ], + "area_cells": 3804 + }, + { + "id": "range_35", + "name": null, + "center": [ + 92, + 116 + ], + "peak": [ + 92, + 116 + ], + "area_cells": 78 + }, + { + "id": "range_37", + "name": null, + "center": [ + 98, + 386 + ], + "peak": [ + 101, + 385 + ], + "area_cells": 108 + }, + { + "id": "range_39", + "name": null, + "center": [ + 133, + 50 + ], + "peak": [ + 112, + 29 + ], + "area_cells": 3706 + }, + { + "id": "range_40", + "name": null, + "center": [ + 120, + 199 + ], + "peak": [ + 118, + 202 + ], + "area_cells": 558 + }, + { + "id": "range_42", + "name": null, + "center": [ + 124, + 259 + ], + "peak": [ + 126, + 260 + ], + "area_cells": 59 + }, + { + "id": "range_43", + "name": null, + "center": [ + 146, + 329 + ], + "peak": [ + 148, + 337 + ], + "area_cells": 426 + }, + { + "id": "range_44", + "name": null, + "center": [ + 139, + 165 + ], + "peak": [ + 143, + 172 + ], + "area_cells": 58 + }, + { + "id": "range_46", + "name": null, + "center": [ + 145, + 376 + ], + "peak": [ + 144, + 376 + ], + "area_cells": 137 + }, + { + "id": "range_47", + "name": null, + "center": [ + 142, + 228 + ], + "peak": [ + 143, + 229 + ], + "area_cells": 45 + }, + { + "id": "range_48", + "name": null, + "center": [ + 143, + 248 + ], + "peak": [ + 143, + 248 + ], + "area_cells": 39 + }, + { + "id": "range_49", + "name": null, + "center": [ + 152, + 132 + ], + "peak": [ + 154, + 131 + ], + "area_cells": 99 + }, + { + "id": "range_54", + "name": null, + "center": [ + 160, + 95 + ], + "peak": [ + 161, + 92 + ], + "area_cells": 90 + }, + { + "id": "range_55", + "name": null, + "center": [ + 175, + 353 + ], + "peak": [ + 165, + 361 + ], + "area_cells": 752 + }, + { + "id": "range_57", + "name": null, + "center": [ + 175, + 295 + ], + "peak": [ + 176, + 295 + ], + "area_cells": 45 + }, + { + "id": "range_63", + "name": null, + "center": [ + 205, + 19 + ], + "peak": [ + 205, + 19 + ], + "area_cells": 72 + }, + { + "id": "range_76", + "name": null, + "center": [ + 235, + 388 + ], + "peak": [ + 236, + 388 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673c/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673c/globe.png new file mode 100644 index 000000000..972d73f84 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673c/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673c/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673c/heightmap.png new file mode 100644 index 000000000..5fe309924 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673c/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673c/index.md b/wiki/star-systems/GJ-673/bodies/GJ673c/index.md new file mode 100644 index 000000000..e1254477d --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ673c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1691094388 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.246 + period_days: 50.0 + axial_tilt_deg: 30.0 +physical: + gravity_g: 0.45 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.864 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.182 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673c + +Arid planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673c/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673c/markers.json new file mode 100644 index 000000000..f274d5659 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673c/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 152 + ], + "peak": [ + 40, + 163 + ], + "area_cells": 8908 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 323 + ], + "peak": [ + 0, + 324 + ], + "area_cells": 64 + }, + { + "id": "range_5", + "name": null, + "center": [ + 2, + 387 + ], + "peak": [ + 4, + 391 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 1, + 505 + ], + "peak": [ + 1, + 503 + ], + "area_cells": 53 + }, + { + "id": "range_11", + "name": null, + "center": [ + 87, + 397 + ], + "peak": [ + 88, + 405 + ], + "area_cells": 7891 + }, + { + "id": "range_14", + "name": null, + "center": [ + 113, + 83 + ], + "peak": [ + 110, + 88 + ], + "area_cells": 253 + }, + { + "id": "range_15", + "name": null, + "center": [ + 113, + 465 + ], + "peak": [ + 114, + 465 + ], + "area_cells": 20 + }, + { + "id": "range_17", + "name": null, + "center": [ + 138, + 315 + ], + "peak": [ + 138, + 315 + ], + "area_cells": 43 + }, + { + "id": "range_18", + "name": null, + "center": [ + 155, + 316 + ], + "peak": [ + 153, + 316 + ], + "area_cells": 493 + }, + { + "id": "range_20", + "name": null, + "center": [ + 186, + 272 + ], + "peak": [ + 187, + 274 + ], + "area_cells": 300 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d-1/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673d-1/globe.png new file mode 100644 index 000000000..505cb95d2 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673d-1/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d-1/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673d-1/heightmap.png new file mode 100644 index 000000000..2760e4d4d Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d-1/index.md b/wiki/star-systems/GJ-673/bodies/GJ673d-1/index.md new file mode 100644 index 000000000..d1ac04884 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ673d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2141790683 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 0.2 +physical: + gravity_g: 0.05 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.975 + 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 +--- + +# GJ673d-1 + +Barren moon. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d-1/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673d-1/markers.json new file mode 100644 index 000000000..e153903b2 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673d-1/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 135, + 108 + ], + "peak": [ + 87, + 133 + ], + "area_cells": 14340 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 131 + ], + "peak": [ + 38, + 130 + ], + "area_cells": 259 + }, + { + "id": "range_7", + "name": null, + "center": [ + 74, + 36 + ], + "peak": [ + 76, + 37 + ], + "area_cells": 1670 + }, + { + "id": "range_9", + "name": null, + "center": [ + 71, + 483 + ], + "peak": [ + 79, + 476 + ], + "area_cells": 1402 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 12 + ], + "peak": [ + 51, + 12 + ], + "area_cells": 76 + }, + { + "id": "range_12", + "name": null, + "center": [ + 67, + 326 + ], + "peak": [ + 62, + 328 + ], + "area_cells": 45 + }, + { + "id": "range_16", + "name": null, + "center": [ + 78, + 309 + ], + "peak": [ + 77, + 305 + ], + "area_cells": 124 + }, + { + "id": "range_20", + "name": null, + "center": [ + 85, + 216 + ], + "peak": [ + 86, + 216 + ], + "area_cells": 24 + }, + { + "id": "range_21", + "name": null, + "center": [ + 95, + 338 + ], + "peak": [ + 97, + 336 + ], + "area_cells": 162 + }, + { + "id": "range_22", + "name": null, + "center": [ + 102, + 506 + ], + "peak": [ + 105, + 505 + ], + "area_cells": 85 + }, + { + "id": "range_23", + "name": null, + "center": [ + 109, + 315 + ], + "peak": [ + 107, + 317 + ], + "area_cells": 85 + }, + { + "id": "range_24", + "name": null, + "center": [ + 117, + 439 + ], + "peak": [ + 116, + 425 + ], + "area_cells": 407 + }, + { + "id": "range_28", + "name": null, + "center": [ + 146, + 347 + ], + "peak": [ + 141, + 351 + ], + "area_cells": 1024 + }, + { + "id": "range_29", + "name": null, + "center": [ + 132, + 508 + ], + "peak": [ + 132, + 508 + ], + "area_cells": 42 + }, + { + "id": "range_32", + "name": null, + "center": [ + 169, + 459 + ], + "peak": [ + 195, + 480 + ], + "area_cells": 3049 + }, + { + "id": "range_34", + "name": null, + "center": [ + 183, + 361 + ], + "peak": [ + 184, + 378 + ], + "area_cells": 362 + }, + { + "id": "range_35", + "name": null, + "center": [ + 182, + 198 + ], + "peak": [ + 185, + 196 + ], + "area_cells": 44 + }, + { + "id": "range_36", + "name": null, + "center": [ + 193, + 105 + ], + "peak": [ + 193, + 105 + ], + "area_cells": 52 + }, + { + "id": "range_37", + "name": null, + "center": [ + 214, + 359 + ], + "peak": [ + 215, + 359 + ], + "area_cells": 133 + }, + { + "id": "range_38", + "name": null, + "center": [ + 203, + 431 + ], + "peak": [ + 203, + 431 + ], + "area_cells": 69 + }, + { + "id": "range_39", + "name": null, + "center": [ + 206, + 403 + ], + "peak": [ + 207, + 403 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673d/globe.png new file mode 100644 index 000000000..3a72beac6 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673d/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673d/heightmap.png new file mode 100644 index 000000000..860862a97 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673d/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d/index.md b/wiki/star-systems/GJ-673/bodies/GJ673d/index.md new file mode 100644 index 000000000..6a94dcb8a --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ673d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1519999509 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.441 + period_days: 120.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.78 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.908 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.178 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673d + +Arid planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.78g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 93% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673d/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673d/markers.json new file mode 100644 index 000000000..bf7de7312 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673d/markers.json @@ -0,0 +1,299 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 250, + 370 + ], + [ + 249, + 371 + ], + [ + 248, + 371 + ], + [ + 247, + 371 + ], + [ + 246, + 371 + ], + [ + 245, + 371 + ], + [ + 244, + 371 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 146, + 153 + ], + [ + 145, + 152 + ], + [ + 144, + 151 + ], + [ + 143, + 151 + ], + [ + 142, + 150 + ], + [ + 141, + 149 + ], + [ + 142, + 149 + ], + [ + 142, + 148 + ], + [ + 141, + 147 + ], + [ + 141, + 146 + ], + [ + 142, + 145 + ], + [ + 142, + 144 + ], + [ + 141, + 144 + ], + [ + 142, + 143 + ], + [ + 141, + 143 + ], + [ + 142, + 142 + ], + [ + 142, + 141 + ], + [ + 141, + 141 + ], + [ + 142, + 140 + ], + [ + 141, + 140 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 220, + 416 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 237, + 114 + ], + "area_fraction": 0.0235 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 296 + ], + "peak": [ + 25, + 311 + ], + "area_cells": 3861 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 450 + ], + "peak": [ + 40, + 424 + ], + "area_cells": 13529 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 124 + ], + "peak": [ + 21, + 117 + ], + "area_cells": 1180 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 187 + ], + "peak": [ + 12, + 189 + ], + "area_cells": 76 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 71 + ], + "peak": [ + 110, + 42 + ], + "area_cells": 12451 + }, + { + "id": "range_8", + "name": null, + "center": [ + 74, + 298 + ], + "peak": [ + 74, + 298 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 245 + ], + "peak": [ + 86, + 243 + ], + "area_cells": 629 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 363 + ], + "peak": [ + 128, + 365 + ], + "area_cells": 72 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 323 + ], + "peak": [ + 141, + 326 + ], + "area_cells": 212 + }, + { + "id": "range_12", + "name": null, + "center": [ + 166, + 284 + ], + "peak": [ + 167, + 282 + ], + "area_cells": 122 + }, + { + "id": "range_13", + "name": null, + "center": [ + 168, + 250 + ], + "peak": [ + 168, + 250 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673e/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673e/globe.png new file mode 100644 index 000000000..4ce4d7caf Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673e/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673e/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673e/heightmap.png new file mode 100644 index 000000000..12aa794b3 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673e/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673e/index.md b/wiki/star-systems/GJ-673/bodies/GJ673e/index.md new file mode 100644 index 000000000..f5700cd57 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ673e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3981161101 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.38 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.84 + polar_ice_lat: 0.222 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673e + +Frozen planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673e/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673e/markers.json new file mode 100644 index 000000000..a5900a1d3 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673e/markers.json @@ -0,0 +1,273 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 55 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 71, + 388 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 115, + 27 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 148, + 372 + ], + "area_fraction": 0.0751 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 181, + 134 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 223 + ], + "peak": [ + 9, + 245 + ], + "area_cells": 2000 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 397 + ], + "peak": [ + 3, + 400 + ], + "area_cells": 1892 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 142 + ], + "peak": [ + 7, + 142 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 191 + ], + "peak": [ + 69, + 178 + ], + "area_cells": 7852 + }, + { + "id": "range_7", + "name": null, + "center": [ + 55, + 505 + ], + "peak": [ + 58, + 509 + ], + "area_cells": 81 + }, + { + "id": "range_8", + "name": null, + "center": [ + 52, + 77 + ], + "peak": [ + 53, + 77 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 298 + ], + "peak": [ + 115, + 298 + ], + "area_cells": 39 + }, + { + "id": "range_12", + "name": null, + "center": [ + 118, + 310 + ], + "peak": [ + 118, + 311 + ], + "area_cells": 35 + }, + { + "id": "range_13", + "name": null, + "center": [ + 140, + 252 + ], + "peak": [ + 148, + 256 + ], + "area_cells": 1240 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 194 + ], + "peak": [ + 120, + 188 + ], + "area_cells": 39 + }, + { + "id": "range_15", + "name": null, + "center": [ + 136, + 200 + ], + "peak": [ + 140, + 203 + ], + "area_cells": 808 + }, + { + "id": "range_18", + "name": null, + "center": [ + 166, + 233 + ], + "peak": [ + 168, + 237 + ], + "area_cells": 59 + }, + { + "id": "range_19", + "name": null, + "center": [ + 237, + 244 + ], + "peak": [ + 247, + 236 + ], + "area_cells": 3555 + }, + { + "id": "range_22", + "name": null, + "center": [ + 225, + 35 + ], + "peak": [ + 228, + 43 + ], + "area_cells": 203 + }, + { + "id": "range_25", + "name": null, + "center": [ + 243, + 170 + ], + "peak": [ + 240, + 175 + ], + "area_cells": 64 + }, + { + "id": "range_26", + "name": null, + "center": [ + 253, + 36 + ], + "peak": [ + 255, + 42 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673f/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673f/globe.png new file mode 100644 index 000000000..1173df52e Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673f/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673f/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673f/heightmap.png new file mode 100644 index 000000000..c11a7843c Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673f/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673f/index.md b/wiki/star-systems/GJ-673/bodies/GJ673f/index.md new file mode 100644 index 000000000..d5a5bc5db --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ673f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1992114917 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 21.5 +physical: + gravity_g: 0.3 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.87 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673f + +Frozen planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673f/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673f/markers.json new file mode 100644 index 000000000..5cdc73ea9 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673f/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 23 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 57, + 246 + ], + "area_fraction": 0.0542 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 83, + 314 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 73, + 376 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 88, + 435 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 199, + 464 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 124, + 93 + ], + "peak": [ + 125, + 93 + ], + "area_cells": 298 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 192 + ], + "peak": [ + 132, + 192 + ], + "area_cells": 65 + }, + { + "id": "range_4", + "name": null, + "center": [ + 240, + 375 + ], + "peak": [ + 255, + 437 + ], + "area_cells": 6192 + }, + { + "id": "range_5", + "name": null, + "center": [ + 239, + 149 + ], + "peak": [ + 247, + 149 + ], + "area_cells": 2597 + }, + { + "id": "range_7", + "name": null, + "center": [ + 248, + 4 + ], + "peak": [ + 250, + 0 + ], + "area_cells": 114 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-1/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673g-1/globe.png new file mode 100644 index 000000000..227087fbc Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673g-1/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-1/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673g-1/heightmap.png new file mode 100644 index 000000000..8edcdb7f8 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-1/index.md b/wiki/star-systems/GJ-673/bodies/GJ673g-1/index.md new file mode 100644 index 000000000..604388228 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ673g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1188147763 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.06 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.802 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673g-1 + +Barren moon. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-1/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673g-1/markers.json new file mode 100644 index 000000000..b8eec12c3 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673g-1/markers.json @@ -0,0 +1,599 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 59 + ], + "peak": [ + 97, + 38 + ], + "area_cells": 7859 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 452 + ], + "peak": [ + 0, + 458 + ], + "area_cells": 72 + }, + { + "id": "range_3", + "name": null, + "center": [ + 14, + 471 + ], + "peak": [ + 14, + 468 + ], + "area_cells": 153 + }, + { + "id": "range_5", + "name": null, + "center": [ + 2, + 479 + ], + "peak": [ + 2, + 479 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 494 + ], + "peak": [ + 2, + 495 + ], + "area_cells": 134 + }, + { + "id": "range_7", + "name": null, + "center": [ + 2, + 508 + ], + "peak": [ + 2, + 511 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 29, + 316 + ], + "peak": [ + 29, + 317 + ], + "area_cells": 80 + }, + { + "id": "range_15", + "name": null, + "center": [ + 30, + 306 + ], + "peak": [ + 27, + 306 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 40, + 265 + ], + "peak": [ + 33, + 268 + ], + "area_cells": 549 + }, + { + "id": "range_17", + "name": null, + "center": [ + 30, + 337 + ], + "peak": [ + 30, + 338 + ], + "area_cells": 47 + }, + { + "id": "range_19", + "name": null, + "center": [ + 30, + 348 + ], + "peak": [ + 31, + 349 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 30, + 326 + ], + "peak": [ + 31, + 329 + ], + "area_cells": 54 + }, + { + "id": "range_28", + "name": null, + "center": [ + 53, + 459 + ], + "peak": [ + 54, + 460 + ], + "area_cells": 46 + }, + { + "id": "range_29", + "name": null, + "center": [ + 119, + 431 + ], + "peak": [ + 120, + 374 + ], + "area_cells": 6055 + }, + { + "id": "range_30", + "name": null, + "center": [ + 66, + 477 + ], + "peak": [ + 66, + 478 + ], + "area_cells": 46 + }, + { + "id": "range_34", + "name": null, + "center": [ + 78, + 271 + ], + "peak": [ + 75, + 270 + ], + "area_cells": 211 + }, + { + "id": "range_39", + "name": null, + "center": [ + 87, + 445 + ], + "peak": [ + 88, + 445 + ], + "area_cells": 23 + }, + { + "id": "range_41", + "name": null, + "center": [ + 94, + 287 + ], + "peak": [ + 93, + 288 + ], + "area_cells": 68 + }, + { + "id": "range_42", + "name": null, + "center": [ + 97, + 250 + ], + "peak": [ + 101, + 251 + ], + "area_cells": 70 + }, + { + "id": "range_44", + "name": null, + "center": [ + 96, + 192 + ], + "peak": [ + 96, + 192 + ], + "area_cells": 24 + }, + { + "id": "range_46", + "name": null, + "center": [ + 108, + 290 + ], + "peak": [ + 108, + 291 + ], + "area_cells": 32 + }, + { + "id": "range_55", + "name": null, + "center": [ + 132, + 195 + ], + "peak": [ + 132, + 196 + ], + "area_cells": 42 + }, + { + "id": "range_59", + "name": null, + "center": [ + 156, + 240 + ], + "peak": [ + 156, + 240 + ], + "area_cells": 20 + }, + { + "id": "range_60", + "name": null, + "center": [ + 157, + 169 + ], + "peak": [ + 157, + 170 + ], + "area_cells": 40 + }, + { + "id": "range_61", + "name": null, + "center": [ + 161, + 256 + ], + "peak": [ + 161, + 256 + ], + "area_cells": 32 + }, + { + "id": "range_62", + "name": null, + "center": [ + 162, + 59 + ], + "peak": [ + 163, + 60 + ], + "area_cells": 24 + }, + { + "id": "range_65", + "name": null, + "center": [ + 175, + 248 + ], + "peak": [ + 176, + 250 + ], + "area_cells": 47 + }, + { + "id": "range_67", + "name": null, + "center": [ + 181, + 283 + ], + "peak": [ + 183, + 283 + ], + "area_cells": 31 + }, + { + "id": "range_68", + "name": null, + "center": [ + 205, + 257 + ], + "peak": [ + 199, + 255 + ], + "area_cells": 1577 + }, + { + "id": "range_71", + "name": null, + "center": [ + 188, + 370 + ], + "peak": [ + 190, + 371 + ], + "area_cells": 52 + }, + { + "id": "range_74", + "name": null, + "center": [ + 196, + 350 + ], + "peak": [ + 195, + 350 + ], + "area_cells": 139 + }, + { + "id": "range_75", + "name": null, + "center": [ + 188, + 427 + ], + "peak": [ + 188, + 427 + ], + "area_cells": 63 + }, + { + "id": "range_77", + "name": null, + "center": [ + 192, + 404 + ], + "peak": [ + 192, + 404 + ], + "area_cells": 183 + }, + { + "id": "range_78", + "name": null, + "center": [ + 208, + 491 + ], + "peak": [ + 221, + 492 + ], + "area_cells": 350 + }, + { + "id": "range_81", + "name": null, + "center": [ + 208, + 7 + ], + "peak": [ + 207, + 9 + ], + "area_cells": 308 + }, + { + "id": "range_82", + "name": null, + "center": [ + 191, + 462 + ], + "peak": [ + 191, + 468 + ], + "area_cells": 41 + }, + { + "id": "range_83", + "name": null, + "center": [ + 196, + 183 + ], + "peak": [ + 196, + 185 + ], + "area_cells": 176 + }, + { + "id": "range_84", + "name": null, + "center": [ + 208, + 32 + ], + "peak": [ + 208, + 30 + ], + "area_cells": 203 + }, + { + "id": "range_86", + "name": null, + "center": [ + 217, + 312 + ], + "peak": [ + 219, + 306 + ], + "area_cells": 688 + }, + { + "id": "range_88", + "name": null, + "center": [ + 207, + 449 + ], + "peak": [ + 207, + 452 + ], + "area_cells": 38 + }, + { + "id": "range_95", + "name": null, + "center": [ + 220, + 101 + ], + "peak": [ + 221, + 100 + ], + "area_cells": 84 + }, + { + "id": "range_96", + "name": null, + "center": [ + 225, + 192 + ], + "peak": [ + 232, + 191 + ], + "area_cells": 79 + }, + { + "id": "range_97", + "name": null, + "center": [ + 216, + 114 + ], + "peak": [ + 217, + 114 + ], + "area_cells": 22 + }, + { + "id": "range_98", + "name": null, + "center": [ + 242, + 132 + ], + "peak": [ + 251, + 127 + ], + "area_cells": 370 + }, + { + "id": "range_102", + "name": null, + "center": [ + 233, + 178 + ], + "peak": [ + 238, + 182 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-2/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673g-2/globe.png new file mode 100644 index 000000000..1e2d8e4fb Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673g-2/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-2/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673g-2/heightmap.png new file mode 100644 index 000000000..12017aa79 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-2/index.md b/wiki/star-systems/GJ-673/bodies/GJ673g-2/index.md new file mode 100644 index 000000000..6a0479b17 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ673g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2999071316 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 20.6 +physical: + gravity_g: 0.04 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.776 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673g-2 + +Frozen moon. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g-2/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673g-2/markers.json new file mode 100644 index 000000000..b68528c5b --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673g-2/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 31 + ], + "area_fraction": 0.0218 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 20, + 456 + ], + "area_fraction": 0.0354 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 38, + 105 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 68, + 142 + ], + "area_fraction": 0.007 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 144, + 113 + ], + "area_fraction": 0.0652 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 163, + 305 + ], + "area_fraction": 0.013 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 165, + 255 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 202, + 398 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 243, + 30 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 247 + ], + "peak": [ + 5, + 245 + ], + "area_cells": 104 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 188 + ], + "peak": [ + 13, + 188 + ], + "area_cells": 75 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 251 + ], + "peak": [ + 22, + 252 + ], + "area_cells": 47 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 263 + ], + "peak": [ + 33, + 264 + ], + "area_cells": 70 + }, + { + "id": "range_6", + "name": null, + "center": [ + 35, + 253 + ], + "peak": [ + 34, + 253 + ], + "area_cells": 49 + }, + { + "id": "range_9", + "name": null, + "center": [ + 102, + 249 + ], + "peak": [ + 103, + 251 + ], + "area_cells": 3770 + }, + { + "id": "range_10", + "name": null, + "center": [ + 71, + 486 + ], + "peak": [ + 72, + 486 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 460 + ], + "peak": [ + 110, + 464 + ], + "area_cells": 1196 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 74 + ], + "peak": [ + 94, + 74 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 107, + 89 + ], + "peak": [ + 108, + 91 + ], + "area_cells": 63 + }, + { + "id": "range_17", + "name": null, + "center": [ + 122, + 415 + ], + "peak": [ + 123, + 415 + ], + "area_cells": 110 + }, + { + "id": "range_18", + "name": null, + "center": [ + 129, + 397 + ], + "peak": [ + 129, + 398 + ], + "area_cells": 35 + }, + { + "id": "range_20", + "name": null, + "center": [ + 198, + 219 + ], + "peak": [ + 192, + 236 + ], + "area_cells": 1078 + }, + { + "id": "range_21", + "name": null, + "center": [ + 197, + 275 + ], + "peak": [ + 196, + 276 + ], + "area_cells": 31 + }, + { + "id": "range_23", + "name": null, + "center": [ + 208, + 479 + ], + "peak": [ + 206, + 477 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673g/globe.png new file mode 100644 index 000000000..f3887452e Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673g/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673g/index.md b/wiki/star-systems/GJ-673/bodies/GJ673g/index.md new file mode 100644 index 000000000..11f764fa2 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ673g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 974547681 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: null + oblateness: 0.0712 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.275 +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.116 +--- + +# GJ673g + +Gas giant. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673h/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673h/globe.png new file mode 100644 index 000000000..09e3e579b Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673h/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673h/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673h/heightmap.png new file mode 100644 index 000000000..d992e1664 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673h/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673h/index.md b/wiki/star-systems/GJ-673/bodies/GJ673h/index.md new file mode 100644 index 000000000..58dd8bcab --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ673h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2691033839 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.942 + period_days: 4500.0 + axial_tilt_deg: 34.0 +physical: + gravity_g: 0.12 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.787 + polar_ice_lat: 0.114 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.228 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673h + +Frozen planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673h/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673h/markers.json new file mode 100644 index 000000000..171553177 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673h/markers.json @@ -0,0 +1,186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 40, + 195 + ], + "area_fraction": 0.0211 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 52, + 462 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 110, + 362 + ], + "area_fraction": 0.0772 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 108, + 219 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 157, + 283 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 217, + 206 + ], + "area_fraction": 0.0191 + }, + { + "id": "water_44", + "name": null, + "kind": "sea", + "center": [ + 240, + 67 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 246, + 369 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 99 + ], + "peak": [ + 0, + 54 + ], + "area_cells": 5323 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 281 + ], + "peak": [ + 3, + 293 + ], + "area_cells": 2198 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 482 + ], + "peak": [ + 2, + 465 + ], + "area_cells": 903 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 6 + ], + "peak": [ + 52, + 4 + ], + "area_cells": 97 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 252 + ], + "peak": [ + 62, + 251 + ], + "area_cells": 87 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 33 + ], + "peak": [ + 107, + 37 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 106, + 22 + ], + "peak": [ + 107, + 22 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-673/bodies/GJ673i/globe.png b/wiki/star-systems/GJ-673/bodies/GJ673i/globe.png new file mode 100644 index 000000000..bc6ce3d58 Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673i/globe.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673i/heightmap.png b/wiki/star-systems/GJ-673/bodies/GJ673i/heightmap.png new file mode 100644 index 000000000..f28f9e9be Binary files /dev/null and b/wiki/star-systems/GJ-673/bodies/GJ673i/heightmap.png differ diff --git a/wiki/star-systems/GJ-673/bodies/GJ673i/index.md b/wiki/star-systems/GJ-673/bodies/GJ673i/index.md new file mode 100644 index 000000000..f351957d4 --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ673i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4286018192 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.253 + period_days: 8000.0 + axial_tilt_deg: 50.1 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.702 + polar_ice_lat: 0.119 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ673i + +Frozen planet. + +**System:** [GJ-673](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 8000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-673/bodies/GJ673i/markers.json b/wiki/star-systems/GJ-673/bodies/GJ673i/markers.json new file mode 100644 index 000000000..d270aa10d --- /dev/null +++ b/wiki/star-systems/GJ-673/bodies/GJ673i/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 342 + ], + "area_fraction": 0.0294 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 109, + 390 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 193, + 471 + ], + "area_fraction": 0.0667 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 158, + 310 + ], + "area_fraction": 0.0236 + }, + { + "id": "water_17", + "name": null, + "kind": "ocean", + "center": [ + 213, + 116 + ], + "area_fraction": 0.1352 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 166, + 215 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 73, + 182 + ], + "peak": [ + 67, + 193 + ], + "area_cells": 7403 + }, + { + "id": "range_6", + "name": null, + "center": [ + 81, + 21 + ], + "peak": [ + 86, + 27 + ], + "area_cells": 619 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 498 + ], + "peak": [ + 81, + 508 + ], + "area_cells": 372 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 466 + ], + "peak": [ + 82, + 466 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 104, + 99 + ], + "peak": [ + 105, + 100 + ], + "area_cells": 186 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ674b/globe.png b/wiki/star-systems/GJ-674/bodies/GJ674b/globe.png new file mode 100644 index 000000000..aec2dc17e Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674b/globe.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674b/heightmap.png b/wiki/star-systems/GJ-674/bodies/GJ674b/heightmap.png new file mode 100644 index 000000000..d5cafd205 Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674b/heightmap.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674b/index.md b/wiki/star-systems/GJ-674/bodies/GJ674b/index.md new file mode 100644 index 000000000..c4d673354 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ674b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4259264032 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 4.7 +physical: + gravity_g: 0.28 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.93 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ674b + +Barren planet. + +**System:** [GJ-674](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-674/bodies/GJ674b/markers.json b/wiki/star-systems/GJ-674/bodies/GJ674b/markers.json new file mode 100644 index 000000000..795c087a2 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674b/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 49, + 80 + ], + "peak": [ + 52, + 83 + ], + "area_cells": 1055 + }, + { + "id": "range_6", + "name": null, + "center": [ + 40, + 195 + ], + "peak": [ + 41, + 196 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 51, + 184 + ], + "peak": [ + 56, + 186 + ], + "area_cells": 122 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 424 + ], + "peak": [ + 50, + 425 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 52, + 160 + ], + "peak": [ + 52, + 160 + ], + "area_cells": 30 + }, + { + "id": "range_14", + "name": null, + "center": [ + 54, + 303 + ], + "peak": [ + 55, + 303 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 60, + 348 + ], + "peak": [ + 60, + 348 + ], + "area_cells": 73 + }, + { + "id": "range_17", + "name": null, + "center": [ + 69, + 173 + ], + "peak": [ + 72, + 175 + ], + "area_cells": 197 + }, + { + "id": "range_18", + "name": null, + "center": [ + 78, + 120 + ], + "peak": [ + 82, + 119 + ], + "area_cells": 284 + }, + { + "id": "range_20", + "name": null, + "center": [ + 155, + 323 + ], + "peak": [ + 149, + 483 + ], + "area_cells": 12387 + }, + { + "id": "range_22", + "name": null, + "center": [ + 77, + 283 + ], + "peak": [ + 77, + 283 + ], + "area_cells": 147 + }, + { + "id": "range_25", + "name": null, + "center": [ + 77, + 88 + ], + "peak": [ + 77, + 89 + ], + "area_cells": 23 + }, + { + "id": "range_26", + "name": null, + "center": [ + 80, + 421 + ], + "peak": [ + 82, + 421 + ], + "area_cells": 75 + }, + { + "id": "range_28", + "name": null, + "center": [ + 84, + 367 + ], + "peak": [ + 85, + 368 + ], + "area_cells": 56 + }, + { + "id": "range_29", + "name": null, + "center": [ + 91, + 86 + ], + "peak": [ + 94, + 84 + ], + "area_cells": 183 + }, + { + "id": "range_30", + "name": null, + "center": [ + 97, + 443 + ], + "peak": [ + 98, + 444 + ], + "area_cells": 143 + }, + { + "id": "range_31", + "name": null, + "center": [ + 103, + 154 + ], + "peak": [ + 103, + 154 + ], + "area_cells": 25 + }, + { + "id": "range_32", + "name": null, + "center": [ + 106, + 471 + ], + "peak": [ + 106, + 471 + ], + "area_cells": 29 + }, + { + "id": "range_33", + "name": null, + "center": [ + 149, + 37 + ], + "peak": [ + 134, + 17 + ], + "area_cells": 2373 + }, + { + "id": "range_35", + "name": null, + "center": [ + 123, + 106 + ], + "peak": [ + 126, + 115 + ], + "area_cells": 109 + }, + { + "id": "range_36", + "name": null, + "center": [ + 121, + 496 + ], + "peak": [ + 121, + 496 + ], + "area_cells": 63 + }, + { + "id": "range_37", + "name": null, + "center": [ + 135, + 450 + ], + "peak": [ + 134, + 451 + ], + "area_cells": 23 + }, + { + "id": "range_38", + "name": null, + "center": [ + 155, + 92 + ], + "peak": [ + 155, + 92 + ], + "area_cells": 45 + }, + { + "id": "range_41", + "name": null, + "center": [ + 183, + 115 + ], + "peak": [ + 180, + 111 + ], + "area_cells": 452 + }, + { + "id": "range_42", + "name": null, + "center": [ + 174, + 148 + ], + "peak": [ + 174, + 149 + ], + "area_cells": 54 + }, + { + "id": "range_44", + "name": null, + "center": [ + 199, + 85 + ], + "peak": [ + 200, + 86 + ], + "area_cells": 347 + }, + { + "id": "range_45", + "name": null, + "center": [ + 192, + 427 + ], + "peak": [ + 192, + 428 + ], + "area_cells": 51 + }, + { + "id": "range_46", + "name": null, + "center": [ + 191, + 245 + ], + "peak": [ + 191, + 246 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c-1/globe.png b/wiki/star-systems/GJ-674/bodies/GJ674c-1/globe.png new file mode 100644 index 000000000..aea133fd7 Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674c-1/globe.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c-1/heightmap.png b/wiki/star-systems/GJ-674/bodies/GJ674c-1/heightmap.png new file mode 100644 index 000000000..eb9757ffa Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c-1/index.md b/wiki/star-systems/GJ-674/bodies/GJ674c-1/index.md new file mode 100644 index 000000000..8564245e7 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ674c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 979792843 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 36.8 +physical: + gravity_g: 0.05 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.834 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ674c-1 + +Barren moon. + +**System:** [GJ-674](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 100% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c-1/markers.json b/wiki/star-systems/GJ-674/bodies/GJ674c-1/markers.json new file mode 100644 index 000000000..c31ed89fb --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674c-1/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 336 + ], + "peak": [ + 35, + 339 + ], + "area_cells": 58 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 135 + ], + "peak": [ + 50, + 132 + ], + "area_cells": 53 + }, + { + "id": "range_5", + "name": null, + "center": [ + 48, + 389 + ], + "peak": [ + 49, + 392 + ], + "area_cells": 130 + }, + { + "id": "range_11", + "name": null, + "center": [ + 185, + 198 + ], + "peak": [ + 241, + 137 + ], + "area_cells": 46209 + }, + { + "id": "range_12", + "name": null, + "center": [ + 77, + 459 + ], + "peak": [ + 77, + 459 + ], + "area_cells": 95 + }, + { + "id": "range_13", + "name": null, + "center": [ + 84, + 388 + ], + "peak": [ + 80, + 390 + ], + "area_cells": 403 + }, + { + "id": "range_19", + "name": null, + "center": [ + 118, + 473 + ], + "peak": [ + 144, + 501 + ], + "area_cells": 4091 + }, + { + "id": "range_20", + "name": null, + "center": [ + 87, + 365 + ], + "peak": [ + 87, + 362 + ], + "area_cells": 51 + }, + { + "id": "range_25", + "name": null, + "center": [ + 92, + 331 + ], + "peak": [ + 92, + 331 + ], + "area_cells": 21 + }, + { + "id": "range_32", + "name": null, + "center": [ + 109, + 312 + ], + "peak": [ + 107, + 308 + ], + "area_cells": 90 + }, + { + "id": "range_39", + "name": null, + "center": [ + 139, + 372 + ], + "peak": [ + 140, + 372 + ], + "area_cells": 35 + }, + { + "id": "range_44", + "name": null, + "center": [ + 156, + 413 + ], + "peak": [ + 156, + 413 + ], + "area_cells": 27 + }, + { + "id": "range_45", + "name": null, + "center": [ + 168, + 421 + ], + "peak": [ + 171, + 424 + ], + "area_cells": 90 + }, + { + "id": "range_46", + "name": null, + "center": [ + 173, + 4 + ], + "peak": [ + 167, + 0 + ], + "area_cells": 138 + }, + { + "id": "range_48", + "name": null, + "center": [ + 191, + 488 + ], + "peak": [ + 180, + 485 + ], + "area_cells": 278 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c/globe.png b/wiki/star-systems/GJ-674/bodies/GJ674c/globe.png new file mode 100644 index 000000000..a3ad44682 Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674c/globe.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c/heightmap.png b/wiki/star-systems/GJ-674/bodies/GJ674c/heightmap.png new file mode 100644 index 000000000..ad6a26263 Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674c/heightmap.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c/index.md b/wiki/star-systems/GJ-674/bodies/GJ674c/index.md new file mode 100644 index 000000000..4d3936e60 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ674c +name: Provenance +body_type: planet +planet_class: temperate +body_scale: planet +seed: 555432089 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.681 + period_days: 230.0 + axial_tilt_deg: 22.4 +physical: + gravity_g: 0.86 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.473 + polar_ice_lat: 0.69 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.46 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Provenance + +Temperate planet. + +**System:** [GJ-674](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 47% | +| **Year** | 230 days | +| **Inhabited** | yes | +| **Population** | 150M | +| **Economy** | extraction | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-674/bodies/GJ674c/markers.json b/wiki/star-systems/GJ-674/bodies/GJ674c/markers.json new file mode 100644 index 000000000..17d9e8d05 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674c/markers.json @@ -0,0 +1,616 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 133, + 122 + ], + [ + 134, + 123 + ], + [ + 135, + 124 + ], + [ + 136, + 125 + ], + [ + 137, + 126 + ], + [ + 138, + 127 + ], + [ + 139, + 127 + ], + [ + 140, + 128 + ], + [ + 141, + 129 + ], + [ + 142, + 128 + ], + [ + 143, + 127 + ], + [ + 144, + 126 + ], + [ + 145, + 125 + ], + [ + 146, + 124 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 55, + 61 + ], + [ + 54, + 60 + ], + [ + 53, + 60 + ], + [ + 52, + 59 + ], + [ + 51, + 59 + ], + [ + 50, + 58 + ], + [ + 49, + 58 + ], + [ + 48, + 58 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 176, + 385 + ], + [ + 176, + 384 + ], + [ + 176, + 383 + ], + [ + 175, + 383 + ], + [ + 176, + 382 + ], + [ + 177, + 381 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 422 + ], + [ + 106, + 423 + ], + [ + 105, + 422 + ], + [ + 104, + 421 + ], + [ + 103, + 420 + ], + [ + 102, + 421 + ], + [ + 101, + 421 + ], + [ + 100, + 421 + ], + [ + 99, + 421 + ], + [ + 98, + 422 + ], + [ + 97, + 423 + ], + [ + 96, + 424 + ], + [ + 95, + 425 + ], + [ + 94, + 426 + ], + [ + 93, + 426 + ], + [ + 92, + 426 + ], + [ + 91, + 426 + ], + [ + 90, + 427 + ], + [ + 89, + 428 + ], + [ + 88, + 429 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 79, + 404 + ], + [ + 78, + 403 + ], + [ + 78, + 402 + ], + [ + 78, + 401 + ], + [ + 77, + 400 + ], + [ + 78, + 399 + ], + [ + 79, + 398 + ], + [ + 79, + 397 + ], + [ + 79, + 396 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 156, + 443 + ], + [ + 157, + 442 + ], + [ + 158, + 441 + ], + [ + 159, + 440 + ], + [ + 160, + 439 + ], + [ + 161, + 438 + ], + [ + 162, + 437 + ], + [ + 161, + 436 + ], + [ + 162, + 435 + ], + [ + 162, + 434 + ], + [ + 161, + 434 + ], + [ + 162, + 433 + ], + [ + 161, + 432 + ], + [ + 161, + 433 + ], + [ + 162, + 432 + ], + [ + 161, + 431 + ], + [ + 162, + 430 + ], + [ + 162, + 431 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 92, + 395 + ], + [ + 91, + 394 + ], + [ + 90, + 393 + ], + [ + 89, + 392 + ], + [ + 88, + 391 + ], + [ + 87, + 391 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 169, + 450 + ], + [ + 168, + 451 + ], + [ + 167, + 452 + ], + [ + 166, + 453 + ], + [ + 165, + 454 + ], + [ + 164, + 455 + ], + [ + 163, + 455 + ], + [ + 162, + 455 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 151, + 417 + ], + [ + 152, + 418 + ], + [ + 153, + 418 + ], + [ + 154, + 419 + ], + [ + 155, + 420 + ], + [ + 156, + 421 + ], + [ + 157, + 422 + ], + [ + 158, + 422 + ], + [ + 159, + 423 + ], + [ + 160, + 424 + ], + [ + 161, + 425 + ], + [ + 161, + 426 + ], + [ + 162, + 426 + ], + [ + 162, + 427 + ], + [ + 161, + 427 + ], + [ + 161, + 428 + ], + [ + 162, + 428 + ], + [ + 162, + 429 + ], + [ + 162, + 430 + ], + [ + 161, + 430 + ], + [ + 161, + 431 + ], + [ + 161, + 432 + ], + [ + 162, + 431 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 131, + 241 + ], + "area_fraction": 0.5161 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 134 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 362 + ], + "peak": [ + 44, + 368 + ], + "area_cells": 227 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 381 + ], + "peak": [ + 115, + 386 + ], + "area_cells": 54 + }, + { + "id": "range_5", + "name": null, + "center": [ + 174, + 17 + ], + "peak": [ + 175, + 18 + ], + "area_cells": 181 + }, + { + "id": "range_6", + "name": null, + "center": [ + 176, + 408 + ], + "peak": [ + 176, + 410 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 209, + 495 + ], + "peak": [ + 230, + 500 + ], + "area_cells": 1192 + }, + { + "id": "range_9", + "name": null, + "center": [ + 213, + 10 + ], + "peak": [ + 198, + 2 + ], + "area_cells": 428 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-674/bodies/GJ674d/globe.png b/wiki/star-systems/GJ-674/bodies/GJ674d/globe.png new file mode 100644 index 000000000..7a2e5d408 Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674d/globe.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674d/heightmap.png b/wiki/star-systems/GJ-674/bodies/GJ674d/heightmap.png new file mode 100644 index 000000000..2250f91b7 Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674d/heightmap.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674d/index.md b/wiki/star-systems/GJ-674/bodies/GJ674d/index.md new file mode 100644 index 000000000..eedc51ed5 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ674d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3387186938 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 18.4 +physical: + gravity_g: 0.42 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.928 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.073 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ674d + +Arid planet. + +**System:** [GJ-674](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-674/bodies/GJ674d/markers.json b/wiki/star-systems/GJ-674/bodies/GJ674d/markers.json new file mode 100644 index 000000000..28be3027b --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674d/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 98 + ], + "peak": [ + 163, + 75 + ], + "area_cells": 25479 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 278 + ], + "peak": [ + 16, + 278 + ], + "area_cells": 2769 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 451 + ], + "peak": [ + 10, + 492 + ], + "area_cells": 3702 + }, + { + "id": "range_9", + "name": null, + "center": [ + 57, + 268 + ], + "peak": [ + 59, + 270 + ], + "area_cells": 284 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 508 + ], + "peak": [ + 72, + 511 + ], + "area_cells": 138 + }, + { + "id": "range_11", + "name": null, + "center": [ + 135, + 432 + ], + "peak": [ + 156, + 422 + ], + "area_cells": 8054 + }, + { + "id": "range_12", + "name": null, + "center": [ + 105, + 386 + ], + "peak": [ + 105, + 387 + ], + "area_cells": 193 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 215 + ], + "peak": [ + 108, + 215 + ], + "area_cells": 51 + }, + { + "id": "range_14", + "name": null, + "center": [ + 111, + 407 + ], + "peak": [ + 112, + 407 + ], + "area_cells": 46 + }, + { + "id": "range_15", + "name": null, + "center": [ + 118, + 255 + ], + "peak": [ + 121, + 259 + ], + "area_cells": 101 + }, + { + "id": "range_16", + "name": null, + "center": [ + 121, + 353 + ], + "peak": [ + 122, + 354 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 148, + 249 + ], + "peak": [ + 149, + 249 + ], + "area_cells": 46 + }, + { + "id": "range_18", + "name": null, + "center": [ + 159, + 296 + ], + "peak": [ + 157, + 310 + ], + "area_cells": 595 + }, + { + "id": "range_19", + "name": null, + "center": [ + 194, + 479 + ], + "peak": [ + 185, + 475 + ], + "area_cells": 1826 + }, + { + "id": "range_20", + "name": null, + "center": [ + 201, + 14 + ], + "peak": [ + 200, + 9 + ], + "area_cells": 564 + }, + { + "id": "range_23", + "name": null, + "center": [ + 249, + 255 + ], + "peak": [ + 255, + 237 + ], + "area_cells": 642 + }, + { + "id": "range_24", + "name": null, + "center": [ + 251, + 298 + ], + "peak": [ + 250, + 295 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-674/bodies/GJ674e/globe.png b/wiki/star-systems/GJ-674/bodies/GJ674e/globe.png new file mode 100644 index 000000000..7f50eb46a Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674e/globe.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674e/heightmap.png b/wiki/star-systems/GJ-674/bodies/GJ674e/heightmap.png new file mode 100644 index 000000000..653459d9b Binary files /dev/null and b/wiki/star-systems/GJ-674/bodies/GJ674e/heightmap.png differ diff --git a/wiki/star-systems/GJ-674/bodies/GJ674e/index.md b/wiki/star-systems/GJ-674/bodies/GJ674e/index.md new file mode 100644 index 000000000..835f1381e --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ674e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3607664886 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 54.5 +physical: + gravity_g: 0.33 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.234 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ674e + +Frozen planet. + +**System:** [GJ-674](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-674/bodies/GJ674e/markers.json b/wiki/star-systems/GJ-674/bodies/GJ674e/markers.json new file mode 100644 index 000000000..4f0d4e392 --- /dev/null +++ b/wiki/star-systems/GJ-674/bodies/GJ674e/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 157, + 413 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 167, + 298 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 212, + 117 + ], + "area_fraction": 0.0244 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 211, + 347 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 231, + 201 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 243, + 443 + ], + "area_fraction": 0.0158 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 135 + ], + "peak": [ + 115, + 103 + ], + "area_cells": 10621 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 509 + ], + "peak": [ + 107, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 113, + 238 + ], + "peak": [ + 114, + 241 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ675b/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675b/globe.png new file mode 100644 index 000000000..97b85aecd Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675b/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675b/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675b/heightmap.png new file mode 100644 index 000000000..ceebe9757 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675b/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675b/index.md b/wiki/star-systems/GJ-675/bodies/GJ675b/index.md new file mode 100644 index 000000000..58c19c300 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ675b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3302901166 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 30.4 +physical: + gravity_g: 0.44 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.888 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675b + +Barren planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.44g | +| **Land** | 92% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675b/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675b/markers.json new file mode 100644 index 000000000..b755546d8 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675b/markers.json @@ -0,0 +1,386 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 25, + 193 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_76", + "name": null, + "kind": "lake", + "center": [ + 244, + 147 + ], + "area_fraction": 0.0189 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 384 + ], + "peak": [ + 0, + 382 + ], + "area_cells": 104 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 17 + ], + "peak": [ + 51, + 17 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 455 + ], + "peak": [ + 92, + 439 + ], + "area_cells": 5231 + }, + { + "id": "range_8", + "name": null, + "center": [ + 73, + 13 + ], + "peak": [ + 76, + 6 + ], + "area_cells": 612 + }, + { + "id": "range_10", + "name": null, + "center": [ + 66, + 138 + ], + "peak": [ + 65, + 137 + ], + "area_cells": 92 + }, + { + "id": "range_11", + "name": null, + "center": [ + 87, + 253 + ], + "peak": [ + 87, + 251 + ], + "area_cells": 571 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 196 + ], + "peak": [ + 77, + 196 + ], + "area_cells": 23 + }, + { + "id": "range_15", + "name": null, + "center": [ + 80, + 388 + ], + "peak": [ + 81, + 388 + ], + "area_cells": 72 + }, + { + "id": "range_16", + "name": null, + "center": [ + 112, + 124 + ], + "peak": [ + 108, + 121 + ], + "area_cells": 2243 + }, + { + "id": "range_19", + "name": null, + "center": [ + 94, + 374 + ], + "peak": [ + 95, + 374 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 103, + 59 + ], + "peak": [ + 103, + 59 + ], + "area_cells": 32 + }, + { + "id": "range_22", + "name": null, + "center": [ + 127, + 350 + ], + "peak": [ + 108, + 344 + ], + "area_cells": 909 + }, + { + "id": "range_24", + "name": null, + "center": [ + 123, + 499 + ], + "peak": [ + 123, + 499 + ], + "area_cells": 45 + }, + { + "id": "range_25", + "name": null, + "center": [ + 173, + 121 + ], + "peak": [ + 162, + 147 + ], + "area_cells": 2692 + }, + { + "id": "range_26", + "name": null, + "center": [ + 141, + 384 + ], + "peak": [ + 142, + 384 + ], + "area_cells": 28 + }, + { + "id": "range_27", + "name": null, + "center": [ + 149, + 55 + ], + "peak": [ + 150, + 57 + ], + "area_cells": 57 + }, + { + "id": "range_28", + "name": null, + "center": [ + 153, + 41 + ], + "peak": [ + 154, + 42 + ], + "area_cells": 20 + }, + { + "id": "range_33", + "name": null, + "center": [ + 171, + 329 + ], + "peak": [ + 173, + 333 + ], + "area_cells": 318 + }, + { + "id": "range_35", + "name": null, + "center": [ + 167, + 402 + ], + "peak": [ + 166, + 402 + ], + "area_cells": 192 + }, + { + "id": "range_36", + "name": null, + "center": [ + 185, + 41 + ], + "peak": [ + 193, + 54 + ], + "area_cells": 368 + }, + { + "id": "range_38", + "name": null, + "center": [ + 181, + 176 + ], + "peak": [ + 187, + 168 + ], + "area_cells": 525 + }, + { + "id": "range_40", + "name": null, + "center": [ + 179, + 487 + ], + "peak": [ + 178, + 484 + ], + "area_cells": 58 + }, + { + "id": "range_41", + "name": null, + "center": [ + 186, + 202 + ], + "peak": [ + 182, + 202 + ], + "area_cells": 119 + }, + { + "id": "range_42", + "name": null, + "center": [ + 177, + 274 + ], + "peak": [ + 177, + 275 + ], + "area_cells": 22 + }, + { + "id": "range_44", + "name": null, + "center": [ + 199, + 406 + ], + "peak": [ + 201, + 405 + ], + "area_cells": 145 + }, + { + "id": "range_50", + "name": null, + "center": [ + 205, + 209 + ], + "peak": [ + 205, + 209 + ], + "area_cells": 56 + }, + { + "id": "range_51", + "name": null, + "center": [ + 204, + 221 + ], + "peak": [ + 205, + 222 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675c/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675c/globe.png new file mode 100644 index 000000000..b6de6dd2c Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675c/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675c/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675c/heightmap.png new file mode 100644 index 000000000..6b48aa38b Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675c/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675c/index.md b/wiki/star-systems/GJ-675/bodies/GJ675c/index.md new file mode 100644 index 000000000..dcc48e318 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ675c +name: Laubach +body_type: planet +planet_class: temperate +body_scale: planet +seed: 930033327 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 29.2 +physical: + gravity_g: 0.9 + oblateness: 0.0022 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.424 + polar_ice_lat: 0.68 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.364 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Laubach + +Temperate planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 2K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675c/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675c/markers.json new file mode 100644 index 000000000..3e5ab57f4 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675c/markers.json @@ -0,0 +1,630 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 7, + 464 + ], + [ + 6, + 463 + ], + [ + 5, + 462 + ], + [ + 5, + 461 + ], + [ + 6, + 460 + ], + [ + 5, + 459 + ], + [ + 4, + 458 + ], + [ + 4, + 457 + ], + [ + 4, + 456 + ], + [ + 5, + 455 + ], + [ + 4, + 454 + ], + [ + 4, + 453 + ], + [ + 5, + 452 + ], + [ + 6, + 452 + ], + [ + 7, + 452 + ], + [ + 7, + 451 + ], + [ + 8, + 450 + ], + [ + 9, + 450 + ], + [ + 10, + 449 + ], + [ + 10, + 448 + ], + [ + 11, + 447 + ], + [ + 12, + 446 + ], + [ + 12, + 445 + ], + [ + 13, + 444 + ], + [ + 12, + 444 + ], + [ + 11, + 444 + ], + [ + 12, + 443 + ], + [ + 12, + 442 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 144, + 40 + ], + [ + 145, + 40 + ], + [ + 146, + 41 + ], + [ + 147, + 42 + ], + [ + 148, + 43 + ], + [ + 149, + 44 + ], + [ + 150, + 45 + ], + [ + 151, + 46 + ], + [ + 152, + 47 + ], + [ + 153, + 48 + ], + [ + 154, + 49 + ], + [ + 155, + 48 + ], + [ + 156, + 49 + ], + [ + 157, + 50 + ], + [ + 158, + 51 + ], + [ + 159, + 50 + ], + [ + 160, + 51 + ], + [ + 161, + 50 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 178, + 205 + ], + [ + 177, + 205 + ], + [ + 176, + 205 + ], + [ + 175, + 204 + ], + [ + 174, + 203 + ], + [ + 173, + 202 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 157, + 0 + ], + [ + 156, + 511 + ], + [ + 155, + 511 + ], + [ + 154, + 511 + ], + [ + 153, + 511 + ], + [ + 152, + 510 + ], + [ + 151, + 511 + ], + [ + 150, + 511 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 77, + 372 + ], + [ + 76, + 372 + ], + [ + 75, + 372 + ], + [ + 74, + 373 + ], + [ + 73, + 372 + ], + [ + 72, + 372 + ], + [ + 71, + 373 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 156, + 508 + ], + [ + 155, + 509 + ], + [ + 154, + 509 + ], + [ + 154, + 510 + ], + [ + 153, + 510 + ], + [ + 152, + 511 + ], + [ + 151, + 511 + ], + [ + 150, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 119, + 370 + ], + [ + 120, + 369 + ], + [ + 121, + 368 + ], + [ + 122, + 367 + ], + [ + 123, + 366 + ], + [ + 123, + 365 + ], + [ + 122, + 364 + ], + [ + 123, + 363 + ], + [ + 122, + 362 + ], + [ + 121, + 361 + ], + [ + 121, + 360 + ], + [ + 122, + 359 + ], + [ + 122, + 358 + ], + [ + 122, + 357 + ], + [ + 123, + 356 + ], + [ + 122, + 355 + ], + [ + 122, + 354 + ], + [ + 123, + 353 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 128, + 436 + ], + [ + 127, + 436 + ], + [ + 126, + 437 + ], + [ + 125, + 438 + ], + [ + 124, + 438 + ], + [ + 123, + 439 + ], + [ + 122, + 440 + ], + [ + 121, + 441 + ], + [ + 120, + 440 + ], + [ + 119, + 440 + ], + [ + 118, + 439 + ], + [ + 117, + 438 + ], + [ + 116, + 437 + ], + [ + 115, + 436 + ], + [ + 114, + 435 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 43, + 290 + ], + "area_fraction": 0.2421 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 88, + 111 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 212, + 247 + ], + "area_fraction": 0.3093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 499 + ], + "peak": [ + 39, + 503 + ], + "area_cells": 408 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 20 + ], + "peak": [ + 84, + 3 + ], + "area_cells": 1800 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 100 + ], + "peak": [ + 58, + 98 + ], + "area_cells": 190 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 241 + ], + "peak": [ + 91, + 219 + ], + "area_cells": 3130 + }, + { + "id": "range_6", + "name": null, + "center": [ + 102, + 494 + ], + "peak": [ + 108, + 499 + ], + "area_cells": 747 + }, + { + "id": "range_10", + "name": null, + "center": [ + 139, + 419 + ], + "peak": [ + 135, + 370 + ], + "area_cells": 3363 + }, + { + "id": "range_11", + "name": null, + "center": [ + 138, + 195 + ], + "peak": [ + 136, + 169 + ], + "area_cells": 2182 + }, + { + "id": "range_13", + "name": null, + "center": [ + 170, + 128 + ], + "peak": [ + 170, + 127 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675d/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675d/globe.png new file mode 100644 index 000000000..4645b0e54 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675d/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675d/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675d/heightmap.png new file mode 100644 index 000000000..fb35f6263 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675d/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675d/index.md b/wiki/star-systems/GJ-675/bodies/GJ675d/index.md new file mode 100644 index 000000000..c65ff02d8 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ675d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 946327927 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.457 + period_days: 720.0 + axial_tilt_deg: 21.0 +physical: + gravity_g: 0.58 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.571 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675d + +Cold Arid planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675d/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675d/markers.json new file mode 100644 index 000000000..bd8e4f5a4 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675d/markers.json @@ -0,0 +1,936 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 46, + 239 + ], + [ + 45, + 238 + ], + [ + 44, + 237 + ], + [ + 43, + 236 + ], + [ + 43, + 235 + ], + [ + 42, + 234 + ], + [ + 43, + 234 + ], + [ + 42, + 235 + ], + [ + 41, + 234 + ], + [ + 40, + 233 + ], + [ + 41, + 232 + ], + [ + 40, + 231 + ], + [ + 41, + 230 + ], + [ + 42, + 231 + ], + [ + 43, + 230 + ], + [ + 42, + 229 + ], + [ + 43, + 228 + ], + [ + 42, + 227 + ], + [ + 41, + 226 + ], + [ + 41, + 227 + ], + [ + 42, + 226 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 79, + 479 + ], + [ + 78, + 480 + ], + [ + 77, + 481 + ], + [ + 76, + 482 + ], + [ + 75, + 483 + ], + [ + 74, + 484 + ], + [ + 73, + 485 + ], + [ + 72, + 486 + ], + [ + 71, + 487 + ], + [ + 70, + 486 + ], + [ + 69, + 485 + ], + [ + 68, + 485 + ], + [ + 67, + 485 + ], + [ + 66, + 486 + ], + [ + 66, + 485 + ], + [ + 65, + 485 + ], + [ + 64, + 486 + ], + [ + 63, + 485 + ], + [ + 62, + 486 + ], + [ + 61, + 486 + ], + [ + 60, + 486 + ], + [ + 59, + 486 + ], + [ + 58, + 485 + ], + [ + 58, + 486 + ], + [ + 59, + 485 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 127, + 469 + ], + [ + 126, + 470 + ], + [ + 125, + 471 + ], + [ + 124, + 472 + ], + [ + 123, + 473 + ], + [ + 122, + 474 + ], + [ + 121, + 475 + ], + [ + 120, + 476 + ], + [ + 119, + 477 + ], + [ + 119, + 478 + ], + [ + 120, + 478 + ], + [ + 120, + 477 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 29, + 247 + ], + [ + 28, + 246 + ], + [ + 27, + 245 + ], + [ + 26, + 244 + ], + [ + 25, + 244 + ], + [ + 24, + 244 + ], + [ + 23, + 245 + ], + [ + 23, + 244 + ], + [ + 22, + 244 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 31, + 448 + ], + [ + 31, + 449 + ], + [ + 32, + 448 + ], + [ + 33, + 447 + ], + [ + 34, + 446 + ], + [ + 35, + 445 + ], + [ + 36, + 444 + ], + [ + 37, + 443 + ], + [ + 38, + 442 + ], + [ + 37, + 442 + ], + [ + 38, + 441 + ], + [ + 37, + 440 + ], + [ + 37, + 439 + ], + [ + 37, + 438 + ], + [ + 37, + 437 + ], + [ + 38, + 437 + ], + [ + 38, + 436 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 174, + 376 + ], + [ + 175, + 375 + ], + [ + 176, + 374 + ], + [ + 177, + 373 + ], + [ + 178, + 372 + ], + [ + 179, + 373 + ], + [ + 180, + 372 + ], + [ + 181, + 373 + ], + [ + 182, + 373 + ], + [ + 183, + 374 + ], + [ + 184, + 375 + ], + [ + 185, + 376 + ], + [ + 186, + 377 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 141, + 45 + ], + [ + 142, + 44 + ], + [ + 142, + 43 + ], + [ + 143, + 42 + ], + [ + 144, + 41 + ], + [ + 144, + 40 + ], + [ + 144, + 39 + ], + [ + 144, + 38 + ], + [ + 145, + 37 + ], + [ + 146, + 36 + ], + [ + 147, + 35 + ], + [ + 146, + 34 + ], + [ + 146, + 33 + ], + [ + 145, + 32 + ], + [ + 145, + 31 + ], + [ + 145, + 30 + ], + [ + 145, + 29 + ], + [ + 146, + 28 + ], + [ + 145, + 27 + ], + [ + 145, + 26 + ], + [ + 145, + 25 + ], + [ + 144, + 24 + ], + [ + 143, + 23 + ], + [ + 143, + 22 + ], + [ + 144, + 22 + ], + [ + 144, + 21 + ], + [ + 144, + 20 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 7, + 185 + ], + [ + 8, + 186 + ], + [ + 9, + 185 + ], + [ + 10, + 185 + ], + [ + 11, + 184 + ], + [ + 11, + 183 + ], + [ + 11, + 182 + ], + [ + 12, + 182 + ], + [ + 11, + 181 + ], + [ + 12, + 181 + ], + [ + 13, + 180 + ], + [ + 14, + 180 + ], + [ + 14, + 179 + ], + [ + 15, + 180 + ], + [ + 16, + 180 + ], + [ + 17, + 179 + ], + [ + 18, + 180 + ], + [ + 19, + 179 + ], + [ + 20, + 179 + ], + [ + 21, + 179 + ], + [ + 22, + 179 + ], + [ + 23, + 179 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 66, + 244 + ], + [ + 67, + 243 + ], + [ + 68, + 243 + ], + [ + 69, + 242 + ], + [ + 69, + 241 + ], + [ + 69, + 240 + ], + [ + 69, + 239 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 6, + 54 + ], + [ + 7, + 53 + ], + [ + 8, + 52 + ], + [ + 7, + 52 + ], + [ + 7, + 51 + ], + [ + 6, + 52 + ], + [ + 5, + 53 + ], + [ + 4, + 52 + ], + [ + 5, + 52 + ], + [ + 4, + 51 + ], + [ + 3, + 52 + ], + [ + 2, + 51 + ], + [ + 2, + 50 + ], + [ + 1, + 49 + ], + [ + 0, + 49 + ], + [ + 0, + 50 + ], + [ + 0, + 51 + ], + [ + 0, + 52 + ] + ] + } + ], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 194, + 98 + ], + "area_fraction": 0.0498 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 204, + 357 + ], + "area_fraction": 0.0301 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 364 + ], + "peak": [ + 50, + 362 + ], + "area_cells": 139 + }, + { + "id": "range_2", + "name": null, + "center": [ + 119, + 263 + ], + "peak": [ + 152, + 302 + ], + "area_cells": 15478 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 49 + ], + "peak": [ + 84, + 16 + ], + "area_cells": 1894 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 492 + ], + "peak": [ + 79, + 479 + ], + "area_cells": 249 + }, + { + "id": "range_6", + "name": null, + "center": [ + 84, + 106 + ], + "peak": [ + 83, + 107 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 99 + ], + "peak": [ + 107, + 99 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 128, + 59 + ], + "peak": [ + 129, + 59 + ], + "area_cells": 104 + }, + { + "id": "range_10", + "name": null, + "center": [ + 155, + 38 + ], + "peak": [ + 156, + 37 + ], + "area_cells": 109 + }, + { + "id": "range_11", + "name": null, + "center": [ + 167, + 493 + ], + "peak": [ + 170, + 497 + ], + "area_cells": 586 + }, + { + "id": "range_12", + "name": null, + "center": [ + 165, + 2 + ], + "peak": [ + 162, + 0 + ], + "area_cells": 80 + }, + { + "id": "range_13", + "name": null, + "center": [ + 168, + 320 + ], + "peak": [ + 169, + 320 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 168, + 337 + ], + "peak": [ + 168, + 341 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675e-m1/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/globe.png new file mode 100644 index 000000000..8dc82474c Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675e-m1/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/heightmap.png new file mode 100644 index 000000000..733e419e6 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675e-m1/index.md b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/index.md new file mode 100644 index 000000000..9b025d458 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ675e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2244101201 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.11 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.288 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675e-m1 + +Frozen moon. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675e-m1/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/markers.json new file mode 100644 index 000000000..139cc0017 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675e-m1/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 165, + 366 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 169, + 322 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 216, + 491 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 238, + 93 + ], + "area_fraction": 0.0218 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 442 + ], + "peak": [ + 8, + 435 + ], + "area_cells": 5831 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 118 + ], + "peak": [ + 60, + 27 + ], + "area_cells": 18502 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 336 + ], + "peak": [ + 70, + 335 + ], + "area_cells": 145 + }, + { + "id": "range_8", + "name": null, + "center": [ + 88, + 432 + ], + "peak": [ + 90, + 433 + ], + "area_cells": 79 + }, + { + "id": "range_9", + "name": null, + "center": [ + 89, + 152 + ], + "peak": [ + 89, + 153 + ], + "area_cells": 115 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 505 + ], + "peak": [ + 108, + 511 + ], + "area_cells": 239 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 422 + ], + "peak": [ + 106, + 417 + ], + "area_cells": 146 + }, + { + "id": "range_12", + "name": null, + "center": [ + 107, + 404 + ], + "peak": [ + 107, + 405 + ], + "area_cells": 42 + }, + { + "id": "range_13", + "name": null, + "center": [ + 114, + 271 + ], + "peak": [ + 116, + 274 + ], + "area_cells": 48 + }, + { + "id": "range_15", + "name": null, + "center": [ + 150, + 17 + ], + "peak": [ + 148, + 20 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675e/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675e/globe.png new file mode 100644 index 000000000..e39c5f379 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675e/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675e/index.md b/wiki/star-systems/GJ-675/bodies/GJ675e/index.md new file mode 100644 index 000000000..7b6e98b36 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ675e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3863572084 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: null + oblateness: 0.0721 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.088 +rings: + enabled: true + inner_radius_factor: 1.24 + outer_radius_factor: 2.6 + opacity_base: 0.59 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ675e + +Gas giant. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675f/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675f/globe.png new file mode 100644 index 000000000..b45498b69 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675f/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675f/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675f/heightmap.png new file mode 100644 index 000000000..8f212d46b Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675f/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675f/index.md b/wiki/star-systems/GJ-675/bodies/GJ675f/index.md new file mode 100644 index 000000000..cac970c07 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ675f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1583500580 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.718 + period_days: 5600.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.44 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.883 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675f + +Frozen planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675f/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675f/markers.json new file mode 100644 index 000000000..2f296b01a --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675f/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 40, + 262 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 184, + 289 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 224, + 23 + ], + "area_fraction": 0.0202 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 220, + 466 + ], + "area_fraction": 0.0312 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 223, + 227 + ], + "area_fraction": 0.0199 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 73 + ], + "peak": [ + 28, + 14 + ], + "area_cells": 5774 + }, + { + "id": "range_2", + "name": null, + "center": [ + 0, + 328 + ], + "peak": [ + 0, + 329 + ], + "area_cells": 22 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 470 + ], + "peak": [ + 39, + 511 + ], + "area_cells": 2389 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 201 + ], + "peak": [ + 6, + 203 + ], + "area_cells": 36 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 490 + ], + "peak": [ + 58, + 490 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 62, + 2 + ], + "peak": [ + 63, + 2 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 81, + 28 + ], + "peak": [ + 81, + 29 + ], + "area_cells": 51 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 14 + ], + "peak": [ + 113, + 2 + ], + "area_cells": 1130 + }, + { + "id": "range_10", + "name": null, + "center": [ + 111, + 495 + ], + "peak": [ + 113, + 511 + ], + "area_cells": 1332 + }, + { + "id": "range_12", + "name": null, + "center": [ + 183, + 92 + ], + "peak": [ + 183, + 92 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675g/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675g/globe.png new file mode 100644 index 000000000..6dacd171e Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675g/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675g/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675g/heightmap.png new file mode 100644 index 000000000..dc5ae1cc1 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675g/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675g/index.md b/wiki/star-systems/GJ-675/bodies/GJ675g/index.md new file mode 100644 index 000000000..417d2cc0a --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ675g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1125482358 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.922 + period_days: 12800.0 + axial_tilt_deg: 47.7 +physical: + gravity_g: 0.34 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.735 + polar_ice_lat: 0.064 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675g + +Frozen planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 12800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675g/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675g/markers.json new file mode 100644 index 000000000..d841b99f0 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675g/markers.json @@ -0,0 +1,150 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 392 + ], + "area_fraction": 0.0287 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 42, + 89 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 43, + 391 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 68, + 16 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 207, + 223 + ], + "area_fraction": 0.1482 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 158, + 57 + ], + "area_fraction": 0.0237 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 202, + 487 + ], + "area_fraction": 0.0118 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 20 + ], + "peak": [ + 0, + 28 + ], + "area_cells": 245 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 132 + ], + "peak": [ + 0, + 99 + ], + "area_cells": 368 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 507 + ], + "peak": [ + 0, + 508 + ], + "area_cells": 52 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 256 + ], + "peak": [ + 108, + 195 + ], + "area_cells": 8473 + }, + { + "id": "range_9", + "name": null, + "center": [ + 97, + 107 + ], + "peak": [ + 99, + 108 + ], + "area_cells": 92 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675h/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675h/globe.png new file mode 100644 index 000000000..e32fa91aa Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675h/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675h/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675h/heightmap.png new file mode 100644 index 000000000..4796c9a88 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675h/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675h/index.md b/wiki/star-systems/GJ-675/bodies/GJ675h/index.md new file mode 100644 index 000000000..6bf7c6bee --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ675h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2362248959 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 16.719 + period_days: 28000.0 + axial_tilt_deg: 33.9 +physical: + gravity_g: 0.26 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.1 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675h + +Frozen planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675h/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675h/markers.json new file mode 100644 index 000000000..545d8b0f7 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675h/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 166, + 447 + ], + "area_fraction": 0.087 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 182, + 205 + ], + "area_fraction": 0.0936 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 206, + 10 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 148 + ], + "peak": [ + 36, + 116 + ], + "area_cells": 14934 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 375 + ], + "peak": [ + 21, + 351 + ], + "area_cells": 1711 + }, + { + "id": "range_3", + "name": null, + "center": [ + 18, + 473 + ], + "peak": [ + 20, + 483 + ], + "area_cells": 3092 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 212 + ], + "peak": [ + 46, + 211 + ], + "area_cells": 131 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 2 + ], + "peak": [ + 51, + 4 + ], + "area_cells": 58 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 75 + ], + "peak": [ + 93, + 75 + ], + "area_cells": 95 + }, + { + "id": "range_8", + "name": null, + "center": [ + 96, + 51 + ], + "peak": [ + 95, + 52 + ], + "area_cells": 160 + }, + { + "id": "range_10", + "name": null, + "center": [ + 120, + 232 + ], + "peak": [ + 121, + 231 + ], + "area_cells": 70 + }, + { + "id": "range_11", + "name": null, + "center": [ + 119, + 265 + ], + "peak": [ + 120, + 266 + ], + "area_cells": 54 + }, + { + "id": "range_12", + "name": null, + "center": [ + 159, + 34 + ], + "peak": [ + 157, + 34 + ], + "area_cells": 281 + }, + { + "id": "range_13", + "name": null, + "center": [ + 242, + 111 + ], + "peak": [ + 249, + 116 + ], + "area_cells": 1242 + }, + { + "id": "range_15", + "name": null, + "center": [ + 250, + 14 + ], + "peak": [ + 251, + 15 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-675/bodies/GJ675i/globe.png b/wiki/star-systems/GJ-675/bodies/GJ675i/globe.png new file mode 100644 index 000000000..0d5450c54 Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675i/globe.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675i/heightmap.png b/wiki/star-systems/GJ-675/bodies/GJ675i/heightmap.png new file mode 100644 index 000000000..ff09eb41b Binary files /dev/null and b/wiki/star-systems/GJ-675/bodies/GJ675i/heightmap.png differ diff --git a/wiki/star-systems/GJ-675/bodies/GJ675i/index.md b/wiki/star-systems/GJ-675/bodies/GJ675i/index.md new file mode 100644 index 000000000..31710e784 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ675i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1410699087 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 27.168 + period_days: 58000.0 + axial_tilt_deg: 58.7 +physical: + gravity_g: 0.12 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.817 + polar_ice_lat: 0.169 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.311 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ675i + +Frozen planet. + +**System:** [GJ-675](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 58000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-675/bodies/GJ675i/markers.json b/wiki/star-systems/GJ-675/bodies/GJ675i/markers.json new file mode 100644 index 000000000..ab8b9e9b5 --- /dev/null +++ b/wiki/star-systems/GJ-675/bodies/GJ675i/markers.json @@ -0,0 +1,338 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 175 + ], + "area_fraction": 0.0653 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 336 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 33, + 454 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 210, + 50 + ], + "area_fraction": 0.024 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 219, + 450 + ], + "area_fraction": 0.0353 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 368 + ], + "peak": [ + 93, + 370 + ], + "area_cells": 2107 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 18 + ], + "peak": [ + 55, + 3 + ], + "area_cells": 495 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 497 + ], + "peak": [ + 63, + 494 + ], + "area_cells": 465 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 125 + ], + "peak": [ + 87, + 124 + ], + "area_cells": 1185 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 392 + ], + "peak": [ + 74, + 397 + ], + "area_cells": 585 + }, + { + "id": "range_7", + "name": null, + "center": [ + 84, + 450 + ], + "peak": [ + 81, + 448 + ], + "area_cells": 69 + }, + { + "id": "range_8", + "name": null, + "center": [ + 93, + 469 + ], + "peak": [ + 90, + 468 + ], + "area_cells": 190 + }, + { + "id": "range_9", + "name": null, + "center": [ + 103, + 500 + ], + "peak": [ + 106, + 509 + ], + "area_cells": 372 + }, + { + "id": "range_11", + "name": null, + "center": [ + 115, + 30 + ], + "peak": [ + 124, + 42 + ], + "area_cells": 1639 + }, + { + "id": "range_12", + "name": null, + "center": [ + 104, + 450 + ], + "peak": [ + 105, + 450 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 131, + 148 + ], + "peak": [ + 115, + 154 + ], + "area_cells": 1440 + }, + { + "id": "range_19", + "name": null, + "center": [ + 134, + 500 + ], + "peak": [ + 131, + 497 + ], + "area_cells": 247 + }, + { + "id": "range_20", + "name": null, + "center": [ + 154, + 422 + ], + "peak": [ + 163, + 434 + ], + "area_cells": 347 + }, + { + "id": "range_21", + "name": null, + "center": [ + 163, + 377 + ], + "peak": [ + 168, + 371 + ], + "area_cells": 480 + }, + { + "id": "range_22", + "name": null, + "center": [ + 156, + 467 + ], + "peak": [ + 155, + 467 + ], + "area_cells": 31 + }, + { + "id": "range_25", + "name": null, + "center": [ + 178, + 349 + ], + "peak": [ + 181, + 349 + ], + "area_cells": 135 + }, + { + "id": "range_26", + "name": null, + "center": [ + 192, + 146 + ], + "peak": [ + 192, + 147 + ], + "area_cells": 33 + }, + { + "id": "range_30", + "name": null, + "center": [ + 245, + 264 + ], + "peak": [ + 246, + 268 + ], + "area_cells": 2105 + }, + { + "id": "range_32", + "name": null, + "center": [ + 250, + 491 + ], + "peak": [ + 252, + 496 + ], + "area_cells": 430 + }, + { + "id": "range_33", + "name": null, + "center": [ + 251, + 9 + ], + "peak": [ + 255, + 3 + ], + "area_cells": 167 + }, + { + "id": "range_34", + "name": null, + "center": [ + 253, + 426 + ], + "peak": [ + 254, + 425 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ68b/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68b/globe.png new file mode 100644 index 000000000..65342c325 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68b/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68b/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68b/heightmap.png new file mode 100644 index 000000000..14a1825b2 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68b/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68b/index.md b/wiki/star-systems/GJ-68/bodies/GJ68b/index.md new file mode 100644 index 000000000..824bbd6f9 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ68b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3382645527 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 41.8 +physical: + gravity_g: 0.28 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.821 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ68b + +Barren planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 100% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68b/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68b/markers.json new file mode 100644 index 000000000..4ec46e970 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68b/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 168 + ], + "peak": [ + 40, + 0 + ], + "area_cells": 36138 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 462 + ], + "peak": [ + 47, + 510 + ], + "area_cells": 7880 + }, + { + "id": "range_5", + "name": null, + "center": [ + 84, + 353 + ], + "peak": [ + 88, + 355 + ], + "area_cells": 407 + }, + { + "id": "range_12", + "name": null, + "center": [ + 120, + 406 + ], + "peak": [ + 121, + 405 + ], + "area_cells": 113 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 314 + ], + "peak": [ + 131, + 309 + ], + "area_cells": 717 + }, + { + "id": "range_14", + "name": null, + "center": [ + 133, + 349 + ], + "peak": [ + 134, + 349 + ], + "area_cells": 52 + }, + { + "id": "range_17", + "name": null, + "center": [ + 168, + 269 + ], + "peak": [ + 170, + 264 + ], + "area_cells": 323 + }, + { + "id": "range_18", + "name": null, + "center": [ + 174, + 321 + ], + "peak": [ + 171, + 324 + ], + "area_cells": 192 + }, + { + "id": "range_19", + "name": null, + "center": [ + 172, + 30 + ], + "peak": [ + 171, + 33 + ], + "area_cells": 86 + }, + { + "id": "range_20", + "name": null, + "center": [ + 184, + 46 + ], + "peak": [ + 185, + 47 + ], + "area_cells": 121 + }, + { + "id": "range_21", + "name": null, + "center": [ + 185, + 16 + ], + "peak": [ + 186, + 17 + ], + "area_cells": 90 + }, + { + "id": "range_22", + "name": null, + "center": [ + 208, + 439 + ], + "peak": [ + 221, + 431 + ], + "area_cells": 312 + }, + { + "id": "range_25", + "name": null, + "center": [ + 218, + 338 + ], + "peak": [ + 208, + 331 + ], + "area_cells": 373 + }, + { + "id": "range_27", + "name": null, + "center": [ + 210, + 418 + ], + "peak": [ + 210, + 418 + ], + "area_cells": 113 + }, + { + "id": "range_30", + "name": null, + "center": [ + 230, + 296 + ], + "peak": [ + 225, + 297 + ], + "area_cells": 71 + }, + { + "id": "range_32", + "name": null, + "center": [ + 230, + 34 + ], + "peak": [ + 227, + 34 + ], + "area_cells": 21 + }, + { + "id": "range_33", + "name": null, + "center": [ + 236, + 134 + ], + "peak": [ + 230, + 123 + ], + "area_cells": 294 + }, + { + "id": "range_35", + "name": null, + "center": [ + 232, + 318 + ], + "peak": [ + 235, + 320 + ], + "area_cells": 38 + }, + { + "id": "range_37", + "name": null, + "center": [ + 238, + 385 + ], + "peak": [ + 241, + 383 + ], + "area_cells": 66 + }, + { + "id": "range_46", + "name": null, + "center": [ + 250, + 72 + ], + "peak": [ + 255, + 72 + ], + "area_cells": 365 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68c/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68c/globe.png new file mode 100644 index 000000000..f41a20012 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68c/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68c/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68c/heightmap.png new file mode 100644 index 000000000..9775404f8 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68c/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68c/index.md b/wiki/star-systems/GJ-68/bodies/GJ68c/index.md new file mode 100644 index 000000000..0f6564bec --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ68c +name: Zomer +body_type: planet +planet_class: arid +body_scale: planet +seed: 1765619899 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 19.5 +physical: + gravity_g: 0.88 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.528 + polar_ice_lat: 0.914 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.169 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Zomer + +Arid planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 53% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 800K | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68c/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68c/markers.json new file mode 100644 index 000000000..d443d652d --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68c/markers.json @@ -0,0 +1,251 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 10, + 498 + ], + [ + 11, + 497 + ], + [ + 12, + 496 + ], + [ + 13, + 495 + ], + [ + 14, + 494 + ], + [ + 15, + 493 + ], + [ + 16, + 492 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 164, + 342 + ], + [ + 165, + 341 + ], + [ + 166, + 340 + ], + [ + 167, + 340 + ], + [ + 168, + 340 + ], + [ + 169, + 340 + ], + [ + 170, + 340 + ], + [ + 171, + 341 + ], + [ + 172, + 340 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 122, + 416 + ], + [ + 121, + 415 + ], + [ + 120, + 414 + ], + [ + 119, + 413 + ], + [ + 118, + 412 + ], + [ + 117, + 411 + ], + [ + 116, + 410 + ], + [ + 116, + 409 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 72 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 334 + ], + "area_fraction": 0.0253 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 202, + 246 + ], + "area_fraction": 0.4105 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 59, + 217 + ], + "peak": [ + 39, + 201 + ], + "area_cells": 5571 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 442 + ], + "peak": [ + 26, + 441 + ], + "area_cells": 345 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 354 + ], + "peak": [ + 56, + 349 + ], + "area_cells": 671 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 99 + ], + "peak": [ + 73, + 101 + ], + "area_cells": 69 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 311 + ], + "peak": [ + 76, + 304 + ], + "area_cells": 144 + }, + { + "id": "range_8", + "name": null, + "center": [ + 95, + 474 + ], + "peak": [ + 100, + 475 + ], + "area_cells": 1364 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 51 + ], + "peak": [ + 87, + 51 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68d/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68d/globe.png new file mode 100644 index 000000000..0a2927d4f Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68d/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68d/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68d/heightmap.png new file mode 100644 index 000000000..c0d6f65d3 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68d/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68d/index.md b/wiki/star-systems/GJ-68/bodies/GJ68d/index.md new file mode 100644 index 000000000..bf75535d9 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ68d +name: Lente +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3067370098 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.848 + period_days: 320.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: 0.84 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.384 + polar_ice_lat: 0.752 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Lente + +Temperate planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 38% | +| **Year** | 320 days | +| **Inhabited** | yes | +| **Population** | 600K | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68d/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68d/markers.json new file mode 100644 index 000000000..da94eaf5e --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68d/markers.json @@ -0,0 +1,865 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 92, + 408 + ], + [ + 91, + 409 + ], + [ + 90, + 410 + ], + [ + 89, + 411 + ], + [ + 88, + 410 + ], + [ + 87, + 409 + ], + [ + 86, + 408 + ], + [ + 85, + 407 + ], + [ + 84, + 407 + ], + [ + 83, + 406 + ], + [ + 82, + 406 + ], + [ + 81, + 406 + ], + [ + 80, + 406 + ], + [ + 79, + 406 + ], + [ + 78, + 407 + ], + [ + 78, + 408 + ], + [ + 79, + 409 + ], + [ + 78, + 410 + ], + [ + 77, + 411 + ], + [ + 76, + 412 + ], + [ + 77, + 412 + ], + [ + 76, + 413 + ], + [ + 75, + 413 + ], + [ + 75, + 414 + ], + [ + 74, + 414 + ], + [ + 73, + 415 + ], + [ + 72, + 416 + ], + [ + 71, + 415 + ], + [ + 70, + 416 + ], + [ + 69, + 417 + ], + [ + 68, + 418 + ], + [ + 68, + 419 + ], + [ + 67, + 420 + ], + [ + 66, + 421 + ], + [ + 67, + 422 + ], + [ + 66, + 423 + ], + [ + 67, + 424 + ], + [ + 68, + 425 + ], + [ + 67, + 426 + ], + [ + 67, + 427 + ], + [ + 67, + 428 + ], + [ + 66, + 429 + ], + [ + 65, + 430 + ], + [ + 64, + 430 + ], + [ + 63, + 431 + ], + [ + 62, + 431 + ], + [ + 61, + 432 + ], + [ + 61, + 433 + ], + [ + 60, + 434 + ], + [ + 60, + 435 + ], + [ + 59, + 436 + ], + [ + 58, + 437 + ], + [ + 57, + 438 + ], + [ + 56, + 439 + ], + [ + 55, + 440 + ], + [ + 54, + 441 + ], + [ + 53, + 441 + ], + [ + 52, + 442 + ], + [ + 51, + 442 + ], + [ + 51, + 443 + ], + [ + 50, + 443 + ], + [ + 50, + 444 + ], + [ + 49, + 445 + ], + [ + 49, + 446 + ], + [ + 49, + 447 + ], + [ + 48, + 448 + ], + [ + 47, + 449 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 48, + 348 + ], + [ + 47, + 348 + ], + [ + 46, + 349 + ], + [ + 45, + 348 + ], + [ + 44, + 347 + ], + [ + 43, + 346 + ], + [ + 42, + 346 + ], + [ + 41, + 347 + ], + [ + 40, + 347 + ], + [ + 39, + 346 + ], + [ + 38, + 345 + ], + [ + 37, + 344 + ], + [ + 36, + 344 + ], + [ + 35, + 343 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 32, + 385 + ], + [ + 31, + 384 + ], + [ + 30, + 383 + ], + [ + 29, + 382 + ], + [ + 28, + 381 + ], + [ + 27, + 381 + ], + [ + 26, + 382 + ], + [ + 25, + 381 + ], + [ + 24, + 380 + ], + [ + 23, + 380 + ], + [ + 22, + 379 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 102, + 129 + ], + [ + 103, + 130 + ], + [ + 104, + 130 + ], + [ + 105, + 130 + ], + [ + 105, + 131 + ], + [ + 106, + 131 + ], + [ + 107, + 132 + ], + [ + 108, + 131 + ], + [ + 109, + 131 + ], + [ + 110, + 132 + ], + [ + 110, + 131 + ], + [ + 110, + 130 + ], + [ + 110, + 129 + ], + [ + 109, + 130 + ], + [ + 109, + 129 + ], + [ + 109, + 128 + ], + [ + 109, + 127 + ], + [ + 110, + 126 + ], + [ + 111, + 125 + ], + [ + 110, + 124 + ], + [ + 111, + 123 + ], + [ + 112, + 122 + ], + [ + 113, + 121 + ], + [ + 114, + 120 + ], + [ + 115, + 119 + ], + [ + 116, + 118 + ], + [ + 117, + 117 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 14, + 322 + ], + [ + 14, + 323 + ], + [ + 15, + 324 + ], + [ + 16, + 325 + ], + [ + 17, + 326 + ], + [ + 18, + 327 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 162, + 116 + ], + [ + 163, + 117 + ], + [ + 164, + 118 + ], + [ + 165, + 119 + ], + [ + 166, + 120 + ], + [ + 167, + 121 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 3, + 357 + ], + [ + 2, + 356 + ], + [ + 2, + 355 + ], + [ + 1, + 354 + ], + [ + 0, + 353 + ], + [ + 1, + 352 + ], + [ + 0, + 351 + ], + [ + 0, + 350 + ], + [ + 0, + 349 + ], + [ + 0, + 348 + ], + [ + 0, + 347 + ], + [ + 0, + 346 + ], + [ + 1, + 345 + ], + [ + 2, + 344 + ], + [ + 3, + 343 + ], + [ + 4, + 342 + ], + [ + 5, + 342 + ], + [ + 6, + 341 + ], + [ + 7, + 341 + ], + [ + 8, + 341 + ], + [ + 9, + 340 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 138, + 57 + ], + [ + 137, + 56 + ], + [ + 136, + 55 + ], + [ + 135, + 54 + ], + [ + 134, + 54 + ], + [ + 134, + 53 + ], + [ + 133, + 52 + ], + [ + 133, + 51 + ], + [ + 134, + 51 + ], + [ + 134, + 50 + ], + [ + 135, + 49 + ], + [ + 135, + 48 + ], + [ + 135, + 47 + ], + [ + 135, + 46 + ], + [ + 135, + 45 + ], + [ + 136, + 44 + ], + [ + 136, + 43 + ], + [ + 136, + 42 + ], + [ + 136, + 41 + ], + [ + 135, + 40 + ], + [ + 135, + 41 + ], + [ + 134, + 40 + ], + [ + 135, + 39 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 171, + 276 + ], + "area_fraction": 0.6104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 140 + ], + "peak": [ + 76, + 112 + ], + "area_cells": 4019 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 122 + ], + "peak": [ + 11, + 125 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 87 + ], + "peak": [ + 28, + 77 + ], + "area_cells": 286 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 388 + ], + "peak": [ + 58, + 391 + ], + "area_cells": 177 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 397 + ], + "peak": [ + 92, + 408 + ], + "area_cells": 107 + }, + { + "id": "range_7", + "name": null, + "center": [ + 125, + 145 + ], + "peak": [ + 125, + 146 + ], + "area_cells": 61 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 68 + ], + "peak": [ + 138, + 74 + ], + "area_cells": 217 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e-1/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68e-1/globe.png new file mode 100644 index 000000000..8c7650bef Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68e-1/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e-1/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68e-1/heightmap.png new file mode 100644 index 000000000..7dec8d2f1 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e-1/index.md b/wiki/star-systems/GJ-68/bodies/GJ68e-1/index.md new file mode 100644 index 000000000..57e72fa7a --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ68e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2290060764 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 41.2 +physical: + gravity_g: 0.06 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.788 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ68e-1 + +Barren moon. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 100% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e-1/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68e-1/markers.json new file mode 100644 index 000000000..80bb2f3a8 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68e-1/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 66 + ], + "peak": [ + 44, + 72 + ], + "area_cells": 208 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 74 + ], + "peak": [ + 17, + 75 + ], + "area_cells": 82 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 134 + ], + "peak": [ + 2, + 134 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 169 + ], + "peak": [ + 9, + 174 + ], + "area_cells": 139 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 210 + ], + "peak": [ + 0, + 214 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 4, + 217 + ], + "peak": [ + 3, + 217 + ], + "area_cells": 27 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 369 + ], + "peak": [ + 122, + 432 + ], + "area_cells": 17499 + }, + { + "id": "range_10", + "name": null, + "center": [ + 33, + 462 + ], + "peak": [ + 35, + 462 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 39, + 341 + ], + "peak": [ + 43, + 341 + ], + "area_cells": 69 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 42 + ], + "peak": [ + 90, + 34 + ], + "area_cells": 1040 + }, + { + "id": "range_13", + "name": null, + "center": [ + 71, + 209 + ], + "peak": [ + 67, + 212 + ], + "area_cells": 118 + }, + { + "id": "range_14", + "name": null, + "center": [ + 69, + 163 + ], + "peak": [ + 68, + 159 + ], + "area_cells": 62 + }, + { + "id": "range_15", + "name": null, + "center": [ + 102, + 187 + ], + "peak": [ + 102, + 187 + ], + "area_cells": 579 + }, + { + "id": "range_17", + "name": null, + "center": [ + 92, + 157 + ], + "peak": [ + 93, + 157 + ], + "area_cells": 148 + }, + { + "id": "range_18", + "name": null, + "center": [ + 100, + 5 + ], + "peak": [ + 98, + 0 + ], + "area_cells": 113 + }, + { + "id": "range_19", + "name": null, + "center": [ + 99, + 144 + ], + "peak": [ + 100, + 145 + ], + "area_cells": 34 + }, + { + "id": "range_22", + "name": null, + "center": [ + 146, + 3 + ], + "peak": [ + 138, + 1 + ], + "area_cells": 232 + }, + { + "id": "range_24", + "name": null, + "center": [ + 136, + 147 + ], + "peak": [ + 136, + 146 + ], + "area_cells": 32 + }, + { + "id": "range_31", + "name": null, + "center": [ + 173, + 42 + ], + "peak": [ + 175, + 38 + ], + "area_cells": 185 + }, + { + "id": "range_34", + "name": null, + "center": [ + 200, + 445 + ], + "peak": [ + 200, + 444 + ], + "area_cells": 91 + }, + { + "id": "range_39", + "name": null, + "center": [ + 222, + 38 + ], + "peak": [ + 221, + 39 + ], + "area_cells": 55 + }, + { + "id": "range_40", + "name": null, + "center": [ + 218, + 371 + ], + "peak": [ + 216, + 375 + ], + "area_cells": 70 + }, + { + "id": "range_42", + "name": null, + "center": [ + 223, + 15 + ], + "peak": [ + 223, + 16 + ], + "area_cells": 25 + }, + { + "id": "range_43", + "name": null, + "center": [ + 219, + 51 + ], + "peak": [ + 221, + 49 + ], + "area_cells": 44 + }, + { + "id": "range_46", + "name": null, + "center": [ + 225, + 432 + ], + "peak": [ + 226, + 432 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68e/globe.png new file mode 100644 index 000000000..08e57b9a5 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68e/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68e/heightmap.png new file mode 100644 index 000000000..ddc5bd607 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68e/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e/index.md b/wiki/star-systems/GJ-68/bodies/GJ68e/index.md new file mode 100644 index 000000000..57489400e --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ68e +name: Herfst +body_type: planet +planet_class: temperate +body_scale: planet +seed: 140566733 +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.8 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.697 + polar_ice_lat: 0.667 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.492 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Herfst + +Temperate planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 70% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 400K | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68e/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68e/markers.json new file mode 100644 index 000000000..1ea359362 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68e/markers.json @@ -0,0 +1,834 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 226, + 58 + ], + [ + 225, + 58 + ], + [ + 225, + 57 + ], + [ + 224, + 58 + ], + [ + 224, + 57 + ], + [ + 223, + 57 + ], + [ + 222, + 56 + ], + [ + 221, + 56 + ], + [ + 220, + 56 + ], + [ + 219, + 56 + ], + [ + 218, + 57 + ], + [ + 217, + 56 + ], + [ + 216, + 55 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 226, + 160 + ], + [ + 225, + 159 + ], + [ + 224, + 159 + ], + [ + 223, + 160 + ], + [ + 222, + 161 + ], + [ + 221, + 162 + ], + [ + 221, + 163 + ], + [ + 220, + 164 + ], + [ + 219, + 164 + ], + [ + 218, + 165 + ], + [ + 217, + 166 + ], + [ + 216, + 167 + ], + [ + 217, + 168 + ], + [ + 217, + 169 + ], + [ + 218, + 170 + ], + [ + 217, + 171 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 110, + 315 + ], + [ + 111, + 316 + ], + [ + 112, + 317 + ], + [ + 113, + 316 + ], + [ + 114, + 317 + ], + [ + 115, + 316 + ], + [ + 116, + 315 + ], + [ + 117, + 314 + ], + [ + 118, + 314 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 138, + 354 + ], + [ + 137, + 355 + ], + [ + 136, + 356 + ], + [ + 135, + 357 + ], + [ + 134, + 358 + ], + [ + 133, + 359 + ], + [ + 132, + 359 + ], + [ + 131, + 359 + ], + [ + 130, + 360 + ], + [ + 131, + 360 + ], + [ + 131, + 361 + ], + [ + 130, + 362 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 183, + 442 + ], + [ + 182, + 442 + ], + [ + 181, + 442 + ], + [ + 180, + 443 + ], + [ + 179, + 444 + ], + [ + 178, + 443 + ], + [ + 178, + 444 + ], + [ + 177, + 445 + ], + [ + 176, + 446 + ], + [ + 175, + 447 + ], + [ + 175, + 448 + ], + [ + 174, + 448 + ], + [ + 175, + 449 + ], + [ + 174, + 449 + ], + [ + 173, + 449 + ], + [ + 173, + 450 + ], + [ + 174, + 450 + ], + [ + 174, + 451 + ], + [ + 173, + 451 + ], + [ + 173, + 452 + ], + [ + 174, + 453 + ], + [ + 174, + 452 + ], + [ + 173, + 453 + ], + [ + 173, + 454 + ], + [ + 172, + 455 + ], + [ + 172, + 456 + ], + [ + 172, + 457 + ], + [ + 172, + 458 + ], + [ + 172, + 459 + ], + [ + 171, + 460 + ], + [ + 171, + 461 + ], + [ + 171, + 462 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 10, + 205 + ], + [ + 9, + 204 + ], + [ + 8, + 203 + ], + [ + 7, + 202 + ], + [ + 7, + 201 + ], + [ + 8, + 200 + ], + [ + 7, + 200 + ], + [ + 7, + 199 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 13, + 320 + ], + [ + 14, + 319 + ], + [ + 15, + 318 + ], + [ + 16, + 318 + ], + [ + 16, + 317 + ], + [ + 16, + 316 + ], + [ + 15, + 315 + ], + [ + 14, + 314 + ], + [ + 13, + 313 + ], + [ + 12, + 312 + ], + [ + 11, + 311 + ], + [ + 10, + 310 + ], + [ + 9, + 309 + ], + [ + 8, + 308 + ], + [ + 7, + 307 + ], + [ + 6, + 306 + ], + [ + 5, + 305 + ], + [ + 4, + 304 + ], + [ + 3, + 303 + ], + [ + 2, + 302 + ], + [ + 1, + 301 + ], + [ + 0, + 301 + ], + [ + 0, + 300 + ], + [ + 0, + 299 + ], + [ + 0, + 298 + ], + [ + 0, + 297 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 51, + 69 + ], + [ + 50, + 68 + ], + [ + 49, + 67 + ], + [ + 49, + 66 + ], + [ + 48, + 65 + ], + [ + 47, + 64 + ], + [ + 46, + 63 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 150, + 157 + ], + [ + 149, + 158 + ], + [ + 148, + 157 + ], + [ + 147, + 157 + ], + [ + 146, + 156 + ], + [ + 145, + 155 + ], + [ + 144, + 154 + ], + [ + 143, + 155 + ], + [ + 142, + 154 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 211, + 461 + ], + [ + 210, + 460 + ], + [ + 210, + 459 + ], + [ + 209, + 458 + ], + [ + 210, + 457 + ], + [ + 209, + 456 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 24 + ], + "area_fraction": 0.0223 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 30, + 484 + ], + "area_fraction": 0.0267 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 103, + 277 + ], + "area_fraction": 0.1855 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 237, + 402 + ], + "area_fraction": 0.0414 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 244, + 119 + ], + "area_fraction": 0.0182 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 411 + ], + "peak": [ + 44, + 415 + ], + "area_cells": 1578 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 12 + ], + "peak": [ + 79, + 8 + ], + "area_cells": 225 + }, + { + "id": "range_3", + "name": null, + "center": [ + 134, + 45 + ], + "peak": [ + 174, + 19 + ], + "area_cells": 7522 + }, + { + "id": "range_5", + "name": null, + "center": [ + 79, + 509 + ], + "peak": [ + 80, + 511 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 157, + 429 + ], + "peak": [ + 162, + 430 + ], + "area_cells": 692 + }, + { + "id": "range_10", + "name": null, + "center": [ + 153, + 508 + ], + "peak": [ + 152, + 511 + ], + "area_cells": 63 + }, + { + "id": "range_11", + "name": null, + "center": [ + 162, + 470 + ], + "peak": [ + 163, + 470 + ], + "area_cells": 63 + }, + { + "id": "range_12", + "name": null, + "center": [ + 181, + 496 + ], + "peak": [ + 185, + 511 + ], + "area_cells": 517 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 449 + ], + "peak": [ + 183, + 442 + ], + "area_cells": 39 + }, + { + "id": "range_14", + "name": null, + "center": [ + 197, + 136 + ], + "peak": [ + 197, + 142 + ], + "area_cells": 689 + }, + { + "id": "range_15", + "name": null, + "center": [ + 204, + 411 + ], + "peak": [ + 210, + 407 + ], + "area_cells": 315 + }, + { + "id": "range_16", + "name": null, + "center": [ + 227, + 193 + ], + "peak": [ + 225, + 191 + ], + "area_cells": 351 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68f/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68f/globe.png new file mode 100644 index 000000000..19ee7bad0 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68f/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68f/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68f/heightmap.png new file mode 100644 index 000000000..fafadc3a4 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68f/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68f/index.md b/wiki/star-systems/GJ-68/bodies/GJ68f/index.md new file mode 100644 index 000000000..16cdd85ae --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68f/index.md @@ -0,0 +1,73 @@ +--- +id: GJ68f +name: Winter +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1574423147 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.429 + period_days: 700.0 + axial_tilt_deg: 11.5 +physical: + gravity_g: 0.72 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.616 + polar_ice_lat: 0.809 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Winter + +Temperate planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.72g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 62% | +| **Year** | 700 days | +| **Inhabited** | yes | +| **Population** | 200K | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68f/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68f/markers.json new file mode 100644 index 000000000..d16b84b0c --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68f/markers.json @@ -0,0 +1,630 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 91, + 498 + ], + [ + 91, + 499 + ], + [ + 92, + 498 + ], + [ + 93, + 498 + ], + [ + 94, + 498 + ], + [ + 95, + 499 + ], + [ + 96, + 498 + ], + [ + 97, + 499 + ], + [ + 97, + 500 + ], + [ + 96, + 499 + ], + [ + 97, + 498 + ], + [ + 98, + 499 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 20, + 430 + ], + [ + 19, + 431 + ], + [ + 18, + 432 + ], + [ + 17, + 431 + ], + [ + 16, + 431 + ], + [ + 15, + 430 + ], + [ + 14, + 430 + ], + [ + 13, + 430 + ], + [ + 12, + 430 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 180, + 81 + ], + [ + 179, + 80 + ], + [ + 178, + 79 + ], + [ + 177, + 80 + ], + [ + 176, + 81 + ], + [ + 175, + 82 + ], + [ + 174, + 81 + ], + [ + 173, + 81 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 143, + 382 + ], + [ + 143, + 381 + ], + [ + 142, + 380 + ], + [ + 141, + 379 + ], + [ + 141, + 378 + ], + [ + 140, + 377 + ], + [ + 139, + 376 + ], + [ + 139, + 375 + ], + [ + 138, + 374 + ], + [ + 137, + 373 + ], + [ + 136, + 372 + ], + [ + 135, + 372 + ], + [ + 134, + 371 + ], + [ + 133, + 372 + ], + [ + 133, + 373 + ], + [ + 132, + 372 + ], + [ + 131, + 371 + ], + [ + 130, + 371 + ], + [ + 130, + 370 + ], + [ + 129, + 369 + ], + [ + 128, + 370 + ], + [ + 127, + 370 + ], + [ + 126, + 369 + ], + [ + 125, + 368 + ], + [ + 125, + 367 + ], + [ + 126, + 368 + ], + [ + 125, + 369 + ], + [ + 126, + 370 + ], + [ + 125, + 371 + ], + [ + 125, + 372 + ], + [ + 125, + 373 + ], + [ + 124, + 374 + ], + [ + 124, + 373 + ], + [ + 124, + 372 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 134, + 200 + ], + [ + 133, + 200 + ], + [ + 132, + 201 + ], + [ + 131, + 201 + ], + [ + 130, + 201 + ], + [ + 129, + 202 + ], + [ + 128, + 203 + ], + [ + 127, + 202 + ], + [ + 126, + 203 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 29, + 146 + ], + [ + 30, + 145 + ], + [ + 31, + 144 + ], + [ + 32, + 143 + ], + [ + 33, + 142 + ], + [ + 34, + 143 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 0, + 317 + ], + [ + 1, + 317 + ], + [ + 2, + 316 + ], + [ + 3, + 316 + ], + [ + 4, + 317 + ], + [ + 5, + 318 + ], + [ + 6, + 319 + ], + [ + 7, + 320 + ], + [ + 7, + 321 + ], + [ + 8, + 322 + ], + [ + 9, + 323 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 56, + 308 + ], + [ + 57, + 307 + ], + [ + 56, + 306 + ], + [ + 57, + 305 + ], + [ + 58, + 304 + ], + [ + 59, + 303 + ], + [ + 60, + 304 + ], + [ + 61, + 304 + ], + [ + 61, + 303 + ], + [ + 62, + 304 + ], + [ + 61, + 305 + ], + [ + 62, + 306 + ], + [ + 63, + 305 + ], + [ + 62, + 305 + ], + [ + 63, + 304 + ], + [ + 63, + 303 + ], + [ + 64, + 303 + ], + [ + 65, + 304 + ], + [ + 66, + 305 + ], + [ + 65, + 306 + ], + [ + 64, + 305 + ], + [ + 65, + 305 + ], + [ + 64, + 304 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 155 + ], + "area_fraction": 0.093 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 81, + 424 + ], + "area_fraction": 0.1623 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 123, + 128 + ], + "area_fraction": 0.0951 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 185, + 296 + ], + "area_fraction": 0.0218 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 189, + 213 + ], + "peak": [ + 189, + 212 + ], + "area_cells": 37 + }, + { + "id": "range_2", + "name": null, + "center": [ + 190, + 141 + ], + "peak": [ + 192, + 140 + ], + "area_cells": 53 + }, + { + "id": "range_3", + "name": null, + "center": [ + 211, + 184 + ], + "peak": [ + 206, + 165 + ], + "area_cells": 950 + }, + { + "id": "range_4", + "name": null, + "center": [ + 232, + 421 + ], + "peak": [ + 231, + 420 + ], + "area_cells": 399 + }, + { + "id": "range_5", + "name": null, + "center": [ + 230, + 8 + ], + "peak": [ + 230, + 10 + ], + "area_cells": 97 + }, + { + "id": "range_6", + "name": null, + "center": [ + 232, + 495 + ], + "peak": [ + 231, + 511 + ], + "area_cells": 159 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68g/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68g/globe.png new file mode 100644 index 000000000..e5754cbd8 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68g/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68g/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68g/heightmap.png new file mode 100644 index 000000000..b8aa750a9 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68g/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68g/index.md b/wiki/star-systems/GJ-68/bodies/GJ68g/index.md new file mode 100644 index 000000000..cd670d054 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68g/index.md @@ -0,0 +1,69 @@ +--- +id: GJ68g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 802210632 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 42.4 +physical: + gravity_g: 0.45 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.181 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ68g + +Frozen planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68g/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68g/markers.json new file mode 100644 index 000000000..8fdb3c4d9 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68g/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 57, + 501 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 62, + 22 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 217, + 389 + ], + "area_fraction": 0.1264 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 227, + 132 + ], + "area_fraction": 0.0516 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 116, + 226 + ], + "peak": [ + 131, + 180 + ], + "area_cells": 16300 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 37 + ], + "peak": [ + 115, + 38 + ], + "area_cells": 52 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 8 + ], + "peak": [ + 121, + 6 + ], + "area_cells": 66 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 509 + ], + "peak": [ + 121, + 511 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 507 + ], + "peak": [ + 146, + 508 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68h/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68h/globe.png new file mode 100644 index 000000000..1063fed2b Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68h/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68h/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68h/heightmap.png new file mode 100644 index 000000000..8f5c380b5 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68h/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68h/index.md b/wiki/star-systems/GJ-68/bodies/GJ68h/index.md new file mode 100644 index 000000000..0c3c2491f --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ68h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2415027913 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 48.7 +physical: + gravity_g: 0.38 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.201 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.24 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ68h + +Frozen planet. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 100% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68h/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68h/markers.json new file mode 100644 index 000000000..9215fdbc7 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68h/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 59, + 449 + ], + "peak": [ + 53, + 448 + ], + "area_cells": 276 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 468 + ], + "peak": [ + 44, + 469 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 418 + ], + "peak": [ + 60, + 427 + ], + "area_cells": 926 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 350 + ], + "peak": [ + 82, + 359 + ], + "area_cells": 2257 + }, + { + "id": "range_11", + "name": null, + "center": [ + 118, + 437 + ], + "peak": [ + 119, + 436 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 130, + 449 + ], + "peak": [ + 130, + 449 + ], + "area_cells": 31 + }, + { + "id": "range_17", + "name": null, + "center": [ + 146, + 43 + ], + "peak": [ + 144, + 46 + ], + "area_cells": 89 + }, + { + "id": "range_18", + "name": null, + "center": [ + 158, + 5 + ], + "peak": [ + 156, + 0 + ], + "area_cells": 71 + }, + { + "id": "range_24", + "name": null, + "center": [ + 226, + 256 + ], + "peak": [ + 205, + 157 + ], + "area_cells": 26172 + }, + { + "id": "range_25", + "name": null, + "center": [ + 178, + 505 + ], + "peak": [ + 178, + 504 + ], + "area_cells": 76 + }, + { + "id": "range_26", + "name": null, + "center": [ + 182, + 9 + ], + "peak": [ + 182, + 8 + ], + "area_cells": 113 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-1/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68i-1/globe.png new file mode 100644 index 000000000..330b93239 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68i-1/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-1/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68i-1/heightmap.png new file mode 100644 index 000000000..fa9d76c15 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68i-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-1/index.md b/wiki/star-systems/GJ-68/bodies/GJ68i-1/index.md new file mode 100644 index 000000000..45a2a01e6 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68i-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ68i-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1043284260 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 40.6 +physical: + gravity_g: 0.08 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.822 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ68i-1 + +Barren moon. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-1/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68i-1/markers.json new file mode 100644 index 000000000..42004370d --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68i-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 69, + 383 + ], + "peak": [ + 81, + 328 + ], + "area_cells": 2895 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 191 + ], + "peak": [ + 75, + 190 + ], + "area_cells": 61 + }, + { + "id": "range_3", + "name": null, + "center": [ + 152, + 490 + ], + "peak": [ + 101, + 505 + ], + "area_cells": 4731 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 14 + ], + "peak": [ + 91, + 0 + ], + "area_cells": 3296 + }, + { + "id": "range_7", + "name": null, + "center": [ + 75, + 111 + ], + "peak": [ + 75, + 111 + ], + "area_cells": 27 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 303 + ], + "peak": [ + 84, + 304 + ], + "area_cells": 96 + }, + { + "id": "range_11", + "name": null, + "center": [ + 119, + 152 + ], + "peak": [ + 142, + 133 + ], + "area_cells": 2019 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 53 + ], + "peak": [ + 95, + 52 + ], + "area_cells": 90 + }, + { + "id": "range_13", + "name": null, + "center": [ + 136, + 75 + ], + "peak": [ + 108, + 105 + ], + "area_cells": 2161 + }, + { + "id": "range_15", + "name": null, + "center": [ + 101, + 360 + ], + "peak": [ + 104, + 361 + ], + "area_cells": 232 + }, + { + "id": "range_18", + "name": null, + "center": [ + 176, + 250 + ], + "peak": [ + 173, + 257 + ], + "area_cells": 3447 + }, + { + "id": "range_20", + "name": null, + "center": [ + 187, + 175 + ], + "peak": [ + 201, + 170 + ], + "area_cells": 580 + }, + { + "id": "range_23", + "name": null, + "center": [ + 177, + 119 + ], + "peak": [ + 178, + 119 + ], + "area_cells": 30 + }, + { + "id": "range_26", + "name": null, + "center": [ + 195, + 295 + ], + "peak": [ + 199, + 293 + ], + "area_cells": 173 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-2/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68i-2/globe.png new file mode 100644 index 000000000..a5bb5e798 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68i-2/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-2/heightmap.png b/wiki/star-systems/GJ-68/bodies/GJ68i-2/heightmap.png new file mode 100644 index 000000000..dd6c04ff7 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68i-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-2/index.md b/wiki/star-systems/GJ-68/bodies/GJ68i-2/index.md new file mode 100644 index 000000000..bbfe5d6c1 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68i-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ68i-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3867643674 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.09 + period_days: 11.0 + axial_tilt_deg: 50.5 +physical: + gravity_g: 0.05 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.7 + polar_ice_lat: 0.135 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.241 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ68i-2 + +Frozen moon. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i-2/markers.json b/wiki/star-systems/GJ-68/bodies/GJ68i-2/markers.json new file mode 100644 index 000000000..5ca1b4cdb --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68i-2/markers.json @@ -0,0 +1,319 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 63, + 323 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 104, + 52 + ], + "area_fraction": 0.0215 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 128, + 370 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 149, + 62 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_25", + "name": null, + "kind": "ocean", + "center": [ + 212, + 192 + ], + "area_fraction": 0.1721 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 172, + 485 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 226, + 463 + ], + "area_fraction": 0.0333 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 53 + ], + "peak": [ + 0, + 39 + ], + "area_cells": 1322 + }, + { + "id": "range_2", + "name": null, + "center": [ + 31, + 112 + ], + "peak": [ + 33, + 113 + ], + "area_cells": 298 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 146 + ], + "peak": [ + 9, + 145 + ], + "area_cells": 797 + }, + { + "id": "range_5", + "name": null, + "center": [ + 6, + 404 + ], + "peak": [ + 8, + 403 + ], + "area_cells": 121 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 481 + ], + "peak": [ + 7, + 464 + ], + "area_cells": 1037 + }, + { + "id": "range_8", + "name": null, + "center": [ + 26, + 198 + ], + "peak": [ + 27, + 197 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 36, + 188 + ], + "peak": [ + 39, + 188 + ], + "area_cells": 227 + }, + { + "id": "range_11", + "name": null, + "center": [ + 35, + 234 + ], + "peak": [ + 35, + 230 + ], + "area_cells": 242 + }, + { + "id": "range_13", + "name": null, + "center": [ + 39, + 256 + ], + "peak": [ + 38, + 256 + ], + "area_cells": 34 + }, + { + "id": "range_17", + "name": null, + "center": [ + 45, + 94 + ], + "peak": [ + 45, + 93 + ], + "area_cells": 58 + }, + { + "id": "range_21", + "name": null, + "center": [ + 60, + 495 + ], + "peak": [ + 63, + 494 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 73, + 237 + ], + "peak": [ + 69, + 235 + ], + "area_cells": 128 + }, + { + "id": "range_25", + "name": null, + "center": [ + 85, + 483 + ], + "peak": [ + 83, + 466 + ], + "area_cells": 925 + }, + { + "id": "range_26", + "name": null, + "center": [ + 91, + 422 + ], + "peak": [ + 86, + 429 + ], + "area_cells": 1221 + }, + { + "id": "range_27", + "name": null, + "center": [ + 87, + 1 + ], + "peak": [ + 88, + 0 + ], + "area_cells": 31 + }, + { + "id": "range_29", + "name": null, + "center": [ + 110, + 215 + ], + "peak": [ + 111, + 202 + ], + "area_cells": 1228 + }, + { + "id": "range_30", + "name": null, + "center": [ + 113, + 461 + ], + "peak": [ + 113, + 467 + ], + "area_cells": 256 + }, + { + "id": "range_32", + "name": null, + "center": [ + 186, + 349 + ], + "peak": [ + 186, + 354 + ], + "area_cells": 271 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i/globe.png b/wiki/star-systems/GJ-68/bodies/GJ68i/globe.png new file mode 100644 index 000000000..80df9c363 Binary files /dev/null and b/wiki/star-systems/GJ-68/bodies/GJ68i/globe.png differ diff --git a/wiki/star-systems/GJ-68/bodies/GJ68i/index.md b/wiki/star-systems/GJ-68/bodies/GJ68i/index.md new file mode 100644 index 000000000..1993c91d0 --- /dev/null +++ b/wiki/star-systems/GJ-68/bodies/GJ68i/index.md @@ -0,0 +1,61 @@ +--- +id: GJ68i +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4260044091 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.772 + period_days: 3000.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: null + oblateness: 0.0557 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.088 +--- + +# GJ68i + +Gas giant. + +**System:** [GJ-68](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3000 days | + +## Description + + 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/bodies/GJ680b/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680b/globe.png new file mode 100644 index 000000000..d6400f7de Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680b/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680b/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680b/heightmap.png new file mode 100644 index 000000000..ece4f5b33 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680b/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680b/index.md b/wiki/star-systems/GJ-680/bodies/GJ680b/index.md new file mode 100644 index 000000000..9a57242f4 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ680b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1560209489 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 38.7 +physical: + gravity_g: 0.32 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.805 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680b + +Barren planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680b/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680b/markers.json new file mode 100644 index 000000000..269cc7b53 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680b/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 65, + 191 + ], + "peak": [ + 34, + 124 + ], + "area_cells": 22700 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 456 + ], + "peak": [ + 9, + 462 + ], + "area_cells": 387 + }, + { + "id": "range_5", + "name": null, + "center": [ + 19, + 373 + ], + "peak": [ + 16, + 373 + ], + "area_cells": 104 + }, + { + "id": "range_6", + "name": null, + "center": [ + 37, + 405 + ], + "peak": [ + 23, + 383 + ], + "area_cells": 933 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 367 + ], + "peak": [ + 41, + 361 + ], + "area_cells": 597 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 453 + ], + "peak": [ + 88, + 432 + ], + "area_cells": 2392 + }, + { + "id": "range_11", + "name": null, + "center": [ + 85, + 17 + ], + "peak": [ + 74, + 30 + ], + "area_cells": 939 + }, + { + "id": "range_14", + "name": null, + "center": [ + 54, + 4 + ], + "peak": [ + 57, + 6 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 73, + 245 + ], + "peak": [ + 74, + 246 + ], + "area_cells": 44 + }, + { + "id": "range_19", + "name": null, + "center": [ + 104, + 374 + ], + "peak": [ + 107, + 368 + ], + "area_cells": 331 + }, + { + "id": "range_20", + "name": null, + "center": [ + 123, + 501 + ], + "peak": [ + 114, + 511 + ], + "area_cells": 274 + }, + { + "id": "range_23", + "name": null, + "center": [ + 158, + 261 + ], + "peak": [ + 159, + 267 + ], + "area_cells": 349 + }, + { + "id": "range_26", + "name": null, + "center": [ + 182, + 209 + ], + "peak": [ + 182, + 187 + ], + "area_cells": 1024 + }, + { + "id": "range_27", + "name": null, + "center": [ + 172, + 457 + ], + "peak": [ + 172, + 458 + ], + "area_cells": 69 + }, + { + "id": "range_28", + "name": null, + "center": [ + 195, + 139 + ], + "peak": [ + 201, + 142 + ], + "area_cells": 264 + }, + { + "id": "range_29", + "name": null, + "center": [ + 219, + 195 + ], + "peak": [ + 218, + 196 + ], + "area_cells": 43 + }, + { + "id": "range_31", + "name": null, + "center": [ + 248, + 241 + ], + "peak": [ + 255, + 239 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680c/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680c/globe.png new file mode 100644 index 000000000..7480893f9 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680c/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680c/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680c/heightmap.png new file mode 100644 index 000000000..30b55ced8 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680c/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680c/index.md b/wiki/star-systems/GJ-680/bodies/GJ680c/index.md new file mode 100644 index 000000000..58df8990c --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ680c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1331629447 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.262 + period_days: 55.0 + axial_tilt_deg: 8.4 +physical: + gravity_g: 0.48 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.874 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.1 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680c + +Arid planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680c/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680c/markers.json new file mode 100644 index 000000000..2e6f719bc --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680c/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 1, + 56 + ], + "peak": [ + 1, + 57 + ], + "area_cells": 50 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 219 + ], + "peak": [ + 20, + 253 + ], + "area_cells": 2767 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 408 + ], + "peak": [ + 33, + 329 + ], + "area_cells": 16460 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 465 + ], + "peak": [ + 28, + 466 + ], + "area_cells": 1755 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 13 + ], + "peak": [ + 16, + 13 + ], + "area_cells": 206 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 10 + ], + "peak": [ + 31, + 10 + ], + "area_cells": 138 + }, + { + "id": "range_10", + "name": null, + "center": [ + 104, + 15 + ], + "peak": [ + 129, + 5 + ], + "area_cells": 2499 + }, + { + "id": "range_12", + "name": null, + "center": [ + 66, + 275 + ], + "peak": [ + 63, + 269 + ], + "area_cells": 521 + }, + { + "id": "range_13", + "name": null, + "center": [ + 67, + 64 + ], + "peak": [ + 69, + 63 + ], + "area_cells": 106 + }, + { + "id": "range_14", + "name": null, + "center": [ + 71, + 236 + ], + "peak": [ + 69, + 243 + ], + "area_cells": 146 + }, + { + "id": "range_16", + "name": null, + "center": [ + 79, + 56 + ], + "peak": [ + 80, + 56 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 96, + 245 + ], + "peak": [ + 97, + 224 + ], + "area_cells": 1859 + }, + { + "id": "range_18", + "name": null, + "center": [ + 135, + 243 + ], + "peak": [ + 138, + 246 + ], + "area_cells": 340 + }, + { + "id": "range_19", + "name": null, + "center": [ + 143, + 389 + ], + "peak": [ + 143, + 389 + ], + "area_cells": 21 + }, + { + "id": "range_20", + "name": null, + "center": [ + 165, + 214 + ], + "peak": [ + 162, + 214 + ], + "area_cells": 426 + }, + { + "id": "range_21", + "name": null, + "center": [ + 174, + 445 + ], + "peak": [ + 169, + 449 + ], + "area_cells": 423 + }, + { + "id": "range_23", + "name": null, + "center": [ + 175, + 378 + ], + "peak": [ + 175, + 382 + ], + "area_cells": 133 + }, + { + "id": "range_24", + "name": null, + "center": [ + 173, + 346 + ], + "peak": [ + 175, + 345 + ], + "area_cells": 62 + }, + { + "id": "range_26", + "name": null, + "center": [ + 177, + 259 + ], + "peak": [ + 177, + 260 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d-1/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680d-1/globe.png new file mode 100644 index 000000000..f525edae3 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680d-1/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d-1/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680d-1/heightmap.png new file mode 100644 index 000000000..8c3b17b1f Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d-1/index.md b/wiki/star-systems/GJ-680/bodies/GJ680d-1/index.md new file mode 100644 index 000000000..c348956f4 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ680d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 142291036 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.05 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.968 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680d-1 + +Barren moon. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d-1/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680d-1/markers.json new file mode 100644 index 000000000..e5ea5b817 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680d-1/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 41 + ], + "peak": [ + 6, + 29 + ], + "area_cells": 4066 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 250 + ], + "peak": [ + 58, + 262 + ], + "area_cells": 7923 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 351 + ], + "peak": [ + 2, + 351 + ], + "area_cells": 41 + }, + { + "id": "range_4", + "name": null, + "center": [ + 60, + 426 + ], + "peak": [ + 87, + 380 + ], + "area_cells": 7549 + }, + { + "id": "range_5", + "name": null, + "center": [ + 34, + 113 + ], + "peak": [ + 46, + 105 + ], + "area_cells": 500 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 350 + ], + "peak": [ + 35, + 345 + ], + "area_cells": 182 + }, + { + "id": "range_8", + "name": null, + "center": [ + 23, + 327 + ], + "peak": [ + 24, + 327 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 72, + 123 + ], + "peak": [ + 73, + 123 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 217 + ], + "peak": [ + 101, + 215 + ], + "area_cells": 201 + }, + { + "id": "range_16", + "name": null, + "center": [ + 96, + 103 + ], + "peak": [ + 95, + 104 + ], + "area_cells": 56 + }, + { + "id": "range_18", + "name": null, + "center": [ + 99, + 488 + ], + "peak": [ + 99, + 488 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 120, + 433 + ], + "peak": [ + 128, + 438 + ], + "area_cells": 260 + }, + { + "id": "range_20", + "name": null, + "center": [ + 114, + 74 + ], + "peak": [ + 111, + 69 + ], + "area_cells": 47 + }, + { + "id": "range_21", + "name": null, + "center": [ + 125, + 345 + ], + "peak": [ + 125, + 343 + ], + "area_cells": 148 + }, + { + "id": "range_23", + "name": null, + "center": [ + 142, + 313 + ], + "peak": [ + 142, + 315 + ], + "area_cells": 60 + }, + { + "id": "range_24", + "name": null, + "center": [ + 153, + 387 + ], + "peak": [ + 154, + 387 + ], + "area_cells": 34 + }, + { + "id": "range_25", + "name": null, + "center": [ + 153, + 43 + ], + "peak": [ + 153, + 42 + ], + "area_cells": 22 + }, + { + "id": "range_28", + "name": null, + "center": [ + 169, + 281 + ], + "peak": [ + 170, + 282 + ], + "area_cells": 28 + }, + { + "id": "range_29", + "name": null, + "center": [ + 173, + 443 + ], + "peak": [ + 173, + 439 + ], + "area_cells": 81 + }, + { + "id": "range_34", + "name": null, + "center": [ + 223, + 280 + ], + "peak": [ + 228, + 276 + ], + "area_cells": 152 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680d/globe.png new file mode 100644 index 000000000..4a4a18fd2 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680d/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680d/heightmap.png new file mode 100644 index 000000000..05b60a877 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680d/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d/index.md b/wiki/star-systems/GJ-680/bodies/GJ680d/index.md new file mode 100644 index 000000000..5fb081c8d --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ680d +name: Tulbagh +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2818962661 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.465 + period_days: 130.0 + axial_tilt_deg: 14.8 +physical: + gravity_g: 0.9 + oblateness: 0.003 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.679 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.422 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Tulbagh + +Temperate planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 96% | +| **Year** | 130 days | +| **Inhabited** | yes | +| **Population** | 150M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680d/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680d/markers.json new file mode 100644 index 000000000..cb215b58a --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680d/markers.json @@ -0,0 +1,1457 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 115, + 150 + ], + [ + 116, + 151 + ], + [ + 117, + 152 + ], + [ + 118, + 153 + ], + [ + 119, + 154 + ], + [ + 120, + 155 + ], + [ + 121, + 154 + ], + [ + 121, + 153 + ], + [ + 122, + 153 + ], + [ + 123, + 153 + ], + [ + 124, + 152 + ], + [ + 125, + 152 + ], + [ + 126, + 152 + ], + [ + 127, + 152 + ], + [ + 128, + 152 + ], + [ + 129, + 151 + ], + [ + 130, + 151 + ], + [ + 131, + 151 + ], + [ + 132, + 150 + ], + [ + 133, + 151 + ], + [ + 134, + 150 + ], + [ + 133, + 149 + ], + [ + 134, + 148 + ], + [ + 135, + 147 + ], + [ + 136, + 147 + ], + [ + 137, + 148 + ], + [ + 138, + 147 + ], + [ + 139, + 146 + ], + [ + 140, + 147 + ], + [ + 141, + 148 + ], + [ + 141, + 149 + ], + [ + 142, + 150 + ], + [ + 143, + 151 + ], + [ + 144, + 151 + ], + [ + 145, + 152 + ], + [ + 146, + 153 + ], + [ + 147, + 154 + ], + [ + 146, + 154 + ], + [ + 145, + 154 + ], + [ + 146, + 155 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 0, + 385 + ], + [ + 1, + 386 + ], + [ + 2, + 385 + ], + [ + 3, + 386 + ], + [ + 4, + 385 + ], + [ + 5, + 385 + ], + [ + 6, + 384 + ], + [ + 7, + 383 + ], + [ + 7, + 384 + ], + [ + 8, + 383 + ], + [ + 8, + 382 + ], + [ + 9, + 381 + ], + [ + 10, + 382 + ], + [ + 10, + 381 + ], + [ + 10, + 380 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 71, + 348 + ], + [ + 70, + 347 + ], + [ + 69, + 346 + ], + [ + 68, + 345 + ], + [ + 67, + 344 + ], + [ + 66, + 344 + ], + [ + 65, + 344 + ], + [ + 64, + 344 + ], + [ + 63, + 344 + ], + [ + 62, + 344 + ], + [ + 61, + 343 + ], + [ + 60, + 343 + ], + [ + 59, + 342 + ], + [ + 58, + 341 + ], + [ + 57, + 340 + ], + [ + 56, + 339 + ], + [ + 55, + 338 + ], + [ + 54, + 337 + ], + [ + 53, + 336 + ], + [ + 52, + 335 + ], + [ + 51, + 334 + ], + [ + 51, + 333 + ], + [ + 51, + 332 + ], + [ + 51, + 331 + ], + [ + 50, + 330 + ], + [ + 49, + 329 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 139, + 283 + ], + [ + 138, + 283 + ], + [ + 137, + 284 + ], + [ + 136, + 283 + ], + [ + 135, + 283 + ], + [ + 134, + 283 + ], + [ + 133, + 284 + ], + [ + 132, + 284 + ], + [ + 131, + 283 + ], + [ + 130, + 282 + ], + [ + 129, + 281 + ], + [ + 128, + 280 + ], + [ + 127, + 279 + ], + [ + 126, + 278 + ], + [ + 125, + 277 + ], + [ + 126, + 276 + ], + [ + 126, + 275 + ], + [ + 125, + 276 + ], + [ + 125, + 275 + ], + [ + 125, + 274 + ], + [ + 126, + 274 + ], + [ + 126, + 273 + ], + [ + 126, + 272 + ], + [ + 125, + 271 + ], + [ + 124, + 271 + ], + [ + 123, + 270 + ], + [ + 123, + 269 + ], + [ + 122, + 269 + ], + [ + 121, + 268 + ], + [ + 120, + 267 + ], + [ + 119, + 266 + ], + [ + 118, + 265 + ], + [ + 117, + 266 + ], + [ + 116, + 265 + ], + [ + 117, + 264 + ], + [ + 116, + 263 + ], + [ + 115, + 262 + ], + [ + 114, + 261 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 22, + 158 + ], + [ + 21, + 157 + ], + [ + 20, + 156 + ], + [ + 19, + 155 + ], + [ + 18, + 156 + ], + [ + 17, + 156 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 109, + 286 + ], + [ + 110, + 285 + ], + [ + 111, + 284 + ], + [ + 112, + 285 + ], + [ + 113, + 285 + ], + [ + 114, + 286 + ], + [ + 115, + 287 + ], + [ + 116, + 288 + ], + [ + 117, + 289 + ], + [ + 116, + 290 + ], + [ + 116, + 291 + ], + [ + 116, + 292 + ], + [ + 115, + 292 + ], + [ + 115, + 293 + ], + [ + 115, + 294 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 116, + 329 + ], + [ + 115, + 328 + ], + [ + 114, + 327 + ], + [ + 113, + 327 + ], + [ + 112, + 326 + ], + [ + 111, + 325 + ], + [ + 110, + 324 + ], + [ + 109, + 323 + ], + [ + 108, + 322 + ], + [ + 107, + 321 + ], + [ + 106, + 320 + ], + [ + 105, + 320 + ], + [ + 104, + 319 + ], + [ + 104, + 318 + ], + [ + 104, + 317 + ], + [ + 104, + 316 + ], + [ + 103, + 315 + ], + [ + 104, + 314 + ], + [ + 105, + 314 + ], + [ + 104, + 313 + ], + [ + 105, + 312 + ], + [ + 106, + 311 + ], + [ + 105, + 310 + ], + [ + 104, + 309 + ], + [ + 105, + 308 + ], + [ + 104, + 307 + ], + [ + 103, + 306 + ], + [ + 104, + 305 + ], + [ + 105, + 304 + ], + [ + 104, + 303 + ], + [ + 103, + 303 + ], + [ + 104, + 302 + ], + [ + 103, + 302 + ], + [ + 104, + 301 + ], + [ + 103, + 300 + ], + [ + 103, + 299 + ], + [ + 104, + 299 + ], + [ + 104, + 300 + ], + [ + 103, + 301 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 169, + 282 + ], + [ + 170, + 283 + ], + [ + 171, + 284 + ], + [ + 172, + 285 + ], + [ + 172, + 286 + ], + [ + 173, + 287 + ], + [ + 173, + 288 + ], + [ + 173, + 289 + ], + [ + 173, + 290 + ], + [ + 172, + 291 + ], + [ + 171, + 292 + ], + [ + 170, + 293 + ], + [ + 169, + 294 + ], + [ + 169, + 293 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 58, + 305 + ], + [ + 58, + 304 + ], + [ + 57, + 304 + ], + [ + 56, + 303 + ], + [ + 55, + 303 + ], + [ + 54, + 303 + ], + [ + 53, + 303 + ], + [ + 52, + 303 + ], + [ + 51, + 304 + ], + [ + 50, + 305 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 31, + 75 + ], + [ + 30, + 75 + ], + [ + 29, + 76 + ], + [ + 28, + 76 + ], + [ + 29, + 77 + ], + [ + 28, + 78 + ], + [ + 29, + 79 + ], + [ + 30, + 80 + ], + [ + 29, + 81 + ], + [ + 29, + 82 + ], + [ + 30, + 82 + ], + [ + 29, + 83 + ], + [ + 28, + 83 + ], + [ + 29, + 84 + ], + [ + 29, + 85 + ], + [ + 29, + 86 + ], + [ + 28, + 87 + ], + [ + 28, + 88 + ], + [ + 29, + 89 + ], + [ + 28, + 89 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 167, + 317 + ], + [ + 168, + 316 + ], + [ + 169, + 315 + ], + [ + 170, + 314 + ], + [ + 171, + 313 + ], + [ + 172, + 312 + ], + [ + 173, + 311 + ], + [ + 173, + 310 + ], + [ + 172, + 309 + ], + [ + 171, + 308 + ], + [ + 170, + 307 + ], + [ + 169, + 306 + ], + [ + 170, + 306 + ], + [ + 169, + 305 + ], + [ + 170, + 304 + ], + [ + 171, + 303 + ], + [ + 172, + 302 + ], + [ + 172, + 301 + ], + [ + 173, + 300 + ], + [ + 174, + 299 + ], + [ + 175, + 299 + ], + [ + 176, + 299 + ], + [ + 177, + 299 + ], + [ + 178, + 298 + ], + [ + 179, + 299 + ], + [ + 180, + 299 + ], + [ + 181, + 300 + ], + [ + 182, + 299 + ], + [ + 183, + 299 + ], + [ + 184, + 300 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 200, + 344 + ], + [ + 199, + 343 + ], + [ + 198, + 343 + ], + [ + 197, + 344 + ], + [ + 197, + 343 + ], + [ + 196, + 343 + ], + [ + 195, + 342 + ], + [ + 194, + 342 + ], + [ + 193, + 342 + ], + [ + 192, + 341 + ], + [ + 192, + 340 + ], + [ + 191, + 340 + ], + [ + 190, + 339 + ], + [ + 189, + 339 + ], + [ + 188, + 340 + ], + [ + 187, + 339 + ], + [ + 186, + 339 + ], + [ + 185, + 338 + ], + [ + 184, + 338 + ], + [ + 183, + 338 + ], + [ + 183, + 337 + ], + [ + 184, + 336 + ], + [ + 185, + 336 + ], + [ + 186, + 335 + ], + [ + 185, + 334 + ], + [ + 184, + 333 + ], + [ + 183, + 333 + ], + [ + 182, + 332 + ], + [ + 182, + 333 + ], + [ + 181, + 332 + ], + [ + 182, + 331 + ], + [ + 183, + 332 + ], + [ + 184, + 331 + ], + [ + 185, + 332 + ], + [ + 185, + 331 + ], + [ + 184, + 330 + ], + [ + 185, + 329 + ], + [ + 185, + 328 + ], + [ + 184, + 327 + ], + [ + 185, + 327 + ], + [ + 186, + 328 + ], + [ + 186, + 329 + ], + [ + 187, + 329 + ], + [ + 186, + 330 + ], + [ + 187, + 331 + ], + [ + 187, + 330 + ], + [ + 186, + 331 + ], + [ + 187, + 332 + ], + [ + 186, + 332 + ], + [ + 185, + 333 + ], + [ + 186, + 334 + ], + [ + 187, + 333 + ], + [ + 188, + 333 + ], + [ + 187, + 334 + ], + [ + 186, + 333 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 162 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 26, + 305 + ], + "area_fraction": 0.0252 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 498 + ], + "peak": [ + 84, + 511 + ], + "area_cells": 170 + }, + { + "id": "range_2", + "name": null, + "center": [ + 98, + 19 + ], + "peak": [ + 102, + 19 + ], + "area_cells": 1418 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 86 + ], + "peak": [ + 101, + 89 + ], + "area_cells": 106 + }, + { + "id": "range_5", + "name": null, + "center": [ + 180, + 469 + ], + "peak": [ + 201, + 491 + ], + "area_cells": 5144 + }, + { + "id": "range_11", + "name": null, + "center": [ + 119, + 190 + ], + "peak": [ + 124, + 192 + ], + "area_cells": 216 + }, + { + "id": "range_12", + "name": null, + "center": [ + 129, + 426 + ], + "peak": [ + 135, + 424 + ], + "area_cells": 1172 + }, + { + "id": "range_13", + "name": null, + "center": [ + 112, + 151 + ], + "peak": [ + 115, + 150 + ], + "area_cells": 88 + }, + { + "id": "range_14", + "name": null, + "center": [ + 147, + 372 + ], + "peak": [ + 148, + 373 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 207, + 82 + ], + "peak": [ + 212, + 98 + ], + "area_cells": 1383 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680e/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680e/globe.png new file mode 100644 index 000000000..031f530df Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680e/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680e/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680e/heightmap.png new file mode 100644 index 000000000..35605e40b Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680e/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680e/index.md b/wiki/star-systems/GJ-680/bodies/GJ680e/index.md new file mode 100644 index 000000000..591e295b1 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ680e +name: Hermanus +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1526642596 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: 0.7 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.665 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: extensive +clouds: + enabled: true + coverage_base: 0.487 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Hermanus + +Temperate planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.7g | +| **Atmosphere** | standard | +| **Hydrosphere** | extensive | +| **Land** | 93% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 8M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680e/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680e/markers.json new file mode 100644 index 000000000..5e7e95ff8 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680e/markers.json @@ -0,0 +1,838 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 143, + 90 + ], + [ + 142, + 89 + ], + [ + 141, + 88 + ], + [ + 140, + 87 + ], + [ + 139, + 86 + ], + [ + 138, + 85 + ], + [ + 137, + 84 + ], + [ + 136, + 83 + ], + [ + 136, + 82 + ], + [ + 136, + 81 + ], + [ + 136, + 80 + ], + [ + 136, + 79 + ], + [ + 137, + 78 + ], + [ + 138, + 77 + ], + [ + 138, + 76 + ], + [ + 139, + 75 + ], + [ + 138, + 75 + ], + [ + 139, + 74 + ], + [ + 138, + 73 + ], + [ + 139, + 72 + ], + [ + 140, + 71 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 154, + 501 + ], + [ + 155, + 502 + ], + [ + 156, + 501 + ], + [ + 157, + 500 + ], + [ + 158, + 499 + ], + [ + 159, + 498 + ], + [ + 160, + 497 + ], + [ + 160, + 496 + ], + [ + 159, + 495 + ], + [ + 158, + 494 + ], + [ + 157, + 493 + ], + [ + 156, + 492 + ], + [ + 155, + 491 + ], + [ + 155, + 490 + ], + [ + 154, + 489 + ], + [ + 154, + 488 + ], + [ + 153, + 487 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 158 + ], + [ + 138, + 157 + ], + [ + 137, + 157 + ], + [ + 136, + 158 + ], + [ + 135, + 159 + ], + [ + 134, + 160 + ], + [ + 134, + 161 + ], + [ + 134, + 162 + ], + [ + 134, + 163 + ], + [ + 134, + 164 + ], + [ + 133, + 164 + ], + [ + 133, + 163 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 226, + 146 + ], + [ + 227, + 147 + ], + [ + 228, + 146 + ], + [ + 229, + 147 + ], + [ + 230, + 148 + ], + [ + 231, + 149 + ], + [ + 232, + 150 + ], + [ + 233, + 151 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 180, + 65 + ], + [ + 179, + 64 + ], + [ + 178, + 63 + ], + [ + 177, + 62 + ], + [ + 176, + 61 + ], + [ + 175, + 60 + ], + [ + 174, + 59 + ], + [ + 173, + 58 + ], + [ + 172, + 57 + ], + [ + 171, + 56 + ], + [ + 170, + 55 + ], + [ + 170, + 54 + ], + [ + 169, + 55 + ], + [ + 168, + 56 + ], + [ + 167, + 55 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 236, + 230 + ], + [ + 237, + 230 + ], + [ + 238, + 229 + ], + [ + 239, + 229 + ], + [ + 240, + 228 + ], + [ + 241, + 228 + ], + [ + 242, + 227 + ], + [ + 242, + 228 + ], + [ + 241, + 227 + ], + [ + 242, + 226 + ], + [ + 243, + 226 + ], + [ + 243, + 225 + ], + [ + 242, + 225 + ], + [ + 241, + 224 + ], + [ + 240, + 223 + ], + [ + 240, + 222 + ], + [ + 240, + 221 + ], + [ + 240, + 220 + ], + [ + 239, + 219 + ], + [ + 240, + 218 + ], + [ + 239, + 217 + ], + [ + 240, + 216 + ], + [ + 241, + 215 + ], + [ + 242, + 214 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 237, + 136 + ], + [ + 236, + 136 + ], + [ + 235, + 137 + ], + [ + 234, + 137 + ], + [ + 233, + 138 + ], + [ + 232, + 139 + ], + [ + 231, + 139 + ], + [ + 230, + 138 + ], + [ + 229, + 137 + ], + [ + 229, + 136 + ], + [ + 228, + 135 + ], + [ + 229, + 134 + ], + [ + 228, + 133 + ], + [ + 227, + 132 + ], + [ + 226, + 132 + ], + [ + 225, + 133 + ], + [ + 224, + 132 + ], + [ + 224, + 133 + ], + [ + 223, + 132 + ], + [ + 222, + 131 + ], + [ + 222, + 132 + ], + [ + 221, + 132 + ], + [ + 220, + 132 + ], + [ + 219, + 133 + ], + [ + 220, + 133 + ], + [ + 219, + 134 + ], + [ + 218, + 134 + ], + [ + 218, + 133 + ], + [ + 217, + 133 + ], + [ + 217, + 134 + ], + [ + 216, + 134 + ], + [ + 217, + 135 + ], + [ + 218, + 135 + ], + [ + 219, + 136 + ], + [ + 219, + 135 + ], + [ + 220, + 134 + ], + [ + 221, + 133 + ], + [ + 221, + 134 + ], + [ + 220, + 135 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 155, + 247 + ], + [ + 156, + 248 + ], + [ + 157, + 249 + ], + [ + 158, + 250 + ], + [ + 159, + 250 + ], + [ + 160, + 251 + ], + [ + 161, + 250 + ], + [ + 162, + 249 + ], + [ + 163, + 249 + ], + [ + 164, + 249 + ], + [ + 165, + 250 + ], + [ + 166, + 250 + ], + [ + 167, + 249 + ], + [ + 168, + 248 + ], + [ + 169, + 247 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 150, + 237 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 162, + 45 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 242, + 170 + ], + "area_fraction": 0.0184 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 247, + 466 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 50, + 172 + ], + "peak": [ + 51, + 172 + ], + "area_cells": 74 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 377 + ], + "peak": [ + 78, + 414 + ], + "area_cells": 9550 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 73 + ], + "peak": [ + 60, + 76 + ], + "area_cells": 131 + }, + { + "id": "range_7", + "name": null, + "center": [ + 78, + 13 + ], + "peak": [ + 89, + 0 + ], + "area_cells": 706 + }, + { + "id": "range_8", + "name": null, + "center": [ + 108, + 28 + ], + "peak": [ + 109, + 33 + ], + "area_cells": 122 + }, + { + "id": "range_9", + "name": null, + "center": [ + 127, + 11 + ], + "peak": [ + 128, + 11 + ], + "area_cells": 58 + }, + { + "id": "range_11", + "name": null, + "center": [ + 191, + 397 + ], + "peak": [ + 184, + 427 + ], + "area_cells": 4510 + }, + { + "id": "range_12", + "name": null, + "center": [ + 170, + 326 + ], + "peak": [ + 170, + 329 + ], + "area_cells": 66 + }, + { + "id": "range_14", + "name": null, + "center": [ + 216, + 81 + ], + "peak": [ + 218, + 76 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 228, + 403 + ], + "peak": [ + 229, + 403 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680f/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680f/globe.png new file mode 100644 index 000000000..f1f5d001f Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680f/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680f/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680f/heightmap.png new file mode 100644 index 000000000..eab1d0f4e Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680f/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680f/index.md b/wiki/star-systems/GJ-680/bodies/GJ680f/index.md new file mode 100644 index 000000000..33f223958 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ680f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3282243060 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 55.2 +physical: + gravity_g: 0.35 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.79 + polar_ice_lat: 0.065 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680f + +Frozen planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680f/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680f/markers.json new file mode 100644 index 000000000..1560d3375 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680f/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 175, + 417 + ], + "area_fraction": 0.0777 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 222, + 253 + ], + "area_fraction": 0.1008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 167 + ], + "peak": [ + 0, + 11 + ], + "area_cells": 12153 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 428 + ], + "peak": [ + 6, + 463 + ], + "area_cells": 10759 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 41 + ], + "peak": [ + 73, + 41 + ], + "area_cells": 714 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 305 + ], + "peak": [ + 59, + 307 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 8 + ], + "peak": [ + 88, + 15 + ], + "area_cells": 300 + }, + { + "id": "range_7", + "name": null, + "center": [ + 93, + 67 + ], + "peak": [ + 95, + 64 + ], + "area_cells": 105 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-1/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680g-1/globe.png new file mode 100644 index 000000000..63d91a15a Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680g-1/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-1/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680g-1/heightmap.png new file mode 100644 index 000000000..48631ac85 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-1/index.md b/wiki/star-systems/GJ-680/bodies/GJ680g-1/index.md new file mode 100644 index 000000000..c9362cdf5 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ680g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1100412754 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 9.1 +physical: + gravity_g: 0.06 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.955 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680g-1 + +Barren moon. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-1/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680g-1/markers.json new file mode 100644 index 000000000..e6fe6d642 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680g-1/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 39, + 381 + ], + "peak": [ + 27, + 374 + ], + "area_cells": 1723 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 449 + ], + "peak": [ + 5, + 450 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 15, + 144 + ], + "peak": [ + 16, + 143 + ], + "area_cells": 116 + }, + { + "id": "range_9", + "name": null, + "center": [ + 33, + 262 + ], + "peak": [ + 34, + 263 + ], + "area_cells": 103 + }, + { + "id": "range_11", + "name": null, + "center": [ + 33, + 162 + ], + "peak": [ + 35, + 163 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 30, + 272 + ], + "peak": [ + 31, + 273 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 39, + 457 + ], + "peak": [ + 41, + 457 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 40, + 183 + ], + "peak": [ + 37, + 182 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 47, + 198 + ], + "peak": [ + 49, + 199 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 61, + 503 + ], + "peak": [ + 60, + 504 + ], + "area_cells": 102 + }, + { + "id": "range_23", + "name": null, + "center": [ + 80, + 255 + ], + "peak": [ + 65, + 259 + ], + "area_cells": 287 + }, + { + "id": "range_24", + "name": null, + "center": [ + 83, + 508 + ], + "peak": [ + 86, + 511 + ], + "area_cells": 88 + }, + { + "id": "range_25", + "name": null, + "center": [ + 83, + 152 + ], + "peak": [ + 82, + 152 + ], + "area_cells": 65 + }, + { + "id": "range_26", + "name": null, + "center": [ + 85, + 1 + ], + "peak": [ + 86, + 0 + ], + "area_cells": 37 + }, + { + "id": "range_27", + "name": null, + "center": [ + 88, + 138 + ], + "peak": [ + 88, + 136 + ], + "area_cells": 38 + }, + { + "id": "range_29", + "name": null, + "center": [ + 170, + 242 + ], + "peak": [ + 172, + 153 + ], + "area_cells": 17482 + }, + { + "id": "range_31", + "name": null, + "center": [ + 122, + 10 + ], + "peak": [ + 123, + 6 + ], + "area_cells": 491 + }, + { + "id": "range_32", + "name": null, + "center": [ + 122, + 91 + ], + "peak": [ + 123, + 92 + ], + "area_cells": 52 + }, + { + "id": "range_33", + "name": null, + "center": [ + 134, + 496 + ], + "peak": [ + 125, + 511 + ], + "area_cells": 461 + }, + { + "id": "range_34", + "name": null, + "center": [ + 132, + 49 + ], + "peak": [ + 143, + 47 + ], + "area_cells": 117 + }, + { + "id": "range_36", + "name": null, + "center": [ + 132, + 192 + ], + "peak": [ + 132, + 192 + ], + "area_cells": 33 + }, + { + "id": "range_41", + "name": null, + "center": [ + 167, + 442 + ], + "peak": [ + 167, + 441 + ], + "area_cells": 23 + }, + { + "id": "range_42", + "name": null, + "center": [ + 187, + 3 + ], + "peak": [ + 189, + 0 + ], + "area_cells": 281 + }, + { + "id": "range_43", + "name": null, + "center": [ + 189, + 493 + ], + "peak": [ + 187, + 510 + ], + "area_cells": 691 + }, + { + "id": "range_44", + "name": null, + "center": [ + 191, + 35 + ], + "peak": [ + 197, + 37 + ], + "area_cells": 238 + }, + { + "id": "range_45", + "name": null, + "center": [ + 213, + 248 + ], + "peak": [ + 211, + 250 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-2/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680g-2/globe.png new file mode 100644 index 000000000..8432d0985 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680g-2/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-2/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680g-2/heightmap.png new file mode 100644 index 000000000..bd35fe59a Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-2/index.md b/wiki/star-systems/GJ-680/bodies/GJ680g-2/index.md new file mode 100644 index 000000000..1707a58f0 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ680g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1117658224 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 40.0 +physical: + gravity_g: 0.04 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.843 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.296 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680g-2 + +Frozen moon. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g-2/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680g-2/markers.json new file mode 100644 index 000000000..33e019f7d --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680g-2/markers.json @@ -0,0 +1,38 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 288 + ], + "area_fraction": 0.1336 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 134, + 249 + ], + "peak": [ + 93, + 190 + ], + "area_cells": 35290 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680g/globe.png new file mode 100644 index 000000000..39cbee3ff Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680g/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680g/index.md b/wiki/star-systems/GJ-680/bodies/GJ680g/index.md new file mode 100644 index 000000000..520b97090 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ680g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2243866075 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.878 + period_days: 2000.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: null + oblateness: 0.0892 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.134 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.084 +--- + +# GJ680g + +Gas giant. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680h/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680h/globe.png new file mode 100644 index 000000000..978f4b846 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680h/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680h/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680h/heightmap.png new file mode 100644 index 000000000..1c9b9a4f9 Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680h/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680h/index.md b/wiki/star-systems/GJ-680/bodies/GJ680h/index.md new file mode 100644 index 000000000..dd69b9972 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ680h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2328760987 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.302 + period_days: 5000.0 + axial_tilt_deg: 50.8 +physical: + gravity_g: 0.22 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.803 + polar_ice_lat: 0.065 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.441 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680h + +Frozen planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680h/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680h/markers.json new file mode 100644 index 000000000..53606e6b5 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680h/markers.json @@ -0,0 +1,101 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 124, + 198 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 142, + 280 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 202, + 446 + ], + "area_fraction": 0.0984 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 213, + 19 + ], + "area_fraction": 0.0267 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 231, + 274 + ], + "area_fraction": 0.014 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 243, + 349 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 279 + ], + "peak": [ + 19, + 119 + ], + "area_cells": 33785 + }, + { + "id": "range_3", + "name": null, + "center": [ + 73, + 200 + ], + "peak": [ + 71, + 205 + ], + "area_cells": 446 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-680/bodies/GJ680i/globe.png b/wiki/star-systems/GJ-680/bodies/GJ680i/globe.png new file mode 100644 index 000000000..e0414fb0d Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680i/globe.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680i/heightmap.png b/wiki/star-systems/GJ-680/bodies/GJ680i/heightmap.png new file mode 100644 index 000000000..c8cd3302e Binary files /dev/null and b/wiki/star-systems/GJ-680/bodies/GJ680i/heightmap.png differ diff --git a/wiki/star-systems/GJ-680/bodies/GJ680i/index.md b/wiki/star-systems/GJ-680/bodies/GJ680i/index.md new file mode 100644 index 000000000..9d44e9ba0 --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ680i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3626177615 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.133 + period_days: 9500.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.858 + polar_ice_lat: 0.304 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.382 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ680i + +Frozen planet. + +**System:** [GJ-680](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 9500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-680/bodies/GJ680i/markers.json b/wiki/star-systems/GJ-680/bodies/GJ680i/markers.json new file mode 100644 index 000000000..3ec4eee8e --- /dev/null +++ b/wiki/star-systems/GJ-680/bodies/GJ680i/markers.json @@ -0,0 +1,111 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 39, + 390 + ], + "area_fraction": 0.036 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 49, + 344 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 121, + 251 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 164, + 436 + ], + "area_fraction": 0.0211 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 161, + 186 + ], + "area_fraction": 0.013 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 184, + 121 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 198, + 225 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 72 + ], + "peak": [ + 71, + 119 + ], + "area_cells": 10328 + }, + { + "id": "range_3", + "name": null, + "center": [ + 253, + 195 + ], + "peak": [ + 255, + 194 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ682b/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682b/globe.png new file mode 100644 index 000000000..1e331d83f Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682b/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682b/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682b/heightmap.png new file mode 100644 index 000000000..afcb4e03a Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682b/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682b/index.md b/wiki/star-systems/GJ-682/bodies/GJ682b/index.md new file mode 100644 index 000000000..1f5c0650a --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ682b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 181076983 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.27 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.962 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ682b + +Barren planet. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.27g | +| **Land** | 97% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682b/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682b/markers.json new file mode 100644 index 000000000..87f8e1bf6 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682b/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 207 + ], + "peak": [ + 43, + 159 + ], + "area_cells": 6557 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 369 + ], + "peak": [ + 0, + 366 + ], + "area_cells": 2875 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 67 + ], + "peak": [ + 25, + 67 + ], + "area_cells": 654 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 13 + ], + "peak": [ + 41, + 19 + ], + "area_cells": 196 + }, + { + "id": "range_6", + "name": null, + "center": [ + 28, + 509 + ], + "peak": [ + 30, + 510 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 312 + ], + "peak": [ + 42, + 317 + ], + "area_cells": 96 + }, + { + "id": "range_12", + "name": null, + "center": [ + 67, + 74 + ], + "peak": [ + 70, + 75 + ], + "area_cells": 175 + }, + { + "id": "range_16", + "name": null, + "center": [ + 86, + 160 + ], + "peak": [ + 90, + 160 + ], + "area_cells": 198 + }, + { + "id": "range_18", + "name": null, + "center": [ + 93, + 234 + ], + "peak": [ + 94, + 234 + ], + "area_cells": 28 + }, + { + "id": "range_23", + "name": null, + "center": [ + 189, + 264 + ], + "peak": [ + 184, + 265 + ], + "area_cells": 54 + }, + { + "id": "range_24", + "name": null, + "center": [ + 191, + 220 + ], + "peak": [ + 192, + 220 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-682/bodies/GJ682c/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682c/globe.png new file mode 100644 index 000000000..fc8a58734 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682c/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682c/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682c/heightmap.png new file mode 100644 index 000000000..b21eff8bd Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682c/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682c/index.md b/wiki/star-systems/GJ-682/bodies/GJ682c/index.md new file mode 100644 index 000000000..a67669d03 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ682c +name: Taishan +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 349106859 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.78 + oblateness: 0.0037 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.556 + polar_ice_lat: 0.877 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Taishan + +Temperate Terminator planet. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 11 days | +| **Inhabited** | yes | +| **Population** | 280K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | heavy_processing | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682c/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682c/markers.json new file mode 100644 index 000000000..5628cb03e --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682c/markers.json @@ -0,0 +1,876 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 125, + 317 + ], + [ + 126, + 318 + ], + [ + 127, + 319 + ], + [ + 128, + 320 + ], + [ + 129, + 321 + ], + [ + 130, + 322 + ], + [ + 131, + 321 + ], + [ + 132, + 320 + ], + [ + 133, + 319 + ], + [ + 134, + 318 + ], + [ + 135, + 317 + ], + [ + 136, + 316 + ], + [ + 137, + 315 + ], + [ + 138, + 314 + ], + [ + 138, + 313 + ], + [ + 138, + 312 + ], + [ + 137, + 312 + ], + [ + 137, + 313 + ], + [ + 136, + 312 + ], + [ + 136, + 311 + ], + [ + 137, + 310 + ], + [ + 137, + 311 + ], + [ + 138, + 311 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 157, + 95 + ], + [ + 156, + 96 + ], + [ + 155, + 97 + ], + [ + 154, + 98 + ], + [ + 153, + 98 + ], + [ + 152, + 98 + ], + [ + 151, + 99 + ], + [ + 150, + 98 + ], + [ + 149, + 99 + ], + [ + 148, + 100 + ], + [ + 149, + 101 + ], + [ + 149, + 100 + ], + [ + 148, + 101 + ], + [ + 148, + 102 + ], + [ + 149, + 102 + ], + [ + 148, + 103 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 119, + 243 + ], + [ + 118, + 244 + ], + [ + 117, + 245 + ], + [ + 116, + 246 + ], + [ + 115, + 247 + ], + [ + 114, + 248 + ], + [ + 113, + 248 + ], + [ + 112, + 249 + ], + [ + 112, + 250 + ], + [ + 112, + 251 + ], + [ + 111, + 252 + ], + [ + 110, + 253 + ], + [ + 110, + 254 + ], + [ + 111, + 255 + ], + [ + 110, + 256 + ], + [ + 111, + 257 + ], + [ + 110, + 258 + ], + [ + 111, + 259 + ], + [ + 111, + 260 + ], + [ + 112, + 261 + ], + [ + 111, + 262 + ], + [ + 111, + 263 + ], + [ + 112, + 264 + ], + [ + 112, + 265 + ], + [ + 111, + 266 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 26, + 243 + ], + [ + 25, + 242 + ], + [ + 24, + 241 + ], + [ + 23, + 240 + ], + [ + 22, + 239 + ], + [ + 21, + 239 + ], + [ + 20, + 238 + ], + [ + 19, + 237 + ], + [ + 18, + 236 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 96, + 502 + ], + [ + 97, + 502 + ], + [ + 98, + 501 + ], + [ + 99, + 500 + ], + [ + 100, + 499 + ], + [ + 101, + 498 + ], + [ + 102, + 497 + ], + [ + 103, + 496 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 132, + 418 + ], + [ + 131, + 417 + ], + [ + 131, + 416 + ], + [ + 130, + 416 + ], + [ + 129, + 417 + ], + [ + 128, + 417 + ], + [ + 128, + 418 + ], + [ + 127, + 419 + ], + [ + 127, + 420 + ], + [ + 127, + 421 + ], + [ + 126, + 422 + ], + [ + 125, + 423 + ], + [ + 124, + 424 + ], + [ + 123, + 425 + ], + [ + 122, + 426 + ], + [ + 121, + 427 + ], + [ + 121, + 428 + ], + [ + 120, + 428 + ], + [ + 120, + 429 + ], + [ + 119, + 430 + ], + [ + 118, + 430 + ], + [ + 117, + 431 + ], + [ + 116, + 432 + ], + [ + 115, + 433 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 108, + 52 + ], + [ + 109, + 51 + ], + [ + 110, + 51 + ], + [ + 111, + 50 + ], + [ + 112, + 49 + ], + [ + 113, + 48 + ], + [ + 113, + 47 + ], + [ + 114, + 46 + ], + [ + 114, + 45 + ], + [ + 115, + 44 + ], + [ + 116, + 43 + ], + [ + 117, + 43 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 28, + 234 + ], + [ + 29, + 234 + ], + [ + 30, + 235 + ], + [ + 31, + 234 + ], + [ + 31, + 233 + ], + [ + 31, + 232 + ], + [ + 31, + 231 + ], + [ + 30, + 232 + ], + [ + 30, + 233 + ], + [ + 30, + 234 + ], + [ + 31, + 235 + ], + [ + 31, + 236 + ], + [ + 30, + 237 + ], + [ + 30, + 236 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 102, + 322 + ], + [ + 101, + 322 + ], + [ + 100, + 321 + ], + [ + 99, + 320 + ], + [ + 98, + 320 + ], + [ + 97, + 319 + ], + [ + 96, + 318 + ], + [ + 95, + 317 + ], + [ + 94, + 316 + ], + [ + 93, + 317 + ], + [ + 92, + 318 + ], + [ + 91, + 318 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 139, + 76 + ], + [ + 140, + 77 + ], + [ + 141, + 78 + ], + [ + 142, + 79 + ], + [ + 143, + 80 + ], + [ + 144, + 81 + ], + [ + 145, + 82 + ], + [ + 146, + 83 + ], + [ + 147, + 84 + ], + [ + 148, + 84 + ], + [ + 149, + 85 + ], + [ + 150, + 84 + ], + [ + 151, + 83 + ], + [ + 152, + 82 + ], + [ + 153, + 81 + ], + [ + 154, + 80 + ], + [ + 155, + 79 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 212 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 193, + 255 + ], + "area_fraction": 0.418 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 146, + 212 + ], + "area_fraction": 0.0116 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 453 + ], + "peak": [ + 19, + 436 + ], + "area_cells": 4943 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 40 + ], + "peak": [ + 66, + 0 + ], + "area_cells": 2841 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 9 + ], + "peak": [ + 31, + 4 + ], + "area_cells": 102 + }, + { + "id": "range_5", + "name": null, + "center": [ + 72, + 256 + ], + "peak": [ + 91, + 224 + ], + "area_cells": 2498 + }, + { + "id": "range_6", + "name": null, + "center": [ + 58, + 358 + ], + "peak": [ + 52, + 351 + ], + "area_cells": 394 + }, + { + "id": "range_7", + "name": null, + "center": [ + 74, + 129 + ], + "peak": [ + 75, + 132 + ], + "area_cells": 65 + }, + { + "id": "range_8", + "name": null, + "center": [ + 103, + 380 + ], + "peak": [ + 94, + 360 + ], + "area_cells": 1337 + }, + { + "id": "range_9", + "name": null, + "center": [ + 98, + 14 + ], + "peak": [ + 96, + 0 + ], + "area_cells": 254 + }, + { + "id": "range_10", + "name": null, + "center": [ + 96, + 502 + ], + "peak": [ + 96, + 502 + ], + "area_cells": 80 + }, + { + "id": "range_11", + "name": null, + "center": [ + 123, + 294 + ], + "peak": [ + 129, + 271 + ], + "area_cells": 685 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-682/bodies/GJ682d/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682d/globe.png new file mode 100644 index 000000000..f120f6681 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682d/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682d/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682d/heightmap.png new file mode 100644 index 000000000..e64e4e3b7 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682d/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682d/index.md b/wiki/star-systems/GJ-682/bodies/GJ682d/index.md new file mode 100644 index 000000000..14c39d58b --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ682d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2384797760 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.259 + period_days: 72.0 + axial_tilt_deg: 47.3 +physical: + gravity_g: 0.41 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.241 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ682d + +Frozen planet. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.41g | +| **Land** | 98% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682d/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682d/markers.json new file mode 100644 index 000000000..68e77cea8 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682d/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 51 + ], + "peak": [ + 31, + 49 + ], + "area_cells": 66 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 69 + ], + "peak": [ + 66, + 69 + ], + "area_cells": 411 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 303 + ], + "peak": [ + 61, + 309 + ], + "area_cells": 61 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 125 + ], + "peak": [ + 71, + 128 + ], + "area_cells": 311 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 416 + ], + "peak": [ + 127, + 416 + ], + "area_cells": 106 + }, + { + "id": "range_8", + "name": null, + "center": [ + 128, + 372 + ], + "peak": [ + 129, + 372 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 135, + 460 + ], + "peak": [ + 135, + 460 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 480 + ], + "peak": [ + 144, + 481 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 148, + 499 + ], + "peak": [ + 150, + 501 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 175, + 447 + ], + "peak": [ + 175, + 448 + ], + "area_cells": 45 + }, + { + "id": "range_14", + "name": null, + "center": [ + 223, + 418 + ], + "peak": [ + 233, + 509 + ], + "area_cells": 11808 + }, + { + "id": "range_16", + "name": null, + "center": [ + 226, + 76 + ], + "peak": [ + 229, + 11 + ], + "area_cells": 8759 + }, + { + "id": "range_18", + "name": null, + "center": [ + 244, + 258 + ], + "peak": [ + 244, + 258 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-682/bodies/GJ682e-m1/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/globe.png new file mode 100644 index 000000000..b76e17486 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682e-m1/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/heightmap.png new file mode 100644 index 000000000..fa96de1aa Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682e-m1/index.md b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/index.md new file mode 100644 index 000000000..88e73b4f3 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ682e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 9011810 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.1 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.232 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ682e-m1 + +Frozen moon. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 92% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682e-m1/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/markers.json new file mode 100644 index 000000000..392a916de --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682e-m1/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 151, + 323 + ], + "area_fraction": 0.029 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 145, + 256 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 166, + 422 + ], + "area_fraction": 0.0308 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 7 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 149 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 148 + ], + "peak": [ + 0, + 150 + ], + "area_cells": 132 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 338 + ], + "peak": [ + 4, + 348 + ], + "area_cells": 3232 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 467 + ], + "peak": [ + 87, + 453 + ], + "area_cells": 5510 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 5 + ], + "peak": [ + 32, + 5 + ], + "area_cells": 27 + }, + { + "id": "range_10", + "name": null, + "center": [ + 43, + 104 + ], + "peak": [ + 44, + 104 + ], + "area_cells": 72 + }, + { + "id": "range_11", + "name": null, + "center": [ + 41, + 417 + ], + "peak": [ + 42, + 417 + ], + "area_cells": 43 + }, + { + "id": "range_13", + "name": null, + "center": [ + 47, + 196 + ], + "peak": [ + 48, + 196 + ], + "area_cells": 37 + }, + { + "id": "range_14", + "name": null, + "center": [ + 64, + 124 + ], + "peak": [ + 54, + 146 + ], + "area_cells": 1743 + }, + { + "id": "range_15", + "name": null, + "center": [ + 58, + 24 + ], + "peak": [ + 64, + 32 + ], + "area_cells": 298 + }, + { + "id": "range_16", + "name": null, + "center": [ + 77, + 229 + ], + "peak": [ + 81, + 241 + ], + "area_cells": 734 + }, + { + "id": "range_17", + "name": null, + "center": [ + 80, + 4 + ], + "peak": [ + 88, + 0 + ], + "area_cells": 299 + }, + { + "id": "range_18", + "name": null, + "center": [ + 86, + 147 + ], + "peak": [ + 85, + 148 + ], + "area_cells": 347 + }, + { + "id": "range_19", + "name": null, + "center": [ + 102, + 187 + ], + "peak": [ + 103, + 187 + ], + "area_cells": 174 + }, + { + "id": "range_21", + "name": null, + "center": [ + 213, + 273 + ], + "peak": [ + 212, + 271 + ], + "area_cells": 137 + }, + { + "id": "range_22", + "name": null, + "center": [ + 254, + 464 + ], + "peak": [ + 255, + 464 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-682/bodies/GJ682e/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682e/globe.png new file mode 100644 index 000000000..90f5394c5 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682e/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682e/index.md b/wiki/star-systems/GJ-682/bodies/GJ682e/index.md new file mode 100644 index 000000000..fd131570d --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ682e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1008910154 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.656 + period_days: 290.0 + axial_tilt_deg: 20.0 +physical: + gravity_g: null + oblateness: 0.0663 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.246 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.1 +rings: + enabled: true + inner_radius_factor: 1.19 + outer_radius_factor: 2.37 + opacity_base: 0.59 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ682e + +Gas giant. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 290 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682f/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682f/globe.png new file mode 100644 index 000000000..efc80341f Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682f/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682f/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682f/heightmap.png new file mode 100644 index 000000000..f8d45d7d0 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682f/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682f/index.md b/wiki/star-systems/GJ-682/bodies/GJ682f/index.md new file mode 100644 index 000000000..7cbfc24e1 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ682f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2587541026 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.374 + period_days: 880.0 + axial_tilt_deg: 43.4 +physical: + gravity_g: 0.33 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.762 + polar_ice_lat: 0.21 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.366 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ682f + +Frozen planet. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 880 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682f/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682f/markers.json new file mode 100644 index 000000000..90d1fff40 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682f/markers.json @@ -0,0 +1,192 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 15, + 363 + ], + "area_fraction": 0.0569 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 144, + 183 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 162, + 58 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_22", + "name": null, + "kind": "ocean", + "center": [ + 206, + 235 + ], + "area_fraction": 0.1215 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 224, + 473 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 248, + 69 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 121 + ], + "peak": [ + 20, + 52 + ], + "area_cells": 12102 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 197 + ], + "peak": [ + 1, + 197 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 508 + ], + "peak": [ + 28, + 511 + ], + "area_cells": 42 + }, + { + "id": "range_5", + "name": null, + "center": [ + 35, + 277 + ], + "peak": [ + 36, + 278 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 295 + ], + "peak": [ + 48, + 296 + ], + "area_cells": 121 + }, + { + "id": "range_8", + "name": null, + "center": [ + 60, + 508 + ], + "peak": [ + 60, + 510 + ], + "area_cells": 84 + }, + { + "id": "range_10", + "name": null, + "center": [ + 68, + 446 + ], + "peak": [ + 72, + 445 + ], + "area_cells": 115 + }, + { + "id": "range_14", + "name": null, + "center": [ + 110, + 12 + ], + "peak": [ + 112, + 10 + ], + "area_cells": 137 + }, + { + "id": "range_18", + "name": null, + "center": [ + 124, + 489 + ], + "peak": [ + 124, + 488 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-682/bodies/GJ682g/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682g/globe.png new file mode 100644 index 000000000..fe38da76e Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682g/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682g/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682g/heightmap.png new file mode 100644 index 000000000..5b992ff0c Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682g/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682g/index.md b/wiki/star-systems/GJ-682/bodies/GJ682g/index.md new file mode 100644 index 000000000..c035b604f --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ682g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1766353993 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.757 + period_days: 2500.0 + axial_tilt_deg: 57.3 +physical: + gravity_g: 0.25 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.859 + polar_ice_lat: 0.05 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ682g + +Frozen planet. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 2500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682g/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682g/markers.json new file mode 100644 index 000000000..b875d5dfb --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682g/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 129, + 405 + ], + "area_fraction": 0.0291 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 108, + 60 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 206, + 202 + ], + "area_fraction": 0.073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 477 + ], + "peak": [ + 11, + 487 + ], + "area_cells": 443 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 210 + ], + "peak": [ + 55, + 219 + ], + "area_cells": 4259 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 347 + ], + "peak": [ + 38, + 340 + ], + "area_cells": 995 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 200 + ], + "peak": [ + 37, + 201 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 264 + ], + "peak": [ + 57, + 260 + ], + "area_cells": 643 + }, + { + "id": "range_6", + "name": null, + "center": [ + 130, + 200 + ], + "peak": [ + 132, + 193 + ], + "area_cells": 185 + }, + { + "id": "range_7", + "name": null, + "center": [ + 133, + 161 + ], + "peak": [ + 131, + 166 + ], + "area_cells": 251 + }, + { + "id": "range_8", + "name": null, + "center": [ + 139, + 505 + ], + "peak": [ + 142, + 507 + ], + "area_cells": 140 + }, + { + "id": "range_9", + "name": null, + "center": [ + 141, + 0 + ], + "peak": [ + 143, + 0 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 149, + 17 + ], + "peak": [ + 150, + 16 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-682/bodies/GJ682h/globe.png b/wiki/star-systems/GJ-682/bodies/GJ682h/globe.png new file mode 100644 index 000000000..067cb2857 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682h/globe.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682h/heightmap.png b/wiki/star-systems/GJ-682/bodies/GJ682h/heightmap.png new file mode 100644 index 000000000..85bca6a54 Binary files /dev/null and b/wiki/star-systems/GJ-682/bodies/GJ682h/heightmap.png differ diff --git a/wiki/star-systems/GJ-682/bodies/GJ682h/index.md b/wiki/star-systems/GJ-682/bodies/GJ682h/index.md new file mode 100644 index 000000000..6fa0ecc85 --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ682h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1526463407 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.831 + period_days: 5800.0 + axial_tilt_deg: 59.3 +physical: + gravity_g: 0.11 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.263 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ682h + +Frozen planet. + +**System:** [GJ-682](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-682/bodies/GJ682h/markers.json b/wiki/star-systems/GJ-682/bodies/GJ682h/markers.json new file mode 100644 index 000000000..eabc96d8e --- /dev/null +++ b/wiki/star-systems/GJ-682/bodies/GJ682h/markers.json @@ -0,0 +1,160 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 108 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 96, + 419 + ], + "area_fraction": 0.0913 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 108, + 17 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 107, + 70 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 119, + 155 + ], + "area_fraction": 0.0277 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 114, + 258 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 138, + 182 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 237, + 257 + ], + "area_fraction": 0.0211 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 1, + 318 + ], + "peak": [ + 0, + 320 + ], + "area_cells": 52 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 273 + ], + "peak": [ + 54, + 290 + ], + "area_cells": 4536 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 325 + ], + "peak": [ + 24, + 326 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 204 + ], + "peak": [ + 62, + 203 + ], + "area_cells": 271 + }, + { + "id": "range_6", + "name": null, + "center": [ + 200, + 125 + ], + "peak": [ + 201, + 123 + ], + "area_cells": 320 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ684Ab/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/globe.png new file mode 100644 index 000000000..a39247597 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ab/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/heightmap.png new file mode 100644 index 000000000..50f5ee8fd Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ab/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/index.md new file mode 100644 index 000000000..309523fcc --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ684Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1589326525 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.266 + period_days: 50.0 + axial_tilt_deg: 13.6 +physical: + gravity_g: 0.52 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.966 + polar_ice_lat: 0.936 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Ab + +Barren planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 97% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ab/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/markers.json new file mode 100644 index 000000000..e04b20984 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ab/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 119 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 256 + ], + "peak": [ + 17, + 259 + ], + "area_cells": 151 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 3 + ], + "peak": [ + 50, + 0 + ], + "area_cells": 223 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 280 + ], + "peak": [ + 45, + 281 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 508 + ], + "peak": [ + 50, + 511 + ], + "area_cells": 132 + }, + { + "id": "range_7", + "name": null, + "center": [ + 95, + 490 + ], + "peak": [ + 88, + 487 + ], + "area_cells": 633 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 417 + ], + "peak": [ + 79, + 416 + ], + "area_cells": 82 + }, + { + "id": "range_9", + "name": null, + "center": [ + 109, + 301 + ], + "peak": [ + 129, + 310 + ], + "area_cells": 1030 + }, + { + "id": "range_10", + "name": null, + "center": [ + 85, + 22 + ], + "peak": [ + 85, + 22 + ], + "area_cells": 102 + }, + { + "id": "range_11", + "name": null, + "center": [ + 98, + 442 + ], + "peak": [ + 100, + 444 + ], + "area_cells": 344 + }, + { + "id": "range_12", + "name": null, + "center": [ + 110, + 342 + ], + "peak": [ + 116, + 339 + ], + "area_cells": 556 + }, + { + "id": "range_14", + "name": null, + "center": [ + 114, + 24 + ], + "peak": [ + 126, + 45 + ], + "area_cells": 655 + }, + { + "id": "range_16", + "name": null, + "center": [ + 123, + 251 + ], + "peak": [ + 127, + 257 + ], + "area_cells": 748 + }, + { + "id": "range_17", + "name": null, + "center": [ + 131, + 139 + ], + "peak": [ + 132, + 105 + ], + "area_cells": 1117 + }, + { + "id": "range_18", + "name": null, + "center": [ + 113, + 376 + ], + "peak": [ + 111, + 374 + ], + "area_cells": 43 + }, + { + "id": "range_19", + "name": null, + "center": [ + 161, + 50 + ], + "peak": [ + 182, + 52 + ], + "area_cells": 2088 + }, + { + "id": "range_22", + "name": null, + "center": [ + 128, + 197 + ], + "peak": [ + 127, + 204 + ], + "area_cells": 238 + }, + { + "id": "range_23", + "name": null, + "center": [ + 133, + 407 + ], + "peak": [ + 138, + 408 + ], + "area_cells": 276 + }, + { + "id": "range_24", + "name": null, + "center": [ + 160, + 368 + ], + "peak": [ + 159, + 343 + ], + "area_cells": 1162 + }, + { + "id": "range_25", + "name": null, + "center": [ + 152, + 276 + ], + "peak": [ + 153, + 275 + ], + "area_cells": 146 + }, + { + "id": "range_28", + "name": null, + "center": [ + 162, + 106 + ], + "peak": [ + 165, + 106 + ], + "area_cells": 179 + }, + { + "id": "range_29", + "name": null, + "center": [ + 178, + 456 + ], + "peak": [ + 175, + 479 + ], + "area_cells": 1259 + }, + { + "id": "range_31", + "name": null, + "center": [ + 168, + 506 + ], + "peak": [ + 156, + 509 + ], + "area_cells": 222 + }, + { + "id": "range_41", + "name": null, + "center": [ + 174, + 126 + ], + "peak": [ + 175, + 127 + ], + "area_cells": 27 + }, + { + "id": "range_46", + "name": null, + "center": [ + 190, + 75 + ], + "peak": [ + 194, + 74 + ], + "area_cells": 70 + }, + { + "id": "range_47", + "name": null, + "center": [ + 196, + 498 + ], + "peak": [ + 197, + 499 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ac/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/globe.png new file mode 100644 index 000000000..3a8fd5614 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ac/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/heightmap.png new file mode 100644 index 000000000..1f4668e07 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ac/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/index.md new file mode 100644 index 000000000..a885df7cc --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ684Ac +name: Freyburg +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1342959530 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.166 + period_days: 460.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: 0.96 + oblateness: 0.0044 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.597 + polar_ice_lat: 0.639 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.511 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Freyburg + +Temperate planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 60% | +| **Year** | 460 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ac/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/markers.json new file mode 100644 index 000000000..21a5eb834 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ac/markers.json @@ -0,0 +1,845 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 191, + 49 + ], + [ + 190, + 50 + ], + [ + 189, + 51 + ], + [ + 188, + 52 + ], + [ + 187, + 53 + ], + [ + 186, + 54 + ], + [ + 185, + 54 + ], + [ + 184, + 55 + ], + [ + 183, + 54 + ], + [ + 182, + 54 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 193, + 39 + ], + [ + 194, + 38 + ], + [ + 195, + 37 + ], + [ + 196, + 38 + ], + [ + 197, + 39 + ], + [ + 197, + 40 + ], + [ + 197, + 41 + ], + [ + 197, + 42 + ], + [ + 198, + 43 + ], + [ + 197, + 44 + ], + [ + 198, + 45 + ], + [ + 198, + 46 + ], + [ + 197, + 47 + ], + [ + 197, + 48 + ], + [ + 197, + 49 + ], + [ + 198, + 50 + ], + [ + 198, + 51 + ], + [ + 197, + 51 + ], + [ + 197, + 50 + ], + [ + 198, + 49 + ], + [ + 199, + 48 + ], + [ + 199, + 47 + ], + [ + 198, + 47 + ], + [ + 197, + 46 + ], + [ + 196, + 47 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 113, + 352 + ], + [ + 114, + 353 + ], + [ + 115, + 353 + ], + [ + 116, + 354 + ], + [ + 117, + 355 + ], + [ + 118, + 356 + ], + [ + 119, + 356 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 117, + 458 + ], + [ + 116, + 459 + ], + [ + 115, + 460 + ], + [ + 114, + 460 + ], + [ + 113, + 461 + ], + [ + 112, + 462 + ], + [ + 111, + 461 + ], + [ + 110, + 462 + ], + [ + 109, + 462 + ], + [ + 108, + 463 + ], + [ + 107, + 464 + ], + [ + 106, + 465 + ], + [ + 105, + 466 + ], + [ + 104, + 467 + ], + [ + 103, + 468 + ], + [ + 102, + 469 + ], + [ + 101, + 470 + ], + [ + 100, + 471 + ], + [ + 99, + 472 + ], + [ + 98, + 473 + ], + [ + 97, + 474 + ], + [ + 96, + 475 + ], + [ + 95, + 475 + ], + [ + 95, + 476 + ], + [ + 94, + 475 + ], + [ + 93, + 474 + ], + [ + 92, + 474 + ], + [ + 91, + 474 + ], + [ + 92, + 473 + ], + [ + 91, + 472 + ], + [ + 92, + 471 + ], + [ + 91, + 471 + ], + [ + 92, + 472 + ], + [ + 91, + 473 + ], + [ + 90, + 473 + ], + [ + 90, + 474 + ], + [ + 89, + 474 + ], + [ + 89, + 473 + ], + [ + 90, + 472 + ], + [ + 89, + 472 + ], + [ + 90, + 471 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 162, + 146 + ], + [ + 163, + 147 + ], + [ + 164, + 148 + ], + [ + 165, + 148 + ], + [ + 164, + 149 + ], + [ + 164, + 150 + ], + [ + 164, + 151 + ], + [ + 163, + 152 + ], + [ + 164, + 153 + ], + [ + 163, + 154 + ], + [ + 164, + 155 + ], + [ + 163, + 156 + ], + [ + 163, + 157 + ], + [ + 163, + 158 + ], + [ + 162, + 159 + ], + [ + 162, + 160 + ], + [ + 161, + 161 + ], + [ + 160, + 162 + ], + [ + 160, + 163 + ], + [ + 159, + 164 + ], + [ + 158, + 165 + ], + [ + 158, + 166 + ], + [ + 158, + 167 + ], + [ + 157, + 168 + ], + [ + 156, + 169 + ], + [ + 155, + 170 + ], + [ + 154, + 170 + ], + [ + 153, + 171 + ], + [ + 152, + 170 + ], + [ + 151, + 170 + ], + [ + 150, + 169 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 149, + 217 + ], + [ + 150, + 218 + ], + [ + 151, + 219 + ], + [ + 152, + 220 + ], + [ + 153, + 221 + ], + [ + 153, + 222 + ], + [ + 152, + 223 + ], + [ + 151, + 224 + ], + [ + 150, + 225 + ], + [ + 149, + 226 + ], + [ + 148, + 227 + ], + [ + 148, + 228 + ], + [ + 148, + 229 + ], + [ + 147, + 230 + ], + [ + 148, + 230 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 153, + 136 + ], + [ + 154, + 137 + ], + [ + 155, + 138 + ], + [ + 156, + 139 + ], + [ + 157, + 140 + ], + [ + 156, + 140 + ], + [ + 155, + 141 + ], + [ + 156, + 142 + ], + [ + 156, + 141 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 156, + 337 + ], + [ + 157, + 336 + ], + [ + 158, + 335 + ], + [ + 159, + 334 + ], + [ + 160, + 334 + ], + [ + 161, + 333 + ], + [ + 162, + 332 + ], + [ + 163, + 331 + ], + [ + 164, + 330 + ], + [ + 165, + 329 + ], + [ + 165, + 328 + ], + [ + 165, + 327 + ], + [ + 166, + 327 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 63, + 377 + ], + [ + 62, + 378 + ], + [ + 61, + 379 + ], + [ + 60, + 380 + ], + [ + 59, + 381 + ], + [ + 58, + 381 + ], + [ + 57, + 382 + ], + [ + 56, + 383 + ], + [ + 55, + 382 + ], + [ + 54, + 381 + ], + [ + 55, + 381 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 61, + 238 + ], + "area_fraction": 0.4012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 175, + 393 + ], + "peak": [ + 176, + 410 + ], + "area_cells": 10676 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 136 + ], + "peak": [ + 97, + 136 + ], + "area_cells": 185 + }, + { + "id": "range_3", + "name": null, + "center": [ + 137, + 15 + ], + "peak": [ + 137, + 7 + ], + "area_cells": 130 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 212 + ], + "peak": [ + 149, + 217 + ], + "area_cells": 93 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 241 + ], + "peak": [ + 148, + 242 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 161, + 234 + ], + "peak": [ + 161, + 235 + ], + "area_cells": 215 + }, + { + "id": "range_8", + "name": null, + "center": [ + 191, + 109 + ], + "peak": [ + 188, + 123 + ], + "area_cells": 427 + }, + { + "id": "range_10", + "name": null, + "center": [ + 221, + 202 + ], + "peak": [ + 222, + 202 + ], + "area_cells": 100 + }, + { + "id": "range_11", + "name": null, + "center": [ + 234, + 21 + ], + "peak": [ + 232, + 12 + ], + "area_cells": 572 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ad/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/globe.png new file mode 100644 index 000000000..9650d32ca Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ad/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/heightmap.png new file mode 100644 index 000000000..af465421b Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ad/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/index.md new file mode 100644 index 000000000..cd160954b --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ684Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3179421455 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.658 + period_days: 780.0 + axial_tilt_deg: 19.5 +physical: + gravity_g: 0.7 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.485 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.244 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Ad + +Cold Arid planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.7g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ad/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/markers.json new file mode 100644 index 000000000..68a62ae23 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ad/markers.json @@ -0,0 +1,1398 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 35, + 200 + ], + [ + 36, + 200 + ], + [ + 37, + 200 + ], + [ + 38, + 199 + ], + [ + 39, + 198 + ], + [ + 38, + 197 + ], + [ + 37, + 196 + ], + [ + 36, + 195 + ], + [ + 36, + 194 + ], + [ + 36, + 193 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 36, + 172 + ], + [ + 37, + 171 + ], + [ + 38, + 170 + ], + [ + 39, + 169 + ], + [ + 40, + 168 + ], + [ + 41, + 167 + ], + [ + 42, + 166 + ], + [ + 42, + 165 + ], + [ + 42, + 164 + ], + [ + 43, + 163 + ], + [ + 43, + 162 + ], + [ + 43, + 161 + ], + [ + 44, + 160 + ], + [ + 43, + 159 + ], + [ + 44, + 158 + ], + [ + 44, + 157 + ], + [ + 43, + 156 + ], + [ + 42, + 155 + ], + [ + 42, + 154 + ], + [ + 41, + 153 + ], + [ + 42, + 153 + ], + [ + 43, + 152 + ], + [ + 44, + 151 + ], + [ + 43, + 150 + ], + [ + 42, + 149 + ], + [ + 41, + 150 + ], + [ + 42, + 150 + ], + [ + 43, + 149 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 73, + 105 + ], + [ + 72, + 106 + ], + [ + 71, + 107 + ], + [ + 70, + 107 + ], + [ + 69, + 106 + ], + [ + 68, + 105 + ], + [ + 67, + 104 + ], + [ + 66, + 105 + ], + [ + 65, + 105 + ], + [ + 64, + 106 + ], + [ + 63, + 106 + ], + [ + 62, + 106 + ], + [ + 61, + 105 + ], + [ + 60, + 105 + ], + [ + 59, + 105 + ], + [ + 58, + 104 + ], + [ + 57, + 105 + ], + [ + 56, + 105 + ], + [ + 55, + 105 + ], + [ + 54, + 105 + ], + [ + 53, + 105 + ], + [ + 52, + 104 + ], + [ + 51, + 103 + ], + [ + 50, + 104 + ], + [ + 49, + 105 + ], + [ + 48, + 105 + ], + [ + 47, + 106 + ], + [ + 47, + 107 + ], + [ + 46, + 106 + ], + [ + 45, + 107 + ], + [ + 46, + 107 + ], + [ + 46, + 108 + ], + [ + 45, + 109 + ], + [ + 44, + 110 + ], + [ + 43, + 111 + ], + [ + 42, + 112 + ], + [ + 41, + 111 + ], + [ + 41, + 112 + ], + [ + 41, + 113 + ], + [ + 40, + 113 + ], + [ + 39, + 114 + ], + [ + 40, + 115 + ], + [ + 40, + 114 + ], + [ + 41, + 115 + ], + [ + 40, + 116 + ], + [ + 39, + 115 + ], + [ + 38, + 114 + ], + [ + 39, + 113 + ], + [ + 40, + 112 + ], + [ + 39, + 111 + ], + [ + 40, + 111 + ], + [ + 39, + 112 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 192, + 58 + ], + [ + 191, + 59 + ], + [ + 190, + 60 + ], + [ + 189, + 61 + ], + [ + 188, + 62 + ], + [ + 187, + 63 + ], + [ + 186, + 64 + ], + [ + 185, + 65 + ], + [ + 186, + 66 + ], + [ + 185, + 67 + ], + [ + 184, + 68 + ], + [ + 183, + 69 + ], + [ + 182, + 70 + ], + [ + 181, + 71 + ], + [ + 180, + 72 + ], + [ + 179, + 73 + ], + [ + 178, + 74 + ], + [ + 179, + 75 + ], + [ + 179, + 76 + ], + [ + 178, + 76 + ], + [ + 177, + 77 + ], + [ + 176, + 78 + ], + [ + 175, + 79 + ], + [ + 174, + 80 + ], + [ + 175, + 81 + ], + [ + 174, + 82 + ], + [ + 173, + 82 + ], + [ + 172, + 83 + ], + [ + 171, + 82 + ], + [ + 172, + 82 + ], + [ + 172, + 81 + ], + [ + 171, + 81 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 131, + 213 + ], + [ + 130, + 212 + ], + [ + 129, + 211 + ], + [ + 128, + 210 + ], + [ + 128, + 209 + ], + [ + 128, + 208 + ], + [ + 128, + 207 + ], + [ + 129, + 206 + ], + [ + 130, + 205 + ], + [ + 131, + 204 + ], + [ + 132, + 203 + ], + [ + 133, + 202 + ], + [ + 132, + 201 + ], + [ + 133, + 201 + ], + [ + 134, + 200 + ], + [ + 135, + 200 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 172, + 201 + ], + [ + 171, + 200 + ], + [ + 170, + 199 + ], + [ + 169, + 198 + ], + [ + 168, + 197 + ], + [ + 167, + 196 + ], + [ + 166, + 195 + ], + [ + 166, + 194 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 145, + 191 + ], + [ + 146, + 190 + ], + [ + 147, + 189 + ], + [ + 148, + 188 + ], + [ + 149, + 187 + ], + [ + 150, + 186 + ], + [ + 151, + 186 + ], + [ + 152, + 185 + ], + [ + 153, + 184 + ], + [ + 154, + 183 + ], + [ + 155, + 182 + ], + [ + 156, + 181 + ], + [ + 157, + 180 + ], + [ + 158, + 179 + ], + [ + 159, + 179 + ], + [ + 160, + 179 + ], + [ + 161, + 179 + ], + [ + 162, + 178 + ], + [ + 163, + 178 + ], + [ + 164, + 177 + ], + [ + 165, + 177 + ], + [ + 166, + 176 + ], + [ + 167, + 175 + ], + [ + 167, + 174 + ], + [ + 168, + 174 + ], + [ + 169, + 173 + ], + [ + 170, + 174 + ], + [ + 171, + 174 + ], + [ + 172, + 173 + ], + [ + 173, + 172 + ], + [ + 174, + 172 + ], + [ + 175, + 171 + ], + [ + 176, + 171 + ], + [ + 177, + 170 + ], + [ + 178, + 169 + ], + [ + 179, + 168 + ], + [ + 180, + 167 + ], + [ + 181, + 167 + ], + [ + 182, + 166 + ], + [ + 183, + 165 + ], + [ + 184, + 164 + ], + [ + 185, + 163 + ], + [ + 185, + 162 + ], + [ + 186, + 161 + ], + [ + 187, + 160 + ], + [ + 188, + 159 + ], + [ + 189, + 158 + ], + [ + 190, + 157 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 32, + 274 + ], + [ + 32, + 275 + ], + [ + 32, + 276 + ], + [ + 33, + 277 + ], + [ + 34, + 278 + ], + [ + 34, + 279 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 104, + 407 + ], + [ + 104, + 406 + ], + [ + 103, + 405 + ], + [ + 102, + 404 + ], + [ + 101, + 403 + ], + [ + 100, + 403 + ], + [ + 99, + 403 + ], + [ + 98, + 403 + ], + [ + 97, + 402 + ], + [ + 96, + 402 + ], + [ + 96, + 401 + ], + [ + 96, + 400 + ], + [ + 96, + 399 + ], + [ + 96, + 398 + ], + [ + 96, + 397 + ], + [ + 96, + 396 + ], + [ + 95, + 395 + ], + [ + 95, + 394 + ], + [ + 96, + 395 + ], + [ + 97, + 396 + ], + [ + 98, + 395 + ], + [ + 98, + 396 + ], + [ + 99, + 395 + ], + [ + 100, + 394 + ], + [ + 101, + 394 + ], + [ + 101, + 393 + ], + [ + 102, + 392 + ], + [ + 103, + 392 + ], + [ + 102, + 391 + ], + [ + 103, + 390 + ], + [ + 104, + 389 + ], + [ + 105, + 389 + ], + [ + 106, + 389 + ], + [ + 107, + 389 + ], + [ + 108, + 388 + ], + [ + 108, + 387 + ], + [ + 109, + 386 + ], + [ + 110, + 385 + ], + [ + 111, + 385 + ], + [ + 112, + 384 + ], + [ + 113, + 385 + ], + [ + 114, + 384 + ], + [ + 114, + 383 + ], + [ + 114, + 382 + ], + [ + 115, + 381 + ], + [ + 116, + 380 + ], + [ + 115, + 380 + ], + [ + 116, + 379 + ], + [ + 115, + 379 + ], + [ + 114, + 378 + ], + [ + 115, + 377 + ], + [ + 115, + 378 + ], + [ + 116, + 377 + ], + [ + 116, + 376 + ], + [ + 115, + 376 + ], + [ + 116, + 375 + ], + [ + 115, + 374 + ], + [ + 115, + 375 + ], + [ + 116, + 374 + ], + [ + 117, + 373 + ], + [ + 116, + 373 + ], + [ + 115, + 372 + ], + [ + 114, + 373 + ], + [ + 114, + 374 + ], + [ + 115, + 373 + ], + [ + 116, + 372 + ], + [ + 117, + 372 + ], + [ + 118, + 373 + ], + [ + 117, + 374 + ], + [ + 117, + 375 + ], + [ + 117, + 376 + ], + [ + 118, + 375 + ], + [ + 118, + 374 + ], + [ + 119, + 375 + ], + [ + 118, + 376 + ], + [ + 118, + 377 + ], + [ + 117, + 377 + ], + [ + 117, + 378 + ], + [ + 118, + 378 + ], + [ + 117, + 379 + ], + [ + 116, + 378 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 226, + 144 + ], + [ + 225, + 143 + ], + [ + 226, + 142 + ], + [ + 226, + 141 + ], + [ + 227, + 140 + ], + [ + 228, + 141 + ], + [ + 229, + 140 + ], + [ + 230, + 140 + ], + [ + 231, + 140 + ], + [ + 231, + 139 + ], + [ + 232, + 139 + ], + [ + 233, + 139 + ], + [ + 233, + 140 + ], + [ + 234, + 139 + ], + [ + 235, + 140 + ], + [ + 234, + 140 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 231 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 14, + 393 + ], + "area_fraction": 0.0303 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 181, + 109 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 220 + ], + "peak": [ + 94, + 202 + ], + "area_cells": 13638 + }, + { + "id": "range_2", + "name": null, + "center": [ + 88, + 356 + ], + "peak": [ + 93, + 359 + ], + "area_cells": 228 + }, + { + "id": "range_4", + "name": null, + "center": [ + 113, + 47 + ], + "peak": [ + 113, + 47 + ], + "area_cells": 62 + }, + { + "id": "range_5", + "name": null, + "center": [ + 133, + 502 + ], + "peak": [ + 134, + 502 + ], + "area_cells": 43 + }, + { + "id": "range_6", + "name": null, + "center": [ + 145, + 338 + ], + "peak": [ + 146, + 344 + ], + "area_cells": 237 + }, + { + "id": "range_7", + "name": null, + "center": [ + 148, + 1 + ], + "peak": [ + 150, + 1 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 509 + ], + "peak": [ + 152, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_10", + "name": null, + "center": [ + 185, + 373 + ], + "peak": [ + 194, + 345 + ], + "area_cells": 2525 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/globe.png new file mode 100644 index 000000000..deb72c1fc Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/heightmap.png new file mode 100644 index 000000000..e75968872 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/index.md new file mode 100644 index 000000000..a682e1d4e --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ684Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3258112592 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 26.8 +physical: + gravity_g: 0.13 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Ae-m1 + +Frozen moon. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 90% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/markers.json new file mode 100644 index 000000000..6b592b295 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ae-m1/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 224, + 64 + ], + "area_fraction": 0.0362 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 221, + 455 + ], + "area_fraction": 0.009 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 222, + 161 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 231, + 499 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 0, + 3 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 78 + ], + "peak": [ + 5, + 80 + ], + "area_cells": 86 + }, + { + "id": "range_3", + "name": null, + "center": [ + 32, + 233 + ], + "peak": [ + 15, + 268 + ], + "area_cells": 8814 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 454 + ], + "peak": [ + 21, + 446 + ], + "area_cells": 2034 + }, + { + "id": "range_5", + "name": null, + "center": [ + 5, + 402 + ], + "peak": [ + 6, + 402 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 32, + 59 + ], + "peak": [ + 38, + 57 + ], + "area_cells": 1141 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ae/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ae/globe.png new file mode 100644 index 000000000..901d83c52 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ae/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ae/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ae/index.md new file mode 100644 index 000000000..7bc76bfac --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ684Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1212083147 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.7 + period_days: 2600.0 + axial_tilt_deg: 18.9 +physical: + gravity_g: null + oblateness: 0.0508 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.157 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 4 + storm_max_size: 0.109 +--- + +# GJ684Ae + +Gas giant. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Af/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Af/globe.png new file mode 100644 index 000000000..75724724d Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Af/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Af/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Af/heightmap.png new file mode 100644 index 000000000..52953e72f Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Af/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Af/index.md new file mode 100644 index 000000000..aff94cdc5 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1417921177 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.024 + period_days: 6800.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.46 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.82 + polar_ice_lat: 0.275 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Af + +Frozen planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Af/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Af/markers.json new file mode 100644 index 000000000..ad33b9ed2 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Af/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 212, + 213 + ], + "area_fraction": 0.0247 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 226, + 382 + ], + "area_fraction": 0.112 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 217, + 19 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 238, + 88 + ], + "area_fraction": 0.0148 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 245, + 152 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 256 + ], + "peak": [ + 70, + 463 + ], + "area_cells": 35890 + }, + { + "id": "range_2", + "name": null, + "center": [ + 103, + 282 + ], + "peak": [ + 101, + 282 + ], + "area_cells": 340 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 33 + ], + "peak": [ + 112, + 38 + ], + "area_cells": 117 + }, + { + "id": "range_5", + "name": null, + "center": [ + 123, + 497 + ], + "peak": [ + 130, + 496 + ], + "area_cells": 135 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ag/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/globe.png new file mode 100644 index 000000000..ddccb726e Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ag/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/heightmap.png new file mode 100644 index 000000000..1ef3c9a10 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ag/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/index.md new file mode 100644 index 000000000..d6f7263e3 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1355852169 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.903 + period_days: 15000.0 + axial_tilt_deg: 33.8 +physical: + gravity_g: 0.36 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.791 + polar_ice_lat: 0.264 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.273 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Ag + +Frozen planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ag/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/markers.json new file mode 100644 index 000000000..7a71c1f89 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ag/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 34, + 57 + ], + "area_fraction": 0.0628 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 32, + 362 + ], + "area_fraction": 0.1213 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 55, + 97 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 125, + 294 + ], + "peak": [ + 125, + 295 + ], + "area_cells": 36 + }, + { + "id": "range_2", + "name": null, + "center": [ + 196, + 261 + ], + "peak": [ + 220, + 239 + ], + "area_cells": 21627 + }, + { + "id": "range_4", + "name": null, + "center": [ + 136, + 498 + ], + "peak": [ + 135, + 497 + ], + "area_cells": 113 + }, + { + "id": "range_7", + "name": null, + "center": [ + 138, + 196 + ], + "peak": [ + 139, + 194 + ], + "area_cells": 56 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 94 + ], + "peak": [ + 159, + 99 + ], + "area_cells": 318 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ah/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/globe.png new file mode 100644 index 000000000..70130f27a Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ah/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/heightmap.png new file mode 100644 index 000000000..4caa6be21 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ah/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/index.md new file mode 100644 index 000000000..2293a7b0f --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1638335100 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 20.54 + period_days: 34000.0 + axial_tilt_deg: 59.4 +physical: + gravity_g: 0.28 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.798 + polar_ice_lat: 0.179 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Ah + +Frozen planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ah/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/markers.json new file mode 100644 index 000000000..0364db95b --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ah/markers.json @@ -0,0 +1,231 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 95 + ], + "area_fraction": 0.0716 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 423 + ], + "area_fraction": 0.0521 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 67, + 80 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 163, + 324 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 241, + 321 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 243, + 203 + ], + "area_fraction": 0.0331 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 208 + ], + "peak": [ + 33, + 211 + ], + "area_cells": 204 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 386 + ], + "peak": [ + 101, + 405 + ], + "area_cells": 11973 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 247 + ], + "peak": [ + 59, + 248 + ], + "area_cells": 97 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 473 + ], + "peak": [ + 68, + 473 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 153 + ], + "peak": [ + 71, + 154 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 78, + 134 + ], + "peak": [ + 79, + 134 + ], + "area_cells": 58 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 249 + ], + "peak": [ + 80, + 251 + ], + "area_cells": 110 + }, + { + "id": "range_8", + "name": null, + "center": [ + 98, + 154 + ], + "peak": [ + 109, + 157 + ], + "area_cells": 369 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 110 + ], + "peak": [ + 168, + 90 + ], + "area_cells": 6523 + }, + { + "id": "range_10", + "name": null, + "center": [ + 105, + 192 + ], + "peak": [ + 106, + 192 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 144, + 196 + ], + "peak": [ + 145, + 196 + ], + "area_cells": 38 + }, + { + "id": "range_13", + "name": null, + "center": [ + 159, + 251 + ], + "peak": [ + 160, + 251 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ai/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/globe.png new file mode 100644 index 000000000..0e327e8df Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ai/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/heightmap.png new file mode 100644 index 000000000..5fee21b5e Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ai/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/index.md new file mode 100644 index 000000000..7783c0af4 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1795235846 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 33.871 + period_days: 72000.0 + axial_tilt_deg: 35.3 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.864 + polar_ice_lat: 0.263 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.279 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Ai + +Frozen planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 72000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Ai/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/markers.json new file mode 100644 index 000000000..d657403d4 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Ai/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 216 + ], + "area_fraction": 0.0461 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 49, + 114 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 244, + 241 + ], + "area_fraction": 0.079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 346 + ], + "peak": [ + 59, + 351 + ], + "area_cells": 129 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 305 + ], + "peak": [ + 75, + 316 + ], + "area_cells": 437 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 21 + ], + "peak": [ + 112, + 28 + ], + "area_cells": 2078 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 470 + ], + "peak": [ + 164, + 477 + ], + "area_cells": 5917 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 74 + ], + "peak": [ + 103, + 63 + ], + "area_cells": 995 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 214 + ], + "peak": [ + 84, + 215 + ], + "area_cells": 190 + }, + { + "id": "range_7", + "name": null, + "center": [ + 156, + 218 + ], + "peak": [ + 156, + 319 + ], + "area_cells": 23911 + }, + { + "id": "range_10", + "name": null, + "center": [ + 216, + 427 + ], + "peak": [ + 217, + 426 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Aj/globe.png b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/globe.png new file mode 100644 index 000000000..e1e760398 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/globe.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Aj/heightmap.png b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/heightmap.png new file mode 100644 index 000000000..683e3cdf8 Binary files /dev/null and b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Aj/index.md b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/index.md new file mode 100644 index 000000000..7c9f1f265 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2913001920 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 55.25 + period_days: 150000.0 + axial_tilt_deg: 27.0 +physical: + gravity_g: 0.09 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.88 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.266 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Aj + +Frozen planet. + +**System:** [GJ-684A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 150000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684A/bodies/GJ684Aj/markers.json b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/markers.json new file mode 100644 index 000000000..68d0b1e95 --- /dev/null +++ b/wiki/star-systems/GJ-684A/bodies/GJ684Aj/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 20 + ], + "area_fraction": 0.009 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 23, + 394 + ], + "area_fraction": 0.0847 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 170, + 154 + ], + "peak": [ + 170, + 154 + ], + "area_cells": 30 + }, + { + "id": "range_2", + "name": null, + "center": [ + 220, + 389 + ], + "peak": [ + 184, + 428 + ], + "area_cells": 10751 + }, + { + "id": "range_3", + "name": null, + "center": [ + 182, + 60 + ], + "peak": [ + 185, + 58 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 238, + 246 + ], + "peak": [ + 240, + 226 + ], + "area_cells": 1330 + }, + { + "id": "range_8", + "name": null, + "center": [ + 225, + 508 + ], + "peak": [ + 225, + 511 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 237, + 29 + ], + "peak": [ + 234, + 33 + ], + "area_cells": 1320 + }, + { + "id": "range_10", + "name": null, + "center": [ + 238, + 96 + ], + "peak": [ + 236, + 83 + ], + "area_cells": 149 + }, + { + "id": "range_11", + "name": null, + "center": [ + 238, + 122 + ], + "peak": [ + 237, + 117 + ], + "area_cells": 101 + }, + { + "id": "range_12", + "name": null, + "center": [ + 240, + 211 + ], + "peak": [ + 241, + 211 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ684Bb/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/globe.png new file mode 100644 index 000000000..eeda47901 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bb/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/heightmap.png new file mode 100644 index 000000000..42bd91df7 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bb/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/index.md new file mode 100644 index 000000000..aa0e84499 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ684Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2287149035 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 26.3 +physical: + gravity_g: 0.42 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.886 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bb + +Barren planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 91% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bb/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/markers.json new file mode 100644 index 000000000..c3277d242 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bb/markers.json @@ -0,0 +1,240 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 69, + 256 + ], + "area_fraction": 0.0213 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 79, + 203 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_72", + "name": null, + "kind": "lake", + "center": [ + 248, + 261 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 75, + 5 + ], + "peak": [ + 78, + 2 + ], + "area_cells": 240 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 25 + ], + "peak": [ + 65, + 24 + ], + "area_cells": 24 + }, + { + "id": "range_3", + "name": null, + "center": [ + 77, + 496 + ], + "peak": [ + 78, + 511 + ], + "area_cells": 334 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 331 + ], + "peak": [ + 94, + 333 + ], + "area_cells": 102 + }, + { + "id": "range_5", + "name": null, + "center": [ + 116, + 44 + ], + "peak": [ + 118, + 45 + ], + "area_cells": 190 + }, + { + "id": "range_6", + "name": null, + "center": [ + 156, + 341 + ], + "peak": [ + 143, + 318 + ], + "area_cells": 2586 + }, + { + "id": "range_7", + "name": null, + "center": [ + 137, + 243 + ], + "peak": [ + 139, + 245 + ], + "area_cells": 54 + }, + { + "id": "range_8", + "name": null, + "center": [ + 155, + 228 + ], + "peak": [ + 155, + 237 + ], + "area_cells": 229 + }, + { + "id": "range_9", + "name": null, + "center": [ + 158, + 5 + ], + "peak": [ + 159, + 6 + ], + "area_cells": 195 + }, + { + "id": "range_10", + "name": null, + "center": [ + 157, + 481 + ], + "peak": [ + 155, + 482 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 169, + 508 + ], + "peak": [ + 167, + 511 + ], + "area_cells": 64 + }, + { + "id": "range_12", + "name": null, + "center": [ + 172, + 290 + ], + "peak": [ + 170, + 291 + ], + "area_cells": 134 + }, + { + "id": "range_14", + "name": null, + "center": [ + 192, + 381 + ], + "peak": [ + 191, + 376 + ], + "area_cells": 571 + }, + { + "id": "range_16", + "name": null, + "center": [ + 189, + 231 + ], + "peak": [ + 187, + 233 + ], + "area_cells": 208 + }, + { + "id": "range_19", + "name": null, + "center": [ + 206, + 289 + ], + "peak": [ + 209, + 290 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/globe.png new file mode 100644 index 000000000..8c29563c4 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/heightmap.png new file mode 100644 index 000000000..0920f1898 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/index.md new file mode 100644 index 000000000..8c6795aa8 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/index.md @@ -0,0 +1,73 @@ +--- +id: GJ684Bc-m1 +name: Quelimane +body_type: moon +planet_class: temperate +body_scale: moon +seed: 3406838062 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.62 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.495 + polar_ice_lat: 0.78 + tectonics: active +environment: + geothermal_flux: moderate + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Quelimane + +Temperate moon. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | temperate | +| **Gravity** | 0.62g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Orbit** | 8 days | +| **Inhabited** | yes | +| **Population** | 2K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/markers.json new file mode 100644 index 000000000..5f512beca --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m1/markers.json @@ -0,0 +1,685 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 122, + 281 + ], + [ + 123, + 282 + ], + [ + 124, + 283 + ], + [ + 125, + 284 + ], + [ + 126, + 283 + ], + [ + 127, + 282 + ], + [ + 128, + 281 + ], + [ + 129, + 281 + ], + [ + 130, + 281 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 185, + 226 + ], + [ + 186, + 227 + ], + [ + 187, + 226 + ], + [ + 188, + 227 + ], + [ + 189, + 228 + ], + [ + 190, + 227 + ], + [ + 191, + 228 + ], + [ + 192, + 229 + ], + [ + 193, + 230 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 99, + 344 + ], + [ + 100, + 344 + ], + [ + 101, + 343 + ], + [ + 102, + 343 + ], + [ + 103, + 342 + ], + [ + 104, + 341 + ], + [ + 105, + 340 + ], + [ + 106, + 339 + ], + [ + 107, + 339 + ], + [ + 108, + 340 + ], + [ + 109, + 341 + ], + [ + 110, + 342 + ], + [ + 111, + 342 + ], + [ + 112, + 343 + ], + [ + 113, + 342 + ], + [ + 114, + 342 + ], + [ + 113, + 343 + ], + [ + 113, + 344 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 201, + 466 + ], + [ + 202, + 467 + ], + [ + 203, + 468 + ], + [ + 203, + 469 + ], + [ + 203, + 470 + ], + [ + 204, + 471 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 37, + 260 + ], + [ + 38, + 260 + ], + [ + 38, + 259 + ], + [ + 38, + 258 + ], + [ + 38, + 257 + ], + [ + 38, + 256 + ], + [ + 38, + 255 + ], + [ + 38, + 254 + ], + [ + 38, + 253 + ], + [ + 38, + 252 + ], + [ + 39, + 251 + ], + [ + 39, + 250 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 144, + 448 + ], + [ + 143, + 449 + ], + [ + 142, + 450 + ], + [ + 141, + 451 + ], + [ + 140, + 452 + ], + [ + 139, + 453 + ], + [ + 138, + 453 + ], + [ + 137, + 452 + ], + [ + 136, + 451 + ], + [ + 135, + 450 + ], + [ + 134, + 449 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 185, + 250 + ], + [ + 184, + 251 + ], + [ + 183, + 252 + ], + [ + 182, + 251 + ], + [ + 181, + 252 + ], + [ + 180, + 253 + ], + [ + 179, + 252 + ], + [ + 178, + 251 + ], + [ + 177, + 252 + ], + [ + 176, + 253 + ], + [ + 175, + 252 + ], + [ + 174, + 251 + ], + [ + 173, + 251 + ], + [ + 172, + 252 + ], + [ + 171, + 251 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 120, + 440 + ], + [ + 121, + 439 + ], + [ + 122, + 440 + ], + [ + 123, + 441 + ], + [ + 124, + 442 + ], + [ + 125, + 443 + ], + [ + 126, + 444 + ], + [ + 127, + 445 + ], + [ + 128, + 446 + ], + [ + 129, + 446 + ], + [ + 130, + 445 + ], + [ + 131, + 444 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 135, + 409 + ], + [ + 135, + 410 + ], + [ + 135, + 411 + ], + [ + 134, + 411 + ], + [ + 133, + 412 + ], + [ + 132, + 413 + ], + [ + 131, + 414 + ], + [ + 130, + 414 + ], + [ + 129, + 414 + ], + [ + 128, + 415 + ], + [ + 128, + 416 + ], + [ + 127, + 417 + ], + [ + 128, + 418 + ], + [ + 128, + 419 + ], + [ + 128, + 420 + ], + [ + 128, + 421 + ], + [ + 128, + 422 + ], + [ + 127, + 422 + ], + [ + 128, + 423 + ], + [ + 129, + 424 + ], + [ + 128, + 425 + ], + [ + 129, + 425 + ], + [ + 130, + 426 + ], + [ + 131, + 427 + ], + [ + 132, + 428 + ], + [ + 132, + 429 + ], + [ + 132, + 430 + ], + [ + 132, + 431 + ], + [ + 133, + 432 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 249 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 93, + 311 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 191, + 232 + ], + "area_fraction": 0.4624 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 134, + 490 + ], + "area_fraction": 0.0129 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 489 + ], + "peak": [ + 45, + 511 + ], + "area_cells": 1680 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 320 + ], + "peak": [ + 30, + 321 + ], + "area_cells": 2672 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 55 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 6066 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 189 + ], + "peak": [ + 51, + 180 + ], + "area_cells": 1279 + }, + { + "id": "range_6", + "name": null, + "center": [ + 94, + 501 + ], + "peak": [ + 86, + 511 + ], + "area_cells": 194 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 278 + ], + "peak": [ + 96, + 274 + ], + "area_cells": 557 + }, + { + "id": "range_8", + "name": null, + "center": [ + 134, + 409 + ], + "peak": [ + 135, + 409 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/globe.png new file mode 100644 index 000000000..8d48b0630 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/heightmap.png new file mode 100644 index 000000000..f3faa01ab Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/index.md new file mode 100644 index 000000000..1850ebd5a --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ684Bc-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3245281313 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.129 + period_days: 19.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.08 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.935 + polar_ice_lat: 0.841 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bc-m2 + +Barren moon. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 94% | +| **Orbit** | 19 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/markers.json new file mode 100644 index 000000000..3b4fbdc21 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bc-m2/markers.json @@ -0,0 +1,441 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 142, + 364 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 5, + 245 + ], + "peak": [ + 0, + 257 + ], + "area_cells": 322 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 335 + ], + "peak": [ + 26, + 360 + ], + "area_cells": 3436 + }, + { + "id": "range_8", + "name": null, + "center": [ + 28, + 90 + ], + "peak": [ + 27, + 91 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 45, + 199 + ], + "peak": [ + 44, + 187 + ], + "area_cells": 160 + }, + { + "id": "range_14", + "name": null, + "center": [ + 47, + 332 + ], + "peak": [ + 47, + 334 + ], + "area_cells": 88 + }, + { + "id": "range_15", + "name": null, + "center": [ + 63, + 441 + ], + "peak": [ + 57, + 441 + ], + "area_cells": 116 + }, + { + "id": "range_16", + "name": null, + "center": [ + 68, + 313 + ], + "peak": [ + 72, + 312 + ], + "area_cells": 186 + }, + { + "id": "range_19", + "name": null, + "center": [ + 82, + 346 + ], + "peak": [ + 83, + 347 + ], + "area_cells": 152 + }, + { + "id": "range_21", + "name": null, + "center": [ + 86, + 405 + ], + "peak": [ + 87, + 405 + ], + "area_cells": 141 + }, + { + "id": "range_22", + "name": null, + "center": [ + 92, + 4 + ], + "peak": [ + 96, + 0 + ], + "area_cells": 221 + }, + { + "id": "range_23", + "name": null, + "center": [ + 82, + 37 + ], + "peak": [ + 82, + 37 + ], + "area_cells": 40 + }, + { + "id": "range_24", + "name": null, + "center": [ + 114, + 502 + ], + "peak": [ + 95, + 510 + ], + "area_cells": 596 + }, + { + "id": "range_25", + "name": null, + "center": [ + 88, + 176 + ], + "peak": [ + 89, + 177 + ], + "area_cells": 32 + }, + { + "id": "range_28", + "name": null, + "center": [ + 109, + 38 + ], + "peak": [ + 113, + 39 + ], + "area_cells": 346 + }, + { + "id": "range_30", + "name": null, + "center": [ + 112, + 192 + ], + "peak": [ + 119, + 193 + ], + "area_cells": 316 + }, + { + "id": "range_32", + "name": null, + "center": [ + 107, + 336 + ], + "peak": [ + 108, + 337 + ], + "area_cells": 82 + }, + { + "id": "range_34", + "name": null, + "center": [ + 108, + 148 + ], + "peak": [ + 108, + 147 + ], + "area_cells": 27 + }, + { + "id": "range_37", + "name": null, + "center": [ + 129, + 164 + ], + "peak": [ + 131, + 164 + ], + "area_cells": 366 + }, + { + "id": "range_38", + "name": null, + "center": [ + 120, + 376 + ], + "peak": [ + 120, + 376 + ], + "area_cells": 52 + }, + { + "id": "range_40", + "name": null, + "center": [ + 121, + 278 + ], + "peak": [ + 121, + 278 + ], + "area_cells": 26 + }, + { + "id": "range_41", + "name": null, + "center": [ + 127, + 229 + ], + "peak": [ + 127, + 229 + ], + "area_cells": 52 + }, + { + "id": "range_43", + "name": null, + "center": [ + 127, + 441 + ], + "peak": [ + 127, + 442 + ], + "area_cells": 60 + }, + { + "id": "range_45", + "name": null, + "center": [ + 130, + 21 + ], + "peak": [ + 131, + 21 + ], + "area_cells": 41 + }, + { + "id": "range_47", + "name": null, + "center": [ + 138, + 213 + ], + "peak": [ + 139, + 213 + ], + "area_cells": 53 + }, + { + "id": "range_48", + "name": null, + "center": [ + 145, + 34 + ], + "peak": [ + 146, + 36 + ], + "area_cells": 135 + }, + { + "id": "range_49", + "name": null, + "center": [ + 161, + 468 + ], + "peak": [ + 169, + 464 + ], + "area_cells": 212 + }, + { + "id": "range_50", + "name": null, + "center": [ + 175, + 494 + ], + "peak": [ + 193, + 483 + ], + "area_cells": 559 + }, + { + "id": "range_51", + "name": null, + "center": [ + 160, + 403 + ], + "peak": [ + 161, + 403 + ], + "area_cells": 28 + }, + { + "id": "range_52", + "name": null, + "center": [ + 164, + 352 + ], + "peak": [ + 164, + 352 + ], + "area_cells": 142 + }, + { + "id": "range_53", + "name": null, + "center": [ + 167, + 168 + ], + "peak": [ + 167, + 169 + ], + "area_cells": 66 + }, + { + "id": "range_54", + "name": null, + "center": [ + 172, + 371 + ], + "peak": [ + 173, + 372 + ], + "area_cells": 62 + }, + { + "id": "range_59", + "name": null, + "center": [ + 196, + 359 + ], + "peak": [ + 197, + 360 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bc/globe.png new file mode 100644 index 000000000..f14cde042 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bc/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bc/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bc/index.md new file mode 100644 index 000000000..fe9588495 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bc/index.md @@ -0,0 +1,61 @@ +--- +id: GJ684Bc +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1546737632 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: null + oblateness: 0.0648 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.107 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.14 +--- + +# GJ684Bc + +Gas giant. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 180 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bd/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/globe.png new file mode 100644 index 000000000..f51d0b49f Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bd/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/heightmap.png new file mode 100644 index 000000000..60fcd5867 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bd/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/index.md new file mode 100644 index 000000000..f9cfd2af0 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ684Bd +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 397327947 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 11.4 +physical: + gravity_g: 0.56 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.584 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.217 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bd + +Cold Arid planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bd/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/markers.json new file mode 100644 index 000000000..a4dc0843d --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bd/markers.json @@ -0,0 +1,1017 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 156, + 156 + ], + [ + 157, + 157 + ], + [ + 158, + 158 + ], + [ + 158, + 159 + ], + [ + 158, + 160 + ], + [ + 159, + 161 + ], + [ + 158, + 162 + ], + [ + 158, + 163 + ], + [ + 159, + 164 + ], + [ + 160, + 165 + ], + [ + 161, + 166 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 234, + 70 + ], + [ + 233, + 71 + ], + [ + 234, + 72 + ], + [ + 234, + 73 + ], + [ + 234, + 74 + ], + [ + 233, + 75 + ], + [ + 233, + 76 + ], + [ + 232, + 76 + ], + [ + 231, + 77 + ], + [ + 230, + 78 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 249, + 386 + ], + [ + 250, + 386 + ], + [ + 249, + 387 + ], + [ + 248, + 388 + ], + [ + 248, + 389 + ], + [ + 248, + 390 + ], + [ + 247, + 390 + ], + [ + 247, + 389 + ], + [ + 246, + 389 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 52 + ], + [ + 254, + 52 + ], + [ + 253, + 52 + ], + [ + 252, + 53 + ], + [ + 251, + 53 + ], + [ + 251, + 54 + ], + [ + 252, + 54 + ], + [ + 252, + 55 + ], + [ + 251, + 56 + ], + [ + 250, + 57 + ], + [ + 249, + 57 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 106, + 404 + ], + [ + 107, + 405 + ], + [ + 106, + 406 + ], + [ + 105, + 406 + ], + [ + 104, + 407 + ], + [ + 103, + 408 + ], + [ + 102, + 409 + ], + [ + 101, + 410 + ], + [ + 101, + 411 + ], + [ + 100, + 412 + ], + [ + 99, + 411 + ], + [ + 98, + 410 + ], + [ + 97, + 410 + ], + [ + 97, + 411 + ], + [ + 96, + 411 + ], + [ + 95, + 412 + ], + [ + 94, + 412 + ], + [ + 94, + 411 + ], + [ + 94, + 410 + ], + [ + 93, + 409 + ], + [ + 94, + 409 + ], + [ + 95, + 409 + ], + [ + 95, + 410 + ], + [ + 96, + 409 + ], + [ + 96, + 410 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 172, + 215 + ], + [ + 173, + 214 + ], + [ + 174, + 213 + ], + [ + 175, + 212 + ], + [ + 176, + 211 + ], + [ + 177, + 210 + ], + [ + 178, + 209 + ], + [ + 179, + 208 + ], + [ + 180, + 209 + ], + [ + 181, + 208 + ], + [ + 182, + 208 + ], + [ + 183, + 208 + ], + [ + 184, + 208 + ], + [ + 184, + 209 + ], + [ + 183, + 209 + ], + [ + 182, + 209 + ], + [ + 183, + 210 + ], + [ + 182, + 210 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 237, + 484 + ], + [ + 238, + 483 + ], + [ + 239, + 483 + ], + [ + 240, + 483 + ], + [ + 241, + 483 + ], + [ + 242, + 483 + ], + [ + 243, + 482 + ], + [ + 244, + 482 + ], + [ + 245, + 482 + ], + [ + 246, + 481 + ], + [ + 247, + 480 + ], + [ + 247, + 481 + ], + [ + 248, + 482 + ], + [ + 249, + 482 + ], + [ + 249, + 481 + ], + [ + 250, + 480 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 201, + 366 + ], + [ + 202, + 366 + ], + [ + 203, + 365 + ], + [ + 204, + 364 + ], + [ + 205, + 363 + ], + [ + 206, + 362 + ], + [ + 207, + 361 + ], + [ + 208, + 360 + ], + [ + 209, + 359 + ], + [ + 210, + 358 + ], + [ + 210, + 357 + ], + [ + 211, + 357 + ], + [ + 211, + 356 + ], + [ + 210, + 355 + ], + [ + 211, + 354 + ], + [ + 212, + 354 + ], + [ + 212, + 353 + ], + [ + 212, + 352 + ], + [ + 211, + 351 + ], + [ + 210, + 350 + ], + [ + 211, + 349 + ], + [ + 211, + 348 + ], + [ + 212, + 347 + ], + [ + 211, + 347 + ], + [ + 212, + 346 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 129, + 163 + ], + [ + 130, + 164 + ], + [ + 131, + 165 + ], + [ + 132, + 165 + ], + [ + 133, + 164 + ], + [ + 134, + 163 + ], + [ + 135, + 162 + ], + [ + 136, + 161 + ], + [ + 135, + 160 + ], + [ + 136, + 159 + ], + [ + 137, + 158 + ], + [ + 137, + 157 + ], + [ + 136, + 157 + ], + [ + 135, + 157 + ], + [ + 134, + 158 + ], + [ + 133, + 157 + ], + [ + 134, + 157 + ], + [ + 134, + 156 + ], + [ + 134, + 155 + ], + [ + 133, + 154 + ], + [ + 132, + 153 + ], + [ + 131, + 152 + ], + [ + 130, + 151 + ], + [ + 129, + 150 + ], + [ + 128, + 149 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 231, + 392 + ], + [ + 231, + 393 + ], + [ + 232, + 394 + ], + [ + 233, + 395 + ], + [ + 234, + 395 + ], + [ + 235, + 395 + ], + [ + 236, + 395 + ], + [ + 237, + 395 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 185, + 48 + ], + [ + 186, + 47 + ], + [ + 187, + 47 + ], + [ + 188, + 46 + ], + [ + 189, + 47 + ], + [ + 190, + 46 + ], + [ + 190, + 45 + ], + [ + 189, + 44 + ], + [ + 190, + 44 + ], + [ + 189, + 43 + ], + [ + 190, + 42 + ], + [ + 189, + 41 + ], + [ + 189, + 40 + ], + [ + 190, + 40 + ], + [ + 189, + 39 + ], + [ + 189, + 38 + ], + [ + 188, + 39 + ], + [ + 188, + 38 + ], + [ + 187, + 37 + ], + [ + 187, + 36 + ], + [ + 187, + 35 + ], + [ + 186, + 34 + ], + [ + 185, + 34 + ], + [ + 186, + 33 + ], + [ + 185, + 32 + ], + [ + 186, + 31 + ], + [ + 187, + 31 + ], + [ + 186, + 30 + ], + [ + 185, + 30 + ], + [ + 185, + 31 + ], + [ + 184, + 30 + ], + [ + 184, + 29 + ], + [ + 185, + 28 + ], + [ + 184, + 27 + ], + [ + 183, + 26 + ], + [ + 184, + 26 + ], + [ + 185, + 26 + ], + [ + 185, + 27 + ], + [ + 184, + 28 + ], + [ + 185, + 29 + ], + [ + 186, + 28 + ], + [ + 186, + 29 + ], + [ + 187, + 29 + ], + [ + 188, + 30 + ], + [ + 187, + 30 + ], + [ + 188, + 29 + ], + [ + 187, + 28 + ], + [ + 186, + 27 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 138, + 109 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 233, + 461 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 151 + ], + "peak": [ + 27, + 151 + ], + "area_cells": 686 + }, + { + "id": "range_2", + "name": null, + "center": [ + 49, + 316 + ], + "peak": [ + 49, + 317 + ], + "area_cells": 1292 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 140 + ], + "peak": [ + 54, + 143 + ], + "area_cells": 214 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 207 + ], + "peak": [ + 64, + 209 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 90 + ], + "peak": [ + 112, + 86 + ], + "area_cells": 167 + }, + { + "id": "range_8", + "name": null, + "center": [ + 115, + 58 + ], + "peak": [ + 114, + 60 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 6 + ], + "peak": [ + 126, + 7 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Be/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Be/globe.png new file mode 100644 index 000000000..c7b240748 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Be/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Be/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Be/heightmap.png new file mode 100644 index 000000000..507a5b843 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Be/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Be/index.md new file mode 100644 index 000000000..5aa9ed2d1 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Be/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1298353930 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.376 + period_days: 1500.0 + axial_tilt_deg: 54.5 +physical: + gravity_g: 0.44 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.869 + polar_ice_lat: 0.122 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.293 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Be + +Frozen planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Be/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Be/markers.json new file mode 100644 index 000000000..2208d7c38 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Be/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 230, + 172 + ], + "area_fraction": 0.1147 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 243, + 480 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 145 + ], + "peak": [ + 38, + 147 + ], + "area_cells": 115 + }, + { + "id": "range_3", + "name": null, + "center": [ + 111, + 265 + ], + "peak": [ + 135, + 319 + ], + "area_cells": 31670 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 479 + ], + "peak": [ + 168, + 480 + ], + "area_cells": 255 + }, + { + "id": "range_7", + "name": null, + "center": [ + 166, + 28 + ], + "peak": [ + 165, + 28 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bf/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/globe.png new file mode 100644 index 000000000..206530ac4 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bf/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/heightmap.png new file mode 100644 index 000000000..70167362d Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bf/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/index.md new file mode 100644 index 000000000..17aa5e028 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1031340959 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 24.5 +physical: + gravity_g: 0.34 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.802 + polar_ice_lat: 0.282 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bf + +Frozen planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bf/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/markers.json new file mode 100644 index 000000000..e4ebd8331 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bf/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 71, + 66 + ], + "area_fraction": 0.0953 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 53, + 463 + ], + "area_fraction": 0.0647 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 93, + 214 + ], + "area_fraction": 0.0225 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 352 + ], + "peak": [ + 46, + 353 + ], + "area_cells": 114 + }, + { + "id": "range_3", + "name": null, + "center": [ + 225, + 283 + ], + "peak": [ + 243, + 263 + ], + "area_cells": 17902 + }, + { + "id": "range_5", + "name": null, + "center": [ + 212, + 16 + ], + "peak": [ + 210, + 25 + ], + "area_cells": 782 + }, + { + "id": "range_6", + "name": null, + "center": [ + 189, + 68 + ], + "peak": [ + 190, + 71 + ], + "area_cells": 38 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 44 + ], + "peak": [ + 210, + 46 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 248, + 15 + ], + "peak": [ + 251, + 0 + ], + "area_cells": 438 + }, + { + "id": "range_12", + "name": null, + "center": [ + 252, + 499 + ], + "peak": [ + 255, + 484 + ], + "area_cells": 169 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bg/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/globe.png new file mode 100644 index 000000000..002221b07 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bg/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/heightmap.png new file mode 100644 index 000000000..1ce488775 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bg/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/index.md new file mode 100644 index 000000000..e0a1b1c24 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1291472579 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.416 + period_days: 10000.0 + axial_tilt_deg: 46.6 +physical: + gravity_g: 0.26 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.823 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bg + +Frozen planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bg/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/markers.json new file mode 100644 index 000000000..5f4ab4064 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bg/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 44, + 137 + ], + "area_fraction": 0.1521 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 51, + 492 + ], + "area_fraction": 0.0119 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 181, + 258 + ], + "peak": [ + 174, + 37 + ], + "area_cells": 29148 + }, + { + "id": "range_2", + "name": null, + "center": [ + 137, + 394 + ], + "peak": [ + 138, + 390 + ], + "area_cells": 52 + }, + { + "id": "range_4", + "name": null, + "center": [ + 210, + 494 + ], + "peak": [ + 210, + 494 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 219, + 146 + ], + "peak": [ + 222, + 153 + ], + "area_cells": 188 + }, + { + "id": "range_7", + "name": null, + "center": [ + 215, + 472 + ], + "peak": [ + 215, + 473 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 228, + 180 + ], + "peak": [ + 229, + 182 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 244, + 245 + ], + "peak": [ + 245, + 253 + ], + "area_cells": 833 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bh/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/globe.png new file mode 100644 index 000000000..a5749d94e Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bh/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/heightmap.png new file mode 100644 index 000000000..aa3d6e93d Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bh/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/index.md new file mode 100644 index 000000000..980d94394 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1155050126 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 46.0 +physical: + gravity_g: 0.12 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.727 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.293 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bh + +Frozen planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bh/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/markers.json new file mode 100644 index 000000000..daeb738c1 --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bh/markers.json @@ -0,0 +1,283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 18, + 29 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 11, + 460 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 46, + 103 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 95, + 209 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 111, + 479 + ], + "area_fraction": 0.0194 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 225, + 254 + ], + "area_fraction": 0.1778 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 202 + ], + "peak": [ + 43, + 181 + ], + "area_cells": 644 + }, + { + "id": "range_2", + "name": null, + "center": [ + 55, + 504 + ], + "peak": [ + 54, + 508 + ], + "area_cells": 244 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 2 + ], + "peak": [ + 54, + 0 + ], + "area_cells": 60 + }, + { + "id": "range_4", + "name": null, + "center": [ + 97, + 319 + ], + "peak": [ + 82, + 368 + ], + "area_cells": 11335 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 38 + ], + "peak": [ + 55, + 32 + ], + "area_cells": 441 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 487 + ], + "peak": [ + 56, + 487 + ], + "area_cells": 59 + }, + { + "id": "range_7", + "name": null, + "center": [ + 65, + 65 + ], + "peak": [ + 65, + 66 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 78, + 75 + ], + "peak": [ + 79, + 74 + ], + "area_cells": 70 + }, + { + "id": "range_10", + "name": null, + "center": [ + 105, + 92 + ], + "peak": [ + 104, + 103 + ], + "area_cells": 1990 + }, + { + "id": "range_11", + "name": null, + "center": [ + 88, + 438 + ], + "peak": [ + 91, + 437 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 102, + 141 + ], + "peak": [ + 102, + 142 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 138, + 394 + ], + "peak": [ + 136, + 396 + ], + "area_cells": 234 + }, + { + "id": "range_17", + "name": null, + "center": [ + 158, + 203 + ], + "peak": [ + 157, + 207 + ], + "area_cells": 43 + }, + { + "id": "range_18", + "name": null, + "center": [ + 158, + 221 + ], + "peak": [ + 159, + 225 + ], + "area_cells": 59 + }, + { + "id": "range_19", + "name": null, + "center": [ + 159, + 293 + ], + "peak": [ + 159, + 294 + ], + "area_cells": 47 + }, + { + "id": "range_22", + "name": null, + "center": [ + 177, + 293 + ], + "peak": [ + 178, + 293 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bi/globe.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/globe.png new file mode 100644 index 000000000..605389012 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/globe.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bi/heightmap.png b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/heightmap.png new file mode 100644 index 000000000..e17f8c086 Binary files /dev/null and b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bi/index.md b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/index.md new file mode 100644 index 000000000..36e8ce8af --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/index.md @@ -0,0 +1,65 @@ +--- +id: GJ684Bi +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2249260329 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 24.609 + period_days: 50000.0 + axial_tilt_deg: 23.2 +physical: + gravity_g: 0.08 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.306 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ684Bi + +Frozen planet. + +**System:** [GJ-684B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 50000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-684B/bodies/GJ684Bi/markers.json b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/markers.json new file mode 100644 index 000000000..fee33f87e --- /dev/null +++ b/wiki/star-systems/GJ-684B/bodies/GJ684Bi/markers.json @@ -0,0 +1,48 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 94 + ], + "area_fraction": 0.0323 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 30, + 320 + ], + "area_fraction": 0.0502 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 225, + 255 + ], + "peak": [ + 212, + 412 + ], + "area_cells": 26102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ687b/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687b/globe.png new file mode 100644 index 000000000..4e5a9c2bd Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687b/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687b/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687b/heightmap.png new file mode 100644 index 000000000..2d90928a3 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687b/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687b/index.md b/wiki/star-systems/GJ-687/bodies/GJ687b/index.md new file mode 100644 index 000000000..f1e974fab --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ687b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1757950459 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.32 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.912 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ687b + +Barren planet. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 96% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687b/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687b/markers.json new file mode 100644 index 000000000..e962d52ce --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687b/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 6, + 476 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 308 + ], + "peak": [ + 65, + 309 + ], + "area_cells": 35 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 378 + ], + "peak": [ + 118, + 263 + ], + "area_cells": 17952 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 281 + ], + "peak": [ + 77, + 282 + ], + "area_cells": 49 + }, + { + "id": "range_9", + "name": null, + "center": [ + 97, + 43 + ], + "peak": [ + 105, + 37 + ], + "area_cells": 626 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 497 + ], + "peak": [ + 88, + 497 + ], + "area_cells": 46 + }, + { + "id": "range_12", + "name": null, + "center": [ + 107, + 480 + ], + "peak": [ + 107, + 477 + ], + "area_cells": 162 + }, + { + "id": "range_13", + "name": null, + "center": [ + 133, + 230 + ], + "peak": [ + 143, + 234 + ], + "area_cells": 718 + }, + { + "id": "range_19", + "name": null, + "center": [ + 169, + 77 + ], + "peak": [ + 178, + 7 + ], + "area_cells": 6893 + }, + { + "id": "range_22", + "name": null, + "center": [ + 134, + 201 + ], + "peak": [ + 135, + 201 + ], + "area_cells": 22 + }, + { + "id": "range_23", + "name": null, + "center": [ + 187, + 62 + ], + "peak": [ + 191, + 71 + ], + "area_cells": 107 + }, + { + "id": "range_24", + "name": null, + "center": [ + 204, + 104 + ], + "peak": [ + 209, + 103 + ], + "area_cells": 252 + }, + { + "id": "range_29", + "name": null, + "center": [ + 218, + 491 + ], + "peak": [ + 223, + 497 + ], + "area_cells": 311 + }, + { + "id": "range_33", + "name": null, + "center": [ + 221, + 509 + ], + "peak": [ + 224, + 511 + ], + "area_cells": 59 + }, + { + "id": "range_34", + "name": null, + "center": [ + 221, + 123 + ], + "peak": [ + 221, + 124 + ], + "area_cells": 22 + }, + { + "id": "range_36", + "name": null, + "center": [ + 232, + 144 + ], + "peak": [ + 236, + 145 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-687/bodies/GJ687c/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687c/globe.png new file mode 100644 index 000000000..4b1e1c32c Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687c/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687c/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687c/heightmap.png new file mode 100644 index 000000000..e980174d0 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687c/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687c/index.md b/wiki/star-systems/GJ-687/bodies/GJ687c/index.md new file mode 100644 index 000000000..c1ecd4de0 --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ687c +name: Matsue +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 1291845180 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.169 + period_days: 38.0 + axial_tilt_deg: 1.4 +physical: + gravity_g: 0.81 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.465 + polar_ice_lat: 0.809 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.335 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Matsue + +Temperate Terminator planet. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.81g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 38 days | +| **Inhabited** | yes | +| **Population** | 800K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687c/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687c/markers.json new file mode 100644 index 000000000..57e24e213 --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687c/markers.json @@ -0,0 +1,924 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 117, + 509 + ], + [ + 118, + 509 + ], + [ + 119, + 508 + ], + [ + 120, + 509 + ], + [ + 121, + 510 + ], + [ + 122, + 511 + ], + [ + 123, + 0 + ], + [ + 124, + 0 + ], + [ + 125, + 1 + ], + [ + 126, + 2 + ], + [ + 127, + 3 + ], + [ + 128, + 3 + ], + [ + 128, + 2 + ], + [ + 129, + 3 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 131, + 460 + ], + [ + 132, + 459 + ], + [ + 133, + 458 + ], + [ + 134, + 457 + ], + [ + 134, + 456 + ], + [ + 135, + 455 + ], + [ + 134, + 454 + ], + [ + 133, + 453 + ], + [ + 132, + 452 + ], + [ + 131, + 451 + ], + [ + 130, + 450 + ], + [ + 129, + 449 + ], + [ + 129, + 448 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 117, + 0 + ], + [ + 118, + 1 + ], + [ + 119, + 2 + ], + [ + 120, + 3 + ], + [ + 121, + 4 + ], + [ + 122, + 4 + ], + [ + 123, + 4 + ], + [ + 124, + 4 + ], + [ + 125, + 5 + ], + [ + 126, + 5 + ], + [ + 127, + 6 + ], + [ + 128, + 6 + ], + [ + 127, + 5 + ], + [ + 128, + 4 + ], + [ + 128, + 3 + ], + [ + 128, + 2 + ], + [ + 129, + 3 + ], + [ + 129, + 2 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 136, + 0 + ], + [ + 137, + 1 + ], + [ + 138, + 2 + ], + [ + 139, + 3 + ], + [ + 139, + 4 + ], + [ + 139, + 5 + ], + [ + 139, + 6 + ], + [ + 139, + 7 + ], + [ + 139, + 8 + ], + [ + 139, + 9 + ], + [ + 138, + 10 + ], + [ + 139, + 11 + ], + [ + 139, + 12 + ], + [ + 139, + 13 + ], + [ + 138, + 13 + ], + [ + 139, + 14 + ], + [ + 139, + 15 + ], + [ + 139, + 16 + ], + [ + 139, + 17 + ], + [ + 139, + 18 + ], + [ + 140, + 19 + ], + [ + 139, + 19 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 155, + 412 + ], + [ + 154, + 412 + ], + [ + 153, + 411 + ], + [ + 152, + 410 + ], + [ + 151, + 409 + ], + [ + 150, + 408 + ], + [ + 149, + 407 + ], + [ + 148, + 406 + ], + [ + 147, + 405 + ], + [ + 146, + 404 + ], + [ + 145, + 403 + ], + [ + 144, + 402 + ], + [ + 143, + 401 + ], + [ + 142, + 401 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 158, + 440 + ], + [ + 159, + 439 + ], + [ + 160, + 438 + ], + [ + 161, + 437 + ], + [ + 161, + 436 + ], + [ + 162, + 435 + ], + [ + 161, + 434 + ], + [ + 160, + 433 + ], + [ + 160, + 432 + ], + [ + 160, + 431 + ], + [ + 160, + 430 + ], + [ + 161, + 429 + ], + [ + 162, + 428 + ], + [ + 161, + 427 + ], + [ + 161, + 426 + ], + [ + 160, + 425 + ], + [ + 161, + 424 + ], + [ + 162, + 424 + ], + [ + 163, + 424 + ], + [ + 163, + 423 + ], + [ + 164, + 423 + ], + [ + 165, + 422 + ], + [ + 166, + 421 + ], + [ + 167, + 420 + ], + [ + 166, + 420 + ], + [ + 167, + 419 + ], + [ + 167, + 418 + ], + [ + 166, + 419 + ], + [ + 165, + 420 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 104 + ], + [ + 255, + 103 + ], + [ + 254, + 104 + ], + [ + 253, + 103 + ], + [ + 252, + 103 + ], + [ + 252, + 104 + ], + [ + 251, + 104 + ], + [ + 250, + 103 + ], + [ + 249, + 104 + ], + [ + 248, + 104 + ], + [ + 248, + 105 + ], + [ + 247, + 105 + ], + [ + 246, + 105 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 190, + 114 + ], + [ + 191, + 115 + ], + [ + 192, + 114 + ], + [ + 193, + 113 + ], + [ + 194, + 113 + ], + [ + 195, + 112 + ], + [ + 194, + 111 + ], + [ + 194, + 112 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 243, + 459 + ], + [ + 243, + 460 + ], + [ + 244, + 460 + ], + [ + 245, + 461 + ], + [ + 246, + 462 + ], + [ + 247, + 461 + ], + [ + 248, + 460 + ], + [ + 249, + 460 + ], + [ + 250, + 460 + ], + [ + 251, + 461 + ], + [ + 252, + 462 + ], + [ + 252, + 461 + ], + [ + 253, + 460 + ], + [ + 254, + 459 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 249, + 98 + ], + [ + 250, + 97 + ], + [ + 251, + 98 + ], + [ + 252, + 97 + ], + [ + 251, + 97 + ], + [ + 252, + 98 + ], + [ + 252, + 99 + ], + [ + 251, + 99 + ], + [ + 252, + 100 + ], + [ + 252, + 101 + ], + [ + 252, + 102 + ], + [ + 252, + 103 + ], + [ + 251, + 102 + ], + [ + 251, + 101 + ], + [ + 250, + 102 + ], + [ + 249, + 103 + ], + [ + 248, + 104 + ], + [ + 248, + 105 + ], + [ + 247, + 106 + ], + [ + 246, + 106 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 130, + 325 + ], + [ + 129, + 324 + ], + [ + 128, + 324 + ], + [ + 127, + 323 + ], + [ + 127, + 322 + ], + [ + 126, + 321 + ], + [ + 125, + 322 + ], + [ + 124, + 321 + ], + [ + 123, + 321 + ], + [ + 123, + 322 + ], + [ + 122, + 322 + ], + [ + 121, + 323 + ], + [ + 122, + 324 + ], + [ + 121, + 324 + ], + [ + 120, + 323 + ], + [ + 120, + 324 + ], + [ + 119, + 325 + ], + [ + 118, + 325 + ], + [ + 117, + 325 + ], + [ + 116, + 326 + ], + [ + 115, + 327 + ], + [ + 114, + 327 + ], + [ + 114, + 328 + ], + [ + 113, + 328 + ], + [ + 112, + 327 + ], + [ + 113, + 326 + ], + [ + 114, + 326 + ], + [ + 115, + 325 + ], + [ + 115, + 326 + ], + [ + 114, + 325 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 70, + 240 + ], + "area_fraction": 0.5333 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 194, + 317 + ], + "peak": [ + 192, + 350 + ], + "area_cells": 9312 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 460 + ], + "peak": [ + 131, + 460 + ], + "area_cells": 93 + }, + { + "id": "range_6", + "name": null, + "center": [ + 151, + 213 + ], + "peak": [ + 151, + 213 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 221, + 50 + ], + "peak": [ + 205, + 8 + ], + "area_cells": 816 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-687/bodies/GJ687d/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687d/globe.png new file mode 100644 index 000000000..dc9e14c32 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687d/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687d/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687d/heightmap.png new file mode 100644 index 000000000..6c0eeb471 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687d/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687d/index.md b/wiki/star-systems/GJ-687/bodies/GJ687d/index.md new file mode 100644 index 000000000..7ceaecc6a --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ687d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 997385344 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.312 + period_days: 95.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.46 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.354 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ687d + +Frozen planet. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 95 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687d/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687d/markers.json new file mode 100644 index 000000000..d6a741024 --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687d/markers.json @@ -0,0 +1,75 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 220, + 507 + ], + [ + 221, + 508 + ], + [ + 222, + 509 + ], + [ + 223, + 509 + ], + [ + 224, + 510 + ], + [ + 225, + 511 + ], + [ + 226, + 511 + ], + [ + 227, + 511 + ], + [ + 228, + 510 + ], + [ + 229, + 511 + ], + [ + 230, + 511 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 166, + 195 + ], + "area_fraction": 0.0267 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-687/bodies/GJ687e-m1/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/globe.png new file mode 100644 index 000000000..f2ab48f34 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687e-m1/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/heightmap.png new file mode 100644 index 000000000..93aff7b31 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687e-m1/index.md b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/index.md new file mode 100644 index 000000000..456d21c6b --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ687e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1463256756 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.963 + polar_ice_lat: 0.32 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ687e-m1 + +Frozen moon. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687e-m1/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/markers.json new file mode 100644 index 000000000..eb0c4dfc2 --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687e-m1/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 237, + 179 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 242, + 243 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 267 + ], + "peak": [ + 2, + 447 + ], + "area_cells": 26197 + }, + { + "id": "range_2", + "name": null, + "center": [ + 54, + 174 + ], + "peak": [ + 55, + 183 + ], + "area_cells": 141 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 210 + ], + "peak": [ + 54, + 217 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-687/bodies/GJ687e/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687e/globe.png new file mode 100644 index 000000000..8197a572e Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687e/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687e/index.md b/wiki/star-systems/GJ-687/bodies/GJ687e/index.md new file mode 100644 index 000000000..9a66c1c6b --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ687e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1071454990 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.839 + period_days: 420.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: null + oblateness: 0.0849 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.104 +--- + +# GJ687e + +Gas giant. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 420 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687f/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687f/globe.png new file mode 100644 index 000000000..d422e71f1 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687f/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687f/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687f/heightmap.png new file mode 100644 index 000000000..e6dd9b2a6 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687f/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687f/index.md b/wiki/star-systems/GJ-687/bodies/GJ687f/index.md new file mode 100644 index 000000000..d47dbb5e6 --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ687f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1196860239 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.873 + period_days: 1400.0 + axial_tilt_deg: 22.8 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.924 + polar_ice_lat: 0.323 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ687f + +Frozen planet. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 92% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687f/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687f/markers.json new file mode 100644 index 000000000..787e95eaf --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687f/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 274 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 234, + 421 + ], + "area_fraction": 0.0286 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 134, + 317 + ], + "peak": [ + 141, + 285 + ], + "area_cells": 6505 + }, + { + "id": "range_3", + "name": null, + "center": [ + 186, + 137 + ], + "peak": [ + 159, + 124 + ], + "area_cells": 14299 + }, + { + "id": "range_4", + "name": null, + "center": [ + 143, + 134 + ], + "peak": [ + 142, + 131 + ], + "area_cells": 107 + }, + { + "id": "range_5", + "name": null, + "center": [ + 146, + 232 + ], + "peak": [ + 148, + 234 + ], + "area_cells": 126 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 494 + ], + "peak": [ + 149, + 483 + ], + "area_cells": 335 + }, + { + "id": "range_7", + "name": null, + "center": [ + 153, + 438 + ], + "peak": [ + 151, + 439 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 212, + 77 + ], + "peak": [ + 212, + 78 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 216, + 31 + ], + "peak": [ + 217, + 31 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-687/bodies/GJ687g/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687g/globe.png new file mode 100644 index 000000000..d42d97b02 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687g/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687g/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687g/heightmap.png new file mode 100644 index 000000000..e37e6beed Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687g/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687g/index.md b/wiki/star-systems/GJ-687/bodies/GJ687g/index.md new file mode 100644 index 000000000..694a7426f --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ687g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 328593771 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.515 + period_days: 3600.0 + axial_tilt_deg: 15.1 +physical: + gravity_g: 0.28 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.106 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ687g + +Frozen planet. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687g/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687g/markers.json new file mode 100644 index 000000000..47d27072b --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687g/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 231 + ], + "area_fraction": 0.0188 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 306 + ], + "peak": [ + 145, + 168 + ], + "area_cells": 22141 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 9 + ], + "peak": [ + 64, + 0 + ], + "area_cells": 346 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 278 + ], + "peak": [ + 81, + 272 + ], + "area_cells": 177 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 196 + ], + "peak": [ + 90, + 187 + ], + "area_cells": 541 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 236 + ], + "peak": [ + 95, + 237 + ], + "area_cells": 92 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-687/bodies/GJ687h/globe.png b/wiki/star-systems/GJ-687/bodies/GJ687h/globe.png new file mode 100644 index 000000000..67cd81664 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687h/globe.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687h/heightmap.png b/wiki/star-systems/GJ-687/bodies/GJ687h/heightmap.png new file mode 100644 index 000000000..52af73fd2 Binary files /dev/null and b/wiki/star-systems/GJ-687/bodies/GJ687h/heightmap.png differ diff --git a/wiki/star-systems/GJ-687/bodies/GJ687h/index.md b/wiki/star-systems/GJ-687/bodies/GJ687h/index.md new file mode 100644 index 000000000..52feef39b --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ687h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1432740900 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.086 + period_days: 8200.0 + axial_tilt_deg: 38.8 +physical: + gravity_g: 0.12 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.731 + polar_ice_lat: 0.207 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.258 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ687h + +Frozen planet. + +**System:** [GJ-687](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 8200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-687/bodies/GJ687h/markers.json b/wiki/star-systems/GJ-687/bodies/GJ687h/markers.json new file mode 100644 index 000000000..144006ccc --- /dev/null +++ b/wiki/star-systems/GJ-687/bodies/GJ687h/markers.json @@ -0,0 +1,186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 124, + 335 + ], + "area_fraction": 0.0215 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 111, + 268 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 122, + 492 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 139, + 394 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 207, + 416 + ], + "area_fraction": 0.0851 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 173, + 287 + ], + "area_fraction": 0.006 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 181, + 109 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_28", + "name": null, + "kind": "ocean", + "center": [ + 215, + 123 + ], + "area_fraction": 0.1001 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 30 + ], + "peak": [ + 6, + 28 + ], + "area_cells": 1829 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 262 + ], + "peak": [ + 0, + 274 + ], + "area_cells": 8365 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 418 + ], + "peak": [ + 0, + 428 + ], + "area_cells": 263 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 448 + ], + "peak": [ + 15, + 445 + ], + "area_cells": 132 + }, + { + "id": "range_6", + "name": null, + "center": [ + 16, + 497 + ], + "peak": [ + 8, + 511 + ], + "area_cells": 947 + }, + { + "id": "range_7", + "name": null, + "center": [ + 22, + 459 + ], + "peak": [ + 24, + 459 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 58, + 312 + ], + "peak": [ + 59, + 312 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ688b/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688b/globe.png new file mode 100644 index 000000000..e3a261cf1 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688b/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688b/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688b/heightmap.png new file mode 100644 index 000000000..9c1661b03 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688b/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688b/index.md b/wiki/star-systems/GJ-688/bodies/GJ688b/index.md new file mode 100644 index 000000000..79f055b49 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 610758646 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.183 + period_days: 32.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.5 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.859 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688b + +Barren planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.5g | +| **Land** | 91% | +| **Year** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688b/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688b/markers.json new file mode 100644 index 000000000..90a3f498b --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688b/markers.json @@ -0,0 +1,295 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_50", + "name": null, + "kind": "sea", + "center": [ + 244, + 325 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_54", + "name": null, + "kind": "lake", + "center": [ + 246, + 146 + ], + "area_fraction": 0.0144 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 84, + 407 + ], + "peak": [ + 106, + 406 + ], + "area_cells": 8226 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 330 + ], + "peak": [ + 25, + 331 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 29, + 335 + ], + "peak": [ + 30, + 336 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 59, + 130 + ], + "peak": [ + 66, + 137 + ], + "area_cells": 1040 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 177 + ], + "peak": [ + 51, + 184 + ], + "area_cells": 307 + }, + { + "id": "range_12", + "name": null, + "center": [ + 48, + 4 + ], + "peak": [ + 47, + 0 + ], + "area_cells": 100 + }, + { + "id": "range_13", + "name": null, + "center": [ + 47, + 508 + ], + "peak": [ + 46, + 511 + ], + "area_cells": 53 + }, + { + "id": "range_14", + "name": null, + "center": [ + 50, + 293 + ], + "peak": [ + 51, + 293 + ], + "area_cells": 55 + }, + { + "id": "range_15", + "name": null, + "center": [ + 51, + 221 + ], + "peak": [ + 49, + 226 + ], + "area_cells": 81 + }, + { + "id": "range_16", + "name": null, + "center": [ + 90, + 42 + ], + "peak": [ + 86, + 33 + ], + "area_cells": 3353 + }, + { + "id": "range_21", + "name": null, + "center": [ + 67, + 197 + ], + "peak": [ + 67, + 198 + ], + "area_cells": 33 + }, + { + "id": "range_22", + "name": null, + "center": [ + 126, + 214 + ], + "peak": [ + 170, + 191 + ], + "area_cells": 2202 + }, + { + "id": "range_23", + "name": null, + "center": [ + 94, + 291 + ], + "peak": [ + 98, + 302 + ], + "area_cells": 462 + }, + { + "id": "range_27", + "name": null, + "center": [ + 119, + 159 + ], + "peak": [ + 119, + 158 + ], + "area_cells": 73 + }, + { + "id": "range_28", + "name": null, + "center": [ + 120, + 274 + ], + "peak": [ + 122, + 275 + ], + "area_cells": 49 + }, + { + "id": "range_31", + "name": null, + "center": [ + 137, + 487 + ], + "peak": [ + 137, + 480 + ], + "area_cells": 82 + }, + { + "id": "range_32", + "name": null, + "center": [ + 151, + 411 + ], + "peak": [ + 152, + 412 + ], + "area_cells": 342 + }, + { + "id": "range_33", + "name": null, + "center": [ + 173, + 246 + ], + "peak": [ + 160, + 253 + ], + "area_cells": 1624 + }, + { + "id": "range_34", + "name": null, + "center": [ + 160, + 156 + ], + "peak": [ + 152, + 155 + ], + "area_cells": 127 + }, + { + "id": "range_35", + "name": null, + "center": [ + 178, + 170 + ], + "peak": [ + 174, + 170 + ], + "area_cells": 156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688c/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688c/globe.png new file mode 100644 index 000000000..a77188053 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688c/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688c/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688c/heightmap.png new file mode 100644 index 000000000..8f9f67da9 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688c/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688c/index.md b/wiki/star-systems/GJ-688/bodies/GJ688c/index.md new file mode 100644 index 000000000..6fd2ea24b --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ688c +name: Aguas Bravas +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3026827403 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.38 + period_days: 96.0 + axial_tilt_deg: 12.6 +physical: + gravity_g: 0.89 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.449 + polar_ice_lat: 0.777 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.469 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Aguas Bravas + +Temperate planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.89g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 96 days | +| **Inhabited** | yes | +| **Population** | 190K | +| **Economy** | agricultural | +| **Settlement** | town_network | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688c/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688c/markers.json new file mode 100644 index 000000000..728842d76 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688c/markers.json @@ -0,0 +1,478 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 102, + 395 + ], + [ + 101, + 394 + ], + [ + 100, + 394 + ], + [ + 99, + 394 + ], + [ + 98, + 393 + ], + [ + 97, + 392 + ], + [ + 96, + 393 + ], + [ + 95, + 394 + ], + [ + 94, + 394 + ], + [ + 93, + 393 + ], + [ + 92, + 393 + ], + [ + 92, + 392 + ], + [ + 92, + 391 + ], + [ + 92, + 390 + ], + [ + 91, + 389 + ], + [ + 90, + 388 + ], + [ + 89, + 387 + ], + [ + 88, + 386 + ], + [ + 88, + 385 + ], + [ + 88, + 384 + ], + [ + 88, + 383 + ], + [ + 87, + 384 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 255, + 227 + ], + [ + 254, + 228 + ], + [ + 253, + 229 + ], + [ + 252, + 228 + ], + [ + 251, + 229 + ], + [ + 250, + 229 + ], + [ + 249, + 230 + ], + [ + 248, + 229 + ], + [ + 247, + 230 + ], + [ + 246, + 229 + ], + [ + 245, + 229 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 244, + 183 + ], + [ + 245, + 184 + ], + [ + 246, + 184 + ], + [ + 247, + 183 + ], + [ + 247, + 184 + ], + [ + 248, + 185 + ], + [ + 248, + 186 + ], + [ + 247, + 185 + ], + [ + 247, + 186 + ], + [ + 248, + 187 + ], + [ + 248, + 188 + ], + [ + 247, + 188 + ], + [ + 247, + 187 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 118, + 390 + ], + [ + 117, + 389 + ], + [ + 116, + 389 + ], + [ + 115, + 390 + ], + [ + 114, + 391 + ], + [ + 113, + 392 + ], + [ + 113, + 393 + ], + [ + 113, + 394 + ], + [ + 114, + 395 + ], + [ + 113, + 396 + ], + [ + 112, + 396 + ], + [ + 113, + 395 + ], + [ + 114, + 396 + ], + [ + 113, + 397 + ], + [ + 113, + 398 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 253, + 23 + ], + [ + 252, + 22 + ], + [ + 253, + 22 + ], + [ + 254, + 23 + ], + [ + 255, + 24 + ], + [ + 255, + 23 + ], + [ + 254, + 24 + ], + [ + 254, + 25 + ], + [ + 255, + 25 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 147 + ], + [ + 255, + 146 + ], + [ + 254, + 145 + ], + [ + 253, + 144 + ], + [ + 252, + 145 + ], + [ + 251, + 145 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 160, + 198 + ], + [ + 160, + 199 + ], + [ + 161, + 200 + ], + [ + 160, + 201 + ], + [ + 161, + 202 + ], + [ + 162, + 203 + ], + [ + 163, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 173, + 249 + ], + "area_fraction": 0.551 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 200 + ], + "peak": [ + 47, + 303 + ], + "area_cells": 16111 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 467 + ], + "peak": [ + 13, + 463 + ], + "area_cells": 266 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 131 + ], + "peak": [ + 28, + 133 + ], + "area_cells": 64 + }, + { + "id": "range_4", + "name": null, + "center": [ + 47, + 443 + ], + "peak": [ + 49, + 433 + ], + "area_cells": 240 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 455 + ], + "peak": [ + 69, + 458 + ], + "area_cells": 150 + }, + { + "id": "range_7", + "name": null, + "center": [ + 98, + 419 + ], + "peak": [ + 101, + 416 + ], + "area_cells": 181 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688d/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688d/globe.png new file mode 100644 index 000000000..1e2039424 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688d/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688d/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688d/heightmap.png new file mode 100644 index 000000000..9748d9ce8 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688d/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688d/index.md b/wiki/star-systems/GJ-688/bodies/GJ688d/index.md new file mode 100644 index 000000000..a0876a60a --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ688d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3939616904 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.217 + period_days: 550.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.59 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.46 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.239 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688d + +Cold Arid planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.59g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 550 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688d/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688d/markers.json new file mode 100644 index 000000000..2fc3fd031 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688d/markers.json @@ -0,0 +1,1081 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 99, + 200 + ], + [ + 100, + 199 + ], + [ + 101, + 198 + ], + [ + 102, + 197 + ], + [ + 103, + 197 + ], + [ + 104, + 196 + ], + [ + 105, + 196 + ], + [ + 106, + 197 + ], + [ + 107, + 198 + ], + [ + 108, + 199 + ], + [ + 109, + 200 + ], + [ + 108, + 201 + ], + [ + 108, + 202 + ], + [ + 109, + 203 + ], + [ + 109, + 202 + ], + [ + 109, + 201 + ], + [ + 110, + 202 + ], + [ + 110, + 201 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 202, + 249 + ], + [ + 201, + 250 + ], + [ + 200, + 251 + ], + [ + 199, + 252 + ], + [ + 198, + 253 + ], + [ + 198, + 254 + ], + [ + 198, + 255 + ], + [ + 199, + 256 + ], + [ + 199, + 257 + ], + [ + 200, + 258 + ], + [ + 201, + 259 + ], + [ + 202, + 259 + ], + [ + 203, + 259 + ], + [ + 204, + 259 + ], + [ + 205, + 259 + ], + [ + 206, + 259 + ], + [ + 207, + 259 + ], + [ + 208, + 259 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 130, + 483 + ], + [ + 131, + 484 + ], + [ + 132, + 485 + ], + [ + 133, + 484 + ], + [ + 134, + 483 + ], + [ + 135, + 482 + ], + [ + 136, + 482 + ], + [ + 137, + 481 + ], + [ + 138, + 480 + ], + [ + 139, + 479 + ], + [ + 140, + 480 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 177, + 73 + ], + [ + 178, + 72 + ], + [ + 179, + 71 + ], + [ + 180, + 70 + ], + [ + 180, + 69 + ], + [ + 179, + 68 + ], + [ + 180, + 67 + ], + [ + 180, + 68 + ], + [ + 179, + 67 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 123, + 159 + ], + [ + 124, + 160 + ], + [ + 125, + 160 + ], + [ + 126, + 159 + ], + [ + 127, + 159 + ], + [ + 128, + 160 + ], + [ + 129, + 161 + ], + [ + 130, + 162 + ], + [ + 131, + 161 + ], + [ + 132, + 160 + ], + [ + 133, + 161 + ], + [ + 134, + 162 + ], + [ + 135, + 163 + ], + [ + 136, + 164 + ], + [ + 136, + 165 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 86, + 242 + ], + [ + 87, + 241 + ], + [ + 88, + 240 + ], + [ + 89, + 241 + ], + [ + 90, + 242 + ], + [ + 91, + 243 + ], + [ + 90, + 244 + ], + [ + 91, + 245 + ], + [ + 90, + 246 + ], + [ + 90, + 247 + ], + [ + 90, + 248 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 138, + 312 + ], + [ + 137, + 313 + ], + [ + 136, + 314 + ], + [ + 135, + 313 + ], + [ + 134, + 312 + ], + [ + 133, + 313 + ], + [ + 132, + 314 + ], + [ + 131, + 313 + ], + [ + 130, + 312 + ], + [ + 129, + 312 + ], + [ + 128, + 312 + ], + [ + 127, + 312 + ], + [ + 126, + 312 + ], + [ + 126, + 311 + ], + [ + 125, + 310 + ], + [ + 126, + 309 + ], + [ + 127, + 310 + ], + [ + 126, + 310 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 213, + 277 + ], + [ + 212, + 276 + ], + [ + 211, + 275 + ], + [ + 211, + 274 + ], + [ + 210, + 274 + ], + [ + 209, + 275 + ], + [ + 208, + 275 + ], + [ + 207, + 275 + ], + [ + 206, + 276 + ], + [ + 205, + 275 + ], + [ + 204, + 276 + ], + [ + 203, + 277 + ], + [ + 202, + 278 + ], + [ + 201, + 278 + ], + [ + 200, + 279 + ], + [ + 199, + 279 + ], + [ + 198, + 279 + ], + [ + 197, + 279 + ], + [ + 196, + 278 + ], + [ + 196, + 277 + ], + [ + 195, + 278 + ], + [ + 194, + 279 + ], + [ + 194, + 280 + ], + [ + 193, + 281 + ], + [ + 194, + 282 + ], + [ + 195, + 283 + ], + [ + 194, + 283 + ], + [ + 194, + 284 + ], + [ + 194, + 285 + ], + [ + 193, + 286 + ], + [ + 192, + 285 + ], + [ + 191, + 286 + ], + [ + 190, + 286 + ], + [ + 189, + 287 + ], + [ + 189, + 288 + ], + [ + 190, + 289 + ], + [ + 189, + 290 + ], + [ + 190, + 291 + ], + [ + 189, + 291 + ], + [ + 188, + 292 + ], + [ + 187, + 292 + ], + [ + 187, + 293 + ], + [ + 186, + 294 + ], + [ + 186, + 295 + ], + [ + 186, + 296 + ], + [ + 187, + 296 + ], + [ + 186, + 297 + ], + [ + 187, + 297 + ], + [ + 187, + 298 + ], + [ + 188, + 298 + ], + [ + 189, + 298 + ], + [ + 189, + 297 + ], + [ + 190, + 298 + ], + [ + 190, + 299 + ], + [ + 189, + 300 + ], + [ + 188, + 299 + ], + [ + 189, + 299 + ], + [ + 190, + 300 + ], + [ + 191, + 299 + ], + [ + 191, + 298 + ], + [ + 191, + 297 + ], + [ + 190, + 297 + ], + [ + 191, + 296 + ], + [ + 190, + 296 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 213, + 169 + ], + [ + 212, + 169 + ], + [ + 211, + 168 + ], + [ + 210, + 169 + ], + [ + 209, + 170 + ], + [ + 208, + 169 + ], + [ + 207, + 170 + ], + [ + 206, + 171 + ], + [ + 205, + 171 + ], + [ + 204, + 172 + ], + [ + 203, + 172 + ], + [ + 202, + 171 + ], + [ + 201, + 172 + ], + [ + 200, + 172 + ], + [ + 199, + 172 + ], + [ + 198, + 171 + ], + [ + 197, + 172 + ], + [ + 196, + 173 + ], + [ + 195, + 172 + ], + [ + 194, + 173 + ], + [ + 193, + 174 + ], + [ + 192, + 173 + ], + [ + 191, + 172 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 111, + 398 + ], + [ + 112, + 399 + ], + [ + 113, + 400 + ], + [ + 114, + 401 + ], + [ + 115, + 402 + ], + [ + 116, + 403 + ], + [ + 117, + 404 + ], + [ + 118, + 405 + ], + [ + 119, + 406 + ], + [ + 120, + 407 + ], + [ + 119, + 408 + ], + [ + 119, + 409 + ], + [ + 119, + 410 + ], + [ + 118, + 411 + ], + [ + 118, + 410 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 125, + 273 + ], + [ + 126, + 272 + ], + [ + 127, + 271 + ], + [ + 128, + 270 + ], + [ + 129, + 269 + ], + [ + 130, + 268 + ], + [ + 131, + 269 + ], + [ + 132, + 268 + ], + [ + 133, + 268 + ], + [ + 134, + 267 + ], + [ + 135, + 267 + ], + [ + 136, + 267 + ], + [ + 137, + 267 + ], + [ + 138, + 268 + ], + [ + 139, + 267 + ], + [ + 140, + 268 + ], + [ + 141, + 269 + ], + [ + 142, + 269 + ], + [ + 143, + 269 + ], + [ + 144, + 270 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 103, + 293 + ], + "area_fraction": 0.005 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 158, + 497 + ], + "area_fraction": 0.0083 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 415 + ], + "peak": [ + 17, + 416 + ], + "area_cells": 108 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 270 + ], + "peak": [ + 49, + 262 + ], + "area_cells": 928 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 474 + ], + "peak": [ + 84, + 506 + ], + "area_cells": 2568 + }, + { + "id": "range_4", + "name": null, + "center": [ + 71, + 354 + ], + "peak": [ + 73, + 358 + ], + "area_cells": 276 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 41 + ], + "peak": [ + 88, + 36 + ], + "area_cells": 2190 + }, + { + "id": "range_6", + "name": null, + "center": [ + 84, + 105 + ], + "peak": [ + 84, + 106 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 107, + 10 + ], + "peak": [ + 110, + 0 + ], + "area_cells": 143 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m1/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/globe.png new file mode 100644 index 000000000..8b5c920be Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m1/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/heightmap.png new file mode 100644 index 000000000..c34e421a4 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m1/index.md b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/index.md new file mode 100644 index 000000000..d98fad161 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2428480151 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.13 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.912 + polar_ice_lat: 0.057 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.315 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688e-m1 + +Frozen moon. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 91% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m1/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/markers.json new file mode 100644 index 000000000..a0a46e2d5 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688e-m1/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 6, + 450 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 203, + 123 + ], + "area_fraction": 0.0242 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 217, + 238 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 244, + 193 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 111, + 39 + ], + "peak": [ + 106, + 44 + ], + "area_cells": 1404 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 287 + ], + "peak": [ + 113, + 276 + ], + "area_cells": 1409 + }, + { + "id": "range_5", + "name": null, + "center": [ + 105, + 398 + ], + "peak": [ + 104, + 397 + ], + "area_cells": 63 + }, + { + "id": "range_6", + "name": null, + "center": [ + 110, + 387 + ], + "peak": [ + 111, + 385 + ], + "area_cells": 89 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 446 + ], + "peak": [ + 132, + 444 + ], + "area_cells": 1298 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 80 + ], + "peak": [ + 123, + 81 + ], + "area_cells": 64 + }, + { + "id": "range_12", + "name": null, + "center": [ + 151, + 479 + ], + "peak": [ + 153, + 480 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 180, + 24 + ], + "peak": [ + 178, + 23 + ], + "area_cells": 302 + }, + { + "id": "range_14", + "name": null, + "center": [ + 251, + 69 + ], + "peak": [ + 255, + 73 + ], + "area_cells": 158 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m2/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/globe.png new file mode 100644 index 000000000..9af081284 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m2/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/heightmap.png new file mode 100644 index 000000000..8ba6d43e2 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m2/index.md b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/index.md new file mode 100644 index 000000000..72c99ce64 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 427250923 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.08 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.861 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688e-m2 + +Barren moon. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 95% | +| **Orbit** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e-m2/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/markers.json new file mode 100644 index 000000000..4d32f7fd1 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688e-m2/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 120 + ], + "peak": [ + 13, + 121 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 36, + 69 + ], + "peak": [ + 36, + 70 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 111 + ], + "peak": [ + 46, + 110 + ], + "area_cells": 61 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 134 + ], + "peak": [ + 56, + 134 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 92 + ], + "peak": [ + 63, + 92 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 70, + 123 + ], + "peak": [ + 71, + 122 + ], + "area_cells": 159 + }, + { + "id": "range_12", + "name": null, + "center": [ + 137, + 159 + ], + "peak": [ + 137, + 158 + ], + "area_cells": 140 + }, + { + "id": "range_13", + "name": null, + "center": [ + 153, + 196 + ], + "peak": [ + 157, + 197 + ], + "area_cells": 531 + }, + { + "id": "range_14", + "name": null, + "center": [ + 137, + 355 + ], + "peak": [ + 136, + 355 + ], + "area_cells": 79 + }, + { + "id": "range_15", + "name": null, + "center": [ + 149, + 245 + ], + "peak": [ + 153, + 248 + ], + "area_cells": 153 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 381 + ], + "peak": [ + 161, + 381 + ], + "area_cells": 274 + }, + { + "id": "range_20", + "name": null, + "center": [ + 190, + 353 + ], + "peak": [ + 194, + 347 + ], + "area_cells": 565 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688e/globe.png new file mode 100644 index 000000000..f0c817399 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688e/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688e/index.md b/wiki/star-systems/GJ-688/bodies/GJ688e/index.md new file mode 100644 index 000000000..f5e40a66b --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ688e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2409462769 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.732 + period_days: 1850.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: null + oblateness: 0.0692 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.074 +--- + +# GJ688e + +Gas giant. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688f/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688f/globe.png new file mode 100644 index 000000000..43362b4f0 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688f/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688f/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688f/heightmap.png new file mode 100644 index 000000000..3d99357b3 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688f/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688f/index.md b/wiki/star-systems/GJ-688/bodies/GJ688f/index.md new file mode 100644 index 000000000..8c3031b1b --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4275651632 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.302 + period_days: 5000.0 + axial_tilt_deg: 32.6 +physical: + gravity_g: 0.48 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.076 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.412 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688f + +Frozen planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Land** | 98% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688f/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688f/markers.json new file mode 100644 index 000000000..f0937bd78 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688f/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 71, + 134 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 292 + ], + "peak": [ + 18, + 492 + ], + "area_cells": 20729 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 240 + ], + "peak": [ + 101, + 241 + ], + "area_cells": 23 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 290 + ], + "peak": [ + 117, + 291 + ], + "area_cells": 163 + }, + { + "id": "range_4", + "name": null, + "center": [ + 168, + 361 + ], + "peak": [ + 174, + 430 + ], + "area_cells": 10726 + }, + { + "id": "range_5", + "name": null, + "center": [ + 140, + 276 + ], + "peak": [ + 140, + 277 + ], + "area_cells": 68 + }, + { + "id": "range_6", + "name": null, + "center": [ + 206, + 272 + ], + "peak": [ + 207, + 272 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688g/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688g/globe.png new file mode 100644 index 000000000..e61bb87cf Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688g/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688g/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688g/heightmap.png new file mode 100644 index 000000000..a7a93751e Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688g/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688g/index.md b/wiki/star-systems/GJ-688/bodies/GJ688g/index.md new file mode 100644 index 000000000..f1fd239e3 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1417462236 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 55.5 +physical: + gravity_g: 0.38 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.116 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688g + +Frozen planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688g/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688g/markers.json new file mode 100644 index 000000000..cf88f7663 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688g/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 206, + 213 + ], + "peak": [ + 209, + 61 + ], + "area_cells": 31716 + }, + { + "id": "range_2", + "name": null, + "center": [ + 179, + 500 + ], + "peak": [ + 186, + 502 + ], + "area_cells": 1610 + }, + { + "id": "range_3", + "name": null, + "center": [ + 159, + 432 + ], + "peak": [ + 153, + 435 + ], + "area_cells": 511 + }, + { + "id": "range_6", + "name": null, + "center": [ + 178, + 397 + ], + "peak": [ + 178, + 397 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688h/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688h/globe.png new file mode 100644 index 000000000..50159d4dd Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688h/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688h/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688h/heightmap.png new file mode 100644 index 000000000..0e627e06f Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688h/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688h/index.md b/wiki/star-systems/GJ-688/bodies/GJ688h/index.md new file mode 100644 index 000000000..19ca6b9f6 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1323939053 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.454 + period_days: 18000.0 + axial_tilt_deg: 25.7 +physical: + gravity_g: 0.29 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.921 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688h + +Frozen planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Land** | 92% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688h/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688h/markers.json new file mode 100644 index 000000000..f9e407a6a --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688h/markers.json @@ -0,0 +1,250 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 6, + 334 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 223, + 160 + ], + "area_fraction": 0.0416 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 241, + 387 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 245, + 19 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 146 + ], + "peak": [ + 60, + 186 + ], + "area_cells": 7716 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 409 + ], + "peak": [ + 157, + 391 + ], + "area_cells": 24572 + }, + { + "id": "range_4", + "name": null, + "center": [ + 40, + 248 + ], + "peak": [ + 41, + 249 + ], + "area_cells": 34 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 123 + ], + "peak": [ + 79, + 123 + ], + "area_cells": 43 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 48 + ], + "peak": [ + 83, + 47 + ], + "area_cells": 66 + }, + { + "id": "range_9", + "name": null, + "center": [ + 166, + 26 + ], + "peak": [ + 181, + 50 + ], + "area_cells": 4531 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 127 + ], + "peak": [ + 96, + 127 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 101, + 327 + ], + "peak": [ + 101, + 327 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 129, + 117 + ], + "peak": [ + 136, + 129 + ], + "area_cells": 1086 + }, + { + "id": "range_13", + "name": null, + "center": [ + 119, + 316 + ], + "peak": [ + 119, + 315 + ], + "area_cells": 64 + }, + { + "id": "range_14", + "name": null, + "center": [ + 127, + 51 + ], + "peak": [ + 127, + 52 + ], + "area_cells": 28 + }, + { + "id": "range_15", + "name": null, + "center": [ + 135, + 65 + ], + "peak": [ + 135, + 66 + ], + "area_cells": 81 + }, + { + "id": "range_16", + "name": null, + "center": [ + 135, + 176 + ], + "peak": [ + 136, + 182 + ], + "area_cells": 157 + }, + { + "id": "range_19", + "name": null, + "center": [ + 200, + 412 + ], + "peak": [ + 201, + 413 + ], + "area_cells": 72 + }, + { + "id": "range_20", + "name": null, + "center": [ + 207, + 66 + ], + "peak": [ + 207, + 68 + ], + "area_cells": 116 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-688/bodies/GJ688i/globe.png b/wiki/star-systems/GJ-688/bodies/GJ688i/globe.png new file mode 100644 index 000000000..277299846 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688i/globe.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688i/heightmap.png b/wiki/star-systems/GJ-688/bodies/GJ688i/heightmap.png new file mode 100644 index 000000000..31937d427 Binary files /dev/null and b/wiki/star-systems/GJ-688/bodies/GJ688i/heightmap.png differ diff --git a/wiki/star-systems/GJ-688/bodies/GJ688i/index.md b/wiki/star-systems/GJ-688/bodies/GJ688i/index.md new file mode 100644 index 000000000..a318877e4 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ688i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2170322118 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 18.466 + period_days: 32500.0 + axial_tilt_deg: 44.4 +physical: + gravity_g: 0.21 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ688i + +Frozen planet. + +**System:** [GJ-688](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 93% | +| **Year** | 32500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-688/bodies/GJ688i/markers.json b/wiki/star-systems/GJ-688/bodies/GJ688i/markers.json new file mode 100644 index 000000000..4a7795f48 --- /dev/null +++ b/wiki/star-systems/GJ-688/bodies/GJ688i/markers.json @@ -0,0 +1,396 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 122, + 384 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 241, + 348 + ], + "area_fraction": 0.0314 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 246, + 119 + ], + "area_fraction": 0.0154 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 26 + ], + "peak": [ + 36, + 42 + ], + "area_cells": 2928 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 469 + ], + "peak": [ + 0, + 440 + ], + "area_cells": 4703 + }, + { + "id": "range_5", + "name": null, + "center": [ + 25, + 106 + ], + "peak": [ + 27, + 104 + ], + "area_cells": 608 + }, + { + "id": "range_7", + "name": null, + "center": [ + 34, + 392 + ], + "peak": [ + 31, + 396 + ], + "area_cells": 301 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 434 + ], + "peak": [ + 48, + 437 + ], + "area_cells": 118 + }, + { + "id": "range_9", + "name": null, + "center": [ + 46, + 415 + ], + "peak": [ + 46, + 416 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 71, + 185 + ], + "peak": [ + 64, + 164 + ], + "area_cells": 3372 + }, + { + "id": "range_11", + "name": null, + "center": [ + 60, + 452 + ], + "peak": [ + 58, + 453 + ], + "area_cells": 209 + }, + { + "id": "range_14", + "name": null, + "center": [ + 113, + 122 + ], + "peak": [ + 114, + 111 + ], + "area_cells": 1393 + }, + { + "id": "range_15", + "name": null, + "center": [ + 113, + 278 + ], + "peak": [ + 113, + 279 + ], + "area_cells": 45 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 34 + ], + "peak": [ + 138, + 41 + ], + "area_cells": 543 + }, + { + "id": "range_17", + "name": null, + "center": [ + 139, + 502 + ], + "peak": [ + 137, + 503 + ], + "area_cells": 324 + }, + { + "id": "range_18", + "name": null, + "center": [ + 131, + 1 + ], + "peak": [ + 132, + 0 + ], + "area_cells": 25 + }, + { + "id": "range_19", + "name": null, + "center": [ + 143, + 171 + ], + "peak": [ + 147, + 174 + ], + "area_cells": 173 + }, + { + "id": "range_20", + "name": null, + "center": [ + 142, + 480 + ], + "peak": [ + 144, + 479 + ], + "area_cells": 70 + }, + { + "id": "range_21", + "name": null, + "center": [ + 153, + 256 + ], + "peak": [ + 159, + 264 + ], + "area_cells": 229 + }, + { + "id": "range_22", + "name": null, + "center": [ + 160, + 224 + ], + "peak": [ + 163, + 236 + ], + "area_cells": 618 + }, + { + "id": "range_23", + "name": null, + "center": [ + 170, + 71 + ], + "peak": [ + 163, + 74 + ], + "area_cells": 664 + }, + { + "id": "range_24", + "name": null, + "center": [ + 174, + 491 + ], + "peak": [ + 174, + 491 + ], + "area_cells": 38 + }, + { + "id": "range_27", + "name": null, + "center": [ + 192, + 139 + ], + "peak": [ + 192, + 140 + ], + "area_cells": 27 + }, + { + "id": "range_28", + "name": null, + "center": [ + 212, + 236 + ], + "peak": [ + 213, + 233 + ], + "area_cells": 357 + }, + { + "id": "range_29", + "name": null, + "center": [ + 203, + 247 + ], + "peak": [ + 204, + 248 + ], + "area_cells": 26 + }, + { + "id": "range_30", + "name": null, + "center": [ + 219, + 485 + ], + "peak": [ + 213, + 481 + ], + "area_cells": 428 + }, + { + "id": "range_31", + "name": null, + "center": [ + 217, + 465 + ], + "peak": [ + 219, + 465 + ], + "area_cells": 51 + }, + { + "id": "range_32", + "name": null, + "center": [ + 219, + 504 + ], + "peak": [ + 217, + 501 + ], + "area_cells": 75 + }, + { + "id": "range_33", + "name": null, + "center": [ + 219, + 4 + ], + "peak": [ + 219, + 6 + ], + "area_cells": 52 + }, + { + "id": "range_34", + "name": null, + "center": [ + 225, + 24 + ], + "peak": [ + 223, + 21 + ], + "area_cells": 224 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ69b/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69b/globe.png new file mode 100644 index 000000000..c215cee5e Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69b/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69b/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69b/heightmap.png new file mode 100644 index 000000000..5fc52e202 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69b/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69b/index.md b/wiki/star-systems/GJ-69/bodies/GJ69b/index.md new file mode 100644 index 000000000..39b79b62e --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ69b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 944639625 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 15.7 +physical: + gravity_g: 0.42 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.893 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69b + +Barren planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 91% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69b/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69b/markers.json new file mode 100644 index 000000000..33c6a8d63 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69b/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 61 + ], + "area_fraction": 0.0191 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 27, + 260 + ], + "area_fraction": 0.0154 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 15 + ], + "peak": [ + 114, + 5 + ], + "area_cells": 758 + }, + { + "id": "range_2", + "name": null, + "center": [ + 104, + 495 + ], + "peak": [ + 104, + 494 + ], + "area_cells": 776 + }, + { + "id": "range_3", + "name": null, + "center": [ + 89, + 475 + ], + "peak": [ + 89, + 474 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 214 + ], + "peak": [ + 108, + 213 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 107, + 195 + ], + "peak": [ + 107, + 195 + ], + "area_cells": 66 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 374 + ], + "peak": [ + 124, + 373 + ], + "area_cells": 43 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 478 + ], + "peak": [ + 139, + 468 + ], + "area_cells": 728 + }, + { + "id": "range_10", + "name": null, + "center": [ + 128, + 45 + ], + "peak": [ + 128, + 47 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 131, + 183 + ], + "peak": [ + 132, + 183 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 142, + 389 + ], + "peak": [ + 143, + 389 + ], + "area_cells": 209 + }, + { + "id": "range_14", + "name": null, + "center": [ + 141, + 233 + ], + "peak": [ + 139, + 236 + ], + "area_cells": 117 + }, + { + "id": "range_16", + "name": null, + "center": [ + 149, + 368 + ], + "peak": [ + 150, + 370 + ], + "area_cells": 39 + }, + { + "id": "range_17", + "name": null, + "center": [ + 155, + 3 + ], + "peak": [ + 157, + 3 + ], + "area_cells": 81 + }, + { + "id": "range_20", + "name": null, + "center": [ + 157, + 20 + ], + "peak": [ + 158, + 22 + ], + "area_cells": 59 + }, + { + "id": "range_22", + "name": null, + "center": [ + 172, + 328 + ], + "peak": [ + 172, + 327 + ], + "area_cells": 83 + }, + { + "id": "range_23", + "name": null, + "center": [ + 181, + 147 + ], + "peak": [ + 181, + 148 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69c/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69c/globe.png new file mode 100644 index 000000000..df9a9d827 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69c/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69c/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69c/heightmap.png new file mode 100644 index 000000000..d75d73f95 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69c/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69c/index.md b/wiki/star-systems/GJ-69/bodies/GJ69c/index.md new file mode 100644 index 000000000..c3f3f3c9b --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ69c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1644615160 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 10.0 +physical: + gravity_g: 0.88 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.457 + polar_ice_lat: 0.719 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.475 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ69c + +Temperate planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69c/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69c/markers.json new file mode 100644 index 000000000..c4d5f9b32 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69c/markers.json @@ -0,0 +1,751 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 150, + 419 + ], + [ + 149, + 420 + ], + [ + 148, + 421 + ], + [ + 147, + 421 + ], + [ + 146, + 422 + ], + [ + 145, + 423 + ], + [ + 144, + 423 + ], + [ + 143, + 423 + ], + [ + 142, + 423 + ], + [ + 141, + 424 + ], + [ + 140, + 423 + ], + [ + 139, + 423 + ], + [ + 138, + 424 + ], + [ + 137, + 423 + ], + [ + 136, + 424 + ], + [ + 135, + 425 + ], + [ + 134, + 425 + ], + [ + 133, + 424 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 231, + 275 + ], + [ + 230, + 276 + ], + [ + 229, + 276 + ], + [ + 229, + 277 + ], + [ + 230, + 277 + ], + [ + 231, + 278 + ], + [ + 231, + 279 + ], + [ + 232, + 280 + ], + [ + 231, + 281 + ], + [ + 232, + 282 + ], + [ + 233, + 283 + ], + [ + 233, + 284 + ], + [ + 233, + 285 + ], + [ + 234, + 286 + ], + [ + 235, + 287 + ], + [ + 235, + 288 + ], + [ + 235, + 289 + ], + [ + 236, + 290 + ], + [ + 237, + 291 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 107, + 70 + ], + [ + 106, + 69 + ], + [ + 105, + 68 + ], + [ + 104, + 67 + ], + [ + 103, + 66 + ], + [ + 102, + 65 + ], + [ + 101, + 64 + ], + [ + 100, + 64 + ], + [ + 99, + 65 + ], + [ + 98, + 64 + ], + [ + 97, + 63 + ], + [ + 96, + 62 + ], + [ + 95, + 61 + ], + [ + 94, + 60 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 235, + 442 + ], + [ + 234, + 441 + ], + [ + 233, + 441 + ], + [ + 232, + 440 + ], + [ + 231, + 439 + ], + [ + 230, + 439 + ], + [ + 229, + 439 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 152, + 412 + ], + [ + 153, + 411 + ], + [ + 154, + 410 + ], + [ + 155, + 411 + ], + [ + 156, + 411 + ], + [ + 157, + 411 + ], + [ + 158, + 411 + ], + [ + 159, + 411 + ], + [ + 160, + 411 + ], + [ + 161, + 410 + ], + [ + 162, + 411 + ], + [ + 163, + 411 + ], + [ + 164, + 410 + ], + [ + 165, + 409 + ], + [ + 166, + 409 + ], + [ + 167, + 408 + ], + [ + 168, + 408 + ], + [ + 169, + 408 + ], + [ + 170, + 409 + ], + [ + 171, + 408 + ], + [ + 172, + 407 + ], + [ + 173, + 407 + ], + [ + 173, + 408 + ], + [ + 174, + 408 + ], + [ + 175, + 407 + ], + [ + 176, + 408 + ], + [ + 177, + 409 + ], + [ + 176, + 410 + ], + [ + 175, + 409 + ], + [ + 176, + 409 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 233, + 435 + ], + [ + 234, + 434 + ], + [ + 235, + 433 + ], + [ + 236, + 432 + ], + [ + 237, + 431 + ], + [ + 238, + 432 + ], + [ + 239, + 432 + ], + [ + 240, + 431 + ], + [ + 241, + 430 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 141, + 441 + ], + [ + 140, + 440 + ], + [ + 139, + 439 + ], + [ + 138, + 440 + ], + [ + 137, + 441 + ], + [ + 136, + 442 + ], + [ + 135, + 443 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 393 + ], + [ + 254, + 394 + ], + [ + 255, + 395 + ], + [ + 254, + 396 + ], + [ + 254, + 397 + ], + [ + 255, + 398 + ], + [ + 255, + 399 + ], + [ + 254, + 400 + ], + [ + 255, + 400 + ], + [ + 255, + 401 + ], + [ + 255, + 402 + ], + [ + 255, + 403 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 115, + 94 + ], + [ + 116, + 93 + ], + [ + 117, + 93 + ], + [ + 118, + 92 + ], + [ + 119, + 91 + ], + [ + 120, + 90 + ], + [ + 121, + 89 + ], + [ + 122, + 88 + ], + [ + 122, + 87 + ], + [ + 123, + 87 + ], + [ + 122, + 86 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 71, + 250 + ], + "area_fraction": 0.5221 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 205, + 413 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 233, + 307 + ], + "area_fraction": 0.0088 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 325 + ], + "peak": [ + 122, + 327 + ], + "area_cells": 142 + }, + { + "id": "range_2", + "name": null, + "center": [ + 127, + 354 + ], + "peak": [ + 129, + 353 + ], + "area_cells": 75 + }, + { + "id": "range_3", + "name": null, + "center": [ + 144, + 380 + ], + "peak": [ + 146, + 384 + ], + "area_cells": 102 + }, + { + "id": "range_4", + "name": null, + "center": [ + 166, + 457 + ], + "peak": [ + 152, + 437 + ], + "area_cells": 597 + }, + { + "id": "range_6", + "name": null, + "center": [ + 197, + 61 + ], + "peak": [ + 183, + 75 + ], + "area_cells": 2500 + }, + { + "id": "range_7", + "name": null, + "center": [ + 179, + 119 + ], + "peak": [ + 178, + 121 + ], + "area_cells": 84 + }, + { + "id": "range_8", + "name": null, + "center": [ + 194, + 184 + ], + "peak": [ + 197, + 185 + ], + "area_cells": 257 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 503 + ], + "peak": [ + 195, + 511 + ], + "area_cells": 96 + }, + { + "id": "range_13", + "name": null, + "center": [ + 203, + 310 + ], + "peak": [ + 204, + 311 + ], + "area_cells": 38 + }, + { + "id": "range_14", + "name": null, + "center": [ + 219, + 178 + ], + "peak": [ + 221, + 185 + ], + "area_cells": 560 + }, + { + "id": "range_15", + "name": null, + "center": [ + 224, + 100 + ], + "peak": [ + 225, + 98 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69d/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69d/globe.png new file mode 100644 index 000000000..7ce11ed62 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69d/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69d/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69d/heightmap.png new file mode 100644 index 000000000..94ddc11bf Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69d/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69d/index.md b/wiki/star-systems/GJ-69/bodies/GJ69d/index.md new file mode 100644 index 000000000..3dbf2025a --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ69d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1010183555 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.56 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.467 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.102 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69d + +Cold Arid planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69d/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69d/markers.json new file mode 100644 index 000000000..8fa5f9577 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69d/markers.json @@ -0,0 +1,788 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 207, + 379 + ], + [ + 208, + 378 + ], + [ + 209, + 377 + ], + [ + 210, + 377 + ], + [ + 211, + 377 + ], + [ + 212, + 376 + ], + [ + 213, + 375 + ], + [ + 214, + 374 + ], + [ + 215, + 373 + ], + [ + 216, + 372 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 121, + 211 + ], + [ + 122, + 212 + ], + [ + 123, + 213 + ], + [ + 124, + 214 + ], + [ + 125, + 214 + ], + [ + 126, + 214 + ], + [ + 127, + 214 + ], + [ + 128, + 213 + ], + [ + 129, + 213 + ], + [ + 130, + 212 + ], + [ + 131, + 212 + ], + [ + 132, + 212 + ], + [ + 132, + 211 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 244, + 220 + ], + [ + 245, + 221 + ], + [ + 246, + 220 + ], + [ + 246, + 219 + ], + [ + 247, + 220 + ], + [ + 248, + 219 + ], + [ + 248, + 220 + ], + [ + 249, + 221 + ], + [ + 250, + 222 + ], + [ + 251, + 223 + ], + [ + 252, + 224 + ], + [ + 253, + 223 + ], + [ + 254, + 222 + ], + [ + 255, + 221 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 186, + 224 + ], + [ + 186, + 223 + ], + [ + 187, + 224 + ], + [ + 188, + 225 + ], + [ + 189, + 224 + ], + [ + 189, + 225 + ], + [ + 189, + 226 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 243, + 261 + ], + [ + 242, + 261 + ], + [ + 241, + 260 + ], + [ + 240, + 260 + ], + [ + 239, + 260 + ], + [ + 238, + 260 + ], + [ + 238, + 259 + ], + [ + 238, + 258 + ], + [ + 237, + 257 + ], + [ + 238, + 257 + ], + [ + 238, + 256 + ], + [ + 238, + 255 + ], + [ + 237, + 254 + ], + [ + 238, + 254 + ], + [ + 238, + 253 + ], + [ + 238, + 252 + ], + [ + 238, + 251 + ], + [ + 237, + 250 + ], + [ + 238, + 249 + ], + [ + 238, + 248 + ], + [ + 237, + 247 + ], + [ + 238, + 246 + ], + [ + 238, + 247 + ], + [ + 237, + 246 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 251, + 286 + ], + [ + 250, + 285 + ], + [ + 249, + 285 + ], + [ + 248, + 285 + ], + [ + 247, + 285 + ], + [ + 246, + 285 + ], + [ + 245, + 285 + ], + [ + 244, + 285 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 249, + 329 + ], + [ + 248, + 330 + ], + [ + 247, + 330 + ], + [ + 246, + 330 + ], + [ + 245, + 331 + ], + [ + 244, + 331 + ], + [ + 243, + 330 + ], + [ + 242, + 329 + ], + [ + 241, + 328 + ], + [ + 240, + 327 + ], + [ + 239, + 328 + ], + [ + 238, + 328 + ], + [ + 237, + 329 + ], + [ + 236, + 330 + ], + [ + 235, + 331 + ], + [ + 234, + 332 + ], + [ + 233, + 332 + ], + [ + 232, + 333 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 129, + 249 + ], + [ + 128, + 248 + ], + [ + 127, + 247 + ], + [ + 126, + 246 + ], + [ + 125, + 247 + ], + [ + 124, + 246 + ], + [ + 123, + 247 + ], + [ + 122, + 246 + ], + [ + 121, + 245 + ], + [ + 120, + 244 + ], + [ + 119, + 243 + ], + [ + 118, + 242 + ], + [ + 118, + 241 + ], + [ + 117, + 240 + ], + [ + 116, + 240 + ], + [ + 116, + 239 + ], + [ + 117, + 238 + ], + [ + 116, + 238 + ], + [ + 117, + 237 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 115, + 184 + ], + [ + 116, + 183 + ], + [ + 117, + 182 + ], + [ + 117, + 181 + ], + [ + 116, + 180 + ], + [ + 117, + 179 + ], + [ + 116, + 178 + ], + [ + 115, + 177 + ], + [ + 115, + 178 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 20, + 219 + ], + [ + 21, + 218 + ], + [ + 21, + 217 + ], + [ + 22, + 216 + ], + [ + 23, + 217 + ], + [ + 24, + 218 + ], + [ + 25, + 218 + ], + [ + 26, + 218 + ], + [ + 27, + 218 + ], + [ + 28, + 218 + ], + [ + 29, + 219 + ], + [ + 30, + 218 + ], + [ + 31, + 218 + ], + [ + 32, + 218 + ], + [ + 33, + 219 + ], + [ + 32, + 219 + ], + [ + 33, + 218 + ], + [ + 34, + 219 + ], + [ + 34, + 218 + ], + [ + 33, + 217 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 228, + 285 + ], + [ + 227, + 284 + ], + [ + 226, + 283 + ], + [ + 225, + 282 + ], + [ + 224, + 281 + ], + [ + 224, + 280 + ], + [ + 224, + 279 + ], + [ + 224, + 278 + ], + [ + 225, + 279 + ], + [ + 225, + 278 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 8, + 104 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 207, + 19 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 310 + ], + "peak": [ + 76, + 288 + ], + "area_cells": 2645 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 460 + ], + "peak": [ + 65, + 456 + ], + "area_cells": 264 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 35 + ], + "peak": [ + 81, + 36 + ], + "area_cells": 1146 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 110 + ], + "peak": [ + 100, + 88 + ], + "area_cells": 4709 + }, + { + "id": "range_9", + "name": null, + "center": [ + 154, + 412 + ], + "peak": [ + 155, + 412 + ], + "area_cells": 42 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 341 + ], + "peak": [ + 162, + 341 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69e-m1/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/globe.png new file mode 100644 index 000000000..e779972a8 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69e-m1/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/heightmap.png new file mode 100644 index 000000000..4066d3cab Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69e-m1/index.md b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/index.md new file mode 100644 index 000000000..4de4e855b --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ69e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3539205014 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 51.5 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.927 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.385 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69e-m1 + +Frozen moon. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 93% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69e-m1/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/markers.json new file mode 100644 index 000000000..9fc505231 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69e-m1/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 136, + 56 + ], + "area_fraction": 0.0347 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 148, + 491 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 153, + 142 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 41 + ], + "peak": [ + 3, + 4 + ], + "area_cells": 4191 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 478 + ], + "peak": [ + 6, + 488 + ], + "area_cells": 2468 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 166 + ], + "peak": [ + 30, + 161 + ], + "area_cells": 1556 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 331 + ], + "peak": [ + 12, + 329 + ], + "area_cells": 66 + }, + { + "id": "range_6", + "name": null, + "center": [ + 14, + 199 + ], + "peak": [ + 14, + 201 + ], + "area_cells": 25 + }, + { + "id": "range_9", + "name": null, + "center": [ + 27, + 224 + ], + "peak": [ + 27, + 224 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 36, + 389 + ], + "peak": [ + 36, + 390 + ], + "area_cells": 57 + }, + { + "id": "range_11", + "name": null, + "center": [ + 47, + 272 + ], + "peak": [ + 51, + 282 + ], + "area_cells": 242 + }, + { + "id": "range_14", + "name": null, + "center": [ + 52, + 150 + ], + "peak": [ + 53, + 147 + ], + "area_cells": 29 + }, + { + "id": "range_15", + "name": null, + "center": [ + 59, + 438 + ], + "peak": [ + 60, + 433 + ], + "area_cells": 265 + }, + { + "id": "range_17", + "name": null, + "center": [ + 77, + 480 + ], + "peak": [ + 77, + 482 + ], + "area_cells": 326 + }, + { + "id": "range_18", + "name": null, + "center": [ + 192, + 339 + ], + "peak": [ + 192, + 335 + ], + "area_cells": 195 + }, + { + "id": "range_19", + "name": null, + "center": [ + 198, + 316 + ], + "peak": [ + 201, + 316 + ], + "area_cells": 20 + }, + { + "id": "range_20", + "name": null, + "center": [ + 204, + 58 + ], + "peak": [ + 206, + 63 + ], + "area_cells": 154 + }, + { + "id": "range_21", + "name": null, + "center": [ + 214, + 153 + ], + "peak": [ + 207, + 139 + ], + "area_cells": 1077 + }, + { + "id": "range_22", + "name": null, + "center": [ + 216, + 344 + ], + "peak": [ + 215, + 344 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69e/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69e/globe.png new file mode 100644 index 000000000..555cb714f Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69e/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69e/index.md b/wiki/star-systems/GJ-69/bodies/GJ69e/index.md new file mode 100644 index 000000000..6e419280d --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ69e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3713165827 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: null + oblateness: 0.072 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.128 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.126 +--- + +# GJ69e + +Gas giant. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69f/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69f/globe.png new file mode 100644 index 000000000..4f32658a6 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69f/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69f/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69f/heightmap.png new file mode 100644 index 000000000..0dc44427e Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69f/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69f/index.md b/wiki/star-systems/GJ-69/bodies/GJ69f/index.md new file mode 100644 index 000000000..5f08bce5e --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ69f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 631245025 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 31.3 +physical: + gravity_g: 0.44 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.872 + polar_ice_lat: 0.188 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.336 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69f + +Frozen planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69f/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69f/markers.json new file mode 100644 index 000000000..9b689308b --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69f/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 155, + 153 + ], + "area_fraction": 0.0995 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 175, + 78 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 77 + ], + "peak": [ + 54, + 23 + ], + "area_cells": 11648 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 287 + ], + "peak": [ + 0, + 261 + ], + "area_cells": 4862 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 454 + ], + "peak": [ + 44, + 440 + ], + "area_cells": 8197 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 363 + ], + "peak": [ + 78, + 362 + ], + "area_cells": 1123 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 405 + ], + "peak": [ + 81, + 406 + ], + "area_cells": 181 + }, + { + "id": "range_10", + "name": null, + "center": [ + 168, + 12 + ], + "peak": [ + 168, + 8 + ], + "area_cells": 208 + }, + { + "id": "range_11", + "name": null, + "center": [ + 173, + 501 + ], + "peak": [ + 172, + 495 + ], + "area_cells": 239 + }, + { + "id": "range_12", + "name": null, + "center": [ + 169, + 452 + ], + "peak": [ + 170, + 453 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69g/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69g/globe.png new file mode 100644 index 000000000..92444a746 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69g/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69g/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69g/heightmap.png new file mode 100644 index 000000000..47b8e93b6 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69g/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69g/index.md b/wiki/star-systems/GJ-69/bodies/GJ69g/index.md new file mode 100644 index 000000000..b1722468e --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ69g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3382221910 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.729 + period_days: 8800.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.34 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.895 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.39 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69g + +Frozen planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69g/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69g/markers.json new file mode 100644 index 000000000..4f173c8f9 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69g/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 219, + 174 + ], + "area_fraction": 0.0751 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 233, + 414 + ], + "area_fraction": 0.0163 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 273 + ], + "peak": [ + 31, + 327 + ], + "area_cells": 34766 + }, + { + "id": "range_2", + "name": null, + "center": [ + 116, + 220 + ], + "peak": [ + 124, + 219 + ], + "area_cells": 304 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 476 + ], + "peak": [ + 135, + 478 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69h/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69h/globe.png new file mode 100644 index 000000000..c73a6a914 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69h/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69h/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69h/heightmap.png new file mode 100644 index 000000000..23552277f Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69h/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69h/index.md b/wiki/star-systems/GJ-69/bodies/GJ69h/index.md new file mode 100644 index 000000000..4c8b4ccc7 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ69h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1327223072 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.12 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.706 + polar_ice_lat: 0.201 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69h + +Frozen planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69h/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69h/markers.json new file mode 100644 index 000000000..85c8de5db --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69h/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 211, + 313 + ], + "area_fraction": 0.2296 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 145, + 17 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 155, + 487 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 222, + 34 + ], + "area_fraction": 0.0343 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 198, + 90 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 17 + ], + "peak": [ + 0, + 22 + ], + "area_cells": 381 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 124 + ], + "peak": [ + 4, + 127 + ], + "area_cells": 155 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 34 + ], + "peak": [ + 17, + 35 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 199 + ], + "peak": [ + 79, + 383 + ], + "area_cells": 21845 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 474 + ], + "peak": [ + 102, + 445 + ], + "area_cells": 2974 + }, + { + "id": "range_14", + "name": null, + "center": [ + 112, + 367 + ], + "peak": [ + 113, + 363 + ], + "area_cells": 158 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 169 + ], + "peak": [ + 134, + 159 + ], + "area_cells": 909 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 411 + ], + "peak": [ + 132, + 412 + ], + "area_cells": 116 + }, + { + "id": "range_17", + "name": null, + "center": [ + 138, + 383 + ], + "peak": [ + 137, + 389 + ], + "area_cells": 138 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-69/bodies/GJ69i/globe.png b/wiki/star-systems/GJ-69/bodies/GJ69i/globe.png new file mode 100644 index 000000000..0da6a8a71 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69i/globe.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69i/heightmap.png b/wiki/star-systems/GJ-69/bodies/GJ69i/heightmap.png new file mode 100644 index 000000000..87d76f2f5 Binary files /dev/null and b/wiki/star-systems/GJ-69/bodies/GJ69i/heightmap.png differ diff --git a/wiki/star-systems/GJ-69/bodies/GJ69i/index.md b/wiki/star-systems/GJ-69/bodies/GJ69i/index.md new file mode 100644 index 000000000..f58897ebf --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ69i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 247950230 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 22.599 + period_days: 44000.0 + axial_tilt_deg: 22.5 +physical: + gravity_g: 0.08 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.813 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ69i + +Frozen planet. + +**System:** [GJ-69](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 44000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-69/bodies/GJ69i/markers.json b/wiki/star-systems/GJ-69/bodies/GJ69i/markers.json new file mode 100644 index 000000000..16b7c0de2 --- /dev/null +++ b/wiki/star-systems/GJ-69/bodies/GJ69i/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 53 + ], + "area_fraction": 0.0265 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 55, + 411 + ], + "area_fraction": 0.0548 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 75, + 222 + ], + "area_fraction": 0.0386 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 84, + 30 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 93, + 496 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 209, + 431 + ], + "area_fraction": 0.016 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 322 + ], + "peak": [ + 107, + 322 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 148, + 298 + ], + "peak": [ + 131, + 294 + ], + "area_cells": 3435 + }, + { + "id": "range_5", + "name": null, + "center": [ + 124, + 363 + ], + "peak": [ + 124, + 363 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 132, + 406 + ], + "peak": [ + 130, + 403 + ], + "area_cells": 67 + }, + { + "id": "range_9", + "name": null, + "center": [ + 147, + 391 + ], + "peak": [ + 149, + 401 + ], + "area_cells": 325 + }, + { + "id": "range_10", + "name": null, + "center": [ + 162, + 476 + ], + "peak": [ + 156, + 442 + ], + "area_cells": 2492 + }, + { + "id": "range_11", + "name": null, + "center": [ + 192, + 60 + ], + "peak": [ + 178, + 72 + ], + "area_cells": 8848 + }, + { + "id": "range_12", + "name": null, + "center": [ + 167, + 400 + ], + "peak": [ + 165, + 401 + ], + "area_cells": 78 + }, + { + "id": "range_13", + "name": null, + "center": [ + 168, + 280 + ], + "peak": [ + 168, + 279 + ], + "area_cells": 62 + }, + { + "id": "range_14", + "name": null, + "center": [ + 169, + 353 + ], + "peak": [ + 169, + 354 + ], + "area_cells": 96 + }, + { + "id": "range_15", + "name": null, + "center": [ + 177, + 338 + ], + "peak": [ + 180, + 338 + ], + "area_cells": 28 + }, + { + "id": "range_17", + "name": null, + "center": [ + 180, + 292 + ], + "peak": [ + 179, + 292 + ], + "area_cells": 30 + }, + { + "id": "range_23", + "name": null, + "center": [ + 238, + 490 + ], + "peak": [ + 232, + 507 + ], + "area_cells": 1184 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 7 + ], + "peak": [ + 254, + 7 + ], + "area_cells": 20 + }, + { + "id": "range_25", + "name": null, + "center": [ + 250, + 90 + ], + "peak": [ + 250, + 91 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ693b/globe.png b/wiki/star-systems/GJ-693/bodies/GJ693b/globe.png new file mode 100644 index 000000000..3af82827e Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693b/globe.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693b/heightmap.png b/wiki/star-systems/GJ-693/bodies/GJ693b/heightmap.png new file mode 100644 index 000000000..e08549f93 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693b/heightmap.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693b/index.md b/wiki/star-systems/GJ-693/bodies/GJ693b/index.md new file mode 100644 index 000000000..ad1837a5f --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693b/index.md @@ -0,0 +1,74 @@ +--- +id: GJ693b +name: Kilwa +body_type: planet +planet_class: tropical +body_scale: planet +seed: 4231979039 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 4.2 +physical: + gravity_g: 0.82 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.42 + - 0.68 + - 0.8 +terrain: + land_fraction: 0.454 + polar_ice_lat: 0.915 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.74 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kilwa + +Tropical planet. + +**System:** [GJ-693](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | tropical | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 12 days | +| **Inhabited** | yes | +| **Population** | 12K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-693/bodies/GJ693b/markers.json b/wiki/star-systems/GJ-693/bodies/GJ693b/markers.json new file mode 100644 index 000000000..278fd67b9 --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693b/markers.json @@ -0,0 +1,457 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 242, + 194 + ], + [ + 243, + 193 + ], + [ + 244, + 192 + ], + [ + 245, + 191 + ], + [ + 246, + 190 + ], + [ + 247, + 189 + ], + [ + 248, + 188 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 43, + 0 + ], + [ + 44, + 511 + ], + [ + 45, + 511 + ], + [ + 46, + 510 + ], + [ + 47, + 509 + ], + [ + 48, + 508 + ], + [ + 49, + 507 + ], + [ + 50, + 507 + ], + [ + 50, + 506 + ], + [ + 51, + 507 + ], + [ + 52, + 508 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 57, + 423 + ], + [ + 56, + 422 + ], + [ + 55, + 423 + ], + [ + 54, + 422 + ], + [ + 54, + 423 + ], + [ + 53, + 424 + ], + [ + 52, + 425 + ], + [ + 51, + 426 + ], + [ + 50, + 427 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 20, + 298 + ], + [ + 19, + 297 + ], + [ + 18, + 296 + ], + [ + 17, + 295 + ], + [ + 16, + 294 + ], + [ + 15, + 293 + ], + [ + 14, + 292 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 11, + 85 + ], + [ + 10, + 84 + ], + [ + 9, + 84 + ], + [ + 8, + 83 + ], + [ + 7, + 84 + ], + [ + 6, + 85 + ], + [ + 5, + 86 + ], + [ + 4, + 87 + ], + [ + 4, + 88 + ], + [ + 3, + 89 + ], + [ + 3, + 90 + ], + [ + 4, + 91 + ], + [ + 5, + 92 + ], + [ + 6, + 93 + ], + [ + 6, + 94 + ], + [ + 6, + 95 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 250, + 22 + ], + [ + 249, + 23 + ], + [ + 248, + 24 + ], + [ + 247, + 24 + ], + [ + 246, + 25 + ], + [ + 245, + 24 + ], + [ + 244, + 24 + ], + [ + 243, + 25 + ], + [ + 242, + 25 + ], + [ + 241, + 26 + ], + [ + 240, + 26 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 11, + 308 + ], + [ + 12, + 307 + ], + [ + 13, + 306 + ], + [ + 13, + 305 + ], + [ + 12, + 304 + ], + [ + 11, + 303 + ], + [ + 10, + 302 + ], + [ + 9, + 301 + ], + [ + 8, + 300 + ], + [ + 8, + 299 + ], + [ + 9, + 298 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 40, + 319 + ], + "area_fraction": 0.0796 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 193, + 259 + ], + "area_fraction": 0.449 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 62, + 60 + ], + "peak": [ + 64, + 61 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 63, + 90 + ], + "peak": [ + 64, + 89 + ], + "area_cells": 63 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 94 + ], + "peak": [ + 96, + 73 + ], + "area_cells": 6910 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 304 + ], + "peak": [ + 76, + 299 + ], + "area_cells": 88 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 306 + ], + "peak": [ + 108, + 304 + ], + "area_cells": 5855 + }, + { + "id": "range_7", + "name": null, + "center": [ + 95, + 499 + ], + "peak": [ + 93, + 511 + ], + "area_cells": 201 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 442 + ], + "peak": [ + 114, + 445 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-693/bodies/GJ693c/globe.png b/wiki/star-systems/GJ-693/bodies/GJ693c/globe.png new file mode 100644 index 000000000..aca1adc72 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693c/globe.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693c/heightmap.png b/wiki/star-systems/GJ-693/bodies/GJ693c/heightmap.png new file mode 100644 index 000000000..5d782bd9d Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693c/heightmap.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693c/index.md b/wiki/star-systems/GJ-693/bodies/GJ693c/index.md new file mode 100644 index 000000000..912e38b20 --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ693c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3790703631 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.175 + period_days: 40.0 + axial_tilt_deg: 35.1 +physical: + gravity_g: 0.42 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.104 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ693c + +Frozen planet. + +**System:** [GJ-693](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 93% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-693/bodies/GJ693c/markers.json b/wiki/star-systems/GJ-693/bodies/GJ693c/markers.json new file mode 100644 index 000000000..2a1adc68d --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693c/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 221, + 65 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 245, + 314 + ], + "area_fraction": 0.0362 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 110 + ], + "peak": [ + 5, + 141 + ], + "area_cells": 6312 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 310 + ], + "peak": [ + 7, + 318 + ], + "area_cells": 164 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 384 + ], + "peak": [ + 14, + 380 + ], + "area_cells": 59 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 484 + ], + "peak": [ + 5, + 511 + ], + "area_cells": 792 + }, + { + "id": "range_8", + "name": null, + "center": [ + 18, + 339 + ], + "peak": [ + 22, + 341 + ], + "area_cells": 96 + }, + { + "id": "range_9", + "name": null, + "center": [ + 13, + 372 + ], + "peak": [ + 14, + 371 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 42, + 116 + ], + "peak": [ + 43, + 117 + ], + "area_cells": 42 + }, + { + "id": "range_12", + "name": null, + "center": [ + 90, + 469 + ], + "peak": [ + 87, + 456 + ], + "area_cells": 612 + }, + { + "id": "range_15", + "name": null, + "center": [ + 95, + 4 + ], + "peak": [ + 100, + 0 + ], + "area_cells": 87 + }, + { + "id": "range_16", + "name": null, + "center": [ + 123, + 500 + ], + "peak": [ + 123, + 499 + ], + "area_cells": 159 + }, + { + "id": "range_17", + "name": null, + "center": [ + 124, + 2 + ], + "peak": [ + 124, + 0 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-693/bodies/GJ693d/globe.png b/wiki/star-systems/GJ-693/bodies/GJ693d/globe.png new file mode 100644 index 000000000..6628fa947 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693d/globe.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693d/heightmap.png b/wiki/star-systems/GJ-693/bodies/GJ693d/heightmap.png new file mode 100644 index 000000000..fcd8c131b Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693d/heightmap.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693d/index.md b/wiki/star-systems/GJ-693/bodies/GJ693d/index.md new file mode 100644 index 000000000..71bf4126c --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ693d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 436484096 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.384 + period_days: 130.0 + axial_tilt_deg: 40.3 +physical: + gravity_g: 0.34 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.735 + polar_ice_lat: 0.264 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ693d + +Frozen planet. + +**System:** [GJ-693](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-693/bodies/GJ693d/markers.json b/wiki/star-systems/GJ-693/bodies/GJ693d/markers.json new file mode 100644 index 000000000..8be28b2db --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693d/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 38 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 36, + 490 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 158, + 34 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_37", + "name": null, + "kind": "ocean", + "center": [ + 220, + 251 + ], + "area_fraction": 0.1969 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 173, + 73 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 197 + ], + "peak": [ + 9, + 185 + ], + "area_cells": 1152 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 457 + ], + "peak": [ + 9, + 459 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 457 + ], + "peak": [ + 74, + 465 + ], + "area_cells": 184 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 251 + ], + "peak": [ + 96, + 302 + ], + "area_cells": 4537 + }, + { + "id": "range_6", + "name": null, + "center": [ + 104, + 110 + ], + "peak": [ + 105, + 119 + ], + "area_cells": 317 + }, + { + "id": "range_8", + "name": null, + "center": [ + 135, + 205 + ], + "peak": [ + 136, + 206 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 146, + 189 + ], + "peak": [ + 147, + 189 + ], + "area_cells": 39 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 440 + ], + "peak": [ + 160, + 440 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-693/bodies/GJ693e/globe.png b/wiki/star-systems/GJ-693/bodies/GJ693e/globe.png new file mode 100644 index 000000000..662aee9d3 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693e/globe.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693e/heightmap.png b/wiki/star-systems/GJ-693/bodies/GJ693e/heightmap.png new file mode 100644 index 000000000..5afd827ab Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693e/heightmap.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693e/index.md b/wiki/star-systems/GJ-693/bodies/GJ693e/index.md new file mode 100644 index 000000000..d9215df7e --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ693e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1808867874 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.785 + period_days: 380.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.852 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ693e + +Frozen planet. + +**System:** [GJ-693](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-693/bodies/GJ693e/markers.json b/wiki/star-systems/GJ-693/bodies/GJ693e/markers.json new file mode 100644 index 000000000..ce759aced --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693e/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 188, + 268 + ], + "area_fraction": 0.0841 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 166, + 80 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 173, + 182 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 192, + 427 + ], + "area_fraction": 0.0161 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 190, + 23 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 42 + ], + "peak": [ + 0, + 33 + ], + "area_cells": 4431 + }, + { + "id": "range_2", + "name": null, + "center": [ + 10, + 114 + ], + "peak": [ + 2, + 107 + ], + "area_cells": 1327 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 290 + ], + "peak": [ + 0, + 356 + ], + "area_cells": 19691 + }, + { + "id": "range_5", + "name": null, + "center": [ + 33, + 505 + ], + "peak": [ + 32, + 511 + ], + "area_cells": 148 + }, + { + "id": "range_6", + "name": null, + "center": [ + 33, + 465 + ], + "peak": [ + 35, + 456 + ], + "area_cells": 78 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 127 + ], + "peak": [ + 44, + 127 + ], + "area_cells": 103 + }, + { + "id": "range_11", + "name": null, + "center": [ + 45, + 105 + ], + "peak": [ + 42, + 103 + ], + "area_cells": 136 + }, + { + "id": "range_12", + "name": null, + "center": [ + 60, + 501 + ], + "peak": [ + 66, + 503 + ], + "area_cells": 116 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 97 + ], + "peak": [ + 61, + 100 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-693/bodies/GJ693f/globe.png b/wiki/star-systems/GJ-693/bodies/GJ693f/globe.png new file mode 100644 index 000000000..aca06480c Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693f/globe.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693f/heightmap.png b/wiki/star-systems/GJ-693/bodies/GJ693f/heightmap.png new file mode 100644 index 000000000..e0529a233 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693f/heightmap.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693f/index.md b/wiki/star-systems/GJ-693/bodies/GJ693f/index.md new file mode 100644 index 000000000..e517ee0e5 --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ693f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 4205864781 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.456 + period_days: 960.0 + axial_tilt_deg: 58.2 +physical: + gravity_g: 0.08 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.898 + polar_ice_lat: 0.12 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.43 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ693f + +Frozen planet. + +**System:** [GJ-693](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 960 days | + +## Description + + diff --git a/wiki/star-systems/GJ-693/bodies/GJ693f/markers.json b/wiki/star-systems/GJ-693/bodies/GJ693f/markers.json new file mode 100644 index 000000000..e6f0b7dc7 --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693f/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 229, + 198 + ], + "area_fraction": 0.0407 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 228, + 401 + ], + "area_fraction": 0.0415 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 60, + 298 + ], + "peak": [ + 31, + 346 + ], + "area_cells": 35384 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 23 + ], + "peak": [ + 59, + 31 + ], + "area_cells": 571 + }, + { + "id": "range_8", + "name": null, + "center": [ + 102, + 204 + ], + "peak": [ + 103, + 204 + ], + "area_cells": 62 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 377 + ], + "peak": [ + 140, + 372 + ], + "area_cells": 344 + }, + { + "id": "range_12", + "name": null, + "center": [ + 154, + 147 + ], + "peak": [ + 162, + 144 + ], + "area_cells": 209 + }, + { + "id": "range_13", + "name": null, + "center": [ + 161, + 330 + ], + "peak": [ + 161, + 330 + ], + "area_cells": 21 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 277 + ], + "peak": [ + 190, + 277 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-693/bodies/GJ693g/globe.png b/wiki/star-systems/GJ-693/bodies/GJ693g/globe.png new file mode 100644 index 000000000..f7ede8f19 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693g/globe.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693g/heightmap.png b/wiki/star-systems/GJ-693/bodies/GJ693g/heightmap.png new file mode 100644 index 000000000..3f0b8b9a6 Binary files /dev/null and b/wiki/star-systems/GJ-693/bodies/GJ693g/heightmap.png differ diff --git a/wiki/star-systems/GJ-693/bodies/GJ693g/index.md b/wiki/star-systems/GJ-693/bodies/GJ693g/index.md new file mode 100644 index 000000000..1573474e6 --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ693g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1464280044 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.683 + period_days: 2400.0 + axial_tilt_deg: 36.2 +physical: + gravity_g: 0.05 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.225 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.379 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ693g + +Frozen planet. + +**System:** [GJ-693](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-693/bodies/GJ693g/markers.json b/wiki/star-systems/GJ-693/bodies/GJ693g/markers.json new file mode 100644 index 000000000..b01f2e720 --- /dev/null +++ b/wiki/star-systems/GJ-693/bodies/GJ693g/markers.json @@ -0,0 +1,228 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 377 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 106, + 402 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 104, + 335 + ], + "area_fraction": 0.006 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 163, + 367 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 223, + 50 + ], + "area_fraction": 0.0479 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 238, + 500 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 239, + 347 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 74 + ], + "peak": [ + 46, + 84 + ], + "area_cells": 7857 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 498 + ], + "peak": [ + 77, + 490 + ], + "area_cells": 1372 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 173 + ], + "peak": [ + 71, + 166 + ], + "area_cells": 194 + }, + { + "id": "range_5", + "name": null, + "center": [ + 65, + 211 + ], + "peak": [ + 65, + 212 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 70, + 138 + ], + "peak": [ + 69, + 138 + ], + "area_cells": 40 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 445 + ], + "peak": [ + 80, + 448 + ], + "area_cells": 76 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 292 + ], + "peak": [ + 80, + 290 + ], + "area_cells": 90 + }, + { + "id": "range_11", + "name": null, + "center": [ + 130, + 15 + ], + "peak": [ + 115, + 3 + ], + "area_cells": 1179 + }, + { + "id": "range_12", + "name": null, + "center": [ + 117, + 207 + ], + "peak": [ + 118, + 208 + ], + "area_cells": 34 + }, + { + "id": "range_14", + "name": null, + "center": [ + 141, + 214 + ], + "peak": [ + 140, + 214 + ], + "area_cells": 32 + }, + { + "id": "range_16", + "name": null, + "center": [ + 172, + 85 + ], + "peak": [ + 174, + 84 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ695Ab/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/globe.png new file mode 100644 index 000000000..dce56f9e5 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ab/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/heightmap.png new file mode 100644 index 000000000..789c71395 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ab/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/index.md new file mode 100644 index 000000000..ce94041ae --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ695Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1114899970 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.273 + period_days: 52.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.5 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.877 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.031 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Ab + +Barren planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.5g | +| **Land** | 94% | +| **Year** | 52 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ab/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/markers.json new file mode 100644 index 000000000..2f4f3b04a --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ab/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 385 + ], + "peak": [ + 63, + 394 + ], + "area_cells": 714 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 422 + ], + "peak": [ + 41, + 422 + ], + "area_cells": 203 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 143 + ], + "peak": [ + 56, + 145 + ], + "area_cells": 159 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 181 + ], + "peak": [ + 45, + 181 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 299 + ], + "peak": [ + 46, + 298 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 27 + ], + "peak": [ + 54, + 26 + ], + "area_cells": 312 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 49 + ], + "peak": [ + 57, + 52 + ], + "area_cells": 124 + }, + { + "id": "range_10", + "name": null, + "center": [ + 57, + 195 + ], + "peak": [ + 56, + 195 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 63, + 439 + ], + "peak": [ + 64, + 440 + ], + "area_cells": 116 + }, + { + "id": "range_16", + "name": null, + "center": [ + 72, + 362 + ], + "peak": [ + 73, + 363 + ], + "area_cells": 35 + }, + { + "id": "range_17", + "name": null, + "center": [ + 74, + 463 + ], + "peak": [ + 74, + 464 + ], + "area_cells": 57 + }, + { + "id": "range_18", + "name": null, + "center": [ + 84, + 241 + ], + "peak": [ + 85, + 238 + ], + "area_cells": 538 + }, + { + "id": "range_19", + "name": null, + "center": [ + 94, + 501 + ], + "peak": [ + 91, + 501 + ], + "area_cells": 76 + }, + { + "id": "range_20", + "name": null, + "center": [ + 93, + 418 + ], + "peak": [ + 96, + 419 + ], + "area_cells": 109 + }, + { + "id": "range_25", + "name": null, + "center": [ + 102, + 14 + ], + "peak": [ + 103, + 18 + ], + "area_cells": 143 + }, + { + "id": "range_26", + "name": null, + "center": [ + 108, + 196 + ], + "peak": [ + 108, + 196 + ], + "area_cells": 51 + }, + { + "id": "range_27", + "name": null, + "center": [ + 108, + 109 + ], + "peak": [ + 109, + 110 + ], + "area_cells": 45 + }, + { + "id": "range_29", + "name": null, + "center": [ + 120, + 453 + ], + "peak": [ + 122, + 451 + ], + "area_cells": 72 + }, + { + "id": "range_30", + "name": null, + "center": [ + 152, + 263 + ], + "peak": [ + 180, + 271 + ], + "area_cells": 3572 + }, + { + "id": "range_31", + "name": null, + "center": [ + 136, + 493 + ], + "peak": [ + 130, + 474 + ], + "area_cells": 638 + }, + { + "id": "range_32", + "name": null, + "center": [ + 126, + 91 + ], + "peak": [ + 126, + 91 + ], + "area_cells": 69 + }, + { + "id": "range_33", + "name": null, + "center": [ + 142, + 143 + ], + "peak": [ + 129, + 142 + ], + "area_cells": 226 + }, + { + "id": "range_35", + "name": null, + "center": [ + 136, + 333 + ], + "peak": [ + 134, + 334 + ], + "area_cells": 112 + }, + { + "id": "range_36", + "name": null, + "center": [ + 153, + 97 + ], + "peak": [ + 151, + 104 + ], + "area_cells": 293 + }, + { + "id": "range_39", + "name": null, + "center": [ + 157, + 58 + ], + "peak": [ + 156, + 57 + ], + "area_cells": 74 + }, + { + "id": "range_41", + "name": null, + "center": [ + 160, + 3 + ], + "peak": [ + 160, + 0 + ], + "area_cells": 65 + }, + { + "id": "range_44", + "name": null, + "center": [ + 165, + 392 + ], + "peak": [ + 166, + 390 + ], + "area_cells": 33 + }, + { + "id": "range_47", + "name": null, + "center": [ + 190, + 201 + ], + "peak": [ + 191, + 206 + ], + "area_cells": 80 + }, + { + "id": "range_48", + "name": null, + "center": [ + 201, + 241 + ], + "peak": [ + 201, + 241 + ], + "area_cells": 258 + }, + { + "id": "range_51", + "name": null, + "center": [ + 236, + 88 + ], + "peak": [ + 237, + 87 + ], + "area_cells": 47 + }, + { + "id": "range_55", + "name": null, + "center": [ + 248, + 109 + ], + "peak": [ + 248, + 112 + ], + "area_cells": 41 + }, + { + "id": "range_56", + "name": null, + "center": [ + 252, + 23 + ], + "peak": [ + 250, + 17 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ac/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/globe.png new file mode 100644 index 000000000..305283f7f Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ac/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/heightmap.png new file mode 100644 index 000000000..7c3f549a5 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ac/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/index.md new file mode 100644 index 000000000..6fdb12057 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ695Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 221410230 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.669 + period_days: 200.0 + axial_tilt_deg: 9.9 +physical: + gravity_g: 0.74 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.919 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Ac + +Hot Arid planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ac/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/markers.json new file mode 100644 index 000000000..486bf6a4f --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ac/markers.json @@ -0,0 +1,1319 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 14, + 252 + ], + [ + 13, + 253 + ], + [ + 12, + 254 + ], + [ + 11, + 253 + ], + [ + 10, + 254 + ], + [ + 9, + 254 + ], + [ + 8, + 254 + ], + [ + 7, + 253 + ], + [ + 6, + 254 + ], + [ + 5, + 253 + ], + [ + 4, + 253 + ], + [ + 3, + 253 + ], + [ + 2, + 254 + ], + [ + 1, + 255 + ], + [ + 0, + 255 + ], + [ + 0, + 256 + ], + [ + 0, + 257 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 118, + 3 + ], + [ + 117, + 4 + ], + [ + 117, + 5 + ], + [ + 118, + 6 + ], + [ + 119, + 7 + ], + [ + 119, + 8 + ], + [ + 119, + 9 + ], + [ + 119, + 10 + ], + [ + 119, + 11 + ], + [ + 118, + 12 + ], + [ + 117, + 13 + ], + [ + 117, + 14 + ], + [ + 118, + 15 + ], + [ + 117, + 16 + ], + [ + 118, + 17 + ], + [ + 119, + 18 + ], + [ + 119, + 19 + ], + [ + 119, + 20 + ], + [ + 120, + 21 + ], + [ + 119, + 22 + ], + [ + 119, + 23 + ], + [ + 118, + 24 + ], + [ + 117, + 25 + ], + [ + 117, + 26 + ], + [ + 116, + 27 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 172, + 462 + ], + [ + 173, + 462 + ], + [ + 174, + 461 + ], + [ + 175, + 462 + ], + [ + 176, + 463 + ], + [ + 177, + 464 + ], + [ + 178, + 465 + ], + [ + 179, + 466 + ], + [ + 180, + 467 + ], + [ + 180, + 468 + ], + [ + 181, + 469 + ], + [ + 181, + 470 + ], + [ + 181, + 471 + ], + [ + 182, + 472 + ], + [ + 181, + 473 + ], + [ + 182, + 474 + ], + [ + 182, + 475 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 123, + 78 + ], + [ + 124, + 77 + ], + [ + 125, + 76 + ], + [ + 126, + 75 + ], + [ + 127, + 74 + ], + [ + 128, + 73 + ], + [ + 128, + 72 + ], + [ + 129, + 71 + ], + [ + 130, + 70 + ], + [ + 131, + 69 + ], + [ + 132, + 68 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 124, + 379 + ], + [ + 123, + 380 + ], + [ + 122, + 381 + ], + [ + 121, + 381 + ], + [ + 120, + 382 + ], + [ + 119, + 383 + ], + [ + 118, + 384 + ], + [ + 117, + 383 + ], + [ + 116, + 383 + ], + [ + 115, + 384 + ], + [ + 114, + 385 + ], + [ + 113, + 384 + ], + [ + 112, + 384 + ], + [ + 111, + 384 + ], + [ + 111, + 383 + ], + [ + 110, + 384 + ], + [ + 111, + 385 + ], + [ + 110, + 386 + ], + [ + 109, + 387 + ], + [ + 108, + 388 + ], + [ + 107, + 389 + ], + [ + 108, + 390 + ], + [ + 109, + 391 + ], + [ + 108, + 392 + ], + [ + 109, + 393 + ], + [ + 108, + 394 + ], + [ + 107, + 395 + ], + [ + 108, + 396 + ], + [ + 109, + 397 + ], + [ + 110, + 398 + ], + [ + 109, + 398 + ], + [ + 109, + 399 + ], + [ + 109, + 400 + ], + [ + 109, + 401 + ], + [ + 108, + 402 + ], + [ + 108, + 403 + ], + [ + 108, + 404 + ], + [ + 109, + 403 + ], + [ + 109, + 402 + ], + [ + 108, + 401 + ], + [ + 107, + 401 + ], + [ + 108, + 400 + ], + [ + 108, + 399 + ], + [ + 107, + 400 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 144, + 509 + ], + [ + 145, + 510 + ], + [ + 146, + 511 + ], + [ + 147, + 510 + ], + [ + 147, + 511 + ], + [ + 148, + 510 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 102, + 290 + ], + [ + 103, + 289 + ], + [ + 104, + 288 + ], + [ + 105, + 288 + ], + [ + 106, + 289 + ], + [ + 107, + 290 + ], + [ + 108, + 291 + ], + [ + 109, + 292 + ], + [ + 110, + 291 + ], + [ + 111, + 292 + ], + [ + 111, + 293 + ], + [ + 111, + 294 + ], + [ + 110, + 294 + ], + [ + 111, + 295 + ], + [ + 111, + 296 + ], + [ + 111, + 297 + ], + [ + 110, + 298 + ], + [ + 111, + 299 + ], + [ + 112, + 299 + ], + [ + 111, + 300 + ], + [ + 112, + 301 + ], + [ + 113, + 302 + ], + [ + 113, + 301 + ], + [ + 114, + 302 + ], + [ + 114, + 301 + ], + [ + 113, + 300 + ], + [ + 112, + 300 + ], + [ + 111, + 301 + ], + [ + 112, + 302 + ], + [ + 113, + 303 + ], + [ + 114, + 304 + ], + [ + 115, + 304 + ], + [ + 114, + 305 + ], + [ + 113, + 304 + ], + [ + 112, + 303 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 145, + 149 + ], + [ + 146, + 150 + ], + [ + 147, + 151 + ], + [ + 148, + 151 + ], + [ + 149, + 150 + ], + [ + 150, + 149 + ], + [ + 151, + 148 + ], + [ + 152, + 147 + ], + [ + 153, + 146 + ], + [ + 154, + 145 + ], + [ + 154, + 144 + ], + [ + 155, + 145 + ], + [ + 154, + 146 + ], + [ + 155, + 147 + ], + [ + 156, + 148 + ], + [ + 157, + 149 + ], + [ + 157, + 150 + ], + [ + 158, + 151 + ], + [ + 157, + 152 + ], + [ + 157, + 153 + ], + [ + 158, + 154 + ], + [ + 159, + 155 + ], + [ + 160, + 156 + ], + [ + 161, + 157 + ], + [ + 162, + 158 + ], + [ + 163, + 159 + ], + [ + 164, + 159 + ], + [ + 165, + 159 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 150, + 473 + ], + [ + 149, + 472 + ], + [ + 148, + 471 + ], + [ + 147, + 470 + ], + [ + 146, + 471 + ], + [ + 145, + 472 + ], + [ + 144, + 472 + ], + [ + 143, + 473 + ], + [ + 142, + 473 + ], + [ + 142, + 474 + ], + [ + 141, + 474 + ], + [ + 140, + 475 + ], + [ + 139, + 474 + ], + [ + 138, + 474 + ], + [ + 137, + 473 + ], + [ + 137, + 472 + ], + [ + 136, + 471 + ], + [ + 135, + 470 + ], + [ + 134, + 470 + ], + [ + 133, + 469 + ], + [ + 133, + 468 + ], + [ + 132, + 467 + ], + [ + 133, + 466 + ], + [ + 132, + 466 + ], + [ + 132, + 465 + ], + [ + 131, + 464 + ], + [ + 130, + 463 + ], + [ + 131, + 462 + ], + [ + 131, + 461 + ], + [ + 132, + 461 + ], + [ + 133, + 460 + ], + [ + 132, + 460 + ], + [ + 133, + 459 + ], + [ + 132, + 458 + ], + [ + 131, + 457 + ], + [ + 132, + 456 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 133, + 84 + ], + [ + 132, + 85 + ], + [ + 131, + 86 + ], + [ + 130, + 87 + ], + [ + 129, + 88 + ], + [ + 129, + 89 + ], + [ + 130, + 90 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 31, + 265 + ], + [ + 30, + 266 + ], + [ + 29, + 266 + ], + [ + 28, + 267 + ], + [ + 27, + 268 + ], + [ + 26, + 269 + ], + [ + 25, + 270 + ], + [ + 24, + 271 + ], + [ + 23, + 272 + ], + [ + 22, + 273 + ], + [ + 21, + 274 + ], + [ + 21, + 275 + ], + [ + 20, + 276 + ], + [ + 19, + 277 + ], + [ + 19, + 278 + ], + [ + 19, + 279 + ], + [ + 18, + 278 + ], + [ + 18, + 279 + ], + [ + 19, + 280 + ], + [ + 18, + 280 + ], + [ + 18, + 281 + ], + [ + 17, + 281 + ], + [ + 17, + 280 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 54, + 239 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 99, + 28 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 363 + ], + "peak": [ + 13, + 363 + ], + "area_cells": 33 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 16 + ], + "peak": [ + 33, + 0 + ], + "area_cells": 655 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 498 + ], + "peak": [ + 34, + 502 + ], + "area_cells": 537 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 194 + ], + "peak": [ + 99, + 195 + ], + "area_cells": 67 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 168 + ], + "peak": [ + 127, + 167 + ], + "area_cells": 1420 + }, + { + "id": "range_8", + "name": null, + "center": [ + 112, + 234 + ], + "peak": [ + 114, + 232 + ], + "area_cells": 145 + }, + { + "id": "range_9", + "name": null, + "center": [ + 175, + 211 + ], + "peak": [ + 173, + 207 + ], + "area_cells": 202 + }, + { + "id": "range_10", + "name": null, + "center": [ + 214, + 280 + ], + "peak": [ + 197, + 298 + ], + "area_cells": 4292 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 409 + ], + "peak": [ + 189, + 409 + ], + "area_cells": 1329 + }, + { + "id": "range_12", + "name": null, + "center": [ + 197, + 206 + ], + "peak": [ + 196, + 204 + ], + "area_cells": 633 + }, + { + "id": "range_14", + "name": null, + "center": [ + 198, + 241 + ], + "peak": [ + 200, + 240 + ], + "area_cells": 53 + }, + { + "id": "range_15", + "name": null, + "center": [ + 215, + 491 + ], + "peak": [ + 209, + 511 + ], + "area_cells": 704 + }, + { + "id": "range_16", + "name": null, + "center": [ + 229, + 17 + ], + "peak": [ + 216, + 0 + ], + "area_cells": 1121 + }, + { + "id": "range_17", + "name": null, + "center": [ + 219, + 113 + ], + "peak": [ + 220, + 76 + ], + "area_cells": 1036 + }, + { + "id": "range_18", + "name": null, + "center": [ + 218, + 63 + ], + "peak": [ + 218, + 64 + ], + "area_cells": 47 + }, + { + "id": "range_19", + "name": null, + "center": [ + 222, + 213 + ], + "peak": [ + 221, + 215 + ], + "area_cells": 66 + }, + { + "id": "range_20", + "name": null, + "center": [ + 237, + 180 + ], + "peak": [ + 237, + 163 + ], + "area_cells": 916 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ad/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/globe.png new file mode 100644 index 000000000..53580011d Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ad/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/heightmap.png new file mode 100644 index 000000000..d6c4fabe1 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ad/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/index.md new file mode 100644 index 000000000..2943c6010 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/index.md @@ -0,0 +1,69 @@ +--- +id: GJ695Ad +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 655109983 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.062 + period_days: 400.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.94 + oblateness: 0.0035 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.534 + polar_ice_lat: 0.717 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.522 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ695Ad + +Temperate planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 53% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ad/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/markers.json new file mode 100644 index 000000000..f3b96b049 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ad/markers.json @@ -0,0 +1,917 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 120, + 222 + ], + [ + 119, + 223 + ], + [ + 118, + 224 + ], + [ + 117, + 224 + ], + [ + 116, + 225 + ], + [ + 115, + 226 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 226, + 406 + ], + [ + 225, + 407 + ], + [ + 224, + 408 + ], + [ + 223, + 409 + ], + [ + 222, + 410 + ], + [ + 221, + 411 + ], + [ + 222, + 412 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 98, + 324 + ], + [ + 99, + 323 + ], + [ + 100, + 324 + ], + [ + 101, + 323 + ], + [ + 102, + 324 + ], + [ + 103, + 325 + ], + [ + 104, + 324 + ], + [ + 105, + 325 + ], + [ + 106, + 325 + ], + [ + 106, + 326 + ], + [ + 107, + 327 + ], + [ + 107, + 328 + ], + [ + 108, + 328 + ], + [ + 108, + 327 + ], + [ + 109, + 328 + ], + [ + 108, + 329 + ], + [ + 108, + 330 + ], + [ + 109, + 329 + ], + [ + 110, + 329 + ], + [ + 110, + 330 + ], + [ + 110, + 331 + ], + [ + 109, + 332 + ], + [ + 108, + 331 + ], + [ + 109, + 330 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 112, + 264 + ], + [ + 113, + 263 + ], + [ + 113, + 262 + ], + [ + 113, + 261 + ], + [ + 112, + 260 + ], + [ + 113, + 259 + ], + [ + 114, + 258 + ], + [ + 115, + 257 + ], + [ + 114, + 257 + ], + [ + 115, + 256 + ], + [ + 116, + 255 + ], + [ + 115, + 255 + ], + [ + 115, + 254 + ], + [ + 114, + 254 + ], + [ + 113, + 253 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 114, + 497 + ], + [ + 115, + 496 + ], + [ + 116, + 495 + ], + [ + 117, + 494 + ], + [ + 118, + 494 + ], + [ + 119, + 495 + ], + [ + 119, + 496 + ], + [ + 120, + 497 + ], + [ + 120, + 498 + ], + [ + 119, + 498 + ], + [ + 119, + 497 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 135, + 455 + ], + [ + 136, + 456 + ], + [ + 137, + 457 + ], + [ + 138, + 458 + ], + [ + 139, + 459 + ], + [ + 140, + 460 + ], + [ + 141, + 461 + ], + [ + 140, + 462 + ], + [ + 140, + 463 + ], + [ + 139, + 464 + ], + [ + 140, + 465 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 118, + 265 + ], + [ + 117, + 266 + ], + [ + 116, + 267 + ], + [ + 115, + 268 + ], + [ + 116, + 268 + ], + [ + 117, + 269 + ], + [ + 118, + 270 + ], + [ + 119, + 270 + ], + [ + 120, + 271 + ], + [ + 121, + 270 + ], + [ + 122, + 271 + ], + [ + 123, + 271 + ], + [ + 122, + 272 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 157, + 133 + ], + [ + 156, + 134 + ], + [ + 155, + 135 + ], + [ + 154, + 136 + ], + [ + 153, + 137 + ], + [ + 152, + 137 + ], + [ + 151, + 138 + ], + [ + 150, + 139 + ], + [ + 149, + 140 + ], + [ + 148, + 141 + ], + [ + 147, + 142 + ], + [ + 146, + 143 + ], + [ + 145, + 144 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 212, + 417 + ], + [ + 213, + 416 + ], + [ + 214, + 415 + ], + [ + 215, + 414 + ], + [ + 216, + 413 + ], + [ + 217, + 412 + ], + [ + 218, + 412 + ], + [ + 219, + 412 + ], + [ + 220, + 412 + ], + [ + 221, + 412 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 135, + 1 + ], + [ + 135, + 2 + ], + [ + 135, + 3 + ], + [ + 136, + 4 + ], + [ + 136, + 5 + ], + [ + 136, + 6 + ], + [ + 137, + 7 + ], + [ + 138, + 8 + ], + [ + 139, + 9 + ], + [ + 140, + 10 + ], + [ + 141, + 11 + ], + [ + 140, + 11 + ], + [ + 140, + 12 + ], + [ + 141, + 13 + ], + [ + 140, + 14 + ], + [ + 139, + 15 + ], + [ + 138, + 16 + ], + [ + 137, + 17 + ], + [ + 136, + 18 + ], + [ + 136, + 19 + ], + [ + 135, + 20 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 129, + 470 + ], + [ + 128, + 470 + ], + [ + 127, + 469 + ], + [ + 126, + 469 + ], + [ + 125, + 469 + ], + [ + 124, + 468 + ], + [ + 123, + 467 + ], + [ + 122, + 466 + ], + [ + 121, + 465 + ], + [ + 120, + 464 + ], + [ + 119, + 463 + ], + [ + 118, + 462 + ], + [ + 117, + 462 + ], + [ + 116, + 463 + ], + [ + 115, + 464 + ], + [ + 114, + 464 + ], + [ + 113, + 465 + ], + [ + 112, + 466 + ], + [ + 111, + 467 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 133, + 301 + ], + [ + 132, + 302 + ], + [ + 131, + 302 + ], + [ + 130, + 301 + ], + [ + 129, + 301 + ], + [ + 128, + 300 + ], + [ + 127, + 299 + ], + [ + 126, + 299 + ], + [ + 125, + 300 + ], + [ + 124, + 301 + ], + [ + 123, + 300 + ], + [ + 122, + 300 + ], + [ + 121, + 300 + ], + [ + 120, + 301 + ], + [ + 119, + 301 + ], + [ + 118, + 302 + ], + [ + 117, + 302 + ], + [ + 117, + 301 + ], + [ + 118, + 301 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 62, + 231 + ], + "area_fraction": 0.466 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 297 + ], + "peak": [ + 111, + 300 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 185, + 272 + ], + "peak": [ + 208, + 259 + ], + "area_cells": 10087 + }, + { + "id": "range_3", + "name": null, + "center": [ + 121, + 289 + ], + "peak": [ + 123, + 292 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 128, + 467 + ], + "peak": [ + 129, + 470 + ], + "area_cells": 84 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 257 + ], + "peak": [ + 153, + 262 + ], + "area_cells": 558 + }, + { + "id": "range_6", + "name": null, + "center": [ + 153, + 436 + ], + "peak": [ + 155, + 442 + ], + "area_cells": 95 + }, + { + "id": "range_9", + "name": null, + "center": [ + 186, + 473 + ], + "peak": [ + 176, + 462 + ], + "area_cells": 1036 + }, + { + "id": "range_10", + "name": null, + "center": [ + 183, + 64 + ], + "peak": [ + 185, + 63 + ], + "area_cells": 90 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 24 + ], + "peak": [ + 197, + 26 + ], + "area_cells": 49 + }, + { + "id": "range_12", + "name": null, + "center": [ + 206, + 3 + ], + "peak": [ + 206, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 213, + 59 + ], + "peak": [ + 213, + 60 + ], + "area_cells": 78 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ae/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/globe.png new file mode 100644 index 000000000..19e7adc86 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ae/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/heightmap.png new file mode 100644 index 000000000..6d55f87c1 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ae/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/index.md new file mode 100644 index 000000000..b9bb5d556 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ695Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1320335170 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.797 + period_days: 880.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.66 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.939 + polar_ice_lat: 0.537 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Ae + +Cold Arid planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 880 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ae/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/markers.json new file mode 100644 index 000000000..55502c344 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ae/markers.json @@ -0,0 +1,1006 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 203, + 138 + ], + [ + 204, + 139 + ], + [ + 205, + 140 + ], + [ + 206, + 141 + ], + [ + 206, + 142 + ], + [ + 207, + 143 + ], + [ + 207, + 144 + ], + [ + 208, + 145 + ], + [ + 207, + 145 + ], + [ + 206, + 145 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 120, + 4 + ], + [ + 121, + 3 + ], + [ + 121, + 2 + ], + [ + 120, + 1 + ], + [ + 119, + 0 + ], + [ + 118, + 1 + ], + [ + 118, + 0 + ], + [ + 117, + 0 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 172, + 360 + ], + [ + 171, + 359 + ], + [ + 170, + 358 + ], + [ + 169, + 357 + ], + [ + 168, + 356 + ], + [ + 169, + 355 + ], + [ + 168, + 354 + ], + [ + 169, + 354 + ], + [ + 170, + 354 + ], + [ + 171, + 353 + ], + [ + 172, + 353 + ], + [ + 172, + 352 + ], + [ + 173, + 352 + ], + [ + 172, + 351 + ], + [ + 171, + 351 + ], + [ + 171, + 352 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 118, + 248 + ], + [ + 117, + 247 + ], + [ + 117, + 246 + ], + [ + 116, + 245 + ], + [ + 116, + 244 + ], + [ + 117, + 243 + ], + [ + 117, + 242 + ], + [ + 118, + 241 + ], + [ + 119, + 240 + ], + [ + 120, + 239 + ], + [ + 121, + 240 + ], + [ + 122, + 239 + ], + [ + 123, + 238 + ], + [ + 124, + 237 + ], + [ + 125, + 237 + ], + [ + 126, + 238 + ], + [ + 127, + 238 + ], + [ + 128, + 238 + ], + [ + 129, + 237 + ], + [ + 130, + 237 + ], + [ + 131, + 237 + ], + [ + 132, + 238 + ], + [ + 133, + 239 + ], + [ + 134, + 240 + ], + [ + 135, + 241 + ], + [ + 136, + 242 + ], + [ + 137, + 243 + ], + [ + 138, + 244 + ], + [ + 139, + 245 + ], + [ + 140, + 246 + ], + [ + 141, + 245 + ], + [ + 142, + 245 + ], + [ + 143, + 244 + ], + [ + 143, + 245 + ], + [ + 143, + 246 + ], + [ + 142, + 246 + ], + [ + 142, + 247 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 177, + 164 + ], + [ + 177, + 163 + ], + [ + 177, + 162 + ], + [ + 177, + 161 + ], + [ + 178, + 160 + ], + [ + 179, + 159 + ], + [ + 180, + 158 + ], + [ + 181, + 157 + ], + [ + 182, + 156 + ], + [ + 182, + 155 + ], + [ + 183, + 155 + ], + [ + 184, + 154 + ], + [ + 185, + 153 + ], + [ + 186, + 152 + ], + [ + 187, + 151 + ], + [ + 188, + 151 + ], + [ + 188, + 152 + ], + [ + 189, + 151 + ], + [ + 190, + 152 + ], + [ + 190, + 153 + ], + [ + 189, + 152 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 136, + 62 + ], + [ + 135, + 63 + ], + [ + 134, + 64 + ], + [ + 133, + 64 + ], + [ + 133, + 63 + ], + [ + 132, + 63 + ], + [ + 131, + 62 + ], + [ + 131, + 61 + ], + [ + 130, + 60 + ], + [ + 129, + 59 + ], + [ + 128, + 58 + ], + [ + 128, + 57 + ], + [ + 127, + 56 + ], + [ + 126, + 55 + ], + [ + 125, + 54 + ], + [ + 125, + 53 + ], + [ + 125, + 52 + ], + [ + 126, + 51 + ], + [ + 125, + 50 + ], + [ + 124, + 49 + ], + [ + 123, + 48 + ], + [ + 122, + 47 + ], + [ + 121, + 46 + ], + [ + 120, + 45 + ], + [ + 119, + 44 + ], + [ + 118, + 43 + ], + [ + 117, + 42 + ], + [ + 116, + 41 + ], + [ + 115, + 42 + ], + [ + 114, + 41 + ], + [ + 113, + 40 + ], + [ + 112, + 39 + ], + [ + 111, + 38 + ], + [ + 110, + 38 + ], + [ + 109, + 37 + ], + [ + 108, + 36 + ], + [ + 107, + 35 + ], + [ + 106, + 35 + ], + [ + 105, + 34 + ], + [ + 104, + 34 + ], + [ + 103, + 35 + ], + [ + 102, + 36 + ], + [ + 101, + 36 + ], + [ + 100, + 37 + ], + [ + 99, + 36 + ], + [ + 98, + 36 + ], + [ + 99, + 37 + ], + [ + 98, + 37 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 147, + 39 + ], + [ + 148, + 38 + ], + [ + 149, + 37 + ], + [ + 150, + 36 + ], + [ + 151, + 35 + ], + [ + 152, + 34 + ], + [ + 153, + 33 + ], + [ + 154, + 32 + ], + [ + 155, + 31 + ], + [ + 156, + 31 + ], + [ + 157, + 32 + ], + [ + 158, + 33 + ], + [ + 159, + 32 + ], + [ + 159, + 33 + ], + [ + 159, + 34 + ], + [ + 160, + 35 + ], + [ + 159, + 36 + ], + [ + 160, + 37 + ], + [ + 161, + 37 + ], + [ + 162, + 37 + ], + [ + 161, + 36 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 193, + 511 + ], + [ + 192, + 510 + ], + [ + 192, + 509 + ], + [ + 191, + 508 + ], + [ + 190, + 507 + ], + [ + 189, + 506 + ], + [ + 188, + 505 + ], + [ + 187, + 504 + ], + [ + 186, + 504 + ], + [ + 185, + 503 + ], + [ + 184, + 503 + ], + [ + 183, + 503 + ], + [ + 182, + 503 + ], + [ + 181, + 503 + ], + [ + 180, + 504 + ], + [ + 179, + 504 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 116, + 393 + ], + [ + 117, + 394 + ], + [ + 118, + 395 + ], + [ + 119, + 396 + ], + [ + 120, + 396 + ], + [ + 121, + 397 + ], + [ + 122, + 396 + ], + [ + 123, + 395 + ], + [ + 124, + 396 + ], + [ + 125, + 397 + ], + [ + 126, + 398 + ], + [ + 127, + 397 + ], + [ + 128, + 396 + ], + [ + 129, + 397 + ], + [ + 130, + 398 + ], + [ + 131, + 397 + ], + [ + 132, + 397 + ], + [ + 133, + 398 + ], + [ + 134, + 398 + ], + [ + 135, + 398 + ], + [ + 136, + 398 + ], + [ + 137, + 399 + ], + [ + 138, + 399 + ], + [ + 139, + 398 + ], + [ + 138, + 398 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 188, + 425 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 223, + 380 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 227, + 29 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 218, + 247 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 231, + 475 + ], + "area_fraction": 0.0155 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 308 + ], + "peak": [ + 74, + 396 + ], + "area_cells": 23020 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 43 + ], + "peak": [ + 55, + 39 + ], + "area_cells": 100 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 148 + ], + "peak": [ + 67, + 143 + ], + "area_cells": 475 + }, + { + "id": "range_6", + "name": null, + "center": [ + 60, + 10 + ], + "peak": [ + 61, + 5 + ], + "area_cells": 254 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 217 + ], + "peak": [ + 63, + 218 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 89, + 240 + ], + "peak": [ + 90, + 241 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/globe.png new file mode 100644 index 000000000..7fbae78e3 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/heightmap.png new file mode 100644 index 000000000..ceb590aaa Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/index.md new file mode 100644 index 000000000..6988cbb36 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ695Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1374851264 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.065 + period_days: 6.0 + axial_tilt_deg: 41.4 +physical: + gravity_g: 0.12 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.12 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Af-m1 + +Frozen moon. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 97% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/markers.json new file mode 100644 index 000000000..0ceab8445 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Af-m1/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 88, + 290 + ], + "area_fraction": 0.008 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 101, + 253 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 79, + 442 + ], + "peak": [ + 81, + 446 + ], + "area_cells": 67 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 24 + ], + "peak": [ + 88, + 25 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 95, + 50 + ], + "peak": [ + 96, + 48 + ], + "area_cells": 35 + }, + { + "id": "range_6", + "name": null, + "center": [ + 132, + 459 + ], + "peak": [ + 133, + 460 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 98 + ], + "peak": [ + 145, + 95 + ], + "area_cells": 386 + }, + { + "id": "range_8", + "name": null, + "center": [ + 185, + 311 + ], + "peak": [ + 205, + 322 + ], + "area_cells": 5359 + }, + { + "id": "range_9", + "name": null, + "center": [ + 151, + 492 + ], + "peak": [ + 153, + 494 + ], + "area_cells": 366 + }, + { + "id": "range_12", + "name": null, + "center": [ + 187, + 98 + ], + "peak": [ + 191, + 99 + ], + "area_cells": 520 + }, + { + "id": "range_13", + "name": null, + "center": [ + 205, + 48 + ], + "peak": [ + 201, + 48 + ], + "area_cells": 133 + }, + { + "id": "range_14", + "name": null, + "center": [ + 211, + 373 + ], + "peak": [ + 220, + 373 + ], + "area_cells": 118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Af/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Af/globe.png new file mode 100644 index 000000000..abc00ef01 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Af/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Af/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Af/index.md new file mode 100644 index 000000000..bf13b4571 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ695Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2254763719 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.25 + period_days: 3200.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: null + oblateness: 0.0806 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.155 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.127 +--- + +# GJ695Af + +Gas giant. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ag/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/globe.png new file mode 100644 index 000000000..d427f5f0f Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ag/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/heightmap.png new file mode 100644 index 000000000..4811af8cc Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ag/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/index.md new file mode 100644 index 000000000..564f34e32 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ695Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 316246821 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.958 + period_days: 8200.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.46 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.803 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Ag + +Frozen planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 8200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ag/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/markers.json new file mode 100644 index 000000000..9af3f6b08 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ag/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 112, + 177 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 139, + 318 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 200, + 458 + ], + "area_fraction": 0.0459 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 173, + 45 + ], + "area_fraction": 0.0178 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 221, + 269 + ], + "area_fraction": 0.0434 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 243, + 378 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 221 + ], + "peak": [ + 12, + 389 + ], + "area_cells": 16381 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 499 + ], + "peak": [ + 4, + 511 + ], + "area_cells": 499 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 165 + ], + "peak": [ + 69, + 168 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ah/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/globe.png new file mode 100644 index 000000000..368a69d5d Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ah/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/heightmap.png new file mode 100644 index 000000000..6e5e9ee53 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ah/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/index.md new file mode 100644 index 000000000..4c27db4a8 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ695Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3364497312 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.442 + period_days: 18000.0 + axial_tilt_deg: 48.5 +physical: + gravity_g: 0.36 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.841 + polar_ice_lat: 0.08 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.228 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Ah + +Frozen planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ah/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/markers.json new file mode 100644 index 000000000..c287bcc21 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ah/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 47, + 167 + ], + "area_fraction": 0.1175 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 27, + 332 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 92, + 80 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 374 + ], + "peak": [ + 91, + 375 + ], + "area_cells": 109 + }, + { + "id": "range_2", + "name": null, + "center": [ + 157, + 413 + ], + "peak": [ + 172, + 363 + ], + "area_cells": 6071 + }, + { + "id": "range_3", + "name": null, + "center": [ + 158, + 30 + ], + "peak": [ + 186, + 42 + ], + "area_cells": 1553 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 46 + ], + "peak": [ + 131, + 47 + ], + "area_cells": 36 + }, + { + "id": "range_6", + "name": null, + "center": [ + 157, + 168 + ], + "peak": [ + 154, + 198 + ], + "area_cells": 1442 + }, + { + "id": "range_7", + "name": null, + "center": [ + 160, + 231 + ], + "peak": [ + 162, + 232 + ], + "area_cells": 595 + }, + { + "id": "range_9", + "name": null, + "center": [ + 160, + 78 + ], + "peak": [ + 160, + 79 + ], + "area_cells": 98 + }, + { + "id": "range_11", + "name": null, + "center": [ + 179, + 88 + ], + "peak": [ + 180, + 90 + ], + "area_cells": 70 + }, + { + "id": "range_13", + "name": null, + "center": [ + 193, + 18 + ], + "peak": [ + 193, + 20 + ], + "area_cells": 147 + }, + { + "id": "range_14", + "name": null, + "center": [ + 242, + 17 + ], + "peak": [ + 234, + 16 + ], + "area_cells": 862 + }, + { + "id": "range_15", + "name": null, + "center": [ + 246, + 494 + ], + "peak": [ + 245, + 482 + ], + "area_cells": 488 + }, + { + "id": "range_16", + "name": null, + "center": [ + 246, + 142 + ], + "peak": [ + 244, + 137 + ], + "area_cells": 322 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ai/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/globe.png new file mode 100644 index 000000000..6b7ee091a Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ai/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/heightmap.png new file mode 100644 index 000000000..c81c9c3e3 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ai/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/index.md new file mode 100644 index 000000000..97a29ece7 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ695Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3899717599 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 22.121 + period_days: 38000.0 + axial_tilt_deg: 41.0 +physical: + gravity_g: 0.28 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.789 + polar_ice_lat: 0.259 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Ai + +Frozen planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Ai/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/markers.json new file mode 100644 index 000000000..9865d6e3d --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Ai/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 39 + ], + "area_fraction": 0.0435 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 33, + 369 + ], + "area_fraction": 0.1364 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 231, + 193 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 238, + 267 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 84, + 178 + ], + "peak": [ + 84, + 179 + ], + "area_cells": 26 + }, + { + "id": "range_2", + "name": null, + "center": [ + 86, + 81 + ], + "peak": [ + 86, + 81 + ], + "area_cells": 144 + }, + { + "id": "range_3", + "name": null, + "center": [ + 147, + 96 + ], + "peak": [ + 151, + 104 + ], + "area_cells": 12417 + }, + { + "id": "range_4", + "name": null, + "center": [ + 138, + 342 + ], + "peak": [ + 156, + 418 + ], + "area_cells": 7117 + }, + { + "id": "range_7", + "name": null, + "center": [ + 164, + 488 + ], + "peak": [ + 201, + 461 + ], + "area_cells": 3395 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 230 + ], + "peak": [ + 146, + 231 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 167, + 344 + ], + "peak": [ + 168, + 344 + ], + "area_cells": 58 + }, + { + "id": "range_12", + "name": null, + "center": [ + 169, + 325 + ], + "peak": [ + 170, + 325 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 176, + 244 + ], + "peak": [ + 178, + 246 + ], + "area_cells": 56 + }, + { + "id": "range_15", + "name": null, + "center": [ + 205, + 411 + ], + "peak": [ + 206, + 414 + ], + "area_cells": 127 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Aj/globe.png b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/globe.png new file mode 100644 index 000000000..7a2d14f19 Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/globe.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Aj/heightmap.png b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/heightmap.png new file mode 100644 index 000000000..aa11a4cea Binary files /dev/null and b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Aj/index.md b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/index.md new file mode 100644 index 000000000..574d9fbdc --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ695Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3841497332 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 35.114 + period_days: 76000.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.13 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.899 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.443 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ695Aj + +Frozen planet. + +**System:** [GJ-695A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 76000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-695A/bodies/GJ695Aj/markers.json b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/markers.json new file mode 100644 index 000000000..8e6de4dc0 --- /dev/null +++ b/wiki/star-systems/GJ-695A/bodies/GJ695Aj/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 94, + 380 + ], + "area_fraction": 0.0824 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 129 + ], + "peak": [ + 8, + 129 + ], + "area_cells": 445 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 381 + ], + "peak": [ + 20, + 385 + ], + "area_cells": 1484 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 442 + ], + "peak": [ + 7, + 440 + ], + "area_cells": 350 + }, + { + "id": "range_5", + "name": null, + "center": [ + 27, + 103 + ], + "peak": [ + 26, + 103 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 29, + 158 + ], + "peak": [ + 29, + 158 + ], + "area_cells": 54 + }, + { + "id": "range_9", + "name": null, + "center": [ + 39, + 451 + ], + "peak": [ + 41, + 449 + ], + "area_cells": 151 + }, + { + "id": "range_10", + "name": null, + "center": [ + 34, + 464 + ], + "peak": [ + 35, + 465 + ], + "area_cells": 25 + }, + { + "id": "range_14", + "name": null, + "center": [ + 40, + 110 + ], + "peak": [ + 41, + 112 + ], + "area_cells": 102 + }, + { + "id": "range_15", + "name": null, + "center": [ + 43, + 226 + ], + "peak": [ + 46, + 235 + ], + "area_cells": 161 + }, + { + "id": "range_17", + "name": null, + "center": [ + 61, + 195 + ], + "peak": [ + 62, + 196 + ], + "area_cells": 75 + }, + { + "id": "range_19", + "name": null, + "center": [ + 67, + 150 + ], + "peak": [ + 67, + 151 + ], + "area_cells": 20 + }, + { + "id": "range_20", + "name": null, + "center": [ + 72, + 206 + ], + "peak": [ + 73, + 209 + ], + "area_cells": 176 + }, + { + "id": "range_21", + "name": null, + "center": [ + 79, + 223 + ], + "peak": [ + 79, + 223 + ], + "area_cells": 27 + }, + { + "id": "range_24", + "name": null, + "center": [ + 150, + 313 + ], + "peak": [ + 151, + 318 + ], + "area_cells": 223 + }, + { + "id": "range_25", + "name": null, + "center": [ + 154, + 341 + ], + "peak": [ + 152, + 339 + ], + "area_cells": 70 + }, + { + "id": "range_27", + "name": null, + "center": [ + 182, + 111 + ], + "peak": [ + 199, + 126 + ], + "area_cells": 5243 + }, + { + "id": "range_28", + "name": null, + "center": [ + 174, + 412 + ], + "peak": [ + 188, + 402 + ], + "area_cells": 1110 + }, + { + "id": "range_29", + "name": null, + "center": [ + 159, + 271 + ], + "peak": [ + 159, + 272 + ], + "area_cells": 40 + }, + { + "id": "range_30", + "name": null, + "center": [ + 191, + 469 + ], + "peak": [ + 183, + 470 + ], + "area_cells": 1565 + }, + { + "id": "range_33", + "name": null, + "center": [ + 195, + 8 + ], + "peak": [ + 195, + 1 + ], + "area_cells": 311 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ699b-1/globe.png b/wiki/star-systems/GJ-699/bodies/GJ699b-1/globe.png new file mode 100644 index 000000000..d3f67dcac Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699b-1/globe.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b-1/heightmap.png b/wiki/star-systems/GJ-699/bodies/GJ699b-1/heightmap.png new file mode 100644 index 000000000..13c374906 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699b-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b-1/index.md b/wiki/star-systems/GJ-699/bodies/GJ699b-1/index.md new file mode 100644 index 000000000..068431aa6 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699b-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ699b-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 898587099 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 4.7 +physical: + gravity_g: 0.04 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.946 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ699b-1 + +Barren moon. + +**System:** [GJ-699](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 100% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b-1/markers.json b/wiki/star-systems/GJ-699/bodies/GJ699b-1/markers.json new file mode 100644 index 000000000..d6c275f97 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699b-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 87, + 402 + ], + "peak": [ + 87, + 402 + ], + "area_cells": 184 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 440 + ], + "peak": [ + 82, + 439 + ], + "area_cells": 48 + }, + { + "id": "range_6", + "name": null, + "center": [ + 171, + 321 + ], + "peak": [ + 146, + 318 + ], + "area_cells": 27726 + }, + { + "id": "range_8", + "name": null, + "center": [ + 94, + 310 + ], + "peak": [ + 91, + 311 + ], + "area_cells": 66 + }, + { + "id": "range_9", + "name": null, + "center": [ + 131, + 33 + ], + "peak": [ + 132, + 33 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 140, + 60 + ], + "peak": [ + 139, + 61 + ], + "area_cells": 86 + }, + { + "id": "range_13", + "name": null, + "center": [ + 189, + 17 + ], + "peak": [ + 195, + 14 + ], + "area_cells": 716 + }, + { + "id": "range_16", + "name": null, + "center": [ + 192, + 502 + ], + "peak": [ + 193, + 504 + ], + "area_cells": 408 + }, + { + "id": "range_17", + "name": null, + "center": [ + 224, + 193 + ], + "peak": [ + 235, + 199 + ], + "area_cells": 617 + }, + { + "id": "range_18", + "name": null, + "center": [ + 194, + 210 + ], + "peak": [ + 194, + 210 + ], + "area_cells": 94 + }, + { + "id": "range_19", + "name": null, + "center": [ + 211, + 100 + ], + "peak": [ + 218, + 100 + ], + "area_cells": 143 + }, + { + "id": "range_20", + "name": null, + "center": [ + 215, + 81 + ], + "peak": [ + 216, + 82 + ], + "area_cells": 121 + }, + { + "id": "range_25", + "name": null, + "center": [ + 220, + 215 + ], + "peak": [ + 224, + 217 + ], + "area_cells": 88 + }, + { + "id": "range_29", + "name": null, + "center": [ + 224, + 93 + ], + "peak": [ + 225, + 94 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b/globe.png b/wiki/star-systems/GJ-699/bodies/GJ699b/globe.png new file mode 100644 index 000000000..4872588bd Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699b/globe.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b/heightmap.png b/wiki/star-systems/GJ-699/bodies/GJ699b/heightmap.png new file mode 100644 index 000000000..356e0c833 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699b/heightmap.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b/index.md b/wiki/star-systems/GJ-699/bodies/GJ699b/index.md new file mode 100644 index 000000000..8d12d621c --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699b/index.md @@ -0,0 +1,73 @@ +--- +id: GJ699b +name: Verada +body_type: planet +planet_class: arid +body_scale: planet +seed: 3877838406 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.477 + period_days: 180.0 + axial_tilt_deg: 28.1 +physical: + gravity_g: 0.75 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.656 + polar_ice_lat: 0.862 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.168 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Verada + +Arid planet. + +**System:** [GJ-699](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.75g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 66% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 1.9B | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-699/bodies/GJ699b/markers.json b/wiki/star-systems/GJ-699/bodies/GJ699b/markers.json new file mode 100644 index 000000000..caa96fba6 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699b/markers.json @@ -0,0 +1,353 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 150, + 340 + ], + [ + 150, + 339 + ], + [ + 149, + 339 + ], + [ + 148, + 340 + ], + [ + 147, + 339 + ], + [ + 146, + 340 + ], + [ + 145, + 341 + ], + [ + 144, + 341 + ], + [ + 143, + 341 + ], + [ + 142, + 340 + ], + [ + 141, + 339 + ], + [ + 140, + 339 + ], + [ + 139, + 340 + ], + [ + 138, + 341 + ], + [ + 137, + 341 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 39, + 477 + ], + [ + 38, + 476 + ], + [ + 37, + 475 + ], + [ + 36, + 474 + ], + [ + 35, + 475 + ], + [ + 34, + 475 + ], + [ + 33, + 474 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 105, + 258 + ], + [ + 104, + 259 + ], + [ + 103, + 259 + ], + [ + 102, + 260 + ], + [ + 101, + 261 + ], + [ + 100, + 262 + ], + [ + 99, + 263 + ], + [ + 99, + 264 + ], + [ + 99, + 265 + ], + [ + 98, + 266 + ], + [ + 97, + 266 + ], + [ + 96, + 267 + ], + [ + 97, + 268 + ], + [ + 97, + 269 + ], + [ + 96, + 270 + ], + [ + 96, + 271 + ], + [ + 96, + 272 + ], + [ + 97, + 273 + ], + [ + 96, + 274 + ], + [ + 96, + 275 + ], + [ + 97, + 275 + ], + [ + 97, + 276 + ], + [ + 98, + 276 + ], + [ + 98, + 277 + ], + [ + 99, + 277 + ], + [ + 99, + 278 + ], + [ + 98, + 279 + ], + [ + 98, + 278 + ], + [ + 97, + 277 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 81, + 78 + ], + "area_fraction": 0.1689 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 63, + 445 + ], + "area_fraction": 0.1227 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 118, + 352 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 158, + 217 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 169, + 94 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 75, + 306 + ], + "peak": [ + 74, + 303 + ], + "area_cells": 415 + }, + { + "id": "range_2", + "name": null, + "center": [ + 215, + 396 + ], + "peak": [ + 206, + 484 + ], + "area_cells": 13354 + }, + { + "id": "range_3", + "name": null, + "center": [ + 220, + 43 + ], + "peak": [ + 215, + 9 + ], + "area_cells": 3602 + }, + { + "id": "range_4", + "name": null, + "center": [ + 196, + 239 + ], + "peak": [ + 194, + 245 + ], + "area_cells": 689 + }, + { + "id": "range_5", + "name": null, + "center": [ + 192, + 298 + ], + "peak": [ + 192, + 297 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-699/bodies/GJ699c/globe.png b/wiki/star-systems/GJ-699/bodies/GJ699c/globe.png new file mode 100644 index 000000000..e86fd0089 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699c/globe.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699c/heightmap.png b/wiki/star-systems/GJ-699/bodies/GJ699c/heightmap.png new file mode 100644 index 000000000..73486e999 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699c/heightmap.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699c/index.md b/wiki/star-systems/GJ-699/bodies/GJ699c/index.md new file mode 100644 index 000000000..d60ee3ac7 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ699c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1180173901 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.203 + period_days: 50.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.32 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.83 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ699c + +Barren planet. + +**System:** [GJ-699](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 50 days | + +## Description + + diff --git a/wiki/star-systems/GJ-699/bodies/GJ699c/markers.json b/wiki/star-systems/GJ-699/bodies/GJ699c/markers.json new file mode 100644 index 000000000..7a2e7f357 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699c/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 314 + ], + "peak": [ + 50, + 301 + ], + "area_cells": 2797 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 76 + ], + "peak": [ + 14, + 77 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 18, + 106 + ], + "peak": [ + 19, + 107 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 45, + 91 + ], + "peak": [ + 59, + 90 + ], + "area_cells": 293 + }, + { + "id": "range_15", + "name": null, + "center": [ + 27, + 423 + ], + "peak": [ + 28, + 423 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 32, + 69 + ], + "peak": [ + 31, + 70 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 54, + 474 + ], + "peak": [ + 64, + 465 + ], + "area_cells": 356 + }, + { + "id": "range_24", + "name": null, + "center": [ + 43, + 212 + ], + "peak": [ + 43, + 213 + ], + "area_cells": 23 + }, + { + "id": "range_28", + "name": null, + "center": [ + 128, + 43 + ], + "peak": [ + 126, + 72 + ], + "area_cells": 2341 + }, + { + "id": "range_32", + "name": null, + "center": [ + 65, + 77 + ], + "peak": [ + 65, + 78 + ], + "area_cells": 44 + }, + { + "id": "range_33", + "name": null, + "center": [ + 69, + 27 + ], + "peak": [ + 68, + 28 + ], + "area_cells": 21 + }, + { + "id": "range_34", + "name": null, + "center": [ + 73, + 346 + ], + "peak": [ + 72, + 346 + ], + "area_cells": 38 + }, + { + "id": "range_35", + "name": null, + "center": [ + 75, + 116 + ], + "peak": [ + 75, + 117 + ], + "area_cells": 47 + }, + { + "id": "range_36", + "name": null, + "center": [ + 170, + 411 + ], + "peak": [ + 206, + 397 + ], + "area_cells": 10821 + }, + { + "id": "range_39", + "name": null, + "center": [ + 104, + 107 + ], + "peak": [ + 106, + 108 + ], + "area_cells": 58 + }, + { + "id": "range_40", + "name": null, + "center": [ + 106, + 168 + ], + "peak": [ + 107, + 164 + ], + "area_cells": 59 + }, + { + "id": "range_41", + "name": null, + "center": [ + 111, + 142 + ], + "peak": [ + 115, + 138 + ], + "area_cells": 105 + }, + { + "id": "range_45", + "name": null, + "center": [ + 182, + 177 + ], + "peak": [ + 177, + 114 + ], + "area_cells": 8500 + }, + { + "id": "range_49", + "name": null, + "center": [ + 138, + 249 + ], + "peak": [ + 138, + 251 + ], + "area_cells": 37 + }, + { + "id": "range_54", + "name": null, + "center": [ + 169, + 502 + ], + "peak": [ + 159, + 507 + ], + "area_cells": 186 + }, + { + "id": "range_55", + "name": null, + "center": [ + 168, + 15 + ], + "peak": [ + 166, + 16 + ], + "area_cells": 171 + }, + { + "id": "range_56", + "name": null, + "center": [ + 161, + 300 + ], + "peak": [ + 161, + 301 + ], + "area_cells": 72 + }, + { + "id": "range_68", + "name": null, + "center": [ + 218, + 479 + ], + "peak": [ + 219, + 479 + ], + "area_cells": 30 + }, + { + "id": "range_71", + "name": null, + "center": [ + 242, + 33 + ], + "peak": [ + 243, + 33 + ], + "area_cells": 31 + }, + { + "id": "range_75", + "name": null, + "center": [ + 247, + 469 + ], + "peak": [ + 247, + 470 + ], + "area_cells": 20 + }, + { + "id": "range_81", + "name": null, + "center": [ + 253, + 439 + ], + "peak": [ + 255, + 439 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-699/bodies/GJ699d/globe.png b/wiki/star-systems/GJ-699/bodies/GJ699d/globe.png new file mode 100644 index 000000000..7bafe9c83 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699d/globe.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699d/heightmap.png b/wiki/star-systems/GJ-699/bodies/GJ699d/heightmap.png new file mode 100644 index 000000000..1a97f4589 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699d/heightmap.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699d/index.md b/wiki/star-systems/GJ-699/bodies/GJ699d/index.md new file mode 100644 index 000000000..e2ff00890 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ699d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 131228668 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 49.5 +physical: + gravity_g: 0.4 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.728 + polar_ice_lat: 0.117 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ699d + +Frozen planet. + +**System:** [GJ-699](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-699/bodies/GJ699d/markers.json b/wiki/star-systems/GJ-699/bodies/GJ699d/markers.json new file mode 100644 index 000000000..6a34fe54f --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699d/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 159, + 468 + ], + "area_fraction": 0.0334 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 197, + 247 + ], + "area_fraction": 0.1948 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 164, + 21 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 170, + 70 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 187, + 369 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-699/bodies/GJ699e-1/globe.png b/wiki/star-systems/GJ-699/bodies/GJ699e-1/globe.png new file mode 100644 index 000000000..e64d5fca6 Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699e-1/globe.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699e-1/heightmap.png b/wiki/star-systems/GJ-699/bodies/GJ699e-1/heightmap.png new file mode 100644 index 000000000..184bf87af Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699e-1/index.md b/wiki/star-systems/GJ-699/bodies/GJ699e-1/index.md new file mode 100644 index 000000000..773b01c28 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699e-1/index.md @@ -0,0 +1,65 @@ +--- +id: GJ699e-1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1927962185 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.07 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.149 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ699e-1 + +Frozen moon. + +**System:** [GJ-699](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-699/bodies/GJ699e-1/markers.json b/wiki/star-systems/GJ-699/bodies/GJ699e-1/markers.json new file mode 100644 index 000000000..ff28f1528 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699e-1/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 54, + 130 + ], + "area_fraction": 0.1122 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 124, + 440 + ], + "peak": [ + 111, + 451 + ], + "area_cells": 1874 + }, + { + "id": "range_4", + "name": null, + "center": [ + 217, + 180 + ], + "peak": [ + 199, + 277 + ], + "area_cells": 22325 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 488 + ], + "peak": [ + 147, + 492 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 164, + 507 + ], + "peak": [ + 169, + 511 + ], + "area_cells": 97 + }, + { + "id": "range_7", + "name": null, + "center": [ + 162, + 9 + ], + "peak": [ + 169, + 5 + ], + "area_cells": 348 + }, + { + "id": "range_8", + "name": null, + "center": [ + 176, + 415 + ], + "peak": [ + 176, + 416 + ], + "area_cells": 118 + }, + { + "id": "range_9", + "name": null, + "center": [ + 203, + 507 + ], + "peak": [ + 202, + 506 + ], + "area_cells": 182 + }, + { + "id": "range_10", + "name": null, + "center": [ + 205, + 432 + ], + "peak": [ + 205, + 435 + ], + "area_cells": 42 + }, + { + "id": "range_11", + "name": null, + "center": [ + 210, + 464 + ], + "peak": [ + 210, + 474 + ], + "area_cells": 453 + }, + { + "id": "range_14", + "name": null, + "center": [ + 221, + 402 + ], + "peak": [ + 222, + 403 + ], + "area_cells": 71 + }, + { + "id": "range_16", + "name": null, + "center": [ + 247, + 510 + ], + "peak": [ + 250, + 511 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-699/bodies/GJ699e/globe.png b/wiki/star-systems/GJ-699/bodies/GJ699e/globe.png new file mode 100644 index 000000000..fb3ee451c Binary files /dev/null and b/wiki/star-systems/GJ-699/bodies/GJ699e/globe.png differ diff --git a/wiki/star-systems/GJ-699/bodies/GJ699e/index.md b/wiki/star-systems/GJ-699/bodies/GJ699e/index.md new file mode 100644 index 000000000..d5781e223 --- /dev/null +++ b/wiki/star-systems/GJ-699/bodies/GJ699e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ699e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1298149103 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: null + oblateness: 0.0516 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.178 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.087 +--- + +# GJ699e + +Gas giant. + +**System:** [GJ-699](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1500 days | + +## Description + + 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/bodies/GJ702Bb/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/globe.png new file mode 100644 index 000000000..ced3d8ca7 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bb/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/heightmap.png new file mode 100644 index 000000000..9079ca27a Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bb/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/index.md new file mode 100644 index 000000000..272e29044 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ702Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1315324634 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 17.7 +physical: + gravity_g: 0.22 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.993 + polar_ice_lat: 0.906 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ702Bb + +Barren planet. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.22g | +| **Land** | 99% | +| **Year** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bb/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/markers.json new file mode 100644 index 000000000..f69f598c0 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bb/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 6 + ], + "peak": [ + 5, + 8 + ], + "area_cells": 151 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 506 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 93 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 34 + ], + "peak": [ + 12, + 34 + ], + "area_cells": 49 + }, + { + "id": "range_6", + "name": null, + "center": [ + 46, + 461 + ], + "peak": [ + 51, + 462 + ], + "area_cells": 232 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 42 + ], + "peak": [ + 42, + 44 + ], + "area_cells": 95 + }, + { + "id": "range_10", + "name": null, + "center": [ + 92, + 274 + ], + "peak": [ + 90, + 272 + ], + "area_cells": 3017 + }, + { + "id": "range_11", + "name": null, + "center": [ + 51, + 176 + ], + "peak": [ + 53, + 176 + ], + "area_cells": 233 + }, + { + "id": "range_12", + "name": null, + "center": [ + 98, + 73 + ], + "peak": [ + 89, + 58 + ], + "area_cells": 4698 + }, + { + "id": "range_15", + "name": null, + "center": [ + 54, + 258 + ], + "peak": [ + 56, + 259 + ], + "area_cells": 31 + }, + { + "id": "range_17", + "name": null, + "center": [ + 70, + 216 + ], + "peak": [ + 70, + 216 + ], + "area_cells": 159 + }, + { + "id": "range_18", + "name": null, + "center": [ + 80, + 174 + ], + "peak": [ + 81, + 177 + ], + "area_cells": 327 + }, + { + "id": "range_19", + "name": null, + "center": [ + 85, + 456 + ], + "peak": [ + 85, + 452 + ], + "area_cells": 536 + }, + { + "id": "range_22", + "name": null, + "center": [ + 91, + 204 + ], + "peak": [ + 90, + 202 + ], + "area_cells": 118 + }, + { + "id": "range_24", + "name": null, + "center": [ + 209, + 420 + ], + "peak": [ + 183, + 476 + ], + "area_cells": 12139 + }, + { + "id": "range_25", + "name": null, + "center": [ + 115, + 484 + ], + "peak": [ + 115, + 484 + ], + "area_cells": 32 + }, + { + "id": "range_27", + "name": null, + "center": [ + 142, + 226 + ], + "peak": [ + 140, + 222 + ], + "area_cells": 271 + }, + { + "id": "range_28", + "name": null, + "center": [ + 154, + 326 + ], + "peak": [ + 157, + 333 + ], + "area_cells": 1041 + }, + { + "id": "range_29", + "name": null, + "center": [ + 162, + 505 + ], + "peak": [ + 167, + 510 + ], + "area_cells": 299 + }, + { + "id": "range_31", + "name": null, + "center": [ + 208, + 83 + ], + "peak": [ + 171, + 152 + ], + "area_cells": 8851 + }, + { + "id": "range_33", + "name": null, + "center": [ + 196, + 315 + ], + "peak": [ + 197, + 313 + ], + "area_cells": 47 + }, + { + "id": "range_35", + "name": null, + "center": [ + 225, + 206 + ], + "peak": [ + 228, + 207 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bc/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/globe.png new file mode 100644 index 000000000..0bfd5668e Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bc/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/heightmap.png new file mode 100644 index 000000000..6b2ab4077 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bc/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/index.md new file mode 100644 index 000000000..57ac8119e --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/index.md @@ -0,0 +1,65 @@ +--- +id: GJ702Bc +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2474238441 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.262 + period_days: 55.0 + axial_tilt_deg: 29.5 +physical: + gravity_g: 0.6 + oblateness: 0.0017 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.846 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ702Bc + +Barren planet. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.6g | +| **Atmosphere** | thick | +| **Land** | 99% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bc/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/markers.json new file mode 100644 index 000000000..94655fab7 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bc/markers.json @@ -0,0 +1,40 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 174, + 252 + ], + "peak": [ + 175, + 63 + ], + "area_cells": 65917 + }, + { + "id": "range_2", + "name": null, + "center": [ + 103, + 304 + ], + "peak": [ + 103, + 305 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bd/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/globe.png new file mode 100644 index 000000000..95e8e4b5c Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bd/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/heightmap.png new file mode 100644 index 000000000..5da3bc77a Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bd/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/index.md new file mode 100644 index 000000000..d95236200 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ702Bd +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3274040759 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 15.2 +physical: + gravity_g: 0.45 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.894 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.084 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ702Bd + +Arid planet. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bd/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/markers.json new file mode 100644 index 000000000..bd1e77266 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bd/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 283 + ], + "peak": [ + 80, + 402 + ], + "area_cells": 37286 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 126 + ], + "peak": [ + 41, + 126 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 106 + ], + "peak": [ + 68, + 106 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Be/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Be/globe.png new file mode 100644 index 000000000..409d5ad2b Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Be/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Be/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Be/heightmap.png new file mode 100644 index 000000000..fa633f532 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Be/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Be/index.md new file mode 100644 index 000000000..66604a2ec --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Be/index.md @@ -0,0 +1,69 @@ +--- +id: GJ702Be +name: Galen +body_type: planet +planet_class: arid +body_scale: planet +seed: 2226020082 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.72 + period_days: 250.0 + axial_tilt_deg: 25.8 +physical: + gravity_g: 0.82 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.516 + polar_ice_lat: 0.882 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.156 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Galen + +Arid planet. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 52% | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Be/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Be/markers.json new file mode 100644 index 000000000..f73c1f6f3 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Be/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 121, + 425 + ], + [ + 122, + 424 + ], + [ + 123, + 423 + ], + [ + 124, + 422 + ], + [ + 125, + 421 + ], + [ + 126, + 420 + ], + [ + 126, + 419 + ], + [ + 126, + 418 + ], + [ + 127, + 417 + ], + [ + 127, + 416 + ], + [ + 128, + 415 + ], + [ + 128, + 416 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 143, + 435 + ], + [ + 142, + 434 + ], + [ + 141, + 433 + ], + [ + 140, + 432 + ], + [ + 139, + 431 + ], + [ + 138, + 432 + ], + [ + 137, + 433 + ], + [ + 136, + 434 + ], + [ + 135, + 435 + ], + [ + 134, + 436 + ], + [ + 135, + 436 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 85, + 233 + ], + "area_fraction": 0.4837 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 48 + ], + "peak": [ + 52, + 43 + ], + "area_cells": 362 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 2 + ], + "peak": [ + 64, + 0 + ], + "area_cells": 130 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 502 + ], + "peak": [ + 70, + 504 + ], + "area_cells": 372 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 455 + ], + "peak": [ + 67, + 459 + ], + "area_cells": 154 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 485 + ], + "peak": [ + 118, + 484 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 177, + 46 + ], + "peak": [ + 160, + 48 + ], + "area_cells": 3635 + }, + { + "id": "range_8", + "name": null, + "center": [ + 153, + 347 + ], + "peak": [ + 153, + 344 + ], + "area_cells": 121 + }, + { + "id": "range_9", + "name": null, + "center": [ + 200, + 405 + ], + "peak": [ + 200, + 467 + ], + "area_cells": 10633 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 313 + ], + "peak": [ + 172, + 313 + ], + "area_cells": 51 + }, + { + "id": "range_11", + "name": null, + "center": [ + 218, + 39 + ], + "peak": [ + 223, + 40 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 225, + 16 + ], + "peak": [ + 226, + 25 + ], + "area_cells": 255 + }, + { + "id": "range_13", + "name": null, + "center": [ + 238, + 35 + ], + "peak": [ + 241, + 34 + ], + "area_cells": 52 + }, + { + "id": "range_14", + "name": null, + "center": [ + 239, + 14 + ], + "peak": [ + 240, + 16 + ], + "area_cells": 33 + }, + { + "id": "range_15", + "name": null, + "center": [ + 243, + 298 + ], + "peak": [ + 242, + 294 + ], + "area_cells": 100 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bf/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/globe.png new file mode 100644 index 000000000..028e23642 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bf/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/heightmap.png new file mode 100644 index 000000000..1f3700f23 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bf/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/index.md new file mode 100644 index 000000000..bee330737 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/index.md @@ -0,0 +1,69 @@ +--- +id: GJ702Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1069238405 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.142 + period_days: 500.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.5 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.669 + polar_ice_lat: 0.29 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.318 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ702Bf + +Frozen planet. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Hydrosphere** | rivers | +| **Land** | 67% | +| **Year** | 500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bf/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/markers.json new file mode 100644 index 000000000..cc00c85ca --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bf/markers.json @@ -0,0 +1,109 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 201, + 510 + ], + [ + 200, + 509 + ], + [ + 199, + 510 + ], + [ + 198, + 511 + ], + [ + 198, + 0 + ], + [ + 199, + 1 + ], + [ + 199, + 2 + ], + [ + 200, + 2 + ], + [ + 199, + 3 + ], + [ + 198, + 2 + ], + [ + 198, + 1 + ], + [ + 199, + 0 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 92, + 342 + ], + "area_fraction": 0.2779 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 44, + 59 + ], + "area_fraction": 0.0208 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 45, + 477 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 220, + 395 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bg/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/globe.png new file mode 100644 index 000000000..f3cd09e88 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bg/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/heightmap.png new file mode 100644 index 000000000..d29cc5edb Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bg/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/index.md new file mode 100644 index 000000000..56a191bf8 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/index.md @@ -0,0 +1,65 @@ +--- +id: GJ702Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1539012913 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.69 + period_days: 900.0 + axial_tilt_deg: 18.2 +physical: + gravity_g: 0.35 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.301 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ702Bg + +Frozen planet. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bg/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/markers.json new file mode 100644 index 000000000..814c848e3 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bg/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 49, + 436 + ], + "area_fraction": 0.0891 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 38, + 8 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 140, + 399 + ], + "peak": [ + 141, + 402 + ], + "area_cells": 149 + }, + { + "id": "range_2", + "name": null, + "center": [ + 147, + 369 + ], + "peak": [ + 150, + 363 + ], + "area_cells": 135 + }, + { + "id": "range_3", + "name": null, + "center": [ + 187, + 74 + ], + "peak": [ + 158, + 119 + ], + "area_cells": 7963 + }, + { + "id": "range_5", + "name": null, + "center": [ + 218, + 379 + ], + "peak": [ + 218, + 401 + ], + "area_cells": 2206 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/globe.png new file mode 100644 index 000000000..81a8db358 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/heightmap.png new file mode 100644 index 000000000..973b49f17 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/index.md new file mode 100644 index 000000000..3ec4a527d --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ702Bh-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2729888054 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 6.2 +physical: + gravity_g: 0.09 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.901 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ702Bh-1 + +Barren moon. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 99% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/markers.json new file mode 100644 index 000000000..2f1660e76 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-1/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 34, + 2 + ], + "peak": [ + 34, + 2 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 483 + ], + "peak": [ + 83, + 500 + ], + "area_cells": 1996 + }, + { + "id": "range_7", + "name": null, + "center": [ + 48, + 420 + ], + "peak": [ + 46, + 421 + ], + "area_cells": 67 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 331 + ], + "peak": [ + 45, + 337 + ], + "area_cells": 102 + }, + { + "id": "range_9", + "name": null, + "center": [ + 47, + 27 + ], + "peak": [ + 47, + 27 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 394 + ], + "peak": [ + 54, + 395 + ], + "area_cells": 137 + }, + { + "id": "range_11", + "name": null, + "center": [ + 55, + 351 + ], + "peak": [ + 57, + 353 + ], + "area_cells": 95 + }, + { + "id": "range_12", + "name": null, + "center": [ + 66, + 14 + ], + "peak": [ + 64, + 6 + ], + "area_cells": 625 + }, + { + "id": "range_14", + "name": null, + "center": [ + 64, + 365 + ], + "peak": [ + 65, + 366 + ], + "area_cells": 41 + }, + { + "id": "range_15", + "name": null, + "center": [ + 63, + 295 + ], + "peak": [ + 64, + 296 + ], + "area_cells": 23 + }, + { + "id": "range_16", + "name": null, + "center": [ + 100, + 262 + ], + "peak": [ + 89, + 253 + ], + "area_cells": 754 + }, + { + "id": "range_17", + "name": null, + "center": [ + 79, + 387 + ], + "peak": [ + 79, + 388 + ], + "area_cells": 47 + }, + { + "id": "range_18", + "name": null, + "center": [ + 83, + 350 + ], + "peak": [ + 83, + 351 + ], + "area_cells": 60 + }, + { + "id": "range_21", + "name": null, + "center": [ + 92, + 372 + ], + "peak": [ + 92, + 374 + ], + "area_cells": 33 + }, + { + "id": "range_22", + "name": null, + "center": [ + 113, + 25 + ], + "peak": [ + 110, + 35 + ], + "area_cells": 390 + }, + { + "id": "range_24", + "name": null, + "center": [ + 148, + 441 + ], + "peak": [ + 144, + 447 + ], + "area_cells": 602 + }, + { + "id": "range_27", + "name": null, + "center": [ + 169, + 121 + ], + "peak": [ + 179, + 102 + ], + "area_cells": 2150 + }, + { + "id": "range_28", + "name": null, + "center": [ + 141, + 11 + ], + "peak": [ + 142, + 12 + ], + "area_cells": 97 + }, + { + "id": "range_29", + "name": null, + "center": [ + 148, + 357 + ], + "peak": [ + 148, + 357 + ], + "area_cells": 53 + }, + { + "id": "range_31", + "name": null, + "center": [ + 158, + 468 + ], + "peak": [ + 158, + 468 + ], + "area_cells": 82 + }, + { + "id": "range_32", + "name": null, + "center": [ + 175, + 383 + ], + "peak": [ + 176, + 387 + ], + "area_cells": 895 + }, + { + "id": "range_33", + "name": null, + "center": [ + 174, + 23 + ], + "peak": [ + 174, + 23 + ], + "area_cells": 21 + }, + { + "id": "range_34", + "name": null, + "center": [ + 190, + 488 + ], + "peak": [ + 196, + 492 + ], + "area_cells": 204 + }, + { + "id": "range_35", + "name": null, + "center": [ + 190, + 71 + ], + "peak": [ + 190, + 72 + ], + "area_cells": 157 + }, + { + "id": "range_36", + "name": null, + "center": [ + 187, + 466 + ], + "peak": [ + 190, + 466 + ], + "area_cells": 90 + }, + { + "id": "range_37", + "name": null, + "center": [ + 193, + 414 + ], + "peak": [ + 195, + 415 + ], + "area_cells": 54 + }, + { + "id": "range_39", + "name": null, + "center": [ + 200, + 447 + ], + "peak": [ + 200, + 447 + ], + "area_cells": 57 + }, + { + "id": "range_41", + "name": null, + "center": [ + 217, + 473 + ], + "peak": [ + 218, + 473 + ], + "area_cells": 70 + }, + { + "id": "range_42", + "name": null, + "center": [ + 221, + 389 + ], + "peak": [ + 223, + 389 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/globe.png new file mode 100644 index 000000000..89f57ad13 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/heightmap.png new file mode 100644 index 000000000..3eb5a8734 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/index.md new file mode 100644 index 000000000..7c4903d5f --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ702Bh-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1264747448 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 24.5 +physical: + gravity_g: 0.06 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.265 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ702Bh-2 + +Frozen moon. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/markers.json new file mode 100644 index 000000000..c28f8893c --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-2/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 42, + 158 + ], + "area_fraction": 0.202 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 480 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 96, + 174 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 103, + 215 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 104, + 351 + ], + "area_fraction": 0.006 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 144, + 58 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 237, + 43 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 150, + 443 + ], + "peak": [ + 153, + 429 + ], + "area_cells": 7031 + }, + { + "id": "range_3", + "name": null, + "center": [ + 108, + 498 + ], + "peak": [ + 108, + 500 + ], + "area_cells": 145 + }, + { + "id": "range_4", + "name": null, + "center": [ + 141, + 358 + ], + "peak": [ + 141, + 361 + ], + "area_cells": 371 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 301 + ], + "peak": [ + 144, + 303 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 205, + 220 + ], + "peak": [ + 198, + 252 + ], + "area_cells": 9045 + }, + { + "id": "range_9", + "name": null, + "center": [ + 207, + 89 + ], + "peak": [ + 211, + 88 + ], + "area_cells": 184 + }, + { + "id": "range_11", + "name": null, + "center": [ + 218, + 293 + ], + "peak": [ + 219, + 293 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 238, + 496 + ], + "peak": [ + 238, + 497 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/globe.png new file mode 100644 index 000000000..43819b749 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/heightmap.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/heightmap.png new file mode 100644 index 000000000..42ff487a3 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/index.md new file mode 100644 index 000000000..097dd2aac --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/index.md @@ -0,0 +1,64 @@ +--- +id: GJ702Bh-3 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1332090943 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.04 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.853 + 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 +--- + +# GJ702Bh-3 + +Barren moon. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/markers.json b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/markers.json new file mode 100644 index 000000000..7fbef0978 --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh-3/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 267 + ], + "peak": [ + 63, + 360 + ], + "area_cells": 13041 + }, + { + "id": "range_3", + "name": null, + "center": [ + 0, + 430 + ], + "peak": [ + 2, + 431 + ], + "area_cells": 47 + }, + { + "id": "range_8", + "name": null, + "center": [ + 35, + 10 + ], + "peak": [ + 34, + 12 + ], + "area_cells": 169 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 257 + ], + "peak": [ + 59, + 258 + ], + "area_cells": 48 + }, + { + "id": "range_12", + "name": null, + "center": [ + 68, + 16 + ], + "peak": [ + 69, + 18 + ], + "area_cells": 192 + }, + { + "id": "range_13", + "name": null, + "center": [ + 62, + 36 + ], + "peak": [ + 61, + 33 + ], + "area_cells": 54 + }, + { + "id": "range_15", + "name": null, + "center": [ + 74, + 283 + ], + "peak": [ + 73, + 284 + ], + "area_cells": 57 + }, + { + "id": "range_16", + "name": null, + "center": [ + 81, + 129 + ], + "peak": [ + 88, + 122 + ], + "area_cells": 357 + }, + { + "id": "range_20", + "name": null, + "center": [ + 116, + 173 + ], + "peak": [ + 125, + 204 + ], + "area_cells": 3144 + }, + { + "id": "range_23", + "name": null, + "center": [ + 108, + 259 + ], + "peak": [ + 127, + 263 + ], + "area_cells": 1903 + }, + { + "id": "range_24", + "name": null, + "center": [ + 98, + 60 + ], + "peak": [ + 85, + 66 + ], + "area_cells": 293 + }, + { + "id": "range_25", + "name": null, + "center": [ + 85, + 267 + ], + "peak": [ + 86, + 267 + ], + "area_cells": 146 + }, + { + "id": "range_26", + "name": null, + "center": [ + 84, + 366 + ], + "peak": [ + 84, + 367 + ], + "area_cells": 42 + }, + { + "id": "range_28", + "name": null, + "center": [ + 111, + 110 + ], + "peak": [ + 112, + 119 + ], + "area_cells": 213 + }, + { + "id": "range_29", + "name": null, + "center": [ + 114, + 26 + ], + "peak": [ + 112, + 26 + ], + "area_cells": 47 + }, + { + "id": "range_30", + "name": null, + "center": [ + 127, + 378 + ], + "peak": [ + 127, + 379 + ], + "area_cells": 25 + }, + { + "id": "range_34", + "name": null, + "center": [ + 166, + 2 + ], + "peak": [ + 164, + 4 + ], + "area_cells": 108 + }, + { + "id": "range_35", + "name": null, + "center": [ + 167, + 25 + ], + "peak": [ + 165, + 23 + ], + "area_cells": 146 + }, + { + "id": "range_36", + "name": null, + "center": [ + 174, + 144 + ], + "peak": [ + 173, + 136 + ], + "area_cells": 298 + }, + { + "id": "range_39", + "name": null, + "center": [ + 178, + 113 + ], + "peak": [ + 180, + 120 + ], + "area_cells": 155 + }, + { + "id": "range_40", + "name": null, + "center": [ + 183, + 505 + ], + "peak": [ + 176, + 511 + ], + "area_cells": 87 + }, + { + "id": "range_41", + "name": null, + "center": [ + 196, + 11 + ], + "peak": [ + 196, + 14 + ], + "area_cells": 191 + }, + { + "id": "range_42", + "name": null, + "center": [ + 192, + 488 + ], + "peak": [ + 193, + 488 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh/globe.png b/wiki/star-systems/GJ-702B/bodies/GJ702Bh/globe.png new file mode 100644 index 000000000..ad4bdb372 Binary files /dev/null and b/wiki/star-systems/GJ-702B/bodies/GJ702Bh/globe.png differ diff --git a/wiki/star-systems/GJ-702B/bodies/GJ702Bh/index.md b/wiki/star-systems/GJ-702B/bodies/GJ702Bh/index.md new file mode 100644 index 000000000..2d1f2d9bc --- /dev/null +++ b/wiki/star-systems/GJ-702B/bodies/GJ702Bh/index.md @@ -0,0 +1,61 @@ +--- +id: GJ702Bh +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1233744347 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: null + oblateness: 0.0518 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 4 + storm_max_size: 0.094 +--- + +# GJ702Bh + +Gas giant. + +**System:** [GJ-702B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + 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/bodies/GJ706b/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706b/globe.png new file mode 100644 index 000000000..7bf777302 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706b/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706b/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706b/heightmap.png new file mode 100644 index 000000000..9709f9971 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706b/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706b/index.md b/wiki/star-systems/GJ-706/bodies/GJ706b/index.md new file mode 100644 index 000000000..b15f2afb0 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ706b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 718560645 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.35 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.89 + 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 +--- + +# GJ706b + +Barren planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706b/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706b/markers.json new file mode 100644 index 000000000..2e800bdfa --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706b/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 165, + 251 + ], + "peak": [ + 184, + 234 + ], + "area_cells": 21475 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 6 + ], + "peak": [ + 45, + 1 + ], + "area_cells": 91 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 143 + ], + "peak": [ + 60, + 143 + ], + "area_cells": 98 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 11 + ], + "peak": [ + 102, + 0 + ], + "area_cells": 678 + }, + { + "id": "range_9", + "name": null, + "center": [ + 87, + 139 + ], + "peak": [ + 83, + 143 + ], + "area_cells": 118 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 179 + ], + "peak": [ + 101, + 179 + ], + "area_cells": 57 + }, + { + "id": "range_12", + "name": null, + "center": [ + 114, + 377 + ], + "peak": [ + 114, + 378 + ], + "area_cells": 87 + }, + { + "id": "range_14", + "name": null, + "center": [ + 131, + 98 + ], + "peak": [ + 126, + 97 + ], + "area_cells": 82 + }, + { + "id": "range_15", + "name": null, + "center": [ + 140, + 386 + ], + "peak": [ + 143, + 386 + ], + "area_cells": 173 + }, + { + "id": "range_16", + "name": null, + "center": [ + 134, + 286 + ], + "peak": [ + 134, + 286 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 138, + 321 + ], + "peak": [ + 139, + 322 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 144, + 357 + ], + "peak": [ + 145, + 357 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 168, + 19 + ], + "peak": [ + 168, + 20 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 235, + 476 + ], + "peak": [ + 239, + 476 + ], + "area_cells": 56 + }, + { + "id": "range_27", + "name": null, + "center": [ + 249, + 486 + ], + "peak": [ + 255, + 490 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706c/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706c/globe.png new file mode 100644 index 000000000..a10e6a562 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706c/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706c/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706c/heightmap.png new file mode 100644 index 000000000..75a7ebfe9 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706c/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706c/index.md b/wiki/star-systems/GJ-706/bodies/GJ706c/index.md new file mode 100644 index 000000000..0a50305ef --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ706c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 308066790 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.278 + period_days: 60.0 + axial_tilt_deg: 29.2 +physical: + gravity_g: 0.48 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.81 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.149 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706c + +Arid planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 60 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706c/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706c/markers.json new file mode 100644 index 000000000..7e2dca90d --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706c/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 336 + ], + "peak": [ + 74, + 335 + ], + "area_cells": 163 + }, + { + "id": "range_2", + "name": null, + "center": [ + 164, + 475 + ], + "peak": [ + 191, + 490 + ], + "area_cells": 4645 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 299 + ], + "peak": [ + 119, + 295 + ], + "area_cells": 550 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 33 + ], + "peak": [ + 140, + 40 + ], + "area_cells": 840 + }, + { + "id": "range_5", + "name": null, + "center": [ + 139, + 342 + ], + "peak": [ + 140, + 344 + ], + "area_cells": 23 + }, + { + "id": "range_6", + "name": null, + "center": [ + 167, + 311 + ], + "peak": [ + 168, + 325 + ], + "area_cells": 1151 + }, + { + "id": "range_7", + "name": null, + "center": [ + 197, + 14 + ], + "peak": [ + 197, + 0 + ], + "area_cells": 1647 + }, + { + "id": "range_8", + "name": null, + "center": [ + 165, + 88 + ], + "peak": [ + 165, + 90 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 401 + ], + "peak": [ + 165, + 401 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 74 + ], + "peak": [ + 193, + 73 + ], + "area_cells": 60 + }, + { + "id": "range_11", + "name": null, + "center": [ + 201, + 122 + ], + "peak": [ + 199, + 115 + ], + "area_cells": 136 + }, + { + "id": "range_12", + "name": null, + "center": [ + 203, + 412 + ], + "peak": [ + 203, + 406 + ], + "area_cells": 213 + }, + { + "id": "range_15", + "name": null, + "center": [ + 211, + 136 + ], + "peak": [ + 214, + 134 + ], + "area_cells": 70 + }, + { + "id": "range_16", + "name": null, + "center": [ + 239, + 319 + ], + "peak": [ + 240, + 358 + ], + "area_cells": 2835 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d-1/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706d-1/globe.png new file mode 100644 index 000000000..1b688a0ba Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706d-1/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d-1/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706d-1/heightmap.png new file mode 100644 index 000000000..dd42930c6 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d-1/index.md b/wiki/star-systems/GJ-706/bodies/GJ706d-1/index.md new file mode 100644 index 000000000..9d0c5a6d0 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ706d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3233403407 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.05 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.909 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706d-1 + +Barren moon. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d-1/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706d-1/markers.json new file mode 100644 index 000000000..66d3327a7 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706d-1/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 78, + 42 + ], + "peak": [ + 94, + 88 + ], + "area_cells": 3662 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 376 + ], + "peak": [ + 51, + 374 + ], + "area_cells": 86 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 474 + ], + "peak": [ + 72, + 445 + ], + "area_cells": 3080 + }, + { + "id": "range_6", + "name": null, + "center": [ + 60, + 400 + ], + "peak": [ + 63, + 399 + ], + "area_cells": 189 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 306 + ], + "peak": [ + 63, + 307 + ], + "area_cells": 349 + }, + { + "id": "range_9", + "name": null, + "center": [ + 138, + 332 + ], + "peak": [ + 116, + 239 + ], + "area_cells": 10323 + }, + { + "id": "range_12", + "name": null, + "center": [ + 67, + 364 + ], + "peak": [ + 67, + 362 + ], + "area_cells": 58 + }, + { + "id": "range_13", + "name": null, + "center": [ + 70, + 242 + ], + "peak": [ + 70, + 242 + ], + "area_cells": 140 + }, + { + "id": "range_16", + "name": null, + "center": [ + 92, + 385 + ], + "peak": [ + 93, + 383 + ], + "area_cells": 26 + }, + { + "id": "range_19", + "name": null, + "center": [ + 109, + 379 + ], + "peak": [ + 116, + 384 + ], + "area_cells": 83 + }, + { + "id": "range_20", + "name": null, + "center": [ + 110, + 109 + ], + "peak": [ + 112, + 108 + ], + "area_cells": 117 + }, + { + "id": "range_21", + "name": null, + "center": [ + 119, + 141 + ], + "peak": [ + 129, + 148 + ], + "area_cells": 273 + }, + { + "id": "range_30", + "name": null, + "center": [ + 154, + 101 + ], + "peak": [ + 168, + 102 + ], + "area_cells": 618 + }, + { + "id": "range_31", + "name": null, + "center": [ + 129, + 78 + ], + "peak": [ + 130, + 80 + ], + "area_cells": 47 + }, + { + "id": "range_32", + "name": null, + "center": [ + 148, + 60 + ], + "peak": [ + 149, + 64 + ], + "area_cells": 163 + }, + { + "id": "range_33", + "name": null, + "center": [ + 144, + 318 + ], + "peak": [ + 143, + 315 + ], + "area_cells": 92 + }, + { + "id": "range_34", + "name": null, + "center": [ + 168, + 205 + ], + "peak": [ + 193, + 200 + ], + "area_cells": 1135 + }, + { + "id": "range_35", + "name": null, + "center": [ + 144, + 146 + ], + "peak": [ + 145, + 148 + ], + "area_cells": 46 + }, + { + "id": "range_36", + "name": null, + "center": [ + 165, + 13 + ], + "peak": [ + 157, + 6 + ], + "area_cells": 409 + }, + { + "id": "range_37", + "name": null, + "center": [ + 154, + 129 + ], + "peak": [ + 153, + 129 + ], + "area_cells": 45 + }, + { + "id": "range_38", + "name": null, + "center": [ + 159, + 508 + ], + "peak": [ + 158, + 511 + ], + "area_cells": 40 + }, + { + "id": "range_40", + "name": null, + "center": [ + 169, + 154 + ], + "peak": [ + 167, + 148 + ], + "area_cells": 231 + }, + { + "id": "range_43", + "name": null, + "center": [ + 191, + 252 + ], + "peak": [ + 186, + 252 + ], + "area_cells": 148 + }, + { + "id": "range_44", + "name": null, + "center": [ + 190, + 221 + ], + "peak": [ + 191, + 222 + ], + "area_cells": 58 + }, + { + "id": "range_45", + "name": null, + "center": [ + 191, + 428 + ], + "peak": [ + 192, + 429 + ], + "area_cells": 21 + }, + { + "id": "range_46", + "name": null, + "center": [ + 203, + 283 + ], + "peak": [ + 204, + 285 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706d/globe.png new file mode 100644 index 000000000..7cc9b8b9d Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706d/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706d/heightmap.png new file mode 100644 index 000000000..a055a8216 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706d/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d/index.md b/wiki/star-systems/GJ-706/bodies/GJ706d/index.md new file mode 100644 index 000000000..d87d101cf --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ706d +name: Mawhera +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2173011020 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 30.9 +physical: + gravity_g: 0.88 + oblateness: 0.0025 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.663 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.518 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Mawhera + +Temperate planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 99% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 45M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706d/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706d/markers.json new file mode 100644 index 000000000..ca3acf115 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706d/markers.json @@ -0,0 +1,1133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 218, + 16 + ], + [ + 217, + 15 + ], + [ + 216, + 14 + ], + [ + 216, + 13 + ], + [ + 216, + 12 + ], + [ + 216, + 11 + ], + [ + 216, + 10 + ], + [ + 216, + 9 + ], + [ + 216, + 8 + ], + [ + 217, + 7 + ], + [ + 216, + 6 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 187, + 31 + ], + [ + 186, + 30 + ], + [ + 185, + 30 + ], + [ + 184, + 30 + ], + [ + 183, + 31 + ], + [ + 182, + 32 + ], + [ + 181, + 33 + ], + [ + 180, + 34 + ], + [ + 179, + 35 + ], + [ + 178, + 34 + ], + [ + 177, + 33 + ], + [ + 176, + 32 + ], + [ + 175, + 32 + ], + [ + 174, + 31 + ], + [ + 173, + 30 + ], + [ + 172, + 29 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 137, + 67 + ], + [ + 136, + 66 + ], + [ + 135, + 67 + ], + [ + 134, + 67 + ], + [ + 133, + 67 + ], + [ + 132, + 67 + ], + [ + 131, + 66 + ], + [ + 130, + 67 + ], + [ + 129, + 68 + ], + [ + 128, + 69 + ], + [ + 127, + 70 + ], + [ + 126, + 69 + ], + [ + 127, + 69 + ], + [ + 126, + 68 + ], + [ + 125, + 69 + ], + [ + 124, + 68 + ], + [ + 123, + 69 + ], + [ + 122, + 70 + ], + [ + 121, + 71 + ], + [ + 120, + 70 + ], + [ + 119, + 70 + ], + [ + 118, + 71 + ], + [ + 117, + 71 + ], + [ + 116, + 72 + ], + [ + 115, + 72 + ], + [ + 114, + 73 + ], + [ + 113, + 72 + ], + [ + 112, + 71 + ], + [ + 112, + 72 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 131, + 463 + ], + [ + 130, + 462 + ], + [ + 129, + 461 + ], + [ + 128, + 460 + ], + [ + 127, + 459 + ], + [ + 127, + 458 + ], + [ + 127, + 457 + ], + [ + 128, + 456 + ], + [ + 127, + 455 + ], + [ + 128, + 454 + ], + [ + 129, + 453 + ], + [ + 130, + 452 + ], + [ + 130, + 451 + ], + [ + 129, + 450 + ], + [ + 129, + 449 + ], + [ + 129, + 448 + ], + [ + 130, + 447 + ], + [ + 129, + 447 + ], + [ + 130, + 446 + ], + [ + 130, + 445 + ], + [ + 130, + 444 + ], + [ + 130, + 443 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 176, + 254 + ], + [ + 177, + 254 + ], + [ + 177, + 253 + ], + [ + 178, + 252 + ], + [ + 177, + 251 + ], + [ + 176, + 251 + ], + [ + 177, + 250 + ], + [ + 176, + 249 + ], + [ + 176, + 248 + ], + [ + 175, + 247 + ], + [ + 176, + 246 + ], + [ + 175, + 246 + ], + [ + 174, + 246 + ], + [ + 175, + 245 + ], + [ + 175, + 244 + ], + [ + 176, + 245 + ], + [ + 177, + 246 + ], + [ + 176, + 247 + ], + [ + 177, + 247 + ], + [ + 177, + 248 + ], + [ + 178, + 247 + ], + [ + 178, + 246 + ], + [ + 177, + 245 + ], + [ + 177, + 244 + ], + [ + 178, + 244 + ], + [ + 177, + 243 + ], + [ + 178, + 242 + ], + [ + 179, + 241 + ], + [ + 178, + 240 + ], + [ + 179, + 239 + ], + [ + 179, + 238 + ], + [ + 180, + 239 + ], + [ + 179, + 240 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 160, + 385 + ], + [ + 159, + 384 + ], + [ + 158, + 383 + ], + [ + 157, + 382 + ], + [ + 156, + 382 + ], + [ + 156, + 381 + ], + [ + 155, + 382 + ], + [ + 154, + 381 + ], + [ + 153, + 380 + ], + [ + 152, + 379 + ], + [ + 151, + 378 + ], + [ + 151, + 377 + ], + [ + 150, + 376 + ], + [ + 149, + 375 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 195, + 0 + ], + [ + 196, + 511 + ], + [ + 197, + 511 + ], + [ + 198, + 511 + ], + [ + 199, + 511 + ], + [ + 200, + 511 + ], + [ + 201, + 511 + ], + [ + 202, + 511 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 170, + 344 + ], + [ + 171, + 343 + ], + [ + 172, + 342 + ], + [ + 173, + 342 + ], + [ + 174, + 341 + ], + [ + 175, + 341 + ], + [ + 176, + 342 + ], + [ + 176, + 343 + ], + [ + 175, + 342 + ], + [ + 175, + 343 + ], + [ + 176, + 344 + ], + [ + 175, + 344 + ], + [ + 175, + 345 + ], + [ + 176, + 346 + ], + [ + 176, + 347 + ], + [ + 177, + 348 + ], + [ + 178, + 348 + ], + [ + 178, + 349 + ], + [ + 179, + 349 + ], + [ + 180, + 350 + ], + [ + 181, + 351 + ], + [ + 181, + 352 + ], + [ + 181, + 353 + ], + [ + 181, + 354 + ], + [ + 180, + 353 + ], + [ + 180, + 352 + ], + [ + 179, + 352 + ], + [ + 179, + 351 + ], + [ + 179, + 350 + ], + [ + 178, + 350 + ], + [ + 177, + 349 + ], + [ + 176, + 348 + ], + [ + 177, + 347 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 140, + 437 + ], + [ + 141, + 437 + ], + [ + 142, + 438 + ], + [ + 143, + 439 + ], + [ + 144, + 440 + ], + [ + 145, + 441 + ], + [ + 146, + 442 + ], + [ + 147, + 442 + ], + [ + 148, + 442 + ], + [ + 149, + 441 + ], + [ + 150, + 441 + ], + [ + 151, + 440 + ], + [ + 152, + 439 + ], + [ + 153, + 438 + ], + [ + 154, + 437 + ], + [ + 155, + 436 + ], + [ + 156, + 435 + ], + [ + 156, + 434 + ], + [ + 157, + 433 + ], + [ + 158, + 433 + ], + [ + 158, + 432 + ], + [ + 159, + 431 + ], + [ + 159, + 430 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 158, + 341 + ], + [ + 157, + 340 + ], + [ + 156, + 341 + ], + [ + 155, + 340 + ], + [ + 155, + 339 + ], + [ + 154, + 339 + ], + [ + 154, + 340 + ], + [ + 154, + 341 + ], + [ + 153, + 342 + ], + [ + 153, + 343 + ], + [ + 152, + 343 + ], + [ + 153, + 344 + ], + [ + 154, + 344 + ], + [ + 154, + 343 + ], + [ + 154, + 342 + ], + [ + 155, + 342 + ], + [ + 155, + 343 + ], + [ + 156, + 343 + ], + [ + 156, + 344 + ], + [ + 155, + 344 + ], + [ + 154, + 345 + ], + [ + 155, + 345 + ], + [ + 156, + 346 + ], + [ + 155, + 347 + ], + [ + 155, + 348 + ], + [ + 155, + 349 + ], + [ + 156, + 350 + ], + [ + 156, + 351 + ], + [ + 156, + 352 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 180, + 0 + ], + [ + 179, + 511 + ], + [ + 178, + 511 + ], + [ + 177, + 510 + ], + [ + 176, + 509 + ], + [ + 175, + 510 + ], + [ + 174, + 510 + ], + [ + 173, + 511 + ], + [ + 172, + 510 + ], + [ + 171, + 509 + ], + [ + 170, + 508 + ], + [ + 169, + 508 + ], + [ + 169, + 509 + ], + [ + 169, + 510 + ], + [ + 169, + 511 + ], + [ + 170, + 510 + ], + [ + 171, + 510 + ], + [ + 170, + 511 + ], + [ + 171, + 511 + ] + ] + } + ], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 415 + ], + "peak": [ + 39, + 440 + ], + "area_cells": 2331 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 312 + ], + "peak": [ + 23, + 314 + ], + "area_cells": 109 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 213 + ], + "peak": [ + 37, + 218 + ], + "area_cells": 149 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 296 + ], + "peak": [ + 30, + 295 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 39, + 162 + ], + "peak": [ + 43, + 181 + ], + "area_cells": 1173 + }, + { + "id": "range_7", + "name": null, + "center": [ + 66, + 297 + ], + "peak": [ + 67, + 297 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 77, + 469 + ], + "peak": [ + 78, + 470 + ], + "area_cells": 96 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 222 + ], + "peak": [ + 100, + 224 + ], + "area_cells": 239 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706e/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706e/globe.png new file mode 100644 index 000000000..cc99b6a17 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706e/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706e/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706e/heightmap.png new file mode 100644 index 000000000..8c3ae615a Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706e/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706e/index.md b/wiki/star-systems/GJ-706/bodies/GJ706e/index.md new file mode 100644 index 000000000..fff25db62 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ706e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1633816647 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.813 + period_days: 300.0 + axial_tilt_deg: 24.8 +physical: + gravity_g: 0.4 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.856 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.121 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706e + +Arid planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 96% | +| **Year** | 300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706e/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706e/markers.json new file mode 100644 index 000000000..7bbece94c --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706e/markers.json @@ -0,0 +1,293 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 93, + 323 + ], + [ + 92, + 322 + ], + [ + 91, + 321 + ], + [ + 90, + 320 + ], + [ + 89, + 319 + ], + [ + 88, + 318 + ], + [ + 87, + 317 + ], + [ + 86, + 316 + ], + [ + 85, + 315 + ], + [ + 85, + 314 + ], + [ + 85, + 313 + ], + [ + 85, + 312 + ], + [ + 85, + 311 + ], + [ + 85, + 310 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 105, + 326 + ], + [ + 104, + 327 + ], + [ + 103, + 326 + ], + [ + 103, + 325 + ], + [ + 103, + 324 + ], + [ + 103, + 323 + ], + [ + 103, + 322 + ], + [ + 102, + 322 + ], + [ + 102, + 323 + ], + [ + 101, + 322 + ], + [ + 100, + 323 + ], + [ + 101, + 324 + ], + [ + 100, + 324 + ], + [ + 99, + 324 + ], + [ + 100, + 325 + ], + [ + 101, + 326 + ], + [ + 101, + 325 + ], + [ + 102, + 324 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 71 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 66, + 408 + ], + "area_fraction": 0.0222 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 149, + 405 + ], + "peak": [ + 149, + 409 + ], + "area_cells": 446 + }, + { + "id": "range_5", + "name": null, + "center": [ + 163, + 37 + ], + "peak": [ + 156, + 29 + ], + "area_cells": 471 + }, + { + "id": "range_6", + "name": null, + "center": [ + 182, + 18 + ], + "peak": [ + 181, + 18 + ], + "area_cells": 70 + }, + { + "id": "range_7", + "name": null, + "center": [ + 186, + 247 + ], + "peak": [ + 181, + 251 + ], + "area_cells": 178 + }, + { + "id": "range_8", + "name": null, + "center": [ + 187, + 209 + ], + "peak": [ + 186, + 212 + ], + "area_cells": 67 + }, + { + "id": "range_10", + "name": null, + "center": [ + 198, + 222 + ], + "peak": [ + 199, + 224 + ], + "area_cells": 115 + }, + { + "id": "range_12", + "name": null, + "center": [ + 212, + 44 + ], + "peak": [ + 213, + 45 + ], + "area_cells": 173 + }, + { + "id": "range_13", + "name": null, + "center": [ + 234, + 279 + ], + "peak": [ + 237, + 255 + ], + "area_cells": 5882 + }, + { + "id": "range_14", + "name": null, + "center": [ + 236, + 65 + ], + "peak": [ + 235, + 69 + ], + "area_cells": 971 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706f/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706f/globe.png new file mode 100644 index 000000000..f52b41fdc Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706f/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706f/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706f/heightmap.png new file mode 100644 index 000000000..77d3ba8ef Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706f/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706f/index.md b/wiki/star-systems/GJ-706/bodies/GJ706f/index.md new file mode 100644 index 000000000..89e1146c7 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ706f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1907802845 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.429 + period_days: 700.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.32 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.848 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706f + +Frozen planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706f/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706f/markers.json new file mode 100644 index 000000000..b16802920 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706f/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 8, + 16 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 30, + 220 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 51, + 104 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 186, + 328 + ], + "area_fraction": 0.0823 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 210, + 408 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 296 + ], + "peak": [ + 26, + 299 + ], + "area_cells": 54 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 307 + ], + "peak": [ + 42, + 308 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 26 + ], + "peak": [ + 95, + 28 + ], + "area_cells": 1276 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 466 + ], + "peak": [ + 101, + 482 + ], + "area_cells": 2853 + }, + { + "id": "range_5", + "name": null, + "center": [ + 106, + 252 + ], + "peak": [ + 111, + 253 + ], + "area_cells": 441 + }, + { + "id": "range_6", + "name": null, + "center": [ + 103, + 135 + ], + "peak": [ + 103, + 136 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 110, + 159 + ], + "peak": [ + 114, + 154 + ], + "area_cells": 190 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 184 + ], + "peak": [ + 159, + 182 + ], + "area_cells": 242 + }, + { + "id": "range_15", + "name": null, + "center": [ + 159, + 258 + ], + "peak": [ + 160, + 259 + ], + "area_cells": 39 + }, + { + "id": "range_17", + "name": null, + "center": [ + 181, + 101 + ], + "peak": [ + 181, + 101 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-1/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706g-1/globe.png new file mode 100644 index 000000000..da990a14d Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706g-1/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-1/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706g-1/heightmap.png new file mode 100644 index 000000000..cdfca0531 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-1/index.md b/wiki/star-systems/GJ-706/bodies/GJ706g-1/index.md new file mode 100644 index 000000000..fdc3749d8 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ706g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1558235893 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 27.9 +physical: + gravity_g: 0.06 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.866 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706g-1 + +Barren moon. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-1/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706g-1/markers.json new file mode 100644 index 000000000..1d32aa309 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706g-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 137 + ], + "peak": [ + 94, + 33 + ], + "area_cells": 17063 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 291 + ], + "peak": [ + 7, + 291 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 426 + ], + "peak": [ + 37, + 359 + ], + "area_cells": 12835 + }, + { + "id": "range_9", + "name": null, + "center": [ + 45, + 100 + ], + "peak": [ + 47, + 102 + ], + "area_cells": 38 + }, + { + "id": "range_11", + "name": null, + "center": [ + 74, + 231 + ], + "peak": [ + 78, + 233 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 102, + 503 + ], + "peak": [ + 95, + 503 + ], + "area_cells": 520 + }, + { + "id": "range_15", + "name": null, + "center": [ + 96, + 126 + ], + "peak": [ + 97, + 123 + ], + "area_cells": 125 + }, + { + "id": "range_16", + "name": null, + "center": [ + 110, + 258 + ], + "peak": [ + 114, + 258 + ], + "area_cells": 125 + }, + { + "id": "range_17", + "name": null, + "center": [ + 124, + 3 + ], + "peak": [ + 112, + 0 + ], + "area_cells": 212 + }, + { + "id": "range_18", + "name": null, + "center": [ + 112, + 477 + ], + "peak": [ + 111, + 480 + ], + "area_cells": 186 + }, + { + "id": "range_19", + "name": null, + "center": [ + 111, + 156 + ], + "peak": [ + 111, + 157 + ], + "area_cells": 38 + }, + { + "id": "range_20", + "name": null, + "center": [ + 146, + 407 + ], + "peak": [ + 130, + 398 + ], + "area_cells": 980 + }, + { + "id": "range_23", + "name": null, + "center": [ + 135, + 507 + ], + "peak": [ + 136, + 511 + ], + "area_cells": 86 + }, + { + "id": "range_25", + "name": null, + "center": [ + 129, + 192 + ], + "peak": [ + 130, + 193 + ], + "area_cells": 25 + }, + { + "id": "range_26", + "name": null, + "center": [ + 141, + 43 + ], + "peak": [ + 141, + 37 + ], + "area_cells": 247 + }, + { + "id": "range_27", + "name": null, + "center": [ + 145, + 137 + ], + "peak": [ + 143, + 139 + ], + "area_cells": 83 + }, + { + "id": "range_29", + "name": null, + "center": [ + 158, + 155 + ], + "peak": [ + 162, + 156 + ], + "area_cells": 148 + }, + { + "id": "range_30", + "name": null, + "center": [ + 152, + 500 + ], + "peak": [ + 152, + 501 + ], + "area_cells": 169 + }, + { + "id": "range_31", + "name": null, + "center": [ + 154, + 124 + ], + "peak": [ + 154, + 125 + ], + "area_cells": 22 + }, + { + "id": "range_32", + "name": null, + "center": [ + 158, + 476 + ], + "peak": [ + 158, + 477 + ], + "area_cells": 43 + }, + { + "id": "range_33", + "name": null, + "center": [ + 169, + 292 + ], + "peak": [ + 170, + 300 + ], + "area_cells": 126 + }, + { + "id": "range_34", + "name": null, + "center": [ + 171, + 507 + ], + "peak": [ + 171, + 509 + ], + "area_cells": 89 + }, + { + "id": "range_35", + "name": null, + "center": [ + 175, + 323 + ], + "peak": [ + 175, + 324 + ], + "area_cells": 58 + }, + { + "id": "range_36", + "name": null, + "center": [ + 177, + 153 + ], + "peak": [ + 177, + 153 + ], + "area_cells": 20 + }, + { + "id": "range_38", + "name": null, + "center": [ + 193, + 434 + ], + "peak": [ + 188, + 429 + ], + "area_cells": 137 + }, + { + "id": "range_40", + "name": null, + "center": [ + 209, + 359 + ], + "peak": [ + 213, + 358 + ], + "area_cells": 41 + }, + { + "id": "range_46", + "name": null, + "center": [ + 251, + 202 + ], + "peak": [ + 252, + 204 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-2/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706g-2/globe.png new file mode 100644 index 000000000..ab4c23651 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706g-2/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-2/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706g-2/heightmap.png new file mode 100644 index 000000000..c5ccccf8c Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-2/index.md b/wiki/star-systems/GJ-706/bodies/GJ706g-2/index.md new file mode 100644 index 000000000..3ea1c639b --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ706g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2831760931 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.04 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.85 + polar_ice_lat: 0.324 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.232 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706g-2 + +Frozen moon. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g-2/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706g-2/markers.json new file mode 100644 index 000000000..e93dda1b5 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706g-2/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 165 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_27", + "name": null, + "kind": "ocean", + "center": [ + 237, + 243 + ], + "area_fraction": 0.1252 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 56, + 306 + ], + "peak": [ + 60, + 301 + ], + "area_cells": 788 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 331 + ], + "peak": [ + 40, + 333 + ], + "area_cells": 37 + }, + { + "id": "range_3", + "name": null, + "center": [ + 100, + 485 + ], + "peak": [ + 88, + 483 + ], + "area_cells": 3635 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 44 + ], + "peak": [ + 117, + 93 + ], + "area_cells": 8161 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 263 + ], + "peak": [ + 75, + 264 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 344 + ], + "peak": [ + 77, + 345 + ], + "area_cells": 31 + }, + { + "id": "range_10", + "name": null, + "center": [ + 83, + 326 + ], + "peak": [ + 82, + 321 + ], + "area_cells": 122 + }, + { + "id": "range_11", + "name": null, + "center": [ + 142, + 382 + ], + "peak": [ + 142, + 382 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 151, + 210 + ], + "peak": [ + 152, + 211 + ], + "area_cells": 151 + }, + { + "id": "range_14", + "name": null, + "center": [ + 164, + 219 + ], + "peak": [ + 163, + 228 + ], + "area_cells": 444 + }, + { + "id": "range_15", + "name": null, + "center": [ + 177, + 137 + ], + "peak": [ + 182, + 124 + ], + "area_cells": 683 + }, + { + "id": "range_16", + "name": null, + "center": [ + 174, + 266 + ], + "peak": [ + 170, + 268 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706g/globe.png new file mode 100644 index 000000000..f100c0ae3 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706g/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706g/index.md b/wiki/star-systems/GJ-706/bodies/GJ706g/index.md new file mode 100644 index 000000000..4217d6453 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ706g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2393398613 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.878 + period_days: 2000.0 + axial_tilt_deg: 14.5 +physical: + gravity_g: null + oblateness: 0.0769 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.14 +rings: + enabled: true + inner_radius_factor: 1.19 + outer_radius_factor: 2.46 + opacity_base: 0.5 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ706g + +Gas giant. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706h/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706h/globe.png new file mode 100644 index 000000000..2d9ed0d7c Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706h/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706h/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706h/heightmap.png new file mode 100644 index 000000000..77c991866 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706h/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706h/index.md b/wiki/star-systems/GJ-706/bodies/GJ706h/index.md new file mode 100644 index 000000000..d5e7d05a7 --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ706h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3748066993 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.302 + period_days: 5000.0 + axial_tilt_deg: 33.6 +physical: + gravity_g: 0.22 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.847 + polar_ice_lat: 0.152 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.44 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706h + +Frozen planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706h/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706h/markers.json new file mode 100644 index 000000000..fe041fbfa --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706h/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 218, + 413 + ], + "area_fraction": 0.0937 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 213, + 214 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 205, + 173 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 241, + 50 + ], + "area_fraction": 0.0203 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 88, + 284 + ], + "peak": [ + 70, + 313 + ], + "area_cells": 10404 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 384 + ], + "peak": [ + 57, + 385 + ], + "area_cells": 73 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 446 + ], + "peak": [ + 105, + 501 + ], + "area_cells": 5971 + }, + { + "id": "range_5", + "name": null, + "center": [ + 123, + 68 + ], + "peak": [ + 117, + 37 + ], + "area_cells": 6236 + }, + { + "id": "range_6", + "name": null, + "center": [ + 104, + 121 + ], + "peak": [ + 103, + 121 + ], + "area_cells": 102 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 173 + ], + "peak": [ + 141, + 173 + ], + "area_cells": 202 + }, + { + "id": "range_8", + "name": null, + "center": [ + 166, + 125 + ], + "peak": [ + 165, + 123 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-706/bodies/GJ706i/globe.png b/wiki/star-systems/GJ-706/bodies/GJ706i/globe.png new file mode 100644 index 000000000..dc4f36705 Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706i/globe.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706i/heightmap.png b/wiki/star-systems/GJ-706/bodies/GJ706i/heightmap.png new file mode 100644 index 000000000..44fb6422b Binary files /dev/null and b/wiki/star-systems/GJ-706/bodies/GJ706i/heightmap.png differ diff --git a/wiki/star-systems/GJ-706/bodies/GJ706i/index.md b/wiki/star-systems/GJ-706/bodies/GJ706i/index.md new file mode 100644 index 000000000..45489abec --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ706i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 500696763 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.133 + period_days: 9500.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.881 + polar_ice_lat: 0.282 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ706i + +Frozen planet. + +**System:** [GJ-706](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 9500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-706/bodies/GJ706i/markers.json b/wiki/star-systems/GJ-706/bodies/GJ706i/markers.json new file mode 100644 index 000000000..7fea1fc2d --- /dev/null +++ b/wiki/star-systems/GJ-706/bodies/GJ706i/markers.json @@ -0,0 +1,38 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 28, + 261 + ], + "area_fraction": 0.1121 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 168, + 271 + ], + "peak": [ + 231, + 202 + ], + "area_cells": 29389 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ707b/globe.png b/wiki/star-systems/GJ-707/bodies/GJ707b/globe.png new file mode 100644 index 000000000..e63c77452 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707b/globe.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707b/heightmap.png b/wiki/star-systems/GJ-707/bodies/GJ707b/heightmap.png new file mode 100644 index 000000000..ad455eb05 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707b/heightmap.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707b/index.md b/wiki/star-systems/GJ-707/bodies/GJ707b/index.md new file mode 100644 index 000000000..d3f50b590 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ707b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3551165423 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.154 + period_days: 22.0 + axial_tilt_deg: 25.2 +physical: + gravity_g: 0.36 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.867 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ707b + +Barren planet. + +**System:** [GJ-707](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 92% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-707/bodies/GJ707b/markers.json b/wiki/star-systems/GJ-707/bodies/GJ707b/markers.json new file mode 100644 index 000000000..700dd739c --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707b/markers.json @@ -0,0 +1,402 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_52", + "name": null, + "kind": "sea", + "center": [ + 168, + 368 + ], + "area_fraction": 0.0262 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 68, + 124 + ], + "peak": [ + 59, + 128 + ], + "area_cells": 1016 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 475 + ], + "peak": [ + 50, + 474 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 84, + 164 + ], + "peak": [ + 105, + 168 + ], + "area_cells": 565 + }, + { + "id": "range_7", + "name": null, + "center": [ + 71, + 379 + ], + "peak": [ + 72, + 374 + ], + "area_cells": 228 + }, + { + "id": "range_8", + "name": null, + "center": [ + 69, + 325 + ], + "peak": [ + 70, + 328 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 71, + 203 + ], + "peak": [ + 71, + 203 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 80, + 280 + ], + "peak": [ + 76, + 283 + ], + "area_cells": 108 + }, + { + "id": "range_12", + "name": null, + "center": [ + 83, + 470 + ], + "peak": [ + 84, + 463 + ], + "area_cells": 350 + }, + { + "id": "range_14", + "name": null, + "center": [ + 79, + 410 + ], + "peak": [ + 79, + 409 + ], + "area_cells": 21 + }, + { + "id": "range_16", + "name": null, + "center": [ + 86, + 230 + ], + "peak": [ + 86, + 232 + ], + "area_cells": 74 + }, + { + "id": "range_19", + "name": null, + "center": [ + 86, + 102 + ], + "peak": [ + 88, + 102 + ], + "area_cells": 27 + }, + { + "id": "range_21", + "name": null, + "center": [ + 93, + 202 + ], + "peak": [ + 98, + 205 + ], + "area_cells": 172 + }, + { + "id": "range_22", + "name": null, + "center": [ + 94, + 499 + ], + "peak": [ + 94, + 500 + ], + "area_cells": 84 + }, + { + "id": "range_23", + "name": null, + "center": [ + 96, + 439 + ], + "peak": [ + 97, + 439 + ], + "area_cells": 26 + }, + { + "id": "range_26", + "name": null, + "center": [ + 115, + 276 + ], + "peak": [ + 118, + 273 + ], + "area_cells": 190 + }, + { + "id": "range_27", + "name": null, + "center": [ + 113, + 304 + ], + "peak": [ + 113, + 306 + ], + "area_cells": 78 + }, + { + "id": "range_28", + "name": null, + "center": [ + 127, + 246 + ], + "peak": [ + 127, + 247 + ], + "area_cells": 64 + }, + { + "id": "range_29", + "name": null, + "center": [ + 169, + 3 + ], + "peak": [ + 172, + 0 + ], + "area_cells": 141 + }, + { + "id": "range_30", + "name": null, + "center": [ + 197, + 501 + ], + "peak": [ + 216, + 499 + ], + "area_cells": 500 + }, + { + "id": "range_31", + "name": null, + "center": [ + 173, + 250 + ], + "peak": [ + 173, + 251 + ], + "area_cells": 32 + }, + { + "id": "range_32", + "name": null, + "center": [ + 200, + 222 + ], + "peak": [ + 192, + 234 + ], + "area_cells": 600 + }, + { + "id": "range_34", + "name": null, + "center": [ + 183, + 27 + ], + "peak": [ + 183, + 28 + ], + "area_cells": 34 + }, + { + "id": "range_37", + "name": null, + "center": [ + 216, + 11 + ], + "peak": [ + 216, + 8 + ], + "area_cells": 398 + }, + { + "id": "range_38", + "name": null, + "center": [ + 229, + 240 + ], + "peak": [ + 235, + 229 + ], + "area_cells": 561 + }, + { + "id": "range_39", + "name": null, + "center": [ + 212, + 288 + ], + "peak": [ + 212, + 288 + ], + "area_cells": 56 + }, + { + "id": "range_40", + "name": null, + "center": [ + 215, + 301 + ], + "peak": [ + 216, + 302 + ], + "area_cells": 68 + }, + { + "id": "range_42", + "name": null, + "center": [ + 242, + 286 + ], + "peak": [ + 240, + 286 + ], + "area_cells": 80 + }, + { + "id": "range_43", + "name": null, + "center": [ + 245, + 276 + ], + "peak": [ + 234, + 273 + ], + "area_cells": 82 + }, + { + "id": "range_46", + "name": null, + "center": [ + 253, + 257 + ], + "peak": [ + 254, + 256 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-707/bodies/GJ707c/globe.png b/wiki/star-systems/GJ-707/bodies/GJ707c/globe.png new file mode 100644 index 000000000..4551f12a9 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707c/globe.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707c/heightmap.png b/wiki/star-systems/GJ-707/bodies/GJ707c/heightmap.png new file mode 100644 index 000000000..1a12f136e Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707c/heightmap.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707c/index.md b/wiki/star-systems/GJ-707/bodies/GJ707c/index.md new file mode 100644 index 000000000..1d2fa5e35 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ707c +name: Faial +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2057076249 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.577 + period_days: 160.0 + axial_tilt_deg: 13.0 +physical: + gravity_g: 0.88 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.601 + polar_ice_lat: 0.684 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.527 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Faial + +Temperate planet. + +**System:** [GJ-707](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 60% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 18K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-707/bodies/GJ707c/markers.json b/wiki/star-systems/GJ-707/bodies/GJ707c/markers.json new file mode 100644 index 000000000..6cd9a9153 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707c/markers.json @@ -0,0 +1,791 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 215, + 236 + ], + [ + 214, + 237 + ], + [ + 213, + 237 + ], + [ + 212, + 238 + ], + [ + 212, + 237 + ], + [ + 211, + 236 + ], + [ + 212, + 235 + ], + [ + 211, + 235 + ], + [ + 210, + 234 + ], + [ + 211, + 233 + ], + [ + 212, + 233 + ], + [ + 212, + 234 + ], + [ + 211, + 234 + ], + [ + 210, + 233 + ], + [ + 211, + 232 + ], + [ + 211, + 231 + ], + [ + 210, + 230 + ], + [ + 211, + 229 + ], + [ + 212, + 229 + ], + [ + 213, + 229 + ], + [ + 214, + 228 + ], + [ + 215, + 227 + ], + [ + 216, + 228 + ], + [ + 217, + 229 + ], + [ + 218, + 228 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 144, + 121 + ], + [ + 145, + 122 + ], + [ + 146, + 123 + ], + [ + 147, + 124 + ], + [ + 148, + 125 + ], + [ + 149, + 126 + ], + [ + 150, + 127 + ], + [ + 150, + 128 + ], + [ + 151, + 129 + ], + [ + 152, + 129 + ], + [ + 151, + 130 + ], + [ + 151, + 131 + ], + [ + 151, + 132 + ], + [ + 152, + 133 + ], + [ + 153, + 134 + ], + [ + 154, + 135 + ], + [ + 154, + 136 + ], + [ + 154, + 137 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 194 + ], + [ + 140, + 193 + ], + [ + 141, + 192 + ], + [ + 142, + 191 + ], + [ + 143, + 190 + ], + [ + 142, + 190 + ], + [ + 142, + 189 + ], + [ + 142, + 188 + ], + [ + 142, + 187 + ], + [ + 141, + 186 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 153, + 511 + ], + [ + 152, + 510 + ], + [ + 151, + 509 + ], + [ + 150, + 508 + ], + [ + 149, + 507 + ], + [ + 148, + 507 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 137, + 294 + ], + [ + 138, + 293 + ], + [ + 139, + 292 + ], + [ + 140, + 291 + ], + [ + 139, + 291 + ], + [ + 140, + 290 + ], + [ + 140, + 289 + ], + [ + 140, + 288 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 67, + 364 + ], + [ + 68, + 363 + ], + [ + 69, + 362 + ], + [ + 70, + 361 + ], + [ + 70, + 360 + ], + [ + 71, + 360 + ], + [ + 70, + 359 + ], + [ + 71, + 358 + ], + [ + 71, + 357 + ], + [ + 70, + 356 + ], + [ + 70, + 355 + ], + [ + 69, + 354 + ], + [ + 68, + 353 + ], + [ + 68, + 352 + ], + [ + 67, + 351 + ], + [ + 66, + 350 + ], + [ + 65, + 350 + ], + [ + 64, + 349 + ], + [ + 64, + 348 + ], + [ + 64, + 347 + ], + [ + 63, + 346 + ], + [ + 63, + 345 + ], + [ + 62, + 344 + ], + [ + 63, + 343 + ], + [ + 63, + 344 + ], + [ + 64, + 344 + ], + [ + 64, + 343 + ], + [ + 63, + 342 + ], + [ + 63, + 341 + ], + [ + 64, + 341 + ], + [ + 64, + 342 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 119, + 272 + ], + [ + 120, + 271 + ], + [ + 121, + 270 + ], + [ + 122, + 269 + ], + [ + 123, + 268 + ], + [ + 124, + 267 + ], + [ + 125, + 266 + ], + [ + 126, + 265 + ], + [ + 126, + 264 + ], + [ + 127, + 263 + ], + [ + 128, + 263 + ], + [ + 129, + 263 + ], + [ + 128, + 262 + ], + [ + 129, + 261 + ], + [ + 129, + 260 + ], + [ + 130, + 260 + ], + [ + 130, + 261 + ], + [ + 131, + 260 + ], + [ + 132, + 261 + ], + [ + 133, + 262 + ], + [ + 133, + 263 + ], + [ + 132, + 262 + ], + [ + 131, + 261 + ], + [ + 130, + 262 + ], + [ + 131, + 263 + ], + [ + 130, + 263 + ], + [ + 129, + 262 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 51, + 242 + ], + [ + 50, + 243 + ], + [ + 49, + 244 + ], + [ + 48, + 245 + ], + [ + 47, + 246 + ], + [ + 46, + 246 + ], + [ + 45, + 246 + ], + [ + 44, + 246 + ], + [ + 43, + 247 + ], + [ + 43, + 248 + ], + [ + 42, + 247 + ], + [ + 42, + 246 + ], + [ + 42, + 245 + ], + [ + 41, + 246 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 133, + 54 + ], + [ + 134, + 54 + ], + [ + 135, + 54 + ], + [ + 135, + 53 + ], + [ + 135, + 52 + ], + [ + 135, + 51 + ], + [ + 135, + 50 + ], + [ + 135, + 49 + ], + [ + 136, + 48 + ], + [ + 135, + 47 + ], + [ + 134, + 46 + ], + [ + 134, + 45 + ], + [ + 133, + 44 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 171, + 358 + ], + [ + 172, + 357 + ], + [ + 172, + 356 + ], + [ + 173, + 355 + ], + [ + 173, + 354 + ], + [ + 174, + 353 + ], + [ + 174, + 352 + ], + [ + 174, + 351 + ], + [ + 174, + 350 + ], + [ + 173, + 349 + ], + [ + 174, + 348 + ], + [ + 173, + 347 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 90, + 257 + ], + "area_fraction": 0.382 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 230, + 214 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 171, + 44 + ], + "peak": [ + 172, + 47 + ], + "area_cells": 78 + }, + { + "id": "range_3", + "name": null, + "center": [ + 222, + 36 + ], + "peak": [ + 231, + 42 + ], + "area_cells": 2203 + }, + { + "id": "range_6", + "name": null, + "center": [ + 224, + 501 + ], + "peak": [ + 222, + 505 + ], + "area_cells": 376 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-707/bodies/GJ707d/globe.png b/wiki/star-systems/GJ-707/bodies/GJ707d/globe.png new file mode 100644 index 000000000..f9d66ecb9 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707d/globe.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707d/heightmap.png b/wiki/star-systems/GJ-707/bodies/GJ707d/heightmap.png new file mode 100644 index 000000000..590e60290 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707d/heightmap.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707d/index.md b/wiki/star-systems/GJ-707/bodies/GJ707d/index.md new file mode 100644 index 000000000..118718d17 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ707d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1258865579 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.2 + period_days: 480.0 + axial_tilt_deg: 59.4 +physical: + gravity_g: 0.5 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.16 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ707d + +Frozen planet. + +**System:** [GJ-707](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-707/bodies/GJ707d/markers.json b/wiki/star-systems/GJ-707/bodies/GJ707d/markers.json new file mode 100644 index 000000000..9c9a5857a --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707d/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 255, + 321 + ], + [ + 254, + 320 + ], + [ + 255, + 319 + ], + [ + 255, + 318 + ], + [ + 254, + 317 + ], + [ + 253, + 317 + ], + [ + 253, + 316 + ], + [ + 252, + 315 + ], + [ + 251, + 314 + ], + [ + 250, + 313 + ], + [ + 249, + 314 + ], + [ + 249, + 315 + ], + [ + 248, + 314 + ], + [ + 247, + 314 + ], + [ + 247, + 313 + ], + [ + 246, + 314 + ], + [ + 247, + 315 + ], + [ + 248, + 315 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 129, + 53 + ], + [ + 128, + 52 + ], + [ + 127, + 51 + ], + [ + 126, + 50 + ], + [ + 125, + 49 + ], + [ + 124, + 49 + ], + [ + 123, + 48 + ], + [ + 122, + 48 + ], + [ + 121, + 48 + ], + [ + 120, + 49 + ], + [ + 119, + 48 + ], + [ + 118, + 49 + ], + [ + 117, + 50 + ], + [ + 116, + 49 + ], + [ + 115, + 49 + ], + [ + 114, + 48 + ], + [ + 113, + 48 + ], + [ + 112, + 48 + ], + [ + 111, + 47 + ], + [ + 111, + 46 + ], + [ + 111, + 45 + ], + [ + 110, + 44 + ], + [ + 110, + 43 + ], + [ + 111, + 44 + ], + [ + 110, + 45 + ], + [ + 110, + 46 + ], + [ + 109, + 45 + ], + [ + 109, + 46 + ], + [ + 109, + 47 + ], + [ + 110, + 47 + ], + [ + 110, + 48 + ], + [ + 111, + 49 + ], + [ + 110, + 49 + ], + [ + 109, + 49 + ], + [ + 110, + 50 + ], + [ + 110, + 51 + ], + [ + 110, + 52 + ], + [ + 110, + 53 + ], + [ + 109, + 54 + ], + [ + 108, + 55 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 221 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 21, + 388 + ], + "area_fraction": 0.041 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 48, + 162 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 236, + 431 + ], + "area_fraction": 0.0219 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 135 + ], + "peak": [ + 107, + 135 + ], + "area_cells": 123 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 81 + ], + "peak": [ + 135, + 82 + ], + "area_cells": 75 + }, + { + "id": "range_4", + "name": null, + "center": [ + 155, + 212 + ], + "peak": [ + 153, + 227 + ], + "area_cells": 1944 + }, + { + "id": "range_5", + "name": null, + "center": [ + 174, + 154 + ], + "peak": [ + 177, + 160 + ], + "area_cells": 219 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-707/bodies/GJ707e/globe.png b/wiki/star-systems/GJ-707/bodies/GJ707e/globe.png new file mode 100644 index 000000000..7a1531dd8 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707e/globe.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707e/heightmap.png b/wiki/star-systems/GJ-707/bodies/GJ707e/heightmap.png new file mode 100644 index 000000000..71c5bdd66 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707e/heightmap.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707e/index.md b/wiki/star-systems/GJ-707/bodies/GJ707e/index.md new file mode 100644 index 000000000..fdd0d2371 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ707e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2130049428 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.331 + period_days: 1300.0 + axial_tilt_deg: 54.8 +physical: + gravity_g: 0.38 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.718 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.326 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ707e + +Frozen planet. + +**System:** [GJ-707](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-707/bodies/GJ707e/markers.json b/wiki/star-systems/GJ-707/bodies/GJ707e/markers.json new file mode 100644 index 000000000..1c26258da --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707e/markers.json @@ -0,0 +1,259 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 200, + 262 + ], + "area_fraction": 0.2725 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 42 + ], + "peak": [ + 8, + 0 + ], + "area_cells": 3196 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 306 + ], + "peak": [ + 0, + 306 + ], + "area_cells": 85 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 379 + ], + "peak": [ + 0, + 382 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 389 + ], + "peak": [ + 3, + 390 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 10, + 426 + ], + "peak": [ + 17, + 422 + ], + "area_cells": 173 + }, + { + "id": "range_6", + "name": null, + "center": [ + 13, + 479 + ], + "peak": [ + 2, + 502 + ], + "area_cells": 1694 + }, + { + "id": "range_11", + "name": null, + "center": [ + 30, + 120 + ], + "peak": [ + 25, + 121 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 40, + 112 + ], + "peak": [ + 45, + 115 + ], + "area_cells": 66 + }, + { + "id": "range_13", + "name": null, + "center": [ + 44, + 143 + ], + "peak": [ + 45, + 143 + ], + "area_cells": 108 + }, + { + "id": "range_15", + "name": null, + "center": [ + 60, + 498 + ], + "peak": [ + 61, + 492 + ], + "area_cells": 123 + }, + { + "id": "range_16", + "name": null, + "center": [ + 62, + 156 + ], + "peak": [ + 62, + 160 + ], + "area_cells": 100 + }, + { + "id": "range_18", + "name": null, + "center": [ + 87, + 217 + ], + "peak": [ + 87, + 210 + ], + "area_cells": 80 + }, + { + "id": "range_19", + "name": null, + "center": [ + 115, + 145 + ], + "peak": [ + 106, + 146 + ], + "area_cells": 1525 + }, + { + "id": "range_22", + "name": null, + "center": [ + 111, + 278 + ], + "peak": [ + 109, + 276 + ], + "area_cells": 28 + }, + { + "id": "range_23", + "name": null, + "center": [ + 123, + 21 + ], + "peak": [ + 123, + 22 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 141, + 371 + ], + "peak": [ + 150, + 366 + ], + "area_cells": 203 + }, + { + "id": "range_26", + "name": null, + "center": [ + 142, + 232 + ], + "peak": [ + 144, + 227 + ], + "area_cells": 304 + }, + { + "id": "range_27", + "name": null, + "center": [ + 150, + 329 + ], + "peak": [ + 152, + 330 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-707/bodies/GJ707f/globe.png b/wiki/star-systems/GJ-707/bodies/GJ707f/globe.png new file mode 100644 index 000000000..3da360683 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707f/globe.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707f/heightmap.png b/wiki/star-systems/GJ-707/bodies/GJ707f/heightmap.png new file mode 100644 index 000000000..a6c50acd4 Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707f/heightmap.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707f/index.md b/wiki/star-systems/GJ-707/bodies/GJ707f/index.md new file mode 100644 index 000000000..9e66abcca --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ707f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3697907532 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.597 + period_days: 3600.0 + axial_tilt_deg: 18.6 +physical: + gravity_g: 0.11 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.756 + polar_ice_lat: 0.334 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ707f + +Frozen planet. + +**System:** [GJ-707](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-707/bodies/GJ707f/markers.json b/wiki/star-systems/GJ-707/bodies/GJ707f/markers.json new file mode 100644 index 000000000..bdfad2f24 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707f/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 52, + 23 + ], + "area_fraction": 0.0351 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 65, + 447 + ], + "area_fraction": 0.0961 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 82, + 300 + ], + "area_fraction": 0.0444 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 60, + 122 + ], + "area_fraction": 0.0397 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 137, + 507 + ], + "peak": [ + 137, + 508 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 142, + 8 + ], + "peak": [ + 143, + 9 + ], + "area_cells": 78 + }, + { + "id": "range_3", + "name": null, + "center": [ + 156, + 235 + ], + "peak": [ + 163, + 233 + ], + "area_cells": 1420 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 384 + ], + "peak": [ + 203, + 363 + ], + "area_cells": 8463 + }, + { + "id": "range_6", + "name": null, + "center": [ + 217, + 71 + ], + "peak": [ + 217, + 72 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 226, + 487 + ], + "peak": [ + 226, + 498 + ], + "area_cells": 235 + }, + { + "id": "range_8", + "name": null, + "center": [ + 228, + 455 + ], + "peak": [ + 227, + 456 + ], + "area_cells": 149 + }, + { + "id": "range_9", + "name": null, + "center": [ + 235, + 341 + ], + "peak": [ + 236, + 344 + ], + "area_cells": 48 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-707/bodies/GJ707g/globe.png b/wiki/star-systems/GJ-707/bodies/GJ707g/globe.png new file mode 100644 index 000000000..8d1b9c0df Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707g/globe.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707g/heightmap.png b/wiki/star-systems/GJ-707/bodies/GJ707g/heightmap.png new file mode 100644 index 000000000..f317e3d5a Binary files /dev/null and b/wiki/star-systems/GJ-707/bodies/GJ707g/heightmap.png differ diff --git a/wiki/star-systems/GJ-707/bodies/GJ707g/index.md b/wiki/star-systems/GJ-707/bodies/GJ707g/index.md new file mode 100644 index 000000000..da6487be7 --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ707g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3420029148 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.593 + period_days: 9200.0 + axial_tilt_deg: 52.9 +physical: + gravity_g: 0.08 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.895 + polar_ice_lat: 0.187 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.419 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ707g + +Frozen planet. + +**System:** [GJ-707](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-707/bodies/GJ707g/markers.json b/wiki/star-systems/GJ-707/bodies/GJ707g/markers.json new file mode 100644 index 000000000..00a0dad1c --- /dev/null +++ b/wiki/star-systems/GJ-707/bodies/GJ707g/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 171, + 216 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 156, + 129 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 181, + 58 + ], + "area_fraction": 0.0369 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 5 + ], + "peak": [ + 14, + 2 + ], + "area_cells": 340 + }, + { + "id": "range_2", + "name": null, + "center": [ + 18, + 235 + ], + "peak": [ + 25, + 187 + ], + "area_cells": 5739 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 453 + ], + "peak": [ + 1, + 449 + ], + "area_cells": 6776 + }, + { + "id": "range_5", + "name": null, + "center": [ + 18, + 148 + ], + "peak": [ + 18, + 147 + ], + "area_cells": 93 + }, + { + "id": "range_7", + "name": null, + "center": [ + 224, + 405 + ], + "peak": [ + 224, + 407 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ71b/globe.png b/wiki/star-systems/GJ-71/bodies/GJ71b/globe.png new file mode 100644 index 000000000..8573dbd91 Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71b/globe.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71b/heightmap.png b/wiki/star-systems/GJ-71/bodies/GJ71b/heightmap.png new file mode 100644 index 000000000..adf8c8fb1 Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71b/heightmap.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71b/index.md b/wiki/star-systems/GJ-71/bodies/GJ71b/index.md new file mode 100644 index 000000000..200388d6c --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ71b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 366090672 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.236 + period_days: 42.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.35 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.901 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ71b + +Barren planet. + +**System:** [GJ-71](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 100% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-71/bodies/GJ71b/markers.json b/wiki/star-systems/GJ-71/bodies/GJ71b/markers.json new file mode 100644 index 000000000..06a64e964 --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 262 + ], + "peak": [ + 97, + 160 + ], + "area_cells": 45105 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 8 + ], + "peak": [ + 54, + 9 + ], + "area_cells": 53 + }, + { + "id": "range_9", + "name": null, + "center": [ + 108, + 283 + ], + "peak": [ + 113, + 288 + ], + "area_cells": 80 + }, + { + "id": "range_10", + "name": null, + "center": [ + 126, + 3 + ], + "peak": [ + 122, + 1 + ], + "area_cells": 165 + }, + { + "id": "range_13", + "name": null, + "center": [ + 123, + 31 + ], + "peak": [ + 124, + 32 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 124, + 75 + ], + "peak": [ + 124, + 76 + ], + "area_cells": 67 + }, + { + "id": "range_16", + "name": null, + "center": [ + 172, + 258 + ], + "peak": [ + 189, + 277 + ], + "area_cells": 2102 + }, + { + "id": "range_17", + "name": null, + "center": [ + 140, + 159 + ], + "peak": [ + 142, + 159 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 140, + 440 + ], + "peak": [ + 141, + 440 + ], + "area_cells": 32 + }, + { + "id": "range_19", + "name": null, + "center": [ + 144, + 110 + ], + "peak": [ + 145, + 111 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 168, + 75 + ], + "peak": [ + 168, + 74 + ], + "area_cells": 27 + }, + { + "id": "range_22", + "name": null, + "center": [ + 187, + 48 + ], + "peak": [ + 196, + 49 + ], + "area_cells": 112 + }, + { + "id": "range_27", + "name": null, + "center": [ + 219, + 0 + ], + "peak": [ + 219, + 0 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 219, + 283 + ], + "peak": [ + 219, + 283 + ], + "area_cells": 22 + }, + { + "id": "range_30", + "name": null, + "center": [ + 224, + 509 + ], + "peak": [ + 221, + 511 + ], + "area_cells": 36 + }, + { + "id": "range_33", + "name": null, + "center": [ + 248, + 3 + ], + "peak": [ + 249, + 3 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-71/bodies/GJ71c/globe.png b/wiki/star-systems/GJ-71/bodies/GJ71c/globe.png new file mode 100644 index 000000000..10e02c529 Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71c/globe.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71c/heightmap.png b/wiki/star-systems/GJ-71/bodies/GJ71c/heightmap.png new file mode 100644 index 000000000..478d6cedf Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71c/heightmap.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71c/index.md b/wiki/star-systems/GJ-71/bodies/GJ71c/index.md new file mode 100644 index 000000000..5bcd21ce5 --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ71c +name: Threshold +body_type: planet +planet_class: temperate +body_scale: planet +seed: 557770179 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.896 + period_days: 310.0 + axial_tilt_deg: 13.3 +physical: + gravity_g: 0.92 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.407 + polar_ice_lat: 0.708 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.422 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Threshold + +Temperate planet. + +**System:** [GJ-71](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 41% | +| **Year** | 310 days | +| **Inhabited** | yes | +| **Population** | 600M | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-71/bodies/GJ71c/markers.json b/wiki/star-systems/GJ-71/bodies/GJ71c/markers.json new file mode 100644 index 000000000..968e358a2 --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71c/markers.json @@ -0,0 +1,500 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 195, + 265 + ], + [ + 196, + 266 + ], + [ + 197, + 267 + ], + [ + 198, + 268 + ], + [ + 199, + 267 + ], + [ + 200, + 268 + ], + [ + 201, + 269 + ], + [ + 202, + 270 + ], + [ + 203, + 270 + ], + [ + 204, + 271 + ], + [ + 205, + 272 + ], + [ + 206, + 272 + ], + [ + 207, + 271 + ], + [ + 208, + 270 + ], + [ + 209, + 269 + ], + [ + 210, + 270 + ], + [ + 211, + 270 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 203, + 238 + ], + [ + 202, + 237 + ], + [ + 201, + 236 + ], + [ + 200, + 235 + ], + [ + 199, + 234 + ], + [ + 198, + 234 + ], + [ + 197, + 235 + ], + [ + 196, + 236 + ], + [ + 195, + 237 + ], + [ + 195, + 238 + ], + [ + 194, + 239 + ], + [ + 195, + 240 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 170, + 38 + ], + [ + 169, + 39 + ], + [ + 168, + 40 + ], + [ + 167, + 39 + ], + [ + 166, + 38 + ], + [ + 165, + 37 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 114, + 0 + ], + [ + 113, + 511 + ], + [ + 112, + 510 + ], + [ + 111, + 511 + ], + [ + 110, + 511 + ], + [ + 109, + 511 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 127, + 469 + ], + [ + 128, + 470 + ], + [ + 129, + 471 + ], + [ + 130, + 470 + ], + [ + 131, + 470 + ], + [ + 132, + 471 + ], + [ + 133, + 470 + ], + [ + 134, + 470 + ], + [ + 135, + 470 + ], + [ + 136, + 471 + ], + [ + 137, + 471 + ], + [ + 138, + 472 + ], + [ + 139, + 471 + ], + [ + 140, + 471 + ], + [ + 141, + 472 + ], + [ + 141, + 473 + ], + [ + 142, + 474 + ], + [ + 143, + 475 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 179 + ], + [ + 254, + 178 + ], + [ + 253, + 177 + ], + [ + 252, + 178 + ], + [ + 251, + 177 + ], + [ + 250, + 177 + ], + [ + 249, + 176 + ], + [ + 248, + 175 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 235, + 249 + ], + [ + 234, + 249 + ], + [ + 233, + 249 + ], + [ + 233, + 248 + ], + [ + 232, + 247 + ], + [ + 231, + 248 + ], + [ + 230, + 249 + ], + [ + 230, + 250 + ], + [ + 230, + 251 + ], + [ + 231, + 250 + ], + [ + 231, + 249 + ], + [ + 230, + 248 + ], + [ + 230, + 247 + ], + [ + 231, + 247 + ], + [ + 230, + 246 + ], + [ + 230, + 245 + ], + [ + 231, + 244 + ], + [ + 231, + 243 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 150, + 72 + ], + [ + 149, + 71 + ], + [ + 148, + 70 + ], + [ + 147, + 69 + ], + [ + 146, + 68 + ], + [ + 145, + 67 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 108, + 208 + ], + "area_fraction": 0.498 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 213, + 447 + ], + "area_fraction": 0.0885 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 92, + 219 + ], + "peak": [ + 96, + 218 + ], + "area_cells": 1645 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 150 + ], + "peak": [ + 82, + 153 + ], + "area_cells": 261 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 329 + ], + "peak": [ + 125, + 319 + ], + "area_cells": 3609 + }, + { + "id": "range_6", + "name": null, + "center": [ + 145, + 164 + ], + "peak": [ + 146, + 162 + ], + "area_cells": 182 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d-1/globe.png b/wiki/star-systems/GJ-71/bodies/GJ71d-1/globe.png new file mode 100644 index 000000000..a4f1a5869 Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71d-1/globe.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d-1/heightmap.png b/wiki/star-systems/GJ-71/bodies/GJ71d-1/heightmap.png new file mode 100644 index 000000000..a4e776000 Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d-1/index.md b/wiki/star-systems/GJ-71/bodies/GJ71d-1/index.md new file mode 100644 index 000000000..d8755d599 --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71d-1/index.md @@ -0,0 +1,68 @@ +--- +id: GJ71d-1 +name: Verantis +body_type: moon +planet_class: barren +body_scale: moon +seed: 3382452875 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.078 + period_days: 8.0 + axial_tilt_deg: 36.3 +physical: + gravity_g: 0.12 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.874 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + 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 +--- + +# Verantis + +Barren moon. + +**System:** [GJ-71](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.12g | +| **Land** | 98% | +| **Orbit** | 8 days | +| **Inhabited** | yes | +| **Population** | 20M | +| **Economy** | transit | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d-1/markers.json b/wiki/star-systems/GJ-71/bodies/GJ71d-1/markers.json new file mode 100644 index 000000000..bbcdb61ca --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71d-1/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 22 + ], + "peak": [ + 34, + 19 + ], + "area_cells": 182 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 138 + ], + "peak": [ + 82, + 151 + ], + "area_cells": 755 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 48 + ], + "peak": [ + 110, + 57 + ], + "area_cells": 1279 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 176 + ], + "peak": [ + 93, + 177 + ], + "area_cells": 36 + }, + { + "id": "range_11", + "name": null, + "center": [ + 127, + 168 + ], + "peak": [ + 138, + 183 + ], + "area_cells": 306 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 248 + ], + "peak": [ + 134, + 215 + ], + "area_cells": 3870 + }, + { + "id": "range_13", + "name": null, + "center": [ + 145, + 64 + ], + "peak": [ + 142, + 67 + ], + "area_cells": 36 + }, + { + "id": "range_19", + "name": null, + "center": [ + 191, + 49 + ], + "peak": [ + 193, + 49 + ], + "area_cells": 58 + }, + { + "id": "range_20", + "name": null, + "center": [ + 190, + 286 + ], + "peak": [ + 188, + 290 + ], + "area_cells": 37 + }, + { + "id": "range_22", + "name": null, + "center": [ + 196, + 484 + ], + "peak": [ + 197, + 484 + ], + "area_cells": 36 + }, + { + "id": "range_23", + "name": null, + "center": [ + 197, + 24 + ], + "peak": [ + 197, + 25 + ], + "area_cells": 21 + }, + { + "id": "range_26", + "name": null, + "center": [ + 209, + 402 + ], + "peak": [ + 210, + 403 + ], + "area_cells": 36 + }, + { + "id": "range_28", + "name": null, + "center": [ + 217, + 378 + ], + "peak": [ + 216, + 378 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d/globe.png b/wiki/star-systems/GJ-71/bodies/GJ71d/globe.png new file mode 100644 index 000000000..5cc274321 Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71d/globe.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d/heightmap.png b/wiki/star-systems/GJ-71/bodies/GJ71d/heightmap.png new file mode 100644 index 000000000..32c56d89a Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71d/heightmap.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d/index.md b/wiki/star-systems/GJ-71/bodies/GJ71d/index.md new file mode 100644 index 000000000..0aabf3e6b --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ71d +name: Arden +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4290990740 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.266 + period_days: 520.0 + axial_tilt_deg: 29.7 +physical: + gravity_g: 0.87 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.697 + polar_ice_lat: 0.663 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.514 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Arden + +Temperate planet. + +**System:** [GJ-71](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.87g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 70% | +| **Year** | 520 days | +| **Inhabited** | yes | +| **Population** | 500M | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-71/bodies/GJ71d/markers.json b/wiki/star-systems/GJ-71/bodies/GJ71d/markers.json new file mode 100644 index 000000000..1e644b0a8 --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71d/markers.json @@ -0,0 +1,992 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 93, + 489 + ], + [ + 94, + 490 + ], + [ + 95, + 491 + ], + [ + 96, + 492 + ], + [ + 97, + 493 + ], + [ + 98, + 494 + ], + [ + 99, + 495 + ], + [ + 100, + 494 + ], + [ + 101, + 494 + ], + [ + 102, + 493 + ], + [ + 103, + 492 + ], + [ + 104, + 493 + ], + [ + 105, + 492 + ], + [ + 106, + 493 + ], + [ + 106, + 492 + ], + [ + 107, + 493 + ], + [ + 108, + 492 + ], + [ + 109, + 491 + ], + [ + 110, + 490 + ], + [ + 111, + 491 + ], + [ + 112, + 491 + ], + [ + 113, + 492 + ], + [ + 112, + 493 + ], + [ + 111, + 494 + ], + [ + 111, + 493 + ], + [ + 112, + 494 + ], + [ + 113, + 494 + ], + [ + 112, + 495 + ], + [ + 111, + 496 + ], + [ + 111, + 495 + ], + [ + 112, + 496 + ], + [ + 113, + 496 + ], + [ + 114, + 495 + ], + [ + 113, + 495 + ], + [ + 114, + 496 + ], + [ + 115, + 495 + ], + [ + 116, + 496 + ], + [ + 116, + 495 + ], + [ + 115, + 494 + ], + [ + 116, + 493 + ], + [ + 117, + 493 + ], + [ + 118, + 494 + ], + [ + 118, + 493 + ], + [ + 119, + 494 + ], + [ + 119, + 493 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 58, + 29 + ], + [ + 58, + 28 + ], + [ + 57, + 27 + ], + [ + 56, + 26 + ], + [ + 55, + 25 + ], + [ + 54, + 24 + ], + [ + 53, + 23 + ], + [ + 52, + 23 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 207, + 198 + ], + [ + 208, + 197 + ], + [ + 209, + 196 + ], + [ + 210, + 195 + ], + [ + 211, + 194 + ], + [ + 212, + 193 + ], + [ + 213, + 193 + ], + [ + 214, + 192 + ], + [ + 215, + 191 + ], + [ + 216, + 190 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 91, + 256 + ], + [ + 92, + 257 + ], + [ + 93, + 258 + ], + [ + 94, + 259 + ], + [ + 95, + 260 + ], + [ + 96, + 261 + ], + [ + 97, + 261 + ], + [ + 98, + 262 + ], + [ + 99, + 263 + ], + [ + 100, + 263 + ], + [ + 101, + 263 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 75, + 16 + ], + [ + 74, + 17 + ], + [ + 73, + 17 + ], + [ + 72, + 18 + ], + [ + 71, + 18 + ], + [ + 71, + 19 + ], + [ + 70, + 20 + ], + [ + 70, + 21 + ], + [ + 71, + 21 + ], + [ + 71, + 22 + ], + [ + 70, + 22 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 62, + 21 + ], + [ + 62, + 20 + ], + [ + 61, + 19 + ], + [ + 60, + 18 + ], + [ + 59, + 17 + ], + [ + 58, + 16 + ], + [ + 57, + 15 + ], + [ + 56, + 14 + ], + [ + 55, + 13 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 131 + ], + [ + 254, + 131 + ], + [ + 253, + 132 + ], + [ + 252, + 131 + ], + [ + 251, + 132 + ], + [ + 250, + 131 + ], + [ + 249, + 132 + ], + [ + 248, + 133 + ], + [ + 247, + 133 + ], + [ + 246, + 133 + ], + [ + 245, + 134 + ], + [ + 244, + 135 + ], + [ + 244, + 136 + ], + [ + 243, + 136 + ], + [ + 242, + 137 + ], + [ + 241, + 137 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 115, + 330 + ], + [ + 114, + 329 + ], + [ + 113, + 329 + ], + [ + 112, + 329 + ], + [ + 111, + 328 + ], + [ + 110, + 327 + ], + [ + 109, + 326 + ], + [ + 108, + 326 + ], + [ + 107, + 326 + ], + [ + 106, + 327 + ], + [ + 105, + 327 + ], + [ + 104, + 326 + ], + [ + 103, + 327 + ], + [ + 102, + 328 + ], + [ + 101, + 327 + ], + [ + 100, + 328 + ], + [ + 100, + 327 + ], + [ + 99, + 328 + ], + [ + 99, + 329 + ], + [ + 100, + 329 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 165, + 27 + ], + [ + 165, + 28 + ], + [ + 166, + 29 + ], + [ + 167, + 30 + ], + [ + 168, + 31 + ], + [ + 169, + 32 + ], + [ + 170, + 33 + ], + [ + 171, + 34 + ], + [ + 172, + 35 + ], + [ + 173, + 36 + ], + [ + 174, + 37 + ], + [ + 174, + 38 + ], + [ + 175, + 38 + ], + [ + 176, + 38 + ], + [ + 177, + 39 + ], + [ + 178, + 40 + ], + [ + 179, + 39 + ], + [ + 179, + 40 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 118, + 161 + ], + [ + 117, + 160 + ], + [ + 116, + 159 + ], + [ + 115, + 158 + ], + [ + 114, + 157 + ], + [ + 113, + 156 + ], + [ + 112, + 155 + ], + [ + 111, + 155 + ], + [ + 110, + 154 + ], + [ + 109, + 153 + ], + [ + 108, + 152 + ], + [ + 107, + 153 + ], + [ + 106, + 153 + ], + [ + 105, + 154 + ], + [ + 104, + 155 + ], + [ + 105, + 155 + ], + [ + 104, + 156 + ], + [ + 105, + 157 + ], + [ + 104, + 158 + ], + [ + 104, + 159 + ], + [ + 105, + 158 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 101, + 362 + ], + [ + 100, + 361 + ], + [ + 99, + 362 + ], + [ + 98, + 361 + ], + [ + 97, + 360 + ], + [ + 96, + 359 + ], + [ + 95, + 358 + ], + [ + 94, + 357 + ], + [ + 93, + 356 + ], + [ + 92, + 356 + ], + [ + 91, + 357 + ], + [ + 90, + 358 + ], + [ + 89, + 357 + ], + [ + 89, + 356 + ], + [ + 90, + 357 + ], + [ + 89, + 358 + ], + [ + 88, + 359 + ], + [ + 87, + 360 + ], + [ + 87, + 361 + ], + [ + 88, + 362 + ], + [ + 87, + 363 + ], + [ + 87, + 362 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 103, + 0 + ], + [ + 102, + 1 + ], + [ + 101, + 2 + ], + [ + 102, + 3 + ], + [ + 101, + 3 + ], + [ + 101, + 4 + ], + [ + 100, + 3 + ], + [ + 99, + 3 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 39, + 263 + ], + "area_fraction": 0.2836 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 161, + 473 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 227, + 165 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 153, + 359 + ], + "peak": [ + 142, + 390 + ], + "area_cells": 12598 + }, + { + "id": "range_2", + "name": null, + "center": [ + 137, + 66 + ], + "peak": [ + 153, + 59 + ], + "area_cells": 1481 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 155 + ], + "peak": [ + 147, + 154 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 161, + 155 + ], + "peak": [ + 155, + 168 + ], + "area_cells": 814 + }, + { + "id": "range_9", + "name": null, + "center": [ + 215, + 440 + ], + "peak": [ + 214, + 415 + ], + "area_cells": 1067 + }, + { + "id": "range_10", + "name": null, + "center": [ + 210, + 384 + ], + "peak": [ + 210, + 384 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-71/bodies/GJ71e/globe.png b/wiki/star-systems/GJ-71/bodies/GJ71e/globe.png new file mode 100644 index 000000000..45d1b77cf Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71e/globe.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71e/heightmap.png b/wiki/star-systems/GJ-71/bodies/GJ71e/heightmap.png new file mode 100644 index 000000000..32b1f949e Binary files /dev/null and b/wiki/star-systems/GJ-71/bodies/GJ71e/heightmap.png differ diff --git a/wiki/star-systems/GJ-71/bodies/GJ71e/index.md b/wiki/star-systems/GJ-71/bodies/GJ71e/index.md new file mode 100644 index 000000000..9bf5c81bc --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ71e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3998653710 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.949 + period_days: 1850.0 + axial_tilt_deg: 25.2 +physical: + gravity_g: 0.45 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.853 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.419 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ71e + +Frozen planet. + +**System:** [GJ-71](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 1850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-71/bodies/GJ71e/markers.json b/wiki/star-systems/GJ-71/bodies/GJ71e/markers.json new file mode 100644 index 000000000..83dbf9eb5 --- /dev/null +++ b/wiki/star-systems/GJ-71/bodies/GJ71e/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 169 + ], + "area_fraction": 0.0824 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 8, + 472 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 202, + 406 + ], + "area_fraction": 0.0121 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 222, + 257 + ], + "area_fraction": 0.0229 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 240, + 355 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 412 + ], + "peak": [ + 119, + 471 + ], + "area_cells": 6198 + }, + { + "id": "range_2", + "name": null, + "center": [ + 115, + 183 + ], + "peak": [ + 116, + 203 + ], + "area_cells": 6080 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 27 + ], + "peak": [ + 121, + 3 + ], + "area_cells": 2716 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ713Ab/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/globe.png new file mode 100644 index 000000000..e150280e4 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ab/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/heightmap.png new file mode 100644 index 000000000..74ac2f419 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ab/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/index.md new file mode 100644 index 000000000..e0f4f1199 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ713Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3527773029 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.255 + period_days: 42.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.52 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.825 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.042 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Ab + +Barren planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 99% | +| **Year** | 42 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ab/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/markers.json new file mode 100644 index 000000000..014d8e71e --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ab/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 238 + ], + "peak": [ + 14, + 374 + ], + "area_cells": 33799 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 497 + ], + "peak": [ + 51, + 499 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 364 + ], + "peak": [ + 63, + 364 + ], + "area_cells": 50 + }, + { + "id": "range_9", + "name": null, + "center": [ + 72, + 374 + ], + "peak": [ + 72, + 374 + ], + "area_cells": 25 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 26 + ], + "peak": [ + 131, + 10 + ], + "area_cells": 4143 + }, + { + "id": "range_15", + "name": null, + "center": [ + 89, + 432 + ], + "peak": [ + 88, + 434 + ], + "area_cells": 93 + }, + { + "id": "range_16", + "name": null, + "center": [ + 90, + 41 + ], + "peak": [ + 91, + 43 + ], + "area_cells": 30 + }, + { + "id": "range_17", + "name": null, + "center": [ + 134, + 492 + ], + "peak": [ + 137, + 473 + ], + "area_cells": 1998 + }, + { + "id": "range_18", + "name": null, + "center": [ + 106, + 406 + ], + "peak": [ + 109, + 405 + ], + "area_cells": 155 + }, + { + "id": "range_19", + "name": null, + "center": [ + 105, + 378 + ], + "peak": [ + 104, + 379 + ], + "area_cells": 31 + }, + { + "id": "range_25", + "name": null, + "center": [ + 133, + 172 + ], + "peak": [ + 133, + 173 + ], + "area_cells": 129 + }, + { + "id": "range_26", + "name": null, + "center": [ + 139, + 362 + ], + "peak": [ + 143, + 365 + ], + "area_cells": 188 + }, + { + "id": "range_27", + "name": null, + "center": [ + 138, + 409 + ], + "peak": [ + 138, + 409 + ], + "area_cells": 43 + }, + { + "id": "range_29", + "name": null, + "center": [ + 155, + 290 + ], + "peak": [ + 154, + 290 + ], + "area_cells": 201 + }, + { + "id": "range_31", + "name": null, + "center": [ + 152, + 99 + ], + "peak": [ + 153, + 99 + ], + "area_cells": 31 + }, + { + "id": "range_33", + "name": null, + "center": [ + 161, + 440 + ], + "peak": [ + 160, + 440 + ], + "area_cells": 144 + }, + { + "id": "range_37", + "name": null, + "center": [ + 160, + 76 + ], + "peak": [ + 161, + 76 + ], + "area_cells": 31 + }, + { + "id": "range_40", + "name": null, + "center": [ + 186, + 69 + ], + "peak": [ + 182, + 72 + ], + "area_cells": 109 + }, + { + "id": "range_41", + "name": null, + "center": [ + 185, + 463 + ], + "peak": [ + 186, + 455 + ], + "area_cells": 157 + }, + { + "id": "range_42", + "name": null, + "center": [ + 206, + 99 + ], + "peak": [ + 206, + 97 + ], + "area_cells": 217 + }, + { + "id": "range_45", + "name": null, + "center": [ + 239, + 117 + ], + "peak": [ + 248, + 128 + ], + "area_cells": 724 + }, + { + "id": "range_48", + "name": null, + "center": [ + 243, + 142 + ], + "peak": [ + 255, + 134 + ], + "area_cells": 304 + }, + { + "id": "range_50", + "name": null, + "center": [ + 242, + 80 + ], + "peak": [ + 255, + 98 + ], + "area_cells": 634 + }, + { + "id": "range_53", + "name": null, + "center": [ + 244, + 479 + ], + "peak": [ + 245, + 475 + ], + "area_cells": 101 + }, + { + "id": "range_59", + "name": null, + "center": [ + 242, + 471 + ], + "peak": [ + 244, + 472 + ], + "area_cells": 32 + }, + { + "id": "range_62", + "name": null, + "center": [ + 249, + 361 + ], + "peak": [ + 254, + 361 + ], + "area_cells": 290 + }, + { + "id": "range_65", + "name": null, + "center": [ + 251, + 411 + ], + "peak": [ + 255, + 377 + ], + "area_cells": 578 + }, + { + "id": "range_67", + "name": null, + "center": [ + 252, + 57 + ], + "peak": [ + 255, + 63 + ], + "area_cells": 61 + }, + { + "id": "range_72", + "name": null, + "center": [ + 253, + 330 + ], + "peak": [ + 255, + 333 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ac/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/globe.png new file mode 100644 index 000000000..4d139db91 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ac/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/heightmap.png new file mode 100644 index 000000000..17d17dc46 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ac/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/index.md new file mode 100644 index 000000000..d9fdfe616 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ713Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2285806801 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.623 + period_days: 160.0 + axial_tilt_deg: 8.6 +physical: + gravity_g: 0.74 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.947 + polar_ice_lat: 0.946 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Ac + +Hot Arid planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 160 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ac/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/markers.json new file mode 100644 index 000000000..d7f86aa91 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ac/markers.json @@ -0,0 +1,952 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 221, + 266 + ], + [ + 222, + 265 + ], + [ + 223, + 264 + ], + [ + 224, + 263 + ], + [ + 225, + 262 + ], + [ + 225, + 261 + ], + [ + 226, + 260 + ], + [ + 225, + 259 + ], + [ + 226, + 258 + ], + [ + 227, + 259 + ], + [ + 228, + 259 + ], + [ + 228, + 258 + ], + [ + 227, + 258 + ], + [ + 226, + 259 + ], + [ + 227, + 260 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 156, + 157 + ], + [ + 155, + 156 + ], + [ + 154, + 157 + ], + [ + 153, + 158 + ], + [ + 153, + 159 + ], + [ + 153, + 160 + ], + [ + 153, + 161 + ], + [ + 153, + 162 + ], + [ + 153, + 163 + ], + [ + 153, + 164 + ], + [ + 153, + 165 + ], + [ + 153, + 166 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 248, + 292 + ], + [ + 249, + 291 + ], + [ + 250, + 290 + ], + [ + 251, + 289 + ], + [ + 252, + 288 + ], + [ + 253, + 287 + ], + [ + 254, + 287 + ], + [ + 255, + 287 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 28, + 511 + ], + [ + 27, + 510 + ], + [ + 26, + 509 + ], + [ + 25, + 508 + ], + [ + 24, + 508 + ], + [ + 23, + 508 + ], + [ + 22, + 507 + ], + [ + 21, + 506 + ], + [ + 20, + 506 + ], + [ + 20, + 505 + ], + [ + 19, + 505 + ], + [ + 19, + 504 + ], + [ + 18, + 503 + ], + [ + 17, + 502 + ], + [ + 16, + 502 + ], + [ + 15, + 501 + ], + [ + 15, + 500 + ], + [ + 14, + 500 + ], + [ + 14, + 499 + ], + [ + 13, + 498 + ], + [ + 13, + 497 + ], + [ + 12, + 498 + ], + [ + 12, + 497 + ], + [ + 11, + 498 + ], + [ + 11, + 497 + ], + [ + 10, + 497 + ], + [ + 9, + 497 + ], + [ + 8, + 497 + ], + [ + 8, + 498 + ], + [ + 8, + 499 + ], + [ + 8, + 500 + ], + [ + 9, + 501 + ], + [ + 9, + 500 + ], + [ + 8, + 501 + ], + [ + 7, + 501 + ], + [ + 6, + 501 + ], + [ + 5, + 500 + ], + [ + 4, + 501 + ], + [ + 3, + 502 + ], + [ + 2, + 503 + ], + [ + 2, + 502 + ], + [ + 1, + 503 + ], + [ + 0, + 502 + ], + [ + 0, + 501 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 148, + 208 + ], + [ + 147, + 208 + ], + [ + 146, + 209 + ], + [ + 145, + 210 + ], + [ + 144, + 211 + ], + [ + 143, + 212 + ], + [ + 142, + 213 + ], + [ + 141, + 214 + ], + [ + 140, + 213 + ], + [ + 140, + 214 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 231, + 243 + ], + [ + 230, + 244 + ], + [ + 229, + 245 + ], + [ + 228, + 246 + ], + [ + 227, + 247 + ], + [ + 226, + 248 + ], + [ + 225, + 249 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 112, + 438 + ], + [ + 113, + 439 + ], + [ + 114, + 440 + ], + [ + 115, + 441 + ], + [ + 116, + 442 + ], + [ + 117, + 442 + ], + [ + 118, + 442 + ], + [ + 119, + 441 + ], + [ + 120, + 440 + ], + [ + 121, + 441 + ], + [ + 122, + 442 + ], + [ + 123, + 441 + ], + [ + 124, + 440 + ], + [ + 124, + 439 + ], + [ + 125, + 440 + ], + [ + 126, + 440 + ], + [ + 125, + 439 + ], + [ + 125, + 438 + ], + [ + 126, + 439 + ], + [ + 127, + 438 + ], + [ + 126, + 438 + ], + [ + 127, + 439 + ], + [ + 127, + 440 + ], + [ + 126, + 441 + ], + [ + 127, + 441 + ], + [ + 128, + 441 + ], + [ + 129, + 440 + ], + [ + 128, + 439 + ], + [ + 128, + 438 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 223, + 418 + ], + [ + 222, + 419 + ], + [ + 221, + 420 + ], + [ + 220, + 421 + ], + [ + 219, + 420 + ], + [ + 218, + 420 + ], + [ + 217, + 421 + ], + [ + 216, + 420 + ], + [ + 215, + 420 + ], + [ + 214, + 421 + ], + [ + 213, + 421 + ], + [ + 213, + 420 + ], + [ + 212, + 419 + ], + [ + 211, + 420 + ], + [ + 212, + 420 + ], + [ + 211, + 419 + ], + [ + 210, + 419 + ], + [ + 211, + 418 + ], + [ + 210, + 417 + ], + [ + 209, + 418 + ], + [ + 208, + 418 + ], + [ + 207, + 417 + ], + [ + 206, + 417 + ], + [ + 207, + 418 + ], + [ + 208, + 417 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 240, + 500 + ], + [ + 239, + 499 + ], + [ + 238, + 498 + ], + [ + 237, + 497 + ], + [ + 236, + 496 + ], + [ + 235, + 495 + ], + [ + 234, + 494 + ], + [ + 233, + 495 + ], + [ + 232, + 494 + ], + [ + 231, + 494 + ], + [ + 230, + 494 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 149, + 293 + ], + [ + 148, + 293 + ], + [ + 147, + 292 + ], + [ + 146, + 291 + ], + [ + 145, + 290 + ], + [ + 144, + 291 + ], + [ + 143, + 291 + ], + [ + 143, + 290 + ], + [ + 143, + 289 + ], + [ + 143, + 288 + ], + [ + 143, + 287 + ], + [ + 144, + 286 + ], + [ + 143, + 286 + ], + [ + 144, + 285 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 157, + 320 + ], + [ + 158, + 320 + ], + [ + 159, + 319 + ], + [ + 160, + 318 + ], + [ + 161, + 317 + ], + [ + 162, + 316 + ], + [ + 163, + 315 + ], + [ + 164, + 315 + ], + [ + 165, + 314 + ], + [ + 166, + 314 + ], + [ + 167, + 313 + ], + [ + 168, + 312 + ], + [ + 169, + 311 + ], + [ + 170, + 310 + ], + [ + 169, + 309 + ], + [ + 168, + 308 + ], + [ + 168, + 307 + ], + [ + 169, + 307 + ] + ] + } + ], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 200, + 157 + ], + "area_fraction": 0.029 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 199, + 230 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 302 + ], + "peak": [ + 24, + 304 + ], + "area_cells": 236 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 33 + ], + "peak": [ + 52, + 33 + ], + "area_cells": 59 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 104 + ], + "peak": [ + 76, + 21 + ], + "area_cells": 12997 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 487 + ], + "peak": [ + 78, + 498 + ], + "area_cells": 2203 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 400 + ], + "peak": [ + 154, + 405 + ], + "area_cells": 187 + }, + { + "id": "range_6", + "name": null, + "center": [ + 157, + 154 + ], + "peak": [ + 156, + 157 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ad/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/globe.png new file mode 100644 index 000000000..71dbc347e Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ad/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/heightmap.png new file mode 100644 index 000000000..11471af01 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ad/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/index.md new file mode 100644 index 000000000..d7a542a62 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ713Ad +name: Samuels Reach +body_type: planet +planet_class: temperate +body_scale: planet +seed: 4156000577 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.536 + period_days: 620.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.92 + oblateness: 0.0032 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.557 + polar_ice_lat: 0.804 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.532 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Samuels Reach + +Temperate planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 56% | +| **Year** | 620 days | +| **Inhabited** | yes | +| **Population** | 95K | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ad/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/markers.json new file mode 100644 index 000000000..f0e30511c --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ad/markers.json @@ -0,0 +1,621 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 221, + 124 + ], + [ + 222, + 124 + ], + [ + 223, + 125 + ], + [ + 224, + 125 + ], + [ + 225, + 126 + ], + [ + 226, + 125 + ], + [ + 227, + 124 + ], + [ + 228, + 123 + ], + [ + 228, + 122 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 115, + 280 + ], + [ + 116, + 279 + ], + [ + 117, + 278 + ], + [ + 118, + 277 + ], + [ + 119, + 277 + ], + [ + 120, + 276 + ], + [ + 121, + 275 + ], + [ + 122, + 276 + ], + [ + 123, + 277 + ], + [ + 124, + 278 + ], + [ + 125, + 279 + ], + [ + 126, + 280 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 166, + 185 + ], + [ + 165, + 184 + ], + [ + 164, + 183 + ], + [ + 163, + 182 + ], + [ + 162, + 181 + ], + [ + 162, + 180 + ], + [ + 162, + 179 + ], + [ + 161, + 179 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 27, + 475 + ], + [ + 28, + 475 + ], + [ + 29, + 475 + ], + [ + 30, + 474 + ], + [ + 31, + 474 + ], + [ + 32, + 474 + ], + [ + 33, + 473 + ], + [ + 34, + 473 + ], + [ + 35, + 474 + ], + [ + 36, + 473 + ], + [ + 35, + 473 + ], + [ + 35, + 472 + ], + [ + 35, + 471 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 167, + 15 + ], + [ + 166, + 15 + ], + [ + 165, + 14 + ], + [ + 164, + 14 + ], + [ + 163, + 13 + ], + [ + 162, + 13 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 190, + 14 + ], + [ + 190, + 15 + ], + [ + 190, + 16 + ], + [ + 189, + 17 + ], + [ + 188, + 18 + ], + [ + 187, + 19 + ], + [ + 186, + 20 + ], + [ + 185, + 21 + ], + [ + 184, + 22 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 214, + 53 + ], + [ + 213, + 53 + ], + [ + 212, + 52 + ], + [ + 211, + 52 + ], + [ + 210, + 51 + ], + [ + 209, + 52 + ], + [ + 208, + 52 + ], + [ + 207, + 51 + ], + [ + 206, + 52 + ], + [ + 206, + 51 + ], + [ + 207, + 50 + ], + [ + 206, + 50 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 217, + 99 + ], + [ + 216, + 98 + ], + [ + 215, + 97 + ], + [ + 214, + 96 + ], + [ + 213, + 95 + ], + [ + 213, + 94 + ], + [ + 212, + 93 + ], + [ + 211, + 93 + ], + [ + 210, + 93 + ], + [ + 210, + 92 + ], + [ + 211, + 92 + ], + [ + 212, + 91 + ], + [ + 212, + 90 + ], + [ + 211, + 89 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 190, + 160 + ], + [ + 189, + 161 + ], + [ + 188, + 162 + ], + [ + 188, + 163 + ], + [ + 187, + 163 + ], + [ + 187, + 164 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 47, + 371 + ], + [ + 46, + 372 + ], + [ + 45, + 373 + ], + [ + 44, + 374 + ], + [ + 43, + 375 + ], + [ + 42, + 376 + ], + [ + 41, + 377 + ], + [ + 40, + 377 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 401 + ], + "area_fraction": 0.0398 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 123, + 243 + ], + "area_fraction": 0.3822 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 192, + 313 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 233, + 99 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 293 + ], + "peak": [ + 20, + 291 + ], + "area_cells": 163 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 46 + ], + "peak": [ + 42, + 53 + ], + "area_cells": 651 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 465 + ], + "peak": [ + 55, + 467 + ], + "area_cells": 95 + }, + { + "id": "range_4", + "name": null, + "center": [ + 57, + 99 + ], + "peak": [ + 58, + 95 + ], + "area_cells": 111 + }, + { + "id": "range_5", + "name": null, + "center": [ + 60, + 2 + ], + "peak": [ + 61, + 0 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 185, + 395 + ], + "peak": [ + 184, + 384 + ], + "area_cells": 353 + }, + { + "id": "range_7", + "name": null, + "center": [ + 212, + 420 + ], + "peak": [ + 209, + 418 + ], + "area_cells": 323 + }, + { + "id": "range_8", + "name": null, + "center": [ + 232, + 384 + ], + "peak": [ + 232, + 386 + ], + "area_cells": 87 + }, + { + "id": "range_9", + "name": null, + "center": [ + 234, + 362 + ], + "peak": [ + 233, + 362 + ], + "area_cells": 119 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ae/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/globe.png new file mode 100644 index 000000000..d5e8bf112 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ae/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/heightmap.png new file mode 100644 index 000000000..3559ba5c6 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ae/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/index.md new file mode 100644 index 000000000..5106d5336 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ713Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4079493686 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.385 + period_days: 1200.0 + axial_tilt_deg: 36.6 +physical: + gravity_g: 0.61 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.401 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.237 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Ae + +Cold Arid planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.61g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ae/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/markers.json new file mode 100644 index 000000000..00f0b182c --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ae/markers.json @@ -0,0 +1,616 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 207, + 506 + ], + [ + 208, + 506 + ], + [ + 209, + 507 + ], + [ + 210, + 506 + ], + [ + 211, + 506 + ], + [ + 212, + 506 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 200, + 111 + ], + [ + 200, + 110 + ], + [ + 201, + 109 + ], + [ + 202, + 108 + ], + [ + 203, + 108 + ], + [ + 204, + 107 + ], + [ + 205, + 107 + ], + [ + 206, + 107 + ], + [ + 207, + 108 + ], + [ + 208, + 109 + ], + [ + 209, + 109 + ], + [ + 208, + 110 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 99, + 349 + ], + [ + 100, + 350 + ], + [ + 101, + 350 + ], + [ + 102, + 349 + ], + [ + 103, + 349 + ], + [ + 102, + 348 + ], + [ + 103, + 348 + ], + [ + 102, + 347 + ], + [ + 103, + 347 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 192, + 144 + ], + [ + 191, + 145 + ], + [ + 190, + 146 + ], + [ + 189, + 147 + ], + [ + 188, + 148 + ], + [ + 187, + 149 + ], + [ + 187, + 150 + ], + [ + 186, + 151 + ], + [ + 185, + 152 + ], + [ + 185, + 151 + ], + [ + 184, + 150 + ], + [ + 183, + 151 + ], + [ + 182, + 151 + ], + [ + 181, + 150 + ], + [ + 180, + 149 + ], + [ + 179, + 150 + ], + [ + 178, + 151 + ], + [ + 177, + 152 + ], + [ + 176, + 152 + ], + [ + 175, + 152 + ], + [ + 174, + 153 + ], + [ + 173, + 152 + ], + [ + 174, + 151 + ], + [ + 174, + 152 + ], + [ + 173, + 153 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 218, + 77 + ], + [ + 217, + 77 + ], + [ + 216, + 76 + ], + [ + 215, + 76 + ], + [ + 214, + 77 + ], + [ + 213, + 78 + ], + [ + 213, + 79 + ], + [ + 213, + 80 + ], + [ + 212, + 79 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 230, + 133 + ], + [ + 231, + 132 + ], + [ + 232, + 131 + ], + [ + 233, + 131 + ], + [ + 234, + 132 + ], + [ + 235, + 133 + ], + [ + 236, + 132 + ], + [ + 237, + 133 + ], + [ + 238, + 133 + ], + [ + 239, + 133 + ], + [ + 240, + 132 + ], + [ + 241, + 133 + ], + [ + 242, + 132 + ], + [ + 243, + 131 + ], + [ + 244, + 130 + ], + [ + 245, + 130 + ], + [ + 246, + 129 + ], + [ + 247, + 130 + ], + [ + 248, + 131 + ], + [ + 249, + 132 + ], + [ + 249, + 133 + ], + [ + 250, + 133 + ], + [ + 251, + 132 + ], + [ + 251, + 131 + ], + [ + 252, + 130 + ], + [ + 253, + 130 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 220, + 299 + ], + [ + 220, + 300 + ], + [ + 219, + 301 + ], + [ + 218, + 302 + ], + [ + 218, + 303 + ], + [ + 219, + 304 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 113, + 508 + ], + [ + 112, + 509 + ], + [ + 112, + 510 + ], + [ + 111, + 511 + ], + [ + 112, + 0 + ], + [ + 111, + 1 + ], + [ + 110, + 2 + ], + [ + 111, + 3 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 224, + 144 + ], + [ + 223, + 145 + ], + [ + 222, + 146 + ], + [ + 221, + 147 + ], + [ + 220, + 148 + ], + [ + 221, + 148 + ], + [ + 221, + 149 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 216, + 276 + ], + "area_fraction": 0.0398 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 385 + ], + "peak": [ + 37, + 398 + ], + "area_cells": 1428 + }, + { + "id": "range_2", + "name": null, + "center": [ + 43, + 63 + ], + "peak": [ + 43, + 62 + ], + "area_cells": 89 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 484 + ], + "peak": [ + 62, + 482 + ], + "area_cells": 1680 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 24 + ], + "peak": [ + 72, + 5 + ], + "area_cells": 1998 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 188 + ], + "peak": [ + 96, + 177 + ], + "area_cells": 670 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 326 + ], + "peak": [ + 104, + 318 + ], + "area_cells": 671 + }, + { + "id": "range_9", + "name": null, + "center": [ + 108, + 113 + ], + "peak": [ + 109, + 113 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 112, + 505 + ], + "peak": [ + 113, + 508 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/globe.png new file mode 100644 index 000000000..1b114cc44 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/heightmap.png new file mode 100644 index 000000000..9f71a83c8 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/index.md new file mode 100644 index 000000000..176fc2d16 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ713Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2333016258 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 24.9 +physical: + gravity_g: 0.14 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.947 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Af-m1 + +Frozen moon. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 95% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/markers.json new file mode 100644 index 000000000..f45e2af66 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m1/markers.json @@ -0,0 +1,155 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 18, + 317 + ], + "area_fraction": 0.0438 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 255 + ], + "peak": [ + 100, + 254 + ], + "area_cells": 86 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 344 + ], + "peak": [ + 102, + 344 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 201, + 180 + ], + "peak": [ + 204, + 216 + ], + "area_cells": 24790 + }, + { + "id": "range_4", + "name": null, + "center": [ + 116, + 143 + ], + "peak": [ + 116, + 143 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 125, + 309 + ], + "peak": [ + 125, + 299 + ], + "area_cells": 321 + }, + { + "id": "range_6", + "name": null, + "center": [ + 135, + 263 + ], + "peak": [ + 135, + 263 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 184, + 372 + ], + "peak": [ + 185, + 374 + ], + "area_cells": 84 + }, + { + "id": "range_9", + "name": null, + "center": [ + 185, + 390 + ], + "peak": [ + 185, + 390 + ], + "area_cells": 34 + }, + { + "id": "range_10", + "name": null, + "center": [ + 186, + 475 + ], + "peak": [ + 185, + 478 + ], + "area_cells": 75 + }, + { + "id": "range_12", + "name": null, + "center": [ + 231, + 469 + ], + "peak": [ + 240, + 511 + ], + "area_cells": 2053 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/globe.png new file mode 100644 index 000000000..98c1a0721 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/heightmap.png new file mode 100644 index 000000000..3e1c5127a Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/index.md new file mode 100644 index 000000000..c93971780 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ713Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2957054860 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.123 + period_days: 14.0 + axial_tilt_deg: 39.9 +physical: + gravity_g: 0.09 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.809 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Af-m2 + +Barren moon. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 94% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/markers.json new file mode 100644 index 000000000..e7d3e1ad4 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Af-m2/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 134, + 266 + ], + "area_fraction": 0.0251 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 6 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 164 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 17 + ], + "peak": [ + 39, + 7 + ], + "area_cells": 1413 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 246 + ], + "peak": [ + 55, + 206 + ], + "area_cells": 3605 + }, + { + "id": "range_5", + "name": null, + "center": [ + 35, + 478 + ], + "peak": [ + 45, + 493 + ], + "area_cells": 2702 + }, + { + "id": "range_6", + "name": null, + "center": [ + 10, + 305 + ], + "peak": [ + 19, + 308 + ], + "area_cells": 62 + }, + { + "id": "range_9", + "name": null, + "center": [ + 29, + 301 + ], + "peak": [ + 25, + 301 + ], + "area_cells": 27 + }, + { + "id": "range_15", + "name": null, + "center": [ + 79, + 49 + ], + "peak": [ + 95, + 43 + ], + "area_cells": 606 + }, + { + "id": "range_17", + "name": null, + "center": [ + 53, + 101 + ], + "peak": [ + 52, + 109 + ], + "area_cells": 308 + }, + { + "id": "range_18", + "name": null, + "center": [ + 51, + 131 + ], + "peak": [ + 54, + 132 + ], + "area_cells": 37 + }, + { + "id": "range_19", + "name": null, + "center": [ + 52, + 415 + ], + "peak": [ + 54, + 413 + ], + "area_cells": 86 + }, + { + "id": "range_21", + "name": null, + "center": [ + 74, + 358 + ], + "peak": [ + 80, + 370 + ], + "area_cells": 298 + }, + { + "id": "range_23", + "name": null, + "center": [ + 87, + 216 + ], + "peak": [ + 91, + 219 + ], + "area_cells": 88 + }, + { + "id": "range_24", + "name": null, + "center": [ + 98, + 86 + ], + "peak": [ + 104, + 85 + ], + "area_cells": 267 + }, + { + "id": "range_25", + "name": null, + "center": [ + 90, + 118 + ], + "peak": [ + 90, + 119 + ], + "area_cells": 98 + }, + { + "id": "range_26", + "name": null, + "center": [ + 97, + 4 + ], + "peak": [ + 99, + 5 + ], + "area_cells": 93 + }, + { + "id": "range_30", + "name": null, + "center": [ + 127, + 113 + ], + "peak": [ + 131, + 111 + ], + "area_cells": 149 + }, + { + "id": "range_31", + "name": null, + "center": [ + 119, + 131 + ], + "peak": [ + 119, + 131 + ], + "area_cells": 38 + }, + { + "id": "range_33", + "name": null, + "center": [ + 150, + 151 + ], + "peak": [ + 152, + 149 + ], + "area_cells": 131 + }, + { + "id": "range_36", + "name": null, + "center": [ + 163, + 102 + ], + "peak": [ + 165, + 103 + ], + "area_cells": 48 + }, + { + "id": "range_37", + "name": null, + "center": [ + 217, + 385 + ], + "peak": [ + 215, + 386 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Af/globe.png new file mode 100644 index 000000000..1784c2150 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Af/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Af/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Af/index.md new file mode 100644 index 000000000..f603d7ecf --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Af/index.md @@ -0,0 +1,61 @@ +--- +id: GJ713Af +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 582418695 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 4.776 + period_days: 3400.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: null + oblateness: 0.0849 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.105 +--- + +# GJ713Af + +Gas giant. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ag/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/globe.png new file mode 100644 index 000000000..94fb7f023 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ag/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/heightmap.png new file mode 100644 index 000000000..257315f13 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ag/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/index.md new file mode 100644 index 000000000..2084d1e32 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ713Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3890371453 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 8.867 + period_days: 8600.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.48 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.787 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Ag + +Frozen planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ag/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/markers.json new file mode 100644 index 000000000..5e663387b --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ag/markers.json @@ -0,0 +1,127 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 202 + ], + "area_fraction": 0.0154 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 299 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 146, + 35 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 203, + 35 + ], + "area_fraction": 0.0407 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 208, + 476 + ], + "area_fraction": 0.0462 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 230, + 289 + ], + "area_fraction": 0.0679 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 81, + 422 + ], + "peak": [ + 65, + 374 + ], + "area_cells": 5843 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 10 + ], + "peak": [ + 77, + 9 + ], + "area_cells": 169 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 18 + ], + "peak": [ + 92, + 14 + ], + "area_cells": 341 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 427 + ], + "peak": [ + 120, + 427 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ah/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/globe.png new file mode 100644 index 000000000..f4a5adaee Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ah/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/heightmap.png new file mode 100644 index 000000000..ee6ca11f9 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ah/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/index.md new file mode 100644 index 000000000..df594e88a --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ713Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1125465851 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 14.508 + period_days: 18000.0 + axial_tilt_deg: 39.9 +physical: + gravity_g: 0.38 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.743 + polar_ice_lat: 0.062 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.326 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Ah + +Frozen planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ah/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/markers.json new file mode 100644 index 000000000..e98995dc9 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ah/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 33, + 277 + ], + "area_fraction": 0.2416 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 73, + 500 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 178, + 237 + ], + "peak": [ + 209, + 154 + ], + "area_cells": 52411 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 501 + ], + "peak": [ + 126, + 507 + ], + "area_cells": 773 + }, + { + "id": "range_7", + "name": null, + "center": [ + 250, + 67 + ], + "peak": [ + 254, + 68 + ], + "area_cells": 22 + }, + { + "id": "range_10", + "name": null, + "center": [ + 252, + 20 + ], + "peak": [ + 255, + 22 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ai/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/globe.png new file mode 100644 index 000000000..de3e2ab20 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ai/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/heightmap.png new file mode 100644 index 000000000..d506d8515 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ai/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/index.md new file mode 100644 index 000000000..da4d76101 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ713Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3500246131 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 23.03 + period_days: 36000.0 + axial_tilt_deg: 28.4 +physical: + gravity_g: 0.29 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.87 + polar_ice_lat: 0.187 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.367 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Ai + +Frozen planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 36000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Ai/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/markers.json new file mode 100644 index 000000000..33a84093e --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Ai/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 51 + ], + "area_fraction": 0.0337 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 26, + 407 + ], + "area_fraction": 0.0818 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 200 + ], + "peak": [ + 104, + 201 + ], + "area_cells": 751 + }, + { + "id": "range_4", + "name": null, + "center": [ + 123, + 15 + ], + "peak": [ + 114, + 20 + ], + "area_cells": 1639 + }, + { + "id": "range_5", + "name": null, + "center": [ + 193, + 346 + ], + "peak": [ + 175, + 301 + ], + "area_cells": 28890 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 494 + ], + "peak": [ + 125, + 499 + ], + "area_cells": 1133 + }, + { + "id": "range_7", + "name": null, + "center": [ + 121, + 439 + ], + "peak": [ + 121, + 439 + ], + "area_cells": 87 + }, + { + "id": "range_8", + "name": null, + "center": [ + 130, + 206 + ], + "peak": [ + 131, + 206 + ], + "area_cells": 148 + }, + { + "id": "range_9", + "name": null, + "center": [ + 138, + 456 + ], + "peak": [ + 139, + 456 + ], + "area_cells": 127 + }, + { + "id": "range_10", + "name": null, + "center": [ + 190, + 94 + ], + "peak": [ + 254, + 130 + ], + "area_cells": 5633 + }, + { + "id": "range_13", + "name": null, + "center": [ + 167, + 494 + ], + "peak": [ + 167, + 490 + ], + "area_cells": 153 + }, + { + "id": "range_14", + "name": null, + "center": [ + 211, + 36 + ], + "peak": [ + 202, + 51 + ], + "area_cells": 677 + }, + { + "id": "range_18", + "name": null, + "center": [ + 249, + 159 + ], + "peak": [ + 251, + 157 + ], + "area_cells": 113 + }, + { + "id": "range_19", + "name": null, + "center": [ + 252, + 4 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Aj/globe.png b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/globe.png new file mode 100644 index 000000000..d4073d1c1 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/globe.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Aj/heightmap.png b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/heightmap.png new file mode 100644 index 000000000..b54cd29a3 Binary files /dev/null and b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Aj/index.md b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/index.md new file mode 100644 index 000000000..e9694961c --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ713Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3282465732 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 33.798 + period_days: 64000.0 + axial_tilt_deg: 28.9 +physical: + gravity_g: 0.12 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.821 + polar_ice_lat: 0.194 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ713Aj + +Frozen planet. + +**System:** [GJ-713A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 64000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-713A/bodies/GJ713Aj/markers.json b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/markers.json new file mode 100644 index 000000000..53264a544 --- /dev/null +++ b/wiki/star-systems/GJ-713A/bodies/GJ713Aj/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 38 + ], + "area_fraction": 0.0372 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 30, + 144 + ], + "area_fraction": 0.017 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 41, + 460 + ], + "area_fraction": 0.053 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 46, + 344 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 88, + 176 + ], + "area_fraction": 0.027 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 111, + 323 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 179, + 261 + ], + "peak": [ + 192, + 257 + ], + "area_cells": 8833 + }, + { + "id": "range_4", + "name": null, + "center": [ + 164, + 171 + ], + "peak": [ + 165, + 170 + ], + "area_cells": 36 + }, + { + "id": "range_5", + "name": null, + "center": [ + 207, + 121 + ], + "peak": [ + 210, + 114 + ], + "area_cells": 451 + }, + { + "id": "range_6", + "name": null, + "center": [ + 200, + 476 + ], + "peak": [ + 201, + 476 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 203, + 151 + ], + "peak": [ + 204, + 151 + ], + "area_cells": 29 + }, + { + "id": "range_9", + "name": null, + "center": [ + 219, + 277 + ], + "peak": [ + 220, + 278 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ716b/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716b/globe.png new file mode 100644 index 000000000..2e91ab263 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716b/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716b/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716b/heightmap.png new file mode 100644 index 000000000..9fe93fa87 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716b/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716b/index.md b/wiki/star-systems/GJ-716/bodies/GJ716b/index.md new file mode 100644 index 000000000..621a5721a --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ716b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 538592085 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.35 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.864 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.03 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716b + +Barren planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 100% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716b/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716b/markers.json new file mode 100644 index 000000000..0e14cbb7b --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716b/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 72, + 49 + ], + "peak": [ + 72, + 51 + ], + "area_cells": 82 + }, + { + "id": "range_6", + "name": null, + "center": [ + 78, + 113 + ], + "peak": [ + 76, + 111 + ], + "area_cells": 129 + }, + { + "id": "range_7", + "name": null, + "center": [ + 162, + 252 + ], + "peak": [ + 111, + 509 + ], + "area_cells": 34082 + }, + { + "id": "range_8", + "name": null, + "center": [ + 97, + 285 + ], + "peak": [ + 94, + 287 + ], + "area_cells": 133 + }, + { + "id": "range_10", + "name": null, + "center": [ + 101, + 367 + ], + "peak": [ + 100, + 368 + ], + "area_cells": 130 + }, + { + "id": "range_16", + "name": null, + "center": [ + 211, + 469 + ], + "peak": [ + 219, + 471 + ], + "area_cells": 105 + }, + { + "id": "range_19", + "name": null, + "center": [ + 215, + 337 + ], + "peak": [ + 214, + 338 + ], + "area_cells": 72 + }, + { + "id": "range_20", + "name": null, + "center": [ + 216, + 322 + ], + "peak": [ + 218, + 323 + ], + "area_cells": 42 + }, + { + "id": "range_36", + "name": null, + "center": [ + 241, + 313 + ], + "peak": [ + 242, + 314 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716c/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716c/globe.png new file mode 100644 index 000000000..9b3333699 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716c/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716c/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716c/heightmap.png new file mode 100644 index 000000000..03611c893 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716c/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716c/index.md b/wiki/star-systems/GJ-716/bodies/GJ716c/index.md new file mode 100644 index 000000000..b2498f340 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ716c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2643388531 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.293 + period_days: 65.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.48 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.867 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.17 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716c + +Arid planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 65 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716c/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716c/markers.json new file mode 100644 index 000000000..39e1d1248 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716c/markers.json @@ -0,0 +1,40 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 242 + ], + "peak": [ + 72, + 174 + ], + "area_cells": 40355 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 327 + ], + "peak": [ + 79, + 325 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d-1/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716d-1/globe.png new file mode 100644 index 000000000..767cb83b6 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716d-1/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d-1/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716d-1/heightmap.png new file mode 100644 index 000000000..dbd1e42b3 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d-1/index.md b/wiki/star-systems/GJ-716/bodies/GJ716d-1/index.md new file mode 100644 index 000000000..269989519 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ716d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4224287247 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 2.2 +physical: + gravity_g: 0.05 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.989 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716d-1 + +Barren moon. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d-1/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716d-1/markers.json new file mode 100644 index 000000000..adedda6d2 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716d-1/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 69, + 1 + ], + "peak": [ + 69, + 1 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 74, + 267 + ], + "peak": [ + 74, + 269 + ], + "area_cells": 89 + }, + { + "id": "range_5", + "name": null, + "center": [ + 77, + 17 + ], + "peak": [ + 80, + 15 + ], + "area_cells": 121 + }, + { + "id": "range_8", + "name": null, + "center": [ + 92, + 301 + ], + "peak": [ + 91, + 299 + ], + "area_cells": 292 + }, + { + "id": "range_9", + "name": null, + "center": [ + 85, + 178 + ], + "peak": [ + 87, + 179 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 85, + 326 + ], + "peak": [ + 85, + 327 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 491 + ], + "peak": [ + 98, + 496 + ], + "area_cells": 1091 + }, + { + "id": "range_12", + "name": null, + "center": [ + 92, + 193 + ], + "peak": [ + 93, + 190 + ], + "area_cells": 50 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 429 + ], + "peak": [ + 133, + 375 + ], + "area_cells": 8989 + }, + { + "id": "range_15", + "name": null, + "center": [ + 156, + 20 + ], + "peak": [ + 195, + 2 + ], + "area_cells": 2296 + }, + { + "id": "range_17", + "name": null, + "center": [ + 103, + 48 + ], + "peak": [ + 104, + 49 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 112, + 274 + ], + "peak": [ + 114, + 275 + ], + "area_cells": 60 + }, + { + "id": "range_19", + "name": null, + "center": [ + 111, + 292 + ], + "peak": [ + 112, + 293 + ], + "area_cells": 20 + }, + { + "id": "range_21", + "name": null, + "center": [ + 157, + 151 + ], + "peak": [ + 133, + 144 + ], + "area_cells": 1024 + }, + { + "id": "range_22", + "name": null, + "center": [ + 138, + 189 + ], + "peak": [ + 134, + 188 + ], + "area_cells": 637 + }, + { + "id": "range_23", + "name": null, + "center": [ + 115, + 244 + ], + "peak": [ + 116, + 244 + ], + "area_cells": 40 + }, + { + "id": "range_24", + "name": null, + "center": [ + 118, + 305 + ], + "peak": [ + 118, + 306 + ], + "area_cells": 53 + }, + { + "id": "range_29", + "name": null, + "center": [ + 148, + 256 + ], + "peak": [ + 143, + 257 + ], + "area_cells": 384 + }, + { + "id": "range_31", + "name": null, + "center": [ + 160, + 287 + ], + "peak": [ + 162, + 289 + ], + "area_cells": 164 + }, + { + "id": "range_32", + "name": null, + "center": [ + 171, + 105 + ], + "peak": [ + 163, + 128 + ], + "area_cells": 928 + }, + { + "id": "range_38", + "name": null, + "center": [ + 178, + 60 + ], + "peak": [ + 178, + 60 + ], + "area_cells": 28 + }, + { + "id": "range_41", + "name": null, + "center": [ + 216, + 76 + ], + "peak": [ + 213, + 101 + ], + "area_cells": 640 + }, + { + "id": "range_43", + "name": null, + "center": [ + 218, + 7 + ], + "peak": [ + 218, + 8 + ], + "area_cells": 51 + }, + { + "id": "range_44", + "name": null, + "center": [ + 220, + 43 + ], + "peak": [ + 224, + 41 + ], + "area_cells": 88 + }, + { + "id": "range_45", + "name": null, + "center": [ + 236, + 150 + ], + "peak": [ + 252, + 151 + ], + "area_cells": 78 + }, + { + "id": "range_46", + "name": null, + "center": [ + 226, + 103 + ], + "peak": [ + 227, + 104 + ], + "area_cells": 20 + }, + { + "id": "range_50", + "name": null, + "center": [ + 239, + 168 + ], + "peak": [ + 233, + 169 + ], + "area_cells": 68 + }, + { + "id": "range_51", + "name": null, + "center": [ + 242, + 160 + ], + "peak": [ + 241, + 161 + ], + "area_cells": 79 + }, + { + "id": "range_53", + "name": null, + "center": [ + 247, + 189 + ], + "peak": [ + 255, + 190 + ], + "area_cells": 20 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 298 + ], + "peak": [ + 254, + 299 + ], + "area_cells": 23 + }, + { + "id": "range_57", + "name": null, + "center": [ + 250, + 109 + ], + "peak": [ + 252, + 107 + ], + "area_cells": 46 + }, + { + "id": "range_60", + "name": null, + "center": [ + 253, + 179 + ], + "peak": [ + 255, + 173 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716d/globe.png new file mode 100644 index 000000000..e61aad6fa Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716d/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716d/heightmap.png new file mode 100644 index 000000000..d821d0984 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716d/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d/index.md b/wiki/star-systems/GJ-716/bodies/GJ716d/index.md new file mode 100644 index 000000000..9936466f4 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ716d +name: Laverton +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1413541796 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 10.8 +physical: + gravity_g: 0.88 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.777 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.523 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Laverton + +Temperate planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 96% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 30M | +| **Economy** | transit | +| **Settlement** | concentrated | +| **Industry** | mvg | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716d/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716d/markers.json new file mode 100644 index 000000000..83c367dde --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716d/markers.json @@ -0,0 +1,1105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 133, + 179 + ], + [ + 134, + 179 + ], + [ + 135, + 179 + ], + [ + 136, + 178 + ], + [ + 137, + 177 + ], + [ + 138, + 178 + ], + [ + 138, + 179 + ], + [ + 137, + 178 + ], + [ + 137, + 179 + ], + [ + 137, + 180 + ], + [ + 136, + 180 + ], + [ + 135, + 180 + ], + [ + 136, + 179 + ], + [ + 135, + 178 + ], + [ + 136, + 177 + ], + [ + 136, + 176 + ], + [ + 136, + 175 + ], + [ + 135, + 175 + ], + [ + 135, + 174 + ], + [ + 134, + 173 + ], + [ + 133, + 172 + ], + [ + 132, + 171 + ], + [ + 131, + 170 + ], + [ + 130, + 169 + ], + [ + 129, + 168 + ], + [ + 128, + 167 + ], + [ + 127, + 167 + ], + [ + 126, + 167 + ], + [ + 125, + 166 + ], + [ + 124, + 166 + ], + [ + 123, + 165 + ], + [ + 124, + 164 + ], + [ + 123, + 164 + ], + [ + 123, + 163 + ], + [ + 124, + 162 + ], + [ + 124, + 161 + ], + [ + 124, + 160 + ], + [ + 123, + 160 + ], + [ + 123, + 159 + ], + [ + 122, + 158 + ], + [ + 122, + 157 + ], + [ + 122, + 156 + ], + [ + 121, + 155 + ], + [ + 120, + 154 + ], + [ + 119, + 153 + ], + [ + 118, + 152 + ], + [ + 117, + 151 + ], + [ + 116, + 150 + ], + [ + 115, + 149 + ], + [ + 114, + 148 + ], + [ + 114, + 147 + ], + [ + 115, + 146 + ], + [ + 114, + 145 + ], + [ + 114, + 144 + ], + [ + 115, + 143 + ], + [ + 114, + 142 + ], + [ + 114, + 141 + ], + [ + 113, + 140 + ], + [ + 112, + 139 + ], + [ + 113, + 138 + ], + [ + 113, + 137 + ], + [ + 112, + 136 + ], + [ + 113, + 136 + ], + [ + 112, + 135 + ], + [ + 112, + 134 + ], + [ + 113, + 133 + ], + [ + 112, + 132 + ], + [ + 112, + 131 + ], + [ + 111, + 130 + ], + [ + 110, + 130 + ], + [ + 109, + 129 + ], + [ + 108, + 128 + ], + [ + 107, + 127 + ], + [ + 107, + 126 + ], + [ + 106, + 125 + ], + [ + 105, + 124 + ], + [ + 105, + 123 + ], + [ + 105, + 122 + ], + [ + 104, + 121 + ], + [ + 104, + 120 + ], + [ + 105, + 119 + ], + [ + 105, + 118 + ], + [ + 104, + 117 + ], + [ + 103, + 116 + ], + [ + 103, + 115 + ], + [ + 102, + 114 + ], + [ + 101, + 113 + ], + [ + 102, + 113 + ], + [ + 102, + 112 + ], + [ + 102, + 111 + ], + [ + 101, + 110 + ], + [ + 100, + 109 + ], + [ + 101, + 108 + ], + [ + 100, + 108 + ], + [ + 100, + 107 + ], + [ + 101, + 106 + ], + [ + 100, + 105 + ], + [ + 101, + 104 + ], + [ + 100, + 104 + ], + [ + 101, + 103 + ], + [ + 100, + 102 + ], + [ + 101, + 101 + ], + [ + 100, + 100 + ], + [ + 100, + 99 + ], + [ + 101, + 98 + ], + [ + 101, + 97 + ], + [ + 101, + 96 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 4, + 258 + ], + [ + 4, + 259 + ], + [ + 3, + 260 + ], + [ + 2, + 259 + ], + [ + 1, + 260 + ], + [ + 2, + 260 + ], + [ + 3, + 259 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 49, + 128 + ], + [ + 48, + 127 + ], + [ + 47, + 126 + ], + [ + 46, + 125 + ], + [ + 45, + 124 + ], + [ + 44, + 123 + ], + [ + 43, + 122 + ], + [ + 42, + 121 + ], + [ + 41, + 120 + ], + [ + 40, + 121 + ], + [ + 39, + 121 + ], + [ + 38, + 122 + ], + [ + 37, + 122 + ], + [ + 36, + 123 + ], + [ + 37, + 123 + ], + [ + 37, + 124 + ], + [ + 37, + 125 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 19, + 207 + ], + [ + 20, + 208 + ], + [ + 21, + 209 + ], + [ + 22, + 210 + ], + [ + 23, + 210 + ], + [ + 24, + 209 + ], + [ + 25, + 210 + ], + [ + 24, + 210 + ], + [ + 23, + 209 + ], + [ + 23, + 208 + ], + [ + 24, + 207 + ], + [ + 25, + 206 + ], + [ + 25, + 207 + ], + [ + 26, + 206 + ], + [ + 26, + 205 + ], + [ + 27, + 204 + ], + [ + 27, + 203 + ], + [ + 27, + 202 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 27, + 176 + ], + [ + 27, + 177 + ], + [ + 28, + 177 + ], + [ + 29, + 178 + ], + [ + 30, + 179 + ], + [ + 31, + 180 + ], + [ + 32, + 180 + ], + [ + 33, + 180 + ], + [ + 33, + 181 + ], + [ + 34, + 180 + ], + [ + 33, + 179 + ], + [ + 34, + 178 + ], + [ + 34, + 177 + ], + [ + 34, + 176 + ], + [ + 35, + 175 + ], + [ + 35, + 174 + ], + [ + 35, + 173 + ], + [ + 34, + 172 + ], + [ + 34, + 171 + ], + [ + 35, + 172 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 85, + 0 + ], + [ + 85, + 511 + ], + [ + 84, + 510 + ], + [ + 84, + 511 + ], + [ + 83, + 511 + ], + [ + 82, + 511 + ], + [ + 81, + 511 + ], + [ + 80, + 511 + ], + [ + 79, + 511 + ], + [ + 78, + 511 + ], + [ + 77, + 511 + ], + [ + 76, + 511 + ], + [ + 75, + 511 + ], + [ + 74, + 511 + ], + [ + 73, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 26, + 0 + ], + [ + 25, + 511 + ], + [ + 24, + 511 + ], + [ + 23, + 510 + ], + [ + 22, + 510 + ], + [ + 21, + 511 + ], + [ + 20, + 511 + ], + [ + 19, + 511 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 13, + 220 + ], + [ + 14, + 221 + ], + [ + 15, + 222 + ], + [ + 16, + 223 + ], + [ + 17, + 224 + ], + [ + 17, + 225 + ], + [ + 17, + 226 + ], + [ + 17, + 227 + ], + [ + 16, + 228 + ], + [ + 15, + 229 + ], + [ + 14, + 230 + ], + [ + 13, + 229 + ], + [ + 12, + 229 + ], + [ + 12, + 230 + ], + [ + 11, + 229 + ], + [ + 10, + 230 + ], + [ + 10, + 231 + ], + [ + 9, + 232 + ], + [ + 10, + 232 + ], + [ + 9, + 233 + ], + [ + 8, + 234 + ], + [ + 8, + 235 + ], + [ + 9, + 234 + ], + [ + 8, + 233 + ], + [ + 7, + 234 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 31, + 88 + ], + [ + 32, + 87 + ], + [ + 33, + 86 + ], + [ + 34, + 85 + ], + [ + 35, + 84 + ], + [ + 36, + 83 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 160, + 77 + ], + [ + 161, + 78 + ], + [ + 162, + 79 + ], + [ + 163, + 80 + ], + [ + 162, + 81 + ], + [ + 162, + 82 + ], + [ + 163, + 83 + ], + [ + 162, + 84 + ], + [ + 162, + 85 + ], + [ + 162, + 86 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 28, + 95 + ], + [ + 27, + 95 + ], + [ + 26, + 94 + ], + [ + 25, + 93 + ], + [ + 24, + 93 + ], + [ + 23, + 93 + ], + [ + 22, + 94 + ], + [ + 21, + 95 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 15, + 118 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 57, + 63 + ], + "area_fraction": 0.0294 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 152, + 260 + ], + "peak": [ + 181, + 99 + ], + "area_cells": 31649 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 505 + ], + "peak": [ + 113, + 511 + ], + "area_cells": 262 + }, + { + "id": "range_3", + "name": null, + "center": [ + 209, + 502 + ], + "peak": [ + 199, + 506 + ], + "area_cells": 587 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716e/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716e/globe.png new file mode 100644 index 000000000..cee1d9d86 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716e/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716e/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716e/heightmap.png new file mode 100644 index 000000000..5120aa4d1 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716e/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716e/index.md b/wiki/star-systems/GJ-716/bodies/GJ716e/index.md new file mode 100644 index 000000000..d1fd0645b --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ716e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2266500481 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.901 + period_days: 350.0 + axial_tilt_deg: 44.1 +physical: + gravity_g: 0.4 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.763 + polar_ice_lat: 0.112 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716e + +Frozen planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716e/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716e/markers.json new file mode 100644 index 000000000..1fa27de96 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716e/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 25, + 217 + ], + "area_fraction": 0.1331 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 35, + 484 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 60, + 200 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 77, + 498 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 197, + 289 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 223, + 337 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 212, + 113 + ], + "area_fraction": 0.012 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 222, + 423 + ], + "area_fraction": 0.0202 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 228, + 51 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 275 + ], + "peak": [ + 140, + 211 + ], + "area_cells": 17808 + }, + { + "id": "range_2", + "name": null, + "center": [ + 106, + 56 + ], + "peak": [ + 106, + 56 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716f/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716f/globe.png new file mode 100644 index 000000000..65adc7efe Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716f/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716f/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716f/heightmap.png new file mode 100644 index 000000000..a06fd4bd4 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716f/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716f/index.md b/wiki/star-systems/GJ-716/bodies/GJ716f/index.md new file mode 100644 index 000000000..ddbef4def --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ716f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2302901285 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.563 + period_days: 800.0 + axial_tilt_deg: 58.5 +physical: + gravity_g: 0.32 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.868 + polar_ice_lat: 0.182 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.447 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716f + +Frozen planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716f/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716f/markers.json new file mode 100644 index 000000000..3d1a88894 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716f/markers.json @@ -0,0 +1,176 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 101, + 309 + ], + "area_fraction": 0.0542 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 80, + 144 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 79, + 438 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 95, + 389 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 96, + 89 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 143, + 396 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 144, + 356 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 134 + ], + "peak": [ + 0, + 129 + ], + "area_cells": 1648 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 411 + ], + "peak": [ + 12, + 405 + ], + "area_cells": 147 + }, + { + "id": "range_7", + "name": null, + "center": [ + 219, + 163 + ], + "peak": [ + 208, + 205 + ], + "area_cells": 13479 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 461 + ], + "peak": [ + 224, + 505 + ], + "area_cells": 4893 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 433 + ], + "peak": [ + 191, + 433 + ], + "area_cells": 104 + }, + { + "id": "range_10", + "name": null, + "center": [ + 196, + 463 + ], + "peak": [ + 193, + 459 + ], + "area_cells": 165 + }, + { + "id": "range_12", + "name": null, + "center": [ + 252, + 363 + ], + "peak": [ + 254, + 363 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-1/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716g-1/globe.png new file mode 100644 index 000000000..1b91aa092 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716g-1/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-1/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716g-1/heightmap.png new file mode 100644 index 000000000..cc0ae5670 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-1/index.md b/wiki/star-systems/GJ-716/bodies/GJ716g-1/index.md new file mode 100644 index 000000000..f3a2c51fe --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ716g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3836429163 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 21.7 +physical: + gravity_g: 0.06 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.892 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716g-1 + +Barren moon. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-1/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716g-1/markers.json new file mode 100644 index 000000000..4dae92b4d --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716g-1/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 53, + 479 + ], + "peak": [ + 40, + 460 + ], + "area_cells": 945 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 365 + ], + "peak": [ + 52, + 366 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 248 + ], + "peak": [ + 72, + 250 + ], + "area_cells": 834 + }, + { + "id": "range_12", + "name": null, + "center": [ + 121, + 130 + ], + "peak": [ + 119, + 153 + ], + "area_cells": 2360 + }, + { + "id": "range_13", + "name": null, + "center": [ + 97, + 374 + ], + "peak": [ + 98, + 375 + ], + "area_cells": 200 + }, + { + "id": "range_16", + "name": null, + "center": [ + 108, + 241 + ], + "peak": [ + 109, + 241 + ], + "area_cells": 152 + }, + { + "id": "range_17", + "name": null, + "center": [ + 109, + 64 + ], + "peak": [ + 110, + 64 + ], + "area_cells": 76 + }, + { + "id": "range_18", + "name": null, + "center": [ + 183, + 376 + ], + "peak": [ + 182, + 397 + ], + "area_cells": 15769 + }, + { + "id": "range_22", + "name": null, + "center": [ + 146, + 78 + ], + "peak": [ + 148, + 76 + ], + "area_cells": 73 + }, + { + "id": "range_23", + "name": null, + "center": [ + 205, + 39 + ], + "peak": [ + 239, + 90 + ], + "area_cells": 4982 + }, + { + "id": "range_27", + "name": null, + "center": [ + 240, + 183 + ], + "peak": [ + 239, + 186 + ], + "area_cells": 363 + }, + { + "id": "range_28", + "name": null, + "center": [ + 242, + 158 + ], + "peak": [ + 239, + 161 + ], + "area_cells": 255 + }, + { + "id": "range_34", + "name": null, + "center": [ + 242, + 144 + ], + "peak": [ + 247, + 147 + ], + "area_cells": 129 + }, + { + "id": "range_36", + "name": null, + "center": [ + 248, + 121 + ], + "peak": [ + 247, + 118 + ], + "area_cells": 146 + }, + { + "id": "range_40", + "name": null, + "center": [ + 249, + 271 + ], + "peak": [ + 255, + 273 + ], + "area_cells": 33 + }, + { + "id": "range_41", + "name": null, + "center": [ + 251, + 73 + ], + "peak": [ + 255, + 76 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-2/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716g-2/globe.png new file mode 100644 index 000000000..a83a9dfd7 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716g-2/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-2/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716g-2/heightmap.png new file mode 100644 index 000000000..6dc98a73c Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-2/index.md b/wiki/star-systems/GJ-716/bodies/GJ716g-2/index.md new file mode 100644 index 000000000..37ac413b1 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ716g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2785702766 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 53.3 +physical: + gravity_g: 0.04 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716g-2 + +Frozen moon. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g-2/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716g-2/markers.json new file mode 100644 index 000000000..2770764f0 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716g-2/markers.json @@ -0,0 +1,178 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 206 + ], + "area_fraction": 0.2107 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 24, + 477 + ], + "area_fraction": 0.0267 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 99, + 7 + ], + "peak": [ + 98, + 8 + ], + "area_cells": 47 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 332 + ], + "peak": [ + 102, + 332 + ], + "area_cells": 43 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 406 + ], + "peak": [ + 101, + 406 + ], + "area_cells": 58 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 102 + ], + "peak": [ + 106, + 103 + ], + "area_cells": 29 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 40 + ], + "peak": [ + 121, + 72 + ], + "area_cells": 2478 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 343 + ], + "peak": [ + 133, + 340 + ], + "area_cells": 5341 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 161 + ], + "peak": [ + 148, + 161 + ], + "area_cells": 428 + }, + { + "id": "range_8", + "name": null, + "center": [ + 148, + 251 + ], + "peak": [ + 154, + 250 + ], + "area_cells": 124 + }, + { + "id": "range_10", + "name": null, + "center": [ + 160, + 465 + ], + "peak": [ + 161, + 460 + ], + "area_cells": 1024 + }, + { + "id": "range_12", + "name": null, + "center": [ + 178, + 377 + ], + "peak": [ + 179, + 379 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 186, + 369 + ], + "peak": [ + 187, + 369 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716g/globe.png new file mode 100644 index 000000000..7c3465865 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716g/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716g/index.md b/wiki/star-systems/GJ-716/bodies/GJ716g/index.md new file mode 100644 index 000000000..3810f3a72 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ716g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 440184692 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 23.8 +physical: + gravity_g: null + oblateness: 0.0774 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.098 +--- + +# GJ716g + +Gas giant. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716h/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716h/globe.png new file mode 100644 index 000000000..566433637 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716h/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716h/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716h/heightmap.png new file mode 100644 index 000000000..21caad088 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716h/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716h/index.md b/wiki/star-systems/GJ-716/bodies/GJ716h/index.md new file mode 100644 index 000000000..c620671f7 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ716h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1986449469 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.65 + period_days: 5500.0 + axial_tilt_deg: 43.5 +physical: + gravity_g: 0.22 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.797 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716h + +Frozen planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 5500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716h/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716h/markers.json new file mode 100644 index 000000000..2a38e247c --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716h/markers.json @@ -0,0 +1,179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 71 + ], + "area_fraction": 0.0556 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 267 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 36, + 483 + ], + "area_fraction": 0.03 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 47, + 260 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 238, + 367 + ], + "area_fraction": 0.0637 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 245, + 36 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 392 + ], + "peak": [ + 18, + 395 + ], + "area_cells": 665 + }, + { + "id": "range_2", + "name": null, + "center": [ + 150, + 126 + ], + "peak": [ + 207, + 10 + ], + "area_cells": 21283 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 426 + ], + "peak": [ + 105, + 434 + ], + "area_cells": 10365 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 506 + ], + "peak": [ + 99, + 509 + ], + "area_cells": 40 + }, + { + "id": "range_12", + "name": null, + "center": [ + 165, + 382 + ], + "peak": [ + 165, + 383 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 376 + ], + "peak": [ + 183, + 375 + ], + "area_cells": 142 + }, + { + "id": "range_15", + "name": null, + "center": [ + 205, + 464 + ], + "peak": [ + 205, + 465 + ], + "area_cells": 35 + }, + { + "id": "range_16", + "name": null, + "center": [ + 219, + 129 + ], + "peak": [ + 210, + 123 + ], + "area_cells": 124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-716/bodies/GJ716i/globe.png b/wiki/star-systems/GJ-716/bodies/GJ716i/globe.png new file mode 100644 index 000000000..aadf5f2cc Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716i/globe.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716i/heightmap.png b/wiki/star-systems/GJ-716/bodies/GJ716i/heightmap.png new file mode 100644 index 000000000..ec00627f0 Binary files /dev/null and b/wiki/star-systems/GJ-716/bodies/GJ716i/heightmap.png differ diff --git a/wiki/star-systems/GJ-716/bodies/GJ716i/index.md b/wiki/star-systems/GJ-716/bodies/GJ716i/index.md new file mode 100644 index 000000000..9485a1382 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ716i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 471489619 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.416 + period_days: 10000.0 + axial_tilt_deg: 24.2 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.871 + polar_ice_lat: 0.273 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ716i + +Frozen planet. + +**System:** [GJ-716](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-716/bodies/GJ716i/markers.json b/wiki/star-systems/GJ-716/bodies/GJ716i/markers.json new file mode 100644 index 000000000..df5be17f5 --- /dev/null +++ b/wiki/star-systems/GJ-716/bodies/GJ716i/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 177, + 317 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 189, + 358 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 226, + 167 + ], + "area_fraction": 0.0623 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 223, + 447 + ], + "area_fraction": 0.0189 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 300 + ], + "peak": [ + 18, + 301 + ], + "area_cells": 88 + }, + { + "id": "range_6", + "name": null, + "center": [ + 31, + 476 + ], + "peak": [ + 32, + 480 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 461 + ], + "peak": [ + 31, + 460 + ], + "area_cells": 48 + }, + { + "id": "range_9", + "name": null, + "center": [ + 56, + 469 + ], + "peak": [ + 58, + 470 + ], + "area_cells": 90 + }, + { + "id": "range_11", + "name": null, + "center": [ + 124, + 466 + ], + "peak": [ + 88, + 475 + ], + "area_cells": 7053 + }, + { + "id": "range_12", + "name": null, + "center": [ + 104, + 159 + ], + "peak": [ + 101, + 179 + ], + "area_cells": 3437 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 315 + ], + "peak": [ + 91, + 316 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 109, + 62 + ], + "peak": [ + 110, + 63 + ], + "area_cells": 63 + }, + { + "id": "range_15", + "name": null, + "center": [ + 155, + 16 + ], + "peak": [ + 159, + 1 + ], + "area_cells": 1534 + }, + { + "id": "range_18", + "name": null, + "center": [ + 143, + 43 + ], + "peak": [ + 143, + 44 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ722b/globe.png b/wiki/star-systems/GJ-722/bodies/GJ722b/globe.png new file mode 100644 index 000000000..8c00c801e Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722b/globe.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722b/heightmap.png b/wiki/star-systems/GJ-722/bodies/GJ722b/heightmap.png new file mode 100644 index 000000000..dc2ea0df4 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722b/heightmap.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722b/index.md b/wiki/star-systems/GJ-722/bodies/GJ722b/index.md new file mode 100644 index 000000000..d21b519ee --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ722b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3403125392 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 1.5 +physical: + gravity_g: 0.34 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.978 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ722b + +Barren planet. + +**System:** [GJ-722](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 95% | +| **Year** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-722/bodies/GJ722b/markers.json b/wiki/star-systems/GJ-722/bodies/GJ722b/markers.json new file mode 100644 index 000000000..0b423e90f --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722b/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 19, + 394 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 48, + 237 + ], + "peak": [ + 47, + 238 + ], + "area_cells": 21 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 40 + ], + "peak": [ + 75, + 29 + ], + "area_cells": 730 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 245 + ], + "peak": [ + 50, + 245 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 473 + ], + "peak": [ + 55, + 473 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 269 + ], + "peak": [ + 69, + 270 + ], + "area_cells": 110 + }, + { + "id": "range_8", + "name": null, + "center": [ + 77, + 245 + ], + "peak": [ + 77, + 247 + ], + "area_cells": 202 + }, + { + "id": "range_9", + "name": null, + "center": [ + 97, + 89 + ], + "peak": [ + 102, + 92 + ], + "area_cells": 1159 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 508 + ], + "peak": [ + 83, + 509 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 92, + 413 + ], + "peak": [ + 95, + 410 + ], + "area_cells": 115 + }, + { + "id": "range_14", + "name": null, + "center": [ + 94, + 475 + ], + "peak": [ + 96, + 477 + ], + "area_cells": 211 + }, + { + "id": "range_15", + "name": null, + "center": [ + 92, + 499 + ], + "peak": [ + 92, + 501 + ], + "area_cells": 86 + }, + { + "id": "range_18", + "name": null, + "center": [ + 134, + 437 + ], + "peak": [ + 141, + 453 + ], + "area_cells": 2780 + }, + { + "id": "range_19", + "name": null, + "center": [ + 159, + 168 + ], + "peak": [ + 162, + 177 + ], + "area_cells": 13276 + }, + { + "id": "range_20", + "name": null, + "center": [ + 95, + 310 + ], + "peak": [ + 96, + 311 + ], + "area_cells": 53 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 495 + ], + "peak": [ + 169, + 490 + ], + "area_cells": 868 + }, + { + "id": "range_31", + "name": null, + "center": [ + 186, + 17 + ], + "peak": [ + 188, + 18 + ], + "area_cells": 46 + }, + { + "id": "range_35", + "name": null, + "center": [ + 202, + 465 + ], + "peak": [ + 201, + 467 + ], + "area_cells": 200 + }, + { + "id": "range_36", + "name": null, + "center": [ + 198, + 447 + ], + "peak": [ + 200, + 447 + ], + "area_cells": 105 + }, + { + "id": "range_38", + "name": null, + "center": [ + 236, + 92 + ], + "peak": [ + 231, + 96 + ], + "area_cells": 153 + }, + { + "id": "range_43", + "name": null, + "center": [ + 251, + 59 + ], + "peak": [ + 253, + 60 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-722/bodies/GJ722c/globe.png b/wiki/star-systems/GJ-722/bodies/GJ722c/globe.png new file mode 100644 index 000000000..fbcc45765 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722c/globe.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722c/heightmap.png b/wiki/star-systems/GJ-722/bodies/GJ722c/heightmap.png new file mode 100644 index 000000000..82b235257 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722c/heightmap.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722c/index.md b/wiki/star-systems/GJ-722/bodies/GJ722c/index.md new file mode 100644 index 000000000..75df93df2 --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ722c +name: Rietbron +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2276057816 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 33.6 +physical: + gravity_g: 0.86 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.354 + polar_ice_lat: 0.648 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.469 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rietbron + +Temperate planet. + +**System:** [GJ-722](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 35% | +| **Year** | 70 days | +| **Inhabited** | yes | +| **Population** | 12K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-722/bodies/GJ722c/markers.json b/wiki/star-systems/GJ-722/bodies/GJ722c/markers.json new file mode 100644 index 000000000..dcb5a6ce6 --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722c/markers.json @@ -0,0 +1,454 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 21, + 474 + ], + [ + 21, + 475 + ], + [ + 22, + 474 + ], + [ + 23, + 475 + ], + [ + 24, + 476 + ], + [ + 25, + 477 + ], + [ + 26, + 477 + ], + [ + 27, + 478 + ], + [ + 28, + 477 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 177, + 395 + ], + [ + 178, + 394 + ], + [ + 179, + 393 + ], + [ + 180, + 392 + ], + [ + 181, + 392 + ], + [ + 181, + 391 + ], + [ + 182, + 392 + ], + [ + 183, + 392 + ], + [ + 183, + 391 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 198, + 372 + ], + [ + 199, + 373 + ], + [ + 200, + 372 + ], + [ + 201, + 373 + ], + [ + 202, + 374 + ], + [ + 203, + 375 + ], + [ + 204, + 375 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 63, + 369 + ], + [ + 64, + 368 + ], + [ + 65, + 368 + ], + [ + 65, + 369 + ], + [ + 66, + 369 + ], + [ + 67, + 368 + ], + [ + 68, + 367 + ], + [ + 69, + 368 + ], + [ + 70, + 367 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 96, + 432 + ], + [ + 95, + 431 + ], + [ + 94, + 430 + ], + [ + 93, + 429 + ], + [ + 92, + 428 + ], + [ + 91, + 427 + ], + [ + 91, + 426 + ], + [ + 90, + 425 + ], + [ + 89, + 425 + ], + [ + 88, + 424 + ], + [ + 89, + 423 + ], + [ + 88, + 423 + ], + [ + 89, + 424 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 23, + 364 + ], + [ + 22, + 363 + ], + [ + 21, + 363 + ], + [ + 20, + 364 + ], + [ + 19, + 365 + ], + [ + 18, + 365 + ], + [ + 17, + 365 + ], + [ + 16, + 364 + ], + [ + 15, + 364 + ], + [ + 15, + 363 + ], + [ + 14, + 363 + ], + [ + 14, + 362 + ], + [ + 13, + 361 + ], + [ + 14, + 361 + ], + [ + 15, + 361 + ], + [ + 15, + 360 + ], + [ + 14, + 360 + ], + [ + 15, + 359 + ], + [ + 14, + 358 + ], + [ + 13, + 359 + ], + [ + 13, + 360 + ], + [ + 14, + 359 + ], + [ + 13, + 358 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 134, + 198 + ], + [ + 134, + 199 + ], + [ + 135, + 200 + ], + [ + 135, + 201 + ], + [ + 136, + 202 + ], + [ + 137, + 202 + ], + [ + 138, + 202 + ], + [ + 139, + 203 + ], + [ + 140, + 204 + ], + [ + 141, + 205 + ], + [ + 142, + 206 + ], + [ + 143, + 207 + ], + [ + 144, + 208 + ], + [ + 145, + 209 + ], + [ + 146, + 209 + ], + [ + 147, + 208 + ], + [ + 148, + 207 + ], + [ + 149, + 206 + ], + [ + 150, + 205 + ], + [ + 151, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 145, + 260 + ], + "area_fraction": 0.6341 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 236 + ], + "peak": [ + 38, + 234 + ], + "area_cells": 529 + }, + { + "id": "range_2", + "name": null, + "center": [ + 171, + 115 + ], + "peak": [ + 171, + 115 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-722/bodies/GJ722d/globe.png b/wiki/star-systems/GJ-722/bodies/GJ722d/globe.png new file mode 100644 index 000000000..471beea05 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722d/globe.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722d/heightmap.png b/wiki/star-systems/GJ-722/bodies/GJ722d/heightmap.png new file mode 100644 index 000000000..84f6e98aa Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722d/heightmap.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722d/index.md b/wiki/star-systems/GJ-722/bodies/GJ722d/index.md new file mode 100644 index 000000000..df57bc6ac --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ722d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2722228956 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.578 + period_days: 240.0 + axial_tilt_deg: 46.7 +physical: + gravity_g: 0.5 + oblateness: 0.002 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.127 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.331 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ722d + +Frozen planet. + +**System:** [GJ-722](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 240 days | + +## Description + + diff --git a/wiki/star-systems/GJ-722/bodies/GJ722d/markers.json b/wiki/star-systems/GJ-722/bodies/GJ722d/markers.json new file mode 100644 index 000000000..202205b9b --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722d/markers.json @@ -0,0 +1,302 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 33, + 82 + ], + [ + 32, + 81 + ], + [ + 31, + 80 + ], + [ + 30, + 79 + ], + [ + 29, + 79 + ], + [ + 28, + 78 + ], + [ + 27, + 77 + ], + [ + 26, + 77 + ], + [ + 25, + 78 + ], + [ + 24, + 78 + ], + [ + 23, + 79 + ], + [ + 22, + 78 + ], + [ + 21, + 78 + ], + [ + 20, + 77 + ], + [ + 19, + 77 + ], + [ + 19, + 78 + ], + [ + 20, + 78 + ], + [ + 19, + 79 + ], + [ + 19, + 80 + ], + [ + 19, + 81 + ], + [ + 18, + 82 + ], + [ + 17, + 83 + ], + [ + 17, + 82 + ], + [ + 18, + 81 + ], + [ + 17, + 81 + ], + [ + 16, + 82 + ], + [ + 16, + 83 + ], + [ + 15, + 83 + ], + [ + 14, + 84 + ], + [ + 14, + 83 + ], + [ + 13, + 84 + ], + [ + 12, + 85 + ], + [ + 12, + 86 + ], + [ + 13, + 85 + ], + [ + 14, + 85 + ], + [ + 14, + 86 + ], + [ + 13, + 87 + ], + [ + 13, + 88 + ], + [ + 12, + 87 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 25, + 173 + ], + [ + 25, + 172 + ], + [ + 24, + 171 + ], + [ + 23, + 170 + ], + [ + 24, + 170 + ], + [ + 25, + 170 + ], + [ + 26, + 170 + ], + [ + 27, + 170 + ], + [ + 27, + 169 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 42 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 135, + 200 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 186, + 210 + ], + "area_fraction": 0.0373 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 355 + ], + "peak": [ + 83, + 357 + ], + "area_cells": 310 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 109 + ], + "peak": [ + 111, + 107 + ], + "area_cells": 533 + }, + { + "id": "range_3", + "name": null, + "center": [ + 117, + 278 + ], + "peak": [ + 122, + 282 + ], + "area_cells": 103 + }, + { + "id": "range_4", + "name": null, + "center": [ + 119, + 20 + ], + "peak": [ + 119, + 20 + ], + "area_cells": 219 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-722/bodies/GJ722e/globe.png b/wiki/star-systems/GJ-722/bodies/GJ722e/globe.png new file mode 100644 index 000000000..187c4a04d Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722e/globe.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722e/heightmap.png b/wiki/star-systems/GJ-722/bodies/GJ722e/heightmap.png new file mode 100644 index 000000000..e63bb108d Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722e/heightmap.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722e/index.md b/wiki/star-systems/GJ-722/bodies/GJ722e/index.md new file mode 100644 index 000000000..789ef306e --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ722e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3659024845 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 28.5 +physical: + gravity_g: 0.4 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.867 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ722e + +Frozen planet. + +**System:** [GJ-722](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-722/bodies/GJ722e/markers.json b/wiki/star-systems/GJ-722/bodies/GJ722e/markers.json new file mode 100644 index 000000000..56a620545 --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722e/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 193, + 424 + ], + "area_fraction": 0.0556 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 188, + 469 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 217, + 121 + ], + "area_fraction": 0.0446 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 245, + 18 + ], + "area_fraction": 0.006 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 261 + ], + "peak": [ + 1, + 263 + ], + "area_cells": 92 + }, + { + "id": "range_2", + "name": null, + "center": [ + 40, + 240 + ], + "peak": [ + 42, + 237 + ], + "area_cells": 449 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 285 + ], + "peak": [ + 41, + 285 + ], + "area_cells": 414 + }, + { + "id": "range_4", + "name": null, + "center": [ + 104, + 284 + ], + "peak": [ + 83, + 218 + ], + "area_cells": 11281 + }, + { + "id": "range_5", + "name": null, + "center": [ + 83, + 81 + ], + "peak": [ + 85, + 82 + ], + "area_cells": 124 + }, + { + "id": "range_10", + "name": null, + "center": [ + 110, + 24 + ], + "peak": [ + 119, + 2 + ], + "area_cells": 357 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-722/bodies/GJ722f/globe.png b/wiki/star-systems/GJ-722/bodies/GJ722f/globe.png new file mode 100644 index 000000000..90aa89ffb Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722f/globe.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722f/heightmap.png b/wiki/star-systems/GJ-722/bodies/GJ722f/heightmap.png new file mode 100644 index 000000000..a03bc05c4 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722f/heightmap.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722f/index.md b/wiki/star-systems/GJ-722/bodies/GJ722f/index.md new file mode 100644 index 000000000..d72c2da67 --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ722f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3871434644 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 36.6 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.758 + polar_ice_lat: 0.064 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ722f + +Frozen planet. + +**System:** [GJ-722](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-722/bodies/GJ722f/markers.json b/wiki/star-systems/GJ-722/bodies/GJ722f/markers.json new file mode 100644 index 000000000..aa7c3b8bd --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722f/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 218, + 212 + ], + "area_fraction": 0.1949 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 225, + 505 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 135 + ], + "peak": [ + 34, + 130 + ], + "area_cells": 4455 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 317 + ], + "peak": [ + 3, + 317 + ], + "area_cells": 148 + }, + { + "id": "range_5", + "name": null, + "center": [ + 18, + 368 + ], + "peak": [ + 19, + 359 + ], + "area_cells": 1161 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 443 + ], + "peak": [ + 10, + 447 + ], + "area_cells": 67 + }, + { + "id": "range_7", + "name": null, + "center": [ + 25, + 215 + ], + "peak": [ + 25, + 216 + ], + "area_cells": 32 + }, + { + "id": "range_8", + "name": null, + "center": [ + 44, + 495 + ], + "peak": [ + 49, + 497 + ], + "area_cells": 841 + }, + { + "id": "range_9", + "name": null, + "center": [ + 36, + 197 + ], + "peak": [ + 36, + 198 + ], + "area_cells": 61 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 17 + ], + "peak": [ + 56, + 6 + ], + "area_cells": 984 + }, + { + "id": "range_11", + "name": null, + "center": [ + 55, + 276 + ], + "peak": [ + 47, + 270 + ], + "area_cells": 846 + }, + { + "id": "range_14", + "name": null, + "center": [ + 58, + 102 + ], + "peak": [ + 60, + 103 + ], + "area_cells": 31 + }, + { + "id": "range_15", + "name": null, + "center": [ + 82, + 26 + ], + "peak": [ + 80, + 23 + ], + "area_cells": 222 + }, + { + "id": "range_17", + "name": null, + "center": [ + 137, + 330 + ], + "peak": [ + 139, + 329 + ], + "area_cells": 129 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-722/bodies/GJ722g/globe.png b/wiki/star-systems/GJ-722/bodies/GJ722g/globe.png new file mode 100644 index 000000000..177142a25 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722g/globe.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722g/heightmap.png b/wiki/star-systems/GJ-722/bodies/GJ722g/heightmap.png new file mode 100644 index 000000000..19bc3aa17 Binary files /dev/null and b/wiki/star-systems/GJ-722/bodies/GJ722g/heightmap.png differ diff --git a/wiki/star-systems/GJ-722/bodies/GJ722g/index.md b/wiki/star-systems/GJ-722/bodies/GJ722g/index.md new file mode 100644 index 000000000..60def5a18 --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ722g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2943251157 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.607 + period_days: 5400.0 + axial_tilt_deg: 19.0 +physical: + gravity_g: 0.08 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.842 + polar_ice_lat: 0.083 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ722g + +Frozen planet. + +**System:** [GJ-722](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 5400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-722/bodies/GJ722g/markers.json b/wiki/star-systems/GJ-722/bodies/GJ722g/markers.json new file mode 100644 index 000000000..4af8004ca --- /dev/null +++ b/wiki/star-systems/GJ-722/bodies/GJ722g/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 115 + ], + "area_fraction": 0.0754 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 408 + ], + "area_fraction": 0.0553 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 48, + 330 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 164, + 234 + ], + "peak": [ + 157, + 113 + ], + "area_cells": 29480 + }, + { + "id": "range_2", + "name": null, + "center": [ + 114, + 367 + ], + "peak": [ + 112, + 367 + ], + "area_cells": 286 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 408 + ], + "peak": [ + 120, + 410 + ], + "area_cells": 345 + }, + { + "id": "range_9", + "name": null, + "center": [ + 157, + 282 + ], + "peak": [ + 157, + 279 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 199, + 7 + ], + "peak": [ + 199, + 8 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ725Bb/globe.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/globe.png new file mode 100644 index 000000000..aa3da5952 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/globe.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bb/heightmap.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/heightmap.png new file mode 100644 index 000000000..c75325c6f Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bb/index.md b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/index.md new file mode 100644 index 000000000..bf76bdaa5 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ725Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2020091529 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 32.2 +physical: + gravity_g: 0.28 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.872 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ725Bb + +Barren planet. + +**System:** [GJ-725B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bb/markers.json b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/markers.json new file mode 100644 index 000000000..db388358d --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bb/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 123 + ], + "peak": [ + 7, + 124 + ], + "area_cells": 54 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 449 + ], + "peak": [ + 128, + 411 + ], + "area_cells": 5913 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 9 + ], + "peak": [ + 113, + 14 + ], + "area_cells": 255 + }, + { + "id": "range_4", + "name": null, + "center": [ + 117, + 375 + ], + "peak": [ + 117, + 375 + ], + "area_cells": 78 + }, + { + "id": "range_7", + "name": null, + "center": [ + 129, + 43 + ], + "peak": [ + 124, + 51 + ], + "area_cells": 84 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 103 + ], + "peak": [ + 123, + 106 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 136, + 69 + ], + "peak": [ + 137, + 70 + ], + "area_cells": 61 + }, + { + "id": "range_13", + "name": null, + "center": [ + 145, + 351 + ], + "peak": [ + 141, + 356 + ], + "area_cells": 121 + }, + { + "id": "range_14", + "name": null, + "center": [ + 141, + 150 + ], + "peak": [ + 141, + 150 + ], + "area_cells": 29 + }, + { + "id": "range_16", + "name": null, + "center": [ + 154, + 51 + ], + "peak": [ + 152, + 52 + ], + "area_cells": 84 + }, + { + "id": "range_17", + "name": null, + "center": [ + 155, + 310 + ], + "peak": [ + 155, + 310 + ], + "area_cells": 21 + }, + { + "id": "range_18", + "name": null, + "center": [ + 158, + 35 + ], + "peak": [ + 160, + 37 + ], + "area_cells": 115 + }, + { + "id": "range_20", + "name": null, + "center": [ + 170, + 165 + ], + "peak": [ + 174, + 159 + ], + "area_cells": 247 + }, + { + "id": "range_23", + "name": null, + "center": [ + 179, + 354 + ], + "peak": [ + 175, + 349 + ], + "area_cells": 267 + }, + { + "id": "range_24", + "name": null, + "center": [ + 177, + 7 + ], + "peak": [ + 176, + 6 + ], + "area_cells": 180 + }, + { + "id": "range_28", + "name": null, + "center": [ + 191, + 325 + ], + "peak": [ + 199, + 330 + ], + "area_cells": 177 + }, + { + "id": "range_29", + "name": null, + "center": [ + 202, + 13 + ], + "peak": [ + 200, + 15 + ], + "area_cells": 178 + }, + { + "id": "range_31", + "name": null, + "center": [ + 209, + 37 + ], + "peak": [ + 210, + 38 + ], + "area_cells": 79 + }, + { + "id": "range_33", + "name": null, + "center": [ + 216, + 178 + ], + "peak": [ + 217, + 178 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/globe.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/globe.png new file mode 100644 index 000000000..d12de0d8e Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/globe.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/heightmap.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/heightmap.png new file mode 100644 index 000000000..7524720c7 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/index.md b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/index.md new file mode 100644 index 000000000..92c0f8d9f --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ725Bc-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 546864524 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 35.6 +physical: + gravity_g: 0.04 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.867 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.05 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ725Bc-1 + +Barren moon. + +**System:** [GJ-725B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/markers.json b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/markers.json new file mode 100644 index 000000000..4d10e4db7 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bc-1/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 10 + ], + "peak": [ + 0, + 9 + ], + "area_cells": 190 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 485 + ], + "peak": [ + 3, + 486 + ], + "area_cells": 112 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 505 + ], + "peak": [ + 4, + 501 + ], + "area_cells": 108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 40, + 393 + ], + "peak": [ + 42, + 392 + ], + "area_cells": 1133 + }, + { + "id": "range_9", + "name": null, + "center": [ + 46, + 349 + ], + "peak": [ + 46, + 354 + ], + "area_cells": 202 + }, + { + "id": "range_10", + "name": null, + "center": [ + 42, + 69 + ], + "peak": [ + 40, + 65 + ], + "area_cells": 113 + }, + { + "id": "range_11", + "name": null, + "center": [ + 95, + 184 + ], + "peak": [ + 118, + 267 + ], + "area_cells": 6305 + }, + { + "id": "range_13", + "name": null, + "center": [ + 59, + 504 + ], + "peak": [ + 59, + 505 + ], + "area_cells": 29 + }, + { + "id": "range_14", + "name": null, + "center": [ + 63, + 205 + ], + "peak": [ + 62, + 207 + ], + "area_cells": 88 + }, + { + "id": "range_15", + "name": null, + "center": [ + 60, + 191 + ], + "peak": [ + 60, + 191 + ], + "area_cells": 24 + }, + { + "id": "range_17", + "name": null, + "center": [ + 66, + 62 + ], + "peak": [ + 67, + 62 + ], + "area_cells": 83 + }, + { + "id": "range_19", + "name": null, + "center": [ + 68, + 369 + ], + "peak": [ + 68, + 370 + ], + "area_cells": 22 + }, + { + "id": "range_20", + "name": null, + "center": [ + 84, + 489 + ], + "peak": [ + 96, + 495 + ], + "area_cells": 191 + }, + { + "id": "range_23", + "name": null, + "center": [ + 85, + 321 + ], + "peak": [ + 86, + 320 + ], + "area_cells": 149 + }, + { + "id": "range_27", + "name": null, + "center": [ + 119, + 363 + ], + "peak": [ + 131, + 315 + ], + "area_cells": 3930 + }, + { + "id": "range_29", + "name": null, + "center": [ + 105, + 453 + ], + "peak": [ + 108, + 454 + ], + "area_cells": 315 + }, + { + "id": "range_33", + "name": null, + "center": [ + 157, + 436 + ], + "peak": [ + 156, + 447 + ], + "area_cells": 684 + }, + { + "id": "range_35", + "name": null, + "center": [ + 142, + 483 + ], + "peak": [ + 143, + 483 + ], + "area_cells": 160 + }, + { + "id": "range_36", + "name": null, + "center": [ + 148, + 16 + ], + "peak": [ + 148, + 17 + ], + "area_cells": 56 + }, + { + "id": "range_37", + "name": null, + "center": [ + 150, + 287 + ], + "peak": [ + 152, + 289 + ], + "area_cells": 68 + }, + { + "id": "range_38", + "name": null, + "center": [ + 160, + 4 + ], + "peak": [ + 164, + 0 + ], + "area_cells": 88 + }, + { + "id": "range_41", + "name": null, + "center": [ + 162, + 476 + ], + "peak": [ + 164, + 477 + ], + "area_cells": 106 + }, + { + "id": "range_42", + "name": null, + "center": [ + 162, + 166 + ], + "peak": [ + 163, + 167 + ], + "area_cells": 24 + }, + { + "id": "range_43", + "name": null, + "center": [ + 164, + 509 + ], + "peak": [ + 164, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_46", + "name": null, + "center": [ + 184, + 487 + ], + "peak": [ + 183, + 485 + ], + "area_cells": 210 + }, + { + "id": "range_47", + "name": null, + "center": [ + 187, + 3 + ], + "peak": [ + 192, + 5 + ], + "area_cells": 130 + }, + { + "id": "range_49", + "name": null, + "center": [ + 193, + 122 + ], + "peak": [ + 194, + 122 + ], + "area_cells": 34 + }, + { + "id": "range_50", + "name": null, + "center": [ + 212, + 298 + ], + "peak": [ + 218, + 297 + ], + "area_cells": 139 + }, + { + "id": "range_54", + "name": null, + "center": [ + 203, + 499 + ], + "peak": [ + 204, + 499 + ], + "area_cells": 37 + }, + { + "id": "range_57", + "name": null, + "center": [ + 218, + 324 + ], + "peak": [ + 209, + 324 + ], + "area_cells": 46 + }, + { + "id": "range_61", + "name": null, + "center": [ + 251, + 383 + ], + "peak": [ + 254, + 383 + ], + "area_cells": 142 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc/globe.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/globe.png new file mode 100644 index 000000000..10cd6ac13 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/globe.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc/heightmap.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/heightmap.png new file mode 100644 index 000000000..5b4bb6c15 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc/index.md b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/index.md new file mode 100644 index 000000000..0900738b5 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ725Bc +name: Rush +body_type: planet +planet_class: temperate +body_scale: planet +seed: 656865078 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.72 + period_days: 250.0 + axial_tilt_deg: 21.5 +physical: + gravity_g: 0.78 + oblateness: 0.0016 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.715 + polar_ice_lat: 0.649 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Rush + +Temperate planet. + +**System:** [GJ-725B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 72% | +| **Year** | 250 days | +| **Inhabited** | yes | +| **Population** | 120M | +| **Economy** | extraction | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bc/markers.json b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/markers.json new file mode 100644 index 000000000..06e40d223 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bc/markers.json @@ -0,0 +1,429 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 137, + 264 + ], + [ + 138, + 265 + ], + [ + 138, + 266 + ], + [ + 139, + 267 + ], + [ + 139, + 268 + ], + [ + 140, + 269 + ], + [ + 141, + 270 + ], + [ + 142, + 271 + ], + [ + 143, + 272 + ], + [ + 143, + 273 + ], + [ + 142, + 274 + ], + [ + 141, + 275 + ], + [ + 142, + 276 + ], + [ + 142, + 277 + ], + [ + 142, + 278 + ], + [ + 141, + 279 + ], + [ + 141, + 280 + ], + [ + 141, + 281 + ], + [ + 140, + 282 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 117, + 92 + ], + [ + 117, + 93 + ], + [ + 118, + 94 + ], + [ + 119, + 95 + ], + [ + 119, + 96 + ], + [ + 119, + 97 + ], + [ + 120, + 98 + ], + [ + 121, + 99 + ], + [ + 122, + 100 + ], + [ + 123, + 101 + ], + [ + 124, + 102 + ], + [ + 125, + 103 + ], + [ + 125, + 104 + ], + [ + 125, + 105 + ], + [ + 124, + 105 + ], + [ + 123, + 106 + ], + [ + 123, + 107 + ], + [ + 122, + 108 + ], + [ + 121, + 108 + ], + [ + 120, + 108 + ], + [ + 120, + 107 + ], + [ + 119, + 107 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 14, + 382 + ], + [ + 14, + 383 + ], + [ + 15, + 384 + ], + [ + 16, + 385 + ], + [ + 17, + 386 + ], + [ + 18, + 387 + ], + [ + 19, + 387 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 31, + 401 + ], + [ + 31, + 402 + ], + [ + 30, + 403 + ], + [ + 29, + 404 + ], + [ + 28, + 405 + ], + [ + 27, + 406 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 143, + 1 + ], + [ + 142, + 2 + ], + [ + 141, + 3 + ], + [ + 140, + 2 + ], + [ + 139, + 1 + ], + [ + 139, + 0 + ], + [ + 138, + 0 + ], + [ + 137, + 0 + ], + [ + 136, + 0 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 50 + ], + [ + 1, + 51 + ], + [ + 2, + 51 + ], + [ + 3, + 50 + ], + [ + 4, + 51 + ], + [ + 5, + 50 + ], + [ + 6, + 50 + ], + [ + 7, + 49 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 13, + 8 + ], + [ + 13, + 9 + ], + [ + 14, + 10 + ], + [ + 14, + 11 + ], + [ + 15, + 12 + ], + [ + 16, + 13 + ], + [ + 17, + 13 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 27, + 31 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 62, + 318 + ], + "area_fraction": 0.2558 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 221, + 362 + ], + "peak": [ + 229, + 345 + ], + "area_cells": 3983 + }, + { + "id": "range_4", + "name": null, + "center": [ + 191, + 188 + ], + "peak": [ + 192, + 189 + ], + "area_cells": 106 + }, + { + "id": "range_5", + "name": null, + "center": [ + 219, + 249 + ], + "peak": [ + 225, + 199 + ], + "area_cells": 1113 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bd/globe.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/globe.png new file mode 100644 index 000000000..3532d6f21 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/globe.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bd/heightmap.png b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/heightmap.png new file mode 100644 index 000000000..b89b771f2 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bd/index.md b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/index.md new file mode 100644 index 000000000..417d1dbd0 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ725Bd +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2520203677 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.173 + period_days: 520.0 + axial_tilt_deg: 11.3 +physical: + gravity_g: 0.42 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.9 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.156 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ725Bd + +Arid planet. + +**System:** [GJ-725B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Bd/markers.json b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/markers.json new file mode 100644 index 000000000..b8be1ea05 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Bd/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 483 + ], + "peak": [ + 101, + 500 + ], + "area_cells": 930 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 14 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 467 + }, + { + "id": "range_3", + "name": null, + "center": [ + 119, + 201 + ], + "peak": [ + 120, + 203 + ], + "area_cells": 163 + }, + { + "id": "range_4", + "name": null, + "center": [ + 193, + 94 + ], + "peak": [ + 211, + 51 + ], + "area_cells": 20630 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 459 + ], + "peak": [ + 127, + 456 + ], + "area_cells": 320 + }, + { + "id": "range_6", + "name": null, + "center": [ + 123, + 506 + ], + "peak": [ + 125, + 511 + ], + "area_cells": 104 + }, + { + "id": "range_7", + "name": null, + "center": [ + 208, + 415 + ], + "peak": [ + 203, + 450 + ], + "area_cells": 4941 + }, + { + "id": "range_9", + "name": null, + "center": [ + 205, + 498 + ], + "peak": [ + 200, + 509 + ], + "area_cells": 846 + }, + { + "id": "range_10", + "name": null, + "center": [ + 233, + 323 + ], + "peak": [ + 233, + 323 + ], + "area_cells": 463 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/globe.png b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/globe.png new file mode 100644 index 000000000..79d53a42d Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/globe.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/heightmap.png b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/heightmap.png new file mode 100644 index 000000000..97d263654 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/index.md b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/index.md new file mode 100644 index 000000000..c8771cc92 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/index.md @@ -0,0 +1,65 @@ +--- +id: GJ725Be-1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 213606115 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 41.1 +physical: + gravity_g: 0.06 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.097 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.29 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ725Be-1 + +Frozen moon. + +**System:** [GJ-725B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/markers.json b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/markers.json new file mode 100644 index 000000000..c6c4f3e17 --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Be-1/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 186, + 383 + ], + "area_fraction": 0.1533 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 214, + 218 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 160 + ], + "peak": [ + 30, + 215 + ], + "area_cells": 18680 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 457 + ], + "peak": [ + 41, + 508 + ], + "area_cells": 4024 + }, + { + "id": "range_7", + "name": null, + "center": [ + 42, + 348 + ], + "peak": [ + 45, + 355 + ], + "area_cells": 114 + }, + { + "id": "range_10", + "name": null, + "center": [ + 63, + 421 + ], + "peak": [ + 64, + 421 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 121 + ], + "peak": [ + 103, + 120 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 114, + 471 + ], + "peak": [ + 118, + 496 + ], + "area_cells": 1316 + }, + { + "id": "range_14", + "name": null, + "center": [ + 119, + 9 + ], + "peak": [ + 115, + 4 + ], + "area_cells": 304 + }, + { + "id": "range_15", + "name": null, + "center": [ + 124, + 33 + ], + "peak": [ + 124, + 34 + ], + "area_cells": 47 + }, + { + "id": "range_16", + "name": null, + "center": [ + 166, + 50 + ], + "peak": [ + 166, + 50 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Be/globe.png b/wiki/star-systems/GJ-725B/bodies/GJ725Be/globe.png new file mode 100644 index 000000000..5e68697d3 Binary files /dev/null and b/wiki/star-systems/GJ-725B/bodies/GJ725Be/globe.png differ diff --git a/wiki/star-systems/GJ-725B/bodies/GJ725Be/index.md b/wiki/star-systems/GJ-725B/bodies/GJ725Be/index.md new file mode 100644 index 000000000..6cef0948e --- /dev/null +++ b/wiki/star-systems/GJ-725B/bodies/GJ725Be/index.md @@ -0,0 +1,70 @@ +--- +id: GJ725Be +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3655219015 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 9.6 +physical: + gravity_g: null + oblateness: 0.0721 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.286 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.085 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.5 + opacity_base: 0.69 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ725Be + +Gas giant. + +**System:** [GJ-725B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + 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/bodies/GJ726b/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726b/globe.png new file mode 100644 index 000000000..a3d832008 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726b/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726b/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726b/heightmap.png new file mode 100644 index 000000000..e5fc5bc79 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726b/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726b/index.md b/wiki/star-systems/GJ-726/bodies/GJ726b/index.md new file mode 100644 index 000000000..303b7b3ed --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ726b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1117307123 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 21.3 +physical: + gravity_g: 0.42 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.863 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726b + +Barren planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 94% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726b/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726b/markers.json new file mode 100644 index 000000000..ec9328069 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726b/markers.json @@ -0,0 +1,422 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 12, + 247 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 15, + 488 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 24, + 15 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 117 + ], + "peak": [ + 63, + 118 + ], + "area_cells": 163 + }, + { + "id": "range_2", + "name": null, + "center": [ + 63, + 477 + ], + "peak": [ + 64, + 473 + ], + "area_cells": 110 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 13 + ], + "peak": [ + 91, + 9 + ], + "area_cells": 577 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 268 + ], + "peak": [ + 87, + 269 + ], + "area_cells": 68 + }, + { + "id": "range_7", + "name": null, + "center": [ + 97, + 399 + ], + "peak": [ + 89, + 400 + ], + "area_cells": 85 + }, + { + "id": "range_8", + "name": null, + "center": [ + 115, + 129 + ], + "peak": [ + 110, + 135 + ], + "area_cells": 1059 + }, + { + "id": "range_13", + "name": null, + "center": [ + 111, + 502 + ], + "peak": [ + 103, + 511 + ], + "area_cells": 549 + }, + { + "id": "range_15", + "name": null, + "center": [ + 160, + 48 + ], + "peak": [ + 159, + 72 + ], + "area_cells": 3345 + }, + { + "id": "range_17", + "name": null, + "center": [ + 135, + 253 + ], + "peak": [ + 141, + 253 + ], + "area_cells": 1107 + }, + { + "id": "range_18", + "name": null, + "center": [ + 125, + 183 + ], + "peak": [ + 128, + 184 + ], + "area_cells": 218 + }, + { + "id": "range_19", + "name": null, + "center": [ + 124, + 206 + ], + "peak": [ + 125, + 207 + ], + "area_cells": 73 + }, + { + "id": "range_21", + "name": null, + "center": [ + 140, + 355 + ], + "peak": [ + 144, + 360 + ], + "area_cells": 606 + }, + { + "id": "range_23", + "name": null, + "center": [ + 145, + 156 + ], + "peak": [ + 145, + 158 + ], + "area_cells": 24 + }, + { + "id": "range_25", + "name": null, + "center": [ + 173, + 346 + ], + "peak": [ + 172, + 347 + ], + "area_cells": 199 + }, + { + "id": "range_26", + "name": null, + "center": [ + 195, + 277 + ], + "peak": [ + 220, + 301 + ], + "area_cells": 1637 + }, + { + "id": "range_27", + "name": null, + "center": [ + 186, + 214 + ], + "peak": [ + 182, + 216 + ], + "area_cells": 255 + }, + { + "id": "range_28", + "name": null, + "center": [ + 198, + 322 + ], + "peak": [ + 192, + 326 + ], + "area_cells": 346 + }, + { + "id": "range_29", + "name": null, + "center": [ + 180, + 417 + ], + "peak": [ + 183, + 422 + ], + "area_cells": 61 + }, + { + "id": "range_30", + "name": null, + "center": [ + 216, + 131 + ], + "peak": [ + 230, + 139 + ], + "area_cells": 3641 + }, + { + "id": "range_31", + "name": null, + "center": [ + 185, + 191 + ], + "peak": [ + 185, + 191 + ], + "area_cells": 29 + }, + { + "id": "range_36", + "name": null, + "center": [ + 207, + 502 + ], + "peak": [ + 206, + 502 + ], + "area_cells": 53 + }, + { + "id": "range_38", + "name": null, + "center": [ + 231, + 6 + ], + "peak": [ + 223, + 8 + ], + "area_cells": 149 + }, + { + "id": "range_39", + "name": null, + "center": [ + 222, + 235 + ], + "peak": [ + 224, + 234 + ], + "area_cells": 75 + }, + { + "id": "range_41", + "name": null, + "center": [ + 238, + 497 + ], + "peak": [ + 238, + 500 + ], + "area_cells": 278 + }, + { + "id": "range_44", + "name": null, + "center": [ + 229, + 415 + ], + "peak": [ + 226, + 423 + ], + "area_cells": 293 + }, + { + "id": "range_47", + "name": null, + "center": [ + 237, + 384 + ], + "peak": [ + 241, + 384 + ], + "area_cells": 22 + }, + { + "id": "range_48", + "name": null, + "center": [ + 238, + 388 + ], + "peak": [ + 242, + 389 + ], + "area_cells": 24 + }, + { + "id": "range_53", + "name": null, + "center": [ + 248, + 321 + ], + "peak": [ + 248, + 319 + ], + "area_cells": 175 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 349 + ], + "peak": [ + 254, + 349 + ], + "area_cells": 183 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-726/bodies/GJ726c/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726c/globe.png new file mode 100644 index 000000000..85e0914c6 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726c/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726c/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726c/heightmap.png new file mode 100644 index 000000000..8edd37f29 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726c/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726c/index.md b/wiki/star-systems/GJ-726/bodies/GJ726c/index.md new file mode 100644 index 000000000..ee0b59124 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ726c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1909470639 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 40.0 +physical: + gravity_g: 0.74 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.498 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.163 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726c + +Cold Arid planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726c/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726c/markers.json new file mode 100644 index 000000000..eb5f09de4 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726c/markers.json @@ -0,0 +1,905 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 142, + 363 + ], + [ + 143, + 362 + ], + [ + 144, + 362 + ], + [ + 145, + 362 + ], + [ + 146, + 363 + ], + [ + 147, + 363 + ], + [ + 148, + 364 + ], + [ + 148, + 365 + ], + [ + 148, + 366 + ], + [ + 149, + 367 + ], + [ + 149, + 368 + ], + [ + 148, + 369 + ], + [ + 147, + 370 + ], + [ + 147, + 371 + ], + [ + 147, + 372 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 119, + 503 + ], + [ + 118, + 504 + ], + [ + 117, + 504 + ], + [ + 117, + 505 + ], + [ + 118, + 506 + ], + [ + 119, + 507 + ], + [ + 120, + 508 + ], + [ + 121, + 509 + ], + [ + 122, + 510 + ], + [ + 123, + 511 + ], + [ + 124, + 0 + ], + [ + 125, + 1 + ], + [ + 126, + 1 + ], + [ + 127, + 2 + ], + [ + 128, + 2 + ], + [ + 129, + 3 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 156, + 177 + ], + [ + 157, + 177 + ], + [ + 158, + 176 + ], + [ + 158, + 175 + ], + [ + 159, + 174 + ], + [ + 159, + 173 + ], + [ + 159, + 172 + ], + [ + 160, + 171 + ], + [ + 159, + 170 + ], + [ + 160, + 169 + ], + [ + 161, + 168 + ], + [ + 161, + 167 + ], + [ + 162, + 166 + ], + [ + 162, + 165 + ], + [ + 162, + 164 + ], + [ + 163, + 163 + ], + [ + 163, + 162 + ], + [ + 164, + 161 + ], + [ + 163, + 160 + ], + [ + 163, + 161 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 157, + 142 + ], + [ + 158, + 143 + ], + [ + 159, + 144 + ], + [ + 160, + 145 + ], + [ + 160, + 146 + ], + [ + 161, + 147 + ], + [ + 160, + 148 + ], + [ + 160, + 149 + ], + [ + 160, + 150 + ], + [ + 161, + 151 + ], + [ + 162, + 152 + ], + [ + 163, + 153 + ], + [ + 164, + 154 + ], + [ + 164, + 155 + ], + [ + 164, + 156 + ], + [ + 164, + 157 + ], + [ + 164, + 158 + ], + [ + 164, + 159 + ], + [ + 164, + 160 + ], + [ + 163, + 160 + ], + [ + 163, + 161 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 154, + 329 + ], + [ + 155, + 330 + ], + [ + 156, + 331 + ], + [ + 157, + 332 + ], + [ + 158, + 333 + ], + [ + 157, + 334 + ], + [ + 157, + 335 + ], + [ + 158, + 336 + ], + [ + 157, + 337 + ], + [ + 157, + 338 + ], + [ + 156, + 339 + ], + [ + 156, + 340 + ], + [ + 157, + 341 + ], + [ + 156, + 341 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 247, + 199 + ], + [ + 246, + 200 + ], + [ + 245, + 201 + ], + [ + 244, + 202 + ], + [ + 243, + 203 + ], + [ + 242, + 203 + ], + [ + 241, + 204 + ], + [ + 240, + 204 + ], + [ + 239, + 203 + ], + [ + 238, + 204 + ], + [ + 237, + 205 + ], + [ + 236, + 206 + ], + [ + 235, + 205 + ], + [ + 234, + 205 + ], + [ + 233, + 204 + ], + [ + 232, + 205 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 249, + 172 + ], + [ + 248, + 172 + ], + [ + 248, + 171 + ], + [ + 247, + 170 + ], + [ + 246, + 169 + ], + [ + 245, + 168 + ], + [ + 244, + 167 + ], + [ + 243, + 166 + ], + [ + 242, + 165 + ], + [ + 241, + 164 + ], + [ + 240, + 163 + ], + [ + 239, + 162 + ], + [ + 240, + 161 + ], + [ + 241, + 160 + ], + [ + 240, + 160 + ], + [ + 240, + 159 + ], + [ + 239, + 159 + ], + [ + 238, + 159 + ], + [ + 238, + 158 + ], + [ + 237, + 157 + ], + [ + 236, + 158 + ], + [ + 236, + 159 + ], + [ + 237, + 160 + ], + [ + 237, + 159 + ], + [ + 238, + 160 + ], + [ + 239, + 160 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 109, + 0 + ], + [ + 110, + 0 + ], + [ + 111, + 0 + ], + [ + 112, + 0 + ], + [ + 113, + 0 + ], + [ + 114, + 0 + ], + [ + 115, + 0 + ], + [ + 116, + 0 + ], + [ + 117, + 1 + ], + [ + 118, + 2 + ], + [ + 119, + 3 + ], + [ + 120, + 3 + ], + [ + 121, + 4 + ], + [ + 122, + 5 + ], + [ + 123, + 5 + ], + [ + 124, + 6 + ], + [ + 125, + 5 + ], + [ + 126, + 4 + ], + [ + 127, + 3 + ], + [ + 128, + 4 + ], + [ + 129, + 5 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 143, + 127 + ], + [ + 144, + 126 + ], + [ + 145, + 127 + ], + [ + 146, + 126 + ], + [ + 147, + 127 + ], + [ + 148, + 126 + ], + [ + 149, + 127 + ], + [ + 150, + 128 + ], + [ + 150, + 127 + ], + [ + 151, + 127 + ], + [ + 151, + 128 + ], + [ + 151, + 129 + ], + [ + 150, + 129 + ], + [ + 151, + 130 + ], + [ + 150, + 131 + ], + [ + 150, + 132 + ], + [ + 151, + 132 + ], + [ + 150, + 133 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 87, + 46 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 111, + 174 + ], + "area_fraction": 0.0376 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 126, + 332 + ], + "area_fraction": 0.0238 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 112, + 437 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 136, + 481 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 293 + ], + "peak": [ + 48, + 289 + ], + "area_cells": 3703 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 104 + ], + "peak": [ + 60, + 104 + ], + "area_cells": 396 + }, + { + "id": "range_3", + "name": null, + "center": [ + 64, + 146 + ], + "peak": [ + 65, + 142 + ], + "area_cells": 304 + }, + { + "id": "range_4", + "name": null, + "center": [ + 189, + 70 + ], + "peak": [ + 190, + 96 + ], + "area_cells": 3431 + }, + { + "id": "range_5", + "name": null, + "center": [ + 184, + 508 + ], + "peak": [ + 183, + 511 + ], + "area_cells": 46 + }, + { + "id": "range_6", + "name": null, + "center": [ + 194, + 183 + ], + "peak": [ + 191, + 180 + ], + "area_cells": 135 + }, + { + "id": "range_7", + "name": null, + "center": [ + 200, + 287 + ], + "peak": [ + 201, + 288 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 208, + 477 + ], + "peak": [ + 208, + 476 + ], + "area_cells": 45 + }, + { + "id": "range_9", + "name": null, + "center": [ + 210, + 440 + ], + "peak": [ + 210, + 438 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-726/bodies/GJ726d/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726d/globe.png new file mode 100644 index 000000000..8b3dea740 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726d/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726d/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726d/heightmap.png new file mode 100644 index 000000000..2e68b7cd1 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726d/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726d/index.md b/wiki/star-systems/GJ-726/bodies/GJ726d/index.md new file mode 100644 index 000000000..ac8d94f27 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ726d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1929104372 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.5 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.13 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726d + +Frozen planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 91% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726d/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726d/markers.json new file mode 100644 index 000000000..0482d4906 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726d/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 81, + 476 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 120, + 388 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 152, + 47 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 28 + ], + "peak": [ + 23, + 14 + ], + "area_cells": 1412 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 192 + ], + "peak": [ + 0, + 195 + ], + "area_cells": 13353 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 375 + ], + "peak": [ + 13, + 386 + ], + "area_cells": 455 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 483 + ], + "peak": [ + 41, + 466 + ], + "area_cells": 1810 + }, + { + "id": "range_10", + "name": null, + "center": [ + 234, + 274 + ], + "peak": [ + 228, + 313 + ], + "area_cells": 4169 + }, + { + "id": "range_11", + "name": null, + "center": [ + 224, + 102 + ], + "peak": [ + 224, + 108 + ], + "area_cells": 306 + }, + { + "id": "range_12", + "name": null, + "center": [ + 220, + 197 + ], + "peak": [ + 220, + 196 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 222, + 167 + ], + "peak": [ + 222, + 168 + ], + "area_cells": 23 + }, + { + "id": "range_14", + "name": null, + "center": [ + 250, + 102 + ], + "peak": [ + 255, + 103 + ], + "area_cells": 664 + }, + { + "id": "range_15", + "name": null, + "center": [ + 241, + 401 + ], + "peak": [ + 240, + 402 + ], + "area_cells": 146 + }, + { + "id": "range_16", + "name": null, + "center": [ + 247, + 388 + ], + "peak": [ + 251, + 388 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-726/bodies/GJ726e/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726e/globe.png new file mode 100644 index 000000000..840b17316 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726e/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726e/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726e/heightmap.png new file mode 100644 index 000000000..16a6e311f Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726e/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726e/index.md b/wiki/star-systems/GJ-726/bodies/GJ726e/index.md new file mode 100644 index 000000000..07ca1a12f --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ726e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1641611668 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 56.6 +physical: + gravity_g: 0.4 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.8 + polar_ice_lat: 0.062 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.408 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726e + +Frozen planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726e/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726e/markers.json new file mode 100644 index 000000000..33fb7398d --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726e/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 15, + 324 + ], + "area_fraction": 0.0217 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 11, + 443 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 64, + 112 + ], + "area_fraction": 0.0254 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 111, + 60 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 148, + 495 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 195, + 87 + ], + "area_fraction": 0.0776 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 158, + 349 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 50 + ], + "peak": [ + 23, + 70 + ], + "area_cells": 3898 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 508 + ], + "peak": [ + 29, + 511 + ], + "area_cells": 117 + }, + { + "id": "range_3", + "name": null, + "center": [ + 72, + 379 + ], + "peak": [ + 62, + 356 + ], + "area_cells": 5951 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 196 + ], + "peak": [ + 53, + 198 + ], + "area_cells": 73 + }, + { + "id": "range_5", + "name": null, + "center": [ + 60, + 475 + ], + "peak": [ + 59, + 480 + ], + "area_cells": 434 + }, + { + "id": "range_7", + "name": null, + "center": [ + 106, + 464 + ], + "peak": [ + 106, + 463 + ], + "area_cells": 64 + }, + { + "id": "range_8", + "name": null, + "center": [ + 109, + 498 + ], + "peak": [ + 110, + 499 + ], + "area_cells": 106 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 362 + ], + "peak": [ + 134, + 362 + ], + "area_cells": 73 + }, + { + "id": "range_11", + "name": null, + "center": [ + 232, + 356 + ], + "peak": [ + 221, + 345 + ], + "area_cells": 2249 + }, + { + "id": "range_12", + "name": null, + "center": [ + 244, + 229 + ], + "peak": [ + 251, + 240 + ], + "area_cells": 1565 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-726/bodies/GJ726f/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726f/globe.png new file mode 100644 index 000000000..4ac108e63 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726f/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726f/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726f/heightmap.png new file mode 100644 index 000000000..01d4dfd34 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726f/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726f/index.md b/wiki/star-systems/GJ-726/bodies/GJ726f/index.md new file mode 100644 index 000000000..099e51900 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ726f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3943975548 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.1 + period_days: 3400.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.3 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.82 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726f + +Frozen planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726f/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726f/markers.json new file mode 100644 index 000000000..f6750cee2 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726f/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 24, + 270 + ], + "area_fraction": 0.1696 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 165, + 291 + ], + "peak": [ + 184, + 419 + ], + "area_cells": 25338 + }, + { + "id": "range_3", + "name": null, + "center": [ + 153, + 63 + ], + "peak": [ + 176, + 124 + ], + "area_cells": 5242 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 13 + ], + "peak": [ + 116, + 14 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 151, + 500 + ], + "peak": [ + 158, + 511 + ], + "area_cells": 331 + }, + { + "id": "range_15", + "name": null, + "center": [ + 195, + 122 + ], + "peak": [ + 195, + 123 + ], + "area_cells": 91 + }, + { + "id": "range_16", + "name": null, + "center": [ + 196, + 88 + ], + "peak": [ + 197, + 89 + ], + "area_cells": 53 + }, + { + "id": "range_19", + "name": null, + "center": [ + 244, + 367 + ], + "peak": [ + 244, + 366 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-726/bodies/GJ726g/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726g/globe.png new file mode 100644 index 000000000..8afbbba3f Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726g/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726g/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726g/heightmap.png new file mode 100644 index 000000000..73727c871 Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726g/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726g/index.md b/wiki/star-systems/GJ-726/bodies/GJ726g/index.md new file mode 100644 index 000000000..81ebeb0c8 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ726g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2382390630 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.729 + period_days: 8800.0 + axial_tilt_deg: 37.5 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.786 + polar_ice_lat: 0.056 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726g + +Frozen planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726g/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726g/markers.json new file mode 100644 index 000000000..96869aeec --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726g/markers.json @@ -0,0 +1,137 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 17 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 23, + 355 + ], + "area_fraction": 0.1119 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 84, + 429 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 148, + 343 + ], + "area_fraction": 0.0369 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 112, + 137 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 130, + 426 + ], + "area_fraction": 0.005 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 151, + 194 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 85, + 34 + ], + "peak": [ + 86, + 37 + ], + "area_cells": 141 + }, + { + "id": "range_5", + "name": null, + "center": [ + 220, + 118 + ], + "peak": [ + 220, + 54 + ], + "area_cells": 6358 + }, + { + "id": "range_6", + "name": null, + "center": [ + 223, + 457 + ], + "peak": [ + 213, + 471 + ], + "area_cells": 6259 + }, + { + "id": "range_7", + "name": null, + "center": [ + 219, + 293 + ], + "peak": [ + 219, + 294 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-726/bodies/GJ726h/globe.png b/wiki/star-systems/GJ-726/bodies/GJ726h/globe.png new file mode 100644 index 000000000..f26bfeacd Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726h/globe.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726h/heightmap.png b/wiki/star-systems/GJ-726/bodies/GJ726h/heightmap.png new file mode 100644 index 000000000..b63886e9b Binary files /dev/null and b/wiki/star-systems/GJ-726/bodies/GJ726h/heightmap.png differ diff --git a/wiki/star-systems/GJ-726/bodies/GJ726h/index.md b/wiki/star-systems/GJ-726/bodies/GJ726h/index.md new file mode 100644 index 000000000..92f437427 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ726h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3959593731 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 20.7 +physical: + gravity_g: 0.08 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.875 + polar_ice_lat: 0.272 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.331 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ726h + +Frozen planet. + +**System:** [GJ-726](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-726/bodies/GJ726h/markers.json b/wiki/star-systems/GJ-726/bodies/GJ726h/markers.json new file mode 100644 index 000000000..2ad179679 --- /dev/null +++ b/wiki/star-systems/GJ-726/bodies/GJ726h/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 67, + 89 + ], + "area_fraction": 0.0612 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 27, + 203 + ], + "area_fraction": 0.0145 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 47, + 430 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 170, + 381 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 104, + 194 + ], + "peak": [ + 105, + 196 + ], + "area_cells": 30 + }, + { + "id": "range_3", + "name": null, + "center": [ + 113, + 156 + ], + "peak": [ + 115, + 143 + ], + "area_cells": 677 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 8 + ], + "peak": [ + 115, + 14 + ], + "area_cells": 124 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 489 + ], + "peak": [ + 120, + 485 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 313 + ], + "peak": [ + 143, + 322 + ], + "area_cells": 79 + }, + { + "id": "range_8", + "name": null, + "center": [ + 172, + 268 + ], + "peak": [ + 172, + 271 + ], + "area_cells": 152 + }, + { + "id": "range_9", + "name": null, + "center": [ + 200, + 212 + ], + "peak": [ + 192, + 222 + ], + "area_cells": 2692 + }, + { + "id": "range_10", + "name": null, + "center": [ + 196, + 105 + ], + "peak": [ + 199, + 101 + ], + "area_cells": 686 + }, + { + "id": "range_11", + "name": null, + "center": [ + 215, + 465 + ], + "peak": [ + 206, + 475 + ], + "area_cells": 2225 + }, + { + "id": "range_14", + "name": null, + "center": [ + 235, + 508 + ], + "peak": [ + 239, + 509 + ], + "area_cells": 77 + }, + { + "id": "range_17", + "name": null, + "center": [ + 250, + 204 + ], + "peak": [ + 255, + 193 + ], + "area_cells": 451 + }, + { + "id": "range_18", + "name": null, + "center": [ + 252, + 307 + ], + "peak": [ + 251, + 302 + ], + "area_cells": 240 + }, + { + "id": "range_19", + "name": null, + "center": [ + 252, + 368 + ], + "peak": [ + 255, + 350 + ], + "area_cells": 167 + }, + { + "id": "range_20", + "name": null, + "center": [ + 253, + 502 + ], + "peak": [ + 255, + 503 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ729b/globe.png b/wiki/star-systems/GJ-729/bodies/GJ729b/globe.png new file mode 100644 index 000000000..f4b33c4ac Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729b/globe.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729b/heightmap.png b/wiki/star-systems/GJ-729/bodies/GJ729b/heightmap.png new file mode 100644 index 000000000..aa7a8abdd Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729b/heightmap.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729b/index.md b/wiki/star-systems/GJ-729/bodies/GJ729b/index.md new file mode 100644 index 000000000..1ef76bb1c --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ729b +name: GJ729b +body_type: planet +planet_class: barren +body_scale: planet +seed: 1162301182 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.2 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.933 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.022 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ729b + +Barren planet. + +**System:** [GJ-729](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.2g | +| **Land** | 99% | +| **Year** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-729/bodies/GJ729b/markers.json b/wiki/star-systems/GJ-729/bodies/GJ729b/markers.json new file mode 100644 index 000000000..77ede03e8 --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729b/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 172 + ], + "peak": [ + 85, + 43 + ], + "area_cells": 24905 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 438 + ], + "peak": [ + 3, + 438 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 486 + ], + "peak": [ + 10, + 455 + ], + "area_cells": 1065 + }, + { + "id": "range_8", + "name": null, + "center": [ + 34, + 403 + ], + "peak": [ + 32, + 405 + ], + "area_cells": 88 + }, + { + "id": "range_9", + "name": null, + "center": [ + 30, + 350 + ], + "peak": [ + 32, + 350 + ], + "area_cells": 48 + }, + { + "id": "range_15", + "name": null, + "center": [ + 58, + 493 + ], + "peak": [ + 54, + 511 + ], + "area_cells": 616 + }, + { + "id": "range_16", + "name": null, + "center": [ + 46, + 380 + ], + "peak": [ + 44, + 384 + ], + "area_cells": 126 + }, + { + "id": "range_21", + "name": null, + "center": [ + 101, + 505 + ], + "peak": [ + 103, + 510 + ], + "area_cells": 179 + }, + { + "id": "range_23", + "name": null, + "center": [ + 98, + 479 + ], + "peak": [ + 99, + 484 + ], + "area_cells": 68 + }, + { + "id": "range_26", + "name": null, + "center": [ + 106, + 455 + ], + "peak": [ + 104, + 454 + ], + "area_cells": 30 + }, + { + "id": "range_27", + "name": null, + "center": [ + 112, + 351 + ], + "peak": [ + 111, + 356 + ], + "area_cells": 317 + }, + { + "id": "range_29", + "name": null, + "center": [ + 126, + 276 + ], + "peak": [ + 125, + 278 + ], + "area_cells": 203 + }, + { + "id": "range_31", + "name": null, + "center": [ + 135, + 329 + ], + "peak": [ + 135, + 330 + ], + "area_cells": 26 + }, + { + "id": "range_32", + "name": null, + "center": [ + 176, + 437 + ], + "peak": [ + 192, + 496 + ], + "area_cells": 4172 + }, + { + "id": "range_33", + "name": null, + "center": [ + 139, + 182 + ], + "peak": [ + 141, + 185 + ], + "area_cells": 95 + }, + { + "id": "range_37", + "name": null, + "center": [ + 148, + 306 + ], + "peak": [ + 148, + 307 + ], + "area_cells": 49 + }, + { + "id": "range_40", + "name": null, + "center": [ + 158, + 336 + ], + "peak": [ + 159, + 336 + ], + "area_cells": 50 + }, + { + "id": "range_41", + "name": null, + "center": [ + 159, + 291 + ], + "peak": [ + 160, + 292 + ], + "area_cells": 25 + }, + { + "id": "range_44", + "name": null, + "center": [ + 171, + 205 + ], + "peak": [ + 171, + 206 + ], + "area_cells": 22 + }, + { + "id": "range_46", + "name": null, + "center": [ + 191, + 334 + ], + "peak": [ + 198, + 341 + ], + "area_cells": 476 + }, + { + "id": "range_49", + "name": null, + "center": [ + 195, + 194 + ], + "peak": [ + 197, + 195 + ], + "area_cells": 107 + }, + { + "id": "range_50", + "name": null, + "center": [ + 193, + 286 + ], + "peak": [ + 192, + 285 + ], + "area_cells": 27 + }, + { + "id": "range_53", + "name": null, + "center": [ + 209, + 315 + ], + "peak": [ + 212, + 312 + ], + "area_cells": 131 + }, + { + "id": "range_54", + "name": null, + "center": [ + 211, + 373 + ], + "peak": [ + 212, + 373 + ], + "area_cells": 29 + }, + { + "id": "range_55", + "name": null, + "center": [ + 214, + 35 + ], + "peak": [ + 213, + 36 + ], + "area_cells": 55 + }, + { + "id": "range_56", + "name": null, + "center": [ + 214, + 203 + ], + "peak": [ + 215, + 204 + ], + "area_cells": 28 + }, + { + "id": "range_57", + "name": null, + "center": [ + 214, + 293 + ], + "peak": [ + 215, + 294 + ], + "area_cells": 29 + }, + { + "id": "range_58", + "name": null, + "center": [ + 219, + 270 + ], + "peak": [ + 220, + 270 + ], + "area_cells": 27 + }, + { + "id": "range_59", + "name": null, + "center": [ + 224, + 325 + ], + "peak": [ + 225, + 325 + ], + "area_cells": 47 + }, + { + "id": "range_61", + "name": null, + "center": [ + 228, + 450 + ], + "peak": [ + 228, + 446 + ], + "area_cells": 59 + }, + { + "id": "range_62", + "name": null, + "center": [ + 239, + 278 + ], + "peak": [ + 232, + 279 + ], + "area_cells": 31 + }, + { + "id": "range_63", + "name": null, + "center": [ + 249, + 398 + ], + "peak": [ + 245, + 381 + ], + "area_cells": 679 + }, + { + "id": "range_65", + "name": null, + "center": [ + 249, + 34 + ], + "peak": [ + 254, + 35 + ], + "area_cells": 43 + }, + { + "id": "range_66", + "name": null, + "center": [ + 249, + 45 + ], + "peak": [ + 250, + 46 + ], + "area_cells": 43 + }, + { + "id": "range_67", + "name": null, + "center": [ + 249, + 53 + ], + "peak": [ + 250, + 52 + ], + "area_cells": 42 + }, + { + "id": "range_72", + "name": null, + "center": [ + 254, + 15 + ], + "peak": [ + 255, + 13 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-729/bodies/GJ729c/globe.png b/wiki/star-systems/GJ-729/bodies/GJ729c/globe.png new file mode 100644 index 000000000..9423f911f Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729c/globe.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729c/heightmap.png b/wiki/star-systems/GJ-729/bodies/GJ729c/heightmap.png new file mode 100644 index 000000000..0b1948956 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729c/heightmap.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729c/index.md b/wiki/star-systems/GJ-729/bodies/GJ729c/index.md new file mode 100644 index 000000000..fb0f03480 --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ729c +name: GJ729c +body_type: planet +planet_class: barren +body_scale: planet +seed: 3785329661 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.118 + period_days: 22.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.35 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.921 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ729c + +Barren planet. + +**System:** [GJ-729](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-729/bodies/GJ729c/markers.json b/wiki/star-systems/GJ-729/bodies/GJ729c/markers.json new file mode 100644 index 000000000..6013c3b53 --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729c/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 381 + ], + "peak": [ + 62, + 363 + ], + "area_cells": 6697 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 19 + ], + "peak": [ + 4, + 20 + ], + "area_cells": 32 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 487 + ], + "peak": [ + 10, + 490 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 22, + 365 + ], + "peak": [ + 20, + 365 + ], + "area_cells": 86 + }, + { + "id": "range_8", + "name": null, + "center": [ + 82, + 146 + ], + "peak": [ + 131, + 117 + ], + "area_cells": 3961 + }, + { + "id": "range_9", + "name": null, + "center": [ + 48, + 308 + ], + "peak": [ + 50, + 310 + ], + "area_cells": 217 + }, + { + "id": "range_13", + "name": null, + "center": [ + 43, + 482 + ], + "peak": [ + 43, + 482 + ], + "area_cells": 48 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 230 + ], + "peak": [ + 59, + 227 + ], + "area_cells": 234 + }, + { + "id": "range_15", + "name": null, + "center": [ + 81, + 251 + ], + "peak": [ + 88, + 253 + ], + "area_cells": 674 + }, + { + "id": "range_16", + "name": null, + "center": [ + 58, + 488 + ], + "peak": [ + 45, + 493 + ], + "area_cells": 194 + }, + { + "id": "range_17", + "name": null, + "center": [ + 63, + 16 + ], + "peak": [ + 61, + 9 + ], + "area_cells": 460 + }, + { + "id": "range_19", + "name": null, + "center": [ + 52, + 108 + ], + "peak": [ + 51, + 110 + ], + "area_cells": 23 + }, + { + "id": "range_23", + "name": null, + "center": [ + 66, + 82 + ], + "peak": [ + 64, + 83 + ], + "area_cells": 98 + }, + { + "id": "range_24", + "name": null, + "center": [ + 58, + 275 + ], + "peak": [ + 58, + 276 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 71, + 58 + ], + "peak": [ + 65, + 55 + ], + "area_cells": 89 + }, + { + "id": "range_26", + "name": null, + "center": [ + 67, + 504 + ], + "peak": [ + 64, + 509 + ], + "area_cells": 172 + }, + { + "id": "range_28", + "name": null, + "center": [ + 95, + 214 + ], + "peak": [ + 100, + 207 + ], + "area_cells": 388 + }, + { + "id": "range_30", + "name": null, + "center": [ + 105, + 56 + ], + "peak": [ + 95, + 41 + ], + "area_cells": 1033 + }, + { + "id": "range_34", + "name": null, + "center": [ + 130, + 30 + ], + "peak": [ + 133, + 36 + ], + "area_cells": 365 + }, + { + "id": "range_35", + "name": null, + "center": [ + 220, + 130 + ], + "peak": [ + 254, + 101 + ], + "area_cells": 3192 + }, + { + "id": "range_36", + "name": null, + "center": [ + 138, + 307 + ], + "peak": [ + 139, + 307 + ], + "area_cells": 97 + }, + { + "id": "range_38", + "name": null, + "center": [ + 154, + 288 + ], + "peak": [ + 153, + 288 + ], + "area_cells": 29 + }, + { + "id": "range_40", + "name": null, + "center": [ + 190, + 225 + ], + "peak": [ + 193, + 226 + ], + "area_cells": 744 + }, + { + "id": "range_41", + "name": null, + "center": [ + 164, + 283 + ], + "peak": [ + 165, + 284 + ], + "area_cells": 52 + }, + { + "id": "range_42", + "name": null, + "center": [ + 175, + 263 + ], + "peak": [ + 170, + 261 + ], + "area_cells": 177 + }, + { + "id": "range_43", + "name": null, + "center": [ + 191, + 192 + ], + "peak": [ + 196, + 190 + ], + "area_cells": 285 + }, + { + "id": "range_45", + "name": null, + "center": [ + 179, + 382 + ], + "peak": [ + 180, + 382 + ], + "area_cells": 53 + }, + { + "id": "range_46", + "name": null, + "center": [ + 193, + 438 + ], + "peak": [ + 194, + 439 + ], + "area_cells": 133 + }, + { + "id": "range_47", + "name": null, + "center": [ + 194, + 481 + ], + "peak": [ + 194, + 482 + ], + "area_cells": 40 + }, + { + "id": "range_48", + "name": null, + "center": [ + 200, + 260 + ], + "peak": [ + 201, + 261 + ], + "area_cells": 40 + }, + { + "id": "range_50", + "name": null, + "center": [ + 221, + 0 + ], + "peak": [ + 218, + 0 + ], + "area_cells": 53 + }, + { + "id": "range_51", + "name": null, + "center": [ + 224, + 510 + ], + "peak": [ + 220, + 511 + ], + "area_cells": 48 + }, + { + "id": "range_52", + "name": null, + "center": [ + 236, + 492 + ], + "peak": [ + 241, + 498 + ], + "area_cells": 336 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-729/bodies/GJ729d/globe.png b/wiki/star-systems/GJ-729/bodies/GJ729d/globe.png new file mode 100644 index 000000000..139b0d114 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729d/globe.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729d/heightmap.png b/wiki/star-systems/GJ-729/bodies/GJ729d/heightmap.png new file mode 100644 index 000000000..998e03a87 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729d/heightmap.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729d/index.md b/wiki/star-systems/GJ-729/bodies/GJ729d/index.md new file mode 100644 index 000000000..bdfb98bae --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ729d +name: Chornozem +body_type: planet +planet_class: barren +body_scale: planet +seed: 1828719923 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.229 + period_days: 60.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.7 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.936 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Chornozem + +Barren planet. + +**System:** [GJ-729](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.7g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 60 days | +| **Inhabited** | yes | +| **Population** | 80K | +| **Economy** | extraction | +| **Settlement** | cave | + +## Description + + diff --git a/wiki/star-systems/GJ-729/bodies/GJ729d/markers.json b/wiki/star-systems/GJ-729/bodies/GJ729d/markers.json new file mode 100644 index 000000000..83bf01940 --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729d/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 60, + 453 + ], + "peak": [ + 61, + 453 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 86, + 489 + ], + "peak": [ + 77, + 494 + ], + "area_cells": 918 + }, + { + "id": "range_6", + "name": null, + "center": [ + 90, + 15 + ], + "peak": [ + 86, + 20 + ], + "area_cells": 643 + }, + { + "id": "range_9", + "name": null, + "center": [ + 190, + 404 + ], + "peak": [ + 200, + 359 + ], + "area_cells": 17787 + }, + { + "id": "range_10", + "name": null, + "center": [ + 99, + 114 + ], + "peak": [ + 99, + 114 + ], + "area_cells": 37 + }, + { + "id": "range_12", + "name": null, + "center": [ + 207, + 114 + ], + "peak": [ + 243, + 50 + ], + "area_cells": 15315 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 130 + ], + "peak": [ + 113, + 133 + ], + "area_cells": 80 + }, + { + "id": "range_14", + "name": null, + "center": [ + 125, + 257 + ], + "peak": [ + 131, + 257 + ], + "area_cells": 672 + }, + { + "id": "range_16", + "name": null, + "center": [ + 132, + 179 + ], + "peak": [ + 133, + 180 + ], + "area_cells": 25 + }, + { + "id": "range_18", + "name": null, + "center": [ + 137, + 207 + ], + "peak": [ + 137, + 206 + ], + "area_cells": 54 + }, + { + "id": "range_22", + "name": null, + "center": [ + 155, + 261 + ], + "peak": [ + 158, + 262 + ], + "area_cells": 238 + }, + { + "id": "range_23", + "name": null, + "center": [ + 168, + 211 + ], + "peak": [ + 167, + 214 + ], + "area_cells": 484 + }, + { + "id": "range_25", + "name": null, + "center": [ + 172, + 245 + ], + "peak": [ + 173, + 246 + ], + "area_cells": 152 + }, + { + "id": "range_31", + "name": null, + "center": [ + 214, + 10 + ], + "peak": [ + 215, + 11 + ], + "area_cells": 23 + }, + { + "id": "range_39", + "name": null, + "center": [ + 227, + 6 + ], + "peak": [ + 228, + 7 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-729/bodies/GJ729e/globe.png b/wiki/star-systems/GJ-729/bodies/GJ729e/globe.png new file mode 100644 index 000000000..e8976b3b8 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729e/globe.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729e/heightmap.png b/wiki/star-systems/GJ-729/bodies/GJ729e/heightmap.png new file mode 100644 index 000000000..1c48c29b1 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729e/heightmap.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729e/index.md b/wiki/star-systems/GJ-729/bodies/GJ729e/index.md new file mode 100644 index 000000000..c44f50aea --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ729e +name: GJ729e +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3186301223 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.423 + period_days: 150.0 + axial_tilt_deg: 33.0 +physical: + gravity_g: 0.3 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.769 + polar_ice_lat: 0.261 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ729e + +Frozen planet. + +**System:** [GJ-729](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 150 days | + +## Description + + diff --git a/wiki/star-systems/GJ-729/bodies/GJ729e/markers.json b/wiki/star-systems/GJ-729/bodies/GJ729e/markers.json new file mode 100644 index 000000000..96513c13a --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729e/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 22, + 402 + ], + "area_fraction": 0.0693 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 56, + 134 + ], + "area_fraction": 0.1438 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 184, + 218 + ], + "peak": [ + 198, + 121 + ], + "area_cells": 29598 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 437 + ], + "peak": [ + 112, + 439 + ], + "area_cells": 21 + }, + { + "id": "range_4", + "name": null, + "center": [ + 134, + 367 + ], + "peak": [ + 134, + 371 + ], + "area_cells": 72 + }, + { + "id": "range_5", + "name": null, + "center": [ + 146, + 474 + ], + "peak": [ + 146, + 474 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-729/bodies/GJ729f/globe.png b/wiki/star-systems/GJ-729/bodies/GJ729f/globe.png new file mode 100644 index 000000000..24613ba89 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729f/globe.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729f/heightmap.png b/wiki/star-systems/GJ-729/bodies/GJ729f/heightmap.png new file mode 100644 index 000000000..d153b4441 Binary files /dev/null and b/wiki/star-systems/GJ-729/bodies/GJ729f/heightmap.png differ diff --git a/wiki/star-systems/GJ-729/bodies/GJ729f/index.md b/wiki/star-systems/GJ-729/bodies/GJ729f/index.md new file mode 100644 index 000000000..5b2dccd9c --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ729f +name: GJ729f +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2141369165 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 37.0 +physical: + gravity_g: 0.25 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.118 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ729f + +Frozen planet. + +**System:** [GJ-729](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Land** | 99% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-729/bodies/GJ729f/markers.json b/wiki/star-systems/GJ-729/bodies/GJ729f/markers.json new file mode 100644 index 000000000..b0445fabe --- /dev/null +++ b/wiki/star-systems/GJ-729/bodies/GJ729f/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 19 + ], + "peak": [ + 21, + 27 + ], + "area_cells": 554 + }, + { + "id": "range_3", + "name": null, + "center": [ + 2, + 65 + ], + "peak": [ + 4, + 70 + ], + "area_cells": 54 + }, + { + "id": "range_4", + "name": null, + "center": [ + 2, + 127 + ], + "peak": [ + 3, + 129 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 431 + ], + "peak": [ + 31, + 424 + ], + "area_cells": 2278 + }, + { + "id": "range_7", + "name": null, + "center": [ + 7, + 106 + ], + "peak": [ + 8, + 94 + ], + "area_cells": 184 + }, + { + "id": "range_9", + "name": null, + "center": [ + 66, + 326 + ], + "peak": [ + 57, + 361 + ], + "area_cells": 9520 + }, + { + "id": "range_12", + "name": null, + "center": [ + 51, + 21 + ], + "peak": [ + 53, + 30 + ], + "area_cells": 63 + }, + { + "id": "range_13", + "name": null, + "center": [ + 76, + 129 + ], + "peak": [ + 77, + 129 + ], + "area_cells": 59 + }, + { + "id": "range_14", + "name": null, + "center": [ + 72, + 430 + ], + "peak": [ + 72, + 431 + ], + "area_cells": 43 + }, + { + "id": "range_15", + "name": null, + "center": [ + 84, + 55 + ], + "peak": [ + 81, + 58 + ], + "area_cells": 164 + }, + { + "id": "range_16", + "name": null, + "center": [ + 89, + 265 + ], + "peak": [ + 87, + 260 + ], + "area_cells": 307 + }, + { + "id": "range_17", + "name": null, + "center": [ + 82, + 82 + ], + "peak": [ + 82, + 83 + ], + "area_cells": 60 + }, + { + "id": "range_18", + "name": null, + "center": [ + 127, + 297 + ], + "peak": [ + 126, + 303 + ], + "area_cells": 90 + }, + { + "id": "range_19", + "name": null, + "center": [ + 146, + 55 + ], + "peak": [ + 154, + 53 + ], + "area_cells": 348 + }, + { + "id": "range_20", + "name": null, + "center": [ + 142, + 250 + ], + "peak": [ + 140, + 249 + ], + "area_cells": 93 + }, + { + "id": "range_21", + "name": null, + "center": [ + 154, + 261 + ], + "peak": [ + 157, + 263 + ], + "area_cells": 94 + }, + { + "id": "range_22", + "name": null, + "center": [ + 153, + 123 + ], + "peak": [ + 153, + 122 + ], + "area_cells": 142 + }, + { + "id": "range_23", + "name": null, + "center": [ + 154, + 235 + ], + "peak": [ + 154, + 234 + ], + "area_cells": 98 + }, + { + "id": "range_24", + "name": null, + "center": [ + 151, + 438 + ], + "peak": [ + 151, + 439 + ], + "area_cells": 34 + }, + { + "id": "range_25", + "name": null, + "center": [ + 153, + 474 + ], + "peak": [ + 154, + 473 + ], + "area_cells": 41 + }, + { + "id": "range_26", + "name": null, + "center": [ + 155, + 213 + ], + "peak": [ + 156, + 213 + ], + "area_cells": 49 + }, + { + "id": "range_27", + "name": null, + "center": [ + 162, + 147 + ], + "peak": [ + 156, + 153 + ], + "area_cells": 171 + }, + { + "id": "range_28", + "name": null, + "center": [ + 160, + 401 + ], + "peak": [ + 161, + 395 + ], + "area_cells": 289 + }, + { + "id": "range_29", + "name": null, + "center": [ + 158, + 183 + ], + "peak": [ + 159, + 179 + ], + "area_cells": 93 + }, + { + "id": "range_31", + "name": null, + "center": [ + 168, + 292 + ], + "peak": [ + 175, + 288 + ], + "area_cells": 372 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ737Bb/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/globe.png new file mode 100644 index 000000000..4de9d96c7 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bb/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/heightmap.png new file mode 100644 index 000000000..7201534dd Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bb/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/index.md new file mode 100644 index 000000000..a6f0be6a3 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ737Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3957911829 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.138 + period_days: 21.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.43 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.922 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Bb + +Barren planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.43g | +| **Land** | 91% | +| **Year** | 21 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bb/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/markers.json new file mode 100644 index 000000000..88673e19e --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bb/markers.json @@ -0,0 +1,491 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_58", + "name": null, + "kind": "lake", + "center": [ + 143, + 22 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_59", + "name": null, + "kind": "lake", + "center": [ + 143, + 69 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_70", + "name": null, + "kind": "lake", + "center": [ + 163, + 472 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_75", + "name": null, + "kind": "lake", + "center": [ + 180, + 48 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_77", + "name": null, + "kind": "lake", + "center": [ + 190, + 495 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_81", + "name": null, + "kind": "lake", + "center": [ + 191, + 10 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 24 + ], + "peak": [ + 13, + 6 + ], + "area_cells": 1263 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 499 + ], + "peak": [ + 15, + 509 + ], + "area_cells": 781 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 472 + ], + "peak": [ + 31, + 475 + ], + "area_cells": 99 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 453 + ], + "peak": [ + 41, + 454 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 40, + 432 + ], + "peak": [ + 45, + 433 + ], + "area_cells": 127 + }, + { + "id": "range_9", + "name": null, + "center": [ + 51, + 63 + ], + "peak": [ + 53, + 61 + ], + "area_cells": 288 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 374 + ], + "peak": [ + 71, + 403 + ], + "area_cells": 5124 + }, + { + "id": "range_11", + "name": null, + "center": [ + 65, + 373 + ], + "peak": [ + 60, + 381 + ], + "area_cells": 243 + }, + { + "id": "range_12", + "name": null, + "center": [ + 61, + 217 + ], + "peak": [ + 62, + 220 + ], + "area_cells": 188 + }, + { + "id": "range_16", + "name": null, + "center": [ + 80, + 36 + ], + "peak": [ + 77, + 35 + ], + "area_cells": 162 + }, + { + "id": "range_17", + "name": null, + "center": [ + 79, + 172 + ], + "peak": [ + 85, + 168 + ], + "area_cells": 115 + }, + { + "id": "range_18", + "name": null, + "center": [ + 78, + 251 + ], + "peak": [ + 82, + 253 + ], + "area_cells": 124 + }, + { + "id": "range_19", + "name": null, + "center": [ + 79, + 347 + ], + "peak": [ + 79, + 346 + ], + "area_cells": 110 + }, + { + "id": "range_20", + "name": null, + "center": [ + 96, + 82 + ], + "peak": [ + 97, + 83 + ], + "area_cells": 177 + }, + { + "id": "range_25", + "name": null, + "center": [ + 146, + 286 + ], + "peak": [ + 146, + 286 + ], + "area_cells": 42 + }, + { + "id": "range_26", + "name": null, + "center": [ + 151, + 451 + ], + "peak": [ + 151, + 451 + ], + "area_cells": 32 + }, + { + "id": "range_27", + "name": null, + "center": [ + 159, + 121 + ], + "peak": [ + 159, + 112 + ], + "area_cells": 179 + }, + { + "id": "range_28", + "name": null, + "center": [ + 165, + 404 + ], + "peak": [ + 163, + 405 + ], + "area_cells": 177 + }, + { + "id": "range_29", + "name": null, + "center": [ + 169, + 380 + ], + "peak": [ + 164, + 385 + ], + "area_cells": 235 + }, + { + "id": "range_30", + "name": null, + "center": [ + 166, + 255 + ], + "peak": [ + 165, + 256 + ], + "area_cells": 26 + }, + { + "id": "range_31", + "name": null, + "center": [ + 170, + 451 + ], + "peak": [ + 171, + 451 + ], + "area_cells": 21 + }, + { + "id": "range_32", + "name": null, + "center": [ + 185, + 285 + ], + "peak": [ + 178, + 283 + ], + "area_cells": 376 + }, + { + "id": "range_33", + "name": null, + "center": [ + 178, + 356 + ], + "peak": [ + 179, + 356 + ], + "area_cells": 80 + }, + { + "id": "range_36", + "name": null, + "center": [ + 190, + 94 + ], + "peak": [ + 190, + 94 + ], + "area_cells": 50 + }, + { + "id": "range_37", + "name": null, + "center": [ + 189, + 242 + ], + "peak": [ + 189, + 241 + ], + "area_cells": 48 + }, + { + "id": "range_38", + "name": null, + "center": [ + 205, + 208 + ], + "peak": [ + 199, + 206 + ], + "area_cells": 143 + }, + { + "id": "range_47", + "name": null, + "center": [ + 223, + 292 + ], + "peak": [ + 223, + 296 + ], + "area_cells": 30 + }, + { + "id": "range_48", + "name": null, + "center": [ + 244, + 474 + ], + "peak": [ + 243, + 479 + ], + "area_cells": 145 + }, + { + "id": "range_49", + "name": null, + "center": [ + 241, + 324 + ], + "peak": [ + 237, + 329 + ], + "area_cells": 84 + }, + { + "id": "range_53", + "name": null, + "center": [ + 243, + 203 + ], + "peak": [ + 244, + 203 + ], + "area_cells": 20 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 417 + ], + "peak": [ + 248, + 413 + ], + "area_cells": 96 + }, + { + "id": "range_58", + "name": null, + "center": [ + 253, + 294 + ], + "peak": [ + 254, + 289 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bc/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/globe.png new file mode 100644 index 000000000..25d1c3a56 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bc/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/heightmap.png new file mode 100644 index 000000000..9663fd907 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bc/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/index.md new file mode 100644 index 000000000..72599e776 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ737Bc +name: Punta del Sol +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1658344946 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.278 + period_days: 60.0 + axial_tilt_deg: 24.2 +physical: + gravity_g: 0.86 + oblateness: 0.0044 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.54 + polar_ice_lat: 0.649 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.545 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Punta del Sol + +Temperate planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 54% | +| **Year** | 60 days | +| **Inhabited** | yes | +| **Population** | 88K | +| **Economy** | agricultural | +| **Settlement** | town_network | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bc/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/markers.json new file mode 100644 index 000000000..513bc469b --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bc/markers.json @@ -0,0 +1,570 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 35, + 235 + ], + [ + 34, + 234 + ], + [ + 33, + 233 + ], + [ + 32, + 233 + ], + [ + 31, + 233 + ], + [ + 30, + 234 + ], + [ + 29, + 235 + ], + [ + 28, + 236 + ], + [ + 29, + 237 + ], + [ + 28, + 237 + ], + [ + 28, + 238 + ], + [ + 28, + 239 + ], + [ + 27, + 240 + ], + [ + 28, + 241 + ], + [ + 27, + 242 + ], + [ + 28, + 243 + ], + [ + 29, + 244 + ], + [ + 28, + 244 + ], + [ + 27, + 245 + ], + [ + 28, + 246 + ], + [ + 27, + 247 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 158, + 222 + ], + [ + 159, + 221 + ], + [ + 160, + 221 + ], + [ + 161, + 220 + ], + [ + 162, + 219 + ], + [ + 163, + 218 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 30, + 404 + ], + [ + 29, + 405 + ], + [ + 28, + 405 + ], + [ + 27, + 405 + ], + [ + 26, + 404 + ], + [ + 25, + 405 + ], + [ + 24, + 404 + ], + [ + 23, + 405 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 226, + 189 + ], + [ + 227, + 190 + ], + [ + 228, + 190 + ], + [ + 229, + 190 + ], + [ + 230, + 190 + ], + [ + 231, + 191 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 200, + 262 + ], + [ + 199, + 261 + ], + [ + 198, + 261 + ], + [ + 197, + 261 + ], + [ + 197, + 262 + ], + [ + 197, + 263 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 42, + 209 + ], + [ + 41, + 208 + ], + [ + 40, + 207 + ], + [ + 39, + 206 + ], + [ + 38, + 205 + ], + [ + 37, + 204 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 205, + 225 + ], + [ + 206, + 224 + ], + [ + 207, + 223 + ], + [ + 208, + 222 + ], + [ + 209, + 221 + ], + [ + 210, + 220 + ], + [ + 211, + 219 + ], + [ + 212, + 219 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 179, + 57 + ], + [ + 180, + 56 + ], + [ + 181, + 56 + ], + [ + 182, + 55 + ], + [ + 183, + 54 + ], + [ + 183, + 53 + ], + [ + 184, + 52 + ], + [ + 184, + 51 + ], + [ + 184, + 50 + ], + [ + 184, + 49 + ], + [ + 184, + 48 + ], + [ + 185, + 47 + ], + [ + 186, + 47 + ], + [ + 186, + 46 + ], + [ + 186, + 45 + ], + [ + 185, + 44 + ], + [ + 185, + 43 + ], + [ + 184, + 42 + ], + [ + 185, + 41 + ], + [ + 184, + 41 + ], + [ + 184, + 40 + ], + [ + 183, + 39 + ], + [ + 184, + 38 + ], + [ + 183, + 37 + ], + [ + 182, + 36 + ], + [ + 182, + 35 + ], + [ + 181, + 36 + ], + [ + 180, + 36 + ], + [ + 180, + 35 + ], + [ + 181, + 34 + ], + [ + 181, + 33 + ], + [ + 180, + 33 + ], + [ + 180, + 32 + ], + [ + 181, + 32 + ], + [ + 182, + 33 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 58, + 221 + ], + [ + 59, + 222 + ], + [ + 60, + 223 + ], + [ + 61, + 224 + ], + [ + 62, + 225 + ], + [ + 63, + 226 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 106 + ], + "area_fraction": 0.0792 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 40, + 282 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 471 + ], + "area_fraction": 0.0332 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 207, + 279 + ], + "area_fraction": 0.3091 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 108, + 198 + ], + "peak": [ + 82, + 194 + ], + "area_cells": 8651 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 3 + ], + "peak": [ + 83, + 4 + ], + "area_cells": 101 + }, + { + "id": "range_5", + "name": null, + "center": [ + 93, + 491 + ], + "peak": [ + 97, + 475 + ], + "area_cells": 679 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 15 + ], + "peak": [ + 102, + 15 + ], + "area_cells": 262 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bd/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/globe.png new file mode 100644 index 000000000..42d099c61 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bd/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/heightmap.png new file mode 100644 index 000000000..4fd6a4236 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bd/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/index.md new file mode 100644 index 000000000..b292be22a --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ737Bd +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1951912678 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.57 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.545 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.17 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Bd + +Cold Arid planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.57g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bd/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/markers.json new file mode 100644 index 000000000..072776c0e --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bd/markers.json @@ -0,0 +1,1248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 230, + 271 + ], + [ + 230, + 272 + ], + [ + 229, + 273 + ], + [ + 228, + 274 + ], + [ + 227, + 275 + ], + [ + 226, + 276 + ], + [ + 225, + 275 + ], + [ + 224, + 275 + ], + [ + 223, + 275 + ], + [ + 222, + 276 + ], + [ + 221, + 275 + ], + [ + 220, + 276 + ], + [ + 219, + 276 + ], + [ + 218, + 276 + ], + [ + 217, + 275 + ], + [ + 217, + 276 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 143, + 262 + ], + [ + 144, + 261 + ], + [ + 145, + 260 + ], + [ + 146, + 259 + ], + [ + 147, + 258 + ], + [ + 148, + 257 + ], + [ + 149, + 256 + ], + [ + 150, + 255 + ], + [ + 151, + 254 + ], + [ + 152, + 253 + ], + [ + 153, + 252 + ], + [ + 154, + 251 + ], + [ + 154, + 250 + ], + [ + 155, + 249 + ], + [ + 156, + 248 + ], + [ + 156, + 247 + ], + [ + 157, + 246 + ], + [ + 157, + 245 + ], + [ + 158, + 244 + ], + [ + 158, + 243 + ], + [ + 157, + 242 + ], + [ + 157, + 241 + ], + [ + 157, + 240 + ], + [ + 156, + 239 + ], + [ + 157, + 239 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 158, + 19 + ], + [ + 159, + 18 + ], + [ + 160, + 17 + ], + [ + 161, + 16 + ], + [ + 162, + 15 + ], + [ + 163, + 14 + ], + [ + 164, + 13 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 127, + 83 + ], + [ + 126, + 83 + ], + [ + 125, + 83 + ], + [ + 124, + 83 + ], + [ + 123, + 82 + ], + [ + 122, + 81 + ], + [ + 121, + 82 + ], + [ + 120, + 82 + ], + [ + 119, + 81 + ], + [ + 119, + 80 + ], + [ + 119, + 79 + ], + [ + 118, + 78 + ], + [ + 118, + 77 + ], + [ + 117, + 76 + ], + [ + 116, + 76 + ], + [ + 116, + 75 + ], + [ + 117, + 75 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 94, + 46 + ], + [ + 95, + 47 + ], + [ + 96, + 48 + ], + [ + 97, + 49 + ], + [ + 98, + 50 + ], + [ + 99, + 51 + ], + [ + 100, + 50 + ], + [ + 101, + 49 + ], + [ + 102, + 50 + ], + [ + 103, + 49 + ], + [ + 104, + 49 + ], + [ + 105, + 49 + ], + [ + 106, + 49 + ], + [ + 107, + 48 + ], + [ + 107, + 47 + ], + [ + 108, + 46 + ], + [ + 109, + 45 + ], + [ + 110, + 46 + ], + [ + 109, + 46 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 255, + 483 + ], + [ + 254, + 484 + ], + [ + 253, + 485 + ], + [ + 252, + 484 + ], + [ + 251, + 483 + ], + [ + 250, + 482 + ], + [ + 249, + 482 + ], + [ + 248, + 483 + ], + [ + 247, + 484 + ], + [ + 246, + 484 + ], + [ + 245, + 485 + ], + [ + 244, + 486 + ], + [ + 244, + 487 + ], + [ + 243, + 487 + ], + [ + 243, + 488 + ], + [ + 242, + 489 + ], + [ + 243, + 490 + ], + [ + 242, + 491 + ], + [ + 242, + 492 + ], + [ + 242, + 493 + ], + [ + 241, + 494 + ], + [ + 241, + 495 + ], + [ + 240, + 496 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 202, + 305 + ], + [ + 202, + 306 + ], + [ + 203, + 307 + ], + [ + 203, + 308 + ], + [ + 204, + 309 + ], + [ + 204, + 310 + ], + [ + 205, + 311 + ], + [ + 205, + 312 + ], + [ + 205, + 313 + ], + [ + 206, + 313 + ], + [ + 207, + 312 + ], + [ + 208, + 311 + ], + [ + 209, + 311 + ], + [ + 208, + 312 + ], + [ + 209, + 313 + ], + [ + 210, + 312 + ], + [ + 211, + 312 + ], + [ + 212, + 311 + ], + [ + 213, + 310 + ], + [ + 214, + 310 + ], + [ + 215, + 310 + ], + [ + 216, + 310 + ], + [ + 217, + 309 + ], + [ + 218, + 310 + ], + [ + 219, + 309 + ], + [ + 220, + 308 + ], + [ + 221, + 307 + ], + [ + 222, + 308 + ], + [ + 223, + 308 + ], + [ + 224, + 308 + ], + [ + 224, + 307 + ], + [ + 225, + 308 + ], + [ + 224, + 309 + ], + [ + 224, + 310 + ], + [ + 225, + 309 + ], + [ + 225, + 310 + ], + [ + 224, + 311 + ], + [ + 224, + 312 + ], + [ + 225, + 311 + ], + [ + 226, + 311 + ], + [ + 227, + 312 + ], + [ + 228, + 313 + ], + [ + 229, + 313 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 158, + 0 + ], + [ + 159, + 511 + ], + [ + 160, + 511 + ], + [ + 161, + 511 + ], + [ + 162, + 510 + ], + [ + 163, + 511 + ], + [ + 164, + 510 + ], + [ + 165, + 510 + ], + [ + 166, + 509 + ], + [ + 167, + 509 + ], + [ + 168, + 510 + ], + [ + 168, + 511 + ], + [ + 168, + 0 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 141, + 65 + ], + [ + 140, + 64 + ], + [ + 139, + 64 + ], + [ + 138, + 63 + ], + [ + 137, + 62 + ], + [ + 136, + 61 + ], + [ + 135, + 60 + ], + [ + 134, + 59 + ], + [ + 133, + 58 + ], + [ + 133, + 57 + ], + [ + 132, + 56 + ], + [ + 132, + 55 + ], + [ + 132, + 54 + ], + [ + 131, + 53 + ], + [ + 131, + 52 + ], + [ + 131, + 51 + ], + [ + 131, + 50 + ], + [ + 130, + 49 + ], + [ + 130, + 48 + ], + [ + 131, + 47 + ], + [ + 131, + 46 + ], + [ + 130, + 45 + ], + [ + 131, + 44 + ], + [ + 130, + 43 + ], + [ + 129, + 42 + ], + [ + 129, + 41 + ], + [ + 129, + 40 + ], + [ + 129, + 39 + ], + [ + 128, + 39 + ], + [ + 129, + 38 + ], + [ + 128, + 37 + ], + [ + 127, + 36 + ], + [ + 127, + 35 + ], + [ + 126, + 34 + ], + [ + 126, + 33 + ], + [ + 126, + 32 + ], + [ + 125, + 31 + ], + [ + 126, + 30 + ], + [ + 125, + 29 + ], + [ + 125, + 28 + ], + [ + 124, + 27 + ], + [ + 124, + 26 + ], + [ + 123, + 25 + ], + [ + 122, + 24 + ], + [ + 121, + 23 + ], + [ + 120, + 22 + ], + [ + 119, + 21 + ], + [ + 119, + 20 + ], + [ + 119, + 19 + ], + [ + 119, + 18 + ], + [ + 118, + 18 + ], + [ + 117, + 18 + ], + [ + 116, + 17 + ], + [ + 115, + 16 + ], + [ + 114, + 15 + ], + [ + 113, + 14 + ], + [ + 112, + 13 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 174, + 0 + ], + [ + 173, + 511 + ], + [ + 172, + 511 + ], + [ + 171, + 510 + ], + [ + 170, + 510 + ], + [ + 169, + 509 + ], + [ + 168, + 510 + ], + [ + 169, + 510 + ], + [ + 168, + 511 + ], + [ + 168, + 0 + ], + [ + 168, + 1 + ], + [ + 168, + 2 + ], + [ + 168, + 3 + ], + [ + 168, + 4 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 131, + 487 + ], + [ + 130, + 488 + ], + [ + 129, + 489 + ], + [ + 128, + 490 + ], + [ + 127, + 491 + ], + [ + 126, + 492 + ], + [ + 125, + 492 + ], + [ + 126, + 491 + ], + [ + 125, + 490 + ], + [ + 125, + 491 + ], + [ + 124, + 491 + ], + [ + 123, + 491 + ], + [ + 124, + 492 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 231, + 445 + ], + [ + 232, + 446 + ], + [ + 233, + 447 + ], + [ + 234, + 448 + ], + [ + 235, + 449 + ], + [ + 235, + 450 + ], + [ + 236, + 451 + ], + [ + 237, + 450 + ], + [ + 238, + 450 + ], + [ + 239, + 451 + ], + [ + 240, + 451 + ], + [ + 241, + 450 + ], + [ + 242, + 449 + ], + [ + 243, + 449 + ], + [ + 243, + 448 + ], + [ + 242, + 447 + ], + [ + 243, + 447 + ], + [ + 244, + 448 + ], + [ + 245, + 447 + ], + [ + 246, + 447 + ], + [ + 247, + 447 + ], + [ + 248, + 448 + ], + [ + 249, + 447 + ], + [ + 250, + 447 + ], + [ + 251, + 448 + ], + [ + 252, + 449 + ], + [ + 253, + 448 + ], + [ + 254, + 447 + ], + [ + 255, + 447 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 93, + 224 + ], + "area_fraction": 0.0191 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 207, + 88 + ], + "area_fraction": 0.0424 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 246, + 317 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 309 + ], + "peak": [ + 34, + 310 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 366 + ], + "peak": [ + 104, + 393 + ], + "area_cells": 2502 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/globe.png new file mode 100644 index 000000000..7be673bd3 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/heightmap.png new file mode 100644 index 000000000..321e266d5 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/index.md new file mode 100644 index 000000000..4bfc7ac29 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ737Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 292129370 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 38.4 +physical: + gravity_g: 0.11 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.162 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.234 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Be-m1 + +Frozen moon. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 94% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/markers.json new file mode 100644 index 000000000..ceccde3a9 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Be-m1/markers.json @@ -0,0 +1,191 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 42 + ], + "area_fraction": 0.0273 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 37, + 123 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 174 + ], + "peak": [ + 99, + 169 + ], + "area_cells": 476 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 377 + ], + "peak": [ + 156, + 356 + ], + "area_cells": 17287 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 211 + ], + "peak": [ + 119, + 211 + ], + "area_cells": 119 + }, + { + "id": "range_7", + "name": null, + "center": [ + 126, + 256 + ], + "peak": [ + 123, + 253 + ], + "area_cells": 507 + }, + { + "id": "range_11", + "name": null, + "center": [ + 158, + 96 + ], + "peak": [ + 159, + 97 + ], + "area_cells": 61 + }, + { + "id": "range_12", + "name": null, + "center": [ + 192, + 484 + ], + "peak": [ + 196, + 480 + ], + "area_cells": 417 + }, + { + "id": "range_13", + "name": null, + "center": [ + 233, + 7 + ], + "peak": [ + 231, + 10 + ], + "area_cells": 203 + }, + { + "id": "range_14", + "name": null, + "center": [ + 240, + 133 + ], + "peak": [ + 239, + 132 + ], + "area_cells": 728 + }, + { + "id": "range_16", + "name": null, + "center": [ + 236, + 24 + ], + "peak": [ + 238, + 25 + ], + "area_cells": 30 + }, + { + "id": "range_17", + "name": null, + "center": [ + 238, + 65 + ], + "peak": [ + 235, + 65 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 247, + 292 + ], + "peak": [ + 252, + 287 + ], + "area_cells": 619 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 77 + ], + "peak": [ + 255, + 76 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Be/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Be/globe.png new file mode 100644 index 000000000..3a2bed61b Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Be/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Be/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Be/index.md new file mode 100644 index 000000000..54243224e --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Be/index.md @@ -0,0 +1,61 @@ +--- +id: GJ737Be +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3543792724 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 22.9 +physical: + gravity_g: null + oblateness: 0.0788 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.322 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.11 +--- + +# GJ737Be + +Gas giant. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bf/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/globe.png new file mode 100644 index 000000000..4816063ac Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bf/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/heightmap.png new file mode 100644 index 000000000..495ed8aa8 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bf/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/index.md new file mode 100644 index 000000000..4517d7dcd --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ737Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3024702692 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.1 + period_days: 3400.0 + axial_tilt_deg: 59.2 +physical: + gravity_g: 0.46 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Bf + +Frozen planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Land** | 98% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bf/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/markers.json new file mode 100644 index 000000000..3e89ed932 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bf/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 233 + ], + "area_fraction": 0.0126 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 379 + ], + "peak": [ + 51, + 380 + ], + "area_cells": 89 + }, + { + "id": "range_2", + "name": null, + "center": [ + 121, + 176 + ], + "peak": [ + 118, + 177 + ], + "area_cells": 120 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 256 + ], + "peak": [ + 120, + 256 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 140, + 24 + ], + "peak": [ + 145, + 25 + ], + "area_cells": 283 + }, + { + "id": "range_5", + "name": null, + "center": [ + 139, + 250 + ], + "peak": [ + 139, + 251 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 214, + 260 + ], + "peak": [ + 220, + 399 + ], + "area_cells": 36153 + }, + { + "id": "range_8", + "name": null, + "center": [ + 155, + 281 + ], + "peak": [ + 162, + 275 + ], + "area_cells": 305 + }, + { + "id": "range_9", + "name": null, + "center": [ + 153, + 69 + ], + "peak": [ + 154, + 73 + ], + "area_cells": 111 + }, + { + "id": "range_12", + "name": null, + "center": [ + 251, + 148 + ], + "peak": [ + 250, + 150 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bg/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/globe.png new file mode 100644 index 000000000..c46faddb2 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bg/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/heightmap.png new file mode 100644 index 000000000..5d21a8a42 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bg/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/index.md new file mode 100644 index 000000000..6c0177625 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/index.md @@ -0,0 +1,64 @@ +--- +id: GJ737Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1310778370 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.635 + period_days: 7000.0 + axial_tilt_deg: 39.2 +physical: + gravity_g: 0.37 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.079 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.397 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Bg + +Frozen planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Land** | 98% | +| **Year** | 7000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bg/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/markers.json new file mode 100644 index 000000000..07935e8db --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bg/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 207, + 243 + ], + "peak": [ + 206, + 250 + ], + "area_cells": 13679 + }, + { + "id": "range_4", + "name": null, + "center": [ + 182, + 123 + ], + "peak": [ + 183, + 124 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 23 + ], + "peak": [ + 221, + 6 + ], + "area_cells": 1206 + }, + { + "id": "range_6", + "name": null, + "center": [ + 216, + 495 + ], + "peak": [ + 222, + 507 + ], + "area_cells": 527 + }, + { + "id": "range_10", + "name": null, + "center": [ + 249, + 128 + ], + "peak": [ + 255, + 165 + ], + "area_cells": 813 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bh/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/globe.png new file mode 100644 index 000000000..0764bdb60 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bh/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/heightmap.png new file mode 100644 index 000000000..cbe577c69 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bh/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/index.md new file mode 100644 index 000000000..761500035 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/index.md @@ -0,0 +1,64 @@ +--- +id: GJ737Bh +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1406613306 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 9.922 + period_days: 12800.0 + axial_tilt_deg: 59.9 +physical: + gravity_g: 0.28 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.121 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.393 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Bh + +Frozen planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 94% | +| **Year** | 12800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bh/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/markers.json new file mode 100644 index 000000000..324dfe066 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bh/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 33, + 28 + ], + "area_fraction": 0.0224 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 114 + ], + "area_fraction": 0.0176 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 38, + 492 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 50, + 345 + ], + "peak": [ + 50, + 346 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 316 + ], + "peak": [ + 55, + 315 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 155 + ], + "peak": [ + 118, + 167 + ], + "area_cells": 6278 + }, + { + "id": "range_5", + "name": null, + "center": [ + 150, + 359 + ], + "peak": [ + 115, + 390 + ], + "area_cells": 9499 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 1 + ], + "peak": [ + 110, + 0 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 329 + ], + "peak": [ + 112, + 329 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 170, + 62 + ], + "peak": [ + 170, + 62 + ], + "area_cells": 21 + }, + { + "id": "range_11", + "name": null, + "center": [ + 201, + 435 + ], + "peak": [ + 207, + 465 + ], + "area_cells": 1044 + }, + { + "id": "range_12", + "name": null, + "center": [ + 227, + 486 + ], + "peak": [ + 232, + 476 + ], + "area_cells": 1675 + }, + { + "id": "range_15", + "name": null, + "center": [ + 215, + 4 + ], + "peak": [ + 225, + 0 + ], + "area_cells": 302 + }, + { + "id": "range_16", + "name": null, + "center": [ + 248, + 222 + ], + "peak": [ + 254, + 218 + ], + "area_cells": 451 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bi/globe.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/globe.png new file mode 100644 index 000000000..c44b7c739 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/globe.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bi/heightmap.png b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/heightmap.png new file mode 100644 index 000000000..c736d06e8 Binary files /dev/null and b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/heightmap.png differ diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bi/index.md b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/index.md new file mode 100644 index 000000000..fdf7cd6e8 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/index.md @@ -0,0 +1,64 @@ +--- +id: GJ737Bi +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4024468694 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.664 + period_days: 23000.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.2 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.403 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ737Bi + +Frozen planet. + +**System:** [GJ-737B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Land** | 97% | +| **Year** | 23000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-737B/bodies/GJ737Bi/markers.json b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/markers.json new file mode 100644 index 000000000..5ebd52343 --- /dev/null +++ b/wiki/star-systems/GJ-737B/bodies/GJ737Bi/markers.json @@ -0,0 +1,181 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 8, + 166 + ], + "area_fraction": 0.0159 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 74, + 425 + ], + "peak": [ + 74, + 428 + ], + "area_cells": 2172 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 130 + ], + "peak": [ + 85, + 129 + ], + "area_cells": 390 + }, + { + "id": "range_4", + "name": null, + "center": [ + 87, + 210 + ], + "peak": [ + 89, + 211 + ], + "area_cells": 280 + }, + { + "id": "range_5", + "name": null, + "center": [ + 153, + 89 + ], + "peak": [ + 164, + 111 + ], + "area_cells": 1708 + }, + { + "id": "range_7", + "name": null, + "center": [ + 173, + 240 + ], + "peak": [ + 176, + 244 + ], + "area_cells": 69 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 499 + ], + "peak": [ + 175, + 498 + ], + "area_cells": 104 + }, + { + "id": "range_9", + "name": null, + "center": [ + 198, + 26 + ], + "peak": [ + 182, + 22 + ], + "area_cells": 494 + }, + { + "id": "range_10", + "name": null, + "center": [ + 197, + 504 + ], + "peak": [ + 200, + 505 + ], + "area_cells": 62 + }, + { + "id": "range_14", + "name": null, + "center": [ + 221, + 389 + ], + "peak": [ + 219, + 396 + ], + "area_cells": 121 + }, + { + "id": "range_15", + "name": null, + "center": [ + 249, + 445 + ], + "peak": [ + 252, + 427 + ], + "area_cells": 372 + }, + { + "id": "range_16", + "name": null, + "center": [ + 248, + 278 + ], + "peak": [ + 247, + 280 + ], + "area_cells": 52 + }, + { + "id": "range_17", + "name": null, + "center": [ + 252, + 418 + ], + "peak": [ + 255, + 422 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ75b/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75b/globe.png new file mode 100644 index 000000000..c1277fd2c Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75b/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75b/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75b/heightmap.png new file mode 100644 index 000000000..6580be646 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75b/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75b/index.md b/wiki/star-systems/GJ-75/bodies/GJ75b/index.md new file mode 100644 index 000000000..32e294dff --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ75b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1044533667 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.175 + period_days: 30.0 + axial_tilt_deg: 11.5 +physical: + gravity_g: 0.38 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.942 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75b + +Barren planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 100% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75b/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75b/markers.json new file mode 100644 index 000000000..3ca4cd017 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 245 + ], + "peak": [ + 33, + 322 + ], + "area_cells": 42141 + }, + { + "id": "range_16", + "name": null, + "center": [ + 125, + 84 + ], + "peak": [ + 126, + 87 + ], + "area_cells": 34 + }, + { + "id": "range_17", + "name": null, + "center": [ + 144, + 103 + ], + "peak": [ + 141, + 103 + ], + "area_cells": 586 + }, + { + "id": "range_18", + "name": null, + "center": [ + 135, + 466 + ], + "peak": [ + 136, + 465 + ], + "area_cells": 51 + }, + { + "id": "range_19", + "name": null, + "center": [ + 144, + 343 + ], + "peak": [ + 144, + 344 + ], + "area_cells": 93 + }, + { + "id": "range_20", + "name": null, + "center": [ + 144, + 499 + ], + "peak": [ + 144, + 502 + ], + "area_cells": 59 + }, + { + "id": "range_27", + "name": null, + "center": [ + 157, + 17 + ], + "peak": [ + 159, + 17 + ], + "area_cells": 21 + }, + { + "id": "range_31", + "name": null, + "center": [ + 177, + 77 + ], + "peak": [ + 178, + 77 + ], + "area_cells": 51 + }, + { + "id": "range_32", + "name": null, + "center": [ + 230, + 455 + ], + "peak": [ + 245, + 385 + ], + "area_cells": 4909 + }, + { + "id": "range_33", + "name": null, + "center": [ + 186, + 5 + ], + "peak": [ + 190, + 1 + ], + "area_cells": 121 + }, + { + "id": "range_39", + "name": null, + "center": [ + 242, + 31 + ], + "peak": [ + 240, + 11 + ], + "area_cells": 1589 + }, + { + "id": "range_41", + "name": null, + "center": [ + 243, + 247 + ], + "peak": [ + 254, + 242 + ], + "area_cells": 4762 + }, + { + "id": "range_48", + "name": null, + "center": [ + 248, + 128 + ], + "peak": [ + 254, + 128 + ], + "area_cells": 33 + }, + { + "id": "range_49", + "name": null, + "center": [ + 249, + 120 + ], + "peak": [ + 254, + 121 + ], + "area_cells": 26 + }, + { + "id": "range_51", + "name": null, + "center": [ + 251, + 84 + ], + "peak": [ + 253, + 83 + ], + "area_cells": 45 + }, + { + "id": "range_52", + "name": null, + "center": [ + 251, + 101 + ], + "peak": [ + 255, + 89 + ], + "area_cells": 234 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75c/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75c/globe.png new file mode 100644 index 000000000..31660a9bb Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75c/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75c/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75c/heightmap.png new file mode 100644 index 000000000..c7dccfab9 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75c/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75c/index.md b/wiki/star-systems/GJ-75/bodies/GJ75c/index.md new file mode 100644 index 000000000..c18fa8210 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ75c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 716822170 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.322 + period_days: 75.0 + axial_tilt_deg: 17.6 +physical: + gravity_g: 0.52 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.872 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.126 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75c + +Arid planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 75 days | +| **Economy** | extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75c/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75c/markers.json new file mode 100644 index 000000000..50c297e0e --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75c/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 192 + ], + "peak": [ + 7, + 192 + ], + "area_cells": 83 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 354 + ], + "peak": [ + 95, + 421 + ], + "area_cells": 18768 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 496 + ], + "peak": [ + 95, + 501 + ], + "area_cells": 236 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d-1/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75d-1/globe.png new file mode 100644 index 000000000..5bff8f150 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75d-1/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d-1/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75d-1/heightmap.png new file mode 100644 index 000000000..e2634d613 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d-1/index.md b/wiki/star-systems/GJ-75/bodies/GJ75d-1/index.md new file mode 100644 index 000000000..310a55109 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ75d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 217492461 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 5.8 +physical: + gravity_g: 0.06 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.927 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75d-1 + +Barren moon. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d-1/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75d-1/markers.json new file mode 100644 index 000000000..59a10313e --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75d-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 123 + ], + "peak": [ + 0, + 159 + ], + "area_cells": 9198 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 233 + ], + "peak": [ + 3, + 232 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 464 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 5154 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 260 + ], + "peak": [ + 29, + 263 + ], + "area_cells": 381 + }, + { + "id": "range_12", + "name": null, + "center": [ + 40, + 363 + ], + "peak": [ + 46, + 366 + ], + "area_cells": 133 + }, + { + "id": "range_17", + "name": null, + "center": [ + 38, + 350 + ], + "peak": [ + 39, + 351 + ], + "area_cells": 32 + }, + { + "id": "range_20", + "name": null, + "center": [ + 42, + 378 + ], + "peak": [ + 42, + 378 + ], + "area_cells": 54 + }, + { + "id": "range_21", + "name": null, + "center": [ + 49, + 55 + ], + "peak": [ + 48, + 54 + ], + "area_cells": 202 + }, + { + "id": "range_23", + "name": null, + "center": [ + 72, + 82 + ], + "peak": [ + 72, + 83 + ], + "area_cells": 678 + }, + { + "id": "range_25", + "name": null, + "center": [ + 61, + 344 + ], + "peak": [ + 61, + 344 + ], + "area_cells": 25 + }, + { + "id": "range_26", + "name": null, + "center": [ + 63, + 335 + ], + "peak": [ + 64, + 335 + ], + "area_cells": 43 + }, + { + "id": "range_27", + "name": null, + "center": [ + 88, + 119 + ], + "peak": [ + 95, + 119 + ], + "area_cells": 377 + }, + { + "id": "range_28", + "name": null, + "center": [ + 77, + 267 + ], + "peak": [ + 80, + 271 + ], + "area_cells": 213 + }, + { + "id": "range_31", + "name": null, + "center": [ + 76, + 358 + ], + "peak": [ + 77, + 357 + ], + "area_cells": 93 + }, + { + "id": "range_32", + "name": null, + "center": [ + 90, + 394 + ], + "peak": [ + 88, + 394 + ], + "area_cells": 73 + }, + { + "id": "range_33", + "name": null, + "center": [ + 102, + 434 + ], + "peak": [ + 99, + 438 + ], + "area_cells": 226 + }, + { + "id": "range_34", + "name": null, + "center": [ + 98, + 253 + ], + "peak": [ + 98, + 252 + ], + "area_cells": 27 + }, + { + "id": "range_35", + "name": null, + "center": [ + 139, + 370 + ], + "peak": [ + 130, + 370 + ], + "area_cells": 3989 + }, + { + "id": "range_36", + "name": null, + "center": [ + 123, + 199 + ], + "peak": [ + 130, + 183 + ], + "area_cells": 852 + }, + { + "id": "range_38", + "name": null, + "center": [ + 124, + 299 + ], + "peak": [ + 125, + 299 + ], + "area_cells": 125 + }, + { + "id": "range_39", + "name": null, + "center": [ + 118, + 264 + ], + "peak": [ + 119, + 265 + ], + "area_cells": 30 + }, + { + "id": "range_40", + "name": null, + "center": [ + 121, + 23 + ], + "peak": [ + 122, + 23 + ], + "area_cells": 34 + }, + { + "id": "range_41", + "name": null, + "center": [ + 126, + 240 + ], + "peak": [ + 126, + 241 + ], + "area_cells": 49 + }, + { + "id": "range_42", + "name": null, + "center": [ + 137, + 59 + ], + "peak": [ + 137, + 60 + ], + "area_cells": 37 + }, + { + "id": "range_46", + "name": null, + "center": [ + 178, + 416 + ], + "peak": [ + 179, + 417 + ], + "area_cells": 28 + }, + { + "id": "range_48", + "name": null, + "center": [ + 188, + 390 + ], + "peak": [ + 187, + 390 + ], + "area_cells": 76 + }, + { + "id": "range_53", + "name": null, + "center": [ + 208, + 350 + ], + "peak": [ + 207, + 353 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75d/globe.png new file mode 100644 index 000000000..c2e397a52 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75d/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75d/heightmap.png new file mode 100644 index 000000000..830bd5c94 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75d/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d/index.md b/wiki/star-systems/GJ-75/bodies/GJ75d/index.md new file mode 100644 index 000000000..b81924597 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ75d +name: Onitsha +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1095872810 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 28.4 +physical: + gravity_g: 0.92 + oblateness: 0.0039 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.674 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.526 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Onitsha + +Temperate planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 91% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 120M | +| **Economy** | transit | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75d/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75d/markers.json new file mode 100644 index 000000000..57746e532 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75d/markers.json @@ -0,0 +1,1216 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 112, + 454 + ], + [ + 111, + 455 + ], + [ + 110, + 456 + ], + [ + 109, + 457 + ], + [ + 108, + 457 + ], + [ + 107, + 457 + ], + [ + 106, + 457 + ], + [ + 105, + 456 + ], + [ + 104, + 455 + ], + [ + 103, + 454 + ], + [ + 102, + 453 + ], + [ + 102, + 452 + ], + [ + 103, + 451 + ], + [ + 102, + 450 + ], + [ + 102, + 449 + ], + [ + 102, + 448 + ], + [ + 102, + 447 + ], + [ + 102, + 446 + ], + [ + 102, + 445 + ], + [ + 102, + 444 + ], + [ + 102, + 443 + ], + [ + 102, + 442 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 132, + 360 + ], + [ + 133, + 361 + ], + [ + 134, + 362 + ], + [ + 135, + 363 + ], + [ + 136, + 364 + ], + [ + 137, + 364 + ], + [ + 138, + 363 + ], + [ + 139, + 362 + ], + [ + 140, + 361 + ], + [ + 141, + 362 + ], + [ + 142, + 363 + ], + [ + 143, + 362 + ], + [ + 144, + 363 + ], + [ + 145, + 364 + ], + [ + 146, + 364 + ], + [ + 146, + 365 + ], + [ + 147, + 366 + ], + [ + 147, + 365 + ], + [ + 148, + 364 + ], + [ + 149, + 363 + ], + [ + 150, + 362 + ], + [ + 151, + 362 + ], + [ + 151, + 361 + ], + [ + 152, + 362 + ], + [ + 153, + 362 + ], + [ + 154, + 361 + ], + [ + 155, + 360 + ], + [ + 156, + 359 + ], + [ + 157, + 359 + ], + [ + 158, + 359 + ], + [ + 159, + 360 + ], + [ + 160, + 359 + ], + [ + 161, + 358 + ], + [ + 162, + 359 + ], + [ + 162, + 358 + ], + [ + 161, + 357 + ], + [ + 161, + 356 + ], + [ + 162, + 357 + ], + [ + 162, + 356 + ], + [ + 163, + 355 + ], + [ + 163, + 354 + ], + [ + 164, + 355 + ], + [ + 163, + 356 + ], + [ + 163, + 357 + ], + [ + 164, + 356 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 108, + 372 + ], + [ + 109, + 373 + ], + [ + 110, + 374 + ], + [ + 111, + 375 + ], + [ + 112, + 375 + ], + [ + 113, + 375 + ], + [ + 114, + 374 + ], + [ + 114, + 373 + ], + [ + 114, + 372 + ], + [ + 114, + 371 + ], + [ + 115, + 370 + ], + [ + 115, + 369 + ], + [ + 115, + 368 + ], + [ + 115, + 367 + ], + [ + 115, + 366 + ], + [ + 115, + 365 + ], + [ + 115, + 364 + ], + [ + 116, + 363 + ], + [ + 117, + 362 + ], + [ + 116, + 361 + ], + [ + 115, + 362 + ], + [ + 115, + 361 + ], + [ + 116, + 360 + ], + [ + 115, + 359 + ], + [ + 116, + 358 + ], + [ + 117, + 357 + ], + [ + 118, + 356 + ], + [ + 118, + 355 + ], + [ + 118, + 354 + ], + [ + 117, + 355 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 7, + 94 + ], + [ + 6, + 94 + ], + [ + 5, + 95 + ], + [ + 5, + 94 + ], + [ + 4, + 94 + ], + [ + 3, + 94 + ], + [ + 2, + 95 + ], + [ + 3, + 96 + ], + [ + 3, + 97 + ], + [ + 2, + 98 + ], + [ + 1, + 97 + ], + [ + 2, + 97 + ], + [ + 1, + 96 + ], + [ + 0, + 96 + ], + [ + 0, + 97 + ], + [ + 0, + 98 + ], + [ + 1, + 98 + ], + [ + 0, + 99 + ], + [ + 1, + 100 + ], + [ + 1, + 99 + ], + [ + 2, + 100 + ], + [ + 2, + 99 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 200, + 446 + ], + [ + 199, + 445 + ], + [ + 198, + 444 + ], + [ + 197, + 443 + ], + [ + 196, + 443 + ], + [ + 197, + 442 + ], + [ + 196, + 442 + ], + [ + 196, + 441 + ], + [ + 195, + 442 + ], + [ + 195, + 441 + ], + [ + 196, + 440 + ], + [ + 197, + 440 + ], + [ + 197, + 441 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 147, + 96 + ], + [ + 146, + 96 + ], + [ + 145, + 97 + ], + [ + 144, + 98 + ], + [ + 143, + 99 + ], + [ + 142, + 100 + ], + [ + 141, + 101 + ], + [ + 140, + 102 + ], + [ + 139, + 102 + ], + [ + 138, + 101 + ], + [ + 137, + 100 + ], + [ + 136, + 100 + ], + [ + 135, + 99 + ], + [ + 134, + 100 + ], + [ + 133, + 99 + ], + [ + 132, + 98 + ], + [ + 132, + 97 + ], + [ + 131, + 96 + ], + [ + 130, + 96 + ], + [ + 130, + 97 + ], + [ + 129, + 98 + ], + [ + 129, + 99 + ], + [ + 128, + 99 + ], + [ + 127, + 100 + ], + [ + 126, + 101 + ], + [ + 125, + 101 + ], + [ + 124, + 102 + ], + [ + 123, + 102 + ], + [ + 122, + 101 + ], + [ + 121, + 102 + ], + [ + 122, + 103 + ], + [ + 122, + 104 + ], + [ + 121, + 103 + ], + [ + 120, + 102 + ], + [ + 119, + 103 + ], + [ + 118, + 102 + ], + [ + 117, + 103 + ], + [ + 116, + 103 + ], + [ + 115, + 102 + ], + [ + 114, + 102 + ], + [ + 113, + 102 + ], + [ + 112, + 103 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 116, + 175 + ], + [ + 117, + 176 + ], + [ + 116, + 177 + ], + [ + 115, + 178 + ], + [ + 116, + 179 + ], + [ + 115, + 180 + ], + [ + 114, + 181 + ], + [ + 115, + 182 + ], + [ + 116, + 183 + ], + [ + 117, + 184 + ], + [ + 118, + 184 + ], + [ + 119, + 184 + ], + [ + 120, + 183 + ], + [ + 121, + 182 + ], + [ + 122, + 181 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 70, + 399 + ], + [ + 71, + 400 + ], + [ + 72, + 401 + ], + [ + 73, + 402 + ], + [ + 74, + 403 + ], + [ + 75, + 404 + ], + [ + 76, + 405 + ], + [ + 77, + 405 + ], + [ + 78, + 406 + ], + [ + 79, + 405 + ], + [ + 80, + 404 + ], + [ + 81, + 404 + ], + [ + 82, + 403 + ], + [ + 83, + 403 + ], + [ + 84, + 402 + ], + [ + 84, + 401 + ], + [ + 84, + 400 + ], + [ + 83, + 399 + ], + [ + 84, + 398 + ], + [ + 84, + 397 + ], + [ + 83, + 396 + ], + [ + 82, + 395 + ], + [ + 83, + 394 + ], + [ + 82, + 393 + ], + [ + 82, + 392 + ], + [ + 83, + 391 + ], + [ + 83, + 392 + ], + [ + 84, + 391 + ], + [ + 85, + 390 + ], + [ + 84, + 389 + ], + [ + 85, + 389 + ], + [ + 86, + 388 + ], + [ + 87, + 388 + ], + [ + 88, + 387 + ], + [ + 88, + 386 + ], + [ + 88, + 385 + ], + [ + 89, + 384 + ], + [ + 90, + 383 + ], + [ + 91, + 382 + ], + [ + 92, + 381 + ], + [ + 93, + 380 + ], + [ + 93, + 379 + ], + [ + 94, + 378 + ], + [ + 94, + 377 + ], + [ + 94, + 376 + ], + [ + 95, + 375 + ], + [ + 96, + 374 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 132, + 380 + ], + [ + 131, + 379 + ], + [ + 130, + 378 + ], + [ + 129, + 377 + ], + [ + 128, + 377 + ], + [ + 127, + 378 + ], + [ + 126, + 379 + ], + [ + 125, + 379 + ], + [ + 124, + 379 + ], + [ + 123, + 380 + ], + [ + 123, + 381 + ], + [ + 122, + 382 + ], + [ + 121, + 383 + ], + [ + 120, + 384 + ], + [ + 120, + 385 + ], + [ + 121, + 386 + ], + [ + 120, + 387 + ], + [ + 121, + 388 + ], + [ + 121, + 387 + ], + [ + 120, + 386 + ], + [ + 121, + 385 + ], + [ + 122, + 386 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 23, + 316 + ], + "area_fraction": 0.0784 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 506 + ], + "peak": [ + 48, + 511 + ], + "area_cells": 142 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 20 + ], + "peak": [ + 42, + 28 + ], + "area_cells": 553 + }, + { + "id": "range_5", + "name": null, + "center": [ + 105, + 10 + ], + "peak": [ + 101, + 10 + ], + "area_cells": 324 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 485 + ], + "peak": [ + 106, + 485 + ], + "area_cells": 602 + }, + { + "id": "range_8", + "name": null, + "center": [ + 159, + 249 + ], + "peak": [ + 160, + 255 + ], + "area_cells": 184 + }, + { + "id": "range_10", + "name": null, + "center": [ + 201, + 49 + ], + "peak": [ + 204, + 48 + ], + "area_cells": 1219 + }, + { + "id": "range_12", + "name": null, + "center": [ + 207, + 208 + ], + "peak": [ + 219, + 199 + ], + "area_cells": 651 + }, + { + "id": "range_13", + "name": null, + "center": [ + 206, + 262 + ], + "peak": [ + 204, + 271 + ], + "area_cells": 595 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75e/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75e/globe.png new file mode 100644 index 000000000..ee8bf7984 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75e/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75e/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75e/heightmap.png new file mode 100644 index 000000000..dc0e6d803 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75e/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75e/index.md b/wiki/star-systems/GJ-75/bodies/GJ75e/index.md new file mode 100644 index 000000000..0a9d71398 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ75e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3987630874 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 13.1 +physical: + gravity_g: 0.42 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.862 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.093 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75e + +Arid planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 95% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75e/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75e/markers.json new file mode 100644 index 000000000..ba22922c6 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75e/markers.json @@ -0,0 +1,270 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 206, + 270 + ], + [ + 205, + 271 + ], + [ + 204, + 272 + ], + [ + 203, + 273 + ], + [ + 202, + 274 + ], + [ + 201, + 275 + ], + [ + 200, + 276 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 134, + 232 + ], + [ + 135, + 233 + ], + [ + 136, + 234 + ], + [ + 137, + 235 + ], + [ + 138, + 234 + ], + [ + 139, + 233 + ], + [ + 140, + 232 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 98, + 140 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 107, + 88 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 141, + 206 + ], + "area_fraction": 0.0166 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 45 + ], + "peak": [ + 18, + 16 + ], + "area_cells": 3927 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 441 + ], + "peak": [ + 19, + 401 + ], + "area_cells": 5766 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 235 + ], + "peak": [ + 18, + 187 + ], + "area_cells": 1516 + }, + { + "id": "range_6", + "name": null, + "center": [ + 15, + 128 + ], + "peak": [ + 17, + 134 + ], + "area_cells": 92 + }, + { + "id": "range_8", + "name": null, + "center": [ + 16, + 150 + ], + "peak": [ + 17, + 138 + ], + "area_cells": 111 + }, + { + "id": "range_9", + "name": null, + "center": [ + 19, + 330 + ], + "peak": [ + 18, + 327 + ], + "area_cells": 120 + }, + { + "id": "range_10", + "name": null, + "center": [ + 22, + 344 + ], + "peak": [ + 24, + 345 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 57, + 495 + ], + "peak": [ + 59, + 490 + ], + "area_cells": 105 + }, + { + "id": "range_13", + "name": null, + "center": [ + 99, + 419 + ], + "peak": [ + 103, + 414 + ], + "area_cells": 99 + }, + { + "id": "range_14", + "name": null, + "center": [ + 109, + 442 + ], + "peak": [ + 109, + 429 + ], + "area_cells": 336 + }, + { + "id": "range_16", + "name": null, + "center": [ + 222, + 72 + ], + "peak": [ + 211, + 64 + ], + "area_cells": 2264 + }, + { + "id": "range_17", + "name": null, + "center": [ + 211, + 469 + ], + "peak": [ + 211, + 469 + ], + "area_cells": 343 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75f/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75f/globe.png new file mode 100644 index 000000000..d53db0564 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75f/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75f/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75f/heightmap.png new file mode 100644 index 000000000..35e025155 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75f/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75f/index.md b/wiki/star-systems/GJ-75/bodies/GJ75f/index.md new file mode 100644 index 000000000..46101a50c --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ75f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4187141903 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.627 + period_days: 850.0 + axial_tilt_deg: 31.4 +physical: + gravity_g: 0.35 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.155 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75f + +Frozen planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75f/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75f/markers.json new file mode 100644 index 000000000..83975b126 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75f/markers.json @@ -0,0 +1,283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 52, + 229 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 86, + 294 + ], + "area_fraction": 0.0259 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 89, + 80 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 157, + 287 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_32", + "name": null, + "kind": "ocean", + "center": [ + 224, + 196 + ], + "area_fraction": 0.126 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 232, + 423 + ], + "area_fraction": 0.0154 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 10 + ], + "peak": [ + 4, + 9 + ], + "area_cells": 724 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 161 + ], + "peak": [ + 26, + 191 + ], + "area_cells": 2498 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 243 + ], + "peak": [ + 1, + 254 + ], + "area_cells": 331 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 445 + ], + "peak": [ + 5, + 462 + ], + "area_cells": 6903 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 385 + ], + "peak": [ + 104, + 400 + ], + "area_cells": 295 + }, + { + "id": "range_9", + "name": null, + "center": [ + 102, + 490 + ], + "peak": [ + 102, + 492 + ], + "area_cells": 328 + }, + { + "id": "range_13", + "name": null, + "center": [ + 129, + 35 + ], + "peak": [ + 132, + 37 + ], + "area_cells": 1284 + }, + { + "id": "range_14", + "name": null, + "center": [ + 125, + 140 + ], + "peak": [ + 126, + 148 + ], + "area_cells": 215 + }, + { + "id": "range_15", + "name": null, + "center": [ + 141, + 464 + ], + "peak": [ + 147, + 468 + ], + "area_cells": 1043 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 510 + ], + "peak": [ + 131, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 136, + 106 + ], + "peak": [ + 134, + 105 + ], + "area_cells": 185 + }, + { + "id": "range_19", + "name": null, + "center": [ + 149, + 201 + ], + "peak": [ + 151, + 208 + ], + "area_cells": 989 + }, + { + "id": "range_20", + "name": null, + "center": [ + 164, + 6 + ], + "peak": [ + 165, + 5 + ], + "area_cells": 400 + }, + { + "id": "range_21", + "name": null, + "center": [ + 154, + 353 + ], + "peak": [ + 152, + 350 + ], + "area_cells": 63 + }, + { + "id": "range_23", + "name": null, + "center": [ + 165, + 510 + ], + "peak": [ + 166, + 511 + ], + "area_cells": 21 + }, + { + "id": "range_24", + "name": null, + "center": [ + 170, + 355 + ], + "peak": [ + 170, + 356 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-1/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75g-1/globe.png new file mode 100644 index 000000000..79b596522 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75g-1/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-1/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75g-1/heightmap.png new file mode 100644 index 000000000..5952d8368 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-1/index.md b/wiki/star-systems/GJ-75/bodies/GJ75g-1/index.md new file mode 100644 index 000000000..85bd9731f --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ75g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3599167118 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 16.1 +physical: + gravity_g: 0.07 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.999 + polar_ice_lat: 0.9 + tectonics: none +environment: + geothermal_flux: moderate + 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 +--- + +# GJ75g-1 + +Barren moon. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-1/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75g-1/markers.json new file mode 100644 index 000000000..94b88b1b3 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75g-1/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 258 + ], + "peak": [ + 31, + 503 + ], + "area_cells": 47436 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 106 + ], + "peak": [ + 121, + 110 + ], + "area_cells": 258 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 407 + ], + "peak": [ + 122, + 410 + ], + "area_cells": 243 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 23 + ], + "peak": [ + 135, + 26 + ], + "area_cells": 1800 + }, + { + "id": "range_9", + "name": null, + "center": [ + 119, + 65 + ], + "peak": [ + 119, + 66 + ], + "area_cells": 154 + }, + { + "id": "range_10", + "name": null, + "center": [ + 141, + 146 + ], + "peak": [ + 142, + 147 + ], + "area_cells": 693 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 254 + ], + "peak": [ + 116, + 255 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 372 + ], + "peak": [ + 127, + 375 + ], + "area_cells": 155 + }, + { + "id": "range_14", + "name": null, + "center": [ + 148, + 483 + ], + "peak": [ + 154, + 510 + ], + "area_cells": 1111 + }, + { + "id": "range_15", + "name": null, + "center": [ + 131, + 81 + ], + "peak": [ + 131, + 83 + ], + "area_cells": 90 + }, + { + "id": "range_17", + "name": null, + "center": [ + 159, + 89 + ], + "peak": [ + 167, + 70 + ], + "area_cells": 924 + }, + { + "id": "range_18", + "name": null, + "center": [ + 163, + 214 + ], + "peak": [ + 167, + 221 + ], + "area_cells": 162 + }, + { + "id": "range_19", + "name": null, + "center": [ + 159, + 380 + ], + "peak": [ + 160, + 378 + ], + "area_cells": 21 + }, + { + "id": "range_21", + "name": null, + "center": [ + 185, + 287 + ], + "peak": [ + 190, + 293 + ], + "area_cells": 482 + }, + { + "id": "range_22", + "name": null, + "center": [ + 182, + 484 + ], + "peak": [ + 184, + 485 + ], + "area_cells": 32 + }, + { + "id": "range_23", + "name": null, + "center": [ + 183, + 316 + ], + "peak": [ + 183, + 317 + ], + "area_cells": 60 + }, + { + "id": "range_24", + "name": null, + "center": [ + 190, + 253 + ], + "peak": [ + 194, + 253 + ], + "area_cells": 111 + }, + { + "id": "range_25", + "name": null, + "center": [ + 185, + 227 + ], + "peak": [ + 185, + 228 + ], + "area_cells": 20 + }, + { + "id": "range_26", + "name": null, + "center": [ + 191, + 268 + ], + "peak": [ + 196, + 268 + ], + "area_cells": 65 + }, + { + "id": "range_27", + "name": null, + "center": [ + 197, + 98 + ], + "peak": [ + 198, + 99 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-2/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75g-2/globe.png new file mode 100644 index 000000000..c6ff78d23 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75g-2/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-2/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75g-2/heightmap.png new file mode 100644 index 000000000..52b35377f Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-2/index.md b/wiki/star-systems/GJ-75/bodies/GJ75g-2/index.md new file mode 100644 index 000000000..dcb36b3b2 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ75g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2526049839 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.05 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.819 + polar_ice_lat: 0.151 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75g-2 + +Frozen moon. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g-2/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75g-2/markers.json new file mode 100644 index 000000000..4d910418a --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75g-2/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 56, + 406 + ], + "area_fraction": 0.0286 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 99, + 296 + ], + "area_fraction": 0.0834 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 134, + 192 + ], + "area_fraction": 0.0323 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 138, + 75 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 224, + 425 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 32, + 131 + ], + "peak": [ + 8, + 216 + ], + "area_cells": 10554 + }, + { + "id": "range_5", + "name": null, + "center": [ + 41, + 5 + ], + "peak": [ + 43, + 2 + ], + "area_cells": 120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 508 + ], + "peak": [ + 43, + 511 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 488 + ], + "peak": [ + 80, + 474 + ], + "area_cells": 554 + }, + { + "id": "range_10", + "name": null, + "center": [ + 155, + 33 + ], + "peak": [ + 155, + 32 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 166, + 343 + ], + "peak": [ + 165, + 344 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 357 + ], + "peak": [ + 172, + 360 + ], + "area_cells": 167 + }, + { + "id": "range_14", + "name": null, + "center": [ + 174, + 159 + ], + "peak": [ + 173, + 161 + ], + "area_cells": 131 + }, + { + "id": "range_15", + "name": null, + "center": [ + 181, + 382 + ], + "peak": [ + 180, + 387 + ], + "area_cells": 295 + }, + { + "id": "range_16", + "name": null, + "center": [ + 182, + 123 + ], + "peak": [ + 182, + 113 + ], + "area_cells": 639 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75g/globe.png new file mode 100644 index 000000000..1f35f0ddc Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75g/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75g/index.md b/wiki/star-systems/GJ-75/bodies/GJ75g/index.md new file mode 100644 index 000000000..53b9513e4 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ75g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3240858343 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 8.6 +physical: + gravity_g: null + oblateness: 0.0626 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.139 +--- + +# GJ75g + +Gas giant. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75h/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75h/globe.png new file mode 100644 index 000000000..e0ace06af Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75h/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75h/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75h/heightmap.png new file mode 100644 index 000000000..5ea26f36c Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75h/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75h/index.md b/wiki/star-systems/GJ-75/bodies/GJ75h/index.md new file mode 100644 index 000000000..19956d5ad --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ75h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 263827978 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.65 + period_days: 5500.0 + axial_tilt_deg: 28.3 +physical: + gravity_g: 0.25 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.711 + polar_ice_lat: 0.097 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.279 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75h + +Frozen planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 5500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75h/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75h/markers.json new file mode 100644 index 000000000..b1b0b9eab --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75h/markers.json @@ -0,0 +1,140 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 15 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 50, + 157 + ], + "area_fraction": 0.1462 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 59, + 424 + ], + "area_fraction": 0.0905 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 71, + 26 + ], + "area_fraction": 0.007 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 109, + 40 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 93, + 489 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 351 + ], + "peak": [ + 169, + 351 + ], + "area_cells": 4707 + }, + { + "id": "range_2", + "name": null, + "center": [ + 149, + 267 + ], + "peak": [ + 150, + 268 + ], + "area_cells": 97 + }, + { + "id": "range_3", + "name": null, + "center": [ + 176, + 274 + ], + "peak": [ + 175, + 276 + ], + "area_cells": 852 + }, + { + "id": "range_4", + "name": null, + "center": [ + 170, + 241 + ], + "peak": [ + 171, + 241 + ], + "area_cells": 49 + }, + { + "id": "range_9", + "name": null, + "center": [ + 225, + 133 + ], + "peak": [ + 225, + 135 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-75/bodies/GJ75i/globe.png b/wiki/star-systems/GJ-75/bodies/GJ75i/globe.png new file mode 100644 index 000000000..c6154c518 Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75i/globe.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75i/heightmap.png b/wiki/star-systems/GJ-75/bodies/GJ75i/heightmap.png new file mode 100644 index 000000000..224fe5fef Binary files /dev/null and b/wiki/star-systems/GJ-75/bodies/GJ75i/heightmap.png differ diff --git a/wiki/star-systems/GJ-75/bodies/GJ75i/index.md b/wiki/star-systems/GJ-75/bodies/GJ75i/index.md new file mode 100644 index 000000000..270ccd7d4 --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ75i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1320654877 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.416 + period_days: 10000.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.11 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.855 + polar_ice_lat: 0.135 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.284 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ75i + +Frozen planet. + +**System:** [GJ-75](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-75/bodies/GJ75i/markers.json b/wiki/star-systems/GJ-75/bodies/GJ75i/markers.json new file mode 100644 index 000000000..37841100a --- /dev/null +++ b/wiki/star-systems/GJ-75/bodies/GJ75i/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 116, + 250 + ], + "area_fraction": 0.0813 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 104, + 55 + ], + "area_fraction": 0.0295 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 93, + 133 + ], + "area_fraction": 0.006 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 118, + 384 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 130 + ], + "peak": [ + 49, + 130 + ], + "area_cells": 143 + }, + { + "id": "range_2", + "name": null, + "center": [ + 179, + 497 + ], + "peak": [ + 179, + 494 + ], + "area_cells": 430 + }, + { + "id": "range_3", + "name": null, + "center": [ + 190, + 111 + ], + "peak": [ + 191, + 111 + ], + "area_cells": 1658 + }, + { + "id": "range_5", + "name": null, + "center": [ + 224, + 252 + ], + "peak": [ + 218, + 285 + ], + "area_cells": 9290 + }, + { + "id": "range_6", + "name": null, + "center": [ + 220, + 36 + ], + "peak": [ + 245, + 25 + ], + "area_cells": 3353 + }, + { + "id": "range_8", + "name": null, + "center": [ + 219, + 458 + ], + "peak": [ + 202, + 447 + ], + "area_cells": 2119 + }, + { + "id": "range_14", + "name": null, + "center": [ + 251, + 141 + ], + "peak": [ + 252, + 142 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ752Ab/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/globe.png new file mode 100644 index 000000000..7a8e1334d Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ab/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/heightmap.png new file mode 100644 index 000000000..c06159e53 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ab/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/index.md new file mode 100644 index 000000000..c2e9f44df --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ752Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 299654588 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 0.4 +physical: + gravity_g: 0.3 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.936 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ752Ab + +Barren planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ab/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/markers.json new file mode 100644 index 000000000..1e2b898cf --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ab/markers.json @@ -0,0 +1,287 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 267 + ], + "peak": [ + 71, + 204 + ], + "area_cells": 36397 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 312 + ], + "peak": [ + 8, + 312 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 358 + ], + "peak": [ + 12, + 359 + ], + "area_cells": 30 + }, + { + "id": "range_9", + "name": null, + "center": [ + 83, + 274 + ], + "peak": [ + 81, + 278 + ], + "area_cells": 55 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 82 + ], + "peak": [ + 107, + 83 + ], + "area_cells": 30 + }, + { + "id": "range_14", + "name": null, + "center": [ + 123, + 52 + ], + "peak": [ + 119, + 55 + ], + "area_cells": 146 + }, + { + "id": "range_19", + "name": null, + "center": [ + 174, + 151 + ], + "peak": [ + 173, + 151 + ], + "area_cells": 82 + }, + { + "id": "range_20", + "name": null, + "center": [ + 168, + 287 + ], + "peak": [ + 169, + 288 + ], + "area_cells": 32 + }, + { + "id": "range_22", + "name": null, + "center": [ + 189, + 492 + ], + "peak": [ + 182, + 489 + ], + "area_cells": 793 + }, + { + "id": "range_23", + "name": null, + "center": [ + 182, + 116 + ], + "peak": [ + 182, + 117 + ], + "area_cells": 39 + }, + { + "id": "range_25", + "name": null, + "center": [ + 183, + 37 + ], + "peak": [ + 185, + 37 + ], + "area_cells": 30 + }, + { + "id": "range_27", + "name": null, + "center": [ + 201, + 22 + ], + "peak": [ + 204, + 23 + ], + "area_cells": 300 + }, + { + "id": "range_28", + "name": null, + "center": [ + 190, + 144 + ], + "peak": [ + 191, + 145 + ], + "area_cells": 76 + }, + { + "id": "range_31", + "name": null, + "center": [ + 198, + 449 + ], + "peak": [ + 200, + 448 + ], + "area_cells": 42 + }, + { + "id": "range_33", + "name": null, + "center": [ + 200, + 167 + ], + "peak": [ + 202, + 168 + ], + "area_cells": 32 + }, + { + "id": "range_34", + "name": null, + "center": [ + 206, + 271 + ], + "peak": [ + 206, + 276 + ], + "area_cells": 104 + }, + { + "id": "range_36", + "name": null, + "center": [ + 217, + 53 + ], + "peak": [ + 217, + 54 + ], + "area_cells": 104 + }, + { + "id": "range_47", + "name": null, + "center": [ + 244, + 3 + ], + "peak": [ + 248, + 4 + ], + "area_cells": 33 + }, + { + "id": "range_50", + "name": null, + "center": [ + 239, + 485 + ], + "peak": [ + 240, + 486 + ], + "area_cells": 76 + }, + { + "id": "range_51", + "name": null, + "center": [ + 247, + 89 + ], + "peak": [ + 247, + 89 + ], + "area_cells": 135 + }, + { + "id": "range_56", + "name": null, + "center": [ + 252, + 124 + ], + "peak": [ + 255, + 123 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ac/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/globe.png new file mode 100644 index 000000000..a65ce9931 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ac/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/heightmap.png new file mode 100644 index 000000000..4e82d2f32 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ac/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/index.md new file mode 100644 index 000000000..2698d7c41 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ752Ac +name: Salvaterra +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1067841121 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.175 + period_days: 40.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: 0.88 + oblateness: 0.0015 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.619 + polar_ice_lat: 0.765 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.362 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Salvaterra + +Temperate planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 40 days | +| **Inhabited** | yes | +| **Population** | 25M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ac/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/markers.json new file mode 100644 index 000000000..558614f53 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ac/markers.json @@ -0,0 +1,1022 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 185, + 356 + ], + [ + 186, + 355 + ], + [ + 187, + 356 + ], + [ + 188, + 355 + ], + [ + 189, + 354 + ], + [ + 190, + 355 + ], + [ + 191, + 354 + ], + [ + 192, + 354 + ], + [ + 193, + 354 + ], + [ + 194, + 354 + ], + [ + 195, + 353 + ], + [ + 196, + 353 + ], + [ + 197, + 352 + ], + [ + 198, + 351 + ], + [ + 199, + 350 + ], + [ + 198, + 349 + ], + [ + 198, + 348 + ], + [ + 197, + 348 + ], + [ + 197, + 347 + ], + [ + 197, + 346 + ], + [ + 198, + 347 + ], + [ + 198, + 346 + ], + [ + 197, + 345 + ], + [ + 196, + 345 + ], + [ + 196, + 346 + ], + [ + 195, + 346 + ], + [ + 194, + 345 + ], + [ + 194, + 346 + ], + [ + 194, + 347 + ], + [ + 195, + 348 + ], + [ + 196, + 347 + ], + [ + 196, + 348 + ], + [ + 195, + 347 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 122, + 402 + ], + [ + 121, + 401 + ], + [ + 120, + 400 + ], + [ + 119, + 400 + ], + [ + 119, + 399 + ], + [ + 118, + 399 + ], + [ + 117, + 398 + ], + [ + 116, + 398 + ], + [ + 115, + 397 + ], + [ + 114, + 398 + ], + [ + 113, + 399 + ], + [ + 112, + 400 + ], + [ + 111, + 401 + ], + [ + 110, + 402 + ], + [ + 109, + 403 + ], + [ + 108, + 404 + ], + [ + 107, + 405 + ], + [ + 106, + 406 + ], + [ + 105, + 407 + ], + [ + 104, + 408 + ], + [ + 103, + 408 + ], + [ + 102, + 408 + ], + [ + 101, + 409 + ], + [ + 100, + 408 + ], + [ + 100, + 407 + ], + [ + 99, + 406 + ], + [ + 98, + 405 + ], + [ + 97, + 404 + ], + [ + 96, + 403 + ], + [ + 95, + 402 + ], + [ + 94, + 401 + ], + [ + 93, + 400 + ], + [ + 92, + 401 + ], + [ + 91, + 401 + ], + [ + 91, + 402 + ], + [ + 91, + 403 + ], + [ + 90, + 403 + ], + [ + 89, + 404 + ], + [ + 90, + 405 + ], + [ + 90, + 406 + ], + [ + 90, + 407 + ], + [ + 90, + 408 + ], + [ + 89, + 409 + ], + [ + 89, + 410 + ], + [ + 90, + 410 + ], + [ + 90, + 411 + ], + [ + 90, + 412 + ], + [ + 90, + 413 + ], + [ + 89, + 412 + ], + [ + 89, + 411 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 90, + 398 + ], + [ + 91, + 397 + ], + [ + 91, + 396 + ], + [ + 91, + 395 + ], + [ + 92, + 394 + ], + [ + 93, + 393 + ], + [ + 92, + 392 + ], + [ + 92, + 391 + ], + [ + 91, + 390 + ], + [ + 91, + 389 + ], + [ + 92, + 388 + ], + [ + 92, + 387 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 156, + 182 + ], + [ + 155, + 181 + ], + [ + 154, + 180 + ], + [ + 153, + 179 + ], + [ + 152, + 179 + ], + [ + 151, + 178 + ], + [ + 150, + 178 + ], + [ + 149, + 179 + ], + [ + 148, + 180 + ], + [ + 147, + 180 + ], + [ + 147, + 181 + ], + [ + 148, + 181 + ], + [ + 148, + 182 + ], + [ + 147, + 182 + ], + [ + 146, + 181 + ], + [ + 146, + 180 + ], + [ + 147, + 179 + ], + [ + 148, + 179 + ], + [ + 148, + 178 + ], + [ + 147, + 178 + ], + [ + 147, + 177 + ], + [ + 146, + 176 + ], + [ + 146, + 175 + ], + [ + 147, + 174 + ], + [ + 148, + 173 + ], + [ + 149, + 172 + ], + [ + 149, + 171 + ], + [ + 150, + 170 + ], + [ + 151, + 169 + ], + [ + 151, + 168 + ], + [ + 152, + 167 + ], + [ + 153, + 166 + ], + [ + 154, + 165 + ], + [ + 155, + 164 + ], + [ + 156, + 163 + ], + [ + 157, + 162 + ], + [ + 158, + 161 + ], + [ + 159, + 160 + ], + [ + 160, + 159 + ], + [ + 161, + 158 + ], + [ + 160, + 157 + ], + [ + 160, + 156 + ], + [ + 161, + 155 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 138, + 107 + ], + [ + 139, + 106 + ], + [ + 140, + 105 + ], + [ + 141, + 104 + ], + [ + 142, + 103 + ], + [ + 143, + 102 + ], + [ + 144, + 101 + ], + [ + 145, + 100 + ], + [ + 146, + 99 + ], + [ + 147, + 98 + ], + [ + 148, + 97 + ], + [ + 149, + 96 + ], + [ + 150, + 95 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 79, + 374 + ], + [ + 78, + 373 + ], + [ + 77, + 372 + ], + [ + 76, + 373 + ], + [ + 75, + 374 + ], + [ + 74, + 373 + ], + [ + 73, + 372 + ], + [ + 72, + 371 + ], + [ + 71, + 370 + ], + [ + 70, + 369 + ], + [ + 69, + 369 + ], + [ + 68, + 369 + ], + [ + 67, + 369 + ], + [ + 66, + 369 + ], + [ + 65, + 368 + ], + [ + 64, + 369 + ], + [ + 63, + 370 + ], + [ + 62, + 371 + ], + [ + 61, + 372 + ], + [ + 60, + 373 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 151, + 291 + ], + [ + 150, + 290 + ], + [ + 149, + 289 + ], + [ + 148, + 288 + ], + [ + 149, + 287 + ], + [ + 148, + 286 + ], + [ + 148, + 285 + ], + [ + 149, + 284 + ], + [ + 148, + 283 + ], + [ + 149, + 282 + ], + [ + 150, + 282 + ], + [ + 150, + 281 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 121, + 323 + ], + [ + 122, + 323 + ], + [ + 123, + 322 + ], + [ + 124, + 321 + ], + [ + 125, + 320 + ], + [ + 126, + 319 + ], + [ + 127, + 318 + ], + [ + 128, + 317 + ], + [ + 129, + 317 + ], + [ + 130, + 316 + ], + [ + 131, + 317 + ], + [ + 132, + 316 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 139, + 341 + ], + [ + 138, + 340 + ], + [ + 137, + 339 + ], + [ + 136, + 340 + ], + [ + 136, + 341 + ], + [ + 135, + 342 + ], + [ + 134, + 343 + ], + [ + 133, + 344 + ], + [ + 132, + 345 + ], + [ + 131, + 346 + ], + [ + 131, + 347 + ], + [ + 131, + 348 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 73, + 450 + ], + "area_fraction": 0.035 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 206, + 236 + ], + "area_fraction": 0.3397 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 235 + ], + "peak": [ + 30, + 272 + ], + "area_cells": 9303 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 57 + ], + "peak": [ + 31, + 43 + ], + "area_cells": 2187 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 141 + ], + "peak": [ + 23, + 149 + ], + "area_cells": 338 + }, + { + "id": "range_5", + "name": null, + "center": [ + 42, + 223 + ], + "peak": [ + 41, + 223 + ], + "area_cells": 327 + }, + { + "id": "range_7", + "name": null, + "center": [ + 56, + 275 + ], + "peak": [ + 58, + 272 + ], + "area_cells": 118 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 53 + ], + "peak": [ + 80, + 54 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 84, + 102 + ], + "peak": [ + 85, + 102 + ], + "area_cells": 75 + }, + { + "id": "range_10", + "name": null, + "center": [ + 118, + 328 + ], + "peak": [ + 121, + 323 + ], + "area_cells": 315 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ad/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/globe.png new file mode 100644 index 000000000..255a514cc Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ad/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/heightmap.png new file mode 100644 index 000000000..226320dde Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ad/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/index.md new file mode 100644 index 000000000..97743b71b --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ752Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3975882366 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.384 + period_days: 130.0 + axial_tilt_deg: 21.1 +physical: + gravity_g: 0.48 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.147 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.387 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ752Ad + +Frozen planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ad/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/markers.json new file mode 100644 index 000000000..28690ca70 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ad/markers.json @@ -0,0 +1,400 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 154, + 137 + ], + [ + 153, + 136 + ], + [ + 152, + 135 + ], + [ + 151, + 136 + ], + [ + 150, + 135 + ], + [ + 149, + 134 + ], + [ + 148, + 133 + ], + [ + 147, + 132 + ], + [ + 146, + 131 + ], + [ + 145, + 130 + ], + [ + 144, + 129 + ], + [ + 144, + 128 + ], + [ + 145, + 127 + ], + [ + 145, + 126 + ], + [ + 144, + 125 + ], + [ + 144, + 126 + ], + [ + 143, + 126 + ], + [ + 143, + 125 + ], + [ + 142, + 124 + ], + [ + 142, + 123 + ], + [ + 143, + 124 + ], + [ + 142, + 125 + ], + [ + 141, + 124 + ], + [ + 140, + 124 + ], + [ + 141, + 123 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 114, + 231 + ], + [ + 113, + 231 + ], + [ + 112, + 232 + ], + [ + 111, + 232 + ], + [ + 110, + 232 + ], + [ + 109, + 233 + ], + [ + 108, + 233 + ], + [ + 109, + 234 + ], + [ + 108, + 234 + ], + [ + 107, + 235 + ], + [ + 107, + 236 + ], + [ + 106, + 237 + ], + [ + 106, + 238 + ], + [ + 107, + 237 + ], + [ + 106, + 236 + ], + [ + 106, + 235 + ], + [ + 105, + 234 + ], + [ + 104, + 235 + ], + [ + 104, + 236 + ], + [ + 103, + 236 + ], + [ + 102, + 237 + ], + [ + 101, + 236 + ], + [ + 100, + 236 + ], + [ + 99, + 235 + ], + [ + 98, + 234 + ], + [ + 97, + 235 + ], + [ + 96, + 235 + ], + [ + 95, + 234 + ], + [ + 94, + 233 + ], + [ + 93, + 233 + ], + [ + 92, + 232 + ], + [ + 91, + 231 + ], + [ + 90, + 230 + ], + [ + 90, + 229 + ], + [ + 90, + 228 + ], + [ + 90, + 227 + ], + [ + 89, + 227 + ], + [ + 90, + 226 + ], + [ + 89, + 225 + ], + [ + 88, + 224 + ], + [ + 89, + 223 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 39, + 244 + ], + "area_fraction": 0.0477 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 14, + 462 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 56, + 69 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 117, + 80 + ], + "peak": [ + 115, + 88 + ], + "area_cells": 851 + }, + { + "id": "range_2", + "name": null, + "center": [ + 127, + 326 + ], + "peak": [ + 127, + 319 + ], + "area_cells": 344 + }, + { + "id": "range_3", + "name": null, + "center": [ + 123, + 137 + ], + "peak": [ + 124, + 137 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 142, + 84 + ], + "peak": [ + 144, + 84 + ], + "area_cells": 77 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 102 + ], + "peak": [ + 152, + 103 + ], + "area_cells": 79 + }, + { + "id": "range_9", + "name": null, + "center": [ + 174, + 386 + ], + "peak": [ + 173, + 387 + ], + "area_cells": 254 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ae/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/globe.png new file mode 100644 index 000000000..ab9f762a8 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ae/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/heightmap.png new file mode 100644 index 000000000..e3dfbb5db Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ae/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/index.md new file mode 100644 index 000000000..942c174c1 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ752Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2303770605 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 37.5 +physical: + gravity_g: 0.38 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.88 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ752Ae + +Frozen planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ae/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/markers.json new file mode 100644 index 000000000..128d7d80c --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ae/markers.json @@ -0,0 +1,250 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 19, + 85 + ], + "area_fraction": 0.0488 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 25, + 405 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 13, + 475 + ], + "area_fraction": 0.0126 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 221, + 44 + ], + "area_fraction": 0.0215 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 188 + ], + "peak": [ + 49, + 188 + ], + "area_cells": 67 + }, + { + "id": "range_2", + "name": null, + "center": [ + 141, + 294 + ], + "peak": [ + 113, + 268 + ], + "area_cells": 22969 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 232 + ], + "peak": [ + 51, + 232 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 493 + ], + "peak": [ + 54, + 494 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 134, + 31 + ], + "peak": [ + 137, + 7 + ], + "area_cells": 3055 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 491 + ], + "peak": [ + 136, + 511 + ], + "area_cells": 1582 + }, + { + "id": "range_9", + "name": null, + "center": [ + 162, + 114 + ], + "peak": [ + 166, + 94 + ], + "area_cells": 1414 + }, + { + "id": "range_10", + "name": null, + "center": [ + 172, + 50 + ], + "peak": [ + 173, + 51 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 296 + ], + "peak": [ + 188, + 297 + ], + "area_cells": 25 + }, + { + "id": "range_13", + "name": null, + "center": [ + 207, + 245 + ], + "peak": [ + 208, + 247 + ], + "area_cells": 67 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 487 + ], + "peak": [ + 207, + 488 + ], + "area_cells": 22 + }, + { + "id": "range_15", + "name": null, + "center": [ + 220, + 272 + ], + "peak": [ + 227, + 272 + ], + "area_cells": 134 + }, + { + "id": "range_16", + "name": null, + "center": [ + 213, + 348 + ], + "peak": [ + 211, + 348 + ], + "area_cells": 74 + }, + { + "id": "range_17", + "name": null, + "center": [ + 223, + 289 + ], + "peak": [ + 225, + 288 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 236, + 465 + ], + "peak": [ + 236, + 465 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Af/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Af/globe.png new file mode 100644 index 000000000..5126e02b5 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Af/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Af/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Af/heightmap.png new file mode 100644 index 000000000..b4b2dfdf8 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Af/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Af/index.md new file mode 100644 index 000000000..00774529a --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ752Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2246212446 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 49.9 +physical: + gravity_g: 0.28 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.75 + polar_ice_lat: 0.094 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.395 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ752Af + +Frozen planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Af/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Af/markers.json new file mode 100644 index 000000000..56f8e05b9 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Af/markers.json @@ -0,0 +1,221 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 43, + 99 + ], + "area_fraction": 0.1118 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 310 + ], + "area_fraction": 0.006 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 46, + 462 + ], + "area_fraction": 0.0669 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 61, + 353 + ], + "area_fraction": 0.0292 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 68, + 221 + ], + "area_fraction": 0.0156 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 250 + ], + "peak": [ + 102, + 252 + ], + "area_cells": 53 + }, + { + "id": "range_2", + "name": null, + "center": [ + 111, + 198 + ], + "peak": [ + 112, + 199 + ], + "area_cells": 119 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 351 + ], + "peak": [ + 121, + 352 + ], + "area_cells": 79 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 209 + ], + "peak": [ + 144, + 210 + ], + "area_cells": 174 + }, + { + "id": "range_6", + "name": null, + "center": [ + 141, + 242 + ], + "peak": [ + 141, + 244 + ], + "area_cells": 61 + }, + { + "id": "range_7", + "name": null, + "center": [ + 141, + 335 + ], + "peak": [ + 142, + 335 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 222, + 94 + ], + "peak": [ + 247, + 118 + ], + "area_cells": 11018 + }, + { + "id": "range_9", + "name": null, + "center": [ + 231, + 469 + ], + "peak": [ + 235, + 493 + ], + "area_cells": 3214 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 501 + ], + "peak": [ + 196, + 501 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 222, + 349 + ], + "peak": [ + 220, + 335 + ], + "area_cells": 2522 + }, + { + "id": "range_13", + "name": null, + "center": [ + 228, + 396 + ], + "peak": [ + 223, + 391 + ], + "area_cells": 221 + }, + { + "id": "range_16", + "name": null, + "center": [ + 252, + 409 + ], + "peak": [ + 255, + 415 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ag/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/globe.png new file mode 100644 index 000000000..c93c35430 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ag/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/heightmap.png new file mode 100644 index 000000000..be5f083ed Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ag/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/index.md new file mode 100644 index 000000000..f7a6bf547 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ752Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 733156149 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.113 + period_days: 3000.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.109 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ752Ag + +Frozen planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ag/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/markers.json new file mode 100644 index 000000000..6fb4cc52e --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ag/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 208, + 460 + ], + "area_fraction": 0.047 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 223, + 230 + ], + "area_fraction": 0.0934 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 245, + 368 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 402 + ], + "peak": [ + 11, + 404 + ], + "area_cells": 183 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 211 + ], + "peak": [ + 18, + 208 + ], + "area_cells": 442 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 26 + ], + "peak": [ + 33, + 7 + ], + "area_cells": 1949 + }, + { + "id": "range_6", + "name": null, + "center": [ + 33, + 496 + ], + "peak": [ + 33, + 502 + ], + "area_cells": 705 + }, + { + "id": "range_10", + "name": null, + "center": [ + 33, + 264 + ], + "peak": [ + 32, + 264 + ], + "area_cells": 25 + }, + { + "id": "range_11", + "name": null, + "center": [ + 42, + 303 + ], + "peak": [ + 49, + 287 + ], + "area_cells": 979 + }, + { + "id": "range_18", + "name": null, + "center": [ + 41, + 240 + ], + "peak": [ + 43, + 247 + ], + "area_cells": 115 + }, + { + "id": "range_19", + "name": null, + "center": [ + 64, + 193 + ], + "peak": [ + 63, + 201 + ], + "area_cells": 317 + }, + { + "id": "range_20", + "name": null, + "center": [ + 60, + 26 + ], + "peak": [ + 64, + 40 + ], + "area_cells": 111 + }, + { + "id": "range_23", + "name": null, + "center": [ + 80, + 184 + ], + "peak": [ + 83, + 186 + ], + "area_cells": 109 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ah/globe.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/globe.png new file mode 100644 index 000000000..46e54480f Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/globe.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ah/heightmap.png b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/heightmap.png new file mode 100644 index 000000000..5ba63a3a0 Binary files /dev/null and b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ah/index.md b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/index.md new file mode 100644 index 000000000..4a9368717 --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ752Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 605568116 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.785 + period_days: 7600.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.07 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.196 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ752Ah + +Frozen planet. + +**System:** [GJ-752A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 7600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-752A/bodies/GJ752Ah/markers.json b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/markers.json new file mode 100644 index 000000000..542cbeafc --- /dev/null +++ b/wiki/star-systems/GJ-752A/bodies/GJ752Ah/markers.json @@ -0,0 +1,113 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 35, + 276 + ], + "area_fraction": 0.1439 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 233, + 367 + ], + "area_fraction": 0.0237 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 173 + ], + "peak": [ + 153, + 176 + ], + "area_cells": 25720 + }, + { + "id": "range_3", + "name": null, + "center": [ + 124, + 500 + ], + "peak": [ + 124, + 501 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 133, + 454 + ], + "peak": [ + 136, + 458 + ], + "area_cells": 199 + }, + { + "id": "range_5", + "name": null, + "center": [ + 128, + 481 + ], + "peak": [ + 128, + 482 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 175, + 479 + ], + "peak": [ + 189, + 463 + ], + "area_cells": 2366 + }, + { + "id": "range_7", + "name": null, + "center": [ + 188, + 307 + ], + "peak": [ + 189, + 308 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ754b/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754b/globe.png new file mode 100644 index 000000000..620e7a67a Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754b/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754b/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754b/heightmap.png new file mode 100644 index 000000000..76de1eb4a Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754b/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754b/index.md b/wiki/star-systems/GJ-754/bodies/GJ754b/index.md new file mode 100644 index 000000000..d35dca986 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ754b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3933285922 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 3.1 +physical: + gravity_g: 0.29 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.935 + polar_ice_lat: 0.971 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ754b + +Barren planet. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.29g | +| **Land** | 94% | +| **Year** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754b/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754b/markers.json new file mode 100644 index 000000000..508f79298 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754b/markers.json @@ -0,0 +1,646 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 186, + 258 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 179, + 307 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 12 + ], + "peak": [ + 8, + 3 + ], + "area_cells": 327 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 433 + ], + "peak": [ + 46, + 445 + ], + "area_cells": 1209 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 495 + ], + "peak": [ + 6, + 511 + ], + "area_cells": 506 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 37 + ], + "peak": [ + 16, + 39 + ], + "area_cells": 42 + }, + { + "id": "range_9", + "name": null, + "center": [ + 22, + 61 + ], + "peak": [ + 25, + 61 + ], + "area_cells": 289 + }, + { + "id": "range_10", + "name": null, + "center": [ + 25, + 261 + ], + "peak": [ + 28, + 274 + ], + "area_cells": 427 + }, + { + "id": "range_12", + "name": null, + "center": [ + 25, + 466 + ], + "peak": [ + 24, + 467 + ], + "area_cells": 122 + }, + { + "id": "range_14", + "name": null, + "center": [ + 40, + 382 + ], + "peak": [ + 34, + 392 + ], + "area_cells": 461 + }, + { + "id": "range_17", + "name": null, + "center": [ + 91, + 487 + ], + "peak": [ + 88, + 479 + ], + "area_cells": 1438 + }, + { + "id": "range_18", + "name": null, + "center": [ + 51, + 501 + ], + "peak": [ + 58, + 511 + ], + "area_cells": 213 + }, + { + "id": "range_19", + "name": null, + "center": [ + 51, + 109 + ], + "peak": [ + 51, + 110 + ], + "area_cells": 39 + }, + { + "id": "range_21", + "name": null, + "center": [ + 84, + 7 + ], + "peak": [ + 83, + 5 + ], + "area_cells": 664 + }, + { + "id": "range_22", + "name": null, + "center": [ + 67, + 190 + ], + "peak": [ + 61, + 196 + ], + "area_cells": 335 + }, + { + "id": "range_23", + "name": null, + "center": [ + 65, + 219 + ], + "peak": [ + 62, + 211 + ], + "area_cells": 505 + }, + { + "id": "range_24", + "name": null, + "center": [ + 63, + 261 + ], + "peak": [ + 65, + 261 + ], + "area_cells": 163 + }, + { + "id": "range_25", + "name": null, + "center": [ + 60, + 63 + ], + "peak": [ + 61, + 64 + ], + "area_cells": 36 + }, + { + "id": "range_26", + "name": null, + "center": [ + 69, + 36 + ], + "peak": [ + 72, + 39 + ], + "area_cells": 31 + }, + { + "id": "range_27", + "name": null, + "center": [ + 76, + 128 + ], + "peak": [ + 67, + 141 + ], + "area_cells": 213 + }, + { + "id": "range_34", + "name": null, + "center": [ + 93, + 113 + ], + "peak": [ + 94, + 106 + ], + "area_cells": 396 + }, + { + "id": "range_35", + "name": null, + "center": [ + 89, + 330 + ], + "peak": [ + 86, + 327 + ], + "area_cells": 89 + }, + { + "id": "range_36", + "name": null, + "center": [ + 109, + 67 + ], + "peak": [ + 110, + 67 + ], + "area_cells": 45 + }, + { + "id": "range_37", + "name": null, + "center": [ + 110, + 202 + ], + "peak": [ + 110, + 201 + ], + "area_cells": 51 + }, + { + "id": "range_39", + "name": null, + "center": [ + 136, + 135 + ], + "peak": [ + 144, + 132 + ], + "area_cells": 631 + }, + { + "id": "range_40", + "name": null, + "center": [ + 119, + 238 + ], + "peak": [ + 119, + 241 + ], + "area_cells": 37 + }, + { + "id": "range_41", + "name": null, + "center": [ + 134, + 51 + ], + "peak": [ + 126, + 32 + ], + "area_cells": 1314 + }, + { + "id": "range_42", + "name": null, + "center": [ + 121, + 463 + ], + "peak": [ + 122, + 465 + ], + "area_cells": 47 + }, + { + "id": "range_46", + "name": null, + "center": [ + 127, + 172 + ], + "peak": [ + 127, + 172 + ], + "area_cells": 60 + }, + { + "id": "range_48", + "name": null, + "center": [ + 138, + 280 + ], + "peak": [ + 142, + 288 + ], + "area_cells": 116 + }, + { + "id": "range_49", + "name": null, + "center": [ + 135, + 230 + ], + "peak": [ + 135, + 230 + ], + "area_cells": 45 + }, + { + "id": "range_52", + "name": null, + "center": [ + 140, + 160 + ], + "peak": [ + 140, + 160 + ], + "area_cells": 35 + }, + { + "id": "range_53", + "name": null, + "center": [ + 148, + 241 + ], + "peak": [ + 147, + 241 + ], + "area_cells": 95 + }, + { + "id": "range_54", + "name": null, + "center": [ + 153, + 110 + ], + "peak": [ + 153, + 110 + ], + "area_cells": 79 + }, + { + "id": "range_55", + "name": null, + "center": [ + 156, + 449 + ], + "peak": [ + 157, + 449 + ], + "area_cells": 37 + }, + { + "id": "range_56", + "name": null, + "center": [ + 165, + 246 + ], + "peak": [ + 163, + 249 + ], + "area_cells": 89 + }, + { + "id": "range_58", + "name": null, + "center": [ + 167, + 402 + ], + "peak": [ + 164, + 403 + ], + "area_cells": 29 + }, + { + "id": "range_59", + "name": null, + "center": [ + 169, + 371 + ], + "peak": [ + 168, + 377 + ], + "area_cells": 95 + }, + { + "id": "range_61", + "name": null, + "center": [ + 180, + 157 + ], + "peak": [ + 183, + 155 + ], + "area_cells": 242 + }, + { + "id": "range_62", + "name": null, + "center": [ + 185, + 185 + ], + "peak": [ + 185, + 186 + ], + "area_cells": 52 + }, + { + "id": "range_65", + "name": null, + "center": [ + 189, + 93 + ], + "peak": [ + 190, + 92 + ], + "area_cells": 71 + }, + { + "id": "range_68", + "name": null, + "center": [ + 210, + 158 + ], + "peak": [ + 218, + 163 + ], + "area_cells": 165 + }, + { + "id": "range_69", + "name": null, + "center": [ + 203, + 380 + ], + "peak": [ + 204, + 380 + ], + "area_cells": 20 + }, + { + "id": "range_71", + "name": null, + "center": [ + 224, + 77 + ], + "peak": [ + 224, + 76 + ], + "area_cells": 81 + }, + { + "id": "range_72", + "name": null, + "center": [ + 243, + 479 + ], + "peak": [ + 250, + 494 + ], + "area_cells": 769 + }, + { + "id": "range_76", + "name": null, + "center": [ + 243, + 157 + ], + "peak": [ + 239, + 161 + ], + "area_cells": 129 + }, + { + "id": "range_83", + "name": null, + "center": [ + 248, + 388 + ], + "peak": [ + 249, + 379 + ], + "area_cells": 953 + }, + { + "id": "range_85", + "name": null, + "center": [ + 250, + 10 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 238 + }, + { + "id": "range_86", + "name": null, + "center": [ + 247, + 127 + ], + "peak": [ + 248, + 127 + ], + "area_cells": 54 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-754/bodies/GJ754c/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754c/globe.png new file mode 100644 index 000000000..dba1224e8 Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754c/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754c/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754c/heightmap.png new file mode 100644 index 000000000..d4185b58a Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754c/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754c/index.md b/wiki/star-systems/GJ-754/bodies/GJ754c/index.md new file mode 100644 index 000000000..ac4c651a9 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ754c +name: Miryang +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 2130096111 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.091 + period_days: 15.0 + axial_tilt_deg: 2.3 +physical: + gravity_g: 0.8 + oblateness: 0.0017 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.631 + polar_ice_lat: 0.817 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Miryang + +Temperate Terminator planet. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 63% | +| **Year** | 15 days | +| **Inhabited** | yes | +| **Population** | 240K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754c/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754c/markers.json new file mode 100644 index 000000000..2f2049e8e --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754c/markers.json @@ -0,0 +1,627 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 113, + 3 + ], + [ + 114, + 3 + ], + [ + 115, + 4 + ], + [ + 116, + 5 + ], + [ + 117, + 6 + ], + [ + 118, + 7 + ], + [ + 119, + 8 + ], + [ + 120, + 8 + ], + [ + 121, + 8 + ], + [ + 122, + 9 + ], + [ + 122, + 10 + ], + [ + 121, + 10 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 142, + 320 + ], + [ + 141, + 320 + ], + [ + 142, + 319 + ], + [ + 143, + 318 + ], + [ + 144, + 318 + ], + [ + 145, + 317 + ], + [ + 146, + 317 + ], + [ + 147, + 317 + ], + [ + 148, + 316 + ], + [ + 149, + 315 + ], + [ + 150, + 314 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 243, + 83 + ], + [ + 244, + 83 + ], + [ + 245, + 82 + ], + [ + 246, + 82 + ], + [ + 247, + 81 + ], + [ + 248, + 80 + ], + [ + 249, + 79 + ], + [ + 250, + 79 + ], + [ + 251, + 80 + ], + [ + 252, + 80 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 142, + 141 + ], + [ + 141, + 142 + ], + [ + 140, + 143 + ], + [ + 139, + 143 + ], + [ + 138, + 144 + ], + [ + 137, + 144 + ], + [ + 136, + 143 + ], + [ + 135, + 142 + ], + [ + 134, + 141 + ], + [ + 133, + 141 + ], + [ + 132, + 140 + ], + [ + 131, + 139 + ], + [ + 130, + 138 + ], + [ + 129, + 137 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 83, + 207 + ], + [ + 82, + 206 + ], + [ + 82, + 205 + ], + [ + 81, + 204 + ], + [ + 80, + 203 + ], + [ + 79, + 202 + ], + [ + 78, + 201 + ], + [ + 77, + 200 + ], + [ + 76, + 199 + ], + [ + 75, + 198 + ], + [ + 74, + 197 + ], + [ + 73, + 196 + ], + [ + 72, + 195 + ], + [ + 71, + 196 + ], + [ + 70, + 197 + ], + [ + 69, + 197 + ], + [ + 68, + 198 + ], + [ + 67, + 199 + ], + [ + 66, + 200 + ], + [ + 66, + 201 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 114, + 511 + ], + [ + 113, + 510 + ], + [ + 113, + 509 + ], + [ + 112, + 508 + ], + [ + 111, + 507 + ], + [ + 110, + 506 + ], + [ + 110, + 505 + ], + [ + 109, + 505 + ], + [ + 110, + 504 + ], + [ + 110, + 503 + ], + [ + 111, + 502 + ], + [ + 110, + 501 + ], + [ + 110, + 500 + ], + [ + 109, + 499 + ], + [ + 109, + 498 + ], + [ + 108, + 497 + ], + [ + 109, + 497 + ], + [ + 109, + 496 + ], + [ + 109, + 495 + ], + [ + 110, + 494 + ], + [ + 111, + 494 + ], + [ + 111, + 493 + ], + [ + 112, + 492 + ], + [ + 112, + 491 + ], + [ + 112, + 490 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 163, + 467 + ], + [ + 164, + 466 + ], + [ + 165, + 465 + ], + [ + 166, + 465 + ], + [ + 167, + 464 + ], + [ + 168, + 463 + ], + [ + 169, + 462 + ], + [ + 170, + 461 + ], + [ + 171, + 460 + ], + [ + 172, + 459 + ], + [ + 172, + 458 + ], + [ + 173, + 457 + ], + [ + 172, + 456 + ], + [ + 171, + 455 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 116, + 256 + ], + [ + 115, + 256 + ], + [ + 114, + 257 + ], + [ + 113, + 258 + ], + [ + 112, + 259 + ], + [ + 111, + 260 + ], + [ + 110, + 261 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 352 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 134, + 231 + ], + "area_fraction": 0.3479 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 90 + ], + "peak": [ + 19, + 104 + ], + "area_cells": 1452 + }, + { + "id": "range_2", + "name": null, + "center": [ + 28, + 466 + ], + "peak": [ + 25, + 465 + ], + "area_cells": 436 + }, + { + "id": "range_3", + "name": null, + "center": [ + 63, + 307 + ], + "peak": [ + 65, + 329 + ], + "area_cells": 412 + }, + { + "id": "range_4", + "name": null, + "center": [ + 208, + 223 + ], + "peak": [ + 209, + 224 + ], + "area_cells": 217 + }, + { + "id": "range_5", + "name": null, + "center": [ + 220, + 455 + ], + "peak": [ + 229, + 443 + ], + "area_cells": 262 + }, + { + "id": "range_6", + "name": null, + "center": [ + 239, + 404 + ], + "peak": [ + 236, + 394 + ], + "area_cells": 265 + }, + { + "id": "range_7", + "name": null, + "center": [ + 233, + 416 + ], + "peak": [ + 232, + 420 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-754/bodies/GJ754d/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754d/globe.png new file mode 100644 index 000000000..f83024b31 Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754d/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754d/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754d/heightmap.png new file mode 100644 index 000000000..5515c82ab Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754d/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754d/index.md b/wiki/star-systems/GJ-754/bodies/GJ754d/index.md new file mode 100644 index 000000000..196b3a8a5 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ754d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 97393260 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.296 + period_days: 88.0 + axial_tilt_deg: 41.1 +physical: + gravity_g: 0.43 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.354 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ754d + +Frozen planet. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 88 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754d/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754d/markers.json new file mode 100644 index 000000000..e0d4ca28d --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754d/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 441 + ], + [ + 1, + 441 + ], + [ + 1, + 442 + ], + [ + 1, + 443 + ], + [ + 2, + 442 + ], + [ + 2, + 443 + ], + [ + 3, + 442 + ], + [ + 4, + 443 + ], + [ + 5, + 443 + ], + [ + 6, + 443 + ], + [ + 5, + 444 + ], + [ + 5, + 445 + ], + [ + 4, + 446 + ], + [ + 3, + 445 + ], + [ + 3, + 446 + ], + [ + 2, + 445 + ], + [ + 2, + 446 + ], + [ + 3, + 447 + ], + [ + 2, + 448 + ], + [ + 2, + 449 + ], + [ + 3, + 449 + ], + [ + 2, + 450 + ], + [ + 2, + 451 + ], + [ + 3, + 452 + ], + [ + 4, + 453 + ], + [ + 5, + 454 + ], + [ + 4, + 454 + ], + [ + 3, + 454 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 30, + 300 + ], + [ + 29, + 300 + ], + [ + 28, + 299 + ], + [ + 27, + 298 + ], + [ + 26, + 297 + ], + [ + 25, + 296 + ], + [ + 25, + 295 + ], + [ + 24, + 295 + ], + [ + 24, + 296 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 124 + ], + "area_fraction": 0.0148 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 44, + 329 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 92 + ], + "peak": [ + 109, + 91 + ], + "area_cells": 139 + }, + { + "id": "range_2", + "name": null, + "center": [ + 138, + 98 + ], + "peak": [ + 150, + 84 + ], + "area_cells": 1386 + }, + { + "id": "range_3", + "name": null, + "center": [ + 131, + 318 + ], + "peak": [ + 124, + 317 + ], + "area_cells": 2608 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 156 + ], + "peak": [ + 126, + 157 + ], + "area_cells": 651 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 82 + ], + "peak": [ + 121, + 82 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 128, + 202 + ], + "peak": [ + 129, + 202 + ], + "area_cells": 196 + }, + { + "id": "range_8", + "name": null, + "center": [ + 137, + 436 + ], + "peak": [ + 139, + 437 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 156, + 448 + ], + "peak": [ + 156, + 448 + ], + "area_cells": 56 + }, + { + "id": "range_11", + "name": null, + "center": [ + 161, + 220 + ], + "peak": [ + 159, + 227 + ], + "area_cells": 266 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-754/bodies/GJ754e-m1/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/globe.png new file mode 100644 index 000000000..ef338c458 Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754e-m1/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/heightmap.png new file mode 100644 index 000000000..b571b1e0b Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754e-m1/index.md b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/index.md new file mode 100644 index 000000000..cb3d9b494 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ754e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3297409994 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 43.1 +physical: + gravity_g: 0.1 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.444 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ754e-m1 + +Frozen moon. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 93% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754e-m1/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/markers.json new file mode 100644 index 000000000..84675edfe --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754e-m1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 246 + ], + "area_fraction": 0.0517 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 74, + 208 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 172, + 241 + ], + "peak": [ + 200, + 7 + ], + "area_cells": 25013 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 133 + ], + "peak": [ + 110, + 134 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 45 + ], + "peak": [ + 118, + 45 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 117, + 479 + ], + "peak": [ + 117, + 479 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 118, + 496 + ], + "peak": [ + 117, + 497 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 130, + 505 + ], + "peak": [ + 133, + 506 + ], + "area_cells": 194 + }, + { + "id": "range_13", + "name": null, + "center": [ + 227, + 339 + ], + "peak": [ + 224, + 345 + ], + "area_cells": 310 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-754/bodies/GJ754e/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754e/globe.png new file mode 100644 index 000000000..be8b44142 Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754e/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754e/index.md b/wiki/star-systems/GJ-754/bodies/GJ754e/index.md new file mode 100644 index 000000000..c5a101323 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ754e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 618619888 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.785 + period_days: 380.0 + axial_tilt_deg: 6.1 +physical: + gravity_g: null + oblateness: 0.0636 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.378 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.112 +rings: + enabled: true + inner_radius_factor: 1.24 + outer_radius_factor: 2.36 + opacity_base: 0.47 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ754e + +Gas giant. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754f/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754f/globe.png new file mode 100644 index 000000000..06e4e6adf Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754f/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754f/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754f/heightmap.png new file mode 100644 index 000000000..8c5d92a4a Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754f/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754f/index.md b/wiki/star-systems/GJ-754/bodies/GJ754f/index.md new file mode 100644 index 000000000..8268bb4a4 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ754f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 443813059 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.69 + period_days: 1200.0 + axial_tilt_deg: 46.9 +physical: + gravity_g: 0.35 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.76 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.408 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ754f + +Frozen planet. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754f/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754f/markers.json new file mode 100644 index 000000000..a02e4ca9b --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754f/markers.json @@ -0,0 +1,153 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 171, + 302 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 209, + 113 + ], + "area_fraction": 0.1485 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 211, + 317 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 220, + 481 + ], + "area_fraction": 0.0213 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 193, + 408 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 248, + 374 + ], + "area_fraction": 0.0176 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 272 + ], + "peak": [ + 8, + 474 + ], + "area_cells": 35366 + }, + { + "id": "range_3", + "name": null, + "center": [ + 68, + 32 + ], + "peak": [ + 68, + 35 + ], + "area_cells": 198 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 362 + ], + "peak": [ + 91, + 362 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 108, + 478 + ], + "peak": [ + 109, + 475 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 115, + 101 + ], + "peak": [ + 115, + 99 + ], + "area_cells": 65 + }, + { + "id": "range_8", + "name": null, + "center": [ + 123, + 126 + ], + "peak": [ + 124, + 127 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-754/bodies/GJ754g/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754g/globe.png new file mode 100644 index 000000000..c876441ca Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754g/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754g/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754g/heightmap.png new file mode 100644 index 000000000..7a84c594d Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754g/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754g/index.md b/wiki/star-systems/GJ-754/bodies/GJ754g/index.md new file mode 100644 index 000000000..20d67a0d6 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ754g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 529710150 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.182 + period_days: 3100.0 + axial_tilt_deg: 53.0 +physical: + gravity_g: 0.26 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.786 + polar_ice_lat: 0.146 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.332 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ754g + +Frozen planet. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 3100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754g/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754g/markers.json new file mode 100644 index 000000000..7a7497148 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754g/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 90 + ], + "area_fraction": 0.0903 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 364 + ], + "area_fraction": 0.0844 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 125, + 187 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 371 + ], + "peak": [ + 80, + 370 + ], + "area_cells": 181 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 434 + ], + "peak": [ + 71, + 439 + ], + "area_cells": 198 + }, + { + "id": "range_7", + "name": null, + "center": [ + 130, + 88 + ], + "peak": [ + 133, + 91 + ], + "area_cells": 352 + }, + { + "id": "range_9", + "name": null, + "center": [ + 209, + 334 + ], + "peak": [ + 219, + 369 + ], + "area_cells": 7573 + }, + { + "id": "range_10", + "name": null, + "center": [ + 171, + 476 + ], + "peak": [ + 172, + 475 + ], + "area_cells": 156 + }, + { + "id": "range_11", + "name": null, + "center": [ + 190, + 72 + ], + "peak": [ + 183, + 72 + ], + "area_cells": 1582 + }, + { + "id": "range_12", + "name": null, + "center": [ + 171, + 304 + ], + "peak": [ + 171, + 303 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 173, + 442 + ], + "peak": [ + 173, + 445 + ], + "area_cells": 145 + }, + { + "id": "range_14", + "name": null, + "center": [ + 206, + 51 + ], + "peak": [ + 206, + 54 + ], + "area_cells": 194 + }, + { + "id": "range_16", + "name": null, + "center": [ + 241, + 429 + ], + "peak": [ + 242, + 418 + ], + "area_cells": 955 + }, + { + "id": "range_17", + "name": null, + "center": [ + 230, + 467 + ], + "peak": [ + 230, + 464 + ], + "area_cells": 202 + }, + { + "id": "range_18", + "name": null, + "center": [ + 253, + 19 + ], + "peak": [ + 255, + 18 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-754/bodies/GJ754h/globe.png b/wiki/star-systems/GJ-754/bodies/GJ754h/globe.png new file mode 100644 index 000000000..0c0925a9e Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754h/globe.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754h/heightmap.png b/wiki/star-systems/GJ-754/bodies/GJ754h/heightmap.png new file mode 100644 index 000000000..d06cf6978 Binary files /dev/null and b/wiki/star-systems/GJ-754/bodies/GJ754h/heightmap.png differ diff --git a/wiki/star-systems/GJ-754/bodies/GJ754h/index.md b/wiki/star-systems/GJ-754/bodies/GJ754h/index.md new file mode 100644 index 000000000..b538206d4 --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ754h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 641052321 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.58 + period_days: 7200.0 + axial_tilt_deg: 19.9 +physical: + gravity_g: 0.11 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.739 + polar_ice_lat: 0.245 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.414 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ754h + +Frozen planet. + +**System:** [GJ-754](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 7200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-754/bodies/GJ754h/markers.json b/wiki/star-systems/GJ-754/bodies/GJ754h/markers.json new file mode 100644 index 000000000..c4079880e --- /dev/null +++ b/wiki/star-systems/GJ-754/bodies/GJ754h/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 27 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 25, + 325 + ], + "area_fraction": 0.1456 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 113, + 278 + ], + "area_fraction": 0.0468 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 104, + 153 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 165, + 363 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 135, + 16 + ], + "peak": [ + 143, + 21 + ], + "area_cells": 1576 + }, + { + "id": "range_2", + "name": null, + "center": [ + 140, + 498 + ], + "peak": [ + 134, + 511 + ], + "area_cells": 1116 + }, + { + "id": "range_5", + "name": null, + "center": [ + 151, + 51 + ], + "peak": [ + 152, + 52 + ], + "area_cells": 68 + }, + { + "id": "range_6", + "name": null, + "center": [ + 211, + 160 + ], + "peak": [ + 239, + 202 + ], + "area_cells": 15589 + }, + { + "id": "range_7", + "name": null, + "center": [ + 167, + 451 + ], + "peak": [ + 170, + 455 + ], + "area_cells": 400 + }, + { + "id": "range_9", + "name": null, + "center": [ + 235, + 449 + ], + "peak": [ + 243, + 483 + ], + "area_cells": 3840 + }, + { + "id": "range_10", + "name": null, + "center": [ + 193, + 432 + ], + "peak": [ + 192, + 434 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 203, + 508 + ], + "peak": [ + 203, + 509 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 213, + 434 + ], + "peak": [ + 211, + 435 + ], + "area_cells": 34 + }, + { + "id": "range_13", + "name": null, + "center": [ + 250, + 20 + ], + "peak": [ + 252, + 35 + ], + "area_cells": 475 + }, + { + "id": "range_14", + "name": null, + "center": [ + 253, + 50 + ], + "peak": [ + 255, + 48 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ7547b/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547b/globe.png new file mode 100644 index 000000000..624e330c8 Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547b/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547b/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547b/heightmap.png new file mode 100644 index 000000000..315aedfe5 Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547b/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547b/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547b/index.md new file mode 100644 index 000000000..b0187fe68 --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ7547b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 536166597 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 8.6 +physical: + gravity_g: 0.41 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.969 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ7547b + +Barren planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.41g | +| **Land** | 90% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547b/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547b/markers.json new file mode 100644 index 000000000..1a2bd934b --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547b/markers.json @@ -0,0 +1,354 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 60, + 114 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 68, + 163 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_69", + "name": null, + "kind": "sea", + "center": [ + 238, + 386 + ], + "area_fraction": 0.0209 + }, + { + "id": "water_70", + "name": null, + "kind": "lake", + "center": [ + 239, + 213 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 122 + ], + "peak": [ + 0, + 125 + ], + "area_cells": 77 + }, + { + "id": "range_5", + "name": null, + "center": [ + 62, + 419 + ], + "peak": [ + 82, + 408 + ], + "area_cells": 850 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 318 + ], + "peak": [ + 50, + 320 + ], + "area_cells": 102 + }, + { + "id": "range_10", + "name": null, + "center": [ + 60, + 302 + ], + "peak": [ + 58, + 301 + ], + "area_cells": 155 + }, + { + "id": "range_11", + "name": null, + "center": [ + 86, + 16 + ], + "peak": [ + 98, + 1 + ], + "area_cells": 603 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 299 + ], + "peak": [ + 89, + 304 + ], + "area_cells": 1195 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 268 + ], + "peak": [ + 97, + 270 + ], + "area_cells": 307 + }, + { + "id": "range_14", + "name": null, + "center": [ + 113, + 499 + ], + "peak": [ + 104, + 501 + ], + "area_cells": 944 + }, + { + "id": "range_16", + "name": null, + "center": [ + 99, + 472 + ], + "peak": [ + 94, + 473 + ], + "area_cells": 94 + }, + { + "id": "range_17", + "name": null, + "center": [ + 100, + 170 + ], + "peak": [ + 100, + 171 + ], + "area_cells": 72 + }, + { + "id": "range_18", + "name": null, + "center": [ + 102, + 156 + ], + "peak": [ + 103, + 156 + ], + "area_cells": 49 + }, + { + "id": "range_20", + "name": null, + "center": [ + 141, + 29 + ], + "peak": [ + 133, + 22 + ], + "area_cells": 2268 + }, + { + "id": "range_21", + "name": null, + "center": [ + 116, + 238 + ], + "peak": [ + 118, + 237 + ], + "area_cells": 67 + }, + { + "id": "range_22", + "name": null, + "center": [ + 116, + 207 + ], + "peak": [ + 118, + 207 + ], + "area_cells": 111 + }, + { + "id": "range_23", + "name": null, + "center": [ + 118, + 431 + ], + "peak": [ + 119, + 431 + ], + "area_cells": 27 + }, + { + "id": "range_29", + "name": null, + "center": [ + 147, + 84 + ], + "peak": [ + 148, + 85 + ], + "area_cells": 67 + }, + { + "id": "range_37", + "name": null, + "center": [ + 163, + 475 + ], + "peak": [ + 161, + 474 + ], + "area_cells": 167 + }, + { + "id": "range_45", + "name": null, + "center": [ + 176, + 504 + ], + "peak": [ + 176, + 511 + ], + "area_cells": 46 + }, + { + "id": "range_48", + "name": null, + "center": [ + 190, + 458 + ], + "peak": [ + 190, + 459 + ], + "area_cells": 166 + }, + { + "id": "range_50", + "name": null, + "center": [ + 190, + 219 + ], + "peak": [ + 191, + 219 + ], + "area_cells": 59 + }, + { + "id": "range_51", + "name": null, + "center": [ + 205, + 478 + ], + "peak": [ + 193, + 476 + ], + "area_cells": 242 + }, + { + "id": "range_54", + "name": null, + "center": [ + 213, + 7 + ], + "peak": [ + 212, + 7 + ], + "area_cells": 78 + }, + { + "id": "range_55", + "name": null, + "center": [ + 228, + 461 + ], + "peak": [ + 226, + 457 + ], + "area_cells": 214 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547c/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547c/globe.png new file mode 100644 index 000000000..18df0e5fd Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547c/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547c/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547c/heightmap.png new file mode 100644 index 000000000..8c42c3482 Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547c/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547c/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547c/index.md new file mode 100644 index 000000000..24b7e2fe3 --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ7547c +name: Brandwacht +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2186142916 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: 0.84 + oblateness: 0.0017 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.359 + polar_ice_lat: 0.483 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.146 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Brandwacht + +Cold Arid planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.84g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 36% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 300 | +| **Economy** | agricultural | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547c/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547c/markers.json new file mode 100644 index 000000000..94c9a4959 --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547c/markers.json @@ -0,0 +1,470 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 12, + 167 + ], + [ + 13, + 166 + ], + [ + 14, + 165 + ], + [ + 15, + 164 + ], + [ + 16, + 163 + ], + [ + 16, + 162 + ], + [ + 17, + 161 + ], + [ + 18, + 160 + ], + [ + 19, + 159 + ], + [ + 20, + 158 + ], + [ + 19, + 158 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 63, + 328 + ], + [ + 64, + 329 + ], + [ + 65, + 330 + ], + [ + 66, + 331 + ], + [ + 67, + 332 + ], + [ + 68, + 333 + ], + [ + 69, + 332 + ], + [ + 70, + 331 + ], + [ + 71, + 330 + ], + [ + 72, + 329 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 40, + 344 + ], + [ + 41, + 343 + ], + [ + 41, + 342 + ], + [ + 42, + 341 + ], + [ + 43, + 340 + ], + [ + 43, + 339 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 195, + 356 + ], + [ + 195, + 357 + ], + [ + 196, + 358 + ], + [ + 197, + 359 + ], + [ + 198, + 360 + ], + [ + 199, + 359 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 104, + 232 + ], + [ + 103, + 233 + ], + [ + 102, + 234 + ], + [ + 101, + 234 + ], + [ + 100, + 234 + ], + [ + 99, + 235 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 145, + 402 + ], + [ + 146, + 401 + ], + [ + 147, + 400 + ], + [ + 148, + 400 + ], + [ + 149, + 400 + ], + [ + 150, + 401 + ], + [ + 151, + 402 + ], + [ + 152, + 401 + ], + [ + 153, + 402 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 0, + 406 + ], + [ + 1, + 405 + ], + [ + 2, + 404 + ], + [ + 3, + 404 + ], + [ + 4, + 405 + ], + [ + 5, + 404 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 132, + 401 + ], + [ + 133, + 402 + ], + [ + 134, + 403 + ], + [ + 135, + 403 + ], + [ + 136, + 404 + ], + [ + 137, + 405 + ], + [ + 138, + 406 + ], + [ + 139, + 406 + ], + [ + 140, + 405 + ], + [ + 140, + 404 + ], + [ + 141, + 404 + ], + [ + 140, + 403 + ], + [ + 139, + 404 + ], + [ + 139, + 405 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 51 + ], + "area_fraction": 0.0241 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 15, + 458 + ], + "area_fraction": 0.0245 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 175, + 241 + ], + "area_fraction": 0.59 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 223 + ], + "peak": [ + 56, + 287 + ], + "area_cells": 3061 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 89 + ], + "peak": [ + 46, + 92 + ], + "area_cells": 79 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 445 + ], + "peak": [ + 68, + 424 + ], + "area_cells": 2777 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 18 + ], + "peak": [ + 56, + 20 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 89 + ], + "peak": [ + 80, + 96 + ], + "area_cells": 170 + }, + { + "id": "range_9", + "name": null, + "center": [ + 87, + 36 + ], + "peak": [ + 87, + 36 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 5 + ], + "peak": [ + 101, + 6 + ], + "area_cells": 95 + }, + { + "id": "range_12", + "name": null, + "center": [ + 137, + 448 + ], + "peak": [ + 139, + 442 + ], + "area_cells": 495 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547d/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547d/globe.png new file mode 100644 index 000000000..908e0ccdf Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547d/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547d/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547d/heightmap.png new file mode 100644 index 000000000..3c134b274 Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547d/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547d/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547d/index.md new file mode 100644 index 000000000..4279af6b9 --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ7547d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1369704628 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 58.9 +physical: + gravity_g: 0.54 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.952 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.369 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ7547d + +Frozen planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.54g | +| **Land** | 95% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547d/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547d/markers.json new file mode 100644 index 000000000..bcb6efc1b --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547d/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 202, + 247 + ], + "area_fraction": 0.0186 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 201, + 96 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 45, + 6 + ], + "peak": [ + 53, + 10 + ], + "area_cells": 97 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 488 + ], + "peak": [ + 79, + 500 + ], + "area_cells": 733 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 427 + ], + "peak": [ + 49, + 430 + ], + "area_cells": 514 + }, + { + "id": "range_6", + "name": null, + "center": [ + 93, + 86 + ], + "peak": [ + 89, + 87 + ], + "area_cells": 7685 + }, + { + "id": "range_7", + "name": null, + "center": [ + 53, + 450 + ], + "peak": [ + 58, + 452 + ], + "area_cells": 134 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 379 + ], + "peak": [ + 117, + 395 + ], + "area_cells": 3203 + }, + { + "id": "range_9", + "name": null, + "center": [ + 75, + 282 + ], + "peak": [ + 76, + 282 + ], + "area_cells": 23 + }, + { + "id": "range_10", + "name": null, + "center": [ + 87, + 322 + ], + "peak": [ + 84, + 326 + ], + "area_cells": 220 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 319 + ], + "peak": [ + 111, + 320 + ], + "area_cells": 120 + }, + { + "id": "range_12", + "name": null, + "center": [ + 110, + 436 + ], + "peak": [ + 110, + 437 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547e/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547e/globe.png new file mode 100644 index 000000000..1403bc32e Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547e/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547e/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547e/heightmap.png new file mode 100644 index 000000000..66c55fbfd Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547e/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547e/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547e/index.md new file mode 100644 index 000000000..be27ca57c --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ7547e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1380743768 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 52.9 +physical: + gravity_g: 0.4 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.82 + polar_ice_lat: 0.083 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.308 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ7547e + +Frozen planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547e/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547e/markers.json new file mode 100644 index 000000000..0807d7c2e --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547e/markers.json @@ -0,0 +1,186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 9, + 420 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 68, + 76 + ], + "area_fraction": 0.0452 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 119, + 259 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_27", + "name": null, + "kind": "sea", + "center": [ + 167, + 421 + ], + "area_fraction": 0.065 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 124, + 482 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 146, + 98 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 149, + 13 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 153, + 172 + ], + "area_fraction": 0.0077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 154 + ], + "peak": [ + 24, + 152 + ], + "area_cells": 690 + }, + { + "id": "range_4", + "name": null, + "center": [ + 221, + 272 + ], + "peak": [ + 218, + 266 + ], + "area_cells": 1550 + }, + { + "id": "range_5", + "name": null, + "center": [ + 242, + 33 + ], + "peak": [ + 248, + 32 + ], + "area_cells": 1832 + }, + { + "id": "range_6", + "name": null, + "center": [ + 241, + 493 + ], + "peak": [ + 240, + 499 + ], + "area_cells": 1073 + }, + { + "id": "range_7", + "name": null, + "center": [ + 249, + 180 + ], + "peak": [ + 248, + 160 + ], + "area_cells": 997 + }, + { + "id": "range_9", + "name": null, + "center": [ + 250, + 446 + ], + "peak": [ + 250, + 449 + ], + "area_cells": 153 + }, + { + "id": "range_11", + "name": null, + "center": [ + 254, + 124 + ], + "peak": [ + 255, + 134 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547f/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547f/globe.png new file mode 100644 index 000000000..62a3e2b68 Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547f/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547f/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547f/heightmap.png new file mode 100644 index 000000000..9ce784bfe Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547f/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547f/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547f/index.md new file mode 100644 index 000000000..8a06c8b0b --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ7547f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2652255761 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.3 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.817 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ7547f + +Frozen planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547f/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547f/markers.json new file mode 100644 index 000000000..9a8f45e31 --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547f/markers.json @@ -0,0 +1,179 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 37, + 105 + ], + "area_fraction": 0.049 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 18, + 272 + ], + "area_fraction": 0.017 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 220, + 252 + ], + "area_fraction": 0.0258 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 220, + 465 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_45", + "name": null, + "kind": "sea", + "center": [ + 238, + 70 + ], + "area_fraction": 0.0349 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 244, + 487 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 427 + ], + "peak": [ + 29, + 425 + ], + "area_cells": 160 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 431 + ], + "peak": [ + 62, + 432 + ], + "area_cells": 87 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 224 + ], + "peak": [ + 100, + 214 + ], + "area_cells": 5855 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 418 + ], + "peak": [ + 117, + 420 + ], + "area_cells": 34 + }, + { + "id": "range_7", + "name": null, + "center": [ + 143, + 52 + ], + "peak": [ + 157, + 59 + ], + "area_cells": 1131 + }, + { + "id": "range_10", + "name": null, + "center": [ + 187, + 138 + ], + "peak": [ + 189, + 139 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 203, + 388 + ], + "peak": [ + 205, + 387 + ], + "area_cells": 48 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 358 + ], + "peak": [ + 211, + 361 + ], + "area_cells": 363 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547g/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547g/globe.png new file mode 100644 index 000000000..46ea54826 Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547g/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547g/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547g/heightmap.png new file mode 100644 index 000000000..6ab8e4f5e Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547g/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547g/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547g/index.md new file mode 100644 index 000000000..21501b62f --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ7547g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1890347224 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.961 + period_days: 9200.0 + axial_tilt_deg: 57.8 +physical: + gravity_g: 0.14 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.735 + polar_ice_lat: 0.134 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.21 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ7547g + +Frozen planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547g/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547g/markers.json new file mode 100644 index 000000000..37538a7ad --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547g/markers.json @@ -0,0 +1,280 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 319 + ], + "area_fraction": 0.0125 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 480 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 116, + 364 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 130, + 278 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_35", + "name": null, + "kind": "ocean", + "center": [ + 192, + 302 + ], + "area_fraction": 0.1606 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 211, + 21 + ], + "area_fraction": 0.0147 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 210, + 496 + ], + "area_fraction": 0.0071 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 98 + ], + "peak": [ + 5, + 106 + ], + "area_cells": 86 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 185 + ], + "peak": [ + 85, + 151 + ], + "area_cells": 6909 + }, + { + "id": "range_3", + "name": null, + "center": [ + 27, + 74 + ], + "peak": [ + 27, + 64 + ], + "area_cells": 192 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 44 + ], + "peak": [ + 28, + 43 + ], + "area_cells": 61 + }, + { + "id": "range_6", + "name": null, + "center": [ + 25, + 474 + ], + "peak": [ + 27, + 476 + ], + "area_cells": 80 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 486 + ], + "peak": [ + 133, + 485 + ], + "area_cells": 3256 + }, + { + "id": "range_8", + "name": null, + "center": [ + 45, + 10 + ], + "peak": [ + 50, + 6 + ], + "area_cells": 700 + }, + { + "id": "range_10", + "name": null, + "center": [ + 75, + 41 + ], + "peak": [ + 71, + 49 + ], + "area_cells": 916 + }, + { + "id": "range_11", + "name": null, + "center": [ + 58, + 431 + ], + "peak": [ + 55, + 431 + ], + "area_cells": 138 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 282 + ], + "peak": [ + 96, + 281 + ], + "area_cells": 188 + }, + { + "id": "range_15", + "name": null, + "center": [ + 116, + 91 + ], + "peak": [ + 117, + 92 + ], + "area_cells": 83 + }, + { + "id": "range_17", + "name": null, + "center": [ + 123, + 32 + ], + "peak": [ + 122, + 31 + ], + "area_cells": 53 + }, + { + "id": "range_19", + "name": null, + "center": [ + 161, + 2 + ], + "peak": [ + 161, + 0 + ], + "area_cells": 43 + }, + { + "id": "range_22", + "name": null, + "center": [ + 222, + 443 + ], + "peak": [ + 223, + 444 + ], + "area_cells": 112 + }, + { + "id": "range_23", + "name": null, + "center": [ + 226, + 455 + ], + "peak": [ + 227, + 455 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547h/globe.png b/wiki/star-systems/GJ-7547/bodies/GJ7547h/globe.png new file mode 100644 index 000000000..4858dba5f Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547h/globe.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547h/heightmap.png b/wiki/star-systems/GJ-7547/bodies/GJ7547h/heightmap.png new file mode 100644 index 000000000..7dc8cdcbe Binary files /dev/null and b/wiki/star-systems/GJ-7547/bodies/GJ7547h/heightmap.png differ diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547h/index.md b/wiki/star-systems/GJ-7547/bodies/GJ7547h/index.md new file mode 100644 index 000000000..26a6cd26d --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ7547h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3498738681 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 26.6 +physical: + gravity_g: 0.07 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.256 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ7547h + +Frozen planet. + +**System:** [GJ-7547](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-7547/bodies/GJ7547h/markers.json b/wiki/star-systems/GJ-7547/bodies/GJ7547h/markers.json new file mode 100644 index 000000000..434670151 --- /dev/null +++ b/wiki/star-systems/GJ-7547/bodies/GJ7547h/markers.json @@ -0,0 +1,332 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 43 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 15, + 317 + ], + "area_fraction": 0.0438 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 66, + 344 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 132, + 110 + ], + "area_fraction": 0.0605 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 103, + 326 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 99, + 186 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 116, + 254 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 151 + ], + "peak": [ + 3, + 149 + ], + "area_cells": 55 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 469 + ], + "peak": [ + 44, + 470 + ], + "area_cells": 37 + }, + { + "id": "range_3", + "name": null, + "center": [ + 50, + 448 + ], + "peak": [ + 51, + 449 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 69 + ], + "peak": [ + 84, + 68 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 115, + 463 + ], + "peak": [ + 117, + 463 + ], + "area_cells": 162 + }, + { + "id": "range_8", + "name": null, + "center": [ + 160, + 350 + ], + "peak": [ + 157, + 359 + ], + "area_cells": 3384 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 471 + ], + "peak": [ + 144, + 471 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 165, + 240 + ], + "peak": [ + 165, + 229 + ], + "area_cells": 1148 + }, + { + "id": "range_11", + "name": null, + "center": [ + 161, + 476 + ], + "peak": [ + 161, + 477 + ], + "area_cells": 136 + }, + { + "id": "range_12", + "name": null, + "center": [ + 172, + 457 + ], + "peak": [ + 172, + 455 + ], + "area_cells": 170 + }, + { + "id": "range_14", + "name": null, + "center": [ + 173, + 478 + ], + "peak": [ + 172, + 480 + ], + "area_cells": 29 + }, + { + "id": "range_15", + "name": null, + "center": [ + 180, + 497 + ], + "peak": [ + 181, + 497 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 197, + 55 + ], + "peak": [ + 197, + 60 + ], + "area_cells": 402 + }, + { + "id": "range_17", + "name": null, + "center": [ + 192, + 11 + ], + "peak": [ + 192, + 13 + ], + "area_cells": 146 + }, + { + "id": "range_18", + "name": null, + "center": [ + 204, + 32 + ], + "peak": [ + 205, + 33 + ], + "area_cells": 23 + }, + { + "id": "range_19", + "name": null, + "center": [ + 242, + 424 + ], + "peak": [ + 235, + 480 + ], + "area_cells": 4496 + }, + { + "id": "range_20", + "name": null, + "center": [ + 218, + 83 + ], + "peak": [ + 219, + 84 + ], + "area_cells": 54 + }, + { + "id": "range_23", + "name": null, + "center": [ + 245, + 106 + ], + "peak": [ + 242, + 106 + ], + "area_cells": 43 + }, + { + "id": "range_25", + "name": null, + "center": [ + 253, + 4 + ], + "peak": [ + 255, + 4 + ], + "area_cells": 39 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ764b/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764b/globe.png new file mode 100644 index 000000000..9d1f83810 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764b/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764b/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764b/heightmap.png new file mode 100644 index 000000000..20feadf57 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764b/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764b/index.md b/wiki/star-systems/GJ-764/bodies/GJ764b/index.md new file mode 100644 index 000000000..0c020a782 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ764b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3480001726 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 36.1 +physical: + gravity_g: 0.3 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.837 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764b + +Barren planet. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764b/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764b/markers.json new file mode 100644 index 000000000..dec17ea10 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764b/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 341 + ], + "peak": [ + 32, + 343 + ], + "area_cells": 310 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 326 + ], + "peak": [ + 22, + 326 + ], + "area_cells": 72 + }, + { + "id": "range_5", + "name": null, + "center": [ + 32, + 391 + ], + "peak": [ + 31, + 390 + ], + "area_cells": 55 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 105 + ], + "peak": [ + 36, + 104 + ], + "area_cells": 57 + }, + { + "id": "range_7", + "name": null, + "center": [ + 25, + 369 + ], + "peak": [ + 18, + 376 + ], + "area_cells": 81 + }, + { + "id": "range_10", + "name": null, + "center": [ + 124, + 110 + ], + "peak": [ + 96, + 100 + ], + "area_cells": 9009 + }, + { + "id": "range_13", + "name": null, + "center": [ + 40, + 50 + ], + "peak": [ + 39, + 51 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 51, + 285 + ], + "peak": [ + 52, + 286 + ], + "area_cells": 113 + }, + { + "id": "range_21", + "name": null, + "center": [ + 71, + 307 + ], + "peak": [ + 72, + 305 + ], + "area_cells": 206 + }, + { + "id": "range_22", + "name": null, + "center": [ + 57, + 508 + ], + "peak": [ + 56, + 509 + ], + "area_cells": 41 + }, + { + "id": "range_24", + "name": null, + "center": [ + 68, + 484 + ], + "peak": [ + 71, + 498 + ], + "area_cells": 398 + }, + { + "id": "range_25", + "name": null, + "center": [ + 69, + 13 + ], + "peak": [ + 62, + 10 + ], + "area_cells": 140 + }, + { + "id": "range_26", + "name": null, + "center": [ + 64, + 330 + ], + "peak": [ + 68, + 333 + ], + "area_cells": 129 + }, + { + "id": "range_29", + "name": null, + "center": [ + 65, + 369 + ], + "peak": [ + 66, + 371 + ], + "area_cells": 41 + }, + { + "id": "range_31", + "name": null, + "center": [ + 73, + 273 + ], + "peak": [ + 77, + 272 + ], + "area_cells": 50 + }, + { + "id": "range_34", + "name": null, + "center": [ + 134, + 443 + ], + "peak": [ + 125, + 416 + ], + "area_cells": 3913 + }, + { + "id": "range_35", + "name": null, + "center": [ + 100, + 8 + ], + "peak": [ + 98, + 6 + ], + "area_cells": 103 + }, + { + "id": "range_37", + "name": null, + "center": [ + 116, + 1 + ], + "peak": [ + 114, + 0 + ], + "area_cells": 43 + }, + { + "id": "range_43", + "name": null, + "center": [ + 173, + 232 + ], + "peak": [ + 176, + 235 + ], + "area_cells": 905 + }, + { + "id": "range_44", + "name": null, + "center": [ + 164, + 506 + ], + "peak": [ + 166, + 509 + ], + "area_cells": 84 + }, + { + "id": "range_45", + "name": null, + "center": [ + 162, + 352 + ], + "peak": [ + 163, + 352 + ], + "area_cells": 43 + }, + { + "id": "range_46", + "name": null, + "center": [ + 174, + 2 + ], + "peak": [ + 174, + 2 + ], + "area_cells": 77 + }, + { + "id": "range_48", + "name": null, + "center": [ + 176, + 289 + ], + "peak": [ + 178, + 288 + ], + "area_cells": 110 + }, + { + "id": "range_51", + "name": null, + "center": [ + 180, + 138 + ], + "peak": [ + 180, + 138 + ], + "area_cells": 91 + }, + { + "id": "range_52", + "name": null, + "center": [ + 191, + 431 + ], + "peak": [ + 184, + 429 + ], + "area_cells": 357 + }, + { + "id": "range_55", + "name": null, + "center": [ + 191, + 312 + ], + "peak": [ + 190, + 312 + ], + "area_cells": 147 + }, + { + "id": "range_58", + "name": null, + "center": [ + 213, + 63 + ], + "peak": [ + 203, + 72 + ], + "area_cells": 526 + }, + { + "id": "range_63", + "name": null, + "center": [ + 216, + 286 + ], + "peak": [ + 218, + 286 + ], + "area_cells": 67 + }, + { + "id": "range_66", + "name": null, + "center": [ + 242, + 131 + ], + "peak": [ + 224, + 127 + ], + "area_cells": 1879 + }, + { + "id": "range_67", + "name": null, + "center": [ + 222, + 301 + ], + "peak": [ + 225, + 301 + ], + "area_cells": 41 + }, + { + "id": "range_69", + "name": null, + "center": [ + 225, + 208 + ], + "peak": [ + 224, + 213 + ], + "area_cells": 433 + }, + { + "id": "range_71", + "name": null, + "center": [ + 233, + 105 + ], + "peak": [ + 235, + 103 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764c/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764c/globe.png new file mode 100644 index 000000000..a96da217c Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764c/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764c/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764c/heightmap.png new file mode 100644 index 000000000..01cd43e9b Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764c/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764c/index.md b/wiki/star-systems/GJ-764/bodies/GJ764c/index.md new file mode 100644 index 000000000..643125629 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ764c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1903813358 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.322 + period_days: 75.0 + axial_tilt_deg: 7.2 +physical: + gravity_g: 0.65 + oblateness: 0.0004 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.991 + 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.003 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764c + +Barren planet. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.65g | +| **Atmosphere** | thick | +| **Land** | 99% | +| **Year** | 75 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764c/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764c/markers.json new file mode 100644 index 000000000..9078b82a9 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764c/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 301 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 32868 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 11 + ], + "peak": [ + 99, + 0 + ], + "area_cells": 471 + }, + { + "id": "range_4", + "name": null, + "center": [ + 102, + 203 + ], + "peak": [ + 101, + 205 + ], + "area_cells": 40 + }, + { + "id": "range_5", + "name": null, + "center": [ + 108, + 180 + ], + "peak": [ + 108, + 181 + ], + "area_cells": 32 + }, + { + "id": "range_6", + "name": null, + "center": [ + 129, + 400 + ], + "peak": [ + 129, + 400 + ], + "area_cells": 22 + }, + { + "id": "range_7", + "name": null, + "center": [ + 215, + 126 + ], + "peak": [ + 208, + 138 + ], + "area_cells": 3908 + }, + { + "id": "range_8", + "name": null, + "center": [ + 240, + 429 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 5100 + }, + { + "id": "range_9", + "name": null, + "center": [ + 245, + 44 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 1884 + }, + { + "id": "range_10", + "name": null, + "center": [ + 250, + 309 + ], + "peak": [ + 255, + 324 + ], + "area_cells": 330 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d-1/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764d-1/globe.png new file mode 100644 index 000000000..57a3962f6 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764d-1/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d-1/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764d-1/heightmap.png new file mode 100644 index 000000000..ab89f8cb6 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d-1/index.md b/wiki/star-systems/GJ-764/bodies/GJ764d-1/index.md new file mode 100644 index 000000000..19332e614 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ764d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 965397719 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.08 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.861 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764d-1 + +Barren moon. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 98% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d-1/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764d-1/markers.json new file mode 100644 index 000000000..970ba53dc --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764d-1/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 228 + ], + "peak": [ + 38, + 228 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 1 + ], + "peak": [ + 51, + 1 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 238 + ], + "peak": [ + 56, + 238 + ], + "area_cells": 25 + }, + { + "id": "range_7", + "name": null, + "center": [ + 68, + 160 + ], + "peak": [ + 69, + 162 + ], + "area_cells": 246 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 453 + ], + "peak": [ + 61, + 459 + ], + "area_cells": 103 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 144 + ], + "peak": [ + 77, + 145 + ], + "area_cells": 34 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 37 + ], + "peak": [ + 120, + 50 + ], + "area_cells": 1562 + }, + { + "id": "range_13", + "name": null, + "center": [ + 82, + 223 + ], + "peak": [ + 84, + 221 + ], + "area_cells": 84 + }, + { + "id": "range_14", + "name": null, + "center": [ + 84, + 434 + ], + "peak": [ + 85, + 435 + ], + "area_cells": 61 + }, + { + "id": "range_16", + "name": null, + "center": [ + 122, + 489 + ], + "peak": [ + 141, + 495 + ], + "area_cells": 1447 + }, + { + "id": "range_20", + "name": null, + "center": [ + 104, + 258 + ], + "peak": [ + 104, + 261 + ], + "area_cells": 239 + }, + { + "id": "range_22", + "name": null, + "center": [ + 105, + 83 + ], + "peak": [ + 106, + 80 + ], + "area_cells": 230 + }, + { + "id": "range_23", + "name": null, + "center": [ + 117, + 227 + ], + "peak": [ + 118, + 229 + ], + "area_cells": 73 + }, + { + "id": "range_24", + "name": null, + "center": [ + 121, + 111 + ], + "peak": [ + 120, + 112 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 125, + 137 + ], + "peak": [ + 126, + 138 + ], + "area_cells": 24 + }, + { + "id": "range_27", + "name": null, + "center": [ + 151, + 8 + ], + "peak": [ + 140, + 4 + ], + "area_cells": 616 + }, + { + "id": "range_30", + "name": null, + "center": [ + 164, + 260 + ], + "peak": [ + 139, + 286 + ], + "area_cells": 2912 + }, + { + "id": "range_33", + "name": null, + "center": [ + 152, + 90 + ], + "peak": [ + 154, + 90 + ], + "area_cells": 142 + }, + { + "id": "range_35", + "name": null, + "center": [ + 166, + 49 + ], + "peak": [ + 160, + 54 + ], + "area_cells": 173 + }, + { + "id": "range_38", + "name": null, + "center": [ + 189, + 449 + ], + "peak": [ + 188, + 449 + ], + "area_cells": 82 + }, + { + "id": "range_40", + "name": null, + "center": [ + 202, + 308 + ], + "peak": [ + 198, + 308 + ], + "area_cells": 145 + }, + { + "id": "range_41", + "name": null, + "center": [ + 207, + 439 + ], + "peak": [ + 208, + 439 + ], + "area_cells": 27 + }, + { + "id": "range_44", + "name": null, + "center": [ + 234, + 298 + ], + "peak": [ + 235, + 298 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764d/globe.png new file mode 100644 index 000000000..22510fd83 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764d/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764d/heightmap.png new file mode 100644 index 000000000..a32a07dcd Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764d/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d/index.md b/wiki/star-systems/GJ-764/bodies/GJ764d/index.md new file mode 100644 index 000000000..a57b1d9c4 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ764d +name: Mirafiori +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2368583343 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.831 + period_days: 310.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: 0.94 + oblateness: 0.0046 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.525 + polar_ice_lat: 0.751 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.415 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mirafiori + +Temperate planet. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 52% | +| **Year** | 310 days | +| **Inhabited** | yes | +| **Population** | 3.5B | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | MVG | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764d/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764d/markers.json new file mode 100644 index 000000000..c895eb654 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764d/markers.json @@ -0,0 +1,668 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 52, + 380 + ], + [ + 52, + 379 + ], + [ + 53, + 379 + ], + [ + 54, + 378 + ], + [ + 55, + 377 + ], + [ + 56, + 377 + ], + [ + 56, + 376 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 233, + 391 + ], + [ + 234, + 390 + ], + [ + 235, + 389 + ], + [ + 236, + 388 + ], + [ + 237, + 387 + ], + [ + 238, + 386 + ], + [ + 239, + 385 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 231, + 272 + ], + [ + 230, + 273 + ], + [ + 231, + 274 + ], + [ + 231, + 275 + ], + [ + 230, + 275 + ], + [ + 231, + 276 + ], + [ + 231, + 277 + ], + [ + 231, + 278 + ], + [ + 230, + 279 + ], + [ + 230, + 280 + ], + [ + 231, + 281 + ], + [ + 232, + 280 + ], + [ + 232, + 281 + ], + [ + 232, + 282 + ], + [ + 233, + 283 + ], + [ + 234, + 282 + ], + [ + 235, + 283 + ], + [ + 236, + 284 + ], + [ + 237, + 285 + ], + [ + 238, + 284 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 143, + 427 + ], + [ + 142, + 428 + ], + [ + 141, + 429 + ], + [ + 140, + 430 + ], + [ + 139, + 430 + ], + [ + 138, + 430 + ], + [ + 137, + 429 + ], + [ + 136, + 428 + ], + [ + 135, + 427 + ], + [ + 134, + 426 + ], + [ + 133, + 425 + ], + [ + 132, + 424 + ], + [ + 131, + 423 + ], + [ + 130, + 422 + ], + [ + 129, + 421 + ], + [ + 128, + 420 + ], + [ + 127, + 419 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 134, + 463 + ], + [ + 133, + 462 + ], + [ + 132, + 463 + ], + [ + 131, + 463 + ], + [ + 130, + 462 + ], + [ + 129, + 463 + ], + [ + 128, + 463 + ], + [ + 127, + 462 + ], + [ + 126, + 462 + ], + [ + 125, + 461 + ], + [ + 124, + 460 + ], + [ + 123, + 459 + ], + [ + 122, + 458 + ], + [ + 121, + 458 + ], + [ + 120, + 459 + ], + [ + 119, + 460 + ], + [ + 118, + 461 + ], + [ + 119, + 461 + ], + [ + 118, + 462 + ], + [ + 117, + 463 + ], + [ + 118, + 464 + ], + [ + 117, + 464 + ], + [ + 118, + 465 + ], + [ + 117, + 465 + ], + [ + 116, + 466 + ], + [ + 117, + 466 + ], + [ + 118, + 467 + ], + [ + 118, + 468 + ], + [ + 119, + 468 + ], + [ + 118, + 469 + ], + [ + 117, + 469 + ], + [ + 116, + 470 + ], + [ + 115, + 470 + ], + [ + 114, + 471 + ], + [ + 113, + 470 + ], + [ + 112, + 470 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 129, + 365 + ], + [ + 128, + 364 + ], + [ + 127, + 363 + ], + [ + 126, + 362 + ], + [ + 125, + 361 + ], + [ + 124, + 360 + ], + [ + 123, + 359 + ], + [ + 122, + 358 + ], + [ + 121, + 359 + ], + [ + 120, + 359 + ], + [ + 119, + 359 + ], + [ + 118, + 360 + ], + [ + 117, + 360 + ], + [ + 116, + 361 + ], + [ + 115, + 362 + ], + [ + 114, + 363 + ], + [ + 113, + 364 + ], + [ + 112, + 365 + ], + [ + 113, + 366 + ], + [ + 112, + 367 + ], + [ + 111, + 368 + ], + [ + 112, + 368 + ], + [ + 111, + 369 + ], + [ + 112, + 370 + ], + [ + 112, + 369 + ], + [ + 111, + 370 + ], + [ + 110, + 370 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 38, + 137 + ], + "area_fraction": 0.1551 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 39, + 442 + ], + "area_fraction": 0.0878 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 215, + 238 + ], + "area_fraction": 0.2227 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 376 + ], + "peak": [ + 67, + 377 + ], + "area_cells": 40 + }, + { + "id": "range_2", + "name": null, + "center": [ + 101, + 135 + ], + "peak": [ + 110, + 10 + ], + "area_cells": 3369 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 382 + ], + "peak": [ + 78, + 382 + ], + "area_cells": 52 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 321 + ], + "peak": [ + 92, + 331 + ], + "area_cells": 370 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 352 + ], + "peak": [ + 81, + 350 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 104, + 477 + ], + "peak": [ + 108, + 511 + ], + "area_cells": 735 + }, + { + "id": "range_7", + "name": null, + "center": [ + 108, + 409 + ], + "peak": [ + 108, + 410 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 180, + 304 + ], + "peak": [ + 195, + 392 + ], + "area_cells": 8972 + }, + { + "id": "range_9", + "name": null, + "center": [ + 133, + 256 + ], + "peak": [ + 135, + 257 + ], + "area_cells": 75 + }, + { + "id": "range_11", + "name": null, + "center": [ + 153, + 238 + ], + "peak": [ + 153, + 238 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764e/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764e/globe.png new file mode 100644 index 000000000..ae48b832a Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764e/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764e/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764e/heightmap.png new file mode 100644 index 000000000..0d4ff105d Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764e/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764e/index.md b/wiki/star-systems/GJ-764/bodies/GJ764e/index.md new file mode 100644 index 000000000..f57606009 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ764e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2692179777 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.217 + period_days: 550.0 + axial_tilt_deg: 14.0 +physical: + gravity_g: 0.5 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.93 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.159 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764e + +Arid planet. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 550 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764e/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764e/markers.json new file mode 100644 index 000000000..852b081dd --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764e/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 60 + ], + "peak": [ + 66, + 55 + ], + "area_cells": 336 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 85 + ], + "peak": [ + 93, + 85 + ], + "area_cells": 120 + }, + { + "id": "range_3", + "name": null, + "center": [ + 224, + 162 + ], + "peak": [ + 212, + 144 + ], + "area_cells": 6376 + }, + { + "id": "range_4", + "name": null, + "center": [ + 201, + 249 + ], + "peak": [ + 202, + 250 + ], + "area_cells": 177 + }, + { + "id": "range_5", + "name": null, + "center": [ + 210, + 281 + ], + "peak": [ + 219, + 274 + ], + "area_cells": 235 + }, + { + "id": "range_6", + "name": null, + "center": [ + 237, + 451 + ], + "peak": [ + 231, + 443 + ], + "area_cells": 1449 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764f/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764f/globe.png new file mode 100644 index 000000000..73507128f Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764f/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764f/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764f/heightmap.png new file mode 100644 index 000000000..2e683c68e Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764f/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764f/index.md b/wiki/star-systems/GJ-764/bodies/GJ764f/index.md new file mode 100644 index 000000000..6e98ec4da --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764f/index.md @@ -0,0 +1,69 @@ +--- +id: GJ764f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3618845638 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.69 + period_days: 900.0 + axial_tilt_deg: 15.2 +physical: + gravity_g: 0.44 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.834 + polar_ice_lat: 0.058 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.213 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764f + +Frozen planet. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764f/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764f/markers.json new file mode 100644 index 000000000..888f751fb --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764f/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 51, + 226 + ], + "area_fraction": 0.1077 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 23, + 466 + ], + "area_fraction": 0.0331 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 128, + 153 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 224 + ], + "peak": [ + 145, + 226 + ], + "area_cells": 1013 + }, + { + "id": "range_2", + "name": null, + "center": [ + 142, + 53 + ], + "peak": [ + 140, + 53 + ], + "area_cells": 868 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764g/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764g/globe.png new file mode 100644 index 000000000..72182e853 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764g/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764g/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764g/heightmap.png new file mode 100644 index 000000000..963d0a153 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764g/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764g/index.md b/wiki/star-systems/GJ-764/bodies/GJ764g/index.md new file mode 100644 index 000000000..aedddb207 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ764g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1928607500 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 27.3 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764g + +Frozen planet. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 100% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764g/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764g/markers.json new file mode 100644 index 000000000..82154756a --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764g/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 480 + ], + "peak": [ + 0, + 482 + ], + "area_cells": 108 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 174 + ], + "peak": [ + 88, + 172 + ], + "area_cells": 15161 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 257 + ], + "peak": [ + 33, + 256 + ], + "area_cells": 35 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 98 + ], + "peak": [ + 77, + 99 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 110, + 416 + ], + "peak": [ + 116, + 407 + ], + "area_cells": 1423 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 364 + ], + "peak": [ + 101, + 365 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 115, + 366 + ], + "peak": [ + 115, + 367 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 125, + 323 + ], + "peak": [ + 127, + 328 + ], + "area_cells": 560 + }, + { + "id": "range_16", + "name": null, + "center": [ + 141, + 473 + ], + "peak": [ + 139, + 478 + ], + "area_cells": 164 + }, + { + "id": "range_17", + "name": null, + "center": [ + 169, + 239 + ], + "peak": [ + 172, + 238 + ], + "area_cells": 103 + }, + { + "id": "range_18", + "name": null, + "center": [ + 209, + 296 + ], + "peak": [ + 208, + 293 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-1/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764h-1/globe.png new file mode 100644 index 000000000..0f0efd6be Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h-1/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-1/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764h-1/heightmap.png new file mode 100644 index 000000000..7271e7068 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-1/index.md b/wiki/star-systems/GJ-764/bodies/GJ764h-1/index.md new file mode 100644 index 000000000..857633120 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ764h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1559538804 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 30.7 +physical: + gravity_g: 0.09 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.897 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764h-1 + +Barren moon. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-1/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764h-1/markers.json new file mode 100644 index 000000000..4d23dad02 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h-1/markers.json @@ -0,0 +1,651 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 59 + ], + "peak": [ + 20, + 60 + ], + "area_cells": 2789 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 115 + ], + "peak": [ + 0, + 115 + ], + "area_cells": 75 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 120 + ], + "peak": [ + 0, + 120 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 136 + ], + "peak": [ + 1, + 133 + ], + "area_cells": 138 + }, + { + "id": "range_6", + "name": null, + "center": [ + 5, + 142 + ], + "peak": [ + 1, + 142 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 9, + 383 + ], + "peak": [ + 4, + 404 + ], + "area_cells": 1183 + }, + { + "id": "range_10", + "name": null, + "center": [ + 8, + 419 + ], + "peak": [ + 3, + 419 + ], + "area_cells": 33 + }, + { + "id": "range_14", + "name": null, + "center": [ + 5, + 490 + ], + "peak": [ + 8, + 502 + ], + "area_cells": 497 + }, + { + "id": "range_15", + "name": null, + "center": [ + 22, + 220 + ], + "peak": [ + 43, + 206 + ], + "area_cells": 439 + }, + { + "id": "range_17", + "name": null, + "center": [ + 16, + 253 + ], + "peak": [ + 16, + 249 + ], + "area_cells": 74 + }, + { + "id": "range_18", + "name": null, + "center": [ + 30, + 303 + ], + "peak": [ + 21, + 306 + ], + "area_cells": 162 + }, + { + "id": "range_19", + "name": null, + "center": [ + 28, + 320 + ], + "peak": [ + 31, + 318 + ], + "area_cells": 80 + }, + { + "id": "range_23", + "name": null, + "center": [ + 28, + 340 + ], + "peak": [ + 27, + 341 + ], + "area_cells": 138 + }, + { + "id": "range_25", + "name": null, + "center": [ + 56, + 279 + ], + "peak": [ + 67, + 277 + ], + "area_cells": 319 + }, + { + "id": "range_26", + "name": null, + "center": [ + 41, + 232 + ], + "peak": [ + 43, + 232 + ], + "area_cells": 34 + }, + { + "id": "range_29", + "name": null, + "center": [ + 47, + 258 + ], + "peak": [ + 49, + 258 + ], + "area_cells": 47 + }, + { + "id": "range_30", + "name": null, + "center": [ + 50, + 350 + ], + "peak": [ + 54, + 350 + ], + "area_cells": 31 + }, + { + "id": "range_31", + "name": null, + "center": [ + 58, + 192 + ], + "peak": [ + 53, + 193 + ], + "area_cells": 176 + }, + { + "id": "range_32", + "name": null, + "center": [ + 51, + 102 + ], + "peak": [ + 54, + 98 + ], + "area_cells": 98 + }, + { + "id": "range_35", + "name": null, + "center": [ + 69, + 216 + ], + "peak": [ + 67, + 218 + ], + "area_cells": 83 + }, + { + "id": "range_37", + "name": null, + "center": [ + 115, + 344 + ], + "peak": [ + 100, + 317 + ], + "area_cells": 4547 + }, + { + "id": "range_38", + "name": null, + "center": [ + 74, + 46 + ], + "peak": [ + 76, + 48 + ], + "area_cells": 27 + }, + { + "id": "range_42", + "name": null, + "center": [ + 77, + 152 + ], + "peak": [ + 77, + 152 + ], + "area_cells": 42 + }, + { + "id": "range_43", + "name": null, + "center": [ + 78, + 120 + ], + "peak": [ + 79, + 121 + ], + "area_cells": 36 + }, + { + "id": "range_45", + "name": null, + "center": [ + 87, + 402 + ], + "peak": [ + 96, + 401 + ], + "area_cells": 136 + }, + { + "id": "range_47", + "name": null, + "center": [ + 84, + 40 + ], + "peak": [ + 82, + 40 + ], + "area_cells": 85 + }, + { + "id": "range_48", + "name": null, + "center": [ + 88, + 266 + ], + "peak": [ + 93, + 268 + ], + "area_cells": 56 + }, + { + "id": "range_49", + "name": null, + "center": [ + 86, + 80 + ], + "peak": [ + 87, + 80 + ], + "area_cells": 20 + }, + { + "id": "range_51", + "name": null, + "center": [ + 105, + 115 + ], + "peak": [ + 112, + 122 + ], + "area_cells": 164 + }, + { + "id": "range_53", + "name": null, + "center": [ + 105, + 440 + ], + "peak": [ + 107, + 438 + ], + "area_cells": 91 + }, + { + "id": "range_54", + "name": null, + "center": [ + 104, + 69 + ], + "peak": [ + 105, + 69 + ], + "area_cells": 75 + }, + { + "id": "range_56", + "name": null, + "center": [ + 113, + 268 + ], + "peak": [ + 115, + 266 + ], + "area_cells": 142 + }, + { + "id": "range_57", + "name": null, + "center": [ + 125, + 466 + ], + "peak": [ + 125, + 468 + ], + "area_cells": 86 + }, + { + "id": "range_58", + "name": null, + "center": [ + 124, + 200 + ], + "peak": [ + 125, + 201 + ], + "area_cells": 75 + }, + { + "id": "range_60", + "name": null, + "center": [ + 143, + 413 + ], + "peak": [ + 143, + 415 + ], + "area_cells": 178 + }, + { + "id": "range_61", + "name": null, + "center": [ + 143, + 77 + ], + "peak": [ + 143, + 74 + ], + "area_cells": 133 + }, + { + "id": "range_62", + "name": null, + "center": [ + 148, + 39 + ], + "peak": [ + 149, + 44 + ], + "area_cells": 60 + }, + { + "id": "range_63", + "name": null, + "center": [ + 181, + 112 + ], + "peak": [ + 208, + 101 + ], + "area_cells": 1624 + }, + { + "id": "range_64", + "name": null, + "center": [ + 158, + 199 + ], + "peak": [ + 159, + 203 + ], + "area_cells": 167 + }, + { + "id": "range_65", + "name": null, + "center": [ + 161, + 290 + ], + "peak": [ + 162, + 289 + ], + "area_cells": 259 + }, + { + "id": "range_67", + "name": null, + "center": [ + 161, + 168 + ], + "peak": [ + 161, + 167 + ], + "area_cells": 80 + }, + { + "id": "range_68", + "name": null, + "center": [ + 165, + 374 + ], + "peak": [ + 161, + 373 + ], + "area_cells": 84 + }, + { + "id": "range_70", + "name": null, + "center": [ + 194, + 61 + ], + "peak": [ + 181, + 67 + ], + "area_cells": 551 + }, + { + "id": "range_71", + "name": null, + "center": [ + 177, + 423 + ], + "peak": [ + 177, + 423 + ], + "area_cells": 54 + }, + { + "id": "range_73", + "name": null, + "center": [ + 191, + 417 + ], + "peak": [ + 191, + 417 + ], + "area_cells": 124 + }, + { + "id": "range_75", + "name": null, + "center": [ + 190, + 510 + ], + "peak": [ + 189, + 511 + ], + "area_cells": 28 + }, + { + "id": "range_77", + "name": null, + "center": [ + 197, + 391 + ], + "peak": [ + 198, + 391 + ], + "area_cells": 74 + }, + { + "id": "range_80", + "name": null, + "center": [ + 228, + 245 + ], + "peak": [ + 222, + 235 + ], + "area_cells": 423 + }, + { + "id": "range_81", + "name": null, + "center": [ + 220, + 502 + ], + "peak": [ + 220, + 503 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-2/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764h-2/globe.png new file mode 100644 index 000000000..2a68c0125 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h-2/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-2/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764h-2/heightmap.png new file mode 100644 index 000000000..a04ab1712 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-2/index.md b/wiki/star-systems/GJ-764/bodies/GJ764h-2/index.md new file mode 100644 index 000000000..f0af2f741 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ764h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 177755708 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 33.1 +physical: + gravity_g: 0.06 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.719 + polar_ice_lat: 0.248 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.266 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764h-2 + +Frozen moon. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-2/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764h-2/markers.json new file mode 100644 index 000000000..ff997acf0 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h-2/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 86, + 361 + ], + "area_fraction": 0.0769 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 98, + 108 + ], + "area_fraction": 0.1282 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 87, + 484 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 231, + 223 + ], + "area_fraction": 0.038 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 6 + ], + "peak": [ + 5, + 3 + ], + "area_cells": 118 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 230 + ], + "peak": [ + 0, + 234 + ], + "area_cells": 952 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 394 + ], + "peak": [ + 12, + 409 + ], + "area_cells": 4259 + }, + { + "id": "range_5", + "name": null, + "center": [ + 6, + 287 + ], + "peak": [ + 6, + 287 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 282 + ], + "peak": [ + 8, + 282 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 23, + 281 + ], + "peak": [ + 23, + 282 + ], + "area_cells": 33 + }, + { + "id": "range_12", + "name": null, + "center": [ + 150, + 266 + ], + "peak": [ + 140, + 267 + ], + "area_cells": 328 + }, + { + "id": "range_13", + "name": null, + "center": [ + 171, + 351 + ], + "peak": [ + 166, + 311 + ], + "area_cells": 2995 + }, + { + "id": "range_14", + "name": null, + "center": [ + 152, + 286 + ], + "peak": [ + 152, + 285 + ], + "area_cells": 133 + }, + { + "id": "range_16", + "name": null, + "center": [ + 182, + 3 + ], + "peak": [ + 183, + 4 + ], + "area_cells": 73 + }, + { + "id": "range_20", + "name": null, + "center": [ + 198, + 323 + ], + "peak": [ + 198, + 324 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-3/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764h-3/globe.png new file mode 100644 index 000000000..f430fb7ae Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h-3/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-3/heightmap.png b/wiki/star-systems/GJ-764/bodies/GJ764h-3/heightmap.png new file mode 100644 index 000000000..cc78912e9 Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-3/index.md b/wiki/star-systems/GJ-764/bodies/GJ764h-3/index.md new file mode 100644 index 000000000..018c9f099 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h-3/index.md @@ -0,0 +1,64 @@ +--- +id: GJ764h-3 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1508998849 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 20.0 +physical: + gravity_g: 0.04 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.928 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ764h-3 + +Barren moon. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 99% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h-3/markers.json b/wiki/star-systems/GJ-764/bodies/GJ764h-3/markers.json new file mode 100644 index 000000000..287457c23 --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h-3/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 240 + ], + "peak": [ + 32, + 240 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 42, + 219 + ], + "peak": [ + 42, + 219 + ], + "area_cells": 182 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 172 + ], + "peak": [ + 176, + 249 + ], + "area_cells": 22589 + }, + { + "id": "range_5", + "name": null, + "center": [ + 67, + 273 + ], + "peak": [ + 62, + 272 + ], + "area_cells": 156 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 357 + ], + "peak": [ + 68, + 358 + ], + "area_cells": 20 + }, + { + "id": "range_8", + "name": null, + "center": [ + 73, + 96 + ], + "peak": [ + 72, + 99 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 131, + 503 + ], + "peak": [ + 123, + 501 + ], + "area_cells": 444 + }, + { + "id": "range_14", + "name": null, + "center": [ + 126, + 431 + ], + "peak": [ + 123, + 427 + ], + "area_cells": 73 + }, + { + "id": "range_15", + "name": null, + "center": [ + 147, + 333 + ], + "peak": [ + 145, + 340 + ], + "area_cells": 406 + }, + { + "id": "range_16", + "name": null, + "center": [ + 170, + 460 + ], + "peak": [ + 192, + 474 + ], + "area_cells": 1841 + }, + { + "id": "range_19", + "name": null, + "center": [ + 196, + 349 + ], + "peak": [ + 198, + 351 + ], + "area_cells": 287 + }, + { + "id": "range_22", + "name": null, + "center": [ + 201, + 34 + ], + "peak": [ + 200, + 34 + ], + "area_cells": 99 + }, + { + "id": "range_25", + "name": null, + "center": [ + 215, + 126 + ], + "peak": [ + 216, + 126 + ], + "area_cells": 97 + }, + { + "id": "range_27", + "name": null, + "center": [ + 222, + 491 + ], + "peak": [ + 223, + 488 + ], + "area_cells": 264 + }, + { + "id": "range_28", + "name": null, + "center": [ + 223, + 155 + ], + "peak": [ + 223, + 155 + ], + "area_cells": 44 + }, + { + "id": "range_32", + "name": null, + "center": [ + 220, + 378 + ], + "peak": [ + 222, + 380 + ], + "area_cells": 79 + }, + { + "id": "range_37", + "name": null, + "center": [ + 241, + 354 + ], + "peak": [ + 239, + 355 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h/globe.png b/wiki/star-systems/GJ-764/bodies/GJ764h/globe.png new file mode 100644 index 000000000..856bf807a Binary files /dev/null and b/wiki/star-systems/GJ-764/bodies/GJ764h/globe.png differ diff --git a/wiki/star-systems/GJ-764/bodies/GJ764h/index.md b/wiki/star-systems/GJ-764/bodies/GJ764h/index.md new file mode 100644 index 000000000..3773ef86d --- /dev/null +++ b/wiki/star-systems/GJ-764/bodies/GJ764h/index.md @@ -0,0 +1,61 @@ +--- +id: GJ764h +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1803664813 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.772 + period_days: 3000.0 + axial_tilt_deg: 5.3 +physical: + gravity_g: null + oblateness: 0.0721 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.078 +--- + +# GJ764h + +Gas giant. + +**System:** [GJ-764](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3000 days | + +## Description + + 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/bodies/GJ768b/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768b/globe.png new file mode 100644 index 000000000..a97df7f1f Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768b/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768b/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768b/heightmap.png new file mode 100644 index 000000000..86641f249 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768b/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768b/index.md b/wiki/star-systems/GJ-768/bodies/GJ768b/index.md new file mode 100644 index 000000000..3c455613a --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ768b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3252634981 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.277 + period_days: 40.0 + axial_tilt_deg: 36.1 +physical: + gravity_g: 0.28 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.817 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768b + +Barren planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768b/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768b/markers.json new file mode 100644 index 000000000..bea9f347d --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768b/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 383 + ], + "peak": [ + 6, + 385 + ], + "area_cells": 218 + }, + { + "id": "range_3", + "name": null, + "center": [ + 45, + 152 + ], + "peak": [ + 51, + 151 + ], + "area_cells": 136 + }, + { + "id": "range_4", + "name": null, + "center": [ + 58, + 64 + ], + "peak": [ + 55, + 62 + ], + "area_cells": 149 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 500 + ], + "peak": [ + 61, + 501 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 90, + 161 + ], + "peak": [ + 113, + 174 + ], + "area_cells": 1036 + }, + { + "id": "range_7", + "name": null, + "center": [ + 114, + 413 + ], + "peak": [ + 127, + 405 + ], + "area_cells": 6051 + }, + { + "id": "range_8", + "name": null, + "center": [ + 91, + 292 + ], + "peak": [ + 74, + 300 + ], + "area_cells": 624 + }, + { + "id": "range_9", + "name": null, + "center": [ + 88, + 254 + ], + "peak": [ + 91, + 247 + ], + "area_cells": 420 + }, + { + "id": "range_11", + "name": null, + "center": [ + 78, + 378 + ], + "peak": [ + 77, + 378 + ], + "area_cells": 291 + }, + { + "id": "range_12", + "name": null, + "center": [ + 101, + 35 + ], + "peak": [ + 102, + 9 + ], + "area_cells": 1029 + }, + { + "id": "range_15", + "name": null, + "center": [ + 108, + 258 + ], + "peak": [ + 109, + 260 + ], + "area_cells": 30 + }, + { + "id": "range_17", + "name": null, + "center": [ + 112, + 232 + ], + "peak": [ + 113, + 232 + ], + "area_cells": 62 + }, + { + "id": "range_18", + "name": null, + "center": [ + 145, + 246 + ], + "peak": [ + 125, + 255 + ], + "area_cells": 706 + }, + { + "id": "range_19", + "name": null, + "center": [ + 132, + 152 + ], + "peak": [ + 129, + 152 + ], + "area_cells": 215 + }, + { + "id": "range_21", + "name": null, + "center": [ + 135, + 289 + ], + "peak": [ + 132, + 283 + ], + "area_cells": 383 + }, + { + "id": "range_22", + "name": null, + "center": [ + 139, + 27 + ], + "peak": [ + 140, + 21 + ], + "area_cells": 224 + }, + { + "id": "range_23", + "name": null, + "center": [ + 141, + 362 + ], + "peak": [ + 141, + 362 + ], + "area_cells": 58 + }, + { + "id": "range_24", + "name": null, + "center": [ + 160, + 185 + ], + "peak": [ + 163, + 188 + ], + "area_cells": 571 + }, + { + "id": "range_25", + "name": null, + "center": [ + 183, + 81 + ], + "peak": [ + 162, + 79 + ], + "area_cells": 2999 + }, + { + "id": "range_31", + "name": null, + "center": [ + 166, + 271 + ], + "peak": [ + 163, + 274 + ], + "area_cells": 131 + }, + { + "id": "range_32", + "name": null, + "center": [ + 184, + 490 + ], + "peak": [ + 174, + 481 + ], + "area_cells": 841 + }, + { + "id": "range_34", + "name": null, + "center": [ + 170, + 288 + ], + "peak": [ + 169, + 291 + ], + "area_cells": 178 + }, + { + "id": "range_37", + "name": null, + "center": [ + 171, + 307 + ], + "peak": [ + 174, + 304 + ], + "area_cells": 53 + }, + { + "id": "range_40", + "name": null, + "center": [ + 176, + 132 + ], + "peak": [ + 176, + 132 + ], + "area_cells": 43 + }, + { + "id": "range_41", + "name": null, + "center": [ + 184, + 4 + ], + "peak": [ + 180, + 0 + ], + "area_cells": 110 + }, + { + "id": "range_45", + "name": null, + "center": [ + 197, + 150 + ], + "peak": [ + 198, + 151 + ], + "area_cells": 43 + }, + { + "id": "range_46", + "name": null, + "center": [ + 204, + 461 + ], + "peak": [ + 205, + 461 + ], + "area_cells": 43 + }, + { + "id": "range_47", + "name": null, + "center": [ + 216, + 152 + ], + "peak": [ + 214, + 153 + ], + "area_cells": 33 + }, + { + "id": "range_48", + "name": null, + "center": [ + 214, + 55 + ], + "peak": [ + 214, + 56 + ], + "area_cells": 25 + }, + { + "id": "range_50", + "name": null, + "center": [ + 225, + 141 + ], + "peak": [ + 227, + 141 + ], + "area_cells": 26 + }, + { + "id": "range_52", + "name": null, + "center": [ + 232, + 477 + ], + "peak": [ + 234, + 480 + ], + "area_cells": 112 + }, + { + "id": "range_53", + "name": null, + "center": [ + 241, + 282 + ], + "peak": [ + 244, + 283 + ], + "area_cells": 72 + }, + { + "id": "range_54", + "name": null, + "center": [ + 251, + 249 + ], + "peak": [ + 253, + 249 + ], + "area_cells": 595 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768c/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768c/globe.png new file mode 100644 index 000000000..0c4b98d3c Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768c/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768c/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768c/heightmap.png new file mode 100644 index 000000000..4806054f1 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768c/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768c/index.md b/wiki/star-systems/GJ-768/bodies/GJ768c/index.md new file mode 100644 index 000000000..4c15eb21d --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ768c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 180647706 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.577 + period_days: 120.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.6 + oblateness: 0.0013 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.86 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.025 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768c + +Barren planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.6g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768c/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768c/markers.json new file mode 100644 index 000000000..d3587a784 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768c/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 20 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 1197 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 440 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 3761 + }, + { + "id": "range_4", + "name": null, + "center": [ + 174, + 270 + ], + "peak": [ + 175, + 349 + ], + "area_cells": 46401 + }, + { + "id": "range_5", + "name": null, + "center": [ + 112, + 384 + ], + "peak": [ + 112, + 383 + ], + "area_cells": 187 + }, + { + "id": "range_10", + "name": null, + "center": [ + 192, + 160 + ], + "peak": [ + 191, + 167 + ], + "area_cells": 171 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768d/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768d/globe.png new file mode 100644 index 000000000..e6c798a28 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768d/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768d/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768d/heightmap.png new file mode 100644 index 000000000..9b6232cb6 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768d/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768d/index.md b/wiki/star-systems/GJ-768/bodies/GJ768d/index.md new file mode 100644 index 000000000..524eb25bc --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ768d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 3375597523 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 1.063 + period_days: 300.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.45 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.913 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.191 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768d + +Arid planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768d/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768d/markers.json new file mode 100644 index 000000000..d157f4826 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768d/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 316 + ], + "peak": [ + 7, + 423 + ], + "area_cells": 10300 + }, + { + "id": "range_2", + "name": null, + "center": [ + 108, + 142 + ], + "peak": [ + 76, + 46 + ], + "area_cells": 24613 + }, + { + "id": "range_4", + "name": null, + "center": [ + 66, + 484 + ], + "peak": [ + 66, + 484 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 86, + 446 + ], + "peak": [ + 88, + 447 + ], + "area_cells": 168 + }, + { + "id": "range_7", + "name": null, + "center": [ + 139, + 480 + ], + "peak": [ + 142, + 491 + ], + "area_cells": 2191 + }, + { + "id": "range_9", + "name": null, + "center": [ + 169, + 12 + ], + "peak": [ + 178, + 15 + ], + "area_cells": 518 + }, + { + "id": "range_10", + "name": null, + "center": [ + 178, + 285 + ], + "peak": [ + 178, + 285 + ], + "area_cells": 113 + }, + { + "id": "range_11", + "name": null, + "center": [ + 184, + 36 + ], + "peak": [ + 183, + 38 + ], + "area_cells": 69 + }, + { + "id": "range_12", + "name": null, + "center": [ + 191, + 64 + ], + "peak": [ + 192, + 63 + ], + "area_cells": 69 + }, + { + "id": "range_13", + "name": null, + "center": [ + 196, + 37 + ], + "peak": [ + 198, + 38 + ], + "area_cells": 66 + }, + { + "id": "range_14", + "name": null, + "center": [ + 199, + 22 + ], + "peak": [ + 200, + 22 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e-1/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768e-1/globe.png new file mode 100644 index 000000000..2152cbef9 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768e-1/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e-1/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768e-1/heightmap.png new file mode 100644 index 000000000..ed8fed972 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e-1/index.md b/wiki/star-systems/GJ-768/bodies/GJ768e-1/index.md new file mode 100644 index 000000000..c3ec72f7f --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ768e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3317839901 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.138 + period_days: 14.0 + axial_tilt_deg: 3.5 +physical: + gravity_g: 0.06 + oblateness: 0.0009 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.967 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768e-1 + +Barren moon. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e-1/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768e-1/markers.json new file mode 100644 index 000000000..2e2f72706 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768e-1/markers.json @@ -0,0 +1,196 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 108 + ], + "peak": [ + 97, + 113 + ], + "area_cells": 14610 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 218 + ], + "peak": [ + 29, + 198 + ], + "area_cells": 1488 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 395 + ], + "peak": [ + 3, + 473 + ], + "area_cells": 11214 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 250 + ], + "peak": [ + 53, + 252 + ], + "area_cells": 95 + }, + { + "id": "range_8", + "name": null, + "center": [ + 54, + 448 + ], + "peak": [ + 54, + 449 + ], + "area_cells": 76 + }, + { + "id": "range_21", + "name": null, + "center": [ + 104, + 367 + ], + "peak": [ + 105, + 368 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 143, + 446 + ], + "peak": [ + 144, + 446 + ], + "area_cells": 43 + }, + { + "id": "range_25", + "name": null, + "center": [ + 148, + 64 + ], + "peak": [ + 149, + 65 + ], + "area_cells": 93 + }, + { + "id": "range_27", + "name": null, + "center": [ + 157, + 367 + ], + "peak": [ + 157, + 367 + ], + "area_cells": 104 + }, + { + "id": "range_28", + "name": null, + "center": [ + 156, + 329 + ], + "peak": [ + 156, + 331 + ], + "area_cells": 21 + }, + { + "id": "range_29", + "name": null, + "center": [ + 161, + 289 + ], + "peak": [ + 163, + 293 + ], + "area_cells": 156 + }, + { + "id": "range_31", + "name": null, + "center": [ + 178, + 264 + ], + "peak": [ + 179, + 263 + ], + "area_cells": 393 + }, + { + "id": "range_36", + "name": null, + "center": [ + 177, + 349 + ], + "peak": [ + 178, + 350 + ], + "area_cells": 52 + }, + { + "id": "range_37", + "name": null, + "center": [ + 191, + 372 + ], + "peak": [ + 190, + 370 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768e/globe.png new file mode 100644 index 000000000..b7029773b Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768e/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768e/heightmap.png new file mode 100644 index 000000000..c720037fe Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768e/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e/index.md b/wiki/star-systems/GJ-768/bodies/GJ768e/index.md new file mode 100644 index 000000000..f557d1d5f --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ768e +name: Solano +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1273134156 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 1.687 + period_days: 600.0 + axial_tilt_deg: 13.8 +physical: + gravity_g: 0.9 + oblateness: 0.003 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.356 + polar_ice_lat: 0.772 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Solano + +Temperate planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 36% | +| **Year** | 600 days | +| **Inhabited** | yes | +| **Population** | 800M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768e/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768e/markers.json new file mode 100644 index 000000000..ede6ea58c --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768e/markers.json @@ -0,0 +1,371 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 236, + 494 + ], + [ + 237, + 493 + ], + [ + 238, + 492 + ], + [ + 239, + 493 + ], + [ + 240, + 492 + ], + [ + 241, + 492 + ], + [ + 242, + 491 + ], + [ + 243, + 492 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 238, + 0 + ], + [ + 239, + 0 + ], + [ + 240, + 0 + ], + [ + 241, + 0 + ], + [ + 242, + 0 + ], + [ + 243, + 0 + ], + [ + 244, + 0 + ], + [ + 245, + 511 + ], + [ + 246, + 510 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 255, + 348 + ], + [ + 255, + 347 + ], + [ + 255, + 346 + ], + [ + 255, + 345 + ], + [ + 255, + 344 + ], + [ + 255, + 343 + ], + [ + 254, + 342 + ], + [ + 253, + 341 + ], + [ + 253, + 340 + ], + [ + 253, + 339 + ], + [ + 252, + 338 + ], + [ + 252, + 337 + ], + [ + 251, + 336 + ], + [ + 250, + 337 + ], + [ + 250, + 338 + ], + [ + 250, + 339 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 236, + 476 + ], + [ + 237, + 477 + ], + [ + 238, + 478 + ], + [ + 239, + 479 + ], + [ + 240, + 480 + ], + [ + 241, + 481 + ], + [ + 242, + 480 + ], + [ + 243, + 479 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 242, + 149 + ], + [ + 243, + 150 + ], + [ + 242, + 151 + ], + [ + 242, + 152 + ], + [ + 241, + 153 + ], + [ + 240, + 153 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 124, + 249 + ], + "area_fraction": 0.6176 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 122, + 336 + ], + "area_fraction": 0.0179 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 12 + ], + "peak": [ + 46, + 14 + ], + "area_cells": 26 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 424 + ], + "peak": [ + 61, + 427 + ], + "area_cells": 103 + }, + { + "id": "range_3", + "name": null, + "center": [ + 80, + 72 + ], + "peak": [ + 82, + 71 + ], + "area_cells": 56 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 42 + ], + "peak": [ + 106, + 11 + ], + "area_cells": 2373 + }, + { + "id": "range_5", + "name": null, + "center": [ + 122, + 477 + ], + "peak": [ + 112, + 511 + ], + "area_cells": 1550 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 44 + ], + "peak": [ + 128, + 44 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 364 + ], + "peak": [ + 168, + 355 + ], + "area_cells": 299 + }, + { + "id": "range_9", + "name": null, + "center": [ + 168, + 331 + ], + "peak": [ + 168, + 332 + ], + "area_cells": 20 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 366 + ], + "peak": [ + 191, + 366 + ], + "area_cells": 129 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-1/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768f-1/globe.png new file mode 100644 index 000000000..b78492283 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768f-1/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-1/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768f-1/heightmap.png new file mode 100644 index 000000000..dfb42631b Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-1/index.md b/wiki/star-systems/GJ-768/bodies/GJ768f-1/index.md new file mode 100644 index 000000000..8d28d2455 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768f-1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ768f-1 +name: null +body_type: moon +planet_class: temperate +body_scale: moon +seed: 1839898170 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.163 + period_days: 18.0 + axial_tilt_deg: 22.4 +physical: + gravity_g: 0.35 + oblateness: 0.0044 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.683 + polar_ice_lat: 0.743 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.522 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ768f-1 + +Temperate moon. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | temperate | +| **Gravity** | 0.35g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 68% | +| **Orbit** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-1/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768f-1/markers.json new file mode 100644 index 000000000..00e17384e --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768f-1/markers.json @@ -0,0 +1,716 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 220, + 511 + ], + [ + 219, + 0 + ], + [ + 218, + 511 + ], + [ + 218, + 510 + ], + [ + 217, + 510 + ], + [ + 216, + 509 + ], + [ + 215, + 508 + ], + [ + 214, + 508 + ], + [ + 213, + 507 + ], + [ + 212, + 507 + ], + [ + 211, + 508 + ], + [ + 210, + 508 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 222, + 251 + ], + [ + 221, + 250 + ], + [ + 222, + 249 + ], + [ + 223, + 248 + ], + [ + 224, + 247 + ], + [ + 225, + 246 + ], + [ + 225, + 245 + ], + [ + 226, + 244 + ], + [ + 227, + 243 + ], + [ + 226, + 242 + ], + [ + 227, + 241 + ], + [ + 227, + 240 + ], + [ + 226, + 239 + ], + [ + 227, + 239 + ], + [ + 228, + 238 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 252, + 382 + ], + [ + 253, + 383 + ], + [ + 254, + 384 + ], + [ + 253, + 385 + ], + [ + 252, + 386 + ], + [ + 252, + 387 + ], + [ + 251, + 388 + ], + [ + 250, + 389 + ], + [ + 249, + 390 + ], + [ + 248, + 391 + ], + [ + 247, + 391 + ], + [ + 246, + 391 + ], + [ + 246, + 392 + ], + [ + 246, + 393 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 181, + 355 + ], + [ + 182, + 354 + ], + [ + 183, + 353 + ], + [ + 184, + 352 + ], + [ + 185, + 351 + ], + [ + 186, + 352 + ], + [ + 187, + 351 + ], + [ + 188, + 352 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 255, + 137 + ], + [ + 255, + 138 + ], + [ + 254, + 139 + ], + [ + 253, + 138 + ], + [ + 252, + 138 + ], + [ + 251, + 139 + ], + [ + 251, + 138 + ], + [ + 250, + 139 + ], + [ + 250, + 138 + ], + [ + 249, + 138 + ], + [ + 248, + 137 + ], + [ + 247, + 138 + ], + [ + 246, + 138 + ], + [ + 247, + 137 + ], + [ + 246, + 137 + ], + [ + 245, + 137 + ], + [ + 246, + 136 + ], + [ + 246, + 135 + ], + [ + 245, + 135 + ], + [ + 244, + 135 + ], + [ + 243, + 134 + ], + [ + 243, + 133 + ], + [ + 244, + 132 + ], + [ + 243, + 132 + ], + [ + 242, + 132 + ], + [ + 241, + 132 + ], + [ + 240, + 131 + ], + [ + 241, + 130 + ], + [ + 240, + 129 + ], + [ + 241, + 129 + ], + [ + 241, + 128 + ], + [ + 242, + 127 + ], + [ + 242, + 128 + ], + [ + 243, + 127 + ], + [ + 244, + 127 + ], + [ + 244, + 128 + ], + [ + 243, + 128 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 220, + 1 + ], + [ + 221, + 0 + ], + [ + 222, + 0 + ], + [ + 223, + 0 + ], + [ + 224, + 1 + ], + [ + 225, + 2 + ], + [ + 226, + 3 + ], + [ + 226, + 4 + ], + [ + 227, + 5 + ], + [ + 227, + 4 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 236, + 126 + ], + [ + 237, + 127 + ], + [ + 238, + 126 + ], + [ + 239, + 126 + ], + [ + 240, + 126 + ], + [ + 241, + 127 + ], + [ + 242, + 127 + ], + [ + 243, + 126 + ], + [ + 242, + 125 + ], + [ + 242, + 126 + ], + [ + 243, + 127 + ], + [ + 244, + 126 + ], + [ + 244, + 127 + ], + [ + 245, + 127 + ], + [ + 244, + 128 + ], + [ + 243, + 128 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 192, + 338 + ], + [ + 193, + 339 + ], + [ + 194, + 340 + ], + [ + 195, + 341 + ], + [ + 196, + 342 + ], + [ + 197, + 343 + ], + [ + 198, + 344 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 69, + 510 + ], + [ + 70, + 511 + ], + [ + 71, + 0 + ], + [ + 72, + 0 + ], + [ + 73, + 1 + ], + [ + 74, + 2 + ], + [ + 75, + 3 + ], + [ + 76, + 4 + ], + [ + 77, + 4 + ], + [ + 78, + 5 + ], + [ + 79, + 6 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 238, + 510 + ], + [ + 237, + 509 + ], + [ + 236, + 508 + ], + [ + 235, + 507 + ], + [ + 234, + 508 + ], + [ + 233, + 509 + ], + [ + 232, + 508 + ], + [ + 231, + 507 + ], + [ + 232, + 506 + ], + [ + 231, + 505 + ], + [ + 230, + 504 + ], + [ + 231, + 503 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 157, + 80 + ], + "area_fraction": 0.1535 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 177, + 396 + ], + "area_fraction": 0.1627 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 275 + ], + "peak": [ + 56, + 357 + ], + "area_cells": 10005 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 138 + ], + "peak": [ + 115, + 139 + ], + "area_cells": 41 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 198 + ], + "peak": [ + 132, + 205 + ], + "area_cells": 186 + }, + { + "id": "range_4", + "name": null, + "center": [ + 181, + 211 + ], + "peak": [ + 183, + 204 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-2/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768f-2/globe.png new file mode 100644 index 000000000..f43b7f4c3 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768f-2/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-2/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768f-2/heightmap.png new file mode 100644 index 000000000..48de5cac6 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-2/index.md b/wiki/star-systems/GJ-768/bodies/GJ768f-2/index.md new file mode 100644 index 000000000..817665a73 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768f-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ768f-2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1561410435 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.078 + period_days: 6.0 + axial_tilt_deg: 30.5 +physical: + gravity_g: 0.04 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.837 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.046 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768f-2 + +Barren moon. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f-2/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768f-2/markers.json new file mode 100644 index 000000000..7fdd2dfaf --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768f-2/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 428 + ], + "peak": [ + 2, + 429 + ], + "area_cells": 23 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 418 + ], + "peak": [ + 29, + 418 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 434 + ], + "peak": [ + 47, + 431 + ], + "area_cells": 391 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 149 + ], + "peak": [ + 28, + 149 + ], + "area_cells": 55 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 171 + ], + "peak": [ + 70, + 171 + ], + "area_cells": 67 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 140 + ], + "peak": [ + 65, + 140 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 86, + 415 + ], + "peak": [ + 87, + 419 + ], + "area_cells": 509 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 313 + ], + "peak": [ + 76, + 314 + ], + "area_cells": 157 + }, + { + "id": "range_15", + "name": null, + "center": [ + 131, + 340 + ], + "peak": [ + 121, + 331 + ], + "area_cells": 2325 + }, + { + "id": "range_16", + "name": null, + "center": [ + 103, + 45 + ], + "peak": [ + 108, + 48 + ], + "area_cells": 331 + }, + { + "id": "range_18", + "name": null, + "center": [ + 97, + 381 + ], + "peak": [ + 98, + 383 + ], + "area_cells": 60 + }, + { + "id": "range_19", + "name": null, + "center": [ + 95, + 450 + ], + "peak": [ + 95, + 450 + ], + "area_cells": 58 + }, + { + "id": "range_20", + "name": null, + "center": [ + 97, + 193 + ], + "peak": [ + 96, + 193 + ], + "area_cells": 30 + }, + { + "id": "range_23", + "name": null, + "center": [ + 158, + 116 + ], + "peak": [ + 169, + 89 + ], + "area_cells": 8936 + }, + { + "id": "range_25", + "name": null, + "center": [ + 113, + 380 + ], + "peak": [ + 114, + 381 + ], + "area_cells": 28 + }, + { + "id": "range_28", + "name": null, + "center": [ + 155, + 467 + ], + "peak": [ + 151, + 469 + ], + "area_cells": 2300 + }, + { + "id": "range_32", + "name": null, + "center": [ + 158, + 294 + ], + "peak": [ + 161, + 295 + ], + "area_cells": 412 + }, + { + "id": "range_33", + "name": null, + "center": [ + 149, + 267 + ], + "peak": [ + 149, + 267 + ], + "area_cells": 30 + }, + { + "id": "range_35", + "name": null, + "center": [ + 156, + 203 + ], + "peak": [ + 157, + 204 + ], + "area_cells": 33 + }, + { + "id": "range_39", + "name": null, + "center": [ + 177, + 3 + ], + "peak": [ + 180, + 1 + ], + "area_cells": 194 + }, + { + "id": "range_40", + "name": null, + "center": [ + 176, + 244 + ], + "peak": [ + 177, + 245 + ], + "area_cells": 121 + }, + { + "id": "range_42", + "name": null, + "center": [ + 181, + 508 + ], + "peak": [ + 181, + 511 + ], + "area_cells": 74 + }, + { + "id": "range_44", + "name": null, + "center": [ + 195, + 186 + ], + "peak": [ + 195, + 187 + ], + "area_cells": 21 + }, + { + "id": "range_45", + "name": null, + "center": [ + 233, + 389 + ], + "peak": [ + 243, + 409 + ], + "area_cells": 2270 + }, + { + "id": "range_49", + "name": null, + "center": [ + 217, + 68 + ], + "peak": [ + 211, + 69 + ], + "area_cells": 96 + }, + { + "id": "range_51", + "name": null, + "center": [ + 217, + 156 + ], + "peak": [ + 218, + 157 + ], + "area_cells": 83 + }, + { + "id": "range_52", + "name": null, + "center": [ + 217, + 60 + ], + "peak": [ + 219, + 61 + ], + "area_cells": 24 + }, + { + "id": "range_55", + "name": null, + "center": [ + 235, + 175 + ], + "peak": [ + 230, + 175 + ], + "area_cells": 94 + }, + { + "id": "range_61", + "name": null, + "center": [ + 250, + 183 + ], + "peak": [ + 251, + 181 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768f/globe.png new file mode 100644 index 000000000..5db913177 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768f/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768f/heightmap.png new file mode 100644 index 000000000..160d6c2cd Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768f/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f/index.md b/wiki/star-systems/GJ-768/bodies/GJ768f/index.md new file mode 100644 index 000000000..16ea5b178 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768f/index.md @@ -0,0 +1,73 @@ +--- +id: GJ768f +name: Miralta +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2785855788 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 2.371 + period_days: 1000.0 + axial_tilt_deg: 18.3 +physical: + gravity_g: 0.78 + oblateness: 0.0014 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.512 + polar_ice_lat: 0.772 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Miralta + +Temperate planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.78g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 51% | +| **Year** | 1000 days | +| **Inhabited** | yes | +| **Population** | 200M | +| **Economy** | service_mixed | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768f/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768f/markers.json new file mode 100644 index 000000000..b9e0264be --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768f/markers.json @@ -0,0 +1,554 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 246, + 203 + ], + [ + 245, + 204 + ], + [ + 244, + 204 + ], + [ + 243, + 204 + ], + [ + 242, + 203 + ], + [ + 241, + 204 + ], + [ + 240, + 204 + ], + [ + 239, + 203 + ], + [ + 238, + 204 + ], + [ + 237, + 204 + ], + [ + 236, + 203 + ], + [ + 235, + 204 + ], + [ + 234, + 203 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 75, + 120 + ], + [ + 74, + 121 + ], + [ + 75, + 122 + ], + [ + 76, + 123 + ], + [ + 77, + 124 + ], + [ + 78, + 125 + ], + [ + 79, + 126 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 32 + ], + [ + 1, + 32 + ], + [ + 2, + 32 + ], + [ + 3, + 31 + ], + [ + 4, + 32 + ], + [ + 5, + 31 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 49, + 210 + ], + [ + 49, + 211 + ], + [ + 50, + 210 + ], + [ + 51, + 211 + ], + [ + 52, + 212 + ], + [ + 53, + 213 + ], + [ + 54, + 214 + ], + [ + 55, + 215 + ], + [ + 56, + 216 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 110, + 427 + ], + [ + 111, + 426 + ], + [ + 112, + 425 + ], + [ + 113, + 424 + ], + [ + 114, + 423 + ], + [ + 114, + 422 + ], + [ + 115, + 421 + ], + [ + 115, + 420 + ], + [ + 115, + 419 + ], + [ + 116, + 418 + ], + [ + 117, + 417 + ], + [ + 118, + 416 + ], + [ + 119, + 415 + ], + [ + 120, + 414 + ], + [ + 120, + 413 + ], + [ + 121, + 412 + ], + [ + 120, + 411 + ], + [ + 121, + 411 + ], + [ + 122, + 410 + ], + [ + 122, + 409 + ], + [ + 123, + 408 + ], + [ + 122, + 407 + ], + [ + 123, + 406 + ], + [ + 124, + 405 + ], + [ + 125, + 404 + ], + [ + 126, + 403 + ], + [ + 127, + 402 + ], + [ + 128, + 401 + ], + [ + 129, + 400 + ], + [ + 130, + 401 + ], + [ + 131, + 400 + ], + [ + 132, + 400 + ], + [ + 133, + 401 + ], + [ + 134, + 401 + ], + [ + 135, + 402 + ], + [ + 136, + 403 + ], + [ + 137, + 404 + ], + [ + 138, + 405 + ], + [ + 139, + 405 + ], + [ + 140, + 404 + ], + [ + 141, + 405 + ], + [ + 142, + 405 + ], + [ + 143, + 406 + ], + [ + 144, + 407 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 293 + ], + [ + 1, + 292 + ], + [ + 2, + 292 + ], + [ + 3, + 291 + ], + [ + 4, + 290 + ], + [ + 5, + 291 + ], + [ + 6, + 292 + ], + [ + 7, + 293 + ], + [ + 8, + 294 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 53, + 214 + ], + "area_fraction": 0.1875 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 210, + 288 + ], + "area_fraction": 0.2991 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 415 + ], + "peak": [ + 102, + 405 + ], + "area_cells": 12344 + }, + { + "id": "range_2", + "name": null, + "center": [ + 35, + 138 + ], + "peak": [ + 35, + 135 + ], + "area_cells": 78 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 381 + ], + "peak": [ + 33, + 381 + ], + "area_cells": 30 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 63 + ], + "peak": [ + 114, + 64 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 80 + ], + "peak": [ + 130, + 98 + ], + "area_cells": 2087 + }, + { + "id": "range_7", + "name": null, + "center": [ + 152, + 183 + ], + "peak": [ + 158, + 188 + ], + "area_cells": 876 + }, + { + "id": "range_10", + "name": null, + "center": [ + 139, + 351 + ], + "peak": [ + 140, + 353 + ], + "area_cells": 82 + }, + { + "id": "range_11", + "name": null, + "center": [ + 155, + 508 + ], + "peak": [ + 157, + 511 + ], + "area_cells": 56 + }, + { + "id": "range_13", + "name": null, + "center": [ + 162, + 256 + ], + "peak": [ + 160, + 266 + ], + "area_cells": 334 + }, + { + "id": "range_16", + "name": null, + "center": [ + 178, + 180 + ], + "peak": [ + 176, + 173 + ], + "area_cells": 176 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768g/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768g/globe.png new file mode 100644 index 000000000..882ca7f30 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768g/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768g/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768g/heightmap.png new file mode 100644 index 000000000..b38e3ab2f Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768g/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768g/index.md b/wiki/star-systems/GJ-768/bodies/GJ768g/index.md new file mode 100644 index 000000000..7d3151eb4 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768g/index.md @@ -0,0 +1,69 @@ +--- +id: GJ768g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1557078837 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 3.244 + period_days: 1600.0 + axial_tilt_deg: 45.7 +physical: + gravity_g: 0.4 + oblateness: 0.001 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + 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 +--- + +# GJ768g + +Frozen planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768g/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768g/markers.json new file mode 100644 index 000000000..2cf81b334 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768g/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 214, + 285 + ], + "area_fraction": 0.1388 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 104, + 60 + ], + "peak": [ + 88, + 57 + ], + "area_cells": 4461 + }, + { + "id": "range_2", + "name": null, + "center": [ + 97, + 503 + ], + "peak": [ + 97, + 502 + ], + "area_cells": 50 + }, + { + "id": "range_3", + "name": null, + "center": [ + 122, + 487 + ], + "peak": [ + 117, + 485 + ], + "area_cells": 1300 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 323 + ], + "peak": [ + 127, + 323 + ], + "area_cells": 42 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768h/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768h/globe.png new file mode 100644 index 000000000..bf63b9f09 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768h/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768h/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768h/heightmap.png new file mode 100644 index 000000000..1e0a97d81 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768h/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768h/index.md b/wiki/star-systems/GJ-768/bodies/GJ768h/index.md new file mode 100644 index 000000000..4e0d9706c --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ768h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4252168692 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 4.368 + period_days: 2500.0 + axial_tilt_deg: 33.9 +physical: + gravity_g: 0.35 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.992 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.383 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768h + +Frozen planet. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 2500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768h/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768h/markers.json new file mode 100644 index 000000000..ab0e5d8c1 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768h/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 4 + ], + "peak": [ + 0, + 0 + ], + "area_cells": 111 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 271 + ], + "peak": [ + 27, + 268 + ], + "area_cells": 25784 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 502 + ], + "peak": [ + 28, + 511 + ], + "area_cells": 111 + }, + { + "id": "range_5", + "name": null, + "center": [ + 105, + 206 + ], + "peak": [ + 107, + 207 + ], + "area_cells": 89 + }, + { + "id": "range_6", + "name": null, + "center": [ + 105, + 445 + ], + "peak": [ + 105, + 447 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-1/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768i-1/globe.png new file mode 100644 index 000000000..f18b27321 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i-1/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-1/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768i-1/heightmap.png new file mode 100644 index 000000000..15a1f2295 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-1/index.md b/wiki/star-systems/GJ-768/bodies/GJ768i-1/index.md new file mode 100644 index 000000000..28da570e6 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i-1/index.md @@ -0,0 +1,69 @@ +--- +id: GJ768i-1 +name: null +body_type: moon +planet_class: arid +body_scale: moon +seed: 1058234200 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.095 + period_days: 8.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: 0.4 + oblateness: 0.0027 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.666 + polar_ice_lat: 0.885 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.086 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768i-1 + +Arid moon. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | arid | +| **Gravity** | 0.4g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 67% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-1/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768i-1/markers.json new file mode 100644 index 000000000..53314d390 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i-1/markers.json @@ -0,0 +1,286 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 159, + 130 + ], + [ + 160, + 129 + ], + [ + 161, + 128 + ], + [ + 162, + 127 + ], + [ + 163, + 128 + ], + [ + 164, + 129 + ], + [ + 165, + 128 + ], + [ + 166, + 127 + ], + [ + 167, + 127 + ], + [ + 168, + 127 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 172, + 139 + ], + [ + 171, + 138 + ], + [ + 170, + 137 + ], + [ + 169, + 136 + ], + [ + 169, + 135 + ], + [ + 170, + 134 + ], + [ + 170, + 133 + ], + [ + 171, + 132 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 112, + 343 + ], + [ + 113, + 342 + ], + [ + 114, + 341 + ], + [ + 115, + 340 + ], + [ + 116, + 341 + ], + [ + 117, + 341 + ], + [ + 118, + 341 + ], + [ + 119, + 342 + ], + [ + 120, + 342 + ], + [ + 121, + 341 + ], + [ + 122, + 341 + ], + [ + 123, + 340 + ], + [ + 124, + 339 + ], + [ + 125, + 338 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 153, + 414 + ], + "area_fraction": 0.1261 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 179, + 137 + ], + "area_fraction": 0.1996 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 424 + ], + "peak": [ + 30, + 388 + ], + "area_cells": 3599 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 168 + ], + "peak": [ + 27, + 217 + ], + "area_cells": 3611 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 26 + ], + "peak": [ + 38, + 33 + ], + "area_cells": 1392 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 355 + ], + "peak": [ + 47, + 358 + ], + "area_cells": 126 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 9 + ], + "peak": [ + 62, + 9 + ], + "area_cells": 197 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 508 + ], + "peak": [ + 63, + 511 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 92, + 299 + ], + "peak": [ + 96, + 310 + ], + "area_cells": 994 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 250 + ], + "peak": [ + 153, + 254 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-2/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768i-2/globe.png new file mode 100644 index 000000000..76ff32a2f Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i-2/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-2/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768i-2/heightmap.png new file mode 100644 index 000000000..67b71b2bc Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-2/index.md b/wiki/star-systems/GJ-768/bodies/GJ768i-2/index.md new file mode 100644 index 000000000..2d95288c9 --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ768i-2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 130925073 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.069 + period_days: 5.0 + axial_tilt_deg: 24.6 +physical: + gravity_g: 0.08 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.874 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768i-2 + +Barren moon. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 100% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-2/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768i-2/markers.json new file mode 100644 index 000000000..5b2ff8afe --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i-2/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 302 + ], + "peak": [ + 35, + 305 + ], + "area_cells": 107 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 282 + ], + "peak": [ + 36, + 282 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 197 + ], + "peak": [ + 86, + 185 + ], + "area_cells": 2649 + }, + { + "id": "range_5", + "name": null, + "center": [ + 79, + 154 + ], + "peak": [ + 76, + 155 + ], + "area_cells": 285 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 449 + ], + "peak": [ + 76, + 448 + ], + "area_cells": 134 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 436 + ], + "peak": [ + 82, + 436 + ], + "area_cells": 73 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 488 + ], + "peak": [ + 133, + 511 + ], + "area_cells": 3008 + }, + { + "id": "range_10", + "name": null, + "center": [ + 159, + 86 + ], + "peak": [ + 133, + 0 + ], + "area_cells": 10767 + }, + { + "id": "range_12", + "name": null, + "center": [ + 85, + 21 + ], + "peak": [ + 86, + 22 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 124 + ], + "peak": [ + 93, + 125 + ], + "area_cells": 20 + }, + { + "id": "range_15", + "name": null, + "center": [ + 110, + 448 + ], + "peak": [ + 114, + 451 + ], + "area_cells": 267 + }, + { + "id": "range_17", + "name": null, + "center": [ + 106, + 153 + ], + "peak": [ + 107, + 155 + ], + "area_cells": 45 + }, + { + "id": "range_19", + "name": null, + "center": [ + 122, + 267 + ], + "peak": [ + 123, + 268 + ], + "area_cells": 28 + }, + { + "id": "range_20", + "name": null, + "center": [ + 140, + 432 + ], + "peak": [ + 143, + 432 + ], + "area_cells": 157 + }, + { + "id": "range_23", + "name": null, + "center": [ + 147, + 378 + ], + "peak": [ + 156, + 381 + ], + "area_cells": 240 + }, + { + "id": "range_26", + "name": null, + "center": [ + 164, + 362 + ], + "peak": [ + 165, + 363 + ], + "area_cells": 32 + }, + { + "id": "range_27", + "name": null, + "center": [ + 174, + 218 + ], + "peak": [ + 175, + 219 + ], + "area_cells": 37 + }, + { + "id": "range_28", + "name": null, + "center": [ + 211, + 484 + ], + "peak": [ + 205, + 487 + ], + "area_cells": 204 + }, + { + "id": "range_29", + "name": null, + "center": [ + 211, + 207 + ], + "peak": [ + 217, + 214 + ], + "area_cells": 132 + }, + { + "id": "range_31", + "name": null, + "center": [ + 211, + 503 + ], + "peak": [ + 212, + 503 + ], + "area_cells": 64 + }, + { + "id": "range_32", + "name": null, + "center": [ + 208, + 187 + ], + "peak": [ + 208, + 188 + ], + "area_cells": 50 + }, + { + "id": "range_35", + "name": null, + "center": [ + 221, + 4 + ], + "peak": [ + 221, + 6 + ], + "area_cells": 68 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-3/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768i-3/globe.png new file mode 100644 index 000000000..0d288cb10 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i-3/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-3/heightmap.png b/wiki/star-systems/GJ-768/bodies/GJ768i-3/heightmap.png new file mode 100644 index 000000000..5d00dd8e9 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-3/index.md b/wiki/star-systems/GJ-768/bodies/GJ768i-3/index.md new file mode 100644 index 000000000..c64325a9f --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i-3/index.md @@ -0,0 +1,65 @@ +--- +id: GJ768i-3 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4038998158 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 0.124 + period_days: 12.0 + axial_tilt_deg: 54.9 +physical: + gravity_g: 0.05 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.864 + polar_ice_lat: 0.143 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ768i-3 + +Frozen moon. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i-3/markers.json b/wiki/star-systems/GJ-768/bodies/GJ768i-3/markers.json new file mode 100644 index 000000000..892a557eb --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i-3/markers.json @@ -0,0 +1,202 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 50, + 178 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 112, + 129 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 170, + 184 + ], + "area_fraction": 0.0551 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 162, + 430 + ], + "area_fraction": 0.006 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 185, + 26 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 242, + 141 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_58", + "name": null, + "kind": "lake", + "center": [ + 246, + 479 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 0, + 468 + ], + "peak": [ + 0, + 466 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 296 + ], + "peak": [ + 42, + 285 + ], + "area_cells": 4271 + }, + { + "id": "range_4", + "name": null, + "center": [ + 21, + 211 + ], + "peak": [ + 23, + 213 + ], + "area_cells": 128 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 253 + ], + "peak": [ + 73, + 251 + ], + "area_cells": 78 + }, + { + "id": "range_6", + "name": null, + "center": [ + 97, + 457 + ], + "peak": [ + 98, + 457 + ], + "area_cells": 42 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 427 + ], + "peak": [ + 103, + 431 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 120, + 260 + ], + "peak": [ + 123, + 256 + ], + "area_cells": 343 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 281 + ], + "peak": [ + 149, + 283 + ], + "area_cells": 46 + }, + { + "id": "range_11", + "name": null, + "center": [ + 189, + 308 + ], + "peak": [ + 170, + 298 + ], + "area_cells": 1730 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i/globe.png b/wiki/star-systems/GJ-768/bodies/GJ768i/globe.png new file mode 100644 index 000000000..68bbfe385 Binary files /dev/null and b/wiki/star-systems/GJ-768/bodies/GJ768i/globe.png differ diff --git a/wiki/star-systems/GJ-768/bodies/GJ768i/index.md b/wiki/star-systems/GJ-768/bodies/GJ768i/index.md new file mode 100644 index 000000000..4a1051cbe --- /dev/null +++ b/wiki/star-systems/GJ-768/bodies/GJ768i/index.md @@ -0,0 +1,70 @@ +--- +id: GJ768i +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1929335970 +star: + type: A + luminosity_solar: 10.0 + color_temp_K: 9000 +orbit: + distance_au: 5.975 + period_days: 4000.0 + axial_tilt_deg: 9.0 +physical: + gravity_g: null + oblateness: 0.0548 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.124 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.086 +rings: + enabled: true + inner_radius_factor: 1.16 + outer_radius_factor: 2.41 + opacity_base: 0.56 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ768i + +Gas giant. + +**System:** [GJ-768](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4000 days | + +## Description + + 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/bodies/GJ770b/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770b/globe.png new file mode 100644 index 000000000..f17ad2d1d Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770b/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770b/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770b/heightmap.png new file mode 100644 index 000000000..278d8aa8c Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770b/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770b/index.md b/wiki/star-systems/GJ-770/bodies/GJ770b/index.md new file mode 100644 index 000000000..920952aa8 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ770b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1267958356 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 7.5 +physical: + gravity_g: 0.35 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.928 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770b + +Barren planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770b/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770b/markers.json new file mode 100644 index 000000000..a359146a5 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770b/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 19, + 402 + ], + "peak": [ + 13, + 397 + ], + "area_cells": 78 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 390 + ], + "peak": [ + 13, + 394 + ], + "area_cells": 70 + }, + { + "id": "range_5", + "name": null, + "center": [ + 69, + 429 + ], + "peak": [ + 74, + 423 + ], + "area_cells": 2199 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 409 + ], + "peak": [ + 30, + 410 + ], + "area_cells": 29 + }, + { + "id": "range_10", + "name": null, + "center": [ + 60, + 96 + ], + "peak": [ + 64, + 102 + ], + "area_cells": 1039 + }, + { + "id": "range_11", + "name": null, + "center": [ + 82, + 319 + ], + "peak": [ + 64, + 325 + ], + "area_cells": 1468 + }, + { + "id": "range_13", + "name": null, + "center": [ + 56, + 396 + ], + "peak": [ + 57, + 397 + ], + "area_cells": 88 + }, + { + "id": "range_14", + "name": null, + "center": [ + 61, + 365 + ], + "peak": [ + 57, + 361 + ], + "area_cells": 65 + }, + { + "id": "range_15", + "name": null, + "center": [ + 105, + 39 + ], + "peak": [ + 81, + 15 + ], + "area_cells": 2948 + }, + { + "id": "range_16", + "name": null, + "center": [ + 62, + 502 + ], + "peak": [ + 61, + 511 + ], + "area_cells": 161 + }, + { + "id": "range_18", + "name": null, + "center": [ + 75, + 303 + ], + "peak": [ + 79, + 304 + ], + "area_cells": 50 + }, + { + "id": "range_20", + "name": null, + "center": [ + 95, + 143 + ], + "peak": [ + 95, + 144 + ], + "area_cells": 79 + }, + { + "id": "range_21", + "name": null, + "center": [ + 93, + 186 + ], + "peak": [ + 94, + 187 + ], + "area_cells": 29 + }, + { + "id": "range_22", + "name": null, + "center": [ + 108, + 504 + ], + "peak": [ + 106, + 511 + ], + "area_cells": 365 + }, + { + "id": "range_28", + "name": null, + "center": [ + 117, + 481 + ], + "peak": [ + 117, + 479 + ], + "area_cells": 418 + }, + { + "id": "range_30", + "name": null, + "center": [ + 102, + 337 + ], + "peak": [ + 103, + 337 + ], + "area_cells": 21 + }, + { + "id": "range_32", + "name": null, + "center": [ + 126, + 256 + ], + "peak": [ + 125, + 256 + ], + "area_cells": 336 + }, + { + "id": "range_35", + "name": null, + "center": [ + 164, + 379 + ], + "peak": [ + 183, + 396 + ], + "area_cells": 2353 + }, + { + "id": "range_41", + "name": null, + "center": [ + 173, + 320 + ], + "peak": [ + 173, + 322 + ], + "area_cells": 58 + }, + { + "id": "range_42", + "name": null, + "center": [ + 172, + 456 + ], + "peak": [ + 172, + 457 + ], + "area_cells": 24 + }, + { + "id": "range_43", + "name": null, + "center": [ + 186, + 75 + ], + "peak": [ + 187, + 74 + ], + "area_cells": 92 + }, + { + "id": "range_45", + "name": null, + "center": [ + 190, + 4 + ], + "peak": [ + 189, + 4 + ], + "area_cells": 37 + }, + { + "id": "range_46", + "name": null, + "center": [ + 188, + 129 + ], + "peak": [ + 188, + 129 + ], + "area_cells": 27 + }, + { + "id": "range_47", + "name": null, + "center": [ + 192, + 144 + ], + "peak": [ + 194, + 146 + ], + "area_cells": 85 + }, + { + "id": "range_54", + "name": null, + "center": [ + 239, + 191 + ], + "peak": [ + 230, + 255 + ], + "area_cells": 8270 + }, + { + "id": "range_57", + "name": null, + "center": [ + 216, + 386 + ], + "peak": [ + 216, + 385 + ], + "area_cells": 49 + }, + { + "id": "range_66", + "name": null, + "center": [ + 249, + 485 + ], + "peak": [ + 255, + 481 + ], + "area_cells": 139 + }, + { + "id": "range_68", + "name": null, + "center": [ + 251, + 386 + ], + "peak": [ + 250, + 386 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770c/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770c/globe.png new file mode 100644 index 000000000..d6485f806 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770c/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770c/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770c/heightmap.png new file mode 100644 index 000000000..94f2c7a97 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770c/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770c/index.md b/wiki/star-systems/GJ-770/bodies/GJ770c/index.md new file mode 100644 index 000000000..b4996f078 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ770c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2906199155 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.262 + period_days: 55.0 + axial_tilt_deg: 29.0 +physical: + gravity_g: 0.48 + oblateness: 0.0011 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.843 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.1 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770c + +Arid planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770c/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770c/markers.json new file mode 100644 index 000000000..ae0f6a14b --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770c/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 329 + ], + "peak": [ + 56, + 426 + ], + "area_cells": 24241 + }, + { + "id": "range_2", + "name": null, + "center": [ + 115, + 27 + ], + "peak": [ + 128, + 15 + ], + "area_cells": 1728 + }, + { + "id": "range_4", + "name": null, + "center": [ + 121, + 185 + ], + "peak": [ + 113, + 186 + ], + "area_cells": 698 + }, + { + "id": "range_7", + "name": null, + "center": [ + 131, + 473 + ], + "peak": [ + 131, + 473 + ], + "area_cells": 143 + }, + { + "id": "range_8", + "name": null, + "center": [ + 151, + 500 + ], + "peak": [ + 152, + 501 + ], + "area_cells": 307 + }, + { + "id": "range_9", + "name": null, + "center": [ + 152, + 2 + ], + "peak": [ + 152, + 0 + ], + "area_cells": 47 + }, + { + "id": "range_10", + "name": null, + "center": [ + 156, + 464 + ], + "peak": [ + 157, + 464 + ], + "area_cells": 141 + }, + { + "id": "range_11", + "name": null, + "center": [ + 169, + 427 + ], + "peak": [ + 179, + 428 + ], + "area_cells": 565 + }, + { + "id": "range_13", + "name": null, + "center": [ + 178, + 395 + ], + "peak": [ + 176, + 396 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 205, + 443 + ], + "peak": [ + 205, + 443 + ], + "area_cells": 33 + }, + { + "id": "range_18", + "name": null, + "center": [ + 250, + 449 + ], + "peak": [ + 250, + 449 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d-1/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770d-1/globe.png new file mode 100644 index 000000000..cac795f7c Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770d-1/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d-1/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770d-1/heightmap.png new file mode 100644 index 000000000..cd583a430 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d-1/index.md b/wiki/star-systems/GJ-770/bodies/GJ770d-1/index.md new file mode 100644 index 000000000..9b8f3d553 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ770d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3857943439 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 1.6 +physical: + gravity_g: 0.05 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.935 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770d-1 + +Barren moon. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d-1/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770d-1/markers.json new file mode 100644 index 000000000..d99e8888e --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770d-1/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 15 + ], + "peak": [ + 0, + 18 + ], + "area_cells": 251 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 221 + ], + "peak": [ + 86, + 392 + ], + "area_cells": 22418 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 333 + ], + "peak": [ + 1, + 327 + ], + "area_cells": 290 + }, + { + "id": "range_5", + "name": null, + "center": [ + 15, + 497 + ], + "peak": [ + 13, + 496 + ], + "area_cells": 482 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 1 + ], + "peak": [ + 32, + 1 + ], + "area_cells": 103 + }, + { + "id": "range_10", + "name": null, + "center": [ + 34, + 24 + ], + "peak": [ + 32, + 25 + ], + "area_cells": 27 + }, + { + "id": "range_14", + "name": null, + "center": [ + 62, + 418 + ], + "peak": [ + 60, + 413 + ], + "area_cells": 293 + }, + { + "id": "range_15", + "name": null, + "center": [ + 56, + 501 + ], + "peak": [ + 57, + 501 + ], + "area_cells": 70 + }, + { + "id": "range_23", + "name": null, + "center": [ + 99, + 41 + ], + "peak": [ + 100, + 41 + ], + "area_cells": 32 + }, + { + "id": "range_26", + "name": null, + "center": [ + 128, + 169 + ], + "peak": [ + 129, + 170 + ], + "area_cells": 94 + }, + { + "id": "range_29", + "name": null, + "center": [ + 136, + 194 + ], + "peak": [ + 136, + 196 + ], + "area_cells": 58 + }, + { + "id": "range_31", + "name": null, + "center": [ + 166, + 144 + ], + "peak": [ + 166, + 144 + ], + "area_cells": 103 + }, + { + "id": "range_32", + "name": null, + "center": [ + 203, + 113 + ], + "peak": [ + 189, + 96 + ], + "area_cells": 1184 + }, + { + "id": "range_33", + "name": null, + "center": [ + 183, + 65 + ], + "peak": [ + 189, + 62 + ], + "area_cells": 127 + }, + { + "id": "range_35", + "name": null, + "center": [ + 233, + 234 + ], + "peak": [ + 240, + 225 + ], + "area_cells": 2827 + }, + { + "id": "range_39", + "name": null, + "center": [ + 204, + 350 + ], + "peak": [ + 209, + 349 + ], + "area_cells": 48 + }, + { + "id": "range_41", + "name": null, + "center": [ + 202, + 289 + ], + "peak": [ + 202, + 289 + ], + "area_cells": 21 + }, + { + "id": "range_42", + "name": null, + "center": [ + 237, + 411 + ], + "peak": [ + 252, + 411 + ], + "area_cells": 669 + }, + { + "id": "range_43", + "name": null, + "center": [ + 224, + 73 + ], + "peak": [ + 227, + 67 + ], + "area_cells": 236 + }, + { + "id": "range_45", + "name": null, + "center": [ + 224, + 285 + ], + "peak": [ + 222, + 285 + ], + "area_cells": 34 + }, + { + "id": "range_46", + "name": null, + "center": [ + 221, + 384 + ], + "peak": [ + 222, + 384 + ], + "area_cells": 21 + }, + { + "id": "range_51", + "name": null, + "center": [ + 248, + 358 + ], + "peak": [ + 253, + 359 + ], + "area_cells": 194 + }, + { + "id": "range_53", + "name": null, + "center": [ + 245, + 431 + ], + "peak": [ + 247, + 432 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770d/globe.png new file mode 100644 index 000000000..1eade72b7 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770d/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770d/heightmap.png new file mode 100644 index 000000000..69152c0d0 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770d/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d/index.md b/wiki/star-systems/GJ-770/bodies/GJ770d/index.md new file mode 100644 index 000000000..e1ca70d01 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ770d +name: Te Whanga +body_type: planet +planet_class: temperate +body_scale: planet +seed: 709955943 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.465 + period_days: 130.0 + axial_tilt_deg: 15.6 +physical: + gravity_g: 0.86 + oblateness: 0.0043 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.675 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: extensive +clouds: + enabled: true + coverage_base: 0.473 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Te Whanga + +Temperate planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | extensive | +| **Land** | 96% | +| **Year** | 130 days | +| **Inhabited** | yes | +| **Population** | 15K | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770d/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770d/markers.json new file mode 100644 index 000000000..cac184639 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770d/markers.json @@ -0,0 +1,897 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 223, + 366 + ], + [ + 222, + 367 + ], + [ + 222, + 366 + ], + [ + 221, + 365 + ], + [ + 221, + 364 + ], + [ + 220, + 365 + ], + [ + 219, + 364 + ], + [ + 218, + 364 + ], + [ + 217, + 364 + ], + [ + 216, + 365 + ], + [ + 215, + 366 + ], + [ + 215, + 367 + ], + [ + 214, + 368 + ], + [ + 213, + 369 + ], + [ + 212, + 370 + ], + [ + 211, + 370 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 126, + 56 + ], + [ + 127, + 55 + ], + [ + 128, + 54 + ], + [ + 129, + 53 + ], + [ + 130, + 52 + ], + [ + 131, + 51 + ], + [ + 130, + 50 + ], + [ + 131, + 49 + ], + [ + 131, + 50 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 13, + 325 + ], + [ + 12, + 326 + ], + [ + 11, + 325 + ], + [ + 10, + 324 + ], + [ + 9, + 323 + ], + [ + 8, + 322 + ], + [ + 7, + 322 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 153, + 188 + ], + [ + 154, + 187 + ], + [ + 155, + 186 + ], + [ + 156, + 185 + ], + [ + 157, + 184 + ], + [ + 157, + 183 + ], + [ + 158, + 184 + ], + [ + 158, + 185 + ], + [ + 157, + 185 + ], + [ + 156, + 184 + ], + [ + 156, + 183 + ], + [ + 156, + 182 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 35, + 0 + ], + [ + 34, + 1 + ], + [ + 35, + 2 + ], + [ + 36, + 3 + ], + [ + 37, + 4 + ], + [ + 38, + 5 + ], + [ + 39, + 6 + ], + [ + 40, + 6 + ], + [ + 41, + 7 + ], + [ + 41, + 6 + ], + [ + 42, + 6 + ], + [ + 42, + 5 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 147, + 327 + ], + [ + 146, + 326 + ], + [ + 145, + 325 + ], + [ + 144, + 325 + ], + [ + 143, + 325 + ], + [ + 142, + 324 + ], + [ + 141, + 323 + ], + [ + 140, + 322 + ], + [ + 139, + 323 + ], + [ + 138, + 322 + ], + [ + 137, + 322 + ], + [ + 137, + 321 + ], + [ + 136, + 320 + ], + [ + 135, + 320 + ], + [ + 134, + 320 + ], + [ + 135, + 321 + ], + [ + 135, + 322 + ], + [ + 135, + 323 + ], + [ + 136, + 324 + ], + [ + 136, + 323 + ], + [ + 135, + 324 + ], + [ + 136, + 325 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 253, + 470 + ], + [ + 252, + 471 + ], + [ + 251, + 472 + ], + [ + 250, + 473 + ], + [ + 249, + 473 + ], + [ + 248, + 474 + ], + [ + 247, + 475 + ], + [ + 247, + 474 + ], + [ + 248, + 475 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 171, + 465 + ], + [ + 170, + 464 + ], + [ + 169, + 463 + ], + [ + 168, + 462 + ], + [ + 167, + 461 + ], + [ + 166, + 460 + ], + [ + 165, + 459 + ], + [ + 164, + 458 + ], + [ + 163, + 457 + ], + [ + 163, + 456 + ], + [ + 162, + 457 + ], + [ + 162, + 458 + ], + [ + 161, + 458 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 158, + 381 + ], + [ + 157, + 382 + ], + [ + 156, + 383 + ], + [ + 155, + 384 + ], + [ + 154, + 385 + ], + [ + 153, + 386 + ], + [ + 152, + 386 + ], + [ + 151, + 385 + ], + [ + 150, + 386 + ], + [ + 149, + 386 + ], + [ + 148, + 386 + ], + [ + 147, + 387 + ], + [ + 146, + 388 + ], + [ + 145, + 389 + ], + [ + 144, + 390 + ], + [ + 143, + 390 + ], + [ + 142, + 390 + ], + [ + 141, + 390 + ], + [ + 140, + 389 + ], + [ + 140, + 388 + ], + [ + 141, + 387 + ], + [ + 141, + 388 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 180, + 371 + ], + [ + 181, + 370 + ], + [ + 182, + 371 + ], + [ + 183, + 371 + ], + [ + 184, + 372 + ], + [ + 185, + 371 + ], + [ + 186, + 370 + ], + [ + 187, + 369 + ], + [ + 188, + 369 + ], + [ + 189, + 368 + ], + [ + 190, + 367 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 69, + 337 + ], + [ + 70, + 336 + ], + [ + 71, + 335 + ], + [ + 72, + 334 + ], + [ + 72, + 333 + ], + [ + 73, + 332 + ], + [ + 72, + 331 + ], + [ + 72, + 330 + ], + [ + 72, + 329 + ], + [ + 72, + 328 + ], + [ + 71, + 327 + ], + [ + 71, + 326 + ], + [ + 71, + 325 + ], + [ + 71, + 324 + ], + [ + 70, + 324 + ], + [ + 70, + 323 + ], + [ + 70, + 322 + ], + [ + 70, + 321 + ], + [ + 70, + 320 + ], + [ + 70, + 319 + ], + [ + 70, + 318 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 4, + 463 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 194, + 367 + ], + "area_fraction": 0.0132 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 236, + 400 + ], + "area_fraction": 0.0121 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 179 + ], + "peak": [ + 35, + 180 + ], + "area_cells": 120 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 210 + ], + "peak": [ + 70, + 175 + ], + "area_cells": 1877 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 473 + ], + "peak": [ + 85, + 457 + ], + "area_cells": 6066 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 68 + ], + "peak": [ + 69, + 95 + ], + "area_cells": 2371 + }, + { + "id": "range_5", + "name": null, + "center": [ + 154, + 64 + ], + "peak": [ + 159, + 64 + ], + "area_cells": 10781 + }, + { + "id": "range_6", + "name": null, + "center": [ + 101, + 425 + ], + "peak": [ + 102, + 426 + ], + "area_cells": 53 + }, + { + "id": "range_7", + "name": null, + "center": [ + 133, + 227 + ], + "peak": [ + 129, + 216 + ], + "area_cells": 3934 + }, + { + "id": "range_8", + "name": null, + "center": [ + 145, + 451 + ], + "peak": [ + 136, + 462 + ], + "area_cells": 1061 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 174 + ], + "peak": [ + 139, + 172 + ], + "area_cells": 174 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 357 + ], + "peak": [ + 148, + 357 + ], + "area_cells": 73 + }, + { + "id": "range_12", + "name": null, + "center": [ + 170, + 466 + ], + "peak": [ + 171, + 465 + ], + "area_cells": 59 + }, + { + "id": "range_13", + "name": null, + "center": [ + 192, + 249 + ], + "peak": [ + 188, + 244 + ], + "area_cells": 516 + }, + { + "id": "range_14", + "name": null, + "center": [ + 214, + 300 + ], + "peak": [ + 213, + 308 + ], + "area_cells": 509 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770e/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770e/globe.png new file mode 100644 index 000000000..60128984c Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770e/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770e/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770e/heightmap.png new file mode 100644 index 000000000..d4a9d0a3f Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770e/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770e/index.md b/wiki/star-systems/GJ-770/bodies/GJ770e/index.md new file mode 100644 index 000000000..cc82de980 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ770e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3262049654 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 51.8 +physical: + gravity_g: 0.4 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770e + +Frozen planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770e/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770e/markers.json new file mode 100644 index 000000000..b5b22fe46 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770e/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 13 + ], + "area_fraction": 0.0085 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 137 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 43, + 264 + ], + "area_fraction": 0.0737 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 428 + ], + "area_fraction": 0.0548 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 81, + 202 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 168, + 113 + ], + "peak": [ + 168, + 112 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770f/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770f/globe.png new file mode 100644 index 000000000..ce3818ede Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770f/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770f/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770f/heightmap.png new file mode 100644 index 000000000..3f566ce5c Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770f/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770f/index.md b/wiki/star-systems/GJ-770/bodies/GJ770f/index.md new file mode 100644 index 000000000..2c4f76824 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ770f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1552363801 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.361 + period_days: 650.0 + axial_tilt_deg: 51.6 +physical: + gravity_g: 0.32 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.822 + polar_ice_lat: 0.141 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770f + +Frozen planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 650 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770f/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770f/markers.json new file mode 100644 index 000000000..4cbea3d46 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770f/markers.json @@ -0,0 +1,58 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 27, + 245 + ], + "area_fraction": 0.1249 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 63, + 416 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 75, + 474 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 208, + 253 + ], + "peak": [ + 172, + 294 + ], + "area_cells": 43679 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-1/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770g-1/globe.png new file mode 100644 index 000000000..103d0102e Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770g-1/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-1/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770g-1/heightmap.png new file mode 100644 index 000000000..b39df2ab1 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-1/index.md b/wiki/star-systems/GJ-770/bodies/GJ770g-1/index.md new file mode 100644 index 000000000..4f5c03ed6 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ770g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 275581482 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 27.9 +physical: + gravity_g: 0.06 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.853 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770g-1 + +Barren moon. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-1/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770g-1/markers.json new file mode 100644 index 000000000..750e524f8 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770g-1/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 23, + 228 + ], + "peak": [ + 24, + 227 + ], + "area_cells": 39 + }, + { + "id": "range_2", + "name": null, + "center": [ + 67, + 195 + ], + "peak": [ + 66, + 200 + ], + "area_cells": 1045 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 235 + ], + "peak": [ + 74, + 228 + ], + "area_cells": 253 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 67 + ], + "peak": [ + 52, + 70 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 61, + 74 + ], + "peak": [ + 62, + 76 + ], + "area_cells": 64 + }, + { + "id": "range_10", + "name": null, + "center": [ + 62, + 281 + ], + "peak": [ + 62, + 282 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 80, + 155 + ], + "peak": [ + 80, + 154 + ], + "area_cells": 104 + }, + { + "id": "range_15", + "name": null, + "center": [ + 84, + 419 + ], + "peak": [ + 83, + 421 + ], + "area_cells": 184 + }, + { + "id": "range_16", + "name": null, + "center": [ + 79, + 297 + ], + "peak": [ + 78, + 300 + ], + "area_cells": 82 + }, + { + "id": "range_17", + "name": null, + "center": [ + 97, + 258 + ], + "peak": [ + 107, + 262 + ], + "area_cells": 297 + }, + { + "id": "range_18", + "name": null, + "center": [ + 89, + 447 + ], + "peak": [ + 90, + 445 + ], + "area_cells": 307 + }, + { + "id": "range_19", + "name": null, + "center": [ + 98, + 118 + ], + "peak": [ + 95, + 146 + ], + "area_cells": 1223 + }, + { + "id": "range_20", + "name": null, + "center": [ + 87, + 59 + ], + "peak": [ + 88, + 59 + ], + "area_cells": 59 + }, + { + "id": "range_21", + "name": null, + "center": [ + 97, + 210 + ], + "peak": [ + 99, + 211 + ], + "area_cells": 165 + }, + { + "id": "range_25", + "name": null, + "center": [ + 98, + 327 + ], + "peak": [ + 102, + 327 + ], + "area_cells": 109 + }, + { + "id": "range_27", + "name": null, + "center": [ + 131, + 399 + ], + "peak": [ + 129, + 400 + ], + "area_cells": 787 + }, + { + "id": "range_29", + "name": null, + "center": [ + 115, + 452 + ], + "peak": [ + 116, + 452 + ], + "area_cells": 45 + }, + { + "id": "range_30", + "name": null, + "center": [ + 123, + 318 + ], + "peak": [ + 125, + 317 + ], + "area_cells": 174 + }, + { + "id": "range_32", + "name": null, + "center": [ + 124, + 371 + ], + "peak": [ + 124, + 370 + ], + "area_cells": 82 + }, + { + "id": "range_33", + "name": null, + "center": [ + 134, + 114 + ], + "peak": [ + 135, + 116 + ], + "area_cells": 842 + }, + { + "id": "range_34", + "name": null, + "center": [ + 198, + 90 + ], + "peak": [ + 209, + 42 + ], + "area_cells": 3561 + }, + { + "id": "range_36", + "name": null, + "center": [ + 217, + 260 + ], + "peak": [ + 168, + 306 + ], + "area_cells": 5803 + }, + { + "id": "range_38", + "name": null, + "center": [ + 167, + 379 + ], + "peak": [ + 167, + 379 + ], + "area_cells": 100 + }, + { + "id": "range_40", + "name": null, + "center": [ + 187, + 21 + ], + "peak": [ + 187, + 23 + ], + "area_cells": 51 + }, + { + "id": "range_46", + "name": null, + "center": [ + 204, + 403 + ], + "peak": [ + 205, + 404 + ], + "area_cells": 44 + }, + { + "id": "range_47", + "name": null, + "center": [ + 206, + 367 + ], + "peak": [ + 207, + 367 + ], + "area_cells": 25 + }, + { + "id": "range_48", + "name": null, + "center": [ + 223, + 496 + ], + "peak": [ + 208, + 498 + ], + "area_cells": 554 + }, + { + "id": "range_52", + "name": null, + "center": [ + 222, + 2 + ], + "peak": [ + 220, + 0 + ], + "area_cells": 79 + }, + { + "id": "range_57", + "name": null, + "center": [ + 218, + 354 + ], + "peak": [ + 219, + 356 + ], + "area_cells": 39 + }, + { + "id": "range_59", + "name": null, + "center": [ + 234, + 510 + ], + "peak": [ + 225, + 511 + ], + "area_cells": 49 + }, + { + "id": "range_70", + "name": null, + "center": [ + 251, + 58 + ], + "peak": [ + 255, + 54 + ], + "area_cells": 189 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-2/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770g-2/globe.png new file mode 100644 index 000000000..4d643c146 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770g-2/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-2/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770g-2/heightmap.png new file mode 100644 index 000000000..c12136b8a Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-2/index.md b/wiki/star-systems/GJ-770/bodies/GJ770g-2/index.md new file mode 100644 index 000000000..0d34e88df --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ770g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3686452494 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 50.1 +physical: + gravity_g: 0.04 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.711 + polar_ice_lat: 0.198 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.339 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770g-2 + +Frozen moon. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g-2/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770g-2/markers.json new file mode 100644 index 000000000..c9227e0ab --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770g-2/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 71, + 481 + ], + "area_fraction": 0.0271 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 75, + 265 + ], + "area_fraction": 0.0861 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 86, + 92 + ], + "area_fraction": 0.083 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 190, + 235 + ], + "area_fraction": 0.0733 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 131, + 411 + ], + "peak": [ + 131, + 412 + ], + "area_cells": 26 + }, + { + "id": "range_3", + "name": null, + "center": [ + 134, + 169 + ], + "peak": [ + 134, + 170 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 185, + 436 + ], + "peak": [ + 183, + 375 + ], + "area_cells": 6334 + }, + { + "id": "range_7", + "name": null, + "center": [ + 197, + 22 + ], + "peak": [ + 186, + 0 + ], + "area_cells": 1316 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770g/globe.png new file mode 100644 index 000000000..b1c17d671 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770g/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770g/index.md b/wiki/star-systems/GJ-770/bodies/GJ770g/index.md new file mode 100644 index 000000000..dd1c280ed --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ770g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 4193173379 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.683 + period_days: 1800.0 + axial_tilt_deg: 17.3 +physical: + gravity_g: null + oblateness: 0.0526 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.234 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 1 + storm_max_size: 0.119 +--- + +# GJ770g + +Gas giant. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770h/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770h/globe.png new file mode 100644 index 000000000..74bbc91ee Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770h/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770h/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770h/heightmap.png new file mode 100644 index 000000000..9b84aba85 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770h/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770h/index.md b/wiki/star-systems/GJ-770/bodies/GJ770h/index.md new file mode 100644 index 000000000..47ba08a34 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ770h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3669053085 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.942 + period_days: 4500.0 + axial_tilt_deg: 36.3 +physical: + gravity_g: 0.22 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.703 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.431 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770h + +Frozen planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 4500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770h/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770h/markers.json new file mode 100644 index 000000000..4ec7a4439 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770h/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 63, + 49 + ], + "area_fraction": 0.0721 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 49, + 310 + ], + "area_fraction": 0.1578 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 89, + 494 + ], + "area_fraction": 0.0249 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 64, + 177 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 103, + 206 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 128 + ], + "peak": [ + 108, + 129 + ], + "area_cells": 206 + }, + { + "id": "range_2", + "name": null, + "center": [ + 132, + 184 + ], + "peak": [ + 133, + 185 + ], + "area_cells": 114 + }, + { + "id": "range_3", + "name": null, + "center": [ + 136, + 117 + ], + "peak": [ + 136, + 117 + ], + "area_cells": 24 + }, + { + "id": "range_7", + "name": null, + "center": [ + 145, + 125 + ], + "peak": [ + 145, + 126 + ], + "area_cells": 75 + }, + { + "id": "range_8", + "name": null, + "center": [ + 181, + 384 + ], + "peak": [ + 171, + 388 + ], + "area_cells": 313 + }, + { + "id": "range_9", + "name": null, + "center": [ + 180, + 89 + ], + "peak": [ + 182, + 92 + ], + "area_cells": 551 + }, + { + "id": "range_11", + "name": null, + "center": [ + 234, + 442 + ], + "peak": [ + 224, + 402 + ], + "area_cells": 5320 + }, + { + "id": "range_12", + "name": null, + "center": [ + 243, + 159 + ], + "peak": [ + 253, + 224 + ], + "area_cells": 6395 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-770/bodies/GJ770i/globe.png b/wiki/star-systems/GJ-770/bodies/GJ770i/globe.png new file mode 100644 index 000000000..0da2ca0a1 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770i/globe.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770i/heightmap.png b/wiki/star-systems/GJ-770/bodies/GJ770i/heightmap.png new file mode 100644 index 000000000..106995fc0 Binary files /dev/null and b/wiki/star-systems/GJ-770/bodies/GJ770i/heightmap.png differ diff --git a/wiki/star-systems/GJ-770/bodies/GJ770i/index.md b/wiki/star-systems/GJ-770/bodies/GJ770i/index.md new file mode 100644 index 000000000..e64e14130 --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ770i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1969327510 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.845 + period_days: 9000.0 + axial_tilt_deg: 38.6 +physical: + gravity_g: 0.1 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.819 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.396 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ770i + +Frozen planet. + +**System:** [GJ-770](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 9000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-770/bodies/GJ770i/markers.json b/wiki/star-systems/GJ-770/bodies/GJ770i/markers.json new file mode 100644 index 000000000..759649cae --- /dev/null +++ b/wiki/star-systems/GJ-770/bodies/GJ770i/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 52, + 72 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 218, + 113 + ], + "area_fraction": 0.1219 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 236, + 438 + ], + "area_fraction": 0.039 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 110, + 289 + ], + "peak": [ + 61, + 249 + ], + "area_cells": 27918 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 337 + ], + "peak": [ + 50, + 350 + ], + "area_cells": 231 + }, + { + "id": "range_6", + "name": null, + "center": [ + 50, + 470 + ], + "peak": [ + 52, + 471 + ], + "area_cells": 62 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 378 + ], + "peak": [ + 52, + 379 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 310 + ], + "peak": [ + 64, + 311 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 85, + 480 + ], + "peak": [ + 89, + 490 + ], + "area_cells": 1174 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 474 + ], + "peak": [ + 119, + 460 + ], + "area_cells": 348 + }, + { + "id": "range_14", + "name": null, + "center": [ + 139, + 127 + ], + "peak": [ + 139, + 129 + ], + "area_cells": 53 + }, + { + "id": "range_16", + "name": null, + "center": [ + 158, + 471 + ], + "peak": [ + 158, + 467 + ], + "area_cells": 92 + }, + { + "id": "range_17", + "name": null, + "center": [ + 205, + 240 + ], + "peak": [ + 205, + 239 + ], + "area_cells": 52 + }, + { + "id": "range_18", + "name": null, + "center": [ + 209, + 398 + ], + "peak": [ + 207, + 399 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ771Ab/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/globe.png new file mode 100644 index 000000000..e20b1837e Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ab/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/heightmap.png new file mode 100644 index 000000000..0594bf0ff Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ab/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/index.md new file mode 100644 index 000000000..e8f3062c6 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ771Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 211109794 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.258 + period_days: 48.0 + axial_tilt_deg: 26.7 +physical: + gravity_g: 0.46 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.901 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Ab + +Barren planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 96% | +| **Year** | 48 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ab/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/markers.json new file mode 100644 index 000000000..98865f318 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ab/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 59, + 332 + ], + "peak": [ + 57, + 333 + ], + "area_cells": 88 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 185 + ], + "peak": [ + 76, + 186 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 77, + 342 + ], + "peak": [ + 79, + 341 + ], + "area_cells": 97 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 107 + ], + "peak": [ + 167, + 111 + ], + "area_cells": 4436 + }, + { + "id": "range_10", + "name": null, + "center": [ + 89, + 362 + ], + "peak": [ + 93, + 364 + ], + "area_cells": 120 + }, + { + "id": "range_13", + "name": null, + "center": [ + 96, + 27 + ], + "peak": [ + 98, + 28 + ], + "area_cells": 410 + }, + { + "id": "range_16", + "name": null, + "center": [ + 91, + 390 + ], + "peak": [ + 92, + 391 + ], + "area_cells": 27 + }, + { + "id": "range_17", + "name": null, + "center": [ + 97, + 407 + ], + "peak": [ + 99, + 407 + ], + "area_cells": 52 + }, + { + "id": "range_18", + "name": null, + "center": [ + 94, + 325 + ], + "peak": [ + 94, + 325 + ], + "area_cells": 20 + }, + { + "id": "range_20", + "name": null, + "center": [ + 116, + 248 + ], + "peak": [ + 116, + 249 + ], + "area_cells": 25 + }, + { + "id": "range_21", + "name": null, + "center": [ + 130, + 447 + ], + "peak": [ + 131, + 447 + ], + "area_cells": 30 + }, + { + "id": "range_24", + "name": null, + "center": [ + 166, + 256 + ], + "peak": [ + 165, + 253 + ], + "area_cells": 452 + }, + { + "id": "range_28", + "name": null, + "center": [ + 170, + 425 + ], + "peak": [ + 171, + 429 + ], + "area_cells": 187 + }, + { + "id": "range_29", + "name": null, + "center": [ + 167, + 288 + ], + "peak": [ + 168, + 290 + ], + "area_cells": 48 + }, + { + "id": "range_31", + "name": null, + "center": [ + 174, + 160 + ], + "peak": [ + 174, + 161 + ], + "area_cells": 30 + }, + { + "id": "range_32", + "name": null, + "center": [ + 179, + 48 + ], + "peak": [ + 180, + 48 + ], + "area_cells": 43 + }, + { + "id": "range_34", + "name": null, + "center": [ + 178, + 448 + ], + "peak": [ + 178, + 449 + ], + "area_cells": 32 + }, + { + "id": "range_37", + "name": null, + "center": [ + 189, + 61 + ], + "peak": [ + 188, + 62 + ], + "area_cells": 125 + }, + { + "id": "range_38", + "name": null, + "center": [ + 195, + 345 + ], + "peak": [ + 200, + 344 + ], + "area_cells": 145 + }, + { + "id": "range_39", + "name": null, + "center": [ + 191, + 196 + ], + "peak": [ + 192, + 197 + ], + "area_cells": 44 + }, + { + "id": "range_41", + "name": null, + "center": [ + 196, + 417 + ], + "peak": [ + 197, + 417 + ], + "area_cells": 28 + }, + { + "id": "range_44", + "name": null, + "center": [ + 201, + 38 + ], + "peak": [ + 207, + 34 + ], + "area_cells": 130 + }, + { + "id": "range_45", + "name": null, + "center": [ + 213, + 365 + ], + "peak": [ + 225, + 365 + ], + "area_cells": 85 + }, + { + "id": "range_47", + "name": null, + "center": [ + 218, + 432 + ], + "peak": [ + 219, + 433 + ], + "area_cells": 52 + }, + { + "id": "range_48", + "name": null, + "center": [ + 222, + 149 + ], + "peak": [ + 222, + 150 + ], + "area_cells": 26 + }, + { + "id": "range_49", + "name": null, + "center": [ + 225, + 138 + ], + "peak": [ + 222, + 139 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ac/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/globe.png new file mode 100644 index 000000000..d65e0a43b Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ac/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/heightmap.png new file mode 100644 index 000000000..ba23c410e Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ac/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/index.md new file mode 100644 index 000000000..b5ba8fc96 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ771Ac +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1659244785 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.647 + period_days: 190.0 + axial_tilt_deg: 7.3 +physical: + gravity_g: 0.72 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.949 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.087 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Ac + +Hot Arid planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 190 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ac/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/markers.json new file mode 100644 index 000000000..38f78ef27 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ac/markers.json @@ -0,0 +1,1268 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 52, + 233 + ], + [ + 52, + 232 + ], + [ + 51, + 231 + ], + [ + 51, + 230 + ], + [ + 52, + 230 + ], + [ + 53, + 230 + ], + [ + 54, + 230 + ], + [ + 55, + 229 + ], + [ + 56, + 229 + ], + [ + 57, + 228 + ], + [ + 58, + 228 + ], + [ + 58, + 229 + ], + [ + 59, + 229 + ], + [ + 60, + 230 + ], + [ + 61, + 231 + ], + [ + 62, + 231 + ], + [ + 62, + 230 + ], + [ + 63, + 230 + ], + [ + 63, + 231 + ], + [ + 64, + 231 + ], + [ + 64, + 232 + ], + [ + 65, + 233 + ], + [ + 66, + 234 + ], + [ + 67, + 234 + ], + [ + 66, + 235 + ], + [ + 67, + 235 + ], + [ + 67, + 236 + ], + [ + 66, + 236 + ], + [ + 65, + 235 + ], + [ + 65, + 234 + ], + [ + 66, + 233 + ], + [ + 65, + 232 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 6, + 279 + ], + [ + 7, + 280 + ], + [ + 8, + 281 + ], + [ + 9, + 282 + ], + [ + 9, + 283 + ], + [ + 9, + 284 + ], + [ + 10, + 285 + ], + [ + 10, + 286 + ], + [ + 10, + 287 + ], + [ + 11, + 288 + ], + [ + 12, + 288 + ], + [ + 13, + 288 + ], + [ + 14, + 288 + ], + [ + 13, + 289 + ], + [ + 14, + 290 + ], + [ + 15, + 290 + ], + [ + 16, + 291 + ], + [ + 16, + 292 + ], + [ + 15, + 291 + ], + [ + 15, + 292 + ], + [ + 15, + 293 + ], + [ + 14, + 293 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 34, + 262 + ], + [ + 35, + 261 + ], + [ + 36, + 260 + ], + [ + 37, + 259 + ], + [ + 38, + 258 + ], + [ + 37, + 257 + ], + [ + 38, + 256 + ], + [ + 37, + 255 + ], + [ + 38, + 255 + ], + [ + 39, + 256 + ], + [ + 39, + 255 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 71, + 161 + ], + [ + 72, + 161 + ], + [ + 71, + 162 + ], + [ + 70, + 163 + ], + [ + 69, + 164 + ], + [ + 68, + 164 + ], + [ + 69, + 165 + ], + [ + 68, + 166 + ], + [ + 68, + 167 + ], + [ + 67, + 168 + ], + [ + 67, + 169 + ], + [ + 66, + 170 + ], + [ + 67, + 171 + ], + [ + 67, + 172 + ], + [ + 67, + 173 + ], + [ + 67, + 174 + ], + [ + 66, + 173 + ], + [ + 65, + 173 + ], + [ + 66, + 172 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 28, + 197 + ], + [ + 29, + 196 + ], + [ + 30, + 195 + ], + [ + 31, + 194 + ], + [ + 32, + 193 + ], + [ + 33, + 193 + ], + [ + 34, + 192 + ], + [ + 35, + 192 + ], + [ + 36, + 193 + ], + [ + 37, + 193 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 30, + 348 + ], + [ + 29, + 347 + ], + [ + 28, + 346 + ], + [ + 27, + 346 + ], + [ + 26, + 346 + ], + [ + 25, + 345 + ], + [ + 24, + 346 + ], + [ + 23, + 346 + ], + [ + 22, + 345 + ], + [ + 21, + 345 + ], + [ + 20, + 346 + ], + [ + 19, + 346 + ], + [ + 18, + 346 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 132, + 403 + ], + [ + 133, + 404 + ], + [ + 134, + 405 + ], + [ + 135, + 406 + ], + [ + 135, + 407 + ], + [ + 135, + 408 + ], + [ + 136, + 408 + ], + [ + 136, + 409 + ], + [ + 136, + 410 + ], + [ + 135, + 410 + ], + [ + 134, + 410 + ], + [ + 134, + 411 + ], + [ + 135, + 412 + ], + [ + 135, + 411 + ], + [ + 136, + 411 + ], + [ + 137, + 411 + ], + [ + 136, + 412 + ], + [ + 137, + 413 + ], + [ + 138, + 412 + ], + [ + 139, + 413 + ], + [ + 139, + 414 + ], + [ + 140, + 415 + ], + [ + 140, + 416 + ], + [ + 141, + 417 + ], + [ + 141, + 418 + ], + [ + 141, + 419 + ], + [ + 142, + 420 + ], + [ + 142, + 419 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 31, + 153 + ], + [ + 30, + 154 + ], + [ + 29, + 153 + ], + [ + 28, + 152 + ], + [ + 27, + 151 + ], + [ + 26, + 150 + ], + [ + 25, + 149 + ], + [ + 24, + 148 + ], + [ + 23, + 148 + ], + [ + 22, + 148 + ], + [ + 21, + 149 + ], + [ + 20, + 150 + ], + [ + 19, + 149 + ], + [ + 18, + 150 + ], + [ + 17, + 151 + ], + [ + 17, + 150 + ], + [ + 18, + 151 + ], + [ + 17, + 152 + ], + [ + 16, + 151 + ], + [ + 15, + 150 + ], + [ + 15, + 151 + ], + [ + 15, + 152 + ], + [ + 14, + 153 + ], + [ + 14, + 154 + ], + [ + 13, + 153 + ], + [ + 13, + 154 + ], + [ + 13, + 155 + ], + [ + 14, + 155 + ], + [ + 15, + 154 + ], + [ + 16, + 155 + ], + [ + 17, + 154 + ], + [ + 16, + 153 + ], + [ + 16, + 154 + ], + [ + 15, + 155 + ], + [ + 15, + 156 + ], + [ + 15, + 157 + ], + [ + 14, + 156 + ], + [ + 13, + 156 + ], + [ + 12, + 157 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 98, + 299 + ], + [ + 99, + 298 + ], + [ + 100, + 297 + ], + [ + 101, + 296 + ], + [ + 102, + 295 + ], + [ + 103, + 294 + ], + [ + 104, + 293 + ], + [ + 105, + 292 + ], + [ + 106, + 292 + ], + [ + 106, + 291 + ], + [ + 107, + 290 + ], + [ + 107, + 289 + ], + [ + 108, + 288 + ], + [ + 109, + 288 + ], + [ + 110, + 287 + ], + [ + 111, + 287 + ], + [ + 112, + 286 + ], + [ + 113, + 285 + ], + [ + 114, + 285 + ], + [ + 114, + 284 + ], + [ + 115, + 284 + ], + [ + 115, + 283 + ], + [ + 116, + 284 + ], + [ + 116, + 283 + ], + [ + 117, + 284 + ], + [ + 116, + 285 + ], + [ + 115, + 286 + ], + [ + 115, + 285 + ], + [ + 114, + 286 + ], + [ + 113, + 286 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 67, + 276 + ], + [ + 68, + 275 + ], + [ + 69, + 274 + ], + [ + 70, + 273 + ], + [ + 71, + 272 + ], + [ + 72, + 271 + ], + [ + 73, + 271 + ], + [ + 74, + 270 + ], + [ + 74, + 269 + ], + [ + 73, + 268 + ], + [ + 72, + 267 + ], + [ + 72, + 266 + ], + [ + 71, + 265 + ], + [ + 70, + 265 + ], + [ + 70, + 264 + ], + [ + 69, + 263 + ], + [ + 68, + 262 + ], + [ + 68, + 261 + ], + [ + 68, + 260 + ], + [ + 67, + 260 + ], + [ + 68, + 259 + ], + [ + 69, + 260 + ], + [ + 69, + 259 + ], + [ + 69, + 258 + ], + [ + 70, + 259 + ], + [ + 70, + 258 + ], + [ + 69, + 257 + ], + [ + 68, + 256 + ], + [ + 68, + 255 + ], + [ + 69, + 255 + ], + [ + 69, + 256 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 32, + 374 + ], + [ + 33, + 373 + ], + [ + 34, + 374 + ], + [ + 35, + 373 + ], + [ + 36, + 374 + ], + [ + 37, + 373 + ], + [ + 38, + 372 + ], + [ + 39, + 372 + ], + [ + 40, + 372 + ], + [ + 41, + 372 + ], + [ + 42, + 372 + ], + [ + 42, + 371 + ], + [ + 43, + 370 + ], + [ + 43, + 369 + ], + [ + 44, + 368 + ], + [ + 44, + 367 + ], + [ + 43, + 367 + ], + [ + 44, + 366 + ], + [ + 45, + 365 + ], + [ + 45, + 364 + ], + [ + 44, + 363 + ], + [ + 45, + 363 + ], + [ + 46, + 362 + ], + [ + 45, + 362 + ], + [ + 44, + 361 + ], + [ + 44, + 360 + ], + [ + 45, + 359 + ], + [ + 44, + 359 + ], + [ + 43, + 359 + ], + [ + 43, + 358 + ], + [ + 43, + 357 + ], + [ + 44, + 358 + ], + [ + 44, + 357 + ], + [ + 45, + 357 + ], + [ + 44, + 356 + ], + [ + 43, + 356 + ], + [ + 42, + 357 + ], + [ + 42, + 358 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 70, + 57 + ], + [ + 71, + 56 + ], + [ + 72, + 55 + ], + [ + 73, + 54 + ], + [ + 72, + 53 + ], + [ + 72, + 52 + ], + [ + 72, + 51 + ], + [ + 71, + 51 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 56 + ], + "area_fraction": 0.0486 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 4, + 193 + ], + "area_fraction": 0.005 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 23, + 464 + ], + "area_fraction": 0.0367 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 188, + 245 + ], + "peak": [ + 212, + 49 + ], + "area_cells": 38209 + }, + { + "id": "range_2", + "name": null, + "center": [ + 179, + 316 + ], + "peak": [ + 179, + 316 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ad/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/globe.png new file mode 100644 index 000000000..fda70d0e0 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ad/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/heightmap.png new file mode 100644 index 000000000..8667bb86b Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ad/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/index.md new file mode 100644 index 000000000..36fe93cf3 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/index.md @@ -0,0 +1,74 @@ +--- +id: GJ771Ad +name: Havmark +body_type: planet +planet_class: temperate +body_scale: planet +seed: 74545049 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.098 + period_days: 420.0 + axial_tilt_deg: 32.9 +physical: + gravity_g: 0.94 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.421 + polar_ice_lat: 0.662 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.525 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Havmark + +Temperate planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 420 days | +| **Inhabited** | yes | +| **Population** | 55K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ad/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/markers.json new file mode 100644 index 000000000..b1653344f --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ad/markers.json @@ -0,0 +1,639 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 76, + 440 + ], + [ + 75, + 439 + ], + [ + 74, + 438 + ], + [ + 73, + 438 + ], + [ + 73, + 439 + ], + [ + 73, + 440 + ], + [ + 72, + 440 + ], + [ + 71, + 441 + ], + [ + 70, + 441 + ], + [ + 69, + 442 + ], + [ + 68, + 443 + ], + [ + 67, + 444 + ], + [ + 66, + 444 + ], + [ + 65, + 445 + ], + [ + 64, + 445 + ], + [ + 63, + 445 + ], + [ + 62, + 446 + ], + [ + 61, + 445 + ], + [ + 62, + 444 + ], + [ + 62, + 445 + ], + [ + 61, + 444 + ], + [ + 60, + 444 + ], + [ + 59, + 443 + ], + [ + 58, + 443 + ], + [ + 59, + 444 + ], + [ + 59, + 445 + ], + [ + 58, + 445 + ], + [ + 57, + 444 + ], + [ + 57, + 443 + ], + [ + 56, + 443 + ], + [ + 56, + 442 + ], + [ + 57, + 442 + ], + [ + 58, + 442 + ], + [ + 59, + 442 + ], + [ + 60, + 443 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 110, + 405 + ], + [ + 111, + 405 + ], + [ + 112, + 406 + ], + [ + 113, + 407 + ], + [ + 114, + 407 + ], + [ + 115, + 406 + ], + [ + 116, + 405 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 117, + 280 + ], + [ + 116, + 279 + ], + [ + 115, + 278 + ], + [ + 114, + 278 + ], + [ + 113, + 277 + ], + [ + 112, + 276 + ], + [ + 111, + 275 + ], + [ + 112, + 274 + ], + [ + 111, + 273 + ], + [ + 112, + 272 + ], + [ + 113, + 271 + ], + [ + 112, + 270 + ], + [ + 113, + 269 + ], + [ + 114, + 268 + ], + [ + 113, + 267 + ], + [ + 114, + 266 + ], + [ + 114, + 265 + ], + [ + 113, + 265 + ], + [ + 114, + 264 + ], + [ + 114, + 263 + ], + [ + 115, + 263 + ], + [ + 115, + 262 + ], + [ + 116, + 261 + ], + [ + 116, + 260 + ], + [ + 117, + 259 + ], + [ + 116, + 258 + ], + [ + 115, + 257 + ], + [ + 114, + 256 + ], + [ + 114, + 255 + ], + [ + 114, + 254 + ], + [ + 115, + 253 + ], + [ + 116, + 252 + ], + [ + 116, + 251 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 110, + 198 + ], + [ + 111, + 197 + ], + [ + 112, + 198 + ], + [ + 113, + 198 + ], + [ + 114, + 199 + ], + [ + 115, + 200 + ], + [ + 116, + 200 + ], + [ + 117, + 201 + ], + [ + 118, + 202 + ], + [ + 119, + 203 + ], + [ + 120, + 204 + ], + [ + 121, + 205 + ], + [ + 122, + 206 + ], + [ + 123, + 205 + ], + [ + 124, + 205 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 67, + 480 + ], + [ + 66, + 479 + ], + [ + 65, + 478 + ], + [ + 64, + 477 + ], + [ + 63, + 476 + ], + [ + 64, + 476 + ], + [ + 63, + 475 + ], + [ + 62, + 476 + ], + [ + 62, + 477 + ], + [ + 63, + 477 + ], + [ + 62, + 478 + ], + [ + 63, + 479 + ], + [ + 63, + 480 + ], + [ + 62, + 480 + ], + [ + 61, + 481 + ], + [ + 61, + 482 + ], + [ + 60, + 483 + ], + [ + 60, + 484 + ], + [ + 59, + 484 + ], + [ + 60, + 485 + ], + [ + 59, + 486 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 116, + 422 + ], + [ + 117, + 423 + ], + [ + 118, + 424 + ], + [ + 119, + 425 + ], + [ + 120, + 426 + ], + [ + 121, + 427 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 114, + 441 + ], + [ + 113, + 440 + ], + [ + 112, + 440 + ], + [ + 111, + 441 + ], + [ + 110, + 442 + ], + [ + 109, + 443 + ], + [ + 108, + 444 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 17, + 494 + ], + "area_fraction": 0.009 + }, + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 182, + 260 + ], + "area_fraction": 0.5595 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 164 + ], + "peak": [ + 35, + 169 + ], + "area_cells": 250 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 272 + ], + "peak": [ + 64, + 257 + ], + "area_cells": 5038 + }, + { + "id": "range_4", + "name": null, + "center": [ + 43, + 158 + ], + "peak": [ + 43, + 158 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 74, + 111 + ], + "peak": [ + 87, + 124 + ], + "area_cells": 2830 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 384 + ], + "peak": [ + 91, + 385 + ], + "area_cells": 110 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ae/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/globe.png new file mode 100644 index 000000000..ae765254e Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ae/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/heightmap.png new file mode 100644 index 000000000..9d7b4def3 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ae/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/index.md new file mode 100644 index 000000000..ff1336d9e --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/index.md @@ -0,0 +1,68 @@ +--- +id: GJ771Ae +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3255715952 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.085 + period_days: 1100.0 + axial_tilt_deg: 14.8 +physical: + gravity_g: 0.62 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.616 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Ae + +Cold Arid planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ae/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/markers.json new file mode 100644 index 000000000..65e0108c0 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ae/markers.json @@ -0,0 +1,1384 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 9, + 503 + ], + [ + 10, + 504 + ], + [ + 11, + 504 + ], + [ + 12, + 505 + ], + [ + 13, + 506 + ], + [ + 13, + 505 + ], + [ + 14, + 505 + ], + [ + 15, + 505 + ], + [ + 16, + 506 + ], + [ + 15, + 507 + ], + [ + 15, + 506 + ], + [ + 14, + 506 + ], + [ + 14, + 507 + ], + [ + 13, + 507 + ], + [ + 13, + 508 + ], + [ + 12, + 507 + ], + [ + 12, + 506 + ], + [ + 11, + 507 + ], + [ + 10, + 508 + ], + [ + 10, + 507 + ], + [ + 11, + 506 + ], + [ + 10, + 506 + ], + [ + 10, + 505 + ], + [ + 9, + 505 + ], + [ + 9, + 506 + ], + [ + 9, + 507 + ], + [ + 8, + 508 + ], + [ + 9, + 509 + ], + [ + 10, + 509 + ], + [ + 9, + 508 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 232, + 341 + ], + [ + 231, + 342 + ], + [ + 230, + 343 + ], + [ + 229, + 344 + ], + [ + 228, + 344 + ], + [ + 227, + 343 + ], + [ + 226, + 342 + ], + [ + 225, + 342 + ], + [ + 224, + 341 + ], + [ + 223, + 340 + ], + [ + 222, + 339 + ], + [ + 221, + 338 + ], + [ + 220, + 338 + ], + [ + 219, + 337 + ], + [ + 218, + 337 + ], + [ + 217, + 336 + ], + [ + 216, + 335 + ], + [ + 215, + 334 + ], + [ + 214, + 334 + ], + [ + 213, + 333 + ], + [ + 212, + 333 + ], + [ + 211, + 333 + ], + [ + 210, + 332 + ], + [ + 209, + 332 + ], + [ + 208, + 332 + ], + [ + 207, + 331 + ], + [ + 207, + 330 + ], + [ + 208, + 331 + ], + [ + 207, + 332 + ], + [ + 206, + 332 + ], + [ + 205, + 332 + ], + [ + 204, + 332 + ], + [ + 205, + 333 + ], + [ + 206, + 333 + ], + [ + 207, + 333 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 112, + 0 + ], + [ + 111, + 511 + ], + [ + 110, + 510 + ], + [ + 109, + 511 + ], + [ + 108, + 510 + ], + [ + 107, + 511 + ], + [ + 106, + 510 + ], + [ + 105, + 511 + ], + [ + 104, + 511 + ], + [ + 103, + 510 + ], + [ + 102, + 511 + ], + [ + 101, + 511 + ], + [ + 100, + 510 + ], + [ + 99, + 511 + ], + [ + 98, + 511 + ], + [ + 97, + 511 + ], + [ + 96, + 511 + ], + [ + 95, + 510 + ], + [ + 94, + 510 + ], + [ + 93, + 510 + ], + [ + 92, + 511 + ], + [ + 93, + 511 + ], + [ + 94, + 511 + ], + [ + 93, + 0 + ], + [ + 92, + 1 + ], + [ + 91, + 1 + ], + [ + 90, + 2 + ], + [ + 91, + 3 + ], + [ + 92, + 3 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 70, + 501 + ], + [ + 71, + 502 + ], + [ + 72, + 501 + ], + [ + 73, + 501 + ], + [ + 74, + 502 + ], + [ + 75, + 503 + ], + [ + 76, + 502 + ], + [ + 77, + 503 + ], + [ + 78, + 502 + ], + [ + 79, + 501 + ], + [ + 79, + 502 + ], + [ + 80, + 503 + ], + [ + 80, + 502 + ], + [ + 80, + 501 + ], + [ + 79, + 500 + ], + [ + 79, + 499 + ], + [ + 79, + 498 + ], + [ + 79, + 497 + ], + [ + 79, + 496 + ], + [ + 80, + 495 + ], + [ + 80, + 494 + ], + [ + 79, + 493 + ], + [ + 80, + 492 + ], + [ + 79, + 492 + ], + [ + 80, + 491 + ], + [ + 80, + 490 + ], + [ + 81, + 489 + ], + [ + 80, + 489 + ], + [ + 81, + 488 + ], + [ + 82, + 487 + ], + [ + 81, + 486 + ], + [ + 80, + 485 + ], + [ + 81, + 484 + ], + [ + 81, + 483 + ], + [ + 82, + 483 + ], + [ + 82, + 482 + ], + [ + 81, + 481 + ], + [ + 80, + 480 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 235, + 359 + ], + [ + 234, + 359 + ], + [ + 233, + 360 + ], + [ + 232, + 361 + ], + [ + 231, + 362 + ], + [ + 230, + 363 + ], + [ + 229, + 364 + ], + [ + 229, + 365 + ], + [ + 228, + 366 + ], + [ + 227, + 367 + ], + [ + 226, + 366 + ], + [ + 226, + 367 + ], + [ + 225, + 367 + ], + [ + 224, + 366 + ], + [ + 225, + 366 + ], + [ + 224, + 365 + ], + [ + 224, + 364 + ], + [ + 223, + 365 + ], + [ + 223, + 366 + ], + [ + 222, + 367 + ], + [ + 221, + 366 + ], + [ + 220, + 367 + ], + [ + 219, + 368 + ], + [ + 220, + 368 + ], + [ + 219, + 369 + ], + [ + 218, + 368 + ], + [ + 217, + 369 + ], + [ + 216, + 370 + ], + [ + 215, + 371 + ], + [ + 214, + 371 + ], + [ + 213, + 372 + ], + [ + 212, + 371 + ], + [ + 211, + 372 + ], + [ + 210, + 371 + ], + [ + 210, + 372 + ], + [ + 209, + 372 + ], + [ + 208, + 372 + ], + [ + 207, + 372 + ], + [ + 206, + 372 + ], + [ + 205, + 373 + ], + [ + 204, + 373 + ], + [ + 205, + 372 + ], + [ + 204, + 372 + ], + [ + 203, + 372 + ], + [ + 202, + 373 + ], + [ + 203, + 373 + ], + [ + 202, + 372 + ], + [ + 201, + 372 + ], + [ + 200, + 373 + ], + [ + 199, + 372 + ], + [ + 198, + 372 + ], + [ + 197, + 373 + ], + [ + 196, + 374 + ], + [ + 196, + 373 + ], + [ + 195, + 373 + ], + [ + 194, + 374 + ], + [ + 193, + 374 + ], + [ + 194, + 373 + ], + [ + 193, + 373 + ], + [ + 192, + 373 + ], + [ + 191, + 374 + ], + [ + 191, + 375 + ], + [ + 190, + 374 + ], + [ + 190, + 375 + ], + [ + 189, + 375 + ], + [ + 189, + 374 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 183, + 256 + ], + [ + 184, + 257 + ], + [ + 185, + 258 + ], + [ + 186, + 259 + ], + [ + 187, + 260 + ], + [ + 188, + 261 + ], + [ + 189, + 261 + ], + [ + 190, + 262 + ], + [ + 191, + 261 + ], + [ + 192, + 260 + ], + [ + 193, + 260 + ], + [ + 194, + 259 + ], + [ + 195, + 258 + ], + [ + 196, + 257 + ], + [ + 197, + 258 + ], + [ + 198, + 258 + ], + [ + 199, + 257 + ], + [ + 200, + 258 + ], + [ + 201, + 258 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 49, + 400 + ], + [ + 50, + 399 + ], + [ + 51, + 398 + ], + [ + 52, + 397 + ], + [ + 53, + 398 + ], + [ + 54, + 398 + ], + [ + 55, + 399 + ], + [ + 56, + 398 + ], + [ + 57, + 398 + ], + [ + 58, + 398 + ], + [ + 57, + 399 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 121, + 440 + ], + [ + 120, + 441 + ], + [ + 119, + 440 + ], + [ + 118, + 439 + ], + [ + 117, + 438 + ], + [ + 116, + 438 + ], + [ + 115, + 437 + ], + [ + 114, + 436 + ], + [ + 113, + 436 + ], + [ + 112, + 435 + ], + [ + 111, + 434 + ], + [ + 110, + 433 + ], + [ + 109, + 434 + ], + [ + 108, + 434 + ], + [ + 107, + 435 + ], + [ + 106, + 435 + ], + [ + 105, + 434 + ], + [ + 104, + 435 + ], + [ + 103, + 435 + ], + [ + 102, + 434 + ], + [ + 101, + 434 + ], + [ + 100, + 434 + ], + [ + 99, + 435 + ], + [ + 98, + 435 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 126, + 50 + ], + [ + 127, + 49 + ], + [ + 128, + 48 + ], + [ + 129, + 47 + ], + [ + 130, + 46 + ], + [ + 131, + 45 + ], + [ + 132, + 44 + ], + [ + 133, + 43 + ], + [ + 134, + 42 + ], + [ + 135, + 41 + ], + [ + 135, + 40 + ], + [ + 134, + 39 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 24, + 482 + ], + [ + 25, + 483 + ], + [ + 24, + 484 + ], + [ + 25, + 484 + ], + [ + 26, + 484 + ], + [ + 27, + 485 + ], + [ + 28, + 484 + ], + [ + 29, + 483 + ], + [ + 30, + 483 + ], + [ + 31, + 483 + ], + [ + 32, + 483 + ], + [ + 33, + 483 + ], + [ + 34, + 484 + ], + [ + 35, + 483 + ], + [ + 36, + 484 + ], + [ + 37, + 484 + ], + [ + 38, + 483 + ], + [ + 39, + 482 + ], + [ + 40, + 481 + ], + [ + 41, + 482 + ], + [ + 42, + 482 + ], + [ + 43, + 481 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 45, + 67 + ], + [ + 46, + 66 + ], + [ + 45, + 66 + ], + [ + 46, + 67 + ], + [ + 47, + 67 + ], + [ + 48, + 68 + ], + [ + 49, + 68 + ], + [ + 48, + 69 + ], + [ + 47, + 69 + ], + [ + 47, + 68 + ], + [ + 46, + 68 + ] + ] + } + ], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 71, + 442 + ], + "area_fraction": 0.0226 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 286 + ], + "peak": [ + 68, + 287 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 113, + 117 + ], + "peak": [ + 114, + 114 + ], + "area_cells": 398 + }, + { + "id": "range_3", + "name": null, + "center": [ + 123, + 391 + ], + "peak": [ + 117, + 388 + ], + "area_cells": 1820 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 303 + ], + "peak": [ + 131, + 299 + ], + "area_cells": 303 + }, + { + "id": "range_6", + "name": null, + "center": [ + 145, + 178 + ], + "peak": [ + 140, + 173 + ], + "area_cells": 447 + }, + { + "id": "range_8", + "name": null, + "center": [ + 155, + 485 + ], + "peak": [ + 155, + 495 + ], + "area_cells": 966 + }, + { + "id": "range_9", + "name": null, + "center": [ + 150, + 81 + ], + "peak": [ + 150, + 81 + ], + "area_cells": 107 + }, + { + "id": "range_10", + "name": null, + "center": [ + 189, + 54 + ], + "peak": [ + 194, + 62 + ], + "area_cells": 6527 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/globe.png new file mode 100644 index 000000000..b10daaa90 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/heightmap.png new file mode 100644 index 000000000..9f8acda78 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/index.md new file mode 100644 index 000000000..fd6850a54 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ771Af-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 662355057 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.072 + period_days: 7.0 + axial_tilt_deg: 54.8 +physical: + gravity_g: 0.13 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.053 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.364 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Af-m1 + +Frozen moon. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 94% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/markers.json new file mode 100644 index 000000000..e7d77c8ab --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m1/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 52, + 485 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 95, + 391 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 214, + 195 + ], + "area_fraction": 0.0247 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 118, + 15 + ], + "peak": [ + 120, + 13 + ], + "area_cells": 272 + }, + { + "id": "range_3", + "name": null, + "center": [ + 159, + 87 + ], + "peak": [ + 161, + 52 + ], + "area_cells": 6528 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 453 + ], + "peak": [ + 150, + 454 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 172, + 295 + ], + "peak": [ + 166, + 282 + ], + "area_cells": 441 + }, + { + "id": "range_6", + "name": null, + "center": [ + 193, + 389 + ], + "peak": [ + 190, + 390 + ], + "area_cells": 378 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/globe.png new file mode 100644 index 000000000..e7f5085fc Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/heightmap.png new file mode 100644 index 000000000..02e4aedb5 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/index.md new file mode 100644 index 000000000..7a56e1589 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ771Af-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3902765155 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 27.6 +physical: + gravity_g: 0.07 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.966 + polar_ice_lat: 0.841 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.029 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Af-m2 + +Barren moon. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 97% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/markers.json new file mode 100644 index 000000000..ff3499234 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Af-m2/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 253 + ], + "peak": [ + 0, + 510 + ], + "area_cells": 25690 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 303 + ], + "peak": [ + 81, + 300 + ], + "area_cells": 359 + }, + { + "id": "range_8", + "name": null, + "center": [ + 78, + 101 + ], + "peak": [ + 76, + 93 + ], + "area_cells": 326 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 75 + ], + "peak": [ + 79, + 75 + ], + "area_cells": 89 + }, + { + "id": "range_14", + "name": null, + "center": [ + 105, + 296 + ], + "peak": [ + 106, + 297 + ], + "area_cells": 21 + }, + { + "id": "range_15", + "name": null, + "center": [ + 117, + 279 + ], + "peak": [ + 117, + 280 + ], + "area_cells": 119 + }, + { + "id": "range_16", + "name": null, + "center": [ + 120, + 139 + ], + "peak": [ + 120, + 140 + ], + "area_cells": 29 + }, + { + "id": "range_17", + "name": null, + "center": [ + 132, + 178 + ], + "peak": [ + 130, + 180 + ], + "area_cells": 43 + }, + { + "id": "range_21", + "name": null, + "center": [ + 248, + 161 + ], + "peak": [ + 255, + 195 + ], + "area_cells": 1125 + }, + { + "id": "range_22", + "name": null, + "center": [ + 223, + 470 + ], + "peak": [ + 230, + 470 + ], + "area_cells": 40 + }, + { + "id": "range_23", + "name": null, + "center": [ + 240, + 487 + ], + "peak": [ + 230, + 489 + ], + "area_cells": 267 + }, + { + "id": "range_24", + "name": null, + "center": [ + 232, + 503 + ], + "peak": [ + 234, + 503 + ], + "area_cells": 43 + }, + { + "id": "range_27", + "name": null, + "center": [ + 250, + 73 + ], + "peak": [ + 255, + 82 + ], + "area_cells": 132 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Af/globe.png new file mode 100644 index 000000000..57d9fd4cd Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Af/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Af/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Af/index.md new file mode 100644 index 000000000..4ae9c8333 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Af/index.md @@ -0,0 +1,70 @@ +--- +id: GJ771Af +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 543452269 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.425 + period_days: 3400.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: null + oblateness: 0.0761 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.147 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 4 + storm_max_size: 0.108 +rings: + enabled: true + inner_radius_factor: 1.17 + outer_radius_factor: 2.46 + opacity_base: 0.68 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ771Af + +Gas giant. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ag/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/globe.png new file mode 100644 index 000000000..a98a7f35b Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ag/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/heightmap.png new file mode 100644 index 000000000..a0db7a9a7 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ag/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/index.md new file mode 100644 index 000000000..a2e06719b --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ771Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 52883909 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 8.087 + period_days: 8400.0 + axial_tilt_deg: 16.4 +physical: + gravity_g: 0.46 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.71 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.279 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Ag + +Frozen planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 8400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ag/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/markers.json new file mode 100644 index 000000000..fdaad7613 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ag/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 118, + 461 + ], + "area_fraction": 0.0211 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 181, + 243 + ], + "area_fraction": 0.1227 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 130, + 114 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 181, + 101 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 228, + 398 + ], + "area_fraction": 0.084 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 227, + 19 + ], + "area_fraction": 0.0162 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 4 + ], + "peak": [ + 48, + 0 + ], + "area_cells": 589 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 331 + ], + "peak": [ + 33, + 367 + ], + "area_cells": 18675 + }, + { + "id": "range_3", + "name": null, + "center": [ + 39, + 86 + ], + "peak": [ + 48, + 84 + ], + "area_cells": 310 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ah/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/globe.png new file mode 100644 index 000000000..c2d2f8e52 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ah/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/heightmap.png new file mode 100644 index 000000000..1f01dd2cc Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ah/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/index.md new file mode 100644 index 000000000..97cb85d0f --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ771Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3580083952 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 13.442 + period_days: 18000.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: 0.36 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.092 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Ah + +Frozen planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ah/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/markers.json new file mode 100644 index 000000000..38cd28872 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ah/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 188, + 433 + ], + "area_fraction": 0.0987 + }, + { + "id": "water_19", + "name": null, + "kind": "ocean", + "center": [ + 195, + 166 + ], + "area_fraction": 0.1659 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 383 + ], + "peak": [ + 63, + 346 + ], + "area_cells": 8329 + }, + { + "id": "range_2", + "name": null, + "center": [ + 61, + 249 + ], + "peak": [ + 61, + 249 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 161 + ], + "peak": [ + 116, + 160 + ], + "area_cells": 388 + }, + { + "id": "range_4", + "name": null, + "center": [ + 113, + 446 + ], + "peak": [ + 113, + 446 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 201 + ], + "peak": [ + 118, + 200 + ], + "area_cells": 118 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ai/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/globe.png new file mode 100644 index 000000000..09877db6b Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ai/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/heightmap.png new file mode 100644 index 000000000..1ebe2ac79 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ai/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/index.md new file mode 100644 index 000000000..f012b4806 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ771Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 389308148 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 22.121 + period_days: 38000.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: 0.28 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.759 + polar_ice_lat: 0.156 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.448 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Ai + +Frozen planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Ai/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/markers.json new file mode 100644 index 000000000..f861f9f09 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Ai/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 196, + 123 + ], + "area_fraction": 0.1267 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 142, + 385 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 218, + 412 + ], + "area_fraction": 0.066 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 192, + 27 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 200 + ], + "peak": [ + 1, + 193 + ], + "area_cells": 401 + }, + { + "id": "range_3", + "name": null, + "center": [ + 61, + 274 + ], + "peak": [ + 89, + 309 + ], + "area_cells": 5807 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 463 + ], + "peak": [ + 32, + 511 + ], + "area_cells": 5010 + }, + { + "id": "range_7", + "name": null, + "center": [ + 47, + 28 + ], + "peak": [ + 30, + 0 + ], + "area_cells": 3577 + }, + { + "id": "range_8", + "name": null, + "center": [ + 21, + 230 + ], + "peak": [ + 16, + 232 + ], + "area_cells": 44 + }, + { + "id": "range_9", + "name": null, + "center": [ + 33, + 306 + ], + "peak": [ + 33, + 307 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 34, + 246 + ], + "peak": [ + 35, + 246 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 69, + 152 + ], + "peak": [ + 68, + 133 + ], + "area_cells": 1214 + }, + { + "id": "range_12", + "name": null, + "center": [ + 47, + 179 + ], + "peak": [ + 46, + 181 + ], + "area_cells": 90 + }, + { + "id": "range_14", + "name": null, + "center": [ + 66, + 392 + ], + "peak": [ + 67, + 392 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Aj/globe.png b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/globe.png new file mode 100644 index 000000000..b2e6eaf43 Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/globe.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Aj/heightmap.png b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/heightmap.png new file mode 100644 index 000000000..8c436804c Binary files /dev/null and b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/heightmap.png differ diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Aj/index.md b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/index.md new file mode 100644 index 000000000..d3c33de7b --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/index.md @@ -0,0 +1,65 @@ +--- +id: GJ771Aj +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1364202348 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 34.495 + period_days: 74000.0 + axial_tilt_deg: 33.9 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.724 + polar_ice_lat: 0.264 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ771Aj + +Frozen planet. + +**System:** [GJ-771A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 74000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-771A/bodies/GJ771Aj/markers.json b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/markers.json new file mode 100644 index 000000000..d25b3ba49 --- /dev/null +++ b/wiki/star-systems/GJ-771A/bodies/GJ771Aj/markers.json @@ -0,0 +1,254 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 6, + 299 + ], + "area_fraction": 0.0082 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 14, + 428 + ], + "area_fraction": 0.0262 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 84, + 315 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 138, + 478 + ], + "area_fraction": 0.0655 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 165, + 29 + ], + "area_fraction": 0.0362 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 164, + 170 + ], + "area_fraction": 0.0973 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 117, + 33 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 22, + 50 + ], + "peak": [ + 23, + 51 + ], + "area_cells": 58 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 182 + ], + "peak": [ + 60, + 241 + ], + "area_cells": 9006 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 59 + ], + "peak": [ + 42, + 59 + ], + "area_cells": 276 + }, + { + "id": "range_6", + "name": null, + "center": [ + 54, + 34 + ], + "peak": [ + 53, + 36 + ], + "area_cells": 234 + }, + { + "id": "range_7", + "name": null, + "center": [ + 48, + 21 + ], + "peak": [ + 48, + 21 + ], + "area_cells": 25 + }, + { + "id": "range_8", + "name": null, + "center": [ + 50, + 504 + ], + "peak": [ + 52, + 508 + ], + "area_cells": 174 + }, + { + "id": "range_9", + "name": null, + "center": [ + 50, + 0 + ], + "peak": [ + 52, + 0 + ], + "area_cells": 34 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 483 + ], + "peak": [ + 52, + 485 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 112, + 346 + ], + "peak": [ + 112, + 347 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 143, + 366 + ], + "peak": [ + 146, + 360 + ], + "area_cells": 172 + }, + { + "id": "range_15", + "name": null, + "center": [ + 237, + 361 + ], + "peak": [ + 253, + 347 + ], + "area_cells": 5792 + }, + { + "id": "range_16", + "name": null, + "center": [ + 218, + 140 + ], + "peak": [ + 218, + 142 + ], + "area_cells": 104 + }, + { + "id": "range_17", + "name": null, + "center": [ + 221, + 40 + ], + "peak": [ + 219, + 61 + ], + "area_cells": 540 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ775b/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775b/globe.png new file mode 100644 index 000000000..0a1943acc Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775b/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775b/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775b/heightmap.png new file mode 100644 index 000000000..c41b7151a Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775b/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775b/index.md b/wiki/star-systems/GJ-775/bodies/GJ775b/index.md new file mode 100644 index 000000000..c173dba96 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ775b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 215842687 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 36.4 +physical: + gravity_g: 0.38 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.805 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.011 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775b + +Barren planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 96% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775b/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775b/markers.json new file mode 100644 index 000000000..2c1f9a8c4 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775b/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 66, + 126 + ], + "peak": [ + 35, + 34 + ], + "area_cells": 19811 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 496 + ], + "peak": [ + 24, + 505 + ], + "area_cells": 1002 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 356 + ], + "peak": [ + 34, + 355 + ], + "area_cells": 1803 + }, + { + "id": "range_11", + "name": null, + "center": [ + 95, + 438 + ], + "peak": [ + 108, + 428 + ], + "area_cells": 8110 + }, + { + "id": "range_20", + "name": null, + "center": [ + 83, + 317 + ], + "peak": [ + 79, + 317 + ], + "area_cells": 104 + }, + { + "id": "range_25", + "name": null, + "center": [ + 110, + 315 + ], + "peak": [ + 110, + 307 + ], + "area_cells": 119 + }, + { + "id": "range_27", + "name": null, + "center": [ + 132, + 330 + ], + "peak": [ + 133, + 331 + ], + "area_cells": 161 + }, + { + "id": "range_28", + "name": null, + "center": [ + 137, + 198 + ], + "peak": [ + 138, + 199 + ], + "area_cells": 22 + }, + { + "id": "range_29", + "name": null, + "center": [ + 165, + 125 + ], + "peak": [ + 167, + 126 + ], + "area_cells": 337 + }, + { + "id": "range_34", + "name": null, + "center": [ + 197, + 383 + ], + "peak": [ + 198, + 383 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775c/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775c/globe.png new file mode 100644 index 000000000..01ad5b7e3 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775c/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775c/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775c/heightmap.png new file mode 100644 index 000000000..0d41d0155 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775c/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775c/index.md b/wiki/star-systems/GJ-775/bodies/GJ775c/index.md new file mode 100644 index 000000000..f42a8cb7f --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ775c +name: Ytterkant +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 580641221 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.534 + period_days: 160.0 + axial_tilt_deg: 11.3 +physical: + gravity_g: 0.92 + oblateness: 0.0019 + atmosphere: thick + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.627 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.23 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Ytterkant + +Cold Arid planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.92g | +| **Atmosphere** | thick | +| **Land** | 93% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775c/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775c/markers.json new file mode 100644 index 000000000..b60eca4a6 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775c/markers.json @@ -0,0 +1,919 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 133, + 505 + ], + [ + 132, + 504 + ], + [ + 131, + 503 + ], + [ + 130, + 502 + ], + [ + 129, + 501 + ], + [ + 128, + 500 + ], + [ + 127, + 499 + ], + [ + 126, + 500 + ], + [ + 125, + 499 + ], + [ + 124, + 499 + ], + [ + 123, + 498 + ], + [ + 122, + 497 + ], + [ + 121, + 498 + ], + [ + 120, + 499 + ], + [ + 119, + 499 + ], + [ + 118, + 500 + ], + [ + 117, + 500 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 223, + 361 + ], + [ + 224, + 360 + ], + [ + 225, + 359 + ], + [ + 225, + 358 + ], + [ + 225, + 357 + ], + [ + 224, + 356 + ], + [ + 224, + 355 + ], + [ + 223, + 354 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 219, + 29 + ], + [ + 218, + 28 + ], + [ + 217, + 27 + ], + [ + 216, + 28 + ], + [ + 216, + 27 + ], + [ + 215, + 27 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 174, + 303 + ], + [ + 173, + 302 + ], + [ + 172, + 301 + ], + [ + 171, + 301 + ], + [ + 170, + 300 + ], + [ + 169, + 300 + ], + [ + 168, + 299 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 244, + 21 + ], + [ + 243, + 22 + ], + [ + 242, + 23 + ], + [ + 241, + 23 + ], + [ + 240, + 22 + ], + [ + 240, + 21 + ], + [ + 239, + 20 + ], + [ + 238, + 19 + ], + [ + 239, + 19 + ], + [ + 240, + 19 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 75, + 379 + ], + [ + 75, + 380 + ], + [ + 75, + 381 + ], + [ + 76, + 382 + ], + [ + 77, + 383 + ], + [ + 78, + 384 + ], + [ + 79, + 385 + ], + [ + 79, + 386 + ], + [ + 78, + 387 + ], + [ + 78, + 388 + ], + [ + 77, + 389 + ], + [ + 78, + 389 + ], + [ + 77, + 390 + ], + [ + 76, + 391 + ], + [ + 75, + 391 + ], + [ + 75, + 392 + ], + [ + 74, + 392 + ], + [ + 73, + 392 + ], + [ + 74, + 393 + ], + [ + 75, + 394 + ], + [ + 75, + 395 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 238, + 23 + ], + [ + 237, + 23 + ], + [ + 236, + 24 + ], + [ + 235, + 25 + ], + [ + 234, + 26 + ], + [ + 233, + 26 + ], + [ + 232, + 26 + ], + [ + 231, + 26 + ], + [ + 231, + 25 + ], + [ + 232, + 24 + ], + [ + 231, + 23 + ], + [ + 231, + 24 + ], + [ + 232, + 25 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 133, + 453 + ], + [ + 133, + 452 + ], + [ + 133, + 451 + ], + [ + 134, + 450 + ], + [ + 135, + 449 + ], + [ + 135, + 448 + ], + [ + 134, + 447 + ], + [ + 133, + 446 + ], + [ + 134, + 445 + ], + [ + 134, + 444 + ], + [ + 133, + 443 + ], + [ + 133, + 442 + ], + [ + 133, + 441 + ], + [ + 133, + 440 + ], + [ + 133, + 439 + ], + [ + 132, + 438 + ], + [ + 133, + 437 + ], + [ + 133, + 436 + ], + [ + 134, + 435 + ], + [ + 133, + 434 + ], + [ + 134, + 433 + ], + [ + 134, + 432 + ], + [ + 133, + 431 + ], + [ + 133, + 430 + ], + [ + 133, + 429 + ], + [ + 134, + 428 + ], + [ + 134, + 427 + ], + [ + 134, + 426 + ], + [ + 134, + 425 + ], + [ + 135, + 425 + ], + [ + 136, + 425 + ], + [ + 136, + 424 + ], + [ + 137, + 425 + ], + [ + 137, + 424 + ], + [ + 137, + 423 + ], + [ + 136, + 423 + ], + [ + 135, + 424 + ], + [ + 135, + 423 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 182, + 98 + ], + [ + 183, + 97 + ], + [ + 184, + 96 + ], + [ + 185, + 97 + ], + [ + 186, + 96 + ], + [ + 187, + 97 + ], + [ + 188, + 96 + ], + [ + 189, + 96 + ], + [ + 190, + 96 + ], + [ + 191, + 95 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 119, + 448 + ], + [ + 118, + 447 + ], + [ + 117, + 446 + ], + [ + 116, + 445 + ], + [ + 115, + 446 + ], + [ + 114, + 446 + ], + [ + 113, + 447 + ], + [ + 112, + 448 + ], + [ + 111, + 448 + ], + [ + 110, + 447 + ], + [ + 109, + 446 + ], + [ + 108, + 445 + ], + [ + 107, + 444 + ], + [ + 107, + 443 + ], + [ + 107, + 442 + ], + [ + 106, + 441 + ], + [ + 105, + 440 + ], + [ + 104, + 439 + ], + [ + 103, + 438 + ], + [ + 102, + 437 + ], + [ + 101, + 436 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 161, + 266 + ], + [ + 160, + 265 + ], + [ + 159, + 265 + ], + [ + 158, + 264 + ], + [ + 157, + 263 + ], + [ + 156, + 262 + ], + [ + 155, + 261 + ], + [ + 154, + 260 + ], + [ + 153, + 259 + ], + [ + 153, + 258 + ], + [ + 153, + 257 + ], + [ + 152, + 256 + ], + [ + 152, + 255 + ], + [ + 152, + 254 + ], + [ + 152, + 253 + ], + [ + 151, + 252 + ], + [ + 152, + 251 + ], + [ + 152, + 250 + ], + [ + 152, + 249 + ], + [ + 153, + 248 + ], + [ + 153, + 249 + ], + [ + 152, + 248 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 243, + 260 + ], + [ + 244, + 259 + ], + [ + 245, + 258 + ], + [ + 246, + 258 + ], + [ + 247, + 257 + ], + [ + 247, + 256 + ], + [ + 248, + 256 + ], + [ + 249, + 255 + ], + [ + 250, + 254 + ], + [ + 251, + 253 + ], + [ + 252, + 252 + ], + [ + 252, + 251 + ], + [ + 253, + 251 + ], + [ + 254, + 250 + ], + [ + 255, + 249 + ], + [ + 255, + 250 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 217, + 175 + ], + "area_fraction": 0.0399 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 80, + 334 + ], + "peak": [ + 78, + 328 + ], + "area_cells": 310 + }, + { + "id": "range_3", + "name": null, + "center": [ + 105, + 124 + ], + "peak": [ + 107, + 121 + ], + "area_cells": 190 + }, + { + "id": "range_4", + "name": null, + "center": [ + 152, + 31 + ], + "peak": [ + 153, + 31 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 187, + 261 + ], + "peak": [ + 187, + 262 + ], + "area_cells": 53 + }, + { + "id": "range_6", + "name": null, + "center": [ + 196, + 4 + ], + "peak": [ + 198, + 3 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775d/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775d/globe.png new file mode 100644 index 000000000..43f941661 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775d/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775d/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775d/heightmap.png new file mode 100644 index 000000000..bbb1bad28 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775d/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775d/index.md b/wiki/star-systems/GJ-775/bodies/GJ775d/index.md new file mode 100644 index 000000000..6c8181f80 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ775d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1413403900 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 33.4 +physical: + gravity_g: 0.5 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.967 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775d + +Frozen planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775d/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775d/markers.json new file mode 100644 index 000000000..8d2bf8798 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775d/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 95, + 198 + ], + [ + 96, + 198 + ], + [ + 97, + 198 + ], + [ + 98, + 198 + ], + [ + 99, + 199 + ], + [ + 99, + 200 + ], + [ + 100, + 200 + ], + [ + 101, + 199 + ], + [ + 102, + 200 + ], + [ + 103, + 199 + ], + [ + 104, + 200 + ], + [ + 105, + 201 + ], + [ + 106, + 200 + ], + [ + 107, + 200 + ], + [ + 108, + 201 + ], + [ + 109, + 201 + ], + [ + 110, + 200 + ], + [ + 111, + 199 + ], + [ + 112, + 199 + ], + [ + 113, + 198 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 147, + 251 + ], + [ + 146, + 252 + ], + [ + 145, + 253 + ], + [ + 144, + 254 + ], + [ + 143, + 253 + ], + [ + 142, + 252 + ], + [ + 141, + 252 + ], + [ + 140, + 252 + ], + [ + 140, + 251 + ], + [ + 140, + 250 + ], + [ + 140, + 249 + ], + [ + 141, + 248 + ], + [ + 141, + 247 + ], + [ + 140, + 246 + ], + [ + 140, + 245 + ], + [ + 140, + 244 + ], + [ + 140, + 243 + ], + [ + 139, + 242 + ], + [ + 138, + 241 + ], + [ + 138, + 240 + ], + [ + 137, + 239 + ], + [ + 136, + 238 + ], + [ + 137, + 237 + ], + [ + 137, + 236 + ], + [ + 138, + 235 + ], + [ + 138, + 234 + ], + [ + 137, + 234 + ], + [ + 136, + 233 + ], + [ + 137, + 233 + ] + ] + } + ], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 128, + 29 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 119, + 329 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775e-m1/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/globe.png new file mode 100644 index 000000000..2c04fbf50 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775e-m1/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/heightmap.png new file mode 100644 index 000000000..f4980a64e Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775e-m1/index.md b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/index.md new file mode 100644 index 000000000..9f01df04b --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ775e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3343719105 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.1 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.278 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.41 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775e-m1 + +Frozen moon. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775e-m1/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/markers.json new file mode 100644 index 000000000..a1fdb179b --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775e-m1/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 205, + 460 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 215, + 87 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 89, + 273 + ], + "peak": [ + 96, + 363 + ], + "area_cells": 7585 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 178 + ], + "peak": [ + 64, + 178 + ], + "area_cells": 55 + }, + { + "id": "range_3", + "name": null, + "center": [ + 123, + 23 + ], + "peak": [ + 136, + 29 + ], + "area_cells": 799 + }, + { + "id": "range_7", + "name": null, + "center": [ + 117, + 161 + ], + "peak": [ + 119, + 162 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 137, + 238 + ], + "peak": [ + 137, + 239 + ], + "area_cells": 160 + }, + { + "id": "range_10", + "name": null, + "center": [ + 138, + 206 + ], + "peak": [ + 139, + 207 + ], + "area_cells": 41 + }, + { + "id": "range_11", + "name": null, + "center": [ + 138, + 375 + ], + "peak": [ + 139, + 374 + ], + "area_cells": 51 + }, + { + "id": "range_12", + "name": null, + "center": [ + 164, + 342 + ], + "peak": [ + 168, + 340 + ], + "area_cells": 1343 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 302 + ], + "peak": [ + 161, + 306 + ], + "area_cells": 564 + }, + { + "id": "range_18", + "name": null, + "center": [ + 176, + 172 + ], + "peak": [ + 176, + 173 + ], + "area_cells": 51 + }, + { + "id": "range_19", + "name": null, + "center": [ + 180, + 208 + ], + "peak": [ + 180, + 213 + ], + "area_cells": 212 + }, + { + "id": "range_20", + "name": null, + "center": [ + 187, + 19 + ], + "peak": [ + 187, + 20 + ], + "area_cells": 75 + }, + { + "id": "range_21", + "name": null, + "center": [ + 191, + 281 + ], + "peak": [ + 192, + 280 + ], + "area_cells": 57 + }, + { + "id": "range_22", + "name": null, + "center": [ + 206, + 356 + ], + "peak": [ + 207, + 355 + ], + "area_cells": 103 + }, + { + "id": "range_23", + "name": null, + "center": [ + 250, + 226 + ], + "peak": [ + 253, + 223 + ], + "area_cells": 635 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775e/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775e/globe.png new file mode 100644 index 000000000..d4c9927d4 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775e/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775e/index.md b/wiki/star-systems/GJ-775/bodies/GJ775e/index.md new file mode 100644 index 000000000..08558df7a --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ775e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2558734127 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: null + oblateness: 0.0786 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.281 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.08 +rings: + enabled: true + inner_radius_factor: 1.11 + outer_radius_factor: 2.46 + opacity_base: 0.56 + ring_color: + - 0.55 + - 0.48 + - 0.35 +--- + +# GJ775e + +Gas giant. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775f/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775f/globe.png new file mode 100644 index 000000000..98095d6ad Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775f/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775f/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775f/heightmap.png new file mode 100644 index 000000000..1b86b0345 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775f/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775f/index.md b/wiki/star-systems/GJ-775/bodies/GJ775f/index.md new file mode 100644 index 000000000..c9a06f195 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ775f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 600658019 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 36.6 +physical: + gravity_g: 0.4 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.22 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775f + +Frozen planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775f/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775f/markers.json new file mode 100644 index 000000000..19fa36977 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775f/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 121, + 463 + ], + "area_fraction": 0.0278 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 167, + 270 + ], + "area_fraction": 0.0943 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 217, + 19 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 55, + 83 + ], + "peak": [ + 42, + 30 + ], + "area_cells": 4332 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 506 + ], + "peak": [ + 45, + 511 + ], + "area_cells": 91 + }, + { + "id": "range_3", + "name": null, + "center": [ + 58, + 485 + ], + "peak": [ + 61, + 469 + ], + "area_cells": 292 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 205 + ], + "peak": [ + 65, + 206 + ], + "area_cells": 84 + }, + { + "id": "range_6", + "name": null, + "center": [ + 144, + 78 + ], + "peak": [ + 144, + 79 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 251, + 441 + ], + "peak": [ + 255, + 442 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775g/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775g/globe.png new file mode 100644 index 000000000..bdc2b1dc4 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775g/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775g/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775g/heightmap.png new file mode 100644 index 000000000..9a1743bbf Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775g/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775g/index.md b/wiki/star-systems/GJ-775/bodies/GJ775g/index.md new file mode 100644 index 000000000..0586952cc --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ775g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3258445177 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.19 + period_days: 9600.0 + axial_tilt_deg: 33.1 +physical: + gravity_g: 0.32 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.796 + polar_ice_lat: 0.261 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775g + +Frozen planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775g/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775g/markers.json new file mode 100644 index 000000000..b686d4848 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775g/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 52, + 214 + ], + "area_fraction": 0.1661 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 13, + 435 + ], + "area_fraction": 0.0235 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 454 + ], + "peak": [ + 101, + 457 + ], + "area_cells": 119 + }, + { + "id": "range_2", + "name": null, + "center": [ + 182, + 310 + ], + "peak": [ + 190, + 191 + ], + "area_cells": 29240 + }, + { + "id": "range_3", + "name": null, + "center": [ + 154, + 15 + ], + "peak": [ + 156, + 11 + ], + "area_cells": 2514 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775h/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775h/globe.png new file mode 100644 index 000000000..0427a12af Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775h/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775h/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775h/heightmap.png new file mode 100644 index 000000000..db0291032 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775h/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775h/index.md b/wiki/star-systems/GJ-775/bodies/GJ775h/index.md new file mode 100644 index 000000000..1f248bf70 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ775h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1817362688 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 41.1 +physical: + gravity_g: 0.24 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.7 + polar_ice_lat: 0.159 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.4 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775h + +Frozen planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775h/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775h/markers.json new file mode 100644 index 000000000..7e0fe522e --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775h/markers.json @@ -0,0 +1,218 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 174, + 400 + ], + "area_fraction": 0.195 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 129, + 16 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 160, + 286 + ], + "area_fraction": 0.0101 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 182, + 33 + ], + "area_fraction": 0.0146 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 177, + 113 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 238, + 163 + ], + "area_fraction": 0.0133 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 158 + ], + "peak": [ + 0, + 68 + ], + "area_cells": 9092 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 410 + ], + "peak": [ + 3, + 391 + ], + "area_cells": 6549 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 479 + ], + "peak": [ + 30, + 479 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 37, + 323 + ], + "peak": [ + 38, + 325 + ], + "area_cells": 175 + }, + { + "id": "range_6", + "name": null, + "center": [ + 68, + 487 + ], + "peak": [ + 70, + 497 + ], + "area_cells": 575 + }, + { + "id": "range_7", + "name": null, + "center": [ + 66, + 395 + ], + "peak": [ + 68, + 397 + ], + "area_cells": 44 + }, + { + "id": "range_8", + "name": null, + "center": [ + 102, + 300 + ], + "peak": [ + 94, + 303 + ], + "area_cells": 236 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 263 + ], + "peak": [ + 100, + 261 + ], + "area_cells": 51 + }, + { + "id": "range_10", + "name": null, + "center": [ + 109, + 105 + ], + "peak": [ + 109, + 103 + ], + "area_cells": 303 + }, + { + "id": "range_11", + "name": null, + "center": [ + 110, + 199 + ], + "peak": [ + 110, + 200 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 119, + 76 + ], + "peak": [ + 118, + 76 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-775/bodies/GJ775i/globe.png b/wiki/star-systems/GJ-775/bodies/GJ775i/globe.png new file mode 100644 index 000000000..229c1cdde Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775i/globe.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775i/heightmap.png b/wiki/star-systems/GJ-775/bodies/GJ775i/heightmap.png new file mode 100644 index 000000000..79f96ace2 Binary files /dev/null and b/wiki/star-systems/GJ-775/bodies/GJ775i/heightmap.png differ diff --git a/wiki/star-systems/GJ-775/bodies/GJ775i/index.md b/wiki/star-systems/GJ-775/bodies/GJ775i/index.md new file mode 100644 index 000000000..b74190a12 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ775i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2611025868 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 22.599 + period_days: 44000.0 + axial_tilt_deg: 36.2 +physical: + gravity_g: 0.11 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.81 + polar_ice_lat: 0.073 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.242 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ775i + +Frozen planet. + +**System:** [GJ-775](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 44000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-775/bodies/GJ775i/markers.json b/wiki/star-systems/GJ-775/bodies/GJ775i/markers.json new file mode 100644 index 000000000..37d934a83 --- /dev/null +++ b/wiki/star-systems/GJ-775/bodies/GJ775i/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 39 + ], + "area_fraction": 0.0419 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 36, + 388 + ], + "area_fraction": 0.1237 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 91 + ], + "peak": [ + 75, + 91 + ], + "area_cells": 363 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 408 + ], + "peak": [ + 89, + 410 + ], + "area_cells": 104 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 347 + ], + "peak": [ + 140, + 354 + ], + "area_cells": 5902 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 239 + ], + "peak": [ + 127, + 243 + ], + "area_cells": 370 + }, + { + "id": "range_9", + "name": null, + "center": [ + 135, + 199 + ], + "peak": [ + 140, + 205 + ], + "area_cells": 334 + }, + { + "id": "range_11", + "name": null, + "center": [ + 158, + 178 + ], + "peak": [ + 170, + 211 + ], + "area_cells": 1331 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 65 + ], + "peak": [ + 146, + 64 + ], + "area_cells": 47 + }, + { + "id": "range_14", + "name": null, + "center": [ + 203, + 287 + ], + "peak": [ + 204, + 281 + ], + "area_cells": 53 + }, + { + "id": "range_15", + "name": null, + "center": [ + 238, + 317 + ], + "peak": [ + 255, + 286 + ], + "area_cells": 4212 + }, + { + "id": "range_16", + "name": null, + "center": [ + 239, + 455 + ], + "peak": [ + 242, + 458 + ], + "area_cells": 1799 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ780b/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780b/globe.png new file mode 100644 index 000000000..0f6497e04 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780b/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780b/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780b/heightmap.png new file mode 100644 index 000000000..6211e0770 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780b/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780b/index.md b/wiki/star-systems/GJ-780/bodies/GJ780b/index.md new file mode 100644 index 000000000..3477d7417 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ780b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3833287031 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.209 + period_days: 35.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.3 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.93 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780b + +Barren planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 100% | +| **Year** | 35 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780b/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780b/markers.json new file mode 100644 index 000000000..cad4cc7d4 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780b/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 77, + 224 + ], + "peak": [ + 133, + 354 + ], + "area_cells": 39246 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 187 + ], + "peak": [ + 28, + 183 + ], + "area_cells": 127 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 500 + ], + "peak": [ + 85, + 510 + ], + "area_cells": 234 + }, + { + "id": "range_16", + "name": null, + "center": [ + 101, + 272 + ], + "peak": [ + 102, + 271 + ], + "area_cells": 257 + }, + { + "id": "range_17", + "name": null, + "center": [ + 102, + 114 + ], + "peak": [ + 97, + 118 + ], + "area_cells": 61 + }, + { + "id": "range_18", + "name": null, + "center": [ + 109, + 404 + ], + "peak": [ + 111, + 405 + ], + "area_cells": 81 + }, + { + "id": "range_21", + "name": null, + "center": [ + 140, + 505 + ], + "peak": [ + 141, + 503 + ], + "area_cells": 39 + }, + { + "id": "range_23", + "name": null, + "center": [ + 177, + 242 + ], + "peak": [ + 178, + 243 + ], + "area_cells": 410 + }, + { + "id": "range_24", + "name": null, + "center": [ + 181, + 350 + ], + "peak": [ + 183, + 352 + ], + "area_cells": 321 + }, + { + "id": "range_27", + "name": null, + "center": [ + 188, + 22 + ], + "peak": [ + 188, + 22 + ], + "area_cells": 28 + }, + { + "id": "range_29", + "name": null, + "center": [ + 193, + 53 + ], + "peak": [ + 192, + 54 + ], + "area_cells": 46 + }, + { + "id": "range_30", + "name": null, + "center": [ + 193, + 492 + ], + "peak": [ + 193, + 492 + ], + "area_cells": 28 + }, + { + "id": "range_33", + "name": null, + "center": [ + 208, + 50 + ], + "peak": [ + 210, + 51 + ], + "area_cells": 74 + }, + { + "id": "range_34", + "name": null, + "center": [ + 215, + 223 + ], + "peak": [ + 219, + 225 + ], + "area_cells": 27 + }, + { + "id": "range_36", + "name": null, + "center": [ + 227, + 37 + ], + "peak": [ + 217, + 39 + ], + "area_cells": 97 + }, + { + "id": "range_39", + "name": null, + "center": [ + 227, + 130 + ], + "peak": [ + 222, + 129 + ], + "area_cells": 44 + }, + { + "id": "range_42", + "name": null, + "center": [ + 234, + 7 + ], + "peak": [ + 233, + 13 + ], + "area_cells": 151 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780c/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780c/globe.png new file mode 100644 index 000000000..fe5c015c0 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780c/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780c/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780c/heightmap.png new file mode 100644 index 000000000..a56463bff Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780c/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780c/index.md b/wiki/star-systems/GJ-780/bodies/GJ780c/index.md new file mode 100644 index 000000000..c997917df --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ780c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2597411120 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.422 + period_days: 100.0 + axial_tilt_deg: 31.8 +physical: + gravity_g: 0.62 + oblateness: 0.0009 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.883 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.006 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780c + +Barren planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.62g | +| **Atmosphere** | thick | +| **Land** | 100% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780c/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780c/markers.json new file mode 100644 index 000000000..1e3393942 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780c/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 274 + ], + "peak": [ + 89, + 16 + ], + "area_cells": 82979 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 209 + ], + "peak": [ + 0, + 214 + ], + "area_cells": 326 + }, + { + "id": "range_3", + "name": null, + "center": [ + 222, + 162 + ], + "peak": [ + 223, + 163 + ], + "area_cells": 204 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780d/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780d/globe.png new file mode 100644 index 000000000..eed512f5e Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780d/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780d/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780d/heightmap.png new file mode 100644 index 000000000..6b50e19af Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780d/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780d/index.md b/wiki/star-systems/GJ-780/bodies/GJ780d/index.md new file mode 100644 index 000000000..fb26b1796 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ780d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 4244044520 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.777 + period_days: 250.0 + axial_tilt_deg: 14.4 +physical: + gravity_g: 0.48 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.937 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.051 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780d + +Arid planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780d/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780d/markers.json new file mode 100644 index 000000000..5e9b3fb42 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780d/markers.json @@ -0,0 +1,118 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 73, + 134 + ], + "peak": [ + 74, + 129 + ], + "area_cells": 115 + }, + { + "id": "range_5", + "name": null, + "center": [ + 176, + 261 + ], + "peak": [ + 245, + 272 + ], + "area_cells": 38353 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 49 + ], + "peak": [ + 79, + 48 + ], + "area_cells": 138 + }, + { + "id": "range_7", + "name": null, + "center": [ + 113, + 372 + ], + "peak": [ + 114, + 374 + ], + "area_cells": 176 + }, + { + "id": "range_9", + "name": null, + "center": [ + 194, + 50 + ], + "peak": [ + 195, + 50 + ], + "area_cells": 40 + }, + { + "id": "range_10", + "name": null, + "center": [ + 238, + 39 + ], + "peak": [ + 248, + 6 + ], + "area_cells": 2285 + }, + { + "id": "range_11", + "name": null, + "center": [ + 243, + 500 + ], + "peak": [ + 248, + 511 + ], + "area_cells": 537 + }, + { + "id": "range_13", + "name": null, + "center": [ + 248, + 124 + ], + "peak": [ + 249, + 124 + ], + "area_cells": 64 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e-1/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780e-1/globe.png new file mode 100644 index 000000000..5d1400d40 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780e-1/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e-1/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780e-1/heightmap.png new file mode 100644 index 000000000..ce77487ba Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e-1/index.md b/wiki/star-systems/GJ-780/bodies/GJ780e-1/index.md new file mode 100644 index 000000000..455234173 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ780e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3315146027 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.119 + period_days: 15.0 + axial_tilt_deg: 13.3 +physical: + gravity_g: 0.07 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.896 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780e-1 + +Barren moon. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 100% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e-1/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780e-1/markers.json new file mode 100644 index 000000000..bec9723ab --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780e-1/markers.json @@ -0,0 +1,157 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 491 + ], + "peak": [ + 34, + 491 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 467 + ], + "peak": [ + 45, + 467 + ], + "area_cells": 44 + }, + { + "id": "range_3", + "name": null, + "center": [ + 175, + 261 + ], + "peak": [ + 199, + 3 + ], + "area_cells": 51486 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 508 + ], + "peak": [ + 51, + 507 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 51, + 4 + ], + "peak": [ + 49, + 4 + ], + "area_cells": 122 + }, + { + "id": "range_7", + "name": null, + "center": [ + 110, + 311 + ], + "peak": [ + 110, + 310 + ], + "area_cells": 174 + }, + { + "id": "range_8", + "name": null, + "center": [ + 125, + 200 + ], + "peak": [ + 124, + 206 + ], + "area_cells": 324 + }, + { + "id": "range_12", + "name": null, + "center": [ + 245, + 386 + ], + "peak": [ + 247, + 382 + ], + "area_cells": 156 + }, + { + "id": "range_13", + "name": null, + "center": [ + 240, + 201 + ], + "peak": [ + 239, + 202 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 240, + 193 + ], + "peak": [ + 240, + 193 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 251, + 168 + ], + "peak": [ + 255, + 171 + ], + "area_cells": 105 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780e/globe.png new file mode 100644 index 000000000..c95e930f5 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780e/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780e/heightmap.png new file mode 100644 index 000000000..989edaa3e Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780e/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e/index.md b/wiki/star-systems/GJ-780/bodies/GJ780e/index.md new file mode 100644 index 000000000..95c6be81e --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ780e +name: Coseche +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3990484675 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.233 + period_days: 500.0 + axial_tilt_deg: 29.8 +physical: + gravity_g: 0.92 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.414 + polar_ice_lat: 0.652 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.404 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Coseche + +Temperate planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 41% | +| **Year** | 500 days | +| **Inhabited** | yes | +| **Population** | 1.5B | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780e/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780e/markers.json new file mode 100644 index 000000000..fb8feb2da --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780e/markers.json @@ -0,0 +1,396 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 51, + 511 + ], + [ + 50, + 510 + ], + [ + 49, + 509 + ], + [ + 48, + 508 + ], + [ + 48, + 507 + ], + [ + 49, + 506 + ], + [ + 50, + 505 + ], + [ + 51, + 504 + ], + [ + 52, + 503 + ], + [ + 53, + 502 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 244, + 81 + ], + [ + 243, + 82 + ], + [ + 242, + 81 + ], + [ + 241, + 80 + ], + [ + 240, + 81 + ], + [ + 239, + 80 + ], + [ + 238, + 81 + ], + [ + 237, + 80 + ], + [ + 236, + 80 + ], + [ + 235, + 80 + ], + [ + 234, + 80 + ], + [ + 233, + 80 + ], + [ + 232, + 79 + ], + [ + 231, + 78 + ], + [ + 230, + 77 + ], + [ + 229, + 78 + ], + [ + 228, + 77 + ], + [ + 227, + 78 + ], + [ + 228, + 78 + ], + [ + 227, + 79 + ], + [ + 228, + 79 + ], + [ + 228, + 80 + ], + [ + 227, + 81 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 195, + 425 + ], + [ + 196, + 424 + ], + [ + 197, + 423 + ], + [ + 198, + 422 + ], + [ + 199, + 421 + ], + [ + 199, + 420 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 96, + 357 + ], + [ + 95, + 357 + ], + [ + 94, + 358 + ], + [ + 93, + 357 + ], + [ + 92, + 358 + ], + [ + 91, + 358 + ], + [ + 90, + 359 + ], + [ + 89, + 358 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 102, + 416 + ], + [ + 101, + 417 + ], + [ + 100, + 417 + ], + [ + 99, + 416 + ], + [ + 98, + 417 + ], + [ + 97, + 418 + ], + [ + 96, + 419 + ], + [ + 95, + 419 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 233, + 10 + ], + [ + 232, + 10 + ], + [ + 231, + 9 + ], + [ + 230, + 8 + ], + [ + 229, + 7 + ], + [ + 228, + 8 + ], + [ + 227, + 9 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 172, + 425 + ], + [ + 173, + 426 + ], + [ + 172, + 427 + ], + [ + 171, + 428 + ], + [ + 170, + 428 + ], + [ + 169, + 429 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 133, + 220 + ], + "area_fraction": 0.545 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 156, + 444 + ], + "area_fraction": 0.008 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 196, + 490 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 245, + 479 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 229 + ], + "peak": [ + 17, + 256 + ], + "area_cells": 1919 + }, + { + "id": "range_2", + "name": null, + "center": [ + 32, + 304 + ], + "peak": [ + 34, + 307 + ], + "area_cells": 173 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780f/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780f/globe.png new file mode 100644 index 000000000..9eb45e5cf Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780f/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780f/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780f/heightmap.png new file mode 100644 index 000000000..101e02be8 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780f/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780f/index.md b/wiki/star-systems/GJ-780/bodies/GJ780f/index.md new file mode 100644 index 000000000..2e739871f --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780f/index.md @@ -0,0 +1,69 @@ +--- +id: GJ780f +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2563179614 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.756 + period_days: 850.0 + axial_tilt_deg: 18.0 +physical: + gravity_g: 0.44 + oblateness: 0.0049 + atmosphere: thin + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.726 + polar_ice_lat: 0.769 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.39 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ780f + +Temperate planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.44g | +| **Atmosphere** | thin | +| **Hydrosphere** | rivers | +| **Land** | 73% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780f/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780f/markers.json new file mode 100644 index 000000000..a9f7c3f91 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780f/markers.json @@ -0,0 +1,639 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 245, + 399 + ], + [ + 244, + 398 + ], + [ + 243, + 397 + ], + [ + 242, + 396 + ], + [ + 241, + 395 + ], + [ + 240, + 395 + ], + [ + 239, + 395 + ], + [ + 238, + 394 + ], + [ + 237, + 393 + ], + [ + 236, + 392 + ], + [ + 235, + 391 + ], + [ + 234, + 390 + ], + [ + 234, + 389 + ], + [ + 235, + 388 + ], + [ + 234, + 388 + ], + [ + 234, + 387 + ], + [ + 233, + 388 + ], + [ + 233, + 389 + ], + [ + 232, + 388 + ], + [ + 232, + 387 + ], + [ + 232, + 386 + ], + [ + 231, + 385 + ], + [ + 232, + 385 + ], + [ + 233, + 385 + ], + [ + 234, + 384 + ], + [ + 234, + 383 + ], + [ + 235, + 383 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 211, + 165 + ], + [ + 212, + 166 + ], + [ + 213, + 167 + ], + [ + 214, + 168 + ], + [ + 215, + 168 + ], + [ + 216, + 168 + ], + [ + 217, + 169 + ], + [ + 218, + 169 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 220, + 144 + ], + [ + 221, + 143 + ], + [ + 221, + 144 + ], + [ + 221, + 145 + ], + [ + 222, + 145 + ], + [ + 223, + 146 + ], + [ + 224, + 147 + ], + [ + 225, + 148 + ], + [ + 226, + 147 + ], + [ + 227, + 147 + ], + [ + 228, + 148 + ], + [ + 229, + 147 + ], + [ + 229, + 146 + ], + [ + 229, + 145 + ], + [ + 230, + 144 + ], + [ + 230, + 143 + ], + [ + 231, + 144 + ], + [ + 232, + 143 + ], + [ + 233, + 142 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 189, + 346 + ], + [ + 188, + 346 + ], + [ + 187, + 346 + ], + [ + 186, + 347 + ], + [ + 185, + 348 + ], + [ + 184, + 349 + ], + [ + 183, + 350 + ], + [ + 182, + 351 + ], + [ + 181, + 352 + ], + [ + 180, + 353 + ], + [ + 179, + 354 + ], + [ + 178, + 354 + ], + [ + 177, + 353 + ], + [ + 176, + 352 + ], + [ + 175, + 352 + ], + [ + 174, + 351 + ], + [ + 173, + 350 + ], + [ + 174, + 350 + ], + [ + 174, + 349 + ], + [ + 173, + 349 + ], + [ + 172, + 348 + ], + [ + 172, + 347 + ], + [ + 172, + 346 + ], + [ + 171, + 346 + ], + [ + 172, + 345 + ], + [ + 172, + 344 + ], + [ + 172, + 343 + ], + [ + 171, + 342 + ], + [ + 171, + 341 + ], + [ + 170, + 341 + ], + [ + 169, + 340 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 191, + 186 + ], + [ + 192, + 185 + ], + [ + 193, + 184 + ], + [ + 194, + 183 + ], + [ + 195, + 184 + ], + [ + 196, + 184 + ], + [ + 195, + 185 + ], + [ + 196, + 186 + ], + [ + 197, + 187 + ], + [ + 197, + 188 + ], + [ + 198, + 189 + ], + [ + 198, + 190 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 34, + 314 + ], + [ + 33, + 314 + ], + [ + 32, + 315 + ], + [ + 31, + 316 + ], + [ + 30, + 317 + ], + [ + 29, + 316 + ], + [ + 28, + 317 + ], + [ + 27, + 318 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 133 + ], + "area_fraction": 0.0724 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 339 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 439 + ], + "area_fraction": 0.0341 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 209, + 244 + ], + "area_fraction": 0.1353 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 244, + 439 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 133, + 48 + ], + "peak": [ + 82, + 37 + ], + "area_cells": 9353 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 471 + ], + "peak": [ + 91, + 503 + ], + "area_cells": 2166 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 304 + ], + "peak": [ + 116, + 270 + ], + "area_cells": 1447 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 440 + ], + "peak": [ + 150, + 428 + ], + "area_cells": 7108 + }, + { + "id": "range_5", + "name": null, + "center": [ + 109, + 440 + ], + "peak": [ + 110, + 439 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 114, + 472 + ], + "peak": [ + 115, + 472 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 150, + 88 + ], + "peak": [ + 152, + 89 + ], + "area_cells": 80 + }, + { + "id": "range_8", + "name": null, + "center": [ + 191, + 467 + ], + "peak": [ + 193, + 467 + ], + "area_cells": 77 + }, + { + "id": "range_10", + "name": null, + "center": [ + 208, + 447 + ], + "peak": [ + 211, + 444 + ], + "area_cells": 250 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780g/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780g/globe.png new file mode 100644 index 000000000..1daf39219 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780g/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780g/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780g/heightmap.png new file mode 100644 index 000000000..0fe77b856 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780g/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780g/index.md b/wiki/star-systems/GJ-780/bodies/GJ780g/index.md new file mode 100644 index 000000000..4da418531 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ780g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2139327552 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.449 + period_days: 1400.0 + axial_tilt_deg: 17.1 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780g + +Frozen planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780g/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780g/markers.json new file mode 100644 index 000000000..c6bf068bd --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780g/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 232 + ], + "area_fraction": 0.1731 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 206, + 260 + ], + "area_fraction": 0.0212 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 225, + 406 + ], + "area_fraction": 0.0725 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 115, + 210 + ], + "peak": [ + 122, + 205 + ], + "area_cells": 677 + }, + { + "id": "range_2", + "name": null, + "center": [ + 98, + 282 + ], + "peak": [ + 100, + 280 + ], + "area_cells": 374 + }, + { + "id": "range_3", + "name": null, + "center": [ + 152, + 35 + ], + "peak": [ + 146, + 55 + ], + "area_cells": 2713 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 190 + ], + "peak": [ + 182, + 203 + ], + "area_cells": 3727 + }, + { + "id": "range_6", + "name": null, + "center": [ + 150, + 338 + ], + "peak": [ + 150, + 339 + ], + "area_cells": 155 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 98 + ], + "peak": [ + 160, + 99 + ], + "area_cells": 208 + }, + { + "id": "range_8", + "name": null, + "center": [ + 166, + 490 + ], + "peak": [ + 171, + 507 + ], + "area_cells": 972 + }, + { + "id": "range_9", + "name": null, + "center": [ + 165, + 315 + ], + "peak": [ + 164, + 309 + ], + "area_cells": 497 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780h/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780h/globe.png new file mode 100644 index 000000000..6e3a49f18 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780h/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780h/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780h/heightmap.png new file mode 100644 index 000000000..ee1195598 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780h/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780h/index.md b/wiki/star-systems/GJ-780/bodies/GJ780h/index.md new file mode 100644 index 000000000..5116b259b --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ780h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4040951995 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 3.31 + period_days: 2200.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.32 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.343 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780h + +Frozen planet. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780h/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780h/markers.json new file mode 100644 index 000000000..f782ef88d --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780h/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 211 + ], + "peak": [ + 85, + 284 + ], + "area_cells": 37983 + }, + { + "id": "range_2", + "name": null, + "center": [ + 13, + 445 + ], + "peak": [ + 0, + 451 + ], + "area_cells": 1239 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 501 + ], + "peak": [ + 0, + 495 + ], + "area_cells": 173 + }, + { + "id": "range_4", + "name": null, + "center": [ + 25, + 487 + ], + "peak": [ + 23, + 487 + ], + "area_cells": 116 + }, + { + "id": "range_6", + "name": null, + "center": [ + 32, + 4 + ], + "peak": [ + 31, + 1 + ], + "area_cells": 70 + }, + { + "id": "range_8", + "name": null, + "center": [ + 47, + 426 + ], + "peak": [ + 50, + 428 + ], + "area_cells": 225 + }, + { + "id": "range_9", + "name": null, + "center": [ + 43, + 489 + ], + "peak": [ + 44, + 489 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 41 + ], + "peak": [ + 139, + 42 + ], + "area_cells": 303 + }, + { + "id": "range_13", + "name": null, + "center": [ + 127, + 416 + ], + "peak": [ + 130, + 417 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 138, + 498 + ], + "peak": [ + 139, + 498 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-1/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780i-1/globe.png new file mode 100644 index 000000000..cceb9300d Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780i-1/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-1/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780i-1/heightmap.png new file mode 100644 index 000000000..a06c88d90 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780i-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-1/index.md b/wiki/star-systems/GJ-780/bodies/GJ780i-1/index.md new file mode 100644 index 000000000..aeb0317f7 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780i-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ780i-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2086177494 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.049 + period_days: 4.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.08 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.959 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780i-1 + +Barren moon. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 100% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-1/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780i-1/markers.json new file mode 100644 index 000000000..5b539f533 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780i-1/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 275 + ], + "peak": [ + 51, + 262 + ], + "area_cells": 31311 + }, + { + "id": "range_6", + "name": null, + "center": [ + 28, + 83 + ], + "peak": [ + 30, + 84 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 132, + 381 + ], + "peak": [ + 124, + 362 + ], + "area_cells": 3188 + }, + { + "id": "range_19", + "name": null, + "center": [ + 98, + 16 + ], + "peak": [ + 98, + 16 + ], + "area_cells": 20 + }, + { + "id": "range_20", + "name": null, + "center": [ + 101, + 187 + ], + "peak": [ + 103, + 188 + ], + "area_cells": 88 + }, + { + "id": "range_22", + "name": null, + "center": [ + 111, + 40 + ], + "peak": [ + 112, + 40 + ], + "area_cells": 42 + }, + { + "id": "range_27", + "name": null, + "center": [ + 135, + 66 + ], + "peak": [ + 133, + 54 + ], + "area_cells": 725 + }, + { + "id": "range_28", + "name": null, + "center": [ + 131, + 32 + ], + "peak": [ + 133, + 32 + ], + "area_cells": 99 + }, + { + "id": "range_30", + "name": null, + "center": [ + 133, + 438 + ], + "peak": [ + 134, + 438 + ], + "area_cells": 51 + }, + { + "id": "range_33", + "name": null, + "center": [ + 153, + 9 + ], + "peak": [ + 154, + 6 + ], + "area_cells": 305 + }, + { + "id": "range_34", + "name": null, + "center": [ + 179, + 503 + ], + "peak": [ + 156, + 511 + ], + "area_cells": 573 + }, + { + "id": "range_38", + "name": null, + "center": [ + 202, + 148 + ], + "peak": [ + 198, + 153 + ], + "area_cells": 3040 + }, + { + "id": "range_39", + "name": null, + "center": [ + 192, + 25 + ], + "peak": [ + 174, + 35 + ], + "area_cells": 750 + }, + { + "id": "range_42", + "name": null, + "center": [ + 190, + 261 + ], + "peak": [ + 190, + 261 + ], + "area_cells": 24 + }, + { + "id": "range_46", + "name": null, + "center": [ + 215, + 426 + ], + "peak": [ + 215, + 426 + ], + "area_cells": 43 + }, + { + "id": "range_47", + "name": null, + "center": [ + 243, + 399 + ], + "peak": [ + 255, + 380 + ], + "area_cells": 2405 + }, + { + "id": "range_48", + "name": null, + "center": [ + 222, + 246 + ], + "peak": [ + 223, + 247 + ], + "area_cells": 25 + }, + { + "id": "range_54", + "name": null, + "center": [ + 250, + 158 + ], + "peak": [ + 250, + 160 + ], + "area_cells": 21 + }, + { + "id": "range_56", + "name": null, + "center": [ + 253, + 491 + ], + "peak": [ + 252, + 483 + ], + "area_cells": 105 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-2/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780i-2/globe.png new file mode 100644 index 000000000..28294388c Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780i-2/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-2/heightmap.png b/wiki/star-systems/GJ-780/bodies/GJ780i-2/heightmap.png new file mode 100644 index 000000000..0f764a785 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780i-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-2/index.md b/wiki/star-systems/GJ-780/bodies/GJ780i-2/index.md new file mode 100644 index 000000000..3c337f9f0 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780i-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ780i-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2446030641 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.097 + period_days: 11.0 + axial_tilt_deg: 38.9 +physical: + gravity_g: 0.05 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.208 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ780i-2 + +Frozen moon. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Orbit** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i-2/markers.json b/wiki/star-systems/GJ-780/bodies/GJ780i-2/markers.json new file mode 100644 index 000000000..78e2bb53b --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780i-2/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 443 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 71, + 487 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_29", + "name": null, + "kind": "ocean", + "center": [ + 221, + 261 + ], + "area_fraction": 0.2318 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 17, + 338 + ], + "peak": [ + 8, + 275 + ], + "area_cells": 3888 + }, + { + "id": "range_3", + "name": null, + "center": [ + 86, + 378 + ], + "peak": [ + 94, + 381 + ], + "area_cells": 1204 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 409 + ], + "peak": [ + 63, + 412 + ], + "area_cells": 418 + }, + { + "id": "range_7", + "name": null, + "center": [ + 72, + 136 + ], + "peak": [ + 71, + 132 + ], + "area_cells": 385 + }, + { + "id": "range_8", + "name": null, + "center": [ + 114, + 269 + ], + "peak": [ + 104, + 340 + ], + "area_cells": 6192 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 179 + ], + "peak": [ + 85, + 182 + ], + "area_cells": 179 + }, + { + "id": "range_10", + "name": null, + "center": [ + 92, + 141 + ], + "peak": [ + 92, + 133 + ], + "area_cells": 124 + }, + { + "id": "range_11", + "name": null, + "center": [ + 101, + 46 + ], + "peak": [ + 101, + 46 + ], + "area_cells": 95 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 107 + ], + "peak": [ + 130, + 128 + ], + "area_cells": 3057 + }, + { + "id": "range_16", + "name": null, + "center": [ + 139, + 273 + ], + "peak": [ + 139, + 274 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i/globe.png b/wiki/star-systems/GJ-780/bodies/GJ780i/globe.png new file mode 100644 index 000000000..6caddb467 Binary files /dev/null and b/wiki/star-systems/GJ-780/bodies/GJ780i/globe.png differ diff --git a/wiki/star-systems/GJ-780/bodies/GJ780i/index.md b/wiki/star-systems/GJ-780/bodies/GJ780i/index.md new file mode 100644 index 000000000..67ac46087 --- /dev/null +++ b/wiki/star-systems/GJ-780/bodies/GJ780i/index.md @@ -0,0 +1,61 @@ +--- +id: GJ780i +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 190094750 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.511 + period_days: 3500.0 + axial_tilt_deg: 29.9 +physical: + gravity_g: null + oblateness: 0.0891 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.31 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 1 + storm_max_size: 0.089 +--- + +# GJ780i + +Gas giant. + +**System:** [GJ-780](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3500 days | + +## Description + + 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/bodies/GJ783Ab/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/globe.png new file mode 100644 index 000000000..105ee6159 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ab/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/heightmap.png new file mode 100644 index 000000000..cc72f8a59 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ab/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/index.md new file mode 100644 index 000000000..db0a3bfdf --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ783Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2938198983 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.26 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.855 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.041 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Ab + +Barren planet. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.26g | +| **Land** | 98% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ab/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/markers.json new file mode 100644 index 000000000..153de2443 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ab/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 41, + 289 + ], + "peak": [ + 33, + 295 + ], + "area_cells": 176 + }, + { + "id": "range_3", + "name": null, + "center": [ + 55, + 251 + ], + "peak": [ + 53, + 248 + ], + "area_cells": 110 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 237 + ], + "peak": [ + 127, + 241 + ], + "area_cells": 1063 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 313 + ], + "peak": [ + 83, + 312 + ], + "area_cells": 285 + }, + { + "id": "range_8", + "name": null, + "center": [ + 68, + 447 + ], + "peak": [ + 69, + 448 + ], + "area_cells": 20 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 289 + ], + "peak": [ + 74, + 289 + ], + "area_cells": 42 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 49 + ], + "peak": [ + 81, + 31 + ], + "area_cells": 635 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 1 + ], + "peak": [ + 79, + 1 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 85, + 507 + ], + "peak": [ + 83, + 508 + ], + "area_cells": 93 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 355 + ], + "peak": [ + 145, + 384 + ], + "area_cells": 2182 + }, + { + "id": "range_20", + "name": null, + "center": [ + 128, + 130 + ], + "peak": [ + 110, + 114 + ], + "area_cells": 3521 + }, + { + "id": "range_21", + "name": null, + "center": [ + 114, + 196 + ], + "peak": [ + 110, + 198 + ], + "area_cells": 214 + }, + { + "id": "range_23", + "name": null, + "center": [ + 115, + 505 + ], + "peak": [ + 121, + 511 + ], + "area_cells": 140 + }, + { + "id": "range_24", + "name": null, + "center": [ + 124, + 13 + ], + "peak": [ + 121, + 3 + ], + "area_cells": 309 + }, + { + "id": "range_26", + "name": null, + "center": [ + 129, + 481 + ], + "peak": [ + 128, + 481 + ], + "area_cells": 47 + }, + { + "id": "range_27", + "name": null, + "center": [ + 168, + 239 + ], + "peak": [ + 168, + 257 + ], + "area_cells": 1578 + }, + { + "id": "range_28", + "name": null, + "center": [ + 141, + 296 + ], + "peak": [ + 137, + 293 + ], + "area_cells": 249 + }, + { + "id": "range_29", + "name": null, + "center": [ + 175, + 25 + ], + "peak": [ + 164, + 7 + ], + "area_cells": 2150 + }, + { + "id": "range_30", + "name": null, + "center": [ + 145, + 83 + ], + "peak": [ + 144, + 83 + ], + "area_cells": 59 + }, + { + "id": "range_32", + "name": null, + "center": [ + 180, + 493 + ], + "peak": [ + 185, + 507 + ], + "area_cells": 1335 + }, + { + "id": "range_38", + "name": null, + "center": [ + 185, + 57 + ], + "peak": [ + 186, + 58 + ], + "area_cells": 37 + }, + { + "id": "range_39", + "name": null, + "center": [ + 197, + 67 + ], + "peak": [ + 197, + 64 + ], + "area_cells": 94 + }, + { + "id": "range_41", + "name": null, + "center": [ + 210, + 305 + ], + "peak": [ + 209, + 306 + ], + "area_cells": 34 + }, + { + "id": "range_48", + "name": null, + "center": [ + 245, + 123 + ], + "peak": [ + 248, + 113 + ], + "area_cells": 532 + }, + { + "id": "range_56", + "name": null, + "center": [ + 241, + 429 + ], + "peak": [ + 241, + 427 + ], + "area_cells": 79 + }, + { + "id": "range_60", + "name": null, + "center": [ + 243, + 252 + ], + "peak": [ + 243, + 252 + ], + "area_cells": 23 + }, + { + "id": "range_62", + "name": null, + "center": [ + 252, + 369 + ], + "peak": [ + 255, + 373 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ac/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/globe.png new file mode 100644 index 000000000..4ea7ac972 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ac/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/heightmap.png new file mode 100644 index 000000000..dd533d7be Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ac/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/index.md new file mode 100644 index 000000000..18816a70d --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/index.md @@ -0,0 +1,65 @@ +--- +id: GJ783Ac +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3479422259 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.308 + period_days: 70.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.58 + oblateness: 0.0028 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.849 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Ac + +Barren planet. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 70 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ac/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/markers.json new file mode 100644 index 000000000..c9f59a332 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ac/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 119 + ], + "peak": [ + 0, + 140 + ], + "area_cells": 268 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 254 + ], + "peak": [ + 13, + 255 + ], + "area_cells": 93 + }, + { + "id": "range_3", + "name": null, + "center": [ + 112, + 220 + ], + "peak": [ + 103, + 270 + ], + "area_cells": 30572 + }, + { + "id": "range_4", + "name": null, + "center": [ + 158, + 494 + ], + "peak": [ + 158, + 511 + ], + "area_cells": 688 + }, + { + "id": "range_5", + "name": null, + "center": [ + 198, + 148 + ], + "peak": [ + 221, + 186 + ], + "area_cells": 2964 + }, + { + "id": "range_6", + "name": null, + "center": [ + 210, + 442 + ], + "peak": [ + 209, + 442 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/globe.png new file mode 100644 index 000000000..498dde25e Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/heightmap.png new file mode 100644 index 000000000..417395587 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/index.md new file mode 100644 index 000000000..4de9806e9 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ783Ad-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 637387972 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 23.1 +physical: + gravity_g: 0.06 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.843 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Ad-1 + +Barren moon. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/markers.json new file mode 100644 index 000000000..3a7d8c058 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ad-1/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 57, + 295 + ], + "peak": [ + 59, + 295 + ], + "area_cells": 58 + }, + { + "id": "range_3", + "name": null, + "center": [ + 59, + 310 + ], + "peak": [ + 61, + 310 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 118 + ], + "peak": [ + 62, + 119 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 40 + ], + "peak": [ + 77, + 41 + ], + "area_cells": 83 + }, + { + "id": "range_7", + "name": null, + "center": [ + 75, + 423 + ], + "peak": [ + 75, + 423 + ], + "area_cells": 76 + }, + { + "id": "range_8", + "name": null, + "center": [ + 79, + 162 + ], + "peak": [ + 79, + 168 + ], + "area_cells": 312 + }, + { + "id": "range_9", + "name": null, + "center": [ + 82, + 92 + ], + "peak": [ + 81, + 92 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 167, + 337 + ], + "peak": [ + 99, + 304 + ], + "area_cells": 21045 + }, + { + "id": "range_11", + "name": null, + "center": [ + 80, + 326 + ], + "peak": [ + 80, + 326 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 84, + 102 + ], + "peak": [ + 84, + 103 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 447 + ], + "peak": [ + 87, + 450 + ], + "area_cells": 149 + }, + { + "id": "range_14", + "name": null, + "center": [ + 117, + 148 + ], + "peak": [ + 119, + 154 + ], + "area_cells": 1221 + }, + { + "id": "range_15", + "name": null, + "center": [ + 128, + 86 + ], + "peak": [ + 125, + 89 + ], + "area_cells": 1212 + }, + { + "id": "range_17", + "name": null, + "center": [ + 214, + 33 + ], + "peak": [ + 252, + 6 + ], + "area_cells": 4405 + }, + { + "id": "range_18", + "name": null, + "center": [ + 148, + 504 + ], + "peak": [ + 150, + 508 + ], + "area_cells": 286 + }, + { + "id": "range_20", + "name": null, + "center": [ + 152, + 53 + ], + "peak": [ + 151, + 57 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 194, + 415 + ], + "peak": [ + 193, + 415 + ], + "area_cells": 90 + }, + { + "id": "range_25", + "name": null, + "center": [ + 195, + 43 + ], + "peak": [ + 196, + 43 + ], + "area_cells": 33 + }, + { + "id": "range_26", + "name": null, + "center": [ + 202, + 401 + ], + "peak": [ + 202, + 402 + ], + "area_cells": 81 + }, + { + "id": "range_31", + "name": null, + "center": [ + 219, + 115 + ], + "peak": [ + 220, + 115 + ], + "area_cells": 28 + }, + { + "id": "range_32", + "name": null, + "center": [ + 236, + 100 + ], + "peak": [ + 232, + 97 + ], + "area_cells": 68 + }, + { + "id": "range_35", + "name": null, + "center": [ + 244, + 357 + ], + "peak": [ + 238, + 347 + ], + "area_cells": 253 + }, + { + "id": "range_37", + "name": null, + "center": [ + 245, + 398 + ], + "peak": [ + 249, + 400 + ], + "area_cells": 36 + }, + { + "id": "range_40", + "name": null, + "center": [ + 249, + 232 + ], + "peak": [ + 250, + 233 + ], + "area_cells": 27 + }, + { + "id": "range_41", + "name": null, + "center": [ + 250, + 240 + ], + "peak": [ + 251, + 240 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/globe.png new file mode 100644 index 000000000..ccef1d95d Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/heightmap.png new file mode 100644 index 000000000..5b24f05fa Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/index.md new file mode 100644 index 000000000..fdd287b4a --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/index.md @@ -0,0 +1,73 @@ +--- +id: GJ783Ad +name: Praxis +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1273396089 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.776 + period_days: 280.0 + axial_tilt_deg: 11.1 +physical: + gravity_g: 0.9 + oblateness: 0.0022 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.402 + polar_ice_lat: 0.725 + 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 +--- + +# Praxis + +Temperate planet. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 40% | +| **Year** | 280 days | +| **Inhabited** | yes | +| **Population** | 900M | +| **Economy** | research | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ad/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/markers.json new file mode 100644 index 000000000..de54f80e9 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ad/markers.json @@ -0,0 +1,731 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 99, + 64 + ], + [ + 98, + 65 + ], + [ + 97, + 66 + ], + [ + 96, + 67 + ], + [ + 95, + 66 + ], + [ + 94, + 66 + ], + [ + 93, + 65 + ], + [ + 92, + 64 + ], + [ + 91, + 63 + ], + [ + 90, + 64 + ], + [ + 89, + 64 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 119, + 318 + ], + [ + 118, + 319 + ], + [ + 117, + 320 + ], + [ + 116, + 321 + ], + [ + 115, + 322 + ], + [ + 114, + 323 + ], + [ + 113, + 324 + ], + [ + 112, + 325 + ], + [ + 111, + 326 + ], + [ + 110, + 327 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 254, + 46 + ], + [ + 253, + 47 + ], + [ + 252, + 48 + ], + [ + 251, + 48 + ], + [ + 250, + 47 + ], + [ + 249, + 48 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 122, + 92 + ], + [ + 121, + 93 + ], + [ + 120, + 94 + ], + [ + 119, + 95 + ], + [ + 118, + 96 + ], + [ + 117, + 97 + ], + [ + 116, + 98 + ], + [ + 115, + 99 + ], + [ + 114, + 100 + ], + [ + 113, + 101 + ], + [ + 112, + 102 + ], + [ + 111, + 103 + ], + [ + 110, + 104 + ], + [ + 110, + 105 + ], + [ + 110, + 106 + ], + [ + 109, + 107 + ], + [ + 108, + 108 + ], + [ + 109, + 109 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 124, + 274 + ], + [ + 125, + 275 + ], + [ + 126, + 276 + ], + [ + 127, + 277 + ], + [ + 128, + 278 + ], + [ + 129, + 279 + ], + [ + 130, + 280 + ], + [ + 131, + 281 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 105, + 320 + ], + [ + 106, + 319 + ], + [ + 107, + 318 + ], + [ + 106, + 317 + ], + [ + 106, + 316 + ], + [ + 106, + 315 + ], + [ + 106, + 314 + ], + [ + 105, + 313 + ], + [ + 106, + 312 + ], + [ + 105, + 311 + ], + [ + 106, + 310 + ], + [ + 106, + 309 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 133, + 214 + ], + [ + 132, + 213 + ], + [ + 131, + 212 + ], + [ + 130, + 212 + ], + [ + 129, + 213 + ], + [ + 128, + 213 + ], + [ + 127, + 214 + ], + [ + 128, + 215 + ], + [ + 128, + 216 + ], + [ + 127, + 217 + ], + [ + 128, + 217 + ], + [ + 128, + 218 + ], + [ + 128, + 219 + ], + [ + 127, + 220 + ], + [ + 127, + 221 + ], + [ + 127, + 222 + ], + [ + 128, + 222 + ], + [ + 128, + 223 + ], + [ + 127, + 224 + ], + [ + 128, + 225 + ], + [ + 128, + 226 + ], + [ + 127, + 226 + ], + [ + 127, + 227 + ], + [ + 128, + 228 + ], + [ + 128, + 229 + ], + [ + 127, + 230 + ], + [ + 128, + 230 + ], + [ + 128, + 231 + ], + [ + 129, + 232 + ], + [ + 130, + 232 + ], + [ + 131, + 233 + ], + [ + 132, + 234 + ], + [ + 132, + 235 + ], + [ + 133, + 236 + ], + [ + 134, + 237 + ], + [ + 135, + 237 + ], + [ + 136, + 238 + ], + [ + 137, + 239 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 67, + 448 + ], + [ + 68, + 449 + ], + [ + 69, + 450 + ], + [ + 70, + 451 + ], + [ + 71, + 452 + ], + [ + 72, + 453 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 121, + 287 + ], + "area_fraction": 0.5907 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 177 + ], + "peak": [ + 39, + 178 + ], + "area_cells": 65 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 41 + ], + "peak": [ + 49, + 43 + ], + "area_cells": 87 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 194 + ], + "peak": [ + 70, + 192 + ], + "area_cells": 104 + }, + { + "id": "range_4", + "name": null, + "center": [ + 77, + 227 + ], + "peak": [ + 77, + 228 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 82, + 56 + ], + "peak": [ + 82, + 59 + ], + "area_cells": 47 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 178 + ], + "peak": [ + 83, + 178 + ], + "area_cells": 54 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 346 + ], + "peak": [ + 86, + 348 + ], + "area_cells": 102 + }, + { + "id": "range_8", + "name": null, + "center": [ + 130, + 128 + ], + "peak": [ + 141, + 115 + ], + "area_cells": 1341 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 209 + ], + "peak": [ + 100, + 203 + ], + "area_cells": 286 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 273 + ], + "peak": [ + 105, + 274 + ], + "area_cells": 146 + }, + { + "id": "range_12", + "name": null, + "center": [ + 118, + 89 + ], + "peak": [ + 122, + 92 + ], + "area_cells": 210 + }, + { + "id": "range_13", + "name": null, + "center": [ + 121, + 381 + ], + "peak": [ + 122, + 380 + ], + "area_cells": 51 + }, + { + "id": "range_14", + "name": null, + "center": [ + 167, + 87 + ], + "peak": [ + 167, + 88 + ], + "area_cells": 37 + }, + { + "id": "range_15", + "name": null, + "center": [ + 176, + 88 + ], + "peak": [ + 176, + 83 + ], + "area_cells": 69 + }, + { + "id": "range_16", + "name": null, + "center": [ + 199, + 387 + ], + "peak": [ + 193, + 393 + ], + "area_cells": 495 + }, + { + "id": "range_17", + "name": null, + "center": [ + 206, + 104 + ], + "peak": [ + 207, + 95 + ], + "area_cells": 308 + }, + { + "id": "range_18", + "name": null, + "center": [ + 220, + 256 + ], + "peak": [ + 219, + 310 + ], + "area_cells": 2017 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ae/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/globe.png new file mode 100644 index 000000000..de066850b Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ae/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/heightmap.png new file mode 100644 index 000000000..5b6404ae1 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ae/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/index.md new file mode 100644 index 000000000..f675db602 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/index.md @@ -0,0 +1,73 @@ +--- +id: GJ783Ae +name: Hesychia +body_type: planet +planet_class: temperate +body_scale: planet +seed: 990468513 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.8 + oblateness: 0.0013 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.566 + polar_ice_lat: 0.726 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.52 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Hesychia + +Temperate planet. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 57% | +| **Year** | 480 days | +| **Inhabited** | yes | +| **Population** | 120M | +| **Economy** | agricultural | +| **Settlement** | dispersed_rural | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ae/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/markers.json new file mode 100644 index 000000000..b916fedd8 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ae/markers.json @@ -0,0 +1,1194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 112, + 7 + ], + [ + 113, + 6 + ], + [ + 114, + 5 + ], + [ + 115, + 4 + ], + [ + 116, + 3 + ], + [ + 117, + 2 + ], + [ + 118, + 1 + ], + [ + 119, + 1 + ], + [ + 120, + 0 + ], + [ + 121, + 1 + ], + [ + 122, + 1 + ], + [ + 123, + 2 + ], + [ + 124, + 3 + ], + [ + 125, + 4 + ], + [ + 126, + 5 + ], + [ + 127, + 5 + ], + [ + 128, + 5 + ], + [ + 129, + 6 + ], + [ + 130, + 7 + ], + [ + 131, + 8 + ], + [ + 132, + 9 + ], + [ + 133, + 9 + ], + [ + 134, + 10 + ], + [ + 135, + 11 + ], + [ + 136, + 12 + ], + [ + 137, + 13 + ], + [ + 138, + 14 + ], + [ + 139, + 15 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 51, + 65 + ], + [ + 50, + 64 + ], + [ + 49, + 63 + ], + [ + 48, + 63 + ], + [ + 47, + 62 + ], + [ + 46, + 61 + ], + [ + 45, + 61 + ], + [ + 44, + 60 + ], + [ + 43, + 60 + ], + [ + 42, + 61 + ], + [ + 41, + 61 + ], + [ + 42, + 62 + ], + [ + 41, + 63 + ], + [ + 40, + 64 + ], + [ + 39, + 64 + ], + [ + 38, + 63 + ], + [ + 37, + 63 + ], + [ + 38, + 64 + ], + [ + 39, + 63 + ], + [ + 40, + 63 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 232, + 405 + ], + [ + 231, + 406 + ], + [ + 230, + 407 + ], + [ + 229, + 407 + ], + [ + 228, + 407 + ], + [ + 227, + 406 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 314 + ], + [ + 254, + 314 + ], + [ + 253, + 314 + ], + [ + 252, + 313 + ], + [ + 253, + 312 + ], + [ + 253, + 313 + ], + [ + 252, + 314 + ], + [ + 252, + 315 + ], + [ + 251, + 316 + ], + [ + 251, + 315 + ], + [ + 251, + 314 + ], + [ + 251, + 313 + ], + [ + 250, + 314 + ], + [ + 249, + 315 + ], + [ + 250, + 316 + ], + [ + 251, + 317 + ], + [ + 252, + 318 + ], + [ + 253, + 317 + ], + [ + 252, + 316 + ], + [ + 253, + 315 + ], + [ + 253, + 316 + ], + [ + 252, + 317 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 74, + 228 + ], + [ + 74, + 229 + ], + [ + 75, + 230 + ], + [ + 76, + 230 + ], + [ + 77, + 231 + ], + [ + 78, + 232 + ], + [ + 79, + 232 + ], + [ + 80, + 232 + ], + [ + 81, + 232 + ], + [ + 82, + 233 + ], + [ + 83, + 234 + ], + [ + 84, + 235 + ], + [ + 84, + 236 + ], + [ + 84, + 237 + ], + [ + 84, + 238 + ], + [ + 84, + 239 + ], + [ + 84, + 240 + ], + [ + 85, + 241 + ], + [ + 85, + 242 + ], + [ + 84, + 243 + ], + [ + 85, + 244 + ], + [ + 84, + 245 + ], + [ + 85, + 246 + ], + [ + 84, + 247 + ], + [ + 83, + 248 + ], + [ + 84, + 249 + ], + [ + 84, + 250 + ], + [ + 83, + 251 + ], + [ + 83, + 252 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 76, + 180 + ], + [ + 76, + 179 + ], + [ + 77, + 179 + ], + [ + 78, + 179 + ], + [ + 79, + 179 + ], + [ + 80, + 178 + ], + [ + 81, + 177 + ], + [ + 82, + 177 + ], + [ + 83, + 178 + ], + [ + 84, + 178 + ], + [ + 85, + 178 + ], + [ + 86, + 177 + ], + [ + 86, + 176 + ], + [ + 87, + 175 + ], + [ + 87, + 174 + ], + [ + 88, + 173 + ], + [ + 88, + 172 + ], + [ + 87, + 171 + ], + [ + 87, + 170 + ], + [ + 86, + 170 + ], + [ + 86, + 169 + ], + [ + 85, + 168 + ], + [ + 86, + 167 + ], + [ + 86, + 166 + ], + [ + 86, + 165 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 183, + 418 + ], + [ + 183, + 419 + ], + [ + 183, + 420 + ], + [ + 182, + 419 + ], + [ + 181, + 420 + ], + [ + 181, + 419 + ], + [ + 180, + 420 + ], + [ + 180, + 419 + ], + [ + 179, + 419 + ], + [ + 180, + 418 + ], + [ + 180, + 417 + ], + [ + 179, + 416 + ], + [ + 180, + 415 + ], + [ + 179, + 415 + ], + [ + 178, + 414 + ], + [ + 179, + 414 + ], + [ + 178, + 415 + ], + [ + 177, + 414 + ], + [ + 178, + 413 + ], + [ + 179, + 413 + ], + [ + 178, + 412 + ], + [ + 178, + 411 + ], + [ + 179, + 410 + ], + [ + 180, + 409 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 70, + 150 + ], + [ + 69, + 149 + ], + [ + 68, + 148 + ], + [ + 67, + 147 + ], + [ + 66, + 147 + ], + [ + 65, + 146 + ], + [ + 64, + 145 + ], + [ + 63, + 144 + ], + [ + 62, + 143 + ], + [ + 61, + 142 + ], + [ + 62, + 141 + ], + [ + 63, + 140 + ], + [ + 64, + 139 + ], + [ + 64, + 138 + ], + [ + 64, + 137 + ], + [ + 64, + 136 + ], + [ + 63, + 135 + ], + [ + 63, + 134 + ], + [ + 64, + 135 + ], + [ + 64, + 134 + ], + [ + 64, + 133 + ], + [ + 65, + 133 + ], + [ + 65, + 132 + ], + [ + 64, + 131 + ], + [ + 65, + 130 + ], + [ + 65, + 129 + ], + [ + 65, + 128 + ], + [ + 66, + 128 + ], + [ + 67, + 127 + ], + [ + 67, + 128 + ], + [ + 66, + 129 + ], + [ + 66, + 130 + ], + [ + 66, + 131 + ], + [ + 66, + 132 + ], + [ + 65, + 131 + ], + [ + 64, + 130 + ], + [ + 64, + 129 + ], + [ + 63, + 129 + ], + [ + 63, + 130 + ], + [ + 62, + 130 + ], + [ + 62, + 129 + ], + [ + 62, + 128 + ], + [ + 62, + 127 + ], + [ + 62, + 126 + ], + [ + 63, + 125 + ], + [ + 64, + 126 + ], + [ + 65, + 127 + ], + [ + 65, + 126 + ], + [ + 66, + 125 + ], + [ + 66, + 124 + ], + [ + 67, + 124 + ], + [ + 67, + 123 + ], + [ + 66, + 122 + ], + [ + 65, + 123 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 71, + 105 + ], + [ + 72, + 104 + ], + [ + 72, + 105 + ], + [ + 71, + 106 + ], + [ + 72, + 106 + ], + [ + 73, + 106 + ], + [ + 74, + 107 + ], + [ + 75, + 108 + ], + [ + 75, + 109 + ], + [ + 76, + 108 + ], + [ + 76, + 107 + ], + [ + 77, + 107 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 255, + 388 + ], + [ + 254, + 387 + ], + [ + 253, + 387 + ], + [ + 252, + 387 + ], + [ + 251, + 387 + ], + [ + 250, + 387 + ], + [ + 249, + 387 + ], + [ + 248, + 387 + ], + [ + 247, + 387 + ], + [ + 246, + 387 + ], + [ + 245, + 387 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 96, + 131 + ], + [ + 97, + 132 + ], + [ + 98, + 133 + ], + [ + 99, + 133 + ], + [ + 100, + 134 + ], + [ + 100, + 135 + ], + [ + 101, + 136 + ], + [ + 102, + 137 + ], + [ + 103, + 138 + ], + [ + 104, + 139 + ], + [ + 105, + 140 + ], + [ + 106, + 141 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 89, + 98 + ], + [ + 90, + 97 + ], + [ + 91, + 96 + ], + [ + 92, + 95 + ], + [ + 93, + 94 + ], + [ + 93, + 93 + ], + [ + 94, + 92 + ], + [ + 95, + 91 + ], + [ + 95, + 90 + ], + [ + 95, + 89 + ], + [ + 95, + 88 + ], + [ + 95, + 87 + ], + [ + 95, + 86 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 78, + 46 + ], + "area_fraction": 0.0261 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 178, + 231 + ], + "area_fraction": 0.3818 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 210, + 499 + ], + "area_fraction": 0.0151 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 447 + ], + "peak": [ + 73, + 409 + ], + "area_cells": 4019 + }, + { + "id": "range_3", + "name": null, + "center": [ + 110, + 6 + ], + "peak": [ + 112, + 7 + ], + "area_cells": 99 + }, + { + "id": "range_4", + "name": null, + "center": [ + 120, + 125 + ], + "peak": [ + 122, + 123 + ], + "area_cells": 87 + }, + { + "id": "range_5", + "name": null, + "center": [ + 209, + 446 + ], + "peak": [ + 210, + 444 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Af/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Af/globe.png new file mode 100644 index 000000000..2c1af84c9 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Af/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Af/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Af/heightmap.png new file mode 100644 index 000000000..1777507b6 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Af/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Af/index.md new file mode 100644 index 000000000..b72cacdfa --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Af/index.md @@ -0,0 +1,68 @@ +--- +id: GJ783Af +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1297204717 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.497 + period_days: 750.0 + axial_tilt_deg: 26.0 +physical: + gravity_g: 0.45 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.843 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.15 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Af + +Arid planet. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Af/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Af/markers.json new file mode 100644 index 000000000..cb55c93d3 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Af/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 54 + ], + "peak": [ + 3, + 54 + ], + "area_cells": 22 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 330 + ], + "peak": [ + 111, + 319 + ], + "area_cells": 637 + }, + { + "id": "range_3", + "name": null, + "center": [ + 210, + 261 + ], + "peak": [ + 204, + 84 + ], + "area_cells": 30711 + }, + { + "id": "range_4", + "name": null, + "center": [ + 176, + 241 + ], + "peak": [ + 177, + 243 + ], + "area_cells": 207 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ag/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/globe.png new file mode 100644 index 000000000..dba8024ac Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ag/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/heightmap.png new file mode 100644 index 000000000..1ca1bf0bd Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ag/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/index.md new file mode 100644 index 000000000..07ba8645f --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ783Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1723243068 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 53.7 +physical: + gravity_g: 0.38 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.839 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Ag + +Frozen planet. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ag/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/markers.json new file mode 100644 index 000000000..b7e3e1adf --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ag/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 128 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_18", + "name": null, + "kind": "ocean", + "center": [ + 89, + 360 + ], + "area_fraction": 0.1159 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 88, + 38 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 202 + ], + "peak": [ + 41, + 205 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 254 + ], + "peak": [ + 149, + 255 + ], + "area_cells": 47 + }, + { + "id": "range_5", + "name": null, + "center": [ + 215, + 278 + ], + "peak": [ + 195, + 215 + ], + "area_cells": 31804 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/globe.png new file mode 100644 index 000000000..f0a1b928f Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/heightmap.png new file mode 100644 index 000000000..24e1ecd2f Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/index.md new file mode 100644 index 000000000..e7725b57b --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ783Ah-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1062266957 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.08 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.903 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.05 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Ah-1 + +Barren moon. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/markers.json new file mode 100644 index 000000000..65f42dbe4 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-1/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 42, + 443 + ], + "peak": [ + 48, + 445 + ], + "area_cells": 105 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 363 + ], + "peak": [ + 35, + 364 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 26 + ], + "peak": [ + 63, + 16 + ], + "area_cells": 1248 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 498 + ], + "peak": [ + 58, + 499 + ], + "area_cells": 322 + }, + { + "id": "range_7", + "name": null, + "center": [ + 53, + 126 + ], + "peak": [ + 55, + 129 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 189 + ], + "peak": [ + 58, + 190 + ], + "area_cells": 44 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 151 + ], + "peak": [ + 88, + 127 + ], + "area_cells": 2126 + }, + { + "id": "range_10", + "name": null, + "center": [ + 80, + 352 + ], + "peak": [ + 76, + 356 + ], + "area_cells": 555 + }, + { + "id": "range_11", + "name": null, + "center": [ + 74, + 107 + ], + "peak": [ + 75, + 106 + ], + "area_cells": 118 + }, + { + "id": "range_13", + "name": null, + "center": [ + 92, + 81 + ], + "peak": [ + 104, + 82 + ], + "area_cells": 372 + }, + { + "id": "range_15", + "name": null, + "center": [ + 124, + 10 + ], + "peak": [ + 103, + 9 + ], + "area_cells": 754 + }, + { + "id": "range_16", + "name": null, + "center": [ + 114, + 295 + ], + "peak": [ + 122, + 303 + ], + "area_cells": 422 + }, + { + "id": "range_17", + "name": null, + "center": [ + 121, + 329 + ], + "peak": [ + 120, + 326 + ], + "area_cells": 570 + }, + { + "id": "range_18", + "name": null, + "center": [ + 139, + 490 + ], + "peak": [ + 151, + 500 + ], + "area_cells": 1163 + }, + { + "id": "range_19", + "name": null, + "center": [ + 108, + 253 + ], + "peak": [ + 108, + 252 + ], + "area_cells": 103 + }, + { + "id": "range_20", + "name": null, + "center": [ + 112, + 47 + ], + "peak": [ + 109, + 48 + ], + "area_cells": 198 + }, + { + "id": "range_21", + "name": null, + "center": [ + 147, + 430 + ], + "peak": [ + 155, + 432 + ], + "area_cells": 814 + }, + { + "id": "range_22", + "name": null, + "center": [ + 119, + 390 + ], + "peak": [ + 116, + 390 + ], + "area_cells": 85 + }, + { + "id": "range_23", + "name": null, + "center": [ + 129, + 93 + ], + "peak": [ + 125, + 96 + ], + "area_cells": 126 + }, + { + "id": "range_24", + "name": null, + "center": [ + 162, + 373 + ], + "peak": [ + 156, + 374 + ], + "area_cells": 2084 + }, + { + "id": "range_25", + "name": null, + "center": [ + 153, + 125 + ], + "peak": [ + 143, + 126 + ], + "area_cells": 678 + }, + { + "id": "range_26", + "name": null, + "center": [ + 152, + 269 + ], + "peak": [ + 148, + 257 + ], + "area_cells": 980 + }, + { + "id": "range_28", + "name": null, + "center": [ + 147, + 77 + ], + "peak": [ + 147, + 80 + ], + "area_cells": 30 + }, + { + "id": "range_30", + "name": null, + "center": [ + 187, + 162 + ], + "peak": [ + 189, + 165 + ], + "area_cells": 306 + }, + { + "id": "range_32", + "name": null, + "center": [ + 184, + 290 + ], + "peak": [ + 181, + 290 + ], + "area_cells": 167 + }, + { + "id": "range_33", + "name": null, + "center": [ + 190, + 100 + ], + "peak": [ + 190, + 100 + ], + "area_cells": 22 + }, + { + "id": "range_35", + "name": null, + "center": [ + 205, + 313 + ], + "peak": [ + 207, + 308 + ], + "area_cells": 239 + }, + { + "id": "range_38", + "name": null, + "center": [ + 205, + 390 + ], + "peak": [ + 205, + 389 + ], + "area_cells": 71 + }, + { + "id": "range_44", + "name": null, + "center": [ + 217, + 149 + ], + "peak": [ + 217, + 155 + ], + "area_cells": 132 + }, + { + "id": "range_51", + "name": null, + "center": [ + 233, + 429 + ], + "peak": [ + 228, + 426 + ], + "area_cells": 124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/globe.png new file mode 100644 index 000000000..2b8e86a06 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/heightmap.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/heightmap.png new file mode 100644 index 000000000..a81de74c6 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/index.md new file mode 100644 index 000000000..80e666381 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ783Ah-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2785896940 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 47.7 +physical: + gravity_g: 0.05 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.823 + polar_ice_lat: 0.126 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ783Ah-2 + +Frozen moon. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/markers.json b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/markers.json new file mode 100644 index 000000000..e6dffdec6 --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ah-2/markers.json @@ -0,0 +1,78 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 204, + 202 + ], + "area_fraction": 0.0814 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 194, + 378 + ], + "area_fraction": 0.0353 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 173, + 306 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 197, + 41 + ], + "area_fraction": 0.0117 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 196, + 229 + ], + "area_fraction": 0.0082 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 245 + ], + "peak": [ + 15, + 19 + ], + "area_cells": 24192 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah/globe.png b/wiki/star-systems/GJ-783A/bodies/GJ783Ah/globe.png new file mode 100644 index 000000000..dc1a15a02 Binary files /dev/null and b/wiki/star-systems/GJ-783A/bodies/GJ783Ah/globe.png differ diff --git a/wiki/star-systems/GJ-783A/bodies/GJ783Ah/index.md b/wiki/star-systems/GJ-783A/bodies/GJ783Ah/index.md new file mode 100644 index 000000000..ea9c23d5b --- /dev/null +++ b/wiki/star-systems/GJ-783A/bodies/GJ783Ah/index.md @@ -0,0 +1,61 @@ +--- +id: GJ783Ah +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2877269157 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.428 + period_days: 2600.0 + axial_tilt_deg: 22.6 +physical: + gravity_g: null + oblateness: 0.0718 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 2 + storm_max_size: 0.084 +--- + +# GJ783Ah + +Gas giant. + +**System:** [GJ-783A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + 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/bodies/GJ784b/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784b/globe.png new file mode 100644 index 000000000..bb36e16a2 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784b/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784b/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784b/heightmap.png new file mode 100644 index 000000000..72e5104aa Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784b/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784b/index.md b/wiki/star-systems/GJ-784/bodies/GJ784b/index.md new file mode 100644 index 000000000..27ca5038b --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ784b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3422489354 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 4.3 +physical: + gravity_g: 0.36 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.927 + polar_ice_lat: 0.967 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784b + +Barren planet. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 93% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784b/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784b/markers.json new file mode 100644 index 000000000..bfaa4ac6c --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784b/markers.json @@ -0,0 +1,516 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 8, + 225 + ], + "area_fraction": 0.0143 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 8, + 314 + ], + "area_fraction": 0.0066 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 494 + ], + "peak": [ + 18, + 496 + ], + "area_cells": 97 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 507 + ], + "peak": [ + 34, + 508 + ], + "area_cells": 20 + }, + { + "id": "range_4", + "name": null, + "center": [ + 55, + 482 + ], + "peak": [ + 48, + 478 + ], + "area_cells": 202 + }, + { + "id": "range_7", + "name": null, + "center": [ + 57, + 309 + ], + "peak": [ + 66, + 312 + ], + "area_cells": 199 + }, + { + "id": "range_8", + "name": null, + "center": [ + 59, + 435 + ], + "peak": [ + 60, + 438 + ], + "area_cells": 307 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 171 + ], + "peak": [ + 66, + 190 + ], + "area_cells": 388 + }, + { + "id": "range_10", + "name": null, + "center": [ + 60, + 460 + ], + "peak": [ + 58, + 461 + ], + "area_cells": 168 + }, + { + "id": "range_11", + "name": null, + "center": [ + 62, + 284 + ], + "peak": [ + 65, + 285 + ], + "area_cells": 56 + }, + { + "id": "range_17", + "name": null, + "center": [ + 77, + 83 + ], + "peak": [ + 80, + 89 + ], + "area_cells": 709 + }, + { + "id": "range_22", + "name": null, + "center": [ + 92, + 475 + ], + "peak": [ + 93, + 475 + ], + "area_cells": 55 + }, + { + "id": "range_26", + "name": null, + "center": [ + 106, + 293 + ], + "peak": [ + 106, + 293 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 138, + 37 + ], + "peak": [ + 157, + 27 + ], + "area_cells": 1438 + }, + { + "id": "range_29", + "name": null, + "center": [ + 110, + 308 + ], + "peak": [ + 111, + 307 + ], + "area_cells": 117 + }, + { + "id": "range_30", + "name": null, + "center": [ + 110, + 370 + ], + "peak": [ + 111, + 371 + ], + "area_cells": 29 + }, + { + "id": "range_31", + "name": null, + "center": [ + 112, + 451 + ], + "peak": [ + 113, + 459 + ], + "area_cells": 143 + }, + { + "id": "range_32", + "name": null, + "center": [ + 168, + 370 + ], + "peak": [ + 165, + 384 + ], + "area_cells": 2580 + }, + { + "id": "range_33", + "name": null, + "center": [ + 118, + 328 + ], + "peak": [ + 120, + 329 + ], + "area_cells": 50 + }, + { + "id": "range_35", + "name": null, + "center": [ + 137, + 78 + ], + "peak": [ + 132, + 79 + ], + "area_cells": 240 + }, + { + "id": "range_36", + "name": null, + "center": [ + 156, + 246 + ], + "peak": [ + 147, + 244 + ], + "area_cells": 447 + }, + { + "id": "range_39", + "name": null, + "center": [ + 158, + 292 + ], + "peak": [ + 161, + 293 + ], + "area_cells": 84 + }, + { + "id": "range_42", + "name": null, + "center": [ + 156, + 319 + ], + "peak": [ + 157, + 319 + ], + "area_cells": 21 + }, + { + "id": "range_45", + "name": null, + "center": [ + 167, + 420 + ], + "peak": [ + 163, + 422 + ], + "area_cells": 129 + }, + { + "id": "range_48", + "name": null, + "center": [ + 165, + 450 + ], + "peak": [ + 165, + 450 + ], + "area_cells": 29 + }, + { + "id": "range_49", + "name": null, + "center": [ + 180, + 491 + ], + "peak": [ + 186, + 496 + ], + "area_cells": 697 + }, + { + "id": "range_53", + "name": null, + "center": [ + 178, + 232 + ], + "peak": [ + 176, + 233 + ], + "area_cells": 65 + }, + { + "id": "range_54", + "name": null, + "center": [ + 197, + 203 + ], + "peak": [ + 202, + 199 + ], + "area_cells": 585 + }, + { + "id": "range_55", + "name": null, + "center": [ + 192, + 52 + ], + "peak": [ + 195, + 42 + ], + "area_cells": 658 + }, + { + "id": "range_57", + "name": null, + "center": [ + 195, + 3 + ], + "peak": [ + 190, + 2 + ], + "area_cells": 131 + }, + { + "id": "range_58", + "name": null, + "center": [ + 187, + 279 + ], + "peak": [ + 186, + 276 + ], + "area_cells": 219 + }, + { + "id": "range_59", + "name": null, + "center": [ + 184, + 263 + ], + "peak": [ + 181, + 262 + ], + "area_cells": 21 + }, + { + "id": "range_60", + "name": null, + "center": [ + 197, + 427 + ], + "peak": [ + 197, + 427 + ], + "area_cells": 34 + }, + { + "id": "range_61", + "name": null, + "center": [ + 210, + 466 + ], + "peak": [ + 214, + 465 + ], + "area_cells": 149 + }, + { + "id": "range_62", + "name": null, + "center": [ + 203, + 168 + ], + "peak": [ + 207, + 169 + ], + "area_cells": 28 + }, + { + "id": "range_63", + "name": null, + "center": [ + 221, + 491 + ], + "peak": [ + 222, + 497 + ], + "area_cells": 256 + }, + { + "id": "range_64", + "name": null, + "center": [ + 220, + 273 + ], + "peak": [ + 219, + 275 + ], + "area_cells": 46 + }, + { + "id": "range_65", + "name": null, + "center": [ + 224, + 42 + ], + "peak": [ + 227, + 41 + ], + "area_cells": 55 + }, + { + "id": "range_71", + "name": null, + "center": [ + 245, + 123 + ], + "peak": [ + 242, + 117 + ], + "area_cells": 274 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m1/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/globe.png new file mode 100644 index 000000000..2a2310a3c Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m1/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/heightmap.png new file mode 100644 index 000000000..42e8d0f5d Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m1/index.md b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/index.md new file mode 100644 index 000000000..98329fd0c --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/index.md @@ -0,0 +1,74 @@ +--- +id: GJ784c-m1 +name: Kovács Loop +body_type: moon +planet_class: temperate +body_scale: moon +seed: 2775253222 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.72 + oblateness: 0.005 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.443 + polar_ice_lat: 0.755 + tectonics: active +environment: + geothermal_flux: moderate + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Kovács Loop + +Temperate moon. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | temperate | +| **Gravity** | 0.72g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 44% | +| **Orbit** | 4 days | +| **Inhabited** | yes | +| **Population** | 52K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | transit_maintenance | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m1/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/markers.json new file mode 100644 index 000000000..de22defd8 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784c-m1/markers.json @@ -0,0 +1,324 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 128, + 445 + ], + [ + 129, + 444 + ], + [ + 130, + 443 + ], + [ + 131, + 444 + ], + [ + 132, + 443 + ], + [ + 133, + 444 + ], + [ + 134, + 445 + ], + [ + 134, + 446 + ], + [ + 134, + 447 + ], + [ + 135, + 448 + ], + [ + 136, + 449 + ], + [ + 135, + 450 + ], + [ + 136, + 451 + ], + [ + 135, + 452 + ], + [ + 135, + 453 + ], + [ + 136, + 454 + ], + [ + 136, + 455 + ], + [ + 135, + 456 + ], + [ + 136, + 457 + ], + [ + 136, + 458 + ], + [ + 136, + 459 + ], + [ + 135, + 460 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 121, + 108 + ], + [ + 122, + 109 + ], + [ + 121, + 110 + ], + [ + 122, + 111 + ], + [ + 121, + 112 + ], + [ + 121, + 113 + ], + [ + 120, + 113 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 124, + 339 + ], + [ + 125, + 340 + ], + [ + 126, + 341 + ], + [ + 127, + 342 + ], + [ + 128, + 343 + ], + [ + 128, + 344 + ], + [ + 129, + 345 + ], + [ + 128, + 345 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 107, + 129 + ], + [ + 108, + 130 + ], + [ + 109, + 131 + ], + [ + 110, + 132 + ], + [ + 111, + 133 + ], + [ + 112, + 134 + ], + [ + 113, + 135 + ], + [ + 112, + 136 + ], + [ + 113, + 137 + ], + [ + 112, + 138 + ], + [ + 111, + 139 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 61, + 258 + ], + "area_fraction": 0.4715 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 238, + 402 + ], + "area_fraction": 0.0515 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 242, + 22 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 245, + 153 + ], + "area_fraction": 0.0238 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 172, + 307 + ], + "peak": [ + 159, + 316 + ], + "area_cells": 9429 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 16 + ], + "peak": [ + 153, + 19 + ], + "area_cells": 228 + }, + { + "id": "range_4", + "name": null, + "center": [ + 197, + 84 + ], + "peak": [ + 197, + 75 + ], + "area_cells": 345 + }, + { + "id": "range_5", + "name": null, + "center": [ + 210, + 13 + ], + "peak": [ + 208, + 0 + ], + "area_cells": 175 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m2/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/globe.png new file mode 100644 index 000000000..2f5dad166 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m2/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/heightmap.png new file mode 100644 index 000000000..b2e86bdf4 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m2/index.md b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/index.md new file mode 100644 index 000000000..1594dbd86 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ784c-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2630431049 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 36.5 +physical: + gravity_g: 0.08 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.847 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784c-m2 + +Barren moon. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 94% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c-m2/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/markers.json new file mode 100644 index 000000000..aaa6454a4 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784c-m2/markers.json @@ -0,0 +1,334 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 108, + 498 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_50", + "name": null, + "kind": "lake", + "center": [ + 145, + 78 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 8, + 256 + ], + "peak": [ + 13, + 247 + ], + "area_cells": 358 + }, + { + "id": "range_3", + "name": null, + "center": [ + 20, + 280 + ], + "peak": [ + 17, + 274 + ], + "area_cells": 400 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 303 + ], + "peak": [ + 15, + 303 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 31, + 49 + ], + "peak": [ + 31, + 50 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 48, + 311 + ], + "peak": [ + 48, + 312 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 61, + 503 + ], + "peak": [ + 67, + 501 + ], + "area_cells": 51 + }, + { + "id": "range_13", + "name": null, + "center": [ + 57, + 23 + ], + "peak": [ + 54, + 24 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 354 + ], + "peak": [ + 56, + 355 + ], + "area_cells": 53 + }, + { + "id": "range_15", + "name": null, + "center": [ + 56, + 427 + ], + "peak": [ + 57, + 428 + ], + "area_cells": 102 + }, + { + "id": "range_24", + "name": null, + "center": [ + 105, + 406 + ], + "peak": [ + 105, + 406 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 111, + 275 + ], + "peak": [ + 113, + 275 + ], + "area_cells": 21 + }, + { + "id": "range_26", + "name": null, + "center": [ + 146, + 341 + ], + "peak": [ + 132, + 379 + ], + "area_cells": 2404 + }, + { + "id": "range_27", + "name": null, + "center": [ + 120, + 248 + ], + "peak": [ + 120, + 250 + ], + "area_cells": 104 + }, + { + "id": "range_28", + "name": null, + "center": [ + 122, + 189 + ], + "peak": [ + 122, + 189 + ], + "area_cells": 38 + }, + { + "id": "range_33", + "name": null, + "center": [ + 210, + 288 + ], + "peak": [ + 246, + 406 + ], + "area_cells": 10042 + }, + { + "id": "range_34", + "name": null, + "center": [ + 152, + 147 + ], + "peak": [ + 157, + 146 + ], + "area_cells": 289 + }, + { + "id": "range_35", + "name": null, + "center": [ + 164, + 17 + ], + "peak": [ + 167, + 26 + ], + "area_cells": 419 + }, + { + "id": "range_37", + "name": null, + "center": [ + 205, + 486 + ], + "peak": [ + 194, + 508 + ], + "area_cells": 1757 + }, + { + "id": "range_38", + "name": null, + "center": [ + 209, + 34 + ], + "peak": [ + 192, + 0 + ], + "area_cells": 2421 + }, + { + "id": "range_40", + "name": null, + "center": [ + 194, + 81 + ], + "peak": [ + 194, + 83 + ], + "area_cells": 22 + }, + { + "id": "range_42", + "name": null, + "center": [ + 204, + 203 + ], + "peak": [ + 205, + 207 + ], + "area_cells": 131 + }, + { + "id": "range_46", + "name": null, + "center": [ + 221, + 206 + ], + "peak": [ + 218, + 208 + ], + "area_cells": 26 + }, + { + "id": "range_53", + "name": null, + "center": [ + 253, + 232 + ], + "peak": [ + 254, + 233 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784c/globe.png new file mode 100644 index 000000000..5ebbce790 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784c/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784c/index.md b/wiki/star-systems/GJ-784/bodies/GJ784c/index.md new file mode 100644 index 000000000..ea54bcb3d --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784c/index.md @@ -0,0 +1,70 @@ +--- +id: GJ784c +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3155411262 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.216 + period_days: 55.0 + axial_tilt_deg: 11.7 +physical: + gravity_g: null + oblateness: 0.0859 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.188 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 3 + storm_max_size: 0.104 +rings: + enabled: true + inner_radius_factor: 1.11 + outer_radius_factor: 2.6 + opacity_base: 0.68 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ784c + +Gas giant. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784d/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784d/globe.png new file mode 100644 index 000000000..0d151ab38 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784d/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784d/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784d/heightmap.png new file mode 100644 index 000000000..e6a29dfa3 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784d/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784d/index.md b/wiki/star-systems/GJ-784/bodies/GJ784d/index.md new file mode 100644 index 000000000..ff8d990c5 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ784d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3188268533 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.641 + period_days: 280.0 + axial_tilt_deg: 51.6 +physical: + gravity_g: 0.46 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.145 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.254 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784d + +Frozen planet. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784d/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784d/markers.json new file mode 100644 index 000000000..3eb7fd4f4 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784d/markers.json @@ -0,0 +1,225 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 22, + 111 + ], + [ + 23, + 112 + ], + [ + 22, + 113 + ], + [ + 21, + 114 + ], + [ + 20, + 114 + ], + [ + 20, + 115 + ], + [ + 19, + 116 + ], + [ + 18, + 117 + ], + [ + 17, + 118 + ], + [ + 16, + 119 + ], + [ + 15, + 118 + ], + [ + 14, + 119 + ], + [ + 13, + 118 + ], + [ + 12, + 119 + ], + [ + 11, + 119 + ], + [ + 10, + 118 + ], + [ + 10, + 117 + ], + [ + 9, + 117 + ], + [ + 10, + 116 + ], + [ + 11, + 117 + ], + [ + 12, + 118 + ], + [ + 12, + 117 + ], + [ + 11, + 118 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 41, + 201 + ], + [ + 40, + 201 + ], + [ + 39, + 201 + ], + [ + 38, + 200 + ], + [ + 37, + 201 + ], + [ + 36, + 202 + ], + [ + 36, + 203 + ], + [ + 35, + 203 + ], + [ + 36, + 204 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 93, + 164 + ], + "area_fraction": 0.0638 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 88, + 290 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 99, + 388 + ], + "area_fraction": 0.0123 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 163, + 52 + ], + "peak": [ + 166, + 54 + ], + "area_cells": 391 + }, + { + "id": "range_2", + "name": null, + "center": [ + 165, + 99 + ], + "peak": [ + 170, + 94 + ], + "area_cells": 368 + }, + { + "id": "range_4", + "name": null, + "center": [ + 170, + 419 + ], + "peak": [ + 171, + 410 + ], + "area_cells": 805 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784e/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784e/globe.png new file mode 100644 index 000000000..4a61953be Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784e/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784e/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784e/heightmap.png new file mode 100644 index 000000000..f1223c1ff Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784e/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784e/index.md b/wiki/star-systems/GJ-784/bodies/GJ784e/index.md new file mode 100644 index 000000000..7f368c90c --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ784e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 605400133 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.353 + period_days: 860.0 + axial_tilt_deg: 52.2 +physical: + gravity_g: 0.37 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.764 + polar_ice_lat: 0.067 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.368 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784e + +Frozen planet. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 860 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784e/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784e/markers.json new file mode 100644 index 000000000..e8f8c84c7 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784e/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 26, + 252 + ], + "area_fraction": 0.18 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 208, + 429 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 238, + 220 + ], + "area_fraction": 0.0168 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 246, + 460 + ], + "area_fraction": 0.0117 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 141, + 427 + ], + "peak": [ + 159, + 456 + ], + "area_cells": 9510 + }, + { + "id": "range_3", + "name": null, + "center": [ + 88, + 127 + ], + "peak": [ + 87, + 129 + ], + "area_cells": 98 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 501 + ], + "peak": [ + 99, + 508 + ], + "area_cells": 195 + }, + { + "id": "range_5", + "name": null, + "center": [ + 165, + 100 + ], + "peak": [ + 156, + 95 + ], + "area_cells": 10299 + }, + { + "id": "range_7", + "name": null, + "center": [ + 128, + 327 + ], + "peak": [ + 127, + 332 + ], + "area_cells": 399 + }, + { + "id": "range_8", + "name": null, + "center": [ + 139, + 283 + ], + "peak": [ + 148, + 286 + ], + "area_cells": 712 + }, + { + "id": "range_9", + "name": null, + "center": [ + 138, + 202 + ], + "peak": [ + 142, + 198 + ], + "area_cells": 527 + }, + { + "id": "range_10", + "name": null, + "center": [ + 200, + 304 + ], + "peak": [ + 196, + 315 + ], + "area_cells": 1362 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784f/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784f/globe.png new file mode 100644 index 000000000..09586d90d Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784f/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784f/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784f/heightmap.png new file mode 100644 index 000000000..013858671 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784f/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784f/index.md b/wiki/star-systems/GJ-784/bodies/GJ784f/index.md new file mode 100644 index 000000000..6557d7cfe --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ784f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 666954174 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.83 + period_days: 2600.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.28 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.782 + polar_ice_lat: 0.248 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.274 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784f + +Frozen planet. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784f/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784f/markers.json new file mode 100644 index 000000000..3b5fa5fe1 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784f/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 32, + 276 + ], + "area_fraction": 0.2065 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 51, + 101 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 173, + 427 + ], + "peak": [ + 138, + 470 + ], + "area_cells": 19136 + }, + { + "id": "range_5", + "name": null, + "center": [ + 144, + 51 + ], + "peak": [ + 153, + 0 + ], + "area_cells": 4229 + }, + { + "id": "range_9", + "name": null, + "center": [ + 159, + 164 + ], + "peak": [ + 159, + 166 + ], + "area_cells": 486 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 209 + ], + "peak": [ + 159, + 207 + ], + "area_cells": 207 + }, + { + "id": "range_12", + "name": null, + "center": [ + 195, + 283 + ], + "peak": [ + 191, + 293 + ], + "area_cells": 1167 + }, + { + "id": "range_15", + "name": null, + "center": [ + 205, + 417 + ], + "peak": [ + 207, + 418 + ], + "area_cells": 37 + }, + { + "id": "range_16", + "name": null, + "center": [ + 228, + 22 + ], + "peak": [ + 221, + 13 + ], + "area_cells": 1538 + }, + { + "id": "range_17", + "name": null, + "center": [ + 249, + 82 + ], + "peak": [ + 246, + 71 + ], + "area_cells": 322 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784g/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784g/globe.png new file mode 100644 index 000000000..9956d6b20 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784g/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784g/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784g/heightmap.png new file mode 100644 index 000000000..7a7575d32 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784g/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784g/index.md b/wiki/star-systems/GJ-784/bodies/GJ784g/index.md new file mode 100644 index 000000000..5029974ab --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ784g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1285448757 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.159 + period_days: 6400.0 + axial_tilt_deg: 18.4 +physical: + gravity_g: 0.11 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.229 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.35 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784g + +Frozen planet. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 6400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784g/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784g/markers.json new file mode 100644 index 000000000..67eed3051 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784g/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 58, + 55 + ], + "area_fraction": 0.0193 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 75, + 305 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 89, + 218 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 92, + 164 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 123, + 396 + ], + "area_fraction": 0.0768 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 109, + 115 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 140, + 501 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 268 + ], + "peak": [ + 11, + 268 + ], + "area_cells": 61 + }, + { + "id": "range_2", + "name": null, + "center": [ + 31, + 189 + ], + "peak": [ + 32, + 191 + ], + "area_cells": 62 + }, + { + "id": "range_5", + "name": null, + "center": [ + 225, + 22 + ], + "peak": [ + 223, + 41 + ], + "area_cells": 1108 + }, + { + "id": "range_6", + "name": null, + "center": [ + 237, + 446 + ], + "peak": [ + 251, + 458 + ], + "area_cells": 3929 + }, + { + "id": "range_7", + "name": null, + "center": [ + 216, + 244 + ], + "peak": [ + 217, + 251 + ], + "area_cells": 239 + }, + { + "id": "range_8", + "name": null, + "center": [ + 219, + 177 + ], + "peak": [ + 219, + 180 + ], + "area_cells": 78 + }, + { + "id": "range_9", + "name": null, + "center": [ + 244, + 171 + ], + "peak": [ + 233, + 155 + ], + "area_cells": 1074 + }, + { + "id": "range_10", + "name": null, + "center": [ + 239, + 52 + ], + "peak": [ + 241, + 51 + ], + "area_cells": 103 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-784/bodies/GJ784h/globe.png b/wiki/star-systems/GJ-784/bodies/GJ784h/globe.png new file mode 100644 index 000000000..b59f38163 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784h/globe.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784h/heightmap.png b/wiki/star-systems/GJ-784/bodies/GJ784h/heightmap.png new file mode 100644 index 000000000..692637d16 Binary files /dev/null and b/wiki/star-systems/GJ-784/bodies/GJ784h/heightmap.png differ diff --git a/wiki/star-systems/GJ-784/bodies/GJ784h/index.md b/wiki/star-systems/GJ-784/bodies/GJ784h/index.md new file mode 100644 index 000000000..105a216fe --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ784h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 614598787 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 8.189 + period_days: 12800.0 + axial_tilt_deg: 58.6 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.731 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.272 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ784h + +Frozen planet. + +**System:** [GJ-784](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 12800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-784/bodies/GJ784h/markers.json b/wiki/star-systems/GJ-784/bodies/GJ784h/markers.json new file mode 100644 index 000000000..3bc6dc124 --- /dev/null +++ b/wiki/star-systems/GJ-784/bodies/GJ784h/markers.json @@ -0,0 +1,207 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 220, + 262 + ], + "area_fraction": 0.266 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 104 + ], + "peak": [ + 7, + 109 + ], + "area_cells": 142 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 313 + ], + "peak": [ + 12, + 314 + ], + "area_cells": 110 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 295 + ], + "peak": [ + 24, + 295 + ], + "area_cells": 90 + }, + { + "id": "range_6", + "name": null, + "center": [ + 105, + 81 + ], + "peak": [ + 83, + 3 + ], + "area_cells": 10110 + }, + { + "id": "range_7", + "name": null, + "center": [ + 38, + 110 + ], + "peak": [ + 39, + 112 + ], + "area_cells": 54 + }, + { + "id": "range_8", + "name": null, + "center": [ + 86, + 464 + ], + "peak": [ + 84, + 511 + ], + "area_cells": 6935 + }, + { + "id": "range_9", + "name": null, + "center": [ + 87, + 383 + ], + "peak": [ + 58, + 365 + ], + "area_cells": 1337 + }, + { + "id": "range_10", + "name": null, + "center": [ + 56, + 337 + ], + "peak": [ + 56, + 340 + ], + "area_cells": 88 + }, + { + "id": "range_13", + "name": null, + "center": [ + 92, + 315 + ], + "peak": [ + 91, + 313 + ], + "area_cells": 89 + }, + { + "id": "range_14", + "name": null, + "center": [ + 103, + 343 + ], + "peak": [ + 104, + 353 + ], + "area_cells": 629 + }, + { + "id": "range_15", + "name": null, + "center": [ + 116, + 296 + ], + "peak": [ + 119, + 300 + ], + "area_cells": 142 + }, + { + "id": "range_18", + "name": null, + "center": [ + 145, + 276 + ], + "peak": [ + 140, + 317 + ], + "area_cells": 1714 + }, + { + "id": "range_20", + "name": null, + "center": [ + 148, + 357 + ], + "peak": [ + 148, + 352 + ], + "area_cells": 289 + }, + { + "id": "range_21", + "name": null, + "center": [ + 160, + 130 + ], + "peak": [ + 163, + 136 + ], + "area_cells": 153 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ785b/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785b/globe.png new file mode 100644 index 000000000..36a39806d Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785b/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785b/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785b/heightmap.png new file mode 100644 index 000000000..b385f6673 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785b/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785b/index.md b/wiki/star-systems/GJ-785/bodies/GJ785b/index.md new file mode 100644 index 000000000..db099de85 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ785b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2066639481 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.142 + period_days: 22.0 + axial_tilt_deg: 10.7 +physical: + gravity_g: 0.42 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.957 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.017 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785b + +Barren planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 92% | +| **Year** | 22 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785b/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785b/markers.json new file mode 100644 index 000000000..9408e0916 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785b/markers.json @@ -0,0 +1,617 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 56, + 468 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 87, + 393 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 88, + 346 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 23 + ], + "peak": [ + 1, + 36 + ], + "area_cells": 858 + }, + { + "id": "range_2", + "name": null, + "center": [ + 15, + 100 + ], + "peak": [ + 11, + 101 + ], + "area_cells": 538 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 317 + ], + "peak": [ + 20, + 306 + ], + "area_cells": 8536 + }, + { + "id": "range_4", + "name": null, + "center": [ + 6, + 504 + ], + "peak": [ + 10, + 508 + ], + "area_cells": 201 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 69 + ], + "peak": [ + 11, + 74 + ], + "area_cells": 371 + }, + { + "id": "range_10", + "name": null, + "center": [ + 52, + 304 + ], + "peak": [ + 54, + 305 + ], + "area_cells": 98 + }, + { + "id": "range_11", + "name": null, + "center": [ + 53, + 40 + ], + "peak": [ + 56, + 37 + ], + "area_cells": 74 + }, + { + "id": "range_14", + "name": null, + "center": [ + 52, + 21 + ], + "peak": [ + 53, + 22 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 53, + 60 + ], + "peak": [ + 52, + 60 + ], + "area_cells": 26 + }, + { + "id": "range_16", + "name": null, + "center": [ + 61, + 68 + ], + "peak": [ + 61, + 69 + ], + "area_cells": 26 + }, + { + "id": "range_17", + "name": null, + "center": [ + 61, + 353 + ], + "peak": [ + 61, + 356 + ], + "area_cells": 39 + }, + { + "id": "range_21", + "name": null, + "center": [ + 92, + 421 + ], + "peak": [ + 92, + 421 + ], + "area_cells": 46 + }, + { + "id": "range_22", + "name": null, + "center": [ + 95, + 22 + ], + "peak": [ + 95, + 22 + ], + "area_cells": 22 + }, + { + "id": "range_23", + "name": null, + "center": [ + 98, + 267 + ], + "peak": [ + 97, + 267 + ], + "area_cells": 36 + }, + { + "id": "range_25", + "name": null, + "center": [ + 101, + 499 + ], + "peak": [ + 100, + 499 + ], + "area_cells": 62 + }, + { + "id": "range_26", + "name": null, + "center": [ + 99, + 188 + ], + "peak": [ + 99, + 188 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 116, + 428 + ], + "peak": [ + 105, + 447 + ], + "area_cells": 516 + }, + { + "id": "range_29", + "name": null, + "center": [ + 127, + 39 + ], + "peak": [ + 149, + 40 + ], + "area_cells": 1109 + }, + { + "id": "range_30", + "name": null, + "center": [ + 102, + 201 + ], + "peak": [ + 102, + 199 + ], + "area_cells": 35 + }, + { + "id": "range_33", + "name": null, + "center": [ + 126, + 271 + ], + "peak": [ + 118, + 259 + ], + "area_cells": 660 + }, + { + "id": "range_34", + "name": null, + "center": [ + 126, + 221 + ], + "peak": [ + 121, + 221 + ], + "area_cells": 228 + }, + { + "id": "range_35", + "name": null, + "center": [ + 134, + 485 + ], + "peak": [ + 125, + 494 + ], + "area_cells": 1230 + }, + { + "id": "range_36", + "name": null, + "center": [ + 121, + 342 + ], + "peak": [ + 122, + 342 + ], + "area_cells": 67 + }, + { + "id": "range_37", + "name": null, + "center": [ + 126, + 320 + ], + "peak": [ + 126, + 321 + ], + "area_cells": 24 + }, + { + "id": "range_38", + "name": null, + "center": [ + 147, + 8 + ], + "peak": [ + 148, + 4 + ], + "area_cells": 408 + }, + { + "id": "range_42", + "name": null, + "center": [ + 146, + 431 + ], + "peak": [ + 153, + 435 + ], + "area_cells": 168 + }, + { + "id": "range_47", + "name": null, + "center": [ + 151, + 352 + ], + "peak": [ + 151, + 352 + ], + "area_cells": 34 + }, + { + "id": "range_48", + "name": null, + "center": [ + 158, + 386 + ], + "peak": [ + 152, + 409 + ], + "area_cells": 286 + }, + { + "id": "range_50", + "name": null, + "center": [ + 160, + 91 + ], + "peak": [ + 165, + 89 + ], + "area_cells": 183 + }, + { + "id": "range_51", + "name": null, + "center": [ + 163, + 316 + ], + "peak": [ + 171, + 315 + ], + "area_cells": 832 + }, + { + "id": "range_56", + "name": null, + "center": [ + 172, + 62 + ], + "peak": [ + 173, + 62 + ], + "area_cells": 48 + }, + { + "id": "range_59", + "name": null, + "center": [ + 211, + 286 + ], + "peak": [ + 221, + 299 + ], + "area_cells": 1266 + }, + { + "id": "range_60", + "name": null, + "center": [ + 202, + 175 + ], + "peak": [ + 203, + 165 + ], + "area_cells": 854 + }, + { + "id": "range_61", + "name": null, + "center": [ + 186, + 84 + ], + "peak": [ + 186, + 84 + ], + "area_cells": 36 + }, + { + "id": "range_65", + "name": null, + "center": [ + 234, + 482 + ], + "peak": [ + 252, + 484 + ], + "area_cells": 2329 + }, + { + "id": "range_66", + "name": null, + "center": [ + 226, + 217 + ], + "peak": [ + 241, + 221 + ], + "area_cells": 542 + }, + { + "id": "range_70", + "name": null, + "center": [ + 208, + 434 + ], + "peak": [ + 208, + 435 + ], + "area_cells": 44 + }, + { + "id": "range_72", + "name": null, + "center": [ + 237, + 28 + ], + "peak": [ + 251, + 10 + ], + "area_cells": 1817 + }, + { + "id": "range_74", + "name": null, + "center": [ + 212, + 248 + ], + "peak": [ + 212, + 248 + ], + "area_cells": 27 + }, + { + "id": "range_75", + "name": null, + "center": [ + 221, + 329 + ], + "peak": [ + 221, + 331 + ], + "area_cells": 101 + }, + { + "id": "range_76", + "name": null, + "center": [ + 247, + 247 + ], + "peak": [ + 246, + 247 + ], + "area_cells": 488 + }, + { + "id": "range_80", + "name": null, + "center": [ + 246, + 190 + ], + "peak": [ + 243, + 192 + ], + "area_cells": 25 + }, + { + "id": "range_81", + "name": null, + "center": [ + 248, + 270 + ], + "peak": [ + 251, + 272 + ], + "area_cells": 30 + }, + { + "id": "range_84", + "name": null, + "center": [ + 254, + 279 + ], + "peak": [ + 255, + 279 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785c/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785c/globe.png new file mode 100644 index 000000000..a379f43b4 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785c/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785c/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785c/heightmap.png new file mode 100644 index 000000000..ee256ff27 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785c/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785c/index.md b/wiki/star-systems/GJ-785/bodies/GJ785c/index.md new file mode 100644 index 000000000..3473dd9cc --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ785c +name: Trancoso +body_type: planet +planet_class: temperate +body_scale: planet +seed: 34698567 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 13.6 +physical: + gravity_g: 0.9 + oblateness: 0.0018 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.503 + polar_ice_lat: 0.767 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.5 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Trancoso + +Temperate planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 50% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 15K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785c/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785c/markers.json new file mode 100644 index 000000000..99c3437cd --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785c/markers.json @@ -0,0 +1,999 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 153, + 52 + ], + [ + 152, + 53 + ], + [ + 152, + 54 + ], + [ + 153, + 54 + ], + [ + 153, + 55 + ], + [ + 154, + 55 + ], + [ + 153, + 56 + ], + [ + 153, + 57 + ], + [ + 154, + 57 + ], + [ + 155, + 57 + ], + [ + 155, + 58 + ], + [ + 156, + 59 + ], + [ + 157, + 59 + ], + [ + 157, + 60 + ], + [ + 158, + 61 + ], + [ + 159, + 62 + ], + [ + 160, + 63 + ], + [ + 159, + 64 + ], + [ + 158, + 65 + ], + [ + 158, + 66 + ], + [ + 158, + 67 + ], + [ + 157, + 68 + ], + [ + 157, + 69 + ], + [ + 156, + 70 + ], + [ + 156, + 71 + ], + [ + 157, + 72 + ], + [ + 157, + 73 + ], + [ + 156, + 74 + ], + [ + 155, + 75 + ], + [ + 156, + 75 + ], + [ + 157, + 76 + ], + [ + 156, + 77 + ], + [ + 157, + 78 + ], + [ + 156, + 79 + ], + [ + 156, + 80 + ], + [ + 157, + 81 + ], + [ + 158, + 82 + ], + [ + 157, + 83 + ], + [ + 156, + 83 + ], + [ + 156, + 84 + ], + [ + 157, + 84 + ], + [ + 156, + 85 + ], + [ + 157, + 86 + ], + [ + 158, + 86 + ], + [ + 157, + 87 + ], + [ + 156, + 88 + ], + [ + 157, + 89 + ], + [ + 156, + 89 + ], + [ + 157, + 90 + ], + [ + 158, + 91 + ], + [ + 157, + 92 + ], + [ + 158, + 92 + ], + [ + 158, + 93 + ], + [ + 159, + 94 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 126, + 336 + ], + [ + 127, + 335 + ], + [ + 128, + 334 + ], + [ + 129, + 333 + ], + [ + 130, + 332 + ], + [ + 131, + 333 + ], + [ + 132, + 334 + ], + [ + 133, + 335 + ], + [ + 134, + 334 + ], + [ + 135, + 333 + ], + [ + 136, + 332 + ], + [ + 137, + 332 + ], + [ + 138, + 331 + ], + [ + 139, + 331 + ], + [ + 140, + 331 + ], + [ + 141, + 332 + ], + [ + 142, + 331 + ], + [ + 143, + 330 + ], + [ + 144, + 329 + ], + [ + 145, + 328 + ], + [ + 146, + 327 + ], + [ + 147, + 326 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 237, + 392 + ], + [ + 238, + 391 + ], + [ + 239, + 390 + ], + [ + 240, + 389 + ], + [ + 241, + 388 + ], + [ + 242, + 388 + ], + [ + 242, + 387 + ], + [ + 242, + 386 + ], + [ + 243, + 386 + ], + [ + 243, + 385 + ], + [ + 242, + 384 + ], + [ + 241, + 383 + ], + [ + 242, + 382 + ], + [ + 242, + 381 + ], + [ + 241, + 380 + ], + [ + 240, + 379 + ], + [ + 240, + 378 + ], + [ + 239, + 377 + ], + [ + 240, + 376 + ], + [ + 239, + 375 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 144, + 373 + ], + [ + 143, + 374 + ], + [ + 142, + 375 + ], + [ + 141, + 376 + ], + [ + 140, + 377 + ], + [ + 139, + 377 + ], + [ + 140, + 378 + ], + [ + 139, + 379 + ], + [ + 140, + 380 + ], + [ + 141, + 381 + ], + [ + 142, + 382 + ], + [ + 141, + 382 + ], + [ + 141, + 383 + ], + [ + 142, + 384 + ], + [ + 143, + 384 + ], + [ + 144, + 384 + ], + [ + 145, + 385 + ], + [ + 146, + 385 + ], + [ + 147, + 386 + ], + [ + 148, + 387 + ], + [ + 149, + 388 + ], + [ + 150, + 387 + ], + [ + 151, + 386 + ], + [ + 152, + 385 + ], + [ + 153, + 384 + ], + [ + 154, + 383 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 83, + 2 + ], + [ + 84, + 3 + ], + [ + 85, + 4 + ], + [ + 85, + 5 + ], + [ + 84, + 6 + ], + [ + 85, + 7 + ], + [ + 84, + 8 + ], + [ + 84, + 9 + ], + [ + 84, + 10 + ], + [ + 84, + 11 + ], + [ + 83, + 12 + ], + [ + 83, + 13 + ], + [ + 83, + 14 + ], + [ + 83, + 15 + ], + [ + 83, + 16 + ], + [ + 83, + 17 + ], + [ + 83, + 18 + ], + [ + 84, + 19 + ], + [ + 83, + 19 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 100, + 163 + ], + [ + 99, + 164 + ], + [ + 98, + 165 + ], + [ + 98, + 166 + ], + [ + 98, + 167 + ], + [ + 98, + 168 + ], + [ + 98, + 169 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 34, + 38 + ], + [ + 35, + 39 + ], + [ + 36, + 40 + ], + [ + 37, + 41 + ], + [ + 38, + 42 + ], + [ + 39, + 43 + ], + [ + 40, + 44 + ], + [ + 41, + 43 + ], + [ + 42, + 42 + ], + [ + 43, + 41 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 125, + 344 + ], + [ + 124, + 345 + ], + [ + 123, + 345 + ], + [ + 122, + 346 + ], + [ + 121, + 347 + ], + [ + 120, + 347 + ], + [ + 120, + 348 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 165, + 464 + ], + [ + 164, + 463 + ], + [ + 163, + 462 + ], + [ + 162, + 461 + ], + [ + 161, + 460 + ], + [ + 160, + 461 + ], + [ + 160, + 462 + ], + [ + 160, + 463 + ], + [ + 160, + 464 + ], + [ + 159, + 464 + ], + [ + 159, + 463 + ], + [ + 159, + 462 + ], + [ + 159, + 461 + ], + [ + 160, + 460 + ], + [ + 160, + 459 + ], + [ + 161, + 459 + ], + [ + 160, + 458 + ], + [ + 161, + 457 + ], + [ + 161, + 456 + ], + [ + 160, + 456 + ], + [ + 159, + 457 + ], + [ + 160, + 457 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 119, + 272 + ], + [ + 118, + 271 + ], + [ + 117, + 270 + ], + [ + 116, + 269 + ], + [ + 116, + 268 + ], + [ + 115, + 267 + ], + [ + 116, + 266 + ], + [ + 115, + 265 + ], + [ + 115, + 264 + ], + [ + 115, + 263 + ], + [ + 114, + 262 + ], + [ + 115, + 262 + ], + [ + 114, + 261 + ], + [ + 115, + 261 + ], + [ + 115, + 260 + ], + [ + 114, + 259 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 29, + 399 + ], + "area_fraction": 0.0847 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 196, + 242 + ], + "area_fraction": 0.4019 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 26, + 142 + ], + "peak": [ + 28, + 145 + ], + "area_cells": 408 + }, + { + "id": "range_3", + "name": null, + "center": [ + 26, + 206 + ], + "peak": [ + 26, + 203 + ], + "area_cells": 239 + }, + { + "id": "range_4", + "name": null, + "center": [ + 65, + 114 + ], + "peak": [ + 91, + 71 + ], + "area_cells": 3294 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 373 + ], + "peak": [ + 112, + 395 + ], + "area_cells": 4122 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 453 + ], + "peak": [ + 75, + 452 + ], + "area_cells": 87 + }, + { + "id": "range_7", + "name": null, + "center": [ + 89, + 502 + ], + "peak": [ + 90, + 498 + ], + "area_cells": 116 + }, + { + "id": "range_8", + "name": null, + "center": [ + 144, + 372 + ], + "peak": [ + 144, + 373 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785d/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785d/globe.png new file mode 100644 index 000000000..5888c45a5 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785d/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785d/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785d/heightmap.png new file mode 100644 index 000000000..d8df17216 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785d/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785d/index.md b/wiki/star-systems/GJ-785/bodies/GJ785d/index.md new file mode 100644 index 000000000..6c1f3a196 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ785d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 4155689629 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.232 + period_days: 560.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.58 + oblateness: 0.0026 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.522 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.229 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785d + +Cold Arid planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 560 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785d/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785d/markers.json new file mode 100644 index 000000000..64589a1ce --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785d/markers.json @@ -0,0 +1,1468 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 48, + 192 + ], + [ + 49, + 191 + ], + [ + 50, + 190 + ], + [ + 51, + 189 + ], + [ + 51, + 188 + ], + [ + 52, + 187 + ], + [ + 53, + 186 + ], + [ + 54, + 185 + ], + [ + 55, + 184 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 22, + 264 + ], + [ + 21, + 263 + ], + [ + 20, + 262 + ], + [ + 20, + 261 + ], + [ + 19, + 260 + ], + [ + 19, + 259 + ], + [ + 18, + 259 + ], + [ + 18, + 260 + ], + [ + 17, + 260 + ], + [ + 17, + 261 + ], + [ + 16, + 260 + ], + [ + 16, + 261 + ], + [ + 15, + 261 + ], + [ + 15, + 262 + ], + [ + 16, + 262 + ], + [ + 17, + 262 + ], + [ + 18, + 263 + ], + [ + 17, + 263 + ], + [ + 18, + 262 + ], + [ + 19, + 261 + ], + [ + 18, + 261 + ], + [ + 19, + 262 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 91 + ], + [ + 1, + 90 + ], + [ + 2, + 90 + ], + [ + 3, + 89 + ], + [ + 4, + 89 + ], + [ + 3, + 90 + ], + [ + 4, + 91 + ], + [ + 4, + 92 + ], + [ + 4, + 93 + ], + [ + 5, + 94 + ], + [ + 6, + 95 + ], + [ + 7, + 95 + ], + [ + 8, + 96 + ], + [ + 9, + 97 + ], + [ + 8, + 98 + ], + [ + 9, + 99 + ], + [ + 10, + 100 + ], + [ + 11, + 101 + ], + [ + 11, + 102 + ], + [ + 11, + 103 + ], + [ + 12, + 103 + ], + [ + 13, + 102 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 42, + 274 + ], + [ + 42, + 273 + ], + [ + 41, + 272 + ], + [ + 40, + 271 + ], + [ + 39, + 271 + ], + [ + 38, + 270 + ], + [ + 37, + 269 + ], + [ + 36, + 268 + ], + [ + 35, + 267 + ], + [ + 34, + 266 + ], + [ + 33, + 266 + ], + [ + 32, + 266 + ], + [ + 32, + 265 + ], + [ + 31, + 265 + ], + [ + 30, + 266 + ], + [ + 30, + 265 + ], + [ + 31, + 264 + ], + [ + 32, + 264 + ], + [ + 31, + 263 + ], + [ + 32, + 263 + ], + [ + 31, + 262 + ], + [ + 30, + 261 + ], + [ + 31, + 261 + ], + [ + 32, + 260 + ], + [ + 33, + 260 + ], + [ + 33, + 259 + ], + [ + 33, + 258 + ], + [ + 32, + 257 + ], + [ + 33, + 257 + ], + [ + 34, + 256 + ], + [ + 35, + 255 + ], + [ + 36, + 255 + ], + [ + 37, + 254 + ], + [ + 36, + 254 + ], + [ + 36, + 253 + ], + [ + 36, + 252 + ], + [ + 35, + 251 + ], + [ + 36, + 250 + ], + [ + 36, + 249 + ], + [ + 37, + 248 + ], + [ + 36, + 247 + ], + [ + 35, + 246 + ], + [ + 36, + 245 + ], + [ + 36, + 244 + ], + [ + 36, + 243 + ], + [ + 35, + 242 + ], + [ + 36, + 241 + ], + [ + 36, + 240 + ], + [ + 37, + 239 + ], + [ + 37, + 238 + ], + [ + 36, + 237 + ], + [ + 37, + 236 + ], + [ + 36, + 235 + ], + [ + 36, + 234 + ], + [ + 35, + 233 + ], + [ + 36, + 232 + ], + [ + 35, + 231 + ], + [ + 34, + 230 + ], + [ + 35, + 229 + ], + [ + 36, + 228 + ], + [ + 35, + 227 + ], + [ + 34, + 226 + ], + [ + 35, + 225 + ], + [ + 35, + 224 + ], + [ + 36, + 224 + ], + [ + 36, + 223 + ], + [ + 36, + 222 + ], + [ + 35, + 221 + ], + [ + 36, + 220 + ], + [ + 36, + 221 + ], + [ + 37, + 220 + ], + [ + 36, + 219 + ], + [ + 36, + 218 + ], + [ + 37, + 218 + ], + [ + 38, + 217 + ], + [ + 37, + 217 + ], + [ + 38, + 216 + ], + [ + 39, + 215 + ], + [ + 38, + 214 + ], + [ + 38, + 213 + ], + [ + 39, + 213 + ], + [ + 39, + 212 + ], + [ + 39, + 211 + ], + [ + 39, + 210 + ], + [ + 39, + 209 + ], + [ + 40, + 208 + ], + [ + 40, + 207 + ], + [ + 41, + 208 + ], + [ + 41, + 207 + ], + [ + 42, + 206 + ], + [ + 43, + 205 + ], + [ + 44, + 205 + ], + [ + 43, + 206 + ], + [ + 42, + 207 + ], + [ + 41, + 206 + ], + [ + 42, + 205 + ], + [ + 41, + 205 + ], + [ + 40, + 205 + ], + [ + 39, + 206 + ], + [ + 39, + 207 + ], + [ + 39, + 208 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 77, + 92 + ], + [ + 76, + 93 + ], + [ + 75, + 94 + ], + [ + 74, + 95 + ], + [ + 73, + 96 + ], + [ + 72, + 97 + ], + [ + 71, + 98 + ], + [ + 70, + 98 + ], + [ + 69, + 99 + ], + [ + 68, + 100 + ], + [ + 67, + 101 + ], + [ + 66, + 100 + ], + [ + 65, + 101 + ], + [ + 64, + 100 + ], + [ + 63, + 101 + ], + [ + 64, + 102 + ], + [ + 64, + 103 + ], + [ + 65, + 104 + ], + [ + 66, + 105 + ], + [ + 67, + 106 + ], + [ + 66, + 107 + ], + [ + 66, + 108 + ], + [ + 65, + 108 + ], + [ + 66, + 109 + ], + [ + 67, + 110 + ], + [ + 68, + 111 + ], + [ + 68, + 112 + ], + [ + 69, + 113 + ], + [ + 70, + 113 + ], + [ + 70, + 114 + ], + [ + 71, + 114 + ], + [ + 70, + 115 + ], + [ + 71, + 116 + ], + [ + 72, + 116 + ], + [ + 73, + 115 + ], + [ + 73, + 116 + ], + [ + 72, + 115 + ], + [ + 71, + 115 + ], + [ + 72, + 114 + ], + [ + 71, + 113 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 82, + 108 + ], + [ + 81, + 109 + ], + [ + 80, + 109 + ], + [ + 79, + 110 + ], + [ + 78, + 111 + ], + [ + 77, + 112 + ], + [ + 76, + 112 + ], + [ + 75, + 113 + ], + [ + 74, + 114 + ], + [ + 73, + 114 + ], + [ + 72, + 115 + ], + [ + 71, + 114 + ], + [ + 72, + 114 + ], + [ + 71, + 113 + ], + [ + 70, + 113 + ], + [ + 69, + 113 + ], + [ + 69, + 114 + ], + [ + 70, + 114 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 90, + 191 + ], + [ + 91, + 190 + ], + [ + 92, + 191 + ], + [ + 93, + 192 + ], + [ + 94, + 193 + ], + [ + 95, + 194 + ], + [ + 96, + 195 + ], + [ + 97, + 196 + ], + [ + 98, + 196 + ], + [ + 99, + 197 + ], + [ + 100, + 198 + ], + [ + 101, + 199 + ], + [ + 102, + 200 + ], + [ + 102, + 201 + ], + [ + 102, + 202 + ], + [ + 102, + 203 + ], + [ + 102, + 204 + ], + [ + 103, + 205 + ], + [ + 103, + 206 + ], + [ + 104, + 206 + ], + [ + 104, + 207 + ], + [ + 103, + 207 + ], + [ + 104, + 208 + ], + [ + 103, + 209 + ], + [ + 104, + 210 + ], + [ + 104, + 211 + ], + [ + 103, + 210 + ], + [ + 104, + 209 + ], + [ + 103, + 208 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 127, + 243 + ], + [ + 127, + 244 + ], + [ + 127, + 245 + ], + [ + 128, + 246 + ], + [ + 129, + 247 + ], + [ + 130, + 247 + ], + [ + 130, + 248 + ], + [ + 131, + 249 + ], + [ + 130, + 250 + ], + [ + 129, + 251 + ], + [ + 130, + 252 + ], + [ + 129, + 253 + ], + [ + 130, + 253 + ], + [ + 131, + 253 + ], + [ + 132, + 254 + ], + [ + 132, + 255 + ], + [ + 131, + 256 + ], + [ + 130, + 257 + ], + [ + 129, + 258 + ], + [ + 128, + 259 + ], + [ + 127, + 260 + ], + [ + 126, + 261 + ], + [ + 126, + 262 + ], + [ + 125, + 263 + ], + [ + 126, + 264 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 49, + 35 + ], + [ + 50, + 36 + ], + [ + 51, + 37 + ], + [ + 52, + 38 + ], + [ + 53, + 37 + ], + [ + 54, + 37 + ], + [ + 55, + 38 + ], + [ + 56, + 39 + ], + [ + 55, + 40 + ], + [ + 56, + 41 + ], + [ + 56, + 42 + ], + [ + 55, + 43 + ], + [ + 55, + 44 + ], + [ + 56, + 44 + ], + [ + 55, + 45 + ], + [ + 54, + 46 + ], + [ + 55, + 46 + ], + [ + 55, + 47 + ], + [ + 55, + 48 + ], + [ + 55, + 49 + ], + [ + 55, + 50 + ], + [ + 56, + 51 + ], + [ + 55, + 51 + ], + [ + 54, + 52 + ], + [ + 54, + 53 + ], + [ + 53, + 54 + ], + [ + 53, + 55 + ], + [ + 54, + 56 + ], + [ + 53, + 57 + ], + [ + 53, + 58 + ], + [ + 52, + 59 + ], + [ + 53, + 59 + ], + [ + 52, + 60 + ], + [ + 53, + 61 + ], + [ + 54, + 61 + ], + [ + 55, + 60 + ], + [ + 56, + 60 + ], + [ + 55, + 61 + ], + [ + 56, + 62 + ], + [ + 56, + 61 + ], + [ + 57, + 62 + ], + [ + 57, + 61 + ], + [ + 57, + 60 + ], + [ + 56, + 59 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 91, + 155 + ], + [ + 92, + 155 + ], + [ + 93, + 156 + ], + [ + 94, + 157 + ], + [ + 95, + 158 + ], + [ + 95, + 159 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 10, + 324 + ], + [ + 10, + 323 + ], + [ + 9, + 323 + ], + [ + 8, + 324 + ], + [ + 7, + 325 + ], + [ + 6, + 325 + ], + [ + 5, + 325 + ], + [ + 4, + 325 + ], + [ + 3, + 326 + ], + [ + 2, + 326 + ], + [ + 1, + 327 + ], + [ + 0, + 326 + ], + [ + 0, + 327 + ], + [ + 1, + 328 + ], + [ + 0, + 328 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 28, + 76 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 144, + 265 + ], + "peak": [ + 119, + 327 + ], + "area_cells": 51527 + }, + { + "id": "range_4", + "name": null, + "center": [ + 96, + 172 + ], + "peak": [ + 96, + 171 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 212, + 378 + ], + "peak": [ + 213, + 376 + ], + "area_cells": 110 + }, + { + "id": "range_8", + "name": null, + "center": [ + 217, + 448 + ], + "peak": [ + 218, + 449 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785e-m1/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/globe.png new file mode 100644 index 000000000..1dcc33814 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785e-m1/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/heightmap.png new file mode 100644 index 000000000..689176cd6 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785e-m1/index.md b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/index.md new file mode 100644 index 000000000..c4cf06223 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ785e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1265525070 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.1 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.302 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.403 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785e-m1 + +Frozen moon. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 96% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785e-m1/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/markers.json new file mode 100644 index 000000000..573284f3f --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785e-m1/markers.json @@ -0,0 +1,116 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 225, + 117 + ], + "area_fraction": 0.016 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 127, + 74 + ], + "peak": [ + 136, + 38 + ], + "area_cells": 8740 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 413 + ], + "peak": [ + 115, + 358 + ], + "area_cells": 8069 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 281 + ], + "peak": [ + 90, + 281 + ], + "area_cells": 96 + }, + { + "id": "range_5", + "name": null, + "center": [ + 107, + 241 + ], + "peak": [ + 107, + 242 + ], + "area_cells": 75 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 189 + ], + "peak": [ + 121, + 190 + ], + "area_cells": 58 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 213 + ], + "peak": [ + 129, + 215 + ], + "area_cells": 814 + }, + { + "id": "range_10", + "name": null, + "center": [ + 179, + 186 + ], + "peak": [ + 180, + 186 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785e/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785e/globe.png new file mode 100644 index 000000000..8ea11f0f9 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785e/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785e/index.md b/wiki/star-systems/GJ-785/bodies/GJ785e/index.md new file mode 100644 index 000000000..b725e35d3 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ785e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 670822651 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 18.1 +physical: + gravity_g: null + oblateness: 0.0634 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.315 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.119 +--- + +# GJ785e + +Gas giant. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785f/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785f/globe.png new file mode 100644 index 000000000..893610b45 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785f/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785f/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785f/heightmap.png new file mode 100644 index 000000000..1fec18acf Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785f/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785f/index.md b/wiki/star-systems/GJ-785/bodies/GJ785f/index.md new file mode 100644 index 000000000..5ff9066fe --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ785f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 737567950 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 55.8 +physical: + gravity_g: 0.44 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.865 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785f + +Frozen planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785f/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785f/markers.json new file mode 100644 index 000000000..4e46932d1 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785f/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 272 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 22, + 368 + ], + "area_fraction": 0.0215 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 225, + 314 + ], + "area_fraction": 0.063 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 242, + 475 + ], + "area_fraction": 0.0138 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 108, + 273 + ], + "peak": [ + 112, + 298 + ], + "area_cells": 8082 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 215 + ], + "peak": [ + 69, + 207 + ], + "area_cells": 429 + }, + { + "id": "range_4", + "name": null, + "center": [ + 72, + 178 + ], + "peak": [ + 72, + 179 + ], + "area_cells": 66 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 189 + ], + "peak": [ + 90, + 188 + ], + "area_cells": 64 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 402 + ], + "peak": [ + 128, + 403 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 145, + 421 + ], + "peak": [ + 146, + 423 + ], + "area_cells": 60 + }, + { + "id": "range_14", + "name": null, + "center": [ + 154, + 455 + ], + "peak": [ + 155, + 454 + ], + "area_cells": 104 + }, + { + "id": "range_15", + "name": null, + "center": [ + 156, + 35 + ], + "peak": [ + 157, + 32 + ], + "area_cells": 90 + }, + { + "id": "range_16", + "name": null, + "center": [ + 161, + 126 + ], + "peak": [ + 161, + 128 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785g/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785g/globe.png new file mode 100644 index 000000000..65a4969f8 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785g/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785g/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785g/heightmap.png new file mode 100644 index 000000000..249bb8bf4 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785g/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785g/index.md b/wiki/star-systems/GJ-785/bodies/GJ785g/index.md new file mode 100644 index 000000000..bbf61448d --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ785g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3822930215 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 45.4 +physical: + gravity_g: 0.34 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.887 + polar_ice_lat: 0.154 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.22 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785g + +Frozen planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785g/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785g/markers.json new file mode 100644 index 000000000..346265589 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785g/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 16, + 321 + ], + "area_fraction": 0.0872 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 68, + 75 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 76, + 108 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 181, + 279 + ], + "peak": [ + 161, + 287 + ], + "area_cells": 53078 + }, + { + "id": "range_3", + "name": null, + "center": [ + 99, + 451 + ], + "peak": [ + 101, + 451 + ], + "area_cells": 70 + }, + { + "id": "range_6", + "name": null, + "center": [ + 122, + 164 + ], + "peak": [ + 123, + 164 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785h/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785h/globe.png new file mode 100644 index 000000000..7acc86de3 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785h/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785h/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785h/heightmap.png new file mode 100644 index 000000000..17d01cdc1 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785h/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785h/index.md b/wiki/star-systems/GJ-785/bodies/GJ785h/index.md new file mode 100644 index 000000000..900d132fb --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ785h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2000845589 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 45.7 +physical: + gravity_g: 0.26 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.888 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.327 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785h + +Frozen planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785h/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785h/markers.json new file mode 100644 index 000000000..a387bbef5 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785h/markers.json @@ -0,0 +1,101 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 109, + 445 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 128, + 93 + ], + "area_fraction": 0.0054 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 145, + 28 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 158, + 186 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 193, + 78 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 233, + 228 + ], + "area_fraction": 0.0213 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 283 + ], + "peak": [ + 0, + 370 + ], + "area_cells": 15137 + }, + { + "id": "range_3", + "name": null, + "center": [ + 114, + 275 + ], + "peak": [ + 115, + 275 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-785/bodies/GJ785i/globe.png b/wiki/star-systems/GJ-785/bodies/GJ785i/globe.png new file mode 100644 index 000000000..822dcf712 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785i/globe.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785i/heightmap.png b/wiki/star-systems/GJ-785/bodies/GJ785i/heightmap.png new file mode 100644 index 000000000..51b2ae756 Binary files /dev/null and b/wiki/star-systems/GJ-785/bodies/GJ785i/heightmap.png differ diff --git a/wiki/star-systems/GJ-785/bodies/GJ785i/index.md b/wiki/star-systems/GJ-785/bodies/GJ785i/index.md new file mode 100644 index 000000000..b37ad8ee8 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ785i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3882566245 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.278 + period_days: 46000.0 + axial_tilt_deg: 52.1 +physical: + gravity_g: 0.12 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.873 + polar_ice_lat: 0.217 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ785i + +Frozen planet. + +**System:** [GJ-785](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-785/bodies/GJ785i/markers.json b/wiki/star-systems/GJ-785/bodies/GJ785i/markers.json new file mode 100644 index 000000000..8f4672467 --- /dev/null +++ b/wiki/star-systems/GJ-785/bodies/GJ785i/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 19 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 12, + 81 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 29, + 151 + ], + "area_fraction": 0.0255 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 25, + 393 + ], + "area_fraction": 0.0655 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 139, + 282 + ], + "peak": [ + 150, + 296 + ], + "area_cells": 18378 + }, + { + "id": "range_4", + "name": null, + "center": [ + 171, + 142 + ], + "peak": [ + 171, + 143 + ], + "area_cells": 36 + }, + { + "id": "range_5", + "name": null, + "center": [ + 181, + 45 + ], + "peak": [ + 182, + 46 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 196, + 291 + ], + "peak": [ + 201, + 296 + ], + "area_cells": 126 + }, + { + "id": "range_7", + "name": null, + "center": [ + 208, + 277 + ], + "peak": [ + 200, + 275 + ], + "area_cells": 368 + }, + { + "id": "range_8", + "name": null, + "center": [ + 225, + 375 + ], + "peak": [ + 226, + 375 + ], + "area_cells": 128 + }, + { + "id": "range_10", + "name": null, + "center": [ + 222, + 396 + ], + "peak": [ + 221, + 397 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ79b/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79b/globe.png new file mode 100644 index 000000000..e62111d5d Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79b/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79b/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79b/heightmap.png new file mode 100644 index 000000000..3b78ae8ec Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79b/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79b/index.md b/wiki/star-systems/GJ-79/bodies/GJ79b/index.md new file mode 100644 index 000000000..b11f92552 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ79b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3378131710 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 1.2 +physical: + gravity_g: 0.28 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.99 + polar_ice_lat: 0.947 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79b + +Barren planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79b/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79b/markers.json new file mode 100644 index 000000000..d25635703 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79b/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 203 + ], + "peak": [ + 78, + 204 + ], + "area_cells": 43 + }, + { + "id": "range_4", + "name": null, + "center": [ + 165, + 253 + ], + "peak": [ + 139, + 261 + ], + "area_cells": 34134 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 480 + ], + "peak": [ + 119, + 485 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 200, + 291 + ], + "peak": [ + 201, + 291 + ], + "area_cells": 110 + }, + { + "id": "range_9", + "name": null, + "center": [ + 208, + 334 + ], + "peak": [ + 209, + 335 + ], + "area_cells": 82 + }, + { + "id": "range_10", + "name": null, + "center": [ + 204, + 343 + ], + "peak": [ + 205, + 343 + ], + "area_cells": 23 + }, + { + "id": "range_11", + "name": null, + "center": [ + 217, + 268 + ], + "peak": [ + 216, + 268 + ], + "area_cells": 96 + }, + { + "id": "range_14", + "name": null, + "center": [ + 217, + 183 + ], + "peak": [ + 216, + 183 + ], + "area_cells": 70 + }, + { + "id": "range_15", + "name": null, + "center": [ + 219, + 372 + ], + "peak": [ + 220, + 373 + ], + "area_cells": 65 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79c/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79c/globe.png new file mode 100644 index 000000000..26feb09c4 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79c/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79c/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79c/heightmap.png new file mode 100644 index 000000000..158871eb9 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79c/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79c/index.md b/wiki/star-systems/GJ-79/bodies/GJ79c/index.md new file mode 100644 index 000000000..fae8512be --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ79c +name: Oshima Prime +body_type: planet +planet_class: temperate +body_scale: planet +seed: 769169215 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.391 + period_days: 100.0 + axial_tilt_deg: 21.8 +physical: + gravity_g: 0.82 + oblateness: 0.0047 + atmosphere: thin + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.385 + polar_ice_lat: 0.692 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.356 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Oshima Prime + +Temperate planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 38% | +| **Year** | 100 days | +| **Inhabited** | yes | +| **Population** | 65K | +| **Economy** | manufacturing | +| **Settlement** | dispersed | +| **Industry** | mineral_extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79c/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79c/markers.json new file mode 100644 index 000000000..3527f07da --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79c/markers.json @@ -0,0 +1,716 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 153, + 0 + ], + [ + 152, + 1 + ], + [ + 151, + 2 + ], + [ + 150, + 3 + ], + [ + 149, + 4 + ], + [ + 148, + 5 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 161, + 141 + ], + [ + 162, + 141 + ], + [ + 163, + 141 + ], + [ + 164, + 140 + ], + [ + 165, + 141 + ], + [ + 166, + 142 + ], + [ + 167, + 143 + ], + [ + 168, + 144 + ], + [ + 169, + 145 + ], + [ + 170, + 146 + ], + [ + 171, + 146 + ], + [ + 172, + 146 + ], + [ + 173, + 146 + ], + [ + 174, + 147 + ], + [ + 175, + 147 + ], + [ + 176, + 147 + ], + [ + 177, + 148 + ], + [ + 178, + 147 + ], + [ + 177, + 147 + ], + [ + 178, + 146 + ], + [ + 177, + 146 + ], + [ + 176, + 146 + ], + [ + 175, + 146 + ], + [ + 176, + 145 + ], + [ + 177, + 145 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 240, + 209 + ], + [ + 241, + 210 + ], + [ + 242, + 210 + ], + [ + 243, + 210 + ], + [ + 244, + 211 + ], + [ + 244, + 210 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 153, + 454 + ], + [ + 152, + 453 + ], + [ + 151, + 452 + ], + [ + 150, + 452 + ], + [ + 149, + 453 + ], + [ + 148, + 454 + ], + [ + 147, + 455 + ], + [ + 146, + 456 + ], + [ + 145, + 456 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 164, + 192 + ], + [ + 164, + 193 + ], + [ + 165, + 193 + ], + [ + 166, + 194 + ], + [ + 167, + 195 + ], + [ + 168, + 196 + ], + [ + 169, + 197 + ], + [ + 169, + 198 + ], + [ + 170, + 199 + ], + [ + 170, + 200 + ], + [ + 170, + 201 + ], + [ + 169, + 202 + ], + [ + 169, + 203 + ], + [ + 170, + 204 + ], + [ + 170, + 205 + ], + [ + 169, + 204 + ], + [ + 170, + 203 + ], + [ + 171, + 203 + ], + [ + 171, + 204 + ], + [ + 172, + 203 + ], + [ + 173, + 202 + ], + [ + 174, + 203 + ], + [ + 174, + 202 + ], + [ + 175, + 203 + ], + [ + 175, + 204 + ], + [ + 175, + 205 + ], + [ + 176, + 205 + ], + [ + 176, + 204 + ], + [ + 177, + 205 + ], + [ + 176, + 206 + ], + [ + 177, + 206 + ], + [ + 177, + 207 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 152, + 197 + ], + [ + 153, + 196 + ], + [ + 154, + 196 + ], + [ + 155, + 195 + ], + [ + 156, + 195 + ], + [ + 157, + 194 + ], + [ + 156, + 193 + ], + [ + 155, + 192 + ], + [ + 154, + 191 + ], + [ + 155, + 190 + ], + [ + 155, + 189 + ], + [ + 154, + 189 + ], + [ + 153, + 188 + ], + [ + 153, + 187 + ], + [ + 152, + 186 + ], + [ + 151, + 185 + ], + [ + 150, + 184 + ], + [ + 149, + 183 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 159, + 152 + ], + [ + 158, + 153 + ], + [ + 157, + 154 + ], + [ + 156, + 155 + ], + [ + 155, + 156 + ], + [ + 154, + 157 + ], + [ + 153, + 158 + ], + [ + 152, + 158 + ], + [ + 151, + 157 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 254, + 101 + ], + [ + 253, + 102 + ], + [ + 252, + 102 + ], + [ + 252, + 103 + ], + [ + 251, + 102 + ], + [ + 250, + 102 + ], + [ + 249, + 101 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 127, + 421 + ], + [ + 126, + 422 + ], + [ + 126, + 423 + ], + [ + 125, + 424 + ], + [ + 124, + 425 + ], + [ + 123, + 426 + ], + [ + 122, + 427 + ], + [ + 122, + 428 + ], + [ + 121, + 429 + ], + [ + 120, + 430 + ], + [ + 120, + 431 + ], + [ + 119, + 432 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 162, + 186 + ], + [ + 162, + 187 + ], + [ + 163, + 188 + ], + [ + 162, + 188 + ], + [ + 161, + 188 + ], + [ + 160, + 189 + ], + [ + 159, + 190 + ], + [ + 159, + 191 + ], + [ + 158, + 191 + ], + [ + 157, + 191 + ], + [ + 156, + 191 + ], + [ + 155, + 190 + ], + [ + 154, + 190 + ], + [ + 153, + 189 + ], + [ + 152, + 189 + ], + [ + 151, + 188 + ], + [ + 150, + 187 + ], + [ + 149, + 186 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 74, + 242 + ], + "area_fraction": 0.5792 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 238, + 52 + ], + "area_fraction": 0.027 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 186, + 376 + ], + "peak": [ + 204, + 348 + ], + "area_cells": 12235 + }, + { + "id": "range_2", + "name": null, + "center": [ + 186, + 12 + ], + "peak": [ + 195, + 0 + ], + "area_cells": 298 + }, + { + "id": "range_3", + "name": null, + "center": [ + 203, + 496 + ], + "peak": [ + 198, + 509 + ], + "area_cells": 269 + }, + { + "id": "range_4", + "name": null, + "center": [ + 218, + 160 + ], + "peak": [ + 218, + 161 + ], + "area_cells": 102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79d-m1/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/globe.png new file mode 100644 index 000000000..961368323 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79d-m1/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/heightmap.png new file mode 100644 index 000000000..6f88ecf03 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79d-m1/index.md b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/index.md new file mode 100644 index 000000000..f1cc20780 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ79d-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 872267506 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 20.3 +physical: + gravity_g: 0.09 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.079 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.268 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79d-m1 + +Frozen moon. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 93% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79d-m1/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/markers.json new file mode 100644 index 000000000..1fcb86c18 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79d-m1/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 128, + 432 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 192, + 336 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 230, + 296 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 7 + ], + "peak": [ + 0, + 15 + ], + "area_cells": 214 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 215 + ], + "peak": [ + 23, + 128 + ], + "area_cells": 16053 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 349 + ], + "peak": [ + 48, + 350 + ], + "area_cells": 91 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79d/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79d/globe.png new file mode 100644 index 000000000..cd850aaaa Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79d/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79d/index.md b/wiki/star-systems/GJ-79/bodies/GJ79d/index.md new file mode 100644 index 000000000..00a18f1d9 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79d/index.md @@ -0,0 +1,70 @@ +--- +id: GJ79d +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 895237379 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 16.7 +physical: + gravity_g: null + oblateness: 0.067 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.179 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 2 + storm_max_size: 0.131 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.23 + opacity_base: 0.55 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ79d + +Gas giant. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79e/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79e/globe.png new file mode 100644 index 000000000..a80629d03 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79e/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79e/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79e/heightmap.png new file mode 100644 index 000000000..86d4cb1ff Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79e/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79e/index.md b/wiki/star-systems/GJ-79/bodies/GJ79e/index.md new file mode 100644 index 000000000..37e7deaee --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ79e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3820993450 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 36.9 +physical: + gravity_g: 0.42 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.892 + polar_ice_lat: 0.204 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.344 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79e + +Frozen planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79e/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79e/markers.json new file mode 100644 index 000000000..0a32b4b73 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79e/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 34, + 84 + ], + "area_fraction": 0.0418 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 85, + 79 + ], + "area_fraction": 0.0107 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 121, + 171 + ], + "peak": [ + 124, + 170 + ], + "area_cells": 131 + }, + { + "id": "range_2", + "name": null, + "center": [ + 173, + 226 + ], + "peak": [ + 167, + 236 + ], + "area_cells": 18087 + }, + { + "id": "range_3", + "name": null, + "center": [ + 158, + 26 + ], + "peak": [ + 158, + 25 + ], + "area_cells": 597 + }, + { + "id": "range_4", + "name": null, + "center": [ + 173, + 457 + ], + "peak": [ + 180, + 465 + ], + "area_cells": 2536 + }, + { + "id": "range_5", + "name": null, + "center": [ + 179, + 1 + ], + "peak": [ + 180, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_6", + "name": null, + "center": [ + 188, + 37 + ], + "peak": [ + 186, + 36 + ], + "area_cells": 215 + }, + { + "id": "range_9", + "name": null, + "center": [ + 245, + 53 + ], + "peak": [ + 243, + 59 + ], + "area_cells": 2252 + }, + { + "id": "range_10", + "name": null, + "center": [ + 241, + 460 + ], + "peak": [ + 250, + 506 + ], + "area_cells": 2149 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79f/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79f/globe.png new file mode 100644 index 000000000..6d8586fd5 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79f/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79f/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79f/heightmap.png new file mode 100644 index 000000000..27d3edecf Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79f/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79f/index.md b/wiki/star-systems/GJ-79/bodies/GJ79f/index.md new file mode 100644 index 000000000..d799ad7c6 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ79f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 859735991 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 54.9 +physical: + gravity_g: 0.32 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.821 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.446 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79f + +Frozen planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79f/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79f/markers.json new file mode 100644 index 000000000..7a2e1f70c --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79f/markers.json @@ -0,0 +1,120 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 27, + 238 + ], + "area_fraction": 0.0873 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 39, + 432 + ], + "area_fraction": 0.0455 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 173, + 233 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 240, + 244 + ], + "area_fraction": 0.0147 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 157, + 421 + ], + "peak": [ + 123, + 450 + ], + "area_cells": 15665 + }, + { + "id": "range_2", + "name": null, + "center": [ + 171, + 74 + ], + "peak": [ + 192, + 121 + ], + "area_cells": 10785 + }, + { + "id": "range_10", + "name": null, + "center": [ + 208, + 297 + ], + "peak": [ + 205, + 300 + ], + "area_cells": 254 + }, + { + "id": "range_11", + "name": null, + "center": [ + 213, + 324 + ], + "peak": [ + 217, + 325 + ], + "area_cells": 125 + }, + { + "id": "range_13", + "name": null, + "center": [ + 252, + 509 + ], + "peak": [ + 251, + 510 + ], + "area_cells": 23 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79g/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79g/globe.png new file mode 100644 index 000000000..5c0484ee8 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79g/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79g/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79g/heightmap.png new file mode 100644 index 000000000..dd6a33ca3 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79g/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79g/index.md b/wiki/star-systems/GJ-79/bodies/GJ79g/index.md new file mode 100644 index 000000000..6e26142f8 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ79g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3626106471 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.845 + period_days: 9000.0 + axial_tilt_deg: 34.4 +physical: + gravity_g: 0.1 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.722 + polar_ice_lat: 0.11 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.354 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79g + +Frozen planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 9000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79g/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79g/markers.json new file mode 100644 index 000000000..4201536b5 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79g/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 106, + 46 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 100, + 366 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 131, + 235 + ], + "area_fraction": 0.0574 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 224, + 411 + ], + "area_fraction": 0.0972 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 232, + 111 + ], + "area_fraction": 0.0853 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 125 + ], + "peak": [ + 13, + 156 + ], + "area_cells": 8890 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 374 + ], + "peak": [ + 5, + 377 + ], + "area_cells": 523 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 468 + ], + "peak": [ + 0, + 476 + ], + "area_cells": 340 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 304 + ], + "peak": [ + 28, + 298 + ], + "area_cells": 333 + }, + { + "id": "range_5", + "name": null, + "center": [ + 26, + 498 + ], + "peak": [ + 29, + 501 + ], + "area_cells": 623 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 233 + ], + "peak": [ + 45, + 238 + ], + "area_cells": 313 + }, + { + "id": "range_7", + "name": null, + "center": [ + 39, + 257 + ], + "peak": [ + 41, + 259 + ], + "area_cells": 152 + }, + { + "id": "range_8", + "name": null, + "center": [ + 38, + 277 + ], + "peak": [ + 39, + 278 + ], + "area_cells": 71 + }, + { + "id": "range_10", + "name": null, + "center": [ + 49, + 298 + ], + "peak": [ + 53, + 300 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 85, + 446 + ], + "peak": [ + 75, + 436 + ], + "area_cells": 1529 + }, + { + "id": "range_14", + "name": null, + "center": [ + 63, + 386 + ], + "peak": [ + 63, + 388 + ], + "area_cells": 186 + }, + { + "id": "range_16", + "name": null, + "center": [ + 62, + 8 + ], + "peak": [ + 62, + 8 + ], + "area_cells": 21 + }, + { + "id": "range_20", + "name": null, + "center": [ + 150, + 473 + ], + "peak": [ + 150, + 474 + ], + "area_cells": 183 + }, + { + "id": "range_22", + "name": null, + "center": [ + 192, + 237 + ], + "peak": [ + 193, + 233 + ], + "area_cells": 221 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79h/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79h/globe.png new file mode 100644 index 000000000..5f7877c41 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79h/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79h/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79h/heightmap.png new file mode 100644 index 000000000..ef9a8142a Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79h/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79h/index.md b/wiki/star-systems/GJ-79/bodies/GJ79h/index.md new file mode 100644 index 000000000..dee883f7e --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ79h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1406037257 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 19.7 +physical: + gravity_g: 0.1 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.773 + polar_ice_lat: 0.139 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79h + +Frozen planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79h/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79h/markers.json new file mode 100644 index 000000000..e734b3a31 --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79h/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 79, + 195 + ], + "area_fraction": 0.1985 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 37, + 341 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 73 + ], + "peak": [ + 1, + 72 + ], + "area_cells": 252 + }, + { + "id": "range_2", + "name": null, + "center": [ + 179, + 25 + ], + "peak": [ + 197, + 0 + ], + "area_cells": 1697 + }, + { + "id": "range_4", + "name": null, + "center": [ + 183, + 447 + ], + "peak": [ + 184, + 449 + ], + "area_cells": 56 + }, + { + "id": "range_5", + "name": null, + "center": [ + 221, + 438 + ], + "peak": [ + 227, + 419 + ], + "area_cells": 8428 + }, + { + "id": "range_6", + "name": null, + "center": [ + 228, + 321 + ], + "peak": [ + 231, + 324 + ], + "area_cells": 308 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-79/bodies/GJ79i/globe.png b/wiki/star-systems/GJ-79/bodies/GJ79i/globe.png new file mode 100644 index 000000000..155e4708f Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79i/globe.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79i/heightmap.png b/wiki/star-systems/GJ-79/bodies/GJ79i/heightmap.png new file mode 100644 index 000000000..9c9e94f58 Binary files /dev/null and b/wiki/star-systems/GJ-79/bodies/GJ79i/heightmap.png differ diff --git a/wiki/star-systems/GJ-79/bodies/GJ79i/index.md b/wiki/star-systems/GJ-79/bodies/GJ79i/index.md new file mode 100644 index 000000000..62f43b25c --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ79i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2452341566 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 35.8 +physical: + gravity_g: 0.09 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.823 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.333 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ79i + +Frozen planet. + +**System:** [GJ-79](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-79/bodies/GJ79i/markers.json b/wiki/star-systems/GJ-79/bodies/GJ79i/markers.json new file mode 100644 index 000000000..abdeac3db --- /dev/null +++ b/wiki/star-systems/GJ-79/bodies/GJ79i/markers.json @@ -0,0 +1,253 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 64, + 123 + ], + "area_fraction": 0.1353 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 63, + 501 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 116, + 83 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 354 + ], + "peak": [ + 173, + 329 + ], + "area_cells": 6017 + }, + { + "id": "range_2", + "name": null, + "center": [ + 135, + 479 + ], + "peak": [ + 139, + 482 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 504 + ], + "peak": [ + 134, + 510 + ], + "area_cells": 82 + }, + { + "id": "range_4", + "name": null, + "center": [ + 161, + 209 + ], + "peak": [ + 151, + 205 + ], + "area_cells": 1256 + }, + { + "id": "range_5", + "name": null, + "center": [ + 163, + 40 + ], + "peak": [ + 163, + 40 + ], + "area_cells": 62 + }, + { + "id": "range_6", + "name": null, + "center": [ + 175, + 264 + ], + "peak": [ + 179, + 268 + ], + "area_cells": 223 + }, + { + "id": "range_7", + "name": null, + "center": [ + 172, + 504 + ], + "peak": [ + 172, + 505 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 194, + 108 + ], + "peak": [ + 205, + 112 + ], + "area_cells": 417 + }, + { + "id": "range_9", + "name": null, + "center": [ + 186, + 70 + ], + "peak": [ + 189, + 68 + ], + "area_cells": 149 + }, + { + "id": "range_10", + "name": null, + "center": [ + 181, + 13 + ], + "peak": [ + 181, + 11 + ], + "area_cells": 60 + }, + { + "id": "range_12", + "name": null, + "center": [ + 196, + 49 + ], + "peak": [ + 196, + 49 + ], + "area_cells": 32 + }, + { + "id": "range_13", + "name": null, + "center": [ + 207, + 236 + ], + "peak": [ + 206, + 223 + ], + "area_cells": 323 + }, + { + "id": "range_14", + "name": null, + "center": [ + 223, + 275 + ], + "peak": [ + 220, + 276 + ], + "area_cells": 62 + }, + { + "id": "range_15", + "name": null, + "center": [ + 246, + 230 + ], + "peak": [ + 254, + 244 + ], + "area_cells": 882 + }, + { + "id": "range_17", + "name": null, + "center": [ + 252, + 329 + ], + "peak": [ + 255, + 339 + ], + "area_cells": 209 + }, + { + "id": "range_18", + "name": null, + "center": [ + 252, + 290 + ], + "peak": [ + 255, + 292 + ], + "area_cells": 228 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ798b/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798b/globe.png new file mode 100644 index 000000000..66b985c89 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798b/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798b/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798b/heightmap.png new file mode 100644 index 000000000..23a9f5be6 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798b/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798b/index.md b/wiki/star-systems/GJ-798/bodies/GJ798b/index.md new file mode 100644 index 000000000..a07378bf2 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ798b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3501830882 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 40.6 +physical: + gravity_g: 0.38 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.798 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798b + +Barren planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 94% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798b/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798b/markers.json new file mode 100644 index 000000000..ae4c4c151 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798b/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 109 + ], + "peak": [ + 78, + 35 + ], + "area_cells": 8506 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 159 + ], + "peak": [ + 23, + 153 + ], + "area_cells": 673 + }, + { + "id": "range_6", + "name": null, + "center": [ + 21, + 286 + ], + "peak": [ + 21, + 287 + ], + "area_cells": 56 + }, + { + "id": "range_7", + "name": null, + "center": [ + 27, + 42 + ], + "peak": [ + 25, + 44 + ], + "area_cells": 33 + }, + { + "id": "range_8", + "name": null, + "center": [ + 29, + 57 + ], + "peak": [ + 32, + 58 + ], + "area_cells": 30 + }, + { + "id": "range_12", + "name": null, + "center": [ + 44, + 208 + ], + "peak": [ + 43, + 208 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 63, + 262 + ], + "peak": [ + 65, + 289 + ], + "area_cells": 1974 + }, + { + "id": "range_15", + "name": null, + "center": [ + 49, + 217 + ], + "peak": [ + 50, + 217 + ], + "area_cells": 42 + }, + { + "id": "range_16", + "name": null, + "center": [ + 62, + 201 + ], + "peak": [ + 64, + 203 + ], + "area_cells": 73 + }, + { + "id": "range_19", + "name": null, + "center": [ + 79, + 497 + ], + "peak": [ + 84, + 496 + ], + "area_cells": 375 + }, + { + "id": "range_21", + "name": null, + "center": [ + 79, + 466 + ], + "peak": [ + 80, + 466 + ], + "area_cells": 31 + }, + { + "id": "range_24", + "name": null, + "center": [ + 91, + 294 + ], + "peak": [ + 87, + 293 + ], + "area_cells": 96 + }, + { + "id": "range_25", + "name": null, + "center": [ + 97, + 449 + ], + "peak": [ + 99, + 448 + ], + "area_cells": 97 + }, + { + "id": "range_26", + "name": null, + "center": [ + 96, + 234 + ], + "peak": [ + 98, + 233 + ], + "area_cells": 146 + }, + { + "id": "range_27", + "name": null, + "center": [ + 93, + 198 + ], + "peak": [ + 94, + 198 + ], + "area_cells": 35 + }, + { + "id": "range_28", + "name": null, + "center": [ + 97, + 177 + ], + "peak": [ + 97, + 178 + ], + "area_cells": 49 + }, + { + "id": "range_29", + "name": null, + "center": [ + 102, + 38 + ], + "peak": [ + 102, + 40 + ], + "area_cells": 21 + }, + { + "id": "range_30", + "name": null, + "center": [ + 107, + 87 + ], + "peak": [ + 108, + 88 + ], + "area_cells": 114 + }, + { + "id": "range_31", + "name": null, + "center": [ + 111, + 502 + ], + "peak": [ + 116, + 504 + ], + "area_cells": 226 + }, + { + "id": "range_32", + "name": null, + "center": [ + 125, + 414 + ], + "peak": [ + 137, + 421 + ], + "area_cells": 507 + }, + { + "id": "range_35", + "name": null, + "center": [ + 152, + 355 + ], + "peak": [ + 147, + 363 + ], + "area_cells": 2635 + }, + { + "id": "range_37", + "name": null, + "center": [ + 142, + 238 + ], + "peak": [ + 142, + 239 + ], + "area_cells": 33 + }, + { + "id": "range_38", + "name": null, + "center": [ + 156, + 224 + ], + "peak": [ + 159, + 224 + ], + "area_cells": 125 + }, + { + "id": "range_39", + "name": null, + "center": [ + 152, + 271 + ], + "peak": [ + 157, + 272 + ], + "area_cells": 141 + }, + { + "id": "range_40", + "name": null, + "center": [ + 159, + 190 + ], + "peak": [ + 160, + 190 + ], + "area_cells": 175 + }, + { + "id": "range_42", + "name": null, + "center": [ + 186, + 262 + ], + "peak": [ + 192, + 256 + ], + "area_cells": 113 + }, + { + "id": "range_43", + "name": null, + "center": [ + 193, + 431 + ], + "peak": [ + 190, + 435 + ], + "area_cells": 384 + }, + { + "id": "range_44", + "name": null, + "center": [ + 189, + 234 + ], + "peak": [ + 189, + 234 + ], + "area_cells": 91 + }, + { + "id": "range_47", + "name": null, + "center": [ + 219, + 457 + ], + "peak": [ + 221, + 458 + ], + "area_cells": 41 + }, + { + "id": "range_49", + "name": null, + "center": [ + 246, + 142 + ], + "peak": [ + 245, + 143 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798c/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798c/globe.png new file mode 100644 index 000000000..e94316868 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798c/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798c/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798c/heightmap.png new file mode 100644 index 000000000..e3159eb1a Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798c/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798c/index.md b/wiki/star-systems/GJ-798/bodies/GJ798c/index.md new file mode 100644 index 000000000..0a2618f28 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ798c +name: Talgrund +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3362371568 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.507 + period_days: 148.0 + axial_tilt_deg: 30.5 +physical: + gravity_g: 0.88 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.645 + polar_ice_lat: 0.657 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.503 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Talgrund + +Temperate planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 64% | +| **Year** | 148 days | +| **Inhabited** | yes | +| **Population** | 22K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798c/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798c/markers.json new file mode 100644 index 000000000..f57095f7d --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798c/markers.json @@ -0,0 +1,693 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 125, + 350 + ], + [ + 124, + 350 + ], + [ + 123, + 351 + ], + [ + 122, + 351 + ], + [ + 121, + 351 + ], + [ + 120, + 350 + ], + [ + 119, + 349 + ], + [ + 118, + 348 + ], + [ + 117, + 347 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 13, + 346 + ], + [ + 12, + 345 + ], + [ + 11, + 345 + ], + [ + 10, + 345 + ], + [ + 9, + 346 + ], + [ + 8, + 345 + ], + [ + 8, + 346 + ], + [ + 7, + 347 + ], + [ + 6, + 348 + ], + [ + 5, + 349 + ], + [ + 5, + 350 + ], + [ + 6, + 351 + ], + [ + 5, + 351 + ], + [ + 4, + 351 + ], + [ + 4, + 352 + ], + [ + 3, + 352 + ], + [ + 3, + 353 + ], + [ + 4, + 354 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 26, + 511 + ], + [ + 26, + 0 + ], + [ + 27, + 0 + ], + [ + 28, + 511 + ], + [ + 29, + 510 + ], + [ + 30, + 509 + ], + [ + 31, + 509 + ], + [ + 32, + 508 + ], + [ + 33, + 507 + ], + [ + 34, + 506 + ], + [ + 35, + 505 + ], + [ + 36, + 504 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 181, + 296 + ], + [ + 180, + 296 + ], + [ + 179, + 295 + ], + [ + 178, + 294 + ], + [ + 177, + 293 + ], + [ + 176, + 292 + ], + [ + 175, + 291 + ], + [ + 174, + 290 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 15, + 296 + ], + [ + 16, + 295 + ], + [ + 16, + 294 + ], + [ + 15, + 293 + ], + [ + 14, + 292 + ], + [ + 13, + 291 + ], + [ + 12, + 290 + ], + [ + 11, + 289 + ], + [ + 10, + 288 + ], + [ + 10, + 287 + ], + [ + 10, + 286 + ], + [ + 11, + 285 + ], + [ + 10, + 284 + ], + [ + 10, + 283 + ], + [ + 9, + 282 + ], + [ + 10, + 281 + ], + [ + 11, + 280 + ], + [ + 10, + 279 + ], + [ + 10, + 278 + ], + [ + 11, + 277 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 231, + 392 + ], + [ + 231, + 393 + ], + [ + 232, + 394 + ], + [ + 231, + 395 + ], + [ + 230, + 396 + ], + [ + 229, + 397 + ], + [ + 228, + 398 + ], + [ + 227, + 399 + ], + [ + 226, + 400 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 253, + 51 + ], + [ + 254, + 51 + ], + [ + 255, + 52 + ], + [ + 255, + 53 + ], + [ + 255, + 54 + ], + [ + 255, + 55 + ], + [ + 255, + 56 + ], + [ + 255, + 57 + ], + [ + 255, + 58 + ], + [ + 255, + 59 + ], + [ + 255, + 60 + ], + [ + 255, + 61 + ], + [ + 255, + 62 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 61, + 364 + ], + [ + 60, + 365 + ], + [ + 59, + 366 + ], + [ + 58, + 366 + ], + [ + 57, + 365 + ], + [ + 56, + 364 + ], + [ + 55, + 363 + ], + [ + 54, + 362 + ], + [ + 53, + 361 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 156, + 74 + ], + [ + 157, + 74 + ], + [ + 158, + 75 + ], + [ + 159, + 76 + ], + [ + 160, + 77 + ], + [ + 161, + 78 + ], + [ + 160, + 79 + ], + [ + 160, + 80 + ], + [ + 159, + 81 + ], + [ + 159, + 82 + ], + [ + 158, + 83 + ], + [ + 157, + 84 + ], + [ + 158, + 85 + ], + [ + 157, + 86 + ], + [ + 156, + 87 + ], + [ + 155, + 88 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 109, + 394 + ], + "area_fraction": 0.2931 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 127, + 19 + ], + "area_fraction": 0.0142 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 151, + 290 + ], + "area_fraction": 0.0214 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 188, + 11 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 235, + 213 + ], + "area_fraction": 0.0097 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 163 + ], + "peak": [ + 47, + 189 + ], + "area_cells": 3550 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 32 + ], + "peak": [ + 37, + 31 + ], + "area_cells": 100 + }, + { + "id": "range_4", + "name": null, + "center": [ + 69, + 68 + ], + "peak": [ + 70, + 53 + ], + "area_cells": 1197 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 485 + ], + "peak": [ + 71, + 487 + ], + "area_cells": 27 + }, + { + "id": "range_6", + "name": null, + "center": [ + 88, + 487 + ], + "peak": [ + 89, + 486 + ], + "area_cells": 73 + }, + { + "id": "range_7", + "name": null, + "center": [ + 99, + 200 + ], + "peak": [ + 99, + 201 + ], + "area_cells": 55 + }, + { + "id": "range_11", + "name": null, + "center": [ + 160, + 338 + ], + "peak": [ + 164, + 337 + ], + "area_cells": 248 + }, + { + "id": "range_13", + "name": null, + "center": [ + 182, + 109 + ], + "peak": [ + 183, + 180 + ], + "area_cells": 1307 + }, + { + "id": "range_14", + "name": null, + "center": [ + 215, + 165 + ], + "peak": [ + 212, + 167 + ], + "area_cells": 497 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798d/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798d/globe.png new file mode 100644 index 000000000..a83571a08 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798d/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798d/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798d/heightmap.png new file mode 100644 index 000000000..3934bb8b7 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798d/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798d/index.md b/wiki/star-systems/GJ-798/bodies/GJ798d/index.md new file mode 100644 index 000000000..d7b89c83e --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ798d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1087772912 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.08 + period_days: 460.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.52 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.902 + polar_ice_lat: 0.075 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.419 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798d + +Frozen planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 460 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798d/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798d/markers.json new file mode 100644 index 000000000..8eed7c378 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798d/markers.json @@ -0,0 +1,83 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 30, + 345 + ], + [ + 31, + 346 + ], + [ + 32, + 347 + ], + [ + 33, + 348 + ], + [ + 34, + 347 + ], + [ + 35, + 347 + ], + [ + 36, + 347 + ], + [ + 37, + 347 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 72, + 417 + ], + "area_fraction": 0.0276 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 93, + 96 + ], + "area_fraction": 0.0461 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 104, + 464 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798e-m1/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/globe.png new file mode 100644 index 000000000..373d5b70f Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798e-m1/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/heightmap.png new file mode 100644 index 000000000..d99b1ef09 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798e-m1/index.md b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/index.md new file mode 100644 index 000000000..fd580bb3c --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ798e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4023853859 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: 0.1 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.125 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.251 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798e-m1 + +Frozen moon. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798e-m1/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/markers.json new file mode 100644 index 000000000..d5f914301 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798e-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 304 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 188, + 271 + ], + "peak": [ + 255, + 222 + ], + "area_cells": 41114 + }, + { + "id": "range_5", + "name": null, + "center": [ + 142, + 216 + ], + "peak": [ + 142, + 217 + ], + "area_cells": 64 + }, + { + "id": "range_7", + "name": null, + "center": [ + 206, + 82 + ], + "peak": [ + 206, + 83 + ], + "area_cells": 241 + }, + { + "id": "range_9", + "name": null, + "center": [ + 252, + 28 + ], + "peak": [ + 255, + 19 + ], + "area_cells": 218 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798e/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798e/globe.png new file mode 100644 index 000000000..c5526ea74 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798e/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798e/index.md b/wiki/star-systems/GJ-798/bodies/GJ798e/index.md new file mode 100644 index 000000000..1a2c50755 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ798e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1203357349 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 20.1 +physical: + gravity_g: null + oblateness: 0.0579 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.289 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 2 + storm_max_size: 0.136 +rings: + enabled: true + inner_radius_factor: 1.23 + outer_radius_factor: 2.27 + opacity_base: 0.52 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ798e + +Gas giant. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798f/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798f/globe.png new file mode 100644 index 000000000..5e675ee9b Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798f/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798f/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798f/heightmap.png new file mode 100644 index 000000000..75d2a50bf Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798f/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798f/index.md b/wiki/star-systems/GJ-798/bodies/GJ798f/index.md new file mode 100644 index 000000000..8037f3407 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ798f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2339535920 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.415 + period_days: 3800.0 + axial_tilt_deg: 47.2 +physical: + gravity_g: 0.42 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.12 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.345 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798f + +Frozen planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798f/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798f/markers.json new file mode 100644 index 000000000..8ad5077a3 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798f/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 29, + 29 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 25, + 121 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_6", + "name": null, + "kind": "ocean", + "center": [ + 52, + 319 + ], + "area_fraction": 0.1198 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 68, + 116 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 246, + 44 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 104, + 472 + ], + "peak": [ + 116, + 471 + ], + "area_cells": 1897 + }, + { + "id": "range_3", + "name": null, + "center": [ + 140, + 57 + ], + "peak": [ + 144, + 48 + ], + "area_cells": 4454 + }, + { + "id": "range_4", + "name": null, + "center": [ + 94, + 409 + ], + "peak": [ + 95, + 410 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 110 + ], + "peak": [ + 98, + 106 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 105, + 365 + ], + "peak": [ + 109, + 367 + ], + "area_cells": 156 + }, + { + "id": "range_8", + "name": null, + "center": [ + 127, + 506 + ], + "peak": [ + 126, + 509 + ], + "area_cells": 158 + }, + { + "id": "range_9", + "name": null, + "center": [ + 175, + 249 + ], + "peak": [ + 163, + 205 + ], + "area_cells": 10655 + }, + { + "id": "range_12", + "name": null, + "center": [ + 176, + 155 + ], + "peak": [ + 174, + 151 + ], + "area_cells": 195 + }, + { + "id": "range_14", + "name": null, + "center": [ + 216, + 104 + ], + "peak": [ + 215, + 109 + ], + "area_cells": 468 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798g/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798g/globe.png new file mode 100644 index 000000000..ea98cf119 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798g/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798g/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798g/heightmap.png new file mode 100644 index 000000000..994a16567 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798g/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798g/index.md b/wiki/star-systems/GJ-798/bodies/GJ798g/index.md new file mode 100644 index 000000000..950430c30 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ798g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2243636743 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.611 + period_days: 8600.0 + axial_tilt_deg: 27.7 +physical: + gravity_g: 0.32 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.716 + polar_ice_lat: 0.203 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.402 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798g + +Frozen planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 8600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798g/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798g/markers.json new file mode 100644 index 000000000..1ffb308b0 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798g/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 32, + 72 + ], + "area_fraction": 0.0601 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 55, + 370 + ], + "area_fraction": 0.1931 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 72, + 158 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 103, + 337 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 206, + 265 + ], + "peak": [ + 186, + 332 + ], + "area_cells": 24971 + }, + { + "id": "range_2", + "name": null, + "center": [ + 221, + 32 + ], + "peak": [ + 214, + 2 + ], + "area_cells": 1474 + }, + { + "id": "range_3", + "name": null, + "center": [ + 214, + 505 + ], + "peak": [ + 224, + 510 + ], + "area_cells": 218 + }, + { + "id": "range_6", + "name": null, + "center": [ + 218, + 69 + ], + "peak": [ + 218, + 70 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798h/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798h/globe.png new file mode 100644 index 000000000..848728221 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798h/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798h/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798h/heightmap.png new file mode 100644 index 000000000..3e58b29b8 Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798h/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798h/index.md b/wiki/star-systems/GJ-798/bodies/GJ798h/index.md new file mode 100644 index 000000000..fe6574210 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ798h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3166363676 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.454 + period_days: 18000.0 + axial_tilt_deg: 49.9 +physical: + gravity_g: 0.26 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.849 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.428 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798h + +Frozen planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.26g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798h/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798h/markers.json new file mode 100644 index 000000000..66ce93f22 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798h/markers.json @@ -0,0 +1,87 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 69 + ], + "area_fraction": 0.0608 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 35, + 425 + ], + "area_fraction": 0.0855 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 87, + 170 + ], + "peak": [ + 86, + 172 + ], + "area_cells": 151 + }, + { + "id": "range_2", + "name": null, + "center": [ + 157, + 188 + ], + "peak": [ + 156, + 76 + ], + "area_cells": 23710 + }, + { + "id": "range_3", + "name": null, + "center": [ + 104, + 89 + ], + "peak": [ + 105, + 87 + ], + "area_cells": 158 + }, + { + "id": "range_4", + "name": null, + "center": [ + 131, + 466 + ], + "peak": [ + 118, + 494 + ], + "area_cells": 5281 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-798/bodies/GJ798i/globe.png b/wiki/star-systems/GJ-798/bodies/GJ798i/globe.png new file mode 100644 index 000000000..9825fcafb Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798i/globe.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798i/heightmap.png b/wiki/star-systems/GJ-798/bodies/GJ798i/heightmap.png new file mode 100644 index 000000000..09db70c1a Binary files /dev/null and b/wiki/star-systems/GJ-798/bodies/GJ798i/heightmap.png differ diff --git a/wiki/star-systems/GJ-798/bodies/GJ798i/index.md b/wiki/star-systems/GJ-798/bodies/GJ798i/index.md new file mode 100644 index 000000000..ca264a041 --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ798i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 733681621 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 20.494 + period_days: 38000.0 + axial_tilt_deg: 50.9 +physical: + gravity_g: 0.11 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.846 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.36 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ798i + +Frozen planet. + +**System:** [GJ-798](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Year** | 38000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-798/bodies/GJ798i/markers.json b/wiki/star-systems/GJ-798/bodies/GJ798i/markers.json new file mode 100644 index 000000000..e372960ab --- /dev/null +++ b/wiki/star-systems/GJ-798/bodies/GJ798i/markers.json @@ -0,0 +1,176 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 317 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 59, + 140 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 113, + 484 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 95, + 398 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 113, + 127 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 123, + 14 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 185, + 157 + ], + "area_fraction": 0.0482 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 32 + ], + "peak": [ + 0, + 21 + ], + "area_cells": 134 + }, + { + "id": "range_2", + "name": null, + "center": [ + 7, + 436 + ], + "peak": [ + 0, + 430 + ], + "area_cells": 699 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 7 + ], + "peak": [ + 17, + 7 + ], + "area_cells": 22 + }, + { + "id": "range_8", + "name": null, + "center": [ + 235, + 281 + ], + "peak": [ + 226, + 246 + ], + "area_cells": 5049 + }, + { + "id": "range_9", + "name": null, + "center": [ + 230, + 348 + ], + "peak": [ + 231, + 356 + ], + "area_cells": 67 + }, + { + "id": "range_11", + "name": null, + "center": [ + 252, + 8 + ], + "peak": [ + 255, + 8 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 253, + 430 + ], + "peak": [ + 253, + 428 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ807b/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807b/globe.png new file mode 100644 index 000000000..810861077 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807b/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807b/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807b/heightmap.png new file mode 100644 index 000000000..10c003834 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807b/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807b/index.md b/wiki/star-systems/GJ-807/bodies/GJ807b/index.md new file mode 100644 index 000000000..200f118b6 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3228310662 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.465 + period_days: 130.0 + axial_tilt_deg: 43.0 +physical: + gravity_g: 0.71 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.841 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807b + +Barren planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.71g | +| **Land** | 98% | +| **Year** | 130 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807b/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807b/markers.json new file mode 100644 index 000000000..60a6a8f14 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807b/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 389 + ], + "peak": [ + 40, + 389 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 289 + ], + "peak": [ + 65, + 292 + ], + "area_cells": 230 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 128 + ], + "peak": [ + 75, + 126 + ], + "area_cells": 290 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 217 + ], + "peak": [ + 144, + 233 + ], + "area_cells": 870 + }, + { + "id": "range_7", + "name": null, + "center": [ + 180, + 344 + ], + "peak": [ + 120, + 381 + ], + "area_cells": 25960 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 63 + ], + "peak": [ + 71, + 64 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 80, + 175 + ], + "peak": [ + 77, + 174 + ], + "area_cells": 199 + }, + { + "id": "range_10", + "name": null, + "center": [ + 101, + 270 + ], + "peak": [ + 108, + 281 + ], + "area_cells": 1086 + }, + { + "id": "range_11", + "name": null, + "center": [ + 87, + 469 + ], + "peak": [ + 91, + 470 + ], + "area_cells": 66 + }, + { + "id": "range_13", + "name": null, + "center": [ + 102, + 166 + ], + "peak": [ + 102, + 167 + ], + "area_cells": 26 + }, + { + "id": "range_18", + "name": null, + "center": [ + 143, + 168 + ], + "peak": [ + 144, + 169 + ], + "area_cells": 45 + }, + { + "id": "range_20", + "name": null, + "center": [ + 183, + 134 + ], + "peak": [ + 162, + 138 + ], + "area_cells": 825 + }, + { + "id": "range_21", + "name": null, + "center": [ + 165, + 101 + ], + "peak": [ + 161, + 105 + ], + "area_cells": 217 + }, + { + "id": "range_25", + "name": null, + "center": [ + 201, + 488 + ], + "peak": [ + 203, + 489 + ], + "area_cells": 77 + }, + { + "id": "range_31", + "name": null, + "center": [ + 224, + 61 + ], + "peak": [ + 222, + 61 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807c/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807c/globe.png new file mode 100644 index 000000000..f695f63ee Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807c/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807c/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807c/heightmap.png new file mode 100644 index 000000000..5bd1ae5c8 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807c/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807c/index.md b/wiki/star-systems/GJ-807/bodies/GJ807c/index.md new file mode 100644 index 000000000..655696e18 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ807c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1138813250 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.804 + period_days: 295.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.66 + oblateness: 0.0038 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.936 + polar_ice_lat: 0.825 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.05 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807c + +Arid planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.66g | +| **Atmosphere** | thick | +| **Land** | 94% | +| **Year** | 295 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807c/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807c/markers.json new file mode 100644 index 000000000..a0e20293f --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807c/markers.json @@ -0,0 +1,310 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 125, + 270 + ], + [ + 126, + 269 + ], + [ + 127, + 270 + ], + [ + 128, + 270 + ], + [ + 129, + 270 + ], + [ + 129, + 271 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 2, + 427 + ], + [ + 3, + 428 + ], + [ + 2, + 428 + ], + [ + 1, + 427 + ], + [ + 0, + 428 + ], + [ + 0, + 429 + ], + [ + 1, + 429 + ], + [ + 0, + 430 + ], + [ + 0, + 431 + ], + [ + 1, + 430 + ], + [ + 2, + 430 + ], + [ + 3, + 431 + ], + [ + 2, + 431 + ], + [ + 1, + 432 + ], + [ + 0, + 433 + ], + [ + 0, + 432 + ], + [ + 1, + 431 + ], + [ + 2, + 432 + ], + [ + 1, + 433 + ], + [ + 0, + 434 + ], + [ + 0, + 435 + ], + [ + 0, + 436 + ], + [ + 1, + 437 + ], + [ + 0, + 437 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 123, + 314 + ], + [ + 122, + 314 + ], + [ + 122, + 315 + ], + [ + 122, + 316 + ], + [ + 121, + 317 + ], + [ + 120, + 318 + ], + [ + 119, + 319 + ], + [ + 118, + 320 + ], + [ + 118, + 321 + ], + [ + 117, + 322 + ], + [ + 118, + 323 + ], + [ + 117, + 324 + ], + [ + 117, + 325 + ], + [ + 117, + 326 + ], + [ + 116, + 327 + ], + [ + 117, + 328 + ], + [ + 116, + 329 + ], + [ + 115, + 330 + ], + [ + 114, + 331 + ], + [ + 113, + 332 + ], + [ + 114, + 332 + ], + [ + 113, + 333 + ], + [ + 113, + 334 + ], + [ + 112, + 335 + ], + [ + 112, + 336 + ], + [ + 113, + 335 + ], + [ + 112, + 334 + ], + [ + 112, + 333 + ], + [ + 112, + 332 + ], + [ + 113, + 331 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 114 + ], + "area_fraction": 0.0559 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 217, + 94 + ], + "peak": [ + 222, + 114 + ], + "area_cells": 7560 + }, + { + "id": "range_2", + "name": null, + "center": [ + 219, + 344 + ], + "peak": [ + 228, + 361 + ], + "area_cells": 10491 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d-1/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807d-1/globe.png new file mode 100644 index 000000000..5ef7d6081 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807d-1/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d-1/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807d-1/heightmap.png new file mode 100644 index 000000000..72a62fc19 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d-1/index.md b/wiki/star-systems/GJ-807/bodies/GJ807d-1/index.md new file mode 100644 index 000000000..39c59eb0e --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4145039529 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.07 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.86 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807d-1 + +Barren moon. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d-1/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807d-1/markers.json new file mode 100644 index 000000000..bc3a15673 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807d-1/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 72, + 377 + ], + "peak": [ + 75, + 375 + ], + "area_cells": 128 + }, + { + "id": "range_3", + "name": null, + "center": [ + 85, + 368 + ], + "peak": [ + 85, + 369 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 150, + 275 + ], + "peak": [ + 151, + 271 + ], + "area_cells": 7267 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 364 + ], + "peak": [ + 95, + 365 + ], + "area_cells": 65 + }, + { + "id": "range_6", + "name": null, + "center": [ + 158, + 437 + ], + "peak": [ + 120, + 459 + ], + "area_cells": 5625 + }, + { + "id": "range_7", + "name": null, + "center": [ + 144, + 111 + ], + "peak": [ + 118, + 110 + ], + "area_cells": 6486 + }, + { + "id": "range_8", + "name": null, + "center": [ + 114, + 510 + ], + "peak": [ + 113, + 511 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 157, + 6 + ], + "peak": [ + 154, + 0 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 212, + 193 + ], + "peak": [ + 218, + 178 + ], + "area_cells": 631 + }, + { + "id": "range_17", + "name": null, + "center": [ + 196, + 245 + ], + "peak": [ + 204, + 246 + ], + "area_cells": 52 + }, + { + "id": "range_21", + "name": null, + "center": [ + 215, + 419 + ], + "peak": [ + 216, + 414 + ], + "area_cells": 156 + }, + { + "id": "range_23", + "name": null, + "center": [ + 214, + 254 + ], + "peak": [ + 212, + 254 + ], + "area_cells": 48 + }, + { + "id": "range_25", + "name": null, + "center": [ + 218, + 122 + ], + "peak": [ + 219, + 124 + ], + "area_cells": 48 + }, + { + "id": "range_26", + "name": null, + "center": [ + 218, + 240 + ], + "peak": [ + 221, + 240 + ], + "area_cells": 37 + }, + { + "id": "range_30", + "name": null, + "center": [ + 224, + 262 + ], + "peak": [ + 223, + 263 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807d/globe.png new file mode 100644 index 000000000..69d0cee5a Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807d/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807d/heightmap.png new file mode 100644 index 000000000..691b64722 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807d/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d/index.md b/wiki/star-systems/GJ-807/bodies/GJ807d/index.md new file mode 100644 index 000000000..986cbdf88 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ807d +name: Pierrevert +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3500029338 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.318 + period_days: 620.0 + axial_tilt_deg: 11.9 +physical: + gravity_g: 0.91 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.943 + polar_ice_lat: 0.775 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers-lakes +clouds: + enabled: true + coverage_base: 0.379 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Pierrevert + +Temperate planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.91g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers-lakes | +| **Land** | 94% | +| **Year** | 620 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | agricultural | +| **Settlement** | concentrated | +| **Industry** | west_reach | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807d/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807d/markers.json new file mode 100644 index 000000000..0cf527a0b --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807d/markers.json @@ -0,0 +1,1052 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 16, + 485 + ], + [ + 16, + 484 + ], + [ + 15, + 484 + ], + [ + 14, + 484 + ], + [ + 15, + 483 + ], + [ + 14, + 482 + ], + [ + 13, + 481 + ], + [ + 12, + 480 + ], + [ + 11, + 479 + ], + [ + 10, + 480 + ], + [ + 9, + 479 + ], + [ + 8, + 478 + ], + [ + 7, + 479 + ], + [ + 6, + 479 + ], + [ + 5, + 478 + ], + [ + 4, + 479 + ], + [ + 3, + 479 + ], + [ + 2, + 479 + ], + [ + 1, + 478 + ], + [ + 0, + 478 + ], + [ + 0, + 477 + ], + [ + 0, + 476 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 110, + 156 + ], + [ + 109, + 155 + ], + [ + 108, + 154 + ], + [ + 107, + 154 + ], + [ + 106, + 153 + ], + [ + 105, + 154 + ], + [ + 104, + 154 + ], + [ + 103, + 155 + ], + [ + 102, + 156 + ], + [ + 101, + 155 + ], + [ + 100, + 154 + ], + [ + 99, + 154 + ], + [ + 98, + 155 + ], + [ + 97, + 154 + ], + [ + 96, + 155 + ], + [ + 95, + 155 + ], + [ + 94, + 155 + ], + [ + 94, + 156 + ], + [ + 93, + 157 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 73, + 335 + ], + [ + 74, + 334 + ], + [ + 75, + 333 + ], + [ + 76, + 332 + ], + [ + 77, + 331 + ], + [ + 78, + 330 + ], + [ + 79, + 329 + ], + [ + 80, + 329 + ], + [ + 81, + 329 + ], + [ + 82, + 328 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 138, + 306 + ], + [ + 137, + 307 + ], + [ + 136, + 308 + ], + [ + 135, + 309 + ], + [ + 134, + 310 + ], + [ + 135, + 311 + ], + [ + 136, + 312 + ], + [ + 135, + 313 + ], + [ + 136, + 314 + ], + [ + 135, + 315 + ], + [ + 135, + 316 + ], + [ + 134, + 317 + ], + [ + 134, + 318 + ], + [ + 133, + 319 + ], + [ + 132, + 320 + ], + [ + 131, + 321 + ], + [ + 130, + 322 + ], + [ + 129, + 323 + ], + [ + 128, + 324 + ], + [ + 128, + 325 + ], + [ + 128, + 326 + ], + [ + 127, + 327 + ], + [ + 127, + 326 + ], + [ + 128, + 327 + ], + [ + 129, + 327 + ], + [ + 129, + 328 + ], + [ + 128, + 328 + ], + [ + 129, + 329 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 234, + 166 + ], + [ + 235, + 167 + ], + [ + 234, + 168 + ], + [ + 233, + 168 + ], + [ + 232, + 169 + ], + [ + 233, + 170 + ], + [ + 232, + 170 + ], + [ + 232, + 171 + ], + [ + 231, + 172 + ], + [ + 230, + 172 + ], + [ + 231, + 171 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 125, + 481 + ], + [ + 126, + 480 + ], + [ + 127, + 479 + ], + [ + 126, + 478 + ], + [ + 125, + 477 + ], + [ + 124, + 476 + ], + [ + 123, + 475 + ], + [ + 122, + 475 + ], + [ + 121, + 474 + ], + [ + 120, + 474 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 60, + 100 + ], + [ + 61, + 99 + ], + [ + 62, + 98 + ], + [ + 63, + 97 + ], + [ + 64, + 96 + ], + [ + 65, + 96 + ], + [ + 66, + 97 + ], + [ + 67, + 96 + ], + [ + 68, + 97 + ], + [ + 69, + 97 + ], + [ + 70, + 96 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 53, + 423 + ], + [ + 52, + 424 + ], + [ + 52, + 425 + ], + [ + 51, + 425 + ], + [ + 50, + 424 + ], + [ + 49, + 424 + ], + [ + 48, + 425 + ], + [ + 47, + 425 + ], + [ + 46, + 424 + ], + [ + 45, + 424 + ], + [ + 44, + 424 + ], + [ + 43, + 424 + ], + [ + 42, + 425 + ], + [ + 41, + 426 + ], + [ + 40, + 427 + ], + [ + 39, + 428 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 175, + 273 + ], + [ + 174, + 272 + ], + [ + 173, + 271 + ], + [ + 172, + 270 + ], + [ + 171, + 269 + ], + [ + 170, + 268 + ], + [ + 169, + 267 + ], + [ + 168, + 266 + ], + [ + 167, + 266 + ], + [ + 168, + 265 + ], + [ + 168, + 264 + ], + [ + 167, + 263 + ], + [ + 167, + 264 + ], + [ + 168, + 263 + ], + [ + 169, + 263 + ], + [ + 169, + 262 + ], + [ + 168, + 262 + ], + [ + 169, + 261 + ], + [ + 170, + 260 + ], + [ + 171, + 259 + ], + [ + 171, + 258 + ], + [ + 172, + 257 + ], + [ + 172, + 256 + ], + [ + 173, + 255 + ], + [ + 173, + 254 + ], + [ + 172, + 253 + ], + [ + 173, + 253 + ], + [ + 173, + 252 + ], + [ + 174, + 251 + ], + [ + 174, + 252 + ], + [ + 173, + 251 + ], + [ + 172, + 252 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 56, + 442 + ], + [ + 55, + 443 + ], + [ + 55, + 444 + ], + [ + 54, + 443 + ], + [ + 53, + 444 + ], + [ + 52, + 445 + ], + [ + 51, + 446 + ], + [ + 50, + 447 + ], + [ + 49, + 448 + ], + [ + 48, + 449 + ], + [ + 47, + 450 + ], + [ + 46, + 451 + ], + [ + 45, + 451 + ], + [ + 44, + 451 + ], + [ + 43, + 451 + ], + [ + 42, + 450 + ], + [ + 41, + 449 + ], + [ + 40, + 448 + ], + [ + 39, + 447 + ], + [ + 38, + 446 + ], + [ + 38, + 445 + ], + [ + 37, + 444 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 237, + 307 + ], + [ + 238, + 306 + ], + [ + 239, + 305 + ], + [ + 240, + 304 + ], + [ + 241, + 303 + ], + [ + 242, + 302 + ], + [ + 243, + 301 + ], + [ + 244, + 302 + ], + [ + 245, + 301 + ], + [ + 246, + 301 + ], + [ + 246, + 300 + ], + [ + 247, + 300 + ], + [ + 248, + 301 + ], + [ + 249, + 300 + ], + [ + 250, + 300 + ], + [ + 251, + 300 + ], + [ + 252, + 299 + ], + [ + 253, + 298 + ], + [ + 254, + 297 + ], + [ + 255, + 297 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 20, + 348 + ], + "area_fraction": 0.0495 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 38, + 189 + ], + "peak": [ + 40, + 190 + ], + "area_cells": 60 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 253 + ], + "peak": [ + 47, + 252 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 289 + ], + "peak": [ + 70, + 281 + ], + "area_cells": 526 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 233 + ], + "peak": [ + 81, + 224 + ], + "area_cells": 773 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 427 + ], + "peak": [ + 168, + 511 + ], + "area_cells": 6973 + }, + { + "id": "range_6", + "name": null, + "center": [ + 98, + 14 + ], + "peak": [ + 98, + 13 + ], + "area_cells": 92 + }, + { + "id": "range_10", + "name": null, + "center": [ + 116, + 231 + ], + "peak": [ + 117, + 231 + ], + "area_cells": 81 + }, + { + "id": "range_11", + "name": null, + "center": [ + 129, + 297 + ], + "peak": [ + 138, + 306 + ], + "area_cells": 576 + }, + { + "id": "range_12", + "name": null, + "center": [ + 131, + 85 + ], + "peak": [ + 131, + 86 + ], + "area_cells": 132 + }, + { + "id": "range_13", + "name": null, + "center": [ + 134, + 230 + ], + "peak": [ + 135, + 231 + ], + "area_cells": 24 + }, + { + "id": "range_14", + "name": null, + "center": [ + 160, + 85 + ], + "peak": [ + 172, + 0 + ], + "area_cells": 5924 + }, + { + "id": "range_15", + "name": null, + "center": [ + 170, + 346 + ], + "peak": [ + 170, + 344 + ], + "area_cells": 249 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-1/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807e-1/globe.png new file mode 100644 index 000000000..996b4a3b7 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807e-1/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-1/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807e-1/heightmap.png new file mode 100644 index 000000000..696433bea Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-1/index.md b/wiki/star-systems/GJ-807/bodies/GJ807e-1/index.md new file mode 100644 index 000000000..83ef5ce06 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1826803088 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 32.6 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.851 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807e-1 + +Barren moon. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 99% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-1/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807e-1/markers.json new file mode 100644 index 000000000..79c5fb9ac --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807e-1/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 322 + ], + "peak": [ + 81, + 351 + ], + "area_cells": 23318 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 486 + ], + "peak": [ + 3, + 486 + ], + "area_cells": 200 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 27 + ], + "peak": [ + 16, + 26 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 25 + ], + "peak": [ + 66, + 23 + ], + "area_cells": 574 + }, + { + "id": "range_8", + "name": null, + "center": [ + 31, + 183 + ], + "peak": [ + 32, + 184 + ], + "area_cells": 37 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 54 + ], + "peak": [ + 51, + 41 + ], + "area_cells": 1519 + }, + { + "id": "range_14", + "name": null, + "center": [ + 53, + 117 + ], + "peak": [ + 53, + 118 + ], + "area_cells": 94 + }, + { + "id": "range_15", + "name": null, + "center": [ + 75, + 146 + ], + "peak": [ + 75, + 146 + ], + "area_cells": 57 + }, + { + "id": "range_18", + "name": null, + "center": [ + 129, + 245 + ], + "peak": [ + 131, + 247 + ], + "area_cells": 252 + }, + { + "id": "range_20", + "name": null, + "center": [ + 138, + 73 + ], + "peak": [ + 139, + 73 + ], + "area_cells": 62 + }, + { + "id": "range_21", + "name": null, + "center": [ + 148, + 3 + ], + "peak": [ + 148, + 0 + ], + "area_cells": 199 + }, + { + "id": "range_22", + "name": null, + "center": [ + 146, + 40 + ], + "peak": [ + 144, + 41 + ], + "area_cells": 55 + }, + { + "id": "range_23", + "name": null, + "center": [ + 147, + 214 + ], + "peak": [ + 148, + 214 + ], + "area_cells": 57 + }, + { + "id": "range_24", + "name": null, + "center": [ + 158, + 347 + ], + "peak": [ + 166, + 344 + ], + "area_cells": 206 + }, + { + "id": "range_25", + "name": null, + "center": [ + 150, + 389 + ], + "peak": [ + 150, + 389 + ], + "area_cells": 51 + }, + { + "id": "range_28", + "name": null, + "center": [ + 177, + 373 + ], + "peak": [ + 174, + 373 + ], + "area_cells": 107 + }, + { + "id": "range_30", + "name": null, + "center": [ + 183, + 509 + ], + "peak": [ + 186, + 511 + ], + "area_cells": 38 + }, + { + "id": "range_31", + "name": null, + "center": [ + 194, + 11 + ], + "peak": [ + 197, + 13 + ], + "area_cells": 246 + }, + { + "id": "range_32", + "name": null, + "center": [ + 195, + 250 + ], + "peak": [ + 196, + 251 + ], + "area_cells": 74 + }, + { + "id": "range_35", + "name": null, + "center": [ + 199, + 489 + ], + "peak": [ + 201, + 490 + ], + "area_cells": 54 + }, + { + "id": "range_37", + "name": null, + "center": [ + 210, + 75 + ], + "peak": [ + 207, + 77 + ], + "area_cells": 79 + }, + { + "id": "range_38", + "name": null, + "center": [ + 219, + 412 + ], + "peak": [ + 220, + 411 + ], + "area_cells": 98 + }, + { + "id": "range_39", + "name": null, + "center": [ + 218, + 431 + ], + "peak": [ + 218, + 431 + ], + "area_cells": 40 + }, + { + "id": "range_40", + "name": null, + "center": [ + 232, + 492 + ], + "peak": [ + 233, + 490 + ], + "area_cells": 113 + }, + { + "id": "range_43", + "name": null, + "center": [ + 247, + 9 + ], + "peak": [ + 243, + 14 + ], + "area_cells": 202 + }, + { + "id": "range_45", + "name": null, + "center": [ + 252, + 506 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-2/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807e-2/globe.png new file mode 100644 index 000000000..a3cba9805 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807e-2/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-2/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807e-2/heightmap.png new file mode 100644 index 000000000..5906916db Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807e-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-2/index.md b/wiki/star-systems/GJ-807/bodies/GJ807e-2/index.md new file mode 100644 index 000000000..0664a58c0 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807e-2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807e-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3620788308 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.183 + period_days: 32.0 + axial_tilt_deg: 42.5 +physical: + gravity_g: 0.07 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.17 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.4 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807e-2 + +Frozen moon. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Land** | 95% | +| **Orbit** | 32 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e-2/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807e-2/markers.json new file mode 100644 index 000000000..feb9bc50a --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807e-2/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 188, + 35 + ], + "area_fraction": 0.0156 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 206, + 127 + ], + "area_fraction": 0.0253 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 103, + 315 + ], + "peak": [ + 76, + 398 + ], + "area_cells": 28660 + }, + { + "id": "range_4", + "name": null, + "center": [ + 86, + 40 + ], + "peak": [ + 87, + 36 + ], + "area_cells": 231 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 8 + ], + "peak": [ + 112, + 5 + ], + "area_cells": 355 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807e/globe.png new file mode 100644 index 000000000..b95545368 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807e/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807e/index.md b/wiki/star-systems/GJ-807/bodies/GJ807e/index.md new file mode 100644 index 000000000..f82da37c8 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ807e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3397811823 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.18 + period_days: 3500.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 2.6 + oblateness: 0.0599 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.302 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.071 +--- + +# GJ807e + +Gas giant. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 3500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807f/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807f/globe.png new file mode 100644 index 000000000..116780dcb Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807f/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807f/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807f/heightmap.png new file mode 100644 index 000000000..0c9a97597 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807f/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807f/index.md b/wiki/star-systems/GJ-807/bodies/GJ807f/index.md new file mode 100644 index 000000000..d9f2c063b --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3781207597 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.961 + period_days: 9200.0 + axial_tilt_deg: 40.4 +physical: + gravity_g: 0.46 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.965 + polar_ice_lat: 0.214 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807f + +Frozen planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Land** | 96% | +| **Year** | 9200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807f/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807f/markers.json new file mode 100644 index 000000000..f954164e6 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807f/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 121, + 11 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 159, + 42 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 6, + 365 + ], + "peak": [ + 0, + 362 + ], + "area_cells": 339 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 122 + ], + "peak": [ + 46, + 121 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 292 + ], + "peak": [ + 61, + 279 + ], + "area_cells": 1722 + }, + { + "id": "range_8", + "name": null, + "center": [ + 116, + 179 + ], + "peak": [ + 116, + 178 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 123, + 199 + ], + "peak": [ + 124, + 192 + ], + "area_cells": 112 + }, + { + "id": "range_10", + "name": null, + "center": [ + 141, + 224 + ], + "peak": [ + 137, + 234 + ], + "area_cells": 474 + }, + { + "id": "range_11", + "name": null, + "center": [ + 199, + 149 + ], + "peak": [ + 184, + 163 + ], + "area_cells": 2744 + }, + { + "id": "range_13", + "name": null, + "center": [ + 206, + 89 + ], + "peak": [ + 207, + 91 + ], + "area_cells": 65 + }, + { + "id": "range_16", + "name": null, + "center": [ + 240, + 116 + ], + "peak": [ + 255, + 104 + ], + "area_cells": 732 + }, + { + "id": "range_17", + "name": null, + "center": [ + 243, + 357 + ], + "peak": [ + 255, + 353 + ], + "area_cells": 2902 + }, + { + "id": "range_20", + "name": null, + "center": [ + 239, + 2 + ], + "peak": [ + 237, + 3 + ], + "area_cells": 51 + }, + { + "id": "range_22", + "name": null, + "center": [ + 243, + 275 + ], + "peak": [ + 235, + 274 + ], + "area_cells": 49 + }, + { + "id": "range_23", + "name": null, + "center": [ + 236, + 24 + ], + "peak": [ + 237, + 23 + ], + "area_cells": 56 + }, + { + "id": "range_25", + "name": null, + "center": [ + 247, + 471 + ], + "peak": [ + 250, + 464 + ], + "area_cells": 267 + }, + { + "id": "range_27", + "name": null, + "center": [ + 252, + 94 + ], + "peak": [ + 255, + 96 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807g/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807g/globe.png new file mode 100644 index 000000000..5a5889752 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807g/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807g/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807g/heightmap.png new file mode 100644 index 000000000..3d28e66d2 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807g/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807g/index.md b/wiki/star-systems/GJ-807/bodies/GJ807g/index.md new file mode 100644 index 000000000..c683af66c --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 26772583 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 44.0 +physical: + gravity_g: 0.08 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.132 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.439 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807g + +Frozen planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 93% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807g/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807g/markers.json new file mode 100644 index 000000000..fcff23925 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807g/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 171, + 271 + ], + "area_fraction": 0.01 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 178, + 176 + ], + "area_fraction": 0.006 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 240, + 57 + ], + "area_fraction": 0.0118 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 14 + ], + "peak": [ + 25, + 16 + ], + "area_cells": 764 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 502 + ], + "peak": [ + 18, + 506 + ], + "area_cells": 244 + }, + { + "id": "range_4", + "name": null, + "center": [ + 49, + 337 + ], + "peak": [ + 50, + 348 + ], + "area_cells": 958 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 26 + ], + "peak": [ + 101, + 38 + ], + "area_cells": 1541 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 336 + ], + "peak": [ + 92, + 337 + ], + "area_cells": 74 + }, + { + "id": "range_7", + "name": null, + "center": [ + 156, + 386 + ], + "peak": [ + 137, + 376 + ], + "area_cells": 12709 + }, + { + "id": "range_8", + "name": null, + "center": [ + 109, + 494 + ], + "peak": [ + 112, + 495 + ], + "area_cells": 1018 + }, + { + "id": "range_9", + "name": null, + "center": [ + 97, + 273 + ], + "peak": [ + 102, + 274 + ], + "area_cells": 42 + }, + { + "id": "range_11", + "name": null, + "center": [ + 122, + 142 + ], + "peak": [ + 122, + 142 + ], + "area_cells": 68 + }, + { + "id": "range_17", + "name": null, + "center": [ + 179, + 29 + ], + "peak": [ + 180, + 30 + ], + "area_cells": 87 + }, + { + "id": "range_18", + "name": null, + "center": [ + 191, + 105 + ], + "peak": [ + 191, + 99 + ], + "area_cells": 580 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807h/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807h/globe.png new file mode 100644 index 000000000..e6fec8f89 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807h/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807h/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807h/heightmap.png new file mode 100644 index 000000000..5495beda3 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807h/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807h/index.md b/wiki/star-systems/GJ-807/bodies/GJ807h/index.md new file mode 100644 index 000000000..26873d949 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1844164536 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.948 + period_days: 48000.0 + axial_tilt_deg: 17.6 +physical: + gravity_g: 0.05 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.162 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807h + +Frozen planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Land** | 96% | +| **Year** | 48000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807h/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807h/markers.json new file mode 100644 index 000000000..f0158ed95 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807h/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 26, + 470 + ], + "area_fraction": 0.0227 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 196, + 242 + ], + "peak": [ + 165, + 144 + ], + "area_cells": 52223 + }, + { + "id": "range_4", + "name": null, + "center": [ + 126, + 220 + ], + "peak": [ + 127, + 221 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 146, + 21 + ], + "peak": [ + 149, + 25 + ], + "area_cells": 175 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-807/bodies/GJ807i/globe.png b/wiki/star-systems/GJ-807/bodies/GJ807i/globe.png new file mode 100644 index 000000000..75e185c3c Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807i/globe.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807i/heightmap.png b/wiki/star-systems/GJ-807/bodies/GJ807i/heightmap.png new file mode 100644 index 000000000..d85351fa0 Binary files /dev/null and b/wiki/star-systems/GJ-807/bodies/GJ807i/heightmap.png differ diff --git a/wiki/star-systems/GJ-807/bodies/GJ807i/index.md b/wiki/star-systems/GJ-807/bodies/GJ807i/index.md new file mode 100644 index 000000000..1fecd97ce --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ807i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1239212467 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 36.952 + period_days: 92000.0 + axial_tilt_deg: 16.1 +physical: + gravity_g: 0.04 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.916 + polar_ice_lat: 0.062 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.223 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ807i + +Frozen planet. + +**System:** [GJ-807](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Land** | 92% | +| **Year** | 92000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-807/bodies/GJ807i/markers.json b/wiki/star-systems/GJ-807/bodies/GJ807i/markers.json new file mode 100644 index 000000000..1f31e5219 --- /dev/null +++ b/wiki/star-systems/GJ-807/bodies/GJ807i/markers.json @@ -0,0 +1,312 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 73, + 215 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 107, + 18 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 111, + 481 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 111, + 336 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 149, + 404 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 36 + ], + "peak": [ + 24, + 0 + ], + "area_cells": 3060 + }, + { + "id": "range_2", + "name": null, + "center": [ + 27, + 406 + ], + "peak": [ + 0, + 446 + ], + "area_cells": 9770 + }, + { + "id": "range_4", + "name": null, + "center": [ + 47, + 44 + ], + "peak": [ + 48, + 44 + ], + "area_cells": 37 + }, + { + "id": "range_6", + "name": null, + "center": [ + 65, + 87 + ], + "peak": [ + 64, + 88 + ], + "area_cells": 41 + }, + { + "id": "range_7", + "name": null, + "center": [ + 63, + 41 + ], + "peak": [ + 63, + 41 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 69, + 436 + ], + "peak": [ + 70, + 439 + ], + "area_cells": 147 + }, + { + "id": "range_11", + "name": null, + "center": [ + 84, + 89 + ], + "peak": [ + 85, + 91 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 157, + 110 + ], + "peak": [ + 157, + 110 + ], + "area_cells": 22 + }, + { + "id": "range_13", + "name": null, + "center": [ + 198, + 282 + ], + "peak": [ + 197, + 309 + ], + "area_cells": 3282 + }, + { + "id": "range_14", + "name": null, + "center": [ + 180, + 396 + ], + "peak": [ + 178, + 406 + ], + "area_cells": 469 + }, + { + "id": "range_17", + "name": null, + "center": [ + 195, + 429 + ], + "peak": [ + 197, + 429 + ], + "area_cells": 135 + }, + { + "id": "range_19", + "name": null, + "center": [ + 204, + 345 + ], + "peak": [ + 204, + 348 + ], + "area_cells": 99 + }, + { + "id": "range_25", + "name": null, + "center": [ + 220, + 361 + ], + "peak": [ + 219, + 365 + ], + "area_cells": 53 + }, + { + "id": "range_26", + "name": null, + "center": [ + 221, + 397 + ], + "peak": [ + 221, + 393 + ], + "area_cells": 60 + }, + { + "id": "range_27", + "name": null, + "center": [ + 235, + 306 + ], + "peak": [ + 231, + 306 + ], + "area_cells": 52 + }, + { + "id": "range_28", + "name": null, + "center": [ + 238, + 358 + ], + "peak": [ + 238, + 353 + ], + "area_cells": 219 + }, + { + "id": "range_29", + "name": null, + "center": [ + 233, + 296 + ], + "peak": [ + 231, + 296 + ], + "area_cells": 20 + }, + { + "id": "range_30", + "name": null, + "center": [ + 235, + 322 + ], + "peak": [ + 242, + 322 + ], + "area_cells": 26 + }, + { + "id": "range_32", + "name": null, + "center": [ + 253, + 315 + ], + "peak": [ + 253, + 318 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ809b/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809b/globe.png new file mode 100644 index 000000000..85b94d2eb Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809b/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809b/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809b/heightmap.png new file mode 100644 index 000000000..c3ee06732 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809b/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809b/index.md b/wiki/star-systems/GJ-809/bodies/GJ809b/index.md new file mode 100644 index 000000000..6eaba3f04 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ809b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3319011352 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 3.2 +physical: + gravity_g: 0.32 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.943 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ809b + +Barren planet. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809b/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809b/markers.json new file mode 100644 index 000000000..dddf10d9a --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809b/markers.json @@ -0,0 +1,521 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 28 + ], + "peak": [ + 33, + 29 + ], + "area_cells": 715 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 186 + ], + "peak": [ + 6, + 183 + ], + "area_cells": 267 + }, + { + "id": "range_4", + "name": null, + "center": [ + 18, + 351 + ], + "peak": [ + 3, + 345 + ], + "area_cells": 4346 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 493 + ], + "peak": [ + 17, + 485 + ], + "area_cells": 426 + }, + { + "id": "range_8", + "name": null, + "center": [ + 30, + 435 + ], + "peak": [ + 41, + 444 + ], + "area_cells": 488 + }, + { + "id": "range_10", + "name": null, + "center": [ + 29, + 211 + ], + "peak": [ + 25, + 209 + ], + "area_cells": 63 + }, + { + "id": "range_15", + "name": null, + "center": [ + 32, + 267 + ], + "peak": [ + 27, + 268 + ], + "area_cells": 48 + }, + { + "id": "range_18", + "name": null, + "center": [ + 41, + 44 + ], + "peak": [ + 41, + 44 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 39, + 181 + ], + "peak": [ + 39, + 181 + ], + "area_cells": 34 + }, + { + "id": "range_23", + "name": null, + "center": [ + 41, + 67 + ], + "peak": [ + 41, + 67 + ], + "area_cells": 20 + }, + { + "id": "range_24", + "name": null, + "center": [ + 45, + 193 + ], + "peak": [ + 47, + 194 + ], + "area_cells": 59 + }, + { + "id": "range_27", + "name": null, + "center": [ + 50, + 488 + ], + "peak": [ + 51, + 493 + ], + "area_cells": 244 + }, + { + "id": "range_29", + "name": null, + "center": [ + 61, + 230 + ], + "peak": [ + 57, + 217 + ], + "area_cells": 355 + }, + { + "id": "range_30", + "name": null, + "center": [ + 53, + 504 + ], + "peak": [ + 50, + 506 + ], + "area_cells": 29 + }, + { + "id": "range_37", + "name": null, + "center": [ + 73, + 201 + ], + "peak": [ + 75, + 202 + ], + "area_cells": 58 + }, + { + "id": "range_39", + "name": null, + "center": [ + 80, + 266 + ], + "peak": [ + 82, + 262 + ], + "area_cells": 106 + }, + { + "id": "range_41", + "name": null, + "center": [ + 99, + 385 + ], + "peak": [ + 97, + 399 + ], + "area_cells": 348 + }, + { + "id": "range_42", + "name": null, + "center": [ + 103, + 509 + ], + "peak": [ + 103, + 511 + ], + "area_cells": 49 + }, + { + "id": "range_43", + "name": null, + "center": [ + 104, + 1 + ], + "peak": [ + 104, + 0 + ], + "area_cells": 37 + }, + { + "id": "range_44", + "name": null, + "center": [ + 115, + 432 + ], + "peak": [ + 116, + 433 + ], + "area_cells": 125 + }, + { + "id": "range_45", + "name": null, + "center": [ + 120, + 78 + ], + "peak": [ + 124, + 79 + ], + "area_cells": 72 + }, + { + "id": "range_47", + "name": null, + "center": [ + 130, + 502 + ], + "peak": [ + 130, + 502 + ], + "area_cells": 150 + }, + { + "id": "range_48", + "name": null, + "center": [ + 179, + 407 + ], + "peak": [ + 167, + 417 + ], + "area_cells": 2232 + }, + { + "id": "range_50", + "name": null, + "center": [ + 168, + 62 + ], + "peak": [ + 178, + 67 + ], + "area_cells": 1299 + }, + { + "id": "range_53", + "name": null, + "center": [ + 141, + 11 + ], + "peak": [ + 142, + 11 + ], + "area_cells": 61 + }, + { + "id": "range_54", + "name": null, + "center": [ + 174, + 447 + ], + "peak": [ + 179, + 448 + ], + "area_cells": 919 + }, + { + "id": "range_58", + "name": null, + "center": [ + 158, + 107 + ], + "peak": [ + 158, + 108 + ], + "area_cells": 182 + }, + { + "id": "range_59", + "name": null, + "center": [ + 180, + 483 + ], + "peak": [ + 173, + 480 + ], + "area_cells": 349 + }, + { + "id": "range_60", + "name": null, + "center": [ + 181, + 363 + ], + "peak": [ + 183, + 369 + ], + "area_cells": 164 + }, + { + "id": "range_61", + "name": null, + "center": [ + 190, + 21 + ], + "peak": [ + 195, + 27 + ], + "area_cells": 708 + }, + { + "id": "range_63", + "name": null, + "center": [ + 190, + 101 + ], + "peak": [ + 191, + 104 + ], + "area_cells": 139 + }, + { + "id": "range_65", + "name": null, + "center": [ + 188, + 146 + ], + "peak": [ + 189, + 146 + ], + "area_cells": 44 + }, + { + "id": "range_70", + "name": null, + "center": [ + 222, + 392 + ], + "peak": [ + 230, + 395 + ], + "area_cells": 273 + }, + { + "id": "range_73", + "name": null, + "center": [ + 206, + 135 + ], + "peak": [ + 207, + 136 + ], + "area_cells": 20 + }, + { + "id": "range_74", + "name": null, + "center": [ + 213, + 324 + ], + "peak": [ + 212, + 325 + ], + "area_cells": 56 + }, + { + "id": "range_75", + "name": null, + "center": [ + 221, + 51 + ], + "peak": [ + 223, + 50 + ], + "area_cells": 98 + }, + { + "id": "range_76", + "name": null, + "center": [ + 213, + 356 + ], + "peak": [ + 215, + 356 + ], + "area_cells": 104 + }, + { + "id": "range_77", + "name": null, + "center": [ + 209, + 114 + ], + "peak": [ + 210, + 115 + ], + "area_cells": 24 + }, + { + "id": "range_79", + "name": null, + "center": [ + 223, + 21 + ], + "peak": [ + 224, + 22 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-809/bodies/GJ809c/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809c/globe.png new file mode 100644 index 000000000..e492515af Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809c/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809c/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809c/heightmap.png new file mode 100644 index 000000000..6be498275 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809c/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809c/index.md b/wiki/star-systems/GJ-809/bodies/GJ809c/index.md new file mode 100644 index 000000000..eb63865e4 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ809c +name: Standort +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 2849379512 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 2.2 +physical: + gravity_g: 0.84 + oblateness: 0.0033 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.621 + polar_ice_lat: 0.748 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.442 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Standort + +Temperate Terminator planet. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | component_fabrication | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809c/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809c/markers.json new file mode 100644 index 000000000..fdce5e104 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809c/markers.json @@ -0,0 +1,606 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 144, + 40 + ], + [ + 145, + 41 + ], + [ + 146, + 40 + ], + [ + 146, + 41 + ], + [ + 147, + 41 + ], + [ + 148, + 42 + ], + [ + 149, + 43 + ], + [ + 150, + 44 + ], + [ + 151, + 45 + ], + [ + 152, + 46 + ], + [ + 153, + 47 + ], + [ + 153, + 48 + ], + [ + 154, + 49 + ], + [ + 153, + 50 + ], + [ + 154, + 51 + ], + [ + 154, + 52 + ], + [ + 155, + 53 + ], + [ + 155, + 54 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 29, + 355 + ], + [ + 30, + 354 + ], + [ + 31, + 353 + ], + [ + 32, + 352 + ], + [ + 33, + 351 + ], + [ + 34, + 350 + ], + [ + 35, + 350 + ], + [ + 36, + 351 + ], + [ + 37, + 352 + ], + [ + 37, + 353 + ], + [ + 36, + 353 + ], + [ + 37, + 354 + ], + [ + 36, + 355 + ], + [ + 36, + 356 + ], + [ + 37, + 355 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 254, + 479 + ], + [ + 255, + 479 + ], + [ + 255, + 478 + ], + [ + 254, + 478 + ], + [ + 255, + 477 + ], + [ + 254, + 477 + ], + [ + 254, + 476 + ], + [ + 255, + 476 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 101, + 438 + ], + [ + 100, + 439 + ], + [ + 99, + 440 + ], + [ + 98, + 441 + ], + [ + 97, + 441 + ], + [ + 97, + 442 + ], + [ + 97, + 443 + ], + [ + 97, + 444 + ], + [ + 96, + 445 + ], + [ + 97, + 445 + ], + [ + 96, + 444 + ], + [ + 96, + 443 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 111, + 192 + ], + [ + 112, + 191 + ], + [ + 113, + 191 + ], + [ + 114, + 191 + ], + [ + 115, + 190 + ], + [ + 116, + 189 + ], + [ + 117, + 188 + ], + [ + 118, + 187 + ], + [ + 119, + 186 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 19, + 424 + ], + [ + 18, + 425 + ], + [ + 17, + 424 + ], + [ + 17, + 423 + ], + [ + 17, + 422 + ], + [ + 16, + 422 + ], + [ + 17, + 421 + ], + [ + 16, + 421 + ], + [ + 16, + 420 + ], + [ + 15, + 419 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 180, + 367 + ], + [ + 179, + 368 + ], + [ + 179, + 369 + ], + [ + 178, + 370 + ], + [ + 178, + 371 + ], + [ + 179, + 372 + ], + [ + 178, + 373 + ], + [ + 179, + 374 + ], + [ + 179, + 375 + ], + [ + 178, + 374 + ], + [ + 177, + 375 + ], + [ + 178, + 376 + ], + [ + 179, + 376 + ], + [ + 180, + 377 + ], + [ + 180, + 376 + ], + [ + 181, + 375 + ], + [ + 181, + 376 + ], + [ + 181, + 377 + ], + [ + 182, + 378 + ], + [ + 181, + 378 + ], + [ + 181, + 379 + ], + [ + 182, + 380 + ], + [ + 183, + 380 + ], + [ + 184, + 381 + ], + [ + 184, + 382 + ], + [ + 184, + 383 + ], + [ + 185, + 384 + ], + [ + 186, + 385 + ], + [ + 187, + 384 + ], + [ + 188, + 385 + ], + [ + 189, + 385 + ], + [ + 189, + 384 + ], + [ + 188, + 384 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 12, + 146 + ], + "area_fraction": 0.0356 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 28, + 374 + ], + "area_fraction": 0.0768 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 136, + 403 + ], + "area_fraction": 0.0568 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 175, + 145 + ], + "area_fraction": 0.1799 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 188, + 475 + ], + "area_fraction": 0.0131 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 494 + ], + "peak": [ + 64, + 506 + ], + "area_cells": 676 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 4 + ], + "peak": [ + 79, + 0 + ], + "area_cells": 132 + }, + { + "id": "range_3", + "name": null, + "center": [ + 74, + 203 + ], + "peak": [ + 78, + 216 + ], + "area_cells": 558 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 303 + ], + "peak": [ + 104, + 330 + ], + "area_cells": 2752 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 32 + ], + "peak": [ + 90, + 10 + ], + "area_cells": 616 + }, + { + "id": "range_7", + "name": null, + "center": [ + 241, + 212 + ], + "peak": [ + 241, + 217 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-809/bodies/GJ809d/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809d/globe.png new file mode 100644 index 000000000..4d888c1d3 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809d/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809d/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809d/heightmap.png new file mode 100644 index 000000000..17fa1ec97 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809d/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809d/index.md b/wiki/star-systems/GJ-809/bodies/GJ809d/index.md new file mode 100644 index 000000000..02a831786 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ809d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3139582482 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.61 + period_days: 260.0 + axial_tilt_deg: 35.2 +physical: + gravity_g: 0.48 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.91 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.422 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ809d + +Frozen planet. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809d/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809d/markers.json new file mode 100644 index 000000000..eaec26cb9 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809d/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 32, + 355 + ], + [ + 31, + 354 + ], + [ + 31, + 353 + ], + [ + 30, + 352 + ], + [ + 30, + 351 + ], + [ + 29, + 350 + ], + [ + 28, + 349 + ], + [ + 27, + 348 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 134 + ], + "area_fraction": 0.0686 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 12, + 342 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 154, + 369 + ], + "peak": [ + 149, + 363 + ], + "area_cells": 4524 + }, + { + "id": "range_2", + "name": null, + "center": [ + 164, + 100 + ], + "peak": [ + 164, + 91 + ], + "area_cells": 5105 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 486 + ], + "peak": [ + 150, + 486 + ], + "area_cells": 120 + }, + { + "id": "range_6", + "name": null, + "center": [ + 164, + 198 + ], + "peak": [ + 164, + 197 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 178, + 504 + ], + "peak": [ + 177, + 505 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-809/bodies/GJ809e-m1/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/globe.png new file mode 100644 index 000000000..af6e3cc71 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809e-m1/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/heightmap.png new file mode 100644 index 000000000..bc0b600a0 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809e-m1/index.md b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/index.md new file mode 100644 index 000000000..268f93eed --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ809e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2541184959 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 56.8 +physical: + gravity_g: 0.11 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.44 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ809e-m1 + +Frozen moon. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 93% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809e-m1/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/markers.json new file mode 100644 index 000000000..79d123a6d --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809e-m1/markers.json @@ -0,0 +1,354 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 17, + 64 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 14, + 341 + ], + "area_fraction": 0.0099 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 13, + 391 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 196, + 429 + ], + "area_fraction": 0.0101 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 452 + ], + "peak": [ + 59, + 438 + ], + "area_cells": 1565 + }, + { + "id": "range_2", + "name": null, + "center": [ + 90, + 289 + ], + "peak": [ + 126, + 307 + ], + "area_cells": 2530 + }, + { + "id": "range_4", + "name": null, + "center": [ + 103, + 412 + ], + "peak": [ + 118, + 455 + ], + "area_cells": 5099 + }, + { + "id": "range_5", + "name": null, + "center": [ + 85, + 85 + ], + "peak": [ + 95, + 89 + ], + "area_cells": 368 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 39 + ], + "peak": [ + 85, + 42 + ], + "area_cells": 655 + }, + { + "id": "range_7", + "name": null, + "center": [ + 93, + 4 + ], + "peak": [ + 101, + 0 + ], + "area_cells": 134 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 328 + ], + "peak": [ + 98, + 329 + ], + "area_cells": 49 + }, + { + "id": "range_10", + "name": null, + "center": [ + 102, + 53 + ], + "peak": [ + 102, + 54 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 122, + 252 + ], + "peak": [ + 124, + 254 + ], + "area_cells": 312 + }, + { + "id": "range_13", + "name": null, + "center": [ + 114, + 219 + ], + "peak": [ + 114, + 219 + ], + "area_cells": 49 + }, + { + "id": "range_15", + "name": null, + "center": [ + 124, + 355 + ], + "peak": [ + 127, + 357 + ], + "area_cells": 155 + }, + { + "id": "range_17", + "name": null, + "center": [ + 130, + 508 + ], + "peak": [ + 131, + 511 + ], + "area_cells": 29 + }, + { + "id": "range_20", + "name": null, + "center": [ + 150, + 407 + ], + "peak": [ + 150, + 410 + ], + "area_cells": 64 + }, + { + "id": "range_22", + "name": null, + "center": [ + 212, + 321 + ], + "peak": [ + 230, + 346 + ], + "area_cells": 4975 + }, + { + "id": "range_23", + "name": null, + "center": [ + 203, + 138 + ], + "peak": [ + 197, + 142 + ], + "area_cells": 2192 + }, + { + "id": "range_25", + "name": null, + "center": [ + 209, + 488 + ], + "peak": [ + 208, + 486 + ], + "area_cells": 61 + }, + { + "id": "range_26", + "name": null, + "center": [ + 210, + 230 + ], + "peak": [ + 210, + 230 + ], + "area_cells": 23 + }, + { + "id": "range_28", + "name": null, + "center": [ + 217, + 15 + ], + "peak": [ + 219, + 16 + ], + "area_cells": 44 + }, + { + "id": "range_30", + "name": null, + "center": [ + 228, + 67 + ], + "peak": [ + 229, + 66 + ], + "area_cells": 71 + }, + { + "id": "range_33", + "name": null, + "center": [ + 248, + 19 + ], + "peak": [ + 248, + 20 + ], + "area_cells": 304 + }, + { + "id": "range_34", + "name": null, + "center": [ + 248, + 139 + ], + "peak": [ + 245, + 133 + ], + "area_cells": 199 + }, + { + "id": "range_36", + "name": null, + "center": [ + 250, + 422 + ], + "peak": [ + 251, + 434 + ], + "area_cells": 415 + }, + { + "id": "range_38", + "name": null, + "center": [ + 250, + 507 + ], + "peak": [ + 250, + 509 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-809/bodies/GJ809e/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809e/globe.png new file mode 100644 index 000000000..726b8ee35 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809e/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809e/index.md b/wiki/star-systems/GJ-809/bodies/GJ809e/index.md new file mode 100644 index 000000000..dbf97a477 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ809e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2980375897 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.268 + period_days: 780.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: null + oblateness: 0.0852 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.341 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.069 +--- + +# GJ809e + +Gas giant. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809f/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809f/globe.png new file mode 100644 index 000000000..f484fcffc Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809f/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809f/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809f/heightmap.png new file mode 100644 index 000000000..56e5023d7 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809f/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809f/index.md b/wiki/star-systems/GJ-809/bodies/GJ809f/index.md new file mode 100644 index 000000000..09cd99eec --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ809f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2650869658 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.36 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.801 + polar_ice_lat: 0.141 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ809f + +Frozen planet. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809f/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809f/markers.json new file mode 100644 index 000000000..e7a7e54d1 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809f/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 52 + ], + "area_fraction": 0.0291 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 29, + 234 + ], + "area_fraction": 0.0838 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 29, + 450 + ], + "area_fraction": 0.055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 177, + 128 + ], + "peak": [ + 134, + 74 + ], + "area_cells": 26498 + }, + { + "id": "range_2", + "name": null, + "center": [ + 111, + 198 + ], + "peak": [ + 109, + 193 + ], + "area_cells": 210 + }, + { + "id": "range_3", + "name": null, + "center": [ + 186, + 465 + ], + "peak": [ + 219, + 494 + ], + "area_cells": 9677 + }, + { + "id": "range_9", + "name": null, + "center": [ + 219, + 360 + ], + "peak": [ + 217, + 360 + ], + "area_cells": 129 + }, + { + "id": "range_12", + "name": null, + "center": [ + 238, + 345 + ], + "peak": [ + 234, + 349 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-809/bodies/GJ809g/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809g/globe.png new file mode 100644 index 000000000..b5354a2dd Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809g/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809g/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809g/heightmap.png new file mode 100644 index 000000000..7951816eb Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809g/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809g/index.md b/wiki/star-systems/GJ-809/bodies/GJ809g/index.md new file mode 100644 index 000000000..766d2e789 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ809g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3672956323 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.492 + period_days: 5200.0 + axial_tilt_deg: 49.7 +physical: + gravity_g: 0.27 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.82 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ809g + +Frozen planet. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.27g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809g/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809g/markers.json new file mode 100644 index 000000000..0adea84f5 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809g/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 29, + 62 + ], + "area_fraction": 0.0578 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 34, + 400 + ], + "area_fraction": 0.1039 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 31, + 281 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 80, + 79 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 235 + ], + "peak": [ + 78, + 234 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 97, + 137 + ], + "peak": [ + 97, + 139 + ], + "area_cells": 43 + }, + { + "id": "range_4", + "name": null, + "center": [ + 110, + 279 + ], + "peak": [ + 108, + 279 + ], + "area_cells": 143 + }, + { + "id": "range_5", + "name": null, + "center": [ + 114, + 15 + ], + "peak": [ + 113, + 17 + ], + "area_cells": 169 + }, + { + "id": "range_6", + "name": null, + "center": [ + 112, + 487 + ], + "peak": [ + 112, + 485 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 196, + 267 + ], + "peak": [ + 219, + 360 + ], + "area_cells": 37069 + }, + { + "id": "range_8", + "name": null, + "center": [ + 142, + 235 + ], + "peak": [ + 148, + 244 + ], + "area_cells": 817 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 489 + ], + "peak": [ + 124, + 497 + ], + "area_cells": 234 + }, + { + "id": "range_11", + "name": null, + "center": [ + 140, + 466 + ], + "peak": [ + 140, + 468 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-809/bodies/GJ809h/globe.png b/wiki/star-systems/GJ-809/bodies/GJ809h/globe.png new file mode 100644 index 000000000..8cfcb91c9 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809h/globe.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809h/heightmap.png b/wiki/star-systems/GJ-809/bodies/GJ809h/heightmap.png new file mode 100644 index 000000000..00d8e1b58 Binary files /dev/null and b/wiki/star-systems/GJ-809/bodies/GJ809h/heightmap.png differ diff --git a/wiki/star-systems/GJ-809/bodies/GJ809h/index.md b/wiki/star-systems/GJ-809/bodies/GJ809h/index.md new file mode 100644 index 000000000..32aaa2023 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ809h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3689280423 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 7.757 + period_days: 11800.0 + axial_tilt_deg: 35.0 +physical: + gravity_g: 0.11 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.087 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ809h + +Frozen planet. + +**System:** [GJ-809](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 11800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-809/bodies/GJ809h/markers.json b/wiki/star-systems/GJ-809/bodies/GJ809h/markers.json new file mode 100644 index 000000000..78aed88f6 --- /dev/null +++ b/wiki/star-systems/GJ-809/bodies/GJ809h/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 279 + ], + "area_fraction": 0.0498 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 201, + 147 + ], + "area_fraction": 0.052 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 223, + 390 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 107, + 114 + ], + "peak": [ + 78, + 17 + ], + "area_cells": 10266 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 350 + ], + "peak": [ + 108, + 391 + ], + "area_cells": 5042 + }, + { + "id": "range_3", + "name": null, + "center": [ + 79, + 508 + ], + "peak": [ + 79, + 511 + ], + "area_cells": 78 + }, + { + "id": "range_4", + "name": null, + "center": [ + 81, + 236 + ], + "peak": [ + 80, + 236 + ], + "area_cells": 94 + }, + { + "id": "range_10", + "name": null, + "center": [ + 136, + 332 + ], + "peak": [ + 136, + 333 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 163, + 474 + ], + "peak": [ + 165, + 477 + ], + "area_cells": 518 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ820Bb/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/globe.png new file mode 100644 index 000000000..6c9c24270 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bb/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/heightmap.png new file mode 100644 index 000000000..6d24ddfc4 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bb/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/index.md new file mode 100644 index 000000000..5a832dc83 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ820Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2175236794 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 9.8 +physical: + gravity_g: 0.25 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.942 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bb + +Barren planet. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.25g | +| **Land** | 99% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bb/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/markers.json new file mode 100644 index 000000000..1eda28698 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bb/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 12 + ], + "peak": [ + 5, + 13 + ], + "area_cells": 243 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 121 + ], + "peak": [ + 1, + 126 + ], + "area_cells": 79 + }, + { + "id": "range_5", + "name": null, + "center": [ + 7, + 131 + ], + "peak": [ + 3, + 130 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 26, + 227 + ], + "peak": [ + 23, + 228 + ], + "area_cells": 23 + }, + { + "id": "range_10", + "name": null, + "center": [ + 28, + 85 + ], + "peak": [ + 27, + 87 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 52, + 239 + ], + "peak": [ + 64, + 219 + ], + "area_cells": 1708 + }, + { + "id": "range_14", + "name": null, + "center": [ + 34, + 285 + ], + "peak": [ + 33, + 286 + ], + "area_cells": 67 + }, + { + "id": "range_18", + "name": null, + "center": [ + 48, + 306 + ], + "peak": [ + 42, + 309 + ], + "area_cells": 176 + }, + { + "id": "range_19", + "name": null, + "center": [ + 40, + 326 + ], + "peak": [ + 39, + 326 + ], + "area_cells": 35 + }, + { + "id": "range_22", + "name": null, + "center": [ + 47, + 81 + ], + "peak": [ + 46, + 82 + ], + "area_cells": 20 + }, + { + "id": "range_23", + "name": null, + "center": [ + 56, + 335 + ], + "peak": [ + 62, + 337 + ], + "area_cells": 96 + }, + { + "id": "range_24", + "name": null, + "center": [ + 54, + 287 + ], + "peak": [ + 56, + 287 + ], + "area_cells": 42 + }, + { + "id": "range_28", + "name": null, + "center": [ + 57, + 96 + ], + "peak": [ + 57, + 97 + ], + "area_cells": 23 + }, + { + "id": "range_29", + "name": null, + "center": [ + 66, + 363 + ], + "peak": [ + 70, + 372 + ], + "area_cells": 221 + }, + { + "id": "range_30", + "name": null, + "center": [ + 178, + 93 + ], + "peak": [ + 168, + 96 + ], + "area_cells": 16633 + }, + { + "id": "range_32", + "name": null, + "center": [ + 73, + 246 + ], + "peak": [ + 72, + 246 + ], + "area_cells": 22 + }, + { + "id": "range_34", + "name": null, + "center": [ + 96, + 231 + ], + "peak": [ + 98, + 232 + ], + "area_cells": 66 + }, + { + "id": "range_35", + "name": null, + "center": [ + 102, + 360 + ], + "peak": [ + 102, + 359 + ], + "area_cells": 48 + }, + { + "id": "range_36", + "name": null, + "center": [ + 110, + 1 + ], + "peak": [ + 116, + 2 + ], + "area_cells": 66 + }, + { + "id": "range_37", + "name": null, + "center": [ + 122, + 395 + ], + "peak": [ + 125, + 405 + ], + "area_cells": 1137 + }, + { + "id": "range_38", + "name": null, + "center": [ + 106, + 447 + ], + "peak": [ + 105, + 448 + ], + "area_cells": 33 + }, + { + "id": "range_39", + "name": null, + "center": [ + 215, + 377 + ], + "peak": [ + 215, + 340 + ], + "area_cells": 15174 + }, + { + "id": "range_40", + "name": null, + "center": [ + 145, + 299 + ], + "peak": [ + 147, + 301 + ], + "area_cells": 38 + }, + { + "id": "range_41", + "name": null, + "center": [ + 164, + 386 + ], + "peak": [ + 161, + 373 + ], + "area_cells": 620 + }, + { + "id": "range_44", + "name": null, + "center": [ + 184, + 428 + ], + "peak": [ + 182, + 430 + ], + "area_cells": 36 + }, + { + "id": "range_48", + "name": null, + "center": [ + 208, + 186 + ], + "peak": [ + 208, + 188 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/globe.png new file mode 100644 index 000000000..ab5632e58 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/heightmap.png new file mode 100644 index 000000000..ab10b6870 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/index.md new file mode 100644 index 000000000..b98ee94bf --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ820Bc-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2665027142 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 2.1 +physical: + gravity_g: 0.06 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.979 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bc-1 + +Barren moon. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 97% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/markers.json new file mode 100644 index 000000000..3d97557ee --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bc-1/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 507 + ], + "peak": [ + 63, + 508 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 364 + ], + "peak": [ + 114, + 337 + ], + "area_cells": 6611 + }, + { + "id": "range_7", + "name": null, + "center": [ + 120, + 102 + ], + "peak": [ + 121, + 105 + ], + "area_cells": 90 + }, + { + "id": "range_8", + "name": null, + "center": [ + 129, + 155 + ], + "peak": [ + 126, + 156 + ], + "area_cells": 172 + }, + { + "id": "range_9", + "name": null, + "center": [ + 162, + 242 + ], + "peak": [ + 189, + 231 + ], + "area_cells": 2290 + }, + { + "id": "range_10", + "name": null, + "center": [ + 150, + 120 + ], + "peak": [ + 151, + 122 + ], + "area_cells": 219 + }, + { + "id": "range_11", + "name": null, + "center": [ + 155, + 454 + ], + "peak": [ + 157, + 454 + ], + "area_cells": 125 + }, + { + "id": "range_12", + "name": null, + "center": [ + 158, + 83 + ], + "peak": [ + 156, + 79 + ], + "area_cells": 49 + }, + { + "id": "range_13", + "name": null, + "center": [ + 181, + 482 + ], + "peak": [ + 191, + 469 + ], + "area_cells": 1286 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 289 + ], + "peak": [ + 162, + 290 + ], + "area_cells": 59 + }, + { + "id": "range_15", + "name": null, + "center": [ + 180, + 434 + ], + "peak": [ + 176, + 432 + ], + "area_cells": 654 + }, + { + "id": "range_21", + "name": null, + "center": [ + 197, + 206 + ], + "peak": [ + 198, + 206 + ], + "area_cells": 51 + }, + { + "id": "range_23", + "name": null, + "center": [ + 216, + 255 + ], + "peak": [ + 210, + 255 + ], + "area_cells": 132 + }, + { + "id": "range_24", + "name": null, + "center": [ + 226, + 230 + ], + "peak": [ + 230, + 230 + ], + "area_cells": 160 + }, + { + "id": "range_27", + "name": null, + "center": [ + 232, + 211 + ], + "peak": [ + 233, + 212 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/globe.png new file mode 100644 index 000000000..d2e8b4226 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/heightmap.png new file mode 100644 index 000000000..060534348 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/index.md new file mode 100644 index 000000000..86e1a88b4 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/index.md @@ -0,0 +1,73 @@ +--- +id: GJ820Bc +name: Ferrath +body_type: planet +planet_class: arid +body_scale: planet +seed: 3669559456 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.95 + oblateness: 0.0025 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.526 + polar_ice_lat: 0.892 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.101 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Ferrath + +Arid planet. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.95g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 53% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 200M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bc/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/markers.json new file mode 100644 index 000000000..51bfae1b0 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bc/markers.json @@ -0,0 +1,249 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 109, + 397 + ], + [ + 108, + 396 + ], + [ + 107, + 396 + ], + [ + 106, + 395 + ], + [ + 105, + 394 + ], + [ + 104, + 393 + ], + [ + 103, + 392 + ], + [ + 102, + 393 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 234, + 87 + ], + [ + 233, + 88 + ], + [ + 232, + 87 + ], + [ + 231, + 86 + ], + [ + 230, + 87 + ], + [ + 229, + 86 + ], + [ + 228, + 87 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 45, + 45 + ], + "area_fraction": 0.0619 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 32, + 403 + ], + "area_fraction": 0.108 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 99, + 229 + ], + "area_fraction": 0.0507 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 93, + 378 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 139, + 371 + ], + "area_fraction": 0.0148 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 178, + 26 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_12", + "name": null, + "kind": "ocean", + "center": [ + 223, + 292 + ], + "area_fraction": 0.2077 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 118, + 145 + ], + "peak": [ + 119, + 141 + ], + "area_cells": 934 + }, + { + "id": "range_2", + "name": null, + "center": [ + 124, + 489 + ], + "peak": [ + 124, + 501 + ], + "area_cells": 359 + }, + { + "id": "range_3", + "name": null, + "center": [ + 123, + 19 + ], + "peak": [ + 124, + 28 + ], + "area_cells": 231 + }, + { + "id": "range_4", + "name": null, + "center": [ + 146, + 74 + ], + "peak": [ + 148, + 73 + ], + "area_cells": 373 + }, + { + "id": "range_5", + "name": null, + "center": [ + 147, + 125 + ], + "peak": [ + 147, + 126 + ], + "area_cells": 43 + }, + { + "id": "range_6", + "name": null, + "center": [ + 162, + 208 + ], + "peak": [ + 165, + 216 + ], + "area_cells": 516 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 272 + ], + "peak": [ + 166, + 269 + ], + "area_cells": 243 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bd/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/globe.png new file mode 100644 index 000000000..2e60cfc1f Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bd/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/heightmap.png new file mode 100644 index 000000000..e800458e0 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bd/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/index.md new file mode 100644 index 000000000..a46838751 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/index.md @@ -0,0 +1,68 @@ +--- +id: GJ820Bd +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 61767220 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.984 + period_days: 400.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.5 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.878 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.08 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bd + +Arid planet. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bd/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/markers.json new file mode 100644 index 000000000..d2de4fac3 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bd/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 87 + ], + "peak": [ + 35, + 25 + ], + "area_cells": 12462 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 428 + ], + "peak": [ + 50, + 491 + ], + "area_cells": 17834 + }, + { + "id": "range_3", + "name": null, + "center": [ + 116, + 310 + ], + "peak": [ + 118, + 302 + ], + "area_cells": 1980 + }, + { + "id": "range_4", + "name": null, + "center": [ + 137, + 28 + ], + "peak": [ + 142, + 14 + ], + "area_cells": 949 + }, + { + "id": "range_5", + "name": null, + "center": [ + 181, + 263 + ], + "peak": [ + 184, + 264 + ], + "area_cells": 165 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Be/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Be/globe.png new file mode 100644 index 000000000..232f6d58a Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Be/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Be/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Be/heightmap.png new file mode 100644 index 000000000..153ad30c2 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Be/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Be/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Be/index.md new file mode 100644 index 000000000..04c77abaf --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Be/index.md @@ -0,0 +1,69 @@ +--- +id: GJ820Be +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1268162097 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.429 + period_days: 700.0 + axial_tilt_deg: 26.5 +physical: + gravity_g: 0.42 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.832 + polar_ice_lat: 0.235 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Be + +Frozen planet. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Be/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Be/markers.json new file mode 100644 index 000000000..1ad3c2068 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Be/markers.json @@ -0,0 +1,111 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 25, + 41 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 34, + 314 + ], + "area_fraction": 0.0579 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 38, + 88 + ], + "area_fraction": 0.0134 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 48, + 470 + ], + "area_fraction": 0.0153 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 114, + 370 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_34", + "name": null, + "kind": "sea", + "center": [ + 178, + 329 + ], + "area_fraction": 0.0354 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 200, + 191 + ], + "area_fraction": 0.0087 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 255 + ], + "peak": [ + 101, + 276 + ], + "area_cells": 499 + }, + { + "id": "range_2", + "name": null, + "center": [ + 158, + 484 + ], + "peak": [ + 160, + 491 + ], + "area_cells": 435 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bf/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/globe.png new file mode 100644 index 000000000..dfe578897 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bf/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/heightmap.png new file mode 100644 index 000000000..e3157365c Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bf/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/index.md new file mode 100644 index 000000000..d4d3d51ed --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ820Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2288474001 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 48.4 +physical: + gravity_g: 0.35 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.19 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bf + +Frozen planet. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Land** | 99% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bf/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/markers.json new file mode 100644 index 000000000..ed9c2fa53 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bf/markers.json @@ -0,0 +1,131 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 78, + 402 + ], + "peak": [ + 76, + 406 + ], + "area_cells": 140 + }, + { + "id": "range_3", + "name": null, + "center": [ + 170, + 314 + ], + "peak": [ + 183, + 368 + ], + "area_cells": 15741 + }, + { + "id": "range_9", + "name": null, + "center": [ + 145, + 474 + ], + "peak": [ + 150, + 473 + ], + "area_cells": 90 + }, + { + "id": "range_10", + "name": null, + "center": [ + 183, + 79 + ], + "peak": [ + 181, + 90 + ], + "area_cells": 5074 + }, + { + "id": "range_15", + "name": null, + "center": [ + 167, + 447 + ], + "peak": [ + 165, + 457 + ], + "area_cells": 413 + }, + { + "id": "range_17", + "name": null, + "center": [ + 198, + 432 + ], + "peak": [ + 198, + 432 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 200, + 490 + ], + "peak": [ + 199, + 496 + ], + "area_cells": 285 + }, + { + "id": "range_19", + "name": null, + "center": [ + 208, + 414 + ], + "peak": [ + 208, + 414 + ], + "area_cells": 63 + }, + { + "id": "range_22", + "name": null, + "center": [ + 247, + 161 + ], + "peak": [ + 252, + 161 + ], + "area_cells": 422 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/globe.png new file mode 100644 index 000000000..b2b6da7f4 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/heightmap.png new file mode 100644 index 000000000..3d4a308a9 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/index.md new file mode 100644 index 000000000..bdc04b2b3 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ820Bg-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1921420344 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 39.1 +physical: + gravity_g: 0.1 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.815 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.034 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bg-1 + +Barren moon. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 97% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/markers.json new file mode 100644 index 000000000..8ed4e0ded --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-1/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 44, + 18 + ], + "peak": [ + 45, + 19 + ], + "area_cells": 95 + }, + { + "id": "range_4", + "name": null, + "center": [ + 83, + 26 + ], + "peak": [ + 88, + 32 + ], + "area_cells": 775 + }, + { + "id": "range_5", + "name": null, + "center": [ + 190, + 274 + ], + "peak": [ + 160, + 217 + ], + "area_cells": 23696 + }, + { + "id": "range_6", + "name": null, + "center": [ + 88, + 450 + ], + "peak": [ + 89, + 447 + ], + "area_cells": 497 + }, + { + "id": "range_7", + "name": null, + "center": [ + 75, + 414 + ], + "peak": [ + 82, + 417 + ], + "area_cells": 668 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 373 + ], + "peak": [ + 72, + 372 + ], + "area_cells": 115 + }, + { + "id": "range_9", + "name": null, + "center": [ + 89, + 54 + ], + "peak": [ + 89, + 54 + ], + "area_cells": 39 + }, + { + "id": "range_10", + "name": null, + "center": [ + 92, + 368 + ], + "peak": [ + 95, + 367 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 97, + 497 + ], + "peak": [ + 100, + 490 + ], + "area_cells": 273 + }, + { + "id": "range_15", + "name": null, + "center": [ + 99, + 309 + ], + "peak": [ + 99, + 309 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 126, + 69 + ], + "peak": [ + 133, + 61 + ], + "area_cells": 457 + }, + { + "id": "range_17", + "name": null, + "center": [ + 110, + 94 + ], + "peak": [ + 115, + 87 + ], + "area_cells": 58 + }, + { + "id": "range_18", + "name": null, + "center": [ + 109, + 341 + ], + "peak": [ + 110, + 345 + ], + "area_cells": 53 + }, + { + "id": "range_21", + "name": null, + "center": [ + 122, + 471 + ], + "peak": [ + 132, + 475 + ], + "area_cells": 393 + }, + { + "id": "range_24", + "name": null, + "center": [ + 113, + 387 + ], + "peak": [ + 114, + 388 + ], + "area_cells": 58 + }, + { + "id": "range_26", + "name": null, + "center": [ + 121, + 397 + ], + "peak": [ + 121, + 399 + ], + "area_cells": 31 + }, + { + "id": "range_28", + "name": null, + "center": [ + 139, + 127 + ], + "peak": [ + 132, + 131 + ], + "area_cells": 188 + }, + { + "id": "range_29", + "name": null, + "center": [ + 155, + 492 + ], + "peak": [ + 153, + 491 + ], + "area_cells": 196 + }, + { + "id": "range_31", + "name": null, + "center": [ + 194, + 51 + ], + "peak": [ + 173, + 48 + ], + "area_cells": 1465 + }, + { + "id": "range_32", + "name": null, + "center": [ + 161, + 31 + ], + "peak": [ + 163, + 32 + ], + "area_cells": 72 + }, + { + "id": "range_36", + "name": null, + "center": [ + 200, + 501 + ], + "peak": [ + 201, + 505 + ], + "area_cells": 83 + }, + { + "id": "range_42", + "name": null, + "center": [ + 229, + 509 + ], + "peak": [ + 235, + 510 + ], + "area_cells": 78 + }, + { + "id": "range_51", + "name": null, + "center": [ + 237, + 503 + ], + "peak": [ + 237, + 503 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/globe.png new file mode 100644 index 000000000..db65388f0 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/heightmap.png new file mode 100644 index 000000000..c360cf275 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/index.md new file mode 100644 index 000000000..4617a7f60 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ820Bg-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1668261366 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.07 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.811 + polar_ice_lat: 0.237 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.31 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bg-2 + +Frozen moon. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/markers.json new file mode 100644 index 000000000..9010281a8 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-2/markers.json @@ -0,0 +1,211 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 34, + 216 + ], + "area_fraction": 0.1597 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 110, + 405 + ], + "area_fraction": 0.0093 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 122, + 128 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 249, + 155 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 288 + ], + "peak": [ + 75, + 288 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 506 + ], + "peak": [ + 93, + 510 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 3 + ], + "peak": [ + 92, + 0 + ], + "area_cells": 32 + }, + { + "id": "range_4", + "name": null, + "center": [ + 110, + 32 + ], + "peak": [ + 110, + 33 + ], + "area_cells": 75 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 230 + ], + "peak": [ + 122, + 229 + ], + "area_cells": 140 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 14 + ], + "peak": [ + 128, + 13 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 158, + 295 + ], + "peak": [ + 149, + 291 + ], + "area_cells": 2253 + }, + { + "id": "range_9", + "name": null, + "center": [ + 199, + 440 + ], + "peak": [ + 201, + 425 + ], + "area_cells": 7847 + }, + { + "id": "range_10", + "name": null, + "center": [ + 199, + 42 + ], + "peak": [ + 191, + 18 + ], + "area_cells": 2704 + }, + { + "id": "range_11", + "name": null, + "center": [ + 195, + 279 + ], + "peak": [ + 195, + 279 + ], + "area_cells": 85 + }, + { + "id": "range_12", + "name": null, + "center": [ + 204, + 120 + ], + "peak": [ + 201, + 119 + ], + "area_cells": 112 + }, + { + "id": "range_14", + "name": null, + "center": [ + 225, + 129 + ], + "peak": [ + 224, + 128 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/globe.png new file mode 100644 index 000000000..de1279610 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/heightmap.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/heightmap.png new file mode 100644 index 000000000..bf75dea79 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/index.md new file mode 100644 index 000000000..3a660e676 --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/index.md @@ -0,0 +1,64 @@ +--- +id: GJ820Bg-3 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2721984566 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.11 + period_days: 15.0 + axial_tilt_deg: 28.5 +physical: + gravity_g: 0.05 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.868 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ820Bg-3 + +Barren moon. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/markers.json b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/markers.json new file mode 100644 index 000000000..106284cca --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg-3/markers.json @@ -0,0 +1,443 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 112, + 330 + ], + "peak": [ + 62, + 397 + ], + "area_cells": 11716 + }, + { + "id": "range_2", + "name": null, + "center": [ + 107, + 39 + ], + "peak": [ + 112, + 35 + ], + "area_cells": 4354 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 86 + ], + "peak": [ + 60, + 86 + ], + "area_cells": 230 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 134 + ], + "peak": [ + 61, + 134 + ], + "area_cells": 131 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 487 + ], + "peak": [ + 122, + 509 + ], + "area_cells": 2530 + }, + { + "id": "range_7", + "name": null, + "center": [ + 67, + 216 + ], + "peak": [ + 69, + 214 + ], + "area_cells": 101 + }, + { + "id": "range_8", + "name": null, + "center": [ + 96, + 159 + ], + "peak": [ + 96, + 159 + ], + "area_cells": 52 + }, + { + "id": "range_9", + "name": null, + "center": [ + 109, + 366 + ], + "peak": [ + 109, + 366 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 113, + 382 + ], + "peak": [ + 114, + 382 + ], + "area_cells": 35 + }, + { + "id": "range_12", + "name": null, + "center": [ + 149, + 219 + ], + "peak": [ + 151, + 219 + ], + "area_cells": 110 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 446 + ], + "peak": [ + 171, + 458 + ], + "area_cells": 860 + }, + { + "id": "range_14", + "name": null, + "center": [ + 153, + 18 + ], + "peak": [ + 154, + 18 + ], + "area_cells": 40 + }, + { + "id": "range_15", + "name": null, + "center": [ + 153, + 193 + ], + "peak": [ + 153, + 193 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 158, + 387 + ], + "peak": [ + 161, + 388 + ], + "area_cells": 77 + }, + { + "id": "range_19", + "name": null, + "center": [ + 160, + 144 + ], + "peak": [ + 160, + 145 + ], + "area_cells": 26 + }, + { + "id": "range_20", + "name": null, + "center": [ + 169, + 182 + ], + "peak": [ + 169, + 184 + ], + "area_cells": 93 + }, + { + "id": "range_21", + "name": null, + "center": [ + 170, + 385 + ], + "peak": [ + 170, + 386 + ], + "area_cells": 20 + }, + { + "id": "range_22", + "name": null, + "center": [ + 179, + 82 + ], + "peak": [ + 175, + 83 + ], + "area_cells": 85 + }, + { + "id": "range_25", + "name": null, + "center": [ + 180, + 483 + ], + "peak": [ + 180, + 483 + ], + "area_cells": 73 + }, + { + "id": "range_26", + "name": null, + "center": [ + 185, + 149 + ], + "peak": [ + 181, + 151 + ], + "area_cells": 51 + }, + { + "id": "range_27", + "name": null, + "center": [ + 184, + 280 + ], + "peak": [ + 183, + 282 + ], + "area_cells": 69 + }, + { + "id": "range_28", + "name": null, + "center": [ + 181, + 194 + ], + "peak": [ + 182, + 194 + ], + "area_cells": 21 + }, + { + "id": "range_31", + "name": null, + "center": [ + 189, + 6 + ], + "peak": [ + 187, + 6 + ], + "area_cells": 48 + }, + { + "id": "range_32", + "name": null, + "center": [ + 194, + 126 + ], + "peak": [ + 199, + 122 + ], + "area_cells": 149 + }, + { + "id": "range_34", + "name": null, + "center": [ + 192, + 165 + ], + "peak": [ + 193, + 163 + ], + "area_cells": 102 + }, + { + "id": "range_37", + "name": null, + "center": [ + 197, + 454 + ], + "peak": [ + 198, + 453 + ], + "area_cells": 37 + }, + { + "id": "range_39", + "name": null, + "center": [ + 201, + 438 + ], + "peak": [ + 203, + 439 + ], + "area_cells": 30 + }, + { + "id": "range_40", + "name": null, + "center": [ + 206, + 17 + ], + "peak": [ + 206, + 18 + ], + "area_cells": 26 + }, + { + "id": "range_41", + "name": null, + "center": [ + 208, + 89 + ], + "peak": [ + 208, + 89 + ], + "area_cells": 31 + }, + { + "id": "range_42", + "name": null, + "center": [ + 219, + 6 + ], + "peak": [ + 217, + 9 + ], + "area_cells": 222 + }, + { + "id": "range_43", + "name": null, + "center": [ + 219, + 505 + ], + "peak": [ + 226, + 511 + ], + "area_cells": 125 + }, + { + "id": "range_44", + "name": null, + "center": [ + 226, + 134 + ], + "peak": [ + 228, + 133 + ], + "area_cells": 34 + }, + { + "id": "range_46", + "name": null, + "center": [ + 249, + 120 + ], + "peak": [ + 249, + 118 + ], + "area_cells": 133 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg/globe.png b/wiki/star-systems/GJ-820B/bodies/GJ820Bg/globe.png new file mode 100644 index 000000000..be79e9001 Binary files /dev/null and b/wiki/star-systems/GJ-820B/bodies/GJ820Bg/globe.png differ diff --git a/wiki/star-systems/GJ-820B/bodies/GJ820Bg/index.md b/wiki/star-systems/GJ-820B/bodies/GJ820Bg/index.md new file mode 100644 index 000000000..8eb8f0cbe --- /dev/null +++ b/wiki/star-systems/GJ-820B/bodies/GJ820Bg/index.md @@ -0,0 +1,61 @@ +--- +id: GJ820Bg +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1758831529 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.602 + period_days: 2800.0 + axial_tilt_deg: 6.0 +physical: + gravity_g: null + oblateness: 0.0725 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.378 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.096 +--- + +# GJ820Bg + +Gas giant. + +**System:** [GJ-820B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2800 days | + +## Description + + 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/bodies/GJ825b/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825b/globe.png new file mode 100644 index 000000000..78936f0c4 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825b/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825b/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825b/heightmap.png new file mode 100644 index 000000000..ccf4a4d05 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825b/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825b/index.md b/wiki/star-systems/GJ-825/bodies/GJ825b/index.md new file mode 100644 index 000000000..505923b87 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ825b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1860138964 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.3 +physical: + gravity_g: 0.32 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.949 + tectonics: none +environment: + geothermal_flux: low + 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 +--- + +# GJ825b + +Barren planet. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 98% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825b/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825b/markers.json new file mode 100644 index 000000000..2847f4bfc --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825b/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_10", + "name": null, + "center": [ + 39, + 243 + ], + "peak": [ + 38, + 243 + ], + "area_cells": 68 + }, + { + "id": "range_13", + "name": null, + "center": [ + 68, + 456 + ], + "peak": [ + 65, + 454 + ], + "area_cells": 428 + }, + { + "id": "range_14", + "name": null, + "center": [ + 96, + 272 + ], + "peak": [ + 107, + 259 + ], + "area_cells": 3082 + }, + { + "id": "range_15", + "name": null, + "center": [ + 50, + 500 + ], + "peak": [ + 51, + 500 + ], + "area_cells": 29 + }, + { + "id": "range_16", + "name": null, + "center": [ + 55, + 491 + ], + "peak": [ + 56, + 493 + ], + "area_cells": 38 + }, + { + "id": "range_17", + "name": null, + "center": [ + 87, + 138 + ], + "peak": [ + 100, + 146 + ], + "area_cells": 1249 + }, + { + "id": "range_20", + "name": null, + "center": [ + 67, + 423 + ], + "peak": [ + 67, + 423 + ], + "area_cells": 46 + }, + { + "id": "range_27", + "name": null, + "center": [ + 73, + 209 + ], + "peak": [ + 74, + 208 + ], + "area_cells": 77 + }, + { + "id": "range_29", + "name": null, + "center": [ + 81, + 26 + ], + "peak": [ + 80, + 26 + ], + "area_cells": 223 + }, + { + "id": "range_30", + "name": null, + "center": [ + 119, + 43 + ], + "peak": [ + 122, + 49 + ], + "area_cells": 1236 + }, + { + "id": "range_33", + "name": null, + "center": [ + 103, + 477 + ], + "peak": [ + 103, + 477 + ], + "area_cells": 75 + }, + { + "id": "range_35", + "name": null, + "center": [ + 117, + 108 + ], + "peak": [ + 118, + 108 + ], + "area_cells": 20 + }, + { + "id": "range_36", + "name": null, + "center": [ + 133, + 108 + ], + "peak": [ + 136, + 108 + ], + "area_cells": 131 + }, + { + "id": "range_37", + "name": null, + "center": [ + 136, + 160 + ], + "peak": [ + 137, + 161 + ], + "area_cells": 84 + }, + { + "id": "range_38", + "name": null, + "center": [ + 138, + 314 + ], + "peak": [ + 138, + 314 + ], + "area_cells": 33 + }, + { + "id": "range_39", + "name": null, + "center": [ + 149, + 294 + ], + "peak": [ + 150, + 294 + ], + "area_cells": 156 + }, + { + "id": "range_42", + "name": null, + "center": [ + 161, + 56 + ], + "peak": [ + 162, + 56 + ], + "area_cells": 42 + }, + { + "id": "range_43", + "name": null, + "center": [ + 163, + 8 + ], + "peak": [ + 164, + 9 + ], + "area_cells": 30 + }, + { + "id": "range_44", + "name": null, + "center": [ + 168, + 296 + ], + "peak": [ + 168, + 297 + ], + "area_cells": 23 + }, + { + "id": "range_47", + "name": null, + "center": [ + 198, + 7 + ], + "peak": [ + 204, + 11 + ], + "area_cells": 182 + }, + { + "id": "range_49", + "name": null, + "center": [ + 206, + 244 + ], + "peak": [ + 208, + 228 + ], + "area_cells": 387 + }, + { + "id": "range_51", + "name": null, + "center": [ + 206, + 299 + ], + "peak": [ + 206, + 301 + ], + "area_cells": 68 + }, + { + "id": "range_54", + "name": null, + "center": [ + 220, + 465 + ], + "peak": [ + 220, + 465 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825c/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825c/globe.png new file mode 100644 index 000000000..642afc30a Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825c/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825c/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825c/heightmap.png new file mode 100644 index 000000000..6d5518c7e Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825c/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825c/index.md b/wiki/star-systems/GJ-825/bodies/GJ825c/index.md new file mode 100644 index 000000000..3fa71777f --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ825c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 75867964 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.091 + period_days: 15.0 + axial_tilt_deg: 3.9 +physical: + gravity_g: 0.48 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.941 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825c + +Barren planet. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825c/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825c/markers.json new file mode 100644 index 000000000..8b3f84c6d --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825c/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 193, + 231 + ], + "peak": [ + 139, + 84 + ], + "area_cells": 50611 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 454 + ], + "peak": [ + 124, + 466 + ], + "area_cells": 381 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 50 + ], + "peak": [ + 117, + 50 + ], + "area_cells": 81 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 169 + ], + "peak": [ + 128, + 170 + ], + "area_cells": 46 + }, + { + "id": "range_10", + "name": null, + "center": [ + 148, + 367 + ], + "peak": [ + 149, + 367 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825d/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825d/globe.png new file mode 100644 index 000000000..541ef244a Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825d/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825d/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825d/heightmap.png new file mode 100644 index 000000000..3a6477937 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825d/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825d/index.md b/wiki/star-systems/GJ-825/bodies/GJ825d/index.md new file mode 100644 index 000000000..ec354e398 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ825d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 110973277 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.175 + period_days: 40.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.38 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.721 + polar_ice_lat: 0.145 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825d + +Frozen planet. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825d/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825d/markers.json new file mode 100644 index 000000000..8e925c3c8 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825d/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 350 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 91, + 433 + ], + "area_fraction": 0.1042 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 68, + 115 + ], + "area_fraction": 0.0996 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 144, + 31 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 147, + 115 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 240, + 492 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 247, + 407 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825e/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825e/globe.png new file mode 100644 index 000000000..6980180c7 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825e/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825e/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825e/heightmap.png new file mode 100644 index 000000000..cde420878 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825e/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825e/index.md b/wiki/star-systems/GJ-825/bodies/GJ825e/index.md new file mode 100644 index 000000000..796e0b642 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ825e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2181564857 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.364 + period_days: 120.0 + axial_tilt_deg: 58.7 +physical: + gravity_g: 0.3 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.421 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825e + +Frozen planet. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825e/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825e/markers.json new file mode 100644 index 000000000..c6b076bbf --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825e/markers.json @@ -0,0 +1,68 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 159, + 284 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 216, + 171 + ], + "area_fraction": 0.069 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 226, + 308 + ], + "area_fraction": 0.03 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 227, + 461 + ], + "area_fraction": 0.0354 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 250 + ], + "peak": [ + 55, + 290 + ], + "area_cells": 49340 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-1/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825f-1/globe.png new file mode 100644 index 000000000..125681dd8 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825f-1/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-1/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825f-1/heightmap.png new file mode 100644 index 000000000..5f5917187 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-1/index.md b/wiki/star-systems/GJ-825/bodies/GJ825f-1/index.md new file mode 100644 index 000000000..6b3836b52 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ825f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 467130793 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 1.3 +physical: + gravity_g: 0.06 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.978 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825f-1 + +Barren moon. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-1/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825f-1/markers.json new file mode 100644 index 000000000..619d90ca8 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825f-1/markers.json @@ -0,0 +1,456 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 248 + ], + "peak": [ + 48, + 246 + ], + "area_cells": 50 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 67 + ], + "peak": [ + 46, + 68 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 129 + ], + "peak": [ + 67, + 134 + ], + "area_cells": 2572 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 258 + ], + "peak": [ + 72, + 257 + ], + "area_cells": 52 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 210 + ], + "peak": [ + 87, + 212 + ], + "area_cells": 246 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 427 + ], + "peak": [ + 81, + 427 + ], + "area_cells": 41 + }, + { + "id": "range_14", + "name": null, + "center": [ + 98, + 399 + ], + "peak": [ + 99, + 398 + ], + "area_cells": 43 + }, + { + "id": "range_17", + "name": null, + "center": [ + 106, + 430 + ], + "peak": [ + 108, + 431 + ], + "area_cells": 54 + }, + { + "id": "range_18", + "name": null, + "center": [ + 106, + 193 + ], + "peak": [ + 108, + 193 + ], + "area_cells": 48 + }, + { + "id": "range_20", + "name": null, + "center": [ + 119, + 478 + ], + "peak": [ + 121, + 480 + ], + "area_cells": 260 + }, + { + "id": "range_25", + "name": null, + "center": [ + 123, + 509 + ], + "peak": [ + 121, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_27", + "name": null, + "center": [ + 123, + 262 + ], + "peak": [ + 124, + 263 + ], + "area_cells": 21 + }, + { + "id": "range_28", + "name": null, + "center": [ + 131, + 229 + ], + "peak": [ + 132, + 229 + ], + "area_cells": 253 + }, + { + "id": "range_29", + "name": null, + "center": [ + 127, + 164 + ], + "peak": [ + 128, + 164 + ], + "area_cells": 61 + }, + { + "id": "range_30", + "name": null, + "center": [ + 131, + 197 + ], + "peak": [ + 132, + 198 + ], + "area_cells": 71 + }, + { + "id": "range_31", + "name": null, + "center": [ + 131, + 144 + ], + "peak": [ + 131, + 143 + ], + "area_cells": 69 + }, + { + "id": "range_33", + "name": null, + "center": [ + 141, + 10 + ], + "peak": [ + 142, + 0 + ], + "area_cells": 239 + }, + { + "id": "range_34", + "name": null, + "center": [ + 211, + 305 + ], + "peak": [ + 178, + 224 + ], + "area_cells": 8739 + }, + { + "id": "range_37", + "name": null, + "center": [ + 147, + 508 + ], + "peak": [ + 144, + 511 + ], + "area_cells": 103 + }, + { + "id": "range_38", + "name": null, + "center": [ + 142, + 408 + ], + "peak": [ + 145, + 410 + ], + "area_cells": 39 + }, + { + "id": "range_39", + "name": null, + "center": [ + 143, + 189 + ], + "peak": [ + 144, + 190 + ], + "area_cells": 55 + }, + { + "id": "range_40", + "name": null, + "center": [ + 182, + 440 + ], + "peak": [ + 172, + 434 + ], + "area_cells": 864 + }, + { + "id": "range_41", + "name": null, + "center": [ + 160, + 164 + ], + "peak": [ + 161, + 165 + ], + "area_cells": 82 + }, + { + "id": "range_42", + "name": null, + "center": [ + 174, + 403 + ], + "peak": [ + 183, + 415 + ], + "area_cells": 468 + }, + { + "id": "range_43", + "name": null, + "center": [ + 169, + 468 + ], + "peak": [ + 174, + 467 + ], + "area_cells": 226 + }, + { + "id": "range_46", + "name": null, + "center": [ + 181, + 481 + ], + "peak": [ + 182, + 482 + ], + "area_cells": 33 + }, + { + "id": "range_47", + "name": null, + "center": [ + 185, + 161 + ], + "peak": [ + 185, + 161 + ], + "area_cells": 52 + }, + { + "id": "range_48", + "name": null, + "center": [ + 192, + 290 + ], + "peak": [ + 193, + 290 + ], + "area_cells": 34 + }, + { + "id": "range_49", + "name": null, + "center": [ + 192, + 39 + ], + "peak": [ + 192, + 42 + ], + "area_cells": 70 + }, + { + "id": "range_50", + "name": null, + "center": [ + 197, + 179 + ], + "peak": [ + 199, + 179 + ], + "area_cells": 128 + }, + { + "id": "range_51", + "name": null, + "center": [ + 202, + 477 + ], + "peak": [ + 197, + 480 + ], + "area_cells": 106 + }, + { + "id": "range_54", + "name": null, + "center": [ + 218, + 205 + ], + "peak": [ + 213, + 204 + ], + "area_cells": 244 + }, + { + "id": "range_55", + "name": null, + "center": [ + 218, + 414 + ], + "peak": [ + 218, + 415 + ], + "area_cells": 23 + }, + { + "id": "range_60", + "name": null, + "center": [ + 231, + 319 + ], + "peak": [ + 231, + 318 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-2/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825f-2/globe.png new file mode 100644 index 000000000..9e24826b3 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825f-2/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-2/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825f-2/heightmap.png new file mode 100644 index 000000000..d80b4d980 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-2/index.md b/wiki/star-systems/GJ-825/bodies/GJ825f-2/index.md new file mode 100644 index 000000000..71ec1fde7 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ825f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3870186654 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 43.4 +physical: + gravity_g: 0.04 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.06 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.378 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825f-2 + +Frozen moon. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f-2/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825f-2/markers.json new file mode 100644 index 000000000..4fcf42b37 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825f-2/markers.json @@ -0,0 +1,233 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 22, + 227 + ], + "area_fraction": 0.1435 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 17 + ], + "peak": [ + 71, + 9 + ], + "area_cells": 724 + }, + { + "id": "range_2", + "name": null, + "center": [ + 129, + 388 + ], + "peak": [ + 107, + 307 + ], + "area_cells": 11656 + }, + { + "id": "range_3", + "name": null, + "center": [ + 110, + 167 + ], + "peak": [ + 85, + 180 + ], + "area_cells": 3970 + }, + { + "id": "range_5", + "name": null, + "center": [ + 87, + 240 + ], + "peak": [ + 88, + 240 + ], + "area_cells": 67 + }, + { + "id": "range_6", + "name": null, + "center": [ + 119, + 26 + ], + "peak": [ + 115, + 27 + ], + "area_cells": 1513 + }, + { + "id": "range_7", + "name": null, + "center": [ + 116, + 83 + ], + "peak": [ + 116, + 88 + ], + "area_cells": 193 + }, + { + "id": "range_12", + "name": null, + "center": [ + 137, + 63 + ], + "peak": [ + 138, + 64 + ], + "area_cells": 91 + }, + { + "id": "range_17", + "name": null, + "center": [ + 156, + 107 + ], + "peak": [ + 157, + 108 + ], + "area_cells": 118 + }, + { + "id": "range_18", + "name": null, + "center": [ + 168, + 250 + ], + "peak": [ + 164, + 253 + ], + "area_cells": 918 + }, + { + "id": "range_20", + "name": null, + "center": [ + 169, + 502 + ], + "peak": [ + 170, + 501 + ], + "area_cells": 248 + }, + { + "id": "range_21", + "name": null, + "center": [ + 204, + 451 + ], + "peak": [ + 204, + 452 + ], + "area_cells": 35 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 259 + ], + "peak": [ + 245, + 257 + ], + "area_cells": 393 + }, + { + "id": "range_27", + "name": null, + "center": [ + 248, + 79 + ], + "peak": [ + 248, + 73 + ], + "area_cells": 147 + }, + { + "id": "range_28", + "name": null, + "center": [ + 250, + 2 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 57 + }, + { + "id": "range_30", + "name": null, + "center": [ + 249, + 508 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 65 + }, + { + "id": "range_31", + "name": null, + "center": [ + 252, + 66 + ], + "peak": [ + 252, + 68 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825f/globe.png new file mode 100644 index 000000000..e0feae7c0 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825f/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825f/index.md b/wiki/star-systems/GJ-825/bodies/GJ825f/index.md new file mode 100644 index 000000000..2bc01d2e6 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ825f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3544922568 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.18 + period_days: 700.0 + axial_tilt_deg: 26.1 +physical: + gravity_g: null + oblateness: 0.061 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.101 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.118 +--- + +# GJ825f + +Gas giant. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825g/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825g/globe.png new file mode 100644 index 000000000..6366906f6 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825g/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825g/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825g/heightmap.png new file mode 100644 index 000000000..059f215c9 Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825g/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825g/index.md b/wiki/star-systems/GJ-825/bodies/GJ825g/index.md new file mode 100644 index 000000000..0c9d93803 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ825g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2334898285 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.532 + period_days: 2200.0 + axial_tilt_deg: 54.1 +physical: + gravity_g: 0.22 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.767 + polar_ice_lat: 0.217 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.225 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825g + +Frozen planet. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825g/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825g/markers.json new file mode 100644 index 000000000..8b772bef1 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825g/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 108, + 250 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 123, + 489 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 155, + 205 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 153, + 264 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 199, + 333 + ], + "area_fraction": 0.0711 + }, + { + "id": "water_46", + "name": null, + "kind": "sea", + "center": [ + 192, + 62 + ], + "area_fraction": 0.0529 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 198, + 498 + ], + "area_fraction": 0.0071 + }, + { + "id": "water_58", + "name": null, + "kind": "lake", + "center": [ + 210, + 238 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_63", + "name": null, + "kind": "lake", + "center": [ + 240, + 499 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 96 + ], + "peak": [ + 0, + 50 + ], + "area_cells": 2763 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 365 + ], + "peak": [ + 14, + 385 + ], + "area_cells": 824 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 218 + ], + "peak": [ + 11, + 217 + ], + "area_cells": 163 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 434 + ], + "peak": [ + 21, + 431 + ], + "area_cells": 104 + }, + { + "id": "range_7", + "name": null, + "center": [ + 25, + 424 + ], + "peak": [ + 23, + 424 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 47, + 451 + ], + "peak": [ + 47, + 451 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 43 + ], + "peak": [ + 50, + 45 + ], + "area_cells": 88 + }, + { + "id": "range_12", + "name": null, + "center": [ + 61, + 69 + ], + "peak": [ + 60, + 77 + ], + "area_cells": 403 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 59 + ], + "peak": [ + 91, + 78 + ], + "area_cells": 1547 + }, + { + "id": "range_14", + "name": null, + "center": [ + 84, + 156 + ], + "peak": [ + 81, + 161 + ], + "area_cells": 232 + }, + { + "id": "range_15", + "name": null, + "center": [ + 102, + 188 + ], + "peak": [ + 105, + 188 + ], + "area_cells": 20 + }, + { + "id": "range_16", + "name": null, + "center": [ + 165, + 454 + ], + "peak": [ + 162, + 442 + ], + "area_cells": 568 + }, + { + "id": "range_18", + "name": null, + "center": [ + 249, + 85 + ], + "peak": [ + 244, + 89 + ], + "area_cells": 136 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-825/bodies/GJ825h/globe.png b/wiki/star-systems/GJ-825/bodies/GJ825h/globe.png new file mode 100644 index 000000000..58f2af6aa Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825h/globe.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825h/heightmap.png b/wiki/star-systems/GJ-825/bodies/GJ825h/heightmap.png new file mode 100644 index 000000000..e1d0295fe Binary files /dev/null and b/wiki/star-systems/GJ-825/bodies/GJ825h/heightmap.png differ diff --git a/wiki/star-systems/GJ-825/bodies/GJ825h/index.md b/wiki/star-systems/GJ-825/bodies/GJ825h/index.md new file mode 100644 index 000000000..aa4941c7e --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ825h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2802453388 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.663 + period_days: 5500.0 + axial_tilt_deg: 35.4 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.758 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ825h + +Frozen planet. + +**System:** [GJ-825](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 5500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-825/bodies/GJ825h/markers.json b/wiki/star-systems/GJ-825/bodies/GJ825h/markers.json new file mode 100644 index 000000000..3a465c822 --- /dev/null +++ b/wiki/star-systems/GJ-825/bodies/GJ825h/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 29, + 447 + ], + "area_fraction": 0.0089 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 95, + 351 + ], + "area_fraction": 0.1567 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 96, + 50 + ], + "area_fraction": 0.0508 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 204 + ], + "peak": [ + 12, + 202 + ], + "area_cells": 3005 + }, + { + "id": "range_2", + "name": null, + "center": [ + 221, + 329 + ], + "peak": [ + 212, + 273 + ], + "area_cells": 12037 + }, + { + "id": "range_3", + "name": null, + "center": [ + 224, + 171 + ], + "peak": [ + 224, + 171 + ], + "area_cells": 76 + }, + { + "id": "range_4", + "name": null, + "center": [ + 233, + 151 + ], + "peak": [ + 229, + 158 + ], + "area_cells": 367 + }, + { + "id": "range_5", + "name": null, + "center": [ + 242, + 105 + ], + "peak": [ + 237, + 93 + ], + "area_cells": 745 + }, + { + "id": "range_6", + "name": null, + "center": [ + 245, + 171 + ], + "peak": [ + 246, + 171 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ827b/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827b/globe.png new file mode 100644 index 000000000..f98ef1c4c Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827b/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827b/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827b/heightmap.png new file mode 100644 index 000000000..cc7a300be Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827b/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827b/index.md b/wiki/star-systems/GJ-827/bodies/GJ827b/index.md new file mode 100644 index 000000000..fac26f73e --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3404849966 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.352 + period_days: 68.0 + axial_tilt_deg: 38.9 +physical: + gravity_g: 0.63 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.796 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827b + +Barren planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.63g | +| **Land** | 97% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827b/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827b/markers.json new file mode 100644 index 000000000..1ec76d3fe --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827b/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 55, + 380 + ], + "peak": [ + 32, + 383 + ], + "area_cells": 991 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 407 + ], + "peak": [ + 55, + 404 + ], + "area_cells": 420 + }, + { + "id": "range_8", + "name": null, + "center": [ + 55, + 350 + ], + "peak": [ + 63, + 352 + ], + "area_cells": 384 + }, + { + "id": "range_11", + "name": null, + "center": [ + 122, + 168 + ], + "peak": [ + 113, + 179 + ], + "area_cells": 892 + }, + { + "id": "range_13", + "name": null, + "center": [ + 138, + 211 + ], + "peak": [ + 132, + 207 + ], + "area_cells": 189 + }, + { + "id": "range_14", + "name": null, + "center": [ + 161, + 196 + ], + "peak": [ + 161, + 198 + ], + "area_cells": 210 + }, + { + "id": "range_16", + "name": null, + "center": [ + 190, + 75 + ], + "peak": [ + 190, + 74 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 223, + 64 + ], + "peak": [ + 215, + 61 + ], + "area_cells": 143 + }, + { + "id": "range_21", + "name": null, + "center": [ + 223, + 428 + ], + "peak": [ + 224, + 429 + ], + "area_cells": 99 + }, + { + "id": "range_22", + "name": null, + "center": [ + 227, + 356 + ], + "peak": [ + 224, + 356 + ], + "area_cells": 51 + }, + { + "id": "range_24", + "name": null, + "center": [ + 231, + 81 + ], + "peak": [ + 231, + 81 + ], + "area_cells": 30 + }, + { + "id": "range_28", + "name": null, + "center": [ + 247, + 123 + ], + "peak": [ + 250, + 122 + ], + "area_cells": 132 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827c/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827c/globe.png new file mode 100644 index 000000000..5a04a7459 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827c/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827c/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827c/heightmap.png new file mode 100644 index 000000000..d7f72bccc Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827c/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827c/index.md b/wiki/star-systems/GJ-827/bodies/GJ827c/index.md new file mode 100644 index 000000000..364bae7e0 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ827c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 4177819795 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.61 + period_days: 155.0 + axial_tilt_deg: 13.5 +physical: + gravity_g: 0.9 + oblateness: 0.0032 + atmosphere: thick + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.93 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.055 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827c + +Hot Arid planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.9g | +| **Atmosphere** | thick | +| **Land** | 93% | +| **Year** | 155 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827c/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827c/markers.json new file mode 100644 index 000000000..6d5bd681d --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827c/markers.json @@ -0,0 +1,1371 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 170, + 483 + ], + [ + 171, + 484 + ], + [ + 172, + 485 + ], + [ + 173, + 484 + ], + [ + 174, + 483 + ], + [ + 175, + 483 + ], + [ + 176, + 482 + ], + [ + 177, + 481 + ], + [ + 178, + 480 + ], + [ + 179, + 479 + ], + [ + 180, + 478 + ], + [ + 181, + 477 + ], + [ + 182, + 476 + ], + [ + 183, + 475 + ], + [ + 183, + 474 + ], + [ + 184, + 473 + ], + [ + 185, + 472 + ], + [ + 186, + 471 + ], + [ + 187, + 471 + ], + [ + 188, + 470 + ], + [ + 189, + 469 + ], + [ + 190, + 469 + ], + [ + 191, + 468 + ], + [ + 192, + 467 + ], + [ + 193, + 467 + ], + [ + 194, + 468 + ], + [ + 195, + 468 + ], + [ + 196, + 468 + ], + [ + 197, + 469 + ], + [ + 198, + 469 + ], + [ + 199, + 469 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 227, + 369 + ], + [ + 226, + 369 + ], + [ + 225, + 370 + ], + [ + 224, + 371 + ], + [ + 223, + 372 + ], + [ + 222, + 371 + ], + [ + 221, + 372 + ], + [ + 220, + 371 + ], + [ + 219, + 370 + ], + [ + 218, + 371 + ], + [ + 217, + 371 + ], + [ + 216, + 371 + ], + [ + 215, + 370 + ], + [ + 214, + 370 + ], + [ + 213, + 369 + ], + [ + 212, + 370 + ], + [ + 211, + 370 + ], + [ + 210, + 369 + ], + [ + 209, + 369 + ], + [ + 208, + 368 + ], + [ + 207, + 367 + ], + [ + 208, + 366 + ], + [ + 208, + 367 + ], + [ + 207, + 366 + ], + [ + 206, + 367 + ], + [ + 207, + 368 + ], + [ + 206, + 369 + ], + [ + 207, + 370 + ], + [ + 207, + 369 + ], + [ + 208, + 369 + ], + [ + 209, + 368 + ], + [ + 209, + 367 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 159, + 472 + ], + [ + 160, + 471 + ], + [ + 161, + 470 + ], + [ + 162, + 470 + ], + [ + 163, + 470 + ], + [ + 164, + 471 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 233, + 339 + ], + [ + 232, + 338 + ], + [ + 231, + 339 + ], + [ + 231, + 340 + ], + [ + 232, + 341 + ], + [ + 231, + 341 + ], + [ + 232, + 342 + ], + [ + 233, + 341 + ], + [ + 233, + 342 + ], + [ + 233, + 343 + ], + [ + 234, + 344 + ], + [ + 234, + 345 + ], + [ + 233, + 345 + ], + [ + 234, + 346 + ], + [ + 235, + 346 + ], + [ + 236, + 347 + ], + [ + 237, + 346 + ], + [ + 238, + 347 + ], + [ + 237, + 347 + ], + [ + 238, + 348 + ], + [ + 239, + 348 + ], + [ + 238, + 349 + ], + [ + 239, + 350 + ], + [ + 239, + 351 + ], + [ + 240, + 351 + ], + [ + 239, + 352 + ], + [ + 238, + 351 + ], + [ + 238, + 350 + ], + [ + 239, + 349 + ], + [ + 240, + 349 + ], + [ + 240, + 348 + ], + [ + 241, + 347 + ], + [ + 242, + 347 + ], + [ + 242, + 348 + ], + [ + 243, + 347 + ], + [ + 244, + 348 + ], + [ + 245, + 349 + ], + [ + 246, + 349 + ], + [ + 247, + 349 + ], + [ + 248, + 350 + ], + [ + 249, + 349 + ], + [ + 250, + 348 + ], + [ + 251, + 348 + ], + [ + 250, + 349 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 246, + 509 + ], + [ + 247, + 508 + ], + [ + 246, + 507 + ], + [ + 245, + 506 + ], + [ + 246, + 506 + ], + [ + 247, + 506 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 212, + 323 + ], + [ + 213, + 322 + ], + [ + 214, + 321 + ], + [ + 215, + 320 + ], + [ + 216, + 319 + ], + [ + 217, + 318 + ], + [ + 218, + 318 + ], + [ + 217, + 317 + ], + [ + 216, + 316 + ], + [ + 217, + 316 + ], + [ + 216, + 315 + ], + [ + 217, + 314 + ], + [ + 217, + 313 + ], + [ + 217, + 312 + ], + [ + 217, + 311 + ], + [ + 216, + 310 + ], + [ + 217, + 310 + ], + [ + 216, + 309 + ], + [ + 216, + 308 + ], + [ + 217, + 307 + ], + [ + 216, + 306 + ], + [ + 215, + 305 + ], + [ + 215, + 304 + ], + [ + 214, + 304 + ], + [ + 214, + 303 + ], + [ + 215, + 302 + ], + [ + 216, + 301 + ], + [ + 215, + 300 + ], + [ + 214, + 299 + ], + [ + 215, + 299 + ], + [ + 216, + 298 + ], + [ + 217, + 297 + ], + [ + 216, + 297 + ], + [ + 215, + 296 + ], + [ + 214, + 295 + ], + [ + 215, + 294 + ], + [ + 216, + 293 + ], + [ + 217, + 294 + ], + [ + 218, + 293 + ], + [ + 217, + 292 + ], + [ + 216, + 291 + ], + [ + 217, + 291 + ], + [ + 218, + 290 + ], + [ + 218, + 289 + ], + [ + 219, + 289 + ], + [ + 220, + 288 + ], + [ + 220, + 287 + ], + [ + 219, + 287 + ], + [ + 219, + 286 + ], + [ + 219, + 285 + ], + [ + 218, + 284 + ], + [ + 219, + 283 + ], + [ + 220, + 282 + ], + [ + 219, + 282 + ], + [ + 218, + 281 + ], + [ + 218, + 280 + ], + [ + 218, + 279 + ], + [ + 217, + 280 + ], + [ + 216, + 280 + ], + [ + 217, + 279 + ], + [ + 217, + 278 + ], + [ + 217, + 277 + ], + [ + 216, + 276 + ], + [ + 216, + 277 + ], + [ + 215, + 276 + ], + [ + 215, + 275 + ], + [ + 216, + 274 + ], + [ + 216, + 273 + ], + [ + 215, + 274 + ], + [ + 215, + 273 + ], + [ + 215, + 272 + ], + [ + 216, + 271 + ], + [ + 217, + 272 + ], + [ + 218, + 273 + ], + [ + 217, + 274 + ], + [ + 218, + 275 + ], + [ + 219, + 276 + ], + [ + 219, + 275 + ], + [ + 218, + 274 + ], + [ + 217, + 273 + ], + [ + 218, + 272 + ], + [ + 219, + 272 + ], + [ + 219, + 271 + ], + [ + 220, + 270 + ], + [ + 220, + 271 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 207, + 129 + ], + [ + 206, + 128 + ], + [ + 205, + 127 + ], + [ + 204, + 126 + ], + [ + 203, + 125 + ], + [ + 202, + 124 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 160, + 240 + ], + [ + 161, + 241 + ], + [ + 162, + 242 + ], + [ + 163, + 243 + ], + [ + 164, + 243 + ], + [ + 165, + 243 + ], + [ + 164, + 242 + ], + [ + 163, + 242 + ], + [ + 164, + 241 + ], + [ + 165, + 241 + ], + [ + 166, + 242 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 199, + 306 + ], + [ + 200, + 305 + ], + [ + 201, + 306 + ], + [ + 202, + 305 + ], + [ + 203, + 304 + ], + [ + 204, + 303 + ], + [ + 205, + 302 + ], + [ + 206, + 301 + ], + [ + 207, + 300 + ], + [ + 208, + 299 + ], + [ + 209, + 299 + ], + [ + 210, + 298 + ], + [ + 211, + 299 + ], + [ + 211, + 298 + ], + [ + 212, + 299 + ], + [ + 213, + 298 + ], + [ + 213, + 299 + ], + [ + 214, + 299 + ], + [ + 215, + 300 + ], + [ + 216, + 299 + ], + [ + 215, + 298 + ], + [ + 216, + 297 + ], + [ + 217, + 297 + ], + [ + 218, + 296 + ], + [ + 218, + 295 + ], + [ + 219, + 294 + ], + [ + 218, + 293 + ], + [ + 218, + 292 + ], + [ + 218, + 291 + ], + [ + 219, + 290 + ], + [ + 218, + 289 + ], + [ + 218, + 288 + ], + [ + 218, + 287 + ], + [ + 218, + 286 + ], + [ + 218, + 285 + ], + [ + 217, + 284 + ], + [ + 217, + 283 + ], + [ + 216, + 283 + ], + [ + 217, + 282 + ], + [ + 218, + 281 + ], + [ + 218, + 280 + ], + [ + 219, + 281 + ], + [ + 218, + 282 + ], + [ + 219, + 282 + ], + [ + 220, + 282 + ], + [ + 219, + 283 + ], + [ + 218, + 283 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 213, + 429 + ], + [ + 212, + 428 + ], + [ + 211, + 427 + ], + [ + 211, + 428 + ], + [ + 210, + 428 + ], + [ + 210, + 429 + ], + [ + 209, + 428 + ], + [ + 210, + 427 + ], + [ + 210, + 426 + ], + [ + 211, + 425 + ], + [ + 212, + 424 + ], + [ + 211, + 423 + ], + [ + 210, + 423 + ], + [ + 210, + 422 + ], + [ + 210, + 421 + ], + [ + 211, + 421 + ], + [ + 212, + 420 + ], + [ + 212, + 419 + ], + [ + 213, + 419 + ], + [ + 214, + 419 + ], + [ + 215, + 418 + ], + [ + 216, + 417 + ], + [ + 217, + 416 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 158, + 394 + ], + [ + 159, + 394 + ], + [ + 160, + 395 + ], + [ + 161, + 395 + ], + [ + 161, + 396 + ], + [ + 161, + 397 + ], + [ + 162, + 398 + ], + [ + 162, + 399 + ], + [ + 162, + 400 + ], + [ + 161, + 401 + ], + [ + 161, + 402 + ], + [ + 162, + 403 + ], + [ + 161, + 403 + ], + [ + 162, + 404 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 219, + 153 + ], + "area_fraction": 0.035 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 214, + 24 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 221, + 458 + ], + "area_fraction": 0.016 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 76, + 235 + ], + "peak": [ + 55, + 175 + ], + "area_cells": 56632 + }, + { + "id": "range_3", + "name": null, + "center": [ + 132, + 238 + ], + "peak": [ + 132, + 240 + ], + "area_cells": 41 + }, + { + "id": "range_5", + "name": null, + "center": [ + 149, + 210 + ], + "peak": [ + 150, + 209 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827d/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827d/globe.png new file mode 100644 index 000000000..6c9ece3bf Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827d/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827d/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827d/heightmap.png new file mode 100644 index 000000000..768b3a8be Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827d/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827d/index.md b/wiki/star-systems/GJ-827/bodies/GJ827d/index.md new file mode 100644 index 000000000..5ea2c1b30 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ827d +name: Solandar +body_type: planet +planet_class: tropical +body_scale: planet +seed: 1044832898 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.029 + period_days: 340.0 + axial_tilt_deg: 8.7 +physical: + gravity_g: 0.88 + oblateness: 0.0023 + atmosphere: standard + atmosphere_color: + - 0.42 + - 0.68 + - 0.8 +terrain: + land_fraction: 0.575 + polar_ice_lat: 0.892 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.652 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Solandar + +Tropical planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | tropical | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 57% | +| **Year** | 340 days | +| **Inhabited** | yes | +| **Population** | 10K | +| **Economy** | research | +| **Settlement** | village_network | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827d/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827d/markers.json new file mode 100644 index 000000000..4ec2e6291 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827d/markers.json @@ -0,0 +1,534 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 212, + 364 + ], + [ + 211, + 363 + ], + [ + 210, + 362 + ], + [ + 209, + 361 + ], + [ + 208, + 360 + ], + [ + 207, + 359 + ], + [ + 207, + 358 + ], + [ + 207, + 357 + ], + [ + 207, + 356 + ], + [ + 207, + 355 + ], + [ + 208, + 354 + ], + [ + 207, + 354 + ], + [ + 207, + 353 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 153, + 169 + ], + [ + 154, + 168 + ], + [ + 155, + 168 + ], + [ + 156, + 167 + ], + [ + 157, + 168 + ], + [ + 158, + 168 + ], + [ + 159, + 168 + ], + [ + 160, + 169 + ], + [ + 161, + 170 + ], + [ + 162, + 171 + ], + [ + 163, + 172 + ], + [ + 163, + 173 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 23, + 321 + ], + [ + 23, + 320 + ], + [ + 24, + 319 + ], + [ + 24, + 318 + ], + [ + 24, + 317 + ], + [ + 24, + 316 + ], + [ + 24, + 315 + ], + [ + 23, + 314 + ], + [ + 23, + 313 + ], + [ + 23, + 312 + ], + [ + 22, + 311 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 42, + 256 + ], + [ + 41, + 257 + ], + [ + 40, + 257 + ], + [ + 39, + 258 + ], + [ + 38, + 259 + ], + [ + 37, + 260 + ], + [ + 36, + 261 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 107, + 511 + ], + [ + 106, + 510 + ], + [ + 105, + 510 + ], + [ + 104, + 509 + ], + [ + 103, + 510 + ], + [ + 102, + 510 + ], + [ + 101, + 510 + ], + [ + 100, + 509 + ], + [ + 99, + 509 + ], + [ + 98, + 509 + ], + [ + 97, + 510 + ], + [ + 96, + 511 + ], + [ + 95, + 510 + ], + [ + 94, + 510 + ], + [ + 93, + 509 + ], + [ + 92, + 508 + ], + [ + 91, + 508 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 98, + 386 + ], + [ + 99, + 387 + ], + [ + 100, + 388 + ], + [ + 101, + 389 + ], + [ + 101, + 390 + ], + [ + 100, + 391 + ], + [ + 100, + 392 + ], + [ + 101, + 393 + ], + [ + 100, + 394 + ], + [ + 99, + 395 + ], + [ + 98, + 396 + ], + [ + 99, + 397 + ], + [ + 98, + 398 + ], + [ + 98, + 399 + ], + [ + 98, + 400 + ], + [ + 98, + 401 + ], + [ + 98, + 402 + ], + [ + 98, + 403 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 62, + 262 + ], + "area_fraction": 0.3313 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 156, + 90 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 220, + 423 + ], + "area_fraction": 0.0518 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 233, + 200 + ], + "area_fraction": 0.0264 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 125, + 142 + ], + "peak": [ + 129, + 140 + ], + "area_cells": 241 + }, + { + "id": "range_3", + "name": null, + "center": [ + 118, + 324 + ], + "peak": [ + 119, + 328 + ], + "area_cells": 62 + }, + { + "id": "range_4", + "name": null, + "center": [ + 127, + 163 + ], + "peak": [ + 127, + 166 + ], + "area_cells": 45 + }, + { + "id": "range_5", + "name": null, + "center": [ + 167, + 410 + ], + "peak": [ + 182, + 363 + ], + "area_cells": 4443 + }, + { + "id": "range_6", + "name": null, + "center": [ + 146, + 33 + ], + "peak": [ + 150, + 42 + ], + "area_cells": 934 + }, + { + "id": "range_7", + "name": null, + "center": [ + 183, + 262 + ], + "peak": [ + 194, + 269 + ], + "area_cells": 2932 + }, + { + "id": "range_8", + "name": null, + "center": [ + 239, + 30 + ], + "peak": [ + 244, + 0 + ], + "area_cells": 406 + }, + { + "id": "range_9", + "name": null, + "center": [ + 241, + 313 + ], + "peak": [ + 241, + 312 + ], + "area_cells": 396 + }, + { + "id": "range_10", + "name": null, + "center": [ + 243, + 494 + ], + "peak": [ + 241, + 493 + ], + "area_cells": 369 + }, + { + "id": "range_11", + "name": null, + "center": [ + 242, + 103 + ], + "peak": [ + 242, + 103 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827e/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827e/globe.png new file mode 100644 index 000000000..e0b566752 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827e/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827e/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827e/heightmap.png new file mode 100644 index 000000000..74773b490 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827e/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827e/index.md b/wiki/star-systems/GJ-827/bodies/GJ827e/index.md new file mode 100644 index 000000000..0b5118f3f --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ827e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2513853813 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.851 + period_days: 820.0 + axial_tilt_deg: 23.7 +physical: + gravity_g: 0.71 + oblateness: 0.0039 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.592 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.195 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827e + +Cold Arid planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.71g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 820 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827e/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827e/markers.json new file mode 100644 index 000000000..80b642ac6 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827e/markers.json @@ -0,0 +1,996 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 244, + 175 + ], + [ + 245, + 174 + ], + [ + 244, + 173 + ], + [ + 244, + 172 + ], + [ + 243, + 171 + ], + [ + 244, + 171 + ], + [ + 243, + 172 + ], + [ + 242, + 171 + ], + [ + 241, + 171 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 136, + 187 + ], + [ + 135, + 186 + ], + [ + 134, + 185 + ], + [ + 133, + 184 + ], + [ + 133, + 183 + ], + [ + 132, + 182 + ], + [ + 132, + 181 + ], + [ + 133, + 180 + ], + [ + 132, + 179 + ], + [ + 132, + 178 + ], + [ + 133, + 178 + ], + [ + 133, + 177 + ], + [ + 132, + 177 + ], + [ + 132, + 176 + ], + [ + 132, + 175 + ], + [ + 132, + 174 + ], + [ + 131, + 173 + ], + [ + 132, + 173 + ], + [ + 132, + 172 + ], + [ + 131, + 171 + ], + [ + 132, + 170 + ], + [ + 132, + 171 + ], + [ + 133, + 172 + ], + [ + 133, + 173 + ], + [ + 133, + 174 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 154, + 331 + ], + [ + 153, + 330 + ], + [ + 152, + 329 + ], + [ + 151, + 328 + ], + [ + 150, + 327 + ], + [ + 149, + 328 + ], + [ + 148, + 329 + ], + [ + 147, + 330 + ], + [ + 146, + 330 + ], + [ + 145, + 329 + ], + [ + 144, + 330 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 149, + 427 + ], + [ + 148, + 427 + ], + [ + 147, + 426 + ], + [ + 146, + 425 + ], + [ + 145, + 425 + ], + [ + 144, + 425 + ], + [ + 143, + 424 + ], + [ + 143, + 423 + ], + [ + 142, + 422 + ], + [ + 143, + 421 + ], + [ + 143, + 422 + ], + [ + 144, + 422 + ], + [ + 144, + 421 + ], + [ + 143, + 420 + ], + [ + 142, + 421 + ], + [ + 141, + 420 + ], + [ + 142, + 420 + ], + [ + 143, + 419 + ], + [ + 144, + 420 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 126, + 438 + ], + [ + 125, + 439 + ], + [ + 125, + 440 + ], + [ + 125, + 441 + ], + [ + 124, + 442 + ], + [ + 124, + 443 + ], + [ + 123, + 443 + ], + [ + 123, + 444 + ], + [ + 122, + 444 + ], + [ + 121, + 445 + ], + [ + 120, + 444 + ], + [ + 119, + 445 + ], + [ + 119, + 444 + ], + [ + 118, + 443 + ], + [ + 118, + 442 + ], + [ + 118, + 441 + ], + [ + 117, + 440 + ], + [ + 116, + 441 + ], + [ + 117, + 442 + ], + [ + 116, + 442 + ], + [ + 117, + 443 + ], + [ + 117, + 444 + ], + [ + 118, + 445 + ], + [ + 118, + 444 + ], + [ + 119, + 443 + ], + [ + 119, + 442 + ], + [ + 120, + 443 + ], + [ + 121, + 443 + ], + [ + 120, + 442 + ], + [ + 119, + 441 + ], + [ + 118, + 440 + ], + [ + 117, + 441 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 138, + 436 + ], + [ + 137, + 437 + ], + [ + 136, + 437 + ], + [ + 135, + 438 + ], + [ + 136, + 439 + ], + [ + 135, + 440 + ], + [ + 135, + 441 + ], + [ + 136, + 442 + ], + [ + 136, + 443 + ], + [ + 136, + 444 + ], + [ + 136, + 445 + ], + [ + 137, + 446 + ], + [ + 136, + 447 + ], + [ + 137, + 447 + ], + [ + 137, + 448 + ], + [ + 138, + 448 + ], + [ + 139, + 449 + ], + [ + 138, + 450 + ], + [ + 139, + 451 + ], + [ + 139, + 452 + ], + [ + 140, + 452 + ], + [ + 139, + 453 + ], + [ + 140, + 453 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 128, + 480 + ], + [ + 127, + 480 + ], + [ + 126, + 479 + ], + [ + 125, + 478 + ], + [ + 125, + 477 + ], + [ + 124, + 476 + ], + [ + 123, + 475 + ], + [ + 122, + 474 + ], + [ + 121, + 473 + ], + [ + 120, + 472 + ], + [ + 119, + 471 + ], + [ + 119, + 470 + ], + [ + 118, + 469 + ], + [ + 119, + 468 + ], + [ + 118, + 467 + ], + [ + 117, + 466 + ], + [ + 116, + 465 + ], + [ + 115, + 465 + ], + [ + 116, + 464 + ], + [ + 117, + 463 + ], + [ + 116, + 462 + ], + [ + 115, + 463 + ], + [ + 114, + 464 + ], + [ + 115, + 464 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 131, + 348 + ], + [ + 130, + 349 + ], + [ + 129, + 350 + ], + [ + 128, + 351 + ], + [ + 127, + 352 + ], + [ + 127, + 353 + ], + [ + 128, + 354 + ], + [ + 128, + 355 + ], + [ + 127, + 356 + ], + [ + 126, + 357 + ], + [ + 125, + 358 + ], + [ + 124, + 359 + ], + [ + 124, + 360 + ], + [ + 124, + 361 + ], + [ + 123, + 362 + ], + [ + 123, + 363 + ], + [ + 122, + 364 + ], + [ + 122, + 365 + ], + [ + 121, + 366 + ], + [ + 120, + 367 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 224, + 162 + ], + [ + 223, + 161 + ], + [ + 222, + 160 + ], + [ + 221, + 159 + ], + [ + 220, + 160 + ], + [ + 219, + 159 + ], + [ + 218, + 160 + ], + [ + 217, + 161 + ], + [ + 216, + 161 + ], + [ + 215, + 161 + ], + [ + 216, + 160 + ], + [ + 217, + 159 + ], + [ + 216, + 159 + ], + [ + 215, + 158 + ], + [ + 215, + 159 + ], + [ + 215, + 160 + ], + [ + 214, + 159 + ], + [ + 214, + 158 + ], + [ + 215, + 157 + ], + [ + 216, + 157 + ], + [ + 216, + 156 + ], + [ + 217, + 155 + ], + [ + 217, + 154 + ], + [ + 217, + 153 + ], + [ + 216, + 152 + ], + [ + 216, + 153 + ], + [ + 217, + 152 + ], + [ + 217, + 151 + ], + [ + 218, + 151 + ], + [ + 219, + 150 + ], + [ + 220, + 149 + ], + [ + 220, + 148 + ], + [ + 220, + 147 + ], + [ + 220, + 146 + ], + [ + 219, + 145 + ], + [ + 220, + 144 + ], + [ + 219, + 143 + ], + [ + 220, + 142 + ], + [ + 219, + 141 + ], + [ + 218, + 140 + ], + [ + 217, + 139 + ], + [ + 216, + 138 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 116, + 191 + ], + [ + 115, + 191 + ], + [ + 114, + 192 + ], + [ + 113, + 193 + ], + [ + 112, + 192 + ], + [ + 111, + 193 + ], + [ + 110, + 194 + ], + [ + 109, + 195 + ], + [ + 108, + 196 + ], + [ + 107, + 197 + ], + [ + 106, + 198 + ], + [ + 105, + 199 + ], + [ + 104, + 200 + ], + [ + 104, + 201 + ], + [ + 104, + 202 + ], + [ + 104, + 203 + ] + ] + } + ], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 221, + 106 + ], + "area_fraction": 0.0125 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 465 + ], + "peak": [ + 27, + 451 + ], + "area_cells": 1392 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 154 + ], + "peak": [ + 48, + 153 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m1/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/globe.png new file mode 100644 index 000000000..b4bf9c85b Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m1/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/heightmap.png new file mode 100644 index 000000000..a4529d1be Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m1/index.md b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/index.md new file mode 100644 index 000000000..8f40dc176 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1365151869 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.098 + period_days: 10.0 + axial_tilt_deg: 47.0 +physical: + gravity_g: 0.16 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.289 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827f-m1 + +Frozen moon. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.16g | +| **Land** | 91% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m1/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/markers.json new file mode 100644 index 000000000..c67e0695f --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827f-m1/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 52, + 464 + ], + "area_fraction": 0.0308 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 94, + 296 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 119, + 474 + ], + "area_fraction": 0.0119 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 110 + ], + "peak": [ + 102, + 80 + ], + "area_cells": 22473 + }, + { + "id": "range_2", + "name": null, + "center": [ + 92, + 36 + ], + "peak": [ + 94, + 35 + ], + "area_cells": 82 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 240 + ], + "peak": [ + 146, + 240 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 215, + 429 + ], + "peak": [ + 221, + 457 + ], + "area_cells": 11102 + }, + { + "id": "range_7", + "name": null, + "center": [ + 203, + 292 + ], + "peak": [ + 189, + 298 + ], + "area_cells": 2704 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m2/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/globe.png new file mode 100644 index 000000000..fa2591c1a Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m2/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/heightmap.png new file mode 100644 index 000000000..5de9e76b5 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m2/index.md b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/index.md new file mode 100644 index 000000000..c13723233 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827f-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 215331260 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.161 + period_days: 21.0 + axial_tilt_deg: 17.0 +physical: + gravity_g: 0.1 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.918 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827f-m2 + +Barren moon. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 94% | +| **Orbit** | 21 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f-m2/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/markers.json new file mode 100644 index 000000000..3da266657 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827f-m2/markers.json @@ -0,0 +1,188 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 186, + 161 + ], + "area_fraction": 0.009 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 178, + 98 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 203, + 123 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 258 + ], + "peak": [ + 74, + 423 + ], + "area_cells": 31085 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 474 + ], + "peak": [ + 9, + 476 + ], + "area_cells": 45 + }, + { + "id": "range_18", + "name": null, + "center": [ + 97, + 126 + ], + "peak": [ + 100, + 127 + ], + "area_cells": 51 + }, + { + "id": "range_22", + "name": null, + "center": [ + 111, + 147 + ], + "peak": [ + 112, + 148 + ], + "area_cells": 54 + }, + { + "id": "range_23", + "name": null, + "center": [ + 177, + 229 + ], + "peak": [ + 177, + 229 + ], + "area_cells": 33 + }, + { + "id": "range_25", + "name": null, + "center": [ + 205, + 447 + ], + "peak": [ + 205, + 448 + ], + "area_cells": 49 + }, + { + "id": "range_27", + "name": null, + "center": [ + 206, + 506 + ], + "peak": [ + 207, + 506 + ], + "area_cells": 55 + }, + { + "id": "range_29", + "name": null, + "center": [ + 217, + 500 + ], + "peak": [ + 219, + 501 + ], + "area_cells": 33 + }, + { + "id": "range_30", + "name": null, + "center": [ + 224, + 490 + ], + "peak": [ + 224, + 491 + ], + "area_cells": 25 + }, + { + "id": "range_32", + "name": null, + "center": [ + 230, + 509 + ], + "peak": [ + 232, + 510 + ], + "area_cells": 41 + }, + { + "id": "range_35", + "name": null, + "center": [ + 237, + 1 + ], + "peak": [ + 238, + 2 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827f/globe.png new file mode 100644 index 000000000..f603144b0 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827f/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827f/index.md b/wiki/star-systems/GJ-827/bodies/GJ827f/index.md new file mode 100644 index 000000000..1dfdcfc3e --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ827f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 439189682 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 4.096 + period_days: 2700.0 + axial_tilt_deg: 31.6 +physical: + gravity_g: null + oblateness: 0.0642 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.124 +--- + +# GJ827f + +Gas giant. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827g/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827g/globe.png new file mode 100644 index 000000000..0b92f3427 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827g/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827g/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827g/heightmap.png new file mode 100644 index 000000000..428d87247 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827g/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827g/index.md b/wiki/star-systems/GJ-827/bodies/GJ827g/index.md new file mode 100644 index 000000000..2f6c05ce9 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3558536543 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 7.129 + period_days: 6200.0 + axial_tilt_deg: 59.2 +physical: + gravity_g: 0.55 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.137 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827g + +Frozen planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.55g | +| **Land** | 93% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827g/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827g/markers.json new file mode 100644 index 000000000..e6e679435 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827g/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 120, + 257 + ], + "area_fraction": 0.008 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 143, + 393 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 215, + 292 + ], + "area_fraction": 0.0072 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 237 + ], + "peak": [ + 0, + 446 + ], + "area_cells": 26429 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 300 + ], + "peak": [ + 39, + 302 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827h/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827h/globe.png new file mode 100644 index 000000000..bd894c254 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827h/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827h/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827h/heightmap.png new file mode 100644 index 000000000..2a9487a66 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827h/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827h/index.md b/wiki/star-systems/GJ-827/bodies/GJ827h/index.md new file mode 100644 index 000000000..074291268 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3320698305 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 10.762 + period_days: 11500.0 + axial_tilt_deg: 39.8 +physical: + gravity_g: 0.42 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.239 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.432 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827h + +Frozen planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Land** | 98% | +| **Year** | 11500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827h/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827h/markers.json new file mode 100644 index 000000000..38b314d0f --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827h/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 221, + 405 + ], + "area_fraction": 0.0142 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 10, + 150 + ], + "peak": [ + 0, + 131 + ], + "area_cells": 382 + }, + { + "id": "range_4", + "name": null, + "center": [ + 13, + 494 + ], + "peak": [ + 7, + 495 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 25, + 243 + ], + "peak": [ + 26, + 254 + ], + "area_cells": 210 + }, + { + "id": "range_11", + "name": null, + "center": [ + 92, + 215 + ], + "peak": [ + 74, + 278 + ], + "area_cells": 5589 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 334 + ], + "peak": [ + 117, + 396 + ], + "area_cells": 20822 + }, + { + "id": "range_14", + "name": null, + "center": [ + 97, + 297 + ], + "peak": [ + 97, + 299 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 131, + 38 + ], + "peak": [ + 109, + 14 + ], + "area_cells": 2262 + }, + { + "id": "range_16", + "name": null, + "center": [ + 106, + 295 + ], + "peak": [ + 107, + 298 + ], + "area_cells": 51 + }, + { + "id": "range_17", + "name": null, + "center": [ + 110, + 52 + ], + "peak": [ + 108, + 55 + ], + "area_cells": 135 + }, + { + "id": "range_18", + "name": null, + "center": [ + 173, + 503 + ], + "peak": [ + 175, + 504 + ], + "area_cells": 112 + }, + { + "id": "range_19", + "name": null, + "center": [ + 180, + 186 + ], + "peak": [ + 186, + 188 + ], + "area_cells": 63 + }, + { + "id": "range_20", + "name": null, + "center": [ + 236, + 95 + ], + "peak": [ + 240, + 122 + ], + "area_cells": 4331 + }, + { + "id": "range_21", + "name": null, + "center": [ + 220, + 70 + ], + "peak": [ + 223, + 72 + ], + "area_cells": 120 + }, + { + "id": "range_22", + "name": null, + "center": [ + 233, + 204 + ], + "peak": [ + 236, + 186 + ], + "area_cells": 573 + }, + { + "id": "range_23", + "name": null, + "center": [ + 234, + 177 + ], + "peak": [ + 239, + 177 + ], + "area_cells": 40 + }, + { + "id": "range_26", + "name": null, + "center": [ + 245, + 472 + ], + "peak": [ + 245, + 474 + ], + "area_cells": 62 + }, + { + "id": "range_27", + "name": null, + "center": [ + 254, + 499 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827i/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827i/globe.png new file mode 100644 index 000000000..d50c7b721 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827i/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827i/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827i/heightmap.png new file mode 100644 index 000000000..02ce864bb Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827i/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827i/index.md b/wiki/star-systems/GJ-827/bodies/GJ827i/index.md new file mode 100644 index 000000000..214b5fcd5 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2456954795 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 15.822 + period_days: 20500.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.31 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.316 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827i + +Frozen planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.31g | +| **Land** | 99% | +| **Year** | 20500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827i/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827i/markers.json new file mode 100644 index 000000000..0b4b16238 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827i/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 253 + ], + "peak": [ + 45, + 387 + ], + "area_cells": 29384 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 49 + ], + "peak": [ + 67, + 50 + ], + "area_cells": 35 + }, + { + "id": "range_4", + "name": null, + "center": [ + 90, + 197 + ], + "peak": [ + 92, + 198 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 472 + ], + "peak": [ + 90, + 472 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 103, + 468 + ], + "peak": [ + 102, + 468 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 472 + ], + "peak": [ + 127, + 473 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-827/bodies/GJ827j/globe.png b/wiki/star-systems/GJ-827/bodies/GJ827j/globe.png new file mode 100644 index 000000000..05c4847b7 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827j/globe.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827j/heightmap.png b/wiki/star-systems/GJ-827/bodies/GJ827j/heightmap.png new file mode 100644 index 000000000..e5f22a4b8 Binary files /dev/null and b/wiki/star-systems/GJ-827/bodies/GJ827j/heightmap.png differ diff --git a/wiki/star-systems/GJ-827/bodies/GJ827j/index.md b/wiki/star-systems/GJ-827/bodies/GJ827j/index.md new file mode 100644 index 000000000..ab5de7bf5 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827j/index.md @@ -0,0 +1,64 @@ +--- +id: GJ827j +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 361211387 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 23.455 + period_days: 37000.0 + axial_tilt_deg: 42.2 +physical: + gravity_g: 0.22 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.166 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ827j + +Frozen planet. + +**System:** [GJ-827](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Land** | 97% | +| **Year** | 37000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-827/bodies/GJ827j/markers.json b/wiki/star-systems/GJ-827/bodies/GJ827j/markers.json new file mode 100644 index 000000000..a540a3993 --- /dev/null +++ b/wiki/star-systems/GJ-827/bodies/GJ827j/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 83, + 44 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 85 + ], + "peak": [ + 37, + 102 + ], + "area_cells": 505 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 335 + ], + "peak": [ + 57, + 424 + ], + "area_cells": 15343 + }, + { + "id": "range_3", + "name": null, + "center": [ + 168, + 366 + ], + "peak": [ + 169, + 368 + ], + "area_cells": 30 + }, + { + "id": "range_4", + "name": null, + "center": [ + 170, + 434 + ], + "peak": [ + 170, + 435 + ], + "area_cells": 26 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 228 + ], + "peak": [ + 192, + 274 + ], + "area_cells": 7503 + }, + { + "id": "range_6", + "name": null, + "center": [ + 205, + 47 + ], + "peak": [ + 199, + 49 + ], + "area_cells": 461 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ829b/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829b/globe.png new file mode 100644 index 000000000..fbb6825d2 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829b/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829b/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829b/heightmap.png new file mode 100644 index 000000000..d5a81d145 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829b/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829b/index.md b/wiki/star-systems/GJ-829/bodies/GJ829b/index.md new file mode 100644 index 000000000..fc7a80965 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ829b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 629557049 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.32 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.95 + polar_ice_lat: 0.935 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.026 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ829b + +Barren planet. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 95% | +| **Year** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829b/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829b/markers.json new file mode 100644 index 000000000..71f8385ee --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829b/markers.json @@ -0,0 +1,350 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 136, + 251 + ], + "area_fraction": 0.0192 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 18 + ], + "peak": [ + 0, + 19 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 24 + ], + "peak": [ + 16, + 25 + ], + "area_cells": 40 + }, + { + "id": "range_3", + "name": null, + "center": [ + 39, + 238 + ], + "peak": [ + 56, + 104 + ], + "area_cells": 25726 + }, + { + "id": "range_15", + "name": null, + "center": [ + 51, + 486 + ], + "peak": [ + 51, + 486 + ], + "area_cells": 55 + }, + { + "id": "range_16", + "name": null, + "center": [ + 51, + 10 + ], + "peak": [ + 52, + 10 + ], + "area_cells": 24 + }, + { + "id": "range_26", + "name": null, + "center": [ + 94, + 37 + ], + "peak": [ + 92, + 39 + ], + "area_cells": 68 + }, + { + "id": "range_27", + "name": null, + "center": [ + 119, + 66 + ], + "peak": [ + 116, + 68 + ], + "area_cells": 333 + }, + { + "id": "range_28", + "name": null, + "center": [ + 122, + 337 + ], + "peak": [ + 123, + 338 + ], + "area_cells": 96 + }, + { + "id": "range_29", + "name": null, + "center": [ + 131, + 467 + ], + "peak": [ + 127, + 472 + ], + "area_cells": 234 + }, + { + "id": "range_31", + "name": null, + "center": [ + 156, + 504 + ], + "peak": [ + 156, + 505 + ], + "area_cells": 77 + }, + { + "id": "range_32", + "name": null, + "center": [ + 158, + 40 + ], + "peak": [ + 158, + 38 + ], + "area_cells": 105 + }, + { + "id": "range_34", + "name": null, + "center": [ + 163, + 426 + ], + "peak": [ + 164, + 433 + ], + "area_cells": 231 + }, + { + "id": "range_35", + "name": null, + "center": [ + 162, + 366 + ], + "peak": [ + 165, + 360 + ], + "area_cells": 263 + }, + { + "id": "range_37", + "name": null, + "center": [ + 178, + 61 + ], + "peak": [ + 179, + 63 + ], + "area_cells": 87 + }, + { + "id": "range_38", + "name": null, + "center": [ + 181, + 401 + ], + "peak": [ + 180, + 401 + ], + "area_cells": 30 + }, + { + "id": "range_42", + "name": null, + "center": [ + 194, + 72 + ], + "peak": [ + 194, + 71 + ], + "area_cells": 42 + }, + { + "id": "range_46", + "name": null, + "center": [ + 214, + 185 + ], + "peak": [ + 213, + 185 + ], + "area_cells": 34 + }, + { + "id": "range_48", + "name": null, + "center": [ + 246, + 196 + ], + "peak": [ + 244, + 189 + ], + "area_cells": 301 + }, + { + "id": "range_49", + "name": null, + "center": [ + 247, + 251 + ], + "peak": [ + 255, + 249 + ], + "area_cells": 194 + }, + { + "id": "range_55", + "name": null, + "center": [ + 242, + 13 + ], + "peak": [ + 244, + 10 + ], + "area_cells": 57 + }, + { + "id": "range_56", + "name": null, + "center": [ + 248, + 466 + ], + "peak": [ + 255, + 455 + ], + "area_cells": 256 + }, + { + "id": "range_57", + "name": null, + "center": [ + 249, + 221 + ], + "peak": [ + 251, + 226 + ], + "area_cells": 213 + }, + { + "id": "range_59", + "name": null, + "center": [ + 250, + 449 + ], + "peak": [ + 255, + 453 + ], + "area_cells": 79 + }, + { + "id": "range_61", + "name": null, + "center": [ + 249, + 180 + ], + "peak": [ + 246, + 180 + ], + "area_cells": 21 + }, + { + "id": "range_62", + "name": null, + "center": [ + 252, + 438 + ], + "peak": [ + 255, + 443 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-829/bodies/GJ829c/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829c/globe.png new file mode 100644 index 000000000..6611b7f28 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829c/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829c/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829c/heightmap.png new file mode 100644 index 000000000..39c60a353 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829c/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829c/index.md b/wiki/star-systems/GJ-829/bodies/GJ829c/index.md new file mode 100644 index 000000000..0229c777e --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ829c +name: Posto Avançado +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3128753159 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.107 + period_days: 19.0 + axial_tilt_deg: 4.9 +physical: + gravity_g: 0.77 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.527 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: subsurface_ice +clouds: + enabled: true + coverage_base: 0.139 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Posto Avançado + +Cold Arid planet. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.77g | +| **Atmosphere** | thin | +| **Hydrosphere** | subsurface_ice | +| **Land** | 97% | +| **Year** | 19 days | +| **Inhabited** | yes | +| **Population** | 3K | +| **Economy** | transit | +| **Settlement** | underground_complex | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829c/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829c/markers.json new file mode 100644 index 000000000..a00a1c6bf --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829c/markers.json @@ -0,0 +1,1134 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 32, + 244 + ], + [ + 31, + 243 + ], + [ + 30, + 242 + ], + [ + 29, + 241 + ], + [ + 28, + 240 + ], + [ + 27, + 239 + ], + [ + 26, + 238 + ], + [ + 25, + 237 + ], + [ + 24, + 237 + ], + [ + 23, + 237 + ], + [ + 22, + 237 + ], + [ + 21, + 236 + ], + [ + 20, + 235 + ], + [ + 19, + 234 + ], + [ + 18, + 234 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 102, + 442 + ], + [ + 101, + 441 + ], + [ + 100, + 440 + ], + [ + 99, + 439 + ], + [ + 98, + 439 + ], + [ + 98, + 438 + ], + [ + 98, + 437 + ], + [ + 97, + 436 + ], + [ + 97, + 435 + ], + [ + 96, + 434 + ], + [ + 97, + 433 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 66, + 28 + ], + [ + 67, + 27 + ], + [ + 68, + 26 + ], + [ + 69, + 27 + ], + [ + 70, + 26 + ], + [ + 71, + 27 + ], + [ + 72, + 28 + ], + [ + 73, + 29 + ], + [ + 74, + 30 + ], + [ + 75, + 31 + ], + [ + 75, + 32 + ], + [ + 76, + 33 + ], + [ + 77, + 34 + ], + [ + 78, + 35 + ], + [ + 79, + 36 + ], + [ + 80, + 37 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 28, + 196 + ], + [ + 27, + 195 + ], + [ + 26, + 194 + ], + [ + 25, + 193 + ], + [ + 24, + 193 + ], + [ + 23, + 194 + ], + [ + 22, + 194 + ], + [ + 21, + 194 + ], + [ + 20, + 194 + ], + [ + 19, + 193 + ], + [ + 18, + 194 + ], + [ + 17, + 194 + ], + [ + 16, + 194 + ], + [ + 15, + 193 + ], + [ + 14, + 194 + ], + [ + 13, + 193 + ], + [ + 12, + 193 + ], + [ + 11, + 193 + ], + [ + 10, + 192 + ], + [ + 9, + 193 + ], + [ + 8, + 193 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 29, + 299 + ], + [ + 28, + 300 + ], + [ + 28, + 301 + ], + [ + 27, + 302 + ], + [ + 26, + 303 + ], + [ + 25, + 304 + ], + [ + 24, + 304 + ], + [ + 23, + 305 + ], + [ + 22, + 306 + ], + [ + 21, + 305 + ], + [ + 20, + 304 + ], + [ + 19, + 303 + ], + [ + 18, + 303 + ], + [ + 17, + 303 + ], + [ + 16, + 304 + ], + [ + 16, + 303 + ], + [ + 15, + 303 + ], + [ + 16, + 302 + ], + [ + 15, + 302 + ], + [ + 14, + 302 + ], + [ + 13, + 303 + ], + [ + 14, + 303 + ], + [ + 15, + 304 + ], + [ + 14, + 304 + ], + [ + 13, + 304 + ], + [ + 12, + 303 + ], + [ + 12, + 302 + ], + [ + 11, + 301 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 64, + 19 + ], + [ + 63, + 18 + ], + [ + 62, + 17 + ], + [ + 61, + 17 + ], + [ + 60, + 17 + ], + [ + 59, + 17 + ], + [ + 58, + 17 + ], + [ + 57, + 17 + ], + [ + 56, + 17 + ], + [ + 55, + 16 + ], + [ + 54, + 15 + ], + [ + 53, + 15 + ], + [ + 52, + 15 + ], + [ + 51, + 14 + ], + [ + 50, + 14 + ], + [ + 49, + 15 + ], + [ + 48, + 16 + ], + [ + 48, + 15 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 113, + 511 + ], + [ + 113, + 510 + ], + [ + 112, + 509 + ], + [ + 111, + 508 + ], + [ + 110, + 507 + ], + [ + 109, + 506 + ], + [ + 108, + 505 + ], + [ + 107, + 505 + ], + [ + 106, + 504 + ], + [ + 105, + 503 + ], + [ + 104, + 502 + ], + [ + 103, + 501 + ], + [ + 103, + 500 + ], + [ + 102, + 499 + ], + [ + 101, + 499 + ], + [ + 100, + 500 + ], + [ + 100, + 499 + ], + [ + 101, + 500 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 124, + 9 + ], + [ + 125, + 10 + ], + [ + 126, + 11 + ], + [ + 127, + 12 + ], + [ + 128, + 12 + ], + [ + 129, + 12 + ], + [ + 130, + 13 + ], + [ + 131, + 14 + ], + [ + 132, + 15 + ], + [ + 133, + 16 + ], + [ + 134, + 17 + ], + [ + 133, + 18 + ], + [ + 133, + 19 + ], + [ + 132, + 20 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 110, + 80 + ], + [ + 111, + 79 + ], + [ + 111, + 78 + ], + [ + 110, + 79 + ], + [ + 109, + 78 + ], + [ + 110, + 77 + ], + [ + 109, + 76 + ], + [ + 110, + 75 + ], + [ + 109, + 74 + ], + [ + 109, + 73 + ], + [ + 109, + 72 + ], + [ + 110, + 71 + ], + [ + 111, + 70 + ], + [ + 112, + 69 + ], + [ + 113, + 68 + ], + [ + 112, + 67 + ], + [ + 111, + 66 + ], + [ + 112, + 65 + ], + [ + 113, + 65 + ], + [ + 114, + 64 + ], + [ + 114, + 63 + ], + [ + 113, + 63 + ], + [ + 113, + 62 + ], + [ + 114, + 62 + ], + [ + 115, + 63 + ], + [ + 115, + 62 + ], + [ + 115, + 61 + ], + [ + 114, + 60 + ], + [ + 113, + 60 + ], + [ + 113, + 59 + ], + [ + 114, + 59 + ], + [ + 115, + 60 + ], + [ + 114, + 61 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 7, + 349 + ], + [ + 6, + 348 + ], + [ + 5, + 347 + ], + [ + 4, + 347 + ], + [ + 3, + 346 + ], + [ + 2, + 345 + ], + [ + 1, + 344 + ], + [ + 1, + 343 + ], + [ + 2, + 342 + ], + [ + 2, + 341 + ], + [ + 1, + 340 + ], + [ + 0, + 340 + ], + [ + 0, + 339 + ], + [ + 1, + 338 + ], + [ + 0, + 338 + ], + [ + 0, + 337 + ], + [ + 1, + 336 + ], + [ + 2, + 335 + ], + [ + 1, + 334 + ], + [ + 0, + 333 + ], + [ + 0, + 332 + ], + [ + 1, + 331 + ], + [ + 0, + 330 + ], + [ + 0, + 329 + ], + [ + 1, + 328 + ], + [ + 0, + 327 + ], + [ + 0, + 326 + ], + [ + 0, + 325 + ], + [ + 0, + 324 + ], + [ + 0, + 323 + ], + [ + 0, + 322 + ], + [ + 0, + 321 + ], + [ + 1, + 321 + ], + [ + 0, + 320 + ], + [ + 0, + 319 + ], + [ + 0, + 318 + ], + [ + 1, + 317 + ], + [ + 0, + 317 + ], + [ + 1, + 316 + ], + [ + 1, + 315 + ], + [ + 1, + 314 + ], + [ + 0, + 313 + ], + [ + 1, + 312 + ], + [ + 0, + 311 + ], + [ + 1, + 310 + ], + [ + 1, + 309 + ], + [ + 0, + 309 + ], + [ + 0, + 308 + ], + [ + 0, + 307 + ], + [ + 0, + 306 + ], + [ + 1, + 305 + ], + [ + 0, + 304 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 117, + 164 + ], + [ + 118, + 163 + ], + [ + 119, + 162 + ], + [ + 120, + 161 + ], + [ + 121, + 160 + ], + [ + 122, + 160 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 240 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 110, + 382 + ], + "area_fraction": 0.0141 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 189 + ], + "peak": [ + 61, + 172 + ], + "area_cells": 695 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 284 + ], + "peak": [ + 72, + 286 + ], + "area_cells": 1664 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 202 + ], + "peak": [ + 82, + 200 + ], + "area_cells": 87 + }, + { + "id": "range_4", + "name": null, + "center": [ + 155, + 155 + ], + "peak": [ + 156, + 141 + ], + "area_cells": 351 + }, + { + "id": "range_6", + "name": null, + "center": [ + 194, + 329 + ], + "peak": [ + 200, + 337 + ], + "area_cells": 5870 + }, + { + "id": "range_9", + "name": null, + "center": [ + 194, + 39 + ], + "peak": [ + 193, + 52 + ], + "area_cells": 3645 + }, + { + "id": "range_11", + "name": null, + "center": [ + 186, + 195 + ], + "peak": [ + 191, + 223 + ], + "area_cells": 2277 + }, + { + "id": "range_12", + "name": null, + "center": [ + 193, + 487 + ], + "peak": [ + 183, + 476 + ], + "area_cells": 1135 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-829/bodies/GJ829d/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829d/globe.png new file mode 100644 index 000000000..2c3fb60b2 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829d/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829d/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829d/heightmap.png new file mode 100644 index 000000000..19063f113 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829d/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829d/index.md b/wiki/star-systems/GJ-829/bodies/GJ829d/index.md new file mode 100644 index 000000000..3be20c69f --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ829d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3341511915 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.404 + period_days: 140.0 + axial_tilt_deg: 31.3 +physical: + gravity_g: 0.45 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.957 + polar_ice_lat: 0.502 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.177 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ829d + +Cold Arid planet. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829d/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829d/markers.json new file mode 100644 index 000000000..8d60a026f --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829d/markers.json @@ -0,0 +1,873 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 14, + 222 + ], + [ + 15, + 223 + ], + [ + 16, + 224 + ], + [ + 17, + 225 + ], + [ + 18, + 224 + ], + [ + 19, + 224 + ], + [ + 19, + 225 + ], + [ + 20, + 225 + ], + [ + 21, + 226 + ], + [ + 22, + 225 + ], + [ + 23, + 224 + ], + [ + 24, + 224 + ], + [ + 25, + 223 + ], + [ + 25, + 224 + ], + [ + 26, + 225 + ], + [ + 25, + 226 + ], + [ + 26, + 227 + ], + [ + 25, + 227 + ], + [ + 26, + 226 + ], + [ + 27, + 227 + ], + [ + 27, + 228 + ], + [ + 28, + 228 + ], + [ + 27, + 229 + ], + [ + 28, + 230 + ], + [ + 28, + 231 + ], + [ + 27, + 230 + ], + [ + 26, + 231 + ], + [ + 26, + 230 + ], + [ + 25, + 229 + ], + [ + 24, + 229 + ], + [ + 25, + 228 + ], + [ + 24, + 227 + ], + [ + 23, + 228 + ], + [ + 23, + 227 + ], + [ + 22, + 228 + ], + [ + 23, + 229 + ], + [ + 24, + 230 + ], + [ + 25, + 231 + ], + [ + 25, + 230 + ], + [ + 26, + 229 + ], + [ + 26, + 228 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 10, + 416 + ], + [ + 9, + 417 + ], + [ + 8, + 418 + ], + [ + 8, + 419 + ], + [ + 8, + 420 + ], + [ + 9, + 421 + ], + [ + 10, + 422 + ], + [ + 11, + 422 + ], + [ + 12, + 423 + ], + [ + 12, + 424 + ], + [ + 11, + 425 + ], + [ + 11, + 426 + ], + [ + 11, + 427 + ], + [ + 12, + 428 + ], + [ + 12, + 429 + ], + [ + 11, + 430 + ], + [ + 12, + 430 + ], + [ + 12, + 431 + ], + [ + 13, + 432 + ], + [ + 14, + 431 + ], + [ + 15, + 430 + ], + [ + 15, + 431 + ], + [ + 14, + 432 + ], + [ + 13, + 431 + ], + [ + 12, + 432 + ], + [ + 11, + 433 + ], + [ + 10, + 433 + ], + [ + 10, + 432 + ], + [ + 10, + 431 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 141, + 215 + ], + [ + 140, + 216 + ], + [ + 139, + 217 + ], + [ + 138, + 218 + ], + [ + 137, + 219 + ], + [ + 136, + 219 + ], + [ + 135, + 220 + ], + [ + 134, + 221 + ], + [ + 133, + 221 + ], + [ + 132, + 222 + ], + [ + 131, + 221 + ], + [ + 130, + 221 + ], + [ + 129, + 221 + ], + [ + 128, + 222 + ], + [ + 127, + 223 + ], + [ + 126, + 224 + ], + [ + 125, + 225 + ], + [ + 124, + 224 + ], + [ + 123, + 223 + ], + [ + 122, + 224 + ], + [ + 122, + 223 + ], + [ + 123, + 224 + ], + [ + 122, + 225 + ], + [ + 122, + 226 + ], + [ + 123, + 225 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 151, + 162 + ], + [ + 152, + 162 + ], + [ + 153, + 163 + ], + [ + 154, + 164 + ], + [ + 155, + 165 + ], + [ + 156, + 165 + ], + [ + 157, + 165 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 12, + 438 + ], + [ + 11, + 439 + ], + [ + 12, + 440 + ], + [ + 13, + 441 + ], + [ + 13, + 442 + ], + [ + 12, + 441 + ], + [ + 12, + 442 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 45, + 186 + ], + [ + 44, + 185 + ], + [ + 43, + 184 + ], + [ + 42, + 183 + ], + [ + 41, + 183 + ], + [ + 40, + 184 + ], + [ + 39, + 184 + ], + [ + 38, + 185 + ], + [ + 37, + 185 + ], + [ + 37, + 184 + ], + [ + 36, + 185 + ], + [ + 36, + 184 + ], + [ + 36, + 183 + ], + [ + 36, + 182 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 39, + 452 + ], + [ + 39, + 451 + ], + [ + 40, + 450 + ], + [ + 41, + 449 + ], + [ + 41, + 448 + ], + [ + 42, + 447 + ], + [ + 43, + 446 + ], + [ + 44, + 445 + ], + [ + 45, + 444 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 69, + 246 + ], + [ + 68, + 247 + ], + [ + 67, + 248 + ], + [ + 66, + 247 + ], + [ + 65, + 248 + ], + [ + 64, + 249 + ], + [ + 63, + 249 + ], + [ + 62, + 248 + ], + [ + 61, + 249 + ], + [ + 60, + 250 + ], + [ + 59, + 249 + ], + [ + 58, + 248 + ], + [ + 57, + 249 + ], + [ + 56, + 249 + ], + [ + 55, + 249 + ], + [ + 54, + 248 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 110, + 117 + ], + [ + 111, + 118 + ], + [ + 112, + 119 + ], + [ + 113, + 120 + ], + [ + 113, + 121 + ], + [ + 113, + 122 + ], + [ + 112, + 123 + ], + [ + 113, + 124 + ], + [ + 114, + 125 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 44, + 161 + ], + [ + 44, + 162 + ], + [ + 45, + 163 + ], + [ + 46, + 164 + ], + [ + 47, + 165 + ], + [ + 47, + 164 + ], + [ + 48, + 165 + ], + [ + 48, + 164 + ], + [ + 49, + 163 + ], + [ + 48, + 163 + ], + [ + 49, + 162 + ], + [ + 50, + 162 + ], + [ + 49, + 161 + ], + [ + 48, + 162 + ], + [ + 47, + 163 + ], + [ + 46, + 162 + ], + [ + 47, + 162 + ], + [ + 48, + 161 + ], + [ + 49, + 160 + ], + [ + 50, + 160 + ], + [ + 50, + 161 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 13 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 499 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 186, + 68 + ], + "peak": [ + 193, + 97 + ], + "area_cells": 10000 + }, + { + "id": "range_2", + "name": null, + "center": [ + 170, + 468 + ], + "peak": [ + 148, + 461 + ], + "area_cells": 7049 + }, + { + "id": "range_3", + "name": null, + "center": [ + 197, + 289 + ], + "peak": [ + 160, + 247 + ], + "area_cells": 6661 + }, + { + "id": "range_7", + "name": null, + "center": [ + 191, + 453 + ], + "peak": [ + 191, + 456 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 225, + 418 + ], + "peak": [ + 223, + 416 + ], + "area_cells": 444 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-829/bodies/GJ829e-m1/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/globe.png new file mode 100644 index 000000000..ae9ab46ad Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829e-m1/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/heightmap.png new file mode 100644 index 000000000..a727cfecf Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829e-m1/index.md b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/index.md new file mode 100644 index 000000000..341aeeb3e --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ829e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1232967034 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 54.4 +physical: + gravity_g: 0.09 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.956 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.388 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ829e-m1 + +Frozen moon. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 96% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829e-m1/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/markers.json new file mode 100644 index 000000000..cbc555ce5 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829e-m1/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 8, + 409 + ], + "area_fraction": 0.0177 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 114, + 25 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 231 + ], + "peak": [ + 82, + 238 + ], + "area_cells": 13603 + }, + { + "id": "range_2", + "name": null, + "center": [ + 82, + 89 + ], + "peak": [ + 80, + 89 + ], + "area_cells": 130 + }, + { + "id": "range_5", + "name": null, + "center": [ + 161, + 401 + ], + "peak": [ + 176, + 390 + ], + "area_cells": 4754 + }, + { + "id": "range_8", + "name": null, + "center": [ + 192, + 483 + ], + "peak": [ + 196, + 482 + ], + "area_cells": 146 + }, + { + "id": "range_9", + "name": null, + "center": [ + 188, + 506 + ], + "peak": [ + 189, + 509 + ], + "area_cells": 83 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-829/bodies/GJ829e/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829e/globe.png new file mode 100644 index 000000000..f0e50d5c4 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829e/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829e/index.md b/wiki/star-systems/GJ-829/bodies/GJ829e/index.md new file mode 100644 index 000000000..32dcfda51 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ829e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1882321366 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.992 + period_days: 540.0 + axial_tilt_deg: 17.0 +physical: + gravity_g: null + oblateness: 0.0532 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.131 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.064 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.6 + opacity_base: 0.55 + ring_color: + - 0.85 + - 0.9 + - 0.95 +--- + +# GJ829e + +Gas giant. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 540 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829f/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829f/globe.png new file mode 100644 index 000000000..e79f67138 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829f/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829f/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829f/heightmap.png new file mode 100644 index 000000000..de8b2fc80 Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829f/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829f/index.md b/wiki/star-systems/GJ-829/bodies/GJ829f/index.md new file mode 100644 index 000000000..37097e896 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ829f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2925735222 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.173 + period_days: 1750.0 + axial_tilt_deg: 24.3 +physical: + gravity_g: 0.38 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.247 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ829f + +Frozen planet. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 94% | +| **Year** | 1750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829f/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829f/markers.json new file mode 100644 index 000000000..58bf97ab0 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829f/markers.json @@ -0,0 +1,246 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 228, + 297 + ], + "area_fraction": 0.02 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 38 + ], + "peak": [ + 0, + 13 + ], + "area_cells": 1042 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 191 + ], + "peak": [ + 21, + 233 + ], + "area_cells": 4603 + }, + { + "id": "range_3", + "name": null, + "center": [ + 12, + 456 + ], + "peak": [ + 12, + 486 + ], + "area_cells": 2229 + }, + { + "id": "range_5", + "name": null, + "center": [ + 33, + 118 + ], + "peak": [ + 38, + 109 + ], + "area_cells": 214 + }, + { + "id": "range_6", + "name": null, + "center": [ + 45, + 304 + ], + "peak": [ + 45, + 305 + ], + "area_cells": 38 + }, + { + "id": "range_8", + "name": null, + "center": [ + 51, + 287 + ], + "peak": [ + 51, + 288 + ], + "area_cells": 30 + }, + { + "id": "range_11", + "name": null, + "center": [ + 57, + 185 + ], + "peak": [ + 56, + 187 + ], + "area_cells": 73 + }, + { + "id": "range_12", + "name": null, + "center": [ + 58, + 198 + ], + "peak": [ + 62, + 200 + ], + "area_cells": 24 + }, + { + "id": "range_13", + "name": null, + "center": [ + 61, + 167 + ], + "peak": [ + 59, + 166 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 67, + 243 + ], + "peak": [ + 68, + 243 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 69, + 254 + ], + "peak": [ + 68, + 253 + ], + "area_cells": 58 + }, + { + "id": "range_17", + "name": null, + "center": [ + 97, + 271 + ], + "peak": [ + 103, + 267 + ], + "area_cells": 1090 + }, + { + "id": "range_18", + "name": null, + "center": [ + 85, + 31 + ], + "peak": [ + 87, + 32 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 124, + 438 + ], + "peak": [ + 128, + 459 + ], + "area_cells": 5585 + }, + { + "id": "range_20", + "name": null, + "center": [ + 102, + 309 + ], + "peak": [ + 100, + 311 + ], + "area_cells": 184 + }, + { + "id": "range_21", + "name": null, + "center": [ + 114, + 30 + ], + "peak": [ + 115, + 31 + ], + "area_cells": 117 + }, + { + "id": "range_22", + "name": null, + "center": [ + 144, + 10 + ], + "peak": [ + 149, + 7 + ], + "area_cells": 912 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-829/bodies/GJ829g/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829g/globe.png new file mode 100644 index 000000000..e3f8b4f1c Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829g/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829g/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829g/heightmap.png new file mode 100644 index 000000000..b2461d4cf Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829g/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829g/index.md b/wiki/star-systems/GJ-829/bodies/GJ829g/index.md new file mode 100644 index 000000000..eed12c280 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ829g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 300439582 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.644 + period_days: 3800.0 + axial_tilt_deg: 39.3 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.133 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.264 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ829g + +Frozen planet. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 93% | +| **Year** | 3800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829g/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829g/markers.json new file mode 100644 index 000000000..8441081bb --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829g/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 210, + 99 + ], + "area_fraction": 0.0432 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 220, + 355 + ], + "area_fraction": 0.0115 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 312 + ], + "peak": [ + 20, + 310 + ], + "area_cells": 21796 + }, + { + "id": "range_3", + "name": null, + "center": [ + 23, + 33 + ], + "peak": [ + 23, + 38 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 27, + 14 + ], + "peak": [ + 27, + 15 + ], + "area_cells": 38 + }, + { + "id": "range_6", + "name": null, + "center": [ + 75, + 33 + ], + "peak": [ + 79, + 41 + ], + "area_cells": 3660 + }, + { + "id": "range_8", + "name": null, + "center": [ + 62, + 479 + ], + "peak": [ + 57, + 486 + ], + "area_cells": 2037 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 413 + ], + "peak": [ + 67, + 413 + ], + "area_cells": 137 + }, + { + "id": "range_11", + "name": null, + "center": [ + 87, + 393 + ], + "peak": [ + 87, + 394 + ], + "area_cells": 22 + }, + { + "id": "range_12", + "name": null, + "center": [ + 107, + 220 + ], + "peak": [ + 108, + 222 + ], + "area_cells": 296 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 502 + ], + "peak": [ + 103, + 507 + ], + "area_cells": 495 + }, + { + "id": "range_14", + "name": null, + "center": [ + 102, + 479 + ], + "peak": [ + 103, + 481 + ], + "area_cells": 43 + }, + { + "id": "range_17", + "name": null, + "center": [ + 133, + 481 + ], + "peak": [ + 132, + 484 + ], + "area_cells": 156 + }, + { + "id": "range_18", + "name": null, + "center": [ + 135, + 231 + ], + "peak": [ + 136, + 231 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 141, + 275 + ], + "peak": [ + 145, + 270 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-829/bodies/GJ829h/globe.png b/wiki/star-systems/GJ-829/bodies/GJ829h/globe.png new file mode 100644 index 000000000..32750601e Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829h/globe.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829h/heightmap.png b/wiki/star-systems/GJ-829/bodies/GJ829h/heightmap.png new file mode 100644 index 000000000..0f562c2af Binary files /dev/null and b/wiki/star-systems/GJ-829/bodies/GJ829h/heightmap.png differ diff --git a/wiki/star-systems/GJ-829/bodies/GJ829h/index.md b/wiki/star-systems/GJ-829/bodies/GJ829h/index.md new file mode 100644 index 000000000..48140ca93 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ829h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1704112734 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.886 + period_days: 7800.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.21 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.266 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ829h + +Frozen planet. + +**System:** [GJ-829](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 90% | +| **Year** | 7800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-829/bodies/GJ829h/markers.json b/wiki/star-systems/GJ-829/bodies/GJ829h/markers.json new file mode 100644 index 000000000..dc221cd07 --- /dev/null +++ b/wiki/star-systems/GJ-829/bodies/GJ829h/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 34, + 193 + ], + "area_fraction": 0.0354 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 15, + 367 + ], + "area_fraction": 0.0173 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 53, + 318 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 90, + 330 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 226, + 393 + ], + "peak": [ + 222, + 396 + ], + "area_cells": 7772 + }, + { + "id": "range_2", + "name": null, + "center": [ + 228, + 75 + ], + "peak": [ + 224, + 62 + ], + "area_cells": 4888 + }, + { + "id": "range_4", + "name": null, + "center": [ + 227, + 145 + ], + "peak": [ + 228, + 147 + ], + "area_cells": 42 + }, + { + "id": "range_5", + "name": null, + "center": [ + 228, + 165 + ], + "peak": [ + 227, + 155 + ], + "area_cells": 161 + }, + { + "id": "range_6", + "name": null, + "center": [ + 232, + 221 + ], + "peak": [ + 232, + 213 + ], + "area_cells": 196 + }, + { + "id": "range_7", + "name": null, + "center": [ + 241, + 237 + ], + "peak": [ + 244, + 241 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 234, + 193 + ], + "peak": [ + 235, + 190 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ83.1b/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/globe.png new file mode 100644 index 000000000..eacffba36 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/heightmap.png new file mode 100644 index 000000000..f3ccd2682 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/index.md new file mode 100644 index 000000000..bcd8d6756 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ83.1b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3866517880 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.9 +physical: + gravity_g: 0.28 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.941 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.027 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ83.1b + +Barren planet. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/markers.json new file mode 100644 index 000000000..7b5323262 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1b/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 277 + ], + "peak": [ + 31, + 278 + ], + "area_cells": 72 + }, + { + "id": "range_2", + "name": null, + "center": [ + 31, + 252 + ], + "peak": [ + 31, + 253 + ], + "area_cells": 155 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 127 + ], + "peak": [ + 42, + 127 + ], + "area_cells": 50 + }, + { + "id": "range_5", + "name": null, + "center": [ + 49, + 225 + ], + "peak": [ + 47, + 225 + ], + "area_cells": 59 + }, + { + "id": "range_6", + "name": null, + "center": [ + 44, + 284 + ], + "peak": [ + 45, + 284 + ], + "area_cells": 71 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 16 + ], + "peak": [ + 75, + 0 + ], + "area_cells": 1196 + }, + { + "id": "range_9", + "name": null, + "center": [ + 134, + 277 + ], + "peak": [ + 134, + 464 + ], + "area_cells": 28477 + }, + { + "id": "range_11", + "name": null, + "center": [ + 51, + 352 + ], + "peak": [ + 51, + 353 + ], + "area_cells": 41 + }, + { + "id": "range_12", + "name": null, + "center": [ + 57, + 273 + ], + "peak": [ + 58, + 273 + ], + "area_cells": 62 + }, + { + "id": "range_13", + "name": null, + "center": [ + 68, + 310 + ], + "peak": [ + 65, + 314 + ], + "area_cells": 192 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 425 + ], + "peak": [ + 56, + 429 + ], + "area_cells": 59 + }, + { + "id": "range_17", + "name": null, + "center": [ + 61, + 263 + ], + "peak": [ + 62, + 263 + ], + "area_cells": 38 + }, + { + "id": "range_18", + "name": null, + "center": [ + 67, + 247 + ], + "peak": [ + 67, + 248 + ], + "area_cells": 24 + }, + { + "id": "range_26", + "name": null, + "center": [ + 132, + 5 + ], + "peak": [ + 125, + 2 + ], + "area_cells": 296 + }, + { + "id": "range_27", + "name": null, + "center": [ + 123, + 326 + ], + "peak": [ + 123, + 326 + ], + "area_cells": 25 + }, + { + "id": "range_30", + "name": null, + "center": [ + 136, + 332 + ], + "peak": [ + 137, + 328 + ], + "area_cells": 108 + }, + { + "id": "range_32", + "name": null, + "center": [ + 151, + 503 + ], + "peak": [ + 152, + 502 + ], + "area_cells": 27 + }, + { + "id": "range_33", + "name": null, + "center": [ + 178, + 125 + ], + "peak": [ + 180, + 125 + ], + "area_cells": 104 + }, + { + "id": "range_34", + "name": null, + "center": [ + 186, + 92 + ], + "peak": [ + 192, + 91 + ], + "area_cells": 40 + }, + { + "id": "range_36", + "name": null, + "center": [ + 189, + 264 + ], + "peak": [ + 190, + 265 + ], + "area_cells": 30 + }, + { + "id": "range_38", + "name": null, + "center": [ + 209, + 266 + ], + "peak": [ + 210, + 266 + ], + "area_cells": 165 + }, + { + "id": "range_40", + "name": null, + "center": [ + 213, + 76 + ], + "peak": [ + 206, + 75 + ], + "area_cells": 195 + }, + { + "id": "range_42", + "name": null, + "center": [ + 214, + 394 + ], + "peak": [ + 218, + 393 + ], + "area_cells": 101 + }, + { + "id": "range_43", + "name": null, + "center": [ + 219, + 144 + ], + "peak": [ + 222, + 144 + ], + "area_cells": 52 + }, + { + "id": "range_45", + "name": null, + "center": [ + 238, + 364 + ], + "peak": [ + 238, + 368 + ], + "area_cells": 130 + }, + { + "id": "range_46", + "name": null, + "center": [ + 227, + 59 + ], + "peak": [ + 227, + 59 + ], + "area_cells": 60 + }, + { + "id": "range_47", + "name": null, + "center": [ + 230, + 67 + ], + "peak": [ + 232, + 67 + ], + "area_cells": 57 + }, + { + "id": "range_48", + "name": null, + "center": [ + 236, + 49 + ], + "peak": [ + 235, + 47 + ], + "area_cells": 57 + }, + { + "id": "range_49", + "name": null, + "center": [ + 242, + 15 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 850 + }, + { + "id": "range_50", + "name": null, + "center": [ + 244, + 495 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 764 + }, + { + "id": "range_56", + "name": null, + "center": [ + 242, + 345 + ], + "peak": [ + 241, + 348 + ], + "area_cells": 117 + }, + { + "id": "range_61", + "name": null, + "center": [ + 253, + 350 + ], + "peak": [ + 255, + 350 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/globe.png new file mode 100644 index 000000000..8f7eace92 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/heightmap.png new file mode 100644 index 000000000..4caafe6af Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/index.md new file mode 100644 index 000000000..4979ca93d --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ83.1c +name: Farol +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3583600497 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 3.8 +physical: + gravity_g: 0.74 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.638 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: subsurface_ice +clouds: + enabled: true + coverage_base: 0.176 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Farol + +Cold Arid planet. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.74g | +| **Atmosphere** | thin | +| **Hydrosphere** | subsurface_ice | +| **Land** | 98% | +| **Year** | 14 days | +| **Inhabited** | yes | +| **Population** | 14K | +| **Economy** | transit | +| **Settlement** | underground_complex | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/markers.json new file mode 100644 index 000000000..dad41909c --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1c/markers.json @@ -0,0 +1,1294 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 39, + 207 + ], + [ + 40, + 206 + ], + [ + 41, + 205 + ], + [ + 42, + 204 + ], + [ + 43, + 203 + ], + [ + 43, + 202 + ], + [ + 42, + 201 + ], + [ + 43, + 200 + ], + [ + 43, + 199 + ], + [ + 43, + 198 + ], + [ + 42, + 197 + ], + [ + 43, + 196 + ], + [ + 44, + 195 + ], + [ + 43, + 194 + ], + [ + 44, + 194 + ], + [ + 43, + 195 + ], + [ + 42, + 195 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 140, + 458 + ], + [ + 139, + 457 + ], + [ + 138, + 457 + ], + [ + 137, + 457 + ], + [ + 136, + 456 + ], + [ + 135, + 456 + ], + [ + 136, + 457 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 129, + 421 + ], + [ + 128, + 422 + ], + [ + 127, + 422 + ], + [ + 126, + 421 + ], + [ + 125, + 421 + ], + [ + 124, + 420 + ], + [ + 123, + 419 + ], + [ + 122, + 418 + ], + [ + 121, + 417 + ], + [ + 120, + 417 + ], + [ + 119, + 417 + ], + [ + 118, + 417 + ], + [ + 117, + 417 + ], + [ + 116, + 417 + ], + [ + 115, + 417 + ], + [ + 114, + 418 + ], + [ + 113, + 419 + ], + [ + 112, + 420 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 32, + 178 + ], + [ + 31, + 179 + ], + [ + 30, + 180 + ], + [ + 30, + 181 + ], + [ + 29, + 182 + ], + [ + 28, + 183 + ], + [ + 27, + 184 + ], + [ + 26, + 185 + ], + [ + 25, + 185 + ], + [ + 24, + 186 + ], + [ + 23, + 187 + ], + [ + 22, + 187 + ], + [ + 21, + 187 + ], + [ + 20, + 186 + ], + [ + 19, + 185 + ], + [ + 18, + 185 + ], + [ + 17, + 184 + ], + [ + 16, + 184 + ], + [ + 15, + 183 + ], + [ + 16, + 182 + ], + [ + 15, + 181 + ], + [ + 16, + 180 + ], + [ + 16, + 179 + ], + [ + 15, + 180 + ], + [ + 14, + 179 + ], + [ + 15, + 178 + ], + [ + 16, + 178 + ], + [ + 17, + 178 + ], + [ + 17, + 177 + ], + [ + 16, + 177 + ], + [ + 17, + 176 + ], + [ + 16, + 176 + ], + [ + 16, + 175 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 138, + 233 + ], + [ + 139, + 232 + ], + [ + 140, + 232 + ], + [ + 141, + 233 + ], + [ + 142, + 233 + ], + [ + 143, + 233 + ], + [ + 144, + 232 + ], + [ + 144, + 233 + ], + [ + 145, + 233 + ], + [ + 145, + 232 + ], + [ + 145, + 231 + ], + [ + 145, + 230 + ], + [ + 144, + 229 + ], + [ + 145, + 229 + ], + [ + 146, + 229 + ], + [ + 145, + 228 + ], + [ + 144, + 227 + ], + [ + 145, + 226 + ], + [ + 145, + 227 + ], + [ + 146, + 226 + ], + [ + 146, + 225 + ], + [ + 145, + 225 + ], + [ + 145, + 224 + ], + [ + 144, + 223 + ], + [ + 145, + 222 + ], + [ + 146, + 221 + ], + [ + 146, + 222 + ], + [ + 145, + 221 + ], + [ + 144, + 221 + ], + [ + 145, + 220 + ], + [ + 144, + 220 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 21, + 157 + ], + [ + 20, + 156 + ], + [ + 19, + 156 + ], + [ + 18, + 155 + ], + [ + 17, + 156 + ], + [ + 16, + 155 + ], + [ + 15, + 156 + ], + [ + 14, + 157 + ], + [ + 13, + 158 + ], + [ + 13, + 159 + ], + [ + 14, + 160 + ], + [ + 13, + 161 + ], + [ + 13, + 162 + ], + [ + 13, + 163 + ], + [ + 14, + 164 + ], + [ + 15, + 165 + ], + [ + 14, + 166 + ], + [ + 14, + 167 + ], + [ + 15, + 168 + ], + [ + 14, + 169 + ], + [ + 15, + 170 + ], + [ + 15, + 171 + ], + [ + 16, + 172 + ], + [ + 15, + 172 + ], + [ + 16, + 173 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 124, + 197 + ], + [ + 123, + 198 + ], + [ + 123, + 199 + ], + [ + 122, + 199 + ], + [ + 121, + 200 + ], + [ + 120, + 199 + ], + [ + 119, + 199 + ], + [ + 118, + 200 + ], + [ + 117, + 199 + ], + [ + 117, + 198 + ], + [ + 117, + 197 + ], + [ + 116, + 196 + ], + [ + 116, + 195 + ], + [ + 115, + 194 + ], + [ + 114, + 193 + ], + [ + 114, + 192 + ], + [ + 114, + 191 + ], + [ + 113, + 191 + ], + [ + 113, + 190 + ], + [ + 113, + 189 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 120, + 240 + ], + [ + 119, + 241 + ], + [ + 119, + 240 + ], + [ + 118, + 239 + ], + [ + 117, + 240 + ], + [ + 116, + 240 + ], + [ + 115, + 241 + ], + [ + 114, + 240 + ], + [ + 114, + 239 + ], + [ + 113, + 239 + ], + [ + 112, + 238 + ], + [ + 111, + 239 + ], + [ + 110, + 238 + ], + [ + 109, + 237 + ], + [ + 108, + 238 + ], + [ + 107, + 237 + ], + [ + 106, + 236 + ], + [ + 105, + 236 + ], + [ + 104, + 236 + ], + [ + 103, + 237 + ], + [ + 103, + 236 + ], + [ + 102, + 235 + ], + [ + 101, + 236 + ], + [ + 100, + 235 + ], + [ + 99, + 234 + ], + [ + 98, + 233 + ], + [ + 97, + 232 + ], + [ + 96, + 231 + ], + [ + 95, + 230 + ], + [ + 94, + 229 + ], + [ + 93, + 228 + ], + [ + 92, + 227 + ], + [ + 91, + 227 + ], + [ + 90, + 227 + ], + [ + 89, + 226 + ], + [ + 88, + 227 + ], + [ + 87, + 227 + ], + [ + 87, + 226 + ], + [ + 86, + 225 + ], + [ + 85, + 224 + ], + [ + 85, + 223 + ], + [ + 84, + 222 + ], + [ + 85, + 221 + ], + [ + 85, + 220 + ], + [ + 86, + 219 + ], + [ + 85, + 219 + ], + [ + 84, + 219 + ], + [ + 83, + 219 + ], + [ + 84, + 218 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 134, + 511 + ], + [ + 133, + 510 + ], + [ + 132, + 509 + ], + [ + 131, + 508 + ], + [ + 131, + 507 + ], + [ + 131, + 506 + ], + [ + 132, + 506 + ], + [ + 133, + 505 + ], + [ + 134, + 504 + ], + [ + 135, + 503 + ], + [ + 135, + 502 + ], + [ + 136, + 502 + ], + [ + 135, + 501 + ], + [ + 136, + 500 + ], + [ + 137, + 499 + ], + [ + 137, + 498 + ], + [ + 136, + 497 + ], + [ + 135, + 496 + ], + [ + 135, + 495 + ], + [ + 135, + 494 + ], + [ + 134, + 493 + ], + [ + 134, + 492 + ], + [ + 134, + 491 + ], + [ + 134, + 490 + ], + [ + 135, + 489 + ], + [ + 134, + 488 + ], + [ + 135, + 487 + ], + [ + 136, + 486 + ], + [ + 137, + 485 + ], + [ + 138, + 485 + ], + [ + 139, + 484 + ], + [ + 140, + 483 + ], + [ + 141, + 482 + ], + [ + 140, + 481 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 27, + 218 + ], + [ + 26, + 219 + ], + [ + 25, + 220 + ], + [ + 24, + 221 + ], + [ + 23, + 222 + ], + [ + 22, + 223 + ], + [ + 21, + 222 + ], + [ + 22, + 221 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 106, + 177 + ], + [ + 107, + 178 + ], + [ + 108, + 179 + ], + [ + 109, + 180 + ], + [ + 110, + 181 + ], + [ + 111, + 182 + ], + [ + 112, + 183 + ], + [ + 112, + 184 + ], + [ + 112, + 185 + ], + [ + 112, + 186 + ], + [ + 113, + 187 + ], + [ + 112, + 188 + ], + [ + 113, + 189 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 97, + 446 + ], + "area_fraction": 0.015 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 41, + 43 + ], + "peak": [ + 39, + 60 + ], + "area_cells": 860 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 77 + ], + "peak": [ + 40, + 78 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 307 + ], + "peak": [ + 57, + 361 + ], + "area_cells": 2277 + }, + { + "id": "range_6", + "name": null, + "center": [ + 66, + 48 + ], + "peak": [ + 61, + 52 + ], + "area_cells": 250 + }, + { + "id": "range_8", + "name": null, + "center": [ + 146, + 4 + ], + "peak": [ + 150, + 0 + ], + "area_cells": 105 + }, + { + "id": "range_9", + "name": null, + "center": [ + 153, + 501 + ], + "peak": [ + 154, + 504 + ], + "area_cells": 165 + }, + { + "id": "range_10", + "name": null, + "center": [ + 198, + 260 + ], + "peak": [ + 194, + 257 + ], + "area_cells": 7261 + }, + { + "id": "range_11", + "name": null, + "center": [ + 175, + 367 + ], + "peak": [ + 175, + 368 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 187, + 63 + ], + "peak": [ + 186, + 77 + ], + "area_cells": 611 + }, + { + "id": "range_13", + "name": null, + "center": [ + 195, + 453 + ], + "peak": [ + 194, + 454 + ], + "area_cells": 119 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 403 + ], + "peak": [ + 210, + 384 + ], + "area_cells": 1065 + }, + { + "id": "range_16", + "name": null, + "center": [ + 206, + 484 + ], + "peak": [ + 209, + 484 + ], + "area_cells": 88 + }, + { + "id": "range_18", + "name": null, + "center": [ + 220, + 98 + ], + "peak": [ + 220, + 113 + ], + "area_cells": 242 + }, + { + "id": "range_19", + "name": null, + "center": [ + 225, + 39 + ], + "peak": [ + 226, + 47 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/globe.png new file mode 100644 index 000000000..e1adb213a Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/heightmap.png new file mode 100644 index 000000000..d00d06d2e Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/index.md new file mode 100644 index 000000000..81aeffc7f --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ83.1d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2898700671 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.333 + period_days: 105.0 + axial_tilt_deg: 12.3 +physical: + gravity_g: 0.43 + oblateness: 0.0036 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.949 + polar_ice_lat: 0.594 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.143 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ83.1d + +Cold Arid planet. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.43g | +| **Atmosphere** | thin | +| **Land** | 95% | +| **Year** | 105 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/markers.json new file mode 100644 index 000000000..e947642fe --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1d/markers.json @@ -0,0 +1,1019 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 24, + 168 + ], + [ + 24, + 169 + ], + [ + 23, + 170 + ], + [ + 23, + 171 + ], + [ + 23, + 172 + ], + [ + 24, + 173 + ], + [ + 25, + 174 + ], + [ + 26, + 175 + ], + [ + 27, + 175 + ], + [ + 28, + 174 + ], + [ + 29, + 175 + ], + [ + 30, + 175 + ], + [ + 31, + 175 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 204 + ], + [ + 128, + 203 + ], + [ + 129, + 202 + ], + [ + 130, + 201 + ], + [ + 131, + 201 + ], + [ + 132, + 200 + ], + [ + 133, + 199 + ], + [ + 134, + 198 + ], + [ + 135, + 197 + ], + [ + 136, + 196 + ], + [ + 137, + 195 + ], + [ + 138, + 195 + ], + [ + 139, + 196 + ], + [ + 140, + 195 + ], + [ + 141, + 194 + ], + [ + 142, + 193 + ], + [ + 143, + 192 + ], + [ + 144, + 191 + ], + [ + 145, + 190 + ], + [ + 146, + 191 + ], + [ + 147, + 191 + ], + [ + 148, + 191 + ], + [ + 149, + 191 + ], + [ + 150, + 190 + ], + [ + 151, + 190 + ], + [ + 152, + 189 + ], + [ + 153, + 190 + ], + [ + 154, + 191 + ], + [ + 155, + 190 + ], + [ + 156, + 191 + ], + [ + 157, + 192 + ], + [ + 158, + 193 + ], + [ + 159, + 194 + ], + [ + 160, + 195 + ], + [ + 161, + 195 + ], + [ + 162, + 196 + ], + [ + 163, + 197 + ], + [ + 163, + 198 + ], + [ + 163, + 199 + ], + [ + 162, + 200 + ], + [ + 162, + 201 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 117, + 152 + ], + [ + 118, + 153 + ], + [ + 119, + 154 + ], + [ + 120, + 154 + ], + [ + 121, + 155 + ], + [ + 122, + 155 + ], + [ + 123, + 155 + ], + [ + 124, + 156 + ], + [ + 125, + 157 + ], + [ + 126, + 158 + ], + [ + 127, + 157 + ], + [ + 128, + 157 + ], + [ + 129, + 158 + ], + [ + 129, + 157 + ], + [ + 130, + 157 + ], + [ + 131, + 158 + ], + [ + 132, + 157 + ], + [ + 132, + 158 + ], + [ + 133, + 158 + ], + [ + 134, + 159 + ], + [ + 134, + 160 + ], + [ + 135, + 161 + ], + [ + 136, + 161 + ], + [ + 135, + 162 + ], + [ + 135, + 163 + ], + [ + 134, + 162 + ], + [ + 133, + 162 + ], + [ + 132, + 162 + ], + [ + 133, + 161 + ], + [ + 133, + 160 + ], + [ + 132, + 160 + ], + [ + 133, + 159 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 207 + ], + [ + 254, + 208 + ], + [ + 253, + 209 + ], + [ + 252, + 210 + ], + [ + 252, + 211 + ], + [ + 252, + 212 + ], + [ + 251, + 212 + ], + [ + 250, + 212 + ], + [ + 249, + 212 + ], + [ + 248, + 211 + ], + [ + 247, + 212 + ], + [ + 246, + 212 + ], + [ + 245, + 213 + ], + [ + 244, + 212 + ], + [ + 244, + 213 + ], + [ + 243, + 213 + ], + [ + 243, + 214 + ], + [ + 244, + 215 + ], + [ + 244, + 214 + ], + [ + 243, + 215 + ], + [ + 243, + 216 + ], + [ + 244, + 216 + ], + [ + 243, + 217 + ], + [ + 242, + 216 + ], + [ + 242, + 215 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 169, + 3 + ], + [ + 168, + 2 + ], + [ + 167, + 1 + ], + [ + 166, + 1 + ], + [ + 165, + 0 + ], + [ + 164, + 511 + ], + [ + 163, + 510 + ], + [ + 162, + 509 + ], + [ + 161, + 508 + ], + [ + 160, + 507 + ], + [ + 161, + 506 + ], + [ + 161, + 505 + ], + [ + 161, + 504 + ], + [ + 160, + 504 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 92, + 102 + ], + [ + 91, + 103 + ], + [ + 90, + 104 + ], + [ + 89, + 105 + ], + [ + 88, + 106 + ], + [ + 87, + 106 + ], + [ + 86, + 107 + ], + [ + 85, + 106 + ], + [ + 84, + 106 + ], + [ + 83, + 105 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 201, + 459 + ], + [ + 202, + 458 + ], + [ + 203, + 457 + ], + [ + 204, + 456 + ], + [ + 205, + 456 + ], + [ + 206, + 455 + ], + [ + 207, + 455 + ], + [ + 206, + 454 + ], + [ + 207, + 453 + ], + [ + 208, + 452 + ], + [ + 209, + 451 + ], + [ + 210, + 450 + ], + [ + 209, + 450 + ], + [ + 210, + 449 + ], + [ + 211, + 450 + ], + [ + 212, + 451 + ], + [ + 212, + 450 + ], + [ + 213, + 450 + ], + [ + 213, + 451 + ], + [ + 214, + 451 + ], + [ + 213, + 452 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 253, + 195 + ], + [ + 252, + 196 + ], + [ + 251, + 197 + ], + [ + 250, + 198 + ], + [ + 249, + 199 + ], + [ + 248, + 200 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 30, + 258 + ], + [ + 29, + 257 + ], + [ + 28, + 256 + ], + [ + 27, + 255 + ], + [ + 26, + 254 + ], + [ + 25, + 253 + ], + [ + 24, + 252 + ], + [ + 23, + 251 + ], + [ + 22, + 252 + ], + [ + 21, + 253 + ], + [ + 20, + 253 + ], + [ + 19, + 253 + ], + [ + 18, + 253 + ], + [ + 17, + 253 + ], + [ + 16, + 254 + ], + [ + 15, + 254 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 1, + 457 + ], + [ + 1, + 456 + ], + [ + 2, + 456 + ], + [ + 2, + 455 + ], + [ + 3, + 454 + ], + [ + 4, + 455 + ], + [ + 5, + 455 + ], + [ + 6, + 456 + ], + [ + 7, + 457 + ], + [ + 8, + 458 + ], + [ + 8, + 459 + ], + [ + 9, + 460 + ], + [ + 10, + 461 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 120, + 136 + ], + [ + 119, + 135 + ], + [ + 118, + 134 + ], + [ + 117, + 133 + ], + [ + 116, + 132 + ], + [ + 117, + 131 + ], + [ + 117, + 130 + ], + [ + 117, + 129 + ], + [ + 117, + 128 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 282 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 207, + 95 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 65 + ], + "peak": [ + 49, + 46 + ], + "area_cells": 2398 + }, + { + "id": "range_2", + "name": null, + "center": [ + 78, + 347 + ], + "peak": [ + 76, + 303 + ], + "area_cells": 7825 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 150 + ], + "peak": [ + 65, + 158 + ], + "area_cells": 672 + }, + { + "id": "range_7", + "name": null, + "center": [ + 80, + 67 + ], + "peak": [ + 76, + 67 + ], + "area_cells": 305 + }, + { + "id": "range_9", + "name": null, + "center": [ + 87, + 11 + ], + "peak": [ + 91, + 8 + ], + "area_cells": 277 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 508 + ], + "peak": [ + 86, + 511 + ], + "area_cells": 53 + }, + { + "id": "range_12", + "name": null, + "center": [ + 111, + 475 + ], + "peak": [ + 103, + 475 + ], + "area_cells": 378 + }, + { + "id": "range_13", + "name": null, + "center": [ + 140, + 504 + ], + "peak": [ + 139, + 501 + ], + "area_cells": 35 + }, + { + "id": "range_14", + "name": null, + "center": [ + 217, + 409 + ], + "peak": [ + 217, + 411 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/globe.png new file mode 100644 index 000000000..348a4fd00 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/heightmap.png new file mode 100644 index 000000000..ca49cc957 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/index.md new file mode 100644 index 000000000..0bb61fb0f --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ83.1e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1592272217 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 17.5 +physical: + gravity_g: 0.09 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.948 + polar_ice_lat: 0.163 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.441 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ83.1e-m1 + +Frozen moon. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 95% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/markers.json new file mode 100644 index 000000000..42f60efd7 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e-m1/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 84, + 314 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 86, + 254 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 122, + 387 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 132, + 295 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 28 + ], + "peak": [ + 1, + 6 + ], + "area_cells": 1291 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 491 + ], + "peak": [ + 1, + 509 + ], + "area_cells": 869 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 77 + ], + "peak": [ + 29, + 67 + ], + "area_cells": 326 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 504 + ], + "peak": [ + 35, + 505 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 45 + ], + "peak": [ + 42, + 46 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 209, + 486 + ], + "peak": [ + 205, + 496 + ], + "area_cells": 396 + }, + { + "id": "range_8", + "name": null, + "center": [ + 209, + 452 + ], + "peak": [ + 209, + 457 + ], + "area_cells": 185 + }, + { + "id": "range_9", + "name": null, + "center": [ + 221, + 119 + ], + "peak": [ + 221, + 121 + ], + "area_cells": 545 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 385 + ], + "peak": [ + 221, + 393 + ], + "area_cells": 354 + }, + { + "id": "range_11", + "name": null, + "center": [ + 225, + 24 + ], + "peak": [ + 228, + 25 + ], + "area_cells": 41 + }, + { + "id": "range_13", + "name": null, + "center": [ + 230, + 509 + ], + "peak": [ + 231, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_14", + "name": null, + "center": [ + 250, + 91 + ], + "peak": [ + 254, + 93 + ], + "area_cells": 668 + }, + { + "id": "range_15", + "name": null, + "center": [ + 243, + 458 + ], + "peak": [ + 243, + 459 + ], + "area_cells": 59 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1e/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e/globe.png new file mode 100644 index 000000000..b63cde3cb Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1e/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e/index.md new file mode 100644 index 000000000..80a96f6a5 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ83.1e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1811108123 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.853 + period_days: 430.0 + axial_tilt_deg: 25.9 +physical: + gravity_g: null + oblateness: 0.0638 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 4 + storm_max_size: 0.067 +--- + +# GJ83.1e + +Gas giant. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 430 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/globe.png new file mode 100644 index 000000000..7c3458a3b Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/heightmap.png new file mode 100644 index 000000000..22be60814 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/index.md new file mode 100644 index 000000000..404694637 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ83.1f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2314853723 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.37 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.295 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ83.1f + +Frozen planet. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Land** | 94% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/markers.json new file mode 100644 index 000000000..b0eac07b0 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1f/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 9, + 47 + ], + "area_fraction": 0.0152 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 19, + 487 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 59, + 295 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 213 + ], + "peak": [ + 70, + 215 + ], + "area_cells": 450 + }, + { + "id": "range_2", + "name": null, + "center": [ + 76, + 167 + ], + "peak": [ + 76, + 168 + ], + "area_cells": 56 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 81 + ], + "peak": [ + 126, + 85 + ], + "area_cells": 142 + }, + { + "id": "range_6", + "name": null, + "center": [ + 232, + 72 + ], + "peak": [ + 231, + 44 + ], + "area_cells": 6687 + }, + { + "id": "range_8", + "name": null, + "center": [ + 238, + 489 + ], + "peak": [ + 238, + 495 + ], + "area_cells": 1485 + }, + { + "id": "range_9", + "name": null, + "center": [ + 243, + 248 + ], + "peak": [ + 255, + 292 + ], + "area_cells": 2671 + }, + { + "id": "range_11", + "name": null, + "center": [ + 239, + 457 + ], + "peak": [ + 237, + 457 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/globe.png new file mode 100644 index 000000000..6d77fe9e1 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/heightmap.png new file mode 100644 index 000000000..52669f994 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/index.md new file mode 100644 index 000000000..af3843019 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ83.1g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1301529907 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.182 + period_days: 3100.0 + axial_tilt_deg: 24.0 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.23 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.4 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ83.1g + +Frozen planet. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 98% | +| **Year** | 3100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/markers.json new file mode 100644 index 000000000..f3459c540 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1g/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 266 + ], + "peak": [ + 55, + 266 + ], + "area_cells": 27 + }, + { + "id": "range_2", + "name": null, + "center": [ + 63, + 292 + ], + "peak": [ + 63, + 294 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 95, + 446 + ], + "peak": [ + 94, + 455 + ], + "area_cells": 1981 + }, + { + "id": "range_4", + "name": null, + "center": [ + 159, + 200 + ], + "peak": [ + 120, + 207 + ], + "area_cells": 10364 + }, + { + "id": "range_5", + "name": null, + "center": [ + 102, + 341 + ], + "peak": [ + 109, + 340 + ], + "area_cells": 291 + }, + { + "id": "range_7", + "name": null, + "center": [ + 115, + 380 + ], + "peak": [ + 115, + 379 + ], + "area_cells": 320 + }, + { + "id": "range_8", + "name": null, + "center": [ + 157, + 304 + ], + "peak": [ + 156, + 302 + ], + "area_cells": 64 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 432 + ], + "peak": [ + 200, + 450 + ], + "area_cells": 6739 + }, + { + "id": "range_10", + "name": null, + "center": [ + 170, + 12 + ], + "peak": [ + 170, + 4 + ], + "area_cells": 418 + }, + { + "id": "range_12", + "name": null, + "center": [ + 171, + 57 + ], + "peak": [ + 171, + 57 + ], + "area_cells": 203 + }, + { + "id": "range_13", + "name": null, + "center": [ + 187, + 19 + ], + "peak": [ + 189, + 18 + ], + "area_cells": 310 + }, + { + "id": "range_14", + "name": null, + "center": [ + 211, + 15 + ], + "peak": [ + 213, + 13 + ], + "area_cells": 154 + }, + { + "id": "range_15", + "name": null, + "center": [ + 215, + 58 + ], + "peak": [ + 216, + 58 + ], + "area_cells": 21 + }, + { + "id": "range_20", + "name": null, + "center": [ + 224, + 374 + ], + "peak": [ + 222, + 380 + ], + "area_cells": 173 + }, + { + "id": "range_22", + "name": null, + "center": [ + 250, + 8 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 193 + }, + { + "id": "range_23", + "name": null, + "center": [ + 251, + 503 + ], + "peak": [ + 255, + 508 + ], + "area_cells": 153 + }, + { + "id": "range_24", + "name": null, + "center": [ + 253, + 480 + ], + "peak": [ + 255, + 482 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/globe.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/globe.png new file mode 100644 index 000000000..ac55ef975 Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/globe.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/heightmap.png b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/heightmap.png new file mode 100644 index 000000000..3c60fed2d Binary files /dev/null and b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/heightmap.png differ diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/index.md b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/index.md new file mode 100644 index 000000000..28c40baf2 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ83.1h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3380622387 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.887 + period_days: 5900.0 + axial_tilt_deg: 40.5 +physical: + gravity_g: 0.21 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.258 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ83.1h + +Frozen planet. + +**System:** [GJ-83.1](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.21g | +| **Land** | 98% | +| **Year** | 5900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/markers.json b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/markers.json new file mode 100644 index 000000000..407e80847 --- /dev/null +++ b/wiki/star-systems/GJ-83.1/bodies/GJ83.1h/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 247 + ], + "peak": [ + 38, + 205 + ], + "area_cells": 43290 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 508 + ], + "peak": [ + 96, + 510 + ], + "area_cells": 53 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 82 + ], + "peak": [ + 123, + 80 + ], + "area_cells": 253 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 196 + ], + "peak": [ + 127, + 198 + ], + "area_cells": 69 + }, + { + "id": "range_6", + "name": null, + "center": [ + 127, + 137 + ], + "peak": [ + 127, + 139 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ832b/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832b/globe.png new file mode 100644 index 000000000..3635515df Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832b/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832b/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832b/heightmap.png new file mode 100644 index 000000000..75de9ed73 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832b/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832b/index.md b/wiki/star-systems/GJ-832/bodies/GJ832b/index.md new file mode 100644 index 000000000..e306f4a6f --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ832b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2045128489 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 2.1 +physical: + gravity_g: 0.36 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.939 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ832b + +Barren planet. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 91% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832b/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832b/markers.json new file mode 100644 index 000000000..2bfae1ee3 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832b/markers.json @@ -0,0 +1,396 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 24, + 128 + ], + "area_fraction": 0.0269 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 16, + 328 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 12, + 496 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 95, + 464 + ], + "peak": [ + 71, + 472 + ], + "area_cells": 1723 + }, + { + "id": "range_3", + "name": null, + "center": [ + 64, + 300 + ], + "peak": [ + 63, + 304 + ], + "area_cells": 149 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 425 + ], + "peak": [ + 70, + 426 + ], + "area_cells": 41 + }, + { + "id": "range_6", + "name": null, + "center": [ + 72, + 332 + ], + "peak": [ + 71, + 333 + ], + "area_cells": 94 + }, + { + "id": "range_10", + "name": null, + "center": [ + 88, + 404 + ], + "peak": [ + 90, + 410 + ], + "area_cells": 139 + }, + { + "id": "range_11", + "name": null, + "center": [ + 124, + 349 + ], + "peak": [ + 110, + 356 + ], + "area_cells": 1254 + }, + { + "id": "range_13", + "name": null, + "center": [ + 106, + 301 + ], + "peak": [ + 108, + 303 + ], + "area_cells": 280 + }, + { + "id": "range_15", + "name": null, + "center": [ + 174, + 78 + ], + "peak": [ + 163, + 98 + ], + "area_cells": 2587 + }, + { + "id": "range_16", + "name": null, + "center": [ + 131, + 18 + ], + "peak": [ + 132, + 18 + ], + "area_cells": 72 + }, + { + "id": "range_19", + "name": null, + "center": [ + 143, + 472 + ], + "peak": [ + 146, + 464 + ], + "area_cells": 367 + }, + { + "id": "range_20", + "name": null, + "center": [ + 138, + 36 + ], + "peak": [ + 137, + 36 + ], + "area_cells": 57 + }, + { + "id": "range_25", + "name": null, + "center": [ + 204, + 161 + ], + "peak": [ + 215, + 191 + ], + "area_cells": 2193 + }, + { + "id": "range_27", + "name": null, + "center": [ + 151, + 364 + ], + "peak": [ + 151, + 363 + ], + "area_cells": 48 + }, + { + "id": "range_31", + "name": null, + "center": [ + 167, + 486 + ], + "peak": [ + 168, + 488 + ], + "area_cells": 154 + }, + { + "id": "range_32", + "name": null, + "center": [ + 177, + 462 + ], + "peak": [ + 185, + 465 + ], + "area_cells": 283 + }, + { + "id": "range_33", + "name": null, + "center": [ + 168, + 18 + ], + "peak": [ + 169, + 19 + ], + "area_cells": 72 + }, + { + "id": "range_34", + "name": null, + "center": [ + 176, + 297 + ], + "peak": [ + 177, + 298 + ], + "area_cells": 25 + }, + { + "id": "range_35", + "name": null, + "center": [ + 190, + 498 + ], + "peak": [ + 182, + 498 + ], + "area_cells": 254 + }, + { + "id": "range_36", + "name": null, + "center": [ + 204, + 20 + ], + "peak": [ + 202, + 23 + ], + "area_cells": 374 + }, + { + "id": "range_39", + "name": null, + "center": [ + 193, + 201 + ], + "peak": [ + 194, + 202 + ], + "area_cells": 34 + }, + { + "id": "range_40", + "name": null, + "center": [ + 217, + 221 + ], + "peak": [ + 205, + 214 + ], + "area_cells": 860 + }, + { + "id": "range_42", + "name": null, + "center": [ + 219, + 296 + ], + "peak": [ + 217, + 273 + ], + "area_cells": 1588 + }, + { + "id": "range_44", + "name": null, + "center": [ + 209, + 476 + ], + "peak": [ + 204, + 475 + ], + "area_cells": 235 + }, + { + "id": "range_45", + "name": null, + "center": [ + 212, + 360 + ], + "peak": [ + 217, + 358 + ], + "area_cells": 364 + }, + { + "id": "range_47", + "name": null, + "center": [ + 223, + 247 + ], + "peak": [ + 224, + 246 + ], + "area_cells": 29 + }, + { + "id": "range_49", + "name": null, + "center": [ + 245, + 20 + ], + "peak": [ + 246, + 19 + ], + "area_cells": 802 + }, + { + "id": "range_54", + "name": null, + "center": [ + 247, + 497 + ], + "peak": [ + 252, + 511 + ], + "area_cells": 510 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832c/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832c/globe.png new file mode 100644 index 000000000..9335259e2 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832c/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832c/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832c/heightmap.png new file mode 100644 index 000000000..d6f52a39d Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832c/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832c/index.md b/wiki/star-systems/GJ-832/bodies/GJ832c/index.md new file mode 100644 index 000000000..b59203303 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832c/index.md @@ -0,0 +1,74 @@ +--- +id: GJ832c +name: Damm +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 684261456 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.296 + period_days: 88.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.88 + oblateness: 0.0024 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.461 + polar_ice_lat: 0.814 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.3 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Damm + +Temperate Terminator planet. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 88 days | +| **Inhabited** | yes | +| **Population** | 800M | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832c/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832c/markers.json new file mode 100644 index 000000000..ad0a711ec --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832c/markers.json @@ -0,0 +1,642 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 145, + 360 + ], + [ + 146, + 360 + ], + [ + 147, + 359 + ], + [ + 148, + 358 + ], + [ + 149, + 357 + ], + [ + 150, + 358 + ], + [ + 151, + 357 + ], + [ + 152, + 357 + ], + [ + 153, + 357 + ], + [ + 154, + 356 + ], + [ + 154, + 355 + ], + [ + 153, + 354 + ], + [ + 153, + 353 + ], + [ + 154, + 352 + ], + [ + 153, + 351 + ], + [ + 154, + 350 + ], + [ + 154, + 349 + ], + [ + 153, + 348 + ], + [ + 154, + 347 + ], + [ + 154, + 346 + ], + [ + 153, + 345 + ], + [ + 153, + 344 + ], + [ + 153, + 343 + ], + [ + 154, + 343 + ], + [ + 154, + 342 + ], + [ + 153, + 342 + ], + [ + 152, + 342 + ], + [ + 151, + 341 + ], + [ + 151, + 340 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 166, + 303 + ], + [ + 167, + 302 + ], + [ + 168, + 301 + ], + [ + 169, + 301 + ], + [ + 170, + 300 + ], + [ + 171, + 299 + ], + [ + 170, + 298 + ], + [ + 169, + 297 + ], + [ + 170, + 296 + ], + [ + 170, + 295 + ], + [ + 169, + 294 + ], + [ + 168, + 294 + ], + [ + 169, + 293 + ], + [ + 168, + 292 + ], + [ + 169, + 291 + ], + [ + 169, + 290 + ], + [ + 170, + 289 + ], + [ + 169, + 288 + ], + [ + 168, + 288 + ], + [ + 168, + 287 + ], + [ + 168, + 286 + ], + [ + 167, + 285 + ], + [ + 166, + 284 + ], + [ + 166, + 283 + ], + [ + 165, + 282 + ], + [ + 166, + 282 + ], + [ + 166, + 281 + ], + [ + 166, + 280 + ], + [ + 165, + 280 + ], + [ + 165, + 279 + ], + [ + 166, + 279 + ], + [ + 165, + 278 + ], + [ + 164, + 278 + ], + [ + 165, + 277 + ], + [ + 166, + 276 + ], + [ + 165, + 275 + ], + [ + 165, + 276 + ], + [ + 166, + 277 + ], + [ + 166, + 278 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 152, + 175 + ], + [ + 153, + 174 + ], + [ + 154, + 173 + ], + [ + 155, + 172 + ], + [ + 156, + 171 + ], + [ + 156, + 170 + ], + [ + 157, + 169 + ], + [ + 156, + 168 + ], + [ + 156, + 167 + ], + [ + 156, + 166 + ], + [ + 155, + 165 + ], + [ + 155, + 164 + ], + [ + 154, + 163 + ], + [ + 155, + 162 + ], + [ + 154, + 161 + ], + [ + 154, + 160 + ], + [ + 155, + 159 + ], + [ + 155, + 158 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 143, + 159 + ], + [ + 144, + 158 + ], + [ + 145, + 157 + ], + [ + 146, + 156 + ], + [ + 147, + 155 + ], + [ + 148, + 156 + ], + [ + 149, + 156 + ], + [ + 150, + 157 + ], + [ + 151, + 157 + ], + [ + 152, + 157 + ], + [ + 153, + 158 + ], + [ + 153, + 159 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 141, + 146 + ], + [ + 140, + 145 + ], + [ + 139, + 144 + ], + [ + 138, + 144 + ], + [ + 137, + 143 + ], + [ + 136, + 144 + ], + [ + 135, + 145 + ], + [ + 134, + 146 + ], + [ + 133, + 147 + ], + [ + 132, + 148 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 88, + 17 + ], + [ + 89, + 18 + ], + [ + 89, + 19 + ], + [ + 88, + 20 + ], + [ + 88, + 21 + ], + [ + 87, + 22 + ], + [ + 86, + 22 + ], + [ + 85, + 23 + ], + [ + 84, + 23 + ], + [ + 83, + 23 + ], + [ + 82, + 24 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 69, + 258 + ], + "area_fraction": 0.5373 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 200, + 162 + ], + "peak": [ + 201, + 271 + ], + "area_cells": 7672 + }, + { + "id": "range_2", + "name": null, + "center": [ + 158, + 504 + ], + "peak": [ + 161, + 511 + ], + "area_cells": 62 + }, + { + "id": "range_3", + "name": null, + "center": [ + 179, + 408 + ], + "peak": [ + 173, + 419 + ], + "area_cells": 1489 + }, + { + "id": "range_4", + "name": null, + "center": [ + 165, + 304 + ], + "peak": [ + 166, + 303 + ], + "area_cells": 37 + }, + { + "id": "range_6", + "name": null, + "center": [ + 182, + 340 + ], + "peak": [ + 181, + 340 + ], + "area_cells": 112 + }, + { + "id": "range_7", + "name": null, + "center": [ + 227, + 289 + ], + "peak": [ + 227, + 292 + ], + "area_cells": 366 + }, + { + "id": "range_8", + "name": null, + "center": [ + 237, + 358 + ], + "peak": [ + 234, + 351 + ], + "area_cells": 701 + }, + { + "id": "range_9", + "name": null, + "center": [ + 232, + 441 + ], + "peak": [ + 232, + 443 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832d/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832d/globe.png new file mode 100644 index 000000000..86c56f2c2 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832d/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832d/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832d/heightmap.png new file mode 100644 index 000000000..fedad02bc Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832d/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832d/index.md b/wiki/star-systems/GJ-832/bodies/GJ832d/index.md new file mode 100644 index 000000000..13a25c25c --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ832d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 454718720 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.729 + period_days: 340.0 + axial_tilt_deg: 32.7 +physical: + gravity_g: 0.52 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.089 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ832d + +Frozen planet. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 340 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832d/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832d/markers.json new file mode 100644 index 000000000..1a7a9c412 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832d/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 251, + 120 + ], + [ + 250, + 119 + ], + [ + 249, + 119 + ], + [ + 248, + 120 + ], + [ + 248, + 119 + ], + [ + 247, + 120 + ], + [ + 246, + 121 + ], + [ + 245, + 122 + ], + [ + 244, + 122 + ], + [ + 243, + 123 + ], + [ + 243, + 122 + ], + [ + 242, + 123 + ], + [ + 241, + 122 + ], + [ + 241, + 121 + ], + [ + 240, + 122 + ], + [ + 239, + 121 + ], + [ + 238, + 121 + ], + [ + 237, + 120 + ], + [ + 236, + 121 + ], + [ + 237, + 122 + ], + [ + 236, + 123 + ], + [ + 237, + 124 + ], + [ + 236, + 124 + ], + [ + 237, + 125 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 248, + 113 + ], + [ + 249, + 113 + ], + [ + 249, + 112 + ], + [ + 248, + 112 + ], + [ + 247, + 113 + ], + [ + 246, + 114 + ], + [ + 245, + 114 + ], + [ + 244, + 114 + ], + [ + 243, + 113 + ], + [ + 242, + 113 + ], + [ + 241, + 113 + ], + [ + 240, + 114 + ], + [ + 239, + 114 + ], + [ + 238, + 115 + ], + [ + 237, + 115 + ], + [ + 237, + 116 + ], + [ + 237, + 117 + ], + [ + 238, + 118 + ], + [ + 238, + 119 + ], + [ + 237, + 120 + ], + [ + 236, + 120 + ], + [ + 236, + 119 + ], + [ + 236, + 118 + ], + [ + 235, + 118 + ], + [ + 234, + 118 + ], + [ + 234, + 119 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 222, + 34 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 221, + 486 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 101, + 149 + ], + "peak": [ + 109, + 155 + ], + "area_cells": 1157 + }, + { + "id": "range_2", + "name": null, + "center": [ + 106, + 273 + ], + "peak": [ + 107, + 272 + ], + "area_cells": 122 + }, + { + "id": "range_3", + "name": null, + "center": [ + 115, + 311 + ], + "peak": [ + 114, + 311 + ], + "area_cells": 457 + }, + { + "id": "range_4", + "name": null, + "center": [ + 113, + 104 + ], + "peak": [ + 114, + 105 + ], + "area_cells": 61 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m1/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/globe.png new file mode 100644 index 000000000..921cf1c79 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m1/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/heightmap.png new file mode 100644 index 000000000..cfc2ffc66 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m1/index.md b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/index.md new file mode 100644 index 000000000..713cd4938 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ832e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3537110102 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 51.7 +physical: + gravity_g: 0.13 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.058 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.292 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ832e-m1 + +Frozen moon. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 90% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m1/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/markers.json new file mode 100644 index 000000000..6df0e063d --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832e-m1/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 115, + 133 + ], + "area_fraction": 0.0219 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 149, + 343 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 198, + 136 + ], + "area_fraction": 0.0238 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 192, + 317 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 204, + 86 + ], + "area_fraction": 0.0069 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 366 + ], + "peak": [ + 31, + 350 + ], + "area_cells": 13888 + }, + { + "id": "range_3", + "name": null, + "center": [ + 49, + 196 + ], + "peak": [ + 51, + 195 + ], + "area_cells": 323 + }, + { + "id": "range_4", + "name": null, + "center": [ + 41, + 180 + ], + "peak": [ + 41, + 180 + ], + "area_cells": 24 + }, + { + "id": "range_12", + "name": null, + "center": [ + 76, + 417 + ], + "peak": [ + 77, + 418 + ], + "area_cells": 26 + }, + { + "id": "range_14", + "name": null, + "center": [ + 90, + 293 + ], + "peak": [ + 90, + 293 + ], + "area_cells": 69 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m2/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/globe.png new file mode 100644 index 000000000..020dce49a Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m2/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/heightmap.png new file mode 100644 index 000000000..ca6eaa0fd Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m2/index.md b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/index.md new file mode 100644 index 000000000..b1718e528 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ832e-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3663287304 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.083 + period_days: 13.0 + axial_tilt_deg: 9.3 +physical: + gravity_g: 0.08 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.958 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ832e-m2 + +Barren moon. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.08g | +| **Land** | 96% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e-m2/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/markers.json new file mode 100644 index 000000000..d4b36744e --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832e-m2/markers.json @@ -0,0 +1,493 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_64", + "name": null, + "kind": "lake", + "center": [ + 196, + 315 + ], + "area_fraction": 0.0061 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 9 + ], + "peak": [ + 19, + 9 + ], + "area_cells": 80 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 24 + ], + "peak": [ + 16, + 26 + ], + "area_cells": 68 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 358 + ], + "peak": [ + 22, + 367 + ], + "area_cells": 413 + }, + { + "id": "range_5", + "name": null, + "center": [ + 6, + 386 + ], + "peak": [ + 5, + 379 + ], + "area_cells": 354 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 403 + ], + "peak": [ + 0, + 404 + ], + "area_cells": 42 + }, + { + "id": "range_7", + "name": null, + "center": [ + 6, + 410 + ], + "peak": [ + 5, + 410 + ], + "area_cells": 29 + }, + { + "id": "range_8", + "name": null, + "center": [ + 9, + 446 + ], + "peak": [ + 6, + 449 + ], + "area_cells": 119 + }, + { + "id": "range_10", + "name": null, + "center": [ + 18, + 459 + ], + "peak": [ + 25, + 460 + ], + "area_cells": 82 + }, + { + "id": "range_13", + "name": null, + "center": [ + 5, + 478 + ], + "peak": [ + 3, + 478 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 22, + 263 + ], + "peak": [ + 25, + 263 + ], + "area_cells": 21 + }, + { + "id": "range_25", + "name": null, + "center": [ + 36, + 469 + ], + "peak": [ + 39, + 470 + ], + "area_cells": 112 + }, + { + "id": "range_31", + "name": null, + "center": [ + 46, + 165 + ], + "peak": [ + 47, + 165 + ], + "area_cells": 33 + }, + { + "id": "range_33", + "name": null, + "center": [ + 54, + 182 + ], + "peak": [ + 56, + 186 + ], + "area_cells": 95 + }, + { + "id": "range_36", + "name": null, + "center": [ + 70, + 144 + ], + "peak": [ + 73, + 144 + ], + "area_cells": 494 + }, + { + "id": "range_37", + "name": null, + "center": [ + 84, + 103 + ], + "peak": [ + 69, + 98 + ], + "area_cells": 455 + }, + { + "id": "range_39", + "name": null, + "center": [ + 72, + 82 + ], + "peak": [ + 73, + 81 + ], + "area_cells": 85 + }, + { + "id": "range_43", + "name": null, + "center": [ + 83, + 6 + ], + "peak": [ + 82, + 10 + ], + "area_cells": 172 + }, + { + "id": "range_46", + "name": null, + "center": [ + 92, + 179 + ], + "peak": [ + 93, + 180 + ], + "area_cells": 38 + }, + { + "id": "range_49", + "name": null, + "center": [ + 101, + 86 + ], + "peak": [ + 103, + 88 + ], + "area_cells": 74 + }, + { + "id": "range_53", + "name": null, + "center": [ + 105, + 367 + ], + "peak": [ + 106, + 368 + ], + "area_cells": 24 + }, + { + "id": "range_54", + "name": null, + "center": [ + 106, + 134 + ], + "peak": [ + 106, + 135 + ], + "area_cells": 22 + }, + { + "id": "range_56", + "name": null, + "center": [ + 110, + 392 + ], + "peak": [ + 110, + 393 + ], + "area_cells": 22 + }, + { + "id": "range_58", + "name": null, + "center": [ + 118, + 142 + ], + "peak": [ + 119, + 142 + ], + "area_cells": 110 + }, + { + "id": "range_59", + "name": null, + "center": [ + 118, + 163 + ], + "peak": [ + 119, + 159 + ], + "area_cells": 43 + }, + { + "id": "range_61", + "name": null, + "center": [ + 143, + 419 + ], + "peak": [ + 143, + 421 + ], + "area_cells": 144 + }, + { + "id": "range_63", + "name": null, + "center": [ + 160, + 370 + ], + "peak": [ + 164, + 373 + ], + "area_cells": 158 + }, + { + "id": "range_64", + "name": null, + "center": [ + 159, + 183 + ], + "peak": [ + 159, + 184 + ], + "area_cells": 62 + }, + { + "id": "range_65", + "name": null, + "center": [ + 162, + 53 + ], + "peak": [ + 162, + 53 + ], + "area_cells": 46 + }, + { + "id": "range_69", + "name": null, + "center": [ + 169, + 412 + ], + "peak": [ + 169, + 412 + ], + "area_cells": 56 + }, + { + "id": "range_72", + "name": null, + "center": [ + 179, + 182 + ], + "peak": [ + 181, + 179 + ], + "area_cells": 98 + }, + { + "id": "range_73", + "name": null, + "center": [ + 194, + 189 + ], + "peak": [ + 198, + 184 + ], + "area_cells": 180 + }, + { + "id": "range_78", + "name": null, + "center": [ + 221, + 36 + ], + "peak": [ + 226, + 35 + ], + "area_cells": 29 + }, + { + "id": "range_81", + "name": null, + "center": [ + 239, + 232 + ], + "peak": [ + 246, + 232 + ], + "area_cells": 247 + }, + { + "id": "range_82", + "name": null, + "center": [ + 245, + 493 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 752 + }, + { + "id": "range_84", + "name": null, + "center": [ + 246, + 10 + ], + "peak": [ + 252, + 13 + ], + "area_cells": 401 + }, + { + "id": "range_86", + "name": null, + "center": [ + 246, + 288 + ], + "peak": [ + 250, + 289 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832e/globe.png new file mode 100644 index 000000000..043011f26 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832e/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832e/index.md b/wiki/star-systems/GJ-832/bodies/GJ832e/index.md new file mode 100644 index 000000000..6c4003527 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ832e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1467889810 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.595 + period_days: 1100.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: null + oblateness: 0.0856 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.124 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 3 + storm_max_size: 0.135 +rings: + enabled: true + inner_radius_factor: 1.18 + outer_radius_factor: 2.37 + opacity_base: 0.51 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ832e + +Gas giant. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832f/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832f/globe.png new file mode 100644 index 000000000..599c24f15 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832f/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832f/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832f/heightmap.png new file mode 100644 index 000000000..69aad288f Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832f/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832f/index.md b/wiki/star-systems/GJ-832/bodies/GJ832f/index.md new file mode 100644 index 000000000..083424891 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ832f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1013141934 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.973 + period_days: 2800.0 + axial_tilt_deg: 30.2 +physical: + gravity_g: 0.42 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.86 + polar_ice_lat: 0.166 + 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 +--- + +# GJ832f + +Frozen planet. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832f/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832f/markers.json new file mode 100644 index 000000000..52dc26b1b --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832f/markers.json @@ -0,0 +1,305 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 15, + 435 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_35", + "name": null, + "kind": "sea", + "center": [ + 223, + 113 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 232, + 375 + ], + "area_fraction": 0.0251 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 4, + 206 + ], + "peak": [ + 0, + 198 + ], + "area_cells": 166 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 171 + ], + "peak": [ + 15, + 174 + ], + "area_cells": 124 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 160 + ], + "peak": [ + 26, + 160 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 251 + ], + "peak": [ + 83, + 199 + ], + "area_cells": 6525 + }, + { + "id": "range_6", + "name": null, + "center": [ + 56, + 164 + ], + "peak": [ + 57, + 163 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 125, + 415 + ], + "peak": [ + 124, + 422 + ], + "area_cells": 847 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 164 + ], + "peak": [ + 127, + 163 + ], + "area_cells": 331 + }, + { + "id": "range_12", + "name": null, + "center": [ + 133, + 344 + ], + "peak": [ + 138, + 344 + ], + "area_cells": 660 + }, + { + "id": "range_13", + "name": null, + "center": [ + 157, + 134 + ], + "peak": [ + 162, + 115 + ], + "area_cells": 893 + }, + { + "id": "range_15", + "name": null, + "center": [ + 153, + 431 + ], + "peak": [ + 154, + 433 + ], + "area_cells": 82 + }, + { + "id": "range_17", + "name": null, + "center": [ + 169, + 379 + ], + "peak": [ + 162, + 401 + ], + "area_cells": 1132 + }, + { + "id": "range_18", + "name": null, + "center": [ + 163, + 315 + ], + "peak": [ + 162, + 316 + ], + "area_cells": 242 + }, + { + "id": "range_19", + "name": null, + "center": [ + 182, + 244 + ], + "peak": [ + 169, + 272 + ], + "area_cells": 1440 + }, + { + "id": "range_21", + "name": null, + "center": [ + 184, + 37 + ], + "peak": [ + 185, + 39 + ], + "area_cells": 28 + }, + { + "id": "range_22", + "name": null, + "center": [ + 186, + 319 + ], + "peak": [ + 186, + 319 + ], + "area_cells": 54 + }, + { + "id": "range_23", + "name": null, + "center": [ + 194, + 508 + ], + "peak": [ + 196, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_25", + "name": null, + "center": [ + 203, + 498 + ], + "peak": [ + 202, + 499 + ], + "area_cells": 50 + }, + { + "id": "range_26", + "name": null, + "center": [ + 227, + 259 + ], + "peak": [ + 228, + 258 + ], + "area_cells": 381 + }, + { + "id": "range_27", + "name": null, + "center": [ + 251, + 207 + ], + "peak": [ + 255, + 195 + ], + "area_cells": 448 + }, + { + "id": "range_28", + "name": null, + "center": [ + 252, + 264 + ], + "peak": [ + 253, + 266 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832g/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832g/globe.png new file mode 100644 index 000000000..db7b1dd6f Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832g/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832g/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832g/heightmap.png new file mode 100644 index 000000000..ff57189c9 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832g/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832g/index.md b/wiki/star-systems/GJ-832/bodies/GJ832g/index.md new file mode 100644 index 000000000..e66f943e9 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ832g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3431342720 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 5.372 + period_days: 6800.0 + axial_tilt_deg: 44.8 +physical: + gravity_g: 0.33 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.744 + polar_ice_lat: 0.064 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.33 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ832g + +Frozen planet. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.33g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832g/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832g/markers.json new file mode 100644 index 000000000..8f8fcd615 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832g/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 49, + 373 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_28", + "name": null, + "kind": "ocean", + "center": [ + 208, + 349 + ], + "area_fraction": 0.1989 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 213, + 29 + ], + "area_fraction": 0.0232 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 41 + ], + "peak": [ + 1, + 60 + ], + "area_cells": 1141 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 495 + ], + "peak": [ + 8, + 511 + ], + "area_cells": 636 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 257 + ], + "peak": [ + 127, + 390 + ], + "area_cells": 25531 + }, + { + "id": "range_4", + "name": null, + "center": [ + 36, + 75 + ], + "peak": [ + 37, + 74 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 97 + ], + "peak": [ + 40, + 97 + ], + "area_cells": 88 + }, + { + "id": "range_9", + "name": null, + "center": [ + 59, + 52 + ], + "peak": [ + 58, + 50 + ], + "area_cells": 65 + }, + { + "id": "range_17", + "name": null, + "center": [ + 149, + 431 + ], + "peak": [ + 151, + 431 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-832/bodies/GJ832h/globe.png b/wiki/star-systems/GJ-832/bodies/GJ832h/globe.png new file mode 100644 index 000000000..c732eac3d Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832h/globe.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832h/heightmap.png b/wiki/star-systems/GJ-832/bodies/GJ832h/heightmap.png new file mode 100644 index 000000000..d2babbf61 Binary files /dev/null and b/wiki/star-systems/GJ-832/bodies/GJ832h/heightmap.png differ diff --git a/wiki/star-systems/GJ-832/bodies/GJ832h/index.md b/wiki/star-systems/GJ-832/bodies/GJ832h/index.md new file mode 100644 index 000000000..0c235780d --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ832h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1356591987 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 9.022 + period_days: 14800.0 + axial_tilt_deg: 43.6 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.858 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ832h + +Frozen planet. + +**System:** [GJ-832](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 14800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-832/bodies/GJ832h/markers.json b/wiki/star-systems/GJ-832/bodies/GJ832h/markers.json new file mode 100644 index 000000000..529217ca7 --- /dev/null +++ b/wiki/star-systems/GJ-832/bodies/GJ832h/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 31 + ], + "area_fraction": 0.0311 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 17, + 300 + ], + "area_fraction": 0.0227 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 28, + 495 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 216, + 206 + ], + "area_fraction": 0.0212 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 238, + 50 + ], + "area_fraction": 0.0247 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 247, + 487 + ], + "area_fraction": 0.0064 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 189 + ], + "peak": [ + 100, + 213 + ], + "area_cells": 7246 + }, + { + "id": "range_2", + "name": null, + "center": [ + 93, + 427 + ], + "peak": [ + 100, + 425 + ], + "area_cells": 509 + }, + { + "id": "range_3", + "name": null, + "center": [ + 120, + 446 + ], + "peak": [ + 120, + 446 + ], + "area_cells": 60 + }, + { + "id": "range_4", + "name": null, + "center": [ + 132, + 407 + ], + "peak": [ + 128, + 420 + ], + "area_cells": 861 + }, + { + "id": "range_5", + "name": null, + "center": [ + 124, + 458 + ], + "peak": [ + 124, + 458 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 181, + 393 + ], + "peak": [ + 182, + 387 + ], + "area_cells": 276 + }, + { + "id": "range_8", + "name": null, + "center": [ + 187, + 361 + ], + "peak": [ + 188, + 359 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ845b/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845b/globe.png new file mode 100644 index 000000000..1bc76d43a Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845b/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845b/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845b/heightmap.png new file mode 100644 index 000000000..e215a2ff2 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845b/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845b/index.md b/wiki/star-systems/GJ-845/bodies/GJ845b/index.md new file mode 100644 index 000000000..815f93a8b --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ845b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 592766207 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 43.1 +physical: + gravity_g: 0.24 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.995 + polar_ice_lat: 0.782 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.04 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845b + +Barren planet. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.24g | +| **Land** | 100% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845b/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845b/markers.json new file mode 100644 index 000000000..f696cec75 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845b/markers.json @@ -0,0 +1,638 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 5 + ], + "peak": [ + 3, + 0 + ], + "area_cells": 122 + }, + { + "id": "range_5", + "name": null, + "center": [ + 2, + 251 + ], + "peak": [ + 0, + 260 + ], + "area_cells": 127 + }, + { + "id": "range_6", + "name": null, + "center": [ + 5, + 265 + ], + "peak": [ + 3, + 266 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 2, + 278 + ], + "peak": [ + 3, + 271 + ], + "area_cells": 102 + }, + { + "id": "range_8", + "name": null, + "center": [ + 8, + 506 + ], + "peak": [ + 3, + 511 + ], + "area_cells": 101 + }, + { + "id": "range_11", + "name": null, + "center": [ + 15, + 238 + ], + "peak": [ + 13, + 237 + ], + "area_cells": 95 + }, + { + "id": "range_12", + "name": null, + "center": [ + 23, + 193 + ], + "peak": [ + 24, + 202 + ], + "area_cells": 422 + }, + { + "id": "range_14", + "name": null, + "center": [ + 19, + 486 + ], + "peak": [ + 20, + 487 + ], + "area_cells": 59 + }, + { + "id": "range_16", + "name": null, + "center": [ + 31, + 81 + ], + "peak": [ + 19, + 86 + ], + "area_cells": 512 + }, + { + "id": "range_19", + "name": null, + "center": [ + 23, + 491 + ], + "peak": [ + 22, + 492 + ], + "area_cells": 22 + }, + { + "id": "range_26", + "name": null, + "center": [ + 39, + 142 + ], + "peak": [ + 40, + 142 + ], + "area_cells": 26 + }, + { + "id": "range_28", + "name": null, + "center": [ + 46, + 383 + ], + "peak": [ + 46, + 384 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 49, + 9 + ], + "peak": [ + 50, + 9 + ], + "area_cells": 22 + }, + { + "id": "range_33", + "name": null, + "center": [ + 62, + 508 + ], + "peak": [ + 63, + 508 + ], + "area_cells": 36 + }, + { + "id": "range_34", + "name": null, + "center": [ + 83, + 87 + ], + "peak": [ + 74, + 84 + ], + "area_cells": 206 + }, + { + "id": "range_35", + "name": null, + "center": [ + 90, + 33 + ], + "peak": [ + 92, + 34 + ], + "area_cells": 143 + }, + { + "id": "range_36", + "name": null, + "center": [ + 79, + 500 + ], + "peak": [ + 80, + 501 + ], + "area_cells": 24 + }, + { + "id": "range_38", + "name": null, + "center": [ + 83, + 365 + ], + "peak": [ + 86, + 365 + ], + "area_cells": 95 + }, + { + "id": "range_39", + "name": null, + "center": [ + 86, + 154 + ], + "peak": [ + 88, + 152 + ], + "area_cells": 104 + }, + { + "id": "range_40", + "name": null, + "center": [ + 85, + 295 + ], + "peak": [ + 85, + 296 + ], + "area_cells": 104 + }, + { + "id": "range_41", + "name": null, + "center": [ + 108, + 493 + ], + "peak": [ + 123, + 498 + ], + "area_cells": 582 + }, + { + "id": "range_43", + "name": null, + "center": [ + 110, + 187 + ], + "peak": [ + 110, + 194 + ], + "area_cells": 423 + }, + { + "id": "range_44", + "name": null, + "center": [ + 90, + 260 + ], + "peak": [ + 92, + 260 + ], + "area_cells": 63 + }, + { + "id": "range_45", + "name": null, + "center": [ + 177, + 270 + ], + "peak": [ + 155, + 295 + ], + "area_cells": 5716 + }, + { + "id": "range_47", + "name": null, + "center": [ + 95, + 128 + ], + "peak": [ + 96, + 128 + ], + "area_cells": 31 + }, + { + "id": "range_48", + "name": null, + "center": [ + 122, + 87 + ], + "peak": [ + 102, + 80 + ], + "area_cells": 862 + }, + { + "id": "range_49", + "name": null, + "center": [ + 101, + 377 + ], + "peak": [ + 103, + 379 + ], + "area_cells": 89 + }, + { + "id": "range_50", + "name": null, + "center": [ + 111, + 12 + ], + "peak": [ + 107, + 5 + ], + "area_cells": 503 + }, + { + "id": "range_53", + "name": null, + "center": [ + 112, + 144 + ], + "peak": [ + 112, + 145 + ], + "area_cells": 85 + }, + { + "id": "range_56", + "name": null, + "center": [ + 114, + 249 + ], + "peak": [ + 115, + 249 + ], + "area_cells": 50 + }, + { + "id": "range_57", + "name": null, + "center": [ + 124, + 468 + ], + "peak": [ + 125, + 469 + ], + "area_cells": 72 + }, + { + "id": "range_58", + "name": null, + "center": [ + 131, + 235 + ], + "peak": [ + 131, + 236 + ], + "area_cells": 56 + }, + { + "id": "range_59", + "name": null, + "center": [ + 131, + 212 + ], + "peak": [ + 132, + 212 + ], + "area_cells": 21 + }, + { + "id": "range_63", + "name": null, + "center": [ + 140, + 460 + ], + "peak": [ + 139, + 460 + ], + "area_cells": 38 + }, + { + "id": "range_65", + "name": null, + "center": [ + 158, + 426 + ], + "peak": [ + 155, + 424 + ], + "area_cells": 297 + }, + { + "id": "range_66", + "name": null, + "center": [ + 153, + 338 + ], + "peak": [ + 153, + 339 + ], + "area_cells": 79 + }, + { + "id": "range_67", + "name": null, + "center": [ + 176, + 60 + ], + "peak": [ + 202, + 57 + ], + "area_cells": 995 + }, + { + "id": "range_69", + "name": null, + "center": [ + 198, + 383 + ], + "peak": [ + 191, + 373 + ], + "area_cells": 1676 + }, + { + "id": "range_71", + "name": null, + "center": [ + 172, + 404 + ], + "peak": [ + 172, + 405 + ], + "area_cells": 86 + }, + { + "id": "range_72", + "name": null, + "center": [ + 174, + 350 + ], + "peak": [ + 171, + 351 + ], + "area_cells": 29 + }, + { + "id": "range_76", + "name": null, + "center": [ + 180, + 441 + ], + "peak": [ + 181, + 436 + ], + "area_cells": 43 + }, + { + "id": "range_77", + "name": null, + "center": [ + 184, + 9 + ], + "peak": [ + 190, + 18 + ], + "area_cells": 104 + }, + { + "id": "range_78", + "name": null, + "center": [ + 215, + 191 + ], + "peak": [ + 213, + 204 + ], + "area_cells": 1067 + }, + { + "id": "range_79", + "name": null, + "center": [ + 205, + 436 + ], + "peak": [ + 205, + 438 + ], + "area_cells": 30 + }, + { + "id": "range_81", + "name": null, + "center": [ + 221, + 441 + ], + "peak": [ + 228, + 442 + ], + "area_cells": 458 + }, + { + "id": "range_82", + "name": null, + "center": [ + 231, + 219 + ], + "peak": [ + 227, + 221 + ], + "area_cells": 204 + }, + { + "id": "range_84", + "name": null, + "center": [ + 223, + 417 + ], + "peak": [ + 225, + 419 + ], + "area_cells": 38 + }, + { + "id": "range_93", + "name": null, + "center": [ + 248, + 237 + ], + "peak": [ + 247, + 239 + ], + "area_cells": 158 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845c/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845c/globe.png new file mode 100644 index 000000000..233d09d4b Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845c/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845c/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845c/heightmap.png new file mode 100644 index 000000000..e1454f89a Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845c/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845c/index.md b/wiki/star-systems/GJ-845/bodies/GJ845c/index.md new file mode 100644 index 000000000..1ecb00e34 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ845c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3382818663 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.278 + period_days: 60.0 + axial_tilt_deg: 14.9 +physical: + gravity_g: 0.58 + oblateness: 0.0018 + atmosphere: thick + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.927 + tectonics: none +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845c + +Barren planet. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.58g | +| **Atmosphere** | thick | +| **Land** | 98% | +| **Year** | 60 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845c/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845c/markers.json new file mode 100644 index 000000000..3e4cfa07d --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845c/markers.json @@ -0,0 +1,105 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 432 + ], + "peak": [ + 72, + 495 + ], + "area_cells": 8089 + }, + { + "id": "range_2", + "name": null, + "center": [ + 71, + 78 + ], + "peak": [ + 76, + 0 + ], + "area_cells": 7217 + }, + { + "id": "range_3", + "name": null, + "center": [ + 131, + 191 + ], + "peak": [ + 135, + 196 + ], + "area_cells": 252 + }, + { + "id": "range_4", + "name": null, + "center": [ + 188, + 52 + ], + "peak": [ + 177, + 66 + ], + "area_cells": 1200 + }, + { + "id": "range_5", + "name": null, + "center": [ + 189, + 508 + ], + "peak": [ + 189, + 510 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 215, + 4 + ], + "peak": [ + 230, + 0 + ], + "area_cells": 113 + }, + { + "id": "range_8", + "name": null, + "center": [ + 226, + 503 + ], + "peak": [ + 230, + 509 + ], + "area_cells": 124 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d-1/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845d-1/globe.png new file mode 100644 index 000000000..b64a482f2 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845d-1/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d-1/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845d-1/heightmap.png new file mode 100644 index 000000000..6fd4e8487 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d-1/index.md b/wiki/star-systems/GJ-845/bodies/GJ845d-1/index.md new file mode 100644 index 000000000..733d20217 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ845d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2431808052 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 22.3 +physical: + gravity_g: 0.07 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.97 + polar_ice_lat: 0.861 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.032 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845d-1 + +Barren moon. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 97% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d-1/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845d-1/markers.json new file mode 100644 index 000000000..55afec3a5 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845d-1/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 38, + 381 + ], + "peak": [ + 38, + 381 + ], + "area_cells": 36 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 362 + ], + "peak": [ + 41, + 364 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 372 + ], + "peak": [ + 62, + 371 + ], + "area_cells": 236 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 493 + ], + "peak": [ + 99, + 498 + ], + "area_cells": 1940 + }, + { + "id": "range_6", + "name": null, + "center": [ + 64, + 305 + ], + "peak": [ + 65, + 300 + ], + "area_cells": 130 + }, + { + "id": "range_7", + "name": null, + "center": [ + 109, + 33 + ], + "peak": [ + 106, + 44 + ], + "area_cells": 1711 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 425 + ], + "peak": [ + 136, + 440 + ], + "area_cells": 2153 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 239 + ], + "peak": [ + 134, + 187 + ], + "area_cells": 5896 + }, + { + "id": "range_11", + "name": null, + "center": [ + 76, + 322 + ], + "peak": [ + 77, + 323 + ], + "area_cells": 23 + }, + { + "id": "range_12", + "name": null, + "center": [ + 79, + 76 + ], + "peak": [ + 79, + 78 + ], + "area_cells": 91 + }, + { + "id": "range_14", + "name": null, + "center": [ + 168, + 114 + ], + "peak": [ + 108, + 90 + ], + "area_cells": 6501 + }, + { + "id": "range_16", + "name": null, + "center": [ + 114, + 6 + ], + "peak": [ + 115, + 0 + ], + "area_cells": 43 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 350 + ], + "peak": [ + 126, + 351 + ], + "area_cells": 23 + }, + { + "id": "range_18", + "name": null, + "center": [ + 128, + 1 + ], + "peak": [ + 127, + 0 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 150, + 2 + ], + "peak": [ + 157, + 1 + ], + "area_cells": 151 + }, + { + "id": "range_21", + "name": null, + "center": [ + 152, + 508 + ], + "peak": [ + 157, + 511 + ], + "area_cells": 90 + }, + { + "id": "range_27", + "name": null, + "center": [ + 166, + 299 + ], + "peak": [ + 165, + 298 + ], + "area_cells": 334 + }, + { + "id": "range_28", + "name": null, + "center": [ + 167, + 11 + ], + "peak": [ + 164, + 10 + ], + "area_cells": 28 + }, + { + "id": "range_29", + "name": null, + "center": [ + 187, + 215 + ], + "peak": [ + 190, + 217 + ], + "area_cells": 310 + }, + { + "id": "range_30", + "name": null, + "center": [ + 193, + 277 + ], + "peak": [ + 199, + 281 + ], + "area_cells": 223 + }, + { + "id": "range_32", + "name": null, + "center": [ + 189, + 45 + ], + "peak": [ + 187, + 43 + ], + "area_cells": 41 + }, + { + "id": "range_34", + "name": null, + "center": [ + 196, + 397 + ], + "peak": [ + 195, + 397 + ], + "area_cells": 32 + }, + { + "id": "range_35", + "name": null, + "center": [ + 199, + 313 + ], + "peak": [ + 200, + 314 + ], + "area_cells": 120 + }, + { + "id": "range_36", + "name": null, + "center": [ + 203, + 325 + ], + "peak": [ + 207, + 328 + ], + "area_cells": 163 + }, + { + "id": "range_38", + "name": null, + "center": [ + 217, + 196 + ], + "peak": [ + 217, + 196 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845d/globe.png new file mode 100644 index 000000000..01934e9ea Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845d/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845d/heightmap.png new file mode 100644 index 000000000..518e85273 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845d/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d/index.md b/wiki/star-systems/GJ-845/bodies/GJ845d/index.md new file mode 100644 index 000000000..d5cfcefb9 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ845d +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 852579910 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 18.4 +physical: + gravity_g: 0.88 + oblateness: 0.0049 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.303 + polar_ice_lat: 0.677 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ocean +clouds: + enabled: true + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ845d + +Temperate planet. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | ocean | +| **Land** | 30% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845d/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845d/markers.json new file mode 100644 index 000000000..cba900412 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845d/markers.json @@ -0,0 +1,440 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 124, + 205 + ], + [ + 123, + 204 + ], + [ + 122, + 203 + ], + [ + 121, + 203 + ], + [ + 120, + 204 + ], + [ + 119, + 205 + ], + [ + 118, + 206 + ], + [ + 119, + 207 + ], + [ + 119, + 208 + ], + [ + 119, + 209 + ], + [ + 118, + 210 + ], + [ + 119, + 210 + ], + [ + 119, + 211 + ], + [ + 119, + 212 + ], + [ + 119, + 213 + ], + [ + 120, + 214 + ], + [ + 120, + 213 + ], + [ + 119, + 214 + ], + [ + 120, + 215 + ], + [ + 120, + 216 + ], + [ + 119, + 217 + ], + [ + 119, + 218 + ], + [ + 120, + 219 + ], + [ + 119, + 220 + ], + [ + 120, + 220 + ], + [ + 120, + 221 + ], + [ + 119, + 222 + ], + [ + 120, + 223 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 16, + 113 + ], + [ + 15, + 113 + ], + [ + 14, + 113 + ], + [ + 13, + 112 + ], + [ + 12, + 112 + ], + [ + 11, + 112 + ], + [ + 10, + 113 + ], + [ + 9, + 113 + ], + [ + 8, + 114 + ], + [ + 7, + 114 + ], + [ + 6, + 115 + ], + [ + 6, + 114 + ], + [ + 5, + 115 + ], + [ + 5, + 116 + ], + [ + 5, + 117 + ], + [ + 5, + 118 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 96, + 276 + ], + [ + 95, + 275 + ], + [ + 94, + 274 + ], + [ + 93, + 274 + ], + [ + 92, + 274 + ], + [ + 91, + 273 + ], + [ + 91, + 274 + ], + [ + 92, + 273 + ], + [ + 93, + 272 + ], + [ + 92, + 272 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 19, + 19 + ], + [ + 20, + 18 + ], + [ + 21, + 18 + ], + [ + 22, + 19 + ], + [ + 23, + 18 + ], + [ + 24, + 19 + ], + [ + 25, + 20 + ], + [ + 25, + 19 + ], + [ + 26, + 20 + ], + [ + 26, + 21 + ], + [ + 27, + 22 + ], + [ + 28, + 23 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 144, + 3 + ], + [ + 144, + 4 + ], + [ + 145, + 5 + ], + [ + 145, + 6 + ], + [ + 146, + 7 + ], + [ + 147, + 8 + ], + [ + 148, + 9 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 6, + 35 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 178 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 18, + 488 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 26, + 304 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_7", + "name": null, + "kind": "ocean", + "center": [ + 166, + 237 + ], + "area_fraction": 0.6576 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 301 + ], + "peak": [ + 13, + 300 + ], + "area_cells": 55 + }, + { + "id": "range_2", + "name": null, + "center": [ + 48, + 185 + ], + "peak": [ + 55, + 201 + ], + "area_cells": 868 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 424 + ], + "peak": [ + 36, + 423 + ], + "area_cells": 46 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 328 + ], + "peak": [ + 40, + 348 + ], + "area_cells": 793 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845e/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845e/globe.png new file mode 100644 index 000000000..904de984f Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845e/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845e/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845e/heightmap.png new file mode 100644 index 000000000..f10f33e0f Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845e/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845e/index.md b/wiki/star-systems/GJ-845/bodies/GJ845e/index.md new file mode 100644 index 000000000..1cc71dda2 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ845e +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1407042102 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.951 + period_days: 380.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: 0.72 + oblateness: 0.0032 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.747 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.438 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ845e + +Temperate planet. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.72g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 72% | +| **Year** | 380 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845e/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845e/markers.json new file mode 100644 index 000000000..3e22e8833 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845e/markers.json @@ -0,0 +1,801 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 86, + 346 + ], + [ + 87, + 347 + ], + [ + 88, + 348 + ], + [ + 89, + 349 + ], + [ + 90, + 350 + ], + [ + 91, + 351 + ], + [ + 92, + 352 + ], + [ + 92, + 353 + ], + [ + 92, + 354 + ], + [ + 91, + 355 + ], + [ + 91, + 356 + ], + [ + 90, + 357 + ], + [ + 89, + 358 + ], + [ + 90, + 359 + ], + [ + 89, + 360 + ], + [ + 90, + 360 + ], + [ + 90, + 361 + ], + [ + 89, + 362 + ], + [ + 89, + 361 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 164, + 392 + ], + [ + 165, + 393 + ], + [ + 166, + 394 + ], + [ + 167, + 395 + ], + [ + 168, + 396 + ], + [ + 169, + 396 + ], + [ + 170, + 395 + ], + [ + 171, + 394 + ], + [ + 172, + 395 + ], + [ + 173, + 396 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 26, + 20 + ], + [ + 26, + 21 + ], + [ + 27, + 22 + ], + [ + 28, + 23 + ], + [ + 28, + 24 + ], + [ + 29, + 25 + ], + [ + 30, + 26 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 150, + 477 + ], + [ + 151, + 477 + ], + [ + 152, + 476 + ], + [ + 153, + 475 + ], + [ + 154, + 474 + ], + [ + 155, + 473 + ], + [ + 156, + 473 + ], + [ + 157, + 474 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 140, + 430 + ], + [ + 141, + 431 + ], + [ + 142, + 432 + ], + [ + 143, + 433 + ], + [ + 144, + 434 + ], + [ + 145, + 433 + ], + [ + 146, + 434 + ], + [ + 147, + 433 + ], + [ + 148, + 433 + ], + [ + 149, + 434 + ], + [ + 150, + 434 + ], + [ + 151, + 433 + ], + [ + 152, + 432 + ], + [ + 153, + 432 + ], + [ + 154, + 431 + ], + [ + 155, + 430 + ], + [ + 156, + 430 + ], + [ + 157, + 429 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 94, + 508 + ], + [ + 95, + 507 + ], + [ + 96, + 508 + ], + [ + 97, + 509 + ], + [ + 98, + 510 + ], + [ + 99, + 511 + ], + [ + 100, + 511 + ], + [ + 101, + 511 + ], + [ + 102, + 511 + ], + [ + 103, + 510 + ], + [ + 104, + 509 + ], + [ + 105, + 508 + ], + [ + 106, + 508 + ], + [ + 107, + 509 + ], + [ + 108, + 509 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 66, + 285 + ], + [ + 67, + 284 + ], + [ + 68, + 283 + ], + [ + 69, + 282 + ], + [ + 70, + 282 + ], + [ + 71, + 281 + ], + [ + 72, + 280 + ], + [ + 73, + 279 + ], + [ + 74, + 278 + ], + [ + 75, + 278 + ], + [ + 75, + 277 + ], + [ + 76, + 276 + ], + [ + 76, + 275 + ], + [ + 77, + 276 + ], + [ + 78, + 275 + ], + [ + 79, + 275 + ], + [ + 80, + 274 + ], + [ + 81, + 274 + ], + [ + 82, + 273 + ], + [ + 83, + 273 + ], + [ + 84, + 272 + ], + [ + 85, + 271 + ], + [ + 86, + 270 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 144, + 37 + ], + [ + 143, + 38 + ], + [ + 142, + 39 + ], + [ + 141, + 38 + ], + [ + 140, + 37 + ], + [ + 139, + 36 + ], + [ + 138, + 35 + ], + [ + 137, + 34 + ], + [ + 136, + 33 + ], + [ + 135, + 33 + ], + [ + 134, + 32 + ], + [ + 133, + 32 + ], + [ + 132, + 31 + ], + [ + 131, + 30 + ], + [ + 130, + 30 + ], + [ + 129, + 29 + ], + [ + 128, + 28 + ], + [ + 127, + 27 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 16, + 31 + ], + "area_fraction": 0.0106 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 27, + 292 + ], + "area_fraction": 0.0393 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 13, + 462 + ], + "area_fraction": 0.0195 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 130, + 446 + ], + "area_fraction": 0.0957 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 135, + 297 + ], + "area_fraction": 0.0629 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 173, + 33 + ], + "area_fraction": 0.0305 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 243, + 368 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 125 + ], + "peak": [ + 35, + 137 + ], + "area_cells": 3394 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 214 + ], + "peak": [ + 20, + 215 + ], + "area_cells": 174 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 207 + ], + "peak": [ + 52, + 208 + ], + "area_cells": 110 + }, + { + "id": "range_4", + "name": null, + "center": [ + 61, + 449 + ], + "peak": [ + 60, + 446 + ], + "area_cells": 166 + }, + { + "id": "range_5", + "name": null, + "center": [ + 91, + 146 + ], + "peak": [ + 90, + 139 + ], + "area_cells": 601 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 24 + ], + "peak": [ + 96, + 24 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 199, + 180 + ], + "peak": [ + 213, + 156 + ], + "area_cells": 5701 + }, + { + "id": "range_11", + "name": null, + "center": [ + 193, + 328 + ], + "peak": [ + 195, + 328 + ], + "area_cells": 50 + }, + { + "id": "range_12", + "name": null, + "center": [ + 196, + 298 + ], + "peak": [ + 197, + 297 + ], + "area_cells": 37 + }, + { + "id": "range_14", + "name": null, + "center": [ + 204, + 380 + ], + "peak": [ + 205, + 388 + ], + "area_cells": 147 + }, + { + "id": "range_15", + "name": null, + "center": [ + 214, + 455 + ], + "peak": [ + 217, + 462 + ], + "area_cells": 126 + }, + { + "id": "range_16", + "name": null, + "center": [ + 223, + 494 + ], + "peak": [ + 222, + 483 + ], + "area_cells": 226 + }, + { + "id": "range_18", + "name": null, + "center": [ + 232, + 47 + ], + "peak": [ + 228, + 50 + ], + "area_cells": 1187 + }, + { + "id": "range_20", + "name": null, + "center": [ + 236, + 97 + ], + "peak": [ + 239, + 96 + ], + "area_cells": 144 + }, + { + "id": "range_21", + "name": null, + "center": [ + 236, + 135 + ], + "peak": [ + 235, + 136 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845f/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845f/globe.png new file mode 100644 index 000000000..38da1feec Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845f/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845f/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845f/heightmap.png new file mode 100644 index 000000000..b53038a23 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845f/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845f/index.md b/wiki/star-systems/GJ-845/bodies/GJ845f/index.md new file mode 100644 index 000000000..0d6fcf48f --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845f/index.md @@ -0,0 +1,68 @@ +--- +id: GJ845f +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2343487571 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.429 + period_days: 700.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.42 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.872 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.082 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845f + +Arid planet. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 700 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845f/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845f/markers.json new file mode 100644 index 000000000..b8120f29d --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845f/markers.json @@ -0,0 +1,66 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 188, + 386 + ], + "peak": [ + 180, + 359 + ], + "area_cells": 19761 + }, + { + "id": "range_3", + "name": null, + "center": [ + 181, + 90 + ], + "peak": [ + 182, + 126 + ], + "area_cells": 11166 + }, + { + "id": "range_4", + "name": null, + "center": [ + 145, + 127 + ], + "peak": [ + 145, + 129 + ], + "area_cells": 39 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 168 + ], + "peak": [ + 153, + 169 + ], + "area_cells": 123 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845g/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845g/globe.png new file mode 100644 index 000000000..051ee236d Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845g/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845g/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845g/heightmap.png new file mode 100644 index 000000000..f8b7f3703 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845g/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845g/index.md b/wiki/star-systems/GJ-845/bodies/GJ845g/index.md new file mode 100644 index 000000000..e7158e600 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ845g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3770771969 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.35 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.781 + polar_ice_lat: 0.195 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.43 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845g + +Frozen planet. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845g/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845g/markers.json new file mode 100644 index 000000000..d8fd5d913 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845g/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 106, + 408 + ], + "area_fraction": 0.0523 + }, + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 152, + 243 + ], + "area_fraction": 0.081 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 141, + 301 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 165, + 386 + ], + "area_fraction": 0.0179 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 174, + 149 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_51", + "name": null, + "kind": "lake", + "center": [ + 229, + 225 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 327 + ], + "peak": [ + 0, + 385 + ], + "area_cells": 2823 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 454 + ], + "peak": [ + 12, + 457 + ], + "area_cells": 168 + }, + { + "id": "range_7", + "name": null, + "center": [ + 231, + 321 + ], + "peak": [ + 231, + 319 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-1/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845h-1/globe.png new file mode 100644 index 000000000..e65a97ea5 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h-1/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-1/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845h-1/heightmap.png new file mode 100644 index 000000000..85cd709c6 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-1/index.md b/wiki/star-systems/GJ-845/bodies/GJ845h-1/index.md new file mode 100644 index 000000000..2f9bb4dbe --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ845h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 672821329 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.046 + period_days: 4.0 + axial_tilt_deg: 41.6 +physical: + gravity_g: 0.1 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.814 + 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 +--- + +# GJ845h-1 + +Barren moon. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.1g | +| **Land** | 100% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-1/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845h-1/markers.json new file mode 100644 index 000000000..75cb0bcaf --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h-1/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 254 + ], + "peak": [ + 89, + 215 + ], + "area_cells": 23656 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 255 + ], + "peak": [ + 42, + 255 + ], + "area_cells": 39 + }, + { + "id": "range_8", + "name": null, + "center": [ + 70, + 106 + ], + "peak": [ + 71, + 105 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 80, + 310 + ], + "peak": [ + 81, + 310 + ], + "area_cells": 26 + }, + { + "id": "range_12", + "name": null, + "center": [ + 107, + 256 + ], + "peak": [ + 101, + 254 + ], + "area_cells": 386 + }, + { + "id": "range_14", + "name": null, + "center": [ + 103, + 28 + ], + "peak": [ + 99, + 16 + ], + "area_cells": 288 + }, + { + "id": "range_16", + "name": null, + "center": [ + 128, + 498 + ], + "peak": [ + 127, + 499 + ], + "area_cells": 298 + }, + { + "id": "range_19", + "name": null, + "center": [ + 143, + 238 + ], + "peak": [ + 146, + 236 + ], + "area_cells": 346 + }, + { + "id": "range_20", + "name": null, + "center": [ + 141, + 280 + ], + "peak": [ + 142, + 281 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 145, + 263 + ], + "peak": [ + 145, + 264 + ], + "area_cells": 37 + }, + { + "id": "range_23", + "name": null, + "center": [ + 151, + 35 + ], + "peak": [ + 151, + 35 + ], + "area_cells": 70 + }, + { + "id": "range_27", + "name": null, + "center": [ + 223, + 432 + ], + "peak": [ + 223, + 433 + ], + "area_cells": 20 + }, + { + "id": "range_29", + "name": null, + "center": [ + 252, + 12 + ], + "peak": [ + 254, + 12 + ], + "area_cells": 21 + }, + { + "id": "range_31", + "name": null, + "center": [ + 252, + 384 + ], + "peak": [ + 255, + 383 + ], + "area_cells": 129 + }, + { + "id": "range_32", + "name": null, + "center": [ + 252, + 46 + ], + "peak": [ + 255, + 47 + ], + "area_cells": 146 + }, + { + "id": "range_33", + "name": null, + "center": [ + 254, + 484 + ], + "peak": [ + 255, + 494 + ], + "area_cells": 111 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-2/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845h-2/globe.png new file mode 100644 index 000000000..0a09aef66 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h-2/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-2/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845h-2/heightmap.png new file mode 100644 index 000000000..3a12ae8fa Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-2/index.md b/wiki/star-systems/GJ-845/bodies/GJ845h-2/index.md new file mode 100644 index 000000000..53112b8c1 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ845h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 17632015 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 57.0 +physical: + gravity_g: 0.06 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.85 + polar_ice_lat: 0.063 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845h-2 + +Frozen moon. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 85% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-2/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845h-2/markers.json new file mode 100644 index 000000000..861cabe23 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h-2/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 85, + 197 + ], + "area_fraction": 0.0742 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 235, + 190 + ], + "area_fraction": 0.0392 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 8, + 97 + ], + "peak": [ + 15, + 104 + ], + "area_cells": 405 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 242 + ], + "peak": [ + 3, + 238 + ], + "area_cells": 255 + }, + { + "id": "range_4", + "name": null, + "center": [ + 8, + 355 + ], + "peak": [ + 13, + 353 + ], + "area_cells": 92 + }, + { + "id": "range_6", + "name": null, + "center": [ + 43, + 441 + ], + "peak": [ + 49, + 465 + ], + "area_cells": 2882 + }, + { + "id": "range_11", + "name": null, + "center": [ + 28, + 173 + ], + "peak": [ + 30, + 165 + ], + "area_cells": 1203 + }, + { + "id": "range_12", + "name": null, + "center": [ + 29, + 23 + ], + "peak": [ + 28, + 19 + ], + "area_cells": 728 + }, + { + "id": "range_13", + "name": null, + "center": [ + 24, + 407 + ], + "peak": [ + 25, + 426 + ], + "area_cells": 371 + }, + { + "id": "range_14", + "name": null, + "center": [ + 26, + 339 + ], + "peak": [ + 25, + 338 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 27, + 509 + ], + "peak": [ + 28, + 510 + ], + "area_cells": 21 + }, + { + "id": "range_17", + "name": null, + "center": [ + 56, + 358 + ], + "peak": [ + 56, + 363 + ], + "area_cells": 777 + }, + { + "id": "range_19", + "name": null, + "center": [ + 33, + 377 + ], + "peak": [ + 33, + 377 + ], + "area_cells": 82 + }, + { + "id": "range_23", + "name": null, + "center": [ + 200, + 329 + ], + "peak": [ + 195, + 343 + ], + "area_cells": 3551 + }, + { + "id": "range_24", + "name": null, + "center": [ + 180, + 254 + ], + "peak": [ + 179, + 254 + ], + "area_cells": 62 + }, + { + "id": "range_25", + "name": null, + "center": [ + 193, + 103 + ], + "peak": [ + 190, + 105 + ], + "area_cells": 147 + }, + { + "id": "range_26", + "name": null, + "center": [ + 207, + 79 + ], + "peak": [ + 205, + 83 + ], + "area_cells": 399 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-3/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845h-3/globe.png new file mode 100644 index 000000000..d1ba938cb Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h-3/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-3/heightmap.png b/wiki/star-systems/GJ-845/bodies/GJ845h-3/heightmap.png new file mode 100644 index 000000000..43b3a8388 Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h-3/heightmap.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-3/index.md b/wiki/star-systems/GJ-845/bodies/GJ845h-3/index.md new file mode 100644 index 000000000..94a478e1f --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h-3/index.md @@ -0,0 +1,64 @@ +--- +id: GJ845h-3 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3791816933 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 15.2 +physical: + gravity_g: 0.04 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.942 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ845h-3 + +Barren moon. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 99% | +| **Orbit** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h-3/markers.json b/wiki/star-systems/GJ-845/bodies/GJ845h-3/markers.json new file mode 100644 index 000000000..d0256d768 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h-3/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 247 + ], + "peak": [ + 132, + 136 + ], + "area_cells": 39615 + }, + { + "id": "range_5", + "name": null, + "center": [ + 53, + 172 + ], + "peak": [ + 52, + 172 + ], + "area_cells": 32 + }, + { + "id": "range_14", + "name": null, + "center": [ + 80, + 56 + ], + "peak": [ + 80, + 56 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 88, + 237 + ], + "peak": [ + 88, + 243 + ], + "area_cells": 169 + }, + { + "id": "range_25", + "name": null, + "center": [ + 123, + 446 + ], + "peak": [ + 124, + 446 + ], + "area_cells": 30 + }, + { + "id": "range_28", + "name": null, + "center": [ + 144, + 385 + ], + "peak": [ + 144, + 387 + ], + "area_cells": 40 + }, + { + "id": "range_30", + "name": null, + "center": [ + 152, + 224 + ], + "peak": [ + 153, + 218 + ], + "area_cells": 65 + }, + { + "id": "range_31", + "name": null, + "center": [ + 157, + 444 + ], + "peak": [ + 157, + 445 + ], + "area_cells": 47 + }, + { + "id": "range_32", + "name": null, + "center": [ + 162, + 504 + ], + "peak": [ + 163, + 504 + ], + "area_cells": 73 + }, + { + "id": "range_34", + "name": null, + "center": [ + 164, + 427 + ], + "peak": [ + 165, + 424 + ], + "area_cells": 106 + }, + { + "id": "range_36", + "name": null, + "center": [ + 178, + 267 + ], + "peak": [ + 181, + 267 + ], + "area_cells": 221 + }, + { + "id": "range_38", + "name": null, + "center": [ + 168, + 65 + ], + "peak": [ + 168, + 66 + ], + "area_cells": 30 + }, + { + "id": "range_40", + "name": null, + "center": [ + 175, + 52 + ], + "peak": [ + 175, + 52 + ], + "area_cells": 49 + }, + { + "id": "range_41", + "name": null, + "center": [ + 209, + 274 + ], + "peak": [ + 217, + 264 + ], + "area_cells": 1077 + }, + { + "id": "range_44", + "name": null, + "center": [ + 189, + 217 + ], + "peak": [ + 190, + 218 + ], + "area_cells": 25 + }, + { + "id": "range_47", + "name": null, + "center": [ + 212, + 176 + ], + "peak": [ + 211, + 176 + ], + "area_cells": 39 + }, + { + "id": "range_48", + "name": null, + "center": [ + 235, + 38 + ], + "peak": [ + 231, + 39 + ], + "area_cells": 1027 + }, + { + "id": "range_49", + "name": null, + "center": [ + 242, + 411 + ], + "peak": [ + 240, + 378 + ], + "area_cells": 4029 + }, + { + "id": "range_57", + "name": null, + "center": [ + 236, + 199 + ], + "peak": [ + 235, + 199 + ], + "area_cells": 56 + }, + { + "id": "range_58", + "name": null, + "center": [ + 235, + 181 + ], + "peak": [ + 236, + 182 + ], + "area_cells": 43 + }, + { + "id": "range_61", + "name": null, + "center": [ + 237, + 163 + ], + "peak": [ + 240, + 163 + ], + "area_cells": 36 + }, + { + "id": "range_64", + "name": null, + "center": [ + 247, + 191 + ], + "peak": [ + 244, + 192 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h/globe.png b/wiki/star-systems/GJ-845/bodies/GJ845h/globe.png new file mode 100644 index 000000000..c3ce1c9fe Binary files /dev/null and b/wiki/star-systems/GJ-845/bodies/GJ845h/globe.png differ diff --git a/wiki/star-systems/GJ-845/bodies/GJ845h/index.md b/wiki/star-systems/GJ-845/bodies/GJ845h/index.md new file mode 100644 index 000000000..1df8c46d3 --- /dev/null +++ b/wiki/star-systems/GJ-845/bodies/GJ845h/index.md @@ -0,0 +1,70 @@ +--- +id: GJ845h +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1680910827 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.772 + period_days: 3000.0 + axial_tilt_deg: 6.5 +physical: + gravity_g: null + oblateness: 0.0548 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.243 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.079 +rings: + enabled: true + inner_radius_factor: 1.13 + outer_radius_factor: 2.78 + opacity_base: 0.56 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ845h + +Gas giant. + +**System:** [GJ-845](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 3000 days | + +## Description + + 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/bodies/GJ848b/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848b/globe.png new file mode 100644 index 000000000..24912b590 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848b/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848b/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848b/heightmap.png new file mode 100644 index 000000000..3e935b480 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848b/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848b/index.md b/wiki/star-systems/GJ-848/bodies/GJ848b/index.md new file mode 100644 index 000000000..650772551 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ848b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2006056011 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.352 + period_days: 68.0 + axial_tilt_deg: 17.2 +physical: + gravity_g: 0.54 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.88 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.021 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848b + +Barren planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 91% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848b/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848b/markers.json new file mode 100644 index 000000000..6dbc19a39 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848b/markers.json @@ -0,0 +1,269 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 168, + 370 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_74", + "name": null, + "kind": "lake", + "center": [ + 233, + 17 + ], + "area_fraction": 0.0115 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 61, + 443 + ], + "peak": [ + 59, + 449 + ], + "area_cells": 546 + }, + { + "id": "range_7", + "name": null, + "center": [ + 64, + 185 + ], + "peak": [ + 65, + 186 + ], + "area_cells": 35 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 134 + ], + "peak": [ + 83, + 133 + ], + "area_cells": 97 + }, + { + "id": "range_9", + "name": null, + "center": [ + 79, + 508 + ], + "peak": [ + 83, + 510 + ], + "area_cells": 74 + }, + { + "id": "range_10", + "name": null, + "center": [ + 79, + 193 + ], + "peak": [ + 80, + 194 + ], + "area_cells": 37 + }, + { + "id": "range_11", + "name": null, + "center": [ + 83, + 0 + ], + "peak": [ + 84, + 0 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 83, + 479 + ], + "peak": [ + 84, + 480 + ], + "area_cells": 71 + }, + { + "id": "range_13", + "name": null, + "center": [ + 99, + 391 + ], + "peak": [ + 95, + 396 + ], + "area_cells": 193 + }, + { + "id": "range_16", + "name": null, + "center": [ + 123, + 201 + ], + "peak": [ + 121, + 228 + ], + "area_cells": 1185 + }, + { + "id": "range_18", + "name": null, + "center": [ + 106, + 502 + ], + "peak": [ + 106, + 502 + ], + "area_cells": 29 + }, + { + "id": "range_19", + "name": null, + "center": [ + 118, + 430 + ], + "peak": [ + 115, + 433 + ], + "area_cells": 232 + }, + { + "id": "range_22", + "name": null, + "center": [ + 123, + 10 + ], + "peak": [ + 123, + 11 + ], + "area_cells": 37 + }, + { + "id": "range_23", + "name": null, + "center": [ + 137, + 262 + ], + "peak": [ + 134, + 260 + ], + "area_cells": 333 + }, + { + "id": "range_25", + "name": null, + "center": [ + 133, + 470 + ], + "peak": [ + 133, + 470 + ], + "area_cells": 53 + }, + { + "id": "range_27", + "name": null, + "center": [ + 160, + 4 + ], + "peak": [ + 172, + 0 + ], + "area_cells": 375 + }, + { + "id": "range_28", + "name": null, + "center": [ + 141, + 507 + ], + "peak": [ + 140, + 511 + ], + "area_cells": 118 + }, + { + "id": "range_29", + "name": null, + "center": [ + 176, + 473 + ], + "peak": [ + 191, + 479 + ], + "area_cells": 303 + }, + { + "id": "range_30", + "name": null, + "center": [ + 175, + 507 + ], + "peak": [ + 173, + 507 + ], + "area_cells": 196 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848c/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848c/globe.png new file mode 100644 index 000000000..304bc9697 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848c/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848c/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848c/heightmap.png new file mode 100644 index 000000000..69a979166 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848c/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848c/index.md b/wiki/star-systems/GJ-848/bodies/GJ848c/index.md new file mode 100644 index 000000000..ec6e7e284 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ848c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 2943118078 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.86 + period_days: 260.0 + axial_tilt_deg: 12.2 +physical: + gravity_g: 0.76 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.926 + polar_ice_lat: 0.912 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.073 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848c + +Hot Arid planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 260 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848c/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848c/markers.json new file mode 100644 index 000000000..0d38dc05a --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848c/markers.json @@ -0,0 +1,771 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 15, + 321 + ], + [ + 14, + 320 + ], + [ + 14, + 319 + ], + [ + 13, + 319 + ], + [ + 12, + 319 + ], + [ + 11, + 318 + ], + [ + 10, + 317 + ], + [ + 9, + 316 + ], + [ + 10, + 315 + ], + [ + 10, + 314 + ], + [ + 9, + 314 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 31, + 42 + ], + [ + 32, + 43 + ], + [ + 32, + 44 + ], + [ + 33, + 45 + ], + [ + 33, + 46 + ], + [ + 34, + 45 + ], + [ + 35, + 44 + ], + [ + 36, + 43 + ], + [ + 37, + 44 + ], + [ + 38, + 43 + ], + [ + 39, + 44 + ], + [ + 40, + 43 + ], + [ + 41, + 42 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 124, + 255 + ], + [ + 125, + 254 + ], + [ + 126, + 255 + ], + [ + 127, + 255 + ], + [ + 128, + 256 + ], + [ + 129, + 257 + ], + [ + 130, + 257 + ], + [ + 131, + 257 + ], + [ + 132, + 257 + ], + [ + 133, + 256 + ], + [ + 133, + 255 + ], + [ + 134, + 254 + ], + [ + 134, + 253 + ], + [ + 135, + 252 + ], + [ + 136, + 251 + ], + [ + 137, + 250 + ], + [ + 138, + 250 + ], + [ + 139, + 249 + ], + [ + 140, + 250 + ], + [ + 141, + 249 + ], + [ + 141, + 250 + ], + [ + 142, + 251 + ], + [ + 141, + 252 + ], + [ + 142, + 253 + ], + [ + 142, + 252 + ], + [ + 143, + 251 + ], + [ + 144, + 251 + ], + [ + 143, + 250 + ], + [ + 142, + 250 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 87, + 14 + ], + [ + 88, + 15 + ], + [ + 88, + 16 + ], + [ + 89, + 16 + ], + [ + 90, + 15 + ], + [ + 91, + 14 + ], + [ + 92, + 13 + ], + [ + 93, + 12 + ], + [ + 94, + 11 + ], + [ + 95, + 11 + ], + [ + 96, + 11 + ], + [ + 97, + 12 + ], + [ + 98, + 13 + ], + [ + 99, + 12 + ], + [ + 100, + 12 + ], + [ + 101, + 11 + ], + [ + 102, + 11 + ], + [ + 103, + 10 + ], + [ + 104, + 10 + ], + [ + 104, + 9 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 28, + 462 + ], + [ + 27, + 463 + ], + [ + 26, + 464 + ], + [ + 25, + 465 + ], + [ + 24, + 466 + ], + [ + 23, + 467 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 83, + 292 + ], + [ + 82, + 291 + ], + [ + 81, + 290 + ], + [ + 80, + 291 + ], + [ + 79, + 291 + ], + [ + 78, + 291 + ], + [ + 77, + 291 + ], + [ + 76, + 290 + ], + [ + 75, + 289 + ], + [ + 74, + 289 + ], + [ + 73, + 288 + ], + [ + 73, + 287 + ], + [ + 72, + 286 + ], + [ + 71, + 285 + ], + [ + 70, + 285 + ], + [ + 71, + 284 + ], + [ + 70, + 283 + ], + [ + 69, + 282 + ], + [ + 70, + 282 + ], + [ + 69, + 281 + ], + [ + 68, + 280 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 90, + 22 + ], + [ + 91, + 23 + ], + [ + 92, + 24 + ], + [ + 93, + 25 + ], + [ + 94, + 26 + ], + [ + 95, + 27 + ], + [ + 96, + 27 + ], + [ + 97, + 26 + ], + [ + 98, + 26 + ], + [ + 99, + 26 + ], + [ + 100, + 27 + ], + [ + 99, + 28 + ], + [ + 99, + 27 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 104, + 18 + ], + [ + 104, + 17 + ], + [ + 104, + 16 + ], + [ + 104, + 15 + ], + [ + 103, + 14 + ], + [ + 103, + 13 + ], + [ + 103, + 12 + ], + [ + 103, + 11 + ], + [ + 103, + 10 + ], + [ + 104, + 9 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 129, + 319 + ], + [ + 128, + 319 + ], + [ + 127, + 320 + ], + [ + 126, + 320 + ], + [ + 125, + 320 + ], + [ + 124, + 320 + ], + [ + 123, + 319 + ], + [ + 122, + 320 + ], + [ + 121, + 319 + ], + [ + 120, + 318 + ], + [ + 120, + 317 + ], + [ + 119, + 316 + ], + [ + 119, + 315 + ], + [ + 118, + 314 + ], + [ + 118, + 313 + ], + [ + 118, + 312 + ], + [ + 119, + 311 + ], + [ + 118, + 310 + ], + [ + 119, + 309 + ], + [ + 118, + 308 + ], + [ + 117, + 307 + ], + [ + 118, + 306 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 19, + 12 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 16, + 142 + ], + "area_fraction": 0.0393 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 16, + 349 + ], + "area_fraction": 0.0142 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 497 + ], + "peak": [ + 91, + 496 + ], + "area_cells": 65 + }, + { + "id": "range_2", + "name": null, + "center": [ + 133, + 31 + ], + "peak": [ + 128, + 33 + ], + "area_cells": 799 + }, + { + "id": "range_3", + "name": null, + "center": [ + 138, + 499 + ], + "peak": [ + 139, + 511 + ], + "area_cells": 237 + }, + { + "id": "range_4", + "name": null, + "center": [ + 186, + 130 + ], + "peak": [ + 184, + 64 + ], + "area_cells": 11294 + }, + { + "id": "range_5", + "name": null, + "center": [ + 169, + 343 + ], + "peak": [ + 165, + 359 + ], + "area_cells": 6715 + }, + { + "id": "range_7", + "name": null, + "center": [ + 169, + 45 + ], + "peak": [ + 170, + 44 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 198, + 345 + ], + "peak": [ + 199, + 345 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848d/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848d/globe.png new file mode 100644 index 000000000..2561b46f3 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848d/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848d/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848d/heightmap.png new file mode 100644 index 000000000..98e11a901 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848d/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848d/index.md b/wiki/star-systems/GJ-848/bodies/GJ848d/index.md new file mode 100644 index 000000000..2cf4dc61e --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ848d +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 1265376496 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.366 + period_days: 520.0 + axial_tilt_deg: 9.2 +physical: + gravity_g: 0.82 + oblateness: 0.0036 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.929 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.095 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848d + +Hot Arid planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Land** | 90% | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848d/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848d/markers.json new file mode 100644 index 000000000..3565f8e4e --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848d/markers.json @@ -0,0 +1,837 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 49, + 481 + ], + [ + 50, + 482 + ], + [ + 51, + 482 + ], + [ + 52, + 483 + ], + [ + 53, + 484 + ], + [ + 54, + 485 + ], + [ + 53, + 486 + ], + [ + 52, + 486 + ], + [ + 52, + 487 + ], + [ + 51, + 486 + ], + [ + 50, + 486 + ], + [ + 49, + 487 + ], + [ + 50, + 488 + ], + [ + 49, + 488 + ], + [ + 48, + 489 + ], + [ + 49, + 490 + ], + [ + 50, + 489 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 140, + 271 + ], + [ + 141, + 272 + ], + [ + 142, + 271 + ], + [ + 143, + 270 + ], + [ + 144, + 269 + ], + [ + 145, + 268 + ], + [ + 146, + 267 + ], + [ + 147, + 267 + ], + [ + 148, + 266 + ], + [ + 149, + 265 + ], + [ + 150, + 264 + ], + [ + 150, + 263 + ], + [ + 151, + 262 + ], + [ + 150, + 261 + ], + [ + 151, + 260 + ], + [ + 152, + 259 + ], + [ + 153, + 259 + ], + [ + 153, + 258 + ], + [ + 153, + 257 + ], + [ + 152, + 256 + ], + [ + 152, + 255 + ], + [ + 153, + 254 + ], + [ + 153, + 253 + ], + [ + 154, + 252 + ], + [ + 153, + 251 + ], + [ + 154, + 251 + ], + [ + 153, + 252 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 133, + 505 + ], + [ + 134, + 504 + ], + [ + 135, + 503 + ], + [ + 136, + 502 + ], + [ + 135, + 501 + ], + [ + 136, + 500 + ], + [ + 137, + 499 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 141, + 53 + ], + [ + 140, + 53 + ], + [ + 139, + 54 + ], + [ + 138, + 53 + ], + [ + 137, + 53 + ], + [ + 136, + 52 + ], + [ + 135, + 51 + ], + [ + 134, + 50 + ], + [ + 133, + 49 + ], + [ + 132, + 48 + ], + [ + 131, + 48 + ], + [ + 130, + 49 + ], + [ + 129, + 50 + ], + [ + 128, + 51 + ], + [ + 127, + 52 + ], + [ + 126, + 53 + ], + [ + 125, + 54 + ], + [ + 124, + 54 + ], + [ + 123, + 55 + ], + [ + 122, + 55 + ], + [ + 121, + 56 + ], + [ + 120, + 57 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 116, + 318 + ], + [ + 117, + 319 + ], + [ + 118, + 320 + ], + [ + 119, + 319 + ], + [ + 120, + 318 + ], + [ + 121, + 317 + ], + [ + 122, + 316 + ], + [ + 123, + 315 + ], + [ + 124, + 314 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 77, + 461 + ], + [ + 78, + 462 + ], + [ + 79, + 462 + ], + [ + 80, + 463 + ], + [ + 81, + 462 + ], + [ + 82, + 462 + ], + [ + 83, + 461 + ], + [ + 84, + 460 + ], + [ + 85, + 460 + ], + [ + 86, + 459 + ], + [ + 87, + 459 + ], + [ + 88, + 458 + ], + [ + 89, + 457 + ], + [ + 90, + 456 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 122, + 11 + ], + [ + 121, + 10 + ], + [ + 121, + 9 + ], + [ + 120, + 8 + ], + [ + 120, + 7 + ], + [ + 121, + 6 + ], + [ + 122, + 5 + ], + [ + 123, + 4 + ], + [ + 124, + 3 + ], + [ + 125, + 2 + ], + [ + 126, + 1 + ], + [ + 127, + 0 + ], + [ + 128, + 0 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 198, + 157 + ], + [ + 197, + 157 + ], + [ + 196, + 156 + ], + [ + 195, + 156 + ], + [ + 194, + 156 + ], + [ + 193, + 155 + ], + [ + 192, + 154 + ], + [ + 192, + 153 + ], + [ + 191, + 152 + ], + [ + 191, + 151 + ], + [ + 191, + 150 + ], + [ + 190, + 149 + ], + [ + 189, + 148 + ], + [ + 190, + 147 + ], + [ + 190, + 146 + ], + [ + 190, + 145 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 23, + 268 + ], + [ + 24, + 267 + ], + [ + 25, + 266 + ], + [ + 26, + 265 + ], + [ + 27, + 264 + ], + [ + 28, + 265 + ], + [ + 29, + 264 + ], + [ + 30, + 263 + ], + [ + 31, + 263 + ], + [ + 32, + 263 + ], + [ + 33, + 263 + ], + [ + 34, + 264 + ], + [ + 35, + 263 + ], + [ + 36, + 262 + ], + [ + 37, + 262 + ], + [ + 38, + 262 + ], + [ + 39, + 263 + ], + [ + 40, + 264 + ], + [ + 41, + 265 + ], + [ + 42, + 265 + ], + [ + 43, + 266 + ], + [ + 44, + 266 + ], + [ + 45, + 266 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 67, + 312 + ], + [ + 66, + 311 + ], + [ + 65, + 310 + ], + [ + 64, + 309 + ], + [ + 63, + 308 + ], + [ + 62, + 307 + ], + [ + 61, + 306 + ], + [ + 60, + 305 + ], + [ + 59, + 304 + ], + [ + 58, + 303 + ], + [ + 57, + 302 + ], + [ + 56, + 301 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 56, + 257 + ], + "area_fraction": 0.0136 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 74, + 421 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 234, + 125 + ], + "area_fraction": 0.0556 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 144 + ], + "peak": [ + 9, + 149 + ], + "area_cells": 244 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 414 + ], + "peak": [ + 16, + 422 + ], + "area_cells": 924 + }, + { + "id": "range_3", + "name": null, + "center": [ + 19, + 352 + ], + "peak": [ + 19, + 352 + ], + "area_cells": 63 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 53 + ], + "peak": [ + 23, + 50 + ], + "area_cells": 258 + }, + { + "id": "range_5", + "name": null, + "center": [ + 52, + 59 + ], + "peak": [ + 53, + 59 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 160, + 389 + ], + "peak": [ + 163, + 431 + ], + "area_cells": 12071 + }, + { + "id": "range_8", + "name": null, + "center": [ + 214, + 257 + ], + "peak": [ + 213, + 257 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848e/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848e/globe.png new file mode 100644 index 000000000..2662e1e39 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848e/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848e/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848e/heightmap.png new file mode 100644 index 000000000..3c6de7f4b Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848e/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848e/index.md b/wiki/star-systems/GJ-848/bodies/GJ848e/index.md new file mode 100644 index 000000000..1208bd453 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848e/index.md @@ -0,0 +1,74 @@ +--- +id: GJ848e +name: Shimanami Main +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2888942723 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.82 + period_days: 800.0 + axial_tilt_deg: 10.4 +physical: + gravity_g: 0.94 + oblateness: 0.005 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.462 + polar_ice_lat: 0.735 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.487 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Shimanami Main + +Temperate planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.94g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 46% | +| **Year** | 800 days | +| **Inhabited** | yes | +| **Population** | 48K | +| **Economy** | mining | +| **Settlement** | urban_concentrated | +| **Industry** | mining_refractories | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848e/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848e/markers.json new file mode 100644 index 000000000..7140e0093 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848e/markers.json @@ -0,0 +1,528 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 14, + 172 + ], + [ + 13, + 172 + ], + [ + 12, + 172 + ], + [ + 11, + 173 + ], + [ + 10, + 174 + ], + [ + 9, + 175 + ], + [ + 8, + 176 + ], + [ + 7, + 177 + ], + [ + 6, + 178 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 19, + 158 + ], + [ + 18, + 158 + ], + [ + 17, + 157 + ], + [ + 16, + 156 + ], + [ + 15, + 155 + ], + [ + 14, + 154 + ], + [ + 13, + 153 + ], + [ + 12, + 152 + ], + [ + 11, + 151 + ], + [ + 12, + 150 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 102, + 141 + ], + [ + 103, + 142 + ], + [ + 104, + 143 + ], + [ + 105, + 144 + ], + [ + 106, + 145 + ], + [ + 107, + 146 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 157, + 264 + ], + [ + 156, + 263 + ], + [ + 155, + 262 + ], + [ + 154, + 261 + ], + [ + 153, + 261 + ], + [ + 152, + 260 + ], + [ + 151, + 259 + ], + [ + 150, + 258 + ], + [ + 150, + 257 + ], + [ + 151, + 256 + ], + [ + 151, + 255 + ], + [ + 150, + 254 + ], + [ + 150, + 253 + ], + [ + 151, + 252 + ], + [ + 151, + 251 + ], + [ + 151, + 250 + ], + [ + 150, + 249 + ], + [ + 150, + 248 + ], + [ + 151, + 247 + ], + [ + 150, + 246 + ], + [ + 149, + 245 + ], + [ + 149, + 244 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 148, + 113 + ], + [ + 149, + 114 + ], + [ + 150, + 115 + ], + [ + 151, + 114 + ], + [ + 152, + 115 + ], + [ + 153, + 115 + ], + [ + 152, + 116 + ], + [ + 151, + 116 + ], + [ + 151, + 117 + ], + [ + 152, + 118 + ], + [ + 151, + 118 + ], + [ + 151, + 119 + ], + [ + 150, + 120 + ], + [ + 150, + 121 + ], + [ + 151, + 122 + ], + [ + 150, + 123 + ], + [ + 150, + 124 + ], + [ + 150, + 125 + ], + [ + 151, + 126 + ], + [ + 150, + 126 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 44, + 202 + ], + [ + 43, + 203 + ], + [ + 44, + 204 + ], + [ + 44, + 205 + ], + [ + 44, + 206 + ], + [ + 44, + 207 + ], + [ + 44, + 208 + ], + [ + 43, + 209 + ], + [ + 42, + 208 + ], + [ + 42, + 209 + ], + [ + 41, + 208 + ], + [ + 40, + 209 + ], + [ + 40, + 210 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 64, + 275 + ], + [ + 63, + 274 + ], + [ + 64, + 273 + ], + [ + 64, + 272 + ], + [ + 63, + 271 + ], + [ + 62, + 270 + ], + [ + 61, + 271 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 86, + 149 + ], + [ + 87, + 150 + ], + [ + 88, + 149 + ], + [ + 89, + 150 + ], + [ + 90, + 149 + ], + [ + 91, + 148 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 71, + 225 + ], + [ + 72, + 225 + ], + [ + 73, + 226 + ], + [ + 74, + 227 + ], + [ + 75, + 228 + ], + [ + 76, + 227 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 77, + 261 + ], + "area_fraction": 0.5316 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 165, + 304 + ], + "peak": [ + 164, + 302 + ], + "area_cells": 103 + }, + { + "id": "range_2", + "name": null, + "center": [ + 182, + 291 + ], + "peak": [ + 182, + 288 + ], + "area_cells": 63 + }, + { + "id": "range_3", + "name": null, + "center": [ + 224, + 91 + ], + "peak": [ + 221, + 98 + ], + "area_cells": 1993 + }, + { + "id": "range_4", + "name": null, + "center": [ + 219, + 341 + ], + "peak": [ + 220, + 347 + ], + "area_cells": 350 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848f/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848f/globe.png new file mode 100644 index 000000000..619f1686f Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848f/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848f/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848f/heightmap.png new file mode 100644 index 000000000..ad9fd636e Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848f/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848f/index.md b/wiki/star-systems/GJ-848/bodies/GJ848f/index.md new file mode 100644 index 000000000..b3d50e1d3 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848f/index.md @@ -0,0 +1,68 @@ +--- +id: GJ848f +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 3068779230 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 3.126 + period_days: 1800.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.62 + oblateness: 0.0032 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.911 + polar_ice_lat: 0.499 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848f + +Cold Arid planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.62g | +| **Atmosphere** | thin | +| **Land** | 91% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848f/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848f/markers.json new file mode 100644 index 000000000..3fa42e9c3 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848f/markers.json @@ -0,0 +1,1298 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 226, + 84 + ], + [ + 227, + 83 + ], + [ + 228, + 82 + ], + [ + 229, + 81 + ], + [ + 230, + 80 + ], + [ + 230, + 79 + ], + [ + 230, + 78 + ], + [ + 229, + 77 + ], + [ + 229, + 76 + ], + [ + 230, + 75 + ], + [ + 229, + 75 + ], + [ + 229, + 74 + ], + [ + 230, + 74 + ], + [ + 229, + 73 + ], + [ + 230, + 72 + ], + [ + 229, + 71 + ], + [ + 228, + 71 + ], + [ + 229, + 70 + ], + [ + 228, + 69 + ], + [ + 228, + 68 + ], + [ + 229, + 68 + ], + [ + 228, + 67 + ], + [ + 228, + 66 + ], + [ + 227, + 65 + ], + [ + 228, + 64 + ], + [ + 227, + 64 + ], + [ + 226, + 63 + ], + [ + 225, + 62 + ], + [ + 225, + 61 + ], + [ + 225, + 60 + ], + [ + 224, + 59 + ], + [ + 224, + 58 + ], + [ + 223, + 57 + ], + [ + 223, + 56 + ], + [ + 223, + 55 + ], + [ + 224, + 55 + ], + [ + 224, + 54 + ], + [ + 225, + 53 + ], + [ + 224, + 52 + ], + [ + 223, + 51 + ], + [ + 224, + 50 + ], + [ + 223, + 49 + ], + [ + 223, + 48 + ], + [ + 223, + 47 + ], + [ + 224, + 48 + ], + [ + 225, + 47 + ], + [ + 224, + 47 + ], + [ + 223, + 46 + ], + [ + 222, + 45 + ], + [ + 223, + 44 + ], + [ + 222, + 43 + ], + [ + 222, + 42 + ], + [ + 221, + 41 + ], + [ + 222, + 41 + ], + [ + 223, + 42 + ], + [ + 224, + 43 + ], + [ + 224, + 44 + ], + [ + 223, + 43 + ], + [ + 224, + 42 + ], + [ + 224, + 41 + ], + [ + 223, + 41 + ], + [ + 223, + 40 + ], + [ + 223, + 39 + ], + [ + 222, + 38 + ], + [ + 221, + 39 + ], + [ + 222, + 40 + ], + [ + 221, + 40 + ], + [ + 222, + 39 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 246, + 114 + ], + [ + 246, + 115 + ], + [ + 245, + 116 + ], + [ + 244, + 117 + ], + [ + 243, + 117 + ], + [ + 242, + 117 + ], + [ + 241, + 117 + ], + [ + 240, + 117 + ], + [ + 239, + 117 + ], + [ + 238, + 117 + ], + [ + 237, + 117 + ], + [ + 236, + 117 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 118, + 332 + ], + [ + 118, + 333 + ], + [ + 119, + 334 + ], + [ + 120, + 335 + ], + [ + 121, + 336 + ], + [ + 122, + 337 + ], + [ + 123, + 338 + ], + [ + 124, + 339 + ], + [ + 125, + 340 + ], + [ + 126, + 340 + ], + [ + 127, + 341 + ], + [ + 128, + 342 + ], + [ + 129, + 343 + ], + [ + 130, + 342 + ], + [ + 131, + 343 + ], + [ + 132, + 344 + ], + [ + 133, + 345 + ], + [ + 134, + 345 + ], + [ + 135, + 344 + ], + [ + 136, + 343 + ], + [ + 137, + 342 + ], + [ + 138, + 342 + ], + [ + 139, + 342 + ], + [ + 140, + 342 + ], + [ + 141, + 342 + ], + [ + 142, + 341 + ], + [ + 143, + 341 + ], + [ + 144, + 340 + ], + [ + 145, + 339 + ], + [ + 146, + 340 + ], + [ + 147, + 341 + ], + [ + 148, + 340 + ], + [ + 149, + 340 + ], + [ + 150, + 341 + ], + [ + 149, + 342 + ], + [ + 149, + 343 + ], + [ + 148, + 343 + ], + [ + 147, + 343 + ], + [ + 148, + 342 + ], + [ + 149, + 341 + ], + [ + 150, + 342 + ], + [ + 150, + 343 + ], + [ + 150, + 344 + ], + [ + 150, + 345 + ], + [ + 149, + 344 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 191, + 119 + ], + [ + 192, + 120 + ], + [ + 193, + 120 + ], + [ + 194, + 120 + ], + [ + 195, + 121 + ], + [ + 196, + 121 + ], + [ + 197, + 120 + ], + [ + 197, + 121 + ], + [ + 198, + 121 + ], + [ + 199, + 121 + ], + [ + 199, + 120 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 26, + 381 + ], + [ + 25, + 380 + ], + [ + 25, + 379 + ], + [ + 24, + 378 + ], + [ + 23, + 377 + ], + [ + 24, + 376 + ], + [ + 23, + 375 + ], + [ + 23, + 374 + ], + [ + 24, + 375 + ], + [ + 25, + 374 + ], + [ + 24, + 373 + ], + [ + 25, + 373 + ], + [ + 26, + 374 + ], + [ + 27, + 373 + ], + [ + 27, + 374 + ], + [ + 26, + 375 + ], + [ + 25, + 376 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 3 + ], + [ + 0, + 2 + ], + [ + 0, + 1 + ], + [ + 1, + 1 + ], + [ + 2, + 1 + ], + [ + 3, + 0 + ], + [ + 2, + 511 + ], + [ + 3, + 510 + ], + [ + 4, + 511 + ], + [ + 5, + 511 + ], + [ + 5, + 510 + ], + [ + 6, + 511 + ], + [ + 7, + 510 + ], + [ + 7, + 509 + ], + [ + 8, + 508 + ], + [ + 9, + 509 + ], + [ + 10, + 510 + ], + [ + 11, + 511 + ], + [ + 12, + 510 + ], + [ + 13, + 509 + ], + [ + 13, + 508 + ], + [ + 14, + 508 + ], + [ + 15, + 507 + ], + [ + 16, + 507 + ], + [ + 16, + 506 + ], + [ + 15, + 505 + ], + [ + 16, + 504 + ], + [ + 17, + 503 + ], + [ + 16, + 502 + ], + [ + 15, + 501 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 3, + 394 + ], + [ + 4, + 394 + ], + [ + 5, + 393 + ], + [ + 6, + 392 + ], + [ + 7, + 391 + ], + [ + 8, + 390 + ], + [ + 9, + 391 + ], + [ + 8, + 391 + ], + [ + 9, + 392 + ], + [ + 10, + 391 + ], + [ + 9, + 390 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 113, + 195 + ], + [ + 112, + 194 + ], + [ + 111, + 193 + ], + [ + 110, + 192 + ], + [ + 109, + 192 + ], + [ + 108, + 191 + ], + [ + 107, + 190 + ], + [ + 106, + 191 + ], + [ + 105, + 191 + ], + [ + 104, + 192 + ], + [ + 103, + 193 + ], + [ + 102, + 194 + ], + [ + 101, + 195 + ], + [ + 100, + 196 + ], + [ + 99, + 196 + ], + [ + 98, + 197 + ], + [ + 97, + 196 + ], + [ + 97, + 197 + ], + [ + 96, + 198 + ], + [ + 95, + 198 + ], + [ + 94, + 198 + ], + [ + 94, + 199 + ], + [ + 94, + 200 + ], + [ + 93, + 201 + ], + [ + 94, + 202 + ], + [ + 93, + 203 + ], + [ + 92, + 203 + ], + [ + 91, + 204 + ], + [ + 91, + 205 + ], + [ + 90, + 206 + ], + [ + 89, + 207 + ], + [ + 89, + 208 + ], + [ + 89, + 209 + ], + [ + 89, + 210 + ], + [ + 90, + 211 + ], + [ + 89, + 212 + ], + [ + 90, + 213 + ], + [ + 89, + 214 + ], + [ + 90, + 214 + ], + [ + 91, + 215 + ], + [ + 92, + 216 + ], + [ + 93, + 217 + ], + [ + 94, + 218 + ], + [ + 93, + 218 + ], + [ + 92, + 219 + ], + [ + 91, + 220 + ], + [ + 91, + 221 + ], + [ + 91, + 222 + ], + [ + 92, + 223 + ], + [ + 91, + 224 + ], + [ + 90, + 225 + ], + [ + 90, + 226 + ], + [ + 89, + 227 + ], + [ + 88, + 228 + ], + [ + 87, + 228 + ], + [ + 87, + 229 + ], + [ + 87, + 230 + ], + [ + 86, + 231 + ], + [ + 85, + 231 + ], + [ + 84, + 232 + ], + [ + 83, + 233 + ], + [ + 82, + 234 + ], + [ + 81, + 235 + ], + [ + 80, + 235 + ], + [ + 79, + 236 + ], + [ + 78, + 235 + ], + [ + 77, + 234 + ], + [ + 76, + 234 + ], + [ + 75, + 233 + ], + [ + 74, + 233 + ], + [ + 73, + 234 + ], + [ + 72, + 234 + ], + [ + 71, + 234 + ], + [ + 70, + 233 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 243, + 159 + ], + [ + 242, + 159 + ], + [ + 241, + 158 + ], + [ + 240, + 157 + ], + [ + 239, + 156 + ], + [ + 238, + 155 + ], + [ + 237, + 154 + ], + [ + 236, + 153 + ], + [ + 235, + 152 + ], + [ + 234, + 151 + ], + [ + 233, + 152 + ], + [ + 232, + 152 + ], + [ + 231, + 151 + ], + [ + 230, + 152 + ], + [ + 229, + 151 + ], + [ + 228, + 150 + ], + [ + 227, + 150 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 253, + 31 + ], + [ + 252, + 32 + ], + [ + 251, + 32 + ], + [ + 250, + 32 + ], + [ + 249, + 32 + ], + [ + 248, + 32 + ], + [ + 247, + 32 + ], + [ + 246, + 32 + ], + [ + 245, + 32 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 22, + 222 + ], + "area_fraction": 0.0729 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 8, + 445 + ], + "area_fraction": 0.007 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 119, + 247 + ], + "peak": [ + 109, + 94 + ], + "area_cells": 22882 + }, + { + "id": "range_5", + "name": null, + "center": [ + 185, + 152 + ], + "peak": [ + 188, + 153 + ], + "area_cells": 221 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m1/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/globe.png new file mode 100644 index 000000000..b9f7c344b Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m1/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/heightmap.png new file mode 100644 index 000000000..73ae61a41 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m1/index.md b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/index.md new file mode 100644 index 000000000..ec35869e5 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ848g-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1004132802 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.14 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.9 + polar_ice_lat: 0.305 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.389 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848g-m1 + +Frozen moon. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.14g | +| **Land** | 90% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m1/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/markers.json new file mode 100644 index 000000000..f45b531c7 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848g-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 173, + 367 + ], + "area_fraction": 0.0772 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 248 + ], + "peak": [ + 3, + 296 + ], + "area_cells": 24567 + }, + { + "id": "range_2", + "name": null, + "center": [ + 58, + 496 + ], + "peak": [ + 59, + 497 + ], + "area_cells": 39 + }, + { + "id": "range_4", + "name": null, + "center": [ + 82, + 193 + ], + "peak": [ + 83, + 194 + ], + "area_cells": 47 + }, + { + "id": "range_6", + "name": null, + "center": [ + 107, + 72 + ], + "peak": [ + 108, + 72 + ], + "area_cells": 52 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m2/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/globe.png new file mode 100644 index 000000000..cf9ad9b95 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m2/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/heightmap.png new file mode 100644 index 000000000..1916e056c Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m2/index.md b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/index.md new file mode 100644 index 000000000..442b85438 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ848g-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2706105796 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.128 + period_days: 15.0 + axial_tilt_deg: 36.1 +physical: + gravity_g: 0.09 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.909 + polar_ice_lat: 0.8 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.037 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848g-m2 + +Barren moon. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 91% | +| **Orbit** | 15 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g-m2/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/markers.json new file mode 100644 index 000000000..f3f354bfa --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848g-m2/markers.json @@ -0,0 +1,318 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_72", + "name": null, + "kind": "lake", + "center": [ + 247, + 44 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_73", + "name": null, + "kind": "lake", + "center": [ + 247, + 491 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_75", + "name": null, + "kind": "lake", + "center": [ + 248, + 239 + ], + "area_fraction": 0.0196 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 377 + ], + "peak": [ + 1, + 378 + ], + "area_cells": 122 + }, + { + "id": "range_5", + "name": null, + "center": [ + 70, + 6 + ], + "peak": [ + 71, + 6 + ], + "area_cells": 47 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 134 + ], + "peak": [ + 80, + 134 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 84, + 107 + ], + "peak": [ + 84, + 108 + ], + "area_cells": 43 + }, + { + "id": "range_10", + "name": null, + "center": [ + 168, + 272 + ], + "peak": [ + 192, + 193 + ], + "area_cells": 10935 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 508 + ], + "peak": [ + 112, + 511 + ], + "area_cells": 61 + }, + { + "id": "range_12", + "name": null, + "center": [ + 120, + 4 + ], + "peak": [ + 112, + 0 + ], + "area_cells": 165 + }, + { + "id": "range_13", + "name": null, + "center": [ + 117, + 94 + ], + "peak": [ + 120, + 96 + ], + "area_cells": 100 + }, + { + "id": "range_14", + "name": null, + "center": [ + 115, + 42 + ], + "peak": [ + 115, + 43 + ], + "area_cells": 28 + }, + { + "id": "range_16", + "name": null, + "center": [ + 123, + 364 + ], + "peak": [ + 122, + 366 + ], + "area_cells": 308 + }, + { + "id": "range_19", + "name": null, + "center": [ + 135, + 120 + ], + "peak": [ + 136, + 135 + ], + "area_cells": 637 + }, + { + "id": "range_22", + "name": null, + "center": [ + 173, + 491 + ], + "peak": [ + 193, + 495 + ], + "area_cells": 1267 + }, + { + "id": "range_23", + "name": null, + "center": [ + 176, + 450 + ], + "peak": [ + 187, + 461 + ], + "area_cells": 1185 + }, + { + "id": "range_26", + "name": null, + "center": [ + 182, + 41 + ], + "peak": [ + 190, + 40 + ], + "area_cells": 1224 + }, + { + "id": "range_27", + "name": null, + "center": [ + 158, + 134 + ], + "peak": [ + 160, + 134 + ], + "area_cells": 99 + }, + { + "id": "range_28", + "name": null, + "center": [ + 169, + 173 + ], + "peak": [ + 169, + 176 + ], + "area_cells": 304 + }, + { + "id": "range_32", + "name": null, + "center": [ + 186, + 412 + ], + "peak": [ + 191, + 415 + ], + "area_cells": 462 + }, + { + "id": "range_34", + "name": null, + "center": [ + 197, + 0 + ], + "peak": [ + 196, + 0 + ], + "area_cells": 24 + }, + { + "id": "range_35", + "name": null, + "center": [ + 198, + 153 + ], + "peak": [ + 202, + 150 + ], + "area_cells": 133 + }, + { + "id": "range_37", + "name": null, + "center": [ + 205, + 16 + ], + "peak": [ + 207, + 16 + ], + "area_cells": 80 + }, + { + "id": "range_38", + "name": null, + "center": [ + 208, + 430 + ], + "peak": [ + 210, + 430 + ], + "area_cells": 78 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848g/globe.png new file mode 100644 index 000000000..2e74406dd Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848g/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848g/index.md b/wiki/star-systems/GJ-848/bodies/GJ848g/index.md new file mode 100644 index 000000000..e67627222 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ848g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 812782392 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 6.34 + period_days: 5200.0 + axial_tilt_deg: 10.1 +physical: + gravity_g: null + oblateness: 0.0844 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.124 +--- + +# GJ848g + +Gas giant. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848h/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848h/globe.png new file mode 100644 index 000000000..ce80c4797 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848h/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848h/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848h/heightmap.png new file mode 100644 index 000000000..6a2d1110e Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848h/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848h/index.md b/wiki/star-systems/GJ-848/bodies/GJ848h/index.md new file mode 100644 index 000000000..234c09b99 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ848h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 169779985 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 11.679 + period_days: 13000.0 + axial_tilt_deg: 35.4 +physical: + gravity_g: 0.48 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.818 + polar_ice_lat: 0.17 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.235 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848h + +Frozen planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.48g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 13000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848h/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848h/markers.json new file mode 100644 index 000000000..7b37c1ae3 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848h/markers.json @@ -0,0 +1,175 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "sea", + "center": [ + 219, + 98 + ], + "area_fraction": 0.0977 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 237, + 229 + ], + "area_fraction": 0.0127 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 240, + 418 + ], + "area_fraction": 0.0453 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 58, + 59 + ], + "peak": [ + 117, + 53 + ], + "area_cells": 8401 + }, + { + "id": "range_5", + "name": null, + "center": [ + 22, + 388 + ], + "peak": [ + 0, + 394 + ], + "area_cells": 5503 + }, + { + "id": "range_7", + "name": null, + "center": [ + 10, + 476 + ], + "peak": [ + 11, + 471 + ], + "area_cells": 217 + }, + { + "id": "range_10", + "name": null, + "center": [ + 14, + 497 + ], + "peak": [ + 12, + 487 + ], + "area_cells": 268 + }, + { + "id": "range_11", + "name": null, + "center": [ + 30, + 166 + ], + "peak": [ + 31, + 166 + ], + "area_cells": 27 + }, + { + "id": "range_12", + "name": null, + "center": [ + 46, + 295 + ], + "peak": [ + 46, + 296 + ], + "area_cells": 51 + }, + { + "id": "range_13", + "name": null, + "center": [ + 94, + 458 + ], + "peak": [ + 140, + 445 + ], + "area_cells": 4991 + }, + { + "id": "range_14", + "name": null, + "center": [ + 100, + 123 + ], + "peak": [ + 101, + 125 + ], + "area_cells": 111 + }, + { + "id": "range_15", + "name": null, + "center": [ + 131, + 347 + ], + "peak": [ + 128, + 304 + ], + "area_cells": 4993 + }, + { + "id": "range_19", + "name": null, + "center": [ + 178, + 249 + ], + "peak": [ + 177, + 251 + ], + "area_cells": 218 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848i/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848i/globe.png new file mode 100644 index 000000000..fb956c84b Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848i/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848i/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848i/heightmap.png new file mode 100644 index 000000000..49c5ee353 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848i/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848i/index.md b/wiki/star-systems/GJ-848/bodies/GJ848i/index.md new file mode 100644 index 000000000..23bfb077f --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ848i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3388619869 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 19.478 + period_days: 28000.0 + axial_tilt_deg: 51.9 +physical: + gravity_g: 0.38 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.779 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848i + +Frozen planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 28000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848i/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848i/markers.json new file mode 100644 index 000000000..85c899fff --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848i/markers.json @@ -0,0 +1,220 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 275 + ], + "area_fraction": 0.216 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 127, + 204 + ], + "peak": [ + 118, + 260 + ], + "area_cells": 16995 + }, + { + "id": "range_2", + "name": null, + "center": [ + 111, + 401 + ], + "peak": [ + 112, + 400 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 189, + 466 + ], + "peak": [ + 230, + 493 + ], + "area_cells": 5647 + }, + { + "id": "range_4", + "name": null, + "center": [ + 126, + 494 + ], + "peak": [ + 127, + 494 + ], + "area_cells": 92 + }, + { + "id": "range_12", + "name": null, + "center": [ + 172, + 411 + ], + "peak": [ + 183, + 412 + ], + "area_cells": 256 + }, + { + "id": "range_14", + "name": null, + "center": [ + 183, + 31 + ], + "peak": [ + 193, + 22 + ], + "area_cells": 284 + }, + { + "id": "range_16", + "name": null, + "center": [ + 208, + 203 + ], + "peak": [ + 209, + 167 + ], + "area_cells": 3039 + }, + { + "id": "range_17", + "name": null, + "center": [ + 187, + 59 + ], + "peak": [ + 187, + 57 + ], + "area_cells": 112 + }, + { + "id": "range_18", + "name": null, + "center": [ + 191, + 439 + ], + "peak": [ + 190, + 438 + ], + "area_cells": 193 + }, + { + "id": "range_28", + "name": null, + "center": [ + 232, + 27 + ], + "peak": [ + 241, + 9 + ], + "area_cells": 2231 + }, + { + "id": "range_31", + "name": null, + "center": [ + 224, + 360 + ], + "peak": [ + 222, + 367 + ], + "area_cells": 363 + }, + { + "id": "range_34", + "name": null, + "center": [ + 221, + 326 + ], + "peak": [ + 222, + 327 + ], + "area_cells": 22 + }, + { + "id": "range_35", + "name": null, + "center": [ + 222, + 308 + ], + "peak": [ + 223, + 308 + ], + "area_cells": 80 + }, + { + "id": "range_36", + "name": null, + "center": [ + 240, + 434 + ], + "peak": [ + 239, + 439 + ], + "area_cells": 134 + }, + { + "id": "range_38", + "name": null, + "center": [ + 246, + 458 + ], + "peak": [ + 239, + 447 + ], + "area_cells": 439 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848j/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848j/globe.png new file mode 100644 index 000000000..1b8aebafa Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848j/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848j/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848j/heightmap.png new file mode 100644 index 000000000..78c1c900f Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848j/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848j/index.md b/wiki/star-systems/GJ-848/bodies/GJ848j/index.md new file mode 100644 index 000000000..28c9f5fc5 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ848j +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1225229051 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 29.429 + period_days: 52000.0 + axial_tilt_deg: 58.7 +physical: + gravity_g: 0.29 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.232 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848j + +Frozen planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.29g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848j/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848j/markers.json new file mode 100644 index 000000000..4ab65fd66 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848j/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 183, + 271 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 204, + 312 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 213, + 208 + ], + "area_fraction": 0.022 + }, + { + "id": "water_28", + "name": null, + "kind": "sea", + "center": [ + 222, + 456 + ], + "area_fraction": 0.0485 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 229, + 60 + ], + "area_fraction": 0.0435 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 153 + ], + "peak": [ + 42, + 172 + ], + "area_cells": 4308 + }, + { + "id": "range_2", + "name": null, + "center": [ + 26, + 378 + ], + "peak": [ + 0, + 317 + ], + "area_cells": 11380 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 6 + ], + "peak": [ + 42, + 11 + ], + "area_cells": 73 + }, + { + "id": "range_6", + "name": null, + "center": [ + 49, + 236 + ], + "peak": [ + 49, + 236 + ], + "area_cells": 51 + }, + { + "id": "range_7", + "name": null, + "center": [ + 70, + 57 + ], + "peak": [ + 87, + 68 + ], + "area_cells": 1642 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 11 + ], + "peak": [ + 94, + 2 + ], + "area_cells": 673 + }, + { + "id": "range_10", + "name": null, + "center": [ + 74, + 494 + ], + "peak": [ + 74, + 494 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 89, + 507 + ], + "peak": [ + 88, + 511 + ], + "area_cells": 138 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 462 + ], + "peak": [ + 111, + 471 + ], + "area_cells": 1021 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-848/bodies/GJ848k/globe.png b/wiki/star-systems/GJ-848/bodies/GJ848k/globe.png new file mode 100644 index 000000000..dc3f4cf43 Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848k/globe.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848k/heightmap.png b/wiki/star-systems/GJ-848/bodies/GJ848k/heightmap.png new file mode 100644 index 000000000..ecb34f16e Binary files /dev/null and b/wiki/star-systems/GJ-848/bodies/GJ848k/heightmap.png differ diff --git a/wiki/star-systems/GJ-848/bodies/GJ848k/index.md b/wiki/star-systems/GJ-848/bodies/GJ848k/index.md new file mode 100644 index 000000000..90504c1b6 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848k/index.md @@ -0,0 +1,65 @@ +--- +id: GJ848k +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3597910167 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 43.049 + period_days: 92000.0 + axial_tilt_deg: 50.9 +physical: + gravity_g: 0.12 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.844 + polar_ice_lat: 0.202 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.324 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ848k + +Frozen planet. + +**System:** [GJ-848](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 92000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-848/bodies/GJ848k/markers.json b/wiki/star-systems/GJ-848/bodies/GJ848k/markers.json new file mode 100644 index 000000000..ccca5f6f3 --- /dev/null +++ b/wiki/star-systems/GJ-848/bodies/GJ848k/markers.json @@ -0,0 +1,150 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 150, + 300 + ], + "area_fraction": 0.0475 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 72, + 194 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 102, + 268 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 130, + 331 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 177, + 223 + ], + "area_fraction": 0.0108 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 220, + 43 + ], + "area_fraction": 0.0214 + }, + { + "id": "water_49", + "name": null, + "kind": "lake", + "center": [ + 219, + 434 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 255 + ], + "peak": [ + 0, + 250 + ], + "area_cells": 2500 + }, + { + "id": "range_4", + "name": null, + "center": [ + 24, + 82 + ], + "peak": [ + 21, + 78 + ], + "area_cells": 421 + }, + { + "id": "range_5", + "name": null, + "center": [ + 33, + 29 + ], + "peak": [ + 30, + 37 + ], + "area_cells": 1369 + }, + { + "id": "range_7", + "name": null, + "center": [ + 66, + 448 + ], + "peak": [ + 83, + 408 + ], + "area_cells": 8221 + }, + { + "id": "range_9", + "name": null, + "center": [ + 94, + 2 + ], + "peak": [ + 96, + 0 + ], + "area_cells": 81 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ853Ab/globe.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/globe.png new file mode 100644 index 000000000..ebee9ab5a Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/globe.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ab/heightmap.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/heightmap.png new file mode 100644 index 000000000..ec741ec38 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ab/index.md b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/index.md new file mode 100644 index 000000000..7b900d57c --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ853Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2889838773 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.074 + period_days: 11.0 + axial_tilt_deg: 4.5 +physical: + gravity_g: 0.36 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.982 + polar_ice_lat: 0.931 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.001 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ853Ab + +Barren planet. + +**System:** [GJ-853A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 98% | +| **Year** | 11 days | + +## Description + + diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ab/markers.json b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/markers.json new file mode 100644 index 000000000..c426cfde4 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ab/markers.json @@ -0,0 +1,482 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 12, + 219 + ], + "peak": [ + 9, + 219 + ], + "area_cells": 25 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 424 + ], + "peak": [ + 76, + 412 + ], + "area_cells": 1153 + }, + { + "id": "range_4", + "name": null, + "center": [ + 30, + 430 + ], + "peak": [ + 32, + 432 + ], + "area_cells": 118 + }, + { + "id": "range_5", + "name": null, + "center": [ + 81, + 238 + ], + "peak": [ + 92, + 261 + ], + "area_cells": 8359 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 374 + ], + "peak": [ + 36, + 376 + ], + "area_cells": 48 + }, + { + "id": "range_8", + "name": null, + "center": [ + 46, + 140 + ], + "peak": [ + 47, + 140 + ], + "area_cells": 40 + }, + { + "id": "range_10", + "name": null, + "center": [ + 49, + 329 + ], + "peak": [ + 51, + 329 + ], + "area_cells": 73 + }, + { + "id": "range_12", + "name": null, + "center": [ + 64, + 62 + ], + "peak": [ + 56, + 50 + ], + "area_cells": 807 + }, + { + "id": "range_13", + "name": null, + "center": [ + 74, + 123 + ], + "peak": [ + 74, + 118 + ], + "area_cells": 397 + }, + { + "id": "range_14", + "name": null, + "center": [ + 62, + 138 + ], + "peak": [ + 61, + 138 + ], + "area_cells": 35 + }, + { + "id": "range_15", + "name": null, + "center": [ + 86, + 481 + ], + "peak": [ + 77, + 480 + ], + "area_cells": 178 + }, + { + "id": "range_21", + "name": null, + "center": [ + 94, + 67 + ], + "peak": [ + 95, + 67 + ], + "area_cells": 51 + }, + { + "id": "range_24", + "name": null, + "center": [ + 99, + 508 + ], + "peak": [ + 100, + 511 + ], + "area_cells": 59 + }, + { + "id": "range_25", + "name": null, + "center": [ + 101, + 3 + ], + "peak": [ + 101, + 1 + ], + "area_cells": 75 + }, + { + "id": "range_31", + "name": null, + "center": [ + 110, + 93 + ], + "peak": [ + 113, + 93 + ], + "area_cells": 72 + }, + { + "id": "range_33", + "name": null, + "center": [ + 115, + 124 + ], + "peak": [ + 113, + 120 + ], + "area_cells": 80 + }, + { + "id": "range_34", + "name": null, + "center": [ + 121, + 165 + ], + "peak": [ + 121, + 175 + ], + "area_cells": 97 + }, + { + "id": "range_35", + "name": null, + "center": [ + 124, + 101 + ], + "peak": [ + 125, + 102 + ], + "area_cells": 67 + }, + { + "id": "range_37", + "name": null, + "center": [ + 139, + 268 + ], + "peak": [ + 144, + 270 + ], + "area_cells": 195 + }, + { + "id": "range_40", + "name": null, + "center": [ + 136, + 244 + ], + "peak": [ + 136, + 245 + ], + "area_cells": 39 + }, + { + "id": "range_41", + "name": null, + "center": [ + 142, + 499 + ], + "peak": [ + 141, + 494 + ], + "area_cells": 228 + }, + { + "id": "range_42", + "name": null, + "center": [ + 162, + 195 + ], + "peak": [ + 185, + 198 + ], + "area_cells": 1139 + }, + { + "id": "range_44", + "name": null, + "center": [ + 151, + 2 + ], + "peak": [ + 151, + 2 + ], + "area_cells": 74 + }, + { + "id": "range_45", + "name": null, + "center": [ + 221, + 146 + ], + "peak": [ + 186, + 125 + ], + "area_cells": 3319 + }, + { + "id": "range_47", + "name": null, + "center": [ + 181, + 297 + ], + "peak": [ + 181, + 300 + ], + "area_cells": 482 + }, + { + "id": "range_48", + "name": null, + "center": [ + 166, + 6 + ], + "peak": [ + 167, + 7 + ], + "area_cells": 31 + }, + { + "id": "range_49", + "name": null, + "center": [ + 174, + 91 + ], + "peak": [ + 175, + 91 + ], + "area_cells": 100 + }, + { + "id": "range_50", + "name": null, + "center": [ + 175, + 34 + ], + "peak": [ + 175, + 34 + ], + "area_cells": 41 + }, + { + "id": "range_51", + "name": null, + "center": [ + 190, + 168 + ], + "peak": [ + 187, + 166 + ], + "area_cells": 165 + }, + { + "id": "range_53", + "name": null, + "center": [ + 241, + 261 + ], + "peak": [ + 247, + 295 + ], + "area_cells": 2320 + }, + { + "id": "range_54", + "name": null, + "center": [ + 217, + 418 + ], + "peak": [ + 219, + 418 + ], + "area_cells": 32 + }, + { + "id": "range_56", + "name": null, + "center": [ + 245, + 368 + ], + "peak": [ + 255, + 343 + ], + "area_cells": 1592 + }, + { + "id": "range_57", + "name": null, + "center": [ + 226, + 90 + ], + "peak": [ + 224, + 91 + ], + "area_cells": 30 + }, + { + "id": "range_61", + "name": null, + "center": [ + 247, + 416 + ], + "peak": [ + 252, + 417 + ], + "area_cells": 58 + }, + { + "id": "range_62", + "name": null, + "center": [ + 249, + 428 + ], + "peak": [ + 253, + 428 + ], + "area_cells": 38 + }, + { + "id": "range_65", + "name": null, + "center": [ + 253, + 113 + ], + "peak": [ + 255, + 116 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ac/globe.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/globe.png new file mode 100644 index 000000000..04dca9fb5 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/globe.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ac/heightmap.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/heightmap.png new file mode 100644 index 000000000..77103b503 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ac/index.md b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/index.md new file mode 100644 index 000000000..359939523 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/index.md @@ -0,0 +1,69 @@ +--- +id: GJ853Ac +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1827403515 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.264 + period_days: 74.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.84 + oblateness: 0.002 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.639 + polar_ice_lat: 0.411 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.174 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ853Ac + +Cold Arid planet. + +**System:** [GJ-853A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 64% | +| **Year** | 74 days | + +## Description + + diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ac/markers.json b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/markers.json new file mode 100644 index 000000000..8795add68 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ac/markers.json @@ -0,0 +1,746 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 117, + 135 + ], + [ + 118, + 136 + ], + [ + 119, + 137 + ], + [ + 120, + 137 + ], + [ + 121, + 136 + ], + [ + 122, + 135 + ], + [ + 123, + 134 + ], + [ + 124, + 133 + ], + [ + 125, + 132 + ], + [ + 126, + 131 + ], + [ + 127, + 130 + ], + [ + 128, + 131 + ], + [ + 129, + 131 + ], + [ + 130, + 132 + ], + [ + 131, + 132 + ], + [ + 132, + 131 + ], + [ + 133, + 131 + ], + [ + 132, + 130 + ], + [ + 133, + 130 + ], + [ + 132, + 129 + ], + [ + 132, + 128 + ], + [ + 133, + 127 + ], + [ + 133, + 126 + ], + [ + 133, + 125 + ], + [ + 133, + 124 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 102, + 168 + ], + [ + 103, + 169 + ], + [ + 104, + 170 + ], + [ + 105, + 171 + ], + [ + 106, + 172 + ], + [ + 107, + 173 + ], + [ + 106, + 173 + ], + [ + 106, + 174 + ], + [ + 105, + 175 + ], + [ + 105, + 176 + ], + [ + 106, + 175 + ], + [ + 105, + 174 + ], + [ + 104, + 175 + ], + [ + 104, + 176 + ], + [ + 103, + 177 + ], + [ + 103, + 176 + ], + [ + 102, + 177 + ], + [ + 101, + 178 + ], + [ + 100, + 177 + ], + [ + 101, + 177 + ], + [ + 100, + 176 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 214, + 361 + ], + [ + 214, + 362 + ], + [ + 215, + 363 + ], + [ + 216, + 364 + ], + [ + 216, + 365 + ], + [ + 217, + 366 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 62, + 271 + ], + [ + 61, + 271 + ], + [ + 60, + 270 + ], + [ + 59, + 269 + ], + [ + 58, + 270 + ], + [ + 57, + 269 + ], + [ + 56, + 269 + ], + [ + 55, + 269 + ], + [ + 54, + 269 + ], + [ + 53, + 270 + ], + [ + 52, + 270 + ], + [ + 51, + 270 + ], + [ + 50, + 269 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 255, + 117 + ], + [ + 254, + 118 + ], + [ + 253, + 117 + ], + [ + 252, + 117 + ], + [ + 252, + 118 + ], + [ + 251, + 118 + ], + [ + 250, + 119 + ], + [ + 249, + 118 + ], + [ + 248, + 118 + ], + [ + 249, + 117 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 203, + 388 + ], + [ + 204, + 387 + ], + [ + 204, + 386 + ], + [ + 205, + 387 + ], + [ + 206, + 386 + ], + [ + 207, + 385 + ], + [ + 208, + 384 + ], + [ + 209, + 384 + ], + [ + 210, + 384 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 105, + 102 + ], + [ + 104, + 103 + ], + [ + 103, + 102 + ], + [ + 102, + 102 + ], + [ + 101, + 103 + ], + [ + 100, + 104 + ], + [ + 99, + 105 + ], + [ + 98, + 106 + ], + [ + 97, + 107 + ], + [ + 96, + 108 + ], + [ + 95, + 109 + ], + [ + 94, + 110 + ], + [ + 93, + 111 + ], + [ + 92, + 112 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 106, + 407 + ], + [ + 105, + 406 + ], + [ + 104, + 405 + ], + [ + 103, + 404 + ], + [ + 102, + 403 + ], + [ + 102, + 402 + ], + [ + 102, + 401 + ], + [ + 102, + 400 + ], + [ + 103, + 399 + ], + [ + 102, + 398 + ], + [ + 102, + 397 + ], + [ + 103, + 396 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 79, + 98 + ], + [ + 80, + 97 + ], + [ + 79, + 96 + ], + [ + 78, + 95 + ], + [ + 77, + 94 + ], + [ + 76, + 93 + ], + [ + 75, + 92 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 118, + 2 + ], + [ + 119, + 1 + ], + [ + 120, + 0 + ], + [ + 121, + 511 + ], + [ + 122, + 0 + ], + [ + 123, + 511 + ], + [ + 124, + 510 + ], + [ + 125, + 510 + ], + [ + 124, + 509 + ], + [ + 125, + 508 + ], + [ + 126, + 508 + ], + [ + 126, + 509 + ], + [ + 127, + 508 + ], + [ + 128, + 507 + ], + [ + 129, + 506 + ], + [ + 129, + 505 + ], + [ + 128, + 504 + ], + [ + 129, + 503 + ], + [ + 130, + 502 + ], + [ + 129, + 501 + ], + [ + 130, + 501 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 35, + 263 + ], + "area_fraction": 0.217 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 130, + 67 + ], + "area_fraction": 0.0171 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 206, + 110 + ], + "area_fraction": 0.0361 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 223, + 412 + ], + "area_fraction": 0.0707 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 85, + 19 + ], + "peak": [ + 88, + 16 + ], + "area_cells": 394 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 53 + ], + "peak": [ + 95, + 55 + ], + "area_cells": 116 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 194 + ], + "peak": [ + 101, + 195 + ], + "area_cells": 75 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 232 + ], + "peak": [ + 144, + 245 + ], + "area_cells": 7490 + }, + { + "id": "range_6", + "name": null, + "center": [ + 137, + 384 + ], + "peak": [ + 138, + 384 + ], + "area_cells": 110 + }, + { + "id": "range_7", + "name": null, + "center": [ + 193, + 12 + ], + "peak": [ + 189, + 6 + ], + "area_cells": 337 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ad/globe.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/globe.png new file mode 100644 index 000000000..50a824258 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/globe.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ad/heightmap.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/heightmap.png new file mode 100644 index 000000000..66f9f58d1 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ad/index.md b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/index.md new file mode 100644 index 000000000..90c134716 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ853Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4144429405 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.594 + period_days: 250.0 + axial_tilt_deg: 38.4 +physical: + gravity_g: 0.52 + oblateness: 0.003 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.938 + polar_ice_lat: 0.128 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.331 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ853Ad + +Frozen planet. + +**System:** [GJ-853A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 250 days | + +## Description + + diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ad/markers.json b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/markers.json new file mode 100644 index 000000000..217aad20a --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ad/markers.json @@ -0,0 +1,436 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 223, + 503 + ], + [ + 223, + 504 + ], + [ + 224, + 505 + ], + [ + 225, + 506 + ], + [ + 226, + 505 + ], + [ + 227, + 505 + ], + [ + 228, + 505 + ], + [ + 229, + 505 + ], + [ + 230, + 505 + ], + [ + 231, + 506 + ], + [ + 232, + 507 + ], + [ + 232, + 508 + ], + [ + 233, + 507 + ], + [ + 234, + 506 + ], + [ + 233, + 506 + ], + [ + 232, + 506 + ], + [ + 231, + 507 + ], + [ + 230, + 508 + ], + [ + 230, + 509 + ], + [ + 231, + 509 + ], + [ + 230, + 510 + ], + [ + 231, + 511 + ], + [ + 230, + 511 + ], + [ + 231, + 0 + ], + [ + 232, + 1 + ], + [ + 232, + 0 + ], + [ + 233, + 1 + ], + [ + 234, + 2 + ], + [ + 234, + 3 + ], + [ + 233, + 4 + ], + [ + 234, + 5 + ], + [ + 234, + 6 + ], + [ + 235, + 6 + ], + [ + 234, + 7 + ], + [ + 235, + 7 + ], + [ + 236, + 8 + ], + [ + 235, + 9 + ], + [ + 236, + 9 + ], + [ + 237, + 10 + ], + [ + 236, + 11 + ], + [ + 235, + 11 + ], + [ + 234, + 12 + ], + [ + 233, + 12 + ], + [ + 232, + 13 + ], + [ + 232, + 12 + ], + [ + 232, + 11 + ], + [ + 233, + 10 + ], + [ + 232, + 10 + ], + [ + 233, + 9 + ], + [ + 234, + 10 + ], + [ + 233, + 11 + ], + [ + 234, + 11 + ], + [ + 235, + 12 + ], + [ + 236, + 13 + ], + [ + 237, + 14 + ], + [ + 237, + 15 + ], + [ + 238, + 16 + ], + [ + 239, + 15 + ], + [ + 239, + 16 + ], + [ + 238, + 15 + ], + [ + 239, + 14 + ], + [ + 240, + 14 + ], + [ + 239, + 13 + ], + [ + 238, + 14 + ], + [ + 237, + 13 + ], + [ + 238, + 12 + ], + [ + 237, + 12 + ], + [ + 237, + 11 + ], + [ + 238, + 11 + ], + [ + 238, + 10 + ], + [ + 239, + 10 + ], + [ + 239, + 9 + ], + [ + 240, + 10 + ], + [ + 241, + 9 + ], + [ + 242, + 9 + ], + [ + 243, + 9 + ], + [ + 243, + 10 + ], + [ + 243, + 11 + ], + [ + 242, + 11 + ], + [ + 242, + 10 + ], + [ + 241, + 11 + ], + [ + 240, + 11 + ], + [ + 239, + 11 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 164, + 50 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 206, + 193 + ], + "area_fraction": 0.0226 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 247, + 256 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 246 + ], + "peak": [ + 82, + 246 + ], + "area_cells": 34 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 456 + ], + "peak": [ + 103, + 435 + ], + "area_cells": 2272 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 486 + ], + "peak": [ + 92, + 488 + ], + "area_cells": 32 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 380 + ], + "peak": [ + 116, + 383 + ], + "area_cells": 255 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ae/globe.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/globe.png new file mode 100644 index 000000000..044784eab Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/globe.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ae/heightmap.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/heightmap.png new file mode 100644 index 000000000..5993018eb Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ae/index.md b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/index.md new file mode 100644 index 000000000..208aee1f3 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ853Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 386311863 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.246 + period_days: 760.0 + axial_tilt_deg: 15.8 +physical: + gravity_g: 0.42 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.882 + polar_ice_lat: 0.335 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ853Ae + +Frozen planet. + +**System:** [GJ-853A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 760 days | + +## Description + + diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ae/markers.json b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/markers.json new file mode 100644 index 000000000..707467ff3 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ae/markers.json @@ -0,0 +1,139 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 216, + 48 + ], + "area_fraction": 0.0474 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 219, + 451 + ], + "area_fraction": 0.0616 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 79, + 279 + ], + "peak": [ + 89, + 342 + ], + "area_cells": 30290 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 467 + ], + "peak": [ + 10, + 511 + ], + "area_cells": 1848 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 386 + ], + "peak": [ + 10, + 384 + ], + "area_cells": 182 + }, + { + "id": "range_4", + "name": null, + "center": [ + 10, + 374 + ], + "peak": [ + 10, + 374 + ], + "area_cells": 29 + }, + { + "id": "range_6", + "name": null, + "center": [ + 12, + 346 + ], + "peak": [ + 13, + 336 + ], + "area_cells": 135 + }, + { + "id": "range_8", + "name": null, + "center": [ + 72, + 5 + ], + "peak": [ + 71, + 2 + ], + "area_cells": 131 + }, + { + "id": "range_9", + "name": null, + "center": [ + 75, + 89 + ], + "peak": [ + 76, + 92 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 145, + 170 + ], + "peak": [ + 146, + 171 + ], + "area_cells": 249 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Af/globe.png b/wiki/star-systems/GJ-853A/bodies/GJ853Af/globe.png new file mode 100644 index 000000000..c15770e59 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Af/globe.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Af/heightmap.png b/wiki/star-systems/GJ-853A/bodies/GJ853Af/heightmap.png new file mode 100644 index 000000000..a7e6cee5c Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Af/index.md b/wiki/star-systems/GJ-853A/bodies/GJ853Af/index.md new file mode 100644 index 000000000..12c0d6db4 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ853Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1861262888 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.454 + period_days: 2100.0 + axial_tilt_deg: 28.6 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.718 + polar_ice_lat: 0.293 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.278 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ853Af + +Frozen planet. + +**System:** [GJ-853A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 2100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Af/markers.json b/wiki/star-systems/GJ-853A/bodies/GJ853Af/markers.json new file mode 100644 index 000000000..a654052c3 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Af/markers.json @@ -0,0 +1,104 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 48, + 119 + ], + "area_fraction": 0.0592 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 58, + 421 + ], + "area_fraction": 0.1293 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 74, + 46 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 76, + 214 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 132, + 87 + ], + "area_fraction": 0.0475 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 220, + 275 + ], + "peak": [ + 197, + 203 + ], + "area_cells": 17572 + }, + { + "id": "range_3", + "name": null, + "center": [ + 186, + 397 + ], + "peak": [ + 188, + 398 + ], + "area_cells": 185 + }, + { + "id": "range_6", + "name": null, + "center": [ + 228, + 71 + ], + "peak": [ + 229, + 72 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ag/globe.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/globe.png new file mode 100644 index 000000000..046259b59 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/globe.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ag/heightmap.png b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/heightmap.png new file mode 100644 index 000000000..d44007015 Binary files /dev/null and b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ag/index.md b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/index.md new file mode 100644 index 000000000..4ea4b7f78 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ853Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 286078703 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.72 + period_days: 5600.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.08 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.815 + polar_ice_lat: 0.18 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ853Ag + +Frozen planet. + +**System:** [GJ-853A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-853A/bodies/GJ853Ag/markers.json b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/markers.json new file mode 100644 index 000000000..0131f4097 --- /dev/null +++ b/wiki/star-systems/GJ-853A/bodies/GJ853Ag/markers.json @@ -0,0 +1,48 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 44 + ], + "area_fraction": 0.0294 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 28, + 261 + ], + "area_fraction": 0.1293 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 224, + 258 + ], + "peak": [ + 227, + 404 + ], + "area_cells": 30391 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ86Ab/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ab/globe.png new file mode 100644 index 000000000..9262ef86d Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ab/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ab/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ab/heightmap.png new file mode 100644 index 000000000..c4425a345 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ab/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ab/index.md new file mode 100644 index 000000000..f879638ff --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 949232363 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.359 + period_days: 88.0 + axial_tilt_deg: 30.1 +physical: + gravity_g: 0.56 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.835 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.008 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ab + +Barren planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.56g | +| **Land** | 93% | +| **Year** | 88 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ab/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ab/markers.json new file mode 100644 index 000000000..8717252bc --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ab/markers.json @@ -0,0 +1,529 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 10, + 175 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 8, + 255 + ], + "area_fraction": 0.0093 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 64, + 230 + ], + "peak": [ + 65, + 231 + ], + "area_cells": 42 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 280 + ], + "peak": [ + 66, + 280 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 70, + 296 + ], + "peak": [ + 73, + 296 + ], + "area_cells": 93 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 308 + ], + "peak": [ + 81, + 308 + ], + "area_cells": 80 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 277 + ], + "peak": [ + 82, + 276 + ], + "area_cells": 99 + }, + { + "id": "range_10", + "name": null, + "center": [ + 88, + 254 + ], + "peak": [ + 87, + 255 + ], + "area_cells": 30 + }, + { + "id": "range_11", + "name": null, + "center": [ + 91, + 229 + ], + "peak": [ + 92, + 231 + ], + "area_cells": 97 + }, + { + "id": "range_12", + "name": null, + "center": [ + 101, + 292 + ], + "peak": [ + 99, + 295 + ], + "area_cells": 146 + }, + { + "id": "range_13", + "name": null, + "center": [ + 98, + 508 + ], + "peak": [ + 99, + 509 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 118, + 484 + ], + "peak": [ + 122, + 487 + ], + "area_cells": 142 + }, + { + "id": "range_17", + "name": null, + "center": [ + 118, + 307 + ], + "peak": [ + 118, + 307 + ], + "area_cells": 49 + }, + { + "id": "range_18", + "name": null, + "center": [ + 124, + 23 + ], + "peak": [ + 124, + 24 + ], + "area_cells": 407 + }, + { + "id": "range_19", + "name": null, + "center": [ + 124, + 417 + ], + "peak": [ + 126, + 413 + ], + "area_cells": 150 + }, + { + "id": "range_20", + "name": null, + "center": [ + 149, + 291 + ], + "peak": [ + 148, + 315 + ], + "area_cells": 836 + }, + { + "id": "range_21", + "name": null, + "center": [ + 134, + 57 + ], + "peak": [ + 138, + 60 + ], + "area_cells": 183 + }, + { + "id": "range_22", + "name": null, + "center": [ + 144, + 473 + ], + "peak": [ + 138, + 454 + ], + "area_cells": 391 + }, + { + "id": "range_23", + "name": null, + "center": [ + 152, + 7 + ], + "peak": [ + 149, + 4 + ], + "area_cells": 249 + }, + { + "id": "range_24", + "name": null, + "center": [ + 144, + 233 + ], + "peak": [ + 145, + 233 + ], + "area_cells": 92 + }, + { + "id": "range_26", + "name": null, + "center": [ + 149, + 510 + ], + "peak": [ + 150, + 511 + ], + "area_cells": 22 + }, + { + "id": "range_27", + "name": null, + "center": [ + 159, + 349 + ], + "peak": [ + 160, + 341 + ], + "area_cells": 626 + }, + { + "id": "range_28", + "name": null, + "center": [ + 177, + 95 + ], + "peak": [ + 166, + 116 + ], + "area_cells": 1123 + }, + { + "id": "range_29", + "name": null, + "center": [ + 188, + 374 + ], + "peak": [ + 197, + 370 + ], + "area_cells": 578 + }, + { + "id": "range_30", + "name": null, + "center": [ + 181, + 239 + ], + "peak": [ + 180, + 240 + ], + "area_cells": 90 + }, + { + "id": "range_31", + "name": null, + "center": [ + 188, + 320 + ], + "peak": [ + 188, + 324 + ], + "area_cells": 119 + }, + { + "id": "range_32", + "name": null, + "center": [ + 189, + 203 + ], + "peak": [ + 191, + 206 + ], + "area_cells": 86 + }, + { + "id": "range_36", + "name": null, + "center": [ + 199, + 485 + ], + "peak": [ + 202, + 486 + ], + "area_cells": 111 + }, + { + "id": "range_37", + "name": null, + "center": [ + 194, + 225 + ], + "peak": [ + 195, + 225 + ], + "area_cells": 45 + }, + { + "id": "range_38", + "name": null, + "center": [ + 203, + 329 + ], + "peak": [ + 205, + 331 + ], + "area_cells": 70 + }, + { + "id": "range_40", + "name": null, + "center": [ + 210, + 465 + ], + "peak": [ + 211, + 466 + ], + "area_cells": 29 + }, + { + "id": "range_41", + "name": null, + "center": [ + 207, + 93 + ], + "peak": [ + 208, + 93 + ], + "area_cells": 23 + }, + { + "id": "range_43", + "name": null, + "center": [ + 215, + 99 + ], + "peak": [ + 217, + 100 + ], + "area_cells": 44 + }, + { + "id": "range_44", + "name": null, + "center": [ + 214, + 358 + ], + "peak": [ + 216, + 358 + ], + "area_cells": 24 + }, + { + "id": "range_52", + "name": null, + "center": [ + 233, + 87 + ], + "peak": [ + 242, + 88 + ], + "area_cells": 111 + }, + { + "id": "range_56", + "name": null, + "center": [ + 245, + 492 + ], + "peak": [ + 249, + 476 + ], + "area_cells": 689 + }, + { + "id": "range_57", + "name": null, + "center": [ + 246, + 466 + ], + "peak": [ + 243, + 468 + ], + "area_cells": 112 + }, + { + "id": "range_58", + "name": null, + "center": [ + 247, + 114 + ], + "peak": [ + 254, + 91 + ], + "area_cells": 550 + }, + { + "id": "range_59", + "name": null, + "center": [ + 249, + 16 + ], + "peak": [ + 254, + 24 + ], + "area_cells": 399 + }, + { + "id": "range_62", + "name": null, + "center": [ + 250, + 41 + ], + "peak": [ + 254, + 41 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ac/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ac/globe.png new file mode 100644 index 000000000..7379caf7b Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ac/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ac/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ac/heightmap.png new file mode 100644 index 000000000..75fe9442e Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ac/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ac/index.md new file mode 100644 index 000000000..9ff9ef833 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ac/index.md @@ -0,0 +1,68 @@ +--- +id: GJ86Ac +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 2741113074 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.61 + period_days: 195.0 + axial_tilt_deg: 27.0 +physical: + gravity_g: 0.84 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.836 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.164 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ac + +Arid planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.84g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 195 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ac/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ac/markers.json new file mode 100644 index 000000000..bcfe7767f --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ac/markers.json @@ -0,0 +1,492 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 104, + 139 + ], + [ + 105, + 140 + ], + [ + 106, + 141 + ], + [ + 107, + 142 + ], + [ + 108, + 141 + ], + [ + 109, + 140 + ], + [ + 110, + 141 + ], + [ + 111, + 142 + ], + [ + 112, + 142 + ], + [ + 113, + 143 + ], + [ + 114, + 142 + ], + [ + 115, + 142 + ], + [ + 116, + 142 + ], + [ + 117, + 142 + ], + [ + 116, + 143 + ], + [ + 117, + 143 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 133, + 118 + ], + [ + 134, + 119 + ], + [ + 135, + 119 + ], + [ + 136, + 119 + ], + [ + 137, + 118 + ], + [ + 138, + 117 + ], + [ + 139, + 116 + ], + [ + 140, + 115 + ], + [ + 141, + 115 + ], + [ + 142, + 114 + ], + [ + 143, + 113 + ], + [ + 144, + 112 + ], + [ + 145, + 111 + ], + [ + 146, + 110 + ], + [ + 147, + 111 + ], + [ + 148, + 111 + ], + [ + 149, + 110 + ], + [ + 150, + 109 + ], + [ + 151, + 110 + ], + [ + 152, + 111 + ], + [ + 153, + 111 + ], + [ + 154, + 112 + ], + [ + 155, + 112 + ], + [ + 156, + 111 + ], + [ + 157, + 112 + ], + [ + 158, + 111 + ], + [ + 159, + 112 + ], + [ + 160, + 113 + ], + [ + 161, + 113 + ], + [ + 162, + 113 + ], + [ + 163, + 113 + ], + [ + 164, + 114 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 140, + 79 + ], + [ + 139, + 78 + ], + [ + 138, + 77 + ], + [ + 137, + 76 + ], + [ + 136, + 75 + ], + [ + 137, + 74 + ], + [ + 137, + 73 + ], + [ + 138, + 72 + ], + [ + 139, + 71 + ], + [ + 140, + 71 + ], + [ + 141, + 70 + ], + [ + 142, + 69 + ], + [ + 143, + 68 + ], + [ + 144, + 67 + ], + [ + 145, + 66 + ], + [ + 146, + 65 + ], + [ + 147, + 64 + ], + [ + 148, + 63 + ], + [ + 149, + 62 + ], + [ + 150, + 61 + ], + [ + 151, + 61 + ], + [ + 152, + 60 + ], + [ + 153, + 61 + ], + [ + 154, + 62 + ], + [ + 155, + 63 + ], + [ + 155, + 64 + ], + [ + 156, + 64 + ], + [ + 157, + 64 + ], + [ + 156, + 65 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 179, + 438 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 237, + 154 + ], + "area_fraction": 0.0108 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 331 + ], + "peak": [ + 21, + 335 + ], + "area_cells": 3160 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 121 + ], + "peak": [ + 22, + 184 + ], + "area_cells": 3986 + }, + { + "id": "range_3", + "name": null, + "center": [ + 15, + 501 + ], + "peak": [ + 18, + 508 + ], + "area_cells": 211 + }, + { + "id": "range_4", + "name": null, + "center": [ + 75, + 22 + ], + "peak": [ + 45, + 0 + ], + "area_cells": 2477 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 471 + ], + "peak": [ + 43, + 455 + ], + "area_cells": 5601 + }, + { + "id": "range_7", + "name": null, + "center": [ + 51, + 244 + ], + "peak": [ + 53, + 241 + ], + "area_cells": 668 + }, + { + "id": "range_8", + "name": null, + "center": [ + 48, + 75 + ], + "peak": [ + 47, + 106 + ], + "area_cells": 1097 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 272 + ], + "peak": [ + 84, + 305 + ], + "area_cells": 6567 + }, + { + "id": "range_18", + "name": null, + "center": [ + 130, + 115 + ], + "peak": [ + 133, + 118 + ], + "area_cells": 133 + }, + { + "id": "range_20", + "name": null, + "center": [ + 129, + 85 + ], + "peak": [ + 130, + 85 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ad/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ad/globe.png new file mode 100644 index 000000000..f8caceb1b Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ad/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ad/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ad/heightmap.png new file mode 100644 index 000000000..04f544909 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ad/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ad/index.md new file mode 100644 index 000000000..a74d874c2 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ86Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1961876187 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.402 + period_days: 680.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.63 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.956 + polar_ice_lat: 0.46 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.197 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ad + +Cold Arid planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.63g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 680 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ad/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ad/markers.json new file mode 100644 index 000000000..99f78349e --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ad/markers.json @@ -0,0 +1,833 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 126, + 364 + ], + [ + 125, + 365 + ], + [ + 124, + 366 + ], + [ + 123, + 366 + ], + [ + 123, + 367 + ], + [ + 123, + 368 + ], + [ + 122, + 368 + ], + [ + 122, + 369 + ], + [ + 121, + 370 + ], + [ + 122, + 370 + ], + [ + 122, + 371 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 53, + 353 + ], + [ + 54, + 352 + ], + [ + 55, + 351 + ], + [ + 56, + 350 + ], + [ + 57, + 349 + ], + [ + 58, + 348 + ], + [ + 59, + 347 + ], + [ + 60, + 346 + ], + [ + 61, + 345 + ], + [ + 62, + 344 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 30, + 282 + ], + [ + 31, + 283 + ], + [ + 32, + 284 + ], + [ + 33, + 283 + ], + [ + 34, + 284 + ], + [ + 35, + 285 + ], + [ + 36, + 284 + ], + [ + 37, + 284 + ], + [ + 38, + 284 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 70, + 509 + ], + [ + 70, + 510 + ], + [ + 69, + 511 + ], + [ + 69, + 0 + ], + [ + 69, + 1 + ], + [ + 68, + 2 + ], + [ + 69, + 3 + ], + [ + 69, + 4 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 73, + 448 + ], + [ + 74, + 449 + ], + [ + 73, + 450 + ], + [ + 73, + 451 + ], + [ + 72, + 452 + ], + [ + 73, + 453 + ], + [ + 73, + 454 + ], + [ + 72, + 455 + ], + [ + 72, + 456 + ], + [ + 72, + 457 + ], + [ + 73, + 458 + ], + [ + 74, + 459 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 15, + 93 + ], + [ + 16, + 92 + ], + [ + 17, + 92 + ], + [ + 18, + 93 + ], + [ + 19, + 92 + ], + [ + 20, + 93 + ], + [ + 21, + 93 + ], + [ + 22, + 92 + ], + [ + 23, + 92 + ], + [ + 24, + 91 + ], + [ + 25, + 90 + ], + [ + 25, + 89 + ], + [ + 25, + 88 + ], + [ + 26, + 89 + ], + [ + 27, + 90 + ], + [ + 28, + 91 + ], + [ + 28, + 92 + ], + [ + 29, + 93 + ], + [ + 30, + 94 + ], + [ + 31, + 95 + ], + [ + 32, + 96 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 16, + 398 + ], + [ + 15, + 397 + ], + [ + 14, + 396 + ], + [ + 14, + 395 + ], + [ + 15, + 394 + ], + [ + 16, + 393 + ], + [ + 17, + 392 + ], + [ + 18, + 391 + ], + [ + 17, + 390 + ], + [ + 16, + 389 + ], + [ + 17, + 389 + ], + [ + 18, + 389 + ], + [ + 19, + 388 + ], + [ + 20, + 387 + ], + [ + 21, + 386 + ], + [ + 20, + 385 + ], + [ + 21, + 384 + ], + [ + 21, + 383 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 33, + 185 + ], + [ + 34, + 186 + ], + [ + 35, + 186 + ], + [ + 36, + 187 + ], + [ + 37, + 186 + ], + [ + 38, + 186 + ], + [ + 39, + 186 + ], + [ + 39, + 185 + ], + [ + 40, + 186 + ], + [ + 41, + 185 + ], + [ + 40, + 185 + ], + [ + 41, + 186 + ], + [ + 42, + 186 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 2, + 220 + ], + [ + 3, + 220 + ], + [ + 3, + 219 + ], + [ + 4, + 220 + ], + [ + 5, + 219 + ], + [ + 5, + 218 + ], + [ + 6, + 217 + ], + [ + 7, + 218 + ], + [ + 7, + 217 + ], + [ + 7, + 216 + ], + [ + 8, + 215 + ], + [ + 8, + 214 + ], + [ + 7, + 213 + ], + [ + 6, + 214 + ], + [ + 6, + 213 + ], + [ + 6, + 212 + ], + [ + 7, + 211 + ], + [ + 8, + 211 + ], + [ + 9, + 210 + ], + [ + 8, + 209 + ], + [ + 8, + 208 + ], + [ + 8, + 207 + ], + [ + 7, + 207 + ], + [ + 6, + 206 + ], + [ + 6, + 205 + ], + [ + 7, + 206 + ], + [ + 6, + 207 + ], + [ + 5, + 207 + ], + [ + 4, + 206 + ], + [ + 3, + 205 + ], + [ + 2, + 206 + ], + [ + 3, + 207 + ], + [ + 2, + 207 + ], + [ + 1, + 206 + ], + [ + 0, + 205 + ], + [ + 0, + 206 + ], + [ + 1, + 205 + ], + [ + 0, + 204 + ], + [ + 0, + 203 + ], + [ + 1, + 203 + ], + [ + 1, + 204 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 48, + 0 + ], + [ + 47, + 1 + ], + [ + 46, + 2 + ], + [ + 46, + 3 + ], + [ + 45, + 3 + ], + [ + 45, + 4 + ], + [ + 44, + 5 + ], + [ + 44, + 6 + ], + [ + 44, + 7 + ], + [ + 44, + 8 + ], + [ + 45, + 8 + ], + [ + 45, + 7 + ], + [ + 46, + 7 + ], + [ + 46, + 8 + ], + [ + 47, + 8 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 39, + 216 + ], + [ + 38, + 215 + ], + [ + 38, + 214 + ], + [ + 37, + 213 + ], + [ + 36, + 212 + ], + [ + 35, + 211 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 12, + 488 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 27, + 160 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 68, + 332 + ], + "area_fraction": 0.0146 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 407 + ], + "peak": [ + 108, + 398 + ], + "area_cells": 758 + }, + { + "id": "range_2", + "name": null, + "center": [ + 178, + 436 + ], + "peak": [ + 188, + 481 + ], + "area_cells": 8151 + }, + { + "id": "range_3", + "name": null, + "center": [ + 192, + 132 + ], + "peak": [ + 171, + 199 + ], + "area_cells": 13178 + }, + { + "id": "range_5", + "name": null, + "center": [ + 168, + 336 + ], + "peak": [ + 169, + 336 + ], + "area_cells": 45 + }, + { + "id": "range_6", + "name": null, + "center": [ + 200, + 298 + ], + "peak": [ + 177, + 307 + ], + "area_cells": 3365 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/globe.png new file mode 100644 index 000000000..01197b512 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/heightmap.png new file mode 100644 index 000000000..232aa7b13 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/index.md new file mode 100644 index 000000000..eeebfdf2e --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3375097723 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.084 + period_days: 10.0 + axial_tilt_deg: 56.4 +physical: + gravity_g: 0.15 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.178 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.248 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ae-m1 + +Frozen moon. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.15g | +| **Land** | 93% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/markers.json new file mode 100644 index 000000000..621514924 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m1/markers.json @@ -0,0 +1,230 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 179, + 304 + ], + "area_fraction": 0.0422 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 192, + 438 + ], + "area_fraction": 0.0158 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 66 + ], + "peak": [ + 61, + 47 + ], + "area_cells": 9008 + }, + { + "id": "range_2", + "name": null, + "center": [ + 36, + 503 + ], + "peak": [ + 48, + 511 + ], + "area_cells": 835 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 316 + ], + "peak": [ + 62, + 317 + ], + "area_cells": 3143 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 395 + ], + "peak": [ + 50, + 393 + ], + "area_cells": 34 + }, + { + "id": "range_11", + "name": null, + "center": [ + 53, + 408 + ], + "peak": [ + 54, + 408 + ], + "area_cells": 23 + }, + { + "id": "range_13", + "name": null, + "center": [ + 95, + 119 + ], + "peak": [ + 95, + 120 + ], + "area_cells": 90 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 105 + ], + "peak": [ + 130, + 93 + ], + "area_cells": 517 + }, + { + "id": "range_16", + "name": null, + "center": [ + 148, + 79 + ], + "peak": [ + 148, + 80 + ], + "area_cells": 37 + }, + { + "id": "range_17", + "name": null, + "center": [ + 162, + 71 + ], + "peak": [ + 161, + 69 + ], + "area_cells": 133 + }, + { + "id": "range_19", + "name": null, + "center": [ + 249, + 35 + ], + "peak": [ + 255, + 48 + ], + "area_cells": 692 + }, + { + "id": "range_20", + "name": null, + "center": [ + 245, + 416 + ], + "peak": [ + 244, + 414 + ], + "area_cells": 129 + }, + { + "id": "range_21", + "name": null, + "center": [ + 250, + 485 + ], + "peak": [ + 255, + 504 + ], + "area_cells": 529 + }, + { + "id": "range_22", + "name": null, + "center": [ + 251, + 73 + ], + "peak": [ + 255, + 64 + ], + "area_cells": 166 + }, + { + "id": "range_23", + "name": null, + "center": [ + 252, + 430 + ], + "peak": [ + 255, + 436 + ], + "area_cells": 65 + }, + { + "id": "range_25", + "name": null, + "center": [ + 253, + 189 + ], + "peak": [ + 255, + 191 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/globe.png new file mode 100644 index 000000000..199bf1161 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/heightmap.png new file mode 100644 index 000000000..e5cdb384d Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/index.md new file mode 100644 index 000000000..4e650e90c --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Ae-m2 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1594707196 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 2.0 +physical: + gravity_g: 0.09 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.932 + polar_ice_lat: 0.917 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.012 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ae-m2 + +Barren moon. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.09g | +| **Land** | 93% | +| **Orbit** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/markers.json new file mode 100644 index 000000000..a9bafd6be --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ae-m2/markers.json @@ -0,0 +1,545 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_60", + "name": null, + "kind": "lake", + "center": [ + 138, + 96 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 500 + ], + "peak": [ + 3, + 501 + ], + "area_cells": 31 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 256 + ], + "peak": [ + 38, + 256 + ], + "area_cells": 54 + }, + { + "id": "range_9", + "name": null, + "center": [ + 39, + 247 + ], + "peak": [ + 40, + 245 + ], + "area_cells": 50 + }, + { + "id": "range_10", + "name": null, + "center": [ + 64, + 504 + ], + "peak": [ + 74, + 504 + ], + "area_cells": 469 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 268 + ], + "peak": [ + 44, + 274 + ], + "area_cells": 251 + }, + { + "id": "range_12", + "name": null, + "center": [ + 41, + 488 + ], + "peak": [ + 41, + 488 + ], + "area_cells": 52 + }, + { + "id": "range_13", + "name": null, + "center": [ + 46, + 296 + ], + "peak": [ + 43, + 295 + ], + "area_cells": 74 + }, + { + "id": "range_14", + "name": null, + "center": [ + 55, + 2 + ], + "peak": [ + 52, + 0 + ], + "area_cells": 59 + }, + { + "id": "range_15", + "name": null, + "center": [ + 55, + 237 + ], + "peak": [ + 56, + 237 + ], + "area_cells": 115 + }, + { + "id": "range_16", + "name": null, + "center": [ + 80, + 21 + ], + "peak": [ + 91, + 24 + ], + "area_cells": 547 + }, + { + "id": "range_17", + "name": null, + "center": [ + 63, + 212 + ], + "peak": [ + 63, + 212 + ], + "area_cells": 155 + }, + { + "id": "range_18", + "name": null, + "center": [ + 63, + 184 + ], + "peak": [ + 62, + 185 + ], + "area_cells": 34 + }, + { + "id": "range_19", + "name": null, + "center": [ + 69, + 196 + ], + "peak": [ + 68, + 196 + ], + "area_cells": 40 + }, + { + "id": "range_22", + "name": null, + "center": [ + 80, + 247 + ], + "peak": [ + 80, + 247 + ], + "area_cells": 77 + }, + { + "id": "range_23", + "name": null, + "center": [ + 86, + 474 + ], + "peak": [ + 86, + 475 + ], + "area_cells": 216 + }, + { + "id": "range_25", + "name": null, + "center": [ + 79, + 180 + ], + "peak": [ + 80, + 181 + ], + "area_cells": 22 + }, + { + "id": "range_26", + "name": null, + "center": [ + 93, + 50 + ], + "peak": [ + 86, + 44 + ], + "area_cells": 211 + }, + { + "id": "range_27", + "name": null, + "center": [ + 98, + 230 + ], + "peak": [ + 98, + 219 + ], + "area_cells": 297 + }, + { + "id": "range_28", + "name": null, + "center": [ + 95, + 401 + ], + "peak": [ + 94, + 399 + ], + "area_cells": 90 + }, + { + "id": "range_29", + "name": null, + "center": [ + 101, + 380 + ], + "peak": [ + 103, + 381 + ], + "area_cells": 106 + }, + { + "id": "range_32", + "name": null, + "center": [ + 111, + 341 + ], + "peak": [ + 110, + 341 + ], + "area_cells": 78 + }, + { + "id": "range_33", + "name": null, + "center": [ + 137, + 66 + ], + "peak": [ + 132, + 59 + ], + "area_cells": 1029 + }, + { + "id": "range_35", + "name": null, + "center": [ + 123, + 373 + ], + "peak": [ + 124, + 373 + ], + "area_cells": 195 + }, + { + "id": "range_36", + "name": null, + "center": [ + 117, + 430 + ], + "peak": [ + 119, + 433 + ], + "area_cells": 34 + }, + { + "id": "range_37", + "name": null, + "center": [ + 118, + 481 + ], + "peak": [ + 119, + 481 + ], + "area_cells": 42 + }, + { + "id": "range_40", + "name": null, + "center": [ + 141, + 18 + ], + "peak": [ + 139, + 22 + ], + "area_cells": 357 + }, + { + "id": "range_41", + "name": null, + "center": [ + 142, + 311 + ], + "peak": [ + 136, + 309 + ], + "area_cells": 635 + }, + { + "id": "range_43", + "name": null, + "center": [ + 143, + 435 + ], + "peak": [ + 145, + 437 + ], + "area_cells": 102 + }, + { + "id": "range_44", + "name": null, + "center": [ + 149, + 411 + ], + "peak": [ + 149, + 411 + ], + "area_cells": 75 + }, + { + "id": "range_45", + "name": null, + "center": [ + 181, + 255 + ], + "peak": [ + 192, + 256 + ], + "area_cells": 897 + }, + { + "id": "range_46", + "name": null, + "center": [ + 180, + 43 + ], + "peak": [ + 179, + 42 + ], + "area_cells": 87 + }, + { + "id": "range_47", + "name": null, + "center": [ + 190, + 15 + ], + "peak": [ + 190, + 16 + ], + "area_cells": 175 + }, + { + "id": "range_48", + "name": null, + "center": [ + 185, + 328 + ], + "peak": [ + 186, + 328 + ], + "area_cells": 61 + }, + { + "id": "range_50", + "name": null, + "center": [ + 192, + 280 + ], + "peak": [ + 194, + 276 + ], + "area_cells": 288 + }, + { + "id": "range_51", + "name": null, + "center": [ + 192, + 439 + ], + "peak": [ + 196, + 436 + ], + "area_cells": 364 + }, + { + "id": "range_53", + "name": null, + "center": [ + 231, + 455 + ], + "peak": [ + 225, + 455 + ], + "area_cells": 169 + }, + { + "id": "range_55", + "name": null, + "center": [ + 239, + 294 + ], + "peak": [ + 231, + 294 + ], + "area_cells": 88 + }, + { + "id": "range_56", + "name": null, + "center": [ + 238, + 441 + ], + "peak": [ + 238, + 442 + ], + "area_cells": 226 + }, + { + "id": "range_57", + "name": null, + "center": [ + 244, + 281 + ], + "peak": [ + 244, + 284 + ], + "area_cells": 125 + }, + { + "id": "range_62", + "name": null, + "center": [ + 253, + 266 + ], + "peak": [ + 253, + 266 + ], + "area_cells": 122 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ae/globe.png new file mode 100644 index 000000000..c59ac277b Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ae/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ae/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ae/index.md new file mode 100644 index 000000000..e7530ad1e --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ86Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3832553786 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 28.9 +physical: + gravity_g: null + oblateness: 0.0724 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.357 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 4 + storm_max_size: 0.115 +--- + +# GJ86Ae + +Gas giant. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Af/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Af/globe.png new file mode 100644 index 000000000..08215e62a Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Af/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Af/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Af/heightmap.png new file mode 100644 index 000000000..7f88d13cd Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Af/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Af/index.md new file mode 100644 index 000000000..4ff053492 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 246943068 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.372 + period_days: 5100.0 + axial_tilt_deg: 41.0 +physical: + gravity_g: 0.5 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.951 + polar_ice_lat: 0.216 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Af + +Frozen planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 95% | +| **Year** | 5100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Af/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Af/markers.json new file mode 100644 index 000000000..970eb49a6 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Af/markers.json @@ -0,0 +1,71 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 60 + ], + "area_fraction": 0.012 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 8, + 187 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 7, + 281 + ], + "area_fraction": 0.0163 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 221, + 151 + ], + "peak": [ + 196, + 244 + ], + "area_cells": 18608 + }, + { + "id": "range_2", + "name": null, + "center": [ + 225, + 450 + ], + "peak": [ + 231, + 439 + ], + "area_cells": 7533 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ag/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ag/globe.png new file mode 100644 index 000000000..d9632b4d6 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ag/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ag/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ag/heightmap.png new file mode 100644 index 000000000..244be5dd8 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ag/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ag/index.md new file mode 100644 index 000000000..c150ee2d7 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3598969322 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.19 + period_days: 9600.0 + axial_tilt_deg: 47.9 +physical: + gravity_g: 0.39 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.976 + polar_ice_lat: 0.125 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.445 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ag + +Frozen planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.39g | +| **Land** | 98% | +| **Year** | 9600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ag/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ag/markers.json new file mode 100644 index 000000000..1767f3d65 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ag/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 109, + 71 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 46, + 212 + ], + "peak": [ + 61, + 232 + ], + "area_cells": 16671 + }, + { + "id": "range_2", + "name": null, + "center": [ + 4, + 407 + ], + "peak": [ + 1, + 423 + ], + "area_cells": 284 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 442 + ], + "peak": [ + 0, + 429 + ], + "area_cells": 222 + }, + { + "id": "range_6", + "name": null, + "center": [ + 141, + 309 + ], + "peak": [ + 130, + 302 + ], + "area_cells": 783 + }, + { + "id": "range_8", + "name": null, + "center": [ + 151, + 28 + ], + "peak": [ + 155, + 5 + ], + "area_cells": 858 + }, + { + "id": "range_9", + "name": null, + "center": [ + 157, + 498 + ], + "peak": [ + 156, + 511 + ], + "area_cells": 328 + }, + { + "id": "range_11", + "name": null, + "center": [ + 205, + 360 + ], + "peak": [ + 171, + 327 + ], + "area_cells": 3447 + }, + { + "id": "range_12", + "name": null, + "center": [ + 163, + 175 + ], + "peak": [ + 164, + 177 + ], + "area_cells": 49 + }, + { + "id": "range_13", + "name": null, + "center": [ + 179, + 16 + ], + "peak": [ + 183, + 10 + ], + "area_cells": 248 + }, + { + "id": "range_14", + "name": null, + "center": [ + 191, + 505 + ], + "peak": [ + 191, + 506 + ], + "area_cells": 85 + }, + { + "id": "range_15", + "name": null, + "center": [ + 202, + 82 + ], + "peak": [ + 206, + 69 + ], + "area_cells": 654 + }, + { + "id": "range_18", + "name": null, + "center": [ + 212, + 16 + ], + "peak": [ + 209, + 17 + ], + "area_cells": 81 + }, + { + "id": "range_23", + "name": null, + "center": [ + 229, + 411 + ], + "peak": [ + 236, + 410 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ah/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ah/globe.png new file mode 100644 index 000000000..60f654e55 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ah/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ah/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ah/heightmap.png new file mode 100644 index 000000000..dbcd28594 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ah/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ah/index.md new file mode 100644 index 000000000..d4ab82fdd --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 782033640 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.222 + period_days: 17500.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.3 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.234 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.337 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ah + +Frozen planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 92% | +| **Year** | 17500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ah/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ah/markers.json new file mode 100644 index 000000000..09a8d6004 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ah/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 144 + ], + "area_fraction": 0.0571 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 51, + 429 + ], + "area_fraction": 0.007 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 98, + 416 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 291 + ], + "peak": [ + 37, + 296 + ], + "area_cells": 858 + }, + { + "id": "range_2", + "name": null, + "center": [ + 82, + 285 + ], + "peak": [ + 79, + 292 + ], + "area_cells": 260 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 23 + ], + "peak": [ + 94, + 17 + ], + "area_cells": 925 + }, + { + "id": "range_4", + "name": null, + "center": [ + 122, + 491 + ], + "peak": [ + 139, + 511 + ], + "area_cells": 1190 + }, + { + "id": "range_5", + "name": null, + "center": [ + 99, + 346 + ], + "peak": [ + 100, + 365 + ], + "area_cells": 927 + }, + { + "id": "range_6", + "name": null, + "center": [ + 102, + 269 + ], + "peak": [ + 105, + 271 + ], + "area_cells": 138 + }, + { + "id": "range_7", + "name": null, + "center": [ + 173, + 116 + ], + "peak": [ + 160, + 43 + ], + "area_cells": 10007 + }, + { + "id": "range_8", + "name": null, + "center": [ + 118, + 338 + ], + "peak": [ + 120, + 342 + ], + "area_cells": 69 + }, + { + "id": "range_9", + "name": null, + "center": [ + 126, + 299 + ], + "peak": [ + 128, + 300 + ], + "area_cells": 168 + }, + { + "id": "range_10", + "name": null, + "center": [ + 130, + 257 + ], + "peak": [ + 131, + 255 + ], + "area_cells": 75 + }, + { + "id": "range_11", + "name": null, + "center": [ + 182, + 403 + ], + "peak": [ + 181, + 380 + ], + "area_cells": 3640 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 453 + ], + "peak": [ + 147, + 459 + ], + "area_cells": 98 + }, + { + "id": "range_13", + "name": null, + "center": [ + 149, + 278 + ], + "peak": [ + 149, + 278 + ], + "area_cells": 76 + }, + { + "id": "range_16", + "name": null, + "center": [ + 193, + 508 + ], + "peak": [ + 193, + 511 + ], + "area_cells": 43 + }, + { + "id": "range_17", + "name": null, + "center": [ + 240, + 393 + ], + "peak": [ + 253, + 343 + ], + "area_cells": 3239 + }, + { + "id": "range_18", + "name": null, + "center": [ + 221, + 57 + ], + "peak": [ + 222, + 56 + ], + "area_cells": 43 + }, + { + "id": "range_19", + "name": null, + "center": [ + 221, + 122 + ], + "peak": [ + 221, + 122 + ], + "area_cells": 37 + }, + { + "id": "range_20", + "name": null, + "center": [ + 240, + 70 + ], + "peak": [ + 234, + 70 + ], + "area_cells": 1121 + }, + { + "id": "range_22", + "name": null, + "center": [ + 247, + 15 + ], + "peak": [ + 246, + 15 + ], + "area_cells": 56 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ai/globe.png b/wiki/star-systems/GJ-86/bodies/GJ86Ai/globe.png new file mode 100644 index 000000000..0f9a91e14 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ai/globe.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ai/heightmap.png b/wiki/star-systems/GJ-86/bodies/GJ86Ai/heightmap.png new file mode 100644 index 000000000..2d99b4272 Binary files /dev/null and b/wiki/star-systems/GJ-86/bodies/GJ86Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ai/index.md b/wiki/star-systems/GJ-86/bodies/GJ86Ai/index.md new file mode 100644 index 000000000..0e31e7b56 --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ai/index.md @@ -0,0 +1,64 @@ +--- +id: GJ86Ai +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1442045499 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 17.893 + period_days: 31000.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.22 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.955 + polar_ice_lat: 0.18 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.416 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ86Ai + +Frozen planet. + +**System:** [GJ-86](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Land** | 96% | +| **Year** | 31000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-86/bodies/GJ86Ai/markers.json b/wiki/star-systems/GJ-86/bodies/GJ86Ai/markers.json new file mode 100644 index 000000000..2f73a70cb --- /dev/null +++ b/wiki/star-systems/GJ-86/bodies/GJ86Ai/markers.json @@ -0,0 +1,58 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 27, + 17 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 41, + 483 + ], + "area_fraction": 0.0116 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 51, + 378 + ], + "area_fraction": 0.0058 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 154, + 225 + ], + "peak": [ + 124, + 449 + ], + "area_cells": 44670 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ860Ab/globe.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/globe.png new file mode 100644 index 000000000..1fa8dea98 Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/globe.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ab/heightmap.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/heightmap.png new file mode 100644 index 000000000..e964d1582 Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ab/index.md b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/index.md new file mode 100644 index 000000000..131f9b848 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ860Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3426718757 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.34 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.958 + polar_ice_lat: 0.944 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Ab + +Barren planet. + +**System:** [GJ-860A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.34g | +| **Land** | 96% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ab/markers.json b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/markers.json new file mode 100644 index 000000000..489e7ede5 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ab/markers.json @@ -0,0 +1,256 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 175, + 366 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 191, + 429 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 254 + ], + "peak": [ + 4, + 394 + ], + "area_cells": 21153 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 106 + ], + "peak": [ + 59, + 113 + ], + "area_cells": 156 + }, + { + "id": "range_3", + "name": null, + "center": [ + 53, + 337 + ], + "peak": [ + 54, + 337 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 92, + 272 + ], + "peak": [ + 105, + 273 + ], + "area_cells": 771 + }, + { + "id": "range_8", + "name": null, + "center": [ + 75, + 241 + ], + "peak": [ + 77, + 241 + ], + "area_cells": 55 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 323 + ], + "peak": [ + 91, + 324 + ], + "area_cells": 25 + }, + { + "id": "range_10", + "name": null, + "center": [ + 98, + 113 + ], + "peak": [ + 99, + 111 + ], + "area_cells": 197 + }, + { + "id": "range_14", + "name": null, + "center": [ + 110, + 95 + ], + "peak": [ + 111, + 96 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 125 + ], + "peak": [ + 130, + 140 + ], + "area_cells": 1140 + }, + { + "id": "range_16", + "name": null, + "center": [ + 121, + 312 + ], + "peak": [ + 119, + 310 + ], + "area_cells": 289 + }, + { + "id": "range_17", + "name": null, + "center": [ + 125, + 179 + ], + "peak": [ + 120, + 180 + ], + "area_cells": 185 + }, + { + "id": "range_18", + "name": null, + "center": [ + 141, + 233 + ], + "peak": [ + 144, + 231 + ], + "area_cells": 358 + }, + { + "id": "range_19", + "name": null, + "center": [ + 128, + 434 + ], + "peak": [ + 130, + 436 + ], + "area_cells": 25 + }, + { + "id": "range_20", + "name": null, + "center": [ + 137, + 286 + ], + "peak": [ + 137, + 286 + ], + "area_cells": 256 + }, + { + "id": "range_22", + "name": null, + "center": [ + 149, + 181 + ], + "peak": [ + 150, + 182 + ], + "area_cells": 27 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 242 + ], + "peak": [ + 166, + 242 + ], + "area_cells": 43 + }, + { + "id": "range_25", + "name": null, + "center": [ + 181, + 215 + ], + "peak": [ + 181, + 215 + ], + "area_cells": 131 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ac/globe.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/globe.png new file mode 100644 index 000000000..92415e933 Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/globe.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ac/heightmap.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/heightmap.png new file mode 100644 index 000000000..cef90cfdd Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ac/index.md b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/index.md new file mode 100644 index 000000000..7308e6880 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ860Ac +name: Mthatha +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3568656473 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.242 + period_days: 65.0 + axial_tilt_deg: 32.5 +physical: + gravity_g: 0.9 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.644 + polar_ice_lat: 0.645 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.532 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mthatha + +Temperate planet. + +**System:** [GJ-860A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 64% | +| **Year** | 65 days | +| **Inhabited** | yes | +| **Population** | 85M | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ac/markers.json b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/markers.json new file mode 100644 index 000000000..f6019a22a --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ac/markers.json @@ -0,0 +1,680 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 245, + 339 + ], + [ + 244, + 340 + ], + [ + 243, + 339 + ], + [ + 242, + 340 + ], + [ + 241, + 341 + ], + [ + 240, + 340 + ], + [ + 239, + 340 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 165, + 176 + ], + [ + 164, + 175 + ], + [ + 165, + 174 + ], + [ + 166, + 173 + ], + [ + 167, + 174 + ], + [ + 168, + 174 + ], + [ + 169, + 173 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 125, + 0 + ], + [ + 124, + 511 + ], + [ + 123, + 511 + ], + [ + 122, + 511 + ], + [ + 121, + 511 + ], + [ + 120, + 511 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 147, + 464 + ], + [ + 146, + 463 + ], + [ + 145, + 462 + ], + [ + 144, + 461 + ], + [ + 143, + 460 + ], + [ + 142, + 459 + ], + [ + 142, + 458 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 136, + 221 + ], + [ + 137, + 220 + ], + [ + 136, + 219 + ], + [ + 137, + 219 + ], + [ + 137, + 218 + ], + [ + 136, + 218 + ], + [ + 135, + 217 + ], + [ + 136, + 216 + ], + [ + 137, + 217 + ], + [ + 138, + 217 + ], + [ + 138, + 216 + ], + [ + 139, + 216 + ], + [ + 138, + 215 + ], + [ + 137, + 214 + ], + [ + 137, + 213 + ], + [ + 137, + 212 + ], + [ + 136, + 212 + ], + [ + 135, + 211 + ], + [ + 135, + 210 + ], + [ + 134, + 210 + ], + [ + 133, + 210 + ], + [ + 132, + 210 + ], + [ + 131, + 209 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 123, + 226 + ], + [ + 124, + 227 + ], + [ + 125, + 228 + ], + [ + 126, + 228 + ], + [ + 127, + 229 + ], + [ + 128, + 230 + ], + [ + 129, + 231 + ], + [ + 130, + 231 + ], + [ + 131, + 231 + ], + [ + 132, + 230 + ], + [ + 132, + 231 + ], + [ + 133, + 232 + ], + [ + 133, + 231 + ], + [ + 134, + 232 + ], + [ + 134, + 233 + ], + [ + 135, + 234 + ], + [ + 136, + 234 + ], + [ + 137, + 233 + ], + [ + 138, + 233 + ], + [ + 139, + 234 + ], + [ + 138, + 235 + ], + [ + 137, + 236 + ], + [ + 138, + 236 + ], + [ + 139, + 237 + ], + [ + 140, + 237 + ], + [ + 141, + 238 + ], + [ + 142, + 239 + ], + [ + 141, + 240 + ], + [ + 141, + 239 + ], + [ + 142, + 240 + ], + [ + 143, + 239 + ], + [ + 144, + 238 + ], + [ + 145, + 238 + ], + [ + 146, + 237 + ], + [ + 146, + 238 + ], + [ + 145, + 237 + ], + [ + 145, + 236 + ], + [ + 144, + 237 + ], + [ + 144, + 236 + ], + [ + 143, + 237 + ], + [ + 142, + 237 + ], + [ + 141, + 237 + ], + [ + 142, + 236 + ], + [ + 141, + 235 + ], + [ + 140, + 234 + ], + [ + 140, + 235 + ], + [ + 140, + 236 + ], + [ + 139, + 235 + ], + [ + 139, + 236 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 131, + 418 + ], + [ + 130, + 419 + ], + [ + 130, + 420 + ], + [ + 129, + 421 + ], + [ + 128, + 422 + ], + [ + 128, + 423 + ], + [ + 127, + 424 + ], + [ + 127, + 425 + ], + [ + 127, + 426 + ], + [ + 126, + 427 + ], + [ + 125, + 428 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 161, + 183 + ], + [ + 162, + 182 + ], + [ + 162, + 183 + ], + [ + 161, + 182 + ], + [ + 160, + 181 + ], + [ + 159, + 181 + ], + [ + 158, + 181 + ], + [ + 157, + 181 + ], + [ + 156, + 182 + ], + [ + 155, + 181 + ], + [ + 155, + 180 + ], + [ + 156, + 179 + ], + [ + 155, + 178 + ], + [ + 155, + 177 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 171, + 444 + ], + [ + 172, + 445 + ], + [ + 173, + 444 + ], + [ + 174, + 445 + ], + [ + 175, + 446 + ], + [ + 175, + 447 + ], + [ + 174, + 448 + ], + [ + 174, + 449 + ], + [ + 174, + 450 + ], + [ + 174, + 451 + ], + [ + 175, + 452 + ], + [ + 175, + 453 + ], + [ + 175, + 454 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 196, + 205 + ], + "area_fraction": 0.3489 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 39, + 475 + ], + "peak": [ + 46, + 483 + ], + "area_cells": 2678 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 227 + ], + "peak": [ + 44, + 183 + ], + "area_cells": 7958 + }, + { + "id": "range_4", + "name": null, + "center": [ + 50, + 409 + ], + "peak": [ + 52, + 430 + ], + "area_cells": 1245 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 1 + ], + "peak": [ + 75, + 0 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ad/globe.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/globe.png new file mode 100644 index 000000000..af2e0849e Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/globe.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ad/heightmap.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/heightmap.png new file mode 100644 index 000000000..d82cfb40d Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ad/index.md b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/index.md new file mode 100644 index 000000000..1fddca5c6 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ860Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2813196794 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.545 + period_days: 220.0 + axial_tilt_deg: 54.5 +physical: + gravity_g: 0.5 + oblateness: 0.0016 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.933 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Ad + +Frozen planet. + +**System:** [GJ-860A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 220 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ad/markers.json b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/markers.json new file mode 100644 index 000000000..56440fd9e --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ad/markers.json @@ -0,0 +1,251 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 144, + 43 + ], + [ + 145, + 42 + ], + [ + 146, + 41 + ], + [ + 147, + 40 + ], + [ + 148, + 39 + ], + [ + 149, + 39 + ], + [ + 150, + 38 + ], + [ + 151, + 39 + ], + [ + 152, + 39 + ], + [ + 153, + 38 + ], + [ + 154, + 38 + ], + [ + 155, + 37 + ], + [ + 156, + 36 + ], + [ + 157, + 35 + ], + [ + 158, + 36 + ], + [ + 159, + 35 + ], + [ + 160, + 35 + ], + [ + 161, + 35 + ], + [ + 162, + 36 + ], + [ + 163, + 36 + ], + [ + 164, + 37 + ], + [ + 165, + 37 + ], + [ + 166, + 37 + ], + [ + 167, + 38 + ], + [ + 166, + 38 + ], + [ + 166, + 39 + ], + [ + 167, + 40 + ], + [ + 167, + 39 + ], + [ + 168, + 39 + ], + [ + 168, + 38 + ], + [ + 167, + 37 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 172, + 314 + ], + [ + 173, + 313 + ], + [ + 174, + 312 + ], + [ + 175, + 312 + ], + [ + 175, + 311 + ], + [ + 174, + 310 + ], + [ + 173, + 309 + ], + [ + 173, + 308 + ], + [ + 173, + 307 + ], + [ + 172, + 306 + ], + [ + 171, + 305 + ], + [ + 170, + 305 + ], + [ + 169, + 306 + ], + [ + 168, + 305 + ], + [ + 167, + 304 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 98, + 107 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 72, + 449 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 89, + 172 + ], + "area_fraction": 0.0133 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 198, + 61 + ], + "area_fraction": 0.0114 + } + ], + "mountain_ranges": [], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ae/globe.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/globe.png new file mode 100644 index 000000000..0c391a992 Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/globe.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ae/heightmap.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/heightmap.png new file mode 100644 index 000000000..8f35ad0fd Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ae/index.md b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/index.md new file mode 100644 index 000000000..8efddf591 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ860Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3936184602 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.111 + period_days: 640.0 + axial_tilt_deg: 21.2 +physical: + gravity_g: 0.38 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + 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.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Ae + +Frozen planet. + +**System:** [GJ-860A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ae/markers.json b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/markers.json new file mode 100644 index 000000000..bdd111f08 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ae/markers.json @@ -0,0 +1,283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 13, + 224 + ], + "area_fraction": 0.0207 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 12, + 312 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 147, + 372 + ], + "area_fraction": 0.1015 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 145, + 199 + ], + "area_fraction": 0.0163 + }, + { + "id": "water_20", + "name": null, + "kind": "sea", + "center": [ + 150, + 133 + ], + "area_fraction": 0.0201 + }, + { + "id": "water_46", + "name": null, + "kind": "lake", + "center": [ + 242, + 188 + ], + "area_fraction": 0.0085 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 54, + 34 + ], + "peak": [ + 47, + 29 + ], + "area_cells": 3187 + }, + { + "id": "range_3", + "name": null, + "center": [ + 46, + 126 + ], + "peak": [ + 38, + 146 + ], + "area_cells": 1362 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 188 + ], + "peak": [ + 41, + 178 + ], + "area_cells": 519 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 499 + ], + "peak": [ + 43, + 511 + ], + "area_cells": 1649 + }, + { + "id": "range_6", + "name": null, + "center": [ + 57, + 274 + ], + "peak": [ + 65, + 270 + ], + "area_cells": 351 + }, + { + "id": "range_8", + "name": null, + "center": [ + 49, + 416 + ], + "peak": [ + 51, + 429 + ], + "area_cells": 303 + }, + { + "id": "range_9", + "name": null, + "center": [ + 84, + 215 + ], + "peak": [ + 56, + 234 + ], + "area_cells": 858 + }, + { + "id": "range_12", + "name": null, + "center": [ + 85, + 438 + ], + "peak": [ + 82, + 437 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 87, + 449 + ], + "peak": [ + 94, + 448 + ], + "area_cells": 161 + }, + { + "id": "range_14", + "name": null, + "center": [ + 110, + 47 + ], + "peak": [ + 119, + 65 + ], + "area_cells": 2109 + }, + { + "id": "range_21", + "name": null, + "center": [ + 167, + 45 + ], + "peak": [ + 174, + 46 + ], + "area_cells": 337 + }, + { + "id": "range_22", + "name": null, + "center": [ + 165, + 9 + ], + "peak": [ + 166, + 10 + ], + "area_cells": 96 + }, + { + "id": "range_23", + "name": null, + "center": [ + 164, + 508 + ], + "peak": [ + 164, + 511 + ], + "area_cells": 33 + }, + { + "id": "range_24", + "name": null, + "center": [ + 172, + 414 + ], + "peak": [ + 169, + 414 + ], + "area_cells": 229 + }, + { + "id": "range_25", + "name": null, + "center": [ + 222, + 462 + ], + "peak": [ + 225, + 412 + ], + "area_cells": 4756 + }, + { + "id": "range_26", + "name": null, + "center": [ + 247, + 40 + ], + "peak": [ + 252, + 40 + ], + "area_cells": 1326 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Af/globe.png b/wiki/star-systems/GJ-860A/bodies/GJ860Af/globe.png new file mode 100644 index 000000000..5b634e3eb Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Af/globe.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Af/heightmap.png b/wiki/star-systems/GJ-860A/bodies/GJ860Af/heightmap.png new file mode 100644 index 000000000..b2139fd7e Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Af/index.md b/wiki/star-systems/GJ-860A/bodies/GJ860Af/index.md new file mode 100644 index 000000000..0e6ce27bb --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ860Af +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2167014758 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 24.1 +physical: + gravity_g: 0.11 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.193 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.377 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Af + +Frozen planet. + +**System:** [GJ-860A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Af/markers.json b/wiki/star-systems/GJ-860A/bodies/GJ860Af/markers.json new file mode 100644 index 000000000..fe9158962 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Af/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 91, + 244 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 129, + 289 + ], + "area_fraction": 0.0122 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 128, + 220 + ], + "area_fraction": 0.0068 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 140, + 148 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 153, + 356 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 187, + 433 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 201, + 115 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 221, + 310 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 248, + 430 + ], + "area_fraction": 0.0105 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 44, + 77 + ], + "peak": [ + 35, + 70 + ], + "area_cells": 4877 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 237 + ], + "peak": [ + 0, + 232 + ], + "area_cells": 480 + }, + { + "id": "range_4", + "name": null, + "center": [ + 48, + 408 + ], + "peak": [ + 57, + 423 + ], + "area_cells": 8601 + }, + { + "id": "range_9", + "name": null, + "center": [ + 85, + 34 + ], + "peak": [ + 89, + 32 + ], + "area_cells": 131 + }, + { + "id": "range_11", + "name": null, + "center": [ + 170, + 23 + ], + "peak": [ + 172, + 26 + ], + "area_cells": 114 + }, + { + "id": "range_12", + "name": null, + "center": [ + 203, + 26 + ], + "peak": [ + 200, + 29 + ], + "area_cells": 178 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ag/globe.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/globe.png new file mode 100644 index 000000000..8ffc9f3aa Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/globe.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ag/heightmap.png b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/heightmap.png new file mode 100644 index 000000000..7274c5e6a Binary files /dev/null and b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ag/index.md b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/index.md new file mode 100644 index 000000000..138bed3c6 --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ860Ag +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1446266875 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.019 + period_days: 4400.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.08 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.84 + polar_ice_lat: 0.054 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Ag + +Frozen planet. + +**System:** [GJ-860A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 4400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860A/bodies/GJ860Ag/markers.json b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/markers.json new file mode 100644 index 000000000..d7be6f93b --- /dev/null +++ b/wiki/star-systems/GJ-860A/bodies/GJ860Ag/markers.json @@ -0,0 +1,215 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 27, + 147 + ], + "area_fraction": 0.0306 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 4, + 203 + ], + "area_fraction": 0.005 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 52, + 417 + ], + "area_fraction": 0.0585 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 41, + 24 + ], + "area_fraction": 0.0102 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 50, + 273 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 57, + 56 + ], + "area_fraction": 0.0081 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 220, + 75 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 2, + 495 + ], + "peak": [ + 0, + 496 + ], + "area_cells": 164 + }, + { + "id": "range_3", + "name": null, + "center": [ + 128, + 178 + ], + "peak": [ + 123, + 174 + ], + "area_cells": 14752 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 27 + ], + "peak": [ + 98, + 29 + ], + "area_cells": 74 + }, + { + "id": "range_8", + "name": null, + "center": [ + 113, + 489 + ], + "peak": [ + 115, + 488 + ], + "area_cells": 300 + }, + { + "id": "range_9", + "name": null, + "center": [ + 114, + 10 + ], + "peak": [ + 114, + 12 + ], + "area_cells": 32 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 336 + ], + "peak": [ + 133, + 337 + ], + "area_cells": 177 + }, + { + "id": "range_13", + "name": null, + "center": [ + 139, + 503 + ], + "peak": [ + 139, + 511 + ], + "area_cells": 181 + }, + { + "id": "range_18", + "name": null, + "center": [ + 168, + 374 + ], + "peak": [ + 168, + 374 + ], + "area_cells": 39 + }, + { + "id": "range_20", + "name": null, + "center": [ + 184, + 392 + ], + "peak": [ + 186, + 392 + ], + "area_cells": 134 + }, + { + "id": "range_21", + "name": null, + "center": [ + 186, + 339 + ], + "peak": [ + 184, + 339 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ860Bb/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/globe.png new file mode 100644 index 000000000..7e9b5a6d0 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bb/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/heightmap.png new file mode 100644 index 000000000..9a47a25b8 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bb/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/index.md new file mode 100644 index 000000000..722848966 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/index.md @@ -0,0 +1,64 @@ +--- +id: GJ860Bb +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1831372856 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 3.1 +physical: + gravity_g: 0.26 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.977 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Bb + +Barren planet. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.26g | +| **Land** | 94% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bb/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/markers.json new file mode 100644 index 000000000..57cdf864a --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bb/markers.json @@ -0,0 +1,508 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 86 + ], + "peak": [ + 22, + 92 + ], + "area_cells": 227 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 101 + ], + "peak": [ + 6, + 102 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 1, + 147 + ], + "peak": [ + 0, + 152 + ], + "area_cells": 106 + }, + { + "id": "range_8", + "name": null, + "center": [ + 29, + 181 + ], + "peak": [ + 30, + 180 + ], + "area_cells": 82 + }, + { + "id": "range_9", + "name": null, + "center": [ + 27, + 34 + ], + "peak": [ + 25, + 35 + ], + "area_cells": 35 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 475 + ], + "peak": [ + 61, + 496 + ], + "area_cells": 3374 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 30 + ], + "peak": [ + 82, + 6 + ], + "area_cells": 2864 + }, + { + "id": "range_12", + "name": null, + "center": [ + 27, + 193 + ], + "peak": [ + 27, + 193 + ], + "area_cells": 20 + }, + { + "id": "range_13", + "name": null, + "center": [ + 33, + 421 + ], + "peak": [ + 32, + 422 + ], + "area_cells": 59 + }, + { + "id": "range_14", + "name": null, + "center": [ + 44, + 360 + ], + "peak": [ + 40, + 365 + ], + "area_cells": 184 + }, + { + "id": "range_16", + "name": null, + "center": [ + 75, + 112 + ], + "peak": [ + 50, + 107 + ], + "area_cells": 661 + }, + { + "id": "range_17", + "name": null, + "center": [ + 76, + 196 + ], + "peak": [ + 89, + 195 + ], + "area_cells": 676 + }, + { + "id": "range_18", + "name": null, + "center": [ + 61, + 408 + ], + "peak": [ + 71, + 411 + ], + "area_cells": 88 + }, + { + "id": "range_19", + "name": null, + "center": [ + 55, + 57 + ], + "peak": [ + 55, + 57 + ], + "area_cells": 28 + }, + { + "id": "range_21", + "name": null, + "center": [ + 74, + 290 + ], + "peak": [ + 71, + 292 + ], + "area_cells": 229 + }, + { + "id": "range_22", + "name": null, + "center": [ + 90, + 323 + ], + "peak": [ + 87, + 322 + ], + "area_cells": 601 + }, + { + "id": "range_23", + "name": null, + "center": [ + 75, + 57 + ], + "peak": [ + 74, + 55 + ], + "area_cells": 79 + }, + { + "id": "range_27", + "name": null, + "center": [ + 109, + 267 + ], + "peak": [ + 115, + 279 + ], + "area_cells": 1506 + }, + { + "id": "range_33", + "name": null, + "center": [ + 112, + 196 + ], + "peak": [ + 113, + 197 + ], + "area_cells": 30 + }, + { + "id": "range_34", + "name": null, + "center": [ + 111, + 445 + ], + "peak": [ + 112, + 446 + ], + "area_cells": 42 + }, + { + "id": "range_35", + "name": null, + "center": [ + 109, + 486 + ], + "peak": [ + 110, + 487 + ], + "area_cells": 20 + }, + { + "id": "range_37", + "name": null, + "center": [ + 150, + 54 + ], + "peak": [ + 149, + 55 + ], + "area_cells": 255 + }, + { + "id": "range_38", + "name": null, + "center": [ + 146, + 254 + ], + "peak": [ + 145, + 254 + ], + "area_cells": 26 + }, + { + "id": "range_39", + "name": null, + "center": [ + 150, + 387 + ], + "peak": [ + 150, + 387 + ], + "area_cells": 98 + }, + { + "id": "range_41", + "name": null, + "center": [ + 156, + 139 + ], + "peak": [ + 157, + 139 + ], + "area_cells": 58 + }, + { + "id": "range_43", + "name": null, + "center": [ + 195, + 48 + ], + "peak": [ + 194, + 37 + ], + "area_cells": 441 + }, + { + "id": "range_45", + "name": null, + "center": [ + 194, + 88 + ], + "peak": [ + 194, + 89 + ], + "area_cells": 51 + }, + { + "id": "range_46", + "name": null, + "center": [ + 201, + 155 + ], + "peak": [ + 200, + 143 + ], + "area_cells": 392 + }, + { + "id": "range_48", + "name": null, + "center": [ + 222, + 187 + ], + "peak": [ + 222, + 188 + ], + "area_cells": 33 + }, + { + "id": "range_53", + "name": null, + "center": [ + 236, + 202 + ], + "peak": [ + 236, + 203 + ], + "area_cells": 39 + }, + { + "id": "range_56", + "name": null, + "center": [ + 242, + 73 + ], + "peak": [ + 240, + 72 + ], + "area_cells": 48 + }, + { + "id": "range_57", + "name": null, + "center": [ + 249, + 338 + ], + "peak": [ + 255, + 340 + ], + "area_cells": 96 + }, + { + "id": "range_58", + "name": null, + "center": [ + 248, + 28 + ], + "peak": [ + 255, + 9 + ], + "area_cells": 784 + }, + { + "id": "range_59", + "name": null, + "center": [ + 247, + 313 + ], + "peak": [ + 254, + 313 + ], + "area_cells": 275 + }, + { + "id": "range_63", + "name": null, + "center": [ + 248, + 350 + ], + "peak": [ + 255, + 347 + ], + "area_cells": 77 + }, + { + "id": "range_64", + "name": null, + "center": [ + 251, + 259 + ], + "peak": [ + 255, + 264 + ], + "area_cells": 58 + }, + { + "id": "range_66", + "name": null, + "center": [ + 251, + 474 + ], + "peak": [ + 255, + 503 + ], + "area_cells": 690 + }, + { + "id": "range_69", + "name": null, + "center": [ + 254, + 287 + ], + "peak": [ + 255, + 287 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bc/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/globe.png new file mode 100644 index 000000000..62c162a28 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bc/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/heightmap.png new file mode 100644 index 000000000..c620a799d Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bc/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/index.md new file mode 100644 index 000000000..68e3808d8 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/index.md @@ -0,0 +1,74 @@ +--- +id: GJ860Bc +name: Changwon +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 857378780 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 1.7 +physical: + gravity_g: 0.86 + oblateness: 0.0029 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.624 + polar_ice_lat: 0.817 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.37 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Changwon + +Temperate Terminator planet. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 9 days | +| **Inhabited** | yes | +| **Population** | 680M | +| **Economy** | transit | +| **Settlement** | urban_concentrated | +| **Industry** | logistics | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bc/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/markers.json new file mode 100644 index 000000000..857b39fa0 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bc/markers.json @@ -0,0 +1,752 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 0, + 177 + ], + [ + 1, + 178 + ], + [ + 0, + 179 + ], + [ + 0, + 178 + ], + [ + 1, + 179 + ], + [ + 2, + 180 + ], + [ + 2, + 179 + ], + [ + 3, + 179 + ], + [ + 3, + 178 + ], + [ + 4, + 179 + ], + [ + 5, + 178 + ], + [ + 6, + 178 + ], + [ + 7, + 179 + ], + [ + 8, + 178 + ], + [ + 9, + 177 + ], + [ + 10, + 178 + ], + [ + 10, + 179 + ], + [ + 11, + 178 + ], + [ + 12, + 178 + ], + [ + 11, + 177 + ], + [ + 10, + 177 + ], + [ + 9, + 176 + ], + [ + 8, + 176 + ], + [ + 9, + 175 + ], + [ + 10, + 174 + ], + [ + 9, + 173 + ], + [ + 10, + 172 + ], + [ + 10, + 171 + ], + [ + 11, + 172 + ], + [ + 12, + 171 + ], + [ + 11, + 171 + ], + [ + 11, + 170 + ], + [ + 12, + 169 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 46, + 71 + ], + [ + 45, + 70 + ], + [ + 44, + 69 + ], + [ + 43, + 68 + ], + [ + 42, + 67 + ], + [ + 41, + 66 + ], + [ + 40, + 65 + ], + [ + 40, + 64 + ], + [ + 39, + 64 + ], + [ + 38, + 63 + ], + [ + 37, + 64 + ], + [ + 36, + 63 + ], + [ + 35, + 63 + ], + [ + 34, + 62 + ], + [ + 33, + 61 + ], + [ + 32, + 61 + ], + [ + 31, + 60 + ], + [ + 30, + 59 + ], + [ + 29, + 60 + ], + [ + 28, + 59 + ], + [ + 27, + 58 + ], + [ + 27, + 59 + ], + [ + 26, + 60 + ], + [ + 25, + 60 + ], + [ + 26, + 59 + ], + [ + 25, + 58 + ], + [ + 24, + 57 + ], + [ + 23, + 58 + ], + [ + 23, + 59 + ], + [ + 24, + 59 + ], + [ + 24, + 60 + ], + [ + 25, + 59 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 147, + 290 + ], + [ + 146, + 289 + ], + [ + 145, + 288 + ], + [ + 144, + 287 + ], + [ + 143, + 286 + ], + [ + 142, + 285 + ], + [ + 141, + 284 + ], + [ + 140, + 283 + ], + [ + 139, + 282 + ], + [ + 138, + 281 + ], + [ + 137, + 282 + ], + [ + 136, + 282 + ], + [ + 135, + 283 + ], + [ + 134, + 284 + ], + [ + 133, + 285 + ], + [ + 132, + 286 + ], + [ + 131, + 286 + ], + [ + 130, + 287 + ], + [ + 131, + 288 + ], + [ + 130, + 289 + ], + [ + 131, + 290 + ], + [ + 130, + 291 + ], + [ + 130, + 292 + ], + [ + 131, + 293 + ], + [ + 131, + 292 + ], + [ + 132, + 293 + ], + [ + 132, + 292 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 20, + 33 + ], + [ + 21, + 34 + ], + [ + 22, + 35 + ], + [ + 23, + 36 + ], + [ + 24, + 36 + ], + [ + 25, + 36 + ], + [ + 26, + 36 + ], + [ + 27, + 36 + ], + [ + 28, + 36 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 89, + 410 + ], + [ + 89, + 411 + ], + [ + 89, + 412 + ], + [ + 90, + 411 + ], + [ + 91, + 412 + ], + [ + 92, + 413 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 3, + 228 + ], + [ + 4, + 229 + ], + [ + 5, + 230 + ], + [ + 6, + 231 + ], + [ + 7, + 230 + ], + [ + 8, + 230 + ], + [ + 9, + 231 + ], + [ + 10, + 231 + ], + [ + 11, + 232 + ], + [ + 12, + 232 + ], + [ + 13, + 231 + ], + [ + 14, + 231 + ], + [ + 15, + 230 + ], + [ + 16, + 230 + ], + [ + 17, + 230 + ], + [ + 18, + 229 + ], + [ + 19, + 228 + ], + [ + 19, + 227 + ], + [ + 20, + 226 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 25, + 395 + ], + "area_fraction": 0.0322 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 53, + 113 + ], + "area_fraction": 0.0343 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 107, + 354 + ], + "area_fraction": 0.0263 + }, + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 191, + 236 + ], + "area_fraction": 0.27 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 35, + 240 + ], + "peak": [ + 36, + 239 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 289 + ], + "peak": [ + 81, + 300 + ], + "area_cells": 654 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 455 + ], + "peak": [ + 62, + 448 + ], + "area_cells": 437 + }, + { + "id": "range_4", + "name": null, + "center": [ + 73, + 238 + ], + "peak": [ + 69, + 233 + ], + "area_cells": 296 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 203 + ], + "peak": [ + 75, + 202 + ], + "area_cells": 96 + }, + { + "id": "range_6", + "name": null, + "center": [ + 80, + 503 + ], + "peak": [ + 80, + 504 + ], + "area_cells": 28 + }, + { + "id": "range_7", + "name": null, + "center": [ + 111, + 465 + ], + "peak": [ + 117, + 457 + ], + "area_cells": 3559 + }, + { + "id": "range_8", + "name": null, + "center": [ + 107, + 22 + ], + "peak": [ + 117, + 0 + ], + "area_cells": 1372 + }, + { + "id": "range_9", + "name": null, + "center": [ + 144, + 373 + ], + "peak": [ + 147, + 367 + ], + "area_cells": 836 + }, + { + "id": "range_10", + "name": null, + "center": [ + 150, + 498 + ], + "peak": [ + 147, + 501 + ], + "area_cells": 531 + }, + { + "id": "range_13", + "name": null, + "center": [ + 202, + 485 + ], + "peak": [ + 193, + 488 + ], + "area_cells": 779 + }, + { + "id": "range_15", + "name": null, + "center": [ + 190, + 47 + ], + "peak": [ + 190, + 57 + ], + "area_cells": 1090 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bd/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/globe.png new file mode 100644 index 000000000..c40c96d0e Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bd/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/heightmap.png new file mode 100644 index 000000000..375723889 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bd/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/index.md new file mode 100644 index 000000000..bc7ba0b81 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/index.md @@ -0,0 +1,64 @@ +--- +id: GJ860Bd +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 858254253 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.249 + period_days: 68.0 + axial_tilt_deg: 34.3 +physical: + gravity_g: 0.43 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Bd + +Frozen planet. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.43g | +| **Land** | 90% | +| **Year** | 68 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bd/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/markers.json new file mode 100644 index 000000000..8de06a482 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bd/markers.json @@ -0,0 +1,217 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 216, + 177 + ], + "area_fraction": 0.0723 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 241, + 381 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 24 + ], + "peak": [ + 25, + 12 + ], + "area_cells": 1490 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 461 + ], + "peak": [ + 55, + 507 + ], + "area_cells": 6434 + }, + { + "id": "range_3", + "name": null, + "center": [ + 34, + 446 + ], + "peak": [ + 35, + 447 + ], + "area_cells": 26 + }, + { + "id": "range_4", + "name": null, + "center": [ + 86, + 44 + ], + "peak": [ + 59, + 0 + ], + "area_cells": 5250 + }, + { + "id": "range_10", + "name": null, + "center": [ + 73, + 294 + ], + "peak": [ + 59, + 309 + ], + "area_cells": 974 + }, + { + "id": "range_11", + "name": null, + "center": [ + 73, + 213 + ], + "peak": [ + 73, + 216 + ], + "area_cells": 1533 + }, + { + "id": "range_14", + "name": null, + "center": [ + 77, + 131 + ], + "peak": [ + 78, + 132 + ], + "area_cells": 30 + }, + { + "id": "range_15", + "name": null, + "center": [ + 87, + 395 + ], + "peak": [ + 88, + 395 + ], + "area_cells": 50 + }, + { + "id": "range_16", + "name": null, + "center": [ + 87, + 256 + ], + "peak": [ + 88, + 256 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 97, + 183 + ], + "peak": [ + 97, + 184 + ], + "area_cells": 156 + }, + { + "id": "range_19", + "name": null, + "center": [ + 100, + 478 + ], + "peak": [ + 100, + 478 + ], + "area_cells": 30 + }, + { + "id": "range_20", + "name": null, + "center": [ + 99, + 360 + ], + "peak": [ + 99, + 360 + ], + "area_cells": 31 + }, + { + "id": "range_22", + "name": null, + "center": [ + 106, + 284 + ], + "peak": [ + 107, + 286 + ], + "area_cells": 29 + }, + { + "id": "range_23", + "name": null, + "center": [ + 111, + 118 + ], + "peak": [ + 113, + 119 + ], + "area_cells": 120 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/globe.png new file mode 100644 index 000000000..f0c71cd26 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/heightmap.png new file mode 100644 index 000000000..90d73c26a Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/index.md new file mode 100644 index 000000000..08da60cc2 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ860Be-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 396460292 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.038 + period_days: 4.0 + axial_tilt_deg: 24.2 +physical: + gravity_g: 0.09 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.92 + polar_ice_lat: 0.142 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Be-m1 + +Frozen moon. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Land** | 92% | +| **Orbit** | 4 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/markers.json new file mode 100644 index 000000000..2276f962c --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Be-m1/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 224, + 333 + ], + "area_fraction": 0.0395 + }, + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 232, + 483 + ], + "area_fraction": 0.0197 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 232, + 9 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 179 + ], + "peak": [ + 78, + 14 + ], + "area_cells": 27176 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 492 + ], + "peak": [ + 117, + 511 + ], + "area_cells": 1282 + }, + { + "id": "range_4", + "name": null, + "center": [ + 93, + 482 + ], + "peak": [ + 96, + 481 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Be/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Be/globe.png new file mode 100644 index 000000000..eece84b6b Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Be/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Be/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Be/index.md new file mode 100644 index 000000000..3af9fbabf --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Be/index.md @@ -0,0 +1,70 @@ +--- +id: GJ860Be +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2455845603 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.641 + period_days: 280.0 + axial_tilt_deg: 14.3 +physical: + gravity_g: null + oblateness: 0.0526 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.061 +rings: + enabled: true + inner_radius_factor: 1.11 + outer_radius_factor: 2.53 + opacity_base: 0.52 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ860Be + +Gas giant. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bf/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/globe.png new file mode 100644 index 000000000..901b8f7c2 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bf/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/heightmap.png new file mode 100644 index 000000000..3983fc44b Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bf/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/index.md new file mode 100644 index 000000000..135e6b733 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/index.md @@ -0,0 +1,64 @@ +--- +id: GJ860Bf +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4121257994 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.343 + period_days: 850.0 + axial_tilt_deg: 53.2 +physical: + gravity_g: 0.36 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.097 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Bf + +Frozen planet. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Land** | 93% | +| **Year** | 850 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bf/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/markers.json new file mode 100644 index 000000000..36a7b9039 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bf/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 5, + 476 + ], + "area_fraction": 0.005 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 205, + 79 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 244, + 425 + ], + "area_fraction": 0.0222 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 4, + 211 + ], + "peak": [ + 3, + 207 + ], + "area_cells": 468 + }, + { + "id": "range_2", + "name": null, + "center": [ + 50, + 303 + ], + "peak": [ + 70, + 280 + ], + "area_cells": 7151 + }, + { + "id": "range_7", + "name": null, + "center": [ + 43, + 358 + ], + "peak": [ + 50, + 357 + ], + "area_cells": 187 + }, + { + "id": "range_9", + "name": null, + "center": [ + 54, + 59 + ], + "peak": [ + 54, + 59 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 77, + 106 + ], + "peak": [ + 83, + 106 + ], + "area_cells": 204 + }, + { + "id": "range_12", + "name": null, + "center": [ + 70, + 457 + ], + "peak": [ + 70, + 460 + ], + "area_cells": 45 + }, + { + "id": "range_13", + "name": null, + "center": [ + 114, + 165 + ], + "peak": [ + 112, + 171 + ], + "area_cells": 493 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bg/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/globe.png new file mode 100644 index 000000000..ad5cb0d21 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bg/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/heightmap.png new file mode 100644 index 000000000..2304d28d4 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bg/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/index.md new file mode 100644 index 000000000..ec6d74f4a --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/index.md @@ -0,0 +1,64 @@ +--- +id: GJ860Bg +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3355599457 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.683 + period_days: 2400.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.28 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.257 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.323 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Bg + +Frozen planet. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Land** | 97% | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bg/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/markers.json new file mode 100644 index 000000000..4d834ff56 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bg/markers.json @@ -0,0 +1,129 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 219, + 357 + ], + "area_fraction": 0.0166 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 153 + ], + "peak": [ + 111, + 244 + ], + "area_cells": 25281 + }, + { + "id": "range_2", + "name": null, + "center": [ + 102, + 479 + ], + "peak": [ + 60, + 500 + ], + "area_cells": 7461 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 387 + ], + "peak": [ + 60, + 387 + ], + "area_cells": 39 + }, + { + "id": "range_5", + "name": null, + "center": [ + 71, + 360 + ], + "peak": [ + 72, + 360 + ], + "area_cells": 86 + }, + { + "id": "range_6", + "name": null, + "center": [ + 73, + 405 + ], + "peak": [ + 74, + 409 + ], + "area_cells": 259 + }, + { + "id": "range_8", + "name": null, + "center": [ + 150, + 348 + ], + "peak": [ + 150, + 348 + ], + "area_cells": 36 + }, + { + "id": "range_10", + "name": null, + "center": [ + 185, + 144 + ], + "peak": [ + 186, + 145 + ], + "area_cells": 34 + }, + { + "id": "range_11", + "name": null, + "center": [ + 214, + 110 + ], + "peak": [ + 214, + 111 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bh/globe.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/globe.png new file mode 100644 index 000000000..f2fffbee6 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/globe.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bh/heightmap.png b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/heightmap.png new file mode 100644 index 000000000..d985a1fe4 Binary files /dev/null and b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/heightmap.png differ diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bh/index.md b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/index.md new file mode 100644 index 000000000..1fc9b9954 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/index.md @@ -0,0 +1,65 @@ +--- +id: GJ860Bh +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 62014473 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.831 + period_days: 5800.0 + axial_tilt_deg: 35.5 +physical: + gravity_g: 0.11 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.787 + polar_ice_lat: 0.076 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.398 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ860Bh + +Frozen planet. + +**System:** [GJ-860B](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 5800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-860B/bodies/GJ860Bh/markers.json b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/markers.json new file mode 100644 index 000000000..7c5112471 --- /dev/null +++ b/wiki/star-systems/GJ-860B/bodies/GJ860Bh/markers.json @@ -0,0 +1,107 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 208, + 442 + ], + "area_fraction": 0.073 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 188, + 30 + ], + "area_fraction": 0.0206 + }, + { + "id": "water_9", + "name": null, + "kind": "sea", + "center": [ + 211, + 205 + ], + "area_fraction": 0.0963 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 180, + 290 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 106 + ], + "peak": [ + 0, + 61 + ], + "area_cells": 9910 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 166 + ], + "peak": [ + 3, + 168 + ], + "area_cells": 110 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 364 + ], + "peak": [ + 73, + 380 + ], + "area_cells": 16526 + }, + { + "id": "range_7", + "name": null, + "center": [ + 21, + 176 + ], + "peak": [ + 25, + 177 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ866Ab/globe.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/globe.png new file mode 100644 index 000000000..52b37478e Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/globe.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ab/heightmap.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/heightmap.png new file mode 100644 index 000000000..0a030d8e8 Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ab/index.md b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/index.md new file mode 100644 index 000000000..e9b0523ad --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ866Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1686631644 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 3.4 +physical: + gravity_g: 0.18 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.946 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ866Ab + +Barren planet. + +**System:** [GJ-866A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.18g | +| **Land** | 98% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ab/markers.json b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/markers.json new file mode 100644 index 000000000..948a7855d --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ab/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 373 + ], + "peak": [ + 46, + 373 + ], + "area_cells": 140 + }, + { + "id": "range_4", + "name": null, + "center": [ + 60, + 156 + ], + "peak": [ + 63, + 154 + ], + "area_cells": 165 + }, + { + "id": "range_5", + "name": null, + "center": [ + 94, + 371 + ], + "peak": [ + 81, + 385 + ], + "area_cells": 3850 + }, + { + "id": "range_7", + "name": null, + "center": [ + 73, + 504 + ], + "peak": [ + 74, + 507 + ], + "area_cells": 119 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 198 + ], + "peak": [ + 77, + 199 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 83, + 232 + ], + "peak": [ + 84, + 232 + ], + "area_cells": 61 + }, + { + "id": "range_14", + "name": null, + "center": [ + 92, + 221 + ], + "peak": [ + 92, + 222 + ], + "area_cells": 52 + }, + { + "id": "range_16", + "name": null, + "center": [ + 99, + 236 + ], + "peak": [ + 101, + 237 + ], + "area_cells": 102 + }, + { + "id": "range_18", + "name": null, + "center": [ + 102, + 306 + ], + "peak": [ + 101, + 307 + ], + "area_cells": 298 + }, + { + "id": "range_21", + "name": null, + "center": [ + 110, + 274 + ], + "peak": [ + 113, + 274 + ], + "area_cells": 144 + }, + { + "id": "range_23", + "name": null, + "center": [ + 118, + 313 + ], + "peak": [ + 121, + 311 + ], + "area_cells": 54 + }, + { + "id": "range_26", + "name": null, + "center": [ + 120, + 190 + ], + "peak": [ + 119, + 190 + ], + "area_cells": 24 + }, + { + "id": "range_28", + "name": null, + "center": [ + 131, + 448 + ], + "peak": [ + 125, + 451 + ], + "area_cells": 484 + }, + { + "id": "range_29", + "name": null, + "center": [ + 125, + 47 + ], + "peak": [ + 126, + 47 + ], + "area_cells": 52 + }, + { + "id": "range_32", + "name": null, + "center": [ + 133, + 417 + ], + "peak": [ + 133, + 418 + ], + "area_cells": 35 + }, + { + "id": "range_33", + "name": null, + "center": [ + 133, + 196 + ], + "peak": [ + 134, + 197 + ], + "area_cells": 42 + }, + { + "id": "range_34", + "name": null, + "center": [ + 145, + 237 + ], + "peak": [ + 146, + 237 + ], + "area_cells": 229 + }, + { + "id": "range_37", + "name": null, + "center": [ + 146, + 205 + ], + "peak": [ + 147, + 206 + ], + "area_cells": 25 + }, + { + "id": "range_38", + "name": null, + "center": [ + 152, + 157 + ], + "peak": [ + 153, + 157 + ], + "area_cells": 57 + }, + { + "id": "range_39", + "name": null, + "center": [ + 149, + 294 + ], + "peak": [ + 150, + 294 + ], + "area_cells": 23 + }, + { + "id": "range_43", + "name": null, + "center": [ + 161, + 185 + ], + "peak": [ + 164, + 186 + ], + "area_cells": 124 + }, + { + "id": "range_44", + "name": null, + "center": [ + 170, + 130 + ], + "peak": [ + 171, + 139 + ], + "area_cells": 571 + }, + { + "id": "range_45", + "name": null, + "center": [ + 173, + 273 + ], + "peak": [ + 173, + 274 + ], + "area_cells": 82 + }, + { + "id": "range_46", + "name": null, + "center": [ + 174, + 363 + ], + "peak": [ + 177, + 365 + ], + "area_cells": 38 + }, + { + "id": "range_47", + "name": null, + "center": [ + 182, + 481 + ], + "peak": [ + 182, + 481 + ], + "area_cells": 31 + }, + { + "id": "range_48", + "name": null, + "center": [ + 185, + 337 + ], + "peak": [ + 186, + 337 + ], + "area_cells": 22 + }, + { + "id": "range_52", + "name": null, + "center": [ + 202, + 493 + ], + "peak": [ + 198, + 493 + ], + "area_cells": 84 + }, + { + "id": "range_53", + "name": null, + "center": [ + 204, + 17 + ], + "peak": [ + 205, + 18 + ], + "area_cells": 53 + }, + { + "id": "range_57", + "name": null, + "center": [ + 233, + 118 + ], + "peak": [ + 237, + 119 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ac/globe.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/globe.png new file mode 100644 index 000000000..d47596de5 Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/globe.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ac/heightmap.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/heightmap.png new file mode 100644 index 000000000..0d77ac709 Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ac/index.md b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/index.md new file mode 100644 index 000000000..59e858b41 --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/index.md @@ -0,0 +1,64 @@ +--- +id: GJ866Ac +name: Srok Thmei +body_type: planet +planet_class: barren +body_scale: planet +seed: 2931403104 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.11 + period_days: 20.0 + axial_tilt_deg: 37.3 +physical: + gravity_g: 0.3 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.81 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.038 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Srok Thmei + +Barren planet. + +**System:** [GJ-866A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ac/markers.json b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/markers.json new file mode 100644 index 000000000..13e339399 --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ac/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 63, + 404 + ], + "peak": [ + 91, + 401 + ], + "area_cells": 2845 + }, + { + "id": "range_2", + "name": null, + "center": [ + 103, + 166 + ], + "peak": [ + 102, + 231 + ], + "area_cells": 15157 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 111 + ], + "peak": [ + 42, + 111 + ], + "area_cells": 84 + }, + { + "id": "range_7", + "name": null, + "center": [ + 81, + 488 + ], + "peak": [ + 95, + 485 + ], + "area_cells": 2425 + }, + { + "id": "range_11", + "name": null, + "center": [ + 52, + 211 + ], + "peak": [ + 53, + 215 + ], + "area_cells": 275 + }, + { + "id": "range_12", + "name": null, + "center": [ + 86, + 358 + ], + "peak": [ + 85, + 359 + ], + "area_cells": 107 + }, + { + "id": "range_15", + "name": null, + "center": [ + 102, + 381 + ], + "peak": [ + 102, + 382 + ], + "area_cells": 77 + }, + { + "id": "range_17", + "name": null, + "center": [ + 130, + 320 + ], + "peak": [ + 131, + 321 + ], + "area_cells": 74 + }, + { + "id": "range_18", + "name": null, + "center": [ + 141, + 492 + ], + "peak": [ + 139, + 482 + ], + "area_cells": 562 + }, + { + "id": "range_19", + "name": null, + "center": [ + 155, + 431 + ], + "peak": [ + 141, + 422 + ], + "area_cells": 503 + }, + { + "id": "range_20", + "name": null, + "center": [ + 144, + 369 + ], + "peak": [ + 144, + 371 + ], + "area_cells": 45 + }, + { + "id": "range_22", + "name": null, + "center": [ + 148, + 7 + ], + "peak": [ + 150, + 6 + ], + "area_cells": 123 + }, + { + "id": "range_24", + "name": null, + "center": [ + 176, + 374 + ], + "peak": [ + 171, + 396 + ], + "area_cells": 1763 + }, + { + "id": "range_25", + "name": null, + "center": [ + 166, + 99 + ], + "peak": [ + 171, + 105 + ], + "area_cells": 148 + }, + { + "id": "range_26", + "name": null, + "center": [ + 171, + 304 + ], + "peak": [ + 172, + 304 + ], + "area_cells": 44 + }, + { + "id": "range_28", + "name": null, + "center": [ + 187, + 420 + ], + "peak": [ + 190, + 421 + ], + "area_cells": 98 + }, + { + "id": "range_30", + "name": null, + "center": [ + 187, + 112 + ], + "peak": [ + 188, + 113 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ad/globe.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/globe.png new file mode 100644 index 000000000..1f53eaed4 Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/globe.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ad/heightmap.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/heightmap.png new file mode 100644 index 000000000..a21a55fcf Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ad/index.md b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/index.md new file mode 100644 index 000000000..311816f63 --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/index.md @@ -0,0 +1,65 @@ +--- +id: GJ866Ad +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4121361609 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.216 + period_days: 55.0 + axial_tilt_deg: 8.0 +physical: + gravity_g: 0.4 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.935 + 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 +--- + +# GJ866Ad + +Barren planet. + +**System:** [GJ-866A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 55 days | + +## Description + + diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ad/markers.json b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/markers.json new file mode 100644 index 000000000..f656218b2 --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ad/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 122 + ], + "peak": [ + 52, + 123 + ], + "area_cells": 802 + }, + { + "id": "range_2", + "name": null, + "center": [ + 81, + 455 + ], + "peak": [ + 68, + 461 + ], + "area_cells": 4430 + }, + { + "id": "range_3", + "name": null, + "center": [ + 69, + 13 + ], + "peak": [ + 75, + 22 + ], + "area_cells": 808 + }, + { + "id": "range_4", + "name": null, + "center": [ + 68, + 236 + ], + "peak": [ + 65, + 245 + ], + "area_cells": 362 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 296 + ], + "peak": [ + 61, + 296 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 127 + ], + "peak": [ + 69, + 128 + ], + "area_cells": 21 + }, + { + "id": "range_12", + "name": null, + "center": [ + 78, + 38 + ], + "peak": [ + 78, + 41 + ], + "area_cells": 89 + }, + { + "id": "range_16", + "name": null, + "center": [ + 116, + 28 + ], + "peak": [ + 125, + 4 + ], + "area_cells": 1145 + }, + { + "id": "range_17", + "name": null, + "center": [ + 149, + 129 + ], + "peak": [ + 141, + 160 + ], + "area_cells": 4875 + }, + { + "id": "range_18", + "name": null, + "center": [ + 110, + 66 + ], + "peak": [ + 110, + 67 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 119, + 443 + ], + "peak": [ + 121, + 443 + ], + "area_cells": 157 + }, + { + "id": "range_20", + "name": null, + "center": [ + 121, + 80 + ], + "peak": [ + 122, + 81 + ], + "area_cells": 50 + }, + { + "id": "range_21", + "name": null, + "center": [ + 161, + 288 + ], + "peak": [ + 168, + 290 + ], + "area_cells": 139 + }, + { + "id": "range_22", + "name": null, + "center": [ + 164, + 258 + ], + "peak": [ + 165, + 258 + ], + "area_cells": 37 + }, + { + "id": "range_24", + "name": null, + "center": [ + 170, + 317 + ], + "peak": [ + 171, + 317 + ], + "area_cells": 52 + }, + { + "id": "range_27", + "name": null, + "center": [ + 188, + 182 + ], + "peak": [ + 189, + 189 + ], + "area_cells": 284 + }, + { + "id": "range_31", + "name": null, + "center": [ + 199, + 484 + ], + "peak": [ + 193, + 484 + ], + "area_cells": 73 + }, + { + "id": "range_32", + "name": null, + "center": [ + 194, + 9 + ], + "peak": [ + 194, + 10 + ], + "area_cells": 50 + }, + { + "id": "range_33", + "name": null, + "center": [ + 200, + 169 + ], + "peak": [ + 199, + 170 + ], + "area_cells": 50 + }, + { + "id": "range_35", + "name": null, + "center": [ + 207, + 400 + ], + "peak": [ + 204, + 401 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ae/globe.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/globe.png new file mode 100644 index 000000000..bb4ca3492 Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/globe.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ae/heightmap.png b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/heightmap.png new file mode 100644 index 000000000..8ce9bbe07 Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ae/index.md b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/index.md new file mode 100644 index 000000000..aff4b985a --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ866Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3436809973 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.423 + period_days: 150.0 + axial_tilt_deg: 18.7 +physical: + gravity_g: 0.32 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.734 + polar_ice_lat: 0.23 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.275 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ866Ae + +Frozen planet. + +**System:** [GJ-866A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 150 days | + +## Description + + diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Ae/markers.json b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/markers.json new file mode 100644 index 000000000..d1dd88aa9 --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Ae/markers.json @@ -0,0 +1,159 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 132, + 94 + ], + "area_fraction": 0.0993 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 141, + 447 + ], + "area_fraction": 0.0944 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 136, + 246 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 190, + 266 + ], + "area_fraction": 0.0193 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 0, + 93 + ], + "peak": [ + 0, + 96 + ], + "area_cells": 21 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 233 + ], + "peak": [ + 8, + 185 + ], + "area_cells": 2160 + }, + { + "id": "range_3", + "name": null, + "center": [ + 21, + 349 + ], + "peak": [ + 17, + 359 + ], + "area_cells": 1726 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 455 + ], + "peak": [ + 9, + 452 + ], + "area_cells": 165 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 5 + ], + "peak": [ + 10, + 6 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 222, + 166 + ], + "peak": [ + 223, + 167 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 243, + 208 + ], + "peak": [ + 237, + 198 + ], + "area_cells": 176 + }, + { + "id": "range_13", + "name": null, + "center": [ + 250, + 246 + ], + "peak": [ + 254, + 246 + ], + "area_cells": 373 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Af/globe.png b/wiki/star-systems/GJ-866A/bodies/GJ866Af/globe.png new file mode 100644 index 000000000..96489e01d Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Af/globe.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Af/heightmap.png b/wiki/star-systems/GJ-866A/bodies/GJ866Af/heightmap.png new file mode 100644 index 000000000..2f196c66e Binary files /dev/null and b/wiki/star-systems/GJ-866A/bodies/GJ866Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Af/index.md b/wiki/star-systems/GJ-866A/bodies/GJ866Af/index.md new file mode 100644 index 000000000..c45a4b4ea --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ866Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 99169611 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: 0.25 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.997 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.233 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ866Af + +Frozen planet. + +**System:** [GJ-866A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Land** | 100% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-866A/bodies/GJ866Af/markers.json b/wiki/star-systems/GJ-866A/bodies/GJ866Af/markers.json new file mode 100644 index 000000000..af84d9b7a --- /dev/null +++ b/wiki/star-systems/GJ-866A/bodies/GJ866Af/markers.json @@ -0,0 +1,79 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 147, + 265 + ], + "peak": [ + 147, + 264 + ], + "area_cells": 42 + }, + { + "id": "range_4", + "name": null, + "center": [ + 156, + 76 + ], + "peak": [ + 156, + 80 + ], + "area_cells": 49 + }, + { + "id": "range_5", + "name": null, + "center": [ + 221, + 192 + ], + "peak": [ + 204, + 122 + ], + "area_cells": 25029 + }, + { + "id": "range_6", + "name": null, + "center": [ + 164, + 174 + ], + "peak": [ + 164, + 175 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 220, + 459 + ], + "peak": [ + 209, + 498 + ], + "area_cells": 7226 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ868b/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868b/globe.png new file mode 100644 index 000000000..82292ada5 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868b/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868b/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868b/heightmap.png new file mode 100644 index 000000000..b1fb65a35 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868b/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868b/index.md b/wiki/star-systems/GJ-868/bodies/GJ868b/index.md new file mode 100644 index 000000000..239383560 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ868b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1266352732 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 28.0 +physical: + gravity_g: 0.4 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.845 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.047 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868b + +Barren planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 99% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868b/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868b/markers.json new file mode 100644 index 000000000..0d9c27d20 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868b/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 26, + 118 + ], + "peak": [ + 30, + 119 + ], + "area_cells": 142 + }, + { + "id": "range_4", + "name": null, + "center": [ + 4, + 141 + ], + "peak": [ + 5, + 139 + ], + "area_cells": 63 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 381 + ], + "peak": [ + 65, + 344 + ], + "area_cells": 17389 + }, + { + "id": "range_7", + "name": null, + "center": [ + 1, + 341 + ], + "peak": [ + 0, + 339 + ], + "area_cells": 48 + }, + { + "id": "range_20", + "name": null, + "center": [ + 71, + 40 + ], + "peak": [ + 54, + 57 + ], + "area_cells": 1474 + }, + { + "id": "range_24", + "name": null, + "center": [ + 71, + 157 + ], + "peak": [ + 71, + 155 + ], + "area_cells": 1200 + }, + { + "id": "range_28", + "name": null, + "center": [ + 53, + 260 + ], + "peak": [ + 56, + 260 + ], + "area_cells": 20 + }, + { + "id": "range_29", + "name": null, + "center": [ + 65, + 90 + ], + "peak": [ + 63, + 92 + ], + "area_cells": 299 + }, + { + "id": "range_30", + "name": null, + "center": [ + 75, + 110 + ], + "peak": [ + 81, + 113 + ], + "area_cells": 318 + }, + { + "id": "range_31", + "name": null, + "center": [ + 80, + 203 + ], + "peak": [ + 92, + 212 + ], + "area_cells": 249 + }, + { + "id": "range_32", + "name": null, + "center": [ + 83, + 502 + ], + "peak": [ + 83, + 503 + ], + "area_cells": 124 + }, + { + "id": "range_36", + "name": null, + "center": [ + 98, + 237 + ], + "peak": [ + 99, + 238 + ], + "area_cells": 24 + }, + { + "id": "range_38", + "name": null, + "center": [ + 131, + 131 + ], + "peak": [ + 120, + 141 + ], + "area_cells": 2114 + }, + { + "id": "range_40", + "name": null, + "center": [ + 107, + 229 + ], + "peak": [ + 107, + 229 + ], + "area_cells": 45 + }, + { + "id": "range_42", + "name": null, + "center": [ + 111, + 57 + ], + "peak": [ + 111, + 58 + ], + "area_cells": 40 + }, + { + "id": "range_48", + "name": null, + "center": [ + 129, + 232 + ], + "peak": [ + 130, + 232 + ], + "area_cells": 22 + }, + { + "id": "range_49", + "name": null, + "center": [ + 156, + 284 + ], + "peak": [ + 149, + 273 + ], + "area_cells": 518 + }, + { + "id": "range_53", + "name": null, + "center": [ + 153, + 213 + ], + "peak": [ + 154, + 215 + ], + "area_cells": 63 + }, + { + "id": "range_55", + "name": null, + "center": [ + 170, + 186 + ], + "peak": [ + 169, + 186 + ], + "area_cells": 149 + }, + { + "id": "range_56", + "name": null, + "center": [ + 164, + 45 + ], + "peak": [ + 164, + 46 + ], + "area_cells": 51 + }, + { + "id": "range_59", + "name": null, + "center": [ + 186, + 255 + ], + "peak": [ + 195, + 259 + ], + "area_cells": 271 + }, + { + "id": "range_60", + "name": null, + "center": [ + 170, + 316 + ], + "peak": [ + 172, + 313 + ], + "area_cells": 215 + }, + { + "id": "range_61", + "name": null, + "center": [ + 170, + 15 + ], + "peak": [ + 170, + 22 + ], + "area_cells": 194 + }, + { + "id": "range_62", + "name": null, + "center": [ + 179, + 224 + ], + "peak": [ + 181, + 227 + ], + "area_cells": 64 + }, + { + "id": "range_63", + "name": null, + "center": [ + 181, + 492 + ], + "peak": [ + 184, + 493 + ], + "area_cells": 24 + }, + { + "id": "range_65", + "name": null, + "center": [ + 195, + 280 + ], + "peak": [ + 199, + 277 + ], + "area_cells": 183 + }, + { + "id": "range_66", + "name": null, + "center": [ + 194, + 192 + ], + "peak": [ + 193, + 192 + ], + "area_cells": 39 + }, + { + "id": "range_70", + "name": null, + "center": [ + 200, + 218 + ], + "peak": [ + 200, + 218 + ], + "area_cells": 84 + }, + { + "id": "range_71", + "name": null, + "center": [ + 211, + 8 + ], + "peak": [ + 208, + 4 + ], + "area_cells": 127 + }, + { + "id": "range_72", + "name": null, + "center": [ + 212, + 489 + ], + "peak": [ + 218, + 484 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868c/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868c/globe.png new file mode 100644 index 000000000..f1f2de1ce Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868c/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868c/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868c/heightmap.png new file mode 100644 index 000000000..d8d5f669b Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868c/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868c/index.md b/wiki/star-systems/GJ-868/bodies/GJ868c/index.md new file mode 100644 index 000000000..ec2359a21 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ868c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 380539233 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.512 + period_days: 150.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.86 + oblateness: 0.004 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.639 + polar_ice_lat: 0.668 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.395 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ868c + +Temperate planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.86g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 64% | +| **Year** | 150 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868c/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868c/markers.json new file mode 100644 index 000000000..185035aaf --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868c/markers.json @@ -0,0 +1,745 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 133, + 18 + ], + [ + 134, + 17 + ], + [ + 135, + 18 + ], + [ + 136, + 19 + ], + [ + 137, + 20 + ], + [ + 138, + 21 + ], + [ + 138, + 22 + ], + [ + 139, + 23 + ], + [ + 139, + 22 + ], + [ + 140, + 21 + ], + [ + 139, + 21 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 102, + 348 + ], + [ + 101, + 347 + ], + [ + 100, + 346 + ], + [ + 99, + 345 + ], + [ + 98, + 346 + ], + [ + 97, + 345 + ], + [ + 96, + 344 + ], + [ + 96, + 345 + ], + [ + 95, + 344 + ], + [ + 94, + 344 + ], + [ + 93, + 344 + ], + [ + 92, + 345 + ], + [ + 91, + 345 + ], + [ + 90, + 346 + ], + [ + 89, + 346 + ], + [ + 89, + 347 + ], + [ + 88, + 348 + ], + [ + 88, + 349 + ], + [ + 89, + 349 + ], + [ + 90, + 348 + ], + [ + 90, + 349 + ], + [ + 91, + 348 + ], + [ + 91, + 349 + ], + [ + 90, + 350 + ], + [ + 89, + 350 + ], + [ + 89, + 351 + ], + [ + 88, + 350 + ], + [ + 88, + 351 + ], + [ + 87, + 350 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 65 + ], + [ + 127, + 64 + ], + [ + 126, + 65 + ], + [ + 125, + 65 + ], + [ + 124, + 66 + ], + [ + 123, + 66 + ], + [ + 122, + 65 + ], + [ + 121, + 64 + ], + [ + 120, + 63 + ], + [ + 120, + 62 + ], + [ + 119, + 63 + ], + [ + 119, + 62 + ], + [ + 120, + 61 + ], + [ + 119, + 60 + ], + [ + 119, + 59 + ], + [ + 118, + 59 + ], + [ + 119, + 58 + ], + [ + 118, + 58 + ], + [ + 119, + 57 + ], + [ + 118, + 57 + ], + [ + 118, + 56 + ], + [ + 119, + 56 + ], + [ + 120, + 57 + ], + [ + 120, + 56 + ], + [ + 120, + 55 + ], + [ + 119, + 55 + ], + [ + 118, + 54 + ], + [ + 118, + 55 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 464 + ], + [ + 237, + 463 + ], + [ + 236, + 464 + ], + [ + 235, + 463 + ], + [ + 234, + 462 + ], + [ + 233, + 461 + ], + [ + 232, + 460 + ], + [ + 231, + 459 + ], + [ + 230, + 458 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 92, + 295 + ], + [ + 93, + 295 + ], + [ + 94, + 294 + ], + [ + 95, + 295 + ], + [ + 95, + 296 + ], + [ + 95, + 297 + ], + [ + 96, + 298 + ], + [ + 97, + 299 + ], + [ + 98, + 300 + ], + [ + 98, + 301 + ], + [ + 99, + 302 + ], + [ + 100, + 303 + ], + [ + 101, + 304 + ], + [ + 102, + 305 + ], + [ + 103, + 304 + ], + [ + 103, + 303 + ], + [ + 104, + 302 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 227, + 511 + ], + [ + 228, + 511 + ], + [ + 227, + 510 + ], + [ + 226, + 510 + ], + [ + 225, + 510 + ], + [ + 224, + 509 + ], + [ + 223, + 510 + ], + [ + 222, + 510 + ], + [ + 221, + 510 + ], + [ + 221, + 511 + ], + [ + 220, + 510 + ], + [ + 219, + 509 + ], + [ + 218, + 508 + ], + [ + 217, + 508 + ], + [ + 216, + 509 + ], + [ + 215, + 509 + ], + [ + 214, + 510 + ], + [ + 213, + 511 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 247, + 358 + ], + [ + 248, + 358 + ], + [ + 249, + 358 + ], + [ + 250, + 357 + ], + [ + 251, + 357 + ], + [ + 250, + 356 + ], + [ + 249, + 356 + ], + [ + 248, + 357 + ], + [ + 249, + 357 + ], + [ + 250, + 358 + ], + [ + 249, + 359 + ], + [ + 250, + 359 + ], + [ + 251, + 359 + ], + [ + 251, + 360 + ], + [ + 252, + 361 + ], + [ + 251, + 361 + ], + [ + 252, + 360 + ], + [ + 253, + 361 + ], + [ + 252, + 362 + ], + [ + 251, + 363 + ], + [ + 250, + 364 + ], + [ + 249, + 363 + ], + [ + 250, + 363 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 253, + 127 + ], + [ + 252, + 126 + ], + [ + 251, + 126 + ], + [ + 250, + 125 + ], + [ + 249, + 125 + ], + [ + 248, + 124 + ], + [ + 247, + 125 + ], + [ + 246, + 125 + ], + [ + 245, + 125 + ], + [ + 245, + 126 + ], + [ + 244, + 126 + ], + [ + 243, + 127 + ], + [ + 242, + 128 + ], + [ + 241, + 127 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 90, + 121 + ], + "area_fraction": 0.0119 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 183, + 243 + ], + "area_fraction": 0.3451 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 233 + ], + "peak": [ + 42, + 205 + ], + "area_cells": 1760 + }, + { + "id": "range_2", + "name": null, + "center": [ + 14, + 363 + ], + "peak": [ + 16, + 363 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 462 + ], + "peak": [ + 46, + 442 + ], + "area_cells": 1766 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 17 + ], + "peak": [ + 40, + 2 + ], + "area_cells": 871 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 478 + ], + "peak": [ + 100, + 480 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868d/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868d/globe.png new file mode 100644 index 000000000..23969aa4d Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868d/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868d/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868d/heightmap.png new file mode 100644 index 000000000..7e371b271 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868d/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868d/index.md b/wiki/star-systems/GJ-868/bodies/GJ868d/index.md new file mode 100644 index 000000000..86d089128 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ868d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2467543665 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.08 + period_days: 460.0 + axial_tilt_deg: 17.7 +physical: + gravity_g: 0.56 + oblateness: 0.0028 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.941 + polar_ice_lat: 0.607 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.113 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868d + +Cold Arid planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 460 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868d/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868d/markers.json new file mode 100644 index 000000000..72844b355 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868d/markers.json @@ -0,0 +1,748 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 182, + 447 + ], + [ + 181, + 448 + ], + [ + 180, + 449 + ], + [ + 179, + 450 + ], + [ + 179, + 451 + ], + [ + 178, + 452 + ], + [ + 178, + 453 + ], + [ + 177, + 454 + ], + [ + 177, + 455 + ], + [ + 177, + 456 + ], + [ + 176, + 457 + ], + [ + 176, + 458 + ], + [ + 177, + 459 + ], + [ + 176, + 460 + ], + [ + 176, + 461 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 106, + 8 + ], + [ + 105, + 9 + ], + [ + 104, + 10 + ], + [ + 103, + 11 + ], + [ + 103, + 12 + ], + [ + 104, + 13 + ], + [ + 105, + 14 + ], + [ + 104, + 14 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 212, + 174 + ], + [ + 211, + 173 + ], + [ + 210, + 172 + ], + [ + 209, + 171 + ], + [ + 208, + 170 + ], + [ + 209, + 170 + ], + [ + 210, + 169 + ], + [ + 209, + 168 + ], + [ + 208, + 167 + ], + [ + 208, + 166 + ], + [ + 207, + 167 + ], + [ + 207, + 166 + ], + [ + 208, + 165 + ], + [ + 209, + 164 + ], + [ + 208, + 163 + ], + [ + 209, + 163 + ], + [ + 208, + 162 + ], + [ + 207, + 163 + ], + [ + 208, + 164 + ], + [ + 207, + 164 + ], + [ + 207, + 165 + ], + [ + 206, + 164 + ], + [ + 205, + 165 + ], + [ + 205, + 164 + ], + [ + 206, + 163 + ], + [ + 205, + 163 + ], + [ + 206, + 162 + ], + [ + 205, + 161 + ], + [ + 206, + 161 + ], + [ + 207, + 162 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 108, + 296 + ], + [ + 107, + 296 + ], + [ + 106, + 296 + ], + [ + 105, + 297 + ], + [ + 104, + 298 + ], + [ + 103, + 299 + ], + [ + 103, + 300 + ], + [ + 103, + 301 + ], + [ + 102, + 302 + ], + [ + 102, + 303 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 98, + 251 + ], + [ + 99, + 252 + ], + [ + 100, + 253 + ], + [ + 101, + 254 + ], + [ + 102, + 255 + ], + [ + 103, + 256 + ], + [ + 104, + 257 + ], + [ + 105, + 258 + ], + [ + 106, + 259 + ], + [ + 107, + 260 + ], + [ + 108, + 261 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 158, + 94 + ], + [ + 157, + 95 + ], + [ + 156, + 95 + ], + [ + 155, + 96 + ], + [ + 154, + 97 + ], + [ + 153, + 98 + ], + [ + 152, + 99 + ], + [ + 151, + 99 + ], + [ + 150, + 100 + ], + [ + 149, + 101 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 160, + 103 + ], + [ + 161, + 102 + ], + [ + 162, + 103 + ], + [ + 163, + 103 + ], + [ + 164, + 104 + ], + [ + 165, + 103 + ], + [ + 166, + 104 + ], + [ + 165, + 104 + ], + [ + 166, + 105 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 236, + 191 + ], + [ + 235, + 190 + ], + [ + 234, + 189 + ], + [ + 235, + 188 + ], + [ + 234, + 187 + ], + [ + 233, + 186 + ], + [ + 232, + 185 + ], + [ + 231, + 184 + ], + [ + 230, + 183 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 159, + 107 + ], + [ + 158, + 106 + ], + [ + 157, + 105 + ], + [ + 156, + 104 + ], + [ + 155, + 103 + ], + [ + 154, + 103 + ], + [ + 153, + 102 + ], + [ + 152, + 102 + ], + [ + 151, + 101 + ], + [ + 150, + 102 + ], + [ + 149, + 102 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 61, + 394 + ], + [ + 62, + 393 + ], + [ + 63, + 392 + ], + [ + 63, + 391 + ], + [ + 63, + 390 + ], + [ + 64, + 390 + ], + [ + 63, + 389 + ], + [ + 62, + 390 + ], + [ + 62, + 389 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 88, + 373 + ], + [ + 89, + 372 + ], + [ + 90, + 371 + ], + [ + 91, + 370 + ], + [ + 92, + 369 + ], + [ + 93, + 369 + ], + [ + 94, + 370 + ], + [ + 95, + 371 + ], + [ + 96, + 371 + ], + [ + 97, + 372 + ], + [ + 98, + 372 + ], + [ + 99, + 373 + ], + [ + 100, + 374 + ], + [ + 101, + 375 + ], + [ + 102, + 376 + ], + [ + 103, + 377 + ], + [ + 104, + 378 + ], + [ + 105, + 379 + ], + [ + 106, + 380 + ], + [ + 107, + 381 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 153, + 283 + ], + "area_fraction": 0.0306 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 245, + 281 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 473 + ], + "peak": [ + 50, + 463 + ], + "area_cells": 3955 + }, + { + "id": "range_6", + "name": null, + "center": [ + 55, + 4 + ], + "peak": [ + 72, + 1 + ], + "area_cells": 399 + }, + { + "id": "range_7", + "name": null, + "center": [ + 34, + 356 + ], + "peak": [ + 35, + 356 + ], + "area_cells": 23 + }, + { + "id": "range_10", + "name": null, + "center": [ + 47, + 331 + ], + "peak": [ + 50, + 333 + ], + "area_cells": 218 + }, + { + "id": "range_11", + "name": null, + "center": [ + 53, + 288 + ], + "peak": [ + 53, + 285 + ], + "area_cells": 36 + }, + { + "id": "range_13", + "name": null, + "center": [ + 75, + 111 + ], + "peak": [ + 75, + 112 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868e-m1/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/globe.png new file mode 100644 index 000000000..12f7f3a86 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868e-m1/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/heightmap.png new file mode 100644 index 000000000..78d5ce20f Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868e-m1/index.md b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/index.md new file mode 100644 index 000000000..85d884fb2 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ868e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2645617738 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 50.0 +physical: + gravity_g: 0.1 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.906 + polar_ice_lat: 0.082 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.358 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868e-m1 + +Frozen moon. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 91% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868e-m1/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/markers.json new file mode 100644 index 000000000..0b0aee4f3 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868e-m1/markers.json @@ -0,0 +1,201 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 230, + 79 + ], + "area_fraction": 0.0394 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 236, + 301 + ], + "area_fraction": 0.0252 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 232, + 433 + ], + "area_fraction": 0.0132 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 70, + 102 + ], + "peak": [ + 39, + 179 + ], + "area_cells": 12510 + }, + { + "id": "range_2", + "name": null, + "center": [ + 0, + 275 + ], + "peak": [ + 0, + 275 + ], + "area_cells": 21 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 477 + ], + "peak": [ + 164, + 499 + ], + "area_cells": 5253 + }, + { + "id": "range_6", + "name": null, + "center": [ + 85, + 356 + ], + "peak": [ + 94, + 353 + ], + "area_cells": 337 + }, + { + "id": "range_7", + "name": null, + "center": [ + 103, + 178 + ], + "peak": [ + 95, + 189 + ], + "area_cells": 887 + }, + { + "id": "range_10", + "name": null, + "center": [ + 135, + 315 + ], + "peak": [ + 129, + 272 + ], + "area_cells": 2401 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 246 + ], + "peak": [ + 100, + 246 + ], + "area_cells": 202 + }, + { + "id": "range_13", + "name": null, + "center": [ + 107, + 404 + ], + "peak": [ + 108, + 404 + ], + "area_cells": 84 + }, + { + "id": "range_21", + "name": null, + "center": [ + 126, + 360 + ], + "peak": [ + 126, + 366 + ], + "area_cells": 140 + }, + { + "id": "range_23", + "name": null, + "center": [ + 156, + 417 + ], + "peak": [ + 160, + 422 + ], + "area_cells": 279 + }, + { + "id": "range_24", + "name": null, + "center": [ + 152, + 230 + ], + "peak": [ + 152, + 228 + ], + "area_cells": 258 + }, + { + "id": "range_27", + "name": null, + "center": [ + 194, + 467 + ], + "peak": [ + 195, + 467 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868e/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868e/globe.png new file mode 100644 index 000000000..c2b1cc61e Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868e/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868e/index.md b/wiki/star-systems/GJ-868/bodies/GJ868e/index.md new file mode 100644 index 000000000..212046efd --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ868e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1543967718 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.376 + period_days: 1500.0 + axial_tilt_deg: 10.8 +physical: + gravity_g: null + oblateness: 0.051 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.287 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.063 +--- + +# GJ868e + +Gas giant. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868f/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868f/globe.png new file mode 100644 index 000000000..c8e90e322 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868f/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868f/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868f/heightmap.png new file mode 100644 index 000000000..51491f14e Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868f/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868f/index.md b/wiki/star-systems/GJ-868/bodies/GJ868f/index.md new file mode 100644 index 000000000..59d461301 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ868f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 511658762 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.569 + period_days: 4000.0 + axial_tilt_deg: 45.1 +physical: + gravity_g: 0.44 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.105 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.436 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868f + +Frozen planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 4000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868f/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868f/markers.json new file mode 100644 index 000000000..81b4c618e --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868f/markers.json @@ -0,0 +1,141 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 66, + 109 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 81, + 400 + ], + "area_fraction": 0.006 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 87, + 459 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 143, + 491 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_37", + "name": null, + "kind": "ocean", + "center": [ + 209, + 354 + ], + "area_fraction": 0.1601 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 171, + 391 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_42", + "name": null, + "kind": "lake", + "center": [ + 172, + 105 + ], + "area_fraction": 0.0149 + }, + { + "id": "water_44", + "name": null, + "kind": "lake", + "center": [ + 184, + 343 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_55", + "name": null, + "kind": "lake", + "center": [ + 237, + 20 + ], + "area_fraction": 0.013 + }, + { + "id": "water_62", + "name": null, + "kind": "lake", + "center": [ + 247, + 123 + ], + "area_fraction": 0.0075 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 253 + ], + "peak": [ + 38, + 499 + ], + "area_cells": 14223 + }, + { + "id": "range_2", + "name": null, + "center": [ + 44, + 30 + ], + "peak": [ + 44, + 32 + ], + "area_cells": 57 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868g/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868g/globe.png new file mode 100644 index 000000000..251293084 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868g/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868g/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868g/heightmap.png new file mode 100644 index 000000000..0113c2d2e Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868g/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868g/index.md b/wiki/star-systems/GJ-868/bodies/GJ868g/index.md new file mode 100644 index 000000000..d3f0653d6 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ868g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3789488818 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.076 + period_days: 9400.0 + axial_tilt_deg: 56.6 +physical: + gravity_g: 0.34 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.704 + polar_ice_lat: 0.082 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.363 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868g + +Frozen planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 9400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868g/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868g/markers.json new file mode 100644 index 000000000..ad0583f1e --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868g/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 21, + 20 + ], + "area_fraction": 0.0131 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 13, + 495 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_23", + "name": null, + "kind": "ocean", + "center": [ + 203, + 383 + ], + "area_fraction": 0.168 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 212, + 51 + ], + "area_fraction": 0.0601 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 224, + 174 + ], + "area_fraction": 0.0236 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 242 + ], + "peak": [ + 0, + 246 + ], + "area_cells": 56 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 311 + ], + "peak": [ + 0, + 250 + ], + "area_cells": 1213 + }, + { + "id": "range_3", + "name": null, + "center": [ + 35, + 396 + ], + "peak": [ + 37, + 396 + ], + "area_cells": 28 + }, + { + "id": "range_4", + "name": null, + "center": [ + 45, + 172 + ], + "peak": [ + 44, + 165 + ], + "area_cells": 124 + }, + { + "id": "range_6", + "name": null, + "center": [ + 58, + 416 + ], + "peak": [ + 59, + 418 + ], + "area_cells": 23 + }, + { + "id": "range_7", + "name": null, + "center": [ + 101, + 481 + ], + "peak": [ + 87, + 455 + ], + "area_cells": 1500 + }, + { + "id": "range_9", + "name": null, + "center": [ + 117, + 38 + ], + "peak": [ + 115, + 54 + ], + "area_cells": 4158 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 201 + ], + "peak": [ + 93, + 207 + ], + "area_cells": 525 + }, + { + "id": "range_12", + "name": null, + "center": [ + 95, + 432 + ], + "peak": [ + 97, + 433 + ], + "area_cells": 236 + }, + { + "id": "range_13", + "name": null, + "center": [ + 119, + 372 + ], + "peak": [ + 132, + 421 + ], + "area_cells": 2278 + }, + { + "id": "range_15", + "name": null, + "center": [ + 134, + 279 + ], + "peak": [ + 130, + 276 + ], + "area_cells": 261 + }, + { + "id": "range_16", + "name": null, + "center": [ + 138, + 241 + ], + "peak": [ + 142, + 224 + ], + "area_cells": 637 + }, + { + "id": "range_19", + "name": null, + "center": [ + 142, + 322 + ], + "peak": [ + 142, + 324 + ], + "area_cells": 79 + }, + { + "id": "range_20", + "name": null, + "center": [ + 152, + 173 + ], + "peak": [ + 152, + 172 + ], + "area_cells": 87 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868h/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868h/globe.png new file mode 100644 index 000000000..d8f4b19b0 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868h/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868h/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868h/heightmap.png new file mode 100644 index 000000000..da23f06e3 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868h/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868h/index.md b/wiki/star-systems/GJ-868/bodies/GJ868h/index.md new file mode 100644 index 000000000..59a14344d --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ868h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3298830815 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 19.2 +physical: + gravity_g: 0.12 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.287 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868h + +Frozen planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868h/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868h/markers.json new file mode 100644 index 000000000..bf6ba55f1 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868h/markers.json @@ -0,0 +1,205 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 21, + 88 + ], + "area_fraction": 0.0305 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 18, + 315 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 52, + 279 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 212, + 195 + ], + "area_fraction": 0.0461 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 203, + 291 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 219, + 65 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 401 + ], + "peak": [ + 100, + 374 + ], + "area_cells": 4210 + }, + { + "id": "range_4", + "name": null, + "center": [ + 64, + 109 + ], + "peak": [ + 64, + 108 + ], + "area_cells": 65 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 79 + ], + "peak": [ + 107, + 90 + ], + "area_cells": 1102 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 130 + ], + "peak": [ + 108, + 129 + ], + "area_cells": 290 + }, + { + "id": "range_9", + "name": null, + "center": [ + 118, + 481 + ], + "peak": [ + 119, + 484 + ], + "area_cells": 111 + }, + { + "id": "range_10", + "name": null, + "center": [ + 122, + 466 + ], + "peak": [ + 121, + 466 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 133, + 86 + ], + "peak": [ + 135, + 87 + ], + "area_cells": 110 + }, + { + "id": "range_13", + "name": null, + "center": [ + 164, + 343 + ], + "peak": [ + 168, + 342 + ], + "area_cells": 461 + }, + { + "id": "range_14", + "name": null, + "center": [ + 252, + 81 + ], + "peak": [ + 255, + 77 + ], + "area_cells": 93 + }, + { + "id": "range_15", + "name": null, + "center": [ + 253, + 104 + ], + "peak": [ + 255, + 109 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-868/bodies/GJ868i/globe.png b/wiki/star-systems/GJ-868/bodies/GJ868i/globe.png new file mode 100644 index 000000000..cb5000547 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868i/globe.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868i/heightmap.png b/wiki/star-systems/GJ-868/bodies/GJ868i/heightmap.png new file mode 100644 index 000000000..a0a79c063 Binary files /dev/null and b/wiki/star-systems/GJ-868/bodies/GJ868i/heightmap.png differ diff --git a/wiki/star-systems/GJ-868/bodies/GJ868i/index.md b/wiki/star-systems/GJ-868/bodies/GJ868i/index.md new file mode 100644 index 000000000..177f23638 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ868i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2835777713 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 23.278 + period_days: 46000.0 + axial_tilt_deg: 21.9 +physical: + gravity_g: 0.08 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.764 + polar_ice_lat: 0.144 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.43 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ868i + +Frozen planet. + +**System:** [GJ-868](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 46000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-868/bodies/GJ868i/markers.json b/wiki/star-systems/GJ-868/bodies/GJ868i/markers.json new file mode 100644 index 000000000..feb5efd76 --- /dev/null +++ b/wiki/star-systems/GJ-868/bodies/GJ868i/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 100 + ], + "area_fraction": 0.0424 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 13, + 378 + ], + "area_fraction": 0.0534 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 68, + 30 + ], + "area_fraction": 0.008 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 98, + 396 + ], + "area_fraction": 0.0554 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 107, + 85 + ], + "area_fraction": 0.0118 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 116, + 276 + ], + "area_fraction": 0.007 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 125, + 21 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 126, + 499 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_47", + "name": null, + "kind": "sea", + "center": [ + 245, + 296 + ], + "area_fraction": 0.0204 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 53, + 202 + ], + "peak": [ + 56, + 166 + ], + "area_cells": 3740 + }, + { + "id": "range_2", + "name": null, + "center": [ + 87, + 92 + ], + "peak": [ + 87, + 92 + ], + "area_cells": 97 + }, + { + "id": "range_3", + "name": null, + "center": [ + 87, + 116 + ], + "peak": [ + 89, + 126 + ], + "area_cells": 154 + }, + { + "id": "range_4", + "name": null, + "center": [ + 141, + 431 + ], + "peak": [ + 141, + 432 + ], + "area_cells": 46 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 279 + ], + "peak": [ + 142, + 278 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 391 + ], + "peak": [ + 159, + 392 + ], + "area_cells": 53 + }, + { + "id": "range_8", + "name": null, + "center": [ + 185, + 445 + ], + "peak": [ + 180, + 426 + ], + "area_cells": 1482 + }, + { + "id": "range_9", + "name": null, + "center": [ + 185, + 12 + ], + "peak": [ + 186, + 11 + ], + "area_cells": 296 + }, + { + "id": "range_10", + "name": null, + "center": [ + 193, + 503 + ], + "peak": [ + 195, + 503 + ], + "area_cells": 247 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ873b/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873b/globe.png new file mode 100644 index 000000000..c02a1d3fd Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873b/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873b/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873b/heightmap.png new file mode 100644 index 000000000..09849be8e Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873b/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873b/index.md b/wiki/star-systems/GJ-873/bodies/GJ873b/index.md new file mode 100644 index 000000000..079573ecd --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ873b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3228324231 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 0.1 +physical: + gravity_g: 0.25 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.99 + 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 +--- + +# GJ873b + +Barren planet. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.25g | +| **Land** | 98% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873b/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873b/markers.json new file mode 100644 index 000000000..a56bb34ed --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873b/markers.json @@ -0,0 +1,339 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 43, + 29 + ], + "peak": [ + 23, + 35 + ], + "area_cells": 1438 + }, + { + "id": "range_4", + "name": null, + "center": [ + 26, + 450 + ], + "peak": [ + 24, + 450 + ], + "area_cells": 63 + }, + { + "id": "range_6", + "name": null, + "center": [ + 62, + 445 + ], + "peak": [ + 47, + 428 + ], + "area_cells": 823 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 103 + ], + "peak": [ + 74, + 131 + ], + "area_cells": 2686 + }, + { + "id": "range_12", + "name": null, + "center": [ + 75, + 490 + ], + "peak": [ + 86, + 487 + ], + "area_cells": 627 + }, + { + "id": "range_18", + "name": null, + "center": [ + 70, + 360 + ], + "peak": [ + 77, + 361 + ], + "area_cells": 200 + }, + { + "id": "range_19", + "name": null, + "center": [ + 70, + 326 + ], + "peak": [ + 68, + 328 + ], + "area_cells": 327 + }, + { + "id": "range_20", + "name": null, + "center": [ + 67, + 305 + ], + "peak": [ + 67, + 305 + ], + "area_cells": 20 + }, + { + "id": "range_27", + "name": null, + "center": [ + 98, + 355 + ], + "peak": [ + 99, + 355 + ], + "area_cells": 77 + }, + { + "id": "range_28", + "name": null, + "center": [ + 102, + 436 + ], + "peak": [ + 102, + 437 + ], + "area_cells": 24 + }, + { + "id": "range_29", + "name": null, + "center": [ + 104, + 76 + ], + "peak": [ + 105, + 77 + ], + "area_cells": 36 + }, + { + "id": "range_31", + "name": null, + "center": [ + 120, + 123 + ], + "peak": [ + 120, + 124 + ], + "area_cells": 90 + }, + { + "id": "range_32", + "name": null, + "center": [ + 146, + 451 + ], + "peak": [ + 146, + 456 + ], + "area_cells": 205 + }, + { + "id": "range_33", + "name": null, + "center": [ + 186, + 208 + ], + "peak": [ + 204, + 198 + ], + "area_cells": 2008 + }, + { + "id": "range_34", + "name": null, + "center": [ + 184, + 438 + ], + "peak": [ + 199, + 450 + ], + "area_cells": 482 + }, + { + "id": "range_36", + "name": null, + "center": [ + 187, + 266 + ], + "peak": [ + 200, + 260 + ], + "area_cells": 754 + }, + { + "id": "range_38", + "name": null, + "center": [ + 181, + 477 + ], + "peak": [ + 178, + 473 + ], + "area_cells": 211 + }, + { + "id": "range_39", + "name": null, + "center": [ + 178, + 171 + ], + "peak": [ + 179, + 170 + ], + "area_cells": 37 + }, + { + "id": "range_40", + "name": null, + "center": [ + 189, + 330 + ], + "peak": [ + 190, + 331 + ], + "area_cells": 61 + }, + { + "id": "range_42", + "name": null, + "center": [ + 205, + 297 + ], + "peak": [ + 206, + 297 + ], + "area_cells": 94 + }, + { + "id": "range_43", + "name": null, + "center": [ + 200, + 349 + ], + "peak": [ + 201, + 350 + ], + "area_cells": 43 + }, + { + "id": "range_44", + "name": null, + "center": [ + 205, + 279 + ], + "peak": [ + 207, + 281 + ], + "area_cells": 105 + }, + { + "id": "range_47", + "name": null, + "center": [ + 241, + 136 + ], + "peak": [ + 254, + 135 + ], + "area_cells": 258 + }, + { + "id": "range_51", + "name": null, + "center": [ + 227, + 120 + ], + "peak": [ + 228, + 121 + ], + "area_cells": 34 + }, + { + "id": "range_52", + "name": null, + "center": [ + 245, + 294 + ], + "peak": [ + 245, + 295 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873c/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873c/globe.png new file mode 100644 index 000000000..49f1ed25a Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873c/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873c/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873c/heightmap.png new file mode 100644 index 000000000..dffd77166 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873c/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873c/index.md b/wiki/star-systems/GJ-873/bodies/GJ873c/index.md new file mode 100644 index 000000000..ab691cf1e --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ873c +name: Lavenille +body_type: planet +planet_class: barren +body_scale: planet +seed: 1437173772 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 1.4 +physical: + gravity_g: 0.4 + oblateness: 0.0005 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.934 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Lavenille + +Barren planet. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 98% | +| **Year** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873c/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873c/markers.json new file mode 100644 index 000000000..9dbf81bea --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873c/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 41, + 31 + ], + "peak": [ + 40, + 33 + ], + "area_cells": 46 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 60 + ], + "peak": [ + 40, + 61 + ], + "area_cells": 36 + }, + { + "id": "range_7", + "name": null, + "center": [ + 52, + 319 + ], + "peak": [ + 51, + 320 + ], + "area_cells": 25 + }, + { + "id": "range_8", + "name": null, + "center": [ + 56, + 350 + ], + "peak": [ + 56, + 350 + ], + "area_cells": 156 + }, + { + "id": "range_10", + "name": null, + "center": [ + 70, + 389 + ], + "peak": [ + 73, + 389 + ], + "area_cells": 75 + }, + { + "id": "range_11", + "name": null, + "center": [ + 79, + 52 + ], + "peak": [ + 72, + 51 + ], + "area_cells": 181 + }, + { + "id": "range_12", + "name": null, + "center": [ + 75, + 257 + ], + "peak": [ + 75, + 258 + ], + "area_cells": 46 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 103 + ], + "peak": [ + 84, + 104 + ], + "area_cells": 61 + }, + { + "id": "range_15", + "name": null, + "center": [ + 157, + 417 + ], + "peak": [ + 174, + 465 + ], + "area_cells": 9042 + }, + { + "id": "range_18", + "name": null, + "center": [ + 94, + 32 + ], + "peak": [ + 94, + 31 + ], + "area_cells": 37 + }, + { + "id": "range_19", + "name": null, + "center": [ + 132, + 113 + ], + "peak": [ + 135, + 140 + ], + "area_cells": 2098 + }, + { + "id": "range_20", + "name": null, + "center": [ + 118, + 449 + ], + "peak": [ + 119, + 449 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 127, + 247 + ], + "peak": [ + 128, + 247 + ], + "area_cells": 66 + }, + { + "id": "range_22", + "name": null, + "center": [ + 128, + 285 + ], + "peak": [ + 128, + 286 + ], + "area_cells": 61 + }, + { + "id": "range_24", + "name": null, + "center": [ + 181, + 29 + ], + "peak": [ + 194, + 38 + ], + "area_cells": 2560 + }, + { + "id": "range_26", + "name": null, + "center": [ + 159, + 72 + ], + "peak": [ + 164, + 75 + ], + "area_cells": 382 + }, + { + "id": "range_27", + "name": null, + "center": [ + 177, + 266 + ], + "peak": [ + 157, + 259 + ], + "area_cells": 3246 + }, + { + "id": "range_30", + "name": null, + "center": [ + 163, + 159 + ], + "peak": [ + 156, + 159 + ], + "area_cells": 218 + }, + { + "id": "range_31", + "name": null, + "center": [ + 153, + 196 + ], + "peak": [ + 153, + 196 + ], + "area_cells": 35 + }, + { + "id": "range_32", + "name": null, + "center": [ + 163, + 181 + ], + "peak": [ + 163, + 181 + ], + "area_cells": 48 + }, + { + "id": "range_35", + "name": null, + "center": [ + 180, + 120 + ], + "peak": [ + 180, + 120 + ], + "area_cells": 97 + }, + { + "id": "range_36", + "name": null, + "center": [ + 178, + 104 + ], + "peak": [ + 179, + 105 + ], + "area_cells": 23 + }, + { + "id": "range_37", + "name": null, + "center": [ + 187, + 98 + ], + "peak": [ + 187, + 99 + ], + "area_cells": 24 + }, + { + "id": "range_38", + "name": null, + "center": [ + 188, + 192 + ], + "peak": [ + 189, + 193 + ], + "area_cells": 22 + }, + { + "id": "range_40", + "name": null, + "center": [ + 210, + 296 + ], + "peak": [ + 207, + 293 + ], + "area_cells": 141 + }, + { + "id": "range_42", + "name": null, + "center": [ + 216, + 112 + ], + "peak": [ + 212, + 121 + ], + "area_cells": 91 + }, + { + "id": "range_43", + "name": null, + "center": [ + 217, + 314 + ], + "peak": [ + 216, + 312 + ], + "area_cells": 50 + }, + { + "id": "range_44", + "name": null, + "center": [ + 221, + 80 + ], + "peak": [ + 222, + 81 + ], + "area_cells": 30 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873d/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873d/globe.png new file mode 100644 index 000000000..07a6e4527 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873d/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873d/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873d/heightmap.png new file mode 100644 index 000000000..2c839f93a Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873d/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873d/index.md b/wiki/star-systems/GJ-873/bodies/GJ873d/index.md new file mode 100644 index 000000000..0f0302621 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ873d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 500660825 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.128 + period_days: 25.0 + axial_tilt_deg: 29.2 +physical: + gravity_g: 0.32 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.856 + polar_ice_lat: 0.162 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.298 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ873d + +Frozen planet. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873d/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873d/markers.json new file mode 100644 index 000000000..6e6cf8a14 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873d/markers.json @@ -0,0 +1,137 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 11, + 73 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 18, + 323 + ], + "area_fraction": 0.0166 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 83, + 152 + ], + "area_fraction": 0.0371 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 84, + 75 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 104, + 448 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 135, + 118 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 199, + 69 + ], + "area_fraction": 0.0262 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 120, + 19 + ], + "peak": [ + 119, + 19 + ], + "area_cells": 85 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 305 + ], + "peak": [ + 124, + 307 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 140, + 428 + ], + "peak": [ + 140, + 428 + ], + "area_cells": 136 + }, + { + "id": "range_4", + "name": null, + "center": [ + 142, + 496 + ], + "peak": [ + 142, + 498 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873e/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873e/globe.png new file mode 100644 index 000000000..afc6a6832 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873e/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873e/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873e/heightmap.png new file mode 100644 index 000000000..a978010bc Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873e/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873e/index.md b/wiki/star-systems/GJ-873/bodies/GJ873e/index.md new file mode 100644 index 000000000..18666dbd4 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ873e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1900283662 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.254 + period_days: 70.0 + axial_tilt_deg: 60.0 +physical: + gravity_g: 0.28 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.816 + polar_ice_lat: 0.052 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.348 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ873e + +Frozen planet. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 70 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873e/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873e/markers.json new file mode 100644 index 000000000..d3becb192 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873e/markers.json @@ -0,0 +1,198 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 86, + 406 + ], + "area_fraction": 0.116 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 108, + 108 + ], + "area_fraction": 0.0359 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 139, + 12 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 144, + 47 + ], + "area_fraction": 0.0073 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 7, + 330 + ], + "peak": [ + 6, + 335 + ], + "area_cells": 118 + }, + { + "id": "range_4", + "name": null, + "center": [ + 33, + 275 + ], + "peak": [ + 18, + 302 + ], + "area_cells": 4179 + }, + { + "id": "range_5", + "name": null, + "center": [ + 44, + 48 + ], + "peak": [ + 37, + 48 + ], + "area_cells": 335 + }, + { + "id": "range_6", + "name": null, + "center": [ + 60, + 14 + ], + "peak": [ + 41, + 23 + ], + "area_cells": 627 + }, + { + "id": "range_9", + "name": null, + "center": [ + 74, + 225 + ], + "peak": [ + 74, + 225 + ], + "area_cells": 80 + }, + { + "id": "range_10", + "name": null, + "center": [ + 226, + 271 + ], + "peak": [ + 220, + 249 + ], + "area_cells": 13979 + }, + { + "id": "range_11", + "name": null, + "center": [ + 228, + 484 + ], + "peak": [ + 228, + 483 + ], + "area_cells": 2543 + }, + { + "id": "range_12", + "name": null, + "center": [ + 225, + 43 + ], + "peak": [ + 212, + 22 + ], + "area_cells": 3586 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 134 + ], + "peak": [ + 211, + 133 + ], + "area_cells": 51 + }, + { + "id": "range_14", + "name": null, + "center": [ + 214, + 125 + ], + "peak": [ + 214, + 125 + ], + "area_cells": 21 + }, + { + "id": "range_18", + "name": null, + "center": [ + 253, + 123 + ], + "peak": [ + 255, + 120 + ], + "area_cells": 88 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-1/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873f-1/globe.png new file mode 100644 index 000000000..2a8cdf810 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873f-1/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-1/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873f-1/heightmap.png new file mode 100644 index 000000000..f66c634d2 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-1/index.md b/wiki/star-systems/GJ-873/bodies/GJ873f-1/index.md new file mode 100644 index 000000000..533b36f42 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ873f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1104365103 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 32.0 +physical: + gravity_g: 0.05 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.83 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ873f-1 + +Barren moon. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-1/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873f-1/markers.json new file mode 100644 index 000000000..397834ac6 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873f-1/markers.json @@ -0,0 +1,430 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 240 + ], + "peak": [ + 8, + 231 + ], + "area_cells": 15936 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 440 + ], + "peak": [ + 46, + 443 + ], + "area_cells": 199 + }, + { + "id": "range_3", + "name": null, + "center": [ + 47, + 108 + ], + "peak": [ + 48, + 113 + ], + "area_cells": 281 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 137 + ], + "peak": [ + 52, + 139 + ], + "area_cells": 69 + }, + { + "id": "range_11", + "name": null, + "center": [ + 62, + 215 + ], + "peak": [ + 63, + 215 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 69, + 141 + ], + "peak": [ + 68, + 141 + ], + "area_cells": 47 + }, + { + "id": "range_13", + "name": null, + "center": [ + 91, + 445 + ], + "peak": [ + 94, + 449 + ], + "area_cells": 871 + }, + { + "id": "range_14", + "name": null, + "center": [ + 76, + 481 + ], + "peak": [ + 77, + 483 + ], + "area_cells": 163 + }, + { + "id": "range_16", + "name": null, + "center": [ + 80, + 115 + ], + "peak": [ + 81, + 114 + ], + "area_cells": 161 + }, + { + "id": "range_17", + "name": null, + "center": [ + 80, + 505 + ], + "peak": [ + 79, + 506 + ], + "area_cells": 106 + }, + { + "id": "range_22", + "name": null, + "center": [ + 82, + 247 + ], + "peak": [ + 82, + 247 + ], + "area_cells": 21 + }, + { + "id": "range_23", + "name": null, + "center": [ + 85, + 146 + ], + "peak": [ + 86, + 147 + ], + "area_cells": 92 + }, + { + "id": "range_24", + "name": null, + "center": [ + 86, + 213 + ], + "peak": [ + 87, + 213 + ], + "area_cells": 31 + }, + { + "id": "range_25", + "name": null, + "center": [ + 98, + 40 + ], + "peak": [ + 107, + 33 + ], + "area_cells": 273 + }, + { + "id": "range_27", + "name": null, + "center": [ + 94, + 164 + ], + "peak": [ + 96, + 165 + ], + "area_cells": 82 + }, + { + "id": "range_28", + "name": null, + "center": [ + 102, + 3 + ], + "peak": [ + 102, + 0 + ], + "area_cells": 39 + }, + { + "id": "range_30", + "name": null, + "center": [ + 109, + 88 + ], + "peak": [ + 109, + 89 + ], + "area_cells": 48 + }, + { + "id": "range_31", + "name": null, + "center": [ + 117, + 337 + ], + "peak": [ + 121, + 338 + ], + "area_cells": 50 + }, + { + "id": "range_32", + "name": null, + "center": [ + 119, + 499 + ], + "peak": [ + 118, + 511 + ], + "area_cells": 245 + }, + { + "id": "range_33", + "name": null, + "center": [ + 118, + 5 + ], + "peak": [ + 118, + 0 + ], + "area_cells": 105 + }, + { + "id": "range_34", + "name": null, + "center": [ + 121, + 417 + ], + "peak": [ + 121, + 419 + ], + "area_cells": 102 + }, + { + "id": "range_35", + "name": null, + "center": [ + 130, + 395 + ], + "peak": [ + 125, + 397 + ], + "area_cells": 395 + }, + { + "id": "range_37", + "name": null, + "center": [ + 137, + 357 + ], + "peak": [ + 151, + 351 + ], + "area_cells": 473 + }, + { + "id": "range_38", + "name": null, + "center": [ + 131, + 123 + ], + "peak": [ + 137, + 112 + ], + "area_cells": 243 + }, + { + "id": "range_39", + "name": null, + "center": [ + 132, + 435 + ], + "peak": [ + 133, + 438 + ], + "area_cells": 81 + }, + { + "id": "range_40", + "name": null, + "center": [ + 132, + 94 + ], + "peak": [ + 132, + 93 + ], + "area_cells": 48 + }, + { + "id": "range_41", + "name": null, + "center": [ + 145, + 302 + ], + "peak": [ + 147, + 302 + ], + "area_cells": 219 + }, + { + "id": "range_43", + "name": null, + "center": [ + 148, + 59 + ], + "peak": [ + 148, + 59 + ], + "area_cells": 95 + }, + { + "id": "range_44", + "name": null, + "center": [ + 156, + 14 + ], + "peak": [ + 155, + 15 + ], + "area_cells": 114 + }, + { + "id": "range_46", + "name": null, + "center": [ + 162, + 416 + ], + "peak": [ + 164, + 417 + ], + "area_cells": 90 + }, + { + "id": "range_50", + "name": null, + "center": [ + 251, + 503 + ], + "peak": [ + 254, + 500 + ], + "area_cells": 106 + }, + { + "id": "range_53", + "name": null, + "center": [ + 252, + 8 + ], + "peak": [ + 255, + 0 + ], + "area_cells": 117 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-2/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873f-2/globe.png new file mode 100644 index 000000000..09f868ebe Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873f-2/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-2/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873f-2/heightmap.png new file mode 100644 index 000000000..de6f4085d Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-2/index.md b/wiki/star-systems/GJ-873/bodies/GJ873f-2/index.md new file mode 100644 index 000000000..7faba906c --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ873f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1062689951 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 16.4 +physical: + gravity_g: 0.03 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.791 + polar_ice_lat: 0.075 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.438 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ873f-2 + +Frozen moon. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f-2/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873f-2/markers.json new file mode 100644 index 000000000..0f7342173 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873f-2/markers.json @@ -0,0 +1,237 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 72, + 138 + ], + "area_fraction": 0.1474 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 478 + ], + "area_fraction": 0.0138 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 61, + 460 + ], + "area_fraction": 0.007 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 89, + 356 + ], + "area_fraction": 0.0188 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 7, + 348 + ], + "peak": [ + 0, + 349 + ], + "area_cells": 36 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 360 + ], + "peak": [ + 8, + 355 + ], + "area_cells": 264 + }, + { + "id": "range_5", + "name": null, + "center": [ + 135, + 252 + ], + "peak": [ + 135, + 252 + ], + "area_cells": 33 + }, + { + "id": "range_6", + "name": null, + "center": [ + 179, + 209 + ], + "peak": [ + 183, + 134 + ], + "area_cells": 5360 + }, + { + "id": "range_8", + "name": null, + "center": [ + 141, + 446 + ], + "peak": [ + 143, + 447 + ], + "area_cells": 34 + }, + { + "id": "range_10", + "name": null, + "center": [ + 164, + 184 + ], + "peak": [ + 164, + 188 + ], + "area_cells": 61 + }, + { + "id": "range_11", + "name": null, + "center": [ + 186, + 53 + ], + "peak": [ + 186, + 58 + ], + "area_cells": 92 + }, + { + "id": "range_12", + "name": null, + "center": [ + 196, + 484 + ], + "peak": [ + 195, + 488 + ], + "area_cells": 31 + }, + { + "id": "range_13", + "name": null, + "center": [ + 225, + 500 + ], + "peak": [ + 241, + 506 + ], + "area_cells": 720 + }, + { + "id": "range_14", + "name": null, + "center": [ + 239, + 15 + ], + "peak": [ + 241, + 3 + ], + "area_cells": 949 + }, + { + "id": "range_15", + "name": null, + "center": [ + 218, + 153 + ], + "peak": [ + 219, + 152 + ], + "area_cells": 26 + }, + { + "id": "range_17", + "name": null, + "center": [ + 247, + 227 + ], + "peak": [ + 255, + 360 + ], + "area_cells": 4293 + }, + { + "id": "range_20", + "name": null, + "center": [ + 238, + 194 + ], + "peak": [ + 239, + 194 + ], + "area_cells": 31 + }, + { + "id": "range_23", + "name": null, + "center": [ + 251, + 434 + ], + "peak": [ + 251, + 432 + ], + "area_cells": 101 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873f/globe.png new file mode 100644 index 000000000..672a2344b Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873f/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873f/index.md b/wiki/star-systems/GJ-873/bodies/GJ873f/index.md new file mode 100644 index 000000000..5e125a471 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ873f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3716201485 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.743 + period_days: 350.0 + axial_tilt_deg: 13.1 +physical: + gravity_g: null + oblateness: 0.0871 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.123 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 1 + storm_max_size: 0.126 +--- + +# GJ873f + +Gas giant. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873g/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873g/globe.png new file mode 100644 index 000000000..5693b42c4 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873g/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873g/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873g/heightmap.png new file mode 100644 index 000000000..1cb0b2240 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873g/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873g/index.md b/wiki/star-systems/GJ-873/bodies/GJ873g/index.md new file mode 100644 index 000000000..ec21acc9c --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ873g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3544369586 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.961 + period_days: 1500.0 + axial_tilt_deg: 58.6 +physical: + gravity_g: 0.11 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.798 + polar_ice_lat: 0.15 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.261 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ873g + +Frozen planet. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 1500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873g/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873g/markers.json new file mode 100644 index 000000000..95e7fb4b9 --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873g/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 134 + ], + "area_fraction": 0.016 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 98, + 231 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 152, + 267 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_56", + "name": null, + "kind": "sea", + "center": [ + 219, + 287 + ], + "area_fraction": 0.0639 + }, + { + "id": "water_62", + "name": null, + "kind": "lake", + "center": [ + 217, + 470 + ], + "area_fraction": 0.0124 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 29 + ], + "peak": [ + 14, + 0 + ], + "area_cells": 2342 + }, + { + "id": "range_2", + "name": null, + "center": [ + 3, + 236 + ], + "peak": [ + 0, + 235 + ], + "area_cells": 139 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 404 + ], + "peak": [ + 11, + 495 + ], + "area_cells": 8927 + }, + { + "id": "range_5", + "name": null, + "center": [ + 63, + 369 + ], + "peak": [ + 64, + 369 + ], + "area_cells": 49 + }, + { + "id": "range_6", + "name": null, + "center": [ + 129, + 375 + ], + "peak": [ + 141, + 369 + ], + "area_cells": 2316 + }, + { + "id": "range_7", + "name": null, + "center": [ + 165, + 485 + ], + "peak": [ + 166, + 486 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 198, + 196 + ], + "peak": [ + 200, + 196 + ], + "area_cells": 83 + }, + { + "id": "range_9", + "name": null, + "center": [ + 247, + 74 + ], + "peak": [ + 254, + 42 + ], + "area_cells": 882 + }, + { + "id": "range_10", + "name": null, + "center": [ + 248, + 304 + ], + "peak": [ + 253, + 310 + ], + "area_cells": 239 + }, + { + "id": "range_12", + "name": null, + "center": [ + 252, + 424 + ], + "peak": [ + 254, + 425 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-873/bodies/GJ873h/globe.png b/wiki/star-systems/GJ-873/bodies/GJ873h/globe.png new file mode 100644 index 000000000..82b9423d5 Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873h/globe.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873h/heightmap.png b/wiki/star-systems/GJ-873/bodies/GJ873h/heightmap.png new file mode 100644 index 000000000..71d632cbd Binary files /dev/null and b/wiki/star-systems/GJ-873/bodies/GJ873h/heightmap.png differ diff --git a/wiki/star-systems/GJ-873/bodies/GJ873h/index.md b/wiki/star-systems/GJ-873/bodies/GJ873h/index.md new file mode 100644 index 000000000..a2d982a7a --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ873h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3335916234 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.09 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.778 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ873h + +Frozen planet. + +**System:** [GJ-873](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.09g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-873/bodies/GJ873h/markers.json b/wiki/star-systems/GJ-873/bodies/GJ873h/markers.json new file mode 100644 index 000000000..e27a0147a --- /dev/null +++ b/wiki/star-systems/GJ-873/bodies/GJ873h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 153, + 360 + ], + "area_fraction": 0.0073 + }, + { + "id": "water_20", + "name": null, + "kind": "ocean", + "center": [ + 203, + 284 + ], + "area_fraction": 0.1692 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 218, + 24 + ], + "area_fraction": 0.0192 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 2, + 330 + ], + "peak": [ + 2, + 330 + ], + "area_cells": 49 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 480 + ], + "peak": [ + 40, + 511 + ], + "area_cells": 1272 + }, + { + "id": "range_8", + "name": null, + "center": [ + 31, + 145 + ], + "peak": [ + 33, + 148 + ], + "area_cells": 353 + }, + { + "id": "range_9", + "name": null, + "center": [ + 38, + 26 + ], + "peak": [ + 39, + 25 + ], + "area_cells": 1008 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 60 + ], + "peak": [ + 94, + 95 + ], + "area_cells": 5960 + }, + { + "id": "range_11", + "name": null, + "center": [ + 107, + 477 + ], + "peak": [ + 109, + 510 + ], + "area_cells": 1545 + }, + { + "id": "range_12", + "name": null, + "center": [ + 102, + 147 + ], + "peak": [ + 101, + 148 + ], + "area_cells": 62 + }, + { + "id": "range_13", + "name": null, + "center": [ + 130, + 64 + ], + "peak": [ + 130, + 67 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ875b/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875b/globe.png new file mode 100644 index 000000000..adcb4e2cf Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875b/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875b/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875b/heightmap.png new file mode 100644 index 000000000..ad3d427a4 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875b/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875b/index.md b/wiki/star-systems/GJ-875/bodies/GJ875b/index.md new file mode 100644 index 000000000..ae438e71b --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ875b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 182036863 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.125 + period_days: 18.0 + axial_tilt_deg: 18.6 +physical: + gravity_g: 0.4 + oblateness: 0.0 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.914 + polar_ice_lat: 0.931 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875b + +Barren planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.4g | +| **Land** | 91% | +| **Year** | 18 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875b/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875b/markers.json new file mode 100644 index 000000000..e36ce379e --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875b/markers.json @@ -0,0 +1,386 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 20, + 117 + ], + "area_fraction": 0.0284 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 84, + 494 + ], + "area_fraction": 0.0059 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 50, + 331 + ], + "peak": [ + 50, + 333 + ], + "area_cells": 40 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 373 + ], + "peak": [ + 58, + 373 + ], + "area_cells": 27 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 355 + ], + "peak": [ + 64, + 355 + ], + "area_cells": 32 + }, + { + "id": "range_5", + "name": null, + "center": [ + 61, + 494 + ], + "peak": [ + 62, + 494 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 274 + ], + "peak": [ + 85, + 274 + ], + "area_cells": 95 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 53 + ], + "peak": [ + 131, + 38 + ], + "area_cells": 1837 + }, + { + "id": "range_9", + "name": null, + "center": [ + 92, + 382 + ], + "peak": [ + 92, + 382 + ], + "area_cells": 56 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 130 + ], + "peak": [ + 107, + 132 + ], + "area_cells": 486 + }, + { + "id": "range_13", + "name": null, + "center": [ + 100, + 401 + ], + "peak": [ + 101, + 401 + ], + "area_cells": 28 + }, + { + "id": "range_14", + "name": null, + "center": [ + 114, + 228 + ], + "peak": [ + 115, + 232 + ], + "area_cells": 296 + }, + { + "id": "range_17", + "name": null, + "center": [ + 131, + 262 + ], + "peak": [ + 143, + 259 + ], + "area_cells": 493 + }, + { + "id": "range_18", + "name": null, + "center": [ + 119, + 484 + ], + "peak": [ + 121, + 488 + ], + "area_cells": 137 + }, + { + "id": "range_19", + "name": null, + "center": [ + 116, + 432 + ], + "peak": [ + 116, + 433 + ], + "area_cells": 45 + }, + { + "id": "range_20", + "name": null, + "center": [ + 130, + 409 + ], + "peak": [ + 133, + 416 + ], + "area_cells": 364 + }, + { + "id": "range_21", + "name": null, + "center": [ + 129, + 170 + ], + "peak": [ + 131, + 170 + ], + "area_cells": 227 + }, + { + "id": "range_22", + "name": null, + "center": [ + 122, + 196 + ], + "peak": [ + 122, + 196 + ], + "area_cells": 72 + }, + { + "id": "range_23", + "name": null, + "center": [ + 202, + 339 + ], + "peak": [ + 227, + 346 + ], + "area_cells": 12188 + }, + { + "id": "range_24", + "name": null, + "center": [ + 134, + 446 + ], + "peak": [ + 134, + 442 + ], + "area_cells": 366 + }, + { + "id": "range_25", + "name": null, + "center": [ + 138, + 289 + ], + "peak": [ + 136, + 290 + ], + "area_cells": 43 + }, + { + "id": "range_27", + "name": null, + "center": [ + 149, + 214 + ], + "peak": [ + 151, + 214 + ], + "area_cells": 141 + }, + { + "id": "range_28", + "name": null, + "center": [ + 157, + 500 + ], + "peak": [ + 170, + 511 + ], + "area_cells": 237 + }, + { + "id": "range_30", + "name": null, + "center": [ + 201, + 17 + ], + "peak": [ + 190, + 23 + ], + "area_cells": 727 + }, + { + "id": "range_31", + "name": null, + "center": [ + 206, + 189 + ], + "peak": [ + 216, + 169 + ], + "area_cells": 1411 + }, + { + "id": "range_32", + "name": null, + "center": [ + 188, + 57 + ], + "peak": [ + 189, + 47 + ], + "area_cells": 340 + }, + { + "id": "range_38", + "name": null, + "center": [ + 224, + 5 + ], + "peak": [ + 221, + 3 + ], + "area_cells": 237 + }, + { + "id": "range_39", + "name": null, + "center": [ + 207, + 209 + ], + "peak": [ + 207, + 206 + ], + "area_cells": 37 + }, + { + "id": "range_45", + "name": null, + "center": [ + 233, + 152 + ], + "peak": [ + 235, + 151 + ], + "area_cells": 80 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-875/bodies/GJ875c/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875c/globe.png new file mode 100644 index 000000000..139393ff2 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875c/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875c/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875c/heightmap.png new file mode 100644 index 000000000..87e29ba4b Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875c/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875c/index.md b/wiki/star-systems/GJ-875/bodies/GJ875c/index.md new file mode 100644 index 000000000..5d6e9295e --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ875c +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 211288017 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 15.9 +physical: + gravity_g: 0.72 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.94 + polar_ice_lat: 0.447 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.218 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875c + +Cold Arid planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 140 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875c/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875c/markers.json new file mode 100644 index 000000000..085eba1f6 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875c/markers.json @@ -0,0 +1,706 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 165, + 109 + ], + [ + 166, + 109 + ], + [ + 167, + 110 + ], + [ + 168, + 111 + ], + [ + 169, + 111 + ], + [ + 170, + 111 + ], + [ + 171, + 112 + ], + [ + 172, + 112 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 127, + 501 + ], + [ + 126, + 502 + ], + [ + 125, + 503 + ], + [ + 124, + 504 + ], + [ + 124, + 503 + ], + [ + 123, + 502 + ], + [ + 122, + 502 + ], + [ + 121, + 502 + ], + [ + 120, + 501 + ], + [ + 119, + 502 + ], + [ + 118, + 502 + ], + [ + 117, + 502 + ], + [ + 116, + 503 + ], + [ + 116, + 504 + ], + [ + 115, + 505 + ], + [ + 115, + 506 + ], + [ + 114, + 507 + ], + [ + 115, + 508 + ], + [ + 116, + 509 + ], + [ + 115, + 510 + ], + [ + 116, + 511 + ], + [ + 116, + 0 + ], + [ + 116, + 1 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 148, + 0 + ], + [ + 148, + 1 + ], + [ + 149, + 2 + ], + [ + 149, + 3 + ], + [ + 150, + 4 + ], + [ + 151, + 4 + ], + [ + 152, + 3 + ], + [ + 151, + 2 + ], + [ + 150, + 3 + ], + [ + 151, + 3 + ], + [ + 152, + 2 + ], + [ + 153, + 3 + ], + [ + 154, + 3 + ], + [ + 155, + 3 + ], + [ + 156, + 2 + ], + [ + 155, + 1 + ], + [ + 156, + 1 + ], + [ + 155, + 0 + ], + [ + 156, + 0 + ], + [ + 157, + 1 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 190, + 42 + ], + [ + 189, + 43 + ], + [ + 188, + 44 + ], + [ + 187, + 45 + ], + [ + 186, + 46 + ], + [ + 185, + 47 + ], + [ + 184, + 48 + ], + [ + 183, + 49 + ], + [ + 182, + 50 + ], + [ + 181, + 51 + ], + [ + 180, + 52 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 254, + 264 + ], + [ + 255, + 265 + ], + [ + 255, + 264 + ], + [ + 254, + 265 + ], + [ + 253, + 266 + ], + [ + 252, + 267 + ], + [ + 252, + 266 + ], + [ + 253, + 265 + ], + [ + 252, + 264 + ], + [ + 251, + 263 + ], + [ + 250, + 263 + ], + [ + 249, + 263 + ], + [ + 248, + 263 + ], + [ + 247, + 263 + ], + [ + 247, + 264 + ], + [ + 246, + 263 + ], + [ + 245, + 264 + ], + [ + 245, + 263 + ], + [ + 244, + 262 + ], + [ + 244, + 261 + ], + [ + 243, + 261 + ], + [ + 242, + 261 + ], + [ + 241, + 261 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 250, + 170 + ], + [ + 250, + 171 + ], + [ + 249, + 171 + ], + [ + 248, + 172 + ], + [ + 247, + 173 + ], + [ + 246, + 172 + ], + [ + 245, + 173 + ], + [ + 244, + 173 + ], + [ + 243, + 174 + ], + [ + 242, + 173 + ], + [ + 241, + 174 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 165, + 115 + ], + [ + 166, + 114 + ], + [ + 167, + 113 + ], + [ + 168, + 112 + ], + [ + 169, + 113 + ], + [ + 170, + 113 + ], + [ + 171, + 112 + ], + [ + 172, + 111 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 255, + 138 + ], + [ + 254, + 139 + ], + [ + 253, + 140 + ], + [ + 252, + 140 + ], + [ + 251, + 139 + ], + [ + 250, + 139 + ], + [ + 249, + 138 + ], + [ + 248, + 137 + ], + [ + 247, + 138 + ], + [ + 246, + 137 + ], + [ + 246, + 136 + ], + [ + 245, + 137 + ], + [ + 245, + 138 + ], + [ + 244, + 138 + ], + [ + 243, + 137 + ], + [ + 242, + 137 + ], + [ + 241, + 136 + ], + [ + 240, + 137 + ], + [ + 239, + 137 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 183, + 220 + ], + [ + 183, + 221 + ], + [ + 183, + 222 + ], + [ + 183, + 223 + ], + [ + 182, + 224 + ], + [ + 183, + 225 + ], + [ + 183, + 226 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 242, + 309 + ], + [ + 241, + 309 + ], + [ + 240, + 308 + ], + [ + 239, + 309 + ], + [ + 238, + 309 + ], + [ + 237, + 308 + ], + [ + 236, + 307 + ], + [ + 235, + 308 + ], + [ + 234, + 309 + ], + [ + 233, + 310 + ], + [ + 232, + 309 + ], + [ + 233, + 308 + ], + [ + 232, + 307 + ], + [ + 232, + 308 + ], + [ + 231, + 309 + ], + [ + 231, + 308 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 215, + 224 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 225, + 95 + ], + "area_fraction": 0.0252 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 49, + 80 + ], + "peak": [ + 69, + 93 + ], + "area_cells": 9119 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 494 + ], + "peak": [ + 56, + 511 + ], + "area_cells": 1599 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-875/bodies/GJ875d/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875d/globe.png new file mode 100644 index 000000000..bfe0f52d1 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875d/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875d/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875d/heightmap.png new file mode 100644 index 000000000..887a7d861 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875d/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875d/index.md b/wiki/star-systems/GJ-875/bodies/GJ875d/index.md new file mode 100644 index 000000000..f546d1a88 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ875d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 646121106 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 56.1 +physical: + gravity_g: 0.5 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.968 + polar_ice_lat: 0.148 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.314 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875d + +Frozen planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.5g | +| **Land** | 97% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875d/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875d/markers.json new file mode 100644 index 000000000..c91bfcdbd --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875d/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 224, + 162 + ], + "area_fraction": 0.0269 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 493 + ], + "peak": [ + 4, + 493 + ], + "area_cells": 32 + }, + { + "id": "range_3", + "name": null, + "center": [ + 28, + 164 + ], + "peak": [ + 24, + 166 + ], + "area_cells": 122 + }, + { + "id": "range_4", + "name": null, + "center": [ + 34, + 206 + ], + "peak": [ + 33, + 206 + ], + "area_cells": 219 + }, + { + "id": "range_5", + "name": null, + "center": [ + 28, + 478 + ], + "peak": [ + 29, + 479 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 113, + 382 + ], + "peak": [ + 66, + 424 + ], + "area_cells": 17123 + }, + { + "id": "range_7", + "name": null, + "center": [ + 45, + 401 + ], + "peak": [ + 45, + 402 + ], + "area_cells": 57 + }, + { + "id": "range_8", + "name": null, + "center": [ + 65, + 165 + ], + "peak": [ + 68, + 133 + ], + "area_cells": 2022 + }, + { + "id": "range_11", + "name": null, + "center": [ + 134, + 137 + ], + "peak": [ + 132, + 120 + ], + "area_cells": 2434 + }, + { + "id": "range_12", + "name": null, + "center": [ + 125, + 193 + ], + "peak": [ + 123, + 200 + ], + "area_cells": 203 + }, + { + "id": "range_14", + "name": null, + "center": [ + 171, + 119 + ], + "peak": [ + 171, + 122 + ], + "area_cells": 269 + }, + { + "id": "range_15", + "name": null, + "center": [ + 182, + 190 + ], + "peak": [ + 182, + 191 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-875/bodies/GJ875e/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875e/globe.png new file mode 100644 index 000000000..2d4615a71 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875e/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875e/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875e/heightmap.png new file mode 100644 index 000000000..f52b02991 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875e/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875e/index.md b/wiki/star-systems/GJ-875/bodies/GJ875e/index.md new file mode 100644 index 000000000..71910cb0c --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ875e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2129605405 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.048 + period_days: 1200.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.4 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.806 + polar_ice_lat: 0.176 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.33 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875e + +Frozen planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 1200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875e/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875e/markers.json new file mode 100644 index 000000000..3114e8315 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875e/markers.json @@ -0,0 +1,166 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 11, + 220 + ], + "area_fraction": 0.0497 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 7, + 473 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 115, + 121 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 150, + 317 + ], + "area_fraction": 0.0428 + }, + { + "id": "water_56", + "name": null, + "kind": "sea", + "center": [ + 239, + 46 + ], + "area_fraction": 0.0214 + }, + { + "id": "water_58", + "name": null, + "kind": "lake", + "center": [ + 239, + 488 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 459 + ], + "peak": [ + 91, + 436 + ], + "area_cells": 4851 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 38 + ], + "peak": [ + 68, + 11 + ], + "area_cells": 2206 + }, + { + "id": "range_3", + "name": null, + "center": [ + 83, + 195 + ], + "peak": [ + 93, + 199 + ], + "area_cells": 1316 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 219 + ], + "peak": [ + 65, + 220 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 79, + 262 + ], + "peak": [ + 80, + 262 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 348 + ], + "peak": [ + 79, + 349 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 315 + ], + "peak": [ + 90, + 324 + ], + "area_cells": 330 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-875/bodies/GJ875f/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875f/globe.png new file mode 100644 index 000000000..7f46dfe26 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875f/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875f/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875f/heightmap.png new file mode 100644 index 000000000..88a602d41 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875f/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875f/index.md b/wiki/star-systems/GJ-875/bodies/GJ875f/index.md new file mode 100644 index 000000000..68984219d --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ875f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3330084164 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.1 + period_days: 3400.0 + axial_tilt_deg: 51.1 +physical: + gravity_g: 0.3 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.833 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.204 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875f + +Frozen planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 3400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875f/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875f/markers.json new file mode 100644 index 000000000..20bcd3c27 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875f/markers.json @@ -0,0 +1,195 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 36 + ], + "area_fraction": 0.0255 + }, + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 64, + 306 + ], + "area_fraction": 0.1019 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 33, + 498 + ], + "area_fraction": 0.0088 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 24, + 426 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 102, + 223 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 106, + 31 + ], + "peak": [ + 105, + 38 + ], + "area_cells": 267 + }, + { + "id": "range_3", + "name": null, + "center": [ + 210, + 79 + ], + "peak": [ + 212, + 135 + ], + "area_cells": 11761 + }, + { + "id": "range_4", + "name": null, + "center": [ + 202, + 484 + ], + "peak": [ + 183, + 499 + ], + "area_cells": 4276 + }, + { + "id": "range_5", + "name": null, + "center": [ + 155, + 458 + ], + "peak": [ + 158, + 456 + ], + "area_cells": 113 + }, + { + "id": "range_8", + "name": null, + "center": [ + 218, + 263 + ], + "peak": [ + 214, + 273 + ], + "area_cells": 858 + }, + { + "id": "range_9", + "name": null, + "center": [ + 215, + 301 + ], + "peak": [ + 214, + 305 + ], + "area_cells": 84 + }, + { + "id": "range_12", + "name": null, + "center": [ + 240, + 342 + ], + "peak": [ + 236, + 347 + ], + "area_cells": 154 + }, + { + "id": "range_13", + "name": null, + "center": [ + 231, + 361 + ], + "peak": [ + 231, + 362 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 249, + 208 + ], + "peak": [ + 253, + 204 + ], + "area_cells": 163 + }, + { + "id": "range_17", + "name": null, + "center": [ + 253, + 13 + ], + "peak": [ + 255, + 13 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-875/bodies/GJ875g/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875g/globe.png new file mode 100644 index 000000000..af0740225 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875g/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875g/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875g/heightmap.png new file mode 100644 index 000000000..9b87b73fd Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875g/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875g/index.md b/wiki/star-systems/GJ-875/bodies/GJ875g/index.md new file mode 100644 index 000000000..c38cd2d37 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ875g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 373594214 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.729 + period_days: 8800.0 + axial_tilt_deg: 45.0 +physical: + gravity_g: 0.11 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.876 + polar_ice_lat: 0.147 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.366 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875g + +Frozen planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 8800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875g/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875g/markers.json new file mode 100644 index 000000000..6ef1037bf --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875g/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 95 + ], + "area_fraction": 0.0141 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 405 + ], + "area_fraction": 0.068 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 55, + 332 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 90, + 293 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 112, + 66 + ], + "area_fraction": 0.008 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 136, + 420 + ], + "peak": [ + 137, + 421 + ], + "area_cells": 200 + }, + { + "id": "range_2", + "name": null, + "center": [ + 202, + 320 + ], + "peak": [ + 188, + 281 + ], + "area_cells": 30655 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 382 + ], + "peak": [ + 156, + 383 + ], + "area_cells": 76 + }, + { + "id": "range_7", + "name": null, + "center": [ + 159, + 11 + ], + "peak": [ + 161, + 9 + ], + "area_cells": 178 + }, + { + "id": "range_10", + "name": null, + "center": [ + 247, + 6 + ], + "peak": [ + 248, + 13 + ], + "area_cells": 142 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-875/bodies/GJ875h/globe.png b/wiki/star-systems/GJ-875/bodies/GJ875h/globe.png new file mode 100644 index 000000000..ae0f61fa2 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875h/globe.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875h/heightmap.png b/wiki/star-systems/GJ-875/bodies/GJ875h/heightmap.png new file mode 100644 index 000000000..c096badc8 Binary files /dev/null and b/wiki/star-systems/GJ-875/bodies/GJ875h/heightmap.png differ diff --git a/wiki/star-systems/GJ-875/bodies/GJ875h/index.md b/wiki/star-systems/GJ-875/bodies/GJ875h/index.md new file mode 100644 index 000000000..6403adad6 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ875h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2495044389 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 14.236 + period_days: 22000.0 + axial_tilt_deg: 23.4 +physical: + gravity_g: 0.07 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.899 + polar_ice_lat: 0.098 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.328 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ875h + +Frozen planet. + +**System:** [GJ-875](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.07g | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 22000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-875/bodies/GJ875h/markers.json b/wiki/star-systems/GJ-875/bodies/GJ875h/markers.json new file mode 100644 index 000000000..7d0397a30 --- /dev/null +++ b/wiki/star-systems/GJ-875/bodies/GJ875h/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 235, + 178 + ], + "area_fraction": 0.0878 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 113 + ], + "peak": [ + 121, + 124 + ], + "area_cells": 14734 + }, + { + "id": "range_2", + "name": null, + "center": [ + 129, + 450 + ], + "peak": [ + 117, + 482 + ], + "area_cells": 5724 + }, + { + "id": "range_3", + "name": null, + "center": [ + 121, + 306 + ], + "peak": [ + 120, + 311 + ], + "area_cells": 106 + }, + { + "id": "range_6", + "name": null, + "center": [ + 167, + 467 + ], + "peak": [ + 166, + 467 + ], + "area_cells": 85 + }, + { + "id": "range_7", + "name": null, + "center": [ + 178, + 496 + ], + "peak": [ + 181, + 508 + ], + "area_cells": 235 + }, + { + "id": "range_9", + "name": null, + "center": [ + 181, + 24 + ], + "peak": [ + 179, + 29 + ], + "area_cells": 76 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ876b/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876b/globe.png new file mode 100644 index 000000000..fc7c9f0eb Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876b/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876b/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876b/heightmap.png new file mode 100644 index 000000000..7cab67ea4 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876b/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876b/index.md b/wiki/star-systems/GJ-876/bodies/GJ876b/index.md new file mode 100644 index 000000000..59a3e4481 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ876b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2120285023 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.031 + period_days: 3.0 + axial_tilt_deg: 0.4 +physical: + gravity_g: 0.28 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.988 + polar_ice_lat: 0.986 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.023 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876b + +Barren planet. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 99% | +| **Year** | 3 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876b/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876b/markers.json new file mode 100644 index 000000000..78cc7f536 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876b/markers.json @@ -0,0 +1,534 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 238 + ], + "peak": [ + 6, + 237 + ], + "area_cells": 34 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 242 + ], + "peak": [ + 34, + 238 + ], + "area_cells": 90 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 269 + ], + "peak": [ + 21, + 268 + ], + "area_cells": 22 + }, + { + "id": "range_6", + "name": null, + "center": [ + 26, + 284 + ], + "peak": [ + 23, + 283 + ], + "area_cells": 43 + }, + { + "id": "range_8", + "name": null, + "center": [ + 26, + 230 + ], + "peak": [ + 27, + 231 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 78, + 489 + ], + "peak": [ + 107, + 500 + ], + "area_cells": 2356 + }, + { + "id": "range_11", + "name": null, + "center": [ + 51, + 439 + ], + "peak": [ + 38, + 449 + ], + "area_cells": 215 + }, + { + "id": "range_16", + "name": null, + "center": [ + 46, + 9 + ], + "peak": [ + 47, + 12 + ], + "area_cells": 178 + }, + { + "id": "range_18", + "name": null, + "center": [ + 57, + 295 + ], + "peak": [ + 59, + 294 + ], + "area_cells": 337 + }, + { + "id": "range_19", + "name": null, + "center": [ + 67, + 328 + ], + "peak": [ + 73, + 331 + ], + "area_cells": 227 + }, + { + "id": "range_20", + "name": null, + "center": [ + 68, + 363 + ], + "peak": [ + 69, + 352 + ], + "area_cells": 588 + }, + { + "id": "range_22", + "name": null, + "center": [ + 58, + 406 + ], + "peak": [ + 55, + 408 + ], + "area_cells": 36 + }, + { + "id": "range_24", + "name": null, + "center": [ + 174, + 70 + ], + "peak": [ + 167, + 97 + ], + "area_cells": 11037 + }, + { + "id": "range_26", + "name": null, + "center": [ + 80, + 260 + ], + "peak": [ + 68, + 260 + ], + "area_cells": 248 + }, + { + "id": "range_27", + "name": null, + "center": [ + 66, + 219 + ], + "peak": [ + 67, + 217 + ], + "area_cells": 35 + }, + { + "id": "range_28", + "name": null, + "center": [ + 71, + 125 + ], + "peak": [ + 71, + 126 + ], + "area_cells": 36 + }, + { + "id": "range_31", + "name": null, + "center": [ + 92, + 452 + ], + "peak": [ + 95, + 460 + ], + "area_cells": 565 + }, + { + "id": "range_32", + "name": null, + "center": [ + 91, + 378 + ], + "peak": [ + 92, + 381 + ], + "area_cells": 95 + }, + { + "id": "range_33", + "name": null, + "center": [ + 95, + 296 + ], + "peak": [ + 92, + 300 + ], + "area_cells": 489 + }, + { + "id": "range_34", + "name": null, + "center": [ + 102, + 56 + ], + "peak": [ + 103, + 57 + ], + "area_cells": 28 + }, + { + "id": "range_36", + "name": null, + "center": [ + 122, + 445 + ], + "peak": [ + 126, + 445 + ], + "area_cells": 250 + }, + { + "id": "range_38", + "name": null, + "center": [ + 128, + 97 + ], + "peak": [ + 127, + 98 + ], + "area_cells": 91 + }, + { + "id": "range_40", + "name": null, + "center": [ + 165, + 478 + ], + "peak": [ + 149, + 468 + ], + "area_cells": 3597 + }, + { + "id": "range_44", + "name": null, + "center": [ + 147, + 136 + ], + "peak": [ + 145, + 137 + ], + "area_cells": 77 + }, + { + "id": "range_46", + "name": null, + "center": [ + 170, + 267 + ], + "peak": [ + 157, + 256 + ], + "area_cells": 603 + }, + { + "id": "range_47", + "name": null, + "center": [ + 152, + 332 + ], + "peak": [ + 153, + 332 + ], + "area_cells": 43 + }, + { + "id": "range_48", + "name": null, + "center": [ + 163, + 386 + ], + "peak": [ + 161, + 386 + ], + "area_cells": 155 + }, + { + "id": "range_50", + "name": null, + "center": [ + 168, + 313 + ], + "peak": [ + 167, + 317 + ], + "area_cells": 376 + }, + { + "id": "range_51", + "name": null, + "center": [ + 180, + 234 + ], + "peak": [ + 185, + 235 + ], + "area_cells": 123 + }, + { + "id": "range_53", + "name": null, + "center": [ + 177, + 295 + ], + "peak": [ + 178, + 296 + ], + "area_cells": 22 + }, + { + "id": "range_54", + "name": null, + "center": [ + 182, + 351 + ], + "peak": [ + 183, + 352 + ], + "area_cells": 83 + }, + { + "id": "range_57", + "name": null, + "center": [ + 195, + 429 + ], + "peak": [ + 190, + 421 + ], + "area_cells": 346 + }, + { + "id": "range_62", + "name": null, + "center": [ + 205, + 403 + ], + "peak": [ + 209, + 402 + ], + "area_cells": 215 + }, + { + "id": "range_64", + "name": null, + "center": [ + 218, + 241 + ], + "peak": [ + 214, + 233 + ], + "area_cells": 372 + }, + { + "id": "range_65", + "name": null, + "center": [ + 210, + 267 + ], + "peak": [ + 211, + 266 + ], + "area_cells": 116 + }, + { + "id": "range_69", + "name": null, + "center": [ + 222, + 315 + ], + "peak": [ + 221, + 313 + ], + "area_cells": 59 + }, + { + "id": "range_71", + "name": null, + "center": [ + 223, + 333 + ], + "peak": [ + 223, + 332 + ], + "area_cells": 126 + }, + { + "id": "range_73", + "name": null, + "center": [ + 228, + 51 + ], + "peak": [ + 231, + 54 + ], + "area_cells": 75 + }, + { + "id": "range_77", + "name": null, + "center": [ + 234, + 210 + ], + "peak": [ + 231, + 211 + ], + "area_cells": 28 + }, + { + "id": "range_78", + "name": null, + "center": [ + 237, + 221 + ], + "peak": [ + 234, + 220 + ], + "area_cells": 71 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876c/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876c/globe.png new file mode 100644 index 000000000..1514f45d6 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876c/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876c/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876c/heightmap.png new file mode 100644 index 000000000..10ff5c689 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876c/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876c/index.md b/wiki/star-systems/GJ-876/bodies/GJ876c/index.md new file mode 100644 index 000000000..1f8a96b8c --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ876c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 877593260 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.069 + period_days: 10.0 + axial_tilt_deg: 2.4 +physical: + gravity_g: 0.52 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.991 + polar_ice_lat: 0.952 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.009 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876c + +Barren planet. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 99% | +| **Year** | 10 days | +| **Economy** | extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876c/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876c/markers.json new file mode 100644 index 000000000..3ef484aee --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876c/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 36, + 166 + ], + "peak": [ + 41, + 170 + ], + "area_cells": 264 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 147 + ], + "peak": [ + 31, + 150 + ], + "area_cells": 119 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 101 + ], + "peak": [ + 40, + 102 + ], + "area_cells": 96 + }, + { + "id": "range_10", + "name": null, + "center": [ + 119, + 246 + ], + "peak": [ + 110, + 353 + ], + "area_cells": 10707 + }, + { + "id": "range_11", + "name": null, + "center": [ + 83, + 428 + ], + "peak": [ + 80, + 424 + ], + "area_cells": 798 + }, + { + "id": "range_13", + "name": null, + "center": [ + 72, + 343 + ], + "peak": [ + 73, + 343 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 83, + 316 + ], + "peak": [ + 81, + 315 + ], + "area_cells": 236 + }, + { + "id": "range_17", + "name": null, + "center": [ + 81, + 459 + ], + "peak": [ + 81, + 460 + ], + "area_cells": 39 + }, + { + "id": "range_19", + "name": null, + "center": [ + 97, + 207 + ], + "peak": [ + 96, + 210 + ], + "area_cells": 35 + }, + { + "id": "range_20", + "name": null, + "center": [ + 121, + 54 + ], + "peak": [ + 122, + 49 + ], + "area_cells": 200 + }, + { + "id": "range_21", + "name": null, + "center": [ + 146, + 51 + ], + "peak": [ + 145, + 48 + ], + "area_cells": 171 + }, + { + "id": "range_22", + "name": null, + "center": [ + 221, + 429 + ], + "peak": [ + 240, + 389 + ], + "area_cells": 6797 + }, + { + "id": "range_23", + "name": null, + "center": [ + 216, + 32 + ], + "peak": [ + 222, + 62 + ], + "area_cells": 3532 + }, + { + "id": "range_25", + "name": null, + "center": [ + 183, + 81 + ], + "peak": [ + 181, + 80 + ], + "area_cells": 57 + }, + { + "id": "range_31", + "name": null, + "center": [ + 227, + 443 + ], + "peak": [ + 231, + 448 + ], + "area_cells": 75 + }, + { + "id": "range_32", + "name": null, + "center": [ + 232, + 462 + ], + "peak": [ + 234, + 462 + ], + "area_cells": 32 + }, + { + "id": "range_33", + "name": null, + "center": [ + 239, + 314 + ], + "peak": [ + 240, + 310 + ], + "area_cells": 68 + }, + { + "id": "range_34", + "name": null, + "center": [ + 250, + 125 + ], + "peak": [ + 255, + 126 + ], + "area_cells": 20 + }, + { + "id": "range_40", + "name": null, + "center": [ + 252, + 167 + ], + "peak": [ + 254, + 167 + ], + "area_cells": 31 + }, + { + "id": "range_42", + "name": null, + "center": [ + 253, + 142 + ], + "peak": [ + 255, + 139 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876d/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876d/globe.png new file mode 100644 index 000000000..4853decd2 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876d/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876d/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876d/heightmap.png new file mode 100644 index 000000000..1c74070a6 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876d/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876d/index.md b/wiki/star-systems/GJ-876/bodies/GJ876d/index.md new file mode 100644 index 000000000..f3e1566f4 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ876d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2399751517 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.138 + period_days: 28.0 + axial_tilt_deg: 57.6 +physical: + gravity_g: 0.35 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.709 + polar_ice_lat: 0.117 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.267 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876d + +Frozen planet. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876d/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876d/markers.json new file mode 100644 index 000000000..50c9c21de --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876d/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 66, + 109 + ], + "area_fraction": 0.1794 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 55, + 487 + ], + "area_fraction": 0.0358 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 87, + 329 + ], + "area_fraction": 0.0651 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 158, + 263 + ], + "peak": [ + 161, + 276 + ], + "area_cells": 1312 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 213 + ], + "peak": [ + 153, + 213 + ], + "area_cells": 121 + }, + { + "id": "range_3", + "name": null, + "center": [ + 161, + 315 + ], + "peak": [ + 167, + 318 + ], + "area_cells": 233 + }, + { + "id": "range_4", + "name": null, + "center": [ + 160, + 116 + ], + "peak": [ + 161, + 116 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 180, + 490 + ], + "peak": [ + 179, + 489 + ], + "area_cells": 161 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876e/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876e/globe.png new file mode 100644 index 000000000..95ee397f4 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876e/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876e/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876e/heightmap.png new file mode 100644 index 000000000..f7b58f8fc Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876e/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876e/index.md b/wiki/star-systems/GJ-876/bodies/GJ876e/index.md new file mode 100644 index 000000000..dd3770c61 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ876e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1376901721 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.278 + period_days: 80.0 + axial_tilt_deg: 39.2 +physical: + gravity_g: 0.28 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.729 + polar_ice_lat: 0.236 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876e + +Frozen planet. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 80 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876e/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876e/markers.json new file mode 100644 index 000000000..0aa0f2594 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876e/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 33, + 238 + ], + "area_fraction": 0.2525 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 87, + 157 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 105, + 500 + ], + "peak": [ + 106, + 501 + ], + "area_cells": 31 + }, + { + "id": "range_2", + "name": null, + "center": [ + 190, + 356 + ], + "peak": [ + 185, + 375 + ], + "area_cells": 19949 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 490 + ], + "peak": [ + 129, + 497 + ], + "area_cells": 178 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 457 + ], + "peak": [ + 138, + 460 + ], + "area_cells": 126 + }, + { + "id": "range_6", + "name": null, + "center": [ + 139, + 3 + ], + "peak": [ + 139, + 3 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 176, + 105 + ], + "peak": [ + 163, + 95 + ], + "area_cells": 4655 + }, + { + "id": "range_9", + "name": null, + "center": [ + 146, + 439 + ], + "peak": [ + 146, + 438 + ], + "area_cells": 35 + }, + { + "id": "range_11", + "name": null, + "center": [ + 155, + 31 + ], + "peak": [ + 155, + 31 + ], + "area_cells": 103 + }, + { + "id": "range_13", + "name": null, + "center": [ + 188, + 16 + ], + "peak": [ + 178, + 19 + ], + "area_cells": 795 + }, + { + "id": "range_14", + "name": null, + "center": [ + 201, + 183 + ], + "peak": [ + 197, + 187 + ], + "area_cells": 234 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-1/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876f-1/globe.png new file mode 100644 index 000000000..03a1523d3 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876f-1/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-1/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876f-1/heightmap.png new file mode 100644 index 000000000..4be52ef7a Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-1/index.md b/wiki/star-systems/GJ-876/bodies/GJ876f-1/index.md new file mode 100644 index 000000000..a6116d05b --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ876f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 459533888 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 42.6 +physical: + gravity_g: 0.05 + oblateness: 0.0001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.979 + polar_ice_lat: 0.809 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876f-1 + +Barren moon. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-1/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876f-1/markers.json new file mode 100644 index 000000000..5f96d5ac8 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876f-1/markers.json @@ -0,0 +1,261 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 335 + ], + "peak": [ + 61, + 335 + ], + "area_cells": 79 + }, + { + "id": "range_2", + "name": null, + "center": [ + 171, + 390 + ], + "peak": [ + 171, + 419 + ], + "area_cells": 17184 + }, + { + "id": "range_3", + "name": null, + "center": [ + 86, + 444 + ], + "peak": [ + 85, + 443 + ], + "area_cells": 112 + }, + { + "id": "range_4", + "name": null, + "center": [ + 118, + 474 + ], + "peak": [ + 109, + 456 + ], + "area_cells": 1027 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 256 + ], + "peak": [ + 105, + 255 + ], + "area_cells": 640 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 399 + ], + "peak": [ + 100, + 400 + ], + "area_cells": 71 + }, + { + "id": "range_9", + "name": null, + "center": [ + 105, + 146 + ], + "peak": [ + 105, + 147 + ], + "area_cells": 165 + }, + { + "id": "range_10", + "name": null, + "center": [ + 179, + 123 + ], + "peak": [ + 218, + 102 + ], + "area_cells": 14610 + }, + { + "id": "range_16", + "name": null, + "center": [ + 153, + 10 + ], + "peak": [ + 149, + 13 + ], + "area_cells": 157 + }, + { + "id": "range_18", + "name": null, + "center": [ + 157, + 25 + ], + "peak": [ + 158, + 25 + ], + "area_cells": 44 + }, + { + "id": "range_19", + "name": null, + "center": [ + 191, + 277 + ], + "peak": [ + 192, + 278 + ], + "area_cells": 148 + }, + { + "id": "range_20", + "name": null, + "center": [ + 194, + 305 + ], + "peak": [ + 195, + 306 + ], + "area_cells": 52 + }, + { + "id": "range_28", + "name": null, + "center": [ + 237, + 146 + ], + "peak": [ + 238, + 149 + ], + "area_cells": 86 + }, + { + "id": "range_29", + "name": null, + "center": [ + 225, + 301 + ], + "peak": [ + 225, + 300 + ], + "area_cells": 23 + }, + { + "id": "range_32", + "name": null, + "center": [ + 233, + 294 + ], + "peak": [ + 233, + 295 + ], + "area_cells": 33 + }, + { + "id": "range_33", + "name": null, + "center": [ + 236, + 29 + ], + "peak": [ + 235, + 29 + ], + "area_cells": 51 + }, + { + "id": "range_37", + "name": null, + "center": [ + 242, + 96 + ], + "peak": [ + 241, + 100 + ], + "area_cells": 109 + }, + { + "id": "range_40", + "name": null, + "center": [ + 241, + 319 + ], + "peak": [ + 240, + 315 + ], + "area_cells": 245 + }, + { + "id": "range_47", + "name": null, + "center": [ + 251, + 127 + ], + "peak": [ + 255, + 120 + ], + "area_cells": 240 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-2/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876f-2/globe.png new file mode 100644 index 000000000..f79cf719c Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876f-2/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-2/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876f-2/heightmap.png new file mode 100644 index 000000000..0ee9f767d Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-2/index.md b/wiki/star-systems/GJ-876/bodies/GJ876f-2/index.md new file mode 100644 index 000000000..7c1f59616 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ876f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 185450960 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 42.7 +physical: + gravity_g: 0.03 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.226 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.206 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876f-2 + +Frozen moon. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f-2/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876f-2/markers.json new file mode 100644 index 000000000..4ce58e56b --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876f-2/markers.json @@ -0,0 +1,185 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 96 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 14, + 490 + ], + "area_fraction": 0.007 + }, + { + "id": "water_29", + "name": null, + "kind": "lake", + "center": [ + 127, + 474 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 194, + 289 + ], + "area_fraction": 0.0398 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 52, + 201 + ], + "peak": [ + 52, + 202 + ], + "area_cells": 740 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 342 + ], + "peak": [ + 64, + 345 + ], + "area_cells": 301 + }, + { + "id": "range_4", + "name": null, + "center": [ + 67, + 407 + ], + "peak": [ + 71, + 419 + ], + "area_cells": 496 + }, + { + "id": "range_5", + "name": null, + "center": [ + 80, + 206 + ], + "peak": [ + 89, + 195 + ], + "area_cells": 461 + }, + { + "id": "range_6", + "name": null, + "center": [ + 77, + 238 + ], + "peak": [ + 77, + 239 + ], + "area_cells": 102 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 335 + ], + "peak": [ + 91, + 313 + ], + "area_cells": 2165 + }, + { + "id": "range_10", + "name": null, + "center": [ + 104, + 244 + ], + "peak": [ + 103, + 242 + ], + "area_cells": 501 + }, + { + "id": "range_11", + "name": null, + "center": [ + 145, + 495 + ], + "peak": [ + 146, + 495 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 240, + 160 + ], + "peak": [ + 237, + 169 + ], + "area_cells": 3766 + }, + { + "id": "range_17", + "name": null, + "center": [ + 247, + 409 + ], + "peak": [ + 252, + 397 + ], + "area_cells": 2331 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876f/globe.png new file mode 100644 index 000000000..497b5bcb0 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876f/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876f/index.md b/wiki/star-systems/GJ-876/bodies/GJ876f/index.md new file mode 100644 index 000000000..466b0b1e3 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ876f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2286310244 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.812 + period_days: 400.0 + axial_tilt_deg: 31.2 +physical: + gravity_g: null + oblateness: 0.0674 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.312 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 3 + storm_max_size: 0.105 +--- + +# GJ876f + +Gas giant. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876g/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876g/globe.png new file mode 100644 index 000000000..05a32183d Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876g/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876g/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876g/heightmap.png new file mode 100644 index 000000000..9e78edd46 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876g/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876g/index.md b/wiki/star-systems/GJ-876/bodies/GJ876g/index.md new file mode 100644 index 000000000..f58f6dd98 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ876g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1201967379 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.873 + period_days: 1400.0 + axial_tilt_deg: 59.2 +physical: + gravity_g: 0.2 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.725 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876g + +Frozen planet. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.2g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876g/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876g/markers.json new file mode 100644 index 000000000..be9c7339b --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876g/markers.json @@ -0,0 +1,224 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 24, + 405 + ], + "area_fraction": 0.0489 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 156, + 172 + ], + "area_fraction": 0.113 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 183, + 26 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 208, + 435 + ], + "area_fraction": 0.0754 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 42, + 272 + ], + "peak": [ + 41, + 278 + ], + "area_cells": 375 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 123 + ], + "peak": [ + 36, + 123 + ], + "area_cells": 22 + }, + { + "id": "range_5", + "name": null, + "center": [ + 90, + 300 + ], + "peak": [ + 92, + 302 + ], + "area_cells": 2736 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 39 + ], + "peak": [ + 49, + 51 + ], + "area_cells": 527 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 137 + ], + "peak": [ + 44, + 138 + ], + "area_cells": 59 + }, + { + "id": "range_8", + "name": null, + "center": [ + 66, + 72 + ], + "peak": [ + 73, + 74 + ], + "area_cells": 344 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 336 + ], + "peak": [ + 67, + 336 + ], + "area_cells": 52 + }, + { + "id": "range_10", + "name": null, + "center": [ + 72, + 452 + ], + "peak": [ + 72, + 455 + ], + "area_cells": 129 + }, + { + "id": "range_11", + "name": null, + "center": [ + 221, + 84 + ], + "peak": [ + 223, + 92 + ], + "area_cells": 147 + }, + { + "id": "range_12", + "name": null, + "center": [ + 237, + 109 + ], + "peak": [ + 236, + 109 + ], + "area_cells": 119 + }, + { + "id": "range_13", + "name": null, + "center": [ + 248, + 294 + ], + "peak": [ + 254, + 310 + ], + "area_cells": 923 + }, + { + "id": "range_14", + "name": null, + "center": [ + 245, + 117 + ], + "peak": [ + 247, + 116 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 246, + 329 + ], + "peak": [ + 247, + 328 + ], + "area_cells": 82 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-876/bodies/GJ876h/globe.png b/wiki/star-systems/GJ-876/bodies/GJ876h/globe.png new file mode 100644 index 000000000..7bcb13cc6 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876h/globe.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876h/heightmap.png b/wiki/star-systems/GJ-876/bodies/GJ876h/heightmap.png new file mode 100644 index 000000000..0d1cdec83 Binary files /dev/null and b/wiki/star-systems/GJ-876/bodies/GJ876h/heightmap.png differ diff --git a/wiki/star-systems/GJ-876/bodies/GJ876h/index.md b/wiki/star-systems/GJ-876/bodies/GJ876h/index.md new file mode 100644 index 000000000..9e4f3296e --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ876h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1426451500 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.25 + period_days: 3200.0 + axial_tilt_deg: 21.7 +physical: + gravity_g: 0.1 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.709 + polar_ice_lat: 0.074 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ876h + +Frozen planet. + +**System:** [GJ-876](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Year** | 3200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-876/bodies/GJ876h/markers.json b/wiki/star-systems/GJ-876/bodies/GJ876h/markers.json new file mode 100644 index 000000000..11beee6d1 --- /dev/null +++ b/wiki/star-systems/GJ-876/bodies/GJ876h/markers.json @@ -0,0 +1,156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 7, + 107 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 5, + 458 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 174, + 195 + ], + "area_fraction": 0.2321 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 192, + 487 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 222, + 27 + ], + "area_fraction": 0.0156 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 53 + ], + "peak": [ + 80, + 65 + ], + "area_cells": 3842 + }, + { + "id": "range_3", + "name": null, + "center": [ + 57, + 388 + ], + "peak": [ + 50, + 374 + ], + "area_cells": 6895 + }, + { + "id": "range_4", + "name": null, + "center": [ + 40, + 219 + ], + "peak": [ + 39, + 218 + ], + "area_cells": 37 + }, + { + "id": "range_7", + "name": null, + "center": [ + 149, + 501 + ], + "peak": [ + 155, + 511 + ], + "area_cells": 634 + }, + { + "id": "range_8", + "name": null, + "center": [ + 150, + 11 + ], + "peak": [ + 155, + 1 + ], + "area_cells": 731 + }, + { + "id": "range_9", + "name": null, + "center": [ + 199, + 445 + ], + "peak": [ + 198, + 446 + ], + "area_cells": 72 + }, + { + "id": "range_12", + "name": null, + "center": [ + 216, + 442 + ], + "peak": [ + 216, + 442 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ877b/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877b/globe.png new file mode 100644 index 000000000..8527e6771 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877b/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877b/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877b/heightmap.png new file mode 100644 index 000000000..dfaa24b8e Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877b/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877b/index.md b/wiki/star-systems/GJ-877/bodies/GJ877b/index.md new file mode 100644 index 000000000..046a825ff --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ877b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1679872168 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.155 + period_days: 25.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.35 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.917 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877b + +Barren planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 25 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877b/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877b/markers.json new file mode 100644 index 000000000..72a614e50 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877b/markers.json @@ -0,0 +1,469 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 257 + ], + "peak": [ + 46, + 253 + ], + "area_cells": 798 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 287 + ], + "peak": [ + 61, + 286 + ], + "area_cells": 495 + }, + { + "id": "range_5", + "name": null, + "center": [ + 20, + 308 + ], + "peak": [ + 19, + 308 + ], + "area_cells": 77 + }, + { + "id": "range_7", + "name": null, + "center": [ + 31, + 0 + ], + "peak": [ + 32, + 0 + ], + "area_cells": 26 + }, + { + "id": "range_9", + "name": null, + "center": [ + 48, + 500 + ], + "peak": [ + 42, + 495 + ], + "area_cells": 314 + }, + { + "id": "range_10", + "name": null, + "center": [ + 36, + 11 + ], + "peak": [ + 39, + 15 + ], + "area_cells": 91 + }, + { + "id": "range_11", + "name": null, + "center": [ + 37, + 153 + ], + "peak": [ + 39, + 156 + ], + "area_cells": 396 + }, + { + "id": "range_12", + "name": null, + "center": [ + 44, + 316 + ], + "peak": [ + 43, + 316 + ], + "area_cells": 41 + }, + { + "id": "range_13", + "name": null, + "center": [ + 47, + 467 + ], + "peak": [ + 44, + 468 + ], + "area_cells": 94 + }, + { + "id": "range_17", + "name": null, + "center": [ + 98, + 197 + ], + "peak": [ + 129, + 190 + ], + "area_cells": 4372 + }, + { + "id": "range_18", + "name": null, + "center": [ + 72, + 17 + ], + "peak": [ + 67, + 21 + ], + "area_cells": 428 + }, + { + "id": "range_19", + "name": null, + "center": [ + 65, + 436 + ], + "peak": [ + 63, + 437 + ], + "area_cells": 146 + }, + { + "id": "range_20", + "name": null, + "center": [ + 67, + 358 + ], + "peak": [ + 62, + 352 + ], + "area_cells": 117 + }, + { + "id": "range_24", + "name": null, + "center": [ + 129, + 380 + ], + "peak": [ + 114, + 335 + ], + "area_cells": 7852 + }, + { + "id": "range_25", + "name": null, + "center": [ + 100, + 477 + ], + "peak": [ + 118, + 476 + ], + "area_cells": 459 + }, + { + "id": "range_28", + "name": null, + "center": [ + 92, + 102 + ], + "peak": [ + 93, + 102 + ], + "area_cells": 23 + }, + { + "id": "range_29", + "name": null, + "center": [ + 106, + 36 + ], + "peak": [ + 109, + 38 + ], + "area_cells": 216 + }, + { + "id": "range_30", + "name": null, + "center": [ + 116, + 508 + ], + "peak": [ + 116, + 508 + ], + "area_cells": 40 + }, + { + "id": "range_33", + "name": null, + "center": [ + 131, + 263 + ], + "peak": [ + 133, + 263 + ], + "area_cells": 60 + }, + { + "id": "range_34", + "name": null, + "center": [ + 136, + 1 + ], + "peak": [ + 137, + 1 + ], + "area_cells": 38 + }, + { + "id": "range_36", + "name": null, + "center": [ + 146, + 86 + ], + "peak": [ + 150, + 90 + ], + "area_cells": 169 + }, + { + "id": "range_37", + "name": null, + "center": [ + 147, + 6 + ], + "peak": [ + 147, + 7 + ], + "area_cells": 30 + }, + { + "id": "range_38", + "name": null, + "center": [ + 153, + 473 + ], + "peak": [ + 153, + 474 + ], + "area_cells": 31 + }, + { + "id": "range_40", + "name": null, + "center": [ + 170, + 61 + ], + "peak": [ + 170, + 61 + ], + "area_cells": 195 + }, + { + "id": "range_41", + "name": null, + "center": [ + 171, + 104 + ], + "peak": [ + 171, + 104 + ], + "area_cells": 42 + }, + { + "id": "range_42", + "name": null, + "center": [ + 182, + 362 + ], + "peak": [ + 183, + 363 + ], + "area_cells": 48 + }, + { + "id": "range_43", + "name": null, + "center": [ + 180, + 102 + ], + "peak": [ + 181, + 102 + ], + "area_cells": 28 + }, + { + "id": "range_44", + "name": null, + "center": [ + 208, + 189 + ], + "peak": [ + 217, + 197 + ], + "area_cells": 344 + }, + { + "id": "range_45", + "name": null, + "center": [ + 192, + 332 + ], + "peak": [ + 196, + 331 + ], + "area_cells": 76 + }, + { + "id": "range_48", + "name": null, + "center": [ + 196, + 88 + ], + "peak": [ + 195, + 87 + ], + "area_cells": 62 + }, + { + "id": "range_54", + "name": null, + "center": [ + 204, + 53 + ], + "peak": [ + 204, + 54 + ], + "area_cells": 22 + }, + { + "id": "range_59", + "name": null, + "center": [ + 220, + 340 + ], + "peak": [ + 219, + 341 + ], + "area_cells": 64 + }, + { + "id": "range_61", + "name": null, + "center": [ + 231, + 57 + ], + "peak": [ + 231, + 58 + ], + "area_cells": 47 + }, + { + "id": "range_62", + "name": null, + "center": [ + 232, + 241 + ], + "peak": [ + 228, + 242 + ], + "area_cells": 38 + }, + { + "id": "range_66", + "name": null, + "center": [ + 247, + 257 + ], + "peak": [ + 247, + 256 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c-1/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877c-1/globe.png new file mode 100644 index 000000000..446eab83c Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877c-1/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c-1/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877c-1/heightmap.png new file mode 100644 index 000000000..8a81bbcb3 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c-1/index.md b/wiki/star-systems/GJ-877/bodies/GJ877c-1/index.md new file mode 100644 index 000000000..071c825f9 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ877c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1490521868 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.073 + period_days: 8.0 + axial_tilt_deg: 4.5 +physical: + gravity_g: 0.05 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.909 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877c-1 + +Barren moon. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c-1/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877c-1/markers.json new file mode 100644 index 000000000..ae89a76e4 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877c-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 73, + 175 + ], + "peak": [ + 106, + 122 + ], + "area_cells": 11379 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 485 + ], + "peak": [ + 23, + 486 + ], + "area_cells": 27 + }, + { + "id": "range_5", + "name": null, + "center": [ + 14, + 17 + ], + "peak": [ + 14, + 18 + ], + "area_cells": 21 + }, + { + "id": "range_8", + "name": null, + "center": [ + 58, + 498 + ], + "peak": [ + 55, + 493 + ], + "area_cells": 658 + }, + { + "id": "range_9", + "name": null, + "center": [ + 48, + 432 + ], + "peak": [ + 52, + 436 + ], + "area_cells": 135 + }, + { + "id": "range_10", + "name": null, + "center": [ + 43, + 480 + ], + "peak": [ + 42, + 480 + ], + "area_cells": 82 + }, + { + "id": "range_13", + "name": null, + "center": [ + 56, + 412 + ], + "peak": [ + 56, + 412 + ], + "area_cells": 127 + }, + { + "id": "range_15", + "name": null, + "center": [ + 69, + 456 + ], + "peak": [ + 63, + 456 + ], + "area_cells": 68 + }, + { + "id": "range_19", + "name": null, + "center": [ + 80, + 388 + ], + "peak": [ + 77, + 386 + ], + "area_cells": 167 + }, + { + "id": "range_24", + "name": null, + "center": [ + 96, + 413 + ], + "peak": [ + 97, + 414 + ], + "area_cells": 122 + }, + { + "id": "range_26", + "name": null, + "center": [ + 110, + 43 + ], + "peak": [ + 111, + 42 + ], + "area_cells": 23 + }, + { + "id": "range_27", + "name": null, + "center": [ + 114, + 87 + ], + "peak": [ + 114, + 86 + ], + "area_cells": 59 + }, + { + "id": "range_28", + "name": null, + "center": [ + 125, + 161 + ], + "peak": [ + 128, + 161 + ], + "area_cells": 106 + }, + { + "id": "range_29", + "name": null, + "center": [ + 120, + 276 + ], + "peak": [ + 121, + 277 + ], + "area_cells": 59 + }, + { + "id": "range_30", + "name": null, + "center": [ + 163, + 126 + ], + "peak": [ + 165, + 133 + ], + "area_cells": 513 + }, + { + "id": "range_31", + "name": null, + "center": [ + 152, + 255 + ], + "peak": [ + 153, + 256 + ], + "area_cells": 80 + }, + { + "id": "range_34", + "name": null, + "center": [ + 192, + 161 + ], + "peak": [ + 181, + 160 + ], + "area_cells": 310 + }, + { + "id": "range_35", + "name": null, + "center": [ + 179, + 348 + ], + "peak": [ + 176, + 350 + ], + "area_cells": 77 + }, + { + "id": "range_37", + "name": null, + "center": [ + 179, + 196 + ], + "peak": [ + 178, + 196 + ], + "area_cells": 39 + }, + { + "id": "range_40", + "name": null, + "center": [ + 181, + 303 + ], + "peak": [ + 181, + 304 + ], + "area_cells": 38 + }, + { + "id": "range_41", + "name": null, + "center": [ + 187, + 2 + ], + "peak": [ + 189, + 0 + ], + "area_cells": 54 + }, + { + "id": "range_42", + "name": null, + "center": [ + 194, + 236 + ], + "peak": [ + 188, + 243 + ], + "area_cells": 61 + }, + { + "id": "range_43", + "name": null, + "center": [ + 196, + 504 + ], + "peak": [ + 194, + 509 + ], + "area_cells": 124 + }, + { + "id": "range_44", + "name": null, + "center": [ + 192, + 305 + ], + "peak": [ + 191, + 306 + ], + "area_cells": 33 + }, + { + "id": "range_45", + "name": null, + "center": [ + 201, + 284 + ], + "peak": [ + 200, + 279 + ], + "area_cells": 209 + }, + { + "id": "range_48", + "name": null, + "center": [ + 202, + 184 + ], + "peak": [ + 204, + 181 + ], + "area_cells": 249 + }, + { + "id": "range_52", + "name": null, + "center": [ + 205, + 146 + ], + "peak": [ + 206, + 146 + ], + "area_cells": 22 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877c/globe.png new file mode 100644 index 000000000..fb7e7a292 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877c/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877c/heightmap.png new file mode 100644 index 000000000..c4fdf44c5 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877c/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c/index.md b/wiki/star-systems/GJ-877/bodies/GJ877c/index.md new file mode 100644 index 000000000..e1ab612db --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ877c +name: Sundsvall +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1604776840 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.337 + period_days: 80.0 + axial_tilt_deg: 32.8 +physical: + gravity_g: 0.88 + oblateness: 0.0041 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.931 + polar_ice_lat: 0.693 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.537 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Sundsvall + +Temperate planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 93% | +| **Year** | 80 days | +| **Inhabited** | yes | +| **Population** | 250M | +| **Economy** | transit | +| **Settlement** | urban | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877c/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877c/markers.json new file mode 100644 index 000000000..cb02e25fc --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877c/markers.json @@ -0,0 +1,1405 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 178, + 468 + ], + [ + 179, + 469 + ], + [ + 180, + 470 + ], + [ + 181, + 471 + ], + [ + 182, + 471 + ], + [ + 183, + 472 + ], + [ + 184, + 472 + ], + [ + 185, + 472 + ], + [ + 186, + 472 + ], + [ + 187, + 472 + ], + [ + 188, + 472 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 121, + 449 + ], + [ + 120, + 448 + ], + [ + 119, + 447 + ], + [ + 118, + 447 + ], + [ + 117, + 446 + ], + [ + 117, + 445 + ], + [ + 116, + 445 + ], + [ + 115, + 445 + ], + [ + 116, + 446 + ], + [ + 116, + 447 + ], + [ + 115, + 448 + ], + [ + 116, + 449 + ], + [ + 115, + 450 + ], + [ + 116, + 451 + ], + [ + 116, + 450 + ], + [ + 115, + 451 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 132, + 136 + ], + [ + 133, + 136 + ], + [ + 134, + 136 + ], + [ + 135, + 136 + ], + [ + 136, + 135 + ], + [ + 137, + 134 + ], + [ + 138, + 133 + ], + [ + 139, + 132 + ], + [ + 140, + 131 + ], + [ + 139, + 130 + ], + [ + 138, + 129 + ], + [ + 139, + 128 + ], + [ + 138, + 127 + ], + [ + 138, + 126 + ], + [ + 139, + 126 + ], + [ + 138, + 125 + ], + [ + 138, + 124 + ], + [ + 139, + 125 + ], + [ + 139, + 124 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 159, + 102 + ], + [ + 158, + 103 + ], + [ + 157, + 102 + ], + [ + 156, + 102 + ], + [ + 156, + 101 + ], + [ + 155, + 102 + ], + [ + 154, + 103 + ], + [ + 153, + 104 + ], + [ + 152, + 105 + ], + [ + 151, + 106 + ], + [ + 150, + 106 + ], + [ + 149, + 107 + ], + [ + 148, + 108 + ], + [ + 147, + 107 + ], + [ + 146, + 107 + ], + [ + 145, + 108 + ], + [ + 144, + 109 + ], + [ + 144, + 110 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 236, + 346 + ], + [ + 237, + 346 + ], + [ + 238, + 346 + ], + [ + 239, + 346 + ], + [ + 240, + 345 + ], + [ + 241, + 344 + ], + [ + 240, + 343 + ], + [ + 241, + 343 + ], + [ + 240, + 342 + ], + [ + 241, + 341 + ], + [ + 240, + 340 + ], + [ + 240, + 339 + ], + [ + 239, + 338 + ], + [ + 239, + 337 + ], + [ + 239, + 336 + ], + [ + 238, + 335 + ], + [ + 237, + 334 + ], + [ + 238, + 333 + ], + [ + 238, + 332 + ], + [ + 238, + 331 + ], + [ + 239, + 330 + ], + [ + 240, + 329 + ], + [ + 239, + 328 + ], + [ + 238, + 327 + ], + [ + 239, + 327 + ], + [ + 238, + 328 + ], + [ + 237, + 327 + ], + [ + 236, + 328 + ], + [ + 235, + 327 + ], + [ + 234, + 328 + ], + [ + 233, + 327 + ], + [ + 232, + 328 + ], + [ + 231, + 329 + ], + [ + 231, + 330 + ], + [ + 230, + 329 + ], + [ + 230, + 328 + ], + [ + 229, + 329 + ], + [ + 228, + 330 + ], + [ + 227, + 329 + ], + [ + 226, + 330 + ], + [ + 225, + 329 + ], + [ + 224, + 330 + ], + [ + 224, + 329 + ], + [ + 223, + 328 + ], + [ + 222, + 328 + ], + [ + 221, + 327 + ], + [ + 220, + 328 + ], + [ + 219, + 327 + ], + [ + 218, + 328 + ], + [ + 217, + 327 + ], + [ + 217, + 328 + ], + [ + 218, + 327 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 247, + 40 + ], + [ + 246, + 39 + ], + [ + 247, + 39 + ], + [ + 246, + 38 + ], + [ + 245, + 39 + ], + [ + 244, + 40 + ], + [ + 243, + 40 + ], + [ + 242, + 39 + ], + [ + 241, + 40 + ], + [ + 240, + 39 + ], + [ + 239, + 39 + ], + [ + 238, + 40 + ], + [ + 237, + 39 + ], + [ + 236, + 38 + ], + [ + 235, + 38 + ], + [ + 234, + 39 + ], + [ + 233, + 40 + ], + [ + 232, + 39 + ], + [ + 231, + 38 + ], + [ + 230, + 38 + ], + [ + 229, + 38 + ], + [ + 228, + 37 + ], + [ + 227, + 38 + ], + [ + 227, + 37 + ], + [ + 226, + 37 + ], + [ + 225, + 36 + ], + [ + 225, + 37 + ], + [ + 226, + 36 + ], + [ + 226, + 35 + ], + [ + 225, + 35 + ], + [ + 224, + 34 + ], + [ + 223, + 35 + ], + [ + 222, + 35 + ], + [ + 221, + 35 + ], + [ + 220, + 34 + ], + [ + 219, + 33 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 222, + 433 + ], + [ + 221, + 434 + ], + [ + 220, + 435 + ], + [ + 219, + 435 + ], + [ + 218, + 436 + ], + [ + 217, + 437 + ], + [ + 216, + 438 + ], + [ + 215, + 439 + ], + [ + 214, + 440 + ], + [ + 213, + 441 + ], + [ + 212, + 442 + ], + [ + 211, + 442 + ], + [ + 210, + 443 + ], + [ + 210, + 444 + ], + [ + 210, + 445 + ], + [ + 209, + 445 + ], + [ + 209, + 446 + ], + [ + 209, + 447 + ], + [ + 210, + 448 + ], + [ + 209, + 449 + ], + [ + 210, + 450 + ], + [ + 209, + 451 + ], + [ + 209, + 450 + ], + [ + 210, + 451 + ], + [ + 211, + 452 + ], + [ + 210, + 452 + ], + [ + 211, + 453 + ], + [ + 210, + 454 + ], + [ + 210, + 455 + ], + [ + 211, + 455 + ], + [ + 212, + 455 + ], + [ + 213, + 455 + ], + [ + 213, + 456 + ], + [ + 212, + 456 + ], + [ + 212, + 457 + ], + [ + 213, + 458 + ], + [ + 214, + 458 + ], + [ + 213, + 459 + ], + [ + 214, + 460 + ], + [ + 213, + 461 + ], + [ + 213, + 462 + ], + [ + 213, + 463 + ], + [ + 213, + 464 + ], + [ + 213, + 465 + ], + [ + 212, + 466 + ], + [ + 212, + 467 + ], + [ + 211, + 468 + ], + [ + 210, + 469 + ], + [ + 209, + 470 + ], + [ + 208, + 470 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 245, + 101 + ], + [ + 244, + 102 + ], + [ + 243, + 103 + ], + [ + 242, + 104 + ], + [ + 241, + 104 + ], + [ + 240, + 104 + ], + [ + 240, + 103 + ], + [ + 239, + 102 + ], + [ + 238, + 102 + ], + [ + 237, + 103 + ], + [ + 236, + 104 + ], + [ + 235, + 103 + ], + [ + 234, + 104 + ], + [ + 233, + 104 + ], + [ + 232, + 104 + ], + [ + 231, + 105 + ], + [ + 230, + 105 + ], + [ + 229, + 105 + ], + [ + 228, + 104 + ], + [ + 227, + 104 + ], + [ + 226, + 104 + ], + [ + 225, + 104 + ], + [ + 224, + 105 + ], + [ + 223, + 106 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 110, + 14 + ], + [ + 111, + 15 + ], + [ + 112, + 16 + ], + [ + 113, + 17 + ], + [ + 114, + 18 + ], + [ + 115, + 19 + ], + [ + 116, + 20 + ], + [ + 116, + 21 + ], + [ + 117, + 21 + ], + [ + 118, + 22 + ], + [ + 119, + 21 + ], + [ + 118, + 20 + ], + [ + 119, + 19 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 178, + 119 + ], + [ + 178, + 118 + ], + [ + 179, + 117 + ], + [ + 180, + 116 + ], + [ + 181, + 115 + ], + [ + 182, + 114 + ], + [ + 183, + 113 + ], + [ + 184, + 112 + ], + [ + 185, + 111 + ], + [ + 186, + 110 + ], + [ + 187, + 110 + ], + [ + 188, + 110 + ], + [ + 189, + 109 + ], + [ + 190, + 108 + ], + [ + 191, + 107 + ], + [ + 192, + 107 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 233, + 400 + ], + [ + 232, + 399 + ], + [ + 231, + 399 + ], + [ + 230, + 400 + ], + [ + 229, + 401 + ], + [ + 228, + 402 + ], + [ + 227, + 403 + ], + [ + 226, + 404 + ], + [ + 225, + 405 + ], + [ + 224, + 406 + ], + [ + 223, + 407 + ], + [ + 223, + 408 + ], + [ + 222, + 409 + ], + [ + 223, + 410 + ], + [ + 223, + 409 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 162, + 157 + ], + [ + 161, + 156 + ], + [ + 160, + 155 + ], + [ + 161, + 154 + ], + [ + 160, + 153 + ], + [ + 159, + 152 + ], + [ + 158, + 151 + ], + [ + 158, + 150 + ], + [ + 158, + 149 + ], + [ + 159, + 148 + ], + [ + 158, + 147 + ], + [ + 157, + 146 + ], + [ + 156, + 145 + ], + [ + 155, + 146 + ], + [ + 154, + 146 + ], + [ + 153, + 145 + ], + [ + 152, + 144 + ], + [ + 151, + 143 + ], + [ + 150, + 143 + ], + [ + 149, + 143 + ], + [ + 148, + 143 + ], + [ + 149, + 142 + ], + [ + 149, + 141 + ], + [ + 148, + 142 + ], + [ + 147, + 141 + ], + [ + 146, + 140 + ], + [ + 145, + 139 + ], + [ + 145, + 138 + ], + [ + 144, + 137 + ], + [ + 143, + 136 + ], + [ + 142, + 135 + ], + [ + 142, + 134 + ], + [ + 143, + 133 + ], + [ + 143, + 132 + ], + [ + 142, + 133 + ], + [ + 142, + 132 + ], + [ + 141, + 131 + ], + [ + 140, + 130 + ], + [ + 139, + 130 + ], + [ + 138, + 129 + ], + [ + 139, + 129 + ], + [ + 138, + 128 + ], + [ + 138, + 127 + ], + [ + 138, + 126 + ], + [ + 139, + 125 + ], + [ + 138, + 125 + ], + [ + 138, + 124 + ], + [ + 138, + 123 + ], + [ + 139, + 122 + ], + [ + 138, + 121 + ], + [ + 138, + 120 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 209, + 126 + ], + "area_fraction": 0.0477 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 204, + 492 + ], + "area_fraction": 0.0111 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 299 + ], + "peak": [ + 42, + 350 + ], + "area_cells": 8783 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877d/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877d/globe.png new file mode 100644 index 000000000..68055d532 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877d/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877d/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877d/heightmap.png new file mode 100644 index 000000000..987adf65b Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877d/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877d/index.md b/wiki/star-systems/GJ-877/bodies/GJ877d/index.md new file mode 100644 index 000000000..d2495e6c8 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ877d +name: Härnösand +body_type: planet +planet_class: arid +body_scale: planet +seed: 873676875 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.578 + period_days: 180.0 + axial_tilt_deg: 6.9 +physical: + gravity_g: 0.72 + oblateness: 0.0032 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.977 + polar_ice_lat: 0.899 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: minimal +clouds: + enabled: true + coverage_base: 0.104 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Härnösand + +Arid planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.72g | +| **Atmosphere** | standard | +| **Hydrosphere** | minimal | +| **Land** | 98% | +| **Year** | 180 days | +| **Inhabited** | yes | +| **Population** | 12M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877d/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877d/markers.json new file mode 100644 index 000000000..e43e71e8e --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877d/markers.json @@ -0,0 +1,289 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 14, + 121 + ], + [ + 15, + 122 + ], + [ + 16, + 122 + ], + [ + 17, + 123 + ], + [ + 18, + 124 + ], + [ + 19, + 123 + ], + [ + 20, + 123 + ], + [ + 20, + 124 + ], + [ + 21, + 123 + ], + [ + 20, + 122 + ], + [ + 20, + 121 + ], + [ + 21, + 120 + ], + [ + 20, + 119 + ], + [ + 20, + 120 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 117, + 3 + ], + [ + 118, + 4 + ], + [ + 119, + 5 + ], + [ + 119, + 6 + ], + [ + 118, + 7 + ], + [ + 117, + 7 + ], + [ + 116, + 8 + ], + [ + 117, + 8 + ], + [ + 118, + 9 + ], + [ + 117, + 10 + ], + [ + 117, + 11 + ], + [ + 117, + 12 + ], + [ + 118, + 12 + ], + [ + 118, + 13 + ], + [ + 119, + 12 + ], + [ + 120, + 13 + ], + [ + 120, + 14 + ], + [ + 119, + 13 + ], + [ + 120, + 12 + ], + [ + 120, + 11 + ], + [ + 120, + 10 + ], + [ + 119, + 11 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 134, + 61 + ], + [ + 133, + 62 + ], + [ + 132, + 63 + ], + [ + 131, + 64 + ], + [ + 130, + 63 + ], + [ + 129, + 64 + ], + [ + 128, + 63 + ], + [ + 128, + 62 + ], + [ + 129, + 62 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 16, + 42 + ], + "area_fraction": 0.0204 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 151, + 185 + ], + "peak": [ + 117, + 342 + ], + "area_cells": 53455 + }, + { + "id": "range_5", + "name": null, + "center": [ + 66, + 428 + ], + "peak": [ + 65, + 430 + ], + "area_cells": 161 + }, + { + "id": "range_6", + "name": null, + "center": [ + 88, + 491 + ], + "peak": [ + 115, + 511 + ], + "area_cells": 1531 + }, + { + "id": "range_7", + "name": null, + "center": [ + 193, + 497 + ], + "peak": [ + 191, + 510 + ], + "area_cells": 2030 + }, + { + "id": "range_10", + "name": null, + "center": [ + 238, + 431 + ], + "peak": [ + 240, + 434 + ], + "area_cells": 247 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877e/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877e/globe.png new file mode 100644 index 000000000..37d763ab1 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877e/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877e/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877e/heightmap.png new file mode 100644 index 000000000..eff572004 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877e/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877e/index.md b/wiki/star-systems/GJ-877/bodies/GJ877e/index.md new file mode 100644 index 000000000..87916c755 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ877e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2960623853 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.984 + period_days: 400.0 + axial_tilt_deg: 34.7 +physical: + gravity_g: 0.4 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.736 + polar_ice_lat: 0.07 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.408 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877e + +Frozen planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877e/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877e/markers.json new file mode 100644 index 000000000..e390662a1 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877e/markers.json @@ -0,0 +1,84 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_11", + "name": null, + "kind": "ocean", + "center": [ + 168, + 323 + ], + "area_fraction": 0.229 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 228, + 34 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 248, + 236 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 119, + 98 + ], + "peak": [ + 106, + 109 + ], + "area_cells": 1306 + }, + { + "id": "range_2", + "name": null, + "center": [ + 109, + 140 + ], + "peak": [ + 111, + 140 + ], + "area_cells": 219 + }, + { + "id": "range_3", + "name": null, + "center": [ + 127, + 52 + ], + "peak": [ + 131, + 53 + ], + "area_cells": 400 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877f/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877f/globe.png new file mode 100644 index 000000000..99bc405f1 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877f/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877f/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877f/heightmap.png new file mode 100644 index 000000000..4177630a0 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877f/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877f/index.md b/wiki/star-systems/GJ-877/bodies/GJ877f/index.md new file mode 100644 index 000000000..f57f434a5 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ877f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3893400121 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.69 + period_days: 900.0 + axial_tilt_deg: 16.0 +physical: + gravity_g: 0.32 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.819 + polar_ice_lat: 0.124 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.394 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877f + +Frozen planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877f/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877f/markers.json new file mode 100644 index 000000000..c7399a704 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877f/markers.json @@ -0,0 +1,134 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 46, + 98 + ], + "area_fraction": 0.0513 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 141, + 301 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 173, + 150 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 179, + 217 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 185, + 253 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 230, + 198 + ], + "area_fraction": 0.0392 + }, + { + "id": "water_47", + "name": null, + "kind": "lake", + "center": [ + 198, + 475 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_56", + "name": null, + "kind": "lake", + "center": [ + 241, + 336 + ], + "area_fraction": 0.0184 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 121, + 462 + ], + "peak": [ + 150, + 500 + ], + "area_cells": 3663 + }, + { + "id": "range_2", + "name": null, + "center": [ + 94, + 494 + ], + "peak": [ + 94, + 496 + ], + "area_cells": 37 + }, + { + "id": "range_4", + "name": null, + "center": [ + 141, + 34 + ], + "peak": [ + 122, + 26 + ], + "area_cells": 1518 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-1/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877g-1/globe.png new file mode 100644 index 000000000..8009f04c2 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877g-1/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-1/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877g-1/heightmap.png new file mode 100644 index 000000000..e92b65640 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-1/index.md b/wiki/star-systems/GJ-877/bodies/GJ877g-1/index.md new file mode 100644 index 000000000..15c7808ca --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ877g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4003164498 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.06 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.858 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.014 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877g-1 + +Barren moon. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 97% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-1/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877g-1/markers.json new file mode 100644 index 000000000..1b90508d2 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877g-1/markers.json @@ -0,0 +1,404 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 44, + 329 + ], + "peak": [ + 73, + 298 + ], + "area_cells": 2536 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 389 + ], + "peak": [ + 0, + 383 + ], + "area_cells": 348 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 462 + ], + "peak": [ + 65, + 503 + ], + "area_cells": 2073 + }, + { + "id": "range_5", + "name": null, + "center": [ + 9, + 198 + ], + "peak": [ + 9, + 203 + ], + "area_cells": 55 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 16 + ], + "peak": [ + 52, + 17 + ], + "area_cells": 44 + }, + { + "id": "range_12", + "name": null, + "center": [ + 53, + 408 + ], + "peak": [ + 53, + 406 + ], + "area_cells": 82 + }, + { + "id": "range_13", + "name": null, + "center": [ + 57, + 73 + ], + "peak": [ + 59, + 74 + ], + "area_cells": 52 + }, + { + "id": "range_15", + "name": null, + "center": [ + 86, + 48 + ], + "peak": [ + 74, + 47 + ], + "area_cells": 691 + }, + { + "id": "range_19", + "name": null, + "center": [ + 92, + 86 + ], + "peak": [ + 93, + 88 + ], + "area_cells": 161 + }, + { + "id": "range_20", + "name": null, + "center": [ + 81, + 246 + ], + "peak": [ + 82, + 246 + ], + "area_cells": 35 + }, + { + "id": "range_21", + "name": null, + "center": [ + 97, + 9 + ], + "peak": [ + 106, + 8 + ], + "area_cells": 402 + }, + { + "id": "range_22", + "name": null, + "center": [ + 105, + 280 + ], + "peak": [ + 104, + 280 + ], + "area_cells": 35 + }, + { + "id": "range_23", + "name": null, + "center": [ + 112, + 91 + ], + "peak": [ + 113, + 92 + ], + "area_cells": 42 + }, + { + "id": "range_24", + "name": null, + "center": [ + 126, + 495 + ], + "peak": [ + 131, + 495 + ], + "area_cells": 327 + }, + { + "id": "range_25", + "name": null, + "center": [ + 160, + 35 + ], + "peak": [ + 165, + 31 + ], + "area_cells": 1846 + }, + { + "id": "range_27", + "name": null, + "center": [ + 121, + 124 + ], + "peak": [ + 121, + 125 + ], + "area_cells": 23 + }, + { + "id": "range_28", + "name": null, + "center": [ + 125, + 177 + ], + "peak": [ + 125, + 178 + ], + "area_cells": 50 + }, + { + "id": "range_30", + "name": null, + "center": [ + 133, + 1 + ], + "peak": [ + 133, + 0 + ], + "area_cells": 47 + }, + { + "id": "range_31", + "name": null, + "center": [ + 140, + 66 + ], + "peak": [ + 141, + 67 + ], + "area_cells": 26 + }, + { + "id": "range_32", + "name": null, + "center": [ + 144, + 273 + ], + "peak": [ + 144, + 273 + ], + "area_cells": 172 + }, + { + "id": "range_36", + "name": null, + "center": [ + 172, + 303 + ], + "peak": [ + 168, + 306 + ], + "area_cells": 457 + }, + { + "id": "range_37", + "name": null, + "center": [ + 174, + 331 + ], + "peak": [ + 177, + 331 + ], + "area_cells": 35 + }, + { + "id": "range_38", + "name": null, + "center": [ + 202, + 483 + ], + "peak": [ + 197, + 504 + ], + "area_cells": 1114 + }, + { + "id": "range_41", + "name": null, + "center": [ + 180, + 132 + ], + "peak": [ + 178, + 133 + ], + "area_cells": 110 + }, + { + "id": "range_45", + "name": null, + "center": [ + 212, + 131 + ], + "peak": [ + 211, + 137 + ], + "area_cells": 884 + }, + { + "id": "range_46", + "name": null, + "center": [ + 201, + 361 + ], + "peak": [ + 199, + 361 + ], + "area_cells": 102 + }, + { + "id": "range_47", + "name": null, + "center": [ + 195, + 227 + ], + "peak": [ + 196, + 228 + ], + "area_cells": 51 + }, + { + "id": "range_48", + "name": null, + "center": [ + 199, + 165 + ], + "peak": [ + 200, + 165 + ], + "area_cells": 25 + }, + { + "id": "range_51", + "name": null, + "center": [ + 215, + 5 + ], + "peak": [ + 215, + 2 + ], + "area_cells": 168 + }, + { + "id": "range_53", + "name": null, + "center": [ + 239, + 245 + ], + "peak": [ + 242, + 243 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-2/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877g-2/globe.png new file mode 100644 index 000000000..fc98f845f Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877g-2/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-2/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877g-2/heightmap.png new file mode 100644 index 000000000..7e6b084f5 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-2/index.md b/wiki/star-systems/GJ-877/bodies/GJ877g-2/index.md new file mode 100644 index 000000000..887ec62cf --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ877g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1663342490 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 46.0 +physical: + gravity_g: 0.04 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.709 + polar_ice_lat: 0.168 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.449 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877g-2 + +Frozen moon. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 71% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g-2/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877g-2/markers.json new file mode 100644 index 000000000..2005098cb --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877g-2/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 111 + ], + "area_fraction": 0.0451 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 9, + 310 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 9, + 397 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 55, + 403 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 158, + 429 + ], + "area_fraction": 0.0288 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 162, + 501 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_30", + "name": null, + "kind": "ocean", + "center": [ + 216, + 318 + ], + "area_fraction": 0.1161 + }, + { + "id": "water_31", + "name": null, + "kind": "sea", + "center": [ + 174, + 133 + ], + "area_fraction": 0.0441 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 175, + 21 + ], + "area_fraction": 0.0099 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 191 + ], + "peak": [ + 27, + 191 + ], + "area_cells": 1142 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 326 + ], + "peak": [ + 41, + 345 + ], + "area_cells": 1080 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 63 + ], + "peak": [ + 43, + 65 + ], + "area_cells": 113 + }, + { + "id": "range_6", + "name": null, + "center": [ + 63, + 59 + ], + "peak": [ + 67, + 60 + ], + "area_cells": 375 + }, + { + "id": "range_7", + "name": null, + "center": [ + 73, + 287 + ], + "peak": [ + 76, + 278 + ], + "area_cells": 1252 + }, + { + "id": "range_8", + "name": null, + "center": [ + 63, + 334 + ], + "peak": [ + 63, + 338 + ], + "area_cells": 153 + }, + { + "id": "range_10", + "name": null, + "center": [ + 90, + 93 + ], + "peak": [ + 96, + 83 + ], + "area_cells": 2250 + }, + { + "id": "range_11", + "name": null, + "center": [ + 77, + 223 + ], + "peak": [ + 79, + 223 + ], + "area_cells": 58 + }, + { + "id": "range_12", + "name": null, + "center": [ + 93, + 389 + ], + "peak": [ + 99, + 383 + ], + "area_cells": 386 + }, + { + "id": "range_13", + "name": null, + "center": [ + 93, + 455 + ], + "peak": [ + 99, + 452 + ], + "area_cells": 583 + }, + { + "id": "range_14", + "name": null, + "center": [ + 94, + 415 + ], + "peak": [ + 93, + 414 + ], + "area_cells": 42 + }, + { + "id": "range_15", + "name": null, + "center": [ + 112, + 142 + ], + "peak": [ + 115, + 143 + ], + "area_cells": 129 + }, + { + "id": "range_16", + "name": null, + "center": [ + 117, + 392 + ], + "peak": [ + 117, + 389 + ], + "area_cells": 77 + }, + { + "id": "range_18", + "name": null, + "center": [ + 158, + 352 + ], + "peak": [ + 159, + 349 + ], + "area_cells": 45 + }, + { + "id": "range_19", + "name": null, + "center": [ + 162, + 302 + ], + "peak": [ + 165, + 288 + ], + "area_cells": 392 + }, + { + "id": "range_20", + "name": null, + "center": [ + 197, + 450 + ], + "peak": [ + 206, + 458 + ], + "area_cells": 474 + }, + { + "id": "range_21", + "name": null, + "center": [ + 213, + 33 + ], + "peak": [ + 219, + 37 + ], + "area_cells": 316 + }, + { + "id": "range_22", + "name": null, + "center": [ + 223, + 89 + ], + "peak": [ + 229, + 65 + ], + "area_cells": 962 + }, + { + "id": "range_23", + "name": null, + "center": [ + 234, + 155 + ], + "peak": [ + 239, + 159 + ], + "area_cells": 443 + }, + { + "id": "range_26", + "name": null, + "center": [ + 244, + 496 + ], + "peak": [ + 247, + 493 + ], + "area_cells": 84 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877g/globe.png new file mode 100644 index 000000000..526860f32 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877g/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877g/index.md b/wiki/star-systems/GJ-877/bodies/GJ877g/index.md new file mode 100644 index 000000000..20a388235 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877g/index.md @@ -0,0 +1,70 @@ +--- +id: GJ877g +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2259529434 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.34 + period_days: 2500.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: null + oblateness: 0.0675 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.124 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.14 +rings: + enabled: true + inner_radius_factor: 1.08 + outer_radius_factor: 2.57 + opacity_base: 0.6 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ877g + +Gas giant. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877h/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877h/globe.png new file mode 100644 index 000000000..47aac48b5 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877h/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877h/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877h/heightmap.png new file mode 100644 index 000000000..31c482b19 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877h/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877h/index.md b/wiki/star-systems/GJ-877/bodies/GJ877h/index.md new file mode 100644 index 000000000..96d63cf42 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ877h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2363934305 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.65 + period_days: 5500.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.22 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.866 + polar_ice_lat: 0.194 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.221 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877h + +Frozen planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 5500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877h/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877h/markers.json new file mode 100644 index 000000000..22dd3a43c --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877h/markers.json @@ -0,0 +1,204 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 40, + 99 + ], + "area_fraction": 0.0349 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 23, + 357 + ], + "area_fraction": 0.0604 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 88, + 12 + ], + "peak": [ + 88, + 13 + ], + "area_cells": 28 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 453 + ], + "peak": [ + 90, + 454 + ], + "area_cells": 240 + }, + { + "id": "range_4", + "name": null, + "center": [ + 98, + 479 + ], + "peak": [ + 100, + 479 + ], + "area_cells": 23 + }, + { + "id": "range_5", + "name": null, + "center": [ + 132, + 238 + ], + "peak": [ + 137, + 221 + ], + "area_cells": 1453 + }, + { + "id": "range_6", + "name": null, + "center": [ + 134, + 66 + ], + "peak": [ + 122, + 71 + ], + "area_cells": 3054 + }, + { + "id": "range_7", + "name": null, + "center": [ + 127, + 307 + ], + "peak": [ + 132, + 309 + ], + "area_cells": 362 + }, + { + "id": "range_8", + "name": null, + "center": [ + 121, + 475 + ], + "peak": [ + 122, + 480 + ], + "area_cells": 428 + }, + { + "id": "range_9", + "name": null, + "center": [ + 152, + 358 + ], + "peak": [ + 150, + 347 + ], + "area_cells": 638 + }, + { + "id": "range_12", + "name": null, + "center": [ + 184, + 403 + ], + "peak": [ + 195, + 387 + ], + "area_cells": 2149 + }, + { + "id": "range_15", + "name": null, + "center": [ + 194, + 160 + ], + "peak": [ + 195, + 161 + ], + "area_cells": 22 + }, + { + "id": "range_16", + "name": null, + "center": [ + 214, + 360 + ], + "peak": [ + 214, + 362 + ], + "area_cells": 23 + }, + { + "id": "range_17", + "name": null, + "center": [ + 236, + 391 + ], + "peak": [ + 238, + 395 + ], + "area_cells": 346 + }, + { + "id": "range_18", + "name": null, + "center": [ + 237, + 332 + ], + "peak": [ + 237, + 332 + ], + "area_cells": 72 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-877/bodies/GJ877i/globe.png b/wiki/star-systems/GJ-877/bodies/GJ877i/globe.png new file mode 100644 index 000000000..a9cfb76c8 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877i/globe.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877i/heightmap.png b/wiki/star-systems/GJ-877/bodies/GJ877i/heightmap.png new file mode 100644 index 000000000..1a2ba0a59 Binary files /dev/null and b/wiki/star-systems/GJ-877/bodies/GJ877i/heightmap.png differ diff --git a/wiki/star-systems/GJ-877/bodies/GJ877i/index.md b/wiki/star-systems/GJ-877/bodies/GJ877i/index.md new file mode 100644 index 000000000..0f2fcc45c --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ877i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 549085991 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.416 + period_days: 10000.0 + axial_tilt_deg: 30.7 +physical: + gravity_g: 0.11 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.726 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.375 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ877i + +Frozen planet. + +**System:** [GJ-877](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-877/bodies/GJ877i/markers.json b/wiki/star-systems/GJ-877/bodies/GJ877i/markers.json new file mode 100644 index 000000000..820874b26 --- /dev/null +++ b/wiki/star-systems/GJ-877/bodies/GJ877i/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 104, + 304 + ], + "area_fraction": 0.1804 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 135, + 37 + ], + "area_fraction": 0.0199 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 129, + 483 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 143, + 430 + ], + "area_fraction": 0.0106 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 338 + ], + "peak": [ + 8, + 340 + ], + "area_cells": 182 + }, + { + "id": "range_2", + "name": null, + "center": [ + 110, + 118 + ], + "peak": [ + 116, + 119 + ], + "area_cells": 150 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 79 + ], + "peak": [ + 103, + 79 + ], + "area_cells": 38 + }, + { + "id": "range_4", + "name": null, + "center": [ + 224, + 41 + ], + "peak": [ + 246, + 19 + ], + "area_cells": 4222 + }, + { + "id": "range_5", + "name": null, + "center": [ + 215, + 157 + ], + "peak": [ + 207, + 127 + ], + "area_cells": 2382 + }, + { + "id": "range_6", + "name": null, + "center": [ + 198, + 210 + ], + "peak": [ + 201, + 215 + ], + "area_cells": 120 + }, + { + "id": "range_7", + "name": null, + "center": [ + 235, + 410 + ], + "peak": [ + 227, + 405 + ], + "area_cells": 6684 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ879b/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879b/globe.png new file mode 100644 index 000000000..b8954dbf6 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879b/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879b/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879b/heightmap.png new file mode 100644 index 000000000..70951f1df Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879b/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879b/index.md b/wiki/star-systems/GJ-879/bodies/GJ879b/index.md new file mode 100644 index 000000000..84d9dfd5f --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ879b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4281758463 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.167 + period_days: 28.0 + axial_tilt_deg: 36.6 +physical: + gravity_g: 0.38 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.859 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.036 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879b + +Barren planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 28 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879b/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879b/markers.json new file mode 100644 index 000000000..c99d13e1e --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879b/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 92 + ], + "peak": [ + 70, + 130 + ], + "area_cells": 16432 + }, + { + "id": "range_2", + "name": null, + "center": [ + 46, + 427 + ], + "peak": [ + 96, + 511 + ], + "area_cells": 15558 + }, + { + "id": "range_9", + "name": null, + "center": [ + 86, + 340 + ], + "peak": [ + 81, + 339 + ], + "area_cells": 205 + }, + { + "id": "range_11", + "name": null, + "center": [ + 83, + 228 + ], + "peak": [ + 83, + 230 + ], + "area_cells": 103 + }, + { + "id": "range_13", + "name": null, + "center": [ + 126, + 310 + ], + "peak": [ + 120, + 304 + ], + "area_cells": 531 + }, + { + "id": "range_17", + "name": null, + "center": [ + 126, + 398 + ], + "peak": [ + 125, + 401 + ], + "area_cells": 466 + }, + { + "id": "range_19", + "name": null, + "center": [ + 123, + 9 + ], + "peak": [ + 124, + 11 + ], + "area_cells": 34 + }, + { + "id": "range_20", + "name": null, + "center": [ + 129, + 261 + ], + "peak": [ + 128, + 262 + ], + "area_cells": 33 + }, + { + "id": "range_21", + "name": null, + "center": [ + 142, + 170 + ], + "peak": [ + 143, + 171 + ], + "area_cells": 32 + }, + { + "id": "range_23", + "name": null, + "center": [ + 146, + 290 + ], + "peak": [ + 146, + 292 + ], + "area_cells": 25 + }, + { + "id": "range_27", + "name": null, + "center": [ + 187, + 184 + ], + "peak": [ + 187, + 184 + ], + "area_cells": 75 + }, + { + "id": "range_28", + "name": null, + "center": [ + 190, + 455 + ], + "peak": [ + 190, + 456 + ], + "area_cells": 34 + }, + { + "id": "range_29", + "name": null, + "center": [ + 194, + 96 + ], + "peak": [ + 190, + 94 + ], + "area_cells": 43 + }, + { + "id": "range_30", + "name": null, + "center": [ + 199, + 181 + ], + "peak": [ + 199, + 181 + ], + "area_cells": 30 + }, + { + "id": "range_33", + "name": null, + "center": [ + 216, + 107 + ], + "peak": [ + 221, + 105 + ], + "area_cells": 47 + }, + { + "id": "range_34", + "name": null, + "center": [ + 240, + 29 + ], + "peak": [ + 232, + 30 + ], + "area_cells": 50 + }, + { + "id": "range_36", + "name": null, + "center": [ + 248, + 17 + ], + "peak": [ + 248, + 17 + ], + "area_cells": 38 + }, + { + "id": "range_37", + "name": null, + "center": [ + 248, + 303 + ], + "peak": [ + 248, + 304 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879c/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879c/globe.png new file mode 100644 index 000000000..4f0e360ac Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879c/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879c/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879c/heightmap.png new file mode 100644 index 000000000..262c80b87 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879c/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879c/index.md b/wiki/star-systems/GJ-879/bodies/GJ879c/index.md new file mode 100644 index 000000000..efb6ebd15 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ879c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1813409541 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.293 + period_days: 65.0 + axial_tilt_deg: 22.7 +physical: + gravity_g: 0.48 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.974 + polar_ice_lat: 0.871 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.059 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879c + +Arid planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.48g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 65 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879c/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879c/markers.json new file mode 100644 index 000000000..cf4aa7acd --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879c/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 169, + 259 + ], + "peak": [ + 164, + 30 + ], + "area_cells": 68732 + }, + { + "id": "range_3", + "name": null, + "center": [ + 92, + 360 + ], + "peak": [ + 92, + 362 + ], + "area_cells": 26 + }, + { + "id": "range_7", + "name": null, + "center": [ + 253, + 132 + ], + "peak": [ + 253, + 119 + ], + "area_cells": 149 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d-1/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879d-1/globe.png new file mode 100644 index 000000000..8347fcbba Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879d-1/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d-1/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879d-1/heightmap.png new file mode 100644 index 000000000..5eb4498d8 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d-1/index.md b/wiki/star-systems/GJ-879/bodies/GJ879d-1/index.md new file mode 100644 index 000000000..231515f85 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879d-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ879d-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 3291833458 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 2.6 +physical: + gravity_g: 0.05 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.986 + polar_ice_lat: 0.975 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.018 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879d-1 + +Barren moon. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 99% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d-1/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879d-1/markers.json new file mode 100644 index 000000000..60c7e55ab --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879d-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 82, + 142 + ], + "peak": [ + 92, + 259 + ], + "area_cells": 17420 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 383 + ], + "peak": [ + 17, + 378 + ], + "area_cells": 253 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 463 + ], + "peak": [ + 52, + 494 + ], + "area_cells": 4262 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 398 + ], + "peak": [ + 41, + 399 + ], + "area_cells": 58 + }, + { + "id": "range_6", + "name": null, + "center": [ + 48, + 470 + ], + "peak": [ + 46, + 473 + ], + "area_cells": 30 + }, + { + "id": "range_8", + "name": null, + "center": [ + 58, + 428 + ], + "peak": [ + 59, + 428 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 64, + 339 + ], + "peak": [ + 66, + 341 + ], + "area_cells": 82 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 386 + ], + "peak": [ + 66, + 384 + ], + "area_cells": 43 + }, + { + "id": "range_11", + "name": null, + "center": [ + 73, + 182 + ], + "peak": [ + 73, + 182 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 93, + 360 + ], + "peak": [ + 99, + 358 + ], + "area_cells": 99 + }, + { + "id": "range_16", + "name": null, + "center": [ + 136, + 430 + ], + "peak": [ + 136, + 431 + ], + "area_cells": 202 + }, + { + "id": "range_17", + "name": null, + "center": [ + 144, + 16 + ], + "peak": [ + 148, + 14 + ], + "area_cells": 116 + }, + { + "id": "range_18", + "name": null, + "center": [ + 140, + 330 + ], + "peak": [ + 141, + 329 + ], + "area_cells": 42 + }, + { + "id": "range_21", + "name": null, + "center": [ + 167, + 261 + ], + "peak": [ + 167, + 261 + ], + "area_cells": 36 + }, + { + "id": "range_22", + "name": null, + "center": [ + 176, + 362 + ], + "peak": [ + 180, + 366 + ], + "area_cells": 208 + }, + { + "id": "range_24", + "name": null, + "center": [ + 179, + 269 + ], + "peak": [ + 181, + 268 + ], + "area_cells": 89 + }, + { + "id": "range_25", + "name": null, + "center": [ + 184, + 289 + ], + "peak": [ + 184, + 290 + ], + "area_cells": 48 + }, + { + "id": "range_28", + "name": null, + "center": [ + 187, + 391 + ], + "peak": [ + 186, + 392 + ], + "area_cells": 51 + }, + { + "id": "range_29", + "name": null, + "center": [ + 195, + 332 + ], + "peak": [ + 198, + 334 + ], + "area_cells": 107 + }, + { + "id": "range_30", + "name": null, + "center": [ + 195, + 369 + ], + "peak": [ + 194, + 370 + ], + "area_cells": 35 + }, + { + "id": "range_31", + "name": null, + "center": [ + 208, + 353 + ], + "peak": [ + 208, + 357 + ], + "area_cells": 50 + }, + { + "id": "range_35", + "name": null, + "center": [ + 225, + 278 + ], + "peak": [ + 229, + 285 + ], + "area_cells": 173 + }, + { + "id": "range_37", + "name": null, + "center": [ + 238, + 296 + ], + "peak": [ + 238, + 300 + ], + "area_cells": 41 + }, + { + "id": "range_38", + "name": null, + "center": [ + 250, + 227 + ], + "peak": [ + 255, + 224 + ], + "area_cells": 147 + }, + { + "id": "range_39", + "name": null, + "center": [ + 246, + 499 + ], + "peak": [ + 245, + 496 + ], + "area_cells": 101 + }, + { + "id": "range_42", + "name": null, + "center": [ + 252, + 119 + ], + "peak": [ + 255, + 120 + ], + "area_cells": 22 + }, + { + "id": "range_44", + "name": null, + "center": [ + 253, + 199 + ], + "peak": [ + 255, + 202 + ], + "area_cells": 67 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879d/globe.png new file mode 100644 index 000000000..57edbb2b0 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879d/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879d/heightmap.png new file mode 100644 index 000000000..918bf08fd Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879d/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d/index.md b/wiki/star-systems/GJ-879/bodies/GJ879d/index.md new file mode 100644 index 000000000..a3bfed27b --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879d/index.md @@ -0,0 +1,74 @@ +--- +id: GJ879d +name: Patiala +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2099301486 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.523 + period_days: 155.0 + axial_tilt_deg: 31.9 +physical: + gravity_g: 0.9 + oblateness: 0.0029 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.649 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: extensive +clouds: + enabled: true + coverage_base: 0.547 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Patiala + +Temperate planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | extensive | +| **Land** | 94% | +| **Year** | 155 days | +| **Inhabited** | yes | +| **Population** | 300M | +| **Economy** | agriculture | +| **Settlement** | dispersed | +| **Industry** | agricultural_syndic | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879d/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879d/markers.json new file mode 100644 index 000000000..32775177c --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879d/markers.json @@ -0,0 +1,1356 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 38, + 285 + ], + [ + 39, + 284 + ], + [ + 40, + 283 + ], + [ + 41, + 282 + ], + [ + 42, + 282 + ], + [ + 43, + 282 + ], + [ + 44, + 281 + ], + [ + 44, + 282 + ], + [ + 44, + 283 + ], + [ + 45, + 284 + ], + [ + 46, + 285 + ], + [ + 47, + 286 + ], + [ + 47, + 287 + ], + [ + 48, + 288 + ], + [ + 47, + 289 + ], + [ + 48, + 290 + ], + [ + 48, + 291 + ], + [ + 47, + 292 + ], + [ + 47, + 293 + ], + [ + 48, + 294 + ], + [ + 47, + 295 + ], + [ + 47, + 296 + ], + [ + 47, + 297 + ], + [ + 48, + 298 + ], + [ + 47, + 299 + ], + [ + 47, + 300 + ], + [ + 48, + 301 + ], + [ + 47, + 301 + ], + [ + 47, + 302 + ], + [ + 47, + 303 + ], + [ + 48, + 304 + ], + [ + 49, + 305 + ], + [ + 48, + 305 + ], + [ + 49, + 306 + ], + [ + 49, + 307 + ], + [ + 49, + 308 + ], + [ + 50, + 309 + ], + [ + 50, + 310 + ], + [ + 49, + 311 + ], + [ + 49, + 312 + ], + [ + 49, + 313 + ], + [ + 48, + 313 + ], + [ + 48, + 314 + ], + [ + 47, + 315 + ], + [ + 47, + 316 + ], + [ + 46, + 317 + ], + [ + 45, + 318 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 73, + 407 + ], + [ + 74, + 407 + ], + [ + 75, + 406 + ], + [ + 76, + 405 + ], + [ + 77, + 405 + ], + [ + 78, + 404 + ], + [ + 79, + 404 + ], + [ + 80, + 405 + ], + [ + 81, + 404 + ], + [ + 82, + 404 + ], + [ + 83, + 403 + ], + [ + 83, + 404 + ], + [ + 82, + 403 + ], + [ + 81, + 403 + ], + [ + 82, + 402 + ], + [ + 81, + 401 + ], + [ + 81, + 402 + ], + [ + 82, + 401 + ], + [ + 81, + 400 + ], + [ + 82, + 400 + ], + [ + 81, + 399 + ], + [ + 82, + 399 + ], + [ + 81, + 398 + ], + [ + 80, + 398 + ], + [ + 80, + 397 + ], + [ + 81, + 397 + ], + [ + 82, + 396 + ], + [ + 81, + 396 + ], + [ + 80, + 396 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 114, + 185 + ], + [ + 113, + 184 + ], + [ + 112, + 183 + ], + [ + 111, + 182 + ], + [ + 110, + 181 + ], + [ + 111, + 180 + ], + [ + 110, + 179 + ], + [ + 111, + 178 + ], + [ + 110, + 178 + ], + [ + 110, + 177 + ], + [ + 111, + 176 + ], + [ + 110, + 175 + ], + [ + 111, + 174 + ], + [ + 112, + 173 + ], + [ + 111, + 172 + ], + [ + 111, + 171 + ], + [ + 112, + 172 + ], + [ + 113, + 172 + ], + [ + 113, + 173 + ], + [ + 112, + 174 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 140, + 122 + ], + [ + 139, + 121 + ], + [ + 138, + 120 + ], + [ + 137, + 119 + ], + [ + 136, + 118 + ], + [ + 136, + 117 + ], + [ + 135, + 118 + ], + [ + 134, + 119 + ], + [ + 133, + 120 + ], + [ + 133, + 121 + ], + [ + 133, + 122 + ], + [ + 132, + 123 + ], + [ + 133, + 123 + ], + [ + 132, + 124 + ], + [ + 133, + 125 + ], + [ + 132, + 125 + ], + [ + 131, + 126 + ], + [ + 131, + 127 + ], + [ + 132, + 128 + ], + [ + 131, + 129 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 141, + 39 + ], + [ + 142, + 39 + ], + [ + 143, + 40 + ], + [ + 144, + 40 + ], + [ + 145, + 40 + ], + [ + 146, + 41 + ], + [ + 147, + 41 + ], + [ + 148, + 42 + ], + [ + 149, + 41 + ], + [ + 148, + 40 + ], + [ + 149, + 39 + ], + [ + 149, + 38 + ], + [ + 148, + 38 + ], + [ + 147, + 38 + ], + [ + 147, + 37 + ], + [ + 148, + 36 + ], + [ + 149, + 35 + ], + [ + 148, + 34 + ], + [ + 149, + 33 + ], + [ + 149, + 32 + ], + [ + 150, + 31 + ], + [ + 149, + 30 + ], + [ + 149, + 29 + ], + [ + 150, + 28 + ], + [ + 151, + 27 + ], + [ + 152, + 26 + ], + [ + 153, + 25 + ], + [ + 152, + 24 + ], + [ + 152, + 23 + ], + [ + 152, + 22 + ], + [ + 152, + 21 + ], + [ + 153, + 20 + ], + [ + 154, + 20 + ], + [ + 153, + 19 + ], + [ + 154, + 18 + ], + [ + 155, + 17 + ], + [ + 154, + 16 + ], + [ + 155, + 15 + ], + [ + 156, + 14 + ], + [ + 155, + 13 + ], + [ + 155, + 12 + ], + [ + 156, + 11 + ], + [ + 156, + 10 + ], + [ + 155, + 10 + ], + [ + 154, + 11 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 145, + 453 + ], + [ + 144, + 453 + ], + [ + 143, + 452 + ], + [ + 142, + 451 + ], + [ + 143, + 451 + ], + [ + 144, + 451 + ], + [ + 143, + 450 + ], + [ + 144, + 449 + ], + [ + 145, + 448 + ], + [ + 146, + 447 + ], + [ + 147, + 446 + ], + [ + 147, + 445 + ], + [ + 146, + 444 + ], + [ + 146, + 443 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 0, + 243 + ], + [ + 1, + 244 + ], + [ + 2, + 244 + ], + [ + 3, + 244 + ], + [ + 4, + 244 + ], + [ + 5, + 244 + ], + [ + 5, + 245 + ], + [ + 6, + 245 + ], + [ + 6, + 246 + ], + [ + 7, + 247 + ], + [ + 8, + 246 + ], + [ + 9, + 247 + ], + [ + 10, + 247 + ], + [ + 11, + 246 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 137, + 511 + ], + [ + 136, + 0 + ], + [ + 135, + 0 + ], + [ + 134, + 0 + ], + [ + 133, + 0 + ], + [ + 132, + 0 + ], + [ + 131, + 511 + ], + [ + 132, + 510 + ], + [ + 132, + 509 + ], + [ + 133, + 509 + ], + [ + 133, + 510 + ], + [ + 133, + 511 + ], + [ + 132, + 511 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 112, + 428 + ], + [ + 111, + 427 + ], + [ + 111, + 426 + ], + [ + 110, + 426 + ], + [ + 109, + 425 + ], + [ + 108, + 425 + ], + [ + 107, + 425 + ], + [ + 106, + 425 + ], + [ + 105, + 424 + ], + [ + 104, + 424 + ], + [ + 103, + 424 + ], + [ + 102, + 423 + ], + [ + 101, + 422 + ], + [ + 100, + 422 + ], + [ + 99, + 421 + ], + [ + 98, + 421 + ], + [ + 99, + 420 + ], + [ + 100, + 419 + ], + [ + 100, + 418 + ], + [ + 101, + 417 + ], + [ + 100, + 417 + ], + [ + 101, + 416 + ], + [ + 102, + 415 + ], + [ + 102, + 414 + ], + [ + 103, + 413 + ], + [ + 104, + 412 + ], + [ + 103, + 411 + ], + [ + 104, + 410 + ], + [ + 104, + 409 + ], + [ + 105, + 408 + ], + [ + 105, + 409 + ], + [ + 104, + 408 + ], + [ + 105, + 407 + ], + [ + 105, + 406 + ], + [ + 104, + 407 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 119, + 256 + ], + [ + 118, + 256 + ], + [ + 117, + 257 + ], + [ + 118, + 258 + ], + [ + 118, + 259 + ], + [ + 117, + 260 + ], + [ + 116, + 260 + ], + [ + 117, + 261 + ], + [ + 116, + 261 + ], + [ + 115, + 262 + ], + [ + 116, + 262 + ], + [ + 116, + 263 + ], + [ + 115, + 263 + ], + [ + 115, + 264 + ], + [ + 115, + 265 + ], + [ + 116, + 264 + ], + [ + 117, + 264 + ], + [ + 117, + 265 + ], + [ + 118, + 264 + ], + [ + 119, + 265 + ], + [ + 119, + 266 + ], + [ + 118, + 266 + ], + [ + 119, + 267 + ], + [ + 119, + 268 + ], + [ + 119, + 269 + ], + [ + 120, + 270 + ], + [ + 120, + 271 + ], + [ + 119, + 272 + ], + [ + 118, + 271 + ], + [ + 119, + 271 + ], + [ + 118, + 272 + ], + [ + 118, + 273 + ], + [ + 117, + 272 + ], + [ + 117, + 271 + ], + [ + 116, + 270 + ], + [ + 117, + 270 + ], + [ + 118, + 269 + ], + [ + 118, + 270 + ], + [ + 119, + 270 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 25, + 360 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 15, + 453 + ], + "area_fraction": 0.0103 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 43, + 254 + ], + "peak": [ + 43, + 258 + ], + "area_cells": 248 + }, + { + "id": "range_2", + "name": null, + "center": [ + 59, + 79 + ], + "peak": [ + 60, + 82 + ], + "area_cells": 42 + }, + { + "id": "range_3", + "name": null, + "center": [ + 66, + 100 + ], + "peak": [ + 65, + 98 + ], + "area_cells": 138 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 136 + ], + "peak": [ + 75, + 135 + ], + "area_cells": 34 + }, + { + "id": "range_6", + "name": null, + "center": [ + 82, + 464 + ], + "peak": [ + 82, + 462 + ], + "area_cells": 307 + }, + { + "id": "range_7", + "name": null, + "center": [ + 84, + 153 + ], + "peak": [ + 85, + 157 + ], + "area_cells": 173 + }, + { + "id": "range_9", + "name": null, + "center": [ + 149, + 276 + ], + "peak": [ + 139, + 291 + ], + "area_cells": 2705 + }, + { + "id": "range_13", + "name": null, + "center": [ + 190, + 122 + ], + "peak": [ + 200, + 114 + ], + "area_cells": 427 + }, + { + "id": "range_14", + "name": null, + "center": [ + 208, + 388 + ], + "peak": [ + 219, + 388 + ], + "area_cells": 465 + }, + { + "id": "range_15", + "name": null, + "center": [ + 197, + 507 + ], + "peak": [ + 197, + 509 + ], + "area_cells": 30 + }, + { + "id": "range_16", + "name": null, + "center": [ + 225, + 17 + ], + "peak": [ + 226, + 5 + ], + "area_cells": 555 + }, + { + "id": "range_17", + "name": null, + "center": [ + 225, + 503 + ], + "peak": [ + 226, + 510 + ], + "area_cells": 209 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879e/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879e/globe.png new file mode 100644 index 000000000..f21c33c32 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879e/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879e/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879e/heightmap.png new file mode 100644 index 000000000..ed155b18b Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879e/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879e/index.md b/wiki/star-systems/GJ-879/bodies/GJ879e/index.md new file mode 100644 index 000000000..afe3358ad --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ879e +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1799624867 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.831 + period_days: 310.0 + axial_tilt_deg: 25.0 +physical: + gravity_g: 0.42 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.825 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.15 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879e + +Arid planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 310 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879e/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879e/markers.json new file mode 100644 index 000000000..d04567f5a --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879e/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 453 + ], + "peak": [ + 48, + 421 + ], + "area_cells": 2444 + }, + { + "id": "range_2", + "name": null, + "center": [ + 53, + 230 + ], + "peak": [ + 61, + 235 + ], + "area_cells": 520 + }, + { + "id": "range_4", + "name": null, + "center": [ + 79, + 372 + ], + "peak": [ + 90, + 379 + ], + "area_cells": 741 + }, + { + "id": "range_5", + "name": null, + "center": [ + 171, + 227 + ], + "peak": [ + 227, + 369 + ], + "area_cells": 29093 + }, + { + "id": "range_6", + "name": null, + "center": [ + 74, + 41 + ], + "peak": [ + 74, + 42 + ], + "area_cells": 29 + }, + { + "id": "range_7", + "name": null, + "center": [ + 86, + 151 + ], + "peak": [ + 89, + 153 + ], + "area_cells": 110 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 2 + ], + "peak": [ + 88, + 3 + ], + "area_cells": 30 + }, + { + "id": "range_10", + "name": null, + "center": [ + 111, + 478 + ], + "peak": [ + 113, + 478 + ], + "area_cells": 179 + }, + { + "id": "range_11", + "name": null, + "center": [ + 105, + 19 + ], + "peak": [ + 105, + 19 + ], + "area_cells": 117 + }, + { + "id": "range_14", + "name": null, + "center": [ + 123, + 122 + ], + "peak": [ + 124, + 123 + ], + "area_cells": 32 + }, + { + "id": "range_15", + "name": null, + "center": [ + 142, + 13 + ], + "peak": [ + 141, + 15 + ], + "area_cells": 77 + }, + { + "id": "range_16", + "name": null, + "center": [ + 147, + 490 + ], + "peak": [ + 147, + 491 + ], + "area_cells": 22 + }, + { + "id": "range_17", + "name": null, + "center": [ + 164, + 454 + ], + "peak": [ + 166, + 457 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879f/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879f/globe.png new file mode 100644 index 000000000..79fb41fc5 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879f/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879f/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879f/heightmap.png new file mode 100644 index 000000000..0d733b4f7 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879f/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879f/index.md b/wiki/star-systems/GJ-879/bodies/GJ879f/index.md new file mode 100644 index 000000000..357f903a2 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ879f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2542767366 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.497 + period_days: 750.0 + axial_tilt_deg: 34.9 +physical: + gravity_g: 0.35 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.755 + polar_ice_lat: 0.267 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879f + +Frozen planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 750 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879f/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879f/markers.json new file mode 100644 index 000000000..023373bb1 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879f/markers.json @@ -0,0 +1,234 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 28, + 381 + ], + "area_fraction": 0.0216 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 48, + 293 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 205, + 60 + ], + "area_fraction": 0.0914 + }, + { + "id": "water_31", + "name": null, + "kind": "lake", + "center": [ + 152, + 227 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_37", + "name": null, + "kind": "sea", + "center": [ + 222, + 408 + ], + "area_fraction": 0.0912 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 42 + ], + "peak": [ + 11, + 45 + ], + "area_cells": 320 + }, + { + "id": "range_3", + "name": null, + "center": [ + 62, + 2 + ], + "peak": [ + 64, + 1 + ], + "area_cells": 69 + }, + { + "id": "range_4", + "name": null, + "center": [ + 64, + 509 + ], + "peak": [ + 64, + 511 + ], + "area_cells": 37 + }, + { + "id": "range_5", + "name": null, + "center": [ + 76, + 81 + ], + "peak": [ + 74, + 81 + ], + "area_cells": 287 + }, + { + "id": "range_6", + "name": null, + "center": [ + 81, + 104 + ], + "peak": [ + 80, + 104 + ], + "area_cells": 48 + }, + { + "id": "range_7", + "name": null, + "center": [ + 82, + 494 + ], + "peak": [ + 81, + 496 + ], + "area_cells": 45 + }, + { + "id": "range_8", + "name": null, + "center": [ + 87, + 27 + ], + "peak": [ + 86, + 28 + ], + "area_cells": 58 + }, + { + "id": "range_10", + "name": null, + "center": [ + 94, + 143 + ], + "peak": [ + 95, + 142 + ], + "area_cells": 56 + }, + { + "id": "range_11", + "name": null, + "center": [ + 106, + 442 + ], + "peak": [ + 106, + 442 + ], + "area_cells": 23 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 375 + ], + "peak": [ + 148, + 398 + ], + "area_cells": 4826 + }, + { + "id": "range_13", + "name": null, + "center": [ + 191, + 237 + ], + "peak": [ + 196, + 238 + ], + "area_cells": 981 + }, + { + "id": "range_14", + "name": null, + "center": [ + 200, + 184 + ], + "peak": [ + 195, + 183 + ], + "area_cells": 251 + }, + { + "id": "range_15", + "name": null, + "center": [ + 207, + 319 + ], + "peak": [ + 207, + 319 + ], + "area_cells": 48 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-1/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879g-1/globe.png new file mode 100644 index 000000000..493f9e735 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879g-1/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-1/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879g-1/heightmap.png new file mode 100644 index 000000000..eb3cb85e2 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879g-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-1/index.md b/wiki/star-systems/GJ-879/bodies/GJ879g-1/index.md new file mode 100644 index 000000000..00d79b177 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879g-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ879g-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 4004314700 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.06 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.88 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.004 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879g-1 + +Barren moon. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-1/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879g-1/markers.json new file mode 100644 index 000000000..5d39c9900 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879g-1/markers.json @@ -0,0 +1,378 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 8, + 164 + ], + "peak": [ + 4, + 166 + ], + "area_cells": 74 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 174 + ], + "peak": [ + 6, + 172 + ], + "area_cells": 275 + }, + { + "id": "range_4", + "name": null, + "center": [ + 28, + 266 + ], + "peak": [ + 38, + 287 + ], + "area_cells": 2747 + }, + { + "id": "range_7", + "name": null, + "center": [ + 24, + 211 + ], + "peak": [ + 21, + 212 + ], + "area_cells": 60 + }, + { + "id": "range_8", + "name": null, + "center": [ + 32, + 200 + ], + "peak": [ + 15, + 194 + ], + "area_cells": 294 + }, + { + "id": "range_11", + "name": null, + "center": [ + 23, + 118 + ], + "peak": [ + 23, + 118 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 27, + 58 + ], + "peak": [ + 27, + 58 + ], + "area_cells": 38 + }, + { + "id": "range_15", + "name": null, + "center": [ + 31, + 69 + ], + "peak": [ + 33, + 70 + ], + "area_cells": 39 + }, + { + "id": "range_18", + "name": null, + "center": [ + 83, + 392 + ], + "peak": [ + 98, + 387 + ], + "area_cells": 2259 + }, + { + "id": "range_25", + "name": null, + "center": [ + 82, + 285 + ], + "peak": [ + 84, + 286 + ], + "area_cells": 489 + }, + { + "id": "range_26", + "name": null, + "center": [ + 64, + 221 + ], + "peak": [ + 64, + 222 + ], + "area_cells": 29 + }, + { + "id": "range_28", + "name": null, + "center": [ + 84, + 323 + ], + "peak": [ + 79, + 319 + ], + "area_cells": 486 + }, + { + "id": "range_30", + "name": null, + "center": [ + 76, + 254 + ], + "peak": [ + 75, + 252 + ], + "area_cells": 34 + }, + { + "id": "range_31", + "name": null, + "center": [ + 117, + 155 + ], + "peak": [ + 91, + 168 + ], + "area_cells": 1953 + }, + { + "id": "range_33", + "name": null, + "center": [ + 90, + 467 + ], + "peak": [ + 89, + 467 + ], + "area_cells": 76 + }, + { + "id": "range_36", + "name": null, + "center": [ + 100, + 79 + ], + "peak": [ + 103, + 78 + ], + "area_cells": 56 + }, + { + "id": "range_37", + "name": null, + "center": [ + 106, + 457 + ], + "peak": [ + 105, + 455 + ], + "area_cells": 71 + }, + { + "id": "range_41", + "name": null, + "center": [ + 121, + 104 + ], + "peak": [ + 119, + 104 + ], + "area_cells": 29 + }, + { + "id": "range_42", + "name": null, + "center": [ + 135, + 409 + ], + "peak": [ + 134, + 409 + ], + "area_cells": 39 + }, + { + "id": "range_47", + "name": null, + "center": [ + 154, + 392 + ], + "peak": [ + 155, + 390 + ], + "area_cells": 174 + }, + { + "id": "range_48", + "name": null, + "center": [ + 170, + 319 + ], + "peak": [ + 174, + 316 + ], + "area_cells": 159 + }, + { + "id": "range_51", + "name": null, + "center": [ + 180, + 349 + ], + "peak": [ + 183, + 351 + ], + "area_cells": 58 + }, + { + "id": "range_52", + "name": null, + "center": [ + 195, + 148 + ], + "peak": [ + 195, + 149 + ], + "area_cells": 80 + }, + { + "id": "range_53", + "name": null, + "center": [ + 195, + 347 + ], + "peak": [ + 198, + 346 + ], + "area_cells": 25 + }, + { + "id": "range_54", + "name": null, + "center": [ + 196, + 82 + ], + "peak": [ + 195, + 82 + ], + "area_cells": 27 + }, + { + "id": "range_56", + "name": null, + "center": [ + 201, + 397 + ], + "peak": [ + 201, + 397 + ], + "area_cells": 35 + }, + { + "id": "range_62", + "name": null, + "center": [ + 225, + 141 + ], + "peak": [ + 227, + 142 + ], + "area_cells": 32 + }, + { + "id": "range_63", + "name": null, + "center": [ + 227, + 395 + ], + "peak": [ + 230, + 395 + ], + "area_cells": 28 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-2/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879g-2/globe.png new file mode 100644 index 000000000..88ff83bc1 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879g-2/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-2/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879g-2/heightmap.png new file mode 100644 index 000000000..cead4267b Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879g-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-2/index.md b/wiki/star-systems/GJ-879/bodies/GJ879g-2/index.md new file mode 100644 index 000000000..636bd0adf --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879g-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ879g-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 789794339 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.1 + period_days: 13.0 + axial_tilt_deg: 33.2 +physical: + gravity_g: 0.04 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.763 + polar_ice_lat: 0.171 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.267 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879g-2 + +Frozen moon. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.04g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Orbit** | 13 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g-2/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879g-2/markers.json new file mode 100644 index 000000000..9af66f4ef --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879g-2/markers.json @@ -0,0 +1,328 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 24, + 296 + ], + "area_fraction": 0.1591 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 108, + 468 + ], + "area_fraction": 0.007 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 187, + 64 + ], + "area_fraction": 0.0378 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 192, + 485 + ], + "area_fraction": 0.0206 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 65, + 510 + ], + "peak": [ + 65, + 511 + ], + "area_cells": 24 + }, + { + "id": "range_2", + "name": null, + "center": [ + 91, + 50 + ], + "peak": [ + 99, + 82 + ], + "area_cells": 3871 + }, + { + "id": "range_3", + "name": null, + "center": [ + 82, + 509 + ], + "peak": [ + 82, + 511 + ], + "area_cells": 63 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 223 + ], + "peak": [ + 92, + 223 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 110, + 288 + ], + "peak": [ + 115, + 293 + ], + "area_cells": 714 + }, + { + "id": "range_7", + "name": null, + "center": [ + 105, + 155 + ], + "peak": [ + 105, + 160 + ], + "area_cells": 237 + }, + { + "id": "range_8", + "name": null, + "center": [ + 105, + 211 + ], + "peak": [ + 105, + 215 + ], + "area_cells": 22 + }, + { + "id": "range_9", + "name": null, + "center": [ + 108, + 225 + ], + "peak": [ + 108, + 225 + ], + "area_cells": 82 + }, + { + "id": "range_12", + "name": null, + "center": [ + 125, + 237 + ], + "peak": [ + 124, + 235 + ], + "area_cells": 50 + }, + { + "id": "range_13", + "name": null, + "center": [ + 132, + 168 + ], + "peak": [ + 132, + 169 + ], + "area_cells": 46 + }, + { + "id": "range_14", + "name": null, + "center": [ + 129, + 452 + ], + "peak": [ + 130, + 454 + ], + "area_cells": 39 + }, + { + "id": "range_15", + "name": null, + "center": [ + 147, + 210 + ], + "peak": [ + 151, + 210 + ], + "area_cells": 178 + }, + { + "id": "range_17", + "name": null, + "center": [ + 169, + 340 + ], + "peak": [ + 149, + 374 + ], + "area_cells": 1247 + }, + { + "id": "range_18", + "name": null, + "center": [ + 160, + 434 + ], + "peak": [ + 161, + 433 + ], + "area_cells": 489 + }, + { + "id": "range_19", + "name": null, + "center": [ + 242, + 486 + ], + "peak": [ + 247, + 503 + ], + "area_cells": 1207 + }, + { + "id": "range_20", + "name": null, + "center": [ + 247, + 259 + ], + "peak": [ + 252, + 255 + ], + "area_cells": 414 + }, + { + "id": "range_22", + "name": null, + "center": [ + 235, + 404 + ], + "peak": [ + 236, + 407 + ], + "area_cells": 59 + }, + { + "id": "range_25", + "name": null, + "center": [ + 245, + 1 + ], + "peak": [ + 246, + 0 + ], + "area_cells": 44 + }, + { + "id": "range_26", + "name": null, + "center": [ + 250, + 327 + ], + "peak": [ + 255, + 327 + ], + "area_cells": 147 + }, + { + "id": "range_27", + "name": null, + "center": [ + 252, + 238 + ], + "peak": [ + 255, + 240 + ], + "area_cells": 28 + }, + { + "id": "range_28", + "name": null, + "center": [ + 252, + 371 + ], + "peak": [ + 253, + 374 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879g/globe.png new file mode 100644 index 000000000..3e4e391be Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879g/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879g/index.md b/wiki/star-systems/GJ-879/bodies/GJ879g/index.md new file mode 100644 index 000000000..e93540be2 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879g/index.md @@ -0,0 +1,61 @@ +--- +id: GJ879g +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 3934395041 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.067 + period_days: 2200.0 + axial_tilt_deg: 5.2 +physical: + gravity_g: null + oblateness: 0.0749 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: jovian + storm_count: 1 + storm_max_size: 0.086 +--- + +# GJ879g + +Gas giant. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879h/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879h/globe.png new file mode 100644 index 000000000..46f6fbbe5 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879h/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879h/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879h/heightmap.png new file mode 100644 index 000000000..bb072f423 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879h/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879h/index.md b/wiki/star-systems/GJ-879/bodies/GJ879h/index.md new file mode 100644 index 000000000..b2e01d36a --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ879h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3121050161 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.302 + period_days: 5000.0 + axial_tilt_deg: 40.9 +physical: + gravity_g: 0.22 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.807 + polar_ice_lat: 0.156 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879h + +Frozen planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879h/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879h/markers.json new file mode 100644 index 000000000..abf19554d --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879h/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 191, + 170 + ], + "area_fraction": 0.1517 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 49 + ], + "peak": [ + 23, + 58 + ], + "area_cells": 3902 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 450 + ], + "peak": [ + 0, + 401 + ], + "area_cells": 7481 + }, + { + "id": "range_3", + "name": null, + "center": [ + 31, + 148 + ], + "peak": [ + 30, + 149 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 44, + 103 + ], + "peak": [ + 41, + 102 + ], + "area_cells": 67 + }, + { + "id": "range_5", + "name": null, + "center": [ + 54, + 53 + ], + "peak": [ + 55, + 53 + ], + "area_cells": 43 + }, + { + "id": "range_7", + "name": null, + "center": [ + 110, + 465 + ], + "peak": [ + 113, + 470 + ], + "area_cells": 317 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-879/bodies/GJ879i/globe.png b/wiki/star-systems/GJ-879/bodies/GJ879i/globe.png new file mode 100644 index 000000000..9eeda3c46 Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879i/globe.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879i/heightmap.png b/wiki/star-systems/GJ-879/bodies/GJ879i/heightmap.png new file mode 100644 index 000000000..03f5788ce Binary files /dev/null and b/wiki/star-systems/GJ-879/bodies/GJ879i/heightmap.png differ diff --git a/wiki/star-systems/GJ-879/bodies/GJ879i/index.md b/wiki/star-systems/GJ-879/bodies/GJ879i/index.md new file mode 100644 index 000000000..93016841d --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ879i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2841129880 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.845 + period_days: 9000.0 + axial_tilt_deg: 59.9 +physical: + gravity_g: 0.11 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.74 + polar_ice_lat: 0.094 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.391 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ879i + +Frozen planet. + +**System:** [GJ-879](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 9000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-879/bodies/GJ879i/markers.json b/wiki/star-systems/GJ-879/bodies/GJ879i/markers.json new file mode 100644 index 000000000..84d61dec1 --- /dev/null +++ b/wiki/star-systems/GJ-879/bodies/GJ879i/markers.json @@ -0,0 +1,147 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_14", + "name": null, + "kind": "lake", + "center": [ + 126, + 352 + ], + "area_fraction": 0.0076 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 139, + 198 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 166, + 382 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 177, + 337 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_25", + "name": null, + "kind": "ocean", + "center": [ + 213, + 172 + ], + "area_fraction": 0.1559 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 198, + 475 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 236, + 407 + ], + "area_fraction": 0.0189 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 241, + 488 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 18, + 239 + ], + "peak": [ + 0, + 337 + ], + "area_cells": 18217 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 509 + ], + "peak": [ + 52, + 511 + ], + "area_cells": 51 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 458 + ], + "peak": [ + 90, + 459 + ], + "area_cells": 186 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 108 + ], + "peak": [ + 138, + 104 + ], + "area_cells": 283 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ880b/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880b/globe.png new file mode 100644 index 000000000..f3769ffee Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880b/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880b/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880b/heightmap.png new file mode 100644 index 000000000..63973bd65 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880b/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880b/index.md b/wiki/star-systems/GJ-880/bodies/GJ880b/index.md new file mode 100644 index 000000000..81926757a --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ880b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 4258080408 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 1.6 +physical: + gravity_g: 0.3 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.971 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.007 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880b + +Barren planet. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.3g | +| **Land** | 97% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880b/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880b/markers.json new file mode 100644 index 000000000..631e2a4bb --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880b/markers.json @@ -0,0 +1,508 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 49 + ], + "peak": [ + 32, + 65 + ], + "area_cells": 2565 + }, + { + "id": "range_2", + "name": null, + "center": [ + 12, + 126 + ], + "peak": [ + 20, + 121 + ], + "area_cells": 204 + }, + { + "id": "range_3", + "name": null, + "center": [ + 3, + 165 + ], + "peak": [ + 0, + 163 + ], + "area_cells": 179 + }, + { + "id": "range_6", + "name": null, + "center": [ + 11, + 327 + ], + "peak": [ + 8, + 331 + ], + "area_cells": 79 + }, + { + "id": "range_7", + "name": null, + "center": [ + 10, + 423 + ], + "peak": [ + 8, + 425 + ], + "area_cells": 2528 + }, + { + "id": "range_8", + "name": null, + "center": [ + 8, + 484 + ], + "peak": [ + 1, + 486 + ], + "area_cells": 87 + }, + { + "id": "range_9", + "name": null, + "center": [ + 7, + 501 + ], + "peak": [ + 0, + 500 + ], + "area_cells": 285 + }, + { + "id": "range_10", + "name": null, + "center": [ + 25, + 98 + ], + "peak": [ + 18, + 102 + ], + "area_cells": 175 + }, + { + "id": "range_15", + "name": null, + "center": [ + 30, + 20 + ], + "peak": [ + 29, + 22 + ], + "area_cells": 37 + }, + { + "id": "range_24", + "name": null, + "center": [ + 75, + 47 + ], + "peak": [ + 77, + 48 + ], + "area_cells": 65 + }, + { + "id": "range_25", + "name": null, + "center": [ + 79, + 464 + ], + "peak": [ + 80, + 464 + ], + "area_cells": 81 + }, + { + "id": "range_27", + "name": null, + "center": [ + 79, + 9 + ], + "peak": [ + 79, + 9 + ], + "area_cells": 31 + }, + { + "id": "range_28", + "name": null, + "center": [ + 109, + 474 + ], + "peak": [ + 98, + 477 + ], + "area_cells": 663 + }, + { + "id": "range_29", + "name": null, + "center": [ + 109, + 408 + ], + "peak": [ + 113, + 408 + ], + "area_cells": 147 + }, + { + "id": "range_31", + "name": null, + "center": [ + 149, + 86 + ], + "peak": [ + 172, + 97 + ], + "area_cells": 2514 + }, + { + "id": "range_32", + "name": null, + "center": [ + 108, + 432 + ], + "peak": [ + 109, + 434 + ], + "area_cells": 76 + }, + { + "id": "range_33", + "name": null, + "center": [ + 110, + 356 + ], + "peak": [ + 109, + 358 + ], + "area_cells": 110 + }, + { + "id": "range_35", + "name": null, + "center": [ + 127, + 321 + ], + "peak": [ + 123, + 318 + ], + "area_cells": 330 + }, + { + "id": "range_36", + "name": null, + "center": [ + 128, + 449 + ], + "peak": [ + 127, + 448 + ], + "area_cells": 130 + }, + { + "id": "range_37", + "name": null, + "center": [ + 126, + 288 + ], + "peak": [ + 126, + 288 + ], + "area_cells": 35 + }, + { + "id": "range_40", + "name": null, + "center": [ + 137, + 494 + ], + "peak": [ + 142, + 488 + ], + "area_cells": 200 + }, + { + "id": "range_41", + "name": null, + "center": [ + 135, + 397 + ], + "peak": [ + 136, + 398 + ], + "area_cells": 31 + }, + { + "id": "range_44", + "name": null, + "center": [ + 166, + 208 + ], + "peak": [ + 167, + 202 + ], + "area_cells": 1120 + }, + { + "id": "range_45", + "name": null, + "center": [ + 150, + 287 + ], + "peak": [ + 151, + 286 + ], + "area_cells": 62 + }, + { + "id": "range_46", + "name": null, + "center": [ + 184, + 34 + ], + "peak": [ + 172, + 46 + ], + "area_cells": 1865 + }, + { + "id": "range_47", + "name": null, + "center": [ + 168, + 299 + ], + "peak": [ + 168, + 299 + ], + "area_cells": 201 + }, + { + "id": "range_48", + "name": null, + "center": [ + 178, + 269 + ], + "peak": [ + 163, + 263 + ], + "area_cells": 377 + }, + { + "id": "range_49", + "name": null, + "center": [ + 164, + 371 + ], + "peak": [ + 164, + 370 + ], + "area_cells": 79 + }, + { + "id": "range_51", + "name": null, + "center": [ + 187, + 398 + ], + "peak": [ + 184, + 397 + ], + "area_cells": 200 + }, + { + "id": "range_53", + "name": null, + "center": [ + 201, + 231 + ], + "peak": [ + 195, + 236 + ], + "area_cells": 260 + }, + { + "id": "range_54", + "name": null, + "center": [ + 198, + 200 + ], + "peak": [ + 203, + 199 + ], + "area_cells": 157 + }, + { + "id": "range_55", + "name": null, + "center": [ + 193, + 101 + ], + "peak": [ + 195, + 101 + ], + "area_cells": 34 + }, + { + "id": "range_56", + "name": null, + "center": [ + 205, + 360 + ], + "peak": [ + 211, + 363 + ], + "area_cells": 137 + }, + { + "id": "range_57", + "name": null, + "center": [ + 212, + 404 + ], + "peak": [ + 217, + 401 + ], + "area_cells": 89 + }, + { + "id": "range_59", + "name": null, + "center": [ + 217, + 118 + ], + "peak": [ + 221, + 116 + ], + "area_cells": 85 + }, + { + "id": "range_60", + "name": null, + "center": [ + 218, + 385 + ], + "peak": [ + 216, + 386 + ], + "area_cells": 82 + }, + { + "id": "range_62", + "name": null, + "center": [ + 220, + 373 + ], + "peak": [ + 221, + 374 + ], + "area_cells": 26 + }, + { + "id": "range_63", + "name": null, + "center": [ + 253, + 120 + ], + "peak": [ + 255, + 123 + ], + "area_cells": 35 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880c/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880c/globe.png new file mode 100644 index 000000000..4da997d14 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880c/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880c/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880c/heightmap.png new file mode 100644 index 000000000..5039e8cd5 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880c/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880c/index.md b/wiki/star-systems/GJ-880/bodies/GJ880c/index.md new file mode 100644 index 000000000..06c988dd9 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ880c +name: Kongsberg +body_type: planet +planet_class: temperate +body_scale: planet +seed: 527620617 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.091 + period_days: 15.0 + axial_tilt_deg: 0.9 +physical: + gravity_g: 0.75 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.928 + polar_ice_lat: 0.837 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.397 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Kongsberg + +Temperate planet. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.75g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 93% | +| **Year** | 15 days | +| **Inhabited** | yes | +| **Population** | 1K | +| **Economy** | agriculture | +| **Settlement** | concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880c/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880c/markers.json new file mode 100644 index 000000000..b2321c0c9 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880c/markers.json @@ -0,0 +1,1084 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 174, + 378 + ], + [ + 175, + 379 + ], + [ + 176, + 380 + ], + [ + 177, + 381 + ], + [ + 178, + 381 + ], + [ + 179, + 382 + ], + [ + 180, + 382 + ], + [ + 181, + 383 + ], + [ + 181, + 382 + ], + [ + 182, + 381 + ], + [ + 183, + 382 + ], + [ + 184, + 381 + ], + [ + 185, + 380 + ], + [ + 186, + 380 + ], + [ + 187, + 380 + ], + [ + 188, + 380 + ], + [ + 189, + 379 + ], + [ + 190, + 378 + ], + [ + 191, + 377 + ], + [ + 192, + 376 + ], + [ + 193, + 375 + ], + [ + 194, + 375 + ], + [ + 195, + 375 + ], + [ + 196, + 374 + ], + [ + 197, + 373 + ], + [ + 198, + 372 + ], + [ + 199, + 371 + ], + [ + 200, + 370 + ], + [ + 201, + 369 + ], + [ + 202, + 368 + ], + [ + 203, + 367 + ], + [ + 204, + 368 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 197, + 239 + ], + [ + 198, + 240 + ], + [ + 198, + 241 + ], + [ + 199, + 242 + ], + [ + 200, + 243 + ], + [ + 201, + 244 + ], + [ + 202, + 245 + ], + [ + 201, + 246 + ], + [ + 201, + 247 + ], + [ + 202, + 248 + ], + [ + 203, + 249 + ], + [ + 202, + 250 + ], + [ + 202, + 251 + ], + [ + 202, + 252 + ], + [ + 203, + 253 + ], + [ + 204, + 253 + ], + [ + 204, + 254 + ], + [ + 203, + 255 + ], + [ + 204, + 255 + ], + [ + 203, + 256 + ], + [ + 204, + 257 + ], + [ + 204, + 258 + ], + [ + 203, + 259 + ], + [ + 204, + 260 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 120, + 304 + ], + [ + 121, + 303 + ], + [ + 122, + 304 + ], + [ + 123, + 305 + ], + [ + 124, + 306 + ], + [ + 125, + 307 + ], + [ + 126, + 307 + ], + [ + 127, + 308 + ], + [ + 128, + 309 + ], + [ + 129, + 309 + ], + [ + 130, + 310 + ], + [ + 131, + 311 + ], + [ + 131, + 312 + ], + [ + 131, + 313 + ], + [ + 132, + 314 + ], + [ + 131, + 315 + ], + [ + 131, + 316 + ], + [ + 131, + 317 + ], + [ + 131, + 318 + ], + [ + 131, + 319 + ], + [ + 131, + 320 + ], + [ + 131, + 321 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 120, + 28 + ], + [ + 119, + 29 + ], + [ + 118, + 30 + ], + [ + 117, + 31 + ], + [ + 116, + 32 + ], + [ + 115, + 31 + ], + [ + 114, + 30 + ], + [ + 113, + 31 + ], + [ + 112, + 31 + ], + [ + 112, + 30 + ], + [ + 111, + 29 + ], + [ + 110, + 29 + ], + [ + 109, + 29 + ], + [ + 108, + 28 + ], + [ + 107, + 27 + ], + [ + 106, + 27 + ], + [ + 105, + 26 + ], + [ + 104, + 25 + ], + [ + 103, + 25 + ], + [ + 103, + 24 + ], + [ + 102, + 23 + ], + [ + 101, + 22 + ], + [ + 100, + 22 + ], + [ + 100, + 21 + ], + [ + 100, + 20 + ], + [ + 99, + 20 + ], + [ + 98, + 20 + ], + [ + 98, + 21 + ], + [ + 97, + 20 + ], + [ + 96, + 19 + ], + [ + 95, + 18 + ], + [ + 95, + 17 + ], + [ + 95, + 16 + ], + [ + 94, + 16 + ], + [ + 95, + 15 + ], + [ + 94, + 14 + ], + [ + 95, + 14 + ], + [ + 94, + 15 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 156, + 350 + ], + [ + 157, + 349 + ], + [ + 158, + 348 + ], + [ + 159, + 347 + ], + [ + 160, + 346 + ], + [ + 161, + 345 + ], + [ + 162, + 344 + ], + [ + 163, + 343 + ], + [ + 164, + 342 + ], + [ + 165, + 341 + ], + [ + 166, + 340 + ], + [ + 167, + 339 + ], + [ + 168, + 338 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 215, + 113 + ], + [ + 216, + 112 + ], + [ + 216, + 111 + ], + [ + 217, + 110 + ], + [ + 218, + 110 + ], + [ + 219, + 110 + ], + [ + 220, + 109 + ], + [ + 221, + 108 + ], + [ + 222, + 107 + ], + [ + 223, + 106 + ], + [ + 224, + 105 + ], + [ + 225, + 104 + ], + [ + 226, + 103 + ], + [ + 227, + 103 + ], + [ + 228, + 102 + ], + [ + 229, + 102 + ], + [ + 230, + 101 + ], + [ + 230, + 100 + ], + [ + 230, + 99 + ], + [ + 230, + 98 + ], + [ + 231, + 97 + ], + [ + 231, + 98 + ], + [ + 232, + 97 + ], + [ + 232, + 98 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 175, + 328 + ], + [ + 174, + 329 + ], + [ + 173, + 330 + ], + [ + 172, + 330 + ], + [ + 171, + 331 + ], + [ + 170, + 332 + ], + [ + 169, + 332 + ], + [ + 169, + 333 + ], + [ + 169, + 334 + ], + [ + 168, + 334 + ], + [ + 169, + 335 + ], + [ + 169, + 336 + ], + [ + 168, + 337 + ], + [ + 168, + 338 + ], + [ + 169, + 337 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 234, + 421 + ], + [ + 235, + 420 + ], + [ + 236, + 419 + ], + [ + 236, + 418 + ], + [ + 236, + 417 + ], + [ + 236, + 416 + ], + [ + 236, + 415 + ], + [ + 236, + 414 + ], + [ + 236, + 413 + ], + [ + 236, + 412 + ], + [ + 236, + 411 + ], + [ + 236, + 410 + ], + [ + 236, + 409 + ], + [ + 237, + 408 + ], + [ + 238, + 407 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 143, + 95 + ], + [ + 142, + 95 + ], + [ + 141, + 94 + ], + [ + 140, + 94 + ], + [ + 140, + 95 + ], + [ + 139, + 96 + ], + [ + 138, + 97 + ], + [ + 137, + 98 + ], + [ + 136, + 99 + ], + [ + 135, + 100 + ], + [ + 134, + 100 + ], + [ + 133, + 99 + ], + [ + 133, + 100 + ], + [ + 132, + 99 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 225, + 428 + ], + [ + 224, + 427 + ], + [ + 225, + 426 + ], + [ + 225, + 425 + ], + [ + 225, + 424 + ], + [ + 224, + 423 + ], + [ + 223, + 422 + ], + [ + 222, + 421 + ], + [ + 221, + 420 + ], + [ + 220, + 419 + ], + [ + 220, + 418 + ], + [ + 221, + 417 + ], + [ + 222, + 416 + ], + [ + 221, + 415 + ], + [ + 221, + 414 + ], + [ + 222, + 414 + ], + [ + 223, + 413 + ], + [ + 224, + 412 + ], + [ + 224, + 411 + ], + [ + 223, + 412 + ], + [ + 222, + 411 + ], + [ + 223, + 411 + ], + [ + 224, + 410 + ], + [ + 225, + 409 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 205, + 195 + ], + "area_fraction": 0.0158 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 215, + 318 + ], + "area_fraction": 0.0395 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 57, + 140 + ], + "peak": [ + 61, + 123 + ], + "area_cells": 8077 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 351 + ], + "peak": [ + 52, + 362 + ], + "area_cells": 398 + }, + { + "id": "range_4", + "name": null, + "center": [ + 60, + 197 + ], + "peak": [ + 62, + 196 + ], + "area_cells": 173 + }, + { + "id": "range_5", + "name": null, + "center": [ + 57, + 291 + ], + "peak": [ + 58, + 292 + ], + "area_cells": 52 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 319 + ], + "peak": [ + 120, + 304 + ], + "area_cells": 771 + }, + { + "id": "range_7", + "name": null, + "center": [ + 114, + 499 + ], + "peak": [ + 114, + 492 + ], + "area_cells": 273 + }, + { + "id": "range_8", + "name": null, + "center": [ + 121, + 31 + ], + "peak": [ + 114, + 19 + ], + "area_cells": 305 + }, + { + "id": "range_9", + "name": null, + "center": [ + 161, + 370 + ], + "peak": [ + 162, + 371 + ], + "area_cells": 20 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880d/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880d/globe.png new file mode 100644 index 000000000..ab19c5723 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880d/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880d/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880d/heightmap.png new file mode 100644 index 000000000..fc00eb87f Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880d/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880d/index.md b/wiki/star-systems/GJ-880/bodies/GJ880d/index.md new file mode 100644 index 000000000..531df1367 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ880d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4226781030 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.175 + period_days: 40.0 + axial_tilt_deg: 38.0 +physical: + gravity_g: 0.35 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.897 + polar_ice_lat: 0.156 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.289 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880d + +Frozen planet. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 90% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880d/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880d/markers.json new file mode 100644 index 000000000..e07054c11 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880d/markers.json @@ -0,0 +1,136 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 22, + 105 + ], + "area_fraction": 0.0655 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 9, + 434 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 76, + 30 + ], + "area_fraction": 0.0067 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 201 + ], + "peak": [ + 100, + 197 + ], + "area_cells": 351 + }, + { + "id": "range_2", + "name": null, + "center": [ + 134, + 361 + ], + "peak": [ + 132, + 386 + ], + "area_cells": 9426 + }, + { + "id": "range_3", + "name": null, + "center": [ + 105, + 146 + ], + "peak": [ + 103, + 130 + ], + "area_cells": 1015 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 476 + ], + "peak": [ + 117, + 497 + ], + "area_cells": 890 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 222 + ], + "peak": [ + 126, + 228 + ], + "area_cells": 782 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 42 + ], + "peak": [ + 138, + 13 + ], + "area_cells": 2917 + }, + { + "id": "range_7", + "name": null, + "center": [ + 130, + 113 + ], + "peak": [ + 129, + 115 + ], + "area_cells": 115 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880e/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880e/globe.png new file mode 100644 index 000000000..e5d07776b Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880e/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880e/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880e/heightmap.png new file mode 100644 index 000000000..e8075ab7c Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880e/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880e/index.md b/wiki/star-systems/GJ-880/bodies/GJ880e/index.md new file mode 100644 index 000000000..7eb7bf9aa --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ880e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 499363248 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.322 + period_days: 100.0 + axial_tilt_deg: 49.5 +physical: + gravity_g: 0.28 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.746 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.325 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880e + +Frozen planet. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880e/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880e/markers.json new file mode 100644 index 000000000..ef9fdce12 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880e/markers.json @@ -0,0 +1,280 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 41 + ], + "area_fraction": 0.024 + }, + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 59, + 314 + ], + "area_fraction": 0.1196 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 17, + 483 + ], + "area_fraction": 0.0174 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 90, + 67 + ], + "area_fraction": 0.0244 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 192, + 500 + ], + "area_fraction": 0.0077 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 205, + 20 + ], + "area_fraction": 0.0188 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 223, + 169 + ], + "area_fraction": 0.0109 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 97, + 162 + ], + "peak": [ + 101, + 156 + ], + "area_cells": 238 + }, + { + "id": "range_3", + "name": null, + "center": [ + 101, + 133 + ], + "peak": [ + 104, + 134 + ], + "area_cells": 140 + }, + { + "id": "range_4", + "name": null, + "center": [ + 101, + 294 + ], + "peak": [ + 100, + 296 + ], + "area_cells": 73 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 272 + ], + "peak": [ + 104, + 272 + ], + "area_cells": 44 + }, + { + "id": "range_7", + "name": null, + "center": [ + 123, + 127 + ], + "peak": [ + 123, + 127 + ], + "area_cells": 113 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 279 + ], + "peak": [ + 123, + 278 + ], + "area_cells": 142 + }, + { + "id": "range_9", + "name": null, + "center": [ + 124, + 330 + ], + "peak": [ + 125, + 330 + ], + "area_cells": 20 + }, + { + "id": "range_10", + "name": null, + "center": [ + 133, + 440 + ], + "peak": [ + 133, + 438 + ], + "area_cells": 29 + }, + { + "id": "range_11", + "name": null, + "center": [ + 240, + 350 + ], + "peak": [ + 253, + 346 + ], + "area_cells": 2440 + }, + { + "id": "range_13", + "name": null, + "center": [ + 233, + 465 + ], + "peak": [ + 230, + 466 + ], + "area_cells": 456 + }, + { + "id": "range_15", + "name": null, + "center": [ + 251, + 286 + ], + "peak": [ + 255, + 298 + ], + "area_cells": 248 + }, + { + "id": "range_17", + "name": null, + "center": [ + 251, + 15 + ], + "peak": [ + 255, + 10 + ], + "area_cells": 284 + }, + { + "id": "range_18", + "name": null, + "center": [ + 252, + 507 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 60 + }, + { + "id": "range_19", + "name": null, + "center": [ + 253, + 434 + ], + "peak": [ + 254, + 433 + ], + "area_cells": 26 + }, + { + "id": "range_20", + "name": null, + "center": [ + 253, + 422 + ], + "peak": [ + 255, + 424 + ], + "area_cells": 75 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-1/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880f-1/globe.png new file mode 100644 index 000000000..943ead381 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880f-1/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-1/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880f-1/heightmap.png new file mode 100644 index 000000000..512804d2c Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880f-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-1/index.md b/wiki/star-systems/GJ-880/bodies/GJ880f-1/index.md new file mode 100644 index 000000000..8fb27c667 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880f-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ880f-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 1947170612 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 12.7 +physical: + gravity_g: 0.05 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.927 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880f-1 + +Barren moon. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 98% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-1/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880f-1/markers.json new file mode 100644 index 000000000..cc8cfe70e --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880f-1/markers.json @@ -0,0 +1,365 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 9, + 353 + ], + "peak": [ + 11, + 353 + ], + "area_cells": 32 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 362 + ], + "peak": [ + 7, + 363 + ], + "area_cells": 38 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 403 + ], + "peak": [ + 4, + 402 + ], + "area_cells": 49 + }, + { + "id": "range_6", + "name": null, + "center": [ + 25, + 501 + ], + "peak": [ + 24, + 502 + ], + "area_cells": 49 + }, + { + "id": "range_7", + "name": null, + "center": [ + 34, + 337 + ], + "peak": [ + 29, + 337 + ], + "area_cells": 40 + }, + { + "id": "range_8", + "name": null, + "center": [ + 40, + 356 + ], + "peak": [ + 39, + 355 + ], + "area_cells": 56 + }, + { + "id": "range_10", + "name": null, + "center": [ + 62, + 18 + ], + "peak": [ + 66, + 31 + ], + "area_cells": 611 + }, + { + "id": "range_11", + "name": null, + "center": [ + 62, + 495 + ], + "peak": [ + 62, + 496 + ], + "area_cells": 639 + }, + { + "id": "range_12", + "name": null, + "center": [ + 68, + 61 + ], + "peak": [ + 65, + 53 + ], + "area_cells": 948 + }, + { + "id": "range_13", + "name": null, + "center": [ + 80, + 101 + ], + "peak": [ + 84, + 101 + ], + "area_cells": 398 + }, + { + "id": "range_15", + "name": null, + "center": [ + 68, + 416 + ], + "peak": [ + 72, + 416 + ], + "area_cells": 134 + }, + { + "id": "range_17", + "name": null, + "center": [ + 121, + 231 + ], + "peak": [ + 87, + 214 + ], + "area_cells": 1926 + }, + { + "id": "range_19", + "name": null, + "center": [ + 80, + 257 + ], + "peak": [ + 74, + 253 + ], + "area_cells": 260 + }, + { + "id": "range_20", + "name": null, + "center": [ + 142, + 367 + ], + "peak": [ + 166, + 330 + ], + "area_cells": 9147 + }, + { + "id": "range_21", + "name": null, + "center": [ + 82, + 467 + ], + "peak": [ + 83, + 468 + ], + "area_cells": 50 + }, + { + "id": "range_23", + "name": null, + "center": [ + 86, + 350 + ], + "peak": [ + 87, + 352 + ], + "area_cells": 39 + }, + { + "id": "range_25", + "name": null, + "center": [ + 94, + 318 + ], + "peak": [ + 95, + 318 + ], + "area_cells": 48 + }, + { + "id": "range_26", + "name": null, + "center": [ + 98, + 184 + ], + "peak": [ + 97, + 184 + ], + "area_cells": 117 + }, + { + "id": "range_28", + "name": null, + "center": [ + 144, + 109 + ], + "peak": [ + 139, + 97 + ], + "area_cells": 4178 + }, + { + "id": "range_29", + "name": null, + "center": [ + 108, + 160 + ], + "peak": [ + 109, + 169 + ], + "area_cells": 124 + }, + { + "id": "range_30", + "name": null, + "center": [ + 112, + 479 + ], + "peak": [ + 113, + 481 + ], + "area_cells": 105 + }, + { + "id": "range_34", + "name": null, + "center": [ + 129, + 20 + ], + "peak": [ + 129, + 20 + ], + "area_cells": 62 + }, + { + "id": "range_35", + "name": null, + "center": [ + 139, + 34 + ], + "peak": [ + 140, + 35 + ], + "area_cells": 47 + }, + { + "id": "range_37", + "name": null, + "center": [ + 176, + 151 + ], + "peak": [ + 177, + 151 + ], + "area_cells": 135 + }, + { + "id": "range_38", + "name": null, + "center": [ + 181, + 219 + ], + "peak": [ + 180, + 219 + ], + "area_cells": 77 + }, + { + "id": "range_41", + "name": null, + "center": [ + 200, + 399 + ], + "peak": [ + 201, + 405 + ], + "area_cells": 211 + }, + { + "id": "range_42", + "name": null, + "center": [ + 207, + 324 + ], + "peak": [ + 205, + 326 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-2/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880f-2/globe.png new file mode 100644 index 000000000..724a2f376 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880f-2/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-2/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880f-2/heightmap.png new file mode 100644 index 000000000..d401610e4 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880f-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-2/index.md b/wiki/star-systems/GJ-880/bodies/GJ880f-2/index.md new file mode 100644 index 000000000..25f85cd31 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880f-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ880f-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1554583836 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.078 + period_days: 12.0 + axial_tilt_deg: 23.5 +physical: + gravity_g: 0.03 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.729 + polar_ice_lat: 0.281 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.329 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880f-2 + +Frozen moon. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.03g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Orbit** | 12 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f-2/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880f-2/markers.json new file mode 100644 index 000000000..645cf85f5 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880f-2/markers.json @@ -0,0 +1,162 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 33, + 277 + ], + "area_fraction": 0.242 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 212, + 344 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 240, + 272 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 114 + ], + "peak": [ + 75, + 115 + ], + "area_cells": 30 + }, + { + "id": "range_2", + "name": null, + "center": [ + 123, + 401 + ], + "peak": [ + 121, + 390 + ], + "area_cells": 4949 + }, + { + "id": "range_3", + "name": null, + "center": [ + 107, + 313 + ], + "peak": [ + 108, + 314 + ], + "area_cells": 56 + }, + { + "id": "range_4", + "name": null, + "center": [ + 126, + 77 + ], + "peak": [ + 115, + 130 + ], + "area_cells": 2501 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 252 + ], + "peak": [ + 119, + 249 + ], + "area_cells": 230 + }, + { + "id": "range_6", + "name": null, + "center": [ + 152, + 92 + ], + "peak": [ + 145, + 96 + ], + "area_cells": 213 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 193 + ], + "peak": [ + 153, + 198 + ], + "area_cells": 302 + }, + { + "id": "range_8", + "name": null, + "center": [ + 164, + 417 + ], + "peak": [ + 163, + 413 + ], + "area_cells": 93 + }, + { + "id": "range_9", + "name": null, + "center": [ + 163, + 2 + ], + "peak": [ + 164, + 2 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880f/globe.png new file mode 100644 index 000000000..74a2e438a Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880f/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880f/index.md b/wiki/star-systems/GJ-880/bodies/GJ880f/index.md new file mode 100644 index 000000000..80cb7b836 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880f/index.md @@ -0,0 +1,61 @@ +--- +id: GJ880f +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 737527024 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.005 + period_days: 550.0 + axial_tilt_deg: 33.5 +physical: + gravity_g: null + oblateness: 0.0669 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.212 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.126 +--- + +# GJ880f + +Gas giant. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 550 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880g/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880g/globe.png new file mode 100644 index 000000000..54e578dc7 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880g/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880g/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880g/heightmap.png new file mode 100644 index 000000000..7b00ad472 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880g/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880g/index.md b/wiki/star-systems/GJ-880/bodies/GJ880g/index.md new file mode 100644 index 000000000..e20dc8734 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ880g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2710109311 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.376 + period_days: 2000.0 + axial_tilt_deg: 37.2 +physical: + gravity_g: 0.22 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.783 + polar_ice_lat: 0.174 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.312 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880g + +Frozen planet. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 2000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880g/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880g/markers.json new file mode 100644 index 000000000..117a60dd0 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880g/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 57, + 362 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 115, + 441 + ], + "area_fraction": 0.0945 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 197, + 31 + ], + "area_fraction": 0.046 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 237, + 459 + ], + "area_fraction": 0.0287 + }, + { + "id": "water_33", + "name": null, + "kind": "lake", + "center": [ + 241, + 358 + ], + "area_fraction": 0.0134 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 0, + 53 + ], + "peak": [ + 0, + 56 + ], + "area_cells": 48 + }, + { + "id": "range_2", + "name": null, + "center": [ + 74, + 185 + ], + "peak": [ + 49, + 122 + ], + "area_cells": 18013 + }, + { + "id": "range_5", + "name": null, + "center": [ + 104, + 39 + ], + "peak": [ + 105, + 38 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 120, + 253 + ], + "peak": [ + 121, + 253 + ], + "area_cells": 28 + }, + { + "id": "range_9", + "name": null, + "center": [ + 129, + 257 + ], + "peak": [ + 129, + 256 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 144, + 280 + ], + "peak": [ + 143, + 280 + ], + "area_cells": 307 + }, + { + "id": "range_13", + "name": null, + "center": [ + 168, + 123 + ], + "peak": [ + 168, + 118 + ], + "area_cells": 130 + }, + { + "id": "range_14", + "name": null, + "center": [ + 190, + 269 + ], + "peak": [ + 190, + 268 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-880/bodies/GJ880h/globe.png b/wiki/star-systems/GJ-880/bodies/GJ880h/globe.png new file mode 100644 index 000000000..2e6db2c92 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880h/globe.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880h/heightmap.png b/wiki/star-systems/GJ-880/bodies/GJ880h/heightmap.png new file mode 100644 index 000000000..7174a62a6 Binary files /dev/null and b/wiki/star-systems/GJ-880/bodies/GJ880h/heightmap.png differ diff --git a/wiki/star-systems/GJ-880/bodies/GJ880h/index.md b/wiki/star-systems/GJ-880/bodies/GJ880h/index.md new file mode 100644 index 000000000..b7a8c1eba --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ880h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3093331184 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.376 + period_days: 5000.0 + axial_tilt_deg: 35.0 +physical: + gravity_g: 0.1 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.72 + polar_ice_lat: 0.141 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.307 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ880h + +Frozen planet. + +**System:** [GJ-880](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 5000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-880/bodies/GJ880h/markers.json b/wiki/star-systems/GJ-880/bodies/GJ880h/markers.json new file mode 100644 index 000000000..34cef38f1 --- /dev/null +++ b/wiki/star-systems/GJ-880/bodies/GJ880h/markers.json @@ -0,0 +1,208 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 10, + 95 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 36, + 482 + ], + "area_fraction": 0.0145 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 84, + 146 + ], + "area_fraction": 0.0659 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 142, + 69 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_32", + "name": null, + "kind": "ocean", + "center": [ + 231, + 273 + ], + "area_fraction": 0.1558 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 61, + 307 + ], + "peak": [ + 56, + 309 + ], + "area_cells": 125 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 332 + ], + "peak": [ + 70, + 333 + ], + "area_cells": 45 + }, + { + "id": "range_4", + "name": null, + "center": [ + 76, + 357 + ], + "peak": [ + 77, + 357 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 77, + 259 + ], + "peak": [ + 78, + 256 + ], + "area_cells": 92 + }, + { + "id": "range_6", + "name": null, + "center": [ + 129, + 467 + ], + "peak": [ + 92, + 479 + ], + "area_cells": 3828 + }, + { + "id": "range_7", + "name": null, + "center": [ + 90, + 372 + ], + "peak": [ + 91, + 373 + ], + "area_cells": 56 + }, + { + "id": "range_10", + "name": null, + "center": [ + 146, + 307 + ], + "peak": [ + 136, + 302 + ], + "area_cells": 4531 + }, + { + "id": "range_11", + "name": null, + "center": [ + 120, + 4 + ], + "peak": [ + 122, + 0 + ], + "area_cells": 214 + }, + { + "id": "range_17", + "name": null, + "center": [ + 194, + 110 + ], + "peak": [ + 196, + 111 + ], + "area_cells": 60 + }, + { + "id": "range_20", + "name": null, + "center": [ + 207, + 373 + ], + "peak": [ + 204, + 374 + ], + "area_cells": 72 + }, + { + "id": "range_21", + "name": null, + "center": [ + 207, + 335 + ], + "peak": [ + 207, + 335 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ884b/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884b/globe.png new file mode 100644 index 000000000..ecf2cac00 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884b/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884b/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884b/heightmap.png new file mode 100644 index 000000000..92d8bcf29 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884b/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884b/index.md b/wiki/star-systems/GJ-884/bodies/GJ884b/index.md new file mode 100644 index 000000000..d48f61692 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ884b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1587946437 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.105 + period_days: 14.0 + axial_tilt_deg: 20.4 +physical: + gravity_g: 0.36 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.897 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.048 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884b + +Barren planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.36g | +| **Land** | 98% | +| **Year** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884b/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884b/markers.json new file mode 100644 index 000000000..472eb9ae9 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884b/markers.json @@ -0,0 +1,391 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 32, + 47 + ], + "peak": [ + 24, + 57 + ], + "area_cells": 555 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 71 + ], + "peak": [ + 8, + 64 + ], + "area_cells": 286 + }, + { + "id": "range_5", + "name": null, + "center": [ + 29, + 476 + ], + "peak": [ + 29, + 476 + ], + "area_cells": 36 + }, + { + "id": "range_9", + "name": null, + "center": [ + 40, + 2 + ], + "peak": [ + 41, + 3 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 75, + 473 + ], + "peak": [ + 77, + 485 + ], + "area_cells": 1493 + }, + { + "id": "range_12", + "name": null, + "center": [ + 73, + 11 + ], + "peak": [ + 66, + 9 + ], + "area_cells": 477 + }, + { + "id": "range_13", + "name": null, + "center": [ + 72, + 146 + ], + "peak": [ + 70, + 134 + ], + "area_cells": 405 + }, + { + "id": "range_14", + "name": null, + "center": [ + 99, + 388 + ], + "peak": [ + 88, + 403 + ], + "area_cells": 832 + }, + { + "id": "range_15", + "name": null, + "center": [ + 73, + 374 + ], + "peak": [ + 73, + 375 + ], + "area_cells": 24 + }, + { + "id": "range_18", + "name": null, + "center": [ + 96, + 317 + ], + "peak": [ + 95, + 316 + ], + "area_cells": 481 + }, + { + "id": "range_21", + "name": null, + "center": [ + 103, + 185 + ], + "peak": [ + 103, + 181 + ], + "area_cells": 140 + }, + { + "id": "range_23", + "name": null, + "center": [ + 116, + 3 + ], + "peak": [ + 116, + 1 + ], + "area_cells": 105 + }, + { + "id": "range_24", + "name": null, + "center": [ + 113, + 509 + ], + "peak": [ + 115, + 511 + ], + "area_cells": 58 + }, + { + "id": "range_25", + "name": null, + "center": [ + 152, + 443 + ], + "peak": [ + 159, + 429 + ], + "area_cells": 3829 + }, + { + "id": "range_27", + "name": null, + "center": [ + 117, + 50 + ], + "peak": [ + 119, + 52 + ], + "area_cells": 65 + }, + { + "id": "range_28", + "name": null, + "center": [ + 123, + 161 + ], + "peak": [ + 125, + 161 + ], + "area_cells": 31 + }, + { + "id": "range_30", + "name": null, + "center": [ + 123, + 130 + ], + "peak": [ + 124, + 130 + ], + "area_cells": 35 + }, + { + "id": "range_31", + "name": null, + "center": [ + 127, + 30 + ], + "peak": [ + 128, + 31 + ], + "area_cells": 21 + }, + { + "id": "range_32", + "name": null, + "center": [ + 163, + 16 + ], + "peak": [ + 160, + 25 + ], + "area_cells": 1185 + }, + { + "id": "range_33", + "name": null, + "center": [ + 146, + 337 + ], + "peak": [ + 145, + 332 + ], + "area_cells": 293 + }, + { + "id": "range_34", + "name": null, + "center": [ + 154, + 256 + ], + "peak": [ + 156, + 253 + ], + "area_cells": 348 + }, + { + "id": "range_35", + "name": null, + "center": [ + 168, + 229 + ], + "peak": [ + 169, + 230 + ], + "area_cells": 51 + }, + { + "id": "range_37", + "name": null, + "center": [ + 183, + 391 + ], + "peak": [ + 182, + 394 + ], + "area_cells": 291 + }, + { + "id": "range_40", + "name": null, + "center": [ + 187, + 212 + ], + "peak": [ + 189, + 214 + ], + "area_cells": 48 + }, + { + "id": "range_41", + "name": null, + "center": [ + 191, + 31 + ], + "peak": [ + 191, + 31 + ], + "area_cells": 168 + }, + { + "id": "range_44", + "name": null, + "center": [ + 196, + 261 + ], + "peak": [ + 196, + 262 + ], + "area_cells": 46 + }, + { + "id": "range_45", + "name": null, + "center": [ + 197, + 343 + ], + "peak": [ + 195, + 343 + ], + "area_cells": 29 + }, + { + "id": "range_51", + "name": null, + "center": [ + 219, + 10 + ], + "peak": [ + 219, + 11 + ], + "area_cells": 35 + }, + { + "id": "range_53", + "name": null, + "center": [ + 236, + 251 + ], + "peak": [ + 236, + 251 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884c/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884c/globe.png new file mode 100644 index 000000000..7706548e4 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884c/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884c/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884c/heightmap.png new file mode 100644 index 000000000..e17572bf3 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884c/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884c/index.md b/wiki/star-systems/GJ-884/bodies/GJ884c/index.md new file mode 100644 index 000000000..cc5e9f135 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ884c +name: Mbanza +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2186952406 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.489 + period_days: 140.0 + axial_tilt_deg: 15.3 +physical: + gravity_g: 0.88 + oblateness: 0.0021 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.612 + polar_ice_lat: 0.688 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mbanza + +Temperate planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 61% | +| **Year** | 140 days | +| **Inhabited** | yes | +| **Population** | 4M | +| **Economy** | commercial | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884c/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884c/markers.json new file mode 100644 index 000000000..00b94b5fe --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884c/markers.json @@ -0,0 +1,896 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 101, + 298 + ], + [ + 100, + 297 + ], + [ + 99, + 296 + ], + [ + 98, + 295 + ], + [ + 97, + 294 + ], + [ + 96, + 293 + ], + [ + 97, + 292 + ], + [ + 96, + 291 + ], + [ + 96, + 290 + ], + [ + 97, + 289 + ], + [ + 97, + 288 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 113, + 36 + ], + [ + 114, + 36 + ], + [ + 115, + 35 + ], + [ + 116, + 36 + ], + [ + 117, + 37 + ], + [ + 118, + 37 + ], + [ + 119, + 37 + ], + [ + 120, + 37 + ], + [ + 121, + 38 + ], + [ + 122, + 39 + ], + [ + 123, + 38 + ], + [ + 124, + 37 + ], + [ + 125, + 37 + ], + [ + 126, + 38 + ], + [ + 127, + 39 + ], + [ + 128, + 40 + ], + [ + 128, + 41 + ], + [ + 129, + 42 + ], + [ + 130, + 43 + ], + [ + 131, + 42 + ], + [ + 132, + 42 + ], + [ + 133, + 41 + ], + [ + 134, + 42 + ], + [ + 135, + 42 + ], + [ + 136, + 43 + ], + [ + 137, + 42 + ], + [ + 138, + 41 + ], + [ + 139, + 42 + ], + [ + 140, + 41 + ], + [ + 141, + 41 + ], + [ + 142, + 41 + ], + [ + 143, + 41 + ], + [ + 143, + 42 + ], + [ + 144, + 42 + ], + [ + 143, + 43 + ], + [ + 144, + 43 + ], + [ + 143, + 44 + ], + [ + 144, + 44 + ], + [ + 143, + 45 + ], + [ + 144, + 45 + ], + [ + 144, + 46 + ], + [ + 144, + 47 + ], + [ + 145, + 46 + ], + [ + 146, + 46 + ], + [ + 146, + 47 + ], + [ + 147, + 47 + ], + [ + 147, + 48 + ], + [ + 148, + 49 + ], + [ + 149, + 48 + ], + [ + 149, + 49 + ], + [ + 148, + 48 + ], + [ + 148, + 47 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 123, + 217 + ], + [ + 122, + 218 + ], + [ + 121, + 217 + ], + [ + 120, + 216 + ], + [ + 119, + 215 + ], + [ + 118, + 214 + ], + [ + 117, + 213 + ], + [ + 116, + 212 + ], + [ + 115, + 211 + ], + [ + 114, + 210 + ], + [ + 113, + 209 + ], + [ + 113, + 208 + ], + [ + 112, + 207 + ], + [ + 111, + 206 + ], + [ + 110, + 205 + ], + [ + 110, + 204 + ], + [ + 110, + 203 + ], + [ + 111, + 202 + ], + [ + 112, + 201 + ], + [ + 113, + 200 + ], + [ + 114, + 199 + ], + [ + 114, + 198 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 147, + 56 + ], + [ + 146, + 57 + ], + [ + 145, + 58 + ], + [ + 146, + 59 + ], + [ + 145, + 60 + ], + [ + 144, + 60 + ], + [ + 143, + 61 + ], + [ + 143, + 62 + ], + [ + 144, + 62 + ], + [ + 145, + 62 + ], + [ + 144, + 63 + ], + [ + 144, + 64 + ], + [ + 143, + 64 + ], + [ + 143, + 65 + ], + [ + 142, + 65 + ], + [ + 143, + 66 + ], + [ + 144, + 66 + ], + [ + 144, + 65 + ], + [ + 145, + 65 + ], + [ + 146, + 64 + ], + [ + 145, + 63 + ], + [ + 145, + 64 + ], + [ + 146, + 65 + ], + [ + 146, + 66 + ], + [ + 145, + 66 + ], + [ + 144, + 67 + ], + [ + 144, + 68 + ], + [ + 143, + 68 + ], + [ + 143, + 67 + ], + [ + 142, + 67 + ], + [ + 142, + 66 + ], + [ + 141, + 67 + ], + [ + 142, + 68 + ], + [ + 143, + 69 + ], + [ + 144, + 69 + ], + [ + 144, + 70 + ], + [ + 145, + 71 + ], + [ + 146, + 71 + ], + [ + 145, + 72 + ], + [ + 146, + 72 + ], + [ + 146, + 73 + ], + [ + 147, + 73 + ], + [ + 146, + 74 + ], + [ + 145, + 74 + ], + [ + 145, + 73 + ], + [ + 144, + 72 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 128, + 13 + ], + [ + 129, + 13 + ], + [ + 128, + 12 + ], + [ + 127, + 12 + ], + [ + 126, + 11 + ], + [ + 125, + 12 + ], + [ + 124, + 12 + ], + [ + 124, + 11 + ], + [ + 123, + 11 + ], + [ + 122, + 11 + ], + [ + 123, + 10 + ], + [ + 122, + 10 + ], + [ + 121, + 11 + ], + [ + 121, + 12 + ], + [ + 122, + 13 + ], + [ + 123, + 13 + ], + [ + 124, + 13 + ], + [ + 124, + 14 + ], + [ + 125, + 15 + ], + [ + 124, + 15 + ], + [ + 125, + 16 + ], + [ + 124, + 16 + ], + [ + 123, + 16 + ], + [ + 123, + 17 + ], + [ + 122, + 17 + ], + [ + 122, + 16 + ], + [ + 122, + 15 + ], + [ + 123, + 15 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 128, + 311 + ], + [ + 127, + 312 + ], + [ + 127, + 313 + ], + [ + 127, + 314 + ], + [ + 128, + 315 + ], + [ + 129, + 316 + ], + [ + 130, + 317 + ], + [ + 131, + 318 + ], + [ + 132, + 319 + ], + [ + 133, + 320 + ], + [ + 134, + 321 + ], + [ + 135, + 322 + ], + [ + 136, + 322 + ], + [ + 137, + 323 + ], + [ + 138, + 324 + ], + [ + 139, + 324 + ], + [ + 140, + 325 + ], + [ + 141, + 326 + ], + [ + 142, + 327 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 153, + 303 + ], + [ + 154, + 302 + ], + [ + 155, + 301 + ], + [ + 154, + 300 + ], + [ + 155, + 299 + ], + [ + 156, + 298 + ], + [ + 157, + 298 + ], + [ + 158, + 297 + ], + [ + 159, + 296 + ], + [ + 160, + 295 + ], + [ + 161, + 294 + ], + [ + 162, + 294 + ], + [ + 162, + 295 + ], + [ + 163, + 295 + ], + [ + 164, + 295 + ], + [ + 165, + 295 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 204, + 240 + ], + "area_fraction": 0.3821 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 150 + ], + "peak": [ + 80, + 129 + ], + "area_cells": 3708 + }, + { + "id": "range_2", + "name": null, + "center": [ + 62, + 375 + ], + "peak": [ + 58, + 334 + ], + "area_cells": 6379 + }, + { + "id": "range_3", + "name": null, + "center": [ + 41, + 42 + ], + "peak": [ + 41, + 41 + ], + "area_cells": 25 + }, + { + "id": "range_4", + "name": null, + "center": [ + 46, + 4 + ], + "peak": [ + 47, + 2 + ], + "area_cells": 37 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884d/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884d/globe.png new file mode 100644 index 000000000..e61a8c2a3 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884d/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884d/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884d/heightmap.png new file mode 100644 index 000000000..fc027e61a Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884d/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884d/index.md b/wiki/star-systems/GJ-884/bodies/GJ884d/index.md new file mode 100644 index 000000000..3c6f00ade --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ884d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 303191950 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.049 + period_days: 440.0 + axial_tilt_deg: 42.0 +physical: + gravity_g: 0.52 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.984 + polar_ice_lat: 0.223 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.365 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884d + +Frozen planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 440 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884d/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884d/markers.json new file mode 100644 index 000000000..3fc5a2fb2 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884d/markers.json @@ -0,0 +1,285 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 35, + 172 + ], + [ + 34, + 172 + ], + [ + 33, + 173 + ], + [ + 32, + 174 + ], + [ + 31, + 174 + ], + [ + 31, + 175 + ], + [ + 30, + 175 + ], + [ + 29, + 176 + ], + [ + 28, + 175 + ], + [ + 27, + 175 + ], + [ + 26, + 175 + ], + [ + 25, + 174 + ], + [ + 24, + 174 + ], + [ + 23, + 173 + ], + [ + 22, + 172 + ], + [ + 22, + 171 + ], + [ + 21, + 172 + ], + [ + 20, + 171 + ], + [ + 21, + 171 + ], + [ + 20, + 170 + ], + [ + 19, + 171 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 12, + 374 + ], + [ + 11, + 375 + ], + [ + 10, + 376 + ], + [ + 10, + 377 + ], + [ + 9, + 378 + ], + [ + 10, + 378 + ], + [ + 9, + 377 + ], + [ + 8, + 376 + ], + [ + 7, + 376 + ], + [ + 6, + 376 + ], + [ + 6, + 375 + ], + [ + 5, + 376 + ], + [ + 4, + 376 + ], + [ + 3, + 375 + ], + [ + 2, + 376 + ], + [ + 1, + 377 + ], + [ + 0, + 378 + ], + [ + 0, + 379 + ] + ] + } + ], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 34, + 43 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 118, + 387 + ], + "peak": [ + 93, + 372 + ], + "area_cells": 6379 + }, + { + "id": "range_2", + "name": null, + "center": [ + 75, + 455 + ], + "peak": [ + 76, + 457 + ], + "area_cells": 48 + }, + { + "id": "range_3", + "name": null, + "center": [ + 135, + 124 + ], + "peak": [ + 149, + 123 + ], + "area_cells": 7835 + }, + { + "id": "range_4", + "name": null, + "center": [ + 108, + 483 + ], + "peak": [ + 109, + 484 + ], + "area_cells": 24 + }, + { + "id": "range_8", + "name": null, + "center": [ + 152, + 465 + ], + "peak": [ + 156, + 462 + ], + "area_cells": 64 + }, + { + "id": "range_9", + "name": null, + "center": [ + 170, + 11 + ], + "peak": [ + 170, + 13 + ], + "area_cells": 353 + }, + { + "id": "range_15", + "name": null, + "center": [ + 175, + 81 + ], + "peak": [ + 174, + 83 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884e-m1/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/globe.png new file mode 100644 index 000000000..f40d0705e Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884e-m1/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/heightmap.png new file mode 100644 index 000000000..a2095cb81 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884e-m1/index.md b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/index.md new file mode 100644 index 000000000..540878c7f --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ884e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 259057732 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 49.8 +physical: + gravity_g: 0.1 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.937 + polar_ice_lat: 0.115 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.236 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884e-m1 + +Frozen moon. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884e-m1/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/markers.json new file mode 100644 index 000000000..08c00ec7e --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884e-m1/markers.json @@ -0,0 +1,77 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 58, + 221 + ], + "area_fraction": 0.0525 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 173, + 149 + ], + "peak": [ + 153, + 59 + ], + "area_cells": 7734 + }, + { + "id": "range_2", + "name": null, + "center": [ + 172, + 476 + ], + "peak": [ + 173, + 477 + ], + "area_cells": 27 + }, + { + "id": "range_3", + "name": null, + "center": [ + 201, + 380 + ], + "peak": [ + 201, + 419 + ], + "area_cells": 4542 + }, + { + "id": "range_4", + "name": null, + "center": [ + 201, + 446 + ], + "peak": [ + 200, + 446 + ], + "area_cells": 34 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884e/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884e/globe.png new file mode 100644 index 000000000..2402b943e Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884e/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884e/index.md b/wiki/star-systems/GJ-884/bodies/GJ884e/index.md new file mode 100644 index 000000000..1cdabbfd0 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ884e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1831867388 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.269 + period_days: 1400.0 + axial_tilt_deg: 28.8 +physical: + gravity_g: null + oblateness: 0.051 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.134 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 4 + storm_max_size: 0.076 +rings: + enabled: true + inner_radius_factor: 1.12 + outer_radius_factor: 2.76 + opacity_base: 0.61 + ring_color: + - 0.72 + - 0.82 + - 0.95 +--- + +# GJ884e + +Gas giant. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884f/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884f/globe.png new file mode 100644 index 000000000..0596f8b3f Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884f/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884f/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884f/heightmap.png new file mode 100644 index 000000000..0225790ea Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884f/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884f/index.md b/wiki/star-systems/GJ-884/bodies/GJ884f/index.md new file mode 100644 index 000000000..9ce5fc814 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ884f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 516686500 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.259 + period_days: 3600.0 + axial_tilt_deg: 48.9 +physical: + gravity_g: 0.42 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.795 + polar_ice_lat: 0.165 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884f + +Frozen planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 3600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884f/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884f/markers.json new file mode 100644 index 000000000..719ac1ea4 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884f/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 26, + 264 + ], + "area_fraction": 0.1885 + } + ], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 88, + 460 + ], + "peak": [ + 89, + 461 + ], + "area_cells": 34 + }, + { + "id": "range_5", + "name": null, + "center": [ + 157, + 187 + ], + "peak": [ + 160, + 157 + ], + "area_cells": 22103 + }, + { + "id": "range_6", + "name": null, + "center": [ + 167, + 465 + ], + "peak": [ + 170, + 434 + ], + "area_cells": 3483 + }, + { + "id": "range_8", + "name": null, + "center": [ + 133, + 341 + ], + "peak": [ + 132, + 340 + ], + "area_cells": 241 + }, + { + "id": "range_10", + "name": null, + "center": [ + 158, + 502 + ], + "peak": [ + 158, + 503 + ], + "area_cells": 34 + }, + { + "id": "range_18", + "name": null, + "center": [ + 223, + 403 + ], + "peak": [ + 215, + 387 + ], + "area_cells": 2452 + }, + { + "id": "range_22", + "name": null, + "center": [ + 210, + 474 + ], + "peak": [ + 212, + 474 + ], + "area_cells": 89 + }, + { + "id": "range_23", + "name": null, + "center": [ + 207, + 167 + ], + "peak": [ + 208, + 167 + ], + "area_cells": 41 + }, + { + "id": "range_26", + "name": null, + "center": [ + 243, + 179 + ], + "peak": [ + 238, + 182 + ], + "area_cells": 2336 + }, + { + "id": "range_27", + "name": null, + "center": [ + 231, + 470 + ], + "peak": [ + 232, + 468 + ], + "area_cells": 96 + }, + { + "id": "range_28", + "name": null, + "center": [ + 239, + 479 + ], + "peak": [ + 243, + 481 + ], + "area_cells": 42 + }, + { + "id": "range_29", + "name": null, + "center": [ + 235, + 27 + ], + "peak": [ + 235, + 28 + ], + "area_cells": 49 + }, + { + "id": "range_33", + "name": null, + "center": [ + 240, + 9 + ], + "peak": [ + 240, + 7 + ], + "area_cells": 41 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884g/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884g/globe.png new file mode 100644 index 000000000..6928ef50e Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884g/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884g/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884g/heightmap.png new file mode 100644 index 000000000..163386eaf Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884g/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884g/index.md b/wiki/star-systems/GJ-884/bodies/GJ884g/index.md new file mode 100644 index 000000000..dac419473 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ884g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2663447451 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 7.493 + period_days: 8400.0 + axial_tilt_deg: 20.5 +physical: + gravity_g: 0.34 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.871 + polar_ice_lat: 0.055 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.31 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884g + +Frozen planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 87% | +| **Year** | 8400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884g/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884g/markers.json new file mode 100644 index 000000000..020a6c4ea --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884g/markers.json @@ -0,0 +1,48 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 183, + 85 + ], + "area_fraction": 0.0112 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 230, + 295 + ], + "area_fraction": 0.0984 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 130, + 283 + ], + "peak": [ + 94, + 398 + ], + "area_cells": 19404 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884h/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884h/globe.png new file mode 100644 index 000000000..6b08e65ef Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884h/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884h/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884h/heightmap.png new file mode 100644 index 000000000..0281467dc Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884h/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884h/index.md b/wiki/star-systems/GJ-884/bodies/GJ884h/index.md new file mode 100644 index 000000000..8d96db6ac --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ884h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2165853679 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 13.36 + period_days: 20000.0 + axial_tilt_deg: 37.1 +physical: + gravity_g: 0.24 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.82 + polar_ice_lat: 0.274 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.259 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884h + +Frozen planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 20000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884h/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884h/markers.json new file mode 100644 index 000000000..f14d5bfb4 --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884h/markers.json @@ -0,0 +1,149 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 68, + 357 + ], + "area_fraction": 0.1184 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 136, + 308 + ], + "area_fraction": 0.0175 + }, + { + "id": "water_45", + "name": null, + "kind": "lake", + "center": [ + 185, + 371 + ], + "area_fraction": 0.0079 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 8, + 96 + ], + "peak": [ + 1, + 97 + ], + "area_cells": 742 + }, + { + "id": "range_6", + "name": null, + "center": [ + 15, + 44 + ], + "peak": [ + 17, + 39 + ], + "area_cells": 724 + }, + { + "id": "range_8", + "name": null, + "center": [ + 12, + 229 + ], + "peak": [ + 14, + 226 + ], + "area_cells": 44 + }, + { + "id": "range_10", + "name": null, + "center": [ + 13, + 509 + ], + "peak": [ + 13, + 511 + ], + "area_cells": 39 + }, + { + "id": "range_12", + "name": null, + "center": [ + 179, + 66 + ], + "peak": [ + 177, + 67 + ], + "area_cells": 141 + }, + { + "id": "range_13", + "name": null, + "center": [ + 236, + 137 + ], + "peak": [ + 230, + 220 + ], + "area_cells": 7445 + }, + { + "id": "range_14", + "name": null, + "center": [ + 247, + 4 + ], + "peak": [ + 252, + 0 + ], + "area_cells": 136 + }, + { + "id": "range_15", + "name": null, + "center": [ + 251, + 490 + ], + "peak": [ + 254, + 510 + ], + "area_cells": 351 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-884/bodies/GJ884i/globe.png b/wiki/star-systems/GJ-884/bodies/GJ884i/globe.png new file mode 100644 index 000000000..36f63d585 Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884i/globe.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884i/heightmap.png b/wiki/star-systems/GJ-884/bodies/GJ884i/heightmap.png new file mode 100644 index 000000000..344e0211b Binary files /dev/null and b/wiki/star-systems/GJ-884/bodies/GJ884i/heightmap.png differ diff --git a/wiki/star-systems/GJ-884/bodies/GJ884i/index.md b/wiki/star-systems/GJ-884/bodies/GJ884i/index.md new file mode 100644 index 000000000..616e0ae2d --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ884i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 1920827138 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 21.908 + period_days: 42000.0 + axial_tilt_deg: 42.8 +physical: + gravity_g: 0.12 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.864 + polar_ice_lat: 0.213 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.222 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ884i + +Frozen planet. + +**System:** [GJ-884](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 42000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-884/bodies/GJ884i/markers.json b/wiki/star-systems/GJ-884/bodies/GJ884i/markers.json new file mode 100644 index 000000000..60b53629a --- /dev/null +++ b/wiki/star-systems/GJ-884/bodies/GJ884i/markers.json @@ -0,0 +1,143 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 12, + 116 + ], + "area_fraction": 0.0279 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 4, + 308 + ], + "area_fraction": 0.0069 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 16, + 483 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 216, + 482 + ], + "area_fraction": 0.0272 + }, + { + "id": "water_32", + "name": null, + "kind": "sea", + "center": [ + 233, + 43 + ], + "area_fraction": 0.0319 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 102, + 205 + ], + "peak": [ + 106, + 235 + ], + "area_cells": 11828 + }, + { + "id": "range_2", + "name": null, + "center": [ + 60, + 94 + ], + "peak": [ + 59, + 94 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 74 + ], + "peak": [ + 77, + 77 + ], + "area_cells": 4250 + }, + { + "id": "range_5", + "name": null, + "center": [ + 130, + 275 + ], + "peak": [ + 131, + 275 + ], + "area_cells": 26 + }, + { + "id": "range_6", + "name": null, + "center": [ + 137, + 361 + ], + "peak": [ + 138, + 360 + ], + "area_cells": 68 + }, + { + "id": "range_8", + "name": null, + "center": [ + 202, + 318 + ], + "peak": [ + 204, + 319 + ], + "area_cells": 73 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ887b/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887b/globe.png new file mode 100644 index 000000000..a94f45b4c Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887b/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887b/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887b/heightmap.png new file mode 100644 index 000000000..351c62895 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887b/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887b/index.md b/wiki/star-systems/GJ-887/bodies/GJ887b/index.md new file mode 100644 index 000000000..9b0214c94 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ887b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 487783199 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.06 + period_days: 8.0 + axial_tilt_deg: 1.0 +physical: + gravity_g: 0.2 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.985 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + 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 +--- + +# GJ887b + +Barren planet. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.2g | +| **Land** | 98% | +| **Year** | 8 days | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887b/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887b/markers.json new file mode 100644 index 000000000..4933850ca --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887b/markers.json @@ -0,0 +1,222 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 218 + ], + "peak": [ + 85, + 223 + ], + "area_cells": 194 + }, + { + "id": "range_2", + "name": null, + "center": [ + 83, + 332 + ], + "peak": [ + 84, + 333 + ], + "area_cells": 31 + }, + { + "id": "range_5", + "name": null, + "center": [ + 126, + 256 + ], + "peak": [ + 118, + 250 + ], + "area_cells": 517 + }, + { + "id": "range_6", + "name": null, + "center": [ + 145, + 414 + ], + "peak": [ + 148, + 439 + ], + "area_cells": 2526 + }, + { + "id": "range_7", + "name": null, + "center": [ + 151, + 224 + ], + "peak": [ + 145, + 221 + ], + "area_cells": 1525 + }, + { + "id": "range_8", + "name": null, + "center": [ + 171, + 114 + ], + "peak": [ + 155, + 96 + ], + "area_cells": 4044 + }, + { + "id": "range_10", + "name": null, + "center": [ + 154, + 490 + ], + "peak": [ + 167, + 472 + ], + "area_cells": 943 + }, + { + "id": "range_14", + "name": null, + "center": [ + 151, + 316 + ], + "peak": [ + 146, + 319 + ], + "area_cells": 824 + }, + { + "id": "range_17", + "name": null, + "center": [ + 156, + 6 + ], + "peak": [ + 155, + 0 + ], + "area_cells": 119 + }, + { + "id": "range_22", + "name": null, + "center": [ + 191, + 52 + ], + "peak": [ + 203, + 56 + ], + "area_cells": 490 + }, + { + "id": "range_23", + "name": null, + "center": [ + 192, + 393 + ], + "peak": [ + 199, + 393 + ], + "area_cells": 470 + }, + { + "id": "range_24", + "name": null, + "center": [ + 180, + 208 + ], + "peak": [ + 178, + 207 + ], + "area_cells": 203 + }, + { + "id": "range_25", + "name": null, + "center": [ + 186, + 277 + ], + "peak": [ + 184, + 278 + ], + "area_cells": 86 + }, + { + "id": "range_28", + "name": null, + "center": [ + 189, + 468 + ], + "peak": [ + 190, + 470 + ], + "area_cells": 26 + }, + { + "id": "range_29", + "name": null, + "center": [ + 192, + 454 + ], + "peak": [ + 193, + 454 + ], + "area_cells": 90 + }, + { + "id": "range_36", + "name": null, + "center": [ + 230, + 407 + ], + "peak": [ + 234, + 407 + ], + "area_cells": 24 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c-1/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887c-1/globe.png new file mode 100644 index 000000000..f39385634 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887c-1/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c-1/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887c-1/heightmap.png new file mode 100644 index 000000000..d40a0a261 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887c-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c-1/index.md b/wiki/star-systems/GJ-887/bodies/GJ887c-1/index.md new file mode 100644 index 000000000..d1168a44e --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887c-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ887c-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2135047699 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 4.1 +physical: + gravity_g: 0.04 + oblateness: 0.0008 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.921 + tectonics: none +environment: + geothermal_flux: low + 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 +--- + +# GJ887c-1 + +Barren moon. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.04g | +| **Land** | 98% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c-1/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887c-1/markers.json new file mode 100644 index 000000000..1ace85e08 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887c-1/markers.json @@ -0,0 +1,248 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 40, + 132 + ], + "peak": [ + 19, + 175 + ], + "area_cells": 18809 + }, + { + "id": "range_3", + "name": null, + "center": [ + 30, + 427 + ], + "peak": [ + 41, + 344 + ], + "area_cells": 7199 + }, + { + "id": "range_4", + "name": null, + "center": [ + 32, + 298 + ], + "peak": [ + 35, + 295 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 70, + 363 + ], + "peak": [ + 70, + 364 + ], + "area_cells": 65 + }, + { + "id": "range_10", + "name": null, + "center": [ + 97, + 339 + ], + "peak": [ + 108, + 351 + ], + "area_cells": 613 + }, + { + "id": "range_11", + "name": null, + "center": [ + 69, + 387 + ], + "peak": [ + 70, + 387 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 243 + ], + "peak": [ + 120, + 234 + ], + "area_cells": 5113 + }, + { + "id": "range_15", + "name": null, + "center": [ + 97, + 395 + ], + "peak": [ + 98, + 397 + ], + "area_cells": 134 + }, + { + "id": "range_17", + "name": null, + "center": [ + 127, + 138 + ], + "peak": [ + 131, + 136 + ], + "area_cells": 103 + }, + { + "id": "range_18", + "name": null, + "center": [ + 151, + 379 + ], + "peak": [ + 152, + 378 + ], + "area_cells": 157 + }, + { + "id": "range_19", + "name": null, + "center": [ + 152, + 351 + ], + "peak": [ + 152, + 352 + ], + "area_cells": 48 + }, + { + "id": "range_22", + "name": null, + "center": [ + 188, + 387 + ], + "peak": [ + 187, + 387 + ], + "area_cells": 127 + }, + { + "id": "range_23", + "name": null, + "center": [ + 200, + 364 + ], + "peak": [ + 206, + 361 + ], + "area_cells": 185 + }, + { + "id": "range_24", + "name": null, + "center": [ + 232, + 488 + ], + "peak": [ + 224, + 473 + ], + "area_cells": 1359 + }, + { + "id": "range_25", + "name": null, + "center": [ + 235, + 11 + ], + "peak": [ + 255, + 3 + ], + "area_cells": 743 + }, + { + "id": "range_28", + "name": null, + "center": [ + 219, + 126 + ], + "peak": [ + 220, + 125 + ], + "area_cells": 37 + }, + { + "id": "range_29", + "name": null, + "center": [ + 235, + 29 + ], + "peak": [ + 240, + 31 + ], + "area_cells": 54 + }, + { + "id": "range_33", + "name": null, + "center": [ + 241, + 279 + ], + "peak": [ + 242, + 280 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887c/globe.png new file mode 100644 index 000000000..01023303d Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887c/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887c/heightmap.png new file mode 100644 index 000000000..f48c7f2a2 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887c/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c/index.md b/wiki/star-systems/GJ-887/bodies/GJ887c/index.md new file mode 100644 index 000000000..149737fc3 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ887c +name: Calder +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2167362866 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.441 + period_days: 160.0 + axial_tilt_deg: 35.0 +physical: + gravity_g: 0.8 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.694 + polar_ice_lat: 0.722 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: rivers +clouds: + enabled: true + coverage_base: 0.437 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Calder + +Temperate planet. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.8g | +| **Atmosphere** | standard | +| **Hydrosphere** | rivers | +| **Land** | 69% | +| **Year** | 160 days | +| **Inhabited** | yes | +| **Population** | 600M | +| **Economy** | service_mixed | +| **Settlement** | urban_concentrated | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887c/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887c/markers.json new file mode 100644 index 000000000..db1cb141a --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887c/markers.json @@ -0,0 +1,771 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 219, + 11 + ], + [ + 220, + 11 + ], + [ + 221, + 11 + ], + [ + 222, + 10 + ], + [ + 223, + 10 + ], + [ + 224, + 10 + ], + [ + 224, + 11 + ], + [ + 225, + 12 + ], + [ + 226, + 13 + ], + [ + 225, + 14 + ], + [ + 226, + 14 + ], + [ + 227, + 15 + ], + [ + 228, + 16 + ], + [ + 229, + 17 + ], + [ + 230, + 18 + ], + [ + 231, + 19 + ], + [ + 232, + 20 + ], + [ + 233, + 21 + ], + [ + 232, + 21 + ], + [ + 233, + 20 + ], + [ + 233, + 19 + ], + [ + 233, + 18 + ], + [ + 234, + 18 + ], + [ + 235, + 19 + ], + [ + 236, + 20 + ], + [ + 237, + 21 + ], + [ + 237, + 20 + ], + [ + 236, + 19 + ], + [ + 237, + 19 + ], + [ + 236, + 18 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 56, + 442 + ], + [ + 55, + 443 + ], + [ + 54, + 444 + ], + [ + 53, + 444 + ], + [ + 52, + 445 + ], + [ + 51, + 446 + ], + [ + 50, + 447 + ], + [ + 49, + 448 + ], + [ + 48, + 449 + ], + [ + 47, + 450 + ], + [ + 46, + 450 + ], + [ + 45, + 449 + ], + [ + 44, + 449 + ], + [ + 43, + 448 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 77, + 163 + ], + [ + 78, + 163 + ], + [ + 79, + 164 + ], + [ + 80, + 164 + ], + [ + 81, + 164 + ], + [ + 82, + 164 + ], + [ + 83, + 165 + ], + [ + 84, + 165 + ], + [ + 85, + 166 + ], + [ + 86, + 167 + ], + [ + 87, + 167 + ], + [ + 88, + 168 + ], + [ + 89, + 168 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 118, + 67 + ], + [ + 117, + 68 + ], + [ + 116, + 69 + ], + [ + 115, + 70 + ], + [ + 114, + 71 + ], + [ + 113, + 72 + ], + [ + 112, + 73 + ], + [ + 112, + 74 + ], + [ + 113, + 75 + ], + [ + 114, + 76 + ], + [ + 115, + 77 + ], + [ + 116, + 78 + ], + [ + 117, + 79 + ], + [ + 118, + 80 + ], + [ + 119, + 81 + ], + [ + 120, + 82 + ], + [ + 121, + 83 + ], + [ + 122, + 84 + ], + [ + 123, + 83 + ], + [ + 124, + 84 + ], + [ + 125, + 83 + ], + [ + 126, + 84 + ], + [ + 127, + 85 + ], + [ + 126, + 86 + ], + [ + 127, + 87 + ], + [ + 127, + 88 + ], + [ + 126, + 87 + ], + [ + 127, + 86 + ], + [ + 128, + 87 + ], + [ + 128, + 86 + ], + [ + 128, + 85 + ], + [ + 127, + 84 + ], + [ + 126, + 85 + ], + [ + 125, + 86 + ], + [ + 124, + 87 + ], + [ + 125, + 87 + ], + [ + 125, + 88 + ], + [ + 126, + 88 + ], + [ + 127, + 89 + ], + [ + 128, + 90 + ], + [ + 127, + 91 + ], + [ + 128, + 92 + ], + [ + 129, + 93 + ], + [ + 129, + 92 + ], + [ + 128, + 93 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 29, + 385 + ], + [ + 30, + 385 + ], + [ + 29, + 386 + ], + [ + 28, + 387 + ], + [ + 27, + 388 + ], + [ + 26, + 389 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 55, + 18 + ], + [ + 55, + 17 + ], + [ + 54, + 16 + ], + [ + 53, + 15 + ], + [ + 52, + 14 + ], + [ + 51, + 14 + ], + [ + 50, + 13 + ], + [ + 49, + 12 + ], + [ + 48, + 13 + ], + [ + 48, + 12 + ], + [ + 47, + 13 + ], + [ + 46, + 12 + ], + [ + 47, + 11 + ], + [ + 47, + 10 + ], + [ + 46, + 10 + ], + [ + 46, + 11 + ], + [ + 45, + 11 + ], + [ + 44, + 12 + ], + [ + 44, + 11 + ], + [ + 43, + 10 + ], + [ + 44, + 10 + ], + [ + 45, + 10 + ], + [ + 45, + 9 + ], + [ + 46, + 9 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 76, + 361 + ], + [ + 75, + 360 + ], + [ + 74, + 360 + ], + [ + 73, + 359 + ], + [ + 72, + 358 + ], + [ + 71, + 357 + ], + [ + 70, + 357 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 20, + 241 + ], + "area_fraction": 0.1448 + }, + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 117, + 366 + ], + "area_fraction": 0.1321 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 103, + 28 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 140, + 14 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 54, + 370 + ], + "peak": [ + 54, + 368 + ], + "area_cells": 100 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 486 + ], + "peak": [ + 57, + 489 + ], + "area_cells": 70 + }, + { + "id": "range_3", + "name": null, + "center": [ + 71, + 279 + ], + "peak": [ + 75, + 278 + ], + "area_cells": 257 + }, + { + "id": "range_5", + "name": null, + "center": [ + 118, + 68 + ], + "peak": [ + 118, + 67 + ], + "area_cells": 102 + }, + { + "id": "range_6", + "name": null, + "center": [ + 169, + 73 + ], + "peak": [ + 166, + 52 + ], + "area_cells": 2450 + }, + { + "id": "range_7", + "name": null, + "center": [ + 163, + 320 + ], + "peak": [ + 159, + 324 + ], + "area_cells": 747 + }, + { + "id": "range_8", + "name": null, + "center": [ + 208, + 269 + ], + "peak": [ + 211, + 257 + ], + "area_cells": 1195 + }, + { + "id": "range_9", + "name": null, + "center": [ + 225, + 157 + ], + "peak": [ + 219, + 120 + ], + "area_cells": 931 + }, + { + "id": "range_10", + "name": null, + "center": [ + 221, + 289 + ], + "peak": [ + 221, + 289 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-887/bodies/GJ887d/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887d/globe.png new file mode 100644 index 000000000..b4af43cc6 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887d/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887d/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887d/heightmap.png new file mode 100644 index 000000000..2411987ac Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887d/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887d/index.md b/wiki/star-systems/GJ-887/bodies/GJ887d/index.md new file mode 100644 index 000000000..03340b253 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887d/index.md @@ -0,0 +1,64 @@ +--- +id: GJ887d +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3096568708 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.175 + period_days: 40.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.35 + oblateness: 0.0004 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.985 + polar_ice_lat: 0.947 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.044 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ887d + +Barren planet. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.35g | +| **Land** | 98% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887d/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887d/markers.json new file mode 100644 index 000000000..f15862e70 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887d/markers.json @@ -0,0 +1,313 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 5, + 310 + ], + "peak": [ + 9, + 308 + ], + "area_cells": 57 + }, + { + "id": "range_4", + "name": null, + "center": [ + 16, + 296 + ], + "peak": [ + 17, + 297 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 38, + 306 + ], + "peak": [ + 34, + 308 + ], + "area_cells": 60 + }, + { + "id": "range_12", + "name": null, + "center": [ + 47, + 63 + ], + "peak": [ + 48, + 62 + ], + "area_cells": 68 + }, + { + "id": "range_13", + "name": null, + "center": [ + 69, + 117 + ], + "peak": [ + 75, + 112 + ], + "area_cells": 475 + }, + { + "id": "range_14", + "name": null, + "center": [ + 67, + 44 + ], + "peak": [ + 65, + 43 + ], + "area_cells": 298 + }, + { + "id": "range_21", + "name": null, + "center": [ + 67, + 397 + ], + "peak": [ + 67, + 398 + ], + "area_cells": 28 + }, + { + "id": "range_24", + "name": null, + "center": [ + 128, + 127 + ], + "peak": [ + 126, + 117 + ], + "area_cells": 2206 + }, + { + "id": "range_27", + "name": null, + "center": [ + 132, + 240 + ], + "peak": [ + 128, + 242 + ], + "area_cells": 167 + }, + { + "id": "range_28", + "name": null, + "center": [ + 131, + 278 + ], + "peak": [ + 129, + 275 + ], + "area_cells": 127 + }, + { + "id": "range_29", + "name": null, + "center": [ + 180, + 386 + ], + "peak": [ + 189, + 368 + ], + "area_cells": 1628 + }, + { + "id": "range_30", + "name": null, + "center": [ + 161, + 182 + ], + "peak": [ + 171, + 180 + ], + "area_cells": 191 + }, + { + "id": "range_31", + "name": null, + "center": [ + 165, + 248 + ], + "peak": [ + 166, + 249 + ], + "area_cells": 20 + }, + { + "id": "range_32", + "name": null, + "center": [ + 167, + 340 + ], + "peak": [ + 167, + 339 + ], + "area_cells": 30 + }, + { + "id": "range_33", + "name": null, + "center": [ + 170, + 325 + ], + "peak": [ + 171, + 326 + ], + "area_cells": 73 + }, + { + "id": "range_34", + "name": null, + "center": [ + 183, + 156 + ], + "peak": [ + 179, + 157 + ], + "area_cells": 165 + }, + { + "id": "range_35", + "name": null, + "center": [ + 193, + 220 + ], + "peak": [ + 194, + 220 + ], + "area_cells": 25 + }, + { + "id": "range_36", + "name": null, + "center": [ + 201, + 504 + ], + "peak": [ + 199, + 505 + ], + "area_cells": 59 + }, + { + "id": "range_37", + "name": null, + "center": [ + 209, + 335 + ], + "peak": [ + 214, + 328 + ], + "area_cells": 257 + }, + { + "id": "range_40", + "name": null, + "center": [ + 212, + 138 + ], + "peak": [ + 212, + 140 + ], + "area_cells": 60 + }, + { + "id": "range_43", + "name": null, + "center": [ + 220, + 13 + ], + "peak": [ + 220, + 13 + ], + "area_cells": 27 + }, + { + "id": "range_45", + "name": null, + "center": [ + 221, + 317 + ], + "peak": [ + 223, + 315 + ], + "area_cells": 53 + }, + { + "id": "range_47", + "name": null, + "center": [ + 223, + 360 + ], + "peak": [ + 224, + 361 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-887/bodies/GJ887e/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887e/globe.png new file mode 100644 index 000000000..b0c329496 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887e/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887e/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887e/heightmap.png new file mode 100644 index 000000000..58a5a54fc Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887e/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887e/index.md b/wiki/star-systems/GJ-887/bodies/GJ887e/index.md new file mode 100644 index 000000000..76bffd25a --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887e/index.md @@ -0,0 +1,69 @@ +--- +id: GJ887e +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2988033408 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.322 + period_days: 100.0 + axial_tilt_deg: 42.3 +physical: + gravity_g: 0.42 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.837 + polar_ice_lat: 0.22 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ887e + +Frozen planet. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887e/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887e/markers.json new file mode 100644 index 000000000..220ee4667 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887e/markers.json @@ -0,0 +1,68 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 14, + 377 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_14", + "name": null, + "kind": "ocean", + "center": [ + 137, + 399 + ], + "area_fraction": 0.1198 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 150, + 287 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 156, + 13 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 154, + 120 + ], + "peak": [ + 162, + 78 + ], + "area_cells": 5092 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-887/bodies/GJ887f/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887f/globe.png new file mode 100644 index 000000000..111b88f9b Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887f/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887f/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887f/heightmap.png new file mode 100644 index 000000000..043b033f5 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887f/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887f/index.md b/wiki/star-systems/GJ-887/bodies/GJ887f/index.md new file mode 100644 index 000000000..19f01c2a9 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ887f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3188853005 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.671 + period_days: 300.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.3 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.276 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ887f + +Frozen planet. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 98% | +| **Year** | 300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887f/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887f/markers.json new file mode 100644 index 000000000..e9527c6a8 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887f/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 26, + 92 + ], + "peak": [ + 7, + 142 + ], + "area_cells": 8649 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 228 + ], + "peak": [ + 18, + 236 + ], + "area_cells": 771 + }, + { + "id": "range_3", + "name": null, + "center": [ + 17, + 428 + ], + "peak": [ + 15, + 405 + ], + "area_cells": 4996 + }, + { + "id": "range_6", + "name": null, + "center": [ + 87, + 8 + ], + "peak": [ + 85, + 10 + ], + "area_cells": 106 + }, + { + "id": "range_7", + "name": null, + "center": [ + 95, + 41 + ], + "peak": [ + 95, + 41 + ], + "area_cells": 132 + }, + { + "id": "range_8", + "name": null, + "center": [ + 101, + 72 + ], + "peak": [ + 103, + 72 + ], + "area_cells": 113 + }, + { + "id": "range_9", + "name": null, + "center": [ + 101, + 490 + ], + "peak": [ + 100, + 492 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 114, + 57 + ], + "peak": [ + 116, + 58 + ], + "area_cells": 203 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 27 + ], + "peak": [ + 123, + 26 + ], + "area_cells": 76 + }, + { + "id": "range_13", + "name": null, + "center": [ + 200, + 208 + ], + "peak": [ + 196, + 189 + ], + "area_cells": 546 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-887/bodies/GJ887g/globe.png b/wiki/star-systems/GJ-887/bodies/GJ887g/globe.png new file mode 100644 index 000000000..b33e76708 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887g/globe.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887g/heightmap.png b/wiki/star-systems/GJ-887/bodies/GJ887g/heightmap.png new file mode 100644 index 000000000..d21ed03a2 Binary files /dev/null and b/wiki/star-systems/GJ-887/bodies/GJ887g/heightmap.png differ diff --git a/wiki/star-systems/GJ-887/bodies/GJ887g/index.md b/wiki/star-systems/GJ-887/bodies/GJ887g/index.md new file mode 100644 index 000000000..a4e50e7fe --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ887g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1502352856 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.065 + period_days: 600.0 + axial_tilt_deg: 39.0 +physical: + gravity_g: 0.25 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.975 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.338 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ887g + +Frozen planet. + +**System:** [GJ-887](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Land** | 98% | +| **Year** | 600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-887/bodies/GJ887g/markers.json b/wiki/star-systems/GJ-887/bodies/GJ887g/markers.json new file mode 100644 index 000000000..bf3720758 --- /dev/null +++ b/wiki/star-systems/GJ-887/bodies/GJ887g/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_3", + "name": null, + "center": [ + 19, + 153 + ], + "peak": [ + 2, + 166 + ], + "area_cells": 2400 + }, + { + "id": "range_10", + "name": null, + "center": [ + 103, + 492 + ], + "peak": [ + 99, + 509 + ], + "area_cells": 1294 + }, + { + "id": "range_11", + "name": null, + "center": [ + 94, + 218 + ], + "peak": [ + 95, + 218 + ], + "area_cells": 79 + }, + { + "id": "range_12", + "name": null, + "center": [ + 111, + 24 + ], + "peak": [ + 107, + 4 + ], + "area_cells": 1518 + }, + { + "id": "range_14", + "name": null, + "center": [ + 117, + 349 + ], + "peak": [ + 116, + 360 + ], + "area_cells": 940 + }, + { + "id": "range_15", + "name": null, + "center": [ + 109, + 273 + ], + "peak": [ + 109, + 273 + ], + "area_cells": 69 + }, + { + "id": "range_18", + "name": null, + "center": [ + 121, + 236 + ], + "peak": [ + 124, + 238 + ], + "area_cells": 271 + }, + { + "id": "range_19", + "name": null, + "center": [ + 121, + 75 + ], + "peak": [ + 120, + 75 + ], + "area_cells": 67 + }, + { + "id": "range_20", + "name": null, + "center": [ + 130, + 271 + ], + "peak": [ + 126, + 272 + ], + "area_cells": 214 + }, + { + "id": "range_22", + "name": null, + "center": [ + 142, + 189 + ], + "peak": [ + 131, + 202 + ], + "area_cells": 2083 + }, + { + "id": "range_23", + "name": null, + "center": [ + 133, + 100 + ], + "peak": [ + 136, + 109 + ], + "area_cells": 239 + }, + { + "id": "range_24", + "name": null, + "center": [ + 141, + 50 + ], + "peak": [ + 140, + 45 + ], + "area_cells": 175 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ892b/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892b/globe.png new file mode 100644 index 000000000..4305e1b1a Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892b/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892b/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892b/heightmap.png new file mode 100644 index 000000000..03a98f904 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892b/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892b/index.md b/wiki/star-systems/GJ-892/bodies/GJ892b/index.md new file mode 100644 index 000000000..f472d1609 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ892b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1768201644 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.28 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.998 + polar_ice_lat: 0.864 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.015 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ892b + +Barren planet. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.28g | +| **Land** | 100% | +| **Year** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892b/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892b/markers.json new file mode 100644 index 000000000..118aba2e8 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892b/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 86, + 282 + ], + "peak": [ + 5, + 272 + ], + "area_cells": 58731 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 127 + ], + "peak": [ + 15, + 128 + ], + "area_cells": 31 + }, + { + "id": "range_7", + "name": null, + "center": [ + 79, + 308 + ], + "peak": [ + 81, + 308 + ], + "area_cells": 220 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 17 + ], + "peak": [ + 133, + 17 + ], + "area_cells": 25 + }, + { + "id": "range_19", + "name": null, + "center": [ + 204, + 91 + ], + "peak": [ + 204, + 92 + ], + "area_cells": 54 + }, + { + "id": "range_22", + "name": null, + "center": [ + 241, + 495 + ], + "peak": [ + 255, + 500 + ], + "area_cells": 707 + }, + { + "id": "range_23", + "name": null, + "center": [ + 244, + 94 + ], + "peak": [ + 254, + 102 + ], + "area_cells": 3427 + }, + { + "id": "range_29", + "name": null, + "center": [ + 224, + 362 + ], + "peak": [ + 223, + 363 + ], + "area_cells": 23 + }, + { + "id": "range_30", + "name": null, + "center": [ + 242, + 372 + ], + "peak": [ + 245, + 365 + ], + "area_cells": 271 + }, + { + "id": "range_31", + "name": null, + "center": [ + 226, + 201 + ], + "peak": [ + 226, + 202 + ], + "area_cells": 51 + }, + { + "id": "range_33", + "name": null, + "center": [ + 248, + 337 + ], + "peak": [ + 255, + 334 + ], + "area_cells": 113 + }, + { + "id": "range_35", + "name": null, + "center": [ + 250, + 321 + ], + "peak": [ + 254, + 326 + ], + "area_cells": 117 + }, + { + "id": "range_37", + "name": null, + "center": [ + 254, + 351 + ], + "peak": [ + 255, + 351 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-892/bodies/GJ892c/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892c/globe.png new file mode 100644 index 000000000..27b5cf7ee Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892c/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892c/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892c/heightmap.png new file mode 100644 index 000000000..c35b6a719 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892c/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892c/index.md b/wiki/star-systems/GJ-892/bodies/GJ892c/index.md new file mode 100644 index 000000000..8e1e4fc4c --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892c/index.md @@ -0,0 +1,65 @@ +--- +id: GJ892c +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 718447082 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.293 + period_days: 65.0 + axial_tilt_deg: 13.4 +physical: + gravity_g: 0.55 + oblateness: 0.0025 + atmosphere: thin + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.913 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.016 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ892c + +Barren planet. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 65 days | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892c/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892c/markers.json new file mode 100644 index 000000000..9e8fc45b1 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892c/markers.json @@ -0,0 +1,144 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 227 + ], + "peak": [ + 61, + 188 + ], + "area_cells": 8974 + }, + { + "id": "range_3", + "name": null, + "center": [ + 89, + 467 + ], + "peak": [ + 112, + 462 + ], + "area_cells": 6719 + }, + { + "id": "range_6", + "name": null, + "center": [ + 78, + 30 + ], + "peak": [ + 31, + 55 + ], + "area_cells": 4272 + }, + { + "id": "range_7", + "name": null, + "center": [ + 19, + 300 + ], + "peak": [ + 22, + 301 + ], + "area_cells": 35 + }, + { + "id": "range_9", + "name": null, + "center": [ + 220, + 276 + ], + "peak": [ + 211, + 253 + ], + "area_cells": 15341 + }, + { + "id": "range_10", + "name": null, + "center": [ + 195, + 41 + ], + "peak": [ + 195, + 42 + ], + "area_cells": 103 + }, + { + "id": "range_11", + "name": null, + "center": [ + 197, + 7 + ], + "peak": [ + 194, + 7 + ], + "area_cells": 144 + }, + { + "id": "range_12", + "name": null, + "center": [ + 209, + 502 + ], + "peak": [ + 211, + 502 + ], + "area_cells": 29 + }, + { + "id": "range_13", + "name": null, + "center": [ + 244, + 0 + ], + "peak": [ + 244, + 0 + ], + "area_cells": 43 + }, + { + "id": "range_15", + "name": null, + "center": [ + 252, + 183 + ], + "peak": [ + 250, + 175 + ], + "area_cells": 126 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d-1/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892d-1/globe.png new file mode 100644 index 000000000..23c584db0 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892d-1/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d-1/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892d-1/heightmap.png new file mode 100644 index 000000000..aec5bcff2 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892d-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d-1/index.md b/wiki/star-systems/GJ-892/bodies/GJ892d-1/index.md new file mode 100644 index 000000000..28e60d810 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892d-1/index.md @@ -0,0 +1,68 @@ +--- +id: GJ892d-1 +name: Vacuum Fatigue Station +body_type: moon +planet_class: barren +body_scale: moon +seed: 3147002985 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.095 + period_days: 12.0 + axial_tilt_deg: 6.5 +physical: + gravity_g: 0.05 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.996 + polar_ice_lat: 0.97 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Vacuum Fatigue Station + +Barren moon. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.05g | +| **Land** | 100% | +| **Orbit** | 12 days | +| **Inhabited** | yes | +| **Population** | 400 | +| **Economy** | research | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d-1/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892d-1/markers.json new file mode 100644 index 000000000..624c6ca67 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892d-1/markers.json @@ -0,0 +1,352 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 16, + 131 + ], + "peak": [ + 15, + 132 + ], + "area_cells": 36 + }, + { + "id": "range_3", + "name": null, + "center": [ + 90, + 284 + ], + "peak": [ + 63, + 271 + ], + "area_cells": 8372 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 118 + ], + "peak": [ + 50, + 118 + ], + "area_cells": 59 + }, + { + "id": "range_9", + "name": null, + "center": [ + 52, + 341 + ], + "peak": [ + 53, + 342 + ], + "area_cells": 43 + }, + { + "id": "range_12", + "name": null, + "center": [ + 56, + 140 + ], + "peak": [ + 58, + 140 + ], + "area_cells": 85 + }, + { + "id": "range_13", + "name": null, + "center": [ + 80, + 396 + ], + "peak": [ + 95, + 406 + ], + "area_cells": 848 + }, + { + "id": "range_15", + "name": null, + "center": [ + 57, + 472 + ], + "peak": [ + 58, + 474 + ], + "area_cells": 46 + }, + { + "id": "range_17", + "name": null, + "center": [ + 99, + 108 + ], + "peak": [ + 95, + 123 + ], + "area_cells": 801 + }, + { + "id": "range_18", + "name": null, + "center": [ + 96, + 168 + ], + "peak": [ + 117, + 169 + ], + "area_cells": 490 + }, + { + "id": "range_20", + "name": null, + "center": [ + 119, + 34 + ], + "peak": [ + 121, + 39 + ], + "area_cells": 1125 + }, + { + "id": "range_21", + "name": null, + "center": [ + 136, + 505 + ], + "peak": [ + 134, + 509 + ], + "area_cells": 867 + }, + { + "id": "range_22", + "name": null, + "center": [ + 97, + 473 + ], + "peak": [ + 98, + 474 + ], + "area_cells": 67 + }, + { + "id": "range_23", + "name": null, + "center": [ + 116, + 451 + ], + "peak": [ + 117, + 452 + ], + "area_cells": 136 + }, + { + "id": "range_24", + "name": null, + "center": [ + 124, + 141 + ], + "peak": [ + 128, + 144 + ], + "area_cells": 140 + }, + { + "id": "range_25", + "name": null, + "center": [ + 156, + 9 + ], + "peak": [ + 163, + 8 + ], + "area_cells": 635 + }, + { + "id": "range_26", + "name": null, + "center": [ + 136, + 261 + ], + "peak": [ + 136, + 262 + ], + "area_cells": 45 + }, + { + "id": "range_27", + "name": null, + "center": [ + 140, + 474 + ], + "peak": [ + 138, + 475 + ], + "area_cells": 103 + }, + { + "id": "range_28", + "name": null, + "center": [ + 162, + 466 + ], + "peak": [ + 160, + 467 + ], + "area_cells": 120 + }, + { + "id": "range_29", + "name": null, + "center": [ + 163, + 426 + ], + "peak": [ + 164, + 425 + ], + "area_cells": 107 + }, + { + "id": "range_30", + "name": null, + "center": [ + 170, + 449 + ], + "peak": [ + 171, + 449 + ], + "area_cells": 42 + }, + { + "id": "range_31", + "name": null, + "center": [ + 180, + 289 + ], + "peak": [ + 180, + 289 + ], + "area_cells": 62 + }, + { + "id": "range_32", + "name": null, + "center": [ + 188, + 180 + ], + "peak": [ + 184, + 183 + ], + "area_cells": 86 + }, + { + "id": "range_33", + "name": null, + "center": [ + 190, + 509 + ], + "peak": [ + 192, + 510 + ], + "area_cells": 25 + }, + { + "id": "range_34", + "name": null, + "center": [ + 214, + 87 + ], + "peak": [ + 227, + 95 + ], + "area_cells": 153 + }, + { + "id": "range_36", + "name": null, + "center": [ + 216, + 176 + ], + "peak": [ + 217, + 177 + ], + "area_cells": 75 + }, + { + "id": "range_39", + "name": null, + "center": [ + 219, + 107 + ], + "peak": [ + 223, + 106 + ], + "area_cells": 46 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892d/globe.png new file mode 100644 index 000000000..94a5a1ca4 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892d/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892d/heightmap.png new file mode 100644 index 000000000..029a9f5a9 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892d/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d/index.md b/wiki/star-systems/GJ-892/bodies/GJ892d/index.md new file mode 100644 index 000000000..7de46d0c3 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ892d +name: Cairnside +body_type: planet +planet_class: arid +body_scale: planet +seed: 753755497 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.661 + period_days: 220.0 + axial_tilt_deg: 14.5 +physical: + gravity_g: 0.82 + oblateness: 0.0012 + atmosphere: standard + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.766 + polar_ice_lat: 0.884 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.112 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Cairnside + +Arid planet. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | ice | +| **Land** | 77% | +| **Year** | 220 days | +| **Inhabited** | yes | +| **Population** | 80M | +| **Economy** | research | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json new file mode 100644 index 000000000..a7ed67b82 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892d/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 78, + 424 + ], + "area_fraction": 0.0107 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 109, + 322 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 132, + 463 + ], + "area_fraction": 0.007 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 210, + 49 + ], + "area_fraction": 0.0494 + }, + { + "id": "water_9", + "name": null, + "kind": "ocean", + "center": [ + 212, + 378 + ], + "area_fraction": 0.1535 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 56, + 500 + ], + "peak": [ + 76, + 498 + ], + "area_cells": 1107 + }, + { + "id": "range_3", + "name": null, + "center": [ + 42, + 8 + ], + "peak": [ + 45, + 8 + ], + "area_cells": 454 + }, + { + "id": "range_4", + "name": null, + "center": [ + 111, + 181 + ], + "peak": [ + 123, + 165 + ], + "area_cells": 8704 + }, + { + "id": "range_5", + "name": null, + "center": [ + 78, + 10 + ], + "peak": [ + 79, + 7 + ], + "area_cells": 155 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-892/bodies/GJ892e/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892e/globe.png new file mode 100644 index 000000000..b4852f3e0 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892e/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892e/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892e/heightmap.png new file mode 100644 index 000000000..df8e4d700 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892e/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892e/index.md b/wiki/star-systems/GJ-892/bodies/GJ892e/index.md new file mode 100644 index 000000000..f562c83b8 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892e/index.md @@ -0,0 +1,72 @@ +--- +id: GJ892e +name: Corrosion Bench +body_type: planet +planet_class: arid +body_scale: planet +seed: 3297995314 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.065 + period_days: 450.0 + axial_tilt_deg: 20.7 +physical: + gravity_g: 0.45 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.981 + polar_ice_lat: 0.89 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.125 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Corrosion Bench + +Arid planet. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.45g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 450 days | +| **Inhabited** | yes | +| **Population** | 600 | +| **Economy** | research | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892e/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892e/markers.json new file mode 100644 index 000000000..f2d0a9be2 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892e/markers.json @@ -0,0 +1,40 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 290 + ], + "peak": [ + 51, + 495 + ], + "area_cells": 44855 + }, + { + "id": "range_2", + "name": null, + "center": [ + 140, + 454 + ], + "peak": [ + 142, + 453 + ], + "area_cells": 209 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-892/bodies/GJ892f/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892f/globe.png new file mode 100644 index 000000000..99c199c23 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892f/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892f/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892f/heightmap.png new file mode 100644 index 000000000..eb8d76bef Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892f/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892f/index.md b/wiki/star-systems/GJ-892/bodies/GJ892f/index.md new file mode 100644 index 000000000..03c019aa4 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892f/index.md @@ -0,0 +1,69 @@ +--- +id: GJ892f +name: Cryogenic Soak +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2859530408 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.563 + period_days: 800.0 + axial_tilt_deg: 57.3 +physical: + gravity_g: 0.38 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.733 + polar_ice_lat: 0.087 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.285 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Cryogenic Soak + +Frozen planet. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 800 days | +| **Inhabited** | yes | +| **Population** | 300 | +| **Economy** | research | +| **Settlement** | domed | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892f/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892f/markers.json new file mode 100644 index 000000000..881c0363f --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892f/markers.json @@ -0,0 +1,154 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 69, + 143 + ], + "area_fraction": 0.0203 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 117, + 397 + ], + "area_fraction": 0.0304 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 128, + 171 + ], + "area_fraction": 0.0504 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 94, + 305 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 118, + 447 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 131, + 43 + ], + "area_fraction": 0.0109 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 144, + 11 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 197, + 352 + ], + "area_fraction": 0.0803 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 156, + 479 + ], + "area_fraction": 0.006 + }, + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 179, + 64 + ], + "area_fraction": 0.0133 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 20, + 93 + ], + "peak": [ + 2, + 182 + ], + "area_cells": 8043 + }, + { + "id": "range_4", + "name": null, + "center": [ + 23, + 416 + ], + "peak": [ + 25, + 419 + ], + "area_cells": 8949 + }, + { + "id": "range_5", + "name": null, + "center": [ + 26, + 295 + ], + "peak": [ + 25, + 304 + ], + "area_cells": 107 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-892/bodies/GJ892g/globe.png b/wiki/star-systems/GJ-892/bodies/GJ892g/globe.png new file mode 100644 index 000000000..8b5ec6915 Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892g/globe.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892g/heightmap.png b/wiki/star-systems/GJ-892/bodies/GJ892g/heightmap.png new file mode 100644 index 000000000..f63d4730b Binary files /dev/null and b/wiki/star-systems/GJ-892/bodies/GJ892g/heightmap.png differ diff --git a/wiki/star-systems/GJ-892/bodies/GJ892g/index.md b/wiki/star-systems/GJ-892/bodies/GJ892g/index.md new file mode 100644 index 000000000..b5001ed6d --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ892g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2104268473 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.16 + period_days: 1300.0 + axial_tilt_deg: 54.0 +physical: + gravity_g: 0.32 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.185 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.411 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ892g + +Frozen planet. + +**System:** [GJ-892](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Land** | 99% | +| **Year** | 1300 days | + +## Description + + diff --git a/wiki/star-systems/GJ-892/bodies/GJ892g/markers.json b/wiki/star-systems/GJ-892/bodies/GJ892g/markers.json new file mode 100644 index 000000000..d0d09d174 --- /dev/null +++ b/wiki/star-systems/GJ-892/bodies/GJ892g/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 173, + 274 + ], + "peak": [ + 214, + 40 + ], + "area_cells": 40615 + }, + { + "id": "range_3", + "name": null, + "center": [ + 88, + 382 + ], + "peak": [ + 88, + 383 + ], + "area_cells": 144 + }, + { + "id": "range_10", + "name": null, + "center": [ + 131, + 195 + ], + "peak": [ + 129, + 197 + ], + "area_cells": 141 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ896Ab/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/globe.png new file mode 100644 index 000000000..9a2fa4b01 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ab/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/heightmap.png new file mode 100644 index 000000000..749f0c738 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ab/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/index.md new file mode 100644 index 000000000..538b449de --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ896Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1694128167 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.044 + period_days: 5.0 + axial_tilt_deg: 2.4 +physical: + gravity_g: 0.29 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.969 + polar_ice_lat: 0.971 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.033 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ896Ab + +Barren planet. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.29g | +| **Land** | 97% | +| **Year** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ab/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/markers.json new file mode 100644 index 000000000..a90c54dcc --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ab/markers.json @@ -0,0 +1,243 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 16, + 221 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 17, + 258 + ], + "area_fraction": 0.0122 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 59, + 28 + ], + "peak": [ + 59, + 30 + ], + "area_cells": 60 + }, + { + "id": "range_3", + "name": null, + "center": [ + 94, + 62 + ], + "peak": [ + 96, + 56 + ], + "area_cells": 569 + }, + { + "id": "range_4", + "name": null, + "center": [ + 80, + 320 + ], + "peak": [ + 80, + 316 + ], + "area_cells": 88 + }, + { + "id": "range_5", + "name": null, + "center": [ + 98, + 16 + ], + "peak": [ + 109, + 0 + ], + "area_cells": 423 + }, + { + "id": "range_6", + "name": null, + "center": [ + 155, + 409 + ], + "peak": [ + 127, + 390 + ], + "area_cells": 10611 + }, + { + "id": "range_7", + "name": null, + "center": [ + 96, + 458 + ], + "peak": [ + 95, + 458 + ], + "area_cells": 37 + }, + { + "id": "range_8", + "name": null, + "center": [ + 99, + 106 + ], + "peak": [ + 101, + 106 + ], + "area_cells": 63 + }, + { + "id": "range_9", + "name": null, + "center": [ + 192, + 156 + ], + "peak": [ + 159, + 194 + ], + "area_cells": 22057 + }, + { + "id": "range_11", + "name": null, + "center": [ + 98, + 439 + ], + "peak": [ + 99, + 439 + ], + "area_cells": 30 + }, + { + "id": "range_13", + "name": null, + "center": [ + 105, + 507 + ], + "peak": [ + 109, + 511 + ], + "area_cells": 66 + }, + { + "id": "range_14", + "name": null, + "center": [ + 128, + 163 + ], + "peak": [ + 129, + 164 + ], + "area_cells": 24 + }, + { + "id": "range_16", + "name": null, + "center": [ + 199, + 472 + ], + "peak": [ + 198, + 473 + ], + "area_cells": 47 + }, + { + "id": "range_17", + "name": null, + "center": [ + 209, + 363 + ], + "peak": [ + 210, + 362 + ], + "area_cells": 28 + }, + { + "id": "range_25", + "name": null, + "center": [ + 238, + 355 + ], + "peak": [ + 234, + 359 + ], + "area_cells": 42 + }, + { + "id": "range_32", + "name": null, + "center": [ + 245, + 26 + ], + "peak": [ + 246, + 26 + ], + "area_cells": 35 + }, + { + "id": "range_34", + "name": null, + "center": [ + 254, + 385 + ], + "peak": [ + 255, + 391 + ], + "area_cells": 66 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ac/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/globe.png new file mode 100644 index 000000000..321e686ac Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ac/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/heightmap.png new file mode 100644 index 000000000..e8b074004 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ac/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/index.md new file mode 100644 index 000000000..5e6b47ba3 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ896Ac +name: Nowa Huta +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3816602904 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.087 + period_days: 14.0 + axial_tilt_deg: 4.3 +physical: + gravity_g: 0.82 + oblateness: 0.0028 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.618 + polar_ice_lat: 0.731 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.413 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Nowa Huta + +Temperate planet. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.82g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 62% | +| **Year** | 14 days | +| **Inhabited** | yes | +| **Population** | 220M | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | heavy_industry | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ac/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/markers.json new file mode 100644 index 000000000..1b77af457 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ac/markers.json @@ -0,0 +1,740 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 111, + 162 + ], + [ + 112, + 161 + ], + [ + 112, + 162 + ], + [ + 113, + 162 + ], + [ + 113, + 163 + ], + [ + 114, + 164 + ], + [ + 115, + 165 + ], + [ + 116, + 166 + ], + [ + 115, + 166 + ], + [ + 115, + 167 + ], + [ + 114, + 168 + ], + [ + 113, + 169 + ], + [ + 112, + 170 + ], + [ + 111, + 171 + ], + [ + 110, + 172 + ], + [ + 109, + 173 + ], + [ + 108, + 173 + ], + [ + 107, + 174 + ], + [ + 106, + 175 + ], + [ + 106, + 176 + ], + [ + 105, + 177 + ], + [ + 104, + 178 + ], + [ + 104, + 179 + ], + [ + 103, + 180 + ], + [ + 102, + 181 + ], + [ + 101, + 182 + ], + [ + 101, + 183 + ], + [ + 100, + 184 + ], + [ + 100, + 185 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 109, + 35 + ], + [ + 108, + 34 + ], + [ + 107, + 33 + ], + [ + 106, + 33 + ], + [ + 105, + 32 + ], + [ + 104, + 32 + ], + [ + 103, + 32 + ], + [ + 102, + 32 + ], + [ + 101, + 33 + ], + [ + 100, + 33 + ], + [ + 99, + 32 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 139, + 279 + ], + [ + 138, + 280 + ], + [ + 137, + 281 + ], + [ + 136, + 281 + ], + [ + 135, + 282 + ], + [ + 134, + 282 + ], + [ + 133, + 283 + ], + [ + 132, + 284 + ], + [ + 131, + 285 + ], + [ + 130, + 286 + ], + [ + 129, + 286 + ], + [ + 128, + 285 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 118, + 284 + ], + [ + 119, + 285 + ], + [ + 120, + 284 + ], + [ + 121, + 285 + ], + [ + 122, + 284 + ], + [ + 123, + 284 + ], + [ + 124, + 285 + ], + [ + 125, + 284 + ], + [ + 126, + 285 + ], + [ + 127, + 284 + ], + [ + 128, + 284 + ], + [ + 128, + 285 + ], + [ + 129, + 284 + ], + [ + 130, + 285 + ], + [ + 129, + 286 + ], + [ + 128, + 286 + ], + [ + 129, + 285 + ], + [ + 130, + 284 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 118, + 291 + ], + [ + 117, + 292 + ], + [ + 116, + 293 + ], + [ + 115, + 294 + ], + [ + 114, + 294 + ], + [ + 113, + 294 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 60, + 123 + ], + [ + 61, + 122 + ], + [ + 61, + 123 + ], + [ + 61, + 124 + ], + [ + 62, + 125 + ], + [ + 62, + 126 + ], + [ + 63, + 126 + ], + [ + 64, + 125 + ], + [ + 65, + 126 + ], + [ + 65, + 127 + ], + [ + 65, + 128 + ], + [ + 64, + 129 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 0, + 319 + ], + [ + 1, + 320 + ], + [ + 2, + 321 + ], + [ + 3, + 321 + ], + [ + 2, + 322 + ], + [ + 2, + 323 + ], + [ + 3, + 324 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 103, + 151 + ], + [ + 104, + 151 + ], + [ + 105, + 152 + ], + [ + 104, + 153 + ], + [ + 105, + 153 + ], + [ + 106, + 154 + ], + [ + 105, + 155 + ], + [ + 104, + 155 + ], + [ + 105, + 156 + ], + [ + 106, + 156 + ], + [ + 106, + 155 + ], + [ + 107, + 155 + ], + [ + 108, + 155 + ], + [ + 107, + 154 + ], + [ + 106, + 153 + ], + [ + 105, + 154 + ], + [ + 104, + 154 + ], + [ + 103, + 154 + ], + [ + 102, + 155 + ], + [ + 101, + 156 + ], + [ + 100, + 157 + ], + [ + 99, + 157 + ], + [ + 98, + 158 + ], + [ + 97, + 159 + ], + [ + 96, + 158 + ], + [ + 95, + 159 + ], + [ + 94, + 159 + ], + [ + 93, + 159 + ], + [ + 92, + 159 + ], + [ + 91, + 158 + ], + [ + 90, + 157 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 82, + 501 + ], + [ + 83, + 500 + ], + [ + 84, + 499 + ], + [ + 85, + 498 + ], + [ + 86, + 497 + ], + [ + 87, + 496 + ], + [ + 88, + 495 + ], + [ + 89, + 495 + ], + [ + 90, + 494 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 133, + 321 + ], + [ + 132, + 320 + ], + [ + 131, + 320 + ], + [ + 130, + 319 + ], + [ + 129, + 319 + ], + [ + 128, + 320 + ], + [ + 127, + 321 + ], + [ + 126, + 322 + ], + [ + 125, + 323 + ], + [ + 124, + 324 + ], + [ + 123, + 325 + ], + [ + 122, + 326 + ], + [ + 121, + 327 + ], + [ + 120, + 328 + ], + [ + 119, + 329 + ], + [ + 118, + 330 + ], + [ + 117, + 331 + ], + [ + 116, + 332 + ], + [ + 115, + 333 + ], + [ + 114, + 334 + ], + [ + 113, + 335 + ], + [ + 112, + 336 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 51, + 264 + ], + "area_fraction": 0.3814 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 181, + 258 + ], + "peak": [ + 180, + 270 + ], + "area_cells": 20127 + }, + { + "id": "range_3", + "name": null, + "center": [ + 231, + 406 + ], + "peak": [ + 226, + 400 + ], + "area_cells": 199 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ad/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/globe.png new file mode 100644 index 000000000..a679f0b00 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ad/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/heightmap.png new file mode 100644 index 000000000..547a9a9f2 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ad/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/index.md new file mode 100644 index 000000000..1e538e4c9 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ896Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 385076648 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.344 + period_days: 110.0 + axial_tilt_deg: 38.7 +physical: + gravity_g: 0.47 + oblateness: 0.0023 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.917 + polar_ice_lat: 0.486 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.2 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ896Ad + +Cold Arid planet. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.47g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 110 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ad/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/markers.json new file mode 100644 index 000000000..18507ad16 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ad/markers.json @@ -0,0 +1,724 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 156, + 256 + ], + [ + 155, + 255 + ], + [ + 154, + 254 + ], + [ + 153, + 253 + ], + [ + 154, + 252 + ], + [ + 153, + 251 + ], + [ + 153, + 250 + ], + [ + 154, + 249 + ], + [ + 154, + 248 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 221, + 84 + ], + [ + 221, + 85 + ], + [ + 221, + 86 + ], + [ + 222, + 87 + ], + [ + 223, + 88 + ], + [ + 224, + 89 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 181, + 502 + ], + [ + 180, + 501 + ], + [ + 179, + 500 + ], + [ + 178, + 500 + ], + [ + 177, + 499 + ], + [ + 176, + 500 + ], + [ + 175, + 500 + ], + [ + 174, + 499 + ], + [ + 174, + 500 + ], + [ + 173, + 499 + ], + [ + 172, + 500 + ], + [ + 172, + 501 + ], + [ + 173, + 502 + ], + [ + 173, + 501 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 178, + 303 + ], + [ + 177, + 304 + ], + [ + 176, + 304 + ], + [ + 175, + 303 + ], + [ + 174, + 303 + ], + [ + 174, + 302 + ], + [ + 173, + 301 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 239, + 338 + ], + [ + 238, + 337 + ], + [ + 237, + 336 + ], + [ + 238, + 336 + ], + [ + 238, + 335 + ], + [ + 239, + 334 + ], + [ + 238, + 334 + ], + [ + 237, + 334 + ], + [ + 236, + 333 + ], + [ + 235, + 333 + ], + [ + 236, + 334 + ], + [ + 237, + 333 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 204, + 392 + ], + [ + 203, + 391 + ], + [ + 202, + 390 + ], + [ + 201, + 390 + ], + [ + 200, + 391 + ], + [ + 199, + 392 + ], + [ + 199, + 393 + ], + [ + 198, + 394 + ], + [ + 197, + 395 + ], + [ + 196, + 396 + ], + [ + 195, + 397 + ], + [ + 194, + 398 + ], + [ + 193, + 398 + ], + [ + 192, + 397 + ], + [ + 191, + 398 + ], + [ + 190, + 397 + ], + [ + 190, + 398 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 165, + 73 + ], + [ + 164, + 74 + ], + [ + 163, + 75 + ], + [ + 162, + 76 + ], + [ + 161, + 77 + ], + [ + 161, + 76 + ], + [ + 160, + 77 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 165, + 219 + ], + [ + 166, + 220 + ], + [ + 167, + 221 + ], + [ + 168, + 222 + ], + [ + 169, + 223 + ], + [ + 170, + 223 + ], + [ + 171, + 224 + ], + [ + 172, + 223 + ], + [ + 173, + 223 + ], + [ + 174, + 223 + ], + [ + 175, + 223 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 226, + 161 + ], + [ + 227, + 160 + ], + [ + 228, + 161 + ], + [ + 229, + 162 + ], + [ + 230, + 163 + ], + [ + 231, + 162 + ], + [ + 232, + 163 + ], + [ + 233, + 162 + ], + [ + 234, + 163 + ], + [ + 235, + 164 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 217, + 461 + ], + [ + 216, + 462 + ], + [ + 215, + 463 + ], + [ + 215, + 464 + ], + [ + 214, + 465 + ], + [ + 213, + 465 + ], + [ + 212, + 464 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 139, + 68 + ], + [ + 140, + 69 + ], + [ + 141, + 69 + ], + [ + 141, + 70 + ], + [ + 140, + 71 + ], + [ + 140, + 72 + ], + [ + 141, + 73 + ], + [ + 142, + 74 + ], + [ + 143, + 75 + ], + [ + 144, + 76 + ], + [ + 145, + 77 + ], + [ + 146, + 78 + ], + [ + 146, + 79 + ], + [ + 147, + 80 + ], + [ + 148, + 81 + ], + [ + 149, + 82 + ], + [ + 150, + 83 + ], + [ + 151, + 82 + ], + [ + 152, + 82 + ], + [ + 153, + 83 + ], + [ + 154, + 84 + ], + [ + 155, + 85 + ], + [ + 156, + 86 + ], + [ + 157, + 87 + ], + [ + 158, + 87 + ], + [ + 159, + 88 + ], + [ + 160, + 87 + ], + [ + 161, + 86 + ], + [ + 162, + 86 + ], + [ + 162, + 87 + ], + [ + 161, + 88 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 217, + 116 + ], + "area_fraction": 0.0385 + }, + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 222, + 46 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 218, + 10 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 226, + 499 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 195 + ], + "peak": [ + 65, + 127 + ], + "area_cells": 27678 + }, + { + "id": "range_2", + "name": null, + "center": [ + 66, + 482 + ], + "peak": [ + 72, + 487 + ], + "area_cells": 3468 + }, + { + "id": "range_3", + "name": null, + "center": [ + 91, + 35 + ], + "peak": [ + 92, + 35 + ], + "area_cells": 33 + }, + { + "id": "range_4", + "name": null, + "center": [ + 125, + 446 + ], + "peak": [ + 128, + 447 + ], + "area_cells": 248 + }, + { + "id": "range_5", + "name": null, + "center": [ + 121, + 32 + ], + "peak": [ + 121, + 33 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 140, + 408 + ], + "peak": [ + 141, + 409 + ], + "area_cells": 45 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/globe.png new file mode 100644 index 000000000..3a0eaec70 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/heightmap.png new file mode 100644 index 000000000..03fdaf4d5 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/index.md new file mode 100644 index 000000000..bda626548 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ896Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 4137449589 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.055 + period_days: 7.0 + axial_tilt_deg: 53.1 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.918 + polar_ice_lat: 0.188 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ896Ae-m1 + +Frozen moon. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Land** | 92% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/markers.json new file mode 100644 index 000000000..4dfceebff --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ae-m1/markers.json @@ -0,0 +1,168 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 227, + 111 + ], + "area_fraction": 0.0494 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 80, + 193 + ], + "peak": [ + 82, + 192 + ], + "area_cells": 149 + }, + { + "id": "range_3", + "name": null, + "center": [ + 128, + 250 + ], + "peak": [ + 116, + 299 + ], + "area_cells": 7823 + }, + { + "id": "range_4", + "name": null, + "center": [ + 92, + 346 + ], + "peak": [ + 89, + 346 + ], + "area_cells": 388 + }, + { + "id": "range_7", + "name": null, + "center": [ + 160, + 436 + ], + "peak": [ + 161, + 485 + ], + "area_cells": 9004 + }, + { + "id": "range_8", + "name": null, + "center": [ + 104, + 6 + ], + "peak": [ + 105, + 0 + ], + "area_cells": 300 + }, + { + "id": "range_9", + "name": null, + "center": [ + 134, + 36 + ], + "peak": [ + 111, + 53 + ], + "area_cells": 3010 + }, + { + "id": "range_10", + "name": null, + "center": [ + 100, + 493 + ], + "peak": [ + 103, + 509 + ], + "area_cells": 290 + }, + { + "id": "range_11", + "name": null, + "center": [ + 120, + 370 + ], + "peak": [ + 116, + 377 + ], + "area_cells": 146 + }, + { + "id": "range_12", + "name": null, + "center": [ + 123, + 96 + ], + "peak": [ + 124, + 97 + ], + "area_cells": 26 + }, + { + "id": "range_15", + "name": null, + "center": [ + 164, + 168 + ], + "peak": [ + 162, + 168 + ], + "area_cells": 48 + }, + { + "id": "range_16", + "name": null, + "center": [ + 166, + 190 + ], + "peak": [ + 168, + 189 + ], + "area_cells": 98 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ae/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ae/globe.png new file mode 100644 index 000000000..2e1e9d28c Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ae/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ae/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ae/index.md new file mode 100644 index 000000000..9d7e93ff5 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ896Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1659349501 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.853 + period_days: 430.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: null + oblateness: 0.0658 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.344 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 2 + storm_max_size: 0.087 +--- + +# GJ896Ae + +Gas giant. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 430 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Af/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Af/globe.png new file mode 100644 index 000000000..523aebd12 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Af/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Af/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Af/heightmap.png new file mode 100644 index 000000000..df073069f Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Af/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Af/index.md new file mode 100644 index 000000000..3f682fc38 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Af/index.md @@ -0,0 +1,64 @@ +--- +id: GJ896Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3894308601 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.873 + period_days: 1400.0 + axial_tilt_deg: 43.1 +physical: + gravity_g: 0.38 + oblateness: 0.003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.942 + polar_ice_lat: 0.173 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.373 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ896Af + +Frozen planet. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.38g | +| **Land** | 94% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Af/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Af/markers.json new file mode 100644 index 000000000..505cd56ec --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Af/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 119, + 45 + ], + "area_fraction": 0.0089 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 222, + 383 + ], + "peak": [ + 223, + 300 + ], + "area_cells": 9825 + }, + { + "id": "range_3", + "name": null, + "center": [ + 205, + 31 + ], + "peak": [ + 202, + 53 + ], + "area_cells": 1144 + }, + { + "id": "range_5", + "name": null, + "center": [ + 245, + 57 + ], + "peak": [ + 244, + 50 + ], + "area_cells": 990 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ag/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/globe.png new file mode 100644 index 000000000..0318b1a03 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ag/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/heightmap.png new file mode 100644 index 000000000..7e331399e Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ag/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/index.md new file mode 100644 index 000000000..bd82d7688 --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/index.md @@ -0,0 +1,64 @@ +--- +id: GJ896Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 494980508 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.044 + period_days: 2900.0 + axial_tilt_deg: 50.6 +physical: + gravity_g: 0.3 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.934 + polar_ice_lat: 0.132 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ896Ag + +Frozen planet. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.3g | +| **Land** | 93% | +| **Year** | 2900 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ag/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/markers.json new file mode 100644 index 000000000..87e8a6d6f --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ag/markers.json @@ -0,0 +1,256 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 205, + 362 + ], + "area_fraction": 0.0496 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 201, + 465 + ], + "area_fraction": 0.0054 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 100, + 148 + ], + "peak": [ + 88, + 256 + ], + "area_cells": 24619 + }, + { + "id": "range_2", + "name": null, + "center": [ + 5, + 381 + ], + "peak": [ + 5, + 383 + ], + "area_cells": 170 + }, + { + "id": "range_3", + "name": null, + "center": [ + 13, + 417 + ], + "peak": [ + 10, + 419 + ], + "area_cells": 53 + }, + { + "id": "range_6", + "name": null, + "center": [ + 20, + 379 + ], + "peak": [ + 21, + 380 + ], + "area_cells": 91 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 439 + ], + "peak": [ + 44, + 435 + ], + "area_cells": 234 + }, + { + "id": "range_8", + "name": null, + "center": [ + 36, + 369 + ], + "peak": [ + 33, + 367 + ], + "area_cells": 144 + }, + { + "id": "range_9", + "name": null, + "center": [ + 44, + 451 + ], + "peak": [ + 44, + 451 + ], + "area_cells": 28 + }, + { + "id": "range_11", + "name": null, + "center": [ + 61, + 145 + ], + "peak": [ + 61, + 144 + ], + "area_cells": 90 + }, + { + "id": "range_12", + "name": null, + "center": [ + 97, + 431 + ], + "peak": [ + 89, + 425 + ], + "area_cells": 2409 + }, + { + "id": "range_14", + "name": null, + "center": [ + 135, + 506 + ], + "peak": [ + 145, + 506 + ], + "area_cells": 304 + }, + { + "id": "range_17", + "name": null, + "center": [ + 126, + 467 + ], + "peak": [ + 128, + 465 + ], + "area_cells": 149 + }, + { + "id": "range_20", + "name": null, + "center": [ + 136, + 485 + ], + "peak": [ + 137, + 485 + ], + "area_cells": 23 + }, + { + "id": "range_21", + "name": null, + "center": [ + 147, + 300 + ], + "peak": [ + 147, + 304 + ], + "area_cells": 107 + }, + { + "id": "range_22", + "name": null, + "center": [ + 157, + 129 + ], + "peak": [ + 158, + 131 + ], + "area_cells": 26 + }, + { + "id": "range_23", + "name": null, + "center": [ + 176, + 117 + ], + "peak": [ + 177, + 117 + ], + "area_cells": 51 + }, + { + "id": "range_25", + "name": null, + "center": [ + 198, + 151 + ], + "peak": [ + 203, + 151 + ], + "area_cells": 122 + }, + { + "id": "range_26", + "name": null, + "center": [ + 197, + 114 + ], + "peak": [ + 198, + 115 + ], + "area_cells": 108 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ah/globe.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/globe.png new file mode 100644 index 000000000..5f6c20170 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/globe.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ah/heightmap.png b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/heightmap.png new file mode 100644 index 000000000..7f6d050b3 Binary files /dev/null and b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ah/index.md b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/index.md new file mode 100644 index 000000000..e991be3ef --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/index.md @@ -0,0 +1,64 @@ +--- +id: GJ896Ah +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1290587503 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 4.72 + period_days: 5600.0 + axial_tilt_deg: 25.3 +physical: + gravity_g: 0.22 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.964 + polar_ice_lat: 0.208 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.215 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ896Ah + +Frozen planet. + +**System:** [GJ-896A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Land** | 96% | +| **Year** | 5600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-896A/bodies/GJ896Ah/markers.json b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/markers.json new file mode 100644 index 000000000..ca041475d --- /dev/null +++ b/wiki/star-systems/GJ-896A/bodies/GJ896Ah/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 14, + 359 + ], + "area_fraction": 0.0223 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 114, + 319 + ], + "peak": [ + 141, + 411 + ], + "area_cells": 26842 + }, + { + "id": "range_2", + "name": null, + "center": [ + 33, + 203 + ], + "peak": [ + 34, + 203 + ], + "area_cells": 22 + }, + { + "id": "range_4", + "name": null, + "center": [ + 53, + 85 + ], + "peak": [ + 51, + 85 + ], + "area_cells": 21 + }, + { + "id": "range_9", + "name": null, + "center": [ + 84, + 87 + ], + "peak": [ + 85, + 87 + ], + "area_cells": 134 + }, + { + "id": "range_10", + "name": null, + "center": [ + 121, + 44 + ], + "peak": [ + 130, + 86 + ], + "area_cells": 3617 + }, + { + "id": "range_12", + "name": null, + "center": [ + 152, + 52 + ], + "peak": [ + 152, + 53 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ902b/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902b/globe.png new file mode 100644 index 000000000..07fae72df Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902b/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902b/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902b/heightmap.png new file mode 100644 index 000000000..f61c0525c Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902b/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902b/index.md b/wiki/star-systems/GJ-902/bodies/GJ902b/index.md new file mode 100644 index 000000000..68c6663be --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ902b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 3517819250 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.19 + period_days: 34.0 + axial_tilt_deg: 23.3 +physical: + gravity_g: 0.53 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.845 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.039 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902b + +Barren planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.53g | +| **Land** | 96% | +| **Year** | 34 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902b/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902b/markers.json new file mode 100644 index 000000000..cf9acd72a --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902b/markers.json @@ -0,0 +1,337 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 136, + 118 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 15, + 25 + ], + "peak": [ + 15, + 49 + ], + "area_cells": 1572 + }, + { + "id": "range_2", + "name": null, + "center": [ + 47, + 326 + ], + "peak": [ + 74, + 256 + ], + "area_cells": 18219 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 100 + ], + "peak": [ + 9, + 101 + ], + "area_cells": 20 + }, + { + "id": "range_6", + "name": null, + "center": [ + 22, + 61 + ], + "peak": [ + 26, + 61 + ], + "area_cells": 63 + }, + { + "id": "range_7", + "name": null, + "center": [ + 41, + 110 + ], + "peak": [ + 45, + 106 + ], + "area_cells": 286 + }, + { + "id": "range_16", + "name": null, + "center": [ + 68, + 95 + ], + "peak": [ + 68, + 99 + ], + "area_cells": 257 + }, + { + "id": "range_17", + "name": null, + "center": [ + 94, + 467 + ], + "peak": [ + 88, + 470 + ], + "area_cells": 867 + }, + { + "id": "range_19", + "name": null, + "center": [ + 74, + 504 + ], + "peak": [ + 71, + 506 + ], + "area_cells": 184 + }, + { + "id": "range_20", + "name": null, + "center": [ + 85, + 133 + ], + "peak": [ + 86, + 122 + ], + "area_cells": 934 + }, + { + "id": "range_21", + "name": null, + "center": [ + 71, + 1 + ], + "peak": [ + 72, + 0 + ], + "area_cells": 22 + }, + { + "id": "range_23", + "name": null, + "center": [ + 103, + 21 + ], + "peak": [ + 94, + 28 + ], + "area_cells": 846 + }, + { + "id": "range_24", + "name": null, + "center": [ + 94, + 380 + ], + "peak": [ + 93, + 381 + ], + "area_cells": 250 + }, + { + "id": "range_25", + "name": null, + "center": [ + 107, + 501 + ], + "peak": [ + 110, + 500 + ], + "area_cells": 296 + }, + { + "id": "range_33", + "name": null, + "center": [ + 142, + 146 + ], + "peak": [ + 142, + 147 + ], + "area_cells": 54 + }, + { + "id": "range_35", + "name": null, + "center": [ + 181, + 107 + ], + "peak": [ + 183, + 102 + ], + "area_cells": 325 + }, + { + "id": "range_36", + "name": null, + "center": [ + 185, + 150 + ], + "peak": [ + 185, + 153 + ], + "area_cells": 177 + }, + { + "id": "range_38", + "name": null, + "center": [ + 191, + 56 + ], + "peak": [ + 189, + 59 + ], + "area_cells": 50 + }, + { + "id": "range_40", + "name": null, + "center": [ + 194, + 72 + ], + "peak": [ + 192, + 71 + ], + "area_cells": 76 + }, + { + "id": "range_42", + "name": null, + "center": [ + 224, + 88 + ], + "peak": [ + 223, + 91 + ], + "area_cells": 243 + }, + { + "id": "range_44", + "name": null, + "center": [ + 222, + 40 + ], + "peak": [ + 222, + 41 + ], + "area_cells": 34 + }, + { + "id": "range_49", + "name": null, + "center": [ + 250, + 184 + ], + "peak": [ + 253, + 174 + ], + "area_cells": 477 + }, + { + "id": "range_54", + "name": null, + "center": [ + 252, + 284 + ], + "peak": [ + 255, + 282 + ], + "area_cells": 62 + }, + { + "id": "range_55", + "name": null, + "center": [ + 253, + 268 + ], + "peak": [ + 255, + 269 + ], + "area_cells": 41 + }, + { + "id": "range_56", + "name": null, + "center": [ + 253, + 148 + ], + "peak": [ + 255, + 147 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902c/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902c/globe.png new file mode 100644 index 000000000..bc4c76d10 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902c/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902c/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902c/heightmap.png new file mode 100644 index 000000000..9aa87bcbe Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902c/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902c/index.md b/wiki/star-systems/GJ-902/bodies/GJ902c/index.md new file mode 100644 index 000000000..b3e9a68e8 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ902c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 149900866 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.61 + period_days: 195.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.88 + oblateness: 0.0029 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.877 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.16 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902c + +Arid planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.88g | +| **Atmosphere** | thin | +| **Land** | 90% | +| **Year** | 195 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902c/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902c/markers.json new file mode 100644 index 000000000..4d35c78c8 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902c/markers.json @@ -0,0 +1,229 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 212, + 122 + ], + [ + 211, + 123 + ], + [ + 210, + 124 + ], + [ + 209, + 125 + ], + [ + 208, + 126 + ], + [ + 207, + 126 + ], + [ + 206, + 126 + ], + [ + 205, + 125 + ], + [ + 204, + 125 + ], + [ + 203, + 124 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 214, + 63 + ], + [ + 215, + 64 + ], + [ + 216, + 64 + ], + [ + 217, + 63 + ], + [ + 218, + 64 + ], + [ + 219, + 65 + ], + [ + 220, + 66 + ], + [ + 219, + 66 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 251, + 331 + ], + [ + 250, + 331 + ], + [ + 249, + 331 + ], + [ + 248, + 331 + ], + [ + 247, + 332 + ], + [ + 246, + 333 + ], + [ + 245, + 332 + ], + [ + 244, + 333 + ], + [ + 243, + 333 + ], + [ + 242, + 334 + ], + [ + 241, + 335 + ] + ] + } + ], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 193, + 497 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 191, + 37 + ], + "area_fraction": 0.015 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 211, + 238 + ], + "area_fraction": 0.0493 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 222, + 336 + ], + "area_fraction": 0.0119 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 128 + ], + "peak": [ + 29, + 79 + ], + "area_cells": 15320 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 435 + ], + "peak": [ + 39, + 432 + ], + "area_cells": 8758 + }, + { + "id": "range_4", + "name": null, + "center": [ + 90, + 10 + ], + "peak": [ + 90, + 12 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902d/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902d/globe.png new file mode 100644 index 000000000..8d8951afc Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902d/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902d/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902d/heightmap.png new file mode 100644 index 000000000..14a355946 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902d/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902d/index.md b/wiki/star-systems/GJ-902/bodies/GJ902d/index.md new file mode 100644 index 000000000..8298b0c41 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ902d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 879543289 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.347 + period_days: 640.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: 0.64 + oblateness: 0.0037 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.919 + polar_ice_lat: 0.46 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.172 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902d + +Cold Arid planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 640 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902d/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902d/markers.json new file mode 100644 index 000000000..4c80af0c7 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902d/markers.json @@ -0,0 +1,839 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 87, + 222 + ], + [ + 88, + 221 + ], + [ + 89, + 220 + ], + [ + 90, + 219 + ], + [ + 90, + 218 + ], + [ + 91, + 219 + ], + [ + 92, + 218 + ], + [ + 93, + 217 + ], + [ + 94, + 218 + ], + [ + 95, + 217 + ], + [ + 96, + 218 + ], + [ + 97, + 217 + ], + [ + 98, + 217 + ], + [ + 99, + 216 + ], + [ + 100, + 217 + ], + [ + 101, + 216 + ], + [ + 102, + 215 + ], + [ + 103, + 214 + ], + [ + 104, + 214 + ], + [ + 105, + 214 + ], + [ + 105, + 213 + ], + [ + 106, + 214 + ], + [ + 107, + 214 + ], + [ + 107, + 215 + ], + [ + 108, + 216 + ], + [ + 108, + 215 + ], + [ + 108, + 214 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 58, + 269 + ], + [ + 57, + 270 + ], + [ + 56, + 271 + ], + [ + 55, + 272 + ], + [ + 54, + 273 + ], + [ + 54, + 274 + ], + [ + 55, + 275 + ], + [ + 54, + 276 + ], + [ + 54, + 277 + ], + [ + 55, + 278 + ], + [ + 56, + 279 + ], + [ + 57, + 280 + ], + [ + 58, + 281 + ], + [ + 59, + 282 + ], + [ + 59, + 283 + ], + [ + 59, + 284 + ], + [ + 60, + 285 + ], + [ + 60, + 286 + ], + [ + 61, + 286 + ], + [ + 62, + 285 + ], + [ + 62, + 284 + ], + [ + 61, + 284 + ], + [ + 62, + 283 + ], + [ + 63, + 283 + ], + [ + 63, + 282 + ], + [ + 64, + 283 + ], + [ + 63, + 284 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 101, + 377 + ], + [ + 102, + 378 + ], + [ + 103, + 379 + ], + [ + 104, + 380 + ], + [ + 105, + 381 + ], + [ + 105, + 382 + ], + [ + 106, + 382 + ], + [ + 107, + 383 + ], + [ + 108, + 384 + ], + [ + 109, + 385 + ], + [ + 109, + 386 + ], + [ + 110, + 387 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 127, + 179 + ], + [ + 128, + 180 + ], + [ + 129, + 180 + ], + [ + 130, + 180 + ], + [ + 131, + 180 + ], + [ + 132, + 179 + ], + [ + 133, + 179 + ], + [ + 134, + 180 + ], + [ + 135, + 179 + ], + [ + 136, + 180 + ], + [ + 137, + 181 + ], + [ + 137, + 182 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 116, + 490 + ], + [ + 115, + 489 + ], + [ + 114, + 488 + ], + [ + 113, + 487 + ], + [ + 112, + 486 + ], + [ + 111, + 485 + ], + [ + 112, + 484 + ], + [ + 113, + 483 + ], + [ + 112, + 483 + ], + [ + 111, + 482 + ], + [ + 112, + 481 + ], + [ + 113, + 481 + ], + [ + 113, + 480 + ], + [ + 112, + 479 + ], + [ + 113, + 478 + ], + [ + 114, + 479 + ], + [ + 114, + 478 + ], + [ + 113, + 479 + ], + [ + 112, + 478 + ], + [ + 112, + 477 + ], + [ + 113, + 477 + ], + [ + 114, + 477 + ], + [ + 114, + 476 + ], + [ + 115, + 476 + ], + [ + 115, + 475 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 5, + 51 + ], + [ + 4, + 52 + ], + [ + 3, + 53 + ], + [ + 3, + 54 + ], + [ + 2, + 55 + ], + [ + 2, + 56 + ], + [ + 1, + 55 + ], + [ + 0, + 56 + ], + [ + 0, + 57 + ], + [ + 1, + 56 + ], + [ + 0, + 55 + ], + [ + 0, + 54 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 117, + 33 + ], + [ + 116, + 34 + ], + [ + 117, + 35 + ], + [ + 118, + 36 + ], + [ + 119, + 36 + ], + [ + 120, + 37 + ], + [ + 119, + 38 + ], + [ + 120, + 39 + ], + [ + 119, + 40 + ], + [ + 119, + 41 + ], + [ + 119, + 42 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 103, + 266 + ], + [ + 102, + 267 + ], + [ + 102, + 268 + ], + [ + 101, + 267 + ], + [ + 101, + 268 + ], + [ + 101, + 269 + ], + [ + 100, + 268 + ], + [ + 99, + 268 + ], + [ + 98, + 267 + ], + [ + 97, + 267 + ], + [ + 96, + 266 + ], + [ + 95, + 266 + ], + [ + 94, + 266 + ], + [ + 93, + 267 + ], + [ + 92, + 268 + ], + [ + 91, + 268 + ], + [ + 90, + 267 + ], + [ + 89, + 268 + ], + [ + 88, + 268 + ], + [ + 88, + 267 + ], + [ + 87, + 267 + ], + [ + 87, + 268 + ], + [ + 86, + 269 + ], + [ + 86, + 270 + ], + [ + 87, + 269 + ], + [ + 88, + 269 + ], + [ + 88, + 270 + ], + [ + 89, + 270 + ], + [ + 88, + 271 + ], + [ + 87, + 271 + ], + [ + 86, + 271 + ], + [ + 87, + 272 + ], + [ + 88, + 272 + ], + [ + 87, + 273 + ], + [ + 87, + 274 + ], + [ + 87, + 275 + ], + [ + 88, + 274 + ], + [ + 89, + 273 + ], + [ + 89, + 274 + ], + [ + 89, + 275 + ], + [ + 89, + 276 + ], + [ + 88, + 277 + ], + [ + 89, + 278 + ], + [ + 88, + 278 + ], + [ + 89, + 279 + ], + [ + 88, + 279 + ], + [ + 89, + 280 + ], + [ + 90, + 280 + ], + [ + 90, + 279 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 29, + 149 + ], + [ + 30, + 150 + ], + [ + 31, + 149 + ], + [ + 32, + 150 + ], + [ + 33, + 149 + ], + [ + 34, + 149 + ], + [ + 35, + 149 + ], + [ + 36, + 149 + ], + [ + 37, + 149 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 70, + 93 + ], + "area_fraction": 0.0536 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 80, + 345 + ], + "area_fraction": 0.0184 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 211, + 432 + ], + "peak": [ + 202, + 430 + ], + "area_cells": 998 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m1/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/globe.png new file mode 100644 index 000000000..eba1e6b7b Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m1/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/heightmap.png new file mode 100644 index 000000000..daf110c13 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m1/index.md b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/index.md new file mode 100644 index 000000000..953f7d7d4 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ902e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1537776890 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.078 + period_days: 9.0 + axial_tilt_deg: 42.0 +physical: + gravity_g: 0.13 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.98 + polar_ice_lat: 0.226 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.418 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902e-m1 + +Frozen moon. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Land** | 98% | +| **Orbit** | 9 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m1/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/markers.json new file mode 100644 index 000000000..a36f3a544 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902e-m1/markers.json @@ -0,0 +1,183 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 251 + ], + "peak": [ + 25, + 263 + ], + "area_cells": 2517 + }, + { + "id": "range_2", + "name": null, + "center": [ + 29, + 176 + ], + "peak": [ + 29, + 180 + ], + "area_cells": 370 + }, + { + "id": "range_3", + "name": null, + "center": [ + 44, + 141 + ], + "peak": [ + 42, + 140 + ], + "area_cells": 100 + }, + { + "id": "range_4", + "name": null, + "center": [ + 95, + 204 + ], + "peak": [ + 108, + 202 + ], + "area_cells": 3663 + }, + { + "id": "range_6", + "name": null, + "center": [ + 69, + 436 + ], + "peak": [ + 71, + 434 + ], + "area_cells": 166 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 62 + ], + "peak": [ + 88, + 59 + ], + "area_cells": 628 + }, + { + "id": "range_9", + "name": null, + "center": [ + 81, + 481 + ], + "peak": [ + 77, + 473 + ], + "area_cells": 455 + }, + { + "id": "range_10", + "name": null, + "center": [ + 72, + 227 + ], + "peak": [ + 73, + 227 + ], + "area_cells": 26 + }, + { + "id": "range_11", + "name": null, + "center": [ + 100, + 11 + ], + "peak": [ + 102, + 11 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 145, + 487 + ], + "peak": [ + 150, + 479 + ], + "area_cells": 2585 + }, + { + "id": "range_13", + "name": null, + "center": [ + 129, + 24 + ], + "peak": [ + 125, + 13 + ], + "area_cells": 863 + }, + { + "id": "range_16", + "name": null, + "center": [ + 181, + 371 + ], + "peak": [ + 181, + 373 + ], + "area_cells": 449 + }, + { + "id": "range_18", + "name": null, + "center": [ + 190, + 291 + ], + "peak": [ + 190, + 293 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m2/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/globe.png new file mode 100644 index 000000000..358338a32 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m2/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/heightmap.png new file mode 100644 index 000000000..22722187b Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m2/index.md b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/index.md new file mode 100644 index 000000000..b23ab69ab --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/index.md @@ -0,0 +1,69 @@ +--- +id: GJ902e-m2 +name: null +body_type: moon +planet_class: cold_arid +body_scale: moon +seed: 2739612454 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.134 + period_days: 20.0 + axial_tilt_deg: 11.6 +physical: + gravity_g: 0.82 + oblateness: 0.0021 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.632 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: subsurface_ice +clouds: + enabled: true + coverage_base: 0.164 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902e-m2 + +Cold Arid moon. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | cold arid | +| **Gravity** | 0.82g | +| **Atmosphere** | thin | +| **Hydrosphere** | subsurface_ice | +| **Land** | 94% | +| **Orbit** | 20 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e-m2/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/markers.json new file mode 100644 index 000000000..f1bea0e3b --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902e-m2/markers.json @@ -0,0 +1,661 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 74, + 511 + ], + [ + 73, + 0 + ], + [ + 72, + 0 + ], + [ + 71, + 0 + ], + [ + 70, + 0 + ], + [ + 69, + 0 + ], + [ + 68, + 0 + ], + [ + 67, + 0 + ], + [ + 66, + 0 + ], + [ + 65, + 0 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 58, + 423 + ], + [ + 59, + 424 + ], + [ + 60, + 425 + ], + [ + 61, + 426 + ], + [ + 62, + 427 + ], + [ + 61, + 428 + ], + [ + 60, + 429 + ], + [ + 60, + 430 + ], + [ + 60, + 431 + ], + [ + 60, + 432 + ], + [ + 60, + 433 + ], + [ + 60, + 434 + ], + [ + 60, + 435 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 152, + 262 + ], + [ + 151, + 263 + ], + [ + 150, + 264 + ], + [ + 149, + 265 + ], + [ + 148, + 266 + ], + [ + 148, + 267 + ], + [ + 147, + 268 + ], + [ + 146, + 269 + ], + [ + 145, + 270 + ], + [ + 144, + 271 + ], + [ + 145, + 272 + ], + [ + 146, + 273 + ], + [ + 147, + 274 + ], + [ + 148, + 275 + ], + [ + 149, + 276 + ], + [ + 150, + 277 + ], + [ + 151, + 277 + ], + [ + 152, + 278 + ], + [ + 153, + 278 + ], + [ + 154, + 278 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 93, + 389 + ], + [ + 94, + 388 + ], + [ + 95, + 387 + ], + [ + 96, + 386 + ], + [ + 97, + 385 + ], + [ + 98, + 384 + ], + [ + 99, + 383 + ], + [ + 100, + 382 + ], + [ + 101, + 381 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 136, + 495 + ], + [ + 135, + 494 + ], + [ + 134, + 493 + ], + [ + 133, + 492 + ], + [ + 132, + 491 + ], + [ + 131, + 490 + ], + [ + 131, + 489 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 254, + 141 + ], + [ + 253, + 140 + ], + [ + 252, + 139 + ], + [ + 251, + 139 + ], + [ + 250, + 139 + ], + [ + 249, + 139 + ], + [ + 248, + 139 + ], + [ + 247, + 139 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 132, + 227 + ], + [ + 133, + 227 + ], + [ + 134, + 228 + ], + [ + 135, + 229 + ], + [ + 136, + 230 + ], + [ + 137, + 231 + ], + [ + 138, + 232 + ], + [ + 139, + 233 + ], + [ + 139, + 234 + ], + [ + 140, + 235 + ], + [ + 139, + 236 + ], + [ + 138, + 236 + ], + [ + 139, + 237 + ], + [ + 138, + 238 + ], + [ + 137, + 239 + ], + [ + 136, + 240 + ], + [ + 137, + 241 + ], + [ + 137, + 242 + ], + [ + 136, + 243 + ], + [ + 137, + 244 + ], + [ + 137, + 245 + ], + [ + 136, + 246 + ], + [ + 136, + 247 + ], + [ + 135, + 248 + ], + [ + 135, + 249 + ], + [ + 134, + 248 + ], + [ + 133, + 249 + ], + [ + 133, + 250 + ], + [ + 134, + 250 + ], + [ + 133, + 251 + ], + [ + 132, + 250 + ], + [ + 132, + 249 + ], + [ + 131, + 249 + ], + [ + 130, + 250 + ], + [ + 131, + 250 + ], + [ + 130, + 251 + ], + [ + 129, + 250 + ], + [ + 130, + 249 + ], + [ + 129, + 249 + ], + [ + 129, + 248 + ], + [ + 130, + 247 + ], + [ + 130, + 248 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 131, + 311 + ], + [ + 130, + 311 + ], + [ + 129, + 310 + ], + [ + 128, + 310 + ], + [ + 127, + 310 + ], + [ + 126, + 311 + ], + [ + 125, + 311 + ], + [ + 124, + 311 + ], + [ + 123, + 310 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 123, + 368 + ], + [ + 122, + 369 + ], + [ + 121, + 370 + ], + [ + 120, + 371 + ], + [ + 119, + 372 + ], + [ + 118, + 373 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 66, + 470 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 93, + 311 + ], + "area_fraction": 0.029 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 125, + 173 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 48, + 60 + ], + "peak": [ + 47, + 57 + ], + "area_cells": 4930 + }, + { + "id": "range_2", + "name": null, + "center": [ + 24, + 17 + ], + "peak": [ + 25, + 18 + ], + "area_cells": 53 + }, + { + "id": "range_3", + "name": null, + "center": [ + 29, + 1 + ], + "peak": [ + 30, + 0 + ], + "area_cells": 36 + }, + { + "id": "range_4", + "name": null, + "center": [ + 29, + 509 + ], + "peak": [ + 30, + 511 + ], + "area_cells": 29 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 183 + ], + "peak": [ + 56, + 223 + ], + "area_cells": 1546 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902e/globe.png new file mode 100644 index 000000000..52733c341 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902e/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902e/index.md b/wiki/star-systems/GJ-902/bodies/GJ902e/index.md new file mode 100644 index 000000000..d6aa9d15b --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ902e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 2749910372 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.973 + period_days: 2100.0 + axial_tilt_deg: 30.6 +physical: + gravity_g: null + oblateness: 0.0619 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.224 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: neptunian + storm_count: 3 + storm_max_size: 0.072 +--- + +# GJ902e + +Gas giant. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902f/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902f/globe.png new file mode 100644 index 000000000..c463544dd Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902f/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902f/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902f/heightmap.png new file mode 100644 index 000000000..2f3479105 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902f/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902f/index.md b/wiki/star-systems/GJ-902/bodies/GJ902f/index.md new file mode 100644 index 000000000..28a893436 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902f/index.md @@ -0,0 +1,64 @@ +--- +id: GJ902f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3365707802 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 5.442 + period_days: 5200.0 + axial_tilt_deg: 32.0 +physical: + gravity_g: 0.51 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.929 + polar_ice_lat: 0.135 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.271 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902f + +Frozen planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.51g | +| **Land** | 93% | +| **Year** | 5200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902f/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902f/markers.json new file mode 100644 index 000000000..d19f0b7bd --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902f/markers.json @@ -0,0 +1,286 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 470 + ], + "area_fraction": 0.006 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 40, + 390 + ], + "area_fraction": 0.0182 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 33, + 478 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 140, + 17 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 208, + 300 + ], + "area_fraction": 0.0076 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 101 + ], + "peak": [ + 26, + 103 + ], + "area_cells": 1654 + }, + { + "id": "range_2", + "name": null, + "center": [ + 16, + 326 + ], + "peak": [ + 17, + 327 + ], + "area_cells": 29 + }, + { + "id": "range_3", + "name": null, + "center": [ + 22, + 308 + ], + "peak": [ + 23, + 310 + ], + "area_cells": 123 + }, + { + "id": "range_6", + "name": null, + "center": [ + 34, + 247 + ], + "peak": [ + 39, + 257 + ], + "area_cells": 1219 + }, + { + "id": "range_7", + "name": null, + "center": [ + 76, + 234 + ], + "peak": [ + 72, + 234 + ], + "area_cells": 276 + }, + { + "id": "range_10", + "name": null, + "center": [ + 109, + 6 + ], + "peak": [ + 109, + 8 + ], + "area_cells": 78 + }, + { + "id": "range_11", + "name": null, + "center": [ + 111, + 506 + ], + "peak": [ + 112, + 509 + ], + "area_cells": 52 + }, + { + "id": "range_12", + "name": null, + "center": [ + 116, + 253 + ], + "peak": [ + 117, + 255 + ], + "area_cells": 236 + }, + { + "id": "range_13", + "name": null, + "center": [ + 158, + 177 + ], + "peak": [ + 169, + 199 + ], + "area_cells": 5889 + }, + { + "id": "range_16", + "name": null, + "center": [ + 144, + 299 + ], + "peak": [ + 157, + 304 + ], + "area_cells": 1133 + }, + { + "id": "range_17", + "name": null, + "center": [ + 165, + 343 + ], + "peak": [ + 166, + 345 + ], + "area_cells": 45 + }, + { + "id": "range_18", + "name": null, + "center": [ + 170, + 96 + ], + "peak": [ + 169, + 90 + ], + "area_cells": 151 + }, + { + "id": "range_21", + "name": null, + "center": [ + 226, + 452 + ], + "peak": [ + 220, + 437 + ], + "area_cells": 3202 + }, + { + "id": "range_22", + "name": null, + "center": [ + 203, + 507 + ], + "peak": [ + 204, + 510 + ], + "area_cells": 76 + }, + { + "id": "range_24", + "name": null, + "center": [ + 214, + 170 + ], + "peak": [ + 213, + 167 + ], + "area_cells": 444 + }, + { + "id": "range_26", + "name": null, + "center": [ + 222, + 10 + ], + "peak": [ + 226, + 4 + ], + "area_cells": 374 + }, + { + "id": "range_28", + "name": null, + "center": [ + 250, + 259 + ], + "peak": [ + 252, + 267 + ], + "area_cells": 284 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902g/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902g/globe.png new file mode 100644 index 000000000..dc17af2a7 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902g/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902g/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902g/heightmap.png new file mode 100644 index 000000000..84d480e08 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902g/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902g/index.md b/wiki/star-systems/GJ-902/bodies/GJ902g/index.md new file mode 100644 index 000000000..db8501045 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902g/index.md @@ -0,0 +1,64 @@ +--- +id: GJ902g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1486265367 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.304 + period_days: 9800.0 + axial_tilt_deg: 49.1 +physical: + gravity_g: 0.4 + oblateness: 0.0026 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.939 + polar_ice_lat: 0.233 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902g + +Frozen planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Land** | 94% | +| **Year** | 9800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902g/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902g/markers.json new file mode 100644 index 000000000..cb934a3fc --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902g/markers.json @@ -0,0 +1,103 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 231, + 52 + ], + "area_fraction": 0.0208 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 34, + 148 + ], + "peak": [ + 29, + 166 + ], + "area_cells": 10091 + }, + { + "id": "range_2", + "name": null, + "center": [ + 6, + 309 + ], + "peak": [ + 0, + 296 + ], + "area_cells": 796 + }, + { + "id": "range_3", + "name": null, + "center": [ + 27, + 417 + ], + "peak": [ + 41, + 425 + ], + "area_cells": 3805 + }, + { + "id": "range_5", + "name": null, + "center": [ + 13, + 17 + ], + "peak": [ + 13, + 19 + ], + "area_cells": 356 + }, + { + "id": "range_6", + "name": null, + "center": [ + 12, + 501 + ], + "peak": [ + 14, + 497 + ], + "area_cells": 178 + }, + { + "id": "range_9", + "name": null, + "center": [ + 140, + 392 + ], + "peak": [ + 141, + 392 + ], + "area_cells": 74 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902h/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902h/globe.png new file mode 100644 index 000000000..f35a220c5 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902h/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902h/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902h/heightmap.png new file mode 100644 index 000000000..16383f76c Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902h/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902h/index.md b/wiki/star-systems/GJ-902/bodies/GJ902h/index.md new file mode 100644 index 000000000..0ec5d1a2b --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902h/index.md @@ -0,0 +1,64 @@ +--- +id: GJ902h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 801464599 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 12.454 + period_days: 18000.0 + axial_tilt_deg: 41.3 +physical: + gravity_g: 0.31 + oblateness: 0.0029 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.114 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.379 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902h + +Frozen planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.31g | +| **Land** | 97% | +| **Year** | 18000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902h/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902h/markers.json new file mode 100644 index 000000000..2338499e7 --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902h/markers.json @@ -0,0 +1,209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 16, + 33 + ], + "peak": [ + 20, + 18 + ], + "area_cells": 2529 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 141 + ], + "peak": [ + 0, + 144 + ], + "area_cells": 169 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 266 + ], + "peak": [ + 19, + 259 + ], + "area_cells": 3659 + }, + { + "id": "range_5", + "name": null, + "center": [ + 3, + 377 + ], + "peak": [ + 0, + 372 + ], + "area_cells": 215 + }, + { + "id": "range_6", + "name": null, + "center": [ + 36, + 476 + ], + "peak": [ + 46, + 459 + ], + "area_cells": 4613 + }, + { + "id": "range_7", + "name": null, + "center": [ + 53, + 13 + ], + "peak": [ + 54, + 12 + ], + "area_cells": 148 + }, + { + "id": "range_9", + "name": null, + "center": [ + 72, + 304 + ], + "peak": [ + 73, + 303 + ], + "area_cells": 28 + }, + { + "id": "range_12", + "name": null, + "center": [ + 108, + 472 + ], + "peak": [ + 108, + 472 + ], + "area_cells": 21 + }, + { + "id": "range_13", + "name": null, + "center": [ + 113, + 454 + ], + "peak": [ + 112, + 454 + ], + "area_cells": 70 + }, + { + "id": "range_15", + "name": null, + "center": [ + 229, + 170 + ], + "peak": [ + 235, + 148 + ], + "area_cells": 2105 + }, + { + "id": "range_16", + "name": null, + "center": [ + 217, + 80 + ], + "peak": [ + 215, + 81 + ], + "area_cells": 57 + }, + { + "id": "range_17", + "name": null, + "center": [ + 222, + 103 + ], + "peak": [ + 226, + 99 + ], + "area_cells": 254 + }, + { + "id": "range_18", + "name": null, + "center": [ + 244, + 497 + ], + "peak": [ + 247, + 511 + ], + "area_cells": 663 + }, + { + "id": "range_19", + "name": null, + "center": [ + 245, + 44 + ], + "peak": [ + 251, + 0 + ], + "area_cells": 1752 + }, + { + "id": "range_21", + "name": null, + "center": [ + 253, + 116 + ], + "peak": [ + 255, + 113 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-902/bodies/GJ902i/globe.png b/wiki/star-systems/GJ-902/bodies/GJ902i/globe.png new file mode 100644 index 000000000..38311b5e4 Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902i/globe.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902i/heightmap.png b/wiki/star-systems/GJ-902/bodies/GJ902i/heightmap.png new file mode 100644 index 000000000..80261b0fc Binary files /dev/null and b/wiki/star-systems/GJ-902/bodies/GJ902i/heightmap.png differ diff --git a/wiki/star-systems/GJ-902/bodies/GJ902i/index.md b/wiki/star-systems/GJ-902/bodies/GJ902i/index.md new file mode 100644 index 000000000..811d8839e --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902i/index.md @@ -0,0 +1,64 @@ +--- +id: GJ902i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1247612527 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 18.466 + period_days: 32500.0 + axial_tilt_deg: 31.5 +physical: + gravity_g: 0.23 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ902i + +Frozen planet. + +**System:** [GJ-902](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.23g | +| **Land** | 99% | +| **Year** | 32500 days | + +## Description + + diff --git a/wiki/star-systems/GJ-902/bodies/GJ902i/markers.json b/wiki/star-systems/GJ-902/bodies/GJ902i/markers.json new file mode 100644 index 000000000..d0de5e17c --- /dev/null +++ b/wiki/star-systems/GJ-902/bodies/GJ902i/markers.json @@ -0,0 +1,53 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 30, + 246 + ], + "peak": [ + 22, + 210 + ], + "area_cells": 26718 + }, + { + "id": "range_2", + "name": null, + "center": [ + 39, + 327 + ], + "peak": [ + 39, + 326 + ], + "area_cells": 51 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 426 + ], + "peak": [ + 93, + 437 + ], + "area_cells": 486 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ903b/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903b/globe.png new file mode 100644 index 000000000..91888fad8 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903b/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903b/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903b/heightmap.png new file mode 100644 index 000000000..538c689b5 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903b/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903b/index.md b/wiki/star-systems/GJ-903/bodies/GJ903b/index.md new file mode 100644 index 000000000..b47a3e96b --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ903b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 96337168 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.19 + period_days: 34.0 + axial_tilt_deg: 12.4 +physical: + gravity_g: 0.46 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.921 + polar_ice_lat: 0.901 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.024 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903b + +Barren planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.46g | +| **Land** | 92% | +| **Year** | 34 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903b/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903b/markers.json new file mode 100644 index 000000000..cfd18556e --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903b/markers.json @@ -0,0 +1,357 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 12, + 23 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 9, + 137 + ], + "area_fraction": 0.0204 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 11, + 487 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_4", + "name": null, + "center": [ + 78, + 126 + ], + "peak": [ + 89, + 120 + ], + "area_cells": 965 + }, + { + "id": "range_5", + "name": null, + "center": [ + 64, + 225 + ], + "peak": [ + 64, + 226 + ], + "area_cells": 64 + }, + { + "id": "range_6", + "name": null, + "center": [ + 67, + 161 + ], + "peak": [ + 70, + 160 + ], + "area_cells": 32 + }, + { + "id": "range_7", + "name": null, + "center": [ + 83, + 6 + ], + "peak": [ + 81, + 4 + ], + "area_cells": 200 + }, + { + "id": "range_8", + "name": null, + "center": [ + 104, + 235 + ], + "peak": [ + 117, + 232 + ], + "area_cells": 732 + }, + { + "id": "range_9", + "name": null, + "center": [ + 90, + 264 + ], + "peak": [ + 99, + 270 + ], + "area_cells": 453 + }, + { + "id": "range_10", + "name": null, + "center": [ + 124, + 475 + ], + "peak": [ + 128, + 468 + ], + "area_cells": 2254 + }, + { + "id": "range_11", + "name": null, + "center": [ + 80, + 164 + ], + "peak": [ + 81, + 164 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 105, + 16 + ], + "peak": [ + 104, + 17 + ], + "area_cells": 98 + }, + { + "id": "range_14", + "name": null, + "center": [ + 101, + 78 + ], + "peak": [ + 102, + 76 + ], + "area_cells": 88 + }, + { + "id": "range_16", + "name": null, + "center": [ + 124, + 8 + ], + "peak": [ + 122, + 6 + ], + "area_cells": 279 + }, + { + "id": "range_17", + "name": null, + "center": [ + 118, + 287 + ], + "peak": [ + 115, + 288 + ], + "area_cells": 131 + }, + { + "id": "range_18", + "name": null, + "center": [ + 125, + 109 + ], + "peak": [ + 124, + 109 + ], + "area_cells": 125 + }, + { + "id": "range_22", + "name": null, + "center": [ + 143, + 296 + ], + "peak": [ + 142, + 295 + ], + "area_cells": 126 + }, + { + "id": "range_31", + "name": null, + "center": [ + 215, + 29 + ], + "peak": [ + 215, + 30 + ], + "area_cells": 113 + }, + { + "id": "range_33", + "name": null, + "center": [ + 212, + 60 + ], + "peak": [ + 211, + 63 + ], + "area_cells": 87 + }, + { + "id": "range_34", + "name": null, + "center": [ + 224, + 328 + ], + "peak": [ + 228, + 328 + ], + "area_cells": 45 + }, + { + "id": "range_35", + "name": null, + "center": [ + 233, + 47 + ], + "peak": [ + 230, + 50 + ], + "area_cells": 136 + }, + { + "id": "range_36", + "name": null, + "center": [ + 232, + 343 + ], + "peak": [ + 232, + 344 + ], + "area_cells": 88 + }, + { + "id": "range_38", + "name": null, + "center": [ + 225, + 411 + ], + "peak": [ + 226, + 417 + ], + "area_cells": 120 + }, + { + "id": "range_40", + "name": null, + "center": [ + 226, + 426 + ], + "peak": [ + 229, + 425 + ], + "area_cells": 28 + }, + { + "id": "range_42", + "name": null, + "center": [ + 228, + 167 + ], + "peak": [ + 227, + 169 + ], + "area_cells": 43 + }, + { + "id": "range_43", + "name": null, + "center": [ + 235, + 383 + ], + "peak": [ + 236, + 383 + ], + "area_cells": 29 + }, + { + "id": "range_46", + "name": null, + "center": [ + 251, + 129 + ], + "peak": [ + 249, + 170 + ], + "area_cells": 890 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903c/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903c/globe.png new file mode 100644 index 000000000..0a97ec0c5 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903c/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903c/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903c/heightmap.png new file mode 100644 index 000000000..0b472e73d Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903c/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903c/index.md b/wiki/star-systems/GJ-903/bodies/GJ903c/index.md new file mode 100644 index 000000000..b03073f67 --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ903c +name: Ghadames +body_type: planet +planet_class: temperate +body_scale: planet +seed: 2141209264 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.935 + period_days: 370.0 + axial_tilt_deg: 10.5 +physical: + gravity_g: 0.9 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.526 + polar_ice_lat: 0.772 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.532 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Ghadames + +Temperate planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 53% | +| **Year** | 370 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903c/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903c/markers.json new file mode 100644 index 000000000..ec9aa48ff --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903c/markers.json @@ -0,0 +1,1209 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 177, + 345 + ], + [ + 178, + 344 + ], + [ + 179, + 343 + ], + [ + 179, + 342 + ], + [ + 179, + 341 + ], + [ + 179, + 340 + ], + [ + 179, + 339 + ], + [ + 180, + 338 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 249, + 29 + ], + [ + 248, + 28 + ], + [ + 247, + 28 + ], + [ + 246, + 28 + ], + [ + 246, + 27 + ], + [ + 245, + 26 + ], + [ + 246, + 25 + ], + [ + 246, + 26 + ], + [ + 247, + 25 + ], + [ + 247, + 26 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 159, + 280 + ], + [ + 160, + 279 + ], + [ + 160, + 278 + ], + [ + 161, + 278 + ], + [ + 161, + 277 + ], + [ + 161, + 276 + ], + [ + 160, + 275 + ], + [ + 161, + 274 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 124, + 85 + ], + [ + 124, + 86 + ], + [ + 123, + 87 + ], + [ + 122, + 88 + ], + [ + 121, + 89 + ], + [ + 120, + 90 + ], + [ + 119, + 91 + ], + [ + 118, + 92 + ], + [ + 117, + 93 + ], + [ + 116, + 94 + ], + [ + 116, + 95 + ], + [ + 117, + 96 + ], + [ + 116, + 97 + ], + [ + 117, + 97 + ], + [ + 117, + 98 + ], + [ + 118, + 99 + ], + [ + 119, + 100 + ], + [ + 120, + 101 + ], + [ + 119, + 102 + ], + [ + 120, + 102 + ], + [ + 121, + 103 + ], + [ + 121, + 104 + ], + [ + 122, + 105 + ], + [ + 123, + 105 + ], + [ + 124, + 104 + ], + [ + 125, + 105 + ], + [ + 124, + 105 + ], + [ + 123, + 106 + ], + [ + 124, + 107 + ], + [ + 123, + 108 + ], + [ + 124, + 109 + ], + [ + 123, + 109 + ], + [ + 122, + 108 + ], + [ + 121, + 107 + ], + [ + 122, + 106 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 120, + 55 + ], + [ + 121, + 54 + ], + [ + 122, + 54 + ], + [ + 123, + 53 + ], + [ + 122, + 52 + ], + [ + 123, + 51 + ], + [ + 124, + 50 + ], + [ + 125, + 49 + ], + [ + 125, + 48 + ], + [ + 124, + 48 + ], + [ + 123, + 47 + ], + [ + 123, + 46 + ], + [ + 122, + 47 + ], + [ + 121, + 46 + ], + [ + 120, + 45 + ], + [ + 119, + 46 + ], + [ + 118, + 45 + ], + [ + 117, + 45 + ], + [ + 117, + 44 + ], + [ + 116, + 43 + ], + [ + 115, + 43 + ], + [ + 114, + 42 + ], + [ + 113, + 41 + ], + [ + 112, + 42 + ], + [ + 111, + 42 + ], + [ + 110, + 43 + ], + [ + 109, + 42 + ], + [ + 108, + 41 + ], + [ + 107, + 41 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 95, + 226 + ], + [ + 96, + 226 + ], + [ + 97, + 226 + ], + [ + 98, + 227 + ], + [ + 99, + 228 + ], + [ + 99, + 229 + ], + [ + 99, + 230 + ], + [ + 100, + 231 + ], + [ + 101, + 232 + ], + [ + 101, + 233 + ], + [ + 100, + 234 + ], + [ + 101, + 235 + ], + [ + 101, + 234 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 115, + 341 + ], + [ + 114, + 340 + ], + [ + 115, + 339 + ], + [ + 114, + 338 + ], + [ + 113, + 337 + ], + [ + 112, + 337 + ], + [ + 111, + 338 + ], + [ + 110, + 339 + ], + [ + 109, + 340 + ], + [ + 108, + 341 + ], + [ + 107, + 340 + ], + [ + 106, + 341 + ], + [ + 105, + 340 + ], + [ + 104, + 339 + ], + [ + 103, + 338 + ], + [ + 102, + 337 + ], + [ + 102, + 336 + ], + [ + 101, + 335 + ], + [ + 100, + 334 + ], + [ + 99, + 333 + ], + [ + 98, + 332 + ], + [ + 97, + 331 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 112, + 417 + ], + [ + 113, + 418 + ], + [ + 114, + 419 + ], + [ + 115, + 419 + ], + [ + 116, + 420 + ], + [ + 117, + 421 + ], + [ + 118, + 421 + ], + [ + 119, + 421 + ], + [ + 120, + 422 + ], + [ + 121, + 421 + ], + [ + 122, + 421 + ], + [ + 122, + 422 + ], + [ + 122, + 423 + ], + [ + 123, + 422 + ], + [ + 123, + 421 + ], + [ + 122, + 420 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 146, + 101 + ], + [ + 145, + 101 + ], + [ + 144, + 101 + ], + [ + 144, + 100 + ], + [ + 143, + 99 + ], + [ + 142, + 98 + ], + [ + 141, + 97 + ], + [ + 140, + 98 + ], + [ + 139, + 97 + ], + [ + 138, + 97 + ], + [ + 137, + 96 + ], + [ + 137, + 95 + ], + [ + 138, + 94 + ], + [ + 139, + 93 + ], + [ + 139, + 92 + ], + [ + 140, + 91 + ], + [ + 141, + 90 + ], + [ + 142, + 89 + ], + [ + 142, + 88 + ], + [ + 143, + 87 + ], + [ + 142, + 86 + ], + [ + 142, + 85 + ], + [ + 143, + 84 + ], + [ + 142, + 83 + ], + [ + 141, + 82 + ], + [ + 140, + 81 + ], + [ + 141, + 80 + ], + [ + 141, + 79 + ], + [ + 142, + 78 + ], + [ + 142, + 77 + ], + [ + 143, + 76 + ], + [ + 144, + 75 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 118, + 0 + ], + [ + 119, + 1 + ], + [ + 120, + 2 + ], + [ + 121, + 3 + ], + [ + 121, + 4 + ], + [ + 122, + 5 + ], + [ + 121, + 6 + ], + [ + 122, + 7 + ], + [ + 122, + 8 + ], + [ + 121, + 9 + ], + [ + 121, + 10 + ], + [ + 121, + 11 + ], + [ + 120, + 12 + ], + [ + 119, + 13 + ], + [ + 118, + 14 + ], + [ + 119, + 15 + ], + [ + 118, + 16 + ], + [ + 119, + 17 + ], + [ + 119, + 18 + ], + [ + 119, + 19 + ], + [ + 120, + 19 + ], + [ + 119, + 20 + ], + [ + 119, + 21 + ], + [ + 120, + 21 + ], + [ + 120, + 22 + ], + [ + 121, + 22 + ], + [ + 120, + 23 + ], + [ + 119, + 23 + ], + [ + 119, + 24 + ], + [ + 118, + 25 + ], + [ + 119, + 26 + ], + [ + 119, + 27 + ], + [ + 118, + 27 + ], + [ + 119, + 28 + ], + [ + 120, + 28 + ], + [ + 120, + 27 + ], + [ + 121, + 27 + ], + [ + 121, + 28 + ], + [ + 121, + 29 + ], + [ + 120, + 29 + ], + [ + 119, + 29 + ], + [ + 118, + 29 + ], + [ + 117, + 30 + ], + [ + 118, + 31 + ], + [ + 119, + 31 + ], + [ + 119, + 32 + ], + [ + 118, + 33 + ], + [ + 119, + 33 + ], + [ + 120, + 32 + ], + [ + 121, + 33 + ], + [ + 120, + 33 + ], + [ + 119, + 34 + ], + [ + 118, + 35 + ], + [ + 118, + 36 + ], + [ + 117, + 36 + ], + [ + 116, + 35 + ], + [ + 116, + 36 + ], + [ + 115, + 37 + ], + [ + 114, + 37 + ], + [ + 113, + 37 + ], + [ + 112, + 38 + ], + [ + 111, + 38 + ], + [ + 110, + 39 + ], + [ + 109, + 40 + ], + [ + 108, + 41 + ], + [ + 107, + 42 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 163, + 353 + ], + [ + 162, + 352 + ], + [ + 161, + 351 + ], + [ + 160, + 350 + ], + [ + 159, + 349 + ], + [ + 158, + 348 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 59, + 251 + ], + "area_fraction": 0.4361 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 223, + 271 + ], + "area_fraction": 0.0196 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 243, + 144 + ], + "area_fraction": 0.011 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 150, + 484 + ], + "peak": [ + 145, + 510 + ], + "area_cells": 1007 + }, + { + "id": "range_3", + "name": null, + "center": [ + 150, + 4 + ], + "peak": [ + 150, + 3 + ], + "area_cells": 292 + }, + { + "id": "range_4", + "name": null, + "center": [ + 201, + 190 + ], + "peak": [ + 206, + 183 + ], + "area_cells": 2664 + }, + { + "id": "range_7", + "name": null, + "center": [ + 213, + 42 + ], + "peak": [ + 216, + 36 + ], + "area_cells": 1086 + }, + { + "id": "range_8", + "name": null, + "center": [ + 193, + 78 + ], + "peak": [ + 194, + 78 + ], + "area_cells": 21 + }, + { + "id": "range_10", + "name": null, + "center": [ + 223, + 304 + ], + "peak": [ + 225, + 303 + ], + "area_cells": 61 + }, + { + "id": "range_12", + "name": null, + "center": [ + 225, + 349 + ], + "peak": [ + 225, + 348 + ], + "area_cells": 49 + }, + { + "id": "range_13", + "name": null, + "center": [ + 233, + 443 + ], + "peak": [ + 232, + 438 + ], + "area_cells": 308 + }, + { + "id": "range_14", + "name": null, + "center": [ + 241, + 401 + ], + "peak": [ + 243, + 417 + ], + "area_cells": 279 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903d/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903d/globe.png new file mode 100644 index 000000000..bbdf0d572 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903d/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903d/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903d/heightmap.png new file mode 100644 index 000000000..7ea01e684 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903d/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903d/index.md b/wiki/star-systems/GJ-903/bodies/GJ903d/index.md new file mode 100644 index 000000000..d5b3daa98 --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ903d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1539202839 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.536 + period_days: 780.0 + axial_tilt_deg: 39.6 +physical: + gravity_g: 0.58 + oblateness: 0.0018 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.959 + polar_ice_lat: 0.514 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.157 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903d + +Cold Arid planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.58g | +| **Atmosphere** | thin | +| **Land** | 96% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903d/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903d/markers.json new file mode 100644 index 000000000..afbb7ef0c --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903d/markers.json @@ -0,0 +1,1083 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 233, + 359 + ], + [ + 232, + 358 + ], + [ + 231, + 357 + ], + [ + 230, + 358 + ], + [ + 229, + 357 + ], + [ + 229, + 356 + ], + [ + 229, + 355 + ], + [ + 230, + 356 + ], + [ + 230, + 355 + ], + [ + 230, + 354 + ], + [ + 231, + 354 + ], + [ + 230, + 353 + ], + [ + 229, + 352 + ], + [ + 229, + 353 + ], + [ + 229, + 354 + ], + [ + 228, + 353 + ], + [ + 228, + 354 + ], + [ + 228, + 355 + ], + [ + 228, + 356 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 120, + 32 + ], + [ + 119, + 31 + ], + [ + 118, + 30 + ], + [ + 117, + 29 + ], + [ + 116, + 28 + ], + [ + 115, + 27 + ], + [ + 114, + 26 + ], + [ + 113, + 25 + ], + [ + 112, + 24 + ], + [ + 111, + 23 + ], + [ + 110, + 22 + ], + [ + 109, + 21 + ], + [ + 108, + 20 + ], + [ + 109, + 19 + ], + [ + 109, + 18 + ], + [ + 109, + 17 + ], + [ + 110, + 16 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 224, + 381 + ], + [ + 223, + 380 + ], + [ + 222, + 379 + ], + [ + 221, + 378 + ], + [ + 220, + 377 + ], + [ + 219, + 377 + ], + [ + 218, + 378 + ], + [ + 217, + 379 + ], + [ + 216, + 379 + ], + [ + 216, + 378 + ], + [ + 215, + 379 + ], + [ + 215, + 378 + ], + [ + 214, + 379 + ], + [ + 213, + 380 + ], + [ + 214, + 380 + ], + [ + 213, + 379 + ], + [ + 213, + 378 + ], + [ + 212, + 377 + ], + [ + 211, + 376 + ], + [ + 212, + 376 + ], + [ + 212, + 375 + ], + [ + 211, + 374 + ], + [ + 211, + 375 + ], + [ + 212, + 374 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 220, + 391 + ], + [ + 220, + 390 + ], + [ + 219, + 389 + ], + [ + 218, + 388 + ], + [ + 217, + 387 + ], + [ + 216, + 386 + ], + [ + 215, + 386 + ], + [ + 214, + 387 + ], + [ + 214, + 386 + ], + [ + 214, + 385 + ], + [ + 213, + 384 + ], + [ + 213, + 383 + ], + [ + 212, + 382 + ], + [ + 212, + 381 + ], + [ + 213, + 380 + ], + [ + 212, + 380 + ], + [ + 212, + 379 + ], + [ + 213, + 379 + ], + [ + 212, + 378 + ], + [ + 211, + 378 + ], + [ + 211, + 377 + ], + [ + 210, + 377 + ], + [ + 210, + 376 + ], + [ + 211, + 375 + ], + [ + 211, + 376 + ], + [ + 210, + 375 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 134, + 366 + ], + [ + 133, + 365 + ], + [ + 132, + 366 + ], + [ + 131, + 366 + ], + [ + 130, + 366 + ], + [ + 129, + 365 + ], + [ + 128, + 366 + ], + [ + 127, + 366 + ], + [ + 126, + 365 + ], + [ + 125, + 366 + ], + [ + 125, + 365 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 201, + 427 + ], + [ + 200, + 426 + ], + [ + 199, + 425 + ], + [ + 199, + 424 + ], + [ + 199, + 423 + ], + [ + 199, + 422 + ], + [ + 200, + 421 + ], + [ + 201, + 420 + ], + [ + 201, + 419 + ], + [ + 201, + 418 + ], + [ + 200, + 417 + ], + [ + 201, + 416 + ], + [ + 201, + 415 + ], + [ + 200, + 415 + ], + [ + 200, + 414 + ], + [ + 200, + 413 + ], + [ + 199, + 414 + ], + [ + 199, + 413 + ], + [ + 199, + 412 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 223, + 511 + ], + [ + 224, + 510 + ], + [ + 225, + 509 + ], + [ + 226, + 508 + ], + [ + 227, + 509 + ], + [ + 226, + 510 + ], + [ + 226, + 509 + ], + [ + 227, + 510 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 182, + 416 + ], + [ + 183, + 415 + ], + [ + 184, + 415 + ], + [ + 184, + 414 + ], + [ + 185, + 413 + ], + [ + 185, + 412 + ], + [ + 185, + 411 + ], + [ + 186, + 411 + ], + [ + 185, + 410 + ], + [ + 185, + 409 + ], + [ + 184, + 409 + ], + [ + 184, + 408 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 236, + 225 + ], + [ + 237, + 225 + ], + [ + 238, + 226 + ], + [ + 239, + 226 + ], + [ + 240, + 225 + ], + [ + 241, + 225 + ], + [ + 242, + 224 + ], + [ + 241, + 223 + ], + [ + 242, + 222 + ], + [ + 243, + 221 + ], + [ + 244, + 220 + ], + [ + 245, + 219 + ], + [ + 246, + 219 + ], + [ + 247, + 218 + ], + [ + 248, + 217 + ], + [ + 249, + 216 + ], + [ + 250, + 215 + ], + [ + 251, + 214 + ], + [ + 252, + 213 + ], + [ + 253, + 212 + ], + [ + 253, + 211 + ], + [ + 252, + 210 + ], + [ + 252, + 209 + ], + [ + 251, + 210 + ], + [ + 251, + 209 + ], + [ + 252, + 208 + ], + [ + 252, + 207 + ], + [ + 253, + 206 + ], + [ + 253, + 205 + ], + [ + 254, + 206 + ], + [ + 255, + 205 + ], + [ + 254, + 204 + ], + [ + 255, + 204 + ], + [ + 255, + 203 + ], + [ + 254, + 203 + ], + [ + 254, + 202 + ], + [ + 255, + 202 + ], + [ + 255, + 201 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 203, + 337 + ], + [ + 202, + 336 + ], + [ + 201, + 335 + ], + [ + 200, + 334 + ], + [ + 199, + 333 + ], + [ + 198, + 332 + ], + [ + 197, + 332 + ], + [ + 196, + 332 + ], + [ + 195, + 333 + ], + [ + 194, + 334 + ], + [ + 193, + 335 + ], + [ + 192, + 336 + ], + [ + 191, + 337 + ], + [ + 190, + 338 + ], + [ + 189, + 339 + ], + [ + 188, + 339 + ], + [ + 187, + 340 + ], + [ + 186, + 341 + ], + [ + 187, + 342 + ], + [ + 186, + 342 + ], + [ + 185, + 343 + ], + [ + 186, + 344 + ], + [ + 186, + 343 + ], + [ + 187, + 343 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 181, + 464 + ], + "area_fraction": 0.029 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 249, + 466 + ], + "area_fraction": 0.0052 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 88 + ], + "peak": [ + 14, + 90 + ], + "area_cells": 37 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 48 + ], + "peak": [ + 21, + 50 + ], + "area_cells": 41 + }, + { + "id": "range_3", + "name": null, + "center": [ + 23, + 33 + ], + "peak": [ + 23, + 34 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 62, + 71 + ], + "peak": [ + 70, + 92 + ], + "area_cells": 1930 + }, + { + "id": "range_5", + "name": null, + "center": [ + 75, + 391 + ], + "peak": [ + 64, + 434 + ], + "area_cells": 6406 + }, + { + "id": "range_6", + "name": null, + "center": [ + 42, + 98 + ], + "peak": [ + 43, + 100 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 90, + 208 + ], + "peak": [ + 89, + 232 + ], + "area_cells": 3034 + }, + { + "id": "range_9", + "name": null, + "center": [ + 60, + 498 + ], + "peak": [ + 62, + 498 + ], + "area_cells": 162 + }, + { + "id": "range_10", + "name": null, + "center": [ + 67, + 110 + ], + "peak": [ + 65, + 112 + ], + "area_cells": 31 + }, + { + "id": "range_11", + "name": null, + "center": [ + 119, + 36 + ], + "peak": [ + 120, + 32 + ], + "area_cells": 775 + }, + { + "id": "range_12", + "name": null, + "center": [ + 112, + 286 + ], + "peak": [ + 114, + 287 + ], + "area_cells": 52 + }, + { + "id": "range_13", + "name": null, + "center": [ + 128, + 326 + ], + "peak": [ + 128, + 325 + ], + "area_cells": 246 + }, + { + "id": "range_14", + "name": null, + "center": [ + 131, + 370 + ], + "peak": [ + 134, + 366 + ], + "area_cells": 234 + }, + { + "id": "range_16", + "name": null, + "center": [ + 193, + 288 + ], + "peak": [ + 193, + 287 + ], + "area_cells": 43 + }, + { + "id": "range_17", + "name": null, + "center": [ + 209, + 58 + ], + "peak": [ + 210, + 61 + ], + "area_cells": 93 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903e-m1/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/globe.png new file mode 100644 index 000000000..e9a2942d6 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903e-m1/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/heightmap.png new file mode 100644 index 000000000..d8f765648 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903e-m1/index.md b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/index.md new file mode 100644 index 000000000..601ac187f --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ903e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2261435660 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 37.9 +physical: + gravity_g: 0.11 + oblateness: 0.0017 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.129 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.309 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903e-m1 + +Frozen moon. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 99% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903e-m1/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/markers.json new file mode 100644 index 000000000..86f64f9de --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903e-m1/markers.json @@ -0,0 +1,92 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 45, + 174 + ], + "peak": [ + 63, + 186 + ], + "area_cells": 880 + }, + { + "id": "range_4", + "name": null, + "center": [ + 63, + 216 + ], + "peak": [ + 63, + 217 + ], + "area_cells": 110 + }, + { + "id": "range_6", + "name": null, + "center": [ + 182, + 249 + ], + "peak": [ + 183, + 249 + ], + "area_cells": 20 + }, + { + "id": "range_7", + "name": null, + "center": [ + 222, + 105 + ], + "peak": [ + 221, + 95 + ], + "area_cells": 1257 + }, + { + "id": "range_8", + "name": null, + "center": [ + 233, + 348 + ], + "peak": [ + 225, + 341 + ], + "area_cells": 5001 + }, + { + "id": "range_9", + "name": null, + "center": [ + 231, + 20 + ], + "peak": [ + 231, + 19 + ], + "area_cells": 85 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903e/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903e/globe.png new file mode 100644 index 000000000..ff3598cd8 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903e/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903e/index.md b/wiki/star-systems/GJ-903/bodies/GJ903e/index.md new file mode 100644 index 000000000..de9bd3eff --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ903e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 2159474055 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.25 + period_days: 2400.0 + axial_tilt_deg: 35.0 +physical: + gravity_g: null + oblateness: 0.0589 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.134 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: infernal + storm_count: 3 + storm_max_size: 0.096 +rings: + enabled: true + inner_radius_factor: 1.22 + outer_radius_factor: 2.76 + opacity_base: 0.51 + ring_color: + - 0.6 + - 0.25 + - 0.15 +--- + +# GJ903e + +Gas giant. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 2400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903f/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903f/globe.png new file mode 100644 index 000000000..98751d7a7 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903f/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903f/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903f/heightmap.png new file mode 100644 index 000000000..2af74c054 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903f/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903f/index.md b/wiki/star-systems/GJ-903/bodies/GJ903f/index.md new file mode 100644 index 000000000..381d758d9 --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ903f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1766299390 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.119 + period_days: 6200.0 + axial_tilt_deg: 59.1 +physical: + gravity_g: 0.44 + oblateness: 0.0022 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.824 + polar_ice_lat: 0.184 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903f + +Frozen planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.44g | +| **Hydrosphere** | ice | +| **Land** | 82% | +| **Year** | 6200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903f/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903f/markers.json new file mode 100644 index 000000000..80f702900 --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903f/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 147 + ], + "area_fraction": 0.0755 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 33, + 365 + ], + "area_fraction": 0.086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 167, + 249 + ], + "peak": [ + 202, + 37 + ], + "area_cells": 28668 + }, + { + "id": "range_3", + "name": null, + "center": [ + 110, + 203 + ], + "peak": [ + 110, + 204 + ], + "area_cells": 121 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 412 + ], + "peak": [ + 125, + 414 + ], + "area_cells": 60 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903g/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903g/globe.png new file mode 100644 index 000000000..2c45865c1 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903g/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903g/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903g/heightmap.png new file mode 100644 index 000000000..331ebed65 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903g/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903g/index.md b/wiki/star-systems/GJ-903/bodies/GJ903g/index.md new file mode 100644 index 000000000..c94adc71b --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ903g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3035670386 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 10.532 + period_days: 14000.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.34 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.083 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.39 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903g + +Frozen planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.34g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 14000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903g/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903g/markers.json new file mode 100644 index 000000000..54bc0f46c --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903g/markers.json @@ -0,0 +1,247 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "ocean", + "center": [ + 69, + 380 + ], + "area_fraction": 0.1802 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 56, + 162 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 96, + 166 + ], + "area_fraction": 0.0075 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 149, + 228 + ], + "area_fraction": 0.005 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 246, + 103 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 51, + 264 + ], + "peak": [ + 54, + 260 + ], + "area_cells": 157 + }, + { + "id": "range_2", + "name": null, + "center": [ + 52, + 246 + ], + "peak": [ + 54, + 246 + ], + "area_cells": 35 + }, + { + "id": "range_3", + "name": null, + "center": [ + 84, + 231 + ], + "peak": [ + 84, + 232 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 95 + ], + "peak": [ + 115, + 95 + ], + "area_cells": 88 + }, + { + "id": "range_5", + "name": null, + "center": [ + 134, + 81 + ], + "peak": [ + 136, + 80 + ], + "area_cells": 78 + }, + { + "id": "range_7", + "name": null, + "center": [ + 147, + 73 + ], + "peak": [ + 148, + 73 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 156, + 69 + ], + "peak": [ + 156, + 70 + ], + "area_cells": 37 + }, + { + "id": "range_9", + "name": null, + "center": [ + 164, + 142 + ], + "peak": [ + 167, + 146 + ], + "area_cells": 278 + }, + { + "id": "range_11", + "name": null, + "center": [ + 188, + 214 + ], + "peak": [ + 199, + 218 + ], + "area_cells": 1328 + }, + { + "id": "range_13", + "name": null, + "center": [ + 167, + 163 + ], + "peak": [ + 168, + 164 + ], + "area_cells": 25 + }, + { + "id": "range_14", + "name": null, + "center": [ + 183, + 339 + ], + "peak": [ + 186, + 334 + ], + "area_cells": 330 + }, + { + "id": "range_15", + "name": null, + "center": [ + 197, + 45 + ], + "peak": [ + 193, + 61 + ], + "area_cells": 814 + }, + { + "id": "range_16", + "name": null, + "center": [ + 198, + 305 + ], + "peak": [ + 197, + 308 + ], + "area_cells": 207 + }, + { + "id": "range_17", + "name": null, + "center": [ + 200, + 278 + ], + "peak": [ + 202, + 280 + ], + "area_cells": 156 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903h/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903h/globe.png new file mode 100644 index 000000000..ad4423844 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903h/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903h/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903h/heightmap.png new file mode 100644 index 000000000..0778b6e49 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903h/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903h/index.md b/wiki/star-systems/GJ-903/bodies/GJ903h/index.md new file mode 100644 index 000000000..775fad2be --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ903h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2400595753 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 18.276 + period_days: 32000.0 + axial_tilt_deg: 46.9 +physical: + gravity_g: 0.12 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.746 + polar_ice_lat: 0.212 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.257 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903h + +Frozen planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903h/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903h/markers.json new file mode 100644 index 000000000..7a01c4a03 --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903h/markers.json @@ -0,0 +1,114 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 128, + 53 + ], + "area_fraction": 0.1023 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 67, + 483 + ], + "area_fraction": 0.0408 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 145, + 477 + ], + "area_fraction": 0.0135 + }, + { + "id": "water_18", + "name": null, + "kind": "sea", + "center": [ + 167, + 171 + ], + "area_fraction": 0.0319 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 236, + 172 + ], + "area_fraction": 0.0338 + }, + { + "id": "water_36", + "name": null, + "kind": "lake", + "center": [ + 246, + 428 + ], + "area_fraction": 0.012 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 29, + 223 + ], + "peak": [ + 15, + 252 + ], + "area_cells": 19191 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 486 + ], + "peak": [ + 3, + 486 + ], + "area_cells": 81 + }, + { + "id": "range_5", + "name": null, + "center": [ + 80, + 251 + ], + "peak": [ + 81, + 255 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-903/bodies/GJ903i/globe.png b/wiki/star-systems/GJ-903/bodies/GJ903i/globe.png new file mode 100644 index 000000000..b30b97601 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903i/globe.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903i/heightmap.png b/wiki/star-systems/GJ-903/bodies/GJ903i/heightmap.png new file mode 100644 index 000000000..9257224a0 Binary files /dev/null and b/wiki/star-systems/GJ-903/bodies/GJ903i/heightmap.png differ diff --git a/wiki/star-systems/GJ-903/bodies/GJ903i/index.md b/wiki/star-systems/GJ-903/bodies/GJ903i/index.md new file mode 100644 index 000000000..f972c3f9e --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ903i +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2090409265 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 30.208 + period_days: 68000.0 + axial_tilt_deg: 25.5 +physical: + gravity_g: 0.08 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.071 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ903i + +Frozen planet. + +**System:** [GJ-903](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 68000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-903/bodies/GJ903i/markers.json b/wiki/star-systems/GJ-903/bodies/GJ903i/markers.json new file mode 100644 index 000000000..fed15b90f --- /dev/null +++ b/wiki/star-systems/GJ-903/bodies/GJ903i/markers.json @@ -0,0 +1,152 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_15", + "name": null, + "kind": "ocean", + "center": [ + 209, + 405 + ], + "area_fraction": 0.1267 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 219, + 92 + ], + "area_fraction": 0.0967 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 47 + ], + "peak": [ + 42, + 57 + ], + "area_cells": 623 + }, + { + "id": "range_4", + "name": null, + "center": [ + 51, + 82 + ], + "peak": [ + 54, + 84 + ], + "area_cells": 171 + }, + { + "id": "range_5", + "name": null, + "center": [ + 92, + 130 + ], + "peak": [ + 98, + 119 + ], + "area_cells": 8540 + }, + { + "id": "range_6", + "name": null, + "center": [ + 83, + 2 + ], + "peak": [ + 80, + 0 + ], + "area_cells": 100 + }, + { + "id": "range_7", + "name": null, + "center": [ + 85, + 510 + ], + "peak": [ + 80, + 511 + ], + "area_cells": 34 + }, + { + "id": "range_8", + "name": null, + "center": [ + 80, + 310 + ], + "peak": [ + 80, + 310 + ], + "area_cells": 31 + }, + { + "id": "range_9", + "name": null, + "center": [ + 93, + 345 + ], + "peak": [ + 91, + 334 + ], + "area_cells": 492 + }, + { + "id": "range_10", + "name": null, + "center": [ + 97, + 291 + ], + "peak": [ + 93, + 293 + ], + "area_cells": 125 + }, + { + "id": "range_14", + "name": null, + "center": [ + 140, + 183 + ], + "peak": [ + 140, + 184 + ], + "area_cells": 25 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ904b/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904b/globe.png new file mode 100644 index 000000000..aaf131aac Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904b/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904b/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904b/heightmap.png new file mode 100644 index 000000000..f3f8be3bb Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904b/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904b/index.md b/wiki/star-systems/GJ-904/bodies/GJ904b/index.md new file mode 100644 index 000000000..c6e96861d --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ904b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 2523654009 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.366 + period_days: 72.0 + axial_tilt_deg: 10.6 +physical: + gravity_g: 0.54 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.904 + polar_ice_lat: 0.916 + tectonics: none +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.0 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904b + +Barren planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.54g | +| **Land** | 90% | +| **Year** | 72 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904b/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904b/markers.json new file mode 100644 index 000000000..b58537948 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904b/markers.json @@ -0,0 +1,458 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 13, + 37 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 7, + 267 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 13, + 378 + ], + "area_fraction": 0.0092 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 20, + 500 + ], + "area_fraction": 0.0056 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 66, + 259 + ], + "peak": [ + 62, + 255 + ], + "area_cells": 334 + }, + { + "id": "range_2", + "name": null, + "center": [ + 79, + 224 + ], + "peak": [ + 79, + 232 + ], + "area_cells": 306 + }, + { + "id": "range_5", + "name": null, + "center": [ + 103, + 261 + ], + "peak": [ + 105, + 266 + ], + "area_cells": 233 + }, + { + "id": "range_6", + "name": null, + "center": [ + 130, + 8 + ], + "peak": [ + 127, + 13 + ], + "area_cells": 570 + }, + { + "id": "range_7", + "name": null, + "center": [ + 105, + 504 + ], + "peak": [ + 104, + 507 + ], + "area_cells": 109 + }, + { + "id": "range_8", + "name": null, + "center": [ + 122, + 238 + ], + "peak": [ + 126, + 238 + ], + "area_cells": 143 + }, + { + "id": "range_12", + "name": null, + "center": [ + 134, + 86 + ], + "peak": [ + 126, + 75 + ], + "area_cells": 377 + }, + { + "id": "range_13", + "name": null, + "center": [ + 126, + 178 + ], + "peak": [ + 127, + 180 + ], + "area_cells": 24 + }, + { + "id": "range_15", + "name": null, + "center": [ + 128, + 33 + ], + "peak": [ + 128, + 33 + ], + "area_cells": 60 + }, + { + "id": "range_16", + "name": null, + "center": [ + 133, + 126 + ], + "peak": [ + 134, + 130 + ], + "area_cells": 119 + }, + { + "id": "range_18", + "name": null, + "center": [ + 144, + 504 + ], + "peak": [ + 140, + 511 + ], + "area_cells": 288 + }, + { + "id": "range_19", + "name": null, + "center": [ + 147, + 223 + ], + "peak": [ + 147, + 224 + ], + "area_cells": 56 + }, + { + "id": "range_20", + "name": null, + "center": [ + 154, + 32 + ], + "peak": [ + 157, + 31 + ], + "area_cells": 197 + }, + { + "id": "range_21", + "name": null, + "center": [ + 157, + 378 + ], + "peak": [ + 163, + 395 + ], + "area_cells": 619 + }, + { + "id": "range_22", + "name": null, + "center": [ + 168, + 132 + ], + "peak": [ + 165, + 137 + ], + "area_cells": 402 + }, + { + "id": "range_23", + "name": null, + "center": [ + 160, + 274 + ], + "peak": [ + 155, + 268 + ], + "area_cells": 240 + }, + { + "id": "range_24", + "name": null, + "center": [ + 164, + 83 + ], + "peak": [ + 164, + 83 + ], + "area_cells": 49 + }, + { + "id": "range_25", + "name": null, + "center": [ + 171, + 195 + ], + "peak": [ + 172, + 194 + ], + "area_cells": 167 + }, + { + "id": "range_29", + "name": null, + "center": [ + 197, + 381 + ], + "peak": [ + 190, + 399 + ], + "area_cells": 1329 + }, + { + "id": "range_30", + "name": null, + "center": [ + 189, + 245 + ], + "peak": [ + 194, + 246 + ], + "area_cells": 74 + }, + { + "id": "range_31", + "name": null, + "center": [ + 184, + 440 + ], + "peak": [ + 184, + 441 + ], + "area_cells": 46 + }, + { + "id": "range_34", + "name": null, + "center": [ + 208, + 416 + ], + "peak": [ + 205, + 418 + ], + "area_cells": 67 + }, + { + "id": "range_35", + "name": null, + "center": [ + 212, + 261 + ], + "peak": [ + 211, + 263 + ], + "area_cells": 95 + }, + { + "id": "range_37", + "name": null, + "center": [ + 214, + 26 + ], + "peak": [ + 213, + 27 + ], + "area_cells": 22 + }, + { + "id": "range_38", + "name": null, + "center": [ + 217, + 36 + ], + "peak": [ + 217, + 37 + ], + "area_cells": 22 + }, + { + "id": "range_39", + "name": null, + "center": [ + 221, + 8 + ], + "peak": [ + 224, + 6 + ], + "area_cells": 78 + }, + { + "id": "range_40", + "name": null, + "center": [ + 223, + 508 + ], + "peak": [ + 225, + 510 + ], + "area_cells": 36 + }, + { + "id": "range_43", + "name": null, + "center": [ + 248, + 38 + ], + "peak": [ + 255, + 12 + ], + "area_cells": 867 + }, + { + "id": "range_44", + "name": null, + "center": [ + 244, + 90 + ], + "peak": [ + 245, + 89 + ], + "area_cells": 52 + }, + { + "id": "range_47", + "name": null, + "center": [ + 251, + 128 + ], + "peak": [ + 252, + 128 + ], + "area_cells": 149 + }, + { + "id": "range_48", + "name": null, + "center": [ + 252, + 492 + ], + "peak": [ + 255, + 511 + ], + "area_cells": 263 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904c/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904c/globe.png new file mode 100644 index 000000000..781c89add Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904c/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904c/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904c/heightmap.png new file mode 100644 index 000000000..3a04484bf Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904c/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904c/index.md b/wiki/star-systems/GJ-904/bodies/GJ904c/index.md new file mode 100644 index 000000000..b7320dce2 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ904c +name: null +body_type: planet +planet_class: hot_arid +body_scale: planet +seed: 46157850 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.904 + period_days: 280.0 + axial_tilt_deg: 2.1 +physical: + gravity_g: 0.76 + oblateness: 0.0035 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.93 + polar_ice_lat: 0.944 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904c + +Hot Arid planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | hot arid | +| **Gravity** | 0.76g | +| **Atmosphere** | thin | +| **Land** | 93% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904c/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904c/markers.json new file mode 100644 index 000000000..d108b9c15 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904c/markers.json @@ -0,0 +1,991 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 214, + 12 + ], + [ + 215, + 13 + ], + [ + 216, + 14 + ], + [ + 217, + 15 + ], + [ + 218, + 15 + ], + [ + 219, + 15 + ], + [ + 220, + 15 + ], + [ + 221, + 15 + ], + [ + 222, + 15 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 213, + 109 + ], + [ + 214, + 108 + ], + [ + 215, + 107 + ], + [ + 216, + 108 + ], + [ + 217, + 109 + ], + [ + 218, + 110 + ], + [ + 219, + 111 + ], + [ + 220, + 112 + ], + [ + 221, + 113 + ], + [ + 222, + 114 + ], + [ + 223, + 115 + ], + [ + 224, + 116 + ], + [ + 225, + 117 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 195, + 176 + ], + [ + 194, + 177 + ], + [ + 193, + 178 + ], + [ + 192, + 179 + ], + [ + 191, + 180 + ], + [ + 192, + 181 + ], + [ + 192, + 182 + ], + [ + 191, + 183 + ], + [ + 191, + 184 + ], + [ + 192, + 185 + ], + [ + 193, + 186 + ], + [ + 192, + 187 + ], + [ + 193, + 188 + ], + [ + 194, + 189 + ], + [ + 193, + 189 + ], + [ + 192, + 190 + ], + [ + 192, + 191 + ], + [ + 193, + 191 + ], + [ + 194, + 191 + ], + [ + 194, + 192 + ], + [ + 195, + 193 + ], + [ + 194, + 193 + ], + [ + 195, + 192 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 127, + 280 + ], + [ + 128, + 281 + ], + [ + 129, + 282 + ], + [ + 130, + 283 + ], + [ + 131, + 284 + ], + [ + 132, + 285 + ], + [ + 133, + 285 + ], + [ + 133, + 286 + ], + [ + 134, + 287 + ], + [ + 134, + 288 + ], + [ + 133, + 289 + ], + [ + 134, + 290 + ], + [ + 135, + 291 + ], + [ + 135, + 292 + ], + [ + 135, + 293 + ], + [ + 135, + 294 + ], + [ + 134, + 295 + ], + [ + 135, + 296 + ], + [ + 135, + 297 + ], + [ + 135, + 298 + ], + [ + 134, + 298 + ], + [ + 135, + 299 + ], + [ + 135, + 300 + ], + [ + 135, + 301 + ], + [ + 135, + 302 + ], + [ + 135, + 303 + ], + [ + 135, + 304 + ], + [ + 135, + 305 + ], + [ + 134, + 306 + ], + [ + 135, + 307 + ], + [ + 134, + 308 + ], + [ + 134, + 307 + ], + [ + 135, + 306 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 184, + 84 + ], + [ + 185, + 85 + ], + [ + 186, + 86 + ], + [ + 187, + 87 + ], + [ + 188, + 87 + ], + [ + 188, + 88 + ], + [ + 189, + 89 + ], + [ + 188, + 89 + ], + [ + 188, + 90 + ], + [ + 189, + 90 + ], + [ + 190, + 90 + ], + [ + 191, + 89 + ], + [ + 192, + 88 + ], + [ + 193, + 87 + ], + [ + 194, + 86 + ], + [ + 195, + 87 + ], + [ + 196, + 87 + ], + [ + 197, + 86 + ], + [ + 198, + 86 + ], + [ + 199, + 86 + ], + [ + 200, + 85 + ], + [ + 201, + 84 + ], + [ + 202, + 83 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 207, + 369 + ], + [ + 208, + 369 + ], + [ + 209, + 368 + ], + [ + 208, + 367 + ], + [ + 208, + 366 + ], + [ + 207, + 365 + ], + [ + 206, + 364 + ], + [ + 205, + 364 + ], + [ + 204, + 364 + ], + [ + 203, + 364 + ], + [ + 202, + 363 + ], + [ + 201, + 363 + ], + [ + 200, + 363 + ], + [ + 199, + 362 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 37, + 434 + ], + [ + 37, + 433 + ], + [ + 38, + 432 + ], + [ + 39, + 431 + ], + [ + 40, + 430 + ], + [ + 41, + 430 + ], + [ + 42, + 431 + ], + [ + 43, + 430 + ], + [ + 43, + 431 + ], + [ + 44, + 430 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 241, + 41 + ], + [ + 241, + 42 + ], + [ + 242, + 43 + ], + [ + 243, + 44 + ], + [ + 242, + 45 + ], + [ + 243, + 46 + ], + [ + 244, + 47 + ], + [ + 245, + 48 + ], + [ + 246, + 49 + ], + [ + 246, + 50 + ], + [ + 247, + 51 + ], + [ + 248, + 52 + ], + [ + 249, + 53 + ], + [ + 250, + 54 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 138, + 112 + ], + [ + 139, + 111 + ], + [ + 140, + 110 + ], + [ + 140, + 109 + ], + [ + 139, + 108 + ], + [ + 139, + 107 + ], + [ + 139, + 106 + ], + [ + 140, + 105 + ], + [ + 140, + 104 + ], + [ + 140, + 103 + ], + [ + 139, + 102 + ], + [ + 140, + 102 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 142, + 476 + ], + [ + 141, + 475 + ], + [ + 140, + 474 + ], + [ + 139, + 473 + ], + [ + 138, + 472 + ], + [ + 137, + 471 + ], + [ + 136, + 470 + ], + [ + 135, + 469 + ], + [ + 134, + 468 + ], + [ + 133, + 467 + ], + [ + 132, + 466 + ], + [ + 131, + 465 + ], + [ + 130, + 464 + ], + [ + 130, + 463 + ], + [ + 129, + 462 + ], + [ + 129, + 461 + ], + [ + 129, + 460 + ], + [ + 129, + 459 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 81, + 389 + ], + [ + 80, + 389 + ], + [ + 79, + 388 + ], + [ + 79, + 389 + ], + [ + 78, + 388 + ], + [ + 78, + 389 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 100, + 332 + ], + "area_fraction": 0.0241 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 116, + 423 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 238, + 109 + ], + "area_fraction": 0.0222 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 244, + 354 + ], + "area_fraction": 0.0078 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 14, + 156 + ], + "peak": [ + 11, + 161 + ], + "area_cells": 692 + }, + { + "id": "range_3", + "name": null, + "center": [ + 25, + 85 + ], + "peak": [ + 31, + 85 + ], + "area_cells": 38 + }, + { + "id": "range_5", + "name": null, + "center": [ + 47, + 332 + ], + "peak": [ + 59, + 296 + ], + "area_cells": 3877 + }, + { + "id": "range_8", + "name": null, + "center": [ + 58, + 406 + ], + "peak": [ + 58, + 406 + ], + "area_cells": 144 + }, + { + "id": "range_9", + "name": null, + "center": [ + 63, + 201 + ], + "peak": [ + 64, + 204 + ], + "area_cells": 52 + }, + { + "id": "range_10", + "name": null, + "center": [ + 91, + 473 + ], + "peak": [ + 72, + 483 + ], + "area_cells": 2896 + }, + { + "id": "range_14", + "name": null, + "center": [ + 135, + 46 + ], + "peak": [ + 145, + 22 + ], + "area_cells": 5960 + }, + { + "id": "range_15", + "name": null, + "center": [ + 80, + 39 + ], + "peak": [ + 80, + 40 + ], + "area_cells": 49 + }, + { + "id": "range_16", + "name": null, + "center": [ + 85, + 64 + ], + "peak": [ + 79, + 60 + ], + "area_cells": 296 + }, + { + "id": "range_19", + "name": null, + "center": [ + 95, + 121 + ], + "peak": [ + 97, + 121 + ], + "area_cells": 96 + }, + { + "id": "range_20", + "name": null, + "center": [ + 156, + 269 + ], + "peak": [ + 107, + 188 + ], + "area_cells": 13091 + }, + { + "id": "range_21", + "name": null, + "center": [ + 163, + 492 + ], + "peak": [ + 170, + 480 + ], + "area_cells": 688 + }, + { + "id": "range_26", + "name": null, + "center": [ + 196, + 440 + ], + "peak": [ + 195, + 417 + ], + "area_cells": 259 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904d/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904d/globe.png new file mode 100644 index 000000000..89934419f Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904d/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904d/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904d/heightmap.png new file mode 100644 index 000000000..d25732a6e Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904d/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904d/index.md b/wiki/star-systems/GJ-904/bodies/GJ904d/index.md new file mode 100644 index 000000000..b59414f97 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904d/index.md @@ -0,0 +1,73 @@ +--- +id: GJ904d +name: Soajo +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1052225039 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 1.536 + period_days: 620.0 + axial_tilt_deg: 10.3 +physical: + gravity_g: 0.96 + oblateness: 0.0042 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.552 + polar_ice_lat: 0.74 + tectonics: active +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.429 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Soajo + +Temperate planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.96g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 55% | +| **Year** | 620 days | +| **Inhabited** | yes | +| **Population** | 600 | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904d/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904d/markers.json new file mode 100644 index 000000000..678ebd9c0 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904d/markers.json @@ -0,0 +1,680 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 28, + 215 + ], + [ + 27, + 214 + ], + [ + 26, + 213 + ], + [ + 25, + 212 + ], + [ + 24, + 211 + ], + [ + 23, + 211 + ], + [ + 22, + 210 + ], + [ + 21, + 209 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 63, + 511 + ], + [ + 62, + 510 + ], + [ + 61, + 510 + ], + [ + 60, + 510 + ], + [ + 60, + 509 + ], + [ + 59, + 509 + ], + [ + 58, + 510 + ], + [ + 57, + 511 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 246, + 468 + ], + [ + 246, + 469 + ], + [ + 245, + 470 + ], + [ + 244, + 471 + ], + [ + 245, + 472 + ], + [ + 245, + 473 + ], + [ + 246, + 474 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 18, + 40 + ], + [ + 19, + 39 + ], + [ + 19, + 40 + ], + [ + 20, + 39 + ], + [ + 21, + 39 + ], + [ + 22, + 38 + ], + [ + 23, + 37 + ], + [ + 24, + 38 + ], + [ + 25, + 37 + ], + [ + 26, + 38 + ], + [ + 27, + 39 + ], + [ + 28, + 40 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 1, + 295 + ], + [ + 0, + 296 + ], + [ + 0, + 295 + ], + [ + 1, + 294 + ], + [ + 2, + 293 + ], + [ + 3, + 292 + ], + [ + 4, + 291 + ], + [ + 5, + 290 + ], + [ + 6, + 291 + ], + [ + 7, + 292 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 44, + 279 + ], + [ + 45, + 280 + ], + [ + 46, + 279 + ], + [ + 47, + 278 + ], + [ + 48, + 277 + ], + [ + 49, + 276 + ], + [ + 50, + 275 + ], + [ + 51, + 274 + ], + [ + 52, + 273 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 255, + 17 + ], + [ + 255, + 16 + ], + [ + 255, + 15 + ], + [ + 254, + 15 + ], + [ + 253, + 14 + ], + [ + 252, + 14 + ], + [ + 251, + 13 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 32, + 289 + ], + [ + 33, + 290 + ], + [ + 32, + 291 + ], + [ + 31, + 292 + ], + [ + 30, + 293 + ], + [ + 29, + 294 + ], + [ + 28, + 295 + ], + [ + 27, + 296 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 197, + 212 + ], + [ + 198, + 211 + ], + [ + 199, + 210 + ], + [ + 200, + 210 + ], + [ + 201, + 210 + ], + [ + 202, + 209 + ], + [ + 203, + 208 + ], + [ + 204, + 207 + ], + [ + 204, + 206 + ], + [ + 205, + 205 + ], + [ + 206, + 204 + ], + [ + 205, + 203 + ], + [ + 205, + 202 + ], + [ + 205, + 201 + ], + [ + 206, + 200 + ], + [ + 207, + 199 + ], + [ + 206, + 198 + ], + [ + 207, + 197 + ], + [ + 206, + 196 + ], + [ + 205, + 195 + ], + [ + 206, + 194 + ], + [ + 207, + 193 + ], + [ + 207, + 192 + ], + [ + 206, + 192 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 206, + 274 + ], + [ + 207, + 275 + ], + [ + 208, + 276 + ], + [ + 209, + 277 + ], + [ + 210, + 278 + ], + [ + 209, + 279 + ], + [ + 208, + 280 + ], + [ + 209, + 281 + ], + [ + 208, + 282 + ], + [ + 208, + 283 + ], + [ + 208, + 284 + ], + [ + 207, + 285 + ], + [ + 207, + 286 + ], + [ + 207, + 287 + ], + [ + 206, + 288 + ], + [ + 206, + 289 + ], + [ + 207, + 288 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 79, + 138 + ], + "area_fraction": 0.2825 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 18, + 409 + ], + "area_fraction": 0.0604 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 108, + 459 + ], + "area_fraction": 0.033 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 188, + 194 + ], + "area_fraction": 0.0402 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 226, + 34 + ], + "area_fraction": 0.0192 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 237, + 493 + ], + "area_fraction": 0.0098 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 72, + 347 + ], + "peak": [ + 74, + 342 + ], + "area_cells": 306 + }, + { + "id": "range_2", + "name": null, + "center": [ + 70, + 316 + ], + "peak": [ + 71, + 318 + ], + "area_cells": 48 + }, + { + "id": "range_4", + "name": null, + "center": [ + 91, + 400 + ], + "peak": [ + 91, + 401 + ], + "area_cells": 24 + }, + { + "id": "range_5", + "name": null, + "center": [ + 148, + 404 + ], + "peak": [ + 147, + 400 + ], + "area_cells": 301 + }, + { + "id": "range_6", + "name": null, + "center": [ + 171, + 125 + ], + "peak": [ + 172, + 131 + ], + "area_cells": 213 + }, + { + "id": "range_7", + "name": null, + "center": [ + 197, + 395 + ], + "peak": [ + 191, + 390 + ], + "area_cells": 4878 + }, + { + "id": "range_8", + "name": null, + "center": [ + 198, + 87 + ], + "peak": [ + 201, + 83 + ], + "area_cells": 168 + }, + { + "id": "range_9", + "name": null, + "center": [ + 202, + 4 + ], + "peak": [ + 203, + 10 + ], + "area_cells": 44 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904e/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904e/globe.png new file mode 100644 index 000000000..cbf934d7c Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904e/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904e/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904e/heightmap.png new file mode 100644 index 000000000..88a87e26c Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904e/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904e/index.md b/wiki/star-systems/GJ-904/bodies/GJ904e/index.md new file mode 100644 index 000000000..da3dd123b --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904e/index.md @@ -0,0 +1,68 @@ +--- +id: GJ904e +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 1529323000 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 2.644 + period_days: 1400.0 + axial_tilt_deg: 20.8 +physical: + gravity_g: 0.64 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.925 + polar_ice_lat: 0.496 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.143 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904e + +Cold Arid planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.64g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 1400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904e/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904e/markers.json new file mode 100644 index 000000000..08315d5ad --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904e/markers.json @@ -0,0 +1,1156 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 27, + 247 + ], + [ + 28, + 248 + ], + [ + 27, + 249 + ], + [ + 26, + 249 + ], + [ + 25, + 249 + ], + [ + 24, + 250 + ], + [ + 23, + 249 + ], + [ + 22, + 250 + ], + [ + 21, + 251 + ], + [ + 20, + 251 + ], + [ + 19, + 252 + ], + [ + 18, + 251 + ], + [ + 17, + 252 + ], + [ + 17, + 251 + ], + [ + 16, + 251 + ], + [ + 17, + 250 + ], + [ + 17, + 249 + ], + [ + 16, + 250 + ], + [ + 16, + 249 + ], + [ + 15, + 250 + ], + [ + 14, + 251 + ], + [ + 14, + 250 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 135, + 192 + ], + [ + 136, + 191 + ], + [ + 137, + 191 + ], + [ + 137, + 190 + ], + [ + 137, + 189 + ], + [ + 137, + 188 + ], + [ + 136, + 187 + ], + [ + 135, + 186 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 193, + 201 + ], + [ + 192, + 200 + ], + [ + 191, + 200 + ], + [ + 190, + 201 + ], + [ + 189, + 202 + ], + [ + 188, + 203 + ], + [ + 188, + 204 + ], + [ + 187, + 205 + ], + [ + 188, + 206 + ], + [ + 188, + 207 + ], + [ + 187, + 208 + ], + [ + 187, + 209 + ], + [ + 186, + 210 + ], + [ + 187, + 211 + ], + [ + 186, + 212 + ], + [ + 186, + 213 + ], + [ + 186, + 214 + ], + [ + 186, + 215 + ], + [ + 186, + 216 + ], + [ + 187, + 217 + ], + [ + 186, + 218 + ], + [ + 185, + 219 + ], + [ + 185, + 220 + ], + [ + 184, + 221 + ], + [ + 184, + 222 + ], + [ + 184, + 223 + ], + [ + 185, + 222 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 179, + 510 + ], + [ + 180, + 509 + ], + [ + 180, + 508 + ], + [ + 180, + 507 + ], + [ + 179, + 507 + ], + [ + 179, + 506 + ], + [ + 180, + 505 + ], + [ + 181, + 504 + ], + [ + 181, + 503 + ], + [ + 180, + 502 + ], + [ + 181, + 502 + ], + [ + 182, + 501 + ], + [ + 183, + 500 + ], + [ + 184, + 499 + ], + [ + 185, + 498 + ], + [ + 186, + 497 + ], + [ + 187, + 497 + ], + [ + 188, + 496 + ], + [ + 189, + 496 + ], + [ + 189, + 495 + ], + [ + 190, + 495 + ], + [ + 190, + 496 + ], + [ + 191, + 496 + ], + [ + 191, + 495 + ], + [ + 190, + 494 + ], + [ + 189, + 494 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 217, + 15 + ], + [ + 216, + 16 + ], + [ + 215, + 17 + ], + [ + 216, + 18 + ], + [ + 215, + 19 + ], + [ + 216, + 20 + ], + [ + 217, + 21 + ], + [ + 218, + 21 + ], + [ + 219, + 21 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 235, + 45 + ], + [ + 236, + 44 + ], + [ + 237, + 45 + ], + [ + 238, + 45 + ], + [ + 239, + 46 + ], + [ + 240, + 47 + ], + [ + 241, + 48 + ], + [ + 242, + 48 + ], + [ + 243, + 47 + ], + [ + 243, + 48 + ], + [ + 244, + 48 + ], + [ + 245, + 49 + ], + [ + 246, + 50 + ], + [ + 247, + 50 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 173, + 128 + ], + [ + 174, + 129 + ], + [ + 175, + 130 + ], + [ + 176, + 131 + ], + [ + 176, + 132 + ], + [ + 175, + 133 + ], + [ + 176, + 134 + ], + [ + 175, + 135 + ], + [ + 175, + 136 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 148, + 193 + ], + [ + 149, + 194 + ], + [ + 150, + 195 + ], + [ + 151, + 196 + ], + [ + 152, + 195 + ], + [ + 153, + 195 + ], + [ + 154, + 194 + ], + [ + 155, + 194 + ], + [ + 156, + 194 + ], + [ + 157, + 193 + ], + [ + 157, + 192 + ], + [ + 157, + 191 + ], + [ + 158, + 192 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 142, + 14 + ], + [ + 141, + 13 + ], + [ + 140, + 12 + ], + [ + 139, + 11 + ], + [ + 138, + 10 + ], + [ + 137, + 10 + ], + [ + 137, + 9 + ], + [ + 136, + 10 + ], + [ + 135, + 9 + ], + [ + 134, + 9 + ], + [ + 133, + 10 + ], + [ + 132, + 9 + ], + [ + 131, + 8 + ], + [ + 130, + 8 + ], + [ + 130, + 7 + ], + [ + 129, + 7 + ], + [ + 128, + 7 + ], + [ + 128, + 8 + ], + [ + 127, + 7 + ], + [ + 127, + 6 + ], + [ + 128, + 5 + ], + [ + 128, + 4 + ], + [ + 127, + 4 + ], + [ + 126, + 4 + ], + [ + 126, + 3 + ], + [ + 126, + 2 + ], + [ + 127, + 1 + ], + [ + 128, + 0 + ], + [ + 129, + 511 + ], + [ + 129, + 510 + ], + [ + 130, + 509 + ], + [ + 131, + 508 + ], + [ + 132, + 508 + ], + [ + 132, + 507 + ], + [ + 133, + 508 + ], + [ + 134, + 507 + ], + [ + 135, + 506 + ], + [ + 136, + 507 + ], + [ + 137, + 508 + ], + [ + 138, + 507 + ], + [ + 137, + 506 + ], + [ + 137, + 507 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 174, + 146 + ], + [ + 175, + 147 + ], + [ + 176, + 148 + ], + [ + 177, + 149 + ], + [ + 178, + 150 + ], + [ + 179, + 151 + ], + [ + 180, + 152 + ], + [ + 181, + 152 + ], + [ + 182, + 153 + ], + [ + 182, + 154 + ], + [ + 181, + 154 + ], + [ + 182, + 155 + ], + [ + 183, + 155 + ], + [ + 184, + 155 + ], + [ + 185, + 155 + ], + [ + 186, + 155 + ], + [ + 187, + 154 + ], + [ + 188, + 154 + ], + [ + 189, + 155 + ], + [ + 190, + 154 + ], + [ + 190, + 155 + ], + [ + 190, + 156 + ], + [ + 191, + 156 + ], + [ + 191, + 155 + ], + [ + 192, + 154 + ], + [ + 192, + 155 + ], + [ + 192, + 156 + ], + [ + 193, + 155 + ], + [ + 194, + 155 + ], + [ + 195, + 155 + ], + [ + 196, + 156 + ], + [ + 197, + 155 + ], + [ + 198, + 156 + ], + [ + 199, + 155 + ], + [ + 200, + 155 + ], + [ + 201, + 155 + ], + [ + 201, + 156 + ], + [ + 202, + 156 + ], + [ + 203, + 155 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 238, + 511 + ], + [ + 239, + 0 + ], + [ + 240, + 1 + ], + [ + 239, + 1 + ], + [ + 238, + 2 + ], + [ + 238, + 3 + ], + [ + 237, + 3 + ], + [ + 237, + 4 + ], + [ + 236, + 5 + ], + [ + 237, + 6 + ], + [ + 236, + 7 + ], + [ + 236, + 8 + ], + [ + 236, + 9 + ], + [ + 235, + 10 + ], + [ + 236, + 11 + ], + [ + 235, + 11 + ], + [ + 236, + 12 + ], + [ + 235, + 13 + ], + [ + 234, + 13 + ], + [ + 235, + 14 + ], + [ + 234, + 14 + ], + [ + 235, + 15 + ], + [ + 234, + 15 + ] + ] + }, + { + "id": "river_11", + "name": null, + "path": [ + [ + 163, + 249 + ], + [ + 162, + 250 + ], + [ + 161, + 249 + ], + [ + 160, + 249 + ], + [ + 159, + 249 + ], + [ + 158, + 248 + ], + [ + 157, + 247 + ], + [ + 156, + 247 + ], + [ + 155, + 246 + ], + [ + 155, + 247 + ], + [ + 154, + 246 + ], + [ + 154, + 245 + ], + [ + 153, + 246 + ] + ] + } + ], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 219, + 295 + ], + "area_fraction": 0.0723 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 108, + 319 + ], + "peak": [ + 161, + 443 + ], + "area_cells": 30507 + }, + { + "id": "range_8", + "name": null, + "center": [ + 123, + 58 + ], + "peak": [ + 123, + 61 + ], + "area_cells": 229 + }, + { + "id": "range_9", + "name": null, + "center": [ + 132, + 107 + ], + "peak": [ + 131, + 102 + ], + "area_cells": 443 + }, + { + "id": "range_10", + "name": null, + "center": [ + 132, + 189 + ], + "peak": [ + 135, + 192 + ], + "area_cells": 50 + }, + { + "id": "range_11", + "name": null, + "center": [ + 143, + 11 + ], + "peak": [ + 142, + 14 + ], + "area_cells": 141 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 170 + ], + "peak": [ + 156, + 170 + ], + "area_cells": 102 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904f-m1/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/globe.png new file mode 100644 index 000000000..6b01da000 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904f-m1/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/heightmap.png new file mode 100644 index 000000000..7c43e330a Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904f-m1/index.md b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/index.md new file mode 100644 index 000000000..787bb7b58 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ904f-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 752989924 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 0.077 + period_days: 7.0 + axial_tilt_deg: 38.2 +physical: + gravity_g: 0.12 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.973 + polar_ice_lat: 0.134 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.28 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904f-m1 + +Frozen moon. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 97% | +| **Orbit** | 7 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904f-m1/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/markers.json new file mode 100644 index 000000000..2a7941a47 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904f-m1/markers.json @@ -0,0 +1,194 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 228, + 264 + ], + "area_fraction": 0.021 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 27, + 327 + ], + "peak": [ + 22, + 345 + ], + "area_cells": 3507 + }, + { + "id": "range_5", + "name": null, + "center": [ + 96, + 148 + ], + "peak": [ + 92, + 124 + ], + "area_cells": 15928 + }, + { + "id": "range_6", + "name": null, + "center": [ + 91, + 444 + ], + "peak": [ + 68, + 410 + ], + "area_cells": 10897 + }, + { + "id": "range_8", + "name": null, + "center": [ + 134, + 310 + ], + "peak": [ + 134, + 322 + ], + "area_cells": 332 + }, + { + "id": "range_9", + "name": null, + "center": [ + 162, + 260 + ], + "peak": [ + 170, + 263 + ], + "area_cells": 313 + }, + { + "id": "range_10", + "name": null, + "center": [ + 165, + 125 + ], + "peak": [ + 151, + 121 + ], + "area_cells": 1698 + }, + { + "id": "range_12", + "name": null, + "center": [ + 152, + 11 + ], + "peak": [ + 152, + 0 + ], + "area_cells": 123 + }, + { + "id": "range_13", + "name": null, + "center": [ + 149, + 210 + ], + "peak": [ + 150, + 214 + ], + "area_cells": 37 + }, + { + "id": "range_14", + "name": null, + "center": [ + 156, + 390 + ], + "peak": [ + 159, + 391 + ], + "area_cells": 90 + }, + { + "id": "range_15", + "name": null, + "center": [ + 159, + 186 + ], + "peak": [ + 160, + 185 + ], + "area_cells": 88 + }, + { + "id": "range_17", + "name": null, + "center": [ + 165, + 210 + ], + "peak": [ + 169, + 213 + ], + "area_cells": 203 + }, + { + "id": "range_19", + "name": null, + "center": [ + 164, + 350 + ], + "peak": [ + 164, + 354 + ], + "area_cells": 72 + }, + { + "id": "range_21", + "name": null, + "center": [ + 166, + 322 + ], + "peak": [ + 167, + 329 + ], + "area_cells": 226 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904f/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904f/globe.png new file mode 100644 index 000000000..0841c1e46 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904f/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904f/index.md b/wiki/star-systems/GJ-904/bodies/GJ904f/index.md new file mode 100644 index 000000000..8a029357a --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ904f +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 3493315538 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 5.499 + period_days: 4200.0 + axial_tilt_deg: 28.2 +physical: + gravity_g: null + oblateness: 0.0726 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.151 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 1 + storm_max_size: 0.106 +rings: + enabled: true + inner_radius_factor: 1.1 + outer_radius_factor: 2.27 + opacity_base: 0.45 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ904f + +Gas giant. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904g/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904g/globe.png new file mode 100644 index 000000000..7464bc9ea Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904g/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904g/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904g/heightmap.png new file mode 100644 index 000000000..20d512ac3 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904g/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904g/index.md b/wiki/star-systems/GJ-904/bodies/GJ904g/index.md new file mode 100644 index 000000000..aa190d3f8 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ904g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2542131968 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 9.805 + period_days: 10000.0 + axial_tilt_deg: 58.4 +physical: + gravity_g: 0.46 + oblateness: 0.0011 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.883 + polar_ice_lat: 0.05 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.331 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904g + +Frozen planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 88% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904g/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904g/markers.json new file mode 100644 index 000000000..74f88ca11 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904g/markers.json @@ -0,0 +1,189 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 11, + 190 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 10, + 265 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 52, + 472 + ], + "area_fraction": 0.0335 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 55, + 27 + ], + "area_fraction": 0.0234 + }, + { + "id": "water_40", + "name": null, + "kind": "lake", + "center": [ + 175, + 493 + ], + "area_fraction": 0.0094 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 177, + 25 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_43", + "name": null, + "kind": "lake", + "center": [ + 209, + 15 + ], + "area_fraction": 0.0055 + } + ], + "mountain_ranges": [ + { + "id": "range_5", + "name": null, + "center": [ + 102, + 209 + ], + "peak": [ + 89, + 243 + ], + "area_cells": 5731 + }, + { + "id": "range_7", + "name": null, + "center": [ + 94, + 113 + ], + "peak": [ + 96, + 113 + ], + "area_cells": 114 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 282 + ], + "peak": [ + 127, + 283 + ], + "area_cells": 24 + }, + { + "id": "range_9", + "name": null, + "center": [ + 226, + 241 + ], + "peak": [ + 230, + 158 + ], + "area_cells": 17401 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 125 + ], + "peak": [ + 147, + 127 + ], + "area_cells": 27 + }, + { + "id": "range_11", + "name": null, + "center": [ + 151, + 323 + ], + "peak": [ + 154, + 319 + ], + "area_cells": 69 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 113 + ], + "peak": [ + 177, + 113 + ], + "area_cells": 44 + }, + { + "id": "range_13", + "name": null, + "center": [ + 237, + 66 + ], + "peak": [ + 236, + 67 + ], + "area_cells": 95 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904h/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904h/globe.png new file mode 100644 index 000000000..67117df34 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904h/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904h/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904h/heightmap.png new file mode 100644 index 000000000..2774c083e Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904h/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904h/index.md b/wiki/star-systems/GJ-904/bodies/GJ904h/index.md new file mode 100644 index 000000000..1ed2cdcd5 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ904h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3085961700 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 17.576 + period_days: 24000.0 + axial_tilt_deg: 33.3 +physical: + gravity_g: 0.36 + oblateness: 0.0021 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.731 + polar_ice_lat: 0.17 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.214 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904h + +Frozen planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904h/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904h/markers.json new file mode 100644 index 000000000..fb7c7bbb6 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904h/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 28, + 268 + ], + "area_fraction": 0.2021 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 189, + 431 + ], + "area_fraction": 0.0418 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 106, + 363 + ], + "peak": [ + 104, + 366 + ], + "area_cells": 1674 + }, + { + "id": "range_4", + "name": null, + "center": [ + 128, + 349 + ], + "peak": [ + 128, + 348 + ], + "area_cells": 149 + }, + { + "id": "range_5", + "name": null, + "center": [ + 205, + 69 + ], + "peak": [ + 218, + 63 + ], + "area_cells": 10038 + }, + { + "id": "range_6", + "name": null, + "center": [ + 149, + 478 + ], + "peak": [ + 149, + 479 + ], + "area_cells": 137 + }, + { + "id": "range_12", + "name": null, + "center": [ + 180, + 510 + ], + "peak": [ + 178, + 511 + ], + "area_cells": 28 + }, + { + "id": "range_13", + "name": null, + "center": [ + 186, + 131 + ], + "peak": [ + 186, + 133 + ], + "area_cells": 99 + }, + { + "id": "range_14", + "name": null, + "center": [ + 210, + 322 + ], + "peak": [ + 208, + 323 + ], + "area_cells": 58 + }, + { + "id": "range_16", + "name": null, + "center": [ + 221, + 504 + ], + "peak": [ + 222, + 511 + ], + "area_cells": 233 + }, + { + "id": "range_17", + "name": null, + "center": [ + 226, + 322 + ], + "peak": [ + 227, + 324 + ], + "area_cells": 65 + }, + { + "id": "range_21", + "name": null, + "center": [ + 251, + 161 + ], + "peak": [ + 250, + 153 + ], + "area_cells": 187 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904i/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904i/globe.png new file mode 100644 index 000000000..f31145589 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904i/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904i/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904i/heightmap.png new file mode 100644 index 000000000..127788e9e Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904i/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904i/index.md b/wiki/star-systems/GJ-904/bodies/GJ904i/index.md new file mode 100644 index 000000000..0ef8d0624 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ904i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2058646143 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 29.429 + period_days: 52000.0 + axial_tilt_deg: 18.5 +physical: + gravity_g: 0.28 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.723 + polar_ice_lat: 0.311 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.244 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904i + +Frozen planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 52000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904i/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904i/markers.json new file mode 100644 index 000000000..bd240e761 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904i/markers.json @@ -0,0 +1,244 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 243 + ], + "area_fraction": 0.1856 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 144, + 208 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 139, + 139 + ], + "area_fraction": 0.0056 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 177, + 174 + ], + "area_fraction": 0.0086 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 170, + 298 + ], + "area_fraction": 0.0066 + }, + { + "id": "water_29", + "name": null, + "kind": "sea", + "center": [ + 204, + 253 + ], + "area_fraction": 0.0512 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 324 + ], + "peak": [ + 89, + 320 + ], + "area_cells": 3160 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 85 + ], + "peak": [ + 64, + 84 + ], + "area_cells": 1689 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 277 + ], + "peak": [ + 102, + 281 + ], + "area_cells": 44 + }, + { + "id": "range_6", + "name": null, + "center": [ + 142, + 26 + ], + "peak": [ + 135, + 38 + ], + "area_cells": 1774 + }, + { + "id": "range_7", + "name": null, + "center": [ + 121, + 54 + ], + "peak": [ + 121, + 54 + ], + "area_cells": 47 + }, + { + "id": "range_9", + "name": null, + "center": [ + 138, + 470 + ], + "peak": [ + 135, + 445 + ], + "area_cells": 1956 + }, + { + "id": "range_12", + "name": null, + "center": [ + 209, + 502 + ], + "peak": [ + 211, + 499 + ], + "area_cells": 167 + }, + { + "id": "range_13", + "name": null, + "center": [ + 210, + 5 + ], + "peak": [ + 211, + 3 + ], + "area_cells": 129 + }, + { + "id": "range_14", + "name": null, + "center": [ + 207, + 437 + ], + "peak": [ + 208, + 437 + ], + "area_cells": 42 + }, + { + "id": "range_15", + "name": null, + "center": [ + 245, + 105 + ], + "peak": [ + 250, + 46 + ], + "area_cells": 2692 + }, + { + "id": "range_16", + "name": null, + "center": [ + 234, + 49 + ], + "peak": [ + 234, + 50 + ], + "area_cells": 53 + }, + { + "id": "range_17", + "name": null, + "center": [ + 240, + 13 + ], + "peak": [ + 242, + 0 + ], + "area_cells": 328 + }, + { + "id": "range_18", + "name": null, + "center": [ + 247, + 427 + ], + "peak": [ + 245, + 490 + ], + "area_cells": 2860 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-904/bodies/GJ904j/globe.png b/wiki/star-systems/GJ-904/bodies/GJ904j/globe.png new file mode 100644 index 000000000..a305b6872 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904j/globe.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904j/heightmap.png b/wiki/star-systems/GJ-904/bodies/GJ904j/heightmap.png new file mode 100644 index 000000000..a75a9d4f0 Binary files /dev/null and b/wiki/star-systems/GJ-904/bodies/GJ904j/heightmap.png differ diff --git a/wiki/star-systems/GJ-904/bodies/GJ904j/index.md b/wiki/star-systems/GJ-904/bodies/GJ904j/index.md new file mode 100644 index 000000000..301992a13 --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ904j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3527984379 +star: + type: F + luminosity_solar: 2.5 + color_temp_K: 7000 +orbit: + distance_au: 48.495 + period_days: 110000.0 + axial_tilt_deg: 58.1 +physical: + gravity_g: 0.13 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.788 + polar_ice_lat: 0.051 + tectonics: low +environment: + geothermal_flux: low + uv_index: extreme + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.252 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ904j + +Frozen planet. + +**System:** [GJ-904](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 110000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-904/bodies/GJ904j/markers.json b/wiki/star-systems/GJ-904/bodies/GJ904j/markers.json new file mode 100644 index 000000000..6b690f90e --- /dev/null +++ b/wiki/star-systems/GJ-904/bodies/GJ904j/markers.json @@ -0,0 +1,267 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 23, + 240 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 120, + 475 + ], + "area_fraction": 0.0667 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 101, + 22 + ], + "area_fraction": 0.0367 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 116, + 284 + ], + "area_fraction": 0.0457 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 97, + 74 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 140, + 79 + ], + "area_fraction": 0.0087 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 233, + 442 + ], + "area_fraction": 0.0086 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 75, + 145 + ], + "peak": [ + 48, + 129 + ], + "area_cells": 2668 + }, + { + "id": "range_4", + "name": null, + "center": [ + 124, + 361 + ], + "peak": [ + 120, + 355 + ], + "area_cells": 1991 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 198 + ], + "peak": [ + 119, + 197 + ], + "area_cells": 169 + }, + { + "id": "range_6", + "name": null, + "center": [ + 124, + 168 + ], + "peak": [ + 123, + 170 + ], + "area_cells": 243 + }, + { + "id": "range_7", + "name": null, + "center": [ + 140, + 172 + ], + "peak": [ + 141, + 173 + ], + "area_cells": 28 + }, + { + "id": "range_8", + "name": null, + "center": [ + 168, + 200 + ], + "peak": [ + 169, + 197 + ], + "area_cells": 99 + }, + { + "id": "range_10", + "name": null, + "center": [ + 225, + 79 + ], + "peak": [ + 255, + 71 + ], + "area_cells": 3686 + }, + { + "id": "range_13", + "name": null, + "center": [ + 201, + 30 + ], + "peak": [ + 201, + 30 + ], + "area_cells": 48 + }, + { + "id": "range_14", + "name": null, + "center": [ + 210, + 408 + ], + "peak": [ + 210, + 409 + ], + "area_cells": 54 + }, + { + "id": "range_16", + "name": null, + "center": [ + 216, + 2 + ], + "peak": [ + 215, + 1 + ], + "area_cells": 42 + }, + { + "id": "range_17", + "name": null, + "center": [ + 230, + 337 + ], + "peak": [ + 227, + 338 + ], + "area_cells": 1229 + }, + { + "id": "range_19", + "name": null, + "center": [ + 221, + 481 + ], + "peak": [ + 219, + 482 + ], + "area_cells": 21 + }, + { + "id": "range_24", + "name": null, + "center": [ + 252, + 264 + ], + "peak": [ + 255, + 261 + ], + "area_cells": 166 + }, + { + "id": "range_25", + "name": null, + "center": [ + 254, + 474 + ], + "peak": [ + 255, + 474 + ], + "area_cells": 26 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ905b/globe.png b/wiki/star-systems/GJ-905/bodies/GJ905b/globe.png new file mode 100644 index 000000000..e626af39b Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905b/globe.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905b/heightmap.png b/wiki/star-systems/GJ-905/bodies/GJ905b/heightmap.png new file mode 100644 index 000000000..a12b51cc8 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905b/heightmap.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905b/index.md b/wiki/star-systems/GJ-905/bodies/GJ905b/index.md new file mode 100644 index 000000000..b4526923f --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905b/index.md @@ -0,0 +1,74 @@ +--- +id: GJ905b +name: Mfolozi +body_type: planet +planet_class: temperate +body_scale: planet +seed: 1111742847 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.065 + period_days: 9.0 + axial_tilt_deg: 0.8 +physical: + gravity_g: 0.84 + oblateness: 0.0026 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.417 + polar_ice_lat: 0.763 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.52 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Mfolozi + +Temperate planet. + +**System:** [GJ-905](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.84g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 42% | +| **Year** | 9 days | +| **Inhabited** | yes | +| **Population** | 45K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-905/bodies/GJ905b/markers.json b/wiki/star-systems/GJ-905/bodies/GJ905b/markers.json new file mode 100644 index 000000000..610976218 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905b/markers.json @@ -0,0 +1,606 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 64, + 266 + ], + [ + 65, + 267 + ], + [ + 66, + 268 + ], + [ + 67, + 269 + ], + [ + 68, + 270 + ], + [ + 69, + 271 + ], + [ + 70, + 272 + ], + [ + 71, + 273 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 237, + 252 + ], + [ + 238, + 253 + ], + [ + 239, + 254 + ], + [ + 240, + 255 + ], + [ + 241, + 256 + ], + [ + 242, + 256 + ], + [ + 243, + 255 + ], + [ + 244, + 254 + ], + [ + 244, + 253 + ], + [ + 245, + 252 + ], + [ + 246, + 251 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 102, + 266 + ], + [ + 102, + 265 + ], + [ + 101, + 264 + ], + [ + 102, + 263 + ], + [ + 103, + 263 + ], + [ + 104, + 262 + ], + [ + 105, + 261 + ], + [ + 106, + 260 + ], + [ + 107, + 260 + ], + [ + 107, + 259 + ], + [ + 106, + 258 + ], + [ + 105, + 257 + ], + [ + 105, + 256 + ], + [ + 105, + 255 + ], + [ + 106, + 254 + ], + [ + 105, + 254 + ], + [ + 106, + 255 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 255, + 84 + ], + [ + 254, + 83 + ], + [ + 253, + 84 + ], + [ + 253, + 83 + ], + [ + 252, + 84 + ], + [ + 251, + 85 + ], + [ + 250, + 86 + ], + [ + 249, + 87 + ], + [ + 248, + 88 + ], + [ + 247, + 89 + ], + [ + 247, + 90 + ], + [ + 246, + 91 + ], + [ + 245, + 92 + ], + [ + 244, + 93 + ], + [ + 243, + 94 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 72, + 86 + ], + [ + 73, + 87 + ], + [ + 74, + 88 + ], + [ + 75, + 89 + ], + [ + 75, + 90 + ], + [ + 75, + 91 + ], + [ + 76, + 92 + ], + [ + 75, + 93 + ], + [ + 76, + 94 + ], + [ + 77, + 95 + ], + [ + 77, + 96 + ], + [ + 76, + 96 + ], + [ + 76, + 97 + ], + [ + 75, + 97 + ], + [ + 76, + 98 + ], + [ + 77, + 98 + ], + [ + 76, + 99 + ], + [ + 75, + 99 + ], + [ + 75, + 100 + ], + [ + 76, + 100 + ], + [ + 77, + 100 + ], + [ + 78, + 101 + ], + [ + 79, + 100 + ], + [ + 79, + 101 + ], + [ + 78, + 102 + ], + [ + 77, + 102 + ], + [ + 78, + 103 + ], + [ + 79, + 104 + ], + [ + 78, + 105 + ], + [ + 79, + 106 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 105, + 98 + ], + [ + 104, + 97 + ], + [ + 103, + 96 + ], + [ + 102, + 95 + ], + [ + 101, + 95 + ], + [ + 100, + 96 + ], + [ + 99, + 95 + ], + [ + 98, + 95 + ], + [ + 97, + 95 + ], + [ + 97, + 96 + ], + [ + 96, + 97 + ], + [ + 97, + 98 + ], + [ + 98, + 98 + ], + [ + 97, + 99 + ], + [ + 98, + 100 + ], + [ + 98, + 101 + ], + [ + 98, + 102 + ], + [ + 97, + 103 + ], + [ + 98, + 104 + ], + [ + 98, + 105 + ], + [ + 97, + 106 + ], + [ + 98, + 106 + ], + [ + 97, + 107 + ], + [ + 98, + 108 + ], + [ + 98, + 109 + ], + [ + 98, + 110 + ], + [ + 99, + 110 + ], + [ + 99, + 111 + ], + [ + 100, + 112 + ], + [ + 100, + 113 + ], + [ + 100, + 114 + ], + [ + 100, + 115 + ], + [ + 99, + 115 + ], + [ + 100, + 116 + ], + [ + 100, + 117 + ], + [ + 100, + 118 + ], + [ + 100, + 119 + ], + [ + 100, + 120 + ], + [ + 99, + 120 + ], + [ + 99, + 121 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 83, + 495 + ], + [ + 84, + 494 + ], + [ + 85, + 493 + ], + [ + 86, + 494 + ], + [ + 87, + 493 + ], + [ + 88, + 494 + ], + [ + 89, + 494 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "ocean", + "center": [ + 169, + 258 + ], + "area_fraction": 0.5778 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 419 + ], + "peak": [ + 30, + 383 + ], + "area_cells": 4126 + }, + { + "id": "range_2", + "name": null, + "center": [ + 37, + 163 + ], + "peak": [ + 42, + 136 + ], + "area_cells": 2480 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-905/bodies/GJ905c/globe.png b/wiki/star-systems/GJ-905/bodies/GJ905c/globe.png new file mode 100644 index 000000000..be9b77811 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905c/globe.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905c/heightmap.png b/wiki/star-systems/GJ-905/bodies/GJ905c/heightmap.png new file mode 100644 index 000000000..d593f8038 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905c/heightmap.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905c/index.md b/wiki/star-systems/GJ-905/bodies/GJ905c/index.md new file mode 100644 index 000000000..40183aa45 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905c/index.md @@ -0,0 +1,64 @@ +--- +id: GJ905c +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1269508768 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.144 + period_days: 30.0 + axial_tilt_deg: 26.9 +physical: + gravity_g: 0.4 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.961 + polar_ice_lat: 0.223 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.34 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ905c + +Frozen planet. + +**System:** [GJ-905](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Land** | 96% | +| **Year** | 30 days | + +## Description + + diff --git a/wiki/star-systems/GJ-905/bodies/GJ905c/markers.json b/wiki/star-systems/GJ-905/bodies/GJ905c/markers.json new file mode 100644 index 000000000..c4a6d9e39 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905c/markers.json @@ -0,0 +1,90 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_38", + "name": null, + "kind": "lake", + "center": [ + 241, + 140 + ], + "area_fraction": 0.0092 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 105 + ], + "peak": [ + 13, + 105 + ], + "area_cells": 104 + }, + { + "id": "range_2", + "name": null, + "center": [ + 56, + 79 + ], + "peak": [ + 51, + 78 + ], + "area_cells": 2939 + }, + { + "id": "range_4", + "name": null, + "center": [ + 100, + 300 + ], + "peak": [ + 94, + 297 + ], + "area_cells": 602 + }, + { + "id": "range_6", + "name": null, + "center": [ + 96, + 89 + ], + "peak": [ + 96, + 88 + ], + "area_cells": 220 + }, + { + "id": "range_7", + "name": null, + "center": [ + 102, + 347 + ], + "peak": [ + 102, + 354 + ], + "area_cells": 221 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-905/bodies/GJ905d/globe.png b/wiki/star-systems/GJ-905/bodies/GJ905d/globe.png new file mode 100644 index 000000000..8769760e5 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905d/globe.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905d/heightmap.png b/wiki/star-systems/GJ-905/bodies/GJ905d/heightmap.png new file mode 100644 index 000000000..89cbcfedc Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905d/heightmap.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905d/index.md b/wiki/star-systems/GJ-905/bodies/GJ905d/index.md new file mode 100644 index 000000000..c66814a39 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905d/index.md @@ -0,0 +1,65 @@ +--- +id: GJ905d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2135780155 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.314 + period_days: 96.0 + axial_tilt_deg: 17.8 +physical: + gravity_g: 0.32 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.721 + polar_ice_lat: 0.102 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.347 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ905d + +Frozen planet. + +**System:** [GJ-905](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 96 days | + +## Description + + diff --git a/wiki/star-systems/GJ-905/bodies/GJ905d/markers.json b/wiki/star-systems/GJ-905/bodies/GJ905d/markers.json new file mode 100644 index 000000000..43b00b250 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905d/markers.json @@ -0,0 +1,74 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 29, + 263 + ], + "area_fraction": 0.2257 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 240, + 64 + ], + "area_fraction": 0.0214 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 90, + 13 + ], + "peak": [ + 90, + 11 + ], + "area_cells": 155 + }, + { + "id": "range_2", + "name": null, + "center": [ + 148, + 247 + ], + "peak": [ + 131, + 203 + ], + "area_cells": 21383 + }, + { + "id": "range_4", + "name": null, + "center": [ + 115, + 502 + ], + "peak": [ + 116, + 503 + ], + "area_cells": 51 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-905/bodies/GJ905e/globe.png b/wiki/star-systems/GJ-905/bodies/GJ905e/globe.png new file mode 100644 index 000000000..23c8987c7 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905e/globe.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905e/heightmap.png b/wiki/star-systems/GJ-905/bodies/GJ905e/heightmap.png new file mode 100644 index 000000000..34121c694 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905e/heightmap.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905e/index.md b/wiki/star-systems/GJ-905/bodies/GJ905e/index.md new file mode 100644 index 000000000..2d8fd9868 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905e/index.md @@ -0,0 +1,65 @@ +--- +id: GJ905e +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 393289857 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.641 + period_days: 280.0 + axial_tilt_deg: 56.5 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.793 + polar_ice_lat: 0.186 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.434 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ905e + +Frozen planet. + +**System:** [GJ-905](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 79% | +| **Year** | 280 days | + +## Description + + diff --git a/wiki/star-systems/GJ-905/bodies/GJ905e/markers.json b/wiki/star-systems/GJ-905/bodies/GJ905e/markers.json new file mode 100644 index 000000000..f58b735db --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905e/markers.json @@ -0,0 +1,81 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 19, + 376 + ], + "area_fraction": 0.0559 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 207, + 9 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 219, + 422 + ], + "area_fraction": 0.0933 + }, + { + "id": "water_41", + "name": null, + "kind": "sea", + "center": [ + 232, + 198 + ], + "area_fraction": 0.0248 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 219 + ], + "peak": [ + 88, + 188 + ], + "area_cells": 16773 + }, + { + "id": "range_3", + "name": null, + "center": [ + 175, + 254 + ], + "peak": [ + 174, + 255 + ], + "area_cells": 97 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-905/bodies/GJ905f/globe.png b/wiki/star-systems/GJ-905/bodies/GJ905f/globe.png new file mode 100644 index 000000000..dd5957e1f Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905f/globe.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905f/heightmap.png b/wiki/star-systems/GJ-905/bodies/GJ905f/heightmap.png new file mode 100644 index 000000000..a2619ec4f Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905f/heightmap.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905f/index.md b/wiki/star-systems/GJ-905/bodies/GJ905f/index.md new file mode 100644 index 000000000..834074c71 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ905f +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 372301401 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 1.202 + period_days: 720.0 + axial_tilt_deg: 48.8 +physical: + gravity_g: 0.08 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.83 + polar_ice_lat: 0.164 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.253 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ905f + +Frozen planet. + +**System:** [GJ-905](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 720 days | + +## Description + + diff --git a/wiki/star-systems/GJ-905/bodies/GJ905f/markers.json b/wiki/star-systems/GJ-905/bodies/GJ905f/markers.json new file mode 100644 index 000000000..0595cb06b --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905f/markers.json @@ -0,0 +1,318 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 176, + 37 + ], + "area_fraction": 0.0105 + }, + { + "id": "water_17", + "name": null, + "kind": "ocean", + "center": [ + 218, + 378 + ], + "area_fraction": 0.1349 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 232, + 18 + ], + "area_fraction": 0.0145 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 122 + ], + "peak": [ + 17, + 149 + ], + "area_cells": 2794 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 193 + ], + "peak": [ + 40, + 184 + ], + "area_cells": 528 + }, + { + "id": "range_10", + "name": null, + "center": [ + 51, + 263 + ], + "peak": [ + 51, + 262 + ], + "area_cells": 207 + }, + { + "id": "range_11", + "name": null, + "center": [ + 50, + 293 + ], + "peak": [ + 49, + 292 + ], + "area_cells": 45 + }, + { + "id": "range_12", + "name": null, + "center": [ + 124, + 279 + ], + "peak": [ + 158, + 221 + ], + "area_cells": 6555 + }, + { + "id": "range_13", + "name": null, + "center": [ + 98, + 102 + ], + "peak": [ + 113, + 150 + ], + "area_cells": 8937 + }, + { + "id": "range_14", + "name": null, + "center": [ + 73, + 220 + ], + "peak": [ + 87, + 211 + ], + "area_cells": 872 + }, + { + "id": "range_15", + "name": null, + "center": [ + 67, + 19 + ], + "peak": [ + 60, + 27 + ], + "area_cells": 679 + }, + { + "id": "range_17", + "name": null, + "center": [ + 73, + 476 + ], + "peak": [ + 68, + 469 + ], + "area_cells": 207 + }, + { + "id": "range_18", + "name": null, + "center": [ + 78, + 500 + ], + "peak": [ + 77, + 494 + ], + "area_cells": 344 + }, + { + "id": "range_21", + "name": null, + "center": [ + 80, + 399 + ], + "peak": [ + 80, + 399 + ], + "area_cells": 47 + }, + { + "id": "range_23", + "name": null, + "center": [ + 95, + 264 + ], + "peak": [ + 92, + 258 + ], + "area_cells": 460 + }, + { + "id": "range_25", + "name": null, + "center": [ + 93, + 435 + ], + "peak": [ + 95, + 430 + ], + "area_cells": 283 + }, + { + "id": "range_27", + "name": null, + "center": [ + 90, + 467 + ], + "peak": [ + 92, + 465 + ], + "area_cells": 63 + }, + { + "id": "range_29", + "name": null, + "center": [ + 113, + 217 + ], + "peak": [ + 115, + 218 + ], + "area_cells": 269 + }, + { + "id": "range_30", + "name": null, + "center": [ + 131, + 473 + ], + "peak": [ + 126, + 508 + ], + "area_cells": 1691 + }, + { + "id": "range_32", + "name": null, + "center": [ + 137, + 180 + ], + "peak": [ + 135, + 186 + ], + "area_cells": 88 + }, + { + "id": "range_33", + "name": null, + "center": [ + 146, + 343 + ], + "peak": [ + 147, + 351 + ], + "area_cells": 274 + }, + { + "id": "range_36", + "name": null, + "center": [ + 152, + 412 + ], + "peak": [ + 152, + 403 + ], + "area_cells": 93 + }, + { + "id": "range_37", + "name": null, + "center": [ + 183, + 142 + ], + "peak": [ + 184, + 150 + ], + "area_cells": 382 + }, + { + "id": "range_40", + "name": null, + "center": [ + 251, + 101 + ], + "peak": [ + 252, + 113 + ], + "area_cells": 337 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-905/bodies/GJ905g/globe.png b/wiki/star-systems/GJ-905/bodies/GJ905g/globe.png new file mode 100644 index 000000000..08d7d5013 Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905g/globe.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905g/heightmap.png b/wiki/star-systems/GJ-905/bodies/GJ905g/heightmap.png new file mode 100644 index 000000000..34a121b0b Binary files /dev/null and b/wiki/star-systems/GJ-905/bodies/GJ905g/heightmap.png differ diff --git a/wiki/star-systems/GJ-905/bodies/GJ905g/index.md b/wiki/star-systems/GJ-905/bodies/GJ905g/index.md new file mode 100644 index 000000000..423a0b85b --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ905g +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3647493125 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.215 + period_days: 1800.0 + axial_tilt_deg: 53.3 +physical: + gravity_g: 0.06 + oblateness: 0.0023 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.726 + polar_ice_lat: 0.221 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.321 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ905g + +Frozen planet. + +**System:** [GJ-905](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.06g | +| **Hydrosphere** | ice | +| **Land** | 73% | +| **Year** | 1800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-905/bodies/GJ905g/markers.json b/wiki/star-systems/GJ-905/bodies/GJ905g/markers.json new file mode 100644 index 000000000..fa0578d74 --- /dev/null +++ b/wiki/star-systems/GJ-905/bodies/GJ905g/markers.json @@ -0,0 +1,123 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 51, + 102 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_24", + "name": null, + "kind": "ocean", + "center": [ + 210, + 120 + ], + "area_fraction": 0.1186 + }, + { + "id": "water_30", + "name": null, + "kind": "ocean", + "center": [ + 208, + 429 + ], + "area_fraction": 0.1148 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 26 + ], + "peak": [ + 21, + 0 + ], + "area_cells": 1789 + }, + { + "id": "range_3", + "name": null, + "center": [ + 51, + 418 + ], + "peak": [ + 61, + 435 + ], + "area_cells": 11400 + }, + { + "id": "range_7", + "name": null, + "center": [ + 122, + 170 + ], + "peak": [ + 118, + 171 + ], + "area_cells": 76 + }, + { + "id": "range_8", + "name": null, + "center": [ + 130, + 247 + ], + "peak": [ + 133, + 248 + ], + "area_cells": 143 + }, + { + "id": "range_10", + "name": null, + "center": [ + 147, + 223 + ], + "peak": [ + 151, + 224 + ], + "area_cells": 36 + }, + { + "id": "range_12", + "name": null, + "center": [ + 163, + 286 + ], + "peak": [ + 164, + 287 + ], + "area_cells": 62 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ908b/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908b/globe.png new file mode 100644 index 000000000..2d7a6bac1 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908b/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908b/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908b/heightmap.png new file mode 100644 index 000000000..43b8fbf2d Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908b/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908b/index.md b/wiki/star-systems/GJ-908/bodies/GJ908b/index.md new file mode 100644 index 000000000..abc5cd242 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ908b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1404513273 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 2.9 +physical: + gravity_g: 0.33 + oblateness: 0.0002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.907 + polar_ice_lat: 0.942 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.002 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ908b + +Barren planet. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.33g | +| **Land** | 91% | +| **Year** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908b/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908b/markers.json new file mode 100644 index 000000000..63300db6e --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908b/markers.json @@ -0,0 +1,309 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 78, + 143 + ], + "area_fraction": 0.005 + }, + { + "id": "water_12", + "name": null, + "kind": "lake", + "center": [ + 123, + 244 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 161, + 322 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 157, + 490 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_39", + "name": null, + "kind": "lake", + "center": [ + 220, + 12 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 214, + 496 + ], + "area_fraction": 0.0102 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 24, + 48 + ], + "peak": [ + 24, + 38 + ], + "area_cells": 976 + }, + { + "id": "range_2", + "name": null, + "center": [ + 25, + 92 + ], + "peak": [ + 33, + 93 + ], + "area_cells": 172 + }, + { + "id": "range_3", + "name": null, + "center": [ + 7, + 113 + ], + "peak": [ + 1, + 126 + ], + "area_cells": 405 + }, + { + "id": "range_4", + "name": null, + "center": [ + 7, + 150 + ], + "peak": [ + 0, + 132 + ], + "area_cells": 596 + }, + { + "id": "range_6", + "name": null, + "center": [ + 9, + 195 + ], + "peak": [ + 0, + 195 + ], + "area_cells": 21 + }, + { + "id": "range_7", + "name": null, + "center": [ + 42, + 376 + ], + "peak": [ + 47, + 328 + ], + "area_cells": 10405 + }, + { + "id": "range_15", + "name": null, + "center": [ + 21, + 190 + ], + "peak": [ + 24, + 191 + ], + "area_cells": 39 + }, + { + "id": "range_16", + "name": null, + "center": [ + 17, + 214 + ], + "peak": [ + 19, + 214 + ], + "area_cells": 35 + }, + { + "id": "range_18", + "name": null, + "center": [ + 24, + 180 + ], + "peak": [ + 24, + 181 + ], + "area_cells": 45 + }, + { + "id": "range_24", + "name": null, + "center": [ + 56, + 280 + ], + "peak": [ + 55, + 279 + ], + "area_cells": 110 + }, + { + "id": "range_25", + "name": null, + "center": [ + 52, + 144 + ], + "peak": [ + 52, + 145 + ], + "area_cells": 55 + }, + { + "id": "range_30", + "name": null, + "center": [ + 73, + 432 + ], + "peak": [ + 74, + 432 + ], + "area_cells": 36 + }, + { + "id": "range_33", + "name": null, + "center": [ + 112, + 455 + ], + "peak": [ + 110, + 457 + ], + "area_cells": 88 + }, + { + "id": "range_38", + "name": null, + "center": [ + 127, + 421 + ], + "peak": [ + 127, + 421 + ], + "area_cells": 35 + }, + { + "id": "range_39", + "name": null, + "center": [ + 131, + 437 + ], + "peak": [ + 132, + 438 + ], + "area_cells": 46 + }, + { + "id": "range_43", + "name": null, + "center": [ + 145, + 301 + ], + "peak": [ + 147, + 301 + ], + "area_cells": 98 + }, + { + "id": "range_44", + "name": null, + "center": [ + 146, + 348 + ], + "peak": [ + 146, + 348 + ], + "area_cells": 44 + }, + { + "id": "range_45", + "name": null, + "center": [ + 149, + 458 + ], + "peak": [ + 148, + 459 + ], + "area_cells": 103 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-908/bodies/GJ908c/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908c/globe.png new file mode 100644 index 000000000..2f42b8f29 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908c/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908c/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908c/heightmap.png new file mode 100644 index 000000000..d7ba53d6f Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908c/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908c/index.md b/wiki/star-systems/GJ-908/bodies/GJ908c/index.md new file mode 100644 index 000000000..a2d9ef0d5 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908c/index.md @@ -0,0 +1,73 @@ +--- +id: GJ908c +name: Thornfield Station +body_type: planet +planet_class: temperate_terminator +body_scale: planet +seed: 1671428263 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.11 + period_days: 20.0 + axial_tilt_deg: 5.0 +physical: + gravity_g: 0.72 + oblateness: 0.0015 + atmosphere: thin + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.633 + polar_ice_lat: 0.792 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.317 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Thornfield Station + +Temperate Terminator planet. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate terminator | +| **Gravity** | 0.72g | +| **Atmosphere** | thin | +| **Hydrosphere** | liquid_water | +| **Land** | 63% | +| **Year** | 20 days | +| **Inhabited** | yes | +| **Population** | 4K | +| **Economy** | agricultural | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908c/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908c/markers.json new file mode 100644 index 000000000..77e2ae5e6 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908c/markers.json @@ -0,0 +1,612 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 143, + 511 + ], + [ + 142, + 0 + ], + [ + 141, + 0 + ], + [ + 140, + 0 + ], + [ + 139, + 0 + ], + [ + 138, + 0 + ], + [ + 137, + 0 + ], + [ + 136, + 0 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 161, + 351 + ], + [ + 160, + 350 + ], + [ + 159, + 349 + ], + [ + 158, + 350 + ], + [ + 157, + 350 + ], + [ + 156, + 350 + ], + [ + 155, + 350 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 212, + 436 + ], + [ + 213, + 435 + ], + [ + 214, + 434 + ], + [ + 215, + 433 + ], + [ + 216, + 432 + ], + [ + 217, + 431 + ], + [ + 218, + 430 + ], + [ + 219, + 429 + ], + [ + 220, + 428 + ], + [ + 221, + 428 + ], + [ + 220, + 427 + ], + [ + 221, + 426 + ], + [ + 222, + 426 + ], + [ + 221, + 427 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 231, + 450 + ], + [ + 231, + 451 + ], + [ + 232, + 452 + ], + [ + 233, + 452 + ], + [ + 234, + 452 + ], + [ + 235, + 452 + ], + [ + 236, + 452 + ], + [ + 237, + 452 + ], + [ + 238, + 452 + ], + [ + 239, + 452 + ], + [ + 240, + 452 + ], + [ + 241, + 452 + ], + [ + 242, + 452 + ], + [ + 243, + 452 + ], + [ + 244, + 453 + ], + [ + 245, + 454 + ], + [ + 246, + 454 + ], + [ + 247, + 454 + ], + [ + 248, + 454 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 166, + 376 + ], + [ + 167, + 377 + ], + [ + 168, + 378 + ], + [ + 168, + 379 + ], + [ + 169, + 380 + ], + [ + 170, + 381 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 237, + 31 + ], + [ + 236, + 30 + ], + [ + 235, + 29 + ], + [ + 234, + 30 + ], + [ + 233, + 31 + ], + [ + 232, + 31 + ], + [ + 231, + 31 + ], + [ + 230, + 32 + ], + [ + 229, + 33 + ], + [ + 228, + 34 + ], + [ + 227, + 33 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 187, + 332 + ], + [ + 188, + 331 + ], + [ + 189, + 330 + ], + [ + 190, + 329 + ], + [ + 191, + 329 + ], + [ + 192, + 328 + ], + [ + 193, + 329 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 183, + 481 + ], + [ + 184, + 480 + ], + [ + 185, + 481 + ], + [ + 186, + 482 + ], + [ + 187, + 483 + ], + [ + 188, + 483 + ], + [ + 189, + 483 + ], + [ + 190, + 484 + ], + [ + 191, + 484 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 187, + 215 + ], + [ + 188, + 216 + ], + [ + 189, + 217 + ], + [ + 190, + 217 + ], + [ + 191, + 218 + ], + [ + 192, + 217 + ], + [ + 193, + 218 + ], + [ + 194, + 218 + ], + [ + 195, + 219 + ], + [ + 196, + 219 + ], + [ + 196, + 220 + ], + [ + 197, + 219 + ], + [ + 198, + 219 + ], + [ + 199, + 220 + ], + [ + 200, + 220 + ], + [ + 201, + 221 + ], + [ + 202, + 220 + ], + [ + 202, + 219 + ], + [ + 203, + 218 + ], + [ + 204, + 219 + ], + [ + 204, + 218 + ], + [ + 205, + 218 + ], + [ + 204, + 217 + ], + [ + 203, + 216 + ], + [ + 203, + 215 + ], + [ + 204, + 216 + ], + [ + 205, + 215 + ], + [ + 205, + 214 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 190, + 423 + ], + [ + 189, + 424 + ], + [ + 188, + 424 + ], + [ + 187, + 423 + ], + [ + 186, + 423 + ], + [ + 186, + 422 + ], + [ + 186, + 421 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 151, + 218 + ], + "area_fraction": 0.3429 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 247, + 296 + ], + "area_fraction": 0.0203 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 254 + ], + "peak": [ + 27, + 235 + ], + "area_cells": 5257 + }, + { + "id": "range_2", + "name": null, + "center": [ + 45, + 83 + ], + "peak": [ + 42, + 84 + ], + "area_cells": 855 + }, + { + "id": "range_4", + "name": null, + "center": [ + 39, + 28 + ], + "peak": [ + 36, + 25 + ], + "area_cells": 1337 + }, + { + "id": "range_5", + "name": null, + "center": [ + 33, + 496 + ], + "peak": [ + 33, + 499 + ], + "area_cells": 176 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-908/bodies/GJ908d/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908d/globe.png new file mode 100644 index 000000000..ffb4b4144 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908d/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908d/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908d/heightmap.png new file mode 100644 index 000000000..5eb4df9c4 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908d/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908d/index.md b/wiki/star-systems/GJ-908/bodies/GJ908d/index.md new file mode 100644 index 000000000..d2bd07b1a --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ908d +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3685459614 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.364 + period_days: 120.0 + axial_tilt_deg: 34.6 +physical: + gravity_g: 0.46 + oblateness: 0.0012 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.944 + polar_ice_lat: 0.247 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.425 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ908d + +Frozen planet. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Atmosphere** | thin | +| **Land** | 94% | +| **Year** | 120 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908d/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908d/markers.json new file mode 100644 index 000000000..66fd004d6 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908d/markers.json @@ -0,0 +1,524 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 195, + 91 + ], + [ + 194, + 92 + ], + [ + 193, + 92 + ], + [ + 192, + 91 + ], + [ + 191, + 91 + ], + [ + 190, + 92 + ], + [ + 189, + 92 + ], + [ + 188, + 93 + ], + [ + 189, + 94 + ], + [ + 190, + 95 + ], + [ + 189, + 95 + ], + [ + 189, + 96 + ], + [ + 189, + 97 + ], + [ + 188, + 98 + ], + [ + 189, + 99 + ], + [ + 189, + 100 + ], + [ + 190, + 101 + ], + [ + 191, + 102 + ], + [ + 190, + 103 + ], + [ + 191, + 104 + ], + [ + 192, + 105 + ], + [ + 191, + 106 + ], + [ + 191, + 107 + ], + [ + 192, + 108 + ], + [ + 192, + 109 + ], + [ + 192, + 110 + ], + [ + 193, + 111 + ], + [ + 192, + 112 + ], + [ + 191, + 113 + ], + [ + 191, + 114 + ], + [ + 192, + 115 + ], + [ + 192, + 116 + ], + [ + 191, + 117 + ], + [ + 190, + 118 + ], + [ + 191, + 118 + ], + [ + 191, + 119 + ], + [ + 191, + 120 + ], + [ + 190, + 121 + ], + [ + 190, + 122 + ], + [ + 189, + 122 + ], + [ + 190, + 123 + ], + [ + 189, + 123 + ], + [ + 188, + 124 + ], + [ + 187, + 124 + ], + [ + 186, + 123 + ], + [ + 186, + 124 + ], + [ + 185, + 124 + ], + [ + 185, + 125 + ], + [ + 184, + 125 + ], + [ + 183, + 126 + ], + [ + 182, + 127 + ], + [ + 182, + 128 + ], + [ + 183, + 129 + ], + [ + 184, + 130 + ], + [ + 184, + 131 + ], + [ + 183, + 131 + ], + [ + 182, + 132 + ], + [ + 183, + 132 + ], + [ + 184, + 133 + ], + [ + 183, + 133 + ], + [ + 182, + 133 + ], + [ + 182, + 134 + ], + [ + 183, + 135 + ], + [ + 184, + 136 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 237, + 471 + ], + [ + 236, + 471 + ], + [ + 235, + 472 + ], + [ + 234, + 472 + ], + [ + 233, + 473 + ], + [ + 232, + 473 + ], + [ + 231, + 474 + ], + [ + 230, + 473 + ], + [ + 229, + 473 + ], + [ + 228, + 474 + ], + [ + 228, + 475 + ], + [ + 227, + 474 + ], + [ + 226, + 473 + ], + [ + 225, + 474 + ], + [ + 224, + 475 + ], + [ + 223, + 476 + ], + [ + 223, + 477 + ], + [ + 222, + 477 + ], + [ + 221, + 478 + ], + [ + 222, + 478 + ], + [ + 223, + 478 + ], + [ + 222, + 479 + ], + [ + 221, + 480 + ], + [ + 220, + 481 + ], + [ + 221, + 482 + ], + [ + 222, + 482 + ], + [ + 223, + 481 + ], + [ + 222, + 481 + ], + [ + 221, + 481 + ], + [ + 220, + 482 + ], + [ + 219, + 483 + ], + [ + 218, + 484 + ], + [ + 217, + 484 + ], + [ + 216, + 485 + ], + [ + 215, + 486 + ], + [ + 214, + 487 + ], + [ + 213, + 487 + ], + [ + 212, + 486 + ], + [ + 211, + 485 + ], + [ + 210, + 486 + ], + [ + 209, + 487 + ], + [ + 208, + 488 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 7, + 434 + ], + "area_fraction": 0.0111 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 211, + 146 + ], + "area_fraction": 0.0209 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 396 + ], + "peak": [ + 96, + 378 + ], + "area_cells": 2522 + }, + { + "id": "range_2", + "name": null, + "center": [ + 96, + 497 + ], + "peak": [ + 100, + 511 + ], + "area_cells": 978 + }, + { + "id": "range_3", + "name": null, + "center": [ + 106, + 65 + ], + "peak": [ + 109, + 69 + ], + "area_cells": 5361 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 60 + ], + "peak": [ + 148, + 60 + ], + "area_cells": 31 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-908/bodies/GJ908e-m1/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/globe.png new file mode 100644 index 000000000..db35dfe6b Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908e-m1/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/heightmap.png new file mode 100644 index 000000000..fea3f3e87 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908e-m1/index.md b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/index.md new file mode 100644 index 000000000..0bef79c6b --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ908e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1190511261 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.049 + period_days: 6.0 + axial_tilt_deg: 40.8 +physical: + gravity_g: 0.11 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.962 + polar_ice_lat: 0.157 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.27 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ908e-m1 + +Frozen moon. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Land** | 96% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908e-m1/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/markers.json new file mode 100644 index 000000000..bcdbfc37a --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908e-m1/markers.json @@ -0,0 +1,142 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 185, + 355 + ], + "area_fraction": 0.0065 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 10, + 34 + ], + "peak": [ + 3, + 17 + ], + "area_cells": 684 + }, + { + "id": "range_2", + "name": null, + "center": [ + 51, + 285 + ], + "peak": [ + 10, + 313 + ], + "area_cells": 24480 + }, + { + "id": "range_4", + "name": null, + "center": [ + 56, + 30 + ], + "peak": [ + 66, + 19 + ], + "area_cells": 1374 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 484 + ], + "peak": [ + 89, + 484 + ], + "area_cells": 62 + }, + { + "id": "range_8", + "name": null, + "center": [ + 111, + 81 + ], + "peak": [ + 113, + 82 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 139, + 486 + ], + "peak": [ + 140, + 486 + ], + "area_cells": 40 + }, + { + "id": "range_11", + "name": null, + "center": [ + 168, + 8 + ], + "peak": [ + 170, + 2 + ], + "area_cells": 380 + }, + { + "id": "range_12", + "name": null, + "center": [ + 173, + 488 + ], + "peak": [ + 169, + 499 + ], + "area_cells": 1086 + }, + { + "id": "range_13", + "name": null, + "center": [ + 181, + 42 + ], + "peak": [ + 179, + 37 + ], + "area_cells": 94 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-908/bodies/GJ908e/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908e/globe.png new file mode 100644 index 000000000..edd064edb Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908e/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908e/index.md b/wiki/star-systems/GJ-908/bodies/GJ908e/index.md new file mode 100644 index 000000000..077e3d300 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908e/index.md @@ -0,0 +1,70 @@ +--- +id: GJ908e +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1515159913 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 0.968 + period_days: 520.0 + axial_tilt_deg: 10.4 +physical: + gravity_g: null + oblateness: 0.0778 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.25 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: saturnian + storm_count: 2 + storm_max_size: 0.089 +rings: + enabled: true + inner_radius_factor: 1.15 + outer_radius_factor: 2.36 + opacity_base: 0.47 + ring_color: + - 0.88 + - 0.78 + - 0.55 +--- + +# GJ908e + +Gas giant. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 520 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908f/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908f/globe.png new file mode 100644 index 000000000..0608f06bf Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908f/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908f/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908f/heightmap.png new file mode 100644 index 000000000..773031212 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908f/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908f/index.md b/wiki/star-systems/GJ-908/bodies/GJ908f/index.md new file mode 100644 index 000000000..b00b8036f --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ908f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 436572413 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 2.047 + period_days: 1600.0 + axial_tilt_deg: 40.1 +physical: + gravity_g: 0.37 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.721 + polar_ice_lat: 0.061 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.348 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ908f + +Frozen planet. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.37g | +| **Hydrosphere** | ice | +| **Land** | 72% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908f/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908f/markers.json new file mode 100644 index 000000000..6b2c97227 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908f/markers.json @@ -0,0 +1,130 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 19, + 29 + ], + "area_fraction": 0.0167 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 78, + 337 + ], + "area_fraction": 0.1496 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 17, + 209 + ], + "area_fraction": 0.01 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 139, + 429 + ], + "area_fraction": 0.011 + }, + { + "id": "water_42", + "name": null, + "kind": "sea", + "center": [ + 235, + 305 + ], + "area_fraction": 0.0719 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 50, + 124 + ], + "peak": [ + 49, + 124 + ], + "area_cells": 52 + }, + { + "id": "range_2", + "name": null, + "center": [ + 72, + 33 + ], + "peak": [ + 68, + 34 + ], + "area_cells": 44 + }, + { + "id": "range_3", + "name": null, + "center": [ + 138, + 70 + ], + "peak": [ + 123, + 78 + ], + "area_cells": 2763 + }, + { + "id": "range_5", + "name": null, + "center": [ + 150, + 154 + ], + "peak": [ + 152, + 157 + ], + "area_cells": 104 + }, + { + "id": "range_6", + "name": null, + "center": [ + 188, + 128 + ], + "peak": [ + 189, + 183 + ], + "area_cells": 5356 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-908/bodies/GJ908g/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908g/globe.png new file mode 100644 index 000000000..ca40abf57 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908g/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908g/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908g/heightmap.png new file mode 100644 index 000000000..58875fb45 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908g/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908g/index.md b/wiki/star-systems/GJ-908/bodies/GJ908g/index.md new file mode 100644 index 000000000..37746bcc5 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ908g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2401050138 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 3.896 + period_days: 4200.0 + axial_tilt_deg: 52.0 +physical: + gravity_g: 0.28 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.861 + polar_ice_lat: 0.069 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.409 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ908g + +Frozen planet. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908g/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908g/markers.json new file mode 100644 index 000000000..a6d671935 --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908g/markers.json @@ -0,0 +1,137 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 115, + 411 + ], + "area_fraction": 0.0097 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 178, + 30 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 193, + 83 + ], + "area_fraction": 0.0139 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 215, + 283 + ], + "area_fraction": 0.0104 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 237, + 182 + ], + "area_fraction": 0.0163 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 238, + 49 + ], + "area_fraction": 0.0115 + }, + { + "id": "water_36", + "name": null, + "kind": "sea", + "center": [ + 242, + 437 + ], + "area_fraction": 0.0313 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 42, + 270 + ], + "peak": [ + 8, + 169 + ], + "area_cells": 30396 + }, + { + "id": "range_6", + "name": null, + "center": [ + 89, + 43 + ], + "peak": [ + 88, + 48 + ], + "area_cells": 440 + }, + { + "id": "range_7", + "name": null, + "center": [ + 87, + 87 + ], + "peak": [ + 88, + 88 + ], + "area_cells": 20 + }, + { + "id": "range_12", + "name": null, + "center": [ + 180, + 422 + ], + "peak": [ + 181, + 422 + ], + "area_cells": 58 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-908/bodies/GJ908h/globe.png b/wiki/star-systems/GJ-908/bodies/GJ908h/globe.png new file mode 100644 index 000000000..98724e551 Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908h/globe.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908h/heightmap.png b/wiki/star-systems/GJ-908/bodies/GJ908h/heightmap.png new file mode 100644 index 000000000..8cdb0acbb Binary files /dev/null and b/wiki/star-systems/GJ-908/bodies/GJ908h/heightmap.png differ diff --git a/wiki/star-systems/GJ-908/bodies/GJ908h/index.md b/wiki/star-systems/GJ-908/bodies/GJ908h/index.md new file mode 100644 index 000000000..c1c610c0a --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ908h +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 3634543385 +star: + type: M + luminosity_solar: 0.04 + color_temp_K: 3200 +orbit: + distance_au: 6.666 + period_days: 9400.0 + axial_tilt_deg: 17.9 +physical: + gravity_g: 0.1 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.703 + polar_ice_lat: 0.206 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.346 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ908h + +Frozen planet. + +**System:** [GJ-908](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 70% | +| **Year** | 9400 days | + +## Description + + diff --git a/wiki/star-systems/GJ-908/bodies/GJ908h/markers.json b/wiki/star-systems/GJ-908/bodies/GJ908h/markers.json new file mode 100644 index 000000000..7fe9c839c --- /dev/null +++ b/wiki/star-systems/GJ-908/bodies/GJ908h/markers.json @@ -0,0 +1,345 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 89, + 259 + ], + "area_fraction": 0.1283 + }, + { + "id": "water_14", + "name": null, + "kind": "sea", + "center": [ + 71, + 40 + ], + "area_fraction": 0.0363 + }, + { + "id": "water_22", + "name": null, + "kind": "lake", + "center": [ + 86, + 491 + ], + "area_fraction": 0.0183 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 124, + 66 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_38", + "name": null, + "kind": "sea", + "center": [ + 184, + 24 + ], + "area_fraction": 0.0225 + }, + { + "id": "water_40", + "name": null, + "kind": "sea", + "center": [ + 215, + 451 + ], + "area_fraction": 0.0425 + }, + { + "id": "water_41", + "name": null, + "kind": "lake", + "center": [ + 186, + 367 + ], + "area_fraction": 0.0084 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 6, + 170 + ], + "peak": [ + 1, + 172 + ], + "area_cells": 179 + }, + { + "id": "range_2", + "name": null, + "center": [ + 8, + 221 + ], + "peak": [ + 3, + 225 + ], + "area_cells": 313 + }, + { + "id": "range_3", + "name": null, + "center": [ + 16, + 399 + ], + "peak": [ + 0, + 389 + ], + "area_cells": 1632 + }, + { + "id": "range_4", + "name": null, + "center": [ + 12, + 454 + ], + "peak": [ + 17, + 447 + ], + "area_cells": 604 + }, + { + "id": "range_9", + "name": null, + "center": [ + 46, + 433 + ], + "peak": [ + 44, + 426 + ], + "area_cells": 696 + }, + { + "id": "range_10", + "name": null, + "center": [ + 63, + 401 + ], + "peak": [ + 64, + 401 + ], + "area_cells": 24 + }, + { + "id": "range_11", + "name": null, + "center": [ + 86, + 132 + ], + "peak": [ + 93, + 133 + ], + "area_cells": 163 + }, + { + "id": "range_12", + "name": null, + "center": [ + 91, + 426 + ], + "peak": [ + 91, + 425 + ], + "area_cells": 117 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 375 + ], + "peak": [ + 108, + 377 + ], + "area_cells": 314 + }, + { + "id": "range_15", + "name": null, + "center": [ + 119, + 165 + ], + "peak": [ + 122, + 166 + ], + "area_cells": 68 + }, + { + "id": "range_16", + "name": null, + "center": [ + 144, + 110 + ], + "peak": [ + 142, + 126 + ], + "area_cells": 975 + }, + { + "id": "range_17", + "name": null, + "center": [ + 142, + 151 + ], + "peak": [ + 142, + 152 + ], + "area_cells": 46 + }, + { + "id": "range_18", + "name": null, + "center": [ + 152, + 350 + ], + "peak": [ + 149, + 363 + ], + "area_cells": 654 + }, + { + "id": "range_19", + "name": null, + "center": [ + 170, + 169 + ], + "peak": [ + 175, + 172 + ], + "area_cells": 1263 + }, + { + "id": "range_22", + "name": null, + "center": [ + 178, + 214 + ], + "peak": [ + 179, + 214 + ], + "area_cells": 114 + }, + { + "id": "range_23", + "name": null, + "center": [ + 181, + 101 + ], + "peak": [ + 180, + 104 + ], + "area_cells": 125 + }, + { + "id": "range_25", + "name": null, + "center": [ + 202, + 142 + ], + "peak": [ + 198, + 147 + ], + "area_cells": 645 + }, + { + "id": "range_26", + "name": null, + "center": [ + 198, + 83 + ], + "peak": [ + 197, + 84 + ], + "area_cells": 142 + }, + { + "id": "range_27", + "name": null, + "center": [ + 219, + 77 + ], + "peak": [ + 220, + 77 + ], + "area_cells": 66 + }, + { + "id": "range_28", + "name": null, + "center": [ + 227, + 101 + ], + "peak": [ + 228, + 102 + ], + "area_cells": 33 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ909Ab/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/globe.png new file mode 100644 index 000000000..ea446904f Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ab/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/heightmap.png new file mode 100644 index 000000000..8c5a429ad Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ab/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/index.md new file mode 100644 index 000000000..905757bc0 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ909Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 539330843 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.115 + period_days: 16.0 + axial_tilt_deg: 40.7 +physical: + gravity_g: 0.32 + oblateness: 0.0006 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.972 + polar_ice_lat: 0.834 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.02 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Ab + +Barren planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.32g | +| **Land** | 97% | +| **Year** | 16 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ab/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/markers.json new file mode 100644 index 000000000..89e79e677 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ab/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 13, + 50 + ], + "peak": [ + 37, + 39 + ], + "area_cells": 2267 + }, + { + "id": "range_4", + "name": null, + "center": [ + 3, + 143 + ], + "peak": [ + 3, + 165 + ], + "area_cells": 403 + }, + { + "id": "range_5", + "name": null, + "center": [ + 4, + 177 + ], + "peak": [ + 0, + 170 + ], + "area_cells": 152 + }, + { + "id": "range_6", + "name": null, + "center": [ + 7, + 483 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 694 + }, + { + "id": "range_12", + "name": null, + "center": [ + 64, + 229 + ], + "peak": [ + 94, + 200 + ], + "area_cells": 959 + }, + { + "id": "range_13", + "name": null, + "center": [ + 78, + 297 + ], + "peak": [ + 59, + 272 + ], + "area_cells": 2540 + }, + { + "id": "range_15", + "name": null, + "center": [ + 38, + 103 + ], + "peak": [ + 38, + 101 + ], + "area_cells": 139 + }, + { + "id": "range_16", + "name": null, + "center": [ + 51, + 86 + ], + "peak": [ + 45, + 88 + ], + "area_cells": 277 + }, + { + "id": "range_17", + "name": null, + "center": [ + 150, + 111 + ], + "peak": [ + 137, + 113 + ], + "area_cells": 5805 + }, + { + "id": "range_18", + "name": null, + "center": [ + 60, + 11 + ], + "peak": [ + 59, + 12 + ], + "area_cells": 24 + }, + { + "id": "range_23", + "name": null, + "center": [ + 82, + 66 + ], + "peak": [ + 82, + 69 + ], + "area_cells": 306 + }, + { + "id": "range_25", + "name": null, + "center": [ + 85, + 239 + ], + "peak": [ + 87, + 239 + ], + "area_cells": 21 + }, + { + "id": "range_27", + "name": null, + "center": [ + 98, + 35 + ], + "peak": [ + 98, + 35 + ], + "area_cells": 122 + }, + { + "id": "range_29", + "name": null, + "center": [ + 116, + 475 + ], + "peak": [ + 120, + 472 + ], + "area_cells": 302 + }, + { + "id": "range_30", + "name": null, + "center": [ + 111, + 432 + ], + "peak": [ + 112, + 432 + ], + "area_cells": 35 + }, + { + "id": "range_31", + "name": null, + "center": [ + 137, + 344 + ], + "peak": [ + 137, + 342 + ], + "area_cells": 155 + }, + { + "id": "range_32", + "name": null, + "center": [ + 142, + 428 + ], + "peak": [ + 142, + 428 + ], + "area_cells": 26 + }, + { + "id": "range_33", + "name": null, + "center": [ + 145, + 318 + ], + "peak": [ + 146, + 318 + ], + "area_cells": 30 + }, + { + "id": "range_34", + "name": null, + "center": [ + 148, + 465 + ], + "peak": [ + 150, + 467 + ], + "area_cells": 123 + }, + { + "id": "range_35", + "name": null, + "center": [ + 151, + 273 + ], + "peak": [ + 152, + 273 + ], + "area_cells": 32 + }, + { + "id": "range_36", + "name": null, + "center": [ + 168, + 352 + ], + "peak": [ + 169, + 353 + ], + "area_cells": 67 + }, + { + "id": "range_37", + "name": null, + "center": [ + 170, + 197 + ], + "peak": [ + 170, + 198 + ], + "area_cells": 51 + }, + { + "id": "range_38", + "name": null, + "center": [ + 199, + 173 + ], + "peak": [ + 207, + 192 + ], + "area_cells": 551 + }, + { + "id": "range_39", + "name": null, + "center": [ + 183, + 252 + ], + "peak": [ + 182, + 251 + ], + "area_cells": 135 + }, + { + "id": "range_40", + "name": null, + "center": [ + 182, + 54 + ], + "peak": [ + 182, + 54 + ], + "area_cells": 57 + }, + { + "id": "range_42", + "name": null, + "center": [ + 191, + 208 + ], + "peak": [ + 192, + 210 + ], + "area_cells": 61 + }, + { + "id": "range_46", + "name": null, + "center": [ + 226, + 164 + ], + "peak": [ + 230, + 165 + ], + "area_cells": 47 + }, + { + "id": "range_51", + "name": null, + "center": [ + 235, + 249 + ], + "peak": [ + 236, + 250 + ], + "area_cells": 46 + }, + { + "id": "range_52", + "name": null, + "center": [ + 247, + 260 + ], + "peak": [ + 238, + 272 + ], + "area_cells": 454 + }, + { + "id": "range_54", + "name": null, + "center": [ + 243, + 237 + ], + "peak": [ + 240, + 238 + ], + "area_cells": 35 + }, + { + "id": "range_56", + "name": null, + "center": [ + 250, + 207 + ], + "peak": [ + 252, + 208 + ], + "area_cells": 27 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ac/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/globe.png new file mode 100644 index 000000000..000304906 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ac/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/heightmap.png new file mode 100644 index 000000000..f212ea9a2 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ac/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/index.md new file mode 100644 index 000000000..cfd2952f4 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ909Ac +name: Tam Giang Prime +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3533779838 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 24.7 +physical: + gravity_g: 0.88 + oblateness: 0.0047 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.508 + polar_ice_lat: 0.689 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.392 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Tam Giang Prime + +Temperate planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 51% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 8K | +| **Economy** | manufacturing | +| **Settlement** | urban_concentrated | +| **Industry** | maritime_construction | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ac/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/markers.json new file mode 100644 index 000000000..13faf9a8a --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ac/markers.json @@ -0,0 +1,1029 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 132, + 104 + ], + [ + 131, + 105 + ], + [ + 130, + 104 + ], + [ + 129, + 104 + ], + [ + 129, + 105 + ], + [ + 128, + 106 + ], + [ + 128, + 107 + ], + [ + 127, + 108 + ], + [ + 126, + 109 + ], + [ + 125, + 110 + ], + [ + 125, + 109 + ], + [ + 124, + 108 + ], + [ + 123, + 107 + ], + [ + 122, + 107 + ], + [ + 121, + 106 + ], + [ + 120, + 107 + ], + [ + 119, + 107 + ], + [ + 118, + 106 + ], + [ + 117, + 106 + ], + [ + 116, + 106 + ], + [ + 115, + 105 + ], + [ + 114, + 105 + ], + [ + 113, + 105 + ], + [ + 112, + 104 + ], + [ + 111, + 103 + ], + [ + 110, + 102 + ], + [ + 109, + 101 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 118, + 153 + ], + [ + 119, + 154 + ], + [ + 120, + 155 + ], + [ + 121, + 156 + ], + [ + 122, + 157 + ], + [ + 123, + 158 + ], + [ + 124, + 159 + ], + [ + 124, + 160 + ], + [ + 125, + 160 + ], + [ + 125, + 161 + ], + [ + 126, + 161 + ], + [ + 126, + 162 + ], + [ + 125, + 162 + ], + [ + 126, + 163 + ], + [ + 127, + 164 + ], + [ + 127, + 163 + ], + [ + 128, + 164 + ], + [ + 127, + 165 + ], + [ + 126, + 165 + ], + [ + 127, + 166 + ], + [ + 128, + 167 + ], + [ + 127, + 168 + ], + [ + 128, + 169 + ], + [ + 127, + 170 + ], + [ + 128, + 170 + ], + [ + 129, + 171 + ], + [ + 128, + 171 + ], + [ + 129, + 172 + ], + [ + 130, + 172 + ], + [ + 131, + 173 + ], + [ + 131, + 174 + ], + [ + 132, + 175 + ], + [ + 131, + 175 + ], + [ + 130, + 175 + ], + [ + 129, + 174 + ], + [ + 129, + 173 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 128, + 216 + ], + [ + 127, + 217 + ], + [ + 126, + 217 + ], + [ + 125, + 216 + ], + [ + 124, + 215 + ], + [ + 123, + 214 + ], + [ + 122, + 213 + ], + [ + 121, + 213 + ], + [ + 121, + 212 + ], + [ + 121, + 211 + ], + [ + 122, + 210 + ], + [ + 121, + 210 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 103, + 127 + ], + [ + 103, + 126 + ], + [ + 103, + 125 + ], + [ + 102, + 124 + ], + [ + 101, + 123 + ], + [ + 100, + 122 + ], + [ + 99, + 121 + ], + [ + 98, + 120 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 100, + 144 + ], + [ + 99, + 145 + ], + [ + 98, + 146 + ], + [ + 97, + 146 + ], + [ + 96, + 147 + ], + [ + 95, + 148 + ], + [ + 94, + 148 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 153, + 188 + ], + [ + 154, + 187 + ], + [ + 153, + 187 + ], + [ + 152, + 187 + ], + [ + 151, + 188 + ], + [ + 150, + 189 + ], + [ + 149, + 190 + ], + [ + 148, + 190 + ], + [ + 147, + 191 + ], + [ + 146, + 192 + ], + [ + 145, + 192 + ], + [ + 144, + 193 + ], + [ + 143, + 192 + ], + [ + 142, + 191 + ], + [ + 142, + 192 + ], + [ + 141, + 191 + ], + [ + 140, + 191 + ], + [ + 139, + 191 + ], + [ + 139, + 192 + ], + [ + 138, + 191 + ], + [ + 137, + 191 + ], + [ + 136, + 191 + ], + [ + 135, + 192 + ], + [ + 134, + 193 + ], + [ + 134, + 194 + ], + [ + 135, + 195 + ], + [ + 136, + 196 + ], + [ + 135, + 197 + ], + [ + 134, + 198 + ], + [ + 133, + 199 + ], + [ + 134, + 200 + ], + [ + 133, + 201 + ], + [ + 132, + 201 + ], + [ + 131, + 200 + ], + [ + 130, + 201 + ], + [ + 129, + 201 + ], + [ + 128, + 202 + ], + [ + 127, + 202 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 199, + 362 + ], + [ + 199, + 361 + ], + [ + 200, + 360 + ], + [ + 201, + 361 + ], + [ + 202, + 360 + ], + [ + 203, + 359 + ], + [ + 204, + 359 + ], + [ + 205, + 358 + ], + [ + 206, + 357 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 119, + 245 + ], + [ + 120, + 246 + ], + [ + 121, + 247 + ], + [ + 122, + 248 + ], + [ + 122, + 249 + ], + [ + 123, + 250 + ], + [ + 124, + 251 + ], + [ + 125, + 252 + ], + [ + 126, + 253 + ], + [ + 126, + 254 + ], + [ + 127, + 255 + ], + [ + 128, + 256 + ], + [ + 128, + 257 + ], + [ + 128, + 258 + ], + [ + 128, + 259 + ], + [ + 129, + 258 + ], + [ + 129, + 257 + ], + [ + 130, + 258 + ], + [ + 130, + 259 + ], + [ + 131, + 260 + ], + [ + 132, + 260 + ], + [ + 133, + 261 + ], + [ + 132, + 261 + ], + [ + 133, + 262 + ], + [ + 134, + 263 + ], + [ + 134, + 264 + ], + [ + 135, + 265 + ], + [ + 135, + 266 + ], + [ + 135, + 267 + ], + [ + 136, + 268 + ], + [ + 137, + 268 + ], + [ + 136, + 269 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 135, + 249 + ], + [ + 134, + 250 + ], + [ + 133, + 251 + ], + [ + 134, + 252 + ], + [ + 135, + 253 + ], + [ + 134, + 254 + ], + [ + 134, + 255 + ], + [ + 135, + 256 + ], + [ + 134, + 257 + ], + [ + 134, + 258 + ], + [ + 134, + 259 + ], + [ + 134, + 260 + ], + [ + 134, + 261 + ], + [ + 134, + 262 + ], + [ + 134, + 263 + ], + [ + 134, + 264 + ], + [ + 135, + 265 + ], + [ + 136, + 266 + ], + [ + 136, + 267 + ], + [ + 136, + 268 + ], + [ + 135, + 268 + ], + [ + 136, + 269 + ], + [ + 136, + 270 + ], + [ + 136, + 271 + ], + [ + 135, + 272 + ], + [ + 135, + 273 + ], + [ + 136, + 274 + ], + [ + 135, + 275 + ], + [ + 134, + 276 + ], + [ + 135, + 277 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 147, + 95 + ], + [ + 146, + 94 + ], + [ + 146, + 95 + ], + [ + 147, + 96 + ], + [ + 147, + 97 + ], + [ + 148, + 98 + ], + [ + 149, + 99 + ], + [ + 150, + 100 + ], + [ + 151, + 101 + ], + [ + 150, + 102 + ], + [ + 151, + 103 + ], + [ + 152, + 104 + ], + [ + 152, + 103 + ], + [ + 153, + 103 + ], + [ + 154, + 104 + ], + [ + 153, + 104 + ], + [ + 153, + 105 + ], + [ + 152, + 106 + ] + ] + } + ], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "ocean", + "center": [ + 68, + 255 + ], + "area_fraction": 0.4295 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 206, + 251 + ], + "area_fraction": 0.0568 + } + ], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 144, + 404 + ], + "peak": [ + 151, + 415 + ], + "area_cells": 601 + }, + { + "id": "range_3", + "name": null, + "center": [ + 154, + 456 + ], + "peak": [ + 156, + 457 + ], + "area_cells": 109 + }, + { + "id": "range_4", + "name": null, + "center": [ + 172, + 34 + ], + "peak": [ + 169, + 19 + ], + "area_cells": 1440 + }, + { + "id": "range_5", + "name": null, + "center": [ + 167, + 503 + ], + "peak": [ + 174, + 507 + ], + "area_cells": 176 + }, + { + "id": "range_6", + "name": null, + "center": [ + 227, + 119 + ], + "peak": [ + 230, + 133 + ], + "area_cells": 1640 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ad/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/globe.png new file mode 100644 index 000000000..6b53c5d8a Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ad/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/heightmap.png new file mode 100644 index 000000000..d58c7571e Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ad/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/index.md new file mode 100644 index 000000000..528b0a068 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ909Ad +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2747586828 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.112 + period_days: 480.0 + axial_tilt_deg: 38.5 +physical: + gravity_g: 0.56 + oblateness: 0.0022 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.923 + polar_ice_lat: 0.453 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.245 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Ad + +Cold Arid planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 92% | +| **Year** | 480 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ad/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/markers.json new file mode 100644 index 000000000..5bf9d7d66 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ad/markers.json @@ -0,0 +1,929 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 254 + ], + [ + 131, + 255 + ], + [ + 132, + 256 + ], + [ + 133, + 257 + ], + [ + 133, + 258 + ], + [ + 132, + 259 + ], + [ + 132, + 260 + ], + [ + 132, + 261 + ], + [ + 133, + 262 + ], + [ + 134, + 263 + ], + [ + 133, + 264 + ], + [ + 134, + 265 + ], + [ + 133, + 266 + ], + [ + 134, + 267 + ], + [ + 135, + 268 + ], + [ + 135, + 269 + ], + [ + 136, + 270 + ], + [ + 136, + 271 + ], + [ + 137, + 271 + ], + [ + 137, + 272 + ], + [ + 138, + 273 + ], + [ + 139, + 272 + ], + [ + 140, + 271 + ], + [ + 140, + 272 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 221, + 361 + ], + [ + 222, + 360 + ], + [ + 223, + 359 + ], + [ + 224, + 358 + ], + [ + 225, + 357 + ], + [ + 226, + 356 + ], + [ + 227, + 355 + ], + [ + 228, + 355 + ], + [ + 229, + 355 + ], + [ + 230, + 355 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 0, + 511 + ], + [ + 1, + 511 + ], + [ + 2, + 510 + ], + [ + 3, + 510 + ], + [ + 4, + 509 + ], + [ + 5, + 509 + ], + [ + 6, + 508 + ], + [ + 7, + 507 + ], + [ + 8, + 508 + ], + [ + 9, + 507 + ], + [ + 9, + 506 + ], + [ + 10, + 507 + ], + [ + 11, + 507 + ], + [ + 10, + 508 + ], + [ + 10, + 509 + ], + [ + 9, + 509 + ], + [ + 8, + 509 + ], + [ + 8, + 510 + ], + [ + 8, + 511 + ], + [ + 9, + 510 + ], + [ + 10, + 510 + ], + [ + 10, + 511 + ], + [ + 11, + 0 + ], + [ + 12, + 511 + ], + [ + 13, + 511 + ], + [ + 12, + 0 + ], + [ + 11, + 511 + ], + [ + 10, + 0 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 238, + 460 + ], + [ + 239, + 459 + ], + [ + 240, + 459 + ], + [ + 240, + 458 + ], + [ + 241, + 458 + ], + [ + 242, + 457 + ], + [ + 242, + 456 + ], + [ + 242, + 455 + ], + [ + 243, + 456 + ], + [ + 244, + 456 + ], + [ + 243, + 457 + ], + [ + 244, + 458 + ], + [ + 243, + 459 + ], + [ + 244, + 459 + ], + [ + 243, + 458 + ], + [ + 242, + 458 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 227, + 338 + ], + [ + 226, + 337 + ], + [ + 225, + 337 + ], + [ + 224, + 336 + ], + [ + 223, + 335 + ], + [ + 222, + 334 + ], + [ + 221, + 334 + ], + [ + 220, + 333 + ], + [ + 219, + 334 + ], + [ + 219, + 333 + ], + [ + 218, + 332 + ], + [ + 218, + 331 + ], + [ + 217, + 330 + ], + [ + 218, + 330 + ], + [ + 219, + 330 + ], + [ + 219, + 329 + ], + [ + 218, + 329 + ], + [ + 217, + 328 + ], + [ + 217, + 329 + ], + [ + 216, + 328 + ], + [ + 215, + 329 + ], + [ + 214, + 328 + ], + [ + 214, + 329 + ], + [ + 215, + 330 + ], + [ + 215, + 331 + ], + [ + 214, + 331 + ], + [ + 215, + 332 + ], + [ + 215, + 333 + ], + [ + 216, + 333 + ], + [ + 216, + 334 + ], + [ + 215, + 335 + ], + [ + 215, + 334 + ], + [ + 214, + 333 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 36, + 481 + ], + [ + 37, + 482 + ], + [ + 37, + 483 + ], + [ + 38, + 484 + ], + [ + 38, + 485 + ], + [ + 37, + 485 + ], + [ + 38, + 486 + ], + [ + 38, + 487 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 195, + 376 + ], + [ + 196, + 377 + ], + [ + 197, + 378 + ], + [ + 198, + 379 + ], + [ + 199, + 380 + ], + [ + 200, + 381 + ], + [ + 201, + 381 + ], + [ + 202, + 381 + ], + [ + 203, + 382 + ], + [ + 203, + 383 + ], + [ + 202, + 384 + ], + [ + 203, + 385 + ], + [ + 202, + 386 + ], + [ + 202, + 387 + ], + [ + 202, + 388 + ], + [ + 201, + 389 + ], + [ + 202, + 390 + ], + [ + 202, + 391 + ], + [ + 201, + 392 + ], + [ + 201, + 393 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 228, + 418 + ], + [ + 227, + 417 + ], + [ + 226, + 416 + ], + [ + 225, + 415 + ], + [ + 224, + 414 + ], + [ + 223, + 413 + ], + [ + 222, + 412 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 219, + 0 + ], + [ + 218, + 1 + ], + [ + 217, + 2 + ], + [ + 217, + 3 + ], + [ + 216, + 4 + ], + [ + 216, + 5 + ], + [ + 217, + 6 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 225, + 348 + ], + [ + 226, + 349 + ], + [ + 227, + 350 + ], + [ + 228, + 351 + ], + [ + 229, + 352 + ], + [ + 230, + 353 + ], + [ + 230, + 354 + ], + [ + 231, + 355 + ] + ] + } + ], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 157, + 179 + ], + "area_fraction": 0.0157 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 143, + 376 + ], + "area_fraction": 0.009 + }, + { + "id": "water_9", + "name": null, + "kind": "lake", + "center": [ + 211, + 200 + ], + "area_fraction": 0.0084 + }, + { + "id": "water_13", + "name": null, + "kind": "sea", + "center": [ + 236, + 90 + ], + "area_fraction": 0.0304 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 325 + ], + "peak": [ + 17, + 325 + ], + "area_cells": 45 + }, + { + "id": "range_2", + "name": null, + "center": [ + 30, + 348 + ], + "peak": [ + 32, + 347 + ], + "area_cells": 160 + }, + { + "id": "range_3", + "name": null, + "center": [ + 43, + 371 + ], + "peak": [ + 43, + 368 + ], + "area_cells": 164 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 104 + ], + "peak": [ + 108, + 126 + ], + "area_cells": 2715 + }, + { + "id": "range_6", + "name": null, + "center": [ + 71, + 341 + ], + "peak": [ + 67, + 328 + ], + "area_cells": 549 + }, + { + "id": "range_8", + "name": null, + "center": [ + 69, + 157 + ], + "peak": [ + 70, + 159 + ], + "area_cells": 61 + }, + { + "id": "range_9", + "name": null, + "center": [ + 91, + 424 + ], + "peak": [ + 90, + 442 + ], + "area_cells": 1731 + }, + { + "id": "range_10", + "name": null, + "center": [ + 95, + 501 + ], + "peak": [ + 96, + 506 + ], + "area_cells": 59 + }, + { + "id": "range_11", + "name": null, + "center": [ + 101, + 474 + ], + "peak": [ + 103, + 471 + ], + "area_cells": 227 + }, + { + "id": "range_12", + "name": null, + "center": [ + 157, + 52 + ], + "peak": [ + 156, + 83 + ], + "area_cells": 1535 + }, + { + "id": "range_13", + "name": null, + "center": [ + 181, + 313 + ], + "peak": [ + 181, + 349 + ], + "area_cells": 2266 + }, + { + "id": "range_14", + "name": null, + "center": [ + 173, + 492 + ], + "peak": [ + 166, + 500 + ], + "area_cells": 324 + }, + { + "id": "range_15", + "name": null, + "center": [ + 177, + 95 + ], + "peak": [ + 180, + 91 + ], + "area_cells": 247 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/globe.png new file mode 100644 index 000000000..021d8878c Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/heightmap.png new file mode 100644 index 000000000..fddf6cf52 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/index.md new file mode 100644 index 000000000..0ca4b6abf --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ909Ae-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 3130636955 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.053 + period_days: 5.0 + axial_tilt_deg: 44.0 +physical: + gravity_g: 0.08 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.946 + polar_ice_lat: 0.199 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.425 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Ae-m1 + +Frozen moon. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.08g | +| **Land** | 95% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/markers.json new file mode 100644 index 000000000..36d067cda --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ae-m1/markers.json @@ -0,0 +1,126 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 127, + 166 + ], + "area_fraction": 0.0096 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 215, + 65 + ], + "area_fraction": 0.0133 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 22, + 48 + ], + "peak": [ + 4, + 0 + ], + "area_cells": 3781 + }, + { + "id": "range_2", + "name": null, + "center": [ + 2, + 114 + ], + "peak": [ + 0, + 119 + ], + "area_cells": 76 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 132 + ], + "peak": [ + 0, + 124 + ], + "area_cells": 181 + }, + { + "id": "range_4", + "name": null, + "center": [ + 15, + 173 + ], + "peak": [ + 22, + 172 + ], + "area_cells": 1123 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 407 + ], + "peak": [ + 5, + 429 + ], + "area_cells": 12947 + }, + { + "id": "range_12", + "name": null, + "center": [ + 30, + 192 + ], + "peak": [ + 30, + 192 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 68, + 5 + ], + "peak": [ + 66, + 4 + ], + "area_cells": 241 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ae/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ae/globe.png new file mode 100644 index 000000000..28e701219 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ae/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ae/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ae/index.md new file mode 100644 index 000000000..945033da3 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ae/index.md @@ -0,0 +1,61 @@ +--- +id: GJ909Ae +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1811680990 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.932 + period_days: 1100.0 + axial_tilt_deg: 7.0 +physical: + gravity_g: null + oblateness: 0.0776 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: icy + storm_count: 3 + storm_max_size: 0.125 +--- + +# GJ909Ae + +Gas giant. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 1100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Af/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Af/globe.png new file mode 100644 index 000000000..bb8d72de5 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Af/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Af/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Af/heightmap.png new file mode 100644 index 000000000..6d52e5b39 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Af/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Af/index.md new file mode 100644 index 000000000..552be82c3 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ909Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 167103426 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.602 + period_days: 2800.0 + axial_tilt_deg: 30.3 +physical: + gravity_g: 0.4 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.798 + polar_ice_lat: 0.059 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.371 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Af + +Frozen planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.4g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 2800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Af/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Af/markers.json new file mode 100644 index 000000000..8be7427bb --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Af/markers.json @@ -0,0 +1,172 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 133, + 58 + ], + "area_fraction": 0.0633 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 122, + 260 + ], + "area_fraction": 0.0221 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 181, + 188 + ], + "area_fraction": 0.0739 + }, + { + "id": "water_28", + "name": null, + "kind": "lake", + "center": [ + 212, + 89 + ], + "area_fraction": 0.0062 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 5, + 258 + ], + "peak": [ + 4, + 260 + ], + "area_cells": 178 + }, + { + "id": "range_2", + "name": null, + "center": [ + 20, + 377 + ], + "peak": [ + 0, + 441 + ], + "area_cells": 6896 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 485 + ], + "peak": [ + 8, + 484 + ], + "area_cells": 62 + }, + { + "id": "range_5", + "name": null, + "center": [ + 18, + 176 + ], + "peak": [ + 21, + 177 + ], + "area_cells": 31 + }, + { + "id": "range_6", + "name": null, + "center": [ + 22, + 2 + ], + "peak": [ + 20, + 2 + ], + "area_cells": 55 + }, + { + "id": "range_7", + "name": null, + "center": [ + 30, + 498 + ], + "peak": [ + 36, + 499 + ], + "area_cells": 173 + }, + { + "id": "range_8", + "name": null, + "center": [ + 19, + 185 + ], + "peak": [ + 19, + 185 + ], + "area_cells": 34 + }, + { + "id": "range_9", + "name": null, + "center": [ + 30, + 478 + ], + "peak": [ + 35, + 478 + ], + "area_cells": 98 + }, + { + "id": "range_10", + "name": null, + "center": [ + 41, + 154 + ], + "peak": [ + 40, + 165 + ], + "area_cells": 239 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ag/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/globe.png new file mode 100644 index 000000000..9cc23e367 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ag/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/heightmap.png new file mode 100644 index 000000000..cc8d2f611 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ag/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/index.md new file mode 100644 index 000000000..ffa9b25a6 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ909Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3985415624 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.508 + period_days: 6800.0 + axial_tilt_deg: 27.8 +physical: + gravity_g: 0.28 + oblateness: 0.0018 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.89 + polar_ice_lat: 0.265 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.276 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Ag + +Frozen planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ag/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/markers.json new file mode 100644 index 000000000..151ff96a7 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ag/markers.json @@ -0,0 +1,127 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 232 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 146, + 397 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 157, + 262 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_48", + "name": null, + "kind": "lake", + "center": [ + 195, + 289 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_63", + "name": null, + "kind": "lake", + "center": [ + 246, + 63 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_67", + "name": null, + "kind": "lake", + "center": [ + 243, + 292 + ], + "area_fraction": 0.005 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 31, + 35 + ], + "peak": [ + 61, + 0 + ], + "area_cells": 3842 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 103 + ], + "peak": [ + 16, + 104 + ], + "area_cells": 89 + }, + { + "id": "range_3", + "name": null, + "center": [ + 9, + 117 + ], + "peak": [ + 12, + 115 + ], + "area_cells": 297 + }, + { + "id": "range_5", + "name": null, + "center": [ + 43, + 424 + ], + "peak": [ + 10, + 431 + ], + "area_cells": 15404 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ah/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/globe.png new file mode 100644 index 000000000..f3194dcb7 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ah/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/heightmap.png new file mode 100644 index 000000000..f205a0a91 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ah/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/index.md new file mode 100644 index 000000000..d0921d2e0 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ909Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2443801605 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.028 + period_days: 15000.0 + axial_tilt_deg: 52.8 +physical: + gravity_g: 0.11 + oblateness: 0.0027 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.761 + polar_ice_lat: 0.19 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.288 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Ah + +Frozen planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ah/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/markers.json new file mode 100644 index 000000000..0359482f1 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ah/markers.json @@ -0,0 +1,293 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 22, + 22 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 20, + 394 + ], + "area_fraction": 0.0818 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 84, + 52 + ], + "area_fraction": 0.0053 + }, + { + "id": "water_23", + "name": null, + "kind": "sea", + "center": [ + 137, + 461 + ], + "area_fraction": 0.0292 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 160, + 72 + ], + "area_fraction": 0.0462 + }, + { + "id": "water_26", + "name": null, + "kind": "lake", + "center": [ + 147, + 222 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_39", + "name": null, + "kind": "sea", + "center": [ + 236, + 289 + ], + "area_fraction": 0.0219 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 74, + 152 + ], + "peak": [ + 68, + 128 + ], + "area_cells": 2335 + }, + { + "id": "range_3", + "name": null, + "center": [ + 60, + 228 + ], + "peak": [ + 61, + 228 + ], + "area_cells": 86 + }, + { + "id": "range_4", + "name": null, + "center": [ + 69, + 433 + ], + "peak": [ + 68, + 433 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 89, + 255 + ], + "peak": [ + 79, + 225 + ], + "area_cells": 1114 + }, + { + "id": "range_8", + "name": null, + "center": [ + 89, + 372 + ], + "peak": [ + 88, + 372 + ], + "area_cells": 48 + }, + { + "id": "range_11", + "name": null, + "center": [ + 120, + 397 + ], + "peak": [ + 106, + 395 + ], + "area_cells": 1133 + }, + { + "id": "range_13", + "name": null, + "center": [ + 108, + 430 + ], + "peak": [ + 109, + 431 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 128, + 357 + ], + "peak": [ + 122, + 357 + ], + "area_cells": 380 + }, + { + "id": "range_15", + "name": null, + "center": [ + 132, + 312 + ], + "peak": [ + 134, + 311 + ], + "area_cells": 103 + }, + { + "id": "range_16", + "name": null, + "center": [ + 163, + 332 + ], + "peak": [ + 160, + 324 + ], + "area_cells": 214 + }, + { + "id": "range_17", + "name": null, + "center": [ + 182, + 362 + ], + "peak": [ + 183, + 363 + ], + "area_cells": 28 + }, + { + "id": "range_19", + "name": null, + "center": [ + 229, + 116 + ], + "peak": [ + 229, + 162 + ], + "area_cells": 6299 + }, + { + "id": "range_20", + "name": null, + "center": [ + 221, + 477 + ], + "peak": [ + 219, + 478 + ], + "area_cells": 114 + }, + { + "id": "range_21", + "name": null, + "center": [ + 223, + 495 + ], + "peak": [ + 222, + 496 + ], + "area_cells": 54 + }, + { + "id": "range_22", + "name": null, + "center": [ + 243, + 407 + ], + "peak": [ + 245, + 425 + ], + "area_cells": 772 + }, + { + "id": "range_23", + "name": null, + "center": [ + 224, + 406 + ], + "peak": [ + 225, + 407 + ], + "area_cells": 40 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ai/globe.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/globe.png new file mode 100644 index 000000000..b218611cc Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/globe.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ai/heightmap.png b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/heightmap.png new file mode 100644 index 000000000..3e1521ae9 Binary files /dev/null and b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/heightmap.png differ diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ai/index.md b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/index.md new file mode 100644 index 000000000..b051c4792 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/index.md @@ -0,0 +1,65 @@ +--- +id: GJ909Ai +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2505430480 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 18.276 + period_days: 32000.0 + axial_tilt_deg: 24.4 +physical: + gravity_g: 0.1 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.784 + polar_ice_lat: 0.123 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.319 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ909Ai + +Frozen planet. + +**System:** [GJ-909A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.1g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 32000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-909A/bodies/GJ909Ai/markers.json b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/markers.json new file mode 100644 index 000000000..2fa996102 --- /dev/null +++ b/wiki/star-systems/GJ-909A/bodies/GJ909Ai/markers.json @@ -0,0 +1,299 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 24, + 314 + ], + "area_fraction": 0.0065 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 67, + 282 + ], + "area_fraction": 0.0083 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 97, + 406 + ], + "area_fraction": 0.0181 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 200, + 343 + ], + "area_fraction": 0.0881 + }, + { + "id": "water_24", + "name": null, + "kind": "sea", + "center": [ + 217, + 147 + ], + "area_fraction": 0.0784 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 7, + 28 + ], + "peak": [ + 0, + 29 + ], + "area_cells": 448 + }, + { + "id": "range_2", + "name": null, + "center": [ + 21, + 98 + ], + "peak": [ + 16, + 103 + ], + "area_cells": 1218 + }, + { + "id": "range_3", + "name": null, + "center": [ + 38, + 187 + ], + "peak": [ + 24, + 185 + ], + "area_cells": 6365 + }, + { + "id": "range_5", + "name": null, + "center": [ + 17, + 477 + ], + "peak": [ + 27, + 503 + ], + "area_cells": 1628 + }, + { + "id": "range_7", + "name": null, + "center": [ + 37, + 11 + ], + "peak": [ + 30, + 1 + ], + "area_cells": 402 + }, + { + "id": "range_8", + "name": null, + "center": [ + 39, + 55 + ], + "peak": [ + 40, + 55 + ], + "area_cells": 32 + }, + { + "id": "range_12", + "name": null, + "center": [ + 104, + 323 + ], + "peak": [ + 105, + 326 + ], + "area_cells": 109 + }, + { + "id": "range_13", + "name": null, + "center": [ + 110, + 30 + ], + "peak": [ + 110, + 36 + ], + "area_cells": 369 + }, + { + "id": "range_14", + "name": null, + "center": [ + 118, + 89 + ], + "peak": [ + 118, + 90 + ], + "area_cells": 25 + }, + { + "id": "range_15", + "name": null, + "center": [ + 125, + 58 + ], + "peak": [ + 125, + 59 + ], + "area_cells": 145 + }, + { + "id": "range_16", + "name": null, + "center": [ + 127, + 229 + ], + "peak": [ + 130, + 226 + ], + "area_cells": 144 + }, + { + "id": "range_17", + "name": null, + "center": [ + 135, + 5 + ], + "peak": [ + 132, + 4 + ], + "area_cells": 323 + }, + { + "id": "range_18", + "name": null, + "center": [ + 128, + 507 + ], + "peak": [ + 125, + 511 + ], + "area_cells": 113 + }, + { + "id": "range_20", + "name": null, + "center": [ + 140, + 355 + ], + "peak": [ + 138, + 358 + ], + "area_cells": 111 + }, + { + "id": "range_21", + "name": null, + "center": [ + 177, + 492 + ], + "peak": [ + 180, + 496 + ], + "area_cells": 783 + }, + { + "id": "range_22", + "name": null, + "center": [ + 199, + 12 + ], + "peak": [ + 199, + 5 + ], + "area_cells": 378 + }, + { + "id": "range_23", + "name": null, + "center": [ + 199, + 501 + ], + "peak": [ + 199, + 501 + ], + "area_cells": 39 + }, + { + "id": "range_25", + "name": null, + "center": [ + 205, + 61 + ], + "peak": [ + 206, + 61 + ], + "area_cells": 70 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ914Ab/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/globe.png new file mode 100644 index 000000000..92371493f Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ab/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/heightmap.png new file mode 100644 index 000000000..276c919f6 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ab/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/index.md new file mode 100644 index 000000000..a80a75e5b --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/index.md @@ -0,0 +1,64 @@ +--- +id: GJ914Ab +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 196510968 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.151 + period_days: 24.0 + axial_tilt_deg: 31.2 +physical: + gravity_g: 0.42 + oblateness: 0.0028 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.953 + polar_ice_lat: 0.847 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.049 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ914Ab + +Barren planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.42g | +| **Land** | 95% | +| **Year** | 24 days | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ab/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/markers.json new file mode 100644 index 000000000..cbc307402 --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ab/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_6", + "name": null, + "center": [ + 33, + 224 + ], + "peak": [ + 35, + 223 + ], + "area_cells": 117 + }, + { + "id": "range_7", + "name": null, + "center": [ + 50, + 242 + ], + "peak": [ + 32, + 247 + ], + "area_cells": 260 + }, + { + "id": "range_10", + "name": null, + "center": [ + 43, + 121 + ], + "peak": [ + 47, + 122 + ], + "area_cells": 87 + }, + { + "id": "range_16", + "name": null, + "center": [ + 54, + 205 + ], + "peak": [ + 57, + 206 + ], + "area_cells": 65 + }, + { + "id": "range_22", + "name": null, + "center": [ + 100, + 131 + ], + "peak": [ + 103, + 131 + ], + "area_cells": 207 + }, + { + "id": "range_23", + "name": null, + "center": [ + 113, + 269 + ], + "peak": [ + 109, + 267 + ], + "area_cells": 436 + }, + { + "id": "range_24", + "name": null, + "center": [ + 108, + 245 + ], + "peak": [ + 108, + 246 + ], + "area_cells": 71 + }, + { + "id": "range_25", + "name": null, + "center": [ + 121, + 53 + ], + "peak": [ + 122, + 61 + ], + "area_cells": 596 + }, + { + "id": "range_27", + "name": null, + "center": [ + 159, + 32 + ], + "peak": [ + 165, + 15 + ], + "area_cells": 2225 + }, + { + "id": "range_28", + "name": null, + "center": [ + 151, + 259 + ], + "peak": [ + 146, + 293 + ], + "area_cells": 1100 + }, + { + "id": "range_29", + "name": null, + "center": [ + 168, + 484 + ], + "peak": [ + 164, + 499 + ], + "area_cells": 1228 + }, + { + "id": "range_30", + "name": null, + "center": [ + 143, + 135 + ], + "peak": [ + 141, + 135 + ], + "area_cells": 58 + }, + { + "id": "range_31", + "name": null, + "center": [ + 145, + 91 + ], + "peak": [ + 145, + 91 + ], + "area_cells": 36 + }, + { + "id": "range_32", + "name": null, + "center": [ + 162, + 381 + ], + "peak": [ + 159, + 378 + ], + "area_cells": 222 + }, + { + "id": "range_35", + "name": null, + "center": [ + 166, + 207 + ], + "peak": [ + 166, + 208 + ], + "area_cells": 35 + }, + { + "id": "range_36", + "name": null, + "center": [ + 166, + 299 + ], + "peak": [ + 166, + 299 + ], + "area_cells": 21 + }, + { + "id": "range_37", + "name": null, + "center": [ + 187, + 353 + ], + "peak": [ + 175, + 352 + ], + "area_cells": 291 + }, + { + "id": "range_40", + "name": null, + "center": [ + 174, + 174 + ], + "peak": [ + 173, + 175 + ], + "area_cells": 74 + }, + { + "id": "range_41", + "name": null, + "center": [ + 171, + 121 + ], + "peak": [ + 172, + 122 + ], + "area_cells": 24 + }, + { + "id": "range_43", + "name": null, + "center": [ + 201, + 384 + ], + "peak": [ + 198, + 387 + ], + "area_cells": 130 + }, + { + "id": "range_44", + "name": null, + "center": [ + 205, + 188 + ], + "peak": [ + 203, + 189 + ], + "area_cells": 160 + }, + { + "id": "range_45", + "name": null, + "center": [ + 201, + 216 + ], + "peak": [ + 202, + 216 + ], + "area_cells": 49 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ac/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/globe.png new file mode 100644 index 000000000..fed524eda Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ac/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/heightmap.png new file mode 100644 index 000000000..ce9c43ca5 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ac/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/index.md new file mode 100644 index 000000000..ebb29f3bc --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/index.md @@ -0,0 +1,74 @@ +--- +id: GJ914Ac +name: Calvinia +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 628690210 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.62 + period_days: 200.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: 0.88 + oblateness: 0.0011 + atmosphere: standard + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.405 + polar_ice_lat: 0.536 + tectonics: low +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.17 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# Calvinia + +Cold Arid planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.88g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 40% | +| **Year** | 200 days | +| **Inhabited** | yes | +| **Population** | 18K | +| **Economy** | agricultural | +| **Settlement** | dispersed | +| **Industry** | agricultural_export | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ac/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/markers.json new file mode 100644 index 000000000..77382584d --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ac/markers.json @@ -0,0 +1,468 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 196, + 492 + ], + [ + 195, + 491 + ], + [ + 194, + 490 + ], + [ + 193, + 490 + ], + [ + 192, + 491 + ], + [ + 191, + 490 + ], + [ + 190, + 489 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 70, + 321 + ], + [ + 69, + 320 + ], + [ + 68, + 319 + ], + [ + 67, + 318 + ], + [ + 66, + 317 + ], + [ + 65, + 316 + ], + [ + 64, + 315 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 206, + 234 + ], + [ + 205, + 233 + ], + [ + 204, + 232 + ], + [ + 203, + 231 + ], + [ + 202, + 230 + ], + [ + 201, + 229 + ], + [ + 200, + 228 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 194, + 479 + ], + [ + 195, + 478 + ], + [ + 196, + 478 + ], + [ + 197, + 477 + ], + [ + 198, + 476 + ], + [ + 199, + 477 + ], + [ + 200, + 476 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 48, + 323 + ], + [ + 49, + 324 + ], + [ + 49, + 325 + ], + [ + 49, + 326 + ], + [ + 49, + 327 + ], + [ + 50, + 328 + ], + [ + 51, + 328 + ], + [ + 52, + 327 + ], + [ + 53, + 328 + ], + [ + 54, + 329 + ], + [ + 55, + 330 + ], + [ + 56, + 331 + ], + [ + 57, + 332 + ], + [ + 58, + 332 + ], + [ + 59, + 333 + ], + [ + 60, + 334 + ], + [ + 61, + 335 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 210, + 211 + ], + [ + 209, + 211 + ], + [ + 208, + 211 + ], + [ + 207, + 212 + ], + [ + 206, + 213 + ], + [ + 205, + 214 + ], + [ + 204, + 215 + ], + [ + 203, + 216 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 92, + 390 + ], + [ + 93, + 391 + ], + [ + 94, + 392 + ], + [ + 95, + 393 + ], + [ + 96, + 393 + ], + [ + 97, + 392 + ], + [ + 98, + 392 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 72, + 51 + ], + [ + 71, + 50 + ], + [ + 70, + 49 + ], + [ + 69, + 48 + ], + [ + 68, + 47 + ], + [ + 67, + 46 + ], + [ + 66, + 45 + ], + [ + 65, + 44 + ], + [ + 65, + 43 + ], + [ + 66, + 42 + ], + [ + 67, + 41 + ], + [ + 68, + 40 + ], + [ + 67, + 39 + ], + [ + 68, + 39 + ], + [ + 67, + 38 + ], + [ + 67, + 37 + ], + [ + 67, + 36 + ], + [ + 66, + 35 + ], + [ + 66, + 36 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "ocean", + "center": [ + 159, + 238 + ], + "area_fraction": 0.5887 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 453 + ], + "peak": [ + 20, + 452 + ], + "area_cells": 52 + }, + { + "id": "range_5", + "name": null, + "center": [ + 40, + 434 + ], + "peak": [ + 37, + 435 + ], + "area_cells": 390 + }, + { + "id": "range_6", + "name": null, + "center": [ + 47, + 189 + ], + "peak": [ + 51, + 175 + ], + "area_cells": 1887 + }, + { + "id": "range_7", + "name": null, + "center": [ + 58, + 476 + ], + "peak": [ + 64, + 499 + ], + "area_cells": 718 + }, + { + "id": "range_8", + "name": null, + "center": [ + 64, + 2 + ], + "peak": [ + 64, + 0 + ], + "area_cells": 32 + }, + { + "id": "range_9", + "name": null, + "center": [ + 67, + 374 + ], + "peak": [ + 69, + 376 + ], + "area_cells": 77 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ad/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/globe.png new file mode 100644 index 000000000..ecde04b06 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ad/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/heightmap.png new file mode 100644 index 000000000..fe8dae111 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ad/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/index.md new file mode 100644 index 000000000..92512cbb5 --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/index.md @@ -0,0 +1,68 @@ +--- +id: GJ914Ad +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 484090312 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.261 + period_days: 580.0 + axial_tilt_deg: 56.0 +physical: + gravity_g: 0.56 + oblateness: 0.0027 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.971 + polar_ice_lat: 0.175 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.209 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ914Ad + +Frozen planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.56g | +| **Atmosphere** | thin | +| **Land** | 97% | +| **Year** | 580 days | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ad/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/markers.json new file mode 100644 index 000000000..8319561a3 --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ad/markers.json @@ -0,0 +1,265 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 130, + 361 + ], + [ + 129, + 360 + ], + [ + 128, + 359 + ], + [ + 127, + 358 + ], + [ + 126, + 357 + ], + [ + 125, + 356 + ], + [ + 124, + 355 + ], + [ + 123, + 354 + ], + [ + 122, + 353 + ], + [ + 121, + 352 + ], + [ + 120, + 351 + ], + [ + 119, + 350 + ], + [ + 118, + 349 + ], + [ + 117, + 348 + ], + [ + 116, + 349 + ], + [ + 115, + 349 + ], + [ + 114, + 349 + ], + [ + 113, + 350 + ], + [ + 112, + 351 + ], + [ + 111, + 352 + ], + [ + 110, + 353 + ], + [ + 109, + 354 + ], + [ + 108, + 355 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 97, + 19 + ], + [ + 98, + 19 + ], + [ + 99, + 18 + ], + [ + 99, + 17 + ], + [ + 100, + 17 + ], + [ + 101, + 18 + ], + [ + 102, + 19 + ], + [ + 103, + 18 + ], + [ + 104, + 19 + ], + [ + 104, + 18 + ], + [ + 103, + 19 + ] + ] + } + ], + "oceans": [ + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 90, + 155 + ], + "area_fraction": 0.0207 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 128, + 462 + ], + "peak": [ + 128, + 454 + ], + "area_cells": 1866 + }, + { + "id": "range_2", + "name": null, + "center": [ + 142, + 381 + ], + "peak": [ + 130, + 361 + ], + "area_cells": 2640 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 282 + ], + "peak": [ + 150, + 286 + ], + "area_cells": 707 + }, + { + "id": "range_5", + "name": null, + "center": [ + 151, + 82 + ], + "peak": [ + 148, + 65 + ], + "area_cells": 720 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 192 + ], + "peak": [ + 147, + 192 + ], + "area_cells": 62 + }, + { + "id": "range_7", + "name": null, + "center": [ + 158, + 329 + ], + "peak": [ + 157, + 329 + ], + "area_cells": 50 + }, + { + "id": "range_8", + "name": null, + "center": [ + 163, + 42 + ], + "peak": [ + 164, + 39 + ], + "area_cells": 47 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ae/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/globe.png new file mode 100644 index 000000000..26870ce14 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ae/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/heightmap.png new file mode 100644 index 000000000..223c371ea Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ae/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/index.md new file mode 100644 index 000000000..b455a85fe --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/index.md @@ -0,0 +1,65 @@ +--- +id: GJ914Ae +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3089324979 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 2.48 + period_days: 1600.0 + axial_tilt_deg: 19.1 +physical: + gravity_g: 0.42 + oblateness: 0.0024 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.737 + polar_ice_lat: 0.229 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.255 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ914Ae + +Frozen planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Hydrosphere** | ice | +| **Land** | 74% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ae/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/markers.json new file mode 100644 index 000000000..d0fe4872a --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ae/markers.json @@ -0,0 +1,254 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 139, + 239 + ], + "area_fraction": 0.0466 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 200, + 424 + ], + "area_fraction": 0.1072 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 164, + 500 + ], + "area_fraction": 0.008 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 164, + 356 + ], + "area_fraction": 0.0129 + }, + { + "id": "water_19", + "name": null, + "kind": "lake", + "center": [ + 164, + 178 + ], + "area_fraction": 0.0072 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 231, + 236 + ], + "area_fraction": 0.0169 + }, + { + "id": "water_26", + "name": null, + "kind": "sea", + "center": [ + 235, + 73 + ], + "area_fraction": 0.0415 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 23 + ], + "peak": [ + 4, + 8 + ], + "area_cells": 1081 + }, + { + "id": "range_2", + "name": null, + "center": [ + 9, + 55 + ], + "peak": [ + 0, + 55 + ], + "area_cells": 20 + }, + { + "id": "range_3", + "name": null, + "center": [ + 5, + 185 + ], + "peak": [ + 7, + 183 + ], + "area_cells": 289 + }, + { + "id": "range_4", + "name": null, + "center": [ + 9, + 216 + ], + "peak": [ + 6, + 217 + ], + "area_cells": 25 + }, + { + "id": "range_5", + "name": null, + "center": [ + 11, + 273 + ], + "peak": [ + 14, + 296 + ], + "area_cells": 1934 + }, + { + "id": "range_6", + "name": null, + "center": [ + 17, + 452 + ], + "peak": [ + 1, + 445 + ], + "area_cells": 3059 + }, + { + "id": "range_10", + "name": null, + "center": [ + 76, + 112 + ], + "peak": [ + 69, + 124 + ], + "area_cells": 3051 + }, + { + "id": "range_12", + "name": null, + "center": [ + 65, + 333 + ], + "peak": [ + 66, + 333 + ], + "area_cells": 39 + }, + { + "id": "range_13", + "name": null, + "center": [ + 88, + 58 + ], + "peak": [ + 89, + 58 + ], + "area_cells": 179 + }, + { + "id": "range_15", + "name": null, + "center": [ + 104, + 326 + ], + "peak": [ + 106, + 328 + ], + "area_cells": 59 + }, + { + "id": "range_17", + "name": null, + "center": [ + 193, + 162 + ], + "peak": [ + 192, + 141 + ], + "area_cells": 1214 + }, + { + "id": "range_18", + "name": null, + "center": [ + 188, + 45 + ], + "peak": [ + 187, + 46 + ], + "area_cells": 139 + }, + { + "id": "range_19", + "name": null, + "center": [ + 192, + 102 + ], + "peak": [ + 192, + 99 + ], + "area_cells": 86 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Af/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Af/globe.png new file mode 100644 index 000000000..822789c15 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Af/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Af/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Af/heightmap.png new file mode 100644 index 000000000..26e191013 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Af/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Af/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Af/index.md new file mode 100644 index 000000000..da80ec0ec --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Af/index.md @@ -0,0 +1,65 @@ +--- +id: GJ914Af +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3360798166 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 4.72 + period_days: 4200.0 + axial_tilt_deg: 48.7 +physical: + gravity_g: 0.32 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.804 + polar_ice_lat: 0.093 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.211 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ914Af + +Frozen planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.32g | +| **Hydrosphere** | ice | +| **Land** | 80% | +| **Year** | 4200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Af/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Af/markers.json new file mode 100644 index 000000000..7278efea5 --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Af/markers.json @@ -0,0 +1,169 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 26, + 55 + ], + "area_fraction": 0.0472 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 23, + 364 + ], + "area_fraction": 0.0905 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 37, + 200 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 92, + 352 + ], + "area_fraction": 0.0137 + }, + { + "id": "water_30", + "name": null, + "kind": "lake", + "center": [ + 195, + 107 + ], + "area_fraction": 0.0057 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 111, + 70 + ], + "peak": [ + 111, + 76 + ], + "area_cells": 1058 + }, + { + "id": "range_2", + "name": null, + "center": [ + 155, + 222 + ], + "peak": [ + 138, + 207 + ], + "area_cells": 8336 + }, + { + "id": "range_3", + "name": null, + "center": [ + 130, + 468 + ], + "peak": [ + 138, + 468 + ], + "area_cells": 3153 + }, + { + "id": "range_4", + "name": null, + "center": [ + 133, + 17 + ], + "peak": [ + 135, + 2 + ], + "area_cells": 786 + }, + { + "id": "range_5", + "name": null, + "center": [ + 145, + 72 + ], + "peak": [ + 144, + 71 + ], + "area_cells": 178 + }, + { + "id": "range_7", + "name": null, + "center": [ + 166, + 501 + ], + "peak": [ + 168, + 500 + ], + "area_cells": 126 + }, + { + "id": "range_8", + "name": null, + "center": [ + 230, + 295 + ], + "peak": [ + 239, + 282 + ], + "area_cells": 1512 + }, + { + "id": "range_14", + "name": null, + "center": [ + 249, + 107 + ], + "peak": [ + 255, + 91 + ], + "area_cells": 662 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ag/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/globe.png new file mode 100644 index 000000000..2d112e8b6 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ag/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/heightmap.png new file mode 100644 index 000000000..1b97a2520 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ag/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/index.md new file mode 100644 index 000000000..e00b8d32c --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/index.md @@ -0,0 +1,65 @@ +--- +id: GJ914Ag +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1347636666 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 8.416 + period_days: 10000.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.24 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.746 + polar_ice_lat: 0.136 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.301 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ914Ag + +Frozen planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.24g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 10000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ag/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/markers.json new file mode 100644 index 000000000..15796a457 --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ag/markers.json @@ -0,0 +1,182 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 101, + 256 + ], + "area_fraction": 0.0062 + }, + { + "id": "water_5", + "name": null, + "kind": "ocean", + "center": [ + 155, + 152 + ], + "area_fraction": 0.1668 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 128, + 475 + ], + "area_fraction": 0.015 + }, + { + "id": "water_11", + "name": null, + "kind": "sea", + "center": [ + 160, + 404 + ], + "area_fraction": 0.0343 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 240, + 216 + ], + "area_fraction": 0.0104 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 37, + 41 + ], + "peak": [ + 56, + 35 + ], + "area_cells": 6089 + }, + { + "id": "range_2", + "name": null, + "center": [ + 19, + 179 + ], + "peak": [ + 11, + 175 + ], + "area_cells": 2567 + }, + { + "id": "range_3", + "name": null, + "center": [ + 4, + 229 + ], + "peak": [ + 6, + 231 + ], + "area_cells": 29 + }, + { + "id": "range_4", + "name": null, + "center": [ + 42, + 452 + ], + "peak": [ + 64, + 511 + ], + "area_cells": 6250 + }, + { + "id": "range_9", + "name": null, + "center": [ + 17, + 118 + ], + "peak": [ + 23, + 116 + ], + "area_cells": 79 + }, + { + "id": "range_10", + "name": null, + "center": [ + 20, + 141 + ], + "peak": [ + 22, + 141 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 29, + 133 + ], + "peak": [ + 17, + 133 + ], + "area_cells": 50 + }, + { + "id": "range_24", + "name": null, + "center": [ + 43, + 118 + ], + "peak": [ + 43, + 119 + ], + "area_cells": 80 + }, + { + "id": "range_25", + "name": null, + "center": [ + 69, + 375 + ], + "peak": [ + 70, + 375 + ], + "area_cells": 29 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ah/globe.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/globe.png new file mode 100644 index 000000000..f5ff9e7d2 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/globe.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ah/heightmap.png b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/heightmap.png new file mode 100644 index 000000000..eb5b57928 Binary files /dev/null and b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/heightmap.png differ diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ah/index.md b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/index.md new file mode 100644 index 000000000..5ef9cf6e3 --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/index.md @@ -0,0 +1,65 @@ +--- +id: GJ914Ah +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 2747567146 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 15.086 + period_days: 24000.0 + axial_tilt_deg: 35.3 +physical: + gravity_g: 0.12 + oblateness: 0.0025 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.83 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.323 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ914Ah + +Frozen planet. + +**System:** [GJ-914A](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 24000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-914A/bodies/GJ914Ah/markers.json b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/markers.json new file mode 100644 index 000000000..7a9ddd17e --- /dev/null +++ b/wiki/star-systems/GJ-914A/bodies/GJ914Ah/markers.json @@ -0,0 +1,146 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 50, + 34 + ], + "area_fraction": 0.0535 + }, + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 21, + 237 + ], + "area_fraction": 0.035 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 48, + 478 + ], + "area_fraction": 0.0533 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 150, + 421 + ], + "area_fraction": 0.0053 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 129, + 182 + ], + "peak": [ + 124, + 184 + ], + "area_cells": 687 + }, + { + "id": "range_2", + "name": null, + "center": [ + 161, + 294 + ], + "peak": [ + 174, + 309 + ], + "area_cells": 1137 + }, + { + "id": "range_3", + "name": null, + "center": [ + 146, + 220 + ], + "peak": [ + 147, + 220 + ], + "area_cells": 125 + }, + { + "id": "range_4", + "name": null, + "center": [ + 148, + 196 + ], + "peak": [ + 148, + 195 + ], + "area_cells": 76 + }, + { + "id": "range_6", + "name": null, + "center": [ + 214, + 136 + ], + "peak": [ + 188, + 177 + ], + "area_cells": 13714 + }, + { + "id": "range_7", + "name": null, + "center": [ + 230, + 464 + ], + "peak": [ + 249, + 411 + ], + "area_cells": 4484 + }, + { + "id": "range_10", + "name": null, + "center": [ + 249, + 338 + ], + "peak": [ + 254, + 331 + ], + "area_cells": 654 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ92b/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92b/globe.png new file mode 100644 index 000000000..b0a6b2d34 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92b/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92b/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92b/heightmap.png new file mode 100644 index 000000000..078c3a95a Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92b/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92b/index.md b/wiki/star-systems/GJ-92/bodies/GJ92b/index.md new file mode 100644 index 000000000..5c4c6d1f7 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ92b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 228948425 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.233 + period_days: 46.0 + axial_tilt_deg: 29.4 +physical: + gravity_g: 0.52 + oblateness: 0.0007 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.903 + polar_ice_lat: 0.901 + tectonics: none +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.005 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92b + +Barren planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.52g | +| **Land** | 90% | +| **Year** | 46 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92b/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92b/markers.json new file mode 100644 index 000000000..42b72bc84 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92b/markers.json @@ -0,0 +1,292 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 14, + 11 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 30, + 288 + ], + "area_fraction": 0.0172 + }, + { + "id": "water_23", + "name": null, + "kind": "lake", + "center": [ + 68, + 269 + ], + "area_fraction": 0.0051 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 36, + 130 + ], + "peak": [ + 37, + 129 + ], + "area_cells": 49 + }, + { + "id": "range_2", + "name": null, + "center": [ + 65, + 91 + ], + "peak": [ + 64, + 91 + ], + "area_cells": 39 + }, + { + "id": "range_3", + "name": null, + "center": [ + 96, + 59 + ], + "peak": [ + 107, + 50 + ], + "area_cells": 502 + }, + { + "id": "range_4", + "name": null, + "center": [ + 112, + 135 + ], + "peak": [ + 126, + 165 + ], + "area_cells": 3334 + }, + { + "id": "range_7", + "name": null, + "center": [ + 94, + 263 + ], + "peak": [ + 92, + 261 + ], + "area_cells": 113 + }, + { + "id": "range_9", + "name": null, + "center": [ + 125, + 268 + ], + "peak": [ + 123, + 276 + ], + "area_cells": 246 + }, + { + "id": "range_12", + "name": null, + "center": [ + 129, + 25 + ], + "peak": [ + 129, + 26 + ], + "area_cells": 49 + }, + { + "id": "range_13", + "name": null, + "center": [ + 137, + 315 + ], + "peak": [ + 135, + 315 + ], + "area_cells": 40 + }, + { + "id": "range_14", + "name": null, + "center": [ + 162, + 351 + ], + "peak": [ + 161, + 352 + ], + "area_cells": 193 + }, + { + "id": "range_15", + "name": null, + "center": [ + 170, + 396 + ], + "peak": [ + 162, + 396 + ], + "area_cells": 202 + }, + { + "id": "range_16", + "name": null, + "center": [ + 159, + 43 + ], + "peak": [ + 159, + 43 + ], + "area_cells": 27 + }, + { + "id": "range_19", + "name": null, + "center": [ + 169, + 77 + ], + "peak": [ + 171, + 77 + ], + "area_cells": 65 + }, + { + "id": "range_20", + "name": null, + "center": [ + 234, + 382 + ], + "peak": [ + 241, + 374 + ], + "area_cells": 4900 + }, + { + "id": "range_23", + "name": null, + "center": [ + 194, + 428 + ], + "peak": [ + 195, + 429 + ], + "area_cells": 37 + }, + { + "id": "range_24", + "name": null, + "center": [ + 197, + 411 + ], + "peak": [ + 197, + 411 + ], + "area_cells": 44 + }, + { + "id": "range_25", + "name": null, + "center": [ + 207, + 259 + ], + "peak": [ + 212, + 258 + ], + "area_cells": 38 + }, + { + "id": "range_27", + "name": null, + "center": [ + 208, + 69 + ], + "peak": [ + 209, + 70 + ], + "area_cells": 36 + }, + { + "id": "range_28", + "name": null, + "center": [ + 219, + 308 + ], + "peak": [ + 216, + 309 + ], + "area_cells": 43 + }, + { + "id": "range_32", + "name": null, + "center": [ + 246, + 252 + ], + "peak": [ + 244, + 253 + ], + "area_cells": 1893 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92c/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92c/globe.png new file mode 100644 index 000000000..a6b0c5e20 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92c/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92c/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92c/heightmap.png new file mode 100644 index 000000000..36d8c95da Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92c/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92c/index.md b/wiki/star-systems/GJ-92/bodies/GJ92c/index.md new file mode 100644 index 000000000..0403cdd3d --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92c/index.md @@ -0,0 +1,69 @@ +--- +id: GJ92c +name: null +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3463438000 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.901 + period_days: 350.0 + axial_tilt_deg: 25.1 +physical: + gravity_g: 0.9 + oblateness: 0.005 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.452 + polar_ice_lat: 0.673 + tectonics: active +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: liquid_water +clouds: + enabled: true + coverage_base: 0.53 +render: + globe_light_angle_deg: 125 + specular_ocean: true + night_side_ambient: 0.025 +--- + +# GJ92c + +Temperate planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.9g | +| **Atmosphere** | standard | +| **Hydrosphere** | liquid_water | +| **Land** | 45% | +| **Year** | 350 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92c/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92c/markers.json new file mode 100644 index 000000000..d173c2991 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92c/markers.json @@ -0,0 +1,851 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 131, + 0 + ], + [ + 132, + 511 + ], + [ + 132, + 510 + ], + [ + 131, + 509 + ], + [ + 130, + 508 + ], + [ + 129, + 507 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 13, + 444 + ], + [ + 14, + 443 + ], + [ + 15, + 442 + ], + [ + 16, + 442 + ], + [ + 17, + 441 + ], + [ + 18, + 440 + ], + [ + 18, + 439 + ], + [ + 18, + 438 + ], + [ + 19, + 437 + ], + [ + 20, + 436 + ], + [ + 19, + 435 + ], + [ + 19, + 434 + ], + [ + 20, + 433 + ], + [ + 20, + 432 + ], + [ + 19, + 431 + ], + [ + 20, + 430 + ], + [ + 20, + 429 + ], + [ + 19, + 430 + ], + [ + 18, + 430 + ], + [ + 19, + 429 + ], + [ + 18, + 428 + ], + [ + 19, + 428 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 111, + 511 + ], + [ + 110, + 0 + ], + [ + 109, + 0 + ], + [ + 108, + 0 + ], + [ + 107, + 1 + ], + [ + 106, + 0 + ], + [ + 105, + 0 + ], + [ + 104, + 0 + ], + [ + 103, + 0 + ], + [ + 102, + 0 + ], + [ + 101, + 1 + ], + [ + 100, + 0 + ], + [ + 99, + 1 + ], + [ + 99, + 0 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 104, + 480 + ], + [ + 103, + 481 + ], + [ + 102, + 482 + ], + [ + 102, + 481 + ], + [ + 101, + 482 + ], + [ + 100, + 482 + ], + [ + 100, + 481 + ], + [ + 99, + 481 + ], + [ + 98, + 482 + ], + [ + 99, + 482 + ], + [ + 99, + 483 + ], + [ + 99, + 484 + ], + [ + 100, + 485 + ], + [ + 99, + 486 + ], + [ + 100, + 487 + ], + [ + 99, + 488 + ], + [ + 98, + 489 + ], + [ + 98, + 490 + ], + [ + 99, + 489 + ], + [ + 100, + 488 + ], + [ + 101, + 488 + ], + [ + 102, + 489 + ], + [ + 103, + 489 + ], + [ + 102, + 490 + ], + [ + 101, + 489 + ], + [ + 101, + 490 + ], + [ + 100, + 491 + ], + [ + 101, + 491 + ], + [ + 100, + 492 + ], + [ + 100, + 493 + ], + [ + 99, + 493 + ], + [ + 98, + 494 + ], + [ + 99, + 494 + ], + [ + 99, + 495 + ], + [ + 100, + 496 + ], + [ + 100, + 497 + ], + [ + 99, + 496 + ], + [ + 99, + 497 + ], + [ + 99, + 498 + ], + [ + 99, + 499 + ], + [ + 98, + 499 + ], + [ + 99, + 500 + ], + [ + 99, + 501 + ], + [ + 100, + 501 + ], + [ + 101, + 500 + ], + [ + 100, + 500 + ], + [ + 100, + 499 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 44, + 191 + ], + [ + 45, + 190 + ], + [ + 46, + 189 + ], + [ + 47, + 188 + ], + [ + 46, + 188 + ], + [ + 46, + 187 + ], + [ + 46, + 186 + ], + [ + 45, + 185 + ], + [ + 45, + 184 + ], + [ + 44, + 183 + ], + [ + 44, + 182 + ], + [ + 43, + 181 + ], + [ + 42, + 180 + ], + [ + 41, + 179 + ], + [ + 40, + 178 + ], + [ + 39, + 177 + ], + [ + 38, + 176 + ], + [ + 37, + 176 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 0, + 260 + ], + [ + 1, + 259 + ], + [ + 2, + 258 + ], + [ + 3, + 258 + ], + [ + 4, + 258 + ], + [ + 5, + 258 + ], + [ + 4, + 257 + ], + [ + 5, + 256 + ], + [ + 5, + 257 + ], + [ + 6, + 256 + ], + [ + 7, + 257 + ], + [ + 7, + 256 + ], + [ + 8, + 255 + ], + [ + 9, + 255 + ], + [ + 9, + 256 + ], + [ + 8, + 256 + ], + [ + 9, + 257 + ], + [ + 8, + 257 + ], + [ + 9, + 258 + ], + [ + 8, + 259 + ], + [ + 8, + 258 + ], + [ + 7, + 258 + ], + [ + 7, + 259 + ], + [ + 6, + 258 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 36, + 322 + ], + [ + 37, + 323 + ], + [ + 38, + 324 + ], + [ + 37, + 325 + ], + [ + 38, + 326 + ], + [ + 39, + 325 + ], + [ + 40, + 325 + ], + [ + 41, + 324 + ], + [ + 42, + 324 + ], + [ + 43, + 323 + ], + [ + 44, + 322 + ], + [ + 45, + 322 + ], + [ + 46, + 321 + ], + [ + 47, + 320 + ], + [ + 48, + 320 + ], + [ + 49, + 319 + ], + [ + 50, + 318 + ], + [ + 51, + 318 + ], + [ + 52, + 317 + ], + [ + 53, + 316 + ], + [ + 53, + 315 + ], + [ + 54, + 314 + ], + [ + 55, + 315 + ], + [ + 55, + 314 + ], + [ + 54, + 315 + ], + [ + 54, + 316 + ], + [ + 54, + 317 + ], + [ + 55, + 316 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 44, + 151 + ], + [ + 45, + 152 + ], + [ + 46, + 153 + ], + [ + 46, + 154 + ], + [ + 46, + 155 + ], + [ + 45, + 156 + ], + [ + 44, + 157 + ], + [ + 43, + 158 + ], + [ + 42, + 159 + ], + [ + 42, + 160 + ], + [ + 41, + 161 + ], + [ + 40, + 162 + ], + [ + 39, + 163 + ], + [ + 38, + 162 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 25, + 132 + ], + "area_fraction": 0.0602 + }, + { + "id": "water_8", + "name": null, + "kind": "lake", + "center": [ + 46, + 31 + ], + "area_fraction": 0.0103 + }, + { + "id": "water_10", + "name": null, + "kind": "ocean", + "center": [ + 194, + 267 + ], + "area_fraction": 0.4706 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 328 + ], + "peak": [ + 51, + 382 + ], + "area_cells": 3731 + }, + { + "id": "range_3", + "name": null, + "center": [ + 102, + 30 + ], + "peak": [ + 79, + 32 + ], + "area_cells": 1020 + }, + { + "id": "range_4", + "name": null, + "center": [ + 89, + 235 + ], + "peak": [ + 89, + 233 + ], + "area_cells": 28 + }, + { + "id": "range_5", + "name": null, + "center": [ + 119, + 240 + ], + "peak": [ + 121, + 241 + ], + "area_cells": 42 + }, + { + "id": "range_6", + "name": null, + "center": [ + 122, + 286 + ], + "peak": [ + 121, + 286 + ], + "area_cells": 89 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92d/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92d/globe.png new file mode 100644 index 000000000..b0b96ab48 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92d/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92d/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92d/heightmap.png new file mode 100644 index 000000000..2304beeec Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92d/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92d/index.md b/wiki/star-systems/GJ-92/bodies/GJ92d/index.md new file mode 100644 index 000000000..c0e7cbe5e --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92d/index.md @@ -0,0 +1,68 @@ +--- +id: GJ92d +name: null +body_type: planet +planet_class: cold_arid +body_scale: planet +seed: 2327658115 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 1.536 + period_days: 780.0 + axial_tilt_deg: 37.6 +physical: + gravity_g: 0.68 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.82 + - 0.58 + - 0.4 +terrain: + land_fraction: 0.989 + polar_ice_lat: 0.386 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.238 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92d + +Cold Arid planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | cold arid | +| **Gravity** | 0.68g | +| **Atmosphere** | thin | +| **Land** | 99% | +| **Year** | 780 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92d/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92d/markers.json new file mode 100644 index 000000000..82983e2be --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92d/markers.json @@ -0,0 +1,1229 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 224, + 218 + ], + [ + 223, + 219 + ], + [ + 222, + 220 + ], + [ + 221, + 221 + ], + [ + 220, + 222 + ], + [ + 219, + 223 + ], + [ + 218, + 224 + ], + [ + 219, + 225 + ], + [ + 218, + 225 + ], + [ + 219, + 224 + ], + [ + 220, + 225 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 253, + 245 + ], + [ + 254, + 244 + ], + [ + 253, + 243 + ], + [ + 254, + 242 + ], + [ + 254, + 243 + ], + [ + 255, + 242 + ], + [ + 255, + 241 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 251, + 150 + ], + [ + 250, + 149 + ], + [ + 249, + 148 + ], + [ + 248, + 148 + ], + [ + 247, + 147 + ], + [ + 246, + 146 + ], + [ + 245, + 147 + ], + [ + 244, + 147 + ], + [ + 243, + 146 + ], + [ + 242, + 147 + ], + [ + 241, + 147 + ], + [ + 240, + 147 + ], + [ + 239, + 147 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 206, + 510 + ], + [ + 205, + 509 + ], + [ + 204, + 508 + ], + [ + 203, + 507 + ], + [ + 202, + 506 + ], + [ + 201, + 505 + ], + [ + 201, + 506 + ], + [ + 200, + 505 + ], + [ + 199, + 506 + ], + [ + 199, + 507 + ], + [ + 198, + 506 + ], + [ + 197, + 507 + ], + [ + 196, + 507 + ], + [ + 195, + 508 + ], + [ + 194, + 509 + ], + [ + 193, + 510 + ], + [ + 194, + 511 + ], + [ + 193, + 511 + ], + [ + 192, + 0 + ], + [ + 192, + 1 + ], + [ + 191, + 1 + ], + [ + 192, + 2 + ], + [ + 193, + 3 + ], + [ + 193, + 4 + ], + [ + 192, + 5 + ], + [ + 191, + 4 + ], + [ + 192, + 3 + ], + [ + 191, + 3 + ], + [ + 190, + 4 + ], + [ + 191, + 5 + ], + [ + 192, + 6 + ], + [ + 192, + 7 + ], + [ + 193, + 8 + ], + [ + 192, + 9 + ], + [ + 193, + 10 + ], + [ + 194, + 11 + ], + [ + 194, + 12 + ], + [ + 195, + 12 + ], + [ + 196, + 12 + ], + [ + 195, + 11 + ], + [ + 195, + 10 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 139, + 75 + ], + [ + 138, + 75 + ], + [ + 137, + 76 + ], + [ + 136, + 77 + ], + [ + 135, + 78 + ], + [ + 134, + 79 + ], + [ + 133, + 80 + ], + [ + 132, + 80 + ], + [ + 131, + 81 + ], + [ + 130, + 82 + ], + [ + 129, + 83 + ], + [ + 128, + 84 + ], + [ + 128, + 85 + ], + [ + 127, + 85 + ], + [ + 126, + 86 + ], + [ + 126, + 87 + ], + [ + 125, + 88 + ], + [ + 126, + 89 + ], + [ + 126, + 88 + ], + [ + 125, + 89 + ], + [ + 124, + 89 + ], + [ + 124, + 88 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 139, + 261 + ], + [ + 138, + 262 + ], + [ + 137, + 262 + ], + [ + 137, + 263 + ], + [ + 136, + 263 + ], + [ + 135, + 264 + ], + [ + 136, + 265 + ], + [ + 135, + 265 + ], + [ + 134, + 264 + ], + [ + 133, + 265 + ], + [ + 134, + 265 + ], + [ + 134, + 266 + ], + [ + 133, + 267 + ], + [ + 133, + 268 + ], + [ + 133, + 269 + ], + [ + 132, + 269 + ], + [ + 132, + 270 + ], + [ + 131, + 271 + ], + [ + 132, + 271 + ], + [ + 133, + 270 + ], + [ + 134, + 271 + ], + [ + 135, + 272 + ], + [ + 136, + 271 + ], + [ + 135, + 271 + ], + [ + 134, + 272 + ], + [ + 135, + 273 + ], + [ + 136, + 273 + ], + [ + 136, + 272 + ], + [ + 137, + 272 + ], + [ + 137, + 273 + ], + [ + 137, + 274 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 215, + 490 + ], + [ + 214, + 489 + ], + [ + 213, + 488 + ], + [ + 213, + 487 + ], + [ + 212, + 487 + ], + [ + 211, + 487 + ], + [ + 210, + 487 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 178, + 204 + ], + [ + 179, + 204 + ], + [ + 180, + 203 + ], + [ + 181, + 202 + ], + [ + 182, + 201 + ], + [ + 183, + 200 + ], + [ + 184, + 199 + ], + [ + 185, + 198 + ], + [ + 186, + 198 + ], + [ + 187, + 199 + ], + [ + 188, + 198 + ], + [ + 189, + 199 + ], + [ + 190, + 198 + ], + [ + 191, + 199 + ], + [ + 192, + 198 + ], + [ + 193, + 197 + ], + [ + 194, + 198 + ], + [ + 195, + 198 + ], + [ + 196, + 199 + ], + [ + 197, + 200 + ], + [ + 198, + 200 + ], + [ + 199, + 201 + ], + [ + 200, + 202 + ], + [ + 201, + 202 + ], + [ + 202, + 203 + ], + [ + 203, + 204 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 126, + 332 + ], + [ + 125, + 331 + ], + [ + 124, + 330 + ], + [ + 124, + 329 + ], + [ + 124, + 328 + ], + [ + 123, + 327 + ], + [ + 124, + 326 + ], + [ + 124, + 325 + ], + [ + 123, + 325 + ], + [ + 123, + 324 + ], + [ + 123, + 323 + ], + [ + 122, + 322 + ], + [ + 121, + 321 + ], + [ + 120, + 320 + ], + [ + 121, + 319 + ], + [ + 120, + 319 + ], + [ + 120, + 318 + ], + [ + 120, + 317 + ], + [ + 121, + 316 + ], + [ + 122, + 315 + ], + [ + 122, + 316 + ], + [ + 121, + 315 + ], + [ + 120, + 316 + ], + [ + 119, + 317 + ], + [ + 119, + 316 + ], + [ + 120, + 315 + ], + [ + 121, + 314 + ], + [ + 120, + 314 + ], + [ + 120, + 313 + ], + [ + 119, + 313 + ], + [ + 120, + 312 + ], + [ + 120, + 311 + ], + [ + 119, + 312 + ], + [ + 118, + 312 + ], + [ + 118, + 313 + ], + [ + 118, + 314 + ], + [ + 118, + 315 + ], + [ + 119, + 314 + ], + [ + 119, + 315 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 157, + 177 + ], + [ + 156, + 177 + ], + [ + 155, + 178 + ], + [ + 154, + 177 + ], + [ + 153, + 176 + ], + [ + 152, + 176 + ], + [ + 151, + 175 + ], + [ + 150, + 175 + ], + [ + 149, + 174 + ], + [ + 148, + 173 + ], + [ + 147, + 173 + ], + [ + 146, + 172 + ], + [ + 145, + 171 + ], + [ + 144, + 171 + ], + [ + 143, + 170 + ], + [ + 142, + 169 + ], + [ + 141, + 168 + ], + [ + 140, + 167 + ], + [ + 139, + 166 + ], + [ + 138, + 165 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 149, + 348 + ], + [ + 148, + 349 + ], + [ + 147, + 350 + ], + [ + 146, + 351 + ], + [ + 145, + 352 + ], + [ + 144, + 352 + ], + [ + 144, + 353 + ], + [ + 144, + 354 + ], + [ + 143, + 355 + ], + [ + 144, + 356 + ], + [ + 144, + 357 + ], + [ + 143, + 357 + ], + [ + 144, + 358 + ], + [ + 145, + 359 + ], + [ + 145, + 358 + ], + [ + 144, + 359 + ], + [ + 144, + 360 + ], + [ + 144, + 361 + ], + [ + 143, + 361 + ], + [ + 144, + 362 + ], + [ + 144, + 363 + ], + [ + 145, + 362 + ], + [ + 145, + 361 + ], + [ + 146, + 362 + ], + [ + 145, + 363 + ] + ] + } + ], + "oceans": [ + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 203, + 237 + ], + "area_fraction": 0.0063 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 19, + 457 + ], + "peak": [ + 19, + 458 + ], + "area_cells": 20 + }, + { + "id": "range_2", + "name": null, + "center": [ + 57, + 113 + ], + "peak": [ + 62, + 172 + ], + "area_cells": 6370 + }, + { + "id": "range_3", + "name": null, + "center": [ + 48, + 373 + ], + "peak": [ + 61, + 366 + ], + "area_cells": 4227 + }, + { + "id": "range_5", + "name": null, + "center": [ + 56, + 460 + ], + "peak": [ + 73, + 467 + ], + "area_cells": 1146 + }, + { + "id": "range_8", + "name": null, + "center": [ + 47, + 293 + ], + "peak": [ + 48, + 294 + ], + "area_cells": 79 + }, + { + "id": "range_10", + "name": null, + "center": [ + 55, + 227 + ], + "peak": [ + 54, + 224 + ], + "area_cells": 189 + }, + { + "id": "range_12", + "name": null, + "center": [ + 70, + 265 + ], + "peak": [ + 71, + 265 + ], + "area_cells": 33 + }, + { + "id": "range_13", + "name": null, + "center": [ + 77, + 507 + ], + "peak": [ + 78, + 511 + ], + "area_cells": 84 + }, + { + "id": "range_14", + "name": null, + "center": [ + 79, + 307 + ], + "peak": [ + 78, + 307 + ], + "area_cells": 43 + }, + { + "id": "range_16", + "name": null, + "center": [ + 85, + 186 + ], + "peak": [ + 85, + 186 + ], + "area_cells": 52 + }, + { + "id": "range_18", + "name": null, + "center": [ + 92, + 427 + ], + "peak": [ + 91, + 428 + ], + "area_cells": 104 + }, + { + "id": "range_19", + "name": null, + "center": [ + 89, + 367 + ], + "peak": [ + 88, + 366 + ], + "area_cells": 32 + }, + { + "id": "range_20", + "name": null, + "center": [ + 98, + 475 + ], + "peak": [ + 98, + 477 + ], + "area_cells": 201 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92e-m1/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/globe.png new file mode 100644 index 000000000..4c58de420 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92e-m1/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/heightmap.png new file mode 100644 index 000000000..37157fc63 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92e-m1/index.md b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/index.md new file mode 100644 index 000000000..3d49bd815 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ92e-m1 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 2710895836 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 0.06 + period_days: 6.0 + axial_tilt_deg: 41.0 +physical: + gravity_g: 0.12 + oblateness: 0.0016 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.945 + polar_ice_lat: 0.243 + tectonics: low +environment: + geothermal_flux: moderate + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: — +clouds: + enabled: false + coverage_base: 0.202 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92e-m1 + +Frozen moon. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.12g | +| **Land** | 94% | +| **Orbit** | 6 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92e-m1/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/markers.json new file mode 100644 index 000000000..5b34df719 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92e-m1/markers.json @@ -0,0 +1,100 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 10, + 50 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 6, + 243 + ], + "area_fraction": 0.0131 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 200, + 275 + ], + "peak": [ + 198, + 277 + ], + "area_cells": 115 + }, + { + "id": "range_2", + "name": null, + "center": [ + 201, + 140 + ], + "peak": [ + 204, + 138 + ], + "area_cells": 23 + }, + { + "id": "range_4", + "name": null, + "center": [ + 206, + 253 + ], + "peak": [ + 207, + 253 + ], + "area_cells": 81 + }, + { + "id": "range_5", + "name": null, + "center": [ + 241, + 280 + ], + "peak": [ + 242, + 281 + ], + "area_cells": 9716 + }, + { + "id": "range_6", + "name": null, + "center": [ + 247, + 58 + ], + "peak": [ + 243, + 53 + ], + "area_cells": 1537 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92e/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92e/globe.png new file mode 100644 index 000000000..885886eb6 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92e/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92e/index.md b/wiki/star-systems/GJ-92/bodies/GJ92e/index.md new file mode 100644 index 000000000..22121fc22 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92e/index.md @@ -0,0 +1,61 @@ +--- +id: GJ92e +name: null +body_type: gas_giant +planet_class: gas_giant +body_scale: planet +seed: 1732278453 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 3.428 + period_days: 2600.0 + axial_tilt_deg: 19.4 +physical: + gravity_g: null + oblateness: 0.0637 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: low + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.249 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 2 + storm_max_size: 0.083 +--- + +# GJ92e + +Gas giant. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant | +| **Atmosphere** | thick | +| **Year** | 2600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92f/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92f/globe.png new file mode 100644 index 000000000..9bd4547ec Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92f/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92f/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92f/heightmap.png new file mode 100644 index 000000000..4067f6062 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92f/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92f/index.md b/wiki/star-systems/GJ-92/bodies/GJ92f/index.md new file mode 100644 index 000000000..00d51c195 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92f/index.md @@ -0,0 +1,65 @@ +--- +id: GJ92f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 4073336909 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 6.508 + period_days: 6800.0 + axial_tilt_deg: 19.6 +physical: + gravity_g: 0.46 + oblateness: 0.0013 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.749 + polar_ice_lat: 0.095 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92f + +Frozen planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.46g | +| **Hydrosphere** | ice | +| **Land** | 75% | +| **Year** | 6800 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92f/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92f/markers.json new file mode 100644 index 000000000..504254f7b --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92f/markers.json @@ -0,0 +1,244 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 5, + 35 + ], + "area_fraction": 0.0051 + }, + { + "id": "water_5", + "name": null, + "kind": "lake", + "center": [ + 15, + 257 + ], + "area_fraction": 0.0144 + }, + { + "id": "water_26", + "name": null, + "kind": "ocean", + "center": [ + 191, + 255 + ], + "area_fraction": 0.1589 + }, + { + "id": "water_27", + "name": null, + "kind": "lake", + "center": [ + 117, + 475 + ], + "area_fraction": 0.0059 + }, + { + "id": "water_33", + "name": null, + "kind": "sea", + "center": [ + 163, + 71 + ], + "area_fraction": 0.0383 + }, + { + "id": "water_37", + "name": null, + "kind": "lake", + "center": [ + 163, + 493 + ], + "area_fraction": 0.0068 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 21, + 134 + ], + "peak": [ + 7, + 126 + ], + "area_cells": 1720 + }, + { + "id": "range_2", + "name": null, + "center": [ + 68, + 227 + ], + "peak": [ + 59, + 234 + ], + "area_cells": 2039 + }, + { + "id": "range_3", + "name": null, + "center": [ + 70, + 418 + ], + "peak": [ + 66, + 402 + ], + "area_cells": 1174 + }, + { + "id": "range_4", + "name": null, + "center": [ + 59, + 467 + ], + "peak": [ + 63, + 471 + ], + "area_cells": 145 + }, + { + "id": "range_7", + "name": null, + "center": [ + 91, + 145 + ], + "peak": [ + 94, + 145 + ], + "area_cells": 26 + }, + { + "id": "range_8", + "name": null, + "center": [ + 91, + 116 + ], + "peak": [ + 90, + 115 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 99, + 346 + ], + "peak": [ + 102, + 345 + ], + "area_cells": 39 + }, + { + "id": "range_11", + "name": null, + "center": [ + 138, + 189 + ], + "peak": [ + 138, + 189 + ], + "area_cells": 29 + }, + { + "id": "range_12", + "name": null, + "center": [ + 202, + 77 + ], + "peak": [ + 203, + 79 + ], + "area_cells": 372 + }, + { + "id": "range_13", + "name": null, + "center": [ + 215, + 484 + ], + "peak": [ + 217, + 460 + ], + "area_cells": 1041 + }, + { + "id": "range_14", + "name": null, + "center": [ + 229, + 41 + ], + "peak": [ + 215, + 0 + ], + "area_cells": 2113 + }, + { + "id": "range_15", + "name": null, + "center": [ + 233, + 444 + ], + "peak": [ + 234, + 445 + ], + "area_cells": 69 + }, + { + "id": "range_16", + "name": null, + "center": [ + 228, + 434 + ], + "peak": [ + 228, + 435 + ], + "area_cells": 21 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92g/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92g/globe.png new file mode 100644 index 000000000..53f9681c1 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92g/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92g/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92g/heightmap.png new file mode 100644 index 000000000..dd7a58e79 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92g/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92g/index.md b/wiki/star-systems/GJ-92/bodies/GJ92g/index.md new file mode 100644 index 000000000..789c813f3 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ92g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 3993874052 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 11.028 + period_days: 15000.0 + axial_tilt_deg: 47.6 +physical: + gravity_g: 0.36 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.893 + polar_ice_lat: 0.079 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.361 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92g + +Frozen planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.36g | +| **Hydrosphere** | ice | +| **Land** | 89% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92g/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92g/markers.json new file mode 100644 index 000000000..d12a0ea09 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92g/markers.json @@ -0,0 +1,117 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 128, + 251 + ], + "area_fraction": 0.007 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 186, + 443 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_25", + "name": null, + "kind": "sea", + "center": [ + 237, + 184 + ], + "area_fraction": 0.0428 + }, + { + "id": "water_34", + "name": null, + "kind": "lake", + "center": [ + 243, + 15 + ], + "area_fraction": 0.0061 + }, + { + "id": "water_35", + "name": null, + "kind": "lake", + "center": [ + 245, + 435 + ], + "area_fraction": 0.0165 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 68, + 45 + ], + "peak": [ + 43, + 29 + ], + "area_cells": 9544 + }, + { + "id": "range_2", + "name": null, + "center": [ + 34, + 330 + ], + "peak": [ + 14, + 214 + ], + "area_cells": 23342 + }, + { + "id": "range_4", + "name": null, + "center": [ + 109, + 109 + ], + "peak": [ + 118, + 119 + ], + "area_cells": 311 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 500 + ], + "peak": [ + 118, + 511 + ], + "area_cells": 248 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92h/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92h/globe.png new file mode 100644 index 000000000..ff6a0f0e2 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92h/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92h/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92h/heightmap.png new file mode 100644 index 000000000..0f4e135d3 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92h/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92h/index.md b/wiki/star-systems/GJ-92/bodies/GJ92h/index.md new file mode 100644 index 000000000..b21caf1a0 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92h/index.md @@ -0,0 +1,65 @@ +--- +id: GJ92h +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1536798356 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 19.03 + period_days: 34000.0 + axial_tilt_deg: 29.1 +physical: + gravity_g: 0.28 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.757 + polar_ice_lat: 0.189 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.216 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92h + +Frozen planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.28g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 34000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92h/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92h/markers.json new file mode 100644 index 000000000..461550b00 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92h/markers.json @@ -0,0 +1,283 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 55, + 481 + ], + "area_fraction": 0.0114 + }, + { + "id": "water_6", + "name": null, + "kind": "sea", + "center": [ + 150, + 463 + ], + "area_fraction": 0.0441 + }, + { + "id": "water_8", + "name": null, + "kind": "ocean", + "center": [ + 145, + 133 + ], + "area_fraction": 0.132 + }, + { + "id": "water_10", + "name": null, + "kind": "lake", + "center": [ + 163, + 292 + ], + "area_fraction": 0.0078 + }, + { + "id": "water_13", + "name": null, + "kind": "lake", + "center": [ + 191, + 254 + ], + "area_fraction": 0.0052 + }, + { + "id": "water_17", + "name": null, + "kind": "sea", + "center": [ + 234, + 243 + ], + "area_fraction": 0.0258 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 3, + 43 + ], + "peak": [ + 0, + 37 + ], + "area_cells": 425 + }, + { + "id": "range_2", + "name": null, + "center": [ + 38, + 223 + ], + "peak": [ + 38, + 313 + ], + "area_cells": 10523 + }, + { + "id": "range_4", + "name": null, + "center": [ + 20, + 403 + ], + "peak": [ + 32, + 384 + ], + "area_cells": 3594 + }, + { + "id": "range_5", + "name": null, + "center": [ + 2, + 460 + ], + "peak": [ + 0, + 465 + ], + "area_cells": 180 + }, + { + "id": "range_6", + "name": null, + "center": [ + 8, + 506 + ], + "peak": [ + 7, + 511 + ], + "area_cells": 152 + }, + { + "id": "range_9", + "name": null, + "center": [ + 18, + 144 + ], + "peak": [ + 18, + 149 + ], + "area_cells": 129 + }, + { + "id": "range_10", + "name": null, + "center": [ + 36, + 57 + ], + "peak": [ + 41, + 58 + ], + "area_cells": 468 + }, + { + "id": "range_11", + "name": null, + "center": [ + 102, + 403 + ], + "peak": [ + 96, + 390 + ], + "area_cells": 3203 + }, + { + "id": "range_18", + "name": null, + "center": [ + 146, + 339 + ], + "peak": [ + 147, + 340 + ], + "area_cells": 56 + }, + { + "id": "range_19", + "name": null, + "center": [ + 202, + 482 + ], + "peak": [ + 206, + 483 + ], + "area_cells": 91 + }, + { + "id": "range_20", + "name": null, + "center": [ + 205, + 455 + ], + "peak": [ + 209, + 446 + ], + "area_cells": 301 + }, + { + "id": "range_21", + "name": null, + "center": [ + 217, + 29 + ], + "peak": [ + 212, + 13 + ], + "area_cells": 636 + }, + { + "id": "range_22", + "name": null, + "center": [ + 211, + 507 + ], + "peak": [ + 214, + 509 + ], + "area_cells": 96 + }, + { + "id": "range_23", + "name": null, + "center": [ + 229, + 467 + ], + "peak": [ + 231, + 474 + ], + "area_cells": 95 + }, + { + "id": "range_24", + "name": null, + "center": [ + 231, + 485 + ], + "peak": [ + 232, + 486 + ], + "area_cells": 27 + }, + { + "id": "range_25", + "name": null, + "center": [ + 246, + 357 + ], + "peak": [ + 250, + 341 + ], + "area_cells": 1183 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92i/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92i/globe.png new file mode 100644 index 000000000..caa1d92b3 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92i/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92i/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92i/heightmap.png new file mode 100644 index 000000000..8b9a8b78e Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92i/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92i/index.md b/wiki/star-systems/GJ-92/bodies/GJ92i/index.md new file mode 100644 index 000000000..34cef7536 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ92i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2419497938 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 30.797 + period_days: 70000.0 + axial_tilt_deg: 46.9 +physical: + gravity_g: 0.22 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.827 + polar_ice_lat: 0.066 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.437 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92i + +Frozen planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.22g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Year** | 70000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92i/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92i/markers.json new file mode 100644 index 000000000..b17232995 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92i/markers.json @@ -0,0 +1,165 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 37, + 69 + ], + "area_fraction": 0.0667 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 24, + 404 + ], + "area_fraction": 0.0837 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 129, + 430 + ], + "peak": [ + 120, + 439 + ], + "area_cells": 693 + }, + { + "id": "range_2", + "name": null, + "center": [ + 130, + 483 + ], + "peak": [ + 132, + 484 + ], + "area_cells": 68 + }, + { + "id": "range_4", + "name": null, + "center": [ + 203, + 236 + ], + "peak": [ + 194, + 248 + ], + "area_cells": 23436 + }, + { + "id": "range_5", + "name": null, + "center": [ + 143, + 327 + ], + "peak": [ + 143, + 327 + ], + "area_cells": 27 + }, + { + "id": "range_7", + "name": null, + "center": [ + 157, + 416 + ], + "peak": [ + 157, + 417 + ], + "area_cells": 27 + }, + { + "id": "range_8", + "name": null, + "center": [ + 170, + 445 + ], + "peak": [ + 170, + 446 + ], + "area_cells": 103 + }, + { + "id": "range_9", + "name": null, + "center": [ + 178, + 27 + ], + "peak": [ + 180, + 28 + ], + "area_cells": 26 + }, + { + "id": "range_10", + "name": null, + "center": [ + 213, + 455 + ], + "peak": [ + 216, + 446 + ], + "area_cells": 1707 + }, + { + "id": "range_11", + "name": null, + "center": [ + 191, + 506 + ], + "peak": [ + 190, + 506 + ], + "area_cells": 163 + }, + { + "id": "range_13", + "name": null, + "center": [ + 188, + 362 + ], + "peak": [ + 188, + 363 + ], + "area_cells": 63 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-92/bodies/GJ92j/globe.png b/wiki/star-systems/GJ-92/bodies/GJ92j/globe.png new file mode 100644 index 000000000..b5893f117 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92j/globe.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92j/heightmap.png b/wiki/star-systems/GJ-92/bodies/GJ92j/heightmap.png new file mode 100644 index 000000000..0bc870344 Binary files /dev/null and b/wiki/star-systems/GJ-92/bodies/GJ92j/heightmap.png differ diff --git a/wiki/star-systems/GJ-92/bodies/GJ92j/index.md b/wiki/star-systems/GJ-92/bodies/GJ92j/index.md new file mode 100644 index 000000000..405a047b0 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ92j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 63376707 +star: + type: K + luminosity_solar: 0.4 + color_temp_K: 4500 +orbit: + distance_au: 48.887 + period_days: 140000.0 + axial_tilt_deg: 29.6 +physical: + gravity_g: 0.13 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.862 + polar_ice_lat: 0.215 + tectonics: low +environment: + geothermal_flux: low + uv_index: moderate + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.353 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ92j + +Frozen planet. + +**System:** [GJ-92](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.13g | +| **Hydrosphere** | ice | +| **Land** | 86% | +| **Year** | 140000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-92/bodies/GJ92j/markers.json b/wiki/star-systems/GJ-92/bodies/GJ92j/markers.json new file mode 100644 index 000000000..4e6ca1702 --- /dev/null +++ b/wiki/star-systems/GJ-92/bodies/GJ92j/markers.json @@ -0,0 +1,64 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_13", + "name": null, + "kind": "ocean", + "center": [ + 229, + 251 + ], + "area_fraction": 0.1269 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 67, + 267 + ], + "peak": [ + 99, + 400 + ], + "area_cells": 32795 + }, + { + "id": "range_3", + "name": null, + "center": [ + 8, + 9 + ], + "peak": [ + 10, + 13 + ], + "area_cells": 230 + }, + { + "id": "range_6", + "name": null, + "center": [ + 147, + 353 + ], + "peak": [ + 143, + 357 + ], + "area_cells": 145 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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/bodies/GJ95b/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95b/globe.png new file mode 100644 index 000000000..2defc8538 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95b/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95b/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95b/heightmap.png new file mode 100644 index 000000000..cb240d4eb Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95b/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95b/index.md b/wiki/star-systems/GJ-95/bodies/GJ95b/index.md new file mode 100644 index 000000000..9511804f3 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95b/index.md @@ -0,0 +1,64 @@ +--- +id: GJ95b +name: null +body_type: planet +planet_class: barren +body_scale: planet +seed: 1329269454 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.229 + period_days: 40.0 + axial_tilt_deg: 30.9 +physical: + gravity_g: 0.38 + oblateness: 0.0012 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.983 + polar_ice_lat: 0.844 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.01 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95b + +Barren planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | barren | +| **Gravity** | 0.38g | +| **Land** | 98% | +| **Year** | 40 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95b/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95b/markers.json new file mode 100644 index 000000000..03e510ec4 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95b/markers.json @@ -0,0 +1,417 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 33, + 8 + ], + "peak": [ + 42, + 2 + ], + "area_cells": 516 + }, + { + "id": "range_2", + "name": null, + "center": [ + 1, + 15 + ], + "peak": [ + 0, + 13 + ], + "area_cells": 44 + }, + { + "id": "range_4", + "name": null, + "center": [ + 106, + 395 + ], + "peak": [ + 42, + 356 + ], + "area_cells": 14042 + }, + { + "id": "range_5", + "name": null, + "center": [ + 8, + 497 + ], + "peak": [ + 8, + 498 + ], + "area_cells": 24 + }, + { + "id": "range_10", + "name": null, + "center": [ + 23, + 154 + ], + "peak": [ + 22, + 154 + ], + "area_cells": 74 + }, + { + "id": "range_15", + "name": null, + "center": [ + 20, + 223 + ], + "peak": [ + 20, + 223 + ], + "area_cells": 144 + }, + { + "id": "range_17", + "name": null, + "center": [ + 28, + 172 + ], + "peak": [ + 32, + 173 + ], + "area_cells": 48 + }, + { + "id": "range_27", + "name": null, + "center": [ + 65, + 164 + ], + "peak": [ + 63, + 166 + ], + "area_cells": 40 + }, + { + "id": "range_28", + "name": null, + "center": [ + 69, + 140 + ], + "peak": [ + 69, + 141 + ], + "area_cells": 69 + }, + { + "id": "range_29", + "name": null, + "center": [ + 75, + 361 + ], + "peak": [ + 79, + 363 + ], + "area_cells": 259 + }, + { + "id": "range_30", + "name": null, + "center": [ + 111, + 18 + ], + "peak": [ + 102, + 2 + ], + "area_cells": 2224 + }, + { + "id": "range_31", + "name": null, + "center": [ + 83, + 155 + ], + "peak": [ + 87, + 156 + ], + "area_cells": 82 + }, + { + "id": "range_32", + "name": null, + "center": [ + 81, + 383 + ], + "peak": [ + 83, + 385 + ], + "area_cells": 92 + }, + { + "id": "range_33", + "name": null, + "center": [ + 89, + 399 + ], + "peak": [ + 86, + 400 + ], + "area_cells": 41 + }, + { + "id": "range_35", + "name": null, + "center": [ + 135, + 174 + ], + "peak": [ + 142, + 142 + ], + "area_cells": 2252 + }, + { + "id": "range_36", + "name": null, + "center": [ + 113, + 377 + ], + "peak": [ + 117, + 384 + ], + "area_cells": 135 + }, + { + "id": "range_40", + "name": null, + "center": [ + 164, + 85 + ], + "peak": [ + 164, + 85 + ], + "area_cells": 62 + }, + { + "id": "range_43", + "name": null, + "center": [ + 170, + 46 + ], + "peak": [ + 171, + 47 + ], + "area_cells": 97 + }, + { + "id": "range_45", + "name": null, + "center": [ + 174, + 20 + ], + "peak": [ + 174, + 20 + ], + "area_cells": 21 + }, + { + "id": "range_46", + "name": null, + "center": [ + 177, + 317 + ], + "peak": [ + 178, + 318 + ], + "area_cells": 44 + }, + { + "id": "range_47", + "name": null, + "center": [ + 218, + 257 + ], + "peak": [ + 255, + 255 + ], + "area_cells": 1017 + }, + { + "id": "range_48", + "name": null, + "center": [ + 213, + 193 + ], + "peak": [ + 218, + 184 + ], + "area_cells": 1034 + }, + { + "id": "range_50", + "name": null, + "center": [ + 181, + 151 + ], + "peak": [ + 181, + 152 + ], + "area_cells": 41 + }, + { + "id": "range_53", + "name": null, + "center": [ + 208, + 52 + ], + "peak": [ + 205, + 55 + ], + "area_cells": 108 + }, + { + "id": "range_54", + "name": null, + "center": [ + 230, + 435 + ], + "peak": [ + 255, + 429 + ], + "area_cells": 474 + }, + { + "id": "range_56", + "name": null, + "center": [ + 244, + 114 + ], + "peak": [ + 243, + 108 + ], + "area_cells": 1215 + }, + { + "id": "range_61", + "name": null, + "center": [ + 241, + 224 + ], + "peak": [ + 232, + 225 + ], + "area_cells": 32 + }, + { + "id": "range_63", + "name": null, + "center": [ + 243, + 230 + ], + "peak": [ + 235, + 230 + ], + "area_cells": 38 + }, + { + "id": "range_67", + "name": null, + "center": [ + 250, + 165 + ], + "peak": [ + 253, + 165 + ], + "area_cells": 36 + }, + { + "id": "range_68", + "name": null, + "center": [ + 249, + 173 + ], + "peak": [ + 253, + 173 + ], + "area_cells": 29 + }, + { + "id": "range_72", + "name": null, + "center": [ + 252, + 239 + ], + "peak": [ + 253, + 240 + ], + "area_cells": 36 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95c/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95c/globe.png new file mode 100644 index 000000000..28edebbdb Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95c/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95c/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95c/heightmap.png new file mode 100644 index 000000000..5fabac79e Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95c/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95c/index.md b/wiki/star-systems/GJ-95/bodies/GJ95c/index.md new file mode 100644 index 000000000..84c540661 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95c/index.md @@ -0,0 +1,68 @@ +--- +id: GJ95c +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 1139612182 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.422 + period_days: 100.0 + axial_tilt_deg: 16.9 +physical: + gravity_g: 0.52 + oblateness: 0.0014 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.978 + polar_ice_lat: 0.897 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: true + coverage_base: 0.065 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95c + +Arid planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.52g | +| **Atmosphere** | thin | +| **Land** | 98% | +| **Year** | 100 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95c/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95c/markers.json new file mode 100644 index 000000000..7b170a85a --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95c/markers.json @@ -0,0 +1,170 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 17, + 52 + ], + "peak": [ + 0, + 25 + ], + "area_cells": 3848 + }, + { + "id": "range_2", + "name": null, + "center": [ + 117, + 332 + ], + "peak": [ + 20, + 247 + ], + "area_cells": 16891 + }, + { + "id": "range_3", + "name": null, + "center": [ + 6, + 379 + ], + "peak": [ + 0, + 396 + ], + "area_cells": 868 + }, + { + "id": "range_4", + "name": null, + "center": [ + 11, + 506 + ], + "peak": [ + 13, + 509 + ], + "area_cells": 201 + }, + { + "id": "range_5", + "name": null, + "center": [ + 59, + 407 + ], + "peak": [ + 61, + 388 + ], + "area_cells": 1503 + }, + { + "id": "range_7", + "name": null, + "center": [ + 74, + 415 + ], + "peak": [ + 75, + 416 + ], + "area_cells": 23 + }, + { + "id": "range_8", + "name": null, + "center": [ + 138, + 71 + ], + "peak": [ + 107, + 53 + ], + "area_cells": 11720 + }, + { + "id": "range_9", + "name": null, + "center": [ + 96, + 464 + ], + "peak": [ + 100, + 462 + ], + "area_cells": 155 + }, + { + "id": "range_10", + "name": null, + "center": [ + 103, + 494 + ], + "peak": [ + 94, + 504 + ], + "area_cells": 682 + }, + { + "id": "range_11", + "name": null, + "center": [ + 103, + 156 + ], + "peak": [ + 104, + 157 + ], + "area_cells": 20 + }, + { + "id": "range_14", + "name": null, + "center": [ + 171, + 497 + ], + "peak": [ + 187, + 505 + ], + "area_cells": 1315 + }, + { + "id": "range_15", + "name": null, + "center": [ + 199, + 101 + ], + "peak": [ + 189, + 96 + ], + "area_cells": 720 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95d/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95d/globe.png new file mode 100644 index 000000000..b9f29927d Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95d/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95d/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95d/heightmap.png new file mode 100644 index 000000000..5b8e34fb6 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95d/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95d/index.md b/wiki/star-systems/GJ-95/bodies/GJ95d/index.md new file mode 100644 index 000000000..05a73a06c --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95d/index.md @@ -0,0 +1,69 @@ +--- +id: GJ95d +name: null +body_type: planet +planet_class: arid +body_scale: planet +seed: 45936886 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.669 + period_days: 200.0 + axial_tilt_deg: 12.8 +physical: + gravity_g: 0.55 + oblateness: 0.0019 + atmosphere: thin + atmosphere_color: + - 0.9 + - 0.72 + - 0.5 +terrain: + land_fraction: 0.905 + polar_ice_lat: 0.869 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: trace +clouds: + enabled: true + coverage_base: 0.113 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95d + +Arid planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | arid | +| **Gravity** | 0.55g | +| **Atmosphere** | thin | +| **Hydrosphere** | trace | +| **Land** | 90% | +| **Year** | 200 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95d/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95d/markers.json new file mode 100644 index 000000000..885535bef --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95d/markers.json @@ -0,0 +1,435 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 236, + 193 + ], + [ + 235, + 192 + ], + [ + 234, + 192 + ], + [ + 233, + 193 + ], + [ + 232, + 192 + ], + [ + 232, + 193 + ], + [ + 231, + 192 + ], + [ + 230, + 191 + ], + [ + 231, + 190 + ], + [ + 230, + 190 + ], + [ + 230, + 189 + ], + [ + 231, + 189 + ], + [ + 232, + 188 + ], + [ + 231, + 188 + ], + [ + 230, + 187 + ], + [ + 229, + 186 + ], + [ + 229, + 185 + ], + [ + 230, + 184 + ], + [ + 230, + 183 + ], + [ + 230, + 182 + ], + [ + 229, + 181 + ], + [ + 228, + 181 + ], + [ + 227, + 180 + ], + [ + 228, + 180 + ], + [ + 228, + 179 + ], + [ + 227, + 179 + ], + [ + 226, + 179 + ], + [ + 226, + 180 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 254, + 107 + ], + [ + 253, + 108 + ], + [ + 252, + 109 + ], + [ + 251, + 110 + ], + [ + 250, + 110 + ], + [ + 249, + 110 + ], + [ + 248, + 110 + ], + [ + 247, + 110 + ], + [ + 246, + 110 + ], + [ + 245, + 110 + ], + [ + 244, + 110 + ], + [ + 243, + 110 + ], + [ + 242, + 110 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 214, + 206 + ], + [ + 214, + 207 + ], + [ + 215, + 208 + ], + [ + 216, + 209 + ], + [ + 217, + 210 + ], + [ + 218, + 211 + ], + [ + 219, + 212 + ] + ] + } + ], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "lake", + "center": [ + 16, + 324 + ], + "area_fraction": 0.0128 + }, + { + "id": "water_4", + "name": null, + "kind": "lake", + "center": [ + 35, + 485 + ], + "area_fraction": 0.012 + }, + { + "id": "water_6", + "name": null, + "kind": "lake", + "center": [ + 57, + 22 + ], + "area_fraction": 0.0095 + }, + { + "id": "water_10", + "name": null, + "kind": "sea", + "center": [ + 225, + 284 + ], + "area_fraction": 0.0534 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 25, + 94 + ], + "peak": [ + 17, + 84 + ], + "area_cells": 1822 + }, + { + "id": "range_2", + "name": null, + "center": [ + 17, + 207 + ], + "peak": [ + 17, + 207 + ], + "area_cells": 68 + }, + { + "id": "range_3", + "name": null, + "center": [ + 54, + 238 + ], + "peak": [ + 50, + 253 + ], + "area_cells": 3848 + }, + { + "id": "range_4", + "name": null, + "center": [ + 52, + 177 + ], + "peak": [ + 53, + 177 + ], + "area_cells": 81 + }, + { + "id": "range_5", + "name": null, + "center": [ + 100, + 425 + ], + "peak": [ + 102, + 400 + ], + "area_cells": 8195 + }, + { + "id": "range_10", + "name": null, + "center": [ + 90, + 248 + ], + "peak": [ + 88, + 247 + ], + "area_cells": 22 + }, + { + "id": "range_11", + "name": null, + "center": [ + 108, + 30 + ], + "peak": [ + 110, + 19 + ], + "area_cells": 1283 + }, + { + "id": "range_13", + "name": null, + "center": [ + 146, + 116 + ], + "peak": [ + 144, + 117 + ], + "area_cells": 178 + }, + { + "id": "range_14", + "name": null, + "center": [ + 141, + 426 + ], + "peak": [ + 142, + 426 + ], + "area_cells": 37 + }, + { + "id": "range_16", + "name": null, + "center": [ + 155, + 59 + ], + "peak": [ + 155, + 60 + ], + "area_cells": 201 + }, + { + "id": "range_18", + "name": null, + "center": [ + 187, + 427 + ], + "peak": [ + 188, + 427 + ], + "area_cells": 30 + }, + { + "id": "range_19", + "name": null, + "center": [ + 194, + 458 + ], + "peak": [ + 193, + 460 + ], + "area_cells": 156 + }, + { + "id": "range_20", + "name": null, + "center": [ + 222, + 447 + ], + "peak": [ + 223, + 447 + ], + "area_cells": 55 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e-1/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95e-1/globe.png new file mode 100644 index 000000000..47fa40f7c Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95e-1/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e-1/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95e-1/heightmap.png new file mode 100644 index 000000000..dc55f3df1 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95e-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e-1/index.md b/wiki/star-systems/GJ-95/bodies/GJ95e-1/index.md new file mode 100644 index 000000000..dbd97b7f8 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95e-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ95e-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 711554666 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.091 + period_days: 10.0 + axial_tilt_deg: 32.1 +physical: + gravity_g: 0.06 + oblateness: 0.002 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.994 + polar_ice_lat: 0.87 + tectonics: none +environment: + geothermal_flux: low + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.013 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95e-1 + +Barren moon. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.06g | +| **Land** | 99% | +| **Orbit** | 10 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e-1/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95e-1/markers.json new file mode 100644 index 000000000..7d20810ba --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95e-1/markers.json @@ -0,0 +1,274 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 93, + 286 + ], + "peak": [ + 121, + 319 + ], + "area_cells": 47955 + }, + { + "id": "range_6", + "name": null, + "center": [ + 14, + 5 + ], + "peak": [ + 16, + 5 + ], + "area_cells": 33 + }, + { + "id": "range_9", + "name": null, + "center": [ + 30, + 13 + ], + "peak": [ + 31, + 14 + ], + "area_cells": 34 + }, + { + "id": "range_11", + "name": null, + "center": [ + 29, + 409 + ], + "peak": [ + 31, + 410 + ], + "area_cells": 36 + }, + { + "id": "range_15", + "name": null, + "center": [ + 70, + 498 + ], + "peak": [ + 69, + 504 + ], + "area_cells": 285 + }, + { + "id": "range_18", + "name": null, + "center": [ + 59, + 475 + ], + "peak": [ + 58, + 475 + ], + "area_cells": 52 + }, + { + "id": "range_20", + "name": null, + "center": [ + 65, + 462 + ], + "peak": [ + 66, + 462 + ], + "area_cells": 43 + }, + { + "id": "range_23", + "name": null, + "center": [ + 75, + 510 + ], + "peak": [ + 77, + 510 + ], + "area_cells": 23 + }, + { + "id": "range_24", + "name": null, + "center": [ + 76, + 3 + ], + "peak": [ + 75, + 5 + ], + "area_cells": 31 + }, + { + "id": "range_25", + "name": null, + "center": [ + 81, + 475 + ], + "peak": [ + 81, + 475 + ], + "area_cells": 20 + }, + { + "id": "range_26", + "name": null, + "center": [ + 100, + 24 + ], + "peak": [ + 108, + 17 + ], + "area_cells": 364 + }, + { + "id": "range_28", + "name": null, + "center": [ + 213, + 99 + ], + "peak": [ + 200, + 94 + ], + "area_cells": 13015 + }, + { + "id": "range_29", + "name": null, + "center": [ + 126, + 67 + ], + "peak": [ + 127, + 68 + ], + "area_cells": 204 + }, + { + "id": "range_31", + "name": null, + "center": [ + 135, + 46 + ], + "peak": [ + 135, + 47 + ], + "area_cells": 39 + }, + { + "id": "range_34", + "name": null, + "center": [ + 174, + 165 + ], + "peak": [ + 168, + 167 + ], + "area_cells": 149 + }, + { + "id": "range_35", + "name": null, + "center": [ + 195, + 223 + ], + "peak": [ + 195, + 223 + ], + "area_cells": 48 + }, + { + "id": "range_36", + "name": null, + "center": [ + 197, + 196 + ], + "peak": [ + 197, + 199 + ], + "area_cells": 100 + }, + { + "id": "range_40", + "name": null, + "center": [ + 222, + 391 + ], + "peak": [ + 223, + 393 + ], + "area_cells": 37 + }, + { + "id": "range_49", + "name": null, + "center": [ + 250, + 247 + ], + "peak": [ + 255, + 246 + ], + "area_cells": 69 + }, + { + "id": "range_53", + "name": null, + "center": [ + 253, + 6 + ], + "peak": [ + 255, + 8 + ], + "area_cells": 53 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95e/globe.png new file mode 100644 index 000000000..e89cf31ac Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95e/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95e/heightmap.png new file mode 100644 index 000000000..ce82b2a79 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95e/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e/index.md b/wiki/star-systems/GJ-95/bodies/GJ95e/index.md new file mode 100644 index 000000000..41f745709 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95e/index.md @@ -0,0 +1,73 @@ +--- +id: GJ95e +name: Portree +body_type: planet +planet_class: temperate +body_scale: planet +seed: 3290747199 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.062 + period_days: 400.0 + axial_tilt_deg: 20.2 +physical: + gravity_g: 0.92 + oblateness: 0.001 + atmosphere: standard + atmosphere_color: + - 0.45 + - 0.65 + - 1.0 +terrain: + land_fraction: 0.901 + polar_ice_lat: 0.75 + tectonics: active +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: moderate +clouds: + enabled: true + coverage_base: 0.352 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# Portree + +Temperate planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | temperate | +| **Gravity** | 0.92g | +| **Atmosphere** | standard | +| **Hydrosphere** | moderate | +| **Land** | 90% | +| **Year** | 400 days | +| **Inhabited** | yes | +| **Population** | 65M | +| **Economy** | agriculture | +| **Settlement** | dispersed | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95e/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95e/markers.json new file mode 100644 index 000000000..3c29ff22c --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95e/markers.json @@ -0,0 +1,1025 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [ + { + "id": "river_0", + "name": null, + "path": [ + [ + 157, + 354 + ], + [ + 158, + 355 + ], + [ + 159, + 356 + ], + [ + 160, + 357 + ], + [ + 161, + 357 + ], + [ + 162, + 357 + ], + [ + 163, + 357 + ], + [ + 164, + 356 + ], + [ + 165, + 355 + ], + [ + 166, + 355 + ], + [ + 167, + 355 + ], + [ + 168, + 355 + ], + [ + 169, + 356 + ], + [ + 170, + 355 + ], + [ + 171, + 355 + ], + [ + 172, + 355 + ], + [ + 172, + 356 + ], + [ + 173, + 357 + ], + [ + 174, + 358 + ], + [ + 173, + 359 + ], + [ + 174, + 359 + ], + [ + 174, + 360 + ], + [ + 174, + 361 + ], + [ + 175, + 362 + ], + [ + 176, + 363 + ], + [ + 177, + 364 + ] + ] + }, + { + "id": "river_1", + "name": null, + "path": [ + [ + 158, + 458 + ], + [ + 157, + 459 + ], + [ + 156, + 460 + ], + [ + 155, + 459 + ], + [ + 154, + 458 + ], + [ + 153, + 458 + ], + [ + 152, + 458 + ], + [ + 153, + 457 + ], + [ + 152, + 457 + ], + [ + 151, + 458 + ], + [ + 150, + 457 + ], + [ + 151, + 457 + ], + [ + 150, + 458 + ], + [ + 149, + 458 + ], + [ + 149, + 457 + ], + [ + 150, + 456 + ], + [ + 150, + 455 + ], + [ + 151, + 456 + ], + [ + 152, + 455 + ], + [ + 151, + 455 + ], + [ + 151, + 454 + ], + [ + 151, + 453 + ], + [ + 150, + 453 + ], + [ + 150, + 454 + ] + ] + }, + { + "id": "river_2", + "name": null, + "path": [ + [ + 129, + 412 + ], + [ + 129, + 411 + ], + [ + 130, + 410 + ], + [ + 131, + 409 + ], + [ + 131, + 408 + ], + [ + 131, + 407 + ], + [ + 132, + 407 + ], + [ + 133, + 406 + ], + [ + 134, + 405 + ], + [ + 135, + 405 + ] + ] + }, + { + "id": "river_3", + "name": null, + "path": [ + [ + 250, + 278 + ], + [ + 249, + 277 + ], + [ + 249, + 276 + ], + [ + 248, + 275 + ], + [ + 248, + 274 + ], + [ + 247, + 273 + ], + [ + 247, + 272 + ], + [ + 247, + 271 + ], + [ + 246, + 270 + ], + [ + 246, + 269 + ], + [ + 245, + 268 + ] + ] + }, + { + "id": "river_4", + "name": null, + "path": [ + [ + 195, + 476 + ], + [ + 196, + 475 + ], + [ + 197, + 474 + ], + [ + 198, + 473 + ], + [ + 199, + 472 + ], + [ + 200, + 471 + ], + [ + 201, + 470 + ], + [ + 200, + 469 + ], + [ + 201, + 468 + ], + [ + 201, + 467 + ], + [ + 202, + 466 + ], + [ + 202, + 465 + ], + [ + 203, + 464 + ] + ] + }, + { + "id": "river_5", + "name": null, + "path": [ + [ + 85, + 174 + ], + [ + 86, + 173 + ], + [ + 87, + 172 + ], + [ + 88, + 172 + ], + [ + 88, + 171 + ], + [ + 89, + 170 + ], + [ + 89, + 171 + ], + [ + 90, + 172 + ], + [ + 90, + 173 + ], + [ + 89, + 174 + ], + [ + 88, + 174 + ], + [ + 89, + 175 + ], + [ + 88, + 176 + ], + [ + 88, + 177 + ], + [ + 87, + 177 + ], + [ + 86, + 177 + ], + [ + 86, + 178 + ], + [ + 87, + 179 + ], + [ + 88, + 180 + ] + ] + }, + { + "id": "river_6", + "name": null, + "path": [ + [ + 140, + 256 + ], + [ + 141, + 255 + ], + [ + 141, + 254 + ], + [ + 140, + 254 + ], + [ + 140, + 255 + ], + [ + 139, + 254 + ], + [ + 138, + 254 + ], + [ + 138, + 253 + ], + [ + 137, + 254 + ], + [ + 136, + 254 + ], + [ + 135, + 254 + ], + [ + 135, + 255 + ], + [ + 136, + 256 + ], + [ + 136, + 255 + ], + [ + 135, + 256 + ], + [ + 134, + 256 + ], + [ + 134, + 257 + ], + [ + 133, + 258 + ], + [ + 134, + 258 + ], + [ + 135, + 257 + ], + [ + 136, + 258 + ], + [ + 135, + 258 + ], + [ + 136, + 259 + ], + [ + 135, + 259 + ], + [ + 134, + 259 + ] + ] + }, + { + "id": "river_7", + "name": null, + "path": [ + [ + 177, + 14 + ], + [ + 177, + 15 + ], + [ + 178, + 15 + ], + [ + 177, + 16 + ], + [ + 176, + 15 + ], + [ + 175, + 16 + ], + [ + 176, + 17 + ], + [ + 175, + 17 + ], + [ + 174, + 18 + ], + [ + 175, + 18 + ], + [ + 175, + 19 + ], + [ + 175, + 20 + ], + [ + 176, + 20 + ], + [ + 177, + 21 + ], + [ + 178, + 22 + ], + [ + 179, + 21 + ], + [ + 180, + 22 + ], + [ + 181, + 21 + ], + [ + 182, + 20 + ], + [ + 183, + 20 + ], + [ + 184, + 19 + ], + [ + 185, + 19 + ], + [ + 184, + 18 + ], + [ + 185, + 18 + ], + [ + 186, + 17 + ], + [ + 187, + 18 + ], + [ + 188, + 18 + ], + [ + 189, + 17 + ], + [ + 190, + 17 + ], + [ + 191, + 17 + ], + [ + 192, + 16 + ] + ] + }, + { + "id": "river_8", + "name": null, + "path": [ + [ + 79, + 192 + ], + [ + 78, + 191 + ], + [ + 77, + 190 + ], + [ + 76, + 189 + ], + [ + 75, + 189 + ], + [ + 74, + 188 + ], + [ + 73, + 187 + ], + [ + 72, + 187 + ], + [ + 71, + 186 + ], + [ + 72, + 185 + ], + [ + 73, + 185 + ], + [ + 73, + 184 + ], + [ + 74, + 184 + ], + [ + 73, + 183 + ], + [ + 74, + 183 + ], + [ + 75, + 182 + ], + [ + 75, + 181 + ], + [ + 76, + 181 + ], + [ + 76, + 180 + ] + ] + }, + { + "id": "river_9", + "name": null, + "path": [ + [ + 175, + 444 + ], + [ + 174, + 445 + ], + [ + 173, + 446 + ], + [ + 172, + 447 + ], + [ + 171, + 448 + ], + [ + 170, + 449 + ], + [ + 169, + 450 + ], + [ + 169, + 451 + ], + [ + 170, + 452 + ], + [ + 170, + 453 + ], + [ + 169, + 454 + ] + ] + }, + { + "id": "river_10", + "name": null, + "path": [ + [ + 190, + 6 + ], + [ + 190, + 5 + ], + [ + 191, + 4 + ], + [ + 192, + 3 + ], + [ + 193, + 2 + ], + [ + 194, + 1 + ], + [ + 193, + 1 + ], + [ + 192, + 0 + ], + [ + 193, + 511 + ] + ] + } + ], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "lake", + "center": [ + 125, + 104 + ], + "area_fraction": 0.0165 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 128, + 340 + ], + "area_fraction": 0.0344 + }, + { + "id": "water_7", + "name": null, + "kind": "lake", + "center": [ + 145, + 403 + ], + "area_fraction": 0.0058 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 171, + 500 + ], + "area_fraction": 0.0055 + }, + { + "id": "water_16", + "name": null, + "kind": "lake", + "center": [ + 209, + 358 + ], + "area_fraction": 0.0164 + }, + { + "id": "water_20", + "name": null, + "kind": "lake", + "center": [ + 238, + 273 + ], + "area_fraction": 0.0081 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 28, + 290 + ], + "peak": [ + 33, + 275 + ], + "area_cells": 1841 + }, + { + "id": "range_3", + "name": null, + "center": [ + 33, + 457 + ], + "peak": [ + 32, + 441 + ], + "area_cells": 638 + }, + { + "id": "range_4", + "name": null, + "center": [ + 35, + 120 + ], + "peak": [ + 44, + 124 + ], + "area_cells": 263 + }, + { + "id": "range_5", + "name": null, + "center": [ + 30, + 421 + ], + "peak": [ + 31, + 421 + ], + "area_cells": 25 + }, + { + "id": "range_6", + "name": null, + "center": [ + 30, + 402 + ], + "peak": [ + 31, + 403 + ], + "area_cells": 55 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 503 + ], + "peak": [ + 68, + 506 + ], + "area_cells": 137 + }, + { + "id": "range_10", + "name": null, + "center": [ + 82, + 25 + ], + "peak": [ + 80, + 12 + ], + "area_cells": 444 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95f/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95f/globe.png new file mode 100644 index 000000000..7b06cb844 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95f/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95f/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95f/heightmap.png new file mode 100644 index 000000000..faf2a1d64 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95f/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95f/index.md b/wiki/star-systems/GJ-95/bodies/GJ95f/index.md new file mode 100644 index 000000000..ac5e61142 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95f/index.md @@ -0,0 +1,70 @@ +--- +id: GJ95f +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1667540268 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 1.687 + period_days: 800.0 + axial_tilt_deg: 36.0 +physical: + gravity_g: 0.42 + oblateness: 0.0013 + atmosphere: thin + atmosphere_color: + - 0.75 + - 0.88 + - 1.0 +terrain: + land_fraction: 0.842 + polar_ice_lat: 0.083 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: true + coverage_base: 0.219 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95f + +Frozen planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.42g | +| **Atmosphere** | thin | +| **Hydrosphere** | ice | +| **Land** | 84% | +| **Year** | 800 days | +| **Economy** | extraction | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95f/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95f/markers.json new file mode 100644 index 000000000..016ea7f67 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95f/markers.json @@ -0,0 +1,176 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 11, + 18 + ], + "area_fraction": 0.0063 + }, + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 11, + 192 + ], + "area_fraction": 0.0293 + }, + { + "id": "water_15", + "name": null, + "kind": "lake", + "center": [ + 139, + 172 + ], + "area_fraction": 0.0067 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 162, + 270 + ], + "area_fraction": 0.0079 + }, + { + "id": "water_18", + "name": null, + "kind": "lake", + "center": [ + 175, + 203 + ], + "area_fraction": 0.0098 + }, + { + "id": "water_21", + "name": null, + "kind": "sea", + "center": [ + 221, + 33 + ], + "area_fraction": 0.034 + }, + { + "id": "water_22", + "name": null, + "kind": "sea", + "center": [ + 225, + 459 + ], + "area_fraction": 0.047 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 85, + 404 + ], + "peak": [ + 87, + 403 + ], + "area_cells": 367 + }, + { + "id": "range_2", + "name": null, + "center": [ + 124, + 421 + ], + "peak": [ + 115, + 443 + ], + "area_cells": 3234 + }, + { + "id": "range_3", + "name": null, + "center": [ + 110, + 324 + ], + "peak": [ + 107, + 343 + ], + "area_cells": 1165 + }, + { + "id": "range_4", + "name": null, + "center": [ + 107, + 57 + ], + "peak": [ + 113, + 46 + ], + "area_cells": 598 + }, + { + "id": "range_5", + "name": null, + "center": [ + 120, + 495 + ], + "peak": [ + 123, + 498 + ], + "area_cells": 191 + }, + { + "id": "range_6", + "name": null, + "center": [ + 120, + 4 + ], + "peak": [ + 123, + 6 + ], + "area_cells": 53 + }, + { + "id": "range_8", + "name": null, + "center": [ + 126, + 272 + ], + "peak": [ + 128, + 270 + ], + "area_cells": 79 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95g/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95g/globe.png new file mode 100644 index 000000000..6c7c5f6f9 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95g/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95g/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95g/heightmap.png new file mode 100644 index 000000000..d56baab5f Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95g/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95g/index.md b/wiki/star-systems/GJ-95/bodies/GJ95g/index.md new file mode 100644 index 000000000..51c51a462 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95g/index.md @@ -0,0 +1,65 @@ +--- +id: GJ95g +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 1938390457 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 2.677 + period_days: 1600.0 + axial_tilt_deg: 45.8 +physical: + gravity_g: 0.35 + oblateness: 0.0019 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.758 + polar_ice_lat: 0.232 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.297 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95g + +Frozen planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.35g | +| **Hydrosphere** | ice | +| **Land** | 76% | +| **Year** | 1600 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95g/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95g/markers.json new file mode 100644 index 000000000..59859962e --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95g/markers.json @@ -0,0 +1,186 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "sea", + "center": [ + 31, + 80 + ], + "area_fraction": 0.0821 + }, + { + "id": "water_4", + "name": null, + "kind": "sea", + "center": [ + 33, + 471 + ], + "area_fraction": 0.042 + }, + { + "id": "water_5", + "name": null, + "kind": "sea", + "center": [ + 30, + 326 + ], + "area_fraction": 0.0237 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 79, + 186 + ], + "area_fraction": 0.0091 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 150, + 235 + ], + "area_fraction": 0.0074 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 145, + 151 + ], + "area_fraction": 0.0057 + }, + { + "id": "water_30", + "name": null, + "kind": "sea", + "center": [ + 241, + 58 + ], + "area_fraction": 0.0251 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 249, + 414 + ], + "area_fraction": 0.0166 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 122, + 35 + ], + "peak": [ + 114, + 75 + ], + "area_cells": 2021 + }, + { + "id": "range_3", + "name": null, + "center": [ + 171, + 447 + ], + "peak": [ + 164, + 389 + ], + "area_cells": 8879 + }, + { + "id": "range_4", + "name": null, + "center": [ + 170, + 77 + ], + "peak": [ + 169, + 62 + ], + "area_cells": 645 + }, + { + "id": "range_7", + "name": null, + "center": [ + 201, + 24 + ], + "peak": [ + 204, + 41 + ], + "area_cells": 479 + }, + { + "id": "range_8", + "name": null, + "center": [ + 200, + 385 + ], + "peak": [ + 201, + 384 + ], + "area_cells": 44 + }, + { + "id": "range_9", + "name": null, + "center": [ + 208, + 184 + ], + "peak": [ + 207, + 184 + ], + "area_cells": 47 + }, + { + "id": "range_12", + "name": null, + "center": [ + 220, + 224 + ], + "peak": [ + 220, + 223 + ], + "area_cells": 50 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-1/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95h-1/globe.png new file mode 100644 index 000000000..428693af5 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95h-1/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-1/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95h-1/heightmap.png new file mode 100644 index 000000000..dec0c65ba Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95h-1/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-1/index.md b/wiki/star-systems/GJ-95/bodies/GJ95h-1/index.md new file mode 100644 index 000000000..a09f93ff6 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95h-1/index.md @@ -0,0 +1,64 @@ +--- +id: GJ95h-1 +name: null +body_type: moon +planet_class: barren +body_scale: moon +seed: 2686079846 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.057 + period_days: 5.0 + axial_tilt_deg: 14.7 +physical: + gravity_g: 0.07 + oblateness: 0.0003 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.987 + polar_ice_lat: 0.91 + tectonics: none +environment: + geothermal_flux: moderate + uv_index: high + substrate: silicate + chemosynthetic: false + hydrosphere: none +clouds: + enabled: false + coverage_base: 0.045 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95h-1 + +Barren moon. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | barren | +| **Gravity** | 0.07g | +| **Land** | 99% | +| **Orbit** | 5 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-1/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95h-1/markers.json new file mode 100644 index 000000000..1523ad46e --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95h-1/markers.json @@ -0,0 +1,235 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [], + "mountain_ranges": [ + { + "id": "range_2", + "name": null, + "center": [ + 50, + 274 + ], + "peak": [ + 51, + 274 + ], + "area_cells": 45 + }, + { + "id": "range_3", + "name": null, + "center": [ + 65, + 254 + ], + "peak": [ + 68, + 240 + ], + "area_cells": 613 + }, + { + "id": "range_5", + "name": null, + "center": [ + 55, + 13 + ], + "peak": [ + 55, + 13 + ], + "area_cells": 21 + }, + { + "id": "range_6", + "name": null, + "center": [ + 116, + 276 + ], + "peak": [ + 134, + 281 + ], + "area_cells": 7504 + }, + { + "id": "range_7", + "name": null, + "center": [ + 67, + 384 + ], + "peak": [ + 70, + 377 + ], + "area_cells": 362 + }, + { + "id": "range_9", + "name": null, + "center": [ + 65, + 295 + ], + "peak": [ + 65, + 294 + ], + "area_cells": 61 + }, + { + "id": "range_10", + "name": null, + "center": [ + 205, + 102 + ], + "peak": [ + 155, + 44 + ], + "area_cells": 13970 + }, + { + "id": "range_13", + "name": null, + "center": [ + 187, + 451 + ], + "peak": [ + 201, + 456 + ], + "area_cells": 11200 + }, + { + "id": "range_14", + "name": null, + "center": [ + 102, + 148 + ], + "peak": [ + 102, + 148 + ], + "area_cells": 32 + }, + { + "id": "range_15", + "name": null, + "center": [ + 130, + 124 + ], + "peak": [ + 131, + 123 + ], + "area_cells": 46 + }, + { + "id": "range_16", + "name": null, + "center": [ + 132, + 84 + ], + "peak": [ + 132, + 84 + ], + "area_cells": 49 + }, + { + "id": "range_21", + "name": null, + "center": [ + 150, + 387 + ], + "peak": [ + 151, + 389 + ], + "area_cells": 70 + }, + { + "id": "range_24", + "name": null, + "center": [ + 172, + 250 + ], + "peak": [ + 178, + 252 + ], + "area_cells": 147 + }, + { + "id": "range_26", + "name": null, + "center": [ + 168, + 149 + ], + "peak": [ + 169, + 149 + ], + "area_cells": 54 + }, + { + "id": "range_27", + "name": null, + "center": [ + 166, + 167 + ], + "peak": [ + 167, + 168 + ], + "area_cells": 33 + }, + { + "id": "range_30", + "name": null, + "center": [ + 172, + 208 + ], + "peak": [ + 172, + 209 + ], + "area_cells": 83 + }, + { + "id": "range_32", + "name": null, + "center": [ + 216, + 327 + ], + "peak": [ + 213, + 328 + ], + "area_cells": 43 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-2/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95h-2/globe.png new file mode 100644 index 000000000..92f32661f Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95h-2/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-2/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95h-2/heightmap.png new file mode 100644 index 000000000..4e30879c1 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95h-2/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-2/index.md b/wiki/star-systems/GJ-95/bodies/GJ95h-2/index.md new file mode 100644 index 000000000..4c2ca20a3 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95h-2/index.md @@ -0,0 +1,65 @@ +--- +id: GJ95h-2 +name: null +body_type: moon +planet_class: frozen +body_scale: moon +seed: 1094474001 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 0.114 + period_days: 14.0 + axial_tilt_deg: 38.5 +physical: + gravity_g: 0.05 + oblateness: 0.001 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.831 + polar_ice_lat: 0.254 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.277 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95h-2 + +Frozen moon. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | moon | +| **Class** | frozen | +| **Gravity** | 0.05g | +| **Hydrosphere** | ice | +| **Land** | 83% | +| **Orbit** | 14 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h-2/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95h-2/markers.json new file mode 100644 index 000000000..4f68ff189 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95h-2/markers.json @@ -0,0 +1,110 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_2", + "name": null, + "kind": "sea", + "center": [ + 207, + 167 + ], + "area_fraction": 0.0952 + }, + { + "id": "water_7", + "name": null, + "kind": "sea", + "center": [ + 213, + 454 + ], + "area_fraction": 0.0521 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 239, + 26 + ], + "area_fraction": 0.013 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 47, + 181 + ], + "peak": [ + 30, + 208 + ], + "area_cells": 15513 + }, + { + "id": "range_2", + "name": null, + "center": [ + 11, + 418 + ], + "peak": [ + 0, + 439 + ], + "area_cells": 2315 + }, + { + "id": "range_3", + "name": null, + "center": [ + 11, + 320 + ], + "peak": [ + 12, + 319 + ], + "area_cells": 31 + }, + { + "id": "range_4", + "name": null, + "center": [ + 75, + 17 + ], + "peak": [ + 71, + 2 + ], + "area_cells": 554 + }, + { + "id": "range_5", + "name": null, + "center": [ + 68, + 508 + ], + "peak": [ + 69, + 511 + ], + "area_cells": 91 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95h/globe.png new file mode 100644 index 000000000..415cd4189 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95h/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95h/index.md b/wiki/star-systems/GJ-95/bodies/GJ95h/index.md new file mode 100644 index 000000000..88f03c586 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95h/index.md @@ -0,0 +1,70 @@ +--- +id: GJ95h +name: null +body_type: gas_giant +planet_class: gas_giant_ringed +body_scale: planet +seed: 1940288410 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 4.932 + period_days: 4000.0 + axial_tilt_deg: 32.3 +physical: + gravity_g: null + oblateness: 0.0629 + atmosphere: thick + atmosphere_color: null +environment: + geothermal_flux: low + uv_index: moderate + substrate: silicate + chemosynthetic: false + hydrosphere: — +clouds: + enabled: true + coverage_base: 0.174 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +gas_giant: + band_palette: sulfuric + storm_count: 2 + storm_max_size: 0.094 +rings: + enabled: true + inner_radius_factor: 1.25 + outer_radius_factor: 2.56 + opacity_base: 0.51 + ring_color: + - 0.75 + - 0.7 + - 0.3 +--- + +# GJ95h + +Gas giant. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +## Profile + +| | | +|---|---| +| **Type** | gas_giant | +| **Class** | gas giant ringed | +| **Atmosphere** | thick | +| **Year** | 4000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95i/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95i/globe.png new file mode 100644 index 000000000..f293e09f6 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95i/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95i/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95i/heightmap.png new file mode 100644 index 000000000..9b865a3dd Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95i/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95i/index.md b/wiki/star-systems/GJ-95/bodies/GJ95i/index.md new file mode 100644 index 000000000..711d89114 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95i/index.md @@ -0,0 +1,65 @@ +--- +id: GJ95i +name: null +body_type: planet +planet_class: frozen +body_scale: planet +seed: 2336734606 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 7.828 + period_days: 8000.0 + axial_tilt_deg: 56.7 +physical: + gravity_g: 0.25 + oblateness: 0.0015 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.777 + polar_ice_lat: 0.169 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.266 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95i + +Frozen planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.25g | +| **Hydrosphere** | ice | +| **Land** | 78% | +| **Year** | 8000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95i/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95i/markers.json new file mode 100644 index 000000000..78aef248c --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95i/markers.json @@ -0,0 +1,300 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_1", + "name": null, + "kind": "lake", + "center": [ + 17, + 112 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_8", + "name": null, + "kind": "sea", + "center": [ + 85, + 400 + ], + "area_fraction": 0.0235 + }, + { + "id": "water_12", + "name": null, + "kind": "sea", + "center": [ + 146, + 41 + ], + "area_fraction": 0.0558 + }, + { + "id": "water_16", + "name": null, + "kind": "sea", + "center": [ + 178, + 475 + ], + "area_fraction": 0.068 + }, + { + "id": "water_17", + "name": null, + "kind": "lake", + "center": [ + 125, + 109 + ], + "area_fraction": 0.0123 + }, + { + "id": "water_21", + "name": null, + "kind": "lake", + "center": [ + 133, + 227 + ], + "area_fraction": 0.0064 + }, + { + "id": "water_24", + "name": null, + "kind": "lake", + "center": [ + 144, + 272 + ], + "area_fraction": 0.011 + }, + { + "id": "water_25", + "name": null, + "kind": "lake", + "center": [ + 147, + 370 + ], + "area_fraction": 0.005 + }, + { + "id": "water_52", + "name": null, + "kind": "lake", + "center": [ + 251, + 337 + ], + "area_fraction": 0.0074 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 11, + 12 + ], + "peak": [ + 0, + 13 + ], + "area_cells": 353 + }, + { + "id": "range_2", + "name": null, + "center": [ + 22, + 274 + ], + "peak": [ + 19, + 309 + ], + "area_cells": 5034 + }, + { + "id": "range_3", + "name": null, + "center": [ + 1, + 508 + ], + "peak": [ + 0, + 511 + ], + "area_cells": 24 + }, + { + "id": "range_4", + "name": null, + "center": [ + 19, + 494 + ], + "peak": [ + 10, + 493 + ], + "area_cells": 685 + }, + { + "id": "range_7", + "name": null, + "center": [ + 44, + 490 + ], + "peak": [ + 45, + 491 + ], + "area_cells": 105 + }, + { + "id": "range_8", + "name": null, + "center": [ + 71, + 115 + ], + "peak": [ + 73, + 115 + ], + "area_cells": 57 + }, + { + "id": "range_9", + "name": null, + "center": [ + 69, + 289 + ], + "peak": [ + 70, + 290 + ], + "area_cells": 28 + }, + { + "id": "range_10", + "name": null, + "center": [ + 80, + 265 + ], + "peak": [ + 80, + 264 + ], + "area_cells": 112 + }, + { + "id": "range_11", + "name": null, + "center": [ + 205, + 402 + ], + "peak": [ + 208, + 372 + ], + "area_cells": 883 + }, + { + "id": "range_12", + "name": null, + "center": [ + 205, + 343 + ], + "peak": [ + 205, + 343 + ], + "area_cells": 27 + }, + { + "id": "range_13", + "name": null, + "center": [ + 232, + 141 + ], + "peak": [ + 232, + 99 + ], + "area_cells": 5055 + }, + { + "id": "range_14", + "name": null, + "center": [ + 221, + 319 + ], + "peak": [ + 219, + 308 + ], + "area_cells": 1543 + }, + { + "id": "range_15", + "name": null, + "center": [ + 225, + 388 + ], + "peak": [ + 226, + 387 + ], + "area_cells": 73 + }, + { + "id": "range_16", + "name": null, + "center": [ + 235, + 239 + ], + "peak": [ + 236, + 240 + ], + "area_cells": 40 + }, + { + "id": "range_17", + "name": null, + "center": [ + 251, + 148 + ], + "peak": [ + 251, + 151 + ], + "area_cells": 32 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file diff --git a/wiki/star-systems/GJ-95/bodies/GJ95j/globe.png b/wiki/star-systems/GJ-95/bodies/GJ95j/globe.png new file mode 100644 index 000000000..8109ab672 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95j/globe.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95j/heightmap.png b/wiki/star-systems/GJ-95/bodies/GJ95j/heightmap.png new file mode 100644 index 000000000..14f5684c5 Binary files /dev/null and b/wiki/star-systems/GJ-95/bodies/GJ95j/heightmap.png differ diff --git a/wiki/star-systems/GJ-95/bodies/GJ95j/index.md b/wiki/star-systems/GJ-95/bodies/GJ95j/index.md new file mode 100644 index 000000000..1872a7f0a --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95j/index.md @@ -0,0 +1,65 @@ +--- +id: GJ95j +name: null +body_type: planet +planet_class: frozen +body_scale: moon +seed: 430843444 +star: + type: G + luminosity_solar: 1.0 + color_temp_K: 5800 +orbit: + distance_au: 11.903 + period_days: 15000.0 + axial_tilt_deg: 55.1 +physical: + gravity_g: 0.11 + oblateness: 0.0014 + atmosphere: none + atmosphere_color: null +terrain: + land_fraction: 0.808 + polar_ice_lat: 0.205 + tectonics: low +environment: + geothermal_flux: low + uv_index: high + substrate: ice + chemosynthetic: false + hydrosphere: ice +clouds: + enabled: false + coverage_base: 0.433 +render: + globe_light_angle_deg: 125 + specular_ocean: false + night_side_ambient: 0.025 +--- + +# GJ95j + +Frozen planet. + +**System:** [GJ-95](../../index.md) + +## Visual + +![Globe](globe.png) + +![Heightmap](heightmap.png) + +## Profile + +| | | +|---|---| +| **Type** | planet | +| **Class** | frozen | +| **Gravity** | 0.11g | +| **Hydrosphere** | ice | +| **Land** | 81% | +| **Year** | 15000 days | + +## Description + + diff --git a/wiki/star-systems/GJ-95/bodies/GJ95j/markers.json b/wiki/star-systems/GJ-95/bodies/GJ95j/markers.json new file mode 100644 index 000000000..7da482076 --- /dev/null +++ b/wiki/star-systems/GJ-95/bodies/GJ95j/markers.json @@ -0,0 +1,133 @@ +{ + "grid": { + "w": 512, + "h": 256 + }, + "rivers": [], + "oceans": [ + { + "id": "water_3", + "name": null, + "kind": "sea", + "center": [ + 28, + 437 + ], + "area_fraction": 0.0492 + }, + { + "id": "water_11", + "name": null, + "kind": "lake", + "center": [ + 70, + 39 + ], + "area_fraction": 0.0124 + }, + { + "id": "water_19", + "name": null, + "kind": "sea", + "center": [ + 193, + 414 + ], + "area_fraction": 0.0923 + }, + { + "id": "water_32", + "name": null, + "kind": "lake", + "center": [ + 212, + 17 + ], + "area_fraction": 0.0091 + } + ], + "mountain_ranges": [ + { + "id": "range_1", + "name": null, + "center": [ + 136, + 133 + ], + "peak": [ + 115, + 175 + ], + "area_cells": 15473 + }, + { + "id": "range_2", + "name": null, + "center": [ + 77, + 282 + ], + "peak": [ + 73, + 271 + ], + "area_cells": 250 + }, + { + "id": "range_3", + "name": null, + "center": [ + 81, + 330 + ], + "peak": [ + 83, + 320 + ], + "area_cells": 252 + }, + { + "id": "range_4", + "name": null, + "center": [ + 147, + 504 + ], + "peak": [ + 150, + 511 + ], + "area_cells": 258 + }, + { + "id": "range_5", + "name": null, + "center": [ + 166, + 180 + ], + "peak": [ + 166, + 179 + ], + "area_cells": 39 + }, + { + "id": "range_9", + "name": null, + "center": [ + 215, + 244 + ], + "peak": [ + 216, + 242 + ], + "area_cells": 78 + } + ], + "roads": [], + "cities": [], + "railroads": [], + "pois": [] +} \ No newline at end of file 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 | — | — | — |